:root{--bg-deep:#0e1a1c;--bg-soft:#13262a;--teal:#2f6f6b;--teal-bright:#5fb3a6;--ember:#d98a5b;--text:#eaf2f0;--text-dim:#93a8a4}html:has([data-console]){font-size:120%}[data-console]{--c-bg:#0b0b14;--c-bg-elev-1:#15141f;--c-bg-elev-2:#1e1c2e;--c-line:rgba(232,184,92,.22);--c-line-bright:rgba(232,184,92,.4);--c-text:#edebf5;--c-text-dim:#c4c0e0;--c-accent:#e8b85c;--c-ok:#5fbfa3;--c-warn:#e8b85c;--c-err:#e2686b;--c-serif:"Fraunces",ui-serif,Georgia,serif;--c-sans:ui-sans-serif,system-ui,sans-serif;--c-mono:ui-monospace,"SF Mono","Roboto Mono",monospace;background:var(--c-bg);color:var(--c-text);min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:ui-serif,Georgia,Times New Roman,serif;color:var(--text);background:radial-gradient(1200px 800px at 50% -10%,var(--bg-soft),transparent),linear-gradient(180deg,var(--bg-deep),#0a1416);-webkit-font-smoothing:antialiased}