*{margin:0;padding:0;box-sizing:border-box;font-family:Arial}

html,body{height:100%;color:white;overflow-x:hidden}

#bgVideo{
position:fixed;top:0;left:0;
width:100%;height:100%;
object-fit:cover;z-index:-2;
}

.overlay{
position:fixed;inset:0;
background:rgba(0,0,0,.82);
z-index:-1;
}

header{
position:fixed;width:100%;
display:flex;justify-content:space-between;
align-items:center;
padding:15px 60px;
background:rgba(0,0,0,.6);
z-index:50;
}

.logo{
display:flex;align-items:center;gap:10px;
font-size:24px;font-weight:800;
color:#00bfff;
}
.logo span{color:white}
.logo img{height:42px}

nav a{
margin-left:20px;
text-decoration:none;
color:white;
font-weight:600;
}

/* =========================
   LIVE BANNER PROFESIONAL
   ========================= */

.live-banner{
  position: fixed;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  align-items: center;
  white-space: nowrap;

  gap: 12px;
  padding: 10px 16px;

  border-radius: 12px;
  background: rgba(15,15,15,.9);
  backdrop-filter: blur(8px);

  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;

  z-index: 60;
}

/* Texto */
.live-text{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
}

/* Punto */
.live-dot{
  width: 8px;
  height: 8px;
  background: #ff3b3b;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Botón */
.live-banner a{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 26px;
  padding: 0 14px;

  border-radius: 8px;
  background: #111;
  color: #fff;

  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;

  flex-shrink: 0;
}

/* Oculto */
.live-hidden{
  display: none !important;
}

/* Mobile */
@media (max-width: 768px){
  .live-banner{
    top: 96px;
    font-size: 13px;
  }

  .live-banner a{
    height: 24px;
    font-size: 11px;
  }
}

.hero{
height:100vh;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
padding-top:120px;
}

.hero h1{font-size:48px;line-height:1.1}
.hero h1 span{
color:#00bfff;
text-shadow:0 0 14px rgba(0,191,255,.7);
}

.hero-subtitle{
margin-top:15px;
font-size:18px;
opacity:.9;
}

.hero-buttons{
margin-top:35px;
display:flex;
gap:20px;
flex-wrap:wrap;
justify-content:center;
}

.btn-main{
background:#00e676;
color:black;
padding:16px 36px;
border-radius:40px;
font-weight:900;
text-decoration:none;
box-shadow:0 0 25px rgba(0,230,118,.6);
}

.btn-postular-god2{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:14px;

  padding:18px 52px;
  border-radius:999px;

  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0)),
    linear-gradient(135deg,#005cff,#00d9ff);

  color:#fff;
  font-weight:900;
  font-size:16px;
  letter-spacing:.6px;
  text-decoration:none;

  box-shadow:
    0 10px 40px rgba(0,90,255,.35),
    inset 0 0 0 1px rgba(255,255,255,.15);

  backdrop-filter: blur(6px);
  overflow:hidden;
  isolation:isolate;

  transition:transform .35s ease, box-shadow .35s ease;
}

.btn-postular-god2 .label{
  position:relative;
  z-index:2;
}

.btn-postular-god2 .icon{
  position:relative;
  z-index:2;
  font-size:18px;
  transition:transform .35s ease, opacity .35s ease;
  opacity:.9;
}

.btn-postular-god2 .border{
  position:absolute;
  inset:0;
  border-radius:999px;
  padding:2px;
  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,.55),
    transparent
  );
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation:borderFlow 3.5s linear infinite;
  opacity:.55;
}


.btn-postular-god2:hover{
  transform:translateY(-4px);
  box-shadow:
    0 15px 55px rgba(0,120,255,.55),
    inset 0 0 0 1px rgba(255,255,255,.25);
}

.btn-postular-god2:hover .icon{
  transform:translateX(6px);
  opacity:1;
}

.btn-postular-god2{
  animation:softPulse 3.5s ease-in-out infinite;
}

