
.lumatica-wheel{--color-foreground:var(--foreground);width:min(92vw,72rem);margin-inline:auto}
.wheelmodul{--wheel-nav-center:3.75rem;position:relative;min-height:clamp(34rem,54vw,45rem);perspective:1050px;perspective-origin:50% 42%;overflow:visible;isolation:isolate;touch-action:pan-y;-webkit-user-select:none;user-select:none}
.wheelmodul::before{display:none;content:none}
.wheelmodul__stage{position:absolute;inset:0;transform-style:preserve-3d}
.wheelmodulcard{--x:0px;--y:0rem;--ry:0deg;--z:0px;--scale:1;--opacity:1;--layer:1;position:absolute;top:4.5rem;left:50%;z-index:var(--layer);width:min(58%,46rem);padding:0;border:1px solid rgba(255,255,255,.18);border-radius:1.1rem;overflow:hidden;background:#090909;color:#fff;text-align:left;transform:translateX(calc(-50% + var(--x))) translateY(var(--y)) translateZ(var(--z)) rotateY(var(--ry)) scale(var(--scale));transform-origin:50% 50%;transform-style:preserve-3d;opacity:var(--opacity);transition:transform .78s cubic-bezier(.16,1,.3,1),opacity .45s ease,border-color .45s ease,box-shadow .45s ease;box-shadow:0 45px 110px -48px rgba(255,255,255,.34);cursor:pointer;backface-visibility:hidden}
.wheelmodulcard.is-active{border-color:rgba(255,255,255,.3);box-shadow:0 58px 120px -52px rgba(255,255,255,.42),0 28px 65px -30px rgba(0,0,0,.95)}
.wheelmodulcard__image{display:flex;width:100%;aspect-ratio:16/9;align-items:center;justify-content:center;overflow:hidden;background:#000}
.wheelmodulcard__image img{display:block;width:100%;height:100%;object-fit:cover}
.wheelmodulcard--network-system .wheelmodulcard__image img{width:80%;height:80%;object-fit:contain}
.wheelmodulcard__copy{display:grid;min-height:8rem;padding:1.35rem 1.5rem 1.5rem;place-items:center;border-top:1px solid rgba(255,255,255,.12);box-sizing:border-box;background:#090909;text-align:center}
.wheelmodulcard__title{display:block;font-size:clamp(1.35rem,2.4vw,1.9rem);font-weight:700;letter-spacing:-.025em;line-height:1.08}
.wheelmodulcard__text{display:none}
.wheelmodul__control{position:absolute;top:50%;bottom:auto;z-index:30;display:grid;width:5rem;height:5rem;padding:0;place-items:center;border:0;background:transparent;color:var(--color-foreground,#fff);opacity:.72;cursor:pointer;transform:translateY(-50%);transition:color .2s ease,opacity .2s ease,transform .25s ease}
.wheelmodul__control:hover{color:#e32636;opacity:1}.wheelmodul__control--prev{left:-6rem}.wheelmodul__control--next{right:-6rem}
.wheelmodul__control svg{width:3.4rem;height:3.4rem;fill:none;stroke:currentColor;stroke-width:1.15;stroke-linecap:round;stroke-linejoin:round}.wheelmodul__control:hover{transform:translateY(-50%) scale(1.06)}
.wheelmodul__pager{position:absolute;left:50%;right:auto;bottom:2.6rem;top:auto;z-index:30;display:grid;width:min(84%,72rem);grid-template-columns:repeat(var(--page-count),minmax(0,1fr));gap:clamp(.45rem,1vw,1rem);align-items:center;transform:translateX(-50%)}
.wheelmodul__page{display:block;width:100%;height:1rem;padding:0;border:0;border-bottom:2px solid color-mix(in srgb,var(--color-foreground,#fff) 24%,transparent);border-radius:0;background:transparent;color:transparent;font-size:0;cursor:pointer;transition:border-color .22s ease,transform .22s ease}
.wheelmodul__page:hover{border-color:color-mix(in srgb,var(--color-foreground,#fff) 58%,transparent);transform:translateY(-1px)}
.wheelmodul__page[aria-current="true"]{border-bottom-color:#e32636;transform:translateY(-1px)}
.wheelmodulpopup{--color-background:#f5f5f6;--color-foreground:#111113;--color-muted:#e7e7e9;--color-muted-foreground:#5f6065;--color-border:rgba(17,17,19,.18);position:fixed;inset:0;width:calc(100% - 2rem);max-width:56rem;height:90vh;max-height:90vh;margin:auto;padding:0;overflow:hidden;border:1px solid var(--color-border);border-radius:1rem;background:var(--color-background);color:var(--color-foreground)}
html[data-theme=light] .wheelmodulpopup{--color-background:#090909;--color-foreground:#fff;--color-muted:#202023;--color-muted-foreground:#aaa;--color-border:rgba(255,255,255,.16)}
.wheelmodulpopup[open]{display:grid;grid-template-rows:5vh 85vh}
.wheelmodulpopup::backdrop{background:rgba(0,0,0,.62);backdrop-filter:blur(12px)}
.wheelmodulpopup__bar{position:relative;display:flex;min-height:0;align-items:center;justify-content:center;padding:.65rem 4rem;border-bottom:1px solid var(--color-border);box-sizing:border-box;text-align:center}
.wheelmodulpopup__eyebrow{color:var(--color-muted-foreground);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.wheelmodulpopup__close{position:absolute;top:50%;right:1.5rem;display:grid;width:2.25rem;height:2.25rem;padding:0;place-items:center;border:0;background:transparent;color:var(--color-muted-foreground);cursor:pointer;transform:translateY(-50%)}
.wheelmodulpopup__body{display:grid;min-height:0;grid-template-rows:40vh 45vh;overflow:hidden}
.wheelmodulpopup__image{display:flex;min-height:0;align-items:center;justify-content:center;overflow:hidden;background:#000}
.wheelmodulpopup__image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.wheelmodulpopup__content{display:grid;min-height:0;padding:clamp(1.5rem,3vw,2.5rem);grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;box-sizing:border-box;background:var(--color-background);color:var(--color-foreground)}
.wheelmodulpopup__title{margin:0;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:700;letter-spacing:-.03em;line-height:1.12}
.wheelmodulpopup__text{min-height:0;margin:1rem 0 0;padding-right:.5rem;overflow-y:auto;color:var(--color-muted-foreground);font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.7;overscroll-behavior:contain;white-space:pre-line}
.wheelmodulpopup__link{align-self:end;justify-self:start;margin-top:1rem;padding-bottom:.2rem;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 42%,transparent);color:var(--color-foreground);font-weight:600;text-decoration:none}
.wheelmodulpopup__nav{position:fixed;top:50%;z-index:10002;padding:.75rem;border:0;background:transparent;color:#fff;font-size:2rem;line-height:1;cursor:pointer;transform:translateY(-50%)}
.wheelmodulpopup__nav--prev{left:max(1rem,calc(50% - 32rem))}.wheelmodulpopup__nav--next{right:max(1rem,calc(50% - 32rem))}
@media(max-width:47.99rem){.wheelmodul{--wheel-nav-center:3.4rem;min-height:27rem;overflow:hidden;perspective:850px;perspective-origin:50% 42%;touch-action:pan-y}.wheelmodul--network{min-height:22rem}.wheelmodulcard{top:1.75rem;width:82%}.wheelmodul__control,.wheelmodul__pager{display:none}.wheelmodulpopup{width:90vw;height:90dvh;max-height:90dvh}.wheelmodulpopup[open]{grid-template-rows:3.5rem minmax(0,1fr)}.wheelmodulpopup__body{grid-template-rows:minmax(0,44%) minmax(0,56%)}.wheelmodulpopup__image img{object-fit:contain}.wheelmodulpopup__bar{padding:.75rem 1rem}.wheelmodulpopup__content{padding:1.5rem}.wheelmodulpopup__nav{display:none}}
@media(prefers-reduced-motion:reduce){.wheelmodulcard{transition:none}}
