/* Custom CSS Específico Donaluh */
body {
    min-height: 100dvh;
}

.noise-overlay {
    position: fixed;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    pointer-events: none; 
    z-index: 9999;
    opacity: 0.04;
}

/* Transições Táteis */
.magnetic-btn {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.magnetic-btn:hover {
    transform: scale(1.03);
}

/* Utilitários Visuais */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
