/*
Theme Name: PW247 Ultimate Master
Author: Ivanito
Description: Compiled Production Theme with Retro TV, Category Grid, and Clock.
Version: 11.0
*/
body { background-color: #000; color: #fff; margin: 0; padding: 0; font-family: 'Arial', sans-serif; }
.accent { color: #FFAA00; }

/* Navigation */
#pw247-navigation-bar { background: #000; border: 1px solid #FFF; padding: 0 10px; }
.pw247-menu { list-style: none; margin: 0; padding: 0; display: flex; }
.pw247-menu li a { display: block; padding: 15px 20px; color: #FFAA00; text-decoration: none; font-family: 'Impact', sans-serif; text-transform: uppercase; transition: 0.3s; }
.pw247-menu li:hover > a { background: rgba(139, 101, 0, 0.4); color: #FFF; }
.pw247-menu ul { position: absolute; background: rgba(0,0,0,0.9); backdrop-filter: blur(10px); list-style: none; min-width: 200px; padding: 0; display: none; border: 1px solid #FFF; z-index: 10001; }
.pw247-menu li:hover > ul { display: block; }

/* Layout components */
#pw247-ticker { height: 20px; background: #000; border-bottom: 1px solid #333; position: fixed; top: 0; width: 100%; z-index: 10000; display: flex; align-items: center; color: #FFAA00; font-size: 9pt; font-family: monospace; }
#pw247-header { height: 108px; position: fixed; top: 20px; width: 100%; z-index: 9999; border-bottom: 5px solid #FFF; background: rgba(0,0,0,0.85); }
.header-spacer { height: 128px; }

/* Video Overlay */
.has-retro-overlay .vacuum-tube-overlay {
    position: absolute; top:0; left:0; width:100%; height:100%; pointer-events: none; z-index: 10;
    background: linear-gradient(rgba(18,16,16,0) 50%, rgba(0,0,0,0.2) 50%), linear-gradient(90deg, rgba(255,0,0,0.05), rgba(0,255,0,0.02), rgba(0,0,255,0.05));
    background-size: 100% 3px, 6px 100%;
}