@keyframes softPulse{
  0%{box-shadow:0 10px 40px rgba(0,90,255,.30)}
  50%{box-shadow:0 12px 48px rgba(0,150,255,.55)}
  100%{box-shadow:0 10px 40px rgba(0,90,255,.30)}
}

@keyframes borderFlow{
  from{background-position:0%}
  to{background-position:200%}
}

@media(max-width:768px){
  .btn-postular-god2{
    padding:16px 34px;
    font-size:15px;
  }
}

.btn-postular-beast{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:18px 56px;
  border-radius:999px;

  background:linear-gradient(
    135deg,
    #00ff99,
    #00d9ff,
    #0066ff
  );

  color:#001014;
  font-weight:900;
  font-size:16px;
  letter-spacing:1px;
  text-decoration:none;
  text-transform:uppercase;

  box-shadow:
    0 0 14px rgba(0,255,153,.35),
    0 0 28px rgba(0,217,255,.25),
    0 0 48px rgba(0,102,255,.18);

  animation:beastPulse 3.2s infinite;
  transition:transform .25s ease, box-shadow .25s ease;
  overflow:hidden;
}

.btn-postular-beast .text{
  position:relative;
  z-index:2;
}

.btn-postular-beast .ring{
  position:absolute;
  inset:-4px;
  border-radius:999px;

  background:conic-gradient(
    from 0deg,
    transparent,
    rgba(255,255,255,.55),
    transparent,
    rgba(255,255,255,.55),
    transparent
  );

  animation:spinRing 4s linear infinite;
  filter:blur(1.5px);
  opacity:.6;
}

.btn-postular-beast:hover{
  transform:scale(1.05);
  box-shadow:
    0 0 18px rgba(0,255,153,.45),
    0 0 36px rgba(0,217,255,.32),
    0 0 64px rgba(0,102,255,.25);
}

@keyframes beastPulse{
  0%,100%{
    box-shadow:
      0 0 12px rgba(0,255,153,.30),
      0 0 24px rgba(0,217,255,.22),
      0 0 42px rgba(0,102,255,.18);
  }
  50%{
    box-shadow:
      0 0 20px rgba(0,255,153,.45),
      0 0 40px rgba(0,217,255,.35),
      0 0 70px rgba(0,102,255,.28);
  }
}

@keyframes spinRing{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}

@media (max-width:768px){
  .btn-postular-beast{
    padding:16px 46px;
    font-size:15px;
    animation:none;
  }
}

.hero-credits{
margin-top:18px;
font-size:14px;
color:#9fdfff;
}


.features{
  padding:120px 20px;
  display:flex;
  justify-content:center;
}

.features-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  grid-template-rows:repeat(2, auto);
  gap:22px;

  max-width:1100px;
  width:100%;
  margin:0 auto;

  justify-items:center;
  align-items:stretch;
}

.card p {
  font-size: 14px;
  line-height: 1.5;
  color: #cfcfcf;
}


@media (max-width: 900px){
  .features-grid{
    grid-template-columns:repeat(2, 1fr);
  }
}

@media (max-width: 600px){
  .features-grid{
    grid-template-columns:1fr;
  }
}

.card{
background:rgba(10,10,10,.85);
border-radius:18px;
padding:25px;
text-align:center;
border:1px solid rgba(0, 191, 255, 0.668);
transition:.3s;
}

.card:hover{
transform:translateY(-8px);
box-shadow:0 0 40px rgba(0,191,255,.4);
}

.card h2{
margin-top:12px;
color:#00bfff;
text-shadow:0 0 10px rgb(0, 255, 238);
}

.emoji{font-size:32px}

