*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden}body{background:#000;font-family:JetBrains Mono,monospace}.app{justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative}.refresh-btn{z-index:30;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffb3;cursor:pointer;background:#00000073;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,color .2s;display:flex;position:fixed;bottom:16px;right:16px}.refresh-btn:hover{color:#fff;background:#000000a6}.refresh-btn svg{transition:transform .4s}.refresh-btn.refresh-spin svg{animation:.5s spinOnce}@keyframes spinOnce{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast{z-index:31;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;background:#0009;border-radius:8px;padding:6px 12px;font-family:JetBrains Mono,monospace;font-size:12px;animation:.2s ease-out toastIn,.3s ease-in 1.7s forwards toastOut;position:fixed;bottom:62px;right:16px}@keyframes toastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes toastOut{0%{opacity:1}to{opacity:0}}.bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.overlay{z-index:10;flex-direction:column;align-items:center;gap:32px;margin-top:160px;display:flex;position:relative}.number-box{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border:3px solid #00000026;border-radius:24px;padding:28px 48px;transition:box-shadow .5s,border-color .5s}.number-box.glow{border-color:#22c55e;box-shadow:0 0 30px #22c55e66,0 0 80px #22c55e26}.digits{align-items:center;gap:4px;display:flex}.digit-wrap{align-items:center;display:inline-flex}.gap{width:20px}.digit{text-align:center;color:#1a1a2e;background:#0000000a;border-radius:12px;width:80px;height:110px;font-family:JetBrains Mono,monospace;font-size:82px;font-weight:700;line-height:110px;transition:transform .15s,color .3s,background .3s;display:inline-block;position:relative;overflow:hidden}.digit.spinning{color:#6b7280;animation:.1s infinite alternate digitPulse}.digit.revealed{color:#059669;background:#05966914;animation:.35s cubic-bezier(.34,1.56,.64,1) forwards revealPop}@keyframes digitPulse{0%{opacity:.7;transform:scaleY(.92)}to{opacity:1;transform:scaleY(1)}}@keyframes revealPop{0%{opacity:.5;transform:scale(1.3)rotateX(20deg)}to{opacity:1;transform:scale(1)rotateX(0)}}.btn{letter-spacing:2px;cursor:pointer;text-transform:uppercase;border:none;border-radius:16px;padding:16px 48px;font-family:JetBrains Mono,monospace;font-size:20px;font-weight:700;transition:all .3s}.btn-ready{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 8px 32px #22c55e59}.btn-ready:hover{transform:translateY(-2px);box-shadow:0 12px 40px #22c55e80}.btn-ready:active{transform:translateY(0)}.btn-disabled{color:#9ca3af;cursor:not-allowed;box-shadow:none;background:#fff9}.count{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;border-radius:100px;padding:8px 20px;font-family:JetBrains Mono,monospace;font-size:16px}.count strong{color:#4ade80}.history{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000b3;border-radius:16px;min-width:220px;padding:16px 20px;position:fixed;top:20px;right:20px}.history-title{color:#4ade80;text-transform:uppercase;letter-spacing:2px;border-bottom:1px solid #ffffff26;margin-bottom:12px;padding-bottom:8px;font-family:JetBrains Mono,monospace;font-size:14px;font-weight:700}.history-list{flex-direction:column;gap:6px;max-height:108px;display:flex;overflow-y:auto}.history-list::-webkit-scrollbar{width:4px}.history-list::-webkit-scrollbar-track{background:0 0}.history-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.history-item{background:#ffffff0f;border-radius:8px;align-items:center;gap:12px;padding:6px 10px;animation:.3s ease-out historySlide;display:flex}.history-num{color:#6b7280;min-width:24px;font-family:JetBrains Mono,monospace;font-size:13px}.history-phone{color:#fff;letter-spacing:1px;font-family:JetBrains Mono,monospace;font-size:16px;font-weight:700}@keyframes historySlide{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media (width<=1200px){.overlay{gap:24px;margin-top:120px}.digit{width:60px;height:85px;font-size:62px;line-height:85px}.gap{width:14px}.number-box{padding:20px 32px}}@media (width<=768px){.overlay{gap:16px;margin-top:80px}.digit{border-radius:8px;width:36px;height:52px;font-size:36px;line-height:52px}.digits{gap:2px}.gap{width:8px}.number-box{border-width:2px;border-radius:14px;padding:14px 16px}.btn{letter-spacing:1px;border-radius:12px;padding:12px 28px;font-size:14px}.count{padding:6px 14px;font-size:12px}.history{border-radius:12px;min-width:auto;padding:12px 14px;inset:auto 10px 60px}.history-list{max-height:90px}.history-title{margin-bottom:8px;font-size:12px}.history-phone{font-size:14px}.history-num{font-size:11px}.refresh-btn{width:36px;height:36px;bottom:12px;right:12px}.refresh-btn svg{width:16px;height:16px}}@media (width<=420px){.overlay{gap:12px;margin-top:60px}.digit{border-radius:6px;width:28px;height:42px;font-size:28px;line-height:42px}.digits{gap:1px}.gap{width:6px}.number-box{border-radius:10px;padding:10px 12px}.btn{border-radius:10px;padding:10px 20px;font-size:12px}.count{font-size:11px}}
