:root{color-scheme:dark;--background:#0a0d12;--surface:#121821;--text:#f3f4f6;--muted:#c6cbd3;--orange:#ff9b58;--line:#343c47}
*{box-sizing:border-box}
html{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--background)}
body{margin:0;color:var(--text);background:radial-gradient(ellipse 80% 22rem at 50% 0,rgba(232,91,0,.13),transparent 75%),var(--background);font-size:1.075rem;line-height:1.72}
a{color:var(--orange);text-underline-offset:.18em;text-decoration-thickness:.08em}
a:hover{color:#ffc29b}
a:focus-visible{outline:3px solid var(--orange);outline-offset:4px;border-radius:2px}
.site-header{border-bottom:1px solid var(--line)}
.header-inner{max-width:74rem;margin:auto;padding:1.1rem clamp(1.25rem,5vw,3rem);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.brand{display:inline-flex;align-items:center;gap:.7rem;color:var(--text);font-size:.95rem;font-weight:800;letter-spacing:.17em;text-decoration:none;white-space:nowrap}
.brand img{display:block;width:2.75rem;height:2.75rem}
nav{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;font-size:.95rem}
nav a{color:var(--muted)}
main{width:min(100% - 2.5rem,43rem);margin:0 auto;padding:clamp(3rem,7vw,6rem) 0 5rem}
.status{display:inline-block;margin:0 0 1.5rem;padding:.35rem .8rem;border:1px solid rgba(255,155,88,.55);border-radius:100rem;color:#ffb984;background:rgba(232,91,0,.12);font-size:.82rem;font-weight:700;letter-spacing:.04em;line-height:1.5}
h1{font-size:clamp(2.45rem,5.3vw,4rem);line-height:1.13;letter-spacing:-.035em;margin:0 0 2rem;max-width:15ch}
.story p{margin:0 0 1.45rem;color:var(--muted)}
.story p:first-child{color:var(--text);font-size:1.2rem}
.existing-users{margin-top:3.75rem;padding:clamp(1.4rem,4vw,2.5rem);border:1px solid var(--line);border-left:4px solid var(--orange);border-radius:.75rem;background:var(--surface)}
.existing-users h2{font-size:1.55rem;line-height:1.25;margin:0 0 1rem}
.existing-users p{margin:0 0 1rem;color:var(--muted)}
.existing-users p:last-child{margin-bottom:0}
footer{border-top:1px solid var(--line);padding:1.8rem 1.25rem 2.25rem;text-align:center;color:var(--muted);font-size:.9rem}
footer span{padding:0 .45rem}
@media(max-width:600px){.header-inner{align-items:flex-start;flex-direction:column;padding:1rem 1.25rem}main{padding-top:2.75rem}.existing-users{margin-top:3rem}}
