.card-spotlight{position:relative;border-radius:1.5rem;border:1px solid #001a82;background-color:#170d27;padding:1.4rem;overflow:hidden;--mouse-x: 50%;--mouse-y: 50%;--spotlight-color: rgba(255, 255, 255, .05)}.card-spotlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),var(--spotlight-color),transparent 80%);opacity:0;transition:opacity .5s ease;pointer-events:none}.card-spotlight:hover:before,.card-spotlight:focus-within:before{opacity:.6}.plan-card-spotlight{height:100px;transition:height .3s ease-in-out;interpolate-size:allow-keywords}.plan-card-spotlight:hover{height:auto}.plan-card-spotlight:hover .plan-card-spotlight-expand{display:none}
