.page-id-178003,
.page-id-178003 #page,
.page-id-178003 .site,
.page-minneapolis-uprising,
.page-minneapolis-uprising #page,
.page-minneapolis-uprising .site {
  background: #0b0d12 !important;
}

.page-id-178003 #primary,
.page-minneapolis-uprising #primary {
  display: block !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.page-id-178003 #secondary,
.page-id-178003 .widget-area.secondary,
.page-minneapolis-uprising #secondary,
.page-minneapolis-uprising .widget-area.secondary {
  display: none !important;
}

.page-id-178003 .site-content,
.page-minneapolis-uprising .site-content {
  padding-top: 0 !important;
}

.page-id-178003 header.site-header,
.page-minneapolis-uprising header.site-header {
  box-shadow: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-id-178003 .ast-primary-header-bar,
.page-minneapolis-uprising .ast-primary-header-bar {
  box-shadow: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 62px !important;
}

.page-id-178003 .ast-primary-header-bar .main-header-menu > li > a,
.page-minneapolis-uprising .ast-primary-header-bar .main-header-menu > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.page-id-178003 .ast-container,
.page-minneapolis-uprising .ast-container {
  padding-top: 0 !important;
}

:root {
  --uprising-page-max: var(--content-shell-max, 1400px);
  --uprising-page-pad: var(--content-shell-pad, 20px);
}

.uhx {
  --uf-accent: #cc0000;
  --uf-accent-soft: rgba(204, 0, 0, 0.1);
  --uf-bg: #0b0d12;
  --uf-panel: #10131a;
  --uf-ink: #f3f4f6;
  --uf-muted: rgba(243, 244, 246, 0.72);
  --uf-soft: rgba(243, 244, 246, 0.58);
  --uf-border: rgba(243, 244, 246, 0.14);
  --uf-shadow: 0 18px 70px rgba(0, 0, 0, 0.55);
  --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(--uprising-page-pad) * 2));
  max-width: var(--uprising-page-max);
  margin: 0 auto 120px;
  color: var(--uf-ink);
  font-family: var(--font-sans);
}

.uhx__surface,
.uhx__accordion,
.uhx__timeline,
.uhx__index {
  background: var(--uf-panel);
}

.uhx__module {
  border: 1px solid var(--uf-border);
  box-shadow: var(--uf-shadow);
  overflow: hidden;
}

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

.uhx__topbarLink,
.uhx__topbarLink:visited {
  color: #fff;
  text-decoration: none;
}

.uhx__topbarLink:hover,
.uhx__topbarLink:focus {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.7);
  text-underline-offset: 2px;
}

.uhx__brandRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--uf-border);
}

.uhx__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--uf-ink);
  opacity: 0.92;
}

.uhx__brandSub {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--uf-muted);
  white-space: nowrap;
}

.uhx__hero {
  position: relative;
  height: 360px;
  border-bottom: 1px solid var(--uf-border);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.uhx__heroImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  filter: saturate(1.05) contrast(1.06);
}

.uhx__heroShade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(720px 260px at 18% 20%, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0) 60%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.68) 84%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 60%),
    linear-gradient(270deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 45%);
  pointer-events: none;
}

.uhx__heroText {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  pointer-events: none;
}

.uhx__heroKicker {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(243, 244, 246, 0.78);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.65);
}

.uhx__heroTitle {
  font-size: clamp(1.35rem, 2.7vw, 2.1rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  color: var(--uf-ink);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.75);
  line-height: 1.05;
}

.uhx__headline {
  padding: 12px 14px 14px;
  border-bottom: 1px solid var(--uf-border);
}

.uhx__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(--uf-ink);
}

.uhx__dek {
  margin: 0 0 12px;
  color: var(--uf-muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: 78ch;
}

.uhx__meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--uf-muted);
}

.uhx__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.uhx__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid var(--uf-border);
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  color: var(--uf-ink);
  white-space: nowrap;
}

.uhx__btn--primary {
  border-color: var(--uf-accent);
  background: rgba(255, 255, 255, 0.06);
}

.uhx__btn:hover {
  border-color: color-mix(in srgb, var(--uf-accent) 55%, var(--uf-border));
}

.uhx__accordion {
  margin-top: 16px;
  border: 1px solid var(--uf-border);
  box-shadow: var(--uf-shadow);
  overflow: hidden;
}

.uhx__accItem {
  border-top: 1px solid var(--uf-border);
}

.uhx__accItem:first-child {
  border-top: 0;
}

.uhx__accBtn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  color: var(--uf-ink);
}

