:root{--bg:#04060f;--surface:#080e1c;--accent:#3af;--text-primary:#def;--text-secondary:#5570a0;--gold:gold;--silver:silver;--bronze:#cd7f32;--neon-blue:#3af;--neon-violet:#b5f;--neon-green:#0f7;--neon-orange:#f62;--neon-pink:#f39;--cell-void:#0a0c18;--cell-blue:#001060;--cell-violet:#230050;--cell-green:#002e18;--cell-orange:#4a1200;--cell-pink:#3d0025;--blob-violet:#20a;--blob-teal:#048;--blob-crimson:#503;--blob-forest:#032;--blob-indigo:#408;--radius-card:16px;--radius-small:8px;--max-width:1100px;--section-pad-desktop:80px;--section-pad-mobile:48px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{overflow-x:clip}body{-webkit-font-smoothing:antialiased;background:var(--bg);color:var(--text-primary);font-family:Nunito,system-ui,sans-serif;line-height:1.6}img,svg{display:block}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{margin:0 auto;max-width:var(--max-width);padding:0 clamp(16px,4vw,24px)}.section{overflow:hidden;padding:var(--section-pad-desktop) 0;position:relative}.section-content{position:relative;z-index:1}.reveal{opacity:0;transform:translateY(24px);transition:opacity .4s ease-out,transform .4s ease-out}.reveal.visible{opacity:1;transform:translateY(0)}.wordmark{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#3af,#b5f,#f39);-webkit-background-clip:text;background-clip:text;font-size:clamp(52px,7vw,80px);font-weight:900;letter-spacing:8px;line-height:1;text-transform:uppercase}.tagline{color:var(--text-secondary);font-size:16px;font-weight:700;letter-spacing:3px;text-transform:lowercase}.section-headline{color:var(--text-primary);font-size:clamp(28px,4vw,48px);font-weight:900;line-height:1.1}.section-sub{font-size:17px;font-weight:600;line-height:1.6}.label-caps,.section-sub{color:var(--text-secondary)}.label-caps{font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase}@keyframes float{0%,to{transform:translateY(-8px)}50%{transform:translateY(8px)}}@keyframes glowPulse{0%,to{box-shadow:0 0 0 0 #3af0}50%{box-shadow:0 0 20px 4px #33aaff8c}}@keyframes scaleIn{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}@keyframes medalBounce{0%{transform:scale(.3)}60%{transform:scale(1.05)}80%{transform:scale(.97)}to{transform:scale(1)}}.float-anim{animation:float 4s ease-in-out infinite}.glow-pulse{animation:glowPulse 2s ease-in-out infinite}.store-badges{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.store-badge-link{border-radius:10px;display:block;line-height:0;transition:transform .2s,box-shadow .2s}.store-badge-link:hover{box-shadow:0 6px 24px #3af3;transform:translateY(-2px)}.store-badge-link img{display:block;height:54px;width:auto}.btn-primary{align-items:center;background:var(--accent);border:none;border-radius:10px;color:#000;cursor:pointer;display:inline-flex;font-family:inherit;font-size:15px;font-weight:800;gap:8px;letter-spacing:1px;padding:12px 24px;transition:filter .2s,transform .2s}.btn-primary:hover{filter:brightness(1.15);transform:translateY(-2px)}.btn-ghost{background:#0000;border:1.5px solid #33aaff59;border-radius:8px;color:var(--accent);cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:1px;padding:7px 14px;transition:border-color .2s,background .2s}.btn-ghost:hover{background:#33aaff14;border-color:var(--accent)}.card{background:var(--surface);border:1px solid #33aaff26;border-radius:var(--radius-card);padding:28px 24px}.hero-section{align-items:center;display:flex;min-height:100vh;padding:100px 0 80px}.hero-inner{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:1fr 1fr}.hero-left{display:flex;flex-direction:column;gap:20px}.hero-logo-row{align-items:center;display:flex;gap:16px}.hero-logo-row img{height:56px;object-fit:contain;width:56px}.hero-desc{color:var(--text-secondary);font-size:17px;font-weight:600;line-height:1.65;max-width:480px}.hero-right{align-items:center;display:flex;flex-direction:column;gap:28px}.hero-mascot{height:200px;object-fit:contain;width:200px}.htp-opener{align-items:center;display:flex;gap:20px;margin-bottom:12px}.htp-opener img{height:120px;object-fit:contain;width:120px}.rules-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-top:36px}.rule-card{background:var(--surface);border-radius:var(--radius-card);display:flex;flex-direction:column;gap:14px;padding:28px 22px;transition:transform .25s}.rule-card:hover{transform:translateY(-4px)}.rule-badge{align-items:center;border-radius:10px;display:flex;flex-shrink:0;font-size:13px;font-weight:900;height:38px;justify-content:center;letter-spacing:1px;width:38px}.rule-title{color:var(--text-primary);font-size:17px;font-weight:900}.rule-body{color:var(--text-secondary);font-size:15px;font-weight:600;line-height:1.6}.modes-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-top:40px}.mode-card{background:var(--surface);border-radius:var(--radius-card);display:flex;flex-direction:column;gap:16px;padding:32px 28px;transition:transform .25s}.mode-card:hover{transform:translateY(-4px)}.mode-chip{align-items:center;border-radius:8px;display:inline-flex;font-size:13px;font-weight:700;gap:8px;letter-spacing:2px;padding:6px 12px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.mode-chip img{height:18px;object-fit:contain;width:18px}.mode-title{color:var(--text-primary);font-size:26px;font-weight:900}.mode-features{display:flex;flex-direction:column;gap:8px;margin-top:4px}.mode-feature{align-items:flex-start;color:var(--text-secondary);display:flex;font-size:15px;font-weight:600;gap:8px;line-height:1.5}.mode-feature:before{content:"·";flex-shrink:0;font-size:18px;font-weight:900;line-height:1.3}.features-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-top:40px}.feature-tile{background:var(--surface);border-left:3px solid var(--accent);border-radius:var(--radius-card);display:flex;flex-direction:column;gap:10px;padding:24px 20px;transition:transform .25s}.feature-tile:hover{transform:translateY(-4px)}.feature-icon{filter:brightness(0) saturate(100%) invert(60%) sepia(90%) saturate(500%) hue-rotate(185deg) brightness(110%);height:28px;object-fit:contain;width:28px}.feature-title{color:var(--text-primary);font-size:16px;font-weight:900}.feature-body{color:var(--text-secondary);font-size:14px;font-weight:600;line-height:1.55}.medals-header{align-items:flex-start;display:flex;gap:20px;justify-content:space-between}.medals-header img{flex-shrink:0;height:120px;object-fit:contain;width:120px}.medals-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-top:40px}.medal-card{align-items:center;background:var(--surface);border-radius:var(--radius-card);display:flex;flex-direction:column;gap:12px;padding:32px 20px;text-align:center;transition:transform .3s}.medal-card.entered{animation:scaleIn .6s cubic-bezier(.34,1.56,.64,1) both}.medal-image{height:80px;object-fit:contain;width:80px}.medal-image.entered{animation:medalBounce .7s cubic-bezier(.34,1.56,.64,1) both}.medal-name{font-size:20px;font-weight:900}.medal-condition{color:var(--text-secondary);font-size:14px;font-weight:600;line-height:1.5}.mood-strip-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:32px 0 16px;scroll-snap-type:x mandatory;scrollbar-width:none;text-align:center}.mood-strip-wrapper::-webkit-scrollbar{display:none}.mood-strip{display:inline-flex;gap:16px;padding:8px clamp(16px,4vw,24px)}.mood-item{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080e1cb3;border:1px solid #33aaff1f;border-radius:20px;cursor:default;display:flex;flex-direction:column;flex-shrink:0;gap:14px;min-width:140px;padding:24px 20px 18px;scroll-snap-align:center;transition:border-color .25s,transform .25s,box-shadow .25s}.mood-item:hover{border-color:#3af6;box-shadow:0 16px 40px #0006,0 0 20px #33aaff14;transform:translateY(-6px)}.mood-item img{filter:drop-shadow(0 4px 12px rgba(0,0,0,.4));height:80px;object-fit:contain;transition:transform .25s;width:80px}.mood-item:hover img{transform:scale(1.08)}.mood-label{color:var(--text-secondary);font-size:12px;font-weight:700;letter-spacing:.3px;line-height:1.5;text-align:center}.mood-label strong{color:var(--text-primary);display:block;font-size:13px;margin-bottom:2px}.cta-section{padding:100px 0;text-align:center}.cta-mascot{height:160px;margin:0 auto 32px;object-fit:contain;width:160px}.cta-headline{color:var(--text-primary);font-size:clamp(36px,5vw,56px);font-weight:900;margin-bottom:12px}.cta-sub{color:var(--text-secondary);font-size:18px;font-weight:600;margin-bottom:32px}.footer{background:var(--surface);border-top:1px solid #33aaff1f;padding:40px 0}.footer-inner{flex-wrap:wrap;gap:20px;justify-content:space-between}.footer-brand,.footer-inner{align-items:center;display:flex}.footer-brand{gap:10px}.footer-brand img{height:32px;object-fit:contain;width:32px}.footer-brand-name{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#3af,#b5f,#f39);-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:900;letter-spacing:4px}.footer-tagline{color:var(--text-secondary);font-size:12px;font-weight:600;letter-spacing:1px}.footer-links{align-items:center;display:flex;flex-wrap:wrap;gap:24px}.footer-links a{color:var(--text-secondary);font-size:13px;font-weight:700;transition:color .2s}.footer-links a:hover{color:var(--accent);text-decoration:none}.footer-copy{border-top:1px solid #ffffff0d;color:var(--text-secondary);font-size:12px;font-weight:600;margin-top:16px;padding-top:16px;text-align:center;width:100%}.grid-demo{align-items:center;display:flex;flex-direction:column;gap:12px}.grid-demo-label{color:var(--text-secondary);font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.grid-board{--cell-size:min(52px,calc(20vw - 12.8px));grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(5,var(--cell-size));grid-template-rows:repeat(5,var(--cell-size));max-width:100%}.grid-cell{-webkit-tap-highlight-color:transparent;align-items:center;border:2px solid #0000;border-radius:10px;cursor:pointer;display:flex;font-size:clamp(14px,3.5vw,18px);font-weight:800;height:var(--cell-size);justify-content:center;position:relative;touch-action:manipulation;transition:border-color .15s,box-shadow .15s,transform .1s;-webkit-user-select:none;user-select:none;width:var(--cell-size)}.grid-cell:active{transform:scale(.92)}.grid-cell.ripple-preview{border-color:currentColor;box-shadow:0 0 8px currentColor}.grid-cell.ripple-flash{animation:rippleFlash .35s ease-out}@keyframes rippleFlash{0%{filter:brightness(1)}40%{filter:brightness(2.5)}to{filter:brightness(1)}}.grid-demo-controls{align-items:center;display:flex;gap:8px}.grid-solved-msg{color:var(--neon-green);font-size:13px;font-weight:800;letter-spacing:1px;text-align:center}.legal-page{min-height:100vh;padding:80px 0}.legal-back{align-items:center;color:var(--text-secondary);display:inline-flex;font-size:14px;font-weight:700;gap:6px;margin-bottom:40px;transition:color .2s}.legal-back:hover{color:var(--accent);text-decoration:none}.legal-title{color:var(--text-primary);font-size:clamp(28px,7vw,40px);font-weight:900;margin-bottom:8px}.legal-date{color:var(--text-secondary);font-size:14px;font-weight:600;margin-bottom:40px}.legal-body{background:var(--surface);border:1px solid #33aaff1a;border-radius:var(--radius-card);display:flex;flex-direction:column;gap:28px;padding:40px}.legal-section-title{color:var(--text-primary);font-size:17px;font-weight:900;margin-bottom:8px}.legal-text{color:var(--text-secondary);font-size:15px;font-weight:600;line-height:1.7}.legal-lead{border-bottom:1px solid #ffffff0f;color:var(--text-primary);font-size:17px;font-weight:700;line-height:1.6;padding-bottom:8px}@media (max-width:1024px){.hero-inner{gap:40px}.features-grid{grid-template-columns:repeat(2,1fr)}.hero-mascot{height:160px;width:160px}}@media (max-width:768px){.section{padding:var(--section-pad-mobile) 0}.hero-section{min-height:auto;padding:72px 0 56px}.hero-inner{gap:36px;grid-template-columns:1fr;text-align:center}.hero-left{align-items:center}.hero-logo-row{justify-content:center}.hero-desc{max-width:100%;text-align:center}.hero-left .store-badges{justify-content:center}.hero-mascot{height:140px;width:140px}.htp-opener{align-items:center;flex-direction:column;text-align:center}.modes-grid,.rules-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:1fr 1fr}.medals-grid{grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:360px}.medals-header{align-items:center;flex-direction:column-reverse;text-align:center}.medals-header img{display:none}.mode-card{padding:28px 22px}.mode-title{font-size:22px}.cta-section{padding:64px 0}.cta-section .store-badges{justify-content:center}.cta-mascot{height:120px;margin-bottom:24px;width:120px}.footer-inner{align-items:center;flex-direction:column;text-align:center}.footer-links{justify-content:center}.footer-copy{text-align:center}.legal-page{padding:56px 0}.legal-back{margin-bottom:28px}}@media (max-width:480px){.wordmark{letter-spacing:4px}.tagline{font-size:14px;letter-spacing:2px}.section-headline{font-size:clamp(24px,7vw,32px)}.section-sub{font-size:15px}.hero-section{padding:64px 0 48px}.hero-inner{gap:28px}.hero-logo-row img{height:48px;width:48px}.features-grid{grid-template-columns:1fr}.card,.rule-card{padding:22px 18px}.feature-tile{padding:20px 16px}.htp-opener img{height:80px;width:80px}.store-badge-link img{height:44px}.mood-item{gap:10px;min-width:120px;padding:20px 16px 14px}.mood-item img{height:64px;width:64px}.mood-label{font-size:11px}.mood-label strong{font-size:12px}.cta-headline{font-size:clamp(28px,8vw,40px)}.cta-sub{font-size:16px;margin-bottom:24px}.legal-body{padding:24px 18px}.legal-date{margin-bottom:28px}}@media (prefers-reduced-motion:reduce){.float-anim,.glow-pulse{animation:none!important}.reveal{opacity:1!important;transform:none!important;transition:none!important}.grid-cell.ripple-flash,.medal-card.entered,.medal-image.entered{animation:none!important}}
/*# sourceMappingURL=main.2dbca375.css.map*/