:root{
  --mk-bg:#02040b;
  --mk-panel:rgba(4,12,24,.86);
  --mk-panel2:rgba(8,18,35,.80);
  --mk-line:rgba(118,166,255,.20);
  --mk-line2:rgba(255,202,111,.16);
  --mk-text:#eef6ff;
  --mk-muted:#93a4ba;
  --mk-gold:#dca85c;
  --mk-gold-bright:#ffe59a;
  --mk-orange:#ff6d1d;
  --mk-cyan:#6be8ff;
  --mk-violet:#a76bff;
  --mk-green:#25ef89;
  --mk-red:#ff5164;
  --mk-shadow:0 24px 90px rgba(0,0,0,.62);
}

.em-md-market{
  position:relative;
  min-height:calc(100vh - 120px);
  margin:0 auto;
  padding:12px 0 80px;
  color:var(--mk-text);
  font-family:Inter,Arial,sans-serif;
  isolation:isolate;
}
.em-md-market:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-2;
  background:
    radial-gradient(ellipse at 50% 42%,rgba(61,183,255,.20),transparent 27%),
    radial-gradient(ellipse at 82% 13%,rgba(255,114,24,.20),transparent 27%),
    radial-gradient(ellipse at 16% 17%,rgba(156,92,255,.16),transparent 28%),
    linear-gradient(180deg,#02040b 0%,#030715 42%,#01030a 100%);
}
.em-md-market:after{
  content:"";
  position:fixed;
  left:50%;top:44%;
  width:1200px;height:760px;
  transform:translate(-50%,-50%);
  pointer-events:none;
  z-index:-1;
  background:
    conic-gradient(from 180deg at 50% 50%, transparent 0 7deg, rgba(73,221,255,.18) 8deg 10deg, transparent 11deg 32deg, rgba(255,119,31,.16) 34deg 36deg, transparent 37deg 54deg),
    radial-gradient(circle at 50% 50%,transparent 0 18%,rgba(54,211,255,.12) 19%,transparent 20% 100%);
  filter:blur(.2px) saturate(1.15);
  opacity:.85;
}
.em-md-market *{box-sizing:border-box}
.em-md-shell{max-width:1540px;margin:0 auto;padding:0 16px}

.em-md-filterbox{
  position:relative;
  border:1px solid rgba(79,149,216,.26);
  border-radius:18px;
  padding:12px 16px 10px;
  background:
    linear-gradient(180deg,rgba(5,22,39,.92),rgba(3,11,23,.88)),
    radial-gradient(circle at 52% -20%,rgba(111,232,255,.18),transparent 36%);
  box-shadow:var(--mk-shadow), inset 0 0 36px rgba(72,178,255,.06), inset 0 1px 0 rgba(255,255,255,.07);
  overflow:hidden;
}
.em-md-filterbox:before{
  content:"";
  position:absolute;inset:-1px;
  border-radius:inherit;
  background:linear-gradient(110deg,transparent,rgba(111,232,255,.16),transparent 35%,rgba(255,116,25,.12),transparent 70%);
  opacity:.8;
  pointer-events:none;
}
.em-md-row{position:relative;z-index:1;display:flex;align-items:center;gap:8px;margin-bottom:8px}
.em-md-row:last-child{margin-bottom:0}

