#ajedrez-ia-widget{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}#ajedrez-ia-messages{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1;scroll-behavior:smooth}#ajedrez-ia-messages::-webkit-scrollbar{width:6px}#ajedrez-ia-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}#ajedrez-ia-messages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}#ajedrez-ia-messages::-webkit-scrollbar-thumb:hover{background:#a8a8a8}#ajedrez-ia-agents-list{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1;scroll-behavior:smooth}#ajedrez-ia-agents-list::-webkit-scrollbar{width:6px}#ajedrez-ia-agents-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}#ajedrez-ia-agents-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}#ajedrez-ia-agents-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.ajedrez-ia-message{animation:messageSlide 0.3s ease-out}.ajedrez-ia-message.user{flex-direction:row-reverse}.ajedrez-ia-message.user>div:first-child{margin-right:0;margin-left:8px}.ajedrez-ia-message.user>div:last-child{background:var(--ajedrez-ia-user-color,#10a37f)!important;color:white!important;border-bottom-right-radius:4px!important}@keyframes messageSlide{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgb(16 163 127 / .7)}70%{box-shadow:0 0 0 10px #fff0}100%{box-shadow:0 0 0 0 #fff0}}@keyframes pulse-ring{0%{transform:scale(.8);opacity:1}100%{transform:scale(2.4);opacity:0}}.ajedrez-ia-agent-item{display:flex;align-items:center;padding:16px;border-radius:12px;margin-bottom:12px;background:#f8f9fa;transition:all 0.3s ease;cursor:pointer;border:1px solid #fff0}.ajedrez-ia-agent-item:hover{background:#fff;border-color:#e0e0e0;transform:translateY(-2px);box-shadow:0 4px 12px rgb(0 0 0 / .1)}.ajedrez-ia-agent-avatar{width:48px;height:48px;border-radius:50%;margin-right:16px;object-fit:cover}.ajedrez-ia-agent-info{flex:1}.ajedrez-ia-agent-name{font-weight:600;font-size:16px;color:#333;margin-bottom:4px}.ajedrez-ia-agent-department{font-size:12px;color:#666;margin-bottom:8px}.ajedrez-ia-agent-contact{background:var(--ajedrez-ia-brand-color,#10a37f);color:#fff;padding:8px 16px;border-radius:20px;text-decoration:none;font-size:12px;font-weight:500;display:inline-block;transition:all 0.3s ease}.ajedrez-ia-agent-contact:hover{background:#0d8a6f;transform:scale(1.05);color:#fff;text-decoration:none}.ajedrez-ia-loading{display:flex;align-items:center;justify-content:center;padding:20px;color:#666}.ajedrez-ia-loading::after{content:'';width:20px;height:20px;border:2px solid #e0e0e0;border-top:2px solid var(--ajedrez-ia-brand-color,#10a37f);border-radius:50%;animation:spin 1s linear infinite;margin-left:10px}:root{--ajedrez-ia-brand-color:#10a37f;--ajedrez-ia-user-color:#10a37f;--ajedrez-ia-bot-color:#e5e7eb;--ajedrez-ia-header-color:#10a37f}#ajedrez-ia-container{position:fixed;z-index:9999;display:flex;align-items:flex-end}#ajedrez-ia-main-container{z-index:10002}.ajedrez-ia-corner-bottom-right{bottom:20px;right:20px;flex-direction:row-reverse}.ajedrez-ia-corner-bottom-right #ajedrez-ia-floating-agent{position:relative;margin-right:15px;z-index:9998}.ajedrez-ia-corner-top-right{top:20px;right:20px;flex-direction:row-reverse}.ajedrez-ia-corner-top-right #ajedrez-ia-floating-agent{position:relative;margin-right:15px;z-index:9998}.ajedrez-ia-corner-bottom-left{bottom:20px;left:20px;flex-direction:row}.ajedrez-ia-corner-bottom-left #ajedrez-ia-floating-agent{position:relative;margin-left:15px;z-index:9998}.ajedrez-ia-corner-top-left{top:20px;left:20px;flex-direction:row}.ajedrez-ia-corner-top-left #ajedrez-ia-floating-agent{position:relative;margin-left:15px;z-index:9998}#ajedrez-ia-floating-agent{transition:all 0.3s ease}#ajedrez-ia-floating-agent:hover{transform:scale(1.05)}#ajedrez-ia-floating-agent video,#ajedrez-ia-floating-agent img{transition:all 0.3s ease}@media (max-width:768px){#ajedrez-ia-container{bottom:15px!important;right:15px!important;left:auto!important;top:auto!important}#ajedrez-ia-floating-agent{width:100px!important;height:150px!important;margin-right:10px!important;margin-left:10px!important}#ajedrez-ia-fab{width:56px!important;height:56px!important;font-size:22px!important}#ajedrez-ia-main-container{width:320px;height:450px;right:15px;bottom:70px}}@media (max-width:480px){#ajedrez-ia-container{bottom:10px!important;right:10px!important;left:auto!important;top:auto!important}#ajedrez-ia-floating-agent{width:80px!important;height:120px!important;margin-right:10px!important;margin-left:10px!important}#ajedrez-ia-fab{width:52px!important;height:52px!important;font-size:20px!important}#ajedrez-ia-main-container{width:calc(100vw - 40px);height:calc(100vh - 120px);right:20px;bottom:80px;max-height:calc(100vh - 120px)}#ajedrez-ia-input-section{padding:15px}#ajedrez-ia-mode-switch{padding:12px 15px}}@media (max-width:360px){#ajedrez-ia-main-container{width:calc(100vw - 20px);right:10px;left:10px}#ajedrez-ia-fab{width:48px!important;height:48px!important;font-size:18px!important}#ajedrez-ia-floating-agent{width:70px!important;height:100px!important}}#ajedrez-ia-fab:hover{transform:scale(1.1);box-shadow:0 6px 25px rgb(0 0 0 / .2)}#ajedrez-ia-close:hover{background:rgb(255 255 255 / .2)}.ajedrez-ia-mode-btn:hover:not(.active){background:rgb(16 163 127 / .1);color:var(--ajedrez-ia-brand-color,#10a37f)}@supports not (animation:pulse 2s infinite){#ajedrez-ia-fab{box-shadow:0 4px 12px rgb(0 0 0 / .15),0 0 0 4px rgb(16 163 127 / .3)}}#ajedrez-ia-fab:focus,#ajedrez-ia-close:focus,.ajedrez-ia-mode-btn:focus{outline:2px solid var(--ajedrez-ia-brand-color,#10a37f);outline-offset:2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){#ajedrez-ia-fab,#ajedrez-ia-main-container{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}#ajedrez-ia-form button[type="submit"] svg{fill:currentColor}#ajedrez-ia-form button[type="submit"]:hover{transform:scale(1.05);box-shadow:0 2px 8px rgb(0 0 0 / .2)}#ajedrez-ia-fab{animation:pulse 2s infinite;-webkit-animation:pulse 2s infinite;-moz-animation:pulse 2s infinite}