.topbar{height:58px;display:flex;align-items:center;gap:10px;padding:0 16px;position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--panel) 88%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);box-shadow:0 10px 28px #0000001a}.desktop-nav{display:flex;gap:5px}.desktop-nav button{background:transparent;border-color:transparent;color:var(--muted);font-weight:750}.desktop-nav button.active{background:color-mix(in srgb,var(--blue) 34%,var(--panel2));border-color:color-mix(in srgb,var(--blue) 38%,var(--line));color:#fff;box-shadow:none}.balance-pill{font-size:18px;font-weight:600;background:var(--panel2);white-space:nowrap}@media(max-width:1160px){.desktop-nav{display:none}}@media(max-width:1160px){.topbar{padding:0 10px}}@media(max-width:760px){.balance-pill{font-size:15px}}.game-topbar{height:72px;padding:0 40px;background:#242529;border:0;border-bottom:1px solid #1d1e22;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;gap:28px}.game-topbar .brand{display:flex;align-items:center;gap:10px;min-height:0;height:72px;padding:0;border:0;background:transparent;color:#e9edf8;border-radius:0;box-shadow:none}.game-topbar .brand:hover{filter:none;color:#fff}.game-topbar .desktop-nav{height:72px;margin:0;gap:30px;display:flex;align-items:center}.game-topbar .desktop-nav button{height:72px;min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#d6dcef;font-size:16px;font-weight:500;letter-spacing:.1px;position:relative}.game-topbar .desktop-nav button:hover{filter:none;color:#fff;background:transparent;border:0}.game-topbar .desktop-nav button.active{background:transparent;border:0;box-shadow:none;color:#fff}.game-topbar .desktop-nav button.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#8b6be8;border-radius:2px 2px 0 0}.topbar-spacer{flex:1}.game-topbar .balance-pill{height:36px;min-height:0;padding:0 10px;border:0;background:transparent;box-shadow:none;color:#f1f4fb;font-size:18px;font-weight:500;border-radius:0}.game-topbar .balance-pill:hover{filter:none;color:#fff;background:transparent}.profile-btn{width:42px;height:42px;min-height:0;padding:0;border:0;border-radius:50%;background:#f5f7ff;box-shadow:none;display:grid;place-items:center}.profile-btn span{width:30px;height:30px;border-radius:50%;background:radial-gradient(circle at 50% 34%,#fff 0 18%,#2e8cf1 19% 37%,transparent 38%),radial-gradient(circle at 50% 86%,#2e8cf1 0 42%,transparent 43%);display:block}.profile-btn:hover{filter:brightness(1.04);border:0}.game-topbar{padding:0 28px;gap:34px}.game-topbar .brand{width:34px;height:72px;gap:0;flex:0 0 34px}.game-topbar .desktop-nav{gap:32px}.game-topbar{width:100%;padding:0;background:#242529;justify-content:center;gap:0}.game-topbar .topbar-inner{width:min(100% - 80px,1167px);height:72px;display:flex;align-items:center;gap:34px;margin:0 auto}@media(max-width:1240px){.game-topbar .topbar-inner{width:calc(100% - 32px)}}@media(max-width:760px){.game-topbar .topbar-inner{width:calc(100% - 24px);height:62px;gap:18px}}@media(max-width:760px){.game-topbar{height:62px}}.game-topbar .balance-pill{margin-right:-28px}.game-topbar .balance-pill{height:32px;padding:0 10px;border-radius:8px;background:#303136;border:1px solid #42434a;color:#f3f5f8;font-size:15px;font-weight:400;line-height:1;display:inline-flex;align-items:center;justify-content:center}.game-topbar .balance-pill:hover{background:#34353a;border-color:#4a4b52;color:#fff}@media(min-width:761px){.game-topbar{height:60px}}@media(min-width:761px){.game-topbar .topbar-inner{height:60px}}@media(min-width:761px){.game-topbar .brand{height:60px}}@media(min-width:761px){.game-topbar .desktop-nav{height:60px}}@media(min-width:761px){.game-topbar .desktop-nav button{height:60px}}.game-topbar #themeBtn.theme-switch{width:46px;min-width:46px;height:24px;min-height:24px;padding:2px;border-radius:999px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(180deg,#f8fbff,#dfe7f1);border:1px solid color-mix(in srgb,var(--line) 78%,#fff);box-shadow:inset 0 1px 2px #0000002e,0 1px #ffffff73;position:relative;flex:0 0 auto;margin-right:-22px;overflow:hidden;line-height:1}.game-topbar #themeBtn.theme-switch span{position:absolute;left:2px;top:2px;width:18px;height:18px;border-radius:50%;display:block;background:linear-gradient(180deg,#fff,#edf2f8);box-shadow:0 1px 4px #00000057;transform:translate(0);transition:transform .16s,background .16s;z-index:1}.game-topbar #themeBtn.theme-switch i{position:relative;z-index:2;width:18px;height:18px;display:grid;place-items:center;font-style:normal;font-size:10px;line-height:1;pointer-events:none}.game-topbar #themeBtn.theme-switch .theme-icon-sun:before{content:"☀"}.game-topbar #themeBtn.theme-switch .theme-icon-moon:before{content:"☾"}.game-topbar #themeBtn.theme-switch[data-theme-state=dark]{background:linear-gradient(180deg,#273246,#182031);border-color:#3e4c66;box-shadow:inset 0 1px 2px #0000006b,0 0 0 1px #7fa7ff0d}.game-topbar #themeBtn.theme-switch[data-theme-state=dark] span{transform:translate(22px);background:linear-gradient(180deg,#9fc0ff,#5e82df)}.game-topbar #themeBtn.theme-switch[data-theme-state=dark] .theme-icon-sun{color:#6f7a8d}.game-topbar #themeBtn.theme-switch[data-theme-state=dark] .theme-icon-moon{color:#f4f8ff}.game-topbar #themeBtn.theme-switch:not([data-theme-state=dark]) .theme-icon-sun{color:#171b22}.game-topbar #themeBtn.theme-switch:not([data-theme-state=dark]) .theme-icon-moon{color:#7f8998}.game-topbar #themeBtn.theme-switch:hover{filter:brightness(1.06);border-color:color-mix(in srgb,var(--blue) 38%,var(--line))}html[data-theme=light] .game-topbar{background:#f7faffe6;border-bottom:1px solid #d8e1ef;box-shadow:0 8px 22px #23375514}html[data-theme=light] .game-topbar .desktop-nav button{color:#445166}html[data-theme=light] .game-topbar .desktop-nav button:hover,html[data-theme=light] .game-topbar .desktop-nav button.active{color:#121722}html[data-theme=light] .game-topbar .balance-pill{background:#eef3f9;border:1px solid #cdd6e4;color:#111722;border-radius:8px}html[data-theme=light] .game-topbar .balance-pill:hover{background:#e4ebf5;border-color:#b9c6d8;color:#111722}html[data-theme=dark] .game-topbar{background:#242529;border-bottom:1px solid #1d1e22;box-shadow:none}html[data-theme=dark] .game-topbar .desktop-nav button{color:#d6dcef}html[data-theme=dark] .game-topbar .desktop-nav button:hover,html[data-theme=dark] .game-topbar .desktop-nav button.active{color:#fff}html[data-theme=dark] .game-topbar .balance-pill{background:#303136;border:1px solid #42434a;color:#f3f5f8;border-radius:8px}.game-topbar #themeBtn.theme-switch{background:var(--panel2)!important;border-color:var(--line)!important;box-shadow:none!important}.game-topbar #themeBtn.theme-switch span{background:var(--text)!important;box-shadow:none!important}.game-topbar #themeBtn.theme-switch[data-theme-state=dark]{background:#30333d!important;border-color:#464b58!important;box-shadow:none!important}.game-topbar #themeBtn.theme-switch[data-theme-state=dark] span{background:#dfe8ff!important}.game-topbar #themeBtn.theme-switch .theme-icon-sun,.game-topbar #themeBtn.theme-switch .theme-icon-moon{color:#7f8998!important}.game-topbar #themeBtn.theme-switch:not([data-theme-state=dark]) .theme-icon-sun{color:#ff8a2b!important}.game-topbar #themeBtn.theme-switch[data-theme-state=dark] .theme-icon-moon{color:#ff8a2b!important}.game-topbar #themeBtn.theme-switch:not([data-theme-state=dark]) span{transform:translate(0)!important}.game-topbar #themeBtn.theme-switch[data-theme-state=dark] span{transform:translate(22px)!important}html[data-theme=light] .game-topbar #themeBtn.theme-switch span{background:#f8fbff!important;border:1px solid #d4deeb!important;box-shadow:none!important}html[data-theme=light] .game-topbar #themeBtn.theme-switch .theme-icon-sun{color:#ff8a2b!important}html[data-theme=light] .game-topbar #themeBtn.theme-switch .theme-icon-moon{color:#9aa5b5!important}html[data-theme=dark] .game-topbar #themeBtn.theme-switch span{background:#242832!important;border:1px solid #4a5364!important;box-shadow:none!important}html[data-theme=dark] .game-topbar #themeBtn.theme-switch .theme-icon-sun{color:#7b8494!important}html[data-theme=dark] .game-topbar #themeBtn.theme-switch .theme-icon-moon{color:#ff8a2b!important}.game-topbar #themeBtn.theme-switch{width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;padding:0!important;border-radius:8px!important;display:grid!important;place-items:center!important;justify-content:center!important;margin-right:-20px!important;overflow:hidden!important;background:var(--panel2)!important;border:1px solid var(--line)!important;box-shadow:none!important}.game-topbar #themeBtn.theme-switch span,.game-topbar #themeBtn.theme-switch i{display:none!important}.game-topbar #themeBtn.theme-switch:before{content:"☾";font-size:15px;line-height:1;color:#ff8a2b}.game-topbar #themeBtn.theme-switch[data-theme-state=dark]:before{content:"☀";color:#ff8a2b}html[data-theme=light] .game-topbar #themeBtn.theme-switch{background:#eef3f9!important;border-color:#cfd8e6!important}html[data-theme=dark] .game-topbar #themeBtn.theme-switch{background:#30333d!important;border-color:#464b58!important}.game-topbar .brand.text-brand{width:42px!important;flex:0 0 42px!important;height:60px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;color:var(--text)!important}.game-topbar .brand.text-brand .brand-title{display:block;font-size:16px;font-weight:850;line-height:15px;letter-spacing:-.3px;color:var(--text)}.game-topbar .brand.text-brand .brand-sub{display:block;margin-top:1px;font-size:9px;font-weight:650;line-height:10px;letter-spacing:.1px;color:var(--muted);text-transform:lowercase}.game-topbar .brand.text-brand:hover .brand-title{color:var(--text)}.game-topbar .brand.text-brand:hover .brand-sub{color:var(--muted)}.game-topbar .brand.text-brand{width:52px!important;flex-basis:52px!important}.game-topbar .brand.text-brand .brand-title{font-size:20px!important;line-height:18px!important;font-weight:850!important}.game-topbar .brand.text-brand .brand-sub{font-size:10px!important;line-height:10px!important;margin-top:1px!important}.game-topbar .brand.text-brand{position:relative!important;margin-right:8px!important}.game-topbar .brand.text-brand:after{content:"";position:absolute;right:-12px;top:50%;width:1px;height:24px;transform:translateY(-50%);background:color-mix(in srgb,var(--muted) 34%,transparent);border-radius:1px}.game-topbar .desktop-nav{margin-left:-8px!important}.game-topbar .brand.text-brand{margin-right:2px!important}.game-topbar .brand.text-brand:after{right:-8px!important}.game-topbar .desktop-nav{margin-left:-10px!important}.game-topbar .brand.text-brand:after{right:1px!important}.game-topbar .brand.text-brand .brand-sub{font-size:11px!important;line-height:11px!important;position:relative!important}.game-topbar .brand.text-brand:after{display:none!important}.game-topbar .brand.text-brand .brand-sub:after{content:"";position:absolute;left:calc(100% + 8px);top:-17px;width:1px;height:24px;background:color-mix(in srgb,var(--muted) 34%,transparent);border-radius:1px}.game-topbar .brand.text-brand .brand-sub{display:inline-block!important;width:auto!important}.game-topbar .brand.text-brand .brand-sub:after{left:calc(100% + 8px)!important;background:color-mix(in srgb,var(--muted) 44%,transparent)!important}.game-topbar .brand.text-brand .brand-sub:after{content:""!important;position:absolute!important;left:calc(100% + 8px)!important;top:-17px!important;width:1px!important;height:24px!important;background:color-mix(in srgb,var(--muted) 44%,transparent)!important;border-radius:1px!important}.game-topbar .brand.text-brand:after{content:""!important;display:block!important;position:absolute!important;left:42px!important;right:auto!important;top:50%!important;width:1px!important;height:24px!important;transform:translateY(-50%)!important;background:var(--line)!important;border-radius:1px!important}.game-topbar .brand.text-brand:after{content:""!important;display:block!important;position:absolute!important;left:43px!important;right:auto!important;top:50%!important;width:1px!important;height:24px!important;transform:translateY(-50%)!important;background:#8a94a6!important;border-radius:1px!important;z-index:3!important}.game-topbar .brand.text-brand .brand-sub{font-size:11px!important;line-height:11px!important}.game-topbar .brand.text-brand .brand-sub:after{display:none!important}.game-topbar .brand.text-brand:after{content:""!important;display:block!important;position:absolute!important;left:47px!important;right:auto!important;top:50%!important;width:1px!important;height:24px!important;transform:translateY(-50%)!important;background:#8a94a6!important;border-radius:1px!important;z-index:3!important}html[data-theme=light] .game-topbar .brand.text-brand:after{background:#b7c2d1!important}.game-topbar .desktop-nav{margin-left:-24px!important}.game-topbar .brand.text-brand:after{left:50px!important}.game-topbar .brand.text-brand:after{left:65px!important}.game-topbar .desktop-nav{margin-left:6px!important;gap:5px!important}.game-topbar .desktop-nav{margin-left:6px!important;gap:24px!important}@media(max-width:560px){.game-topbar .topbar-inner{gap:6px;min-width:0}}@media(max-width:560px){.game-topbar .brand{width:64px;min-width:64px;padding-left:4px;padding-right:8px}}@media(max-width:560px){.game-topbar .brand:after{right:0}}@media(max-width:560px){.game-topbar .theme-switch{width:30px!important;min-width:30px!important;height:32px!important;min-height:32px!important;padding:0!important}}@media(max-width:560px){.game-topbar .balance-pill{height:32px!important;min-height:32px!important;padding:0 8px!important;font-size:14px!important}}@media(max-width:560px){.game-topbar .profile-btn{width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;padding:0!important}}@media(max-width:430px){.game-topbar .balance-pill{display:none!important}}@media(max-width:560px){.game-topbar .balance-pill{display:none!important}}@media(max-width:560px){.game-topbar #themeBtn.theme-switch{display:none!important}}@media(max-width:760px){.game-topbar{height:56px!important;padding:0!important;overflow:hidden}}@media(max-width:760px){.game-topbar .topbar-inner{width:calc(100% - 16px)!important;height:56px!important;gap:8px!important;min-width:0!important;margin:0 auto!important}}@media(max-width:760px){.game-topbar .brand.text-brand{width:58px!important;flex:0 0 58px!important;height:56px!important;margin:0!important;padding:0!important}}@media(max-width:760px){.game-topbar .brand.text-brand:after{right:-5px!important;height:26px!important}}@media(max-width:760px){.game-topbar .desktop-nav{display:flex!important;height:56px!important;gap:8px!important;min-width:0!important;flex:0 1 auto!important;overflow:hidden!important}}@media(max-width:760px){.game-topbar .desktop-nav button{height:56px!important;min-height:56px!important;padding:0 5px!important;font-size:14px!important;white-space:nowrap!important}}@media(max-width:760px){.game-topbar .topbar-spacer{flex:1 1 auto!important;min-width:4px!important}}@media(max-width:760px){.game-topbar #themeBtn.theme-switch{display:grid!important;width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;padding:0!important;margin:0!important}}@media(max-width:760px){.game-topbar .balance-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:62px!important;height:32px!important;min-height:32px!important;padding:0 8px!important;font-size:14px!important;margin:0!important;white-space:nowrap!important}}@media(max-width:760px){.game-topbar .profile-btn{display:grid!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;margin:0!important}}@media(max-width:560px){.game-topbar .desktop-nav{display:none!important}}@media(max-width:560px){.game-topbar .brand.text-brand{width:60px!important;flex-basis:60px!important}}@media(max-width:560px){.game-topbar #themeBtn.theme-switch{display:grid!important}}@media(max-width:560px){.game-topbar .balance-pill{display:inline-flex!important;min-width:62px!important}}@media(max-width:430px){.game-topbar .brand.text-brand{width:56px!important;flex-basis:56px!important}}@media(max-width:430px){.game-topbar .topbar-inner{gap:6px!important;width:calc(100% - 12px)!important}}@media(max-width:430px){.game-topbar .balance-pill{min-width:58px!important;padding:0 6px!important;font-size:13px!important}}.balance-pill{font-weight:700!important}@media(max-width:760px){.game-topbar .desktop-nav{display:flex!important;height:56px!important;gap:7px!important;flex:0 1 auto!important;min-width:0!important;overflow:hidden!important}}@media(max-width:760px){.game-topbar .desktop-nav button{display:block!important;height:56px!important;min-height:56px!important;padding:0 4px!important;font-size:13px!important;font-weight:700!important;white-space:nowrap!important}}@media(max-width:760px){.game-topbar #themeBtn.theme-switch{display:grid!important}}@media(max-width:760px){.game-topbar .balance-pill{display:inline-flex!important}}@media(max-width:430px){.game-topbar .desktop-nav{gap:5px!important}}@media(max-width:430px){.game-topbar .desktop-nav button{font-size:12px!important;padding:0 3px!important}}@media(max-width:430px){.game-topbar .brand.text-brand{width:52px!important;flex-basis:52px!important}}@media(max-width:430px){.game-topbar .balance-pill{min-width:54px!important;font-size:12px!important;padding:0 5px!important}}@media(max-width:430px){.game-topbar #themeBtn.theme-switch{width:30px!important;min-width:30px!important;height:30px!important;min-height:30px!important}}@media(max-width:430px){.game-topbar .profile-btn{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important}}.game-topbar button,.desktop-nav button,.balance-pill{font-weight:700!important}.game-topbar .desktop-nav{align-self:stretch!important;align-items:stretch!important}.game-topbar .desktop-nav button{display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;padding-top:0!important;padding-bottom:0!important}@media(max-width:760px){.game-topbar .desktop-nav{display:flex!important;align-self:stretch!important;align-items:stretch!important;margin-top:0!important;transform:none!important}}@media(max-width:760px){.game-topbar .desktop-nav button{display:flex!important;align-items:center!important;justify-content:center!important;height:56px!important;min-height:56px!important;line-height:1!important;padding-top:0!important;padding-bottom:0!important}}html body .desktop-nav button,html body .desktop-nav button *,html body .game-topbar button,html body .game-topbar button *,html body .profile-btn,html body .profile-btn *{font-family:Open Sans,tahoma,arial,sans-serif!important;font-weight:600!important;font-size:13px!important;line-height:normal!important}html body .game-topbar .desktop-nav button,html body .game-topbar .desktop-nav button.active{font-size:18px!important;line-height:normal!important}html body .topbar .desktop-nav{display:flex!important;gap:5px!important;margin-left:0!important}html body .topbar .desktop-nav button,html body .topbar .desktop-nav button.active{font-family:Inter,Arial,sans-serif!important;font-size:16px!important;line-height:normal!important;font-weight:750!important;padding:10px 12px!important;min-height:40px!important;border-radius:9px!important}html body .topbar .desktop-nav button{background:transparent!important;border-color:transparent!important;color:var(--muted)!important;box-shadow:none!important}html body .topbar .desktop-nav button.active{background:color-mix(in srgb,var(--blue) 34%,var(--panel2))!important;border-color:color-mix(in srgb,var(--blue) 38%,var(--line))!important;color:#fff!important;box-shadow:none!important}html body .game-topbar{height:58px!important;padding:0!important}html body .game-topbar .topbar-inner{width:100%!important;max-width:none!important;height:58px!important;min-height:58px!important;margin:0!important;padding:0 20px!important;gap:0!important}html body .game-topbar .brand.text-brand{height:58px!important;margin-right:24px!important;flex:0 0 auto!important}html body .game-topbar .brand.text-brand:after{left:64px!important;height:24px!important}html body .game-topbar .desktop-nav{height:58px!important;margin-left:-8px!important;gap:0!important;flex:0 0 auto!important}html body .game-topbar .desktop-nav button,html body .game-topbar .desktop-nav button.active{height:58px!important;min-height:58px!important;padding:0 14px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#aeb4c1!important;font-family:Inter,Arial,sans-serif!important;font-size:16px!important;font-weight:750!important;line-height:normal!important;position:relative!important}html body .game-topbar .desktop-nav button.active{color:#fff!important}html body .game-topbar .desktop-nav button.active:after{content:""!important;position:absolute!important;left:50%!important;right:auto!important;bottom:0!important;width:calc(100% - 28px)!important;max-width:64px!important;height:2px!important;transform:translate(-50%)!important;background:#8b72ff!important;border-radius:2px!important;display:block!important}html body .game-topbar .topbar-inner{padding-left:20px!important;padding-right:20px!important;gap:8px!important}html body .game-topbar .desktop-nav{margin-left:8px!important;gap:0!important}html body .game-topbar .desktop-nav button,html body .game-topbar .desktop-nav button.active{font-size:16px!important;font-weight:650!important;font-family:Inter,Arial,sans-serif!important;line-height:normal!important;height:58px!important;min-height:58px!important;padding-left:14px!important;padding-right:14px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}html body .game-topbar #themeBtn.theme-switch,html body .game-topbar .balance-pill,html body .game-topbar .profile-btn{margin-left:0!important;margin-right:0!important;flex:0 0 auto!important}html body .game-topbar .balance-pill{min-width:62px!important;justify-content:center!important}html body .game-topbar .desktop-nav button.active{font-weight:600!important}html body .game-topbar .topbar-inner{width:100%!important;max-width:1360px!important;margin-left:auto!important;margin-right:auto!important;padding-left:18px!important;padding-right:18px!important}html body .game-topbar .brand.text-brand{margin-right:10px!important}html body .game-topbar .desktop-nav{margin-left:8px!important}html body .game-topbar .topbar-spacer{flex:1 1 auto!important}html body .game-topbar .topbar-inner{max-width:none!important;padding-left:max(18px,calc((100vw - 1182px)/2))!important;padding-right:max(18px,calc((100vw - 1182px)/2))!important}html body .game-topbar #themeBtn.theme-switch{margin-right:4px!important}html body .game-topbar .balance-pill{margin-right:-2px!important}html body .game-topbar .profile-btn{margin-right:0!important}@media(max-width:760px){html body .game-topbar .topbar-inner{padding-left:18px!important;padding-right:18px!important;gap:6px!important}}@media(max-width:760px){html body .game-topbar .brand.text-brand{width:52px!important;flex:0 0 52px!important;margin-right:0!important}}@media(max-width:760px){html body .game-topbar .brand.text-brand:after{left:47px!important}}@media(max-width:760px){html body .game-topbar .desktop-nav{margin-left:4px!important;gap:0!important;flex:0 1 auto!important;min-width:0!important}}@media(max-width:760px){html body .game-topbar .desktop-nav button,html body .game-topbar .desktop-nav button.active{font-size:13px!important;font-weight:600!important;padding-left:4px!important;padding-right:4px!important;height:56px!important;min-height:56px!important}}@media(max-width:430px){html body .game-topbar .desktop-nav button,html body .game-topbar .desktop-nav button.active{font-size:12px!important;padding-left:3px!important;padding-right:3px!important}}@media(max-width:430px){html body .game-topbar .balance-pill{display:none!important}}@media(max-width:760px){html body .game-topbar .brand.text-brand{width:52px!important;min-width:52px!important;flex-basis:52px!important}}@media(max-width:760px){html body .game-topbar .desktop-nav button,html body .game-topbar .desktop-nav button.active{font-size:15px!important;padding-left:4px!important;padding-right:4px!important;font-weight:650!important}}@media(max-width:430px){html body .game-topbar .desktop-nav button,html body .game-topbar .desktop-nav button.active{font-size:14px!important;padding-left:3px!important;padding-right:3px!important}}.game-topbar{position:static!important;top:auto!important}.game-topbar{height:60px!important;display:flex!important;align-items:center!important;gap:0!important;padding:0!important;position:static!important;top:auto!important;z-index:50!important;background:#242529!important;border-bottom:1px solid #1d1e22!important}.game-topbar .topbar-inner{width:100%!important;max-width:none!important;height:58px!important;display:flex!important;align-items:center!important;gap:8px!important;margin:0!important;padding:0 49px!important}.game-topbar .brand{width:52px!important;height:58px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border-radius:0!important}.game-topbar .desktop-nav{height:58px!important;display:flex!important;align-items:center!important;gap:0!important}.game-topbar .topbar-spacer{flex:1 1 auto!important}.game-topbar .theme-switch,.game-topbar .balance-pill{height:32px!important;min-height:32px!important;border-radius:8px!important}.game-topbar .theme-switch{width:32px!important;min-width:32px!important;padding:0!important}.game-topbar .balance-pill{padding:0 10px!important;font-size:13px!important;font-weight:400!important}.game-topbar .profile-btn{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important}@media(max-width:760px){.game-topbar .topbar-inner{padding:0 12px!important}}html[data-theme=light] .game-topbar{background:#f6f8fc!important;border-bottom-color:#cdd6e4!important;box-shadow:0 1px #ffffffb8,0 8px 22px #16223414!important}html[data-theme=light] .game-topbar .theme-switch,html[data-theme=light] .game-topbar .balance-pill,html[data-theme=light] .game-topbar .profile-btn{background:#e9eef6!important;border-color:#c8d2df!important;color:#172033!important}html[data-theme=light] .game-topbar .desktop-nav button{color:#5f6c7d!important}html[data-theme=light] .game-topbar .desktop-nav button.active{color:#172033!important;text-shadow:none!important}html body .game-topbar .brand.text-brand .brand-label{position:relative!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;height:58px!important;width:max-content!important}html body .game-topbar .desktop-nav button.active:after{display:none!important}html body .game-topbar .desktop-nav button .topbar-nav-label{position:relative!important;display:flex!important;align-items:center!important;height:100%!important}html body .game-topbar .desktop-nav button.active .topbar-nav-label:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:2px!important;background:#8b72ff!important;border-radius:2px!important;display:block!important}.game-topbar .balance-menu{position:relative!important;display:flex!important;align-items:center!important;margin-right:8px!important}.game-topbar .balance-pill{display:flex!important;align-items:center!important}html body .game-topbar .balance-pill{height:32px!important;min-height:32px!important;padding-top:1px!important;padding-bottom:0!important;font-family:Arial,Helvetica Neue,Helvetica,sans-serif!important;font-weight:400!important;line-height:1!important;letter-spacing:.15px!important;align-items:center!important;justify-content:center!important}.game-topbar .balance-dropdown{position:absolute!important;right:0!important;top:42px!important;width:216px!important;padding:10px 10px 6px!important;border:1px solid #303540!important;border-radius:12px!important;background:#24272f!important;box-shadow:0 18px 44px #0000005c!important;display:none!important;z-index:80!important}.game-topbar .balance-menu.open .balance-dropdown{display:block!important}.game-topbar .balance-dropdown-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:5px 2px!important;color:#aeb9cb!important;font-size:13px!important}.game-topbar .balance-dropdown-row strong{color:#fff!important;font-family:Arial,Helvetica Neue,Helvetica,sans-serif!important;font-size:13px!important;font-weight:400!important;letter-spacing:.15px!important}.game-topbar .balance-dropdown-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:8px!important}.game-topbar .balance-dropdown-actions button,.game-topbar .balance-history{height:30px!important;min-height:30px!important;padding:0 12px!important;border-radius:8px!important;font-size:13px!important;font-weight:600!important;color:#fff!important;box-shadow:none!important}.game-topbar .balance-history{height:26px!important;min-height:26px!important;padding:0 10px!important;font-weight:400!important;line-height:1!important}.game-topbar .balance-dropdown-actions button:hover{filter:brightness(1.06)!important}.game-topbar .balance-history{width:100%!important;margin-top:8px!important;background:transparent!important;color:#8fb9ff!important;border-color:transparent!important}html body .game-topbar #themeBtn.theme-switch{background:transparent!important;border-color:transparent!important;box-shadow:none!important;opacity:.54!important}html body .game-topbar #themeBtn.theme-switch:hover{opacity:.9!important;background:transparent!important}html body .game-topbar #themeBtn.theme-switch,html body .game-topbar .balance-pill,html body .game-topbar .profile-btn{margin-left:0!important;margin-right:0!important}@media(min-width:1161px){html body .topbar .desktop-nav button,html body .topbar .desktop-nav button.active,html body .game-topbar .desktop-nav button,html body .game-topbar .desktop-nav button.active,html body .game-topbar .desktop-nav button .topbar-nav-label{font-size:15px!important}}@media(max-width:560px){html body .game-topbar .desktop-nav{gap:5px!important;flex:0 0 auto!important;overflow:visible!important}html body .game-topbar .desktop-nav button,html body .game-topbar .desktop-nav button .topbar-nav-label{flex:0 0 auto!important;white-space:nowrap!important;overflow:visible!important}html body .game-topbar .topbar-spacer{min-width:0!important}}html[data-theme=dark] body .game-topbar #themeBtn.theme-switch,html[data-theme=light] body .game-topbar #themeBtn.theme-switch{background:transparent!important;border-color:transparent!important;box-shadow:none!important}html[data-theme=light] .game-topbar .balance-dropdown{background:#fff!important;border-color:#d7dfeb!important;box-shadow:0 18px 44px #16223429!important}html[data-theme=light] .game-topbar .balance-dropdown-row{color:#667487!important}html[data-theme=light] .game-topbar .balance-dropdown-row strong{color:#172033!important}html[data-theme=light] .game-topbar .balance-dropdown-actions button{color:#fff!important}html body .game-topbar{position:relative!important;z-index:1000!important;overflow:visible!important}html body .game-topbar .topbar-inner{position:relative!important;z-index:1001!important;overflow:visible!important}html body .game-topbar .balance-menu{z-index:1002!important}html body .game-topbar .balance-dropdown{z-index:1003!important}@media(max-width:560px){html body .game-topbar,html body .game-topbar .topbar-inner{overflow:visible!important}html body .game-topbar .balance-menu{display:flex!important;flex:0 0 auto!important;margin-right:6px!important}html body .game-topbar .balance-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:54px!important;height:30px!important;min-height:30px!important;padding:1px 6px 0!important;font-size:12px!important;font-weight:400!important;line-height:1!important}html body .game-topbar .balance-dropdown{top:38px!important;right:-44px!important;width:216px!important}}html[data-theme] body .game-topbar .balance-menu .balance-pill,html[data-theme] body .game-topbar .balance-menu .balance-dropdown{background:var(--m1-translucent-surface)!important;border-color:var(--m1-translucent-border)!important;backdrop-filter:blur(var(--m1-translucent-blur))!important;-webkit-backdrop-filter:blur(var(--m1-translucent-blur))!important;box-shadow:var(--m1-translucent-shadow)!important}@media(max-width:370px){html body .game-topbar .topbar-inner{padding-left:10px!important;padding-right:8px!important;gap:4px!important}html body .game-topbar .brand.text-brand{width:50px!important;min-width:50px!important;flex-basis:50px!important}html body .game-topbar .brand.text-brand:after{left:46px!important}html body .game-topbar .desktop-nav{margin-left:9px!important;gap:4px!important}html body .game-topbar .desktop-nav button,html body .game-topbar .desktop-nav button.active{font-size:12px!important;padding-left:2px!important;padding-right:2px!important}html body .game-topbar #themeBtn.theme-switch{width:24px!important;min-width:24px!important;margin-right:0!important}html body .game-topbar .balance-menu{margin-right:3px!important}html body .game-topbar .balance-pill{min-width:48px!important;padding-left:5px!important;padding-right:5px!important;font-size:11px!important}html body .game-topbar .profile-btn{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important}}.game-topbar .profile-btn[data-user-icon=dev_seller]{background:linear-gradient(135deg,#33215f,#7c3aed)!important;border:1px solid rgba(196,181,253,.55)!important;box-shadow:0 0 0 2px #7c3aed2e!important}.game-topbar .profile-btn[data-user-icon=dev_seller] span{position:relative!important;background:linear-gradient(180deg,#f5f3ff,#c4b5fd)!important;display:grid!important;place-items:center!important}.game-topbar .profile-btn[data-user-icon=dev_seller] span:before{content:"S";color:#4c1d95;font-size:17px;font-weight:800;line-height:1}html body .game-topbar #themeBtn.theme-switch:before{content:""!important;display:block!important;width:18px!important;height:18px!important;font-size:0!important;line-height:0!important;color:transparent!important;background:#ff8a2b!important;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.2 3.1c-2.65.7-4.65 3.1-4.65 5.95 0 3.55 2.9 6.45 6.45 6.45.6 0 1.18-.08 1.73-.24-1.38 2.05-3.73 3.39-6.39 3.39-4.27 0-7.74-3.46-7.74-7.74 0-3.63 2.51-6.68 5.9-7.51 1.54-.37 3.04-.42 4.7-.3Z'/%3E%3C/svg%3E") center/contain no-repeat!important;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.2 3.1c-2.65.7-4.65 3.1-4.65 5.95 0 3.55 2.9 6.45 6.45 6.45.6 0 1.18-.08 1.73-.24-1.38 2.05-3.73 3.39-6.39 3.39-4.27 0-7.74-3.46-7.74-7.74 0-3.63 2.51-6.68 5.9-7.51 1.54-.37 3.04-.42 4.7-.3Z'/%3E%3C/svg%3E") center/contain no-repeat!important;-webkit-mask-position:center calc(50% + 1px)!important;mask-position:center calc(50% + 1px)!important}html body .game-topbar #themeBtn.theme-switch[data-theme-state=dark]:before{width:16px!important;height:16px!important;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 6.1a.9.9 0 0 1-.9-.9V3.7a.9.9 0 1 1 1.8 0v1.5a.9.9 0 0 1-.9.9Zm0 15.1a.9.9 0 0 1-.9-.9v-1.5a.9.9 0 1 1 1.8 0v1.5a.9.9 0 0 1-.9.9Zm6.8-8.3a.9.9 0 1 1 0-1.8h1.5a.9.9 0 1 1 0 1.8h-1.5Zm-15.1 0a.9.9 0 1 1 0-1.8h1.5a.9.9 0 1 1 0 1.8H3.7Zm12.8-5.4a.9.9 0 0 1 0-1.27l1.06-1.06a.9.9 0 1 1 1.27 1.27l-1.06 1.06a.9.9 0 0 1-1.27 0ZM5.17 18.83a.9.9 0 0 1 0-1.27l1.06-1.06a.9.9 0 1 1 1.27 1.27l-1.06 1.06a.9.9 0 0 1-1.27 0Zm12.39 0-1.06-1.06a.9.9 0 1 1 1.27-1.27l1.06 1.06a.9.9 0 0 1-1.27 1.27ZM6.23 7.5 5.17 6.44a.9.9 0 0 1 1.27-1.27L7.5 6.23A.9.9 0 0 1 6.23 7.5ZM12 16.2a4.2 4.2 0 1 1 0-8.4 4.2 4.2 0 0 1 0 8.4Z'/%3E%3C/svg%3E") center/contain no-repeat!important;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 6.1a.9.9 0 0 1-.9-.9V3.7a.9.9 0 1 1 1.8 0v1.5a.9.9 0 0 1-.9.9Zm0 15.1a.9.9 0 0 1-.9-.9v-1.5a.9.9 0 1 1 1.8 0v1.5a.9.9 0 0 1-.9.9Zm6.8-8.3a.9.9 0 1 1 0-1.8h1.5a.9.9 0 1 1 0 1.8h-1.5Zm-15.1 0a.9.9 0 1 1 0-1.8h1.5a.9.9 0 1 1 0 1.8H3.7Zm12.8-5.4a.9.9 0 0 1 0-1.27l1.06-1.06a.9.9 0 1 1 1.27 1.27l-1.06 1.06a.9.9 0 0 1-1.27 0ZM5.17 18.83a.9.9 0 0 1 0-1.27l1.06-1.06a.9.9 0 1 1 1.27 1.27l-1.06 1.06a.9.9 0 0 1-1.27 0Zm12.39 0-1.06-1.06a.9.9 0 1 1 1.27-1.27l1.06 1.06a.9.9 0 0 1-1.27 1.27ZM6.23 7.5 5.17 6.44a.9.9 0 0 1 1.27-1.27L7.5 6.23A.9.9 0 0 1 6.23 7.5ZM12 16.2a4.2 4.2 0 1 1 0-8.4 4.2 4.2 0 0 1 0 8.4Z'/%3E%3C/svg%3E") center/contain no-repeat!important;-webkit-mask-position:center center!important;mask-position:center center!important}.profile-menu{position:relative;display:flex;align-items:center}.profile-dropdown{position:absolute;right:0;top:48px;width:174px;padding:7px;border:1px solid color-mix(in srgb,var(--line) 92%,#fff);border-radius:14px;background:color-mix(in srgb,var(--panel) 96%,#111827);box-shadow:0 18px 44px #00000038;opacity:0;visibility:hidden;transform:translateY(-6px) scale(.98);transform-origin:top right;transition:opacity .16s ease,transform .16s ease,visibility .16s ease;z-index:90}.profile-menu:hover .profile-dropdown,.profile-menu:focus-within .profile-dropdown{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.profile-dropdown:before{content:"";position:absolute;left:0;right:0;top:-10px;height:10px}.profile-dropdown button{display:flex;width:100%;height:34px;min-height:34px;align-items:center;border:0;border-radius:10px;padding:0 10px;background:transparent;color:var(--text);font-size:14px;font-weight:500;text-align:left;box-shadow:none}.profile-dropdown button:hover{background:color-mix(in srgb,var(--blue) 10%,transparent);color:var(--text);filter:none}.profile-dropdown button+button{margin-top:2px}@media(max-width:760px){.profile-dropdown{right:-4px;top:44px}}.game-topbar .profile-menu{position:relative!important;display:flex!important;align-items:center!important;min-width:42px!important;min-height:42px!important}.game-topbar .profile-dropdown{right:0!important;top:0!important;width:246px!important;padding:0!important;border:1px solid #30333b!important;border-radius:5px!important;background:#23252b!important;box-shadow:0 18px 44px #0000005c!important;overflow:hidden!important;transform:translateY(-4px) scale(.96)!important;transform-origin:top right!important;transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important}.game-topbar .profile-menu:hover .profile-dropdown,.game-topbar .profile-menu:focus-within .profile-dropdown{opacity:1!important;visibility:visible!important;transform:translateY(0) scale(1)!important}.game-topbar .profile-dropdown:before{display:none!important}.profile-dropdown-head{display:flex;align-items:center;gap:12px;height:66px;padding:10px 16px;border-bottom:1px solid #373a42;background:#23252b}.profile-dropdown-avatar{width:42px;height:42px;border-radius:50%;background:#aeb0b4;display:block;position:relative;overflow:hidden;flex:0 0 42px}.profile-dropdown-avatar:before{content:"";position:absolute;left:13px;top:8px;width:16px;height:16px;border-radius:50%;background:#76787d}.profile-dropdown-avatar:after{content:"";position:absolute;left:7px;bottom:-2px;width:28px;height:23px;border-radius:50% 50% 0 0;background:#76787d}.profile-dropdown-user{display:grid;gap:2px;min-width:0}.profile-dropdown-user b{color:#e9edf7;font-size:16px;line-height:1.15;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-dropdown-user small{color:#a7abb5;font-size:14px;line-height:1.15;font-weight:400}.profile-dropdown-list{padding:8px 0}.profile-dropdown-list button{height:36px!important;min-height:36px!important;border-radius:0!important;padding:0 16px!important;color:#d9dce5!important;font-size:15px!important;font-weight:400!important;background:transparent!important}.profile-dropdown-list button:hover{background:#2b2e36!important;color:#fff!important}.profile-dropdown-list button:nth-last-child(1){margin-top:8px!important;border-top:1px solid #373a42!important;padding-top:8px!important;height:44px!important}@media(max-width:760px){.game-topbar .profile-dropdown{right:0!important;top:0!important;width:230px!important}}html body .game-topbar,html body .game-topbar .topbar-inner{overflow:visible!important}html body .game-topbar .profile-menu{position:relative!important;display:flex!important;align-items:center!important;width:42px!important;height:42px!important;z-index:120!important}html body .game-topbar .profile-menu .profile-btn{position:relative!important;z-index:1!important}html body .game-topbar .profile-menu .profile-dropdown{position:absolute!important;right:-2px!important;top:-2px!important;width:246px!important;padding:0!important;border:1px solid #30333b!important;border-radius:5px!important;background:#23252b!important;box-shadow:0 18px 44px #0000006b!important;overflow:hidden!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-6px) scale(.96)!important;transform-origin:top right!important;transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important;z-index:130!important}html body .game-topbar .profile-menu:hover .profile-dropdown,html body .game-topbar .profile-menu:focus-within .profile-dropdown{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0) scale(1)!important}html body .game-topbar .profile-dropdown-head{display:flex!important;align-items:center!important;gap:12px!important;height:66px!important;padding:10px 16px!important;border-bottom:1px solid #373a42!important;background:#23252b!important}html body .game-topbar .profile-dropdown-avatar{width:42px!important;height:42px!important;border-radius:50%!important;background:#aeb0b4!important;display:block!important;position:relative!important;overflow:hidden!important;flex:0 0 42px!important}html body .game-topbar .profile-dropdown-avatar:before{content:""!important;position:absolute!important;left:13px!important;top:8px!important;width:16px!important;height:16px!important;border-radius:50%!important;background:#76787d!important}html body .game-topbar .profile-dropdown-avatar:after{content:""!important;position:absolute!important;left:7px!important;bottom:-2px!important;width:28px!important;height:23px!important;border-radius:50% 50% 0 0!important;background:#76787d!important}html body .game-topbar .profile-dropdown-user{display:grid!important;gap:2px!important;min-width:0!important}html body .game-topbar .profile-dropdown-user b{color:#e9edf7!important;font-size:16px!important;line-height:1.15!important;font-weight:500!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .game-topbar .profile-dropdown-user small{color:#a7abb5!important;font-size:14px!important;line-height:1.15!important;font-weight:400!important}html body .game-topbar .profile-dropdown-list{padding:8px 0!important}html body .game-topbar .profile-dropdown-list button{display:flex!important;align-items:center!important;width:100%!important;height:36px!important;min-height:36px!important;border:0!important;border-radius:0!important;padding:0 16px!important;color:#d9dce5!important;font-size:15px!important;font-weight:400!important;background:transparent!important;box-shadow:none!important;text-align:left!important}html body .game-topbar .profile-dropdown-list button:hover{background:#2b2e36!important;color:#fff!important;filter:none!important}html body .game-topbar .profile-dropdown-list button:last-child{margin-top:8px!important;border-top:1px solid #373a42!important;padding-top:8px!important;height:44px!important}html body .game-topbar .profile-menu.open .profile-dropdown{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0) scale(1)!important}html body .game-topbar .balance-menu{z-index:70!important}html body .game-topbar .balance-dropdown{z-index:75!important}html body .game-topbar .profile-menu{z-index:300!important}html body .game-topbar .profile-menu .profile-dropdown{z-index:310!important}html body .game-topbar .profile-menu .profile-dropdown{border-color:var(--line)!important;background:var(--panel)!important;color:var(--text)!important}html body .game-topbar .profile-dropdown-head{border-bottom-color:var(--line)!important;background:var(--panel)!important}html body .game-topbar .profile-dropdown-user b{color:var(--text)!important}html body .game-topbar .profile-dropdown-user small{color:var(--muted)!important}html body .game-topbar .profile-dropdown-list button{color:var(--text)!important;background:transparent!important}html body .game-topbar .profile-dropdown-list button:hover{background:color-mix(in srgb,var(--blue) 10%,transparent)!important;color:var(--text)!important}html body .game-topbar .profile-dropdown-list button:last-child{border-top-color:var(--line)!important}html body .game-topbar .profile-dropdown-avatar{background:color-mix(in srgb,var(--muted) 42%,var(--panel2))!important}html body .game-topbar .profile-dropdown-avatar:before,html body .game-topbar .profile-dropdown-avatar:after{background:color-mix(in srgb,var(--muted) 72%,var(--text))!important}html body .game-topbar .profile-dropdown-head{justify-content:space-between!important;padding:10px 2px 10px 16px!important}html body .game-topbar .profile-dropdown-user{order:1!important;padding-right:10px!important}html body .game-topbar .profile-dropdown-avatar{order:2!important;width:42px!important;height:42px!important;border-radius:50%!important;background:#f5f7ff!important;box-shadow:none!important;display:grid!important;place-items:center!important;position:relative!important;overflow:hidden!important;flex:0 0 42px!important}html body .game-topbar .profile-dropdown-avatar:before{content:""!important;position:static!important;display:block!important;width:30px!important;height:30px!important;border-radius:50%!important;background:radial-gradient(circle at 50% 34%,#fff 0 18%,#2e8cf1 19% 37%,transparent 38%),radial-gradient(circle at 50% 86%,#2e8cf1 0 42%,transparent 43%)!important}html body .game-topbar .profile-dropdown-avatar:after{display:none!important}html body .game-topbar .profile-dropdown-head{position:relative!important;padding:10px 54px 10px 16px!important}html body .game-topbar .profile-dropdown-avatar{position:absolute!important;right:3px!important;top:3px!important}html body .game-topbar .profile-menu .profile-dropdown{right:-4px!important;top:-4px!important}html body .game-topbar .profile-menu .profile-dropdown{transform:none!important;transition:opacity .16s ease,visibility .16s ease!important}html body .game-topbar .profile-menu:hover .profile-dropdown,html body .game-topbar .profile-menu:focus-within .profile-dropdown,html body .game-topbar .profile-menu.open .profile-dropdown{transform:none!important}html body .game-topbar .profile-dropdown-head{box-sizing:border-box!important;height:53.5px!important;min-height:0!important}html body .game-topbar .profile-menu .profile-dropdown{width:184px!important;min-width:184px!important}html body .game-topbar .profile-dropdown-user{max-width:122px!important;overflow:hidden!important}html body .game-topbar .profile-dropdown-user b,html body .game-topbar .profile-dropdown-user small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body .game-topbar .profile-dropdown-head{padding:10px 10px 10px 54px!important}html body .game-topbar .profile-dropdown-avatar{left:3px!important;right:auto!important;top:3px!important}html body .game-topbar .profile-dropdown-user{padding-right:0!important;max-width:122px!important}html body .game-topbar .profile-menu .profile-dropdown{width:184px!important;min-width:184px!important;border-radius:4px!important;background:var(--panel)!important;box-shadow:0 14px 30px #00000038!important;overflow:hidden!important}html body .game-topbar .profile-dropdown-head{height:58px!important;min-height:58px!important;padding:8px 10px 8px 54px!important;background:color-mix(in srgb,var(--panel2) 55%,var(--panel))!important;border-bottom:1px solid var(--line)!important;align-items:center!important}html body .game-topbar .profile-dropdown-avatar{left:8px!important;right:auto!important;top:8px!important;width:42px!important;height:42px!important;background:#f5f7ff!important}html body .game-topbar .profile-dropdown-user{max-width:120px!important;padding:0!important;line-height:1.12!important;gap:2px!important;align-self:center!important}html body .game-topbar .profile-dropdown-user b{font-size:16px!important;font-weight:700!important;line-height:18px!important;color:var(--text)!important}html body .game-topbar .profile-dropdown-user small{font-size:14px!important;line-height:16px!important;color:var(--muted)!important}html body .game-topbar .profile-dropdown-list{padding:10px 0!important;background:var(--panel)!important}html body .game-topbar .profile-dropdown-list button{height:37px!important;padding:0 16px!important;font-size:15px!important;font-weight:400!important;color:var(--text)!important;border-radius:0!important;justify-content:flex-start!important}html body .game-topbar .profile-dropdown-list button:hover{background:color-mix(in srgb,var(--blue) 12%,transparent)!important}html body .game-topbar .profile-dropdown-list button:last-child{margin-top:8px!important;padding-top:0!important;border-top:1px solid var(--line)!important;height:45px!important}html body .game-topbar .profile-menu .profile-dropdown{width:210px!important;min-width:210px!important}html body .game-topbar .profile-dropdown-head{padding:8px 12px 8px 72px!important}html body .game-topbar .profile-dropdown-avatar{left:16px!important;top:8px!important}html body .game-topbar .profile-dropdown-user{max-width:126px!important}html body .game-topbar .profile-dropdown-list{padding:7px 0!important}html body .game-topbar .profile-dropdown-list button{height:32px!important;padding:0 16px!important}html body .game-topbar .profile-dropdown-list button:last-child{height:40px!important;margin-top:6px!important}html body .game-topbar .profile-dropdown-list button{height:30px!important;min-height:30px!important;line-height:30px!important;padding-top:0!important;padding-bottom:0!important;box-sizing:border-box!important}html body .game-topbar .profile-dropdown-list button:last-child{height:36px!important;min-height:36px!important;line-height:36px!important}html body .game-topbar .profile-dropdown-list{padding:0!important}html body .game-topbar .profile-dropdown-list button:first-child{margin-top:0!important}html body .game-topbar .profile-dropdown-list button:last-child{margin-bottom:0!important}html body .game-topbar .profile-menu:not(.open) .profile-dropdown{opacity:0!important;visibility:hidden!important;pointer-events:none!important}html body .game-topbar .profile-menu.open .profile-dropdown{opacity:1!important;visibility:visible!important;pointer-events:auto!important}html body .game-topbar .profile-menu .profile-dropdown{border-color:var(--m1-translucent-border)!important;border-radius:12px!important;background:var(--m1-translucent-surface)!important;box-shadow:var(--m1-translucent-shadow)!important;backdrop-filter:blur(var(--m1-translucent-blur))!important;-webkit-backdrop-filter:blur(var(--m1-translucent-blur))!important}html body .game-topbar .profile-dropdown-head{border-bottom-color:var(--m1-translucent-border)!important;background:color-mix(in srgb,var(--panel2) 72%,transparent)!important}html body .game-topbar .profile-menu .profile-dropdown{background:#ffffff6b!important}html body .game-topbar .profile-dropdown-head{background:#fff3!important}html body .game-topbar .profile-dropdown-list{background:transparent!important}html body .game-topbar .profile-menu .profile-dropdown{background:var(--m1-translucent-surface)!important;border-color:var(--m1-translucent-border)!important}html body .game-topbar .profile-dropdown-head{background:color-mix(in srgb,var(--panel2) 72%,transparent)!important;border-bottom-color:var(--m1-translucent-border)!important}html[data-theme=light] body .game-topbar .profile-menu .profile-dropdown{background:#ffffff85!important;border-color:#cdd6e485!important}html[data-theme=light] body .game-topbar .balance-dropdown,html[data-theme=light] body .game-topbar .profile-menu .profile-dropdown{background:#ffffffa6!important;border-color:#cdd6e4a6!important}html[data-theme=dark] body .game-topbar .balance-dropdown,html[data-theme=dark] body .game-topbar .profile-menu .profile-dropdown{background:#24272fa6!important;border-color:#363b46a6!important}html[data-theme=light] body .balance-dropdown{background:#ffffffa6!important;border-color:#cdd6e4a6!important}html[data-theme=dark] body .balance-dropdown{background:#24272fa6!important;border-color:#363b46a6!important}html[data-theme=light] body .game-topbar .balance-dropdown,html[data-theme=light] body .game-topbar .profile-menu .profile-dropdown{background-color:#ffffffa6!important}html[data-theme=dark] body .game-topbar .balance-dropdown,html[data-theme=dark] body .game-topbar .profile-menu .profile-dropdown{background-color:#24272fa6!important}html[data-theme=light] body .game-topbar .balance-menu{--m1-translucent-surface:rgba(255,255,255,.65)!important;--m1-translucent-border:rgba(205,214,228,.65)!important}html[data-theme=dark] body .game-topbar .balance-menu{--m1-translucent-surface:rgba(36,39,47,.65)!important;--m1-translucent-border:rgba(54,59,70,.65)!important}main{max-width:1167px;width:calc(100% - 80px);margin:0 auto;padding:28px 0 46px}.view{width:100%}.home-view{display:grid;gap:12px}.home-head{display:grid;grid-template-columns:1fr!important;gap:12px;align-items:stretch}.home-hero{padding:0;background:transparent;border:0;box-shadow:none;border-radius:0}.home-hero .home-intro{margin:0;max-width:640px;color:var(--muted);font-size:14px;line-height:1.5;font-weight:500}.home-balance{display:none!important;justify-content:end;padding:0;background:transparent;border:0;box-shadow:none;border-radius:0}.home-balance span{color:var(--muted);font-size:14px;line-height:1.5;font-weight:500}.home-balance-rows{display:grid;grid-template-columns:max-content max-content;column-gap:18px;row-gap:7px;justify-content:end}.home-balance-row{display:contents}.home-balance-row b{font-size:14px;font-weight:500;text-align:right}.home-balance-actions{display:flex;justify-content:center;gap:12px;width:100%;margin-top:10px}.home-link{min-height:0;padding:0;border:0;background:transparent;color:var(--blue);font-size:14px;font-weight:500}.home-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(560px,calc(50% - 6px));gap:12px;align-items:start;margin-top:28px}.home-guide,.home-feed{padding:0;background:transparent;border:0;box-shadow:none;border-radius:0}.home-feed{justify-self:end!important;width:328px!important;max-width:100%!important}.home-guide h2,.home-feed h2{margin:0;font-size:16px;letter-spacing:-.02em;font-weight:700}.home-feed header{display:flex;align-items:center;justify-content:flex-end!important;gap:10px;margin:0 0 8px!important}.home-feed header h2{display:none!important}.home-guide button,.home-feed header button{min-height:34px;padding:7px 10px;font-size:14px;font-weight:500}.home-guide-list{display:grid;gap:10px;margin-top:10px}.home-guide-list div{padding:0;border:0;border-radius:0;background:transparent}.home-guide-list b{display:block;font-size:14px;line-height:1.5;font-weight:500}.home-guide-list p{margin:5px 0 10px;color:var(--muted);line-height:1.5;font-size:14px;font-weight:500}.home-feed-stack,.home-activity-block{width:328px!important;max-width:100%!important}.home-feed-stack{display:grid;gap:18px}.home-activity-block{display:grid;gap:8px}.home-feed-title{display:block!important;min-height:0!important;margin:0 0 8px!important;padding:0!important;border:0!important;background:transparent!important;color:var(--muted)!important;font-family:inherit!important;font-size:12px!important;font-weight:700!important;line-height:1.2!important;text-align:left!important;appearance:none!important;cursor:pointer!important}.home-feed-title:hover{color:var(--text)!important}.home-activity-grid{display:grid!important;grid-template-columns:repeat(3,104px)!important;gap:8px!important;align-items:start!important;justify-content:start!important}.home-activity-grid .home-activity-card:nth-child(n+7){display:none!important}.home-activity-card{box-sizing:border-box!important;position:relative!important;display:flex!important;flex-direction:column!important;width:104px!important;min-width:104px!important;max-width:104px!important;height:116px!important;min-height:116px!important;max-height:116px!important;overflow:hidden!important;padding:0!important;border:1px solid var(--line)!important;border-radius:8px!important;background:var(--m1-market-card-bg, #30333d)!important;color:inherit!important;text-align:left!important;text-decoration:none!important;line-height:1!important}.home-activity-card .item-art{box-sizing:border-box!important;position:relative!important;display:block!important;flex:0 0 96px!important;width:100%!important;height:96px!important;min-height:96px!important;max-height:96px!important;overflow:hidden!important;background:transparent!important;box-shadow:none!important}.home-activity-card .item-art.real img,.home-activity-card img{box-sizing:border-box!important;display:block!important;position:static!important;width:100%!important;height:78px!important;max-width:100%!important;max-height:78px!important;object-fit:contain!important;object-position:center center!important;padding:8px 10px 1px!important;margin:0!important;transform:none!important}.home-activity-card .market-price-row{position:absolute!important;left:5px!important;right:5px!important;bottom:3px!important;z-index:4!important;display:flex!important;align-items:flex-end!important;justify-content:flex-end!important;gap:5px!important;height:auto!important}.home-activity-card .sale-price{position:static!important;inset:auto!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;white-space:nowrap!important;text-decoration:none!important}.home-activity-card .sale-price{color:var(--text)!important;font-size:12px!important;font-weight:600!important;line-height:12px!important}.home-activity-card .namebar{box-sizing:border-box!important;position:relative!important;z-index:5!important;display:flex!important;flex:0 0 20px!important;width:100%!important;height:20px!important;min-height:20px!important;max-height:20px!important;padding:2px 6px!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:var(--rarity)!important;color:#fff!important;font-size:10px!important;font-weight:600!important;line-height:1!important;text-align:center!important;white-space:nowrap!important;text-overflow:ellipsis!important;text-decoration:none!important}html[data-theme=light] .home-activity-card{background:#f3f6fb!important;box-shadow:0 1px 2px #14233714!important}html[data-theme=light] .home-activity-card .item-art{background:linear-gradient(180deg,#fff,#eef3f9)!important}@media(max-width:1240px){main{width:calc(100% - 32px)}}@media(max-width:980px){.home-head,.home-body{grid-template-columns:1fr}}@media(max-width:760px){main{width:calc(100% - 24px);padding-top:18px}}@media(max-width:560px){.home-feed,.home-feed-stack,.home-activity-block{width:100%!important}.home-feed header{align-items:center;justify-content:flex-end!important}.home-activity-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.home-activity-card{width:100%!important;min-width:0!important;max-width:none!important;height:110px!important}.home-activity-card .item-art{flex-basis:91px!important;height:91px!important;min-height:91px!important;max-height:91px!important}.home-activity-card .item-art.real img,.home-activity-card img{height:73px!important;max-height:73px!important;padding:8px 8px 1px!important}.home-activity-card .namebar{flex-basis:19px!important;height:19px!important;min-height:19px!important;max-height:19px!important;font-size:9px!important;padding:2px 4px!important}.home-activity-card .sale-price{font-size:11px!important;line-height:11px!important}}.market-view{--ui-control-height:36px;--ui-control-radius:5px;--ui-control-bg:var(--panel);--ui-control-border:var(--line);--ui-control-text:var(--text);--ui-control-font-size:14px;--ui-control-line-height:20px;--ui-control-padding-x:10px;--ui-control-select-padding-right:30px;--ui-control-arrow:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5 6 7.5 9 4.5' fill='none' stroke='%23667184' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");--ui-control-arrow-position:right 9px center;--ui-control-arrow-size:12px 12px;--ui-label-font-size:13px;--ui-label-color:var(--muted);--ui-panel-bg:var(--panel);--ui-panel-border:1px solid var(--line);--ui-panel-radius:8px;--ui-panel-padding:14px;--ui-panel-gap:12px}.market-layout{position:relative!important;display:block!important}.market-content{min-width:0!important;width:100%!important}.market-filter-panel{position:fixed!important;top:114px!important;left:calc((100vw - 1167px)/2 - 246px)!important;width:230px!important;max-height:calc(100vh - 106px)!important;overflow:auto!important;display:grid!important;gap:var(--ui-panel-gap)!important;padding:var(--ui-panel-padding)!important;border:var(--ui-panel-border)!important;border-radius:var(--ui-panel-radius)!important;background:var(--ui-panel-bg)!important;box-shadow:none!important}.market-filter-field{display:grid!important;gap:6px!important;min-width:0!important}.market-filter-field>span,.market-filter-check span{font-size:var(--ui-label-font-size)!important;color:var(--ui-label-color)!important}.market-filter-field select,.market-filter-field input{height:var(--ui-control-height)!important;min-height:var(--ui-control-height)!important;width:100%!important;min-width:0!important;padding-top:0!important;padding-bottom:0!important;border:1px solid var(--ui-control-border)!important;border-radius:var(--ui-control-radius)!important;background-color:var(--ui-control-bg)!important;color:var(--ui-control-text)!important;font-size:var(--ui-control-font-size)!important;line-height:var(--ui-control-line-height)!important;box-shadow:none!important}.market-filter-field select{appearance:none!important;-webkit-appearance:none!important;padding-left:var(--ui-control-padding-x)!important;padding-right:var(--ui-control-select-padding-right)!important;background-image:var(--ui-control-arrow)!important;background-repeat:no-repeat!important;background-position:var(--ui-control-arrow-position)!important;background-size:var(--ui-control-arrow-size)!important}.market-filter-field input{padding-left:var(--ui-control-padding-x)!important;padding-right:var(--ui-control-padding-x)!important}.market-class-field{position:relative!important}.market-class-native{position:relative!important;display:none!important}.market-class-native select{padding-left:26px!important}.market-class-native-dot{position:absolute!important;z-index:1!important;left:10px!important;top:50%!important;width:9px!important;height:9px!important;border-radius:50%!important;background:var(--class-color)!important;transform:translateY(-50%)!important;pointer-events:none!important;box-shadow:0 0 0 1px color-mix(in srgb,var(--class-color) 70%,#fff 30%)!important}.market-class-select{position:relative!important}.market-class-trigger{position:relative!important;height:var(--ui-control-height)!important;min-height:var(--ui-control-height)!important;width:100%!important;display:flex!important;align-items:center!important;gap:8px!important;padding:0 var(--ui-control-select-padding-right) 0 var(--ui-control-padding-x)!important;background-image:var(--ui-control-arrow)!important;background-repeat:no-repeat!important;background-position:var(--ui-control-arrow-position)!important;background-size:var(--ui-control-arrow-size)!important;border:1px solid var(--ui-control-border)!important;border-radius:var(--ui-control-radius)!important;background-color:var(--ui-control-bg)!important;color:var(--ui-control-text)!important;font-size:var(--ui-control-font-size)!important;line-height:var(--ui-control-line-height)!important;text-align:left!important;box-shadow:none!important}.market-class-trigger span,.market-class-option span{color:var(--text)!important}.market-class-trigger b{display:none!important}.market-class-menu{display:none!important;position:absolute!important;z-index:20!important;top:40px!important;left:0!important;right:0!important;gap:4px!important;padding:4px!important;border:1px solid var(--line)!important;border-radius:6px!important;background:var(--panel)!important;box-shadow:0 8px 18px #00000038!important}.market-class-select.open .market-class-menu{display:grid!important}.market-class-option{height:24px!important;min-height:24px!important;width:100%!important;display:flex!important;align-items:center!important;gap:8px!important;padding:0 8px!important;border:0!important;border-radius:4px!important;background:transparent!important;color:var(--text)!important;font-size:13px!important;line-height:20px!important;text-align:left!important;box-shadow:none!important}.market-class-option:hover,.market-class-option.active{background:color-mix(in srgb,var(--blue) 14%,var(--panel))!important}.market-class-option i,.market-class-trigger i{width:9px!important;height:9px!important;flex:0 0 9px!important;border-radius:50%!important;background:var(--class-color)!important;box-shadow:0 0 0 1px color-mix(in srgb,var(--class-color) 70%,#fff 30%)!important}.market-filter-field.is-disabled{opacity:.55!important}.market-filter-group{display:grid!important;gap:10px!important;padding-top:2px!important}.market-filter-check{display:flex!important;align-items:center!important;gap:8px!important;min-height:24px!important}.market-filter-check input{width:16px!important;height:16px!important;min-height:16px!important;margin:0!important;accent-color:var(--blue)!important}.market-filter-field.nested{padding-left:24px!important}.market-filter-field.active-filter select,.market-filter-field.active-filter input,.market-filter-field.active-filter .market-class-trigger{background-color:color-mix(in srgb,var(--blue) 20%,var(--panel))!important;border-color:color-mix(in srgb,var(--blue) 58%,var(--line))!important;color:#d9f0ff!important;box-shadow:0 0 0 1px color-mix(in srgb,var(--blue) 28%,transparent),0 0 16px color-mix(in srgb,var(--blue) 22%,transparent)!important}.market-filter-check.active-filter{color:#d9f0ff!important}.market-filter-check.active-filter input{box-shadow:0 0 0 2px color-mix(in srgb,var(--blue) 42%,transparent),0 0 12px color-mix(in srgb,var(--blue) 32%,transparent)!important}.market-filter-check.active-filter span{color:#d9f0ff!important}html[data-theme=light] .market-filter-field.active-filter select,html[data-theme=light] .market-filter-field.active-filter input,html[data-theme=light] .market-filter-field.active-filter .market-class-trigger{background:#e4f2ff!important;border-color:#78aef7!important;color:#1d4f9f!important;box-shadow:0 0 0 1px #2f66c82e,0 0 14px #2f66c829!important}html[data-theme=light] .market-filter-check.active-filter,html[data-theme=light] .market-filter-check.active-filter span{color:#1d4f9f!important}html[data-theme=light] .market-filter-check.active-filter input{box-shadow:0 0 0 2px #2f66c838,0 0 12px #2f66c82e!important}.market-filter-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-height:24px!important}.market-filter-head span{font-size:12px!important;font-weight:700!important;color:var(--text)!important}.market-reset-filters{height:26px!important;min-height:26px!important;padding:0 9px!important;border:1px solid var(--line)!important;border-radius:999px!important;background:var(--panel2)!important;color:var(--muted)!important;font-size:12px!important;line-height:24px!important;box-shadow:none!important}.market-reset-filters:hover{border-color:color-mix(in srgb,var(--blue) 45%,var(--line))!important;color:var(--text)!important;background:color-mix(in srgb,var(--blue) 12%,var(--panel2))!important}.market-filter-placeholder{max-width:620px;margin-left:auto;padding:18px;color:var(--muted)}.market-filter-placeholder h2{margin:0 0 8px;color:var(--text)}.market-filter-placeholder p{margin:0}@media(max-width:1659px){.market-layout{display:grid!important;grid-template-columns:230px minmax(0,1fr)!important;gap:16px!important;align-items:start!important}.market-filter-panel{position:sticky!important;top:98px!important;left:auto!important;width:auto!important;max-height:none!important;overflow:visible!important;margin-bottom:0!important}}@media(min-width:981px)and (max-width:1659px){.market-layout{margin-top:-16px!important}.market-filter-panel{margin-top:26px!important}}@media(max-width:980px){.market-layout{grid-template-columns:1fr!important}.market-filter-panel{position:static!important}}@media(max-width:760px){.market-class-native{display:block!important}.market-class-select{display:none!important}.market-filter-panel{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 10px!important;padding:12px!important;border-radius:10px!important}.market-filter-head{grid-column:1/-1!important;min-height:24px!important}.market-filter-head span{font-size:12px!important}.market-reset-filters{height:24px!important;min-height:24px!important;padding:0 8px!important;font-size:12px!important;line-height:22px!important}.market-filter-field{gap:4px!important}.market-filter-field>span,.market-filter-check span{font-size:12px!important}.market-filter-field select,.market-filter-field input,.market-class-trigger{height:34px!important;min-height:34px!important;font-size:12px!important}.market-filter-group{grid-column:1/-1!important;display:flex!important;flex-wrap:wrap!important;gap:8px 18px!important;padding-top:0!important}.market-filter-check{min-height:22px!important;gap:6px!important}.market-filter-check input{width:15px!important;height:15px!important;min-height:15px!important}.market-filter-field.nested{flex:1 1 calc(50% - 9px)!important;padding-left:0!important}}.market-view{--m1-storage-toolbar-gap:10px;--m1-storage-sort-width:146px;--m1-storage-dir-width:36px}.result-line{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:13px;margin-bottom:10px;max-width:1167px!important}.result-line span:last-child{text-align:right;min-width:0}.market-tools{display:grid!important;grid-template-columns:minmax(260px,1fr) var(--m1-storage-sort-width) var(--m1-storage-dir-width)!important;gap:var(--m1-storage-toolbar-gap)!important;align-items:center!important;width:100%!important;max-width:1167px!important;margin-bottom:12px!important}.market-tools input,.market-tools select,.market-tools button{height:var(--ui-control-height)!important;min-height:var(--ui-control-height)!important;min-width:0!important;box-sizing:border-box!important;border-radius:var(--ui-control-radius)!important;font-size:var(--ui-control-font-size)!important;line-height:var(--ui-control-line-height)!important}.market-tools input,.market-tools select{width:100%!important;padding-top:0!important;padding-bottom:0!important;background-color:var(--ui-control-bg)!important;border:1px solid var(--ui-control-border)!important;color:var(--ui-control-text)!important;box-shadow:none!important}.market-tools .search-wrap{position:relative;display:block;min-width:0;width:100%}.market-tools .search-wrap input{width:100%}.market-tools .search-clear{position:absolute;top:50%;right:6px;transform:translateY(-50%);z-index:3;display:none;place-items:center;width:30px!important;height:30px!important;min-height:0!important;padding:0!important;border:0;border-radius:999px!important;background:transparent;color:var(--muted);font-size:22px;line-height:1;cursor:pointer}.market-tools .search-clear.show{display:grid}.market-tools .search-clear:hover{background:color-mix(in srgb,var(--panel2) 80%,transparent);color:var(--text)}#marketSearch{padding-left:var(--ui-control-padding-x)!important;padding-right:38px!important}#marketSort{appearance:none!important;-webkit-appearance:none!important;padding-left:var(--ui-control-padding-x)!important;padding-right:var(--ui-control-select-padding-right)!important;background-image:var(--ui-control-arrow)!important;background-repeat:no-repeat!important;background-position:var(--ui-control-arrow-position)!important;background-size:var(--ui-control-arrow-size)!important}#marketDirBtn{width:var(--m1-storage-dir-width)!important;min-width:var(--m1-storage-dir-width)!important;padding:0!important}.sort-dir,#marketDirBtn{transition:none!important}@media(max-width:760px){.market-tools{grid-template-columns:1fr var(--m1-storage-dir-width)!important}.market-tools .search-wrap{grid-column:1/-1!important}}.market-view{--m1-market-card-width:159px;--m1-market-card-height:176px;--m1-market-card-radius:10px;--m1-market-card-bg:#30333d;--m1-market-art-height:150px;--m1-market-img-height:128px;--m1-market-name-height:26px}.market-grid{display:grid;grid-template-columns:repeat(auto-fill,var(--m1-market-card-width))!important;justify-content:center!important;align-items:start!important;gap:9px!important;max-width:1167px!important}.market-card{color:inherit!important;text-decoration:none!important;position:relative!important;width:var(--m1-market-card-width)!important;min-width:var(--m1-market-card-width)!important;max-width:var(--m1-market-card-width)!important;height:var(--m1-market-card-height)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;padding:0!important;border:1px solid var(--line)!important;border-radius:var(--m1-market-card-radius)!important;background:var(--m1-market-card-bg)!important;cursor:pointer!important;text-align:left!important;box-shadow:none!important;transition:border-color .12s,box-shadow .12s!important}.market-card:hover{border-color:var(--line)!important;outline:0!important;box-shadow:none!important}.market-card .item-art,.market-card .item-art.real{position:relative!important;overflow:hidden!important;height:var(--m1-market-art-height)!important;min-height:var(--m1-market-art-height)!important;background:transparent!important;box-shadow:none!important}.market-card .item-art.real img{box-sizing:border-box!important;width:100%!important;height:var(--m1-market-img-height)!important;object-fit:contain!important;padding:13px 16px 3px!important}.market-card .item-art:not(.real):before{content:attr(data-mark);position:absolute;inset:0;display:grid;place-items:center;color:var(--muted);font-size:32px;font-weight:900}.market-card .market-price-row{position:absolute!important;left:4px!important;right:3px!important;bottom:3px!important;z-index:4!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:9px!important}.market-card .item-qty,.market-card .sale-price{position:static!important;inset:auto!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.market-card .item-qty{color:#9da7b8!important;font-size:11px!important;line-height:11px!important;white-space:nowrap!important}.market-card .sale-price{color:#e7edf8!important;display:flex!important;align-items:flex-end!important;gap:6px!important;font-size:15px!important;font-weight:500!important;line-height:15px!important;white-space:nowrap!important}.market-card .namebar{position:relative!important;z-index:5!important;background:var(--rarity)!important;background-image:none!important;height:var(--m1-market-name-height)!important;min-height:var(--m1-market-name-height)!important;padding:3px 8px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;overflow:hidden!important;color:#fff!important;font-size:12px!important;font-weight:500!important;line-height:1.05!important;white-space:nowrap!important;text-overflow:ellipsis!important}.market-empty{max-width:1167px;padding:30px;text-align:center;color:var(--muted)}html[data-theme=light] .market-view{--m1-market-card-bg:#f3f6fb}html[data-theme=light] .market-card{border-color:#cdd6e4!important;box-shadow:0 1px 2px #14233714!important}html[data-theme=light] .market-card .item-art{background:linear-gradient(180deg,#fff,#eef3f9)!important}html[data-theme=light] .market-card .sale-price{color:#1f2937!important}@media(max-width:1659px)and (min-width:981px){main:has(.market-view){max-width:1245px!important}}.market-card[hidden]{display:none!important}.storage-tools{display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,220px) minmax(160px,180px) 44px;gap:10px;margin-bottom:12px;align-items:center;width:100%;max-width:100%}.storage-tools input,.storage-tools select{height:40px;min-height:40px;min-width:0;width:100%;font-size:14px;line-height:20px;padding-top:0;padding-bottom:0;background:var(--panel);border-color:var(--line);border-radius:5px}.storage-tools select{cursor:pointer}@media(max-width:760px){.storage-tools{grid-template-columns:1fr 1fr 44px}}@media(max-width:760px){.storage-tools input{grid-column:1/-1}}body[data-page=storage] .storage-tools{max-width:1167px}@media(max-width:1240px){body[data-page=storage] .storage-tools{max-width:100%}}@media(max-width:980px){body[data-page=storage] .storage-tools{grid-template-columns:1fr 1fr 44px}}@media(max-width:980px){body[data-page=storage] .storage-tools input{grid-column:1/-1}}.sort-dir{height:40px;min-height:40px;width:44px;min-width:44px;padding:0;border-radius:5px;font-size:20px;font-weight:900;line-height:1;background:var(--panel);border-color:var(--line);color:var(--text)}.sort-dir:hover{border-color:color-mix(in srgb,var(--blue) 55%,var(--line));color:#fff;background:color-mix(in srgb,var(--blue) 38%,var(--panel))}.sort-dir.asc{color:var(--blue)}body[data-page=storage] .storage-tools{max-width:none;width:100%}body[data-page=storage] .storage-tools{max-width:1167px;width:100%}.storage-topline{align-items:center}.storage-meta{display:flex;flex-direction:column;gap:2px}.storage-add-btn{height:32px;min-height:32px;padding:0 14px;border-radius:8px;font-size:14px;font-weight:650;line-height:1}.storage-add-btn{height:32px;min-height:32px;padding:0 14px;border:1px solid #79a951;border-radius:8px;background:linear-gradient(180deg,#78aa4d,#5e8d3f 52%,#4f7735);color:#f4ffe9;font-size:14px;font-weight:650;line-height:30px;box-shadow:inset 0 1px #fff3,inset 0 -1px #00000038,0 2px 4px #0000002e;text-shadow:0 1px 0 rgba(0,0,0,.22)}.storage-add-btn:hover{filter:brightness(1.06);border-color:#88bd5b;background:linear-gradient(180deg,#83b85a,#679a47 52%,#567f3b)}body[data-page=storage] .storage-tools input,body[data-page=storage] .storage-tools select,body[data-page=storage] .storage-tools button{height:36px;min-height:36px;padding-top:0;padding-bottom:0}body[data-page=storage] .storage-tools{align-items:center}.storage-meta{padding-bottom:1px}.storage-meta{padding-bottom:0}body[data-page=storage] .storage-tools{grid-template-columns:minmax(260px,1fr) 165px 156px 142px 36px;gap:10px;align-items:center}.storage-topline{align-items:flex-end}.storage-meta{height:32px;display:flex;align-items:flex-end;padding-bottom:3px}.storage-meta #storageCount{line-height:1;display:block}.storage-meta{justify-content:flex-end!important;padding-bottom:0!important}body[data-page=storage] .storage-tools{grid-template-columns:minmax(260px,1fr) 165px 222px 142px 36px;gap:10px;align-items:center}.storage-status-control{height:36px;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:0 7px 0 10px;border:1px solid var(--line);border-radius:9px;background:var(--panel2);color:var(--muted);white-space:nowrap}.storage-status-control span{font-size:14px;line-height:1;margin-right:2px}.storage-status-control button{width:24px;height:24px;min-height:24px;padding:0;border:0;border-radius:6px;background:#4b4d58;color:#f1f3f7;font-size:15px;font-weight:800;line-height:22px;display:grid;place-items:center}.storage-status-control button.active{background:#626571;color:#fff;box-shadow:none}.storage-status-control button:hover{filter:brightness(1.08);border:0}.storage-status-control button[data-storage-status=listed].active{color:#e9ffdc}.storage-status-control button[data-storage-status=stored].active{color:#ffdede}.storage-status-control button{width:24px!important;height:24px!important;min-height:24px!important;padding:0!important;line-height:22px!important}body[data-page=storage] .storage-tools{grid-template-columns:minmax(260px,1fr) 165px 142px 36px 158px!important;gap:10px;align-items:center}.storage-status-control{height:36px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;padding:0!important;border:0!important;background:transparent!important;color:var(--muted)!important;white-space:nowrap}.storage-status-control span{font-size:14px!important;line-height:1!important;margin:0!important}.storage-status-toggle{height:26px;display:flex;align-items:center;gap:2px;padding:3px;border-radius:6px;background:#50525d;box-shadow:inset 0 1px #ffffff14}.storage-status-toggle button:hover{filter:brightness(1.08)!important}body[data-page=storage] .storage-tools{grid-template-columns:minmax(260px,1fr) 190px 146px 36px 40px!important;gap:10px;align-items:center}.storage-filter-wrap{position:relative;width:40px;height:36px}.storage-filter-btn{width:40px!important;height:36px!important;min-height:36px!important;padding:0!important;border:0!important;background:transparent!important;display:grid!important;place-items:center!important;color:#c9ced8}.storage-filter-btn span,.storage-filter-btn span:before,.storage-filter-btn span:after{display:block;width:22px;height:2px;border-radius:2px;background:#c9ced8;content:"";position:relative}.storage-filter-btn span:before{position:absolute;top:-7px;left:0;width:18px}.storage-filter-btn span:after{position:absolute;top:7px;left:0;width:12px}.storage-filter-btn:hover{filter:brightness(1.12)!important}.storage-filter-popover{display:none;position:absolute;right:0;top:42px;z-index:20;padding:8px 10px;border-radius:8px;background:#2f3037;border:1px solid #454752;box-shadow:0 10px 24px #00000047}.storage-filter-wrap.open .storage-filter-popover{display:block}.storage-filter-popover .storage-status-control{height:26px!important;width:max-content!important;display:flex!important;gap:8px!important;padding:0!important;border:0!important;background:transparent!important}.storage-filter-popover .storage-status-control span{font-size:14px!important;color:#c8cbd3!important}.storage-status-toggle{height:26px;display:flex;align-items:center;gap:2px;padding:3px;border-radius:6px;background:#50525d}.storage-status-toggle button{width:20px!important;height:20px!important;min-height:20px!important;padding:0!important;border:0!important;border-radius:4px!important;background:transparent!important;color:#f2f3f7!important;font-size:13px!important;font-weight:850!important;line-height:18px!important;display:grid!important;place-items:center!important;box-shadow:none!important}.storage-status-toggle button.active{background:#3d3f49!important;color:#fff!important;box-shadow:none!important}body[data-page=storage] #storageDirBtn.sort-dir{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;padding:0!important}html body[data-page=storage] .storage-filter-wrap:not(.is-filtered) #storageFilterBtn.storage-filter-btn{background-color:transparent!important;box-shadow:none!important}html body[data-page=storage] .storage-filter-wrap:not(.is-filtered) #storageFilterBtn.storage-filter-btn{background:transparent!important;box-shadow:none!important}html body[data-page=storage] .storage-filter-wrap:not(.is-filtered) #storageFilterBtn.storage-filter-btn span,html body[data-page=storage] .storage-filter-wrap:not(.is-filtered) #storageFilterBtn.storage-filter-btn span:before,html body[data-page=storage] .storage-filter-wrap:not(.is-filtered) #storageFilterBtn.storage-filter-btn span:after{background:#c9ced8!important}html body[data-page=storage] .storage-filter-wrap:not(.is-filtered) #storageFilterBtn.storage-filter-btn:after{content:none!important}html body[data-page=storage] .storage-filter-wrap.is-filtered #storageFilterBtn.storage-filter-btn{background:#23384a!important;box-shadow:inset 0 0 0 1px #4d7897!important;border-radius:8px!important;position:relative!important;transition:none!important;appearance:none!important;-webkit-appearance:none!important}html body[data-page=storage] .storage-filter-wrap.is-filtered #storageFilterBtn.storage-filter-btn span,html body[data-page=storage] .storage-filter-wrap.is-filtered #storageFilterBtn.storage-filter-btn span:before,html body[data-page=storage] .storage-filter-wrap.is-filtered #storageFilterBtn.storage-filter-btn span:after{background:#9fd7ff!important}html body[data-page=storage] .storage-filter-wrap.is-filtered #storageFilterBtn.storage-filter-btn:after{content:"";position:absolute;right:6px;top:6px;width:5px;height:5px;border-radius:50%;background:#62b6f4;box-shadow:none}html body[data-page=storage] .storage-filter-wrap.is-filtered #storageFilterBtn.storage-filter-btn:after{content:"";position:absolute;right:5px;top:5px;width:8px;height:8px;border-radius:50%;background:#ff4f5f;box-shadow:0 0 0 2px #23384a,0 1px 3px #00000059}html body[data-page=storage] #storageFilterBtn.storage-filter-btn.active-filter:after{content:"";position:absolute;right:5px;top:5px;width:8px;height:8px;border-radius:50%;background:#ff4f5f;box-shadow:0 0 0 2px #23384a,0 1px 3px #00000059}.storage-add-btn{background:#5f8f43!important;border-color:#6ea24d!important;box-shadow:none!important;text-shadow:none!important;color:#f4ffe9!important}.storage-add-btn:hover{background:#679a49!important;border-color:#78ad56!important;filter:none!important;box-shadow:none!important}.storage-add-btn{background:#8bc34a!important;border-color:#8bc34a!important;color:#fff!important;box-shadow:none!important;text-shadow:none!important}.storage-add-btn:hover{background:#7fb83f!important;border-color:#7fb83f!important;color:#fff!important;filter:none!important;box-shadow:none!important}.storage-withdraw-all-btn{margin-left:8px;background:#5f7fa0!important;border-color:#7191b2!important;color:#fff!important;height:32px!important;min-height:32px!important;padding:6px 12px!important;border-radius:8px!important;font-weight:800!important;box-shadow:none!important}.storage-topline{gap:8px}.storage-topline .storage-meta{margin-right:auto}@media(max-width:700px){body[data-page=storage] .storage-topline{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;width:100%}}@media(max-width:700px){body[data-page=storage] .storage-meta{min-width:0}}@media(max-width:700px){body[data-page=storage] .storage-add-btn,body[data-page=storage] .storage-withdraw-all-btn{height:32px!important;min-height:32px!important;padding:0 12px!important;font-size:13px!important;white-space:nowrap;margin-left:0!important}}@media(max-width:700px){body[data-page=storage] .storage-tools{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 40px 32px!important;gap:8px!important;width:100%;max-width:100%;overflow:visible}}@media(max-width:700px){body[data-page=storage] .storage-tools .search-wrap{grid-column:1/-1;min-width:0}}@media(max-width:700px){body[data-page=storage] .storage-tools select{min-width:0;padding-left:10px;padding-right:26px}}@media(max-width:700px){body[data-page=storage] .storage-dir-btn{width:40px!important;min-width:40px!important;padding:0!important}}@media(max-width:700px){body[data-page=storage] .storage-filter-wrap{width:32px!important;height:36px!important;min-width:32px!important}}@media(max-width:700px){body[data-page=storage] .storage-filter-btn{width:32px!important;height:36px!important;min-width:32px!important}}@media(max-width:700px){body[data-page=storage] .storage-filter-btn span,body[data-page=storage] .storage-filter-btn span:before,body[data-page=storage] .storage-filter-btn span:after{width:20px}}@media(max-width:700px){body[data-page=storage] .storage-filter-btn span:before{width:16px}}@media(max-width:700px){body[data-page=storage] .storage-filter-btn span:after{width:11px}}@media(max-width:430px){body[data-page=storage] .storage-withdraw-all-btn{padding:0 9px!important;font-size:12px!important}}@media(max-width:430px){body[data-page=storage] .storage-add-btn{padding:0 10px!important;font-size:12px!important}}.storage-add-btn,.storage-withdraw-all-btn,.storage-dir-btn,.storage-filter-btn{font-weight:700!important}.storage-withdraw-all-btn,.storage-add-btn{font-weight:650!important}.storage-withdraw-all-btn{font-weight:600!important}.storage-add-btn{font-weight:650!important}html body[data-page=storage] .storage-add-btn,html body[data-page=storage] .storage-withdraw-all-btn{font-weight:500!important;text-shadow:none!important;box-shadow:none!important}html body[data-page=storage] .storage-add-btn{background:#8bc34a!important;border-color:#8bc34a!important;color:#fff!important}html body[data-page=storage] .storage-add-btn:hover{background:#7fb83f!important;border-color:#7fb83f!important;color:#fff!important;filter:none!important}html body[data-page=storage] .storage-withdraw-all-btn{background:#6f91b3!important;border-color:#6f91b3!important;color:#fff!important}html body[data-page=storage] .storage-withdraw-all-btn:hover{background:#6387aa!important;border-color:#6387aa!important;color:#fff!important;filter:none!important}html body .storage-add-btn,html body .storage-withdraw-all-btn,html body .storage-dir-btn,html body .storage-filter-btn,html body[data-page=storage] button.storage-add-btn,html body[data-page=storage] button.storage-withdraw-all-btn,html body[data-page=storage] button.storage-dir-btn,html body[data-page=storage] button.storage-filter-btn,html body[data-page=storage] .page-head button.storage-add-btn,html body[data-page=storage] .page-head button.storage-withdraw-all-btn,html body[data-page=storage] button.storage-add-btn.storage-add-btn,html body[data-page=storage] button.storage-withdraw-all-btn.storage-withdraw-all-btn{font-weight:400!important}html body .storage-add-btn,html body .storage-add-btn *,html body .storage-withdraw-all-btn,html body .storage-withdraw-all-btn *,html body .storage-dir-btn,html body .storage-dir-btn *,html body .storage-filter-btn,html body .storage-filter-btn *{font-family:Open Sans,Arial,sans-serif!important;font-weight:400!important}html body .storage-add-btn,html body .storage-add-btn *,html body .storage-withdraw-all-btn,html body .storage-withdraw-all-btn *,html body .storage-dir-btn,html body .storage-dir-btn *,html body .storage-filter-btn,html body .storage-filter-btn *,html body[data-page=storage] .storage-add-btn.storage-add-btn,html body[data-page=storage] .storage-add-btn.storage-add-btn *,html body[data-page=storage] .storage-withdraw-all-btn.storage-withdraw-all-btn,html body[data-page=storage] .storage-withdraw-all-btn.storage-withdraw-all-btn *,html body[data-page=storage] #storageWithdrawAllBtn.storage-withdraw-all-btn,html body[data-page=storage] #storageWithdrawAllBtn.storage-withdraw-all-btn *,html body[data-page=storage] #storageDirBtn.storage-dir-btn,html body[data-page=storage] #storageDirBtn.storage-dir-btn *,html body[data-page=storage] #storageFilterBtn.storage-filter-btn,html body[data-page=storage] #storageFilterBtn.storage-filter-btn *,html body[data-page=storage] button.storage-add-btn.storage-add-btn.storage-add-btn,html body[data-page=storage] button.storage-withdraw-all-btn.storage-withdraw-all-btn.storage-withdraw-all-btn,html body[data-page=storage] button#storageWithdrawAllBtn.storage-withdraw-all-btn.storage-withdraw-all-btn,html body[data-page=storage] button#storageDirBtn.storage-dir-btn.storage-dir-btn,html body[data-page=storage] button#storageFilterBtn.storage-filter-btn.storage-filter-btn{font-family:Open Sans,tahoma,arial,sans-serif!important;font-weight:600!important;font-size:13px!important;line-height:normal!important}html body[data-page=storage] .storage-topline{gap:6px!important}html body[data-page=storage] .storage-withdraw-all-btn{margin-left:0!important}:root{--m1-storage-toolbar-gap:10px;--m1-storage-control-height:var(--ui-control-height);--m1-storage-control-radius:var(--ui-control-radius);--m1-storage-type-width:190px;--m1-storage-sort-width:146px;--m1-storage-dir-width:36px;--m1-storage-filter-width:40px}body[data-page=storage] .storage-topline{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;gap:8px!important;align-items:center!important;width:100%!important;margin-bottom:10px!important}body[data-page=storage] .storage-meta{min-width:0!important;display:grid!important;gap:2px!important}body[data-page=storage] .storage-add-btn,body[data-page=storage] .storage-withdraw-all-btn{height:30px!important;min-height:30px!important;padding:0 12px!important;white-space:nowrap!important}body[data-page=storage] .storage-tools{display:grid!important;grid-template-columns:minmax(260px,1fr) var(--m1-storage-type-width) var(--m1-storage-sort-width) var(--m1-storage-dir-width) var(--m1-storage-filter-width)!important;gap:var(--m1-storage-toolbar-gap)!important;align-items:center!important;width:100%!important;max-width:none!important;margin-bottom:12px!important}body[data-page=storage] .storage-tools input,body[data-page=storage] .storage-tools select,body[data-page=storage] .storage-tools button{height:var(--m1-storage-control-height)!important;min-height:var(--m1-storage-control-height)!important;min-width:0!important;border-radius:var(--ui-control-radius)!important;font-size:var(--ui-control-font-size)!important;line-height:var(--ui-control-line-height)!important}body[data-page=storage] .storage-tools input,body[data-page=storage] .storage-tools select{width:100%!important;padding-top:0!important;padding-bottom:0!important;background-color:var(--ui-control-bg)!important;border-color:var(--ui-control-border)!important;color:var(--ui-control-text)!important}body[data-page=storage] .storage-tools select{appearance:none!important;-webkit-appearance:none!important;padding-left:var(--ui-control-padding-x)!important;padding-right:var(--ui-control-select-padding-right)!important;background-image:var(--ui-control-arrow)!important;background-repeat:no-repeat!important;background-position:var(--ui-control-arrow-position)!important;background-size:var(--ui-control-arrow-size)!important}body[data-page=storage] #storageType.active-filter{background:color-mix(in srgb,var(--blue) 20%,var(--panel))!important;border-color:color-mix(in srgb,var(--blue) 58%,var(--line))!important;color:#d9f0ff!important;box-shadow:0 0 0 1px color-mix(in srgb,var(--blue) 28%,transparent),0 0 16px color-mix(in srgb,var(--blue) 22%,transparent)!important}html[data-theme=light] body[data-page=storage] #storageType.active-filter{background:#e4f2ff!important;border-color:#78aef7!important;color:#1d4f9f!important;box-shadow:0 0 0 1px #2f66c82e,0 0 14px #2f66c829!important}body[data-page=storage] #storageDirBtn.storage-dir-btn{width:var(--m1-storage-dir-width)!important;min-width:var(--m1-storage-dir-width)!important;padding:0!important}body[data-page=storage] .storage-filter-wrap{position:relative!important;width:var(--m1-storage-filter-width)!important;height:var(--m1-storage-control-height)!important;min-width:var(--m1-storage-filter-width)!important}body[data-page=storage] #storageFilterBtn.storage-filter-btn{width:var(--m1-storage-filter-width)!important;min-width:var(--m1-storage-filter-width)!important;height:var(--m1-storage-control-height)!important;min-height:var(--m1-storage-control-height)!important;padding:0!important;border:0!important;background:transparent!important;display:grid!important;place-items:center!important}body[data-page=storage] .storage-filter-btn span,body[data-page=storage] .storage-filter-btn span:before,body[data-page=storage] .storage-filter-btn span:after{display:block!important;height:2px!important;border-radius:2px!important;background:#c9ced8!important;content:""!important;position:relative!important}body[data-page=storage] .storage-filter-btn span{width:22px!important}body[data-page=storage] .storage-filter-btn span:before{position:absolute!important;top:-7px!important;left:0!important;width:18px!important}body[data-page=storage] .storage-filter-btn span:after{position:absolute!important;top:7px!important;left:0!important;width:12px!important}body[data-page=storage] .storage-filter-wrap.is-filtered #storageFilterBtn.storage-filter-btn span,body[data-page=storage] .storage-filter-wrap.is-filtered #storageFilterBtn.storage-filter-btn span:before,body[data-page=storage] .storage-filter-wrap.is-filtered #storageFilterBtn.storage-filter-btn span:after{background:#9fd7ff!important}body[data-page=storage] .storage-filter-popover{display:none!important;position:absolute!important;right:0!important;top:42px!important;z-index:20!important;padding:8px 10px!important;border-radius:8px!important;background:#2f3037!important;border:1px solid #454752!important;box-shadow:0 10px 24px #00000047!important}body[data-page=storage] .storage-filter-wrap.open .storage-filter-popover{display:block!important}body[data-page=storage] .storage-filter-popover .storage-status-control{height:26px!important;width:max-content!important;display:flex!important;gap:8px!important;padding:0!important;border:0!important;background:transparent!important}@media(max-width:980px){body[data-page=storage] .storage-tools{grid-template-columns:1fr 1fr var(--m1-storage-dir-width) var(--m1-storage-filter-width)!important}body[data-page=storage] .storage-tools .search-wrap{grid-column:1/-1!important}}@media(max-width:700px){body[data-page=storage] .storage-topline{grid-template-columns:1fr auto auto!important;gap:8px!important}body[data-page=storage] .storage-add-btn,body[data-page=storage] .storage-withdraw-all-btn{height:30px!important;min-height:30px!important;padding:0 12px!important;font-size:13px!important}body[data-page=storage] .storage-filter-wrap,body[data-page=storage] #storageFilterBtn.storage-filter-btn{width:32px!important;min-width:32px!important}body[data-page=storage] .storage-filter-btn span,body[data-page=storage] .storage-filter-btn span:before,body[data-page=storage] .storage-filter-btn span:after{width:20px!important}}body[data-page=storage] #storageSortLabel{display:none!important}body[data-page=storage] .storage-filter-popover{top:40px!important;padding:0!important;border:0!important;border-radius:4px!important;background:transparent!important;box-shadow:none!important}body[data-page=storage] .storage-filter-popover .storage-status-control{height:28px!important;display:flex!important;align-items:center!important;gap:0!important;padding:0 0 0 10px!important;border:0!important;border-radius:4px!important;background:#343741!important;box-shadow:0 8px 18px #00000038!important;color:#c8ced9!important;overflow:hidden!important}body[data-page=storage] .storage-status-control>span{padding-right:10px!important;color:#c8ced9!important;font-size:14px!important;line-height:28px!important;white-space:nowrap!important}body[data-page=storage] .storage-status-toggle{display:flex!important;height:28px!important;gap:1px!important}body[data-page=storage] .storage-status-toggle button{width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important;padding:0!important;border:0!important;border-radius:0!important;background:#474b57!important;color:#eef3fa!important;font-size:16px!important;line-height:28px!important;box-shadow:none!important}body[data-page=storage] .storage-status-toggle button.active{background:#242833!important;color:#fff!important}body[data-page=storage] .storage-status-toggle button:hover{filter:brightness(1.08)!important}body[data-page=storage] #storageFilterBtn.storage-filter-btn.active-filter{border:0!important;background:transparent!important;box-shadow:none!important}body[data-page=storage] .storage-filter-popover{top:42px!important;right:0!important;padding:8px 10px!important;border:1px solid #454752!important;border-radius:8px!important;background:#2f3037!important;box-shadow:0 10px 24px #00000047!important}body[data-page=storage] .storage-filter-popover .storage-status-control{height:36px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:6px!important;padding:0 7px 0 10px!important;border:1px solid var(--line)!important;border-radius:9px!important;background:var(--panel2)!important;color:var(--muted)!important;box-shadow:none!important;overflow:visible!important}body[data-page=storage] .storage-filter-popover .storage-status-control>span{margin:0 2px 0 0!important;padding:0!important;color:var(--muted)!important;font-size:14px!important;line-height:1!important;white-space:nowrap!important}body[data-page=storage] .storage-filter-popover .storage-status-toggle{height:24px!important;display:flex!important;align-items:center!important;gap:6px!important;padding:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}body[data-page=storage] .storage-filter-popover .storage-status-toggle button{width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;padding:0!important;border:0!important;border-radius:6px!important;background:#4b4d58!important;color:#f1f3f7!important;font-size:15px!important;font-weight:800!important;line-height:22px!important;display:grid!important;place-items:center!important;box-shadow:none!important}body[data-page=storage] .storage-filter-popover .storage-status-toggle button.active{background:#626571!important;color:#fff!important;box-shadow:none!important}body[data-page=storage] .storage-filter-popover .storage-status-toggle button[data-storage-status=listed].active{color:#e9ffdc!important}body[data-page=storage] .storage-filter-popover .storage-status-toggle button[data-storage-status=stored].active{color:#ffdede!important}html body[data-page=storage] .storage-filter-wrap.is-filtered #storageFilterBtn.storage-filter-btn.active-filter{background:transparent!important;background-color:transparent!important;border:0!important;box-shadow:none!important}body[data-page=storage] .storage-filter-popover{top:40px!important;padding:5px!important;border:1px solid #454752!important;border-radius:7px!important;background:#2f3037!important;box-shadow:0 8px 18px #00000040!important}body[data-page=storage] .storage-filter-popover .storage-status-control{height:32px!important;gap:5px!important;padding:0 6px 0 8px!important;border:0!important;border-radius:5px!important;background:#343741!important}body[data-page=storage] .storage-filter-popover .storage-status-control>span{font-size:13px!important;line-height:32px!important;margin:0!important;padding:0!important}body[data-page=storage] .storage-filter-popover .storage-status-toggle{height:22px!important;gap:3px!important}body[data-page=storage] .storage-filter-popover .storage-status-toggle button{width:22px!important;min-width:22px!important;height:22px!important;min-height:22px!important;border-radius:4px!important;font-size:14px!important;line-height:20px!important}body[data-page=storage] .storage-filter-popover{top:40px!important;padding:3px!important;border-radius:6px!important}body[data-page=storage] .storage-filter-popover .storage-status-control{height:30px!important;gap:5px!important;padding:0 5px 0 8px!important;border-radius:5px!important}body[data-page=storage] .storage-filter-popover .storage-status-control>span{font-size:13px!important;line-height:30px!important}body[data-page=storage] .storage-filter-popover .storage-status-toggle{height:20px!important;gap:3px!important}body[data-page=storage] .storage-filter-popover .storage-status-toggle button{width:20px!important;min-width:20px!important;height:20px!important;min-height:20px!important;border-radius:4px!important;font-size:13px!important;line-height:18px!important}body[data-page=storage] .storage-filter-popover .storage-status-toggle{height:22px!important;display:flex!important;align-items:center!important;gap:0!important;padding:2px!important;border-radius:6px!important;background:#50525d!important;box-shadow:inset 0 1px #ffffff14!important;overflow:hidden!important}body[data-page=storage] .storage-filter-popover .storage-status-toggle button{width:20px!important;min-width:20px!important;height:18px!important;min-height:18px!important;padding:0!important;border:0!important;border-radius:4px!important;background:transparent!important;color:#f2f3f7!important;font-size:13px!important;font-weight:850!important;line-height:18px!important;box-shadow:none!important}body[data-page=storage] .storage-filter-popover .storage-status-toggle button.active{background:#3d3f49!important;color:#fff!important;box-shadow:none!important}html body[data-page=storage] .storage-filter-wrap.is-filtered #storageFilterBtn.storage-filter-btn.active-filter{background:color-mix(in srgb,var(--blue) 20%,transparent)!important;border:1px solid color-mix(in srgb,var(--blue) 58%,var(--line))!important;box-shadow:0 0 0 1px color-mix(in srgb,var(--blue) 28%,transparent),0 0 16px color-mix(in srgb,var(--blue) 22%,transparent)!important}html body[data-page=storage] .storage-filter-wrap.is-filtered #storageFilterBtn.storage-filter-btn.active-filter span,html body[data-page=storage] .storage-filter-wrap.is-filtered #storageFilterBtn.storage-filter-btn.active-filter span:before,html body[data-page=storage] .storage-filter-wrap.is-filtered #storageFilterBtn.storage-filter-btn.active-filter span:after{background:#b9e4ff!important}html[data-theme=light] body[data-page=storage] .storage-filter-wrap.is-filtered #storageFilterBtn.storage-filter-btn.active-filter{background:#e4f2ff!important;border-color:#78aef7!important;box-shadow:0 0 0 1px #2f66c82e,0 0 14px #2f66c829!important}html[data-theme=light] body[data-page=storage] .storage-filter-wrap.is-filtered #storageFilterBtn.storage-filter-btn.active-filter span,html[data-theme=light] body[data-page=storage] .storage-filter-wrap.is-filtered #storageFilterBtn.storage-filter-btn.active-filter span:before,html[data-theme=light] body[data-page=storage] .storage-filter-wrap.is-filtered #storageFilterBtn.storage-filter-btn.active-filter span:after{background:#2f66c8!important}html[data-theme=light] body[data-page=storage] .storage-filter-popover{background:#fff!important;border-color:#d7dfeb!important;box-shadow:0 12px 28px #16223424!important}html[data-theme=light] body[data-page=storage] .storage-filter-popover .storage-status-control{background:#f3f6fb!important}html[data-theme=light] body[data-page=storage] .storage-filter-popover .storage-status-toggle{background:#d8e2ef!important;box-shadow:inset 0 1px #ffffffa6!important}html[data-theme=light] body[data-page=storage] .storage-filter-popover .storage-status-toggle button{color:#465264!important}html[data-theme=light] body[data-page=storage] .storage-filter-popover .storage-status-toggle button.active{background:#fff!important;color:#172033!important}html[data-theme=light] body[data-page=storage] .storage-filter-wrap:not(.open):not(.is-filtered) #storageFilterBtn.storage-filter-btn,html[data-theme=light] body[data-page=storage] .storage-filter-wrap:not(.open):not(.is-filtered) #storageFilterBtn.storage-filter-btn:focus,html[data-theme=light] body[data-page=storage] .storage-filter-wrap:not(.open):not(.is-filtered) #storageFilterBtn.storage-filter-btn:active{background:transparent!important;border-color:transparent!important;box-shadow:none!important}html[data-theme=light] body[data-page=storage] .storage-filter-wrap:not(.open):not(.is-filtered) #storageFilterBtn.storage-filter-btn span,html[data-theme=light] body[data-page=storage] .storage-filter-wrap:not(.open):not(.is-filtered) #storageFilterBtn.storage-filter-btn span:before,html[data-theme=light] body[data-page=storage] .storage-filter-wrap:not(.open):not(.is-filtered) #storageFilterBtn.storage-filter-btn span:after{background:#5f6c7d!important}body[data-page=storage] #storageType.active-filter option,body[data-page=storage] #storageType.active-filter option:checked{background:var(--panel)!important;background-color:var(--panel)!important;background-image:none!important;box-shadow:none!important;color:var(--text)!important}html[data-theme=light] body[data-page=storage] #storageType.active-filter option,html[data-theme=light] body[data-page=storage] #storageType.active-filter option:checked{background:#fff!important;background-color:#fff!important;background-image:none!important;box-shadow:none!important;color:#1f2937!important}html body[data-page=storage] button#storageDirBtn.storage-dir-btn.storage-dir-btn{font-family:Inter,Arial,sans-serif!important;font-size:14px!important;font-weight:900!important;line-height:20px!important;color:var(--ui-control-text)!important;background-color:var(--ui-control-bg)!important;border-color:var(--ui-control-border)!important;border-radius:var(--ui-control-radius)!important}html body[data-page=storage] button#storageDirBtn.storage-dir-btn.storage-dir-btn.asc{color:var(--blue)!important}.storage-card:hover .item-art.real img{transform:scale(1.06)}.storage-grid{grid-template-columns:repeat(auto-fill,159px);justify-content:start;align-items:start}.storage-card{width:159px;height:148px;border-radius:5px;background:var(--panel2);cursor:pointer}.storage-card:hover{border-color:color-mix(in srgb,var(--rarity) 72%,var(--line));outline:2px solid color-mix(in srgb,var(--rarity) 86%,#fff 14%);outline-offset:-2px;box-shadow:0 0 0 1px color-mix(in srgb,var(--rarity) 70%,transparent),0 0 18px color-mix(in srgb,var(--rarity) 38%,transparent)}.storage-card.selected{outline:1px solid color-mix(in srgb,var(--blue) 76%,#fff 24%);outline-offset:-1px}.storage-card.disabled{opacity:.55;filter:saturate(.7)}.check{position:absolute;top:5px;left:5px;z-index:6;width:18px;height:18px;min-height:0;padding:0;border-radius:4px;background:#14171e85;border-color:#ffffff29;appearance:none}.check:checked{background:#4f8a36}.check:checked:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #f2ffe8;border-width:0 2px 2px 0;transform:rotate(45deg)}.storage-card .sale-price{bottom:30px}.storage-price{position:absolute;right:4px;bottom:29px;z-index:5;display:grid;gap:0;justify-items:end;padding:3px 6px;border-radius:6px;background:linear-gradient(180deg,#dd8f23,#b85d13);border:1px solid rgba(255,222,150,.58);box-shadow:0 2px 8px #0000004d,0 0 0 1px #3c1e0029}.storage-price b{font-size:13px;line-height:1;color:#fff;font-weight:900;text-shadow:0 1px 2px rgba(0,0,0,.42)}.storage-price span{font-size:9px;line-height:1;color:#fff4dee6;font-weight:800;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.38)}@media(max-width:760px){.storage-grid{grid-template-columns:repeat(auto-fill,159px);justify-content:center}}.storage-card .state-badge{font-size:10px}.storage-card .state-badge.listed{max-width:142px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1c2744;background:linear-gradient(180deg,#dbe6ff,#c7d6ff);border:1px solid rgba(126,153,224,.72);border-radius:5px;padding:3px 6px;box-shadow:0 1px 4px #0000002e;text-shadow:none}.storage-card.is-listed{box-shadow:inset 0 0 0 1px #7e99e07a}.storage-price b{display:flex;align-items:center;gap:1px;font-size:14px}.storage-price .bolt{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:50%;background:var(--panel2);box-shadow:0 1px 2px #00000059,inset 0 0 0 1px var(--line);font-size:11px;line-height:1;filter:none;text-shadow:none}.storage-card .state-badge.listed{color:#153419;background:linear-gradient(180deg,#dbf7b9,#bde985);border-color:#85cd59cc;box-shadow:0 1px 4px #0000002e;text-shadow:none}.storage-card .state-badge.listed{top:4px;right:2px}.storage-card .storage-price{right:2px;bottom:30px;padding:2px 4px 2px 2px;background:linear-gradient(180deg,var(--panel2),var(--panel));border:1px solid var(--line);box-shadow:0 2px 8px #0000004d,0 0 0 1px #00000014}html[data-theme=dark] .storage-card .storage-price{background:linear-gradient(180deg,color-mix(in srgb,var(--panel2) 92%,#fff),color-mix(in srgb,var(--panel) 94%,#fff))}html[data-theme=light] .storage-card .storage-price{background:linear-gradient(180deg,color-mix(in srgb,var(--panel2) 88%,#000),color-mix(in srgb,var(--panel) 92%,#000))}.storage-card .storage-price b{color:#e87512;text-shadow:none}.storage-card .storage-price>span{color:var(--muted);font-weight:800;text-shadow:none}.storage-card .storage-price>span em{font-style:normal;font-weight:500}.storage-card .storage-price .bolt{display:inline-block;width:auto;height:auto;border-radius:0;background:transparent;box-shadow:none;color:#e87512;font-size:12px;line-height:1;filter:none;text-shadow:none}.storage-card .storage-price{right:0;bottom:26px;min-width:78px;padding:9px 8px 5px 22px;gap:0;align-content:end;justify-items:end;border:0;background:linear-gradient(135deg,transparent 0%,rgba(0,0,0,.06) 22%,rgba(18,21,28,.74) 72%,rgba(18,21,28,.92) 100%);box-shadow:none;border-radius:0 0 5px}html[data-theme=dark] .storage-card .storage-price{background:linear-gradient(135deg,transparent 0%,rgba(20,23,31,.08) 22%,rgba(24,27,36,.72) 72%,rgba(24,27,36,.92) 100%)}html[data-theme=light] .storage-card .storage-price{background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.08) 20%,rgba(234,239,247,.82) 72%,rgba(245,248,252,.96) 100%)}.storage-card .storage-price b{gap:2px;font-size:15px;line-height:1;color:#ff8424;text-shadow:0 1px 2px rgba(0,0,0,.45)}.storage-card .storage-price .bolt{font-size:12px;color:#ff8424;text-shadow:0 1px 2px rgba(0,0,0,.45)}.storage-card .storage-price>span{margin-top:1px;font-size:9px;line-height:1;color:color-mix(in srgb,var(--muted) 88%,var(--text));font-weight:800;text-shadow:0 1px 2px rgba(0,0,0,.28)}.storage-card .storage-price>span em{font-weight:500}.storage-card{height:176px;display:flex;flex-direction:column}.storage-card .item-art{flex:0 0 120px}.storage-card .storage-price{position:relative;right:auto;bottom:auto;min-width:0;height:30px;padding:3px 7px 4px;display:grid;align-content:center;justify-items:end;border:0;border-top:1px solid color-mix(in srgb,var(--rarity) 24%,var(--line));border-radius:0;background:linear-gradient(180deg,color-mix(in srgb,var(--panel2) 92%,var(--rarity) 8%),color-mix(in srgb,var(--panel) 94%,var(--rarity) 6%));box-shadow:inset 0 1px #ffffff14}.storage-card .storage-price b{gap:1px;font-size:15px;line-height:1;color:#ff8424;text-shadow:none}.storage-card .storage-price .bolt{font-size:12px;color:#ff8424;text-shadow:none}.storage-card .storage-price>span{margin-top:1px;font-size:9px;line-height:1;color:color-mix(in srgb,var(--muted) 86%,var(--text));font-weight:800;text-shadow:none}.storage-card .storage-price>span em{font-weight:500;color:var(--muted)}html[data-theme=dark] .storage-card .storage-price{background:linear-gradient(180deg,color-mix(in srgb,var(--panel2) 90%,var(--rarity) 10%),color-mix(in srgb,var(--panel) 94%,var(--rarity) 6%))}html[data-theme=light] .storage-card .storage-price{background:linear-gradient(180deg,color-mix(in srgb,var(--panel2) 88%,var(--rarity) 12%),color-mix(in srgb,var(--panel) 92%,var(--rarity) 8%))}.storage-card:hover{border-color:var(--line);outline:0;box-shadow:none}.storage-card .storage-price{grid-template-columns:1fr auto;column-gap:4px;align-items:center;justify-items:stretch;padding:2px 5px 3px 8px;border-top:0;background:var(--panel2);box-shadow:none}.storage-card .storage-price b{order:2;justify-self:end;display:inline-flex;align-items:center;gap:1px;font-size:15px;letter-spacing:-.25px}.storage-card .storage-price .bolt{font-size:15px;line-height:1;transform:translateY(-1px)}.storage-card .storage-price>span{order:1;justify-self:start;display:flex;align-items:baseline;gap:2px;margin-top:0;max-width:78px;overflow:hidden;white-space:nowrap;font-size:9px;text-align:left}.storage-card .storage-price>span em{flex:0 0 auto}.storage-card .storage-price>span{color:color-mix(in srgb,var(--muted) 86%,var(--text))}html[data-theme=dark] .storage-card .storage-price,html[data-theme=light] .storage-card .storage-price{background:var(--panel2)}.storage-card .storage-price>span{display:grid;gap:1px;align-content:center;max-width:72px;font-size:10px;line-height:.95;letter-spacing:-.15px}.storage-card .storage-price>span em{font-size:8px;line-height:1;color:var(--muted)}.storage-card .storage-price,html[data-theme=dark] .storage-card .storage-price,html[data-theme=light] .storage-card .storage-price{background:transparent}.storage-card .namebar{box-shadow:none;text-shadow:none}.storage-card .item-art,.storage-card .item-art.real{background:transparent}.storage-card.is-listed{box-shadow:none}.storage-card .storage-price b{gap:0;font-size:17px;letter-spacing:-.45px}.storage-card .storage-price .bolt{font-size:21px;margin-right:-2px;transform:translateY(-1px)}.storage-card .storage-price b{font-size:16px;letter-spacing:-.32px;line-height:.95}.storage-card .storage-price .bolt{font-size:21px;margin-right:-5px;transform:translateY(-1px)}.storage-card .item-art.real img{padding:13px 16px 3px}.storage-card .storage-price{height:28px;margin-top:2px}.storage-card .storage-price{align-content:end;align-items:end;padding-bottom:1px}.storage-card .storage-price{align-content:center;align-items:end;padding-top:0;padding-bottom:0}.storage-card .storage-price>span,.storage-card .storage-price b{align-self:end}.storage-card .storage-price>b{font-weight:800}.storage-card .storage-price>span{transform:translateY(-2px)}.storage-card .storage-price>span em{font-size:9px}.storage-card .storage-price>b{font-weight:600}.storage-card .storage-price>span{font-weight:600}.storage-card .storage-price{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;padding-left:4px;padding-right:3px}.storage-card .storage-price>span{order:1;margin-right:auto;justify-self:start;text-align:left;font-weight:600;line-height:.95}.storage-card .storage-price>b{order:2;margin-left:auto;justify-self:end;text-align:right;font-weight:600;line-height:.95}.storage-card .storage-price .bolt{display:inline-block;transform:translateY(-1px)}.storage-card .storage-price>span{transform:translateY(-4px)}.storage-card .check{left:5px;top:5px}.storage-card .check{left:4px;top:4px;margin:0}.storage-card .state-badge.listed{top:4px;right:4px;height:16px;padding:0 5px 0 4px;display:flex;align-items:center;gap:3px;border-radius:5px;background:#b7ff91;color:#173510;border:1px solid rgba(58,116,36,.35);box-shadow:0 1px 2px #00000038;font-size:9px;font-weight:700;line-height:1;text-shadow:none;white-space:nowrap}.storage-card .state-badge.listed .tag-icon{font-size:10px;line-height:1;transform:translateY(-1px)}.storage-card .state-badge.listed{top:4px;right:4px;width:44px;height:21px;padding:0;display:block;border:1px solid #e53d4e;border-radius:3px;background:#fff;color:#e53d4e;box-shadow:0 1px 3px #00000047;overflow:hidden;text-shadow:none;white-space:normal}.storage-card .state-badge.listed .sale-sign{display:grid;grid-template-rows:11px 8px;width:100%;height:100%;align-items:center;justify-items:center;line-height:1}.storage-card .state-badge.listed .sale-sign b{display:block;width:100%;height:11px;background:#e53d4e;color:#fff;font-size:8px;font-weight:900;letter-spacing:.4px;line-height:11px;text-align:center}.storage-card .state-badge.listed .sale-sign i{display:block;color:#18202b;font-style:normal;font-size:7px;font-weight:800;line-height:8px;letter-spacing:-.2px}.storage-card .state-badge.listed{width:50px;height:21px}.storage-card .state-badge.listed .sale-sign b{font-size:7px;letter-spacing:.35px}.storage-card .state-badge.listed{width:58px;height:25px}.storage-card .state-badge.listed .sale-sign{grid-template-rows:11px 12px}.storage-card .state-badge.listed .sale-sign b{font-size:7px;letter-spacing:.1px}.storage-card .state-badge.listed .sale-sign i{font-size:10px;line-height:12px;letter-spacing:-.35px}.storage-card .state-badge.listed{height:27px}.storage-card .state-badge.listed .sale-sign{grid-template-rows:11px 14px}.storage-card .state-badge.listed .sale-sign i{font-size:9px;font-weight:800;line-height:14px;letter-spacing:0}.storage-card .state-badge.listed .sale-sign i{font-family:Tahoma,Verdana,sans-serif;font-size:8px;font-weight:700;line-height:14px;letter-spacing:0;transform:translateY(-1px);font-variant-numeric:tabular-nums}.storage-card .state-badge.listed{width:auto;min-width:58px;height:27px}.storage-card .state-badge.listed .sale-sign{min-width:58px;grid-template-rows:11px 14px}.storage-card .state-badge.listed .sale-sign i{display:flex;align-items:center;justify-content:center;padding:0 4px;font-size:9px;font-weight:700;line-height:14px;transform:none;font-family:Tahoma,Verdana,sans-serif;font-variant-numeric:tabular-nums;white-space:nowrap}.storage-card .state-badge.listed{min-width:67px;height:31px}.storage-card .state-badge.listed .sale-sign{min-width:67px;grid-template-rows:13px 16px}.storage-card .state-badge.listed .sale-sign b{height:13px;font-size:8px;line-height:13px;letter-spacing:.1px}.storage-card .state-badge.listed .sale-sign i{padding:0 5px;font-size:11px;line-height:16px}.storage-card .state-badge.listed .sale-sign b{display:flex;align-items:center;justify-content:center;line-height:1;padding-top:1px}.storage-card .state-badge.listed .sale-sign b{padding-top:0;padding-bottom:1px;line-height:1}.storage-card .check,.storage-card.selection-active .check{display:block!important}.storage-card.selection-active.dimmed{opacity:.46!important;filter:saturate(.55) brightness(.72)!important}.storage-card.selection-active.selected{opacity:1!important;filter:none!important}html body[data-page=storage] .storage-card.selected,html body[data-page=storage] .storage-card.selected:hover,html body[data-page=storage] .storage-card.selection-active.selected,html body[data-page=storage] .storage-card.selection-active.selected:hover{outline:1px solid color-mix(in srgb,var(--blue) 76%,#fff 24%)!important;outline-offset:-1px!important;border-color:color-mix(in srgb,var(--blue) 55%,var(--line))!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent}html body[data-page=storage] .storage-card .check:focus{outline:0!important}@media(max-width:700px){body[data-page=storage] .storage-grid{grid-template-columns:repeat(auto-fill,159px)!important;justify-content:center!important;gap:9px!important;width:100%;max-width:100%;overflow:hidden}}:root{--m1-storage-card-width:159px;--m1-storage-card-height:176px;--m1-storage-card-radius:10px;--m1-storage-card-bg:#30333d;--m1-storage-art-height:120px;--m1-storage-name-height:26px}body[data-page=storage] .storage-grid{grid-template-columns:repeat(auto-fill,var(--m1-storage-card-width))!important;justify-content:center!important;gap:9px!important}body[data-page=storage] .storage-card{position:relative!important;width:var(--m1-storage-card-width)!important;height:var(--m1-storage-card-height)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;padding:0!important;border-radius:var(--m1-storage-card-radius)!important;background:var(--m1-storage-card-bg)!important;cursor:pointer!important}body[data-page=storage] .storage-card .item-art{position:relative!important;overflow:hidden!important;height:var(--m1-storage-art-height)!important;min-height:var(--m1-storage-art-height)!important}body[data-page=storage] .storage-card .item-art.real img{box-sizing:border-box!important;width:100%!important;height:var(--m1-storage-art-height)!important;object-fit:contain!important;padding:13px 16px 3px!important}body[data-page=storage] .storage-card .storage-price{height:26px!important;min-height:26px!important;margin-top:2px!important;padding:0 3px 0 4px!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:4px!important}body[data-page=storage] .storage-card .storage-price b{align-self:flex-end!important;display:flex!important;align-items:flex-end!important;gap:2px!important;color:#e7edf8!important;font-size:16px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important}body[data-page=storage] .storage-card .storage-price span:not(.bolt){align-self:flex-end!important;color:#aeb6c5!important;font-size:10px!important;line-height:1!important;white-space:nowrap!important}body[data-page=storage] .storage-card .storage-price em{font-style:normal!important}body[data-page=storage] .storage-card .namebar{position:relative!important;z-index:5!important;background:var(--rarity)!important;background-image:none!important;height:var(--m1-storage-name-height)!important;min-height:var(--m1-storage-name-height)!important;padding:3px 8px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;overflow:hidden!important;color:#fff!important;font-size:12px!important;font-weight:500!important;line-height:1.05!important;white-space:nowrap!important;text-overflow:ellipsis!important}body[data-page=storage] .storage-card .check{position:absolute!important;left:4px!important;top:4px!important;width:18px!important;height:18px!important;z-index:6!important;display:block!important}body[data-page=storage] .storage-card.selection-active .check{display:block!important}body[data-page=storage] .storage-card.selection-active.dimmed{opacity:.58!important;filter:saturate(.7) brightness(.82)!important}body[data-page=storage] .storage-card.selection-active.selected{opacity:1!important;filter:none!important}body[data-page=storage] .storage-card .storage-price b{color:#ff8424!important;gap:2px!important;font-weight:900!important;line-height:16px!important}body[data-page=storage] .storage-card .storage-price .bolt{width:auto!important;min-width:0!important;height:20px!important;display:inline-block!important;margin:0!important;padding:0!important;color:#ff8424!important;font-size:20px!important;line-height:20px!important}body[data-page=storage] .storage-card .storage-price span:not(.bolt){display:grid!important;grid-template-rows:10px 10px!important;gap:0!important;align-self:flex-end!important;transform:translateY(-1px)!important}body[data-page=storage] .storage-card .storage-price .bolt{width:13px!important;min-width:13px!important;max-width:13px!important;flex:0 0 13px!important;overflow:visible!important;text-align:left!important}body[data-page=storage] .storage-card .storage-price .bolt{width:auto!important;min-width:0!important;max-width:none!important;flex:0 0 auto!important;height:21px!important;margin:0 -5px 0 0!important;font-size:21px!important;line-height:21px!important}body[data-page=storage] .storage-card .storage-price span:not(.bolt){transform:none!important}body[data-page=storage] .storage-card .storage-price b{gap:0!important;font-weight:600!important;line-height:15.2px!important}body[data-page=storage] .storage-card .storage-price span:not(.bolt){grid-template-rows:9px 9.5px!important;gap:1px!important;line-height:9.5px!important;transform:translateY(-4px)!important}body[data-page=storage] .storage-card .storage-price b{transform:translateY(-4px)!important}body[data-page=storage] .storage-card .storage-price b{transform:translateY(-3px)!important}body[data-page=storage] .storage-card .storage-price .bolt{transform:translateY(6px)!important}body[data-page=storage] .storage-card .storage-price .bolt{transform:translateY(4px)!important}body[data-page=storage] .storage-card .storage-price .bolt{transform:translateY(2px)!important}html[data-theme=light]{--m1-storage-card-bg:#f3f6fb}html[data-theme=light] body[data-page=storage] .storage-card{border-color:#cdd6e4!important;box-shadow:0 1px 2px #14233714!important}html[data-theme=light] body[data-page=storage] .storage-card .item-art{background:var(--m1-storage-card-bg)!important}html[data-theme=light] body[data-page=storage] .storage-card .storage-price span:not(.bolt){color:#465264!important}body[data-page=storage] .bolt{display:inline-block!important;width:13px!important;min-width:13px!important;max-width:13px!important;height:20px!important;flex:0 0 13px!important;background:linear-gradient(180deg,#ffc84e,#ff9a2a 48%,#f36b16)!important;clip-path:polygon(57% 0,95% 0,66% 42%,100% 42%,32% 100%,48% 58%,10% 58%)!important;filter:drop-shadow(0 1px 0 rgba(120,44,0,.58)) drop-shadow(0 0 1px rgba(255,192,78,.34))!important}body[data-page=storage] .storage-card .storage-price .bolt{margin:0 -1px 0 0!important;padding:0!important;color:transparent!important;font-size:0!important;line-height:0!important;overflow:visible!important;text-align:left!important;transform:translateY(2px)!important}body[data-page=storage] svg.bolt{display:inline-block!important;width:10px!important;min-width:10px!important;max-width:10px!important;height:13px!important;flex:0 0 10px!important;margin:0 -2px!important;background:transparent!important;clip-path:none!important;overflow:visible!important;filter:drop-shadow(0 1px 0 rgba(120,44,0,.58)) drop-shadow(0 0 1px rgba(255,192,78,.34))!important}body[data-page=storage] .storage-card .storage-price svg.bolt{transform:translate(-1px)!important}html body[data-page=storage] .storage-card .storage-price svg.bolt{width:13px!important;min-width:13px!important;max-width:13px!important;height:18px!important;flex-basis:13px!important;transform:translate(-2px,2px)!important;border-radius:0!important}body[data-page=storage] .storage-card{border:1px solid var(--line)!important;overflow:hidden!important;text-align:left!important}body[data-page=storage] .storage-card .item-art,body[data-page=storage] .storage-card .item-art.real{position:relative!important;background:transparent!important;box-shadow:none!important}body[data-page=storage] .storage-card .item-art:not(.real):before{content:attr(data-mark);position:absolute;inset:0;display:grid;place-items:center;color:var(--muted);font-size:32px;font-weight:900}body[data-page=storage] .storage-card .check{opacity:.42!important;background:#14171e3d!important;border-color:#ffffff1a!important;box-shadow:none!important}body[data-page=storage] .storage-card:hover .check,body[data-page=storage] .storage-card.selected .check{opacity:.72!important}body[data-page=storage] .storage-card .check:checked{opacity:.9!important;background:#4f8a36b8!important;border-color:#f2ffe86b!important}body[data-page=storage] .storage-card .check:checked:after{border-color:#f2ffe8db!important}body[data-page=storage] .storage-card .check-hit{position:absolute!important;left:0!important;top:0!important;width:44px!important;height:44px!important;z-index:7!important;cursor:pointer!important}body[data-page=storage] .storage-card .check-hit:hover+.check{opacity:.9!important;background:#4f8a3657!important;border-color:#f2ffe85c!important;box-shadow:inset 0 0 0 1px #f2ffe838!important}@media(max-width:370px){body[data-page=storage] #storageGrid.storage-grid{grid-template-columns:repeat(2,var(--m1-storage-card-width))!important;justify-content:center!important;gap:8px!important}}body[data-page=storage] .storage-card.selection-active.dimmed{opacity:1!important;filter:none!important}body[data-page=storage] .storage-card.selection-active.dimmed:after{content:"";position:absolute;inset:0;z-index:5;border-radius:inherit;background:#0000002e;pointer-events:none}body[data-page=storage] .storage-card.selection-active.dimmed .check,body[data-page=storage] .storage-card.selection-active.dimmed .check-hit{z-index:8!important}body[data-page=storage] .storage-card.selection-active.dimmed:after{z-index:40!important;background:#0000002e!important}body[data-page=storage] .storage-card.selection-active.dimmed .check,body[data-page=storage] .storage-card.selection-active.dimmed .check-hit{z-index:60!important}body[data-page=storage] .storage-grid:has(.storage-card.selection-active):after{content:"";position:fixed;inset:0;z-index:90;background:#0000002e;pointer-events:none}body[data-page=storage] .storage-card.selection-active.dimmed:after{content:none!important}body[data-page=storage] .storage-card.selection-active.selected{position:relative!important;z-index:100!important}body[data-page=storage] #bulkbar.bulkbar:not(.hidden){z-index:101!important}.item-variant-pill{position:absolute;left:8px;bottom:43px;z-index:2;display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border:1px solid color-mix(in srgb,var(--line) 78%,transparent);border-radius:999px;background:color-mix(in srgb,var(--panel2) 78%,transparent);color:var(--text);font-size:11px;font-weight:700;line-height:1;box-shadow:0 8px 18px #0f172a29;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.item-variant-pill span{color:var(--muted);font-weight:700}.item-variant-dots{position:absolute;left:8px;bottom:43px;z-index:2;display:inline-flex;align-items:center;gap:4px;padding:4px 5px;border:1px solid color-mix(in srgb,var(--line) 78%,transparent);border-radius:999px;background:color-mix(in srgb,var(--panel2) 78%,transparent);box-shadow:0 8px 18px #0f172a29;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.item-variant-dot{width:10px;height:10px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:var(--variant-bg,#3a3a3a);box-shadow:0 1px 4px #0f172a47}.item-variant-dot.is-selected{width:12px;height:12px;border-color:var(--blue);box-shadow:0 0 0 2px color-mix(in srgb,var(--blue) 24%,transparent),0 1px 4px #0f172a47}.item-variant-dot.is-locked{opacity:.32;filter:grayscale(.7)}.item-variant-dots{bottom:68px!important;padding:5px 6px!important;gap:5px!important}.item-variant-dot{position:relative!important;width:11px!important;height:11px!important;border:1px solid rgba(255,255,255,.72)!important;background:var(--variant-bg,#3a3a3a)!important;opacity:1!important}.item-variant-dot.is-selected{width:11px!important;height:11px!important;border-color:#ffffffb8!important;box-shadow:0 1px 4px #0f172a47!important}.item-variant-dot.is-locked{background:transparent!important;border:1px solid color-mix(in srgb,var(--muted) 72%,transparent)!important;box-shadow:none!important;filter:none!important;opacity:.78!important}.item-variant-dot.is-locked:after{content:"";position:absolute;left:2px;right:2px;top:50%;border-top:1px solid currentColor;transform:rotate(-45deg);opacity:.9}.item-variant-dots{bottom:56px!important}.item-variant-dot:not(.is-locked){border-color:#fff!important;box-shadow:0 0 0 1px #ffffff47,0 2px 7px #0f172a57!important}.item-variant-dot.is-locked:before,.item-variant-dot.is-locked:after{content:"";position:absolute;left:2px;right:2px;top:50%;border-top:1px solid currentColor;opacity:.95}.item-variant-dot.is-locked:before{transform:rotate(45deg)}.item-variant-dot.is-locked:after{transform:rotate(-45deg)}.item-variant-dot.is-locked:before,.item-variant-dot.is-locked:after{left:50%!important;right:auto!important;top:50%!important;width:7px!important;border-top:1px solid currentColor!important;transform-origin:center!important}.item-variant-dot.is-locked:before{transform:translate(-50%,-50%) rotate(45deg)!important}.item-variant-dot.is-locked:after{transform:translate(-50%,-50%) rotate(-45deg)!important}.item-variant-dot.is-locked:after{content:"×"!important;position:absolute!important;inset:0!important;display:grid!important;place-items:center!important;width:auto!important;border:0!important;transform:none!important;font-size:8px!important;font-weight:900!important;line-height:1!important;font-family:Arial,Helvetica,sans-serif!important}.item-variant-dot.is-locked:before,.item-variant-dot.is-locked:after{content:none!important}.item-variant-dot.is-locked{background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M3 3l4 4M7 3L3 7' stroke='%238994a3' stroke-width='1.35' stroke-linecap='round'/%3E%3C/svg%3E") center/8px 8px no-repeat!important}.item-variant-dot.is-locked{display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important}.item-variant-dot.is-locked:before{content:none!important}.item-variant-dot.is-locked:after{content:""!important;position:static!important;inset:auto!important;display:block!important;width:7px!important;height:7px!important;border:0!important;transform:none!important;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M3 3l4 4M7 3L3 7' stroke='%238994a3' stroke-width='1.35' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat!important}.storage-card .price-tag{--m1-price-tag-red:#e53d50;--m1-price-tag-red-dark:#b81f32;--m1-price-tag-paper:#fffaf2;--m1-price-tag-ink:#101820;--m1-price-tag-shadow:0 2px 5px rgba(0,0,0,.32);position:absolute;top:4px;right:4px;z-index:6;width:69px;height:31px;display:block;overflow:hidden;border:1px solid var(--m1-price-tag-red);border-radius:4px;background:var(--m1-price-tag-paper);box-shadow:var(--m1-price-tag-shadow);box-sizing:border-box;color:var(--m1-price-tag-ink);text-shadow:none}.storage-card .price-tag__label,.storage-card .price-tag__value{display:flex;align-items:center;justify-content:center;width:100%;min-width:0;box-sizing:border-box;white-space:nowrap}.storage-card .price-tag__label{padding:0 4px;height:13px;background:linear-gradient(180deg,var(--m1-price-tag-red),var(--m1-price-tag-red-dark));color:#fff;font-family:Arial,Open Sans,Tahoma,sans-serif;font-size:8px;font-weight:800;line-height:1;letter-spacing:.2px;transform:translateY(-1px)}.storage-card .price-tag__value{padding:0 5px;height:16px;background:linear-gradient(180deg,#fffefa,var(--m1-price-tag-paper));font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:13px;font-weight:700;line-height:16px;letter-spacing:-.5px}.storage-card .price-tag{padding:0;min-height:0;cursor:pointer;appearance:none}.storage-card .price-edit-popover{position:fixed;top:0;left:0;z-index:101;width:max-content;max-width:calc(100vw - 20px);max-height:calc(100vh - 20px);padding:9px;border:1px solid var(--m1-translucent-border);border-radius:13px;background:var(--m1-translucent-surface);backdrop-filter:blur(var(--m1-translucent-blur));-webkit-backdrop-filter:blur(var(--m1-translucent-blur));box-shadow:var(--m1-translucent-shadow);overflow:auto}.storage-card .price-edit-popover label{display:block;margin:2px 0 5px;color:var(--text);font-size:14px;font-weight:500;line-height:1.2}.storage-card .price-edit-popover button{font-weight:inherit}.storage-card .price-edit-body{display:flex;align-items:stretch;gap:9px}.storage-card .price-edit-preview{width:122px;display:grid;justify-items:center;grid-template-rows:minmax(0,1fr) auto;gap:0;flex:0 0 122px;overflow:hidden;border-radius:10px;background:var(--panel2)}.storage-card .price-edit-preview-art{width:122px;height:100%;position:relative;display:grid;place-items:center;border:0;border-radius:0;background:transparent;overflow:hidden}.storage-card .price-edit-preview-art img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;max-height:none;margin:0;padding:8px;transform:none;object-fit:contain;object-position:center}.storage-card .price-edit-preview-name{width:100%;min-height:26px;padding:4px 6px;border-radius:0;background:var(--rarity);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500;line-height:1.05;text-align:center;overflow:hidden}.storage-card .price-edit-controls{width:max-content}.storage-card .price-edit-row{display:flex;align-items:center;gap:6px}.storage-card .price-edit-input{flex:0 0 82px;width:82px;height:32px;min-height:32px;padding:0 9px;border-radius:9px;font-size:14px}.storage-card .price-edit-ok{flex:1 1 0;height:32px;min-height:32px;padding:0 8px;border-radius:9px;font-size:13px;background:#8bc34a;border-color:#8bc34a;color:#fff}.storage-card .price-edit-ok:disabled,body[data-page=storage] .bulk-sell-popover .price-edit-ok:disabled{background:color-mix(in srgb,#8bc34a 34%,var(--panel2) 66%)!important;border-color:color-mix(in srgb,#8bc34a 32%,var(--line) 68%)!important;color:color-mix(in srgb,#fff 48%,var(--muted) 52%)!important;cursor:not-allowed!important;filter:saturate(.55) brightness(.9)!important;opacity:.62!important}.storage-card .price-edit-actions{display:grid;grid-template-columns:1fr;gap:7px;margin-top:8px}.storage-card .price-edit-cancel,.storage-card .price-edit-unlist{width:100%;height:32px;min-height:32px;padding:0 8px;border-radius:9px;font-size:13px;box-shadow:none}.storage-card .price-edit-unlist{padding-left:6px;padding-right:6px;background:#a94f5a;border-color:#a94f5a;color:#fff}.storage-card .price-edit-cancel{background:#6f91b3;border-color:#6f91b3;color:#fff}body[data-page=storage] .price-edit-lock{position:fixed;inset:0;z-index:90;padding:0;border:0;border-radius:0;background:#0000002e;cursor:default}body[data-page=storage] .storage-grid:has(.price-edit-popover){overflow:visible!important}body[data-page=storage] .storage-card:has(.price-edit-popover){z-index:100!important}@media(max-width:760px){body[data-page=storage] .storage-card .price-edit-popover{position:fixed;top:auto;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:101;width:auto;max-width:none;max-height:48vh;padding:12px;border-radius:13px;box-shadow:var(--m1-translucent-shadow);overflow:auto}body[data-page=storage] .storage-card .price-edit-body{justify-content:center;gap:10px}body[data-page=storage] .storage-card .price-edit-popover label{font-size:16px;margin:3px 0 5px}body[data-page=storage] .storage-card .price-edit-preview{width:138px;flex-basis:138px}body[data-page=storage] .storage-card .price-edit-preview-art{width:138px}body[data-page=storage] .storage-card .price-edit-preview-name{min-height:30px;padding:5px 7px;font-size:13px}body[data-page=storage] .storage-card .price-edit-row{gap:7px}body[data-page=storage] .storage-card .price-edit-input{flex-basis:93px;width:93px;height:36px;min-height:36px;padding:0 10px;font-size:16px}body[data-page=storage] .storage-card .price-edit-ok,body[data-page=storage] .storage-card .price-edit-cancel,body[data-page=storage] .storage-card .price-edit-unlist{height:36px;min-height:36px;padding:0 9px;font-size:14px}body[data-page=storage] .storage-card .price-edit-actions{gap:8px;margin-top:9px}}body[data-page=storage] .bulk-sell-popover{position:fixed;top:0;left:0;z-index:101;width:max-content;max-width:calc(100vw - 20px);max-height:calc(100vh - 20px);padding:9px;border:1px solid var(--m1-translucent-border);border-radius:13px;background:var(--m1-translucent-surface);backdrop-filter:blur(var(--m1-translucent-blur));-webkit-backdrop-filter:blur(var(--m1-translucent-blur));box-shadow:var(--m1-translucent-shadow);overflow:auto}body[data-page=storage] .bulk-sell-popover label{display:block;margin:2px 0 5px;color:var(--text);font-size:14px;font-weight:500;line-height:1.2}body[data-page=storage] .bulk-sell-popover button{font-weight:inherit}body[data-page=storage] .bulk-sell-popover .price-edit-body{display:flex;align-items:stretch;gap:9px}body[data-page=storage] .bulk-sell-popover .price-edit-preview{width:146px;display:grid;justify-items:center;grid-template-rows:minmax(0,1fr) auto;gap:0;flex:0 0 146px;overflow:hidden;border-radius:10px;background:linear-gradient(180deg,var(--item-bg-top),var(--item-bg-bottom))}body[data-page=storage] .bulk-sell-popover .price-edit-preview-art{width:146px;height:100%;position:relative;display:grid;place-items:center;border:0;border-radius:0;background:transparent;overflow:hidden}body[data-page=storage] .bulk-sell-popover .price-edit-preview-art img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;max-height:none;margin:0;padding:8px;transform:none;object-fit:contain;object-position:center}body[data-page=storage] .bulk-sell-popover .price-edit-preview-name{width:100%;min-height:31px;padding:4px 6px;border-radius:0;background:var(--rarity);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500;line-height:1.05;text-align:center;overflow:hidden}body[data-page=storage] .bulk-sell-popover .price-edit-controls{width:190px}body[data-page=storage] .bulk-sell-popover .bulk-sell-count{margin:0 0 6px;color:var(--muted);font-size:12px;font-weight:700;line-height:1.1}body[data-page=storage] .bulk-sell-popover .bulk-sell-market{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:0 0 8px}body[data-page=storage] .bulk-sell-popover .bulk-sell-market-item{min-width:0;padding:0}body[data-page=storage] .bulk-sell-popover .bulk-sell-market-item span{display:block;margin:0 0 3px;color:var(--muted);font-size:10px;font-weight:700;line-height:1;text-transform:none;letter-spacing:0}body[data-page=storage] .bulk-sell-popover .bulk-sell-market-item b{display:block;min-width:0;color:var(--text);font-size:13px;font-weight:800;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body[data-page=storage] .bulk-sell-popover .price-edit-row{display:flex;align-items:center;gap:6px}body[data-page=storage] .bulk-sell-popover .bulk-sell-receive{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:6px 0 0;color:var(--muted);font-size:12px;font-weight:700;line-height:1.1}body[data-page=storage] .bulk-sell-popover .bulk-sell-receive b{color:var(--text);font-size:13px;font-weight:800}body[data-page=storage] .bulk-sell-popover .price-edit-input{flex:0 0 82px;width:82px;height:32px;min-height:32px;padding:0 9px;border-radius:9px;font-size:14px}body[data-page=storage] .bulk-sell-popover .price-edit-ok{flex:1 1 0;height:32px;min-height:32px;padding:0 8px;border-radius:9px;font-size:13px;background:#8bc34a;border-color:#8bc34a;color:#fff}body[data-page=storage] .bulk-sell-popover .price-edit-actions{display:grid;grid-template-columns:1fr;gap:7px;margin-top:8px}body[data-page=storage] .bulk-sell-popover .price-edit-cancel{width:100%;height:32px;min-height:32px;padding:0 8px;border-radius:9px;font-size:13px;box-shadow:none;background:#6f91b3;border-color:#6f91b3;color:#fff}@media(max-width:760px){body[data-page=storage] .bulk-sell-popover{position:fixed;top:auto;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:101;width:auto;max-width:none;max-height:48vh;padding:12px;border-radius:13px;box-shadow:var(--m1-translucent-shadow);overflow:auto}body[data-page=storage] .bulk-sell-popover .price-edit-body{justify-content:center;gap:10px}body[data-page=storage] .bulk-sell-popover label{font-size:16px;margin:3px 0 5px}body[data-page=storage] .bulk-sell-popover .price-edit-preview{width:166px;flex-basis:166px}body[data-page=storage] .bulk-sell-popover .price-edit-preview-art{width:166px}body[data-page=storage] .bulk-sell-popover .price-edit-preview-name{min-height:36px;padding:5px 7px;font-size:13px}body[data-page=storage] .bulk-sell-popover .bulk-sell-market{grid-template-columns:1fr 1fr;gap:7px;margin-bottom:9px}body[data-page=storage] .bulk-sell-popover .price-edit-controls{width:205px}body[data-page=storage] .bulk-sell-popover .price-edit-input{flex-basis:93px;width:93px;height:36px;min-height:36px;padding:0 10px;font-size:16px}body[data-page=storage] .bulk-sell-popover .price-edit-ok,body[data-page=storage] .bulk-sell-popover .price-edit-cancel{height:36px;min-height:36px;padding:0 9px;font-size:14px}}body[data-page=storage] .price-edit-lock.bulk-sell-lock{background:#000000b8!important}body[data-page=storage] .storage-card .price-edit-popover .price-edit-receive{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:6px 0 0;color:var(--muted);font-size:12px;font-weight:700;line-height:1.1}body[data-page=storage] .storage-card .price-edit-popover .price-edit-receive b{color:var(--text);font-size:13px;font-weight:800}body[data-page=storage] .storage-card .price-edit-popover label{font-weight:500;letter-spacing:0;text-transform:none}body[data-page=storage] .storage-card .price-edit-popover:not(.bulk-sell-popover) .price-edit-preview{width:146px;flex:0 0 146px;background:linear-gradient(180deg,var(--item-bg-top),var(--item-bg-bottom))}body[data-page=storage] .storage-card .price-edit-popover:not(.bulk-sell-popover) .price-edit-preview-art{width:146px}body[data-page=storage] .storage-card .price-edit-popover:not(.bulk-sell-popover) .price-edit-preview-name{min-height:31px;padding:4px 6px;font-size:11px;font-weight:500;line-height:1.05;text-align:center}@media(max-width:760px){body[data-page=storage] .storage-card .price-edit-popover:not(.bulk-sell-popover) .price-edit-preview{width:166px;flex-basis:166px}body[data-page=storage] .storage-card .price-edit-popover:not(.bulk-sell-popover) .price-edit-preview-art{width:166px}body[data-page=storage] .storage-card .price-edit-popover:not(.bulk-sell-popover) .price-edit-preview-name{min-height:36px;padding:5px 7px;font-size:13px}}body[data-page=storage] .storage-card .price-edit-popover:not(.bulk-sell-popover) .price-edit-body{gap:30px}@media(max-width:760px){body[data-page=storage] .storage-card .price-edit-popover:not(.bulk-sell-popover) .price-edit-body{gap:24px}}body[data-page=storage] .storage-card .price-change-popover{left:50%!important;top:50%!important;transform:translate(-50%,-50%);width:max-content;max-width:calc(100vw - 20px);max-height:calc(100vh - 20px)}body[data-page=storage] .storage-card .price-change-popover .price-edit-actions{display:grid;grid-template-columns:1fr;gap:7px;margin-top:8px}body[data-page=storage] .storage-card .price-change-popover .price-edit-unlist{width:100%;height:32px;min-height:32px;padding:0 6px;border-radius:9px;font-size:13px;box-shadow:none;background:#a94f5a;border-color:#a94f5a;color:#fff}body[data-page=storage] .storage-card .price-change-popover .price-edit-cancel{width:100%;height:32px;min-height:32px;padding:0 8px;border-radius:9px;font-size:13px;box-shadow:none;background:#6f91b3;border-color:#6f91b3;color:#fff}@media(max-width:760px){body[data-page=storage] .storage-card .price-change-popover{top:auto!important;left:10px!important;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));transform:none;width:auto;max-width:none;max-height:48vh}}body[data-page=storage] #bulkbar.bulkbar{position:sticky!important;bottom:12px!important;z-index:20!important;width:min(100%,1167px)!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin:16px auto 0!important;padding:9px 10px!important;border:1px solid var(--m1-translucent-border)!important;border-radius:16px!important;background:var(--m1-translucent-surface)!important;box-shadow:var(--m1-translucent-shadow)!important;-webkit-backdrop-filter:blur(var(--m1-translucent-blur))!important;backdrop-filter:blur(var(--m1-translucent-blur))!important}body[data-page=storage] #bulkbar.bulkbar.bulkbar--popover{z-index:100!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}body[data-page=storage] #bulkbar.bulkbar.hidden{display:none!important}body[data-page=storage] #bulkbar .bulkbar-head{flex:0 0 auto!important;min-width:218px!important;display:flex!important;align-items:center!important;gap:7px!important}body[data-page=storage] #bulkbar .bulkbar-count{flex:0 0 auto!important;min-width:108px!important;color:var(--muted)!important;font-size:13px!important;font-weight:400!important;line-height:1!important;white-space:nowrap!important}body[data-page=storage] #bulkbar .bulkbar-close{position:static!important;flex:0 0 auto!important;width:auto!important;height:26px!important;min-height:26px!important;max-height:26px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 10px!important;border:1px solid color-mix(in srgb,var(--line) 54%,transparent)!important;border-radius:8px!important;background:color-mix(in srgb,var(--panel2) 34%,transparent)!important;color:var(--muted)!important;font-size:12px!important;font-weight:500!important;line-height:1!important;box-shadow:none!important;cursor:pointer!important}body[data-page=storage] #bulkbar .bulkbar-close__mobile{display:none!important}body[data-page=storage] #bulkbar .bulkbar-close__desktop{display:inline!important}body[data-page=storage] #bulkbar .bulkbar-close:hover{color:var(--text)!important;border-color:color-mix(in srgb,var(--line) 76%,transparent)!important;background:color-mix(in srgb,var(--panel2) 56%,transparent)!important}body[data-page=storage] #bulkbar .bulkbar-actions{flex:1 1 auto!important;min-width:0!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important}body[data-page=storage] #bulkbar .bulkbar-action{flex:0 0 auto!important;min-width:118px!important;height:30px!important;min-height:30px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;margin:0!important;padding:0 12px!important;border-radius:8px!important;color:#fff!important;font-size:13px!important;font-weight:600!important;line-height:1!important;letter-spacing:-.01em!important;box-shadow:none!important;text-shadow:none!important;white-space:nowrap!important}body[data-page=storage] #bulkbar .bulkbar-action>span{line-height:1!important;display:inline-flex!important;align-items:center!important}body[data-page=storage] #bulkbar .bulkbar-action--orange{min-width:190px!important;background:#dc8620!important;border-color:#dc8620!important}body[data-page=storage] #bulkbar .bulkbar-action--green,body[data-page=storage] #bulkbar .storage-list-btn{background:#8bc34a!important;border-color:#8bc34a!important}body[data-page=storage] #bulkbar .bulkbar-action--danger,body[data-page=storage] #bulkbar .storage-unlist-btn{background:#a94f5a!important;border-color:#a94f5a!important}body[data-page=storage] #bulkbar .bulkbar-action--blue,body[data-page=storage] #bulkbar .storage-withdraw-btn{background:#6f91b3!important;border-color:#6f91b3!important}body[data-page=storage] #bulkbar .instant-sell-title,body[data-page=storage] #bulkbar .instant-sell-price{min-width:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:4px!important}body[data-page=storage] #bulkbar .instant-sell-title{flex-direction:row!important}body[data-page=storage] #bulkbar .instant-sell-price{width:auto!important;padding:4px 6px!important;border-radius:8px!important;background:#181c22b8!important;color:#fff!important;font-weight:600!important}body[data-page=storage] #bulkbar .instant-sell-price .bolt{width:10px!important;height:13px!important;flex:0 0 10px!important}body[data-page=storage] #bulkbar .bulkbar-action:hover:not(:disabled){filter:brightness(1.06)!important}body[data-page=storage] #bulkbar .bulkbar-action:disabled,body[data-page=storage] #bulkbar #storageListBtn.storage-list-btn:disabled{background:color-mix(in srgb,var(--panel2) 84%,#888 16%)!important;border-color:var(--line)!important;color:var(--muted)!important;cursor:not-allowed!important;filter:saturate(.55)!important;opacity:.72!important}html[data-theme=dark] body[data-page=storage] #bulkbar.bulkbar{background:var(--m1-translucent-surface)!important;border-color:var(--m1-translucent-border)!important;box-shadow:var(--m1-translucent-shadow)!important}@media(max-width:760px){html[data-theme=dark] body[data-page=storage] #bulkbar.bulkbar{background:var(--m1-translucent-surface)!important;border-color:var(--m1-translucent-border)!important}}@media(max-width:760px){body[data-page=storage] .view{padding-bottom:108px!important}body[data-page=storage] #bulkbar.bulkbar{position:fixed!important;left:10px!important;right:10px!important;bottom:calc(10px + env(safe-area-inset-bottom))!important;width:auto!important;min-height:0!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:20px 30px!important;gap:3px!important;margin:0!important;padding:6px 8px 15px!important;border:1px solid var(--m1-translucent-border)!important;border-radius:13px!important;background:var(--m1-translucent-surface)!important;box-shadow:var(--m1-translucent-shadow)!important;-webkit-backdrop-filter:blur(var(--m1-translucent-blur))!important;backdrop-filter:blur(var(--m1-translucent-blur))!important}body[data-page=storage] #bulkbar .bulkbar-count{position:absolute!important;top:2px!important;left:9px!important;height:20px!important;display:flex!important;align-items:center!important;min-width:0!important;flex:1 1 auto!important;padding:0!important;color:var(--muted)!important;font-size:12px!important;font-weight:400!important;text-align:left!important;text-shadow:0 1px 2px color-mix(in srgb,var(--panel) 82%,transparent)!important}body[data-page=storage] #bulkbar .bulkbar-head{width:100%!important;height:20px!important;min-width:0!important;justify-content:space-between!important;gap:6px!important}body[data-page=storage] #bulkbar .bulkbar-close{position:absolute!important;top:2px!important;right:2px!important;flex-basis:20px!important;width:20px!important;height:20px!important;min-height:20px!important;max-height:20px!important;padding:0 0 1px!important;border-radius:999px!important;font-size:15px!important}body[data-page=storage] #bulkbar .bulkbar-close__desktop{display:none!important}body[data-page=storage] #bulkbar .bulkbar-close__mobile{display:inline!important}body[data-page=storage] #bulkbar .bulkbar-actions{width:100%!important;display:grid!important;grid-template-columns:var(--bulkbar-actions-grid,repeat(3,minmax(0,1fr)))!important;gap:6px!important}body[data-page=storage] #bulkbar .bulkbar-action{width:100%!important;min-width:0!important;height:30px!important;min-height:30px!important;gap:3px!important;padding:0 12px!important;border-radius:8px!important;font-size:13px!important;line-height:1!important;overflow:hidden!important}body[data-page=storage] #bulkbar .bulkbar-action--orange{min-width:0!important;gap:6px!important;padding-left:6px!important;padding-right:6px!important}body[data-page=storage] #bulkbar .instant-sell-title{flex-direction:row!important;gap:3px!important;font-size:11px!important;line-height:1!important}body[data-page=storage] #bulkbar .instant-sell-title span{line-height:1!important}body[data-page=storage] #bulkbar .instant-sell-title{flex:0 1 auto!important}body[data-page=storage] #bulkbar .instant-sell-price{flex:0 0 auto!important;max-width:none!important;overflow:visible!important;padding:4px 8px 4px 9px!important;gap:5px!important}body[data-page=storage] #bulkbar .instant-sell-title{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}body[data-page=storage] #bulkbar .instant-sell-price{max-width:none!important;overflow:visible!important}body[data-page=storage] #bulkbar .instant-sell-price .bolt{width:9px!important;height:12px!important;flex-basis:9px!important}}@media(max-width:370px){body[data-page=storage] .view{padding-bottom:108px!important}body[data-page=storage] #bulkbar.bulkbar{left:50vw!important;right:auto!important;width:calc(100vw - 24px)!important;max-width:336px!important;transform:translate(-50%)!important;overflow:hidden!important;grid-template-rows:20px 30px!important;padding:6px 6px 12px!important}body[data-page=storage] #bulkbar .bulkbar-actions{--bulkbar-actions-grid:minmax(0,1.16fr) minmax(0,.98fr) minmax(0,.82fr);gap:4px!important}body[data-page=storage] #bulkbar .bulkbar-action{font-size:10px!important;padding:0 5px!important}body[data-page=storage] #bulkbar .instant-sell-price{padding:4px 6px!important;gap:4px!important}}@media(max-width:449px){body[data-page=storage] #bulkbar .instant-sell-title{flex-direction:column!important;gap:2px!important;line-height:.9!important}body[data-page=storage] #bulkbar .instant-sell-title span{line-height:.9!important}}body[data-page=storage] #bulkbar .instant-sell:disabled .instant-sell-price{background:#181c2257!important;color:var(--muted)!important}body[data-page=storage] #bulkbar .instant-sell:disabled{background:#dc8620!important;border-color:#dc8620!important;color:#fff!important;filter:saturate(.72) brightness(.88)!important;opacity:.76!important}body[data-page=storage] #bulkbar .instant-sell--hidden{visibility:hidden!important;pointer-events:none!important}.storage-card[hidden]{display:none!important}.storage-empty{padding:18px 0;color:var(--muted);font-size:14px}.storage-card .item-art .market-price-row{display:none!important}.item-view{display:grid;gap:12px}.item-back{justify-self:start;min-height:34px;padding:7px 10px;font-size:14px}.item-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,240px);gap:12px;align-items:start}.item-left-column{display:grid;gap:12px}.item-card-main{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;align-items:start;padding:0;background:transparent;border:0;box-shadow:none}.item-visual{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:linear-gradient(180deg,var(--item-bg-top),var(--item-bg-bottom))}.item-preview{height:214px;overflow:hidden}.item-preview .item-art{width:100%;height:100%;background:transparent;box-shadow:none}.item-preview .item-art.real{position:relative;overflow:hidden}.item-preview .item-art.real img{position:absolute!important;inset:0!important;box-sizing:border-box!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;padding:16px!important;margin:0!important}.item-title-bar{margin:0;min-height:26px;padding:5px 10px;background:var(--rarity);color:#fff;font-size:16px;line-height:1.05;font-weight:500;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-info h1{margin:0;font-size:32px;line-height:1.05;letter-spacing:-.04em}.item-info p{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.55;max-width:620px}.item-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}.item-tags button{min-height:0;border:1px solid var(--line);border-radius:999px;padding:4px 7px;color:var(--muted);font-size:11px;background:color-mix(in srgb,var(--panel2) 70%,transparent)}.item-tags button:hover{color:var(--text);border-color:color-mix(in srgb,var(--blue) 34%,var(--line))}.item-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:0}.item-meta div{border-top:1px solid var(--line);padding-top:8px;min-width:0}.item-meta div:nth-child(-n+2){border-top:0;padding-top:0}.item-meta div:nth-last-child(-n+2){border-bottom:1px solid var(--line);padding-bottom:8px}.item-meta span,.item-buy span,.item-trade-row span,.item-trade-row em,.item-offer-row em,.item-offer-head,.item-empty{display:block;color:var(--muted);font-size:12px}.item-meta b{display:block;margin-top:3px;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-offers-buy{display:grid;grid-template-columns:1fr auto;gap:8px 12px;align-items:end;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--line)}.item-offers-buy span{display:block;color:var(--muted);font-size:12px}.item-offers-buy b{grid-row:2;grid-column:1;font-size:28px;line-height:1;letter-spacing:-.04em}.item-offers-buy.empty{grid-template-columns:1fr auto;align-items:center;padding:0 0 12px;border-radius:0;background:transparent;border-top:0;border-right:0;border-left:0}.item-offers-buy.empty span{align-self:center;justify-self:start;text-align:left}.item-offers-buy.empty button{grid-row:auto;align-self:center;min-width:116px}.item-offers-buy button{grid-row:2;grid-column:2;align-self:center;justify-self:end}.item-panel{padding:14px;background:transparent;box-shadow:none}.item-lower-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.item-panel header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.item-panel h2{margin:0;font-size:16px;letter-spacing:-.02em}.item-panel header span{color:var(--muted);font-size:12px}.item-empty{padding:12px 0;line-height:1.45}.item-empty-offers{padding:14px 0 4px}.item-trade-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid var(--line)}.item-order-row,.item-sale-row{grid-template-columns:minmax(0,1fr) auto}.item-offer-head,.item-offer-row{display:grid;gap:10px;align-items:center}.item-offer-head{grid-template-columns:minmax(0,1fr) auto;padding:2px 0 7px}.item-offer-row{grid-template-columns:minmax(0,1fr) 34px}.item-offer-head b,.item-offer-head span{font:inherit;color:inherit}.item-offer-head span{text-align:right;white-space:nowrap}.item-offer-row{min-height:42px;padding:7px 0;border-bottom:1px solid var(--line)}.item-offer-row:last-child{border-bottom:0}.item-offer-row b{font-size:14px;font-weight:500}.item-offer-buy{display:grid;place-items:center;justify-self:end;width:30px;height:30px;min-height:0;border:1px solid var(--line);border-radius:9px;padding:0;background:color-mix(in srgb,var(--panel2) 70%,transparent);color:var(--muted);cursor:pointer}.item-offer-buy svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.item-offer-buy:hover{border-color:#7ac943;color:#7ac943;background:color-mix(in srgb,#7ac943 8%,transparent)}.item-offers-more{margin-top:10px;min-height:34px;padding:7px 10px;font-size:14px}.item-trade-row:last-child{border-bottom:0}.item-trade-row b{font-size:14px;font-weight:500}.item-trade-row em{font-style:normal;text-align:right;min-width:46px}@media(max-width:980px){.item-layout,.item-card-main,.item-lower-row{grid-template-columns:1fr}.item-left-column{display:contents}.item-card-main{order:1}.item-offers-panel{order:2}.item-lower-row{order:3}.item-preview{height:220px}}@media(max-width:700px){.item-card-main,.item-panel{padding:0;background:transparent;border:0}.item-info h1{font-size:24px}.item-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.item-preview{height:190px}.item-preview .item-art.real img{padding:14px!important}}.item-offer-group{border-bottom:1px solid var(--line)}.item-offer-group .item-offer-row{border-bottom:0;cursor:pointer}.item-offer-summary{list-style:none}.item-offer-summary::-webkit-details-marker{display:none}.item-offer-summary em:after{content:"?";display:inline-block;margin-left:6px;color:var(--muted);font-size:11px;transition:transform .14s}.item-offer-group[open] .item-offer-summary em:after{transform:rotate(180deg)}.item-offer-variants{display:grid;gap:6px;padding:0 0 8px}.item-offer-variant{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:8px;align-items:center;width:100%;min-height:0;padding:7px;border:1px solid var(--line);border-radius:10px;background:color-mix(in srgb,var(--panel2) 68%,transparent);color:var(--text);text-align:left}.item-offer-variant:hover{border-color:color-mix(in srgb,var(--blue) 34%,var(--line))}.item-offer-variant-preview{display:grid;place-items:center;width:38px;height:34px;border-radius:8px;background:linear-gradient(180deg,var(--item-bg-top),var(--item-bg-bottom));overflow:hidden}.item-offer-variant-preview img{width:100%;height:100%;object-fit:contain;padding:3px}.item-offer-variant-preview span{color:var(--muted);font-size:18px}.item-offer-variant-text{min-width:0}.item-offer-variant-text b{display:block;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-offer-variant-text em{display:block;margin-top:2px;color:var(--muted);font-size:11px;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-offer-variant strong{font-size:13px;font-weight:600;white-space:nowrap}.item-request-create{min-height:30px;padding:5px 9px;font-size:12px}.item-panel header .item-request-create+span{margin-left:auto}.item-buy-request-modal{z-index:120}.item-buy-request-card{width:fit-content;max-width:calc(100vw - 20px);box-sizing:border-box;padding:10px;border:1px solid var(--line);border-radius:12px;background:var(--m1-translucent-surface);box-shadow:var(--m1-translucent-shadow);backdrop-filter:blur(var(--m1-translucent-blur));-webkit-backdrop-filter:blur(var(--m1-translucent-blur))}.item-buy-request-card .price-edit-body{display:flex;align-items:stretch;gap:9px}.item-buy-request-card .price-edit-preview{width:146px;display:grid;justify-items:center;grid-template-rows:minmax(0,1fr) auto;gap:0;flex:0 0 146px;overflow:hidden;border-radius:10px;background:linear-gradient(180deg,var(--item-bg-top),var(--item-bg-bottom))}.item-buy-request-card .price-edit-preview-art{width:146px;height:150px;position:relative;display:grid;place-items:center;border:0;border-radius:0;background:linear-gradient(180deg,var(--item-bg-top),var(--item-bg-bottom));overflow:hidden}.item-buy-request-card .price-edit-preview-art .item-art{width:100%;height:100%;background:transparent;box-shadow:none}.item-buy-request-card .price-edit-preview-art .item-art.real img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;padding:8px!important;margin:0!important}.item-buy-request-card .price-edit-preview-name{width:100%;min-height:31px;padding:4px 6px;border-radius:0;background:var(--rarity);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500;line-height:1.05;text-align:center;overflow:hidden}.item-buy-request-card .price-edit-controls{width:190px}.item-buy-request-card label{display:block;margin-bottom:7px;color:var(--text);font-size:13px;font-weight:600}.item-buy-request-card .bulk-sell-market{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:8px}.item-buy-request-card .bulk-sell-market-item,.item-buy-request-card .bulk-sell-receive{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--muted);font-size:11px}.item-buy-request-card .bulk-sell-market-item{display:grid;gap:2px;padding:6px;border:1px solid var(--line);border-radius:9px;background:color-mix(in srgb,var(--panel2) 68%,transparent)}.item-buy-request-card .bulk-sell-market-item b,.item-buy-request-card .bulk-sell-receive b{color:var(--text);font-size:12px}.item-buy-request-fields{display:grid;grid-template-columns:1fr 72px;gap:6px;margin-bottom:8px}.item-buy-request-fields span{display:block;margin-bottom:3px;color:var(--muted);font-size:11px}.item-buy-request-card .price-edit-input{width:100%;height:32px;min-height:32px;padding:0 9px;border:1px solid var(--line);border-radius:9px;background:var(--panel);color:var(--text);font-size:14px}.item-buy-request-card .price-edit-actions{display:grid;grid-template-columns:1fr;gap:7px;margin-top:8px}.item-buy-request-card .price-edit-ok,.item-buy-request-card .price-edit-cancel{width:100%;height:32px;min-height:32px;padding:0 8px;border-radius:9px;font-size:13px}.item-buy-request-card .price-edit-ok{background:#8bc34a;border-color:#8bc34a;color:#fff}.item-buy-request-card .price-edit-cancel{background:#6f91b3;border-color:#6f91b3;color:#fff}.item-buy-request-status{margin-top:8px;color:var(--muted);font-size:12px;line-height:1.35}.item-order-row-own{grid-template-columns:minmax(0,1fr) auto auto}.item-order-cancel{min-height:26px;padding:4px 8px;border:1px solid var(--line);border-radius:8px;background:color-mix(in srgb,var(--panel2) 72%,transparent);color:var(--muted);font-size:12px}.item-order-cancel:hover{color:var(--text);border-color:color-mix(in srgb,var(--red) 45%,var(--line))}@media(max-width:760px){.item-buy-request-modal{display:flex;align-items:flex-end;justify-content:center;padding:10px 10px calc(10px + env(safe-area-inset-bottom));overflow:auto}.item-buy-request-modal .item-buy-request-card{max-height:48vh;overflow:auto}}.item-offer-row{grid-template-columns:minmax(0,1fr) auto}.item-offer-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.item-offer-preview-btn,.item-offer-buy{display:grid;place-items:center;justify-self:end;width:30px;height:30px;min-height:0;border:1px solid var(--line);border-radius:9px;padding:0;background:color-mix(in srgb,var(--panel2) 70%,transparent);color:var(--muted);cursor:pointer}.item-offer-preview-btn svg,.item-offer-buy svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.item-offer-preview-btn:hover{border-color:color-mix(in srgb,var(--blue) 45%,var(--line));color:var(--blue);background:color-mix(in srgb,var(--blue) 8%,transparent)}.item-offer-preview-modal{z-index:130}.item-offer-preview-dialog{position:relative;display:grid;gap:10px;justify-items:center;padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--m1-translucent-surface);box-shadow:var(--m1-translucent-shadow);backdrop-filter:blur(var(--m1-translucent-blur));-webkit-backdrop-filter:blur(var(--m1-translucent-blur))}.item-offer-preview-close{position:absolute;top:8px;right:8px;display:grid;place-items:center;width:28px;height:28px;min-height:0;padding:0;border:1px solid var(--line);border-radius:9px;background:color-mix(in srgb,var(--panel2) 72%,transparent);color:var(--muted);font-size:20px;line-height:1}.item-offer-preview-close:hover{color:var(--text);border-color:var(--line-strong)}.item-offer-preview-card{width:166px;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:linear-gradient(180deg,var(--item-bg-top),var(--item-bg-bottom));box-shadow:0 12px 34px #0f172a2e}.item-offer-preview-art{height:132px;position:relative}.item-offer-preview-art .item-art{width:100%;height:100%;background:transparent}.item-offer-preview-art .item-art.real img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:12px 14px 10px}.item-offer-preview-name{min-height:26px;padding:5px 8px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:12px;line-height:1.05;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;background:var(--rarity)}.item-offer-preview-info{display:grid;gap:3px;justify-items:center}.item-offer-preview-info b{font-size:16px}.item-offer-preview-info span{color:var(--muted);font:11px ui-monospace,SFMono-Regular,Menlo,monospace}.item-offer-main{display:flex;align-items:center;gap:10px;min-width:0}.item-offer-thumb{display:block;width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;padding:0!important;object-fit:contain!important;object-position:center center!important;transform:none!important;border-radius:8px}.item-offers-panel .item-offer-head>b{padding-left:44px}.item-offers-panel .item-offer-head>b{padding-left:0!important}.item-offer-actions .item-offer-thumb{margin-right:2px}.item-preview-main{position:relative}.item-main-question-badge{position:absolute;right:12px;top:12px;z-index:2;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f1f5f9e6;border:1px solid rgba(148,163,184,.75);color:#64748b;font-size:18px;font-weight:800;line-height:1;pointer-events:none}.item-main-question-badge{display:none!important}.item-preview-main .item-art.real{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:block!important;overflow:hidden!important}.item-preview-main .item-art.real>img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;padding:0!important;margin:0!important;object-fit:contain!important;object-position:center center!important;transform:none!important}.item-preview-main .item-art.real>img{box-sizing:border-box!important;padding:18px!important}.item-offer-preview-dialog{width:min(92vw,520px)!important;gap:16px!important;padding:24px!important;border-radius:20px!important}.item-offer-preview-card{width:min(100%,360px)!important;border-radius:16px!important}.item-offer-preview-art{height:320px!important}.item-offer-preview-art .item-art.real img{padding:28px!important}.item-offer-preview-name{min-height:42px!important;padding:9px 14px!important;font-size:16px!important}.item-offer-preview-info b{font-size:22px!important}.item-offer-preview-info span{font-size:13px!important}.item-offer-preview-actions{display:flex;gap:10px;width:100%}.item-offer-preview-actions button{flex:1}.item-offer-thumb-btn{display:grid;place-items:center;width:30px;height:30px;min-height:0;padding:0;border:0;border-radius:8px;background:transparent;cursor:pointer}.item-offer-thumb-btn:hover .item-offer-thumb{border-color:color-mix(in srgb,var(--blue) 45%,var(--line))}.item-offer-preview-dialog{width:min(92vw,460px)!important;gap:10px!important;padding:14px!important;border-radius:16px!important}.item-offer-preview-close{top:10px!important;right:10px!important;width:32px!important;height:32px!important;border-radius:999px!important;background:color-mix(in srgb,var(--panel2) 82%,transparent)!important;font-size:20px!important}.item-offer-preview-card{width:min(100%,330px)!important;border-radius:14px!important}.item-offer-preview-art{height:280px!important}.item-offer-preview-art .item-art.real img{padding:20px!important}.item-offer-preview-name{min-height:38px!important;padding:8px 12px!important;font-size:15px!important}.item-offer-preview-info b{font-size:20px!important}.item-offer-preview-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:min(100%,330px)!important}.item-offer-preview-actions button{width:100%!important;height:34px!important;min-height:34px!important;border-radius:9px!important;padding:0 10px!important;font-size:13px!important}.item-offer-preview-actions [data-item-offer-preview-close]{background:#6f91b3!important;border-color:#6f91b3!important;color:#fff!important}.item-offer-preview-actions{display:flex!important;flex-direction:row!important;gap:8px!important;width:min(100%,300px)!important}.item-offer-preview-actions button{flex:1 1 0!important;width:auto!important;height:30px!important;min-height:30px!important;padding:0 9px!important;font-size:12px!important}.item-offer-preview-dialog{width:fit-content!important;max-width:calc(100vw - 20px)!important;padding:8px!important;gap:7px!important}.item-offer-preview-close{top:6px!important;right:6px!important;width:24px!important;height:24px!important;min-height:24px!important;border-radius:999px!important;font-size:16px!important;line-height:1!important}.item-offer-preview-card{width:min(320px,calc(100vw - 36px))!important}.item-offer-preview-art{height:270px!important}.item-offer-preview-actions{width:min(100%,280px)!important}.item-offer-preview-close{top:3px!important;right:3px!important;width:22px!important;height:22px!important;min-height:22px!important;font-size:15px!important}.item-offer-preview-dialog{padding:13px 13px 8px!important}.item-offer-preview-close{display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;z-index:3!important;padding:0!important;line-height:1!important}.item-variants-panel{display:grid;gap:8px;padding:9px;border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--panel2) 58%,transparent)}.item-variants-panel header{display:flex;align-items:center;justify-content:space-between;gap:10px}.item-variants-panel h2{margin:0;font-size:13px}.item-variants-panel header span{color:var(--muted);font-size:12px;font-weight:700}.item-variants-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:7px}.item-variant-option{display:flex;align-items:center;gap:8px;min-width:0;padding:7px;border:1px solid var(--line);border-radius:10px;background:color-mix(in srgb,var(--panel) 70%,transparent)}.item-variant-option.is-selected{border-color:color-mix(in srgb,var(--blue) 52%,var(--line));box-shadow:0 0 0 1px color-mix(in srgb,var(--blue) 20%,transparent)}.item-variant-option.is-locked{opacity:.54}.item-variant-thumb,.item-variant-swatch{display:grid;place-items:center;flex:0 0 auto;width:30px;height:30px;border:1px solid var(--line);border-radius:9px;background:color-mix(in srgb,var(--variant-color,#3a3a3a) 82%,var(--panel2))}.item-variant-thumb img{width:100%;height:100%;object-fit:contain;border-radius:8px}.item-variant-option div{min-width:0;display:grid;gap:2px}.item-variant-option b{font-size:12px;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-variant-option span{color:var(--muted);font-size:11px;line-height:1.05}.item-variants-circles{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.item-variant-circle-wrap{display:grid;gap:4px;justify-items:center;color:var(--muted);font-size:10px;font-weight:800;line-height:1}.item-variant-circle{position:relative;display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:var(--variant-bg,#3a3a3a);box-shadow:0 4px 12px #0f172a2e;overflow:hidden}.item-variant-circle img{width:100%;height:100%;object-fit:cover;border-radius:50%}.item-variant-circle.is-selected{border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue) 22%,transparent),0 4px 12px #0f172a2e}.item-variant-circle.is-locked{opacity:.34;filter:grayscale(.7)}.item-variant-circle.is-locked:after{content:"";position:absolute;inset:7px;border-top:2px solid currentColor;transform:rotate(-45deg);opacity:.85}.item-variant-circle-wrap.is-selected span:last-child{color:var(--blue)}.item-variant-circle.is-selected{border-color:var(--line)!important;box-shadow:0 4px 12px #0f172a2e!important}.item-variant-circle-wrap.is-selected span:last-child{color:var(--muted)!important}.item-variant-circle:not(.is-locked){border-color:#ffffffb8;opacity:1}.item-variant-circle.is-locked{background:transparent!important;border:1px solid color-mix(in srgb,var(--muted) 72%,transparent)!important;box-shadow:none!important;filter:none!important;opacity:.78!important}.item-variant-circle.is-locked:after{inset:9px;border-top:2px solid currentColor;opacity:.9}.item-variant-circle:not(.is-locked){border-color:#fff!important;box-shadow:0 0 0 1px #ffffff3d,0 4px 12px #0f172a38!important}.item-variant-circle.is-locked:before,.item-variant-circle.is-locked:after{content:"";position:absolute;left:9px;right:9px;top:50%;border-top:2px solid currentColor;opacity:.95}.item-variant-circle.is-locked:before{transform:rotate(45deg)}.item-variant-circle.is-locked:after{transform:rotate(-45deg)}.item-variant-circle.is-locked:before,.item-variant-circle.is-locked:after{left:50%!important;right:auto!important;top:50%!important;width:16px!important;border-top:2px solid currentColor!important;transform-origin:center!important}.item-variant-circle.is-locked:before{transform:translate(-50%,-50%) rotate(45deg)!important}.item-variant-circle.is-locked:after{transform:translate(-50%,-50%) rotate(-45deg)!important}.item-variant-circle.is-locked:after{content:"×"!important;position:absolute!important;inset:0!important;display:grid!important;place-items:center!important;width:auto!important;border:0!important;transform:none!important;font-size:18px!important;font-weight:900!important;line-height:1!important;font-family:Arial,Helvetica,sans-serif!important}.item-variant-circle.is-locked:before,.item-variant-circle.is-locked:after{content:none!important}.item-variant-circle.is-locked{background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 8l8 8M16 8l-8 8' stroke='%238994a3' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") center/18px 18px no-repeat!important}.item-variant-circle.is-locked{display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important}.item-variant-circle.is-locked:before{content:none!important}.item-variant-circle.is-locked:after{content:""!important;position:static!important;inset:auto!important;display:block!important;width:18px!important;height:18px!important;border:0!important;transform:none!important;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 8l8 8M16 8l-8 8' stroke='%238994a3' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat!important}.item-offer-row{grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important}.item-offer-variant-dots{display:inline-flex;align-items:center;gap:5px;min-width:0;justify-self:start;padding:3px 5px;border:1px solid color-mix(in srgb,var(--line) 70%,transparent);border-radius:999px;background:color-mix(in srgb,var(--panel2) 54%,transparent)}.item-offer-variant-dots .item-variant-dot{position:relative!important;width:11px!important;height:11px!important;flex:0 0 auto}.item-offer-variant-dots .item-variant-dot.is-locked{display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important}.item-offer-variant-dots .item-variant-dot.is-locked:before{content:none!important}.item-offer-variant-dots .item-variant-dot.is-locked:after{content:""!important;position:static!important;display:block!important;width:7px!important;height:7px!important;border:0!important;transform:none!important;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M3 3l4 4M7 3L3 7' stroke='%238994a3' stroke-width='1.35' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat!important}.item-offers-buy .item-offer-variant-dots{justify-self:center;margin:-2px 0 2px}.item-offers-buy{gap:7px!important}.item-offers-buy .item-best-variants{display:flex;justify-content:center;margin:-1px 0 4px}.item-offers-buy .item-best-variants .item-offer-variant-dots{margin:0;padding:5px 7px;gap:7px;background:color-mix(in srgb,var(--panel2) 68%,transparent)}.item-offers-buy .item-best-variants .item-variant-dot{width:15px!important;height:15px!important}.item-offers-buy .item-best-variants .item-variant-dot.is-locked:after{width:10px!important;height:10px!important}.item-offer-thumb-btn{display:none!important}.item-offers-buy:not(.empty){display:flex!important;flex-direction:column!important;align-items:stretch!important;text-align:center!important}.item-offers-buy:not(.empty)>span{order:1!important}.item-offers-buy:not(.empty)>b{order:2!important}.item-offers-buy:not(.empty)>.item-best-variants{order:3!important;width:100%!important;display:flex!important;justify-content:center!important;margin:2px 0 5px!important}.item-offers-buy:not(.empty)>button{order:4!important;width:100%!important}.item-offers-buy:not(.empty){display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;text-align:left!important;gap:8px 10px!important}.item-offers-buy:not(.empty)>span{order:initial!important;grid-column:1!important;grid-row:1!important}.item-offers-buy:not(.empty)>b{order:initial!important;grid-column:1!important;grid-row:2!important}.item-offers-buy:not(.empty)>.item-best-variants{order:initial!important;grid-column:1 / -1!important;grid-row:3!important;width:100%!important;display:flex!important;justify-content:center!important;margin:0 0 2px!important}.item-offers-buy:not(.empty)>button{order:initial!important;grid-column:2!important;grid-row:1 / 3!important;width:auto!important;align-self:center!important}.item-offers-buy:not(.empty)>.item-best-variants{flex-direction:column!important;align-items:center!important;gap:5px!important}.item-offers-buy:not(.empty)>.item-best-variants:before{content:"Доступные облики:";font-size:12px;font-weight:700;color:var(--muted)}.item-offers-buy:not(.empty)>.item-best-variants{flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:7px!important;white-space:nowrap!important}.item-offers-buy:not(.empty)>.item-best-variants:before{flex:0 0 auto}.item-offers-buy:not(.empty)>.item-best-variants .item-offer-variant-dots{flex:0 0 auto}.item-offers-buy:not(.empty)>.item-best-variants:before{content:"Открытые облики"!important;font-size:12px!important;font-weight:400!important;color:var(--muted)!important}.item-offers-buy:not(.empty)>.item-best-variants:before{content:"Открытые облики:"!important}.item-best-variants .item-variant-dot[type=button]{appearance:none;border:0;padding:0;cursor:pointer}.item-best-variants .item-variant-dot.is-selected{box-shadow:0 0 0 2px #4c8dff6b,0 2px 7px #0f172a57!important}.item-best-variants button.item-variant-dot{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:15px!important;height:15px!important;min-width:15px!important;max-width:15px!important;min-height:15px!important;max-height:15px!important;padding:0!important;margin:0!important;border-radius:50%!important;line-height:0!important;box-sizing:border-box!important;vertical-align:middle!important}.item-best-variants button.item-variant-dot:before{content:none!important}.item-best-variants button.item-variant-dot:after{content:none!important}.item-best-variants button.item-variant-dot.is-selected{transform:none!important}.assembled-dice{position:relative;width:76%;height:76%;margin:auto;filter:drop-shadow(0 18px 18px rgba(15,23,42,.22))}.assembled-dice-face{position:absolute;display:block;width:44%;height:44%;object-fit:contain;background:#fff;border-radius:10%;box-shadow:inset 0 0 0 1px #0f172a14}.assembled-dice .face-1{left:28%;top:6%;transform:skew(-18deg) rotate(-9deg)}.assembled-dice .face-2{left:10%;top:32%;transform:skewY(18deg) rotate(8deg)}.assembled-dice .face-3{right:10%;top:32%;transform:skewY(-18deg) rotate(-8deg)}.assembled-dice .face-4{left:28%;bottom:7%;transform:skew(18deg) rotate(9deg);opacity:.92}.assembled-dice .face-5{left:2%;top:56%;transform:scale(.68) rotate(-12deg);opacity:.52}.assembled-dice .face-6{right:2%;top:56%;transform:scale(.68) rotate(12deg);opacity:.52}.assembled-dice{width:58%!important;height:58%!important;transform:rotate(-8deg)!important;filter:drop-shadow(0 18px 18px rgba(15,23,42,.24))!important}.assembled-dice-face{width:48%!important;height:48%!important;background:transparent!important;border-radius:8px!important;box-shadow:none!important;opacity:1!important}.assembled-dice .face-1{left:26%!important;top:8%!important;z-index:3!important;transform:perspective(240px) rotateX(58deg) rotate(45deg)!important}.assembled-dice .face-2{left:18%!important;top:34%!important;z-index:2!important;transform:perspective(240px) rotateY(-42deg) rotate(-8deg)!important}.assembled-dice .face-3{right:18%!important;top:34%!important;z-index:2!important;transform:perspective(240px) rotateY(42deg) rotate(8deg)!important}.assembled-dice .face-4,.assembled-dice .face-5,.assembled-dice .face-6{display:none!important}.item-offer-cancel{color:var(--danger,#ef4444);border-color:color-mix(in srgb,var(--danger,#ef4444) 45%,transparent)}.item-offer-cancel:hover{background:color-mix(in srgb,var(--danger,#ef4444) 14%,transparent)}.item-best-cancel-btn{background:var(--danger,#ef4444)}.item-offers-buy .item-buy-btn:disabled{background:#64748b;color:#cbd5e1;border-color:#64748b;box-shadow:none;opacity:.62;cursor:not-allowed;filter:saturate(.35)}.item-offers-buy .item-buy-btn:disabled:hover{transform:none;background:#64748b;color:#cbd5e1;box-shadow:none}
