.vehicle-check-panel[hidden] { display: none !important; }
.vehicle-check-panel { position: fixed; inset: 0; z-index: 15000; display: flex; align-items: flex-end; justify-content: center; padding: 0; border: 0; background: rgba(16,24,40,.36); }
.vehicle-check-sheet { display: flex; flex-direction: column; width: min(100%,560px); max-height: 88vh; max-height: 88dvh; padding: 16px 16px 0; border-radius: 18px 18px 0 0; background: #fff; box-shadow: 0 -6px 32px rgba(16,24,40,.12); }
.vehicle-check-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.vehicle-check-head strong { font-size: 18px; color: #172b29; }
.vehicle-check-head button { width: 36px; height: 36px; border: 0; border-radius: 50%; background: #f3f5f6; color: #667085; font-size: 24px; cursor: pointer; }
.vehicle-check-hint { margin: 5px 0 14px; color: #667085; font-size: 12px; font-weight: 400; line-height: 1.6; }
.vehicle-check-groups { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px 8px; padding: 3px 0 16px; flex-shrink: 0; }
.vehicle-check-groups button { position: relative; display: flex; align-items: center; justify-content: center; min-width: 0; min-height: 38px; max-width: 100%; padding: 5px 3px; border-radius: 999px; font-size: 13px; line-height: 1.4; white-space: nowrap; cursor: pointer; }
.vehicle-check-groups small:not(:empty) { position: absolute; top: -6px; right: -1px; display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 4px; border: 2px solid #fff; border-radius: 10px; background: #08766c; color: #fff; font-size: 10px; line-height: 1; }
.vehicle-check-options { min-height: 70px; overflow-y: auto; overscroll-behavior: contain; border-top: 1px solid #edf1f5; padding: 12px 0 16px; }
.vehicle-check-category-title { margin-bottom: 10px; color: #344054; font-size: 13px; font-weight: 600; }
.vehicle-check-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.vehicle-check-panel [data-check-tag] { min-height: 40px; max-width: 100%; padding: 7px 11px; border-radius: 999px; font-size: 14px; line-height: 1.5; cursor: pointer; overflow-wrap: anywhere; }
.vehicle-check-panel [data-check-tag].active::before { content: "✓ "; }
.vehicle-check-footer { display: flex; align-items: center; gap: 14px; flex-shrink: 0; padding: 12px 0 max(12px,env(safe-area-inset-bottom)); border-top: 1px solid #edf1f5; }
.vehicle-check-selection { min-width: 0; flex: 1; }
.vehicle-check-selection strong { display: block; color: #344054; font-size: 14px; }
.vehicle-check-selection span { display: block; margin-top: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #667085; font-size: 12px; font-weight: 400; }
.vehicle-check-done { min-height: 44px; padding: 10px 30px; border: 0; border-radius: 9px; background: #08766c; color: #fff; font: inherit; font-weight: 600; cursor: pointer; }
.vehicle-check-note { flex-shrink: 0; min-height: 44px; padding: 6px; border: 0; background: transparent; color: #08766c; font: inherit; font-size: 13px; cursor: pointer; }
.vehicle-check-panel button:focus-visible { outline: 2px solid #08766c; outline-offset: 2px; }
.vehicle-check-detail { border-color: #d9e7e5; }
.vehicle-check-detail .pill { margin: 2px 4px 2px 0; }
body.vehicle-check-open { overflow: hidden; }
