#root{width:100%;min-height:100vh}.app{background:var(--color-background);width:100%;min-height:100vh}.app-header{background:linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));color:#fff;width:100%;box-shadow:0 4px 18px #0f172a2e}.app-header-inner{justify-content:space-between;align-items:center;gap:20px;width:min(1180px,100% - 40px);min-height:76px;margin:0 auto;display:flex}.app-header-title{color:#fff;letter-spacing:-.4px;margin:0;font-size:26px;font-weight:800}.app-header-actions{align-items:center;gap:10px;display:flex}.app-header button{color:#fff;background:#ffffff1f;border-color:#fff6}.app-header button:hover{background:#ffffff38;border-color:#fff}.dashboard-page{width:min(1180px,100% - 40px);margin:0 auto;padding:36px 0 60px}.dashboard-heading{text-align:center;margin-bottom:32px}.dashboard-heading h1{margin-bottom:8px}.dashboard-heading p{color:var(--color-muted);font-size:18px}.dashboard-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:100%;margin-bottom:28px;display:grid}.dashboard-stat-card{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);box-shadow:var(--shadow-card);text-align:center;padding:26px}.dashboard-stat-card h2{color:var(--color-muted);letter-spacing:0;margin-bottom:14px;font-size:17px;font-weight:700}.dashboard-stat-value{color:var(--color-heading);font-size:48px;font-weight:800;line-height:1}.dashboard-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin:28px 0 36px;display:flex}.dashboard-reminders{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);width:100%;max-width:900px;box-shadow:var(--shadow-card);margin:0 auto;padding:26px}.dashboard-reminders>h2{text-align:center}.dashboard-reminders-empty{border:1px dashed var(--color-border);border-radius:var(--radius-medium);background:var(--color-surface-alt);color:var(--color-muted);text-align:center;padding:28px 16px}.reminder-card{border:1px solid var(--color-border);border-left:5px solid var(--color-primary);border-radius:var(--radius-medium);background:var(--color-surface-alt);justify-content:space-between;align-items:flex-start;gap:20px;margin-top:14px;padding:18px;display:flex}.reminder-card.overdue{border-left-color:var(--color-danger);background:#fff8f8}.form-card{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);width:100%;box-shadow:var(--shadow-card);padding:26px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.form-group{flex-direction:column;gap:7px;display:flex}.form-group-full{grid-column:1/-1}.form-group label{color:var(--color-heading);font-size:14px;font-weight:700}.content-section{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);box-shadow:var(--shadow-card);margin-bottom:24px;padding:24px}.file-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;display:grid}.file-card{border:1px solid var(--color-border);border-radius:var(--radius-medium);background:var(--color-surface);box-shadow:var(--shadow-small);overflow:hidden}.file-card-image{object-fit:cover;background:#e2e8f0;width:100%;height:180px}.file-card-body{padding:14px}.timeline{padding-left:30px;position:relative}.timeline:before{content:"";background:var(--color-border);width:2px;position:absolute;top:0;bottom:0;left:9px}.timeline-item{border:1px solid var(--color-border);border-radius:var(--radius-medium);background:var(--color-surface);box-shadow:var(--shadow-small);margin-bottom:24px;padding:18px 20px;position:relative}.timeline-item:before{content:"";border:3px solid var(--color-primary);background:var(--color-surface);border-radius:50%;width:14px;height:14px;position:absolute;top:22px;left:-27px}.login-page{background:linear-gradient(135deg,#eff6ff 0%,#f8fafc 45%,#e2e8f0 100%);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);width:min(100%,460px);box-shadow:var(--shadow-card);padding:34px}.login-card h1{text-align:center;margin-bottom:8px;font-size:36px}.login-card>p{color:var(--color-muted);text-align:center;margin-bottom:24px}@media (width<=820px){.dashboard-stats,.form-grid{grid-template-columns:1fr}.form-group-full{grid-column:auto}.service-visit-card-header,.reminder-card{flex-direction:column}}@media (width<=600px){.app-header-inner{width:min(100% - 24px,1180px);min-height:66px}.app-header-title{font-size:20px}.dashboard-page{width:min(100% - 24px,1180px);padding-top:22px}.dashboard-reminders,.form-card,.content-section,.service-visit-card{padding:18px}.dashboard-actions{flex-direction:column}.dashboard-actions button{width:100%}}.page-heading{text-align:center;margin-bottom:26px}.page-heading h1{margin-bottom:8px}.page-heading p{color:var(--color-muted);font-size:17px}.page-toolbar{margin-bottom:20px;display:flex}.vehicle-search-card{margin-bottom:28px}.vehicle-search-controls{align-items:flex-end;gap:14px;display:flex}.vehicle-search-input{flex:1}.vehicle-search-buttons{gap:10px;display:flex}.secondary-button{border-color:var(--color-border);background:var(--color-surface);color:var(--color-heading)}.secondary-button:hover{border-color:var(--color-primary);background:var(--color-primary-soft);color:var(--color-primary-dark)}.vehicle-search-results{width:100%}.results-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.results-heading h2{margin:0}.vehicle-results-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;display:grid}.vehicle-result-card{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);box-shadow:var(--shadow-card);flex-direction:column;justify-content:space-between;gap:18px;padding:22px;display:flex}.vehicle-result-card h3{margin-bottom:14px;font-size:24px}.vehicle-result-card p{margin-bottom:7px}.vehicle-result-card button{align-self:flex-start}.empty-state{text-align:center}.empty-state h2{margin-bottom:8px}@media (width<=720px){.app-header-inner{flex-wrap:wrap;justify-content:center;padding:12px 0}.app-header-title{text-align:center;order:-1;width:100%}.vehicle-search-controls{flex-direction:column;align-items:stretch}.vehicle-search-buttons{width:100%}.vehicle-search-buttons button{flex:1}.vehicle-result-card button{width:100%}}.vehicle-profile{width:100%}.vehicle-profile-heading{border:1px solid var(--color-border);border-radius:var(--radius-large);background:linear-gradient(135deg, var(--color-surface), #eff6ff);box-shadow:var(--shadow-card);justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;padding:28px;display:flex}.vehicle-profile-heading h1{margin:6px 0 8px}.vehicle-profile-heading p{color:var(--color-muted);margin:0;font-size:18px}.vehicle-profile-label{background:var(--color-primary-soft);color:var(--color-primary-dark);letter-spacing:.5px;text-transform:uppercase;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.vehicle-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-bottom:24px;display:grid}.vehicle-detail-card{margin-bottom:0}.section-heading{border-bottom:1px solid var(--color-border);padding-bottom:14px}.section-heading h2{margin:0;font-size:23px}.details-list{margin:0}.details-row{border-bottom:1px solid var(--color-border);grid-template-columns:minmax(110px,.45fr) 1fr;gap:18px;padding:13px 0;display:grid}.details-row:last-child{border-bottom:0;padding-bottom:0}.details-row dt{color:var(--color-muted);font-weight:700}.details-row dd{min-width:0;color:var(--color-heading);overflow-wrap:anywhere;margin:0;font-weight:600}.vehicle-notes-section{margin-bottom:28px}.vehicle-notes-section p{white-space:pre-wrap;margin:18px 0 0}.vehicle-profile-section{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);box-shadow:var(--shadow-card);margin-bottom:28px;padding:26px}.vehicle-profile-section-heading{border-bottom:1px solid var(--color-border);margin-bottom:22px;padding-bottom:16px}.vehicle-profile-section-heading h2{margin-bottom:6px}.vehicle-profile-section-heading p{color:var(--color-muted);margin:0}.vehicle-profile-stack{gap:24px;display:grid}.vehicle-danger-section{border-radius:var(--radius-large);box-shadow:var(--shadow-small);background:#fff7f7;border:1px solid #fecaca;padding:26px}.vehicle-danger-section h2{color:var(--color-danger)}.vehicle-danger-section .vehicle-profile-section-heading{border-bottom-color:#fecaca}@media (width<=820px){.vehicle-profile-heading{flex-direction:column}.vehicle-details-grid{grid-template-columns:1fr}}@media (width<=560px){.vehicle-profile-heading,.vehicle-profile-section,.vehicle-danger-section{padding:18px}.details-row{grid-template-columns:1fr;gap:4px}}.service-form-container{width:100%}.service-form-heading,.service-history-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.service-form-heading h3,.service-history-heading h3{margin-bottom:6px;font-size:24px}.service-form-heading p,.service-history-heading p{color:var(--color-muted);margin:0}.service-form{gap:22px;display:grid}.service-form-section{border:1px solid var(--color-border);border-radius:var(--radius-medium);background:var(--color-surface-alt);padding:22px}.service-form-section-heading{margin-bottom:18px}.service-form-section-heading h4{margin-bottom:5px}.service-form-section-heading p{color:var(--color-muted);margin:0}.service-form-section .form-group{margin-bottom:18px}.service-form-section .form-group:last-child{margin-bottom:0}.parts-form-list{gap:16px;margin-bottom:16px;display:grid}.part-form-card{border:1px solid var(--color-border);border-radius:var(--radius-medium);background:var(--color-surface);padding:18px}.part-form-card-heading{justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.part-form-card-heading h5{margin:0;font-size:17px}.parts-form-grid{grid-template-columns:2fr 1.4fr .7fr 2fr;gap:14px;display:grid}.service-form-actions,.service-visit-actions{flex-wrap:wrap;gap:10px;display:flex}.danger-outline-button{background:var(--color-surface);color:var(--color-danger);border-color:#fca5a5}.danger-outline-button:hover{border-color:var(--color-danger);background:var(--color-danger-soft);color:var(--color-danger)}.edit-service-form{border:1px solid var(--color-primary-soft);border-radius:var(--radius-medium);background:#f8fbff;gap:18px;margin-top:24px;padding:22px;display:grid}.service-edit-reminder{border-top:1px solid var(--color-border);padding-top:18px}.service-history{width:100%}.service-history-empty{border:1px dashed var(--color-border);border-radius:var(--radius-medium);background:var(--color-surface-alt);color:var(--color-muted);text-align:center;padding:28px}.service-visit-card{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);box-shadow:var(--shadow-card);margin-bottom:22px;padding:24px}.service-visit-card-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.service-visit-card-header h3{margin:4px 0 0;font-size:25px}.service-visit-date-label{color:var(--color-muted);text-transform:uppercase;font-size:13px;font-weight:700}.service-visit-meta{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:22px;display:grid}.service-meta-item{border:1px solid var(--color-border);border-radius:var(--radius-small);background:var(--color-surface-alt);padding:14px}.service-meta-item span{color:var(--color-muted);margin-bottom:5px;font-size:13px;font-weight:700;display:block}.service-meta-item strong{color:var(--color-heading);overflow-wrap:anywhere}.service-report-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:22px;display:grid}.service-report-block{border:1px solid var(--color-border);border-radius:var(--radius-medium);background:var(--color-surface-alt);padding:18px}.service-report-block h4{margin-bottom:10px}.service-report-block p{white-space:pre-wrap;margin:0}.service-report-full{grid-column:1/-1}.service-parts-section,.service-files-section{border-top:1px solid var(--color-border);margin-top:22px;padding-top:20px}.service-table-wrapper{width:100%;overflow-x:auto}.service-empty-text{color:var(--color-muted);white-space:pre-wrap}.service-visit-actions{margin-top:22px}@media (width<=920px){.parts-form-grid,.service-visit-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.service-form-heading,.service-history-heading,.service-visit-card-header{flex-direction:column}.parts-form-grid,.service-visit-meta,.service-report-grid{grid-template-columns:1fr}.service-report-full{grid-column:auto}.service-form-section,.service-visit-card,.edit-service-form{padding:17px}.service-form-actions button,.service-visit-actions button{width:100%}.part-form-card-heading{flex-direction:column;align-items:stretch}}.service-form-section>.secondary-button{margin-left:auto;margin-right:auto;display:block}.mileage-input-row{grid-template-columns:minmax(0,1fr) 120px;gap:10px;width:100%;display:grid}.mileage-input-row input,.mileage-input-row select,.parts-form-list,.part-form-card,.parts-form-grid{width:100%}.part-form-card{margin-left:auto;margin-right:auto}.parts-form-grid{grid-template-columns:minmax(180px,2fr) minmax(150px,1.5fr) minmax(100px,.7fr) minmax(180px,2fr)}.service-form-section>.secondary-button{margin:20px auto 0;display:block}@media (width<=920px){.parts-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.mileage-input-row,.parts-form-grid{grid-template-columns:1fr}}.vehicle-profile-page{width:100%;padding:36px 24px 64px}.vehicle-profile-container{flex-direction:column;gap:28px;width:min(100%,1400px);margin:0 auto;display:flex}.vehicle-profile-hero{background:#fff;border:1px solid #dce3ee;border-radius:18px;justify-content:space-between;align-items:center;gap:28px;width:100%;padding:34px 38px;display:flex;box-shadow:0 10px 30px #0f172a12}.vehicle-profile-hero-content{min-width:0}.vehicle-profile-label,.vehicle-section-eyebrow{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:.78rem;font-weight:800;display:block}.vehicle-profile-hero h1{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:clamp(2.2rem,5vw,4rem);line-height:1}.vehicle-profile-hero p{color:#64748b;margin:12px 0 0;font-size:1.08rem;font-weight:600}.vehicle-summary-card,.vehicle-profile-panel,.vehicle-danger-panel{background:#fff;border:1px solid #dce3ee;border-radius:18px;width:100%;padding:30px;box-shadow:0 8px 24px #0f172a0d}.vehicle-card-heading,.vehicle-section-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.vehicle-section-heading-actions{align-items:center}.vehicle-card-heading h2,.vehicle-section-heading h2{color:#0f172a;margin:0;font-size:1.45rem;line-height:1.2}.vehicle-section-heading p{color:#64748b;margin:8px 0 0;line-height:1.6}.vehicle-details-list{flex-direction:column;margin:0;display:flex}.vehicle-details-row{border-bottom:1px solid #e8edf5;grid-template-columns:minmax(120px,.8fr) minmax(0,1.5fr);gap:20px;padding:16px 0;display:grid}.vehicle-details-row:first-child{padding-top:0}.vehicle-details-row:last-child{border-bottom:0;padding-bottom:0}.vehicle-details-row dt{color:#64748b;font-size:.9rem;font-weight:700}.vehicle-details-row dd{color:#0f172a;overflow-wrap:anywhere;margin:0;font-weight:700}.vehicle-notes-content{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;min-height:72px;padding:20px}.vehicle-notes-content p{color:#334155;white-space:pre-wrap;margin:0;line-height:1.7}.vehicle-profile-subsection{width:100%;margin-top:26px}.vehicle-files-layout{grid-template-columns:minmax(280px,.7fr) minmax(0,1.5fr);align-items:start;gap:24px;width:100%;display:grid}.vehicle-upload-panel,.vehicle-gallery-panel{width:100%;min-width:0}.vehicle-profile-panel .service-history,.vehicle-profile-panel .service-form-container,.vehicle-profile-panel .photo-gallery,.vehicle-profile-panel .photo-upload,.vehicle-profile-panel .vehicle-timeline,.vehicle-profile-panel .service-visit-card,.vehicle-profile-panel .service-form,.vehicle-profile-panel .edit-service-form{width:100%;max-width:none;margin-left:0;margin-right:0}@media (width<=1000px){.vehicle-summary-grid,.vehicle-files-layout{grid-template-columns:1fr}.vehicle-profile-hero{flex-direction:column;align-items:flex-start}.vehicle-profile-hero-actions{justify-content:flex-start;width:100%}}@media (width<=700px){.vehicle-profile-page{padding:20px 12px 44px}.vehicle-profile-hero,.vehicle-summary-card,.vehicle-profile-panel,.vehicle-danger-panel{border-radius:14px;padding:22px 18px}.vehicle-card-heading,.vehicle-section-heading,.vehicle-section-heading-actions{flex-direction:column;align-items:stretch}.vehicle-section-heading-actions button{width:100%}.vehicle-details-row{grid-template-columns:1fr;gap:6px}.vehicle-profile-hero-actions{flex-direction:column;align-items:stretch}.vehicle-profile-hero-actions button{width:100%}}.vehicle-profile-page{box-sizing:border-box;width:100%!important;max-width:none!important;margin:0!important;padding:32px 24px 64px!important}.vehicle-profile-container{box-sizing:border-box;flex-direction:column!important;gap:24px!important;width:100%!important;max-width:1400px!important;margin:0 auto!important;padding:0!important;display:flex!important}.vehicle-profile-hero{box-sizing:border-box;background:#fff!important;border:1px solid #dbe3ef!important;border-radius:16px!important;justify-content:space-between!important;align-items:center!important;gap:24px!important;width:100%!important;margin:0!important;padding:32px!important;display:flex!important;box-shadow:0 8px 24px #0f172a0f!important}.vehicle-profile-hero-content{flex:1;min-width:0}.vehicle-profile-hero-actions{flex-wrap:wrap!important;justify-content:flex-end!important;align-items:center!important;gap:12px!important;display:flex!important}.vehicle-profile-hero h1{margin:0!important;font-size:clamp(2.5rem,5vw,4rem)!important;line-height:1!important}.vehicle-profile-hero p{margin:12px 0 0!important}.vehicle-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important;width:100%!important;display:grid!important}.vehicle-summary-card,.vehicle-profile-panel,.vehicle-danger-panel{box-sizing:border-box;background:#fff!important;border:1px solid #dbe3ef!important;border-radius:16px!important;width:100%!important;max-width:none!important;margin:0!important;padding:28px!important;box-shadow:0 8px 24px #0f172a0d!important}.vehicle-danger-panel{background:snow!important;border-color:#fecaca!important}.vehicle-card-heading,.vehicle-section-heading{width:100%!important;margin:0 0 22px!important}.vehicle-card-heading h2,.vehicle-section-heading h2{margin:0!important}.vehicle-card-heading p,.vehicle-section-heading p{margin:8px 0 0!important}.vehicle-section-heading-actions{justify-content:space-between!important;align-items:center!important;gap:20px!important;display:flex!important}.vehicle-details-list{width:100%!important;margin:0!important}.vehicle-details-row{border-bottom:1px solid #e5eaf1!important;grid-template-columns:140px minmax(0,1fr)!important;gap:20px!important;width:100%!important;padding:15px 0!important;display:grid!important}.vehicle-details-row:last-child{border-bottom:none!important}.vehicle-details-row dt{color:#64748b!important;margin:0!important;font-weight:600!important}.vehicle-details-row dd{overflow-wrap:anywhere;color:#0f172a!important;margin:0!important;font-weight:700!important}.vehicle-notes-content{box-sizing:border-box;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;width:100%!important;padding:20px!important}.vehicle-profile-subsection{width:100%!important;max-width:none!important;margin-top:24px!important}.vehicle-files-layout{grid-template-columns:minmax(280px,.7fr) minmax(0,1.5fr)!important;gap:24px!important;width:100%!important;display:grid!important}.vehicle-profile-page .service-history,.vehicle-profile-page .service-form-container,.vehicle-profile-page .service-form,.vehicle-profile-page .service-visit-card,.vehicle-profile-page .edit-service-form,.vehicle-profile-page .photo-gallery,.vehicle-profile-page .photo-upload,.vehicle-profile-page .vehicle-timeline{box-sizing:border-box;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}@media (width<=900px){.vehicle-summary-grid,.vehicle-files-layout{grid-template-columns:1fr!important}.vehicle-profile-hero,.vehicle-section-heading-actions{flex-direction:column!important;align-items:flex-start!important}.vehicle-profile-hero-actions{justify-content:flex-start!important;width:100%!important}}@media (width<=650px){.vehicle-profile-page{padding:18px 12px 40px!important}.vehicle-profile-hero,.vehicle-summary-card,.vehicle-profile-panel,.vehicle-danger-panel{padding:20px!important}.vehicle-details-row{grid-template-columns:1fr!important;gap:5px!important}.vehicle-profile-hero-actions{flex-direction:column!important;align-items:stretch!important}.vehicle-profile-hero-actions button{width:100%!important}}.service-history-heading{border-bottom:1px solid #e2e8f0;padding-bottom:22px}.service-history-heading h3{color:#0f172a;margin:0;font-size:1.6rem}.service-history-heading p{max-width:700px;margin-top:8px}.service-history-empty h4{color:#0f172a;margin:0 0 8px;font-size:1.15rem}.service-history-empty p{margin:0}.service-visit-card{background:#fff;border:1px solid #dce3ee;border-radius:18px;padding:0;overflow:hidden;box-shadow:0 10px 30px #0f172a0f}.service-visit-card-header{background:linear-gradient(135deg,#f8fafc 0%,#eff6ff 100%);border-bottom:1px solid #e2e8f0;margin:0;padding:26px 28px}.service-visit-card-header h3{color:#0f172a;margin:5px 0 0;font-size:1.65rem}.service-visit-registration{color:#64748b;margin:8px 0 0;font-size:.92rem;font-weight:700}.service-visit-meta{background:#fff;border-bottom:1px solid #e2e8f0;margin:0;padding:24px 28px}.service-meta-item{background:#f8fafc;border-color:#e2e8f0;min-width:0;padding:16px}.service-meta-item strong{line-height:1.4;display:block}.service-job-section,.service-parts-section,.service-files-section{border-top:0;border-bottom:1px solid #e2e8f0;margin:0;padding:28px}.service-job-section-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.service-job-section-heading h4{color:#0f172a;margin:0;font-size:1.25rem}.service-job-section-heading p{color:#64748b;margin:7px 0 0}.service-report-grid{margin:0}.service-report-block{background:#f8fafc;border-color:#e2e8f0;min-height:150px;padding:20px}.service-report-block h4{color:#0f172a;margin:0 0 12px;font-size:1.05rem}.service-report-label{color:#64748b;letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px;font-size:.76rem;font-weight:800;display:block}.service-parts-table{border-collapse:collapse;width:100%}.service-parts-table th{color:#475569;text-align:left;text-transform:uppercase;background:#f8fafc;border-bottom:2px solid #dce3ee;padding:13px 15px;font-size:.78rem;font-weight:800}.service-parts-table td{color:#334155;vertical-align:top;border-bottom:1px solid #e8edf5;padding:15px}.service-parts-table tbody tr:last-child td{border-bottom:0}.service-inline-empty{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;padding:20px}.service-inline-empty p{color:#64748b;white-space:pre-wrap;margin:0}.service-visit-footer{background:#f8fafc;justify-content:space-between;align-items:center;gap:22px;padding:22px 28px;display:flex}.service-visit-footer-label{color:#475569;letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:800}.service-visit-footer p{color:#64748b;margin:5px 0 0;font-size:.9rem}.service-visit-actions{flex-shrink:0;margin:0}.service-editor-container{background:#f8fafc;padding:0 28px 28px}.service-editor-container .edit-service-form{margin-top:0}@media (width<=760px){.service-visit-card-header,.service-visit-footer,.service-job-section-heading{flex-direction:column;align-items:stretch}.service-visit-card-header,.service-visit-meta,.service-job-section,.service-parts-section,.service-files-section,.service-visit-footer{padding-left:18px;padding-right:18px}.service-editor-container{padding:0 18px 18px}.service-visit-actions{width:100%}.service-visit-actions button{flex:1}}@media (width<=520px){.service-visit-actions{flex-direction:column}.service-visit-actions button{width:100%}}.photo-upload,.photo-gallery{width:100%}.photo-upload-heading,.photo-gallery-heading{margin-bottom:22px}.photo-upload-heading h3,.photo-gallery-heading h3{color:#0f172a;margin:0;font-size:1.4rem}.photo-upload-heading p,.photo-gallery-heading p{color:#64748b;margin:8px 0 0;line-height:1.6}.photo-gallery-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.photo-upload-form{gap:18px;display:grid}.photo-upload-form textarea{resize:vertical;min-height:110px}.photo-file-picker{width:100%}.photo-file-picker input[type=file]{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.photo-file-picker-label{cursor:pointer;box-sizing:border-box;background:#f8fafc;border:2px dashed #bfccdc;border-radius:14px;align-items:center;gap:14px;width:100%;padding:20px;transition:border-color .2s,background .2s,transform .2s;display:flex}.photo-file-picker-label:hover{background:#eff6ff;border-color:#2563eb;transform:translateY(-1px)}.photo-file-picker-label.disabled{cursor:wait;opacity:.65}.photo-file-picker-icon{color:#1d4ed8;background:#dbeafe;border-radius:12px;flex-shrink:0;place-items:center;width:44px;height:44px;font-size:1.8rem;font-weight:700;display:grid}.photo-file-picker-label strong,.photo-file-picker-label small{display:block}.photo-file-picker-label strong{color:#0f172a;font-size:1rem}.photo-file-picker-label small{color:#64748b;margin-top:4px}.photo-selected-file{color:#475569;overflow-wrap:anywhere;margin:10px 0 0;font-size:.9rem}.photo-upload-status{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:14px 16px;font-weight:700}.photo-gallery-filters{flex-wrap:wrap;gap:9px;margin-bottom:22px;display:flex}.photo-filter-button{color:#475569;background:#fff;border:1px solid #d5dde8;border-radius:999px;padding:8px 13px;font-size:.83rem;font-weight:700}.photo-filter-button:hover{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.photo-filter-button.active{color:#fff;background:#2563eb;border-color:#2563eb}.photo-gallery-empty{color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;padding:28px 20px}.photo-gallery-empty h4{color:#0f172a;margin:0 0 7px}.photo-gallery-empty p{margin:0}.photo-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;display:grid}.photo-gallery-card{background:#fff;border:1px solid #dce3ee;border-radius:16px;min-width:0;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 8px 22px #0f172a0f}.photo-gallery-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f172a1a}.photo-gallery-preview{background:#e8edf5;height:210px;position:relative;overflow:hidden}.photo-gallery-image-link{width:100%;height:100%;display:block;position:relative}.photo-gallery-image{object-fit:cover;width:100%;height:100%}.photo-gallery-open-overlay{color:#fff;background:#0f172acc;border-radius:8px;padding:7px 10px;font-size:.78rem;font-weight:700;position:absolute;bottom:12px;right:12px}.photo-document-preview{color:#334155;text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:14px;width:100%;height:100%;padding:24px;display:flex}.photo-document-preview strong{overflow-wrap:anywhere;max-width:100%}.photo-document-icon{color:#1d4ed8;text-transform:uppercase;background:#fff;border-radius:18px;place-items:center;width:72px;height:72px;font-size:.9rem;font-weight:800;display:grid;box-shadow:0 6px 18px #0f172a14}.photo-gallery-type{color:#334155;text-transform:uppercase;background:#ffffffeb;border-radius:999px;padding:6px 9px;font-size:.73rem;font-weight:800;position:absolute;top:12px;left:12px}.photo-gallery-card-body{padding:18px}.photo-gallery-card-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.photo-gallery-category{color:#2563eb;letter-spacing:.04em;text-transform:uppercase;font-size:.75rem;font-weight:800}.photo-gallery-date{color:#94a3b8;flex-shrink:0;font-size:.78rem}.photo-gallery-card-body h4{color:#0f172a;overflow-wrap:anywhere;margin:0 0 9px;font-size:1rem}.photo-gallery-card-body p{color:#64748b;white-space:pre-wrap;min-height:44px;margin:0;font-size:.9rem;line-height:1.55}.photo-gallery-card-actions{align-items:center;gap:9px;margin-top:18px;display:flex}.photo-gallery-open-button{color:#fff;background:#2563eb;border-radius:9px;flex:1;justify-content:center;align-items:center;min-height:42px;padding:9px 14px;font-weight:700;text-decoration:none;display:inline-flex}.photo-gallery-open-button:hover{background:#1d4ed8}.photo-file-unavailable{color:#94a3b8;flex:1;font-size:.85rem}@media (width<=760px){.photo-gallery-heading{flex-direction:column;align-items:stretch}.photo-gallery-grid{grid-template-columns:1fr}}@media (width<=420px){.photo-gallery-card-actions{flex-direction:column;align-items:stretch}.photo-gallery-card-actions a,.photo-gallery-card-actions button{width:100%}}.workshop-dashboard{box-sizing:border-box;background:#f1f5f9;width:100%;min-height:100vh;padding:34px 22px 70px}.workshop-dashboard-container{width:100%;max-width:1280px;margin:0 auto}.dashboard-topbar{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.dashboard-topbar h1{color:#0f172a;letter-spacing:-.04em;margin:3px 0 0;font-size:clamp(2rem,4vw,3.3rem);line-height:1.08}.dashboard-topbar p{color:#64748b;margin:11px 0 0;font-size:1rem}.dashboard-eyebrow,.dashboard-hero-label{color:#2563eb;letter-spacing:.09em;text-transform:uppercase;font-size:.76rem;font-weight:800;display:block}.dashboard-logout-button{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:9px;flex-shrink:0;min-height:42px;padding:9px 16px;font-weight:700}.dashboard-logout-button:hover{background:#f8fafc;border-color:#94a3b8}.dashboard-hero{color:#fff;background:radial-gradient(circle at 100% 0,#60a5fa52,#0000 35%),linear-gradient(135deg,#0f172a,#1e3a5f);border-radius:20px;justify-content:space-between;align-items:center;gap:30px;margin-bottom:24px;padding:32px;display:flex;overflow:hidden;box-shadow:0 18px 40px #0f172a29}.dashboard-hero-label{color:#93c5fd}.dashboard-hero h2{color:#fff;margin:7px 0 0;font-size:clamp(1.8rem,3vw,2.5rem)}.dashboard-hero p{color:#cbd5e1;max-width:620px;margin:10px 0 0;line-height:1.6}.dashboard-hero-actions{flex-shrink:0;gap:11px;display:flex}.dashboard-primary-action,.dashboard-secondary-action{border-radius:10px;min-height:46px;padding:11px 18px;font-weight:800}.dashboard-primary-action{color:#fff;background:#2563eb;border:1px solid #2563eb}.dashboard-primary-action:hover{background:#1d4ed8;border-color:#1d4ed8}.dashboard-secondary-action{color:#fff;background:#ffffff14;border:1px solid #ffffff59}.dashboard-secondary-action:hover{background:#ffffff29}.dashboard-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.dashboard-stat-card{background:#fff;border:1px solid #dce3ee;border-radius:15px;align-items:center;gap:17px;min-width:0;padding:21px;display:flex;box-shadow:0 7px 20px #0f172a0d}.dashboard-stat-icon{color:#1d4ed8;background:#dbeafe;border-radius:13px;flex-shrink:0;place-items:center;width:46px;height:46px;font-size:1rem;font-weight:900;display:grid}.dashboard-stat-card>div{min-width:0}.dashboard-stat-card span:not(.dashboard-stat-icon){color:#64748b;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:800;display:block}.dashboard-stat-card strong{color:#0f172a;margin-top:3px;font-size:2rem;line-height:1.1;display:block}.dashboard-stat-card small{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:.78rem;display:block;overflow:hidden}.dashboard-stat-attention .dashboard-stat-icon{color:#b91c1c;background:#fee2e2}.dashboard-section,.dashboard-panel{background:#fff;border:1px solid #dce3ee;border-radius:18px;box-shadow:0 8px 24px #0f172a0d}.dashboard-section{margin-bottom:24px;padding:26px}.dashboard-section-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.dashboard-section-heading h2{color:#0f172a;margin:3px 0 0;font-size:1.35rem}.dashboard-section-heading p{color:#64748b;margin:7px 0 0;line-height:1.5}.dashboard-count-badge{color:#475569;background:#e2e8f0;border-radius:999px;flex-shrink:0;padding:7px 10px;font-size:.78rem;font-weight:800}.dashboard-workshop-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.dashboard-workshop-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:13px;padding:19px}.dashboard-workshop-card-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.dashboard-workshop-card-top span{color:#475569;font-size:.86rem;font-weight:800}.dashboard-workshop-card-top strong{color:#0f172a;font-size:1.85rem;line-height:1}.dashboard-workshop-card p{color:#64748b;margin:13px 0 0;font-size:.84rem;line-height:1.5}.dashboard-content-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:start;gap:24px;display:grid}.dashboard-panel{min-width:0;padding:26px}.dashboard-empty-state{color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;padding:25px 18px}.dashboard-empty-state strong{color:#0f172a;margin-bottom:6px;display:block}.dashboard-empty-state p{margin:0}.dashboard-reminder{background:#f8fafc;border:1px solid #e2e8f0;border-radius:13px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:12px;padding:17px;display:flex}.dashboard-reminder-overdue{background:#fff7f7;border-color:#fecaca}.dashboard-reminder-main{flex:1;min-width:0}.dashboard-reminder-title{align-items:center;gap:9px;display:flex}.dashboard-reminder-title>strong{color:#0f172a;font-size:1.08rem}.dashboard-reminder-label{color:#1d4ed8;letter-spacing:.04em;text-transform:uppercase;background:#dbeafe;border-radius:999px;padding:4px 7px;font-size:.67rem;font-weight:900}.dashboard-reminder-label.overdue{color:#b91c1c;background:#fee2e2}.dashboard-reminder-details{flex-wrap:wrap;gap:24px;margin-top:13px;display:flex}.dashboard-reminder-details span{display:block}.dashboard-reminder-details small,.dashboard-recent-visit-meta small{color:#94a3b8;letter-spacing:.04em;text-transform:uppercase;margin-bottom:3px;font-size:.69rem;font-weight:800;display:block}.dashboard-reminder-details strong,.dashboard-recent-visit-meta strong{color:#334155;font-size:.86rem}.dashboard-reminder-main>p{color:#64748b;margin:12px 0 0;font-size:.86rem;line-height:1.5}.dashboard-complete-button{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:9px;flex-shrink:0;min-height:40px;padding:8px 13px;font-size:.82rem;font-weight:800}.dashboard-complete-button:hover{color:#1d4ed8;border-color:#2563eb}.dashboard-recent-visit{background:#f8fafc;border:1px solid #e2e8f0;border-radius:13px;margin-bottom:12px;padding:17px}.dashboard-recent-visit-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.dashboard-recent-visit-top>div strong,.dashboard-recent-visit-top>div span{display:block}.dashboard-recent-visit-top>div strong{color:#0f172a;font-size:1rem}.dashboard-recent-visit-top>div span{color:#64748b;margin-top:4px;font-size:.8rem}.dashboard-status{color:#475569;background:#e2e8f0;border-radius:999px;flex-shrink:0;padding:5px 8px;font-size:.68rem;font-weight:800}.dashboard-status-completed,.dashboard-status-ready{color:#15803d;background:#dcfce7}.dashboard-status-warning{color:#b45309;background:#fef3c7}.dashboard-status-progress{color:#1d4ed8;background:#dbeafe}.dashboard-recent-visit-meta{flex-wrap:wrap;gap:28px;margin-top:15px;display:flex}.dashboard-recent-visit>p{color:#64748b;margin:14px 0 0;font-size:.85rem;line-height:1.5}.dashboard-panel-action{color:#1d4ed8;background:#fff;border:1px solid #2563eb;border-radius:9px;width:100%;min-height:43px;margin-top:8px;font-weight:800}.dashboard-panel-action:hover{background:#eff6ff}@media (width<=1050px){.dashboard-stat-grid,.dashboard-workshop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-content-grid{grid-template-columns:1fr}}@media (width<=760px){.workshop-dashboard{padding:22px 14px 50px}.dashboard-topbar,.dashboard-hero{flex-direction:column;align-items:stretch}.dashboard-logout-button{align-self:flex-start}.dashboard-hero{padding:24px 20px}.dashboard-hero-actions{flex-direction:column}.dashboard-hero-actions button{width:100%}.dashboard-section,.dashboard-panel{padding:20px}.dashboard-reminder{flex-direction:column;align-items:stretch}.dashboard-complete-button{width:100%}}@media (width<=520px){.dashboard-stat-grid,.dashboard-workshop-grid{grid-template-columns:1fr}.dashboard-stat-card small{white-space:normal}.dashboard-section-heading,.dashboard-recent-visit-top{flex-direction:column}}.vehicle-search-page{background:#f1f5f9;min-height:100vh}.vehicle-search-container{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:34px 22px 70px}.vehicle-search-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.vehicle-search-heading h1{color:#0f172a;letter-spacing:-.035em;margin:4px 0 0;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.vehicle-search-heading p{color:#64748b;max-width:720px;margin:10px 0 0;font-size:1rem;line-height:1.6}.vehicle-search-eyebrow{color:#2563eb;letter-spacing:.09em;text-transform:uppercase;font-size:.75rem;font-weight:800;display:block}.vehicle-search-panel{background:#fff;border:1px solid #dce3ee;border-radius:17px;align-items:flex-end;gap:16px;margin-bottom:26px;padding:23px;display:flex;box-shadow:0 8px 24px #0f172a0f}.vehicle-search-field{flex:1;min-width:0}.vehicle-search-field label{color:#334155;margin-bottom:8px;font-size:.86rem;font-weight:800;display:block}.vehicle-search-field small{color:#94a3b8;margin-top:8px;font-size:.78rem;display:block}.vehicle-search-input-wrapper{position:relative}.vehicle-search-input-wrapper input{color:#0f172a;width:100%;min-height:52px;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:11px;outline:none;padding:12px 48px;transition:border-color .2s,box-shadow .2s}.vehicle-search-input-wrapper input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.vehicle-search-input-icon{color:#64748b;pointer-events:none;font-size:1.35rem;position:absolute;top:50%;left:17px;transform:translateY(-50%)}.vehicle-search-inline-clear{color:#475569;background:#e2e8f0;border:0;border-radius:50%;place-items:center;width:32px;height:32px;padding:0;font-size:1.25rem;line-height:1;display:grid;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.vehicle-search-inline-clear:hover{background:#cbd5e1}.vehicle-search-submit{color:#fff;background:#2563eb;border:1px solid #2563eb;border-radius:11px;min-width:170px;min-height:52px;padding:11px 19px;font-weight:800}.vehicle-search-submit:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.vehicle-search-submit:disabled{cursor:not-allowed;opacity:.55}.vehicle-search-results{background:#fff;border:1px solid #dce3ee;border-radius:18px;padding:26px;box-shadow:0 8px 24px #0f172a0d}.vehicle-search-results-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:21px;display:flex}.vehicle-search-results-heading h2{color:#0f172a;margin:4px 0 0;font-size:1.4rem}.vehicle-search-result-count{color:#475569;background:#e2e8f0;border-radius:999px;flex-shrink:0;padding:7px 11px;font-size:.78rem;font-weight:800}.vehicle-search-grid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:18px;display:grid}.vehicle-search-result-card{background:#fff;border:1px solid #dce3ee;border-radius:16px;flex-direction:column;min-width:0;padding:21px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;box-shadow:0 6px 18px #0f172a0d}.vehicle-search-result-card:hover{border-color:#b9c8dc;transform:translateY(-2px);box-shadow:0 12px 26px #0f172a17}.vehicle-search-card-top{justify-content:space-between;align-items:flex-start;gap:13px;display:flex}.vehicle-search-card-label{color:#94a3b8;letter-spacing:.07em;text-transform:uppercase;font-size:.68rem;font-weight:800;display:block}.vehicle-search-card-top h3{color:#0f172a;letter-spacing:.02em;margin:4px 0 0;font-size:1.65rem}.vehicle-search-status{color:#475569;text-align:center;background:#e2e8f0;border-radius:999px;flex-shrink:0;max-width:145px;padding:6px 9px;font-size:.68rem;font-weight:900;line-height:1.2}.vehicle-search-status-progress{color:#1d4ed8;background:#dbeafe}.vehicle-search-status-warning{color:#b45309;background:#fef3c7}.vehicle-search-status-ready,.vehicle-search-status-completed{color:#15803d;background:#dcfce7}.vehicle-search-vehicle-name{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:baseline;gap:12px;margin-top:17px;padding-bottom:16px;display:flex}.vehicle-search-vehicle-name strong{color:#334155;min-width:0;font-size:1rem}.vehicle-search-vehicle-name span{color:#64748b;flex-shrink:0;font-size:.82rem}.vehicle-search-customer{align-items:center;gap:12px;margin-top:16px;display:flex}.vehicle-search-avatar{color:#1d4ed8;background:#dbeafe;border-radius:12px;flex-shrink:0;place-items:center;width:43px;height:43px;font-weight:900;display:grid}.vehicle-search-customer div{min-width:0}.vehicle-search-customer small,.vehicle-search-customer strong,.vehicle-search-customer div>span{display:block}.vehicle-search-customer small{color:#94a3b8;letter-spacing:.05em;text-transform:uppercase;font-size:.68rem;font-weight:800}.vehicle-search-customer strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.93rem;overflow:hidden}.vehicle-search-customer div>span{color:#64748b;margin-top:3px;font-size:.8rem}.vehicle-search-data-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:18px;display:grid}.vehicle-search-data-grid div{background:#f8fafc;border-radius:10px;min-width:0;padding:12px}.vehicle-search-data-grid small,.vehicle-search-data-grid strong{display:block}.vehicle-search-data-grid small{color:#94a3b8;letter-spacing:.04em;text-transform:uppercase;font-size:.65rem;font-weight:800}.vehicle-search-data-grid strong{color:#334155;text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:.82rem;overflow:hidden}.vehicle-search-vin{background:#f8fafc;border-left:3px solid #94a3b8;margin-top:14px;padding:10px 12px}.vehicle-search-vin small,.vehicle-search-vin span{display:block}.vehicle-search-vin small{color:#94a3b8;letter-spacing:.05em;text-transform:uppercase;font-size:.65rem;font-weight:800}.vehicle-search-vin span{overflow-wrap:anywhere;color:#475569;margin-top:3px;font-family:monospace;font-size:.8rem}.vehicle-search-open-button{color:#fff;background:#2563eb;border:1px solid #2563eb;border-radius:10px;width:100%;min-height:44px;margin-top:19px;font-weight:800}.vehicle-search-open-button:hover{background:#1d4ed8;border-color:#1d4ed8}.vehicle-search-empty,.vehicle-search-loading,.vehicle-search-error{text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;padding:34px 22px}.vehicle-search-empty>span{color:#475569;background:#e2e8f0;border-radius:14px;place-items:center;width:52px;height:52px;margin:0 auto 14px;font-size:1.25rem;font-weight:900;display:grid}.vehicle-search-empty h3,.vehicle-search-loading strong,.vehicle-search-error strong{color:#0f172a;margin:0}.vehicle-search-empty p,.vehicle-search-loading p,.vehicle-search-error p{color:#64748b;margin:7px 0 0;line-height:1.5}.vehicle-search-loading{text-align:left;justify-content:center;align-items:center;gap:14px;display:flex}.vehicle-search-spinner{border:3px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;flex-shrink:0;width:28px;height:28px;animation:.8s linear infinite vehicle-search-spin}@keyframes vehicle-search-spin{to{transform:rotate(360deg)}}.vehicle-search-error{background:#fff7f7;border-color:#fecaca}.vehicle-search-error strong{color:#b91c1c}.vehicle-search-profile-toolbar{background:#fff;border:1px solid #dce3ee;border-radius:12px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:21px;padding:14px 16px;display:flex}.vehicle-search-profile-toolbar>div{text-align:right}.vehicle-search-profile-toolbar span,.vehicle-search-profile-toolbar strong{display:block}.vehicle-search-profile-toolbar span{color:#94a3b8;letter-spacing:.04em;text-transform:uppercase;font-size:.68rem;font-weight:800}.vehicle-search-profile-toolbar strong{color:#0f172a;margin-top:3px;font-size:1rem}@media (width<=760px){.vehicle-search-container{padding:22px 14px 50px}.vehicle-search-panel{flex-direction:column;align-items:stretch;padding:18px}.vehicle-search-submit{width:100%}.vehicle-search-results{padding:19px}.vehicle-search-results-heading{flex-direction:column;align-items:stretch}.vehicle-search-result-count{align-self:flex-start}.vehicle-search-grid{grid-template-columns:1fr}}@media (width<=460px){.vehicle-search-profile-toolbar{flex-direction:column;align-items:stretch}.vehicle-search-profile-toolbar>div{text-align:left}.vehicle-search-card-top{flex-direction:column}.vehicle-search-status{max-width:none}.vehicle-search-data-grid{grid-template-columns:1fr}}.new-vehicle-page{background:#f1f5f9;min-height:100vh}.new-vehicle-container{box-sizing:border-box;width:100%;max-width:1120px;margin:0 auto;padding:34px 22px 70px}.new-vehicle-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.new-vehicle-heading h1{color:#0f172a;letter-spacing:-.035em;margin:5px 0 0;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.new-vehicle-heading p{color:#64748b;max-width:680px;margin:10px 0 0;font-size:1rem;line-height:1.6}.new-vehicle-eyebrow{color:#2563eb;letter-spacing:.09em;text-transform:uppercase;font-size:.75rem;font-weight:800;display:block}.new-vehicle-heading-badge{color:#1d4ed8;letter-spacing:.03em;text-transform:uppercase;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;flex-shrink:0;padding:9px 14px;font-size:.78rem;font-weight:900}.new-vehicle-message{border:1px solid;border-radius:13px;align-items:flex-start;gap:13px;margin-bottom:20px;padding:16px 18px;display:flex}.new-vehicle-message-icon{border-radius:10px;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:1rem;font-weight:900;display:grid}.new-vehicle-message strong,.new-vehicle-message p{display:block}.new-vehicle-message strong{margin-top:1px;font-size:.92rem}.new-vehicle-message p{margin:5px 0 0;font-size:.84rem;line-height:1.5}.new-vehicle-error{color:#991b1b;background:#fff7f7;border-color:#fecaca}.new-vehicle-error .new-vehicle-message-icon{color:#b91c1c;background:#fee2e2}.new-vehicle-success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.new-vehicle-success .new-vehicle-message-icon{color:#15803d;background:#dcfce7}.new-vehicle-form{background:#fff;border:1px solid #dce3ee;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px #0f172a0f}.new-vehicle-form-section{border-bottom:1px solid #e2e8f0;padding:28px}.new-vehicle-section-heading{align-items:flex-start;gap:14px;margin-bottom:24px;display:flex}.new-vehicle-section-number{color:#1d4ed8;background:#dbeafe;border-radius:11px;flex-shrink:0;place-items:center;width:38px;height:38px;font-size:.92rem;font-weight:900;display:grid}.new-vehicle-section-heading h2{color:#0f172a;margin:0;font-size:1.22rem}.new-vehicle-section-heading p{color:#64748b;margin:6px 0 0;font-size:.85rem;line-height:1.5}.new-vehicle-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.new-vehicle-field{min-width:0}.new-vehicle-field-full{grid-column:1/-1}.new-vehicle-field label{color:#334155;margin-bottom:8px;font-size:.83rem;font-weight:800;display:block}.new-vehicle-required{color:#dc2626;margin-left:4px}.new-vehicle-field input,.new-vehicle-field textarea{color:#0f172a;width:100%;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:10px;outline:none;transition:border-color .2s,box-shadow .2s,background .2s}.new-vehicle-field input{min-height:49px;padding:11px 13px}.new-vehicle-field textarea{resize:vertical;min-height:150px;padding:13px;line-height:1.6}.new-vehicle-field input::placeholder,.new-vehicle-field textarea::placeholder{color:#94a3b8}.new-vehicle-field input:focus,.new-vehicle-field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1c}.new-vehicle-field input:disabled,.new-vehicle-field textarea:disabled{cursor:not-allowed;opacity:.75;background:#f8fafc}.new-vehicle-field small{color:#94a3b8;margin-top:7px;font-size:.73rem;display:block}.new-vehicle-field small strong{color:#64748b}.new-vehicle-registration-input{color:#0f172a;letter-spacing:.04em;text-transform:uppercase;font-size:1.05rem!important;font-weight:900!important}.new-vehicle-vin-input{letter-spacing:.04em;text-transform:uppercase;font-family:monospace!important}.new-vehicle-form-actions{background:#f8fafc;justify-content:space-between;align-items:center;gap:20px;padding:22px 28px;display:flex}.new-vehicle-form-actions>div:first-child strong,.new-vehicle-form-actions>div:first-child span{display:block}.new-vehicle-form-actions>div:first-child strong{color:#0f172a;font-size:.9rem}.new-vehicle-form-actions>div:first-child span{color:#64748b;margin-top:4px;font-size:.76rem}.new-vehicle-action-buttons{flex-shrink:0;align-items:center;gap:10px;display:flex}.new-vehicle-action-buttons button{border-radius:10px;min-height:44px;padding:10px 18px;font-weight:800}.new-vehicle-save-button{color:#fff;background:#2563eb;border:1px solid #2563eb;justify-content:center;align-items:center;gap:9px;min-width:155px;display:inline-flex}.new-vehicle-save-button:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.new-vehicle-save-button:disabled{cursor:not-allowed;opacity:.65}.new-vehicle-spinner{border:2px solid #ffffff73;border-top-color:#fff;border-radius:50%;width:17px;height:17px;animation:.75s linear infinite new-vehicle-spin}@keyframes new-vehicle-spin{to{transform:rotate(360deg)}}@media (width<=760px){.new-vehicle-container{padding:22px 14px 50px}.new-vehicle-heading{flex-direction:column;align-items:flex-start}.new-vehicle-form-section{padding:22px 18px}.new-vehicle-form-grid{grid-template-columns:1fr}.new-vehicle-field-full{grid-column:auto}.new-vehicle-form-actions{flex-direction:column;align-items:stretch;padding:20px 18px}.new-vehicle-action-buttons{width:100%}.new-vehicle-action-buttons button{flex:1}}@media (width<=480px){.new-vehicle-action-buttons{flex-direction:column-reverse;align-items:stretch}.new-vehicle-action-buttons button{width:100%}}.edit-vehicle-panel{margin-top:28px}.edit-vehicle-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:20px;display:flex}.edit-vehicle-heading h2{color:#0f172a;letter-spacing:-.025em;margin:5px 0 0;font-size:1.75rem}.edit-vehicle-heading p{color:#64748b;max-width:650px;margin:8px 0 0;font-size:.9rem;line-height:1.55}.edit-vehicle-eyebrow{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800;display:block}.edit-vehicle-registration{text-align:right;background:#eff6ff;border:1px solid #bfdbfe;border-radius:13px;min-width:185px;padding:13px 16px}.edit-vehicle-registration span,.edit-vehicle-registration strong,.edit-vehicle-registration small{display:block}.edit-vehicle-registration span{color:#64748b;letter-spacing:.06em;text-transform:uppercase;font-size:.65rem;font-weight:800}.edit-vehicle-registration strong{color:#1e3a8a;letter-spacing:.04em;margin-top:4px;font-size:1.15rem}.edit-vehicle-registration small{color:#3b82f6;margin-top:4px;font-size:.67rem}.edit-vehicle-message{border:1px solid;border-radius:13px;align-items:flex-start;gap:13px;margin-bottom:18px;padding:15px 17px;display:flex}.edit-vehicle-message-icon{border-radius:10px;flex-shrink:0;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.edit-vehicle-message strong{margin-top:1px;font-size:.9rem;display:block}.edit-vehicle-message p{margin:5px 0 0;font-size:.82rem;line-height:1.5}.edit-vehicle-error{color:#991b1b;background:#fff7f7;border-color:#fecaca}.edit-vehicle-error .edit-vehicle-message-icon{color:#b91c1c;background:#fee2e2}.edit-vehicle-success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.edit-vehicle-success .edit-vehicle-message-icon{color:#15803d;background:#dcfce7}.edit-vehicle-form{background:#fff;border:1px solid #dce3ee;border-radius:17px;overflow:hidden;box-shadow:0 8px 25px #0f172a0d}.edit-vehicle-form-section{border-bottom:1px solid #e2e8f0;padding:26px}.edit-vehicle-section-heading{align-items:flex-start;gap:13px;margin-bottom:22px;display:flex}.edit-vehicle-section-number{color:#1d4ed8;background:#dbeafe;border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:.88rem;font-weight:900;display:grid}.edit-vehicle-section-heading h3{color:#0f172a;margin:0;font-size:1.12rem}.edit-vehicle-section-heading p{color:#64748b;margin:5px 0 0;font-size:.8rem;line-height:1.5}.edit-vehicle-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:19px;display:grid}.edit-vehicle-field{min-width:0}.edit-vehicle-field-full{grid-column:1/-1}.edit-vehicle-field label{color:#334155;margin-bottom:8px;font-size:.81rem;font-weight:800;display:block}.edit-vehicle-required{color:#dc2626;margin-left:4px}.edit-vehicle-field input,.edit-vehicle-field textarea{color:#0f172a;width:100%;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:10px;outline:none;transition:border-color .2s,box-shadow .2s,background .2s}.edit-vehicle-field input{min-height:48px;padding:11px 13px}.edit-vehicle-field textarea{resize:vertical;min-height:150px;padding:13px;line-height:1.6}.edit-vehicle-field input::placeholder,.edit-vehicle-field textarea::placeholder{color:#94a3b8}.edit-vehicle-field input:focus,.edit-vehicle-field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1c}.edit-vehicle-field input:disabled,.edit-vehicle-field textarea:disabled{cursor:not-allowed;color:#64748b;background:#f8fafc}.edit-vehicle-field small{color:#94a3b8;margin-top:7px;font-size:.71rem;display:block}.edit-vehicle-locked-input{letter-spacing:.04em;font-weight:800!important}.edit-vehicle-vin-input{letter-spacing:.04em;text-transform:uppercase;font-family:monospace!important}.edit-vehicle-actions{background:#f8fafc;justify-content:space-between;align-items:center;gap:20px;padding:21px 26px;display:flex}.edit-vehicle-change-status strong,.edit-vehicle-change-status span{display:block}.edit-vehicle-change-status strong{color:#0f172a;font-size:.88rem}.edit-vehicle-change-status span{color:#64748b;margin-top:4px;font-size:.74rem}.edit-vehicle-action-buttons{flex-shrink:0;align-items:center;gap:10px;display:flex}.edit-vehicle-action-buttons button{border-radius:10px;min-height:43px;padding:10px 17px;font-weight:800}.edit-vehicle-save-button{color:#fff;background:#2563eb;border:1px solid #2563eb;justify-content:center;align-items:center;gap:9px;min-width:150px;display:inline-flex}.edit-vehicle-save-button:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.edit-vehicle-save-button:disabled,.edit-vehicle-action-buttons .secondary-button:disabled{cursor:not-allowed;opacity:.55}.edit-vehicle-spinner{border:2px solid #ffffff73;border-top-color:#fff;border-radius:50%;width:17px;height:17px;animation:.75s linear infinite edit-vehicle-spin}@keyframes edit-vehicle-spin{to{transform:rotate(360deg)}}@media (width<=760px){.edit-vehicle-heading{flex-direction:column;align-items:stretch}.edit-vehicle-registration{text-align:left;min-width:0}.edit-vehicle-form-section{padding:22px 18px}.edit-vehicle-form-grid{grid-template-columns:1fr}.edit-vehicle-field-full{grid-column:auto}.edit-vehicle-actions{flex-direction:column;align-items:stretch;padding:20px 18px}.edit-vehicle-action-buttons{width:100%}.edit-vehicle-action-buttons button{flex:1}}@media (width<=480px){.edit-vehicle-action-buttons{flex-direction:column-reverse;align-items:stretch}.edit-vehicle-action-buttons button{width:100%}}.pdf-report-control{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.pdf-report-button{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #1d4ed8;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:10px 17px;font-size:.82rem;font-weight:800;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s;display:inline-flex}.pdf-report-button:hover:not(:disabled){background:#1d4ed8;border-color:#1e40af;transform:translateY(-1px);box-shadow:0 7px 18px #2563eb33}.pdf-report-button:active:not(:disabled){transform:translateY(0)}.pdf-report-button:disabled{cursor:not-allowed;opacity:.65}.pdf-report-button-icon{letter-spacing:.04em;background:#ffffff2e;border-radius:5px;place-items:center;min-width:32px;height:24px;font-size:.65rem;font-weight:900;display:grid}.pdf-report-spinner{border:2px solid #ffffff73;border-top-color:#fff;border-radius:50%;width:17px;height:17px;animation:.75s linear infinite pdf-report-spin}.pdf-report-message{border:1px solid;border-radius:9px;align-items:flex-start;gap:9px;max-width:520px;padding:10px 12px;font-size:.76rem;display:flex}.pdf-report-message>span{border-radius:6px;flex-shrink:0;place-items:center;width:21px;height:21px;font-weight:900;display:grid}.pdf-report-message p{margin:2px 0 0;line-height:1.45}.pdf-report-message-success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.pdf-report-message-success>span{background:#dcfce7}.pdf-report-message-error{color:#991b1b;background:#fff7f7;border-color:#fecaca}.pdf-report-message-error>span{background:#fee2e2}@keyframes pdf-report-spin{to{transform:rotate(360deg)}}@media (width<=520px){.pdf-report-control,.pdf-report-button{width:100%}}.customer-portal{color:#0f172a;background:linear-gradient(#eef4fb 0,#f8fafc 340px 100%);min-height:100vh}.customer-portal-header{color:#fff;background:#0f172a;border-bottom:1px solid #94a3b838}.customer-portal-header-inner{justify-content:space-between;align-items:center;gap:24px;width:min(1180px,100% - 40px);min-height:78px;margin:0 auto;display:flex}.customer-portal-brand{letter-spacing:.055em;font-size:1.25rem;font-weight:900}.customer-portal-subtitle{color:#94a3b8;letter-spacing:.08em;text-transform:uppercase;margin-top:3px;font-size:.76rem;font-weight:700}.customer-portal-logout{color:#fff;cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:9px;min-height:40px;padding:8px 17px;font-weight:800;transition:background .2s,border-color .2s}.customer-portal-logout:hover{background:#334155;border-color:#64748b}.customer-portal-main{width:min(1180px,100% - 40px);margin:0 auto;padding:42px 0 60px}.customer-portal-welcome{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:28px;display:flex}.customer-portal-eyebrow{color:#2563eb;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:.72rem;font-weight:900;display:block}.customer-portal-welcome h1{color:#0f172a;margin:0;font-size:clamp(2rem,4vw,3.15rem);line-height:1.04}.customer-portal-welcome p{color:#64748b;max-width:680px;margin:14px 0 0;font-size:1rem;line-height:1.65}.customer-portal-account{background:#ffffffd1;border:1px solid #dbe5f0;border-radius:12px;min-width:260px;padding:14px 17px;box-shadow:0 7px 25px #0f172a0d}.customer-portal-account span{color:#64748b;letter-spacing:.06em;text-transform:uppercase;margin-bottom:5px;font-size:.7rem;font-weight:800;display:block}.customer-portal-account strong{overflow-wrap:anywhere;color:#0f172a;font-size:.88rem;display:block}.customer-portal-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:34px;display:grid}.customer-portal-stat{background:#fff;border:1px solid #dce5ef;border-radius:15px;padding:22px;box-shadow:0 8px 25px #0f172a0b}.customer-portal-stat span{color:#64748b;letter-spacing:.075em;text-transform:uppercase;font-size:.72rem;font-weight:900}.customer-portal-stat strong{color:#0f172a;margin-top:9px;font-size:2rem;line-height:1.15;display:block}.customer-portal-stat .customer-portal-stat-date{font-size:1.12rem;line-height:1.4}.customer-portal-stat p{color:#94a3b8;margin:8px 0 0;font-size:.78rem}.customer-portal-section{background:#fff;border:1px solid #dce5ef;border-radius:17px;padding:28px;box-shadow:0 10px 32px #0f172a0e}.customer-portal-section-heading{justify-content:space-between;gap:24px;margin-bottom:23px;display:flex}.customer-portal-section-heading h2{margin:0;font-size:1.55rem}.customer-portal-section-heading p{color:#64748b;max-width:690px;margin:9px 0 0;line-height:1.6}.customer-vehicle-list{gap:14px;display:grid}.customer-vehicle-card{background:#fff;border:1px solid #dce5ef;border-radius:14px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.customer-vehicle-card:hover,.customer-vehicle-card-expanded{border-color:#a7c5ed;box-shadow:0 8px 26px #2563eb14}.customer-vehicle-card-top{grid-template-columns:minmax(150px,.75fr) minmax(210px,1.5fr) minmax(110px,.55fr) auto;align-items:center;gap:22px;padding:20px;display:grid}.customer-vehicle-registration span,.customer-vehicle-service-status span,.customer-vehicle-meta span,.customer-vehicle-details-grid span,.customer-service-content span{color:#64748b;letter-spacing:.065em;text-transform:uppercase;margin-bottom:5px;font-size:.67rem;font-weight:900;display:block}.customer-vehicle-registration strong{color:#1d4ed8;letter-spacing:.025em;font-size:1.17rem}.customer-vehicle-summary h3{color:#0f172a;margin:0;font-size:1rem}.customer-vehicle-summary p{color:#64748b;margin:6px 0 0;font-size:.8rem}.customer-vehicle-service-status{text-align:center}.customer-vehicle-service-status strong{font-size:1.35rem}.customer-vehicle-open-button{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:9px;min-height:40px;padding:8px 15px;font-size:.78rem;font-weight:900}.customer-vehicle-open-button:hover{background:#dbeafe;border-color:#93c5fd}.customer-vehicle-meta{background:#f8fafc;border-top:1px solid #edf2f7;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.customer-vehicle-meta>div{padding:13px 20px}.customer-vehicle-meta>div+div{border-left:1px solid #e2e8f0}.customer-vehicle-meta strong{overflow-wrap:anywhere;font-size:.82rem}.customer-vehicle-record{background:#f8fafc;border-top:1px solid #dbe5ef;padding:24px}.customer-vehicle-details-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:24px;display:grid}.customer-vehicle-details-grid>div{background:#fff;border:1px solid #dce5ef;border-radius:10px;padding:14px}.customer-vehicle-details-grid strong{overflow-wrap:anywhere;font-size:.84rem;display:block}.customer-vehicle-details-grid .customer-vehicle-detail-wide{grid-column:1/-1}.customer-service-history{background:#fff;border:1px solid #dce5ef;border-radius:13px;overflow:hidden}.customer-service-history-heading{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:20px;padding:17px 19px;display:flex}.customer-service-history-heading span{color:#2563eb;letter-spacing:.07em;text-transform:uppercase;font-size:.67rem;font-weight:900}.customer-service-history-heading h4{margin:4px 0 0;font-size:1rem}.customer-service-history-heading>strong{color:#64748b;font-size:.76rem}.customer-service-card{padding:20px}.customer-service-card+.customer-service-card{border-top:1px solid #e2e8f0}.customer-service-card-header{justify-content:space-between;align-items:center;gap:18px;margin-bottom:17px;display:flex}.customer-service-card-header span{color:#64748b;text-transform:uppercase;font-size:.7rem;font-weight:800}.customer-service-card-header h5{margin:5px 0 0;font-size:1rem}.customer-service-card-header .customer-service-latest{color:#166534;background:#dcfce7;border-radius:999px;padding:5px 9px;font-size:.65rem}.customer-service-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.customer-service-content>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px}.customer-service-content p{color:#334155;white-space:pre-wrap;margin:0;font-size:.82rem;line-height:1.6}.customer-service-content .customer-service-summary{grid-column:1/-1}.customer-service-empty,.customer-portal-empty{text-align:center;color:#64748b;padding:32px}.customer-portal-empty{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:13px}.customer-portal-empty-icon{color:#1d4ed8;background:#dbeafe;border-radius:14px;place-items:center;width:50px;height:50px;margin:0 auto 14px;font-weight:900;display:grid}.customer-portal-empty h3{color:#0f172a;margin:0}.customer-portal-empty p{max-width:570px;margin:10px auto;line-height:1.6}.customer-portal-empty-email{margin-top:14px;font-size:.78rem;font-weight:800}.customer-portal-support{color:#fff;background:#0f172a;border-radius:15px;justify-content:space-between;align-items:center;gap:30px;margin-top:22px;padding:24px 27px;display:flex}.customer-portal-support h2{margin:0;font-size:1.25rem}.customer-portal-support p{color:#94a3b8;margin:8px 0 0}.customer-portal-support-badge{color:#bfdbfe;text-transform:uppercase;border:1px solid #334155;border-radius:9px;padding:10px 14px;font-size:.75rem;font-weight:900}.customer-portal-loading{text-align:center;align-content:center;place-items:center;min-height:430px;display:grid}.customer-portal-loading h1{margin:18px 0 5px}.customer-portal-loading p{color:#64748b}.customer-portal-spinner{border:4px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;width:38px;height:38px;animation:.8s linear infinite customer-portal-spin}.customer-portal-message{border:1px solid;border-radius:13px;align-items:flex-start;gap:13px;padding:18px;display:flex}.customer-portal-message-error{color:#991b1b;background:#fff7f7;border-color:#fecaca}.customer-portal-message-icon{background:#fee2e2;border-radius:8px;flex-shrink:0;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.customer-portal-message h2{margin:1px 0 5px;font-size:1rem}.customer-portal-message p{margin:0}@keyframes customer-portal-spin{to{transform:rotate(360deg)}}@media (width<=900px){.customer-portal-welcome{flex-direction:column;align-items:stretch}.customer-portal-account{min-width:0}.customer-portal-stats{grid-template-columns:1fr}.customer-vehicle-card-top{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-vehicle-service-status{text-align:left}.customer-vehicle-details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.customer-portal-header-inner,.customer-portal-main{width:min(100% - 24px,1180px)}.customer-portal-header-inner{min-height:70px}.customer-portal-main{padding-top:28px}.customer-portal-section{padding:17px}.customer-vehicle-card-top,.customer-vehicle-meta,.customer-vehicle-details-grid,.customer-service-content{grid-template-columns:1fr}.customer-vehicle-meta>div+div{border-top:1px solid #e2e8f0;border-left:0}.customer-vehicle-open-button{width:100%}.customer-vehicle-record{padding:15px}.customer-service-content .customer-service-summary{grid-column:auto}.customer-portal-support{flex-direction:column;align-items:flex-start}}.password-reset-card{width:min(100%,470px)}.password-reset-badge{color:#1f5493;letter-spacing:.04em;text-transform:uppercase;background:#1f549314;border:1px solid #1f549333;border-radius:999px;justify-content:center;align-items:center;margin-bottom:18px;padding:7px 12px;font-size:12px;font-weight:700;display:inline-flex}.password-reset-card h1{margin-top:0;margin-bottom:10px}.password-reset-intro{color:#5e6877;margin:0 0 24px;line-height:1.6}.password-reset-form{flex-direction:column;gap:10px;display:flex}.password-reset-form label{color:#273244;margin-top:5px;font-size:14px;font-weight:700}.password-reset-form input{box-sizing:border-box;color:#172033;width:100%;min-height:48px;font:inherit;background:#fff;border:1px solid #ccd3dd;border-radius:8px;outline:none;padding:12px 14px;transition:border-color .2s,box-shadow .2s}.password-reset-form input:focus{border-color:#1f5493;box-shadow:0 0 0 3px #1f54931f}.password-reset-form input:disabled{cursor:not-allowed;opacity:.75;background:#f2f4f7}.password-reset-primary{color:#fff;width:100%;min-height:48px;font:inherit;cursor:pointer;background:#1f5493;border:0;border-radius:8px;margin-top:12px;font-weight:700;transition:background .2s,transform .2s}.password-reset-primary:hover:not(:disabled){background:#173f70;transform:translateY(-1px)}.password-reset-primary:disabled{cursor:not-allowed;opacity:.65}.password-reset-error,.password-reset-success{border-radius:8px;margin-top:8px;padding:12px 14px;font-size:14px;line-height:1.5}.password-reset-error{color:#9f2525;background:#fff1f1;border:1px solid #efb8b8}.password-reset-success{color:#246b37;background:#effaf2;border:1px solid #acd8b9}@media (width<=600px){.password-reset-card{width:100%}}.login-card form{flex-direction:column;gap:12px;display:flex}.login-card label{color:#273244;font-size:14px;font-weight:700}.login-card input{box-sizing:border-box;color:#172033;width:100%;min-height:48px;font:inherit;background:#fff;border:1px solid #ccd3dd;border-radius:8px;padding:12px 14px}.login-card input:focus{border-color:#1f5493;outline:none;box-shadow:0 0 0 3px #1f54931f}.login-card button{color:#fff;min-height:48px;font:inherit;cursor:pointer;background:#1f5493;border:0;border-radius:8px;font-weight:700}.login-card button:disabled{cursor:not-allowed;opacity:.65}.forgot-password-button{margin-top:2px;color:#1f5493!important;background:0 0!important;border:1px solid #1f5493!important}.login-message{color:#1f5493;background:#eef4fb;border-radius:8px;padding:12px 14px;font-size:14px;line-height:1.5}.admin-customer-navigation{box-sizing:border-box;background:#fff;border:1px solid #d9e0ea;border-radius:14px;justify-content:space-between;align-items:center;gap:24px;width:min(1180px,100% - 40px);margin:20px auto 0;padding:18px 22px;display:flex;box-shadow:0 8px 24px #13203612}.admin-customer-navigation div{flex-direction:column;gap:3px;display:flex}.admin-customer-navigation span{color:#6d7786;letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:700}.admin-customer-navigation strong{color:#172033;font-size:18px}.admin-customer-navigation button{color:#fff;min-height:44px;font:inherit;cursor:pointer;background:#1f54d8;border:0;border-radius:8px;padding:10px 18px;font-weight:700}.customer-management-page{color:#172033;background:#f3f6fa;min-height:100vh}.customer-management-header{color:#fff;background:#111b31}.customer-management-header-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:24px;width:min(1180px,100% - 40px);margin:0 auto;padding:20px 0;display:grid}.customer-management-header-inner>div{text-align:center}.customer-management-header-inner span{color:#aebbd2;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.customer-management-header-inner h1{color:#fff;margin:4px 0 0;font-size:24px}.customer-management-back-button,.customer-management-logout{color:#fff;min-height:42px;font:inherit;cursor:pointer;background:#1b2841;border:1px solid #34415b;border-radius:8px;padding:10px 16px;font-weight:700}.customer-management-container{width:min(1180px,100% - 40px);margin:0 auto;padding:40px 0 70px}.customer-management-heading{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:28px;display:flex}.customer-management-heading h2{margin:8px 0;font-size:clamp(28px,4vw,42px)}.customer-management-heading p{color:#687386;max-width:650px;margin:0;line-height:1.6}.customer-management-eyebrow{color:#1f54d8;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.customer-management-create-button{color:#667085;min-height:46px;font:inherit;cursor:not-allowed;background:#d9dee7;border:0;border-radius:8px;padding:11px 18px;font-weight:700}.customer-management-message{border-radius:10px;margin-bottom:24px;padding:16px 18px}.customer-management-message strong{margin-bottom:5px;display:block}.customer-management-message p{margin:0}.customer-management-error{color:#982b2b;background:#fff0f0;border:1px solid #efb6b6}.customer-management-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:28px;display:grid}.customer-management-stats article{background:#fff;border:1px solid #dce2ea;border-radius:13px;padding:22px;box-shadow:0 7px 20px #14233c0d}.customer-management-stats span{color:#697586;font-size:13px;font-weight:700;display:block}.customer-management-stats strong{margin:8px 0;font-size:32px;display:block}.customer-management-stats p{color:#7a8492;margin:0;font-size:13px;line-height:1.5}.customer-management-panel{background:#fff;border:1px solid #dce2ea;border-radius:15px;padding:26px;box-shadow:0 8px 24px #14233c0f}.customer-management-panel-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.customer-management-panel-heading h2{margin:6px 0 0;font-size:28px}.customer-management-search{width:min(100%,410px)}.customer-management-search label{color:#354054;margin-bottom:7px;font-size:13px;font-weight:700;display:block}.customer-management-search input{box-sizing:border-box;color:#172033;width:100%;min-height:45px;font:inherit;border:1px solid #cbd3df;border-radius:8px;padding:11px 13px}.customer-management-empty{color:#687386;text-align:center;border:1px dashed #ccd4df;border-radius:10px;padding:42px 20px}.customer-management-empty strong{color:#273247;margin-bottom:7px;font-size:18px;display:block}.customer-management-empty p{margin:0}.customer-management-list{flex-direction:column;gap:14px;display:flex}.customer-management-card{background:#fff;border:1px solid #dce2ea;border-radius:11px;overflow:hidden}.customer-management-card-expanded{border-color:#9eb7ef;box-shadow:0 7px 22px #1f54d814}.customer-management-card-main{grid-template-columns:minmax(210px,2fr) minmax(130px,1fr) 90px 90px auto;align-items:center;gap:20px;padding:20px;display:grid}.customer-management-card-main span{color:#778294;margin-bottom:5px;font-size:12px;font-weight:700;display:block}.customer-management-card-main strong{color:#202b3f}.customer-management-customer small{color:#6d7786;margin-top:5px;display:block}.customer-management-vehicle-count strong{font-size:24px}.customer-management-status{border-radius:999px;justify-content:center;align-items:center;min-width:70px;padding:6px 9px;margin:0!important;font-size:12px!important;display:inline-flex!important}.customer-management-status.active{color:#247641;background:#eaf8ef}.customer-management-status.inactive{color:#697586;background:#f3f4f6}.customer-management-view-button{color:#1f54d8;min-height:40px;font:inherit;cursor:pointer;background:#fff;border:1px solid #1f54d8;border-radius:7px;padding:9px 14px;font-weight:700}.customer-management-expanded{background:#f8faff;border-top:1px solid #dce2ea;padding:24px}.customer-management-account-details{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.customer-management-account-details div{background:#fff;border:1px solid #dde4ee;border-radius:9px;padding:15px}.customer-management-account-details span{color:#778294;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.customer-management-vehicles{background:#fff;border:1px solid #dde4ee;border-radius:10px;padding:20px}.customer-management-vehicles-heading{justify-content:space-between;align-items:center;margin-bottom:17px;display:flex}.customer-management-vehicles-heading span{color:#778294;text-transform:uppercase;font-size:12px;font-weight:700}.customer-management-vehicles-heading h3{margin:4px 0 0}.customer-management-vehicles-heading>strong{font-size:27px}.customer-management-no-vehicles{color:#687386;text-align:center;background:#f4f6f9;border-radius:8px;padding:20px}.customer-management-vehicle-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.customer-management-vehicle-grid article{border:1px solid #dfe5ed;border-radius:9px;padding:16px}.customer-management-vehicle-grid span{color:#778294;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.customer-management-vehicle-grid strong{font-size:18px}.customer-management-vehicle-grid p{color:#687386;margin:7px 0 0}@media (width<=900px){.customer-management-stats{grid-template-columns:repeat(2,1fr)}.customer-management-card-main,.customer-management-vehicle-grid{grid-template-columns:1fr 1fr}.customer-management-account-details{grid-template-columns:1fr}}@media (width<=650px){.admin-customer-navigation,.customer-management-heading,.customer-management-panel-heading{flex-direction:column;align-items:stretch}.customer-management-header-inner{grid-template-columns:1fr}.customer-management-header-inner>div{order:-1}.customer-management-stats,.customer-management-card-main,.customer-management-vehicle-grid{grid-template-columns:1fr}.customer-management-search{width:100%}}.customer-management-create-button-active{color:#fff;cursor:pointer;background:#1f54d8}.customer-management-create-button-active:hover{background:#1947b8}.customer-management-success{color:#246b37;background:#effaf2;border:1px solid #abd8b9}.customer-invite-panel{background:#fff;border:1px solid #aac0ee;border-radius:15px;margin-bottom:28px;padding:26px;box-shadow:0 9px 28px #1f54d817}.customer-invite-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.customer-invite-heading h2{color:#172033;margin:7px 0;font-size:28px}.customer-invite-heading p{color:#687386;max-width:650px;margin:0;line-height:1.6}.customer-invite-close{color:#354054;min-height:40px;font:inherit;cursor:pointer;background:#fff;border:1px solid #cbd3df;border-radius:8px;padding:8px 14px;font-weight:700}.customer-invite-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.customer-invite-field{flex-direction:column;gap:7px;display:flex}.customer-invite-field label{color:#354054;font-size:13px;font-weight:700}.customer-invite-field input{box-sizing:border-box;color:#172033;width:100%;min-height:48px;font:inherit;background:#fff;border:1px solid #cbd3df;border-radius:8px;outline:none;padding:12px 14px}.customer-invite-field input:focus{border-color:#1f54d8;box-shadow:0 0 0 3px #1f54d81f}.customer-invite-field input:disabled{cursor:not-allowed;background:#f2f4f7}.customer-invite-actions{grid-column:1/-1;justify-content:flex-end;gap:12px;padding-top:6px;display:flex}.customer-invite-actions button{min-height:44px;font:inherit;cursor:pointer;border-radius:8px;padding:10px 18px;font-weight:700}.customer-invite-submit{color:#fff;background:#1f54d8;border:0}.customer-invite-submit:hover:not(:disabled){background:#1947b8}.customer-invite-actions button:disabled,.customer-invite-close:disabled{cursor:not-allowed;opacity:.65}@media (width<=700px){.customer-invite-heading{flex-direction:column}.customer-invite-form{grid-template-columns:1fr}.customer-invite-actions{flex-direction:column-reverse;grid-column:auto}.customer-invite-actions button{width:100%}}.customer-edit-panel{background:#fff;border:1px solid #aac0ee;border-radius:15px;margin-bottom:28px;padding:26px;box-shadow:0 9px 28px #1f54d817}.customer-edit-form{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.customer-edit-actions{grid-column:1/-1;justify-content:flex-end;gap:12px;padding-top:6px;display:flex}.customer-edit-actions button{min-height:44px;font:inherit;cursor:pointer;border-radius:8px;padding:10px 18px;font-weight:700}.customer-management-card-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.customer-management-edit-button,.customer-management-status-button{min-height:40px;font:inherit;cursor:pointer;border-radius:7px;padding:9px 13px;font-size:13px;font-weight:700}.customer-management-edit-button{color:#354054;background:#fff;border:1px solid #4d596c}.customer-management-status-button.deactivate{color:#a52d2d;background:#fff;border:1px solid #bf3d3d}.customer-management-status-button.activate{color:#267142;background:#fff;border:1px solid #2d814c}.customer-management-status-button:disabled,.customer-management-edit-button:disabled{cursor:not-allowed;opacity:.6}.customer-management-card-main{grid-template-columns:minmax(190px,2fr) minmax(120px,1fr) 75px 85px minmax(250px,auto)}@media (width<=1000px){.customer-management-card-main{grid-template-columns:1fr 1fr}.customer-management-card-actions{justify-content:flex-start}}@media (width<=750px){.customer-edit-form{grid-template-columns:1fr}.customer-edit-actions{flex-direction:column-reverse;grid-column:auto}.customer-edit-actions button{width:100%}.customer-management-card-main{grid-template-columns:1fr}}.customer-link-panel{background:#fff;border:1px solid #aac0ee;border-radius:15px;margin-bottom:28px;padding:26px;box-shadow:0 9px 28px #1f54d817}.customer-link-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.customer-link-form select{box-sizing:border-box;color:#172033;width:100%;min-height:48px;font:inherit;background:#fff;border:1px solid #cbd3df;border-radius:8px;padding:12px 14px}.customer-link-empty{color:#687386;text-align:center;background:#f7f9fc;border:1px dashed #cbd3df;border-radius:8px;grid-column:1/-1;padding:18px}.customer-management-link-button{color:#1f54d8;min-height:40px;font:inherit;cursor:pointer;background:#eef3ff;border:1px solid #1f54d8;border-radius:7px;padding:9px 13px;font-size:13px;font-weight:700}.customer-management-link-button:hover{background:#dfe9ff}@media (width<=750px){.customer-link-form{grid-template-columns:1fr}.customer-link-empty{grid-column:auto}}.dashboard-error-message{color:#982b2b;background:#fff0f0;border:1px solid #efb6b6;border-radius:10px;margin-bottom:22px;padding:15px 18px;font-weight:700}.dashboard-hero-actions{flex-wrap:wrap;justify-content:flex-end}.dashboard-hero-actions button{white-space:nowrap}.dashboard-today-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.dashboard-today-job{background:#f8fafc;border:1px solid #e2e8f0;border-radius:13px;padding:18px}.dashboard-priority-three-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:24px;margin-bottom:24px;display:grid}.dashboard-recent-record{background:#f8fafc;border:1px solid #e2e8f0;border-radius:11px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:10px;padding:15px 16px;display:flex}.dashboard-recent-record>div{min-width:0}.dashboard-recent-record strong,.dashboard-recent-record span{display:block}.dashboard-recent-record strong{color:#0f172a}.dashboard-recent-record span{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:.82rem;overflow:hidden}.dashboard-recent-record small{color:#64748b;text-align:right;flex-shrink:0;font-weight:700}.dashboard-reminder-summary{margin-bottom:0}.dashboard-reminder-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-bottom:18px;display:grid}.dashboard-reminder-summary-grid article{background:#f8fafc;border:1px solid #dce3ee;border-radius:13px;padding:20px}.dashboard-reminder-summary-grid article.attention{background:#fff7f7;border-color:#fecaca}.dashboard-reminder-summary-grid span{color:#64748b;text-transform:uppercase;font-size:.82rem;font-weight:800;display:block}.dashboard-reminder-summary-grid strong{color:#0f172a;margin-top:7px;font-size:2rem;display:block}@media (width<=900px){.dashboard-today-grid,.dashboard-priority-three-grid{grid-template-columns:1fr}}@media (width<=760px){.dashboard-hero-actions,.dashboard-hero-actions button{width:100%}.dashboard-recent-record{flex-direction:column;align-items:flex-start}.dashboard-recent-record small{text-align:left}}@media (width<=520px){.dashboard-reminder-summary-grid{grid-template-columns:1fr}}.status-message{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:11px;justify-content:space-between;align-items:flex-start;gap:18px;width:100%;margin-bottom:20px;padding:16px 18px;display:flex}.status-message strong{margin-bottom:4px;display:block}.status-message p{margin:0;line-height:1.5}.status-message-error{color:#982b2b;background:#fff0f0;border-color:#efb6b6}.status-message-success{color:#246b37;background:#effaf2;border-color:#abd8b9}.status-message-warning{color:#8a5a00;background:#fff8e8;border-color:#f1cf88}.status-message-info{color:#1f54a8;background:#eef4ff;border-color:#b9cdf6}.status-message-close{color:currentColor;cursor:pointer;background:#ffffffb3;border:0;border-radius:50%;flex-shrink:0;width:32px;height:32px;padding:0;font-size:21px;line-height:1}.confirm-dialog-backdrop{z-index:9999;box-sizing:border-box;background:#0f172a94;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.confirm-dialog{background:#fff;border:1px solid #dce3ee;border-radius:16px;width:min(100%,500px);padding:26px;box-shadow:0 24px 70px #0f172a4d}.confirm-dialog h2{color:#0f172a;margin:0 0 10px}.confirm-dialog p{color:#64748b;margin:0;line-height:1.65}.confirm-dialog-actions{justify-content:flex-end;gap:11px;margin-top:24px;display:flex}.confirm-dialog-actions button{min-height:43px;font:inherit;cursor:pointer;border-radius:9px;padding:10px 16px;font-weight:800}.confirm-dialog-primary{color:#fff;background:#2563eb;border:1px solid #2563eb}.confirm-dialog-danger,.danger-button{color:#fff;background:#b42318;border:1px solid #b42318}.confirm-dialog-actions button:disabled,.danger-button:disabled{cursor:not-allowed;opacity:.62}.delete-vehicle-panel{width:100%}.delete-vehicle-panel h2{margin-top:0}.delete-vehicle-panel>p{color:#64748b;line-height:1.6}.danger-button{min-height:44px;font:inherit;cursor:pointer;border-radius:9px;padding:10px 17px;font-weight:800}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed}@media (width<=560px){.confirm-dialog-actions{flex-direction:column-reverse}.confirm-dialog-actions button,.danger-button{width:100%}}.service-reminders-page{box-sizing:border-box;background:#f4f7fb;width:100%;min-height:100vh}.service-reminders-header{color:#fff;background:linear-gradient(135deg,#0f1f3d 0%,#17345f 100%);width:100%;box-shadow:0 4px 18px #0f172a24}.service-reminders-header-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:28px;width:min(1280px,100% - 48px);min-height:92px;margin:0 auto;display:grid}.service-reminders-header-inner>div{text-align:center}.service-reminders-header-inner span{color:#bfdbfe;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:.75rem;font-weight:800;display:block}.service-reminders-header-inner h1{color:#fff;margin:0;font-size:1.65rem;line-height:1.2}.service-reminders-header-inner button{color:#fff;background:#ffffff1a;border:1px solid #ffffff59}.service-reminders-header-inner button:hover{background:#ffffff2e;border-color:#fff}.service-reminders-container{box-sizing:border-box;width:min(1280px,100% - 48px);margin:0 auto;padding:42px 0 70px}.service-reminders-heading{background:#fff;border:1px solid #dce3ee;border-radius:18px;justify-content:space-between;align-items:center;gap:28px;margin-bottom:28px;padding:30px 32px;display:flex;box-shadow:0 8px 24px #0f172a0d}.service-reminders-heading>div{min-width:0}.service-reminders-eyebrow{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:.76rem;font-weight:800;display:block}.service-reminders-heading h2{color:#0f172a;margin:0;font-size:2rem;line-height:1.2}.service-reminders-heading p{color:#64748b;max-width:720px;margin:10px 0 0;line-height:1.6}.service-reminders-primary-button{color:#fff;background:#2563eb;border-color:#2563eb;flex-shrink:0}.service-reminders-primary-button:hover{background:#1d4ed8;border-color:#1d4ed8}.service-reminder-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:28px;display:grid}.service-reminder-stats article{background:#fff;border:1px solid #dce3ee;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;min-width:0;padding:22px 24px;display:flex;box-shadow:0 6px 18px #0f172a0a}.service-reminder-stats article span{color:#64748b;font-size:.9rem;font-weight:700}.service-reminder-stats article strong{color:#0f172a;font-size:2rem;line-height:1}.service-reminder-stats article.attention{background:snow;border-color:#fecaca}.service-reminder-stats article.attention strong{color:#b42318}.service-reminders-panel,.service-reminder-edit-panel{box-sizing:border-box;background:#fff;border:1px solid #dce3ee;border-radius:18px;width:100%;padding:28px;box-shadow:0 8px 24px #0f172a0d}.service-reminder-edit-panel{margin-bottom:28px}.service-reminder-edit-heading{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;padding-bottom:20px;display:flex}.service-reminder-edit-heading h2{color:#0f172a;margin:0}.service-reminder-edit-form{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 160px;gap:18px;display:grid}.service-reminder-edit-form>div{flex-direction:column;gap:7px;display:flex}.service-reminder-edit-form label,.service-reminders-tools label{color:#334155;font-size:.84rem;font-weight:800}.service-reminder-edit-form input,.service-reminder-edit-form select,.service-reminder-edit-form textarea,.service-reminders-tools input,.service-reminders-tools select{box-sizing:border-box;width:100%}.service-reminder-edit-notes{grid-column:1/-1}.service-reminder-edit-notes textarea{resize:vertical;min-height:110px}.service-reminder-edit-actions{grid-column:1/-1;justify-content:flex-end;flex-direction:row!important;gap:10px!important;display:flex!important}.service-reminders-tools{grid-template-columns:minmax(0,2fr) minmax(220px,.7fr);gap:18px;margin-bottom:24px;display:grid}.service-reminders-tools>div{flex-direction:column;gap:7px;display:flex}.service-reminders-empty{color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;padding:44px 24px;font-weight:600}.service-reminder-list{gap:20px;display:grid}.service-reminder-card{background:#fff;border:1px solid #dce3ee;border-radius:16px;overflow:hidden;box-shadow:0 6px 18px #0f172a0a}.service-reminder-card.overdue{border-color:#fecaca}.service-reminder-card-top{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;display:flex}.service-reminder-card-top span{color:#64748b;margin-bottom:4px;font-size:.78rem;font-weight:700;display:block}.service-reminder-card-top strong{color:#0f172a;font-size:1.4rem}.service-reminder-status{border-radius:999px;justify-content:center;align-items:center;padding:7px 11px;display:inline-flex;margin:0!important;font-size:.76rem!important;font-weight:800!important}.service-reminder-status.open{color:#1d4ed8;background:#dbeafe}.service-reminder-status.overdue{color:#b42318;background:#fee2e2}.service-reminder-status.completed{color:#15803d;background:#dcfce7}.service-reminder-details{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;padding:22px;display:grid}.service-reminder-details>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;min-width:0;padding:14px}.service-reminder-details span{color:#64748b;margin-bottom:6px;font-size:.76rem;font-weight:700;display:block}.service-reminder-details strong{color:#0f172a;overflow-wrap:anywhere;font-size:.92rem;display:block}.service-reminder-notes{color:#475569;white-space:pre-wrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin:0 22px 22px;padding:16px;line-height:1.6}.service-reminder-actions{background:#f8fafc;border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:flex-end;gap:10px;padding:18px 22px;display:flex}.service-reminder-complete-button{color:#fff;background:#15803d;border-color:#15803d}.service-reminder-complete-button:hover{background:#166534;border-color:#166534}@media (width<=1000px){.service-reminder-stats,.service-reminder-details,.service-reminder-edit-form{grid-template-columns:repeat(2,minmax(0,1fr))}.service-reminder-edit-notes,.service-reminder-edit-actions{grid-column:1/-1}}@media (width<=720px){.service-reminders-header-inner{text-align:center;grid-template-columns:1fr;gap:12px;width:min(100% - 24px,1280px);padding:16px 0}.service-reminders-header-inner button{width:100%}.service-reminders-container{width:min(100% - 24px,1280px);padding:24px 0 48px}.service-reminders-heading,.service-reminder-edit-heading{flex-direction:column;align-items:stretch}.service-reminders-heading button{width:100%}.service-reminder-stats,.service-reminders-tools,.service-reminder-details,.service-reminder-edit-form{grid-template-columns:1fr}.service-reminders-panel,.service-reminder-edit-panel{padding:20px}.service-reminder-edit-notes,.service-reminder-edit-actions{grid-column:auto}.service-reminder-edit-actions,.service-reminder-actions{flex-direction:column!important}.service-reminder-edit-actions button,.service-reminder-actions button{width:100%}}button,input,select,textarea{transition:border-color .18s,background-color .18s,color .18s,box-shadow .18s,transform .18s}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline-offset:2px;outline:3px solid #2563eb3d}button:not(:disabled):active{transform:translateY(1px)}button:disabled{cursor:not-allowed}.dashboard-page,.vehicle-profile-page,.vehicle-search-container,.customer-management-container,.service-reminders-container{box-sizing:border-box}.dashboard-stat-card,.vehicle-summary-card,.vehicle-profile-panel,.service-visit-card,.vehicle-search-result-card,.customer-management-card,.service-reminder-card{-webkit-font-smoothing:antialiased}.status-message,.confirm-dialog,.customer-management-success,.dashboard-error-message{overflow-wrap:anywhere}:root{--color-primary:#1d4ed8;--color-primary-dark:#1e3a8a;--color-primary-soft:#dbeafe;--color-success:#15803d;--color-success-soft:#dcfce7;--color-warning:#b45309;--color-warning-soft:#fef3c7;--color-danger:#b91c1c;--color-danger-soft:#fee2e2;--color-background:#f3f6fb;--color-surface:#fff;--color-surface-alt:#f8fafc;--color-text:#334155;--color-heading:#0f172a;--color-muted:#64748b;--color-border:#d9e0ea;--shadow-small:0 2px 8px #0f172a0f;--shadow-card:0 8px 24px #0f172a14;--radius-small:6px;--radius-medium:10px;--radius-large:16px;color:var(--color-text);background:var(--color-background);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--color-background);min-width:320px;min-height:100%}body{background:var(--color-background);min-width:320px;min-height:100vh;color:var(--color-text);margin:0}#root{text-align:left;border:0;width:100%;min-height:100vh;margin:0;padding:0}main{display:block}h1,h2,h3,h4,h5,h6{color:var(--color-heading);font-family:inherit;font-weight:700;line-height:1.2}h1{letter-spacing:-1.5px;margin:0 0 24px;font-size:clamp(34px,5vw,52px)}h2{letter-spacing:-.5px;margin:0 0 18px;font-size:clamp(24px,3vw,32px)}h3{margin:0 0 14px;font-size:21px}h4{margin:0 0 12px;font-size:18px}p{margin:0 0 12px;line-height:1.6}a{color:var(--color-primary);font-weight:600;text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button{border:1px solid var(--color-primary);border-radius:var(--radius-small);background:var(--color-primary);color:#fff;cursor:pointer;min-height:42px;padding:10px 18px;font-weight:700;transition:background-color .2s,border-color .2s,transform .2s,box-shadow .2s}button:hover{border-color:var(--color-primary-dark);background:var(--color-primary-dark);box-shadow:var(--shadow-small);transform:translateY(-1px)}button:active{transform:translateY(0)}button:disabled{cursor:not-allowed;opacity:.7;background:#94a3b8;border-color:#94a3b8;transform:none}input,select,textarea{border:1px solid var(--color-border);border-radius:var(--radius-small);background:var(--color-surface);width:100%;min-height:44px;color:var(--color-heading);outline:none;padding:11px 13px;transition:border-color .2s,box-shadow .2s}textarea{resize:vertical;min-height:140px}input:focus,select:focus,textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #1d4ed824}input::placeholder,textarea::placeholder{color:#94a3b8}hr{border:0;border-top:1px solid var(--color-border);margin:30px 0}table{border-collapse:collapse;border:1px solid var(--color-border);border-radius:var(--radius-medium);background:var(--color-surface);width:100%;overflow:hidden}thead{background:#eaf0f8}th{color:var(--color-heading);text-align:left;font-weight:700}th,td{border:1px solid var(--color-border);vertical-align:top;padding:12px 14px}tbody tr:nth-child(2n){background:var(--color-surface-alt)}img{max-width:100%}.app-shell{background:var(--color-background);width:100%;min-height:100vh}.page-container{width:min(1180px,100% - 40px);margin:0 auto;padding:32px 0 56px}.card{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);box-shadow:var(--shadow-card)}.panel{border:1px solid var(--color-border);border-radius:var(--radius-medium);background:var(--color-surface);box-shadow:var(--shadow-small);padding:24px}.muted{color:var(--color-muted)}.status-badge{background:var(--color-primary-soft);min-height:28px;color:var(--color-primary-dark);border-radius:999px;align-items:center;padding:4px 10px;font-size:13px;font-weight:800;display:inline-flex}.status-success{background:var(--color-success-soft);color:var(--color-success)}.status-warning{background:var(--color-warning-soft);color:var(--color-warning)}.status-danger{background:var(--color-danger-soft);color:var(--color-danger)}@media (width<=768px){.page-container{width:min(100% - 24px,1180px);padding-top:20px}h1{font-size:34px}h2{font-size:25px}button{width:100%}th,td{padding:10px}}
