.back-to-top-button{position:fixed;bottom:1.5rem;right:1.5rem;padding:0;background:transparent!important;border:none;box-shadow:none!important;cursor:pointer;z-index:9999;transition:all .3s ease-in-out;animation:float 3s ease-in-out infinite;display:flex;align-items:center;justify-content:center;display:none}body:not(.modal-open) .back-to-top-button{display:flex}body.modal-open .back-to-top-button{display:none}.button-content{position:relative;display:flex;align-items:center;justify-content:center}.button-content,.sun-icon{background:transparent!important;box-shadow:none!important}.sun-icon{width:72px;height:72px;-o-object-fit:contain;object-fit:contain;display:block;image-rendering:-webkit-optimize-contrast;filter:none!important}.arrow-icon{position:absolute;width:2rem;height:2rem;color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;filter:none!important;box-shadow:none!important}.back-to-top-button:hover{transform:translateY(-2px)}.back-to-top-button:focus{outline:none}.back-to-top-button:active{transform:translateY(1px)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media screen and (max-width:768px){.back-to-top-button{bottom:1rem;right:1rem}.sun-icon{width:60px;height:60px}.arrow-icon{width:1.5rem;height:1.5rem}}.footer-container{width:100%;margin-top:auto;background-color:hsla(35,19%,88%,.95)}.container-responsive{width:100%;padding:0 1rem;margin:0 auto}.footer-content{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem 0}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-section:first-child{align-items:flex-start;justify-self:start}.footer-section:nth-child(2){align-items:center;justify-self:center}.footer-section:nth-child(3){align-items:flex-end;justify-self:end}.footer-subtitle{color:var(--primary-dark);font-size:1.1rem;font-weight:600;margin-bottom:.5rem;position:relative}.footer-subtitle:after{content:"";position:absolute;bottom:-4px;height:2px;width:40px;background-color:var(--primary-color)}.footer-section:first-child .footer-subtitle:after{left:0}.footer-section:nth-child(2) .footer-subtitle:after{left:50%;transform:translateX(-50%)}.footer-section:nth-child(3) .footer-subtitle:after{right:0;left:auto}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-link{color:#666;text-decoration:none;transition:all .3s ease;display:inline-block;position:relative}.footer-link:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:1px;bottom:-2px;left:0;background-color:var(--primary-color);transform-origin:bottom right;transition:transform .3s ease}.footer-link:hover{color:var(--primary-color)}.footer-link:hover:after{transform:scaleX(1);transform-origin:bottom left}.social-links{gap:1rem}.social-link,.social-links{display:flex;align-items:center}.social-link{justify-content:center;width:40px;height:40px;border-radius:50%;background-color:var(--primary-light);color:#fff;transition:all .3s ease;border:none;cursor:pointer;position:relative;overflow:hidden}.social-link:before{content:"";position:absolute;width:100%;height:100%;background-color:hsla(0,0%,100%,.1);border-radius:50%;transform:scale(0);transition:transform .3s ease}.social-link:hover{background-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px rgba(45,211,205,.2)}.social-link:hover:before{transform:scale(1)}.social-link:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.admin-login-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:var(--primary-light);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;position:relative;overflow:hidden;width:-moz-fit-content;width:fit-content;text-decoration:none}.admin-login-button span{font-size:.9rem}.admin-login-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.2),transparent);transition:.5s}.admin-login-button:hover{background-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px rgba(45,211,205,.2)}.admin-login-button:hover:before{left:100%}.admin-login-button:active{transform:translateY(0)}.footer-bottom{width:100%;background-color:#6e578d;padding:1rem}.copyright{display:flex;align-items:center;justify-content:center;gap:1rem;color:#fff;font-size:.9rem;max-width:1280px;margin:0 auto;padding:0 1rem}.footer-logo{width:32px;height:32px;transition:transform .3s ease}.footer-logo:hover{transform:rotate(1turn)}@media (min-width:640px){.container-responsive{max-width:640px}}@media (min-width:768px){.container-responsive{max-width:768px}}@media (min-width:1024px){.container-responsive{max-width:1024px}}@media (min-width:1280px){.container-responsive{max-width:1280px}}@media (max-width:768px){.footer-content{grid-template-columns:1fr;text-align:center;gap:2.5rem}.footer-section,.footer-section:first-child,.footer-section:nth-child(2),.footer-section:nth-child(3){align-items:center;justify-self:center}.footer-subtitle:after{left:50%!important;right:auto!important;transform:translateX(-50%)!important}.social-links{justify-content:center}}@media (max-width:480px){.footer-content{gap:2rem}.copyright p{font-size:.8rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.footer-section{animation:fadeIn .5s ease forwards}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.4s}