:root {
  --ink: #102a43;
  --ink-soft: #486581;
  --paper: #f7f9fb;
  --card: #ffffff;
  --line: #d9e2ec;
  --navy: #102a43;
  --blue: #1f7a8c;
  --teal: #2f9e9e;
  --amber: #d97706;
  --amber-bg: #fff4dc;
  --green: #18794e;
  --green-bg: #e7f6ee;
  --shadow: 0 12px 32px rgba(16, 42, 67, .07);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.app-shell { max-width: 1440px; margin: 0 auto; min-height: 100vh; padding: 0 42px 32px; }
.topbar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; color: #fff; background: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.brand strong { display: block; letter-spacing: -.02em; font-size: 16px; }
.brand small { display: block; color: var(--ink-soft); margin-top: 2px; font-size: 11px; }
.topbar-actions { display: flex; align-items: center; gap: 16px; }
.status-pill, .live-label { color: var(--green); font-size: 12px; font-weight: 700; }
.status-pill i, .live-label i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #39a96b; }
.icon-button { border: 1px solid var(--line); background: #fff; color: var(--ink); border-radius: 7px; padding: 8px 12px; font-weight: 700; font-size: 12px; }
.icon-button:hover { border-color: var(--blue); color: var(--blue); }
main { padding-top: 42px; }
.workspace-intro { display: flex; justify-content: space-between; gap: 35px; align-items: end; padding-bottom: 35px; }
.workspace-intro > div:first-child { max-width: 720px; }
.eyebrow { margin: 0 0 9px; color: var(--blue); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 800; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 14px; font-size: clamp(32px, 4.1vw, 57px); line-height: 1.04; letter-spacing: -.055em; font-weight: 760; }
.intro-copy { max-width: 650px; margin: 0; color: var(--ink-soft); line-height: 1.65; font-size: 15px; }
.intro-note { display: flex; align-items: start; gap: 12px; max-width: 310px; padding: 15px; border: 1px solid #b8dfe0; border-radius: 10px; background: #effafa; }
.intro-note strong { display: block; font-size: 12px; }
.intro-note p { margin: 6px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.45; }
.note-icon { color: var(--blue); font-size: 18px; font-weight: 800; }
.quick-start { display: grid; grid-template-columns: minmax(230px, .75fr) minmax(0, 1.25fr); gap: 25px; align-items: center; margin: 0 0 24px; padding: 18px 20px; border: 1px solid #c9dce3; border-radius: 11px; background: #f1f8fa; }
.quick-start-intro h2 { margin-bottom: 7px; font-size: 17px; }
.quick-start-intro > p:not(.eyebrow) { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.quick-start-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.quick-start-steps li { display: flex; align-items: start; gap: 8px; min-width: 0; }
.quick-start-steps li > span { display: grid; flex: 0 0 22px; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: #fff; background: var(--blue); font-size: 11px; font-weight: 800; }
.quick-start-steps strong, .quick-start-steps small { display: block; }
.quick-start-steps strong { color: var(--ink); font-size: 11px; line-height: 1.25; }
.quick-start-steps small { margin-top: 4px; color: var(--ink-soft); font-size: 10px; line-height: 1.35; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 40px; }
.metric-card { padding: 19px 21px; border: 1px solid var(--line); border-radius: 10px; background: var(--card); box-shadow: var(--shadow); }
.metric-card span, .metric-card small { display: block; color: var(--ink-soft); font-size: 11px; }
.metric-card strong { display: block; margin: 4px 0 2px; color: var(--navy); font-size: 29px; letter-spacing: -.04em; }
.metric-alert strong { color: var(--amber); }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.66fr) minmax(290px, .84fr); gap: 35px; align-items: start; }
.section-heading, .panel-heading { display: flex; align-items: end; justify-content: space-between; gap: 15px; }
.section-actions { display: flex; align-items: center; gap: 10px; }
.queue-view-toggle { display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; border: 1px solid #b8dfe0; border-radius: 6px; color: var(--blue); background: #effafa; font-size: 10px; font-weight: 800; white-space: nowrap; }
.queue-view-toggle:hover { border-color: var(--blue); background: #e3f5f5; }
.queue-view-toggle:focus-visible { outline: 3px solid rgba(31, 122, 140, .25); outline-offset: 2px; }
.queue-view-toggle i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #39a96b; }
.check-all-summary { margin: 7px 0 0; color: var(--ink-soft); font-size: 11px; }
.empty-queue { padding: 28px 22px; border: 1px dashed #b8c7d5; border-radius: 10px; color: var(--ink); background: #f8fbfd; }
.empty-queue strong { display: block; font-size: 15px; }
.empty-queue p { max-width: 520px; margin: 7px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.queue-example-action { margin-top: 14px; padding: 0; border: 0; color: var(--blue); background: transparent; font-size: 11px; font-weight: 800; text-decoration: underline; }
.queue-example-action:hover { color: var(--navy); }
.example-workflow { margin-top: 16px; padding: 16px; border: 1px solid #e6dca8; border-radius: 10px; background: #fffdf4; }
.example-heading { display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.example-heading h3 { margin: 0; color: var(--ink); font-size: 15px; }
.example-heading p:not(.eyebrow) { max-width: 580px; margin: 5px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.example-card { margin-top: 10px; border-color: #e6dca8; background: rgba(255,255,255,.75); }
.example-action { color: #76651a; font-size: 10px; font-weight: 800; }
.secondary-button { padding: 8px 11px; border: 1px solid #b8dfe0; border-radius: 6px; color: var(--blue); background: #effafa; font-size: 11px; font-weight: 800; white-space: nowrap; }
.secondary-button:hover { border-color: var(--blue); background: #e3f5f5; }
.secondary-button:disabled { cursor: wait; opacity: .65; }
h2 { margin: 0; font-size: 19px; letter-spacing: -.025em; }
.change-list { display: grid; gap: 11px; margin-top: 16px; }
.change-card { border: 1px solid var(--line); border-left: 3px solid var(--amber); border-radius: 9px; background: var(--card); box-shadow: var(--shadow); overflow: hidden; }
.change-card.is-reviewed { border-left-color: var(--green); }
.change-main { padding: 18px 20px 15px; }
.change-topline { display: flex; justify-content: space-between; align-items: start; gap: 12px; }
.change-card h3 { margin: 0 0 8px; font-size: 16px; letter-spacing: -.02em; }
.change-source { margin: 0; color: var(--ink-soft); font-size: 12px; }
.change-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.tag { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border-radius: 5px; background: #eef2f6; color: var(--ink-soft); font-size: 10px; font-weight: 750; }
.tag.warning { color: #995400; background: var(--amber-bg); }
.tag.proof { color: var(--blue); background: #e8f5f6; }
.tag.good { color: var(--green); background: var(--green-bg); }
.change-summary { max-width: 760px; margin: 13px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.change-bottom { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 10px 20px; background: #fbfcfd; border-top: 1px solid #edf1f4; }
.change-links { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.source-link { color: var(--blue); font-size: 11px; font-weight: 700; text-decoration: none; }
.source-link:hover { text-decoration: underline; }
.evidence-button { padding: 0; border: 0; color: var(--blue); background: transparent; font-size: 11px; font-weight: 800; }
.evidence-button:hover { text-decoration: underline; }
.review-button { padding: 7px 10px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--ink); font-size: 11px; font-weight: 800; }
.review-button:hover { border-color: var(--blue); color: var(--blue); }
.review-button:disabled { color: var(--green); border-color: #a5d7bb; background: var(--green-bg); cursor: default; }
.source-list { display: grid; gap: 10px; margin-top: 15px; }
.source-row { padding: 15px 17px; border: 1px solid var(--line); border-radius: 9px; background: #fff; box-shadow: var(--shadow); }
.source-row-top, .source-row-bottom { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.source-row h3 { margin: 0 0 4px; font-size: 14px; }
.source-row p { margin: 0; color: var(--ink-soft); font-size: 11px; }
.source-url { display: block; overflow: hidden; margin-top: 11px; color: var(--blue); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.source-preview { display: -webkit-box; overflow: hidden; margin-top: 9px !important; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.source-effective { margin-top: 9px !important; color: var(--ink) !important; font-size: 10px !important; line-height: 1.45; }
.source-effective strong { color: var(--blue); }
.source-check-result { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 12px; padding: 9px 10px; border-radius: 6px; font-size: 11px; }
.source-check-result strong { font-size: 11px; }
.source-check-result span { color: var(--ink-soft); text-align: right; }
.source-inline-action { flex: 0 0 auto; padding: 4px 0; border: 0; color: var(--blue); background: transparent; font-size: 10px; font-weight: 800; text-decoration: underline; }
.source-inline-action:hover { color: var(--navy); }
.source-check-result.changed { color: #995400; background: var(--amber-bg); }
.source-check-result.unchanged, .source-check-result.baseline { color: var(--green); background: var(--green-bg); }
.source-check-result.error { color: #8a3c24; background: #fff0eb; }
.source-check-result:focus-visible { outline: 3px solid rgba(31, 122, 140, .35); outline-offset: 3px; }
.source-alert { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 11px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink-soft); background: #fbfcfd; font-size: 10px; }
.source-alert.enabled { border-color: #b8dfe0; color: var(--green); background: #effafa; }
.alert-toggle { padding: 5px 8px; border: 1px solid #b8dfe0; border-radius: 5px; color: var(--blue); background: #fff; font-size: 10px; font-weight: 800; }
.alert-toggle:hover { border-color: var(--blue); background: #e3f5f5; }
.alert-toggle:disabled { cursor: wait; opacity: .65; }
.source-row-bottom { align-items: center; margin-top: 12px; color: #829ab1; font-size: 10px; }
.source-row-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 7px; }
.check-button { flex: 0 0 auto; padding: 6px 9px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: #fff; font-size: 10px; font-weight: 800; }
.check-button:hover { border-color: var(--blue); color: var(--blue); }
.check-button:disabled { cursor: wait; opacity: .65; }
.history-button { padding: 6px 9px; border: 1px solid #b8dfe0; border-radius: 6px; color: var(--blue); background: #effafa; font-size: 10px; font-weight: 800; }
.history-button:hover { border-color: var(--blue); background: #e3f5f5; }
.tag.example { color: #6b5b1b; background: #f8f2d9; }
.booking-count-button { padding: 5px 8px; border: 1px solid #d7c873; border-radius: 5px; color: #6b5b1b; background: #fff9dc; font-size: 10px; font-weight: 800; }
.booking-count-button:hover { border-color: #9b8627; background: #fff4bd; }
.history-dialog { width: min(760px, calc(100vw - 30px)); max-height: min(720px, calc(100vh - 30px)); padding: 24px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--card); box-shadow: 0 24px 70px rgba(16,42,67,.22); }
.history-dialog::backdrop { background: rgba(16,42,67,.35); }
.booking-dialog { width: min(600px, calc(100vw - 30px)); max-height: min(660px, calc(100vh - 30px)); padding: 24px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--card); box-shadow: 0 24px 70px rgba(16,42,67,.22); }
.booking-dialog::backdrop { background: rgba(16,42,67,.35); }
.booking-detail-status { display: inline-flex; margin-top: 20px; padding: 6px 9px; border-radius: 5px; font-size: 11px; font-weight: 800; }
.booking-detail-status.attention { color: #995400; background: var(--amber-bg); }
.booking-detail-status.safe { color: var(--green); background: var(--green-bg); }
.booking-detail-grid { display: grid; gap: 14px; margin-top: 18px; }
.booking-detail-grid > div { padding-top: 12px; border-top: 1px solid var(--line); }
.detail-label { display: block; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.booking-detail-grid p, .booking-evidence p { margin: 5px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.booking-evidence { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-top: 18px; padding: 14px; border: 1px solid #b8dfe0; border-radius: 8px; background: #effafa; }
.booking-evidence .secondary-button { flex: 0 0 auto; }
.history-dialog-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.history-subtitle { margin: 7px 0 0; color: var(--ink-soft); font-size: 11px; overflow-wrap: anywhere; }
.history-source-link { display: inline-block; margin-top: 8px; color: var(--blue); font-size: 11px; font-weight: 750; text-decoration: none; }
.history-source-link:hover { text-decoration: underline; }
.history-compare { display: grid; gap: 10px; margin-top: 18px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #fbfcfd; }
.history-compare-copy { display: grid; gap: 3px; color: var(--ink); font-size: 11px; }
.history-compare-copy span { color: var(--ink-soft); font-size: 10px; line-height: 1.45; }
.history-compare-copy .history-compare-status { color: var(--blue); font-weight: 800; }
.history-quick-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.history-quick { padding: 7px 9px; border: 1px solid #b8dfe0; border-radius: 6px; color: var(--blue); background: #effafa; font-size: 10px; font-weight: 800; }
.history-quick:hover { border-color: var(--blue); background: #e3f5f5; }
.history-compare-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.history-compare label { font-size: 10px; }
.history-compare select { margin-top: 2px; font-size: 11px; }
.history-oldest { justify-self: start; padding: 6px 9px; border: 1px solid #b8dfe0; border-radius: 6px; color: var(--blue); background: #effafa; font-size: 10px; font-weight: 800; }
.history-oldest:hover { border-color: var(--blue); background: #e3f5f5; }
.dialog-close { padding: 7px 10px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: #fff; font-size: 11px; font-weight: 800; }
.dialog-close:hover { border-color: var(--blue); color: var(--blue); }
.dialog-actions { display: flex; align-items: start; gap: 8px; }
.dialog-back { padding: 7px 10px; border: 1px solid #b8dfe0; border-radius: 6px; color: var(--blue); background: #effafa; font-size: 11px; font-weight: 800; }
.dialog-back:hover { border-color: var(--blue); background: #e3f5f5; }
.history-summary { margin-top: 22px; padding: 13px 15px; border: 1px solid #b8dfe0; border-radius: 8px; background: #effafa; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.history-summary p, .history-empty { margin: 4px 0 0; }
.history-provenance { padding-top: 9px; color: var(--blue); font-size: 11px; }
.history-summary-label { color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.alert-panel { margin-top: 22px; padding: 15px 17px; border: 1px solid #b8dfe0; border-radius: 9px; background: #effafa; }
.alert-panel-heading { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.alert-panel-heading .eyebrow { margin-bottom: 6px; }
.alert-panel-copy { max-width: 700px; margin: 7px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.feed-link { color: var(--blue); font-weight: 800; text-decoration: none; }
.feed-link:hover { text-decoration: underline; }
.alert-list { display: grid; gap: 8px; margin-top: 12px; }
.alert-item { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 11px; border: 1px solid #d7ecec; border-radius: 6px; background: #fff; }
.alert-item strong { color: var(--ink); font-size: 11px; }
.alert-item p { margin: 3px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.4; }
.alert-item time { display: block; margin-top: 4px; color: #829ab1; font-size: 10px; }
.alert-empty { display: grid; gap: 3px; padding: 10px 11px; border: 1px dashed #b8dfe0; border-radius: 6px; color: var(--ink-soft); font-size: 11px; }
.alert-empty strong { color: var(--ink); }
.history-effective { margin-top: 5px; color: var(--ink); font-size: 11px; font-weight: 750; }
.diff-lines { margin: 10px 0 0; padding-left: 17px; }
.diff-group { margin-top: 12px; padding-top: 10px; border-top: 1px solid #c8e6e6; color: var(--ink); font-size: 11px; }
.diff-group.removed { color: #8a3c24; border-top-color: #f0c9bc; }
.diff-group.removed .diff-lines { color: #8a3c24; }
.diff-group.changed { color: var(--ink); }
.diff-pairs { display: grid; gap: 8px; margin-top: 9px; }
.diff-pair { display: grid; gap: 4px; padding: 9px 10px; border-radius: 6px; background: #fff; border: 1px solid #d7ecec; }
.diff-before, .diff-after { display: block; line-height: 1.45; }
.diff-before { color: #8a3c24; }
.diff-after { color: var(--green); }
.history-versions { margin-top: 15px; }
.history-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.snapshot-card { min-width: 0; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: #fbfcfd; }
.snapshot-card-head { display: flex; justify-content: space-between; gap: 10px; color: var(--ink); font-size: 12px; }
.snapshot-card-head span { color: var(--ink-soft); font-size: 10px; text-align: right; }
.snapshot-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; color: var(--ink-soft); font-size: 10px; }
.snapshot-meta span { padding: 4px 6px; border-radius: 4px; background: #eef2f6; }
.snapshot-effective { margin: 11px 0 0 !important; color: var(--ink) !important; font-size: 10px !important; font-weight: 750; }
.snapshot-card p { display: -webkit-box; overflow: hidden; margin: 12px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 7; }
.snapshot-card p.snapshot-note { display: block; margin: 10px 0 -4px; color: var(--blue); font-size: 10px; font-weight: 750; }
.share-dialog { width: min(560px, calc(100vw - 30px)); padding: 24px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--card); box-shadow: 0 24px 70px rgba(16,42,67,.22); }
.share-dialog::backdrop { background: rgba(16,42,67,.35); }
.share-copy { max-width: 410px; margin: 8px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.share-label { display: grid; gap: 6px; margin-top: 22px; color: var(--ink); font-size: 11px; font-weight: 750; }
.share-label input { color: var(--ink-soft); background: #f8fafc; }
.share-actions { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.share-actions .primary-button { flex: 0 0 auto; margin: 0; }
.share-status { min-height: 16px; margin: 0; color: var(--green); font-size: 11px; }
.lower-heading { margin-top: 37px; }
.muted { color: var(--ink-soft); font-size: 11px; }
.table-wrap { margin-top: 15px; overflow-x: auto; border: 1px solid var(--line); border-radius: 9px; background: #fff; box-shadow: var(--shadow); }
.booking-details { margin-top: 37px; }
.booking-details summary { display: flex; align-items: end; justify-content: space-between; gap: 16px; cursor: pointer; list-style: none; }
.booking-details summary::-webkit-details-marker { display: none; }
.booking-details summary::after { content: "+"; display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-size: 17px; line-height: 1; }
.booking-details[open] summary::after { content: "−"; }
.booking-details summary h2 { margin: 0; }
.booking-details summary .eyebrow { margin-bottom: 7px; }
table { width: 100%; min-width: 560px; border-collapse: collapse; text-align: left; }
th { padding: 11px 15px; color: var(--ink-soft); background: #f8fafc; text-transform: uppercase; letter-spacing: .09em; font-size: 9px; }
td { padding: 14px 15px; border-top: 1px solid #edf1f4; color: var(--ink-soft); font-size: 12px; }
td:first-child { color: var(--ink); font-weight: 800; }
.booking-open { padding: 6px 8px; border: 1px solid #b8dfe0; border-radius: 6px; color: var(--blue); background: #effafa; font-size: 10px; font-weight: 800; white-space: nowrap; }
.booking-open:hover { border-color: var(--blue); background: #e3f5f5; }
.state { display: inline-block; padding: 4px 7px; border-radius: 5px; color: #995400; background: var(--amber-bg); font-size: 10px; font-weight: 800; white-space: nowrap; }
.state.safe { color: var(--green); background: var(--green-bg); }
.side-column { display: grid; gap: 14px; }
.panel { padding: 20px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: var(--shadow); }
.panel-heading { align-items: start; }
.plus { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: #fff; background: var(--navy); font-size: 18px; line-height: 1; }
.panel-copy { margin: 16px 0 19px; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
form { display: grid; gap: 12px; }
label { display: grid; gap: 5px; color: var(--ink); font-size: 11px; font-weight: 750; }
input, select { width: 100%; padding: 9px 10px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: #fbfcfd; font-size: 12px; outline: none; }
input:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(31, 122, 140, .12); }
.primary-button { display: flex; justify-content: space-between; align-items: center; margin-top: 4px; padding: 10px 12px; border: 0; border-radius: 6px; color: #fff; background: var(--navy); font-size: 12px; font-weight: 800; }
.primary-button:hover { background: #1c496d; }
.primary-button span { font-size: 16px; }
.form-status { min-height: 16px; margin: 0; color: var(--green); font-size: 11px; }
.activity-list { display: grid; gap: 0; margin-top: 18px; }
.activity-item { position: relative; padding: 0 0 17px 16px; border-left: 1px solid #b8dfe0; color: var(--ink-soft); font-size: 11px; line-height: 1.45; }
.activity-item:last-child { padding-bottom: 0; border-left-color: transparent; }
.activity-item::before { content: ""; position: absolute; left: -4px; top: 2px; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.activity-item time { display: block; margin-top: 4px; color: #829ab1; font-size: 10px; }
.activity-dot { width: 8px; height: 8px; margin-top: 7px; border-radius: 50%; background: var(--teal); }
.footer { display: flex; justify-content: space-between; gap: 25px; margin-top: 44px; padding-top: 18px; border-top: 1px solid var(--line); color: #829ab1; font-size: 10px; line-height: 1.5; }
.footer strong { color: var(--ink-soft); }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 5; max-width: 310px; padding: 11px 14px; border-radius: 7px; color: #fff; background: var(--navy); box-shadow: 0 9px 25px rgba(16,42,67,.2); font-size: 12px; opacity: 0; transform: translateY(10px); pointer-events: none; transition: .2s ease; }
.toast.show { opacity: 1; transform: translateY(0); }
@media (max-width: 880px) { .app-shell { padding: 0 22px 26px; } .workspace-intro { display: block; } .intro-note { margin-top: 23px; max-width: none; } .content-grid { grid-template-columns: 1fr; gap: 26px; } .side-column { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .app-shell { padding: 0 15px 20px; } .topbar { min-height: 70px; } .topbar-actions { gap: 8px; } .status-pill { display: none; } .icon-button { padding: 7px 9px; font-size: 11px; } main { padding-top: 28px; } h1 { font-size: 35px; } .quick-start { display: block; padding: 16px; } .quick-start-intro { margin-bottom: 15px; } .quick-start-steps { grid-template-columns: 1fr; gap: 10px; } .quick-start-steps li { align-items: center; } .quick-start-steps small { margin-top: 2px; } .metric-grid { gap: 7px; margin-bottom: 28px; } .metric-card { padding: 13px 11px; } .metric-card strong { font-size: 24px; } .metric-card small { font-size: 9px; line-height: 1.35; } .section-heading { align-items: start; } .section-actions { align-items: end; flex-direction: column; gap: 7px; } .live-label { text-align: right; font-size: 10px; } .secondary-button { font-size: 10px; padding: 7px 8px; } .change-main { padding: 15px; } .change-bottom { padding: 10px 15px; } .source-check-result { display: block; } .source-check-result span { display: block; margin-top: 3px; text-align: left; } .source-inline-action { display: block; margin-top: 7px; } .source-alert { align-items: start; } .source-alert .alert-toggle { flex: 0 0 auto; } .source-row-bottom { display: block; } .source-row-actions { margin-top: 9px; } .check-button, .history-button { margin-top: 0; } .history-compare { grid-template-columns: 1fr; } .history-grid { grid-template-columns: 1fr; } .history-dialog, .booking-dialog { padding: 18px; } .booking-evidence { display: block; } .booking-evidence .secondary-button { margin-top: 12px; } .booking-details summary { align-items: start; } .booking-details summary .muted { max-width: 90px; text-align: right; } .side-column { grid-template-columns: 1fr; } .footer { display: block; } .footer span { display: block; margin-bottom: 8px; } }
