
        @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;900&display=swap');
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Outfit', sans-serif; background: #0d0912; color: #f1f5f9; line-height: 1.6; }
        
        body::before { content: ''; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: radial-gradient(circle at 100% 0%, rgba(236, 72, 153, 0.08) 0%, transparent 40%), radial-gradient(circle at 0% 100%, rgba(6, 182, 212, 0.08) 0%, transparent 40%); z-index: -1; pointer-events: none; }
        a { color: #ec4899; text-decoration: none; transition: 0.3s ease; }
        a:hover { color: #f472b6; }
        .zv-matrix-rain { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -2; pointer-events: none; }
        