@theme{--color-navy-950:#06061a;--color-navy-900:#0d0d2b;--color-navy-800:#13133d;--color-navy-700:#1a1a52;--color-navy-600:#222268;--color-brand-cyan:#4ec3f7;--color-brand-blue:#38bdf8;--color-brand-purple:#7c3aed;--color-brand-violet:#9333ea;--color-brand-gold:#f59e0b;--color-brand-gold-light:#fbbf24;--font-display:"Segoe UI",system-ui,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{overflow-x:hidden;max-width:100vw}body{background-color:#0d0d2b;color:#e2e8f0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;min-height:100vh}a{color:#4ec3f7;text-decoration:none;transition:color .2s}a:hover{color:#fbbf24}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{line-height:1.2;font-weight:700}.gradient-text{background:linear-gradient(135deg,#4ec3f7,#9333ea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-bg{background:linear-gradient(135deg,#4ec3f7,#7c3aed)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;border-radius:.625rem;font-weight:700;font-size:1rem;cursor:pointer;text-decoration:none;transition:all .2s ease;border:none;white-space:nowrap;min-height:44px}.btn--primary{background:linear-gradient(135deg,#4ec3f7,#7c3aed);color:#fff;box-shadow:0 4px 20px rgba(78,195,247,.35)}.btn--primary:hover{background:linear-gradient(135deg,#38bdf8,#9333ea);box-shadow:0 6px 28px rgba(78,195,247,.55);transform:translateY(-2px);color:#fff}.btn--secondary{background:transparent;color:#4ec3f7;border:2px solid #4ec3f7;box-shadow:0 0 12px rgba(78,195,247,.15)}.btn--secondary:hover{background:rgba(78,195,247,.1);box-shadow:0 0 20px rgba(78,195,247,.3);transform:translateY(-2px);color:#4ec3f7}.btn--gold{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#0d0d2b;box-shadow:0 4px 20px rgba(245,158,11,.4);font-weight:800}.btn--gold:hover{box-shadow:0 6px 28px rgba(245,158,11,.6);transform:translateY(-2px);color:#0d0d2b}.navbar{position:sticky;top:0;z-index:100;background:rgba(13,13,43,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(78,195,247,.15)}.navbar__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:64px}.navbar__logo{line-height:0}.navbar__links,.navbar__logo{display:flex;align-items:center}.navbar__links{gap:1.5rem;list-style:none}.navbar__links a{color:#94a3b8;font-weight:500;font-size:.9rem;transition:color .2s}.navbar__links a:hover{color:#4ec3f7}.navbar__register-cta{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:8px 16px;border-radius:8px;font-weight:700;font-size:.8125rem;letter-spacing:.02em;line-height:1.25;text-decoration:none;white-space:nowrap;opacity:1;color:#fff;background:linear-gradient(135deg,#7c3aed,#a855f7);border:2px solid transparent;box-shadow:0 2px 10px rgba(124,58,237,.4);min-height:40px;transition:background .2s ease,box-shadow .2s ease,transform .15s ease}.navbar__links .navbar__register-cta,.navbar__links a.navbar__register-cta{color:#fff}.navbar__links .navbar__register-cta:hover,.navbar__links a.navbar__register-cta:hover{color:#fff;background:linear-gradient(135deg,#6d28d9,#9333ea);box-shadow:0 4px 14px rgba(91,33,182,.45);transform:translateY(-1px)}.navbar__links .navbar__register-cta:focus-visible,.navbar__links a.navbar__register-cta:focus-visible{outline:2px solid #e9d5ff;outline-offset:2px}.navbar__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;min-height:44px;min-width:44px;align-items:center}.navbar__hamburger-bar{display:block;width:22px;height:2px;background:#e2e8f0;border-radius:2px;transition:background .2s}.navbar__hamburger:hover .navbar__hamburger-bar{background:#4ec3f7}.navbar__mobile-menu{position:absolute;top:64px;left:0;right:0;background:#0d0d2b;border-bottom:1px solid rgba(78,195,247,.2);z-index:99;box-shadow:0 8px 24px rgba(0,0,0,.4);animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.navbar__mobile-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem .75rem;border-bottom:1px solid rgba(78,195,247,.08)}.navbar__mobile-title{color:#64748b;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.navbar__mobile-close{background:none;border:none;color:#94a3b8;font-size:1.1rem;cursor:pointer;padding:.25rem .5rem;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:color .2s,background .2s}.navbar__mobile-close:hover{color:#e94560;background:rgba(233,69,96,.1)}.navbar__mobile-links{list-style:none;padding:.5rem 0 1rem}.navbar__mobile-links li a{display:block;padding:.875rem 1.5rem;color:#e2e8f0;font-size:1rem;font-weight:500;text-decoration:none;min-height:44px;display:flex;align-items:center;transition:background .15s,color .15s}.navbar__mobile-links li a:hover{background:rgba(78,195,247,.06);color:#4ec3f7}.navbar__mobile-links a.navbar__register-cta,.navbar__mobile-links li a.navbar__register-cta{color:#fff;background:linear-gradient(135deg,#7c3aed,#a855f7);border:2px solid transparent;border-radius:8px;font-weight:700;margin:.35rem 1rem .25rem;padding:10px 16px;box-shadow:0 2px 10px rgba(124,58,237,.35)}.navbar__mobile-links a.navbar__register-cta:hover,.navbar__mobile-links li a.navbar__register-cta:hover{color:#fff;background:linear-gradient(135deg,#6d28d9,#9333ea)}.breadcrumb{max-width:1200px;margin:0 auto;padding:1rem 1.5rem 0}.breadcrumb__list li+li:before{content:"›";color:#475569}.breadcrumb__item a{color:#64748b}.breadcrumb__item a:hover{color:#4ec3f7}.breadcrumb__item--active{color:#94a3b8}.hero{padding:4rem 1.5rem 5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(78,195,247,.08) 0,transparent 60%),radial-gradient(ellipse at 80% 50%,rgba(124,58,237,.1) 0,transparent 60%);pointer-events:none}.hero__container{max-width:900px;margin:0 auto;text-align:center;position:relative}.hero__title{font-size:clamp(1.75rem,4vw,3rem);font-weight:900;background:linear-gradient(135deg,#4ec3f7,#c084fc 50%,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.25rem;letter-spacing:-.5px}.hero__lead{font-size:1.1rem;color:#94a3b8;max-width:680px;margin:0 auto 2rem;line-height:1.7}.hero__cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1rem}.hero__guide-links{font-size:.9rem;color:#94a3b8;margin:0 auto 2.25rem;max-width:520px;line-height:1.6;text-align:center}.hero__guide-links-label{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#64748b;margin-bottom:.35rem}@media (min-width:480px){.hero__guide-links-label{display:inline;margin-right:.35rem;margin-bottom:0}}.hero__guide-links a{color:#7dd3fc;font-weight:600;text-decoration:underline;text-underline-offset:3px}.hero__guide-links a:hover{color:#fbbf24}.hero__guide-links-sep{color:#475569;margin:0 .15rem}.hero__cta .coming-soon-btn{padding:.85rem 2rem;font-size:1.0625rem;min-height:52px;box-shadow:0 6px 22px rgba(0,0,0,.42),0 0 36px rgba(56,189,248,.48),0 0 56px rgba(124,58,237,.32),inset 0 1px 0 hsla(0,0%,100%,.28)}.hero__cta .coming-soon-btn:hover{box-shadow:0 12px 36px rgba(0,0,0,.48),0 0 48px rgba(56,189,248,.7),0 0 72px rgba(168,85,247,.5),inset 0 1px 0 hsla(0,0%,100%,.38)}.hero__cta .coming-soon-btn--secondary{font-size:1rem}.hero__image{max-width:700px;margin:0 auto;border-radius:1rem;overflow:hidden;border:1px solid rgba(78,195,247,.2);box-shadow:0 8px 40px rgba(78,195,247,.1);background:#13133d;min-height:200px;display:flex;align-items:center;justify-content:center}.hero__image img{width:100%;border-radius:1rem}section{padding:4rem 1.5rem}.cta-section__container,.info-section__container,.platform-section__container,.steps-section__container,section>div{max-width:1100px;margin:0 auto}h2{font-size:clamp(1.4rem,3vw,2rem);color:#e2e8f0;margin-bottom:1rem}h2+p{color:#94a3b8;margin-bottom:2rem}.games{background:#06061a;border-top:1px solid rgba(78,195,247,.08);border-bottom:1px solid rgba(78,195,247,.08)}.games__container{max-width:1100px;margin:0 auto}.games__heading{text-align:center;font-size:clamp(1.4rem,3vw,2rem);color:#e2e8f0;margin-bottom:.75rem}.games__description{text-align:center;color:#94a3b8;margin-bottom:2.5rem}.games__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.game-card{background:#13133d;border:1px solid rgba(78,195,247,.15);border-radius:1rem;padding:1.5rem 1.25rem;text-align:center;text-decoration:none;transition:all .25s ease;display:flex;flex-direction:column;align-items:center;gap:.75rem}.game-card:hover{border-color:rgba(78,195,247,.5);transform:translateY(-4px);box-shadow:0 8px 30px rgba(78,195,247,.15);background:#1a1a52;color:inherit}.game-card img{border-radius:.5rem;background:#0d0d2b;width:100%;aspect-ratio:3/2;object-fit:cover}.game-card h3{color:#4ec3f7;font-size:1.1rem;font-weight:700}.game-card p{color:#94a3b8;font-size:.875rem;line-height:1.5}.how-it-works,.steps-section{background:#0d0d2b}.how-it-works__container,.steps-section__container{max-width:800px;margin:0 auto}.steps{flex-direction:column;margin:1.5rem 0;padding-left:0;list-style:none;counter-reset:steps}.step,.steps{display:flex;gap:1rem}.step{counter-increment:steps;align-items:flex-start;background:#13133d;border:1px solid rgba(78,195,247,.12);border-radius:.75rem;padding:1rem 1.25rem;color:#94a3b8;font-size:.95rem}.step:before{content:counter(steps);min-width:2rem;height:2rem;border-radius:50%;background:linear-gradient(135deg,#4ec3f7,#7c3aed);color:#fff;font-weight:800;font-size:.85rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step strong{color:#e2e8f0}.benefits-section,.info-section{background:#06061a;border-top:1px solid rgba(78,195,247,.08);border-bottom:1px solid rgba(78,195,247,.08)}.benefits-grid,.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:1.5rem}.benefit-card,.info-card{background:#13133d;border:1px solid rgba(78,195,247,.12);border-radius:.875rem;padding:1.5rem;transition:border-color .2s,box-shadow .2s}.benefit-card:hover,.info-card:hover{border-color:rgba(78,195,247,.35);box-shadow:0 4px 20px rgba(78,195,247,.08)}.benefit-card h3,.info-card h3{color:#4ec3f7;font-size:1rem;margin-bottom:.5rem}.benefit-card p,.info-card p{color:#94a3b8;font-size:.875rem;line-height:1.6}.download-card{background:#13133d;border:1px solid rgba(78,195,247,.2);border-radius:1rem;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin:1.5rem 0 2rem}.download-card img{border-radius:.5rem;background:#0d0d2b;flex-shrink:0}.download-card__info{flex:1;min-width:200px}.download-card__info h3{color:#e2e8f0;font-size:1.1rem;margin-bottom:.5rem}.download-card__specs{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.download-card__specs li{font-size:.8rem;color:#64748b;background:#0d0d2b;border:1px solid rgba(78,195,247,.1);border-radius:.375rem;padding:.2rem .6rem}.platform-section{background:#0d0d2b}.platform-section--ios{background:#06061a;border-top:1px solid rgba(78,195,247,.08);border-bottom:1px solid rgba(78,195,247,.08)}.platform-section h3{color:#e2e8f0;font-size:1.15rem;margin:2rem 0 1rem}.cta-section{background:linear-gradient(135deg,#13133d,#1a0a3d);border-top:1px solid rgba(124,58,237,.2);border-bottom:1px solid rgba(124,58,237,.2);text-align:center}.cta-section h2{color:#e2e8f0;margin-bottom:.75rem}.cta-section p{color:#94a3b8;max-width:600px;margin:0 auto 2rem}.cta-section__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.faq-section{background:#06061a;padding:4rem 1.5rem;border-top:1px solid rgba(78,195,247,.08)}.faq-section__heading{text-align:center;font-size:clamp(1.3rem,2.5vw,1.75rem);color:#e2e8f0;margin-bottom:2rem;max-width:1100px;margin-left:auto;margin-right:auto}.faq-section__list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq-section__item{background:#13133d;border:1px solid rgba(78,195,247,.12);border-radius:.75rem;overflow:hidden;transition:border-color .2s}.faq-section__item[open]{border-color:rgba(78,195,247,.35)}.faq-section__question{padding:1rem 1.25rem;font-weight:600;color:#e2e8f0;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;font-size:.95rem}.faq-section__question:after{content:"+";color:#4ec3f7;font-size:1.25rem;font-weight:300;flex-shrink:0;margin-left:1rem;transition:transform .2s}.faq-section__item[open] .faq-section__question:after{content:"−"}.faq-section__answer{color:#94a3b8;font-size:.9rem;line-height:1.7;border-top:1px solid rgba(78,195,247,.08);padding:.875rem 1.25rem 1.25rem}.footer{background:#06061a;border-top:1px solid rgba(78,195,247,.1);padding:3rem 1.5rem 2rem}.footer__container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer__brand{font-size:1.25rem;font-weight:900;background:linear-gradient(135deg,#4ec3f7,#9333ea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.footer__tagline{color:#475569;font-size:.85rem}.footer__col h4{color:#94a3b8;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.footer__col ul{list-style:none;display:flex;flex-direction:column;gap:.4rem}.footer__col ul a{color:#475569;font-size:.875rem}.footer__col ul a:hover{color:#4ec3f7}.footer__bottom{max-width:1100px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(78,195,247,.06);text-align:center;color:#334155;font-size:.8rem}@media (max-width:767px){.navbar__links{display:none}.navbar__hamburger{display:flex}}@media (max-width:640px){.hero{padding:1.5rem 1rem 2.5rem}section{padding:2rem 1rem}.games__grid{grid-template-columns:1fr}.game-card{padding:1rem}.hero__cta{flex-direction:column;align-items:stretch}.hero__cta .coming-soon-btn{justify-content:center;width:100%;min-height:48px}.cta-section__buttons{flex-direction:column;align-items:stretch}.cta-section__buttons .coming-soon-btn{justify-content:center;width:100%;min-height:48px}.hero__title{font-size:1.5rem}.download-card{flex-direction:column;text-align:center}.download-card__specs{justify-content:center}}@media (min-width:480px) and (max-width:767px){.games__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.games__grid{grid-template-columns:repeat(4,1fr)}}.game-hero{padding:5rem 1rem 4rem;text-align:center;background:linear-gradient(160deg,#0d0d2b,#13133d 60%,#0d0d2b);border-bottom:1px solid rgba(78,195,247,.12)}.game-hero__container{max-width:800px;margin:0 auto}.game-hero__badge{display:inline-block;background:rgba(78,195,247,.12);border:1px solid rgba(78,195,247,.3);color:#4ec3f7;padding:.35rem 1rem;border-radius:999px;font-size:.85rem;font-weight:600;margin-bottom:1.25rem;letter-spacing:.3px}.game-hero__title{font-size:clamp(2rem,5vw,3rem);font-weight:900;background:linear-gradient(135deg,#4ec3f7,#9333ea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.25rem;line-height:1.2}.game-hero__intro{font-size:1.1rem;color:#cbd5e1;max-width:680px;margin:0 auto 1.75rem;line-height:1.75}.game-hero__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:2rem}.trust-badge{background:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.3);color:#fbbf24;padding:.35rem .9rem;border-radius:999px;font-size:.82rem;font-weight:600}.game-hero__cta{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem}.game-hero__cta .coming-soon-btn{padding:.75rem 1.75rem;font-size:1rem;min-height:48px}.game-section{padding:4rem 1rem}.game-section--alt{background:#13133d}.game-section__container{max-width:840px;margin:0 auto}.game-section__title{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:800;color:#e2e8f0;margin-bottom:1.25rem;position:relative;padding-bottom:.75rem}.game-section__title:after{content:"";position:absolute;bottom:0;left:0;width:48px;height:3px;background:linear-gradient(90deg,#4ec3f7,#9333ea);border-radius:2px}.game-section p{color:#94a3b8;line-height:1.8}.game-steps{list-style:none;display:flex;flex-direction:column;gap:1.25rem}.game-steps__item{display:flex;gap:1.1rem;align-items:flex-start;background:hsla(0,0%,100%,.03);border:1px solid rgba(78,195,247,.1);border-radius:.75rem;padding:1.1rem 1.25rem;transition:border-color .2s}.game-steps__item:hover{border-color:rgba(78,195,247,.25)}.game-steps__num{flex-shrink:0;width:2rem;height:2rem;background:linear-gradient(135deg,#4ec3f7,#9333ea);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.85rem;color:#fff;margin-top:.1rem}.game-steps__item strong{display:block;color:#e2e8f0;font-size:1rem;margin-bottom:.3rem}.game-steps__item p{color:#94a3b8;font-size:.92rem;line-height:1.65;margin:0}.game-tips{list-style:none;display:flex;flex-direction:column;gap:1.1rem}.game-tips__item{display:flex;gap:1rem;align-items:flex-start;background:hsla(0,0%,100%,.03);border:1px solid rgba(147,51,234,.15);border-radius:.75rem;padding:1.1rem 1.25rem;transition:border-color .2s}.game-tips__item:hover{border-color:rgba(147,51,234,.35)}.game-tips__icon{font-size:1.5rem;flex-shrink:0;margin-top:.1rem}.game-tips__item strong{display:block;color:#e2e8f0;font-size:1rem;margin-bottom:.3rem}.game-tips__item p{color:#94a3b8;font-size:.92rem;line-height:1.65;margin:0}.related-games{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.1rem}.related-game-card{display:flex;gap:1rem;align-items:flex-start;background:hsla(0,0%,100%,.03);border:1px solid rgba(78,195,247,.12);border-radius:.9rem;padding:1.25rem;text-decoration:none;transition:border-color .2s,background .2s;color:inherit}.related-game-card:hover{border-color:rgba(78,195,247,.35);background:rgba(78,195,247,.05);color:inherit}.related-game-card--cta{border-color:rgba(245,158,11,.25)}.related-game-card--cta:hover{border-color:rgba(245,158,11,.5);background:rgba(245,158,11,.05)}.related-game-card__icon{font-size:1.75rem;flex-shrink:0}.related-game-card strong{display:block;color:#e2e8f0;font-size:.95rem;margin-bottom:.3rem}.related-game-card p{color:#94a3b8;font-size:.85rem;line-height:1.55;margin:0}.breadcrumb{background:hsla(0,0%,100%,.02);border-bottom:1px solid rgba(78,195,247,.08);padding:.65rem 0}.breadcrumb__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.breadcrumb__list{display:flex;align-items:center;gap:.5rem;list-style:none;font-size:.85rem;color:#64748b}.breadcrumb__list a{color:#4ec3f7}.breadcrumb__list a:hover{color:#fbbf24}@media (max-width:640px){.game-hero{padding:3.5rem 1rem 3rem}.game-hero__cta{flex-direction:column;align-items:center}.game-steps__item,.game-tips__item{flex-direction:column;gap:.75rem}.related-games{grid-template-columns:1fr}}.blog-hero{padding:5rem 1rem 4rem;text-align:center;background:linear-gradient(160deg,#0d0d2b,#13133d 60%,#0d0d2b);border-bottom:1px solid rgba(78,195,247,.12)}.blog-hero__container{max-width:800px;margin:0 auto}.blog-hero__intro{font-size:1.1rem;color:#cbd5e1;max-width:680px;margin:1.25rem auto 1.75rem;line-height:1.75}.blog-hero__cta{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem}.blog-grid-section{padding:4rem 1rem;max-width:1200px;margin:0 auto}.blog-grid-section__container{max-width:1100px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.blog-card{display:flex;flex-direction:column;background:#13133d;border:1px solid rgba(78,195,247,.12);border-radius:1rem;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .2s,transform .2s}.blog-card:hover{border-color:rgba(78,195,247,.35);transform:translateY(-2px);color:inherit}.blog-card__image{background:linear-gradient(135deg,#13133d,#1a1a52);height:120px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(78,195,247,.08)}.blog-card__icon{font-size:3rem}.blog-card__body{padding:1.25rem;display:flex;flex-direction:column;flex:1}.blog-card__category{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;margin-bottom:.5rem}.blog-card__title{font-size:1rem;font-weight:700;color:#e2e8f0;line-height:1.4;margin-bottom:.6rem}.blog-card__excerpt{font-size:.875rem;color:#94a3b8;line-height:1.6;flex:1;margin-bottom:1rem}.blog-card__meta{display:flex;gap:.4rem;font-size:.78rem;color:#64748b;margin-bottom:.75rem}.blog-card__read-more{font-size:.85rem;font-weight:600;color:#4ec3f7}.blog-cta-section{background:#13133d;padding:4rem 1rem;text-align:center;border-top:1px solid rgba(78,195,247,.1)}.blog-cta-section__container{max-width:640px;margin:0 auto}.blog-cta-section h2{font-size:1.75rem;font-weight:800;color:#e2e8f0;margin-bottom:.75rem}.blog-cta-section p{color:#94a3b8;line-height:1.7}.post-header{padding:5rem 1rem 3rem;background:linear-gradient(160deg,#0d0d2b,#13133d);border-bottom:1px solid rgba(78,195,247,.1)}.post-header__container{max-width:760px;margin:0 auto}.post-header__category{display:inline-block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#4ec3f7;margin-bottom:.75rem}.post-header__title{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:900;color:#e2e8f0;line-height:1.25;margin-bottom:1rem}.post-header__description{font-size:1.1rem;color:#94a3b8;line-height:1.7;margin-bottom:1.25rem}.post-header__meta{display:flex;gap:.5rem;font-size:.85rem;color:#64748b}.post-body{padding:3rem 1rem}.post-body__container{max-width:760px;margin:0 auto}.prose h1,.prose h2,.prose h3{color:#e2e8f0;font-weight:800;margin:2rem 0 .75rem;line-height:1.3}.prose h1{font-size:1.9rem}.prose h2{font-size:1.45rem;padding-bottom:.5rem;border-bottom:1px solid rgba(78,195,247,.12)}.prose h3{font-size:1.15rem;color:#4ec3f7}.prose p{color:#94a3b8;line-height:1.85;margin:.9rem 0}.prose a{color:#4ec3f7;text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:#fbbf24}.prose ol,.prose ul{color:#94a3b8;padding-left:1.5rem;margin:1rem 0;display:flex;flex-direction:column;gap:.5rem}.prose li{line-height:1.7}.prose strong{color:#e2e8f0;font-weight:700}.prose blockquote{border-left:3px solid #4ec3f7;padding-left:1.25rem;margin:1.5rem 0;color:#cbd5e1;font-style:italic}.prose hr{border:none;border-top:1px solid rgba(78,195,247,.15);margin:2rem 0}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}.prose th{background:#1a1a52;color:#4ec3f7;font-weight:700;padding:.6rem .9rem;text-align:left;border:1px solid rgba(78,195,247,.15)}.prose td{padding:.6rem .9rem;border:1px solid rgba(78,195,247,.08);color:#94a3b8}.prose tr:nth-child(2n) td{background:hsla(0,0%,100%,.02)}.post-cta{background:#13133d;padding:4rem 1rem;text-align:center;border-top:1px solid rgba(78,195,247,.1)}.post-cta__container{max-width:600px;margin:0 auto}.post-cta h2{font-size:1.6rem;font-weight:800;color:#e2e8f0;margin-bottom:.75rem}.post-cta p{color:#94a3b8;line-height:1.7}@media (max-width:640px){.blog-grid{grid-template-columns:1fr}.post-header{padding:3.5rem 1rem 2rem}}.coming-soon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.65rem 1.5rem;border-radius:999px;font-weight:800;font-size:.95rem;letter-spacing:.02em;cursor:pointer;opacity:1;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.45);border:1px solid hsla(0,0%,100%,.28);background:linear-gradient(145deg,#38bdf8,#6366f1 48%,#a855f7);box-shadow:0 4px 16px rgba(0,0,0,.38),0 0 28px rgba(56,189,248,.42),0 0 44px rgba(124,58,237,.28),inset 0 1px 0 hsla(0,0%,100%,.25);white-space:nowrap;user-select:none;transition:transform .2s ease,box-shadow .25s ease,filter .2s ease,border-color .2s ease;text-decoration:none;min-height:44px}.coming-soon-btn:hover{transform:translateY(-2px);filter:brightness(1.07);color:#fff;border-color:hsla(0,0%,100%,.4);box-shadow:0 10px 32px rgba(0,0,0,.45),0 0 40px rgba(56,189,248,.65),0 0 64px rgba(168,85,247,.45),inset 0 1px 0 hsla(0,0%,100%,.35)}.coming-soon-btn:active{transform:translateY(0);filter:brightness(.98)}.coming-soon-btn--secondary{background:linear-gradient(165deg,rgba(30,41,59,.88),rgba(15,23,42,.96));border:2px solid rgba(56,189,248,.7);color:#f0f9ff;text-shadow:0 0 18px rgba(56,189,248,.45);box-shadow:0 4px 20px rgba(0,0,0,.4),0 0 26px rgba(56,189,248,.22),inset 0 1px 0 hsla(0,0%,100%,.1);backdrop-filter:blur(10px)}.coming-soon-btn--secondary:hover{color:#fff;border-color:rgba(125,211,252,.95);background:linear-gradient(165deg,rgba(56,189,248,.2),rgba(99,102,241,.18) 55%,rgba(15,23,42,.92));box-shadow:0 8px 28px rgba(0,0,0,.45),0 0 36px rgba(56,189,248,.5),inset 0 1px 0 hsla(0,0%,100%,.14);filter:brightness(1.06)}.coming-soon-btn--sm{padding:.5rem 1.2rem;font-size:.8125rem;font-weight:800;letter-spacing:.03em;min-height:40px;box-shadow:0 3px 12px rgba(0,0,0,.35),0 0 20px rgba(56,189,248,.35),0 0 32px rgba(124,58,237,.22),inset 0 1px 0 hsla(0,0%,100%,.22)}.navbar__links .coming-soon-btn--sm:hover{box-shadow:0 8px 24px rgba(0,0,0,.42),0 0 32px rgba(56,189,248,.55),0 0 48px rgba(168,85,247,.38),inset 0 1px 0 hsla(0,0%,100%,.3)}.navbar__links .coming-soon-btn--secondary:hover,.navbar__links .coming-soon-btn:hover{color:#fff}.coming-soon-btn__badge{display:inline-flex;align-items:center;gap:.2rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:rgba(0,0,0,.25);padding:.15rem .45rem;border-radius:999px;white-space:nowrap}@keyframes fab-pulse{0%,to{box-shadow:0 4px 18px rgba(0,0,0,.38),0 0 0 0 rgba(245,158,11,.45)}50%{box-shadow:0 8px 26px rgba(0,0,0,.42),0 0 0 10px rgba(245,158,11,.14)}}.fab-register{position:fixed;bottom:max(1rem,env(safe-area-inset-bottom));right:max(1rem,env(safe-area-inset-right));z-index:9998;display:inline-flex;flex-direction:column;align-items:stretch;justify-content:center;padding:.65rem 1.15rem;border-radius:1rem;cursor:pointer;color:#1a0a2e;text-shadow:none;border:1px solid rgba(26,10,46,.22);background:linear-gradient(145deg,#f59e0b,#d97706);box-shadow:0 4px 18px rgba(0,0,0,.38);text-decoration:none;transition:transform .2s ease,filter .2s ease;max-width:min(17.5rem,calc(100vw - 2rem));min-height:48px;animation:fab-pulse 2.2s ease-in-out infinite}.fab-register__stack{display:flex;flex-direction:column;align-items:center;gap:.2rem;text-align:center}.fab-register__title{font-weight:800;font-size:.92rem;letter-spacing:.02em;line-height:1.25}.fab-register__sub{font-weight:600;font-size:.68rem;line-height:1.25;opacity:.95}.fab-register:hover{transform:translateY(-2px);filter:brightness(1.06);color:#1a0a2e}.fab-register:focus-visible{outline:2px solid #fde68a;outline-offset:3px}@media (max-width:480px){.fab-register{padding:.55rem .95rem;bottom:max(.75rem,env(safe-area-inset-bottom));right:max(.75rem,env(safe-area-inset-right))}.fab-register__title{font-size:.82rem}.fab-register__sub{font-size:.62rem}}.nav-coming-soon{display:inline-flex;align-items:center;gap:.35rem}.nav-coming-soon__badge{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;background:rgba(245,158,11,.18);border:1px solid rgba(245,158,11,.35);color:#f59e0b;padding:.1rem .35rem;border-radius:999px}.game-listing{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.game-listing{grid-template-columns:repeat(2,1fr)}}.game-listing-card{display:flex;flex-direction:column;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:1rem;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s ease,border-color .2s ease}.game-listing-card:hover{transform:translateY(-4px);border-color:rgba(78,195,247,.4)}.game-listing-card__image{width:100%;overflow:hidden}.game-listing-card__body{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.game-listing-card__header{display:flex;align-items:center;gap:.75rem}.game-listing-card__icon{font-size:1.5rem}.game-listing-card__badge{font-size:.72rem;font-weight:700;padding:.2rem .6rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.game-listing-card__badge--hot{background:rgba(239,68,68,.15);color:#f87171;border:1px solid rgba(239,68,68,.3)}.game-listing-card__badge--high{background:rgba(245,158,11,.15);color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.game-listing-card__badge--chain{background:rgba(78,195,247,.15);color:#4ec3f7;border:1px solid rgba(78,195,247,.3)}.game-listing-card__badge--multi{background:rgba(147,51,234,.15);color:#a855f7;border:1px solid rgba(147,51,234,.3)}.game-listing-card__title{font-size:1.2rem;font-weight:700;color:#fff;margin:0}.game-listing-card__desc{font-size:.9rem;color:hsla(0,0%,100%,.7);line-height:1.6;margin:0}.game-listing-card__highlights{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.game-listing-card__highlights li{font-size:.85rem;color:hsla(0,0%,100%,.6)}.game-listing-card__cta{display:inline-block;margin-top:auto;padding-top:.75rem;font-size:.9rem;font-weight:600;color:#4ec3f7}.site-announcement{position:relative;z-index:10001;background:linear-gradient(90deg,#0d9488,#0f766e);color:#ecfdf5;font-size:.85rem;line-height:1.45;border-bottom:1px solid rgba(0,0,0,.12)}.site-announcement__inner{max-width:1200px;margin:0 auto;padding:.65rem 1rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem}.site-announcement__text{margin:0;flex:1 1 280px;font-weight:600}.site-announcement__code{font-family:ui-monospace,monospace;font-size:.72rem;padding:.1rem .35rem;border-radius:.25rem;background:rgba(0,0,0,.2);word-break:break-all}.site-announcement__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.site-announcement__cta{display:inline-flex;align-items:center;padding:.4rem .85rem;border-radius:999px;font-weight:800;font-size:.82rem;background:#fff;color:#0f766e;text-decoration:none;border:1px solid hsla(0,0%,100%,.5);white-space:nowrap}.site-announcement__cta:hover{filter:brightness(.97);color:#0f766e}.site-announcement__close{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:999px;background:rgba(0,0,0,.15);color:#ecfdf5;font-size:1rem;line-height:1;cursor:pointer}.site-announcement__close:hover{background:rgba(0,0,0,.28)}.gift-code-section__title{font-size:1.65rem;margin-bottom:.35rem}.gift-code-section__sub{color:var(--text-muted,#aaa);margin-bottom:1.25rem;font-size:1rem}.gift-code-section__row{display:flex;flex-wrap:wrap;align-items:stretch;gap:.75rem;margin-bottom:1.5rem}.gift-code-section__code-box{flex:1 1 240px;font-family:ui-monospace,monospace;font-size:.85rem;padding:.85rem 1rem;border-radius:.65rem;background:rgba(10,8,20,.92);border:2px solid rgba(245,158,11,.65);color:#fde68a;word-break:break-all}.gift-code-section__code-label{color:hsla(48,97%,77%,.85);font-weight:600}.gift-code-section__code{font-weight:700;color:#fff}.gift-code-section__copy-btn{align-self:center;padding:.65rem 1.1rem;border-radius:.5rem;font-weight:700;font-size:.88rem;cursor:pointer;border:1px solid rgba(245,158,11,.5);background:linear-gradient(145deg,#f59e0b,#d97706);color:#1a0a2e}.gift-code-section__copy-btn:hover{filter:brightness(1.05)}.gift-code-section__notice{margin-top:.5rem;padding:1.25rem 1.35rem;border-radius:.75rem;background:rgba(13,148,136,.12);border:1px solid rgba(13,148,136,.35);font-size:.92rem;line-height:1.65}.gift-code-section__notice-title{margin:0 0 .5rem;font-weight:700}.gift-code-section__notice-list{margin:.35rem 0 0;padding-left:1.35rem}.gift-code-section__notice-em{margin:1rem 0 0}.gift-code-section__notice-footer{margin:.75rem 0 0;font-weight:600}.game-gift-banner{margin-top:1.25rem;padding:.85rem 1rem;border-radius:.65rem;background:rgba(26,10,46,.55);border:1px solid rgba(245,158,11,.35)}.game-gift-banner__line{margin:0 0 .35rem;font-size:.82rem;line-height:1.5;color:#fde68a}.game-gift-banner__label{font-weight:700}.game-gift-banner__code{font-family:ui-monospace,monospace;font-size:.72rem;word-break:break-all;color:#fff}.game-gift-banner__sub{margin:0;font-size:.78rem;color:hsla(0,0%,100%,.72);line-height:1.45}