/* COBY AI custom response markup + chat UI */
.message.ai{width:min(920px,100%);max-width:min(920px,100%);margin:24px auto;padding:0;background:transparent;border-radius:0;color:var(--text,#222);box-shadow:none}.message.ai .message-label{margin:0 0 8px;font-size:11px;color:var(--primary,#27ae60);opacity:1;letter-spacing:.4px}.message.ai .message-content{line-height:1.75;font-size:15px;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.message.ai .message-content strong{font-weight:800}.message.user{width:fit-content;max-width:min(620px,72%);margin:14px max(0px,calc((100% - 920px)/2)) 14px auto;padding:9px 13px;border-radius:16px;font-size:14px;line-height:1.55}.message.user .message-label{display:none}.coby-answer-actions{margin-top:12px}.coby-answer-copy{border:1px solid #dcdcdc;border-radius:9px;padding:7px 10px;background:#fff;color:#555;cursor:pointer;font-size:12px;font-weight:700;transition:background .15s,transform .15s}.coby-answer-copy:hover{background:#f5f5f5}.coby-answer-copy:active{transform:scale(.97)}.coby-copy{width:100%;margin:14px 0;overflow:hidden;border:1px solid #303030;border-radius:13px;background:#1e1e1e;color:#f5f5f5}.coby-copy-head{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px 8px 13px;background:#292929;color:#cfcfcf;font-size:12px;font-weight:700}.coby-copy-btn{flex:none;border:0;border-radius:8px;padding:7px 10px;background:#fff;color:#222;cursor:pointer;font-size:12px;font-weight:700}.coby-copy-btn:active,.coby-answer-copy:active{transform:scale(.96)}.coby-copy pre{margin:0;padding:14px;overflow-x:auto;white-space:pre;font-family:Consolas,"Cascadia Code","D2Coding",monospace;font-size:13px;line-height:1.55;tab-size:4}.coby-callout{display:flex;align-items:flex-start;gap:9px;width:100%;margin:13px 0;padding:12px 14px;border-radius:12px;line-height:1.6}.coby-warning{border:1px solid #f0cf79;background:#fff8e5;color:#694f00}.coby-success{border:1px solid #9bd7ad;background:#edf9f0;color:#176b32}.coby-tip{border:1px solid #9fc8ed;background:#eef7ff;color:#1b4f7d}.coby-divider{width:100%;margin:18px 0;border:0;border-top:1px solid #dcdcdc}.chat-item{position:relative;padding-right:38px}.chat-delete{position:absolute;top:50%;right:7px;transform:translateY(-50%);width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:#999;cursor:pointer;font-size:18px;line-height:1;opacity:0}.chat-item:hover .chat-delete,.chat-delete:focus-visible{opacity:1}.chat-delete:hover{background:#fee;color:#c33}#userInput{resize:none;overflow-y:auto;max-height:150px;line-height:1.5}.admin-log-details{margin-top:10px;border-top:1px solid #eee;padding-top:8px}.admin-log-details summary{cursor:pointer;font-size:12px;color:#188b48;font-weight:700}.admin-log-messages{margin-top:8px;max-height:360px;overflow:auto}.admin-log-message{padding:9px 10px;margin:6px 0;border-radius:9px;background:#f7f7f7;font-size:12px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.admin-log-message b{display:block;font-size:10px;color:#777;margin-bottom:3px}.admin-log-message.assistant{border-left:3px solid #27ae60}.admin-log-message.user{border-left:3px solid #aaa}.danger-btn:disabled{opacity:.5;cursor:not-allowed}
@media(max-width:767px){.message.ai{width:100%;max-width:100%;margin:20px 0}.message.ai .message-content{font-size:14px}.message.user{max-width:82%;margin-right:0;margin-left:auto;padding:8px 12px;font-size:13px}.coby-answer-copy{padding:8px 10px}.chat-delete{opacity:1}.coby-copy pre{font-size:12px;padding:12px}.coby-callout{padding:11px 12px;font-size:14px}.admin-log-messages{max-height:300px}.admin-log-message{font-size:13px}}
