/* Footer fixed with transparency + blur */
.luna-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