.postular{
padding:120px 20px;
text-align:center;
background:radial-gradient(circle at top,#001933,#000);
}

.postular h2{
font-size:40px;
color:#00e676;
text-shadow:0 0 20px rgba(0,230,118,.7);
}

.postular p{
margin-top:10px;
font-size:18px;
opacity:.9;
}

.btn-postular{
margin-top:30px;
display:inline-block;
background:#00e676;
color:black;
padding:18px 45px;
border-radius:45px;
font-weight:900;
text-decoration:none;
box-shadow:0 0 30px rgba(0,230,118,.7);
}

.floating-bar.pro{
  position:fixed;
  left:20px;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  flex-direction:column;
  gap:16px;
  z-index:9999;
}

.floating-bar.pro .social{
  width:52px;
  height:52px;
  border-radius:14px;
  background:rgba(255,255,255,0.04);
  backdrop-filter:blur(6px);
  display:flex;
  justify-content:center;
  align-items:center;
  transition:all .25s ease;
  border:1px solid rgba(255,255,255,0.08);
}

.floating-bar.pro img{
  width:32px;
  height:32px;
  object-fit:contain;
  opacity:.95;
}

.floating-bar.pro .social:hover{
  transform:translateX(6px);
  background:rgba(255,255,255,0.08);
}

.social.kick:hover{
  box-shadow:0 0 18px rgb(0, 230, 119);
}

.social.tiktok:hover{
  box-shadow:0 0 18px rgb(37, 244, 237);
}

.social.youtube:hover{
  box-shadow:0 0 18px rgb(255, 0, 0);
}

.social.instagram:hover{
  box-shadow:0 0 18px rgb(225, 48, 107);
}

.social.discord:hover{
  box-shadow:0 0 18px rgb(88, 101, 242);
}

@media (max-width: 768px) {

  .hero {
    min-height: 100vh;
    padding: 120px 20px 80px;
    text-align: center;
  }

  .hero h1 {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .hero p {
    font-size: 1rem;
    margin-top: 15px;
    opacity: .9;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }

  .hero-buttons a {
    width: 100%;
    font-size: 1rem;
    padding: 15px;
  }
}

@media (max-width: 768px) {
  header {
    padding: 10px 20px;
  }

  .logo img {
    height: 34px;
  }

  nav {
    display: none; 
  }
}

@media (max-width: 768px) {
  .btn {
    font-size: 1rem;
    padding: 14px 20px;
    border-radius: 14px;
  }
}

.hero h1 {
  font-size: clamp(2rem, 6vw, 3.5rem);
}

html, body {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width: 768px) {

  .hero-buttons a,
  .btn {
    font-size: 0.95rem;
    padding: 12px 18px;
    border-radius: 12px;
  }


  .btn-stream {
    height: 48px;
  }

  .btn-postular {
    height: 46px;
  }
}
@media (max-width: 768px) {
  .hero-buttons a {
    padding: 10px 16px;
    font-size: 0.9rem;
  }
}


.site-footer{
padding:20px;
text-align:center;
background:rgba(0,0,0,.8);
border-top:1px solid #00bfff;
}
.site-footer span{color:#00bfff}

.ausantos-info{
  padding:120px 20px;
  background:radial-gradient(circle at top,#020b1d00,#000);
  text-align:center;
}

.ausantos-info h2{
  font-size:42px;
  color:#00bfff;
  text-shadow:0 0 20px rgba(0,191,255,.7);
}

.ausantos-info h2 span{
  color:#00e676;
}

.tabs{
  margin-top:40px;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
}

.tab{
  padding:10px 22px;
  border-radius:30px;
  border:2px solid #00bfff;
  background:transparent;
  color:white;
  font-weight:700;
  cursor:pointer;
  transition:.3s;
}

.tab.active,
.tab:hover{
  background:#00bfff;
  color:black;
}

.tab-content{
  display:none;
  max-width:800px;
  margin:40px auto 0;
  background:rgba(0,0,0,.75);
  padding:35px;
  border-radius:20px;
  text-align:left;
  box-shadow:0 0 40px rgba(0,191,255,.25);
}

.tab-content.active{
  display:block;
}

.tab-content h3{
  color:#00e676;
  margin-bottom:15px;
}

.tab-content p,
.tab-content li{
  color:#ddd;
  line-height:1.6;
}

.tab-content ul{
  padding-left:20px;
}

.btn-green{
  display:inline-block;
  margin-top:20px;
  padding:12px 30px;
  background:#00e676;
  color:black;
  border-radius:30px;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 0 20px rgba(0,230,118,.6);
}

@media (max-width: 768px){

  header{
    padding:12px 20px;
  }

  .hero h1{
    font-size:34px;
  }

  .hero-subtitle{
    font-size:16px;
    padding:0 15px;
  }

  .hero-buttons{
    flex-direction:column;
    gap:14px;
  }

  .features{
    padding:80px 20px;
  }

  .floating-bar{
    left:auto;
    right:10px;
  }

  .float-btn{
    width:52px;
    height:52px;
  }

  .ausantos-info h2{
    font-size:32px;
  }

  .tab-content{
    padding:25px;
  }

  .postular h2{
    font-size:32px;
  }
}

.clips-only{
  padding:120px 20px;
  background:#00000000;
}

.clips-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  max-width:1200px;
  margin:auto;
}

.clips-grid iframe{
  width:100%;
  height:520px;
  border:none;
  border-radius:12px;
  background:black;
}

@media (max-width:900px){
  .clips-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:600px){
  .clips-grid{
    grid-template-columns:1fr;
  }

  .clips-grid iframe{
    height:480px;
  }
}

html{
  scroll-behavior:smooth;
}

.staff-intro{
  margin:15px 0 35px;
  font-size:15px;
  line-height:1.6;
  color:#ccc;
}

.staff-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

.staff-box{
  background:rgba(0,0,0,.7);
  border-radius:16px;
  padding:25px;
  border:1px solid rgba(0,191,255,.25);
  box-shadow:0 0 30px rgba(0,191,255,.15);
}

.staff-box span{
  font-size:26px;
}

.staff-box h4{
  margin-top:10px;
  color:#00bfff;
}

.staff-name{
  margin-top:6px;
  font-weight:700;
  color:#00e676;
}

.staff-box p{
  margin-top:10px;
  font-size:14px;
  line-height:1.6;
  color:#ddd;
}

.staff-box.founder{
  border-color:#00e676;
  box-shadow:0 0 40px rgba(0,230,118,.35);
}

.staff-cta{
  margin-top:40px;
  padding:30px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(0,230,118,.15), rgba(0,191,255,.15));
  text-align:center;
}

.staff-cta p{
  font-size:17px;
  margin-bottom:15px;
}

.staff-cta a{
  display:inline-block;
  padding:14px 32px;
  background:#00e676;
  color:black;
  font-weight:800;
  border-radius:30px;
  text-decoration:none;
  transition:.25s;
}

.staff-cta a:hover{
  transform:scale(1.05);
}

/* RESPONSIVE */
@media(max-width:900px){
  .staff-cards{
    grid-template-columns:1fr;
  }
}

.menu-toggle{
  display:flex;
  flex-direction:column;
  gap:6px;
  cursor:pointer;
  z-index:10001;
}

.menu-toggle span{
  width:30px;
  height:3px;
  background:white;
  border-radius:6px;
  transition:.4s ease;
}

.menu-toggle.active span:nth-child(1){
  transform:rotate(45deg) translate(6px,6px);
}
.menu-toggle.active span:nth-child(2){
  opacity:0;
}
.menu-toggle.active span:nth-child(3){
  transform:rotate(-45deg) translate(7px,-7px);
}

.menu-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.6);
  backdrop-filter:blur(6px);
  opacity:0;
  pointer-events:none;
  transition:.3s;
  z-index:9998;
}

