.depth-carousel{position:relative;width:100%;height:100%;min-height:320px;display:flex;align-items:center;justify-content:center;perspective:var(--dc-perspective,1400px);perspective-origin:50% 50%;touch-action:pan-y;outline:none;-moz-user-select:none;user-select:none;-webkit-user-select:none;cursor:grab}.depth-carousel:active{cursor:grabbing}.depth-carousel:focus-visible{outline:2px solid rgba(124,58,237,.45);outline-offset:4px;border-radius:12px}.depth-carousel__stage{position:absolute;inset:0;transform-style:preserve-3d}.depth-carousel__card{position:absolute;top:50%;left:50%;transform-origin:center center;overflow:hidden;background:#0b0d12;box-shadow:0 30px 60px -20px rgba(0,0,0,.65),0 8px 20px -10px rgba(0,0,0,.5);will-change:transform,opacity,filter;cursor:pointer;transform:translate(-50%,-50%)}.depth-carousel__card--contain{background:#ffffff;border:1px solid rgba(124,58,237,.12);box-shadow:0 24px 56px -28px rgba(124,58,237,.22),0 8px 20px -12px rgba(15,23,42,.12)}.depth-carousel__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;pointer-events:none;-webkit-user-drag:none}.depth-carousel__img--contain{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;padding:10px;box-sizing:border-box;background:#fafafe}.depth-carousel__tint{position:absolute;inset:0;opacity:0;pointer-events:none;mix-blend-mode:multiply}.depth-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3000;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(18,20,26,.55);backdrop-filter:blur(8px);color:#fff;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.depth-carousel__arrow:hover{background:rgba(28,31,40,.85);border-color:rgba(255,255,255,.4)}.depth-carousel__arrow:active{transform:translateY(-50%) scale(.94)}.depth-carousel__arrow--prev{left:16px}.depth-carousel__arrow--next{right:16px}.depth-carousel--light .depth-carousel__arrow{border:1px solid rgba(124,58,237,.18);background:rgba(255,255,255,.92);color:#475569;box-shadow:0 4px 14px -6px rgba(124,58,237,.2)}.depth-carousel--light .depth-carousel__arrow:hover{background:#ffffff;border-color:rgba(124,58,237,.35);color:#7c3aed}.depth-carousel__dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);z-index:3000;display:flex;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(14,16,22,.4);backdrop-filter:blur(6px)}.depth-carousel--light .depth-carousel__dots{background:rgba(255,255,255,.85);border:1px solid rgba(124,58,237,.12);box-shadow:0 4px 14px -8px rgba(124,58,237,.18)}.depth-carousel__dot{width:7px;height:7px;padding:0;border:none;border-radius:999px;background:rgba(255,255,255,.32);cursor:pointer;transition:width .25s ease,background .25s ease}.depth-carousel--light .depth-carousel__dot{background:rgba(124,58,237,.25)}.depth-carousel__dot.is-active{width:20px;background:#fff}.depth-carousel--light .depth-carousel__dot.is-active{background:#7c3aed}@media (prefers-reduced-motion:reduce){.depth-carousel__card{will-change:auto}.depth-carousel__arrow,.depth-carousel__dot{transition:none}}