:root{--canvas:#e8efee;--surface:#f8faf8;--surface-strong:#fff;--ink:#123b42;--muted:#53696b;--line:#c8d4d2;--line-strong:#91a6a4;--accent:#b8431b;--accent-ink:#fff;--audio:#101412;--audio-ink:#f0ebe2;--selection:#f6ded4;--focus:#167887;--danger:#a62f24;--shadow:0 18px 55px #123b4214;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--content:1480px;font-synthesis:none;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,Arial,sans-serif}:root[data-theme=dark]{--canvas:#0d0e0d;--surface:#151817;--surface-strong:#1b1f1d;--ink:#f0ebe2;--muted:#9faeaa;--line:#323a37;--line-strong:#59645f;--accent:#d17142;--accent-ink:#0d0e0d;--audio:#080a09;--audio-ink:#f0ebe2;--selection:#43271d;--focus:#e18a5f;--danger:#f09286;--shadow:0 24px 70px #00000047}*{box-sizing:border-box}html{background:var(--canvas);color:var(--ink);scroll-behavior:smooth;text-rendering:optimizelegibility}body{background:var(--canvas);min-width:320px;min-height:100vh;margin:0}button,input,select{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{border:0}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--focus);outline-offset:3px}::selection{background:var(--selection);color:var(--ink)}.brand-lockup{white-space:nowrap;align-items:center;gap:11px;display:inline-flex}.brand-mark{width:42px;height:42px;color:var(--ink);flex:none}.brand-name{letter-spacing:-.035em;font-size:27px;font-weight:720}.brand-cn{margin-left:3px;font-size:17px;font-weight:650}.theme-toggle{min-height:42px;color:var(--ink);cursor:pointer;background:0 0;align-items:center;gap:8px;padding:6px 0;display:inline-flex}.theme-glyph{text-align:center;width:25px;font-size:22px;line-height:1}.button-primary,.button-secondary,.button-quiet{border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;min-height:50px;padding:0 24px;font-weight:700;transition:transform .16s,background-color .16s,border-color .16s;display:inline-flex}.button-primary{background:var(--accent);color:var(--accent-ink)}.button-secondary{border:1px solid var(--ink);color:var(--ink);background:0 0}.button-quiet{color:var(--muted);background:0 0}@media (hover:hover){.button-primary:hover,.button-secondary:hover,.button-quiet:hover{transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.landing{overflow:clip}.landing-header{width:min(calc(100% - 72px), var(--content));justify-content:space-between;align-items:center;height:92px;margin:0 auto;display:flex}.landing-header nav{align-items:center;gap:38px;font-weight:650;display:flex}.header-cta{min-height:48px}.landing-hero{width:min(calc(100% - 72px), var(--content));grid-template-columns:minmax(380px,.78fr) minmax(620px,1.22fr);align-items:center;gap:clamp(48px,6vw,100px);min-height:calc(100vh - 92px);margin:0 auto;padding:70px 0 110px;display:grid}.eyebrow{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:13px;font-weight:800}.hero-copy h1{letter-spacing:-.065em;max-width:620px;margin:0;font-size:clamp(56px,5.2vw,88px);font-weight:780;line-height:1.04}.hero-lede{color:var(--ink);margin:34px 0 0;font-size:clamp(20px,1.6vw,27px);line-height:1.75}.hero-actions{gap:18px;margin-top:48px;display:flex}.hero-actions a{min-width:190px;font-size:18px}.hero-boundary{color:var(--muted);margin:22px 0 0;font-size:13px}.hero-demo{border:1px solid var(--line);border-radius:var(--radius-lg);background:color-mix(in srgb, var(--surface) 94%, transparent);box-shadow:var(--shadow);position:relative;overflow:hidden}.demo-disclaimer{color:var(--muted);text-align:right;margin:18px 22px 6px;font-size:13px}.demo-stepper{grid-template-columns:repeat(4,1fr);gap:12px;padding:16px 20px 20px;display:grid}.demo-stepper button{color:var(--muted);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:10px;padding:0;display:flex}.demo-stepper button:not(:last-child):after{background:var(--line);content:"";width:100%;height:1px}.demo-stepper b{border:1px solid var(--line-strong);border-radius:50%;flex:none;place-items:center;width:30px;height:30px;display:grid}.demo-stepper span{white-space:nowrap}.demo-stepper .is-current{color:var(--ink)}.demo-stepper .is-current b{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.demo-player{border-radius:var(--radius-md);background:var(--audio);min-height:120px;color:var(--audio-ink);grid-template-columns:auto 1fr auto;align-items:center;gap:20px;margin:0 20px;padding:0 22px;display:grid}.demo-play{border:2px solid color-mix(in srgb, var(--audio-ink) 45%, transparent);width:54px;height:54px;color:inherit;cursor:pointer;background:0 0;border-radius:50%;place-items:center;display:grid}.demo-wave{justify-content:space-between;align-items:center;gap:2px;height:60px;display:flex;overflow:hidden}.demo-wave i{background:currentColor;border-radius:2px;width:2px;min-height:4px;display:block}.demo-wave.is-active i:nth-child(-n+39){background:var(--accent)}.demo-player time,.proof-lines time{font-variant-numeric:tabular-nums;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.hero-demo blockquote{border:1px solid var(--line);border-radius:var(--radius-md);margin:28px 20px 18px;padding:19px 22px;font-family:Georgia,Times New Roman,serif;font-size:clamp(18px,1.45vw,25px);line-height:1.5}.hero-demo mark{background:var(--selection);color:inherit}.demo-proof{border:1px solid var(--line);border-radius:var(--radius-md);grid-template-columns:.72fr 1.28fr;min-height:146px;margin:0 20px 20px;display:grid}.demo-proof>div{padding:20px}.demo-proof small,.demo-compare small{color:var(--muted);margin-bottom:12px;font-size:12px;display:block}.demo-proof strong{font-size:16px;line-height:1.55}.demo-compare{border-left:1px solid var(--line);grid-template-columns:1fr auto 1fr;gap:14px;display:grid}.demo-compare p{margin:0;font-size:14px;line-height:1.65}.demo-compare span{color:var(--accent);align-self:center;font-size:24px}.demo-footer{border-top:1px solid var(--line);min-height:64px;color:var(--muted);justify-content:space-between;align-items:center;padding:0 20px;font-size:13px;display:flex}.demo-footer button{color:var(--ink);cursor:pointer;background:0 0;padding:10px 0;font-weight:700}.method-section,.proof-section,.privacy-section{width:min(100% - 72px,1280px);margin:0 auto;padding:150px 0}.section-intro{max-width:740px}.section-intro h2,.night-copy h2,.privacy-section h2{letter-spacing:-.05em;margin:0;font-size:clamp(38px,4vw,62px);line-height:1.12}.method-spine{border-top:1px solid var(--line-strong);grid-template-columns:repeat(4,1fr);margin:80px 0 0;padding:0;list-style:none;display:grid}.method-spine li{min-height:250px;padding:36px 32px 20px 0;position:relative}.method-spine li:not(:last-child){border-right:1px solid var(--line)}.method-spine li:not(:first-child){padding-left:32px}.method-spine span{color:var(--accent);font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.method-spine h3{margin:56px 0 14px;font-size:23px}.method-spine p{color:var(--muted);margin:0;line-height:1.75}.night-section{color:#f0ebe2;background:#0d0e0d;grid-template-columns:.75fr 1.25fr;align-items:center;gap:clamp(50px,7vw,130px);min-height:760px;padding:100px max(36px,50vw - 640px);display:grid}.night-copy{max-width:490px}.night-copy p:not(.eyebrow){color:#9faeaa;margin:30px 0;font-size:18px;line-height:1.8}.night-copy dl{margin-top:46px}.night-copy dl div{border-top:1px solid #323a37;grid-template-columns:90px 1fr;padding:16px 0;display:grid}.night-copy dt{color:#d17142;font-weight:750}.night-copy dd{color:#9faeaa;margin:0}.night-recorder{background:#151817;border:1px solid #323a37;padding:38px;position:relative}.night-recorder p{color:#9faeaa;letter-spacing:.14em;align-items:center;gap:10px;margin:0 0 110px;font:12px ui-monospace,SFMono-Regular,Consolas,monospace;display:flex}.night-recorder p span{background:#d17142;border-radius:50%;width:8px;height:8px}.night-recorder .demo-wave{color:#f0ebe2;height:150px}.night-recorder strong{color:#f0ebe2;letter-spacing:-.04em;text-align:center;margin-top:80px;font:68px ui-monospace,SFMono-Regular,Consolas,monospace;display:block}.night-recorder small{color:#9faeaa;text-align:center;margin-top:24px;display:block}.proof-section{grid-template-columns:.85fr 1.15fr;gap:100px;display:grid}.proof-lines article{border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line);padding:30px 0}.proof-lines time{color:var(--muted);font-size:13px}.proof-lines p{margin:18px 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(22px,2.1vw,32px);line-height:1.5}.proof-lines small{color:var(--muted)}.proof-lines .after{border-color:var(--accent)}.proof-lines .after p,.proof-lines .after time{color:var(--accent)}.proof-arrow{color:var(--accent);padding:18px 0 18px 30px;font-size:28px}.privacy-section{border-top:1px solid var(--line-strong);grid-template-columns:.85fr 1.15fr;gap:70px;display:grid}.privacy-section ul{margin:0;padding:0;list-style:none}.privacy-section li{border-bottom:1px solid var(--line);grid-template-columns:210px 1fr;gap:24px;padding:26px 0;display:grid}.privacy-section li span{color:var(--muted);line-height:1.7}.final-cta{grid-column:1/-1;justify-content:space-between;align-items:center;padding-top:55px;display:flex}.final-cta p{letter-spacing:-.04em;margin:0;font-size:clamp(28px,3vw,46px);font-weight:720}.landing-footer{width:min(calc(100% - 72px), var(--content));border-top:1px solid var(--line);min-height:110px;color:var(--muted);grid-template-columns:auto 1fr auto;align-items:center;gap:30px;margin:0 auto;font-size:13px;display:grid}.landing-footer .brand-mark{width:30px;height:30px}.landing-footer .brand-name{font-size:19px}@media (width<=1100px){.landing-hero{grid-template-columns:1fr}.hero-copy{max-width:720px}.proof-section,.privacy-section{grid-template-columns:1fr}.night-section{grid-template-columns:.9fr 1.1fr}}@media (width<=760px){.landing-header{width:calc(100% - 36px);height:76px}.landing-header nav>a:not(.header-cta),.landing-header .theme-toggle span:last-child,.landing-header .header-cta{display:none}.landing-header nav{gap:0}.brand-mark{width:34px;height:34px}.brand-name{font-size:23px}.brand-cn{display:none}.landing-hero{width:calc(100% - 36px);min-height:auto;padding:72px 0 80px}.hero-copy h1{font-size:clamp(48px,15vw,68px)}.hero-lede{font-size:18px}.hero-lede br{display:none}.hero-actions{margin-top:34px;display:grid}.hero-actions a{width:100%}.hero-demo{margin-top:18px}.demo-stepper{grid-template-columns:repeat(4,auto)}.demo-stepper button{justify-content:center}.demo-stepper button:after,.demo-stepper span{display:none}.demo-player{gap:10px;min-height:100px;padding:0 14px}.demo-play{width:44px;height:44px}.demo-player time{font-size:11px}.hero-demo blockquote{font-size:18px}.demo-proof{grid-template-columns:1fr}.demo-compare{border-top:1px solid var(--line);border-left:0;grid-template-columns:1fr}.demo-compare span{justify-self:center;transform:rotate(90deg)}.method-section,.proof-section,.privacy-section{width:calc(100% - 36px);padding:100px 0}.section-intro h2,.night-copy h2,.privacy-section h2{font-size:38px}.method-spine{grid-template-columns:1fr}.method-spine li,.method-spine li:not(:first-child){border-right:0;border-bottom:1px solid var(--line);min-height:auto;padding:25px 0 34px 62px}.method-spine span{position:absolute;top:28px;left:0}.method-spine h3{margin:0 0 10px}.night-section{grid-template-columns:1fr;min-height:auto;padding:100px 18px}.night-recorder{padding:24px 18px}.night-recorder p{margin-bottom:54px}.night-recorder .demo-wave{height:100px}.night-recorder strong{margin-top:50px;font-size:52px}.proof-section{gap:52px}.privacy-section{gap:38px}.privacy-section li{grid-template-columns:1fr;gap:8px}.final-cta{flex-direction:column;align-items:stretch;gap:30px}.landing-footer{grid-template-columns:1fr;gap:16px;width:calc(100% - 36px);padding:30px 0}}
