:root{--bg: #121310;--bg-alt: #17191c;--text: #f3f2ea;--muted: #9a988c;--line: #2a2c2f;--accent: #0074d9;--on-accent: #f5f8fc;--display: "Cabin Sketch", Georgia, serif;--body: Arial, Helvetica, sans-serif;--mono: "DM Mono", "Courier New", monospace}html{background:var(--bg);color:var(--text);scroll-behavior:smooth}body{background:var(--bg);font-family:var(--body);margin:0}*{box-sizing:border-box}*::selection{background:var(--accent);color:var(--on-accent)}button,a{cursor:pointer}:focus-visible{outline:2px solid var(--accent);outline-offset:4px}
