
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap');
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Inter', sans-serif; background: #070913; color: #cbd5e1; line-height: 1.6; position: relative; overflow-x: hidden; }
        body::before { content: ''; position: fixed; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at 50% 30%, rgba(37, 99, 235, 0.08), transparent 60%), radial-gradient(circle at 80% 80%, rgba(139, 92, 246, 0.05), transparent 50%); z-index: -1; pointer-events: none; }
        a { color: var(--accent); text-decoration: none; transition: 0.3s ease; }
        a:hover { color: #60a5fa; text-shadow: 0 0 8px rgba(96, 165, 250, 0.5); }
        .elv-bg-nodes { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -2; pointer-events: none; }
        