.sx-favorite-button { width:36px; height:36px; display:inline-flex; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,.14); border-radius:10px; background:rgba(10,16,25,.78); color:#d8e0ea; cursor:pointer; transition:color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease; }
.sx-favorite-button svg { width:18px; height:18px; }
.sx-favorite-button:hover, .sx-favorite-button:focus-visible { color:#ff8b69; border-color:rgba(255,122,69,.52); background:rgba(255,122,69,.14); outline:0; transform:translateY(-1px); }
.sx-favorite-button.is-favorite { color:#ff7a45; border-color:rgba(255,122,69,.58); background:rgba(255,122,69,.16); }
.sx-favorite-button.is-favorite svg { fill:currentColor; }
.sx-favorite-card { position:absolute; z-index:4; top:10px; right:10px; width:32px; height:32px; border-radius:9px; opacity:0; }
.mx-favorite-wrap { position:relative; min-width:0; }
.mx-offer-grid > .mx-favorite-wrap { flex:0 0 347px; scroll-snap-align:start; }
.mx-offers-grid > .mx-favorite-wrap { min-width:0; }
.mx-favorite-wrap:hover .sx-favorite-card, .mx-favorite-wrap:focus-within .sx-favorite-card { opacity:1; }
.gp-favorite { position:absolute; top:18px; right:18px; z-index:3; display: none;}
.sx-fav-count { display:none; min-width:16px; height:16px; padding:0 4px; align-items:center; justify-content:center; border-radius:999px; background:#ff7a45; color:#160b06; font-size:10px; font-weight:900; vertical-align:middle; }
.sx-fav-count.has-items { display:inline-flex; }
.sx-favorites-empty { padding:64px 24px; text-align:center; border:1px dashed rgba(255,255,255,.14); border-radius:16px; background:rgba(16,24,36,.62); color:#aeb9c7; }
.sx-favorites-empty h2 { margin:0 0 8px; color:#fff; font-size:24px; }
.sx-favorites-empty p { margin:0; line-height:1.6; }
.sx-favorites-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; margin-top:22px; }
.sx-favorite-item { display:grid; grid-template-columns:108px minmax(0,1fr); gap:16px; min-height:126px; padding:12px; border:1px solid rgba(255,255,255,.1); border-radius:14px; background:#101824; }
.sx-favorite-cover { width:108px; height:102px; overflow:hidden; border-radius:9px; background:#172231; }
.sx-favorite-cover img { width:100%; height:100%; object-fit:cover; display:block; }
.sx-favorite-info { min-width:0; display:flex; flex-direction:column; align-items:flex-start; }
.sx-favorite-title { color:#fff; font-weight:850; text-decoration:none; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; max-width:100%; }
.sx-favorite-price { margin-top:10px; color:#4ade80; font-size:20px; font-weight:950; }
.sx-favorite-meta { margin-top:3px; color:#9aabbd; font-size:12px; }
.sx-favorite-drop { margin-top:8px; color:#8ce5ab; font-size:12px; font-weight:850; }
.sx-favorite-actions { display:flex; gap:10px; align-items:center; margin-top:auto; padding-top:10px; }
.sx-favorite-actions a { color:#ff9b68; font-size:12px; font-weight:850; text-decoration:none; }
.sx-favorite-remove { width:auto; height:28px; padding:0 8px; color:#aeb9c7; border-radius:7px; font-size:12px; }
.sx-economy-link { display:inline-flex; align-items:center; margin-top:18px; color:#ff9b68; font-size:13px; font-weight:850; text-decoration:none; }
.sx-economy-link:hover, .sx-economy-link:focus-visible { color:#ffd3bd; outline:0; }
.sx-economy-summary { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin:24px 0 30px; }
.sx-economy-stat { min-height:118px; padding:18px; border:1px solid rgba(255,255,255,.1); border-radius:14px; background:#101824; }
.sx-economy-stat-label { color:#9aabbd; font-size:12px; font-weight:750; }
.sx-economy-stat-value { margin-top:10px; color:#fff; font-size:28px; font-weight:950; line-height:1; }
.sx-economy-stat-value.is-positive { color:#4ade80; }
.sx-economy-stat-note { margin-top:8px; color:#8091a5; font-size:12px; line-height:1.4; }
.sx-economy-section { margin-top:32px; }
.sx-economy-section-head { display:flex; align-items:baseline; justify-content:space-between; gap:16px; margin-bottom:12px; }
.sx-economy-section h2 { margin:0; color:#fff; font-size:20px; }
.sx-economy-section-head p { margin:0; color:#8fa0b4; font-size:12px; }
.sx-economy-list { display:grid; gap:10px; }
.sx-economy-row { display:grid; grid-template-columns:minmax(0,1fr) auto auto; align-items:center; gap:14px; min-height:62px; padding:10px 14px; border:1px solid rgba(255,255,255,.08); border-radius:11px; background:#101824; }
.sx-economy-row-title { min-width:0; color:#fff; font-size:14px; font-weight:850; text-decoration:none; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.sx-economy-row-meta { margin-top:4px; color:#8fa0b4; font-size:12px; }
.sx-economy-row-price { color:#fff; font-size:16px; font-weight:950; white-space:nowrap; }
.sx-economy-row-change { color:#8ce5ab; font-size:12px; font-weight:850; text-align:right; white-space:nowrap; }
.sx-economy-empty { padding:26px 18px; border:1px dashed rgba(255,255,255,.14); border-radius:12px; color:#9aabbd; text-align:center; }
@media (max-width:720px) {
  .sx-economy-summary { grid-template-columns:1fr; }
  .sx-economy-row { grid-template-columns:minmax(0,1fr) auto; }
  .sx-economy-row-change { grid-column:2; }
}
@media (max-width:720px) {
  .sx-favorites-grid { grid-template-columns:1fr; }
  .sx-favorite-card { opacity:1; }
  .gp-favorite { top:14px; right:14px; }
}

.sx-unified {
  --orange: #ff7a32;
  --green: #39c87a;
  --muted: #9cb0c5;
  color: #f7f9fc;
  display: block;
  margin: 0 auto;
  max-width: 1360px !important;
    padding: 0px 22px 0 !important;
}

.sx-unified a {
  color: inherit;
  text-decoration: none;
}

.sx-unified-hero {
  background-image:
    linear-gradient(90deg, rgba(4, 8, 18, .94) 0%, rgba(4, 8, 18, .74) 35%, rgba(4, 8, 18, .28) 68%, rgba(4, 8, 18, .82) 100%),
    url("https://cdn.cloudflare.steamstatic.com/steam/apps/477160/library_hero.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .05), inset 0 -1px 0 rgba(255, 255, 255, .03);
  margin-top: 18px;
  min-height: 250px;
  overflow: hidden;
  padding: 42px 40px;
  position: relative;
}

.sx-unified-hero:after,
.sx-unified-item:after {
  background: linear-gradient(90deg, transparent, rgb(238 99 41), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 22px;
  width: 230px;
  z-index: 5;
}

.sx-unified-kicker {
  color: var(--orange);
  display: block;
  font-size: 11px;
  font-weight: 950;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sx-unified h1 {
  font-size: clamp(44px, 5.4vw, 50px);
  font-weight: 950;
  line-height: .96;
  margin: 0 0 16px;
  max-width: 680px;
}

.sx-unified-hero p {
  color: #c5d8eb;
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
  max-width: 640px;
}

.sx-unified-summary {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 16px 0 0;
}

.sx-unified-stat {
  background: radial-gradient(circle at 18% 0%, rgb(255 61 61 / 8%), transparent 28%), linear-gradient(180deg, rgba(14, 23, 34, .56), rgba(10, 17, 26, .40));
  border: 0;
  border-radius: 9px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  padding: 18px;
}

.sx-unified-stat span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin: 0;
}

.sx-unified-stat strong {
  color: #f7f9fc;
  display: block;
  font-size: 28px;
  font-weight: 950;
  margin-top: 8px;
}

.sx-unified-stat.is-positive strong {
  color: var(--green);
}

.sx-unified-section {
  margin-top: 38px;
}

.sx-unified-section-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin: 0 0 14px;
}

.sx-unified-section h2 {
  font-size: 30px;
  line-height: 1;
  margin: 0;
}

.sx-unified-muted {
  color: #b5c6da;
  font-size: 14px;
  font-weight: 850;
}

.sx-unified-list {
  display: grid;
  gap: 12px;
}

.sx-unified-item {
  align-items: center;
  background: radial-gradient(circle at 18% 0%, rgb(61 251 255 / 8%), transparent 28%), linear-gradient(180deg, rgba(14, 23, 34, .56), rgba(10, 17, 26, .40));
  border: 0;
  border-radius: 10px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .20), inset 0 1px 0 rgba(255, 255, 255, .04);
  display: grid;
  gap: 95px;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  min-height: 108px;
  overflow: hidden;
  padding: 14px 16px;
  position: relative;
}

.sx-unified-item.is-in-plan {
  box-shadow: 0 18px 38px rgba(0, 0, 0, .20), inset 4px 0 0 rgba(57, 200, 122, .75), inset 0 1px 0 rgba(255, 255, 255, .04);
}

.sx-unified-cover {
  background: #172231;
  border-radius: 8px;
  box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
  height: 70px;
  object-fit: cover;
  width: 155px;
}

.sx-unified-title {
  color: #f7f9fc;
  font-size: 18px;
  font-weight: 950;
  margin: 0 0 7px;
}

.sx-unified-meta,
.sx-unified-drop {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.sx-unified-drop {
  color: #8ee7b8;
  margin-top: 5px;
}

.sx-unified-side {
  align-items: end;
  display: grid;
  gap: 10px;
  justify-items: end;
}

.sx-unified-price {
  color: #f7f9fc;
  font-size: 22px;
  font-weight: 950;
}

.sx-unified-actions {
  display: flex;
  gap: 8px;
}

.sx-unified-actions a,
.sx-unified-actions button {
  align-items: center;
  background: rgba(255, 255, 255, .04);
  border: 0;
  border-radius: 7px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .075);
  color: #dce8f5;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  min-height: 38px;
  padding: 0 13px;
}

.sx-unified-actions a:last-child,
.sx-unified-actions button[data-plan-game-id] {
  background: rgba(57, 200, 122, .13);
  color: #8ee7b8;
}

.sx-unified-actions a:first-child {
  background: rgba(255, 255, 255, .04);
  color: #dce8f5;
}

.sx-unified-empty {
  background: rgba(14, 23, 34, .68);
  border: 0;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  color: var(--muted);
  padding: 22px;
}

@media (max-width: 1050px) {
  .sx-unified-summary {
    grid-template-columns: 1fr;
  }

  .sx-unified-item {
    grid-template-columns: 64px 1fr;
  }

  .sx-unified-side {
    align-items: start;
    grid-column: 1 / -1;
    justify-items: start;
  }
}

@media (max-width: 680px) {
  .sx-unified {
    padding-inline: 14px;
  }

      .home-main {
        padding-top: 5px;
    }
  .sx-unified {
    padding: 0px 0px 0 !important;
}
  .sx-unified h1 {
    font-size: clamp(28px, 5.4vw, 50px);
  }
  .sx-unified-item {
   
    display: block !important;
  }
  .sx-unified-hero p {
    color: #c5d8eb;
    font-size: 12px;
  }
  .sx-unified-hero {
    padding: 32px 22px;
  }

  .sx-unified-summary {
    grid-template-columns: 1fr 1fr;
  }

  .sx-unified-actions {
    flex-wrap: wrap;
  }
}
