:root{color:#172026;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;overflow-x:hidden}button,textarea,input{font:inherit}.app-shell{color:#172026;background:#f5f7f8;grid-template-columns:248px minmax(0,1fr);max-width:100vw;min-height:100vh;display:grid}.sidebar{color:#eef5f3;background:#11191f;flex-direction:column;gap:26px;padding:22px 18px;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-mark{color:#fff;background:#2a7d74;border-radius:8px;place-items:center;width:38px;height:38px;display:grid}.brand strong,.brand span{display:block}.brand strong{font-size:16px;line-height:1.2}.brand span{color:#a9b8b5;margin-top:2px;font-size:13px}.nav-list{gap:6px;display:grid}.nav-item{color:#b7c5c2;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;display:flex}.nav-item:hover,.nav-item.is-active{color:#fff;background:#1d2a31}.privacy-box{background:#162329;border:1px solid #314047;border-radius:8px;margin-top:auto;padding:14px}.privacy-box svg{color:#86d2c8;margin-bottom:8px}.privacy-box strong{font-size:14px;display:block}.privacy-box p{color:#a9b8b5;margin:6px 0 0;font-size:13px;line-height:1.45}.workspace{min-width:0;max-width:100vw;padding:24px;overflow-x:hidden}.topbar{justify-content:space-between;align-items:flex-start;gap:24px;min-width:0;margin-bottom:20px;display:flex}.topbar>div{min-width:0}.topbar h1{color:#172026;margin:0;font-size:28px;line-height:1.1}.topbar p{color:#5b6870;overflow-wrap:anywhere;max-width:760px;margin:8px 0 0;font-size:14px}.status-strip{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.status-strip span{color:#37464f;white-space:nowrap;background:#fff;border:1px solid #d9e0e3;border-radius:8px;align-items:center;gap:7px;min-width:0;height:34px;padding:0 10px;font-size:13px;display:inline-flex}.board{grid-template-columns:minmax(250px,.78fr) minmax(420px,1.35fr) minmax(300px,.92fr);align-items:start;gap:14px;min-width:0;display:grid}.panel{background:#fff;border:1px solid #dfe5e7;border-radius:8px;min-width:0;box-shadow:0 16px 36px #121f270f}.panel-heading{border-bottom:1px solid #e7ecee;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:16px;display:flex}.panel-heading h2{color:#172026;margin:0;font-size:16px}.panel-heading span{color:#6b7880;font-size:13px}.thread-list,.slot-list{gap:8px;padding:10px;display:grid}.thread-card,.slot-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e0e7ea;border-radius:8px;align-items:flex-start;gap:10px;width:100%;padding:12px;display:flex}.thread-card:hover,.slot-card:hover,.thread-card.is-selected,.slot-card.is-selected{border-color:#2a7d74;box-shadow:0 0 0 3px #2a7d741f}.risk-dot{border-radius:999px;flex:none;width:9px;height:9px;margin-top:5px}.risk-low{background:#2d9a71}.risk-medium{background:#d19a25}.risk-high{background:#c94d45}.thread-main{flex:1;gap:4px;min-width:0;display:grid}.thread-main strong,.slot-card strong{color:#172026;font-size:14px}.thread-main small,.slot-card small,.slot-card em,.thread-main em{color:#6b7880;font-size:12px;font-style:normal;line-height:1.35}.status-badge,.risk-pill{white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:11px;line-height:1}.status-new{color:#52636c;background:#edf2f4}.status-triaged{color:#8a5f13;background:#fff5df}.status-slot-held{color:#1d6c63;background:#e7f5f2}.status-ready,.risk-pill.risk-low{color:#287244;background:#e8f3ea}.risk-pill.risk-medium{color:#8a5f13;background:#fff5df}.risk-pill.risk-high{color:#a13931;background:#fbe9e7}.conversation-panel{overflow:hidden}.messages{background:#f9fbfb;gap:10px;padding:16px;display:grid}.message-bubble{color:#27343b;background:#fff;border:1px solid #dfe7e9;border-radius:8px;width:fit-content;max-width:84%;margin:0;padding:10px 12px;font-size:14px;line-height:1.45}.notes-row{flex-wrap:wrap;gap:8px;padding:14px 16px 0;display:flex}.notes-row span{color:#2c665f;background:#eef5f4;border-radius:8px;align-items:center;gap:6px;padding:7px 9px;font-size:12px;display:inline-flex}.draft-editor{gap:8px;padding:16px;display:grid}.draft-editor span{color:#33434b;align-items:center;gap:6px;font-size:13px;font-weight:700;display:inline-flex}.draft-editor textarea{resize:vertical;box-sizing:border-box;color:#172026;background:#fff;border:1px solid #d4dde1;border-radius:8px;width:100%;min-height:230px;padding:12px;font:14px/1.5 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.draft-editor textarea:focus{border-color:#2a7d74;outline:2px solid #2a7d7440}.action-row{flex-wrap:wrap;justify-content:flex-end;gap:8px;padding:0 16px 16px;display:flex}.primary-action,.secondary-action{min-height:38px;font:inherit;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 13px;font-size:13px;font-weight:700;display:inline-flex}.primary-action{color:#fff;background:#2a7d74}.primary-action:hover{background:#216a62}.primary-action:disabled{cursor:not-allowed;color:#88969d;background:#e0e7ea}.secondary-action{color:#34454d;background:#edf2f4}.secondary-action:hover{background:#e1e9ec}.full-width{width:calc(100% - 20px);margin:0 10px 12px}.slot-card{justify-content:space-between}.slot-card span{gap:4px;display:grid}.slot-card b{color:#586970;white-space:nowrap;font-size:11px;font-weight:700}.state-held{background:#f2faf8}.state-blocked{color:#7b868c;background:#f1f3f4}.checklist{border-top:1px solid #e7ecee;gap:10px;padding:16px;display:grid}.checklist h3{margin:0 0 2px;font-size:14px}.checklist label{color:#40515a;align-items:center;gap:8px;font-size:13px;display:flex}.checklist input{accent-color:#2a7d74}@media (width<=1160px){.app-shell{grid-template-columns:1fr}.sidebar{flex-direction:row;align-items:center;gap:18px;padding:14px 16px;position:static}.nav-list{flex-wrap:wrap;display:flex}.privacy-box{display:none}.board{grid-template-columns:1fr}.draft-editor textarea{min-height:190px}}@media (width<=720px){.workspace{padding:14px}.topbar{grid-template-columns:minmax(0,1fr);display:grid}.topbar h1{overflow-wrap:anywhere;font-size:24px;line-height:1.15}.status-strip{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;width:100%;display:grid}.status-strip span{width:100%}.sidebar{display:grid}.nav-item{flex:calc(50% - 8px)}.action-row{justify-content:stretch}.primary-action,.secondary-action{flex:100%}}
