/* Navigation */ nav { background: rgba(15, 23, 42, 0.95); padding: 1rem 2rem; position: sticky; top: 0; z-index: 100; backdrop-filter: blur(10px); border-bottom: 1px solid #1e293b; } nav ul { list-style: none; display: flex; gap: 2rem; align-items: center; max-width: 1200px; margin: 0 auto; } nav ul li:first-child { font-size: 1.3rem; font-weight: bold; margin-right: auto; background: linear-gradient(135deg, #6366f1, #ec4899); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } nav ul li a { color: #94a3b8; text-decoration: none; transition: color 0.3s; font-weight: 500; } nav ul li a:hover { color: #6366f1; }
Scroll to top