:root{--tc-navy:#031022;--tc-blue:#0877ff;--tc-blue2:#0357d7;--tc-cyan:#5fd7ff;--tc-border:#dce6f2;--tc-muted:#66748b}
.triton-chat-launcher{position:fixed;right:22px;bottom:22px;z-index:9998;border:0;border-radius:999px;background:linear-gradient(135deg,var(--tc-blue),var(--tc-blue2));color:#fff;padding:14px 20px;font:800 15px/1 Inter,Segoe UI,Arial,sans-serif;box-shadow:0 18px 45px rgba(1,62,155,.34);cursor:pointer;display:flex;align-items:center;gap:10px}.triton-chat-launcher:hover{transform:translateY(-2px)}.triton-chat-launcher:focus-visible,.triton-chat button:focus-visible,.triton-chat input:focus-visible,.triton-chat textarea:focus-visible{outline:3px solid #7bdcff;outline-offset:2px}
.triton-chat{position:fixed;right:22px;bottom:86px;width:min(400px,calc(100vw - 28px));height:min(650px,calc(100vh - 112px));z-index:9999;background:#fff;border:1px solid var(--tc-border);border-radius:20px;box-shadow:0 28px 80px rgba(3,16,34,.32);display:none;overflow:hidden;font-family:Inter,Segoe UI,Arial,sans-serif}.triton-chat.open{display:flex;flex-direction:column;animation:tcIn .18s ease-out}@keyframes tcIn{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}
.tc-head{background:linear-gradient(135deg,#04142d,#0754ba);color:#fff;padding:16px 17px;display:flex;align-items:center;gap:11px}.tc-head img{width:42px;height:42px;object-fit:contain}.tc-head-copy{min-width:0;flex:1}.tc-head strong{display:block;font-size:16px}.tc-head span{display:block;color:#cde5ff;font-size:12px;margin-top:3px}.tc-close{border:0;background:rgba(255,255,255,.12);color:#fff;width:34px;height:34px;border-radius:50%;font-size:22px;cursor:pointer}
.tc-status{display:flex;align-items:center;gap:6px;font-size:11px;color:#d9eeff}.tc-dot{width:7px;height:7px;background:#29d39a;border-radius:50%}.tc-messages{flex:1;overflow:auto;padding:16px;background:#f6f9fd;scroll-behavior:smooth}.tc-msg{display:flex;margin:0 0 12px}.tc-msg.user{justify-content:flex-end}.tc-bubble{max-width:88%;padding:11px 13px;border-radius:15px;line-height:1.45;font-size:14px;white-space:pre-wrap;overflow-wrap:anywhere}.tc-msg.bot .tc-bubble{background:#fff;border:1px solid var(--tc-border);color:#14213c;border-top-left-radius:5px}.tc-msg.user .tc-bubble{background:linear-gradient(135deg,var(--tc-blue),var(--tc-blue2));color:#fff;border-top-right-radius:5px}.tc-meta{font-size:10px;color:#7b879b;margin-top:4px}.tc-typing span{display:inline-block;width:7px;height:7px;background:#8da0ba;border-radius:50%;margin:0 2px;animation:tcDot 1.1s infinite}.tc-typing span:nth-child(2){animation-delay:.15s}.tc-typing span:nth-child(3){animation-delay:.3s}@keyframes tcDot{0%,70%,100%{transform:translateY(0)}35%{transform:translateY(-5px)}}
.tc-quick{padding:0 14px 10px;display:flex;gap:7px;overflow-x:auto;background:#fff}.tc-quick button{flex:0 0 auto;border:1px solid #cddcf0;background:#fff;color:#0754ba;border-radius:999px;padding:8px 11px;font-weight:750;font-size:12px;cursor:pointer}.tc-quick button:hover{background:#edf5ff}.tc-compose{border-top:1px solid var(--tc-border);background:#fff;padding:11px}.tc-compose-row{display:flex;gap:8px;align-items:flex-end}.tc-input{flex:1;min-height:44px;max-height:110px;resize:none;border:1px solid #cdd9e8;border-radius:12px;padding:11px 12px;font:14px/1.35 inherit}.tc-send{border:0;background:var(--tc-blue);color:#fff;border-radius:12px;width:44px;height:44px;font-size:19px;cursor:pointer}.tc-send:disabled{opacity:.5;cursor:not-allowed}.tc-disclosure{font-size:10px;line-height:1.35;color:#7b879b;margin:7px 3px 0}.tc-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}.tc-actions a,.tc-actions button{display:inline-flex;border-radius:9px;padding:8px 10px;font-weight:800;font-size:12px;text-decoration:none;border:1px solid #bad1ec;background:#fff;color:#0754ba;cursor:pointer}.tc-error{background:#fff1f1;border:1px solid #f3c2c2;color:#8e2020;padding:10px;border-radius:10px;font-size:12px;margin-bottom:10px}
.tc-lead{display:none;position:absolute;inset:62px 0 0;background:#fff;z-index:3;padding:18px;overflow:auto}.tc-lead.open{display:block}.tc-lead h3{margin:0 0 7px}.tc-lead p{color:var(--tc-muted);font-size:13px}.tc-field{margin:11px 0}.tc-field label{display:block;font-weight:800;font-size:12px;margin-bottom:5px}.tc-field input,.tc-field select,.tc-field textarea{width:100%;border:1px solid #cdd9e8;border-radius:10px;padding:10px;font:14px inherit}.tc-lead-buttons{display:flex;gap:8px;margin-top:12px}.tc-lead-buttons button{border:0;border-radius:10px;padding:11px 14px;font-weight:800;cursor:pointer}.tc-submit{background:var(--tc-blue);color:#fff}.tc-cancel{background:#edf2f8;color:#24324a}
@media(max-width:600px){.triton-chat{right:8px;bottom:74px;width:calc(100vw - 16px);height:calc(100dvh - 90px);border-radius:16px}.triton-chat-launcher{right:14px;bottom:14px}.triton-chat-launcher .tc-launch-label{display:none}.tc-bubble{max-width:93%}}
