/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */.preloader{z-index:9999;background-color:#022169;width:100%;height:100%;position:fixed;top:0;left:0}.loader{border:3px solid #0000;border-top-color:#fecf13;border-radius:50%;width:150px;height:150px;margin:-75px 0 0 -75px;animation:spin 2s linear infinite;display:block;position:relative;top:50%;left:50%}.loader:before{animation:spin 3s linear infinite;inset:5px}.loader:after,.loader:before{content:"";border:3px solid #0000;border-top-color:#fecf13;border-radius:50%;position:absolute}.loader:after{animation:spin 1.5s linear infinite;inset:15px}@keyframes spin{to{transform:rotate(1turn)}}