/* Project records come from the server; diagrams summarize each project. */
#project-content{min-width:0}
#project-content .featured-copy{justify-content:flex-start}
#project-content .featured-copy h3{overflow-wrap:anywhere}
#project-content .feature-bottom{margin-top:auto;padding-top:28px}
#project-content .project-meta{align-items:flex-start;flex-wrap:wrap}
#project-content .status-tag{white-space:normal}
#project-content .project-grid:only-child,#project-content .project-grid:first-child{margin-top:0}
#project-content .project-title-button{overflow-wrap:anywhere;word-break:normal}
#project-content .project-title-button>span{flex:none}
#project-content .tags>span{white-space:normal;overflow-wrap:anywhere}
#project-dialog .dialog-heading{word-break:keep-all;overflow-wrap:anywhere}
#project-content .project-image{height:265px}
.project-media{min-width:0;background:var(--surface);overflow:hidden}
.featured-media{min-height:350px;display:flex;align-items:stretch}
.project-cover{display:block;width:100%;height:100%;min-height:0;object-fit:contain;background:var(--surface)}
.featured-media>.project-cover{max-height:620px;align-self:center}
.project-concept{width:100%;height:100%;min-height:230px;display:flex;flex-direction:column;justify-content:space-between;gap:10px;padding:22px 25px;color:var(--ink);background:var(--surface)}
.featured-media>.project-concept{min-height:350px;padding:27px}
.concept-top,.concept-bottom{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:8px;letter-spacing:.065em;line-height:1.6}
.concept-top{flex-wrap:wrap}
.concept-bottom{padding-top:12px;border-top:1px solid var(--line)}
.concept-art{min-height:0;flex:1;display:flex;align-items:center;justify-content:center;padding:10px 0}
.concept-art>svg{width:100%;height:100%;max-height:290px;color:var(--accent)}
.concept-window{width:78%;max-width:360px;border:1px solid var(--line);border-radius:5px;background:var(--paper);overflow:hidden;transform:rotate(-3deg)}
.concept-window-bar{display:flex;justify-content:space-between;padding:9px 12px;border-bottom:1px solid var(--line);font-size:7px;color:var(--muted)}
.concept-window>svg{width:100%;height:96px;color:var(--accent);padding:5px 12px}
.concept-controls{display:flex;gap:5px;padding:7px 12px 11px;font-size:7px;color:var(--muted)}
.concept-controls>span{border:1px solid var(--line);padding:3px 6px;border-radius:2px}
.concept-controls>span:last-child{margin-left:auto;color:var(--accent)}
.concept-agent-flow{display:flex;align-items:center;justify-content:center;gap:10px;width:100%}
.concept-agent-step{border:1px solid var(--line);padding:16px 10px;display:flex;flex-direction:column;align-items:center;gap:10px;min-width:75px;background:var(--paper);border-radius:3px}
.concept-agent-step>strong{font-size:10px;color:var(--accent)}
.concept-agent-step>span{font-size:9px;color:var(--muted)}
.concept-flow-arrow{font-size:16px;color:var(--muted)}
.concept-chat{width:82%;max-width:330px;display:flex;flex-direction:column;gap:16px}
.concept-chat-question,.concept-chat-answer{display:flex;gap:16px;align-items:center;padding:17px 20px;border:1px solid var(--line);background:var(--paper);border-radius:4px;font-size:11px;color:var(--muted)}
.concept-chat-question{margin-left:34px}
.concept-chat-answer{margin-right:25px}
.concept-chat .mono{color:var(--accent);font-size:11px}
.concept-generic-art{display:flex;flex-direction:column;gap:16px;align-items:center;padding:25px;text-align:center}
.concept-generic-art>span:first-child{font-size:clamp(24px,3vw,38px);letter-spacing:-.045em}
.concept-generic-art>.mono{font-size:9px;color:var(--muted);line-height:1.8}
.project-empty,.project-loading,.project-error{padding:45px 0;border-block:1px solid var(--line);color:var(--muted);font-size:15px;line-height:1.8}
.project-error .project-retry{margin-top:20px;border:1px solid var(--line);color:var(--ink)}
.project-error .project-retry:hover{background:var(--hover)}
[data-project]:disabled{cursor:default;opacity:.48}
[data-project]:disabled:hover{text-decoration:none}
@media(min-width:801px){
  #project-content .project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 28px}
  #project-content .project-grid[data-count="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}
  #project-content .project-grid[data-count="1"]{grid-template-columns:minmax(0,1fr);max-width:650px}
  .project-grid:not([data-count="1"]):not([data-count="3"])>.project-card:last-child:nth-child(odd){grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto auto auto 1fr;column-gap:28px;align-items:start}
  .project-grid:not([data-count="1"]):not([data-count="3"])>.project-card:last-child:nth-child(odd)>.project-image{grid-column:1;grid-row:1/5}
  .project-grid:not([data-count="1"]):not([data-count="3"])>.project-card:last-child:nth-child(odd)>:not(.project-image){grid-column:2}
  .project-grid:not([data-count="1"]):not([data-count="3"])>.project-card:last-child:nth-child(odd)>.project-card-meta{margin-top:20px}
}

