*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;font-weight:400;color:#1a1a2e;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{min-height:100vh}a{text-decoration:none;color:inherit}button{font-family:inherit}img{max-width:100%;height:auto}ul{list-style:none}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.08)}.navbar-container{max-width:1200px;margin:0 auto;padding:0 24px;height:72px;display:flex;align-items:center;justify-content:space-between}.navbar-brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.5rem;color:#1a1a2e;text-decoration:none}.navbar-logo{width:32px;height:32px;color:#3b82f6}.navbar-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}.hamburger{display:block;width:24px;height:2px;background:#1a1a2e;position:relative;transition:background .2s}.hamburger:before,.hamburger:after{content:"";position:absolute;width:24px;height:2px;background:#1a1a2e;left:0;transition:transform .3s ease}.hamburger:before{top:-7px}.hamburger:after{top:7px}.hamburger.open{background:transparent}.hamburger.open:before{transform:rotate(45deg);top:0}.hamburger.open:after{transform:rotate(-45deg);top:0}.navbar-menu{display:flex;align-items:center;gap:40px}.navbar-links{display:flex;list-style:none;gap:32px;margin:0;padding:0}.navbar-links a{color:#4a5568;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s}.navbar-links a:hover{color:#3b82f6}.navbar-actions{display:flex;gap:12px}.btn{padding:10px 20px;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;border:none;font-family:inherit}.btn-ghost{background:transparent;color:#4a5568}.btn-ghost:hover{background:#3b82f614;color:#3b82f6}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 14px #3b82f659}.btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 6px 20px #3b82f673;transform:translateY(-1px)}@media(max-width:768px){.navbar-container{padding:0 16px;height:64px}.navbar-brand{font-size:1.25rem;gap:8px}.navbar-logo{width:28px;height:28px}.navbar-toggle{display:block;z-index:1001}.navbar-menu{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;align-items:flex-start;padding:100px 32px 32px;gap:32px;transition:right .3s ease;box-shadow:-4px 0 20px #0000001a}.navbar-menu.active{right:0}.navbar-links{flex-direction:column;gap:24px}.navbar-links a{font-size:1.1rem}.navbar-actions{flex-direction:column;width:100%}.navbar-actions .btn{width:100%;text-align:center}}@media(max-width:375px){.navbar-container{padding:0 12px}.navbar-brand{font-size:1.1rem}.navbar-logo{width:24px;height:24px}.navbar-menu{width:100%;padding:80px 24px 24px}}.hero{min-height:100vh;padding:120px 24px 80px;position:relative;overflow:hidden;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-content{z-index:1}.hero-badge{display:inline-block;padding:8px 16px;background:#3b82f61a;color:#3b82f6;font-size:.875rem;font-weight:600;border-radius:50px;margin-bottom:24px}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.15;color:#1a1a2e;margin:0 0 24px}.gradient-text{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.2rem;color:#64748b;line-height:1.7;margin:0 0 32px;max-width:520px}.hero-actions{display:flex;gap:16px;margin-bottom:48px}.btn-lg{padding:14px 28px;font-size:1rem}.btn-outline{background:#fff;color:#1a1a2e;border:2px solid #e2e8f0}.btn-outline:hover{border-color:#3b82f6;color:#3b82f6}.btn-icon{width:20px;height:20px;margin-left:8px}.hero-stats{display:flex;align-items:center;gap:32px}.stat{display:flex;flex-direction:column}.stat-value{font-size:1.75rem;font-weight:700;color:#1a1a2e}.stat-label{font-size:.875rem;color:#64748b}.stat-divider{width:1px;height:40px;background:#e2e8f0}.hero-visual{position:relative;z-index:1}.hero-card{background:#fff;border-radius:20px;box-shadow:0 25px 50px -12px #00000026}.hero-card-main{padding:24px}.card-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.card-icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.card-icon svg{width:28px;height:28px}.card-title{font-weight:600;font-size:1.1rem;color:#1a1a2e}.card-body{display:flex;flex-direction:column;gap:16px}.maintenance-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f8fafc;border-radius:12px}.maintenance-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.maintenance-icon svg{width:20px;height:20px}.maintenance-icon.good{background:#dcfce7;color:#16a34a}.maintenance-icon.warning{background:#fef3c7;color:#d97706}.maintenance-icon.pending{background:#e0e7ff;color:#4f46e5}.maintenance-info{display:flex;flex-direction:column}.maintenance-name{font-weight:600;color:#1a1a2e;font-size:.95rem}.maintenance-date{font-size:.85rem;color:#64748b}.hero-card-float{position:absolute;bottom:-20px;right:-20px;padding:16px 20px;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.notification-content{display:flex;align-items:center;gap:12px}.notification-icon{width:44px;height:44px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.notification-icon svg{width:22px;height:22px}.notification-text{display:flex;flex-direction:column}.notification-title{font-weight:600;color:#1a1a2e;font-size:.9rem}.notification-message{font-size:.85rem;color:#64748b}.hero-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none}.blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.blob-1{width:600px;height:600px;background:linear-gradient(135deg,#93c5fd,#c7d2fe);top:-200px;right:-100px}.blob-2{width:400px;height:400px;background:linear-gradient(135deg,#fde68a,#fca5a5);bottom:-100px;left:-50px}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.75rem}.hero-description{max-width:100%;margin-left:auto;margin-right:auto}.hero-actions,.hero-stats{justify-content:center}.hero-visual{display:none}}@media(max-width:640px){.hero{padding:100px 16px 60px;min-height:auto}.hero-badge{font-size:.75rem;padding:6px 12px}.hero-title{font-size:1.75rem;line-height:1.25}.hero-description{font-size:.95rem;line-height:1.6;margin-bottom:24px}.hero-actions{flex-direction:column;gap:12px;margin-bottom:36px}.hero-actions .btn{width:100%;justify-content:center}.btn-lg{padding:12px 24px;font-size:.95rem}.hero-stats{flex-direction:column;gap:16px;background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 20px #0000000d}.stat{flex-direction:row;align-items:center;gap:12px}.stat-value{font-size:1.5rem}.stat-label{font-size:.8rem}.stat-divider{display:none}.blob-1{width:300px;height:300px;top:-100px;right:-50px}.blob-2{width:200px;height:200px;bottom:-50px;left:-30px}}@media(max-width:375px){.hero{padding:90px 12px 50px}.hero-title{font-size:1.5rem}.hero-description{font-size:.9rem}}.features{padding:100px 24px;background:#f8fafc}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:64px}.features-badge{display:inline-block;padding:8px 16px;background:#3b82f61a;color:#3b82f6;font-size:.875rem;font-weight:600;border-radius:50px;margin-bottom:16px}.features-title{font-size:2.5rem;font-weight:700;color:#1a1a2e;max-width:600px;margin:0 auto 16px}.features-subtitle{font-size:1.1rem;color:#64748b;max-width:500px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.feature-card{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 20px #0000000d;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0000001a}.feature-icon{width:56px;height:56px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:20px}.feature-icon svg{width:28px;height:28px}.feature-title{font-size:1.25rem;font-weight:600;color:#1a1a2e;margin:0 0 12px}.feature-description{font-size:.95rem;color:#64748b;line-height:1.6;margin:0}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.features{padding:60px 16px}.features-header{margin-bottom:40px}.features-badge{font-size:.75rem;padding:6px 12px}.features-title{font-size:1.5rem;padding:0 8px}.features-subtitle{font-size:.95rem;padding:0 8px}.features-grid{grid-template-columns:1fr;gap:16px}.feature-card{padding:24px}.feature-card:hover{transform:none}.feature-icon{width:48px;height:48px;border-radius:12px;margin-bottom:16px}.feature-icon svg{width:24px;height:24px}.feature-title{font-size:1.1rem}.feature-description{font-size:.9rem}}@media(max-width:375px){.features{padding:50px 12px}.features-title{font-size:1.35rem}.feature-card{padding:20px}}.modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:fadeIn .2s ease}.modal-container{background:#fff;border-radius:20px;width:100%;max-width:440px;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease;box-shadow:0 25px 50px -12px #00000040}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border:none;background:#f1f5f9;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s}.modal-close:hover{background:#e2e8f0;color:#1a1a2e}.modal-close svg{width:20px;height:20px}.modal-header{padding:40px 40px 24px;text-align:center}.modal-logo{width:56px;height:56px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 20px}.modal-logo svg{width:32px;height:32px}.modal-title{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0 0 8px}.modal-subtitle{font-size:.95rem;color:#64748b;margin:0}.modal-form{padding:0 40px}.form-error-banner{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;font-size:.9rem;margin-bottom:20px}.form-error-banner svg{width:20px;height:20px;flex-shrink:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-row .form-group,.form-group{margin-bottom:20px}.form-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:8px}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:14px;width:20px;height:20px;color:#94a3b8;pointer-events:none}.form-input{width:100%;padding:14px 14px 14px 46px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;font-family:inherit;color:#1a1a2e;background:#fff;transition:all .2s}.form-input::placeholder{color:#94a3b8}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input.error{border-color:#ef4444}.form-input.error:focus{box-shadow:0 0 0 3px #ef44441a}.password-toggle{position:absolute;right:14px;background:none;border:none;cursor:pointer;padding:4px;color:#94a3b8;transition:color .2s}.password-toggle:hover{color:#64748b}.password-toggle svg{width:20px;height:20px}.form-error{display:block;font-size:.8rem;color:#ef4444;margin-top:6px}.form-options{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.checkbox-wrapper{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.875rem;color:#64748b}.checkbox-wrapper input{display:none}.checkbox-custom{width:18px;height:18px;border:2px solid #e2e8f0;border-radius:4px;position:relative;transition:all .2s}.checkbox-wrapper input:checked+.checkbox-custom{background:#3b82f6;border-color:#3b82f6}.checkbox-wrapper input:checked+.checkbox-custom:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.forgot-password{background:none;border:none;color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer;padding:0}.forgot-password:hover{color:#2563eb;text-decoration:underline}.btn-full{width:100%;justify-content:center}.btn-loading{display:flex;align-items:center;justify-content:center;gap:10px}.spinner{width:20px;height:20px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-footer{padding:24px 40px 40px;text-align:center}.modal-footer p{font-size:.9rem;color:#64748b;margin:0}.switch-mode{background:none;border:none;color:#3b82f6;font-weight:600;cursor:pointer;margin-left:4px;padding:0}.switch-mode:hover{color:#2563eb;text-decoration:underline}.success-state{padding:60px 40px;text-align:center;animation:fadeIn .3s ease}.success-icon{width:80px;height:80px;margin:0 auto 24px;color:#16a34a;animation:successPop .5s ease}.success-icon svg{width:100%;height:100%}.success-icon circle{stroke-dasharray:63;stroke-dashoffset:63;animation:drawCircle .6s ease forwards}.success-icon path{stroke-dasharray:20;stroke-dashoffset:20;animation:drawCheck .3s ease forwards .5s}@keyframes successPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@keyframes drawCircle{to{stroke-dashoffset:0}}@keyframes drawCheck{to{stroke-dashoffset:0}}.success-title{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0 0 8px}.success-message{font-size:1rem;color:#64748b;margin:0 0 32px}.success-loader{width:200px;height:4px;background:#e2e8f0;border-radius:2px;margin:0 auto;overflow:hidden}.success-loader-bar{height:100%;background:linear-gradient(90deg,#16a34a,#22c55e);border-radius:2px;animation:loadingProgress 1.5s ease forwards}@keyframes loadingProgress{0%{width:0%}to{width:100%}}@media(max-width:480px){.modal-overlay{padding:12px;align-items:flex-end}.modal-container{border-radius:20px 20px 0 0;max-height:95vh}.modal-close{top:12px;right:12px;width:36px;height:36px}.modal-header{padding:32px 20px 16px}.modal-logo{width:48px;height:48px;border-radius:12px;margin-bottom:16px}.modal-logo svg{width:28px;height:28px}.modal-title{font-size:1.25rem}.modal-subtitle{font-size:.875rem}.modal-form{padding:0 20px}.form-label{font-size:.8rem}.form-input{padding:12px 12px 12px 42px;font-size:.95rem;border-radius:10px}.input-icon{left:12px;width:18px;height:18px}.modal-footer{padding:16px 20px 28px}.form-options{flex-direction:column;gap:12px;align-items:flex-start}.form-row{grid-template-columns:1fr;gap:0}.success-state{padding:48px 20px}.success-icon{width:64px;height:64px;margin-bottom:20px}.success-title{font-size:1.25rem}.success-message{font-size:.9rem;margin-bottom:24px}.success-loader{width:160px}}@media(max-width:375px){.modal-header{padding:28px 16px 14px}.modal-form{padding:0 16px}.modal-footer{padding:14px 16px 24px}.form-group{margin-bottom:16px}}.vehicle-modal{max-width:500px}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:44px;cursor:pointer}.form-select:disabled{background-color:#f1f5f9;cursor:not-allowed;color:#94a3b8}.form-select option{padding:12px}.form-input[type=number]{-moz-appearance:textfield}.form-input[type=number]::-webkit-outer-spin-button,.form-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media(max-width:480px){.vehicle-modal{max-width:100%}}.dashboard{display:flex;min-height:100vh;background:#f8fafc}.mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:64px;background:#fff;border-bottom:1px solid #e2e8f0;padding:0 16px;align-items:center;justify-content:space-between;z-index:100}.mobile-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.125rem;color:#1a1a2e}.mobile-logo svg{width:28px;height:28px;color:#3b82f6}.mobile-menu-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:10px;color:#64748b;cursor:pointer;transition:all .2s}.mobile-menu-btn:hover{background:#f1f5f9;color:#1a1a2e}.mobile-menu-btn svg{width:24px;height:24px}.mobile-overlay{display:none;position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:199;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sidebar{width:280px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:200;transition:transform .3s ease}.sidebar-close{display:none;position:absolute;top:16px;right:16px;width:40px;height:40px;align-items:center;justify-content:center;background:#f1f5f9;border:none;border-radius:10px;color:#64748b;cursor:pointer;transition:all .2s}.sidebar-close:hover{background:#e2e8f0;color:#1a1a2e}.sidebar-close svg{width:20px;height:20px}.sidebar-header{padding:24px;border-bottom:1px solid #e2e8f0}.sidebar-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.25rem;color:#1a1a2e}.sidebar-logo svg{width:32px;height:32px;color:#3b82f6}.sidebar-nav{flex:1;padding:16px;overflow-y:auto}.sidebar-nav ul{list-style:none;margin:0;padding:0}.sidebar-nav li{margin-bottom:4px}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;color:#64748b;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .2s;background:none;border:none;width:100%;cursor:pointer;text-align:left;font-family:inherit}.nav-item:hover{background:#f1f5f9;color:#1a1a2e}.nav-item.active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.nav-item svg{width:22px;height:22px;flex-shrink:0}.sidebar-footer{padding:16px;border-top:1px solid #e2e8f0}.nav-item.logout{color:#ef4444}.nav-item.logout:hover{background:#fef2f2;color:#dc2626}.dashboard-main{flex:1;margin-left:280px;min-height:100vh}.dashboard-header{background:#fff;padding:24px 32px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.header-left h1{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0 0 4px}.header-left p{font-size:.95rem;color:#64748b;margin:0}.header-right .btn{display:flex;align-items:center;gap:8px}.header-right .btn svg{width:20px;height:20px}.dashboard-content{padding:32px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px}.stat-card{background:#fff;padding:24px;border-radius:16px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 3px #0000000d}.stat-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center}.stat-icon svg{width:28px;height:28px}.stat-icon.vehicles{background:#dbeafe;color:#3b82f6}.stat-icon.maintenance{background:#fef3c7;color:#d97706}.stat-icon.completed{background:#dcfce7;color:#16a34a}.stat-icon.alerts{background:#fee2e2;color:#dc2626}.stat-info{display:flex;flex-direction:column}.stat-card .stat-value{font-size:1.75rem;font-weight:700;color:#1a1a2e;line-height:1}.stat-card .stat-label{font-size:.875rem;color:#64748b;margin-top:4px}.empty-state{background:#fff;border-radius:20px;padding:80px 40px;text-align:center;box-shadow:0 1px 3px #0000000d}.empty-icon{width:80px;height:80px;background:#f1f5f9;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.empty-icon svg{width:40px;height:40px;color:#94a3b8}.empty-state h2{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0 0 12px}.empty-state p{font-size:1rem;color:#64748b;max-width:400px;margin:0 auto 32px}.empty-state .btn{display:inline-flex;align-items:center;gap:8px}.empty-state .btn svg{width:20px;height:20px}@media(max-width:1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.loading-state{background:#fff;border-radius:20px;padding:80px 40px;text-align:center;box-shadow:0 1px 3px #0000000d}.loading-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;margin:0 auto 16px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-state p{color:#64748b;font-size:1rem;margin:0}.vehicles-section{background:#fff;border-radius:20px;padding:24px;box-shadow:0 1px 3px #0000000d}.section-header{margin-bottom:24px}.section-header h2{font-size:1.25rem;font-weight:700;color:#1a1a2e;margin:0}.vehicles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.vehicle-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:20px;transition:all .2s}.vehicle-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a}.vehicle-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.vehicle-icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.vehicle-icon svg{width:26px;height:26px}.vehicle-type-badge{display:inline-flex;align-items:center;padding:6px 12px;background:#dbeafe;color:#1d4ed8;font-size:.8rem;font-weight:600;border-radius:20px}.vehicle-card-body{display:flex;flex-direction:column;gap:12px}.vehicle-name{font-size:1.125rem;font-weight:700;color:#1a1a2e;margin:0}.vehicle-details{display:flex;gap:20px}.vehicle-detail{display:flex;align-items:center;gap:6px;color:#64748b;font-size:.9rem}.vehicle-detail svg{width:18px;height:18px;color:#94a3b8}@media(max-width:768px){.mobile-header{display:flex}.mobile-overlay{display:block}.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-close{display:flex}.sidebar-header{padding-right:64px}.dashboard-main{margin-left:0;padding-top:64px}.dashboard-header{flex-direction:column;gap:16px;align-items:flex-start;padding:20px}.dashboard-content{padding:20px}.stats-grid{grid-template-columns:1fr}.empty-state{padding:48px 24px}.vehicles-section{padding:16px}.vehicles-grid{grid-template-columns:1fr}.vehicle-card{padding:16px}}.app{min-height:100vh}main{display:flex;flex-direction:column}
