.er-landing {
  margin: 0;
  min-height: 100vh;
  color: var(--er-paper);
  font-family: var(--er-font);
  background:
    radial-gradient(ellipse 90% 55% at 8% -10%, rgba(196, 163, 90, 0.22), transparent 50%),
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(80, 160, 130, 0.12), transparent 46%),
    radial-gradient(ellipse 60% 40% at 70% 100%, rgba(196, 163, 90, 0.08), transparent 50%),
    linear-gradient(168deg, #07110d 0%, #0e1a14 42%, #08140f 100%);
  background-attachment: fixed;
}

.ld-shell {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0.55rem clamp(0.85rem, 2.4vw, 1.8rem) 1.2rem;
}

.ld-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.ld-brand {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}

.ld-mark {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--er-gold);
  line-height: 1.1;
}

.ld-sub {
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(243, 239, 230, 0.55);
}

.ld-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
  justify-content: flex-end;
}

.ld-nav a {
  color: var(--er-paper);
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.24rem 0.52rem;
  border-radius: 999px;
  border: 1px solid rgba(243, 239, 230, 0.16);
}

.ld-nav a:hover {
  border-color: var(--er-gold);
  background: rgba(196, 163, 90, 0.12);
  color: #fff8e8;
}

.ld-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem;
  margin: 0 0 0.7rem;
  position: relative;
  z-index: 2;
}

.ld-tabs a {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.58rem 0.8rem;
  border-radius: 12px;
  border: 1px solid rgba(243, 239, 230, 0.14);
  background: rgba(8, 18, 13, 0.45);
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.14rem;
}

.ld-tabs a i { color: var(--er-gold); font-size: 1rem; }
.ld-tabs a em {
  margin-left: auto;
  font-style: normal;
  font-family: "IBM Plex Mono", monospace;
  color: var(--er-gold);
  font-size: 1.24rem;
}
.ld-tabs a.is-on {
  border-color: var(--er-gold);
  background: rgba(196, 163, 90, 0.14);
  box-shadow: 0 0 0 1px rgba(196, 163, 90, 0.2);
}

.ld-intel {
  border: 1px solid rgba(196, 163, 90, 0.22);
  border-radius: 14px;
  background: rgba(8, 16, 12, 0.7);
  padding: 0.55rem 0.7rem 0.55rem;
  margin-bottom: 0.45rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.ld-intel-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  margin-bottom: 0.4rem;
}

.ld-intel-top h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
}

.ld-intel-top p {
  margin: 0;
  font-size: 0.74rem;
  color: var(--er-mist);
  max-width: 38rem;
  text-align: right;
}

.ld-minis {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 0.45rem;
}

.ld-mini {
  border: 1px solid rgba(196, 163, 90, 0.16);
  border-radius: 10px;
  padding: 0.4rem 0.5rem 0.4rem;
  background: rgba(0, 0, 0, 0.18);
  min-width: 0;
  overflow: hidden;
}

