:root{--color-bg: #0a0a0a;--color-bg-elevated: #0f0f0f;--color-surface: #141414;--color-surface-hover: #1a1a1a;--color-text: #a8a8a8;--color-text-muted: #5a5a5a;--color-text-faint: #3a3a3a;--color-border: #1f1f1f;--color-border-subtle: #181818;--color-accent: #b45309;--color-accent-hover: #d97706;--color-accent-soft: rgba(180, 83, 9, .15);--color-accent-glow: rgba(180, 83, 9, .3);--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--text-6xl: 3.75rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: 2px;--radius: 4px;--radius-md: 6px;--radius-lg: 8px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .5);--shadow: 0 2px 4px rgba(0, 0, 0, .5);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .6);--shadow-glow: 0 0 12px var(--color-accent-glow);--transition-fast: .15s ease;--transition: .2s ease;--transition-slow: .3s ease;--sidebar-width: 220px;--sidebar-width-collapsed: 0px;--header-height: 60px;--content-max-width: 1200px}.sl-theme-dark{--sl-color-primary-600: var(--color-accent);--sl-color-primary-700: var(--color-accent-hover)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:1.6;color:var(--color-text);background-color:var(--color-bg);min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--color-text)}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}h5{font-size:var(--text-lg)}h6{font-size:var(--text-base)}p{margin-bottom:var(--space-4)}a{color:var(--color-accent);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent-hover)}a.link-underline:hover{text-decoration:underline}code{font-family:var(--font-mono);font-size:.9em;background:var(--color-surface);padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm)}pre{font-family:var(--font-mono);background:var(--color-surface);padding:var(--space-4);border-radius:var(--radius);overflow-x:auto}pre code{background:none;padding:0}::selection{background:var(--color-accent-soft);color:var(--color-text)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-faint)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.text-muted{color:var(--color-text-muted)}.text-accent{color:var(--color-accent)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
