:root{font-family:Poppins,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#111827;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{margin:0;padding:0;width:100%;height:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{min-width:320px;min-height:100vh;background-color:#fff}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:1.5rem}.login-card{width:100%;max-width:600px;background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:1rem;padding:2rem 2.2rem;box-shadow:0 18px 40px #0000004d;display:flex;gap:2rem;align-items:center}.login-left{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.login-logo{display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.login-logo img{max-width:180px;height:auto;display:block}.login-title{font-size:1.4rem;font-weight:600;text-align:center;margin-bottom:.35rem;color:#f1f5f9}.login-subtitle{font-size:1.1rem;font-weight:600;text-align:center;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-right{flex:1;display:flex;flex-direction:column;justify-content:center;padding:1rem}.login-error{margin-bottom:.9rem;padding:.55rem .7rem;border-radius:.6rem;background:#450a0a;color:#fecaca;font-size:.8rem;border:1px solid #b91c1c}.login-form{display:flex;flex-direction:column;gap:1rem}.login-field{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem}.login-field span{color:#e2e8f0}.login-field input{border-radius:.6rem;border:1px solid #475569;padding:.65rem .75rem;background:#1e293b80;color:#e2e8f0;font-size:.9rem}.login-field input:focus{outline:2px solid rgba(251,191,36,.3);outline-offset:1px;border-color:#fbbf24}.login-button{margin-top:.5rem;border-radius:999px;border:none;padding:.7rem 1rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#78350f;font-weight:600;box-shadow:0 4px 6px #fbbf244d;cursor:pointer;font-size:.95rem}.login-button:hover{filter:brightness(1.05)}@media(max-width:768px){.login-card{flex-direction:column;max-width:380px}.login-left{margin-bottom:1rem}}.login-error{margin-bottom:.75rem;padding:.5rem .75rem;border-radius:.5rem;background:#450a0a;color:#fecaca;font-size:.85rem}.admin-app{display:flex;flex-direction:row;min-height:100vh;background:#f3f4f6;color:#111827;gap:16px}.sidebar{width:260px;background:#0f172a;color:#fff;display:flex;flex-direction:column;flex-shrink:0;border-right:1px solid #1e293b;border-radius:1rem;transition:width .3s ease;margin:8px 0 8px 8px;height:calc(100vh - 16px)}.sidebar.closed{width:70px}.sidebar-header{padding:1.5rem 1.5rem 1rem;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #1e293b;height:80px}.sidebar-logo{width:100%;max-width:200px;height:auto;object-fit:contain;background-color:transparent;padding:.5rem;border-radius:.5rem;filter:invert(1) hue-rotate(180deg) brightness(1.2)}.sidebar-icon{font-weight:800;font-size:1.5rem;color:#fbbf24;background:#1e293b;width:50px;height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center}.nav{display:flex;flex-direction:column;padding:2rem 1rem .5rem;gap:.25rem;flex:1}.sidebar.closed .nav{padding:1.5rem .5rem}.sidebar.closed .sidebar-footer{display:none}.nav-item{display:block;width:100%;text-align:left;padding:.5rem 1rem;border-radius:.5rem;background:transparent;color:#fff;border:1px solid transparent;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s;white-space:nowrap;overflow:hidden}.sidebar.closed .nav-item{text-align:center;padding:.5rem 0;font-size:1rem}.nav-item:hover{background:#1e293b;color:#fff}.sidebar-footer{margin-top:auto;padding:.75rem 1.5rem;border-top:1px solid #1e293b}.datetime-display{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem;background:#1e293b80;border-radius:.5rem;border:1px solid #334155}.clock{width:80px;height:80px;position:relative}.clock-face{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#1e293b,#0f172a);border:2px solid #fbbf24;position:relative;box-shadow:0 0 10px #fbbf244d}.clock-marker{position:absolute;width:2px;height:8px;background:#fbbf24;left:50%;top:50%;transform-origin:center}.clock-hand{position:absolute;left:50%;top:50%;transform-origin:center bottom;border-radius:2px;transition:transform .1s cubic-bezier(.4,2.08,.55,.44)}.hour-hand{width:3px;height:24px;background:#fbbf24;margin-left:-1.5px;margin-top:-24px}.minute-hand{width:2px;height:32px;background:#94a3b8;margin-left:-1px;margin-top:-32px}.second-hand{width:1.5px;height:36px;background:#ef4444;margin-left:-.75px;margin-top:-36px}.clock-center{position:absolute;width:6px;height:6px;background:#fbbf24;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.datetime-display .date{font-size:.65rem;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.nav-item.active{background:#1e293b;color:#fbbf24;font-weight:600;border-left:3px solid #fbbf24}.logout-btn{padding:.5rem 1rem;border-radius:.5rem;border:1px solid #ef4444;background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 1px 2px #ef44441a}.logout-btn:hover{background:linear-gradient(135deg,#fecaca,#fca5a5);color:#b91c1c;border-color:#dc2626;transform:translateY(-1px);box-shadow:0 2px 4px #ef444433}.logout-btn:active{transform:translateY(0)}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;height:100vh}.header{height:70px;background:linear-gradient(135deg,#0f172a,#1e293b);border-bottom:1px solid #1e293b;border-radius:1rem;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;margin:8px 8px 0}.header-left{display:flex;align-items:center;gap:1rem}.sidebar-toggle{background:transparent;border:1px solid #475569;color:#94a3b8;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;font-size:.8rem}.sidebar-toggle:hover{background:#ffffff1a;color:#f1f5f9}.page-title{font-size:1.5rem;font-weight:700;color:#f1f5f9}.user-profile{font-size:.9rem;color:#94a3b8;font-weight:500;display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;border-radius:.75rem;background:#1e293b80;border:1px solid #334155;transition:all .2s ease}.user-profile:hover{background:#3b82f626;border-color:#fbbf24;box-shadow:0 2px 8px #3b82f633}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #3b82f64d}.user-info{display:flex;flex-direction:column;gap:.15rem}.user-name{font-weight:600;color:#f1f5f9;font-size:.9rem}.user-role{font-size:.75rem;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.content-area{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:2rem}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.card{background:#fff;border-radius:1rem;padding:1.5rem;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a}.card-label{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.card-value{font-size:2rem;font-weight:700;color:#111827}.placeholder-table{background:#fff;border-radius:1rem;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.placeholder-header{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;font-weight:600;background:#f9fafb;color:#374151}.placeholder-body{padding:2rem;font-size:1rem;color:#6b7280;text-align:center}.data-table{width:100%;border-collapse:collapse;font-size:.9rem;text-align:left;background:transparent}.data-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:1rem;border:1px solid #1e293b;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;background:linear-gradient(135deg,#0f172a,#1e293b)}.data-table thead{background:linear-gradient(to bottom,#1e293bcc,#0f172ae6);border-bottom:2px solid #334155;position:sticky;top:0;z-index:10}.data-table th{padding:1rem 1.25rem;font-weight:600;color:#f1f5f9;text-transform:uppercase;font-size:.7rem;letter-spacing:.08em;white-space:nowrap}.data-table tbody tr{border-bottom:1px solid #334155;transition:all .2s ease}.data-table tbody tr:nth-child(2n){background:#ffffff0d}.data-table tbody tr:last-child{border-bottom:none}.data-table tbody tr:hover{background:linear-gradient(to right,#3b82f633,#3b82f61a);transform:scale(1.001);box-shadow:0 2px 8px #3b82f633}.data-table td{padding:1rem 1.25rem;color:#e2e8f0;vertical-align:middle}.vehicle-plate{font-size:.8em;color:#94a3b8;display:inline-block;margin-top:.25rem;padding:.15rem .4rem;background:#1e293b80;border-radius:.25rem;font-weight:500}@media(max-width:768px){.admin-app{flex-direction:column}.sidebar,.sidebar.closed{width:100%;height:auto;border-right:none;border-bottom:1px solid #1e293b}.sidebar-toggle{display:none}.nav{flex-direction:row;overflow-x:auto;padding:1rem}.nav-item{white-space:nowrap;width:auto;font-size:.85rem;padding:.6rem .8rem}.sidebar-footer{display:none}.main-content{height:auto;overflow:visible}.header{padding:0 1rem;height:60px}.page-title{font-size:1.2rem}.user-profile{font-size:.8rem}.content-area{padding:1rem;gap:1.5rem}.cards{grid-template-columns:1fr;gap:1rem}.card{padding:1rem}.card-value{font-size:1.5rem}.chart-card{flex:1 1 100%;padding:1rem}.chart-wrapper{height:250px}.chart-title{font-size:1rem}.data-table{font-size:.8rem}.data-table th{padding:.6rem .75rem;font-size:.65rem}.data-table td{padding:.75rem .85rem}.action-btn{padding:.4rem .7rem;font-size:.75rem}.status-badge{padding:.25rem .6rem;font-size:.65rem}.modal-content{width:95%;padding:1.5rem;max-height:95vh}.modal-title{font-size:1.25rem}.detail-grid,.documents-grid{grid-template-columns:1fr}.notification-panel .card{padding:1rem}.notification-form{gap:.75rem}}.charts-container{display:flex;flex-wrap:wrap;gap:1.5rem}@media(max-width:768px){.charts-container{flex-direction:column;gap:1rem}}.chart-card{flex:1 1 400px;background:#fff;padding:1.5rem;border-radius:1rem;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a;display:flex;flex-direction:column}.chart-title{margin-bottom:1.5rem;color:#374151;font-size:1.1rem;font-weight:600}.chart-wrapper{width:100%;height:300px}.no-data{display:flex;align-items:center;justify-content:center;height:100%;color:#9ca3af;font-style:italic}.placeholder-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.placeholder-row:last-child{border-bottom:none}.status-badge{padding:.35rem .85rem;border-radius:9999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;display:inline-flex;align-items:center;gap:.35rem;box-shadow:0 1px 2px #0000000d}.status-badge.completed{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;border:1px solid #86efac}.status-badge.active{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border:1px solid #93c5fd}.status-badge.pending{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border:1px solid #fcd34d}.drivers-list h3,.riders-list h3,.applications-list h3,.payments-list h3{margin-bottom:1rem;font-size:1.25rem;color:#111827}@media(max-width:768px){.drivers-list h3,.riders-list h3,.applications-list h3,.payments-list h3{font-size:1.1rem}}.doc-link{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border-radius:.5rem;background:#3b82f626;color:#60a5fa;text-decoration:none;font-size:.85rem;font-weight:500;transition:all .2s ease;border:1px solid rgba(59,130,246,.3)}.doc-link:hover{background:#3b82f640;color:#93c5fd;border-color:#3b82f680;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f633}.doc-missing{color:#64748b;font-size:.85rem;font-style:italic;padding:.4rem .75rem;background:#1e293b80;border-radius:.5rem;border:1px dashed #475569}.action-btn{padding:.5rem 1rem;border-radius:.5rem;font-weight:600;font-size:.8rem;cursor:pointer;transition:all .2s ease;border:none;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 4px #3b82f64d;display:inline-flex;align-items:center;gap:.35rem}.action-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f666}.action-btn:active{transform:translateY(0)}.action-btn:disabled{background:linear-gradient(135deg,#94a3b8,#64748b);cursor:not-allowed;box-shadow:none;opacity:.7}.view-btn{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569;margin-right:.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid #cbd5e1}.view-btn:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);color:#1e293b;border-color:#94a3b8;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.modal-overlay{position:fixed;inset:0;background:linear-gradient(135deg,#0f172acc,#1e293be6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:linear-gradient(135deg,#fff,#f8fafc);padding:2rem;border-radius:1.25rem;width:90%;max-width:850px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.modal-content{width:95%;padding:1.5rem;max-height:95vh}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e2e8f0;background:linear-gradient(to right,transparent,rgba(59,130,246,.05),transparent)}.modal-title{font-size:1.75rem;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:.75rem}.close-btn{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:1px solid #cbd5e1;border-radius:.5rem;width:40px;height:40px;color:#64748b;cursor:pointer;padding:0;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:1.25rem}.close-btn:hover{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626;border-color:#fca5a5;transform:rotate(90deg)}.modal-body{display:flex;flex-direction:column;gap:2rem}.detail-section{display:flex;flex-direction:column;gap:1.25rem;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.section-title{font-size:1.1rem;font-weight:700;color:#1e293b;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.05em}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.detail-item{display:flex;flex-direction:column;gap:.35rem;padding:.75rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:.5rem;border:1px solid #e2e8f0;transition:all .2s ease}.detail-item:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.detail-label{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.detail-value{font-size:.95rem;color:#1e293b;font-weight:500}.documents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.document-card{border:1px solid #e2e8f0;border-radius:.75rem;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 2px 4px #0000000d;transition:all .2s ease}.document-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.document-preview{width:100%;height:200px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:.5rem;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:.5rem;border:1px solid #e2e8f0}.document-preview img{width:100%;height:100%;object-fit:contain}.document-actions{display:flex;gap:.5rem}.btn-secondary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:.625rem 1rem;border-radius:.5rem;text-decoration:none;font-size:.875rem;font-weight:600;text-align:center;flex:1;transition:all .2s ease;box-shadow:0 2px 4px #3b82f64d;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-secondary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f666}.modal-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:1rem}.notification-panel{max-width:1230px;margin:0 auto}.notification-panel h3{font-size:1.5rem;font-weight:700;color:#f1f5f9;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.notification-panel .card{background:linear-gradient(135deg,#0f172a,#1e293b);border:1px solid #1e293b;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.notification-form{display:flex;flex-direction:column;gap:1.5rem}.notification-form .form-group{display:flex;flex-direction:column;gap:.5rem}.notification-form label{font-size:.875rem;font-weight:600;color:#e2e8f0;text-transform:uppercase;letter-spacing:.05em}.notification-form select,.notification-form input,.notification-form textarea{width:100%;max-width:600px;padding:.875rem 1rem;border:1px solid #475569;border-radius:.5rem;font-size:.95rem;color:#e2e8f0;background:#1e293b80;transition:all .2s ease;font-family:inherit}.notification-form select:focus,.notification-form input:focus,.notification-form textarea:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}.notification-form select:hover,.notification-form input:hover,.notification-form textarea:hover{border-color:#64748b}.notification-form textarea{resize:vertical;min-height:120px;line-height:1.5}.notification-form button{padding:.875rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;font-size:.95rem;cursor:pointer;width:100%;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.notification-form button:not(:disabled){background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#78350f;box-shadow:0 4px 6px #fbbf244d}.notification-form button:not(:disabled):hover{background:linear-gradient(135deg,#f59e0b,#d97706);transform:translateY(-2px);box-shadow:0 6px 12px #fbbf2466}.notification-form button:not(:disabled):active{transform:translateY(0)}.notification-form button:disabled{background:linear-gradient(135deg,#94a3b8,#64748b);color:#fff;cursor:not-allowed;opacity:.7}.notification-form button.success{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 6px #10b9814d}.notification-form button.error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 6px #ef44444d}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}@media(max-width:768px){.notification-panel{max-width:100%}.notification-panel h3{font-size:1.25rem}.notification-panel .card{padding:1.5rem}.notification-form{gap:1rem}.notification-form label{font-size:.8rem}.notification-form select,.notification-form input,.notification-form textarea{padding:.75rem .875rem;font-size:.9rem}.notification-form textarea{min-height:100px}.notification-form button{padding:.75rem 1.25rem;font-size:.9rem}}
