:root{--bg-app: #0e0e14;--bg-panel: rgba(25, 25, 38, .8);--bg-input: #0f0f17;--border: #333345;--btn-normal: #212130;--btn-hover: #303042;--accent: #fa8c17;--accent-pressed: rgba(250, 140, 23, .28);--text: #ededf5;--text-muted: #999fad;--success: #59bf66;--success-hover: #6bd177;--success-active: #4ca657;--danger: #e65959;--win-highlight: #33e64d;--radius: 8px;--radius-sm: 4px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg-app);color:var(--text);font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px}a{color:inherit}button,input,select,textarea{font-family:inherit;font-size:inherit;color:var(--text)}button{background-color:var(--btn-normal);border:none;border-radius:var(--radius-sm);padding:8px 12px;cursor:pointer}button:hover:not(:disabled){background-color:var(--btn-hover)}button:disabled{opacity:.5;cursor:default}input,select,textarea{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px 10px}select option{background:var(--bg-input);color:var(--text)}input::placeholder,textarea::placeholder{color:var(--text-muted)}input:focus,textarea:focus,button:focus-visible{outline:1px solid var(--accent)}._bar_1e0q5_1{height:100%;overflow:hidden;display:flex;align-items:center;padding:0 12px}._empty_1e0q5_9{color:var(--text-muted);font-size:13px}._track_1e0q5_14{display:flex;flex-direction:row-reverse;align-items:center;gap:8px;width:100%}._card_1e0q5_22{display:flex;align-items:center;gap:8px;flex-shrink:0;background:var(--bg-input);border:1px solid;border-radius:var(--radius-sm);padding:6px 10px 6px 6px}._icon_1e0q5_33{width:44px;height:44px;border-radius:var(--radius-sm);background-size:cover;background-position:center;flex-shrink:0}._info_1e0q5_42{display:flex;flex-direction:column;gap:2px;min-width:0}._name_1e0q5_49{font-size:12px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:110px}._user_1e0q5_59{font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:110px}._avatar_1s9je_1{border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#101014;flex-shrink:0}._highlight_1s9je_11{box-shadow:0 0 0 3px var(--win-highlight)}._square_1s9je_15{border-radius:var(--radius-sm)}._borderWrap_1s9je_19{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}._borderCenter_1s9je_27{position:relative;z-index:1}._borderImage_1s9je_32{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;pointer-events:none;z-index:2}._overlay_1rqnz_1{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}._modal_1rqnz_12{background:var(--bg-panel);border-radius:var(--radius);padding:16px;width:min(420px,95vw);display:flex;flex-direction:column;gap:12px}._header_1rqnz_22{display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--border);padding-bottom:12px}._title_1rqnz_30{margin:0;font-size:18px;flex:1}._closeButton_1rqnz_36{background:transparent;font-size:20px;line-height:1;padding:2px 8px}._closeButton_1rqnz_36:hover{background:var(--btn-hover)}._options_1rqnz_47{display:flex;flex-direction:column;gap:10px}._option_1rqnz_47{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;cursor:pointer}._hint_1rqnz_62{color:var(--text-muted);font-size:12px;width:100%;padding-left:22px}._durationRow_1rqnz_69{display:flex;align-items:center;gap:6px;color:var(--text-muted);font-size:13px}._durationInput_1rqnz_77{width:70px}._error_1rqnz_81{color:var(--danger);margin:0;font-size:13px}._footer_1rqnz_87{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--border);padding-top:12px}._confirmButton_1rqnz_95{background:var(--accent);color:#fff}._confirmButton_1rqnz_95:hover:not(:disabled){opacity:.9}._chatPanel_t2huu_1{width:300px;flex-shrink:0;background:var(--bg-panel);border-radius:var(--radius);padding:10px;display:flex;flex-direction:column}._chatTitle_t2huu_11{text-align:center;font-size:18px;padding-bottom:10px;margin-bottom:8px;border-bottom:1px solid var(--border)}._chatMessages_t2huu_19{flex:1;overflow:hidden;display:flex;flex-direction:column;gap:2px}._chatPlaceholder_t2huu_30{color:var(--text-muted);margin:0}._chatMessage_t2huu_19{display:flex;align-items:flex-start;gap:8px;padding:10px 2px;border-bottom:1px solid var(--border);min-width:0}._chatMessage_t2huu_19:last-child{border-bottom:none}._messageContent_t2huu_56{flex:1;min-width:0}._messageMeta_t2huu_46{display:flex;align-items:baseline;gap:8px}._chatUserName_t2huu_67,._chatStaffName_t2huu_68{font-weight:600;font-size:15px;text-decoration:none}._chatUserName_t2huu_67:hover,._chatStaffName_t2huu_68:hover{text-decoration:underline}._chatStaffName_t2huu_68{color:var(--accent)}._timestamp_t2huu_83{font-size:12px;color:var(--text-muted);flex-shrink:0}._roleBadge_t2huu_89{font-size:11px;font-weight:700;padding:2px 6px;border-radius:3px;color:#fff;flex-shrink:0;text-transform:uppercase;letter-spacing:.02em}._roleBadgeOwner_t2huu_100{background:#eab308;color:#1a1206}._roleBadgeAdmin_t2huu_105{background:var(--danger)}._roleBadgeMod_t2huu_109{background:#3b82f6}._roleBadgeCm_t2huu_113{background:#a855f7}._modActions_t2huu_117{display:flex;align-items:center;gap:4px;margin-left:auto}._modIcon_t2huu_124{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border-radius:var(--radius-sm);color:#fff;flex-shrink:0}._modIconBan_t2huu_136{background:var(--danger)}._modIconBan_t2huu_136:hover{opacity:.85}._modIconMute_t2huu_144{background:var(--accent)}._modIconMute_t2huu_144:hover{background:var(--accent-pressed)}._modIconEdit_t2huu_152{background:#3b82f6}._modIconEdit_t2huu_152:hover{background:#2563eb}._modIconDelete_t2huu_160{background:#6b7280}._modIconDelete_t2huu_160:hover:not(:disabled){background:#4b5563}._modIconDelete_t2huu_160:disabled{opacity:.6}._chatBody_t2huu_47{display:block;margin-top:2px;font-size:16px;line-height:1.5;color:var(--text);overflow-wrap:anywhere;word-break:break-word}._chatInputRow_t2huu_186{display:flex;gap:6px;margin-top:8px}._chatInput_t2huu_186{flex:1;min-width:0}._sendButton_t2huu_197{flex-shrink:0}._chatEmoteImg_t2huu_201{height:22px;width:22px;object-fit:contain;vertical-align:middle;margin:-4px 1px}._emotePickerWrap_t2huu_209{position:relative;flex-shrink:0}._emoteButton_t2huu_214{display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;color:var(--text-muted);background:var(--bg-input);border-radius:var(--radius-sm)}._emoteButton_t2huu_214:hover:not(:disabled){color:var(--text)}._emotePanel_t2huu_230{position:absolute;bottom:calc(100% + 6px);left:0;width:220px;max-height:220px;overflow-y:auto;display:grid;grid-template-columns:repeat(5,1fr);gap:4px;padding:8px;background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:0 4px 16px #0006;z-index:10;scrollbar-width:none;-ms-overflow-style:none}._emotePanel_t2huu_230::-webkit-scrollbar{display:none}._emotePanelItem_t2huu_254{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1;padding:2px;background:var(--bg-input);border-radius:var(--radius-sm)}._emotePanelItem_t2huu_254:hover{background:var(--btn-hover)}._emotePanelImg_t2huu_269{width:100%;height:100%;object-fit:contain}._emotePanelEmpty_t2huu_275{grid-column:1 / -1;margin:0;padding:4px;color:var(--text-muted);font-size:12px;text-align:center}._popup_dg2c4_1{position:fixed;bottom:20px;right:20px;z-index:2000;display:flex;align-items:center;gap:12px;background:var(--bg-panel);border:1px solid var(--accent);border-radius:var(--radius);padding:12px 14px;box-shadow:0 8px 24px #00000080;width:340px}._body_dg2c4_17{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}._text_dg2c4_25{font-size:13px}._timerBar_dg2c4_29{height:4px;border-radius:2px;background:var(--bg-input);overflow:hidden}._timerFill_dg2c4_36{height:100%;background:var(--accent);transition:width .2s linear}._actions_dg2c4_42{flex-shrink:0;display:flex;flex-direction:column;gap:6px}._acceptButton_dg2c4_49{background-color:var(--success);color:#0a1a0c;font-weight:700;font-size:12px;padding:4px 10px;white-space:nowrap}._acceptButton_dg2c4_49:hover:not(:disabled){opacity:.9}._declineButton_dg2c4_62{background-color:var(--danger);font-weight:700;font-size:12px;padding:4px 10px;white-space:nowrap}._declineButton_dg2c4_62:hover:not(:disabled){opacity:.9}._playerSearch_4hfpg_1{position:relative}._searchDropdown_4hfpg_5{position:absolute;top:100%;left:0;right:0;z-index:1;background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-sm);max-height:160px;overflow-y:auto;display:flex;flex-direction:column}._searchDropdown_4hfpg_5 button{background:transparent;text-align:left;padding:6px 10px;border-radius:0}._searchDropdown_4hfpg_5 button:hover{background:var(--btn-hover)}._selectedPlayer_4hfpg_31{display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px 10px;font-size:13px}._messageField_4hfpg_43{display:flex;flex-direction:column;gap:4px}._messageField_4hfpg_43 textarea{resize:vertical;min-height:70px;font-family:inherit}._charCount_4hfpg_55{align-self:flex-end;color:var(--text-muted);font-size:11px}._screenshotField_4hfpg_61{display:flex;flex-direction:column;gap:8px}._fileLabel_4hfpg_67{position:relative;display:inline-flex;align-items:center;justify-content:center;background-color:var(--btn-normal);border-radius:var(--radius-sm);padding:6px 12px;font-size:13px;cursor:pointer;width:fit-content}._fileLabel_4hfpg_67:hover{background-color:var(--btn-hover)}._fileLabel_4hfpg_67 input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}._previewRow_4hfpg_91{display:flex;align-items:center;gap:10px}._previewThumb_4hfpg_97{max-width:140px;max-height:90px;border-radius:var(--radius-sm);border:1px solid var(--border);object-fit:contain}._success_4hfpg_105{color:var(--success);margin:0;font-size:13px}._container_8okuv_1{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:40}._flake_8okuv_11{position:absolute;top:-10px;border-radius:50%;background:#fff;box-shadow:0 0 4px #ffffffb3;animation-name:_snowfall_8okuv_1;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes _snowfall_8okuv_1{0%{transform:translateY(-10px) translate(0)}50%{transform:translateY(50vh) translate(var(--drift))}to{transform:translateY(110vh) translate(0)}}._wrap_1w09u_1{min-height:100vh;display:flex;align-items:center;justify-content:center}._panel_1w09u_8{background:var(--bg-panel);border-radius:var(--radius);padding:40px;text-align:center;max-width:420px}._title_1w09u_16{margin:0 0 10px;font-size:22px}._body_1w09u_21{margin:0 0 18px;color:var(--text-muted)}._loginLink_1w09u_26{color:var(--text-muted);text-decoration:underline;font-size:13px}._background_9oxxa_1{background:var(--bg-app);min-height:100vh}._root_9oxxa_11{display:flex;gap:6px;height:100vh}._sidebar_9oxxa_17{width:300px;flex-shrink:0;background:var(--bg-panel);border-radius:var(--radius);padding:8px 12px 12px;display:flex;flex-direction:column}._logoBox_9oxxa_27{display:flex;flex-direction:column;align-items:center;padding:10px 0 18px}._logoIcon_9oxxa_34{width:64px;height:64px;filter:sepia(1) saturate(6) hue-rotate(-10deg) brightness(1.05)}._logoIconCustom_9oxxa_40{width:64px;height:64px;border-radius:var(--radius-sm);object-fit:cover}._logoLabel_9oxxa_47{color:var(--accent);font-size:22px;font-weight:700;margin-top:4px}._eventBadge_9oxxa_54{margin:-10px 0 14px;padding:3px 8px;border-radius:var(--radius-sm);font-size:11px;font-weight:700;text-align:center;letter-spacing:.3px}._eventSeparator_9oxxa_64{color:var(--text-muted)}._xpEventText_9oxxa_68{background:linear-gradient(90deg,#ff5f6d,#ffc371,#47cf73,#4facfe,#a855f7,#ff5f6d);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:_xpGradientShift_9oxxa_1 3s linear infinite}@keyframes _xpGradientShift_9oxxa_1{0%{background-position:0% 50%}to{background-position:300% 50%}}._paintEventText_9oxxa_86{color:var(--accent);display:inline-block;animation:_paintHueRotate_9oxxa_1 4s linear infinite,_paintPulse_9oxxa_1 1.4s ease-in-out infinite}@keyframes _paintHueRotate_9oxxa_1{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(360deg)}}@keyframes _paintPulse_9oxxa_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.06)}}._holidayBadge_9oxxa_115{margin:-10px 0 14px;padding:3px 8px;border-radius:var(--radius-sm);color:var(--success);font-size:11px;font-weight:700;text-align:center}._xpRow_9oxxa_125{display:flex;align-items:center;gap:6px;margin-bottom:10px}._xpRankIcon_9oxxa_132{width:18px;height:18px;object-fit:contain;flex-shrink:0}._xpBar_9oxxa_139{flex:1;height:6px;border-radius:3px;background:var(--bg-input);overflow:hidden}._xpBarFill_9oxxa_147{height:100%;background:var(--accent);transition:width .3s ease}._playerRow_9oxxa_153{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}._usernameLink_9oxxa_161{display:flex;align-items:center;gap:6px;color:var(--text);font-weight:600;text-decoration:none}._usernameLink_9oxxa_161:hover{color:var(--accent)}._usernameIcon_9oxxa_174{color:var(--accent);flex-shrink:0}._usernameRankIcon_9oxxa_179{width:16px;height:16px;object-fit:contain;flex-shrink:0}._balance_9oxxa_186{display:flex;align-items:center;gap:4px;color:var(--accent);font-weight:600;white-space:nowrap}._quickActions_9oxxa_195{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}._iconButton_9oxxa_202{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;color:var(--text-muted);background:var(--bg-input);border-radius:var(--radius-sm)}._iconButton_9oxxa_202:hover{color:var(--text)}._searchWrap_9oxxa_218{position:relative;margin-bottom:10px}._searchRow_9oxxa_223{display:flex;align-items:center;gap:8px;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);padding:0 10px}._searchIcon_9oxxa_233{color:var(--text-muted);flex-shrink:0}._searchInput_9oxxa_238{flex:1;min-width:0;background:transparent;border:none;padding:8px 0}._searchDropdown_9oxxa_246{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:20;background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px;max-height:260px;overflow-y:auto;box-shadow:0 8px 24px #0006}._searchResult_9oxxa_261{display:flex;align-items:center;gap:8px;width:100%;background:transparent;padding:6px 8px;border-radius:var(--radius-sm);text-align:left;font-size:13px}._searchResult_9oxxa_261:hover{background:var(--btn-hover)}._searchHint_9oxxa_277{margin:0;padding:6px 8px;font-size:12px;color:var(--text-muted)}._separator_9oxxa_284{border:none;border-top:1px solid var(--border);margin:4px 0 10px;width:100%}._navList_9oxxa_291{display:flex;flex-direction:column;gap:2px;flex:1}._navButton_9oxxa_298{display:flex;align-items:center;gap:10px;padding:8px 12px 8px 16px;border-radius:var(--radius-sm);color:var(--text);text-decoration:none}._navIcon_9oxxa_308{flex-shrink:0;color:var(--text-muted)}._navButtonActive_9oxxa_313 ._navIcon_9oxxa_308{color:var(--accent)}._navButton_9oxxa_298:hover{background:var(--btn-hover)}._navButtonActive_9oxxa_313{background:var(--accent-pressed);border-left:3px solid var(--accent);padding-left:13px}._contentWrapper_9oxxa_327{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}._topBar_9oxxa_335{height:100px;flex-shrink:0;background:var(--bg-panel);border-radius:var(--radius);overflow:hidden}._screenContainer_9oxxa_7{flex:1;min-height:0}._root_15apk_1{height:100vh;background:var(--bg-app)}._center_16wlx_1{display:flex;align-items:center;justify-content:center;height:100%;min-height:60vh}._form_16wlx_9{width:320px;display:flex;flex-direction:column;gap:10px}._title_16wlx_16{text-align:center;font-size:28px;margin:0 0 8px}._linkButton_16wlx_22{background:none;border:none;color:var(--text-muted);text-align:center;text-decoration:underline;cursor:pointer;padding:4px}._error_16wlx_32{color:var(--danger);margin:0}._panel_fwcww_1{background:var(--bg-panel);border-radius:var(--radius);padding:14px}._panelTitle_fwcww_7{font-size:18px;margin:0 0 8px}._centered_fwcww_12{text-align:center}._muted_fwcww_16{color:var(--text-muted)}._error_fwcww_20{color:var(--danger)}._field_fwcww_24{display:flex;flex-direction:column;gap:8px}._row_fwcww_30{display:flex;align-items:center;gap:10px}._rowLabel_fwcww_36{min-width:90px;flex-shrink:0}._grid_1erur_1{display:flex;gap:6px;height:100%;min-height:0}._newsBox_1erur_8{flex:1;min-width:0}._rightColumn_1erur_13{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;gap:6px}._statsBox_1erur_22{flex-shrink:0}._changelogBox_1erur_26{flex:1;min-height:0;display:flex;flex-direction:column}._changelogList_1erur_33{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:8px;margin-top:8px;scrollbar-width:none;-ms-overflow-style:none}._changelogList_1erur_33::-webkit-scrollbar{display:none}._changelogEntry_1erur_49{background:var(--bg-input);border-radius:var(--radius-sm);padding:10px 12px}._changelogEntryHeader_1erur_55{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:13px}._changelogTitle_1erur_63{font-weight:600}._changelogBody_1erur_67{margin:6px 0 0;font-size:13px;white-space:pre-wrap}._page_1h1dn_1{display:flex;flex-direction:column;gap:6px;height:100%;min-height:0}._headerBox_1h1dn_9{display:flex;align-items:center;gap:20px}._headerInfo_1h1dn_15{flex:1;min-width:0}._usernameRow_1h1dn_20{display:flex;align-items:center;gap:12px}._statusDotOnline_1h1dn_26,._statusDotOffline_1h1dn_27{flex-shrink:0;width:10px;height:10px;border-radius:50%}._statusDotOnline_1h1dn_26{background:var(--success);box-shadow:0 0 6px var(--success)}._statusDotOffline_1h1dn_27{background:var(--danger)}._username_1h1dn_20{font-size:22px;font-weight:700}._tradeButton_1h1dn_48{background-color:var(--accent);color:#1a1408;font-weight:700;font-size:13px;padding:5px 14px}._tradeButton_1h1dn_48:hover:not(:disabled){opacity:.9}._manageButton_1h1dn_60{font-weight:700;font-size:13px;padding:5px 14px}._titleBadge_1h1dn_66{display:inline-block;margin:4px 0 10px;font-size:12px;font-weight:600;color:var(--accent)}._hoursPlayed_1h1dn_74{margin-top:4px;font-size:13px}._metaBox_1h1dn_79{flex-shrink:0;align-self:center;display:grid;grid-template-columns:auto auto;gap:4px 10px;padding:8px 14px;font-size:13px}._rankCorner_1h1dn_89{display:flex;align-items:center;gap:10px;padding:8px 14px}._rankCornerIcon_1h1dn_96{width:32px;height:32px;object-fit:contain}._rankCornerName_1h1dn_102{font-weight:700;font-size:14px}._rankCornerXp_1h1dn_107{font-size:12px}._rarityList_1h1dn_111{display:flex;flex-direction:column;gap:10px}._rarityRow_1h1dn_117{display:flex;align-items:center;justify-content:space-between;gap:10px}._rarityLabel_1h1dn_124{font-size:12px;font-weight:700;text-transform:uppercase}._rarityCount_1h1dn_130{flex-shrink:0;font-size:12px;color:var(--text-muted)}._itemBoxes_1h1dn_136{display:flex;gap:6px}._itemBox_1h1dn_136{flex:1;min-width:0;min-height:220px;display:flex;flex-direction:column}._itemBoxTitle_1h1dn_149{display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:600;margin-bottom:10px}._inventoryValue_1h1dn_158{font-weight:600;color:var(--accent)}._itemEmpty_1h1dn_163{flex:1;display:flex;align-items:center;justify-content:center;text-align:center}._itemDisplay_1h1dn_171{display:flex;flex-direction:row;flex:1;min-height:0;border:1px solid;border-radius:var(--radius-sm);overflow:hidden}._itemInfo_1h1dn_181{flex:1.2;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:12px}._itemThumb_1h1dn_191{flex:1;min-height:0;padding:14px;background-size:contain;background-repeat:no-repeat;background-position:center;background-origin:content-box}._itemName_1h1dn_201{font-weight:600;margin-bottom:2px}._statsBox_1h1dn_206{flex:1;min-height:0;display:flex;flex-direction:column}._statsList_1h1dn_213{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;padding-right:6px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}._statsList_1h1dn_213::-webkit-scrollbar{width:8px}._statsList_1h1dn_213::-webkit-scrollbar-track{background:transparent}._statsList_1h1dn_213::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}._statsList_1h1dn_213::-webkit-scrollbar-thumb:hover{background:#ffffff47}._statRow_1h1dn_241{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 4px;border-bottom:1px solid var(--border)}._statRow_1h1dn_241:last-child{border-bottom:none}._statLabel_1h1dn_254{color:var(--text)}._statValue_1h1dn_258{font-weight:600;color:var(--text);white-space:nowrap}._statComingSoon_1h1dn_264{font-style:italic;color:var(--text-muted);white-space:nowrap}._menu_97g0b_1{position:fixed;z-index:1000;background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-sm);padding:4px;min-width:190px;box-shadow:0 4px 16px #0006;display:flex;flex-direction:column}._item_97g0b_14{text-align:left;padding:8px 10px;background:transparent;border-radius:var(--radius-sm);color:var(--text)}._item_97g0b_14:hover:not(:disabled){background:var(--btn-hover)}._item_97g0b_14:disabled{color:var(--text-muted);cursor:default}._page_hmxm8_1{display:flex;flex-direction:column;height:100%;min-height:0}._header_hmxm8_8{display:flex;flex-direction:column;align-items:center;gap:6px;padding-bottom:12px}._scrollArea_hmxm8_21{flex:1;min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._scrollArea_hmxm8_21::-webkit-scrollbar{display:none}._title_hmxm8_33{font-size:20px;margin:0}._status_hmxm8_38{text-align:center;color:var(--accent);margin:0 0 10px}._optionsWrap_hmxm8_44{position:relative}._optionsButton_hmxm8_48{background:transparent;color:var(--text-muted);font-size:13px;padding:2px 10px}._optionsButton_hmxm8_48:hover{color:var(--text)}._optionsPanel_hmxm8_59{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:6px;width:260px;max-height:70vh;overflow-y:auto;background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);padding:10px;z-index:100;text-align:left;display:flex;flex-direction:column;gap:2px;box-shadow:0 8px 24px #00000080}._sectionLabel_hmxm8_80{font-size:11px;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);margin:10px 0 2px}._sectionLabel_hmxm8_80:first-child{margin-top:0}._searchInput_hmxm8_92{width:100%}._checkboxRow_hmxm8_96{display:flex;align-items:center;gap:6px;font-size:13px;padding:4px 2px}._optionRow_hmxm8_104{text-align:left;padding:5px 6px;border-radius:var(--radius-sm);background:transparent;color:var(--text);font-size:13px}._optionRow_hmxm8_104:hover:not(:disabled){background:var(--btn-hover)}._optionRowActive_hmxm8_117{background:var(--accent-pressed);color:var(--accent)}._optionRow_hmxm8_104:disabled{opacity:.5;cursor:default}._grid_hmxm8_127{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}._card_hmxm8_133{position:relative;border:2px solid;border-radius:var(--radius-sm);overflow:hidden;background:var(--bg-input);display:flex;flex-direction:column}._cardImage_hmxm8_143{position:relative;aspect-ratio:1;background-size:cover;background-position:center;background-color:var(--bg-panel);display:flex;align-items:flex-start;padding:6px}._sellPill_hmxm8_154{display:flex;align-items:center;gap:4px;background:#000000a6;color:var(--accent);font-size:12px;font-weight:600;padding:3px 6px;border-radius:var(--radius-sm)}._sellPill_hmxm8_154:hover:not(:disabled){background:#000000d9}._sellPill_hmxm8_154:disabled{opacity:.6;cursor:default}._paintName_hmxm8_175{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._cardCert_hmxm8_183{font-size:11px;color:var(--text-muted)}._cardFooter_hmxm8_188{padding:6px 8px;background:#00000059;display:flex;flex-direction:column;gap:4px}._cardName_hmxm8_196{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._footerBottomRow_hmxm8_205{display:flex;align-items:center;justify-content:space-between;gap:6px}._cardRarity_hmxm8_212{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._quantityBadge_hmxm8_219{flex-shrink:0;background:var(--accent);color:#1a1206;font-size:11px;font-weight:700;padding:1px 6px;border-radius:10px}._header_utapq_1{display:flex;flex-direction:column;align-items:center;padding-bottom:12px}._title_utapq_8{font-size:20px;margin:0}._statsRow_utapq_13{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}._statCard_utapq_20{background:var(--bg-input);border-radius:var(--radius);padding:14px;text-align:center}._statValue_utapq_27{font-size:24px;font-weight:700;color:var(--text)}._statValueMuted_utapq_33{font-size:16px;font-weight:600;color:var(--text-muted)}._statLabel_utapq_39{margin-top:4px;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}._hint_utapq_47{margin:0 0 12px;font-size:13px;color:var(--text-muted)}._crateList_utapq_53{display:flex;flex-direction:column;gap:8px}._crateRow_utapq_59{background:var(--bg-input);border-radius:var(--radius);overflow:hidden}._crateHeader_utapq_65{width:100%;display:flex;align-items:center;gap:14px;padding:12px 16px;background:transparent;text-align:left}._crateHeader_utapq_65:hover{background:var(--btn-hover)}._crateIcon_utapq_79{width:40px;height:40px;flex-shrink:0;border-radius:var(--radius-sm);background-color:var(--bg-panel);background-size:contain;background-repeat:no-repeat;background-position:center}._crateInfo_utapq_90{flex:1;min-width:0}._crateName_utapq_95{font-weight:600;font-size:14px;color:var(--text)}._crateSub_utapq_101{font-size:12px;color:var(--text-muted);margin:2px 0 6px}._progressTrack_utapq_107{height:4px;border-radius:2px;background:#ffffff1a;overflow:hidden}._progressFill_utapq_114{height:100%;background:var(--accent);transition:width .3s ease}._cratePercent_utapq_120{flex-shrink:0;font-weight:700;font-size:14px;color:var(--accent);min-width:44px;text-align:right}._chevron_utapq_129{flex-shrink:0;color:var(--text-muted);transition:transform .2s ease}._chevronOpen_utapq_135{transform:rotate(180deg)}._crateBody_utapq_139{padding:4px 16px 16px;display:flex;flex-direction:column;gap:14px;border-top:1px solid var(--border)}._itemRow_utapq_147{padding-top:12px}._itemHeader_utapq_151{width:100%;display:flex;align-items:center;gap:8px;background:transparent;text-align:left;padding:4px 2px;border-radius:var(--radius-sm)}._itemHeader_utapq_151:hover{background:var(--btn-hover)}._itemChevron_utapq_166{flex-shrink:0;color:var(--text-muted);transition:transform .2s ease}._itemName_utapq_172{flex:1;min-width:0;font-size:13px;font-weight:600}._itemCount_utapq_179{font-size:12px;color:var(--text-muted)}._matrixScroll_utapq_187{overflow-x:auto;margin-top:8px;padding-bottom:4px}._matrix_utapq_187{display:grid;gap:3px;width:100%}._matrixColHead_utapq_199{font-size:10px;color:var(--text-muted);text-align:center;white-space:normal;word-break:break-word;align-self:end;padding-bottom:4px}._matrixRowHead_utapq_209{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden}._matrixRowIcon_utapq_219{width:20px;height:20px;flex-shrink:0;border-radius:4px;background-color:var(--bg-panel);background-size:cover;background-position:center}._matrixRowLabel_utapq_229{overflow:hidden;text-overflow:ellipsis}._matrixCell_utapq_234{position:relative;width:100%;height:34px;border-radius:4px;border:1px solid var(--border);background:var(--success);color:#0f190f;display:flex;align-items:center;justify-content:center}._matrixCellLocked_utapq_250{background:var(--bg-panel);color:transparent;opacity:.6}._box_4lgfm_1{position:relative;border-radius:6px;overflow:hidden;flex-shrink:0}._image_4lgfm_8{border-radius:6px;overflow:hidden;flex-shrink:0;background-color:var(--bg-input);background-size:cover;background-position:center}._lid_4lgfm_17{position:absolute;inset:0 0 65%;background:var(--lid)}._body_4lgfm_23{position:absolute;inset:35% 0 0;background:var(--body);border-top:3px solid var(--seam)}._gem_4lgfm_30{position:absolute;top:50%;left:50%;width:20%;height:20%;background:#ffffffe6;transform:translate(-50%,-50%) rotate(45deg)}._grid_93iuh_1{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}._card_93iuh_7{display:flex;flex-direction:column;align-items:center;gap:8px;background:transparent;border-radius:var(--radius);padding:16px 8px;text-align:center}._card_93iuh_7:hover{background:#ffffff0f}._cardText_93iuh_22{display:flex;flex-direction:column;gap:2px}._reelViewport_1bvtg_1{position:relative;width:280px;flex-shrink:0;overflow:hidden;border-radius:var(--radius);background:var(--bg-input)}._reelPointerLine_1bvtg_10{position:absolute;left:0;right:0;top:50%;height:3px;background:var(--accent);box-shadow:0 0 18px 3px var(--accent);transform:translateY(-1.5px);z-index:2;pointer-events:none}._reelTrack_1bvtg_23{display:flex;flex-direction:column;align-items:center;gap:10px;padding:0 14px;will-change:transform}._reelItem_1bvtg_32{flex-shrink:0;width:100%;height:150px;border:2px solid;border-radius:var(--radius-sm);background:var(--bg-panel);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:8px}._reelIcon_1bvtg_47{width:84px;height:84px;border-radius:var(--radius-sm);background-size:cover;background-position:center}._reelItemName_1bvtg_55{font-size:13px;font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._page_bina6_1{display:flex;flex-direction:column;gap:14px;height:100%}._backLink_bina6_8{color:var(--text-muted);text-decoration:none;align-self:flex-start}._backLink_bina6_8:hover{color:var(--text)}._idleColumn_bina6_18{display:flex;flex-direction:column;align-items:center;gap:14px;margin:40px auto 0;text-align:center}._crateName_bina6_27{font-size:26px;margin:0}._costText_bina6_32{color:var(--text-muted);margin:0}._openButton_bina6_37{background:var(--success);color:#0f190f;font-weight:700;padding:10px 24px;border-radius:var(--radius-sm)}._openButton_bina6_37:hover:not(:disabled){background:var(--success-hover)}._openButton_bina6_37:active:not(:disabled){background:var(--success-active)}._linkButton_bina6_53{background:none;text-decoration:underline;color:var(--text-muted)}._proofBox_bina6_59{display:flex;flex-direction:column;gap:2px;font-size:13px;color:var(--text-muted);word-break:break-all;text-align:center}._spinSection_bina6_75{position:relative;display:flex;align-items:stretch;justify-content:center;gap:24px;width:100%;flex:1;min-height:0}._spinLeft_bina6_86{width:260px;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:14px;text-align:right}._spinLabel_bina6_97{font-size:15px;letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase}._spinCrateName_bina6_104{font-size:28px;font-weight:700;color:var(--text)}._spinRight_bina6_110{width:260px;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;text-align:left;opacity:0;transition:opacity .4s ease}._spinRightVisible_bina6_121{opacity:1}._spinRewardName_bina6_125{font-size:28px;font-weight:700}._spinRewardMeta_bina6_130{font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}._postRevealOverlay_bina6_140{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 16px 16px;max-height:60%;overflow-y:auto;background:linear-gradient(to top,var(--bg-app) 55%,transparent);z-index:4}._overlay_2ezt5_1{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}._modal_2ezt5_12{background:var(--bg-panel);border-radius:var(--radius);padding:16px;width:min(820px,95vw);max-height:85vh;display:flex;flex-direction:column;gap:12px}._header_2ezt5_23{display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--border);padding-bottom:12px}._title_2ezt5_31{margin:0;font-size:18px;flex:1}._bet_2ezt5_37{font-size:14px;color:var(--text-muted)}._betRange_2ezt5_42{font-size:13px;color:var(--text-muted)}._closeButton_2ezt5_47{background:transparent;font-size:20px;line-height:1;padding:2px 8px}._closeButton_2ezt5_47:hover{background:var(--btn-hover)}._grid_2ezt5_58{display:grid;grid-template-columns:repeat(auto-fill,minmax(84px,1fr));align-content:start;gap:10px;flex:1;min-height:0;overflow-y:auto;padding:2px;scrollbar-width:none;-ms-overflow-style:none}._grid_2ezt5_58::-webkit-scrollbar{display:none}._cell_2ezt5_75{position:relative;aspect-ratio:1;border:2px solid;border-radius:var(--radius-sm);background-size:cover;background-position:center;background-color:var(--bg-input);padding:0;cursor:pointer}._cellLabels_2ezt5_92{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;gap:1px;padding:3px 3px 4px;background:linear-gradient(to top,rgba(10,10,16,.92) 55%,transparent);border-radius:0 0 calc(var(--radius-sm) - 1px) calc(var(--radius-sm) - 1px);pointer-events:none}._cellPaint_2ezt5_107,._cellCert_2ezt5_108{max-width:100%;font-size:9px;font-weight:800;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._cellCert_2ezt5_108{color:var(--accent)}._cellSelected_2ezt5_123{opacity:1;outline:2px solid var(--accent);outline-offset:1px}._cellDisabled_2ezt5_129{opacity:.35;cursor:default}._footer_2ezt5_135{display:flex;align-items:center;gap:14px;border-top:1px solid var(--border);padding-top:12px}._checkboxRow_2ezt5_143{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted)}._selectedCount_2ezt5_151{flex:1;text-align:right;font-size:13px;color:var(--text-muted)}._page_8kydn_1{display:flex;flex-direction:column;gap:14px}._header_8kydn_7{display:flex;flex-direction:column;align-items:center;gap:6px}._title_8kydn_14{margin:0;font-size:20px}._grid_8kydn_19{display:flex;flex-direction:column;gap:8px}._headerRow_8kydn_25,._row_8kydn_26{display:grid;grid-template-columns:1.5fr 1.5fr 1fr 1fr;gap:10px;align-items:center}._headerRow_8kydn_25{color:var(--text-muted);font-size:13px;padding:0 12px}._row_8kydn_26{background:var(--bg-input);border-radius:var(--radius-sm);padding:10px 12px}._emptyState_8kydn_45{display:flex;flex-direction:column;align-items:center;gap:6px;padding:48px 24px;text-align:center}._emptyIcon_8kydn_54{width:36px;height:36px;color:var(--text-muted);margin-bottom:6px}._emptyTitle_8kydn_61{margin:0;font-size:16px;font-weight:600}._emptySubtitle_8kydn_67{margin:0 0 10px;color:var(--text-muted);font-size:13px}._playersCell_8kydn_73{display:flex;align-items:center;gap:8px}._chipsRow_8kydn_79{display:flex;flex-wrap:wrap;gap:4px}._chip_8kydn_79{width:28px;height:28px;border:2px solid;border-radius:4px;background-color:var(--bg-input);background-size:cover;background-position:center}._wagerCell_8kydn_95{display:flex;flex-direction:column}._rangeText_8kydn_100{font-size:12px;color:var(--text-muted)}._actionsCell_8kydn_105{display:flex;gap:6px}._joinRequireSame_8kydn_113{background-color:var(--danger)}._joinRequireSame_8kydn_113:hover:not(:disabled){opacity:.85}._page_1twqt_1{display:flex;flex-direction:column;height:100%;min-height:0;background:var(--bg-panel);border-radius:var(--radius);overflow:hidden}._header_1twqt_11{flex-shrink:0;background:var(--bg-input);padding:14px;text-align:center}._headerTitle_1twqt_18{margin:0;font-size:18px}._body_1twqt_27{display:flex;align-items:flex-start;justify-content:center;gap:40px;padding:24px;flex-wrap:wrap;flex:1;min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._body_1twqt_27::-webkit-scrollbar{display:none}._side_1twqt_45{display:flex;flex-direction:column;align-items:center;gap:14px;width:280px}._partyHeader_1twqt_53{display:flex;flex-direction:column;align-items:center;gap:8px}._partyName_1twqt_60{font-size:18px;font-weight:600}._center_1twqt_65{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:200px;padding-top:8px}._emptyAvatar_1twqt_74{width:60px;height:60px;border-radius:50%;border:2px solid var(--border);margin-bottom:4px}._totalLabel_1twqt_82{color:var(--text-muted);font-size:13px}._totalValue_1twqt_87{font-size:20px;font-weight:600;margin-bottom:10px}._waitingText_1twqt_93{font-size:18px;color:var(--text-muted)}._coinWrap_1twqt_98{perspective:900px;width:200px;height:200px;margin-bottom:8px}._coin_1twqt_98{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform 3.6s cubic-bezier(.22,1,.36,1)}._coinFace_1twqt_117{position:absolute;inset:0;border-radius:50%;border:5px solid var(--accent);background-size:cover;background-position:center;backface-visibility:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px #00000059 inset}._coinFaceBack_1twqt_131{transform:rotateY(180deg)}._coinFaceLetter_1twqt_135{font-size:68px;font-weight:700;color:#1a1408}._resultText_1twqt_141{font-size:18px;font-weight:600}._joinCta_1twqt_146{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}._joinRequireSame_1twqt_157{background-color:var(--danger)}._joinRequireSame_1twqt_157:hover:not(:disabled){opacity:.85}._linkButton_1twqt_165{background:none;text-decoration:underline;color:var(--text-muted)}._proofBox_1twqt_171{display:flex;flex-direction:column;gap:2px;font-size:12px;color:var(--text-muted);word-break:break-all;max-width:320px}._stakePanel_1twqt_181{width:100%;background:var(--bg-input);border-radius:var(--radius-sm);overflow:hidden}._stakePanelHeader_1twqt_188{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:var(--btn-normal);font-size:13px}._stakeTotal_1twqt_197{color:var(--accent);font-weight:600}._stakeCount_1twqt_202,._stakePercent_1twqt_206{color:var(--text-muted)}._stakeItemList_1twqt_210{display:flex;flex-direction:column}._stakeItemRow_1twqt_215{display:flex;align-items:center;gap:10px;padding:8px 12px;border-top:1px solid var(--border)}._stakeItemIcon_1twqt_223{width:40px;height:40px;flex-shrink:0;border:2px solid;border-radius:var(--radius-sm);background-size:cover;background-position:center}._stakeItemInfo_1twqt_233{display:flex;flex-direction:column}._stakeItemName_1twqt_238{font-size:13px}._stakeItemPaint_1twqt_242{font-size:11px;font-weight:600}._stakeItemCert_1twqt_247{font-size:11px;color:var(--accent)}._stakeItemPrice_1twqt_252{font-size:12px;color:var(--text-muted)}._footer_1twqt_257{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px;border-top:1px solid var(--border);flex-shrink:0}._footer_1twqt_257 p{flex:1;margin:0;text-align:left}._overlay_1yxg7_1{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}._modal_1yxg7_12{background:var(--bg-panel);border-radius:var(--radius);padding:16px;width:min(820px,95vw);max-height:85vh;display:flex;flex-direction:column;gap:12px}._header_1yxg7_23{display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--border);padding-bottom:12px}._title_1yxg7_31{margin:0;font-size:18px;flex:1}._cost_1yxg7_37{font-size:14px;color:var(--text-muted)}._closeButton_1yxg7_42{background:transparent;font-size:20px;line-height:1;padding:2px 8px}._closeButton_1yxg7_42:hover{background:var(--btn-hover)}._grid_1yxg7_53{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));align-content:start;gap:10px;flex:1;min-height:0;overflow-y:auto;padding:2px;scrollbar-width:none;-ms-overflow-style:none}._grid_1yxg7_53::-webkit-scrollbar{display:none}._cell_1yxg7_70{display:flex;flex-direction:column;align-items:center;gap:4px;border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);padding:10px 8px}._cellSelected_1yxg7_81{border-color:var(--accent)}._cellName_1yxg7_85{font-size:12px;font-weight:600;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}._cellCost_1yxg7_95{font-size:11px;color:var(--text-muted)}._addButton_1yxg7_100{width:100%;margin-top:4px;padding:4px 8px;font-size:12px}._stepper_1yxg7_107{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:4px}._stepper_1yxg7_107 button{width:24px;height:24px;padding:0;font-size:14px;line-height:1}._stepper_1yxg7_107 span{min-width:16px;text-align:center;font-weight:700}._footer_1yxg7_130{display:flex;align-items:center;gap:14px;border-top:1px solid var(--border);padding-top:12px}._selectedCount_1yxg7_138{flex:1;text-align:right;font-size:13px;color:var(--text-muted)}._page_bleob_1{display:flex;flex-direction:column;gap:14px}._header_bleob_7{display:flex;flex-direction:column;align-items:center;gap:6px}._title_bleob_14{margin:0;font-size:20px}._grid_bleob_19{display:flex;flex-direction:column;gap:8px}._headerRow_bleob_25,._row_bleob_26{display:grid;grid-template-columns:1.5fr 1.5fr 1fr 1fr;gap:10px;align-items:center}._headerRow_bleob_25{color:var(--text-muted);font-size:13px;padding:0 12px}._row_bleob_26{background:var(--bg-input);border-radius:var(--radius-sm);padding:10px 12px}._emptyState_bleob_45{display:flex;flex-direction:column;align-items:center;gap:6px;padding:48px 24px;text-align:center}._emptyTitle_bleob_54{margin:0;font-size:16px;font-weight:600}._emptySubtitle_bleob_60{margin:0 0 10px;color:var(--text-muted);font-size:13px}._playersCell_bleob_66{display:flex;align-items:center;gap:8px}._chipsRow_bleob_72{display:flex;flex-wrap:wrap;gap:8px}._chip_bleob_72{display:flex;flex-direction:column;align-items:center;gap:2px}._chipQty_bleob_85{font-size:10px;color:var(--text-muted)}._costCell_bleob_90{font-weight:600}._actionsCell_bleob_94{display:flex;gap:6px}._page_1k68d_1{display:flex;flex-direction:column;height:100%;min-height:0;background:var(--bg-panel);border-radius:var(--radius);overflow:hidden}._header_1k68d_11{flex-shrink:0;background:var(--bg-input);padding:14px;text-align:center}._headerTitle_1k68d_18{margin:0;font-size:18px}._body_1k68d_23{display:flex;align-items:flex-start;justify-content:center;gap:40px;padding:24px;flex-wrap:wrap;flex:1;min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._body_1k68d_23::-webkit-scrollbar{display:none}._side_1k68d_41{display:flex;flex-direction:column;align-items:center;gap:14px;width:280px}._partyHeader_1k68d_49{display:flex;flex-direction:column;align-items:center;gap:8px}._partyName_1k68d_56{font-size:18px;font-weight:600}._center_1k68d_61{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:200px;padding-top:8px}._emptyAvatar_1k68d_70{width:60px;height:60px;border-radius:50%;border:2px solid var(--border);margin-bottom:4px}._totalLabel_1k68d_78{color:var(--text-muted);font-size:13px}._totalValue_1k68d_83{font-size:20px;font-weight:600;margin-bottom:10px}._waitingText_1k68d_89{font-size:18px;color:var(--text-muted)}._resultText_1k68d_94{font-size:18px;font-weight:600}._joinCta_1k68d_99{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}._linkButton_1k68d_107{background:none;text-decoration:underline;color:var(--text-muted)}._proofBox_1k68d_113{display:flex;flex-direction:column;gap:2px;font-size:12px;color:var(--text-muted);word-break:break-all;max-width:320px}._stakePanel_1k68d_123{width:100%;background:var(--bg-input);border-radius:var(--radius-sm);overflow:hidden}._stakePanelHeader_1k68d_130{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:var(--btn-normal);font-size:13px}._stakeTotal_1k68d_139{color:var(--accent);font-weight:600}._stakeCount_1k68d_144,._stakePercent_1k68d_148{color:var(--text-muted)}._stakeItemList_1k68d_152{display:flex;flex-direction:column}._stakeItemRow_1k68d_157{display:flex;align-items:center;gap:10px;padding:8px 12px;border-top:1px solid var(--border)}._stakeItemIcon_1k68d_165{width:40px;height:40px;flex-shrink:0;border:2px solid;border-radius:var(--radius-sm);background-size:cover;background-position:center}._stakeItemInfo_1k68d_175{display:flex;flex-direction:column}._stakeItemName_1k68d_180{font-size:13px}._stakeItemPaint_1k68d_184{font-size:11px;font-weight:600}._stakeItemCert_1k68d_189{font-size:11px;color:var(--accent)}._stakeItemPrice_1k68d_194{font-size:12px;color:var(--text-muted)}._cratesPreview_1k68d_201{width:100%;display:flex;flex-direction:column;gap:6px;background:var(--bg-input);border-radius:var(--radius-sm);padding:10px}._cratePreviewItem_1k68d_211{display:flex;align-items:center;gap:10px}._cratePreviewName_1k68d_217{font-size:13px}._reelWrap_1k68d_225{width:100%;height:360px;display:flex}._reelWrap_1k68d_225>div{flex:1;min-height:0}._reelLoading_1k68d_236{width:100%;height:360px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);background:var(--bg-input);border-radius:var(--radius)}._revealedList_1k68d_251{width:100%;display:flex;flex-direction:column;background:var(--bg-input);border-radius:var(--radius-sm);overflow:hidden}._revealedListHeader_1k68d_260{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:var(--btn-normal);font-size:13px}._revealedListHeader_1k68d_260+._stakeItemRow_1k68d_157{border-top:none}._footer_1k68d_273{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px;border-top:1px solid var(--border);flex-shrink:0}._footer_1k68d_273 p{flex:1;margin:0;text-align:left}._page_1co5s_1{display:flex;flex-direction:column;gap:16px;height:100%;min-height:0}._header_1co5s_9{display:flex;flex-direction:column;align-items:center;gap:6px}._title_1co5s_16{margin:0;font-size:20px}._waitingBox_1co5s_21{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--bg-input);border-radius:var(--radius);padding:14px}._historyBox_1co5s_32{display:flex;flex-direction:column;background:var(--bg-input);border-radius:var(--radius);overflow:hidden;flex:1;min-height:0}._historyHeader_1co5s_42{flex-shrink:0;display:grid;grid-template-columns:.6fr 1.4fr 1fr 1.4fr 16px;padding:8px 14px;border-bottom:1px solid var(--border);color:var(--text-muted);font-size:12px}._historyRows_1co5s_52{flex:1;min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._historyRows_1co5s_52::-webkit-scrollbar{display:none}._historyRow_1co5s_52{border-top:1px solid var(--border);font-size:13px}._historyMain_1co5s_69{width:100%;display:grid;grid-template-columns:.6fr 1.4fr 1fr 1.4fr 16px;align-items:center;gap:6px;background-color:transparent;border-radius:0;padding:8px 14px;text-align:left;color:inherit}._historyMain_1co5s_69:hover:not(:disabled){background-color:var(--btn-hover)}._chevron_1co5s_86{color:var(--text-muted);transition:transform .15s ease}._chevronOpen_1co5s_91{transform:rotate(-180deg)}._tradeDetails_1co5s_95{display:flex;flex-direction:column;gap:10px;padding:4px 14px 14px}._tradeSide_1co5s_102{display:flex;flex-direction:column;gap:6px}._tradeSideLabel_1co5s_108{font-size:11px;color:var(--text-muted);text-transform:uppercase}._tradeItemGrid_1co5s_114{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px}._tradeItemCard_1co5s_120{display:flex;align-items:center;gap:10px;border:1px solid;border-radius:var(--radius-sm);padding:8px}._tradeItemImage_1co5s_129{flex-shrink:0;width:64px;height:64px;border-radius:var(--radius-sm);background-size:contain;background-repeat:no-repeat;background-position:center}._tradeItemInfo_1co5s_139{min-width:0;font-size:13px}._tradeItemName_1co5s_144{font-weight:600;margin-bottom:2px}._emptyHistory_1co5s_149{padding:14px}._completed_1co5s_153{color:var(--success);font-weight:600}._notCompleted_1co5s_158{color:var(--text-muted)}._picker_1h7dc_1{display:flex;flex-direction:column;gap:10px;flex:1;min-height:0}._list_1h7dc_9{display:flex;flex-direction:column;gap:6px;flex:1;min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;padding-right:2px}._list_1h7dc_9::-webkit-scrollbar{display:none}._row_1h7dc_25{display:flex;align-items:center;gap:10px;padding:6px;background:var(--bg-input);border-radius:var(--radius-sm)}._icon_1h7dc_34{flex-shrink:0;width:38px;height:38px;border:2px solid;border-radius:var(--radius-sm);background-size:cover;background-position:center}._info_1h7dc_44{flex:1;min-width:0}._name_1h7dc_49{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._paint_1h7dc_56{font-size:11px;font-weight:700}._cert_1h7dc_61{font-size:11px;color:var(--accent)}._owned_1h7dc_66{font-size:11px;color:var(--text-muted)}._qtyInput_1h7dc_71{width:70px;flex-shrink:0;text-align:right}._maxButton_1h7dc_77{flex-shrink:0;font-size:12px;padding:4px 8px}._footer_1h7dc_83{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:8px;border-top:1px solid var(--border)}._capOk_1h7dc_92{font-size:12px;color:var(--text-muted)}._capExceeded_1h7dc_97{font-size:12px;color:var(--danger);font-weight:600}._page_1xlpb_1{display:flex;flex-direction:column;height:100%;min-height:0;background:var(--bg-panel);border-radius:var(--radius);overflow:hidden}._header_1xlpb_11{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:10px;background:var(--bg-input);padding:14px}._headerTitle_1xlpb_21{margin:0;font-size:18px}._statusBadge_1xlpb_26{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;padding:2px 8px;border-radius:3px;background:var(--btn-normal);color:var(--text-muted)}._statusMessage_1xlpb_37{flex-shrink:0;margin:10px 14px 0;text-align:center;color:var(--text-muted)}._body_1xlpb_45{display:flex;align-items:flex-start;justify-content:center;gap:30px;padding:14px;flex-wrap:wrap;flex:1;min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._body_1xlpb_45::-webkit-scrollbar{display:none}._side_1xlpb_64{display:flex;flex-direction:column;gap:10px;width:340px;height:100%;min-height:320px}._partyHeader_1xlpb_73{flex-shrink:0;display:flex;align-items:center;gap:10px}._partyName_1xlpb_80{font-size:15px;font-weight:600;flex:1}._readyTag_1xlpb_86{font-size:11px;font-weight:700;text-transform:uppercase;padding:2px 8px;border-radius:3px;background:var(--success);color:#0a1a0c}._emptyOffer_1xlpb_96{padding:10px 0}._offerList_1xlpb_100{display:flex;flex-direction:column;gap:6px;flex:1;min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._offerList_1xlpb_100::-webkit-scrollbar{display:none}._offerRow_1xlpb_115{display:flex;align-items:center;gap:10px;padding:6px;background:var(--bg-input);border-radius:var(--radius-sm)}._offerIcon_1xlpb_124{flex-shrink:0;width:38px;height:38px;border:2px solid;border-radius:var(--radius-sm);background-size:cover;background-position:center}._offerInfo_1xlpb_134{flex:1;min-width:0}._offerName_1xlpb_139{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._offerPaint_1xlpb_146{font-size:11px;font-weight:700}._offerCert_1xlpb_151{font-size:11px;color:var(--accent)}._offerQty_1xlpb_156{flex-shrink:0;font-size:13px;color:var(--text-muted)}._footer_1xlpb_162{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px;border-top:1px solid var(--border)}._readyButton_1xlpb_172{background-color:var(--accent);color:#1a1408;font-weight:700}._readyButton_1xlpb_172:hover:not(:disabled){opacity:.9}._page_1xdv5_1{display:flex;flex-direction:column;gap:20px;max-width:520px;margin:0 auto}._title_1xdv5_9{margin:0;font-size:20px;text-align:center}._betBox_1xdv5_15{display:flex;flex-direction:column;align-items:center;gap:16px;background:var(--bg-panel);border-radius:var(--radius);padding:24px}._coin_1xdv5_25{width:90px;height:90px;border-radius:50%;background:var(--btn-normal);border:3px solid var(--accent);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;letter-spacing:.5px;transition:border-color .2s,transform .2s}._coinFlipping_1xdv5_42{border-color:var(--text-muted);animation:_spin_1xdv5_1 .5s linear infinite}._coinWon_1xdv5_47{border-color:var(--success);color:var(--success)}._coinLost_1xdv5_52{border-color:var(--danger);color:var(--danger)}@keyframes _spin_1xdv5_1{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}._controlsRow_1xdv5_66{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}._maxButton_1xdv5_73{color:var(--accent)}._amountInput_1xdv5_77{width:100%;text-align:center;font-size:16px}._flipButton_1xdv5_83{width:100%;background-color:var(--accent);color:#1a1408;font-weight:700;padding:10px 12px}._flipButton_1xdv5_83:hover:not(:disabled){background-color:var(--accent);opacity:.9}._historyBox_1xdv5_96{display:flex;flex-direction:column;background:var(--bg-panel);border-radius:var(--radius);overflow:hidden}._historyHeader_1xdv5_104{display:grid;grid-template-columns:1fr 1fr 1.4fr;padding:8px 14px;background:var(--bg-input);color:var(--text-muted);font-size:12px}._historyRow_1xdv5_113{display:grid;grid-template-columns:1fr 1fr 1.4fr;padding:8px 14px;border-top:1px solid var(--border);font-size:13px;align-items:center}._win_1xdv5_122{color:var(--success);font-weight:600}._lose_1xdv5_127{color:var(--danger);font-weight:600}._page_tvs9t_1{display:flex;justify-content:center}._panel_tvs9t_6{display:flex;flex-direction:column;gap:18px;width:100%;max-width:1150px;background:var(--bg-panel);border-radius:var(--radius);padding:32px}._title_tvs9t_17{margin:0;font-size:20px;text-align:center}._reelSection_tvs9t_23{background:var(--bg-input);border-radius:var(--radius);overflow:hidden}._reelIdle_tvs9t_29{height:220px;display:flex;align-items:center;justify-content:center}._reelViewport_tvs9t_36{position:relative;height:220px;overflow:hidden}._reelPointerLine_tvs9t_42{position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--accent);z-index:1;transform:translate(-1px)}._reelTrack_tvs9t_53{display:flex;align-items:center;gap:10px;height:100%;will-change:transform}._reelTile_tvs9t_61{width:110px;height:110px;flex-shrink:0;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:34px;color:var(--text)}._tileRED_tvs9t_74{background:var(--danger)}._tileGREEN_tvs9t_78{background:var(--success)}._tileBLACK_tvs9t_82{background:#2c2c3c;border:1px solid var(--border)}._resultBanner_tvs9t_87{display:flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:600}._resultDotRED_tvs9t_96,._resultDotGREEN_tvs9t_97,._resultDotBLACK_tvs9t_98{width:12px;height:12px;border-radius:50%;display:inline-block}._resultDotRED_tvs9t_96{background:var(--danger)}._resultDotGREEN_tvs9t_97{background:var(--success)}._resultDotBLACK_tvs9t_98{background:#2c2c3c;border:1px solid var(--border)}._historyStrip_tvs9t_118{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}._historyChip_tvs9t_125{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--text)}._chipRED_tvs9t_137{background:var(--danger)}._chipGREEN_tvs9t_141{background:var(--success)}._chipBLACK_tvs9t_145{background:#2c2c3c;border:1px solid var(--border)}._controlsRow_tvs9t_150{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}._maxButton_tvs9t_157{color:var(--accent)}._amountInput_tvs9t_161{width:100%;text-align:center;font-size:18px;padding:10px}._myBetNote_tvs9t_168{color:var(--text-muted)}._win_tvs9t_172{color:var(--success)}._lose_tvs9t_176{color:var(--danger)}._betRow_tvs9t_180{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}._betBox_tvs9t_186{display:flex;flex-direction:column;align-items:center;gap:8px;padding:22px 14px;border-radius:var(--radius);background:var(--bg-input);border:2px solid transparent;text-align:center}._betBoxActive_tvs9t_198{border-color:var(--accent)}._betBoxHeader_tvs9t_202{font-size:13px;color:var(--text-muted)}._betBoxLabel_tvs9t_207{font-size:22px;font-weight:700}._betBoxRED_tvs9t_212 ._betBoxLabel_tvs9t_207{color:var(--danger)}._betBoxGREEN_tvs9t_216 ._betBoxLabel_tvs9t_207{color:var(--success)}._betBoxBLACK_tvs9t_220 ._betBoxLabel_tvs9t_207{color:var(--text)}._betBoxStats_tvs9t_224{display:flex;justify-content:space-between;width:100%;font-size:12px;color:var(--text-muted)}._betColumn_tvs9t_232{display:flex;flex-direction:column;gap:8px}._betterList_tvs9t_238{display:flex;flex-direction:column;gap:4px;max-height:160px;overflow-y:auto}._betterRow_tvs9t_246{display:flex;justify-content:space-between;gap:8px;padding:4px 10px;border-radius:var(--radius-sm);background:var(--bg-input);font-size:12px;color:var(--text-muted)}._betterName_tvs9t_257{color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._overlay_1o18a_1{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}._modal_1o18a_12{background:var(--bg-panel);border-radius:var(--radius);padding:16px;width:min(560px,95vw);max-height:85vh;display:flex;flex-direction:column;gap:12px}._header_1o18a_23{display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--border);padding-bottom:12px}._title_1o18a_31{margin:0;font-size:18px;flex:1}._value_1o18a_37{font-size:14px;color:var(--text-muted)}._closeButton_1o18a_42{background:transparent;font-size:20px;line-height:1;padding:2px 8px}._closeButton_1o18a_42:hover{background:var(--btn-hover)}._list_1o18a_53{display:flex;flex-direction:column;gap:6px;flex:1;min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;padding-right:2px}._list_1o18a_53::-webkit-scrollbar{display:none}._row_1o18a_69{display:flex;align-items:center;gap:10px;padding:6px;background:var(--bg-input);border-radius:var(--radius-sm)}._icon_1o18a_78{flex-shrink:0;width:38px;height:38px;border:2px solid;border-radius:var(--radius-sm);background-size:cover;background-position:center}._info_1o18a_88{flex:1;min-width:0}._name_1o18a_93{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._paint_1o18a_100{font-size:11px;font-weight:700}._cert_1o18a_105{font-size:11px;color:var(--accent)}._owned_1o18a_110{font-size:11px;color:var(--text-muted)}._qtyInput_1o18a_115{width:70px;flex-shrink:0;text-align:right}._maxButton_1o18a_121{flex-shrink:0;font-size:12px;padding:4px 8px}._footer_1o18a_127{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:8px;border-top:1px solid var(--border)}._capOk_1o18a_136{font-size:12px;color:var(--text-muted)}._capExceeded_1o18a_141{font-size:12px;color:var(--danger);font-weight:600}._page_hzmru_1{display:flex;flex-direction:column;align-items:center;gap:20px}._title_hzmru_8{font-size:20px;margin:0;text-align:center}._panel_hzmru_14{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:900px;background:var(--bg-panel);border-radius:var(--radius);padding:32px}._statusBar_hzmru_26{width:100%;text-align:center;padding:10px 16px;background:var(--bg-input);border-radius:var(--radius-sm);font-size:15px;font-weight:600;transition:background-color .3s ease,color .3s ease}._mainArea_hzmru_39{width:100%;display:flex;align-items:flex-start;gap:20px}._wheelColumn_hzmru_46{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:16px;width:260px}._wheelArea_hzmru_55{position:relative;display:flex;align-items:center;justify-content:center;padding-top:16px}._pointer_hzmru_63{position:absolute;top:0;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:16px solid var(--accent);z-index:2}._wheel_hzmru_46{width:240px;height:240px;border-radius:50%;background:#e9eaee;display:flex;align-items:center;justify-content:center;transition:transform 4s cubic-bezier(.17,.67,.12,.99),background .5s ease;box-shadow:0 0 0 4px var(--bg-input)}._wheelHole_hzmru_90{width:68%;height:68%;border-radius:50%;background:var(--bg-panel);display:flex;flex-direction:column;align-items:center;justify-content:center}._potValue_hzmru_101{font-size:22px;font-weight:800;color:var(--text);transition:transform .2s ease}._potValuePulse_hzmru_108{animation:_potValuePulse_hzmru_108 .35s ease}@keyframes _potValuePulse_hzmru_108{0%{transform:scale(1)}35%{transform:scale(1.15)}to{transform:scale(1)}}._potLabel_hzmru_124{font-size:12px;color:var(--text-muted)}._depositButton_hzmru_129{padding:10px 28px;border-radius:var(--radius-sm);background:var(--accent);color:#fff;font-weight:700;font-size:14px;transition:transform .15s ease,opacity .15s ease}._depositButton_hzmru_129:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}._depositButton_hzmru_129:active:not(:disabled){transform:translateY(0)}._entries_hzmru_150{flex:1;min-width:0;max-height:340px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;display:flex;flex-direction:column;gap:8px;padding-right:2px}._entries_hzmru_150::-webkit-scrollbar{display:none}._entryCard_hzmru_167{border:1px solid;border-radius:var(--radius-sm);background:var(--bg-input);padding:8px 10px;display:flex;flex-direction:column;gap:6px;animation:_fadeInUp_hzmru_1 .25s ease;transition:border-color .3s ease,transform .15s ease}._entryCard_hzmru_167:hover{transform:translateY(-2px)}@keyframes _fadeInUp_hzmru_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeIn_hzmru_1{0%{opacity:0}to{opacity:1}}._entryHeader_hzmru_205{display:flex;align-items:center;gap:8px;font-size:13px}._entryName_hzmru_212{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._entryStats_hzmru_219{color:var(--text-muted);white-space:nowrap}._entryItems_hzmru_224{display:flex;flex-wrap:wrap;gap:4px}._entryItemIcon_hzmru_230{width:28px;height:28px;flex-shrink:0;border:1px solid;border-radius:var(--radius-sm);background-size:cover;background-position:center;animation:_fadeIn_hzmru_1 .3s ease}._historySection_hzmru_241{width:100%;max-width:900px;display:flex;flex-direction:column;gap:8px;background:var(--bg-panel);border-radius:var(--radius);padding:20px 24px}._historyTitle_hzmru_252{font-size:14px;margin:0;color:var(--text-muted)}._historyList_hzmru_258{display:flex;flex-direction:column;gap:4px}._historyRow_hzmru_264{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 10px;background:var(--bg-input);border-radius:var(--radius-sm);font-size:12px;animation:_fadeInUp_hzmru_1 .25s ease}._header_141qm_1{display:flex;flex-direction:column;align-items:center;gap:6px;padding-bottom:12px}._title_141qm_9{font-size:20px;margin:0}._hint_141qm_14{margin:0;font-size:13px;color:var(--text-muted);text-align:center}._progressSummary_141qm_21{margin:0 0 10px;font-size:12px;font-weight:600;color:var(--text-muted)}._list_141qm_28{display:flex;flex-direction:column;gap:8px}._row_141qm_34{display:flex;align-items:center;gap:16px;background:var(--bg-input);border-radius:var(--radius);padding:14px 16px}._rowClaimed_141qm_43{opacity:.7}._info_141qm_47{flex:1;min-width:0}._threshold_141qm_52{font-weight:600;font-size:14px;color:var(--text)}._rewards_141qm_58{display:flex;flex-wrap:wrap;gap:10px;margin:4px 0 8px;font-size:12px;color:var(--text-muted)}._reward_141qm_58{display:flex;align-items:center;gap:4px}._titleReward_141qm_73{color:var(--accent);font-weight:600}._progressTrack_141qm_78{height:4px;border-radius:2px;background:#ffffff1a;overflow:hidden}._progressFill_141qm_85{height:100%;background:var(--accent);transition:width .3s ease}._progressText_141qm_91{margin-top:4px;font-size:11px;color:var(--text-muted)}._action_141qm_97{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:4px}._claimedBadge_141qm_105{display:flex;align-items:center;gap:5px;font-size:13px;font-weight:600;color:var(--success)}._lockedBadge_141qm_114{display:flex;align-items:center;gap:5px;font-size:13px;color:var(--text-muted)}._rowError_141qm_122{margin:0;font-size:11px;color:var(--danger);max-width:160px;text-align:right}._page_1k2n8_1{display:flex;flex-direction:column;height:100%;min-height:0}._header_1k2n8_8{display:flex;flex-direction:column;align-items:center;gap:6px;padding-bottom:12px}._scrollArea_1k2n8_16{flex:1;min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._scrollArea_1k2n8_16::-webkit-scrollbar{display:none}._title_1k2n8_28{font-size:20px;margin:0}._status_1k2n8_33{text-align:center;color:var(--accent);margin:0 0 10px}._optionsWrap_1k2n8_39{position:relative}._optionsButton_1k2n8_43{background:transparent;color:var(--text-muted);font-size:13px;padding:2px 10px}._optionsButton_1k2n8_43:hover{color:var(--text)}._optionsPanel_1k2n8_54{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:6px;width:260px;max-height:70vh;overflow-y:auto;background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);padding:10px;z-index:100;text-align:left;display:flex;flex-direction:column;gap:2px;box-shadow:0 8px 24px #00000080}._sectionLabel_1k2n8_75{font-size:11px;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);margin:10px 0 2px}._sectionLabel_1k2n8_75:first-child{margin-top:0}._searchInput_1k2n8_87{width:100%}._optionRow_1k2n8_91{text-align:left;padding:5px 6px;border-radius:var(--radius-sm);background:transparent;color:var(--text);font-size:13px}._optionRow_1k2n8_91:hover:not(:disabled){background:var(--btn-hover)}._optionRowActive_1k2n8_104{background:var(--accent-pressed);color:var(--accent)}._grid_1k2n8_109{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}._card_1k2n8_115{position:relative;border:2px solid;border-radius:var(--radius-sm);overflow:hidden;background:var(--bg-input);display:flex;flex-direction:column}._cardImage_1k2n8_125{position:relative;aspect-ratio:1;background-size:cover;background-position:center;background-color:var(--bg-panel);display:flex;align-items:flex-start;padding:6px}._buyPill_1k2n8_136{display:flex;align-items:center;gap:4px;background:#000000a6;color:var(--accent);font-size:12px;font-weight:600;padding:3px 6px;border-radius:var(--radius-sm)}._buyPill_1k2n8_136:hover:not(:disabled){background:#000000d9}._buyPill_1k2n8_136:disabled{opacity:.6;cursor:default}._paintName_1k2n8_157{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._cardCert_1k2n8_165{font-size:11px;color:var(--text-muted)}._cardFooter_1k2n8_170{padding:6px 8px;background:#00000059;display:flex;flex-direction:column;gap:4px}._cardName_1k2n8_178{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._footerBottomRow_1k2n8_187{display:flex;align-items:center;justify-content:space-between;gap:6px}._cardRarity_1k2n8_194{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._quantityBadge_1k2n8_201{flex-shrink:0;background:var(--accent);color:#1a1206;font-size:11px;font-weight:700;padding:1px 6px;border-radius:10px}._page_3jaso_1{display:flex;flex-direction:column;gap:12px}._laneBar_3jaso_7{display:flex;gap:8px;flex-wrap:wrap}._laneButton_3jaso_13,._laneButtonActive_3jaso_14{font-weight:600;padding:8px 14px}._laneButtonActive_3jaso_14{outline:1px solid var(--accent)}._itemGrid_3jaso_23{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}._itemCard_3jaso_29{display:flex;flex-direction:column;align-items:center;gap:4px;border:1px solid;border-radius:var(--radius);padding:10px 6px;text-align:center}._itemIcon_3jaso_40{width:56px;height:56px;background-size:contain;background-position:center;background-repeat:no-repeat}._itemName_3jaso_48{font-size:12px;font-weight:600}._itemPaint_3jaso_53{font-size:11px;font-weight:600}._stepper_3jaso_58{display:flex;align-items:center;gap:8px;margin-top:4px}._stepper_3jaso_58 span{min-width:16px;text-align:center;font-weight:700}._executeButton_3jaso_71{align-self:center;padding:10px 24px;font-weight:700;background-color:var(--accent);color:#1a1408}._executeButton_3jaso_71:hover:not(:disabled){opacity:.9}._resultPanel_3jaso_83{align-items:center;display:flex;flex-direction:column;gap:8px}._page_6vfuv_1{border-radius:var(--radius);overflow:hidden;background:linear-gradient(160deg,rgba(20,14,10,.75) 0%,rgba(14,14,20,.9) 55%,var(--bg-panel) 100%),radial-gradient(circle at 80% 20%,rgba(250,140,23,.12) 0%,transparent 55%)}._overlay_6vfuv_9{padding:10px 24px}._idBar_6vfuv_13{display:flex;flex-wrap:wrap;gap:24px;padding:14px 0;border-bottom:1px dashed rgba(255,255,255,.18);font-size:13px}._gradientPreview_6vfuv_22{align-self:center;font-weight:700;background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}._status_6vfuv_31{padding:10px 0}._row_6vfuv_35{display:grid;grid-template-columns:200px 1fr 140px;align-items:center;gap:20px;padding:20px 0;border-bottom:1px dashed rgba(255,255,255,.18)}._row_6vfuv_35:last-child{border-bottom:none}._label_6vfuv_48{font-weight:600;color:var(--text)}._control_6vfuv_53{display:flex;flex-direction:column;gap:6px;min-width:0}._description_6vfuv_60{margin:0;color:var(--text)}._warning_6vfuv_65{margin:0;color:var(--danger);font-size:12px}._input_6vfuv_71{width:100%;max-width:320px;background:#00000059;border:1px solid rgba(255,255,255,.25)}._inputPair_6vfuv_78{display:flex;gap:10px;flex-wrap:wrap}._inputPair_6vfuv_78 ._input_6vfuv_71{flex:1;min-width:160px}._select_6vfuv_89{width:100%;max-width:320px;background:#00000059;border:1px solid rgba(255,255,255,.25)}._avatarRow_6vfuv_96,._filePickerRow_6vfuv_97{display:flex;align-items:center;gap:10px}._backgroundThumb_6vfuv_103{width:56px;height:32px;flex-shrink:0;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.25);background-color:var(--bg-input);background-size:cover;background-position:center}._fileButton_6vfuv_114{position:relative;display:inline-flex;align-items:center;background:var(--bg-input);border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-sm);padding:8px 14px;color:var(--text-muted);cursor:pointer}._fileInput_6vfuv_126{position:absolute;inset:0;opacity:0;cursor:pointer}._actionButton_6vfuv_133{justify-self:end;background:var(--success);color:#0f190f;font-weight:700;padding:10px 20px;border-radius:var(--radius-sm);white-space:nowrap}._actionButton_6vfuv_133:hover{background:var(--success-hover)}._actionButton_6vfuv_133:active{background:var(--success-active)}._actionButtonDisabled_6vfuv_151{background:#59bf6659;color:#0f190f99;cursor:not-allowed}._actionButtonDisabled_6vfuv_151:hover{background:#59bf6659}._actionButtonDanger_6vfuv_161{background:var(--danger);color:#200a0a}._actionButtonDanger_6vfuv_161:hover{background:#ef7373}._toggle_6vfuv_170{justify-self:end;position:relative;width:46px;height:26px;flex-shrink:0;background:var(--danger);border-radius:999px;padding:0;transition:background .2s ease}._toggleOn_6vfuv_182{background:var(--success)}._toggle_6vfuv_170:hover:not(:disabled){background:var(--danger)}._toggleOn_6vfuv_182:hover:not(:disabled){background:var(--success)}._toggleThumb_6vfuv_197{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:left .2s ease}._toggleOn_6vfuv_182 ._toggleThumb_6vfuv_197{left:23px}
