*{box-sizing:border-box;margin:0;padding:0;font-family:system-ui,sans-serif}body{color:#000;background:url(/assets/background-BIhuLaPw.png) 0 0/cover}.container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;padding:1rem;display:flex}.hero{width:200px;animation:3s ease-in-out infinite float}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.buttons{justify-content:center;align-items:center;gap:1rem;margin-top:1rem;display:flex;position:relative}button{cursor:pointer;border:none;border-radius:12px;justify-content:center;padding:.8rem 1.6rem;font-size:1rem;font-weight:600;transition:all .2s ease-in-out;display:flex}button.primary{color:#bc8f8f;background:#fff;box-shadow:0 4px 12px wheat}.popup-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.popup-content{color:#000;background:#fff;border-radius:12px;flex-direction:column;align-items:center;max-width:90%;max-height:90%;padding:1.5rem;animation:.3s ease-out popupFade;display:flex;box-shadow:0 6px 24px #0000004d}@keyframes popupFade{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.popup-content img{border-radius:8px;max-width:100%;max-height:70vh}
