:root{--bg-dark: #0f172a;--bg-card: #1e293b;--bg-card-hover: #334155;--accent: #38bdf8;--accent-dim: #0ea5e9;--text: #f1f5f9;--text-muted: #94a3b8;--border: #334155;--font-sans: "Outfit", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg-dark);color:var(--text);line-height:1.6;overflow-x:hidden}#root{min-height:100vh}a{color:var(--accent);text-decoration:none;transition:color .2s ease}a:hover{color:#7dd3fc}section{padding:5rem 1.5rem;max-width:1200px;margin:0 auto}.section-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,var(--text) 0%,var(--text-muted) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{color:var(--text-muted);font-size:1rem;margin-bottom:3rem;max-width:560px}.line-accent{width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-dim));border-radius:2px;margin-bottom:2rem;transform-origin:left}
