.PWABadge-container{padding:0;margin:0;width:0;height:0}.PWABadge-toast{position:fixed;right:0;bottom:0;margin:16px;padding:12px;border:1px solid #8885;border-radius:4px;z-index:1;text-align:left;box-shadow:3px 4px 5px #8885;background-color:#fff}.PWABadge-toast-message{margin-bottom:8px}.PWABadge-toast-button{border:1px solid #8885;outline:none;margin-right:5px;border-radius:2px;padding:3px 10px}:root{font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1c224be6;background:#f5f7f9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--ink: rgba(28, 34, 75, .9);--muted: #64748b;--muted-soft: #94a3b8;--surface: #ffffff;--surface-alt: #fafbfc;--border: #e5eaf0;--border-soft: rgba(229, 234, 240, .95);--brand: #3d9be9;--brand-hover: #257fc6;--brand-deep: #1c6fac;--brand-tint: #eaf6ff;--brand-border: #bfe5ff;--success: #047857;--success-bg: #ecfdf5;--success-border: #a7f3d0;--shadow-card: 0 8px 24px rgba(28, 34, 75, .08), 0 1px 3px rgba(28, 34, 75, .06);--shadow-button: 0 8px 18px rgba(61, 155, 233, .24)}*{box-sizing:border-box}html{min-height:100%;background:#f5f7f9}body{min-width:320px;min-height:100vh;margin:0;background:radial-gradient(circle at top left,rgba(61,155,233,.08),transparent 32rem),#f5f7f9}button,input,select,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}#root{min-height:100vh}.app{display:flex;min-height:100vh;flex-direction:column}.app-header{position:sticky;top:0;z-index:20;display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border-bottom:1px solid var(--border-soft);background:#ffffffeb;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:10px}.brand__mark{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--brand-border);border-radius:13px;background:var(--brand-tint);color:var(--brand-deep);font-size:17px;font-weight:850;letter-spacing:-.04em}.brand__text{display:flex;align-items:baseline;gap:5px;letter-spacing:-.025em}.brand__text strong{font-size:17px;font-weight:850}.brand__text span{color:var(--muted);font-size:14px;font-weight:650}.connection-status{display:inline-flex;min-height:34px;align-items:center;gap:8px;padding:7px 11px;border:1px solid var(--border);border-radius:999px;background:var(--surface);box-shadow:0 1px 2px #1c224b0d;color:var(--ink);font-size:12px;font-weight:800}.connection-status__dot{width:8px;height:8px;border-radius:999px}.connection-status--online .connection-status__dot{background:#10b981;box-shadow:0 0 0 4px #10b9811a}.connection-status--offline .connection-status__dot{background:#d97706;box-shadow:0 0 0 4px #d977061a}.page-shell{display:grid;width:100%;max-width:720px;flex:1;align-items:center;margin:0 auto;padding:40px 20px}.access-card{display:flex;flex-direction:column;gap:24px;padding:32px;border:1px solid var(--border-soft);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-card)}.access-card__icon{display:grid;width:58px;height:58px;place-items:center;border:1px solid var(--brand-border);border-radius:18px;background:var(--brand-tint);color:var(--brand-deep)}.access-card__icon svg{width:28px;height:28px}.access-card__content{display:flex;flex-direction:column;gap:10px}.eyebrow{margin:0;color:var(--muted-soft);font-size:10px;font-weight:850;line-height:1;letter-spacing:.11em;text-transform:uppercase}h1{margin:0;color:var(--ink);font-size:clamp(30px,7vw,44px);font-weight:850;line-height:1.05;letter-spacing:-.045em}.access-card__description{max-width:540px;margin:0;color:var(--muted);font-size:15px;font-weight:500;line-height:1.65}.information-panel,.success-panel{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:14px}.information-panel{border:1px solid var(--border);background:var(--surface-alt)}.information-panel__icon{display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center;color:var(--brand-deep)}.information-panel__icon svg{width:21px;height:21px}.information-panel p{margin:1px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.success-panel{border:1px solid var(--success-border);background:var(--success-bg);color:var(--success)}.success-panel__dot{width:9px;height:9px;flex:0 0 9px;margin-top:5px;border-radius:999px;background:var(--success)}.success-panel strong{display:block;font-size:13px;font-weight:800}.success-panel p{margin:4px 0 0;font-size:13px;line-height:1.5}.primary-button,.secondary-button{display:inline-flex;width:100%;min-height:48px;align-items:center;justify-content:center;padding:12px 16px;border-radius:12px;font-size:13px;font-weight:800;line-height:1;cursor:pointer;transition:background-color .18s cubic-bezier(.4,0,.2,1),border-color .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),transform .18s cubic-bezier(.4,0,.2,1)}.primary-button{border:1px solid var(--brand);background:var(--brand);color:#fff;box-shadow:var(--shadow-button)}.primary-button:hover{border-color:var(--brand-hover);background:var(--brand-hover);transform:translateY(-1px)}.secondary-button{border:1px solid var(--border);background:var(--surface);color:var(--ink);box-shadow:0 1px 2px #1c224b0d}.secondary-button:hover{border-color:#cbd5e1;background:#f8fafc;transform:translateY(-1px)}.primary-button:focus-visible,.secondary-button:focus-visible{outline:none;box-shadow:0 0 0 3px #3d9be938}.primary-button:active,.secondary-button:active{transform:translateY(1px) scale(.99)}.demo-note{margin:-10px 0 0;color:var(--muted-soft);font-size:12px;line-height:1.5;text-align:center}.app-footer{display:flex;justify-content:space-between;gap:16px;padding:18px 20px;border-top:1px solid var(--border-soft);color:var(--muted-soft);font-size:12px;font-weight:650}@media(max-width:600px){.app-header{min-height:64px;padding:12px 16px}.brand__text span{display:none}.page-shell{align-items:start;padding:20px 14px 32px}.access-card{gap:21px;padding:24px 20px;border-radius:18px}h1{font-size:30px}.app-footer{padding:16px}}@media(display-mode:standalone){.app-header{padding-top:max(14px,env(safe-area-inset-top))}.app-footer{padding-bottom:max(18px,env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto;transition-duration:1ms;animation-duration:1ms;animation-iteration-count:1}}.home-shell{width:100%;max-width:1040px;flex:1;margin:0 auto;padding:48px 24px}.home-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.home-heading h1{margin-top:8px;font-size:38px}.home-heading__date{margin:10px 0 0;color:var(--muted);font-size:14px;font-weight:500}.demo-status-pill,.status-pill{display:inline-flex;min-height:28px;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800;line-height:1;white-space:nowrap}.demo-status-pill{border:1px solid var(--brand-border);background:var(--brand-tint);color:var(--brand-deep)}.status-pill--success{border:1px solid var(--success-border);background:var(--success-bg);color:var(--success)}.status-pill--warning{border:1px solid #fde68a;background:#fffbeb;color:#b45309}.home-primary-card{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:20px;margin-bottom:18px;padding:24px;border:1px solid var(--brand-border);border-radius:20px;background:linear-gradient(135deg,#eaf6fff2,#fffffffa);box-shadow:var(--shadow-card)}.home-primary-card__icon{display:grid;width:58px;height:58px;place-items:center;border:1px solid var(--brand-border);border-radius:18px;background:var(--surface);color:var(--brand-deep);box-shadow:inset 0 0 0 1px #e5eaf066,0 4px 10px #1c224b0f}.home-primary-card__icon svg{width:28px;height:28px}.home-primary-card__content{min-width:0}.home-primary-card__topline{display:flex;align-items:center;gap:12px;margin-bottom:9px}.home-primary-card__topline .eyebrow{flex:1}.home-primary-card h2{margin:0;color:var(--ink);font-size:23px;font-weight:850;line-height:1.2;letter-spacing:-.025em}.home-primary-card p:not(.eyebrow){max-width:600px;margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.55}.home-primary-card__button{width:auto;min-width:190px;gap:9px}.home-primary-card__button svg{width:17px;height:17px}.home-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.home-card{display:flex;min-height:190px;flex-direction:column;justify-content:space-between;gap:28px;padding:22px;border:1px solid var(--border-soft);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-card)}.home-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.home-card__icon{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--border);border-radius:14px;background:var(--surface-alt);color:var(--brand-deep)}.home-card__icon svg{width:21px;height:21px}.home-card__label{margin:0 0 7px;color:var(--muted-soft);font-size:10px;font-weight:850;line-height:1;letter-spacing:.11em;text-transform:uppercase}.home-card h3{margin:0;color:var(--ink);font-size:20px;font-weight:850;line-height:1.2;letter-spacing:-.025em}.home-card__description{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.home-reset-button{display:block;margin:24px auto 0;padding:8px 12px;border:0;background:transparent;color:var(--muted-soft);font-size:12px;font-weight:700;cursor:pointer}.home-reset-button:hover{color:var(--ink)}.home-reset-button:focus-visible{border-radius:9px;outline:none;box-shadow:0 0 0 3px #3d9be938}@media(max-width:900px){.home-primary-card{grid-template-columns:58px minmax(0,1fr)}.home-primary-card__button{grid-column:1 / -1;width:100%}}@media(max-width:600px){.home-shell{padding:28px 14px 36px}.home-heading{display:grid;gap:16px}.home-heading h1{font-size:30px}.demo-status-pill{width:max-content}.home-primary-card{grid-template-columns:1fr;gap:18px;padding:20px 18px;border-radius:18px}.home-primary-card__topline{align-items:flex-start;flex-direction:column}.home-primary-card h2{font-size:21px}.home-primary-card__button{grid-column:auto;min-width:0}.home-grid{grid-template-columns:1fr}.home-card{min-height:170px;padding:20px 18px}}.check-shell{width:100%;max-width:900px;flex:1;margin:0 auto;padding:42px 24px}.check-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:18px;margin-bottom:24px}.check-heading h1{margin-top:8px;font-size:38px}.check-heading__description{margin:9px 0 0;color:var(--muted);font-size:14px;line-height:1.6}.check-back-button{display:inline-flex;min-height:38px;align-items:center;gap:7px;padding:9px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--ink);box-shadow:0 1px 2px #1c224b0d;font-size:13px;font-weight:800;cursor:pointer}.check-back-button svg{width:16px;height:16px}.check-back-button:hover{border-color:#cbd5e1;background:#f8fafc}.check-back-button:focus-visible{outline:none;box-shadow:0 0 0 3px #3d9be938}.check-draft-pill{display:inline-flex;min-height:28px;align-items:center;padding:6px 10px;border:1px solid var(--brand-border);border-radius:999px;background:var(--brand-tint);color:var(--brand-deep);font-size:11px;font-weight:800;white-space:nowrap}.check-summary-card,.check-progress-card,.check-local-card{border:1px solid var(--border-soft);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-card)}.check-summary-card{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:16px;margin-bottom:18px;padding:20px}.check-summary-card__icon{display:grid;width:54px;height:54px;place-items:center;border:1px solid var(--brand-border);border-radius:16px;background:var(--brand-tint);color:var(--brand-deep)}.check-summary-card__icon svg{width:25px;height:25px}.check-summary-card__details h2{margin:7px 0 0;color:var(--ink);font-size:22px;font-weight:850;line-height:1.2;letter-spacing:-.025em}.check-summary-card__details>p:last-child{margin:6px 0 0;color:var(--muted);font-size:13px}.check-progress-card{margin-bottom:18px;padding:24px}.check-progress-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.check-progress-card__header h2{margin:8px 0 0;color:var(--ink);font-size:20px;font-weight:850;line-height:1.2}.check-progress-card__header>span{color:var(--brand-deep);font-size:20px;font-weight:850}.check-progress-track{height:8px;margin:20px 0;overflow:hidden;border-radius:999px;background:#eef2f7}.check-progress-track span{display:block;width:0%;height:100%;border-radius:inherit;background:var(--brand)}.check-progress-card>p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.check-local-card{display:flex;align-items:center;gap:14px;padding:18px 20px}.check-local-card__icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border:1px solid var(--success-border);border-radius:13px;background:var(--success-bg);color:var(--success)}.check-local-card__icon svg{width:20px;height:20px}.check-local-card strong{color:var(--ink);font-size:13px;font-weight:800}.check-local-card p{margin:5px 0 0;color:var(--muted);font-size:12px;overflow-wrap:anywhere}.app-action-message{position:fixed;right:20px;bottom:72px;left:20px;z-index:30;max-width:680px;margin:0 auto;padding:14px 16px;border:1px solid var(--brand-border);border-radius:12px;background:var(--brand-tint);color:var(--brand-deep);box-shadow:var(--shadow-card);font-size:13px;font-weight:800;text-align:center}@media(max-width:600px){.check-shell{padding:26px 14px 36px}.check-heading{grid-template-columns:1fr auto}.check-back-button{grid-column:1 / -1;width:max-content}.check-heading h1{font-size:30px}.check-summary-card{grid-template-columns:54px minmax(0,1fr);padding:18px}.check-summary-card .status-pill{grid-column:1 / -1;width:max-content}.check-progress-card{padding:20px 18px}}.check-category-list{display:grid;gap:18px;margin-bottom:18px}.check-category-card{overflow:hidden;border:1px solid var(--border-soft);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-card)}.check-category-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 24px;border-bottom:1px solid #f1f3f6;background:linear-gradient(180deg,#fff,#fafbfc)}.check-category-card__header h2{margin:7px 0 0;color:var(--ink);font-size:20px;font-weight:850;line-height:1.2;letter-spacing:-.02em}.check-category-card__header>span{display:inline-flex;min-height:28px;align-items:center;padding:6px 10px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--muted);font-size:11px;font-weight:800;white-space:nowrap}.check-item-list{display:grid}.check-item{padding:22px 24px;border-bottom:1px solid #f1f3f6;transition:background .18s cubic-bezier(.4,0,.2,1),border-color .18s cubic-bezier(.4,0,.2,1)}.check-item:last-child{border-bottom:0}.check-item.is-answered{background:#ecfdf54d}.check-item.is-defect{background:#fef2f28c}.check-item__heading{display:grid;grid-template-columns:32px minmax(0,1fr);gap:12px;margin-bottom:18px}.check-item__number{display:grid;width:32px;height:32px;place-items:center;border:1px solid var(--border);border-radius:10px;background:var(--surface-alt);color:var(--muted);font-size:12px;font-weight:850}.check-item h3{margin:0;color:var(--ink);font-size:15px;font-weight:850;line-height:1.35;letter-spacing:-.015em}.check-item__heading p{margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.check-result-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.check-result-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:11px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--muted);box-shadow:0 1px 2px #1c224b0d;font-size:13px;font-weight:800;cursor:pointer;transition:background .18s cubic-bezier(.4,0,.2,1),border-color .18s cubic-bezier(.4,0,.2,1),color .18s cubic-bezier(.4,0,.2,1),transform .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1)}.check-result-button svg{width:17px;height:17px;flex:0 0 17px}.check-result-button:hover{transform:translateY(-1px)}.check-result-button:active{transform:translateY(1px) scale(.99)}.check-result-button:focus-visible{outline:none;box-shadow:0 0 0 3px #3d9be938}.check-result-button--pass.is-active{border-color:var(--success-border);background:var(--success-bg);color:var(--success)}.check-result-button--defect.is-active{border-color:#ef44444d;background:#fef2f2;color:#dc2626}.check-result-button--na.is-active{border-color:var(--brand-border);background:var(--brand-tint);color:var(--brand-deep)}.check-defect-notes{display:grid;gap:8px;margin-top:16px;padding:16px;border:1px solid rgba(239,68,68,.22);border-radius:14px;background:#fff}.check-defect-notes label{color:var(--ink);font-size:13px;font-weight:800;line-height:1.35}.check-defect-notes textarea{width:100%;min-height:110px;resize:vertical;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--ink);font-size:14px;font-weight:500;line-height:1.5;outline:none;transition:border-color .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1)}.check-defect-notes textarea::placeholder{color:var(--muted-soft)}.check-defect-notes textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #3d9be938}.check-progress-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--muted);font-size:12px;font-weight:700}.check-progress-meta__defects.is-active{color:#dc2626}.check-progress-track span{transition:width .18s cubic-bezier(.4,0,.2,1)}@media(max-width:600px){.check-category-card__header,.check-item{padding:20px 18px}.check-result-controls{grid-template-columns:1fr}.check-result-button{justify-content:flex-start}.check-progress-meta{align-items:flex-start;flex-direction:column}}.check-review-card,.review-card,.review-summary-card,.review-declaration-card,.review-validation-card,.review-submit-card{border:1px solid var(--border-soft);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-card)}.check-review-card{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px;padding:24px}.check-review-card h2,.review-submit-card h2{margin:8px 0 0;color:var(--ink);font-size:20px;font-weight:850;line-height:1.2;letter-spacing:-.02em}.check-review-card p:not(.eyebrow),.review-submit-card p:not(.eyebrow){margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.check-review-button{width:auto;min-width:180px;gap:8px}.check-review-button svg,.review-submit-button svg{width:17px;height:17px}.primary-button:disabled{border-color:var(--border);background:#eef2f7;color:var(--muted-soft);box-shadow:none;cursor:not-allowed;transform:none}.review-shell{width:100%;max-width:900px;flex:1;margin:0 auto;padding:42px 24px}.review-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:18px;margin-bottom:24px}.review-heading h1{margin-top:8px;font-size:38px}.review-heading__description{max-width:620px;margin:9px 0 0;color:var(--muted);font-size:14px;line-height:1.6}.review-summary-card{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px;padding:20px}.review-summary-card__vehicle{display:flex;align-items:center;gap:16px}.review-summary-card__icon{display:grid;width:54px;height:54px;flex:0 0 54px;place-items:center;border:1px solid var(--brand-border);border-radius:16px;background:var(--brand-tint);color:var(--brand-deep)}.review-summary-card__icon svg{width:25px;height:25px}.review-summary-card h2{margin:7px 0 0;color:var(--ink);font-size:22px;font-weight:850}.review-summary-card__vehicle p:last-child{margin:5px 0 0;color:var(--muted);font-size:13px}.review-summary-card__stats{display:flex;gap:28px}.review-summary-card__stats div{display:grid;gap:6px;text-align:right}.review-summary-card__stats span{color:var(--muted-soft);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.review-summary-card__stats strong{color:var(--ink);font-size:20px;font-weight:850}.review-card{overflow:hidden;margin-bottom:18px}.review-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:22px 24px;border-bottom:1px solid #f1f3f6;background:linear-gradient(180deg,#fff,#fafbfc)}.review-card__header h2{margin:7px 0 0;color:var(--ink);font-size:20px;font-weight:850;letter-spacing:-.02em}.review-card__header>p{max-width:390px;margin:0;color:var(--muted);font-size:13px;line-height:1.55}.review-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:24px}.review-field{display:grid;gap:8px}.review-field label,.review-notes-field label{color:var(--ink);font-size:13px;font-weight:800}.review-field input,.review-notes-field textarea{width:100%;min-height:46px;padding:11px 14px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--ink);box-shadow:0 1px 2px #1c224b0d;font-size:14px;font-weight:650;outline:none}.review-field input:focus,.review-notes-field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #3d9be938}.review-input-shell{position:relative}.review-input-shell input{padding-right:62px}.review-input-shell>span{position:absolute;top:50%;right:14px;color:var(--muted);font-size:12px;font-weight:700;transform:translateY(-50%)}.review-field__error{margin:0;color:#dc2626;font-size:12px;line-height:1.4}.review-clear-state{display:flex;align-items:center;gap:14px;padding:24px}.review-clear-state__icon{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border:1px solid var(--success-border);border-radius:14px;background:var(--success-bg);color:var(--success)}.review-clear-state__icon svg{width:21px;height:21px}.review-clear-state strong{color:var(--ink);font-size:14px}.review-clear-state p{margin:5px 0 0;color:var(--muted);font-size:13px}.review-defect-list{display:grid}.review-defect{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;padding:20px 24px;border-bottom:1px solid #f1f3f6}.review-defect:last-child{border-bottom:0}.review-defect.is-incomplete{background:#fef2f2}.review-defect__icon{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(239,68,68,.22);border-radius:13px;background:#fef2f2;color:#dc2626}.review-defect__icon svg{width:20px;height:20px}.review-defect__category{margin:0 0 6px;color:var(--muted-soft);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.review-defect h3{margin:0;color:var(--ink);font-size:15px;font-weight:850}.review-defect__description{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.review-safety-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:24px}.review-safety-button{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:13px;min-height:92px;padding:16px;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--ink);text-align:left;cursor:pointer}.review-safety-button__icon{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--border);border-radius:13px;background:var(--surface-alt);color:var(--muted)}.review-safety-button__icon svg{width:20px;height:20px}.review-safety-button strong{display:block;font-size:14px;font-weight:850}.review-safety-button small{display:block;margin-top:5px;color:var(--muted);font-size:12px;line-height:1.45}.review-safety-button--safe.is-active{border-color:var(--success-border);background:var(--success-bg)}.review-safety-button--safe.is-active .review-safety-button__icon{border-color:var(--success-border);background:#fff;color:var(--success)}.review-safety-button--unsafe.is-active{border-color:#ef44444d;background:#fef2f2}.review-safety-button--unsafe.is-active .review-safety-button__icon{border-color:#ef44444d;background:#fff;color:#dc2626}.review-unsafe-notice{margin:0 24px 24px;padding:16px;border:1px solid rgba(239,68,68,.22);border-radius:14px;background:#fef2f2;color:#991b1b}.review-unsafe-notice strong{font-size:13px;font-weight:850}.review-unsafe-notice p{margin:5px 0 0;font-size:13px;line-height:1.5}.review-notes-field{display:grid;gap:8px;padding:24px}.review-notes-field textarea{min-height:110px;resize:vertical}.review-declaration-card{margin-bottom:18px;padding:22px 24px}.review-declaration{position:relative;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:flex-start;gap:13px;cursor:pointer}.review-declaration input{position:absolute;width:1px;height:1px;opacity:0}.review-declaration__checkbox{display:grid;width:24px;height:24px;place-items:center;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:transparent}.review-declaration__checkbox svg{width:16px;height:16px}.review-declaration input:checked+.review-declaration__checkbox{border-color:var(--brand);background:var(--brand);color:#fff}.review-declaration input:focus-visible+.review-declaration__checkbox{box-shadow:0 0 0 3px #3d9be938}.review-declaration strong{display:block;color:var(--ink);font-size:14px;font-weight:850}.review-declaration small{display:block;margin-top:6px;color:var(--muted);font-size:13px;line-height:1.55}.review-validation-card{margin-bottom:18px;padding:20px 24px;border-color:#fde68a;background:#fffbeb;color:#92400e}.review-validation-card strong{font-size:13px;font-weight:850}.review-validation-card ul{display:grid;gap:7px;margin:12px 0 0;padding-left:20px;font-size:13px;line-height:1.5}.review-submit-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px}.review-submit-button{width:auto;min-width:230px;gap:9px}.submitted-card{max-width:620px}.submitted-card__icon{border-color:var(--success-border);background:var(--success-bg);color:var(--success)}.submitted-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid var(--border);border-radius:14px}.submitted-summary div{display:grid;gap:7px;padding:16px;border-right:1px solid var(--border)}.submitted-summary div:last-child{border-right:0}.submitted-summary span{color:var(--muted-soft);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.submitted-summary strong{color:var(--ink);font-size:14px;font-weight:850}.submitted-summary__safe{color:var(--success)}.submitted-summary__unsafe{color:#dc2626}.submitted-sync-panel strong{display:block;color:var(--ink);font-size:13px;font-weight:850}@media(max-width:700px){.check-review-card,.review-submit-card{display:grid}.check-review-button,.review-submit-button{width:100%;min-width:0}.review-heading{grid-template-columns:1fr auto}.review-heading .check-back-button{grid-column:1 / -1}.review-heading h1{font-size:30px}.review-summary-card{align-items:flex-start;flex-direction:column}.review-summary-card__stats{width:100%;justify-content:space-between}.review-summary-card__stats div{text-align:left}.review-card__header{display:grid;padding:20px 18px}.review-card__header>p{max-width:none}.review-form-grid,.review-safety-options{grid-template-columns:1fr;padding:20px 18px}.review-notes-field{padding:20px 18px}.review-unsafe-notice{margin:0 18px 20px}.submitted-summary{grid-template-columns:1fr}.submitted-summary div{border-right:0;border-bottom:1px solid var(--border)}.submitted-summary div:last-child{border-bottom:0}}.home-footer-actions{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:24px}.home-history-button{width:auto;min-width:170px;gap:8px}.home-history-button svg{width:17px;height:17px}.home-footer-actions .home-reset-button{margin:0}.history-shell{width:100%;max-width:1040px;flex:1;margin:0 auto;padding:42px 24px}.history-heading{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:18px;margin-bottom:24px}.history-heading h1{margin-top:8px;font-size:38px}.history-heading__description{margin:9px 0 0;color:var(--muted);font-size:14px;line-height:1.6}.history-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.history-summary-card{display:grid;gap:9px;padding:18px 20px;border:1px solid var(--border-soft);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-card)}.history-summary-card span{color:var(--muted-soft);font-size:10px;font-weight:850;line-height:1;letter-spacing:.1em;text-transform:uppercase}.history-summary-card strong{color:var(--ink);font-size:24px;font-weight:850;line-height:1.1;letter-spacing:-.03em}.history-list{display:grid;gap:12px}.history-card{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px;border:1px solid var(--border-soft);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-card);transition:border-color .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),transform .18s cubic-bezier(.4,0,.2,1)}.history-card:hover{border-color:var(--brand-border);box-shadow:0 10px 24px #1c224b1a,0 1px 3px #1c224b0f;transform:translateY(-1px)}.history-card__icon{display:grid;width:48px;height:48px;place-items:center;border:1px solid var(--brand-border);border-radius:15px;background:var(--brand-tint);color:var(--brand-deep)}.history-card__icon svg{width:22px;height:22px}.history-card__content{min-width:0}.history-card__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.history-card__label{margin:0 0 6px;color:var(--muted-soft);font-size:10px;font-weight:850;line-height:1;letter-spacing:.1em;text-transform:uppercase}.history-card h2{margin:0;color:var(--ink);font-size:17px;font-weight:850;line-height:1.25;letter-spacing:-.02em}.history-card__meta{display:flex;flex-wrap:wrap;gap:7px 14px;margin-top:10px;color:var(--muted);font-size:12px;font-weight:650;line-height:1.4}.history-status{display:inline-flex;min-height:28px;align-items:center;padding:6px 10px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--muted);font-size:11px;font-weight:850;line-height:1;white-space:nowrap}.history-status--draft,.history-status--pending{border-color:#fde68a;background:#fffbeb;color:#b45309}.history-status--failed{border-color:#ef444438;background:#fef2f2;color:#dc2626}.history-status--synced{border-color:var(--success-border);background:var(--success-bg);color:var(--success)}.history-card__action{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;padding:9px 13px;border:1px solid var(--border);border-radius:11px;background:var(--surface);color:var(--ink);box-shadow:0 1px 2px #1c224b0d;font-size:12px;font-weight:850;white-space:nowrap;cursor:pointer}.history-card__action:hover{border-color:var(--brand-border);background:var(--brand-tint);color:var(--brand-deep)}.history-card__action:focus-visible{outline:none;box-shadow:0 0 0 3px #3d9be938}.history-card__action svg{width:15px;height:15px}.history-empty-state{display:flex;min-height:280px;align-items:center;justify-content:center;gap:18px;padding:42px 20px;border:1px solid var(--border-soft);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-card);text-align:left}.history-empty-state__icon{display:grid;width:58px;height:58px;flex:0 0 58px;place-items:center;border:1px solid var(--border-soft);border-radius:18px;background:var(--surface);color:var(--brand);box-shadow:var(--shadow-card)}.history-empty-state__icon svg{width:28px;height:28px}.history-empty-state h2{margin:8px 0 0;color:var(--ink);font-size:28px;font-weight:850;line-height:1.14;letter-spacing:-.03em}.history-empty-state p:not(.eyebrow){max-width:420px;margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.6}@media(max-width:900px){.history-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.history-card{grid-template-columns:48px minmax(0,1fr)}.history-card__action{grid-column:1 / -1;width:100%}}@media(max-width:600px){.home-footer-actions{display:grid;grid-template-columns:1fr}.home-history-button{width:100%;min-width:0}.history-shell{padding:26px 14px 36px}.history-heading{grid-template-columns:1fr}.history-heading .check-back-button{width:max-content}.history-heading h1{font-size:30px}.history-summary-grid{grid-template-columns:1fr 1fr}.history-summary-card{padding:16px}.history-card{grid-template-columns:44px minmax(0,1fr);padding:16px}.history-card__icon{width:44px;height:44px}.history-card__title-row{display:grid}.history-status{width:max-content}.history-empty-state{flex-direction:column;text-align:center}.history-empty-state p:not(.eyebrow){margin-right:auto;margin-left:auto}}.completed-shell{width:100%;max-width:980px;flex:1;margin:0 auto;padding:42px 24px}.completed-heading{display:grid;gap:18px;margin-bottom:24px}.completed-heading .check-back-button{width:max-content}.completed-heading__main{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.completed-heading h1{margin-top:8px;font-size:38px}.completed-heading__description{max-width:650px;margin:9px 0 0;color:var(--muted);font-size:14px;line-height:1.6}.completed-sync-status{display:inline-flex;min-height:30px;align-items:center;justify-content:center;padding:7px 11px;border:1px solid var(--border);border-radius:999px;font-size:11px;font-weight:850;line-height:1;white-space:nowrap}.completed-sync-status--pending{border-color:#fde68a;background:#fffbeb;color:#b45309}.completed-sync-status--failed{border-color:#ef444438;background:#fef2f2;color:#dc2626}.completed-sync-status--synced{border-color:var(--success-border);background:var(--success-bg);color:var(--success)}.completed-vehicle-card,.completed-summary-card,.completed-card,.completed-inspection{border:1px solid var(--border-soft);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-card)}.completed-vehicle-card{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px;padding:22px}.completed-vehicle-card__identity{display:flex;align-items:center;gap:16px}.completed-vehicle-card__icon{display:grid;width:54px;height:54px;flex:0 0 54px;place-items:center;border:1px solid var(--brand-border);border-radius:16px;background:var(--brand-tint);color:var(--brand-deep)}.completed-vehicle-card__icon svg{width:25px;height:25px}.completed-vehicle-card h2{margin:7px 0 0;color:var(--ink);font-size:22px;font-weight:850;line-height:1.2;letter-spacing:-.02em}.completed-vehicle-card__identity p:last-child{margin:5px 0 0;color:var(--muted);font-size:13px}.completed-safety-badge{display:inline-flex;min-height:38px;align-items:center;gap:8px;padding:9px 12px;border:1px solid;border-radius:12px;font-size:12px;font-weight:850;white-space:nowrap}.completed-safety-badge svg{width:17px;height:17px}.completed-safety-badge--safe{border-color:var(--success-border);background:var(--success-bg);color:var(--success)}.completed-safety-badge--unsafe{border-color:#ef44443d;background:#fef2f2;color:#dc2626}.completed-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.completed-summary-card{display:grid;gap:9px;padding:18px 20px}.completed-summary-card span{color:var(--muted-soft);font-size:10px;font-weight:850;line-height:1;letter-spacing:.09em;text-transform:uppercase}.completed-summary-card strong{color:var(--ink);font-size:24px;font-weight:850;line-height:1.1}.completed-card,.completed-inspection{overflow:hidden;margin-bottom:18px}.completed-card__header,.completed-inspection__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:22px 24px;border-bottom:1px solid #f1f3f6;background:linear-gradient(180deg,#fff,#fafbfc)}.completed-card__header h2,.completed-inspection__header h2{margin:7px 0 0;color:var(--ink);font-size:20px;font-weight:850;line-height:1.2;letter-spacing:-.02em}.completed-card__header>p,.completed-inspection__header>p{max-width:390px;margin:0;color:var(--muted);font-size:13px;line-height:1.55}.completed-details-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.completed-detail{display:grid;gap:8px;min-height:92px;padding:20px 24px;border-right:1px solid #f1f3f6;border-bottom:1px solid #f1f3f6}.completed-detail:nth-child(3n){border-right:0}.completed-detail:nth-last-child(-n+3){border-bottom:0}.completed-detail span{color:var(--muted-soft);font-size:10px;font-weight:850;line-height:1;letter-spacing:.08em;text-transform:uppercase}.completed-detail strong{color:var(--ink);font-size:13px;font-weight:800;line-height:1.5}.completed-detail__safe{color:var(--success)!important}.completed-detail__unsafe{color:#dc2626!important}.completed-clear-state{display:flex;align-items:center;gap:14px;padding:24px}.completed-clear-state__icon{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border:1px solid var(--success-border);border-radius:14px;background:var(--success-bg);color:var(--success)}.completed-clear-state__icon svg{width:21px;height:21px}.completed-clear-state strong{color:var(--ink);font-size:14px;font-weight:850}.completed-clear-state p{margin:5px 0 0;color:var(--muted);font-size:13px}.completed-defect-list{display:grid}.completed-defect{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;padding:20px 24px;border-bottom:1px solid #f1f3f6}.completed-defect:last-child{border-bottom:0}.completed-defect__icon{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(239,68,68,.22);border-radius:13px;background:#fef2f2;color:#dc2626}.completed-defect__icon svg{width:20px;height:20px}.completed-defect__category{margin:0 0 6px;color:var(--muted-soft);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.completed-defect h3{margin:0;color:var(--ink);font-size:15px;font-weight:850}.completed-defect__description{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.completed-category-list{display:grid}.completed-category{border-bottom:1px solid var(--border-soft)}.completed-category:last-child{border-bottom:0}.completed-category__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;background:#fafbfc}.completed-category__header h3{margin:0;color:var(--ink);font-size:14px;font-weight:850}.completed-category__header span{color:var(--muted);font-size:11px;font-weight:750}.completed-item-list{display:grid}.completed-item{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:18px;padding:14px 24px;border-top:1px solid #f1f3f6}.completed-item--defect{background:snow}.completed-item__content{min-width:0}.completed-item h4{margin:0;color:var(--ink);font-size:13px;font-weight:750;line-height:1.45}.completed-item__content p{margin:5px 0 0;color:#b91c1c;font-size:12px;line-height:1.5}.completed-result{display:inline-flex;min-width:74px;min-height:28px;align-items:center;justify-content:center;padding:6px 10px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--muted);font-size:10px;font-weight:850;line-height:1;white-space:nowrap}.completed-result--pass{border-color:var(--success-border);background:var(--success-bg);color:var(--success)}.completed-result--defect{border-color:#ef444438;background:#fef2f2;color:#dc2626}.completed-result--na{border-color:var(--border);background:#f5f7fa;color:var(--muted)}.completed-driver-content{display:grid;gap:18px;padding:24px}.completed-driver-notes{display:grid;gap:8px}.completed-driver-notes span{color:var(--muted-soft);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.completed-driver-notes p{margin:0;color:var(--ink);font-size:13px;line-height:1.6}.completed-declaration{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;padding:17px;border:1px solid var(--success-border);border-radius:14px;background:var(--success-bg)}.completed-declaration__icon{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--success-border);border-radius:13px;background:#fff;color:var(--success)}.completed-declaration__icon svg{width:20px;height:20px}.completed-declaration strong{color:var(--ink);font-size:13px;font-weight:850}.completed-declaration p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.55}@media(max-width:760px){.completed-heading__main,.completed-vehicle-card,.completed-card__header,.completed-inspection__header{display:grid}.completed-sync-status,.completed-safety-badge{width:max-content}.completed-summary-grid,.completed-details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.completed-detail:nth-child(3n){border-right:1px solid #f1f3f6}.completed-detail:nth-child(2n){border-right:0}.completed-detail:nth-last-child(-n+3){border-bottom:1px solid #f1f3f6}.completed-detail:nth-last-child(-n+2){border-bottom:0}}@media(max-width:560px){.completed-shell{padding:26px 14px 36px}.completed-heading h1{font-size:30px}.completed-summary-card{padding:16px}.completed-details-grid{grid-template-columns:1fr}.completed-detail,.completed-detail:nth-child(3n),.completed-detail:nth-child(2n),.completed-detail:nth-last-child(-n+3),.completed-detail:nth-last-child(-n+2){border-right:0;border-bottom:1px solid #f1f3f6}.completed-detail:last-child{border-bottom:0}.completed-card__header,.completed-inspection__header{padding:20px 18px}.completed-defect,.completed-category__header,.completed-item,.completed-driver-content{padding-right:18px;padding-left:18px}.completed-item{align-items:flex-start}}