@media(max-width:800px){.featured-media{min-height:320px}.featured-media>.project-concept{min-height:320px}.featured-media>.project-cover{max-height:500px}#project-content .project-grid{grid-template-columns:1fr}.concept-agent-step{min-width:90px;padding:20px 15px}.concept-agent-flow{gap:16px}.concept-agent-step>strong{font-size:11px}.concept-agent-step>span{font-size:10px}}
@media(max-width:580px){.project-concept,.featured-media>.project-concept{padding:20px}.featured-media,.featured-media>.project-concept{min-height:280px}.concept-top,.concept-bottom{font-size:7px}.concept-agent-flow{gap:7px}.concept-agent-step{min-width:0;flex:1;padding:16px 6px}.concept-agent-step>strong{font-size:9px}.concept-agent-step>span{font-size:8px}.concept-flow-arrow{font-size:13px}.concept-window{width:87%}.concept-chat{width:96%}.concept-chat-question,.concept-chat-answer{font-size:10px;padding:16px}.project-empty,.project-loading,.project-error{font-size:14px}}
@media print{.project-concept{print-color-adjust:exact}.project-media{break-inside:avoid}.project-error .project-retry{display:none}}

/* Brain CT and synthesized MRI are illustrations, not patient or result images. */
.concept-diffusion .concept-art { padding: 10px 0 4px; }
.brain-study { display: flex; flex-direction: column; width: 100%; max-width: 630px; gap: 20px; }
.brain-comparison { display: grid; grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr); gap: 10px; align-items: center; }
.brain-panel { min-width: 0; }
.brain-panel-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 6px; margin-bottom: 12px; }
.brain-panel-caption > span:first-child { color: var(--ink); font-size: 10px; letter-spacing: .05em; }
.brain-panel-caption > span:last-child { color: var(--muted); font-size: 7px; letter-spacing: .07em; }
.brain-scan { display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 9px 5px; border: 1px solid #323741; border-radius: 3px; background: #0b0d12; }
.brain-panel-mri .brain-scan { border-color: #505e77; }
.brain-slice { display: block; width: 100%; max-height: 266px; height: auto; }
.brain-bridge { color: var(--accent); font-size: 24px; text-align: center; padding-top: 23px; }
.brain-process { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); padding-top: 15px; font-size: 8px; letter-spacing: .02em; color: var(--muted); }
.brain-process > strong { font-weight: 500; font-size: 11px; letter-spacing: .035em; color: var(--accent); }
.project-image .concept-diffusion { padding: 16px 20px; }
.project-image .brain-study { gap: 10px; }
.project-image .brain-panel-caption { margin-bottom: 7px; }
.project-image .brain-scan { height: 133px; padding: 3px; }
.project-image .brain-slice { width: auto; max-width: 100%; height: 100%; }
.project-image .brain-process { padding-top: 8px; font-size: 7px; }
.project-image .brain-process > strong { font-size: 9px; }
@media (max-width: 580px) {
  .concept-diffusion .concept-art { padding-block: 4px; }
  .brain-study { gap: 14px; }
  .brain-comparison { grid-template-columns: minmax(0, 1fr) 16px minmax(0, 1fr); gap: 7px; }
  .brain-panel-caption { flex-direction: column; gap: 4px; margin-bottom: 9px; }
  .brain-panel-caption > span:first-child { font-size: 10px; }
  .brain-panel-caption > span:last-child { font-size: 7px; }
  .brain-scan { padding: 5px 1px; }
  .brain-bridge { font-size: 18px; padding-top: 31px; }
  .brain-process { font-size: 7px; gap: 8px; padding-top: 12px; }
  .brain-process > strong { font-size: 10px; }
  .project-image .brain-panel-caption { flex-direction: row; }
  .project-image .brain-scan { height: 114px; }
  .concept-diffusion .concept-bottom { font-size: 7px; letter-spacing: 0; }
}

/* Multi-agent operations: observed state, four roles, approved node execution. */
.concept-agents .concept-art{padding:5px 0}
.ops-system{width:100%;max-width:400px}
.ops-monitor{display:grid;grid-template-columns:minmax(0,1.15fr) 24px minmax(0,1fr);align-items:center;padding:9px 11px;border:1px solid var(--line);border-radius:4px;background:var(--paper)}
.ops-source{display:flex;gap:9px;align-items:center;min-width:0}
.ops-rack{display:flex;flex-direction:column;gap:4px;width:24px;flex-shrink:0}
.ops-rack>i{display:block;position:relative;height:6px;border:1px solid var(--muted);border-radius:1px}
.ops-rack>i::after{content:'';position:absolute;right:3px;top:1px;width:2px;height:2px;background:var(--accent)}
.ops-source-text,.ops-state{display:flex;flex-direction:column;gap:4px;min-width:0}
.ops-source-text>strong,.ops-state>strong{font-size:11px;font-weight:500;line-height:1.2;white-space:nowrap}
.ops-source-text>span,.ops-state>span{font-size:8px;color:var(--muted);line-height:1.3;white-space:nowrap}
.ops-transfer{color:var(--accent);text-align:center;font-size:17px}
.ops-connection{display:flex;justify-content:center;height:19px;align-items:center;color:var(--muted);font-size:15px;line-height:1}
.ops-agents{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
.ops-agent{display:flex;align-items:center;gap:9px;min-height:28px;padding:6px 10px;border:1px solid var(--line);border-radius:3px;background:var(--paper)}
.ops-agent>span{font-size:8px;color:var(--muted)}
.ops-agent>strong{font-size:10px;font-weight:500;line-height:1.3;white-space:nowrap}
.ops-policy{border-color:var(--accent)}
.ops-policy>span,.ops-policy>strong{color:var(--accent)}
.ops-execution{display:flex;align-items:center;justify-content:center;gap:10px;padding-top:11px;font-size:7px;letter-spacing:.025em;line-height:1.3;color:var(--muted)}
.ops-execution>strong{font-size:7px;font-weight:500;color:var(--ink)}
.ops-execution-arrow{color:var(--accent);font-size:13px;line-height:1}
@media(max-width:580px){
  .ops-monitor{padding:8px;grid-template-columns:minmax(0,1.16fr) 17px minmax(0,1fr)}
  .ops-source{gap:6px}
  .ops-rack{width:18px;gap:3px}
  .ops-source-text>strong,.ops-state>strong{font-size:10px}
  .ops-source-text>span,.ops-state>span{font-size:7px;letter-spacing:0}
  .ops-agent{gap:7px;padding:6px 8px}
  .ops-agent>strong{font-size:9px}
  .ops-agent>span{font-size:7px}
}

/* MedIT: symptom input, conversation, and the saved health record. */
.project-image .concept-medit { padding-block: 18px; gap: 8px; }
.concept-medit .concept-art { padding: 3px 0; }
.concept-medit .concept-bottom { padding-top: 8px; line-height: 1.2; }
.medit-app { width: 100%; max-width: 350px; height: 166px; display: grid; grid-template-columns: minmax(88px, .78fr) minmax(0, 1.4fr); gap: 12px; }
.medit-body, .medit-chat, .medit-record { min-width: 0; border: 1px solid var(--line); background: var(--paper); border-radius: 6px; }
.medit-step { display: block; color: var(--muted); font-size: 7px; line-height: 1.2; letter-spacing: .045em; white-space: nowrap; }
.medit-body { display: flex; flex-direction: column; align-items: center; padding: 10px; }
.medit-body > .medit-step { align-self: flex-start; }
.medit-body > svg { display: block; flex: 1; min-height: 0; width: 100%; max-width: 93px; padding: 4px 0; color: var(--muted); }
.medit-choice { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 4px; border-top: 1px solid var(--line); padding-top: 7px; line-height: 1.2; }
.medit-choice > span:first-child { font-size: 9px; color: var(--ink); }
.medit-choice > span:last-child { font-size: 6px; color: var(--accent); }
.medit-conversation { min-width: 0; display: grid; grid-template-rows: minmax(0, 1fr) 54px; gap: 8px; }
.medit-chat { padding: 10px; display: flex; flex-direction: column; gap: 8px; }
.medit-bubble { font-size: 8px; line-height: 1.25; border-radius: 4px; }
.medit-bubble-user { align-self: flex-end; color: var(--ink); background: var(--surface); border: 1px solid var(--line); padding: 6px 8px; }
.medit-bubble-ai { display: flex; flex-direction: column; gap: 5px; color: var(--ink); border-left: 2px solid var(--accent); padding: 0 0 0 8px; }
.medit-summary-lines { display: flex; flex-direction: column; gap: 3px; }
.medit-summary-lines > i { display: block; width: 85%; height: 2px; background: var(--line); }
.medit-summary-lines > i:last-child { width: 57%; }
.medit-record { padding: 8px 10px; display: flex; flex-direction: column; justify-content: space-between; gap: 5px; }
.medit-calendar { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 3px; color: var(--muted); font-size: 7px; line-height: 16px; text-align: center; }
.medit-calendar > span { border-radius: 3px; }
.medit-calendar > .medit-day-saved { background: var(--accent); color: var(--paper); }
@media (max-width: 580px) {
  .medit-app { max-width: 350px; gap: 8px; }
  .medit-body, .medit-chat { padding: 9px; }
  .medit-record { padding-inline: 9px; }
  .medit-step { font-size: 6.5px; letter-spacing: .02em; }
  .medit-bubble { font-size: 7px; }
  .medit-bubble-user { padding: 6px; }
  .concept-medit .concept-bottom { font-size: 6px; }
}

/* Dorandoran: pronunciation practice and voice conversation. */
.project-image .concept-doran{padding-block:18px;gap:8px}
.concept-doran .concept-art{padding:3px 0}
.concept-doran .concept-bottom{padding-top:8px;line-height:1.2}
.doran-app{display:grid;grid-template-columns:1.08fr 1fr;gap:12px;width:100%;max-width:380px;height:166px}
.doran-practice,.doran-chat{display:flex;flex-direction:column;min-width:0;padding:13px;border:1px solid var(--line);border-radius:6px;background:var(--paper)}
.doran-caption{color:var(--muted);font-size:7px;letter-spacing:.035em;white-space:nowrap}
.doran-phrase{display:flex;flex:1;flex-direction:column;justify-content:center;align-items:center;gap:10px}
.doran-phrase strong{font-size:25px;font-weight:450;letter-spacing:.04em}
.doran-phrase span{font-size:9px;color:var(--muted)}
.doran-audio{display:flex;align-items:center;gap:9px;padding-top:10px;border-top:1px solid var(--line);color:var(--accent)}
.doran-audio>svg{flex:none;width:19px;height:19px}
.doran-wave{display:flex;align-items:center;justify-content:space-between;gap:3px;width:100%;height:35px}
.doran-wave>i{display:block;width:2px;max-height:100%;border-radius:2px;background:currentColor;opacity:.75}
.doran-voice{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:var(--accent)}
.doran-voice>svg{width:22px;height:27px}
.doran-voice>span{font-size:9px;color:var(--ink);white-space:nowrap}
.doran-history{border-top:1px solid var(--line);padding-top:9px}
.doran-history>span{font-size:6.5px;letter-spacing:.035em;color:var(--muted)}
.doran-history-lines{display:flex;flex-direction:column;gap:4px;margin-top:7px}
.doran-history-lines>i{height:2px;width:100%;background:var(--line)}
.doran-history-lines>i:last-child{width:65%}
@media(max-width:580px){
  .doran-app{gap:8px}
  .doran-practice,.doran-chat{padding:10px}
  .doran-caption{font-size:6px;letter-spacing:0}
  .doran-phrase strong{font-size:22px}
  .doran-audio{gap:5px}
  .doran-wave{gap:2px}
  .doran-voice>span{font-size:8px}
  .doran-history>span{font-size:6px;letter-spacing:0}
  .concept-doran .concept-bottom{font-size:6px}
}

/* Software registrations and patents remain concise, non-interactive lists. */
#registrations{scroll-margin-top:24px;min-width:0}
#registrations .archive-header{align-items:flex-end;gap:20px;margin-bottom:24px}
#registrations .archive-header h3{max-width:620px;min-width:0;font-size:clamp(25px,3vw,36px);line-height:1.2;letter-spacing:-.045em;word-break:normal;overflow-wrap:anywhere}
#registrations .registrations-count{flex-shrink:0;padding-bottom:4px;color:var(--muted);font-size:10px;letter-spacing:.07em;white-space:nowrap}
#registrations .registration-list{margin:0;padding:0;list-style:none}
#registrations .registration-row{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:start;gap:22px;padding:22px 0;border-top:1px solid var(--line);min-width:0}
#registrations .registration-row:last-child{border-bottom:1px solid var(--line)}
#registrations .registration-date{padding-top:4px;font-size:11px;line-height:1.5;letter-spacing:.025em;color:var(--muted);overflow-wrap:anywhere}
#registrations .registration-title{min-width:0;font-size:17px;line-height:1.55;word-break:keep-all;overflow-wrap:anywhere}
#registrations .registration-title>small{display:block;margin:4px 0 0;font-size:11px;line-height:1.6;letter-spacing:0;color:var(--muted)}
#registrations .registration-group-title{margin:0 0 13px;font-size:14px;font-weight:500;line-height:1.4;letter-spacing:-.01em;color:var(--muted)}
#registrations .registration-patents{margin-top:30px}
#registrations .archive-header+.registration-patents{margin-top:0}
#registrations .registration-patent-meta{display:flex;flex-wrap:wrap;gap:4px 12px;margin-top:6px;font-size:11px;line-height:1.6;letter-spacing:0;color:var(--muted)}
#registrations .registration-patent-status{color:var(--ink)}
#registrations .registration-patent-meta>small{font-size:inherit}
@media(max-width:800px){
  #registrations .registration-row{grid-template-columns:62px minmax(0,1fr);gap:16px}
  #registrations .registration-title{font-size:16px}
}
@media(max-width:580px){
  #registrations .archive-header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:21px}
  #registrations .archive-header h3{font-size:27px;max-width:340px;line-height:1.15}
  #registrations .registrations-count{font-size:9px;padding:0}
  #registrations .registration-row{grid-template-columns:42px minmax(0,1fr);gap:14px;padding:20px 0}
  #registrations .registration-date{font-size:10px}
  #registrations .registration-title{font-size:15px;line-height:1.65}
  #registrations .registration-title>small{font-size:10px;margin-top:5px}
  #registrations .registration-group-title{font-size:12px;margin-bottom:11px}
  #registrations .registration-patents{margin-top:25px}
  #registrations .registration-patent-meta{font-size:10px;gap:4px 9px}
}

/* RAG: source documents, multimodal context, retrieval, and the grounded answer. */
.concept-rag .concept-art{padding:4px 0}
.rag-pipeline{display:grid;grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr);align-items:center;width:100%;max-width:390px}
.rag-stage{position:relative;display:flex;flex-direction:column;justify-content:center;gap:5px;min-width:0;min-height:62px;padding:11px 12px 10px 33px;border:1px solid var(--line);border-radius:4px;background:var(--paper)}
.rag-stage-number{position:absolute;top:13px;left:11px;font-size:7px;color:var(--muted);letter-spacing:0}
.rag-stage>strong{font-size:11px;font-weight:500;line-height:1.2;white-space:nowrap}
.rag-stage-detail{font-size:8px;line-height:1.3;color:var(--muted);white-space:nowrap}
.rag-direction{text-align:center;color:var(--muted);font-size:17px}
.rag-connector{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr);height:21px;align-items:center;color:var(--muted);font-size:15px;line-height:1;text-align:center}
.rag-connector>span{grid-column:3}
.rag-answer{border-color:var(--accent)}
.rag-answer>strong{color:var(--accent)}
@media(max-width:580px){
  .rag-pipeline,.rag-connector{grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr)}
  .rag-stage{padding:10px 8px 9px;min-height:65px;gap:5px}
  .rag-stage-number{position:static;font-size:7px;line-height:1}
  .rag-stage>strong{font-size:10px}
  .rag-stage-detail{font-size:7px;letter-spacing:0}
  .rag-direction{font-size:15px}
  .concept-rag .concept-bottom{font-size:6px;letter-spacing:.02em}
}

