:root{--bg-primary: #0a0a0f;--bg-secondary: #14141c;--bg-card: #1a1a24;--bg-hover: #252532;--text-primary: #ffffff;--text-secondary: #a0a0b0;--accent: #7c3aed;--accent-hover: #8b5cf6;--danger: #ef4444;--success: #22c55e;--warning: #f59e0b;--border: #2a2a3a;--radius: 12px;--radius-sm: 8px;--header-height: 56px}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100%;background:var(--bg-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}img{max-width:100%;display:block}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.container{max-width:1600px;margin:0 auto;padding:0 1.5rem}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.text-secondary{color:var(--text-secondary)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
