.tfm-bot-panel{display:flex;flex-direction:column;border-radius:16px;overflow:hidden;box-shadow:0 8px 40px #00000026;background:#fff;font-family:Roboto,Arial,Helvetica,sans-serif;height:500px;max-height:70vh}.tfm-bot-panel-inline{border-radius:12px;box-shadow:0 2px 12px #0000001a;height:500px;max-height:none}.tfm-bot-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;color:#fff;flex-shrink:0}.tfm-bot-header-info{display:flex;align-items:center;gap:10px}.tfm-bot-header-icon{width:32px;height:32px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff3;flex-shrink:0}.tfm-bot-header-icon svg{width:28px;height:28px;color:#fff}.tfm-bot-header-icon svg rect{fill:transparent!important}.tfm-bot-header-icon img{width:28px;height:28px;border-radius:50%;object-fit:cover}.tfm-bot-header-name{font-family:Merriweather,Georgia,serif;font-weight:700;font-size:15px;line-height:1.2}.tfm-bot-header-status{font-size:12px;opacity:.8;text-align:left}.tfm-bot-close{background:#ffffff26;border:none;color:#fff;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s;padding:0}.tfm-bot-close:hover{background:#ffffff4d}.tfm-bot-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:#f8f9fa}.tfm-bot-msg{display:flex;align-items:flex-start;gap:8px;max-width:90%;animation:tfmBotFadeIn .3s ease}.tfm-bot-msg-user{align-self:flex-end;flex-direction:row-reverse}.tfm-bot-msg-bot{align-self:flex-start}.tfm-bot-msg-avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.tfm-bot-msg-avatar svg{width:24px;height:24px}.tfm-bot-msg-avatar svg rect{fill:transparent!important}.tfm-bot-msg-bubble{padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.5;word-wrap:break-word;white-space:pre-wrap;text-align:left}.tfm-bot-msg-bot-bubble{background:#fff;color:#333;border:1px solid #e5e7eb;border-radius:16px 16px 16px 4px}.tfm-bot-msg-user-bubble{border-radius:16px 16px 4px}.tfm-bot-msg-error .tfm-bot-msg-bot-bubble{background:#fef2f2;border-color:#fecaca;color:#991b1b}.tfm-bot-msg-content{display:flex;flex-direction:column;gap:8px;min-width:0}.tfm-bot-msg-crisis-bubble{background:#fef2f2!important;border-color:#fca5a5!important;color:#7f1d1d!important}.tfm-bot-msg-check-bubble{background:#fffbeb!important;border:1px solid #fcd34d!important;color:#78350f!important}.tfm-bot-msg-crisis .tfm-bot-msg-avatar{color:#dc2626!important}.tfm-bot-actions{display:flex;flex-direction:column;gap:6px;margin-top:2px}.tfm-bot-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;font-family:Merriweather,Georgia,serif;text-decoration:none;border:2px solid;cursor:pointer;transition:opacity .2s,transform .15s;text-align:center}.tfm-bot-action-btn:hover{opacity:.9;transform:scale(1.02)}.tfm-bot-action-btn:active{transform:scale(.98)}.tfm-bot-action-crisis{animation:tfmBotPulse 2s ease-in-out infinite}@keyframes tfmBotPulse{0%,to{box-shadow:0 0 #dc26264d}50%{box-shadow:0 0 0 6px #dc262600}}.tfm-bot-typing{display:flex;align-items:center;gap:4px;padding:12px 18px}.tfm-bot-typing span{width:6px;height:6px;border-radius:50%;background:#999;animation:tfmBotBounce 1.4s ease-in-out infinite}.tfm-bot-typing span:nth-child(2){animation-delay:.2s}.tfm-bot-typing span:nth-child(3){animation-delay:.4s}.tfm-bot-input-area{display:flex;align-items:center;gap:8px;padding:12px 16px;border-top:1px solid #e5e7eb;background:#fff;flex-shrink:0}.tfm-bot-input{flex:1;border:1px solid #d1d5db;border-radius:24px;padding:10px 16px;font-size:14px;outline:none;font-family:Roboto,Arial,Helvetica,sans-serif;transition:border-color .2s;background:#f9fafb}.tfm-bot-input:focus{border-color:#93c5fd;background:#fff}.tfm-bot-input::placeholder{color:#9ca3af}.tfm-bot-send{width:40px;height:40px;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s,transform .2s;flex-shrink:0;padding:0}.tfm-bot-send:disabled{opacity:.4;cursor:not-allowed}.tfm-bot-send:not(:disabled):hover{transform:scale(1.05)}.tfm-bot-send:not(:disabled):active{transform:scale(.95)}.tfm-bot-bubble:hover{transform:scale(1.08)!important;box-shadow:0 6px 24px #00000040!important}.tfm-bot-bubble:active{transform:scale(.95)!important}.tfm-bot-inline-container{width:100%}.tfm-bot-inline-container .tfm-bot-panel-inline{max-height:600px}@keyframes tfmBotFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes tfmBotBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}@media(max-width:480px){.tfm-bot-panel{height:65vh;max-height:65vh;border-radius:16px}.tfm-bot-messages{padding:12px;gap:10px}.tfm-bot-msg{max-width:88%}.tfm-bot-msg-bubble{padding:9px 12px;font-size:13.5px}.tfm-bot-input-area{padding:10px 12px;gap:6px}.tfm-bot-input{padding:9px 14px;font-size:16px}.tfm-bot-send{width:38px;height:38px}.tfm-bot-header{padding:12px 14px}}
