:root{--accent-blue:#3b82f6;--accent-blue-dark:#2563eb;--primary-violet:#8b5cf6;--gradient-primary:linear-gradient(135deg,#3b82f6,#2563eb);--gradient-accent:linear-gradient(135deg,#3b82f6,#8b5cf6);--gradient-logo:linear-gradient(135deg,#7c3aed,#2dd4bf);--color-primary:#3b82f6;--color-primary-dark:#2563eb;--color-secondary:#8b5cf6;--color-bg:#f9fafb;--color-bg-card:#fff;--color-text:#1f2937;--color-text-muted:#6b7280;--color-border:#e5e7eb;--color-border-light:rgba(0,0,0,.06);--color-success:#10b981;--color-success-bg:#d1fae5;--color-info:#3b82f6;--color-info-bg:#eff6ff;--shadow-sm:0 1px 2px rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -1px rgba(0,0,0,.04);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.03);--shadow-card:0 1px 3px rgba(0,0,0,.06);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--transition-fast:0.15s ease;--transition-normal:0.25s ease;--sidebar-width:300px;--header-height:52px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--color-bg);color:var(--color-text);min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;letter-spacing:-.01em}body,h1,h2,h3,h4,h5,h6,html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}h1,h2,h3,h4,h5,h6{letter-spacing:-.03em;line-height:1.15}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.2)}