/* === Twitch login button (shortcode + menu) === */
.tsf-twitch-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;

  padding:8px 12px;
  text-decoration:none !important;
  font-weight:700;
  line-height:1;

  background: var(--tsf-tw-bg, #9146FF) !important;
  color: var(--tsf-tw-fg, #ffffff) !important;

  border-radius: var(--tsf-tw-radius, 999px) !important;
  border: 1px solid rgba(0,0,0,.08);

  box-shadow:
    0 0 var(--tsf-tw-glow, 0px) var(--tsf-tw-glow-color, rgba(145,70,255,0)),
    0 0 calc(var(--tsf-tw-glow, 0px) * 1.8) var(--tsf-tw-glow-color-soft, rgba(145,70,255,0));

  transition: transform .12s ease, opacity .12s ease, box-shadow .12s ease;
}
.tsf-twitch-btn:hover{ opacity:.95; transform: translateY(-1px); }
.tsf-twitch-btn:active{ transform: translateY(0); opacity:.9; }

.tsf-twitch-btn.is-logout{
  background: var(--tsf-tw-logout-bg, #2d2d2d) !important;
  color: var(--tsf-tw-logout-fg, #ffffff) !important;
  box-shadow: none;
}

.tsf-tw-icon{
  width:16px;
  height:16px;
  display:inline-block;
  background: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000" viewBox="0 0 20 20"><path d="M3 2h14v9l-4 4h-3l-2 2H6v-2H3V2zm12 8V4H5v9h3v2l2-2h3l2-2zM9 6h2v4H9V6zm4 0h2v4h-2V6z"/></svg>') no-repeat center / 100% 100%;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000" viewBox="0 0 20 20"><path d="M3 2h14v9l-4 4h-3l-2 2H6v-2H3V2zm12 8V4H5v9h3v2l2-2h3l2-2zM9 6h2v4H9V6zm4 0h2v4h-2V6z"/></svg>') no-repeat center / 100% 100%;
}
.tsf-twitch-li{ margin-left:10px; }

/* === Láda kártya mérete frontend === */
.tsf-card-surface,
.tsf-case-card,
.tsf-crate-card {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   TSF Case Open Modal + CS-style loot roll
   ========================================================= */

/* ===== TSF Case Modal (CENTER FIX) ===== */
#tsf-case-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  pointer-events:none;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
}
#tsf-case-modal.is-open{
  display:flex;
  pointer-events:auto;
}

/* Backdrop */
#tsf-case-modal .tsf-case-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* Panel */
#tsf-case-modal .tsf-case-modal__panel{
  position:relative;
  z-index: 2;
  max-width: 980px;
  width: calc(100% - 24px);
  background: rgba(18,18,22,.92);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0,0,0,.55);
  overflow:hidden;
  max-height: 90vh;
  overflow-y: auto;
}

/* Title */
#tsf-case-modal .tsf-case-modal__title{
  padding: 14px 16px;
  font-weight: 800;
  letter-spacing:.2px;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.08);
}

/* Body */
#tsf-case-modal .tsf-case-modal__body{
  padding: 16px;
  color:#eaeaf0;
}

/* Actions */
#tsf-case-modal .tsf-case-modal__actions{
  padding: 12px 16px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  justify-content:flex-end;
  gap:10px;
}

/* Close button */
#tsf-case-modal .tsf-case-modal__close{
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color:#fff;
  font-weight:800;
  cursor:pointer;
}

/* === Twitch login gomb: csak a modalban legyen 100% széles === */
#tsf-case-modal .tsf-twitch-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 320px;
  min-height: 44px;
  max-height: 64px;

  padding: 0.75em 1.25em;
  font-size: clamp(14px, 2.0vw, 16px);
  line-height: 1.1;
  box-sizing: border-box;
}

#tsf-case-modal .tsf-twitch-btn svg,
#tsf-case-modal .tsf-twitch-btn .tsf-icon{
  width: 1.1em;
  height: 1.1em;
}

/* =========================
   ROLL UI (NO NAMES) + LENS
   ========================= */

