:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}#root{min-height:100vh}*{box-sizing:border-box}body{color:#1f2937;background:#f4f6f8;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button{font:inherit}.app-shell{background:#f4f6f8;min-height:100vh;display:flex}.sidebar{color:#fff;background:#111827;flex-direction:column;width:260px;min-height:100vh;display:flex}.sidebar-brand{border-bottom:1px solid #273244;padding:28px 22px}.brand-title{letter-spacing:1px;font-size:26px;font-weight:800}.brand-subtitle{color:#9ca3af;margin-top:6px;font-size:11px;line-height:1.5}.sidebar-nav{flex:1;padding:18px 12px}.nav-section-title{letter-spacing:1px;color:#6b7280;padding:18px 12px 7px;font-size:10px;font-weight:700}.nav-item{color:#d1d5db;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:11px;width:100%;margin-bottom:3px;padding:11px 13px;display:flex}.nav-item:hover{color:#fff;background:#1f2937}.nav-item.active{color:#fff;background:#2563eb}.nav-item span{text-align:center;width:22px}.sidebar-footer{border-top:1px solid #273244;padding:15px}.logged-user{align-items:center;gap:10px;margin-bottom:12px;display:flex}.logged-user strong{font-size:13px;display:block}.logged-user small{color:#9ca3af;margin-top:2px;font-size:11px;display:block}.user-avatar{background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-weight:700;display:flex}.logout-button{color:#d1d5db;cursor:pointer;background:0 0;border:1px solid #374151;border-radius:6px;width:100%;padding:9px}.logout-button:hover{color:#fff;background:#1f2937}.main-area{flex:1;min-width:0}.top-header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:72px;padding:0 30px;display:flex}.top-header h1{color:#374151;margin:0;font-size:16px;font-weight:600}.header-user{text-align:right}.header-user strong{font-size:13px;display:block}.header-user span{color:#6b7280;margin-top:2px;font-size:11px;display:block}.main-content{padding:30px}.dashboard-page{max-width:1400px;margin:0 auto}.dashboard-identity{border-bottom:1px solid #dbe3ea;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin-bottom:22px;padding-bottom:18px;display:grid}.dashboard-logo{align-items:center;display:flex}.dashboard-logo-left{justify-content:flex-start}.dashboard-logo-right{justify-content:flex-end}.dashboard-logo img{object-fit:contain;background:#fff;border-radius:50%;width:54px;height:54px}.dashboard-identity-copy span,.dashboard-identity-copy strong{text-align:center;display:block}.dashboard-identity-copy span{color:#64748b;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:600}.dashboard-identity-copy strong{color:#0f3f70;margin-top:3px;font-size:16px}.page-heading h2{color:#111827;margin:0;font-size:27px}.page-heading p{color:#6b7280;margin:6px 0 0}.dashboard-cards{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:25px;display:grid}.dashboard-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:22px}.dashboard-card span{color:#6b7280;font-size:13px;display:block}.dashboard-card strong{color:#111827;margin-top:12px;font-size:32px;display:block}.dashboard-card-alarm.has-expired{background:#fff1f2;border:2px solid #dc2626;animation:1.8s ease-in-out infinite expired-card-alert;box-shadow:0 0 0 4px #dc26261f}.dashboard-card-alarm.has-expired span{color:#b91c1c;font-weight:700}.dashboard-card-alarm.has-expired strong{color:#991b1b}.dashboard-card-warning.has-expiring{background:#fffbeb;border:2px solid #d97706;animation:1.8s ease-in-out infinite expiring-card-alert;box-shadow:0 0 0 4px #d977061f}.dashboard-card-warning.has-expiring span{color:#b45309;font-weight:700}.dashboard-card-warning.has-expiring strong{color:#92400e}.dashboard-card-alarm.is-normal{background:#f0fdf4;border-color:#86efac}.dashboard-card-alarm.is-normal span{color:#15803d;font-weight:700}.dashboard-card-alarm.is-normal strong{color:#166534}@keyframes expired-card-alert{0%,to{box-shadow:0 0 0 4px #dc26261f}50%{box-shadow:0 0 0 8px #dc262633}}@keyframes expiring-card-alert{0%,to{box-shadow:0 0 0 4px #d977061f}50%{box-shadow:0 0 0 8px #d9770633}}@media (prefers-reduced-motion:reduce){.dashboard-card-alarm.has-expired,.dashboard-card-warning.has-expiring{animation:none}}.dashboard-section{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-top:25px;padding:25px}.dashboard-section h3{margin-top:0}.dashboard-section p{color:#6b7280}@media (width<=1000px){.dashboard-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.sidebar{width:210px}.top-header{padding:0 18px}.top-header h1{display:none}.main-content{padding:20px}.dashboard-cards{grid-template-columns:1fr}.dashboard-identity{gap:8px}.dashboard-logo img{width:44px;height:44px}.dashboard-identity-copy strong{font-size:14px}}.page-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.page-header button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:10px 16px;font-weight:600}.toolbar{margin-bottom:16px}.toolbar input{border:1px solid #d1d5db;border-radius:8px;width:100%;max-width:360px;padding:10px 14px;font-size:14px}.table-container{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}table{border-collapse:collapse;width:100%}thead{background:#f3f4f6}th,td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px}tbody tr:hover{background:#f9fafb}.status-badge{border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600}.status-active{color:#166534;background:#dcfce7}.status-maintenance{color:#92400e;background:#fef3c7}.status-retired{color:#991b1b;background:#fee2e2}.error{color:#dc2626;font-weight:600}.modal-backdrop{z-index:1000;background:#0f172a8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.vehicle-modal{background:#fff;border-radius:12px;width:100%;max-width:820px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px #0003}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;padding:22px 24px;display:flex}.modal-header h2{color:#111827;margin:0;font-size:21px}.modal-header p{color:#6b7280;margin:5px 0 0;font-size:13px}.modal-close{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:28px;line-height:1}.modal-close:hover{color:#111827}.vehicle-modal form{padding:24px}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#374151;font-size:13px;font-weight:600}.form-group input,.form-group select{color:#111827;width:100%;font:inherit;background:#fff;border:1px solid #d1d5db;border-radius:7px;outline:none;padding:10px 12px;font-size:14px}.form-group input:focus,.form-group select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-error{color:#991b1b;background:#fee2e2;border-radius:7px;margin-top:18px;padding:10px 12px;font-size:13px;font-weight:600}.modal-footer{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:10px;margin-top:24px;padding-top:18px;display:flex}.button-secondary,.button-primary{font:inherit;cursor:pointer;border-radius:7px;padding:10px 16px;font-weight:600}.button-secondary{color:#374151;background:#fff;border:1px solid #d1d5db}.button-secondary:hover{background:#f9fafb}.button-primary{color:#fff;background:#2563eb;border:1px solid #2563eb}.button-primary:hover{background:#1d4ed8}.button-primary:disabled,.button-secondary:disabled,.modal-close:disabled{opacity:.6;cursor:not-allowed}@media (width<=700px){.form-grid{grid-template-columns:1fr}.vehicle-modal{max-height:95vh}.modal-backdrop{padding:12px}.vehicle-modal form{padding:18px}}.vehicle-sheet-backdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overscroll-behavior:contain;background:#0f172a57;justify-content:center;align-items:flex-start;min-height:100vh;padding:48px 24px;animation:.28s ease-out both vehicle-backdrop-in;display:flex;position:fixed;inset:0;overflow-y:auto}.vehicle-details-sheet{z-index:1;will-change:transform;background:#fff;border:1px solid #94a3b880;border-radius:18px;width:min(820px,100% - 64px);height:auto;min-height:auto;margin:0 auto;animation:.42s cubic-bezier(.22,1,.36,1) vehicle-sheet-in;position:relative;overflow:hidden;box-shadow:-20px 0 50px #0f172a2b,0 10px 26px #0f172a1f}.vehicle-details-sheet>.page,.vehicle-details-sheet>.vehicle-details-page,.vehicle-details-sheet>.vehicle-edit-page,.vehicle-details-sheet>.registration-edit-page{background:#fff;max-width:none;min-height:100%;margin:0;padding:0}.vehicle-details-sheet .vehicle-details-page{background:#fff;max-width:none;min-height:100%;padding:32px}@keyframes vehicle-sheet-in{0%{opacity:0;transform:translateY(24px)scale(.985)}to{opacity:1;transform:translateY(0)}}@keyframes vehicle-backdrop-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.vehicle-sheet-backdrop,.vehicle-details-sheet{animation:none}}@media (width<=700px){.vehicle-sheet-backdrop{padding:20px 10px}.vehicle-details-sheet{border-radius:20px;width:calc(100% - 20px);height:auto;min-height:calc(100vh - 40px);margin:0 auto}.vehicle-details-sheet .vehicle-details-page{padding:18px}}.details-header{isolation:isolate;color:#fff;background-color:#123047;background-image:linear-gradient(135deg,#134e4aeb,#123047f5),repeating-linear-gradient(118deg,#0000 0 34px,#ffffff12 35px 36px);background-position:50%;background-size:cover,180px 180px;background-attachment:fixed;justify-content:space-between;align-items:flex-start;min-height:172px;margin:-32px -32px 24px;padding:28px 32px;display:flex;position:relative;overflow:hidden}.details-header:after{z-index:-1;content:"";background:linear-gradient(90deg,#0000 0 58%,#ffffff14 58% 58.25%,#0000 58.25% 100%);transition:transform .5s ease-out;position:absolute;inset:0;transform:translate(12%)}.details-header:hover:after{transform:translate(0)}.details-header>div:first-child,.details-header-actions{z-index:1;position:relative}.back-button{color:#bfdbfe;cursor:pointer;background:0 0;border:0;margin-bottom:10px;padding:0;font-weight:600}.details-header h1{color:#fff;margin:0;font-size:28px}.details-header p{color:#dbeafe;margin:5px 0 0}.details-header-actions{flex-shrink:0;align-items:center;gap:10px;margin-left:24px;display:flex}.vehicle-details-sheet{border:1px solid #94a3b88c;border-radius:18px;width:min(800px,100% - 48px);height:auto;min-height:84vh;animation:.3s cubic-bezier(.22,1,.36,1) both vehicle-sheet-in;overflow:hidden;box-shadow:0 24px 70px #0f172a4d}.vehicle-details-sheet .vehicle-details-page{padding:26px}.vehicle-details-sheet .details-header{color:#0f3f70;background:#fff;border-bottom:2px solid #eab308;min-height:auto;margin:-26px -26px 18px;padding:20px 26px 12px}.vehicle-details-sheet .details-header:after{display:none}.vehicle-details-sheet .details-header h1{color:#0f3f70;font-size:22px}.vehicle-details-sheet .details-header p{color:#64748b;font-size:13px}.vehicle-add-sheet{width:min(1100px,100% - 48px);min-height:auto}.vehicle-add-sheet>.vehicle-form-page{background:#fff;max-width:none;margin:0;padding:32px}.vehicle-add-sheet .details-header{margin:-32px -32px 24px}.vehicle-add-sheet .details-card{margin-bottom:20px}@media (width<=700px){.vehicle-add-sheet{width:calc(100% - 20px)}.vehicle-add-sheet>.vehicle-form-page{padding:18px}.vehicle-add-sheet .details-header{margin:-18px -18px 18px;padding:20px 18px 18px}}.vehicles-table-container{-webkit-overflow-scrolling:touch;width:100%;overflow:auto hidden}.vehicles-table-container table{width:100%;min-width:900px}.vehicles-table-container::-webkit-scrollbar{height:8px}.vehicles-table-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.vehicles-table-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.vehicles-table-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.registration-add-page{background:#fff;max-width:none;margin:0;padding:32px}.registration-add-page .details-header{margin:-32px -32px 24px}.registration-add-page .details-card{margin-bottom:20px;animation:.4s cubic-bezier(.22,1,.36,1) .14s both registration-form-in}.registration-add-page .details-header{animation:.36s cubic-bezier(.22,1,.36,1) 80ms both registration-header-in}.registration-add-page{transform-origin:50% 12%;animation:.46s cubic-bezier(.22,1,.36,1) both registration-sheet-in}@media (width<=700px){.registration-add-page{padding:18px}.registration-add-page .details-header{margin:-18px -18px 18px;padding:20px 18px 18px}}@media (prefers-reduced-motion:reduce){.registration-add-page,.registration-add-page .details-header,.registration-add-page .details-card{animation:none}}.registration-add-sheet{width:min(1100px,100% - 48px);height:auto;min-height:auto;animation:.46s cubic-bezier(.22,1,.36,1) both registration-sheet-in}.registration-add-sheet>.registration-add-page{background:#fff;max-width:none;margin:0;padding:32px}.registration-add-sheet .details-header{margin:-32px -32px 24px}.registration-add-sheet .details-card{margin-bottom:20px}@media (width<=700px){.registration-add-sheet{width:calc(100% - 20px)}.registration-add-sheet>.registration-add-page{padding:18px}.registration-add-sheet .details-header{margin:-18px -18px 18px;padding:20px 18px 18px}}.insurance-add-sheet{width:min(1100px,100% - 48px);height:auto;min-height:auto;animation:.46s cubic-bezier(.22,1,.36,1) both insurance-sheet-in}.insurance-add-sheet>.insurance-add-page{background:#fff;max-width:none;margin:0;padding:32px}.insurance-add-sheet .details-header{margin:-32px -32px 24px}.insurance-add-sheet .details-card{margin-bottom:20px}@media (width<=700px){.insurance-add-sheet{width:calc(100% - 20px)}.insurance-add-sheet>.insurance-add-page{padding:18px}.insurance-add-sheet .details-header{margin:-18px -18px 18px;padding:20px 18px 18px}}.vehicle-details-sheet .details-header>div:first-child>.status-badge{margin-top:9px;font-size:10px;display:inline-block}.vehicle-details-sheet .details-header-actions{flex-direction:column;align-items:flex-end;gap:8px;margin-top:29px}.vehicle-compliance-notifications{flex-direction:column;align-items:flex-end;gap:2px;min-width:0;padding-top:0;display:flex}.header-compliance-status{text-align:right;font-size:10px;font-weight:600}.header-compliance-status.missing{color:#64748b}.vehicle-details-sheet .edit-button{background:#159bb3;border-color:#159bb3;padding:8px 11px;font-size:12px}.vehicle-details-sheet .edit-button:hover{background:#117f93}.vehicle-details-sheet .details-card{border:0;border-bottom:1px solid #e2e8f0;border-radius:0;margin-bottom:0;padding:18px 0}.vehicle-details-sheet .details-card:first-of-type{background:#f1f5f9;border:0;border-radius:6px;padding:15px}.vehicle-details-sheet .details-card:last-child{border-bottom:0}.vehicle-details-sheet .section-title{border-bottom:1px solid #cbd5e1;margin-bottom:14px;padding-bottom:7px}.vehicle-details-sheet .section-title h2{color:#0f3f70;font-size:15px}.vehicle-details-sheet .details-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 22px}.vehicle-details-sheet .details-grid>div{border-bottom:1px solid #f1f5f9;min-width:0;padding:11px 0}.vehicle-details-sheet .details-grid strong{overflow-wrap:anywhere}.vehicle-details-sheet .table-container{border:0;border-radius:0;width:100%;max-width:100%;overflow:auto visible}.vehicle-details-sheet table{table-layout:fixed;width:760px;min-width:760px;max-width:none;margin:0 auto}.vehicle-details-sheet .registration-history-table th:first-child,.vehicle-details-sheet .registration-history-table td:first-child,.vehicle-details-sheet .registration-history-table th:nth-child(2),.vehicle-details-sheet .registration-history-table td:nth-child(2){width:12%}.vehicle-details-sheet .registration-history-table th:nth-child(3),.vehicle-details-sheet .registration-history-table td:nth-child(3){width:14%}.vehicle-details-sheet .registration-history-table th:nth-child(4),.vehicle-details-sheet .registration-history-table td:nth-child(4),.vehicle-details-sheet .registration-history-table th:nth-child(5),.vehicle-details-sheet .registration-history-table td:nth-child(5){width:17%}.vehicle-details-sheet .registration-history-table th:nth-child(6),.vehicle-details-sheet .registration-history-table td:nth-child(6){width:16%}.vehicle-details-sheet .registration-history-table th:nth-child(7),.vehicle-details-sheet .registration-history-table td:nth-child(7),.vehicle-details-sheet .insurance-history-table th:first-child,.vehicle-details-sheet .insurance-history-table td:first-child,.vehicle-details-sheet .insurance-history-table th:nth-child(2),.vehicle-details-sheet .insurance-history-table td:nth-child(2){width:12%}.vehicle-details-sheet .insurance-history-table th:nth-child(3),.vehicle-details-sheet .insurance-history-table td:nth-child(3){width:20%}.vehicle-details-sheet .insurance-history-table th:nth-child(4),.vehicle-details-sheet .insurance-history-table td:nth-child(4),.vehicle-details-sheet .insurance-history-table th:nth-child(5),.vehicle-details-sheet .insurance-history-table td:nth-child(5){width:17%}.vehicle-details-sheet .insurance-history-table th:nth-child(6),.vehicle-details-sheet .insurance-history-table td:nth-child(6){width:12%}.vehicle-details-sheet .insurance-history-table th:nth-child(7),.vehicle-details-sheet .insurance-history-table td:nth-child(7){width:10%}.vehicle-details-sheet .history-table .status-badge{white-space:normal;text-align:center;max-width:100%;padding:4px 6px;font-size:10px;display:inline-block}.vehicle-details-sheet th,.vehicle-details-sheet td{overflow-wrap:anywhere;word-break:break-word;white-space:normal;min-width:0;max-width:0;padding:8px 4px;font-size:10.5px}.vehicle-details-sheet th{color:#475569;line-height:1.25}@media (width<=700px){.vehicle-details-sheet .vehicle-details-page{padding:18px}.vehicle-details-sheet .details-header{margin:-18px -18px 18px;padding:18px 18px 12px}.vehicle-details-sheet .details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.vehicle-details-sheet:has(.upload-registration-document-page){width:min(760px,100% - 48px);height:max-content;min-height:0}.vehicle-details-sheet:has(.upload-registration-document-page) .upload-registration-document-page{padding:18px 30px 24px}.vehicle-details-sheet:has(.upload-registration-document-page) .upload-registration-document-page .page-header{text-align:center;margin-bottom:14px;display:block}.vehicle-details-sheet:has(.upload-registration-document-page) .upload-registration-document-page .page-header>div{flex-direction:column;align-items:center;display:flex}.vehicle-details-sheet:has(.upload-registration-document-page) .upload-registration-document-page .page-header>div>button{align-self:flex-start;margin-bottom:-26px}.vehicle-details-sheet:has(.upload-registration-document-page) .upload-registration-document-page .page-header h1{display:none}.vehicle-details-sheet:has(.upload-registration-document-page) .upload-registration-document-page .page-header p{margin:0;font-size:16px}.vehicle-details-sheet:has(.upload-registration-document-page) .upload-registration-document-page .details-card{border:0;margin-bottom:0;padding:10px 0 0}.upload-registration-document-page .details-card form{flex-direction:column;align-items:center;gap:12px;display:flex}.upload-registration-document-page .detail-item{align-items:center;gap:6px;display:flex}.upload-registration-document-page .detail-item label{white-space:nowrap}.upload-registration-document-page .detail-item select{width:245px}.upload-registration-document-page .detail-item:nth-child(2){flex-wrap:wrap;justify-content:center}.upload-registration-document-page .detail-item:nth-child(2) small{text-align:center;flex-basis:100%}.upload-registration-document-page .upload-form-actions{justify-content:center;gap:8px;margin-top:2px;display:flex}@media (width<=700px){.vehicle-details-sheet:has(.upload-registration-document-page){width:calc(100% - 32px)}.vehicle-details-sheet:has(.upload-registration-document-page) .upload-registration-document-page{padding:18px}.upload-registration-document-page .detail-item{flex-direction:column;align-items:stretch;width:100%}.upload-registration-document-page .detail-item select,.upload-registration-document-page .detail-item input[type=file]{box-sizing:border-box;width:100%}.upload-registration-document-page .upload-form-actions{flex-direction:column;width:100%}.upload-registration-document-page .upload-form-actions button{width:100%}}@media (width<=480px){.vehicle-details-sheet .details-grid{grid-template-columns:1fr}}.section-title{margin-bottom:20px}.details-grid label{color:#6b7280;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.details-grid strong{color:#111827;font-size:14px;display:block}.compliance-card{border:1px solid #e5e7eb;border-radius:9px;padding:18px}.compliance-label{color:#6b7280;margin-bottom:8px;font-size:12px;font-weight:600;display:block}.compliance-card strong{color:#111827;font-size:20px;display:block}.compliance-actions{min-height:30px;margin-top:14px}.record-action-button{color:#2563eb;cursor:pointer;min-height:34px;font:inherit;background:#fff;border:1px solid #2563eb;border-radius:7px;justify-content:center;align-items:center;gap:5px;padding:7px 11px;font-size:12px;font-weight:600;line-height:1.2;transition:background-color .15s,border-color .15s,color .15s,opacity .15s;display:inline-flex}.record-action-button:hover:not(:disabled){background:#eff6ff}.record-action-button.primary{color:#fff;background:#2563eb;border-color:#2563eb}.record-action-button.primary:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.record-action-button:disabled{opacity:.6;cursor:not-allowed}.expiry-status{margin-top:8px;font-size:12px;font-weight:600;display:inline-block}.expiry-alarm-field{border:2px solid #0000;border-radius:8px;padding:10px}.expiry-alarm-field label{margin-bottom:6px}.expiry-alarm-field strong{margin-bottom:7px}.expiry-alarm-badge{border-radius:999px;padding:4px 7px;font-size:11px;font-weight:700;display:inline-block}.expiry-alarm-expired{background:#fff1f2;border-color:#dc2626;animation:1.8s ease-in-out infinite expired-card-alert;box-shadow:0 0 0 4px #dc26261f}.expiry-alarm-expired .expiry-alarm-badge{color:#991b1b;background:#fee2e2}.expiry-alarm-critical,.expiry-alarm-warning{background:#fffbeb;border-color:#d97706;animation:1.8s ease-in-out infinite expiring-card-alert;box-shadow:0 0 0 4px #d977061f}.expiry-alarm-critical .expiry-alarm-badge,.expiry-alarm-warning .expiry-alarm-badge{color:#92400e;background:#fef3c7}.expiry-alarm-normal{background:#f0fdf4;border-color:#86efac}.expiry-alarm-normal .expiry-alarm-badge{color:#166534;background:#dcfce7}@media (prefers-reduced-motion:reduce){.expiry-alarm-expired,.expiry-alarm-critical,.expiry-alarm-warning{animation:none}}.muted{color:#6b7280}@media (width<=1000px){.details-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.details-grid,.compliance-grid{grid-template-columns:1fr}.details-header{flex-direction:column;gap:15px}.details-header-actions{flex-direction:column;align-items:stretch;width:100%;margin-top:0;margin-left:0}.details-header-actions .edit-button{width:100%}.vehicle-compliance-notifications{align-items:flex-start;width:100%}.header-compliance-status{text-align:left}.details-header{margin:-18px -18px 24px;padding:22px 18px}}.vehicle-edit-page{max-width:1200px;margin:0 auto;padding:26px}.vehicle-edit-sheet{width:min(860px,100% - 48px)}.vehicle-edit-sheet .page-header{background:#fff;border-bottom:2px solid #159bb3;align-items:flex-start;margin:-26px -26px 18px;padding:20px 26px 14px}.vehicle-edit-sheet .page-header>div{width:100%}.vehicle-edit-sheet .page-header h1{color:#0f3f70;margin:0;font-size:22px}.vehicle-edit-sheet .page-header p{color:#64748b;margin:5px 0 0;font-size:13px}.vehicle-edit-sheet .back-button,.registration-edit-sheet .back-button{color:#0f172a;background:#eff6ff;border:1px solid #2563eb40;border-radius:7px;align-items:center;gap:8px;padding:7px 10px;font-weight:700;display:inline-flex}.vehicle-edit-sheet .back-button:hover,.registration-edit-sheet .back-button:hover{color:#1d4ed8;background:#dbeafe;border-color:#2563eb66}.vehicle-edit-sheet .details-card,.registration-edit-sheet .details-card{border:0;border-radius:0;margin:0;padding:0 26px 26px}.vehicle-edit-sheet .details-card form,.registration-edit-sheet .details-card form{padding:0}.vehicle-edit-sheet .form-grid,.registration-edit-sheet .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px}.vehicle-edit-sheet .form-group label,.registration-edit-sheet .form-group label{color:#475569}.registration-edit-page{background:#fff;border:1px solid #e2e8f0;border-radius:22px 22px 0 0;width:min(1145px,100%);margin:0 auto;padding:0 0 30px;overflow:hidden;box-shadow:0 12px 30px #0f3f700f}.registration-edit-sheet{transform-origin:50% 12%;width:min(860px,100% - 48px);animation:.46s cubic-bezier(.22,1,.36,1) both registration-sheet-in}.registration-edit-sheet .page-header{background:0 0;border-bottom:2px solid #159bb3;align-items:flex-start;margin:0 0 18px;padding:20px 26px 14px;animation:.36s cubic-bezier(.22,1,.36,1) 80ms both registration-header-in}.registration-edit-sheet .page-header>div{width:100%}.registration-edit-sheet .page-header h1{color:#0f3f70;margin:0;font-size:22px}.registration-edit-sheet .page-header p{color:#64748b;margin:5px 0 0;font-size:13px}.registration-edit-sheet>.registration-edit-page{background:0 0;padding:0}.registration-edit-sheet .details-card{background:0 0;animation:.4s cubic-bezier(.22,1,.36,1) .14s both registration-form-in}@keyframes registration-sheet-in{0%{opacity:0;filter:blur(2px);transform:translateY(28px)scale(.97)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes registration-header-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes registration-form-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.registration-edit-sheet .form-group input[readonly]{color:#475569;cursor:not-allowed;background:#f8fafc;border-color:#dbe4ef}.registration-edit-sheet .form-group input:disabled,.registration-edit-sheet .form-group select:disabled{opacity:.7;cursor:not-allowed}.registration-edit-sheet .form-error{margin:22px 0 0}.registration-edit-sheet .form-actions{border-top:1px solid #e2e8f0;margin-top:24px;padding-top:18px}.registration-edit-page>.page-header{text-align:center;border-bottom:2px solid #159bb3;margin:0 0 28px;padding:0 26px 22px;display:block}.registration-edit-page>.page-header>div{width:100%}.registration-edit-page>.page-header .back-button{margin:0 auto 12px;display:inline-flex}.registration-edit-page>.page-header h1{color:#0f3f70;letter-spacing:-.5px;margin:0;font-size:30px}.registration-edit-page>.page-header p{color:#718096;margin:8px 0 0;font-size:16px}.registration-edit-page>.details-card{background:0 0;border:0;border-radius:0;margin:0;padding:0 34px}.registration-edit-page .form-grid{gap:28px 26px}.registration-edit-page .form-group label{color:#52627a;text-align:center;font-size:16px}.registration-edit-page .form-group input,.registration-edit-page .form-group select{border-color:#d6dde7;border-radius:10px;min-height:59px;padding:14px 16px;font-size:16px}.registration-edit-page .form-actions{margin-top:30px}.insurance-edit-page{transform-origin:50% 12%;background:#fff;border:1px solid #e2e8f0;border-radius:22px 22px 0 0;width:min(1145px,100%);margin:0 auto;padding:0 0 30px;animation:.46s cubic-bezier(.22,1,.36,1) both registration-sheet-in;overflow:hidden;box-shadow:0 12px 30px #0f3f700f}.insurance-edit-page>.page-header{text-align:center;border-bottom:2px solid #159bb3;margin:0 0 28px;padding:0 26px 22px;animation:.36s cubic-bezier(.22,1,.36,1) 80ms both registration-header-in;display:block}.insurance-edit-page>.page-header>div{width:100%}.insurance-edit-page>.page-header .back-button{margin:0 auto 12px;display:inline-flex}.insurance-edit-page>.page-header h1{color:#0f3f70;letter-spacing:-.5px;margin:0;font-size:30px}.insurance-edit-page>.page-header p{color:#718096;margin:8px 0 0;font-size:16px}.insurance-edit-page>.details-card{background:0 0;border:0;border-radius:0;margin:0;padding:0 34px;animation:.4s cubic-bezier(.22,1,.36,1) .14s both registration-form-in}.insurance-edit-page .form-grid{gap:28px 26px}.insurance-edit-page .form-group label{color:#52627a;text-align:center;font-size:16px}.insurance-edit-page .form-group input,.insurance-edit-page .form-group select{border-color:#d6dde7;border-radius:10px;min-height:59px;padding:14px 16px;font-size:16px}.insurance-edit-page .form-actions{border-top:1px solid #e2e8f0;margin-top:30px;padding-top:18px}@media (width<=700px){.registration-edit-page{border-radius:16px 16px 0 0}.registration-edit-page>.page-header{padding:0 18px 18px}.registration-edit-page>.page-header h1{font-size:26px}.registration-edit-page>.page-header p{font-size:14px}.registration-edit-page>.details-card{padding:0 18px}.registration-edit-page .form-group label{text-align:left}.insurance-edit-page{border-radius:16px 16px 0 0}.insurance-edit-page>.page-header{padding:0 18px 18px}.insurance-edit-page>.page-header h1{font-size:26px}.insurance-edit-page>.page-header p{font-size:14px}.insurance-edit-page>.details-card{padding:0 18px}.insurance-edit-page .form-grid{grid-template-columns:1fr;gap:16px}.insurance-edit-page .form-group label{text-align:left}.insurance-edit-page .form-actions{flex-direction:column-reverse}.insurance-edit-page .form-actions button{width:100%}.registration-edit-sheet .page-header{padding:18px 18px 14px}.registration-edit-sheet .details-card{padding:0 18px 20px}.registration-edit-sheet .form-grid{grid-template-columns:1fr;gap:16px}.registration-edit-sheet .form-actions{flex-direction:column-reverse}.registration-edit-sheet .form-actions button{width:100%}}.renew-registration-page{max-width:980px;margin:0 auto}.renew-registration-page .page-header{align-items:flex-start;margin-bottom:24px}.renew-registration-page .page-header>div{text-align:center;width:100%}.renew-registration-page .page-header>div>button{text-align:left;margin-bottom:12px;display:block}.renew-registration-page .page-header h1{color:#0f3f70;margin:14px 0 5px;font-size:30px}.renew-registration-page .page-header p{color:#64748b;margin:0;font-size:14px}.renew-registration-page>.details-card{border-color:#dbe4ef;border-radius:12px;box-shadow:0 8px 24px #0f3f700f}.renew-registration-page>.details-card:first-of-type{background:#f8fbff;border-left:4px solid #159bb3}.renew-registration-page .details-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.renew-registration-page .details-card-header h2{color:#0f3f70;margin:0;font-size:20px}.renew-registration-page .details-card-header p{color:#64748b;margin:5px 0 0;font-size:13px}.renew-registration-page .detail-item{min-width:0}.renew-registration-page .detail-item span,.renew-registration-page .detail-item label{color:#64748b;text-transform:uppercase;letter-spacing:.35px;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.renew-registration-page .detail-item strong{color:#1e293b;font-size:15px}.renew-registration-page form .details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.renew-registration-page .renew-current-details-grid{background:#fff;border:1px solid #dbe4ef;border-radius:9px;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 28px;padding:18px}.renew-registration-page form input{box-sizing:border-box;color:#1e293b;width:100%;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:7px;padding:11px 12px}.renew-registration-page form input:focus{border-color:#159bb3;outline:none;box-shadow:0 0 0 3px #159bb324}.renew-registration-page form input.renew-input-editable{background:#f8fbff;border-color:#93c5fd}.renew-registration-page form input.renew-input-needs-value{background:#fffbeb;border-color:#d97706;box-shadow:0 0 0 3px #d977061f}.renew-registration-page form input.renew-input-needs-value:focus{border-color:#b45309;box-shadow:0 0 0 3px #d9770633}.renew-registration-page .error{margin:20px 0 0}.renew-registration-page .form-actions{border-top:1px solid #e2e8f0;margin-top:26px;padding-top:18px}.renew-registration-page .primary-button,.renew-registration-page .secondary-button{min-width:150px}@media (width<=700px){.renew-registration-page form .details-grid{grid-template-columns:1fr}.renew-registration-page .form-actions{flex-direction:column-reverse}.renew-registration-page .primary-button,.renew-registration-page .secondary-button{width:100%}}.vehicle-form{width:100%}.form-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.form-group label{color:#374151;margin-bottom:7px;font-size:13px;font-weight:600;display:block}.form-group input,.form-group select{color:#111827;width:100%;font:inherit;background:#fff;border:1px solid #d1d5db;border-radius:7px;padding:10px 12px;font-size:14px}.form-group input:focus,.form-group select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 2px #2563eb1a}.form-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:7px;margin-bottom:18px;padding:12px 14px;font-size:14px;font-weight:600}.form-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}@media (width<=700px){.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}}.vehicle-details-page{max-width:1400px;margin:0 auto}.details-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.details-header h1{color:#111827;margin:14px 0 4px;font-size:30px;font-weight:800}.details-header p{color:#6b7280;margin:0;font-size:14px}.back-button{color:#2563eb;cursor:pointer;background:0 0;border:0;padding:0;font-size:14px;font-weight:600}.back-button:hover{color:#1d4ed8}.details-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:22px;padding:24px}.section-title{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.section-title h2{color:#111827;margin:0;font-size:18px}.details-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.details-grid>div{min-width:0}.details-grid label{color:#6b7280;text-transform:uppercase;letter-spacing:.4px;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.details-grid strong{color:#111827;word-break:break-word;font-size:14px;display:block}.compliance-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.compliance-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:20px}.compliance-label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.compliance-card strong{color:#111827;margin-bottom:8px;font-size:20px;display:block}.expiry-status{font-size:13px;font-weight:600;display:inline-block}.expiry-active{color:#15803d}.expiry-warning{color:#b45309}.expiry-expired{color:#dc2626}.muted{color:#6b7280;font-size:14px}.vehicle-details-page .table-container{width:100%;overflow-x:auto}.current-documents-empty-state{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.current-documents-upload-actions{flex-wrap:wrap;gap:8px;display:flex}.vehicle-details-page table{min-width:850px}.vehicle-details-page th{color:#6b7280;text-transform:uppercase;letter-spacing:.3px;font-size:12px;font-weight:700}.vehicle-details-page td{color:#374151;font-size:13px}@media (width<=1100px){.details-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=800px){.details-grid{grid-template-columns:repeat(2,1fr)}.compliance-grid{grid-template-columns:1fr}.details-header{flex-direction:column;gap:15px}.current-documents-empty-state,.current-documents-upload-actions{flex-direction:column;align-items:stretch}.current-documents-upload-actions button{width:100%}}@media (width<=550px){.details-grid{grid-template-columns:1fr}.details-card{padding:18px}.details-header h1{font-size:24px}}.details-header-actions{align-items:center;gap:12px;display:flex}.edit-button{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:8px;padding:10px 16px;font-weight:600}.edit-button:hover{background:#eff6ff}.vehicle-edit-page{max-width:1400px;margin:0 auto}.vehicle-edit-form{margin-top:20px}.edit-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.form-field label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:700}.form-field input,.form-field select{color:#111827;width:100%;font:inherit;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:11px 13px}.form-field input:focus,.form-field select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #dbeafe}.form-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:10px;margin-top:28px;padding-top:20px;display:flex}.form-message{margin-top:20px}.success-message{color:#166534;margin-top:20px;font-weight:600}@media (width<=1000px){.edit-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.edit-grid{grid-template-columns:1fr}.details-header-actions{flex-direction:column;align-items:flex-end}}.vehicle-form-page{max-width:1200px;margin:0 auto}.form-field{flex-direction:column;gap:7px;display:flex}.form-field label{color:#374151;font-size:13px;font-weight:600}.required{color:#dc2626}.form-field input,.form-field select{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:7px;outline:none;width:100%;padding:10px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}.form-field input:focus,.form-field select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-field input::placeholder{color:#9ca3af}.form-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-top:18px;padding:12px 14px;font-size:14px;font-weight:600}.form-actions{justify-content:flex-end;gap:10px;margin-top:20px;padding-bottom:20px;display:flex}.primary-button,.secondary-button{cursor:pointer;border-radius:7px;padding:10px 18px;font-size:14px;font-weight:600}.primary-button{color:#fff;background:#2563eb;border:1px solid #2563eb}.primary-button:hover{background:#1d4ed8}.primary-button:disabled,.secondary-button:disabled{opacity:.6;cursor:not-allowed}.secondary-button{color:#374151;background:#fff;border:1px solid #d1d5db}.secondary-button:hover{background:#f9fafb}.vehicle-actions{align-items:center;gap:8px;display:flex}.view-button,.delete-button{cursor:pointer;min-height:32px;font:inherit;border:none;border-radius:6px;justify-content:center;align-items:center;padding:7px 12px;font-size:13px;font-weight:600;line-height:1.2;transition:background-color .15s,color .15s,opacity .15s;display:inline-flex}.view-button{color:#2563eb;background:#eff6ff}.view-button:hover:not(:disabled){background:#dbeafe}.delete-button{color:#dc2626;background:#fee2e2}.delete-button:hover:not(:disabled){background:#fecaca}.view-button:disabled,.delete-button:disabled{opacity:.6;cursor:not-allowed}.registrations-page .table-container{width:100%;overflow-x:auto}.registrations-page table{min-width:1050px}.registrations-page .registration-history-table{table-layout:fixed;width:100%;min-width:980px}.registrations-page .registration-history-table th,.registrations-page .registration-history-table td{overflow-wrap:anywhere;white-space:normal;min-width:0;padding:10px 8px}.registrations-page .registration-history-table th:first-child,.registrations-page .registration-history-table td:first-child{width:11%}.registrations-page .registration-history-table th:nth-child(2),.registrations-page .registration-history-table td:nth-child(2){width:17%}.registrations-page .registration-history-table th:nth-child(3),.registrations-page .registration-history-table td:nth-child(3),.registrations-page .registration-history-table th:nth-child(4),.registrations-page .registration-history-table td:nth-child(4){width:16%}.registrations-page .registration-history-table th:nth-child(5),.registrations-page .registration-history-table td:nth-child(5),.registrations-page .registration-history-table th:nth-child(6),.registrations-page .registration-history-table td:nth-child(6),.registrations-page .registration-history-table th:nth-child(7),.registrations-page .registration-history-table td:nth-child(7){width:13%}.registrations-page .registration-history-table .status-badge{white-space:normal;text-align:center;max-width:100%;padding:4px 6px;font-size:10px;display:inline-block}.registrations-page th,.registrations-page td{white-space:nowrap}.registrations-page th:last-child,.registrations-page td:last-child{text-align:center;width:11%}.registrations-page .view-button{white-space:nowrap}.insurances-page .table-container{width:100%;overflow-x:auto}.insurances-page table{min-width:1050px}.insurances-page th,.insurances-page td{white-space:nowrap}.insurances-page th:last-child,.insurances-page td:last-child{text-align:center;width:120px}.insurances-page th:nth-child(2),.insurances-page td:nth-child(2){text-align:center;width:180px}.insurances-page .view-button{white-space:nowrap}.insurance-history-table,.insurance-documents-table{width:100%;overflow-x:auto}.insurance-documents-table table{table-layout:fixed;width:820px;min-width:820px}.insurance-documents-table th,.insurance-documents-table td{overflow-wrap:anywhere;vertical-align:middle;min-width:0}.insurance-documents-table th:first-child,.insurance-documents-table td:first-child{width:220px}.insurance-documents-table th:nth-child(2),.insurance-documents-table td:nth-child(2){width:130px}.insurance-documents-table th:nth-child(3),.insurance-documents-table td:nth-child(3){width:190px}.insurance-documents-table th:nth-child(4),.insurance-documents-table td:nth-child(4){width:130px}.insurance-documents-table th:nth-child(5),.insurance-documents-table td:nth-child(5){width:150px}.insurance-documents-table td:first-child>div{white-space:nowrap;flex-wrap:nowrap;gap:6px;display:flex}.insurance-history-table table{border-collapse:collapse;width:100%}.insurance-history-table th{white-space:nowrap;color:#6b7280;text-transform:uppercase;letter-spacing:.3px;font-size:12px}.insurance-history-table td{vertical-align:middle;font-size:13px}.insurance-history-table th:first-child,.insurance-history-table td:first-child{min-width:150px}.insurance-history-table th:nth-child(2),.insurance-history-table td:nth-child(2){min-width:180px}.insurance-history-table th:nth-child(3),.insurance-history-table td:nth-child(3),.insurance-history-table th:nth-child(4),.insurance-history-table td:nth-child(4){white-space:nowrap;min-width:120px}.insurance-history-table th:nth-child(5),.insurance-history-table td:nth-child(5){white-space:nowrap;min-width:130px}.insurance-history-table th:nth-child(6),.insurance-history-table td:nth-child(6),.insurance-history-table th:nth-child(7),.insurance-history-table td:nth-child(7){white-space:nowrap;min-width:110px}.insurance-history-table tbody tr:hover{background:#f9fafb}.back-icon-button{color:#1e293b;cursor:pointer;background:#68afec;border:1px solid #dbe3ec;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:transform .18s,background-color .18s,border-color .18s,box-shadow .18s;display:inline-flex}.back-icon-button span{font-size:25px;font-weight:600;line-height:1}.back-icon-button:hover{background:#f8fafc;border-color:#94a3b8;transform:translate(-3px);box-shadow:0 4px 12px #0f172a14}.back-icon-button:active{transform:translate(-1px)scale(.96)}.back-icon-button:focus-visible{outline-offset:2px;outline:3px solid #3b82f638}.settings-page{max-width:1200px;margin:0 auto}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:24px;display:grid}.settings-card{background:#fff;border:1px solid #dbe4ef;border-radius:14px;padding:22px;animation:.4s cubic-bezier(.22,1,.36,1) both registration-form-in;box-shadow:0 6px 20px #0f3f700d}.settings-card-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:18px;display:flex}.settings-card-title{align-items:flex-start;gap:13px;display:flex}.settings-icon{background:#eff6ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:21px;display:flex}.settings-card h2{color:#0f3f70;margin:0;font-size:17px}.settings-card-header p{color:#64748b;margin:5px 0 0;font-size:12px;line-height:1.5}.settings-value-area{justify-content:space-between;align-items:flex-end;gap:18px;margin-top:20px;display:flex}.settings-value-area .form-field{flex:1}.settings-number-control{align-items:center;gap:10px;display:flex}.settings-number-control input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:110px;min-height:44px;padding:10px 12px;font-size:16px;font-weight:700;transition:border-color .16s,box-shadow .16s}.settings-number-control input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.settings-number-control input:disabled{color:#64748b;cursor:not-allowed;background:#f8fafc}.settings-number-control span{color:#64748b;font-size:13px}.settings-save-button{flex-shrink:0}.settings-success{color:#166534;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;margin-top:18px;padding:11px 14px;font-size:13px;font-weight:600}.settings-readonly-notice{color:#64748b;background:#f8fafc;border-radius:7px;margin-top:16px;padding:10px 12px;font-size:12px}.settings-card{transition:transform .18s,box-shadow .18s,border-color .18s}.settings-card:hover{border-color:#c7d7ea;transform:translateY(-2px);box-shadow:0 10px 28px #0f3f7017}@media (width<=900px){.settings-grid{grid-template-columns:1fr}}@media (width<=600px){.settings-value-area{flex-direction:column;align-items:stretch}.settings-save-button{width:100%}.settings-number-control{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.settings-card{transition:none;animation:none}.settings-card:hover{transform:none}}.user-add-sheet{width:min(980px,100% - 48px);height:auto;min-height:auto}.user-add-sheet>.vehicle-form-page{background:#fff;max-width:none;margin:0;padding:32px}.user-add-sheet .details-header{margin:-32px -32px 24px}.user-add-sheet .details-card{margin-bottom:20px}.user-role-description{color:#475569;background:#f8fafc;border:1px solid #dbe4ef;border-radius:9px;padding:14px 16px;line-height:1.6}.user-role-description p{margin:0}.form-help-text{color:#64748b;margin:14px 0 0;font-size:12px}@media (width<=700px){.user-add-sheet{width:calc(100% - 20px)}.user-add-sheet>.vehicle-form-page{padding:18px}.user-add-sheet .details-header{margin:-18px -18px 18px;padding:20px 18px 18px}}.temporary-credentials-warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:9px;margin-bottom:20px;padding:14px 16px;font-size:13px;line-height:1.6}.temporary-credential-field{grid-column:span 1}.temporary-credential-control{align-items:center;gap:10px;display:flex}.temporary-credential-control input{letter-spacing:.3px;flex:1;font-family:monospace;font-weight:700}.temporary-credential-control button{flex-shrink:0}@media (width<=600px){.temporary-credential-control{flex-direction:column;align-items:stretch}.temporary-credential-control button{width:100%}}.users-table-container{width:100%;overflow-x:auto}.users-table-container table{border-collapse:collapse;width:100%;min-width:1100px}.auditlogs-table-container{width:100%;max-height:65vh;overflow:auto}.auditlogs-table-container table{border-collapse:collapse;width:100%;min-width:1100px}
