/*! Stellarr Studio | React Bits, Copyright (c) 2026 David Haz. MIT + Commons Clause: /assets/vendor/licenses/react-bits.txt */
.card-spotlight{--mouse-x:50%;--mouse-y:50%;--spotlight-color:#ffffff0d;background-color:#111;border:1px solid #222;border-radius:1.5rem;padding:2rem;position:relative;overflow:hidden}.card-spotlight:before{content:"";background:radial-gradient(circle at var(--mouse-x) var(--mouse-y), var(--spotlight-color), transparent 80%);opacity:0;pointer-events:none;transition:opacity .5s;position:absolute;inset:0}.card-spotlight:hover:before,.card-spotlight:focus-within:before{opacity:.6}.site .studio-spotlight.card-spotlight{--spotlight-color:#a469c54d;width:100%;height:100%;padding:var(--spotlight-padding,30px);border-radius:inherit;background:0 0;border:0;flex-direction:column;align-items:flex-start;display:flex;position:relative}.site .studio-spotlight.card-spotlight:before{z-index:0}.site .studio-spotlight.card-spotlight>astro-slot{display:contents}.site .studio-spotlight.card-spotlight>astro-slot>*{z-index:1;position:relative}.site a:focus-visible>astro-island>.studio-spotlight:before{opacity:.6}.site .catalog-card[data-real-spotlight],.site .service-card[data-real-spotlight],.site .model-pathways>a[data-real-spotlight]{padding:0}.site .catalog-card .studio-spotlight .link{color:#805096;margin-top:auto;padding-top:15px;font-size:12px}.site .service-card{--spotlight-padding:25px}.site .model-pathways>a{--spotlight-padding:26px}@media (prefers-reduced-motion:reduce){.site .studio-spotlight.card-spotlight:before{transition:none}}
