:root {
  --page: #f0eef5;
  --surface: #fff;
  --soft: #f7f6fa;
  --ink: #171426;
  --muted: #746f83;
  --line: #e5e1eb;
  --brand: #6551d8;
  --brand-soft: #f0edff;
  --navy: #130d35;
  --navy-2: #24194f;
  --success: #11725b;
  --success-soft: #e8f7f1;
  --warning: #a85f06;
  --warning-soft: #fff4df;
  --danger: #a73e4a;
  --danger-soft: #fff0f2;
  --shadow: 0 22px 55px rgba(29, 22, 62, .13);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--page);
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 760px; background: var(--page); }
button, select, textarea, input { font: inherit; }
button, select { color: inherit; }
button { cursor: pointer; }
button:focus-visible, select:focus-visible, textarea:focus-visible, input:focus-visible { outline: 3px solid rgba(101, 81, 216, .3); outline-offset: 2px; }

.review-toolbar { position: sticky; top: 0; z-index: 50; min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 22px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(18px); }
.review-brand { display: grid; gap: 2px; }
.review-brand strong { font-size: 15px; }
.review-kicker, .menu-kicker { color: var(--brand); font-size: 9px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.review-controls { display: flex; align-items: end; gap: 8px; }
.review-controls label { display: grid; gap: 3px; color: var(--muted); font-size: 9px; font-weight: 750; text-transform: uppercase; }
.review-controls select, .quiet-button { min-height: 34px; border: 1px solid var(--line); border-radius: 99px; background: var(--surface); padding: 0 12px; }
.notes-toggle { grid-auto-flow: column; align-items: center; min-height: 34px; border: 1px solid var(--line); border-radius: 99px; padding: 0 11px; }
.notes-toggle input { accent-color: var(--brand); }
.state-pills { display: flex; gap: 7px; overflow-x: auto; padding: 10px 22px 0; scrollbar-width: thin; }
.state-pill { white-space: nowrap; border: 1px solid var(--line); border-radius: 99px; background: var(--surface); padding: 7px 11px; font-size: 11px; font-weight: 750; }
.state-pill.active { border-color: var(--navy); background: var(--navy); color: #fff; }
.prototype-layout { display: grid; grid-template-columns: minmax(740px, 1fr) 340px; gap: 16px; align-items: start; padding: 16px 22px 44px; }
.prototype-stage { min-width: 0; }
.screen-root { min-height: 760px; }

.odia-shell { display: grid; grid-template-columns: 66px minmax(0, 1fr); min-height: 780px; overflow: hidden; border: 1px solid #d8d3e1; border-radius: 24px; background: var(--navy); box-shadow: var(--shadow); }
.app-sidebar { display: flex; flex-direction: column; align-items: stretch; padding: 12px 7px; color: #cec8e1; }
.brand-mark { display: grid; width: 36px; height: 36px; place-items: center; align-self: center; border: 1px solid rgba(255,255,255,.25); border-radius: 11px; color: #fff; font-size: 10px; font-weight: 900; }
.app-sidebar nav { display: grid; gap: 5px; margin-top: 24px; }
.side-nav-item { display: grid; justify-items: center; gap: 4px; border: 0; border-radius: 10px; background: transparent; padding: 9px 3px; color: inherit; }
.side-nav-item span { font-size: 16px; }
.side-nav-item small { font-size: 8px; }
.side-nav-item.active { background: rgba(255,255,255,.12); color: #fff; }
.sidebar-bottom { display: grid; width: 30px; height: 30px; place-items: center; margin: auto auto 2px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.app-column { min-width: 0; }
.site-header { height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 14px; color: #e4e0ee; }
.crumbs { display: flex; min-width: 0; align-items: center; gap: 8px; font-size: 10px; }
.crumbs span, .crumbs b { color: #9690ac; }
.crumbs strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.global-actions { display: flex; align-items: center; gap: 7px; }
.global-actions button { width: 27px; height: 27px; border: 0; border-radius: 8px; background: rgba(255,255,255,.09); color: #fff; }
.beta { border-radius: 99px; background: rgba(255,255,255,.13); padding: 4px 7px; font-size: 8px; font-weight: 750; }
.avatar { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: #dccfff; color: var(--navy); font-size: 8px; font-weight: 850; }
.app-canvas { min-height: 728px; overflow: hidden; border-radius: 20px 0 0 0; background: var(--soft); }

.journey-page { min-height: 728px; background: var(--soft); }
.journey-header { min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 18px 14px; border-bottom: 1px solid var(--line); background: var(--surface); }
.journey-title-block { min-width: 250px; }
.eyebrow { color: var(--muted); font-size: 9px; font-weight: 700; }
.journey-title-block h1 { margin: 5px 0 10px; font-size: clamp(17px, 1.7vw, 24px); letter-spacing: -.035em; }
.meta-line { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 9px; }
.journey-actions { display: flex; align-items: center; justify-content: end; gap: 6px; }
.header-chip { display: grid; gap: 2px; padding: 7px 8px; border-left: 1px solid var(--line); }
.header-chip small { color: var(--muted); font-size: 7px; text-transform: uppercase; }
.header-chip b { font-size: 9px; }
.plain-button, .dark-button, .publish-button, .version-button, .language-button, .ai-button, .link-button { min-height: 32px; border-radius: 9px; padding: 0 10px; font-size: 9px; font-weight: 750; }
.plain-button, .version-button { border: 1px solid var(--line); background: #fff; }
.dark-button { border: 0; background: var(--navy); color: #fff; }
.publish-button { border: 0; background: var(--brand); color: #fff; }
.language-button { display: grid; gap: 1px; min-width: 92px; border: 1px solid #cfc7f9; background: var(--brand-soft); text-align: left; }
.language-button small { color: var(--brand); font-size: 7px; text-transform: uppercase; }
.language-button b { font-size: 10px; }
.language-button.published { border-color: #b2dece; background: var(--success-soft); }
.language-button.published small { color: var(--success); }
.journey-tabs { display: flex; overflow-x: auto; gap: 17px; padding: 0 17px; border-bottom: 1px solid var(--line); background: var(--surface); }
.journey-tabs button { white-space: nowrap; border: 0; border-bottom: 2px solid transparent; background: transparent; padding: 11px 0 9px; color: var(--muted); font-size: 9px; }
.journey-tabs button.active { border-color: var(--navy); color: var(--ink); font-weight: 800; }
.journey-main { position: relative; min-height: 558px; padding: 12px 14px 24px; }
.builder-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.builder-toolbar > div { display: flex; align-items: center; gap: 5px; }
.builder-toolbar button { min-height: 28px; border: 1px solid var(--line); border-radius: 7px; background: #fff; padding: 0 8px; font-size: 8px; }
.builder-toolbar .translate-toolbar { border-color: var(--navy); background: var(--navy); color: #fff; }
.builder-toolbar span { color: var(--muted); font-size: 8px; }
.segmented { display: flex; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; }
.segmented button { border: 0; border-radius: 0; }
.segmented button.active { background: var(--navy); color: #fff; }
.board { display: grid; grid-template-columns: repeat(2, minmax(255px, 1fr)); gap: 10px; transition: filter .15s, opacity .15s; }
.board.dimmed { opacity: .55; filter: saturate(.7); }
.day-card { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.day-card > header { display: flex; align-items: center; justify-content: space-between; padding: 12px; border-bottom: 1px solid var(--line); }
.day-card > header > div { display: flex; align-items: center; gap: 9px; }
.day-card header button, .service-card > button { border: 0; background: transparent; color: var(--muted); }
.day-card header small, .service-type { color: var(--muted); font-size: 7px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.day-card h3 { margin: 3px 0 0; font-size: 12px; }
.date-badge { display: grid; width: 33px; height: 37px; place-items: center; border-radius: 8px; background: var(--navy); color: #fff; font-size: 10px; line-height: 8px; }
.date-badge small { color: #d6d0e8 !important; font-size: 6px !important; }
.day-summary { margin: 0; padding: 10px 12px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; line-height: 1.45; }
.service-card { display: grid; grid-template-columns: 40px minmax(0, 1fr) 22px; gap: 9px; align-items: start; margin: 9px; border: 1px solid var(--line); border-radius: 10px; padding: 9px; }
.service-art, .service-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 8px; background: linear-gradient(145deg, #e9d4c2, #816c5c); color: #fff; font-size: 8px; font-weight: 850; text-align: center; }
.service-icon { background: var(--brand-soft); color: var(--brand); font-size: 15px; }
.service-card h4 { margin: 3px 0; font-size: 10px; }
.service-card p, .service-meta { margin: 0; color: var(--muted); font-size: 8px; line-height: 1.4; }
.service-meta { display: block; margin-top: 5px; }
.compact { margin-top: 12px; }
.baseline-hint { display: flex; gap: 7px; margin-bottom: 10px; border: 1px dashed #bcb3d6; border-radius: 9px; background: #fff; padding: 8px 10px; font-size: 8px; }
.baseline-hint b { color: var(--brand); }
.baseline-hint span { color: var(--muted); }

.picker-context { min-height: 558px; }
.language-menu { position: absolute; z-index: 5; top: -100px; right: 18px; width: 355px; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }
.language-menu header { display: flex; justify-content: space-between; gap: 10px; padding: 15px 15px 11px; }
.language-menu h2 { margin: 4px 0 0; font-size: 15px; }
.language-menu header button { border: 0; background: transparent; color: var(--muted); }
.language-option { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; width: 100%; border: 0; border-top: 1px solid var(--line); background: #fff; padding: 11px 14px; text-align: left; }
.language-option:hover, .language-option.active { background: var(--brand-soft); }
.language-option > span:nth-child(2) { display: grid; gap: 2px; }
.language-option b { font-size: 10px; }
.language-option small, .language-menu footer { color: var(--muted); font-size: 8px; }
.flag { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 8px; background: var(--navy); color: #fff; font-size: 8px; font-weight: 850; }
.flag.muted { background: var(--soft); color: var(--muted); }
.ready-label, .attention-label { border-radius: 99px; padding: 5px 7px; font-size: 7px; font-weight: 800; }
.ready-label { background: var(--success-soft); color: var(--success); }
.attention-label { background: var(--warning-soft); color: var(--warning); }
.language-menu footer { padding: 10px 14px; border-top: 1px solid var(--line); }

.with-rail { padding-right: 362px; }
.studio-rail { position: absolute; z-index: 4; top: 0; right: 0; width: 350px; min-height: 558px; display: flex; flex-direction: column; border-left: 1px solid var(--line); background: #fff; box-shadow: -15px 0 35px rgba(25,19,55,.08); }
.rail-header { display: flex; align-items: start; justify-content: space-between; padding: 13px 14px 7px; }
.rail-header h2 { margin: 3px 0 0; font-size: 17px; }
.rail-header button { border: 0; background: transparent; color: var(--muted); }
.readiness { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; padding: 0 14px 10px; }
.readiness > div:first-child { display: flex; align-items: baseline; gap: 3px; }
.readiness strong { font-size: 14px; }
.readiness span, .readiness small { color: var(--muted); font-size: 7px; }
.readiness-bar, .progress { height: 5px; overflow: hidden; border-radius: 99px; background: #ebe8f0; }
.readiness-bar i, .progress i { display: block; height: 100%; border-radius: inherit; background: var(--success); }
.rail-actions { display: flex; gap: 6px; padding: 0 14px 10px; border-bottom: 1px solid var(--line); }
.ai-button { border: 1px solid #cfc7f9; background: var(--brand-soft); color: #4d39be; }
.rail-filters { display: flex; gap: 5px; padding: 9px 12px 5px; }
.rail-filters button { border: 0; border-radius: 99px; background: transparent; padding: 6px 8px; color: var(--muted); font-size: 8px; }
.rail-filters button.active { background: var(--navy); color: #fff; }
.rail-scroll { max-height: 355px; overflow-y: auto; padding: 2px 9px 70px; }
.section-heading { display: flex; justify-content: space-between; align-items: center; padding: 8px 4px 5px; }
.section-heading span { font-size: 8px; font-weight: 850; text-transform: uppercase; }
.section-heading small { color: var(--muted); font-size: 7px; }
.shared-heading { margin-top: 5px; border-top: 1px solid var(--line); color: var(--brand); }
.field-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; margin-bottom: 5px; border: 1px solid var(--line); border-radius: 9px; background: #fff; padding: 8px; text-align: left; }
.field-row.selected { border-color: #bdb3f2; background: var(--brand-soft); }
.field-row.shared { border-style: dashed; }
.field-row > span:first-child { display: grid; gap: 3px; }
.field-row b { font-size: 8px; }
.field-row small { color: var(--muted); font-size: 7px; }
.field-status { white-space: nowrap; border-radius: 99px; padding: 4px 6px; font-size: 7px; font-weight: 850; }
.field-status.ready { background: var(--success-soft); color: var(--success); }
.field-status.missing, .field-status.failed { background: var(--danger-soft); color: var(--danger); }
.field-status.stale { background: var(--warning-soft); color: var(--warning); }
.field-status.draft, .field-status.queued { background: var(--brand-soft); color: var(--brand); }
.rail-footer { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; padding: 9px 14px; border-top: 1px solid var(--line); background: #fff; }
.rail-footer span { color: var(--success); font-size: 8px; }
.full { width: 100%; }
.link-button { border: 0; background: transparent; color: var(--muted); }

.preflight, .run-panel, .editor-panel, .recovery-panel { padding: 14px; }
.preflight { text-align: center; }
.preflight-icon, .run-orb { display: grid; width: 38px; height: 38px; place-items: center; margin: 4px auto 9px; border-radius: 12px; background: var(--brand-soft); color: var(--brand); }
.preflight h3, .run-panel h3 { margin: 0; font-size: 15px; }
.preflight > p, .run-panel > p { color: var(--muted); font-size: 8px; line-height: 1.5; }
.preflight dl { margin: 13px 0; border: 1px solid var(--line); border-radius: 10px; }
.preflight dl div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 9px; border-bottom: 1px solid var(--line); font-size: 8px; }
.preflight dl div:last-child { border: 0; }
.preflight dt { color: var(--muted); }
.preflight dd { margin: 0; font-weight: 750; }
.trust-callout, .blocking-note { margin: 10px 0; border-radius: 9px; background: var(--warning-soft); padding: 9px; color: #7e4e10; font-size: 8px; line-height: 1.4; text-align: left; }
.preflight .dark-button { margin-top: 4px; }
.run-panel { text-align: center; }
.run-count { display: grid; margin-top: 13px; }
.run-count b { font-size: 20px; }
.run-count span { color: var(--muted); font-size: 8px; }
.progress { margin: 10px 0; height: 7px; }
.job-list { margin: 10px 0; border: 1px solid var(--line); border-radius: 10px; text-align: left; }
.job-list > div { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 7px; padding: 7px 8px; border-bottom: 1px solid var(--line); }
.job-list > div:last-child { border: 0; }
.job-list span:nth-child(2) { display: grid; gap: 2px; }
.job-list b, .job-list small, .job-list em { font-size: 7px; }
.job-list small, .job-list em { color: var(--muted); font-style: normal; }
.job-dot { width: 7px; height: 7px; border-radius: 50%; background: #ccc; }
.job-dot.draft { background: var(--success); }
.job-dot.queued { border: 1px solid #aaa; background: #fff; }
.consequence { margin: 6px 0 0; color: var(--muted); font-size: 7px !important; line-height: 1.4; }
.back-link { border: 0; background: transparent; padding: 0; color: var(--muted); font-size: 8px; }
.editor-title { display: flex; align-items: start; justify-content: space-between; gap: 8px; margin: 12px 0; }
.editor-title h3 { margin: 3px 0 0; font-size: 14px; }
.source-field, .target-field, .manual-row { display: grid; gap: 5px; margin-bottom: 10px; }
.source-field > span, .target-field > span { display: flex; justify-content: space-between; color: var(--muted); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.target-field em { color: var(--brand); font-style: normal; }
.source-field div, .target-field textarea, .manual-row textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; background: var(--soft); padding: 9px; color: var(--ink); font-size: 8px; line-height: 1.5; }
.target-field textarea { min-height: 95px; resize: vertical; background: #fff; }
.editor-meta { display: flex; justify-content: space-between; margin: -3px 0 11px; color: var(--muted); font-size: 7px; }
.scope-card { margin-bottom: 10px; border: 1px solid #cfc7f9; border-radius: 10px; background: var(--brand-soft); padding: 9px; }
.scope-card b { color: var(--brand); font-size: 8px; }
.scope-card p { margin: 5px 0; color: #544d71; font-size: 8px; line-height: 1.45; }
.scope-card span { color: var(--muted); font-size: 7px; font-style: italic; }
.change-card { display: grid; gap: 5px; margin-bottom: 10px; border: 1px solid #edc981; border-radius: 9px; background: var(--warning-soft); padding: 9px; font-size: 8px; }
.change-card span { color: var(--warning); font-weight: 800; }
.change-card del { color: var(--muted); }
.error-callout { border: 1px solid #f0b9c0; border-radius: 10px; background: var(--danger-soft); padding: 10px; }
.error-callout b { color: var(--danger); font-size: 9px; }
.error-callout p { margin: 4px 0 0; color: #75454b; font-size: 8px; line-height: 1.45; }
.saved-summary { margin: 9px 0; color: var(--success); font-size: 8px; font-weight: 800; }
.manual-row { border-top: 1px solid var(--line); padding-top: 8px; }
.manual-row > span { display: grid; gap: 2px; }
.manual-row b { font-size: 8px; }
.manual-row small { color: var(--muted); font-size: 7px; }
.manual-row textarea { min-height: 52px; resize: vertical; background: #fff; }
.recovery-panel .dark-button { margin-top: 6px; }

.preview-page { min-height: 728px; background: #e9e7ed; }
.preview-toolbar { height: 58px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; padding: 0 14px; border-bottom: 1px solid var(--line); background: #fff; }
.preview-toolbar > div { display: flex; align-items: center; gap: 6px; }
.preview-toolbar > div:nth-child(2) { display: grid; justify-items: center; gap: 2px; }
.preview-toolbar > div:last-child { justify-content: end; }
.preview-toolbar button { min-height: 30px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 0 9px; font-size: 8px; }
.preview-toolbar .dark-button { border: 0; background: var(--navy); }
.preview-title { color: var(--muted); font-size: 7px; text-transform: uppercase; }
.preview-toolbar b { font-size: 9px; }
.preview-toolbar em { color: var(--success); font-style: normal; }
.client-preview { width: min(800px, calc(100% - 36px)); min-height: 610px; margin: 18px auto; overflow: hidden; border-radius: 8px; background: #fff; box-shadow: 0 16px 35px rgba(25,20,35,.15); font-family: Georgia, serif; }
.client-hero { position: relative; height: 235px; overflow: hidden; background: linear-gradient(#aec7d0 0 46%, #667d76 47% 58%, #283f35 100%); color: #fff; }
.mountains i, .mountains b, .mountains span { position: absolute; bottom: 74px; width: 310px; height: 185px; transform: rotate(45deg); background: linear-gradient(135deg, #e7e5df 0 22%, #738380 23% 55%, #40594e 56%); }
.mountains i { left: 20px; }
.mountains b { left: 240px; bottom: 55px; transform: rotate(45deg) scale(.8); }
.mountains span { right: -80px; bottom: 33px; transform: rotate(45deg) scale(.7); }
.hero-copy { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 52px 30px 24px; background: linear-gradient(transparent, rgba(10,22,19,.78)); }
.hero-copy span, .client-kicker { font-family: Inter, sans-serif; font-size: 7px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero-copy h1 { max-width: 540px; margin: 6px 0; font-size: 31px; font-weight: 500; }
.hero-copy p { margin: 0; font-size: 10px; }
.client-nav { display: flex; gap: 24px; padding: 11px 28px; border-bottom: 1px solid #dedbd3; font-family: Inter, sans-serif; font-size: 8px; }
.client-body { display: grid; grid-template-columns: 1fr 220px; gap: 24px; padding: 25px 28px; }
.client-body h2 { margin: 4px 0 8px; font-size: 21px; font-weight: 500; }
.client-body > section > p, .client-body aside p { color: #6f6a63; font-size: 10px; line-height: 1.6; }
.client-body article { display: grid; grid-template-columns: 105px 1fr; gap: 14px; margin-top: 20px; border-top: 1px solid #dedbd3; padding-top: 14px; }
.preview-image { display: grid; height: 95px; place-items: center; background: linear-gradient(145deg,#ceb99b,#67564a); color: #fff; font-size: 10px; text-align: center; }
.client-body article h3, .client-body aside h3 { margin: 5px 0; font-size: 14px; }
.client-body article p, .client-body article small { margin: 0; color: #6f6a63; font-size: 8px; line-height: 1.45; }
.client-body aside { border-left: 1px solid #dedbd3; padding-left: 20px; }
.client-body aside button { border: 1px solid #28231d; background: transparent; padding: 8px 10px; font-family: Inter, sans-serif; font-size: 7px; text-transform: uppercase; }

.published-banner { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; margin-bottom: 12px; border: 1px solid #adddcd; border-radius: 12px; background: var(--success-soft); padding: 12px; }
.success-mark { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--success); color: #fff; }
.published-banner h2 { margin: 3px 0; font-size: 15px; }
.published-banner p, .publish-meta span { margin: 0; color: #536e64; font-size: 8px; }
.publish-meta { display: grid; justify-items: end; gap: 6px; }
.publish-meta button { border: 1px solid #8cc8b4; border-radius: 8px; background: #fff; padding: 7px 9px; color: var(--success); font-size: 8px; font-weight: 800; }

.review-notes { position: sticky; top: 84px; display: grid; gap: 13px; max-height: calc(100vh - 100px); overflow-y: auto; border: 1px solid var(--line); border-radius: 20px; background: #fff; padding: 18px; box-shadow: var(--shadow); }
.review-notes[hidden] { display: none; }
.note-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.note-group, .score-target { border-radius: 99px; padding: 5px 7px; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.note-group { background: var(--brand-soft); color: var(--brand); }
.score-target { background: var(--success-soft); color: var(--success); }
.review-notes h2 { margin: 0; font-size: 19px; }
.review-notes section { border-top: 1px solid var(--line); padding-top: 11px; }
.review-notes h3 { margin: 0 0 5px; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.review-notes p, .review-notes li { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.review-notes ul { display: grid; gap: 4px; margin: 0; padding-left: 16px; }
.question-card { border: 0 !important; border-radius: 13px; background: var(--navy); padding: 12px !important; }
.question-card h3, .question-card p { color: #fff; }

@media (max-width: 1180px) {
  .prototype-layout { grid-template-columns: 1fr; }
  .review-notes { position: static; max-height: none; }
}

@media (max-width: 940px) {
  .review-toolbar { align-items: flex-start; flex-direction: column; }
  .prototype-layout { padding-inline: 14px; }
  .state-pills { padding-inline: 14px; }
  .header-chip { display: none; }
  .journey-actions .publish-button { display: none; }
  .board { grid-template-columns: 1fr; }
  .day-card.secondary { display: none; }
  .with-rail { padding-right: 336px; }
  .studio-rail { width: 326px; }
  .client-body { grid-template-columns: 1fr 190px; }
}

@media (prefers-reduced-motion: no-preference) {
  button, .field-row, .language-option { transition: background-color .14s, border-color .14s, color .14s; }
}
