*{box-sizing:border-box}html,body{width:100%;min-height:100svh;margin:0}body{--parallax-x:0px;--parallax-y:0px;--parallax-scroll:0px;background:#fff;justify-content:center;align-items:center;padding:clamp(16px,4vw,40px);display:flex;overflow:hidden}body:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#00000038 0%,#00000014 10%,#0000 26% 74%,#00000014 90%,#00000038 100%),linear-gradient(#0000001f 0%,#0000 16% 84%,#0000001f 100%);position:fixed;inset:0}#app{z-index:0;justify-content:center;align-items:center;width:100%;min-height:calc(100svh - clamp(32px,8vw,80px));display:flex;position:relative}#app img{object-fit:contain;will-change:transform;width:min(100%,980px);height:auto;max-height:calc(100svh - clamp(48px,10vw,120px));transform:translate3d(var(--parallax-x), calc(var(--parallax-y) + var(--parallax-scroll)), 0) scale(1.015);transition:transform .22s ease-out;display:block}@media (prefers-reduced-motion:reduce){#app img{transition:none;transform:none}}
