/*-------------------------------------------
        TIPS Pinball - Cleaned CSS
----------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
  font-family: "berlin_sans_fb_demibold";
  src: url("../fonts/berlin_sans_fb_demi_bold-webfont.woff2") format("woff2"), url("../fonts/berlin_sans_fb_demi_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Zector";
  src: url("../fonts/Zector.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bubble";
  src: url("../fonts/Bubble.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Space";
  src: url("../fonts/Space.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sawer";
  src: url("../fonts/Sawer.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GreenYellow";
  src: url("../fonts/GreenYellow.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AfterSunset";
  src: url("../fonts/AfterSunset.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FunkymoreRegular";
  src: url("../fonts/Spenbeb Game.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PixelPurl";
  src: url("../fonts/PixelPurl.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --tg-body-font-family: 'Roboto', sans-serif;
  --tg-heading-font-family: 'Roboto', sans-serif;
  --tg-berlin-font-family: 'berlin_sans_fb_demibold';
  --tg-bubble-font-family: 'Bubble';
  --tg-zector-font-family: 'Zector';
  --tg-space-font-family: 'Space';
  --tg-sawer-font-family: 'Sawer';
  --tg-funky-font-family: 'FunkymoreRegular';
  --tg-pixel-font-family: 'PixelPurl';
  --tg-afterSunset-font-family: 'AfterSunset';
  --tg-greenYellow-font-family: 'GreenYellow';
  --tg-icon-font-family: "Font Awesome 5 Free";
  --tg-body-font-size: 14px;
  --tg-body-line-height: 1.75;
  --tg-heading-line-height: 1.2;
  --tg-common-color-blue: #0d6efd;
  --tg-common-color-indigo: #6610f2;
  --tg-common-color-purple: #6f42c1;
  --tg-common-color-pink: #d63384;
  --tg-common-color-red: #dc3545;
  --tg-common-color-orange: #fd7e14;
  --tg-common-color-yellow: #ffc107;
  --tg-common-color-green: #198754;
  --tg-common-color-teal: #68fb9a;
  --tg-common-color-cyan: #0dcaf0;
  --tg-common-color-rating: #faa706;
  --tg-common-color-white: #fff;
  --tg-common-color-gray: #182029;
  --tg-common-color-black: #0f161b;
  --tg-common-color-black-2: #201f2a;
  --tg-common-color-black-3: #0b0e13;
  --tg-common-color-black-4: #000000;
  --tg-common-color-black-5: #090d10;
  --tg-common-color-black-6: #050506;
  --tg-common-color-black-7: #040608;
  --tg-common-color-black-8: #0d141b;
  --tg-common-color-black-9: #111922;
  --tg-body-color: #adb0bc;
  --tg-color-subtle: #aaaaaa;
  --tg-heading-color: #000;
  --tg-theme-primary: #e2ba51;
  --tg-theme-secondary: #e2ba51;
  --tg-border-1: #19222b;
  --tg-border-2: #22292f;
  --tg-border-3: #2c3137;
  --tg-border-4: #333333;
  --tg-border-5: #1b242e;
  --tg-fw-extra-bold: 800;
  --tg-fw-bold: 700;
  --tg-fw-semi-bold: 600;
  --tg-fw-medium: 500;
  --tg-fw-regular: 400;
  --tg-fw-light: 300;
}

/*=============================
    Typography css start
===============================*/
*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-color);
  line-height: var(--tg-body-line-height);
  background: #000000;
}

img,
.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
button {
  color: var(--tg-theme-primary);
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

a:hover,
button:hover {
  color: var(--tg-theme-secondary);
  text-decoration: none;
}

button:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  margin-top: 0px;
  font-weight: var(--tg-fw-bold);
  line-height: var(--tg-heading-line-height);
  text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.list-wrap {
  margin: 0px;
  padding: 0px;
}

.list-wrap li {
  list-style: none;
}

p {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  line-height: var(--tg-body-line-height);
  font-weight: var(--tg-fw-regular);
  margin-bottom: 15px;
}

hr {
  border-bottom: 2px solid var(--tg-theme-primary);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: var(--tg-heading-color);
  cursor: pointer;
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
}

input,
textarea {
  color: var(--tg-body-color);
}

.color-subtle {
  color: var(--tg-color-subtle);
}

/*=============================
    Hero Fonts
===============================*/
#welcome h1.welcome, h2.welcome {
  font-family: var(--tg-funky-font-family);
  font-size: 4.3rem;
  line-height: 2.7rem;
}

#welcome h2.welcome, .welcome {
  font-size: 1.4rem;
}

.gradient-text {
  background: linear-gradient(to right, #ff0000, #00ff00, #0000ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  animation: gradientAnimation 5s linear infinite;
}

@keyframes gradientAnimation {
  to {
    background-position: 200% 0;
  }
}

/*=============================
    Common Classes
===============================*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.main--area {
  overflow-x: hidden;
}

/*=============================
    Bootstrap Custom
===============================*/
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gx-0 {
  --bs-gutter-x: 0;
}

.container {
  max-width: 1400px;
}

@media (max-width: 1500px) {
  .container {
    max-width: 1260px;
  }
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

.custom-container {
  max-width: 1590px;
}

@media (max-width: 1800px) {
  .custom-container {
    max-width: 1490px;
  }
}

@media (max-width: 1500px) {
  .custom-container {
    max-width: 1260px;
  }
}

@media (max-width: 1199.98px) {
  .custom-container {
    max-width: 960px;
  }
}

@media (max-width: 991.98px) {
  .custom-container {
    max-width: 720px;
  }
}

@media (max-width: 767.98px) {
  .custom-container {
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container {
    max-width: 540px;
  }
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*=============================
    Background color
===============================*/
.grey-bg {
  background: var(--tg-common-color-gray);
}

.white-bg {
  background: var(--tg-common-color-white);
}

.black-bg {
  background: var(--tg-common-color-black);
}

/*=============================
    Button style
===============================*/
.btn {
  user-select: none;
  -moz-user-select: none;
  background: var(--tg-theme-primary) none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  letter-spacing: 0.8px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  font-family: var(--tg-heading-font-family);
  white-space: nowrap;
}

.btn:hover {
  background: var(--tg-common-color-gray);
  color: var(--tg-common-color-white);
}

.btn-outline-primary {
  border: 1px solid var(--tg-theme-primary);
  color: var(--tg-theme-primary);
  background: transparent !important;
  align-items: center;
  justify-content: center;
}

.btn-outline-primary:hover {
  border: 1px solid var(--tg-theme-primary);
  color: #000;
  background: var(--tg-theme-primary) !important;
}

/*=============================
    Header
===============================*/
.transparent-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  height: auto;
}

.tg-header__area {
  padding: 11px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #000;
  border-bottom: 1px solid rgba(0, 255, 255, 0.2);
}

.tg-sticky-menu.sticky-menu__show {
  background: var(--tg-theme-primary);
}

.tg-header__area.tg-sticky-menu {
  padding: 0 0;
}

@media (max-width: 1199.98px) {
  .tg-header__area.tg-sticky-menu {
    padding: 18px 0;
  }
}

.tg-header__area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 24px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 255, 255, 0.1);
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 8px;
  color: #00ffff !important;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  top: -15px;
  z-index: 1000;
  pointer-events: auto;
}

.tg-header__area .mobile-nav-toggler:hover {
  background: rgba(0, 255, 255, 0.2);
  border-color: rgba(0, 255, 255, 0.5);
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.3);
}

.tg-header__area .mobile-nav-toggler:active {
  transform: scale(0.95);
}

/* Hamburger icon styling */
.tg-header__area .mobile-nav-toggler i {
  transition: all 0.3s ease;
}

@media (max-width: 1199.98px) {
  .tg-header__area .mobile-nav-toggler {
    display: flex;
  }
}

