body{margin:0;padding:0;overflow-x:hidden;box-sizing:border-box;font-family:sans-serif;font-weight:500}*{box-sizing:border-box}:root{--sidebar-bg: #1e293b;--sidebar-secondary: #334155;--text-color: #e2e8f0;--text-muted: #94a3b8;--brand-color: #3b82f6;--brand-hover: #2563eb;--hover-bg: #334155;--active-bg: #1e40af;--divider-color: #475569;--danger-color: #ef4444;--warning-color: #f59e0b}.sidebar{width:260px;background-color:var(--sidebar-bg);color:var(--text-color);border-right:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;height:100vh;box-sizing:border-box;position:relative}.sidebar-header{padding:1.5rem 1.25rem;border-bottom:1px solid var(--divider-color);background:linear-gradient(135deg,#1e293b,#0f172a)}.sidebar-title{font-size:1.35rem;font-weight:700;margin:0 0 4px;color:#fff;letter-spacing:-.02em}.sidebar-subtitle{font-size:.8rem;margin:0;color:var(--text-muted);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.sidebar-nav{flex-grow:1;padding:1rem 0;overflow-y:auto}.nav-section{margin-bottom:.5rem}.sidebar-nav a{color:var(--text-color);text-decoration:none;padding:.75rem 1.25rem;margin:.15rem .75rem;display:flex;align-items:center;gap:12px;border-radius:8px;transition:all .2s ease;font-size:.95rem;font-weight:500;position:relative}.nav-icon{font-size:1.35rem;color:var(--text-muted);flex-shrink:0;transition:color .2s ease}.sidebar-nav a span{flex:1}.sidebar-nav a:hover{background-color:var(--hover-bg);color:#fff}.sidebar-nav a:hover .nav-icon{color:var(--brand-color);transform:scale(1.1)}.sidebar-nav a.active{background-color:var(--brand-color);color:#fff;box-shadow:0 4px 12px #3b82f64d}.sidebar-nav a.active .nav-icon{color:#fff}.sidebar-nav a.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:60%;background-color:#60a5fa62;border-radius:0 4px 4px 0}.nav-divider{font-size:.75rem;color:var(--text-muted);margin:1.5rem 1.25rem .75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;padding-bottom:.5rem;border-bottom:1px solid var(--divider-color)}.sidebar-footer{padding:.75rem;border-top:1px solid var(--divider-color);background-color:#0f172a80}.token-expiry-message{display:flex;align-items:center;gap:10px;padding:.75rem 1rem;margin-bottom:.5rem;background-color:var(--sidebar-secondary);border-radius:8px;border:1px solid var(--divider-color);transition:all .3s ease}.timer-icon{font-size:1.5rem;color:var(--text-muted);flex-shrink:0}.timer-content{display:flex;flex-direction:column;gap:2px;flex:1}.timer-label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.timer-value{font-size:.95rem;font-weight:700;color:var(--text-color);font-family:Courier New,monospace;letter-spacing:.05em}.token-expiry-message.urgent{background-color:#f59e0b1a;border-color:var(--warning-color);animation:pulse-warning 2s ease-in-out infinite}.token-expiry-message.urgent .timer-icon,.token-expiry-message.urgent .timer-value{color:var(--warning-color)}.token-expiry-message.critical{background-color:#ef44441a;border-color:var(--danger-color);animation:pulse-critical 1s ease-in-out infinite}.token-expiry-message.critical .timer-icon,.token-expiry-message.critical .timer-value{color:var(--danger-color)}.logout-button{width:100%;display:flex;align-items:center;gap:12px;padding:.75rem 1rem;font-size:.95rem;font-weight:600;color:var(--text-color);background-color:transparent;border:1px solid var(--divider-color);border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:inherit}.logout-button:hover{background-color:var(--danger-color);border-color:var(--danger-color);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.logout-button:active{transform:translateY(0)}.logout-button .nav-icon{font-size:1.35rem}.logout-button:hover .nav-icon{color:#fff;transform:scale(1.1)}@keyframes pulse-warning{0%,to{box-shadow:0 0 #f59e0b66}50%{box-shadow:0 0 0 6px #f59e0b00}}@keyframes pulse-critical{0%,to{box-shadow:0 0 #ef444499}50%{box-shadow:0 0 0 8px #ef444400}}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:var(--divider-color);border-radius:3px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@media (max-width: 1024px){.sidebar{width:220px}.sidebar-title{font-size:1.2rem}.sidebar-nav a{font-size:.9rem;padding:.65rem 1rem}.nav-icon{font-size:1.25rem}}@media (max-width: 768px){.sidebar{width:70px}.sidebar-header{padding:1rem .5rem}.sidebar-title{font-size:1rem;text-align:center}.sidebar-subtitle,.sidebar-nav a span,.nav-divider{display:none}.sidebar-nav a{justify-content:center;padding:.75rem;margin:.15rem .5rem}.timer-content,.logout-button span{display:none}.token-expiry-message,.logout-button{justify-content:center;padding:.75rem .5rem}}.client-list-container{padding:24px 28px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f9fafb;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 10px 30px #0f172a14;color:#111827;max-width:1400px;margin:0 auto}.client-list-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:20px}.client-page-title{font-size:1.75rem;font-weight:700;margin:0;color:#111827}.client-page-subtitle{margin:6px 0 0;font-size:.95rem;color:#6b7280}.muted-text{color:#9ca3af}.client-controls{display:flex;gap:16px;align-items:center;margin-bottom:20px;flex-wrap:wrap}.client-search-input{flex:1;min-width:250px;padding:10px 16px;font-size:.95rem;border:1px solid #d1d5db;border-radius:8px;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease;outline:none}.client-search-input::placeholder{color:#9ca3af}.client-search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.sort-controls{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#4b5563}.sort-controls label{font-weight:500;white-space:nowrap}.sort-select{padding:8px 32px 8px 12px;font-size:.9rem;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .2s ease;outline:none}.sort-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.loader,.error-text,.empty-state{text-align:center;margin:40px 0;color:#4b5563}.loader{font-size:1rem}.error-text{color:#b91c1c;font-weight:600}.empty-state h4{margin-bottom:8px;font-size:1.15rem;color:#111827}.empty-state p{margin:0;font-size:.95rem;color:#6b7280}.clients-table-wrapper{background-color:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 4px 12px #0f172a0a}.clients-table{width:100%;border-collapse:collapse;font-size:.9rem}.clients-table thead{background-color:#f9fafb;border-bottom:2px solid #e5e7eb}.clients-table th{padding:14px 16px;text-align:left;font-weight:600;font-size:.85rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.clients-table th.text-center{text-align:center}.clients-table th.text-right{text-align:right}.client-row{border-bottom:1px solid #f3f4f6;transition:background-color .15s ease;cursor:pointer}.client-row:hover{background-color:#f9fafb}.client-row:last-child{border-bottom:none}.clients-table td{padding:14px 16px;color:#374151}.client-name-cell{font-weight:500}.client-name-content{display:flex;align-items:center;gap:12px}.client-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:#fff;flex-shrink:0}.client-name{color:#111827;font-size:.95rem}.client-phone,.client-address{color:#6b7280}.client-address{max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-rentals{font-weight:600}.rentals-badge{display:inline-block;padding:4px 12px;background-color:#ecfdf5;color:#059669;border-radius:12px;font-size:.85rem;font-weight:600}.no-rentals{color:#9ca3af}.client-last-rental{color:#4b5563;white-space:nowrap}.view-btn{padding:6px 16px;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .08s ease}.view-btn:hover{background-color:#1d4ed8;transform:translateY(-1px)}.view-btn:active{transform:translateY(0)}.text-center{text-align:center}.text-right{text-align:right}@media (max-width: 1024px){.client-address{max-width:180px}}@media (max-width: 768px){.client-list-container{padding:20px 16px;border-radius:12px}.client-page-title{font-size:1.5rem}.client-controls{flex-direction:column;align-items:stretch}.client-search-input{min-width:100%}.sort-controls{justify-content:space-between}.clients-table-wrapper{overflow-x:auto}.clients-table{min-width:600px}.clients-table th,.clients-table td{padding:12px}.client-address{max-width:120px}.view-btn{padding:5px 12px;font-size:.8rem}}@media (max-width: 480px){.client-list-header{flex-direction:column;align-items:flex-start}.client-page-subtitle,.clients-table{font-size:.85rem}.client-avatar{width:32px;height:32px;font-size:.75rem}}.visitor-table{width:100%;border-collapse:collapse;margin-top:20px}.visitor-table th,.visitor-table td{border:1px solid #ccc;padding:8px 12px;text-align:left}.visitor-table th{background-color:#f5f5f5;font-weight:600}.visitor-table tbody tr:hover{background-color:#e6f7ff}.error{color:#d9534f}.filter-form{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.filter-form input[type=text],.filter-form input[type=date]{padding:6px 10px;font-size:1rem;border:1px solid #ccc;border-radius:4px}.filter-form label{display:flex;flex-direction:column;font-size:.9rem;color:#333}.filter-form button{background-color:#3182ce;color:#fff;border:none;padding:8px 14px;border-radius:4px;cursor:pointer;font-weight:600}.filter-form button:hover{background-color:#2c6cb4}.vehicle-list-container{padding:24px 28px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f9fafb;border-radius:18px;box-shadow:0 12px 32px #0f172a1f;border:1px solid #e2e8f0;color:#111827}.vehicle-header-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.vehicle-page-title{font-weight:700;font-size:1.7rem;margin:0;color:#111827}.vehicle-page-subtitle{margin:4px 0 0;font-size:.95rem;color:#6b7280}.vehicle-top-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin:14px 0 18px}.vehicles-count{margin:0;padding:.4rem .9rem;border-radius:999px;background:#e5f2ff;color:#1d4ed8;font-size:.85rem;font-weight:600}.vehicle-search-input{flex:1;min-width:220px;padding:11px 14px;font-size:.98rem;border:1px solid #cbd5e1;border-radius:999px;outline:none;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.vehicle-search-input::placeholder{color:#94a3b8}.vehicle-search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb2e;background-color:#fff}.status-message{text-align:left;font-size:.9rem;color:#4b5563;margin:6px 0 16px}.vehicle-error{color:#b91c1c;text-align:left;font-weight:600;margin:8px 0 16px}.vehicle-empty-state{text-align:center;margin:30px 0 8px}.vehicle-empty-state h3{margin-bottom:6px;font-size:1.1rem;color:#111827}.vehicle-empty-state p{margin:0;font-size:.9rem;color:#6b7280}.vehicle-list{list-style:none;padding:0;margin:12px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.vehicle-card{background-color:#fff;border:1px solid #dbeafe;border-radius:12px;padding:.85rem .95rem;box-shadow:0 5px 15px #0f172a0f;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .08s ease;-webkit-user-select:none;user-select:none}.vehicle-card:hover,.vehicle-card:focus{border-color:#2563eb;box-shadow:0 10px 26px #2563eb47;outline:none;transform:translateY(-1px)}.vehicle-card-main{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.vehicle-card-left{display:flex;align-items:center;gap:.75rem}.vehicle-avatar{width:40px;height:40px;border-radius:999px;background:radial-gradient(circle at 30% 20%,#38bdf8,#0ea5e9);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#fff;flex-shrink:0}.vehicle-text-block{min-width:0}.vehicle-name{font-weight:600;font-size:1rem;margin:0 0 4px;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vehicle-vic{font-size:.85rem;color:#6b7280;margin:0;display:flex;flex-wrap:wrap;gap:.25rem;align-items:center}.meta-dot{color:#9ca3af}.vehicle-meta-item{display:inline-flex;align-items:center}.vehicle-status-badge{padding:.25rem .6rem;border-radius:999px;font-size:.78rem;font-weight:500;white-space:nowrap}.vehicle-status-available{background-color:#dcfce7;color:#166534;border:1px solid #bbf7d0}.vehicle-status-busy{background-color:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.vehicle-card:focus-visible{outline:3px solid #1d4ed8;outline-offset:3px}@media (max-width: 640px){.vehicle-list-container{margin:20px 16px;padding:18px 16px}.vehicle-top-bar{flex-direction:column;align-items:flex-start}.vehicle-search-input{width:100%}}.vehicle-detail-page{padding:24px 28px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#0f172a;background-color:#f9fafb;border-radius:18px;border:1px solid #e2e8f0;box-shadow:0 12px 30px #0f172a24;max-width:1400px;margin:0 auto}.vehicle-detail-status{font-size:.95rem;text-align:center;margin:20px 0;color:#4b5563}.vehicle-detail-error{color:#b91c1c;font-weight:600;text-align:center;margin:20px 0}.vehicle-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.vehicle-title{font-size:1.8rem;margin:0 0 4px;font-weight:700;color:#0a3176}.vehicle-vic{font-size:1rem;margin:0 0 8px;font-weight:500;color:#4b5563}.vehicle-meta-row{margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.vehicle-meta-pill{font-size:.8rem;padding:.25rem .75rem;border-radius:999px;border:1px solid #cbd5e1;background-color:#e5f0ff;color:#1e3a8a;font-weight:500}.vehicle-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:24px}.summary-stat{padding:.85rem 1rem;background:linear-gradient(135deg,#eff6ff,#e0f2fe 45%,#f1f5f9);border-radius:12px;border:1px solid #dbeafe;display:flex;flex-direction:column;gap:.3rem;transition:transform .2s ease,box-shadow .2s ease}.summary-stat:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2563eb1f}.summary-label{font-size:.8rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.02em}.summary-value{font-size:1.1rem;font-weight:700;color:#1f2937}.summary-value-muted{color:#6b7280}.summary-value-positive{color:#059669}.summary-value-negative{color:#dc2626}.vehicle-chart-card{margin-bottom:24px;padding:18px 20px;border-radius:14px;background-color:#fff;border:1px solid #e5e7eb;box-shadow:0 6px 18px #0f172a14}.chart-header{margin-bottom:12px}.section-title{font-size:1.1rem;font-weight:600;margin:0 0 4px;color:#0f172a}.section-subtitle{font-size:.87rem;margin:0 0 8px;color:#64748b}.custom-tooltip{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;font-size:13px;box-shadow:0 4px 12px #0000001a}.tooltip-label{font-weight:600;margin-bottom:6px;color:#1f2937}.vehicle-rentals-section{margin-top:16px}.rental-list{list-style:none;padding:0;margin:12px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.rental-item{background-color:#fff;border-radius:12px;padding:16px 18px;box-shadow:0 5px 14px #0f172a14;border:1px solid #e5e7eb;transition:box-shadow .2s ease,transform .15s ease,border-color .2s ease}.rental-item:hover{box-shadow:0 10px 24px #0f172a1f;transform:translateY(-2px);border-color:#bfdbfe}.rental-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:12px}.rental-dates{margin:0 0 4px;font-size:.92rem;font-weight:600;color:#111827}.rental-lessee{margin:0;font-size:.85rem;color:#6b7280}.rental-lessee-name{color:#0b3d91;font-weight:600}.rental-rate-pill{font-size:.8rem;padding:.25rem .7rem;border-radius:999px;background-color:#e0f2fe;color:#075985;border:1px solid #bae6fd;font-weight:600;white-space:nowrap}.rental-meta-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;font-size:.87rem;color:#374151;flex-wrap:wrap}.rental-meta-row strong{color:#0b3d91;font-weight:600}.maintenance-amount{color:#d97706}.net-positive{color:#059669;font-weight:600}.net-negative{color:#dc2626;font-weight:600}@media (max-width: 1024px){.vehicle-summary{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}@media (max-width: 768px){.vehicle-detail-page{padding:20px 18px}.vehicle-title{font-size:1.5rem}.vehicle-summary{grid-template-columns:repeat(2,1fr);gap:.85rem}.summary-stat{padding:.75rem .85rem}.summary-value{font-size:1rem}.rental-list{grid-template-columns:1fr}.vehicle-chart-card{padding:14px 16px}}@media (max-width: 640px){.vehicle-detail-page{margin:16px;padding:18px 16px}.vehicle-detail-header{flex-direction:column;gap:.4rem}.vehicle-summary{grid-template-columns:1fr}.rental-meta-row{flex-direction:column;align-items:flex-start;gap:.5rem}.section-title{font-size:1rem}.section-subtitle{font-size:.82rem}}.client-footer{justify-content:baseline;bottom:0;left:0;width:100%;padding:1rem .01rem;text-align:center;font-size:.9rem;color:#1b1f3b}.rental-edit-form{max-width:480px;margin:0 auto;padding:24px 28px;background-color:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#2d3748;display:flex;flex-direction:column;gap:18px}.rental-edit-label{display:flex;flex-direction:column;font-weight:600;font-size:1rem;color:#4a5568}.rental-edit-input,.rental-edit-select,.rental-edit-textarea{margin-top:6px;padding:10px 14px;font-size:1rem;border:1.8px solid #cbd5e0;border-radius:8px;transition:border-color .25s ease,box-shadow .25s ease;font-family:inherit;outline-offset:2px}.rental-edit-textarea{min-height:80px;resize:vertical}.rental-edit-input:focus,.rental-edit-select:focus,.rental-edit-textarea:focus{border-color:#3182ce;box-shadow:0 0 8px #3182ce66;outline:none}.rental-edit-error{margin-top:-12px;color:#e53e3e;font-weight:700;font-size:.9rem;text-align:center;-webkit-user-select:none;user-select:none}.rental-edit-buttons{display:flex;justify-content:flex-end;gap:16px;margin-top:12px}.rental-submit-btn,.rental-cancel-btn{cursor:pointer;font-weight:700;font-size:1rem;padding:12px 26px;border-radius:10px;border:none;transition:background-color .25s ease,box-shadow .2s ease;-webkit-user-select:none;user-select:none}.rental-submit-btn{background-color:#3182ce;color:#fff;box-shadow:0 3px 8px #3182ce80}.rental-submit-btn:hover:not(:disabled),.rental-submit-btn:focus-visible{background-color:#2c5282;box-shadow:0 5px 15px #2c5282cc;outline:none}.rental-submit-btn:disabled{background-color:#a0aec0;cursor:not-allowed;box-shadow:none}.rental-cancel-btn{background-color:transparent;color:#4a5568;border:2px solid #4a5568}.rental-cancel-btn:hover:not(:disabled),.rental-cancel-btn:focus-visible{background-color:#4a5568;color:#fff;outline:none}@media (max-width: 480px){.rental-edit-form{padding:20px 18px}.rental-edit-buttons{flex-direction:column;gap:12px}.rental-submit-btn,.rental-cancel-btn{width:100%}}.profile-container{padding:2rem 2.5rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#111827;background-color:#f9fafb;border-radius:18px;border:1px solid #e5e7eb;box-shadow:0 12px 32px #0f172a1f}.profile-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;gap:1rem}.back-button{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:999px;border:1px solid #d1d5db;background-color:#fff;font-size:.85rem;color:#374151;cursor:pointer;transition:background-color .18s ease,box-shadow .18s ease,border-color .18s ease,transform .08s ease}.back-button:hover{background-color:#eff6ff;border-color:#2563eb;box-shadow:0 4px 12px #2563eb59;transform:translateY(-.5px)}.back-button span{font-weight:500}.custom-header{color:#03182e;font-size:1.05rem;text-align:right}.custom-header span{color:#1b81c6;font-size:1.15rem;font-weight:600}.profile-main{display:flex;justify-content:space-between;align-items:center;gap:1.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.profile-main-left{display:flex;align-items:center;gap:1rem}.profile-avatar-large{width:60px;height:60px;border-radius:999px;background:radial-gradient(circle at 20% 20%,#3b82f6,#1d4ed8 55%,#0b3b91);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.4rem;color:#fff;box-shadow:0 10px 20px #2563eb8c}.profile-title{font-size:1.6rem;font-weight:700;margin:0 0 .25rem;color:#111827}.profile-subtitle{color:#4b5563;margin:0;font-size:.95rem}.profile-subtitle-separator{margin:0 .4rem;color:#9ca3af}.profile-stat-row{display:inline-flex;flex-wrap:wrap;gap:.6rem}.profile-stat-chip{min-width:105px;padding:.45rem .75rem;border-radius:10px;background:linear-gradient(135deg,#eff6ff,#e0f2fe,#eef2ff);border:1px solid #bfdbfe;display:flex;flex-direction:column;gap:.1rem}.profile-stat-label{font-size:.75rem;color:#6b7280}.profile-stat-value{font-size:1.05rem;font-weight:700;color:#1d4ed8}.profile-card{background:#fff;border-radius:14px;padding:1.25rem 1.5rem;margin-bottom:2rem;box-shadow:0 5px 18px #0f172a14;border:1px solid #d1e3f0}.profile-card-content{display:grid;gap:1rem}.profile-info-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.profile-section-title{font-weight:600;margin-bottom:.2rem;color:#0f172a;font-size:.95rem}.profile-card-content p{margin:.1rem 0;font-size:.9rem;color:#374151}.id-photo-section{margin-top:.25rem}.id-photos{display:flex;gap:.75rem;margin-top:.5rem;flex-wrap:wrap}.profile-img{height:110px;border-radius:8px;border:1px solid #d1d5db;object-fit:cover;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;background-color:#f9fafb}.profile-img:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0f172a40;border-color:#2563eb}.tabs{margin-top:.5rem}.tabs-list{display:inline-flex;gap:.75rem;margin-bottom:.75rem;border-bottom:1px solid #e5e7eb;padding-bottom:.3rem}.tab-button{padding:.4rem .9rem;border:none;font-size:.9rem;background:transparent;cursor:pointer;border-radius:999px;font-weight:500;color:#6b7280;position:relative;transition:color .18s ease,background-color .18s ease}.tab-button:after{content:"";position:absolute;left:20%;right:20%;bottom:-6px;height:2px;border-radius:999px;background-color:transparent;transition:background-color .18s ease,transform .18s ease;transform-origin:center}.tab-button.active{background:#e0ebff;color:#1d4ed8}.tab-button.active:after{background-color:#2563eb;transform:scaleX(1.05)}.tab-content{margin-top:.85rem}.rental-card{background:#fff;border:1px solid #dbeafe;border-radius:10px;padding:1rem 1.1rem;margin-bottom:.9rem;box-shadow:0 4px 10px #0f172a0f}.rental-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.rental-title{font-size:1rem;margin-bottom:.15rem}.rental-meta{font-size:.82rem;color:#6b7280;display:flex;flex-wrap:wrap;gap:.25rem;align-items:center}.rental-meta-item{display:inline-flex;align-items:center}.meta-dot{color:#9ca3af;font-size:.9rem}.status-badge{padding:.25rem .6rem;border-radius:999px;font-size:.78rem;font-weight:500}.status-completed{background-color:#dcfce7;color:#166534;border:1px solid #bbf7d0}.status-pending{background-color:#fef3c7;color:#92400e;border:1px solid #fde68a}.divider{margin:.8rem 0;border:none;border-top:1px solid #e5e7eb}.empty-rentals-text{font-size:.9rem;color:#6b7280}.photo-gallery{margin-bottom:1.5rem}.photo-gallery .mb-2{margin-bottom:.4rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.prerental-video{border-radius:10px;max-width:100%;border:1px solid #d1d5db;background-color:#000}.gallery-modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172aeb;display:flex;align-items:center;justify-content:center;z-index:10000}.gallery-image{max-width:90%;max-height:80%;object-fit:contain;border-radius:12px;box-shadow:0 0 35px #000000b3;z-index:10001}.gallery-close{position:absolute;top:1.3rem;right:1.3rem;background:#0f172acc;color:#f9fafb;font-size:1.3rem;width:36px;height:36px;border-radius:999px;border:1px solid #4b5563;cursor:pointer;z-index:10002;display:flex;align-items:center;justify-content:center;transition:background .18s ease,transform .08s ease}.gallery-close:hover{background:#1f2937e6;transform:translateY(-1px)}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:#0f172aeb;color:#fff;width:40px;height:40px;border-radius:999px;border:1px solid #4b5563;font-size:1.3rem;cursor:pointer;padding:0;z-index:10002;display:flex;align-items:center;justify-content:center;transition:background .18s ease,transform .08s ease}.gallery-nav:hover{background:#1f2937f2;transform:translateY(-50%) translateY(-1px)}.gallery-nav.left{left:2rem}.gallery-nav.right{right:2rem}.loading-client-message{margin:2rem 1rem;color:#2563eb;font-size:.95rem}.profile-error-message{margin-top:2rem}.mobile-warning-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e1e1ed9;z-index:9999;display:flex;align-items:center;justify-content:center}.mobile-warning-box{background:#fff;padding:.75rem 1rem;border-radius:10px;text-align:center;max-width:90%;box-shadow:0 5px 15px #0000004d}.mobile-warning-box h2{margin-bottom:.6rem;color:#08131a}.mobile-warning-box p{font-size:.95rem;margin-bottom:.75rem}.mobile-warning-close{background:#18374d;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:5px;cursor:pointer;font-weight:700}.mobile-warning-close:hover{background:#a30000}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000073;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:24px;border-radius:12px;max-width:480px;width:90%;box-shadow:0 15px 35px #00000040;position:relative}.modal-title{margin-top:0;margin-bottom:.75rem;font-size:1.1rem;font-weight:600;color:#111827}.edit-rental-button{margin-top:.75rem;background-color:#2563eb;color:#fff;border:none;padding:.5rem 1.1rem;font-weight:600;font-size:.9rem;border-radius:999px;cursor:pointer;transition:background-color .18s ease,box-shadow .18s ease,transform .08s ease;-webkit-user-select:none;user-select:none;box-shadow:0 4px 14px #2563eb73}.edit-rental-button:hover,.edit-rental-button:focus-visible{background-color:#1d4ed8;box-shadow:0 6px 20px #2563eb8c;outline:none;transform:translateY(-1px)}.edit-rental-button:active{transform:translateY(0);box-shadow:0 3px 10px #2563eb99}.edit-rental-button:disabled{background-color:#9ca3af;cursor:not-allowed;box-shadow:none;color:#f3f4f6}@media (max-width: 768px){.profile-container{padding:1.4rem 1.2rem;margin:1rem}.profile-main{align-items:flex-start}.profile-main-left,.profile-stat-row{width:100%}}@media (max-width: 480px){.edit-rental-button{width:100%;text-align:center;padding:10px 0;font-size:1rem}.gallery-nav.left{left:1rem}.gallery-nav.right{right:1rem}}.add-client-page{padding:28px 30px;background:#f9fafb;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 12px 32px #0f172a24;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#0f172a}.add-client-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.add-client-page h2{text-align:left;margin:0 0 4px;font-weight:700;color:#111827;font-size:1.6rem}.add-client-subtitle{margin:0;font-size:.92rem;color:#6b7280}.add-client-form{display:flex;flex-direction:column;gap:18px}.form-section{padding:14px 16px 16px;border-radius:12px;background-color:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 14px #0f172a08}.section-title{margin:0 0 10px;font-size:.98rem;font-weight:600;color:#0f172a}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px 16px}.form-field-full{grid-column:1 / -1}.add-client-page label{font-weight:600;margin-bottom:4px;color:#374151;font-size:.9rem}.add-client-page input,.add-client-page textarea,.add-client-page select{padding:10px 12px;font-size:.95rem;border:1.5px solid #cbd5e1;border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;font-family:inherit;background-color:#f9fafb}.add-client-page input:focus,.add-client-page textarea:focus,.add-client-page select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb2e;background-color:#fff}.add-client-page textarea{min-height:80px;resize:vertical}.add-client-page input[type=file]{padding:6px 8px;background-color:#fff}.file-grid{margin-top:6px}.file-info{margin:4px 0 0;font-size:.8rem;color:#475569;word-break:break-all}.field-hint-muted{margin-top:8px}.form-actions{margin-top:8px;display:flex;justify-content:flex-end}.add-client-page button[type=submit]{background-color:#2563eb;color:#fff;font-size:1rem;font-weight:600;padding:12px 18px;border:none;border-radius:999px;cursor:pointer;transition:background-color .18s ease,box-shadow .18s ease,transform .08s ease}.add-client-page button[type=submit]:hover:not(:disabled){background-color:#1d4ed8;box-shadow:0 8px 20px #2563eb66;transform:translateY(-1px)}.add-client-page button[type=submit]:disabled{background-color:#93c5fd;cursor:not-allowed;box-shadow:none}.add-client-page p.error-text,.add-client-page p[style*="color: red"]{color:#d93025;margin-top:12px;font-weight:600;text-align:center}@media (max-width: 640px){.add-client-page{padding:18px 16px;margin:20px 16px}.form-actions{justify-content:stretch}.add-client-page button[type=submit]{width:100%;text-align:center}}.client-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172ab3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.client-modal-content{background-color:#fff;border-radius:16px;box-shadow:0 20px 60px #0f172a4d;width:100%;max-width:600px;max-height:85vh;display:flex;flex-direction:column;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.client-modal-header{padding:20px 24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.client-modal-title{margin:0 0 4px;font-size:1.35rem;font-weight:700;color:#111827}.client-modal-subtitle{margin:0;font-size:.9rem;color:#6b7280}.client-modal-close{background:none;border:none;padding:8px;cursor:pointer;color:#6b7280;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease;flex-shrink:0}.client-modal-close svg{font-size:24px}.client-modal-close:hover{background-color:#f3f4f6;color:#111827}.client-modal-search{padding:16px 24px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:12px;background-color:#f9fafb}.client-modal-search .search-icon{font-size:20px;color:#6b7280;flex-shrink:0}.client-modal-search input{flex:1;border:none;background:transparent;font-size:.95rem;color:#111827;outline:none;font-family:inherit}.client-modal-search input::placeholder{color:#9ca3af}.clear-search{background:none;border:none;padding:4px;cursor:pointer;color:#6b7280;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease}.clear-search svg{font-size:18px}.clear-search:hover{background-color:#e5e7eb;color:#111827}.client-modal-results-info{padding:12px 24px;font-size:.85rem;color:#6b7280;background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.client-modal-list{flex:1;overflow-y:auto;padding:8px}.client-modal-list::-webkit-scrollbar{width:8px}.client-modal-list::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.client-modal-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.client-modal-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.client-modal-empty{padding:40px 20px;text-align:center;color:#6b7280}.client-modal-empty p{margin:0 0 16px;font-size:.95rem}.clear-search-btn{padding:8px 16px;font-size:.9rem;font-weight:600;background-color:#f3f4f6;color:#374151;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease;font-family:inherit}.clear-search-btn:hover{background-color:#e5e7eb}.client-modal-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;cursor:pointer;transition:background-color .15s ease,transform .08s ease;border:2px solid transparent}.client-modal-item:hover{background-color:#f9fafb;transform:translate(2px)}.client-modal-item.selected{background-color:#eff6ff;border-color:#3b82f6}.client-modal-item.selected:hover{background-color:#dbeafe}.client-modal-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;color:#fff;flex-shrink:0}.client-modal-info{flex:1;min-width:0}.client-modal-name-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.client-modal-name{font-size:.98rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-modal-badge{padding:2px 8px;font-size:.75rem;border-radius:999px;background-color:#ecfdf5;color:#15803d;font-weight:600;white-space:nowrap}.client-modal-meta{font-size:.85rem;color:#6b7280;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.client-modal-phone{font-weight:500;color:#4b5563}.client-modal-separator{color:#9ca3af}.client-modal-address{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.client-modal-check{font-size:24px;color:#3b82f6;flex-shrink:0}.client-modal-footer{padding:16px 24px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:12px;background-color:#f9fafb}.client-modal-cancel{padding:10px 20px;font-size:.95rem;font-weight:600;background-color:#fff;color:#374151;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;font-family:inherit}.client-modal-cancel:hover{background-color:#f9fafb;border-color:#9ca3af}@media (max-width: 640px){.client-modal-content{max-height:90vh}.client-modal-header{padding:16px 20px}.client-modal-title{font-size:1.2rem}.client-modal-search{padding:12px 20px}.client-modal-list{padding:4px}.client-modal-item{padding:10px 12px}.client-modal-avatar{width:40px;height:40px;font-size:.85rem}.client-modal-address{max-width:150px}.client-modal-footer{padding:12px 20px}}.addrental-container{padding:24px 28px;background:#f9fafb;border-radius:18px;box-shadow:0 12px 32px #0f172a24;border:1px solid #e2e8f0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#0f172a;max-width:1200px;margin:0 auto}.addrental-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.addrental-container h2{margin:0 0 6px;font-weight:700;color:#111827;font-size:1.75rem}.addrental-subtitle{margin:0;font-size:.95rem;color:#6b7280}.addrental-status{margin-top:16px;font-size:.95rem;color:#4b5563;text-align:center;padding:20px}.addrental-section{margin-top:16px;padding:16px 20px 20px;background-color:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 4px 16px #0f172a0d}.addrental-section-title{margin:0 0 14px;font-size:1.05rem;font-weight:600;color:#0f172a}.select-client-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #3b82f64d;font-family:inherit}.select-client-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.select-client-btn:active{transform:translateY(0)}.btn-icon{font-size:1.5rem}.selected-client-card{display:flex;align-items:center;gap:14px;padding:14px 18px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:12px;border:2px solid #3b82f6}.selected-client-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #3b82f64d}.selected-client-info{flex:1;min-width:0}.selected-client-name-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.selected-client-name{font-size:1.05rem;font-weight:700;color:#111827}.selected-client-badge{padding:3px 10px;font-size:.75rem;border-radius:999px;background-color:#ecfdf5;color:#15803d;font-weight:600}.selected-client-meta{font-size:.9rem;color:#4b5563;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.selected-client-phone{font-weight:600}.selected-client-separator{color:#9ca3af}.selected-client-address{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.change-client-btn{padding:8px 18px;font-size:.9rem;font-weight:600;color:#3b82f6;background-color:#fff;border:1.5px solid #3b82f6;border-radius:8px;cursor:pointer;transition:all .2s ease;flex-shrink:0;font-family:inherit}.change-client-btn:hover{background-color:#3b82f6;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.addrental-label{display:block;font-weight:600;margin-bottom:6px;color:#374151;font-size:.9rem}.addrental-container select,.addrental-container input,.addrental-container textarea{width:100%;padding:10px 14px;font-size:.95rem;border:1.5px solid #d1d5db;border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;font-family:inherit;background-color:#f9fafb}.addrental-container select:focus,.addrental-container input:focus,.addrental-container textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26;background-color:#fff}.addrental-form{margin-top:16px;display:flex;flex-direction:column;gap:16px}.addrental-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px 18px}.addrental-field{display:flex;flex-direction:column}.addrental-field label{font-weight:600;margin-bottom:6px;color:#374151;font-size:.9rem}.required-star{color:#dc2626;font-weight:700;margin-left:2px}.addrental-field-full{grid-column:1 / -1}.addrental-form textarea{min-height:90px;resize:vertical}.addrental-hint{margin:0 0 12px;font-size:.85rem;color:#64748b;line-height:1.5}.addrental-dropzone{border:2px dashed #cbd5e1;padding:24px 20px;border-radius:10px;text-align:center;color:#475569;cursor:pointer;transition:all .2s ease;background-color:#f9fafb}.addrental-dropzone:hover{border-color:#94a3b8;background-color:#f1f5f9}.addrental-dropzone.active{border-color:#2563eb;background-color:#eff6ff;box-shadow:0 0 0 3px #2563eb26}.addrental-dropzone p{margin:0;font-size:.95rem}.addrental-files{margin-top:12px}.addrental-file-name{margin:0;font-size:.9rem;font-weight:600;color:#111827;word-break:break-all;padding:8px 12px;background-color:#e0f2fe;border-radius:6px;border:1px solid #bae6fd}.addrental-actions{margin-top:12px;display:flex;justify-content:flex-end}.addrental-form button[type=submit]{padding:12px 32px;font-size:1.05rem;font-weight:700;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #10b9814d;font-family:inherit}.addrental-form button[type=submit]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.addrental-form button[type=submit]:active:not(:disabled){transform:translateY(0)}.addrental-form button[type=submit]:disabled{background:linear-gradient(135deg,#9ca3af,#6b7280);cursor:not-allowed;box-shadow:none;transform:none}@media (max-width: 768px){.addrental-container{padding:20px 18px}.addrental-container h2{font-size:1.5rem}.addrental-grid{grid-template-columns:1fr}.selected-client-card{flex-wrap:wrap}.change-client-btn{width:100%}}@media (max-width: 640px){.addrental-container{padding:18px 16px;margin:20px 16px}.addrental-actions{justify-content:stretch}.addrental-form button[type=submit]{width:100%;text-align:center}.select-client-btn{padding:12px 16px}}.add-vehicle-container{padding:24px 28px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f9fafb;border-radius:18px;box-shadow:0 12px 30px #0f172a24;border:1px solid #e2e8f0;color:#0f172a}.add-vehicle-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.add-vehicle-container h2{margin:0 0 4px;font-weight:700;font-size:1.6rem;color:#111827;text-align:left}.add-vehicle-subtitle{margin:0;font-size:.92rem;color:#6b7280}.add-vehicle-form{display:flex;flex-direction:column;gap:18px}.form-field{display:flex;flex-direction:column}.form-field label{font-weight:600;font-size:.95rem;color:#374151;margin-bottom:4px}.add-vehicle-form input[type=text]{padding:10px 12px;font-size:.95rem;border:1.5px solid #cbd5e1;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;outline:none;background-color:#f9fafb}.add-vehicle-form input[type=text]:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb2e;background-color:#fff}.vic-input-group{display:flex;align-items:stretch;margin-top:2px}.vic-prefix{padding:0 12px;display:inline-flex;align-items:center;background-color:#e5e7eb;border:1.5px solid #cbd5e1;border-right:none;font-size:.9rem;color:#374151;font-weight:600;white-space:nowrap;border-radius:8px 0 0 8px}.add-vehicle-form .vic-input{flex:1;border:1.5px solid #cbd5e1;border-left:none;padding:10px 12px;font-size:.95rem;outline:none;background-color:#f9fafb;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;border-radius:0 8px 8px 0}.add-vehicle-form .vic-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb2e;background-color:#fff}.vic-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb2e;background-color:#fff}.field-hint{margin-top:4px;font-size:.8rem;color:#64748b}.add-vehicle-actions{margin-top:10px;display:flex;justify-content:flex-end}.add-vehicle-form button[type=submit]{padding:12px 18px;font-size:1rem;font-weight:600;color:#fff;background:#2563eb;border:none;border-radius:999px;cursor:pointer;box-shadow:0 6px 18px #2563eb66;transition:background .18s ease,box-shadow .18s ease,transform .08s ease;-webkit-user-select:none;user-select:none}.add-vehicle-form button[type=submit]:hover:not(:disabled){background:#1d4ed8;box-shadow:0 10px 24px #2563eb80;transform:translateY(-1px)}.add-vehicle-form button[type=submit]:disabled{cursor:not-allowed;opacity:.7;background:#93c5fd;box-shadow:none}.message-container{margin-top:8px}@media (max-width: 480px){.add-vehicle-container{margin:20px 12px;padding:18px 16px}.add-vehicle-form button[type=submit]{width:100%;text-align:center}}.dashboard{display:flex;height:100vh;background-color:#f9fafb}.pin-prompt{max-width:400px;margin:12rem auto;right:50%;padding:2rem;background:#f4f4f44f;border-radius:8px;text-align:center;box-shadow:0 2px 6px #0000001a}.pin-prompt h3{color:#202230b7;font-size:19px}.pin-input{width:100%;padding:.6rem;margin-top:1rem;font-size:1rem;border:1px solid #ccc;border-radius:4px}.pin-input:focus{outline:none;border:1px solid #4453c0;box-shadow:3px 1px 4px #5766d8}.pin-submit{margin-top:1rem;background:#005fcc;font-size:.95rem;width:100%;color:#fff;border:none;padding:.5rem 1rem;border-radius:20px;cursor:pointer}.pin-submit:hover{background:#024ca0a4}.error-text{padding:0;width:100%;color:#c61b32;justify-content:center;text-align:center}.main-panel{flex:1;padding:1rem;overflow-y:auto}.error-text{color:red}
