html,body{height:100%;margin:0;padding:0}body{color:#1f2937;-webkit-font-smoothing:antialiased;background:#f3f4f6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px}#root{width:100%}*{box-sizing:border-box;margin:0;padding:0}.app{flex-direction:column;gap:8px;padding:8px;display:flex}.top-section{flex:none}.chat-section{flex-direction:column;gap:8px;display:flex}.status-msg{color:#6b7280;text-align:center;padding:24px 0}.status-box{border-radius:6px;padding:12px;font-size:13px;line-height:1.5}.status-box p{margin-bottom:8px}.status-box--warn{color:#92400e;background:#fef3c7;border:1px solid #f59e0b}.status-box--error{color:#991b1b;background:#fee2e2;border:1px solid #ef4444}.btn-retry{cursor:pointer;background:0 0;border:1px solid;border-radius:4px;padding:4px 10px;font-size:12px}.draft-panel{background:#fff;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.draft-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:6px 10px;display:flex}.draft-header-left{align-items:center;gap:6px;display:flex}.draft-label{color:#374151;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.btn-insert{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:4px;padding:4px 10px;font-size:12px}.btn-insert:hover{background:#1d4ed8}.skeleton-badge{text-transform:uppercase;letter-spacing:.05em;color:#92400e;background:#fef3c7;border:1px solid #f59e0b;border-radius:3px;padding:2px 6px;font-size:10px;font-weight:600}.skeleton-warning{color:#78350f;background:#fffbeb;border-bottom:1px solid #fde68a;padding:6px 10px;font-size:12px;line-height:1.4}.missing-info-box{background:#fffbeb;border-bottom:1px solid #fde68a;padding:8px 10px}.missing-info-title{color:#78350f;text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px;font-size:11px;font-weight:700}.missing-info-help{color:#92400e;margin-bottom:6px;font-size:11px;line-height:1.4}.missing-info-list{flex-direction:column;gap:2px;margin:0;padding-left:16px;display:flex}.missing-info-list li{color:#78350f;font-size:12px;line-height:1.4}.draft-body{white-space:pre-wrap;color:#111827;max-height:420px;padding:10px;font-family:inherit;font-size:13px;line-height:1.6;overflow-y:auto}.target-section{background:#fff;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.target-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:6px 10px;display:flex}.target-label{color:#374151;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.btn-reset-auto{cursor:pointer;color:#6b7280;background:0 0;border:1px solid #d1d5db;border-radius:4px;padding:2px 8px;font-size:11px}.btn-reset-auto:hover:not(:disabled){background:#f3f4f6}.btn-reset-auto:disabled{opacity:.5;cursor:not-allowed}.target-empty{color:#9ca3af;text-align:center;padding:10px;font-size:12px}.target-list{background:#e5e7eb;flex-direction:column;gap:1px;max-height:165px;display:flex;overflow-y:auto}.target-item{text-align:left;cursor:pointer;background:#fff;border:none;width:100%;padding:7px 10px;transition:background .1s;display:block}.target-item:hover:not(:disabled){background:#f9fafb}.target-item:disabled{cursor:not-allowed;opacity:.6}.target-item--auto{background:#fffbeb;border-left:3px solid #f59e0b}.target-item--auto:hover:not(:disabled){background:#fef3c7}.target-item--selected{background:#eff6ff;border-left:3px solid #2563eb}.target-item--selected:hover:not(:disabled){background:#dbeafe}.target-item-header{align-items:center;gap:6px;margin-bottom:2px;display:flex}.target-item-seq{color:#374151;text-transform:uppercase;letter-spacing:.03em;font-size:11px;font-weight:600}.target-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:3px;padding:1px 5px;font-size:10px;font-weight:600}.target-badge--auto{color:#92400e;background:#fef3c7;border:1px solid #f59e0b}.target-badge--selected{color:#1e40af;background:#dbeafe;border:1px solid #93c5fd}.target-item-preview{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:1.4;overflow:hidden}.chat-history{flex-direction:column;gap:6px;display:flex}.chat-bubble{border-radius:6px;max-width:90%;padding:8px 10px}.chat-bubble--cs{background:#dbeafe;align-self:flex-end}.chat-bubble--agent{background:#fff;border:1px solid #e5e7eb;align-self:flex-start}.chat-role{color:#6b7280;margin-bottom:2px;font-size:11px;font-weight:600;display:block}.chat-content{white-space:pre-wrap;font-size:13px;line-height:1.5}.chat-input-row{align-items:flex-end;gap:6px;display:flex}.chat-input{resize:none;border:1px solid #d1d5db;border-radius:6px;flex:1;padding:6px 8px;font-family:inherit;font-size:13px;line-height:1.4}.chat-input:focus{border-color:#2563eb;outline:none}.chat-input:disabled{background:#f3f4f6}.btn-send{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:6px;padding:6px 14px;font-size:13px}.btn-send:disabled{cursor:not-allowed;background:#93c5fd}
