.safe-area{width:100%;height:100vh;height:var(--tg-viewport-stable-height);position:relative;background:var(--app-bg-color);overflow:hidden}.safe-area-content{width:100%;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:calc(env(safe-area-inset-bottom) + 88px);position:relative;z-index:1}.balance-wrapper{display:inline-flex;align-items:center;gap:0;padding:0 10px;height:32px;background:hsla(0,0%,100%,.1);border-radius:12px;width:86px;justify-content:center;flex-shrink:0}.balance-wrapper__icon{width:15px;height:15px;color:#2196f3;flex-shrink:0;margin-right:-1px}.balance-wrapper__amount{font:600 15px/1 monospace;color:#fff;width:36px;text-align:right;letter-spacing:-.5px}.page-header{padding:var(--header-padding) var(--app-padding) 8px;margin-bottom:8px!important;position:sticky;top:0;z-index:10;background:rgba(0,0,0,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.page-header h1{font-size:24px;font-weight:600;color:#fff}html[data-platform=mobile] .page-header{padding-top:calc(env(safe-area-inset-top) + 82px)}html[data-platform=desktop] .page-header{padding-top:24px}.header-actions{display:flex;align-items:center;gap:16px;height:40px}.balance{display:inline-flex;gap:4px;padding:0 12px;height:32px;background:hsla(0,0%,100%,.1);border-radius:12px;font-weight:500;width:90px}.balance,.balance-icon{align-items:center;justify-content:center;flex-shrink:0}.balance-icon{font-size:18px;color:#2196f3;margin:0;width:20px;display:flex}.balance-amount{color:#fff;font-size:15px;font-weight:600;line-height:1;margin:0;padding:0;font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" on,"lnum" on;letter-spacing:-.5px;width:40px;text-align:right}.games-page{width:100%;flex:1;padding:0 var(--app-padding)}.games-list,.games-page{display:flex;flex-direction:column}.games-list{gap:12px}.home-game-card{background:#1a1a1a;border-radius:12px;padding:16px;display:flex;justify-content:space-between;align-items:center}.home-game-info{display:flex;align-items:center;gap:12px}.home-game-icon{width:32px;height:32px;color:#fff}.home-game-details{display:flex;flex-direction:column;gap:2px}.home-game-title{font-size:15px;font-weight:500;color:#fff}.home-game-plays{font-size:13px;color:grey}.home-play-button{padding:8px 16px;background:#2196f3;border-radius:12px;color:#fff;font-size:14px;font-weight:500;transition:background .2s}.home-play-button:hover{background:#1976d2}.page-header{display:flex;justify-content:space-between;align-items:center;padding:16px var(--app-padding);margin-bottom:16px}@media (max-width:768px){.page-header{padding-top:calc(48px + env(safe-area-inset-top))}}@media (min-width:769px){.page-header{padding-top:12px}}.settings-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;opacity:.8;transition:opacity .2s;margin-right:env(safe-area-inset-right)}.settings-button:hover{opacity:1}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1000}.settings-popup{position:fixed;top:16px;right:16px;width:300px;background:#1a1a1a;border-radius:16px;border:1px solid hsla(0,0%,100%,.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:1001}.settings-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid hsla(0,0%,100%,.1)}.settings-content{padding:16px;gap:24px}.settings-content,.settings-group{display:flex;flex-direction:column}.settings-group{gap:16px}.settings-item{display:flex;justify-content:space-between;align-items:center}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.1);border-radius:12px}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}input:checked+.slider{background-color:#2196f3}input:checked+.slider:before{transform:translateX(20px)}.language-select{background:hsla(0,0%,100%,.1);border:none;border-radius:8px;color:#fff;font-size:14px;width:120px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:16px;padding:8px 32px 8px 12px}.language-select option{background:#1a1a1a;color:#fff;padding:8px}.add-to-home{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;background:#2196f3;border-radius:12px;color:#fff;font-weight:500}.home-game-card.inactive{opacity:.7}.coming-soon{font-size:13px;color:#ff5722;font-weight:500}.home-play-button.disabled{background:grey;cursor:not-allowed}.home-play-button.disabled:hover{background:grey}