@media (max-width: 767.98px) {
  .tg-header__area .mobile-nav-toggler {
    margin-top: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

@media (max-width: 1199.98px) {
  .tg-header__area {
    padding: 25px 0;
  }
}

@media (max-width: 767.98px) {
  .tg-header__area {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tg-header__area {
    padding: 25px 0;
  }
}

.tgmenu__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 40px;
}

@media (max-width: 1199.98px) {
  .tgmenu__nav {
    justify-content: space-between;
  }
}

.tgmenu__navbar-wrap {
  display: none !important;
}

/* Show main menu on mobile for cloning to mobile menu */
@media (max-width: 1199.98px) {
  .tgmenu__navbar-wrap {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  
  .tgmobile__menu #mobile-hud-nav {
    display: block !important;
    position: relative;
    left: 0;
    top: 0;
  }
  
  .tgmobile__menu #mobile-hud-nav .navigation {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .tgmobile__menu #mobile-hud-nav .navigation li {
    display: block;
    margin-bottom: 15px;
  }
  
  .tgmobile__menu #mobile-hud-nav .navigation li > a {
	display: block;
	padding: 10px;
	font-size: 12px;
	font-weight: 100;
	color: rgba(255, 255, 255, 0.9) !important;
	background: rgba(0, 255, 255, 0.05);
	border: 1px solid rgba(0, 255, 255, 0.2);
	border-radius: 8px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-out 0s;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	/* flex-direction: column; */
}
  
  .tgmobile__menu #mobile-hud-nav .navigation li > a:hover {
    color: #00ffff !important;
    background: rgba(0, 255, 255, 0.1);
    border-color: rgba(0, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 255, 255, 0.3);
  }
  
  .tgmobile__menu #mobile-hud-nav .navigation li > a:active {
    transform: translateY(0);
  }
}

.tgmenu__navbar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  position: relative;
  top: -27px;
  justify-content: center;
}

.tgmenu__navbar-wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 1500px) {
  .tgmenu__navbar-wrap ul {
    margin: 0 auto 0 65px;
  }
}

.tgmenu__navbar-wrap ul li {
  display: block;
  position: relative;
  list-style: none;
}

.tgmenu__navbar-wrap ul li a {
  font-size: 15px;
  font-weight: var(--tg-fw-bold);
  text-transform: uppercase;
  color: #fff;
  font-family: var(--tg-heading-font-family);
  padding: 0px 23px;
  display: block;
  line-height: 1;
  position: relative;
  letter-spacing: 0.8px;
  z-index: 1;
}

.tgmenu__navbar-wrap ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 230px;
  border: 2px solid #000;
  background: #000;
  margin: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 18px 0;
  display: block;
  visibility: hidden;
  opacity: 1;
  z-index: 9;
}

.tgmenu__navbar-wrap ul li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}

.tgmenu__navbar-wrap ul li .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block;
}

.tgmenu__navbar-wrap ul li .sub-menu li a {
  padding: 9px 15px 9px 25px;
  line-height: 1.4;
  font-weight: var(--tg-fw-bold);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.tgmenu__navbar-wrap ul li .sub-menu li a::before {
  content: "";
  display: block;
  width: 0;
  height: 7px;
  background-color: #fff;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  margin: 7px 9px 0 0;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -ms-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.tgmenu__navbar-wrap ul li .sub-menu li:hover > a::before, .tgmenu__navbar-wrap ul li .sub-menu li.active > a::before {
  width: 7px;
}

.tgmenu__navbar-wrap ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.tgmenu__navbar-wrap > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 42px;
  height: 1px;
  top: 100%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  background: var(--tg-theme-primary);
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tgmenu__navbar-wrap > ul > li:hover > a::before {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-40deg);
  -moz-transform: translateY(-50%) rotate(-40deg);
  -ms-transform: translateY(-50%) rotate(-40deg);
  -o-transform: translateY(-50%) rotate(-40deg);
  transform: translateY(-50%) rotate(-40deg);
}

/*=============================
    Mobile Menu - HUD Right Slide Panel
===============================*/
.tgmobile__menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 400px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95) !important;
  backdrop-filter: blur(20px) saturate(1.8);
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-right: none;
  z-index: 9999;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(100%);
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5), 
              0 0 50px rgba(0, 255, 255, 0.2), 
              inset 0 1px 0 rgba(255, 255, 255, 0.1),
              inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}

/* HUD accent lines for mobile menu */
.tgmobile__menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(0, 255, 255, 0.8), 
    rgba(255, 0, 255, 0.4), 
    rgba(0, 255, 255, 0.8), 
    transparent);
  animation: hud-scan 3s linear infinite;
}

@keyframes hud-scan {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.tgmobile__menu.active {
  transform: translateX(0);
}

.tgmobile__menu-box {
  position: relative;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* HUD-styled close button */
.tgmobile__menu .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 255, 255, 0.1);
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #00ffff !important;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  z-index: 10;
}

.tgmobile__menu .close-btn:hover {
  background: rgba(0, 255, 255, 0.2);
  border-color: rgba(0, 255, 255, 0.6);
  transform: rotate(90deg);
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.4);
}

/* HUD menu header */
.logo img {
	filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.5));
}

.tgmobile__menu .nav-logo {
  padding: 30px 20px 20px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 255, 255, 0.2);
}

.tgmobile__menu .nav-logo img {
  max-width: 120px;
  filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.3));
}

.tgmobile__menu-outer {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
}

/* HUD navigation items */
.tgmobile__menu .navigation {
  margin-bottom: 30px;
  list-style: none;
}

.tgmobile__menu .navigation li {
  display: block;
  margin-bottom: 15px;
}

.tgmobile__menu .navigation li > a {
  position: relative;
  display: block;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9) !important;
  background: rgba(0, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.tgmobile__menu .navigation li > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(0, 255, 255, 0.2), 
    transparent);
  transition: left 0.5s ease;
}

.tgmobile__menu .navigation li > a:hover {
  color: #00ffff !important;
  background: rgba(0, 255, 255, 0.1);
  border-color: rgba(0, 255, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 255, 255, 0.3);
}

.tgmobile__menu .navigation li > a:hover::before {
  left: 100%;
}

.tgmobile__menu .navigation li > a:active {
  transform: translateY(0);
}

/* HUD content sections */
.mobile-hud-section {
  background: rgba(0, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.mobile-hud-section-title {
  color: #00ffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.mobile-hud-stats {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.mobile-hud-stat {
  flex: 1;
}

.mobile-hud-stat-number {
  color: #00ffff;
  font-size: 24px;
  font-weight: bold;
  display: block;
}

.mobile-hud-stat-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
}

/* Mobile live streamers */
.mobile-live-streamers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.mobile-live-streamer {
  text-align: center;
}

.mobile-live-streamer img {
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(0, 255, 255, 0.3);
}

.mobile-live-streamer-name {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  margin-top: 5px;
  word-break: break-all;
}

.no-live-streamers {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  padding: 20px;
  background: rgba(0, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 8px;
  margin: 10px 0;
}

/* HUD social links */
.tgmobile__menu .social-links {
  text-align: center;
  padding: 20px;
  border-top: 1px solid rgba(0, 255, 255, 0.2);
}

.tgmobile__menu .social-links ul {
  display: flex;
  justify-content: center;
  gap: 15px;
  list-style: none;
}

.tgmobile__menu .social-links ul li {
  display: inline-block;
}

.tgmobile__menu .social-links ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8) !important;
  background: rgba(0, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}

.tgmobile__menu .social-links ul li a:hover {
  color: #00ffff !important;
  background: rgba(0, 255, 255, 0.1);
  border-color: rgba(0, 255, 255, 0.5);
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.4);
}

.tgmobile__menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}

.tgmobile__menu-backdrop.active {
  opacity: 1;
  visibility: visible;
}

/* Mobile menu body scroll lock */
.mobile-menu-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* Ensure mobile menu is above all content */
.tgmobile__menu {
  z-index: 9999 !important;
}

.tgmobile__menu-backdrop {
  z-index: 9998 !important;
}