/* CMB: the same small regions in an MRI slice and its segmentation mask. */
.project-image .concept-cmb{padding:18px 22px;gap:8px}
.concept-cmb .concept-art{padding:3px 0}
.concept-cmb .concept-bottom{padding-top:9px;line-height:1.3}
.cmb-comparison{display:grid;grid-template-columns:minmax(0,1fr) 20px minmax(0,1fr);align-items:center;gap:10px;width:100%;max-width:360px}
.cmb-panel{min-width:0}
.cmb-caption{margin-bottom:7px;color:var(--muted);font-size:8px;letter-spacing:.05em;line-height:1.4}
.cmb-panel-mask .cmb-caption{color:var(--accent)}
.cmb-scan{height:155px;display:flex;align-items:center;justify-content:center;padding:4px;border:1px solid #323741;border-radius:4px;background:#0b0d12}
.cmb-panel-mask .cmb-scan{border-color:#505e77}
.cmb-slice{display:block;width:100%;height:100%;max-width:145px;max-height:100%}
.cmb-arrow{color:var(--accent);font-size:20px;text-align:center;padding-top:17px}
.cmb-legend{display:inline-flex;align-items:center;gap:6px;letter-spacing:0;white-space:nowrap}
.cmb-legend>i{display:block;width:6px;height:6px;flex:none;border-radius:1px;background:#98a9ff;border:1px solid #c1ccff}
.featured-media .cmb-comparison{max-width:580px}
.featured-media .cmb-scan{height:240px}
.featured-media .cmb-slice{max-width:220px}
@media(max-width:580px){
  .project-image .concept-cmb{padding-inline:18px}
  .cmb-comparison{gap:7px;grid-template-columns:minmax(0,1fr) 16px minmax(0,1fr)}
  .cmb-caption{font-size:7px}
  .cmb-arrow{font-size:17px}
  .concept-cmb .concept-bottom{font-size:6px;letter-spacing:0;gap:8px}
  .cmb-legend{gap:4px}
}

/* Lead with the main work; supporting projects retain their visuals on expansion. */
.project-card-copy{min-width:0}
.project-card-copy>p{margin-top:10px;font-size:15px;line-height:1.85;color:var(--muted);overflow-wrap:anywhere}
.project-card-copy>.tags{margin-top:17px;gap:6px}
.project-evidence{display:flex;flex-direction:column;gap:8px;width:100%;margin:20px 0 0;padding:16px 0 0;border-top:1px solid var(--line)}
.project-evidence>dt{margin:0;color:var(--accent);font-size:10px;line-height:1.4;letter-spacing:.04em}
.project-evidence>dd{margin:0;font-size:14px;line-height:1.8;color:var(--ink);overflow-wrap:anywhere}
.featured-copy>.project-evidence>dd{font-size:15px}
.featured-copy>.project-evidence{margin-top:22px;padding-top:18px}
.project-card-copy>.project-evidence>dd{font-size:13px}
.project-related{width:100%;min-width:0;margin-top:22px;border-block:1px solid var(--line)}
.project-related>summary,.supporting-project>summary{display:grid;align-items:center;list-style:none;cursor:pointer;min-width:0}
.project-related>summary::-webkit-details-marker,.supporting-project>summary::-webkit-details-marker{display:none}
.project-related>summary:focus-visible,.supporting-project>summary:focus-visible{outline:2px solid var(--accent);outline-offset:5px}
.project-related>summary{grid-template-columns:minmax(0,1fr) 20px;gap:12px;padding:15px 0}
.related-summary-label{display:flex;flex-direction:column;gap:7px;min-width:0}
.related-summary-label>.mono{font-size:9px;line-height:1.3;color:var(--muted)}
.related-summary-label>strong{font-size:13px;font-weight:450;line-height:1.5;overflow-wrap:anywhere}
.details-indicator{font-size:24px;font-weight:400;line-height:1;color:var(--muted);justify-self:end;transition:transform .2s}
details[open]>summary>.details-indicator{transform:rotate(45deg);color:var(--accent)}
.project-related-body{padding-bottom:5px}
.related-project{padding:17px 0 21px;border-top:1px solid var(--line);min-width:0}
.related-project-kind{color:var(--muted);font-size:9px;line-height:1.4}
.related-project>h4{margin-top:8px}
.related-project-link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0;min-height:38px;width:100%;text-align:left;font-size:16px;font-weight:450;line-height:1.4;overflow-wrap:anywhere}
.related-project-link>span{flex-shrink:0;color:var(--muted)}
.related-project>.project-image{margin-top:12px;height:240px}
.related-project .project-concept{padding:17px}
.related-project>p{margin-top:12px;color:var(--muted);font-size:12px;line-height:1.8;overflow-wrap:anywhere}
.supporting-work{margin-top:62px;min-width:0}
.supporting-header{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:21px}
.supporting-header>h3{font-size:25px;font-weight:500;letter-spacing:-.035em}
.supporting-header>.mono{font-size:10px;color:var(--muted);white-space:nowrap}
.supporting-project{border-top:1px solid var(--line)}
.supporting-project:last-child{border-bottom:1px solid var(--line)}
.supporting-project>summary{grid-template-columns:minmax(0,1fr) max-content 24px;gap:24px;padding:24px 4px}
.supporting-summary-label{display:flex;flex-direction:column;gap:7px;min-width:0}
.supporting-summary-label>strong{font-size:18px;font-weight:450;letter-spacing:-.025em;line-height:1.45;overflow-wrap:anywhere}
.supporting-summary-label>small{font-size:9px;line-height:1.5;color:var(--muted);overflow-wrap:anywhere}
.supporting-status{font-size:11px;color:var(--muted);line-height:1.5}
.supporting-project>summary:hover .supporting-summary-label>strong{color:var(--accent)}
.supporting-body{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1fr);align-items:center;gap:36px;padding:0 4px 28px;min-width:0}
.supporting-copy{display:flex;flex-direction:column;align-items:flex-start;gap:17px;min-width:0}
.supporting-meta{font-size:11px;color:var(--muted);line-height:1.8;overflow-wrap:anywhere}
.supporting-copy>p{font-size:15px;line-height:1.85;color:var(--ink);overflow-wrap:anywhere}
.supporting-copy>.tags{margin:0}
.supporting-open{display:inline-flex;align-items:center;justify-content:space-between;gap:22px;min-height:42px;padding:0;font-size:12px;border-bottom:1px solid var(--line)}
.supporting-open>span{font-size:19px;color:var(--accent)}
@media(min-width:801px) and (max-width:1100px){
  #project-content .primary-project-grid[data-count="3"]{grid-template-columns:repeat(2,minmax(0,1fr))}
  .primary-project-grid[data-count="3"]>.project-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:start}
  .primary-project-grid[data-count="3"]>.project-card:last-child>.project-card-copy>.project-card-meta{margin-top:4px}
}
@media(max-width:800px){
  .project-card-copy>p{font-size:16px}
  .project-card-copy>.project-evidence>dd{font-size:14px}
  .supporting-body{gap:24px}
}
@media(max-width:580px){
  .project-card-copy>p{font-size:15px}
  .project-card-copy>.project-evidence>dd{font-size:13px;line-height:1.85}
  .featured-copy>.project-evidence>dd{font-size:14px}
  .project-evidence{margin-top:18px;padding-top:14px}
  .project-evidence>dt{font-size:9px}
  .project-related{margin-top:20px}
  .related-summary-label>strong{font-size:12px}
  .supporting-work{margin-top:46px}
  .supporting-header{gap:16px;margin-bottom:18px}
  .supporting-header>h3{font-size:24px}
  .supporting-header>.mono{font-size:9px}
  .supporting-project>summary{grid-template-columns:minmax(0,1fr) 22px;gap:10px 14px;padding:22px 0}
  .supporting-summary-label{grid-column:1;grid-row:1;gap:6px}
  .supporting-summary-label>strong{font-size:17px}
  .supporting-summary-label>small{font-size:8px;line-height:1.7}
  .supporting-status{grid-column:1;grid-row:2;font-size:10px}
  .supporting-project>summary>.details-indicator{grid-column:2;grid-row:1/3;align-self:center}
  .supporting-body{grid-template-columns:minmax(0,1fr);gap:22px;padding:0 0 25px}
  .supporting-copy{gap:15px}
  .supporting-copy>p{font-size:14px}
  .supporting-meta{font-size:11px}
}
@media(prefers-reduced-motion:reduce){.details-indicator{transition:none}}

