.carousel-container{--outer-r:24px;--p-distance:12px;border:1px solid #555;border-radius:24px;padding:16px;position:relative;overflow:hidden}.carousel-track{display:flex}.carousel-item{border-radius:calc(var(--outer-r) - var(--p-distance));cursor:grab;background-color:#0d0d0d;border:1px solid #555;flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:flex-start;display:flex;position:relative;overflow:hidden}.carousel-item:active{cursor:grabbing}.carousel-container.round{border:1px solid #555}.carousel-item.round{text-align:center;background-color:#0d0d0d;border:1px solid #555;justify-content:center;align-items:center;position:relative;bottom:.1em}.carousel-item-header.round{margin:0;padding:0}.carousel-indicators-container.round{z-index:2;position:absolute;bottom:3em;left:50%;transform:translate(-50%)}.carousel-item-header{margin-bottom:16px;padding:20px}.carousel-icon-container{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.carousel-icon{color:#060010;width:16px;height:16px}.carousel-item-content{padding:20px}.carousel-item-title{color:#fff;margin-bottom:4px;font-size:18px;font-weight:900}.carousel-item-description{color:#fff;font-size:14px}.carousel-indicators-container{justify-content:center;width:100%;display:flex}.carousel-indicators{justify-content:space-between;width:150px;margin-top:16px;padding:0 32px;display:flex}.carousel-indicator{cursor:pointer;border-radius:50%;width:8px;height:8px;transition:background-color .15s}.carousel-indicator.active{background-color:#fff}.carousel-indicator.inactive{background-color:#555}
.flashlight-card{--mouse-x:50%;--mouse-y:50%;--spotlight-size:300px;--spotlight-color:#0ac3fd1f;--spotlight-edge:#0ac3fd0a;will-change:auto;backface-visibility:hidden;background:linear-gradient(135deg,#1a1f2e 0%,#0f1419 100%);border:1px solid #ffffff1a;border-radius:1rem;padding:2rem;transition:border-color .3s;position:relative;overflow:hidden;transform:translateZ(0)}.flashlight-card:before{content:"";background:radial-gradient(circle var(--spotlight-size)at var(--mouse-x)var(--mouse-y),var(--spotlight-color),var(--spotlight-edge)40%,transparent 70%);opacity:0;pointer-events:none;z-index:1;transition:opacity .3s;position:absolute;inset:0}.flashlight-card:hover:before{opacity:1}.flashlight-card:hover{border-color:#fff3}.flashlight-card-content{z-index:2;color:inherit;pointer-events:auto;position:relative}@media (prefers-reduced-motion:reduce){.flashlight-card,.flashlight-card:before{transition:none}}
