.scroll-indicator.svelte-oyptsu{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:50;background:none;border:none;padding:.5rem;cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .6s cubic-bezier(.4,0,.2,1),visibility .6s cubic-bezier(.4,0,.2,1),transform .2s ease}.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{display:flex;align-items:center;justify-content:center;width:24px;height:24px;position:relative}.scroll-chevron.svelte-oyptsu{position:absolute;width:24px;height:24px;border-left:2px solid var(--color-phc-anthracite, #2c3e50);border-bottom:2px solid var(--color-phc-anthracite, #2c3e50);transform:rotate(-45deg);transform-origin:center center}.chevron-wrapper.svelte-oyptsu{animation:svelte-oyptsu-pulse 2.5s cubic-bezier(.4,0,.2,1) infinite}.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{animation:none;opacity:.4}}