.ld-mini h3 {
  margin: 0 0 0.4rem;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(243, 239, 230, 0.5);
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.ld-mini-body {
  display: grid;
  grid-template-columns: 4.4rem 1fr;
  gap: 0.4rem;
  align-items: center;
}

.ld-mini-body.is-bars {
  grid-template-columns: 1fr;
}

.ld-donut { width: 4.4rem; height: 4.4rem; }

.ld-leg {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.62rem;
  color: rgba(243, 239, 230, 0.72);
}

.ld-leg li {
  display: grid;
  grid-template-columns: 0.55rem 1fr auto;
  gap: 0.3rem;
  align-items: center;
  margin: 0 0 0.12rem;
}

.ld-leg i {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 2px;
  display: block;
}

.ld-leg em {
  font-style: normal;
  font-family: "IBM Plex Mono", monospace;
  color: rgba(243, 239, 230, 0.55);
}

.ld-mbars {
  display: grid;
  grid-template-columns: 2.1rem 1fr;
  gap: 0.25rem;
  min-height: 4.6rem;
}

.ld-mbars-y {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 0.52rem;
  color: rgba(243, 239, 230, 0.45);
  font-family: "IBM Plex Mono", monospace;
}

.ld-mbars-plot {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.18rem;
  align-items: stretch;
  height: 5.15rem;
  border-left: 1px solid rgba(243, 239, 230, 0.12);
  padding: 0 0.1rem 0 0.2rem;
  position: relative;
  overflow: hidden;
}

.ld-mbar {
  position: relative;
  height: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
}

.ld-mbar-track {
  position: relative;
  flex: 1 1 auto;
  min-height: 3.7rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(243, 239, 230, 0.12);
}

.ld-mbar b {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 0;
  background: rgba(243, 239, 230, 0.1);
  border-radius: 2px 2px 0 0;
}

.ld-mbar i {
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: 0;
  border-radius: 2px 2px 0 0;
  background: #6d8678;
}

.ld-mbar.is-missed i { background: #8f7472; }
.ld-mbar.is-progressing i { background: #a89463; }
.ld-mbar.is-upcoming i { background: #5c6468; }

.ld-mbar em {
  position: static;
  transform: none;
  align-self: center;
  padding-top: 0.18rem;
  font-size: 0.5rem;
  font-style: normal;
  line-height: 1;
  color: rgba(243, 239, 230, 0.5);
}

.ld-mini-cap {
  margin: 0.2rem 0 0;
  font-size: 0.58rem;
  color: rgba(243, 239, 230, 0.45);
}

.ld-intel-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.4rem;
  margin-bottom: 0.45rem;
}

.ld-tile {
  border: 1px solid rgba(196, 163, 90, 0.18);
  border-radius: 10px;
  padding: 0.4rem 0.5rem;
  background: rgba(255, 255, 255, 0.03);
  min-width: 0;
}

.ld-tile .lbl {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(243, 239, 230, 0.5);
}

.ld-tile .num {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--er-gold);
  line-height: 1.2;
}

.ld-tile .meta {
  display: block;
  font-size: 0.66rem;
  color: var(--er-mist);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ld-bars {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.22rem;
  height: 2.4rem;
  align-items: end;
}

.ld-bar {
  display: flex;
  align-items: flex-end;
  height: 100%;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 4px 4px 2px 2px;
  overflow: hidden;
}

.ld-bar i {
  display: block;
  width: 100%;
  background: #c4a35a;
}
.ld-bar.is-achieved i { background: #6d8678; }
.ld-bar.is-progressing i { background: #a89463; }
.ld-bar.is-missed i { background: #8f7472; }
.ld-bar.is-upcoming i { background: rgba(243, 239, 230, 0.14); }

.ld-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 1fr);
  gap: 0.45rem 1.1rem;
  align-items: center;
  margin-bottom: 0.35rem;
}

.ld-kicker {
  margin: 0 0 0.12rem;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--er-gold);
}

.ld-hero h1 {
  margin: 0 0 0.18rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.28rem, 2.2vw, 1.72rem);
  line-height: 1.12;
  color: #f7f1e4;
}

.ld-lead {
  margin: 0;
  max-width: 36rem;
  color: var(--er-mist);
  font-size: 0.78rem;
  line-height: 1.38;
}

.ld-hero-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.38rem;
}

.ld-kpi {
  border: 1px solid rgba(196, 163, 90, 0.22);
  background: rgba(8, 18, 13, 0.55);
  border-radius: 11px;
  padding: 0.38rem 0.5rem 0.36rem;
  text-decoration: none;
  color: inherit;
  display: block;
  min-width: 0;
}

.ld-kpi:hover {
  border-color: var(--er-gold);
  background: rgba(196, 163, 90, 0.1);
}

.ld-kpi .lbl {
  display: block;
  font-size: 0.56rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(243, 239, 230, 0.55);
}

.ld-kpi-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3rem;
  min-height: 1.4rem;
}

.ld-kpi .num {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.22rem;
  font-weight: 600;
  color: var(--er-gold);
  line-height: 1.05;
}

.ld-kpi .meta {
  display: block;
  font-size: 0.66rem;
  color: var(--er-mist);
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ld-spark {
  width: 3.5rem;
  height: 1.1rem;
  color: var(--er-gold);
  flex: 0 0 auto;
}

.ld-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.65rem;
  margin: 0 0 0.4rem;
  font-size: 0.65rem;
  color: rgba(243, 239, 230, 0.62);
}