.menu-backdrop.active{
  opacity:1;
  pointer-events:auto;
}

.mobile-menu{
  position:fixed;
  top:0;
  right:-340px;
  width:320px;
  height:100vh;
  background:linear-gradient(180deg,#050505,#0b0b0b);
  padding:120px 34px;
  display:flex;
  flex-direction:column;
  gap:26px;
  transition:.45s cubic-bezier(.19,1,.22,1);
  z-index:9999;
  box-shadow:-20px 0 60px rgba(0,0,0,.85);
}

.mobile-menu::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:4px;
  height:100%;
  background:linear-gradient(180deg,#00e676,#00bfff);
}

.mobile-menu a{
  color:white;
  text-decoration:none;
  font-size:20px;
  font-weight:800;
  letter-spacing:.5px;
  position:relative;
  padding-left:12px;
  transition:.3s;
}

.mobile-menu a::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:0;
  height:100%;
  background:#00e676;
  opacity:.15;
  transition:.3s;
}

.mobile-menu a:hover{
  color:#00e676;
}

.mobile-menu a:hover::before{
  width:100%;
}

.mobile-menu.active{
  right:0;
}

.menu-header{
  position:absolute;
  top:25px;
  left:30px;
  right:30px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.live-indicator{
  font-size:14px;
  font-weight:800;
  color:#00e676;
  text-shadow:0 0 12px rgba(0,230,118,.8);
  animation:pulseLive 1.4s infinite;
}

@keyframes pulseLive{
  0%{opacity:1}
  50%{opacity:.5}
  100%{opacity:1}
}

.menu-close{
  background:transparent;
  border:none;
  color:white;
  font-size:26px;
  cursor:pointer;
  transition:.3s;
}

.menu-close:hover{
  color:#00e676;
  transform:scale(1.1);
}

.mobile-menu a{
  margin-top:18px;
}

.live-hidden{
  display:none !important;
}

.live-indicator{
  font-size:14px;
  font-weight:800;
  color:#00e676;
  text-shadow:0 0 12px rgba(0,230,118,.8);
  animation:pulseLive 1.4s infinite;
}

@keyframes pulseLive{
  0%{opacity:1}
  50%{opacity:.5}
  100%{opacity:1}
}

@media (max-width: 768px){
  .floating-bar{
    display:none !important;
  }
}

.mobile-socials{
  display:none;
  padding:50px 20px;
  text-align:center;
}

.mobile-socials h3{
  font-size:22px;
  margin-bottom:30px;
  color:#00bfff;
  text-shadow:0 0 12px rgba(0,191,255,.7);
}

.mobile-socials-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.ms-pill{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 10px;
  border-radius:22px;
  background:rgba(0,0,0,.65);
  color:white;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 0 20px rgba(0,0,0,.6);
  transition:.25s ease;
}

.ms-pill img{
  width:22px;
  height:22px;
  object-fit:contain;
}

.ms-pill:hover{
  background:#00e676;
  color:black;
  transform:scale(1.04);
}

.ms-pill.full{
  grid-column:1 / -1;
}

@media (max-width: 768px){
  .mobile-socials{
    display:block;
  }
}

@media (max-width: 768px){

  .live-banner{
    top:70px;
    left:50%;
    transform:translateX(-50%);
    width:90%;
    max-width:360px;

    padding:12px 14px;
    border-radius:16px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;

    font-size:14px;
  }

  .live-banner span,
  .live-banner strong{
    font-size:14px;
    line-height:1.2;
  }

  .live-banner a{
    padding:8px 14px;
    border-radius:12px;
    font-size:13px;
    font-weight:800;
    white-space:nowrap;
  }

  .live-dot{
    width:8px;
    height:8px;
    margin-right:6px;
  }
}

.faq-section{
  padding:120px 20px;
  max-width:900px;
  margin:auto;
}

.faq-title{
  text-align:center;
  font-size:40px;
  color:#00e5ff;
  text-shadow:0 0 14px rgba(0,229,255,.5);
}

.faq-subtitle{
  text-align:center;
  margin-top:10px;
  color:#ccc;
  font-size:16px;
}

.faq-list{
  margin-top:50px;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.faq-item{
  background:rgba(0,0,0,.6);
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  overflow:hidden;
}

.faq-question{
  width:100%;
  background:none;
  border:none;
  padding:18px 22px;
  font-size:16px;
  font-weight:700;
  color:white;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
}

.faq-question span{
  font-size:22px;
  transition:.3s;
}

.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .4s ease;
  padding:0 22px;
}

.faq-answer p{
  color:#ddd;
  padding-bottom:18px;
  line-height:1.6;
}

.faq-item.active .faq-answer{
  max-height:300px;
}

.faq-item.active .faq-question span{
  transform:rotate(45deg);
}

@media(max-width:768px){
  .faq-title{
    font-size:32px;
  }
  .faq-question{
    font-size:15px;
  }
}

.stats-wrapper{
  display:flex;
  gap:22px;
  justify-content:center;
  align-items:center;
  margin:26px 0;
  flex-wrap:wrap;
}

.stat-card{
  display:flex;
  align-items:center;
  gap:18px;

  background:#0b0b0b;
  border-radius:18px;
  padding:18px 26px;
  min-width:280px;

  box-shadow:
    0 0 0 1px rgba(255,255,255,.05),
    0 10px 30px rgba(0,0,0,.6);
}

.stat-icon{
  width:46px;
  height:46px;
  border-radius:12px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:#111;
  font-size:22px;
}

.stat-text{
  display:flex;
  flex-direction:column;
  line-height:1.1;
}

.stat-number{
  font-size:28px;
  font-weight:900;
  color:#00ff99;
}

.stat-number.blue{
  color:#5b7cff;
}

.stat-label{
  font-size:13px;
  color:rgba(255,255,255,.55);
  margin-top:4px;
}


.stat-card.offline .stat-number{
  color:#ff4d4d;
  font-size:18px;
}


@media(max-width:700px){
  .stat-card{
    width:100%;
    max-width:340px;
  }
}

.streamers {
  padding: 90px 20px;
  text-align: center;
}

.streamers h2 {
  font-size: 36px;
  color: #00f5ff;
  margin-bottom: 10px;
}

.streamers-subtitle {
  color: #aaa;
  margin-bottom: 50px;
}

.streamers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 35px;
  max-width: 1200px;
  margin: auto;
}

