html{background:#010d1e}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at center,rgba(13,45,79,.28),transparent 58%),#010d1e;overflow:hidden}main{min-height:100vh;display:grid;place-items:center;padding:clamp(18px,4vw,64px)}img{display:block;width:min(100%,1080px);height:auto;max-height:88vh;object-fit:contain;animation:reveal 1.15s ease-out both}@keyframes reveal{from{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){img{animation:none}}
