*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0e1117;--surface: #161b22;--border: #30363d;--text: #e6edf3;--text-muted: #8b949e;--accent: #58a6ff;--accent-dim: #1f3a5f;--green: #3fb950;--yellow: #d29922;--red: #f85149}body{font-family:SF Mono,Cascadia Code,Fira Code,monospace;background:var(--bg);color:var(--text);line-height:1.5;font-size:14px}.app{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.app-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem;border-bottom:1px solid var(--border);padding-bottom:1rem}.app-header h1{font-size:1.4rem;font-weight:600;letter-spacing:-.02em}.app-header span{color:var(--text-muted);font-size:.8rem}.tabs{display:flex;gap:0;margin-bottom:2rem;border-bottom:1px solid var(--border)}.tab-btn{background:none;border:none;color:var(--text-muted);font-family:inherit;font-size:.85rem;padding:.6rem 1.2rem;cursor:pointer;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.tab-btn:hover{color:var(--text)}.tab-btn.active{color:var(--accent);border-bottom-color:var(--accent)}.card{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:1.25rem;margin-bottom:1.5rem}.card h2{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:1rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-box{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:1.25rem}.stat-box .label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.4rem}.stat-box .value{font-size:1.8rem;font-weight:700}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 800px){.two-col{grid-template-columns:1fr}}.category-section{margin-bottom:1.5rem}.category-section h3{font-size:.85rem;font-weight:600;margin-bottom:.5rem;color:var(--accent)}.dimension-selector{display:flex;gap:0;margin-bottom:1.5rem;border:1px solid var(--border);border-radius:6px;overflow:hidden;width:fit-content}.dim-btn{background:none;border:none;border-right:1px solid var(--border);color:var(--text-muted);font-family:inherit;font-size:.8rem;padding:.5rem 1rem;cursor:pointer;transition:background .15s,color .15s}.dim-btn:last-child{border-right:none}.dim-btn:hover{color:var(--text)}.dim-btn.active{background:var(--accent-dim);color:var(--accent)}.chart-with-table{display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:start}@media (max-width: 700px){.chart-with-table{grid-template-columns:1fr}}table{width:100%;border-collapse:collapse}table th{text-align:left;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);padding:.5rem 0;border-bottom:1px solid var(--border)}table td{padding:.4rem 0;border-bottom:1px solid var(--border);font-size:.85rem}table tr:last-child td{border-bottom:none}table td.num{text-align:right;font-variant-numeric:tabular-nums}.bar-cell{display:flex;align-items:center;gap:.75rem}.bar-track{flex:1;height:6px;background:var(--border);border-radius:3px;overflow:hidden}.bar-fill{height:100%;background:var(--accent);border-radius:3px;transition:width .3s ease}.bar-label{min-width:60px;text-align:right;font-variant-numeric:tabular-nums;font-size:.8rem;color:var(--text-muted)}.tag-rank{color:var(--text-muted);min-width:2rem;text-align:right;font-size:.8rem}.tag-name{flex:0 0 180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tag-row{display:flex;align-items:center;gap:.75rem;padding:.35rem 0;border-bottom:1px solid var(--border)}.tag-row:last-child{border-bottom:none}.proportion-list{display:flex;flex-direction:column;gap:.25rem}.proportion-row{display:flex;align-items:center;gap:.5rem;padding:.25rem 0}.proportion-label{flex:0 0 120px;font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proportion-bar-wrap{flex:1;height:6px;background:var(--border);border-radius:3px;overflow:hidden}.proportion-bar-fill{height:100%;background:var(--accent);border-radius:3px}.proportion-value{min-width:50px;text-align:right;font-size:.8rem;font-variant-numeric:tabular-nums}.proportion-pct{min-width:40px;text-align:right;font-size:.8rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.sparkline-wrapper{position:relative}.sparkline-svg{width:100%;height:auto}.chart-tooltip{position:absolute;top:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:.4rem .6rem;font-size:.75rem;pointer-events:none;z-index:10;display:flex;gap:.5rem;align-items:center}.chart-tooltip-multi{flex-direction:column;align-items:stretch;gap:.2rem;min-width:140px}.chart-tooltip-label{color:var(--text-muted);font-size:.7rem}.chart-tooltip-value{font-weight:600;font-variant-numeric:tabular-nums}.chart-tooltip-row{display:flex;align-items:center;gap:.4rem}.chart-tooltip-row .chart-tooltip-value{margin-left:auto}.stacked-bar-container{margin-bottom:1rem}.stacked-bar{display:flex;height:12px;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.stacked-seg{transition:width .3s ease}.donut-container{display:flex;flex-direction:column;align-items:center;gap:.75rem}.donut-legend{display:flex;flex-direction:column;gap:.3rem;font-size:.75rem}.donut-legend-row{display:flex;align-items:center;gap:.5rem}.donut-swatch{width:8px;height:8px;border-radius:2px;flex-shrink:0}.donut-legend-label{flex:1;color:var(--text-muted)}.donut-legend-value{font-variant-numeric:tabular-nums;min-width:48px;text-align:right}.donut-legend-pct{font-variant-numeric:tabular-nums;min-width:40px;text-align:right;color:var(--text-muted)}.donut-ring{border-radius:50%;display:flex;align-items:center;justify-content:center}.donut-hole{border-radius:50%;background:var(--surface)}.series-legend{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;margin-top:.75rem;font-size:.75rem}.series-legend-item{display:flex;align-items:center;gap:.4rem}.series-swatch{width:10px;height:3px;border-radius:1px;flex-shrink:0}.info-box{margin-bottom:1.5rem}.info-box-toggle{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid var(--border);border-radius:6px;color:var(--text-muted);font-family:inherit;font-size:.8rem;padding:.5rem .75rem;cursor:pointer;width:100%;text-align:left;transition:border-color .15s}.info-box-toggle:hover{border-color:var(--accent);color:var(--text)}.info-box-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:1px solid var(--text-muted);font-size:.7rem;font-weight:700;flex-shrink:0}.info-box-arrow{margin-left:auto;font-weight:700;color:var(--accent)}.info-box-content{background:var(--surface);border:1px solid var(--border);border-top:none;border-radius:0 0 6px 6px;padding:1rem;font-size:.8rem;line-height:1.6;color:var(--text-muted)}.info-box-content p{margin-bottom:.6rem}.info-box-content p:last-child{margin-bottom:0}.info-box-content strong{color:var(--text)}.status-bar{display:flex;height:8px;border-radius:4px;overflow:hidden;margin-bottom:.75rem}.status-bar .seg{transition:width .3s ease}.status-bar .seg.closed{background:var(--green)}.status-bar .seg.pending{background:var(--yellow)}.status-bar .seg.active{background:var(--red)}.status-legend{display:flex;gap:1.5rem;font-size:.8rem}.status-legend span{display:flex;align-items:center;gap:.4rem}.dot{width:8px;height:8px;border-radius:50%;display:inline-block}.dot.closed{background:var(--green)}.dot.pending{background:var(--yellow)}.dot.active{background:var(--red)}.expand-icon{display:inline-block;width:1.2rem;color:var(--accent);font-weight:700}.child-row td{border-bottom-color:transparent}.stat-sub{font-size:.7rem;color:var(--text-muted);margin-top:.2rem}.trend-sub{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.loading,.error{padding:3rem;text-align:center;color:var(--text-muted)}.error{color:var(--red)}.interactive-legend{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}.legend-item{display:flex;align-items:center;gap:.4rem;background:none;border:1px solid var(--border);border-radius:4px;color:var(--text);font-family:inherit;font-size:.72rem;padding:.25rem .5rem;cursor:pointer;transition:opacity .15s,border-color .15s}.legend-item:hover{border-color:var(--accent)}.legend-item.hidden-series{color:var(--text-muted);text-decoration:line-through}.cost-bar{display:flex;gap:1.5rem;padding:.5rem 1rem;margin-bottom:1rem;border:1px solid var(--border);border-radius:6px;font-size:.75rem;color:var(--text-muted);background:var(--surface)}.cost-details{display:flex;gap:1rem;align-items:baseline;font-size:1.1rem;font-weight:600}.back-btn{background:none;border:1px solid var(--border);color:var(--text-muted);font-family:inherit;font-size:.75rem;padding:.35rem .75rem;border-radius:4px;cursor:pointer;margin-bottom:1rem;transition:color .15s,border-color .15s}.back-btn:hover{color:var(--text);border-color:var(--text-muted)}.process-btn{background:var(--accent-dim);border:1px solid var(--accent);color:var(--accent);font-family:inherit;font-size:.75rem;padding:.3rem .75rem;border-radius:4px;cursor:pointer;transition:background .15s}.process-btn:hover{background:var(--accent);color:var(--bg)}.processing-indicator{color:var(--yellow);font-size:.8rem;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.status-badge{display:inline-block;font-size:.7rem;padding:.15rem .5rem;border-radius:3px;border:1px solid var(--border);color:var(--text-muted)}.status-badge.active{border-color:var(--red);color:var(--red)}.status-badge.pending{border-color:var(--yellow);color:var(--yellow)}.status-badge.sent{border-color:var(--green);color:var(--green)}.status-badge.drafted{border-color:var(--accent);color:var(--accent)}.status-badge.full{border-color:var(--green);color:var(--green)}.status-badge.partial{border-color:var(--yellow);color:var(--yellow)}.status-badge.unclear{border-color:var(--red);color:var(--red)}.tag-list{display:flex;flex-wrap:wrap;gap:.3rem}.tag{display:inline-block;font-size:.65rem;padding:.1rem .4rem;border-radius:3px;border:1px solid var(--border);color:var(--text-muted);white-space:nowrap}.draft-meta{display:flex;gap:2rem;font-size:.8rem;color:var(--text-muted);margin-top:.5rem;flex-wrap:wrap}.triage-grid{display:flex;flex-direction:column;gap:.75rem}.triage-row{display:flex;align-items:center;gap:.75rem}.triage-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);min-width:90px;flex-shrink:0}.draft-preview{background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:1rem;font-size:.85rem;line-height:1.6;max-height:500px;overflow-y:auto}.draft-preview b,.draft-preview strong,.draft-preview a{color:var(--accent)}.draft-preview ol,.draft-preview ul{padding-left:1.5rem;margin:.5rem 0}.draft-preview li{margin-bottom:.3rem}.cell-muted{font-size:.75rem;color:var(--text-muted)}.cell-small{font-size:.8rem}.cell-preview{font-size:.7rem;color:var(--text-muted);margin-top:.2rem}.cell-email{color:var(--text-muted);font-size:.7rem}.confidence-high{color:var(--green);font-weight:600}.confidence-mid{color:var(--yellow);font-weight:600}.confidence-low{color:var(--red);font-weight:600}.confidence-value{font-weight:700;font-size:1.1rem}.triage-summary{font-size:.85rem}.triage-reasoning{font-size:.8rem;color:var(--text-muted)}.triage-section{display:flex;flex-direction:column;gap:.3rem}.escalation-flag{color:var(--red);font-weight:600}.missing-info-tag{border-color:var(--yellow)}.email-preview{background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:1rem;font-size:.85rem;line-height:1.6;white-space:pre-wrap;max-height:400px;overflow-y:auto;margin-bottom:1rem}.thread-history{font-size:.8rem;color:var(--text-muted)}.inbox{background:var(--surface);border:1px solid var(--border);border-radius:6px;overflow:hidden}.inbox-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.inbox-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:600}.inbox-sort{display:flex;gap:0;border:1px solid var(--border);border-radius:4px;overflow:hidden}.sort-btn{background:none;border:none;border-right:1px solid var(--border);color:var(--text-muted);font-family:inherit;font-size:.68rem;padding:.25rem .6rem;cursor:pointer;transition:color .15s,background .15s;white-space:nowrap}.sort-btn:last-child{border-right:none}.sort-btn:hover{color:var(--text)}.sort-active{color:var(--accent);background:var(--accent-dim)}.inbox-list{display:flex;flex-direction:column}.inbox-empty{padding:2rem 1rem;text-align:center;color:var(--text-muted);font-size:.85rem}.inbox-item{display:flex;align-items:stretch;padding:.75rem 1rem;border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s;text-decoration:none;color:inherit;gap:.75rem}.inbox-item:last-child{border-bottom:none}.inbox-item:hover{background:#58a6ff0a}.inbox-item:hover .inbox-item-subject{color:var(--accent)}.inbox-item:hover .inbox-item-chevron{color:var(--accent);opacity:1}.inbox-item-indicator{display:flex;align-items:flex-start;padding-top:.45rem;flex-shrink:0}.inbox-dot{display:block;width:8px;height:8px;border-radius:50%;background:var(--border)}.inbox-dot.active{background:var(--red)}.inbox-dot.pending{background:var(--yellow)}.inbox-item-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.inbox-item-top{display:flex;justify-content:space-between;align-items:baseline}.inbox-item-sender{font-size:.8rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-item-date{font-size:.7rem;color:var(--text-muted);flex-shrink:0;margin-left:1rem}.inbox-item-subject{font-size:.82rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .12s}.inbox-item-preview{font-size:.75rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-item-footer{display:flex;align-items:center;gap:.6rem;margin-top:.15rem}.inbox-item-waiting{font-size:.68rem;color:var(--yellow)}.inbox-item-tags{display:flex;gap:.25rem;align-items:center}.inbox-item-chevron{display:flex;align-items:center;font-size:1.2rem;color:var(--border);opacity:.5;transition:color .12s,opacity .12s;flex-shrink:0;padding-left:.5rem}.queue-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.queue-sync{display:flex;align-items:center;gap:.5rem}.drafts-row-clickable{cursor:pointer;transition:background .12s}.drafts-row-clickable:hover{background:#58a6ff0a}.convo-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.thread-list{display:flex;flex-direction:column;gap:.75rem}.thread-message{border:1px solid var(--border);border-radius:6px;padding:.75rem 1rem}.thread-customer{border-left:3px solid var(--accent)}.thread-agent{border-left:3px solid var(--green);background:#3fb95008}.thread-note{border-left:3px solid var(--yellow);background:#d2992208}.thread-message-header{display:flex;justify-content:space-between;margin-bottom:.4rem}.thread-role{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.thread-customer .thread-role{color:var(--accent)}.thread-agent .thread-role{color:var(--green)}.thread-note .thread-role{color:var(--yellow)}.thread-message-body{font-size:.85rem;line-height:1.6;white-space:pre-wrap;max-height:300px;overflow-y:auto}.convo-details{display:flex;flex-direction:column;gap:.4rem;margin-top:.5rem}.convo-detail-row{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.email-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.email-header-left{display:flex;align-items:center;gap:.5rem}.email-sender{font-weight:600;font-size:.85rem}.html-sandbox{background:#f6f8fa;color:#1f2328;border:1px solid var(--border);border-radius:4px;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.6;max-height:500px;overflow-y:auto;overflow-x:hidden;word-wrap:break-word}.html-sandbox a{color:#0969da}.html-sandbox img{max-width:100%;height:auto}.html-sandbox ol,.html-sandbox ul{padding-left:1.5rem;margin:.5rem 0}.html-sandbox li{margin-bottom:.3rem}.html-sandbox table{max-width:100%;border-collapse:collapse}.html-sandbox td,.html-sandbox th{max-width:100%;word-wrap:break-word}.html-sandbox-dark{background:var(--bg);color:var(--text)}.html-sandbox-dark a{color:var(--accent)}.thread-theme-row{display:flex;justify-content:flex-end;margin-bottom:.5rem}.theme-switch{display:flex;align-items:center;gap:.4rem;background:none;border:none;cursor:pointer;padding:0;font-family:inherit}.theme-switch-track{display:block;width:28px;height:16px;border-radius:8px;background:var(--border);position:relative;transition:background .2s}.theme-switch-on .theme-switch-track{background:var(--accent)}.theme-switch-thumb{display:block;width:12px;height:12px;border-radius:50%;background:var(--text);position:absolute;top:2px;left:2px;transition:transform .2s}.theme-switch-on .theme-switch-thumb{transform:translate(12px)}.theme-switch-label{font-size:.68rem;color:var(--text-muted);-webkit-user-select:none;user-select:none}.email-body{font-size:.85rem;line-height:1.6;max-height:400px;overflow-y:auto}.email-body a{color:var(--accent)}.email-body b,.email-body strong{color:var(--text)}.email-body img{max-width:100%;border-radius:4px}.email-body ol,.email-body ul{padding-left:1.5rem;margin:.5rem 0}.email-body li{margin-bottom:.3rem}.resources-info{margin-bottom:1rem}.resources-templates{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;border-top:1px solid var(--border);padding-top:.75rem}.resource-template-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:1px solid var(--border);border-radius:4px;color:var(--text);font-family:inherit;font-size:.8rem;padding:.5rem .75rem;cursor:pointer;transition:border-color .15s}.resource-template-toggle:hover{border-color:var(--accent)}.resource-expand-icon{color:var(--accent);font-weight:700}.resource-section-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:600;margin-bottom:.4rem}.resource-text-body{border:1px solid var(--border);border-top:none;border-radius:0 0 4px 4px;padding:.75rem;font-family:inherit;font-size:.8rem;line-height:1.5;background:var(--bg);max-height:400px;overflow-y:auto;white-space:pre-wrap;color:var(--text)}.mode-selector{display:flex;gap:0;margin-bottom:.5rem}.mode-btn{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);font-family:inherit;font-size:.72rem;padding:.3rem .7rem;cursor:pointer;transition:all .15s}.mode-btn:first-child{border-radius:4px 0 0 4px}.mode-btn:last-child{border-radius:0 4px 4px 0;border-left:none}.mode-btn:only-child{border-radius:4px;border-left:1px solid var(--border)}.mode-btn:hover{border-color:var(--accent);color:var(--text)}.mode-active{background:var(--accent-dim);border-color:var(--accent);color:var(--accent);font-weight:600}.mode-active+.mode-btn{border-left:none}.process-action{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.mode-badge{font-size:.7rem;padding:.15rem .5rem;border-radius:3px;border:1px solid var(--border);color:var(--text-muted)}.comparison-section{margin-top:1rem}.comparison-heading{font-size:1rem;margin-bottom:.75rem}.comparison-card{display:flex;flex-direction:column;gap:.5rem}.comparison-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:600;padding-bottom:.4rem;border-bottom:1px solid var(--border)}
