html,body,#root{background-color:#121212;width:100%;height:100%;margin:0;padding:0;overflow:hidden}body{justify-content:center;align-items:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}.closure-container{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100vh;padding:20px;display:flex}.closure-image{object-fit:contain;border-radius:8px;max-width:100%;max-height:100%;animation:1.2s cubic-bezier(.2,.8,.2,1) fadeIn;box-shadow:0 10px 30px #00000080}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