.ld-dot {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 99px;
  margin-right: 0.15rem;
  vertical-align: -0.04rem;
}

.ld-dot.is-achieved { background: #6d8678; }
.ld-dot.is-progressing { background: #a89463; }
.ld-dot.is-missed { background: #8f7472; }
.ld-dot.is-upcoming { background: transparent; border: 1px solid rgba(243, 239, 230, 0.28); }

.ld-hint { margin-left: auto; font-size: 0.62rem; }

.ld-streams {
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
}

.ld-loading {
  color: var(--er-mist);
  padding: 1.2rem 0;
}

.ld-stream {
  border: 1px solid rgba(196, 163, 90, 0.2);
  border-radius: 12px;
  background: rgba(8, 16, 12, 0.62);
  overflow: hidden;
}

.ld-stream.is-solo {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
}

.ld-stream.is-solo .ld-rows {
  flex: 1;
  min-height: 42vh;
  align-items: stretch;
  padding-bottom: 0.65rem;
}

.ld-stream.is-solo .ld-months {
  grid-template-columns: repeat(12, minmax(4.6rem, 1fr));
}

.ld-stream.is-solo .ld-months.is-plan-row .ld-cell {
  min-height: 7.2rem;
  height: auto;
  padding: 0.45rem 0.42rem 0.4rem;
}

.ld-stream.is-solo .ld-months:not(.is-plan-row):not(.is-notes) .ld-cell {
  min-height: 4.8rem;
  height: auto;
  padding: 0.32rem 0.36rem 0.3rem;
}

.ld-stream.is-solo .ld-cell .val {
  font-size: 1.05rem;
}

.ld-stream.is-solo .ld-cell .mo {
  font-size: 0.64rem;
}

.ld-stream.is-solo .ld-cell .sub {
  font-size: 0.62rem;
}

.ld-note {
  appearance: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
  margin: 0;
  width: 100%;
  min-height: 7.1rem;
  padding: 0.38rem 0.36rem 0.34rem;
  border-radius: 8px;
  font-size: 0.62rem;
  line-height: 1.25;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: -0.01em;
  color: rgba(243, 239, 230, 0.78);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(243, 239, 230, 0.08);
  text-align: left;
  cursor: pointer;
}

.ld-note strong {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
}

.ld-note span {
  display: block;
  opacity: 0.88;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.ld-more {
  margin-top: auto;
  font-size: 0.58rem;
  color: #b8a87a;
  font-style: normal;
}

.ld-note.is-achieved { color: #9aaa9e; border-color: rgba(109, 134, 120, 0.28); }
.ld-note.is-progressing { color: #c4b48a; border-color: rgba(168, 148, 99, 0.3); }
.ld-note.is-missed { color: #b59a98; border-color: rgba(143, 116, 114, 0.28); }
.ld-note.is-upcoming { color: rgba(243, 239, 230, 0.45); }

.ld-months.is-notes {
  align-items: stretch;
}

.ld-stream-head {
  display: flex;
  justify-content: space-between;
  gap: 0.65rem;
  align-items: center;
  padding: 0.38rem 0.65rem 0.28rem;
  color: inherit;
}

.ld-stream-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.38rem;
}

.ld-stream-title a {
  color: inherit;
  text-decoration: none;
}

.ld-stream-title a:hover { color: var(--er-gold); }

.ld-stream-title > i {
  font-size: 0.68rem;
  color: var(--er-gold);
}

.ld-day-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.32rem;
  height: 1.32rem;
  border-radius: 6px;
  border: 1px solid rgba(196, 163, 90, 0.35);
  color: var(--er-gold) !important;
  font-size: 0.64rem;
  flex: 0 0 auto;
}

.ld-day-ico:hover {
  background: rgba(196, 163, 90, 0.16);
  border-color: var(--er-gold);
}

.ld-stream-desc {
  margin: 0.04rem 0 0;
  font-size: 0.66rem;
  color: var(--er-mist);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 40rem;
}

.ld-meet {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  column-gap: 0.4rem;
  align-items: center;
  justify-content: end;
  text-align: right;
}

.ld-meet .ld-spark {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 3.2rem;
  height: 1.25rem;
  color: var(--er-gold);
}

.ld-meet .num {
  grid-column: 2;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--er-gold);
  line-height: 1;
}

.ld-meet .lbl {
  grid-column: 2;
  display: block;
  font-size: 0.54rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(243, 239, 230, 0.5);
}

.ld-rows {
  display: grid;
  grid-template-columns: 4.6rem 1fr;
  row-gap: 0.95rem;
  column-gap: 0.55rem;
  padding: 0 0.55rem 0.65rem;
  align-items: stretch;
}

.ld-months.is-notes {
  margin-top: 0.15rem;
  align-items: stretch;
}

.ld-row-lbl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(243, 239, 230, 0.5);
  padding: 0.1rem 0;
}

.ld-row-lbl strong {
  display: block;
  color: #f3efe6;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
}

.ld-months {
  display: grid;
  grid-template-columns: repeat(12, minmax(3.9rem, 1fr));
  gap: 0.24rem;
  overflow-x: auto;
}

.ld-months.is-plan-row {
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.ld-cell.is-plan {
  background: transparent;
  border: 1.5px dotted rgba(160, 156, 148, 0.45);
}

.ld-cell.is-plan .mo,
.ld-cell.is-plan .val { color: #a8a49a; }
.ld-cell.is-plan .sub { color: rgba(168, 164, 154, 0.7); }

.ld-cell.is-plan-past {
  border-color: #6d8678;
}
.ld-cell.is-plan-past .mo,
.ld-cell.is-plan-past .val { color: #8a9a90; }

.ld-cell.is-plan-now {
  border-color: #a89463;
  border-width: 2px;
}
.ld-cell.is-plan-now .mo,
.ld-cell.is-plan-now .val { color: #b8a87a; }

.ld-cell.is-plan-future {
  border-color: #6e7a86;
}
.ld-cell.is-plan-future .mo,
.ld-cell.is-plan-future .val { color: #8a93a0; }

.ld-cell.is-achieved {
  background: rgba(109, 134, 120, 0.12);
  border-color: rgba(109, 134, 120, 0.38);
}

.ld-cell.is-achieved .val { color: #9aaa9e; }

.ld-cell.is-progressing {
  background: rgba(168, 148, 99, 0.12);
  border-color: rgba(168, 148, 99, 0.42);
}

.ld-cell.is-progressing .val { color: #c4b48a; }

.ld-cell.is-missed {
  background: rgba(143, 116, 114, 0.12);
  border-color: rgba(143, 116, 114, 0.38);
}

.ld-cell.is-missed .val { color: #b59a98; }

.ld-cell {
  appearance: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 4.15rem;
  text-align: left;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  padding: 0.28rem 0.3rem 0.26rem;
  border: 1px solid rgba(243, 239, 230, 0.1);
  background: rgba(255, 255, 255, 0.03);
  position: relative;
  overflow: hidden;
}

.ld-cell:hover { transform: translateY(-1px); }

.ld-cell .mo {
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(243, 239, 230, 0.62);
}

.ld-cell .val {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-size: 0.82rem;
  line-height: 1.1;
}

.ld-cell .sub {
  font-size: 0.54rem;
  color: rgba(243, 239, 230, 0.52);
  line-height: 1.2;
}

.ld-cell.is-upcoming { opacity: 0.55; }

.ld-months.is-actual-row {
  background: rgba(255, 255, 255, 0.035);
  border-radius: 10px;
  padding: 0.3rem;
}

.ld-months.is-actual-row .ld-cell.is-achieved {
  background: rgba(109, 134, 120, 0.22);
  border-color: rgba(109, 134, 120, 0.4);
}

.ld-months.is-actual-row .ld-cell.is-progressing {
  background: rgba(168, 148, 99, 0.22);
  border-color: rgba(168, 148, 99, 0.42);
}

.ld-months.is-actual-row .ld-cell.is-missed {
  background: rgba(143, 116, 114, 0.22);
  border-color: rgba(143, 116, 114, 0.4);
}

.ld-months.is-actual-row .ld-cell.is-upcoming {
  background: rgba(255, 255, 255, 0.04);
}

.ld-cell.is-today::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 6px;
  border: 1px dashed rgba(243, 239, 230, 0.35);
  pointer-events: none;
}

.ld-fill {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: rgba(243, 239, 230, 0.12);
}

.ld-fill i {
  display: block;
  height: 100%;
  width: 0;
  background: #c4a35a;
}

.ld-cell.is-achieved .ld-fill i { background: #6d8678; }
.ld-cell.is-progressing .ld-fill i { background: #a89463; }
.ld-cell.is-missed .ld-fill i { background: #8f7472; }

.ld-studio {
  margin-top: 0.85rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(160, 156, 148, 0.16);
}

.ld-studio-toggle {
  appearance: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0.35rem 0;
  border: 0;
  background: transparent;
  color: rgba(243, 239, 230, 0.48);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  text-align: left;
}

.ld-studio-toggle span {
  letter-spacing: 0.08em;
  font-size: 0.62rem;
  color: rgba(184, 160, 106, 0.7);
}

.ld-studio-toggle[aria-expanded="true"] span { color: rgba(243, 239, 230, 0.55); }

.ld-studio-body[hidden] { display: none; }

.ld-studio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin: 0.35rem 0 0.45rem;
}

.ld-studio-row a {
  color: rgba(243, 239, 230, 0.72);
  text-decoration: none;
  font-size: 0.7rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(243, 239, 230, 0.12);
}

.ld-studio-row a:hover {
  border-color: rgba(168, 148, 99, 0.45);
  color: #e8e0d0;
}

.er-landing .ld-studio .er-icon-btn {
  border-color: rgba(243, 239, 230, 0.14);
  color: rgba(243, 239, 230, 0.7);
}
.er-landing .ld-studio .er-icon-btn i { color: #a89463; }

.ld-rows > :nth-child(3),
.ld-rows > :nth-child(4) {
  margin-top: 0.15rem;
}

.ld-rows > :nth-child(5),
.ld-rows > :nth-child(6) {
  margin-top: 0.35rem;
}

.ld-pop {
  position: fixed;
  inset: 0;
  background: rgba(4, 8, 6, 0.62);
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.ld-pop[hidden] { display: none !important; }

.ld-pop-card {
  width: min(32rem, 100%);
  max-height: 80vh;
  overflow: auto;
  background: #121a16;
  border: 1px solid rgba(196, 163, 90, 0.28);
  border-radius: 12px;
  padding: 0.75rem 0.85rem 0.9rem;
}

.ld-pop-card header {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.55rem;
}

.ld-pop-card h3 {
  margin: 0;
  font-size: 0.95rem;
}

.ld-pop-x {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 1.3rem;
  cursor: pointer;
  line-height: 1;
}

.ld-pop-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ld-pop-body li {
  font-size: 0.78rem;
  font-family: "IBM Plex Mono", monospace;
  padding: 0.28rem 0;
  border-bottom: 1px solid rgba(243, 239, 230, 0.08);
}
.er-landing .er-status { margin-top: 0.45rem; min-height: 1rem; font-size: 0.78rem; }

@media (max-width: 900px) {
  .ld-minis { grid-template-columns: 1fr; }
  .ld-intel-top { flex-direction: column; }
  .ld-intel-top p { text-align: left; }
  .ld-hint { margin-left: 0; }
  .ld-rows { grid-template-columns: 3.4rem 1fr; }
  .ld-stream.is-solo .ld-months:not(.is-plan-row):not(.is-notes) .ld-cell { min-height: 5.2rem; }
}

@media (max-width: 720px) {
  .ld-top { flex-direction: column; align-items: flex-start; }
  .ld-tabs { grid-template-columns: 1fr; }
  .ld-intel-grid { grid-template-columns: 1fr 1fr; }
  .ld-stream-head { flex-direction: column; align-items: flex-start; }
  .ld-meet { justify-content: start; text-align: left; }
  .ld-stream-desc { max-width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .ld-cell:hover { transform: none; }
}
