@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#f8fafc;background-color:#0f172a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-width:320px;min-height:100vh}:root{--bg-color: #0f172a;--card-bg: #ffffff;--accent-color: #2563eb;--accent-hover: #1d4ed8;--text-primary: #1e293b;--text-secondary: #64748b;--input-bg: #ffffff;--input-focus: #2563eb;--error-color: #dc2626;--border-color: #e2e8f0}.login-container{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:var(--bg-color);font-family:Inter,sans-serif;margin:0;padding:24px;box-sizing:border-box}.login-card{width:100%;max-width:400px;background:var(--card-bg);border-radius:16px;padding:48px 40px;box-shadow:0 20px 25px -5px #0003,0 10px 10px -5px #0000001a}.branding{text-align:center;margin-bottom:36px}.logo-text{font-weight:800;font-size:32px;color:#1e293b;letter-spacing:-.04em;display:block}.subtitle{color:var(--accent-color);font-size:14px;margin-top:4px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.login-form{display:flex;flex-direction:column;gap:24px}.input-group{display:flex;flex-direction:column;gap:8px}.input-group label{font-size:14px;font-weight:600;color:var(--text-primary)}.input-group input{background:var(--input-bg);border:1px solid var(--border-color);border-radius:10px;padding:12px 16px;color:#000;font-size:15px;transition:all .2s;outline:none;width:100%;box-sizing:border-box}.input-group input::placeholder{color:#94a3b8}.input-group input:focus{border-color:var(--input-focus);box-shadow:0 0 0 2px #2563eb1a}.password-wrapper{position:relative;display:flex;width:100%}.password-wrapper input{padding-right:48px}.toggle-password{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:10px;display:flex;transition:color .15s}.toggle-password:hover{color:var(--text-primary)}.submit-btn{background:var(--accent-color);color:#fff;border:none;border-radius:10px;padding:14px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s;margin-top:8px}.submit-btn:hover:not(:disabled){background:var(--accent-hover)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.error-message{color:var(--error-color);font-size:13px;text-align:center;padding:12px;background:#fef2f2;border-radius:8px;border:1px solid #fee2e2}.footer-note{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:32px;color:var(--text-secondary);font-size:13px;font-weight:500}@media(max-width:480px){.login-card{padding:32px 24px;border:none;box-shadow:none;background:transparent}}:root{--sidebar-width: 280px;--header-height: 80px;--bg-main: #f8fafc;--sidebar-bg: #0f172a;--text-dark: #1e293b;--text-muted: #64748b;--border-color: #e2e8f0;--card-bg: #ffffff}.dashboard-container{display:flex;min-height:100vh;width:100%;background:var(--bg-main);color:var(--text-dark)}.sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;z-index:100;transition:transform .3s ease}.sidebar-header{padding:32px;border-bottom:1px solid rgba(255,255,255,.05)}.logo-text{font-family:Poppins,sans-serif;font-weight:600;font-size:22px;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.sidebar-nav{padding:24px 16px;flex:1;display:flex;flex-direction:column;gap:8px}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;color:#94a3b8;border:none;background:none;cursor:pointer;text-align:left;font-size:15px;font-weight:500;transition:all .2s;width:100%}.nav-item:hover{background:#ffffff0d;color:#fff}.nav-item.active{background:var(--accent-color);color:#fff;box-shadow:0 4px 12px #3b82f64d}.sidebar-footer{padding:24px 16px;border-top:1px solid rgba(255,255,255,.05)}.nav-item.logout:hover{background:#ef44441a;color:#ef4444}.main-content{flex:1;margin-left:var(--sidebar-width);display:flex;flex-direction:column}.dashboard-header{height:var(--header-height);background:#fff;border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;padding:0 40px;position:sticky;top:0;z-index:90}.header-left h1{font-size:24px;font-weight:600;color:var(--text-dark);margin:0}.header-right{display:flex;align-items:center;gap:24px}.search-bar{display:flex;align-items:center;gap:10px;background:#f1f5f9;padding:8px 16px;border-radius:10px;width:240px;color:var(--text-muted)}.search-bar input{background:none;border:none;outline:none;font-size:14px;width:100%}.icon-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;position:relative;display:flex;padding:8px;border-radius:8px;transition:background .2s}.icon-btn:hover{background:#f1f5f9}.notification-dot{position:absolute;top:6px;right:6px;width:8px;height:8px;background:#ef4444;border-radius:50%;border:2px solid white}.admin-profile{display:flex;align-items:center;gap:12px;padding-left:24px;border-left:1px solid var(--border-color)}.admin-info{display:flex;flex-direction:column;text-align:right}.admin-name{font-size:14px;font-weight:600;color:var(--text-dark)}.admin-role{font-size:12px;color:var(--text-muted)}.avatar{width:40px;height:40px;border-radius:10px;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.dashboard-body{padding:40px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:40px}.stat-card{background:#fff;padding:24px;border-radius:20px;display:flex;align-items:center;gap:20px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid var(--border-color)}.stat-icon-wrapper{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center}.total .stat-icon-wrapper{background:#eff6ff;color:#3b82f6}.pending .stat-icon-wrapper{background:#fff7ed;color:#f97316}.approved .stat-icon-wrapper{background:#f0fdf4;color:#22c55e}.blocked .stat-icon-wrapper{background:#fef2f2;color:#ef4444}.stat-content h3{font-size:14px;color:var(--text-muted);margin:0 0 4px;font-weight:500}.stat-value{font-size:24px;font-weight:700;color:var(--text-dark)}.stat-trend{font-size:12px;margin-top:4px}.stat-trend.up{color:#22c55e}.stat-trend.down{color:#ef4444}.content-section{background:#fff;border-radius:20px;border:1px solid var(--border-color);box-shadow:0 4px 6px -1px #0000000d;overflow:hidden}.table-header{padding:24px 32px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.table-header h2{font-size:18px;font-weight:600;margin:0}.view-all{font-size:14px;color:var(--accent-color);background:none;border:none;font-weight:600;cursor:pointer}.vendor-table{width:100%;border-collapse:collapse}.vendor-table th{text-align:left;padding:16px 32px;font-size:13px;color:var(--text-muted);font-weight:500;background:#fcfcfd}.vendor-table td{padding:16px 32px;font-size:14px;border-top:1px solid var(--border-color)}.company-info{display:flex;align-items:center;gap:12px}.company-logo{width:32px;height:32px;background:#f1f5f9;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text-dark);font-weight:600;font-size:12px}.category-tag{display:flex;align-items:center;gap:8px;color:var(--text-dark)}.status-badge{padding:4px 12px;border-radius:100px;font-size:12px;font-weight:500}.status-badge.pending{background:#fff7ed;color:#c2410c}.actions{display:flex;gap:8px}.action-btn{width:36px;height:36px;border-radius:10px;border:1px solid var(--border-color);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:var(--text-muted)}.action-btn.view:hover{border-color:var(--accent-color);color:var(--accent-color)}.action-btn.approve:hover{background:#f0fdf4;border-color:#22c55e;color:#22c55e}.action-btn.reject:hover{background:#fef2f2;border-color:#ef4444;color:#ef4444}@media(max-width:1024px){:root{--sidebar-width: 0px}.sidebar{transform:translate(-100%)}.main-content{margin-left:0}.dashboard-header{padding:0 24px}.dashboard-body{padding:24px}}#root{width:100%}
