/*! Original portfolio code © 2026 Tala Salman. All rights reserved. */
.home-choice-glow{--home-light-duration: 2.2s;--home-light-left: 232, 93, 144;--home-light-middle: 152, 63, 235;--home-light-right: 174, 127, 233;position:fixed;z-index:5;inset:auto 0 var(--keyboard-inset, 0px);height:var(--home-light-height, 65svh);overflow:hidden;background:radial-gradient(ellipse 29% 72% at 17% 112%,rgba(var(--home-light-left),.38),transparent 100%),radial-gradient(ellipse 23% 40% at 54% 108%,rgba(var(--home-light-middle),.42),transparent 100%),radial-gradient(ellipse 34% 92% at 91% 114%,rgba(var(--home-light-right),.3),transparent 100%);mask-image:linear-gradient(to bottom,transparent,#000 38%);opacity:0;pointer-events:none}.home-choice-glow:before,.home-choice-glow:after{content:"";position:absolute;inset:0 -12% -30%;transform-origin:50% 100%;filter:blur(9px);animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-fill-mode:both}.home-choice-glow:before{background:radial-gradient(ellipse 22% 78% at 22% 86%,rgba(var(--home-light-left),.64),rgba(var(--home-light-left),.2) 45%,transparent 100%),radial-gradient(ellipse 17% 47% at 59% 100%,rgba(var(--home-light-middle),.68),transparent 100%);animation-duration:11s}.home-choice-glow:after{background:radial-gradient(ellipse 19% 86% at 77% 88%,rgba(var(--home-light-right),.56),rgba(var(--home-light-right),.16) 48%,transparent 100%),radial-gradient(ellipse 13% 56% at 42% 96%,rgba(var(--home-light-middle),.42),transparent 100%);animation-duration:17s}.home-choice-glow:not([hidden]):before{animation-name:home-light-near}.home-choice-glow:not([hidden]):after{animation-name:home-light-far}@keyframes home-light-near{0%,to{transform:translate3d(-3%,8%,0) scale(1.04,.9)}38%{transform:translate3d(4%,-6%,0) scale(.96,1.12)}71%{transform:translate3d(1%,5%,0) scale(1.08,.98)}}@keyframes home-light-far{0%,to{transform:translate3d(4%,-4%,0) scale(1.02,1.08)}43%{transform:translate3d(-3%,11%,0) scale(1.1,.83)}78%{transform:translate3d(-5%,-7%,0) scale(.97,1.15)}}:root[data-theme=light] .home-choice-glow{--home-light-left: 35, 128, 239;--home-light-middle: 35, 187, 215;--home-light-right: 135, 194, 158}@media(max-width:900px){.home-choice-glow{background:linear-gradient(100deg,rgba(var(--home-light-left),.2),rgba(var(--home-light-middle),.12) 56%,rgba(var(--home-light-right),.18));mask-image:linear-gradient(to bottom,transparent,#000 60%)}.home-choice-glow:before,.home-choice-glow:after{inset:-10% -60% -30%;filter:none;-webkit-mask:url(assets/home-light-wave-mask.svg) center / 100% 100% no-repeat;mask:url(assets/home-light-wave-mask.svg) center / 100% 100% no-repeat}.home-choice-glow:before{background:linear-gradient(100deg,rgba(var(--home-light-left),.54) 34%,rgba(var(--home-light-middle),.44),rgba(var(--home-light-right),.5) 70%);animation-duration:7.2s}.home-choice-glow:after{background:linear-gradient(80deg,rgba(var(--home-light-right),.24) 30%,rgba(var(--home-light-middle),.34),rgba(var(--home-light-left),.3) 66%);animation-duration:9.6s}.home-choice-glow:not([hidden]):before{animation-name:home-light-wave-near}.home-choice-glow:not([hidden]):after{animation-name:home-light-wave-far}}@keyframes home-light-wave-near{0%,to{transform:translate3d(-18%,3%,0) scaleY(.94)}50%{transform:translate3d(18%,-6%,0) scaleY(1.08)}}@keyframes home-light-wave-far{0%,to{transform:translate3d(18%,-10%,0) scale(-1,1.08)}50%{transform:translate3d(-18%,3%,0) scale(-1,.96)}}.agent-home[data-home-motion] :is(.experience-chooser,.guide-panel,.pick){animation:none}.agent-home[data-home-motion] .agent-suggestions{transition:none}.agent-home .experience-chooser button:is(:hover,:focus-visible){font-size:var(--text-sm);font-weight:400}.agent-home .experience-chooser[hidden][data-home-exiting]{display:grid!important;pointer-events:none}@media(prefers-reduced-motion:reduce){.home-choice-glow{display:none}}
