.top-nav {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 1.5rem;
    padding: 0.75rem 2rem;
}

.top-nav a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s;
}

.top-nav a:hover {
    color: #fff;
}
