:root{--color-bg: #0a0a0a;--color-bg-elevated: #111111;--color-bg-card: #161616;--color-border: #252525;--color-border-accent: #333333;--color-text: #ffffff;--color-text-secondary: #a0a0a0;--color-text-muted: #666666;--color-accent: #ffffff;--color-accent-dim: rgba(255, 255, 255, .08);--glow-subtle: 0 0 40px rgba(255, 255, 255, .03);--glow-border: 0 0 0 1px rgba(255, 255, 255, .06);--glow-hover: 0 0 60px rgba(255, 255, 255, .06);--font-mono: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}*{-webkit-tap-highlight-color:transparent}body{font-family:var(--font-mono);background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a{color:var(--color-text);text-decoration:none;transition:color .2s ease,opacity .2s ease}a:hover{opacity:.85}button{font-family:inherit;cursor:pointer;border:none;outline:none}input,textarea,select{font-family:inherit}.gradient-text{background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-elevated)}::-webkit-scrollbar-thumb{background:var(--color-border-accent);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.loader{width:40px;height:40px;border:3px solid var(--color-border);border-top-color:var(--color-text);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