.em-md-search{
  height:36px;
  min-width:320px;
  flex:0 1 584px;
  border:1px solid rgba(110,170,230,.24);
  border-radius:11px;
  background:rgba(2,16,30,.74);
  display:flex;align-items:center;gap:10px;
  padding:0 12px;
  box-shadow:inset 0 0 18px rgba(83,173,255,.04);
}
.em-md-search .em-mi{width:14px;height:14px;opacity:.7}
.em-md-search input{width:100%;height:100%;border:0;outline:0;background:transparent;color:#e8f5ff;font-weight:800;letter-spacing:.01em}
.em-md-search input::placeholder{color:#8799ad;font-weight:700}

.em-md-class-icons{
  height:36px;
  flex:1 1 auto;
  min-width:420px;
  display:flex;align-items:stretch;justify-content:space-between;
  border:1px solid rgba(110,170,230,.22);
  border-radius:11px;
  background:linear-gradient(180deg,rgba(7,30,51,.66),rgba(2,15,29,.74));
  overflow:hidden;
}
.em-md-class{
  min-width:52px;
  flex:1;
  border:0;
  border-right:1px solid rgba(110,170,230,.16);
  background:transparent;
  color:#9eb0c8;
  cursor:pointer;
  transition:.16s ease;
  display:flex;align-items:center;justify-content:center;gap:6px;
  font-weight:950;
}
.em-md-class:last-child{border-right:0}
.em-md-class-orb{
  width:25px;height:25px;border-radius:50%;
  display:grid;place-items:center;
  background:radial-gradient(circle at 35% 30%,rgba(255,231,168,.34),rgba(118,75,255,.52) 48%,rgba(16,30,54,.96));
  box-shadow:inset 0 0 12px rgba(255,255,255,.12),0 0 12px rgba(91,193,255,.16);
}
.em-md-class-orb .em-mi{width:17px;height:17px}
.em-md-class em{font-style:normal;font-size:10px;letter-spacing:.04em;display:none}
.em-md-class:hover{background:rgba(109,195,255,.08);color:#fff}

.em-md-clear,.em-md-filterbtn,.em-md-sell,.em-md-buy{
  border:0;
  color:#fff;
  font-weight:950;
  cursor:pointer;
  transition:.16s ease;
  text-decoration:none;
  white-space:nowrap;
}
.em-md-clear,.em-md-filterbtn{
  height:36px;
  border-radius:14px;
  padding:0 17px;
  display:inline-flex;align-items:center;justify-content:center;gap:7px;
}
.em-md-clear{
  background:linear-gradient(180deg,rgba(80,45,34,.95),rgba(44,24,25,.94));
  border:1px solid rgba(255,186,119,.18);
}
.em-md-clear .em-mi{width:14px;height:14px}
.em-md-filterbtn{background:linear-gradient(180deg,#ff8537,#e95513);box-shadow:0 0 20px rgba(255,101,24,.26)}
.em-md-filterbtn:before{content:"☷";font-weight:950;opacity:.9}

.em-md-iconline{align-items:center}
.em-md-iconstrip{
  display:flex;align-items:center;gap:5px;
  height:36px;
  padding:2px;
  border:1px solid rgba(110,170,230,.18);
  border-radius:11px;
  background:rgba(2,15,28,.60);
  overflow:hidden;
  flex:1 1 auto;
}
.em-md-iconfilter{
  height:30px;min-width:38px;
  border:0;border-right:1px solid rgba(110,170,230,.12);
  border-radius:8px;
  background:transparent;
  color:#8ca0b5;
  cursor:pointer;
  display:grid;place-items:center;
  transition:.16s ease;
}
.em-md-iconfilter .em-mi{width:18px;height:18px;filter:drop-shadow(0 0 6px rgba(96,219,255,.12))}
.em-md-iconfilter span{display:none}
.em-md-iconfilter:hover{background:rgba(109,195,255,.09);color:#fff}

.em-md-seg,.em-md-options-main,.em-md-logic,.em-md-rarity,.em-md-options2,.em-md-currencies{
  display:flex;align-items:center;
  border:1px solid rgba(110,170,230,.17);
  border-radius:11px;
  background:rgba(2,15,28,.62);
  overflow:hidden;
}
.em-md-seg button,.em-md-options-main button,.em-md-logic button,.em-md-rarity button,.em-md-options2 button,.em-md-currencies button{
  height:32px;
  border:0;
  border-right:1px solid rgba(110,170,230,.13);
  background:transparent;
  color:#92a4ba;
  padding:0 13px;
  font-weight:900;
  cursor:pointer;
  transition:.16s ease;
  white-space:nowrap;
}
.em-md-seg button:last-child,.em-md-options-main button:last-child,.em-md-logic button:last-child,.em-md-rarity button:last-child,.em-md-options2 button:last-child,.em-md-currencies button:last-child{border-right:0}
.em-md-seg button:hover,.em-md-options-main button:hover,.em-md-logic button:hover,.em-md-rarity button:hover,.em-md-options2 button:hover,.em-md-currencies button:hover{color:#fff;background:rgba(111,232,255,.08)}
.em-md-kindseg button{padding:0 14px}
.em-md-bigtype button{padding:0 16px;display:flex;align-items:center;gap:7px}
.em-md-bigtype .em-mi,.em-md-currencies .em-mi{width:17px;height:17px}
.em-md-armorbtn{color:#ffefe5!important}

.em-md-optionline{gap:8px;flex-wrap:wrap}
.em-md-options-main button{min-width:50px}
.em-md-logic button{color:#6f8298}
.em-md-rarity .normal{color:#aeb8c7}
.em-md-rarity .uncommon{color:#40d985}
.em-md-rarity .rare{color:#b98fff}
.em-md-rarity .legendary{color:#ffbd3f}
.em-md-rarity .epic{color:#ff5368}
.em-md-select{
  height:34px;
  min-width:76px;
  border:1px solid rgba(110,170,230,.20);
  border-radius:11px;
  background:linear-gradient(180deg,rgba(27,54,92,.92),rgba(8,20,39,.94));
  color:#dcecff;
  padding:0 12px;
  font-weight:950;
  outline:0;
}
.em-md-currencies{margin-left:auto}
.em-md-currencies button{padding:0 10px;display:flex;align-items:center;gap:6px;font-size:11px;color:#d9e5f4}

.em-md-filterbox button.active,
.em-md-view button.active,
.em-md-seg button.active,
.em-md-options-main button.active,
.em-md-logic button.active,
.em-md-rarity button.active,
.em-md-options2 button.active,
.em-md-currencies button.active,
.em-md-class.active,
.em-md-iconfilter.active{
  background:linear-gradient(180deg,#fff0b8 0%,#f4a34d 48%,#df5b19 100%)!important;
  color:#fff!important;
  border-color:rgba(255,212,118,.78)!important;
  box-shadow:0 0 18px rgba(255,112,28,.35), inset 0 0 13px rgba(255,255,255,.18)!important;
  text-shadow:0 1px 1px rgba(78,27,5,.5);
}
.em-md-class.active .em-md-class-orb{background:radial-gradient(circle,#fff6c9,#ff7b25 48%,#63220a)}
.em-md-market.filters-collapsed .em-md-optionline{display:none}

.em-md-toolbar{
  height:56px;
  display:flex;align-items:center;gap:12px;
  padding:10px 0;
}
.em-md-found{
  display:flex;align-items:center;gap:8px;
  color:#fff;
  font-weight:950;
  text-shadow:0 1px 0 rgba(0,0,0,.35);
}
.em-md-found .em-mi,
.em-md-found > svg{
  width:38px;height:38px;
  padding:8px;
  border-radius:50%;
  background:linear-gradient(180deg,#ff8a32,#e85614);
  box-shadow:0 0 18px rgba(255,99,22,.36);
}
.em-md-found b{color:#ffe164;letter-spacing:.02em}
.em-md-sell{
  height:36px;min-width:72px;
  border-radius:999px;
  padding:0 22px;
  display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(180deg,rgba(103,115,139,.96),rgba(45,54,73,.96));
  border:1px solid rgba(204,216,255,.20);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.19),0 10px 24px rgba(0,0,0,.22);
}
.em-md-sell:hover{background:linear-gradient(180deg,#fff0b8,#e78022);color:#fff;box-shadow:0 0 22px rgba(255,124,27,.34)}
.em-md-toolbar-spacer{flex:1}
.em-md-view{display:flex;border:1px solid rgba(110,170,230,.18);border-radius:12px;overflow:hidden;background:rgba(6,15,30,.82)}
.em-md-view button{width:40px;height:36px;border:0;border-right:1px solid rgba(110,170,230,.14);background:transparent;color:#b9c8d9;cursor:pointer}
.em-md-view button:last-child{border-right:0}
.em-md-view .em-mi{width:19px;height:19px}
.em-md-sort{min-width:112px;background:rgba(6,15,30,.85)}

.em-md-items.list{
  position:relative;
  border-top:1px solid rgba(110,170,230,.18);
  border-right:1px solid rgba(110,170,230,.12);
  border-left:1px solid rgba(110,170,230,.12);
  background:rgba(0,5,13,.50);
  box-shadow:var(--mk-shadow), inset 0 0 48px rgba(71,182,255,.04);
  overflow:visible;
}
.em-md-item{
  position:relative;
  display:grid;
  grid-template-columns:80px minmax(230px,1.2fr) minmax(240px,.9fr) minmax(170px,260px) 142px;
  align-items:center;
  min-height:56px;
  border-bottom:1px solid rgba(118,166,255,.14);
  background:rgba(3,7,15,.48);
  transition:.16s ease;
}
.em-md-item:nth-child(even){background:rgba(8,11,23,.42)}
.em-md-item:hover{background:linear-gradient(90deg,rgba(54,221,255,.11),rgba(255,114,24,.04),rgba(134,84,255,.08));box-shadow:inset 3px 0 0 rgba(255,221,155,.42)}
.em-md-item-icon{
  height:56px;width:80px;
  display:grid;place-items:center;
  background:linear-gradient(90deg,rgba(139,172,110,.22),rgba(32,55,68,.10));
  overflow:hidden;
}
.em-md-item-icon .em-clean-item-badge,
.em-md-item-icon .em-market-item-icon-img{
  width:44px!important;height:44px!important;
  display:grid!important;place-items:center!important;
  filter:drop-shadow(0 0 8px rgba(121,222,255,.22));
}
.em-md-item-icon img{max-width:42px!important;max-height:42px!important;object-fit:contain}
.em-md-item-icon i{font-style:normal;font-weight:950;color:#c9e8ff;font-size:11px}
.em-md-item-name{min-width:0;padding:0 10px}
.em-md-item-name b{
  display:block;
  color:var(--mk-green);
  font-size:14px;
  line-height:1.2;
  font-weight:950;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  text-shadow:0 0 10px rgba(37,239,137,.12);
}
.em-md-item.tier-normal .em-md-item-name b{color:#dcecff}
.em-md-item.tier-uncommon .em-md-item-name b{color:#42e98c}
.em-md-item.tier-rare .em-md-item-name b{color:#6be8ff}
.em-md-item.tier-legendary .em-md-item-name b{color:#ffcf62}
.em-md-item.tier-epic .em-md-item-name b{color:#ff6b86}
.em-md-item-name small{display:flex;align-items:center;gap:7px;margin-top:4px;color:#8193a8;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.em-md-item-name small i{width:1px;height:11px;background:rgba(110,170,230,.22)}
.em-md-item-options{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:0 8px;border-left:1px solid rgba(110,170,230,.13);min-height:30px}
.em-md-opt{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:48px;height:24px;
  border:1px solid rgba(180,204,235,.48);
  border-radius:999px;
  padding:0 9px;
  background:rgba(255,255,255,.035);
  color:#dce8ff;
  font-size:11px;
  font-weight:950;
  box-shadow:inset 0 0 12px rgba(255,255,255,.03);
}
.em-md-opt-luck{border-color:#77b8ff;color:#a9d3ff;background:rgba(47,113,211,.16)}
.em-md-opt-skill,.em-md-opt-dmg,.em-md-opt-aspd,.em-md-opt-rhp{border-color:#ff8df5;color:#ffb7f7;background:rgba(183,53,255,.15)}
.em-md-opt-exe{border-color:#e978ff;color:#ffa8ff;background:rgba(183,53,255,.16)}
.em-md-opt-anc,.em-md-opt-zen{border-color:#ffcf48;color:#ffe28a;background:rgba(227,145,24,.14)}
.em-md-opt-soc{border-color:#75e9ff;color:#9ef0ff;background:rgba(39,195,255,.14)}
.em-md-opt-dd{border-color:#ff4c5c;color:#ff9ba4;background:rgba(255,74,83,.12)}
.em-md-opt-ref,.em-md-opt-dsr,.em-md-opt-sd,.em-md-opt-mh{border-color:#98db76;color:#cbffa8;background:rgba(96,220,78,.12)}
.em-md-dash{color:#62758a;font-weight:900}
.em-md-item-price{display:flex;justify-content:flex-end;align-items:center;padding:0 18px;border-left:1px solid rgba(110,170,230,.11);min-height:32px}
.em-md-price{display:inline-flex;align-items:center;gap:7px;font-weight:950;color:#fff}
.em-md-price .em-mi{width:20px;height:20px;filter:drop-shadow(0 0 6px rgba(255,218,138,.18))}
.em-md-price b{color:#eef9ff;letter-spacing:.02em}
.em-md-price small{font-size:11px;color:#aefbd1;border-radius:999px;background:rgba(158,255,205,.12);padding:2px 5px;font-weight:950}
.em-md-price[data-price-label="ZEN"] small{color:#ffea9d;background:rgba(255,220,85,.13)}
.em-md-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding-right:16px}
.em-buy-form{margin:0}
.em-md-buy{
  width:70px;height:34px;
  border-radius:999px;
  background:linear-gradient(180deg,#ffecb0,#e98226 55%,#99410e);
  box-shadow:0 0 18px rgba(255,133,26,.28),inset 0 1px 0 rgba(255,255,255,.22);
}
.em-md-buy:hover{transform:translateY(-1px);box-shadow:0 0 24px rgba(255,133,26,.42),inset 0 1px 0 rgba(255,255,255,.25)}
.em-md-buy:disabled{background:linear-gradient(180deg,#748095,#3e4a62);box-shadow:none;opacity:.68;cursor:not-allowed;color:#c7cfdb}
.em-md-help{width:26px;height:26px;border:0;border-radius:50%;cursor:pointer;background:linear-gradient(180deg,#40506b,#26354d);color:#9fb5cf;font-weight:950;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.em-md-help:hover{color:#fff;background:linear-gradient(180deg,#4d9fff,#265481)}
.em-md-empty{padding:26px;border-bottom:1px solid rgba(110,170,230,.14);color:#b8c9da;font-weight:800;background:rgba(4,12,24,.68)}

.em-mu-tip{
  display:none;
  position:absolute;
  left:88px;top:50%;
  transform:translateY(-50%);
  z-index:50;
  width:292px;
  padding:14px;
  border:1px solid rgba(98,202,255,.38);
  border-radius:12px;
  background:linear-gradient(180deg,rgba(6,22,38,.98),rgba(4,7,18,.98));
  color:#e7f5ff;
  text-align:center;
  pointer-events:none;
  box-shadow:0 24px 80px rgba(0,0,0,.76),0 0 28px rgba(76,200,255,.13),inset 0 0 26px rgba(80,180,255,.06);
}
.em-md-item:hover .em-mu-tip,.em-md-item.show-tip .em-mu-tip{display:block}
.em-mu-icon{margin:0 auto 8px;width:50px;height:50px;display:grid;place-items:center;border-radius:10px;background:radial-gradient(circle at 50% 40%,#153b61,#050b18);border:1px solid rgba(110,170,230,.20)}
.em-mu-icon .em-clean-item-badge,.em-mu-icon .em-tooltip-item-icon{width:42px!important;height:42px!important;display:grid!important;place-items:center!important}
.em-mu-icon img{max-width:40px!important;max-height:40px!important;object-fit:contain}
.em-mu-name{font-weight:950;color:#fff;line-height:1.2;font-size:14px}
.em-mu-name.tier-uncommon,.em-mu-green,.em-mu-title-green{color:#25ef89}
.em-mu-name.tier-rare,.em-mu-blue{color:#80dcff}
.em-mu-name.tier-legendary,.em-mu-gold{color:#ffd45f}
.em-mu-name.tier-epic{color:#ff6b86}
.em-mu-tier{font-size:11px;color:#9fb0c7;margin:4px 0 6px;text-transform:uppercase;letter-spacing:.08em}
.em-mu-score{font-weight:900;font-size:12px}.em-mu-score.base{color:#f3d357}.em-mu-score.gear{color:#d77aff}
.em-mu-sep{height:1px;margin:9px 0;background:linear-gradient(90deg,transparent,rgba(110,170,230,.35),transparent)}
.em-mu-line{color:#d9efff;font-size:12px;line-height:1.45}.em-mu-muted{color:#778aa2;font-size:12px}.em-mu-cyan{color:#45e7ff}.em-mu-hex{margin-top:8px;color:#6e93aa;font-size:10px;word-break:break-all}

.em-md-items.grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(230px,1fr));
  gap:14px;
  border:0;background:transparent;box-shadow:none;overflow:visible;
}
.em-md-items.grid .em-md-empty{grid-column:1/-1;border:1px solid rgba(110,170,230,.14);border-radius:14px}
.em-md-items.grid .em-md-item{
  display:flex!important;
  flex-direction:column;
  align-items:stretch;
  min-height:248px;
  border:1px solid rgba(110,170,230,.16);
  border-radius:16px;
  overflow:visible;
  background:linear-gradient(180deg,rgba(8,18,35,.82),rgba(3,7,16,.82));
  box-shadow:0 18px 46px rgba(0,0,0,.32),inset 0 0 32px rgba(91,193,255,.04);
}
.em-md-items.grid .em-md-item-icon{width:100%;height:82px;background:linear-gradient(180deg,rgba(154,88,255,.16),rgba(255,205,111,.06))}
.em-md-items.grid .em-md-item-icon .em-clean-item-badge,.em-md-items.grid .em-md-item-icon .em-market-item-icon-img{width:58px!important;height:58px!important}.em-md-items.grid .em-md-item-icon img{max-width:56px!important;max-height:56px!important}
.em-md-items.grid .em-md-item-name{padding:12px 14px 8px;text-align:center}.em-md-items.grid .em-md-item-name b{white-space:normal;min-height:34px}.em-md-items.grid .em-md-item-name small{justify-content:center;white-space:normal;flex-wrap:wrap}
.em-md-items.grid .em-md-item-options{border-left:0;justify-content:center;padding:8px 12px;min-height:54px}.em-md-items.grid .em-md-item-price{border-left:0;justify-content:center;padding:8px 12px}.em-md-items.grid .em-md-actions{justify-content:center;padding:8px 12px 14px}.em-md-items.grid .em-mu-tip{left:50%;top:72px;transform:translateX(-50%)}

.em-md-flash{max-width:1540px;margin:0 auto 12px;border-radius:14px;padding:12px 16px;font-weight:900;box-shadow:var(--mk-shadow)}
.em-md-flash.ok{border:1px solid rgba(60,255,158,.30);background:rgba(15,70,46,.72);color:#d9ffe9}.em-md-flash.bad{border:1px solid rgba(255,100,120,.35);background:rgba(90,14,45,.62);color:#ffdbe2}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.em-mi{width:1em;height:1em;display:inline-block;vertical-align:-.16em;fill:currentColor}

@media(max-width:1280px){.em-md-items.grid{grid-template-columns:repeat(3,minmax(230px,1fr))}.em-md-search{flex-basis:420px}.em-md-class-icons{min-width:350px}.em-md-currencies{margin-left:0}}
@media(max-width:980px){.em-md-shell{padding:0 10px}.em-md-topline,.em-md-iconline{flex-wrap:wrap}.em-md-search,.em-md-class-icons{flex:1 1 100%;min-width:0}.em-md-clear,.em-md-filterbtn{flex:1}.em-md-iconstrip{flex:1 1 100%;overflow-x:auto;justify-content:flex-start}.em-md-currencies{overflow-x:auto;max-width:100%}.em-md-item{grid-template-columns:68px 1fr 116px;min-height:70px}.em-md-item-icon{width:68px;height:70px}.em-md-item-options{grid-column:2/4;border-left:0;padding:4px 10px 8px}.em-md-item-price{grid-column:2;border-left:0;justify-content:flex-start;padding:0 10px 8px}.em-md-actions{grid-column:3;grid-row:1;align-self:center}.em-md-items.grid{grid-template-columns:repeat(2,minmax(210px,1fr))}.em-mu-tip{left:10px;right:10px;top:96%;transform:none;width:auto}.em-md-item:hover .em-mu-tip{display:none}.em-md-item.show-tip .em-mu-tip{display:block}}
@media(max-width:620px){.em-md-market{padding-top:4px}.em-md-filterbox{border-radius:14px;padding:10px}.em-md-class{min-width:46px}.em-md-class em{display:none}.em-md-toolbar{height:auto;flex-wrap:wrap}.em-md-toolbar-spacer{display:none}.em-md-found{width:100%}.em-md-view{margin-left:auto}.em-md-items.grid{grid-template-columns:1fr}.em-md-item{grid-template-columns:62px 1fr;gap:0}.em-md-item-icon{width:62px}.em-md-item-price,.em-md-actions,.em-md-item-options{grid-column:2}.em-md-actions{grid-row:auto;justify-content:flex-start;padding:0 10px 10px}.em-md-sort{flex:1}.em-md-seg,.em-md-options-main,.em-md-rarity,.em-md-options2,.em-md-currencies{max-width:100%;overflow-x:auto}.em-md-seg button,.em-md-options-main button,.em-md-rarity button,.em-md-options2 button,.em-md-currencies button{padding:0 10px}}