/* Mobile-specific adjustments */
@media (max-width: 575px) {
  .tgmobile__menu {
	width: 100%;
	max-width: 400px;
}
  
  .tgmobile__menu .navigation li > a {
    font-size: 16px;
    padding: 15px 16px;
  }
  
  .tgmobile__menu .close-btn {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  
  .mobile-hud-stat-number {
    font-size: 20px;
  }
  
  .mobile-live-streamers {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*=============================
    Scroll Top
===============================*/
.scroll__top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 20px;
  border-radius: 3px;
  z-index: 99;
  color: var(--tg-common-color-black-2);
  text-align: center;
  cursor: pointer;
  background: var(--tg-theme-primary);
  transition: 0.8s ease;
  border: none;
}

.scroll__top.open {
  bottom: 30px;
}

@media (max-width: 767.98px) {
  .scroll__top.open {
    bottom: 20px;
  }
}

.scroll__top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll__top:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-common-color-black-2);
}

.scroll__top i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 1199.98px) {
  .scroll__top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    right: 30px;
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .scroll__top {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .scroll__top {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    right: 25px;
  }
}

/*=============================
    Section Title
===============================*/
.section__title {
  position: relative;
}

.section__title .sub-title {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: var(--tg-fw-semi-bold);
  color: var(--tg-theme-primary);
  line-height: 1;
  margin: 0 0 7px;
}

@media (max-width: 767.98px) {
  .section__title .sub-title {
    margin: 0 0 10px;
  }
}

.section__title .title {
  font-size: 45px;
  font-weight: var(--tg-fw-extra-bold);
  letter-spacing: 1px;
  margin: 0 0;
}

@media (max-width: 767.98px) {
  .section__title .title {
    font-size: 35px;
    line-height: 1.1;
  }
}

@media (max-width: 1199.98px) {
  .section__title .title br {
    display: none;
  }
}

.section__title::after {
  content: "";
  display: block;
  background-image: url(../img/bg/title_shape.svg);
  width: 65px;
  height: 5px;
  margin: 20px auto 0;
}

.section__title.title-shape-none::after {
  display: none;
}

.section__title.text-start .title {
  line-height: 1.15;
}

.section__title.text-start::after {
  margin: 20px 0 0;
}

.tg__animate-text {
  opacity: 0;
}

.tg__animate-text em {
  opacity: 0;
}

.tg__animate-text.ready {
  opacity: 1;
}

/*=============================
    Tournament Cards
===============================*/
.tournament-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
}

.tournament-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.tournament-image-container {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.tournament-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tournament-content {
  padding: 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tournament-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.tournament-platform {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
}

.tournament-meta {
  margin-bottom: 1rem;
  /* flex-grow: 1; */
}

.tournament-meta p {
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}

.tournament-meta .label {
  color: #adb5bd;
  font-weight: 500;
}

.tournament-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: auto;
}

.btn-copy {
  position: relative;
}

.copy-tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #198754;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.btn-copy:hover .copy-tooltip {
  opacity: 1;
}

.streamer-thumb-container .img-fluid {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
  aspect-ratio: 1;
  object-fit: cover;
  max-height: 200px;
}

/*=============================
    Filter Sections
===============================*/
.filter-section {
  margin-bottom: 1.5rem;
}

.filter-section .card {
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 0.5rem !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.filter-section .card-body {
  padding: 0.75rem 1rem;
}

.filter-section .filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.filter-section .filter-btn,
.filter-section .streamer-filter-btn {
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.35rem 0.75rem;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  border-width: 1px;
}

.filter-section .filter-btn i,
.filter-section .streamer-filter-btn i {
  font-size: 0.75rem;
  margin-right: 0.25rem;
}

.filter-section .filter-btn.active,
.filter-section .streamer-filter-btn.active {
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.filter-section .filter-count,
.filter-section .streamer-filter-count {
  font-size: 0.8rem;
  color: #adb5bd;
  white-space: nowrap;
}

.filter-section .filter-count span,
.filter-section .streamer-filter-count span {
  color: #fff;
  font-weight: 600;
}

/* Platform badge styles */
.filter-buttons .btn {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.filter-buttons .btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--bs-primary);
  transition: width 0.3s ease;
}

.filter-buttons .btn.active {
  background-color: var(--bs-primary);
  color: white !important;
  border-color: var(--bs-primary);
}

.filter-buttons .btn.active::after {
  width: 100%;
}

/* Fade animations for tournament cards */
.tournament-card {
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 1;
  transform: translateY(0);
}

.tournament-card.hidden {
  opacity: 0;
  transform: translateY(10px);
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  pointer-events: none;
}

/* Platform badge styles */
.platform-badge {
  color: white !important;
  font-weight: 500;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  border-radius: 0.25rem;
}

.platform-secondary {
  background-color: #6c757d !important;
}

.platform-mobile {
  background-color: #48087c;
  color: #fff;
}

.status-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
}

.about-to-end {
  background-color: #ffc107;
  color: #000;
}

/*=============================
    HUD Modal Styling
===============================*/
.hud-modal-content {
  background: rgba(0, 0, 0, 0.4) !important;
  backdrop-filter: blur(25px) saturate(1.8);
  -webkit-backdrop-filter: blur(25px) saturate(1.8);
  border: 1px solid rgba(0, 255, 255, 0.4);
  border-radius: 16px;
  box-shadow: 0 12px 48px rgba(0, 255, 255, 0.3), 
              0 4px 16px rgba(0, 0, 0, 0.5),
              inset 0 1px 0 rgba(255, 255, 255, 0.15),
              inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.hud-modal-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(0, 255, 255, 0.6), 
    transparent);
  z-index: 1;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.7) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Modal dialog constraints for proper scrolling */
.hud-modal-content .modal-dialog {
  max-height: 90vh;
  margin: 1rem auto;
}

.hud-modal-content .modal-dialog-scrollable {
  max-height: 90vh;
}

.hud-modal-content .modal-dialog-scrollable .modal-body {
  max-height: calc(90vh - 140px);
  overflow-y: auto;
}

/* Prevent background interaction when modal is open */
.modal-open {
  overflow: hidden !important;
  touch-action: none !important;
}

.modal-open .hud-panel,
.modal-open .hud-navigation {
  pointer-events: none !important;
  user-select: none !important;
}

.modal-open .hud-panel * {
  pointer-events: none !important;
}

/* Allow modal content to be interactive */
.modal-open .modal,
.modal-open .modal * {
  pointer-events: auto !important;
  user-select: auto !important;
}

.hud-modal-header {
  background: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 16px 16px 0 0;
  padding: 1.5rem;
  position: relative;
  z-index: 2;
}

.hud-modal-title {
  color: #00ffff;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  text-shadow: 0 0 8px rgba(0, 255, 255, 0.4);
}

.hud-modal-title i {
  font-size: 1.3em;
  filter: drop-shadow(0 0 4px rgba(0, 255, 255, 0.6));
}

.hud-modal-close {
  filter: invert(1) brightness(1.2);
  opacity: 0.8;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}

.hud-modal-close:hover {
  opacity: 1;
  filter: invert(1) brightness(1.5) drop-shadow(0 0 4px rgba(0, 255, 255, 0.8));
  transform: rotate(90deg);
}

.hud-modal-body {
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}

.hud-modal-footer {
  background: rgba(0, 0, 0, 0.6);
  border-top: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 0 0 16px 16px;
  padding: 1rem 1.5rem;
  position: relative;
  z-index: 2;
}

