:root{--primary: #8b5fd4;--primary-light: #a67ce8;--primary-dark: #6f42c1;--success: #36bc98;--info: #5c9fd8;--space-1: .5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2rem;--space-5: 3rem;--space-6: 4rem;--space-7: 5rem;--space-8: 6rem;--container: min(100% - var(--space-4), 64rem)}:root{--bg: #0f1117;--surface: #1a1d24;--text: #e9ecef;--text-muted: #adb5bd;--border: #2d3239}*,*:before,*:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased}body{margin:0;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;line-height:1.6;color:var(--text);background:var(--bg)}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-light)}button{font-family:inherit;font-size:inherit;cursor:pointer}