/* ===== Roll viewport ===== */
.tsf-roll__viewport{
  position:relative;
  height: 210px;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.25);
  overflow:hidden;

  --tsfLensR: 220px;
  --tsfLensBlur: 10px;
}

/* Outer blur overlay (outside circle only) */
.tsf-roll__viewport::before{
  content:"";
  position:absolute;
  inset:0;
  z-index: 2;
  pointer-events:none;

  backdrop-filter: blur(var(--tsfLensBlur));
  -webkit-backdrop-filter: blur(var(--tsfLensBlur));

  -webkit-mask: radial-gradient(circle var(--tsfLensR) at 50% 50%,
      transparent 0 calc(var(--tsfLensR) - 6px),
      #000 calc(var(--tsfLensR) + 6px));
          mask: radial-gradient(circle var(--tsfLensR) at 50% 50%,
      transparent 0 calc(var(--tsfLensR) - 6px),
      #000 calc(var(--tsfLensR) + 6px));
}

/* Ring */
.tsf-roll__viewport::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width: calc(var(--tsfLensR) * 2);
  height: calc(var(--tsfLensR) * 2);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 6;
  pointer-events:none;

  border: 2px solid rgba(255,255,255,.18);
  box-shadow:
    0 0 0 2px rgba(255, 215, 0, .55),
    0 0 24px rgba(255, 215, 0, .22);
}

/* FIX: main track "hole" under lens to avoid any double-layer artifacts */
.tsf-roll__viewport.is-lens .tsf-roll__track--main{
  -webkit-mask: radial-gradient(circle var(--tsfLensR) at 50% 50%,
      transparent 0 calc(var(--tsfLensR) + 2px),
      #000 calc(var(--tsfLensR) + 14px));
          mask: radial-gradient(circle var(--tsfLensR) at 50% 50%,
      transparent 0 calc(var(--tsfLensR) + 2px),
      #000 calc(var(--tsfLensR) + 14px));
}

/* Lens overlay: FULL viewport, clipped to circle at center */
.tsf-roll__lens{
  position:absolute;
  inset:0;
  z-index: 3;
  pointer-events:none;

  /* Only show the circle area */
  -webkit-clip-path: circle(var(--tsfLensR) at 50% 50%);
          clip-path: circle(var(--tsfLensR) at 50% 50%);

  /* little glass feel */
  box-shadow: inset 0 0 22px rgba(255,255,255,.10);
}

/* inner stays full too */
.tsf-roll__lens-inner{
  position:absolute;
  inset:0;
}

.tsf-roll__track--lens{
  transform-origin: 0 0;
}

/* track gap MUST match JS (gap=12) */
.tsf-roll__track{
  position:absolute;
  top: 26px;
  left: 0;
  display:flex;
  gap:12px;
  padding: 0 18px;

  /* EZEK HIÁNYOZTAK */
  flex-wrap: nowrap;        /* SOHA ne legyen két sor */
  align-items: flex-start; /* ne igazítson középre */
}


/* Center line */
.tsf-roll__centerline{
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width: 2px;
  transform: translateX(-1px);
  background: linear-gradient(to bottom, rgba(145,70,255,0), rgba(145,70,255,.9), rgba(145,70,255,0));
  box-shadow: 0 0 18px rgba(145,70,255,.65);
  pointer-events:none;
  z-index: 5;
}

/* edge blur */
.tsf-roll__blur{
  position:absolute;
  top:0;
  bottom:0;
  width: 22%;
  pointer-events:none;
  z-index: 4;
}
.tsf-roll__blur--left{
  left:0;
  background: linear-gradient(to right, rgba(18,18,22,.98), rgba(18,18,22,.55), rgba(18,18,22,0));
}
.tsf-roll__blur--right{
  right:0;
  background: linear-gradient(to left, rgba(18,18,22,.98), rgba(18,18,22,.55), rgba(18,18,22,0));
}

/* Item card (NO NAME section) */
.tsf-roll__item{
  width: 140px;
  flex: 0 0 140px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  overflow:hidden;
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
}

/* image only */
.tsf-roll__thumb{
  height: 160px; /* nagyobb kép, nincs név */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: saturate(1.02) contrast(1.03);
}

/* Winner panel */
.tsf-roll__result{ margin-top: 14px; }

.tsf-win{
  display:flex;
  gap:14px;
  align-items:center;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04)),
    rgba(11,13,18,.9);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 12px 30px rgba(0,0,0,.24);
}
.tsf-win__thumb{
  width: 104px;
  height: 104px;
  border-radius: 14px;
  background-size: cover;
  background-position:center;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 14px 36px rgba(0,0,0,.42);
}
.tsf-win__meta{ display:flex; flex-direction:column; gap:6px; }
.tsf-win__title{
  font-size: 18px;
  font-weight: 900;
  color:#fff;
  line-height: 1.2;
}
.tsf-win__rar{
  font-weight: 900;
  font-size: 12px;
  opacity:.92;
  letter-spacing:.8px;
  text-transform: uppercase;
}
.tsf-roll__track { flex-wrap: nowrap !important; }
.tsf-roll__item  { flex: 0 0 auto !important; }
.tsf-roll__viewport { overflow: hidden !important; }

/* CTA buttons */
.tsf-roll__cta{
  margin-top: 10px;
  display:flex;
  gap:12px;
  flex-wrap: wrap;
}
.tsf-case-decide{
  min-width: 148px;
  padding: 11px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color:#fff;
  font-weight: 900;
  cursor:pointer;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}
.tsf-case-decide:hover{ transform: translateY(-1px); }
.tsf-case-decide:disabled{ opacity:.6; cursor:not-allowed; }

.tsf-case-decide--claim{
  background: rgba(145,70,255,.25);
  border-color: rgba(145,70,255,.55);
  box-shadow: 0 0 0 1px rgba(145,70,255,.25) inset;
}
.tsf-case-decide--scrap{
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
}

.tsf-decision-card{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.1);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)),
    rgba(11,13,18,.92);
  padding: 14px 16px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 14px 30px rgba(0,0,0,.22);
}
.tsf-decision-card.is-success{ border-color: rgba(82,196,26,.24); }
.tsf-decision-card.is-warn{ border-color: rgba(245,158,11,.28); }
.tsf-decision-card.is-error{ border-color: rgba(239,68,68,.28); }
.tsf-decision-card__title{
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
}
.tsf-decision-card__body{
  margin-top: 10px;
  display: grid;
  gap: 8px;
}
.tsf-decision-card__line{
  color: rgba(234,234,240,.96);
  line-height: 1.45;
}
.tsf-decision-card__line strong{
  color: #fff;
  font-weight: 900;
}
.tsf-decision-card__muted{
  color: rgba(234,234,240,.72);
}

