.Profile_profilePage__GL45W{display:flex;flex-direction:column;max-width:1200px;width:100%;margin:2rem auto;padding:1.5rem;gap:1.5rem;position:relative}.Profile_profileHeader__6Ivhm{text-align:center;margin-bottom:1rem}.Profile_profileHeader__6Ivhm h1{font-size:2.5rem;color:var(--text-primary);font-weight:600;margin-bottom:.5rem;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));-webkit-background-clip:text;background-clip:text;color:transparent}.Profile_profileGrid__kulOX{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;overflow:visible}.Profile_profileCard__2kHg6{background:var(--glass-bg-primary);border:1px solid var(--glass-border);border-radius:var(--border-radius-sm);padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:visible}.Profile_profileCard__2kHg6:hover{box-shadow:0 8px 25px rgba(0,0,0,.15);transform:translateY(-2px);border-color:var(--border-color-hover)}.Profile_cardTitle__oqJP7{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.Profile_cardContent__lyS8T{display:flex;flex-direction:column;gap:.75rem}.Profile_profileInfo__FnUND{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.Profile_profileInfo__FnUND:not(:last-child){border-bottom:1px solid var(--border-color-subtle)}.Profile_profileInfo__FnUND p:first-child{font-weight:500;color:var(--text-secondary);font-size:.9rem}.Profile_profileInfo__FnUND p:last-child{color:var(--text-primary);font-weight:500;display:flex;align-items:center;gap:.5rem}.Profile_themeToggle__z8Fx7{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:48px;height:24px;display:flex;align-items:center;background-color:var(--bg-quaternary);border-radius:12px;padding:2px;cursor:pointer;position:relative;transition:background-color .3s ease;border:1px solid var(--border-color)}.Profile_themeToggle__z8Fx7:checked{background-color:var(--color-success);border-color:var(--color-success)}.Profile_themeToggle__z8Fx7:before{content:"";position:absolute;height:18px;width:18px;background-color:var(--text-on-accent);border-radius:50%;left:2px;transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px rgba(0,0,0,.2)}.Profile_themeToggle__z8Fx7:checked:before{transform:translateX(24px)}.Profile_themeToggleWrap__2SATs{display:flex;align-items:center;gap:.5rem}.Profile_themeToggleWrap__2SATs svg{width:1.25rem;height:1.25rem;color:var(--text-secondary)}.Profile_currencySelect__0bvvR{min-width:120px}.Profile_pushToBottom__TB_WZ{margin-top:auto!important}.Profile_statsGrid__LbJBG{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem}.Profile_statItem__p_96n{display:flex;flex-direction:column;gap:.25rem;padding:.5rem;background:var(--bg-quaternary);border-radius:calc(var(--border-radius-sm) * .75);border:1px solid var(--border-color-subtle)}.Profile_statItem__p_96n p:first-child{font-size:.6rem;color:var(--text-secondary);font-weight:500;margin:0}.Profile_statItem__p_96n p:last-child{font-size:.7rem;color:var(--text-primary);font-weight:600;margin:0}.Profile_statsIconRow__yQmEG{display:flex;justify-content:space-between;gap:.75rem;padding:.5rem 0}.Profile_statIconItem___8D0x{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--bg-quaternary);border-radius:calc(var(--border-radius-sm) * .75);border:1px solid var(--border-color-subtle);transition:all .2s ease;cursor:pointer;position:relative;flex:1 1;justify-content:center;min-width:0}.Profile_statIconItem___8D0x:hover{background:var(--glass-bg-secondary);border-color:var(--border-color-hover);border-radius:var(--border-radius-sm);max-width:-moz-fit-content;max-width:fit-content;transform:translateY(-1px)}.Profile_statIconItem___8D0x svg{color:var(--color-primary);flex-shrink:0}.Profile_statIconItem___8D0x span{font-size:.9rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Profile_subscriptionCard__1NPVq{grid-column:1/-1}.Profile_subscriptionStatus__z4fLt{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--border-radius-sm);font-weight:500;font-size:.9rem}.Profile_subscriptionStatus__z4fLt.Profile_active__CZSLt{background:var(--color-success);color:white}.Profile_subscriptionStatus__z4fLt.Profile_inactive__5BUUa{background:var(--bg-quaternary);color:var(--text-secondary);border:1px solid var(--border-color)}.Profile_updatesSection__LSshx{display:flex;flex-direction:column;gap:1.5rem}.Profile_latestUpdateCard__IG4EZ{background:linear-gradient(135deg,var(--color-primary-alpha-30),var(--glass-bg-primary));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-primary);border-radius:var(--border-radius-sm);padding:2rem;text-align:center;position:relative;overflow:hidden}.Profile_latestUpdateCard__IG4EZ:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:Profile_shimmer__43m2o 3s infinite}.Profile_latestUpdateCard__IG4EZ h2{font-size:1.5rem;color:var(--color-primary);font-weight:600;margin-bottom:.5rem}.Profile_latestUpdateCard__IG4EZ p{font-size:1.1rem;color:var(--text-primary);margin-bottom:1.5rem}.Profile_updateCtaButton__h5Rri{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--color-primary);color:white;border:none;border-radius:var(--border-radius-sm);font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.Profile_updateCtaButton__h5Rri:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(250,121,33,.3)}.Profile_voteSection__6oV5v{display:flex;flex-direction:column;gap:1rem}.Profile_voteTitle__xO0kq{font-size:1.25rem;font-weight:600;color:var(--text-primary);text-align:center}.Profile_voteButtons__Koh35{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.Profile_confettiWrapper__oVw6F{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1000}@keyframes Profile_shimmer__43m2o{0%{left:-100%}to{left:100%}}@keyframes Profile_fadeInUp__3ltvx{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Profile_profilePage__GL45W{margin:1rem auto;padding:1rem;gap:1rem}.Profile_profileHeader__6Ivhm h1{font-size:2rem}.Profile_profileGrid__kulOX{grid-template-columns:1fr;gap:1rem}.Profile_profileCard__2kHg6{padding:1rem}.Profile_latestUpdateCard__IG4EZ{padding:1.5rem}.Profile_voteButtons__Koh35{grid-template-columns:1fr;gap:.75rem}}.Profile_profileInfo__FnUND img{height:2rem;width:2rem;border-radius:50%}.Profile_ctaRow__4VJw9{display:flex;justify-content:space-between;width:100%;gap:1rem}.Profile_modalTitle__SDBX7{font-size:1.5rem;color:var(--color-primary);font-weight:600;margin-bottom:1rem}.Profile_modalContent__IlB3V{max-width:40ch;color:var(--text-on-accent)}.Profile_modalContent__IlB3V a{text-decoration:underline}.Profile_modalButtons__O_o5Y{max-width:40ch;overflow:hidden;display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.Profile_modalButtons__O_o5Y p{color:var(--text-on-accent);font-size:.8rem}.button_button__tREWN{width:100%;padding:.5rem 1rem;outline:none;border:1px solid var(--border-color);color:var(--text-secondary);font-weight:500;border-radius:var(--border-radius-sm);font-size:.875rem;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--glass-bg-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 2px rgba(0,0,0,.05);white-space:nowrap}.button_button__tREWN:hover{border-color:var(--border-color-hover);box-shadow:0 2px 4px rgba(0,0,0,.1);transform:translateY(-.5px)}.button_button__tREWN:active{transform:translateY(0);box-shadow:0 1px 2px rgba(0,0,0,.05)}.button_primary__WUQMK{background:var(--color-accent);color:var(--text-on-accent);border-color:var(--color-accent);font-weight:600;box-shadow:0 1px 2px rgba(0,0,0,.1)}.button_primary__WUQMK:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark);box-shadow:0 2px 6px rgba(0,0,0,.2)}.button_secondary__TfE_v{background:var(--glass-bg-secondary);color:var(--text-primary);border-color:var(--border-color)}.button_secondary__TfE_v:hover{background:var(--bg-tertiary);color:var(--text-primary)}.button_tertiary__Dy79q{background:transparent;border:1px solid var(--color-primary);color:var(--color-primary)}.button_tertiary__Dy79q:hover{background:var(--color-primary-alpha-30);border-color:var(--color-primary)}.button_button__tREWN:disabled{opacity:.5;cursor:not-allowed;transform:none}.button_button__tREWN:disabled:hover{transform:none;box-shadow:0 1px 2px rgba(0,0,0,.05)}.Layout_body__FzeqM{box-sizing:border-box;display:flex;flex-direction:column;min-height:100dvh;overflow-x:hidden;margin:auto}.Layout_pageHome__kiDqu{background:var(--bg-primary);background-image:radial-gradient(circle at 50% 0,var(--bg-senary) 0,var(--bg-senary) 10%,var(--bg-primary) 30%)}.Layout_header__eQb6B{color:var(--primary-200);box-sizing:border-box;font-weight:700;top:0;width:100%;display:flex;justify-content:center;align-items:center;position:fixed;margin-top:1rem;z-index:1000;pointer-events:none}.Layout_header__eQb6B button{pointer-events:auto}.Layout_header__eQb6B>svg{height:64px;width:auto}.Layout_content__tw2Ci{padding-top:4rem;min-height:100dvh;display:flex;flex-direction:column}.statusBanner_banner__FXtao{position:fixed;bottom:2rem;left:0;right:0;z-index:1000;width:1200px;max-width:90%;margin:0 auto;padding:.75rem 1rem;display:flex;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.5);overflow:hidden;animation:statusBanner_slideDown__X34yF .3s ease-out;border-radius:var(--border-radius-sm);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.statusBanner_banner__FXtao:before{inset:0;content:"";position:absolute;background-color:var(--banner-background);z-index:-1;opacity:.5}.statusBanner_banner__FXtao.statusBanner_success__JX8Sv{--banner-background:var(--color-success)}.statusBanner_banner__FXtao.statusBanner_warning__jEwzP{--banner-background:var(--color-warning)}.statusBanner_banner__FXtao.statusBanner_error__wZpsP{--banner-background:var(--color-error)}.statusBanner_content__ODcfD{display:flex;align-items:center;justify-content:space-between;max-width:1200px;width:100%;font-weight:500}.statusBanner_closeButton__9P9GT{background:none;border:none;color:inherit;font-size:1.5rem;cursor:pointer;margin-left:1rem;padding:0 .5rem;display:flex;align-items:center;justify-content:center;line-height:1}.statusBanner_closeButton__9P9GT:hover{opacity:.8}@keyframes statusBanner_slideDown__X34yF{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.vote_vote__rgLOx{display:flex;flex-direction:column;gap:1rem;position:fixed;bottom:0;right:0;border-radius:var(--border-radius-sm);padding:1rem;box-shadow:0 0 10px 0 rgba(0,0,0,.1);border:1px solid var(--bg-300);background:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;opacity:0;animation:vote_moveIn__A_JHa .2s ease-in-out forwards;animation-delay:3s;color:var(--text-primary);z-index:100}@keyframes vote_moveIn__A_JHa{0%{opacity:0;transform:translate(50%,50%)}to{opacity:1;transform:translate(-2rem,-5rem)}}.vote_vote__rgLOx h3{display:flex;justify-content:space-between;align-items:center;text-align:center;vertical-align:middle}.vote_vote__rgLOx h3 b{cursor:pointer}.vote_updateTeaser__4yYLz,.vote_vote__rgLOx h3 b{-webkit-user-select:none;-moz-user-select:none;user-select:none}.vote_updateTeaser__4yYLz{margin:0 auto;width:-moz-fit-content;width:fit-content;font-size:1.2rem;font-weight:600;color:var(--text-primary);background:linear-gradient(to bottom,var(--bg-secondary),var(--bg-primary));padding:.5rem 1rem;border-radius:var(--border-radius-sm);box-shadow:0 0 10px 0 rgba(0,0,0,.1);display:flex;align-items:center;gap:.75rem}.vote_updateTeaser__4yYLz svg{width:2rem;height:2rem;color:var(--text-primary)}.vote_voteButtons__F_iFX{display:flex;flex-direction:row;gap:1rem;justify-content:space-between}.vote_voteButtons__F_iFX button{background:linear-gradient(to bottom,var(--color-accent-100),var(--color-accent-dark));flex:1 1;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);padding:.5rem 1rem;font-size:1.2rem;font-weight:600;color:var(--text-on-accent);cursor:pointer;position:relative;isolation:isolate}.vote_loading__Atufw{background:var(--bg-secondary);color:var(--text-primary);cursor:not-allowed;pointer-events:none}.vote_loading__Atufw:after{content:"";position:absolute;width:24px;height:24px;top:0;left:0;right:0;bottom:0;margin:auto;border-radius:50%;border-top:2px solid var(--border-color);animation:vote_spin__iqr4P 1s linear infinite;z-index:2}.vote_loading__Atufw:before{content:"";inset:0;position:absolute;background:var(--bg-secondary);z-index:1;border-radius:var(--border-radius-sm);opacity:.5}@keyframes vote_spin__iqr4P{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.footer_footer__uPdXg{width:100dvw;height:-moz-fit-content;height:fit-content;position:relative;color:var(--text-primary);padding:2rem;box-sizing:border-box;text-align:right;display:flex;align-items:center;justify-content:flex-end;font-size:.85rem;gap:.75em;overflow:hidden;z-index:100;margin-top:auto}.footer_footer__uPdXg:before{content:"";position:absolute;inset:0;background-color:var(--bg-quinary);z-index:-1;opacity:.25}.footer_footer__uPdXg>.footer_logo__tT5rI{position:absolute;left:0;margin:0;cursor:pointer;display:inline-flex;align-items:center}.footer_footer__uPdXg>.footer_logo__tT5rI:hover{color:var(--color-primary)}.footer_footer__uPdXg>.footer_logo__tT5rI>svg{margin-left:1rem;width:2rem;height:2rem}.footer_footer__uPdXg>a:hover{text-decoration:underline;color:var(--color-primary);cursor:pointer}@media (max-width:var(--mobile-breakpoint )){.footer_footer__uPdXg{flex-direction:column!important;align-items:center;justify-content:center;text-align:center;padding:1.5rem 1rem;gap:1rem}.footer_footer__uPdXg>.footer_logo__tT5rI{position:static;margin-bottom:1rem;order:-1}.footer_footer__uPdXg>.footer_logo__tT5rI>svg{margin-left:0;margin-right:.5rem}.footer_footer__uPdXg>a{font-size:.9rem}}.AdvancedStats_advancedStatsContainer__nJuuI{background:var(--bg-primary);padding:2rem;border-radius:6px;margin-bottom:2rem;border:1px solid var(--border-color)}.AdvancedStats_header__RdK1N{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color);flex-wrap:wrap;gap:1rem}.AdvancedStats_header__RdK1N h2{color:var(--text-primary);font-size:1.5rem;font-weight:600;margin:0;display:flex;align-items:center;gap:.5rem;letter-spacing:-.01em}.AdvancedStats_headerIcon__TLHWh{font-size:1.25rem;color:var(--text-secondary)}.AdvancedStats_togglesContainer__dnXul{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.AdvancedStats_toggleSwitchContainer__FQcs2{display:flex;align-items:center;gap:.75rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:4px;padding:.5rem .75rem}.AdvancedStats_toggleSwitchText__GQY5O{font-size:.875rem;color:var(--text-secondary);font-weight:500;white-space:nowrap}.AdvancedStats_toggleLabelContainer__QRunN{position:relative;display:inline-block;width:44px;height:20px;cursor:pointer}.AdvancedStats_toggleCheckbox__qChoo{opacity:0;width:0;height:0}.AdvancedStats_toggleSwitchLabel__dOYru{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:var(--bg-tertiary);transition:all .2s ease;border-radius:10px;border:1px solid var(--border-color)}.AdvancedStats_toggleSwitchLabel__dOYru:before{position:absolute;content:"";height:16px;width:16px;left:1px;bottom:1px;background:white;transition:all .2s ease;border-radius:50%;border:1px solid var(--border-color)}.AdvancedStats_toggleCheckbox__qChoo:checked+.AdvancedStats_toggleSwitchLabel__dOYru{background:var(--text-primary);border-color:var(--text-primary)}.AdvancedStats_toggleCheckbox__qChoo:checked+.AdvancedStats_toggleSwitchLabel__dOYru:before{transform:translateX(24px);border-color:var(--text-primary)}.AdvancedStats_toggleCheckbox__qChoo:disabled+.AdvancedStats_toggleSwitchLabel__dOYru{opacity:.5;cursor:not-allowed}.AdvancedStats_errorText__N1__l{color:var(--color-error);background:var(--bg-secondary);padding:.75rem 1rem;border-radius:4px;margin-bottom:1.5rem;border:1px solid var(--color-error);font-size:.875rem}.AdvancedStats_highlightSection__MzE8t,.AdvancedStats_raritySection__gQbel,.AdvancedStats_summarySection___MwTB{margin-bottom:2.5rem}.AdvancedStats_highlightSection__MzE8t h3,.AdvancedStats_raritySection__gQbel h3,.AdvancedStats_summarySection___MwTB h3{color:var(--text-primary);font-size:1.125rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.AdvancedStats_statsGrid__iB5QX{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.AdvancedStats_highlightGrid__rps86{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.AdvancedStats_statCard__LjWe_{background:var(--bg-secondary);border:1px solid var(--border-color);padding:1.5rem;border-radius:4px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:100px;transition:border-color .2s ease}.AdvancedStats_statCard__LjWe_:hover{border-color:var(--text-secondary)}.AdvancedStats_cardIcon__fLZN1{font-size:1rem;margin-right:.5rem;color:var(--text-secondary);vertical-align:middle}.AdvancedStats_cardLabel__ekqgj{font-size:.875rem;color:var(--text-secondary);margin-bottom:.75rem;font-weight:500;display:flex;align-items:center}.AdvancedStats_cardValue__mkRYF{font-size:1.5rem;color:var(--text-primary);font-weight:600;line-height:1.2}.AdvancedStats_rarityCard__tlEa2{position:relative}.AdvancedStats_rarityCard__tlEa2:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--rarity-color,var(--border-color));border-radius:0 2px 2px 0}.AdvancedStats_highlightCard__BABiN{background:var(--bg-secondary);padding:1.5rem;border-radius:4px;border:1px solid var(--border-color);position:relative;transition:border-color .2s ease}.AdvancedStats_highlightCard__BABiN:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--rarity-color,var(--border-color));border-radius:0 2px 2px 0}.AdvancedStats_highlightCard__BABiN:hover{border-color:var(--text-secondary)}.AdvancedStats_highlightTitle__3yGr7{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.AdvancedStats_highlightTitleIcon__1QxbU{font-size:.875rem;color:var(--text-secondary)}.AdvancedStats_highlightImageContainer__qzUMe{width:80px;height:60px;margin:0 0 1rem;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);border-radius:4px;overflow:hidden;border:1px solid var(--border-color)}.AdvancedStats_highlightImage__ovfFm{max-width:100%;height:auto;object-fit:contain}.AdvancedStats_highlightName__hSl9U{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem;line-height:1.3}.AdvancedStats_highlightPrice__I1QkN{font-size:.875rem;color:var(--text-primary);font-weight:500;margin-bottom:.5rem;display:flex;align-items:center;gap:.25rem}.AdvancedStats_highlightDetails__Nsg_q{font-size:.875rem;color:var(--text-secondary);margin-bottom:.4rem;display:flex;align-items:center;gap:.25rem}.AdvancedStats_metaIcon__Qvqi4{font-size:.75rem;color:var(--text-secondary);vertical-align:middle}.AdvancedStats_stattrakIndicator__XzBgs{color:var(--color-warning);font-weight:600;font-size:.75rem;margin-left:.5rem;display:inline-flex;align-items:center;gap:.25rem}.AdvancedStats_stattrakIcon__5uuJ9{font-size:.75rem;vertical-align:middle}.AdvancedStats_noPullMessage__SVAeD{text-align:center;color:var(--text-secondary);font-style:italic;padding:2rem 0;display:flex;flex-direction:column;align-items:center;gap:.75rem}.AdvancedStats_noPullIcon___LC0f{font-size:1.5rem;opacity:.5}.AdvancedStats_shimmer__f1ZC_{display:inline-block;border-radius:2px;vertical-align:middle;width:80px;height:1.2em}.AdvancedStats_shimmerHighlight__R_9uP,.AdvancedStats_shimmer__f1ZC_{background:var(--border-color);animation:AdvancedStats_pulse__tb0hu 1.5s ease-in-out infinite}.AdvancedStats_shimmerHighlight__R_9uP{width:100%;height:180px;border-radius:4px}@keyframes AdvancedStats_pulse__tb0hu{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.AdvancedStats_advancedStatsContainer__nJuuI{padding:1.5rem;margin-bottom:1.5rem}.AdvancedStats_header__RdK1N{margin-bottom:1.5rem;flex-direction:column;align-items:flex-start;gap:1rem}.AdvancedStats_header__RdK1N h2{font-size:1.375rem}.AdvancedStats_togglesContainer__dnXul{gap:.75rem;width:100%;flex-direction:column;align-items:stretch}.AdvancedStats_toggleSwitchContainer__FQcs2{width:100%;justify-content:space-between;padding:.75rem}.AdvancedStats_highlightGrid__rps86,.AdvancedStats_statsGrid__iB5QX{grid-template-columns:1fr;gap:.75rem}.AdvancedStats_statCard__LjWe_{padding:1.25rem;min-height:90px}.AdvancedStats_cardValue__mkRYF{font-size:1.375rem}.AdvancedStats_highlightCard__BABiN{padding:1.25rem}.AdvancedStats_highlightImageContainer__qzUMe{width:70px;height:52px}.AdvancedStats_highlightSection__MzE8t,.AdvancedStats_raritySection__gQbel,.AdvancedStats_summarySection___MwTB{margin-bottom:2rem}}@media (max-width:480px){.AdvancedStats_advancedStatsContainer__nJuuI{padding:1rem;margin-bottom:1rem}.AdvancedStats_header__RdK1N{margin-bottom:1rem}.AdvancedStats_header__RdK1N h2{font-size:1.25rem}.AdvancedStats_toggleSwitchContainer__FQcs2{padding:.5rem .75rem}.AdvancedStats_toggleSwitchText__GQY5O{font-size:.8125rem}.AdvancedStats_highlightGrid__rps86,.AdvancedStats_statsGrid__iB5QX{gap:.5rem}.AdvancedStats_statCard__LjWe_{padding:1rem;min-height:80px}.AdvancedStats_cardLabel__ekqgj{font-size:.8125rem;margin-bottom:.5rem}.AdvancedStats_cardValue__mkRYF{font-size:1.25rem}.AdvancedStats_highlightCard__BABiN{padding:1rem}.AdvancedStats_highlightImageContainer__qzUMe{width:60px;height:45px}.AdvancedStats_highlightName__hSl9U{font-size:.9375rem}.AdvancedStats_highlightDetails__Nsg_q,.AdvancedStats_highlightPrice__I1QkN{font-size:.8125rem}.AdvancedStats_highlightSection__MzE8t,.AdvancedStats_raritySection__gQbel,.AdvancedStats_summarySection___MwTB{margin-bottom:1.5rem}.AdvancedStats_highlightSection__MzE8t h3,.AdvancedStats_raritySection__gQbel h3,.AdvancedStats_summarySection___MwTB h3{font-size:1rem;margin-bottom:.75rem}.AdvancedStats_noPullMessage__SVAeD{padding:1.5rem 0}.AdvancedStats_noPullIcon___LC0f{font-size:1.25rem}}.AdvancedTradeupStats_advancedTradeupStatsContainer__xYUpi{background:var(--bg-primary);padding:2rem;border-radius:6px;margin-bottom:2rem;border:1px solid var(--border-color)}.AdvancedTradeupStats_header__LLl2_{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color);flex-wrap:wrap;gap:1rem}.AdvancedTradeupStats_header__LLl2_ h2{color:var(--text-primary);font-size:1.5rem;font-weight:600;margin:0;display:flex;align-items:center;gap:.5rem;letter-spacing:-.01em}.AdvancedTradeupStats_headerIcon__rX2xP{font-size:1.25rem;color:var(--text-secondary)}.AdvancedTradeupStats_togglesContainer__Vi3Vn{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.AdvancedTradeupStats_toggleSwitchContainer__meTwj{display:flex;align-items:center;gap:.75rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:4px;padding:.5rem .75rem}.AdvancedTradeupStats_toggleSwitchText__55Go8{font-size:.875rem;color:var(--text-secondary);font-weight:500;white-space:nowrap}.AdvancedTradeupStats_toggleLabelContainer__VPjmw{position:relative;display:inline-block;width:44px;height:20px;cursor:pointer}.AdvancedTradeupStats_toggleCheckbox__K3YAw{opacity:0;width:0;height:0}.AdvancedTradeupStats_toggleSwitchLabel__dtyS1{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:var(--bg-tertiary);transition:all .2s ease;border-radius:10px;border:1px solid var(--border-color)}.AdvancedTradeupStats_toggleSwitchLabel__dtyS1:before{position:absolute;content:"";height:16px;width:16px;left:1px;bottom:1px;background:white;transition:all .2s ease;border-radius:50%;border:1px solid var(--border-color)}.AdvancedTradeupStats_toggleCheckbox__K3YAw:checked+.AdvancedTradeupStats_toggleSwitchLabel__dtyS1{background:var(--text-primary);border-color:var(--text-primary)}.AdvancedTradeupStats_toggleCheckbox__K3YAw:checked+.AdvancedTradeupStats_toggleSwitchLabel__dtyS1:before{transform:translateX(24px);border-color:var(--text-primary)}.AdvancedTradeupStats_toggleCheckbox__K3YAw:disabled+.AdvancedTradeupStats_toggleSwitchLabel__dtyS1{opacity:.5;cursor:not-allowed}.AdvancedTradeupStats_errorText__G9t58{color:var(--color-error);background:var(--bg-secondary);padding:.75rem 1rem;border-radius:4px;margin-bottom:1.5rem;border:1px solid var(--color-error);font-size:.875rem}.AdvancedTradeupStats_frequencySection__lg_Pq,.AdvancedTradeupStats_highlightSection__wzzgZ,.AdvancedTradeupStats_inputCostSection__19pRa,.AdvancedTradeupStats_raritySection__Pj0o3,.AdvancedTradeupStats_summarySection__D6rjg{margin-bottom:2.5rem}.AdvancedTradeupStats_frequencySection__lg_Pq h3,.AdvancedTradeupStats_highlightSection__wzzgZ h3,.AdvancedTradeupStats_inputCostSection__19pRa h3,.AdvancedTradeupStats_raritySection__Pj0o3 h3,.AdvancedTradeupStats_summarySection__D6rjg h3{color:var(--text-primary);font-size:1.125rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.AdvancedTradeupStats_statsGrid___61hX{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.AdvancedTradeupStats_highlightGrid__ocBkR{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1rem;gap:1rem}.AdvancedTradeupStats_statCard__C25Kv{background:var(--bg-secondary);border:1px solid var(--border-color);padding:1.5rem;border-radius:4px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:100px;transition:border-color .2s ease}.AdvancedTradeupStats_statCard__C25Kv:hover{border-color:var(--text-secondary)}.AdvancedTradeupStats_cardIcon__CFPno{font-size:1rem;margin-right:.5rem;color:var(--text-secondary);vertical-align:middle}.AdvancedTradeupStats_cardLabel__QO1yI{font-size:.875rem;color:var(--text-secondary);margin-bottom:.75rem;font-weight:500;display:flex;align-items:center}.AdvancedTradeupStats_cardValue__93vUA{font-size:1.5rem;color:var(--text-primary);font-weight:600;line-height:1.2}.AdvancedTradeupStats_rarityCard__G7wqx{position:relative}.AdvancedTradeupStats_rarityCard__G7wqx:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--rarity-color,var(--border-color));border-radius:0 2px 2px 0}.AdvancedTradeupStats_highlightCard__dJnpz{background:var(--bg-secondary);padding:1.5rem;border-radius:4px;border:1px solid var(--border-color);position:relative;transition:border-color .2s ease}.AdvancedTradeupStats_profitHighlightCard__rKFk5:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--color-success);border-radius:0 2px 2px 0}.AdvancedTradeupStats_lossHighlightCard__HmzpY:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--color-error);border-radius:0 2px 2px 0}.AdvancedTradeupStats_highlightCard__dJnpz:hover{border-color:var(--text-secondary)}.AdvancedTradeupStats_highlightCardHeader__eOaHW{display:flex;justify-content:space-between;align-items:center;cursor:pointer;width:100%;margin-bottom:.5rem;transition:all .2s ease}.AdvancedTradeupStats_highlightCardHeader__eOaHW:hover{opacity:.8}.AdvancedTradeupStats_highlightTitle__SN1rs{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0;display:flex;align-items:center;gap:.5rem;flex-grow:1;text-align:left}.AdvancedTradeupStats_highlightTitleIcon__p__Uk{font-size:.875rem;color:var(--text-secondary)}.AdvancedTradeupStats_highlightProfit__dKM39{font-size:.875rem;color:var(--color-success);font-weight:500;margin:0 0 0 1rem;text-align:right;display:flex;align-items:center;gap:.25rem}.AdvancedTradeupStats_noDataMessageCompact__v5lOE{font-size:.875rem;color:var(--text-secondary);font-style:italic;margin-left:1rem}.AdvancedTradeupStats_toggleButton__NJn5q{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;padding:.25rem;margin-left:.75rem;font-size:.875rem;line-height:1;transition:all .2s ease;border-radius:4px;display:flex;align-items:center;justify-content:center;width:28px;height:28px}.AdvancedTradeupStats_toggleButton__NJn5q:hover{color:var(--text-primary);border-color:var(--text-secondary)}.AdvancedTradeupStats_highlightCardContent__iK82S{margin-top:1rem;border-top:1px solid var(--border-color);padding-top:1rem}.AdvancedTradeupStats_highlightDate__rl83I{font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.AdvancedTradeupStats_itemsContainer__1stMn{display:flex;justify-content:space-around;gap:1.5rem;margin-top:1rem;flex-wrap:wrap}.AdvancedTradeupStats_itemsColumn__Bi0zX{flex:1 1;min-width:200px;display:flex;flex-direction:column;gap:.75rem}.AdvancedTradeupStats_itemsTitle__8IK2Q{margin-bottom:.5rem;font-weight:600;border-bottom:1px solid var(--border-color);padding-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.AdvancedTradeupStats_itemsIcon__YSOxF,.AdvancedTradeupStats_itemsTitle__8IK2Q{font-size:.875rem;color:var(--text-secondary)}.AdvancedTradeupStats_itemDetail__JHTaG{display:flex;align-items:center;gap:.75rem;background:var(--bg-primary);padding:.75rem;border-radius:4px;border:1px solid var(--border-color);transition:border-color .2s ease}.AdvancedTradeupStats_itemDetail__JHTaG:hover{border-color:var(--text-secondary)}.AdvancedTradeupStats_itemImage__9gcJH{width:60px;height:45px;object-fit:contain;flex-shrink:0;border-radius:4px;background:var(--bg-tertiary);padding:2px}.AdvancedTradeupStats_itemText__8oUFC{display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;flex-grow:1}.AdvancedTradeupStats_itemName__h27T4{font-size:.875rem;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px;font-weight:500;margin-bottom:.25rem}.AdvancedTradeupStats_itemPrice__R_r8n{font-size:.8125rem;color:var(--text-secondary);display:flex;align-items:center;gap:.25rem}.AdvancedTradeupStats_itemIcon__FgG3D{font-size:.75rem;color:var(--text-secondary)}.AdvancedTradeupStats_stattrakIndicator__WmL7o{color:var(--color-warning);font-weight:600;font-size:.75rem;margin-left:.5rem;display:inline-flex;align-items:center;gap:.25rem}.AdvancedTradeupStats_stattrakIcon__MOKT_{font-size:.75rem;vertical-align:middle}.AdvancedTradeupStats_noDataMessage__nLHZv{color:var(--text-secondary);font-style:italic;padding:2rem 0;text-align:center;font-size:.875rem;width:100%;display:flex;flex-direction:column;align-items:center;gap:.75rem}.AdvancedTradeupStats_noPullIcon__l8_vG{font-size:1.5rem;opacity:.5}.AdvancedTradeupStats_frequencyList__fou6N{display:flex;flex-direction:column;gap:1rem}.AdvancedTradeupStats_frequencyItem__3p8hn{display:flex;align-items:center;gap:1rem;background:var(--bg-secondary);padding:1rem 1.25rem;border-radius:4px;border:1px solid var(--border-color);position:relative;transition:border-color .2s ease}.AdvancedTradeupStats_frequencyItem__3p8hn:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--rarity-color,var(--border-color));border-radius:0 2px 2px 0}.AdvancedTradeupStats_frequencyItem__3p8hn:hover{border-color:var(--text-secondary)}.AdvancedTradeupStats_frequencyImage__48kd7{width:50px;height:38px;object-fit:contain;flex-shrink:0;border-radius:4px;background:var(--bg-tertiary);padding:2px}.AdvancedTradeupStats_frequencyName__3YHxt{flex-grow:1;font-weight:500;color:var(--text-primary);font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AdvancedTradeupStats_frequencyCount__0zTjC{font-weight:600;color:var(--text-secondary);font-size:.875rem;flex-shrink:0;display:flex;align-items:center;gap:.25rem}.AdvancedTradeupStats_frequencyIcon__Of_Wn{font-size:.75rem;color:var(--text-secondary)}.AdvancedTradeupStats_frequencyRarityBadge__e_0qd{font-size:.8125rem;font-weight:600;padding:.4rem .8rem;border-radius:4px;background:var(--bg-tertiary);color:var(--text-secondary);flex-shrink:0;border:1px solid var(--border-color)}.AdvancedTradeupStats_metaIcon___i6_X{font-size:.75rem;color:var(--text-secondary);vertical-align:middle}.AdvancedTradeupStats_shimmer__mlInE{display:inline-block;border-radius:2px;vertical-align:middle;width:80px;height:1.2em}.AdvancedTradeupStats_shimmerHighlight__CilJr,.AdvancedTradeupStats_shimmer__mlInE{background:var(--border-color);animation:AdvancedTradeupStats_pulse__mcljI 1.5s ease-in-out infinite}.AdvancedTradeupStats_shimmerHighlight__CilJr{width:100%;height:180px;border-radius:4px}@keyframes AdvancedTradeupStats_pulse__mcljI{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.AdvancedTradeupStats_advancedTradeupStatsContainer__xYUpi{padding:1.5rem;margin-bottom:1.5rem}.AdvancedTradeupStats_header__LLl2_{margin-bottom:1.5rem;flex-direction:column;align-items:flex-start;gap:1rem}.AdvancedTradeupStats_header__LLl2_ h2{font-size:1.375rem}.AdvancedTradeupStats_togglesContainer__Vi3Vn{gap:.75rem;width:100%;flex-direction:column;align-items:stretch}.AdvancedTradeupStats_toggleSwitchContainer__meTwj{width:100%;justify-content:space-between;padding:.75rem}.AdvancedTradeupStats_highlightGrid__ocBkR,.AdvancedTradeupStats_statsGrid___61hX{grid-template-columns:1fr;gap:.75rem}.AdvancedTradeupStats_statCard__C25Kv{padding:1.25rem;min-height:90px}.AdvancedTradeupStats_cardValue__93vUA{font-size:1.375rem}.AdvancedTradeupStats_highlightCard__dJnpz{padding:1.25rem}.AdvancedTradeupStats_highlightCardHeader__eOaHW{padding:.75rem;align-items:center}.AdvancedTradeupStats_highlightTitle__SN1rs{font-size:.9375rem}.AdvancedTradeupStats_highlightProfit__dKM39{font-size:.8125rem}.AdvancedTradeupStats_toggleButton__NJn5q{width:32px;height:32px;font-size:1rem}.AdvancedTradeupStats_itemsContainer__1stMn{flex-direction:column;gap:1rem}.AdvancedTradeupStats_itemsColumn__Bi0zX{min-width:unset}.AdvancedTradeupStats_itemDetail__JHTaG{padding:.75rem;gap:.75rem}.AdvancedTradeupStats_itemImage__9gcJH{width:50px;height:38px}.AdvancedTradeupStats_itemName__h27T4{font-size:.8125rem;max-width:200px}.AdvancedTradeupStats_itemPrice__R_r8n{font-size:.75rem}.AdvancedTradeupStats_frequencyItem__3p8hn{padding:1rem;gap:.75rem;flex-wrap:wrap}.AdvancedTradeupStats_frequencyImage__48kd7{width:45px;height:34px}.AdvancedTradeupStats_frequencyName__3YHxt{font-size:.8125rem;flex:1 1;min-width:120px}.AdvancedTradeupStats_frequencyCount__0zTjC{font-size:.8125rem}.AdvancedTradeupStats_frequencyRarityBadge__e_0qd{font-size:.75rem;padding:.3rem .6rem}.AdvancedTradeupStats_frequencySection__lg_Pq,.AdvancedTradeupStats_highlightSection__wzzgZ,.AdvancedTradeupStats_inputCostSection__19pRa,.AdvancedTradeupStats_raritySection__Pj0o3,.AdvancedTradeupStats_summarySection__D6rjg{margin-bottom:2rem}}@media (max-width:480px){.AdvancedTradeupStats_advancedTradeupStatsContainer__xYUpi{padding:1rem;margin-bottom:1rem}.AdvancedTradeupStats_header__LLl2_{margin-bottom:1rem}.AdvancedTradeupStats_header__LLl2_ h2{font-size:1.25rem}.AdvancedTradeupStats_toggleSwitchContainer__meTwj{padding:.5rem .75rem}.AdvancedTradeupStats_toggleSwitchText__55Go8{font-size:.8125rem}.AdvancedTradeupStats_highlightGrid__ocBkR,.AdvancedTradeupStats_statsGrid___61hX{gap:.5rem}.AdvancedTradeupStats_statCard__C25Kv{padding:1rem;min-height:80px}.AdvancedTradeupStats_cardLabel__QO1yI{font-size:.8125rem;margin-bottom:.5rem}.AdvancedTradeupStats_cardValue__93vUA{font-size:1.25rem}.AdvancedTradeupStats_highlightCard__dJnpz{padding:1rem}.AdvancedTradeupStats_highlightCardHeader__eOaHW{flex-direction:column;align-items:flex-start;gap:.75rem;padding:.5rem}.AdvancedTradeupStats_highlightTitle__SN1rs{font-size:.8125rem;width:100%}.AdvancedTradeupStats_highlightProfit__dKM39,.AdvancedTradeupStats_noDataMessageCompact__v5lOE{margin-left:0;text-align:left;width:100%;font-size:.75rem}.AdvancedTradeupStats_toggleButton__NJn5q{align-self:flex-end;margin-left:0;margin-top:.5rem;width:28px;height:28px;font-size:.875rem}.AdvancedTradeupStats_itemDetail__JHTaG{padding:.5rem;gap:.5rem}.AdvancedTradeupStats_itemImage__9gcJH{width:45px;height:34px}.AdvancedTradeupStats_itemName__h27T4{font-size:.75rem;max-width:150px}.AdvancedTradeupStats_itemPrice__R_r8n{font-size:.6875rem}.AdvancedTradeupStats_frequencyItem__3p8hn{padding:.75rem;gap:.5rem;flex-wrap:wrap}.AdvancedTradeupStats_frequencyImage__48kd7{width:40px;height:30px}.AdvancedTradeupStats_frequencyName__3YHxt{font-size:.75rem;min-width:100px;order:1;flex-basis:100%}.AdvancedTradeupStats_frequencyCount__0zTjC{font-size:.75rem;order:2}.AdvancedTradeupStats_frequencyRarityBadge__e_0qd{font-size:.6875rem;padding:.25rem .5rem;order:3}.AdvancedTradeupStats_frequencySection__lg_Pq,.AdvancedTradeupStats_highlightSection__wzzgZ,.AdvancedTradeupStats_inputCostSection__19pRa,.AdvancedTradeupStats_raritySection__Pj0o3,.AdvancedTradeupStats_summarySection__D6rjg{margin-bottom:1.5rem}.AdvancedTradeupStats_frequencySection__lg_Pq h3,.AdvancedTradeupStats_highlightSection__wzzgZ h3,.AdvancedTradeupStats_inputCostSection__19pRa h3,.AdvancedTradeupStats_raritySection__Pj0o3 h3,.AdvancedTradeupStats_summarySection__D6rjg h3{font-size:1rem;margin-bottom:.75rem}.AdvancedTradeupStats_noPullMessage__kbQRf{padding:1.5rem 0}.AdvancedTradeupStats_noPullIcon__l8_vG{font-size:1.25rem}}@keyframes advanced_fadeInUp__HmZmd{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes advanced_slideInUp__ADoew{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes advanced_shimmer__2mrDl{0%{background-position:-400% 0}to{background-position:400% 0}}@keyframes advanced_pulse__px2tK{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.advanced_container__a34rd{padding:2rem}.advanced_container__a34rd,.advanced_teaserContainer__DIJlv{width:1600px;max-width:95%;margin:2rem auto;text-align:center}.advanced_teaserContainer__DIJlv{padding:3rem 2rem 4rem;background:var(--bg-primary);border-radius:12px;border:1px solid var(--border-color);box-shadow:0 1px 3px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);position:relative;overflow:visible;min-height:-moz-fit-content;min-height:fit-content}.advanced_header__VglE1{color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;letter-spacing:-.02em;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;opacity:0;animation:advanced_fadeInUp__HmZmd .6s ease-out .1s forwards}.advanced_headerIcon__JDOPm{font-size:1.2em;color:var(--color-primary);opacity:.9}.advanced_paragraph__8Gl_6{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6;font-size:var(--font-size-md);max-width:800px;margin-left:auto;margin-right:auto;opacity:0;animation:advanced_fadeInUp__HmZmd .6s ease-out forwards}.advanced_paragraph__8Gl_6:first-of-type{animation-delay:.2s}.advanced_paragraph__8Gl_6:nth-of-type(2){animation-delay:.3s}.advanced_paragraph__8Gl_6:nth-of-type(3){animation-delay:.4s}.advanced_bentoGrid__9Roi3{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(180px,auto);grid-gap:1.2rem;gap:1.2rem;margin-bottom:3rem;text-align:left;opacity:0;animation:advanced_fadeInUp__HmZmd .6s ease-out .5s forwards}.advanced_bentoItem__WGwpN{background:var(--bg-secondary);padding:1.5rem;border-radius:8px;border:1px solid var(--border-color);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;transition:all .2s ease;position:relative;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.05);opacity:0;animation:advanced_slideInUp__ADoew .5s ease-out forwards}.advanced_bentoItem__WGwpN:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.08);border-color:var(--border-color-hover)}.advanced_bentoItem__WGwpN:first-child{animation-delay:.6s}.advanced_bentoItem__WGwpN:nth-child(2){animation-delay:.65s}.advanced_bentoItem__WGwpN:nth-child(3){animation-delay:.7s}.advanced_bentoItem__WGwpN:nth-child(4){animation-delay:.75s}.advanced_bentoItem__WGwpN:nth-child(5){animation-delay:.8s}.advanced_bentoItem__WGwpN:nth-child(6){animation-delay:.85s}.advanced_bentoItem__WGwpN:nth-child(7){animation-delay:.9s}.advanced_bentoItem__WGwpN:nth-child(8){animation-delay:.95s}.advanced_bentoItem__WGwpN img{position:absolute;width:10rem;height:auto;bottom:.5rem;right:1rem;opacity:.9;object-fit:contain}.advanced_bentoItemIcon__ytPWi{font-size:1.5rem;color:var(--color-primary);margin-bottom:1rem;opacity:.8}.advanced_span2Cols__haFTt{grid-column:span 2}.advanced_span2Rows___tBC0{grid-row:span 2}.advanced_span2x2__HednD{grid-column:span 2;grid-row:span 2;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2.5rem;overflow:hidden;min-height:300px}.advanced_span2x2__HednD .advanced_bentoItemIcon__ytPWi{font-size:2rem;margin-bottom:1.5rem}.advanced_span2x2__HednD h4{font-size:1.5rem;margin-bottom:1rem}.advanced_span2x2__HednD p{font-size:var(--font-size-md);line-height:1.6}.advanced_bentoItem__WGwpN h4{font-size:1.1rem;margin-bottom:.5rem;color:var(--text-primary);font-weight:600;line-height:1.3}.advanced_bentoItem__WGwpN p{font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.5;flex-grow:1}.advanced_ctaButton__aqb5j{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;background:var(--color-primary);color:white;border:none;border-radius:6px;cursor:pointer;font-size:var(--font-size-md);font-weight:500;text-decoration:none;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.12);opacity:0;animation:advanced_fadeInUp__HmZmd .6s ease-out 1s forwards}.advanced_ctaButton__aqb5j:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.advanced_ctaButton__aqb5j:active{transform:translateY(0)}.advanced_toolbar__MthPi{display:flex;align-items:center;justify-content:flex-start;margin-bottom:1.5rem}.advanced_toolbar__MthPi:first-child{max-width:-moz-fit-content;max-width:fit-content}@media (max-width:1200px){.advanced_bentoGrid__9Roi3{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.advanced_container__a34rd,.advanced_teaserContainer__DIJlv{padding:2rem 1.5rem 3rem;margin:1rem auto;border-radius:8px}.advanced_header__VglE1{font-size:1.75rem;margin-bottom:1.25rem;gap:.5rem}.advanced_headerIcon__JDOPm{font-size:1em}.advanced_paragraph__8Gl_6{font-size:var(--font-size-sm);margin-bottom:1.25rem}.advanced_bentoGrid__9Roi3{grid-template-columns:1fr;grid-auto-rows:minmax(140px,auto);gap:1rem;margin-bottom:2.5rem}.advanced_bentoItem__WGwpN.advanced_span2Cols__haFTt,.advanced_bentoItem__WGwpN.advanced_span2Rows___tBC0,.advanced_bentoItem__WGwpN.advanced_span2x2__HednD{grid-column:span 1;grid-row:span 1;text-align:left;padding:1.25rem}.advanced_span2x2__HednD .advanced_bentoItemIcon__ytPWi{font-size:1.5rem;margin-bottom:.75rem}.advanced_span2x2__HednD h4{font-size:1.1rem;margin-bottom:.5rem}.advanced_span2x2__HednD p{font-size:var(--font-size-sm);line-height:1.5}.advanced_bentoItem__WGwpN{padding:1.25rem}.advanced_bentoItemIcon__ytPWi{font-size:1.25rem;margin-bottom:.75rem}.advanced_bentoItem__WGwpN h4{font-size:1rem;margin-bottom:.5rem}.advanced_bentoItem__WGwpN p{font-size:var(--font-size-xs)}.advanced_ctaButton__aqb5j{padding:.75rem 1.5rem;font-size:var(--font-size-sm)}.advanced_bentoItem__WGwpN img{width:8rem;bottom:.5rem;right:.5rem;transform:none}}@media (max-width:480px){.advanced_container__a34rd,.advanced_teaserContainer__DIJlv{padding:1.5rem 1rem 2.5rem;margin:.5rem auto}.advanced_header__VglE1{font-size:1.5rem;margin-bottom:1rem}.advanced_paragraph__8Gl_6{font-size:var(--font-size-xs);margin-bottom:1rem}.advanced_bentoGrid__9Roi3{gap:.5rem;margin-bottom:1.5rem}.advanced_bentoItem__WGwpN{padding:1rem}.advanced_bentoItemIcon__ytPWi{font-size:1.125rem;margin-bottom:.5rem}.advanced_bentoItem__WGwpN h4{font-size:.95rem;margin-bottom:.5rem}.advanced_bentoItem__WGwpN p{font-size:.8rem;line-height:1.4}.advanced_span2x2__HednD .advanced_bentoItemIcon__ytPWi{font-size:1.25rem}.advanced_span2x2__HednD h4{font-size:1rem}.advanced_span2x2__HednD p{font-size:.85rem}.advanced_ctaButton__aqb5j{padding:.75rem 1.25rem;font-size:.85rem;border-radius:6px}.advanced_bentoItem__WGwpN img{width:6rem;bottom:.25rem;right:.25rem;transform:none}}@media (hover:none) and (pointer:coarse){.advanced_bentoItem__WGwpN:hover{transform:none}.advanced_bentoItem__WGwpN:active{transform:scale(.98)}.advanced_ctaButton__aqb5j:hover{transform:none;background:var(--color-primary)}.advanced_ctaButton__aqb5j:active{transform:scale(.98)}}.AdvancedArmoryStats_advancedArmoryStatsContainer__sYspm{background:var(--bg-primary);padding:2rem;border-radius:6px;margin-bottom:2rem;border:1px solid var(--border-color)}.AdvancedArmoryStats_header__m5G5L{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color);flex-wrap:wrap;gap:1rem}.AdvancedArmoryStats_header__m5G5L h2{color:var(--text-primary);font-size:1.5rem;font-weight:600;margin:0;display:flex;align-items:center;gap:.5rem;letter-spacing:-.01em}.AdvancedArmoryStats_headerIcon__4WA6W{font-size:1.25rem;color:var(--text-secondary)}.AdvancedArmoryStats_cardIcon__5t7Oc{font-size:1rem;margin-right:.5rem;color:var(--text-secondary);vertical-align:middle}.AdvancedArmoryStats_metaIcon__ZMose{color:var(--text-secondary)}.AdvancedArmoryStats_metaIcon__ZMose,.AdvancedArmoryStats_stattrakIcon__dvH_4{font-size:.75rem;margin-right:.25rem;vertical-align:middle}.AdvancedArmoryStats_buttonIcon__cX8Hx{font-size:1rem;margin-right:.5rem;vertical-align:middle}.AdvancedArmoryStats_noDataIcon__BIzkb{font-size:1.5rem;color:var(--text-secondary);opacity:.5;margin-bottom:1rem;display:block;text-align:center}.AdvancedArmoryStats_errorText__a8R3Q{color:var(--color-error);background:var(--bg-secondary);padding:.75rem 1rem;border-radius:4px;margin-bottom:1.5rem;border:1px solid var(--color-error);font-size:.875rem}.AdvancedArmoryStats_averagesSection___EynI,.AdvancedArmoryStats_collectionsSummarySection__7RGWL,.AdvancedArmoryStats_itemLogSection__lEs4l,.AdvancedArmoryStats_summarySection__9517q{margin-bottom:2.5rem}.AdvancedArmoryStats_averagesSection___EynI h3,.AdvancedArmoryStats_collectionsSummarySection__7RGWL h3,.AdvancedArmoryStats_itemLogSection__lEs4l h3,.AdvancedArmoryStats_summarySection__9517q h3{color:var(--text-primary);font-size:1.125rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.AdvancedArmoryStats_statsGrid__LS6c9{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.AdvancedArmoryStats_statCard__PTy6m{background:var(--bg-secondary);border:1px solid var(--border-color);padding:1.5rem;border-radius:4px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:100px;transition:border-color .2s ease}.AdvancedArmoryStats_statCard__PTy6m:hover{border-color:var(--text-secondary)}.AdvancedArmoryStats_cardLabel__d5dMu{font-size:.875rem;color:var(--text-secondary);margin-bottom:.75rem;font-weight:500;display:flex;align-items:center}.AdvancedArmoryStats_cardValue__Gcjtq{font-size:1.5rem;color:var(--text-primary);font-weight:600;line-height:1.2}.AdvancedArmoryStats_profit___RB5Y{color:var(--color-success)}.AdvancedArmoryStats_loss__e__tm{color:var(--color-error)}.AdvancedArmoryStats_itemsGrid__Ru9eG{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1rem;gap:1rem}.AdvancedArmoryStats_itemCard__JEunw{background:var(--bg-secondary);padding:1.25rem;border-radius:4px;border:1px solid var(--border-color);display:flex;gap:1rem;align-items:flex-start;position:relative;transition:border-color .2s ease}.AdvancedArmoryStats_itemCard__JEunw:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--rarity-color,var(--border-color));border-radius:0 2px 2px 0}.AdvancedArmoryStats_itemCard__JEunw:hover{border-color:var(--text-secondary)}.AdvancedArmoryStats_itemImageContainer__O8chD{width:80px;height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);border-radius:4px;overflow:hidden;border:1px solid var(--border-color)}.AdvancedArmoryStats_itemImage__scZJ4{max-width:100%;height:auto;object-fit:contain}.AdvancedArmoryStats_itemDetails__wEMCl{display:flex;flex-direction:column;gap:.4rem;overflow:hidden;flex-grow:1}.AdvancedArmoryStats_itemName__vPN5Z{font-weight:600;color:var(--text-primary);font-size:1rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AdvancedArmoryStats_stattrakIndicator__6Aiw4{color:var(--color-warning);font-weight:600;font-size:.75rem;margin-left:.5rem;display:inline-flex;align-items:center;gap:.25rem}.AdvancedArmoryStats_itemMeta__bgZMQ{font-size:.875rem;color:var(--text-secondary);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:.25rem}.AdvancedArmoryStats_itemDate__r6aC5{font-size:.8125rem;color:var(--text-secondary);margin-top:.25rem;opacity:.8;display:flex;align-items:center;gap:.25rem}.AdvancedArmoryStats_statCard__PTy6m .AdvancedArmoryStats_itemMeta__bgZMQ{font-size:.8125rem;color:var(--text-secondary);margin-top:.5rem;opacity:.9}.AdvancedArmoryStats_itemCardShimmer__XN7Vh{background:var(--bg-secondary);padding:1.25rem;border-radius:4px;border:1px solid var(--border-color);display:flex;gap:1rem;align-items:center}.AdvancedArmoryStats_itemImageShimmer__k08lK{width:80px;height:60px;flex-shrink:0;background:var(--border-color);animation:AdvancedArmoryStats_pulse__1u_LD 1.5s ease-in-out infinite;border-radius:4px}.AdvancedArmoryStats_itemTextShimmer___L5p_{display:flex;flex-direction:column;gap:.75rem;flex-grow:1}.AdvancedArmoryStats_shimmer___OJKz{display:inline-block;background:var(--border-color);animation:AdvancedArmoryStats_pulse__1u_LD 1.5s ease-in-out infinite;border-radius:2px;vertical-align:middle}.AdvancedArmoryStats_noDataMessage__ffkE0{color:var(--text-secondary);font-style:italic;padding:3rem 0;text-align:center;font-size:.875rem;grid-column:1/-1;background:var(--bg-secondary);border-radius:4px;border:1px solid var(--border-color)}.AdvancedArmoryStats_loadMoreContainer__R3wPH{display:flex;justify-content:center;margin-top:2rem}.AdvancedArmoryStats_loadMoreButton__NnXVn{padding:.75rem 1.5rem;background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.AdvancedArmoryStats_loadMoreButton__NnXVn:hover{border-color:var(--text-secondary);background:var(--bg-tertiary)}.AdvancedArmoryStats_loadMoreButton__NnXVn:disabled{background:var(--bg-tertiary);color:var(--text-secondary);cursor:not-allowed;opacity:.5}@keyframes AdvancedArmoryStats_pulse__1u_LD{0%,to{opacity:1}50%{opacity:.5}}.AdvancedArmoryStats_placeholder__O3Suz{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;text-align:center;padding:3rem 1.5rem}.AdvancedArmoryStats_placeholderImage__6lEmN{width:180px;height:auto;margin-bottom:.5rem;filter:drop-shadow(0 8px 20px rgba(0,0,0,.15))}.AdvancedArmoryStats_placeholderTitle___G4Tp{color:var(--text-primary);font-weight:700;font-size:clamp(1.25rem,2.5vw,1.75rem);letter-spacing:-.01em}.AdvancedArmoryStats_placeholderSubtitle___9itC{color:var(--text-secondary);font-size:var(--font-size-md)}.AdvancedArmoryStats_placeholderStatus__Iqddh{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem .875rem;background:rgba(250,121,33,.08);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-secondary);font-weight:600;font-size:var(--font-size-sm)}@media (max-width:768px){.AdvancedArmoryStats_advancedArmoryStatsContainer__sYspm{padding:1.5rem;margin-bottom:1.5rem}.AdvancedArmoryStats_header__m5G5L{margin-bottom:1.5rem}.AdvancedArmoryStats_header__m5G5L h2{font-size:1.375rem}.AdvancedArmoryStats_statsGrid__LS6c9{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem}.AdvancedArmoryStats_statCard__PTy6m{padding:1.25rem;min-height:90px}.AdvancedArmoryStats_itemsGrid__Ru9eG{grid-template-columns:1fr;gap:.75rem}.AdvancedArmoryStats_itemCard__JEunw{padding:1rem;gap:.75rem}.AdvancedArmoryStats_itemImageContainer__O8chD{width:70px;height:53px}.AdvancedArmoryStats_averagesSection___EynI,.AdvancedArmoryStats_collectionsSummarySection__7RGWL,.AdvancedArmoryStats_itemLogSection__lEs4l,.AdvancedArmoryStats_summarySection__9517q{margin-bottom:2rem}}@media (max-width:480px){.AdvancedArmoryStats_advancedArmoryStatsContainer__sYspm{padding:1rem;margin-bottom:1rem}.AdvancedArmoryStats_header__m5G5L{margin-bottom:1rem}.AdvancedArmoryStats_header__m5G5L h2{font-size:1.25rem}.AdvancedArmoryStats_statsGrid__LS6c9{grid-template-columns:1fr;gap:.5rem}.AdvancedArmoryStats_statCard__PTy6m{padding:1rem;min-height:80px}.AdvancedArmoryStats_cardLabel__d5dMu{font-size:.8125rem;margin-bottom:.5rem}.AdvancedArmoryStats_cardValue__Gcjtq{font-size:1.25rem}.AdvancedArmoryStats_itemCard__JEunw{padding:.75rem;gap:.5rem}.AdvancedArmoryStats_itemImageContainer__O8chD{width:60px;height:45px}.AdvancedArmoryStats_itemName__vPN5Z{font-size:.9375rem}.AdvancedArmoryStats_itemDate__r6aC5,.AdvancedArmoryStats_itemMeta__bgZMQ{font-size:.75rem}.AdvancedArmoryStats_averagesSection___EynI,.AdvancedArmoryStats_collectionsSummarySection__7RGWL,.AdvancedArmoryStats_itemLogSection__lEs4l,.AdvancedArmoryStats_summarySection__9517q{margin-bottom:1.5rem}.AdvancedArmoryStats_averagesSection___EynI h3,.AdvancedArmoryStats_collectionsSummarySection__7RGWL h3,.AdvancedArmoryStats_itemLogSection__lEs4l h3,.AdvancedArmoryStats_summarySection__9517q h3{font-size:1rem;margin-bottom:.75rem}.AdvancedArmoryStats_loadMoreButton__NnXVn{padding:.625rem 1.25rem;font-size:.8125rem}}.tooltip_tooltipContainer__nv_kJ{position:relative;display:inline-block}.tooltip_tooltip__U_8ks{position:absolute;z-index:10;background-color:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);width:15rem;margin:0 auto;padding:5px 10px;border-radius:4px;font-size:12px;opacity:0;visibility:hidden;transition:opacity .2s ease-in-out,visibility 0s linear .2s}.tooltip_tooltip__U_8ks.tooltip_top__BTf_2{bottom:125%;left:50%;transform:translateX(-50%)}.tooltip_tooltip__U_8ks.tooltip_bottom___clWz{top:125%;left:50%;transform:translateX(-50%)}.tooltip_tooltip__U_8ks.tooltip_left__z_aCK{right:120%;top:50%;transform:translateY(-50%)}.tooltip_tooltip__U_8ks.tooltip_right__ZyY1F{left:120%;top:50%;transform:translateY(-50%)}.tooltip_tooltip__U_8ks:after{content:"";position:absolute;border-width:5px;border-style:solid}.tooltip_tooltip__U_8ks.tooltip_top__BTf_2:after{top:100%;left:50%;margin-left:-5px;border-color:var(--border-color) transparent transparent transparent}.tooltip_tooltip__U_8ks.tooltip_bottom___clWz:after{bottom:100%;left:50%;margin-left:-5px;border-color:transparent transparent var(--border-color) transparent}.tooltip_tooltip__U_8ks.tooltip_left__z_aCK:after{top:50%;right:-5px;margin-top:-5px;border-color:transparent transparent transparent var(--border-color)}.tooltip_tooltip__U_8ks.tooltip_right__ZyY1F:after{top:50%;left:-5px;margin-top:-5px;border-color:transparent var(--border-color) transparent transparent}.Confetti_container__cHpx6{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.Confetti_piece__iVhNV{position:absolute;top:-10px;width:10px;height:10px;animation:Confetti_fall__Rfn5r ease-out forwards;opacity:.8}@keyframes Confetti_fall__Rfn5r{0%{transform:translateY(-10px) rotate(0deg);opacity:.8}to{transform:translateY(100vh) rotate(1turn);opacity:0}}.accordion_question__VHC4q{position:relative;width:100%;margin-bottom:1rem;border-radius:var(--border-radius-md);background-color:var(--bg-secondary);border:1px solid var(--border-color);overflow:hidden;transition:all .3s ease-in-out}.accordion_question__VHC4q:hover{border-color:var(--border-color-hover)}.accordion_questionHeader__9w5qx{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.accordion_question__VHC4q h3{margin:0;font-size:var(--font-size-md);font-weight:500;color:var(--text-primary);flex-grow:1}.accordion_chevron___cTVc{width:10px;height:10px;border-style:solid;border-color:var(--text-secondary);border-width:0 2px 2px 0;transform:rotate(45deg);transition:transform .3s ease-in-out;margin-left:1rem}.accordion_open__J9HrU .accordion_chevron___cTVc{transform:rotate(-135deg)}.accordion_answerContent__jT_N7{padding:0 1.5rem;max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out,padding-bottom .3s ease-in-out;color:var(--text-secondary);font-size:var(--font-size-sm);line-height:1.6}.accordion_open__J9HrU .accordion_answerContent__jT_N7{max-height:500px;opacity:1;padding-bottom:1.5rem}.accordion_answerContent__jT_N7 p{margin:0 0 .75rem}.accordion_answerContent__jT_N7 p:last-child{margin-bottom:0}.accordion_answerContent__jT_N7 a{color:var(--color-accent);text-decoration:underline;font-weight:500}.accordion_answerContent__jT_N7 a:hover{color:var(--color-accent-dark)}.accordion_listItem__2j_Sv{margin-left:1rem;list-style-type:disc}.dropsCount_dropsList__EL6_H{display:flex;flex-direction:column;gap:1rem;width:100%;height:100%;overflow-y:auto}.dropsCount_dropsList__EL6_H::-webkit-scrollbar{width:.5rem;background-color:var(--bg-quaternary)}.dropsCount_dropsList__EL6_H::-webkit-scrollbar-thumb{background-color:var(--bg-tertiary);border-radius:var(--border-radius-sm)}.dropsCount_dropItem__6OTtC{display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:var(--border-radius-sm);background-color:var(--bg-secondary);transition:transform .2s ease,box-shadow .2s ease}.dropsCount_dropItem__6OTtC:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.dropsCount_dropIcon__I47et{width:40px;height:40px;object-fit:contain}.dropsCount_dropInfo__gikB6{display:flex;flex-direction:column;flex:1 1}.dropsCount_dropType__XXMzO{font-weight:600;color:var(--text-primary);font-size:1rem}.dropsCount_dropCount__ULmmp{color:var(--text-secondary);font-size:1.25rem;font-weight:700}.dropsCount_totalCount__655P_{font-size:1rem;font-weight:600;color:var(--text-secondary);padding-top:.75rem;border-top:1px solid var(--border-color);margin-top:auto;text-align:right}.dropsCount_noData__n65W1{display:flex;justify-content:center;align-items:center;height:200px;color:var(--text-secondary);font-size:1rem;font-style:italic}@media (max-width:768px){.dropsCount_dropsCountContainer__ejmJ_{padding:1rem}.dropsCount_dropItem__6OTtC{padding:.5rem}}.style_container__VXn3G{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.style_value__E8Yqv{color:var(--milspec);font-size:var(--font-size-xl);font-weight:700;text-align:center;z-index:0;position:relative}.style_label__rA8iw{color:var(--text-primary);font-size:var(--font-size-sm);font-weight:700;position:absolute;inset:0;display:flex;flex-wrap:nowrap;flex-direction:row;white-space:nowrap;align-items:center;justify-content:center;z-index:1;transform:translateY(-50%)}