:root{--ink:#252536;--muted:#6e6c7d;--paper:#fbfaf7;--purple:#554c9b;--purple-dark:#302965;--gold:#e8b86b;--line:#e7e3dc;--card:#fff;--shadow:0 25px 70px rgba(49,41,83,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Microsoft YaHei","PingFang SC",system-ui,sans-serif}a{color:inherit}.nav{height:82px;padding:0 max(5vw,28px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(231,227,220,.8);position:sticky;top:0;z-index:20;background:rgba(251,250,247,.88);backdrop-filter:blur(18px)}.wordmark{display:flex;align-items:center;gap:11px;text-decoration:none}.wordmark img{width:44px;height:44px;border-radius:13px;box-shadow:0 7px 18px rgba(48,41,101,.18)}.wordmark b,.wordmark small{display:block}.wordmark b{font-family:Georgia,serif;font-size:22px;letter-spacing:.5px}.wordmark small{font-size:9px;color:var(--muted);margin-top:3px;letter-spacing:.6px}.nav nav{display:flex;gap:28px}.nav nav a{text-decoration:none;font-size:12px;color:var(--muted)}.nav nav a:hover{color:var(--purple)}
.hero{min-height:650px;padding:85px max(7vw,48px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden;background:radial-gradient(circle at 15% 20%,#fff1cf 0,transparent 30%),radial-gradient(circle at 85% 45%,#d9d5f1 0,transparent 36%)}.eyebrow,.section-title>p{margin:0 0 15px;color:var(--purple);font-weight:800;letter-spacing:3px;font-size:10px}.hero h1{margin:0;font-family:"STKaiti","KaiTi",serif;font-size:clamp(54px,6vw,84px);line-height:1.12;letter-spacing:2px}.hero h1 span{color:var(--purple)}.hero-copy>p:not(.eyebrow){max-width:610px;color:var(--muted);font-size:15px;line-height:1.9;margin:24px 0}.hero-actions{display:flex;gap:11px}.hero-actions a{border-radius:12px;padding:14px 22px;text-decoration:none;font-size:12px;font-weight:800}.hero-actions .primary{background:var(--purple);color:#fff;box-shadow:0 10px 25px rgba(85,76,155,.25)}.hero-actions .secondary{border:1px solid #dcd6cf;background:rgba(255,255,255,.75)}.release-pill{display:flex;align-items:center;gap:8px;margin-top:24px;color:var(--muted);font-size:10px}.release-pill i{width:8px;height:8px;border-radius:50%;background:#59a36a;box-shadow:0 0 0 4px rgba(89,163,106,.12)}.release-pill small{padding-left:8px;border-left:1px solid var(--line)}.hero-art{height:480px;position:relative;display:grid;place-items:center}.orb{width:min(380px,33vw);height:min(380px,33vw);border-radius:38%;display:grid;place-items:center;background:linear-gradient(145deg,#ffe0a9,#bdb6e8 50%,#393375);transform:rotate(-5deg);box-shadow:var(--shadow)}.orb img{width:78%;height:78%;object-fit:cover;border-radius:26%;transform:rotate(5deg);box-shadow:0 20px 45px rgba(30,25,60,.25)}.card{position:absolute;padding:14px 17px;border:1px solid rgba(255,255,255,.8);border-radius:13px;background:rgba(255,255,255,.88);box-shadow:0 14px 35px rgba(45,37,77,.14);backdrop-filter:blur(12px);font-size:11px;font-weight:700}.card-one{left:1%;top:21%}.card-two{right:0;bottom:18%}
.products{padding:95px max(6vw,36px)}.section-title{text-align:center;margin:0 auto 45px}.section-title h2{font-family:"STKaiti","KaiTi",serif;font-size:clamp(36px,4vw,54px);margin:0}.section-title>span{display:block;color:var(--muted);font-size:12px;margin-top:12px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:1180px;margin:auto}.product-card{min-height:390px;padding:32px;border:1px solid var(--line);border-radius:25px;background:#fff;display:grid;grid-template-columns:70px 1fr;gap:22px;box-shadow:0 12px 40px rgba(49,41,83,.06)}.product-card.todo{background:linear-gradient(145deg,#fff,#f2f5ee)}.product-card.dinner{background:linear-gradient(145deg,#fff,#fff4eb)}.product-icon{width:65px;height:65px;border-radius:19px;display:grid;place-items:center;background:#31523f;color:#fff;font-family:"STKaiti",serif;font-size:31px}.dinner .product-icon{background:#b64530}.product-card small{font-size:9px;letter-spacing:2px;color:var(--muted)}.product-card h3{font-family:"STKaiti","KaiTi",serif;font-size:29px;line-height:1.3;margin:8px 0 13px}.product-card p{color:var(--muted);font-size:12px;line-height:1.8}.product-card ul{list-style:none;padding:0;margin:22px 0}.product-card li{padding:8px 0;border-bottom:1px dashed var(--line);font-size:11px}.product-card li:before{content:"✓";color:#5d8b69;margin-right:8px}.product-card a{display:inline-flex;gap:9px;text-decoration:none;color:var(--purple);font-size:11px;font-weight:800}.platforms{margin:20px max(6vw,36px) 100px;padding:45px 50px;border-radius:26px;background:#302965;color:#fff;display:flex;justify-content:space-between;align-items:center}.platforms h2{font-family:"STKaiti",serif;font-size:34px;margin:0}.platforms .eyebrow{color:#e8c98f}.platform-list{display:flex;gap:14px}.platform-list span{min-width:130px;padding:16px;border:1px solid rgba(255,255,255,.15);border-radius:13px;font-weight:700}.platform-list small{display:block;color:#bab5d4;font-size:8px;margin-top:5px}
.download{padding:90px max(6vw,36px);background:#242031;color:#fff}.section-title.light>p{color:#e8c98f}.section-title.light>span{color:#aaa4ba}.download-grid{max-width:1050px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:18px}.download-grid article{padding:28px;border:1px solid rgba(255,255,255,.11);border-radius:20px;background:rgba(255,255,255,.055);display:grid;grid-template-columns:55px 1fr;gap:16px}.os-icon{width:52px;height:52px;border-radius:14px;background:#fff;color:var(--purple-dark);display:grid;place-items:center;font-size:25px}.download-grid small{color:#bbb5c8;font-size:8px;letter-spacing:1.5px}.download-grid h3{font-family:"STKaiti",serif;font-size:26px;margin:5px 0 8px}.download-grid p{color:#b8b2c4;font-size:10px;line-height:1.7;min-height:34px}.download-grid em{display:block;color:#e8c98f;font-style:normal;font-size:9px}.download-button{grid-column:1/-1;margin-top:10px;border-radius:11px;padding:13px 15px;background:#fff;color:var(--purple-dark);text-decoration:none;display:flex;justify-content:space-between;font-size:11px;font-weight:800}.download-button.disabled{opacity:.45;pointer-events:none}.download-note{text-align:center;color:#9f98ad;font-size:9px;margin:25px 0 0}footer{min-height:130px;padding:25px max(5vw,28px);display:flex;align-items:center;gap:35px}footer .wordmark img{width:36px;height:36px;border-radius:10px}footer>div{display:flex;gap:20px;margin-left:auto}footer>div a{text-decoration:none;color:var(--muted);font-size:10px}footer>p{color:var(--muted);font-size:9px}
@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:65px}.hero-art{height:400px}.orb{width:320px;height:320px}.product-grid,.download-grid{grid-template-columns:1fr}.platforms{align-items:flex-start;gap:30px;flex-direction:column}.platform-list{width:100%}.platform-list span{flex:1}.product-card{min-height:0}}
@media(max-width:620px){.nav{height:68px;padding:0 18px}.nav nav a:not(:first-child){display:none}.hero{padding:50px 20px}.hero h1{font-size:49px}.hero-art{height:330px}.orb{width:250px;height:250px}.card{font-size:9px}.products,.download{padding:65px 16px}.product-card{grid-template-columns:1fr;padding:24px}.platforms{margin:10px 16px 65px;padding:30px 22px}.platform-list{flex-direction:column}.platform-list span{width:100%}footer{padding:25px 18px;flex-wrap:wrap}footer>div{order:3;width:100%;margin:0}footer>p{margin-left:auto}}
