.chatbot-toggle{position:fixed;bottom:24px;left:24px;z-index:9999;width:60px;height:60px;border-radius:50%;border:3px solid #18181b;background:#18181b;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:4px 4px #e11d48;transition:all .3s cubic-bezier(.34,1.56,.64,1);animation:chatbot-bounce 2s ease-in-out infinite}.chatbot-toggle:hover{transform:scale(1.1) translateY(-2px);box-shadow:6px 6px #e11d48}.chatbot-toggle:active{transform:scale(.95);box-shadow:2px 2px #e11d48}.chatbot-toggle.open{background:#e11d48;box-shadow:4px 4px #18181b;animation:none}.chatbot-toggle.has-notification{animation:chatbot-attention 1.5s ease-in-out infinite}.chatbot-icon-svg{width:28px;height:28px}.chatbot-notification-dot{position:absolute;top:-2px;right:-2px;width:16px;height:16px;background:#e11d48;border-radius:50%;border:3px solid #fff;animation:chatbot-pulse 1.5s ease-in-out infinite}.chatbot-toggle.open .chatbot-notification-dot{display:none}.chatbot-tooltip{position:fixed;bottom:92px;left:24px;z-index:9998;background:#fff;color:#18181b;padding:10px 16px;border-radius:12px;border:2px solid #18181b;font-size:13px;font-weight:700;font-family:Inter,sans-serif;box-shadow:4px 4px #18181b;cursor:pointer;max-width:220px;transition:all .2s ease}.chatbot-tooltip:hover{background:#fef3c7;transform:translateY(-2px)}.chatbot-tooltip:after{content:"";position:absolute;bottom:-8px;left:24px;width:14px;height:14px;background:#fff;border-right:2px solid #18181b;border-bottom:2px solid #18181b;transform:rotate(45deg)}.chatbot-window{position:fixed;bottom:96px;left:24px;z-index:9998;width:380px;max-height:560px;background:#fbf9f3;border:3px solid #18181b;border-radius:20px;box-shadow:8px 8px #18181b;display:flex;flex-direction:column;overflow:hidden;font-family:Inter,sans-serif}.chatbot-header{background:#18181b;color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.chatbot-header-info{display:flex;align-items:center;gap:12px}.chatbot-avatar{width:40px;height:40px;background:#fcd34d;border-radius:50%;border:2px solid #fff;display:flex;align-items:center;justify-content:center;font-size:20px}.chatbot-header-title{font-family:Outfit,sans-serif;font-size:16px;font-weight:800;margin:0;letter-spacing:-.02em}.chatbot-header-status{font-size:11px;color:#a1a1aa;display:flex;align-items:center;gap:5px}.chatbot-status-dot{width:7px;height:7px;background:#22c55e;border-radius:50%;display:inline-block;animation:chatbot-pulse 2s ease-in-out infinite}.chatbot-back-btn{width:36px;height:36px;border-radius:50%;border:2px solid rgba(255,255,255,.3);background:transparent;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.chatbot-back-btn:hover{background:#ffffff26;border-color:#fff9;transform:translate(-2px)}.chatbot-progress{background:#e4e4e7;height:6px;position:relative;flex-shrink:0}.chatbot-progress-bar{height:100%;background:linear-gradient(90deg,#e11d48,#fcd34d);border-radius:0 3px 3px 0;transition:width .5s cubic-bezier(.34,1.56,.64,1)}.chatbot-progress-text{position:absolute;right:12px;top:10px;font-size:10px;font-weight:700;color:#71717a;font-family:Courier Prime,monospace}.chatbot-body{padding:20px;overflow-y:auto;flex:1;max-height:420px;scrollbar-width:thin;scrollbar-color:#d4d4d8 transparent}.chatbot-body::-webkit-scrollbar{width:5px}.chatbot-body::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:10px}.chatbot-step{display:flex;flex-direction:column;gap:12px}.chatbot-bubble{background:#fff;border:2px solid #18181b;border-radius:16px 16px 16px 4px;padding:14px 16px;font-size:14px;line-height:1.5;color:#27272a;box-shadow:3px 3px #18181b;position:relative}.chatbot-bubble p{margin:0 0 6px}.chatbot-bubble p:last-child{margin-bottom:0}.chatbot-bubble strong{color:#18181b}.chatbot-options-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.chatbot-options-list{display:flex;flex-direction:column;gap:8px}.chatbot-option-card{background:#fff;border:2px solid #18181b;border-radius:12px;padding:12px;cursor:pointer;text-align:left;display:flex;flex-direction:column;gap:2px;box-shadow:3px 3px #18181b;transition:all .2s cubic-bezier(.34,1.56,.64,1);font-family:Inter,sans-serif}.chatbot-option-card:hover{transform:translate(1px,1px);box-shadow:1px 1px #18181b;background:#fef3c7}.chatbot-option-card:active{transform:translate(3px,3px);box-shadow:0 0 #18181b}.chatbot-option-card.selected{background:#18181b;color:#fff;box-shadow:3px 3px #e11d48}.chatbot-option-card.selected .chatbot-option-desc{color:#a1a1aa}.chatbot-option-card.horizontal{flex-direction:row;align-items:center;gap:10px}.chatbot-option-label{font-size:13px;font-weight:700}.chatbot-option-desc{font-size:11px;color:#71717a;font-weight:500}.chatbot-features-grid{display:flex;flex-wrap:wrap;gap:6px}.chatbot-feature-chip{background:#fff;border:2px solid #18181b;border-radius:20px;padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;box-shadow:2px 2px #18181b}.chatbot-feature-chip:hover{background:#fef3c7;transform:translateY(-1px)}.chatbot-feature-chip.selected{background:#18181b;color:#fff;box-shadow:2px 2px #e11d48}.chatbot-input-group{display:flex;gap:8px;align-items:flex-end}.chatbot-input,.chatbot-textarea{flex:1;background:#fff;border:2px solid #18181b;border-radius:12px;padding:12px 14px;font-size:14px;font-family:Inter,sans-serif;color:#18181b;outline:none;transition:all .2s ease;box-shadow:3px 3px #18181b}.chatbot-input:focus,.chatbot-textarea:focus{box-shadow:3px 3px #e11d48;border-color:#e11d48}.chatbot-textarea{resize:none;min-height:70px}.chatbot-input::placeholder,.chatbot-textarea::placeholder{color:#a1a1aa}.chatbot-send-btn{width:44px;height:44px;min-width:44px;border-radius:12px;border:2px solid #18181b;background:#18181b;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:700;box-shadow:3px 3px #e11d48;transition:all .2s ease;font-family:Inter,sans-serif}.chatbot-send-btn:hover{background:#e11d48;transform:translateY(-2px);box-shadow:4px 4px #18181b}.chatbot-main-btn{width:100%;background:#18181b;color:#fff;border:2px solid #18181b;border-radius:12px;padding:14px 20px;font-size:15px;font-weight:800;font-family:Outfit,sans-serif;cursor:pointer;box-shadow:4px 4px #e11d48;transition:all .2s cubic-bezier(.34,1.56,.64,1);letter-spacing:-.01em}.chatbot-main-btn:hover{transform:translate(1px,1px);box-shadow:2px 2px #e11d48;background:#27272a}.chatbot-main-btn:active{transform:translate(4px,4px);box-shadow:0 0 #e11d48}.chatbot-skip-btn{background:transparent;border:none;color:#71717a;font-size:12px;font-weight:600;cursor:pointer;padding:6px;text-align:center;transition:color .2s ease;font-family:Inter,sans-serif}.chatbot-skip-btn:hover{color:#e11d48}.chatbot-whatsapp-btn{width:100%;background:#25d366;color:#fff;border:2px solid #18181b;border-radius:12px;padding:14px 20px;font-size:15px;font-weight:800;font-family:Outfit,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:4px 4px #18181b;transition:all .2s cubic-bezier(.34,1.56,.64,1)}.chatbot-whatsapp-btn:hover{background:#20bd5a;transform:translate(1px,1px);box-shadow:2px 2px #18181b}.chatbot-whatsapp-btn:active{transform:translate(4px,4px);box-shadow:0 0 #18181b}.chatbot-summary{background:#fff;border:2px solid #18181b;border-radius:14px;padding:16px;box-shadow:4px 4px #18181b;display:flex;flex-direction:column;gap:10px}.chatbot-summary-item{display:flex;flex-direction:column;gap:2px}.chatbot-summary-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#71717a;font-family:Courier Prime,monospace}.chatbot-summary-value{font-size:13px;font-weight:600;color:#18181b}.chatbot-summary-divider{height:2px;background:#e4e4e7;margin:4px 0}@keyframes chatbot-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes chatbot-attention{0%,to{transform:scale(1) rotate(0)}10%{transform:scale(1.1) rotate(-5deg)}20%{transform:scale(1.1) rotate(5deg)}30%{transform:scale(1.1) rotate(-3deg)}40%{transform:scale(1) rotate(0)}}@keyframes chatbot-pulse{0%,to{opacity:1}50%{opacity:.5}}.chatbot-fade-in{animation:chatbot-fadeIn .4s ease-out}@keyframes chatbot-fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chatbot-slide-up{animation:chatbot-slideUp .4s cubic-bezier(.34,1.56,.64,1)}@keyframes chatbot-slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:480px){.chatbot-window{width:calc(100vw - 20px);left:10px;right:10px;bottom:90px;max-height:70vh;border-radius:16px}.chatbot-toggle{bottom:16px;left:16px;width:54px;height:54px}.chatbot-tooltip{bottom:78px;left:16px;max-width:200px;font-size:12px}.chatbot-options-grid{grid-template-columns:1fr}.chatbot-body{padding:16px;max-height:calc(70vh - 100px)}.chatbot-bubble{font-size:13px;padding:12px 14px}}@media(min-width:481px)and (max-width:768px){.chatbot-window{width:360px}}.lab-section{padding:6rem 0;position:relative;overflow:hidden}.lab-container{max-width:72rem;margin:0 auto;padding:0 1rem}.lab-header{text-align:center;margin-bottom:2rem}.lab-badge{display:inline-flex;align-items:center;gap:.5rem;background:#18181b;color:#fcd34d;padding:.4rem 1.2rem;border-radius:9999px;font-size:.8rem;font-weight:800;font-family:Courier Prime,monospace;letter-spacing:.05em;text-transform:uppercase;border:2px solid #18181b;box-shadow:3px 3px #e11d48;margin-bottom:1.2rem}.lab-title{font-family:Outfit,sans-serif;font-size:clamp(2.2rem,6vw,3.5rem);font-weight:900;color:#18181b;letter-spacing:-.03em;line-height:1;margin:0 0 1rem}.lab-title-accent{color:#e11d48}.lab-subtitle{color:#52525b;font-size:1rem;max-width:36rem;margin:0 auto;line-height:1.6;font-weight:500}.lab-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.lab-filter-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border:2px solid #18181b;border-radius:9999px;background:#fff;font-size:.8rem;font-weight:700;font-family:Inter,sans-serif;color:#18181b;cursor:pointer;box-shadow:3px 3px #18181b;transition:all .2s cubic-bezier(.34,1.56,.64,1)}.lab-filter-btn:hover{transform:translate(1px,1px);box-shadow:1px 1px #18181b;background:#fef3c7}.lab-filter-btn.active{background:#18181b;color:#fff;box-shadow:3px 3px 0 0 var(--filter-color, #E11D48)}.lab-filter-dot{width:8px;height:8px;border-radius:50%;display:inline-block;border:1.5px solid #18181b}.lab-filter-btn.active .lab-filter-dot{border-color:#fff}.lab-canvas-wrapper{position:relative;width:100%;height:420px;background:#18181b;border:3px solid #18181b;border-radius:20px;overflow:hidden;box-shadow:8px 8px #e11d48;margin-bottom:2rem}.lab-canvas{display:block;width:100%;height:100%;cursor:crosshair}.lab-corner{position:absolute;font-family:Courier Prime,monospace;font-size:1.4rem;color:#e11d4880;font-weight:700;pointer-events:none;z-index:2}.lab-corner-tl{top:12px;left:16px}.lab-corner-tr{top:12px;right:16px}.lab-corner-bl{bottom:12px;left:16px;transform:rotate(180deg)}.lab-corner-br{bottom:12px;right:16px;transform:rotate(180deg)}.lab-scanline{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(225,29,72,.3),transparent);animation:lab-scan 4s ease-in-out infinite;pointer-events:none;z-index:3}@keyframes lab-scan{0%{top:0;opacity:0}10%{opacity:1}90%{opacity:1}to{top:100%;opacity:0}}.lab-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.lab-stat{background:#fff;border:2px solid #18181b;border-radius:14px;padding:1.2rem 1rem;text-align:center;box-shadow:4px 4px #18181b;transition:all .2s ease;display:flex;flex-direction:column;gap:.3rem}.lab-stat:hover{transform:translate(1px,1px);box-shadow:2px 2px #18181b;background:#fef3c7}.lab-stat-value{font-family:Outfit,sans-serif;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:900;color:#e11d48;letter-spacing:-.02em;line-height:1}.lab-stat-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#71717a;font-family:Courier Prime,monospace}.lab-tech-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.lab-tech-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;background:#fff;border:2px solid #18181b;border-radius:9999px;font-size:.75rem;font-weight:700;color:#18181b;font-family:Inter,sans-serif;box-shadow:2px 2px #18181b;cursor:default;transition:all .3s ease}.lab-tech-tag:hover{transform:translateY(-2px);box-shadow:3px 3px 0 0 var(--tag-color);border-color:var(--tag-color)}.lab-tech-tag.dimmed{opacity:.3;transform:scale(.95)}.lab-tech-tag-dot{width:7px;height:7px;border-radius:50%;display:inline-block;border:1.5px solid #18181b}@media(max-width:768px){.lab-canvas-wrapper{height:320px;border-radius:14px;box-shadow:6px 6px #e11d48}.lab-stats{grid-template-columns:repeat(2,1fr)}.lab-subtitle{font-size:.9rem}.lab-filters{gap:.4rem}.lab-filter-btn{font-size:.7rem;padding:.4rem .8rem}}@media(max-width:480px){.lab-section{padding:4rem 0}.lab-canvas-wrapper{height:260px}.lab-tech-tags{gap:.3rem}.lab-tech-tag{font-size:.65rem;padding:.3rem .7rem}}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.animate-slide-up[data-astro-cid-whrugjgn]{animation:slide-up .6s cubic-bezier(.16,1,.3,1) forwards}@keyframes progress-bar{0%{transform:scaleX(0)}50%{transform:scaleX(.5)}to{transform:scaleX(1)}}.animate-progress-bar[data-astro-cid-whrugjgn]{animation:progress-bar 1.5s cubic-bezier(.65,0,.35,1) forwards}.preloader-hidden[data-astro-cid-whrugjgn]{opacity:0;pointer-events:none;transform:translateY(-10%)}
