:root{--bg: #0a0c0e;--bg-soft: #0d1013;--surface: #111418;--surface-2: #161a1f;--line: #1f2428;--line-soft: #181c20;--text-hi: #e6e8ea;--text: #b8bcc0;--dim: #6a7078;--amber: #f5b83b;--amber-soft: rgba(245, 184, 59, .35);--olive: #8bb26a;--rose: #d46b6b;--mono: ui-monospace, "SF Mono", "JetBrains Mono", "Fira Code", Menlo, Consolas, monospace;--sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--serif: ui-serif, Georgia, "Times New Roman", serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text);font-family:var(--mono);font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:hover{color:var(--amber)}button{font-family:inherit;font-size:inherit;color:inherit;cursor:pointer}::selection{background:var(--amber);color:var(--bg)}
