:root {
  --ink: #10233f;
  --ink-soft: #435b78;
  --muted: #7589a2;
  --faint: #9eacbd;
  --paper: #fbfcfe;
  --canvas: #f3f6fa;
  --panel: #ffffff;
  --line: #dfe7f0;
  --blue: #2f6bff;
  --blue-dark: #2159df;
  --blue-soft: #eaf0ff;
  --green: #198961;
  --green-soft: #e1f7ed;
  --amber: #bc7a09;
  --amber-soft: #fff0ce;
  --red: #c04b48;
  --red-soft: #fff0ef;
  --purple: #7259ce;
  --purple-soft: #eee9ff;
  --font-display: "Manrope", "Segoe UI", sans-serif;
  --font-body: "DM Sans", "Segoe UI", sans-serif;
  --shadow: 0 18px 52px rgba(26, 53, 91, .09);
  --shadow-large: 0 30px 80px rgba(16, 35, 63, .16);
}

* { box-sizing: border-box; }
html { background: var(--canvas); scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--canvas); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, [tabindex="0"]:focus-visible { outline: 3px solid rgba(47,107,255,.42); outline-offset: 3px; }
button:disabled { cursor: not-allowed; opacity: .56; transform: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 99; top: -70px; left: 18px; padding: 10px 14px; border-radius: 8px; color: #fff; background: var(--ink); transition: top .2s; }.skip-link:focus { top: 18px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 12px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.eyebrow > span { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(47,107,255,.12); }
h1, h2, h3, p { margin-top: 0; } h1,h2,h3 { font-family: var(--font-display); letter-spacing: -.045em; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 9px 13px; border: 1px solid transparent; border-radius: 8px; font-size: 12px; font-weight: 800; line-height: 1.2; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }.button:not(:disabled):hover { transform: translateY(-1px); }.button-primary { color: #fff; background: var(--blue); box-shadow: 0 7px 15px rgba(47,107,255,.18); }.button-primary:not(:disabled):hover { background: var(--blue-dark); box-shadow: 0 10px 20px rgba(47,107,255,.23); }.button-secondary { color: #425e83; border-color: #d4dfed; background: #fff; }.button-secondary:not(:disabled):hover { border-color: #a8bee0; background: #f8faff; }.button-ghost { min-height: 34px; padding: 7px 9px; color: #52729c; border-color: #dbe4ef; background: #fff; font-size: 10px; }.text-button { padding: 0; border: 0; color: var(--blue); background: transparent; font-size: 12px; font-weight: 800; }

.app-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; gap: 33px; min-height: 64px; padding: 0 max(28px, calc((100vw - 1300px) / 2)); border-bottom: 1px solid #e1e8f0; background: rgba(255,255,255,.9); backdrop-filter: blur(14px); }.app-brand { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-family: var(--font-display); font-size: 19px; font-weight: 800; letter-spacing: -.06em; white-space: nowrap; }.app-brand > span:last-child > span { color: var(--blue); }.brand-mark { display: grid; grid-template-columns: 6px 6px; grid-template-rows: 6px 6px; gap: 2px; width: 16px; height: 16px; transform: rotate(-5deg); }.brand-mark i { display: block; border-radius: 2px; background: var(--ink); }.brand-mark i:nth-child(1) { grid-row: span 2; background: var(--blue); }.brand-mark i:nth-child(3) { background: #80a6ff; }.app-nav { display: flex; align-items: center; gap: 25px; height: 64px; }.app-nav a { position: relative; display: inline-flex; align-items: center; height: 64px; color: #70839d; font-size: 12px; font-weight: 700; }.app-nav a:hover { color: var(--blue); }.app-nav a.is-current { color: var(--ink); }.app-nav a.is-current::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; border-radius: 2px 2px 0 0; background: var(--blue); content: ""; }.app-header-end { display: flex; align-items: center; margin-left: auto; }.header-back { display: inline-flex; align-items: center; gap: 6px; min-height: 34px; padding: 0 12px; border: 1px solid #dfe7f0; border-radius: 8px; color: #506783; background: #fff; font-size: 12px; font-weight: 700; transition: border-color .18s, color .18s, background .18s; }.header-back:hover { border-color: #c2d3ef; color: var(--blue); background: #f7faff; }

.workspace { min-height: calc(100vh - 64px); }.workspace-shell, .review-shell { width: min(1240px, calc(100% - 54px)); margin: 0 auto; }.intake-view { padding: 34px 0 76px; background: radial-gradient(circle at 85% 0%, rgba(218,232,255,.55), transparent 29%), var(--canvas); }.breadcrumb, .review-breadcrumb { display: flex; align-items: center; gap: 8px; color: #8c9cb0; font-size: 11px; font-weight: 600; }.breadcrumb-trust { display: inline-flex; align-items: center; gap: 5px; margin-left: 14px; padding: 4px 8px; border-radius: 99px; color: #5a708a; background: #eef3ff; border: 1px solid #dbe7f0; font-size: 10px; font-weight: 700; letter-spacing: .02em; white-space: nowrap; }.breadcrumb-trust i { display: grid; width: 14px; height: 14px; place-items: center; border-radius: 4px; color: #3b6bcf; background: #e1ecff; font-size: 9px; font-style: normal; }.breadcrumb a, .review-breadcrumb button { padding: 0; border: 0; color: #5576a0; background: transparent; font-size: inherit; font-weight: 700; }.breadcrumb a:hover, .review-breadcrumb button:hover { color: var(--blue); }.breadcrumb strong, .review-breadcrumb strong { color: #9aa9ba; font-weight: 700; }.workspace-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin: 27px 0 41px; }.workspace-heading h1 { max-width: 680px; margin: 0 0 13px; color: #10233f; font-size: clamp(35px, 4.1vw, 54px); line-height: 1.07; }.workspace-heading > div:first-child > p:last-child { max-width: 650px; margin: 0; color: #657a94; font-size: 16px; line-height: 1.62; }.stepper { display: flex; align-items: center; flex: 0 0 auto; padding: 12px 0; }.step { display: grid; justify-items: center; gap: 5px; min-width: 79px; color: #99a8ba; font-size: 8px; text-align: center; }.step > span { display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid #d8e1ec; border-radius: 50%; background: #fff; font-size: 10px; font-weight: 800; }.step b { font-size: 8px; font-weight: 700; white-space: nowrap; }.step.is-current { color: var(--blue); }.step.is-current > span { border-color: var(--blue); color: #fff; background: var(--blue); box-shadow: 0 4px 12px rgba(47,107,255,.25); }.stepper > i { width: 32px; height: 1px; margin: 0 2px 13px; background: #d7e1ed; }

.intake-layout { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr); align-items: stretch; gap: 26px; }.intake-card, .intake-aside { border: 1px solid #dfe7f0; border-radius: 16px; background: #fff; box-shadow: var(--shadow); }.intake-card { padding: 29px; }.card-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }.card-title p { margin-bottom: 3px; color: #8b9bb0; font-size: 10px; font-weight: 700; }.card-title h2 { margin: 0; color: #263f60; font-family: var(--font-body); font-size: 19px; letter-spacing: -.035em; }.required-key { color: #91a1b4; font-size: 10px; font-weight: 600; }.required-key b, .field > span > b { color: #cb5854; }.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }.field { display: block; color: #506783; font-size: 11px; font-weight: 700; }.field-wide { grid-column: 1 / -1; }.field > span { display: block; margin-bottom: 6px; }.field > span em { color: #9aa9ba; font-size: 9px; font-style: normal; font-weight: 600; }.field input, .field textarea, .field select { width: 100%; border: 1px solid #d7e1ed; border-radius: 8px; color: #304d70; background: #fff; font-size: 12px; font-weight: 500; outline: none; transition: box-shadow .18s, border .18s; }.field input, .field select { height: 40px; padding: 0 10px; }.field textarea { display: block; padding: 10px; resize: vertical; line-height: 1.5; }.field input::placeholder, .field textarea::placeholder { color: #a8b5c4; }.field input:focus, .field textarea:focus, .field select:focus { border-color: #72a0fd; box-shadow: 0 0 0 3px rgba(69,123,243,.12); }.divider { height: 1px; margin: 28px 0; background: #e5ebf2; }.material-heading { align-items: end; }.source-count { padding: 4px 7px; border-radius: 99px; color: #5176aa; background: #edf3ff; font-size: 9px; font-weight: 800; }.card-help { max-width: 560px; margin: 8px 0 17px; color: #71849d; font-size: 12px; line-height: 1.55; }.material-tabs { display: flex; gap: 5px; padding: 4px; border-radius: 8px; background: #f3f6fa; }.material-tab { flex: 1; min-height: 33px; padding: 6px 10px; border: 1px solid transparent; border-radius: 6px; color: #74869d; background: transparent; font-size: 11px; font-weight: 800; }.material-tab.is-active { border-color: #e2e8f1; color: #3a5e91; background: #fff; box-shadow: 0 2px 4px rgba(23,44,77,.06); }.material-panel { padding-top: 13px; }.dropzone { display: grid; min-height: 155px; place-content: center; justify-items: center; padding: 22px; border: 1.5px dashed #aec5e4; border-radius: 10px; color: #5e799b; background: #f9fbff; text-align: center; transition: background .18s, border-color .18s, transform .18s; }.dropzone:hover, .dropzone.is-dragover { border-color: var(--blue); background: #f0f5ff; }.dropzone.is-dragover { transform: scale(1.006); }.drop-icon { display: grid; width: 34px; height: 34px; place-items: center; margin-bottom: 9px; border-radius: 9px; color: #477bd8; background: #e5efff; font-size: 19px; }.dropzone strong { color: #3e5d84; font-size: 12px; }.dropzone p { margin: 3px 0 6px; color: #8395ab; font-size: 11px; }.dropzone p span { color: var(--blue); font-weight: 800; }.dropzone small { color: #a0aec0; font-size: 9px; }.file-list { display: grid; gap: 7px; padding: 0; margin: 12px 0 0; list-style: none; }.file-row { display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 7px 9px; border: 1px solid #e0e8f1; border-radius: 8px; background: #fff; }.file-type { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; border-radius: 7px; color: #477bd2; background: #e7efff; font-size: 9px; font-weight: 800; }.file-row.file-pdf .file-type { color: #bf5d57; background: #fff0ef; }.file-row.file-image .file-type { color: #528e76; background: #e4f6ef; }.file-row.file-text .file-type { color: #647789; background: #eef2f7; }.file-info { min-width: 0; flex: 1; }.file-info b, .file-info span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.file-info b { color: #46607f; font-size: 10px; }.file-info span { margin-top: 2px; color: #9aabbe; font-size: 9px; }.remove-file { width: 28px; height: 28px; padding: 0; border: 0; border-radius: 6px; color: #94a4b7; background: transparent; font-size: 18px; }.remove-file:hover { color: var(--red); background: var(--red-soft); }.notes-tip { display: flex; gap: 7px; margin: 9px 0 0; color: #7d90a7; font-size: 10px; line-height: 1.5; }.notes-tip i { display: grid; flex: 0 0 16px; width: 16px; height: 16px; place-items: center; border-radius: 4px; color: #4e7cd4; background: #e8f0ff; font-size: 10px; font-style: normal; }.notes-tip b { color: #617a9a; }.privacy-note { display: flex; gap: 10px; margin-top: 20px; padding: 11px; border: 1px solid #e0e9f7; border-radius: 8px; color: #617995; background: #f4f8ff; }.privacy-note > i { display: grid; flex: 0 0 21px; width: 21px; height: 21px; place-items: center; border-radius: 6px; color: #477ed8; background: #e4eeff; font-size: 13px; font-style: normal; }.privacy-note strong { display: block; color: #4b6c96; font-size: 10px; }.privacy-note p { margin: 2px 0 0; font-size: 9px; line-height: 1.45; }.consent { display: flex; gap: 8px; align-items: flex-start; margin-top: 13px; color: #61758f; font-size: 10px; font-weight: 600; line-height: 1.45; }.consent input { width: 15px; height: 15px; flex: 0 0 15px; margin: 0; accent-color: var(--blue); }.form-error { min-height: 16px; margin: 10px 0 0; color: var(--red); font-size: 10px; font-weight: 700; }.form-actions { display: flex; justify-content: space-between; gap: 10px; margin-top: 5px; }.form-actions .button-primary { min-width: 164px; }.form-footnote { margin: 12px 0 0; color: #9baabd; font-size: 9px; text-align: center; }

.intake-aside { display: flex; flex-direction: column; padding: 29px; overflow: hidden; background: linear-gradient(160deg, #f9fbff, #eef4ff); }.aside-visual { position: relative; min-height: 287px; padding-top: 20px; }.aside-line { position: absolute; top: 50px; bottom: 48px; left: 27px; width: 1px; background: #bfd2ef; }.aside-source { position: relative; z-index: 1; display: flex; align-items: center; gap: 9px; width: 85%; margin-bottom: 14px; padding: 10px; border: 1px solid #dce7f4; border-radius: 9px; background: rgba(255,255,255,.92); box-shadow: 0 7px 12px rgba(30, 59, 99, .05); }.aside-source > span { display: grid; flex: 0 0 24px; width: 24px; height: 24px; place-items: center; border-radius: 7px; font-size: 13px; }.source-chat > span { color: #29a977; background: #def7eb; }.source-notes { width: 76%; margin-left: 37px; }.source-notes > span { color: #c18213; background: #fff0cd; }.source-file { width: 80%; margin-left: 15px; }.source-file > span { color: #4c80d2; background: #e4efff; }.aside-source b, .aside-source small { display: block; }.aside-source b { color: #4f698b; font-size: 10px; }.aside-source small { margin-top: 2px; color: #9aaabc; font-size: 8px; }.aside-record { position: absolute; z-index: 2; right: 0; bottom: 5px; display: flex; align-items: center; gap: 8px; padding: 10px; border: 1px solid #bfd3f4; border-radius: 9px; background: #1a3f75; box-shadow: 0 12px 25px rgba(30,65,117,.25); }.aside-record > span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 6px; color: #98b9ff; background: rgba(126,164,245,.18); font-size: 12px; }.aside-record small, .aside-record strong { display: block; }.aside-record small { color: #a9c1eb; font-size: 8px; }.aside-record strong { margin-top: 2px; color: #fff; font-size: 10px; }.aside-copy { margin-top: 15px; }.aside-copy h2 { margin: 0 0 11px; color: #29486f; font-size: 28px; line-height: 1.15; }.aside-copy > p:last-child { margin-bottom: 0; color: #7187a4; font-size: 13px; line-height: 1.6; }.aside-steps { display: grid; gap: 9px; margin-top: auto; padding-top: 25px; }.aside-steps div { display: flex; align-items: center; gap: 8px; color: #607b9f; font-size: 10px; font-weight: 700; }.aside-steps b { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: #5780ce; background: #deebff; font-size: 8px; }

.analysis-view { display: grid; min-height: calc(100vh - 64px); place-items: center; padding: 50px 20px; background: radial-gradient(circle at 50% 32%, #ecf3ff, #f6f8fc 48%, #edf2f8); }.analysis-card { width: min(520px, 100%); padding: 42px; border: 1px solid #dce6f2; border-radius: 18px; background: #fff; box-shadow: var(--shadow-large); text-align: center; }.analysis-orbit { position: relative; display: grid; width: 104px; height: 104px; place-items: center; margin: 0 auto 21px; border: 1px solid #d7e5ff; border-radius: 50%; background: radial-gradient(circle, #e9f1ff 0 38%, transparent 39%); }.analysis-orbit i { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; color: #fff; background: var(--blue); box-shadow: 0 8px 18px rgba(47,107,255,.25); font-style: normal; }.analysis-orbit span { position: absolute; display: block; width: 8px; height: 8px; border-radius: 50%; background: #78a1ff; animation: orbit 2.6s linear infinite; transform-origin: 52px 52px; }.analysis-orbit span:nth-child(1) { transform: rotate(0deg) translateX(49px); }.analysis-orbit span:nth-child(2) { width: 6px; height: 6px; background: #64cb9e; animation-delay: -.86s; }.analysis-orbit span:nth-child(3) { width: 5px; height: 5px; background: #f2c866; animation-delay: -1.75s; }.analysis-card h1 { margin: 0 0 11px; font-size: 32px; }.analysis-card > p:last-of-type { max-width: 410px; margin: 0 auto; color: #71849d; font-size: 13px; line-height: 1.65; }.analysis-steps { display: grid; gap: 0; padding: 0; margin: 29px 0 18px; border: 1px solid #e2e8f0; border-radius: 10px; list-style: none; overflow: hidden; text-align: left; }.analysis-steps li { display: grid; grid-template-columns: 21px 1fr auto; align-items: center; gap: 9px; min-height: 46px; padding: 0 12px; border-bottom: 1px solid #e5ebf2; color: #9aa9b9; font-size: 11px; font-weight: 700; }.analysis-steps li:last-child { border-bottom: 0; }.analysis-steps i { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; color: #8fa0b3; background: #f1f4f8; font-size: 8px; font-style: normal; }.analysis-steps b { font-size: 9px; }.analysis-steps li.is-active { color: #476a9a; background: #f7faff; }.analysis-steps li.is-active i { color: #fff; background: var(--blue); }.analysis-steps li.is-active b { color: var(--blue); }.analysis-steps li.is-done { color: #557a6c; }.analysis-steps li.is-done i { color: #fff; background: var(--green); }.analysis-steps li.is-done b { color: var(--green); }

.review-view { padding: 30px 0 75px; background: var(--canvas); }.review-breadcrumb { margin-bottom: 25px; }.review-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }.review-head h1 { margin: 0 0 9px; color: #122843; font-size: clamp(35px, 4vw, 51px); line-height: 1.05; }.review-head > div:first-child > p:last-child { max-width: 720px; margin: 0; color: #667b95; font-size: 15px; line-height: 1.55; }.record-status-wrap { display: flex; align-items: center; gap: 11px; }.record-status { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 99px; font-size: 10px; font-weight: 800; white-space: nowrap; }.record-status i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }.record-status.needs { color: #ac700a; background: var(--amber-soft); }.record-status.ready { color: #25825d; background: var(--green-soft); }.demo-badge { display: inline-flex; align-items: center; padding: 2px 10px; border: 1px solid #f0d9a8; border-radius: 999px; color: #8a5a00; background: #fdf3e3; font-size: 12px; font-weight: 800; white-space: nowrap; }.review-alert { display: flex; gap: 9px; align-items: flex-start; margin-top: 23px; padding: 11px 12px; border: 1px solid #f0dcaf; border-radius: 9px; color: #875c11; background: #fffaf0; }.review-alert > span { display: grid; flex: 0 0 20px; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: #a76d0a; background: #ffebbd; font-size: 11px; font-weight: 800; }.review-alert strong { display: block; font-size: 10px; }.review-alert p { margin: 2px 0 0; color: #8f7444; font-size: 10px; line-height: 1.45; }.review-alert button { margin-left: auto; padding: 0; border: 0; color: #a6874f; background: transparent; font-size: 18px; }.review-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; margin-top: 23px; }.stat-card { padding: 13px; border: 1px solid #dfe7f1; border-radius: 10px; background: #fff; }.stat-card strong, .stat-card span { display: block; }.stat-card strong { color: #344f73; font-family: var(--font-display); font-size: 23px; letter-spacing: -.05em; }.stat-card span { margin-top: 2px; color: #8496ac; font-size: 9px; font-weight: 700; }.review-controls { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 28px; }.filter-tabs { display: flex; gap: 6px; min-width: 0; overflow-x: auto; padding-bottom: 1px; }.filter-tab { flex: 0 0 auto; padding: 8px 9px; border: 1px solid transparent; border-radius: 7px; color: #7d90a8; background: transparent; font-size: 10px; font-weight: 800; }.filter-tab:hover { color: #5475a0; background: #edf2f8; }.filter-tab.is-active { border-color: #d7e2f3; color: #3e6ab0; background: #fff; box-shadow: 0 2px 5px rgba(40,65,98,.06); }.filter-tab span { margin-left: 2px; color: #9eadbc; }.search-field { display: flex; align-items: center; gap: 6px; flex: 0 0 205px; height: 35px; padding: 0 9px; border: 1px solid #d9e3ef; border-radius: 8px; color: #91a1b4; background: #fff; }.search-field input { min-width: 0; width: 100%; border: 0; color: #3f5b7d; background: transparent; outline: none; font-size: 10px; }.search-field input::placeholder { color: #a8b5c5; }

.review-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(325px, .88fr); gap: 18px; margin-top: 14px; }.timeline-panel, .editor-panel { min-height: 610px; border: 1px solid #dfe7f1; border-radius: 14px; background: #fff; box-shadow: 0 9px 23px rgba(35,58,88,.04); }.timeline-panel { padding: 21px; }.timeline-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 15px; border-bottom: 1px solid #e7edf3; }.timeline-panel-head span { display: block; margin-bottom: 2px; color: #90a0b3; font-size: 9px; font-weight: 700; }.timeline-panel-head h2 { margin: 0; color: #2e496c; font-family: var(--font-body); font-size: 18px; letter-spacing: -.035em; }.timeline-list { position: relative; padding: 7px 0 6px; }.timeline-date { position: relative; margin: 17px 0 7px; padding-left: 31px; color: #95a5b7; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }.timeline-date::before { position: absolute; top: 6px; left: 8px; width: 12px; height: 12px; border: 3px solid #e4ecf8; border-radius: 50%; background: #fff; content: ""; }.timeline-list::before { position: absolute; top: 22px; bottom: 17px; left: 13px; width: 1px; background: #e3ebf4; content: ""; }.timeline-card { position: relative; display: grid; grid-template-columns: 25px minmax(0, 1fr) 18px; align-items: center; gap: 9px; width: 100%; padding: 11px 9px; border: 1px solid transparent; border-radius: 9px; color: inherit; background: transparent; text-align: left; transition: background .18s, border-color .18s, transform .18s; }.timeline-card:hover, .timeline-card.is-selected { border-color: #dce6f2; background: #f8faff; }.timeline-card.is-selected { box-shadow: 0 3px 8px rgba(32,58,93,.04); }.event-icon { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; font-size: 11px; font-weight: 800; }.event-icon.approval { color: #21805c; background: #ddf6e9; }.event-icon.scope_change { color: #b57408; background: #fff0ca; }.event-icon.task { color: #506fbd; background: #e5edff; }.event-icon.delivery { color: #3971ce; background: #e5efff; }.event-icon.decision { color: #7758c6; background: #eee9ff; }.event-icon.question { color: #a16a21; background: #fff1d8; }.event-icon.risk { color: #b84e4a; background: #fff0ef; }.event-copy { min-width: 0; }.event-meta, .event-copy strong, .event-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.event-meta { margin-bottom: 2px; color: #7e93ad; font-size: 8px; font-weight: 700; }.event-meta b { display: inline-block; margin-left: 4px; padding: 2px 4px; border-radius: 3px; color: #ad7109; background: #fff0cd; font-size: 7px; }.event-meta b.is-reviewed { color: #25815e; background: #e0f6ec; }.event-copy strong { color: #425b7b; font-size: 11px; }.event-copy small { margin-top: 3px; color: #9aaabb; font-size: 9px; }.event-open { color: #a1b1c2; font-size: 13px; }.empty-record { display: grid; justify-items: center; padding: 73px 20px; color: #73879e; text-align: center; }.empty-record > div { display: grid; width: 36px; height: 36px; place-items: center; margin-bottom: 13px; border-radius: 10px; color: #6e94d3; background: #ebf2ff; font-size: 18px; }.empty-record h3 { margin: 0 0 5px; color: #516b8d; font-size: 17px; }.empty-record p { max-width: 270px; margin-bottom: 14px; font-size: 11px; line-height: 1.55; }

.editor-panel { position: sticky; top: 81px; align-self: start; padding: 21px; }.editor-empty { display: grid; min-height: 560px; place-content: center; justify-items: center; color: #8092a9; text-align: center; }.editor-empty > div { display: grid; width: 43px; height: 43px; place-items: center; margin-bottom: 13px; border-radius: 12px; color: #6f92c9; background: #edf3ff; font-size: 20px; }.editor-empty h2 { margin: 0 0 7px; color: #526d8e; font-size: 19px; }.editor-empty p { max-width: 235px; margin: 0; font-size: 11px; line-height: 1.6; }.editor-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }.editor-top p { margin-bottom: 3px; color: #8e9fb2; font-size: 9px; font-weight: 700; }.editor-top h2 { margin: 0; color: #304b6c; font-family: var(--font-body); font-size: 18px; letter-spacing: -.035em; }.editor-status { padding: 4px 6px; border-radius: 99px; color: #ad7109; background: var(--amber-soft); font-size: 8px; font-weight: 800; }.editor-status.is-reviewed { color: #27835f; background: var(--green-soft); }.editor-help { margin: 7px 0 16px; color: #8798aa; font-size: 9px; line-height: 1.45; }.editor-form .field { margin-top: 12px; }.editor-split { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.source-card { margin-top: 16px; padding: 11px; border: 1px solid #dfe8f4; border-radius: 9px; background: #f8faff; }.source-card-head { display: flex; align-items: center; justify-content: space-between; color: #7a90ad; font-size: 9px; font-weight: 700; }.source-card-head b { color: #4676bf; font-size: 8px; }.source-card > p { margin: 10px 0 5px; color: #506e95; font-size: 10px; font-weight: 800; }.source-card blockquote { margin: 0; color: #5e748f; font-size: 10px; line-height: 1.55; }.source-card small { display: block; margin-top: 8px; color: #96a6b8; font-size: 8px; }.editor-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 18px; padding-top: 15px; border-top: 1px solid #e7edf3; }.editor-actions > div { display: flex; gap: 7px; }.editor-actions .button { min-height: 36px; padding: 7px 9px; font-size: 9px; }.text-danger { padding: 0; border: 0; color: #bd5c58; background: transparent; font-size: 9px; font-weight: 800; }.text-danger:hover { color: #a63c39; }

.export-drawer { position: fixed; z-index: 50; inset: 0; display: flex; justify-content: flex-end; }.drawer-backdrop { position: absolute; inset: 0; background: rgba(11,28,53,.48); backdrop-filter: blur(4px); }.drawer-panel { position: relative; z-index: 1; width: min(470px, 100%); height: 100%; overflow-y: auto; padding: 34px; border-left: 1px solid rgba(255,255,255,.4); color: var(--ink); background: #fff; box-shadow: -24px 0 58px rgba(10,28,55,.17); animation: slide-in .25s ease both; }.drawer-close { position: absolute; top: 17px; right: 18px; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #dfe7f0; border-radius: 50%; color: #6c8097; background: #fff; font-size: 21px; }.drawer-panel h2 { margin: 0 0 10px; color: #1e3a60; font-size: 31px; line-height: 1.08; }.drawer-panel > p:not(.eyebrow) { color: #70839a; font-size: 13px; line-height: 1.6; }.purpose-options, .export-toggles { display: grid; gap: 8px; padding: 0; margin: 25px 0 0; border: 0; }.purpose-options legend, .export-toggles legend { margin-bottom: 9px; color: #60748f; font-size: 10px; font-weight: 800; }.purpose-options label { display: grid; grid-template-columns: 16px 1fr; gap: 8px; padding: 11px; border: 1px solid #dde6f1; border-radius: 9px; cursor: pointer; }.purpose-options label:has(input:checked) { border-color: #99b8ef; background: #f7faff; }.purpose-options input, .export-toggles input { width: 14px; height: 14px; margin: 2px 0 0; accent-color: var(--blue); }.purpose-options b, .purpose-options small { display: block; }.purpose-options b { color: #456183; font-size: 11px; }.purpose-options small { margin-top: 2px; color: #889aaf; font-size: 9px; line-height: 1.45; }.export-toggles { gap: 9px; padding: 13px 0; border-top: 1px solid #e5ebf3; border-bottom: 1px solid #e5ebf3; }.export-toggles label { display: flex; gap: 8px; align-items: center; color: #637890; font-size: 11px; font-weight: 700; }.export-toggles label:has(input:disabled) { opacity: .55; cursor: not-allowed; }.export-toggles small { margin-left: auto; color: #a1aebd; font-size: 8px; font-weight: 600; }.export-warning { display: flex; gap: 7px; margin-top: 16px !important; padding: 10px; border-radius: 8px; color: #8b7144 !important; background: #fff8e9; font-size: 10px !important; }.export-warning i { display: grid; flex: 0 0 16px; width: 16px; height: 16px; place-items: center; border-radius: 50%; color: #aa780f; background: #ffecc0; font-size: 9px; font-style: normal; font-weight: 800; }.drawer-actions { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9px; margin-top: 20px; }.drawer-actions .button { min-height: 44px; }

.toast { position: fixed; z-index: 80; right: 22px; bottom: 22px; max-width: 340px; padding: 10px 12px; border: 1px solid #c8dfd4; border-radius: 8px; color: #2c715a; background: #edfbf5; box-shadow: 0 12px 28px rgba(15,45,38,.12); font-size: 11px; font-weight: 700; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .2s, transform .2s; }.toast.is-visible { opacity: 1; transform: translateY(0); }

[hidden] { display: none !important; }
.print-document { display: none; }
@keyframes orbit { from { transform: rotate(0deg) translateX(49px) rotate(0deg); } to { transform: rotate(360deg) translateX(49px) rotate(-360deg); } }
@keyframes slide-in { from { transform: translateX(100%); } to { transform: translateX(0); } }
@media (max-width: 1050px) { .workspace-shell, .review-shell { width: min(930px, calc(100% - 40px)); }.workspace-heading { display: block; }.stepper { margin-top: 22px; justify-content: flex-start; }.intake-layout { grid-template-columns: 1fr; }.intake-aside { min-height: 360px; }.aside-visual { max-width: 400px; }.aside-copy { max-width: 500px; }.aside-steps { grid-template-columns: repeat(3, 1fr); }.review-grid { grid-template-columns: 1fr; }.editor-panel { position: static; min-height: 0; }.editor-empty { min-height: 260px; }.review-controls { align-items: flex-start; flex-direction: column; }.search-field { flex: 0 0 auto; width: 280px; }.review-stats { max-width: 700px; }.app-header { padding: 0 24px; } }
@media (max-width: 680px) { .app-header { min-height: 57px; padding: 0 16px; gap: 16px; }.app-brand { font-size: 18px; }.app-nav { display: none; }.breadcrumb-trust { display: none; }.app-header-end { gap: 0; }.header-back { font-size: 10px; }.workspace-shell, .review-shell { width: calc(100% - 28px); }.intake-view, .review-view { padding-top: 23px; }.workspace-heading { margin: 21px 0 26px; }.workspace-heading h1 { font-size: 34px; }.workspace-heading > div:first-child > p:last-child { font-size: 14px; }.stepper { width: 100%; padding: 4px 0; overflow-x: auto; justify-content: flex-start; }.step { min-width: 87px; }.stepper > i { flex: 0 0 23px; }.intake-card, .intake-aside { border-radius: 12px; }.intake-card { padding: 19px 14px; }.detail-grid { grid-template-columns: 1fr; gap: 12px; }.field-wide { grid-column: auto; }.form-actions { flex-direction: column-reverse; }.form-actions .button { width: 100%; }.intake-aside { padding: 20px; min-height: 0; }.aside-visual { min-height: 246px; }.aside-copy h2 { font-size: 25px; }.aside-steps { grid-template-columns: 1fr; margin-top: 22px; }.analysis-card { padding: 29px 18px; }.analysis-card h1 { font-size: 28px; }.review-head { align-items: flex-start; flex-direction: column; }.review-head h1 { font-size: 35px; }.record-status-wrap { width: 100%; justify-content: space-between; }.record-status-wrap .button { flex: 1; }.review-stats { grid-template-columns: 1fr 1fr; }.review-controls { margin-top: 20px; }.filter-tabs { width: calc(100vw - 28px); }.search-field { width: 100%; }.timeline-panel, .editor-panel { border-radius: 11px; }.timeline-panel { padding: 16px 10px; }.timeline-panel-head { padding: 0 6px 12px; }.timeline-panel-head h2 { font-size: 16px; }.timeline-card { grid-template-columns: 23px minmax(0,1fr) 14px; padding: 10px 4px; }.event-copy strong { font-size: 10px; }.editor-panel { padding: 17px 14px; }.editor-split { grid-template-columns: 1fr; gap: 0; }.editor-actions { align-items: flex-start; flex-direction: column; }.editor-actions > div { width: 100%; }.editor-actions .button { flex: 1; }.drawer-panel { padding: 30px 18px 20px; }.drawer-panel h2 { font-size: 28px; }.toast { right: 14px; bottom: 14px; left: 14px; max-width: none; } }
@media print { @page { margin: 15mm; } body { background: #fff; } body > *:not(.print-document) { display: none !important; } .print-document { display: block !important; color: #172b44; font-family: Arial, sans-serif; } .print-document h1 { margin: 0 0 4px; font-size: 25px; }.print-document h2 { margin: 24px 0 9px; font-size: 15px; }.print-document p { color: #51667e; font-size: 11px; line-height: 1.55; }.print-document .print-meta { margin-bottom: 22px; color: #6f8297; font-size: 10px; }.print-document .print-event { padding: 10px 0; border-top: 1px solid #dfe6ef; }.print-document .print-event:last-child { border-bottom: 1px solid #dfe6ef; }.print-document .print-type { color: #2f6bff; font-size: 9px; font-weight: 700; text-transform: uppercase; }.print-document .print-event h3 { margin: 3px 0; font-size: 13px; }.print-document .print-source { color: #8192a5; font-size: 9px; }.print-document .print-note { padding: 9px; border-left: 3px solid #c2d3ef; background: #f7faff; font-size: 10px; }.print-document .print-disclaimer { margin-top: 30px; color: #8090a2; font-size: 9px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; } }
