.shop_container__994kq{display:flex;flex-direction:column;min-height:100vh;background-color:#f2ebff}.shop_header__ht1oT{display:flex;align-items:center;justify-content:center;padding:12px 16px;background-color:transparent}.shop_subwrapper__neYyC{margin-top:24px;display:flex;justify-content:space-between;margin-bottom:6px}.shop_backButton__P__EG{background:none;border:none;color:rgba(0,122,255,1);font-weight:500;font-size:17px;cursor:pointer;position:absolute;left:10px;display:flex;align-items:center;gap:4px}.shop_titleWrapper__j_GLs{flex:1;text-align:center}.shop_appTitle__ImbTT{font-weight:600}.shop_appSubtitle__14Lfl{font-size:12px;color:#888}.shop_energyBalance__rdnR3{display:flex;justify-content:flex-end}.shop_energyBadge__fZ4zg{color:#fcaf01;background:#fff;border-radius:13px;align-items:center;gap:8px;padding:8px 10px;width:200px;font-size:16px;font-weight:600;display:flex;box-shadow:0 0 4px #0000001a;max-width:93px;justify-content:center;margin-right:20px;max-height:40px}.shop_title__6He9R{font-size:24px;font-weight:700;padding:0 16px;margin:0;display:flex;align-items:center;color:rgba(27,21,29,1)}.shop_packs__TBD79{padding:0 16px;display:flex;flex-direction:column;gap:12px;max-height:70vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.shop_packs__TBD79::-webkit-scrollbar{width:6px}.shop_packs__TBD79::-webkit-scrollbar-track{background:transparent}.shop_packs__TBD79::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:3px}.shop_packs__TBD79::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.3)}.shop_packCard__1bx5Q{background:white;border-radius:16px;box-shadow:0 4px 8px rgba(0,0,0,.05);padding:13px 20px 10px;display:flex;flex-direction:column;gap:8px}.shop_packTop__mZIZ9{display:flex;justify-content:space-between;align-items:center;font-weight:600;padding-bottom:10px;border-bottom:1px solid #e0e0e0}.shop_packTop__mZIZ9 span:first-child{font-size:16px;color:rgba(27,21,29,1)}.shop_packPrice__sha7j{background:#fff3c4;color:rgba(252,175,1,1);border-radius:12px;padding:2px 8px;font-size:14px;font-weight:600;border:1px solid rgba(252,175,1,1);display:flex;align-items:center;gap:3px}.shop_packLabel__RVOG3{color:#888;font-size:14px;margin-top:-4px}.shop_packBottom__HojYM{display:flex;justify-content:space-between;align-items:center;margin-top:-12px}.shop_packEnergy__ZtXAY{font-weight:600;color:#f4b400;font-size:16px;background:#fff3c4;border-radius:8px;padding:2px 8px;display:flex;align-items:center;gap:8px;margin-top:8px}.shop_buyButton__31soy{background:#28c76f;color:white;border-radius:12px;padding:6px 11px;font-weight:600;border:none;font-size:18px;cursor:pointer}.shop_buyButton__31soy:disabled{background:#ccc;cursor:not-allowed;opacity:.7}.shop_loadingContainer__eUiTJ{display:flex;justify-content:center;align-items:center;min-height:200px}.shop_spinner__iTOlX{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#7367f0;border-radius:50%;animation:shop_spin__fWaoN 1s linear infinite}@keyframes shop_spin__fWaoN{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.shop_notification__8hu72{position:fixed;top:20px;left:50%;transform:translateX(-50%);padding:12px 20px;border-radius:8px;font-weight:500;z-index:1000;animation:shop_slideDown__u7Uc6 .3s ease-out}.shop_notification__8hu72.shop_success___OO_D{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.shop_notification__8hu72.shop_error__MEP0z{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@keyframes shop_slideDown__u7Uc6{0%{opacity:0;transform:translateX(-50%) translateY(-20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.shop_tabButtonsContainer__UzE39{display:flex;gap:12px;justify-content:center;margin:0 10px 6px 20px;background-color:white;border-radius:15px}.shop_tabButton__la6mk{max-height:40px;border-radius:18px;cursor:pointer;transition:all .2s ease;min-width:120px;text-align:center;width:100%;border:2px solid;font-weight:700;font-size:16px;letter-spacing:0;height:40px}.shop_tabButtonActive___L5_P{border-color:rgba(160,106,255,1);background-color:rgba(191,135,246,1);color:white}.shop_tabButtonInactive__WFvUF{border-color:white;background-color:white;color:rgba(112,117,121,1)}.shop_referralsContainer__jbMTh{padding:20px;display:flex;flex-direction:column;gap:9px;margin-top:-21px}.shop_referralBlock__BLwMZ{background-color:#F8F9FF;border-radius:16px;padding:19px 15px 11px;text-align:center;border:1px solid #e5e7eb}.shop_referralTitle__ZBsd0{font-size:24px;font-weight:600;color:#1F2937;margin-bottom:8px;padding:0 10px}.shop_referralTitle__ZBsd0 span{color:rgba(252,175,1,1)}.shop_referralDescription__c_VfA{font-size:14px;color:rgba(136,135,136,1);margin-bottom:16px}.shop_referralButtonsContainer__SlHqX{display:flex;gap:12px;justify-content:center;flex-wrap:no-wrap}.shop_referralButtonPrimary__tO9HT{padding:12px 24px;color:white;font-size:16px;font-weight:600;min-width:260px}.shop_referralButtonPrimary__tO9HT,.shop_referralButtonSecondary__D4RzQ{border-radius:15px;background:linear-gradient(135deg,#CE9FFC,#7367F0);border:1px solid rgba(232,230,234,1);cursor:pointer;transition:all .2s ease}.shop_referralButtonSecondary__D4RzQ{padding:8px 9px}.shop_friendsBlock__Bf6Hm{background-color:#F8F9FF;border-radius:16px;padding:15px;border:1px solid #e5e7eb;max-height:300px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.shop_friendsBlock__Bf6Hm::-webkit-scrollbar{width:6px}.shop_friendsBlock__Bf6Hm::-webkit-scrollbar-track{background:transparent}.shop_friendsBlock__Bf6Hm::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:3px}.shop_friendsBlock__Bf6Hm::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.3)}.shop_friendsTitle__OuGyl{font-size:14px;font-weight:600;color:rgba(153,148,163,1);margin-bottom:4px}.shop_friendsListContainer__s_WQm{display:flex;flex-direction:column;gap:12px}.shop_friendItem__nWuRs{display:flex;align-items:center;gap:12px;padding:16 0}.shop_friendAvatar__wNpy6{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid rgba(155,128,245,1)}.shop_friendAvatar__wNpy6 img{width:100%;height:100%;object-fit:cover}.shop_friendInfo__dEbom{flex:1;display:flex;flex-direction:column;gap:4px}.shop_friendName__0WMUm{font-size:14px;font-weight:600;color:rgba(153,148,163,1)}.shop_friendJoinDate__Lu7mQ{font-size:12px;color:rgba(153,148,163,.7)}.shop_friendStatus__plmC6{font-size:14px;color:#6B7280}.shop_friendStatusIcon__IIVro{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.shop_emptyFriendsState__XBthT{color:rgba(153,148,163,1);font-size:13px}@media (max-width:379px){.shop_referralButtonPrimary__tO9HT{min-width:unset;width:100%}.shop_energyBalance__rdnR3{position:absolute;top:20px;right:20px;z-index:10}.shop_energyBadge__fZ4zg{margin-right:0;max-width:none;width:auto}.shop_tabButtonsContainer__UzE39{margin:20px 20px 6px;width:calc(100% - 40px)}.shop_tabButton__la6mk{flex:1;max-width:none}}