@media (max-width: 640px) {
  .tsf-win{
    align-items: flex-start;
  }
  .tsf-win__thumb{
    width: 88px;
    height: 88px;
  }
  .tsf-case-decide{
    width: 100%;
  }
}

/* =========================================================
   TSF My Loot
   ========================================================= */

.tsf-my-loot{
  max-width: 1120px;
  margin: 0 auto;
  color: #eef2ff;
}

.tsf-my-loot__hero,
.tsf-my-loot__section{
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)),
    rgba(8,10,16,.92);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0,0,0,.24);
}

.tsf-my-loot__hero{
  padding: 22px;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.tsf-my-loot__hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right, rgba(59,130,246,.18), transparent 34%),
    radial-gradient(circle at left center, rgba(234,179,8,.12), transparent 28%);
  pointer-events:none;
}

.tsf-my-loot__identity{
  display:flex;
  align-items:center;
  gap:16px;
}

.tsf-my-loot__avatar{
  width:64px;
  height:64px;
  border-radius:18px;
  background: linear-gradient(135deg, rgba(145,70,255,.45), rgba(34,197,94,.22));
  border:1px solid rgba(255,255,255,.12);
  display:grid;
  place-items:center;
  overflow:hidden;
  color:#fff;
  font-weight:800;
  font-size:24px;
}

.tsf-my-loot__avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.tsf-my-loot__title{
  margin:0;
  color:#fff;
}

.tsf-my-loot__user{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:6px;
  color:rgba(238,242,255,.82);
}

