.fullscreen{--bg-top: #ececec;--bg-bottom: #e2e2e2;position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;height:100dvh;min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available;margin:0;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);overflow:hidden;background:linear-gradient(180deg,var(--bg-top) 0%,var(--bg-bottom) 100%)}.fullscreen__media{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.fullscreen__media img{display:block;max-width:100%;max-height:100%;object-fit:contain;object-position:center;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}@media(orientation:portrait){.fullscreen__media img{width:100%;height:auto}}@media(orientation:landscape){.fullscreen__media img{width:auto;height:100%}}@media(min-width:768px)and (orientation:landscape){.fullscreen__media img{max-width:min(460px,92vw);max-height:96dvh}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}html,body,#root{margin:0;width:100%;height:100%;overflow:hidden;overscroll-behavior:none;background:#e8e8e8}body{min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available}#root{min-height:inherit}
