:root{--bg-color: #000000;--text-color: #ffffff;--accent-color: #fe2c55;--accent-like: #fe2c55;--overlay-bg: rgba(0, 0, 0, .5);--header-height: 52px;--nav-zone-width: 0px;--bottom-bar-height: 72px;--tg-header-offset: 44px;--sat: var(--tg-content-safe-area-inset-top, env(safe-area-inset-top, 0px));--sar: var(--tg-content-safe-area-inset-right, env(safe-area-inset-right, 0px));--sab: var(--tg-content-safe-area-inset-bottom, env(safe-area-inset-bottom, 0px));--sal: var(--tg-content-safe-area-inset-left, env(safe-area-inset-left, 0px))}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden;background:var(--bg-color);color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.7}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes slideOut{to{opacity:0;transform:translate(100%)}}@keyframes tutorialFadeIn{0%{opacity:0}to{opacity:1}}@keyframes tutorialFadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100px)}}@keyframes slideOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100px)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}@keyframes lightUp{0%,to{opacity:.2;filter:drop-shadow(0 0 4px rgba(255,255,255,.3))}50%{opacity:1;filter:drop-shadow(0 0 12px rgba(255,255,255,.8))}}@keyframes buttonBlink{0%,to{opacity:1;box-shadow:0 0 #fff6}50%{opacity:.6;box-shadow:0 0 25px 8px #ffffff4d}}@keyframes pointerBounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}#app{position:fixed;top:0;left:0;right:0;height:100%;max-width:430px;margin:0 auto;overflow:hidden}#overlay{position:fixed;top:0;left:0;right:0;height:100%;max-width:430px;margin:0 auto;pointer-events:none;z-index:100}#header{position:absolute;top:0;left:0;right:var(--nav-zone-width);height:calc(var(--tg-header-offset) + var(--header-height));display:flex;align-items:flex-end;justify-content:center;padding-left:16px;padding-right:16px;padding-bottom:8px;pointer-events:none;background:#000}#header:after{content:"";position:absolute;left:0;right:0;top:100%;height:12px;background:linear-gradient(180deg,#000 0%,transparent 100%);pointer-events:none}body:not(.is-telegram) #header{height:0;background:transparent;padding-bottom:0}body:not(.is-telegram) #header:after{display:none}body:not(.is-telegram) #logout-btn{top:8px}.header-units-counter{position:absolute;top:calc(var(--tg-header-offset, 0px) + 8px);left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;padding:6px 14px;background:#ffffff1a;border-radius:20px;cursor:pointer;pointer-events:auto;transition:background .2s ease}.header-units-counter:active{background:#fff3}.header-units-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.header-units-icon svg{width:100%;height:100%;fill:#ff6b35;filter:drop-shadow(0 0 4px rgba(255,107,53,.6))}.header-units-value{font-size:16px;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}.header-cycle-badge{font-size:12px;font-weight:700;color:#ffc107;text-shadow:0 0 6px rgba(255,193,7,.6);margin-left:4px;opacity:0;transform:scale(.8);transition:opacity .3s ease,transform .3s ease}.header-cycle-badge.visible{opacity:1;transform:scale(1)}.header-unit-floater{position:absolute;right:-8px;top:50%;transform:translateY(-50%);font-size:14px;font-weight:700;color:#ff6b35;text-shadow:0 0 8px rgba(255,107,53,.8),0 1px 2px rgba(0,0,0,.6);pointer-events:none;animation:headerFloatUp .8s ease-out forwards}@keyframes headerFloatUp{0%{opacity:1;transform:translateY(-50%) translate(0) scale(1)}50%{opacity:1;transform:translateY(-50%) translate(10px) scale(1.3)}to{opacity:0;transform:translateY(-50%) translate(20px) scale(.8)}}#logout-btn{position:absolute;right:12px;top:calc(var(--tg-header-offset) + var(--header-height) / 2);transform:translateY(-50%);background:#ffffff1a;border:none;border-radius:8px;padding:8px;cursor:pointer;pointer-events:auto;transition:background .2s ease}#logout-btn:hover{background:#fff3}#logout-btn svg{display:block;fill:none;stroke:#fff;stroke-width:2;opacity:.7}.no-ads-btn{position:absolute;right:12px;top:calc(var(--tg-header-offset) + var(--header-height) + 60px);width:52px;height:52px;background:#0006;border:1.5px solid rgba(255,193,7,.5);border-radius:50%;padding:0;cursor:pointer;pointer-events:auto;transition:all .2s ease;z-index:10;display:flex;align-items:center;justify-content:center}.no-ads-btn:active{transform:scale(.95);background:#0009}.no-ads-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px}.no-ads-icon svg{width:100%;height:100%;filter:drop-shadow(0 0 6px rgba(255,193,7,.8));transition:all .3s ease}.no-ads-btn.purchased{border-color:#4caf5080;pointer-events:none}.no-ads-btn.purchased .no-ads-icon svg{filter:drop-shadow(0 0 6px rgba(76,175,80,.8))}@keyframes starPulse{0%,to{filter:drop-shadow(0 0 6px rgba(255,193,7,.8));transform:scale(1)}50%{filter:drop-shadow(0 0 12px rgba(255,193,7,1));transform:scale(1.05)}}.no-ads-btn:not(.purchased) .no-ads-icon svg{animation:starPulse 2s ease-in-out infinite}#ambient-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(30px) brightness(.4);transform:scale(1.1);z-index:0;transition:background-image .3s ease}#playable-container{position:absolute;top:calc(var(--tg-header-offset, 0px) + var(--header-height));left:0;right:var(--nav-zone-width);bottom:calc(var(--bottom-bar-height) + var(--sab) + 16px);background:var(--bg-color);z-index:1;border-radius:12px;overflow:hidden;touch-action:auto}body:not(.is-telegram) #playable-container{top:0;bottom:calc(56px + var(--sab));border-radius:0}#game-name-bar{position:absolute;left:0;right:var(--nav-zone-width);bottom:calc(var(--bottom-bar-height) + var(--sab) + 16px);height:24px;display:flex;align-items:center;padding:0 16px;pointer-events:none;z-index:3}body:not(.is-telegram) #game-name-bar{bottom:calc(56px + var(--sab))}#game-name-text{font-size:13px;font-weight:600;color:#ffffffd9;text-shadow:0 1px 3px rgba(0,0,0,.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;will-change:transform;-webkit-font-smoothing:antialiased}.playable-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;background:transparent;transition:opacity .2s ease-out;z-index:2;touch-action:auto}.playable-iframe.active{z-index:11;pointer-events:auto!important}.peek-layer{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:var(--bg-color);pointer-events:none;overflow:hidden;will-change:transform;transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.peek-layer.prev{z-index:1;transform:translateY(-100%) translateZ(0)}.peek-layer.current{z-index:2;transform:translateY(0) translateZ(0)}.peek-layer.next{z-index:1;transform:translateY(100%) translateZ(0)}.peek-layer.swiping{z-index:10}.peek-layer.swiping.current{z-index:11}.peek-layer.swiping.next,.peek-layer.swiping.prev{z-index:12}.peek-layer.is-loading{z-index:5;pointer-events:none!important}.peek-layer.is-loading:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.35) 50%,transparent 100%);animation:shimmer 1s ease-in-out infinite;pointer-events:none;z-index:2}.peek-layer video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;z-index:1}.tap-to-play-overlay{position:absolute;inset:0;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:opacity .15s ease;opacity:0;pointer-events:none}.tap-to-play-overlay.visible{opacity:1;pointer-events:auto}.tap-to-play-text{font-size:16px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1.5px;display:flex;align-items:center;gap:8px;background:#31b545;padding:14px 32px;border-radius:50px;text-shadow:0 1px 2px rgba(0,0,0,.3);box-shadow:0 4px 15px #31b54566,0 0 20px #31b54533;opacity:0;transition:opacity .3s ease}.tap-to-play-text.hint-visible{opacity:1}.tap-to-play-text.hint-bounce{animation:hintBounce .3s ease 2}@keyframes hintBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.tap-to-play-overlay:active .tap-to-play-text{transform:scale(.95);box-shadow:0 2px 10px #31b54580,0 0 15px #31b5454d;transition:transform .1s ease,box-shadow .1s ease}.swipe-hint{position:absolute;bottom:24px;left:50%;transform:translate(-50%);font-size:14px;font-weight:600;color:#ffffffd9;letter-spacing:.5px;white-space:nowrap;background:#00000073;padding:6px 16px;border-radius:20px;pointer-events:none;opacity:0;transition:opacity .3s ease}.swipe-hint.hint-visible{opacity:1}.swipe-hint.hint-bounce{animation:swipeHintBounce .3s ease 2}@keyframes swipeHintBounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-8px)}}.swipe-hint-icon{display:inline-block;font-size:18px;vertical-align:middle}.tap-to-play-overlay.shell-mode .tap-to-play-text,.tap-to-play-overlay.swipe-gameplay-mode .tap-to-play-text,.tap-to-play-overlay.swipe-gameplay-mode .swipe-hint{display:none}.shell-iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.peek-shell,.prev-shell{z-index:13}#bottom-bar{position:absolute;bottom:0;left:0;right:0;height:calc(var(--bottom-bar-height) + var(--sab) + 16px);z-index:50;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;padding:0 12px;padding-bottom:calc(var(--sab) + 16px)}body:not(.is-telegram) #bottom-bar{height:calc(56px + var(--sab));padding-bottom:var(--sab)}body:not(.is-telegram) #user-avatar{width:44px;height:44px}body:not(.is-telegram) .action-btn.next-btn{padding:10px 20px;min-width:100px}body:not(.is-telegram) .action-btn:not(.next-btn) .icon{width:32px;height:32px}.bottom-bar-group:first-child{justify-content:space-evenly;width:100%}.bottom-bar-group:last-child{justify-self:start;margin-left:12px}.bottom-bar-group{display:flex;align-items:center;gap:8px}#user-avatar{width:52px;height:52px;border-radius:50%;background-size:cover;background-position:center;background-color:#ffffff26;border:2px solid rgba(255,255,255,.5);cursor:pointer;transition:transform .2s ease,border-color .2s ease;box-shadow:0 2px 8px #0000004d;flex-shrink:0}#user-avatar:active{transform:scale(.95)}#user-avatar:hover{border-color:#ffffffb3}#user-avatar.no-photo{display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#fff;background:linear-gradient(135deg,#fe2c55,#ff6b8a)}.action-btn{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;color:var(--text-color);cursor:pointer;padding:8px 12px;-webkit-tap-highlight-color:transparent;transition:transform .1s ease}.action-btn:active{transform:scale(.9)}.action-btn .icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center}.action-btn .icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2}.action-btn .label{font-size:10px;font-weight:500;opacity:.8}.action-btn.liked .icon svg{fill:var(--accent-like);stroke:var(--accent-like)}.action-btn.next-btn{position:relative;background:linear-gradient(180deg,#f59e0b,#d97706);border-radius:16px;padding:12px 24px;min-width:120px;box-shadow:0 4px 12px #f59e0b66,inset 0 1px #ffffff4d,inset 0 -2px #0003;border:2px solid #fbbf24;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}.action-btn.next-btn:active{transform:scale(.95);box-shadow:0 2px 6px #f59e0b4d,inset 0 1px #fff3,inset 0 -1px #0003}.action-btn.next-btn .icon{position:absolute;inset:0;width:auto;height:auto;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.action-btn.next-btn .label{font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:1px;opacity:1;transition:opacity .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.3)}.action-btn.next-btn.game-active{background:linear-gradient(180deg,#ef4444,#dc2626);border-color:#f87171;box-shadow:0 4px 12px #ef444466,inset 0 1px #ffffff4d,inset 0 -2px #0003}.action-btn.next-btn.game-active:active{box-shadow:0 2px 6px #ef44444d,inset 0 1px #fff3,inset 0 -1px #0003}.action-btn.next-btn.game-active .icon{opacity:1}.action-btn.next-btn.game-active .icon svg{width:32px;height:32px;stroke-width:3}.action-btn.next-btn.game-active .label{opacity:0}.install-bar-btn{width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(124,92,252,.5);background:#7c5cfc26;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;-webkit-tap-highlight-color:transparent;transition:transform .1s ease,background .2s ease;animation:installPulse 2.5s ease-in-out infinite}.install-bar-btn:active{transform:scale(.9)}@keyframes installPulse{0%,to{border-color:#7c5cfc80}50%{border-color:#7c5cfce6}}.install-bar-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.install-bar-icon svg{width:100%;height:100%;fill:none;stroke:#7c5cfc;stroke-width:2}.install-tooltip{position:absolute;bottom:calc(100% + 12px);left:0;background:#141414f2;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:12px 14px;min-width:240px;z-index:200;pointer-events:auto;animation:tooltipFadeIn .2s ease}.install-tooltip:after{content:"";position:absolute;top:100%;left:20px;border:6px solid transparent;border-top-color:#141414f2}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.install-tooltip-step{display:flex;align-items:center;gap:10px;padding:6px 0}.install-tooltip-step+.install-tooltip-step{border-top:1px solid rgba(255,255,255,.08)}.install-tooltip-num{width:22px;height:22px;border-radius:50%;background:#7c5cfc4d;color:#7c5cfc;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.install-tooltip-text{font-size:13px;color:#ffffffd9;line-height:1.3}#favorites-panel,#profile-panel{position:fixed;bottom:0;left:0;right:0;max-width:430px;margin:0 auto;background:#141419f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px 20px 0 0;z-index:500;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}#favorites-panel{height:70%}#profile-panel{height:75%}.panel-hidden{transform:translateY(100%);pointer-events:none}.panel-visible{transform:translateY(0);pointer-events:auto}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.panel-header h2{font-size:18px;font-weight:600;margin:0}.panel-header button{background:#ffffff1a;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.panel-header button:hover{background:#fff3}.panel-header button svg{width:18px;height:18px;stroke:#fff;stroke-width:2}.panel-content{flex:1;overflow-y:auto;padding:12px;-webkit-overflow-scrolling:touch}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;opacity:.6}.empty-state .empty-icon{width:48px;height:48px;margin-bottom:16px;opacity:.4}.empty-state .empty-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5}.empty-state p{font-size:16px;font-weight:500;margin-bottom:8px}.empty-state span{font-size:13px;opacity:.7}.favorite-item{display:flex;align-items:center;gap:12px;padding:10px;background:#ffffff0d;border-radius:12px;margin-bottom:8px;transition:background .2s ease}.favorite-item:active{background:#ffffff1a}.favorite-thumb{width:56px;height:56px;border-radius:8px;background-size:cover;background-position:center;background-color:#ffffff1a;flex-shrink:0}.favorite-info{flex:1;min-width:0}.favorite-name{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.favorite-type{font-size:11px;opacity:.5;text-transform:uppercase;letter-spacing:.5px}.favorite-actions{display:flex;gap:8px;flex-shrink:0}.favorite-actions button{width:36px;height:36px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.favorite-actions button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}.fav-play{background:var(--accent-color);color:#fff}.fav-play:active{transform:scale(.9)}.fav-play svg{fill:#fff;stroke:#fff;margin-left:2px}.fav-remove{background:#ffffff1a;color:#ffffffb3}.fav-remove:active{background:#ff64644d;color:#ff6b6b}.profile-user{display:flex;flex-direction:column;align-items:center;padding:20px}.profile-avatar{width:64px;height:64px;border-radius:50%;background-size:cover;background-position:center;background-color:#ffffff26;border:3px solid rgba(255,255,255,.3);margin-bottom:10px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;color:#fff}.profile-avatar:not([style*=background-image]){background:linear-gradient(135deg,#fe2c55,#ff6b8a)}.profile-name{font-size:16px;font-weight:600;color:#fff}.profile-section{padding:0 16px 16px}.section-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.section-title svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.favorites-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;min-height:60px}.fav-thumb{aspect-ratio:1;background-size:cover;background-position:center;border-radius:8px;cursor:pointer;position:relative;transition:transform .15s ease}.fav-thumb:active{transform:scale(.95)}.fav-play-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0006;border-radius:8px;opacity:0;transition:opacity .15s ease}.fav-thumb:hover .fav-play-icon,.fav-thumb:active .fav-play-icon{opacity:1}.fav-play-icon svg{width:24px;height:24px;fill:#fff;stroke:#fff}.empty-favorites{grid-column:1 / -1;text-align:center;padding:20px;color:#fff6;font-size:13px}.history-list{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto;-webkit-overflow-scrolling:touch}.history-item{display:flex;align-items:center;gap:12px;padding:8px;background:#ffffff0d;border-radius:10px;cursor:pointer;transition:background .2s ease}.history-item:active{background:#ffffff1a}.history-thumb{width:44px;height:44px;border-radius:8px;background-size:cover;background-position:center;background-color:#ffffff1a;flex-shrink:0}.history-info{flex:1;min-width:0}.history-name{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.history-time{font-size:11px;color:#fff6}.empty-history{text-align:center;padding:20px;color:#fff6;font-size:13px}.profile-actions{display:flex;flex-direction:column;gap:8px}.profile-btn{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:10px;color:#fff;font-size:14px;cursor:pointer;transition:all .2s ease}.profile-btn:hover{background:#ffffff1a}.profile-btn:active{transform:scale(.98)}.profile-btn:disabled{opacity:.5;cursor:not-allowed}.profile-btn .btn-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.profile-btn .btn-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}.profile-btn .btn-text{flex:1;text-align:left}.profile-legal .legal-links{display:flex;flex-direction:column;gap:6px}.legal-link{display:block;padding:10px 14px;background:#ffffff0a;border-radius:10px;color:#ffffffa6;font-size:13px;text-decoration:none;transition:background .15s}.legal-link:active{background:#ffffff1a}.google-signin-section{padding:0 16px 16px;text-align:center}.google-signin-label{font-size:13px;color:#ffffff80;margin-bottom:12px}.google-signin-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;background:#131314;border:1px solid rgba(255,255,255,.15);border-radius:10px;cursor:pointer;transition:all .2s ease}.google-signin-btn:active{transform:scale(.98);background:#1f1f20}.google-signin-btn:disabled{opacity:.6;cursor:not-allowed}.google-signin-btn .google-logo{flex-shrink:0}.google-signin-text{font-size:14px;font-weight:600;color:#e3e3e3;font-family:Roboto,system-ui,-apple-system,sans-serif}.link-account-section{padding:0 16px 16px;text-align:center}.link-account-label{font-size:13px;color:#ffffff80;margin-bottom:12px}.link-account-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;background:#131314;border:1px solid rgba(255,255,255,.15);border-radius:10px;cursor:pointer;transition:all .2s ease}.link-account-btn:active{transform:scale(.98);background:#1f1f20}.link-account-btn:disabled{opacity:.6;cursor:not-allowed}.link-account-icon{flex-shrink:0}.link-account-text{font-size:14px;font-weight:600;color:#e3e3e3;font-family:Roboto,system-ui,-apple-system,sans-serif}.link-bot-url{margin-top:12px;padding:12px;background:#ffffff0d;border-radius:8px}.link-bot-instruction{font-size:12px;color:#ffffff80;margin-bottom:8px}.link-bot-link{color:#29b6f6;text-decoration:none;font-size:14px;font-weight:600}.install-app-section{padding:12px 16px;text-align:center}.install-app-btn{width:100%;display:flex;align-items:center;gap:12px;padding:12px 16px;background:#7c5cfc1f;border:1px solid rgba(124,92,252,.3);border-radius:12px;cursor:pointer;color:#fff;transition:transform .1s,background .2s}.install-app-btn:active{transform:scale(.98);background:#7c5cfc33}.install-app-text-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.install-app-subtitle{font-size:12px;color:#ffffff80}.install-ios-instructions{margin-top:12px;display:flex;flex-direction:column;gap:10px;text-align:left}.install-ios-num{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#7c5cfc26;border-radius:8px;flex-shrink:0}.install-ios-text{font-size:13px;color:#fffc}.profile-logout{margin-top:auto;padding-bottom:calc(16px + var(--sab))}.logout-btn{color:#ff6464e6;border-color:#ff646433}.logout-btn:hover{background:#ff64641a}.played-list{display:flex;flex-direction:column;gap:8px;max-height:180px;overflow-y:auto;-webkit-overflow-scrolling:touch}.played-item{display:flex;align-items:center;gap:12px;padding:8px;background:#ffffff0d;border-radius:10px;cursor:pointer;transition:background .2s ease}.played-item:active{background:#ffffff1a}.played-thumb{width:44px;height:44px;border-radius:8px;background-size:cover;background-position:center;background-color:#ffffff1a;flex-shrink:0}.played-info{flex:1;min-width:0}.played-name{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.played-time{font-size:11px;color:#fff6}.empty-played{text-align:center;padding:20px;color:#fff6;font-size:13px}.preferences-list{min-height:40px}.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}.preference-tag{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fe2c5526;border:1px solid rgba(254,44,85,.3);border-radius:16px;font-size:12px;color:#ffffffe6}.tag-name{font-weight:500}.tag-count{background:#fe2c5566;padding:2px 6px;border-radius:10px;font-size:10px;font-weight:600;min-width:18px;text-align:center}.empty-preferences{text-align:center;padding:20px;color:#fff6;font-size:13px}.lite-mode-setting{display:flex;align-items:center;gap:12px;padding:14px;background:#ffc83214;border:1px solid rgba(255,200,50,.15);border-radius:10px;margin-bottom:8px}.lite-mode-setting .btn-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#ffc832}.lite-mode-setting .btn-icon svg{width:18px;height:18px;fill:currentColor;stroke:none}.lite-mode-label{font-size:14px;font-weight:500;color:#fff}.lite-mode-desc{flex:1;font-size:11px;color:#fff6;text-align:right;margin-right:8px}.lite-toggle{width:44px;height:26px;background:#ffffff26;border-radius:13px;position:relative;cursor:pointer;transition:background .2s ease;flex-shrink:0}.lite-toggle.active{background:#ffc832}.lite-toggle-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 3px #0000004d}.lite-toggle.active .lite-toggle-thumb{transform:translate(18px)}.referral-profile-section{background:#2196f314;border-radius:12px;margin:0 4px 8px;padding:12px 16px 16px!important}.referral-profile-section .section-title{border-top:none;padding-top:0;color:#2196f3e6}.referral-profile-stats{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:8px}.referral-stat{display:flex;align-items:center;gap:6px;font-size:13px;color:#fffc}.referral-stat svg{width:14px;height:14px;stroke:#2196f3cc;fill:none;stroke-width:2}.referral-bonus-info{font-size:12px;color:#ffffff80;margin-bottom:12px}.referral-profile-share-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;background:linear-gradient(135deg,#2196f3,#03a9f4);border:none;border-radius:10px;cursor:pointer;transition:all .2s ease}.referral-profile-share-btn:active{transform:scale(.98)}.referral-profile-share-btn .btn-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.referral-profile-share-btn .btn-icon svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2}.referral-profile-share-btn .btn-text{font-size:14px;font-weight:600;color:#fff}.subscription-section{background:#ffffff08;border-radius:12px;padding:16px;margin-bottom:16px}.subscription-status{margin:12px 0}.subscription-active{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#4caf50}.subscription-check{font-size:18px}.subscription-expiry{font-size:12px;color:#ffffff80;margin-top:4px}.subscription-expired{font-size:14px;color:#ff9800}.subscription-none{font-size:14px;color:#fff9}.subscription-buy-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;background:linear-gradient(135deg,#ff9800,#f57c00);border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;margin-top:12px}.subscription-buy-btn:active{transform:scale(.98)}.subscription-buy-btn:disabled{opacity:.6;cursor:not-allowed}.subscription-buy-btn .btn-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.subscription-buy-btn .btn-icon svg{width:18px;height:18px;fill:#fff}.subscription-buy-btn .btn-text{font-size:14px;font-weight:600;color:#fff}.link-overlay{position:fixed;top:0;left:0;right:0;z-index:10000;padding:16px 20px;text-align:center;font-size:15px;font-weight:600;color:#fff;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:link-overlay-in .3s ease}.link-overlay--success{background:#34a853e6}.link-overlay--error{background:#ea4335e6}.link-overlay--info{background:#4285f4e6}@keyframes link-overlay-in{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.link-status-text{font-size:14px;color:#34a853e6;padding:8px 0;text-align:center}.link-waiting-text{font-size:13px;color:#ffffff80;margin-top:8px;text-align:center;animation:link-pulse 1.5s ease-in-out infinite}@keyframes link-pulse{0%,to{opacity:.5}50%{opacity:1}}.install-app-section{padding:16px 0}.install-app-label{font-size:13px;color:#ffffff80;margin-bottom:10px}.install-app-btn{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:#7c5cfc1f;border:1px solid rgba(124,92,252,.25);border-radius:12px;cursor:pointer;transition:background .2s}.install-app-btn:active{background:#7c5cfc40}.install-app-icon{flex-shrink:0}.install-app-text-wrap{display:flex;flex-direction:column;text-align:left}.install-app-title{font-size:15px;font-weight:600;color:#fff}.install-app-subtitle{font-size:12px;color:#ffffff80;margin-top:2px}.install-ios-instructions{margin-top:14px;padding:14px 16px;background:#ffffff0f;border-radius:12px;display:flex;flex-direction:column;gap:12px}.install-ios-step{display:flex;align-items:center;gap:10px}.install-ios-num{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;background:#7c5cfc26;border-radius:8px}.install-ios-text{font-size:14px;color:#ffffffd9}.progress-bar{position:absolute;left:0;right:0;top:calc(var(--tg-header-offset) + var(--header-height));display:flex;align-items:center;gap:10px;padding:12px 16px 20px;background:linear-gradient(180deg,#000000d9,#0009 60%,#0000);cursor:pointer;pointer-events:auto;transition:all .2s ease}body:not(.is-telegram) .progress-bar{top:0;padding:8px 16px 10px}.progress-bar:active{background:linear-gradient(180deg,#000000f2,#000000b3 60%,#0000)}.progress-icon-wrapper{display:none}.progress-track{position:relative;flex:1;height:6px;background:#ffffff40;border-radius:3px;overflow:visible}.progress-fill{position:absolute;top:0;left:0;height:100%;width:0%;background:linear-gradient(90deg,#ff6b35,#fe2c55);border-radius:3px;transition:width .5s cubic-bezier(.4,0,.2,1);box-shadow:0 0 10px #ff6b3599}.progress-marker{position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1;display:flex;flex-direction:column;align-items:center}.marker-dot{width:14px;height:14px;background:#282828e6;border:2px solid rgba(255,255,255,.4);border-radius:50%;transition:all .3s ease}.marker-label{position:absolute;top:16px;font-size:10px;font-weight:600;color:#fff9;text-shadow:0 1px 2px rgba(0,0,0,.8);white-space:nowrap}.progress-marker.reached .marker-dot{background:#ff6b35;border-color:#fff;box-shadow:0 0 8px #ff6b35cc}.progress-marker.reached .marker-label{color:#ffffffe6}.progress-units{display:none}.unit-earned-floater{position:absolute;right:50px;top:8px;font-size:16px;font-weight:700;color:#ff6b35;text-shadow:0 0 10px rgba(255,107,53,.8),0 1px 3px rgba(0,0,0,.6);pointer-events:none;animation:floatUp .8s ease-out forwards;z-index:10}@keyframes floatUp{0%{opacity:1;transform:translateY(0) scale(1)}50%{opacity:1;transform:translateY(-15px) scale(1.2)}to{opacity:0;transform:translateY(-30px) scale(.8)}}#progress-panel{position:fixed;bottom:0;left:0;right:0;max-width:430px;margin:0 auto;height:85%;background:#141419f7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px 20px 0 0;z-index:500;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.progress-circle-section{display:flex;flex-direction:column;align-items:center;padding:24px 20px 16px;border-bottom:1px solid rgba(255,255,255,.08)}.progress-circle-container{position:relative;width:140px;height:140px;margin-bottom:12px}.progress-circle-svg{width:100%;height:100%;transform:rotate(-90deg)}.progress-bg-circle{fill:none;stroke:#ffffff1a;stroke-width:10}.progress-fg-circle{fill:none;stroke:#fe2c55;stroke-width:10;stroke-linecap:round;transition:stroke-dashoffset .8s cubic-bezier(.4,0,.2,1)}.progress-circle-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.progress-units-large{font-size:36px;font-weight:700;color:#fff;line-height:1}.progress-max{font-size:14px;color:#fff6;margin-top:4px}.cycle-info{font-size:15px;font-weight:600;color:#fff;margin-bottom:4px}.total-units{font-size:13px;color:#ffffff80}.progress-section,.milestones-section{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.section-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.section-header h3{font-size:15px;font-weight:600;color:#fff;margin:0}.section-icon{width:20px;height:20px}.section-icon svg{width:100%;height:100%;fill:none;stroke:#ffc832;stroke-width:2}.milestones-list{display:flex;flex-direction:column;gap:8px}.milestone-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#ffffff0a;border-radius:12px;transition:background .2s ease}.milestone-item.locked{opacity:.5}.milestone-item.claimed{background:#4caf501a}.milestone-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.milestone-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}.milestone-item.locked .milestone-icon{background:#ffffff14;color:#fff6}.milestone-item.unlocked .milestone-icon{background:#ffc83233;color:#ffc832}.milestone-item.claimed .milestone-icon{background:#4caf5033;color:#4caf50}.milestone-info{flex:1;min-width:0}.milestone-label{font-size:14px;font-weight:500;color:#fff;margin-bottom:2px}.milestone-reward{font-size:11px;color:#fff6}.milestone-claim-btn{padding:6px 14px;border:none;border-radius:16px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0;background:#ffffff14;color:#ffffff4d}.milestone-claim-btn:disabled{cursor:not-allowed}.milestone-claim-btn:not(:disabled):not(.claimed){background:linear-gradient(135deg,#ff6b35,#fe2c55);color:#fff;box-shadow:0 2px 8px #fe2c5566}.milestone-claim-btn:not(:disabled):not(.claimed):active{transform:scale(.95)}.milestone-claim-btn.claimed{background:#4caf5026;color:#4caf50;cursor:default}.milestone-item.reached .milestone-icon{background:#ffc83233;color:#ffc832}.catalog-section{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.catalog-info{display:flex;flex-direction:column;gap:8px}.unlock-level{font-size:15px;font-weight:600;color:#fff;margin-bottom:2px}.catalog-size{font-size:12px;color:#ffffff80}.catalog-progress-bar{height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.catalog-progress-fill{height:100%;background:linear-gradient(90deg,#9c27b0,#e040fb);border-radius:4px;transition:width .5s ease}.referral-section{padding:16px 20px;padding-bottom:calc(16px + var(--sab))}.referral-info{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}.referral-bonus{font-size:14px;font-weight:500;color:#fff;margin-bottom:6px}.referral-stats{font-size:12px;color:#ffffff80}.referral-share-btn{width:100%;padding:14px 20px;background:linear-gradient(135deg,#2196f3,#03a9f4);border:none;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .2s ease}.referral-share-btn:active{transform:scale(.98)}.referral-share-btn svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:2}.referral-share-btn span{font-size:14px;font-weight:600;color:#fff}.rewards-section{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.rewards-container{display:flex;flex-direction:column;gap:16px}.rewards-group{display:flex;flex-direction:column;gap:8px}.rewards-group-label{font-size:12px;font-weight:500;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.rewards-items{display:flex;gap:10px;flex-wrap:wrap}.reward-item{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;transition:all .2s ease;cursor:pointer;min-width:130px;position:relative}.reward-item.locked{opacity:.5;cursor:not-allowed}.reward-item.owned{background:#ffffff0f;border-color:#ffffff26}.reward-item.equipped{background:#9333ea26;border-color:#9333ea80}.reward-item.owned:not(.equipped):active{transform:scale(.97)}.reward-preview{width:36px;height:36px;border-radius:50%;background:#ffffff1a;flex-shrink:0;position:relative;overflow:visible}.reward-lock{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:14px;opacity:.7}.reward-equipped-badge{position:absolute;top:-4px;right:-4px;width:16px;height:16px;background:#9333ea;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff;box-shadow:0 2px 4px #0000004d}.reward-info{display:flex;flex-direction:column;gap:2px;min-width:0}.reward-name{font-size:13px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reward-condition{font-size:11px;color:#fff6;white-space:nowrap}.reward-item.rarity-common .reward-name{color:#ffffffe6}.reward-item.rarity-rare .reward-name{color:gold}.reward-item.rarity-epic .reward-name{color:#b9f2ff}.rewards-empty{padding:20px;text-align:center;color:#fff6;font-size:13px}#progress-panel.panel-hidden{transform:translateY(100%);pointer-events:none}#progress-panel.panel-visible{transform:translateY(0);pointer-events:auto}.claim-confetti{position:fixed;pointer-events:none;z-index:1000}.claim-particle{position:absolute;width:10px;height:10px;background:var(--color, #ff6b35);border-radius:2px;animation:claim-burst 1s ease-out forwards;animation-delay:var(--delay, 0s)}@keyframes claim-burst{0%{opacity:1;transform:translate(0) rotate(0) scale(1)}to{opacity:0;transform:translate(var(--x, 0),var(--y, -100px)) rotate(var(--rotation, 360deg)) scale(0)}}.milestone-popup{position:fixed;top:calc(var(--tg-header-offset, 0px) + var(--header-height, 44px) + 60px);left:16px;right:16px;max-width:398px;margin:0 auto;z-index:600;display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,#1e1e23fa,#141419fa);border:1px solid rgba(255,255,255,.1);border-left:4px solid var(--milestone-color, #ff6b35);border-radius:16px;box-shadow:0 10px 40px #0006,0 0 30px rgba(var(--milestone-color, #ff6b35),.2);transform:translateY(-120%);opacity:0;transition:transform .4s cubic-bezier(.34,1.56,.64,1),opacity .3s ease;overflow:hidden}.milestone-popup.hidden{display:none}.milestone-popup.visible{transform:translateY(0);opacity:1}.milestone-confetti{position:absolute;top:50%;left:50%;width:0;height:0;pointer-events:none}.confetti-particle{position:absolute;width:8px;height:8px;border-radius:2px;animation:confetti-burst 1s ease-out forwards;animation-delay:var(--delay, 0s);opacity:0}.confetti-particle:nth-child(4n){background:#ff6b35}.confetti-particle:nth-child(4n+1){background:#ffc107}.confetti-particle:nth-child(4n+2){background:#4caf50}.confetti-particle:nth-child(4n+3){background:#2196f3}@keyframes confetti-burst{0%{opacity:1;transform:translate(0) rotate(0) scale(1)}to{opacity:0;transform:translate(var(--x, 100px),60px) rotate(var(--rotation, 180deg)) scale(.5)}}.milestone-popup-icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:12px;animation:icon-bounce .6s ease-out .2s both}.milestone-popup-icon svg{width:28px;height:28px;fill:none;stroke:var(--milestone-color, #ff6b35);stroke-width:2}@keyframes icon-bounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.milestone-popup-content{flex:1;min-width:0}.milestone-popup-title{font-size:18px;font-weight:700;color:#fff;margin-bottom:2px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.milestone-popup-label{font-size:13px;color:#ffffffb3}.milestone-popup-btn{padding:10px 20px;background:linear-gradient(135deg,#ff6b35,#fe2c55);border:none;border-radius:20px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px #fe2c5566;flex-shrink:0}.milestone-popup-btn:active{transform:scale(.95)}.milestone-popup-close{position:absolute;top:8px;right:8px;width:24px;height:24px;padding:0;background:transparent;border:none;cursor:pointer;opacity:.5;transition:opacity .2s ease}.milestone-popup-close:active{opacity:1}.milestone-popup-close svg{width:16px;height:16px;stroke:#fff;stroke-width:2}.milestone-popup:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(255,107,53,.1) 0%,transparent 50%);animation:glow-pulse 2s ease-in-out infinite;pointer-events:none}@keyframes glow-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.frame-bronze{border:3px solid #cd7f32!important;box-shadow:0 0 0 1px #8b5a2bcc,0 2px 8px #cd7f3266,inset 0 1px 2px #ffd78c4d}.frame-silver{border:3px solid #c0c0c0!important;box-shadow:0 0 0 1px #a0a0a0cc,0 2px 8px #c0c0c080,inset 0 1px 2px #fff6}.frame-gold{border:3px solid #ffd700!important;box-shadow:0 0 0 1px #daa520cc,0 2px 12px #ffd70080,0 0 20px #ffd7004d,inset 0 1px 2px #ffffc866}.frame-diamond{border:3px solid #b9f2ff!important;box-shadow:0 0 0 1px #b9f2ff99,0 0 15px #b9f2ff99,0 0 30px #b9f2ff4d,inset 0 1px 3px #ffffff80;animation:diamondShimmer 3s ease-in-out infinite}@keyframes diamondShimmer{0%,to{box-shadow:0 0 0 1px #b9f2ff99,0 0 15px #b9f2ff99,0 0 30px #b9f2ff4d,inset 0 1px 3px #ffffff80}50%{box-shadow:0 0 0 1px #b9f2ffcc,0 0 20px #b9f2ffcc,0 0 40px #b9f2ff66,inset 0 1px 3px #fff9}}.glow-cycle1{animation:glowPulse1 2.5s ease-in-out infinite}@keyframes glowPulse1{0%,to{filter:drop-shadow(0 0 8px rgba(147,51,234,.6))}50%{filter:drop-shadow(0 0 16px rgba(147,51,234,.9))}}.glow-cycle2{animation:glowPulse2 2s ease-in-out infinite}@keyframes glowPulse2{0%,to{filter:drop-shadow(0 0 10px rgba(255,165,0,.7)) drop-shadow(0 0 20px rgba(255,69,0,.4))}50%{filter:drop-shadow(0 0 15px rgba(255,165,0,.9)) drop-shadow(0 0 30px rgba(255,69,0,.6))}}.frame-gold.glow-cycle1{animation:goldGlowCombo 2.5s ease-in-out infinite}@keyframes goldGlowCombo{0%,to{box-shadow:0 0 0 1px #daa520cc,0 2px 12px #ffd70080,0 0 20px #9333ea66,inset 0 1px 2px #ffffc866;filter:none}50%{box-shadow:0 0 0 1px #daa520e6,0 2px 15px #ffd700b3,0 0 30px #9333ea99,inset 0 1px 2px #ffffc880;filter:none}}.frame-diamond.glow-cycle2{animation:diamondChampion 2s ease-in-out infinite}@keyframes diamondChampion{0%,to{box-shadow:0 0 0 1px #b9f2ff99,0 0 15px #b9f2ff99,0 0 25px #ffa50080,0 0 40px #ff45004d,inset 0 1px 3px #ffffff80;filter:none}50%{box-shadow:0 0 0 1px #b9f2ffcc,0 0 20px #b9f2ffcc,0 0 35px #ffa500b3,0 0 50px #ff450066,inset 0 1px 3px #fff9;filter:none}}.cosmetics-grid{padding:8px 0}.cosmetics-group{margin-bottom:16px}.cosmetics-group-label{font-size:12px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.cosmetics-items{display:flex;gap:12px;flex-wrap:wrap}.cosmetic-item{position:relative;width:72px;padding:8px;background:#ffffff0d;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:6px}.cosmetic-item:active{transform:scale(.95)}.cosmetic-item.equipped{background:#9333ea26;border-color:var(--accent-purple)}.cosmetic-item.rarity-common{border-color:#fff3}.cosmetic-item.rarity-rare{border-color:#ffd70066}.cosmetic-item.rarity-epic{border-color:#9333ea80}.cosmetic-preview{width:48px;height:48px;border-radius:50%;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;border:2px solid transparent}.cosmetic-avatar-icon{font-size:24px;opacity:.7}.cosmetic-name{font-size:10px;color:var(--text-secondary);text-align:center;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.equipped-badge{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:var(--accent-purple);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff;box-shadow:0 2px 4px #0000004d}.empty-cosmetics{padding:20px;text-align:center;color:var(--text-secondary);font-size:13px}.login-screen{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f0f23)}.login-box{text-align:center;padding:40px 32px;background:#ffffff0d;border-radius:20px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);min-width:280px}.login-logo{font-size:32px;font-weight:800;letter-spacing:4px;margin-bottom:8px;background:linear-gradient(135deg,#fff,#fe2c55);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-subtitle{font-size:13px;opacity:.5;margin-bottom:32px;text-transform:uppercase;letter-spacing:2px}#login-form{display:flex;flex-direction:column;gap:16px}#login-password{width:100%;padding:14px 18px;font-size:16px;border:none;border-radius:12px;background:#ffffff1a;color:#fff;outline:none;transition:background .2s ease,box-shadow .2s ease}#login-password::placeholder{color:#fff6}#login-password:focus{background:#ffffff26;box-shadow:0 0 0 2px var(--accent-color)}#login-form button{width:100%;padding:14px;font-size:16px;font-weight:600;border:none;border-radius:12px;background:var(--accent-color);color:#fff;cursor:pointer;transition:transform .1s ease,opacity .2s ease}#login-form button:active{transform:scale(.98)}#login-form button:hover{opacity:.9}.login-error{font-size:13px;color:#ff6b6b;min-height:20px}.tutorial-card-content{position:absolute;inset:0;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;background:#0f0f238c;pointer-events:none}.tutorial-card-text{display:flex;flex-direction:column;align-items:center;gap:8px;z-index:2}.tutorial-card-title{font-size:36px;font-weight:800;color:#fff;letter-spacing:3px;text-shadow:0 2px 16px rgba(255,255,255,.4)}.tutorial-card-subtitle{font-size:18px;font-weight:500;color:#ffffffb3;letter-spacing:.5px}.tutorial-card-animation{display:flex;align-items:center;justify-content:center;z-index:1}.tutorial-chevrons-anim{display:flex;flex-direction:column;align-items:center;gap:12px}.tutorial-chevron{width:36px;height:36px;border-left:3px solid rgba(255,255,255,.8);border-top:3px solid rgba(255,255,255,.8);transform:rotate(45deg);opacity:.2}.tutorial-chevron:nth-child(3){animation:chevronLightUp 2s ease-in-out infinite 0s}.tutorial-chevron:nth-child(2){animation:chevronLightUp 2s ease-in-out infinite .2s}.tutorial-chevron:nth-child(1){animation:chevronLightUp 2s ease-in-out infinite .4s}@keyframes chevronLightUp{0%,to{opacity:.2;transform:rotate(45deg) translateY(0)}30%,60%{opacity:1;transform:rotate(45deg) translateY(-4px)}}.strym-toast{position:fixed;bottom:calc(var(--bottom-bar-height) + var(--sab) + 16px);left:50%;transform:translate(-50%) translateY(20px);background:#fffffff2;color:#000;padding:10px 24px;border-radius:20px;font-size:14px;font-weight:600;pointer-events:none;opacity:0;transition:opacity .25s ease,transform .25s ease;z-index:9999;white-space:nowrap}.strym-toast.visible{opacity:1;transform:translate(-50%) translateY(0)}.consent-banner{position:fixed;bottom:0;left:0;right:0;max-width:430px;margin:0 auto;background:#141419f7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(255,255,255,.1);padding:16px 20px;padding-bottom:calc(16px + var(--sab));z-index:10000;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.consent-banner.visible{transform:translateY(0)}.consent-text{font-size:13px;line-height:1.5;color:#ffffffbf;margin-bottom:12px}.consent-text a{color:#6ea8fe;text-decoration:none}.consent-actions{display:flex;gap:10px}.consent-accept{flex:1;background:#fff;color:#000;border:none;border-radius:10px;padding:10px 0;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .15s}.consent-accept:active{opacity:.7}@media(max-height:600px){:root{--header-height: 44px;--bottom-bar-height: 56px}.action-btn .icon{width:32px;height:32px}.action-btn .icon svg{width:20px;height:20px}.action-btn .label{font-size:9px}}@media(orientation:landscape){:root{--bottom-bar-height: 56px}}
