.scroll-indicator.svelte-oyptsu{z-index:50;cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;background:0 0;border:none;padding:.5rem;transition:opacity .6s cubic-bezier(.4,0,.2,1),visibility .6s cubic-bezier(.4,0,.2,1),transform .2s;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-indicator.visible.svelte-oyptsu{opacity:1;visibility:visible;pointer-events:auto}.scroll-indicator.svelte-oyptsu:hover{transform:translate(-50%)scale(1.1)}.scroll-indicator.svelte-oyptsu:active{transform:translate(-50%)scale(.95)}.chevron-wrapper.svelte-oyptsu{justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.scroll-chevron.svelte-oyptsu{border-left:2px solid var(--color-phc-anthracite,#2c3e50);border-bottom:2px solid var(--color-phc-anthracite,#2c3e50);transform-origin:50%;width:24px;height:24px;position:absolute;transform:rotate(-45deg)}.chevron-wrapper.svelte-oyptsu{animation:2.5s cubic-bezier(.4,0,.2,1) infinite svelte-oyptsu-pulse}.scroll-indicator.svelte-oyptsu:hover .chevron-wrapper:where(.svelte-oyptsu){animation-play-state:paused}@keyframes svelte-oyptsu-pulse{0%,to{opacity:.3;transform:translateY(0)scale(.9)}50%{opacity:.6;transform:translateY(-6px)scale(1)}}@media (max-width:768px){.scroll-indicator.svelte-oyptsu{bottom:1.5rem}.scroll-chevron.svelte-oyptsu{width:20px;height:20px}}@media (prefers-reduced-motion:reduce){.scroll-indicator.svelte-oyptsu{opacity:.4;animation:none}}
