:root{--bg-primary:#0d1117;--bg-secondary:#161b22;--bg-tertiary:#1c2128;--bg-card:#21262d;--bg-card-hover:#272c35;--border:#30363d;--border-light:#3d444d;--text-primary:#e6edf3;--text-secondary:#8b949e;--text-muted:#6e7681;--brand-teal:#00c896;--brand-blue:#0084b4;--brand-gradient:linear-gradient(135deg,#00c896,#0084b4);--status-critical:#f85149;--status-high:#d29922;--status-medium:#0084b4;--status-low:#8b949e;--status-complete:#3fb950;--status-blocked:#f85149;--status-progress:#d29922;--font-display:"Lora",Georgia,serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--radius:8px;--radius-lg:12px;--shadow:0 1px 3px #0000004d,0 1px 2px #0003;--shadow-lg:0 4px 12px #0006}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#0d1117;background:var(--bg-primary);color:#e6edf3;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-body);line-height:1.6}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#161b22;background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:#30363d;background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#3d444d;background:var(--border-light)}.app-layout{display:flex;height:100vh;overflow:hidden}.sidebar{background:#161b22;background:var(--bg-secondary);border-right:1px solid #30363d;border-right:1px solid var(--border);display:flex;flex-direction:column;min-width:320px;overflow-y:auto;width:320px}.main-content{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.sidebar-header{border-bottom:1px solid #30363d;border-bottom:1px solid var(--border);padding:20px}.sidebar-brand{align-items:center;display:flex;gap:12px;margin-bottom:4px}.sidebar-brand h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00c896,#0084b4);background:var(--brand-gradient);-webkit-background-clip:text;background-clip:text;font-family:Lora,Georgia,serif;font-family:var(--font-display);font-size:24px;font-weight:600}.compass-icon{align-items:center;background:linear-gradient(135deg,#00c896,#0084b4);background:var(--brand-gradient);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:18px;height:36px;justify-content:center;width:36px}.sidebar-subtitle{color:#6e7681;color:var(--text-muted);font-size:12px;letter-spacing:.5px;text-transform:uppercase}.sidebar-section{border-bottom:1px solid #30363d;border-bottom:1px solid var(--border);padding:16px 20px}.sidebar-section h3{color:#8b949e;color:var(--text-secondary);font-family:Lora,Georgia,serif;font-family:var(--font-display);font-size:13px;font-weight:600;letter-spacing:.8px;margin-bottom:12px;text-transform:uppercase}.prereq-item{align-items:flex-start;background:#1c2128;background:var(--bg-tertiary);border-left:3px solid #30363d;border-left:3px solid var(--border);border-radius:8px;border-radius:var(--radius);display:flex;gap:10px;margin-bottom:8px;padding:10px 12px;transition:background .15s}.prereq-item:hover{background:#21262d;background:var(--bg-card)}.prereq-item.blocked{border-left-color:#f85149;border-left-color:var(--status-blocked)}.prereq-item.in-progress{border-left-color:#d29922;border-left-color:var(--status-progress)}.prereq-item.complete{border-left-color:#3fb950;border-left-color:var(--status-complete)}.prereq-dot{border-radius:50%;flex-shrink:0;height:8px;margin-top:6px;width:8px}.prereq-dot.blocked{background:#f85149;background:var(--status-blocked);box-shadow:0 0 6px #f85149;box-shadow:0 0 6px var(--status-blocked)}.prereq-dot.in-progress{background:#d29922;background:var(--status-progress);box-shadow:0 0 6px #d29922;box-shadow:0 0 6px var(--status-progress)}.prereq-dot.complete{background:#3fb950;background:var(--status-complete);box-shadow:0 0 6px #3fb950;box-shadow:0 0 6px var(--status-complete)}.prereq-info h4{color:#e6edf3;color:var(--text-primary);font-size:13px;font-weight:600;margin-bottom:2px}.prereq-info p{color:#8b949e;color:var(--text-secondary);font-size:11px;line-height:1.4}.pipeline-stats{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}.stat-card{background:#1c2128;background:var(--bg-tertiary);border-radius:8px;border-radius:var(--radius);padding:12px;text-align:center}.stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00c896,#0084b4);background:var(--brand-gradient);-webkit-background-clip:text;background-clip:text;font-family:Lora,Georgia,serif;font-family:var(--font-display);font-size:24px;font-weight:700}.stat-label{color:#6e7681;color:var(--text-muted);font-size:11px;letter-spacing:.5px;text-transform:uppercase}.quick-actions{display:flex;flex-direction:column;gap:6px}.quick-action-btn{align-items:center;background:#1c2128;background:var(--bg-tertiary);border:1px solid #30363d;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);color:#8b949e;color:var(--text-secondary);cursor:pointer;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-body);font-size:12px;gap:8px;padding:8px 12px;text-align:left;transition:all .15s}.quick-action-btn:hover{background:#21262d;background:var(--bg-card);border-color:#00c896;border-color:var(--brand-teal);color:#e6edf3;color:var(--text-primary)}.integration-list{display:flex;flex-direction:column;gap:6px}.integration-item{align-items:center;display:flex;font-size:12px;justify-content:space-between;padding:6px 0}.integration-status{align-items:center;display:flex;gap:6px}.integration-dot{border-radius:50%;height:6px;width:6px}.integration-dot.connected{background:#3fb950;background:var(--status-complete)}.integration-dot.disconnected{background:#f85149;background:var(--status-blocked)}.integration-dot.checking{background:#d29922;background:var(--status-progress)}.view-tabs{background:#161b22;background:var(--bg-secondary);border-bottom:1px solid #30363d;border-bottom:1px solid var(--border);display:flex;padding:0 20px}.view-tab{background:none;border:none;border-bottom:2px solid #0000;color:#8b949e;color:var(--text-secondary);cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-body);font-size:13px;font-weight:500;padding:12px 20px;transition:all .15s}.view-tab:hover{color:#e6edf3;color:var(--text-primary)}.view-tab.active{border-bottom-color:#00c896;border-bottom-color:var(--brand-teal);color:#00c896;color:var(--brand-teal)}.feed-container{flex:1 1;overflow-y:auto;padding:24px}.feed-header{margin-bottom:20px}.feed-header h2{color:#e6edf3;color:var(--text-primary);font-family:Lora,Georgia,serif;font-family:var(--font-display);font-size:20px;font-weight:600;margin-bottom:4px}.feed-header p{color:#6e7681;color:var(--text-muted);font-size:13px}.action-card{background:#21262d;background:var(--bg-card);border:1px solid #30363d;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius-lg);margin-bottom:16px;padding:20px;position:relative;transition:all .15s}.action-card:hover{background:#272c35;background:var(--bg-card-hover);border-color:#3d444d;border-color:var(--border-light);box-shadow:0 1px 3px #0000004d,0 1px 2px #0003;box-shadow:var(--shadow)}.action-card.priority-critical{border-left:3px solid #f85149;border-left:3px solid var(--status-critical)}.action-card.priority-high{border-left:3px solid #d29922;border-left:3px solid var(--status-high)}.action-card.priority-medium{border-left:3px solid #0084b4;border-left:3px solid var(--status-medium)}.action-card.priority-low{border-left:3px solid #8b949e;border-left:3px solid var(--status-low)}.card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px}.card-header h3{color:#e6edf3;color:var(--text-primary);font-family:Lora,Georgia,serif;font-family:var(--font-display);font-size:16px;font-weight:600}.card-badge{border-radius:4px;flex-shrink:0;font-size:10px;font-weight:600;letter-spacing:.8px;padding:3px 8px;text-transform:uppercase}.card-badge.critical{background:#f8514926;color:#f85149;color:var(--status-critical)}.card-badge.high{background:#d2992226;color:#d29922;color:var(--status-high)}.card-badge.medium{background:#0084b426;color:#0084b4;color:var(--status-medium)}.card-badge.low{background:#8b949e26;color:#8b949e;color:var(--status-low)}.card-prereq{background:#00c8961a;border-radius:4px;color:#00c896;color:var(--brand-teal);display:inline-block;font-size:10px;margin-bottom:8px;padding:2px 8px}.card-summary{color:#8b949e;color:var(--text-secondary);font-size:14px;line-height:1.5;margin-bottom:14px}.card-steps{counter-reset:steps;list-style:none}.card-steps li{color:#8b949e;color:var(--text-secondary);counter-increment:steps;font-size:13px;line-height:1.5;padding:6px 0 6px 28px;position:relative}.card-steps li:before{align-items:center;border-radius:50%;color:#00c896;color:var(--brand-teal);content:counter(steps);display:flex;font-size:11px;font-weight:600;height:20px;justify-content:center;left:0;position:absolute;top:6px;width:20px}.card-draft,.card-steps li:before{background:#1c2128;background:var(--bg-tertiary)}.card-draft{border:1px solid #30363d;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);color:#8b949e;color:var(--text-secondary);font-size:13px;line-height:1.5;margin-top:12px;padding:12px;white-space:pre-wrap}.card-draft-label{font-size:11px;font-weight:600;letter-spacing:.5px;margin-bottom:6px;text-transform:uppercase}.card-draft-label,.card-toggle{color:#00c896;color:var(--brand-teal)}.card-toggle{background:none;border:none;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-body);font-size:12px;padding:4px 0}.card-toggle:hover{text-decoration:underline}.chat-container{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.chat-messages{flex:1 1;overflow-y:auto;padding:24px}.chat-message{border-radius:12px;border-radius:var(--radius-lg);font-size:14px;line-height:1.6;margin-bottom:16px;max-width:80%;padding:14px 18px}.chat-message.user{background:linear-gradient(135deg,#00c896,#0084b4);background:var(--brand-gradient);border-bottom-right-radius:4px;color:#fff;margin-left:auto}.chat-message.assistant{background:#21262d;background:var(--bg-card);border:1px solid #30363d;border:1px solid var(--border);border-bottom-left-radius:4px;color:#e6edf3;color:var(--text-primary)}.chat-message.assistant p{margin-bottom:8px}.chat-message.assistant p:last-child{margin-bottom:0}.chat-message.assistant strong{color:#00c896;color:var(--brand-teal)}.chat-message.assistant code{background:#1c2128;background:var(--bg-tertiary);border-radius:4px;font-size:13px;padding:1px 6px}.chat-message.assistant ol,.chat-message.assistant ul{margin-bottom:8px;padding-left:20px}.chat-message.assistant li{margin-bottom:4px}.chat-message.assistant h1,.chat-message.assistant h2,.chat-message.assistant h3{font-family:Lora,Georgia,serif;font-family:var(--font-display);margin:12px 0 6px}.chat-sender{color:#6e7681;color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.chat-input-area{background:#161b22;background:var(--bg-secondary);border-top:1px solid #30363d;border-top:1px solid var(--border);padding:16px 24px}.chat-input-wrapper{align-items:flex-end;display:flex;gap:10px}.chat-input{background:#1c2128;background:var(--bg-tertiary);border:1px solid #30363d;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);color:#e6edf3;color:var(--text-primary);flex:1 1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-body);font-size:14px;line-height:1.5;max-height:120px;min-height:44px;padding:12px 16px;resize:none}.chat-input:focus{border-color:#00c896;border-color:var(--brand-teal);outline:none}.chat-input::placeholder{color:#6e7681;color:var(--text-muted)}.chat-send-btn{background:linear-gradient(135deg,#00c896,#0084b4);background:var(--brand-gradient);border:none;border-radius:8px;border-radius:var(--radius);color:#fff;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-body);font-size:13px;font-weight:600;padding:12px 20px;transition:opacity .15s;white-space:nowrap}.chat-send-btn:hover{opacity:.9}.chat-send-btn:disabled{cursor:not-allowed;opacity:.5}.chat-attach-btn{background:#1c2128;background:var(--bg-tertiary);border:1px solid #30363d;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);color:#e6edf3;color:var(--text-primary);cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-body);font-size:12px;font-weight:600;padding:12px 14px;transition:border-color .15s,opacity .15s;white-space:nowrap}.chat-attach-btn:hover:not(:disabled){border-color:#00c896;border-color:var(--brand-teal)}.chat-attach-btn:disabled{cursor:not-allowed;opacity:.4}.chat-pending-attachments{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.chat-pending-chip{align-items:center;background:#1c2128;background:var(--bg-tertiary);border:1px solid #30363d;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);display:flex;font-size:12px;gap:8px;max-width:260px;padding:6px 10px}.chat-pending-thumb{border-radius:4px;display:block;height:28px;object-fit:cover;width:28px}.chat-pending-icon{background:#00c896;background:var(--brand-teal);border-radius:3px;color:#fff;display:inline-block;font-size:10px;font-weight:700;padding:4px 6px}.chat-pending-name{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-pending-size{color:#6e7681;color:var(--text-muted);font-size:11px}.chat-pending-remove{background:#0000;border:none;color:#6e7681;color:var(--text-muted);cursor:pointer;font-size:16px;line-height:1;padding:0 4px}.chat-pending-remove:hover{color:#e6edf3;color:var(--text-primary)}.chat-upload-error{color:#e88;font-size:12px;margin-bottom:8px}.chat-attachments{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.chat-attachment-image{border:1px solid #30363d;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);display:block;max-height:280px;max-width:280px}.chat-attachment-image-link{display:block}.chat-attachment-file{align-items:center;background:#1c2128;background:var(--bg-tertiary);border:1px solid #30363d;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);color:#e6edf3;color:var(--text-primary);display:inline-flex;font-size:12px;gap:8px;max-width:280px;padding:6px 10px;text-decoration:none}.chat-attachment-file:hover{border-color:#00c896;border-color:var(--brand-teal)}.chat-attachment-icon{background:#00c896;background:var(--brand-teal);border-radius:3px;color:#fff;font-size:10px;font-weight:700;padding:4px 6px}.chat-attachment-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-container{position:relative}.chat-container-dragging .chat-input,.chat-container-dragging .chat-messages{pointer-events:none}.chat-drop-overlay{align-items:center;background:#0000008c;border:2px dashed #00c896;border:2px dashed var(--brand-teal);display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute;z-index:10}.chat-drop-message,.chat-drop-overlay{border-radius:8px;border-radius:var(--radius)}.chat-drop-message{background:#161b22;background:var(--bg-secondary);border:1px solid #00c896;border:1px solid var(--brand-teal);color:#fff;font-size:18px;font-weight:600;padding:20px 32px}.briefing-container{flex:1 1;overflow-y:auto;padding:24px}.briefing-headline{color:#e6edf3;color:var(--text-primary);font-family:Lora,Georgia,serif;font-family:var(--font-display);font-size:22px;font-weight:600;line-height:1.4;margin-bottom:6px}.briefing-date{color:#6e7681;color:var(--text-muted);font-size:13px}.briefing-date,.briefing-section{margin-bottom:24px}.briefing-section h3{color:#00c896;color:var(--brand-teal);font-family:Lora,Georgia,serif;font-family:var(--font-display);font-size:15px;font-weight:600;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.briefing-prereq-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}.briefing-prereq-card{background:#21262d;background:var(--bg-card);border:1px solid #30363d;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);padding:14px}.briefing-prereq-card h4{font-size:13px;font-weight:600;margin-bottom:6px}.briefing-prereq-card .status-badge{border-radius:4px;display:inline-block;font-size:10px;font-weight:600;letter-spacing:.5px;margin-bottom:8px;padding:2px 8px;text-transform:uppercase}.status-badge.blocked{background:#f8514926;color:#f85149;color:var(--status-blocked)}.status-badge.in-progress{background:#d2992226;color:#d29922;color:var(--status-progress)}.status-badge.complete{background:#3fb95026;color:#3fb950;color:var(--status-complete)}.briefing-prereq-card p{color:#8b949e;color:var(--text-secondary);font-size:12px;line-height:1.4}.briefing-list{list-style:none}.briefing-list li{background:#21262d;background:var(--bg-card);border-left:3px solid #30363d;border-left:3px solid var(--border);border-radius:8px;border-radius:var(--radius);color:#8b949e;color:var(--text-secondary);font-size:13px;margin-bottom:6px;padding:8px 12px}.briefing-list li.stalled{border-left-color:#f85149;border-left-color:var(--status-blocked)}.briefing-list li.moved{border-left-color:#3fb950;border-left-color:var(--status-complete)}.briefing-list li.action{border-left-color:#00c896;border-left-color:var(--brand-teal)}.briefing-snapshot{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(5,1fr)}.snapshot-item{background:#21262d;background:var(--bg-card);border-radius:8px;border-radius:var(--radius);padding:12px;text-align:center}.snapshot-item .value{color:#00c896;color:var(--brand-teal);font-family:Lora,Georgia,serif;font-family:var(--font-display);font-size:20px;font-weight:700}.snapshot-item .label{color:#6e7681;color:var(--text-muted);font-size:10px;letter-spacing:.5px;text-transform:uppercase}.loading-container{align-items:center;display:flex;flex-direction:column;gap:16px;height:100%;justify-content:center}.loading-spinner{animation:spin .8s linear infinite;border:3px solid #30363d;border-top-color:#00c896;border:3px solid var(--border);border-radius:50%;border-top-color:var(--brand-teal);height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.loading-text{color:#6e7681;color:var(--text-muted);font-size:14px}.refresh-btn{background:none;border:1px solid #30363d;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);color:#8b949e;color:var(--text-secondary);cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-body);font-size:12px;padding:6px 12px;transition:all .15s}.refresh-btn:hover{border-color:#00c896;border-color:var(--brand-teal);color:#00c896;color:var(--brand-teal)}.refresh-btn.spinning{animation:spin .8s linear infinite}@media (max-width:768px){.sidebar{display:none}.briefing-prereq-grid{grid-template-columns:1fr}.briefing-snapshot{grid-template-columns:repeat(3,1fr)}}
/*# sourceMappingURL=main.31c239eb.css.map*/