:root{--primary-color: #1a1f37;--secondary-color: #252d4a;--accent-color: #4a6cf7;--text-color: #ffffff;--text-secondary: #b0b8d9;--card-bg: #252d4a;--header-bg: #1a1f37;--gradient: linear-gradient(135deg, #4a6cf7 0%, #a855f7 50%, #e91e63 100%);--shadow: 0 10px 20px rgba(0, 0, 0, .2);--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}header{width:100%;margin:0 auto;height:4vh;display:flex;align-content:center;justify-content:center;flex-direction:column;z-index:99;gap:.3rem}body{background-color:var(--primary-color);color:var(--text-color);display:block;font-family:Montserrat,sans-serif}#app{width:375px;margin:auto}hr{width:100%;border-color:#3c3c3c;border-radius:10px}.first-section,.second-section{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;height:50%;gap:.4rem}.second-section{height:50%}.lvl-container{width:80%;height:40%;display:flex;align-content:flex-start;justify-content:start;background:#494949;border-radius:15px;overflow:hidden}.lvl-loader{background:#0eaa00;height:100%}.lvl-next{font-size:8px;margin:auto}.rtp-item-content .lvl-container{height:8px}.lvl-loader.middle{background:#ff0}.lvl-loader.large{background:green}.lvl-loader.analysis{background:linear-gradient(135deg,#6e8efb,#a777e3)}.lvl-user{font-size:15px;font-weight:700}.panel-heading{width:29%;height:100%;color:#fff;padding:.2rem;display:flex;justify-content:center;align-items:center;gap:.4rem}.online{font-size:14px}#numberOnline{font-weight:700}.online-icon-container{display:flex;justify-content:center;align-items:center}.online-icon{width:8px;height:8px;border-radius:50%;background:var(--accent-color);animation:pulse 2s infinite ease-in-out}@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.text-update{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.1rem}#updateText{font-size:12px;color:#ded275}#timer{font-size:13px;color:#00ff84}.status{color:#5feb5e;font-size:14px}.container{display:flex;flex-direction:column;background:#ffffff0d;width:100%;height:100%;border-radius:30px}.banner{position:relative;width:100%;max-width:800px;margin:0 auto;height:30vh}.banner-content{height:100%;width:100%;overflow:hidden}.slides-container{display:flex;height:100%;width:200%;transition:transform .5s ease-in-out}.slides-container img{width:50%;height:auto;flex-shrink:0;border-radius:15px}.banner-buttons{position:absolute;bottom:-25px;left:50%;transform:translate(-50%);display:flex;gap:.7rem}.banner-buttons .button{width:12px;height:12px;border-radius:50%;background-color:#ffffff80;cursor:pointer;transition:all .3s ease}main{height:100%;width:375px;margin:0 auto;position:relative;display:flex;flex-direction:column;gap:1rem}.banner-buttons .button.active{background:var(--accent-color);transform:scale(1.2)}.banner-buttons .button:hover{background-color:#fffc}.last-wins{display:flex;flex-direction:column;padding:10px 20px;background:#0a0f1e;border-radius:20px;margin-bottom:10px;box-shadow:0 4px 12px #00000040}.last-win-header{width:100%;text-align:center;font-weight:700;font-size:24px}.win-container{display:flex;justify-content:space-between;flex-direction:column;gap:.7rem;border-bottom:1px solid rgba(255,255,255,.1);padding:10px 0}.win-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:98%;padding:2%;height:8vh;border-bottom:1px solid rgba(255,255,255,.1);transition:opacity .5s ease,transform 1s ease}.win-item:last-child{border-bottom:none}.win-item-left{gap:.7rem;height:90%;display:flex;flex-direction:column;align-items:start;justify-content:space-between}.win-item-right{gap:.7rem;height:90%;display:flex;flex-direction:column;align-items:end;justify-content:space-between}.win-key{color:#fff;font-size:14px;font-weight:600}.win-name-game,.win-time{color:#7c7c7c;font-size:12px;font-weight:500}.win-sum{font-size:14px;font-weight:600;color:var(--accent-color)}.games-section{display:flex;width:80%;background:var(--gradient);background-size:300% 300%;border-radius:5px;padding:10px 0;margin:25px auto 1px;align-items:center;justify-content:center;color:var(--text-color);font-size:1.2rem;text-align:center;animation:gradient-animation 8s ease infinite;transition:all .3s ease}.buttons-container{height:20vh;margin:auto;width:94%;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:10% 3% 3%;gap:.7rem}.buttons-main{gap:.7rem;width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:row}.buttons-main .button{display:flex;justify-content:center;align-items:center;font-weight:700;width:100%;height:100%;border-radius:15px;text-transform:uppercase;cursor:pointer}.buttons-main .button.selectGame,.button.selectGameRu{background-image:url(/PublicityMenu/resource/SelectGameEng.png);background-size:cover;background-position:100% 45%}.buttons-main .button.selectGameRu{background-image:url(/PublicityMenu/resource/SelectGameRu.png)}.selectGame,.selectGameRu{box-shadow:0 0 12px var(--accent-color);transition:transform .3s cubic-bezier(.25,.46,.45,.94);transform:scale(1);cursor:pointer;animation:pulse 3s infinite}
