.app,.container{position:fixed;inset:0;height:100vh;width:100vw;overflow:hidden;max-width:none;margin:0;display:flex;flex-direction:column}.app::-webkit-scrollbar,.container::-webkit-scrollbar{width:6px}.app::-webkit-scrollbar-track,.container::-webkit-scrollbar-track{background:#0000004d}.app::-webkit-scrollbar-thumb,.container::-webkit-scrollbar-thumb{background:#e5cc6a99;border-radius:3px}.app::-webkit-scrollbar-thumb:hover,.container::-webkit-scrollbar-thumb:hover{background:#e5cc6acc}@media screen and (max-width:599px){.app,.container{padding:0}}.background-video,.video-bg{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-99;object-fit:cover;overflow:hidden}.background-overlay{position:fixed;inset:0;z-index:-98;pointer-events:none;background:radial-gradient(ellipse 75% 60% at 50% 0%,#08080b66,#08080ba8 72%),linear-gradient(180deg,#08080b80,#08080ba8,#0a0a0ce0)}.app-layout,.layout{display:flex;flex-direction:column;height:100vh;width:100vw;position:relative;z-index:1}.menu-container{width:100%;position:fixed;top:0;left:0;right:0;z-index:1000;height:80px}@media(max-width:992px){.menu-container{height:70px}}.main-content,.page-container{flex:1;overflow-y:auto;overflow-x:hidden;width:100%;margin-top:80px}@media(max-width:992px){.main-content,.page-container{margin-top:70px}}.site-footer{position:relative;z-index:1;padding:56px 40px 34px;border-top:1px solid rgba(255,255,255,.07);background:#08080ad9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}@media(max-width:768px){.site-footer{padding:44px 20px 28px}}.site-footer__inner{max-width:1280px;margin:0 auto}.site-footer__top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:36px}.site-footer__brand{max-width:340px}.site-footer__logo{height:28px;width:auto;display:block;margin-bottom:16px}.site-footer__tagline{margin:0;font-size:13px;line-height:1.7;color:#ffffff80}.site-footer__powered{margin-top:18px;font-size:11px;letter-spacing:.5px;color:#ffffff52}.site-footer__columns{display:flex;gap:64px;flex-wrap:wrap}.site-footer__column-title{font-size:11px;font-weight:800;letter-spacing:2px;color:#fff6;margin-bottom:16px;text-transform:uppercase}.site-footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}.site-footer__link{background:none;border:none;padding:0;text-align:left;cursor:pointer;font-size:13.5px;color:#ffffff9e;text-decoration:none;transition:color .2s ease}.site-footer__link:hover{color:#e5cc6a}.site-footer__social{display:flex;gap:10px}.site-footer__social-button{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:color .25s ease,border-color .25s ease,transform .25s ease}.site-footer__social-button img{width:17px;height:17px;filter:brightness(0) invert(1) opacity(.6);transition:filter .25s ease}.site-footer__social-button:hover{transform:translateY(-2px)}.site-footer__social-button--discord:hover{border-color:#5865f2}.site-footer__social-button--instagram:hover{border-color:#e4405f}.site-footer__social-button--youtube:hover{border-color:red}.site-footer__social-button:hover img{filter:brightness(0) invert(1) opacity(.95)}.site-footer__bottom{margin-top:40px;padding-top:22px;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center}.site-footer__copyright{font-size:12px;color:#ffffff57}.site-footer__status{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;color:#fff6}.site-footer__status-dot{width:7px;height:7px;border-radius:50%;background:#81c784;animation:footer-status-pulse 2s infinite}@keyframes footer-status-pulse{0%{box-shadow:0 0 #81c7848c}70%{box-shadow:0 0 0 7px #81c78400}to{box-shadow:0 0 #81c78400}}.home-container{width:100%}.highlight{background:linear-gradient(180deg,#fff4cf,#e5cc6a 60%,#b39b40);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 0 22px rgba(229,204,106,.4))}.glow-text{text-shadow:0 0 10px rgba(229,204,106,.6),0 0 20px rgba(229,204,106,.3)}.section-title{font-family:Cinzel,serif,system-ui;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:3px;margin-bottom:.5rem}.title-separator{width:80px;height:3px;background:linear-gradient(90deg,transparent,#e5cc6a,transparent);margin:0 auto 1.5rem}.reveal-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.165,.84,.44,1),transform .8s cubic-bezier(.165,.84,.44,1)}.reveal-on-scroll.revealed{opacity:1;transform:translateY(0)}.reveal-on-scroll.delay-1{transition-delay:.1s}.reveal-on-scroll.delay-2{transition-delay:.2s}.reveal-on-scroll.delay-3{transition-delay:.3s}.reveal-on-scroll.delay-4{transition-delay:.4s}.reveal-on-scroll.delay-5{transition-delay:.5s}.hero-section{position:relative;min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:40px 20px}.hero-section .hero-overlay{position:absolute;inset:0;background:linear-gradient(100deg,#08080b99,#08080b4d 42%,#08080b00 68%),linear-gradient(180deg,transparent 60%,#0a0a0c 100%);pointer-events:none;z-index:0}.hero-section .hero-content{position:relative;z-index:2;max-width:1400px;width:100%;margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center}@media(max-width:1100px){.hero-section .hero-content{grid-template-columns:1fr;text-align:center;gap:40px}.hero-section .hero-content .hero-actions{justify-content:center}}.hero-section .hero-text .server-badge{display:inline-flex;align-items:center;gap:9px;padding:7px 15px;background:#e5cc6a1a;border:1px solid rgba(229,204,106,.34);border-radius:30px;color:#e5cc6a;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:2.6px;margin-bottom:24px}.hero-section .hero-text .server-badge .pulse-dot{width:7px;height:7px;background:#e5cc6a;border-radius:50%;box-shadow:0 0 10px #e5cc6a;animation:pulse 2s infinite}@media(max-width:1100px){.hero-section .hero-text .server-badge{margin:0 auto 24px}}.hero-section .hero-text .hero-title{font-family:Cinzel,serif;font-size:clamp(3rem,6vw,5rem);font-weight:800;color:#fff;line-height:1.1;margin-bottom:1rem;letter-spacing:1px}.hero-section .hero-text .hero-subtitle{font-family:Cinzel,serif;font-size:clamp(1.1rem,1.7vw,1.5rem);color:#e5cc6a;margin-bottom:1.5rem;font-weight:600;letter-spacing:2px}.hero-section .hero-text .hero-description{font-size:15.5px;color:#ffffffa8;line-height:1.7;margin-bottom:2.5rem;max-width:500px}@media(max-width:1100px){.hero-section .hero-text .hero-description{margin:0 auto 2.5rem}}.hero-section .hero-text .hero-actions{display:flex;gap:1.5rem;flex-wrap:wrap}@media(max-width:480px){.hero-section .hero-text .hero-actions{flex-direction:column;width:100%}.hero-section .hero-text .hero-actions button{width:100%}}.hero-section .hero-stats-wrapper{display:flex;flex-direction:column;gap:20px}.hero-section .hero-stats-wrapper .stats-panel{background:#16161a66;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 8px 32px #0006;padding:18px 24px;display:flex;align-items:center;justify-content:center}.hero-section .hero-stats-wrapper .stats-panel .server-status{display:flex;align-items:center;gap:10px}.hero-section .hero-stats-wrapper .stats-panel .server-status .status-indicator{width:10px;height:10px;border-radius:50%;background:#4caf50;box-shadow:0 0 10px #4caf5099;animation:pulse-green 2s infinite}.hero-section .hero-stats-wrapper .stats-panel .server-status .status-text{font-size:13px;font-weight:700;color:#81c784;text-transform:uppercase;letter-spacing:1.5px}.hero-section .hero-stats-wrapper .blue-server-announcement{background:#16161a66;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #0006;padding:0;border-radius:18px;background:#14161e8c;border:1px solid rgba(255,255,255,.09);position:relative;overflow:hidden;box-shadow:0 20px 60px #00000080}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content{display:flex;align-items:center;gap:15px;justify-content:flex-start;padding:22px 24px;background:linear-gradient(135deg,#4a9eff29,#4a9eff05);border-bottom:1px solid rgba(255,255,255,.07);position:relative;z-index:1}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-left{flex-shrink:0;display:flex;align-items:center;justify-content:center}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-left .announcement-logo{width:50px;height:50px;object-fit:contain;filter:drop-shadow(0 0 15px rgba(100,150,220,.5));animation:float 3s ease-in-out infinite}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center .announcement-badge{display:inline-flex;align-items:center;gap:6px;width:fit-content;background:#64d4ff1a;border:1px solid rgba(100,212,255,.4);border-radius:20px;padding:4px 12px}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center .announcement-badge .status-indicator{width:7px;height:7px;border-radius:50%;flex-shrink:0}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center .announcement-badge .status-indicator.blue{background:#64d4ff;box-shadow:0 0 10px #64d4ffcc;animation:pulse-blue 2s infinite}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center .announcement-badge .status-indicator.green{background:#4caf50;box-shadow:0 0 10px #4caf5099;animation:pulse-green 2s infinite}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center .announcement-badge .status-indicator.yellow{background:#ffc107;box-shadow:0 0 10px #ffc10799;animation:pulse-yellow 2s infinite}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center .announcement-badge .status-indicator.red{background:#e53935;box-shadow:0 0 10px #e5393599;animation:pulse-red 2s infinite}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center .announcement-badge span{font-size:10px;font-weight:800;color:#64d4ff;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center .announcement-title{margin:0;font-family:Cinzel,serif;font-size:22px;font-weight:700;color:#fff;letter-spacing:1px;line-height:1.1;text-shadow:0 0 15px rgba(100,150,220,.3)}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center .announcement-subtitle{margin:0;font-size:clamp(.85rem,1.5vw,.95rem);color:#64d4ffd9;font-weight:600;letter-spacing:.8px;text-transform:uppercase}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center .countdown-label{font-size:10px;font-weight:800;color:#64d4ff;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center .countdown-timer{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center .countdown-timer .countdown-value{font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:900;color:#64d4ff;font-variant-numeric:tabular-nums;font-family:Courier New,monospace;text-shadow:0 0 10px rgba(100,212,255,.4)}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center .countdown-timer .countdown-unit{font-size:clamp(.75rem,1.5vw,.95rem);font-weight:700;color:#64d4ffcc;text-transform:uppercase;letter-spacing:.5px}@media(max-width:1024px){.hero-section .hero-stats-wrapper .blue-server-announcement{padding:20px 22px}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content{gap:16px}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-left .announcement-logo{width:65px;height:65px}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center{gap:3px}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center .announcement-title{font-size:clamp(1rem,1.8vw,1.4rem);letter-spacing:1.2px}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center .announcement-subtitle{font-size:clamp(.8rem,1.3vw,.9rem)}}@media(max-width:768px){.hero-section .hero-stats-wrapper .blue-server-announcement{padding:18px 16px}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content{flex-direction:column;text-align:center;gap:12px}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-left .announcement-logo{width:60px;height:60px}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center{gap:4px;width:100%}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center .announcement-badge{justify-content:center;margin:0 auto;padding:4px 11px}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center .announcement-badge span{font-size:9px}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center .announcement-title{font-size:1.2rem;letter-spacing:1px}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-content .announcement-center .announcement-subtitle{font-size:.85rem}}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-rates{position:relative;z-index:1;padding:22px 24px 0}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-rates .rates-title{font-size:10px;font-weight:800;letter-spacing:2.4px;text-transform:uppercase;color:#fff6;margin-bottom:14px}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-rates .rates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}@media(max-width:360px){.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-rates .rates-grid{grid-template-columns:repeat(2,1fr)}}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-rates .rates-grid .rate-item{padding:13px 12px;border-radius:11px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:5px}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-rates .rates-grid .rate-item .rate-label{font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:#ffffff73}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-rates .rates-grid .rate-item .rate-value{font-family:Cinzel,serif;font-weight:700;font-size:22px;color:#e5cc6a;text-shadow:0 0 10px rgba(229,204,106,.3)}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-highlights{position:relative;z-index:1;display:flex;align-items:center;gap:8px;margin:18px 24px 0;padding:16px 0 22px;border-top:1px solid rgba(255,255,255,.06);font-size:12px;color:#fff9}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-highlights .traffic-label{font-weight:600}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-highlights .traffic-label--green{color:#81c784}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-highlights .traffic-label--yellow{color:#ffc107}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-highlights .traffic-label--red{color:#e53935}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-highlights .status-indicator{width:8px;height:8px;border-radius:50%;flex-shrink:0}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-highlights .status-indicator.green{background:#81c784;box-shadow:0 0 10px #81c78499;animation:pulse-green 2s infinite}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-highlights .status-indicator.yellow{background:#ffc107;box-shadow:0 0 10px #ffc10799;animation:pulse-yellow 2s infinite}.hero-section .hero-stats-wrapper .blue-server-announcement .announcement-highlights .status-indicator.red{background:#e53935;box-shadow:0 0 10px #e5393599;animation:pulse-red 2s infinite}.hero-scroll-indicator{position:absolute;left:50%;bottom:26px;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:7px;background:none;border:none;cursor:pointer;color:#ffffff59;transition:color .3s ease}.hero-scroll-indicator .hero-scroll-label{font-size:9.5px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase}.hero-scroll-indicator svg{animation:float 2.4s ease-in-out infinite}.hero-scroll-indicator:hover{color:#e5cc6a}@media(max-width:1100px){.hero-scroll-indicator{display:none}}.streamers-grid--live.home-live-grid{grid-template-columns:repeat(4,1fr)}@media(max-width:1100px){.streamers-grid--live.home-live-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.streamers-grid--live.home-live-grid{grid-template-columns:1fr}}.features-section{padding:8rem 20px;background:#0a0a0c;position:relative}.features-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(229,204,106,.2),transparent)}.features-section .section-header{text-align:center;margin-bottom:4rem}.features-section .section-header p{color:#fff9;font-size:1.1rem}.features-section .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto}@media(max-width:992px){.features-section .features-grid{grid-template-columns:1fr}}.features-section .feature-card{position:relative;min-height:420px;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.07);box-shadow:0 12px 40px #0006;display:flex;flex-direction:column;justify-content:flex-end;text-align:left;padding:30px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease,border-color .4s ease}@media(max-width:992px){.features-section .feature-card{min-height:340px}}.features-section .feature-card:hover{transform:translateY(-7px);border-color:#e5cc6a66;box-shadow:0 22px 55px #0009}.features-section .feature-card:hover .feature-icon-wrapper{transform:scale(1.08);border-color:#e5cc6a;box-shadow:0 0 22px #e5cc6a40}.features-section .feature-card .feature-icon-wrapper{position:absolute;top:26px;left:30px;width:62px;height:62px;border-radius:50%;background:#0a0a0c99;border:1px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.features-section .feature-card .feature-icon-wrapper .feature-icon-svg{width:30px;height:30px;color:#e5cc6a;filter:drop-shadow(0 0 6px rgba(229,204,106,.3))}.features-section .feature-card .feature-content{position:relative;z-index:1}.features-section .feature-card h3{font-family:Cinzel,serif;font-size:1.5rem;color:#fff;margin-bottom:11px;font-weight:700}.features-section .feature-card p{color:#ffffffb3;line-height:1.65;font-size:.9rem}.features-section .feature-card--pvp .feature-icon-wrapper{border-color:#e5393573;box-shadow:0 0 22px #e5393540}.features-section .feature-card--pvp:hover{border-color:#e5393566}.features-section .feature-card--pvp:hover .feature-icon-wrapper{border-color:#e53935;box-shadow:0 0 22px #e5393559}.features-section .feature-card--castle .feature-icon-wrapper{border-color:#e5cc6a73;box-shadow:0 0 22px #e5cc6a38}.features-section .feature-card--castle:hover{border-color:#e5cc6a66}.features-section .feature-card--castle:hover .feature-icon-wrapper{border-color:#e5cc6a;box-shadow:0 0 22px #e5cc6a4d}.features-section .feature-card--community .feature-icon-wrapper{border-color:#64c8ff73;box-shadow:0 0 22px #64c8ff38}.features-section .feature-card--community:hover{border-color:#64c8ff66}.features-section .feature-card--community:hover .feature-icon-wrapper{border-color:#64c8ff;box-shadow:0 0 22px #64c8ff4d}.news-section{padding:6rem 20px;background:radial-gradient(ellipse at center,#1e1a1466,#0a0a0c 80%)}.news-section .section-header{text-align:center;margin-bottom:4rem}.news-section .section-header p{color:#fff9;font-size:1.1rem}.news-section .news-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:30px;max-width:1200px;margin:0 auto}@media(max-width:992px){.news-section .news-grid{grid-template-columns:1fr}}.news-section .news-card{background:#16161a66;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 8px 32px #0006;overflow:hidden;transition:transform .3s ease,border-color .3s ease;background:#0f0f12cc;cursor:pointer}.news-section .news-card:hover{transform:translateY(-5px);border-color:#e5cc6a4d}.news-section .news-card:hover .news-image{transform:scale(1.05)}.news-section .news-card:hover .read-more-btn{margin-left:5px;color:#ffed91}.news-section .news-card h3{font-size:1.3rem;color:#fff;margin-bottom:12px;line-height:1.4;transition:color .3s}.news-section .news-card:hover h3{color:#e5cc6a}.news-section .news-card p{color:#fff9;font-size:.95rem;line-height:1.6;margin-bottom:20px}.news-section .news-card .news-meta{display:flex;justify-content:space-between;margin-bottom:16px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.news-section .news-card .news-meta .news-category{color:#e5cc6a}.news-section .news-card .news-meta .news-category.community{color:#81c784}.news-section .news-card .news-meta .news-category.event{color:#64b5f6}.news-section .news-card .news-meta .news-date{color:#fff6;font-weight:400}.news-section .news-card.featured{display:flex;flex-direction:column}.news-section .news-card.featured .news-image-wrapper{position:relative;height:250px;overflow:hidden}.news-section .news-card.featured .news-image-wrapper .news-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(15,15,18) 0%,transparent 60%);z-index:1}.news-section .news-card.featured .news-image-wrapper .news-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.news-section .news-card.featured .news-image-wrapper .news-badge{position:absolute;top:20px;right:20px;background:#e5cc6ae6;color:#000;padding:6px 16px;border-radius:20px;font-size:.8rem;font-weight:700;text-transform:uppercase;z-index:2;box-shadow:0 4px 15px #e5cc6a66}.news-section .news-card.featured .news-content{padding:30px;flex:1;display:flex;flex-direction:column}.news-section .news-card.featured .read-more-btn{margin-top:auto;background:none;border:none;color:#e5cc6a;font-family:Inter,sans-serif;font-weight:600;font-size:1rem;text-align:left;padding:0;cursor:pointer;transition:all .3s ease;display:inline-block}.news-section .news-side-column{display:flex;flex-direction:column;gap:20px}.news-section .news-side-column .news-card.small .news-content{padding:24px;height:100%}.social-section{position:relative;overflow:hidden;padding:6rem 20px;background:url(/assets/images/blue_web_2k-2xpDQEge.png) center/cover fixed}.social-section .social-overlay{position:absolute;inset:0;background:#0a0a0cd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.social-section .social-content{position:relative;z-index:2;max-width:1000px;margin:0 auto;text-align:center}.social-section .social-content h2{font-family:Cinzel,serif;font-size:2.5rem;color:#fff;margin-bottom:1rem}.social-section .social-content p{color:#ffffffb3;margin-bottom:3rem}.social-section .social-links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:768px){.social-section .social-links-grid{grid-template-columns:1fr}}.social-section .social-plate{background:#16161a66;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 8px 32px #0006;display:flex;align-items:center;gap:16px;padding:20px;text-align:left;background:#16161a99;cursor:pointer;transition:all .3s ease}.social-section .social-plate.discord .plate-icon{color:#5865f2}.social-section .social-plate.instagram .plate-icon{color:#e4405f}.social-section .social-plate.youtube .plate-icon{color:red}.social-section .social-plate:hover{transform:translateY(-5px);background:#1e1e23cc}.social-section .social-plate:hover.discord{border-color:#5865f2;box-shadow:0 10px 20px #5865f233}.social-section .social-plate:hover.instagram{border-color:#e4405f;box-shadow:0 10px 20px #e4405f33}.social-section .social-plate:hover.youtube{border-color:red;box-shadow:0 10px 20px #f003}.social-section .social-plate .plate-icon{font-size:2rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#0006;border-radius:12px}.social-section .social-plate .plate-icon svg{width:28px;height:28px}.social-section .social-plate .plate-info{display:flex;flex-direction:column}.social-section .social-plate .plate-info .plate-name{color:#fff;font-weight:600;font-size:1.1rem}.social-section .social-plate .plate-info .plate-desc{color:#ffffff80;font-size:.8rem}.cta-section{padding:6rem 20px;background:#0a0a0c}.cta-section .cta-box{background:#16161a66;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 8px 32px #0006;max-width:900px;margin:0 auto;padding:60px 40px;text-align:center;background:linear-gradient(135deg,#16161acc,#0f0f12e6);border-top:2px solid rgba(229,204,106,.3)}.cta-section .cta-box h2{font-family:Cinzel,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;background:linear-gradient(180deg,#fff4cf,#e5cc6a 60%,#b39b40);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:20px}.cta-section .cta-box p{color:#ffffffb3;font-size:1.1rem;margin-bottom:40px}@keyframes pulse-blue{0%{box-shadow:0 0 #64d4ff66}70%{box-shadow:0 0 0 10px #64d4ff00}to{box-shadow:0 0 #64d4ff00}}@keyframes pulse-yellow{0%{box-shadow:0 0 #ffc10766}70%{box-shadow:0 0 0 10px #ffc10700}to{box-shadow:0 0 #ffc10700}}@keyframes pulse-red{0%{box-shadow:0 0 #e5393566}70%{box-shadow:0 0 0 10px #e5393500}to{box-shadow:0 0 #e5393500}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}.btn,.creator-card .streamer-info .streamer-actions .watch-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 28px;border-radius:10px;font-family:Inter,sans-serif;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:1.4px;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease,color .25s ease;position:relative;overflow:hidden;text-decoration:none}.btn.large,.creator-card .streamer-info .streamer-actions .large.watch-btn{min-height:54px;padding:0 30px;font-size:14px}.btn .btn-content,.creator-card .streamer-info .streamer-actions .watch-btn .btn-content{position:relative;z-index:2;display:flex;align-items:center;gap:8px}.btn-glow,.creator-card .streamer-info .streamer-actions .watch-btn.official{background:linear-gradient(135deg,#ffe98a,#e5cc6a 45%,#b89436);color:#1a1303;font-weight:800;border:none;box-shadow:0 6px 22px #e5cc6a5c}.btn-glow .glow-effect,.creator-card .streamer-info .streamer-actions .watch-btn.official .glow-effect{position:absolute;top:0;bottom:0;left:-15%;width:42px;background:linear-gradient(90deg,#fff0,#ffffff73,#fff0);transform:skew(-18deg);animation:shine 5s ease-in-out infinite}.btn-glow:hover,.creator-card .streamer-info .streamer-actions .watch-btn.official:hover{transform:translateY(-3px);box-shadow:0 12px 30px #e5cc6a8c}.btn-glass,.creator-card .streamer-info .streamer-actions .watch-btn.community{background:#ffffff0d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.16);color:#fff}.btn-glass:hover,.creator-card .streamer-info .streamer-actions .watch-btn.community:hover{background:#ffffff1a;border-color:#e5cc6a73;color:#e5cc6a;transform:translateY(-3px)}.creator-card{background:#16161a66;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 8px 32px #0006;padding:0;overflow:hidden;transition:transform .4s ease,border-color .4s ease,box-shadow .4s ease}.creator-card:hover{transform:translateY(-5px);border-color:#e5cc6a66;box-shadow:0 15px 35px #0009}.creator-card--official{position:relative;border-color:#e5cc6a47;background:linear-gradient(180deg,#e5cc6a0f,#12121666 60%)}.creator-card--official:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;z-index:2;background:linear-gradient(90deg,transparent,#e5cc6a,transparent)}.creator-card--official:hover{border-color:#e5cc6a99;box-shadow:0 18px 44px #0009,inset 0 0 22px #e5cc6a0f}.creator-card .stream-thumbnail{position:relative;width:100%;height:0;padding-bottom:62.5%;background-color:#121216;background-size:cover;background-position:center;overflow:hidden}.creator-card .stream-thumbnail:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.6));pointer-events:none}.creator-card .stream-thumbnail .stream-embed{position:absolute;inset:0;z-index:1}.creator-card .stream-thumbnail .stream-embed iframe{width:100%;height:100%;border:none;display:block}.creator-card .stream-thumbnail .live-indicator{position:absolute;top:11px;left:11px;z-index:10;display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:5px;font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.creator-card .stream-thumbnail .live-indicator.live{background:#e53935;color:#fff}.creator-card .stream-thumbnail .live-indicator.live .live-dot{width:5px;height:5px;border-radius:50%;background:#fff}.creator-card .stream-thumbnail .live-indicator--kick{background:#53fc18;color:#06140a}.creator-card .stream-thumbnail .live-indicator--kick .live-dot{background:#06140a}.creator-card .stream-thumbnail .live-indicator--twitch{background:#9146ff;color:#fff}.creator-card .stream-thumbnail .live-indicator--youtube{background:red;color:#fff}.creator-card .stream-thumbnail .live-indicator.offline{background:#000000b3;color:#ffffffd9;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.creator-card .stream-thumbnail .viewer-count{position:absolute;bottom:11px;right:11px;z-index:10;display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:5px;background:#000000b3;color:#fff;font-size:10.5px;font-weight:600}.creator-card .streamer-info{padding:16px;position:relative;z-index:2}.creator-card .streamer-info .streamer-header{display:flex;align-items:center;gap:10px;margin-bottom:13px}.creator-card .streamer-info .streamer-header .streamer-avatar{flex:none;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-family:Cinzel,serif;font-weight:700;font-size:16px;color:#fff;background:linear-gradient(135deg,#e5cc6a,#b39b40)}.creator-card .streamer-info .streamer-header .streamer-avatar--twitch{background:linear-gradient(135deg,#9146ff,#5b2ea8)}.creator-card .streamer-info .streamer-header .streamer-avatar--youtube{background:linear-gradient(135deg,#e53935,#b71c1c)}.creator-card .streamer-info .streamer-header .streamer-avatar--kick{background:linear-gradient(135deg,#53fc18,#2ea005);color:#06140a}.creator-card .streamer-info .streamer-header .streamer-avatar .streamer-avatar__img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.creator-card .streamer-info .streamer-header .streamer-details{flex:1;min-width:0}.creator-card .streamer-info .streamer-header .streamer-details .streamer-name{font-size:15px;font-weight:700;color:#fff;margin:0 0 1px;letter-spacing:.3px;display:flex;align-items:center;gap:5px}.creator-card .streamer-info .streamer-header .streamer-details .streamer-name .verified-badge{flex:none}.creator-card .streamer-info .streamer-header .streamer-details .stream-title{display:block;font-size:12px;color:#ffffff73;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.creator-card .streamer-info .streamer-header .creator-platforms{flex:none;display:flex;align-items:center;gap:6px}.creator-card .streamer-info .streamer-header .creator-platforms .platform-icon{display:grid;place-items:center;width:26px;height:26px;border-radius:7px;border:none;cursor:pointer;color:#fff;transition:transform .18s ease,filter .18s ease}.creator-card .streamer-info .streamer-header .creator-platforms .platform-icon:hover{transform:translateY(-1px);filter:brightness(1.12)}.creator-card .streamer-info .streamer-header .creator-platforms .platform-icon__k{font-family:Cinzel,serif;font-weight:800;font-size:14px;line-height:1}.creator-card .streamer-info .streamer-header .creator-platforms .platform-icon--kick{background:#53fc18;color:#06140a}.creator-card .streamer-info .streamer-header .creator-platforms .platform-icon--youtube{background:red}.creator-card .streamer-info .streamer-header .creator-platforms .platform-icon--twitch{background:#9146ff}.creator-card .streamer-info .creator-follow{display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 10px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#fff9;font-size:9.5px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;text-align:center;white-space:nowrap}.creator-card .streamer-info .creator-follow svg{flex:none;width:13px;height:13px;color:#ffffff80}.creator-card .streamer-info .streamer-actions .watch-btn{width:100%;min-height:42px}.page-wrapper{width:100%;min-height:100%;padding:40px 20px 60px;max-width:100%;overflow-x:hidden}.page-wrapper .page-title{max-width:1200px;margin:0 auto 30px;padding:20px 30px;background:linear-gradient(135deg,#0006,#0009);border-radius:8px;border-left:4px solid #e5cc6a}.page-wrapper .page-title span,.page-wrapper .page-title h1{font-weight:600;font-style:normal;font-size:32px;text-transform:uppercase;margin:0;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.page-wrapper .page-title h1{font-weight:600;font-size:32px}.page-wrapper .page-content{min-height:calc(100vh - 220px);max-width:1280px;margin:0 auto}.page-wrapper .page-content .sub-title{font-size:18px;color:#e5cc6a;margin-bottom:20px;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.3)}.page-wrapper .page-content p{font-size:15px;color:#ffffffeb;margin:15px 0;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.2)}.page-wrapper.home-page .page-title{display:none}.page-wrapper.home-page .page-content{background:transparent;padding:0;min-height:auto;border:none;-webkit-backdrop-filter:none;backdrop-filter:none}@media(max-width:768px){.page-wrapper{padding:0 15px}.page-wrapper .page-title{padding:15px 20px;margin-bottom:20px}.page-wrapper .page-title span,.page-wrapper .page-title h1{font-size:24px}.page-wrapper .page-content{padding:20px;min-height:calc(100vh - 140px)}.page-wrapper.home-page .page-content{padding:0}}@media(max-width:480px){.page-wrapper{padding:0 10px}.page-wrapper .page-title{padding:12px 15px;margin-bottom:15px}.page-wrapper .page-title span,.page-wrapper .page-title h1{font-size:20px}.page-wrapper .page-content{padding:15px;min-height:calc(100vh - 120px)}.page-wrapper.home-page .page-content{padding:0}}.btn-glow,.how-to-play .cta-button{background:linear-gradient(135deg,#ffe98a,#e5cc6a 45%,#b89436);color:#1a1303;font-weight:800;border:none;box-shadow:0 6px 22px #e5cc6a5c}.btn-glow .glow-effect,.how-to-play .cta-button .glow-effect{position:absolute;top:0;bottom:0;left:-15%;width:42px;background:linear-gradient(90deg,#fff0,#ffffff73,#fff0);transform:skew(-18deg);animation:shine 5s ease-in-out infinite}.btn-glow:hover,.how-to-play .cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 30px #e5cc6a8c}.how-to-play .page-content{background:none;border:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.how-to-play .htp-container{max-width:1280px;margin:0 auto;width:100%}.how-to-play .page-header{margin:0 0 36px}.how-to-play .page-header__eyebrow{font-size:11px;font-weight:800;letter-spacing:3.5px;text-transform:uppercase;color:#e5cc6a;margin-bottom:13px}.how-to-play .page-header__title{font-family:Cinzel,serif;font-weight:800;font-size:clamp(2.2rem,4.2vw,3.2rem);letter-spacing:1px;line-height:1.05;color:#fff;margin:0}.how-to-play .page-header__title .page-header__accent{color:#e5cc6a}.how-to-play .page-header__desc{margin:14px 0 0;max-width:640px;font-size:15px;line-height:1.6;color:#ffffff8c}.how-to-play .animate-fade-in{opacity:0;transform:translateY(20px);animation:compactEntry .6s cubic-bezier(.2,.8,.2,1) forwards}.how-to-play .animate-fade-in.delay-1{animation-delay:.1s}.how-to-play .animate-fade-in.delay-2{animation-delay:.2s}.how-to-play .animate-fade-in.delay-3{animation-delay:.3s}.how-to-play .animate-fade-in.delay-4{animation-delay:.4s}@keyframes compactEntry{to{opacity:1;transform:translateY(0)}}.how-to-play .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:stretch;margin:0 0 80px}@media(max-width:960px){.how-to-play .steps-grid{grid-template-columns:1fr;max-width:640px;margin:0 auto 64px}}.how-to-play .step-card{position:relative;overflow:hidden;display:flex;flex-direction:column;border-radius:16px;border:1px solid rgba(255,255,255,.08);border-top:3px solid rgba(255,255,255,.1);background:#16161a8c;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 8px 32px #0006;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.how-to-play .step-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #0009}.how-to-play .step-card:hover .step-card__image{transform:scale(1.04)}.how-to-play .step-card__watermark{position:absolute;top:-20px;right:6px;z-index:0;font-family:Cinzel,serif;font-weight:900;font-size:170px;line-height:1;color:#ffffff0d;pointer-events:none;-webkit-user-select:none;user-select:none}.how-to-play .step-card__media{position:relative;height:150px;overflow:hidden}.how-to-play .step-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0a0a0c59,#16161af2);pointer-events:none}.how-to-play .step-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.how-to-play .step-card__content{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;padding:26px 28px 30px}.how-to-play .step-card__label{font-size:10px;font-weight:800;letter-spacing:.24em;text-transform:uppercase;margin-bottom:16px}.how-to-play .step-card__badge-row{display:flex;align-items:center;gap:14px;margin-bottom:18px}.how-to-play .step-card__number{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:Cinzel,serif;font-weight:800;font-size:22px;color:#0a0a0c;flex:none;background:linear-gradient(135deg,#e5cc6a,#b39b40);box-shadow:0 4px 14px #e5cc6a66}.how-to-play .step-card__glyph{display:flex;align-items:center;opacity:.8;color:#e5cc6a}.how-to-play .step-card__glyph svg{display:block}.how-to-play .step-card__title{font-family:Cinzel,serif;font-size:19px;font-weight:700;color:#fff;margin:0 0 12px;line-height:1.3}.how-to-play .step-card__desc{font-size:14px;color:#ffffff8c;line-height:1.65;margin:0 0 22px}.how-to-play .step-card__downloads{display:flex;flex-direction:column;gap:10px}.how-to-play .step-card__cta{display:flex;flex-direction:column;margin-top:auto}.how-to-play .step-card--step1{border-top-color:#e5cc6ab3}.how-to-play .step-card--step1 .step-card__watermark{color:#e5cc6a0d}.how-to-play .step-card--step1 .step-card__label,.how-to-play .step-card--step1 .step-card__glyph{color:#e5cc6a}.how-to-play .step-card--step2{border-top-color:#64d4ffb3}.how-to-play .step-card--step2 .step-card__watermark{color:#64d4ff0d}.how-to-play .step-card--step2 .step-card__label,.how-to-play .step-card--step2 .step-card__glyph{color:#64d4ff}.how-to-play .step-card--step2 .step-card__number{background:linear-gradient(135deg,#64d4ff,#4a9eff);color:#04121f;box-shadow:0 4px 14px #64d4ff66}.how-to-play .step-card--step2 .download-card:hover{border-color:#64d4ff40;background:#64d4ff0a}.how-to-play .step-card--step2 .download-action-btn{color:#64d4ff;border-color:#64d4ff40;background:#64d4ff12}.how-to-play .step-card--step2 .download-action-btn:hover{background:#64d4ff26;border-color:#64d4ff73;box-shadow:0 4px 12px #64d4ff26}.how-to-play .step-card--step3{border-top-color:#81c784b3}.how-to-play .step-card--step3 .step-card__watermark{color:#81c7840d}.how-to-play .step-card--step3 .step-card__label,.how-to-play .step-card--step3 .step-card__glyph{color:#81c784}.how-to-play .step-card--step3 .step-card__number{background:linear-gradient(135deg,#81c784,#4caf50);color:#06210b;box-shadow:0 4px 14px #81c78466}.how-to-play .step-card--step3 .step-card__image{object-position:center top}.how-to-play .download-card{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:11px 13px;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:9px;transition:background .2s ease,border-color .2s ease}.how-to-play .download-card:hover{background:#e5cc6a0a;border-color:#e5cc6a59}.how-to-play .download-card__body{display:flex;align-items:center;gap:11px;flex:1;min-width:0}.how-to-play .download-card__dl-icon{width:18px;height:18px;color:#ffffff80;flex-shrink:0}.how-to-play .download-card__dl-icon svg{width:100%;height:100%}.how-to-play .download-card__title{flex:1;font-size:13.5px;font-weight:600;color:#fff;line-height:1.25;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.how-to-play .download-card .download-action-btn{display:flex;align-items:center;gap:5px;padding:7px 12px;background:#e5cc6a14;border:1px solid rgba(229,204,106,.4);border-radius:6px;color:#e5cc6a;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1px;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .2s ease}.how-to-play .download-card .download-action-btn:hover{background:#e5cc6a2e;border-color:#e5cc6a99;transform:translateY(-1px);box-shadow:0 4px 12px #e5cc6a26}.how-to-play .download-card.launcher-card{border-color:#64d4ff14}.how-to-play .shared-password{position:relative;display:grid;grid-template-columns:1fr auto;grid-template-areas:"label   label" "value   copy";gap:10px 10px;margin-top:6px;padding:14px;background:#e5cc6a0a;border:1px dashed rgba(229,204,106,.4);border-radius:10px}.how-to-play .shared-password__label{grid-area:label;display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:2px 8px;min-width:0}.how-to-play .shared-password__label-text{font-size:10px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase;color:#e5cc6a}.how-to-play .shared-password__hint{font-size:11px;color:#fff6;line-height:1.3}.how-to-play .shared-password__value{grid-area:value;min-width:0;font-family:Inter,sans-serif;font-size:15px;font-weight:700;color:#e5cc6a;background:#0000004d;border:1px solid rgba(229,204,106,.25);border-radius:6px;padding:8px 10px;-webkit-user-select:all;user-select:all;cursor:text;text-align:center;word-break:break-all;line-height:1.3}.how-to-play .shared-password__copy-btn{grid-area:copy;display:flex;align-items:center;justify-content:center;padding:9px 16px;background:linear-gradient(135deg,#e5cc6a,#b39b40);border:none;border-radius:6px;color:#0a0a0c;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;cursor:pointer;white-space:nowrap;box-shadow:0 4px 15px #e5cc6a4d;transition:all .2s ease}.how-to-play .shared-password__copy-btn:hover{transform:translateY(-1px);box-shadow:0 8px 25px #e5cc6a80;filter:brightness(1.08)}.how-to-play .shared-password__copy-btn--copied{background:linear-gradient(135deg,#81c784,#4caf50);color:#06210b;box-shadow:0 4px 15px #4caf5059}.how-to-play .shared-password__copy-btn--failed{background:#ef5350;color:#2a0606;box-shadow:0 4px 15px #ef53504d}.how-to-play .shared-password__fail-hint{grid-column:1/-1;margin:0;padding:6px 8px 0;font-size:11.5px;line-height:1.4;color:#ef9a9a}.how-to-play .shared-password__sr-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.how-to-play .loading-state{display:flex;align-items:center;gap:10px;padding:18px;color:#fff6;font-size:12px;letter-spacing:.5px;justify-content:center}.how-to-play .loading-state .spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.08);border-top-color:#e5cc6a;border-radius:50%;animation:htp-spin .8s linear infinite;flex-shrink:0}@keyframes htp-spin{to{transform:rotate(360deg)}}.how-to-play .cta-button{width:100%;display:flex;align-items:center;justify-content:center;gap:9px;padding:15px 24px;font-size:13px;border-radius:10px;letter-spacing:1.4px;text-transform:uppercase;font-family:Inter,sans-serif}.how-to-play .cta-button .button-icon{display:flex;align-items:center}.how-to-play .cta-button .button-icon svg{width:17px;height:17px}.how-to-play .cta-button--account{background:linear-gradient(135deg,#81c784,#4caf50);color:#06210b;box-shadow:0 4px 15px #4caf5059}.how-to-play .cta-button--account:hover{box-shadow:0 8px 25px #4caf5080;filter:brightness(1.08)}.how-to-play .cta-button--discord{background:linear-gradient(135deg,#5865f2,#4752c4);color:#fff;box-shadow:0 4px 15px #5865f259;width:auto;flex-shrink:0}.how-to-play .cta-button--discord:hover{box-shadow:0 8px 25px #5865f28c;filter:brightness(1.08)}.how-to-play .cta-benefit{text-align:center;font-size:13px;color:#ffffff73;letter-spacing:.3px;margin:16px 0 0;width:100%}.page-content .how-to-play .cta-benefit{font-size:13px;color:#ffffff73;margin:16px 0 0}.how-to-play .social-card{display:flex;align-items:center;gap:36px;padding:40px 44px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#16161a80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.how-to-play .social-card__icon{display:grid;place-items:center;width:96px;height:96px;flex:none;border-radius:18px;color:#c8cdfb;background:linear-gradient(135deg,#5865f247,#4752c41f);border:1px solid rgba(88,101,242,.35);box-shadow:0 0 24px #5865f240,inset 0 0 20px #5865f21a}.how-to-play .social-card__content{display:flex;align-items:center;justify-content:space-between;gap:36px;flex:1}@media(max-width:768px){.how-to-play .social-card__content{flex-direction:column;gap:20px}}.how-to-play .social-card__text{flex:1}.how-to-play .social-card__eyebrow{font-size:11px;font-weight:800;letter-spacing:2.5px;text-transform:uppercase;color:#5865f2;margin-bottom:8px}.how-to-play .social-card__title{font-family:Cinzel,serif;font-size:22px;font-weight:700;color:#fff;margin:0 0 8px}.how-to-play .social-card__desc{font-size:15px;color:#fff9;line-height:1.6;margin:0}@media(max-width:768px){.how-to-play .social-card{flex-direction:column;text-align:center;padding:28px 24px;gap:20px}.how-to-play .social-card .cta-button--discord{width:100%}}@media(max-width:640px){.how-to-play .step-card__content{padding:22px 20px 26px}.how-to-play .step-card__title{font-size:17px}.how-to-play .step-card__watermark{font-size:140px}}.menu-container{width:100%;background:#0f0f1266;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05);transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}.menu-container.scrolled{background:#0a0a0cd9;border-bottom:1px solid rgba(229,204,106,.15);box-shadow:0 4px 30px #00000080}.menu-container .menu-inner{width:100%;padding:0 40px;height:100%;display:flex;align-items:center;justify-content:space-between}@media(max-width:992px){.menu-container .menu-inner{padding:0 20px}}.logo-section{display:flex;align-items:center;gap:24px;flex:1}.logo-section .logo-link{display:flex;align-items:center;gap:11px;transition:transform .3s ease,filter .3s ease}.logo-section .logo-link:hover{transform:scale(1.02);filter:drop-shadow(0 0 15px rgba(229,204,106,.4))}.logo-section .logo-link .main-logo{height:40px;width:auto;object-fit:contain}@media(max-width:768px){.logo-section .logo-link .main-logo{height:32px}}.logo-section .logo-link .logo-badge{padding:3px 8px;border-radius:5px;background:#64d4ff1a;border:1px solid rgba(100,212,255,.35);font-size:9px;font-weight:800;letter-spacing:2px;color:#64d4ff;line-height:1}.logo-section .server-status{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#4caf501a;border:1px solid rgba(76,175,80,.2);border-radius:20px}@media(max-width:992px){.logo-section .server-status{display:none}}.logo-section .server-status .status-indicator{width:8px;height:8px;border-radius:50%;background:#4caf50;box-shadow:0 0 10px #4caf5099;animation:pulse-green 2s infinite}.logo-section .server-status .status-text{font-size:11px;font-weight:700;color:#81c784;text-transform:uppercase;letter-spacing:1px}@keyframes pulse-green{0%{box-shadow:0 0 #4caf5066}70%{box-shadow:0 0 0 10px #4caf5000}to{box-shadow:0 0 #4caf5000}}.menu-navigation{flex:0 0 auto;display:flex;justify-content:center}.menu-navigation .nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2px}.menu-navigation .nav-list .nav-item .nav-link{position:relative;color:#ffffffb8;text-decoration:none;font-family:Inter,sans-serif;font-weight:700;font-size:12.5px;padding:9px 12px;transition:color .25s ease;text-transform:uppercase;letter-spacing:1.4px;display:inline-block;background:transparent;border:none;cursor:pointer}.menu-navigation .nav-list .nav-item .nav-link:hover,.menu-navigation .nav-list .nav-item .nav-link.active{color:#e5cc6a}.menu-navigation .nav-list .nav-item .nav-link.active:after{content:"";position:absolute;left:12px;right:12px;bottom:2px;height:2px;border-radius:2px;background:linear-gradient(90deg,transparent,#e5cc6a,transparent);box-shadow:0 0 8px #e5cc6a99}.menu-navigation .nav-list .nav-item .nav-link--external{display:inline-flex;align-items:center;gap:5px}.menu-navigation .nav-list .nav-item .nav-link .nav-link__external-arrow{opacity:.55;transition:opacity .3s ease}.menu-navigation .nav-list .nav-item .nav-link:hover .nav-link__external-arrow{opacity:1}.menu-actions{display:flex;align-items:center;justify-content:flex-end;gap:20px;flex:1}.menu-actions .social-links{display:flex;align-items:center;gap:10px}.menu-actions .social-links .social-button{width:34px;height:34px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease}.menu-actions .social-links .social-button img{width:15px;height:15px;filter:brightness(0) invert(1) opacity(.62);transition:all .25s ease}.menu-actions .social-links .social-button:hover{background:#e5cc6a26;border-color:#e5cc6a66;transform:translateY(-2px);box-shadow:0 4px 12px #e5cc6a33}.menu-actions .social-links .social-button:hover img{filter:brightness(0) saturate(100%) invert(86%) sepia(28%) saturate(541%) hue-rotate(344deg) brightness(96%) contrast(94%);opacity:1}.menu-actions .action-btn-primary{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 22px;background:linear-gradient(135deg,#ffe98a,#e5cc6a 45%,#b89436);color:#1a1303;font-family:Inter,sans-serif;font-weight:800;font-size:12.5px;text-transform:uppercase;letter-spacing:1.4px;white-space:nowrap;border:none;border-radius:9px;cursor:pointer;box-shadow:0 4px 16px #e5cc6a52;transition:transform .25s ease,box-shadow .25s ease;position:relative;overflow:hidden}.menu-actions .action-btn-primary:after{content:"";position:absolute;top:0;bottom:0;left:-100%;width:36px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);animation:shine-sweep 4.5s ease-in-out infinite}.menu-actions .action-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #e5cc6a80}@keyframes shine-sweep{0%{left:-15%}55%,to{left:115%}}.mobile-menu-toggle{background:transparent;border:none;cursor:pointer;padding:10px;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle .hamburger{width:24px;height:18px;display:flex;flex-direction:column;justify-content:space-between}.mobile-menu-toggle .hamburger span{display:block;width:100%;height:2px;background-color:#e5cc6a;border-radius:2px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.mobile-menu-toggle .hamburger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu-toggle .hamburger.open span:nth-child(2){opacity:0}.mobile-menu-toggle .hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu-dropdown{position:absolute;top:100%;left:0;right:0;background:#0f0f12f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(229,204,106,.15);box-shadow:0 10px 30px #00000080;padding:0;max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.165,.84,.44,1),opacity .4s cubic-bezier(.165,.84,.44,1),padding .4s cubic-bezier(.165,.84,.44,1);opacity:0;visibility:hidden}.mobile-menu-dropdown.open{max-height:calc(100vh - 80px);overflow-y:auto;padding:20px 0;opacity:1;visibility:visible}.mobile-menu-dropdown .mobile-nav-list{list-style:none;margin:0;padding:0 20px;display:flex;flex-direction:column;gap:10px}.mobile-menu-dropdown .mobile-nav-list .mobile-nav-item .mobile-nav-link{display:block;width:100%;text-align:left;color:#fffc;text-decoration:none;font-family:Inter,sans-serif;font-size:16px;font-weight:500;padding:12px 16px;background:transparent;border:none;border-radius:6px;text-transform:uppercase;letter-spacing:1px}.mobile-menu-dropdown .mobile-nav-list .mobile-nav-item .mobile-nav-link.active,.mobile-menu-dropdown .mobile-nav-list .mobile-nav-item .mobile-nav-link:hover{color:#e5cc6a;background:#e5cc6a1a}.mobile-menu-dropdown .mobile-nav-list .mobile-nav-item .mobile-nav-link--external{display:inline-flex;align-items:center;gap:6px}.mobile-menu-dropdown .mobile-nav-list .mobile-nav-item.mt-4{margin-top:16px}.mobile-menu-dropdown .mobile-nav-list .mobile-nav-item .action-btn-primary{display:block;width:100%;background:linear-gradient(135deg,#e5cc6a,#c4a747);color:#1a1a1a;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:1.5px;padding:14px 24px;border:none;border-radius:4px;cursor:pointer;box-shadow:0 4px 15px #e5cc6a4d;text-align:center}.mobile-menu-dropdown .mobile-nav-list .mobile-nav-item .action-btn-primary:hover{filter:brightness(1.1);box-shadow:0 6px 20px #e5cc6a66}.mobile-menu-dropdown .mobile-social-links{display:flex;justify-content:center;gap:20px;padding:20px 20px 0;margin-top:20px;border-top:1px solid rgba(255,255,255,.05)}.mobile-menu-dropdown .mobile-social-links .social-button{width:40px;height:40px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center}.mobile-menu-dropdown .mobile-social-links .social-button img{width:18px;height:18px;filter:brightness(0) invert(1) opacity(.7)}.w-full{width:100%;text-align:center}@media(max-width:992px){.hidden-mobile{display:none!important}}.show-mobile{display:none}@media(max-width:992px){.show-mobile{display:flex}}.language-selector{position:relative}.language-selector .language-selector__trigger{height:34px;padding:0 11px;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:6px;cursor:pointer;transition:all .25s ease;color:#fffc}.language-selector .language-selector__trigger .language-selector__flag{font-size:14px;line-height:1}.language-selector .language-selector__trigger .language-selector__code{font-size:12px;font-weight:600;letter-spacing:1px}.language-selector .language-selector__trigger:hover,.language-selector .language-selector__trigger.is-open{border-color:#e5cc6a59;color:#fff}.language-selector .language-selector__dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:170px;background:#0f0f12f2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:6px;z-index:1100;box-shadow:0 8px 32px #00000080;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;pointer-events:none}.language-selector .language-selector__dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.language-selector .language-selector__option{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;color:#fffc;font-family:Inter,sans-serif;font-size:14px}.language-selector .language-selector__option .language-selector__flag{font-size:18px;line-height:1;flex-shrink:0}.language-selector .language-selector__option .language-selector__name{white-space:nowrap}.language-selector .language-selector__option:hover{background:#e5cc6a1a;color:#e5cc6a}.language-selector .language-selector__option:focus-visible{outline:2px solid #e5cc6a;outline-offset:-2px}.language-selector .language-selector__option.is-active{background:#e5cc6a26;color:#e5cc6a}.mobile-menu-dropdown .language-selector{display:flex;justify-content:center}.mobile-menu-dropdown .language-selector .language-selector__trigger{width:40px;height:40px}.mobile-menu-dropdown .language-selector .language-selector__trigger .language-selector__flag{font-size:18px}.mobile-menu-dropdown .language-selector .language-selector__dropdown{right:auto;left:50%;transform:translate(-50%) translateY(-4px);pointer-events:none}.mobile-menu-dropdown .language-selector .language-selector__dropdown.is-open{transform:translate(-50%) translateY(0);pointer-events:auto}.btn,.streamers-page .streamer-card .streamer-info .streamer-actions .watch-btn,.streamers-page .become-streamer-section .cta-content .cta-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 28px;border-radius:10px;font-family:Inter,sans-serif;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:1.4px;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease,color .25s ease;position:relative;overflow:hidden;text-decoration:none}.btn.large,.streamers-page .streamer-card .streamer-info .streamer-actions .large.watch-btn,.streamers-page .become-streamer-section .cta-content .large.cta-button{min-height:54px;padding:0 30px;font-size:14px}.btn .btn-content,.streamers-page .streamer-card .streamer-info .streamer-actions .watch-btn .btn-content,.streamers-page .become-streamer-section .cta-content .cta-button .btn-content{position:relative;z-index:2;display:flex;align-items:center;gap:8px}.btn-glow,.streamers-page .streamer-card .streamer-info .streamer-actions .watch-btn.official,.streamers-page .become-streamer-section .cta-content .cta-button{background:linear-gradient(135deg,#ffe98a,#e5cc6a 45%,#b89436);color:#1a1303;font-weight:800;border:none;box-shadow:0 6px 22px #e5cc6a5c}.btn-glow .glow-effect,.streamers-page .streamer-card .streamer-info .streamer-actions .watch-btn.official .glow-effect,.streamers-page .become-streamer-section .cta-content .cta-button .glow-effect{position:absolute;top:0;bottom:0;left:-15%;width:42px;background:linear-gradient(90deg,#fff0,#ffffff73,#fff0);transform:skew(-18deg);animation:shine 5s ease-in-out infinite}.btn-glow:hover,.streamers-page .streamer-card .streamer-info .streamer-actions .watch-btn.official:hover,.streamers-page .become-streamer-section .cta-content .cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 30px #e5cc6a8c}.btn-glass,.streamers-page .streamer-card .streamer-info .streamer-actions .watch-btn.community{background:#ffffff0d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.16);color:#fff}.btn-glass:hover,.streamers-page .streamer-card .streamer-info .streamer-actions .watch-btn.community:hover{background:#ffffff1a;border-color:#e5cc6a73;color:#e5cc6a;transform:translateY(-3px)}.streamers-page .page-content{background:none;border:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.streamers-page .page-header{margin:0 0 36px}.streamers-page .page-header__eyebrow{font-size:11px;font-weight:800;letter-spacing:3.5px;text-transform:uppercase;color:#e5cc6a;margin-bottom:13px}.streamers-page .page-header__title{font-family:Cinzel,serif;font-weight:800;font-size:clamp(2.2rem,4.2vw,3.2rem);letter-spacing:1px;line-height:1.05;color:#fff;margin:0}.streamers-page .page-header__title .page-header__accent{color:#e5cc6a}.streamers-page .page-header__desc{margin:14px 0 0;max-width:640px;font-size:15px;line-height:1.6;color:#ffffff8c}.streamers-page .streamers-section{margin:30px 0 50px}.streamers-page .streamers-section .section-title{font-family:Cinzel,serif;font-size:24px;color:#fff;margin:0;font-weight:700;display:flex;align-items:center;gap:12px;letter-spacing:1px;text-transform:uppercase}.streamers-page .streamers-section__head{display:flex;align-items:center;gap:14px;margin-bottom:8px}.streamers-page .streamers-section__icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;flex:none;background:#ffffff12;border:1px solid rgba(255,255,255,.12);color:#ffffffb3}.streamers-page .streamers-section__icon--official{background:linear-gradient(135deg,#e5cc6a,#b39b40);border:none;color:#000;box-shadow:0 4px 14px #e5cc6a59}.streamers-page .streamers-section__count{font-size:12px;font-weight:700;border-radius:20px;padding:6px 12px;color:#fff6;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);white-space:nowrap}.streamers-page .streamers-section__count--official{color:#e5cc6a;background:#e5cc6a1a;border-color:#e5cc6a4d}.streamers-page .streamers-section__rule{flex:1;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.18),transparent)}.streamers-page .streamers-section--official .streamers-section__rule{background:linear-gradient(90deg,rgba(229,204,106,.4),transparent)}.streamers-page .streamers-section__desc{color:#ffffff80;font-size:14px;margin:0 0 30px;max-width:560px}.streamers-page .streamers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px;margin-top:20px}@media(max-width:768px){.streamers-page .streamers-grid{grid-template-columns:1fr}}.streamers-page .streamer-card{background:#16161a66;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 8px 32px #0006;padding:0;overflow:hidden;transition:transform .4s ease,border-color .4s ease,box-shadow .4s ease}.streamers-page .streamer-card:hover{transform:translateY(-5px);border-color:#e5cc6a66;box-shadow:0 15px 35px #0009}.streamers-page .streamer-card--official{position:relative;border-color:#e5cc6a47;background:linear-gradient(180deg,#e5cc6a0f,#12121666 60%)}.streamers-page .streamer-card--official:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;z-index:2;background:linear-gradient(90deg,transparent,#e5cc6a,transparent)}.streamers-page .streamer-card--official:hover{border-color:#e5cc6a99;box-shadow:0 18px 44px #0009,inset 0 0 22px #e5cc6a0f}.streamers-page .streamer-card .stream-thumbnail{position:relative;width:100%;height:0;padding-bottom:62.5%;background-color:#121216;background-size:cover;background-position:center;overflow:hidden}.streamers-page .streamer-card .stream-thumbnail:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.6));pointer-events:none}.streamers-page .streamer-card .stream-thumbnail .live-indicator{position:absolute;top:11px;left:11px;z-index:10;display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:5px;font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.streamers-page .streamer-card .stream-thumbnail .live-indicator.live{background:#e53935;color:#fff}.streamers-page .streamer-card .stream-thumbnail .live-indicator.live .live-dot{width:5px;height:5px;border-radius:50%;background:#fff}.streamers-page .streamer-card .stream-thumbnail .platform-tag{position:absolute;top:11px;right:11px;z-index:10;padding:4px 8px;border-radius:5px;background:#000000a6;font-size:9px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#fffc}.streamers-page .streamer-card .stream-thumbnail .platform-tag--twitch{color:#9146ff}.streamers-page .streamer-card .stream-thumbnail .platform-tag--youtube{color:red}.streamers-page .streamer-card .stream-thumbnail .platform-tag--kick{color:#53fc18}.streamers-page .streamer-card .stream-thumbnail .viewer-count{position:absolute;bottom:11px;right:11px;z-index:10;display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:5px;background:#000000b3;color:#fff;font-size:10.5px;font-weight:600}.streamers-page .streamer-card .streamer-info{padding:16px;position:relative;z-index:2}.streamers-page .streamer-card .streamer-info .streamer-header{display:flex;align-items:center;gap:10px;margin-bottom:13px}.streamers-page .streamer-card .streamer-info .streamer-header .streamer-avatar{flex:none;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-family:Cinzel,serif;font-weight:700;font-size:16px;color:#fff;background:linear-gradient(135deg,#e5cc6a,#b39b40)}.streamers-page .streamer-card .streamer-info .streamer-header .streamer-avatar--twitch{background:linear-gradient(135deg,#9146ff,#5b2ea8)}.streamers-page .streamer-card .streamer-info .streamer-header .streamer-avatar--youtube{background:linear-gradient(135deg,#e53935,#b71c1c)}.streamers-page .streamer-card .streamer-info .streamer-header .streamer-avatar--kick{background:linear-gradient(135deg,#53fc18,#2ea005);color:#06140a}.streamers-page .streamer-card .streamer-info .streamer-header .streamer-details{flex:1;min-width:0}.streamers-page .streamer-card .streamer-info .streamer-header .streamer-details .streamer-name{font-size:15px;font-weight:700;color:#fff;margin:0 0 1px;letter-spacing:.3px;display:flex;align-items:center;gap:5px}.streamers-page .streamer-card .streamer-info .streamer-header .streamer-details .streamer-name .verified-badge{flex:none}.streamers-page .streamer-card .streamer-info .streamer-header .streamer-details .stream-title{display:block;font-size:12px;color:#ffffff73;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.streamers-page .streamer-card .streamer-info .streamer-actions .watch-btn{width:100%;min-height:42px}.streamers-page .no-live-streamers .empty-state{background:#16161a66;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 8px 32px #0006;text-align:center;padding:60px 20px;border:1px dashed rgba(229,204,106,.3)}.streamers-page .no-live-streamers .empty-state .empty-icon{font-size:48px;margin-bottom:20px;filter:grayscale(1) opacity(.5)}.streamers-page .no-live-streamers .empty-state h3{font-family:Cinzel,serif;color:#fff;font-size:20px;margin-bottom:10px}.streamers-page .no-live-streamers .empty-state p{color:#fff9;font-size:14px}.streamers-page .become-streamer-section{margin-top:70px}.streamers-page .become-streamer-section .cta-container{position:relative;overflow:hidden;border-radius:18px;border:1px solid rgba(229,204,106,.45);box-shadow:0 20px 60px #00000080,0 0 0 1px #e5cc6a1f,inset 0 0 60px #e5cc6a0d;background-size:cover;background-position:center 35%}.streamers-page .become-streamer-section .cta-container:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;z-index:2;background:linear-gradient(90deg,transparent,#e5cc6a,transparent)}.streamers-page .become-streamer-section .cta-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center;padding:52px 48px}@media(max-width:768px){.streamers-page .become-streamer-section .cta-grid{grid-template-columns:1fr;gap:28px;padding:36px 28px}}.streamers-page .become-streamer-section .cta-content .cta-eyebrow{font-size:11px;font-weight:800;letter-spacing:.24em;text-transform:uppercase;color:#e5cc6a;margin-bottom:16px}.streamers-page .become-streamer-section .cta-content .cta-title{font-family:Cinzel,serif;font-weight:700;font-size:clamp(26px,3vw,38px);letter-spacing:.02em;color:#fff;margin:0 0 16px}.streamers-page .become-streamer-section .cta-content .cta-desc{color:#ffffffa6;font-size:16px;line-height:1.7;margin:0 0 28px;max-width:440px}.streamers-page .become-streamer-section .cta-content .cta-button{min-height:52px;padding:0 34px}.streamers-page .become-streamer-section .cta-benefits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.streamers-page .become-streamer-section .cta-benefits .cta-benefit{display:flex;align-items:center;gap:13px;padding:14px 16px;background:#0006;border:1px solid rgba(229,204,106,.18);border-radius:11px;color:#ffffffd9;font-size:14px}.streamers-page .become-streamer-section .cta-benefits .cta-benefit__check{flex:none;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e5cc6a24;color:#e5cc6a}.video-modal{padding:0;border:none;background:transparent;max-width:100vw;max-height:100vh;width:min(95vw,1280px);margin:auto;color:inherit;overflow:visible}.video-modal::backdrop{background:#000000d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.video-modal__content{display:flex;flex-direction:column;background:#0a0a0c;border:1px solid rgba(229,204,106,.25);border-radius:12px;overflow:hidden;box-shadow:0 24px 60px #000000b3}@media(max-width:768px){.video-modal__content{border:none;border-radius:0}}.video-modal__header{display:flex;align-items:center;gap:16px;padding:14px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.video-modal__title{flex:1;margin:0;color:#fff;font-size:15px;font-weight:600;line-height:1.3;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-modal__close{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#ffffffd9;font-size:22px;line-height:1;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.video-modal__close:hover{background:#e5cc6a1f;border-color:#e5cc6a80;color:#e5cc6a}.video-modal__close:focus-visible{outline:2px solid #e5cc6a;outline-offset:2px}.video-modal__player{position:relative;width:100%;aspect-ratio:16/9;background:#000}.video-modal__iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-modal__error{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px;text-align:center}.video-modal__error-message{margin:0;color:#fffc;font-size:15px;line-height:1.4}.video-modal__error-action{padding:10px 24px}@media(max-width:768px){.video-modal{width:100vw;height:100vh;max-height:100vh}}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 28px;border-radius:10px;font-family:Inter,sans-serif;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:1.4px;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease,color .25s ease;position:relative;overflow:hidden;text-decoration:none}.btn.large{min-height:54px;padding:0 30px;font-size:14px}.btn .btn-content{position:relative;z-index:2;display:flex;align-items:center;gap:8px}.btn-glow{background:linear-gradient(135deg,#ffe98a,#e5cc6a 45%,#b89436);color:#1a1303;font-weight:800;border:none;box-shadow:0 6px 22px #e5cc6a5c}.btn-glow .glow-effect{position:absolute;top:0;bottom:0;left:-15%;width:42px;background:linear-gradient(90deg,#fff0,#ffffff73,#fff0);transform:skew(-18deg);animation:shine 5s ease-in-out infinite}.btn-glow:hover{transform:translateY(-3px);box-shadow:0 12px 30px #e5cc6a8c}.btn-glass{background:#ffffff0d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.16);color:#fff}.btn-glass:hover{background:#ffffff1a;border-color:#e5cc6a73;color:#e5cc6a;transform:translateY(-3px)}@keyframes shine{0%{left:-15%}55%,to{left:115%}}.videos-page .page-content{background:none;border:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.videos-page .page-header{margin:0 0 36px}.videos-page .page-header__eyebrow{font-size:11px;font-weight:800;letter-spacing:3.5px;text-transform:uppercase;color:#e5cc6a;margin-bottom:13px}.videos-page .page-header__title{font-family:Cinzel,serif;font-weight:800;font-size:clamp(2.2rem,4.2vw,3.2rem);letter-spacing:1px;line-height:1.05;color:#fff;margin:0}.videos-page .page-header__title .page-header__accent{color:#e5cc6a}.videos-page .page-header__desc{margin:14px 0 0;max-width:640px;font-size:15px;line-height:1.6;color:#ffffff8c}.videos-page .videos-layout{display:grid;grid-template-columns:260px 1fr;gap:32px;margin-top:24px;align-items:start}@media(max-width:1024px){.videos-page .videos-layout{grid-template-columns:1fr;gap:20px}}.videos-page .video-sidebar{background:#16161a66;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 8px 32px #0006;padding:20px;position:sticky;top:90px}@media(max-width:1024px){.videos-page .video-sidebar{position:static;padding:16px}}.videos-page .video-sidebar__title{font-family:Cinzel,serif;font-size:18px;color:#e5cc6a;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 16px;font-weight:700}.videos-page .video-sidebar__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}@media(max-width:1024px){.videos-page .video-sidebar__list{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:8px;margin:0 -16px;padding:4px 16px;scrollbar-width:thin}}.videos-page .video-sidebar__item{margin:0;padding:0}@media(max-width:1024px){.videos-page .video-sidebar__item{flex:0 0 auto}}.videos-page .video-sidebar__button{width:100%;text-align:left;padding:10px 14px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#ffffffc7;font-size:14px;font-weight:500;letter-spacing:.4px;cursor:pointer;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease}@media(max-width:1024px){.videos-page .video-sidebar__button{white-space:nowrap;padding:8px 14px;font-size:13px}}.videos-page .video-sidebar__button:hover{background:#e5cc6a14;border-color:#e5cc6a4d;color:#fff}.videos-page .video-sidebar__button.is-active{background:#e5cc6a2e;border-color:#e5cc6a8c;color:#e5cc6a;box-shadow:0 0 12px #e5cc6a2e}.videos-page .videos-feed{min-height:200px}.videos-page .videos-feed__head{display:flex;align-items:baseline;gap:12px;margin-bottom:22px}.videos-page .videos-feed__title{font-family:Cinzel,serif;font-weight:700;font-size:22px;color:#fff;margin:0}.videos-page .videos-feed__count{font-size:13px;color:#fff6}.videos-page .videos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.videos-page .video-card{background:#16161a66;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 8px 32px #0006;padding:0;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.videos-page .video-card:hover{transform:translateY(-3px);border-color:#e5cc6a59;box-shadow:0 12px 28px #0000008c}.videos-page .video-card__media{position:relative;width:100%;padding-bottom:56.25%;background:#0a0a0c;overflow:hidden}.videos-page .video-card__thumb-button{position:absolute;inset:0;width:100%;height:100%;padding:0;border:none;background:transparent;cursor:pointer;display:block}.videos-page .video-card__thumb-button:hover .video-card__thumb{transform:scale(1.04);opacity:1}.videos-page .video-card__thumb-button:hover .video-card__play-icon{background:#e5cc6af2;color:#0a0a0c;transform:translate(-50%,-50%) scale(1.05)}.videos-page .video-card__thumb-button:focus-visible{outline:2px solid #e5cc6a;outline-offset:-2px}.videos-page .video-card__thumb{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.85;transition:transform .45s ease,opacity .3s ease}.videos-page .video-card__iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.videos-page .video-card__play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#0f0f12b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;padding-left:4px;border:2px solid rgba(229,204,106,.5);transition:background .3s ease,color .3s ease,transform .3s ease;pointer-events:none}.videos-page .video-card__platform-badge{position:absolute;top:12px;left:12px;padding:3px 10px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;pointer-events:none}.videos-page .video-card__platform-badge--youtube{background:#ff0000d9;color:#fff}.videos-page .video-card__platform-badge--kick{background:#53fc18d9;color:#0a0a0c}.videos-page .video-card__info{padding:14px 16px 18px}.videos-page .video-card__title{margin:0;font-size:14px;line-height:1.4;font-weight:600;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.videos-page .videos-sentinel{min-height:60px;margin-top:24px;display:flex;align-items:center;justify-content:center}.videos-page .videos-loading-indicator{color:#ffffffb3;font-size:13px;letter-spacing:.5px}.videos-page .loading-state,.videos-page .error-state,.videos-page .empty-state{text-align:center;padding:40px 20px}.videos-page .loading-state p,.videos-page .error-state p,.videos-page .empty-state p{color:#ffffffbf;font-size:15px}.videos-page .loading-state .button-yellow,.videos-page .error-state .button-yellow,.videos-page .empty-state .button-yellow{margin-top:12px}.videos-page .error-state--inline{padding:20px}.version-notification{position:fixed;bottom:0;left:0;right:0;z-index:10000}.version-notification__bar{display:flex;align-items:center;gap:12px;padding:10px 24px;background:#0f0f12d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(229,204,106,.3)}@media(max-width:768px){.version-notification__bar{flex-wrap:wrap;gap:8px;padding:10px 16px}}.version-notification__icon{color:#e5cc6a;flex-shrink:0}.version-notification__message{flex:1;min-width:0;font-size:14px;color:#fff;line-height:1.4}.version-notification__button{border:none;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.version-notification__button:focus-visible{outline:2px solid #e5cc6a;outline-offset:2px}.version-notification__button--primary{padding:6px 16px;background:#e5cc6a;color:#151515}.version-notification__button--primary:hover{background:#f0d87a}.version-notification__button--primary:active{background:#d4b85a}.version-notification__button--dismiss{padding:4px;background:transparent;color:#fff9;display:flex;align-items:center;justify-content:center}.version-notification__button--dismiss:hover{color:#fff;background:#ffffff1a}@media(max-width:768px){.version-notification__button--primary{flex:1}}@media(prefers-reduced-motion:reduce){.version-notification__bar{animation:none!important;transform:translateY(0)!important}}@keyframes slideUpIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cloudflare-overlay{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:#000000d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cloudflare-overlay__card{background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid rgba(229,204,106,.3);border-radius:12px;padding:3rem 2.5rem;max-width:420px;width:90%;text-align:center;box-shadow:0 8px 32px #0006}.cloudflare-overlay__icon{font-size:3rem;margin-bottom:1rem}.cloudflare-overlay__title{color:#e5cc6a;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.cloudflare-overlay__description{color:#fffc;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.cloudflare-overlay__button{background:#e5cc6a;color:#000;border:none;border-radius:6px;padding:.75rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;text-transform:uppercase;transition:all .2s ease}.cloudflare-overlay__button:hover{background:#f0d878;transform:translateY(-1px);box-shadow:0 4px 12px #e5cc6a4d}.cloudflare-overlay__button:active{transform:translateY(0)}.cloudflare-overlay__button:focus-visible{outline:2px solid #e5cc6a;outline-offset:2px}@media(prefers-reduced-motion:reduce){.cloudflare-overlay__button{transition:none}.cloudflare-overlay__button:hover{transform:none}}*{margin:0;padding:0;box-sizing:border-box}html{height:100%;overflow:hidden;margin:0;padding:0}body{font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;background:#151515;background-size:cover;color:#fff;font-size:14px;margin:0;padding:0;height:100%;overflow:hidden;position:fixed;width:100%}#root{height:100%;overflow:hidden;margin:0;padding:0}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 2px rgba(229,204,106,.1)}::-webkit-scrollbar-thumb{border-radius:3px;background:#e5cc6a;-webkit-box-shadow:inset 0 0 1px rgb(229,204,106)}.pointer{cursor:pointer}.hover:hover{opacity:.5}.img-max-w{max-width:100%}.img-responsive{display:block;height:auto;max-width:100%}.page-title{margin-bottom:20px;padding:10px 20px;background:#0000004d}.page-title span,.page-title h1{font-weight:300;font-style:normal;font-size:30px;text-transform:uppercase;margin:0}.page-title h1{font-weight:600;font-size:32px}.sub-title{font-size:18px;color:#e5cc6a;margin-bottom:10px}.page-content{padding:10px 20px;display:flex;flex-direction:column}.divider{width:100%;min-width:100%;margin:5px 0}.button-container{text-align:center}.button-container button{margin:10px 2px}p{font-size:13px;color:#fff;margin:10px 0}a{color:#337ab7;text-decoration:none}.button-yellow{margin:10px 0;background:0 0;color:#e5cc6a;font-size:12px;border:1px solid #e5cc6a;width:200px;padding:8px;text-transform:uppercase;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;cursor:pointer;transition:all .3s ease}.button-yellow:hover{background:#e5cc6a;color:#000}.button-yellow:disabled{cursor:default;opacity:.2}.ml{margin-left:15px}.mr{margin-right:15px}.account-form label{font-weight:400;color:#e5cc6a;padding-left:0;padding-right:0;text-align:right;margin-bottom:0;padding-top:7px}.account-form span{white-space:nowrap}.account-form .links span{cursor:pointer}.account-form .form-control{margin-bottom:15px}.account-form .form-control label{padding-right:15px}.account-form .form-control input{width:100%;height:34px;padding:6px 12px;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px #00000013;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
