:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;--bg-deep: #07030f;--bg: #0d0620;--bg-glow: #2a1256;--accent: #b46cff;--accent-2: #6c7bff;--text: #ffffff;--text-muted: #b9aed6;color-scheme:dark;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(ellipse at 50% 35%,var(--bg-glow) 0%,var(--bg) 45%,var(--bg-deep) 100%) fixed}a{font-weight:500;color:var(--accent);text-decoration:inherit}a:hover{color:#d3a6ff}#root{width:100%;min-height:100vh}.starfield{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.footer{position:relative;z-index:1;padding:1.5rem 1rem 2rem;text-align:center;color:var(--text-muted);font-size:.9rem}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.75rem}.footer-links a{color:var(--text-muted)}.footer-links a:hover{color:var(--text)}.footer-copy{margin:.75rem 0 0;font-size:.8rem;opacity:.7}
