.not-found-container{text-align:center;z-index:1;background-color:#0b0e14;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;font-family:Rubik,sans-serif;display:flex;position:relative;overflow:hidden}.stage{width:300px;height:150px;transform-style:preserve-3d;margin-bottom:50px;animation:3s ease-in-out infinite float;position:relative;transform:rotateY(-20deg)rotateX(20deg)}.layer{width:100%;height:100%;transform-style:preserve-3d;position:absolute}.layer:after{content:"404";color:#fff;letter-spacing:10px;text-shadow:4px 0 10px #00000021;font-family:Teko,sans-serif;font-size:200px;font-weight:700;line-height:150px;position:absolute;top:0;left:0}.layer:first-child:after{transform:translateZ(0)}.layer:nth-child(2):after{transform:translateZ(-1px)}.layer:nth-child(3):after{transform:translateZ(-2px)}.layer:nth-child(4):after{transform:translateZ(-3px)}.layer:nth-child(5):after{transform:translateZ(-4px)}.layer:nth-child(6):after{transform:translateZ(-5px)}.layer:nth-child(7):after{transform:translateZ(-6px)}.layer:nth-child(8):after{transform:translateZ(-7px)}.layer:nth-child(9):after{transform:translateZ(-8px)}.layer:nth-child(10):after{transform:translateZ(-9px)}.layer:nth-child(11):after{transform:translateZ(-10px)}.layer:nth-child(12):after{transform:translateZ(-11px)}.layer:nth-child(13):after{transform:translateZ(-12px)}.layer:nth-child(14):after{transform:translateZ(-13px)}.layer:nth-child(15):after{transform:translateZ(-14px)}.layer:nth-child(16):after{transform:translateZ(-15px)}.layer:nth-child(17):after{transform:translateZ(-16px)}.layer:nth-child(18):after{transform:translateZ(-17px)}.layer:nth-child(19):after{transform:translateZ(-18px)}.layer:nth-child(20):after{transform:translateZ(-19px)}.layer:nth-child(n+10):after{-webkit-text-stroke:3px #00000040}.layer:nth-child(n+11):after{-webkit-text-stroke:15px #f43939;text-shadow:6px 0 6px #00000059,5px 5px 5px #00000040,0 6px 6px #0003}.layer:nth-child(n+12):after{-webkit-text-stroke:15px #f43939cc}.layer:last-child:after{-webkit-text-stroke:17px #0000001a}.layer:first-child:after{color:#fff;text-shadow:none}@keyframes float{0%,to{transform:rotateY(-20deg)rotateX(20deg)translateY(0)}50%{transform:rotateY(-20deg)rotateX(20deg)translateY(-20px)}}.not-found-content h2{color:#fff;margin-bottom:15px;font-size:2.5rem}.not-found-content p{color:#a0a0a0;margin-bottom:30px;font-size:1.2rem}.chatbot-container{z-index:9999;font-family:Rubik,sans-serif;position:fixed;bottom:30px;right:30px}.chatbot-toggle{color:#fff;cursor:pointer;background-color:#fb383b;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s;display:flex;position:relative;box-shadow:0 4px 12px #fb383b66}.chatbot-toggle:hover{transform:scale(1.05)}.chatbot-toggle .tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#222429;border-radius:6px;padding:8px 12px;font-size:14px;transition:opacity .3s;position:absolute;right:75px}.chatbot-toggle:hover .tooltip{opacity:1}.chatbot-window{background:#fff;border:1px solid #e3e3e3;border-radius:12px;flex-direction:column;width:350px;height:500px;display:flex;overflow:hidden;box-shadow:0 5px 25px #0003}.chatbot-header{color:#fff;background:#222429;justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.header-info{align-items:center;gap:12px;display:flex}.header-info .avatar{background:#fb383b;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:14px;font-weight:700;display:flex}.header-info h4{color:#fff;letter-spacing:1px;margin:0;font-family:Teko,sans-serif;font-size:16px}.header-info p{color:#9ca3a9;margin:0;font-size:12px}.close-btn{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;transition:opacity .3s}.close-btn:hover{opacity:1}.chatbot-messages{background:#f8f9fa;flex-direction:column;flex:1;gap:15px;padding:20px;display:flex;overflow-y:auto}.message{max-width:85%;display:flex}.message.user{align-self:flex-end}.message.assistant{align-self:flex-start}.message-bubble{word-wrap:break-word;border-radius:12px;padding:12px 16px;font-size:14px;line-height:1.4}.message.user .message-bubble{color:#fff;background:#fb383b;border-bottom-right-radius:4px}.message.assistant .message-bubble{color:#222429;background:#fff;border-bottom-left-radius:4px;box-shadow:0 2px 5px #0000000d}.message-bubble.loading,.message-bubble.typing{color:#666;align-items:center;gap:8px;display:flex}.spinner{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.typing .dot{background:#999;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both bounce}.typing .dot:first-child{animation-delay:-.32s}.typing .dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.whatsapp-cta{text-align:center;margin-top:10px}.whatsapp-cta .btn{text-align:center;width:100%;padding:12px 20px;font-size:14px}.chatbot-input{background:#fff;border-top:1px solid #e3e3e3;gap:10px;padding:15px;display:flex}.chatbot-input input{border:1px solid #e3e3e3;border-radius:20px;outline:none;flex:1;padding:10px 15px;font-family:inherit;font-size:14px;transition:border-color .3s}.chatbot-input input:focus{border-color:#fb383b}.chatbot-input input:disabled{cursor:not-allowed;background:#f5f5f5}.chatbot-input button{color:#fff;cursor:pointer;background:#fb383b;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .3s;display:flex}.chatbot-input button:hover:not(:disabled){background:#d82c2e}.chatbot-input button:disabled{cursor:not-allowed;background:#ccc}@media (width<=480px){.chatbot-window{border-radius:0;width:100%;height:100%;position:fixed;inset:0}.chatbot-container{bottom:20px;right:20px}}
