*{font-family:Roboto,sans-serif;margin:0;padding:0;box-sizing:border-box}body,html{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.app{width:100%;max-width:428px;height:100vh;background:radial-gradient(circle at 20% 30%,rgba(102,126,234,.4) 0%,transparent 60%),radial-gradient(circle at 80% 70%,rgba(118,75,162,.4) 0%,transparent 60%),radial-gradient(circle at 10% 80%,rgba(251,191,36,.35) 0%,transparent 60%),radial-gradient(circle at 90% 20%,rgba(79,70,229,.35) 0%,transparent 60%),#1a1a1a;position:relative;display:flex;flex-direction:column;overflow:hidden}.content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:40px 20px 50px;gap:40px;min-height:100vh;position:relative;overflow:hidden}.loading-spinner{display:flex;align-items:center;justify-content:center}.spinner{width:120px;height:120px;position:relative;animation:rotate 3s linear infinite}.spinner-segment{position:absolute;width:8px;height:8px;border-radius:50%;background:#444;top:0;left:50%;transform-origin:0 60px}.spinner-segment:nth-child(1){transform:rotate(0) translateY(-60px);background:#666}.spinner-segment:nth-child(2){transform:rotate(30deg) translateY(-60px);background:#555}.spinner-segment:nth-child(3){transform:rotate(60deg) translateY(-60px);background:#444}.spinner-segment:nth-child(4){transform:rotate(90deg) translateY(-60px);background:#333}.spinner-segment:nth-child(5){transform:rotate(120deg) translateY(-60px);background:#222}.spinner-segment:nth-child(6){transform:rotate(150deg) translateY(-60px);background:#111}.spinner-segment:nth-child(7){transform:rotate(180deg) translateY(-60px);background:#111}.spinner-segment:nth-child(8){transform:rotate(210deg) translateY(-60px);background:#222}.spinner-segment:nth-child(9){transform:rotate(240deg) translateY(-60px);background:#333}.spinner-segment:nth-child(10){transform:rotate(270deg) translateY(-60px);background:#444}.spinner-segment:nth-child(11){transform:rotate(300deg) translateY(-60px);background:#555}.spinner-segment:nth-child(12){transform:rotate(330deg) translateY(-60px);background:#666}.spinner-pointer{position:absolute;top:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:10px solid #fff}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.messages-container{position:absolute;bottom:50px;left:0;right:0;z-index:1000;display:flex;justify-content:center;padding:0 16px}.messages{width:100%;max-width:400px;display:flex;flex-direction:column;gap:16px}.message{display:flex;gap:12px;align-items:center}.message-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.telegram-avatar{background:#fbbf24;padding:0;overflow:hidden}.telegram-avatar img{width:100%;height:100%;object-fit:cover}.luckygift-avatar{background:#fff;padding:0}.message-content{flex:1;display:flex;flex-direction:column;gap:4px}.message-sender{font-size:13px;color:#888;font-weight:500;padding-left:4px}.message-bubble{position:relative;padding:12px 16px;border-radius:12px;isolation:isolate;background:#ffffff0d;backdrop-filter:url(#filter);-webkit-backdrop-filter:blur(4px);color:#fffc;text-shadow:0 2px 4px rgba(0,0,0,.1);font-size:15px;line-height:1.4;max-width:80%;word-wrap:break-word;box-shadow:0 4px 8px #0003,0 6px 20px #0003;-webkit-user-select:none;user-select:none}.roulette-container{position:absolute;width:150px;height:150px;top:50%;left:50%;transform:translate(-50%,calc(-50% + 100vh));transition:transform .6s cubic-bezier(.34,1.56,.64,1);z-index:100}.roulette-container.visible{transform:translate(-50%,-50%)}.roulette-wheel{width:150px;height:150px;border-radius:50%;position:relative;box-shadow:0 5px 20px #00000080;overflow:hidden;background:#2d3748}.roulette-wheel:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;background:#1a202c;z-index:20;box-shadow:inset 0 2px 4px #00000080}.roulette-sector{position:absolute;width:100%;height:100%;top:0;left:0}.roulette-pointer{position:absolute;top:-12px;left:50%;transform:translate(-50%);width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-top:15px solid #fff;z-index:100;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}@media (max-width: 428px){.app{max-width:100%}.roulette-container,.roulette-wheel{width:125px;height:125px}.roulette-wheel:after{width:35px;height:35px}}.pvp-screen{width:100%;max-width:428px;min-height:100vh;background:radial-gradient(circle at top left,rgba(102,126,234,.3) 0%,transparent 50%),radial-gradient(circle at top right,rgba(118,75,162,.3) 0%,transparent 50%),radial-gradient(circle at bottom left,rgba(79,70,229,.25) 0%,transparent 50%),radial-gradient(circle at bottom right,rgba(102,126,234,.25) 0%,transparent 50%),#000;position:relative;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;color:#fff}.pvp-screen>*{position:relative;z-index:1}.pvp-screen-content{flex:1;overflow-y:visible;overflow-x:hidden;padding-bottom:70px;min-height:calc(100vh - 70px)}.snowflake{position:absolute;width:8px;height:8px;top:-10px;opacity:.7;pointer-events:none;z-index:0}.snowflake svg{width:100%;height:100%;fill:#fffc}.snowflake-1{left:10%;animation:snowfall1 15s linear infinite}.snowflake-2{left:20%;animation:snowfall2 18s linear infinite;animation-delay:-2s}.snowflake-3{left:30%;animation:snowfall3 20s linear infinite;animation-delay:-4s}.snowflake-4{left:40%;animation:snowfall1 16s linear infinite;animation-delay:-1s}.snowflake-5{left:50%;animation:snowfall2 19s linear infinite;animation-delay:-3s}.snowflake-6{left:60%;animation:snowfall3 17s linear infinite;animation-delay:-5s}.snowflake-7{left:70%;animation:snowfall1 21s linear infinite;animation-delay:-2s}.snowflake-8{left:80%;animation:snowfall2 14s linear infinite;animation-delay:-4s}.snowflake-9{left:90%;animation:snowfall3 22s linear infinite;animation-delay:-1s}.snowflake-10{left:15%;animation:snowfall1 18s linear infinite;animation-delay:-6s}.snowflake-11{left:25%;animation:snowfall2 16s linear infinite;animation-delay:-3s}.snowflake-12{left:35%;animation:snowfall3 19s linear infinite;animation-delay:-5s}.snowflake-13{left:45%;animation:snowfall1 20s linear infinite;animation-delay:-2s}.snowflake-14{left:55%;animation:snowfall2 17s linear infinite;animation-delay:-4s}.snowflake-15{left:65%;animation:snowfall3 15s linear infinite;animation-delay:-1s}@keyframes snowfall1{0%{transform:translateY(0) translate(0) rotate(0);opacity:0}10%{opacity:.7}90%{opacity:.7}to{transform:translateY(100vh) translate(20px) rotate(360deg);opacity:0}}@keyframes snowfall2{0%{transform:translateY(0) translate(0) rotate(0);opacity:0}10%{opacity:.7}90%{opacity:.7}to{transform:translateY(100vh) translate(-15px) rotate(-360deg);opacity:0}}@keyframes snowfall3{0%{transform:translateY(0) translate(0) rotate(0);opacity:0}10%{opacity:.7}90%{opacity:.7}to{transform:translateY(100vh) translate(10px) rotate(360deg);opacity:0}}.tournament-banner{margin:12px 12px 8px;border-radius:10px;position:relative;cursor:pointer;transition:transform .2s;height:28px}.tournament-banner:hover{transform:scale(1.02)}.tournament-image{width:100%;height:28px;display:block;border-radius:12px;object-fit:cover}.tournament-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;padding:12px;z-index:10;pointer-events:none}.tournament-overlay>*{pointer-events:auto}.tournament-timer{display:flex;align-items:center;gap:6px;color:#fff;font-size:14px;font-weight:600;white-space:nowrap}.tournament-timer svg{width:12px;height:12px;flex-shrink:0}.tournament-title{font-size:13px;font-weight:700;color:#fff;flex:1;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.3);line-height:1}.tournament-arrow{color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tournament-arrow svg{width:20px;height:20px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.tournament-banner-fallback{display:flex;align-items:center;justify-content:space-between;padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;position:relative;overflow:hidden}.player-stats{display:flex;gap:12px;padding:0 12px;margin-top:8px}.stat-box{flex:1;background:#ffffff0d;backdrop-filter:url(#filter);-webkit-backdrop-filter:blur(4px);border-radius:5px;height:40px;padding:0 8px;display:flex;align-items:center;gap:8px;box-shadow:0 4px 8px #0003,0 6px 20px #0003}.stat-avatar{width:20px;height:20px;border-radius:50%;background:#3d3d3d;flex-shrink:0}.stat-content{flex:1;display:flex;flex-direction:column;justify-content:center;gap:2px;min-width:0}.stat-header{display:flex;align-items:center;gap:8px}.stat-username{font-size:11px;color:#fff;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat-spacer{flex:1}.stat-amount{font-size:11px;font-weight:700;color:#60a5fa;white-space:nowrap;flex-shrink:0}.stat-footer{display:flex;align-items:center;gap:8px}.stat-label{font-size:9px;color:#888;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.stat-chance{font-size:9px;color:#888;white-space:nowrap;flex-shrink:0}.stat-box.top-game .stat-amount{color:#fbbf24}.action-buttons{display:flex;gap:12px;padding:0 12px;margin-top:8px;justify-content:space-between;align-items:center}.action-button{width:48px;height:48px;background:#ffffff0d;backdrop-filter:url(#filter);-webkit-backdrop-filter:blur(4px);border:none;border-radius:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#fff;padding:0;flex-shrink:0;box-shadow:0 4px 8px #0003,0 6px 20px #0003}.action-button:hover{background:#ffffff1a}.action-button:active{transform:scale(.98)}.action-button svg{width:24px;height:24px}.total-plate{height:48px;background:#ffffff0d;backdrop-filter:url(#filter);-webkit-backdrop-filter:blur(4px);border-radius:5px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 24px;box-shadow:0 4px 8px #0003,0 6px 20px #0003}.total-label{font-size:13px;font-weight:700;color:#fff;text-transform:uppercase}.total-amount{font-size:13px;font-weight:700;color:#60a5fa;text-transform:uppercase}.pvp-roulette-container{display:flex;align-items:flex-start;justify-content:center;position:relative;padding:0 12px;margin-top:0;flex-shrink:0}.pvp-roulette-wheel{cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:none}.pvp-roulette-wheel:active,.pvp-roulette-wheel-dragging{cursor:grabbing}.pvp-roulette-wheel{width:calc(100vw - 80px);height:calc(100vw - 80px);border-radius:50%;position:relative;box-shadow:0 8px 32px #0009;overflow:hidden;background:#2d3748;transform-origin:center center;margin-top:15px}.pvp-roulette-wheel-spinning{animation:spinRoulette 6s linear infinite}@keyframes spinRoulette{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pvp-roulette-svg{width:100%;height:100%;position:absolute;top:0;left:0}.pvp-roulette-sector{stroke:#1a1a1a;stroke-width:2}.pvp-roulette-center{position:absolute;top:calc(15px + (100vw - 80px)/2);left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border-radius:50%;background:#1a1a1a;z-index:30;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 8px #000c;border:2px solid #333}.pvp-roulette-center-text{font-size:12px;font-weight:600;color:#fff;text-align:center;position:relative;z-index:2}.pvp-roulette-center-progress{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.pvp-roulette-center-progress-bg{transition:none}.pvp-roulette-center-progress-fill{transition:stroke-dashoffset .1s linear;stroke-linecap:round}.pvp-roulette-pointer{position:absolute;top:10px;left:50%;transform:translate(-50%);width:0;height:0;border-left:11px solid transparent;border-right:11px solid transparent;border-top:16px solid #fff;z-index:100;filter:drop-shadow(0 2px 4px rgba(0,0,0,.6))}.currency-selector-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;gap:8px;padding:0;margin-top:20px}.currency-balance{display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;padding:6px 10px;margin-right:40px;background:#ffffff0d;backdrop-filter:url(#filter);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;height:38px;box-sizing:border-box}.currency-balance-icon{width:18px;height:18px;flex-shrink:0}.currency-balance-amount{font-size:16px;font-weight:600;color:#fff;min-width:24px;text-align:center}.currency-balance-add{display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;color:#fff;cursor:pointer;transition:all .3s ease;width:24px;height:24px;opacity:.7}.currency-balance-add:hover{opacity:1}.currency-balance-add-icon{width:16px;height:16px;fill:currentColor}.bet-selection-wrapper{margin-top:20px}.btn-add-to-pvp{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,orange,#ff8c00);border:none;border-radius:12px;color:#000;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ffa50066;height:52.5px;box-sizing:border-box}.btn-add-to-pvp-icon{width:24px;height:24px;flex-shrink:0;fill:currentColor}.btn-add-to-pvp:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ffa50099}.btn-add-to-pvp:active{transform:translateY(0)}.bet-amount-row{display:flex;gap:8px;margin-bottom:8px}.bet-amount-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;height:50px;box-sizing:border-box}.bet-amount-btn:hover{background:#ffffff26;border-color:#ffffff4d}.bet-amount-btn-active{background:#237bff4d;border-color:#237bff80}.bet-amount-ton-icon{width:14px;height:14px;flex-shrink:0;fill:#fff;stroke:#fff}.bet-amount-star-icon{width:16px;height:16px;flex-shrink:0;fill:#000}.bet-amount-btn-stars{background:linear-gradient(135deg,orange,#ff8c00);border:none;color:#000;box-shadow:0 4px 12px #ffa50066;transition:all .3s ease}.bet-amount-btn-stars:hover{background:linear-gradient(135deg,#ff8c00,#ff7f00);box-shadow:0 6px 16px #ffa50099}.bet-amount-btn-stars:active{transform:translateY(0)}.bet-amount-btn-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.bet-amount-btn-stars.bet-amount-btn-active{background:linear-gradient(135deg,#ff8c00,#ff7f00);box-shadow:0 6px 16px #ffa50099}.bet-settings-row{display:flex;gap:8px}.bet-settings-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;height:50px;box-sizing:border-box}.bet-settings-btn:hover{background:#ffffff1f;border-color:#ffffff40}.bet-settings-icon{width:16px;height:16px;stroke:currentColor;flex-shrink:0}.settings-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:100000;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .3s ease}.tonconnect-modal,.tonconnect-modal__backdrop,[class*=tonconnect-modal],[class*=tonconnect-ui],[data-tc-modal],div[style*=z-index]:has([class*=tonconnect]){z-index:100001!important}.settings-modal{width:100%;max-width:428px;background:#1a1a1a;border-radius:24px 24px 0 0;padding:24px;animation:slideUp .3s ease;max-height:80vh;overflow-y:auto}.settings-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.settings-modal-title{font-size:18px;font-weight:700;color:#fff;margin:0}.settings-modal-close{width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.settings-modal-close:hover{background:#ffffff26}.settings-modal-content{margin-bottom:24px}.settings-amount-cards{display:flex;gap:12px}.settings-amount-card{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;cursor:pointer;transition:all .3s ease}.settings-amount-card-editing{border:2px solid rgba(255,255,255,.4);background:#ffffff14}.settings-amount-input{background:transparent;border:none;outline:none;color:#fff;font-size:16px;font-weight:500;text-align:center;width:100%;padding:0;font-family:inherit}.settings-amount-icon{width:24px;height:24px;flex-shrink:0;fill:#fff}.settings-amount-value{font-size:18px;font-weight:600;color:#fff}.settings-amount-edit-icon{position:absolute;top:8px;right:8px;width:16px;height:16px;color:#ffffff80;stroke:currentColor}.settings-modal-error{margin-top:16px;padding:12px 16px;background:#ff00001a;border:1px solid rgba(255,0,0,.3);border-radius:8px;color:#ff6b6b;font-size:14px;text-align:center}.settings-modal-footer{margin-top:24px;display:flex;gap:12px}.settings-modal-reset-btn{flex:1;padding:14px 24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.settings-modal-reset-btn:hover{background:#ffffff26;border-color:#ffffff4d}.settings-modal-save-btn{flex:1;padding:14px 24px;background:#fff;border:none;border-radius:12px;color:#000;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}.settings-modal-save-btn:hover{background:#ffffffe6}.settings-modal-save-btn:active{transform:scale(.98)}.currency-selector{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;padding:6px;margin-left:40px;background:#ffffff0d;backdrop-filter:url(#filter);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;width:118px;height:38px;box-sizing:border-box;overflow:hidden}.roulette-center-text{pointer-events:none;-webkit-user-select:none;user-select:none}.currency-btn{display:flex;align-items:center;justify-content:center;padding:6px;background:transparent;border:none;color:#fff;cursor:pointer;transition:all .3s ease;width:30px;height:30px;opacity:.5;border-radius:0;position:relative}.currency-btn:hover{opacity:.8}.currency-btn-active{opacity:1}.currency-btn-active:before{content:"";position:absolute;left:-6px;right:-6px;top:-4px;bottom:-4px;background:#237bff4d;border-radius:8px;z-index:-1}.currency-btn-active:hover:before{background:#237bff66}.currency-icon{width:18px;height:18px;flex-shrink:0;display:block}.ton-icon{width:32px;height:32px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-around;padding:8px;background:#ffffff0d;backdrop-filter:url(#filter);-webkit-backdrop-filter:blur(4px);border-top:1px solid rgba(255,255,255,.1);z-index:10000;box-shadow:0 -4px 8px #0003,0 -6px 20px #0003;max-width:428px;margin:0 auto}.nav-item{display:flex;flex-direction:column;align-items:center;gap:2px;background:transparent;border:none;color:#666;cursor:pointer;padding:4px 12px;transition:all .2s;flex:1;position:relative}.nav-item svg{width:20px;height:20px}.nav-item span{font-size:10px;font-weight:500}.nav-item.active{color:#667eea}.nav-item.active:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:40px;height:3px;background:#667eea;border-radius:2px;box-shadow:0 0 10px #667eeacc,0 0 20px #667eea99,0 0 30px #667eea66;animation:glowPulse 2s ease-in-out infinite}@keyframes glowPulse{0%,to{opacity:1;box-shadow:0 0 10px #667eeacc,0 0 20px #667eea99,0 0 30px #667eea66}50%{opacity:.7;box-shadow:0 0 15px #667eea,0 0 25px #667eeacc,0 0 35px #667eea99}}.nav-item:hover{color:#888}.nav-item.active:hover{color:#667eea}.profile-content{position:fixed;top:0;left:0;right:0;bottom:80px;background:transparent;padding:0;overflow-y:auto;z-index:1000}.profile-container{display:flex;flex-direction:column;gap:16px;max-width:428px;margin:0 auto;padding:20px!important;box-sizing:border-box}.profile-header{display:flex;align-items:center;gap:12px;padding:0;margin-bottom:8px}.profile-header-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.profile-header-avatar-placeholder{width:44px;height:44px;border-radius:50%;background:#2d374880;display:flex;align-items:center;justify-content:center}.profile-header-avatar-placeholder svg{width:24px;height:24px}.profile-header-username{font-size:18px;font-weight:400;color:#fff}.glass-card{background:#ffffff0d;backdrop-filter:url(#filter);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px 12px;box-shadow:0 8px 32px #0000004d,0 4px 16px #0003;transition:all .3s ease}.glass-card:hover{background:#ffffff14;border-color:#ffffff26}.card-header{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:16px}.card-title{font-size:16px;font-weight:600;color:#fff;flex:1;line-height:1.4}.card-title-gray{color:#a0aec0}.card-emoji{font-size:24px;margin-left:8px}.card-content{width:100%}.balance-row{display:flex;align-items:center;gap:12px;min-height:48px}.balance-icon-wrapper{display:flex;align-items:center;justify-content:center}.balance-amount{font-size:24px;font-weight:700;color:#fff;flex:1}.btn-primary-compact{padding:10px 20px;font-size:14px;white-space:nowrap}.btn-primary{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;padding:12px 24px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea99}.btn-primary:active{transform:translateY(0)}.btn-full{width:100%}.btn-icon{width:48px;height:48px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.btn-icon:hover{background:#ffffff26;border-color:#ffffff4d}.task-stats{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.stat-item{display:flex;justify-content:space-between;align-items:center}.stat-label{font-size:14px;color:#a0aec0}.stat-value{font-size:16px;font-weight:600;color:#fff}.stat-value-green{color:#48bb78}.pvp-participants-section{margin-bottom:20px}.pvp-participants-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.pvp-participants-count{color:#fff;font-size:16px;font-weight:600}.pvp-game-id{color:#fff9;font-size:14px;font-weight:400}.pvp-participants-list{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.pvp-participant-card{background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 8px 32px #0000004d,0 4px 16px #0003}.pvp-participant-card-top{display:flex;align-items:center;gap:12px}.pvp-participant-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;position:relative}.pvp-participant-avatar img{width:100%;height:100%;object-fit:cover}.pvp-participant-avatar-placeholder{width:100%;height:100%;background:#ffffff1a;display:flex;align-items:center;justify-content:center}.pvp-participant-info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.pvp-participant-username{color:#fff;font-size:16px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pvp-participant-status{color:#fff9;font-size:14px;font-weight:400}.pvp-participant-stats{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.pvp-participant-percentage{color:#fff;font-size:16px;font-weight:600}.pvp-participant-amount{color:#fff9;font-size:14px;font-weight:400}.pvp-participant-row{display:flex;align-items:center;justify-content:space-between;padding:0;margin-top:8px}.pvp-participant-assets{display:flex;align-items:center;gap:8px;flex:1}.pvp-participant-asset-ton{display:flex;align-items:center;gap:6px;color:#fff;font-size:14px;font-weight:500;padding:6px 10px;background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:8px}.pvp-asset-ton-icon{width:16px;height:16px;fill:#237bff;stroke:#237bff;flex-shrink:0}.pvp-participant-asset-gift{width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:4px;background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden}.pvp-participant-asset-gift img{width:200%;height:200%;object-fit:cover;object-position:center}.pvp-participant-arrow{color:#fff9;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .2s ease}.pvp-participant-arrow:hover{color:#ffffffe6}.roll-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;z-index:20000;padding:0;overflow-y:auto;animation:fadeIn .3s ease}.roll-modal{background:#ffffff0d;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px 24px 0 0;padding:24px 24px 10px;width:100%;height:auto;max-height:none;overflow:visible;box-shadow:0 20px 60px #00000080;border:1px solid rgba(255,255,255,.1);border-bottom:none;animation:slideUp .3s ease;display:flex;flex-direction:column}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.roll-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.roll-modal-title{color:#fff;font-size:20px;font-weight:700;margin:0}.roll-modal-close{width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease}.roll-modal-close:hover{background:#ffffff26;border-color:#ffffff4d}.roll-modal-user-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px}.roll-modal-user-info{display:flex;align-items:center;gap:12px}.roll-modal-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;position:relative}.roll-modal-avatar img{width:100%;height:100%;object-fit:cover}.roll-modal-avatar-placeholder{width:100%;height:100%;background:#ffffff1a;display:flex;align-items:center;justify-content:center}.roll-modal-user-details{display:flex;flex-direction:column;gap:4px}.roll-modal-username{color:#fff;font-size:16px;font-weight:600}.roll-modal-status{color:#fff9;font-size:14px;font-weight:400}.roll-modal-stats{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.roll-modal-stat-value{color:#fff;font-size:16px;font-weight:600}.roll-modal-stat-value:first-child{color:#fff}.roll-modal-stat-value:last-child{color:#fff9}.roll-modal-items-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.roll-modal-item-card{background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px;display:flex;flex-direction:column;align-items:center;gap:8px}.roll-modal-item-image{width:100%;height:80px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:#ffffff0d}.roll-modal-item-image img{width:100%;height:100%;object-fit:contain}.roll-modal-item-name{display:none}.roll-modal-item-value{display:flex;flex-direction:column;align-items:center;gap:4px;color:#fff;font-size:12px;font-weight:600;margin-top:8px}.roll-modal-item-value svg{flex-shrink:0}.roll-modal-item-converted{font-size:10px;color:#ffffff80;font-weight:400}.roll-modal-ton-icon{width:12px;height:12px;fill:#237bff;stroke:#237bff}.roll-modal-star-icon{width:14px;height:14px;fill:gold;stroke:gold}.roll-modal-ton-icon-large{width:60px;height:60px;fill:#237bff;stroke:#237bff}.roll-modal-done-btn{width:100%;padding:16px;background:#fff;border:none;border-radius:12px;color:#000;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:auto;flex-shrink:0}.roll-modal-done-btn:hover{background:#ffffffe6;transform:translateY(-1px)}.roll-modal-done-btn:active{transform:translateY(0)}.history-screen{position:fixed;top:0;left:0;right:0;bottom:0;background:#0a0a0a;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.03) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.03) 0%,transparent 50%),repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,255,255,.01) 2px,rgba(255,255,255,.01) 4px);background-size:100% 100%,100% 100%,20px 20px;z-index:10000;display:flex;flex-direction:column;overflow-y:auto;padding-bottom:80px}.history-header{display:flex;flex-direction:column;gap:16px;padding:20px 10px;background:#1a1a1acc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:sticky;top:0;z-index:10}.history-title{font-size:20px;font-weight:700;color:#fff;margin:0}.history-close{width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.history-close:hover{background:#ffffff26}.history-filters{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;width:calc(100% - 20px);margin:0}.history-filters::-webkit-scrollbar{display:none}.history-filter{display:flex;align-items:center;justify-content:center;gap:6px;flex:1;height:40px;padding:0;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:5px;color:#fff9;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:0}.history-header .history-filters .history-filter{width:100%;padding:20px;font-size:18px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:12px;border-radius:16px;border:2px solid;min-height:60px;height:auto;flex:none}.history-filter-icon{width:20px;height:20px;flex-shrink:0;object-fit:contain}.history-header .history-filters .history-filter-icon{width:32px;height:32px}.history-filter.active{background:#ffffff26;border-color:#ffffff40;color:#fff}.history-header .history-filters .history-filter.active{background:linear-gradient(135deg,#3b82f64d,#8b5cf64d);border-color:#fff6;color:#fff;box-shadow:0 4px 12px #3b82f633}.history-filter:hover:not(.active){background:#ffffff14;border-color:#ffffff26}.history-header .history-filters .history-filter:hover:not(.active){background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.history-rolls-list{display:flex;flex-direction:column;gap:12px;padding:16px 10px}.history-roll-item{background:#ffffff08;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px;transition:all .2s ease;position:relative}.history-roll-item:hover{background:#ffffff0d;border-color:#ffffff26}.history-roll-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#fff9;font-size:14px}.history-roll-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:#fff9}.history-roll-icon-img{width:16px;height:16px;object-fit:contain}.history-roll-label{font-weight:500;color:#fff}.history-roll-id{color:#fff9;font-weight:400}.history-roll-date{margin-left:auto;color:#fff6;font-size:12px}.history-roll-winner{display:flex;flex-direction:column;gap:12px;position:relative;z-index:1;pointer-events:auto}.history-winner-top{display:flex;align-items:center;gap:12px}.history-winner-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.history-winner-info{display:flex;flex-direction:column;gap:4px;flex:1}.history-winner-username{font-size:16px;font-weight:600;color:#fff}.history-winner-status{font-size:14px;color:#fff9}.history-winner-stats{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.history-winner-winnings{font-size:14px;font-weight:600;color:#237bff}.history-winner-percentage{font-size:16px;font-weight:700;color:#fff}.history-winner-assets{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:space-between}.history-winner-assets .pvp-participant-arrow{margin-left:auto}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .3s ease}.tasks-modal{width:100%;max-width:428px;max-height:90vh;background:#0a0a0a;border-radius:24px 24px 0 0;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease}.tasks-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.1)}.tasks-modal-title{color:#fff;font-size:24px;font-weight:700;margin:0}.tasks-modal-close{width:36px;height:36px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease}.tasks-modal-close:hover{background:#ffffff26;border-color:#ffffff4d}.tasks-modal-content{flex:1;overflow-y:auto;padding:20px 16px 80px}.tasks-loading,.tasks-empty{text-align:center;color:#fff9;padding:40px 20px;font-size:16px}.task-card{background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px;margin-bottom:16px;transition:all .2s ease}.task-card:hover{background:#ffffff14;border-color:#ffffff26}.task-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.task-card-icon{width:56px;height:56px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#ffffff1a;display:flex;align-items:center;justify-content:center}.task-card-icon img{width:100%;height:100%;object-fit:cover}.task-card-icon-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700}.task-card-reward{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;white-space:nowrap}.task-card-body{display:flex;flex-direction:column;gap:12px}.task-card-description{color:#fff;font-size:14px;line-height:1.5;margin-top:8px}.task-card-actions{display:flex;gap:8px;margin-top:4px}.task-card-start,.task-card-check{flex:1;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.task-card-start{background:#fff;color:#000}.task-card-start:hover{background:#ffffffe6;transform:translateY(-1px)}.task-card-check{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.task-card-check:hover{background:#ffffff26;border-color:#ffffff4d}.task-card-completed{width:100%;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:default;background:#10b981;color:#fff;border:none;display:flex;align-items:center;justify-content:center;gap:8px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}