.hud-form-label {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.hud-form-input,
.hud-form-select {
  background: rgba(0, 0, 0, 0.7) !important;
  border: 1px solid rgba(0, 255, 255, 0.3);
  color: #fff !important;
  border-radius: 8px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hud-form-input:focus,
.hud-form-select:focus {
  background: rgba(0, 0, 0, 0.8) !important;
  border-color: rgba(0, 255, 255, 0.6);
  box-shadow: 0 0 0 0.25rem rgba(0, 255, 255, 0.3),
              0 0 20px rgba(0, 255, 255, 0.2);
  color: #fff !important;
  outline: none;
}

.hud-form-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}

.hud-form-select option {
  background: #000;
  color: #fff;
  border: none;
}

.hud-form-input.is-invalid,
.hud-form-select.is-invalid {
  background: rgba(220, 53, 69, 0.1) !important;
  border-color: rgba(220, 53, 69, 0.6);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.hud-form-input.is-valid,
.hud-form-select.is-valid {
  background: rgba(40, 167, 69, 0.1) !important;
  border-color: rgba(40, 167, 69, 0.6);
  box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
}

.hud-btn-primary,
.hud-btn-secondary {
  border: 1px solid rgba(0, 255, 255, 0.4);
  border-radius: 8px;
  padding: 0.6rem 1.8rem;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.hud-btn-primary::before,
.hud-btn-secondary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.hud-btn-primary:hover::before,
.hud-btn-secondary:hover::before {
  left: 100%;
}

.hud-btn-primary {
  background: rgba(0, 255, 255, 0.15);
  color: #00ffff;
  text-shadow: 0 0 8px rgba(0, 255, 255, 0.4);
}

.hud-btn-primary:hover {
  background: rgba(0, 255, 255, 0.25);
  border-color: rgba(0, 255, 255, 0.6);
  color: #00ffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 255, 255, 0.4),
              0 0 30px rgba(0, 255, 255, 0.2);
}

.hud-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}

.hud-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.invalid-feedback {
  color: #ff6b6b;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.valid-feedback {
  color: #51cf66;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

/* Success Alert Styling */
.hud-success-alert {
  background: rgba(40, 167, 69, 0.2) !important;
  border: 1px solid rgba(40, 167, 69, 0.4);
  color: #51cf66 !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 8px;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.hud-success-alert::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(40, 167, 69, 0.6), 
    transparent);
}

.hud-success-alert .btn-close {
  filter: invert(1) brightness(1.5);
  opacity: 0.8;
}

.hud-success-alert .btn-close:hover {
  opacity: 1;
}

.hud-success-alert.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

/* Error Alert Styling */
.hud-error-alert {
  background: rgba(220, 53, 69, 0.2) !important;
  border: 1px solid rgba(220, 53, 69, 0.4);
  color: #ff6b6b !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 8px;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.hud-error-alert::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(220, 53, 69, 0.6), 
    transparent);
}

.hud-error-alert .btn-close {
  filter: invert(1) brightness(1.5);
  opacity: 0.8;
}

.hud-error-alert .btn-close:hover {
  opacity: 1;
}

.hud-error-alert.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

/*=============================
    HUD Navigation Interactions
===============================*/
.hud-nav-item a {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.hud-nav-item a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.hud-nav-item a:hover::before {
  left: 100%;
}

.hud-nav-item a:hover {
  color: #00ffff !important;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.8);
  transform: translateY(-1px);
}

.hud-nav-item.active a {
  color: #00ffff !important;
  text-shadow: 0 0 8px rgba(0, 255, 255, 0.6);
}

/*=============================
    Streamer Cards
===============================*/
#streamer, #welcome {
  background: no-repeat center center fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#streamer {
  background-image: url('../img/bg/streamers.webp');
}

#welcome {
  background-image: url('../img/bg/weeklyOpen.webp');
}

#streamer::before, #welcome::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

#streamer .container {
  position: relative;
  z-index: 2;
}

.streamer-card, .tournament-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  color: #222;
  --x: 0;
  --y: 0;
  background: radial-gradient(
    circle at var(--x) var(--y),
    rgba(255, 255, 255, 0.05) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.streamer-card::before , .tournament-card::before {
  content: '';
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: radial-gradient(
    circle closest-side,
    rgba(255, 255, 255, 0.1),
    transparent 80%
  );
  transition: width 0.3s ease, height 0.3s ease;
  z-index: 0;
  pointer-events: none;
}

.streamer-card:hover::before, .tournament-card:hover::before {
  width: 400px;
  height: 400px;
}

.streamer-card > *, .tournament-card > * {
  position: relative;
  z-index: 1;
}

.streamer-card:hover, .tournament-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}

.streamer-card h5, .tournament-card h5 {
  color: var(--tg-theme-primary);
  font-weight: 600;
  margin-bottom: 10px;
}

.streamer-card p, .tournament-card p {
  color: #b8c2cc;
  font-size: 14px;
  margin-bottom: 15px;
}

.streamer-thumb {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
  aspect-ratio: 1;
  object-fit: cover;
  max-height: 200px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

.tags span {
  background: rgba(0, 0, 0, 0.7);
  color: var(--tg-theme-primary, #0d6efd);
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
  margin: 2px;
}

.tag {
  border-radius: 50%;
  padding: 5px;
}

.platform-fx {
  background: #ff0000;
  color: #fff;
}

.platform-fx3 {
  background: #0000ff;
  color: #fff;
}

.platform-vpx {
  background: #15a515;
  color: #000000 !important;
}

.platform-pm {
  background: #ff7b00;
  color: #000000 !important;
}

.platform-zac {
  background: #fffb00;
  color: #000000 !important;
}

.platform-arcade {
  background-color: #00d3e2;
  color: #000000;
}

.platform-other {
  background: #487386;
  color: #000000 !important;
}

.status-badge {
  border-radius: 10px;
  padding: 2px 10px;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  background: #eee;
}

/* Status classes for filtering */
.streamer-card, .tournament-card {
  transition: all 0.3s ease;
}

/* Fade transition for filter toggle */
.streamer-card-container, .tournament-card-container {
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  opacity: 1;
  transform: translateY(0);
}

.streamer-card-container.fade-out, .tournament-card-container.fade-out {
  opacity: 0;
  transform: translateY(-10px);
}

.streamer-card-container.fade-in, .tournament-card-container.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.streamer-card.status-live {
  border: 2px solid rgba(220, 53, 69, 0.3);
}

.streamer-card.status-offline {
  opacity: 0.8;
}

/* No streamers message */
#noStreamersMessage {
  display: none;
  padding: 2rem;
  background: rgba(0,0,0,0.1);
  border-radius: 10px;
  margin-top: 20px;
}

#noStreamersMessage.show {
  display: block;
}

.status-badge.offline {
  background: #181818;
  color: #ffffff;
}

.status-badge.live {
  background: #ff0000;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.social-icons {
  gap: 10px;
}

.social-icons a {
  color: #fff;
  font-size: 12px;
  transition: color 0.3s ease;
  width: 100%;
}

.social-icons a:hover {
  color: #000;
}

.live-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ff4d4d;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  animation: pulse 2s infinite;
}

.offline-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #6c757d;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(255, 77, 77, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 77, 77, 0); }
}

.pulse-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 2px solid #ff0000;
  border-radius: 50%;
  margin-right: 8px;
  animation: pulseDot 1.5s infinite;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

@keyframes pulseDot {
  0% { 
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
  }
  50% { 
    transform: scale(1.3);
    opacity: 0.7;
    box-shadow: 0 0 16px rgba(255, 255, 255, 1);
  }
  100% { 
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
  }
}

.streamer-thumb-container {
  position: relative;
  max-height: 200px;
}

