:root{--primary:var(--green);--surface:var(--paper);--bg:var(--panel)}
.project-page{max-width:1360px;margin:auto;padding:48px 40px 80px}.project-page h1{font-family:var(--font-serif,serif);font-size:clamp(28px,3.1vw,42px);font-weight:500;letter-spacing:-1px}.project-page>.section-header p{color:var(--muted);line-height:1.8}.project-tabs{display:flex;gap:8px;border-bottom:1px solid var(--line);padding:0 0 12px;margin:0 0 28px;overflow:auto}.project-tabs button{white-space:nowrap;background:transparent;border:0;padding:10px 15px;color:var(--muted);border-radius:6px}.project-tabs button.active{background:var(--primary);color:var(--on-primary,#fff)}.desk .project-tabs{margin:0;padding:10px 26px;border-bottom:1px solid var(--line);flex-shrink:0}.conductor{display:flex;align-items:center;gap:22px;border-top:2px solid var(--primary);border-bottom:1px solid var(--line);padding:28px 0;margin-bottom:28px}.conductor-mark{display:grid;place-items:center;width:62px;height:62px;flex-shrink:0;border:1px solid var(--primary);border-radius:50%;font-family:serif;font-size:28px;color:var(--primary)}.conductor h2{margin:5px 0;font-family:serif;font-size:27px}.conductor p{color:var(--muted);line-height:1.7;font-size:13px}.conductor>.toolbar-wrap{margin-left:auto}.workflow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.workflow-card{border:1px solid var(--line);border-radius:10px;padding:23px;background:var(--surface)}.workflow-card-top{display:flex;justify-content:space-between;align-items:center}.phase-number{font-family:serif;font-size:37px;color:var(--primary);opacity:.65}.workflow-card h2{font-family:serif;font-size:25px;margin:18px 0 8px}.workflow-card h3{font-weight:500;font-size:14px}.workflow-card p{font-size:13px;line-height:1.9;color:var(--muted)}.workflow-card .phase-agents{font-size:11px;letter-spacing:.25px;padding-bottom:12px;border-bottom:1px dashed var(--line)}.workflow-card .button{font-size:12px}.workflow-card.phase-off{opacity:.65}.workflow-footnote{margin:28px 0;background:var(--surface);padding:20px;font-size:13px;line-height:1.9;border-left:3px solid var(--primary)}.workflow-switches{display:flex;gap:20px;flex-wrap:wrap;padding:18px 0}.workflow-switches label{display:flex;align-items:center;gap:8px}.agent-customization{padding:18px 0;border-bottom:1px solid var(--line)}.agent-customization summary{cursor:pointer;font-weight:600}.agent-customization summary small{font-weight:400;color:var(--muted);margin-left:10px}.memory-summary{display:flex;gap:38px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line);margin-bottom:22px}.memory-summary>div:not(.toolbar-wrap){display:flex;flex-direction:column;gap:7px}.memory-summary strong{font-family:serif;font-size:36px;color:var(--primary)}.memory-summary span{font-size:12px;color:var(--muted)}.memory-summary .toolbar-wrap{margin-left:auto}.asset-filters{display:flex;align-items:end;gap:14px;flex-wrap:wrap;margin:22px 0}.asset-filters label{display:grid;gap:7px;font-size:12px;color:var(--muted)}.asset-search{flex:1;min-width:180px}.memory-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.memory-entry{border:1px solid var(--line);border-radius:9px;background:var(--surface);padding:22px;min-width:0}.memory-entry header{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:var(--muted);align-items:center}.memory-content{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.9;max-height:240px;overflow:auto}.memory-provenance{border-top:1px dashed var(--line);padding-top:12px;margin-bottom:16px;font-size:11px;color:var(--muted);line-height:1.8;overflow-wrap:anywhere}.memory-stale{border-style:dashed}.memory-stale .memory-content{opacity:.65}.asset-editor{min-height:300px;max-height:60vh;font-size:14px;line-height:1.8;resize:vertical}.asset-version{padding:17px 0;border-top:1px solid var(--line)}.asset-version summary{cursor:pointer;font-size:13px}.asset-version pre,.asset-trace pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.8;max-height:350px;overflow:auto}.asset-trace{padding:18px;background:var(--bg);font-size:12px;color:var(--muted);line-height:1.9;overflow-wrap:anywhere}.asset-trace>span+span{float:right}.deliverable-row{display:flex;gap:22px;padding:26px 0;border-top:1px solid var(--line);min-width:0}.deliverable-phase{min-width:65px;font-size:12px;color:var(--primary);padding-top:7px}.deliverable-main{flex:1;min-width:0}.deliverable-main h2{font-family:serif;font-size:22px;font-weight:500;margin:6px 0 12px}.deliverable-main p,.deliverable-main small{font-size:12px;color:var(--muted);line-height:1.7;overflow-wrap:anywhere}.deliverable-excerpt{white-space:pre-wrap}.deliverable-actions{display:flex;flex-direction:column;align-items:stretch;gap:10px;min-width:125px}.deliverable-actions .tag{text-align:center}.project-entry{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.project-entry button{font-size:12px}.full-auto-callout{margin-top:18px;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.full-auto-callout strong{font-family:serif;font-size:19px}.full-auto-callout p{font-size:12px;color:var(--muted);line-height:1.8}.asset-empty{padding:40px;text-align:center;color:var(--muted)}
@media(max-width:1000px){.workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.conductor{flex-wrap:wrap}.conductor>.toolbar-wrap{margin-left:84px}.memory-summary{flex-wrap:wrap;gap:24px}.memory-summary .toolbar-wrap{margin-left:0;width:100%}}
@media(max-width:600px){.project-page{padding:28px 18px 60px}.project-page .section-header{align-items:flex-start;gap:16px}.project-page .section-header>.button{font-size:11px;padding:8px;flex-shrink:0}.workflow-grid,.memory-list{grid-template-columns:minmax(0,1fr)}.project-tabs{gap:3px;margin-bottom:20px}.project-tabs button{padding:9px;font-size:12px}.desk .project-tabs{padding:8px 10px}.conductor{gap:13px}.conductor-mark{width:46px;height:46px;font-size:23px}.conductor>div:not(.toolbar-wrap){flex:1}.conductor>.toolbar-wrap{margin-left:0;width:100%}.memory-summary{gap:20px}.memory-summary strong{font-size:29px}.memory-summary .button,.asset-filters>.button{font-size:11px}.asset-filters label{min-width:0}.asset-search{flex-basis:50%}.deliverable-row{gap:12px;flex-wrap:wrap}.deliverable-phase{min-width:0;width:100%;padding:0}.deliverable-actions{width:100%;flex-direction:row;align-items:center}.deliverable-actions .button{font-size:12px}.asset-trace>span+span{float:none;display:block}.workflow-switches{font-size:13px}.project-entry button{font-size:11px}.asset-editor{min-height:260px}}
