.scr-room { width: 780px; height: 780px; margin: 8px auto 0; background: #0a0a0a url('/static/images/core/backgrounds/screenshot.gif') no-repeat center top; background-size: 780px 780px; position: relative; image-rendering: pixelated; } .scr-monitor { position: absolute; left: 122px; top: 161px; width: 408px; height: 317px; overflow: hidden; cursor: zoom-in; background: #000; } .scr-img { display: block; width: 100%; height: 100%; object-fit: cover; image-rendering: auto; } .scr-noise { position: absolute; inset: 0; display: none; align-items: center; justify-content: center; color: #f0e6d2; font-family: 'Mali', sans-serif; font-style: italic; letter-spacing: 4px; text-transform: uppercase; font-size: 16px; background: #000; } .scr-hint { width: 780px; margin: 12px auto 24px; text-align: center; color: #f0e6d2; font-family: 'Mali', sans-serif; font-size: 13px; letter-spacing: 2px; } .scr-zoom { position: fixed; inset: 0; background: rgba(8, 4, 18, 0.95); z-index: 1000; display: none; align-items: center; justify-content: center; cursor: zoom-out; backdrop-filter: blur(6px); } .scr-zoom.is-open { display: flex; } .scr-zoom-img { max-width: 94vw; max-height: 92vh; object-fit: contain; box-shadow: 0 18px 60px rgba(0, 0, 0, 0.7); }