/* Reference lock: approved ТЕХБАР account sheets. Neutral surfaces, orange actions,
   a quiet vertical rail, visible repair stages, explicit tables and two themes. */
.account-page { --account-tint: #fff0df; --account-accent-text: #9d4400; --account-soft-shadow: 0 5px 22px rgb(32 41 48 / 3%); }
html[data-theme="dark"] .account-page { --account-tint: #4a3e31; --account-accent-text: #ffad5c; --account-soft-shadow: none; }
.account-page .account-icon { flex: 0 0 auto; display: inline-block; width: 24px; height: 24px; vertical-align: middle; }
.account-page button,.account-page input,.account-page textarea,.account-page select { font: inherit; }
.account-page button { cursor: pointer; }
.account-page button:disabled,.account-page input:disabled,.account-page textarea:disabled { cursor: not-allowed; }
.account-page :where(button,a,input,select,textarea):focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.account-page [hidden] { display: none !important; }
.account-shell { display: grid; grid-template-columns: 224px minmax(0,1fr); align-items: start; gap: 40px; padding-block: 44px 72px; }
.account-sidebar { position: sticky; top: 110px; border: 1px solid var(--line); border-radius: var(--radius,8px); background: var(--surface); overflow: hidden; }
.account-profile { display: flex; align-items: center; gap: 12px; padding: 22px 18px; border-bottom: 1px solid var(--line); }
.account-profile-mark { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 auto; color: #22282d; background: var(--accent); border-radius: 50%; font-size: 18px; font-weight: 800; }
.account-profile strong { display: block; font-size: 14px; line-height: 1.3; }
.account-profile small { display: block; font-size: 11px; color: var(--muted); margin-top: 5px; line-height: 1.4; }
.account-nav { display: grid; padding: 12px 8px; gap: 3px; }
.account-nav a { display: flex; align-items: center; gap: 12px; min-height: 46px; padding: 10px 12px; color: var(--text); text-decoration: none; border-radius: 5px; border-left: 3px solid transparent; font-size: 13px; line-height: 1.3; transition: background-color 160ms; }
.account-nav a .account-icon { width: 21px; height: 21px; }
.account-nav a:hover { background: var(--surface-alt); }
.account-nav a[aria-current="page"] { background: var(--account-tint); color: var(--account-accent-text); border-left-color: var(--accent); font-weight: 650; }
.account-sidebar-bottom { display: flex; align-items: start; gap: 10px; padding: 20px 18px; border-top: 1px solid var(--line); color: var(--muted); }
.account-sidebar-bottom .account-icon { width: 18px; height: 18px; }
.account-sidebar-bottom p { margin: 0; font-size: 11px; line-height: 1.6; }
.account-main { min-width: 0; }
.account-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.account-heading h1 { font-size: clamp(28px,2.7vw,40px); font-weight: 780; line-height: 1.1; letter-spacing: -.035em; margin: 0 0 12px; text-wrap: balance; }
.account-heading p:not(.eyebrow) { margin: 0; max-width: 600px; font-size: 14px; line-height: 1.65; color: var(--muted); }
.account-heading .eyebrow { margin: 0 0 9px; font-size: 10px; }
.account-heading>.button { flex: 0 0 auto; white-space: nowrap; font-size: 12px; padding: 13px 16px; }
.account-heading>.button .account-icon { width: 18px; height: 18px; }
.account-heading>.account-status { font-size: 11px; max-width: 190px; }
.account-demo-note { display: flex; align-items: start; gap: 11px; padding: 13px 16px; border: 1px solid var(--line); border-radius: var(--radius,8px); margin-bottom: 24px; background: var(--surface-alt); color: var(--muted); }
.account-demo-note .account-icon { width: 18px; height: 18px; margin-top: 2px; }
.account-demo-note p { margin: 0; font-size: 12px; line-height: 1.65; }
.account-demo-note strong { color: var(--text); font-weight: 600; }
.account-grid { display: grid; gap: 20px; margin-bottom: 20px; }
.account-grid-two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.account-grid-three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.account-panel { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius,8px); background: var(--surface); box-shadow: var(--account-soft-shadow); }
.account-main>.account-panel { margin-bottom: 20px; }
.account-panel h2 { margin: 0 0 15px; font-size: 18px; line-height: 1.3; letter-spacing: -.02em; font-weight: 720; }
.account-panel h3 { font-size: 15px; font-weight: 650; line-height: 1.45; margin: 0 0 6px; }
.account-panel p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0 0 15px; }
.account-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.account-panel-heading h2 { display: flex; align-items: center; gap: 10px; margin: 0; }
.account-panel-heading h2 .account-icon { width: 21px; height: 21px; }
.account-badge { display: inline-flex; align-items: center; width: fit-content; flex: 0 0 auto; border: 1px solid var(--line); color: var(--muted); background: var(--surface-alt); padding: 4px 8px; font-size: 10px; font-weight: 500; border-radius: 4px; line-height: 1.3; }
.account-car-visual { position: relative; overflow: hidden; border-radius: 5px; background: var(--surface-alt); aspect-ratio: 2.2; margin-bottom: 17px; }
.account-car-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 68% 55%; }
.account-car-visual>span,.account-repair-image>span { position: absolute; right: 10px; bottom: 10px; background: rgb(34 40 45 / 82%); color: #fff; padding: 4px 7px; font-size: 9px; border-radius: 3px; }
.account-car-title p { font-size: 12px; margin-bottom: 16px; }
.account-text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; color: var(--text); text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 4px; line-height: 1.5; }
.account-text-link:hover { text-decoration-color: var(--accent); }
.account-text-link .account-icon { width: 17px; height: 17px; transition: transform 150ms; }
.account-text-link:hover .account-icon { transform: translateX(3px); }
.account-status { display: inline-flex; align-items: center; gap: 7px; color: var(--account-accent-text); background: var(--account-tint); border: 1px solid color-mix(in srgb,var(--accent) 23%,transparent); border-radius: 5px; padding: 8px 11px; font-size: 11px; line-height: 1.5; }
.account-status .account-icon { width: 16px; height: 16px; }
.account-appointment-overview { display: flex; flex-direction: column; align-items: start; }
.account-appointment-overview .account-panel-heading { width: 100%; }
.account-appointment-overview>h3 { margin-top: 18px; }
.account-appointment-overview .account-details { width: 100%; margin-block: 14px; }
.account-appointment-overview>.button { width: 100%; justify-content: space-between; margin-top: auto; font-size: 12px; }
.account-details { margin: 0; }
.account-details>div { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.45; }
.account-details>div:last-child { border-bottom: 0; }
.account-details dt { color: var(--muted); }
.account-details dd { margin: 0; text-align: right; font-weight: 550; }
.account-summary h2 { font-size: 14px; }
.account-summary-value { display: flex; align-items: center; gap: 15px; margin: 26px 0 9px; }
.account-summary-value>.account-icon { width: 29px; height: 29px; }
.account-summary-value strong { font-size: 30px; line-height: 1.1; letter-spacing: -.025em; }
.account-summary-value strong.account-stage-word { font-size: 14px; line-height: 1.4; }
.account-summary p { font-size: 11px; min-height: 35px; }
.account-summary .account-text-link { display: flex; justify-content: space-between; }
.account-row-link { display: flex; align-items: center; gap: 12px; padding: 16px 0; border-top: 1px solid var(--line); color: var(--text); text-decoration: none; }
.account-row-link>span { flex: 1; }
.account-row-link strong { display: block; font-weight: 550; font-size: 12px; line-height: 1.5; }
.account-row-link small { display: block; color: var(--muted); font-size: 11px; margin-top: 3px; line-height: 1.5; }
.account-row-link>.account-icon:last-child { width: 16px; height: 16px; }
.account-row-link:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.account-footnote { margin: 30px 0 0; color: var(--muted); font-size: 11px; }
.account-login-wrap { padding-block: 60px 88px; }
.account-login { max-width: 960px; margin-inline: auto; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius,8px); overflow: hidden; }
.account-login-art { position: relative; min-height: 610px; background: #2a3035; overflow: hidden; }
.account-login-art>img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.account-login-art:after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgb(21 28 34 / 90%),transparent 75%); }
.account-login-art>div { position: absolute; z-index: 1; bottom: 35px; left: 30px; right: 28px; color: #fff; }
.account-login-art .eyebrow { color: #ffad5c; font-size: 12px; }
.account-login-art p { font-size: clamp(26px,3vw,36px); font-weight: 750; letter-spacing: -.035em; line-height: 1.12; margin: 15px 0 30px; }
.account-login-art small { color: #cad0d5; font-size: 10px; }
.account-login-content { padding: 54px 44px; display: flex; flex-direction: column; align-items: start; }
.account-login-content h1 { font-size: clamp(29px,3vw,40px); line-height: 1.1; letter-spacing: -.04em; margin: 25px 0 15px; }
.account-login-lead { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0 0 25px; }
.account-login-content>.button { width: 100%; justify-content: space-between; margin-top: 8px; }
.account-login-content>.account-text-link { margin-top: auto; padding-top: 25px; }
.account-field { display: grid; gap: 9px; margin-block: 17px; width: 100%; font-size: 13px; font-weight: 550; }
.account-field>label { font-weight: 600; }
.account-field input,.account-field select,.account-field textarea,.account-inline-select select { width: 100%; border: 1px solid var(--line); border-radius: 5px; min-height: 47px; background: var(--bg); color: var(--text); padding: 12px 13px; font-size: 13px; line-height: 1.4; font-weight: 400; }
.account-field textarea { resize: vertical; }
.account-field :disabled { color: var(--muted); opacity: .8; }
.account-field p { font-weight: 400; font-size: 11px; line-height: 1.6; color: var(--muted); margin: 0; }
.account-phone-wrap { position: relative; }
.account-phone-wrap>.account-icon { position: absolute; left: 14px; top: 13px; width: 20px; height: 20px; color: var(--muted); }
.account-phone-wrap input { padding-left: 46px; }
.account-login-assurance { display: flex; gap: 11px; color: var(--muted); margin-top: 23px; }
.account-login-assurance .account-icon { width: 19px; height: 19px; margin-top: 2px; }
.account-login-assurance p { margin: 0; font-size: 11px; line-height: 1.6; }
.account-car-links { display: flex; gap: 28px; border-top: 1px solid var(--line); margin-top: 15px; padding-top: 17px; }
.account-add-car { display: grid; place-items: center; min-height: 310px; border-style: dashed; background: transparent; text-align: center; }
.account-add-car>div { max-width: 230px; }
.account-add-car>div>.account-icon { width: 35px; height: 35px; color: var(--muted); margin-bottom: 18px; }
.account-add-car .button { margin-top: 10px; font-size: 12px; }
.account-filter-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 8px; }
.account-filter-row h2 { margin: 0; }
.account-inline-select { display: flex; align-items: center; gap: 10px; font-size: 11px; color: var(--muted); white-space: nowrap; }
.account-inline-select select { width: auto; min-height: 40px; padding: 8px 11px; }
.account-history-item { display: grid; grid-template-columns: 46px minmax(0,1fr); gap: 18px; padding: 28px 0; }
.account-history-item+.account-history-item { border-top: 1px solid var(--line); }
.account-history-item:last-child { padding-bottom: 2px; }
.account-history-icon { width: 46px; height: 46px; background: var(--surface-alt); border: 1px solid var(--line); display: grid; place-items: center; border-radius: 6px; }
.account-history-item h3 { margin-top: 10px; }
.account-history-meta { display: flex; gap: 34px; margin-block: 20px; font-size: 11px; }
.account-history-meta dt { color: var(--muted); margin-bottom: 6px; }
.account-history-meta dd { margin: 0; }
.account-request-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.account-request-layout h3 { margin-top: 18px; }
.account-action-row { display: flex; align-items: center; gap: 18px; margin-top: 22px; }
.account-action-row p { margin: 0; font-size: 11px; }
.account-action-row .button { font-size: 12px; }
.account-empty { display: flex; align-items: center; gap: 19px; padding: 27px 0; }
.account-empty>.account-icon { width: 34px; height: 34px; color: var(--muted); }
.account-empty h3 { font-size: 14px; margin: 0 0 5px; }
.account-empty p { margin: 0; font-size: 12px; }
.account-document-row { display: flex; align-items: center; gap: 18px; padding-block: 23px; border-top: 1px solid var(--line); }
.account-document-row>div { flex: 1; }
.account-document-row h3 { font-size: 14px; }
.account-document-row p { font-size: 12px; margin: 0; }
.account-document-row .button { font-size: 11px; padding: 10px 14px; }
.account-document-row .button .account-icon { width: 15px; height: 15px; }
.account-repair-car { display: grid; grid-template-columns: 1.1fr 1fr; padding: 0; overflow: hidden; }
.account-repair-car>div:last-child { padding: 24px; }
.account-repair-car h2 { margin-top: 14px; }
.account-repair-image { position: relative; min-height: 248px; }
.account-repair-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.account-repair-progress { margin: 34px 0; }
.account-repair-stages { padding: 0; margin: 0; list-style: none; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); }
.account-repair-stages li { position: relative; display: flex; flex-direction: column; align-items: center; gap: 13px; text-align: center; font-size: 11px; line-height: 1.5; color: var(--muted); padding-inline: 5px; }
.account-repair-stages li:before { content: ''; position: absolute; top: 18px; right: 50%; width: 100%; height: 1px; background: var(--line); }
.account-repair-stages li:first-child:before { content: none; }
.account-repair-stages li.is-complete:before,.account-repair-stages li.is-current:before { background: var(--accent); }
.account-stage-dot { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; position: relative; background: var(--surface); font-size: 14px; color: var(--text); }
.account-stage-dot>.account-icon { width: 19px; height: 19px; }
.is-complete .account-stage-dot { border-color: var(--accent); color: var(--account-accent-text); }
.is-current .account-stage-dot { background: var(--accent); color: #22282d; border-color: var(--accent); box-shadow: 0 0 0 4px var(--bg),0 0 0 5px var(--accent); font-weight: 800; }
.account-repair-stages li.is-current { color: var(--text); font-weight: 650; }
.account-decision-banner { display: flex; align-items: center; gap: 17px; }
.account-decision-mark { width: 38px; height: 38px; flex: 0 0 auto; border-radius: 50%; background: var(--accent); color: #22282d; display: grid; place-items: center; font-size: 23px; font-weight: 800; }
.account-decision-banner>div { flex: 1; }
.account-decision-banner h2 { margin-bottom: 4px; font-size: 16px; }
.account-decision-banner p { margin: 0; font-size: 12px; }
.account-decision-banner .button { font-size: 12px; padding: 12px 16px; white-space: nowrap; }
.account-work-log { margin-block: 26px; }
.account-work-log>div { display: flex; gap: 17px; position: relative; padding-bottom: 25px; }
.account-work-log>div:before { content: ''; width: 1px; background: var(--line); position: absolute; top: 8px; bottom: -8px; left: 5px; }
.account-work-log>div:last-child { padding-bottom: 0; }
.account-work-log>div:last-child:before { content: none; }
.account-log-dot { position: relative; z-index: 1; flex: 0 0 auto; width: 11px; height: 11px; margin-top: 5px; border: 2px solid var(--muted); border-radius: 50%; background: var(--surface); }
.account-log-dot.current { background: var(--accent); border-color: var(--accent); }
.account-work-log strong { font-size: 14px; }
.account-work-log p { margin-block: 5px; font-size: 12px; }
.account-work-log small { color: var(--muted); font-size: 10px; }
.account-work-log+.button { width: 100%; font-size: 12px; }
.account-table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 5px; }
.account-table { width: 100%; border-collapse: collapse; font-size: 12px; text-align: left; }
.account-table caption { text-align: left; padding: 12px 15px; background: var(--surface-alt); color: var(--muted); font-size: 11px; border-bottom: 1px solid var(--line); }
.account-table th,.account-table td { padding: 13px 15px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.account-table thead th { color: var(--muted); font-weight: 500; font-size: 10px; }
.account-table tbody th[scope="row"] { font-weight: 450; }
.account-table td:last-child,.account-table thead th:last-child { text-align: right; white-space: nowrap; }
.account-table td:nth-child(2),.account-table thead th:nth-child(2) { text-align: center; }
.account-table-group { background: var(--surface-alt); font-size: 11px; }
.account-table-group th { font-weight: 650; padding-block: 10px; }
.account-table tfoot { font-weight: 750; font-size: 16px; }
.account-table tfoot th,.account-table tfoot td { border-bottom: 0; padding-block: 16px; }
.account-estimate-note { display: flex; gap: 11px; margin-block: 20px 27px; }
.account-estimate-note>.account-icon { width: 18px; height: 18px; color: var(--muted); }
.account-estimate-note p { margin: 0; font-size: 11px; }
.account-text-button { display: inline-flex; align-items: center; gap: 8px; background: transparent; border: 0; color: var(--text); text-decoration: underline; text-underline-offset: 4px; padding: 12px 0; font-size: 11px !important; }
.account-text-button>.account-icon { width: 16px; height: 16px; }
.account-estimate-actions { justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.account-estimate-actions .button { padding: 12px 14px; }
.account-estimate-actions .account-icon { width: 17px; height: 17px; }
.account-panel .account-small,.account-small { font-size: 11px; line-height: 1.65; color: var(--muted); }
.account-center { text-align: center; margin-block: 17px 0 !important; }
.account-payment-summary { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 25px; }
.account-payment-summary .account-field { margin: 0; font-size: 12px; }
.account-balance { display: block; font-size: clamp(36px,4vw,48px); line-height: 1.15; letter-spacing: -.045em; margin-top: 8px; }
.account-balance>span { font-size: .74em; letter-spacing: -.03em; }
.account-payment-breakdown { margin: 25px 0 0; }
.account-payment-breakdown>div { display: flex; justify-content: space-between; gap: 20px; font-size: 13px; padding-block: 10px; border-top: 1px solid var(--line); }
.account-payment-breakdown dd { margin: 0; }
.account-payment-breakdown .account-total { font-weight: 700; }
.account-payment-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 0; border: 0; margin: 21px 0; }
.account-payment-methods label { display: flex; align-items: center; gap: 12px; min-height: 72px; padding: 14px; border: 1px solid var(--line); border-radius: 5px; font-size: 13px; cursor: pointer; }
.account-payment-methods label:has(:checked) { border-color: var(--accent); background: color-mix(in srgb,var(--account-tint) 40%,transparent); }
.account-payment-methods .account-icon { width: 29px; height: 29px; }
.account-page input[type="radio"],.account-page input[type="checkbox"] { width: 18px; height: 18px; min-height: 18px; padding: 0; accent-color: #ca6000; flex: 0 0 auto; margin: 0; }
html[data-theme="dark"] .account-page input[type="radio"],html[data-theme="dark"] .account-page input[type="checkbox"] { accent-color: var(--accent); }
.account-bonus-toggle { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 23px; font-size: 12px; }
.account-bonus-toggle label { display: flex; align-items: center; gap: 9px; cursor: pointer; min-height: 34px; }
.account-bonus-toggle a { font-size: 10px; color: var(--muted); text-underline-offset: 3px; }
.account-full-button { display: flex; width: 100%; justify-content: center; }
.account-bonus-balance { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.account-bonus-balance>div>p { font-size: 12px; margin: 0; }
.account-bonus-balance>.account-icon { width: 76px; height: 76px; color: var(--accent); stroke-width: 1; transform: rotate(7deg); margin: 5px 10px; }
.account-bonus-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 25px; margin-block: 28px 20px; }
.account-bonus-steps>div { position: relative; padding-left: 0; }
.account-bonus-steps>div+div { padding-left: 22px; border-left: 1px solid var(--line); }
.account-bonus-steps .account-icon { width: 27px; height: 27px; margin-left: 10px; }
.account-step-number { display: inline-grid; width: 22px; height: 22px; place-items: center; background: var(--text); color: var(--surface); font-size: 11px; font-weight: 650; border-radius: 50%; vertical-align: middle; }
.account-bonus-steps h3 { font-size: 12px; font-weight: 500; margin-top: 13px; line-height: 1.6; }
.account-tabs { display: flex; border-bottom: 1px solid var(--line); gap: 7px; margin-top: 20px; }
.account-tabs button { padding: 12px 20px; background: transparent; color: var(--muted); border: 0; border-bottom: 2px solid transparent; font-size: 13px; }
.account-tabs button[aria-selected="true"] { color: var(--text); font-weight: 650; border-color: var(--accent); }
.account-tabs+[role="tabpanel"] .account-empty { padding-block: 35px; }
.account-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.account-dialog { width: min(540px,calc(100% - 32px)); max-height: calc(100dvh - 40px); overflow-y: auto; padding: 28px; background: var(--surface); color: var(--text); border: 1px solid var(--line); border-radius: var(--radius,8px); box-shadow: 0 20px 80px rgb(0 0 0 / 24%); overscroll-behavior: contain; }
.account-dialog::backdrop { background: rgb(14 20 26 / 60%); backdrop-filter: blur(3px); }
.account-dialog-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 20px; }
.account-icon-button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 5px; color: var(--text); background: var(--surface); }
.account-icon-button>.account-icon { width: 18px; height: 18px; }
.account-dialog h2 { font-size: 26px; line-height: 1.15; letter-spacing: -.035em; margin: 0 0 17px; }
.account-dialog h3 { font-size: 13px; margin: 18px 0 6px; }
.account-dialog p { font-size: 13px; line-height: 1.7; color: var(--muted); margin: 0 0 17px; }
.account-dialog .account-dialog-disclaimer { font-size: 11px; padding: 13px; border-radius: 5px; background: var(--surface-alt); margin-block: 20px; }
.account-dialog .account-details { margin-block: 15px 20px; }
.account-document-preview { border: 1px solid var(--line); background: var(--bg); padding: 18px; border-radius: 5px; margin-block: 20px; }
.account-document-preview .account-document-watermark { color: var(--account-accent-text); font-size: 10px; letter-spacing: .04em; font-weight: 650; }
.account-document-total { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 17px; margin-top: 20px; font-size: 15px; }
.account-check-label { display: flex; align-items: start; gap: 10px; font-size: 12px; line-height: 1.6; margin: 24px 0; cursor: pointer; }
.account-check-label input { margin-top: 2px !important; }
.account-dialog .account-form-error { color: #bd3b31; font-size: 12px; }
html[data-theme="dark"] .account-dialog .account-form-error { color: #ffa19a; }
.account-live { position: fixed; bottom: 24px; left: 50%; transform: translate(-50%,20px); z-index: 100; width: min(640px,calc(100% - 32px)); color: var(--text); background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--accent); border-radius: 7px; box-shadow: 0 8px 40px rgb(0 0 0 / 18%); padding: 16px 20px; font-size: 13px; line-height: 1.6; opacity: 0; pointer-events: none; transition: opacity 180ms,transform 180ms; }
.account-live.is-visible { opacity: 1; transform: translate(-50%,0); }
@media(min-width:1450px) { .account-shell { gap: 48px; grid-template-columns: 240px minmax(0,1fr); } .account-panel { padding: 27px; } .account-repair-car { padding: 0; } }
@media(max-width:1150px) { .account-shell { grid-template-columns: 192px minmax(0,1fr); gap: 25px; } .account-heading { align-items: start; flex-direction: column; gap: 17px; } .account-heading>.account-status { max-width: none; } .account-panel { padding: 19px; } .account-repair-car { padding: 0; } .account-summary-value { gap: 10px; } .account-summary-value>.account-icon { width: 22px; height: 22px; } .account-summary-value strong.account-stage-word { font-size: 12px; } .account-panel-heading h2 { font-size: 16px; } .account-panel-heading { gap: 10px; } .account-decision-banner { flex-wrap: wrap; } .account-decision-banner>.button { margin-left: 55px; } .account-nav a { gap: 9px; font-size: 12px; padding-left: 8px; } .account-profile { padding-inline: 14px; } .account-profile small { font-size: 10px; } .account-profile-mark { width: 30px; height: 30px; } }
@media(max-width:850px) { .account-shell { display: block; padding-top: 24px; } .account-sidebar { position: static; margin-bottom: 28px; border: 0; background: none; border-radius: 0; overflow: visible; } .account-profile,.account-sidebar-bottom { display: none; } .account-nav { display: flex; gap: 6px; overflow-x: auto; padding: 2px 0 12px; scrollbar-width: thin; } .account-nav a { min-height: 42px; padding: 9px 13px; border: 1px solid var(--line); background: var(--surface); white-space: nowrap; border-radius: 5px; font-size: 12px; } .account-nav a[aria-current="page"] { border-color: var(--accent); } .account-nav a .account-icon { width: 18px; height: 18px; } .account-heading { flex-direction: row; align-items: center; } .account-heading h1 { font-size: 30px; } .account-heading>.button { font-size: 11px; } .account-summary-value strong.account-stage-word { font-size: 14px; } .account-login-content { padding: 40px 30px; } .account-login-art { min-height: 610px; } .account-login-wrap { padding-block: 35px 60px; } }
@media(max-width:600px) { .account-shell { padding-bottom: 40px; } .account-heading { flex-direction: column; align-items: start; } .account-heading h1 { font-size: 29px; } .account-heading p:not(.eyebrow) { font-size: 13px; } .account-heading>.button { min-height: 44px; } .account-demo-note { padding: 13px; gap: 9px; } .account-demo-note p { font-size: 11px; } .account-grid-two { grid-template-columns: 1fr; } .account-grid { gap: 15px; margin-bottom: 15px; } .account-panel { padding: 20px; } .account-panel-heading h2 { font-size: 17px; } .account-car-visual { aspect-ratio: 2; } .account-appointment-overview>.button { margin-top: 8px; } .account-grid-three { grid-template-columns: 1fr; } .account-summary { display: grid; grid-template-columns: 1fr auto; column-gap: 16px; align-items: center; } .account-summary h2 { margin: 0 0 6px; } .account-summary-value { margin: 0; grid-column: 2; grid-row: 1/3; } .account-summary-value>.account-icon { width: 26px; height: 26px; } .account-summary-value strong.account-stage-word { font-size: 12px; } .account-summary p { min-height: 0; margin: 0; } .account-summary .account-text-link { grid-column: 1/-1; margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--line); } .account-login { display: flex; flex-direction: column; } .account-login-art { min-height: 230px; } .account-login-art>img { object-position: center 52%; } .account-login-art>div { left: 24px; bottom: 22px; } .account-login-art .eyebrow { font-size: 10px; } .account-login-art p { font-size: 28px; margin: 10px 0 12px; } .account-login-art small { font-size: 8px; } .account-login-content { padding: 28px 24px; } .account-login-content h1 { margin-top: 20px; } .account-login-lead { font-size: 13px; } .account-login-wrap { padding-block: 24px 40px; } .account-request-layout { grid-template-columns: 1fr; gap: 10px; } .account-action-row { flex-wrap: wrap; gap: 13px; } .account-filter-row { align-items: start; flex-direction: column; } .account-inline-select { justify-content: space-between; width: 100%; } .account-history-item { gap: 12px; grid-template-columns: 34px minmax(0,1fr); } .account-history-icon { width: 34px; height: 34px; } .account-history-icon .account-icon { width: 19px; height: 19px; } .account-history-meta { gap: 16px; flex-wrap: wrap; } .account-history-meta>div:first-child { width: 100%; } .account-document-row { flex-wrap: wrap; gap: 12px; } .account-document-row>div { min-width: calc(100% - 38px); } .account-document-row>.button,.account-document-row>.account-badge { margin-left: 36px; } .account-repair-car { grid-template-columns: 1fr; padding: 0; } .account-repair-image { min-height: 200px; } .account-repair-car>div:last-child { padding: 22px; } .account-repair-progress { margin-block: 30px; } .account-repair-stages li { font-size: 8px; padding-inline: 2px; gap: 12px; } .account-stage-dot { width: 29px; height: 29px; font-size: 11px; } .account-stage-dot>.account-icon { width: 15px; height: 15px; } .account-repair-stages li:before { top: 14px; } .account-decision-banner { gap: 13px; } .account-decision-banner h2 { font-size: 15px; } .account-decision-banner>.button { margin-left: 0; width: 100%; justify-content: space-between; } .account-decision-mark { width: 30px; height: 30px; font-size: 20px; } .account-table th,.account-table td { padding: 12px 9px; font-size: 11px; } .account-table thead th { font-size: 9px; } .account-table caption { padding-inline: 10px; font-size: 10px; } .account-table th:first-child { min-width: 143px; } .account-table tfoot th,.account-table tfoot td { font-size: 14px; } .account-estimate-panel { padding: 14px; } .account-estimate-actions>.button { width: 100%; } .account-estimate-actions>.account-text-button { order: 3; margin-inline: auto; } .account-payment-summary { gap: 16px; } .account-payment-summary .account-field { font-size: 10px; } .account-payment-summary select { font-size: 10px; padding: 10px 7px; } .account-balance { font-size: 36px; } .account-payment-methods { gap: 10px; } .account-payment-methods label { flex-wrap: wrap; gap: 8px; padding: 12px; font-size: 11px; } .account-payment-methods label>span { display: block; width: 100%; } .account-payment-methods .account-icon { width: 25px; height: 25px; } .account-bonus-toggle { align-items: start; gap: 10px; font-size: 11px; } .account-bonus-toggle a { font-size: 9px; max-width: 95px; text-align: right; padding-top: 8px; } .account-bonus-balance>.account-icon { width: 50px; height: 50px; margin: 0; } .account-bonus-balance .account-balance { font-size: 32px; } .account-bonus-steps { gap: 11px; } .account-bonus-steps>div+div { padding-left: 12px; } .account-bonus-steps h3 { font-size: 10px; } .account-bonus-steps .account-icon { width: 23px; height: 23px; margin-left: 4px; } .account-step-number { width: 17px; height: 17px; font-size: 9px; } .account-tabs button { padding-inline: 16px; } .account-dialog { padding: 22px; } .account-dialog h2 { font-size: 25px; } .account-live { bottom: 15px; padding: 13px 15px; font-size: 12px; } .account-panel-heading>.account-text-link { font-size: 10px; gap: 5px; } }
@media(prefers-reduced-motion:reduce) { .account-page *, .account-page *:before, .account-page *:after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
