:root{--bg:#0b1220;--text:#ffffff;--panel:#131c2d;--panel-2:#0f1726;--line:#253247;--blue:#358cff;--blue2:#195ef0;--text-2:#7384a8;--prose:#d0d9ec;--accent:#1b2940;--on-accent:#ffffff;--radius:20px;--shadow:0 10px 35px rgba(0,0,0,.28)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at top,#13203a 0,#0b1220 30%,#0b1220 100%);color:var(--text);line-height:1.65}img{max-width:100%;display:block}a{color:var(--text);text-decoration:none}button{font:inherit}table{width:100%;border-collapse:collapse}th,td{padding:.8rem;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(11,18,32,.88);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:1rem}.logo{font-weight:900;letter-spacing:.12em;font-size:1.15rem}.menu{display:flex;align-items:center;gap:1rem}.menu a{color:var(--text-2)}.menu a:hover,.menu a:focus-visible{color:var(--text)}.menu-cta{display:flex;gap:.75rem;margin-left:.75rem}.burger{display:none;background:none;border:0;padding:.25rem}.burger span{display:block;width:26px;height:2px;background:var(--text);margin:5px 0;border-radius:99px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.9rem 1.15rem;border-radius:16px;border:1px solid var(--line);font-weight:700;transition:transform .2s ease,background .2s ease,border-color .2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;border-color:transparent;box-shadow:0 8px 24px rgba(30,108,253,.28)}.btn-ghost{background:rgba(255,255,255,.03);color:var(--text)}.wide{width:100%}.hero,.page-hero{padding:clamp(2rem,5vw,4.5rem) 0}.hero-grid{display:grid;grid-template-columns:1.35fr .8fr;gap:1.25rem;align-items:start}.eyebrow{display:inline-block;padding:.42rem .7rem;border-radius:999px;background:rgba(53,140,255,.12);color:#a8ccff;border:1px solid rgba(53,140,255,.18);margin:0 0 1rem}.hero h1,.page-hero h1{font-size:clamp(2rem,5vw,4rem);line-height:1.08;margin:.2rem 0 1rem;max-width:12ch}.lead{font-size:clamp(1rem,1.8vw,1.15rem);color:var(--prose);max-width:70ch}.cta-row{display:flex;gap:.8rem;flex-wrap:wrap;margin:1.25rem 0 1.2rem}.facts{list-style:none;padding:0;margin:1.2rem 0 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.facts li,.hero-card,.panel,.feature,.notice-card,.responsible,.promo-box{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.facts li{padding:1rem}.facts strong{display:block;font-size:1.35rem}.facts span{color:var(--text-2);font-size:.95rem}.hero-card{padding:1.2rem}.hero-card h2,.section h2{font-size:clamp(1.35rem,2.4vw,2rem);margin:.2rem 0 .8rem}.section{padding:1.25rem 0 2rem}.section-alt{background:linear-gradient(180deg,transparent,rgba(255,255,255,.02),transparent)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.section-head p{max-width:64ch;color:var(--text-2);margin:0}.tabs{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1rem}.tab{border:1px solid var(--line);background:var(--panel-2);color:var(--text);padding:.75rem 1rem;border-radius:999px;cursor:pointer}.tab.is-active{background:var(--accent);border-color:#3a5a84}.tab-panel{display:none}.tab-panel.is-active{display:block}.games-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.game{position:relative;overflow:hidden;border-radius:18px;background:var(--panel);border:1px solid var(--line);min-height:220px;display:flex;align-items:flex-end}.game img{width:100%;height:auto;aspect-ratio:3/4;object-fit:cover}.game .gp{position:absolute;left:.65rem;right:.65rem;bottom:.65rem;padding:.45rem .65rem;border-radius:12px;background:rgba(10,17,28,.78);backdrop-filter:blur(8px);font-size:.88rem;color:#d9e6ff;text-align:center}.game.noimg{background:linear-gradient(145deg,#13203a,#0e1422)}.game.noimg::after{content:attr(data-name);position:absolute;inset:auto 12px 12px 12px;padding:12px;border-radius:12px;background:rgba(0,0,0,.35);font-weight:700}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.feature{padding:1rem}.feature svg{width:28px;height:28px;fill:none;stroke:#8ec0ff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.feature h3{margin:.9rem 0 .5rem;font-size:1.05rem}.feature p,.check-list,.responsible p,.foot-text,.copy{color:var(--text-2)}.split-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.panel{padding:1.15rem}.check-list{padding-left:1.1rem}.chips{display:flex;gap:.7rem;flex-wrap:wrap}.chips span{padding:.75rem .9rem;border-radius:999px;background:var(--panel);border:1px solid var(--line);color:#dce8ff}.chips-pay{margin-top:.9rem}.article-section{padding-top:1.6rem}.prose{max-width:860px}.prose.short{max-width:900px}.prose p,.prose li{color:var(--prose);font-size:clamp(1rem,1.4vw,1.08rem)}.prose h2{margin:1.6rem 0 .7rem}.prose a{color:#9cc8ff;text-decoration:underline}.notice-card,.responsible,.promo-box{padding:1rem 1.1rem}.faq-wrap{max-width:900px}.faq-item{border:1px solid var(--line);border-radius:16px;background:var(--panel);margin-bottom:.8rem;overflow:hidden}.faq-q{width:100%;text-align:left;background:none;color:var(--text);border:0;padding:1rem 1rem;cursor:pointer;font-weight:700}.faq-a{display:none;padding:0 1rem 1rem}.faq-item.is-open .faq-a{display:block}.site-footer{margin-top:2rem;border-top:1px solid rgba(255,255,255,.06);padding:2rem 0;background:#0a101a}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:1rem}.footer-grid h3{font-size:1rem;margin:.2rem 0 .8rem}.footer-grid a{display:block;color:var(--text-2);margin:.35rem 0}.footer-grid a:hover,.footer-grid a:focus-visible{color:var(--text)}:focus-visible{outline:2px solid #8ec0ff;outline-offset:3px;border-radius:10px}@media (max-width:767px){.burger{display:block}.menu{position:absolute;left:16px;right:16px;top:72px;display:none;flex-direction:column;align-items:flex-start;padding:1rem;border-radius:18px;background:rgba(10,16,26,.98);border:1px solid var(--line)}.menu.is-open{display:flex}.menu-cta{width:100%;margin-left:0;flex-direction:column}.menu-cta .btn{width:100%}.hero-grid,.split-cards,.footer-grid,.feature-grid{grid-template-columns:1fr}.facts{grid-template-columns:1fr 1fr}.games-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.games-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1280px){.games-grid.spaced{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}