.personal-site .ae-scrollhint{position:fixed;right:6vw;bottom:clamp(22px,5vh,48px);z-index:2;display:flex;flex-direction:column;align-items:flex-end;gap:8px;transform:translateY(8px);opacity:0;pointer-events:none;color:var(--lv-muted);transition:opacity .45s ease,transform .45s ease}.personal-site .ae-scrollhint[data-active=true]{opacity:.75;transform:translateY(0)}.personal-site .ae-scrollhint[data-idle=true]{opacity:1}.personal-site .ae-scrollhint>svg{width:24px;height:38px}.personal-site .ae-scrollhint>svg,.personal-site .ae-scrollhint__chevrons{align-self:flex-end;margin-right:clamp(0px,4vw,60px)}.personal-site .ae-scrollhint__wheel{animation:ae-hint-wheel 1.8s cubic-bezier(.6,0,.3,1) infinite}.personal-site .ae-scrollhint__chevrons{display:flex;flex-direction:column;align-items:center;width:24px;margin-top:-2px}.personal-site .ae-scrollhint__chevrons svg{width:14px;height:9px;color:var(--lv-gold);animation:ae-hint-chevron 1.8s ease-in-out infinite}.personal-site .ae-scrollhint__chevrons svg+svg{margin-top:-2px;animation-delay:.2s}.personal-site .ae-scrollhint__text{max-height:0;overflow:hidden;opacity:0;font:12px/1.4 var(--lv-mono);letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;color:#fff;transition:opacity .4s ease,max-height .4s ease,color .6s ease}.personal-site .ae-scrollhint[data-idle=true] .ae-scrollhint__text{max-height:24px;opacity:1;animation:ae-hint-nudge 2.4s ease-in-out infinite}.personal-site .ae-scrollhint[data-urgent=true] .ae-scrollhint__text{animation:ae-hint-blink 1.1s step-end infinite,ae-hint-nudge 2.2s ease-in-out infinite}@keyframes ae-hint-wheel{0%{transform:translateY(0);opacity:1}60%{transform:translateY(12px);opacity:0}61%{transform:translateY(0);opacity:0}to{opacity:1}}@keyframes ae-hint-chevron{0%,to{opacity:.2;transform:translateY(-2px)}50%{opacity:1;transform:translateY(2px)}}@keyframes ae-hint-nudge{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@keyframes ae-hint-blink{0%{color:var(--lv-gold);font-weight:700}50%{color:#fff;font-weight:400}}@media (max-width:820px){.personal-site .ae-scrollhint{bottom:18px;flex-direction:row;align-items:center;gap:12px}.personal-site .ae-scrollhint>svg{width:36px;height:56px;margin:0}.personal-site .ae-scrollhint__chevrons,.personal-site .ae-scrollhint__more{display:none}.personal-site .ae-scrollhint__text{font-size:11px}}@media (prefers-reduced-motion:reduce){.personal-site .ae-scrollhint *{animation:none!important}.personal-site .ae-scrollhint[data-urgent=true] .ae-scrollhint__text{color:var(--lv-gold);font-weight:700}}@media (max-width:820px) and (max-height:720px){.personal-site .ae-scrollhint{bottom:10px}.personal-site .ae-scrollhint>svg{width:26px;height:40px}}@media (max-width:820px){.personal-site .ae-scrollhint[data-placement=top]{top:calc(env(safe-area-inset-top,0px) + 16px);bottom:auto}}