#chatbot-root{--chatbot-primary:#0f4c81;--chatbot-primary-dark:#0b3a63;--chatbot-primary-light:#1a6bb5;--chatbot-accent:#e8913a;--chatbot-bg:#f7f8fa;--chatbot-white:#ffffff;--chatbot-text:#1a1a2e;--chatbot-text-light:#6b7280;--chatbot-border:#e5e7eb;--chatbot-user-bubble:#0f4c81;--chatbot-bot-bubble:#ffffff;--chatbot-shadow:0 12px 48px rgba(0, 0, 0, 0.15);--chatbot-radius:16px;--chatbot-font:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;all:initial;font-family:var(--chatbot-font);box-sizing:border-box}#chatbot-root *,#chatbot-root *::before,#chatbot-root *::after{box-sizing:border-box;margin:0;padding:0}#chatbot-root .chatbot-toggle{position:fixed!important;bottom:24px!important;right:24px!important;width:60px!important;height:60px!important;border-radius:50%!important;background:linear-gradient(135deg,#0f4c81,#1a6bb5)!important;color:white!important;border:none!important;cursor:pointer!important;box-shadow:0 4px 20px rgba(15,76,129,.4)!important;z-index:2147483646!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:transform 0.3s cubic-bezier(.34,1.56,.64,1),box-shadow 0.3s ease!important;padding:0!important;margin:0!important;outline:none!important;text-decoration:none!important;font-family:var(--chatbot-font)!important}#chatbot-root .chatbot-toggle:hover{transform:scale(1.08)!important;box-shadow:0 6px 28px rgba(15,76,129,.5)!important}#chatbot-root .chatbot-toggle:active{transform:scale(.95)!important}#chatbot-root .chatbot-toggle__icon{width:28px!important;height:28px!important}#chatbot-root .chatbot-toggle__icon--chat{display:block!important}#chatbot-root .chatbot-toggle__icon--close{display:none!important}#chatbot-root .chatbot-toggle.active .chatbot-toggle__icon--chat{display:none!important}#chatbot-root .chatbot-toggle.active .chatbot-toggle__icon--close{display:block!important}#chatbot-root .chatbot-widget{position:fixed!important;bottom:100px!important;right:24px!important;width:400px!important;max-width:calc(100vw - 32px)!important;height:600px!important;max-height:calc(100vh - 140px)!important;background:#f7f8fa!important;border-radius:16px!important;box-shadow:0 12px 48px rgba(0,0,0,.15)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;z-index:2147483645!important;opacity:0!important;visibility:hidden!important;transform:translateY(20px) scale(.95)!important;transition:opacity 0.3s ease,transform 0.3s cubic-bezier(.34,1.56,.64,1),visibility 0.3s ease!important;font-family:var(--chatbot-font)!important;font-size:14px!important;line-height:1.5!important;color:#1a1a2e!important}#chatbot-root .chatbot-widget.open{opacity:1!important;visibility:visible!important;transform:translateY(0) scale(1)!important}#chatbot-root .chatbot-header{background:linear-gradient(135deg,#0f4c81,#0b3a63)!important;color:white!important;padding:16px 18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex-shrink:0!important}#chatbot-root .chatbot-header__info{display:flex!important;align-items:center!important;gap:12px!important}#chatbot-root .chatbot-header__avatar{width:40px!important;height:40px!important;border-radius:10px!important;background:rgba(255,255,255,.15)!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}#chatbot-root .chatbot-header__avatar svg{width:22px!important;height:22px!important}#chatbot-root .chatbot-header__title{font-size:15px!important;font-weight:700!important;letter-spacing:-0.01em!important;color:white!important;display:block!important;margin:0!important;padding:0!important;line-height:1.3!important}#chatbot-root .chatbot-header__status{font-size:12px!important;opacity:0.85!important;display:flex!important;align-items:center!important;gap:5px!important;margin-top:2px!important;color:white!important}#chatbot-root .chatbot-header__dot{width:7px!important;height:7px!important;border-radius:50%!important;background:#34d399!important;display:inline-block!important;animation:chatbot-pulse-dot 2s infinite!important;flex-shrink:0!important}@keyframes chatbot-pulse-dot{0%,100%{opacity:1}50%{opacity:.4}}#chatbot-root .chatbot-header__close{background:rgba(255,255,255,.1)!important;border:none!important;color:white!important;width:34px!important;height:34px!important;border-radius:8px!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:background 0.2s ease!important;flex-shrink:0!important;padding:0!important}#chatbot-root .chatbot-header__close:hover{background:rgba(255,255,255,.2)!important}#chatbot-root .chatbot-header__close svg{width:18px!important;height:18px!important}#chatbot-root .chatbot-messages{flex:1!important;overflow-y:auto!important;padding:18px!important;display:flex!important;flex-direction:column!important;gap:14px!important;scroll-behavior:smooth!important;background:#f7f8fa!important}#chatbot-root .chatbot-messages::-webkit-scrollbar{width:4px}#chatbot-root .chatbot-messages::-webkit-scrollbar-track{background:transparent}#chatbot-root .chatbot-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}#chatbot-root .chatbot-message{display:flex!important;gap:10px!important;max-width:88%!important;animation:chatbot-message-in 0.3s ease!important}@keyframes chatbot-message-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}#chatbot-root .chatbot-message--user{align-self:flex-end!important;flex-direction:row-reverse!important}#chatbot-root .chatbot-message--bot{align-self:flex-start!important}#chatbot-root .chatbot-message__avatar{width:30px!important;height:30px!important;border-radius:50%!important;flex-shrink:0!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:11px!important;font-weight:700!important;letter-spacing:0.02em!important;text-transform:uppercase!important}#chatbot-root .chatbot-message--bot .chatbot-message__avatar{background:linear-gradient(135deg,#0f4c81,#1a6bb5)!important;color:white!important}#chatbot-root .chatbot-message--user .chatbot-message__avatar{background:#e8913a!important;color:white!important}#chatbot-root .chatbot-message__bubble{padding:12px 16px!important;border-radius:14px!important;font-size:14px!important;line-height:1.55!important;word-break:break-word!important}#chatbot-root .chatbot-message--bot .chatbot-message__bubble{background:#ffffff!important;color:#1a1a2e!important;border:1px solid #e5e7eb!important;border-bottom-left-radius:4px!important;box-shadow:0 1px 3px rgba(0,0,0,.04)!important}#chatbot-root .chatbot-message--user .chatbot-message__bubble{background:linear-gradient(135deg,#0f4c81,#1a6bb5)!important;color:white!important;border-bottom-right-radius:4px!important}#chatbot-root .chatbot-typing{display:flex!important;gap:5px!important;padding:12px 16px!important;align-items:center!important}#chatbot-root .chatbot-typing__dot{width:7px!important;height:7px!important;border-radius:50%!important;background:#6b7280!important;animation:chatbot-typing-bounce 1.4s infinite ease-in-out!important}#chatbot-root .chatbot-typing__dot:nth-child(1){animation-delay:0s!important}#chatbot-root .chatbot-typing__dot:nth-child(2){animation-delay:0.2s!important}#chatbot-root .chatbot-typing__dot:nth-child(3){animation-delay:0.4s!important}@keyframes chatbot-typing-bounce{0%,60%,100%{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}#chatbot-root .chatbot-quick-replies{padding:8px 18px!important;display:flex!important;gap:8px!important;flex-wrap:wrap!important;flex-shrink:0!important;background:#f7f8fa!important}#chatbot-root .chatbot-quick-reply{padding:8px 14px!important;border-radius:20px!important;border:1px solid #e5e7eb!important;background:#ffffff!important;color:#0f4c81!important;font-size:13px!important;font-family:var(--chatbot-font)!important;font-weight:500!important;cursor:pointer!important;transition:all 0.2s ease!important;white-space:nowrap!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important}#chatbot-root .chatbot-quick-reply:hover{background:#0f4c81!important;color:white!important;border-color:#0f4c81!important;transform:translateY(-1px)!important;box-shadow:0 2px 8px rgba(15,76,129,.25)!important}#chatbot-root .chatbot-category-browser{flex-shrink:0!important;border-top:1px solid #e5e7eb!important;background:#ffffff!important}#chatbot-root .chatbot-category-browser__header{padding:9px 18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;cursor:pointer!important;font-size:12.5px!important;font-weight:600!important;color:#6b7280!important;letter-spacing:0.01em!important;user-select:none!important;transition:background 0.15s ease!important}#chatbot-root .chatbot-category-browser__header:hover{background:#f7f8fa!important;color:#0f4c81!important}#chatbot-root .chatbot-category-browser__chevron{width:16px!important;height:16px!important;transition:transform 0.25s ease!important;stroke:currentColor!important;flex-shrink:0!important}#chatbot-root .chatbot-category-pills{max-height:0!important;overflow:hidden!important;transition:max-height 0.3s ease,padding 0.3s ease!important;padding:0 18px!important;display:flex!important;flex-wrap:wrap!important;gap:6px!important;align-content:flex-start!important}#chatbot-root .chatbot-category-pills.expanded{max-height:160px!important;padding:6px 18px 10px!important;overflow-y:auto!important}#chatbot-root .chatbot-category-pill{padding:5px 12px!important;border-radius:16px!important;border:1px solid #e5e7eb!important;background:#f7f8fa!important;color:#0f4c81!important;font-size:12px!important;font-family:var(--chatbot-font)!important;font-weight:500!important;cursor:pointer!important;transition:all 0.18s ease!important;white-space:nowrap!important;line-height:1.4!important;display:inline-flex!important;align-items:center!important}#chatbot-root .chatbot-category-pill:hover{background:#0f4c81!important;color:white!important;border-color:#0f4c81!important;transform:translateY(-1px)!important}#chatbot-root .chatbot-input-area{padding:14px 18px!important;border-top:1px solid #e5e7eb!important;background:#ffffff!important;flex-shrink:0!important}#chatbot-root .chatbot-form{display:flex!important;gap:8px!important;align-items:center!important}#chatbot-root .chatbot-input{flex:1!important;padding:11px 16px!important;border-radius:12px!important;border:1.5px solid #e5e7eb!important;background:#f7f8fa!important;font-size:14px!important;font-family:var(--chatbot-font)!important;color:#1a1a2e!important;outline:none!important;transition:border-color 0.2s ease,box-shadow 0.2s ease!important;width:auto!important;margin:0!important;box-shadow:none!important}#chatbot-root .chatbot-input:focus{border-color:#1a6bb5!important;box-shadow:0 0 0 3px rgba(15,76,129,.08)!important}#chatbot-root .chatbot-input::placeholder{color:#9ca3af}#chatbot-root .chatbot-send{width:42px!important;height:42px!important;border-radius:12px!important;border:none!important;background:linear-gradient(135deg,#0f4c81,#1a6bb5)!important;color:white!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:transform 0.15s ease,box-shadow 0.2s ease!important;flex-shrink:0!important;padding:0!important}#chatbot-root .chatbot-send:hover{transform:scale(1.05)!important;box-shadow:0 2px 10px rgba(15,76,129,.3)!important}#chatbot-root .chatbot-send:disabled{opacity:0.5!important;cursor:not-allowed!important;transform:none!important}#chatbot-root .chatbot-send svg{width:18px!important;height:18px!important}#chatbot-root .chatbot-powered{font-size:11px!important;color:#9ca3af!important;text-align:center!important;margin-top:8px!important;display:block!important}#chatbot-root .chatbot-cards-bubble{padding:12px!important;max-width:100%!important}#chatbot-root .chatbot-cards-intro{font-size:14px!important;font-weight:600!important;color:#1a1a2e!important;margin-bottom:12px!important;padding:0 4px!important;line-height:1.4!important}#chatbot-root .chatbot-cards{display:flex!important;flex-direction:column!important;gap:10px!important}#chatbot-root .chatbot-card{background:#f7f8fa!important;border:1px solid #e5e7eb!important;border-radius:12px!important;overflow:hidden!important;transition:box-shadow 0.2s ease,transform 0.15s ease!important}#chatbot-root .chatbot-card:hover{box-shadow:0 3px 12px rgba(0,0,0,.08)!important;transform:translateY(-1px)!important}#chatbot-root .chatbot-card__header{background:linear-gradient(135deg,#0f4c81,#1a6bb5)!important;padding:12px 14px!important;display:flex!important;flex-direction:column!important;gap:4px!important}#chatbot-root .chatbot-card__name{font-size:14px!important;font-weight:700!important;color:white!important;line-height:1.3!important}#chatbot-root .chatbot-card__category{font-size:11px!important;color:rgba(255,255,255,.8)!important;font-weight:500!important}#chatbot-root .chatbot-card__body{padding:10px 14px!important;display:flex!important;flex-direction:column!important;gap:8px!important}#chatbot-root .chatbot-card__row{display:flex!important;align-items:flex-start!important;gap:8px!important;font-size:12.5px!important;line-height:1.5!important}#chatbot-root .chatbot-card__icon{flex-shrink:0!important;min-width:46px!important;font-size:11px!important;font-weight:700!important;letter-spacing:0.02em!important;text-transform:uppercase!important;color:#6b7280!important}#chatbot-root .chatbot-card__link{color:#0f4c81!important;text-decoration:none!important;word-break:break-word!important}#chatbot-root .chatbot-card__link:hover{color:#1a6bb5!important;text-decoration:underline!important}#chatbot-root .chatbot-card__actions{display:flex!important;gap:6px!important;padding:8px 14px 12px!important;border-top:1px solid #e5e7eb!important}#chatbot-root .chatbot-card__btn{flex:1!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;padding:6px 10px!important;border-radius:6px!important;font-size:12px!important;font-family:var(--chatbot-font)!important;font-weight:600!important;text-decoration:none!important;color:#0f4c81!important;background:rgba(15,76,129,.06)!important;border:1px solid rgba(15,76,129,.15)!important;transition:all 0.2s ease!important;cursor:pointer!important}#chatbot-root .chatbot-card__btn:hover{background:#0f4c81!important;color:white!important;border-color:#0f4c81!important}#chatbot-root .chatbot-card__btn--map{color:#e8913a!important;background:rgba(232,145,58,.06)!important;border-color:rgba(232,145,58,.2)!important}#chatbot-root .chatbot-card__btn--map:hover{background:#e8913a!important;color:white!important;border-color:#e8913a!important}#chatbot-root .chatbot-card__btn--register{color:#166534!important;background:rgba(22,101,52,.07)!important;border-color:rgba(22,101,52,.2)!important;font-weight:700!important}#chatbot-root .chatbot-card__btn--register:hover{background:#16a34a!important;color:white!important}#chatbot-root .chatbot-post-chips{display:flex!important;flex-wrap:wrap!important;gap:6px!important;padding:4px 0 2px 40px!important}#chatbot-root .chatbot-post-chip{padding:5px 12px!important;border-radius:14px!important;border:1px solid #e5e7eb!important;background:#ffffff!important;color:#6b7280!important;font-size:12px!important;font-family:var(--chatbot-font)!important;font-weight:500!important;cursor:pointer!important;transition:all 0.18s ease!important;white-space:nowrap!important;display:inline-flex!important}#chatbot-root .chatbot-post-chip:hover{background:#0f4c81!important;color:white!important;border-color:#0f4c81!important}@media (max-width:480px){#chatbot-root .chatbot-widget{bottom:0!important;right:0!important;width:100vw!important;height:100vh!important;max-height:100vh!important;border-radius:0!important}#chatbot-root .chatbot-toggle{bottom:16px!important;right:16px!important;width:54px!important;height:54px!important}#chatbot-root .chatbot-card__actions{flex-direction:column!important}}