/* Tournament tag styles */
.tag.FX {
  background: linear-gradient(45deg, #ff6b35, #f7931e);
  color: white;
  font-weight: bold;
}

.tag.FX3 {
  background: linear-gradient(45deg, #4a90e2, #357abd);
  color: white;
  font-weight: bold;
}

.tag.ZAC {
  background: linear-gradient(45deg, #8e44ad, #9b59b6);
  color: white;
  font-weight: bold;
}

.tag.PM {
  background: linear-gradient(45deg, #e74c3c, #c0392b);
  color: white;
  font-weight: bold;
}

.tag.VPX {
  background: linear-gradient(45deg, #27ae60, #2ecc71);
  color: white;
  font-weight: bold;
}

.tag.ARCADE {
  background: linear-gradient(45deg, #f39c12, #e67e22);
  color: white;
  font-weight: bold;
}

.tag.MOBILE {
  background: linear-gradient(45deg, #5c0568, #5c096d);
  color: white;
  font-weight: bold;
}

/* Tournament details styling */
.tournament-details {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Copy ID button styling */
.copy-id-btn {
  transition: all 0.3s ease;
  border: 2px solid var(--tg-theme-primary, #0d6efd);
  background: rgba(13, 110, 253, 0.1);
}

.copy-id-btn:hover {
  background: var(--tg-theme-primary, #0d6efd);
  border-color: var(--tg-theme-primary, #0d6efd);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.copy-id-btn:active {
  transform: translateY(0);
}

/* Copy tooltip styling */
.copy-tooltip {
  z-index: 1000;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  animation: tooltipPulse 0.3s ease-out;
}

@keyframes tooltipPulse {
  0% {
    transform: translateX(-50%) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}

/* Bouncing arrow animation */
.bounce-arrow {
  animation: bounceArrow 2s ease-in-out infinite;
  cursor: pointer;
  transition: all 0.3s ease;
}

.bounce-arrow:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}

@keyframes bounceArrow {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}

/*=============================
    HR Animation
===============================*/
.hr {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  margin-bottom: 0em;
  padding: 0.2em 0;
}

.hr:after, .hr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 50%;
  left: 0;
}

.hr:before {
  background: linear-gradient(90deg, #10111F 0%, #10111F 50%, transparent 50%, transparent 100%);
  background-size: 15px;
  background-position: center;
  z-index: 1;
}

.hr::after {
	transition: opacity 0.3s ease, -webkit-animation 0.3s ease;
	transition: opacity 0.3s ease, animation 0.3s ease;
	transition: opacity 0.3s ease, animation 0.3s ease, -webkit-animation 0.3s ease;
	background: linear-gradient(to right, #62efab 5%, #F2EA7D 15%, #F2EA7D 25%, #FF8797 35%, #FF8797 45%, #e1a4f4 55%, #e1a4f4 65%, #82fff4 75%, #82fff4 85%, #62efab 95%);
	background-size: 100%;
	background-position: 0%;
	-webkit-animation: bar 15s linear infinite;
	animation: bar 15s linear infinite;
	opacity: 0.3;
}

@-webkit-keyframes bar {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 200%;
  }
}

@keyframes bar {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 200%;
  }
}

.hr.anim:before {
  background: linear-gradient(90deg, #10111F 0%, #10111F 5%, transparent 5%, transparent 10%, #10111F 10%, #10111F 15%, transparent 15%, transparent 20%, #10111F 20%, #10111F 25%, transparent 25%, transparent 30%, #10111F 30%, #10111F 35%, transparent 35%, transparent 40%, #10111F 40%, #10111F 45%, transparent 45%, transparent 50%, #10111F 50%, #10111F 55%, transparent 55%, transparent 60%, #10111F 60%, #10111F 65%, transparent 65%, transparent 70%, #10111F 70%, #10111F 75%, transparent 75%, transparent 80%, #10111F 80%, #10111F 85%, transparent 85%, transparent 90%, #10111F 90%, #10111F 95%, transparent 95%, transparent 100%);
  background-size: 150px;
  background-position: center;
  z-index: 1;
  -webkit-animation: bar 120s linear infinite;
  animation: bar 120s linear infinite;
}

.hr.anim:hover:before {
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}

.hr.anim:hover:after {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/*=============================
    Text Animation
===============================*/
.tg__animate-text span {
  animation: 0.8s both tg_animated_text;
}

@keyframes tg_animated_text {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 1;
    text-shadow: 0 0 25px var(--tg-theme-primary);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/*=============================
    Game HUD Interface (Desktop Only)
===============================*/
.game-hud {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	z-index: 1000;
	border: 1px solid rgba(0, 255, 255, 0.5);
	border-radius: 25px;
	background: rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.1));
}

.hud-panel {
  position: fixed;
  pointer-events: auto;
  z-index: 1001;
}

/* HUD Frame Styling */
.hud-frame {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 0 0 14px 14px;
  padding: 12px;
  transition: all 0.3s ease;
}

.hud-frame::before,
.hud-frame::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 255, 255, 0.5);
}

.hud-frame::before {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none;
}

.hud-frame::after {
  top: -1px;
  right: -1px;
  border-left: none;
  border-bottom: none;
}

/* Top-Left: Logo Panel */
.hud-top-left {
  top: clamp(20px, 3vw, 30px);
  left: clamp(20px, 3vw, 30px);
}

.hud-top-left .hud-frame {
  min-width: 150px;
  text-align: center;
}

.hud-top-left .logo img {
  max-height: 100px;
  filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.5));
}

/* Top-Right: Navigation Panel */
.hud-top-right {
  top: clamp(20px, 3vw, 30px);
  right: clamp(20px, 3vw, 30px);
}

.hud-navigation {
  display: flex;
  align-items: center;
}

.hud-nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}

.hud-nav-item {
  position: relative;
}

.hud-nav-item a {
  display: block;
  padding: 8px 16px;
  color: #00ffff;
  text-decoration: none;
  font-family: var(--tg-heading-font-family);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 2px;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
}

.hud-nav-item a:hover,
.hud-nav-item.active a {
  background: rgba(0, 255, 255, 0.1);
  border-color: rgba(0, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
  color: #fff;
}

.hud-nav-item.has-dropdown:hover .hud-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hud-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 4px;
  padding: 8px;
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.hud-dropdown a {
  display: block;
  padding: 6px 12px;
  color: #00ffff;
  text-decoration: none;
  font-size: 11px;
  border-radius: 2px;
  transition: all 0.2s ease;
}

.hud-dropdown a:hover {
  background: rgba(0, 255, 255, 0.1);
  color: #fff;
}

/* Top-Center: Status Bar */
.hud-top-center {
  top: clamp(20px, 3vw, 30px);
  left: 50%;
  transform: translateX(-50%);
}

.hud-status-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 20px;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 20px;
}

.hud-system-text {
  color: #00ffff;
  font-family: var(--tg-heading-font-family);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hud-pulsing {
  animation: statusPulse 2s infinite;
}

.hud-status-indicator {
	width: 8px;
	height: 8px;
	background: #f00;
	border-radius: 50%;
	box-shadow: 0 0 10px #f00;
	animation: statusPulse 2s infinite;
	position: absolute;
	right: 38px;
	top: 80px;
}

@keyframes statusPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* Bottom-Left: System Utility Panel */
.hud-bottom-left {
  bottom: clamp(20px, 3vw, 30px);
  left: clamp(20px, 3vw, 30px);
}

.hud-radar {
	position: relative;
	width: 40px;
	height: 40px;
	margin-bottom: 0px;
}

.radar-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 255, 255, 0.1) 0%, transparent 70%);
}

.radar-sweep {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background: linear-gradient(to right, transparent, rgba(0, 255, 255, 0.8));
  transform-origin: left center;
  animation: radarSweep 3s linear infinite;
}

@keyframes radarSweep {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.hud-quick-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hud-quick-link {
  color: #00ffff;
  text-decoration: none;
  font-family: var(--tg-heading-font-family);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 8px;
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hud-quick-link:hover {
  background: rgba(0, 255, 255, 0.1);
  border-color: rgba(0, 255, 255, 0.5);
  color: #fff;
}

/* Bottom-Right: Actions/Social Panel */
.hud-bottom-right {
  bottom: clamp(20px, 3vw, 30px);
  right: clamp(20px, 3vw, 30px);
}

.hud-social {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.hud-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #00ffff;
  text-decoration: none;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 14px;
}

.hud-social-link:hover {
  background: rgba(0, 255, 255, 0.1);
  border-color: rgba(0, 255, 255, 0.8);
  color: #fff;
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
}

.hud-scroll-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 4px;
  color: #00ffff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hud-scroll-top:hover {
  background: rgba(0, 255, 255, 0.1);
  border-color: rgba(0, 255, 255, 0.8);
  color: #fff;
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
}

/* Content Area Adjustments */
/* .hud-content-area {
  padding-top: clamp(80px, 10vw, 120px);
  padding-bottom: clamp(80px, 10vw, 120px);
  padding-left: clamp(80px, 10vw, 120px);
  padding-right: clamp(80px, 10vw, 120px);
} */

/* Mobile Responsiveness */
@media (max-width: 1024px) {
  .game-hud {
    display: none;
  }
  
  .mobile-header {
    display: block;
  }
  
  .hud-content-area {
    padding: 20px;
  }
}

@media (min-width: 1025px) {
  .mobile-header {
    display: none;
  }
}

/* Enhanced Content Cards for HUD Theme */
.filter-section .card,
.streamer-card,
.tournament-card {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 8px;
  backdrop-filter: blur(5px);
  position: relative;
  overflow: hidden;
}

.filter-section .card::before,
.streamer-card::before,
.tournament-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.5), transparent);
}

.filter-section .card:hover,
.streamer-card:hover,
.tournament-card:hover {
  border-color: rgba(0, 255, 255, 0.5);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.2);
}

/* Enhanced Filter Buttons */
.filter-section .filter-btn,
.filter-section .streamer-filter-btn {
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 255, 255, 0.3);
  color: #00ffff;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.filter-section .filter-btn:hover,
.filter-section .streamer-filter-btn:hover,
.filter-section .filter-btn.active,
.filter-section .streamer-filter-btn.active {
  background: rgba(0, 255, 255, 0.1);
  border-color: rgba(0, 255, 255, 0.8);
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

/* Enhanced Status Badges */
.status-badge {
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(0, 255, 255, 0.3);
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.status-badge.live {
  border-color: rgba(255, 0, 0, 0.8);
  color: #ff0000;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

.status-badge.offline {
  border-color: rgba(255, 255, 255, 0.3);
  color: #888;
}

/* Enhanced Welcome Headers */
#welcome h1.welcome,
#welcome h2.welcome,
#streamer h2.welcome {
  color: #00ffff;
  text-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
  font-weight: 700;
  display: contents;
  display: flex; justify-content: center;
}

/* Background Enhancements */
#welcome,
#streamer {
  position: relative;
}

#welcome::before,
#streamer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(0, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(255, 0, 255, 0.1) 0%, transparent 50%),
    rgba(0, 0, 0, 0.8);
  z-index: -1;
}

/*=============================
    HUD Site Stats
===============================*/
.hud-site-stats-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 180px;
}

