.app{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;gap:2rem;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}.registry-button{display:inline-block;padding:.875rem 2.5rem;background:linear-gradient(135deg,#c9a96e,#b8860b);color:#fff;font-family:system-ui,-apple-system,sans-serif;font-size:1.125rem;font-weight:600;letter-spacing:.04em;text-decoration:none;border-radius:50px;box-shadow:0 4px 20px #c9a96e59;transition:transform .2s ease,box-shadow .2s ease}.registry-button:hover{transform:translateY(-2px);box-shadow:0 6px 28px #c9a96e80}.registry-button:active{transform:translateY(0);box-shadow:0 2px 12px #c9a96e4d}@media (max-width: 480px){.app{padding:0;min-height:100vh;min-height:100dvh}.image-wrapper{width:100%;max-width:none;padding:1rem}.hero-image{width:100%;height:auto;max-height:80vh;max-height:80dvh;object-fit:contain;border-radius:.5rem;box-shadow:0 8px 32px #0006}.registry-button{font-size:1rem;padding:.75rem 2rem;white-space:nowrap}}*,*: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}
