@charset "UTF-8";

:root { --paper: #f6f3eb; --panel: #ede9df; --ink: #25271f; --muted: #6c6d61; --line: #d7d3c6; --accent: #b9462c; --accent-dark: #963822; --serif: Georgia, "Times New Roman", serif; --sans: "Trebuchet MS", "Segoe UI", sans-serif; --mono: Consolas, "Liberation Mono", monospace; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 14px; line-height: 1.5; }
button, textarea { font: inherit; }
button, a, summary, textarea { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
a { color: inherit; text-underline-offset: 4px; }
button { color: inherit; }
button:disabled { cursor: not-allowed; opacity: .45; }
button:focus-visible, a:focus-visible, summary:focus-visible, textarea:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
[hidden] { display: none !important; }
p, h1, h2, h3 { margin: 0; }
button { border-radius: 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: absolute; top: -100px; left: 18px; z-index: 5; padding: 12px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.masthead { height: 88px; padding: 0 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--ink); }
.wordmark { display: flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 28px; font-weight: bold; letter-spacing: -1.5px; text-decoration: none; }
.brand-mark { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; color: var(--paper); background: var(--accent); font-size: 30px; font-weight: normal; line-height: 1; padding-bottom: 6px; }
.edition, .privacy-label, .eyebrow, .index-footer, .blueprint-label, .fact-label, .stage-meta, .stage-kicker, .example-badge, .brief-meta, .workspace-footer div, .section-caption, .fact-note { font-family: var(--mono); }
.edition { font-size: 11px; letter-spacing: 1.4px; }
.edition span { color: var(--accent); margin: 0 12px; }
.privacy-label { display: flex; align-items: center; gap: 8px; font-size: 11px; }
.privacy-label > span { width: 6px; height: 6px; border: 1px solid var(--muted); border-radius: 50%; }
.desk { display: grid; grid-template-columns: 248px minmax(0, 1fr); max-width: 1800px; margin: auto; }
.mission-index { min-height: calc(100vh - 88px); padding: 34px 24px 26px 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.eyebrow { font-size: 10px; letter-spacing: 1.1px; line-height: 1.6; }
.index-top .eyebrow { font-size: 8px; letter-spacing: .9px; }
.index-title { font-family: var(--serif); font-size: 23px; line-height: 1.25; letter-spacing: -.5px; margin-top: 19px; }
.index-intro { color: var(--muted); font-size: 12px; line-height: 1.7; margin-top: 13px; }
#mission-nav { margin: 29px -24px 0 -30px; }
.mission-option { display: grid; grid-template-columns: 26px 1fr 16px; gap: 10px; width: 100%; text-align: left; padding: 19px 20px 19px 28px; border: 0; border-top: 1px solid var(--line); border-left: 3px solid transparent; background: transparent; line-height: 1.3; }
.mission-option:last-child { border-bottom: 1px solid var(--line); }
.mission-option:hover { background: #eeeadf; }
.mission-option[aria-pressed="true"] { background: #e9e5d9; border-left-color: var(--accent); }
.mission-number { font-family: var(--mono); font-size: 10px; color: var(--muted); padding-top: 2px; }
.mission-option-name { display: block; font-size: 13px; font-weight: bold; }
.mission-option-kind { display: block; color: var(--muted); font-family: var(--mono); font-size: 9px; margin-top: 5px; text-transform: uppercase; letter-spacing: .6px; }
.mission-arrow { color: var(--accent); font-size: 18px; opacity: 0; }
.mission-option[aria-pressed="true"] .mission-arrow { opacity: 1; }
.index-note { padding: 35px 0 42px; display: flex; gap: 16px; color: var(--muted); }
.index-symbol { color: var(--accent); font-family: var(--serif); font-size: 44px; line-height: 1; }
.index-note p { font-family: var(--serif); font-size: 17px; font-style: italic; line-height: 1.5; }
.index-footer { margin-top: auto; display: flex; flex-direction: column; gap: 5px; font-size: 9px; letter-spacing: 1px; }
.index-footer a { font-size: 11px; letter-spacing: 0; margin-top: 18px; text-decoration: none; }
.index-footer a:hover { text-decoration: underline; }
.index-footer a span { color: var(--accent); }
main { min-width: 0; padding: 34px 44px 0; }
.overview { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(190px, .8fr); gap: 40px; align-items: end; padding-bottom: 30px; }
.overview-copy .eyebrow { display: flex; align-items: center; gap: 12px; }
.overview-copy .eyebrow > span:first-child { color: var(--accent); }
.label-rule { display: inline-block; height: 1px; width: 24px; background: var(--line); }
h1 { font-family: var(--serif); font-weight: normal; font-size: clamp(40px, 4vw, 65px); letter-spacing: -2.5px; line-height: 1.02; max-width: 680px; margin: 18px 0 16px; text-wrap: balance; }
.mission-summary { font-size: 14px; color: var(--muted); max-width: 530px; line-height: 1.65; }
.outcome-block { border-left: 2px solid var(--accent); padding-left: 18px; padding-bottom: 2px; }
.outcome-block .eyebrow { color: var(--accent); }
.outcome-block > p:nth-child(2) { font-family: var(--serif); font-size: 19px; line-height: 1.4; margin: 10px 0 15px; }
.blueprint-label { color: var(--muted); font-size: 9px; line-height: 1.5; display: block; }
.mission-facts { display: grid; grid-template-columns: 1fr .8fr 1.4fr 1.35fr; align-items: center; gap: 18px; padding: 19px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.fact { display: flex; flex-direction: column; }
.fact-value { font-family: var(--serif); font-size: 34px; line-height: 1; letter-spacing: -1px; }
.fact-denominator { color: var(--muted); font-size: 21px; }
.fact-label { font-size: 9px; margin-top: 8px; color: var(--muted); }
.fact-label a { color: var(--accent); font-size: 15px; text-decoration: none; }
.fact-note { color: var(--muted); border-left: 1px solid var(--line); padding-left: 20px; font-size: 10px; line-height: 1.8; }
.working-area { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(305px, .85fr); gap: 36px; padding: 32px 0 40px; align-items: start; }
.section-heading { display: flex; justify-content: space-between; gap: 16px; align-items: end; margin-bottom: 25px; }
h2 { font-family: var(--serif); font-weight: normal; letter-spacing: -.8px; font-size: 30px; line-height: 1.1; margin-top: 11px; }
.section-caption { font-size: 9px; line-height: 1.6; color: var(--muted); text-align: right; padding-bottom: 2px; }
.section-caption span { color: var(--accent); }
.stage-list { list-style: none; margin: 0; padding: 0; }
.stage-list > li { position: relative; }
.stage-list > li:not(:last-child)::before { position: absolute; content: ""; width: 1px; background: var(--line); top: 36px; bottom: -12px; left: 16px; }
.stage { padding-bottom: 17px; }
.stage > summary { list-style: none; display: grid; grid-template-columns: 34px minmax(0,1fr) 14px; gap: 14px; align-items: start; }
.stage > summary::-webkit-details-marker, .reading-manifest > summary::-webkit-details-marker, .prompt-preview > summary::-webkit-details-marker { display: none; }
.stage-number { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid var(--line); background: var(--paper); font-family: var(--mono); font-size: 11px; z-index: 1; }
.stage[open] .stage-number { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.stage.review-stage .stage-number { color: var(--accent); border-color: var(--accent); }
.stage.review-stage[open] .stage-number { color: var(--paper); background: var(--accent); }
.stage-title { display: block; font-size: 14px; font-weight: bold; line-height: 1.35; margin: 1px 0 6px; }
.stage-meta { display: block; color: var(--muted); font-size: 9px; line-height: 1.55; }
.stage-meta .review-label { color: var(--accent); }
.stage-toggle { font-family: var(--mono); color: var(--muted); padding-top: 3px; }
.stage[open] .stage-toggle { transform: rotate(45deg); }
.stage-body { margin: 13px 0 3px 48px; border-top: 1px solid var(--line); padding-top: 11px; font-size: 12px; }
.stage-kicker { font-size: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: .6px; margin-bottom: 5px; }
.stage-body ul { margin: 0 0 12px; padding-left: 16px; }
.stage-body li { margin: 3px 0; }
.stage-crew { border-top: 1px solid var(--line); padding-top: 8px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.stage-handoff { margin: 8px 0 11px; font-size: 11px; color: var(--muted); }
.reading-manifest { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 6px; }
.reading-manifest > summary, .prompt-preview > summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 11px; padding: 14px 0; }
.reading-manifest > summary span, .prompt-preview > summary span { color: var(--accent); }
.reading-manifest[open] > summary span, .prompt-preview[open] > summary span { transform: rotate(45deg); }
.manifest-body { padding-bottom: 16px; font-size: 11px; color: var(--muted); }
#crew-list { list-style: none; padding: 0; margin: 12px 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 16px; }
#crew-list li { border-top: 1px solid var(--line); padding: 7px 0; }
.crew-name { display: block; color: var(--ink); }
.crew-department { font-family: var(--mono); font-size: 9px; }
.composer { padding: 22px 23px 0; background: var(--panel); border-top: 3px solid var(--accent); }
.composer-heading > .eyebrow { color: var(--accent); }
.composer h2 { font-size: 31px; margin: 10px 0; }
.composer-heading > p:last-child { color: var(--muted); font-size: 12px; line-height: 1.6; max-width: 340px; }
.brief-label-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin: 22px 0 8px; }
.brief-label-row label { font-size: 11px; font-weight: bold; }
.example-badge { font-size: 8px; letter-spacing: .35px; color: var(--accent-dark); }
textarea { display: block; width: 100%; min-width: 0; border: 1px solid #c6c0b1; background: #fcfaf4; color: var(--ink); border-radius: 0; padding: 13px; line-height: 1.65; resize: vertical; }
#mission-brief { font-size: 12px; min-height: 184px; }
textarea[aria-invalid="true"] { border-color: var(--accent); }
.brief-meta { display: flex; justify-content: space-between; gap: 12px; align-items: start; font-size: 8px; color: var(--muted); line-height: 1.5; padding: 8px 0 17px; }
#brief-help { max-width: 185px; }
#brief-size { white-space: nowrap; }
.brief-error { color: var(--accent-dark); font-size: 11px; margin: -5px 0 13px; }
.button { display: flex; justify-content: space-between; align-items: center; gap: 12px; border: 1px solid var(--ink); font-size: 12px; padding: 13px 15px; background: transparent; text-align: left; }
.button-primary { width: 100%; background: var(--accent); color: #fffaf0; border-color: var(--accent); }
.button-primary:not(:disabled):hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.button-primary span { font-size: 20px; line-height: 1; }
.next-step { font-size: 10px; color: var(--muted); line-height: 1.6; margin: 10px 0 17px; }
.download-row { display: flex; justify-content: space-between; gap: 14px; border-top: 1px solid #cec9bb; border-bottom: 1px solid #cec9bb; }
.text-button { border: 0; padding: 12px 0; background: transparent; font-size: 10px; text-align: left; }
.text-button span { display: block; color: var(--muted); font-family: var(--mono); font-size: 9px; margin-top: 3px; }
.text-button:not(:disabled):hover { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.prompt-preview > summary { font-size: 10px; }
.prompt-preview textarea, .copy-fallback textarea { font-family: var(--mono); font-size: 10px; margin-bottom: 14px; }
.share-tools { border-top: 1px solid #cec9bb; padding-top: 20px; margin-top: 1px; }
.share-tools > .eyebrow { font-size: 9px; }
.share-actions { display: grid; grid-template-columns: 1.2fr 1fr; gap: 8px; margin: 12px 0 9px; }
.button-secondary { font-size: 10px; border-color: #a9a696; padding: 11px 10px; gap: 5px; }
.button-secondary:not(:disabled):hover { border-color: var(--ink); background: #e4dfd2; }
.fine-print { font-size: 9px; line-height: 1.7; color: var(--muted); }
.action-status { padding: 14px 0; font-size: 11px; line-height: 1.6; min-height: 24px; }
.action-status:empty { padding-top: 0; }
.copy-fallback { padding-bottom: 12px; }
.copy-fallback label { font-size: 12px; font-weight: bold; }
.copy-fallback p { font-size: 10px; color: var(--muted); margin: 5px 0 10px; }
.copy-fallback .text-button { padding-top: 0; }
.workspace-footer { padding: 22px 0 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.workspace-footer > p { font-family: var(--serif); color: var(--muted); font-size: 15px; font-style: italic; }
.workspace-footer div { display: flex; gap: 20px; align-items: center; font-size: 8px; }
.workspace-footer a { font-size: 10px; text-decoration: none; }
.workspace-footer a:hover { text-decoration: underline; }
.workspace-footer div > span { color: var(--muted); letter-spacing: .6px; }
.error-notice { padding: 25px; border: 1px solid var(--accent); margin: 0 0 24px; max-width: 760px; }

@media (min-width: 1600px) { main { padding: 44px 60px 0; } .working-area { gap: 55px; } .overview { gap: 70px; } .composer { padding: 26px 30px 0; } }
@media (max-width: 1190px) { .desk { grid-template-columns: 210px minmax(0, 1fr); } .masthead { padding: 0 25px; } .mission-index { padding-left: 24px; padding-right: 19px; } #mission-nav { margin-left: -24px; margin-right: -19px; } .mission-option { padding-left: 21px; padding-right: 13px; gap: 6px; grid-template-columns: 23px 1fr 13px; } main { padding: 30px 28px 0; } .overview { gap: 25px; } h1 { font-size: 48px; } .mission-facts { grid-template-columns: 1fr .8fr 1.5fr; } .fact-note { display: none; } .working-area { gap: 24px; grid-template-columns: minmax(0, 1fr) minmax(290px, .9fr); } .composer { padding-left: 18px; padding-right: 18px; } .section-caption { display: none; } .outcome-block > p:nth-child(2) { font-size: 17px; } .workspace-footer { align-items: start; } .workspace-footer div { flex-direction: column; align-items: end; gap: 5px; } }
@media (max-width: 960px) { .masthead { height: 75px; } .edition { font-size: 9px; letter-spacing: .7px; } .privacy-label { font-size: 9px; } .desk { grid-template-columns: 180px minmax(0, 1fr); } .mission-index { min-height: calc(100vh - 75px); padding-top: 28px; padding-left: 18px; padding-right: 15px; } .index-top .eyebrow { font-size: 7px; } .index-title { font-size: 20px; } .index-intro { font-size: 10px; } #mission-nav { margin-left: -18px; margin-right: -15px; } .mission-option { padding-left: 15px; } .mission-option-name { font-size: 11px; } .mission-option-kind { font-size: 8px; } main { padding: 28px 25px 0; } .overview { grid-template-columns: 1fr; gap: 24px; } h1 { font-size: 50px; } .outcome-block { padding-left: 14px; } .outcome-block > p:nth-child(2) { margin: 6px 0 8px; } .working-area { grid-template-columns: 1fr; } .section-caption { display: block; } .composer { padding: 24px 26px 0; } .composer-heading > p:last-child { max-width: none; } #brief-help { max-width: none; } .brief-meta { font-size: 9px; } .share-actions { grid-template-columns: 1fr 1fr; } .download-row { justify-content: start; gap: 36px; } .workspace-footer { flex-direction: column; gap: 13px; } .workspace-footer div { align-items: start; flex-direction: row; gap: 18px; } }
@media (max-width: 620px) { .masthead { height: 70px; padding: 0 19px; gap: 12px; } .wordmark { font-size: 24px; gap: 9px; } .brand-mark { width: 29px; height: 29px; font-size: 26px; padding-bottom: 5px; } .edition { display: none; } .privacy-label { font-size: 8px; gap: 6px; } .desk { display: block; } .mission-index { min-height: auto; display: block; padding: 19px 19px 0; border-right: 0; border-bottom: 1px solid var(--line); } .index-top .eyebrow { font-size: 8px; } .index-title, .index-intro, .index-note, .index-footer { display: none; } #mission-nav { display: flex; overflow-x: auto; margin: 13px -19px 0; padding: 0 19px; scrollbar-width: thin; scrollbar-color: #c3beaf transparent; } .mission-option { display: flex; flex: 0 0 auto; align-items: baseline; padding: 13px 12px 12px; gap: 6px; width: auto; border: 0; border-bottom: 3px solid transparent; white-space: nowrap; } .mission-option:last-child { border: 0; border-bottom: 3px solid transparent; } .mission-option[aria-pressed="true"] { border-left-color: transparent; border-bottom-color: var(--accent); background: #ede9df; } .mission-number { font-size: 8px; padding: 0; } .mission-option-name { font-size: 11px; } .mission-option-kind, .mission-arrow { display: none; } main { padding: 27px 20px 0; } .overview { gap: 22px; padding-bottom: 23px; } h1 { font-size: 46px; line-height: 1.03; letter-spacing: -2px; margin-top: 16px; } .mission-summary { font-size: 13px; } .outcome-block > p:nth-child(2) { font-size: 17px; } .mission-facts { gap: 12px; grid-template-columns: 1fr .75fr 1.3fr; padding: 17px 0; } .fact-value { font-size: 30px; } .fact-denominator { font-size: 18px; } .fact-label { font-size: 8px; line-height: 1.5; } .working-area { padding-top: 27px; gap: 30px; } h2 { font-size: 29px; } .section-caption { font-size: 8px; } .stage > summary { gap: 11px; } .stage-title { font-size: 13px; } .stage-body { margin-left: 45px; } .stage-meta { font-size: 8px; } .composer { padding: 22px 19px 0; margin: 0 -1px; } .brief-meta { font-size: 8px; } #brief-help { max-width: 175px; } .composer h2 { font-size: 31px; } .button-secondary { font-size: 10px; } .workspace-footer > p { font-size: 14px; } .workspace-footer div { flex-wrap: wrap; gap: 12px; } }
@media (prefers-reduced-motion: no-preference) { .mission-option, .button { transition: background-color 140ms ease, border-color 140ms ease; } #studio-content { animation: arrive 350ms ease-out both; } @keyframes arrive { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } } }
@media print { .masthead { height: 60px; } .privacy-label, .mission-index, .composer, .fact-note, .section-caption, .workspace-footer { display: none; } .desk, .overview, .working-area { display: block; } main { padding: 24px; } .outcome-block { margin: 20px 0; } .stage { break-inside: avoid; } body { background: white; } }
