.ai-chat-launcher{position:fixed;right:24px;bottom:24px;z-index:1200;width:58px;height:58px;border:0;border-radius:50%;background:#0b73ea;color:#fff;box-shadow:0 14px 34px rgba(3,16,35,.28);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;transition:.2s}.ai-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(3,16,35,.34)}.ai-chat-panel{position:fixed;right:24px;bottom:94px;z-index:1199;width:min(390px,calc(100vw - 32px));height:560px;max-height:calc(100vh - 130px);padding:0!important;display:flex;flex-direction:column;background:rgba(255,255,255,.98);border:1px solid rgba(11,115,234,.16);border-radius:18px;box-shadow:0 24px 60px rgba(3,16,35,.28);overflow:hidden;opacity:0;transform:translateY(14px) scale(.98);pointer-events:none;transition:.2s}.ai-chat-panel.open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.ai-chat-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:#07172c;color:#fff;flex:0 0 auto}.ai-chat-title{display:flex;align-items:center;gap:11px;font-weight:800}.ai-chat-logo{width:32px;height:32px;border-radius:8px;background:#fff;padding:3px;object-fit:contain}.ai-chat-subtitle{display:block;margin-top:2px;font-size:.72rem;font-weight:500;color:#b9c5d6}.ai-chat-close{border:0;background:transparent;color:#fff;font-size:24px;cursor:pointer;line-height:1}.ai-chat-messages{flex:1 1 auto;min-height:0;padding:18px;overflow-y:auto;background:#f7f9fc}.ai-message{max-width:84%;padding:11px 13px;margin-bottom:11px;border-radius:14px;font-size:.92rem;line-height:1.45;white-space:pre-wrap}.ai-message.assistant{background:#fff;border:1px solid #e3e9f1;color:#26364a;border-bottom-left-radius:5px}.ai-message.user{margin-left:auto;background:#0b73ea;color:#fff;border-bottom-right-radius:5px}.ai-contact-cta{margin:2px 0 14px}.ai-contact-cta a{display:inline-flex;align-items:center;gap:8px;background:#0b73ea;color:#fff;font-weight:800;font-size:.84rem;padding:10px 13px;border-radius:10px;box-shadow:0 6px 16px rgba(11,115,234,.18)}.ai-contact-cta a:hover{background:#0968d5}.ai-josef-quiz{display:grid;gap:7px;margin:0 0 14px;max-width:92%}.ai-josef-quiz button{border:1px solid #cfe2f6;background:#fff;color:#26435f;border-radius:10px;padding:9px 11px;text-align:left;font:inherit;font-size:.8rem;cursor:pointer;transition:.15s}.ai-josef-quiz button:hover:not(:disabled){border-color:#0b73ea;background:#edf6ff;color:#0b5fbf}.ai-josef-quiz button.wrong{opacity:.45;text-decoration:line-through}.ai-josef-quiz button.correct{border-color:#0b73ea;background:#edf6ff;color:#0b5fbf;font-weight:800}.ai-easter-cta{margin:2px 0 14px}.ai-easter-cta a{display:inline-flex;align-items:center;gap:8px;background:#07172c;color:#fff;font-weight:900;font-size:.8rem;padding:10px 13px;border-radius:10px;letter-spacing:.02em}.ai-easter-cta a:hover{background:#0b73ea}.ai-suggestions{flex:0 0 auto;background:#f7f9fc;border-top:1px solid #e8edf4}.ai-suggestions-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;border:0;background:transparent;color:#536174;padding:10px 18px;font:inherit;font-size:.76rem;font-weight:700;cursor:pointer;text-align:left}.ai-suggestions-toggle:hover{color:#0b5fbf}.ai-suggestions-chevron{font-size:1rem;color:#0b73ea}.ai-quick-actions{display:none;gap:7px;flex-wrap:wrap;padding:0 18px 12px;background:#f7f9fc}.ai-suggestions.open .ai-quick-actions{display:flex}.ai-quick-actions button{border:1px solid #cfe2f6;background:#fff;color:#0b5fbf;border-radius:999px;padding:7px 10px;font-size:.76rem;cursor:pointer}.ai-quick-actions button:hover{background:#edf6ff}.ai-chat-form{display:flex;gap:8px;padding:12px;background:#fff;border-top:1px solid #e8edf4;flex:0 0 auto}.ai-chat-input{flex:1;min-width:0;border:1px solid #d8e0ea;border-radius:10px;padding:11px 12px;font:inherit;outline:none}.ai-chat-input:focus{border-color:#0b73ea;box-shadow:0 0 0 3px rgba(11,115,234,.1)}.ai-chat-send{border:0;border-radius:10px;background:#0b73ea;color:#fff;font-weight:800;padding:0 14px;cursor:pointer}.ai-chat-send:disabled,.ai-chat-input:disabled{opacity:.55;cursor:not-allowed}.ai-chat-note{padding:0 14px 11px;background:#fff;color:#7b8796;font-size:.68rem;text-align:center;flex:0 0 auto}@media(max-width:620px){.ai-chat-launcher{right:16px;bottom:16px}.ai-chat-panel{right:8px;left:8px;bottom:84px;width:auto;height:min(570px,calc(100vh - 100px));max-height:none;border-radius:16px}.ai-chat-messages{padding:14px}.ai-message{max-width:90%}.ai-suggestions-toggle{padding:10px 14px}.ai-quick-actions{padding:0 14px 10px}.ai-chat-form{padding:10px}}