@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--font-family: "Outfit", "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif;--bg-color: #f7fafc;--app-bg: #ffffff;--primary-color: #0077c8;--text-color: #333}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);margin:0;padding:0;min-height:100vh;width:100%}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}button{border:none;background:none;cursor:pointer;font-family:inherit}input{font-family:inherit}.mobile-container{display:flex;justify-content:center;align-items:center;width:100%;min-height:100vh;min-height:100dvh;background-color:#f1f5f9}.mobile-screen{width:100%;height:100vh;height:100dvh;background-color:#fff;overflow:hidden;position:relative;display:flex;flex-direction:column;transform:translateZ(0)}@media(min-width:576px){.mobile-container{padding:40px 20px;background:radial-gradient(circle at center,#f1f5f9,#e2e8f0)}.mobile-screen{width:390px;height:844px;max-height:90vh;min-height:auto;border-radius:48px;box-shadow:0 30px 60px -12px #32325d40,0 18px 36px -18px #0000004d,inset 0 0 0 2px #ffffff1a;border:12px solid #1a202c;background:#fff}.mobile-screen:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:150px;height:30px;background:#1a202c;border-bottom-left-radius:18px;border-bottom-right-radius:18px;z-index:1000}.mobile-screen:after{content:"";position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:120px;height:5px;background:#e2e8f0;border-radius:10px;z-index:1000;opacity:.5}.bottom-nav{padding-bottom:24px!important}}.mobile-screen::-webkit-scrollbar{width:0px;background:transparent}.login-page{display:flex;flex-direction:column;padding:30px 24px;height:100%;background-color:var(--bg-color);position:relative;overflow-x:hidden}.login-background-blobs{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.blob{position:absolute;filter:blur(80px);opacity:.15;border-radius:50%}.blob-1{width:300px;height:300px;background:#0077c8;top:-100px;right:-100px}.blob-2{width:250px;height:250px;background:#4fd1c5;bottom:-50px;left:-100px}.logo-section{display:flex;flex-direction:column;align-items:center;margin-bottom:40px;margin-top:10px;z-index:1}.logo-icon{width:64px;height:64px;background:linear-gradient(135deg,#0077c8,#005691);border-radius:18px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:12px;box-shadow:0 8px 16px #0077c840}.app-name{font-size:32px;font-weight:800;color:#1a202c;letter-spacing:-1px;margin:0}.app-tagline{font-size:13px;font-weight:600;color:#718096;letter-spacing:1px;text-transform:uppercase;margin-top:4px}.welcome-text{margin-bottom:30px;z-index:1}.welcome-text h2{font-size:24px;font-weight:800;color:#1a202c;margin-bottom:4px}.welcome-text p{font-size:15px;color:#718096;font-weight:500}.role-toggle{display:flex;background-color:#f1f5f9;border-radius:14px;padding:5px;margin-bottom:24px;z-index:1}.role-btn{flex:1;padding:12px;border:none;background:transparent;font-weight:700;color:#94a3b8;border-radius:10px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px}.role-btn.active{background-color:#fff;color:#0077c8;box-shadow:0 4px 6px #0000000d}.role-icon{transition:color .3s}.auth-mode-toggle{display:flex;margin-bottom:24px;gap:24px;border-bottom:2px solid #f1f5f9;z-index:1}.mode-btn{padding:12px 0;border:none;background:transparent;font-weight:700;color:#94a3b8;position:relative;cursor:pointer;font-size:16px;transition:all .3s}.mode-btn.active{color:#1a202c}.mode-btn.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background-color:#0077c8;border-radius:2px 2px 0 0}.login-card{z-index:1;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.input-group{margin-bottom:20px}.input-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:700;color:#4a5568}.input-with-icon{position:relative;display:flex;align-items:center}.field-icon{position:absolute;left:14px;color:#94a3b8;transition:color .2s;pointer-events:none}.input-with-icon input{width:100%;padding:14px 16px 14px 44px;border:2px solid #f1f5f9;border-radius:14px;font-size:15px;font-weight:500;transition:all .2s;background-color:#fff;color:#1a202c}.input-with-icon input::placeholder{color:#cbd5e0}.input-with-icon input:focus{outline:none;border-color:#0077c8;box-shadow:0 0 0 4px #0077c814;background-color:#fff}.input-with-icon input:focus+.field-icon{color:#0077c8}.error-message{color:#e53e3e;font-size:13px;background-color:#fff5f5;padding:12px 16px;border-radius:12px;margin-bottom:20px;border-left:4px solid #e53e3e;font-weight:600;animation:shake .4s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.login-submit-btn{width:100%;padding:16px;background:linear-gradient(135deg,#0077c8,#005691);color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s;margin-top:10px;box-shadow:0 10px 20px #0077c833;display:flex;align-items:center;justify-content:center;gap:8px}.login-submit-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0077c84d;background:linear-gradient(135deg,#0081d9,#0060a1)}.login-submit-btn:active{transform:translateY(0)}.login-submit-btn:disabled{background:#cbd5e0;transform:none;box-shadow:none;cursor:not-allowed}.forgot-password{text-align:center;margin-top:30px;z-index:1}.forgot-password a{color:#718096;font-size:14px;text-decoration:none;font-weight:600;transition:color .2s}.forgot-password a:hover{color:#0077c8}@media(max-height:700px){.logo-section,.welcome-text{margin-bottom:20px}.input-group{margin-bottom:12px}}.bottom-nav{display:flex;justify-content:space-around;align-items:center;background-color:#fff;height:70px;border-top:1px solid #edf2f7;width:100%;z-index:100;padding-bottom:env(safe-area-inset-bottom,5px);box-shadow:0 -1px 3px #0000000d}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;height:100%;color:#718096;transition:color .2s}.nav-item.active{color:#0077c8}.nav-item:active{transform:scale(.95)}.icon-container{position:relative;margin-bottom:4px}.nav-label{font-size:.7rem;font-weight:600}.nav-badge{position:absolute;top:-5px;right:-8px;background-color:#e53e3e;color:#fff;font-size:.6rem;font-weight:700;padding:1px 4px;border-radius:999px;min-width:14px;height:14px;display:flex;align-items:center;justify-content:center;border:1px solid white}.stats-card{background:#fff;padding:1rem;border-radius:16px;box-shadow:0 4px 12px #00000008;display:flex;flex-direction:column;justify-content:space-between;height:140px;min-width:0;border:1px solid #f0f4f8;transition:transform .2s}.stats-card:active{transform:scale(.98)}.stats-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.stats-icon-bg{width:24px;height:24px;border-radius:50%;background-color:#ebf8ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stats-icon{color:#4299e1}.stats-title{font-size:.6rem;font-weight:600;color:#718096;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;letter-spacing:.02em}.stats-value-container{margin:.1rem 0}.main-value{font-size:1.25rem;font-weight:800;color:#1a202c;letter-spacing:-.02em}.stats-graph{height:20px;width:100%;margin:.2rem 0}.stats-graph svg{width:100%;height:100%;stroke-linecap:round}.stats-graph-spacer{height:20px;margin:.2rem 0;border-bottom:1px solid #edf2f7}.stats-subtext{font-size:.6rem;color:#a0aec0;line-height:1.2}.stats-subtext.decreasing{color:#718096}.quick-action-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;transition:all .2s}.quick-action-card:active{background-color:#f7fafc}.quick-action-icon{color:#3182ce}.quick-action-label{font-size:.9rem;font-weight:700;color:#2d3748}.activity-item{background:#fff;padding:1rem;border-radius:12px;margin-bottom:.75rem;border:1px solid #edf2f7;display:flex;align-items:center;gap:1rem}.activity-icon-container{width:40px;display:flex;justify-content:center}.activity-details{flex:1}.activity-title{font-size:.95rem;font-weight:700;color:#2d3748;margin-bottom:.2rem}.activity-vehicle{font-size:.85rem;color:#4a5568;margin-bottom:.2rem}.activity-time{font-size:.75rem;color:#a0aec0}.dashboard-page{height:100%;display:flex;flex-direction:column;background-color:#f7fafc}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#fff}.header-left{display:flex;flex-direction:column}.brand-title{font-size:1rem;font-weight:800;color:#1a202c;margin:0;line-height:1.1}.brand-subtitle{font-size:.75rem;color:#718096;font-weight:500}.header-right{display:flex;align-items:center;gap:1rem;margin-left:auto}.icon-btn{position:relative;color:#4a5568}.header-badge{position:absolute;top:2px;right:2px;width:8px;height:8px;background-color:#e53e3e;border-radius:50%;border:1px solid white}.user-avatar img{width:36px;height:36px;border-radius:50%;object-fit:cover}.dashboard-content{flex:1;overflow-y:auto;padding:1.5rem;padding-bottom:80px;scrollbar-width:thin}.dashboard-content::-webkit-scrollbar{width:4px}.dashboard-content::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.greeting-section{margin-bottom:1.5rem}.greeting-section h2{font-size:1.5rem;font-weight:800;color:#1a202c;margin-bottom:.25rem}.greeting-section p{color:#718096;font-size:.95rem}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.section-title{margin-bottom:1rem}.section-title h3{font-size:1.1rem;font-weight:700;color:#1a202c}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;margin-top:2rem}.section-header h3{font-size:1.1rem;font-weight:700;color:#1a202c}.view-all-btn{color:#3182ce;font-size:.9rem;font-weight:600}.quick-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.activity-list{margin-bottom:2rem}.last-updated{text-align:center;color:#a0aec0;font-size:.8rem;margin-top:2rem}.fleet-page{height:100%;display:flex;flex-direction:column;background-color:#fff}.fleet-header{background-color:#fff;padding:16px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #f1f5f9}.page-title{font-size:18px;font-weight:800;color:#1a202c;margin:0}.search-filter-section{background-color:#fff;padding:16px 20px;display:flex;flex-direction:column;gap:16px}.search-bar{display:flex;align-items:center;background-color:#f8fafc;border-radius:10px;padding:12px 14px;border:1px solid #f1f5f9}.search-icon{color:#94a3b8;margin-right:10px}.search-bar input{border:none;background:transparent;width:100%;font-size:14px;color:#1e293b;font-weight:500}.search-bar input::placeholder{color:#94a3b8}.search-bar input:focus{outline:none}.filter-pill-scroll{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.filter-pill-scroll::-webkit-scrollbar{display:none}.filter-pill{padding:8px 16px;border-radius:20px;border:1px solid #f1f5f9;background-color:#fff;font-size:13px;font-weight:700;color:#64748b;white-space:nowrap;cursor:pointer;transition:all .2s}.filter-pill.active{background-color:#0077c8;color:#fff;border-color:#0077c8}.filter-icon-btn{width:36px;height:36px;border-radius:10px;border:1px solid #f1f5f9;background:#fff;display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0;cursor:pointer}.list-controls{padding:8px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9;margin-bottom:12px}.showing-text{font-size:12px;font-weight:600;color:#94a3b8}.pagination{display:flex;gap:8px}.page-btn{width:28px;height:28px;border-radius:50%;border:1px solid #f1f5f9;background:#fff;display:flex;align-items:center;justify-content:center;color:#94a3b8;cursor:pointer}.page-btn.active{color:#1a202c}.fleet-list-container{flex:1;overflow-y:auto;padding:0 16px 100px}.vehicle-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:16px;margin-bottom:12px;display:flex;gap:16px;cursor:pointer;transition:transform .2s,box-shadow .2s}.vehicle-card:active{transform:scale(.98);box-shadow:0 4px 12px #0000000d}.vehicle-icon-section{color:#0077c8;display:flex;align-items:flex-start;padding-top:4px}.vehicle-info-section{flex:1;display:flex;flex-direction:column;gap:8px}.vehicle-header{display:flex;justify-content:space-between;align-items:center}.vehicle-id{font-size:16px;font-weight:800;color:#1a202c;margin:0}.driver-info{display:flex;align-items:center;gap:8px}.driver-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover}.driver-name{font-size:13px;font-weight:600;color:#4a5568}.vehicle-sub-header{display:flex;align-items:center;gap:12px}.vehicle-model{font-size:13px;font-weight:500;color:#94a3b8}.status-badge{font-size:10px;font-weight:800;padding:2px 8px;border-radius:6px;text-transform:capitalize}.status-badge.online,.status-badge.idle{background:transparent;color:#4a5568;padding:0}.status-badge.offline{background:#ef4444;color:#fff}.status-badge.intrip{background:#0077c8;color:#fff}.status-badge.maintenance{background:#f1f5f9;color:#94a3b8}.vehicle-location{display:flex;align-items:flex-start;gap:6px}.location-pin{color:#1e293b;margin-top:2px}.location-text{font-size:12px;color:#94a3b8;line-height:1.4;font-weight:500}.vehicle-action{display:flex;align-items:center;justify-content:center;min-width:20px}.vehicle-details-page{height:100%;display:flex;flex-direction:column;background-color:#fff}.details-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background-color:#fff;border-bottom:1px solid #edf2f7}.header-title{font-size:18px;font-weight:800;color:#1a202c;margin:0}.back-btn{padding:8px;margin-left:-8px;color:#2d3748;background:none;border:none;cursor:pointer}.header-right{width:40px;display:flex;justify-content:flex-end}.header-info-icon{color:#0077c8}.details-content{flex:1;padding:20px;overflow-y:auto}.score-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:20px;padding:24px;margin-bottom:24px}.score-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.score-title{font-size:14px;font-weight:700;color:#1a202c}.score-number{font-size:42px;font-weight:800;color:#1a202c}.score-label{font-size:14px;color:#4a5568;margin-left:4px}.score-desc{font-size:14px;color:#2d3748;margin:12px 0;line-height:1.5}.score-traits{display:flex;flex-direction:column;gap:8px}.trait-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#4a5568}.trait-icon{color:#38a169}.details-tabs{display:flex;gap:12px;margin-bottom:24px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.details-tabs::-webkit-scrollbar{display:none}.tab-item{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;color:#718096;background:none;border:none;cursor:pointer;white-space:nowrap}.tab-item.active{background-color:#0077c8;color:#fff}.history-section{display:flex;flex-direction:column;gap:20px;padding-bottom:24px}.group-title{font-size:16px;font-weight:800;color:#1a202c;margin:0}.history-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:8px}.history-summary-card{background:#f8fafc;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:8px}.summary-header{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#718096}.summary-value{font-size:20px;font-weight:800;color:#1a202c}.summary-sub{font-size:11px;font-weight:600}.summary-sub.positive{color:#38a169}.summary-sub.negative{color:#e53e3e}.history-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.segmented-control{background:#f1f5f9;padding:4px;border-radius:10px;display:flex;gap:4px}.segment-btn{padding:6px 16px;border-radius:8px;font-size:13px;font-weight:600;color:#64748b;background:none;border:none;cursor:pointer}.segment-btn.active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0000001a}.date-display{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#64748b}.timeline-container{display:flex;flex-direction:column;padding-left:10px;position:relative}.timeline-item{display:flex;gap:20px;position:relative;padding-bottom:24px}.timeline-item:last-child{padding-bottom:0}.timeline-line{display:flex;flex-direction:column;align-items:center;width:24px;flex-shrink:0;position:relative}.timeline-item:before{content:"";position:absolute;top:24px;bottom:0;left:21px;width:2px;background-color:#e2e8f0;z-index:0}.timeline-item:last-child:before{display:none}.timeline-dot{width:12px;height:12px;background:#0ea5e9;border-radius:50%;margin-top:6px;z-index:1;border:2px solid #fff;box-shadow:0 0 0 2px #e0f2fe}.timeline-card{flex:1;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000008;transition:box-shadow .2s}.timeline-card:hover{box-shadow:0 4px 6px #0000000d}.timeline-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.event-time{font-size:13px;font-weight:500;color:#64748b}.severity-badge{font-size:11px;font-weight:600;padding:4px 10px;border-radius:12px;text-transform:capitalize;letter-spacing:.3px}.severity-badge.high{background:#fee2e2;color:#ef4444}.severity-badge.medium{background:#fef3c7;color:#d97706}.severity-badge.low{background:#f0fdf4;color:#16a34a}.event-title-row{display:flex;align-items:center;gap:10px;margin-bottom:6px}.event-icon{color:#0ea5e9;flex-shrink:0}.event-title{font-size:15px;font-weight:700;color:#1e293b;margin:0;line-height:1.4}.event-desc{font-size:14px;color:#64748b;margin:0;line-height:1.5}.route-map-preview{position:relative;border-radius:20px;overflow:hidden;height:160px}.map-img{width:100%;height:100%;object-fit:crop}.map-overlay{position:absolute;inset:0;background:#0000001a;display:flex;align-items:center;justify-content:center}.view-route-btn{background:#fff;padding:10px 20px;border-radius:30px;border:none;font-weight:700;display:flex;align-items:center;gap:8px;box-shadow:0 4px 6px #0000001a;cursor:pointer}.maintenance-section{display:flex;flex-direction:column;gap:24px;padding-bottom:40px}.section-card{background:#fff;border-radius:20px;border:1px solid #edf2f7;box-shadow:0 4px 6px -1px #0000000d}.maintenance-overview{padding:32px;background:linear-gradient(135deg,#fff,#f0f9ff);border:1px solid #e2e8f0;text-align:center;position:relative;overflow:hidden}.maintenance-overview:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0077c8,#4fd1c5)}.card-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.health-circle-container{display:flex;flex-direction:column;align-items:center;gap:16px;margin:20px 0;position:relative}.health-circle{position:relative;width:140px;height:140px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:conic-gradient(#0077c8 0% var(--health-pct, 85%),#edf2f7 var(--health-pct, 85%) 100%);box-shadow:0 10px 15px -3px #0077c833}.health-circle:after{content:"";position:absolute;width:120px;height:120px;background:#fff;border-radius:50%;box-shadow:inset 0 2px 4px #0000000d}.health-value{position:relative;z-index:1;font-size:32px;font-weight:700;color:#1a202c;line-height:1}.health-percent{position:relative;z-index:1;font-size:16px;font-weight:600;color:#718096;margin-top:4px;vertical-align:super}.health-badge{background:#0077c8;color:#fff;font-size:14px;font-weight:700;padding:6px 16px;border-radius:20px;box-shadow:0 4px 6px -1px #0077c84d;z-index:2;margin-top:-16px}.health-summary{font-size:14px;color:#4a5568;max-width:80%;margin:0 auto;line-height:1.6}.maintenance-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.maintenance-card{background:#fff;border:1px solid #edf2f7;border-radius:16px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s,box-shadow .2s;height:140px}.maintenance-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d}.maintenance-card-top{display:flex;justify-content:space-between;align-items:start;margin-bottom:8px}.m-icon{color:#0077c8;background:#f0f9ff;padding:8px;border-radius:10px;width:36px;height:36px}.m-label{font-size:13px;font-weight:600;color:#4a5568;margin-top:8px;display:block}.m-value-row{margin-top:auto;display:flex;align-items:baseline;gap:4px}.m-value{font-size:18px;font-weight:600;color:#1a202c}.m-trend{font-size:12px;font-weight:700}.cooling-card{padding:24px}.cooling-content{margin-top:12px}.cooling-label-row{font-size:18px;font-weight:800;margin-bottom:12px;display:flex;align-items:center;gap:10px}.cooling-progress{height:16px;background:#edf2f7;border-radius:8px;margin-bottom:8px;box-shadow:inset 0 2px 4px #0000000d}.cooling-bar{background:linear-gradient(90deg,#4fd1c5,#0077c8);box-shadow:0 2px 4px #0077c833}.cooling-status{font-size:13px;color:#718096;margin-top:8px}.telemetry-section{display:flex;flex-direction:column;gap:20px}.telemetry-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.telemetry-card{background:#fff;border:1px solid #edf2f7;border-radius:12px;padding:16px}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.badge{font-size:10px;padding:2px 6px;border-radius:4px}.badge.excellent{background:#f0fdf4;color:#16a34a}.badge.good{background:#fefce8;color:#ca8a04}.card-label{font-size:12px;color:#718096}.card-value{font-size:24px;font-weight:800}.card-unit{font-size:14px;color:#718096;margin-left:2px}.last-updated{font-size:10px;color:#a0aec0;display:block;margin-top:8px}.chart-card{padding:24px;background:#fff;border:1px solid #edf2f7;border-radius:20px}.donut-container{display:flex;justify-content:center;padding:20px 0}.donut-chart{width:150px;height:150px;border-radius:50%;background:conic-gradient(#0077c8 0% 70%,#f6ad55 70% 100%);position:relative}.donut-center{position:absolute;inset:30px;background:#fff;border-radius:50%}.chart-legend{display:flex;justify-content:center;gap:20px}.legend-dot{width:12px;height:12px;border-radius:50%}.legend-dot.blue{background:#0077c8}.legend-dot.orange{background:#f6ad55}.analytics-card{background:#fff;padding:24px;border:1px solid #edf2f7;border-radius:20px;display:flex;flex-direction:column;gap:16px}.progress-item{display:flex;flex-direction:column;gap:8px}.progress-label-row{display:flex;justify-content:space-between;font-size:13px;font-weight:600}.progress-track{height:8px;background:#f7fafc;border-radius:4px;overflow:hidden}.progress-bar{height:100%}.progress-bar.blue{background:#0077c8}.progress-bar.red{background:#e53e3e}.metrics-summary-card{background:#fff;padding:20px;border:1px solid #edf2f7;border-radius:12px}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.summary-item label{color:#718096;font-size:11px;display:block}.summary-item .value{font-size:14px;font-weight:700;color:#1a202c}.info-card{background:#fff;border:1px solid #edf2f7;border-radius:20px;padding:24px}.info-title{font-size:16px;font-weight:800;margin-bottom:20px}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.info-item label{font-size:11px;color:#718096;display:block;margin-bottom:2px}.info-item .info-value{font-size:14px;font-weight:700;color:#1a202c}.info-item.full-width{grid-column:1 / -1}.live-map-page{height:100%;display:flex;flex-direction:column;position:relative;background-color:#f6f9fc}.map-header{position:absolute;top:0;left:0;width:100%;padding:1rem;z-index:10;text-align:center;background:linear-gradient(180deg,#fffffff2,#fff0);pointer-events:none}.header-title{font-size:1.1rem;font-weight:800;color:#1a202c;margin:0}.map-container{flex:1;position:relative;background-color:#e5e9ec;overflow:hidden}.map-iframe{width:100%;height:100%;border:none;filter:invert(0) grayscale(.2);pointer-events:none}.map-zone{position:absolute;border:2px dashed #0070c0;border-radius:12px;background-color:#0070c014;display:flex;align-items:center;justify-content:center}.zone-label-container{background-color:#0070c0;padding:.3rem .8rem;border-radius:20px;box-shadow:0 4px 8px #00000026}.zone-label{color:#fff;font-size:.7rem;font-weight:700}.map-marker{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.3rem;cursor:pointer}.cluster-marker{width:40px;height:40px;border-radius:50%;background-color:#0070c0;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;box-shadow:0 4px 10px #0070c066;border:3px solid white}.vehicle-icon-bubble{width:32px;height:32px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026}.marker-label{font-size:.65rem;font-weight:700;color:#1a202c;background-color:#ffffffe6;padding:.1rem .5rem;border-radius:6px;box-shadow:0 2px 4px #0000000d}.alert-bubble{background-color:#e53e3e;color:#fff;font-size:.65rem;font-weight:700;padding:.2rem .6rem;border-radius:12px;box-shadow:0 2px 6px #e53e3e66}.alert-badge{background-color:#e53e3e;color:#fff;font-size:.6rem;font-weight:700;padding:.1rem .4rem;border-radius:8px;position:absolute;bottom:-8px;box-shadow:0 2px 4px #0000001a}.map-controls{position:absolute;display:flex;flex-direction:column;gap:.8rem;z-index:20}.map-controls.top-right{top:5rem;right:1.5rem}.map-controls.bottom-right-stack{bottom:12rem;right:1.5rem;gap:.8rem}.control-btn{width:40px;height:40px;border-radius:50%;background-color:#fff;border:none;box-shadow:0 4px 16px #0000001a;display:flex;align-items:center;justify-content:center;color:#4a5568;position:relative;cursor:pointer}.control-btn:active{background-color:#f7fafc;transform:scale(.95)}.notification-badge{position:absolute;top:-2px;right:-2px;background-color:#e53e3e;color:#fff;width:18px;height:18px;border-radius:50%;font-size:.65rem;display:flex;align-items:center;justify-content:center;font-weight:700;border:2px solid white}.map-bottom-panel{position:absolute;bottom:90px;left:1rem;right:1rem;background-color:#fff;border-radius:20px;padding:1.25rem;box-shadow:0 8px 24px #0000001f;z-index:30}.map-bottom-panel.audit-mode{padding:1rem 1.25rem}.playback-controls{display:flex;flex-direction:column;gap:1rem}.playback-header{display:flex;justify-content:space-between;align-items:center}.vehicle-name-audit{font-size:.9rem;font-weight:700;color:#2d3748}.close-audit-btn{background:#edf2f7;border:none;color:#4a5568;font-size:.75rem;font-weight:600;padding:.3rem .8rem;border-radius:12px;cursor:pointer}.playback-scrubber{display:flex;align-items:center;gap:.8rem}.play-btn{width:36px;height:36px;border-radius:50%;background-color:#0070c0;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 6px #0070c033;flex-shrink:0}.timeline-slider{flex:1;-webkit-appearance:none;appearance:none;height:4px;background:#e2e8f0;border-radius:2px;outline:none}.timeline-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#0070c0;cursor:pointer;box-shadow:0 0 0 2px #fff,0 2px 4px #0000001a}.playback-time{font-size:.8rem;font-weight:600;color:#4a5568;min-width:50px;text-align:right}.playback-stats{display:flex;justify-content:space-between;font-size:.7rem;color:#718096;font-weight:500}.default-map-status{display:flex;flex-direction:column}.status-row{display:flex;justify-content:space-around;align-items:center;margin-bottom:.8rem}.status-item{display:flex;flex-direction:column;align-items:center}.status-val{font-size:1.2rem;font-weight:800;color:#2d3748}.status-lbl{font-size:.7rem;color:#718096;text-transform:uppercase;font-weight:600}.status-divider{width:1px;height:24px;background-color:#edf2f7}.hint-text{text-align:center;font-size:.8rem;color:#a0aec0;margin:0}.alert-center-page{height:100%;display:flex;flex-direction:column;background-color:#fff}.alerts-header{padding:2rem 1rem 0;margin-bottom:2.5rem;text-align:center;background-color:#fff}.header-title{font-size:1.1rem;font-weight:800;color:#1a202c;margin:0 0 1.5rem}.alerts-filter-row{padding:0 1rem 1rem;display:flex;justify-content:center;gap:.8rem;overflow-x:auto;background-color:#fff}.alert-filter-pill{padding:.5rem 1rem;border-radius:999px;border:1px solid #e2e8f0;background-color:#fff;font-size:.85rem;font-weight:600;color:#4a5568;display:flex;align-items:center;gap:.4rem;white-space:nowrap;transition:all .2s}.alert-filter-pill.active{background-color:#0070c0;color:#fff;border-color:#0070c0}.alert-filter-pill.active .filter-icon{color:#fff}.filter-icon.critical{color:#e53e3e}.filter-icon.warning{color:#718096}.alerts-list{flex:1;overflow-y:auto;padding:0 1rem 80px;display:flex;flex-direction:column;gap:1rem}.alert-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem}.alert-card.critical{border-color:#fc8181}.alert-card.warning{border-color:#cbd5e0}.alert-card.info{border-color:#90cdf4}.alert-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.alert-type{display:flex;align-items:center;gap:.4rem}.alert-icon.critical,.alert-icon.warning,.alert-icon.info{color:#1a202c}.type-text{font-size:.9rem;font-weight:800;color:#1a202c}.alert-time{font-size:.75rem;color:#718096}.alert-description{font-size:.9rem;color:#2d3748;line-height:1.4;margin-bottom:.8rem;font-weight:500}.alert-meta{font-size:.75rem;color:#718096;margin-bottom:1rem;display:flex;gap:1rem}.meta-item{font-weight:500}.alert-action-row{display:flex;justify-content:flex-end}.acknowledge-btn{background-color:#fff;border:1px solid #cbd5e0;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;color:#2d3748;transition:all .2s}.alert-card.critical .acknowledge-btn{border-color:#fc8181;color:#2d3748}.acknowledge-btn:active{background-color:#f7fafc;transform:scale(.98)}.acknowledged-status{display:flex;align-items:center;gap:.3rem;font-size:.8rem;font-weight:700;color:#2d3748}.settings-page{display:flex;flex-direction:column;height:100%;background-color:#f7fafc;width:100%}.settings-content{flex:1;overflow-y:auto;padding:20px;-webkit-overflow-scrolling:touch}.settings-header{background-color:#fff;padding:20px;box-shadow:0 1px 3px #0000000d}.page-title{margin:0;font-size:24px;color:#2d3748}.profile-section{margin-bottom:24px}.profile-card{background:linear-gradient(135deg,#4299e1,#3182ce);border-radius:16px;padding:24px;display:flex;flex-direction:column;align-items:center;color:#fff;text-align:center;box-shadow:0 4px 6px #4299e133}.avatar-large{width:80px;height:80px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px;overflow:hidden;color:#cbd5e0}.avatar-large img{width:100%;height:100%;object-fit:cover}.profile-info h2{margin:0 0 4px;font-size:20px}.profile-role{margin:0 0 4px;font-size:14px;opacity:.9;text-transform:capitalize}.profile-email{margin:0 0 16px;font-size:13px;opacity:.8}.edit-profile-btn{background:#fff3;border:1px solid rgba(255,255,255,.4);color:#fff;padding:6px 20px;border-radius:20px;font-size:13px;cursor:pointer;transition:background .2s}.edit-profile-btn:hover{background:#ffffff4d}.settings-group{background-color:#fff;border-radius:12px;padding:0 16px;margin-bottom:20px;box-shadow:0 2px 4px #00000005;overflow:hidden}.settings-group h3{margin:16px 0 10px;font-size:13px;text-transform:uppercase;color:#a0aec0;letter-spacing:.5px;font-weight:600}.settings-item{display:flex;align-items:center;padding:16px 0;border-bottom:1px solid #edf2f7;cursor:pointer}.settings-group .settings-item:last-child{border-bottom:none}.item-icon-bg{width:36px;height:36px;background-color:#ebf8ff;color:#3182ce;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-right:16px}.item-content{flex:1;display:flex;flex-direction:column}.item-label{font-size:15px;color:#2d3748;font-weight:500}.item-subtext{font-size:12px;color:#718096}.toggle-switch{width:44px;height:24px;background-color:#cbd5e0;border-radius:12px;position:relative;transition:background-color .2s}.toggle-switch.active{background-color:#48bb78}.toggle-knob{width:20px;height:20px;background-color:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0003}.toggle-switch.active .toggle-knob{transform:translate(20px)}.logout-btn{width:100%;padding:16px;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#e53e3e;font-size:15px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 1px 2px #0000000d;margin-top:10px}.app-version{text-align:center;color:#cbd5e0;font-size:12px;margin-top:24px}.loading-screen{display:flex;justify-content:center;align-items:center;height:100vh;color:#718096;font-size:14px}.reports-page{display:flex;flex-direction:column;height:100%;background-color:#f7fafc;width:100%}.reports-content{flex:1;overflow-y:auto;padding:20px;-webkit-overflow-scrolling:touch}.reports-header{background-color:#fff;padding:16px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px #0000000d}.back-btn{padding:8px;margin-right:8px}.header-title{font-size:18px;font-weight:600;color:#2d3748}.header-placeholder{width:40px}.card{background-color:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 4px #0000000d;margin-bottom:24px}.card-title{margin:0 0 20px;font-size:16px;color:#2d3748;font-weight:600}.input-group{margin-bottom:16px}.input-label{display:block;font-size:13px;color:#718096;margin-bottom:6px;font-weight:500}.input-wrapper{position:relative;display:flex;align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.date-inputs{display:flex;align-items:center}.input-icon{padding:10px 12px;color:#a0aec0;display:flex;align-items:center;justify-content:center;background-color:#f7fafc;border-right:1px solid #e2e8f0}.form-input,.form-select{width:100%;padding:10px 12px;border:none;font-size:14px;color:#2d3748;background:transparent;outline:none}.form-select{appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23CBD5E0%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 12px top 50%;background-size:10px auto}.separator{color:#a0aec0;padding:0 4px}.generate-btn{width:100%;background-color:#0070c0;color:#fff;padding:12px;border-radius:8px;font-weight:600;font-size:15px;border:none;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background-color .2s;margin-top:8px}.generate-btn:hover{background-color:#0060a0}.generate-btn:disabled{background-color:#a0aec0;cursor:not-allowed}.section-heading{font-size:16px;color:#2d3748;margin-bottom:16px}.history-list{background-color:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;overflow:hidden}.history-item{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #edf2f7}.history-item:last-child{border-bottom:none}.history-info{display:flex;flex-direction:column}.history-title{font-size:14px;color:#2d3748;font-weight:600;margin-bottom:2px;text-transform:capitalize}.history-date{font-size:12px;color:#718096}.download-icon-btn{padding:8px;color:#3182ce;border-radius:50%;transition:background-color .2s}.download-icon-btn:hover{background-color:#ebf8ff}.download-icon-btn:disabled{color:#cbd5e0;cursor:default}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-history,.empty-history{padding:30px;text-align:center;color:#a0aec0;font-size:14px}.add-vehicle-page{min-height:100dvh;background-color:#fff;display:flex;flex-direction:column}.page-header{display:flex;align-items:center;gap:12px;padding:12px 20px;background-color:#fff;border-bottom:1px solid #f1f5f9}.back-btn{background:none;border:none;padding:4px;cursor:pointer;color:#1e293b;display:flex;align-items:center}.page-title{font-size:18px;font-weight:700;color:#1e293b;margin:0}.form-container{padding:16px 20px;flex:1;overflow-y:auto}.section-title{font-size:18px;font-weight:800;color:#1e293b;margin-bottom:20px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:14px;font-weight:700;color:#64748b;margin-bottom:6px}.form-group input{width:100%;padding:12px 14px;border:1px solid #f1f5f9;border-radius:8px;font-size:15px;color:#1e293b;background-color:#fff;transition:all .2s ease}.form-group input::placeholder{color:#94a3b8}.form-group input:focus{outline:none;border-color:#0077c8;background-color:#fff}.error-message{color:#ef4444;font-size:14px;font-weight:600;margin-bottom:16px;background:#fef2f2;padding:12px;border-radius:10px;border:1px solid #fee2e2}.success-message{background:#e7f5e9;border:1px solid #a8d5a3;color:#2d5f2e;padding:10px 12px;border-radius:8px;font-size:13px;font-weight:600;margin-bottom:1rem}.field-hint{display:block;font-size:11px;color:#94a3b8;margin-top:4px;font-weight:500}.submit-btn{width:100%;margin-top:10px;padding:16px;background-color:#0077c8;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:800;cursor:pointer;transition:background-color .2s}.submit-btn:hover{background-color:#0066ae}.submit-btn:disabled{background-color:#94a3b8;cursor:not-allowed}.alerts-page{display:flex;flex-direction:column;height:100%;background-color:#f8fafc}.alerts-header{display:flex;justify-content:space-between;align-items:center;padding:24px 20px;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.04)}.brand-title{font-size:22px;font-weight:800;color:#1a202c;margin:0;letter-spacing:-.02em}.brand-subtitle{font-size:13px;color:#718096;font-weight:500}.header-right{display:flex;gap:12px}.icon-btn,.profile-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;border:none;background-color:#f7fafc;color:#4a5568;position:relative;cursor:pointer;transition:all .2s}.icon-btn:hover,.profile-btn:hover{background-color:#edf2f7;transform:translateY(-1px)}.notification-dot{position:absolute;top:10px;right:10px;width:8px;height:8px;background-color:#ef4444;border:2px solid #fff;border-radius:50%}.alerts-controls{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background-color:#fff;border-bottom:1px solid #edf2f7;position:sticky;top:0;z-index:10;gap:12px}.alerts-tabs{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;flex:1}.alerts-tabs::-webkit-scrollbar{display:none}.tab-btn{padding:8px 20px;border-radius:20px;background-color:#f1f5f9;color:#64748b;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.tab-btn.active{background-color:#1e293b;color:#fff;box-shadow:0 4px 12px #1e293b33}.filter-btn{display:flex;align-items:center;gap:8px;background-color:#fff;border:1px solid #e2e8f0;padding:8px 14px;border-radius:10px;font-size:14px;font-weight:600;color:#475569;cursor:pointer;flex-shrink:0;transition:all .2s}.filter-btn.active{background-color:#f0f9ff;border-color:#bae6fd;color:#0284c7}.alerts-content{flex:1;overflow-y:auto;padding:20px}.loading-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:#94a3b8;gap:16px;font-size:15px}.alerts-list{display:flex;flex-direction:column;gap:16px;padding-bottom:80px}.alert-card{display:flex;background-color:#fff;border-radius:16px;padding:16px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;border:1px solid #f1f5f9;border-left:6px solid #e2e8f0;align-items:flex-start;transition:transform .2s}.alert-card:hover{transform:translateY(-2px)}.alert-card.severity-critical{border-left-color:#ef4444}.alert-card.severity-warning{border-left-color:#f59e0b}.alert-card.severity-info{border-left-color:#0ea5e9}.alert-icon-col{padding-top:2px;margin-right:16px}.alert-content-col{flex:1;min-width:0}.alert-top-row{display:flex;justify-content:space-between;margin-bottom:6px;font-size:12px;color:#64748b;font-weight:500}.alert-vehicle{color:#1e293b;font-weight:700}.alert-message{margin:0 0 6px;font-size:16px;color:#0f172a;font-weight:600;line-height:1.4}.alert-driver{margin:0;font-size:14px;color:#64748b}.alert-action-col{align-self:flex-end;margin-left:12px}.ack-btn{padding:8px 16px;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#475569;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s}.ack-btn:hover{background-color:#f1f5f9;color:#1e293b;border-color:#cbd5e1}