.streamer-card {
  background: rgba(0, 0, 0, 0.85);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 0 25px rgba(0, 255, 170, 0.18);
  transition: transform .3s ease, box-shadow .3s ease;
}

.streamer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 40px rgba(0, 255, 190, 0.45);
}

.streamer-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 14px;
}

.streamer-card h3 {
  color: #fff;
  margin-bottom: 14px;
}

.streamer-links {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.streamer-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 22px;
  border-radius:999px;
  font-weight:800;
  font-size:14px;
  text-decoration:none;
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  transition:.25s ease;
}

.streamer-links a[href*="kick"]{
  background:linear-gradient(
    135deg,
    #00ff6a,
    #0a0a0a 60%
  );
  box-shadow:
    0 0 14px rgba(0,255,106,.55),
    inset 0 0 12px rgba(0,255,106,.35);
}

.streamer-links a[href*="kick"]:hover{
  box-shadow:
    0 0 28px rgba(0,255,106,.95),
    inset 0 0 18px rgba(0,255,106,.6);
  transform:translateY(-2px) scale(1.05);
}

.streamer-links a[href*="tiktok"]{
  background:linear-gradient(
    135deg,
    #25f4ee,
    #000 55%,
    #fe2c55
  );
  box-shadow:
    0 0 12px rgba(37,244,238,.55),
    0 0 18px rgba(254,44,85,.45),
    inset 0 0 14px rgba(255,255,255,.15);
}

.streamer-links a[href*="tiktok"]:hover{
  box-shadow:
    0 0 22px rgba(37,244,238,.85),
    0 0 36px rgba(254,44,85,.75),
    inset 0 0 20px rgba(255,255,255,.35);
  transform:translateY(-2px) scale(1.05);
}

.gold-text{
  font-family:'Montserrat', Arial, sans-serif;
  font-weight:900;
  font-size:clamp(22px, 4vw, 36px);
  letter-spacing:1px;

  background:linear-gradient(
    135deg,
    #ffffff,
    #ffffff,
    #ffffff
  );

background-clip: text;
-webkit-background-clip: text;

color: transparent;
-webkit-text-fill-color: transparent;

  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.6),
    0 0 25px rgba(255, 255, 255, 0.4);
}

.live-card{
  margin:14px auto 0;
  background:#00e676;
  color:#000;
  padding:8px 18px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:900;
  font-size:13px;
  box-shadow:0 0 18px rgba(0,230,118,.6);
}

.live-card a{
  background:#000;
  color:#00e676;
  padding:5px 14px;
  border-radius:999px;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}

.live-hidden{
  display:none !important;
}
