@import"https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap";:root{--ivanor-primary: #ff7a0b;--ivanor-primary-hover: #e86d05;--ivanor-primary-soft: #fff1e5;--ivanor-dark: #333333;--ivanor-bg: #f7f7f8;--ivanor-card: #ffffff;--ivanor-border: #e5e7eb;--ivanor-border-soft: #f0f1f3;--ivanor-text: #181a1d;--ivanor-muted: #6b7280;--ivanor-green: #10b981;--ivanor-grey: #9ca3af}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:PT Sans,Arial,Helvetica Neue,Helvetica,sans-serif;background:var(--ivanor-bg);color:var(--ivanor-text);-webkit-font-smoothing:antialiased;font-size:14px}a{color:var(--ivanor-primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}.app-shell{display:grid;grid-template-columns:220px 1fr;height:100%}.app-main{overflow:hidden;background:var(--ivanor-bg)}.sidebar{background:#fff;border-right:1px solid var(--ivanor-border);display:flex;flex-direction:column;padding:20px 12px}.sidebar-brand{font-size:22px;font-weight:800;color:var(--ivanor-primary);padding:0 12px 24px;letter-spacing:-.5px}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:2px}.sidebar-nav-section{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--ivanor-muted);padding:12px 12px 6px}.sidebar-nav-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;color:var(--ivanor-text);font-size:14px;text-decoration:none;transition:background .12s ease}.sidebar-nav-item:hover{background:var(--ivanor-bg);text-decoration:none}.sidebar-nav-item.active{background:var(--ivanor-primary-soft);color:var(--ivanor-primary);font-weight:600}.sidebar-nav-icon{font-size:16px;width:20px;text-align:center}.sidebar-user{padding:12px;border-top:1px solid var(--ivanor-border);margin-top:12px}.sidebar-user-email{font-size:12px;color:var(--ivanor-muted);margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-logout{background:none;border:1px solid var(--ivanor-border);border-radius:6px;padding:6px 10px;cursor:pointer;font-size:12px;color:var(--ivanor-text);width:100%}.sidebar-logout:hover{background:var(--ivanor-bg)}.sessions-grid{display:grid;grid-template-columns:340px 1fr 280px;height:100%;background:var(--ivanor-bg);gap:1px}.sessions-grid>*{background:#fff}.session-list{display:flex;flex-direction:column;border-right:1px solid var(--ivanor-border);overflow:hidden}.session-list-header{padding:16px 20px;border-bottom:1px solid var(--ivanor-border-soft)}.session-list-header h2{margin:0;font-size:18px}.tabs{display:flex;gap:4px;padding:8px 12px;border-bottom:1px solid var(--ivanor-border-soft)}.tab{flex:1;padding:6px 8px;border:0;background:transparent;cursor:pointer;font-size:13px;color:var(--ivanor-muted);border-radius:6px}.tab:hover{background:var(--ivanor-bg)}.tab.active{background:var(--ivanor-primary-soft);color:var(--ivanor-primary);font-weight:600}.search{padding:8px 12px;border-bottom:1px solid var(--ivanor-border-soft)}.search input{width:100%;padding:8px 12px;font-size:13px;background:var(--ivanor-bg);border:1px solid var(--ivanor-border);border-radius:8px}.search input:focus{outline:none;border-color:var(--ivanor-primary)}.session-list-rows{flex:1;overflow-y:auto;padding:4px 0}.session-row{display:block;width:100%;text-align:left;padding:12px 16px;background:#fff;border:0;border-bottom:1px solid var(--ivanor-border-soft);cursor:pointer;font-family:inherit}.session-row:hover{background:var(--ivanor-bg)}.session-row.active{background:var(--ivanor-primary-soft)}.session-row-top{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;margin-bottom:4px}.session-row-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-row-time{font-size:11px;color:var(--ivanor-muted);font-weight:400}.session-row-meta{font-size:12px;color:var(--ivanor-muted);display:flex;gap:8px;align-items:center}.session-row-id{font-family:ui-monospace,monospace;font-size:11px;color:var(--ivanor-muted);flex-shrink:0}.session-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.session-dot.dot-active{background:var(--ivanor-green)}.session-dot.dot-completed{background:var(--ivanor-grey)}.session-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:500}.session-badge.active-badge{background:#d1fae5;color:#065f46}.session-badge.completed-badge{background:#f3f4f6;color:#4b5563}.session-badge.request-badge{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;background:#d1fae5;color:#065f46}.session-badge.request-badge svg{width:12px;height:12px}.session-badge.rating-badge{flex-shrink:0;background:#fef3c7;color:#92400e}.detail-pane{display:flex;flex-direction:column;overflow:hidden}.detail-pane.empty-pane{align-items:center;justify-content:center;color:var(--ivanor-muted);font-size:14px;padding:48px;text-align:center}.detail-pane-header{padding:16px 24px;border-bottom:1px solid var(--ivanor-border-soft)}.detail-pane-header h3{margin:0;font-size:16px}.detail-back{display:none}.info-pane{border-left:1px solid var(--ivanor-border);overflow-y:auto;padding:0}.info-pane-header{font-size:14px;font-weight:600;padding:16px 20px;border-bottom:1px solid var(--ivanor-border-soft)}.info-list{margin:0;padding:16px 20px}.info-row{display:flex;flex-direction:column;gap:2px;padding:10px 0;border-bottom:1px solid var(--ivanor-border-soft)}.info-row:last-child{border-bottom:0}.info-row dt{font-size:12px;color:var(--ivanor-muted)}.info-row dd{margin:0;font-size:13px;color:var(--ivanor-text)}.info-mono{font-family:ui-monospace,monospace;font-size:11px!important;word-break:break-all}.transcript-scroll{flex:1;overflow-y:auto;padding:24px;background:var(--ivanor-bg)}.msg{margin-bottom:14px;display:flex;flex-direction:column}.msg-user{align-items:flex-end}.msg-ai{align-items:flex-start}.msg-content{padding:10px 14px;border-radius:16px;white-space:pre-wrap;font-size:14px;line-height:1.5;word-wrap:break-word}.msg-user .msg-content{background:var(--ivanor-dark);color:#fff;max-width:75%;border-bottom-right-radius:4px}.msg-ai .msg-content{background:#f1f3f5;color:var(--ivanor-text);max-width:85%;border-bottom-left-radius:4px}.md{white-space:normal}.md>*:first-child{margin-top:0}.md>*:last-child{margin-bottom:0}.md p{margin:0 0 8px;line-height:1.5}.md p:last-child{margin-bottom:0}.md h1,.md h2,.md h3,.md h4{margin:12px 0 6px;font-weight:700;line-height:1.3}.md h1{font-size:18px}.md h2{font-size:16px}.md h3{font-size:14px}.md h4{font-size:13px}.md ul,.md ol{margin:4px 0 8px;padding-left:22px}.md li{margin:2px 0;line-height:1.5}.md li>p{margin:0}.md a{color:var(--ivanor-primary);text-decoration:underline}.md strong{font-weight:700}.md em{font-style:italic}.md hr{border:0;border-top:1px solid var(--ivanor-border);margin:12px 0}.md blockquote{margin:6px 0;padding:4px 12px;border-left:3px solid var(--ivanor-border);color:var(--ivanor-muted)}.md code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;background:#0000000f;padding:1px 5px;border-radius:4px}.md pre{margin:6px 0;padding:10px 12px;background:#0f1115;color:#f5f7fa;border-radius:8px;overflow:auto;font-size:12px;line-height:1.5}.md pre code{background:transparent;padding:0;color:inherit;font-size:12px}.md table{border-collapse:collapse;margin:6px 0;font-size:12px}.md th,.md td{border:1px solid var(--ivanor-border);padding:4px 8px;text-align:left}.md th{background:var(--ivanor-bg);font-weight:600}.tool-card{margin:10px 0 14px;background:#fff;border:1px solid var(--ivanor-border);border-radius:10px;font-size:13px;overflow:hidden;max-width:100%}.tool-card.is-open{box-shadow:0 1px 2px #0000000a}.tool-card-header{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;background:#fff;border:0;cursor:pointer;font-family:inherit;font-size:13px;text-align:left;color:var(--ivanor-text)}.tool-card-header:hover{background:var(--ivanor-bg)}.tool-card.is-open .tool-card-header{border-bottom:1px solid var(--ivanor-border-soft)}.tool-card-chev{color:var(--ivanor-muted);font-size:11px;width:12px;flex-shrink:0}.tool-card-name{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;font-weight:600;color:#3730a3;background:#eef0ff;padding:2px 8px;border-radius:5px;flex-shrink:0}.tool-card-preview{flex:1;color:var(--ivanor-muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.tool-card-status{flex-shrink:0;font-size:11px;font-weight:500;padding:2px 8px;border-radius:999px;text-transform:lowercase}.tool-card-status.is-ok{background:#ecfdf5;color:#047857}.tool-card-status.is-cancelled{background:#fef3c7;color:#92400e}.order-badge+.tool-card{margin-top:0}.order-badge{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:14px 0 6px;padding:9px 12px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;font-size:13px;color:#047857}.order-badge-check{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:var(--ivanor-green);color:#fff;border-radius:999px;font-size:11px;font-weight:700;flex-shrink:0}.order-badge-label{font-weight:600}.order-badge-num,.order-badge-id,.order-badge-page{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;background:#fff;border:1px solid #a7f3d0;padding:2px 8px;border-radius:5px}.order-badge-id{color:#065f46}.order-badge-page{color:#065f46;word-break:break-all}.tool-card-result-preview{padding:6px 12px 9px 36px;font-size:12px;color:var(--ivanor-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-top:1px dashed var(--ivanor-border-soft);background:#fafbfc}.tool-card-body{padding:12px 14px 14px;background:#fafbfc;display:flex;flex-direction:column;gap:12px}.tool-section-label{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--ivanor-muted);margin-bottom:6px;font-weight:600}.tool-kv{margin:0;display:grid;grid-template-columns:max-content 1fr;gap:4px 14px;background:#fff;border:1px solid var(--ivanor-border-soft);border-radius:8px;padding:10px 12px}.tool-kv-row{display:contents}.tool-kv dt{font-family:ui-monospace,monospace;font-size:11px;color:var(--ivanor-muted);padding:2px 0}.tool-kv dd{margin:0;font-size:12px;color:var(--ivanor-text);word-break:break-word;padding:2px 0}.tool-kv-empty{color:var(--ivanor-grey)}.tool-section-pre{margin:0;padding:10px 12px;background:#fff;border:1px solid var(--ivanor-border-soft);border-radius:8px;font-size:11px;line-height:1.5;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap;word-break:break-word;color:var(--ivanor-text);max-height:320px;overflow:auto}.empty{text-align:center;padding:48px 24px;color:var(--ivanor-muted);font-size:13px}.stats-page{padding:24px;height:100%;overflow-y:auto}.stats-page h2{margin:0 0 24px;font-size:20px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:900px}.stat-card{background:var(--ivanor-card);border:1px solid var(--ivanor-border);border-radius:12px;padding:20px}.stat-card .label{font-size:13px;color:var(--ivanor-muted)}.stat-card .value{font-size:32px;font-weight:700;margin-top:8px}.stats-periods{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.stats-periods button{padding:7px 16px;font-size:13px;cursor:pointer;background:var(--ivanor-card);color:var(--ivanor-muted);border:1px solid var(--ivanor-border);border-radius:8px}.stats-periods button:hover{color:var(--ivanor-text)}.stats-periods button.active{background:var(--ivanor-primary-soft);color:var(--ivanor-primary);border-color:var(--ivanor-primary);font-weight:600}.conv-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1100px;margin-bottom:28px}.conv-card{background:var(--ivanor-card);border:1px solid var(--ivanor-border);border-radius:12px;padding:20px}.conv-card.accent{background:var(--ivanor-primary-soft);border-color:var(--ivanor-primary)}.conv-card .value{font-size:34px;font-weight:700;color:var(--ivanor-primary)}.conv-card .label{font-size:14px;font-weight:600;margin-top:6px}.conv-card .sub{font-size:12px;color:var(--ivanor-muted);margin-top:2px}.funnel{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1100px}.stats-subhead{margin:28px 0 16px;font-size:16px}.stats-table-filter{max-width:1100px;margin-bottom:12px}.page-select{position:relative;max-width:360px}.page-select-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;font:inherit;font-size:13px;text-align:left;background:var(--ivanor-card);border:1px solid var(--ivanor-border);border-radius:8px;color:var(--ivanor-text);cursor:pointer}.page-select-toggle:focus{outline:none;border-color:var(--ivanor-primary)}.page-select-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-select-caret{color:var(--ivanor-muted);font-size:11px;flex-shrink:0}.page-select-menu{position:absolute;z-index:10;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--ivanor-border);border-radius:8px;box-shadow:0 8px 24px #00000014;max-height:280px;overflow-y:auto;padding:4px}.page-select-clear{display:block;width:100%;text-align:left;padding:8px 10px;border:0;background:transparent;font:inherit;font-size:13px;color:var(--ivanor-primary);cursor:pointer;border-radius:6px}.page-select-clear:hover{background:var(--ivanor-bg)}.page-select-clear:disabled{color:var(--ivanor-muted);cursor:default}.page-select-item{display:flex;align-items:center;gap:8px;padding:8px 10px;font-size:13px;border-radius:6px;cursor:pointer;word-break:break-all}.page-select-item:hover{background:var(--ivanor-bg)}.page-select-item input{accent-color:var(--ivanor-primary);flex-shrink:0}.stats-table-wrap{max-width:1100px;overflow:auto;max-height:540px;background:var(--ivanor-card);border:1px solid var(--ivanor-border);border-radius:12px}.stats-table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px}.stats-table th,.stats-table td{padding:10px 16px;text-align:right;white-space:nowrap;border-bottom:1px solid var(--ivanor-border-soft)}.stats-table th:first-child,.stats-table td:first-child{text-align:left}.stats-table th{font-size:12px;font-weight:500;color:var(--ivanor-muted);background:var(--ivanor-bg);position:sticky;top:0;z-index:2}.stats-table .page-cell{white-space:normal;overflow-wrap:break-word}.stats-table .cell-pct{color:var(--ivanor-muted);font-size:11px;font-weight:400}.stats-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.stats-table th.sortable:hover{color:var(--ivanor-text)}.stats-table .sort-arrow{margin-left:4px;color:var(--ivanor-primary)}.stats-table .empty-cell{text-align:center;color:var(--ivanor-muted);padding:24px}.stats-table tfoot td{font-weight:700;background:var(--ivanor-bg);border-bottom:0;position:sticky;bottom:0;z-index:2;box-shadow:0 -1px 0 var(--ivanor-border)}.feedback-stars{color:var(--ivanor-primary);letter-spacing:1px}.feedback-comment{margin-top:4px;font-size:12px;color:var(--ivanor-muted);font-style:italic}.feedback-when{margin-top:2px;font-size:12px;color:var(--ivanor-muted)}.login-shell{height:100%;display:flex;align-items:center;justify-content:center;background:var(--ivanor-bg)}.login-card{background:#fff;padding:32px;border-radius:12px;box-shadow:0 4px 24px #0000000f;width:360px}.login-card h1{margin:0 0 8px;font-size:20px}.login-card p{margin:0 0 24px;color:var(--ivanor-muted);font-size:14px}.login-card label{display:block;font-size:13px;margin-bottom:4px;color:var(--ivanor-muted)}.login-card input{width:100%;padding:10px 12px;border:1px solid var(--ivanor-border);border-radius:8px;font-size:14px;margin-bottom:14px}.login-card button{width:100%;padding:10px;background:var(--ivanor-primary);color:#fff;border:0;border-radius:8px;font-weight:600;cursor:pointer;font-size:14px}.login-card .err{color:var(--ivanor-primary);font-size:13px;margin-bottom:12px}@media(max-width:640px){.app-shell{grid-template-columns:1fr;grid-template-rows:auto 1fr}.sidebar{flex-direction:row;flex-wrap:wrap;align-items:center;gap:4px 12px;padding:10px 12px;border-right:0;border-bottom:1px solid var(--ivanor-border)}.sidebar-brand{padding:0;margin-right:auto}.sidebar-nav{flex:0 0 auto;flex-direction:row;gap:4px}.sidebar-nav-section{display:none}.sidebar-nav-item{padding:6px 10px}.sidebar-user{flex:1 1 100%;display:flex;align-items:center;gap:12px;margin-top:0;padding:8px 0 0}.sidebar-user-email{margin-bottom:0;flex:1}.sidebar-logout{width:auto;flex:0 0 auto}.stats-page{padding:16px}.conv-row,.funnel{grid-template-columns:repeat(2,1fr);gap:12px}.stats{grid-template-columns:1fr}.conv-card,.stat-card{padding:16px}.stats-table{font-size:12px}.stats-table th,.stats-table td{padding:8px;white-space:normal}.stats-table th{font-size:11px}.page-select{max-width:none}.sessions-grid{grid-template-columns:1fr}.sessions-grid:not(.has-detail) .empty-pane{display:none}.sessions-grid.has-detail{display:block;height:100%;overflow-y:auto}.sessions-grid.has-detail .session-list{display:none}.sessions-grid.has-detail .detail-pane{height:auto;overflow:visible}.sessions-grid.has-detail .transcript-scroll{flex:none;overflow:visible}.sessions-grid.has-detail .info-pane{border-left:0;border-top:1px solid var(--ivanor-border);overflow:visible}.detail-back{display:inline-block;font-size:13px;margin-bottom:8px;color:var(--ivanor-primary)}}
