*{margin:0;padding:0;box-sizing:border-box}::selection{background:#ffffff26;color:inherit}html,body,#root{height:100%;width:100%}body{background-color:#000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes imageAppear{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.container{height:100dvh;overflow:hidden;display:flex;flex-direction:column}.main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.crate-image{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;max-width:35vw;max-height:35vh;width:auto;height:auto;object-fit:contain;animation:imageAppear .6s cubic-bezier(.16,1,.3,1) both}.footer{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem 2rem max(env(safe-area-inset-bottom,0px),1.5rem);animation:fadeIn .4s cubic-bezier(.16,1,.3,1) .3s both}.footer a,.footer-copy{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.75rem;color:#444;text-decoration:none;letter-spacing:.02em;transition:color .2s ease}.footer a:hover{color:#777}.footer-dot{width:2px;height:2px;border-radius:50%;background:#333}.container.fade-out{opacity:0;transition:opacity .12s cubic-bezier(.4,0,1,1)}@media(prefers-reduced-motion:reduce){.crate-image,.footer{animation:none}}
