/* ─────────────────────────────────────────────────────────────────────────────
   GoShorty rebuild — component styles (Phase 2).
   Every rule is a faithful translation of the ORIGINAL portal's authored CSS
   (reference/portal-inline.css + per-chunk CSS), consuming tokens.css.
   Class names match the original DOM 1:1. Tailwind-utility classes used by the
   original markup are defined manually at the bottom (canonical values) - no
   Tailwind build, no framework.
   ───────────────────────────────────────────────────────────────────────── */

/* ── Preflight essentials (Tailwind base the original relies on) ─────────── */
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: var(--gray-200); }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
body { margin: 0; background-color: var(--white); }
h1, h2, h3, ul { margin: 0; padding: 0; }
/* NOTE: today's live-site CSS resets p{margin:0}, but the reference screenshots
   (the contract) consistently measure an extra ~8px around paragraphs - the
   site evidently changed between capture and scrape. Screenshots win. */
p { margin: .5rem 0; padding: 0; }
/* Sibling-margin collapse would eat that 8px in stacked contexts; the refs show
   it NOT collapsing - so the original's containers were flex columns. */
.form-inner-container { display: flex; flex-direction: column; }
.footer-disclaimer-text { display: flex; flex-direction: column; }
.border-gs-white > .mt-3 { display: flex; flex-direction: column; }   /* dashboard option tile content */
button { background: none; cursor: pointer; font: inherit; letter-spacing: inherit; color: inherit; text-transform: inherit; }
input, button, select { font-family: inherit; font-size: 100%; line-height: inherit; color: inherit; margin: 0; padding: 0; }
img, svg { display: block; max-width: 100%; height: auto; }
ul { list-style: none; }
a { color: inherit; text-decoration: inherit; }
::placeholder { color: var(--gray-400); opacity: 1; }

