@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg: #0c0b0a;--card: #161310;--field: #211e1a;--border: #423d36;--border-st: #564f46;--fg: #fafaf8;--fg-muted: #c9c7c2;--fg-dim: #94918b;--fg-subtle: #8a857c;--primary: #ffbf00;--primary-fg: #0a0a0a;--primary-hi: #ffd24d;--accent: #e83131;--ring: rgba(255, 191, 0, .28);--shadow: 0 12px 32px rgba(0, 0, 0, .45);--ok: #1fa45a}html[data-theme=light]{--bg: #e7e5dd;--card: #ffffff;--field: #ffffff;--border: #cbc7bd;--border-st: #b3aea3;--fg: #131210;--fg-muted: #46453f;--fg-dim: #6f6d66;--fg-subtle: #8e8b83;--primary: #ffbf00;--primary-fg: #1a1400;--primary-hi: #ffcb33;--accent: #cf2424;--ring: rgba(255, 191, 0, .4);--shadow: 0 12px 32px rgba(20, 18, 12, .1);--ok: #16a34a;color-scheme:light}*,*:before,*:after{box-sizing:border-box}html,body{margin:0}html{color-scheme:dark}body{background:var(--bg);color:var(--fg);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh}#app{min-height:100dvh;display:flex;flex-direction:column}.lf-mark{width:56px;height:56px;font-size:26px;border-radius:12px;background:var(--primary);color:#0a0a0a;font-weight:800;letter-spacing:-.05em;display:grid;place-items:center;position:relative;flex-shrink:0}.lf-mark:after{content:"";position:absolute;bottom:14%;left:22%;right:22%;height:3px;background:var(--accent);border-radius:2px}.hello{flex:1;display:grid;place-items:center;padding:24px}.hello-card{background:var(--card);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow);padding:32px 28px;width:min(100%,360px);display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.hello-card h1{margin:8px 0 0;font-size:24px;font-weight:800;letter-spacing:-.02em}.hello-card p{margin:0}.muted{color:var(--fg-muted)}.tiny{color:var(--fg-subtle);font-size:12px;font-variant-numeric:tabular-nums}