.hud-site-stats-header {
  text-align: center;
  margin-bottom: 4px;
}

.hud-kicker {
  color: rgba(0, 255, 255, 0.8);
  font-family: var(--tg-heading-font-family);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

.hud-site-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hud-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.hud-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(0, 255, 255, 0.5) 50%, 
    transparent 100%);
}

.hud-stat-label {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--tg-heading-font-family);
  font-size: 8px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.hud-stat-value {
  color: #00ffff;
  font-family: 'Courier New', monospace;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 0 15px rgba(0, 255, 255, 0.8);
  margin: 0;
  line-height: 1;
}

.hud-stat-meta {
  color: rgba(255, 0, 255, 0.6);
  font-family: var(--tg-heading-font-family);
  font-size: 7px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}

.hud-line-graph-mini {
	position: relative;
	width: 100%;
	height: 60px;
	margin: 8px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(0, 255, 255, 0.2);
	border-radius: 4px;
	overflow: hidden;
}

.hud-line-graph-grid {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(0deg, rgba(0, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 10px 10px;
}

.hud-line-graph-path {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hud-line-graph-path::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(135deg, transparent 30%, rgba(0, 255, 255, 0.1) 50%, transparent 70%),
    linear-gradient(45deg, transparent 40%, rgba(255, 0, 255, 0.05) 60%, transparent 80%);
  pointer-events: none;
}

.graph-point {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #00ffff;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 255, 255, 0.8);
  z-index: 2;
}

.graph-point.p1 { top: 70%; left: 10%; }
.graph-point.p2 { top: 50%; left: 25%; }
.graph-point.p3 { top: 30%; left: 40%; }
.graph-point.p4 { top: 45%; left: 55%; }
.graph-point.p5 { top: 25%; left: 70%; }
.graph-point.p6 { top: 40%; left: 85%; }

.hud-line-graph-path::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(45deg, transparent 48%, rgba(0, 255, 255, 0.6) 48%, rgba(0, 255, 255, 0.6) 52%, transparent 52%),
    linear-gradient(135deg, transparent 48%, rgba(0, 255, 255, 0.4) 48%, rgba(0, 255, 255, 0.4) 52%, transparent 52%);
  clip-path: polygon(
    10% 70%,
    25% 50%,
    40% 30%,
    55% 45%,
    70% 25%,
    85% 40%
  );
  z-index: 1;
}

/*=============================
    HUD Radar Mini (Alternative)
===============================*/
.hud-radar-mini {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 8px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radar-mini-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 50%;
}

.radar-mini-circle::before,
.radar-mini-circle::after {
  content: '';
  position: absolute;
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.radar-mini-circle::before {
  width: 66%;
  height: 66%;
}

.radar-mini-circle::after {
  width: 33%;
  height: 33%;
}

.radar-mini-sweep {
  position: absolute;
  width: 50%;
  height: 2px;
  background: linear-gradient(90deg, 
    rgba(0, 255, 255, 0.8) 0%, 
    transparent 100%);
  left: 50%;
  top: 50%;
  transform-origin: left center;
  animation: radarMiniSweep 3s linear infinite;
}

.radar-mini-grid {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(0deg, rgba(0, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
  border-radius: 50%;
}

@keyframes radarMiniSweep {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*=============================
    Streamer View Toggle
===============================*/
.streamer-view-toggle {
  display: flex;
  gap: 2px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 2px;
}

.streamer-view-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: none !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
}

.streamer-view-btn:hover {
  color: #fff !important;
  background: rgba(0, 255, 255, 0.1) !important;
}

.streamer-view-btn.active {
  color: #00ffff !important;
  background: rgba(0, 255, 255, 0.2) !important;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}

.streamer-view-btn i {
  font-size: 11px;
}

/*=============================
    Streamer List View
===============================*/
#streamerGrid.is-list-view {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#streamerGrid.is-list-view .streamer-card-container {
	width: 100% !important;
	max-width: 100% !important;
	flex: none !important;
	margin: 5px 0 !important;
}

#streamerGrid.is-list-view .streamer-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  min-height: 80px;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 8px;
}

#streamerGrid.is-list-view .streamer-card > .d-flex {
  flex-direction: row !important;
  align-items: center;
  width: 100%;
  height: auto !important;
}

#streamerGrid.is-list-view .streamer-thumb-container {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 16px;
  margin-bottom: 0;
  position: relative;
}

#streamerGrid.is-list-view .streamer-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

#streamerGrid.is-list-view .streamer-info {
	flex: 1;
	display: flex;
	flex-direction: row;
	/* align-items: last baseline; */
	justify-content: space-between;
	margin-top: 0;
	min-height: 60px;
}

#streamerGrid.is-list-view .streamer-info > div {
	display: flex;
	flex-direction: row;
	justify-content: left;
}

#streamerGrid.is-list-view .streamer-info h5 {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

#streamerGrid.is-list-view .streamer-info h5 .streamerThumb {
  width: 24px;
  height: 24px;
}

#streamerGrid.is-list-view .streamer-info p {
  margin: 0 0 6px 0;
  font-size: 13px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#streamerGrid.is-list-view .tags {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