/* ── Base typography (authored: body 12pt TT Norms Pro Regular, ls .05em) ── */
body { font-family: var(--font-sans); font-weight: 400; font-size: 12pt; letter-spacing: var(--tracking-wide); color: var(--gs-tarmac); }
.main-header-text { font-family: var(--font-serif); font-weight: 600; font-size: 28pt; padding-top: 1.25rem; padding-bottom: 1.25rem; text-align: center; color: #050505; }   /* refs measure near-black, calibrated against the header logo navy */
.sub-header-text  { font-family: var(--font-serif); font-weight: 600; font-size: 20pt; }
.title-text       { font-family: var(--font-serif); font-weight: 450; font-size: 16pt; }

/* ── Header ──────────────────────────────────────────────────────────────── */
.header-wrapper { border-bottom-width: 4px; border-color: #2e2e3a; }
.header-bar-wrapper { display: none; width: 100%; background-color: var(--gs-lightgray); padding: 1rem; text-align: right; }
@media (min-width: 768px) { .header-bar-wrapper { display: block; } }
.header-bar-wrapper > div { width: 100%; margin-left: auto; margin-right: auto; }
.header-bar-wrapper ul { display: flex; font-family: var(--font-sans); font-size: .875rem; font-weight: 700; gap: 1.5rem; justify-content: flex-end; letter-spacing: var(--tracking-mid); line-height: 1.5rem; color: var(--gray-text); text-decoration-line: underline; }
.header-wrapper-inner { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-left: auto; margin-right: auto; padding: 1.25rem; }
.header-wrapper-inner img { cursor: pointer; width: 160px; }
@media (min-width: 768px) { .header-wrapper-inner img { width: 200px; } }
.menu-icon { cursor: pointer; font-size: 2.0625rem; line-height: 2.5rem; transition-duration: .5s; transition-timing-function: cubic-bezier(.4,0,.2,1); color: #000; margin-right: .4rem; }   /* refs: near-black bars ~31.5x25 ink, inset ~27px from edge */
@media (min-width: 768px) { .menu-icon { display: none; } }
.menu-icon-wrap { display: flex; justify-content: flex-end; }
/* NEW QUOTE block (left of logo; SSR markup: w-[90px] + icon + caps label) */
.new-quote-button { width: 90px; text-align: center; cursor: pointer; }
.new-quote-button img { height: 3.5rem; margin-left: auto; margin-right: auto; width: auto; }
.new-quote-button .new-quote-label { font-size: .75rem; font-weight: 700; letter-spacing: var(--tracking-caps); margin-top: .25rem; }

/* ── Containers / sections (authored) ────────────────────────────────────── */
.base-container, .header-wrapper-inner, .header-bar-wrapper > div, .form-main-container, .footer-inner-section { width: 100%; }
@media (min-width: 640px)  { .base-container, .header-wrapper-inner, .header-bar-wrapper > div, .form-main-container, .footer-inner-section { max-width: 640px; } }
@media (min-width: 768px)  { .base-container, .header-wrapper-inner, .header-bar-wrapper > div, .form-main-container, .footer-inner-section { max-width: 768px; } }
@media (min-width: 1024px) { .base-container, .header-wrapper-inner, .header-bar-wrapper > div, .form-main-container, .footer-inner-section { max-width: 1024px; } }
@media (min-width: 1280px) { .base-container, .header-wrapper-inner, .header-bar-wrapper > div, .form-main-container, .footer-inner-section { max-width: 1280px; } }
@media (min-width: 1536px) { .base-container, .header-wrapper-inner, .header-bar-wrapper > div, .form-main-container, .footer-inner-section { max-width: 1536px; } }
.base-container { margin-left: auto; margin-right: auto; padding-left: .5rem; padding-right: .5rem; padding-top: 1.25rem; color: var(--white); }

.base-card, .base-section { border-radius: var(--radius-md); background-size: cover; }
.base-card { background-color: var(--gs-tarmacform); padding: 1rem .75rem; }
.base-section { background-color: var(--gs-tarmac); padding: 2.5rem 1.25rem; text-align: center; color: var(--white); }
@media (min-width: 1280px) { .base-section { padding-left: 6rem; padding-right: 6rem; } }
.base-section-wrapper { align-items: center; border-bottom-width: 2px; border-color: rgb(224 224 224 / 0.3); display: flex; flex-direction: column; justify-content: space-between; padding-bottom: .25rem; }
@media (min-width: 768px) { .base-section-wrapper { flex-direction: row; } }
.base-section-title { align-items: center; display: flex; gap: .75rem; }
.base-section-middle { display: none; width: fit-content; }
@media (min-width: 1280px) { .base-section-middle { display: block; } }
.base-section-middle-alternative { display: flex; justify-content: center; margin-top: .75rem; }
@media (min-width: 1280px) { .base-section-middle-alternative { display: none; } }
.base-section-live-time { font-size: .75rem; line-height: 1rem; text-align: left; width: 140px; color: var(--white); }
.base-section-bottom-navigation { align-items: center; display: flex; justify-content: space-between; }
.base-section-bottom-navigation-link { cursor: pointer; display: flex; font-weight: 700; gap: .25rem; }
.base-section-bottom-navigation-link:hover { text-decoration-line: underline; }
.base-section-bottom-navigation-icon, .base-section-bottom-navigation-link:hover { color: var(--gs-skyblue); }
.base-divider { border-color: rgb(224 224 224 / 0.3); border-width: 2px 2px 1px; margin-top: 1.25rem; margin-bottom: 1.25rem; width: 100%; }

/* ── Spinner (authored) ──────────────────────────────────────────────────── */
.base-spinner-style { height: 2rem; width: 2rem; margin-left: auto; margin-right: auto; animation: spin 1s linear infinite; border: 4px solid; border-radius: var(--radius-pill); border-right: 4px solid transparent; vertical-align: -.125em; color: var(--gs-tarmac); }
@media (prefers-reduced-motion: reduce) { .base-spinner-style { animation: spin 1.5s linear infinite; } }
.spinner-style-small { height: 1.5rem; width: 1.5rem; }
.spinner-style-extra-small { height: 1.25rem; width: 1.25rem; }
.spinner-style-large { height: 3.5rem; width: 3.5rem; }
.spinner-style-dark { color: var(--white); }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* ── Buttons (authored; themes outlined/dark have NO rules in the original —
      they render as bare .base-button with preflight's #e5e7eb border) ───── */
.base-button { border-radius: var(--radius-pill); border-width: 2px; font-family: var(--font-serif); font-weight: 600; font-size: 1.5rem; letter-spacing: var(--tracking-wide); line-height: 2rem; padding: .5rem .75rem; text-align: center; transition-duration: .5s; transition-timing-function: cubic-bezier(.4,0,.2,1); width: 60%; }
@media (min-width: 768px) { .base-button { margin-top: .75rem; } }
.base-button > div { align-items: center; display: flex; gap: .45rem; justify-content: center; }   /* authored gap-1 + the FA glyph's side bearings ≈ .45rem visual */
.base-button-loading { cursor: wait; }
.base-button-small { padding: .25rem .5rem; }
.base-button-small-text { font-size: 1rem; line-height: 1.5rem; }
.base-button-extra-small-text { font-size: .875rem; line-height: 1.25rem; }
.base-button-set-width { padding-left: 1.25rem; padding-right: 1.25rem; width: fit-content; }
@media (min-width: 768px) { .base-button-set-width { padding-left: 2.5rem; padding-right: 2.5rem; } }
.base-button-full-width { min-width: 115px; width: 100%; }
.button-style-primary { border-color: var(--gs-electricgreen); background-color: var(--gs-electricgreen); color: var(--gs-tarmac); }
.button-style-primary-active { border-color: var(--gs-skyblue); background-color: var(--gs-skyblue); color: var(--white); }
.button-style-outlined-active { border-color: var(--gs-electricgreen); background-color: var(--gs-electricgreen); color: var(--gs-tarmac); }

/* FA icons inline (the original uses Font Awesome): size/flow like the font.
   max-width:none undoes the preflight img/svg rule - with it, Chromium computes
   0 width for portrait-ratio icons (e.g. the doc-arrow) in flex contexts. */
.fa-icon { display: inline-block; height: 1em; width: auto; max-width: none; fill: currentColor; vertical-align: -.125em; }
.base-button .fa-icon { height: 1em; }       /* ring arrows measured vs refs (~23-24px at default size) */
.fa-icon.gs-tick { height: .58em; margin-right: .15em; }   /* thin doc-status tick/! (ref ~12x8px, ~9px word gap at 14px text) */

/* ── Modal (document downloader / linker; authored) ──────────────────────── */
.linker-wrapper { align-items: center; background-color: rgb(29 30 44 / 0.95); display: flex; height: 100%; justify-content: center; left: 0; position: fixed; top: 0; width: 100%; z-index: 60; }
.linker-wrapper-inner { border-radius: var(--radius-md); margin-left: 2.5rem; margin-right: 2.5rem; padding: 1.25rem; text-align: center; color: var(--white); }
@media (min-width: 768px) { .linker-wrapper-inner { padding: 2.5rem; } }

/* ── Forms (authored) ────────────────────────────────────────────────────── */
.form-main-container { margin-left: auto; margin-right: auto; padding-left: 1.25rem; padding-right: 1.25rem; }
.form-inner-container { border-radius: var(--radius-xl); margin-bottom: 1.25rem; margin-left: auto; margin-right: auto; max-width: 800px; background-color: var(--gs-tarmac); background-size: cover; padding: 1.25rem; text-align: center; color: var(--white); }
@media (min-width: 768px) { .form-inner-container { padding: 3rem; } }
.form-entry { display: grid; gap: .5rem; grid-template-columns: repeat(1, minmax(0, 1fr)); }
.form-input-label { font-size: 1.125rem; line-height: 1.75rem; text-align: left; margin-bottom: .5rem; }
.form-input-input { border-radius: var(--radius-md); padding: .75rem; width: 100%; color: var(--gs-tarmac); background-color: var(--white); }
.form-input-input-error { border-width: 2px; border-color: var(--red-deep); }
.form-input-error-message { font-size: .75rem; line-height: 1rem; margin-top: .25rem; color: var(--gs-errortextred); text-align: left; }
.form-check-box { align-items: center; display: flex; gap: .5rem; justify-content: center; margin-top: 1rem; }
.form-check-box input { height: 1rem; width: 1rem; margin-bottom: .5rem; }
.form-check-box label { margin-bottom: .25rem; font-size: 1.125rem; line-height: 1.75rem; text-align: left; }

/* ── UK registration plate (authored) ────────────────────────────────────── */
.form-registration { font-family: var(--font-plate); height: 40px; margin-left: auto; margin-right: auto; position: relative; text-transform: uppercase; }
.form-registration-image { border-bottom-width: 1px; border-left-width: 1px; border-top-width: 1px; height: 100%; width: auto; position: absolute; border-color: var(--gs-tarmac); }
.form-registration-input { font-size: 1.875rem; line-height: 2.25rem; text-transform: uppercase; width: 100%; color: var(--gs-tarmac); height: 100%; text-align: center; background-color: var(--white); border-width: 1px; border-color: var(--gs-tarmac); }
.form-registration-solid { align-items: center; border-width: 1px; display: flex; justify-content: center; min-width: 126px; width: fit-content; border-color: var(--gs-tarmac); background-color: var(--plate-yellow); font-size: 1.25rem; line-height: 1.75rem; padding-left: 30px; padding-right: 10px; color: var(--gs-tarmac); height: 100%; text-align: center; }
.form-registration-reduced-size { height: 35px; }
.form-registration-clickable { cursor: pointer; }

/* ── Policy / quote cards (authored) ─────────────────────────────────────── */
.policy-card-wrapper, .quote-card-wrapper { border-color: rgb(222 222 216 / 0.1); border-width: 1px; background-color: var(--gs-tarmacdark); padding: 2.5rem .75rem; color: var(--white); }
.policy-card-inner, .quote-card-inner { align-items: center; border-bottom-width: 1px; display: grid; gap: 1.25rem; grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom-color: var(--gray-50); padding-bottom: 1rem; }
@media (min-width: 768px)  { .policy-card-inner, .quote-card-inner { gap: 1rem; grid-template-columns: repeat(5, minmax(0, 1fr)); } }
@media (min-width: 1280px) { .policy-card-inner, .quote-card-inner { gap: 2.5rem; } }
.policy-card-label, .quote-card-label { font-size: 1.125rem; font-weight: 700; line-height: 1.75rem; text-align: center; }
@media (min-width: 1024px) { .policy-card-label, .quote-card-label { text-align: left; } }
.policy-card-value, .quote-card-value { font-size: .875rem; line-height: 1.25rem; text-align: center; }
@media (min-width: 768px) { .policy-card-value, .quote-card-value { text-align: left; } }
.policy-registration-normal, .quote-registration-normal { display: none; }
@media (min-width: 768px) { .policy-registration-normal, .quote-registration-normal { display: block; } }
.policy-registration-mobile, .quote-registration-mobile { display: flex; grid-column: span 2 / span 2; justify-content: center; }
@media (min-width: 768px) { .policy-registration-mobile, .quote-registration-mobile { display: none; } }
.policy-card-buttons, .quote-card-buttons { display: flex; gap: .5rem; justify-content: center; }
@media (min-width: 768px) { .policy-card-buttons, .quote-card-buttons { justify-content: flex-end; } }
.policy-card-extra-details { align-items: center; display: grid; gap: 1rem; grid-template-columns: repeat(1, minmax(0, 1fr)); padding-top: 1rem; }
@media (min-width: 768px) { .policy-card-extra-details { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.policy-card-status { display: flex; flex-direction: column; justify-content: center; }
@media (min-width: 768px) { .policy-card-status { grid-column: span 2 / span 2; } }
@media (min-width: 1280px) { .policy-card-status { flex-direction: row; gap: 2.5rem; justify-content: flex-start; } }

/* ── Dashboard (authored) ────────────────────────────────────────────────── */
.dashboard-top-banner { align-items: center; display: flex; flex-direction: column; gap: .75rem; justify-content: space-between; }
@media (min-width: 1280px) { .dashboard-top-banner { flex-direction: row; } }
.dashboard-welcome-text { display: none; gap: 1.25rem; }
@media (min-width: 768px) { .dashboard-welcome-text { display: flex; } }
.dashboard-main-links { align-items: center; display: flex; font-weight: 700; gap: 2.5rem; letter-spacing: var(--tracking-caps); }
.dashboard-main-link { cursor: pointer; }
.dashboard-main-link:hover { border-bottom-width: 2px; }
.dashboard-main-link-active { border-bottom-width: 2px; border-color: var(--gs-pink); }
.dashboard-logout-link { align-items: center; cursor: pointer; display: none; font-size: .75rem; gap: .5rem; line-height: 1rem; text-decoration-line: underline; }
.dashboard-logout-link:hover { color: var(--gs-pink); }
@media (min-width: 768px) { .dashboard-logout-link { display: flex; } }
.dashboard-content-grid { display: grid; gap: .75rem; grid-template-columns: repeat(1, minmax(0, 1fr)); margin-top: 1.25rem; margin-bottom: 1.25rem; }
@media (min-width: 1280px) { .dashboard-content-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); } }
.dashboard-card-inner { background-color: rgb(32 33 50 / 0.95); border-radius: var(--radius-md); padding: 1rem; text-align: center; }
.dashboard-registration-grid { display: grid; gap: .5rem; grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: center; text-align: center; }
@media (min-width: 640px)  { .dashboard-registration-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1280px) { .dashboard-registration-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* (impound-list rules live AFTER the utility section - in the original the
   scoped chunk CSS loads after Tailwind, so its padding:10px 0 0 BEATS the
   markup's pl-10; refs confirm the list is not indented.) */

/* ── OTP input (authored utility combo) ──────────────────────────────────── */
.no-spinner::-webkit-inner-spin-button, .no-spinner::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.no-spinner { -moz-appearance: textfield; appearance: textfield; }
.no-spinner.rounded-xl { padding-top: .8125rem; padding-bottom: .8125rem; }   /* ref box ~63px tall (p-3 gives 60) */

/* New-quote card paragraph rhythm: ref gaps measure ~20px where the utilities
   say 12 (mb-3/my-3) - the live site evidently overrides them in this card. */
.dashboard-card-inner p.mb-3 { margin-bottom: 1.25rem; }
.dashboard-card-inner p.my-3 { margin-top: 1.25rem; margin-bottom: 1.25rem; }

/* Policy-card status labels + type badge + detail summary labels: refs measure
   the Medium cut with ~.065em tracking (probed: 'Current status:' 119.8px
   target; synthetic bold is too heavy and .05em too tight). */
.policy-card-status .font-bold,
.bg-gs-tarmacform.font-bold,
.bg-gs-tarmacdark .text-lg.font-bold {
  font-family: 'TT Norms Pro', Lato, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: .065em;
}

/* Dashboard welcome paragraph: ref gap to the tiles is ~23px (mb-3 gives 12). */
.base-section p.mb-3 { margin-bottom: 1.25rem; }

/* ── Footer (authored) ───────────────────────────────────────────────────── */
.footer-main-section { background-color: var(--gs-tarmac); padding-top: 1.25rem; padding-bottom: 1.25rem; color: var(--white); }
@media (min-width: 1024px) { .footer-main-section { padding-top: 6rem; padding-bottom: 6rem; } }
.footer-inner-section { margin-left: auto; margin-right: auto; }
.footer-grid { display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); } }
.footer-left-column { align-items: center; display: flex; flex-direction: column; gap: 1.25rem; justify-content: space-between; padding: 1.25rem; }
@media (min-width: 768px)  { .footer-left-column { gap: 2.5rem; } }
@media (min-width: 1024px) { .footer-left-column { grid-column: span 3 / span 3; justify-content: flex-start; } }
.footer-right-column { margin-left: 1rem; margin-right: 1rem; }
@media (min-width: 1024px) { .footer-right-column { grid-column: span 9 / span 9; } }
.footer-logo-image { cursor: pointer; height: 45px; width: auto; }
.footer-payment-image { width: 100%; }
.footer-sub-content-grid { display: grid; gap: 2.5rem; grid-template-columns: repeat(1, minmax(0, 1fr)); margin-top: 2.5rem; }
@media (min-width: 1024px) { .footer-sub-content-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .footer-sub-content-grid-left { grid-column: span 8 / span 8; } }
@media (min-width: 1024px) { .footer-sub-content-grid-right { grid-column: span 4 / span 4; } }
.footer-disclaimer-text { font-size: .75rem; line-height: 1rem; text-align: center; }
@media (min-width: 768px) { .footer-disclaimer-text { text-align: left; } }
.footer-links { display: flex; font-size: .875rem; font-weight: 700; gap: 1rem; line-height: 1.25rem; padding-bottom: .75rem; padding-left: .5rem; padding-right: .5rem; text-align: center; text-decoration-line: underline; }
@media (min-width: 768px) { .footer-links { padding-left: 0; padding-right: 0; } }
.footer-links div { cursor: pointer; }
.footer-links div:hover { color: var(--gs-electricgreen); }

/* ── gs- colour utilities (authored Tailwind names, with opacity mechanism) ── */
.bg-gs-tarmac { background-color: rgb(29 30 44 / var(--tw-bg-opacity, 1)); }
.bg-gs-tarmacdark { background-color: rgb(32 33 50 / var(--tw-bg-opacity, 1)); }
.bg-gs-tarmacform { background-color: rgb(53 55 82 / var(--tw-bg-opacity, 1)); }
.bg-gs-electricgreen { background-color: rgb(112 237 155 / var(--tw-bg-opacity, 1)); }
.text-gs-tarmac { color: var(--gs-tarmac); }
.text-gs-electricgreen { color: var(--gs-electricgreen); }
.text-gs-skyblue { color: var(--gs-skyblue); }
.text-gs-pink { color: var(--gs-pink); }
.text-gs-white { color: var(--gs-white); }
.text-gs-errortextred { color: var(--gs-errortextred); }
.border-gs-lightgray { border-color: var(--gs-lightgray); }
.border-gs-white { border-color: rgb(222 222 216 / var(--tw-border-opacity, 1)); }
.bg-opacity-50 { --tw-bg-opacity: 0.5; }
.bg-opacity-95 { --tw-bg-opacity: 0.95; }
.border-opacity-20 { --tw-border-opacity: 0.2; }

/* ── Tailwind utilities used by the original markup (canonical values) ───── */
.hidden { display: none; }
.block { display: block; }
.flex { display: flex; }
.grid { display: grid; }
.relative { position: relative; }
.absolute { position: absolute; }
.top-0 { top: 0; }
.right-0 { right: 0; }
.flex-col { flex-direction: column; }
.flex-1 { flex: 1 1 0%; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-evenly { justify-content: space-evenly; }
.shrink-0 { flex-shrink: 0; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.col-span-1 { grid-column: span 1 / span 1; }
.col-span-2 { grid-column: span 2 / span 2; }
.gap-1 { gap: .25rem; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: .75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.w-full { width: 100%; }
.w-fit { width: fit-content; }
.h-full { height: 100%; }
.h-3 { height: .75rem; width: auto; }
.h-8 { height: 2rem; width: auto; }
.h-14 { height: 3.5rem; width: auto; }
.w-12 { width: 3rem; }
.max-w-12 { max-width: 3rem; }
.h-auto { height: auto; }
.w-1\/3 { width: 33.333333%; }
.w-\[10ch\] { width: 10ch; }
.w-\[90px\] { width: 90px; }
.w-\[140px\] { width: 140px; }
.max-w-\[50\%\] { max-width: 50%; }
.max-h-\[90px\] { max-height: 90px; width: auto; }
.m-0 { margin: 0; }
.mt-1 { margin-top: .25rem; }
.mt-2 { margin-top: .5rem; }
.mt-3 { margin-top: .75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-10 { margin-top: 2.5rem; }
.-mt-3 { margin-top: -.75rem; }
.mb-3 { margin-bottom: .75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-10 { margin-bottom: 2.5rem; }
.my-3 { margin-top: .75rem; margin-bottom: .75rem; }
.my-5 { margin-top: 1.25rem; margin-bottom: 1.25rem; }
.my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; }
.mx-2 { margin-left: .5rem; margin-right: .5rem; }
.ml-auto { margin-left: auto; }
.mr-auto { margin-right: auto; }
.mr-2 { margin-right: .5rem; }
.mr-8 { margin-right: 2rem; }
.p-1\.5 { padding: .375rem; }
.p-2 { padding: .5rem; }
.p-3 { padding: .75rem; }
.p-5 { padding: 1.25rem; }
.px-2 { padding-left: .5rem; padding-right: .5rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.py-3 { padding-top: .75rem; padding-bottom: .75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.pb-3 { padding-bottom: .75rem; }
.pb-5 { padding-bottom: 1.25rem; }
.pt-2 { padding-top: .5rem; }
.pl-10 { padding-left: 2.5rem; }
.rounded { border-radius: .25rem; }
.rounded-md { border-radius: .375rem; }
.rounded-xl { border-radius: .75rem; }
.rounded-lg { border-radius: .5rem; }
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-b { border-bottom-width: 1px; }
.border-b-2 { border-bottom-width: 2px; }
.border-black { border-color: #000; }
.border-gray-300 { border-color: var(--gray-300); }
.border-red-500 { border-color: var(--red); }
.border-none { border-style: none; }
.bg-white { background-color: var(--white); }
.bg-transparent { background-color: transparent; }
.bg-red-500 { background-color: var(--red); }
.text-white { color: var(--white); }
.text-black { color: #000; }
.text-gray-400 { color: var(--gray-400); }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-xs { font-size: .75rem; line-height: 1rem; }
.text-sm { font-size: .875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.font-bold { font-weight: 700; }
.font-medium { font-weight: 500; }
.tracking-widest { letter-spacing: .1em; }
.leading-tight { line-height: 1.25; }
.outline-none { outline: 2px solid transparent; outline-offset: 2px; }
.caret-black { caret-color: #000; }
.placeholder-gray-400::placeholder { color: var(--gray-400); }
.select-none { user-select: none; }
.pointer-events-none { pointer-events: none; }
.cursor-pointer { cursor: pointer; }
.transition-shadow { transition-property: box-shadow; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: .15s; }
.ring-1 { box-shadow: 0 0 0 1px var(--white); }
.bg-yellow-100 { background-color: var(--yellow-soft); }

@media (min-width: 640px) {
  .sm\:w-\[70\%\] { width: 70%; }
}
@media (min-width: 768px) {
  .md\:hidden { display: none; }
  .md\:block { display: block; }
  .md\:flex { display: flex; }
  .md\:flex-row { flex-direction: row; }
  .md\:flex-col { flex-direction: column; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:col-span-1 { grid-column: span 1 / span 1; }
  .md\:col-span-2 { grid-column: span 2 / span 2; }
  .md\:text-left { text-align: left; }
  .md\:text-center { text-align: center; }
  .md\:w-1\/3 { width: 33.333333%; }
  .md\:w-16 { width: 4rem; }
  .md\:max-w-16 { max-width: 4rem; }
  .md\:max-w-\[60\%\] { max-width: 60%; }
  .md\:min-w-\[60\%\] { min-width: 60%; }
  .md\:mt-0 { margin-top: 0; }
  .md\:mt-2 { margin-top: .5rem; }
  .md\:-mt-1 { margin-top: -.25rem; }
  .md\:mb-2 { margin-bottom: .5rem; }
  .md\:mr-0 { margin-right: 0; }
  .md\:gap-10 { gap: 2.5rem; }
  .md\:justify-start { justify-content: flex-start; }
}
@media (min-width: 1024px) {
  .lg\:hidden { display: none; }
  .lg\:block { display: block; }
  .lg\:flex-row { flex-direction: row; }
  .lg\:order-1 { order: 1; }
  .lg\:order-2 { order: 2; }
  .lg\:mr-8 { margin-right: 2rem; }
}
@media (min-width: 1280px) {
  .xl\:px-20 { padding-left: 5rem; padding-right: 5rem; }
  .xl\:col-span-3 { grid-column: span 3 / span 3; }
  .xl\:col-span-9 { grid-column: span 9 / span 9; }
}

/* ── Impound checklist (authored chunk CSS; lives after utilities because in
      the original it loads after Tailwind, so padding:10px 0 0 BEATS the
      markup's dead pl-10 - refs confirm the un-indented list) ─────────────── */
.impound-list { list-style: none; padding: 10px 0 0; }
.impound-list li { align-items: center; display: flex; padding-bottom: 2px; text-align: left; }
.impound-list li::before { content: url(/images/Icons_icon-check-circle.svg); margin-right: 8px; }
