.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.creos-chat-wrapper{max-width:850px;margin:30px auto;background:#fff;border-radius:12px;box-shadow:0 4px 24px rgb(0 0 0 / .1),0 1px 4px rgb(0 0 0 / .06);overflow:hidden;font-family:system-ui,-apple-system,'Segoe UI',sans-serif;font-size:16px;line-height:1.6}.creos-chat-header{background:#1e40af;color:#fff;padding:24px 28px;display:flex;flex-direction:column;align-items:center;gap:12px}.creos-logo-header{max-height:80px;width:auto;border-radius:8px;object-fit:contain}.creos-chat-title{font-weight:800;font-size:clamp(1.4rem, 3vw, 2rem);letter-spacing:-.5px}.creos-chat-body{min-height:320px;max-height:520px;padding:24px 28px;overflow-y:auto;background:#f1f5f9;display:flex;flex-direction:column;gap:16px;scroll-behavior:smooth}.creos-bubble{padding:14px 18px;border-radius:14px;font-size:15px;line-height:1.65;max-width:85%;word-break:break-word;position:relative}.bubble-bot{background:#fff;color:#1e293b;align-self:flex-start;border-bottom-left-radius:3px;box-shadow:0 1px 3px rgb(0 0 0 / .07)}.bubble-user{background:#1e40af;color:#fff;align-self:flex-end;border-bottom-right-radius:3px}.bubble-bot ul{margin:8px 0 4px 18px;padding:0}.bubble-bot li{margin-bottom:4px}.creos-link{color:#1e40af;font-weight:600;text-decoration:underline;text-underline-offset:2px}.creos-link:hover,.creos-link:focus-visible{background:#eff6ff;border-radius:3px;outline:none}.creos-vote-area{margin-top:12px;padding-top:8px;border-top:1px dashed #cbd5e1;display:flex;gap:8px;flex-wrap:wrap}.creos-vote-btn{cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;color:#475569;padding:4px 12px;border-radius:20px;font-size:13px;font-family:inherit;transition:background 0.18s,border-color 0.18s}.creos-vote-btn:hover,.creos-vote-btn:focus-visible{background:#e2e8f0;border-color:#94a3b8;outline:2px solid #1e40af;outline-offset:2px}.creos-suggestions-area{padding:12px 28px;background:#f8fafc;display:flex;gap:8px;flex-wrap:wrap;border-top:1px solid #e2e8f0}.creos-sugg-btn{background:#fff;border:1px solid #1e40af;color:#1e40af;padding:7px 16px;border-radius:20px;cursor:pointer;font-size:13px;font-family:inherit;font-weight:600;transition:background 0.18s,color 0.18s}.creos-sugg-btn:hover,.creos-sugg-btn:focus-visible{background:#1e40af;color:#fff;outline:2px solid #1e40af;outline-offset:2px}.creos-loader{display:flex;align-items:center;gap:6px;padding:12px 28px;background:#f1f5f9}.creos-loader span{width:10px;height:10px;background:#1e40af;border-radius:50%;animation:creos-bounce 1.4s infinite ease-in-out both;opacity:.5}.creos-loader span:nth-child(1){animation-delay:-0.32s}.creos-loader span:nth-child(2){animation-delay:-0.16s}@keyframes creos-bounce{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}.creos-chat-footer{display:flex;align-items:center;padding:16px 20px;background:#fff;border-top:1px solid #e2e8f0;gap:12px}.creos-chat-footer input{flex:1;border:1px solid #cbd5e1;border-radius:8px;padding:12px 16px;font-size:15px;font-family:inherit;outline:none;transition:border-color 0.18s,box-shadow 0.18s;min-width:0}.creos-chat-footer input:focus{border-color:#1e40af;box-shadow:0 0 0 3px rgb(30 64 175 / .15)}.creos-chat-footer input:disabled{background:#f8fafc;color:#94a3b8}.creos-chat-footer button{flex-shrink:0;background:#1e40af;color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:700;font-size:15px;font-family:inherit;transition:background 0.18s,box-shadow 0.18s;min-height:44px;min-width:44px}.creos-chat-footer button:hover,.creos-chat-footer button:focus-visible{background:#1d3a9e;box-shadow:0 2px 8px rgb(30 64 175 / .3);outline:2px solid #1e40af;outline-offset:2px}@media (max-width:600px){.creos-chat-wrapper{margin:0;border-radius:0;max-width:100%}.creos-chat-body{padding:16px}.creos-chat-footer{padding:12px;gap:8px}.creos-chat-footer button{padding:12px 16px}.creos-bubble{max-width:95%}}:focus-visible{outline:2px solid #1e40af;outline-offset:2px}@media (prefers-reduced-motion:reduce){.creos-loader span{animation:none;opacity:.5}*{transition-duration:0.01ms!important}}