/* BRANDING.CSS - DISABLED FOR NETFLIX THEME */
/* All styles commented out to prevent conflicts with Netflix design */

/*
.logo-image {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    display: block;
    animation: logoFloat 3s ease-in-out infinite;
}

@keyframes logoFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.header-logo-container {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.header-logo-image {
    width: 32px;
    height: 32px;
}
*/
