*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{color:#1e293b;background:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;overflow:hidden}button,textarea{font:inherit}ul{list-style:none}a{color:inherit;text-decoration:none}.cp-modal{background:#fff;flex-direction:column;width:100%;height:100vh;display:flex;overflow:hidden}.cp-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;display:flex}.cp-header-left{align-items:center;gap:12px;min-width:0;display:flex}.cp-logo{flex-shrink:0;width:28px;height:28px}.cp-logo svg{width:28px;height:28px}.cp-header-title-block{min-width:0}.cp-title{color:#1e293b;font-size:16px;font-weight:700;line-height:1.2}.cp-subtitle{flex-wrap:wrap;align-items:center;gap:7px;margin-top:3px;display:flex}.cp-ticket-chip{color:#2563eb;white-space:nowrap;background:#eff6ff;border-radius:4px;padding:1px 7px;font-size:11px;font-weight:700}.cp-subject-text{color:#64748b;white-space:nowrap;text-overflow:ellipsis;max-width:500px;font-size:12px;overflow:hidden}.cp-header-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.cp-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:7px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;line-height:1;transition:background .12s,border-color .12s,color .12s,opacity .12s;display:inline-flex}.cp-btn:disabled{opacity:.5;cursor:default}.cp-btn-outline{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.cp-btn-outline:hover:not(:disabled){background:#dbeafe}.cp-btn-primary{color:#fff;background:#2563eb;padding:8px 18px}.cp-btn-primary:hover:not(:disabled){background:#1d4ed8}.cp-btn-action{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;font-size:12.5px}.cp-btn-action:hover{background:#dbeafe}.cp-btn-ghost{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;font-size:12.5px}.cp-btn-ghost:hover{background:#f1f5f9}.cp-btn-applied{color:#16a34a;background:#dcfce7;border:1px solid #bbf7d0}.cp-btn-icon{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .12s,color .12s;display:flex}.cp-btn-icon svg{width:14px;height:14px}.cp-btn-icon:hover{color:#1e293b;background:#f1f5f9}.cp-spinner{border:2px solid #bfdbfe;border-top-color:#2563eb;border-radius:50%;flex-shrink:0;width:12px;height:12px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.cp-body{flex-direction:column;flex:1;display:flex;overflow:hidden}.cp-tabs{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;padding:0 24px;display:flex}.cp-tab{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;margin-bottom:-1px;padding:11px 16px;font-size:13px;font-weight:600;transition:color .12s,border-color .12s}.cp-tab:hover{color:#2563eb}.cp-tab.active{color:#2563eb;border-bottom-color:#2563eb}.cp-panel{background:#f8f9fa;flex:1;padding:16px 24px;overflow-y:auto}.cp-card-list{flex-direction:column;gap:10px;display:flex}.cp-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px;box-shadow:0 1px 4px #00000014}.cp-card-link{color:#2563eb;margin-bottom:7px;font-size:13.5px;font-weight:600;line-height:1.35;display:block}.cp-card-link:hover{text-decoration:underline}.cp-card-text{color:#475569;font-size:13px;line-height:1.6}.cp-expand-btn{color:#2563eb;cursor:pointer;background:0 0;border:none;margin-left:4px;padding:0;font-size:12.5px;font-weight:600}.cp-expand-btn:hover{text-decoration:underline}.cp-card-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.cp-ticket-meta{flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:8px;display:flex}.cp-badge{color:#2563eb;white-space:nowrap;background:#eff6ff;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700}.cp-ticket-desc{color:#1e293b;font-size:13.5px;font-weight:600}.cp-feedback-row{align-items:center;gap:5px;margin-left:auto;display:flex}.cp-feedback-label{color:#94a3b8;font-size:12px}.cp-vote-btn{cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:6px;padding:3px 8px;font-size:13px;line-height:1;transition:background .12s,border-color .12s}.cp-vote-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.cp-vote-btn.active{background:#eff6ff;border-color:#2563eb}.cp-card--skeleton{pointer-events:none}.sk{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;border-radius:5px;height:12px;margin-bottom:9px;animation:1.4s ease-in-out infinite shimmer}.sk-w40{width:40%}.sk-w55{width:55%}.sk-w80{width:80%}.sk-w100{width:100%}.sk-btn{width:150px;height:28px;margin-top:12px;margin-bottom:0}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cp-panel:has(.cp-chat){padding:0}.cp-chat{flex-direction:column;height:100%;display:flex}.cp-chat-messages{flex-direction:column;flex:1;gap:10px;padding:16px 24px;display:flex;overflow-y:auto}.cp-msg{align-items:flex-start;gap:9px;display:flex}.cp-msg--bot{justify-content:flex-start}.cp-msg--user{flex-direction:row-reverse;justify-content:flex-end}.cp-avatar{color:#fff;background:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;font-size:10px;font-weight:700;display:flex}.cp-msg-body{flex-direction:column;gap:5px;max-width:76%;display:flex}.cp-msg-bubble{border-radius:10px;padding:9px 13px;font-size:13px;line-height:1.55;display:inline-block}.cp-msg--bot .cp-msg-bubble{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:2px 10px 10px;box-shadow:0 1px 3px #0000000f}.cp-msg--user .cp-msg-bubble{color:#fff;background:#2563eb;border-radius:10px 2px 10px 10px}.cp-typing{align-items:center;gap:4px;padding:11px 14px;display:inline-flex}.cp-typing span{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.3s ease-in-out infinite blink;display:inline-block}.cp-typing span:nth-child(2){animation-delay:.2s}.cp-typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.25;transform:scale(.8)}40%{opacity:1;transform:scale(1.1)}}.cp-citations{flex-wrap:wrap;gap:5px;display:flex}.cp-citation-chip{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;padding:2px 10px;font-size:11.5px;font-weight:600;transition:background .12s}.cp-citation-chip:hover{background:#dbeafe}.cp-chat-input-row{background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;align-items:flex-end;gap:8px;padding:12px 24px;display:flex}.cp-chat-input{resize:none;color:#1e293b;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;flex:1;padding:8px 12px;font-size:13px;line-height:1.45;transition:border-color .12s}.cp-chat-input:focus{border-color:#2563eb}.cp-msg--bot .cp-msg-bubble strong{font-weight:700}.cp-msg--bot .cp-msg-bubble em{font-style:italic}.cp-msg--bot .cp-msg-bubble code{color:#1e293b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:1px 5px;font-family:ui-monospace,monospace;font-size:.88em}.cp-msg--bot .cp-msg-bubble .md-li{padding-left:16px;display:block;position:relative}.cp-msg--bot .cp-msg-bubble .md-li:before{content:"•";color:#64748b;position:absolute;left:5px}.cp-footer{background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:11px 24px;display:flex}.cp-ai-status{color:#64748b;align-items:center;gap:6px;font-size:12.5px;display:flex}.cp-status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.cp-status-dot--online{background:#22c55e;box-shadow:0 0 0 2px #dcfce7}.cp-status-dot--offline{background:#ef4444;box-shadow:0 0 0 2px #fee2e2}.cp-status-dot--loading{background:#f59e0b;animation:1.4s ease-in-out infinite pulse;box-shadow:0 0 0 2px #fef3c7}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.cp-ai-notice{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:7px;margin-bottom:10px;padding:8px 12px;font-size:12.5px}
