.hs-page{--hs-bg:#f6f5fb;--hs-panel:#fff;--hs-border:#e7e5f2;--hs-ink:#1c1b29;--hs-ink-soft:#6b6880;--hs-accent:#6d4bf0;--hs-accent-soft:#eee9ff;--hs-gem:#7c5cff;--hs-locked:#6d4bf0;--hs-radius-lg:20px;--hs-radius-md:14px;--hs-radius-sm:10px;--hs-shadow:0 2px 10px rgba(28,27,41,.04),0 10px 30px rgba(28,27,41,.03);min-width:0}.hs-layout{display:grid;grid-template-columns:220px minmax(0,1fr) 300px;gap:20px;align-items:start}.hs-card{background:var(--hs-panel);border:1px solid var(--hs-border);border-radius:var(--hs-radius-lg);box-shadow:var(--hs-shadow)}.hs-sidebar{display:flex;flex-direction:column;gap:18px;position:sticky;top:20px}.hs-cat-card,.hs-filter-card{padding:16px;display:flex;flex-direction:column;min-width:0}.hs-cat-title,.hs-filter-title{font-weight:800;font-size:15px;margin:0 0 14px;color:var(--hs-ink)}.hs-filter-title{margin-bottom:16px}.hs-cat-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px;width:100%}.hs-cat-list>li{display:block;width:100%}.hs-cat-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:var(--hs-radius-sm);background:transparent;color:var(--hs-ink-soft);font-size:14.5px;font-weight:600;font-family:inherit;cursor:pointer;text-align:left;box-sizing:border-box;-webkit-appearance:none;appearance:none;transition:background .15s ease,color .15s ease}.hs-cat-item:hover{background:#f5f4fb;color:var(--hs-ink)}.hs-cat-item--active{background:var(--hs-accent-soft);color:var(--hs-accent)}.hs-cat-item__icon{font-size:16px;width:18px;text-align:center;flex-shrink:0}.hs-cat-item__icon-img{width:18px;height:18px;flex-shrink:0;border-radius:4px;object-fit:contain}.hs-gender-filter{margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--hs-border)}.hs-gender-filter__list{display:flex;flex-direction:column;gap:2px;width:100%}.hs-gender-filter__btn{display:block;width:100%;padding:9px 12px;border:none;border-radius:var(--hs-radius-sm);background:transparent;color:var(--hs-ink-soft);font-size:14px;font-weight:600;font-family:inherit;text-align:left;box-sizing:border-box;-webkit-appearance:none;appearance:none;cursor:pointer;transition:background .15s ease,color .15s ease}.hs-gender-filter__btn:hover{background:#f7f6fc;color:var(--hs-ink)}.hs-gender-filter__btn--active{background:var(--hs-accent-soft);color:var(--hs-accent)}.hs-filter-label{font-size:13px;color:var(--hs-ink-soft);margin:0 0 8px;font-weight:600}.hs-select{width:100%;padding:10px 12px;border-radius:var(--hs-radius-sm);border:1px solid var(--hs-border);background:#fff;font-size:14px;color:var(--hs-ink);font-weight:600;margin-bottom:20px}.hs-range-row{display:flex;justify-content:space-between;font-size:13px;color:var(--hs-ink-soft);margin-top:6px}.hs-range{width:100%;accent-color:var(--hs-accent)}.hs-toggle-row{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.hs-toggle-row .hs-filter-label{margin:0}.hs-switch{width:38px;height:22px;border-radius:999px;background:#e3e1ee;border:none;position:relative;cursor:pointer;flex-shrink:0;padding:0}.hs-switch:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;top:3px;left:3px;transition:transform .15s ease;box-shadow:0 1px 3px rgba(0,0,0,.2)}.hs-switch--on{background:var(--hs-accent)}.hs-switch--on:after{transform:translateX(16px)}.hs-shop{padding:22px;min-width:0;container-type:inline-size}.hs-shop-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:12px;flex-wrap:wrap}.hs-shop-head h2{font-size:18px;margin:0;font-weight:800;color:var(--hs-ink)}.hs-shop-head__title{min-width:0;flex:1 1 12rem}.hs-shop-desc{margin:6px 0 0;max-width:42rem;font-size:13.5px;line-height:1.45;font-weight:500;color:var(--hs-muted,#6b6880)}.hs-sort-select{padding:9px 36px 9px 14px;border-radius:999px;border:1px solid var(--hs-border);background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b6880' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px;appearance:none;-webkit-appearance:none;font-size:13.5px;font-weight:700;color:var(--hs-ink)}.hs-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}@container (max-width: 660px){.hs-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@container (max-width: 490px){.hs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (max-width: 300px){.hs-grid{grid-template-columns:1fr}}.hs-item{border:1px solid var(--hs-border);border-radius:var(--hs-radius-md);padding:16px 16px 18px;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease;position:relative;background:#fff;text-align:left}.hs-item:hover{transform:translateY(-2px);box-shadow:var(--hs-shadow)}.hs-item--selected{border-color:var(--hs-accent);box-shadow:0 0 0 3px var(--hs-accent-soft)}.hs-item--tryon-tip{z-index:20}.hs-item--locked:hover{transform:none;box-shadow:none}.hs-item--locked .hs-item-cat,.hs-item--locked .hs-item-name,.hs-item--locked .hs-item-price-badge,.hs-item--locked .hs-item-thumb,.hs-item--locked .hs-item-thumb-frame{opacity:.55}.hs-item-thumb-frame{width:100%;padding:2px;border-radius:calc(var(--hs-radius-sm) + 2px);margin-bottom:12px;background:linear-gradient(135deg,var(--hs-rarity-a),var(--hs-rarity-b),var(--hs-rarity-c))}.hs-item-thumb-frame,.hs-item-thumb-frame--ordinary{--hs-rarity-a:#b8beca;--hs-rarity-b:#eef1f6;--hs-rarity-c:#9aa3b2}.hs-item-thumb-frame--forged{--hs-rarity-a:#1f9d62;--hs-rarity-b:#7ef0b8;--hs-rarity-c:#15804c}.hs-item-thumb-frame--arcane{--hs-rarity-a:#2563eb;--hs-rarity-b:#93c5fd;--hs-rarity-c:#1d4ed8}.hs-item-thumb-frame--heroic{--hs-rarity-a:#7c3aed;--hs-rarity-b:#c4b5fd;--hs-rarity-c:#6d28d9}.hs-item-thumb-frame--legendary{--hs-rarity-a:#ea580c;--hs-rarity-b:#fdba74;--hs-rarity-c:#c2410c}.hs-item-thumb{width:100%;aspect-ratio:1/.85;border-radius:var(--hs-radius-sm);background:#f7f6fc;display:flex;align-items:center;justify-content:center;overflow:hidden}.hs-item-thumb img{width:78%;height:78%;object-fit:contain}.hs-item-thumb__fallback{font-size:42px;line-height:1}.hs-lock-badge{width:26px;height:26px;border-radius:50%;background:var(--hs-locked);color:#fff;display:flex;justify-content:center;font-size:13px}.hs-item-gender-badge,.hs-lock-badge{position:absolute;top:12px;left:12px;align-items:center;z-index:1}.hs-item-gender-badge{display:inline-flex;flex-direction:row;flex-wrap:nowrap;gap:2px;padding:3px 5px;border-radius:999px;background:#fff;border:1px solid var(--hs-border);box-shadow:0 2px 8px rgba(15,12,32,.06);line-height:0}.hs-item-gender-badge--shifted{left:42px}.hs-item-gender-icon{width:16px;height:16px;min-width:16px;min-height:16px;max-width:16px;max-height:16px;flex:0 0 16px;display:inline-block;overflow:hidden;vertical-align:middle}.hs-item-price-badge{position:absolute;top:12px;right:12px;z-index:1;display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:999px;background:#fff;border:1px solid var(--hs-border);font-weight:800;font-size:13px;color:var(--hs-ink);box-shadow:0 2px 8px rgba(15,12,32,.06)}.hs-item-price-badge__gem{flex-shrink:0}.hs-item-price-badge--owned{border-color:#d1fae5;background:#f0fdf4;color:#047857}.hs-item-name{font-weight:800;font-size:14.5px;margin:0 0 3px;color:var(--hs-ink)}.hs-item-cat{font-size:13px;color:var(--hs-ink-soft);margin:0 0 10px}.hs-item-foot{display:flex;flex-direction:column;gap:8px}.hs-item-buy{width:100%;min-width:0;padding:10px 12px;border:none;border-radius:999px;background:var(--hs-accent);color:#fff;font-weight:800;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 6px 14px rgba(109,75,240,.22);transition:opacity .15s ease,transform .15s ease}.hs-item-buy:hover:not(:disabled){transform:translateY(-1px)}.hs-item-buy:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.hs-item-insufficient{font-size:12px;color:var(--hs-locked)}.hs-item-insufficient,.hs-item-owned{margin:0;text-align:center;font-weight:700}.hs-item-owned{padding:10px 12px;font-size:13px;color:#047857;background:#f0fdf4;border:1px solid #d1fae5;border-radius:999px}.hs-item-buy-gems{width:100%;min-width:0;padding:10px 12px;border:none;border-radius:999px;background:var(--hs-accent);color:#fff;font-weight:800;font-size:13px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;box-shadow:0 6px 14px rgba(109,75,240,.22);transition:opacity .15s ease,transform .15s ease,box-shadow .15s ease}.hs-item-buy-gems:hover{transform:translateY(-1px);color:#fff;box-shadow:0 8px 18px rgba(109,75,240,.28)}.hs-item-tryon-wrap{position:relative;display:block;width:100%;min-width:0}.hs-item-tryon-tip{position:absolute;bottom:calc(100% + 8px);left:50%;z-index:1;width:max-content;max-width:min(16rem,calc(100vw - 2rem));padding:8px 10px;border-radius:10px;border:1px solid var(--hs-border);background:var(--hs-ink);color:#fff;font-size:12px;font-weight:600;line-height:1.35;text-align:center;box-shadow:var(--hs-shadow);transform:translateX(-50%);pointer-events:none}.hs-item-tryon{width:100%;max-width:100%;min-width:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;border:1px solid var(--hs-border);border-radius:999px;background:#fff;color:var(--hs-ink);font-weight:800;font-size:13px;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.hs-item-tryon:hover:not(:disabled){border-color:var(--hs-accent);background:var(--hs-accent-soft);color:var(--hs-accent)}.hs-item-tryon:disabled{opacity:.55;cursor:not-allowed}.hs-item--selected .hs-item-tryon:not(:disabled){border-color:var(--hs-accent);color:var(--hs-accent)}.hs-tryon{padding:16px;position:sticky;top:20px}.hs-tryon-head{margin:0 0 14px;font-size:16.5px;font-weight:800;color:var(--hs-ink)}.hs-tryon-figure{border-radius:var(--hs-radius-md);overflow:visible;margin-bottom:16px;line-height:0;background:#fff}.hs-buy-btn,.hs-tryon-figure{width:100%;display:flex;justify-content:center}.hs-buy-btn{padding:14px;border:none;border-radius:999px;background:var(--hs-accent);color:#fff;font-weight:800;font-size:15px;align-items:center;gap:8px;cursor:pointer;margin-bottom:10px;box-shadow:0 8px 18px rgba(109,75,240,.28)}.hs-buy-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.hs-buy-btn__gem,.hs-reset-btn{font-size:15px}.hs-reset-btn{width:100%;padding:14px;border-radius:999px;border:1px solid var(--hs-border);background:#fff;color:var(--hs-ink);font-weight:800;cursor:pointer}.hs-reset-btn:disabled{opacity:.55;cursor:not-allowed}.hs-empty{grid-column:1/-1;padding:28px 12px;text-align:center;color:var(--hs-ink-soft);font-size:14px}.hs-alert{margin-bottom:14px;font-size:14px}.hs-alert--error{color:var(--color-danger,#dc2626)}.hs-alert--ok{color:var(--color-success,#16a34a)}@media (max-width:1180px){.hs-layout{grid-template-columns:200px minmax(0,1fr) 280px}}@media (max-width:980px){.hs-layout{grid-template-columns:1fr}.hs-sidebar{position:static;flex-direction:row;flex-wrap:wrap}.hs-cat-card,.hs-filter-card{flex:1 1 260px}.hs-tryon{position:static}}@media (max-width:640px){.hs-sidebar{flex-direction:column}.hs-grid{gap:12px}.hs-item-foot{flex-direction:column}.hs-item-buy,.hs-item-tryon{width:100%}.hs-shop-head{flex-direction:column;align-items:flex-start}.hs-sort-select{align-self:stretch}}@media (max-width:400px){.hs-grid{gap:10px}.hs-item{padding:12px}}