<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#f0f0f0}.loading-logo{width:70px;margin-bottom:2rem}.dots{display:flex;justify-content:center;align-items:center}.dot-flashing{position:relative;width:10px;height:10px;border-radius:5px;background-color:#8b4513;color:#8b4513;animation:dot-flashing 1s linear infinite alternate;animation-delay:.5s}.dot-flashing:after,.dot-flashing:before{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{left:-15px;animation:dot-flashing 1s infinite alternate;animation-delay:0s}.dot-flashing:after,.dot-flashing:before{width:10px;height:10px;border-radius:5px;background-color:#8b4513;color:#8b4513}.dot-flashing:after{left:15px;animation:dot-flashing 1s infinite alternate;animation-delay:1s}@keyframes dot-flashing{0%{background-color:#8b4513}50%,to{background-color:rgba(139,69,19,.2)}}.whatsapp-icon{position:fixed;bottom:20px;right:-60px;background-color:#25d366;border-radius:50%;padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.2);transition:background-color .3s ease,right .3s ease;animation:slideIn .6s .5s forwards}.whatsapp-icon:hover{background-color:#4caf50}@keyframes slideIn{0%{right:-60px}to{right:20px}}</pre></body></html>