.app{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f0f0f}.image-wrapper{width:100%;max-width:900px;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.hero-image{width:100%;height:auto;max-height:min(85vh,85vw * 9 / 16);object-fit:contain;display:block;border-radius:.5rem;box-shadow:0 8px 32px #0006}@media (max-width: 480px){.app{padding:0;min-height:100vh;min-height:100dvh}.image-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;height:100dvh;max-width:none;overflow:hidden}.hero-image{height:100%;width:auto;min-height:100%;object-fit:none;object-position:center center;transform:scale(.67);border-radius:0;box-shadow:none}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;min-height:100vh;font-family:system-ui,-apple-system,sans-serif;background:#1a1a1a}#root{min-height:100vh}
