/* ===== Release Workspace shell ===== */
:root {
  --hdr: 70px;
  --side-bg: rgb(252, 252, 252);
  --nr-paper: rgba(255,255,255,.92);
  --nr-border: rgba(17, 24, 39, .08);
  --nr-shadow: 0 18px 36px rgba(15, 23, 42, .08);
  --nr-shadow-soft: 0 10px 24px rgba(15, 23, 42, .06);
  --nr-accent: #ff7a00;
  --nr-accent-soft: rgba(255, 122, 0, .12);
  --nr-text: rgba(15, 23, 42, .92);
  --nr-muted: rgba(15, 23, 42, .62);
}

.new_release {
  margin-top: calc(var(--hdr) + 16px) !important;
  gap: 20px;
}

.new_release > .title {
  display: none;
}

.new_release .nr-workspace-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, .9fr);
  gap: 18px;
  padding: 24px 26px;
  border: 1px solid var(--nr-border);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, .12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.92));
  box-shadow: var(--nr-shadow);
  position: relative;
  overflow: hidden;
}

.new_release .nr-workspace-hero::after {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,122,0,.12), rgba(255,122,0,0));
  pointer-events: none;
}

.new_release .nr-workspace-hero__main,
.new_release .nr-workspace-hero__stats {
  position: relative;
  z-index: 1;
}

.new_release .nr-workspace-hero__eyebrow,
.new_release .nr-step-hero__eyebrow {
  margin: 0 0 10px;
  font: 700 11px/1.2 Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 122, 0, .95);
}

.new_release .nr-workspace-hero .title {
  display: block;
  margin: 0 0 10px;
  font: 700 34px/1.04 Georgia, "Times New Roman", serif;
  color: var(--nr-text);
}

.new_release .nr-workspace-hero__text {
  max-width: 760px;
  font: 15px/1.65 Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--nr-muted);
}

.new_release .nr-workspace-hero__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-content: start;
}

.new_release .nr-stat,
.new_release .nr-mini-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(12px);
}

.new_release .nr-stat__label,
.new_release .nr-mini-stat__label {
  font: 600 11px/1.2 Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, .48);
}

.new_release .nr-stat__value,
.new_release .nr-mini-stat__value {
  font: 600 16px/1.35 Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--nr-text);
}

.new_release .nr-subheader {
  position: sticky;
  top: var(--hdr);
  z-index: 900;
  margin: 0;
  padding: 10px 0 4px;
  background: linear-gradient(180deg, rgba(245,245,245,.96), rgba(245,245,245,.86));
  backdrop-filter: blur(10px);
}

.new_release .nr-stages {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.new_release .nr-stages a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 14px 16px;
  border: 1px solid rgba(17, 24, 39, .10);
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--nr-shadow-soft);
  color: var(--nr-text);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background-color .16s ease;
}

.new_release .nr-stages a:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 122, 0, .26);
  box-shadow: 0 14px 26px rgba(15, 23, 42, .08);
}

.new_release .nr-stages a.selected {
  border-color: rgba(255, 122, 0, .55) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,122,0,.08));
  box-shadow: 0 8px 16px rgba(255, 122, 0, .08);
}

.new_release .nr-stage__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(17, 24, 39, .05);
  color: rgba(17, 24, 39, .6);
  font: 700 12px/1 Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  flex: 0 0 36px;
}

.new_release .nr-stages a.selected .nr-stage__index {
  background: var(--nr-accent-soft);
  color: var(--nr-accent);
}

.new_release .nr-stage__body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.new_release .nr-stage__title {
  font: 700 15px/1.25 Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--nr-text);
}

.new_release .nr-stage__hint {
  font: 400 12px/1.35 Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--nr-muted);
}

.new_release .tab_container {
  display: none !important;
  visibility: hidden !important;
  gap: 18px;
  border-top: 1px solid transparent;
  margin-top: 0 !important;
}

.new_release .tab_container.selected {
  display: flex !important;
  visibility: visible !important;
}

@media (max-width: 1240px) {
  .new_release .nr-workspace-hero {
    grid-template-columns: 1fr;
  }

  .new_release .nr-stages {
    grid-template-columns: 1fr;
  }

  .new_release .nr-stages a {
    min-height: 64px;
  }
}