#streamerGrid.is-list-view .tags .tag {
  font-size: 10px;
  padding: 2px 6px;
  margin: 0;
}

#streamerGrid.is-list-view .social-icons {
  margin: 0;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

#streamerGrid.is-list-view .social-icons .btn {
  padding: 4px 8px;
  font-size: 11px;
  min-width: auto;
}

#streamerGrid.is-list-view .status-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 3px;
}

/* Responsive adjustments for list view */
@media (max-width: 768px) {
  #streamerGrid.is-list-view .streamer-card {
    padding: 12px;
  }
  
  #streamerGrid.is-list-view .streamer-card > .d-flex {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    width: 100%;
    height: auto !important;
    gap: 8px;
  }
  
  #streamerGrid.is-list-view .streamer-thumb-container {
    width: 50px;
    height: 50px;
    flex: 0 0 auto !important;
    margin-right: 12px;
    margin-bottom: 0;
  }
  
  #streamerGrid.is-list-view .streamer-info {
    /* flex: 1 1 auto !important; */
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    min-height: auto;
  }
  
  #streamerGrid.is-list-view .streamer-info > div {
    width: 100%;
  }
  
  #streamerGrid.is-list-view .streamer-info h5 {
    font-size: 14px;
    margin-bottom: 2px;
  }
  
  #streamerGrid.is-list-view .streamer-info p {
    font-size: 12px;
    margin-bottom: 4px;
  }
  
  /* Move social icons to second row - full width */
  #streamerGrid.is-list-view .social-icons {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin-top: 8px;
    margin-left: 0 !important;
    display: flex !important;
    justify-content: flex-start;
    gap: 8px;
  }
  
  #streamerGrid.is-list-view .social-icons a {
    width: fit-content;
    height: 28px;
    font-size: 12px;
  }
  
  /* Ensure badges still position correctly */
  #streamerGrid.is-list-view .status-badge {
    top: 6px;
    right: 6px;
    transform: scale(0.8);
  }
  
  .streamer-view-toggle {
    margin-top: 12px;
    width: 100%;
    justify-content: center;
  }
}

/*=============================
    Tournament View Toggle
===============================*/
.tournament-view-toggle {
  display: flex;
  gap: 2px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 2px;
}

.tournament-view-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: none !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
}

.tournament-view-btn:hover {
  color: #fff !important;
  background: rgba(0, 255, 255, 0.1) !important;
}

.tournament-view-btn.active {
  color: #00ffff !important;
  background: rgba(0, 255, 255, 0.2) !important;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}

.tournament-view-btn i {
  font-size: 11px;
}

/*=============================
    Tournament List View
===============================*/
#tournamentsContainer.is-list-view {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Tournament List View - Full Width Desktop Layout */
#tournamentsContainer.is-list-view .streamer-card-container {
  display: flex !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  margin-bottom: 16px !important;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

#tournamentsContainer.is-list-view .streamer-card-container:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

#tournamentsContainer.is-list-view .streamer-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: auto !important;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

#tournamentsContainer.is-list-view .streamer-card > .d-flex {
  flex-direction: row !important;
  align-items: stretch;
  width: 100%;
  height: auto !important;
  gap: 20px;
}

#tournamentsContainer.is-list-view .tournament-thumb {
  width: 200px;
  height: 120px;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

#tournamentsContainer.is-list-view .tournament-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

#tournamentsContainer.is-list-view .tournament-thumb:hover img {
  transform: scale(1.05);
}

#tournamentsContainer.is-list-view .tournament-time-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.8);
  padding: 6px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  z-index: 2;
}

#tournamentsContainer.is-list-view .tournament-title {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#tournamentsContainer.is-list-view .tournament-title h5 {
  margin: 0 0 8px 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

#tournamentsContainer.is-list-view .tournament-meta {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}

#tournamentsContainer.is-list-view .tournament-info {
  flex: 2;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}

#tournamentsContainer.is-list-view .tournament-info p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
}

#tournamentsContainer.is-list-view .tournament-cta {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

#tournamentsContainer.is-list-view .tournament-cta .btn {
  font-size: 0.85rem;
  padding: 8px 12px;
  white-space: nowrap;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  #tournamentsContainer.is-list-view .streamer-card-container {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 12px;
  }
  
  #tournamentsContainer.is-list-view .streamer-card > .d-flex {
    flex-direction: column !important;
    gap: 12px;
  }
  
  #tournamentsContainer.is-list-view .tournament-thumb {
    width: 100%;
    height: 150px;
  }
  
  #tournamentsContainer.is-list-view .tournament-title,
  #tournamentsContainer.is-list-view .tournament-meta,
  #tournamentsContainer.is-list-view .tournament-info,
  #tournamentsContainer.is-list-view .tournament-cta {
    flex: 1;
    min-width: auto;
  }
}

#tournamentsContainer.is-list-view .tournament-details {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#tournamentsContainer.is-list-view .tournament-details p {
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
}

#tournamentsContainer.is-list-view .tournament-details .small {
  font-size: 11px;
  line-height: 1.1;
}

/* Tournament Filter Hidden State */
#tournamentsContainer .streamer-card-container.hidden {
  display: none !important;
}

#tournamentsContainer .tournament-card.hidden {
  display: none !important;
}

#tournamentsContainer.is-list-view .status-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 3px;
}

#tournamentsContainer.is-list-view .mt-auto {
  margin-top: 0 !important;
}

#tournamentsContainer.is-list-view .copy-id-btn {
  padding: 4px 8px;
  font-size: 11px;
  min-width: auto;
  margin: 0;
}

/* Responsive adjustments for tournament list view */
@media (max-width: 768px) {
  #tournamentsContainer.is-list-view .streamer-card {
    padding: 12px;
  }
  
  #tournamentsContainer.is-list-view .streamer-thumb-container {
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }
  
  #tournamentsContainer.is-list-view .streamer-info {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    min-height: auto;
  }
  
  #tournamentsContainer.is-list-view .streamer-info > div {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  
  #tournamentsContainer.is-list-view .streamer-info h5 {
    font-size: 14px;
  }
  
  #tournamentsContainer.is-list-view .tournament-details .small {
    font-size: 10px;
  }
  
  #tournamentsContainer.is-list-view .copy-id-btn {
    padding: 3px 6px;
    font-size: 10px;
  }
  
  .tournament-view-toggle {
    margin-top: 12px;
    width: 100%;
    justify-content: center;
  }
}
.live-streamers-hub {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  max-width: 200px;
}

.liveStreamerThumbLink {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.liveStreamerThumbLink:hover {
  border-color: rgba(0, 255, 255, 0.6);
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.4);
}

.liveStreamerThumbLink .streamerThumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.noLiveStreamersMessage {
  font-size: 10px;
  color: rgba(0, 255, 255, 0.6);
  text-align: center;
  padding: 5px;
  font-family: 'Courier New', monospace;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*=============================
    Responsive Design
===============================*/
@media (max-width: 768px) {
  h2.welcome, #welcome h1.welcome {
    font-size: 14vw;
  }
  
  .filter-section .d-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .filter-section .filter-buttons {
    width: 100%;
    margin-top: 0.5rem;
  }
  
  .filter-section .filter-count {
    margin-top: 0.5rem;
  }
}

