:root{--brand:#0f5bfd;--brand-dk:#0a44c7;--brand-lt:#5b8cff;--navy:#0e1b2e;--ink:#1a2030;--mute:#7c8398;--app-bg:#f5f7fd;--tint:#eef2fc;--line:#e6ebf5;--white:#fff;--gold:#f5a623;--win:#10b981;--font-display:"Bricolage Grotesque", system-ui, sans-serif;--font-ui:"Plus Jakarta Sans", system-ui, sans-serif;--shadow-card:0 10px 30px #1c32781a;--shadow-card-hover:0 16px 36px #1c327829}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--app-bg);color:var(--ink);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;font-weight:500}h1,h2,h3{font-family:var(--font-display);color:var(--navy);margin:0;font-weight:800}p{margin:0;line-height:1.6}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.container{max-width:960px;margin:0 auto;padding:0 24px}button,.btn{font-family:var(--font-ui);cursor:pointer}.site-header{z-index:20;-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--line);background:#ffffffd9;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;height:72px;display:flex}.site-header__brand{align-items:center;gap:12px;display:flex}.site-header__brand:hover{text-decoration:none}.site-header__icon{object-fit:cover;border-radius:11px;width:38px;height:38px;box-shadow:0 6px 16px #0f5bfd47}.site-header__word{font-family:var(--font-display);letter-spacing:-.3px;color:var(--navy);font-size:22px;font-weight:800}.site-header__nav{align-items:center;gap:28px;display:flex}.site-header__link{font-family:var(--font-ui);color:var(--mute);padding:6px 2px;font-size:14.5px;font-weight:600;position:relative}.site-header__link:hover{color:var(--navy);text-decoration:none}.site-header__link--active{color:var(--brand)}.site-header__link--active:after{content:"";background:var(--brand);border-radius:2px;height:2px;position:absolute;bottom:-2px;left:0;right:0}@media (width<=480px){.site-header__inner{height:60px}.site-header__icon{border-radius:9px;width:32px;height:32px}.site-header__word{font-size:18px}.site-header__nav{gap:16px}.site-header__link{font-size:13px}}.site-footer{border-top:1px solid var(--line);margin-top:64px}.site-footer__inner{color:var(--mute);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:28px 24px;font-size:13.5px;display:flex}.site-footer__links{gap:20px;display:flex}.site-footer__links a{color:var(--mute)}.site-footer__links a:hover{color:var(--brand)}@media (width<=480px){.site-footer__inner{flex-direction:column;align-items:flex-start;gap:12px}.site-footer__links{gap:16px}}.hero{border-bottom:1px solid var(--line);background:linear-gradient(#eef2fc 0%,#f5f7fd 100%);overflow:hidden}.hero__inner{justify-content:space-between;align-items:center;gap:40px;padding:72px 24px;display:flex}.hero__copy{max-width:520px}.hero__eyebrow{font-family:var(--font-ui);color:var(--brand);background:#0f5bfd14;border-radius:999px;margin-bottom:18px;padding:6px 14px;font-size:13px;font-weight:700;display:inline-block}.hero h1{letter-spacing:-.5px;font-size:44px;line-height:1.12}.hero__sub{color:var(--mute);margin-top:18px;font-size:16.5px}.hero__badge{background:var(--navy);color:var(--white);font-family:var(--font-ui);border-radius:999px;align-items:center;gap:9px;margin-top:30px;padding:11px 20px;font-size:14px;font-weight:700;display:inline-flex;box-shadow:0 10px 24px #0e1b2e40}.hero__badge-dot{background:var(--gold);border-radius:999px;width:7px;height:7px}.hero__art{flex-shrink:0;justify-content:center;align-items:center;width:260px;height:260px;display:flex;position:relative}.hero__art-glow{background:radial-gradient(circle,#5b8cff59 0%,#5b8cff00 70%);border-radius:50%;position:absolute;inset:0}.hero__mascot{filter:drop-shadow(0 20px 30px #0e1b2e2e);width:200px;height:auto;position:relative}.section{padding:64px 24px}.section__head{text-align:center;margin-bottom:36px}.section__eyebrow{font-family:var(--font-ui);letter-spacing:.5px;text-transform:uppercase;color:var(--brand);margin-bottom:8px;font-size:12.5px;font-weight:700;display:inline-block}.section__title{font-size:28px}.feature-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.feature-card{background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow-card);border-radius:20px;padding:26px;transition:transform .18s,box-shadow .18s}.feature-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-3px)}.feature-card__icon{background:var(--tint);border-radius:13px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;font-size:22px;display:flex}.feature-card h3{margin-bottom:8px;font-size:17.5px}.feature-card p{color:var(--mute);font-size:14px}.game-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.game-card{background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow-card);border-radius:20px;align-items:flex-start;gap:14px;padding:20px;transition:transform .18s,box-shadow .18s;display:flex;position:relative}.game-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-3px)}.game-card__index{font-family:var(--font-ui);color:var(--line);font-size:12px;font-weight:700;position:absolute;top:14px;right:16px}.game-card__icon{object-fit:cover;border-radius:12px;flex-shrink:0;width:42px;height:42px;box-shadow:0 6px 14px #0f5bfd33}.game-card h3{margin-bottom:4px;font-size:16px}.game-card p{color:var(--mute);font-size:13.5px}@media (width<=1024px){.hero__inner{padding:56px 24px}.section{padding:48px 24px}}@media (width<=768px){.hero__inner{text-align:center;flex-direction:column;gap:32px;padding:48px 24px 40px}.hero__copy{max-width:100%}.hero h1{font-size:32px}.hero__art{width:180px;height:180px}.hero__mascot{width:150px}.feature-grid,.game-grid{grid-template-columns:1fr}}@media (width<=480px){.hero__inner{padding:40px 20px 32px}.hero h1{font-size:26px}.hero__sub{font-size:15px}.hero__art{width:140px;height:140px}.hero__mascot{width:115px}.section{padding:40px 20px}.section__title{font-size:22px}.feature-card,.game-card{padding:18px}.feature-card__icon{width:38px;height:38px}.game-card__icon{width:36px;height:36px}}.legal-page{max-width:760px;padding:48px 24px 80px}.legal-intro{text-align:center;margin-bottom:32px}.legal-intro__icon{margin-bottom:12px;font-size:40px;display:block}.legal-intro h1{font-size:32px}.legal-intro__updated{color:var(--mute);margin-top:8px;font-size:13.5px}.legal-card{background:var(--white);border:1px solid var(--line);border-radius:20px;padding:32px}.legal-section{margin-top:28px}.legal-section:first-child{margin-top:0}.legal-section h2{margin-bottom:10px;font-size:17px}.legal-para{color:var(--ink);font-size:15px}.legal-bullet-list{flex-direction:column;gap:8px;margin:0;padding-left:20px;display:flex}.legal-bullet{color:var(--ink);font-size:15px;line-height:1.6}.legal-bullet strong,.legal-para strong{color:var(--navy)}@media (width<=768px){.legal-page{padding:32px 20px 56px}.legal-intro{margin-bottom:24px}.legal-intro h1{font-size:26px}.legal-card{padding:20px}}@media (width<=480px){.legal-page{padding:24px 16px 40px}.legal-intro__icon{margin-bottom:8px;font-size:32px}.legal-intro h1{font-size:22px}.legal-card{border-radius:16px;padding:16px}.legal-section h2{font-size:15.5px}.legal-para,.legal-bullet{font-size:14px}}
