:root{--bg: #f7f5f0;--fg: #1f2a24;--muted: #5b665f;--accent: #2f6b4f;color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--bg: #141a17;--fg: #e8ece9;--muted: #a3aea7;--accent: #7cc4a0}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0}body{min-height:100vh;display:flex;flex-direction:column;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}#app{flex:1;display:flex;flex-direction:column}.placeholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 16px;text-align:center}.placeholder h1{margin:0;font-size:clamp(1.75rem,6vw,3rem);line-height:1.15;color:var(--fg);overflow-wrap:anywhere}.lede{margin:0;max-width:34rem;font-size:1.125rem;color:var(--muted)}footer{padding:1.5rem 16px;text-align:center;font-size:.875rem;color:var(--muted)}
