:root{--teal:#12abc1;--navy:#25224c;--line:#dedce4;--text:#3f3e48;--muted:#888694;--danger:#ef4b39;--page-bg:#f7f9fc;--border:#e5e7eb;--sidebar-width:250px;--topbar-height:72px}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--page-bg)}button,input,select{font:inherit}button{cursor:pointer}.app{min-height:100vh;background:var(--page-bg)}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:100;height:var(--topbar-height);width:100%;justify-content:space-between;padding:0 22px;background:#fff;border-bottom:1px solid #e5e7eb;box-sizing:border-box}.brand,.topbar{display:flex;align-items:center}.brand{gap:13px;text-decoration:none;color:#159fba;font-size:24px;font-weight:700;letter-spacing:.055em;line-height:1;transition:opacity .2s ease}.brand:hover{opacity:.9}.brand-name{white-space:nowrap}.brand-plane{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#16a8c1;overflow:hidden;flex-shrink:0}.brand-logo-main{width:100%;height:100%;display:block}.brand-plane svg{position:absolute;left:0;top:8px;transform:rotate(8deg)}.brand-plane svg+svg{left:20px;top:29px}.logout-top{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:9px;background:transparent;color:#64748b;cursor:pointer;transition:background .2s ease,color .2s ease}.logout-top:hover{background:#f1f5f9;color:var(--teal)}.sidebar{position:fixed;top:var(--topbar-height);bottom:0;left:0;width:var(--sidebar-width);background:#fff;border-right:1px solid #dfe3e8;z-index:20;padding:10px;overflow-y:auto}.nav-item{width:calc(100% - 0px);display:flex;align-items:center;gap:12px;padding:11px 14px;margin:3px 0;border-radius:10px;color:#64748b;text-decoration:none;font-size:14px;font-weight:500;transition:background .2s ease,color .2s ease}.nav-item svg{flex-shrink:0}.nav-item.active{background:#eef2ff;color:#16a8c1;font-weight:600}.nav-item:hover{background:#f1f5f9;color:#0f172a}.logout-side{width:auto;margin-top:12px;height:42px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:9px;background:#14a8bd;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.logout-side:hover{background:#0f94a7;transform:translateY(-1px);box-shadow:0 5px 15px rgba(20,168,189,.2)}.logout-side:active{transform:translateY(0)}.main{margin-left:var(--sidebar-width);min-height:calc(100vh - var(--topbar-height));padding:28px 26px 40px;background:var(--page-bg);box-sizing:border-box}.page-section{width:100%;max-width:1400px;margin:0 auto;padding-top:0}.page-title h1{font-size:39px;color:var(--navy);margin:0 0 32px;font-weight:700}.toolbar{gap:16px;margin-bottom:30px}.entries,.toolbar{display:flex;align-items:center}.entries{font-size:18px;color:var(--navy);gap:8px}.entries select{border:0;box-shadow:0 3px 14px #00000012;border-radius:8px;padding:10px 34px 10px 13px;color:#2e2d3a;background:#fff}.primary,.reload{background:var(--teal);color:#fff;border:0;border-radius:8px;padding:9px 14px;display:inline-flex;align-items:center;gap:6px;font-weight:600}.primary:hover,.reload:hover{background:#0f94a7}.primary:disabled,.reload:disabled{opacity:.55;cursor:not-allowed}.search{margin-left:auto;width:375px;height:40px;border:1px solid #d2d0d6;border-radius:8px;display:flex;align-items:center;padding:0 12px;color:#d0cfd5;background:#fff}.search:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px rgba(18,171,193,.08)}.search input{outline:0;flex:1 1;min-width:0;color:#444}.search button,.search input{border:0;background:transparent}.search button{color:#777;font-size:20px}.table-card{border-radius:10px;box-shadow:0 2px 12px #0c879514;background:#fff;overflow:visible}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:900px}td,th{padding:15px 20px;border-bottom:1px solid var(--line);font-size:14px;vertical-align:middle;text-align:left}th{font-weight:700;color:#16151c;background:#fff}td{color:#44424d}.action-cell,.action-th{width:80px;text-align:center}.action-cell,.action-wrap{position:relative}.action-wrap{display:inline-block}.dots{border:0;background:transparent;padding:6px;color:#222}.action-menu{position:absolute;right:24px;top:28px;width:190px;background:#fff;border-radius:5px;box-shadow:0 2px 10px #0002;z-index:15;padding:8px}.action-menu button{width:100%;border:0;background:#fff;display:flex;gap:12px;align-items:center;padding:10px 8px;color:#333;text-align:left}.action-menu button:hover{background:#f6f8f9}.action-menu .danger{color:var(--danger)}.table-footer{justify-content:space-between;padding:15px 18px;color:#777;font-size:13px}.pagination,.table-footer{display:flex;align-items:center}.pagination{gap:5px}.pagination button{border:1px solid #ddd;background:#fff;min-width:32px;height:32px;border-radius:5px}.pagination button.current{background:var(--teal);border-color:var(--teal);color:#fff}.pagination button:disabled{opacity:.4;cursor:not-allowed}.empty{text-align:center;padding:45px}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(230px,1fr));grid-gap:27px;gap:27px;margin:12px 54px}.stat-card{height:130px;border-radius:8px;background:#fff;box-shadow:0 4px 15px #00000016;border:1px solid #f1f8fa;display:flex;flex-direction:column;align-items:center;justify-content:center}.stat-title{font-size:25px;color:var(--navy);letter-spacing:.5px}.stat-value{font-size:22px;color:var(--navy);margin-top:8px}.dashboard-reload{margin-bottom:12px}.status{display:inline-block;padding:4px 10px;border-radius:6px;font-size:13px;font-weight:600;text-transform:capitalize}.status-active,.status.active,.status.assigned,.status.confirmed{background:#dcfce7;color:#15803d}.status-expired,.status.cancelled{background:#fee2e2;color:#dc2626}.muted{color:#777;font-size:12px}.toast{position:fixed;right:24px;bottom:24px;padding:13px 18px;background:#1f8b56;color:#fff;border-radius:8px;box-shadow:0 8px 25px #0002;z-index:100}.toast.error{background:#d83b31}.toast button{border:0;background:transparent;color:#fff;margin-left:15px}.modal-backdrop{position:fixed;inset:0;background:#0006;z-index:90;display:flex;align-items:center;justify-content:center;padding:20px}.modal{width:min(760px,100%);max-height:85vh;overflow:auto;background:#fff;border-radius:10px;box-shadow:0 15px 60px #0004}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid var(--line)}.modal-head h3{margin:0;color:var(--navy)}.modal-head button{border:0;background:transparent}.modal-body{padding:22px}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.detail-item{border:1px solid #e5e7eb;border-radius:8px;padding:12px;background:#fff;min-width:0}.detail-item small{display:block;color:#6b7280;font-size:12px;margin-bottom:5px;text-transform:capitalize}.detail-item strong{display:block;color:#111827;font-size:14px;font-weight:600;word-break:break-word}.detail-image-wrapper{width:100%;height:180px;margin-top:8px;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;background:#f9fafb;display:flex;align-items:center;justify-content:center}.detail-image{width:50%;height:50%;object-fit:contain;display:block}.image-item{min-height:220px}.loading-screen{height:100vh;display:grid;place-items:center;color:var(--teal)}.login-page{min-height:100vh;background:#f6fbfc;display:grid;place-items:center;padding:20px}.login-card{width:min(430px,100%);background:#fff;border-radius:14px;box-shadow:0 12px 45px #00000014;padding:35px}.login-logo{display:flex;align-items:center;gap:10px;color:var(--teal);font-size:26px;margin-bottom:25px}.login-logo span{display:flex;position:relative;width:55px;height:45px}.login-logo svg{position:absolute}.login-logo svg+svg{left:22px;top:18px}.login-card h1{color:var(--navy);margin:0 0 8px}.login-card p{color:#777;line-height:1.5;margin-bottom:25px}.login-card label{display:block;margin:14px 0 7px;color:#333;font-weight:600}.input-icon{height:45px;border:1px solid #ddd;border-radius:7px;display:flex;align-items:center;gap:8px;padding:0 12px;color:#999}.input-icon input{border:0;outline:0;flex:1 1}.full{width:100%;justify-content:center;margin-top:22px;height:45px}.error-box{margin-top:14px;padding:10px;border-radius:6px;background:#fff0ef;color:#c43b30}.admin-table-wrapper{width:100%;margin-top:5px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:visible;box-shadow:0 2px 10px rgba(15,23,42,.025)}.admin-table-header{min-height:76px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #e5e7eb;background:#fff}.admin-table-title{display:flex;align-items:center;gap:12px}.admin-table-title h2{margin:0;font-size:21px;font-weight:700;color:#172b4d}.table-count{padding:4px 9px;border-radius:20px;background:#f1f5f9;color:#64748b;font-size:12px;font-weight:600}.admin-table-actions{display:flex;align-items:center;gap:10px}.table-search{width:240px;height:40px;position:relative;display:flex;align-items:center;border:1px solid #d9dee7;border-radius:8px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.table-search:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px rgba(18,171,193,.1)}.table-search .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:18px;height:18px;color:#94a3b8;font-size:16px;pointer-events:none}.table-search input{width:100%;height:100%;border:none;outline:none;padding:0 38px;background:transparent;color:#334155;font-size:13px}.table-search input::placeholder{color:#9ca3af}.table-search .search-clear{position:absolute;right:9px;top:50%;transform:translateY(-50%);width:24px;height:24px;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:5px;background:transparent;color:#94a3b8;font-size:17px;line-height:1;cursor:pointer}.table-search .search-clear:hover{background:#f1f5f9;color:#475569}.reload-btn{height:40px;padding:0 15px;border:1px solid #d7dce3;border-radius:8px;background:#fff;color:#475569;cursor:pointer;font-size:13px;font-weight:600}.reload-btn:hover{background:#f8fafc}.reload-btn:disabled{opacity:.6;cursor:not-allowed}.admin-table-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:visible;position:relative}.admin-table{width:100%;min-width:850px;border-collapse:collapse;table-layout:auto}.admin-table thead{background:#f8fafc}.admin-table th{height:46px;padding:0 15px;text-align:left;vertical-align:middle;color:#334155;font-size:12px;font-weight:700;letter-spacing:.2px;border-bottom:1px solid #e2e8f0;white-space:nowrap}.admin-table td{height:62px;padding:12px 15px;color:#475569;font-size:13px;font-weight:500;border-bottom:1px solid #edf0f3;white-space:nowrap}.admin-table tbody tr{transition:background .15s ease}.admin-table tbody tr:hover{background:#f8fbfc}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody td:first-child{color:#1e293b;font-weight:600}.actions-header{text-align:center!important}.actions-cell{text-align:center;vertical-align:middle}.actions-cell>*,.actions-trigger{display:inline-flex;align-items:center;justify-content:center}.actions-trigger{width:34px;height:34px;padding:0;border:0;border-radius:6px;background:transparent;color:#374151;cursor:pointer}.actions-trigger:focus,.actions-trigger:hover{outline:none;background:#f1f5f9}.actions-menu{position:fixed;z-index:999999;width:190px;padding:6px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.1),0 4px 10px rgba(0,0,0,.06);box-sizing:border-box}.action-item{width:100%;height:42px;display:flex;align-items:center;gap:12px;padding:0 12px;border:0;border-radius:6px;background:transparent;color:#374151;font-size:14px;text-align:left;cursor:pointer}.action-item:hover{background:#f5f7fa}.action-item svg{flex-shrink:0}.action-approve{color:#15803d}.action-delete,.action-reject{color:#dc2626}.table-message{height:150px!important;text-align:center!important;color:#94a3b8!important;font-size:13px!important;font-weight:500!important}.admin-table-footer{min-height:62px;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #e5e7eb;background:#fff}.pagination-info{color:#64748b;font-size:12px;font-weight:500}@keyframes table-spin{to{transform:rotate(1turn)}}.table-loader{display:inline-flex;align-items:center;gap:9px}.table-loader span{width:15px;height:15px;border:2px solid #dbeafe;border-top-color:#20a9c4;border-radius:50%;animation:table-spin .7s linear infinite}.dashboard-page{width:100%;min-height:calc(100vh - var(--topbar-height));padding:28px 36px 40px;background:#f7f9fc;box-sizing:border-box}.dashboard-header{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.dashboard-header h1{margin:0;color:#172554;font-size:30px;line-height:1.2;font-weight:700;letter-spacing:-.4px}.dashboard-header p{margin:7px 0 0;color:#64748b;font-size:14px;line-height:1.5}.dashboard-refresh{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:none;border-radius:8px;background:#14a8bd;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.dashboard-refresh:hover{background:#0f94a7;transform:translateY(-1px);box-shadow:0 5px 15px rgba(20,168,189,.2)}.dashboard-refresh:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.dashboard-stats{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px;margin-bottom:24px}.dashboard-card{min-height:184px;padding:22px;box-sizing:border-box;background:#fff;border:1px solid #e5eaf0;border-radius:14px;box-shadow:0 2px 8px rgba(15,23,42,.03);display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s ease,box-shadow .2s ease}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(15,23,42,.07)}.card-top{justify-content:space-between}.card-icon,.card-top{display:flex;align-items:center}.card-icon{width:44px;height:44px;justify-content:center;border-radius:11px;color:#16a8c1;background:#eaf8fb}.dashboard-card.agents .card-icon{color:#129fb2;background:#eaf7f8}.dashboard-card.drivers .card-icon{color:#4f7ff7;background:#eef3ff}.dashboard-card.pending .card-icon{color:#ed9a00;background:#fff6e5}.card-arrow{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#94a3b8;background:#f8fafc}.card-info{display:flex;flex-direction:column;margin-top:20px}.card-title{font-size:13px;font-weight:500;color:#64748b;margin-bottom:4px}.card-value{margin:0;color:#172554;font-size:30px;line-height:1.1;font-weight:700}.card-description{margin-top:5px;color:#94a3b8;font-size:12px;line-height:1.4}.dashboard-overview{width:100%;padding:20px 24px;box-sizing:border-box;background:#fff;border:1px solid #e5eaf0;border-radius:14px;box-shadow:0 2px 8px rgba(15,23,42,.03)}.overview-content{display:flex;align-items:center;gap:16px}.overview-icon{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:11px;color:#16a8c1;background:#eaf8fb}.overview-content h2{margin:0 0 4px;font-size:16px;line-height:1.3;font-weight:700;color:#172554}.overview-content p{margin:0;font-size:13px;line-height:1.5;color:#64748b}.spin{animation:dashboard-spin 1s linear infinite}@keyframes dashboard-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mobile-menu{display:none;width:40px;height:40px;align-items:center;justify-content:center;border:none;border-radius:9px;background:transparent;color:#475569;cursor:pointer}.mobile-menu:hover{background:#f1f5f9}@media (max-width:1100px){.dashboard-page{padding:26px 28px 36px}.dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.topbar{height:64px;padding:0 16px}.brand{font-size:20px;gap:10px}.brand-plane{width:40px;height:40px;border-radius:9px}.sidebar{top:64px;width:250px;transform:translateX(-100%);transition:transform .2s ease}.sidebar.show{transform:translateX(0)}.main{margin-left:0;min-height:calc(100vh - 64px);padding:24px 20px 32px}.mobile-menu{display:flex;margin-left:auto;margin-right:6px}.logout-top{display:none}.stats-grid{grid-template-columns:1fr;margin:10px}.page-title h1{font-size:31px;margin-bottom:28px}.toolbar{flex-wrap:wrap}.search{order:5;width:100%;margin-left:0}.admin-table-header{align-items:flex-start;flex-direction:column}.admin-table-actions,.table-search{width:100%}.admin-table{min-width:750px}.table-footer{gap:15px}.admin-table-footer,.table-footer{flex-direction:column;align-items:flex-start}.detail-grid{grid-template-columns:1fr}}@media (max-width:768px){.topbar{height:64px;padding:0 14px}.brand{font-size:19px;letter-spacing:.04em}.brand-plane{border-radius:9px}.brand-plane,.mobile-menu{width:38px;height:38px}.main{padding:20px 16px 30px}.dashboard-page{min-height:calc(100vh - 64px);padding:22px 16px 32px}.dashboard-header{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:22px}.dashboard-header h1{font-size:27px}.dashboard-header p{font-size:13px}.dashboard-refresh{width:100%}.dashboard-stats{grid-template-columns:1fr;gap:16px}.dashboard-card{min-height:170px;padding:20px}.dashboard-overview{padding:18px}.overview-content{align-items:flex-start}.overview-content p{font-size:12px}.admin-table-header{padding:16px}.admin-table-actions{width:100%;flex-wrap:wrap}.table-search{width:100%;flex:1 1}.reload-btn{width:100%}.admin-table-title h2{font-size:20px}.admin-table-footer{padding:12px 15px}.detail-grid{grid-template-columns:1fr}.detail-image-wrapper{height:200px}}@media (max-width:600px){.brand{font-size:18px}.brand-plane{width:36px;height:36px}.dashboard-page{padding:20px 14px 28px}.dashboard-header h1{font-size:25px}.dashboard-card{min-height:165px}.card-value{font-size:28px}.admin-table-header{padding:15px}.admin-table-title h2{font-size:18px}.admin-table-footer{align-items:flex-start;flex-direction:column;padding:12px 15px}}