/*
Theme Name: ENP Asia Film Theme
Theme URI: https://asiawebawards.com/
Author: Asia Web Awards
Description: Classic WordPress theme cloned from the Cinematic Curator design system. Tailwind CDN + Noto Serif / Manrope. Dark cinematic UI.
Version: 1.0.0
Requires PHP: 8.0
Requires at least: 6.0
License: GPLv2 or later
Text Domain: enp-theme
*/

/* Classic theme skeleton hooks — most styling comes from Tailwind CDN configured in functions.php.
   Keep this file small; visual design belongs in the tailwind.config inline script. */

body{background:#131313;color:#e5e2e1;font-family:Manrope,system-ui,sans-serif;}
h1,h2,h3,h4,h5,h6,.font-headline{font-family:"Noto Serif",Georgia,serif;}
a{color:inherit;}
img{max-width:100%;height:auto;}

.pattern-overlay{
	background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20.5V18H0v-2h20v-2H0v-2h20v-2H0V8h20V6H0V4h20V2H0V0h22v20h2V0h2v20h2V0h2v20h2V0h2v20h2V0h2v20h2v2H20v-1.5zM0 20h2v20H0V20zm4 0h2v20H4V20zm4 0h2v20H8V20zm4 0h2v20h-2V20zm4 0h2v20h-2V20zm4 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2z' fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.hide-scrollbar::-webkit-scrollbar{display:none;}
.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none;}
.glass-panel{background:rgba(42,42,42,0.4);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);}
.hero-gradient{background:radial-gradient(circle at top right,rgba(229,9,20,0.05) 0%,transparent 60%);}
.card-gradient{background:linear-gradient(to top,rgba(19,19,19,0.9) 0%,rgba(19,19,19,0) 50%);}
.movie-card:hover{transform:scale(1.02);box-shadow:0 20px 40px rgba(229,226,225,0.08);}
.laurel-icon{opacity:0;transition:opacity .3s ease;}
.movie-card:hover .laurel-icon{opacity:1;}
.filter-scroll::-webkit-scrollbar{width:4px;}
.filter-scroll::-webkit-scrollbar-track{background:rgba(32,31,31,0.5);}
.filter-scroll::-webkit-scrollbar-thumb{background:#5e3f3b;border-radius:4px;}

/* WordPress admin bar fix for dark theme */
#wpadminbar{z-index:99999;}
