body.pc-portal-home .pc-shack-league {
  position: relative;
  isolation: isolate;
  min-height: 210px;
  margin: 0 0 18px;
  padding: 32px 34px 32px 42px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  border: 1px solid #2f414e;
  border-left: 7px solid #e7aa22;
  border-radius: 6px;
  color: #fff;
  background: #0d161d url('/images/hero-addf3.jpg') center 56% / cover no-repeat;
  box-shadow: 0 10px 24px rgba(16, 31, 42, .18);
}

body.pc-portal-home .pc-shack-league::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 13, 19, .96) 0%, rgba(8, 17, 24, .84) 55%, rgba(8, 16, 22, .48) 100%);
}

body.pc-portal-home .pc-shack-league-copy {
  min-width: 0;
}

body.pc-portal-home .pc-shack-league-kicker {
  margin: 0 0 9px;
  color: #ffc94e;
  font-size: 12px;
  font-weight: 900;
}

body.pc-portal-home .pc-shack-league-kicker span {
  margin-right: 9px;
  padding: 3px 7px;
  border: 1px solid rgba(255, 213, 112, .65);
  border-radius: 3px;
  color: #101820;
  background: #f3bd3b;
  font-family: Consolas, monospace;
  font-size: 10px;
}

body.pc-portal-home .pc-shack-league h2 {
  margin: 0;
  color: #fff;
  font-family: "Microsoft YaHei", "Segoe UI", Arial, sans-serif;
  font-size: 31px;
  font-weight: 950;
  line-height: 1.22;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, .42);
}

body.pc-portal-home .pc-shack-league-copy > p:last-child {
  max-width: 680px;
  margin: 13px 0 0;
  color: #d8e2e8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

body.pc-portal-home .pc-shack-league-actions {
  min-width: 214px;
  display: grid;
  gap: 10px;
}

body.pc-portal-home .pc-shack-league-actions a {
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, filter .18s ease, background .18s ease;
}

body.pc-portal-home .pc-shack-league-primary {
  border: 1px solid #ffe29b;
  color: #111a20;
  background: #f3bd3b;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .34);
}

body.pc-portal-home .pc-shack-league-secondary {
  border: 1px solid rgba(255, 255, 255, .55);
  color: #fff;
  background: rgba(5, 13, 19, .48);
}

body.pc-portal-home .pc-shack-league-actions a:hover,
body.pc-portal-home .pc-shack-league-actions a:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

body.pc-portal-home .pc-shack-league-actions a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

@media (max-width: 960px) {
  body.pc-portal-home .pc-shack-league {
    padding: 28px 26px 28px 32px;
    gap: 24px;
  }

  body.pc-portal-home .pc-shack-league h2 {
    font-size: 27px;
  }
}

@media (max-width: 768px) {
  body.pc-portal-home .pc-shack-league {
    min-height: 292px;
    margin: 0 10px 14px;
    padding: 25px 18px 23px 22px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 20px;
    border-left-width: 5px;
    background-position: 61% center;
  }

  body.pc-portal-home .pc-shack-league::before {
    background: linear-gradient(90deg, rgba(6, 13, 19, .95) 0%, rgba(8, 17, 24, .84) 72%, rgba(8, 16, 22, .58) 100%);
  }

  body.pc-portal-home .pc-shack-league-kicker {
    font-size: 10px;
  }

  body.pc-portal-home .pc-shack-league h2 {
    max-width: 330px;
    font-size: 24px;
  }

  body.pc-portal-home .pc-shack-league-copy > p:last-child {
    max-width: 330px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.55;
  }

  body.pc-portal-home .pc-shack-league-actions {
    width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 8px;
  }

  body.pc-portal-home .pc-shack-league-actions a {
    min-width: 0;
    min-height: 46px;
    padding: 0 10px;
    font-size: 11px;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 390px) {
  body.pc-portal-home .pc-shack-league-actions {
    grid-template-columns: 1fr;
  }
}
