.header{background:var(--surface);border-bottom:1px solid var(--border-light);padding:16px 32px;display:flex;align-items:center;justify-content:space-between;gap:16px}.header-brand{display:flex;align-items:baseline;gap:10px}.header-title{font-size:1.3rem;font-weight:700;color:var(--accent);letter-spacing:-.02em}.header-subtitle{font-size:.85rem;color:var(--text-secondary)}.header-modes{display:flex;gap:4px;background:var(--bg);border-radius:6px;padding:3px}.header-mode-btn{padding:7px 18px;border:none;border-radius:4px;font-size:.85rem;font-weight:600;background:transparent;color:var(--text-secondary);transition:all var(--transition)}.header-mode-btn:hover{color:var(--text)}.header-mode-btn[data-active=true]{background:var(--surface);color:var(--accent);box-shadow:var(--shadow-sm)}.header-logout{padding:6px 14px;border:1px solid var(--border);border-radius:4px;font-size:.8rem;font-weight:600;background:transparent;color:var(--text-secondary);transition:all var(--transition)}.header-logout:hover{border-color:var(--accent);color:var(--accent)}.clf-result{display:flex;flex-direction:column;gap:16px}.clf-best-matches-container{display:flex;flex-direction:column;gap:10px}.clf-best-matches-heading{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--accent);margin:0}.clf-best-match{border:1px solid var(--accent);border-radius:var(--radius);padding:16px 20px}.clf-best-match[data-confidence=high]{background:var(--confidence-high-light);border-color:var(--confidence-high)}.clf-best-match[data-confidence=medium]{background:var(--confidence-medium-light);border-color:var(--confidence-medium)}.clf-best-match[data-confidence=low]{background:var(--confidence-low-light);border-color:var(--confidence-low)}.clf-best-match-title{font-size:1.1rem;font-weight:700;color:var(--text-heading)}.clf-best-match-path{font-size:.85rem;color:var(--text-secondary);margin-top:4px}.clf-best-match-confidence{display:inline-block;margin-top:8px;font-size:.8rem;font-weight:600;padding:2px 8px;border-radius:3px;color:#fff}.clf-best-match-confidence[data-level=high]{background:var(--confidence-high)}.clf-best-match-confidence[data-level=medium]{background:var(--confidence-medium)}.clf-best-match-confidence[data-level=low]{background:var(--confidence-low)}.clf-confidence-pill{display:inline-block;font-size:.78rem;font-weight:600;padding:1px 6px;border-radius:3px;color:#fff;margin-left:4px}.clf-confidence-pill[data-level=high]{background:var(--confidence-high)}.clf-confidence-pill[data-level=medium]{background:var(--confidence-medium)}.clf-confidence-pill[data-level=low]{background:var(--confidence-low)}.clf-stage{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.clf-stage summary{padding:12px 16px;font-weight:600;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;background:var(--surface)}.clf-stage summary:hover{color:var(--accent)}.clf-stage-body{padding:12px 16px;border-top:1px solid var(--border-light);background:var(--surface)}.clf-reasoning{font-size:.88rem;color:var(--text-secondary);white-space:pre-wrap;margin-bottom:10px;line-height:1.5}.clf-matches{display:flex;flex-direction:column;gap:6px}.clf-match-row{font-size:.88rem;padding:6px 10px;background:var(--bg);border-radius:4px}.email-browser{display:flex;flex-direction:column;gap:16px}.email-search{display:flex;align-items:center;gap:10px}.email-search input{flex:1;padding:8px 12px;border-radius:var(--radius);border:1px solid var(--border);font-size:.88rem;font-family:inherit;background:var(--surface)}.email-search input:focus{outline:none;border-color:var(--accent)}.email-search-count{font-size:.82rem;color:var(--text-muted);white-space:nowrap}.email-table-wrapper{max-height:350px;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.email-table{width:100%;border-collapse:collapse;font-size:.85rem}.email-table th{position:sticky;top:0;z-index:1;background:var(--bg);font-weight:600;text-align:left;padding:8px 12px;border-bottom:2px solid var(--border);white-space:nowrap}.email-table td{padding:6px 12px;border-bottom:1px solid var(--border-light);max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-table tr{cursor:pointer;transition:background var(--transition)}.email-table tr:hover{background:var(--surface-hover)}.email-table tr[data-selected=true]{background:var(--accent-light)}.email-detail-cols{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 768px){.email-detail-cols{grid-template-columns:1fr}}.email-body-view{max-height:400px;overflow-y:auto;white-space:pre-wrap;word-break:break-word;font-size:.88rem;line-height:1.6;padding:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.email-meta{font-size:.84rem;color:var(--text-secondary);margin-bottom:8px}.email-meta strong{color:var(--text)}.tv-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.tv-modal{width:100%;max-width:720px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden}.tv-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid var(--border-light);margin-bottom:12px}.tv-title{font-size:1rem;font-weight:700}.tv-close{background:none;border:none;font-size:1.1rem;color:var(--text-secondary);padding:4px 8px;border-radius:4px;transition:background var(--transition)}.tv-close:hover{background:var(--bg);color:var(--text)}.tv-loading{display:flex;align-items:center;gap:8px;color:var(--text-muted);padding:24px 0;justify-content:center}.tv-error{color:var(--error);text-align:center;padding:16px 0}.tv-tree{overflow-y:auto;flex:1;padding-right:4px}.tv-cat{margin-bottom:4px}.tv-cat-header{display:flex;align-items:baseline;gap:8px;padding:6px 4px;cursor:pointer;border-radius:4px;font-weight:700;font-size:.92rem;color:var(--text-heading);transition:background var(--transition)}.tv-cat-header:hover{background:var(--bg)}.tv-cat-id{color:var(--accent);font-size:.82rem;font-weight:600;min-width:36px}.tv-cat-name{flex:1}.tv-sub-list{padding-left:16px}.tv-sub{margin-bottom:2px}.tv-sub-header{display:flex;align-items:baseline;gap:8px;padding:4px;cursor:pointer;border-radius:4px;font-weight:600;font-size:.88rem;color:var(--text);transition:background var(--transition)}.tv-sub-header:hover{background:var(--bg)}.tv-sub-id{color:var(--accent);font-size:.78rem;font-weight:600;min-width:46px;opacity:.8}.tv-sub-name{flex:1}.tv-entry-list{padding-left:24px}.tv-entry{display:flex;align-items:baseline;gap:8px;padding:2px 4px;font-size:.84rem;color:var(--text-secondary)}.tv-entry-id{color:var(--text-muted);font-size:.76rem;min-width:56px;font-family:monospace}.tv-entry-title{flex:1}.tv-chevron{font-size:.75rem;width:12px;text-align:center;color:var(--text-muted);flex-shrink:0}.email-tabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:16px}.email-tab{padding:10px 20px;border:none;background:transparent;font-size:.9rem;font-weight:600;color:var(--text-secondary);border-bottom:2px solid transparent;margin-bottom:-2px;transition:all var(--transition)}.email-tab:hover{color:var(--text)}.email-tab[data-active=true]{color:var(--accent);border-bottom-color:var(--accent)}.call-summary{display:flex;flex-direction:column;gap:10px}.call-summary-row{display:flex;gap:8px;font-size:.9rem;line-height:1.5}.call-summary-label{font-weight:700;min-width:160px;flex-shrink:0;color:var(--text-heading)}.call-summary-value{color:var(--text)}.call-summary-resolved{display:inline-flex;align-items:center;gap:4px}.call-summary-resolved[data-resolved=true]{color:var(--success);font-weight:600}.call-summary-resolved[data-resolved=false]{color:var(--error);font-weight:600}.dialogue-view{padding:14px;font-size:.88rem;line-height:1.7;white-space:pre-wrap;word-break:break-word;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.dialogue-view--timed{white-space:normal}.dialogue-speaker{font-weight:700;color:var(--text-heading)}.dialogue-speaker--conseiller{color:var(--accent)}.dialogue-speaker--client{color:#1565c0}.dialogue-speaker--resolved{padding:1px 6px;border-radius:3px;font-size:.84em}.dialogue-speaker--conseiller.dialogue-speaker--resolved{background:#e413391a}.dialogue-speaker--client.dialogue-speaker--resolved{background:#1565c01a}.dialogue-title-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.dialogue-resolved-badge{font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:3px;background:var(--success);color:#fff}.timed-segment{margin-bottom:6px}.timed-word{cursor:pointer;padding:1px 2px;border-radius:3px;white-space:nowrap;transition:background-color .15s ease}.timed-word:hover{background:#0000000f}.word--active{background:#e413392e;border-radius:3px}.eval-result{display:flex;flex-direction:column;gap:14px}.eval-legend{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:.88rem;font-weight:600}.eval-section{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.eval-section summary{padding:12px 16px;font-weight:600;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:10px;background:var(--surface)}.eval-section summary:hover{color:var(--accent)}.eval-section-pills{display:flex;gap:4px;margin-left:auto}.eval-section-body{padding:8px 16px 16px;background:var(--surface);border-top:1px solid var(--border-light)}.eval-criterion{padding:10px 0}.eval-criterion+.eval-criterion{border-top:1px solid var(--border-light)}.eval-criterion-header{font-size:.9rem;font-weight:600;margin-bottom:4px}.eval-criterion-id{color:var(--text-secondary);margin-right:6px}.eval-criterion-status{margin-top:4px}.eval-criterion-observation{margin-top:4px;font-size:.84rem;color:var(--text-secondary);line-height:1.5}.eval-overall{margin-top:8px;padding:14px 16px;background:#e3f2fd;border-radius:var(--radius);font-size:.9rem;line-height:1.5}.eval-overall-label{font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:#1565c0;margin-bottom:4px}.role-list{display:flex;flex-direction:column;gap:8px}.role-entry{display:flex;flex-direction:column;gap:2px}.role-mapping{font-size:.9rem;font-weight:600}.role-mapping-speaker{color:var(--text-secondary)}.role-mapping-arrow{color:var(--text-muted);margin:0 6px}.role-mapping-role{color:var(--accent)}.role-analysis{font-size:.82rem;color:var(--text-muted);font-style:italic;padding-left:4px}.status-step{display:flex;align-items:flex-start;gap:12px;padding:12px 0}.status-step+.status-step{border-top:1px solid var(--border-light)}.status-indicator{flex-shrink:0;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:#fff;margin-top:2px}.status-indicator[data-state=pending]{background:var(--border);color:var(--text-muted)}.status-indicator[data-state=running]{background:var(--accent);animation:pulse 1.2s ease-in-out infinite}.status-indicator[data-state=done]{background:var(--success)}.status-indicator[data-state=error]{background:var(--error)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.status-step-body{flex:1;min-width:0}.status-step-label{font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:8px}.status-step-content{margin-top:8px}.call-layout{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:16px;align-items:start}@media (max-width: 768px){.call-layout{grid-template-columns:1fr}.call-left{position:static!important}}.call-left{position:sticky;display:flex;flex-direction:column;gap:16px}.call-left-resizable{resize:vertical;overflow:hidden;min-height:250px;max-height:calc(100vh - 120px);display:flex;flex-direction:column}.call-left-resizable .call-left-audio{flex-shrink:0;padding-bottom:8px;border-bottom:1px solid var(--border-light);margin-bottom:8px}.call-left-resizable .dialogue-scroll-area{flex:1;min-height:0;overflow-y:auto}.call-right{display:flex;flex-direction:column;gap:16px}.call-right-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.call-right-section h3{font-size:.95rem;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--border-light)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #f2f4ee;--surface: #ffffff;--surface-hover: #fafbf8;--border: #e5e5e5;--border-light: #f0f0f0;--accent: #e41339;--accent-dark: #bf0d2e;--accent-light: #fde8ec;--text: #444444;--text-heading: #111111;--text-secondary: #777777;--text-muted: #999999;--status-observed: #2e7d32;--status-partial: #e65100;--status-not-observed: #c62828;--status-na: #9e9e9e;--confidence-high: #2e7d32;--confidence-high-light: #e8f5e9;--confidence-medium: #e67e22;--confidence-medium-light: #fef3e2;--confidence-low: #9e9e9e;--confidence-low-light: #f5f5f5;--success: #2e7d32;--error: #c62828;--radius: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .07);--transition: .18s ease}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}#app{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{color:var(--text-heading);font-weight:700}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-dark)}button{cursor:pointer;font-family:inherit}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border-radius:4px;font-size:.9rem;font-weight:600;border:none;transition:background var(--transition),border-color var(--transition)}.btn-primary{background:var(--accent);color:#fff;border:1px solid var(--accent)}.btn-primary:hover:not(:disabled){background:var(--accent-dark);border-color:var(--accent-dark)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.spinner{display:inline-block;width:18px;height:18px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pill{display:inline-block;padding:2px 10px;border-radius:3px;font-size:.82em;font-weight:600;color:#fff}.duration{color:var(--text-muted);font-size:.82em}
