@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--green-50:#f0fdf4;--green-100:#dcfce7;--green-500:#22c55e;--green-600:#16a34a;--red-50:#fef2f2;--red-100:#fee2e2;--red-500:#ef4444;--red-600:#dc2626;--amber-50:#fffbeb;--amber-100:#fef3c7;--amber-500:#f59e0b;--amber-600:#d97706;--indigo-50:#eef2ff;--indigo-100:#e0e7ff;--indigo-500:#6366f1;--indigo-600:#4f46e5;--purple-50:#f5f3ff;--purple-500:#8b5cf6;--purple-600:#7c3aed;--cyan-50:#ecfeff;--cyan-500:#06b6d4;--cyan-600:#0891b2;--sidebar-width:240px;--header-height:60px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #00000012, 0 1px 3px #0000000f;--shadow-lg:0 10px 15px #00000014, 0 4px 6px #0000000d;--shadow-xl:0 20px 25px #0000001a, 0 8px 10px #0000000a;--transition:.2s ease}html,body,#root{height:100%}body{background-color:var(--gray-50);color:var(--gray-900);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5}[data-theme=dark]{--white:#161b22;--gray-50:#0d1117;--gray-100:#21262d;--gray-200:#30363d;--gray-300:#3d444d;--gray-400:#656d76;--gray-500:#8b949e;--gray-600:#9198a1;--gray-700:#b0bac4;--gray-800:#cdd9e5;--gray-900:#e6edf3;--blue-50:#1a2d4f;--blue-100:#1c3a6f;--blue-500:#58a6ff;--blue-600:#79b8ff;--blue-700:#a5d6ff;--green-50:#0d2818;--green-100:#1a3d24;--green-500:#3fb950;--green-600:#56d364;--red-50:#2d1414;--red-100:#3d1a1a;--red-500:#f85149;--red-600:#ff7b72;--amber-50:#2d2005;--amber-100:#3d2a0a;--amber-500:#e3b341;--amber-600:#f0c040;--indigo-50:#1e2048;--indigo-100:#262860;--indigo-500:#818cf8;--indigo-600:#a5b4fc;--purple-50:#1e1a3a;--purple-500:#a78bfa;--purple-600:#c4b5fd;--cyan-50:#0e2638;--cyan-500:#22d3ee;--cyan-600:#67e8f9;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 6px #0000004d, 0 1px 3px #00000040;--shadow-lg:0 10px 15px #00000059, 0 4px 6px #00000040;--shadow-xl:0 20px 25px #0006, 0 8px 10px #0000004d}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.btn{border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);border:none;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;line-height:1.5;text-decoration:none;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--gray-900);color:var(--white)}.btn-primary:hover:not(:disabled){background:var(--gray-700)}.btn-secondary{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-200)}.btn-secondary:hover:not(:disabled){background:var(--gray-50);border-color:var(--gray-300)}.btn-danger{background:var(--red-500);color:var(--white)}.btn-danger:hover:not(:disabled){background:var(--red-600)}.btn-ghost{color:var(--gray-600);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--gray-100);color:var(--gray-900)}.btn-sm{padding:5px 10px;font-size:12px}.btn-lg{padding:12px 24px;font-size:15px}.btn-icon{border-radius:var(--radius-sm);padding:8px}.input{border:1px solid var(--gray-200);border-radius:var(--radius-sm);width:100%;color:var(--gray-900);background:var(--white);transition:border-color var(--transition), box-shadow var(--transition);outline:none;padding:10px 12px;font-family:inherit;font-size:14px}.input:focus{border-color:var(--gray-400);box-shadow:0 0 0 3px #0000000d}.input::placeholder{color:var(--gray-400)}textarea.input{resize:vertical;min-height:80px}select.input{cursor:pointer}.input-label{color:var(--gray-700);margin-bottom:6px;font-size:13px;font-weight:500;display:block}.input-group{margin-bottom:16px}.card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm)}.badge{border-radius:20px;align-items:center;padding:2px 8px;font-size:11px;font-weight:500;line-height:1.6;display:inline-flex}.badge-blue{background:var(--blue-50);color:var(--blue-600)}.badge-green{background:var(--green-50);color:var(--green-600)}.badge-red{background:var(--red-50);color:var(--red-600)}.badge-amber{background:var(--amber-50);color:var(--amber-600)}.badge-gray{background:var(--gray-100);color:var(--gray-600)}.layout{height:100vh;display:flex;overflow:hidden}.main-content{min-height:0;margin-left:var(--sidebar-width);-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;display:flex;overflow:hidden auto}.page-content{flex:1;min-height:0;padding:28px 32px;overflow-y:auto}.spinner{border:2px solid var(--gray-200);border-top-color:var(--gray-700);border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;padding:20px;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:540px;box-shadow:var(--shadow-xl);max-height:90vh;animation:.2s slideUp;overflow-y:auto}.modal-header{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-title{color:var(--gray-900);font-size:16px;font-weight:600}.modal-body{padding:24px}.modal-footer{border-top:1px solid var(--gray-100);justify-content:flex-end;align-items:center;gap:8px;padding:16px 24px;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.divider{background:var(--gray-100);height:1px;margin:16px 0}.empty-state{text-align:center;color:var(--gray-400);flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.empty-state svg{opacity:.4;margin-bottom:12px}.empty-state p{font-size:14px}
