:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:#20242a;background:#fffdfa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--ink: #20242a;--muted: #65717c;--line: #e7e0d5;--paper: #fffdfa;--sun: #ffcf32;--sun-soft: #fff2a8;--orange: #ff7a1a;--mint: #dcf8e8;--sky: #dceeff;--coral: #ffe0d3;--leaf: #1c9d72;--blue: #2d73d9;--shadow: 0 18px 55px rgba(44, 36, 24, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:radial-gradient(circle at 16% 20%,rgba(255,207,50,.18),transparent 26rem),linear-gradient(180deg,#fffdfa,#fffdfa 45%,#f5fbff)}body,button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}button{border:0}.site-header{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:1.2rem;min-height:78px;padding:0 4.5vw;border-bottom:1px solid rgba(32,36,42,.08);background:#fffdfadb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.brand,.footer-brand{display:inline-flex;align-items:center;gap:.8rem}.brand-mark{display:inline-grid;place-items:center;width:44px;height:44px;border:2px solid #20242a;border-radius:12px;background:var(--sun);box-shadow:4px 4px #20242a;color:#20242a;font-weight:900;line-height:1}.brand strong,.footer-brand strong{display:block;font-size:1rem}.brand small{display:block;margin-top:.1rem;color:var(--muted);font-size:.73rem}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:.35rem}.desktop-nav a,.mobile-nav a{border-radius:999px;padding:.65rem .95rem;color:#3d4650;font-weight:700;font-size:.95rem}.desktop-nav a.active,.desktop-nav a:hover,.mobile-nav a.active{background:#20242a;color:#fff}.store-button,.primary-cta,.secondary-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:46px;border-radius:999px;font-weight:800;white-space:nowrap}.store-button{padding:0 1rem;background:var(--sun);border:2px solid #20242a;box-shadow:3px 3px #20242a}.menu-button{display:none;place-items:center;width:46px;height:46px;border-radius:999px;background:#20242a;color:#fff;cursor:pointer}.mobile-nav{position:absolute;inset:78px 1rem auto 1rem;display:grid;gap:.45rem;padding:1rem;border:1px solid var(--line);border-radius:18px;background:#fffdfa;box-shadow:var(--shadow)}.home-hero{min-height:calc(100vh - 78px);display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);align-items:center;gap:2.5rem;padding:4rem 5vw 5.5rem;background:linear-gradient(110deg,rgba(255,207,50,.3),transparent 45%),linear-gradient(180deg,#fffdfa,#fff7db);overflow:hidden}.home-hero-copy{max-width:720px;position:relative;z-index:2}.eyebrow{margin:0 0 .9rem;color:var(--orange);font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:anywhere}h1,h2,h3{margin:0;color:var(--ink);line-height:1.05;letter-spacing:0}h1{font-size:5.4rem;font-weight:950}h2{font-size:3.3rem;font-weight:930}h3{font-size:1.32rem;font-weight:900}p{margin:0;color:var(--muted);line-height:1.8;font-size:1.04rem}.home-hero-copy>p,.hero-copy>p,.section-heading>p,.split-feature p,.about-story p,.app-dashboard p,.contact-card p{margin-top:1.25rem;max-width:680px}.cta-row{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.primary-cta,.secondary-cta{padding:0 1.25rem}.primary-cta{background:#20242a;color:#fff;box-shadow:4px 4px 0 var(--sun)}.secondary-cta{border:2px solid #20242a;background:#fff;color:#20242a;box-shadow:4px 4px #20242a1f}.secondary-cta.dark{background:#20242a;color:#fff;box-shadow:4px 4px 0 var(--sun)}.home-hero-media{position:relative;display:block;width:100%;min-height:670px;padding:0;border:0;border-radius:42px;background:linear-gradient(160deg,#ffcf32e6,#ff7a1a85),#ffcf32;overflow:hidden;box-shadow:var(--shadow);cursor:zoom-in}.home-hero-media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.home-hero-media:focus-visible{outline:4px solid var(--blue);outline-offset:6px}.hero-video-action{position:absolute;right:1rem;bottom:1rem;z-index:2;display:inline-grid;place-items:center;width:50px;height:50px;border:2px solid rgba(32,36,42,.9);border-radius:999px;background:#fffdfaeb;color:#20242a;box-shadow:3px 3px #20242ae6}.video-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:4vw}.video-lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#101215d1;cursor:zoom-out}.video-lightbox-panel{position:relative;z-index:1;width:min(1180px,100%);aspect-ratio:16 / 9;background:#08090b;box-shadow:0 28px 90px #00000073}.video-lightbox-panel video{width:100%;height:100%;object-fit:contain}.video-lightbox-close{position:absolute;top:-18px;right:-18px;z-index:2;display:inline-grid;place-items:center;width:48px;height:48px;border:2px solid #20242a;border-radius:999px;background:#fffdfa;color:#20242a;box-shadow:3px 3px 0 var(--sun);cursor:pointer}.video-lightbox-close:focus-visible{outline:4px solid var(--sun);outline-offset:4px}.trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:#20242a1f;border-top:1px solid rgba(32,36,42,.12);border-bottom:1px solid rgba(32,36,42,.12)}.trust-item{min-height:210px;padding:2rem;background:#fffdfa}.trust-item svg{color:var(--blue)}.trust-item h3{margin-top:1rem;font-size:1.2rem}.trust-item p{margin-top:.75rem;font-size:.96rem}.section-block,.feature-grid-section,.character-section,.video-section,.spec-section,.channel-grid-section{padding:6.5rem 5vw}.section-heading{max-width:820px;margin-bottom:2.5rem}.section-heading.center{margin-left:auto;margin-right:auto;text-align:center}.age-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.age-card,.feature-card,.video-card,.app-feature-grid article,.channel-grid article,.values-grid article{border:1px solid rgba(32,36,42,.1);border-radius:8px;background:#fff;box-shadow:0 12px 35px #20242a14}.age-card{min-height:610px;padding:1.3rem;overflow:hidden}.age-card.mint{background:linear-gradient(180deg,var(--mint),#fff 70%)}.age-card.sky{background:linear-gradient(180deg,var(--sky),#fff 70%)}.age-card.coral{background:linear-gradient(180deg,var(--coral),#fff 70%)}.age-card-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#20242a;font-weight:900}.age-icon{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:999px;background:#fff;border:1px solid rgba(32,36,42,.12)}.age-card img{width:100%;height:270px;object-fit:contain;margin:1.1rem auto}.age-card h3{margin-bottom:.75rem}.age-card p{font-size:.98rem}.muted-text{margin-top:.85rem;color:#4e5965}.split-feature{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:center;gap:3rem;padding:5rem 5vw}.split-feature.blue-band{background:linear-gradient(120deg,#e7f3ff,#fffdfa 72%)}.split-feature.green-band{background:linear-gradient(120deg,#e4f9ef,#fffdfa 72%)}.split-feature img{width:100%;max-height:560px;object-fit:contain}.text-link{display:inline-flex;align-items:center;gap:.25rem;margin-top:1.4rem;color:var(--blue);font-weight:900}.app-teaser{display:grid;grid-template-columns:minmax(280px,.88fr) minmax(360px,1.12fr);align-items:center;gap:2rem;padding:2rem;border-radius:8px;background:linear-gradient(135deg,#fff2a8,#e8f6ff)}.app-teaser img{width:100%;max-height:540px;object-fit:contain}.app-teaser-list{display:grid;gap:.85rem}.mini-feature{display:grid;grid-template-columns:44px 1fr 24px;align-items:center;gap:.85rem;min-height:78px;padding:1rem;border-radius:8px;background:#ffffffc7;border:1px solid rgba(32,36,42,.09)}.mini-feature svg{color:var(--leaf)}.mini-feature strong,.mini-feature small{display:block}.mini-feature small{margin-top:.2rem;color:var(--muted)}.page-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr);min-height:calc(100vh - 78px);align-items:center;gap:3rem;padding:4.5rem 5vw 5rem;background:linear-gradient(135deg,rgba(255,207,50,.24),transparent 48%),linear-gradient(180deg,#fffdfa,#f2f9ff);overflow:hidden}.page-hero-compact{min-height:620px}.hero-copy{position:relative;z-index:2}.hero-copy .primary-cta,.hero-copy .secondary-cta{margin-top:2rem}.hero-product-wrap{position:relative;min-height:620px;border-radius:8px;background:linear-gradient(160deg,#ffcf32eb,#6fcaff5c),#fff2a8;overflow:hidden}.hero-product-wrap:before{content:"";position:absolute;inset:auto 8% 8% 8%;height:26%;border-radius:50%;background:#20242a14;filter:blur(18px)}.hero-product{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:1rem;object-fit:contain;filter:drop-shadow(0 24px 24px rgba(88,56,2,.17))}.feature-grid-section{background:#eef8ff}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.feature-card{overflow:hidden}.feature-card img{width:100%;height:300px;object-fit:contain;background:#fff}.feature-card div{padding:1.2rem}.feature-card svg{color:var(--orange)}.feature-card h3{margin-top:.75rem}.feature-card p{margin-top:.65rem;font-size:.96rem}.play-mode-band{padding:6rem 5vw;background:linear-gradient(120deg,#fffdfa,#e5f9ed 60%,#eaf4ff)}.play-mode-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.play-mode-grid article{position:relative;min-height:410px;overflow:hidden;border-radius:8px;background:#fff;border:1px solid rgba(32,36,42,.1)}.play-mode-grid img{width:100%;height:100%;min-height:410px;object-fit:contain;padding:1rem}.play-mode-grid span{position:absolute;left:1rem;right:1rem;bottom:1rem;display:inline-flex;align-items:center;gap:.45rem;min-height:44px;padding:0 1rem;border-radius:999px;background:#20242ae6;color:#fff;font-weight:900}.character-section{overflow:hidden}.character-marquee{display:flex;gap:1rem;width:max-content;animation:slide 36s linear infinite}.character-marquee img{width:150px;height:150px;object-fit:contain;border:1px solid rgba(32,36,42,.08);border-radius:8px;background:#fff;padding:.75rem}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.video-section{background:#20242a}.video-section h2,.video-section h3,.video-section .eyebrow{color:#fff}.video-section .section-heading p,.video-card p{color:#ffffffb8}.video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.3rem}.video-card{background:#ffffff14;overflow:hidden;border-color:#ffffff26}.video-card video{width:100%;aspect-ratio:16 / 9;object-fit:cover;background:#101317}.video-card div{padding:1.2rem}.video-card p{margin-top:.5rem}.spec-section{background:#fffdfa}.spec-table{border-top:1px solid rgba(32,36,42,.12)}.spec-row{display:grid;grid-template-columns:240px 1fr;gap:1.2rem;padding:1.1rem 0;border-bottom:1px solid rgba(32,36,42,.12)}.spec-row strong{color:var(--ink)}.spec-row span{color:var(--muted);line-height:1.7}.app-dashboard{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(360px,1fr);align-items:center;gap:4rem;padding:6rem 5vw;background:linear-gradient(130deg,#eaf4ff,#fffdfa)}.phone-mock{width:min(360px,100%);min-height:680px;margin:0 auto;padding:1rem;border:10px solid #20242a;border-radius:40px;background:#f7f8f9;box-shadow:var(--shadow)}.phone-top{width:98px;height:8px;margin:0 auto 1rem;border-radius:999px;background:#20242a}.phone-screen{min-height:610px;padding:1.4rem;border-radius:28px;background:linear-gradient(180deg,#fff2a8,#fff 36%),#fff}.phone-screen p{font-size:.92rem}.phone-screen h3{margin:.4rem 0 1rem;font-size:1.75rem}.topic-pill{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin:0 .45rem .6rem 0;padding:0 1rem;border-radius:999px;background:var(--sun);color:#20242a;font-weight:900}.topic-pill.green{background:var(--mint)}.topic-pill.blue{background:var(--sky)}.report-card{margin-top:1.3rem;padding:1rem;border-radius:8px;background:#20242a;color:#fff}.report-card strong,.report-card span{display:block}.report-card span{margin-top:.35rem;color:#ffffffbd;line-height:1.6}.app-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.app-feature-grid article{min-height:310px;padding:1.4rem}.app-feature-grid svg{color:var(--leaf)}.app-feature-grid span{display:block;margin-top:1rem;color:var(--orange);font-weight:900}.app-feature-grid h3{margin-top:.35rem}.app-feature-grid p{margin-top:.8rem;font-size:.96rem}.about-story{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:3rem;align-items:center;padding:6rem 5vw}.about-story img{width:100%;max-height:620px;object-fit:cover;border-radius:8px}.values-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:0 5vw 6rem}.values-grid article{min-height:220px;padding:1.4rem}.values-grid p{margin-top:.8rem}.image-narrative{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1px;background:#20242a1f}.image-narrative img{width:100%;height:520px;object-fit:cover;background:#fff}.support-layout{display:grid;grid-template-columns:300px 1fr;gap:3rem;padding:6rem 5vw}.support-layout aside{position:sticky;top:110px;align-self:start}.support-layout aside p{margin-top:1rem}.faq-list{display:grid;gap:2rem}.faq-list section h2{margin-bottom:1rem;font-size:2rem}details{border-top:1px solid rgba(32,36,42,.12);background:#fffdfa}details:last-child{border-bottom:1px solid rgba(32,36,42,.12)}summary{cursor:pointer;min-height:70px;display:flex;align-items:center;gap:1rem;list-style:none;color:#20242a;font-size:1.1rem;font-weight:900}summary::-webkit-details-marker{display:none}summary:after{content:"+";margin-left:auto;display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#20242a;color:#fff;flex:0 0 34px}details[open] summary:after{content:"-"}details p{padding:0 4rem 1.2rem 0}.compact-spec{padding-top:0}.channel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.channel-grid article{min-height:250px;padding:1.4rem}.channel-grid svg{color:var(--blue)}.channel-grid h3{margin-top:1rem}.channel-grid p{margin-top:.8rem}.contact-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:center;gap:3rem;padding:5rem 5vw;background:linear-gradient(120deg,#fff2a8,#e7f3ff 70%)}.contact-card img{width:100%;max-height:560px;object-fit:contain}.site-footer{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:2rem;padding:3rem 5vw;border-top:1px solid rgba(32,36,42,.1);background:#20242a;color:#fff}.footer-brand p,.footer-note{margin-top:.35rem;color:#ffffffb3;font-size:.92rem}.site-footer .brand-mark{box-shadow:4px 4px #ffffff38}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.9rem;align-content:start}.footer-links a{color:#ffffffc7;font-weight:800}.footer-note{grid-column:1 / -1;border-top:1px solid rgba(255,255,255,.12);padding-top:1rem}@media(max-width:1180px){h1{font-size:4.4rem}h2{font-size:2.8rem}.home-hero,.page-hero{grid-template-columns:1fr}.home-hero-media,.hero-product-wrap{min-height:560px}.feature-grid,.play-mode-grid,.channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:940px){.site-header{grid-template-columns:auto 1fr auto;padding:0 1rem}.desktop-nav,.store-button{display:none}.menu-button{display:grid;justify-self:end}.home-hero,.page-hero,.split-feature,.app-teaser,.app-dashboard,.about-story,.support-layout,.contact-card{grid-template-columns:1fr}.trust-strip,.age-grid,.app-feature-grid,.values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.video-grid{grid-template-columns:1fr}.support-layout aside{position:static}}@media(max-width:680px){.brand small{display:none}.brand-mark{width:40px;height:40px;border-radius:10px}.home-hero,.page-hero,.section-block,.feature-grid-section,.character-section,.video-section,.spec-section,.channel-grid-section,.split-feature,.app-dashboard,.about-story,.support-layout,.contact-card,.play-mode-band{padding-left:1rem;padding-right:1rem}.home-hero,.page-hero{min-height:auto;padding-top:3rem;padding-bottom:3.5rem}h1{font-size:2.45rem;line-height:1.12}h2{font-size:2.15rem;line-height:1.12}h3{font-size:1.16rem}p{font-size:.98rem}.home-hero-media,.hero-product-wrap{min-height:430px;border-radius:8px}.trust-strip,.age-grid,.feature-grid,.play-mode-grid,.app-feature-grid,.values-grid,.channel-grid,.image-narrative{grid-template-columns:1fr}.trust-item{min-height:auto;padding:1.4rem}.age-card{min-height:auto}.age-card img,.feature-card img{height:240px}.app-teaser{padding:1rem}.mini-feature{grid-template-columns:34px 1fr 22px;padding:.85rem}.play-mode-grid article,.play-mode-grid img{min-height:320px}.character-marquee{animation-duration:28s}.character-marquee img{width:112px;height:112px}.spec-row{grid-template-columns:1fr;gap:.35rem}.phone-mock{min-height:auto;border-width:8px}.phone-screen{min-height:520px}.image-narrative img{height:360px}details p{padding-right:0}summary{min-height:64px;font-size:1rem}.site-footer{grid-template-columns:1fr}.footer-links{justify-content:flex-start}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.character-marquee{animation:none;flex-wrap:wrap;width:auto}}
