
        .apple-nav-link { font-size: 15px; font-weight: 400; letter-spacing: -0.01em; line-height: 1; padding: 0 14px; color: rgba(0,0,0,0.8); text-decoration: none; transition: color 0.3s ease; cursor: pointer; background: none; border: none; display: inline-flex; align-items: center; gap: 4px; }
        .apple-nav-link:hover { color: #000; }
        .dark .apple-nav-link { color: rgba(255,255,255,0.8) !important; transition: color 0.3s ease, text-shadow 0.3s ease; }
        .dark .apple-nav-link:hover { color: #60a5fa !important; text-shadow: 0 0 14px rgba(59,130,246,0.6), 0 0 6px rgba(59,130,246,0.3); }
        .apple-nav-icon { color: rgba(0,0,0,0.8); transition: color 0.3s ease; }
        .apple-nav-icon:hover { color: #000; }
        /* Mobile-only Helper (Tailwind lg:hidden ist im Build broken — wirkt auf allen Screens) */
        .sel-mob-only { display: inline-flex !important; align-items: center; justify-content: center; }
        @media (min-width: 1024px) {
            .sel-mob-only { display: none !important; }
            .sel-mob-only-overlay { display: none !important; }
        }
        .dark .apple-nav-icon { color: rgba(255,255,255,0.8) !important; transition: color 0.3s ease, filter 0.3s ease; }
        .dark .apple-nav-icon:hover { color: #60a5fa !important; filter: drop-shadow(0 0 8px rgba(59,130,246,0.5)); }
        .apple-header-sep { position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: rgba(0,0,0,0.16); }
        .dark .apple-header-sep { background: rgba(255,255,255,0.12) !important; }
    