:root{--color-bg: #0f172a;--color-surface: #1e293b;--color-text: #f8fafc;--color-text-muted: #94a3b8;--color-accent: #38bdf8;--color-accent-hover: #7dd3fc;--color-section-bg: #f8fafc;--color-section-text: #0f172a;--font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--max-width: 960px;--header-height: 64px;--space-section: 5rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.section{padding:var(--space-section) 1.5rem;max-width:var(--max-width);margin:0 auto}.section-title{font-size:1.75rem;font-weight:600;margin:0 0 1.5rem;color:var(--color-section-text);letter-spacing:-.02em}.section-light{background:var(--color-section-bg);color:var(--color-section-text)}.section-light .section-title{color:var(--color-section-text)}section:not(.section-light) .section-title{color:var(--color-text)}a{color:var(--color-accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-accent-hover)}
