*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#00bfa6;--primary-dark:#009688;--primary-light:#e0f7f5;--accent:#0f172a;--accent2:#1e293b;--accent3:#334155;--bg:#f1f5f9;--card:#fff;--border:#e2e8f0;--text:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--danger:#ef4444;--warning:#f59e0b;--success:#10b981;--info:#3b82f6;--purple:#8b5cf6;--sidebar-w:240px}html,body{background:var(--bg);height:100%;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-light)}.card{background:var(--card);border:1px solid var(--border);border-radius:14px}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:9px 20px;font-size:.875rem;font-weight:600;transition:background .2s;display:inline-flex}.btn-primary:hover{background:var(--primary-dark)}.btn-ghost{color:var(--text-muted);border:1.5px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:9px 20px;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-ghost:hover{border-color:var(--primary);color:var(--primary)}.badge{border-radius:20px;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-block}.badge-success{color:#065f46;background:#d1fae5}.badge-danger{color:#991b1b;background:#fee2e2}.badge-warning{color:#92400e;background:#fef3c7}.badge-info{color:#1e40af;background:#dbeafe}.badge-purple{color:#5b21b6;background:#ede9fe}.badge-gray{color:#475569;background:#f1f5f9}
