:root{--deg:1;--x:-50%;--y:-50%;--speed:150ms}.vortex-modal-wrapper{position:relative;width:900px;height:900px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:visible;isolation:isolate;background:rgba(0,0,0,0)}.vortex-ring{width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.1333333333) 10%,transparent 70%);filter:blur(70px);z-index:0;pointer-events:none}.vortex-glow,.vortex-ring{position:absolute;mix-blend-mode:screen}.vortex-glow{top:50%;left:50%;transform:translate(var(--x),var(--y)) rotate(0deg);width:4em;height:4em;font-size:20vmin;border-radius:90% 95% 85% 105%;background:lime;filter:hue-rotate(0deg);animation:wobble calc(var(--speed)*var(--t)) linear infinite;transform-origin:-var(--y) -var(--x);box-shadow:inset 0 0 .5em .2em #000,0 0 .15em 0 #fff;display:flex;align-items:center;justify-content:center;z-index:1}.vortex-glow:last-child{filter:hue-rotate(0deg) blur(6px);opacity:.7}.vortex-glow:nth-child(2){--x:-53%;--y:-53%;--t:37}.vortex-glow:nth-child(3){--x:-47%;--y:-52%;--t:58}.vortex-glow:nth-child(4){--x:-45%;--y:-50%;--t:46}.vortex-glow:nth-child(5){--x:-53%;--y:-45%;--t:72}.vortex-glow:nth-child(6){--x:-55%;--y:-45%;--t:62}@keyframes wobble{to{filter:hue-rotate(1turn);transform:translate(var(--x),var(--y)) rotate(1turn)}}.vortex-content{position:absolute;z-index:10;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#111;font-family:Inter,sans-serif;text-align:center;padding:0 1rem;pointer-events:none}.vortex-content .vortex-title{font-size:2rem;font-weight:600;line-height:1.35;margin-bottom:1.5rem;text-shadow:0 8px 24px rgba(0,0,0,.25);pointer-events:auto}.vortex-content .vortex-title b,.vortex-content .vortex-title em{all:unset}.vortex-content .vortex-thumb-wrapper{perspective:400px;width:100%;max-width:380px;margin:0 auto;pointer-events:auto}.vortex-content .vortex-thumb-inner{position:relative;display:block;overflow:hidden;border-radius:.75rem;background:#111;transform-style:preserve-3d;transition:transform .5s ease,box-shadow .5s ease;will-change:transform;cursor:pointer;box-shadow:0 20px 50px rgba(0,0,0,.3),0 40px 120px rgba(0,0,0,.2)}.vortex-content .vortex-thumb-inner img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;display:block;border-radius:inherit;transition:transform .5s ease;will-change:transform;transform:translateZ(20px)}.vortex-content .vortex-thumb-inner span{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.3rem;opacity:0;background:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-shadow:0 4px 14px rgba(0,0,0,.7);transition:opacity .3s ease;pointer-events:none;border-radius:inherit;transform:translateZ(40px)}.vortex-content .vortex-thumb-inner:hover span{opacity:1}@media(max-width:768px){.vortex-modal-wrapper{max-width:90vw;aspect-ratio:1/1}.vortex-content .vortex-title{font-size:1.25rem}.vortex-content .vortex-thumb-wrapper{max-width:250px}}