:root{--bg: #efe7da;--card: #fff8ec;--cream: #f6eedf;--primary: #7c5cfc;--primary-dark: #5b3fe0;--teal: #17b8a6;--red: #ff6b57;--yellow: #ffc531;--orange: #f79a3e;--text: #3d3358;--dark: #2a2340;--muted: #8b7fa8;--border: #e6def9;--num-bg: #ffebcf;--num-border: #f3dcb4;--shadow-soft: rgba(61, 51, 88, .08);--shadow-med: rgba(61, 51, 88, .12)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Baloo 2",system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.65}a{color:var(--primary)}.container{max-width:960px;margin:0 auto;padding:0 1.25rem}.site-header{position:sticky;top:0;z-index:10;background:#fff8eceb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--dark);font-weight:800;font-size:1.2rem}.brand img{width:36px;height:36px;border-radius:9px;box-shadow:0 2px 6px var(--shadow-soft)}.site-nav{display:flex;gap:1.25rem}.site-nav a{text-decoration:none;color:var(--muted);font-weight:600;font-size:.95rem;transition:color .15s ease}.site-nav a:hover,.site-nav a.active{color:var(--primary)}.hero{text-align:center;padding:4.5rem 0 3.5rem}.hero-icon{width:108px;height:108px;border-radius:26px;box-shadow:0 10px 30px var(--shadow-med);margin-bottom:1.5rem}.hero h1{font-size:clamp(2.2rem,6vw,3.4rem);font-weight:800;color:var(--dark);line-height:1.15}.hero h1 .accent{color:var(--primary)}.hero p.tagline{max-width:560px;margin:1rem auto 2rem;font-size:1.15rem;color:var(--muted);font-weight:500}.store-badges{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap}.badge-link{display:inline-flex;border-radius:12px;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 14px var(--shadow-med)}.badge-link:hover{transform:translateY(-2px);box-shadow:0 8px 20px var(--shadow-med)}.badge-link img{height:54px;width:auto;display:block}.web-badge{align-items:center;gap:.6rem;height:54px;padding:0 1rem;background:var(--dark);color:#fff}.web-badge-emoji{font-size:1.5rem;line-height:1}.web-badge-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.web-badge-text small{font-size:.7rem;color:#e6def9}.web-badge-text strong{font-size:1.1rem;font-weight:700}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.25rem;padding-bottom:4rem}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:1.6rem 1.4rem;box-shadow:0 4px 14px var(--shadow-soft)}.feature-card .emoji{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;font-size:1.5rem;margin-bottom:.9rem}.feature-card h3{font-size:1.1rem;font-weight:700;color:var(--dark);margin-bottom:.35rem}.feature-card p{font-size:.95rem;color:var(--muted);font-weight:500}.difficulty-strip{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;padding-bottom:4.5rem}.diff-pill{padding:.45rem 1.1rem;border-radius:999px;color:#fff;font-weight:700;font-size:.92rem;box-shadow:0 3px 10px var(--shadow-soft)}.legal-page{padding:3rem 0 4rem}.legal-card{background:var(--card);border:1px solid var(--border);border-radius:24px;padding:clamp(1.6rem,5vw,3rem);box-shadow:0 6px 20px var(--shadow-soft)}.legal-card h1{font-size:clamp(1.7rem,4.5vw,2.3rem);font-weight:800;color:var(--dark);margin-bottom:.25rem}.legal-card .effective-date{color:var(--muted);font-weight:600;font-size:.95rem;margin-bottom:1.75rem}.legal-card h2{font-size:1.25rem;font-weight:700;color:var(--dark);margin:1.9rem 0 .5rem}.legal-card p,.legal-card li{font-size:1rem;color:var(--text);font-weight:500}.legal-card p+p{margin-top:.6rem}.legal-card ul{padding-left:1.4rem;margin:.5rem 0}.legal-card li{margin-bottom:.35rem}.callout{background:var(--num-bg);border:1px solid var(--num-border);border-radius:14px;padding:.9rem 1.1rem;margin:1rem 0;font-weight:600}.site-footer{border-top:1px solid var(--border);background:var(--cream);padding:2rem 0}.site-footer .container{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-footer p{color:var(--muted);font-size:.9rem;font-weight:500}.footer-links{display:flex;gap:1.25rem}.footer-links a{color:var(--muted);text-decoration:none;font-weight:600;font-size:.9rem}.footer-links a:hover{color:var(--primary)}@media(max-width:560px){.site-nav{gap:.85rem}.site-nav a{font-size:.85rem}}
