.ctrl-chat-window:not(.ctrl-chat-inline){z-index:1000;background:#fff;border-radius:20px;flex-direction:column;width:420px;max-height:600px;animation:.3s ctrlSlideUp;display:flex;position:fixed;bottom:90px;right:2rem;overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.2)}.ctrl-chat-window{background:#fff;flex-direction:column;overflow:hidden;display:flex!important}.ctrl-chat-window.ctrl-chat-fullscreen{width:100vw!important;height:100vh!important;height:100dvh!important;max-height:100vh!important;z-index:10001!important;overscroll-behavior:none!important;border-radius:0!important;max-width:100vw!important;max-height:100dvh!important;margin:0!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;right:0!important}.ctrl-chat-window.ctrl-chat-fullscreen .ctrl-chat-messages{scroll-padding-bottom:2rem}.ctrl-chat-window.ctrl-chat-fullscreen.ctrl-chat-inline{z-index:10001!important;border-radius:0!important;width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;margin:0!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;right:0!important}.ctrl-chat-window.ctrl-chat-fullscreen.ctrl-chat-minimized{border-radius:0!important;width:100vw!important;max-height:100vh!important;bottom:0!important;left:0!important;right:0!important}.ctrl-chat-window.ctrl-chat-minimized{box-sizing:border-box;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:9999!important;border-radius:12px!important;width:auto!important;height:52px!important;min-height:52px!important;max-height:52px!important;margin:0!important;position:fixed!important;bottom:1rem!important;left:1rem!important;right:1rem!important}@media (max-width:768px){.ctrl-chat-window.ctrl-chat-minimized{bottom:max(1rem,env(safe-area-inset-bottom))!important;left:.75rem!important;right:.75rem!important}}.ctrl-chat-window.ctrl-chat-minimized .ctrl-chat-messages,.ctrl-chat-window.ctrl-chat-minimized .ctrl-chat-input-container{display:none}.ctrl-chat-window.ctrl-chat-minimized .ctrl-chat-header{box-sizing:border-box;align-items:center;height:100%;padding:0 1rem!important}.ctrl-chat-window.ctrl-chat-minimized .ctrl-chat-header-info{align-items:center}.ctrl-chat-window.ctrl-chat-minimized .ctrl-chat-avatar{width:36px!important;height:36px!important;padding:4px!important}.ctrl-chat-window.ctrl-chat-minimized .ctrl-chat-title{font-size:.9375rem!important}.ctrl-chat-autocomplete{z-index:10002;background:#fff;border:1px solid #e9ecef;border-bottom:none;border-radius:12px 12px 0 0;max-height:200px;margin-bottom:-1px;position:absolute;bottom:100%;left:0;right:0;overflow-y:auto;box-shadow:0 -4px 12px rgba(0,0,0,.08)}.ctrl-chat-autocomplete-item{text-align:left;cursor:pointer;color:#181c22;background:#fff;border:none;border-bottom:1px solid #f8f9fa;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.9rem;transition:all .2s;display:flex}.ctrl-chat-autocomplete-item:last-child{border-bottom:none}.ctrl-chat-autocomplete-item:hover{color:#2586d0;background:#f8f9fa}@keyframes ctrlSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ctrl-chat-header{color:#fff;background:linear-gradient(135deg,#2586d0,#1a6bb3);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.ctrl-chat-window.ctrl-chat-inline .ctrl-chat-header{border-radius:16px 16px 0 0;width:100%;padding:1rem 1.5rem}.ctrl-chat-header-info{flex:1;align-items:center;gap:.75rem;display:flex}.ctrl-chat-header-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.ctrl-chat-minimize{color:#fff;cursor:pointer;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.ctrl-chat-minimize:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}.ctrl-chat-avatar{background:rgba(255,255,255,.2);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;padding:6px;display:flex}.ctrl-chat-avatar img,.ctrl-chat-avatar svg{object-fit:contain;border-radius:8px;width:100%;height:100%}.ctrl-chat-title{margin-bottom:.2rem;font-size:1.1rem;font-weight:700}.ctrl-chat-subtitle{opacity:.9;font-size:.85rem;font-weight:500}.ctrl-chat-messages{background:#f8f9fa;flex-direction:column;flex:1;gap:1rem;min-height:0;padding:1.5rem;display:flex;overflow-y:auto}.ctrl-chat-message{align-items:flex-start;gap:.75rem;animation:.3s ctrlMessageSlide;display:flex}@keyframes ctrlMessageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ctrl-chat-message-user{flex-direction:row-reverse}.ctrl-chat-avatar-small{color:#fff;background:linear-gradient(135deg,#2586d0,#1a6bb3);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ctrl-chat-avatar-small img,.ctrl-chat-avatar-small svg{object-fit:cover;border-radius:50%;width:100%;height:100%}.ctrl-chat-message-user .ctrl-chat-avatar-small{background:#6c757d}.ctrl-chat-message-content{background:#fff;border:1px solid #e9ecef;border-radius:16px;max-width:75%;padding:.875rem 1.125rem;box-shadow:0 2px 8px rgba(0,0,0,.08)}.ctrl-chat-message-user .ctrl-chat-message-content{color:#fff;background:linear-gradient(135deg,#2586d0,#1a6bb3);border:none}.ctrl-chat-message-user .ctrl-chat-message-text,.ctrl-chat-message-user .ctrl-chat-message-content p{color:#fff}.ctrl-chat-message-content--bot{max-height:520px;overflow-y:auto}.ctrl-chat-message-content--bot p,.ctrl-chat-message-text{white-space:pre-line;word-break:break-word;color:#334155;margin:0;font-size:.9rem;line-height:1.55}.ctrl-chat-results{flex-direction:column;gap:.5rem;max-height:380px;margin-top:.75rem;display:flex;overflow-y:auto}.ctrl-chat-result-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:flex-start;gap:.5rem;padding:.625rem .75rem;transition:all .25s;animation:.4s ease-out ctrlResultSlideIn;display:flex}@keyframes ctrlResultSlideIn{0%{opacity:0;transform:translate(-8px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}.ctrl-chat-result-card:hover{background:#fff;border-color:#2586d0;transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,134,208,.15)}.ctrl-chat-result-info{flex:1;min-width:0}.ctrl-chat-result-name{color:#0f172a;margin-bottom:.15rem;font-size:.9rem;font-weight:700;line-height:1.3}.ctrl-chat-result-meta{color:#2586d0;margin-bottom:.2rem;font-size:.75rem;font-weight:600}.ctrl-chat-result-type{color:#2586d0;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.75rem;font-weight:600}.ctrl-chat-result-location{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem;font-size:.8rem;line-height:1.3;overflow:hidden}.ctrl-chat-result-desc{color:#6c757d;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:0;font-size:.8rem;line-height:1.35;display:-webkit-box;overflow:hidden}.ctrl-chat-view-all{color:#fff;text-align:center;background:linear-gradient(135deg,#2586d0,#1a6bb3);border-radius:10px;margin-top:.75rem;padding:.5rem .75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .25s;display:block}.ctrl-chat-view-all:hover{color:#fff;background:linear-gradient(135deg,#1a6bb3,#155a9e);transform:translateY(-1px)}.ctrl-chat-thinking .ctrl-chat-message-content{flex-direction:column;gap:.35rem;display:flex}.ctrl-chat-thinking-label{color:#64748b;font-size:.85rem;font-weight:500}.ctrl-chat-time-estimate{color:#94a3b8;font-size:.75rem;font-style:italic}.ctrl-chat-typing{align-items:center;gap:6px;padding:.5rem 0;display:flex}.ctrl-chat-typing span{background:#2586d0;border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite ctrlTypingPulse}.ctrl-chat-typing span:nth-child(2){animation-delay:.2s}.ctrl-chat-typing span:nth-child(3){animation-delay:.4s}@keyframes ctrlTypingPulse{0%,60%,to{opacity:.6;transform:translateY(0)scale(1)}30%{opacity:1;transform:translateY(-12px)scale(1.1)}}.ctrl-chat-message-bot.ctrl-chat-thinking .ctrl-chat-avatar-small{animation:2s ease-in-out infinite ctrlAvatarPulse}@keyframes ctrlAvatarPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.ctrl-chat-input-container{background:#fff;border-top:1px solid #e9ecef;flex-direction:column;gap:.75rem;padding:1rem 1.5rem;display:flex;position:relative}.ctrl-chat-suggestions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ctrl-chat-suggestions-label{color:#6c757d;font-size:.85rem;font-weight:500}.ctrl-chat-suggestion-chip{color:#2586d0;cursor:pointer;background:#f8f9fa;border:1px solid #e9ecef;border-radius:16px;outline:none;padding:.4rem .75rem;font-size:.85rem;font-weight:600;transition:all .3s}.ctrl-chat-suggestion-chip:hover{background:#e9ecef;border-color:#2586d0;transform:translateY(-2px)}.ctrl-chat-suggestion-chip:focus-visible{outline-offset:2px;outline:2px solid #2586d0}.ctrl-chat-input-wrapper{align-items:center;gap:.5rem;display:flex}.ctrl-chat-input{border:2px solid #e9ecef;border-radius:12px;outline:none;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:all .3s}.ctrl-chat-input:focus{border-color:#2586d0;box-shadow:0 0 0 3px rgba(37,134,208,.1)}.ctrl-chat-input:focus-visible{outline-offset:2px;outline:2px solid #2586d0}.ctrl-chat-input:disabled{cursor:not-allowed;background:#f8f9fa}.ctrl-chat-send{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2586d0,#1a6bb3);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.ctrl-chat-send:hover:not(:disabled){transform:scale(1.05)}.ctrl-chat-send:disabled{opacity:.5;cursor:not-allowed}.ctrl-chat-window[data-fullscreen=true]{z-index:99999!important;border-radius:0!important;flex-direction:column!important;width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;margin:0!important;display:flex!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;right:0!important}
