@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@font-face{font-family:Epilepsy Sans;src:url(/fonts/EpilepsySans.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Epilepsy Sans;src:url(/fonts/EpilepsySansBold.ttf) format("truetype");font-weight:700;font-style:normal}:root{--tg-theme-bg-color: #ffffff;--tg-theme-text-color: #000000;--tg-theme-hint-color: #999999;--tg-theme-link-color: #667eea;--tg-theme-button-color: #667eea;--tg-theme-button-text-color: #ffffff;--tg-theme-secondary-bg-color: #f5f5f5;--tg-theme-destructive-text-color: #e53935;font-family:Epilepsy Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);overflow-x:hidden}#root{width:100%;min-height:100vh}button{font-family:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}button:active{opacity:.8}button:disabled{opacity:.5;cursor:not-allowed}a{color:var(--tg-theme-link-color);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--tg-theme-secondary-bg-color)}::-webkit-scrollbar-thumb{background:var(--tg-theme-hint-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--tg-theme-text-color)}body{overscroll-behavior-y:contain}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.app{min-height:100vh;position:relative;color:var(--tg-theme-text-color, #000)}.app:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/images/bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1;filter:blur(12px);-webkit-filter:blur(12px)}.app>*{position:relative;z-index:1}.loading-screen,.error-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;text-align:center;background-image:url(/images/bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.loading-spinner{width:50px;height:50px;border:4px solid rgba(102,126,234,.1);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen p,.error-screen p{margin-top:20px;font-size:16px;color:var(--tg-theme-hint-color, #999)}.error-screen h2{color:var(--tg-theme-destructive-text-color, #e53935);margin-bottom:10px}.error-screen button{margin-top:20px;padding:12px 24px;border-radius:8px;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:16px;font-weight:700;cursor:pointer}.loading-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.timer.warning{animation:pulse 1s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.game-result{animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.moment-overlay{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.prematch-page{overflow:hidden}
