:root{--clover:#6f8455;--sprout:#4a6538;--willow:#1f4318;--meadow:#0b2e13;--meadow-hover:#081f0d;--meadow-focus:#0b2e1338;--bg-page:#e6e6e6;--bg-card:#fff;--bg-left:#f3f4f6;--text-main:#111827;--text-muted:#6b7280;--text-soft:#4b5563;--border:#d1d5db;--placeholder:#9ca3af}*{box-sizing:border-box}body{background:#e6e6e6;background:var(--bg-page);color:#111827;color:var(--text-main);font-family:Inter,Segoe UI,Arial,sans-serif;margin:0}.auth-page{display:grid;min-height:100vh;padding:24px;place-items:center}.auth-card{background:var(--bg-card);box-shadow:0 10px 30px #00000014;display:grid;grid-template-columns:1fr 1fr;min-height:680px;overflow:hidden;width:min(1080px,100%)}.auth-left{background:#f3f4f6;background:var(--bg-left);display:flex;flex-direction:column;justify-content:space-between;padding:36px;position:relative}.watermark{color:#0000000f;font-size:74px;font-weight:800;left:22px;letter-spacing:-2px;position:absolute;top:18px;-webkit-user-select:none;user-select:none}.brand-content{margin-top:100px;max-width:360px}.brand-content h2{color:#111827;color:var(--text-main);font-size:30px;margin:0}.brand-content p{color:#4b5563;color:var(--text-soft);font-size:14px;line-height:1.7;margin-top:12px}.left-footer{color:#6b7280;color:var(--text-muted);display:flex;font-size:13px;gap:18px}.auth-right{background:#fff;background:var(--bg-card);display:flex;flex-direction:column;justify-content:center;padding:42px}.auth-right h1{color:#111827;color:var(--text-main);font-size:32px;margin:0}.subtitle{color:#6b7280;color:var(--text-muted);font-size:14px;margin-bottom:24px;margin-top:8px}.auth-form{gap:12px}.auth-form,.field{display:flex;flex-direction:column}.field{gap:7px}.field label{color:#374151;font-size:13px}.field input,.field select{border:1px solid #d1d5db;border:1px solid var(--border);border-radius:8px;color:#111827;color:var(--text-main);font-size:14px;height:42px;transition:.2s ease}.field input::placeholder{color:#9ca3af;color:var(--placeholder)}.field input:focus,.field select:focus{border-color:#0b2e13;border-color:var(--meadow);box-shadow:0 0 0 3px #0b2e1338;box-shadow:0 0 0 3px var(--meadow-focus)}.field select:required:invalid{color:#9ca3af;color:var(--placeholder)}.field select option{color:#111827;color:var(--text-main)}.field select option[value=""]{color:#9ca3af;color:var(--placeholder)}.row-end{display:flex;justify-content:flex-end;margin-top:-4px}.auth-link{color:#0b2e13;color:var(--meadow);font-size:13px;font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.btn-primary{background:#0b2e13;background:var(--meadow);border-radius:8px;font-size:15px;height:44px;margin-top:8px;transition:.2s ease}.btn-primary:hover{background:#081f0d;background:var(--meadow-hover)}.switch-auth{color:#6b7280;color:var(--text-muted);font-size:13px;margin-top:12px}@media (max-width:920px){.auth-card{grid-template-columns:1fr}.auth-left{display:none}.auth-right{padding:26px 20px}}.driver-page{background:linear-gradient(135deg,#6f845524,#1f43181a),#e6e6e6;background:linear-gradient(135deg,#6f845524,#1f43181a),var(--bg-page)}.driver-card{border:1px solid #1f43181f}.driver-left{background:linear-gradient(180deg,#6f845538,#4a653833 50%,#1f431838)}.driver-left .brand-content h2{color:#1f4318;color:var(--willow)}.driver-left .brand-content p{color:#2f3f2a}.driver-left .left-footer span{background:#0b2e1314;border:1px solid #0b2e131f;border-radius:999px;color:#0b2e13;color:var(--meadow);font-size:12px;padding:4px 10px}.driver-btn{background:#0b2e13;background:var(--meadow)}.driver-btn:hover{background:#081f0d;background:var(--meadow-hover)}.file-upload{align-items:center;background:#6f845514;border:1px dashed #1f431859;border-radius:8px;cursor:pointer;display:flex;height:42px;padding:0 12px;transition:.2s ease}.file-upload:hover{background:#4a65381f;border-color:#4a6538;border-color:var(--sprout)}.file-upload input{display:none}.file-upload span{color:#344434;font-size:14px}.consent-box{background:#fafafa;border:1px solid #d1d5db;border:1px solid var(--border);border-radius:10px;color:#374151;line-height:1.55;max-height:420px;overflow:auto;padding:14px}.consent-box,.consent-check{font-size:14px;margin-bottom:14px}.consent-check{align-items:center;color:#111827;color:var(--text-main);display:flex;gap:10px}.consent-check input{height:16px;width:16px}.stepper-wrap{align-items:center;display:flex;flex-wrap:nowrap;gap:10px;margin-bottom:18px;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;scrollbar-width:thin}.stepper-item{align-items:center;display:inline-flex;flex:0 0 auto;position:relative}.step-circle{background:#fff;border:2px solid #d1d5db;border:2px solid var(--border);border-radius:999px;color:#6b7280;color:var(--text-muted);display:grid;flex-shrink:0;font-size:13px;font-weight:700;height:32px;place-items:center;width:32px}.step-circle.active{background:#4a6538;background:var(--sprout);border-color:#4a6538;border-color:var(--sprout);color:#fff}.step-circle.done{background:#0b2e13;background:var(--meadow);border-color:#0b2e13;border-color:var(--meadow);color:#fff}.step-label{color:#6b7280;color:var(--text-muted);font-size:13px;font-weight:600;margin-left:8px;margin-right:8px;white-space:nowrap}.step-label.active{color:#1f4318;color:var(--willow)}.step-line{background:#d1d5db;background:var(--border);height:2px;min-width:34px;width:34px}.step-line.done{background:#0b2e13;background:var(--meadow)}.form-warning{background:#fff4e5;color:#93370d}.form-error,.form-warning{border-radius:8px;font-size:.92rem;margin-bottom:10px;padding:10px 12px}.form-error{background:#ffe9e9;border:1px solid #f7caca;color:#b42318}.form-success{background:#e8f7ee;border:1px solid #b7ebc6;border-radius:8px;color:#067647;font-size:.92rem;margin-bottom:10px;padding:10px 12px}.auth-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 24px #1018280f}.auth-right{padding:28px}.auth-right h1{color:#1f4318;font-size:1.45rem;font-weight:800;margin:0 0 4px}.subtitle{color:#667085;font-size:.95rem;margin:0 0 16px}.auth-form{grid-gap:14px;display:grid;gap:14px}.field label{color:#344054;display:block;font-size:.9rem;font-weight:600;margin-bottom:6px}.field input,.field select{background:#fff;border:1px solid #d0d5dd;border-radius:10px;color:#101828;height:44px;outline:none;padding:0 12px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.field input:focus,.field select:focus{border-color:#1f7a1f;box-shadow:0 0 0 3px #1f7a1f24}.grid-2{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:768px){.grid-2{grid-template-columns:1fr}}.btn-primary{background:linear-gradient(135deg,#1f7a1f,#256f1d);border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;height:46px;transition:transform .05s ease,filter .2s ease}.btn-primary:hover{filter:brightness(1.05)}.btn-primary:active{transform:translateY(1px)}#drivers-list{grid-gap:12px;display:grid;gap:12px}.driver-card{grid-gap:14px;align-items:center;background:#fff;border:1px solid #e4e7ec;border-radius:14px;box-shadow:0 6px 18px #1018280d;display:grid;gap:14px;grid-template-columns:auto 1fr auto;padding:14px;transition:transform .12s ease,box-shadow .2s ease,border-color .2s ease}.driver-card:hover{border-color:#cfe8d2;box-shadow:0 10px 26px #10182814;transform:translateY(-1px)}.driver-avatar{border-radius:12px;box-shadow:inset 0 0 0 1px #ffffff2e;color:#fff;display:grid;font-size:.95rem;font-weight:800;height:48px;letter-spacing:.3px;place-items:center;width:48px}.driver-info{min-width:0}.driver-name{color:#101828;font-size:.98rem;font-weight:700;line-height:1.2}.driver-meta{color:#667085;font-size:.84rem;margin-top:3px}.stars{color:#f5b301;font-size:.84rem;letter-spacing:1px;margin-top:6px}.badge.badge-p{background:#ecfdf3;border:1px solid #abefc6;border-radius:999px;color:#067647;font-size:.72rem;font-weight:700;padding:3px 8px}.driver-price{text-align:right}.driver-price-amount{color:#1f4318;font-size:1.05rem;font-weight:800}.driver-price-eta{color:#667085;font-size:.75rem;margin-top:2px}.btn.btn-p.btn-sm{background:linear-gradient(135deg,#1f7a1f,#256f1d);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;height:34px;margin-top:8px;min-width:88px}.btn.btn-p.btn-sm:hover{filter:brightness(1.05)}@media (max-width:640px){.driver-card{align-items:start;grid-template-columns:1fr}.driver-price{align-items:center;display:flex;flex-wrap:wrap;gap:10px;text-align:left;width:100%}.btn.btn-p.btn-sm{margin-top:0}}button.btn-primary,input[type=submit].btn-primary{background:#0b2e13!important;background:var(--meadow)!important;border:none!important;color:#fff!important}button.btn-primary:hover,input[type=submit].btn-primary:hover{background:#081f0d!important;background:var(--meadow-hover)!important}:root{--meadow:#0a3012;--meadow-hover:#0d2a14;--meadow-soft:#eef6f0;--bg:#f6f8f7;--card:#fff;--text:#101828;--muted:#667085;--line:#e4e7ec}.pro-main{background:#f6f8f7;background:var(--bg);color:#101828;color:var(--text);min-height:100vh;padding:24px}.pro-card{background:#fff;background:var(--card);border:1px solid #e4e7ec;border:1px solid var(--line);border-radius:12px;box-shadow:0 1px 2px #1018280a;margin-bottom:14px;padding:18px}.pro-profile{align-items:center;display:flex;gap:12px;justify-content:space-between}.pro-eyebrow{font-size:12px;letter-spacing:.04em;margin:0 0 4px;text-transform:uppercase}.pro-eyebrow,.pro-muted{color:#667085;color:var(--muted)}.pro-muted{font-size:14px}.pro-badge{border-radius:999px;font-size:12px;font-weight:600;padding:6px 10px}.pro-badge.ok{background:#eef6f0;background:var(--meadow-soft);color:#0a3012;color:var(--meadow)}.pro-badge.warn{background:#fffaeb;color:#b54708}.pro-kpis{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:14px}.pro-label{color:#667085;color:var(--muted);font-size:13px;margin:0}.pro-value{font-size:30px;font-weight:700;margin:6px 0 0}.pro-section-title,.pro-value{color:#0a3012;color:var(--meadow)}.pro-section-title{font-size:18px;font-weight:600;margin:8px 0 10px}.pro-actions{display:flex;flex-wrap:wrap;gap:10px}.btn-danger,.pro-btn,.quick-btn{background:#0a3012!important;background:var(--meadow)!important;border:1px solid #0a3012!important;border:1px solid var(--meadow)!important;border-radius:10px;color:#fff!important;cursor:pointer;font-weight:600;padding:10px 14px;transition:.18s ease}.btn-danger:hover,.pro-btn:hover,.quick-btn:hover{background:#0d2a14!important;background:var(--meadow-hover)!important;border-color:#0d2a14!important;border-color:var(--meadow-hover)!important}.btn-danger:disabled,.pro-btn:disabled,.quick-btn:disabled{cursor:not-allowed;opacity:.6}.pro-btn.ghost{background:#fff!important;border:1px solid #0a3012!important;border:1px solid var(--meadow)!important;color:#0a3012!important;color:var(--meadow)!important}.pro-btn.danger{background:#0a3012!important;background:var(--meadow)!important;border-color:#0a3012!important;border-color:var(--meadow)!important;color:#fff!important}.pro-grid-2{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.pro-card-title{color:#0a3012;color:var(--meadow);font-size:18px;margin:0 0 10px}.pro-row{border-bottom:1px solid #f2f4f7;display:flex;gap:12px;justify-content:space-between;padding:10px 0}.pro-row:last-child{border-bottom:0}.pro-list{display:flex;flex-direction:column}.pro-list-item{align-items:center;border-bottom:1px solid #f2f4f7;display:flex;gap:10px;justify-content:space-between;padding:12px 0}.pro-list-item:last-child{border-bottom:0}.pro-route{color:#111827;font-weight:600;margin:0 0 4px}.pro-right{text-align:right}.pro-status{background:#eef6f0;background:var(--meadow-soft);border:1px solid #d1e6d7;border-radius:999px;color:#0a3012;color:var(--meadow);display:inline-block;font-size:12px;margin-top:4px;padding:4px 8px}@media (max-width:960px){.pro-grid-2,.pro-kpis{grid-template-columns:1fr}}.history-summary-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:14px}.history-stat-card{background:#fff;border:1px solid #e4e7ec;border-radius:12px;box-shadow:0 4px 14px #1018280d;padding:14px}.history-stat-label{color:#667085;font-size:12px;margin-bottom:4px}.history-stat-value{color:#1f4318;font-size:22px;font-weight:800}.history-card{background:#fff;border:1px solid #e4e7ec;border-radius:14px;box-shadow:0 6px 18px #1018280d;padding:14px}.history-head{align-items:flex-start;display:flex;gap:10px;justify-content:space-between;margin-bottom:10px}.history-route{color:#101828;font-weight:800}.history-sub{color:#667085;font-size:12px;margin-top:4px}.history-grid{grid-gap:8px 12px;color:#344054;display:grid;font-size:13px;gap:8px 12px;grid-template-columns:repeat(2,minmax(0,1fr))}.history-status{border-radius:999px;font-size:12px;font-weight:700;padding:4px 10px;text-transform:capitalize}.status-completed{background:#ecfdf3;border:1px solid #abefc6}.status-cancelled{background:#fef3f2;border:1px solid #fecdca}.status-accepted,.status-pending{background:#eff8ff;border:1px solid #b2ddff;color:#175cd3}.notice-card{grid-gap:12px;align-items:start;background:#fff;border:1px solid #e4e7ec;border-radius:12px;box-shadow:0 4px 14px #1018280a;cursor:pointer;display:grid;gap:12px;grid-template-columns:auto 1fr auto;padding:12px 14px}.notice-unread{background:#f8fff9;border-color:#b7d7bc}.notice-read{opacity:.92}.notice-left{padding-top:4px}.notice-dot{border-radius:999px;display:inline-block;height:10px;width:10px}.dot-success{background:#12b76a}.dot-info{background:#2e90fa}.dot-warning{background:#f79009}.dot-error{background:#f04438}.notice-body{min-width:0}.notice-title{color:#101828;font-weight:700}.notice-message{color:#475467;font-size:.92rem;margin-top:2px}.notice-time{color:#667085;font-size:.78rem;margin-top:6px}.notice-pill{background:#ecfdf3;border:1px solid #abefc6;border-radius:999px;color:#067647;font-size:11px;font-weight:700;padding:3px 8px}.profile-table-card{background:#fff;border:1px solid #e4e7ec;border-radius:14px}.profile-table-header{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:10px}.profile-table-header h3{color:#101828;font-size:1rem;font-weight:700;margin:0}.profile-table-actions{display:flex;flex-wrap:wrap;gap:8px}.profile-table-wrap{border:1px solid #e4e7ec;border-radius:10px;overflow-x:auto;width:100%}.profile-table{border-collapse:collapse;min-width:620px;width:100%}.profile-table td,.profile-table th{border-bottom:1px solid #eef2f6;padding:12px 14px;text-align:left;vertical-align:middle}.profile-table th{background:#f9fafb;color:#344054;font-weight:600;width:220px}.profile-table td{color:#101828}.profile-table tr:last-child td,.profile-table tr:last-child th{border-bottom:none}.dashboard-green{background:#eef5f1}.profile-strip{align-items:center;border:1px solid #cfe2d7;display:flex;justify-content:space-between}.profile-strip h2{color:#0f2d1f;margin:4px 0}.profile-strip p,.strip-label{color:#476357;margin:0}.strip-label{font-size:13px;font-weight:700}.kpi-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:10px}.kpi-card{background:#fff;border:1px solid #cfe2d7;border-radius:12px;padding:12px}.kpi-label{color:#557466;font-size:12px}.kpi-value{color:#0e7a3e;font-size:34px;font-weight:800;line-height:1;margin:6px 0 4px}.kpi-sub{color:#6a8277;font-size:12px}.section-title-clean{color:#0f2d1f;margin:8px 0}.quick-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr))}.quick-btn{background:#dff6e8;border:1px solid #76d39d;border-radius:10px;color:#0f5132;cursor:pointer;font-weight:700;padding:10px 12px}.quick-btn:hover{background:#cff0dd}.two-col{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-top:12px}.info-card h3{color:#0f2d1f;margin-top:0}.info-row{align-items:center;border-bottom:1px solid #e5eee8;color:#355549;display:flex;justify-content:space-between;padding:9px 0}.info-row:last-child{border-bottom:none}.pill{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;padding:4px 10px}.pill-ok{background:#d1fadf;color:#067647}.pill-warn{background:#fef0c7;color:#b54708}.recent-list{grid-gap:10px;display:grid;gap:10px}.recent-item{align-items:center;background:#fff;border:1px solid #d8e8de;border-radius:10px;display:flex;gap:12px;justify-content:space-between;padding:10px 12px}.trip-route{color:#103928;font-weight:700}.trip-sub{color:#6a8277;font-size:12px}.trip-fare{color:#0b7a3b;font-weight:800}.status-pending,.status-requested{background:#ecfdf3;color:#027a48}.status-accepted,.status-in_progress{background:#dbeafe;color:#1d4ed8}.status-completed{background:#d1fadf;color:#067647}.status-cancelled{background:#fee2e2;color:#b42318}.driver-sidebar{background:linear-gradient(180deg,#0f5132,#0b3b29 55%,#072e21);border-right:1px solid #ffffff14;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;gap:8px;min-height:100vh;padding:12px;width:240px}.driver-user-pill{align-items:center;background:#ffffff1f;border-radius:10px;display:flex;gap:8px;justify-content:space-between;margin-bottom:8px;padding:8px 10px}.driver-user-name{color:#fff;font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.driver-user-avatar{background:#0ea35a;border-radius:999px;color:#fff;display:grid;font-size:11px;font-weight:800;height:28px;place-items:center;width:28px}.driver-sidebar .nav-item{align-items:center;border-radius:10px;color:#d7f5e6;display:flex;font-weight:600;gap:10px;padding:10px 12px;text-decoration:none}.driver-sidebar .nav-item:hover{background:#ffffff1a;color:#fff}.driver-sidebar .nav-item.active{background:#ffffff29;color:#fff}@media (max-width:1024px){.kpi-grid,.quick-grid,.two-col{grid-template-columns:1fr}.history-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.history-grid{grid-template-columns:1fr}}.dashboard-account-actions{margin-top:12px}.btn-danger{background:#fee2e2!important;border:1px solid #fecaca!important;color:#b42318!important}.btn-danger:hover{background:#fecaca!important}:root{--p-bg:#f4faf7;--p-surface:#fff;--p-border:#d8e7dd;--p-text:#0f2f1f;--p-muted:#5f7a6c;--p-primary:#1f7a3d;--p-primary-2:#2ea85f;--p-danger:#dc2626}.shell{background:#f4faf7;background:var(--p-bg);color:#0f2f1f;color:var(--p-text);display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,#123d27,#0f3221);border-right:1px solid #ffffff14;color:#fff;flex-direction:column;padding:18px 14px}.logo-wrap,.sidebar{display:flex;gap:10px}.logo-wrap{align-items:center;margin-bottom:6px}.logo-mark.passenger{background:linear-gradient(135deg,#2ea85f,#1f7a3d);border-radius:12px;display:grid;font-weight:800;height:40px;place-items:center;width:40px}.logo-text{color:#ecfdf3;font-size:15px;font-weight:700}.nav-item{border-radius:10px;color:#d7efe1;height:42px;padding:0 12px;text-decoration:none;transition:all .2s ease}.nav-item span{font-size:14px;font-weight:500}.nav-item svg{height:18px;width:18px}.nav-item.active,.nav-item:hover{background:#ffffff24;color:#fff}.nav-spacer{flex:1 1}.main{padding:22px}.topbar{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.topbar h2{color:#0f2f1f;color:var(--p-text);font-size:30px;margin:0}.topbar p{color:#5f7a6c;color:var(--p-muted);margin:4px 0 0}.topbar-right{align-items:center;display:flex;gap:12px}.notif-btn{background:#fff;background:var(--p-surface);border:1px solid #d8e7dd;border:1px solid var(--p-border);border-radius:10px;color:#0f2f1f;color:var(--p-text);display:grid;height:40px;place-items:center;position:relative;width:40px}.dot.passenger{background:#ef4444;border-radius:50%;height:8px;position:absolute;right:8px;top:8px;width:8px}.avatar.passenger{background:#1f7a3d;background:var(--p-primary);border-radius:50%;color:#fff;display:grid;font-weight:700;height:40px;place-items:center;width:40px}.card,.stat-card{background:#fff;background:var(--p-surface);border:1px solid #d8e7dd;border:1px solid var(--p-border);border-radius:14px;padding:14px}.stats-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(170px,1fr));margin-bottom:14px}.stat-label{color:#5f7a6c;color:var(--p-muted);font-size:13px}.stat-val{font-size:26px;font-weight:800;margin-top:6px}.stat-sub{color:#5f7a6c;color:var(--p-muted);font-size:12px}.text-p{color:#1f7a3d;color:var(--p-primary)}.section-title{color:#0f2f1f;color:var(--p-text);font-weight:700;margin:10px 0}.btn{border:1px solid #0000;border-radius:10px;cursor:pointer;height:40px;padding:0 14px}.btn-outline{background:#fff;border-color:#c9ded0;color:#0f2f1f;color:var(--p-text)}.btn-danger{background:#dc2626;background:var(--p-danger);color:#fff}.badge{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:600;padding:4px 9px}.badge-ok{background:#d1fae5;color:#0f5132}.badge-warn{background:#fef3c7;color:#7c4a03}.grid-4{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}.quick-btn{background:#fff;border:1px solid #d8e7dd;border:1px solid var(--p-border);color:#0f2f1f;color:var(--p-text)}.quick-btn:hover{border-color:#b8d3c2}.profile-row,.trip-row{align-items:center;border-bottom:1px solid #edf5ef;display:flex;gap:12px;padding:10px 0}.profile-row:last-child,.trip-row:last-child{border-bottom:none}.profile-label{color:#5f7a6c;color:var(--p-muted);font-size:13px;min-width:150px}.profile-val{font-weight:500}.trip-icon{font-size:20px}.trip-info{flex:1 1}.trip-route{font-weight:600}.trip-date{color:#5f7a6c;color:var(--p-muted);font-size:12px}.trip-amount{font-weight:700}.mb{margin-bottom:12px}.mb-l{margin-bottom:16px}svg path{fill:none}.map-grid path{stroke:#ffffff80}@media (max-width:980px){.shell{grid-template-columns:1fr}.sidebar{flex-direction:row;overflow-x:auto}.logo-text,.nav-item span{display:none}.grid-4,.stats-grid{grid-template-columns:1fr}}.quick-btn{align-items:center;background:#dcfce7;border:1px solid #86efac;border-radius:12px;color:#14532d;display:flex;font-weight:600;gap:8px;justify-content:center;padding:12px;text-decoration:none;transition:all .2s ease}.quick-btn:hover{background:#bbf7d0;border-color:#4ade80}.quick-btn .quick-icon{color:#166534}.nav-item{align-items:center;display:flex;gap:10px}
/*# sourceMappingURL=main.d0d7bf6c.css.map*/