.uhx__accLabel {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.uhx__accIcon {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid var(--uf-border);
  color: var(--uf-accent);
  font-weight: 900;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.uhx__accItem.is-open .uhx__accIcon {
  transform: rotate(45deg);
  background: var(--uf-accent-soft);
  border-color: color-mix(in srgb, var(--uf-accent) 40%, var(--uf-border));
}

.uhx__accBody {
  overflow: hidden;
  padding: 0 16px;
}

.uhx__accBody[hidden] {
  display: none !important;
}

.uhx__accInner {
  padding: 0 0 14px;
  color: var(--uf-muted);
  line-height: 1.7;
  font-size: 15px;
}

.uhx__timeline {
  margin: 12px 0 14px;
  border: 1px solid var(--uf-border);
  box-shadow: var(--uf-shadow);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  overflow: hidden;
}

.uhx__timelineLabel {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--uf-muted);
  white-space: nowrap;
}

.uhx__timelineRail {
  flex: 1;
  display: flex;
  gap: 8px;
  overflow: auto;
  scrollbar-width: none;
}

.uhx__timelineRail::-webkit-scrollbar {
  display: none;
}

.uhx__tYear,
.uhx__jumpBtn {
  appearance: none;
  border: 1px solid var(--uf-border);
  background: rgba(255, 255, 255, 0.04);
  padding: 7px 9px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  color: var(--uf-ink);
  white-space: nowrap;
}

.uhx__tYear.is-active {
  border-color: var(--uf-accent);
  background: rgba(255, 255, 255, 0.06);
}

.uhx__timelineRight {
  display: flex;
  gap: 8px;
  align-items: center;
}

.uhx__jumpBtn:hover {
  border-color: color-mix(in srgb, var(--uf-accent) 55%, var(--uf-border));
}

.uhx__index {
  border: 1px solid var(--uf-border);
  box-shadow: var(--uf-shadow);
  overflow: hidden;
}

.uhx__yearItem {
  border-top: 1px solid var(--uf-border);
}

.uhx__yearItem:first-child {
  border-top: 0;
}

.uhx__yearBtn {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: baseline;
  padding: 12px 14px;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  color: var(--uf-ink);
}

.uhx__yearBtnNum {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.uhx__yearBtnMeta {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--uf-muted);
  font-weight: 600;
}

.uhx__chev {
  width: 14px;
  height: 14px;
  border-right: 2px solid rgba(127, 127, 127, 0.8);
  border-bottom: 2px solid rgba(127, 127, 127, 0.8);
  transform: rotate(45deg);
  transition: transform 0.18s ease, border-color 0.18s ease;
  justify-self: end;
  margin-top: 3px;
}

.uhx__yearItem.is-open .uhx__chev {
  transform: rotate(225deg);
  border-color: var(--uf-accent);
}

.uhx__yearBody {
  overflow: hidden;
  padding: 0 16px 16px;
  border-left: 4px solid color-mix(in srgb, var(--uf-accent) 70%, transparent);
  margin-left: 16px;
  background: color-mix(in srgb, var(--uf-accent) 6%, transparent);
}

.uhx__yearBody[hidden] {
  display: none !important;
}

.uhx__months {
  padding-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 12px;
}

.uhx__month {
  position: relative;
  text-decoration: none;
  color: var(--uf-ink);
  font-weight: 900;
  font-size: 13px;
  border: 1px solid var(--uf-border);
  background: rgba(255, 255, 255, 0.04);
  padding: 54px 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.uhx__month:hover {
  border-color: color-mix(in srgb, var(--uf-accent) 55%, var(--uf-border));
  background: rgba(255, 255, 255, 0.06);
}

.uhx__monthArrow {
  opacity: 0.72;
}

.uhx__monthMeta {
  display: none;
}

.uhx__yearLink {
  display: inline-block;
  margin-top: 12px;
  text-decoration: none;
  font-weight: 900;
  color: var(--uf-ink);
  opacity: 0.8;
}

.uhx__yearLink:hover {
  opacity: 1;
}

.uhx__monthMedia {
  position: absolute;
  inset: 0 0 auto 0;
  height: 46px;
  pointer-events: none;
  opacity: 1;
}

.uhx__monthMedia img {
  width: 100%;
  height: 46px;
  object-fit: cover;
  display: block;
  filter: grayscale(0.15) saturate(0.85);
}

.uhx__monthShade {
  position: absolute;
  inset: 0 0 auto 0;
  height: 46px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.02) 100%);
  opacity: 1;
}

.uhx__monthText {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  position: relative;
  z-index: 2;
}

@media (max-width: 860px) {
  .uhx {
    width: calc(100% - 24px);
    max-width: 100%;
    margin: 0 0 12px;
  }

  .uhx__module {
    border-left: 0;
    border-right: 0;
  }

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

  .uhx__hero {
    height: 180px;
  }
}

@media (max-width: 420px) {
  .uhx__months {
    grid-template-columns: 1fr;
  }

  .uhx__timelineLabel {
    display: none;
  }
}
