:root{--bg:#faf6f1;--bg-deep:#1a1816;--surface:#fff;--text:#1f1a17;--text-muted:#5c534c;--accent:#c45c2a;--accent-soft:#f0d4c4;--border:#1f1a1714;--shadow:0 12px 40px #1a181614;--radius:14px;--font:"PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.app{flex-direction:column;min-height:100vh;display:flex}.main-outlet{flex:1;width:100%}.header{z-index:20;background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;width:100%;max-width:1100px;margin:0 auto;padding:.75rem 1.25rem;display:flex;position:sticky;top:0}a.brand{color:inherit;text-decoration:none}.brand{color:var(--text);letter-spacing:.02em;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:800;display:flex}.brand-mark{background:linear-gradient(145deg, #3d3530, var(--bg-deep));color:#f5e6d8;border-radius:10px;place-items:center;width:36px;height:36px;font-size:1.1rem;display:grid;box-shadow:0 4px 12px #0000001f}.nav{align-items:center;gap:1.25rem;font-size:.95rem;display:flex}.nav a{color:var(--text-muted);font-weight:500;text-decoration:none}.nav a:hover{color:var(--text);text-decoration:none}.nav-cta{background:var(--bg-deep);border-radius:999px;padding:.45rem .9rem;font-weight:600;color:#faf6f1!important}.nav-cta:hover{opacity:.92;color:#fff!important}@media (width<=640px){.nav a:not(.nav-cta){display:none}}.hero{width:100%;max-width:1100px;margin:0 auto;padding:3.5rem 1.25rem 4rem;position:relative}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:2.5rem;display:grid}@media (width<=900px){.hero-grid{grid-template-columns:1fr}}.hero-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.8rem;font-weight:600;display:inline-block}.hero h1{color:var(--text);margin:0 0 1rem;font-size:clamp(1.85rem,4vw,2.5rem);font-weight:800;line-height:1.2}.hero-lead{color:var(--text-muted);max-width:36ch;margin:0 0 1.75rem;font-size:1.05rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.35rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:transform .12s,box-shadow .12s;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{background:var(--bg-deep);color:#faf6f1;box-shadow:0 6px 20px #1a181633}.btn-primary:hover{box-shadow:0 8px 28px #1a181640}.btn-ghost{background:var(--surface);color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow)}.btn-ghost:hover{border-color:color-mix(in srgb, var(--accent) 35%, var(--border))}.phone-showcase{justify-content:center;align-items:center;padding:.5rem 0;display:flex}.phone-bezel{aspect-ratio:9/18.5;background:linear-gradient(160deg, #3a332e 0%, var(--bg-deep) 55%, #151210 100%);width:min(100%,300px);box-shadow:var(--shadow), 0 0 0 1px #ffffff0f inset;border-radius:36px;padding:10px;position:relative}.phone-notch{z-index:1;background:#0d0b0a;border-radius:20px;width:88px;height:26px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.phone-screen{color:#e8e0d8;background:linear-gradient(#1e1a18 0%,#12100e 100%);border-radius:28px;flex-direction:column;height:100%;padding:2.25rem 1rem 1rem;display:flex}.phone-status{opacity:.55;text-align:center;margin-bottom:.5rem;font-size:.7rem}.phone-title{text-align:center;color:#e8e0d8f2;margin:0;font-size:.95rem;font-weight:700}.phone-price{letter-spacing:.04em;text-align:center;color:#e8a87c;margin:.4rem 0 .75rem;font-size:1.35rem;font-weight:600}.phone-chart{border-top:1px solid #ffffff0f;flex:1;justify-content:space-between;align-items:flex-end;gap:4px;min-height:120px;margin-top:auto;padding:.5rem .15rem 0;display:flex}.phone-bar{opacity:.92;background:linear-gradient(#e8a87c,#914824);border-radius:3px 3px 0 0;flex:1;min-height:12%;max-height:100%}.phone-caption{text-align:center;color:#e8e0d873;margin:.75rem 0 0;font-size:.68rem}.section{width:100%;max-width:1100px;margin:0 auto;padding:3rem 1.25rem}.section-dark{background:var(--bg-deep);color:#e8e0d8;max-width:none;padding:3rem 1.25rem}.section-dark .section-inner{max-width:1100px;margin:0 auto;padding:0 1.25rem}.section h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:800}.section .sub{color:var(--text-muted);margin:0 0 2rem;font-size:.95rem}.section-dark h2{color:#faf6f1}.section-dark .sub{color:#e8e0d8a6}.feature-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (width<=800px){.feature-grid{grid-template-columns:1fr}}.feature-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);padding:1.35rem}.feature-card h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.feature-card p{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.65}.feature-ico{background:var(--accent-soft);width:40px;height:40px;color:var(--accent);border-radius:10px;place-items:center;margin-bottom:.75rem;font-size:1.25rem;display:grid}.compliance{color:var(--text-muted);max-width:46ch;margin:2rem 0 0;font-size:.88rem;line-height:1.65}.compliance a{color:var(--accent);font-weight:600;text-decoration:none}.compliance a:hover{text-decoration:underline}.download-primary{margin-bottom:1rem}.store-hint{color:#e8e0d899;max-width:40rem;margin-top:0;margin-bottom:1.25rem;font-size:.85rem;line-height:1.6}.store-list{gap:.65rem;max-width:28rem;margin:0;padding:0;list-style:none;display:grid}.store-list-item{background:#ffffff0f;border:1px solid #ffffff14;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.7rem 1rem;font-size:.92rem;display:flex}.store-list-item--off{color:#e8e0d8bf}.store-soon{color:#e8e0d873;white-space:nowrap;font-size:.78rem;font-weight:600}.store-link{width:100%;font-weight:600;text-decoration:none;color:#faf6f1!important}.store-link:hover{text-decoration:underline}.footer{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);margin-top:auto;padding:2rem 1.25rem;font-size:.85rem}.footer a{color:var(--text-muted)}.footer a:hover{color:var(--text)}.footer-domain{color:var(--text);margin-bottom:.35rem;font-size:.95rem;font-weight:600;display:block}.footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin:.75rem 0 .5rem;display:flex}.footer-links a{color:var(--text);font-weight:600;text-decoration:none}.footer-links a:hover{color:var(--accent);text-decoration:underline}.footer-sep{opacity:.35;-webkit-user-select:none;user-select:none}.footer-icp{margin:.25rem 0 0;font-size:.82rem}.footer-icp a{color:var(--text-muted)}.footer-copy{margin:.5rem 0 0}.legal{max-width:720px;color:var(--text);margin:0 auto;padding:1.5rem 1.25rem 3.5rem}.legal-back{margin:0 0 1.5rem}.legal-back a{color:var(--text-muted);font-size:.95rem;font-weight:600;text-decoration:none}.legal-back a:hover{color:var(--accent)}.legal h1{margin:0 0 .75rem;font-size:clamp(1.35rem,3.5vw,1.75rem);font-weight:800;line-height:1.25}.legal-meta{color:var(--text-muted);margin:0 0 1.5rem;font-size:.85rem}.legal h2{margin:2rem 0 .65rem;font-size:1.05rem;font-weight:800}.legal p,.legal li{color:var(--text-muted);font-size:.95rem;line-height:1.75}.legal ol{margin:.5rem 0 0;padding-left:1.25rem}.legal li{margin-bottom:.6rem}