.tsf-my-loot__subtitle{
  margin:8px 0 0;
  color:rgba(238,242,255,.72);
}

.tsf-my-loot__login{
  margin-top:14px;
}

.tsf-my-loot__section{
  padding:18px;
  margin-bottom:16px;
}

.tsf-my-loot__section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}

.tsf-my-loot__section-head h3{
  margin:0;
  color:#fff;
}

.tsf-my-loot__count{
  display:inline-flex;
  align-items:center;
  padding:5px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  color:rgba(238,242,255,.8);
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
}

.tsf-my-loot__grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
  gap:12px;
}

.tsf-my-loot__slot{
  position:relative;
  min-width:0;
}

.tsf-my-loot__slot[open]{
  z-index:3;
}

.tsf-my-loot__slot summary{
  list-style:none;
}

.tsf-my-loot__slot summary::-webkit-details-marker{
  display:none;
}

.tsf-my-loot__slot-shell{
  cursor:pointer;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.09);
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)),
    rgba(12,15,23,.96);
  overflow:hidden;
  box-shadow: 0 14px 28px rgba(0,0,0,.24);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.tsf-my-loot__slot:hover .tsf-my-loot__slot-shell,
.tsf-my-loot__slot:focus-within .tsf-my-loot__slot-shell,
.tsf-my-loot__slot[open] .tsf-my-loot__slot-shell{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 20px 36px rgba(0,0,0,.28);
}

.tsf-my-loot__slot-shell:focus-visible{
  outline:2px solid rgba(147,197,253,.9);
  outline-offset:2px;
}

.tsf-my-loot__slot-frame{
  position:relative;
  aspect-ratio: 1 / 1;
  padding:10px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)),
    rgba(14,18,28,.98);
}

.tsf-my-loot__slot-glow{
  position:absolute;
  inset:10px;
  border-radius:14px;
  background: radial-gradient(circle at top, rgba(255,255,255,.1), rgba(255,255,255,0) 60%);
  opacity:.75;
  pointer-events:none;
}

.tsf-my-loot__slot-media{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.06);
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01)),
    rgba(16,20,30,.95);
  display:grid;
  place-items:center;
  overflow:hidden;
}

.tsf-my-loot__slot-media img,
.tsf-my-loot__inspect-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.tsf-my-loot__placeholder{
  width:48%;
  height:48%;
  border-radius:16px;
  background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.03));
  border:1px dashed rgba(255,255,255,.16);
}

.tsf-my-loot__slot-badges{
  position:absolute;
  inset:auto 10px 10px 10px;
  z-index:2;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:8px;
}

.tsf-my-loot__slot-footer{
  display:grid;
  gap:4px;
  padding:10px 11px 11px;
  min-height:62px;
  background:linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
}

.tsf-my-loot__slot-name{
  color:#fff;
  font-size:14px;
  line-height:1.25;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.tsf-my-loot__slot-case{
  color:rgba(238,242,255,.58);
  font-size:11px;
  line-height:1.3;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.tsf-my-loot__inspect{
  display:none;
}

@media (hover: hover) and (pointer: fine) {
  .tsf-my-loot__inspect{
    position:absolute;
    left:calc(100% + 12px);
    top:0;
    width:min(320px, calc(100vw - 48px));
    border-radius:18px;
    border:1px solid rgba(255,255,255,.12);
    background:
      linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
      rgba(10,13,20,.98);
    box-shadow: 0 24px 60px rgba(0,0,0,.34);
    padding:12px;
    opacity:0;
    transform:translateY(6px);
    pointer-events:none;
    transition: opacity .18s ease, transform .18s ease;
  }

  .tsf-my-loot__slot:nth-child(4n) .tsf-my-loot__inspect,
  .tsf-my-loot__slot:nth-child(5n) .tsf-my-loot__inspect{
    left:auto;
    right:calc(100% + 12px);
  }

  .tsf-my-loot__slot:hover .tsf-my-loot__inspect,
  .tsf-my-loot__slot:focus-within .tsf-my-loot__inspect,
  .tsf-my-loot__slot[open] .tsf-my-loot__inspect{
    display:block;
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
  }
}

.tsf-my-loot__inspect-media{
  height:132px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at top, rgba(255,255,255,.08), rgba(255,255,255,0) 55%),
    rgba(16,20,30,.95);
  display:grid;
  place-items:center;
  overflow:hidden;
}

.tsf-my-loot__inspect-body{
  display:grid;
  gap:10px;
  margin-top:10px;
}

.tsf-my-loot__inspect-head{
  display:grid;
  gap:8px;
}

.tsf-my-loot__inspect-head strong{
  color:#fff;
  font-size:15px;
  line-height:1.3;
}

.tsf-my-loot__inspect-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.tsf-my-loot__inspect-meta{
  margin:0;
  display:grid;
  gap:8px;
}

.tsf-my-loot__inspect-meta div{
  display:grid;
  gap:2px;
}

.tsf-my-loot__inspect-meta dt{
  color:rgba(238,242,255,.5);
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.tsf-my-loot__inspect-meta dd{
  margin:0;
  color:rgba(238,242,255,.84);
  font-size:13px;
  line-height:1.45;
}

.tsf-my-loot__empty{
  border:1px dashed rgba(255,255,255,.12);
  border-radius:16px;
  padding:18px;
  color:rgba(238,242,255,.72);
  background:
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01)),
    rgba(255,255,255,.02);
}

