:root {
  color-scheme: light;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --paper-soft: #eee9df;
  --ink: #17211f;
  --muted: #68716e;
  --line: #d9d4c9;
  --line-dark: #bcbab1;
  --forest: #154d45;
  --forest-deep: #0d3530;
  --teal: #277064;
  --mint: #dfeee9;
  --gold: #9a6424;
  --gold-soft: #f4e8d1;
  --red: #963e39;
  --red-soft: #f5e2df;
  --shadow: 0 20px 60px rgba(19, 39, 34, .09);
  --radius: 15px;
  --sidebar: 260px;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 15px; line-height: 1.55; }
button, input, textarea, select { color: inherit; font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; }
:focus-visible { outline: 3px solid rgba(39,112,100,.28); outline-offset: 2px; }
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 1000; top: -60px; left: 16px; padding: 9px 13px; color: white; background: var(--forest); border-radius: 8px; }
.skip-link:focus { top: 14px; }

.auth-screen { min-height: 100vh; display: grid; grid-template-columns: minmax(360px, 1.08fr) minmax(420px, .92fr); }
.auth-story { display: flex; flex-direction: column; min-height: 100vh; padding: 42px clamp(36px, 6vw, 90px); color: white; background: radial-gradient(circle at 85% 20%, rgba(112,176,158,.24), transparent 32%), linear-gradient(140deg, #0c332e, #185148 68%, #27675c); }
.wordmark { display: flex; align-items: center; gap: 11px; }
.wordmark > span { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid currentColor; border-radius: 11px; font-family: var(--serif); font-size: 20px; }
.wordmark strong, .wordmark small { display: block; }
.wordmark strong { letter-spacing: -.01em; }
.wordmark small { margin-top: 1px; color: inherit; opacity: .62; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.auth-copy { max-width: 690px; margin: auto 0; }
.eyebrow { margin: 0 0 4px; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.auth-copy .eyebrow, .hero .eyebrow { color: #a9d1c6; }
.auth-copy h1 { max-width: 680px; margin: 12px 0 20px; font-family: var(--serif); font-size: clamp(46px, 6vw, 76px); font-weight: 500; line-height: .99; letter-spacing: -.045em; }
.auth-copy > p:last-child { max-width: 590px; color: #c8dcd6; font-size: 18px; }
.auth-footnote { max-width: 600px; margin: 30px 0 0; color: #a9c5be; font-size: 12px; }
.auth-panel { display: grid; place-items: center; padding: 36px; }
.auth-card { width: min(430px, 100%); padding: 36px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.auth-card h2 { margin: 3px 0 4px; font-family: var(--serif); font-size: 31px; font-weight: 500; }
.auth-card > div:first-child > p:last-child { margin: 0 0 23px; color: var(--muted); }
.auth-card > .field + .field { margin-top: 15px; }
.auth-card .button { margin-top: 20px; }
.form-message { min-height: 22px; margin: 10px 0 0; color: var(--red); font-size: 12px; }
.demo-choice-list { display: grid; gap: 10px; margin-top: 22px; }
.demo-choice { width: 100%; padding: 15px; color: var(--ink); background: #fffefa; border: 1px solid var(--line); border-radius: 10px; text-align: left; }
.demo-choice:hover { background: var(--mint); border-color: #9bbdb4; }
.demo-choice strong, .demo-choice span { display: block; }
.demo-choice span { margin-top: 3px; color: var(--muted); font-size: 12px; }

.pilot-shell { min-height: 100vh; }
.sidebar { position: fixed; z-index: 30; inset: 0 auto 0 0; width: var(--sidebar); display: flex; flex-direction: column; padding: 28px 18px 18px; color: #e7efec; background: #102f2b; border-right: 1px solid rgba(255,255,255,.08); }
.sidebar .wordmark { padding: 0 8px 25px; }
.context-picker { display: grid; gap: 6px; padding: 14px 12px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; }
.context-picker label { margin-top: 4px; color: #9eb3ad; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.context-picker select { width: 100%; min-width: 0; padding: 8px 9px; color: white; background: #193b36; border: 1px solid #45645f; border-radius: 8px; }
.context-picker option { color: var(--ink); background: white; }
.select-with-action { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px; }
.select-with-action .icon-button { color: white; border-color: #45645f; }
.nav-list { display: grid; gap: 4px; margin-top: 23px; }
.nav-item { display: flex; align-items: center; gap: 11px; width: 100%; padding: 10px 12px; color: #bac9c5; background: transparent; border: 0; border-radius: 9px; text-align: left; }
.nav-item span { width: 20px; color: #7f9c95; font-size: 17px; text-align: center; }
.nav-item:hover { color: white; background: rgba(255,255,255,.06); }
.nav-item.is-active { color: white; background: #24645a; }
.account-card { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; margin-top: auto; padding: 16px 8px 0; border-top: 1px solid rgba(255,255,255,.1); }
.account-card strong, .account-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.account-card strong { color: white; font-size: 12px; }
.account-card small { color: #98aca6; font-size: 10px; text-transform: capitalize; }
.avatar { display: grid; place-items: center; width: 34px; height: 34px; color: var(--forest-deep); background: #b8d9d0; border-radius: 50%; font-weight: 800; }
.account-card .icon-button { color: #c5d4d0; border-color: rgba(255,255,255,.16); }
.sidebar-scrim { position: fixed; z-index: 20; inset: 0; padding: 0; background: rgba(7,19,17,.46); border: 0; backdrop-filter: blur(2px); }

.main { min-height: 100vh; margin-left: var(--sidebar); padding: 0 44px 70px; }
.topbar { position: sticky; z-index: 15; top: 0; display: flex; align-items: center; min-height: 92px; margin: 0 -44px; padding: 16px 44px; background: rgba(245,241,232,.94); border-bottom: 1px solid rgba(217,212,201,.84); backdrop-filter: blur(14px); }
.topbar h1 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 500; letter-spacing: -.02em; }
.topbar-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.mode-chip { padding: 5px 9px; color: #75511e; background: var(--gold-soft); border: 1px solid #dfc69e; border-radius: 999px; font-size: 11px; font-weight: 750; }
.menu-button { display: none; width: 40px; height: 40px; margin-right: 12px; background: transparent; border: 1px solid var(--line); border-radius: 9px; }
.view { max-width: 1300px; margin: 0 auto; padding-top: 34px; }
.rehearsal-banner { display: flex; align-items: center; gap: 12px; max-width: 1300px; margin: 18px auto -12px; padding: 12px 14px; color: #73501d; background: #faf0de; border: 1px solid #e3c89d; border-radius: 10px; }
.rehearsal-banner div { flex: 1; }
.rehearsal-banner strong, .rehearsal-banner span { display: block; }
.rehearsal-banner span { font-size: 12px; }
.rehearsal-banner label { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.rehearsal-banner select { padding: 7px 9px; background: #fffaf0; border: 1px solid #d5b984; border-radius: 7px; }
.free-pilot-banner, .free-pilot-note { color: #174f47; background: #e7f1ed; border: 1px solid #a9c7bf; border-radius: 10px; }
.free-pilot-banner { display: flex; max-width: 1300px; margin: 18px auto -12px; padding: 12px 14px; }
.free-pilot-banner strong, .free-pilot-banner span, .free-pilot-note strong, .free-pilot-note span { display: block; }
.free-pilot-banner span, .free-pilot-note span { font-size: 12px; line-height: 1.5; }
.free-pilot-note { max-width: 520px; margin-top: 14px; padding: 13px 15px; }

h2, h3, p { overflow-wrap: anywhere; }
.hero { display: flex; align-items: end; justify-content: space-between; gap: 32px; min-height: 250px; padding: 44px 46px; color: white; background: radial-gradient(circle at 90% 15%, rgba(126,190,172,.25), transparent 29%), linear-gradient(128deg, #123e38, #1e5b51); border-radius: 18px; box-shadow: var(--shadow); }
.hero h2, .page-heading h2 { max-width: 820px; margin: 4px 0 8px; font-family: var(--serif); font-size: clamp(32px, 3.7vw, 51px); font-weight: 500; line-height: 1.06; letter-spacing: -.04em; }
.hero p:last-child { max-width: 720px; margin: 0; color: #cadeD8; }
.page-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.page-heading p:not(.eyebrow) { max-width: 760px; margin: 0; color: var(--muted); }
.page-heading h2 { font-size: clamp(31px, 3vw, 44px); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 9px 15px; border: 1px solid transparent; border-radius: 9px; font-weight: 720; line-height: 1.2; white-space: nowrap; }
.button-primary { color: white; background: var(--forest); border-color: var(--forest); }
.button-primary:hover { background: var(--forest-deep); }
.button-secondary { color: var(--forest); background: var(--paper); border-color: var(--line-dark); }
.button-secondary:hover { background: var(--mint); border-color: #95b8af; }
.button-light { color: var(--forest-deep); background: #eaf4f1; border-color: #eaf4f1; }
.button-ghost { color: var(--muted); background: transparent; border-color: var(--line); }
.button-danger { color: var(--red); background: var(--red-soft); border-color: #dcb0ab; }
.button-small { min-height: 34px; padding: 7px 11px; font-size: 12px; }
.button-wide { width: 100%; }
.icon-button { display: inline-grid; place-items: center; width: 37px; height: 37px; padding: 0; background: transparent; border: 1px solid var(--line); border-radius: 9px; }
.text-button { padding: 3px; color: var(--forest); background: transparent; border: 0; font-weight: 750; }
.text-button:hover { text-decoration: underline; }

.panel { padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.two-column { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; margin-top: 20px; }
.section-heading { display: flex; align-items: start; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.readiness-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; margin: 20px 0; }
.readiness-card { min-height: 142px; padding: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; }
.readiness-card .check-mark { display: grid; place-items: center; width: 29px; height: 29px; margin-bottom: 16px; color: var(--muted); background: var(--paper-soft); border-radius: 50%; font-size: 12px; font-weight: 800; }
.readiness-card.is-ready .check-mark { color: white; background: var(--forest); }
.readiness-card strong, .readiness-card small { display: block; }
.readiness-card small { margin-top: 4px; color: var(--muted); }
.status-pill { display: inline-flex; width: fit-content; padding: 4px 8px; color: #4f5d59; background: var(--paper-soft); border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 800; text-transform: capitalize; }
.status-pill.ready, .status-pill.confirmed, .status-pill.approved, .status-pill.completed, .status-pill.rehearsed { color: #225c3f; background: #e1efe6; border-color: #afd0ba; }
.status-pill.pending, .status-pill.running, .status-pill.processing, .status-pill.queued, .status-pill.accepted, .status-pill.needs_action, .status-pill.configured { color: #79541e; background: var(--gold-soft); border-color: #ddc197; }
.status-pill.failed, .status-pill.blocked, .status-pill.rejected, .status-pill.outcome_unknown { color: var(--red); background: var(--red-soft); border-color: #e0b3ae; }
.status-pill.cancelled { color: #5f6864; background: #e9ecea; border-color: #cbd1ce; }
.notice { display: flex; gap: 10px; padding: 13px 15px; border: 1px solid; border-radius: 10px; }
.notice strong { white-space: nowrap; }
.notice-warning { color: #73501d; background: #faf0de; border-color: #e3c89d; }
.notice-info { color: #26584f; background: var(--mint); border-color: #b7d5cd; }

.field { display: grid; gap: 6px; }
.field label, fieldset legend { font-size: 12px; font-weight: 760; }
.field label span { color: var(--muted); font-weight: 500; }
.field input, .field textarea, .field select, .filter-row select { width: 100%; padding: 10px 12px; color: var(--ink); background: #fffefa; border: 1px solid var(--line-dark); border-radius: 8px; resize: vertical; }
.field input:hover, .field textarea:hover, .field select:hover { border-color: #859e98; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-actions, .dialog-actions, .card-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.save-state { margin-right: auto; color: var(--muted); font-size: 12px; }
.brief-form { display: grid; gap: 17px; }
fieldset { display: flex; flex-wrap: wrap; gap: 13px; margin: 0; padding: 12px; border: 1px solid var(--line); border-radius: 9px; }
fieldset legend { padding-inline: 5px; }
fieldset label { display: inline-flex; align-items: center; gap: 6px; }
.ads-draft { display: grid; gap: 13px; padding: 17px; background: #faf6ed; border: 1px solid #e0d3bc; border-radius: 11px; }
.ads-draft h3 { margin: 0; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.ads-draft > p { margin: 0; color: var(--muted); font-size: 12px; }

.card-list { display: grid; gap: 13px; }
.campaign-card, .content-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 13px; }
.campaign-card h3, .content-card h3 { margin: 4px 0 5px; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.campaign-card p, .content-card p { margin: 0; color: var(--muted); }
.card-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; }
.card-actions { justify-content: flex-end; align-content: center; }
.filter-row { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; padding: 10px 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; }
.filter-row label { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.filter-row select { width: auto; min-width: 220px; }
.content-card { grid-template-columns: 84px minmax(0, 1fr) auto; align-items: center; }
.content-thumb { display: grid; place-items: center; width: 84px; height: 84px; overflow: hidden; color: var(--muted); background: var(--paper-soft); border-radius: 10px; font-size: 11px; text-align: center; }
.content-thumb img, .content-thumb video { width: 100%; height: 100%; object-fit: cover; }

.upload-form { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: end; margin-bottom: 18px; }
.asset-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.asset-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; }
.asset-preview { display: grid; place-items: center; aspect-ratio: 4 / 3; overflow: hidden; color: var(--muted); background: var(--paper-soft); }
.asset-preview img, .asset-preview video { width: 100%; height: 100%; object-fit: cover; }
.asset-info { padding: 13px; }
.asset-info strong, .asset-info small { display: block; }
.asset-info strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.asset-info small { color: var(--muted); }

.timeline, .job-list { display: grid; gap: 2px; }
.timeline-item, .job-item { position: relative; padding: 12px 0 12px 20px; border-bottom: 1px solid var(--line); }
.timeline-item::before, .job-item::before { position: absolute; top: 20px; left: 2px; width: 7px; height: 7px; content: ""; background: #8eb4aa; border-radius: 50%; }
.timeline-item strong, .timeline-item small, .job-item strong, .job-item small { display: block; }
.timeline-item small, .job-item small { color: var(--muted); }
.connection-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.connection-card { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 19px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; }
.connection-card strong, .connection-card small { display: block; }
.connection-card small { margin-top: 3px; color: var(--muted); }

.delivery-list { display: grid; gap: 12px; margin-top: 18px; }
.delivery-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 19px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; }
.delivery-card h3 { margin: 5px 0 4px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.delivery-card p { margin: 0; color: var(--muted); }
.delivery-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; }
.delivery-actions { display: flex; gap: 8px; justify-content: flex-end; }
.rehearsal-stamp { display: flex; align-items: center; gap: 11px; padding: 12px 14px; color: #73501d; background: var(--gold-soft); border: 1px solid #ddc197; border-radius: 10px; }
.rehearsal-stamp strong { padding: 3px 7px; color: white; background: var(--gold); border-radius: 5px; font-size: 11px; letter-spacing: .11em; }
.rehearsal-stamp span { font-size: 12px; }
.preflight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 10px; }
.preflight-item { min-height: 82px; padding: 13px; background: var(--paper); }
.preflight-item span, .preflight-item strong { display: block; }
.preflight-item span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.preflight-item strong { margin-top: 4px; }
.preflight-review { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) 180px; gap: 1px; background: var(--line); }
.preflight-copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.preflight-caption { min-height: 128px; padding: 14px; background: var(--paper); }
.preflight-caption span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.preflight-caption p { margin: 8px 0 0; white-space: pre-wrap; overflow-wrap: anywhere; }
.preflight-caption-ar p { text-align: start; }
.preflight-media { display: grid; place-items: center; min-height: 150px; padding: 10px; background: var(--paper-soft); }
.preflight-media img, .preflight-media video { display: block; width: 100%; max-height: 210px; object-fit: contain; border-radius: 8px; }
.channel-check { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; width: 100%; padding: 7px 0; }
.channel-check small { color: var(--muted); }

.empty-state { display: grid; justify-items: center; min-height: 200px; padding: 38px 22px; color: var(--muted); border: 1px dashed var(--line-dark); border-radius: 12px; text-align: center; }
.empty-state strong { margin: 8px 0 3px; color: var(--ink); font-family: var(--serif); font-size: 22px; font-weight: 500; }
.empty-icon { display: grid; place-items: center; width: 44px; height: 44px; color: var(--forest); background: var(--mint); border-radius: 50%; }

.dialog { width: min(540px, calc(100vw - 28px)); max-height: min(92vh, 920px); padding: 24px; overflow: auto; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 28px 90px rgba(9,28,24,.29); }
.dialog-wide { width: min(970px, calc(100vw - 28px)); }
.dialog::backdrop { background: rgba(8,27,23,.54); backdrop-filter: blur(3px); }
.dialog form { display: grid; gap: 15px; }
.dialog-heading { display: flex; align-items: start; justify-content: space-between; gap: 15px; margin-bottom: 4px; }
.dialog-heading h2 { margin: 0; font-family: var(--serif); font-size: 29px; font-weight: 500; }
.dialog-actions { justify-content: flex-end; padding-top: 16px; border-top: 1px solid var(--line); }
.bilingual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.language-panel { position: relative; padding: 14px; background: #faf8f2; border: 1px solid var(--line); border-radius: 10px; }
.language-panel textarea { background: white; }
.language-label { position: absolute; top: 12px; right: 13px; color: var(--forest); font-size: 10px; font-weight: 850; letter-spacing: .09em; }
.language-ar textarea { text-align: start; }
.proof-row { display: grid; grid-template-columns: 130px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.proof-row span { color: var(--muted); font-size: 12px; font-weight: 700; }

.toast-region { position: fixed; z-index: 100; right: 20px; bottom: 20px; display: grid; gap: 9px; width: min(390px, calc(100vw - 40px)); }
.toast { padding: 13px 15px; color: white; background: #203e38; border: 1px solid #57766f; border-radius: 10px; box-shadow: var(--shadow); }
.toast.error { background: #773b36; border-color: #aa6963; }
.toast strong, .toast span { display: block; }
.toast span { margin-top: 2px; color: rgba(255,255,255,.8); font-size: 12px; }

@media (max-width: 1100px) {
  .readiness-grid, .asset-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .upload-form { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .auth-screen { grid-template-columns: 1fr; }
  .auth-story { min-height: 46vh; padding: 30px 25px; }
  .auth-copy { margin: 70px 0; }
  .auth-panel { padding: 25px 16px 45px; }
  .sidebar { transform: translateX(-100%); transition: transform .2s ease; }
  body.nav-open .sidebar { transform: translateX(0); }
  .main { margin-left: 0; padding: 0 20px 55px; }
  .topbar { min-height: 80px; margin: 0 -20px; padding: 13px 20px; }
  .menu-button { display: inline-grid; place-items: center; }
  .two-column { grid-template-columns: 1fr; }
  .connection-grid { grid-template-columns: 1fr; }
  .content-card { grid-template-columns: 70px minmax(0, 1fr); }
  .content-thumb { width: 70px; height: 70px; }
  .content-card .card-actions { grid-column: 1 / -1; justify-content: flex-start; }
  .delivery-card { grid-template-columns: 1fr; }
  .delivery-actions { justify-content: flex-start; }
}
@media (max-width: 580px) {
  .main { padding-inline: 14px; }
  .topbar { margin-inline: -14px; padding-inline: 14px; }
  .mode-chip { display: none; }
  .rehearsal-banner, .free-pilot-banner, .page-heading, .hero { align-items: stretch; flex-direction: column; }
  .rehearsal-banner label { margin-top: 5px; }
  .hero { min-height: 0; padding: 29px 23px; }
  .hero h2, .page-heading h2 { font-size: 34px; }
  .readiness-grid, .asset-grid, .form-grid, .bilingual-grid, .upload-form, .preflight-grid, .preflight-review, .preflight-copy { grid-template-columns: 1fr; }
  .campaign-card, .content-card { grid-template-columns: 1fr; }
  .content-thumb { width: 100%; height: auto; aspect-ratio: 16 / 8; }
  .card-actions { justify-content: flex-start; }
  .filter-row { align-items: stretch; flex-direction: column; }
  .filter-row select { width: 100%; min-width: 0; }
  .dialog { padding: 19px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
