:root{--bg:#fff;--surface:#fff;--surface-2:#f0f3f8;--text:#182034;--muted:#6c768b;--border:#dfe5ef;--primary:#4f2a78;--primary-2:#6f3caf;--primary-soft:#f0e8f8;--accent:#f29f05;--success:#14885b;--success-soft:#e7f7ef;--danger:#b42318;--danger-soft:#ffe9e6;--warning:#b76e00;--warning-soft:#fff3d8;--info:#0b6f9d;--info-soft:#e8f6fc;--shadow:0 7px 5px #6379cf14;--radius-xl:28px;--radius-lg:20px;--radius-md:14px;--radius-sm:10px;--sidebar-w:290px;--header-h:72px;--font:Tahoma, Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font);background:var(--bg);color:var(--text);direction:inherit;margin:0}html[dir=ltr] body,body[dir=ltr]{direction:ltr}html[dir=rtl] body,body[dir=rtl]{direction:rtl}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}button{cursor:pointer}.hidden{display:none!important}.nowrap{white-space:nowrap}.text-muted{color:var(--muted)}.text-danger{color:var(--danger)}.text-success{color:var(--success)}.text-warning{color:var(--warning)}.text-info{color:var(--info)}.auth-page{background-image:linear-gradient(0deg, #271d448c, #271d448c), radial-gradient(circle at 20% 20%, #f29f0529, transparent 32%), radial-gradient(circle at 80% 30%, #4f2a7833, transparent 30%), linear-gradient(135deg, #271d44d9 0%, #4f2a78e0 55%, #171e35d9 100%), var(--img-auth-page-bg);background-blend-mode:normal;background-position:50%;background-repeat:no-repeat;background-size:cover;place-items:center;min-height:100vh;padding:24px;display:grid;position:relative;overflow:hidden}.auth-card{width:min(1020px,100%);box-shadow:var(--shadow);background:#fffffff5;border:1px solid #ffffff59;border-radius:32px;grid-template-columns:1fr .9fr;display:grid;overflow:hidden}.auth-hero{color:#fff;background-image:linear-gradient(#1820348c, #1820348c), var(--img-auth-hero-bg);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:space-between;min-height:570px;padding:48px;display:flex}.auth-brand-block{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.logo-mark{border-radius:16px;place-items:center;width:200px;height:62.23px;font-size:26px;display:grid}.auth-hero h1{margin:318px 0 14px;font-size:38px;line-height:1.35}.auth-point{color:#ffffffe0;align-items:center;gap:12px;display:flex}.auth-point span:first-child{background:#ffffff1f;border-radius:10px;place-items:center;width:30px;height:30px;display:grid}.auth-form-wrap{flex-direction:column;justify-content:center;padding:52px;display:flex}.auth-form-wrap h2{margin:0 0 8px;font-size:28px}.auth-form-wrap .subtitle{color:var(--muted);margin:0 0 30px;line-height:1.8}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px;display:grid}.form-grid.one{grid-template-columns:1fr}.form-field{align-content:start;gap:8px;display:grid}.form-field label{color:#35405a;font-size:13px;font-weight:700}.form-control{border:1px solid var(--border);width:100%;color:var(--text);box-sizing:border-box;background:#fff;border-radius:14px;outline:none;height:46px;min-height:46px;padding:10px 14px;transition:border-color .18s,box-shadow .18s,background .18s}textarea.form-control{resize:vertical;height:auto;min-height:92px}.form-control:focus{border-color:var(--primary);box-shadow:0 0 0 4px #4f2a781a}.form-help{color:var(--muted);font-size:12px;line-height:1.6}.form-error{color:var(--danger);min-height:18px;margin:0;font-size:13px}.upload-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.upload-grid .form-field{flex-direction:column;display:flex}.upload-wrapper{flex:1;display:flex;position:relative}.file-input-hidden{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;inset:0}.upload-zone{border:2px dashed var(--border);background:var(--surface);text-align:center;width:100%;height:180px;min-height:180px;color:var(--muted);box-sizing:border-box;border-radius:18px;flex:1;align-content:center;place-items:center;gap:8px;padding:16px;transition:border-color .18s,background-color .18s,transform .18s;display:grid}.upload-zone.drag-over{border-color:var(--primary);background:#faf5ff;transform:translateY(-2px)}.upload-zone.has-image{background:#f7f8ff;border-style:solid;border-color:#d5deff}.image-preview{object-fit:contain;border-radius:12px;width:100%;max-width:100%;height:100%;max-height:100%}.upload-placeholder{align-items:center;gap:8px;display:grid}.upload-icon{background:#f2f4ff;border-radius:12px;place-items:center;width:80px;height:80px;margin:0 auto;display:grid}.upload-icon-img{object-fit:contain;width:80px;height:80px}.upload-meta{color:#2e4a7d;font-size:12px;font-weight:700}.btn{border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 16px;font-weight:800;transition:transform .16s,box-shadow .16s,opacity .16s,background .16s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 12px 24px #4f2a782e}.btn-secondary{background:var(--surface-2);color:var(--text);border-color:var(--border)}.btn-success{background:var(--success);color:#fff}.btn-danger{background:var(--danger);color:#fff}.btn-warning{background:var(--accent);color:#271900}.btn-ghost{color:var(--text);border-color:var(--border);background:0 0}.btn-block{width:100%}.btn-sm{border-radius:11px;min-height:34px;padding:7px 11px;font-size:12px}.app-shell{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-w);min-width:var(--sidebar-w);color:#fff;background:#2e135e;height:100vh;padding:22px;position:sticky;top:0;overflow-y:auto}.brand{align-items:center;gap:12px;padding:4px 4px 26px;display:flex}.brand-logo-wrap{background:0 0;border-radius:16px;flex:0 0 64px;place-items:center;width:64px;height:64px;min-height:64px;display:grid;overflow:hidden}.brand-logo{object-fit:contain;width:64px;height:64px;min-height:64px;max-height:64px;display:block}.brand-logo-wrap .logo-mark,.brand .logo-mark{background:linear-gradient(135deg, var(--accent), #ffe6a8);color:#fff;border-radius:16px;place-items:center;width:64px;height:64px;font-size:26px;font-weight:800;display:grid;box-shadow:0 15px 30px #f29f0540}.auth-logo{object-fit:contain;border-radius:16px;width:200px;height:62.23px}.auth-sub-logo{object-fit:contain;background:0 0;border-radius:0;width:220px;max-width:100%;height:auto;margin-top:14px;display:block}.brand h1{margin:0;font-size:18px}.brand p{color:#ffffff94;margin:3px 0 0;font-size:12px}.nav-section-title{color:#ffffff6b;margin:16px 10px 10px;font-size:12px;font-weight:900}.nav-list{gap:6px;display:grid}.nav-link{color:#ffffffbf;border-radius:15px;align-items:center;gap:12px;padding:12px 13px;font-size:14px;font-weight:700;display:flex}.nav-link:hover,.nav-link.active{color:#fff;background:#ffffff1a}.nav-link .icon{flex:0 0 16px;place-items:center;width:16px;height:16px;display:grid}.nav-link .icon img{object-fit:contain;width:16px;height:16px;display:block}.sidebar-footer{color:#ffffffb8;background:#ffffff12;border:1px solid #ffffff14;border-radius:20px;margin-top:30px;padding:16px;font-size:12px;line-height:1.8}.main{flex:1;min-width:0}.topbar{min-height:var(--header-h);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:20;background:#f6f7fbd1;justify-content:space-between;align-items:center;gap:18px;padding:14px 26px;display:flex;position:sticky;top:0}.topbar-title h2{margin:0;font-size:21px}.topbar-title p{color:var(--muted);margin:4px 0 0;font-size:13px}.topbar-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-inline-start:auto;display:flex}.user-pill{background:var(--surface);border:1px solid var(--border);color:var(--muted);border-radius:999px;align-items:center;gap:10px;padding:8px 12px;font-size:13px;display:flex}.avatar{background:var(--primary-soft);width:24px;height:24px;color:var(--primary);border-radius:50%;place-items:center;font-weight:900;display:grid}.content{padding:26px}.page-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.page-header h1{margin:0;font-size:26px}.page-header p{color:var(--muted);margin:8px 0 0;line-height:1.8}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.card-body{padding:20px}.card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;display:flex}.card-header h3{margin:0;font-size:18px}.card-header p{color:var(--muted);margin:4px 0 0;font-size:13px}.grid{gap:18px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card{align-items:center;gap:14px;padding:20px;display:flex}.stat-icon{background:var(--primary-soft);width:44px;height:44px;color:var(--primary);border-radius:17px;place-items:center;font-size:22px;display:grid}.stat-icon img{object-fit:contain;width:24px;height:24px;display:block}.stat-card h3{margin:0;font-size:26px}.stat-card p{color:var(--muted);margin:5px 0 0;font-size:13px}.toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.filters{flex-wrap:wrap;flex:1;align-items:stretch;gap:10px;min-width:0;display:flex}.filters .form-control{flex:0 auto;min-width:160px;max-width:420px;height:46px;min-height:46px}.filters select.form-control{line-height:24px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:760px}th,td{text-align:start;border-bottom:1px solid var(--border);vertical-align:middle;padding:14px 12px}th{color:#47506a;white-space:nowrap;background:#fafbfe;font-size:12px}td{font-size:13px}.table-actions{flex-wrap:wrap;gap:8px;display:flex}.badge{border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:900;display:inline-flex}.badge-success{background:var(--success-soft);color:var(--success)}.badge-danger{background:var(--danger-soft);color:var(--danger)}.badge-warning{background:var(--warning-soft);color:var(--warning)}.badge-info{background:var(--info-soft);color:var(--info)}.badge-muted{background:var(--surface-2);color:var(--muted)}.badge-primary{background:var(--primary-soft);color:var(--primary)}.modal-backdrop{z-index:80;background:#090d198a;justify-content:center;align-items:center;padding:18px;display:none;position:fixed;inset:0}.modal-backdrop.show{display:flex}.modal{background:var(--surface);border:1px solid var(--border);border-radius:24px;width:min(920px,100%);max-height:92vh;overflow-y:auto;box-shadow:0 30px 80px #0a0c1847}.modal.small{width:min(520px,100%)}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;padding:18px 20px;display:flex}.modal-header h3{margin:0}.modal-body{padding:20px}.modal-footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:flex-start;gap:10px;padding:16px 20px;display:flex}.close-x{background:var(--surface-2);border:0;border-radius:12px;width:36px;height:36px;font-weight:900}.toast-wrap{top:22px;z-index:9999;gap:10px;max-width:430px;display:grid;position:fixed;inset-inline-end:22px}.toast{background:var(--primary);color:#fff;border-radius:16px;min-width:260px;padding:13px 15px;line-height:1.7;animation:.2s toastIn;box-shadow:0 20px 45px #00000038}.toast.success{background:var(--success)}.toast.danger{background:var(--danger)}.toast.warning{background:var(--warning);color:#1f2937}.toast.info{background:var(--primary)}@keyframes toastIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.map-layout{grid-template-columns:360px 1fr;gap:18px;min-height:calc(100vh - 145px);display:grid}.map-sidebar{align-content:start;gap:14px;display:grid}.map-box{border-radius:var(--radius-lg);border:1px solid var(--border);background:linear-gradient(135deg,#e6edf8,#f8fafc);min-height:620px;position:relative;overflow:hidden}#googleMap{width:100%;height:100%;min-height:620px}.map-fallback{text-align:center;height:100%;min-height:620px;color:var(--muted);place-items:center;padding:20px;line-height:1.9;display:grid}.driver-card,.order-card{gap:12px;padding:15px;display:grid}.card-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.timeline{gap:0;display:grid;position:relative}.timeline-item{grid-template-columns:26px 1fr;gap:12px;padding-bottom:18px;display:grid}.timeline-dot{background:var(--primary);border-radius:50%;width:14px;height:14px;margin-top:4px;position:relative}.timeline-dot:after{content:"";inset-inline-start:6px;background:var(--border);width:2px;height:42px;position:absolute;top:15px}.timeline-item:last-child .timeline-dot:after{display:none}.timeline-title{font-weight:900}.timeline-time{color:var(--muted);margin-top:4px;font-size:12px}.driver-phone-shell{background:#2e135e;border-radius:34px;max-width:410px;margin:0 auto;padding:14px;box-shadow:0 28px 70px #0e12222e}.driver-phone-screen{background:var(--bg);border-radius:26px;min-height:700px;overflow:hidden}.driver-app-header{background:linear-gradient(135deg, var(--primary), #141c31);color:#fff;padding:24px 20px 28px}.driver-app-header h2{margin:0 0 8px}.driver-app-header p{color:#ffffffb8;margin:0}.driver-app-body{gap:14px;padding:16px;display:grid}.offer-card{border:1px solid var(--border);background:#fff;border-radius:22px;gap:12px;padding:16px;display:grid}.offer-route{gap:10px;display:grid}.route-point{gap:10px;line-height:1.7;display:flex}.route-pin{background:var(--primary-soft);width:28px;height:28px;color:var(--primary);border-radius:9px;flex:none;place-items:center;display:grid}.code-box{text-align:left;color:#e7f0ff;direction:ltr;background:#2e135e;border-radius:16px;padding:16px;font-family:Consolas,monospace;font-size:12px;line-height:1.7;overflow:auto}.empty-state{text-align:center;color:var(--muted);padding:34px 18px;line-height:1.9}.menu-toggle{display:none}@media (width<=1100px){.grid-4,.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.map-layout{grid-template-columns:1fr}.map-sidebar{order:2}}@media (width<=900px){.auth-card{grid-template-columns:1fr}.auth-hero{color:#fff;background-image:linear-gradient(#1820348c, #1820348c), var(--img-auth-hero-bg);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:space-between;min-height:570px;padding:48px;display:flex}.auth-brand-block{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.auth-form-wrap{padding:32px}.sidebar{z-index:60;transition:transform .2s;position:fixed;inset-inline-end:0;transform:translate(105%)}.sidebar.open{transform:translate(0)}[dir=ltr] .sidebar{inset-inline:0 auto;transform:translate(-105%)}[dir=ltr] .sidebar.open{transform:translate(0)}.menu-toggle{display:inline-flex}.app-shell{display:block}.content{padding:18px}.topbar{padding:12px 18px}}@media (width<=680px){.form-grid,.grid-2,.grid-3,.grid-4,.upload-grid{grid-template-columns:1fr}.filters{flex-wrap:wrap}.filters .form-control{flex:100%;min-width:100%;max-width:none}.auth-form-wrap,.auth-hero{color:#fff;background-image:linear-gradient(#1820348c, #1820348c), var(--img-auth-hero-bg);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:space-between;min-height:570px;padding:48px;display:flex}.auth-brand-block{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.auth-hero h1{margin:318px 0 14px;font-size:38px;line-height:1.35}}#adminProfileForm.form-grid,#passwordForm.form-grid{align-items:stretch}.form-field--action{flex-direction:column;justify-content:flex-start;padding-top:25.55px;display:flex}.form-field--action .btn{width:100%;height:46px;min-height:46px}