.tsf-loot-badge{
  display:inline-flex;
  align-items:center;
  padding:5px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
}

.tsf-loot-badge.is-pending{ background: rgba(245,158,11,.14); border-color: rgba(245,158,11,.28); }
.tsf-loot-badge.is-fulfilled{ background: rgba(34,197,94,.14); border-color: rgba(34,197,94,.28); }
.tsf-loot-badge.is-cancelled{ background: rgba(239,68,68,.14); border-color: rgba(239,68,68,.28); }

.tsf-loot-rarity{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:4px 8px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  border:1px solid rgba(255,255,255,.1);
}

.tsf-loot-rarity.is-common{ color:#d1d5db; background:rgba(156,163,175,.14); }
.tsf-loot-rarity.is-rare{ color:#93c5fd; background:rgba(59,130,246,.14); }
.tsf-loot-rarity.is-epic{ color:#d8b4fe; background:rgba(168,85,247,.14); }
.tsf-loot-rarity.is-legendary{ color:#fde68a; background:rgba(245,158,11,.16); }

.tsf-my-loot__slot.is-common .tsf-my-loot__slot-shell{ border-color:rgba(156,163,175,.16); }
.tsf-my-loot__slot.is-rare .tsf-my-loot__slot-shell{ border-color:rgba(59,130,246,.26); box-shadow:0 16px 28px rgba(30,64,175,.14); }
.tsf-my-loot__slot.is-epic .tsf-my-loot__slot-shell{ border-color:rgba(168,85,247,.26); box-shadow:0 16px 28px rgba(88,28,135,.16); }
.tsf-my-loot__slot.is-legendary .tsf-my-loot__slot-shell{ border-color:rgba(245,158,11,.28); box-shadow:0 18px 32px rgba(120,53,15,.18); }

@media (max-width: 700px) {
  .tsf-my-loot__identity{
    align-items:flex-start;
    position:relative;
    z-index:1;
  }

  .tsf-my-loot__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tsf-my-loot__inspect{
    display:none;
    margin-top:10px;
    padding:12px;
    border-radius:16px;
    border:1px solid rgba(255,255,255,.1);
    background:
      linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)),
      rgba(10,13,20,.96);
  }

  .tsf-my-loot__slot[open] .tsf-my-loot__inspect{
    display:block;
  }
}

@media (max-width: 480px) {
  .tsf-my-loot__hero,
  .tsf-my-loot__section{
    border-radius:18px;
  }

  .tsf-my-loot__hero{
    padding:18px;
  }

  .tsf-my-loot__section{
    padding:14px;
  }

  .tsf-my-loot__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:10px;
  }

  .tsf-my-loot__slot-footer{
    min-height:58px;
    padding:9px 10px 10px;
  }

  .tsf-my-loot__slot-name{
    font-size:13px;
  }
}
