body.single-photo_sets.uprising-year-page {
  background:
    radial-gradient(1100px 520px at 20% 0%, rgba(255,255,255,.06), rgba(255,255,255,0) 58%),
    radial-gradient(900px 420px at 70% 30%, rgba(180,0,60,.06), rgba(0,0,0,0) 60%),
    linear-gradient(180deg, #07080c 0%, #090a10 45%, #120914 100%) !important;
}

body.single-photo_sets.uprising-year-page #page,
body.single-photo_sets.uprising-year-page #content,
body.single-photo_sets.uprising-year-page .site-content,
body.single-photo_sets.uprising-year-page .ast-container,
body.single-photo_sets.uprising-year-page .content-area,
body.single-photo_sets.uprising-year-page .site-main {
  background: transparent !important;
}

body.single-photo_sets.uprising-year-page .ast-advanced-headers-layout-1,
body.single-photo_sets.uprising-year-page .ast-inside-advanced-header-content,
body.single-photo_sets.uprising-year-page .ast-advanced-headers-title {
  display: none !important;
}

body.single-photo_sets.uprising-year-page #secondary,
body.single-photo_sets.uprising-year-page .widget-area.secondary {
  display: none !important;
}

body.single-photo_sets.uprising-year-page #primary {
  width: 100% !important;
  max-width: 100% !important;
}

.uprising-year-page .uh6 {
  --red: #c40000;
  --bg: #0b0d12;
  --panel: #10131a;
  --ink: #f3f4f6;
  --muted: rgba(243,244,246,.76);
  --soft: rgba(243,244,246,.60);
  --rule: rgba(243,244,246,.14);
  --rule2: rgba(243,244,246,.20);
  --font-sans: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  width: calc(100% - (var(--content-shell-pad, 20px) * 2));
  max-width: var(--content-shell-max, 1400px);
  margin: 18px auto 14px;
  font-family: var(--font-sans);
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 70px rgba(0,0,0,.55);
  background:
    radial-gradient(1200px 420px at 18% -10%, rgba(255,255,255,.08), rgba(255,255,255,0) 60%),
    linear-gradient(180deg, #0b0d12 0%, #090a10 52%, #160a18 100%);
}

.uprising-year-page .uh6,
.uprising-year-page .uh6 * {
  box-sizing: border-box;
}

.uprising-year-page .uh6__topbar {
  background: var(--red);
  color: #fff;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: clamp(9px, 2.7vw, 11px);
  padding: 8px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uprising-year-page .uh6__topbarLink,
.uprising-year-page .uh6__topbarLink:visited {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
}

.uprising-year-page .uh6__topbarLink:hover,
.uprising-year-page .uh6__topbarLink:focus {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.7);
  text-underline-offset: 2px;
}

.uprising-year-page .uh6__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--rule);
  background: color-mix(in srgb, var(--panel) 92%, transparent);
}

.uprising-year-page .uh6__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--ink);
  opacity: .92;
}

.uprising-year-page .uh6__hero {
  position: relative;
  height: 220px;
  background-size: cover;
  background-position: center;
}

.uprising-year-page .uh6__heroShade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.60));
}

.uprising-year-page .uh6__headline {
  padding: 14px 16px 16px;
  border-bottom: 1px solid var(--rule);
}

.uprising-year-page .uh6__breadcrumbs {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--soft);
  margin: 0 0 6px;
}

.uprising-year-page .uh6__breadcrumbs a {
  text-decoration: none;
  color: var(--soft);
}

.uprising-year-page .uh6__breadcrumbs a:hover {
  color: var(--red);
}

.uprising-year-page .uh6__breadcrumbs .crumb-sep {
  margin: 0 8px;
  opacity: .6;
}

.uprising-year-page .uh6__breadcrumbs .crumb-current {
  opacity: .92;
  color: var(--ink);
}

.uprising-year-page .uh6__title {
  margin: 0 0 10px;
  font-weight: 900;
  letter-spacing: -0.01em;
  font-size: clamp(2.05rem, 3.4vw, 3rem);
  line-height: 1.06;
  color: var(--ink);
  text-shadow: 0 1px 0 rgba(0,0,0,.18);
}

.uprising-year-page .uh6__dek {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: 92ch;
}

.uprising-year-page .uh6__intro {
  margin-top: 10px;
  padding: 0;
  background: transparent;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.74;
}

.uprising-year-page .uh6__intro a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: rgba(243,244,246,.35);
}

.uprising-year-page .uh6__intro a:hover {
  text-decoration-color: rgba(243,244,246,.65);
}

.uprising-year-page details.uh6KeyDates {
  position: relative;
  display: block;
  margin-top: 10px;
  padding-left: 16px;
  background: transparent !important;
}

.uprising-year-page details.uh6KeyDates::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--red);
}

