.GuideModal_overlay__ijS3J{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;animation:GuideModal_fadeIn__YGMDA .3s ease;pointer-events:auto}.GuideModal_modal__EcyQh{background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid rgba(255,255,255,.2);border-radius:20px;width:100%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 10px 40px rgba(0,0,0,.5);overflow:hidden;position:relative}.GuideModal_closeBtn__34rq0{position:absolute;top:5px;right:5px;background:transparent;border:none;color:rgba(255,255,255,.5);cursor:pointer;padding:10px;display:flex;align-items:center;justify-content:center}.GuideModal_title__6vIgA{padding:20px;margin:0;display:flex;align-items:center;gap:10px;font-size:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}.GuideModal_tabs__sjszb{display:flex;padding:10px 20px;gap:10px;background:rgba(0,0,0,.2)}.GuideModal_tab__jLbJB{flex:1 1;background:transparent;border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.6);padding:10px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;font-size:.9rem;transition:all .2s}.GuideModal_tab__jLbJB.GuideModal_active__ShwYR{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.4)}.GuideModal_content__lNm5r{padding:20px;overflow-y:auto;flex:1 1;color:#ddd;line-height:1.6}.GuideModal_section__apuwU h3{color:#4fc3f7;margin-top:0}.GuideModal_section__apuwU p{margin-bottom:15px}.GuideModal_controlRow__JamKS{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:.95rem}.GuideModal_controlKeys__Zi0pn{display:inline-flex;gap:4px;flex-shrink:0;min-width:110px}.GuideModal_key__2k0gp{display:inline-block;padding:3px 8px;background:rgba(255,255,255,.1);border:solid rgba(255,255,255,.25);border-width:1px 1px 2px;border-radius:5px;font-family:Courier New,monospace;font-size:.8rem;color:#fff;line-height:1.2;letter-spacing:.3px}.GuideModal_tipBox__RcrTW{background:rgba(255,215,0,.1);border:1px solid rgba(255,215,0,.3);padding:15px;border-radius:10px;display:flex;align-items:center;gap:10px;margin:15px 0;color:#fff}@keyframes GuideModal_fadeIn__YGMDA{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.GuideModal_gridList__dwVSd{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;margin-bottom:24px}.GuideModal_itemBox__OCF40{background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px;display:flex;align-items:center;gap:12px;transition:all .2s}.GuideModal_itemBox__OCF40:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.2)}.GuideModal_itemIcon___0XHw{font-size:28px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.GuideModal_itemInfo__mLGnc{display:flex;flex-direction:column;gap:2px}.GuideModal_itemInfo__mLGnc strong{font-size:14px;color:#fff}.GuideModal_itemInfo__mLGnc span{font-size:12px}.CameraViewIcon_icon__VAg0o{display:inline-flex;align-items:center;justify-content:center;line-height:0}.CameraViewIcon_scan__u_uwF{animation:CameraViewIcon_coneBreathe__Ne1lx 5.5s ease-in-out infinite}@keyframes CameraViewIcon_coneBreathe__Ne1lx{0%,to{opacity:.8}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.CameraViewIcon_scan__u_uwF{animation:none}}.BugReportIcon_icon__Rt5JI{display:inline-flex;align-items:center;justify-content:center;transform-origin:50% 72%;flex-shrink:0}@media (prefers-reduced-motion:no-preference){.BugReportIcon_wiggle__sfoUC{animation:BugReportIcon_bugReportWiggle__MZ8__ 6s ease-in-out infinite}}@keyframes BugReportIcon_bugReportWiggle__MZ8__{0%,86%,to{transform:rotate(0deg)}89%{transform:rotate(-8deg)}92%{transform:rotate(7deg)}95%{transform:rotate(-4deg)}98%{transform:rotate(2deg)}}.ChatUI_container__3Dy_5{position:fixed;bottom:0;left:0;z-index:5000;pointer-events:none;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:20px}.ChatUI_chatWindow__hfrQk{pointer-events:auto;width:400px;height:460px;max-height:62vh;background:rgba(8,12,18,.78);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;overflow:hidden;margin-bottom:calc(var(--toolbar-h, 72px) + env(safe-area-inset-bottom) + 16px);box-shadow:0 8px 32px rgba(0,0,0,.3);position:relative;transition:transform .15s ease-out}.ChatUI_header__DzBzz{padding:0;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;background:rgba(255,255,255,.03)}.ChatUI_tabs__nZTbp{display:flex;flex:1 1}.ChatUI_tab__sxYag{flex:1 1;padding:12px;background:none;color:rgba(255,255,255,.5);font-size:13px;font-weight:600;cursor:pointer;border:none;border-bottom:2px solid transparent;transition:all .2s}.ChatUI_tab__sxYag:hover{color:rgba(255,255,255,.8);background:rgba(255,255,255,.05)}.ChatUI_tab__sxYag:disabled{cursor:not-allowed}.ChatUI_tab__sxYag:disabled,.ChatUI_tab__sxYag:disabled:hover{color:rgba(255,255,255,.22);background:rgba(255,255,255,.02)}.ChatUI_activeTab__Yee_a{color:#fff;border-bottom:2px solid #3b82f6;background:rgba(255,255,255,.06)}.ChatUI_closeBtn__1lGZQ{background:none;border:none;color:rgba(255,255,255,.5);cursor:pointer;padding:12px;display:flex;align-items:center;justify-content:center;transition:all .2s}.ChatUI_closeBtn__1lGZQ:hover{background:rgba(255,255,255,.1);color:#fff}.ChatUI_messageList__cztNG{flex:1 1;overflow-y:auto;padding:12px 14px;display:flex;flex-direction:column;overscroll-behavior:contain}.ChatUI_messageList__cztNG::-webkit-scrollbar{width:4px}.ChatUI_messageList__cztNG::-webkit-scrollbar-track{background:transparent}.ChatUI_messageList__cztNG::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:4px}.ChatUI_msgGroup__mw6mw{margin-top:10px}.ChatUI_msgGroup__mw6mw:first-child{margin-top:0}.ChatUI_msgHeader__AU_RQ{display:flex;align-items:baseline;gap:8px;margin-bottom:1px}.ChatUI_msgName__Cbxo7{font-weight:700;font-size:13px;line-height:1.4}.ChatUI_msgTime__dTRL1{color:rgba(255,255,255,.3);font-size:10px}.ChatUI_msgLine__7gUhk{word-break:break-word;font-size:13px;line-height:1.5;padding:1px 6px 1px 0;border-radius:6px;cursor:pointer}.ChatUI_msgLine__7gUhk:hover{background:rgba(255,255,255,.04)}.ChatUI_systemRow__OKvpr{margin-top:8px;text-align:center;color:#ffe082;font-size:12px;font-style:italic;opacity:.9;word-break:break-word}.ChatUI_unreadDivider__FmpAh{display:flex;align-items:center;gap:8px;margin:10px 0 2px;color:#f87171;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.ChatUI_unreadDivider__FmpAh:after,.ChatUI_unreadDivider__FmpAh:before{content:"";flex:1 1;height:1px;background:rgba(248,113,113,.45)}.ChatUI_usernameClickable__P7mvc{cursor:pointer}.ChatUI_usernameClickable__P7mvc:hover{text-decoration:underline}.ChatUI_messageText__iYoeU{color:rgba(255,255,255,.92)}.ChatUI_mentionsMe__k2OWF{background:rgba(252,211,77,.14);border-radius:4px;padding:0 3px}.ChatUI_emptyState__oM2sb{padding:20px;text-align:center;color:rgba(255,255,255,.35);font-size:13px}.ChatUI_privacyNote__PHzfY{margin-top:8px;font-size:11px;color:rgba(255,255,255,.28)}.ChatUI_reactionChips__e_b1p{display:flex;flex-wrap:wrap;gap:4px;padding:2px 0 3px}.ChatUI_reactionChip__3bX6i{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;min-height:22px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:rgba(255,255,255,.85);font-size:11px;cursor:pointer;transition:background .15s,border-color .15s}.ChatUI_reactionChip__3bX6i:hover{background:rgba(255,255,255,.12)}.ChatUI_reactionChipMine__5nsxH{border-color:rgba(45,212,191,.6);background:rgba(45,212,191,.14)}.ChatUI_actionRow__w68Jp{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:4px 6px;margin:2px 0 4px;border-radius:10px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08)}.ChatUI_actionEmoji__pWttQ{border:none;background:transparent;font-size:16px;line-height:1;padding:5px 6px;min-width:30px;min-height:30px;border-radius:8px;cursor:pointer;transition:background .12s,transform .1s}.ChatUI_actionEmoji__pWttQ:hover{background:rgba(255,255,255,.1)}.ChatUI_actionEmoji__pWttQ:active{transform:scale(1.2)}.ChatUI_actionBtn__FnFV9{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;min-height:30px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:rgba(255,255,255,.75);font-size:11px;cursor:pointer;transition:background .12s}.ChatUI_actionBtn__FnFV9:hover{background:rgba(255,255,255,.12)}.ChatUI_actionBtn__FnFV9:disabled{cursor:default;color:rgba(143,214,148,.65)}.ChatUI_suggestRow___ZNfi{display:flex;gap:6px;padding:6px 12px 0;overflow-x:auto}.ChatUI_suggestChip__bcVw_{flex-shrink:0;padding:5px 10px;min-height:28px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);font-size:12px;font-weight:600;cursor:pointer;transition:background .12s}.ChatUI_suggestChip__bcVw_:hover{background:rgba(255,255,255,.16)}.ChatUI_newBelowBtn__2L2Nb{position:absolute;bottom:112px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:4px;padding:6px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:rgba(59,130,246,.92);color:#fff;font-size:12px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.4);animation:ChatUI_newBelowIn__0Jfbl .2s ease-out}@keyframes ChatUI_newBelowIn__0Jfbl{0%{opacity:0;transform:translateX(-50%) translateY(6px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.ChatUI_quickRow__P1gB_{display:flex;gap:6px;padding:8px 10px 0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-shrink:0}.ChatUI_quickRow__P1gB_::-webkit-scrollbar{display:none}.ChatUI_quickChip__VHgDF{flex-shrink:0;padding:6px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);color:rgba(255,255,255,.85);font-size:12px;cursor:pointer;transition:background .15s,transform .1s;white-space:nowrap}.ChatUI_quickChip__VHgDF:hover{background:rgba(255,255,255,.16)}.ChatUI_quickChip__VHgDF:active{transform:scale(.94)}.ChatUI_inputArea__Ip6Ql{padding:10px 12px 12px;display:flex;align-items:center;gap:8px;background:rgba(0,0,0,.2)}.ChatUI_input__FDV3V{flex:1 1;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:10px 14px;color:white;font-size:14px;outline:none;transition:background .2s,border-color .2s;min-width:0}.ChatUI_input__FDV3V:focus{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.2)}.ChatUI_charCount__O7QnV{flex-shrink:0;font-size:11px;color:rgba(255,255,255,.45);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ChatUI_sendBtn__uEhUU{background:linear-gradient(135deg,#3b82f6,#6366f1);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:white;cursor:pointer;transition:transform .1s;flex-shrink:0}.ChatUI_sendBtn__uEhUU:active{transform:scale(.95)}@media (max-width:600px){.ChatUI_container__3Dy_5{align-items:center;padding:12px}.ChatUI_chatWindow__hfrQk{width:100%;max-height:48vh;margin-bottom:calc(var(--toolbar-h, 72px) + env(safe-area-inset-bottom) + 96px);border-radius:14px}.ChatUI_tab__sxYag{padding:14px 8px;font-size:14px}.ChatUI_msgLine__7gUhk{font-size:14px;padding:2px 6px 2px 0}.ChatUI_msgName__Cbxo7{font-size:14px}.ChatUI_msgLine__7gUhk .ChatUI_reportBtn__bjvMV{opacity:1}.ChatUI_input__FDV3V{font-size:16px;padding:12px 16px}.ChatUI_sendBtn__uEhUU{width:44px;height:44px}.ChatUI_inputArea__Ip6Ql{padding:8px 10px 10px}.ChatUI_quickChip__VHgDF{padding:8px 14px;font-size:13px}.ChatUI_newBelowBtn__2L2Nb{bottom:120px}}.ChatUI_quoteBlock__3iEEf{display:flex;align-items:center;gap:5px;margin:2px 0 0;padding:3px 8px;border-left:2px solid rgba(255,255,255,.25);color:rgba(255,255,255,.55);font-size:11px;line-height:1.3;min-width:0}.ChatUI_quoteName__qbfA4{font-weight:700;flex-shrink:0}.ChatUI_quoteSnippet__pgIye{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ChatUI_replyBar__T4HuS{display:flex;align-items:center;gap:6px;margin:6px 10px 0;padding:5px 10px;border-radius:10px;background:rgba(99,102,241,.12);border:1px solid rgba(99,102,241,.3);color:rgba(255,255,255,.75);font-size:11.5px;flex-shrink:0;min-width:0}.ChatUI_replyBarText__ya6Wp{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ChatUI_replyCancel__Fy0EB{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;border:none;background:rgba(255,255,255,.1);color:rgba(255,255,255,.7);cursor:pointer}.ChatUI_catChip__tCr6f{padding:6px 9px;font-size:13px}.ChatUI_catChipActive__n7f0J{background:rgba(45,212,191,.22);border-color:rgba(45,212,191,.55)}.ChatUI_stickerToggle___OfBZ{display:flex;align-items:center;padding:6px 9px;color:rgba(255,255,255,.85)}.ChatUI_stickerToggleActive__rreGa{background:rgba(251,191,36,.22);border-color:rgba(251,191,36,.55)}.ChatUI_stickerPanel__FVjKY{display:grid;grid-template-columns:repeat(6,1fr);gap:4px;padding:8px 10px 0;flex-shrink:0}.ChatUI_stickerCell__X6ma1{display:flex;align-items:center;justify-content:center;padding:4px;border-radius:10px;border:1px solid transparent;background:rgba(255,255,255,.05);cursor:pointer;transition:background .15s,transform .1s}.ChatUI_stickerCell__X6ma1:hover{background:rgba(255,255,255,.12)}.ChatUI_stickerCell__X6ma1:active{transform:scale(.92)}.ChatUI_stickerMsg__UUObN{display:inline-block;padding:2px 0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}@media (max-width:640px){.ChatUI_stickerPanel__FVjKY{grid-template-columns:repeat(6,1fr)}}.ChatUI_quickBar__E0FRA{display:flex;align-items:center;gap:6px;padding:8px 10px 0;flex-shrink:0;min-width:0}.ChatUI_quickBar__E0FRA .ChatUI_quickRow__P1gB_{padding:0;flex:1 1;min-width:0}.ChatUI_quickFixed__M9LZq{display:flex;align-items:center;gap:4px;flex-shrink:0}.ChatUI_quickArrow__EcqOn{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.1);color:rgba(255,255,255,.85);cursor:pointer;transition:background .15s}.ChatUI_quickArrow__EcqOn:hover{background:rgba(255,255,255,.2)}@media (max-width:640px){.ChatUI_quickArrow__EcqOn{width:32px;height:32px}}.MiniGameSelectorModal_overlay__budDY{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:max(18px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) max(18px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));background:rgba(3,7,18,.72);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);pointer-events:auto}.MiniGameSelectorModal_modal__ZDc24{width:min(1040px,100%);max-height:min(780px,92dvh);display:flex;flex-direction:column;overflow:hidden;color:#f8fafc;background:rgba(15,23,42,.96);border:1px solid rgba(148,163,184,.28);border-radius:18px;box-shadow:0 28px 70px rgba(0,0,0,.55)}.MiniGameSelectorModal_header__p8fad{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px 14px;border-bottom:1px solid rgba(148,163,184,.18);background:linear-gradient(90deg,rgba(20,184,166,.15),rgba(251,191,36,.08))}.MiniGameSelectorModal_titleBlock__aEpNR{display:flex;align-items:center;gap:12px;min-width:0}.MiniGameSelectorModal_titleIcon__5F4qk{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:12px;color:#67e8f9;background:rgba(8,145,178,.18);border:1px solid rgba(103,232,249,.28)}.MiniGameSelectorModal_title__XLRLX{margin:0;font-size:1.45rem;line-height:1.1;letter-spacing:0}.MiniGameSelectorModal_subtitle__xsc_4{margin:4px 0 0;color:rgba(226,232,240,.7);font-size:.9rem;line-height:1.35}.MiniGameSelectorModal_closeBtn__Aphta{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;color:#e2e8f0;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:12px;cursor:pointer}.MiniGameSelectorModal_closeBtn__Aphta:hover{background:rgba(255,255,255,.14)}.MiniGameSelectorModal_controls__dZaCk{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:12px;padding:14px 20px;border-bottom:1px solid rgba(148,163,184,.14)}.MiniGameSelectorModal_searchBox__MEE9U{min-height:46px;display:flex;align-items:center;gap:10px;padding:0 14px;color:rgba(226,232,240,.72);background:rgba(15,23,42,.82);border:1px solid rgba(148,163,184,.24);border-radius:12px}.MiniGameSelectorModal_searchBox__MEE9U input{width:100%;min-width:0;color:#f8fafc;background:transparent;border:0;outline:0;font:inherit}.MiniGameSelectorModal_searchBox__MEE9U input::placeholder{color:rgba(226,232,240,.48)}.MiniGameSelectorModal_filters__uwWf_{display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}.MiniGameSelectorModal_filters__uwWf_::-webkit-scrollbar{display:none}.MiniGameSelectorModal_filterBtn__ULgb_{min-height:46px;padding:0 14px;color:rgba(226,232,240,.76);background:rgba(255,255,255,.06);border:1px solid rgba(148,163,184,.18);border-radius:999px;font-weight:800;cursor:pointer;white-space:nowrap}.MiniGameSelectorModal_filterBtnActive__lCrK1{color:#082f49;background:#67e8f9;border-color:rgba(103,232,249,.86)}.MiniGameSelectorModal_body__MPC3r{flex:1 1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;padding:18px 20px 20px;overflow:hidden}.MiniGameSelectorModal_gameGrid__b6_ER{min-height:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));align-content:start;gap:12px;overflow-y:auto;padding-right:4px}.MiniGameSelectorModal_gameCard__MrBqm{--accent:#67e8f9;position:relative;min-height:146px;display:grid;grid-template-columns:78px minmax(0,1fr);gap:12px;padding:12px;color:#f8fafc;text-align:left;background:rgba(255,255,255,.055);border:1px solid rgba(148,163,184,.18);border-radius:8px;cursor:pointer;overflow:hidden;transition:border-color .16s ease,background .16s ease,transform .16s ease}.MiniGameSelectorModal_gameCardSelected__VHb3V,.MiniGameSelectorModal_gameCard__MrBqm:hover{background:rgba(255,255,255,.09);border-color:color-mix(in srgb,var(--accent) 68%,white 0%)}.MiniGameSelectorModal_gameCardTop__nzaLe{border-color:color-mix(in srgb,var(--accent) 54%,rgba(255,255,255,.18));background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 16%,transparent),rgba(255,255,255,.055)),rgba(255,255,255,.055);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 14px 34px rgba(34,197,94,.1)}.MiniGameSelectorModal_gameCard__MrBqm:hover{transform:translateY(-1px)}.MiniGameSelectorModal_thumbnail__ZdZEE{position:relative;width:78px;min-height:100%;overflow:hidden;border-radius:8px;border:1px solid rgba(255,255,255,.18);background-color:#0f172a;background-size:cover;background-position:50%;box-shadow:inset 0 0 28px rgba(255,255,255,.16),0 12px 24px rgba(0,0,0,.28)}.MiniGameSelectorModal_previewArt__iuLpV:before,.MiniGameSelectorModal_thumbnail__ZdZEE:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.32),transparent 32%),radial-gradient(circle at 72% 22%,rgba(255,255,255,.46),transparent 18%),repeating-linear-gradient(115deg,rgba(255,255,255,.08) 0 1px,transparent 1px 7px);mix-blend-mode:screen;opacity:.72;pointer-events:none}.MiniGameSelectorModal_previewArt__iuLpV:after,.MiniGameSelectorModal_thumbnail__ZdZEE:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 46%,transparent 0 36%,rgba(2,6,23,.28) 72%,rgba(2,6,23,.62) 100%),linear-gradient(180deg,rgba(255,255,255,.12),transparent 22%,rgba(0,0,0,.28));pointer-events:none}.MiniGameSelectorModal_cardContent__pnxUs{min-width:0;min-height:0;display:flex;flex-direction:column;gap:8px;overflow:hidden}.MiniGameSelectorModal_previewTopLabel__Z6OVU,.MiniGameSelectorModal_topBadge__zPpxJ{width:fit-content;max-width:100%;display:inline-flex;align-items:center;min-height:22px;border-radius:999px;padding:4px 8px;color:#052e16;background:linear-gradient(135deg,#bef264,#67e8f9);border:1px solid rgba(236,254,255,.56);font-size:.66rem;line-height:1;font-weight:950;text-transform:uppercase;white-space:nowrap;box-shadow:0 8px 18px rgba(34,197,94,.18)}.MiniGameSelectorModal_cardTopline__sWn8T{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.MiniGameSelectorModal_cardTitle__JltiT{min-width:0;color:#ffffff;font-weight:900;font-size:.98rem;line-height:1.15}.MiniGameSelectorModal_cardPace__puKvG{flex:0 0 auto;padding:3px 7px;color:var(--accent);background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:.68rem;font-weight:900;line-height:1.1}.MiniGameSelectorModal_cardDescription__LSG3j{display:-webkit-box;overflow:hidden;color:rgba(226,232,240,.76);font-size:.82rem;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:3}.MiniGameSelectorModal_cardFooter__xV0Oj{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px;color:rgba(226,232,240,.72);font-size:.8rem;font-weight:800}.MiniGameSelectorModal_cardFooter__xV0Oj span{display:inline-flex;align-items:center;gap:5px}.MiniGameSelectorModal_tapHint___AT6y{color:rgba(226,232,240,.48)}.MiniGameSelectorModal_preview__m6LiR{--accent:#67e8f9;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:rgba(2,6,23,.42);border:1px solid rgba(148,163,184,.18);border-radius:8px}.MiniGameSelectorModal_previewArt__iuLpV{position:relative;height:176px;overflow:hidden;background-color:#0f172a;background-size:cover;background-position:50%;border-bottom:1px solid rgba(255,255,255,.14);box-shadow:inset 0 -48px 70px rgba(0,0,0,.18),inset 0 0 70px rgba(255,255,255,.1)}.MiniGameSelectorModal_previewContent__hGmg7{min-height:0;display:flex;flex:1 1;flex-direction:column;gap:12px;padding:16px;overflow-y:auto;scrollbar-width:thin}.MiniGameSelectorModal_previewLabel__2Iwpf{width:fit-content;padding:5px 9px;color:var(--accent);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:.75rem;font-weight:900}.MiniGameSelectorModal_previewLabelRow__5JClH{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.MiniGameSelectorModal_preview__m6LiR h3{margin:0;font-size:1.35rem;line-height:1.15;letter-spacing:0}.MiniGameSelectorModal_preview__m6LiR p{margin:0;color:rgba(226,232,240,.76);font-size:.95rem;line-height:1.45}.MiniGameSelectorModal_howToPlayBox__SqUqP{display:grid;gap:6px;padding:10px 11px;border:1px solid color-mix(in srgb,var(--accent) 42%,rgba(255,255,255,.12));border-radius:8px;background:color-mix(in srgb,var(--accent) 12%,rgba(15,23,42,.68))}.MiniGameSelectorModal_howToPlayBox__SqUqP span{color:var(--accent);font-size:.72rem;font-weight:950;text-transform:uppercase}.MiniGameSelectorModal_howToPlayBox__SqUqP p{color:rgba(248,250,252,.9);font-weight:800}.MiniGameSelectorModal_templateNote__mZauE{padding:8px 10px;border-radius:8px;border:1px solid rgba(103,232,249,.22);background:rgba(103,232,249,.08);color:rgba(224,242,254,.86)!important;font-size:.82rem!important;font-weight:800;text-transform:capitalize}.MiniGameSelectorModal_previewMeta__BaqUz{display:flex;gap:8px;color:rgba(226,232,240,.76);font-size:.9rem;font-weight:800}.MiniGameSelectorModal_previewMeta__BaqUz span{display:inline-flex;align-items:center;gap:6px}.MiniGameSelectorModal_personalStats__vqhfY{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.MiniGameSelectorModal_personalStats__vqhfY span{display:grid;gap:3px;padding:8px;color:rgba(226,232,240,.68);background:rgba(255,255,255,.055);border:1px solid rgba(148,163,184,.16);border-radius:8px;font-size:.72rem;font-weight:800}.MiniGameSelectorModal_personalStats__vqhfY strong{overflow:hidden;color:#f8fafc;font-size:1rem;text-overflow:ellipsis;white-space:nowrap}.MiniGameSelectorModal_leaderboardBox__ibnfh{flex:0 0 auto;overflow:hidden;border:1px solid rgba(148,163,184,.16);border-radius:8px;background:rgba(15,23,42,.62)}.MiniGameSelectorModal_leaderboardHeader__wiN3_{display:grid;gap:8px;padding:10px;border-bottom:1px solid rgba(148,163,184,.14)}.MiniGameSelectorModal_leaderboardHeader__wiN3_>span{color:#bae6fd;font-size:.72rem;font-weight:950;text-transform:uppercase}.MiniGameSelectorModal_leaderboardTabs__0CbRC{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.MiniGameSelectorModal_leaderboardTabs__0CbRC button{min-height:30px;padding:0 6px;color:rgba(226,232,240,.74);background:rgba(255,255,255,.06);border:1px solid rgba(148,163,184,.16);border-radius:8px;font-size:.7rem;font-weight:900;cursor:pointer}.MiniGameSelectorModal_leaderboardTabs__0CbRC .MiniGameSelectorModal_leaderboardTabActive__Y_Oam{color:#06201d;background:var(--accent);border-color:var(--accent)}.MiniGameSelectorModal_leaderboardRows__52in_{display:grid}.MiniGameSelectorModal_leaderboardRow__vRXGa{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px 10px;color:rgba(226,232,240,.72);font-size:.78rem;font-weight:800}.MiniGameSelectorModal_leaderboardRow__vRXGa+.MiniGameSelectorModal_leaderboardRow__vRXGa{border-top:1px solid rgba(148,163,184,.1)}.MiniGameSelectorModal_leaderboardRow__vRXGa strong{overflow:hidden;color:#f8fafc;text-overflow:ellipsis;white-space:nowrap}.MiniGameSelectorModal_echoTrialCta__dUytB{min-height:52px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center;border:1px solid rgba(125,211,252,.32);border-radius:8px;padding:10px 12px;background:radial-gradient(circle at top right,rgba(134,239,172,.16),transparent 42%),rgba(15,23,42,.62);color:#e0f2fe;text-decoration:none;font-weight:950}.MiniGameSelectorModal_echoTrialCta__dUytB svg{color:#86efac}.MiniGameSelectorModal_echoTrialCta__dUytB span{display:grid;min-width:0;line-height:1.12}.MiniGameSelectorModal_echoTrialCta__dUytB small{overflow:hidden;color:rgba(226,232,240,.66);font-size:.72rem;font-weight:780;text-overflow:ellipsis;white-space:nowrap}.MiniGameSelectorModal_leaderboardEmpty__YJh7r{padding:12px 10px;color:rgba(226,232,240,.54);font-size:.8rem;font-weight:800}.MiniGameSelectorModal_playBtn__0AbT8{min-height:52px;margin-top:auto;position:sticky;bottom:0;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#06201d;background:linear-gradient(135deg,#67e8f9,#86efac);border:0;border-radius:12px;font-size:1rem;font-weight:950;cursor:pointer;box-shadow:0 12px 28px rgba(20,184,166,.24)}@media (min-width:761px) and (max-height:820px){.MiniGameSelectorModal_overlay__budDY{padding:max(10px,env(safe-area-inset-top)) max(10px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left))}.MiniGameSelectorModal_modal__ZDc24{max-height:calc(100dvh - 20px)}.MiniGameSelectorModal_header__p8fad{padding:12px 16px 10px}.MiniGameSelectorModal_closeBtn__Aphta,.MiniGameSelectorModal_titleIcon__5F4qk{width:38px;height:38px}.MiniGameSelectorModal_subtitle__xsc_4{display:none}.MiniGameSelectorModal_controls__dZaCk{padding:10px 16px}.MiniGameSelectorModal_filterBtn__ULgb_,.MiniGameSelectorModal_searchBox__MEE9U{min-height:40px}.MiniGameSelectorModal_body__MPC3r{gap:14px;padding:14px 16px 16px;grid-template-columns:minmax(0,1fr) 300px}.MiniGameSelectorModal_gameCard__MrBqm{min-height:118px;grid-template-columns:72px minmax(0,1fr);gap:10px;padding:10px}.MiniGameSelectorModal_previewTopLabel__Z6OVU,.MiniGameSelectorModal_topBadge__zPpxJ{min-height:20px;padding:3px 7px;font-size:.6rem}.MiniGameSelectorModal_topBadge__zPpxJ{display:none}.MiniGameSelectorModal_thumbnail__ZdZEE{width:72px}.MiniGameSelectorModal_cardDescription__LSG3j{-webkit-line-clamp:2}.MiniGameSelectorModal_previewArt__iuLpV{height:88px}.MiniGameSelectorModal_previewContent__hGmg7{gap:8px;padding:10px 10px 8px}.MiniGameSelectorModal_preview__m6LiR h3{font-size:1.06rem}.MiniGameSelectorModal_preview__m6LiR p{font-size:.8rem;line-height:1.28}.MiniGameSelectorModal_howToPlayBox__SqUqP{padding:7px 8px}.MiniGameSelectorModal_howToPlayBox__SqUqP p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.MiniGameSelectorModal_personalStats__vqhfY,.MiniGameSelectorModal_previewMeta__BaqUz{display:none}.MiniGameSelectorModal_leaderboardHeader__wiN3_{gap:6px;padding:7px}.MiniGameSelectorModal_leaderboardTabs__0CbRC button{min-height:26px;font-size:.64rem}.MiniGameSelectorModal_leaderboardRow__vRXGa{padding:5px 7px;font-size:.72rem}.MiniGameSelectorModal_playBtn__0AbT8{min-height:42px;margin-top:0}}@media (max-width:760px){.MiniGameSelectorModal_overlay__budDY{align-items:stretch;padding:0}.MiniGameSelectorModal_modal__ZDc24{width:100%;max-height:none;height:100dvh;border-radius:0;border-left:0;border-right:0}.MiniGameSelectorModal_header__p8fad{padding:max(14px,env(safe-area-inset-top)) 14px 12px}.MiniGameSelectorModal_titleIcon__5F4qk{width:38px;height:38px;border-radius:10px}.MiniGameSelectorModal_title__XLRLX{font-size:1.22rem}.MiniGameSelectorModal_subtitle__xsc_4{display:none}.MiniGameSelectorModal_controls__dZaCk{grid-template-columns:1fr;padding:12px 14px}.MiniGameSelectorModal_filters__uwWf_{padding-bottom:1px}.MiniGameSelectorModal_filterBtn__ULgb_{min-height:44px;padding:0 16px}.MiniGameSelectorModal_body__MPC3r{flex:1 1;grid-template-columns:1fr;gap:12px;padding:12px 14px calc(14px + env(safe-area-inset-bottom));overflow:hidden}.MiniGameSelectorModal_gameGrid__b6_ER{grid-template-columns:1fr;gap:10px;padding-right:0}.MiniGameSelectorModal_gameCard__MrBqm{min-height:126px;grid-template-columns:72px minmax(0,1fr);padding:11px}.MiniGameSelectorModal_gameCardTop__nzaLe{box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.MiniGameSelectorModal_thumbnail__ZdZEE{width:72px}.MiniGameSelectorModal_cardDescription__LSG3j{-webkit-line-clamp:2}.MiniGameSelectorModal_tapHint___AT6y{display:none}.MiniGameSelectorModal_preview__m6LiR{position:sticky;bottom:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;background:rgba(15,23,42,.98);box-shadow:0 -16px 34px rgba(0,0,0,.34)}.MiniGameSelectorModal_leaderboardBox__ibnfh,.MiniGameSelectorModal_personalStats__vqhfY,.MiniGameSelectorModal_previewArt__iuLpV,.MiniGameSelectorModal_previewLabelRow__5JClH,.MiniGameSelectorModal_previewLabel__2Iwpf,.MiniGameSelectorModal_previewMeta__BaqUz,.MiniGameSelectorModal_preview__m6LiR p{display:none}.MiniGameSelectorModal_previewContent__hGmg7{display:contents;padding:0}.MiniGameSelectorModal_preview__m6LiR h3{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1rem}.MiniGameSelectorModal_cardContent__pnxUs{gap:6px}.MiniGameSelectorModal_topBadge__zPpxJ{max-width:92px}.MiniGameSelectorModal_playBtn__0AbT8{min-width:112px;min-height:50px;margin-top:0;padding:0 16px}}@media (max-width:380px){.MiniGameSelectorModal_gameCard__MrBqm{grid-template-columns:58px minmax(0,1fr)}.MiniGameSelectorModal_thumbnail__ZdZEE{width:58px}.MiniGameSelectorModal_cardTopline__sWn8T{flex-direction:column;align-items:flex-start;gap:5px}}.SeedHotbar_hotbarWrapper__vhlYm{position:relative;z-index:100;width:100%;display:flex;flex-direction:column;align-items:center;gap:10px;pointer-events:auto;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.SeedHotbar_hotbarContainer__4ouOh{display:grid;grid-template-columns:32px minmax(150px,1fr) 32px 46px;align-items:stretch;gap:6px;width:min(318px,calc(100vw - 32px));padding:6px;border:1px solid rgba(186,230,253,.18);border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02)),rgba(8,13,22,.82);box-shadow:0 14px 38px rgba(0,0,0,.46),inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.SeedHotbar_activeSeedCard__wviku,.SeedHotbar_closeMenuBtn__oTUaY,.SeedHotbar_cycleButton__vHcvt,.SeedHotbar_primarySummary__1n4vF,.SeedHotbar_slot__hhWqY{border:0;color:inherit;font:inherit}.SeedHotbar_activeSeedCard__wviku{min-width:0;min-height:46px;display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:8px;align-items:center;padding:6px 8px;border:1px solid rgba(134,239,172,.32);border-radius:12px;background:linear-gradient(135deg,rgba(34,197,94,.17),rgba(14,165,233,.09)),rgba(15,23,42,.76);box-shadow:inset 0 0 20px rgba(34,197,94,.08);cursor:pointer;transition:transform .12s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.SeedHotbar_cycleButton__vHcvt{width:32px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:linear-gradient(180deg,rgba(148,163,184,.14),rgba(255,255,255,.025)),rgba(15,23,42,.74);color:rgba(226,232,240,.86);cursor:pointer;transition:transform .12s ease,border-color .16s ease,background .16s ease}.SeedHotbar_cycleButton__vHcvt:focus-visible:not(:disabled),.SeedHotbar_cycleButton__vHcvt:hover:not(:disabled){border-color:rgba(147,197,253,.78);outline:none}.SeedHotbar_cycleButton__vHcvt:active:not(:disabled){transform:scale(.94)}.SeedHotbar_cycleButton__vHcvt:disabled{cursor:not-allowed;opacity:.48}.SeedHotbar_activeSeedCard__wviku:disabled{cursor:not-allowed;opacity:.58;filter:grayscale(.6)}.SeedHotbar_activeSeedCard__wviku:not(:disabled):focus-visible,.SeedHotbar_activeSeedCard__wviku:not(:disabled):hover{border-color:rgba(134,239,172,.82);box-shadow:inset 0 0 20px rgba(34,197,94,.12),0 0 20px rgba(34,197,94,.18);outline:none}.SeedHotbar_activeSeedCard__wviku:active:not(:disabled){transform:scale(.97)}.SeedHotbar_activeSeedCardEquipped__jDDQS{border-color:rgba(250,204,21,.82);background:linear-gradient(135deg,rgba(250,204,21,.18),rgba(34,197,94,.12)),rgba(15,23,42,.86);box-shadow:0 0 0 2px rgba(250,204,21,.16),0 0 22px rgba(250,204,21,.16)}.SeedHotbar_activeSeedIcon__gP0m2{width:36px;height:36px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:11px;color:#bbf7d0;background:rgba(0,0,0,.2)}.SeedHotbar_activeSeedIcon__gP0m2 img,.SeedHotbar_iconWrapper__Eyrfv img,.SeedHotbar_mobileSeedIcon__e5ukC img,.SeedHotbar_primarySummaryIcon__i5GMa img{width:100%!important;height:100%!important;object-fit:contain}.SeedHotbar_activeSeedText__agMZi{min-width:0;display:flex;flex-direction:column;gap:3px;text-align:left}.SeedHotbar_activeSeedText__agMZi strong{overflow:hidden;color:#f8fafc;font-size:.82rem;font-weight:950;line-height:1;text-overflow:ellipsis;white-space:nowrap}.SeedHotbar_activeSeedText__agMZi small{overflow:hidden;color:rgba(226,232,240,.68);font-size:.64rem;font-weight:800;line-height:1;text-overflow:ellipsis;white-space:nowrap}.SeedHotbar_keycap__ZmWfW,.SeedHotbar_shortcutHint___jmPA{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.16);border-radius:6px;background:rgba(0,0,0,.34);color:#dbeafe;font-weight:950;line-height:1}.SeedHotbar_shortcutHint___jmPA{min-width:24px;height:24px;font-size:.68rem}.SeedHotbar_keycap__ZmWfW{position:absolute;top:4px;left:4px;min-width:17px;height:17px;font-size:.58rem}.SeedHotbar_slot__hhWqY{position:relative;width:54px;height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:5px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.025)),rgba(15,23,42,.74);cursor:pointer;outline:none;scroll-snap-align:center;transition:transform .12s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease,opacity .16s ease}.SeedHotbar_slot__hhWqY:focus-visible:not(:disabled),.SeedHotbar_slot__hhWqY:hover:not(:disabled){border-color:rgba(147,197,253,.78);outline:none}.SeedHotbar_slot__hhWqY:active:not(:disabled){transform:scale(.94)}.SeedHotbar_slot__hhWqY.SeedHotbar_active__bEUiO{border-color:rgba(250,204,21,.92);background:linear-gradient(180deg,rgba(250,204,21,.22),rgba(34,197,94,.08)),rgba(15,23,42,.9);box-shadow:0 0 0 2px rgba(250,204,21,.18),0 0 18px rgba(250,204,21,.24);transform:translateY(-3px)}.SeedHotbar_slot__hhWqY.SeedHotbar_locked__gHC_o{cursor:not-allowed;opacity:.5;filter:grayscale(.82)}.SeedHotbar_slot__hhWqY.SeedHotbar_empty__FQqNN:not(.SeedHotbar_locked__gHC_o){opacity:.64}.SeedHotbar_iconWrapper__Eyrfv{width:31px;height:31px;display:flex;align-items:center;justify-content:center;overflow:hidden;filter:drop-shadow(0 3px 5px rgba(0,0,0,.48))}.SeedHotbar_seedName___Ey7f{width:100%;overflow:hidden;color:rgba(248,250,252,.78);font-size:.53rem;font-weight:900;line-height:1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.SeedHotbar_badge__qyZks{position:absolute;top:-6px;right:-6px;min-width:19px;height:19px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px;border:2px solid rgba(8,13,22,.94);border-radius:999px;color:white;font-size:.6rem;font-weight:950;line-height:1;box-shadow:0 3px 8px rgba(0,0,0,.34)}.SeedHotbar_hasStock__VUPIm{background:linear-gradient(135deg,#22c55e,#15803d)}.SeedHotbar_noStock__X36AT{background:linear-gradient(135deg,#ef4444,#991b1b)}.SeedHotbar_lockOverlay__GtF4A{inset:0;border-radius:11px;color:#f8fafc;background:rgba(0,0,0,.54)}.SeedHotbar_activeIndicator__6Af_4,.SeedHotbar_lockOverlay__GtF4A{position:absolute;display:flex;align-items:center;justify-content:center}.SeedHotbar_activeIndicator__6Af_4{bottom:-6px;left:50%;width:22px;height:4px;border-radius:999px;background:#facc15;color:#111827;box-shadow:0 0 12px rgba(250,204,21,.78);transform:translateX(-50%)}.SeedHotbar_clueBadge__h6f0N{position:absolute;left:-5px;top:-5px;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border:2px solid rgba(8,13,22,.94);border-radius:999px;background:linear-gradient(135deg,#7dd3fc,#c084fc);color:#07111d;font-size:.62rem;font-weight:950;line-height:1;box-shadow:0 0 12px rgba(125,211,252,.42)}.SeedHotbar_moreBtn__9YTeQ{width:46px;color:rgba(226,232,240,.78);background:linear-gradient(180deg,rgba(148,163,184,.14),rgba(255,255,255,.03)),rgba(15,23,42,.76)}.SeedHotbar_moreBtnActive__G5IOw{border-color:rgba(56,189,248,.86);background:rgba(14,165,233,.22);box-shadow:0 0 18px rgba(14,165,233,.28);color:#f8fafc}.SeedHotbar_moreMenuPopup__JrP3u{position:absolute;bottom:calc(100% + 12px);width:min(456px,calc(100vw - 28px));display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.02)),rgba(9,14,22,.94);box-shadow:0 18px 48px rgba(0,0,0,.58);color:#f8fafc;z-index:110;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.SeedHotbar_moreMenuHeader__WNbQl{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 2px;color:#f8fafc;font-size:.78rem;font-weight:950;text-transform:uppercase}.SeedHotbar_closeMenuBtn__oTUaY{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.14);border-radius:9px;background:rgba(255,255,255,.08);cursor:pointer}.SeedHotbar_closeMenuBtn__oTUaY:focus-visible,.SeedHotbar_closeMenuBtn__oTUaY:hover{border-color:rgba(248,250,252,.36);outline:none}.SeedHotbar_primarySummary__1n4vF{min-width:0;min-height:58px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;padding:8px;border:1px solid rgba(134,239,172,.28);border-radius:13px;background:linear-gradient(135deg,rgba(34,197,94,.16),rgba(14,165,233,.1)),rgba(255,255,255,.055);cursor:pointer}.SeedHotbar_primarySummary__1n4vF:disabled{cursor:not-allowed;opacity:.58}.SeedHotbar_primarySummaryIcon__i5GMa{width:42px;height:42px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:11px;background:rgba(0,0,0,.2)}.SeedHotbar_primarySummaryText__Tp2PQ{min-width:0;display:flex;flex-direction:column;gap:3px;text-align:left}.SeedHotbar_primarySummaryText__Tp2PQ small,.SeedHotbar_primarySummaryText__Tp2PQ strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SeedHotbar_primarySummaryText__Tp2PQ strong{font-size:.84rem;font-weight:950;line-height:1}.SeedHotbar_primarySummaryText__Tp2PQ small{color:rgba(226,232,240,.68);font-size:.66rem;font-weight:800;line-height:1}.SeedHotbar_moreMenuGrid__7fGwN{max-height:min(330px,52vh);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;overflow-y:auto;padding:10px 10px 6px}.SeedHotbar_moreMenuGrid__7fGwN .SeedHotbar_slot__hhWqY{width:100%;height:auto;min-height:70px;aspect-ratio:1/1}.SeedHotbar_moreMenuGrid__7fGwN::-webkit-scrollbar{width:5px}.SeedHotbar_moreMenuGrid__7fGwN::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(150,110,55,.4)}.SeedHotbar_moreMenuPopup__JrP3u .SeedHotbar_slot__hhWqY{border:1.5px solid rgba(150,110,55,.5);background:linear-gradient(180deg,#fbf4e3,#ecdcb6);box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}.SeedHotbar_moreMenuPopup__JrP3u .SeedHotbar_slot__hhWqY:focus-visible:not(:disabled),.SeedHotbar_moreMenuPopup__JrP3u .SeedHotbar_slot__hhWqY:hover:not(:disabled){border-color:rgba(123,176,74,.95);box-shadow:0 0 0 2px rgba(123,176,74,.25),0 4px 10px rgba(90,64,28,.18)}.SeedHotbar_moreMenuPopup__JrP3u .SeedHotbar_slot__hhWqY.SeedHotbar_active__bEUiO{border-color:#7bb04a;background:linear-gradient(180deg,#eaf5d8,#cfe6a8);box-shadow:0 0 0 2px rgba(123,176,74,.4),0 4px 12px rgba(90,64,28,.22)}.SeedHotbar_moreMenuPopup__JrP3u .SeedHotbar_slot__hhWqY.SeedHotbar_empty__FQqNN:not(.SeedHotbar_locked__gHC_o){opacity:.72}.SeedHotbar_moreMenuPopup__JrP3u .SeedHotbar_seedName___Ey7f{color:#463c28}.SeedHotbar_moreMenuPopup__JrP3u .SeedHotbar_iconWrapper__Eyrfv{filter:drop-shadow(0 2px 3px rgba(120,90,50,.32))}.SeedHotbar_moreMenuPopup__JrP3u .SeedHotbar_keycap__ZmWfW{border-color:rgba(120,90,50,.4);background:rgba(120,90,50,.16);color:#4a3a1e}.SeedHotbar_moreMenuPopup__JrP3u .SeedHotbar_primarySummary__1n4vF{border:1.5px solid rgba(123,176,74,.55);background:linear-gradient(180deg,#f0e2c0,#e1cd9c)}.SeedHotbar_moreMenuPopup__JrP3u .SeedHotbar_primarySummaryIcon__i5GMa{background:rgba(120,90,50,.14)}.SeedHotbar_moreMenuPopup__JrP3u .SeedHotbar_primarySummaryText__Tp2PQ strong{color:#2e2a1f}.SeedHotbar_moreMenuPopup__JrP3u .SeedHotbar_primarySummaryText__Tp2PQ small{color:rgba(70,56,32,.78)}.SeedHotbar_mobileCompactWrapper__Ms2YH{width:auto;gap:0}.SeedHotbar_mobileSeedButton__R5G_s{position:relative;width:58px;height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:4px;border:1px solid rgba(134,239,172,.48);border-radius:14px;background:linear-gradient(180deg,rgba(34,197,94,.18),rgba(14,165,233,.08)),rgba(14,21,28,.86);color:#f8fafc;box-shadow:0 10px 26px rgba(0,0,0,.38),0 0 18px rgba(34,197,94,.16);cursor:pointer}.SeedHotbar_mobileSeedButtonActive__Pronl{border-color:rgba(250,204,21,.9);box-shadow:0 0 0 2px rgba(250,204,21,.22),0 0 18px rgba(250,204,21,.24)}.SeedHotbar_mobileSeedIcon__e5ukC{width:30px;height:30px;display:flex;align-items:center;justify-content:center;overflow:hidden}.SeedHotbar_mobileSeedLabel__pMI_X{max-width:48px;overflow:hidden;color:rgba(248,250,252,.84);font-size:.54rem;font-weight:950;line-height:1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.SeedHotbar_touchSheet__sm58I{position:fixed;left:50%;right:auto;bottom:calc(84px + env(safe-area-inset-bottom));width:min(390px,calc(100vw - 20px));max-height:min(560px,calc(100dvh - 126px));transform-origin:bottom center;border-radius:18px;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:9600}.SeedHotbar_touchSheet__sm58I .SeedHotbar_moreMenuGrid__7fGwN{grid-template-columns:repeat(4,minmax(0,1fr));max-height:min(360px,48vh);gap:8px}.SeedHotbar_touchSheet__sm58I .SeedHotbar_slot__hhWqY{min-height:72px}@media (max-width:820px){.SeedHotbar_hotbarContainer__4ouOh{width:min(356px,calc(100vw - 24px));grid-template-columns:38px minmax(154px,1fr) 38px 52px;gap:7px;padding:7px;border-radius:15px;backdrop-filter:none;-webkit-backdrop-filter:none}.SeedHotbar_cycleButton__vHcvt{width:38px;min-height:56px}.SeedHotbar_activeSeedCard__wviku{min-height:58px;grid-template-columns:36px minmax(0,1fr) auto}.SeedHotbar_activeSeedIcon__gP0m2{width:36px;height:36px}.SeedHotbar_slot__hhWqY{width:58px;height:58px;border-radius:11px}.SeedHotbar_iconWrapper__Eyrfv{width:28px;height:28px}}@media (max-width:480px){.SeedHotbar_mobileSeedButton__R5G_s{width:54px;height:54px;border-radius:13px}.SeedHotbar_mobileSeedIcon__e5ukC{width:28px;height:28px}.SeedHotbar_touchSheet__sm58I{bottom:calc(72px + env(safe-area-inset-bottom));width:min(360px,calc(100vw - 14px));padding:10px}.SeedHotbar_touchSheet__sm58I .SeedHotbar_moreMenuGrid__7fGwN{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.SeedHotbar_touchSheet__sm58I .SeedHotbar_slot__hhWqY{min-height:66px;border-radius:10px}.SeedHotbar_seedName___Ey7f{font-size:.49rem}.SeedHotbar_badge__qyZks{top:-5px;right:-5px;min-width:17px;height:17px;border-width:1px;font-size:.56rem}}@media (max-width:360px){.SeedHotbar_touchSheet__sm58I .SeedHotbar_moreMenuGrid__7fGwN{grid-template-columns:repeat(3,minmax(0,1fr))}}.QuickToolHotbar_wrapper___nZe6{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;pointer-events:auto;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;justify-content:flex-end}.QuickToolHotbar_bar__FLC2a{display:grid;grid-template-columns:repeat(3,54px);flex:1 1 auto;gap:9px;padding:6px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(14,21,28,.72);box-shadow:0 12px 34px rgba(0,0,0,.42);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.QuickToolHotbar_compactButton__cajn9,.QuickToolHotbar_mobileCollapseBtn__aU4Ft{pointer-events:auto;-webkit-tap-highlight-color:transparent}.QuickToolHotbar_compactButton__cajn9{width:58px;height:58px;display:none;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:4px;border:1px solid rgba(250,204,21,.54);border-radius:14px;color:#f8fafc;background:rgba(14,21,28,.82);box-shadow:0 10px 26px rgba(0,0,0,.38),0 0 18px rgba(250,204,21,.16)}.QuickToolHotbar_compactIcon___rsQS{width:30px;height:30px;display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:1.35rem}.QuickToolHotbar_compactIcon___rsQS>*{width:100%;height:100%}.QuickToolHotbar_compactLabel__i5CfQ{max-width:48px;overflow:hidden;color:rgba(248,250,252,.8);font-size:.54rem;font-weight:900;line-height:1;text-overflow:ellipsis;white-space:nowrap}.QuickToolHotbar_mobileCollapseBtn__aU4Ft{display:none}.QuickToolHotbar_slot__KJU6M{position:relative;width:54px;min-height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:4px;border:2px solid rgba(255,255,255,.12);border-radius:12px;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.02)),rgba(15,23,42,.72);color:#f8fafc;cursor:pointer;outline:none;transition:transform .12s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.QuickToolHotbar_slot__KJU6M:active{transform:scale(.94)}.QuickToolHotbar_slot__KJU6M:focus-visible,.QuickToolHotbar_slot__KJU6M:hover{border-color:rgba(147,197,253,.74)}.QuickToolHotbar_active__mZHoG{border-color:#facc15;background:linear-gradient(180deg,rgba(250,204,21,.22),rgba(34,197,94,.08)),rgba(15,23,42,.86);box-shadow:0 0 0 2px rgba(250,204,21,.24),0 0 22px rgba(250,204,21,.28);transform:translateY(-4px)}.QuickToolHotbar_waterSlot__Lq_wD{border-color:rgba(56,189,248,.34);background:linear-gradient(180deg,rgba(14,165,233,.18),rgba(20,184,166,.06)),rgba(15,23,42,.76)}.QuickToolHotbar_waterSlot__Lq_wD:focus-visible,.QuickToolHotbar_waterSlot__Lq_wD:hover{border-color:rgba(56,189,248,.84)}.QuickToolHotbar_harvestSlot__ebYGp{border-color:rgba(134,239,172,.38);background:linear-gradient(180deg,rgba(34,197,94,.2),rgba(250,204,21,.07)),rgba(15,23,42,.76)}.QuickToolHotbar_harvestSlot__ebYGp:focus-visible,.QuickToolHotbar_harvestSlot__ebYGp:hover{border-color:rgba(134,239,172,.9)}.QuickToolHotbar_unavailable__M7_QP{opacity:.56;filter:grayscale(.75)}.QuickToolHotbar_emptySlot__asSkp{border-style:dashed;border-color:rgba(250,204,21,.42);background:rgba(15,23,42,.55);color:rgba(250,204,21,.92)}.QuickToolHotbar_emptySlot__asSkp:focus-visible,.QuickToolHotbar_emptySlot__asSkp:hover{border-color:rgba(250,204,21,.9);background:linear-gradient(180deg,rgba(250,204,21,.12),rgba(250,204,21,.02)),rgba(15,23,42,.66)}.QuickToolHotbar_emptySlot__asSkp .QuickToolHotbar_slotLabel__Vf2fo{color:rgba(250,204,21,.88)}.QuickToolHotbar_keycap__IjmMz{position:absolute;top:4px;left:5px;min-width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;background:rgba(0,0,0,.42);color:#dbeafe;font-size:.62rem;font-weight:900;line-height:1}.QuickToolHotbar_slotIcon__QGzyy{width:34px;height:34px;display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:1.55rem;line-height:1;filter:drop-shadow(0 3px 5px rgba(0,0,0,.45))}.QuickToolHotbar_slotIcon__QGzyy>*{width:100%;height:100%}.QuickToolHotbar_slotLabel__Vf2fo{width:100%;overflow:hidden;color:rgba(248,250,252,.82);font-size:.62rem;font-weight:800;line-height:1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.QuickToolHotbar_activeDot__PHv6q{position:absolute;bottom:-6px;left:50%;width:22px;height:4px;border-radius:999px;background:#facc15;box-shadow:0 0 12px rgba(250,204,21,.8);transform:translateX(-50%)}.QuickToolHotbar_umbrellaBadge__i8ziL{left:4px;width:19px;height:19px;border-radius:999px;background:rgba(23,37,84,.92);border:1px solid rgba(191,219,254,.7);box-shadow:0 2px 6px rgba(0,0,0,.4);pointer-events:none}.QuickToolHotbar_lockBadge__2sLiQ,.QuickToolHotbar_umbrellaBadge__i8ziL{position:absolute;bottom:4px;display:flex;align-items:center;justify-content:center}.QuickToolHotbar_lockBadge__2sLiQ{right:4px;width:20px;height:20px;border-radius:999px;color:#f8fafc;background:rgba(15,23,42,.82);border:1px solid rgba(255,255,255,.2)}.QuickToolHotbar_editBtn__7CMWp{position:absolute;top:4px;right:4px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:6px;color:rgba(248,250,252,.72);background:rgba(0,0,0,.34);opacity:0;transition:opacity .12s ease,color .12s ease}.QuickToolHotbar_slot__KJU6M:focus-visible .QuickToolHotbar_editBtn__7CMWp,.QuickToolHotbar_slot__KJU6M:hover .QuickToolHotbar_editBtn__7CMWp{opacity:1}.QuickToolHotbar_editBtn__7CMWp:hover{color:#ffffff}.QuickToolHotbar_picker__bKYOG{position:absolute;bottom:calc(100% + 12px);width:min(360px,calc(100vw - 28px));display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(10,16,24,.92);box-shadow:0 18px 46px rgba(0,0,0,.54);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:30}.QuickToolHotbar_pickerHeader__Z6HfW{display:flex;align-items:center;justify-content:space-between;color:#f8fafc;font-size:.78rem;font-weight:900;text-transform:uppercase}.QuickToolHotbar_closeBtn__j3stv{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.14);border-radius:8px;color:#f8fafc;background:rgba(255,255,255,.08);cursor:pointer}.QuickToolHotbar_pickerGrid__7TiR_{max-height:260px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow-y:auto;padding-right:2px}.QuickToolHotbar_pickerItem__NL68f{position:relative;min-width:0;display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;column-gap:8px;align-items:center;padding:8px;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#f8fafc;background:rgba(255,255,255,.06);cursor:pointer;text-align:left}.QuickToolHotbar_pickerItem__NL68f:focus-visible:not(:disabled),.QuickToolHotbar_pickerItem__NL68f:hover:not(:disabled){border-color:rgba(147,197,253,.76)}.QuickToolHotbar_pickerItem__NL68f:disabled{cursor:not-allowed;opacity:.52;filter:grayscale(.7)}.QuickToolHotbar_pickerItemActive__gzO_w{border-color:rgba(250,204,21,.9);background:rgba(250,204,21,.14)}.QuickToolHotbar_pickerIcon__O856d{grid-row:1/3;width:38px;height:38px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:rgba(0,0,0,.18);font-size:1.35rem}.QuickToolHotbar_pickerIcon__O856d>*{width:100%;height:100%}.QuickToolHotbar_pickerName__DIoeh{min-width:0;overflow:hidden;font-size:.75rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.QuickToolHotbar_pickerMeta__oCZP8{min-width:0;color:rgba(226,232,240,.68);font-size:.66rem;font-weight:700}.QuickToolHotbar_pickerCheck__fT0oM,.QuickToolHotbar_pickerLock__QfpBq{position:absolute;top:6px;right:6px}.QuickToolHotbar_pickerCheck__fT0oM{color:#facc15}.QuickToolHotbar_pickerLock__QfpBq{color:#cbd5e1}.QuickToolHotbar_emptyPicker__vhvai{grid-column:1/-1;padding:16px;color:rgba(226,232,240,.72);font-size:.82rem;font-weight:800;text-align:center}@media (max-width:768px){.QuickToolHotbar_wrapper___nZe6{gap:5px}.QuickToolHotbar_compactButton__cajn9{display:flex}.QuickToolHotbar_mobileCollapseBtn__aU4Ft{position:absolute;top:-12px;right:-12px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:rgba(248,250,252,.82);background:rgba(9,14,22,.9);box-shadow:0 8px 18px rgba(0,0,0,.3);z-index:2}.QuickToolHotbar_bar__FLC2a{grid-template-columns:repeat(3,58px);gap:7px;padding:7px;border-radius:15px;background:rgba(14,21,28,.82);backdrop-filter:none;-webkit-backdrop-filter:none}.QuickToolHotbar_slot__KJU6M{width:58px;min-height:58px;border-radius:11px}.QuickToolHotbar_slotIcon__QGzyy{width:29px;height:29px;font-size:1.35rem}.QuickToolHotbar_slotLabel__Vf2fo{font-size:.57rem}.QuickToolHotbar_editBtn__7CMWp{opacity:1}.QuickToolHotbar_picker__bKYOG{bottom:calc(100% + 10px);width:min(328px,calc(100vw - 24px));backdrop-filter:none;-webkit-backdrop-filter:none}.QuickToolHotbar_pickerGrid__7TiR_{max-height:min(252px,48vh)}}@media (max-width:480px){.QuickToolHotbar_compactButton__cajn9{width:54px;height:54px;border-radius:13px}.QuickToolHotbar_compactIcon___rsQS{width:28px;height:28px;font-size:1.2rem}.QuickToolHotbar_bar__FLC2a{grid-template-columns:repeat(3,52px);gap:6px;padding:6px}.QuickToolHotbar_slot__KJU6M{width:52px;min-height:52px;border-radius:10px}.QuickToolHotbar_slotIcon__QGzyy{width:26px;height:26px;font-size:1.2rem}.QuickToolHotbar_slotLabel__Vf2fo{font-size:.52rem}}@media (max-width:430px){.QuickToolHotbar_bar__FLC2a{grid-template-columns:repeat(3,44px);gap:5px;padding:6px;border-radius:13px}.QuickToolHotbar_slot__KJU6M{width:44px;min-height:44px;border-radius:9px;padding:3px}.QuickToolHotbar_slotIcon__QGzyy{width:22px;height:22px;font-size:1.05rem}.QuickToolHotbar_slotLabel__Vf2fo{font-size:.48rem}.QuickToolHotbar_keycap__IjmMz{top:3px;left:4px;min-width:14px;height:14px;font-size:.52rem}.QuickToolHotbar_activeDot__PHv6q{bottom:-4px;width:18px;height:3px}.QuickToolHotbar_lockBadge__2sLiQ{right:3px;bottom:3px;width:16px;height:16px}}@media (min-width:769px) and (max-height:840px){.QuickToolHotbar_bar__FLC2a{grid-template-columns:repeat(3,58px);gap:7px;padding:7px;border-radius:14px}.QuickToolHotbar_slot__KJU6M{width:58px;min-height:50px;border-radius:11px}.QuickToolHotbar_slotIcon__QGzyy{width:29px;height:29px;font-size:1.35rem}.QuickToolHotbar_slotLabel__Vf2fo{font-size:.57rem}}@media (min-width:769px) and (max-height:920px){.QuickToolHotbar_wrapper___nZe6{gap:4px}.QuickToolHotbar_bar__FLC2a{grid-template-columns:repeat(3,56px);gap:6px;padding:6px;border-radius:14px}.QuickToolHotbar_slot__KJU6M{width:56px;min-height:50px;padding:3px;border-radius:10px}.QuickToolHotbar_slotIcon__QGzyy{width:27px;height:27px;font-size:1.25rem}.QuickToolHotbar_slotLabel__Vf2fo{font-size:.55rem}.QuickToolHotbar_keycap__IjmMz{min-width:15px;height:15px;font-size:.54rem}}