html, body { margin: 0; padding: 0; background: #ffffff; }
    body { overflow-x: hidden; }
    html { scrollbar-color: rgba(255, 31, 169, 0.35) transparent; }
    ::-webkit-scrollbar { width: 10px; }
    ::-webkit-scrollbar-track { background: transparent; }
    ::-webkit-scrollbar-thumb { background: rgba(255, 31, 169, 0.35); }
    ::-webkit-scrollbar-thumb:hover { background: rgba(255, 31, 169, 0.55); }
    a { color: #1a1a1a; text-decoration: none; }
    a:hover { color: #555555; }
    a[data-sparren]:hover { color: #1a1a1a !important; }
    .audience-toggle::after { content: ''; display: inline-block; width: 6px; height: 6px; margin-left: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); }
    .audience-options { background: radial-gradient(ellipse at top left, #ffffff 0%, #ffffff 34%, rgba(255, 255, 255, 0.94) 48%, rgba(255, 255, 255, 0) 72%); padding: 12px 96px 64px 0; }
    .section-links { scrollbar-width: none; }
    .section-links::-webkit-scrollbar { display: none; }
    @keyframes drawGraph { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
    @keyframes moveLogos { from { transform: translateX(-50%); } to { transform: translateX(0); } }
    @keyframes fadeInModal { from { opacity: 0; } to { opacity: 1; } }
    @keyframes popInModal { from { transform: scale(0.85); opacity: 0; } to { transform: scale(1); opacity: 1; } }
    @keyframes bounceInSection { from { opacity: 0; transform: scale(0.92); } to { opacity: 1; transform: scale(1); } }
    @keyframes bounceOutSection { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: scale(0.92); } }
    @keyframes riseInSection { from { opacity: 0; transform: translateY(48px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes sinkOutSection { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(48px); } }
    @keyframes explodeSquare {
      0% { transform: translate(0, 0) rotate(0deg) scale(1); opacity: 1; }
      100% { transform: translate(var(--dx), var(--dy)) rotate(var(--rot)) scale(0.4); opacity: 0; }
    }