.uprising-year-page details.uh6KeyDates > summary,
.uprising-year-page details.uh6KeyDates > summary::-webkit-details-marker {
  display: none !important;
}

.uprising-year-page details.uh6KeyDates:not([open]) > :not(summary) {
  display: block !important;
}

.uprising-year-page .uh6KeyDates__title {
  display: block;
  font-weight: 900;
  color: var(--ink);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  font-size: 15px;
  line-height: 1.25;
}

.uprising-year-page .uh6KeyDates__body {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.74;
}

.uprising-year-page .uh6KeyDates__body ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.uprising-year-page .uh6KeyDates__body li {
  margin: 0 0 10px;
  padding: 0;
  color: var(--muted);
}

.uprising-year-page .uh6KeyDates__body li:last-child {
  margin-bottom: 0;
}

.uprising-year-page .uh6KeyDates__body li::before,
.uprising-year-page .uh6KeyDates__body li::after {
  content: none !important;
  display: none !important;
}

.uprising-year-page .uh6KeyDates__body li strong {
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.uprising-year-page .uh6__navline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-top: 1px solid var(--rule);
  background: color-mix(in srgb, var(--panel) 92%, transparent);
}

.uprising-year-page .uh6__navLeft,
.uprising-year-page .uh6__navMid,
.uprising-year-page .uh6__navRight {
  display: flex;
  align-items: center;
  gap: 8px;
}

.uprising-year-page .uh6__navMid {
  justify-content: center;
  flex: 1 1 auto;
}

.uprising-year-page .uh6__navBtn,
.uprising-year-page .uh6__select {
  border: 1px solid var(--rule2);
  background: color-mix(in srgb, var(--panel) 92%, transparent);
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 800;
  color: var(--ink);
}

.uprising-year-page .uh6__navBtn {
  text-decoration: none;
  white-space: nowrap;
}

.uprising-year-page .uh6__navBtn:hover {
  border-color: color-mix(in srgb, var(--red) 45%, var(--rule2));
}

.uprising-year-page .uh6__navBtn[aria-disabled="true"] {
  opacity: .55;
  pointer-events: none;
}

.uprising-year-page .uh6__select {
  max-width: 240px;
}

.uprising-year-page .uhYearIndex {
  padding: 14px 16px 16px;
  border-top: 1px solid var(--rule);
  background: transparent;
}

.uprising-year-page .uhYearIndex__title {
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--soft);
  margin: 0 0 10px;
}

.uprising-year-page .uhYearGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.uprising-year-page .uhCoverCard {
  border: 1px solid var(--rule);
  background: color-mix(in srgb, var(--panel) 92%, transparent);
  text-decoration: none;
  color: var(--ink);
  overflow: hidden;
  display: block;
  transform: translateY(0);
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease, background .14s ease;
}

.uprising-year-page .uhCoverCard:hover {
  border-color: color-mix(in srgb, var(--red) 35%, var(--rule));
  background: color-mix(in srgb, var(--panel) 82%, transparent);
  transform: translateY(-2px);
  box-shadow: 0 16px 44px rgba(0,0,0,.45);
}

.uprising-year-page .uhCoverCard__img {
  aspect-ratio: 16 / 9;
  background: rgba(255,255,255,.06);
  background-size: cover;
  background-position: center;
}

.uprising-year-page .uhCoverCard__body {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.uprising-year-page .uhCoverCard__month {
  font-weight: 900;
  font-size: 14px;
  line-height: 1.2;
  color: var(--ink);
}

.uprising-year-page .uhCoverCard__arrow {
  font-weight: 900;
  opacity: .55;
  transform: translateX(-2px);
  transition: opacity .14s ease, transform .14s ease;
}

.uprising-year-page .uhCoverCard:hover .uhCoverCard__arrow {
  opacity: .95;
  transform: translateX(2px);
}

@media (max-width: 860px) {
  .uprising-year-page .uh6 {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 12px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .uprising-year-page .uh6__hero {
    height: 120px;
    background-position: center 35%;
  }

  .uprising-year-page .uh6__title {
    font-size: clamp(1.55rem, 6.2vw, 2.05rem);
    line-height: 1.12;
  }

  .uprising-year-page .uh6__navline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "prev next"
      "selects selects";
    gap: 10px;
    align-items: stretch;
  }

  .uprising-year-page .uh6__navLeft { grid-area: prev; justify-content: flex-start; }
  .uprising-year-page .uh6__navRight { grid-area: next; justify-content: flex-end; }
  .uprising-year-page .uh6__navMid {
    grid-area: selects;
    width: 100%;
    justify-content: space-between;
  }

  .uprising-year-page .uh6__select {
    flex: 1 1 0;
    max-width: none;
    width: 100%;
  }

  .uprising-year-page .uh6__navMid .uh6__select {
    width: calc(50% - 4px);
  }

  .uprising-year-page .uhYearGrid {
    grid-template-columns: 1fr;
  }
}
