:root{--font-heading: "IBM Plex Sans", system-ui, -apple-system, sans-serif;--font-body: "IBM Plex Sans", system-ui, -apple-system, sans-serif;--font-mono: "IBM Plex Mono", "JetBrains Mono", monospace;--color-bg-dark: #0D0D0D;--color-bg-surface: #141414;--color-bg-light: #FAFAF8;--color-gold-muted: #C9A55C;--color-gold-hover: #E0BC72}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:var(--font-body);background-color:var(--color-bg-dark);color:#e2e8f0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{overflow-x:hidden;min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0d0d0d}::-webkit-scrollbar-thumb{background:#262626;border-radius:4px;border:1px solid rgba(201,165,92,.2)}::-webkit-scrollbar-thumb:hover{background:#c9a55c}.bg-grid-pattern{background-size:40px 40px;background-image:linear-gradient(to right,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.03) 1px,transparent 1px)}.bg-grid-pattern-light{background-size:40px 40px;background-image:linear-gradient(to right,rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.04) 1px,transparent 1px)}::selection{background-color:#c9a55c;color:#0d0d0d}
