.shots-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (width<=900px){.shots-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.shots-grid{grid-template-columns:1fr}}.game-screenshot:hover{border-color:currentColor;box-shadow:0 24px 60px #00e5ff2e}.screenshot-frame{aspect-ratio:16/10;background:radial-gradient(ellipse 70% 90% at 30% 30%, color-mix(in srgb, currentColor 40%, transparent), transparent 60%), radial-gradient(ellipse 60% 80% at 75% 70%, color-mix(in srgb, currentColor 18%, transparent), transparent 60%), linear-gradient(135deg, #050a18 0%, #122036 100%);isolation:isolate;border-radius:14px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0f}.screenshot-grid{mix-blend-mode:overlay;pointer-events:none;background:linear-gradient(#0000 50%,#ffffff0a 50%) 0 0/100% 14px,linear-gradient(90deg,#0000 50%,#ffffff08 50%) 0 0/14px 100%;position:absolute;inset:0}.screenshot-glow{background:radial-gradient(circle at 50% 50%, color-mix(in srgb, currentColor 35%, transparent), transparent 60%);filter:blur(24px);pointer-events:none;opacity:.7;transition:transform .8s cubic-bezier(.2,.7,.2,1),opacity .4s;position:absolute;inset:-10%}.game-screenshot:hover .screenshot-glow{opacity:1;transform:translate(3%,-2%)scale(1.1)}.screenshot-mock{color:currentColor;opacity:.85;mix-blend-mode:screen;width:100%;height:100%;position:absolute;inset:0}.game-screenshot:hover .screenshot-corner{opacity:1}.screenshot-meta{flex-direction:column;gap:4px;padding:4px 6px 6px;display:flex}.screenshot-label{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:currentColor;font-size:11px}.screenshot-sub{color:#d8eaffb3;font-size:12px;font-family:var(--mono);letter-spacing:.04em}.game-screenshot.has-img .screenshot-mock{display:none}.game-screenshot.has-img .screenshot-frame{background:#04070f}.screenshot-real{object-fit:cover;object-position:center;z-index:0;filter:saturate(1.03)contrast(1.02);width:100%;height:100%;transition:transform .8s cubic-bezier(.2,.7,.2,1);position:absolute;inset:0}.game-screenshot.has-img:hover .screenshot-real{transform:scale(1.045)}.game-screenshot.has-img .screenshot-grid{opacity:.45;z-index:1}.game-screenshot.has-img .screenshot-glow{opacity:.3;z-index:2}.game-screenshot.has-img .screenshot-corner{z-index:3}
