:root{--bg: #f4f3f1;--surface: #ffffff;--surface-2: #faf9f7;--ink: #1c1b22;--ink-2: #565463;--ink-3: #8a8896;--line: #e7e5e1;--line-2: #efedea;--accent: #5a54e0;--accent-ink: #3f39c2;--accent-soft: #efeefe;--green: #1f9d63;--green-soft: #e5f5ec;--amber: #c88a1a;--red: #d1483a;--red-soft: #fbe9e7;--radius: 14px;--radius-sm: 9px;--shadow-sm: 0 1px 2px rgba(28, 27, 34, .05);--shadow: 0 8px 26px -14px rgba(28, 27, 34, .28);--mono: ui-monospace, "SF Mono", "JetBrains Mono", "Cascadia Code", Menlo, Consolas, monospace;--sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--sans);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}h1,h2{margin:0}.mono{font-family:var(--mono);font-size:.78rem;color:var(--ink-3)}.app{display:flex;flex-direction:column;height:100%}.topbar{display:flex;align-items:center;justify-content:space-between;padding:0 22px;height:58px;background:var(--surface);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:baseline;gap:9px}.brand-mark{color:var(--accent);font-size:1.15rem;transform:translateY(1px)}.brand-name{font-weight:680;letter-spacing:-.01em}.brand-sub{color:var(--ink-2);font-weight:560;font-size:.9rem;padding-left:9px;margin-left:2px;border-left:1px solid var(--line)}.topbar-meta{display:flex;gap:8px}.pill{font-size:.72rem;font-weight:560;padding:4px 10px;border-radius:999px;border:1px solid var(--line)}.pill-live{color:var(--accent-ink);background:var(--accent-soft);border-color:transparent}.pill-demo{color:var(--accent-ink);background:var(--accent-soft);border-color:transparent;letter-spacing:.03em}.topbar-note{display:flex;align-items:center;gap:10px;min-width:0;max-width:62%}.topbar-note-text{font-size:.76rem;line-height:1.35;color:var(--ink-3);font-weight:500}.workbench{flex:1;min-height:0;display:grid;grid-template-columns:372px 1fr}.inbox{border-right:1px solid var(--line);background:var(--surface-2);display:flex;flex-direction:column;min-height:0}.inbox-head{display:flex;align-items:center;gap:9px;padding:16px 18px 12px}.inbox-head h2{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-2)}.count{font-size:.72rem;font-weight:640;color:var(--ink-2);background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:1px 8px}.ticket-list{list-style:none;margin:0;padding:0 10px 16px;overflow-y:auto}.ticket-card{width:100%;text-align:left;display:flex;gap:11px;padding:13px 12px;margin-bottom:6px;background:transparent;border:1px solid transparent;border-radius:var(--radius-sm);transition:background .12s ease,border-color .12s ease,transform .12s ease}.ticket-card:hover{background:var(--surface);border-color:var(--line)}.ticket-card.is-active{background:var(--surface);border-color:var(--accent);box-shadow:var(--shadow-sm),inset 3px 0 0 var(--accent)}.avatar{flex:none;width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent-ink);font-size:.74rem;font-weight:680;letter-spacing:.02em}.ticket-body{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.ticket-row{display:flex;align-items:center;gap:8px}.ticket-subject{font-weight:600;font-size:.9rem;color:var(--ink);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tag{flex:none;font-size:.64rem;font-weight:640;padding:2px 7px;border-radius:999px;letter-spacing:.02em}.tag-new{color:var(--accent-ink);background:var(--accent-soft)}.tag-follow{color:var(--amber);background:#fbf1dc}.ticket-from{font-size:.78rem;color:var(--ink-2);font-weight:520}.ticket-preview{font-size:.8rem;color:var(--ink-3);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ticket-foot{display:flex;align-items:center;gap:10px;margin-top:2px}.ticket-id{font-family:var(--mono);font-size:.7rem;color:var(--ink-3)}.dot-analyzed{font-size:.68rem;font-weight:600;color:var(--green)}.dot-analyzed:before{content:"●";margin-right:4px;font-size:.6rem}.panel{min-height:0;overflow:hidden;display:flex;flex-direction:column;background:var(--bg)}.panel-empty{display:grid;place-items:center}.workspace{flex:1;min-height:0;display:flex;flex-direction:column;padding:18px 22px;gap:12px;overflow:hidden}.ws-head{flex:none;display:flex;flex-direction:column;gap:10px}.ws-head-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.ws-title{min-width:0}.ws-title h1{font-size:1.22rem;letter-spacing:-.015em;line-height:1.25}.ws-actions{flex:none;display:flex;align-items:center;gap:12px}.ws-body{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:12px}.ws-col{min-height:0;display:flex;flex-direction:column;gap:12px;overflow:hidden}.ws-placeholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:var(--radius);background-color:var(--surface-2);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' preserveAspectRatio='none'%3E%3Crect x='0' y='0' width='100%25' height='100%25' rx='14' ry='14' fill='none' stroke='%23cfcdc7' stroke-width='2' stroke-dasharray='14 9' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;padding:24px;color:var(--ink-2)}.ws-placeholder .empty-mark{font-size:2rem;opacity:.4;margin-bottom:8px}.ws-placeholder p{max-width:320px;line-height:1.55;font-size:.9rem}.panel .card{display:flex;flex-direction:column;min-height:0}.panel .card-head{flex:none}.panel .card>.card-body{flex:1;overflow-y:auto}.panel .card>.card-body.is-loading{overflow:hidden}.panel .feedback-bar,.panel .feedback-edit,.panel .feedback-reject{flex:none}.ws-left .card-customer{flex:0 0 auto;min-height:0}.ws-left .card-summary{flex:none}.ws-left .card-notes{flex:2 1 auto;min-height:110px}.ws-right .card-reply{flex:1 1 auto;min-height:180px}.ws-right .card-references{flex:none;max-height:34%}.empty{max-width:380px;text-align:center}.empty-mark{font-size:2.4rem;color:var(--accent);opacity:.5}.empty h2{margin:14px 0 8px;font-size:1.15rem}.empty p{color:var(--ink-2);line-height:1.6;font-size:.92rem}.thread-meta{display:flex;flex-wrap:wrap;gap:12px;align-items:baseline;margin-top:7px;color:var(--ink-2);font-size:.85rem}.messages{display:flex;flex-direction:column;gap:10px}.msg{border:1px solid var(--line);border-radius:var(--radius-sm);padding:11px 13px;background:var(--surface)}.msg-agent{background:var(--surface-2);border-style:dashed}.msg-role{font-size:.68rem;font-weight:680;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-3)}.msg-agent .msg-role{color:var(--amber)}.msg-body{margin-top:5px;font-size:.9rem;line-height:1.55;white-space:pre-wrap}.msg-time{margin-top:6px}.record-id{font-family:var(--mono);font-size:.72rem;color:var(--ink-3)}.btn{font-size:.86rem;font-weight:600;border-radius:9px;padding:9px 16px;border:1px solid transparent;transition:filter .12s ease,background .12s ease,border-color .12s ease}.btn:disabled{opacity:.55;cursor:default}.btn-primary{background:var(--accent);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:not(:disabled):hover{filter:brightness(1.06)}.btn-ghost{background:var(--surface);color:var(--ink-2);border-color:var(--line)}.btn-ghost:not(:disabled):hover{border-color:var(--ink-3)}.btn-accept{background:var(--green-soft);color:var(--green);border-color:transparent}.btn-reject{background:var(--red-soft);color:var(--red);border-color:transparent}.btn-accept:not(:disabled):hover,.btn-reject:not(:disabled):hover{filter:brightness(.97)}.error-bar{background:var(--red-soft);color:var(--red);border-radius:var(--radius-sm);padding:10px 13px;font-size:.85rem}.tool-strip{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:8px 12px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm)}.tool-strip-label{font-size:.7rem;font-weight:680;text-transform:uppercase;letter-spacing:.07em;color:var(--ink-3)}.tool-chips{display:flex;gap:7px;flex-wrap:wrap}.tool-chip{display:inline-flex;align-items:center;gap:7px;font-size:.76rem;font-weight:540;color:var(--ink-2);background:var(--surface-2);border:1px solid var(--line);border-radius:999px;padding:3px 10px}.tool-dot{width:7px;height:7px;border-radius:50%;background:var(--ink-3);flex:none}.tool-running .tool-dot{background:var(--amber);animation:pulse 1s ease-in-out infinite}.tool-done .tool-dot{background:var(--green)}.tool-error .tool-dot{background:var(--red)}.tool-hits{font-family:var(--mono);font-size:.68rem;color:var(--ink-2);background:var(--surface);border-radius:999px;padding:0 6px;margin-left:2px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.card-reply{box-shadow:var(--shadow);border-color:#dcd9f4}.card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--line-2)}.card-reply .card-head{background:linear-gradient(180deg,var(--accent-soft),#fff);border-color:#e6e4f9}.card-title{display:flex;align-items:baseline;gap:10px;min-width:0}.card-name{font-weight:660;font-size:.95rem}.card-hint{font-size:.76rem;color:var(--ink-3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-actions{display:flex;align-items:center;gap:12px;flex:none}.streaming-tag{font-size:.68rem;font-weight:640;color:var(--accent-ink);text-transform:uppercase;letter-spacing:.05em}.link-btn{background:none;border:none;padding:0;font-size:.78rem;font-weight:560;color:var(--accent-ink);text-decoration:none}.link-btn:hover:not(:disabled){text-decoration:underline}.link-btn:disabled{color:var(--ink-3);cursor:default}.card-body{padding:14px 16px}.section-text{font-size:.9rem;line-height:1.62;white-space:pre-wrap;word-break:break-word;color:var(--ink)}.card-notes .section-text,.card-references .section-text,.card-summary .section-text{color:var(--ink-2)}.cursor{display:inline-block;width:7px;height:1.05em;margin-left:2px;transform:translateY(2px);background:var(--accent);border-radius:1px;animation:blink 1s step-start infinite}@keyframes blink{50%{opacity:0}}.translation{margin-top:12px;padding-top:12px;border-top:1px dashed var(--line);font-size:.88rem;line-height:1.62;color:var(--ink-2);white-space:pre-wrap}.skeleton-lines{display:flex;flex-direction:column;gap:13px}.skeleton-line{height:13px;border-radius:6px;width:100%;background:linear-gradient(90deg,var(--line-2),#e4e1db,var(--line-2));background-size:200% 100%;animation:shimmer 1.3s linear infinite}.skeleton-line:nth-child(3n+2){width:92%}.skeleton-line:nth-child(3n){width:76%}.skeleton-line:nth-child(5n){width:58%}@keyframes shimmer{to{background-position:-200% 0}}.feedback-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:11px 16px;border-top:1px solid var(--line-2);background:var(--surface-2)}.fb-label{font-size:.82rem;color:var(--ink-2);font-weight:540}.fb-buttons{display:flex;gap:8px}.fb-buttons .btn{padding:6px 13px;font-size:.8rem}.feedback-bar.done{justify-content:flex-start}.fb-badge{font-size:.78rem;font-weight:660;padding:3px 10px;border-radius:999px}.fb-accepted{color:var(--green);background:var(--green-soft)}.fb-modified{color:var(--accent-ink);background:var(--accent-soft)}.fb-rejected{color:var(--red);background:var(--red-soft)}.fb-note{font-size:.78rem;color:var(--ink-3)}.fb-reason{font-size:.78rem;font-weight:600;color:var(--red)}.feedback-edit,.feedback-reject{padding:12px 16px;border-top:1px solid var(--line-2);background:var(--surface-2)}.feedback-edit textarea,.reject-reason{width:100%;resize:vertical;font-family:var(--sans);font-size:.88rem;line-height:1.55;padding:10px 12px;border:1px solid var(--line);border-radius:9px;color:var(--ink);background:#fff}.feedback-edit textarea:focus,.reject-reason:focus{outline:2px solid var(--accent-soft);border-color:var(--accent)}.feedback-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.reject-head{font-size:.84rem;font-weight:600;color:var(--ink);margin-bottom:9px}.reject-cats{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:10px}.reject-chip{font-size:.78rem;font-weight:540;color:var(--ink-2);background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:5px 12px;transition:border-color .12s ease,background .12s ease,color .12s ease}.reject-chip:hover{border-color:var(--ink-3)}.reject-chip.is-sel{background:var(--red-soft);border-color:var(--red);color:var(--red);font-weight:620}@media (max-width: 1180px){.workspace{overflow-y:auto}.ws-body{grid-template-columns:1fr}.ws-col{overflow:visible}.panel .card{min-height:0}.panel .card>.card-body{overflow-y:visible}.ws-left .card-customer,.ws-left .card-notes,.ws-right .card-reply{flex:none}.ws-right .card-references{max-height:none}}@media (max-width: 900px){.workbench{grid-template-columns:1fr}.inbox,.topbar-note-text{display:none}}
