.overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.result-box{opacity:.95;background-color:var(--tg-theme-bg-color,#fff);z-index:1040;border-radius:15px;justify-content:center;align-items:center;width:80%;max-width:400px;min-height:200px;padding:20px;display:flex;box-shadow:0 2px 10px #000000b3}.content{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.result-text{color:var(--tg-theme-text-color,#000);margin-bottom:20px;font-size:24px;font-weight:700}.circle-container{justify-content:space-between;align-items:center;width:150px;height:20px;margin-bottom:20px;display:flex}.circle{background-color:var(--tg-theme-text-color,#000);border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite pulse}.circle-2{animation-delay:.2s}.circle-3{animation-delay:.4s}.button-container{margin-top:10px}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}