/* Cohort records share project, participant, and date keys across three sources. */
.project-image .concept-cohort{padding-block:18px;gap:8px}
.concept-cohort .concept-art{padding:3px 0}
.concept-cohort .concept-bottom{padding-top:8px;line-height:1.3}
.cohort-platform{width:100%;max-width:400px}
.cohort-sources{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.cohort-source{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-width:0;padding:10px 6px;border:1px solid var(--line);border-radius:4px;background:var(--paper)}
.cohort-source>strong{font-size:10px;line-height:1.1;letter-spacing:.025em;font-weight:500}
.cohort-source>span{font-size:8px;line-height:1.2;color:var(--muted);white-space:nowrap}
.cohort-join{display:block;width:100%;height:18px;color:var(--muted)}
.cohort-key{display:grid;grid-template-columns:1fr 1.35fr .6fr;gap:8px;align-items:center;border:1px solid var(--accent);border-radius:3px;padding:9px 11px;font-size:8px;line-height:1.3;letter-spacing:0;color:var(--accent);background:var(--paper);text-align:center}
.cohort-key>span{white-space:nowrap}
.cohort-key>span+span{border-left:1px solid var(--line)}
.cohort-console{margin-top:10px;padding:10px 12px;border:1px solid var(--line);border-radius:4px;background:var(--paper)}
.cohort-console-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}
.cohort-console-header>strong{font-size:9px;font-weight:500;line-height:1.2}
.cohort-console-header>.mono{font-size:6.5px;line-height:1.2;color:var(--muted);letter-spacing:.025em;white-space:nowrap}
.cohort-tracks{display:flex;flex-direction:column;gap:4px}
.cohort-track{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:9px;min-height:6px}
.cohort-track>.mono{font-size:6px;line-height:1;color:var(--muted);letter-spacing:0}
.cohort-track-line{position:relative;display:block;height:1px;background:var(--line)}
.cohort-track-line::before,.cohort-track-line::after{position:absolute;top:-2px;content:'';width:1px;height:5px;background:var(--line)}
.cohort-track-line::before{left:20%}
.cohort-track-line::after{right:15%}
.cohort-track-line>i{position:absolute;top:-2px;left:55%;display:block;width:11px;height:5px;background:var(--accent);border-radius:1px}
@media(max-width:580px){
  .cohort-sources{gap:6px}
  .cohort-source{padding:9px 5px;gap:5px}
  .cohort-source>strong{font-size:9px}
  .cohort-source>span{font-size:7px}
  .cohort-key{font-size:7px;padding:8px;gap:5px}
  .cohort-console{padding:10px;margin-top:9px}
  .cohort-console-header{gap:8px;margin-bottom:10px}
  .cohort-console-header>strong{font-size:8px}
  .cohort-console-header>.mono{font-size:6px}
  .concept-cohort .concept-bottom{font-size:6px;letter-spacing:.015em}
}
