:root{--sidebar-bg: #041434;--sidebar-hover: #0a255c;--sidebar-active: #1867ff;--sidebar-text: #8e9bb4;--sidebar-text-active: #ffffff;--bg-app: #f4f6fb;--card-bg: #ffffff;--card-border: #e6ebf5;--card-shadow: 0 2px 10px rgba(15, 23, 42, .04);--primary-blue: #1867ff;--primary-blue-hover: #1254d4;--text-main: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--status-green-bg: #e6f7f0;--status-green-text: #059669;--status-orange-bg: #fff7ed;--status-orange-text: #d97706;--status-red-bg: #fef2f2;--status-red-text: #dc2626;--status-blue-bg: #eff6ff;--status-blue-text: #2563eb;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-heading: "Outfit", "Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;font-family:var(--font-sans);background-color:var(--bg-app);color:var(--text-main);-webkit-font-smoothing:antialiased}button{font-family:var(--font-sans);cursor:pointer;border:none;outline:none;background:none;transition:all .2s ease}input,select,textarea{font-family:var(--font-sans);outline:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;line-height:1}.badge-green{background-color:var(--status-green-bg);color:var(--status-green-text)}.badge-orange{background-color:var(--status-orange-bg);color:var(--status-orange-text)}.badge-red{background-color:var(--status-red-bg);color:var(--status-red-text)}.badge-blue{background-color:var(--status-blue-bg);color:var(--status-blue-text)}.app-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:20px;box-shadow:var(--card-shadow)}
