@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--ink:#101820;--muted:#77808b;--yellow:#f5b800;--green:#17a673;--bg:#f4f6f8;--white:#fff;--line:#e8ebee;--radius:20px}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,system-ui,sans-serif;color:var(--ink);background:var(--bg)}button,input{font:inherit}a{color:inherit;text-decoration:none}.brand{font-weight:800;letter-spacing:.05em}.mini-logo{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--yellow);color:var(--ink);margin-right:8px}.muted{color:var(--muted)}.btn{border:0;border-radius:14px;padding:15px 18px;font-weight:750;cursor:pointer}.btn.yellow{background:var(--yellow);color:var(--ink)}.btn.green{background:var(--green);color:white}.btn.outline,.btn.ghost{background:white;border:1px solid var(--line)}.btn.big{width:100%;padding:18px}.btn.small{padding:10px 14px;width:100%}.eyebrow{text-transform:uppercase;color:var(--muted);font-size:11px;letter-spacing:.12em;font-weight:700;margin:0 0 6px}.login-body{display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 20% 10%,#fff8d8,transparent 34%),var(--bg)}.login-card{width:min(430px,100%);background:#fff;padding:38px;border-radius:28px;box-shadow:0 24px 60px #1b273314}.brand-mark{width:58px;height:58px;display:grid;place-items:center;background:var(--yellow);border-radius:18px;font-weight:900;font-size:28px;margin-bottom:18px}.login-card .brand{font-size:25px}.login-card form{display:grid;gap:17px;margin-top:28px}.login-card label{display:grid;gap:8px;font-size:13px;font-weight:650}.login-card input{border:1px solid var(--line);border-radius:13px;padding:15px;outline:none}.login-card input:focus{border-color:var(--yellow);box-shadow:0 0 0 3px #f5b8002b}.alert{background:#fff0ef;color:#a92c25;padding:12px;border-radius:12px;font-size:13px}.demo-hint{font-size:11px;color:#9299a0;text-align:center}.login-links{display:flex;justify-content:center;gap:22px;font-size:12px;font-weight:700;margin-top:18px}.topbar{height:68px;background:var(--ink);color:white;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.top-actions{display:flex;align-items:center;gap:12px;font-size:12px}.live-dot{width:8px;height:8px;border-radius:50%;background:#27d899;box-shadow:0 0 0 5px #27d89920}.user-chip{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#2f3c46;font-weight:700}.dashboard{height:calc(100vh - 68px);display:grid;grid-template-columns:410px 1fr}.side-panel{padding:25px 22px;overflow:auto;background:#f7f8fa}.side-panel h1{font-size:21px;margin:0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:20px 0}.stats article{background:white;border:1px solid var(--line);border-radius:14px;padding:13px 8px;display:grid;text-align:center}.stats strong{font-size:20px}.stats span{font-size:10px;color:var(--muted)}.stats .yellow-stat{background:#fff8d8;border-color:#fae281}.section-head{display:flex;align-items:center;justify-content:space-between}.section-head h2{font-size:15px}.icon-btn{border:0;width:30px;height:30px;border-radius:9px;background:var(--ink);color:white}.trip-list{display:grid;gap:10px}.trip-card{background:white;border:1px solid var(--line);border-radius:16px;padding:14px}.trip-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.trip-card strong{font-size:13px}.trip-card p{font-size:11px;color:#5d6670;margin:7px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trip-card p b{display:inline-grid;place-items:center;margin-right:8px;background:var(--green);color:white;border-radius:50%;width:18px;height:18px;font-size:9px}.trip-card p b.dest{background:var(--yellow);color:var(--ink)}.status{font-size:9px;font-weight:750;text-transform:uppercase;background:#fff2be;padding:5px 8px;border-radius:99px}.status.assigned{background:#dff7ef;color:#087955}.trip-card .btn{margin-top:6px}.map-wrap{position:relative}.map-wrap #map{height:100%;width:100%}.map-title,.map-legend{position:absolute;z-index:500;background:white;border-radius:14px;box-shadow:0 8px 28px #1b273320}.map-title{top:18px;left:18px;padding:12px 16px;display:grid}.map-title span{font-size:10px;color:var(--muted)}.map-legend{bottom:20px;left:18px;padding:10px 14px;display:flex;gap:14px;font-size:10px}.map-legend i{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:5px}.green-dot{background:var(--green)}.amber-dot{background:var(--yellow)}.vehicle-marker div{border:3px solid white;border-radius:12px;padding:7px;box-shadow:0 5px 12px #0003;white-space:nowrap}.vehicle-marker b{font-size:10px;margin-left:3px}.mobile-nav{display:none}.mobile-app{min-height:100vh;background:white;max-width:560px;margin:auto;box-shadow:0 0 50px #23303b18}.mobile-header,.driver-header{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:white;position:relative;z-index:600}.round{border:0;background:#f1f3f5;border-radius:50%;width:40px;height:40px}.phone-map{height:49vh;min-height:330px}.mobile-app main{position:relative}.locate{position:absolute;right:16px;top:calc(49vh - 56px);z-index:500;width:42px;height:42px;border:0;background:white;border-radius:50%;box-shadow:0 4px 15px #0002;font-size:22px}.floating-card{position:relative;margin:-26px 12px 80px;background:white;border-radius:26px 26px 20px 20px;padding:18px 20px 20px;z-index:550;box-shadow:0 -8px 28px #19273316}.grabber{width:42px;height:4px;border-radius:5px;background:#d8dde1;margin:-7px auto 18px}.floating-card h1{font-size:25px;margin:0 0 18px}.location-field{display:flex;align-items:center;gap:12px;background:#f5f6f7;border-radius:14px;padding:4px 13px;margin:9px 0}.location-field input{border:0;background:transparent;padding:14px 0;min-width:0;flex:1;outline:none;font-size:13px}.location-field span{font-size:10px;color:var(--muted);position:absolute;margin-top:-28px;margin-left:25px}.origin-pin,.destination-pin{display:block;width:11px;height:11px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 4px #f5b80025}.destination-pin{background:var(--ink);border-radius:3px;box-shadow:none}.safe-note{text-align:center;font-size:10px;color:var(--muted);margin-top:13px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(560px,100%);height:68px;background:white;border-top:1px solid var(--line);z-index:700;display:flex;justify-content:space-around}.bottom-nav a{display:grid;place-items:center;align-content:center;gap:3px;color:#90979e;font-size:19px}.bottom-nav span{font-size:9px}.bottom-nav .active{color:var(--ink);font-weight:700}.driver-header{background:var(--ink);color:white}.driver-header p{font-size:10px;margin:0 0 3px;color:#aab2b8}.availability{display:flex;align-items:center;gap:9px;font-size:11px}.availability input{display:none}.availability i{display:block;width:42px;height:24px;background:var(--green);border-radius:20px;position:relative}.availability i:after{content:'';position:absolute;width:18px;height:18px;border-radius:50%;background:white;right:3px;top:3px}.driver .phone-map{height:52vh}.driver-trip{margin-top:-32px}.new-trip{display:flex;justify-content:space-between;align-items:center;color:var(--green);font-size:11px;text-transform:uppercase;font-weight:800}.new-trip strong{color:var(--ink);background:#e7f8f2;padding:7px 9px;border-radius:9px}.driver-trip h1{font-size:21px;margin-top:17px}.route-line{display:flex;gap:13px}.route-line i{width:3px;background:linear-gradient(var(--green) 0 45%,#ccd2d6 45%);border-radius:4px;margin:5px}.route-line div{display:grid;gap:4px}.route-line small{font-size:8px;color:var(--muted);margin-top:3px}.route-line strong{font-size:12px;margin-bottom:8px}.driver-actions{display:grid;grid-template-columns:1fr 2fr;gap:8px;margin-top:16px}.driver-nav .active{color:var(--green)}
@media(max-width:800px){.dashboard{display:block;height:auto}.side-panel{padding-bottom:90px}.map-wrap{height:48vh;order:-1}.dashboard{display:flex;flex-direction:column}.map-wrap{order:-1}.stats{position:relative;margin-top:-28px;z-index:550}.topbar{height:60px}.dashboard-body .mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:58px;background:white;z-index:700;justify-content:space-around;align-items:center;border-top:1px solid var(--line);font-size:11px;font-weight:700}.dashboard-body .mobile-nav .active{color:#d59d00}.desktop-only{display:none}.map-title{top:12px;left:12px}}
