*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #0a0a0f;--color-surface: #12121a;--color-surface-2: #1a1a26;--color-border: #2a2a3a;--color-text: #e4e4ed;--color-text-secondary: #8888a0;--color-primary: #7c5cfc;--color-primary-hover: #9b7fff;--color-primary-bg: rgba(124, 92, 252, .12);--color-accent: #fc5c7c;--color-success: #5cfc9e;--color-warning: #fccc5c;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow-md: 0 4px 16px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .5);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--transition: .2s ease}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh}#app{min-height:100vh;display:flex;flex-direction:column}input,textarea,select,button{font-family:inherit;font-size:inherit}a{color:var(--color-primary);text-decoration:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}