/*=============================
    Utility Classes
===============================*/
.text-primary {
  --bs-text-opacity: 1;
  color: var(--tg-theme-primary) !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-5 {
  padding: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-sticky {
  position: sticky !important;
}

.text-center {
  text-align: center !important;
}

.text-muted {
  color: #6c757d !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-5 {
    font-size: 2.5rem;
  }
}

@media (max-width: 992px) {
  .display-5 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .display-5 {
    font-size: 1.75rem;
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border.text-primary {
  color: var(--tg-theme-primary);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}



  /* Consistent filter section styles */
  .filter-section {
    margin-bottom: 1.5rem;
  }
  
  .filter-section .card {
    background: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  
  .filter-section .card-body {
    padding: 0.75rem 1rem;
  }
  
  .filter-section .filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
  }
  
  .filter-section .filter-btn,
  .filter-section .streamer-filter-btn {
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.35rem 0.75rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    border-width: 1px;
  }
  
  .filter-section .filter-btn i,
  .filter-section .streamer-filter-btn i {
    font-size: 0.75rem;
    margin-right: 0.25rem;
  }
  
  .filter-section .filter-btn.active,
  .filter-section .streamer-filter-btn.active {
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  .filter-section .filter-count,
  .filter-section .streamer-filter-count {
    font-size: 0.8rem;
    color: #adb5bd;
    white-space: nowrap;
  }
  
  .filter-section .filter-count span,
  .filter-section .streamer-filter-count span {
    color: #fff;
    font-weight: 600;
  }
  
  .carousel-item img {
	width: 100dvw !important;
  height: 100dvh !important;
}
#welcome {
  background: url('assets/img/bg/weeklyOpen.webp') no-repeat center center fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#streamer {
  background: url('assets/img/bg/streamers.webp') no-repeat center center fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#streamer::before, #welcome::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

#streamer .container {
  position: relative;
  z-index: 2;
}

.streamer-card, .tournament-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  color: #222;
  --x: 0;
  --y: 0;
  background: radial-gradient(
    circle at var(--x) var(--y),
    rgba(255, 255, 255, 0.05) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.streamer-card::before , .tournament-card::before {
  content: '';
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: radial-gradient(
    circle closest-side,
    rgba(255, 255, 255, 0.1),
    transparent 80%
  );
  transition: width 0.3s ease, height 0.3s ease;
  z-index: 0;
  pointer-events: none;
}

.streamer-card:hover::before, .tournament-card:hover::before {
  width: 400px;
  height: 400px;
}

.streamer-card > *, .tournament-card > * {
  position: relative;
  z-index: 1;
}

.streamer-card:hover, .tournament-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}

.streamer-card h5, .tournament-card h5 {
  color: var(--tg-theme-primary);
  font-weight: 600;
  margin-bottom: 10px;
}

.streamer-card p, .tournament-card p {
  color: #b8c2cc;
  font-size: 14px;
  margin-bottom: 15px;
}

.streamer-thumb {
	width: 100%;
	border-radius: 8px;
	margin-bottom: 10px;
	aspect-ratio: 1;
	object-fit: cover;
	max-height: 200px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

.tags span {
  background: rgba(0, 0, 0, 0.7);
  color: var(--tg-theme-primary, #0d6efd);
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
  margin: 2px;
}

.tag {
	border-radius: 50%;
	padding: 5px;
}

.platform-fx {
  background: #ff0000;
  color: #fff;
}

.platform-fx3 {
  background: #0000ff;
  color: #fff;
}

.platform-vpx {
  background: #15a515;
  color: #000000 !important;
}

.platform-pm {
  background: #ff7b00;
  color: #000000 !important;
}

.platform-zac {
  background: #fffb00;
  color: #000000 !important;
}

.platform-arcade {
      background-color: #00d3e2;
      color: #000000;
    }
    .platform-mobile {
      background-color: #48087c;
      color: #fff;
    }

.platform-other {
  background: #487386;
  color: #000000 !important;
}

.status-badge {
	border-radius: 10px;
	padding: 2px 10px;
	font-size: 10px;
	font-weight: 600;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	background: #00ffff;
}

/* Filter buttons */
.btn-group.filter-buttons {
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 50px;
  /* overflow: hidden; */
}

.btn-check:checked + .btn-outline-primary {
  background-color: var(--tg-theme-primary);
  color: white;
  border-color: var(--tg-theme-primary);
}

.btn-check:checked + .btn-outline-danger {
  background-color: #dc3545;
  color: white;
  border-color: #dc3545;
}

.btn-check:checked + .btn-outline-secondary {
  background-color: #6c757d;
  color: white;
  border-color: #6c757d;
}

.btn-outline-primary, .btn-outline-danger, .btn-outline-secondary {
  /* border-width: 2px; */
  font-weight: 500;
  padding: 0.375rem 1.25rem;
}

/* Status classes for filtering */
.streamer-card, .tournament-card {
  transition: all 0.3s ease;
}

/* Fade transition for filter toggle */
.streamer-card-container, .tournament-card-container {
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  opacity: 1;
  transform: translateY(0);
}

.streamer-card-container.fade-out, .tournament-card-container.fade-out {
  opacity: 0;
  transform: translateY(-10px);
}

.streamer-card-container.fade-in, .tournament-card-container.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.streamer-card.status-live {
  border: 2px solid rgba(220, 53, 69, 0.3);
}

.streamer-card.status-offline {
  opacity: 0.8;
}

/* No streamers message */
#noStreamersMessage {
  display: none;
  padding: 2rem;
  background: rgba(0,0,0,0.1);
  border-radius: 10px;
  margin-top: 20px;
}

#noStreamersMessage.show {
  display: block;
}

.status-badge.offline {
	background: #181818;
	color: #ffffff;
}

.status-badge.live {
	background: #ff0000;
	color: #ffffff;
	display: flex;
	align-items: center;
}

.social-icons {
  gap: 10px;
}

.social-icons a {
	color: #fff;
	font-size: 12px;
	transition: color 0.3s ease;
	width: fit-content;
	padding: 5px;
}

.social-icons a:hover {
  color: #000;
}

.live-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ff4d4d;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  animation: pulse 2s infinite;
}

.offline-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #6c757d;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(255, 77, 77, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 77, 77, 0); }
}

.pulse-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 2px solid #ff0000;
  border-radius: 50%;
  margin-right: 8px;
  animation: pulseDot 1.5s infinite;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

@keyframes pulseDot {
  0% { 
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
  }
  50% { 
    transform: scale(1.3);
    opacity: 0.7;
    box-shadow: 0 0 16px rgba(255, 255, 255, 1);
  }
  100% { 
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
  }
}

.streamer-thumb-container {
  position: relative;
  max-height: 200px;
}

/* Tournament tag styles */
.tag.FX {
  background: linear-gradient(45deg, #ff6b35, #f7931e);
  color: white;
  font-weight: bold;
}

.tag.FX3 {
  background: linear-gradient(45deg, #4a90e2, #357abd);
  color: white;
  font-weight: bold;
}

.tag.ZAC {
  background: linear-gradient(45deg, #8e44ad, #9b59b6);
  color: white;
  font-weight: bold;
}

.tag.PM {
  background: linear-gradient(45deg, #e74c3c, #c0392b);
  color: white;
  font-weight: bold;
}

.tag.VPX {
  background: linear-gradient(45deg, #27ae60, #2ecc71);
  color: white;
  font-weight: bold;
}

.tag.ARCADE {
  background: linear-gradient(45deg, #f39c12, #e67e22);
  color: white;
  font-weight: bold;
}

.tag.MOBILE {
  background: linear-gradient(45deg, #5c0568, #5c096d);
  color: white;
  font-weight: bold;
}

/* Tournament details styling */
.tournament-details {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Copy ID button styling */
.copy-id-btn {
  transition: all 0.3s ease;
  border: 2px solid var(--tg-theme-primary, #0d6efd);
  background: rgba(13, 110, 253, 0.1);
}

.copy-id-btn:hover {
  background: var(--tg-theme-primary, #0d6efd);
  border-color: var(--tg-theme-primary, #0d6efd);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.copy-id-btn:active {
  transform: translateY(0);
}

/* Copy tooltip styling */
.copy-tooltip {
  z-index: 1000;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  animation: tooltipPulse 0.3s ease-out;
}

@keyframes tooltipPulse {
  0% {
    transform: translateX(-50%) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}

/* Bouncing arrow animation */
.bounce-arrow {
  animation: bounceArrow 2s ease-in-out infinite;
  cursor: pointer;
  transition: all 0.3s ease;
}

.bounce-arrow:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}

@keyframes bounceArrow {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}
