:root{font-family:Outfit,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#1a1a1a;background:#f5f3f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem}input,button{font-family:inherit}.app{width:100%;max-width:560px;transition:max-width .4s ease-out}.app.app-has-results{display:flex;flex-direction:row;align-items:stretch;gap:1.5rem;max-width:1280px;height:calc(100vh - 4rem);max-height:calc(100vh - 4rem)}.app.app-has-results .lookup-flow{flex:0 0 380px;min-height:0;display:flex;flex-direction:column;transition:flex-basis .4s ease-out,opacity .3s ease-out,max-width .4s ease-out}.app.app-final-result{max-width:820px;height:auto;max-height:none;align-items:flex-start}.app.app-final-result .lookup-flow{flex:0 0 0px;max-width:0;opacity:0;overflow:hidden;padding:0;pointer-events:none}.app.app-final-result .results-panel{flex:1;overflow:visible;height:auto}.app.app-final-result .results-panel-card{overflow:visible;flex:none}.result-final-actions{display:flex;justify-content:center;margin-top:1.5rem}.result-save-row{display:flex;align-items:center;gap:1rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);flex-wrap:wrap}.result-save-info{flex:1;min-width:180px}.result-save-label{margin:0 0 .2rem;font-size:.85rem;font-weight:600;color:var(--text-primary, #e2e8f0)}.result-save-hint{margin:0;font-size:.75rem;color:var(--text-muted, #94a3b8);line-height:1.4}.result-final-actions .btn{margin-top:0;padding:.75rem 2rem;font-size:.95rem}.app.app-has-results .lookup-flow .card{flex:1;min-height:0;overflow-y:auto}.results-panel{flex:1;min-width:0;min-height:0;overflow:hidden;display:flex;flex-direction:column;animation:resultsPanelIn .4s ease-out}.results-panel-card{overflow-y:auto;min-height:0;flex:1;animation:none}.results-panel-card:has(.result-selection-layout){overflow:hidden;display:flex;flex-direction:column}.results-panel-card:has(.result-selection-layout) .result-selection-layout{flex:1;min-height:0}@keyframes resultsPanelIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.results-panel .result{margin-top:0}.admin-shell{display:flex;width:100%;height:calc(100vh - 4rem);overflow:hidden}.admin-sidebar{width:240px;background:#111827;color:#e5e7eb;padding:1.5rem 1.25rem;display:flex;flex-direction:column;height:100%;overflow-y:auto;flex-shrink:0;position:sticky;top:0}.admin-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem}.admin-logo-mark{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:#f59e0b;color:#111827;font-weight:700;font-size:.9rem}.admin-logo-text{font-weight:600;letter-spacing:.03em;text-transform:uppercase;font-size:.8rem;color:#e5e7eb}.admin-nav{display:flex;flex-direction:column;gap:.25rem}.admin-nav-link{position:relative;display:flex;align-items:center;gap:.6rem;padding:.65rem .75rem;border-radius:.75rem;color:#9ca3af;text-decoration:none;font-size:.9rem;transition:background .2s ease,color .2s ease,transform .15s ease}.admin-nav-link:hover{background:#f9fafb0f;color:#e5e7eb;transform:translate(2px)}.admin-nav-link-active{background:#f9fafb;color:#111827}.admin-nav-link-active:hover{background:#f9fafb;color:#111827;transform:translate(2px)}.admin-nav-indicator{width:4px;height:18px;border-radius:999px;background:transparent;transition:background .2s ease}.admin-nav-link-active .admin-nav-indicator{background:#111827}.admin-nav-label{flex:1}.admin-main{flex:1;min-width:0;height:100%;background:radial-gradient(circle at top left,#f5f3f0 0,#e5e7eb 40%,#d1d5db);padding:1.5rem 2rem;display:flex;flex-direction:column;overflow:hidden}.admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;position:relative;z-index:9999}.admin-header-title{margin:0;font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:#111827}.admin-header-right{display:flex;align-items:center;gap:.75rem}.admin-user-dropdown{position:relative}.admin-user-trigger{display:flex;align-items:center;gap:.6rem;padding:.35rem .6rem;border-radius:999px;border:1px solid rgba(17,24,39,.12);background:#f9fafbcc;cursor:pointer;transition:background .2s ease,box-shadow .2s ease,transform .15s ease}.admin-user-trigger:hover{background:#f9fafb;box-shadow:0 10px 25px #0f172a26;transform:translateY(-1px)}.admin-avatar{width:32px;height:32px;border-radius:999px;background:#111827;color:#f9fafb;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem}.admin-user-meta{display:flex;flex-direction:column;align-items:flex-start}.admin-user-email{font-size:.8rem;font-weight:500;color:#111827}.admin-user-role{font-size:.75rem;color:#6b7280}.admin-user-menu{position:absolute;right:0;top:100%;min-width:160px;padding:.35rem .3rem;border-radius:.75rem;background:#fff;box-shadow:0 20px 40px #0f172a2e;opacity:0;pointer-events:none;transform:translateY(-2px);transition:opacity .18s ease,transform .18s ease;z-index:9999}.admin-user-dropdown:hover .admin-user-menu,.admin-user-dropdown:focus-within .admin-user-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.admin-user-menu-item{width:100%;border:none;background:transparent;padding:.45rem .6rem;border-radius:.5rem;font-size:.85rem;text-align:left;cursor:pointer;color:#111827;display:flex;align-items:center;gap:.5rem}.admin-user-menu-item:hover{background:#f3f4f6}.admin-user-menu-item-logout,.admin-user-menu-item-logout:hover{color:#dc2626}.admin-user-menu-item-logout svg{flex-shrink:0}.admin-content{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem;padding-bottom:2rem}.customer-shell{display:flex;flex-direction:column;min-height:100vh;width:100%}.customer-navbar{display:flex;align-items:center;justify-content:space-between;padding:2rem;height:56px;background:#111827;color:#e5e7eb;flex-shrink:0}.customer-navbar-left{display:flex;align-items:center;gap:2rem}.customer-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit;transition:opacity .2s ease}.customer-logo:hover{opacity:.9}.customer-logo-mark{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:#0ea5e9;color:#fff;font-weight:700;font-size:.9rem}.customer-logo-text{font-weight:600;letter-spacing:.03em;text-transform:uppercase;font-size:.8rem;color:#e5e7eb}.customer-nav{display:flex;align-items:center;gap:.25rem}.customer-nav-link{padding:.5rem .85rem;border-radius:.5rem;color:#9ca3af;text-decoration:none;font-size:.9rem;font-weight:500;transition:background .2s ease,color .2s ease}.customer-nav-link:hover{background:#f9fafb14;color:#e5e7eb}.customer-nav-link-active{background:#f9fafb26;color:#fff}.customer-nav-link-active:hover{background:#f9fafb33;color:#fff}.customer-navbar-right{display:flex;align-items:center;gap:.75rem}.customer-main{flex:1;min-height:0;padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1.5rem}.customer-main.customer-main--lookup{align-items:center;justify-content:center;min-height:calc(100vh - 56px)}.customer-main.customer-main--lookup .app{width:100%}.customer-user-dropdown{position:relative}.customer-user-trigger{display:flex;align-items:center;gap:.6rem;padding:.35rem .6rem;border-radius:999px;border:1px solid rgba(17,24,39,.12);background:#f9fafbcc;cursor:pointer;transition:background .2s ease,box-shadow .2s ease,transform .15s ease}.customer-user-trigger:hover{background:#f9fafb;box-shadow:0 10px 25px #0f172a26;transform:translateY(-1px)}.customer-avatar{width:32px;height:32px;border-radius:999px;background:#0ea5e9;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem}.customer-user-meta{display:flex;flex-direction:column;align-items:flex-start}.customer-user-email{font-size:.8rem;font-weight:500;color:#111827}.customer-user-role{font-size:.75rem;color:#6b7280;text-transform:capitalize}.customer-user-menu{position:absolute;right:0;top:100%;min-width:180px;padding:.35rem .3rem;border-radius:.75rem;background:#fff;box-shadow:0 20px 40px #0f172a2e;margin-top:.35rem;animation:customerMenuIn .2s ease-out;z-index:9999}@keyframes customerMenuIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.customer-user-menu-item{width:100%;border:none;background:transparent;padding:.5rem .6rem;border-radius:.5rem;font-size:.85rem;text-align:left;cursor:pointer;color:#111827;display:flex;align-items:center;gap:.5rem;transition:background .15s ease}.customer-user-menu-item:hover{background:#f3f4f6}.customer-user-menu-item svg{flex-shrink:0}.customer-user-menu-item-logout,.customer-user-menu-item-logout:hover{color:#dc2626}.customer-content{flex:1;display:flex;flex-direction:column;gap:1.5rem;min-height:0}.customer-dashboard{display:flex;flex-direction:column;gap:1.5rem;animation:cardIn .4s ease-out}.customer-profile-page{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:stretch}.customer-profile-page .customer-profile-card{height:100%}@media(max-width:768px){.customer-profile-page{grid-template-columns:1fr}}.customer-profile-card,.customer-stats-card{padding:1.5rem 1.75rem}.customer-profile-fields{margin-top:1.25rem;display:grid;gap:1rem;max-width:360px}.customer-change-password-form{margin-top:1.25rem;max-width:360px;display:flex;flex-direction:column;gap:1rem}.customer-form-group label{display:block;font-size:.8rem;font-weight:500;color:#374151;margin-bottom:.35rem}.customer-form-group input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease}.customer-form-group input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e926}.customer-form-message{padding:.5rem .75rem;border-radius:.5rem;font-size:.9rem}.customer-form-message-success{background:#d1fae5;color:#065f46}.customer-form-message-error{background:#fee2e2;color:#991b1b}.customer-form-submit{align-self:flex-start;padding:.5rem 1.25rem;background:#0ea5e9;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background .2s ease,transform .1s ease}.customer-form-submit:hover:not(:disabled){background:#0284c7;transform:translateY(-1px)}.customer-form-submit:disabled{opacity:.7;cursor:not-allowed}.customer-stats-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:200px;color:#6b7280}.customer-stats-error{padding:1.5rem;color:#dc2626}.customer-stats-summary{padding:1.75rem 2rem}.customer-stats-total-wrap{margin-top:1rem;display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.customer-stats-total{font-size:2.5rem;font-weight:700;color:#0ea5e9;letter-spacing:-.02em;animation:statsCountIn .5s ease-out}@keyframes statsCountIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.customer-stats-total-label{font-size:1rem;color:#6b7280;font-weight:500}.customer-stats-empty{margin-top:1rem;color:#6b7280;font-size:.95rem}.customer-stats-table-wrap{margin-top:1rem;overflow-x:auto;border-radius:.75rem;border:1px solid #e5e7eb;animation:customerTableIn .4s ease-out}@keyframes customerTableIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.customer-stats-table{width:100%;border-collapse:collapse;font-size:.9rem}.customer-stats-table th,.customer-stats-table td{padding:.65rem 1rem;text-align:left;border-bottom:1px solid #f3f4f6}.customer-stats-table th{background:#f9fafb;font-weight:600;color:#374151}.customer-stats-table tbody tr:hover{background:#f9fafb}.customer-stats-table tbody tr:last-child td{border-bottom:none}.customer-stats-vin,.customer-stats-table code{font-family:ui-monospace,monospace;font-size:.85em;background:#f3f4f6;padding:.2rem .4rem;border-radius:.25rem}.customer-stats-date{color:#6b7280;white-space:nowrap}.vin-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.vin-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:.6rem;font-size:.875rem;font-weight:600;cursor:pointer;border:none;transition:background .2s ease,box-shadow .2s ease,transform .15s ease,opacity .2s ease}.vin-btn:disabled{opacity:.6;cursor:not-allowed}.vin-btn--primary{background:#0ea5e9;color:#fff}.vin-btn--primary:hover:not(:disabled){background:#0284c7;box-shadow:0 4px 14px #0ea5e959;transform:translateY(-1px)}.vin-btn--ghost{background:transparent;color:#374151;border:1px solid #e5e7eb}.vin-btn--ghost:hover:not(:disabled){background:#f9fafb}.vin-btn--danger{background:#ef4444;color:#fff}.vin-btn--danger:hover:not(:disabled){background:#dc2626;box-shadow:0 4px 14px #ef44444d;transform:translateY(-1px)}.vin-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:.4rem;border:none;cursor:pointer;transition:background .15s ease,color .15s ease}.vin-icon-btn--edit{background:#0ea5e914;color:#0ea5e9}.vin-icon-btn--edit:hover{background:#0ea5e92e}.vin-icon-btn--delete{background:#ef444414;color:#ef4444}.vin-icon-btn--delete:hover{background:#ef44442e}.vin-actions-cell{display:flex;gap:.4rem;align-items:center;white-space:nowrap}.vin-notes-cell{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#6b7280;font-size:.85rem}.vin-table th:last-child,.vin-table td:last-child{text-align:right}.vin-number-link{background:none;border:none;padding:0;cursor:pointer;color:#0ea5e9;font-size:inherit;text-align:left;transition:color .15s ease}.vin-number-link:hover{color:#0284c7;text-decoration:underline}.vin-empty{text-align:center;padding:3rem 1rem}.vin-empty-text{font-size:1rem;font-weight:600;color:#374151;margin:0 0 .4rem}.vin-empty-hint{font-size:.9rem;color:#9ca3af;margin:0}.vin-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem;animation:overlayIn .15s ease-out}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.vin-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000002e;width:100%;max-width:520px;animation:modalIn .2s ease-out;overflow:hidden}.vin-modal--sm{max-width:380px}@keyframes modalIn{0%{opacity:0;transform:translateY(-12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.vin-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 1.6rem 1rem;border-bottom:1px solid #f3f4f6}.vin-modal-title{font-size:1.05rem;font-weight:700;color:#111827;margin:0}.vin-modal-close{background:none;border:none;cursor:pointer;color:#9ca3af;padding:.2rem;border-radius:.4rem;display:flex;transition:color .15s ease,background .15s ease}.vin-modal-close:hover{color:#374151;background:#f3f4f6}.vin-modal-form{padding:1.4rem 1.6rem;display:flex;flex-direction:column;gap:1rem}.vin-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.vin-form-group{display:flex;flex-direction:column;gap:.35rem}.vin-form-group--full{grid-column:1 / -1}.vin-form-label{font-size:.82rem;font-weight:600;color:#374151}.vin-form-required{color:#ef4444;margin-left:.15rem}.vin-form-input{padding:.55rem .75rem;border:1px solid #e5e7eb;border-radius:.55rem;font-size:.9rem;color:#111827;background:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease;font-family:inherit;width:100%;box-sizing:border-box}.vin-form-input:focus{border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91f}.vin-form-textarea{resize:vertical;min-height:80px}.vin-form-error{color:#ef4444;font-size:.85rem;margin:0;padding:.5rem .75rem;background:#ef44440f;border-radius:.4rem;border:1px solid rgba(239,68,68,.15)}.vin-modal-actions{display:flex;justify-content:flex-end;gap:.6rem;padding:1rem 1.6rem 1.4rem;border-top:1px solid #f3f4f6}.vin-delete-msg{padding:.5rem 1.6rem 0;color:#374151;font-size:.9rem;line-height:1.5;margin:0}.vin-header-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.vin-bulk-modal{max-width:720px;width:95vw;max-height:90vh;overflow-y:auto}.vin-bulk-instructions{margin:0 1.6rem 1.25rem;background:#f0f7ff;border:1px solid #bfdbfe;border-radius:.75rem;padding:1rem 1.25rem}.vin-bulk-instructions-title{display:flex;align-items:center;gap:.4rem;font-weight:700;font-size:.875rem;color:#1e40af;margin-bottom:.5rem}.vin-bulk-instructions-text{font-size:.85rem;color:#374151;margin:0 0 .75rem;line-height:1.5}.vin-bulk-columns{display:flex;flex-direction:column;gap:0;border:1px solid #bfdbfe;border-radius:.5rem;overflow:hidden;font-size:.82rem;margin-bottom:.85rem}.vin-bulk-col-row{display:grid;grid-template-columns:120px 80px 1fr;gap:.5rem;align-items:center;padding:.45rem .75rem;background:#fff;border-bottom:1px solid #e0eaff}.vin-bulk-col-row:last-child{border-bottom:none}.vin-bulk-col-header{background:#dbeafe;font-weight:700;font-size:.78rem;color:#1e3a8a;text-transform:uppercase;letter-spacing:.04em}.vin-bulk-required-badge,.vin-bulk-optional-badge{display:inline-block;padding:.15rem .5rem;border-radius:9999px;font-size:.72rem;font-weight:600;line-height:1}.vin-bulk-required-badge{background:#fee2e2;color:#b91c1c}.vin-bulk-optional-badge{background:#e5e7eb;color:#6b7280}.vin-bulk-download-btn{background:none;border:1px solid #3b82f6;color:#3b82f6;padding:.35rem .85rem;border-radius:.5rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.vin-bulk-download-btn:hover{background:#3b82f6;color:#fff}.vin-bulk-dropzone{margin:0 1.6rem 1.25rem;border:2px dashed #cbd5e1;border-radius:.75rem;padding:2.25rem 1.5rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;display:flex;flex-direction:column;align-items:center;gap:.6rem;color:#64748b}.vin-bulk-dropzone:hover,.vin-bulk-dropzone--active{border-color:#3b82f6;background:#f0f7ff}.vin-bulk-dropzone svg{opacity:.55;width:28px;height:28px}.vin-bulk-dropzone-text{font-size:.9rem;font-weight:500;color:#374151;margin:0}.vin-bulk-dropzone-link{color:#3b82f6;text-decoration:underline;cursor:pointer}.vin-bulk-dropzone-hint{font-size:.78rem;color:#94a3b8;margin:0}.vin-bulk-preview{margin:0 1.6rem 1.25rem}.vin-bulk-preview-count{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .75rem}.vin-bulk-skipped-note{color:#d97706;font-weight:500}.vin-bulk-preview-table-wrap{max-height:260px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:.5rem}.vin-bulk-preview-table{font-size:.8rem}.vin-bulk-parse-errors{background:#fff7ed;border:1px solid #fed7aa;border-radius:.5rem;padding:.75rem 1rem;font-size:.82rem;color:#92400e;margin-bottom:.75rem}.vin-bulk-parse-errors ul{margin:.4rem 0 0;padding-left:1.25rem}.vin-bulk-parse-errors li{margin-bottom:.2rem}.vin-bulk-uploading{margin:1rem 1.6rem}.vin-bulk-result{margin:.5rem 1.6rem 1.25rem;text-align:center}.vin-bulk-result-icon{font-size:2.5rem;color:#16a34a;line-height:1;margin-bottom:.5rem}.vin-bulk-result-title{font-size:1.1rem;font-weight:700;color:#111827;margin:0 0 1rem}.vin-bulk-result-stats{display:flex;justify-content:center;gap:1.5rem;margin-bottom:.5rem}.vin-bulk-result-stat{display:flex;flex-direction:column;align-items:center;gap:.2rem}.vin-bulk-result-stat-value{font-size:2rem;font-weight:800;line-height:1}.vin-bulk-result-stat-label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.vin-bulk-result-stat--success .vin-bulk-result-stat-value{color:#16a34a}.vin-bulk-result-stat--warn .vin-bulk-result-stat-value{color:#d97706}.card{background:#fff;border-radius:16px;padding:2rem 2.25rem;box-shadow:0 4px 24px #0000000f;animation:cardIn .4s ease-out}@keyframes cardIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 .25rem;letter-spacing:-.02em}.subtitle{font-size:.9rem;color:#6b6b6b;margin:0 0 1.75rem;font-weight:400}.admin-dashboard{display:flex;flex-direction:column;gap:1.5rem}.admin-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.admin-stat-grid--fixed{grid-template-columns:repeat(4,1fr)}.admin-stat-card{padding:1.5rem 1.75rem}.admin-stat-label{margin:0;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#6b7280}.admin-stat-value{margin:.4rem 0 0;font-size:1.6rem;font-weight:600;color:#111827}.admin-stat-sub{margin:.2rem 0 0;font-size:.75rem;color:#6b7280}.admin-section{display:flex;flex-direction:column;gap:.75rem}.admin-section-header{display:flex;align-items:baseline;gap:.75rem}.admin-section-sub{font-size:.75rem;color:#9ca3af}.admin-system-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.admin-system-card{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.admin-system-card-title{margin:0;font-size:.85rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.06em}.admin-sys-bar-wrap{display:flex;flex-direction:column;gap:.35rem}.admin-sys-bar-header{display:flex;justify-content:space-between;align-items:center}.admin-sys-bar-label{font-size:.82rem;color:#374151;font-weight:500}.admin-sys-bar-value{font-size:.85rem;font-weight:600}.admin-sys-bar-detail{font-weight:400;font-size:.75rem;color:#6b7280}.admin-sys-bar-track{height:8px;background:#f3f4f6;border-radius:99px;overflow:hidden}.admin-sys-bar-fill{height:100%;border-radius:99px;transition:width .4s ease}.admin-queue-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem}.admin-queue-item{display:flex;flex-direction:column;gap:.15rem}.admin-queue-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.admin-queue-value{font-size:1.2rem;font-weight:600;color:#111827}.admin-table-wrap{overflow-x:auto;overflow-y:auto;max-height:420px}.admin-table{width:100%;border-collapse:collapse;font-size:.85rem}.admin-table th{position:sticky;top:0;z-index:1;background:#fff;text-align:left;padding:.6rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;border-bottom:1px solid #e5e7eb;white-space:nowrap}.admin-table td{padding:.65rem .75rem;border-bottom:1px solid #f3f4f6;color:#374151;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover td{background:#f9fafb}.admin-table-mono{font-family:monospace;font-size:.8rem}.admin-table-time{color:#9ca3af;font-size:.78rem}.admin-role-badge{display:inline-block;padding:.15rem .5rem;border-radius:99px;font-size:.72rem;font-weight:600;text-transform:capitalize}.admin-role-badge--admin{background:#f3f4f6;color:#1a1a1a}.admin-role-badge--internal{background:#ede9fe;color:#6366f1}.admin-role-badge--customer{background:#d1fae5;color:#059669}.admin-result-badge{display:inline-block;padding:.15rem .5rem;border-radius:99px;font-size:.72rem;font-weight:600}.admin-result-badge--found{background:#d1fae5;color:#059669}.admin-result-badge--notfound{background:#fee2e2;color:#dc2626}.admin-charts-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.4fr);gap:1.25rem}.admin-insights-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.25rem}.admin-insight-rank{color:#9ca3af;font-size:.78rem;font-weight:600;width:28px}.admin-insight-count{font-weight:600;color:#1a1a1a;text-align:right}.admin-chart-card{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.admin-chart-header{display:flex;flex-direction:column;gap:.1rem}.admin-chart-title{margin:0;font-size:.95rem;font-weight:500;color:#111827}.admin-chart-subtitle{margin:0;font-size:.8rem;color:#6b7280}.admin-chart-body{height:240px}.admin-chart-empty{font-size:.85rem;color:#6b7280}.admin-users{display:flex;flex-direction:column;gap:1.25rem}.admin-users-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.admin-section-title{margin:0;font-size:1.1rem;font-weight:600;color:#111827}.admin-section-subtitle{margin:.25rem 0 0;font-size:.85rem;color:#6b7280}.admin-users-create{white-space:nowrap}.admin-users-card{padding:1.25rem 1.5rem}.admin-users-table-wrap{width:100%;overflow-x:auto}.admin-users-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-users-table th,.admin-users-table td{padding:.55rem .75rem;text-align:left}.admin-users-table thead th{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;border-bottom:1px solid #e5e7eb}.admin-users-table tbody tr:nth-child(2n){background:#f9fafb}.admin-users-actions{display:flex;gap:.4rem}.admin-users-action-btn{border:none;background:#e5e7eb;color:#111827;padding:.35rem .7rem;border-radius:999px;font-size:.8rem;cursor:pointer;transition:background .2s ease,transform .15s ease}.admin-users-action-btn:hover{background:#d1d5db;transform:translateY(-1px)}.admin-users-action-danger{background:#fee2e2;color:#b91c1c}.admin-users-action-danger:hover{background:#fecaca}.admin-role-badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:500}.admin-role-admin{background:#111827;color:#f9fafb}.admin-role-internal{background:#e0e7ff;color:#3730a3}.admin-role-customer{background:#dcfce7;color:#166534}.admin-modal-overlay{position:fixed;inset:0;background:#0f172a59;display:flex;align-items:center;justify-content:center;z-index:40}.admin-modal{width:100%;max-width:420px;background:#fff;border-radius:1rem;padding:1.5rem 1.75rem;box-shadow:0 24px 48px #0f172a40;animation:authCardIn .35s cubic-bezier(.22,1,.36,1)}.admin-modal-title{margin:0;font-size:1rem;font-weight:600;color:#111827}.admin-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.admin-modal-cancel{background:#e5e7eb;color:#111827}.form{display:flex;flex-direction:column;gap:1.25rem}.field{display:flex;flex-direction:column;gap:.4rem}.field label{font-size:.8rem;font-weight:500;color:#444;letter-spacing:.02em}.field input{padding:.7rem 1rem;border:1px solid #e0e0e0;border-radius:10px;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease}.field input:focus{outline:none;border-color:#2d2d2d;box-shadow:0 0 0 3px #2d2d2d14}.field input::placeholder{color:#aaa}.field input:disabled{background:#f7f7f7;cursor:not-allowed}.field.has-error input{border-color:#b91c1c}.field.has-error input:focus{border-color:#b91c1c;box-shadow:0 0 0 3px #b91c1c1f}.field-error{font-size:.8rem;color:#b91c1c;margin-top:.15rem}.btn{margin-top:.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:500;color:#fff;background:#111;border:1px solid #333;border-radius:10px;cursor:pointer;transition:transform .15s ease}.btn:not(.auth-btn){position:relative;z-index:0;overflow:hidden;padding-right:3.5rem}.btn:not(.auth-btn):before{content:"";position:absolute;top:4px;bottom:4px;right:4px;width:25%;z-index:1;border-radius:7px;background:#ffffff1f;transition:width .5s ease,border-radius .5s ease}.btn:not(.auth-btn):hover:not(:disabled):before{width:calc(100% - 8px)}.btn:not(.auth-btn):after{content:"";position:absolute;right:calc(12.5% - 4px);top:50%;translate:0 -50%;width:10px;height:10px;border-right:2px solid #fff;border-top:2px solid #fff;rotate:45deg;z-index:2;transition:right .5s ease}.btn:not(.auth-btn):hover:not(:disabled):after{right:calc(50% - 5px)}.btn:not(.auth-btn)>span,.btn:not(.auth-btn)>*{transition:opacity .5s ease}.btn:not(.auth-btn):hover:not(:disabled)>span,.btn:not(.auth-btn):hover:not(:disabled)>*{opacity:0}.btn:active:not(:disabled){transform:scale(.95)}.btn:disabled{opacity:.7;cursor:not-allowed}.loader-wrap{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eee;display:flex;flex-direction:column;align-items:center;gap:.85rem;animation:loaderFadeIn .35s ease}@keyframes loaderFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.progress-track{width:100%;height:3px;background:#f0f0f0;border-radius:999px;overflow:hidden;margin-bottom:.25rem;align-self:stretch}.progress-fill{height:100%;background:linear-gradient(90deg,#0ea5e9,#38bdf8 60%,#7dd3fc);border-radius:999px;transition:width .3s ease-out;position:relative;overflow:hidden}.progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.45) 50%,transparent 100%);animation:shimmer 1.4s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(200%)}}.loader-spinner-ring{width:44px;height:44px;flex-shrink:0}.loader-spinner-ring svg{width:100%;height:100%;animation:spinnerRotate 1.1s linear infinite}@keyframes spinnerRotate{0%{transform:rotate(-90deg)}to{transform:rotate(270deg)}}.loader-ring-bg{stroke:#e5e7eb;stroke-width:4}.loader-ring-arc{stroke:#0ea5e9;stroke-width:4;stroke-linecap:round;stroke-dasharray:125.66;stroke-dashoffset:94.25;animation:arcPulse 1.1s ease-in-out infinite}@keyframes arcPulse{0%{stroke-dashoffset:110;opacity:.85}50%{stroke-dashoffset:30;opacity:1}to{stroke-dashoffset:110;opacity:.85}}.loader-text{font-size:.875rem;font-weight:500;color:#6b7280;margin:0;text-align:center;transition:opacity .18s ease,transform .18s ease;opacity:1;transform:translateY(0);letter-spacing:.01em}.loader-text--fade{opacity:0;transform:translateY(3px)}.app-loading-page .loader-wrap,.auth-page--loading .loader-wrap,.customer-stats-loading .loader-wrap,.admin-users-loading .loader-wrap{margin-top:0;padding-top:0;border-top:none}.status-log{list-style:none;padding:0;margin:.75rem 0 0;max-height:200px;overflow-y:auto;font-size:.8rem;color:#555;border:1px solid #eee;border-radius:8px;background:#fafafa;padding:.5rem 0}.status-log li{padding:.35rem 1rem;border-bottom:1px solid #f0f0f0}.status-log li:last-child{border-bottom:none}.result{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eee;animation:fadeIn .35s ease}.maintenance-banner{margin-bottom:1.25rem;padding:.85rem 1rem;background:#fff7ed;border:1px solid #f97316;border-radius:8px;color:#9a3412;font-size:.95rem;text-align:center}.result-error{padding:1rem;background:#fef2f2;border-radius:10px;color:#b91c1c;font-size:.9rem}.btn-retry{margin-top:.6rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;color:#fff;background:#dc2626;border:none;border-radius:6px;cursor:pointer;transition:background .15s}.btn-retry:hover{background:#b91c1c}.result-success{text-align:left}.result-final{animation:resultFinalIn .5s cubic-bezier(.22,1,.36,1) both}@keyframes resultFinalIn{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.result-final-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid #e5e7eb}.result-final-check{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#166534;color:#fff;font-size:1.25rem;font-weight:700;flex-shrink:0;animation:checkPop .4s cubic-bezier(.22,1,.36,1) .15s both}@keyframes checkPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.15)}to{transform:scale(1);opacity:1}}.result-final-title{font-size:1.15rem;font-weight:600;color:#111;margin:0 0 .2rem}.result-final-subtitle{font-size:.85rem;color:#555;margin:0}.result-final-subtitle strong{color:#111;font-weight:600}.result-final-subtitle .cached-badge{margin-left:.5rem}.btn-add-to-cart{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .6rem;font-size:.78rem;font-weight:600;color:#fff;background:#10b981;border:none;border-radius:6px;cursor:pointer;white-space:nowrap;transition:background .15s}.btn-add-to-cart:hover{background:#059669}@media(min-width:641px){.parts-table td:nth-child(3),.parts-table th:nth-child(3){min-width:160px}}.btn-clear-cache{margin-top:.5rem;padding:.35rem .9rem;font-size:.8rem;font-weight:600;color:#b45309;background:#fef3c7;border:1px solid #f59e0b;border-radius:6px;cursor:pointer;transition:background .15s,border-color .15s}.btn-clear-cache:hover{background:#fde68a;border-color:#d97706}.result-selection-layout{display:flex;flex-direction:column;min-height:0;height:100%}.result-selection-header{flex:0 0 auto;margin-bottom:.75rem}.result-selection-header .parts-filter{margin-bottom:0;margin-top:.5rem}.btn-suggested-only{display:inline-block;margin-bottom:.5rem;padding:.4rem .85rem;font-size:.85rem;font-weight:500;color:#0369a1;background:#e0f2fe;border:1px solid #7dd3fc;border-radius:8px;cursor:pointer}.btn-suggested-only:hover{background:#bae6fd}.btn-suggested-only.active{background:#0369a1;color:#fff;border-color:#0369a1}.btn-suggested-only.active:hover{background:#0284c7}.result-selection-body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.result-selection-body .parts-table-wrap{margin-bottom:.5rem}.result-selection-footer{flex:0 0 auto;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #eee}.result-selection-footer .btn-stop{margin-top:0}.manual-part-entry{margin-bottom:.75rem}.manual-part-label{font-size:.85rem;color:#555;margin:0 0 .4rem}.manual-part-row{display:flex;gap:.5rem;align-items:center}.manual-part-row input{flex:1;padding:.45rem .65rem;border:1px solid #ccc;border-radius:6px;font-size:.9rem;outline:none;transition:border-color .2s}.manual-part-row input:focus{border-color:#4f8cff}.manual-part-row input:disabled{opacity:.5}.btn-manual-submit{padding:.45rem 1rem;border:none;border-radius:6px;background:#4f8cff;color:#fff;font-size:.9rem;cursor:pointer;white-space:nowrap;transition:background .2s}.btn-manual-submit:hover:not(:disabled){background:#3b6fdb}.btn-manual-submit:disabled{opacity:.5;cursor:default}.result-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.vin-badge{font-weight:500;font-size:1rem;color:#1a1a1a;font-variant-numeric:tabular-nums}.cached-badge{font-size:.7rem;padding:.2rem .5rem;background:#e8f0e8;color:#166534;border-radius:6px;font-weight:500}.meta{display:flex;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:#555;margin-bottom:1.25rem}.previous-parts-listing{margin-top:1.5rem;border-top:1px solid #eee;padding-top:1rem}.previous-parts-title{font-size:.95rem;font-weight:600;color:#333;margin:0 0 .75rem}.previous-parts-scroll{max-height:360px;overflow-y:auto;border-radius:10px;border:1px solid #eee}.previous-parts-scroll .parts-table-wrap{border:none;border-radius:0}.parts-section{margin-bottom:1.5rem}.parts-section h3{font-size:.9rem;font-weight:600;color:#333;margin:0 0 .6rem}.parts-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid #eee}.parts-table{width:100%;border-collapse:collapse;font-size:.85rem}.parts-table th,.parts-table td{padding:.6rem .65rem;text-align:left;border-bottom:1px solid #f0f0f0}.parts-table th{background:#f8f8f8;font-weight:500;color:#444}.parts-table tr:last-child td{border-bottom:none}.parts-table td{color:#333}.parts-table-figure-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid #d1d5db;border-radius:8px;background:#f9fafb;color:#374151;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.parts-table-figure-btn:hover{background:#eff6ff;color:#2563eb;border-color:#93c5fd}.figure-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:figureModalFadeIn .2s ease-out}@keyframes figureModalFadeIn{0%{opacity:0}to{opacity:1}}.figure-modal-content{position:relative;background:#fff;border-radius:12px;padding:.5rem;box-shadow:0 25px 50px -12px #00000040;max-width:95vw;max-height:95vh;overflow:auto}.figure-modal-header{display:flex;align-items:center;justify-content:space-between;padding:.25rem .25rem .5rem;gap:.5rem}.figure-modal-close{width:32px;height:32px;padding:0;border:none;border-radius:8px;background:#f3f4f6;color:#374151;font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;flex-shrink:0}.figure-modal-close:hover{background:#e5e7eb}.figure-modal-img{display:block;max-width:100%;max-height:calc(95vh - 3rem);object-fit:contain}.figure-modal-spinner{display:flex;align-items:center;justify-content:center;min-width:200px;min-height:200px}.figure-spinner{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#111827;border-radius:50%;animation:figureSpin .7s linear infinite}@keyframes figureSpin{to{transform:rotate(360deg)}}.figure-modal-fetch-btn{padding:.6rem 1.5rem;font-size:.9rem;border-radius:.5rem}.figure-modal-loading-text{margin:.75rem 0 0;font-size:.85rem;color:#6b7280}.response-time{font-size:.8rem;color:#888;margin:1rem 0 0}.parts-filter{margin-bottom:.75rem}.parts-filter input{width:100%;padding:.5rem .75rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.9rem}.btn-stop{margin-top:.75rem;padding:.5rem 3rem .5rem 1rem;font-size:.85rem;background:#dc2626;color:#fff;border:1px solid #ef4444;border-radius:8px;cursor:pointer;position:relative;z-index:0;overflow:hidden;transition:transform .15s ease}.btn-stop:before{content:"";position:absolute;top:3px;bottom:3px;right:3px;width:25%;z-index:1;border-radius:6px;background:#ffffff26;transition:width .5s ease}.btn-stop:hover:before{width:calc(100% - 6px)}.btn-stop:after{content:"";position:absolute;right:calc(12.5% - 3px);top:50%;translate:0 -50%;width:8px;height:8px;border-right:2px solid #fff;border-top:2px solid #fff;rotate:45deg;z-index:2;transition:right .5s ease}.btn-stop:hover:after{right:calc(50% - 4px)}.btn-stop>span{transition:opacity .5s ease}.btn-stop:hover>span{opacity:0}.btn-stop:active{transform:scale(.95)}.selection-actions{margin-top:1rem;display:flex;gap:.75rem;align-items:center}.btn-confirm{padding:.6rem 3.5rem .6rem 1.25rem;font-size:.95rem;background:#166534;color:#fff;border:1px solid #22c55e;border-radius:8px;cursor:pointer;position:relative;z-index:0;overflow:hidden;transition:transform .15s ease}.btn-confirm:before{content:"";position:absolute;top:3px;bottom:3px;right:3px;width:25%;z-index:1;border-radius:6px;background:#ffffff26;transition:width .5s ease}.btn-confirm:hover:not(:disabled):before{width:calc(100% - 6px)}.btn-confirm:after{content:"";position:absolute;right:calc(12.5% - 3px);top:50%;translate:0 -50%;width:9px;height:9px;border-right:2px solid #fff;border-top:2px solid #fff;rotate:45deg;z-index:2;transition:right .5s ease}.btn-confirm:hover:not(:disabled):after{right:calc(50% - 5px)}.btn-confirm>span{transition:opacity .5s ease}.btn-confirm:hover:not(:disabled)>span{opacity:0}.btn-confirm:active:not(:disabled){transform:scale(.95)}.btn-confirm:disabled{opacity:.5;cursor:not-allowed}.parts-table-figure-btn.selected{background:#2563eb;color:#fff;border-color:#2563eb}.parts-table-figure-btn.selected:hover{background:#1d4ed8}.parts-table-figure-btn:disabled{opacity:.3;cursor:not-allowed}.parts-table tr.row-dimmed{opacity:.4;pointer-events:none;transition:opacity .2s ease}.row-suggested-by-ai{background:#f0f9ff}.badge-suggested-ai{font-size:.7rem;font-weight:600;color:#0369a1;background:#e0f2fe;padding:.2rem .5rem;border-radius:6px;white-space:nowrap}.result-not-found{text-align:left}.result-not-found-message{font-size:.95rem;color:#b91c1c;margin:0 0 1rem;font-weight:500}.save-prompt{font-size:1rem;font-weight:500;color:#1a1a1a;margin:0 0 .25rem}.save-hint{font-size:.85rem;color:#6b6b6b;margin:0 0 1rem}.save-manual-fields{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.save-manual-fields label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:500;color:#444}.save-manual-fields input{padding:.6rem .9rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.9rem}.save-manual-fields input:focus{outline:none;border-color:#2d2d2d}.save-error{font-size:.85rem;color:#b91c1c;margin:0 0 .75rem}.btn-save-manual{padding:.65rem 3.5rem .65rem 1.25rem;font-size:.9rem;font-weight:500;color:#fff;background:#166534;border:1px solid #22c55e;border-radius:8px;cursor:pointer;position:relative;z-index:0;overflow:hidden;transition:transform .15s ease}.btn-save-manual:before{content:"";position:absolute;top:3px;bottom:3px;right:3px;width:25%;z-index:1;border-radius:6px;background:#ffffff26;transition:width .5s ease}.btn-save-manual:hover:not(:disabled):before{width:calc(100% - 6px)}.btn-save-manual:after{content:"";position:absolute;right:calc(12.5% - 3px);top:50%;translate:0 -50%;width:9px;height:9px;border-right:2px solid #fff;border-top:2px solid #fff;rotate:45deg;z-index:2;transition:right .5s ease}.btn-save-manual:hover:not(:disabled):after{right:calc(50% - 5px)}.btn-save-manual>span{transition:opacity .5s ease}.btn-save-manual:hover:not(:disabled)>span{opacity:0}.btn-save-manual:active:not(:disabled){transform:scale(.95)}.btn-save-manual:disabled{opacity:.7;cursor:not-allowed}.auth-page{position:fixed;inset:0;width:100vw;max-width:none;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;overflow:auto;box-sizing:border-box}.auth-page:before{content:"";position:fixed;inset:0;background:#1a1a1a url(/truck-bg.png) center/cover no-repeat;z-index:-2}.auth-page:after{content:"";position:fixed;inset:0;background:linear-gradient(180deg,#00000080,#00000059 40%,#0009);z-index:-1}.auth-page .auth-card{position:relative;width:100%;min-width:340px;max-width:520px;background:#ffffff14;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:24px;padding:3rem 2.75rem;border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 48px #00000040,0 0 0 1px #ffffff0f inset;animation:authCardIn .5s cubic-bezier(.22,1,.36,1)}.auth-page .auth-card .title{font-size:1.75rem;margin-bottom:.35rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.auth-page .auth-card .subtitle{margin-bottom:1.5rem;color:#ffffffd9}@keyframes authCardIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.auth-form .field{margin-top:0;animation:authFieldIn .35s ease-out backwards}.auth-form .field:nth-child(1){animation-delay:.05s}.auth-form .field:nth-child(2){animation-delay:.1s}.auth-form .field:nth-child(3){animation-delay:.15s}.auth-form .field:nth-child(4){animation-delay:.2s}@keyframes authFieldIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.password-field .password-input-wrap{position:relative;display:block;border:1px solid #e0e0e0;border-radius:10px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.password-field .password-input-wrap:focus-within{outline:none;border-color:#2d2d2d;box-shadow:0 0 0 3px #2d2d2d14}.password-field .password-input-wrap input{display:block;width:100%;padding:.7rem 2.75rem .7rem 1rem;border:none;background:transparent;border-radius:10px;font-size:.95rem;box-sizing:border-box}.password-field .password-input-wrap input:focus{outline:none;box-shadow:none}.password-toggle{position:absolute;top:0;right:0;bottom:0;width:2.75rem;padding:0;border:none;background:none;cursor:pointer;color:#444;display:flex;align-items:center;justify-content:center;border-radius:0 9px 9px 0;transition:color .2s ease,background .2s ease}.password-toggle:hover{color:#1a1a1a;background:#0000000d}.auth-page .auth-card .password-input-wrap{border-color:#ffffff59;background:#fffffff2}.auth-page .auth-card .password-input-wrap:focus-within{border-color:#fff9;box-shadow:0 0 0 3px #ffffff26}.auth-page .auth-card .password-toggle{color:#0009}.auth-page .auth-card .password-toggle:hover{color:#1a1a1a;background:#00000014}.auth-form .field input{transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease;background:#fff}.auth-form .field input:focus{transform:translateY(0)}.auth-form .field input:-webkit-autofill,.auth-form .field input:-webkit-autofill:hover,.auth-form .field input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 100px #fff inset;box-shadow:0 0 0 100px #fff inset}.auth-page .auth-card .field label{color:#ffffffeb}.auth-page .auth-card .auth-error,.auth-page .auth-card .field-error{color:#ffc8c8fa}.auth-page .auth-card .auth-switch{color:#fffc}.auth-page .auth-card .auth-switch a{color:#fff;text-decoration:underline;text-underline-offset:2px}.auth-page .auth-card .auth-switch a:hover{color:#ffffffe6}.auth-form .btn{margin-top:.5rem;animation:authFieldIn .35s ease-out backwards;animation-delay:.25s;transition:background .2s ease,transform .15s ease}.auth-form .btn:hover:not(:disabled){transform:translateY(-1px)}.auth-btn-spinner{display:inline-block;width:1.25rem;height:1.25rem;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:auth-spin .6s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-error{font-size:.9rem;color:#b91c1c;margin:0;animation:authFieldIn .3s ease-out}.auth-form-error{animation:authFormErrorIn .35s cubic-bezier(.22,1,.36,1)}@keyframes authFormErrorIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.auth-switch{margin-top:1.25rem;font-size:.9rem;color:#6b6b6b;animation:authFieldIn .35s ease-out backwards;animation-delay:.3s}.auth-switch a{color:#1a1a1a;font-weight:500;text-decoration:none;transition:color .2s ease}.auth-switch a:hover{color:#333;text-decoration:underline}.auth-loading-text{color:#ffffffe6;font-size:1rem;margin:0}.admin-toast{position:fixed;right:1.5rem;bottom:1.5rem;max-width:320px;padding:.85rem 1rem;border-radius:.75rem;font-size:.85rem;box-shadow:0 18px 40px #0f172a59;background:#111827;color:#f9fafb;z-index:50;animation:authFormErrorIn .3s ease-out}.admin-toast-error{background:#991b1b}.admin-toast-top-center{right:unset;bottom:unset;top:1.5rem;left:50%;transform:translate(-50%);max-width:480px;width:max-content;background:#15803d}@media(max-width:768px){.admin-stat-grid{grid-template-columns:repeat(2,1fr)}.admin-system-grid,.admin-charts-grid,.admin-insights-grid{grid-template-columns:1fr}}.admin-errors-page{display:flex;flex-direction:column;gap:1.5rem}.admin-errors-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.admin-errors-page-title-wrap{display:flex;flex-direction:column;gap:.3rem}.admin-errors-sub{margin:0;font-size:.82rem;color:#9ca3af}.admin-errors-total-badge{padding:.35rem .9rem;background:#fee2e2;color:#dc2626;border-radius:99px;font-size:.78rem;font-weight:600;white-space:nowrap;flex-shrink:0;margin-top:.15rem}.admin-errors-filters-card{padding:1.25rem 1.5rem}.admin-errors-filters-row{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.admin-errors-field{display:flex;flex-direction:column;gap:.35rem;flex:1;min-width:180px}.admin-errors-field--sm{flex:0 0 220px}.admin-errors-field--action{flex:0 0 auto;min-width:unset}.admin-errors-label{font-size:.75rem;font-weight:600;color:#6b7280;letter-spacing:.03em;text-transform:uppercase}.admin-errors-input-wrap{position:relative;display:flex;align-items:center}.admin-errors-input-icon{position:absolute;left:.65rem;color:#9ca3af;display:flex;align-items:center;pointer-events:none}.admin-errors-input{width:100%;padding:.5rem .75rem .5rem 2.1rem;border:1px solid #e5e7eb;border-radius:7px;font-size:.85rem;font-family:inherit;background:#fafafa;color:#111827;outline:none;transition:border-color .15s,background .15s}.admin-errors-input:focus{border-color:#6366f1;background:#fff}.admin-errors-field--sm .admin-errors-input,.admin-errors-field--action .admin-errors-input{padding-left:.75rem}.admin-errors-clear-btn{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:7px;font-size:.83rem;font-family:inherit;background:#fff;color:#6b7280;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s,border-color .15s}.admin-errors-clear-btn:hover{background:#f3f4f6;color:#374151;border-color:#d1d5db}.admin-errors-table-card{padding:0;overflow:hidden;display:flex;flex-direction:column}.admin-errors-table-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem 1rem;border-bottom:1px solid #f3f4f6;gap:1rem}.admin-errors-table-title-wrap{display:flex;align-items:center;gap:.75rem}.admin-errors-table-title{margin:0;font-size:.95rem;font-weight:600;color:#111827}.admin-errors-count-chip{padding:.2rem .65rem;background:#f3f4f6;border-radius:99px;font-size:.75rem;color:#6b7280;font-weight:500}.admin-errors-table-hint{margin:0;font-size:.78rem;color:#9ca3af}.admin-errors-table-body{flex:1}.admin-errors-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem}.admin-errors-state-text{margin:0;font-size:.88rem;color:#9ca3af}.admin-errors-table{font-size:.82rem}.admin-errors-row{cursor:pointer;transition:background .1s}.admin-errors-row:hover td{background:#fef9f9}.admin-errors-row--expanded td{background:#fef2f2}.admin-errors-chevron-cell{color:#9ca3af;text-align:center;width:32px}.admin-errors-message{max-width:300px;color:#dc2626;font-size:.8rem;line-height:1.4}.admin-errors-query{max-width:140px;color:#6b7280;font-size:.8rem}.admin-errors-stack-row td{padding:0!important;border-bottom:2px solid #fca5a5}.admin-errors-stack-wrap{padding:1.25rem 1.5rem;background:snow;border-left:4px solid #dc2626}.admin-errors-full-message{margin:0 0 1rem;font-size:.88rem;font-weight:600;color:#dc2626;line-height:1.5}.admin-errors-stack{margin:0;font-size:.74rem;font-family:Courier New,monospace;color:#374151;white-space:pre-wrap;word-break:break-word;line-height:1.7;max-height:280px;overflow-y:auto;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:.85rem 1rem}.admin-errors-no-stack{margin:0;font-size:.82rem;color:#9ca3af}.admin-errors-no-ss{color:#d1d5db}.admin-errors-ss-btn{padding:.25rem .65rem;border:1px solid #6366f1;border-radius:5px;background:#fff;color:#6366f1;font-size:.75rem;font-family:inherit;font-weight:500;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.admin-errors-ss-btn:hover{background:#6366f1;color:#fff}.error-step-badge{display:inline-block;padding:.2rem .6rem;border-radius:99px;font-size:.7rem;font-weight:600;font-family:monospace;white-space:nowrap}.error-step-badge--ws{background:#ede9fe;color:#6366f1}.error-step-badge--sse{background:#dbeafe;color:#2563eb}.error-step-badge--other{background:#f3f4f6;color:#374151}.error-step-badge--unknown{background:#f9fafb;color:#9ca3af}.admin-errors-pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid #f3f4f6}.admin-errors-page-btn{padding:.4rem .85rem;border:1px solid #e5e7eb;border-radius:7px;background:#fff;color:#374151;font-size:.82rem;font-family:inherit;cursor:pointer;transition:background .15s}.admin-errors-page-btn:hover:not(:disabled){background:#f3f4f6}.admin-errors-page-btn:disabled{opacity:.35;cursor:not-allowed}.admin-errors-page-pills{display:flex;gap:.25rem;align-items:center}.admin-errors-page-pill{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;font-size:.82rem;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.admin-errors-page-pill:hover{background:#f3f4f6}.admin-errors-page-pill--active{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.admin-errors-page-ellipsis{font-size:.82rem;color:#9ca3af;padding:0 .25rem}.admin-errors-modal-overlay{position:fixed;inset:0;background:#000000a6;z-index:9000;display:flex;align-items:center;justify-content:center;padding:2rem}.admin-errors-modal{background:#fff;border-radius:12px;max-width:88vw;max-height:88vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 64px #00000059}.admin-errors-modal-header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.25rem;border-bottom:1px solid #f3f4f6;gap:1rem}.admin-errors-modal-title{font-size:.8rem;font-family:monospace;color:#6b7280;word-break:break-all}.admin-errors-modal-close{background:#f3f4f6;border:none;font-size:.9rem;cursor:pointer;color:#6b7280;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,color .15s}.admin-errors-modal-close:hover{background:#e5e7eb;color:#111827}.admin-errors-modal-body{overflow:auto;display:flex;align-items:center;justify-content:center;padding:1rem;background:#f9fafb}.admin-errors-modal-body{flex:1;min-height:0}.admin-errors-modal-img{max-width:100%;max-height:calc(88vh - 120px);object-fit:contain;display:block;border-radius:4px;box-shadow:0 2px 16px #0000001f}.admin-screenshots-card{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.admin-screenshots-grid-header{display:flex;align-items:center}.admin-screenshots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.admin-screenshot-tile{background:var(--surface, #f8f8f8);border:1px solid var(--border, #e5e7eb);border-radius:8px;overflow:hidden;cursor:pointer;text-align:left;padding:0;transition:box-shadow .15s,border-color .15s,transform .15s}.admin-screenshot-tile:hover{border-color:#6366f1;box-shadow:0 4px 16px #6366f126;transform:translateY(-2px)}.admin-screenshot-thumb-wrap{width:100%;aspect-ratio:16 / 9;background:#1a1a1a;overflow:hidden;display:flex;align-items:center;justify-content:center}.admin-screenshot-thumb{width:100%;height:100%;object-fit:cover;display:block}.admin-screenshot-meta{padding:.5rem .65rem .6rem;display:flex;flex-direction:column;gap:.2rem}.admin-screenshot-step{font-size:.75rem;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-screenshot-time{font-size:.7rem;color:#6b7280}.admin-screenshot-modal{max-width:min(92vw,1100px)}.admin-screenshot-modal-title-wrap{display:flex;align-items:center;gap:.6rem;min-width:0}.admin-screenshot-modal-footer{padding:.5rem 1.25rem .75rem;border-top:1px solid var(--border, #e5e7eb)}.admin-screenshot-modal-filename{font-size:.72rem;color:#6b7280;font-family:monospace;word-break:break-all}.customer-hamburger{display:none;background:transparent;border:none;color:#e5e7eb;cursor:pointer;padding:.3rem;border-radius:.5rem;align-items:center;justify-content:center;transition:background .2s ease}.customer-hamburger:hover{background:#ffffff1a}.customer-mobile-nav{display:none;flex-direction:column;background:#111827;padding:.5rem 1rem 1rem;gap:.25rem;border-top:1px solid rgba(255,255,255,.08);animation:mobileNavIn .2s ease-out;flex-shrink:0}.customer-mobile-nav .customer-nav-link{padding:.75rem .85rem;font-size:1rem}@keyframes mobileNavIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.admin-hamburger{display:none;background:transparent;border:none;color:#111827;cursor:pointer;padding:.3rem;border-radius:.5rem;align-items:center;justify-content:center;transition:background .2s ease}.admin-hamburger:hover{background:#0000000f}.admin-sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:199;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){#root{padding:0;align-items:stretch;justify-content:flex-start}.customer-navbar{padding:0 1rem;position:sticky;top:0;z-index:100}.customer-navbar-left{gap:1rem}.customer-nav,.customer-user-meta{display:none}.customer-hamburger{display:flex}.customer-mobile-nav{display:flex;position:sticky;top:56px;z-index:99}.customer-main{padding:1rem}.customer-main.customer-main--lookup{padding:1rem;min-height:calc(100dvh - 56px)}.app.app-has-results{flex-direction:column;height:auto;max-height:none;max-width:100%;gap:1rem}.app.app-has-results .lookup-flow{flex:none;width:100%;min-height:0}.app.app-has-results .lookup-flow .card{overflow-y:visible}.app.app-final-result{max-width:100%}.app.app-final-result .lookup-flow{display:none}.results-panel{overflow:visible;height:auto;min-height:0}.admin-shell{height:auto;min-height:calc(100dvh - 4rem);overflow:visible;position:relative}.admin-sidebar{position:fixed;left:0;top:0;bottom:0;height:100dvh;z-index:200;transform:translate(-100%);transition:transform .28s ease}.admin-sidebar.admin-sidebar--open{transform:translate(0)}.admin-sidebar-overlay{display:block;opacity:0;pointer-events:none;transition:opacity .28s ease}.admin-sidebar-overlay.admin-sidebar--open{opacity:1;pointer-events:auto}.admin-hamburger{display:flex}.admin-header-left{display:flex;align-items:center;gap:.75rem}.admin-main{height:auto;min-height:calc(100dvh - 4rem);padding:1rem;overflow-y:auto}.admin-content{overflow-y:visible;min-height:0}.admin-stat-grid{grid-template-columns:repeat(2,1fr)}.customer-profile-card,.customer-stats-card,.customer-stats-summary{padding:1.25rem}.vin-modal-overlay{padding:0;align-items:flex-end}.vin-modal{border-radius:20px 20px 0 0;width:100%;max-width:100%;max-height:90dvh;overflow-y:auto}.vin-modal--sm{align-self:center;border-radius:16px;max-height:unset;width:calc(100% - 2rem);margin:0 auto}.vin-modal-header{padding:1rem 1rem .85rem}.vin-modal-form{padding:1rem}.vin-form-row{grid-template-columns:1fr}.vin-modal-actions{flex-direction:column-reverse;gap:.5rem;padding:.75rem 1rem 1.25rem}.vin-modal-actions .vin-btn{width:100%;justify-content:center;padding:.75rem 1rem}.vin-bulk-instructions{margin:0 .75rem 1rem;padding:.85rem 1rem}.vin-bulk-col-row{grid-template-columns:1fr auto}.vin-bulk-col-row>span:last-child{grid-column:1 / -1;font-size:.78rem;color:#6b7280;padding-bottom:.2rem}.vin-bulk-col-header>span:last-child{color:#1e3a8a}.vin-bulk-dropzone{margin:0 .75rem 1rem;padding:1.5rem 1rem}.vin-bulk-preview{margin:0 .75rem 1rem}.vin-bulk-preview-table-wrap{overflow-x:auto;max-height:220px}.vin-bulk-uploading{margin:1rem .75rem}.vin-bulk-result{margin:.5rem .75rem 1rem}}@media(max-width:640px){.card{padding:1.25rem 1rem;border-radius:14px}.result-final-header{gap:.75rem;margin-bottom:1rem;padding-bottom:1rem}.result-final-check{width:38px;height:38px;font-size:1.1rem}.result-save-row{flex-direction:column;align-items:stretch;gap:.75rem}.result-save-info{min-width:0}.result-save-row .btn-save-manual{width:100%;padding:.65rem 1rem;font-size:.9rem}.result-final-actions{margin-top:1rem}.result-final-actions .btn{width:100%;justify-content:center;padding:.75rem 1rem}.btn-stop{width:100%;padding-right:1rem}.btn-stop:before{display:none}.result-selection-footer{display:flex;flex-direction:column;gap:.5rem}.btn-confirm{width:100%}.btn-manual-submit{padding:.55rem 1rem}.result-selection-body{overflow-y:visible;max-height:none}.parts-table-wrap{-webkit-overflow-scrolling:touch}.parts-table thead{display:none}.parts-table,.parts-table tbody{display:block}.parts-table tr{display:block;padding:.85rem .75rem;border-bottom:1px solid #f0f0f0;position:relative}.parts-table tr:last-child{border-bottom:none}.parts-table tr.row-suggested-by-ai{background:#f0fdf4}.parts-table tr.row-dimmed{opacity:.45;pointer-events:none}.parts-table td{display:flex;align-items:flex-start;gap:.5rem;padding:.2rem 0;border-bottom:none;font-size:.875rem;color:#1a1a1a;word-break:break-word}.parts-table td[data-label]:before{content:attr(data-label);font-size:.68rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;min-width:78px;flex-shrink:0;padding-top:.15rem;line-height:1.3}.parts-table td[data-label=""]:before{display:none}.parts-table td[data-label=Figure]{position:absolute;top:.75rem;right:.75rem;padding:0}.parts-table td[data-label=Figure]:before{display:none}.parts-table td[data-label=""]{margin-top:.15rem}.badge-suggested-ai{font-size:.72rem}.parts-table-correct-cb{width:18px;height:18px;margin:0}.parts-table td[data-label=""] .btn-add-to-cart{width:100%;justify-content:center;padding:.5rem 1rem;font-size:.85rem;margin-top:.25rem}.previous-parts-scroll{max-height:none}}.admin-page-wrap{max-width:960px}.admin-page-header{margin-bottom:1.75rem}.admin-page-title{font-size:1.375rem;font-weight:700;color:#111827;margin:0 0 .35rem}.admin-page-subtitle{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.admin-limits-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:860px){.admin-limits-grid{grid-template-columns:1fr}}.admin-limits-form{display:flex;flex-direction:column;gap:.875rem;padding:.25rem 0}.admin-limits-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-limits-label{display:flex;flex-direction:column;gap:.125rem;flex:1}.admin-limits-tier{font-size:.875rem;font-weight:600;color:#111827}.admin-limits-desc{font-size:.75rem;color:#9ca3af}.admin-limits-input{width:72px;padding:.35rem .5rem;font-size:.875rem;border:1px solid #d1d5db;border-radius:6px;text-align:center;background:#f9fafb;color:#111827;outline:none;transition:border-color .15s}.admin-limits-input:focus{border-color:#6366f1;background:#fff}.admin-limits-input:disabled{opacity:.5;cursor:not-allowed}.admin-limits-actions{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.admin-limits-msg{font-size:.8rem;font-weight:500}.admin-limits-msg--success{color:#10b981}.admin-limits-msg--error{color:#dc2626}
