@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--color-bg:#f1f5f9;--color-bg-surface:#fff;--color-bg-card:#fff;--color-bg-card-hover:#f8fafc;--color-bg-input:#fff;--color-border:#e2e8f0;--color-border-focus:#f97316;--color-primary:#f97316;--color-primary-light:#fdba74;--color-primary-glow:#f9731626;--color-accent:#1e3a8a;--color-accent-glow:#1e3a8a1a;--color-success:#10b981;--color-warning:#f59e0b;--color-danger:#ef4444;--color-text-primary:#0f172a;--color-text-secondary:#475569;--color-text-muted:#64748b;--gradient-hero:linear-gradient(135deg, #1e3a8a 0%, #312e81 100%);--gradient-card:#fff;--gradient-primary:linear-gradient(135deg, #f97316 0%, #ea580c 100%);--shadow-card:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-primary:0 4px 14px #f9731640;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--transition-fast:.15s ease;--transition-normal:.25s ease;--font-family:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--color-bg);color:var(--color-text-primary);min-height:100vh;line-height:1.6;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}h1,h2,h3,h4,h5,h6{color:var(--color-text-primary);font-weight:700;line-height:1.3}.glass-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:box-shadow var(--transition-normal)}.glass-card:hover{box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000006}.btn{border-radius:var(--radius-sm);font-family:var(--font-family);cursor:pointer;transition:all var(--transition-fast);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-primary)}.btn-primary:hover{background:linear-gradient(135deg,#ea580c 0%,#c2410c 100%);transform:translateY(-1px)}.btn-ghost{color:var(--color-text-secondary);border:1px solid var(--color-border);background:#f1f5f9}.btn-ghost:hover{color:var(--color-text-primary);background:#e2e8f0}.btn-sm{border-radius:var(--radius-sm);padding:6px 12px;font-size:.8rem}.btn-danger{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.btn-danger:hover{color:#fff;background:#dc2626;border-color:#dc2626}.badge{letter-spacing:.02em;border-radius:4px;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-blue{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.badge-green{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.badge-amber{color:#d97706;background:#fffbeb;border:1px solid #fde68a}.badge-gray{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0}.input{background:var(--color-bg-input);border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;color:var(--color-text-primary);font-family:var(--font-family);transition:all var(--transition-fast);outline:none;padding:10px 14px;font-size:.9rem}.input::placeholder{color:var(--color-text-muted)}.input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-glow)}.table-responsive{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.custom-table{border-collapse:collapse;width:100%;min-width:600px;font-size:.875rem}.custom-table th{text-align:left;color:var(--color-text-secondary);border-bottom:2px solid var(--color-border);white-space:nowrap;background:#f8fafc;padding:12px 16px;font-size:.75rem;font-weight:600}.custom-table td{border-bottom:1px solid var(--color-border);color:var(--color-text-primary);vertical-align:top;padding:14px 16px}.custom-table tr:hover{background:#f8fafc}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a66;justify-content:center;align-items:center;padding:16px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:var(--color-bg-card);border-radius:var(--radius-lg);flex-direction:column;width:100%;max-width:700px;max-height:90vh;animation:.2s slideUp;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{border-bottom:1px solid var(--color-border);background:#f8fafc;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.modal-body{flex:1;padding:20px;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes spin{to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/1000px 100%;border-radius:4px;animation:2s infinite shimmer}.spinner{border:2px solid #e2e8f0;border-top-color:var(--color-primary);border-radius:50%;flex-shrink:0;width:20px;height:20px;animation:.7s linear infinite spin}.text-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.divider{background:var(--color-border);height:1px;margin:0}@media (width<=768px){.modal-content{border-radius:0;width:100vw;height:100vh;max-height:100vh}.table-responsive{overflow-x:hidden}.custom-table{min-width:0}.custom-table thead{display:none}.custom-table,.custom-table tbody,.custom-table tr,.custom-table td{width:100%;display:block}.custom-table tr{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:16px;padding:16px;box-shadow:0 2px 4px -1px #0000000d}.custom-table td{text-align:right;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;padding:10px 0;display:flex}.custom-table td:last-child{border-bottom:none;padding-bottom:0}.custom-table td:before{content:attr(data-label);color:#64748b;text-align:left;flex-shrink:0;margin-right:16px;font-size:.8rem;font-weight:600}}
