
        .zv-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        
        .zv-masthead { background: rgba(13, 9, 18, 0.85); backdrop-filter: blur(15px); border-bottom: 2px solid rgba(236, 72, 153, 0.2); padding: 1.5rem 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
        .zv-masthead-box { display: flex; justify-content: space-between; align-items: center; }
        .zv-logo-glitch { font-size: 2rem; font-weight: 900; color: #fff; text-transform: uppercase; letter-spacing: 2px; text-shadow: 0 0 15px rgba(236, 72, 153, 0.5); }
        .zv-logo-glitch span { color: #ec4899; }
        .zv-cyber-nav a { margin-left: 2rem; color: #cbd5e1; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; font-size: 0.9rem; padding: 8px 12px; border-radius: 8px; transition: all 0.3s; }
        .zv-cyber-nav a:hover { background: rgba(236, 72, 153, 0.1); color: #ec4899; }
        .zv-core-view { padding: 5rem 20px; min-height: 75vh; }
        
        .zv-base { background: #08050b; padding: 6rem 0 4rem; text-align: center; margin-top: 6rem; border-top: 1px solid #1a1324; }
        .zv-base-links { display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; margin: 3rem 0; }
        .zv-base-links a { font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #60a5fa; }
        .zv-base-links a:hover { color: #93c5fd; }
        .zv-disclaimer { opacity: 0.5; max-width: 700px; margin: 0 auto; font-size: 0.9rem !important; color: #cbd5e1; }
        .zv-burger-matrix { display: none; flex-direction: column; gap: 6px; background: transparent; border: none; cursor: pointer; z-index: 1001; padding: 10px; }
        .zv-burger-matrix span { width: 32px; height: 3px; background: #fff; transition: 0.3s; border-radius: 2px; }
        