:root{--bg:#f8fafc;--surface:#fff;--border:#e2e8f0;--border-light:#f1f5f9;--text-primary:#1e293b;--text-secondary:#64748b;--text-muted:#94a3b8;--primary:#3b82f6;--primary-dark:#2563eb;--primary-glow:#3b82f626;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--danger-glow:#ef444426;--radius-sm:6px;--radius-md:9px;--radius-lg:14px;--radius-xl:18px;--shadow-sm:0 1px 3px #0000000a;--shadow-md:0 4px 14px #00000012;--shadow-lg:0 8px 28px #0000001a}*,:after,:before{box-sizing:border-box}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;background-color:var(--bg);color:#1e293b;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;margin:0;padding:0}#root,body,html{height:100%}.error-msg,.success-msg{border-radius:9px;border-radius:var(--radius-md);font-size:13px;font-weight:500;margin-top:12px;padding:11px 16px}.success-msg{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.error-msg{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.layout{flex-direction:column;height:100vh}.content,.layout{display:flex;overflow:hidden}.content{flex:1 1}header{flex-shrink:0}main{background-color:#f8fafc;background-color:var(--bg,#f8fafc);flex:1 1;overflow-y:auto;padding:0}main h1{font-size:22px;font-weight:800;margin-top:0}main h1,main h2{color:#1e293b;color:var(--text-primary,#1e293b)}main h2{font-size:18px;font-weight:700}.sidebar{flex-shrink:0}button{font-family:inherit}.btn-primary,.create-btn,button{border:none;cursor:pointer;transition:all .18s ease}.btn-primary,.create-btn{background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:9px;box-shadow:0 3px 10px #3b82f64d;color:#fff;font-size:13.5px;font-weight:700;padding:9px 20px}.btn-primary:hover,.create-btn:hover{box-shadow:0 6px 16px #3b82f666;transform:translateY(-1px)}.btn-secondary,.clear-filters-btn{background:#0000;border:1px solid #e2e8f0;border-radius:9px;color:#64748b;cursor:pointer;font-size:13.5px;font-weight:600;padding:9px 20px;transition:all .18s ease}.btn-secondary:hover,.clear-filters-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.btn-danger,.delete-btn{background:#fef2f2;border:1px solid #fecaca;border-radius:7px;color:#dc2626;cursor:pointer;font-size:12.5px;font-weight:600;padding:7px 14px;transition:all .18s ease}.btn-danger:hover,.delete-btn:hover{background:#fee2e2;border-color:#fca5a5}.btn-warning,.edit-btn{background:#fffbeb;border:1px solid #fde68a;border-radius:7px;color:#d97706;cursor:pointer;font-size:12.5px;font-weight:600;margin-right:6px;padding:7px 14px;transition:all .18s ease}.btn-warning:hover,.edit-btn:hover{background:#fef3c7;border-color:#fbbf24}.btn-info{background:#f0f9ff;border:1px solid #bae6fd;border-radius:9px;color:#0284c7;cursor:pointer;font-size:13.5px;font-weight:600;padding:9px 18px;transition:all .18s ease}.btn-info:hover{background:#e0f2fe;border-color:#7dd3fc}form{display:flex;flex-direction:column;gap:0;max-width:100%}.form-section{margin-bottom:18px}.form-label,form label{color:#64748b;display:flex;flex-direction:column;font-size:11px;font-weight:700;letter-spacing:.6px;margin-bottom:6px;text-transform:uppercase}.form-input,form input,form select,form textarea{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#1e293b;font-family:inherit;font-size:14px;margin-top:4px;outline:none;padding:10px 14px;transition:border-color .18s,box-shadow .18s;width:100%}.form-input:focus,form input:focus,form select:focus,form textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}form input[readonly],form textarea[readonly]{background:#f8fafc;border-color:#f1f5f9;color:#94a3b8;cursor:not-allowed}form input[readonly]:focus,form textarea[readonly]:focus{border-color:#f1f5f9;box-shadow:none}.alert{background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;font-size:13px;font-weight:500;padding:11px 16px}.alert.error{background:#fef2f2;border-color:#fecaca;color:#dc2626}.alert.success{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a}.form-note{color:#94a3b8;font-size:12px;font-weight:400;margin-top:5px}.login-box{box-shadow:0 8px 32px #0000001a,0 1px 4px #0000000d}.login-box h1{color:#1e293b;font-size:22px;font-weight:800;margin-bottom:24px}.form-group{margin-bottom:16px;text-align:left}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:13px;font-weight:500;margin-bottom:14px;padding:10px 14px}.login-button{background:linear-gradient(135deg,#3b82f6,#6366f1);border:none;border-radius:9px;box-shadow:0 4px 14px #3b82f659;color:#fff;cursor:pointer;font-size:15px;font-weight:700;margin-top:8px;padding:12px;transition:all .18s ease;width:100%}.login-button:hover{box-shadow:0 6px 20px #3b82f673;transform:translateY(-1px)}.table-wrapper,.vendor-table-wrapper{background:#fff;border:1px solid #f1f5f9;border-radius:14px;box-shadow:0 1px 4px #0000000a,0 6px 20px #0000000f;overflow-x:auto}.data-table,.vendor-table{background:#fff;border-collapse:collapse;font-size:13.5px;width:100%}.data-table th,.vendor-table th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:11px;font-weight:700;letter-spacing:.7px;padding:13px 16px;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:1}.data-table td,.vendor-table td{border-bottom:1px solid #f1f5f9;color:#374151;padding:13px 16px;vertical-align:middle}.data-table tbody tr:last-child td,.vendor-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover,.vendor-table tbody tr:hover{background:#f8fafc}.table-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:18px}.table-toolbar h2{color:#1e293b;font-size:20px;font-weight:800;margin:0}.badge{align-items:center;border-radius:20px;display:inline-flex;font-size:11.5px;font-weight:600;letter-spacing:.2px;padding:3px 10px}.badge-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.badge-warning{background:#fffbeb;border:1px solid #fde68a;color:#d97706}.badge-danger{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.badge-info{background:#eff6ff;border:1px solid #bfdbfe;color:#2563eb}.badge-neutral{background:#f8fafc;border:1px solid #e2e8f0;color:#64748b}.page-container{padding:28px 36px}.page-header{margin-bottom:24px}.page-header h1{color:#1e293b;font-size:24px;font-weight:800;margin:0 0 4px}.page-header p{color:#64748b;font-size:14px;margin:0}.card{background:#fff;border:1px solid #f1f5f9;border-radius:14px;box-shadow:0 1px 4px #0000000a,0 6px 20px #0000000f;overflow:hidden}.card-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;color:#1e293b;display:flex;font-size:14px;font-weight:700;gap:10px;padding:16px 22px}.card-body{padding:24px 22px}.landing-screen{padding:32px}.login-container{align-items:center;background:linear-gradient(135deg,#f0f4ff,#f8fafc);display:flex;justify-content:center;min-height:100vh}.login-box{background:#fff;border:1px solid #f1f5f9;border-radius:18px;box-shadow:0 8px 32px #0000001a;max-width:400px;padding:40px 36px;text-align:center;width:100%}.confirm-dialog-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a80;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.confirm-dialog{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 16px 48px #0000002e;max-width:420px;padding:28px 32px;width:90%}.filter-bar{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px;padding:14px 16px}.filter-bar input,.filter-bar select{background:#fff;border:1px solid #e2e8f0;border-radius:7px;box-sizing:border-box;color:#1e293b;flex:1 1 140px;font-family:inherit;font-size:13px;max-width:220px;outline:none;padding:8px 12px;transition:border-color .16s,box-shadow .16s}.filter-bar input:focus,.filter-bar select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-bar input::placeholder{color:#94a3b8}.toolbar-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;margin-bottom:14px}.action-menu{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 28px #0000001f;min-width:148px;overflow:hidden;position:absolute;right:0;top:calc(100% + 4px);z-index:9999}.action-menu-item{border-bottom:1px solid #f1f5f9;color:#374151;cursor:pointer;font-family:inherit;font-size:13px;padding:9px 14px;transition:background .12s}.action-menu-item:last-child{border-bottom:none}.action-menu-item:hover{background:#f8fafc;color:#1e293b}.action-menu-item.danger{color:#dc2626}.action-menu-item.danger:hover{background:#fef2f2}.table-link{color:#2563eb;cursor:pointer;font-weight:500;text-decoration:none;transition:color .14s}.table-link:hover{color:#1d4ed8;text-decoration:underline}.state-row td{color:#94a3b8;font-size:13.5px;padding:40px 16px;text-align:center}.pagination{align-items:center;background:#fff;border-top:1px solid #f1f5f9;color:#64748b;display:flex;flex-wrap:wrap;font-size:13px;gap:6px;padding:14px 16px}.pagination button{background:#fff;border:1px solid #e2e8f0;border-radius:7px;color:#475569;cursor:pointer;font-size:13px;font-weight:600;padding:5px 12px;transition:all .15s ease}.pagination button:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.pagination button:disabled{cursor:not-allowed;opacity:.4}.pagination button.active{background:#3b82f6;border-color:#3b82f6;color:#fff}
/*# sourceMappingURL=main.c6560bbd.css.map*/