/*
Theme Name: Media Magic AI
Theme URI: https://example.com/media-magic-ai
Author: Manus
Description: A powerful AI-driven media processing WordPress theme converted from Google AI Studio.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: ai, media-processing, image-enhancement, video-processing
*/

/* Base styles are handled via Tailwind CDN as in the original project, 
   but we can add custom CSS here if needed. */
.sticky-header {
    background: rgba(17, 24, 39, 0.8);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #374151;
    position: sticky;
    top: 0;
    z-index: 50;
}
