@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;0,900;1,700&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --ink: #090a0c;
  --graphite: #14171b;
  --steel: #252a30;
  --muted: #69717b;
  --line: #d9dde2;
  --paper: #f3f2ef;
  --white: #fff;
  --blue: #24679f;
  --blue-bright: #3d8bcb;
  --blue-dark: #184b75;
  --accent-soft: rgba(36, 103, 159, .1);
  --accent-ink: #fff;
  --red: #c9403a;
  --green: #3d8a62;
  --yellow: #d59a28;
  --shadow: 0 18px 50px rgba(8, 14, 20, .13);
  --display: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  --body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header,
.app-header {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 4vw, 68px);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  color: var(--white);
  transition: background .2s, box-shadow .2s;
}

.site-header.scrolled { background: rgba(9, 10, 12, .94); box-shadow: 0 1px 0 rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; line-height: 1; }
.brand-mark { position: relative; width: 42px; height: 35px; display: grid; place-items: center; background: var(--blue); clip-path: polygon(5% 0, 95% 0, 100% 77%, 50% 100%, 0 77%); }
.brand-mark::before { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(255,255,255,.35); clip-path: inherit; }
.brand-mark span { position: relative; color: var(--accent-ink); font: 900 17px/1 var(--display); letter-spacing: -.03em; }
.brand-copy { display: flex; flex-direction: column; text-transform: uppercase; }
.brand-copy strong { font: 800 15px/.9 var(--display); letter-spacing: .055em; }
.brand-copy small { margin-top: 4px; color: #aeb5bd; font: 700 10px/1 var(--body); letter-spacing: .32em; }
.branded-lockup { min-width: 124px; justify-content: center; }
.site-brand-lockup { width: 120px; display: grid; justify-items: center; align-content: center; line-height: 1; }
.site-brand-lockup img { width: 120px; height: 59px; object-fit: contain; }
.site-brand-lockup strong { margin-top: 8px; padding-left: .3em; color: #fff; font: 500 14px/1.05 var(--body); letter-spacing: .3em; text-transform: uppercase; }
.footer-brand { min-width: 112px; }
.footer-brand .site-brand-lockup { width: 108px; }
.footer-brand .site-brand-lockup img { width: 108px; height: 54px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav > a:not(.button) { color: #d7d9dc; font-size: 14px; font-weight: 600; text-decoration: none; }
.desktop-nav > a:not(.button):hover { color: #fff; }

.button { border: 0; border-radius: 2px; min-height: 53px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 25px; font-size: 14px; font-weight: 800; letter-spacing: .02em; text-decoration: none; cursor: pointer; transition: transform .15s, background .15s, color .15s, border-color .15s; }
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button-small { min-height: 39px; padding-inline: 18px; }
.button-primary { color: var(--accent-ink); background: var(--blue); box-shadow: 0 8px 24px rgba(29, 88, 136, .24); }
.button-primary:hover { background: var(--blue-bright); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.04); }
.button-light { background: #fff; color: var(--ink); }
.button-outline { background: transparent; border: 1px solid #c1c6cc; color: var(--ink); }
.text-link { color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 5px; }

.hero { position: relative; min-height: 760px; height: min(92vh, 900px); overflow: hidden; color: #fff; background: #060708; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,9,.98) 0%, rgba(5,7,9,.88) 26%, rgba(5,7,9,.36) 60%, rgba(5,7,9,.18) 100%), linear-gradient(0deg, rgba(5,7,9,.62), transparent 50%); }
.hero-content { position: relative; z-index: 2; width: min(640px, 46vw); margin-left: clamp(28px, 8vw, 130px); padding-top: 54px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #c7ccd1; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: var(--blue-bright); }
.eyebrow.dark { color: #69717a; }
.hero h1, .section h2, .personal-copy h2, .responsibility-section h2, .final-cta h2, .setup-step h1, .garage-welcome h2, .panel-heading h2 { font-family: var(--display); margin: 0; text-transform: uppercase; letter-spacing: -.03em; }
.hero h1 { font-size: clamp(74px, 8vw, 126px); line-height: .78; }
.hero h1 em { color: #76aede; font-weight: 700; }
.hero-lede { width: min(550px, 100%); margin: 34px 0 30px; color: #d4d7db; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.microcopy { margin: 14px 0 0; color: #aeb4bb; font-size: 13px; }
.hero-status { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; min-height: 84px; display: flex; justify-content: flex-end; align-items: center; padding: 0 clamp(28px, 7vw, 112px); border-top: 1px solid rgba(255,255,255,.14); background: rgba(7,8,10,.58); backdrop-filter: blur(10px); }
.hero-status > div { min-width: 185px; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.13); }
.hero-status strong, .hero-status small { display: block; }
.hero-status strong { font: 700 16px/1.1 var(--display); letter-spacing: .03em; text-transform: uppercase; }
.hero-status small { margin-top: 6px; color: #aeb4bb; font-size: 13px; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(61,138,98,.16); vertical-align: 2px; }

.quick-strip { min-height: 95px; display: flex; align-items: center; justify-content: center; gap: clamp(30px, 7vw, 100px); padding: 24px; background: var(--ink); color: #fff; }
.quick-strip p { color: #9ba2aa; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.type-row { display: flex; align-items: center; flex-wrap: wrap; gap: clamp(22px, 4vw, 54px); }
.type-row span { font: 700 17px/1 var(--display); letter-spacing: .04em; text-transform: uppercase; }
.type-row i { color: var(--blue-bright); font-size: 7px; margin-right: 9px; }

.section { max-width: 1240px; margin: 0 auto; padding: 110px 38px; }
.section-heading { max-width: 680px; margin-bottom: 56px; }
.section-heading.compact { margin-bottom: 44px; }
.section h2, .personal-copy h2, .responsibility-section h2, .final-cta h2 { font-size: clamp(48px, 5vw, 70px); line-height: .92; }
.section-heading > p:last-child { max-width: 640px; margin: 23px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.step-card { position: relative; min-height: 310px; padding: 40px; border-right: 1px solid var(--line); overflow: hidden; }
.step-card:last-child { border: 0; }
.step-card.featured { color: #fff; background: var(--blue-dark); border-color: var(--blue-dark); }
.step-card.featured::after { content: ""; position: absolute; width: 220px; height: 220px; right: -105px; bottom: -110px; border: 34px solid rgba(255,255,255,.06); border-radius: 50%; }
.step-number { color: #9299a0; font: 800 10px/1 var(--body); letter-spacing: .12em; }
.featured .step-number { color: #9ec5e4; }
.step-icon { width: 43px; height: 43px; margin: 42px 0 26px; display: grid; place-items: center; color: var(--blue); background: #eaf2f8; font-size: 20px; font-weight: 500; }
.featured .step-icon { color: #fff; background: rgba(255,255,255,.13); }
.step-card h3 { margin: 0 0 12px; font: 800 23px/1 var(--display); letter-spacing: -.01em; text-transform: uppercase; }
.step-card p { max-width: 290px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.featured p { color: #c4d8e8; }

.personal-section { min-height: 610px; display: grid; grid-template-columns: 1.08fr .92fr; background: #121519; color: #fff; }
.personal-photo { position: relative; overflow: hidden; min-height: 520px; }
.personal-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, #121519 100%), linear-gradient(0deg, rgba(0,0,0,.48), transparent 50%); }
.personal-photo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); }
.photo-label { position: absolute; z-index: 2; left: 34px; bottom: 30px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.28); color: #fff; background: rgba(0,0,0,.32); backdrop-filter: blur(6px); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.personal-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(40px, 7vw, 110px) 70px 50px; }
.personal-copy h2 em { color: #72a9d6; }
.personal-copy > p:not(.eyebrow) { max-width: 520px; margin: 26px 0; color: #c0c5ca; font-size: 17px; line-height: 1.7; }
.personal-points { display: grid; gap: 10px; margin-bottom: 30px; }
.personal-points span { color: #d6d9dc; font: 700 15px/1.35 var(--body); }
.personal-points span::before { content: "✓"; margin-right: 10px; color: #67a3d3; }
.personal-copy .button { align-self: flex-start; }

.grow-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 15px; }
.grow-grid article { min-height: 240px; padding: 32px; border: 1px solid var(--line); background: #fff; }
.grow-grid h3 { margin: 42px 0 12px; font: 800 24px/1 var(--display); text-transform: uppercase; }
.grow-grid p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.mode-tag { display: inline-block; padding: 7px 9px; color: #646b73; background: #eceef0; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mode-tag.live { color: #fff; background: var(--blue); }
.future-mode-card { position: relative; overflow: hidden; color: #69717a; }
.future-mode-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(243, 244, 245, .52); backdrop-filter: grayscale(1); }
.mode-lock { position: absolute; z-index: 2; left: 50%; top: 50%; display: inline-flex; align-items: center; gap: 9px; min-width: 150px; justify-content: center; padding: 12px 16px; color: #fff; background: rgba(17, 20, 24, .82); border: 1px solid rgba(255,255,255,.2); box-shadow: 0 8px 22px rgba(10,14,18,.18); font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transform: translate(-50%, -50%); }
.mode-lock i { font-style: normal; }

.responsibility-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 95px max(38px, calc((100vw - 1164px)/2)); background: #0b0c0e; color: #fff; }
.responsibility-section > p { margin: 0; color: #b4bac0; font-size: 17px; line-height: 1.75; border-left: 2px solid var(--blue); padding-left: 25px; transform: translateY(-5px); }
.final-cta { padding: 100px 30px; text-align: center; }
.final-cta .eyebrow { justify-content: center; }
.final-cta .button { margin-top: 35px; }
footer { min-height: 100px; display: flex; flex-wrap: wrap; align-items: center; gap: 28px 40px; padding: 25px max(30px, calc((100vw - 1164px)/2)); color: #fff; background: var(--ink); }
footer > p { margin: 0; color: #8f969e; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
footer > p { flex: 0 0 auto; }
footer .footer-privacy { max-width: 520px; color: #aeb4bb; font-size: 12px; line-height: 1.55; letter-spacing: 0; text-transform: none; }
footer .footer-privacy strong { color: #d9dde1; }
footer .footer-legal { margin-left: auto; }

/* App */
.app-page { min-height: 100vh; background: #e9e8e4; }
.app-shell { min-height: 100vh; }
.app-header { position: relative; z-index: 30; color: #fff; background: var(--ink); border-bottom: 1px solid #22262b; }
.app-header-actions { display: flex; align-items: center; gap: 10px; }
.app-brand { min-width: 112px; justify-content: center; }
.app-brand-lockup { width: 108px; display: grid; justify-items: center; align-content: center; line-height: 1; }
.app-brand-lockup img { width: 108px; height: 56px; object-fit: contain; }
.app-brand-lockup strong { margin-top: 7px; padding-left: .3em; color: #fff; font: 500 14px/1.05 var(--body); letter-spacing: .3em; text-transform: uppercase; }
.command-link { min-height: 40px; display: inline-flex; align-items: center; padding: 0 14px; color: #d9e7f2; border: 1px solid #34526a; background: #16232e; font-size: 14px; font-weight: 800; text-decoration: none; }
.cloud-button { min-height: 40px; display: inline-flex; align-items: center; gap: 9px; padding: 0 14px; color: #fff; background: #1c2025; border: 1px solid #31363c; border-radius: 999px; font: 800 14px/1 var(--body); cursor: pointer; }
.cloud-button i { width: 9px; height: 9px; border-radius: 50%; background: #9298a0; box-shadow: 0 0 0 4px rgba(146,152,160,.14); }
.cloud-button[data-cloud-status="synced"] i { background: #48b876; box-shadow: 0 0 0 4px rgba(72,184,118,.14); }
.cloud-button[data-cloud-status="saving"] i { background: #d9a33b; box-shadow: 0 0 0 4px rgba(217,163,59,.14); }
.cloud-button[data-cloud-status="error"] i { background: #d95b55; box-shadow: 0 0 0 4px rgba(217,91,85,.14); }
.icon-button, .avatar-button { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: #1c2025; border: 1px solid #31363c; border-radius: 50%; cursor: pointer; }
.install-button { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 0 14px; color: #f1bd4f; background: rgba(213,154,40,.06); border: 1.5px solid #d59a28; font-size: 14px; font-weight: 900; letter-spacing: .01em; cursor: pointer; box-shadow: 0 0 0 1px rgba(213,154,40,.08), 0 5px 18px rgba(0,0,0,.18); }
.install-button:hover { color: #ffd16d; background: rgba(213,154,40,.14); border-color: #efb84b; }
.install-button i { font-size: 18px; font-style: normal; line-height: 1; }
.garage-menu { position: relative; }
.garage-menu-button { min-height: 40px; display: inline-flex; align-items: center; gap: 9px; padding: 4px 11px 4px 5px; color: #fff; background: #1c2025; border: 1px solid #31363c; border-bottom: 3px solid var(--blue); cursor: pointer; }
.garage-menu-button span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--accent-ink); background: var(--blue); border-radius: 50%; font-size: 14px; font-weight: 800; }
.garage-menu-button strong { font-size: 14px; }
.garage-menu-button i { color: #aeb5bd; font-size: 15px; font-style: normal; transition: transform .15s ease; }
.garage-menu-button[aria-expanded="true"] { border-color: #5a626b; border-bottom-color: var(--blue); background: #252a30; }
.garage-menu-button[aria-expanded="true"] i { transform: rotate(180deg); }
.garage-dropdown { position: absolute; z-index: 50; top: calc(100% + 11px); right: 0; width: min(410px, calc(100vw - 28px)); overflow: hidden; color: var(--ink); background: #fff; border: 1px solid #cfd4d9; box-shadow: 0 22px 65px rgba(0,0,0,.28); }
.garage-dropdown::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--blue); }
.garage-dropdown-heading { display: block; padding: 22px 20px 16px; background: #f4f4f2; border-bottom: 1px solid #dde1e4; }
.garage-dropdown-heading span, .garage-dropdown-heading strong { display: block; }
.garage-dropdown-heading span { font: 900 25px/1 var(--display); letter-spacing: -.01em; text-transform: uppercase; }
.garage-dropdown-heading strong { margin-top: 6px; color: #69717a; font-size: 13px; font-weight: 700; }
.garage-dropdown-list { max-height: min(53vh, 475px); overflow-y: auto; overscroll-behavior: contain; }
.garage-dropdown-vehicle { border-bottom: 1px solid #e0e3e6; border-left: 4px solid transparent; }
.garage-dropdown-vehicle.active { border-left-color: var(--card-accent); background: #f8fafb; }
.garage-dropdown-open { width: 100%; display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 14px 15px 10px 13px; color: inherit; background: transparent; border: 0; text-align: left; cursor: pointer; }
.garage-dropdown-open:hover { background: #f1f4f6; }
.garage-dropdown-open img { width: 54px; height: 54px; object-fit: cover; background: #15181b; }
.garage-dropdown-open > span { min-width: 0; }
.garage-dropdown-open small, .garage-dropdown-open strong, .garage-dropdown-open em { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.garage-dropdown-open small { color: #6c747c; font-size: 11px; font-weight: 750; letter-spacing: .035em; text-transform: uppercase; }
.garage-dropdown-open strong { margin-top: 4px; font: 900 20px/1 var(--display); text-transform: uppercase; }
.garage-dropdown-open em { margin-top: 5px; color: #59626b; font-size: 12px; font-style: normal; }
.garage-dropdown-open > b { color: var(--blue-dark); font-size: 12px; }
.garage-dropdown-vehicle > div { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 15px 10px 79px; }
.garage-dropdown-vehicle > div span { color: #777f87; font-size: 11px; font-weight: 650; }
.garage-dropdown-vehicle > div button { min-height: 31px; padding: 0 11px; color: #4e5963; background: #fff; border: 1px solid #c9ced3; font-size: 12px; font-weight: 800; cursor: pointer; }
.garage-dropdown-empty { padding: 24px 20px; }
.garage-dropdown-empty strong, .garage-dropdown-empty span { display: block; }
.garage-dropdown-empty strong { font-size: 15px; }
.garage-dropdown-empty span { margin-top: 7px; color: #687078; font-size: 13px; line-height: 1.5; }
.garage-dropdown-actions { min-height: 55px; display: flex; flex-wrap: nowrap; align-items: stretch; gap: 0; padding: 0; background: #111418; }
.garage-dropdown-actions button { flex: 1; min-height: 55px; padding: 0 15px; color: #fff; background: transparent; border: 0; border-right: 1px solid #30353b; font-size: 13px; font-weight: 800; cursor: pointer; }
.garage-dropdown-actions button:last-child { border-right: 0; color: #88bce4; }
.garage-dropdown-actions button:hover { background: #20252a; }
.app-main { max-width: 1060px; margin: 0 auto; padding: 46px 30px 90px; }
.onboarding { max-width: 780px; margin: 0 auto; }
.returning-garage { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; margin: 0 0 34px; padding: 20px 22px; border-left: 4px solid var(--blue); background: #fff; box-shadow: 0 8px 28px rgba(10,14,19,.07); }
.returning-garage[hidden] { display: none; }
.returning-garage span, .returning-garage strong { display: block; }
.returning-garage span { margin-bottom: 5px; color: var(--blue-dark); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.returning-garage strong { font: 800 24px/1 var(--display); text-transform: uppercase; }
.returning-garage p { margin: 7px 0 0; color: #687078; font-size: 14px; line-height: 1.5; }
.returning-garage .button { min-width: 218px; }
.setup-progress { margin-bottom: 45px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.setup-progress > span { height: 3px; background: #ccd0d4; }
.setup-progress > span.active { background: var(--blue); }
.setup-progress small { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 8px; color: #6f7780; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.setup-step { display: none; animation: rise .28s ease; }
.setup-step.active { display: block; }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.setup-step h1 { font-size: clamp(54px, 9vw, 82px); line-height: .87; }
.setup-intro { max-width: 570px; margin: 20px 0 30px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.machine-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin: 34px 0 18px; }
.machine-options label { position: relative; min-height: 105px; display: grid; grid-template-columns: 48px 1fr; grid-template-rows: auto auto; column-gap: 15px; align-content: center; padding: 17px; border: 1px solid #ccd1d6; background: #f8f8f6; cursor: pointer; transition: border-color .15s, box-shadow .15s, background .15s; }
.machine-options label:has(input:checked) { border-color: var(--blue); background: #fff; box-shadow: inset 0 0 0 1px var(--blue), 0 10px 24px rgba(26,72,108,.08); }
.machine-options input { position: absolute; opacity: 0; }
.machine-icon { grid-row: 1 / 3; width: 44px; height: 44px; display: grid; place-items: center; color: var(--blue); background: #e7eff5; font-size: 20px; }
.machine-options strong { align-self: end; font: 800 18px/1 var(--display); text-transform: uppercase; }
.machine-options small { margin-top: 7px; color: #707880; font-size: 13px; }
.future-machine-options { margin: 0 0 25px; padding: 15px; border: 1px solid #d9dde1; background: rgba(232, 234, 236, .58); }
.future-machine-options > p { display: flex; align-items: center; gap: 9px; margin: 0 0 11px; color: #69717a; font-size: 14px; font-weight: 700; }
.future-machine-options > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.locked-machine { position: relative; min-height: 76px; display: grid; grid-template-columns: 38px 1fr auto; grid-template-rows: auto auto; align-content: center; column-gap: 12px; padding: 12px; overflow: hidden; border: 1px solid #d2d6da; background: rgba(255,255,255,.62); color: #687078; }
.locked-machine::after { content: ""; position: absolute; inset: 0; background: rgba(235,237,239,.26); pointer-events: none; }
.locked-machine input { position: absolute; opacity: 0; }
.locked-machine .machine-icon { grid-row: 1 / 3; width: 36px; height: 36px; color: #7b838b; background: rgba(221,225,228,.78); font-size: 16px; }
.locked-machine strong { align-self: end; font: 800 16px/1 var(--display); text-transform: uppercase; }
.locked-machine small { margin-top: 5px; font-size: 13px; }
.locked-machine b { grid-column: 3; grid-row: 1 / 3; align-self: center; position: relative; z-index: 1; padding: 6px 8px; color: #fff; background: rgba(29,33,38,.76); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.setup-next { width: 100%; }
.back-button { padding: 0; margin-bottom: 28px; border: 0; color: #626a72; background: none; font-size: 14px; font-weight: 700; cursor: pointer; }
.field-row.two { display: grid; grid-template-columns: .6fr 1.4fr; gap: 13px; }
.field { display: block; margin: 18px 0; }
.field > span { display: flex; justify-content: space-between; margin: 0 0 7px; font-size: 14px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.field i { color: #8c939a; font-style: normal; font-weight: 500; text-transform: none; letter-spacing: 0; }
.field input { width: 100%; height: 52px; padding: 0 15px; border: 1px solid #c9ced3; border-radius: 0; outline: none; background: #fff; }
.field input:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(36,103,159,.12); }
.photo-picker { position: relative; min-height: 310px; display: block; margin: 28px 0 18px; overflow: hidden; background: #111; cursor: pointer; }
.photo-picker input { position: absolute; opacity: 0; }
.photo-picker img { width: 100%; height: 310px; object-fit: cover; opacity: .9; }
.photo-picker::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.68), transparent 55%); }
.photo-picker-action { position: absolute; z-index: 2; left: 50%; bottom: 23px; transform: translateX(-50%); color: #fff; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 5px; font-size: 14px; font-weight: 800; white-space: nowrap; }
.color-fieldset { margin: 25px 0 22px; padding: 0; border: 0; }
.color-fieldset legend { margin-bottom: 13px; padding: 0; font-size: 15px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.color-options { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.color-options button { min-height: 61px; display: grid; place-items: center; gap: 4px; padding: 7px 4px; border: 1px solid #cbd0d5; color: #5e666f; background: #fff; font-size: 13px; font-weight: 700; cursor: pointer; }
.color-options button span { width: 25px; height: 25px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.12); }
.color-options button.selected { border-color: var(--blue); box-shadow: inset 0 0 0 2px var(--blue); color: var(--ink); }
.custom-color { min-height: 50px; display: flex; align-items: center; justify-content: space-between; margin-top: 9px; padding: 8px 12px 8px 15px; border: 1px solid #cbd0d5; background: #fff; font-size: 14px; font-weight: 700; }
.custom-color input { width: 52px; height: 34px; padding: 2px; border: 1px solid #b9bec4; background: #fff; cursor: pointer; }
.consent-row { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; margin: 20px 0; color: #5f6770; font-size: 15px; line-height: 1.6; cursor: pointer; }
.consent-row input { margin-top: 2px; accent-color: var(--blue); }
.noscript { padding: 12px; color: #fff; background: var(--red); text-align: center; font-size: 12px; }

.collection-view, .garage-view { animation: rise .3s ease; }
.collection-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 45px; align-items: center; margin: 18px 0 38px; }
.collection-heading h1 { margin: 0; font: 800 clamp(58px, 8vw, 88px)/.85 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.collection-heading > div:first-child > p:last-child { max-width: 720px; margin: 22px 0 0; color: #636b73; font-size: 18px; line-height: 1.65; }
.garage-capacity { min-width: 145px; padding: 17px 19px; border-left: 4px solid var(--blue); background: #fff; box-shadow: 0 7px 24px rgba(10,14,19,.06); }
.garage-capacity strong, .garage-capacity span { display: block; }
.garage-capacity strong { font: 800 27px/1 var(--display); }
.garage-capacity span { margin-top: 7px; color: #69717a; font-size: 14px; font-weight: 700; }
.vehicle-collection { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.vehicle-tile { overflow: hidden; border: 1px solid #d1d5d9; background: #fff; box-shadow: 0 10px 32px rgba(10,14,19,.08); }
.vehicle-tile-open { width: 100%; display: block; padding: 0; border: 0; color: inherit; background: transparent; text-align: left; cursor: pointer; }
.vehicle-tile-image { position: relative; height: 255px; display: block; overflow: hidden; background: #111; }
.vehicle-tile-image::before { content: ""; position: absolute; z-index: 3; inset: 0 auto 0 0; width: 7px; background: var(--card-accent); }
.vehicle-tile-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.vehicle-tile-open:hover .vehicle-tile-image img { transform: scale(1.025); }
.vehicle-tile-image i { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,7,9,.82), transparent 60%); }
.vehicle-tile-image b { position: absolute; z-index: 2; left: 25px; right: 20px; bottom: 19px; color: #d7dce1; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }
.vehicle-tile-copy { min-height: 108px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 20px 23px 20px 25px; }
.vehicle-tile-copy strong, .vehicle-tile-copy small { display: block; }
.vehicle-tile-copy strong { font: 800 27px/1 var(--display); text-transform: uppercase; }
.vehicle-tile-copy small { margin-top: 8px; color: #656d75; font-size: 14px; }
.vehicle-tile-story { align-self: stretch; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; color: #5f6770; font-size: 13px; font-weight: 700; text-align: right; }
.vehicle-tile-story i { margin-top: 7px; color: var(--card-accent); font-size: 18px; font-style: normal; }
.vehicle-tile-actions { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 8px 14px 8px 24px; border-top: 1px solid #e1e4e7; background: #f7f8f8; }
.vehicle-tile-actions span { color: #6b737b; font-size: 13px; }
.vehicle-tile-actions button { min-height: 32px; padding: 0 10px; color: var(--ink); background: #fff; border: 1px solid #bdc3c9; font-size: 13px; font-weight: 800; cursor: pointer; }
.vehicle-tile-actions button:hover { border-color: var(--card-accent); }
.add-vehicle-tile { min-height: 365px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 35px; border: 2px dashed #bcc2c8; color: #5d656d; background: rgba(255,255,255,.44); cursor: pointer; }
.add-vehicle-tile > span { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 17px; color: var(--accent-ink); background: var(--blue); font-size: 28px; }
.add-vehicle-tile strong { color: var(--ink); font: 800 23px/1 var(--display); text-transform: uppercase; }
.add-vehicle-tile small { margin-top: 9px; font-size: 14px; }
.add-vehicle-tile.at-limit { border-color: #c7ccd1; background: rgba(255,255,255,.28); }
.add-vehicle-tile.at-limit > span { color: #737b83; background: #d8dbde; }
.collection-upgrade { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; margin-top: 22px; padding: 22px 25px; color: #fff; background: #13161a; border-left: 5px solid var(--blue); }
.collection-upgrade > span { padding: 8px 10px; color: var(--accent-ink); background: var(--blue); font: 800 15px/1 var(--display); text-transform: uppercase; }
.collection-upgrade strong { display: block; font: 800 20px/1.1 var(--display); text-transform: uppercase; }
.collection-upgrade p { margin: 7px 0 0; color: #b8bec4; font-size: 15px; line-height: 1.55; }
.back-to-garage { margin: 0 0 14px; padding: 8px 0; border: 0; color: #59616a; background: transparent; font-size: 14px; font-weight: 800; cursor: pointer; }
.garage-hero-card { position: relative; min-height: 430px; overflow: hidden; color: #fff; background: #111; box-shadow: var(--shadow); }
.garage-hero-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.garage-photo-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,6,8,.9), rgba(4,6,8,.18) 72%), linear-gradient(0deg, rgba(4,6,8,.85), transparent 55%); }
.garage-card-top { position: absolute; inset: 28px 30px auto; display: flex; justify-content: space-between; align-items: center; }
.garage-label { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.garage-label i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #66b580; box-shadow: 0 0 0 4px rgba(102,181,128,.14); }
.more-button { color: #fff; background: rgba(8,9,11,.35); border: 1px solid rgba(255,255,255,.25); width: 38px; height: 32px; cursor: pointer; }
.garage-card-copy { position: absolute; left: 36px; right: 36px; bottom: 32px; }
.garage-card-copy > p { margin: 0 0 7px; color: #c8cdd2; font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.garage-card-copy h1 { margin: 0 0 25px; font: 800 clamp(52px, 8vw, 84px)/.86 var(--display); text-transform: uppercase; letter-spacing: -.035em; }
.check-status { display: grid; grid-template-columns: 34px auto 1fr; align-items: center; gap: 11px; }
.status-ring { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(#4d9bd3 var(--percent, 0%), rgba(255,255,255,.2) 0); }
.status-ring::after { content: ""; width: 24px; height: 24px; border-radius: 50%; background: #192028; }
.check-status strong { font-size: 14px; }
.check-status small { color: #b0b6bc; font-size: 13px; }
.garage-welcome { display: grid; grid-template-columns: 1fr .8fr; gap: 30px; align-items: center; padding: 45px 5px 28px; }
.garage-welcome h2 { font-size: clamp(34px, 5vw, 48px); }
.garage-welcome > p { margin: 0; color: #646c74; font-size: 16px; line-height: 1.65; }
.checklist-panel, .odometer-panel, .notes-panel, .story-panel, .history-panel, .action-panel { margin-top: 15px; background: #fff; border: 1px solid #d5d9dd; box-shadow: 0 8px 28px rgba(10,14,19,.05); }
.odometer-panel { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; padding: 23px 27px; border-left: 5px solid var(--blue); }
.odometer-copy h2 { margin: 0; font: 800 27px/1 var(--display); text-transform: uppercase; }
.odometer-copy p { max-width: 590px; margin: 9px 0 0; color: #69717a; font-size: 15px; line-height: 1.55; }
.odometer-control { min-width: 315px; display: grid; grid-template-columns: auto 1fr; gap: 7px 16px; align-items: center; }
.odometer-control > span:first-child { font-size: 14px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.odometer-input { min-height: 52px; display: flex; align-items: center; border: 1px solid #c9ced3; background: #fafafa; }
.odometer-input:focus-within { border-color: var(--blue); box-shadow: 0 0 0 2px var(--accent-soft); }
.odometer-input input { width: 150px; min-width: 0; padding: 0 4px 0 14px; border: 0; outline: 0; color: var(--ink); background: transparent; font: 800 23px/1 var(--display); letter-spacing: .02em; text-align: right; }
.odometer-input b { padding-right: 14px; color: #69717a; font-size: 14px; font-weight: 700; }
.odometer-control small { grid-column: 2; color: #747c84; font-size: 13px; }
.panel-heading { min-height: 87px; display: flex; align-items: center; justify-content: space-between; padding: 20px 27px; border-bottom: 1px solid #e2e4e6; }
.panel-kicker { display: block; margin-bottom: 5px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.panel-heading h2 { font-size: 25px; }
.reset-button { padding: 8px 0; border: 0; background: none; color: #626a72; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.signal-legend { min-height: 61px; display: flex; align-items: center; justify-content: flex-end; gap: 24px; padding: 12px 27px; color: #505860; background: #f3f5f6; border-bottom: 1px solid #e2e4e6; font-size: 14px; font-weight: 750; }
.signal-legend span { display: inline-flex; align-items: center; gap: 9px; }
.signal-legend i { width: 16px; height: 16px; flex: 0 0 16px; border: 3px solid #30353b; border-radius: 50%; background: var(--signal); box-shadow: inset 0 1px 3px rgba(255,255,255,.7), 0 0 7px color-mix(in srgb, var(--signal) 65%, transparent); }
.legend-good { --signal: var(--green); }
.legend-watch { --signal: var(--yellow); }
.legend-attention { --signal: var(--red); }
.check-item { display: grid; grid-template-columns: 42px minmax(190px, 1fr) auto; align-items: center; gap: 15px; min-height: 96px; padding: 18px 26px; border-bottom: 1px solid #e8eaec; }
.check-item:last-child { border-bottom: 0; }
.check-icon { width: 40px; height: 40px; display: grid; place-items: center; background: #eef1f3; color: #58616a; font-size: 10px; font-weight: 900; letter-spacing: -.03em; }
.check-copy strong, .check-copy small { display: block; }
.check-copy strong { margin-bottom: 5px; font: 800 16px/1 var(--display); text-transform: uppercase; }
.check-copy small { color: #69717a; font-size: 14px; line-height: 1.45; }
.check-controls { display: grid; grid-template-columns: repeat(3, 46px); gap: 7px; padding: 7px; border: 1px solid #31373e; border-radius: 7px; background: linear-gradient(#262b31, #171a1e); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 3px 8px rgba(10,14,19,.12); }
.check-controls .status-choice { --signal: #88919a; width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 1px solid #4b535c; border-radius: 5px; background: #111418; cursor: pointer; transition: transform .15s, border-color .15s, box-shadow .15s; }
.check-controls .status-choice:hover { transform: translateY(-1px); border-color: #7d8791; }
.status-choice span { position: relative; width: 25px; height: 25px; border: 3px solid #060708; border-radius: 50%; background: radial-gradient(circle at 36% 30%, color-mix(in srgb, var(--signal) 45%, white), var(--signal) 46%, color-mix(in srgb, var(--signal) 70%, black)); box-shadow: inset 0 1px 4px rgba(255,255,255,.45), 0 1px 1px rgba(255,255,255,.13); opacity: .3; filter: saturate(.55); transition: opacity .15s, filter .15s, box-shadow .15s; }
.status-choice span::after { content: ""; position: absolute; width: 7px; height: 4px; top: 3px; left: 5px; border-radius: 50%; background: rgba(255,255,255,.65); transform: rotate(-20deg); }
.status-choice[aria-pressed="true"] { border-color: var(--signal); box-shadow: 0 0 0 2px color-mix(in srgb, var(--signal) 32%, transparent), inset 0 0 8px color-mix(in srgb, var(--signal) 22%, transparent); }
.status-choice[aria-pressed="true"] span { opacity: 1; filter: none; box-shadow: inset 0 1px 5px rgba(255,255,255,.55), 0 0 13px color-mix(in srgb, var(--signal) 78%, transparent); }
.status-good { --signal: var(--green) !important; }
.status-watch { --signal: var(--yellow) !important; }
.status-attention { --signal: var(--red) !important; }
.print-status { display: none; }
.check-item[data-state="checked"] { background: #fbfdfb; }
.check-item[data-state="checked"] .check-icon { color: #fff; background: var(--green); }
.check-item[data-state="watch"] { background: #fffdf7; }
.check-item[data-state="watch"] .check-icon { color: #15120b; background: var(--yellow); }
.check-item[data-state="attention"] { background: #fffaf9; }
.check-item[data-state="attention"] .check-icon { color: #fff; background: var(--red); }
.carry-reminder { grid-column: 2 / -1; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 14px; color: #424950; background: #f0f3f5; border-left: 3px solid var(--blue); }
.carry-reminder strong { font-size: 16px; }
.carry-reminder span { color: #626a72; font-size: 14px; line-height: 1.45; text-align: right; }
.item-note { grid-column: 2 / -1; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 13px; padding: 13px; animation: note-open .18s ease; }
.item-note span { font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.item-note input { width: 100%; min-height: 44px; padding: 10px 12px; outline: none; background: #fff; font-size: 16px; }
.check-item[data-state="watch"] .item-note { color: #795814; background: #fff8e5; border-left: 3px solid var(--yellow); }
.check-item[data-state="watch"] .item-note input { border: 1px solid #d9be7b; }
.check-item[data-state="watch"] .item-note input:focus { border-color: var(--yellow); box-shadow: 0 0 0 2px rgba(213,154,40,.14); }
.check-item[data-state="attention"] .item-note { color: #87332f; background: #fff1ef; border-left: 3px solid var(--red); }
.check-item[data-state="attention"] .item-note input { border: 1px solid #d9aaa6; }
.check-item[data-state="attention"] .item-note input:focus { border-color: var(--red); box-shadow: 0 0 0 2px rgba(201,64,58,.12); }
@keyframes note-open { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
.notes-panel { padding: 26px; }
.notes-panel label { display: flex; justify-content: space-between; font-size: 14px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.notes-panel label small { color: #7e868e; font-size: 13px; font-weight: 500; text-transform: none; letter-spacing: 0; }
.notes-panel textarea { width: 100%; margin-top: 14px; padding: 15px; resize: vertical; border: 1px solid #d4d8dc; outline: none; background: #fafafa; font-size: 16px; line-height: 1.6; }
.notes-panel textarea:focus { border-color: var(--blue); }
.story-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; padding: 25px; }
.story-photo-picker { position: relative; min-height: 255px; display: grid; place-items: center; overflow: hidden; border: 2px dashed #c4c9ce; background: #f5f5f3; cursor: pointer; }
.story-photo-picker input { position: absolute; opacity: 0; pointer-events: none; }
.story-photo-picker > img { width: 100%; height: 255px; object-fit: cover; }
.story-photo-empty { max-width: 330px; display: grid; place-items: center; padding: 25px; color: #606871; text-align: center; }
.story-photo-empty b { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 14px; color: var(--accent-ink); background: var(--blue); font-size: 25px; }
.story-photo-empty strong { color: var(--ink); font: 800 20px/1 var(--display); text-transform: uppercase; }
.story-photo-empty small { margin-top: 10px; font-size: 14px; line-height: 1.5; }
.story-copy { display: flex; flex-direction: column; }
.story-copy > label { margin-bottom: 9px; font-size: 15px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.story-date-field { display: grid; grid-template-columns: 1fr auto; gap: 6px 14px; align-items: center; margin-bottom: 17px !important; }
.story-date-field input { min-height: 44px; padding: 0 11px; border: 1px solid #cbd0d5; outline: none; color: var(--ink); background: #fafafa; font-size: 16px; }
.story-date-field input:focus { border-color: var(--blue); box-shadow: 0 0 0 2px var(--accent-soft); }
.story-date-field small { grid-column: 1 / -1; color: #747c84; font-size: 13px; font-weight: 500; line-height: 1.45; letter-spacing: 0; text-transform: none; }
.story-copy textarea { flex: 1; width: 100%; min-height: 170px; padding: 15px; resize: vertical; border: 1px solid #d4d8dc; outline: none; background: #fafafa; font-size: 16px; line-height: 1.6; }
.story-copy textarea:focus { border-color: var(--blue); }
.story-note-meta { min-height: 38px; display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; }
.story-note-meta small { color: #747c84; font-size: 13px; }
.story-note-meta button { padding: 8px 0 0; border: 0; color: #7a4140; background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; }
.history-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: #e2e5e7; }
.history-card { width: 100%; min-height: 145px; display: grid; grid-template-columns: 135px 1fr; gap: 19px; align-items: center; padding: 18px; border: 0; color: inherit; background: #fff; text-align: left; cursor: pointer; transition: background .15s, transform .15s; }
.history-card:hover { position: relative; z-index: 1; background: #f8fafb; transform: translateY(-1px); }
.history-card img, .history-card-placeholder { width: 135px; height: 105px; object-fit: cover; }
.history-card-placeholder { display: grid; place-items: center; color: var(--blue); background: var(--accent-soft); font-size: 20px; }
.history-card-copy, .history-card-copy > span, .history-card strong, .history-card small, .history-card b { display: block; }
.history-card-copy > span { color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.history-card strong { display: -webkit-box; margin-top: 9px; overflow: hidden; color: var(--ink); font-size: 15px; line-height: 1.45; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.history-card small { margin-top: 8px; color: #6e767e; font-size: 13px; }
.history-card b { margin-top: 10px; color: var(--blue); font-size: 14px; }
.history-card b i { margin-left: 5px; font-style: normal; }
.history-dialog { width: min(900px, calc(100vw - 30px)); max-height: calc(100vh - 30px); padding: 0; border: 0; color: var(--ink); background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.32); }
.history-dialog::backdrop { background: rgba(5,7,9,.75); backdrop-filter: blur(4px); }
.history-detail { background: #fff; }
.history-detail-header { min-height: 150px; display: flex; justify-content: space-between; gap: 25px; padding: 30px; color: #fff; background: linear-gradient(135deg, var(--blue-dark), #101317 78%); border-bottom: 5px solid var(--blue); }
.history-detail-header span, .history-detail-header p { display: block; margin: 0; color: #d4dbe1; font-size: 14px; font-weight: 700; }
.history-detail-header h2 { margin: 5px 0; font: 800 clamp(44px, 7vw, 66px)/.9 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.history-detail-header button { align-self: flex-start; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.28); color: #fff; background: rgba(255,255,255,.08); font-size: 27px; cursor: pointer; }
.history-detail-summary { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid #dfe3e6; }
.history-detail-summary div { min-height: 90px; padding: 20px 25px; border-right: 1px solid #e1e4e7; }
.history-detail-summary div:last-child { border: 0; }
.history-detail-summary span, .history-detail-summary strong { display: block; }
.history-detail-summary span { color: #707880; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.history-detail-summary strong { margin-top: 8px; font-size: 16px; }
.history-detail-checks { padding: 27px 30px; }
.history-detail h3 { margin: 0 0 17px; font: 800 23px/1 var(--display); text-transform: uppercase; }
.history-check-row { min-height: 69px; display: grid; grid-template-columns: 14px 1fr auto; gap: 15px; align-items: center; padding: 12px 0; border-bottom: 1px solid #e7e9eb; }
.history-check-row > i { width: 12px; height: 12px; border-radius: 50%; background: #9aa1a8; }
.history-check-row[data-state="checked"] > i { background: var(--green); }
.history-check-row[data-state="watch"] > i { background: var(--yellow); }
.history-check-row[data-state="attention"] > i { background: var(--red); }
.history-check-row span strong, .history-check-row span small, .history-check-row span em { display: block; }
.history-check-row span strong { font-size: 16px; }
.history-check-row span small { margin-top: 4px; color: #707880; font-size: 14px; line-height: 1.4; }
.history-check-row span em { margin-top: 7px; color: #30363c; font-size: 15px; font-style: normal; font-weight: 700; }
.history-check-row > b { font-size: 13px; text-align: right; text-transform: uppercase; }
.history-detail-bottom { display: grid; grid-template-columns: minmax(240px, .9fr) 1.1fr; gap: 23px; padding: 25px 30px; background: #f3f4f4; border-block: 1px solid #dfe3e6; }
.history-detail-bottom img { width: 100%; height: 220px; object-fit: cover; }
.history-detail-bottom div { display: flex; flex-direction: column; justify-content: center; }
.history-detail-bottom span { margin: 10px 0 6px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.history-detail-bottom strong, .history-detail-bottom p { margin: 0; font-size: 16px; line-height: 1.55; }
.history-detail-followups { padding: 27px 30px; }
.history-detail-followups > div { padding: 14px 0; border-top: 1px solid #e4e7e9; }
.history-detail-followups b { display: inline-block; margin-right: 10px; padding: 5px 7px; color: #fff; background: var(--red); font-size: 11px; text-transform: uppercase; }
.history-detail-followups div[data-state="watch"] b { color: #17130a; background: var(--yellow); }
.history-detail-followups strong { font-size: 16px; }
.history-detail-followups p { margin: 7px 0 0; color: #555d65; font-size: 15px; }
.history-detail-disclaimer { margin: 0; padding: 18px 30px; color: #687078; background: #f7f7f6; font-size: 13px; line-height: 1.55; }
.history-detail-actions { display: grid; grid-template-columns: 1fr 1.5fr; gap: 12px; padding: 22px 30px 30px; }
.attention-count { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font: 800 12px/1 var(--body); }
.attention-row { display: flex; align-items: flex-start; gap: 12px; min-height: 70px; padding: 16px 27px; border-bottom: 1px solid #eceeef; font-size: 15px; font-weight: 500; }
.attention-row b, .attention-row strong, .attention-row span, .attention-row em { display: block; }
.attention-row b { width: fit-content; margin-bottom: 7px; padding: 4px 7px; color: #fff; background: var(--red); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.attention-row strong { font-weight: 800; }
.attention-row span { margin-top: 3px; color: #69717a; line-height: 1.45; }
.attention-row em { margin-top: 8px; color: #7d322e; font-size: 16px; font-style: normal; font-weight: 700; }
.attention-row:last-child { border: 0; }
.attention-row::before { content: "!"; flex: 0 0 22px; width: 22px; height: 22px; display: grid; place-items: center; margin-top: 2px; color: #fff; background: var(--red); font-size: 10px; font-weight: 900; }
.attention-row[data-state="watch"]::before { content: "•"; color: #17130a; background: var(--yellow); }
.attention-row[data-state="watch"] b { color: #17130a; background: var(--yellow); }
.month-save-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; margin-top: 18px; padding: 25px 27px; color: #fff; background: linear-gradient(135deg, var(--blue-dark), #11161b 82%); border-left: 5px solid var(--blue); box-shadow: 0 10px 32px rgba(10,14,19,.12); }
.month-save-panel h2 { margin: 0; font: 800 28px/1 var(--display); text-transform: uppercase; }
.month-save-panel p { margin: 10px 0 7px; color: #d1d9df; font-size: 15px; line-height: 1.55; }
.month-save-panel small { display: block; color: #aebbc5; font-size: 13px; line-height: 1.5; }
.month-save-panel .panel-kicker { color: #7fb4df; }
.month-save-panel .button { min-width: 220px; }
.garage-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.garage-disclaimer { margin: 25px 4px 0; color: #6d757d; font-size: 13px; line-height: 1.65; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 24px; transform: translate(-50%, 15px); padding: 12px 18px; color: #fff; background: #181b1f; box-shadow: var(--shadow); font-size: 14px; opacity: 0; pointer-events: none; transition: .2s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.cloud-dialog { width: min(620px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 22px; color: #16181b; background: transparent; box-shadow: 0 28px 90px rgba(0,0,0,.38); }
.cloud-dialog::backdrop { background: rgba(6,8,11,.72); backdrop-filter: blur(4px); }
.cloud-card { overflow: hidden; background: #fff; border-radius: 22px; }
.cloud-card > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 27px 28px 24px; color: #fff; background: #101216; }
.cloud-card > header span { display: block; margin-bottom: 7px; color: #9db7cd; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cloud-card > header h2 { margin: 0; font-size: clamp(27px, 5vw, 36px); line-height: 1.05; letter-spacing: -.035em; }
.cloud-card > header button { width: 44px; height: 44px; flex: 0 0 auto; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.24); border-radius: 50%; font-size: 28px; cursor: pointer; }
.cloud-card > section { padding: 27px 28px; }
.cloud-card > section > p { margin: 0 0 20px; color: #4d535b; font-size: 16px; line-height: 1.65; }
.cloud-card form { display: grid; gap: 14px; }
.cloud-card form label { display: grid; gap: 8px; }
.cloud-card form label span { font-size: 14px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cloud-card form input { min-height: 54px; width: 100%; padding: 0 15px; color: #111; background: #f8f9fa; border: 1px solid #c8ccd1; border-radius: 11px; font: 600 16px/1.2 var(--body); }
.cloud-card form input:focus { outline: 3px solid var(--accent-soft); border-color: var(--blue); }
.cloud-card > section > small { display: block; margin-top: 15px; color: #656b73; font-size: 14px; line-height: 1.45; }
.cloud-ready { display: flex; gap: 15px; align-items: flex-start; padding: 19px; background: #eff9f3; border: 1px solid #b9dfc9; border-radius: 14px; }
.cloud-ready > i { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; color: #fff; background: #2c8a57; border-radius: 50%; font-style: normal; font-weight: 900; }
.cloud-ready strong { display: block; margin: 1px 0 4px; font-size: 17px; }
.cloud-ready p { margin: 0; color: #315e44; font-size: 15px; line-height: 1.45; }
.cloud-account-email { margin: 19px 0 !important; color: #555b63 !important; font-size: 15px !important; }
.button-owner { width: 100%; margin-bottom: 10px; color: #fff; background: #16232e; border: 1px solid #34526a; }
.cloud-message { margin: 0 28px 26px; padding: 13px 15px; color: #274760; background: #eef4f8; border-radius: 10px; font-size: 15px; line-height: 1.45; }
.cloud-message[data-tone="success"] { color: #286044; background: #eff9f3; }
.cloud-message[data-tone="error"] { color: #8c2f2f; background: #fff0f0; }
.install-dialog { width: min(690px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 22px; color: #16181b; background: transparent; box-shadow: 0 28px 90px rgba(0,0,0,.38); }
.install-dialog::backdrop { background: rgba(6,8,11,.72); backdrop-filter: blur(4px); }
.install-card { overflow: hidden; background: #fff; border-radius: 22px; }
.install-card > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 27px 28px 24px; color: #fff; background: #101216; }
.install-card > header span { display: block; margin-bottom: 7px; color: #9db7cd; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.install-card > header h2 { margin: 0; font-size: clamp(27px, 5vw, 36px); line-height: 1.05; letter-spacing: -.035em; }
.install-card > header button { width: 44px; height: 44px; flex: 0 0 auto; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.24); border-radius: 50%; font-size: 28px; cursor: pointer; }
.install-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #dde1e4; }
.install-choices section { padding: 27px; background: #fff; }
.install-choices b { display: block; margin-bottom: 9px; color: var(--blue); font: 800 22px/1 var(--display); text-transform: uppercase; }
.install-choices p { margin: 0; color: #50565d; font-size: 16px; line-height: 1.65; }
.install-steps { display: grid; gap: 13px; margin: 18px 0 0; padding: 0; list-style: none; }
.install-steps li { display: grid; grid-template-columns: 31px 1fr; gap: 11px; align-items: start; color: #50565d; font-size: 16px; line-height: 1.5; }
.install-steps li > i { width: 29px; height: 29px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: 13px; font-style: normal; font-weight: 900; }
.install-steps strong { color: #181b1f; }
.share-step { display: inline-flex; align-items: center; gap: 4px; }
.share-step svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.install-note { margin: 0; padding: 20px 28px 24px; color: #5b626a; background: #f5f6f7; font-size: 15px; line-height: 1.6; }
.install-privacy { margin: 0; padding: 0 28px 24px; color: #69717a; background: #f5f6f7; font-size: 13px; line-height: 1.55; }
.install-privacy strong { color: #252a30; }

/* Owner Command Center */
.command-page { min-height: 100vh; color: #fff; background: #0b0d10; }
.command-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(20px, 4vw, 58px); border-bottom: 1px solid #262b31; background: #0a0b0d; }
.command-header-actions { display: flex; align-items: center; gap: 10px; }
.command-header-actions a, .command-header-actions button { min-height: 40px; display: inline-flex; align-items: center; padding: 0 14px; color: #d8dde2; background: #171a1e; border: 1px solid #30353b; font-size: 14px; font-weight: 800; text-decoration: none; cursor: pointer; }
.command-header-actions button { font-family: inherit; }
.command-main { width: min(1240px, calc(100% - 44px)); margin: 0 auto; padding: 48px 0 72px; }
.command-gate { width: min(590px, 100%); margin: 7vh auto 0; padding: 38px; color: #15181b; background: #fff; border-top: 5px solid var(--blue); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.command-gate h1 { margin: 12px 0 15px; font: 900 clamp(52px, 9vw, 78px)/.88 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.command-gate > p { color: #5e666f; font-size: 17px; line-height: 1.65; }
.command-gate form { display: grid; gap: 14px; margin-top: 27px; }
.command-gate form label { display: grid; gap: 9px; }
.command-gate form label span { font-size: 14px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.command-gate form input { min-height: 56px; padding: 0 16px; border: 1px solid #c4c9ce; background: #f7f8f9; font-size: 16px; }
.command-gate form input:focus { outline: 3px solid var(--accent-soft); border-color: var(--blue); }
.command-gate .signed-in-note { padding: 13px 15px; background: #f1f3f4; font-size: 15px; }
.command-loading { min-height: 52vh; display: grid; place-items: center; align-content: center; gap: 11px; text-align: center; }
.command-loading i { width: 42px; height: 42px; border: 4px solid #2c3239; border-top-color: var(--blue-bright); border-radius: 50%; animation: command-spin .8s linear infinite; }
.command-loading strong { margin-top: 8px; font-size: 18px; }
.command-loading p { margin: 0; color: #8f979f; font-size: 15px; }
@keyframes command-spin { to { transform: rotate(1turn); } }
.command-message { margin: 15px 0 0; padding: 13px 15px; color: #26465f; background: #edf4f8; font-size: 15px; line-height: 1.5; }
.command-message[data-tone="success"] { color: #285f43; background: #eff9f3; }
.command-message[data-tone="error"] { color: #8a3030; background: #fff0f0; }
.command-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 34px; }
.command-intro .eyebrow { color: #8fb6d3; }
.command-intro h1 { margin: 10px 0 10px; color: #fff; font: 900 clamp(60px, 8vw, 92px)/.84 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.command-intro p { max-width: 660px; margin: 0; color: #aeb5bd; font-size: 17px; line-height: 1.6; }
.command-actions { display: flex; gap: 9px; flex: 0 0 auto; }
.command-actions button { min-height: 46px; padding: 0 17px; color: #dfe4e9; background: #171a1e; border: 1px solid #343a41; font-size: 14px; font-weight: 800; cursor: pointer; }
.command-actions button.primary { color: #fff; background: var(--blue); border-color: var(--blue); }
.overview-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; margin-bottom: 18px; background: #30353b; border: 1px solid #30353b; }
.overview-grid article { min-height: 158px; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; background: #15181c; }
.overview-grid article[data-tone="good"] { box-shadow: inset 0 4px 0 #3d8a62; }
.overview-grid article[data-tone="attention"] { box-shadow: inset 0 4px 0 #d59a28; }
.overview-grid span { color: #8e979f; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.overview-grid strong { margin: auto 0 6px; color: #fff; font: 900 47px/1 var(--display); }
.overview-grid p { min-height: 37px; margin: 0; color: #929aa2; font-size: 13px; line-height: 1.45; }
.health-strip { min-height: 106px; display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); align-items: stretch; margin-bottom: 18px; background: #f2f3f4; color: #171a1d; }
.health-title, .health-item { display: flex; flex-direction: column; justify-content: center; padding: 20px 22px; border-right: 1px solid #d7dade; }
.health-title { color: #fff; background: var(--blue-dark); border: 0; }
.health-title span, .health-item span { margin-bottom: 7px; color: #7b838b; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.health-title span { color: #b7cee0; }
.health-title h2 { margin: 0; font: 800 27px/1 var(--display); text-transform: uppercase; }
.health-item { position: relative; }
.health-item strong { font-size: 15px; }
.health-item i { position: absolute; top: 18px; right: 18px; width: 9px; height: 9px; border-radius: 50%; }
.health-item i.healthy { background: #3d8a62; box-shadow: 0 0 0 4px rgba(61,138,98,.13); }
.command-grid { display: grid; grid-template-columns: 1.45fr .85fr; gap: 18px; margin-bottom: 18px; }
.command-panel { color: #171a1d; background: #fff; box-shadow: 0 12px 38px rgba(0,0,0,.16); }
.command-panel > header { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 23px; border-bottom: 1px solid #e1e4e7; }
.command-panel > header span { display: block; margin-bottom: 5px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.command-panel > header h2 { margin: 0; font: 800 28px/1 var(--display); text-transform: uppercase; }
.command-panel > header p { margin: 0; color: #737b83; font-size: 14px; }
.activity-panel { min-height: 410px; }
.activity-chart { height: 294px; display: grid; grid-template-columns: repeat(6, 1fr); align-items: end; gap: 18px; padding: 30px 28px 23px; }
.activity-chart > div { height: 100%; display: grid; grid-template-rows: 25px 1fr 20px; gap: 7px; text-align: center; }
.activity-chart strong { color: #4c545b; font-size: 14px; }
.activity-chart span { position: relative; display: block; overflow: hidden; background: #edf0f2; }
.activity-chart i { position: absolute; left: 0; right: 0; bottom: 0; min-height: 2px; background: linear-gradient(0deg, var(--blue-dark), var(--blue-bright)); }
.activity-chart small { color: #656e76; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.share-panel { padding-bottom: 23px; }
.share-panel > p, .share-path, .share-panel > .button, .share-panel > .command-message { margin-left: 23px; margin-right: 23px; }
.share-panel > p { color: #555d64; font-size: 16px; line-height: 1.6; }
.share-path { min-height: 49px; display: flex; align-items: center; gap: 13px; border-top: 1px solid #e3e6e8; color: #383e44; font-size: 15px; font-weight: 700; }
.share-path b { width: 25px; height: 25px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: 12px; }
.share-panel > .button { width: calc(100% - 46px); margin-top: 16px; }
.accounts-panel > header { min-height: 86px; }
.account-table-wrap { overflow-x: auto; }
.accounts-panel table { width: 100%; border-collapse: collapse; }
.accounts-panel th { padding: 13px 21px; color: #6c747c; background: #f0f2f3; border-bottom: 1px solid #dce0e3; font-size: 12px; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
.accounts-panel td { padding: 17px 21px; border-bottom: 1px solid #e7e9eb; color: #343a40; font-size: 15px; }
.accounts-panel td:first-child strong, .accounts-panel td:first-child span { display: block; }
.accounts-panel td:first-child strong { color: #15181b; font-size: 15px; }
.accounts-panel td:first-child span { margin-top: 4px; color: #737b83; font-size: 13px; }
.accounts-panel td b { padding: 5px 8px; color: #24577d; background: #e9f1f7; font-size: 12px; text-transform: uppercase; }
.account-empty { padding: 32px 23px; color: #69717a; font-size: 16px; text-align: center; }
.command-privacy { margin: 21px 2px 0; color: #939ba3; font-size: 14px; line-height: 1.6; }
.mobile-dock { display: none; }

@media (max-width: 820px) {
  .site-header { height: 68px; padding: 0 20px; }
  .branded-lockup { min-width: 96px; }
  .site-brand-lockup { width: 94px; }
  .site-brand-lockup img { width: 94px; height: 47px; }
  .site-brand-lockup strong { margin-top: 6px; font-size: 11px; letter-spacing: .28em; }
  .desktop-nav > a:not(.button) { display: none; }
  .desktop-nav { gap: 0; }
  .hero { min-height: 720px; height: 94vh; align-items: flex-end; padding-bottom: 115px; }
  .hero-image { object-position: 61% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,7,9,.98) 0%, rgba(5,7,9,.8) 52%, rgba(5,7,9,.2) 100%), linear-gradient(90deg, rgba(5,7,9,.55), transparent); }
  .hero-content { width: auto; margin: 0 24px; padding: 0; }
  .hero h1 { font-size: clamp(65px, 20vw, 94px); }
  .hero-lede { margin: 25px 0; font-size: 17px; line-height: 1.6; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-status { display: none; }
  .quick-strip { align-items: flex-start; flex-direction: column; gap: 12px; }
  .type-row { gap: 14px 22px; }
  .section { padding: 78px 22px; }
  .section h2, .personal-copy h2, .responsibility-section h2, .final-cta h2 { font-size: 49px; }
  .steps-grid, .grow-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 255px; border: 0; border-bottom: 1px solid var(--line); }
  .personal-section { grid-template-columns: 1fr; }
  .personal-photo { min-height: 390px; }
  .personal-photo::after { background: linear-gradient(0deg, #121519, transparent 35%); }
  .personal-copy { padding: 25px 25px 65px; }
  .responsibility-section { grid-template-columns: 1fr; gap: 35px; padding: 75px 25px; }
  footer { flex-wrap: wrap; gap: 20px; }
  footer .footer-privacy { width: 100%; max-width: none; }
  footer .footer-legal { width: 100%; margin-left: 0; }
  .app-header { height: 68px; padding: 0 18px; }
  .app-brand { min-width: 86px; }
  .app-brand-lockup { width: 84px; }
  .app-brand-lockup img { width: 84px; height: 45px; }
  .app-brand-lockup strong { margin-top: 6px; font-size: 11px; letter-spacing: .28em; }
  .cloud-button { width: 40px; padding: 0; justify-content: center; }
  .cloud-button span { display: none; }
  .install-button { width: 38px; min-height: 38px; padding: 0; justify-content: center; }
  .install-button span { display: none; }
  .command-link { display: none; }
  .cloud-card > header, .cloud-card > section { padding-left: 21px; padding-right: 21px; }
  .install-card > header { padding-left: 21px; padding-right: 21px; }
  .install-choices { grid-template-columns: 1fr; }
  .app-main { padding: 30px 14px 108px; }
  .garage-menu-button { min-height: 38px; padding: 3px 10px 3px 4px; }
  .garage-menu-button span { width: 28px; height: 28px; }
  .garage-dropdown { position: fixed; top: 78px; right: 14px; left: 14px; width: auto; }
  .garage-dropdown-list { max-height: min(58vh, 520px); }
  .returning-garage { grid-template-columns: 1fr; gap: 16px; padding: 18px; }
  .returning-garage .button { width: 100%; min-width: 0; }
  .machine-options { grid-template-columns: 1fr; }
  .future-machine-options > div { grid-template-columns: 1fr; }
  .garage-hero-card { min-height: 400px; }
  .collection-heading { grid-template-columns: 1fr; gap: 22px; margin-top: 5px; }
  .collection-heading > div:first-child > p:last-child { font-size: 17px; }
  .garage-capacity { width: 100%; display: flex; align-items: center; justify-content: space-between; }
  .garage-capacity span { margin: 0; }
  .vehicle-collection { grid-template-columns: 1fr; }
  .collection-upgrade { grid-template-columns: 1fr; gap: 12px; }
  .story-layout { grid-template-columns: 1fr; padding: 18px; }
  .history-list { grid-template-columns: 1fr; }
  .history-detail-summary { grid-template-columns: 1fr; }
  .history-detail-summary div { min-height: 0; border-right: 0; border-bottom: 1px solid #e1e4e7; }
  .history-detail-bottom { grid-template-columns: 1fr; }
  .history-check-row { grid-template-columns: 12px 1fr; }
  .history-check-row > b { grid-column: 2; text-align: left; }
  .history-detail-actions { grid-template-columns: 1fr; }
  .garage-photo-shade { background: linear-gradient(0deg, rgba(4,6,8,.92), rgba(4,6,8,.08) 80%); }
  .garage-card-copy { left: 24px; right: 24px; bottom: 25px; }
  .garage-welcome { grid-template-columns: 1fr; padding: 36px 7px 22px; }
  .odometer-panel { grid-template-columns: 1fr; gap: 20px; padding: 22px 20px; }
  .odometer-control { min-width: 0; grid-template-columns: auto minmax(0, 1fr); }
  .odometer-input { justify-self: stretch; }
  .odometer-input input { width: 100%; }
  .signal-legend { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; justify-content: stretch; padding: 15px 18px; }
  .signal-legend span { align-items: flex-start; font-size: 14px; line-height: 1.3; }
  .check-item { grid-template-columns: 39px 1fr; gap: 12px; padding: 16px; }
  .check-controls { grid-column: 2; grid-template-columns: repeat(3, 46px); justify-self: end; }
  .carry-reminder { grid-column: 1 / -1; align-items: flex-start; flex-direction: column; gap: 5px; }
  .carry-reminder span { text-align: left; }
  .item-note { grid-column: 1 / -1; grid-template-columns: 1fr; gap: 7px; }
  .garage-actions { grid-template-columns: 1fr; }
  .month-save-panel { grid-template-columns: 1fr; gap: 20px; padding: 23px 20px; }
  .month-save-panel .button { width: 100%; min-width: 0; }
  .command-header { min-height: 68px; padding: 0 18px; }
  .command-main { width: min(100% - 28px, 1240px); padding-top: 30px; }
  .command-gate { margin-top: 3vh; padding: 27px 22px; }
  .command-intro { align-items: flex-start; flex-direction: column; gap: 24px; }
  .command-intro h1 { font-size: 62px; }
  .command-actions { width: 100%; }
  .command-actions button { flex: 1; }
  .overview-grid { grid-template-columns: repeat(2, 1fr); }
  .overview-grid article { min-height: 145px; }
  .health-strip { grid-template-columns: repeat(2, 1fr); }
  .health-title { grid-column: 1 / -1; }
  .health-item { min-height: 92px; border-bottom: 1px solid #d7dade; }
  .command-grid { grid-template-columns: 1fr; }
  .activity-chart { gap: 9px; padding-inline: 16px; }
  .command-panel > header { align-items: flex-start; flex-direction: column; }
  .accounts-panel > header { flex-direction: row; align-items: center; }
  .accounts-panel table { min-width: 720px; }
  .mobile-dock { position: fixed; z-index: 25; left: 0; right: 0; bottom: 0; min-height: 72px; display: grid; grid-template-columns: repeat(3, 1fr); padding-bottom: env(safe-area-inset-bottom); background: rgba(10,11,13,.97); border-top: 1px solid #2d3238; }
  .mobile-dock button { border: 0; color: #9aa1a8; background: none; font-size: 11px; font-weight: 700; text-transform: uppercase; }
  .mobile-dock button span { display: block; margin-bottom: 4px; color: #aeb4bb; font-size: 17px; }
  .mobile-dock button.active { color: #fff; }
  .mobile-dock button.active span { color: #61a5da; }
}

@media (max-width: 460px) {
  .app-header-actions { gap: 7px; }
  .garage-menu-button { gap: 6px; padding-right: 8px; }
  .garage-menu-button strong { font-size: 13px; }
  .garage-dropdown-open { grid-template-columns: 50px minmax(0, 1fr); }
  .garage-dropdown-open img { width: 50px; height: 50px; }
  .garage-dropdown-open > b { display: none; }
  .garage-dropdown-vehicle > div { padding-left: 75px; }
  .desktop-nav .button { display: none; }
  .hero { min-height: 680px; }
  .hero h1 { font-size: 68px; }
  .hero-content { margin-inline: 20px; }
  .quick-strip { padding-inline: 20px; }
  .type-row span { font-size: 15px; }
  .section-heading { margin-bottom: 36px; }
  .step-card { padding: 30px; }
  .field-row.two { grid-template-columns: 1fr; gap: 0; }
  .setup-step h1 { font-size: 58px; }
  .photo-picker, .photo-picker img { min-height: 260px; height: 260px; }
  .color-options { grid-template-columns: repeat(3, 1fr); }
  .vehicle-tile-image { height: 225px; }
  .vehicle-tile-copy { grid-template-columns: 1fr; gap: 10px; }
  .vehicle-tile-story { align-items: flex-start; text-align: left; }
  .vehicle-tile-actions { align-items: flex-start; flex-direction: column; gap: 8px; padding: 11px 14px 12px 24px; }
  .vehicle-tile-actions button { width: 100%; min-height: 38px; }
  .add-vehicle-tile { min-height: 245px; }
  .garage-hero-card { min-height: 365px; }
  .garage-card-copy h1 { font-size: 55px; }
  .check-status { grid-template-columns: 34px auto; }
  .check-status small { grid-column: 2; }
  .signal-legend { grid-template-columns: 1fr; gap: 9px; }
  .signal-legend span { align-items: center; }
  .odometer-control { grid-template-columns: 1fr; }
  .odometer-input, .odometer-control small { grid-column: 1; }
  .overview-grid { grid-template-columns: 1fr 1fr; }
  .overview-grid strong { font-size: 40px; }
  .health-strip { grid-template-columns: 1fr; }
  .health-title, .health-item { grid-column: 1; }
  .command-actions { flex-direction: column; }
}

@media (max-width: 380px) {
  .app-header { padding-inline: 10px; }
  .app-brand { min-width: 72px; }
  .app-brand-lockup { width: 70px; }
  .app-brand-lockup img { width: 70px; height: 41px; }
  .app-brand-lockup strong { margin-top: 5px; font-size: 10px; letter-spacing: .27em; }
  .garage-menu-button { padding-right: 7px; }
  .garage-menu-button strong { font-size: 12px; }
}

@page { size: letter portrait; margin: .35in; }

@media print {
  body { background: #fff; }
  .app-header, .mobile-dock, .month-save-panel, .garage-actions, .back-to-garage, .reset-button, .more-button, .check-controls, .signal-legend, .photo-label, .story-note-meta button { display: none !important; }
  .app-main { max-width: none; padding: 0; }
  .garage-hero-card { min-height: 140px; height: 140px; box-shadow: none; border-bottom: 5px solid var(--blue); print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .garage-card-top { inset: 12px 18px auto; }
  .garage-label { font-size: 10px; }
  .garage-card-copy { left: 20px; right: 20px; bottom: 13px; }
  .garage-card-copy > p { margin-bottom: 3px; font-size: 10px; }
  .garage-card-copy h1 { margin-bottom: 8px; font-size: 36px; }
  .check-status { grid-template-columns: 24px auto 1fr; gap: 8px; }
  .status-ring { width: 23px; height: 23px; }
  .status-ring::after { width: 17px; height: 17px; }
  .check-status strong, .check-status small { font-size: 10px; }
  .garage-welcome { grid-template-columns: 1fr 1fr; gap: 20px; padding: 13px 4px 8px; }
  .garage-welcome .eyebrow { margin-bottom: 6px; font-size: 9px; }
  .garage-welcome h2 { font-size: 25px; }
  .garage-welcome > p { font-size: 11px; line-height: 1.45; }
  .checklist-panel, .odometer-panel, .notes-panel, .story-panel, .action-panel { box-shadow: none; }
  .history-panel { display: none !important; }
  .odometer-panel { grid-template-columns: 1fr auto; gap: 18px; margin-top: 7px; padding: 9px 14px; border-left-width: 4px; break-inside: avoid; }
  .odometer-copy .panel-kicker { margin-bottom: 2px; font-size: 9px; }
  .odometer-copy h2 { font-size: 18px; }
  .odometer-copy p { margin-top: 3px; font-size: 10.5px; line-height: 1.35; }
  .odometer-control { min-width: 230px; grid-template-columns: auto 1fr; gap: 3px 10px; }
  .odometer-control > span:first-child { font-size: 10px; }
  .odometer-input { min-height: 34px; border: 0; }
  .odometer-input input { width: 110px; font-size: 18px; }
  .odometer-input b { font-size: 10px; }
  .odometer-control small { display: none; }
  .checklist-panel { margin-top: 7px; break-inside: auto; }
  .checklist-panel .panel-heading { min-height: 48px; padding: 8px 14px; }
  .panel-kicker { margin-bottom: 2px; font-size: 9px; }
  .panel-heading h2 { font-size: 18px; }
  .check-item { grid-template-columns: 29px minmax(190px, 1fr) auto; gap: 10px; min-height: 0; padding: 7px 14px; break-inside: avoid; }
  .check-icon { width: 27px; height: 27px; font-size: 7px; }
  .check-copy strong { margin-bottom: 2px; font-size: 12px; }
  .check-copy small { font-size: 10.5px; line-height: 1.3; }
  .print-status { display: block; font-size: 10.5px; font-weight: 800; text-transform: uppercase; }
  .item-note { grid-column: 2 / -1; grid-template-columns: auto 1fr; gap: 7px; padding: 4px 7px; }
  .item-note span { font-size: 9.5px; }
  .item-note input { min-height: 28px; padding: 4px 7px; font-size: 10.5px; }
  [data-print-hide="true"] { display: none !important; }
  .notes-panel, .story-panel, .action-panel { margin-top: 9px; break-inside: avoid; }
  .notes-panel { padding: 14px; }
  .notes-panel label { font-size: 11px; }
  .notes-panel label small { display: none; }
  .notes-panel textarea { min-height: 65px; margin-top: 8px; padding: 9px; font-size: 12px; line-height: 1.4; }
  .story-panel .panel-heading, .action-panel .panel-heading { min-height: 52px; padding: 9px 14px; }
  .story-layout { grid-template-columns: .9fr 1.1fr; gap: 14px; padding: 12px 14px; }
  .story-photo-picker, .story-photo-picker > img { min-height: 145px; height: 145px; }
  .story-photo-empty { min-height: 145px; padding: 12px; }
  .story-photo-empty b { width: 28px; height: 28px; margin-bottom: 7px; font-size: 16px; }
  .story-photo-empty strong { font-size: 13px; }
  .story-photo-empty small { margin-top: 5px; font-size: 10px; }
  .story-copy > label { margin-bottom: 5px; font-size: 11px; }
  .story-date-field { grid-template-columns: 1fr auto; gap: 3px 8px; margin-bottom: 8px !important; }
  .story-date-field input { min-height: 28px; padding-inline: 7px; font-size: 11px; }
  .story-date-field small { display: none; }
  .story-copy textarea { min-height: 85px; padding: 8px; font-size: 12px; line-height: 1.4; }
  .story-note-meta { display: none; }
  .attention-row { min-height: 0; padding: 9px 14px; font-size: 11px; }
  .attention-row b { margin-bottom: 4px; font-size: 9px; }
  .attention-row span { line-height: 1.3; }
  .attention-row em { margin-top: 4px; font-size: 12px; }
  .garage-disclaimer { margin-top: 10px; font-size: 9.5px; line-height: 1.4; }
  body:not(.printing-history) .history-dialog { display: none !important; }
  body.printing-history .app-shell, body.printing-history .toast { display: none !important; }
  body.printing-history .history-dialog { position: static; inset: auto; width: auto; max-width: none; max-height: none; display: block !important; padding: 0; overflow: visible; box-shadow: none; }
  body.printing-history .history-detail-header { min-height: 105px; padding: 18px 22px; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  body.printing-history .history-detail-header h2 { font-size: 42px; }
  body.printing-history .history-detail-header button, body.printing-history .history-detail-actions { display: none !important; }
  body.printing-history .history-detail-summary { grid-template-columns: repeat(3, 1fr); }
  body.printing-history .history-detail-summary div { border-right: 1px solid #e1e4e7; border-bottom: 0; }
  body.printing-history .history-detail-summary div:last-child { border-right: 0; }
  body.printing-history .history-detail-summary div { min-height: 64px; padding: 12px 18px; }
  body.printing-history .history-detail-summary span { font-size: 10px; }
  body.printing-history .history-detail-summary strong { margin-top: 4px; font-size: 12px; }
  body.printing-history .history-detail-checks, body.printing-history .history-detail-followups { padding: 17px 22px; }
  body.printing-history .history-detail h3 { margin-bottom: 10px; font-size: 18px; }
  body.printing-history .history-check-row { min-height: 0; padding: 7px 0; break-inside: avoid; }
  body.printing-history .history-check-row span strong { font-size: 12px; }
  body.printing-history .history-check-row span small { font-size: 10.5px; }
  body.printing-history .history-check-row span em { margin-top: 3px; font-size: 11px; }
  body.printing-history .history-check-row > b { font-size: 10px; }
  body.printing-history .history-detail-bottom { grid-template-columns: minmax(210px, .8fr) 1.2fr; gap: 14px; padding: 15px 22px; break-inside: avoid; }
  body.printing-history .history-detail-bottom img { height: 155px; }
  body.printing-history .history-detail-bottom strong, body.printing-history .history-detail-bottom p { font-size: 11px; }
  body.printing-history .history-detail-followups > div { padding: 8px 0; break-inside: avoid; }
  body.printing-history .history-detail-followups strong, body.printing-history .history-detail-followups p { font-size: 11px; }
  body.printing-history .history-detail-disclaimer { padding: 12px 22px; font-size: 9.5px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
