:root{--color-bg: #0a0a0a;--color-surface: #111111;--color-border: #222222;--color-text-primary: #f0ece4;--color-text-muted: #666666;--color-branch: #333333;--color-accent: var(--word-accent, #a0a0a0);--font-serif: "Playfair Display", Georgia, serif;--font-mono: "JetBrains Mono", "Courier New", monospace;--transition-fast: .15s ease;--transition-med: .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;overflow:hidden;background:var(--color-bg);color:var(--color-text-primary);font-family:var(--font-mono);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}::selection{background:var(--color-accent);color:var(--color-bg)}
