:root{color-scheme:light;--bg:#f9f7fc;--surface:#fff;--primary:#6750a4;--tonal:#eaddff;--ink:#211c29;--muted:#625b71;--line:#e9e3f0;--radius:24px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans SC",sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none}
*{box-sizing:border-box}body{margin:0}a{color:var(--primary);text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid var(--primary);outline-offset:6px;border-radius:8px}.wrap{max-width:1120px;margin-inline:auto;padding-inline:32px}.header{display:flex;align-items:center;justify-content:space-between;padding-block:32px}.brand{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:650;letter-spacing:-.5px;color:var(--ink)}.quiet-link{display:inline-flex;align-items:center;gap:12px;min-height:44px;font-size:14px}.hero{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:56px;padding-block:56px 88px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:650;color:var(--primary)}h1{font-size:clamp(36px,4.4vw,56px);line-height:1.28;letter-spacing:-1.8px;margin:24px 0}h2{font-size:28px;line-height:1.4;letter-spacing:-.5px;margin:12px 0 16px}h3{font-size:19px;line-height:1.5;font-weight:600;margin:20px 0 12px}p{line-height:1.75}.lead{font-size:19px;color:var(--muted);margin:0 0 32px}.download{display:inline-flex;align-items:center;justify-content:center;gap:32px;min-height:56px;padding:16px 24px;border-radius:18px;background:var(--primary);color:#fff;font-weight:600;transition:background .15s,transform .15s}.download:hover{background:#58428f}.download:active{transform:scale(.98)}.download span{font-size:22px;line-height:1}.meta{font-size:13px;color:var(--muted);margin:16px 0 0}.preview{padding:32px;background:#f0e9f8;border-radius:40px}.phone{max-width:340px;margin:auto;background:var(--bg);border-radius:28px;padding:28px 20px 24px;box-shadow:0 16px 48px #38214e0b}.phone-header{display:flex;align-items:center;justify-content:space-between;font-size:18px;font-weight:650;margin-bottom:24px}.preview-label{font-size:11px;font-weight:400;color:var(--muted)}.phone-status{background:var(--tonal);padding:20px;border-radius:20px}.status-icon{display:inline-grid;place-items:center;background:var(--primary);color:white;border-radius:50%;width:28px;height:28px}.phone-status h2{font-size:22px;margin-block:20px 4px}.phone-status p{font-size:13px;color:var(--muted);margin:0}.phone-row{display:flex;justify-content:space-between;align-items:center;background:var(--surface);min-height:64px;padding:16px;border-radius:16px;font-size:14px}.phone>.phone-row{margin-top:12px}.switch{width:40px;height:24px;border-radius:20px;background:var(--primary);position:relative}.switch:after{content:"";position:absolute;right:3px;top:3px;width:18px;height:18px;background:white;border-radius:50%}.phone-label{font-size:12px;margin:24px 12px 12px;color:var(--primary)}.phone-group{background:var(--surface);border-radius:16px}.phone-group .phone-row{background:none}.phone-footer{font-size:11px;color:var(--muted);text-align:center;margin-top:24px}.release{display:grid;grid-template-columns:1fr 2fr;gap:40px;padding:32px 40px;background:var(--surface);border-radius:var(--radius)}.release h2{font-size:24px;margin:12px 0 4px}.muted{font-size:13px;color:var(--muted);margin:0}.release ul{margin:0 0 12px;padding-left:20px;font-size:15px;line-height:2}.release details{font-size:13px;color:var(--muted)}.release summary{min-height:44px}.release details p{margin:8px 0}.release code{display:block;overflow-wrap:anywhere;font-size:12px;line-height:1.8}.release .quiet-link{font-size:12px;margin-top:8px}.guide{padding-block:80px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;list-style:none;margin:36px 0 0;padding:0}.step-number{font-size:14px;font-weight:650;color:var(--primary)}.steps p{font-size:15px;color:var(--muted);margin:0}.questions{padding-bottom:64px;max-width:800px}.questions h2{font-size:24px;margin-bottom:24px}details summary{cursor:pointer;min-height:56px;align-content:center;line-height:1.6;padding-block:12px}.questions details{border-bottom:1px solid var(--line)}.questions details p{font-size:15px;color:var(--muted);margin:0 0 20px;max-width:700px}.testing-note{font-size:13px;color:var(--muted);margin-top:32px}.footer{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--line);padding-block:28px 40px;font-size:12px;color:var(--muted)}
@media(max-width:760px){.wrap{padding-inline:24px}.header{padding-block:24px}.hero{gap:32px;grid-template-columns:1fr;padding-block:36px 48px}.intro{max-width:520px}h1{font-size:42px}.preview{padding:24px;max-width:420px;width:100%;justify-self:center}.release{grid-template-columns:1fr;gap:20px;padding:28px}.steps{grid-template-columns:1fr;gap:32px}.steps h3{margin-top:8px}.guide{padding-block:56px}.footer{flex-direction:column;gap:8px}.brand{font-size:18px}.brand img{width:32px;height:32px}}
@media(max-width:360px){.wrap{padding-inline:20px}h1{font-size:36px}.brand{font-size:16px;gap:8px}.quiet-link{font-size:12px}.download{gap:16px;padding-inline:20px}.preview{padding:16px}.phone{padding-inline:16px}.release{padding:24px}}
@media(prefers-reduced-motion:reduce){.download{transition:none}}
