:root{--bg:#f3f6f9;--surface:#fff;--text:#101b2b;--muted:#5f6c7b;--line:#d4dee8;--primary:#03624c;--danger:#a92a22}*{box-sizing:border-box}body{color:var(--text);background:radial-gradient(circle at 10% 0,#e9f3ff,#f8fbfd 45%,#f3f6f9);margin:0;font-family:Avenir Next,Helvetica Neue,sans-serif}.shell{max-width:980px;margin:0 auto;padding:18px}.topbar{justify-content:space-between;align-items:center;gap:12px;display:flex}h1{margin:0}h2{margin:0 0 10px;font-size:18px}.brand{align-items:center;gap:12px;display:flex}.brand-link{color:var(--text);align-items:center;gap:8px;text-decoration:none;display:inline-flex}.brand-logo{object-fit:contain;border-radius:8px;width:34px;height:34px}.brand-name{font-size:14px;font-weight:700}.project-controls{align-items:center;gap:8px;display:flex}.landing-link{border:1px solid var(--line);color:var(--text);background:#eef4f8;border-radius:8px;align-items:center;padding:9px 12px;font-size:14px;text-decoration:none;display:inline-flex}.panel{border:1px solid var(--line);background:var(--surface);border-radius:12px;margin-top:14px;padding:14px}.grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-bottom:10px;display:grid}label{gap:6px;font-size:14px;display:grid}input,select,button,textarea{border:1px solid var(--line);box-sizing:border-box;border-radius:8px;width:100%;height:40px;padding:9px;font-size:14px;line-height:normal}textarea{height:auto;min-height:80px}button{background:var(--primary);color:#fff;cursor:pointer;border:none;width:auto}button.secondary{border:1px solid var(--line);color:var(--text);background:#eef4f8}button.agent-tab.active{background:#d9f2ea;border:1px solid #7bc6aa}button.danger{background:var(--danger)}.dropzone{color:#27455a;text-align:center;cursor:pointer;background:#f8fcff;border:2px dashed #86aac2;border-radius:12px;padding:22px}.dropzone.dragover{background:#effbf7;border-color:#03624c}.hint{color:var(--muted);margin:8px 0 0;font-size:12px}.inline-check{align-items:center;gap:8px;margin-top:10px;display:inline-flex}.inline-check input{width:auto;margin:0}.stack{gap:10px;display:grid}.stack.compact{gap:6px}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;display:grid}.summary-card{border:1px solid var(--line);background:#f5fafc;border-radius:12px;gap:6px;padding:12px;display:grid}.summary-card.clickable{cursor:pointer;transition:transform .12s,box-shadow .12s,border-color .12s}.summary-card.clickable:hover{border-color:#8bb7d9;transform:translateY(-2px);box-shadow:0 6px 16px #4660782e}.summary-card.clickable:focus-visible{outline-offset:2px;outline:2px solid #3a78b6}.legacy-pusher{display:none}.pusher-board-layout{grid-template-columns:320px minmax(0,1fr);gap:12px;display:grid}.pusher-composer{border:1px solid var(--line);background:#f7fbfe;border-radius:10px;padding:10px}.pusher-composer h3{margin:0 0 8px;font-size:15px}.pusher-kanban{grid-template-columns:repeat(2,minmax(260px,1fr));gap:10px;display:grid}.kanban-col{border:1px solid var(--line);background:#f7fbfe;border-radius:10px;min-height:220px;padding:10px}.kanban-col h3{margin:0 0 10px;font-size:14px}.task-card{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px}.task-card .title{margin:0 0 6px;font-weight:600}.task-card .spinner{border:2px solid #9db3c5;border-top-color:#03624c;border-radius:50%;width:10px;height:10px;margin-right:6px;animation:1s linear infinite spin;display:inline-block}.task-card .chips{flex-wrap:wrap;gap:6px;margin:6px 0;display:flex}.task-card .chip{color:#254864;background:#e8f0f8;border-radius:999px;padding:2px 8px;font-size:11px}.checklist{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:1fr;gap:6px;padding:8px;display:grid}.multi-picker{border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px}.multi-picker summary{cursor:pointer;color:var(--text);font-size:14px;list-style:none}.multi-picker summary::-webkit-details-marker{display:none}.multi-picker[open] summary{margin-bottom:8px}.checklist-scroll{max-height:140px;overflow:auto}.hidden{display:none!important}.video-preview{border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px}.video-preview video{background:#000;border-radius:8px;width:100%;max-height:220px}.smart-field>label{margin-bottom:6px}.smart-row{grid-template-columns:auto 1fr;align-items:start;gap:8px;display:grid}.smart-action{opacity:.1;min-width:74px;margin-top:2px;transition:opacity .14s}.smart-row:hover .smart-action,.smart-action:focus{opacity:1}.task-modal{border:none;border-radius:12px;width:min(900px,94vw);padding:0}.task-modal::backdrop{background:#0a141e7a}.task-modal article{border:1px solid var(--line);background:#fff;border-radius:12px;padding:16px}.target-preview{border:1px solid var(--line);background:#f8fbff;border-radius:10px;padding:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.summary-card strong{font-size:20px}.summary-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px}.summary-hint{color:var(--muted);font-size:12px}.item{border:1px solid var(--line);background:#fbfdff;border-radius:10px;padding:10px}.item.top-pick{border-color:#03624c;box-shadow:0 0 0 2px #03624c1f}.clips-workbench{grid-template-columns:240px minmax(0,1fr);gap:12px;display:grid}.clips-rail{border:1px solid var(--line);background:#f7fbfe;border-radius:10px;max-height:620px;padding:10px;overflow:auto}.clips-rail h3{margin:0 0 8px;font-size:14px}.clip-thumb{text-align:left;width:100%;color:var(--text);border:1px solid var(--line);background:#fff;border-radius:8px;margin-bottom:8px;padding:8px}.clip-thumb .tag{margin-bottom:4px}.tag{letter-spacing:.02em;color:#034936;background:#d9f2ea;border-radius:999px;margin-bottom:6px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.tag.danger{color:#7a1111;background:#fde7e7}#reddit-risk-shortcut .tag,#dm-action-shortcut .tag,#reddit-action-shortcut .tag{margin:0 0 0 6px}#dm-action-shortcut.is-active{color:#034936;background:#d9f2ea;border-color:#3f7e66}#reddit-action-shortcut.is-active,#reddit-risk-shortcut.is-active{border-color:var(--danger);color:#7a1111;background:#fde7e7}.meta{color:var(--muted);margin:2px 0 8px;font-size:12px}.meta.hotkeys{margin-top:-4px}.meta.hotkeys kbd{border:1px solid var(--line);color:var(--text);background:#f8fafc;border-radius:5px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:11px}.meta.active-filters{margin-top:-2px}.meta.active-filters.is-active{color:#244c73;font-weight:600}.active-filters-row{align-items:baseline;gap:6px}.filter-clear-button{margin:0;padding:2px 8px;font-size:11px;line-height:1.2}.meta.due{color:var(--danger);font-weight:600}.prewrap{white-space:pre-wrap}.reddit-draft.risk{border-left:3px solid var(--danger);background:#fff7f7;padding-left:8px}.row{align-items:center;gap:8px;display:flex}.row.between{justify-content:space-between}.row.wrap{flex-wrap:wrap}.log{color:#dfebf6;background:#091521;border-radius:8px;max-height:220px;margin:0;padding:10px;overflow:auto}.agent-view.hidden{display:none}.agent-tabs{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}button.agent-tab{border:1px solid var(--line);color:var(--text);background:#eef4f8;border-radius:999px;width:auto;height:auto;padding:6px 14px;font-size:13px}button.agent-tab.active{color:#034936;background:#d9f2ea;border-color:#7bc6aa;font-weight:600}.chat-thread{border:1px solid var(--line);background:#f7fbfe;border-radius:10px;flex-direction:column;gap:10px;min-height:220px;max-height:520px;margin-bottom:0;padding:12px;display:flex;overflow-y:auto}.jump-to-bottom{background:var(--primary);color:#fff;cursor:pointer;opacity:.92;z-index:10;border:none;border-radius:20px;padding:5px 16px;font-size:12px;position:absolute;bottom:10px;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #00000026}.jump-to-bottom:hover{opacity:1}.chat-bubble{white-space:pre-wrap;border-radius:12px;max-width:80%;padding:9px 12px;font-size:14px;line-height:1.5}.chat-bubble.user{background:var(--primary);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.chat-bubble.agent{border:1px solid var(--line);background:#fff;border-bottom-left-radius:4px;align-self:flex-start}.chat-bubble.system{color:var(--muted,#999);background:0 0;border:none;align-self:center;max-width:100%;padding:2px 0;font-size:12px;font-style:italic}.streaming-cursor{opacity:.5;vertical-align:text-bottom;background:currentColor;border-radius:1px;width:8px;height:14px;animation:.8s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:.5}50%{opacity:0}}.chat-bubble .bubble-meta{opacity:.6;margin-top:4px;font-size:11px}.chat-bubble .reply-btn{cursor:pointer;opacity:0;width:22px;height:22px;color:inherit;background:#0000000f;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:12px;transition:opacity .15s;display:flex;position:absolute;bottom:6px;right:8px}.chat-bubble:hover .reply-btn{opacity:1}.chat-bubble .flag-btn{cursor:pointer;opacity:0;background:#0000000f;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:11px;transition:opacity .15s;display:flex;position:absolute;bottom:6px;left:8px}.chat-bubble:hover .flag-btn{opacity:.7}.chat-bubble .flag-btn.flagged{opacity:1;cursor:default}.chat-composer{grid-template-columns:1fr auto;align-items:end;gap:8px;display:grid}.chat-composer textarea{resize:none;height:auto;min-height:72px;max-height:200px;overflow-y:auto}@media (max-width:700px){.topbar{flex-direction:column;align-items:stretch}.brand{justify-content:space-between;width:100%}.project-controls{flex-wrap:wrap}.shell{padding:18px}.clips-workbench,.pusher-board-layout,.pusher-kanban{grid-template-columns:1fr}}
