.reentry-page {
  --reentry-blue: #78d7ff;
  --reentry-mint: #a8ffcf;
  --reentry-yellow: #ffd166;
  --reentry-orange: #ff9d67;
  --reentry-red: #ff7888;
  --reentry-violet: #c19bff;
  --reentry-panel: rgba(5, 18, 37, 0.9);
  --reentry-panel-strong: rgba(4, 14, 30, 0.97);
  --reentry-border: rgba(123, 213, 255, 0.2);
  --reentry-muted: rgba(230, 242, 255, 0.7);
  color: #f4f8ff;
  display: grid;
  gap: clamp(2.6rem, 6vw, 5.5rem);
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(0.5rem, 2vw, 1.5rem) 0 clamp(4rem, 8vw, 7rem);
}

.reentry-page *,
.reentry-page *::before,
.reentry-page *::after {
  box-sizing: border-box;
}

.reentry-page h1,
.reentry-page h2,
.reentry-page h3,
.reentry-page p,
.reentry-page dl,
.reentry-page dd,
.reentry-page ul {
  margin-top: 0;
}

.reentry-page h1,
.reentry-page h2,
.reentry-page h3 {
  color: #f7fbff;
  font-family: var(--font-heading, "Space Grotesk", "Inter", sans-serif);
  line-height: 1.12;
}

.reentry-page a {
  color: var(--reentry-blue);
}

.reentry-page section[id] {
  scroll-margin-top: 6.5rem;
}

.reentry-kicker {
  color: var(--reentry-blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}

.reentry-hero {
  background:
    radial-gradient(circle at 84% 20%, rgba(255, 157, 103, 0.2), transparent 23rem),
    radial-gradient(circle at 15% 0%, rgba(120, 215, 255, 0.2), transparent 30rem),
    linear-gradient(145deg, rgba(8, 29, 57, 0.98), rgba(4, 13, 29, 0.98));
  border: 1px solid rgba(120, 215, 255, 0.25);
  border-radius: 2rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, 0.7fr);
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem);
  position: relative;
}

.reentry-hero::after {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.4px);
  background-size: 45px 45px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(110deg, transparent 25%, #000);
  opacity: 0.24;
  pointer-events: none;
  position: absolute;
}

.reentry-hero > * {
  position: relative;
  z-index: 1;
}

.reentry-hero h1 {
  font-size: clamp(2.2rem, 5.2vw, 4.7rem);
  letter-spacing: -0.045em;
  margin-bottom: 1.2rem;
  max-width: 18ch;
}

.reentry-hero__copy > p:not(.reentry-kicker) {
  color: rgba(240, 248, 255, 0.78);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.7;
  max-width: 68ch;
}

.reentry-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  margin-top: 1.8rem;
}

.reentry-hero__actions > a:not(.btn) {
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

.reentry-hero__actions > .btn {
  background: linear-gradient(90deg, #0d658c, #08768e);
  color: #fff;
}

.reentry-hero__actions > .btn:hover,
.reentry-hero__actions > .btn:focus-visible {
  color: #fff;
}

.reentry-hero__status {
  align-content: center;
  background: rgba(3, 12, 27, 0.7);
  border: 1px solid rgba(120, 215, 255, 0.18);
  border-radius: 1.4rem;
  display: grid;
  gap: 0.65rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.reentry-hero__status .reentry-hero__eyebrow {
  color: var(--reentry-mint);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
}

.reentry-hero__object {
  color: #fff;
  display: inline-block;
  font-family: var(--font-heading, sans-serif);
  font-size: clamp(1.45rem, 2.7vw, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-decoration-color: rgba(120, 215, 255, 0.45);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.reentry-hero__time {
  color: var(--reentry-yellow);
  display: block;
  font-family: var(--font-heading, sans-serif);
  font-size: clamp(1.05rem, 1.9vw, 1.35rem);
  line-height: 1.35;
  margin-top: 0.45rem;
}

.reentry-hero__status .reentry-hero__relative {
  color: rgba(231, 243, 255, 0.74);
  font-size: 0.86rem;
  line-height: 1.5;
  margin: 0;
}

.reentry-hero__facts {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0.65rem 0;
}

.reentry-hero__facts > div {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding-top: 0.7rem;
}

.reentry-hero__facts dt {
  color: var(--reentry-muted);
  font-size: 0.68rem;
  margin-bottom: 0.2rem;
}

.reentry-hero__facts dd {
  color: rgba(247, 251, 255, 0.9);
  font-size: 0.82rem;
  line-height: 1.4;
  margin: 0;
}

.reentry-hero__detail-link {
  font-size: 0.87rem;
  font-weight: 800;
  margin-top: 0.25rem;
  text-decoration: none;
}

.reentry-live-dot {
  background: var(--reentry-mint);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(168, 255, 207, 0.11), 0 0 16px rgba(168, 255, 207, 0.65);
  display: inline-block;
  height: 0.55rem;
  margin-right: 0.65rem;
  width: 0.55rem;
}

.reentry-notice {
  align-items: flex-start;
  background: rgba(255, 209, 102, 0.08);
  border: 1px solid rgba(255, 209, 102, 0.34);
  border-radius: 1.3rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.reentry-notice > div:first-child {
  align-items: center;
  background: rgba(255, 209, 102, 0.13);
  border: 1px solid rgba(255, 209, 102, 0.3);
  border-radius: 50%;
  color: var(--reentry-yellow);
  display: flex;
  flex: 0 0 auto;
  font-size: 1.4rem;
  height: 2.7rem;
  justify-content: center;
  width: 2.7rem;
}

.reentry-notice h2 {
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  margin-bottom: 0.55rem;
}

.reentry-notice p {
  color: rgba(245, 247, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 0;
}

.reentry-notice--warning {
  background: rgba(255, 157, 103, 0.08);
  border-color: rgba(255, 157, 103, 0.34);
}

.reentry-notice--warning > div:first-child {
  background: rgba(255, 157, 103, 0.13);
  border-color: rgba(255, 157, 103, 0.3);
  color: var(--reentry-orange);
}

.reentry-section-heading,
.reentry-map-heading,
.reentry-detail__header {
  align-items: end;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}

.reentry-section-heading h2,
.reentry-detail__header h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.8rem);
  margin-bottom: 0;
}

.reentry-section-heading > p,
.reentry-map-heading > p,
.reentry-detail__header > div > p:last-child {
  color: var(--reentry-muted);
  margin-bottom: 0;
}

.reentry-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.reentry-card {
  background: linear-gradient(155deg, rgba(8, 28, 54, 0.94), rgba(4, 15, 32, 0.96));
  border: 1px solid var(--reentry-border);
  border-radius: 1.25rem;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.15rem, 2.2vw, 1.7rem);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.reentry-card:hover {
  border-color: rgba(120, 215, 255, 0.48);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}

.reentry-card--imminent {
  border-color: rgba(255, 120, 136, 0.58);
  box-shadow: inset 0 3px 0 rgba(255, 120, 136, 0.62), 0 18px 42px rgba(0, 0, 0, 0.22);
}

.reentry-card--short_term {
  border-color: rgba(255, 157, 103, 0.42);
}

.reentry-card__topline {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.reentry-status,
.reentry-interest {
  background: rgba(120, 215, 255, 0.1);
  border: 1px solid rgba(120, 215, 255, 0.2);
  border-radius: 999px;
  color: #bceaff;
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.3;
  padding: 0.38rem 0.65rem;
}

.reentry-status--imminent {
  background: rgba(255, 120, 136, 0.12);
  border-color: rgba(255, 120, 136, 0.3);
  color: #ffb2bc;
}

.reentry-status--short_term,
.reentry-status--awaiting_confirmation {
  background: rgba(255, 157, 103, 0.1);
  border-color: rgba(255, 157, 103, 0.28);
  color: #ffc3a2;
}

.reentry-status--recent {
  background: rgba(168, 255, 207, 0.1);
  border-color: rgba(168, 255, 207, 0.24);
  color: var(--reentry-mint);
}

.reentry-interest {
  background: rgba(255, 209, 102, 0.1);
  border-color: rgba(255, 209, 102, 0.25);
  color: var(--reentry-yellow);
}

.reentry-interest--large {
  font-size: 0.8rem;
  padding: 0.55rem 0.8rem;
}

.reentry-map-reference {
  align-items: center;
  background: rgba(255, 209, 102, 0.12);
  border: 1px solid rgba(255, 209, 102, 0.36);
  border-radius: 999px;
  color: #ffe39a;
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 800;
  gap: 0.32rem;
  line-height: 1.3;
  padding: 0.38rem 0.6rem;
  white-space: nowrap;
}

.reentry-map-reference strong {
  color: #fff;
  font-size: 0.78rem;
  line-height: 1;
}

.reentry-card__preview-map > .reentry-map-reference {
  position: absolute;
  right: 0.42rem;
  top: 0.42rem;
  z-index: 4;
}

.reentry-card h3 {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  overflow-wrap: anywhere;
  margin-bottom: 0.4rem;
}

.reentry-card__meta {
  color: var(--reentry-muted);
  font-size: 0.82rem;
  margin-bottom: 1.2rem;
}

.reentry-dach-badge {
  align-items: center;
  background: rgba(168, 255, 207, 0.08);
  border: 1px solid rgba(168, 255, 207, 0.3);
  border-radius: 0.75rem;
  color: #c9ffe2;
  display: flex;
  font-size: 0.76rem;
  gap: 0.5rem;
  line-height: 1.35;
  margin: -0.35rem 0 0.9rem;
  min-height: 3.3rem;
  padding: 0.55rem 0.65rem;
}

.reentry-dach-badge[hidden] {
  display: none;
}

.reentry-dach-badge > span {
  color: var(--reentry-mint);
  font-size: 1rem;
  line-height: 1;
}

.reentry-dach-badge--pending {
  border-color: rgba(120, 215, 255, 0.2);
  color: var(--reentry-muted);
}

.reentry-dach-badge--none {
  background: rgba(120, 215, 255, 0.045);
  border-color: rgba(120, 215, 255, 0.16);
  color: rgba(230, 242, 255, 0.66);
}

.reentry-card__dach-slot {
  display: flex;
  margin: 0 0 0.9rem;
  min-height: 3.3rem;
}

.reentry-card__dach-slot .reentry-dach-badge {
  margin: 0;
  width: 100%;
}

.reentry-hero__status .reentry-dach-badge {
  margin: 0.9rem 0;
  min-height: 0;
}

.reentry-card__preview {
  background: rgba(1, 9, 21, 0.68);
  border: 1px solid rgba(120, 215, 255, 0.18);
  border-radius: 0.95rem;
  color: #f4f8ff !important;
  display: block;
  margin-bottom: 0.85rem;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.reentry-card__preview:hover {
  border-color: rgba(120, 215, 255, 0.48);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.reentry-card__preview:focus-visible {
  outline: 3px solid rgba(120, 215, 255, 0.72);
  outline-offset: 3px;
}

.reentry-card__preview-map {
  background:
    repeating-linear-gradient(0deg, transparent 0 calc(25% - 1px), rgba(120, 215, 255, 0.07) calc(25% - 1px) 25%),
    repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), rgba(120, 215, 255, 0.07) calc(25% - 1px) 25%),
    #06101f;
  display: block;
  height: 8rem;
  overflow: hidden;
  position: relative;
}

.reentry-card__preview-map::before {
  background: url("https://tiles.openfreemap.org/natural_earth/ne2sr/0/0/0.png") center / 100% 100% no-repeat;
  content: "";
  filter: brightness(0.62) contrast(1.2) saturate(0.55);
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.reentry-card__preview-map::after {
  background: linear-gradient(180deg, rgba(3, 13, 29, 0.04), rgba(3, 13, 29, 0.38));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.reentry-card__preview--pending .reentry-card__preview-map::before {
  filter: brightness(0.48) contrast(1.1) grayscale(0.75);
  opacity: 0.28;
}

.reentry-card__preview-track {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.9));
  height: 100%;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.reentry-card__preview-track-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.reentry-card__preview-track-line--orbit {
  opacity: 0.92;
  stroke: var(--reentry-blue);
  stroke-dasharray: 4 3;
  stroke-width: 1.8;
}

.reentry-card__preview-track-line--approach {
  opacity: 0.98;
  stroke: var(--reentry-yellow);
  stroke-width: 2.15;
}

.reentry-card__preview-track-line--continuation {
  opacity: 0.9;
  stroke: var(--reentry-red);
  stroke-dasharray: 4 3;
  stroke-width: 1.9;
}

.reentry-card__preview-track-key {
  align-items: center;
  background: rgba(2, 9, 19, 0.8);
  border: 1px solid rgba(120, 215, 255, 0.2);
  border-radius: 999px;
  color: rgba(238, 247, 255, 0.9);
  display: inline-flex;
  font-size: 0.62rem;
  font-weight: 800;
  gap: 0.38rem;
  left: 0.42rem;
  line-height: 1.2;
  padding: 0.3rem 0.48rem;
  position: absolute;
  top: 0.42rem;
  z-index: 4;
}

.reentry-card__preview-track-key i {
  border-top: 2px dashed var(--reentry-blue);
  display: inline-block;
  width: 1.05rem;
}

.reentry-card__preview--located .reentry-card__preview-track-key i {
  border-color: var(--reentry-yellow);
  border-top-style: solid;
}

.reentry-card__preview-marker {
  background: var(--reentry-orange);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 157, 103, 0.2), 0 5px 14px rgba(0, 0, 0, 0.65);
  height: 0.9rem;
  left: clamp(1.15rem, var(--reentry-marker-x, 50%), calc(100% - 1.15rem));
  position: absolute;
  top: clamp(1.15rem, var(--reentry-marker-y, 50%), calc(100% - 1.15rem));
  transform: translate(-50%, -50%);
  width: 0.9rem;
  z-index: 3;
}

.reentry-card__preview-marker::before {
  border: 1px solid rgba(255, 157, 103, 0.82);
  border-radius: 50%;
  content: "";
  inset: -0.62rem;
  position: absolute;
}

.reentry-card--recent .reentry-card__preview-marker {
  background: var(--reentry-mint);
  box-shadow: 0 0 0 6px rgba(168, 255, 207, 0.18), 0 5px 14px rgba(0, 0, 0, 0.65);
}

.reentry-card--recent .reentry-card__preview-marker::before {
  border-color: rgba(168, 255, 207, 0.78);
}

.reentry-card__preview-placeholder {
  align-items: center;
  background: rgba(3, 13, 29, 0.78);
  border: 1px solid rgba(120, 215, 255, 0.24);
  border-radius: 999px;
  color: rgba(230, 242, 255, 0.82);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 0.45rem;
  left: 50%;
  padding: 0.45rem 0.72rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 3;
}

.reentry-card__preview-placeholder > span {
  color: var(--reentry-blue);
  font-size: 1rem;
  line-height: 1;
}

.reentry-card__preview-attribution {
  background: rgba(2, 9, 19, 0.78);
  bottom: 0;
  color: rgba(230, 242, 255, 0.78);
  font-size: 0.6rem;
  line-height: 1.35;
  padding: 0.14rem 0.28rem;
  position: absolute;
  right: 0;
  z-index: 4;
}

.reentry-card__preview-copy {
  display: grid;
  gap: 0.14rem;
  padding: 0.62rem 0.75rem 0.68rem;
}

.reentry-card__preview-copy > span {
  color: var(--reentry-muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.reentry-card__preview-copy strong {
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.35;
}

.reentry-card__time {
  background: rgba(1, 9, 21, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.9rem;
  display: grid;
  gap: 0.28rem;
  padding: 1rem;
}

.reentry-card__time span,
.reentry-primary-time > span,
.reentry-window-card > span {
  color: var(--reentry-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reentry-card__time strong {
  color: #fff;
  font-size: 1.08rem;
}

.reentry-card__time small {
  color: var(--reentry-yellow);
}

.reentry-card__facts,
.reentry-fact-list {
  display: grid;
  gap: 0;
  margin: 1rem 0 1.25rem;
}

.reentry-card__facts > div,
.reentry-fact-list > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  padding: 0.72rem 0;
}

.reentry-card__facts dt,
.reentry-fact-list dt {
  color: var(--reentry-muted);
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 0.28rem;
}

.reentry-card__facts dd,
.reentry-fact-list dd {
  color: rgba(244, 248, 255, 0.88);
  font-size: 0.86rem;
  line-height: 1.45;
  margin-bottom: 0;
}

.reentry-card__link {
  font-weight: 800;
  margin-top: auto;
  text-decoration: none;
}

.reentry-card__link span {
  display: inline-block;
  margin-left: 0.3rem;
  transition: transform 160ms ease;
}

.reentry-card__link:hover span {
  transform: translateX(4px);
}

.reentry-detail {
  background: linear-gradient(160deg, rgba(7, 25, 50, 0.97), rgba(3, 13, 29, 0.98));
  border: 1px solid rgba(120, 215, 255, 0.28);
  border-radius: 1.7rem;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  min-width: 0;
  padding: clamp(1.35rem, 4vw, 3rem);
}

.reentry-back {
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-decoration: none;
}

.reentry-detail__header {
  align-items: start;
}

.reentry-detail__labels {
  align-items: flex-end;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 0.55rem;
}

.reentry-hero__status > .reentry-map-reference {
  justify-self: start;
}

.reentry-detail__summary {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.25fr 0.75fr;
}

.reentry-primary-time,
.reentry-window-card {
  background: rgba(2, 11, 25, 0.62);
  border: 1px solid rgba(120, 215, 255, 0.15);
  border-radius: 1.1rem;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.reentry-primary-time strong,
.reentry-window-card strong {
  color: #fff;
  display: block;
  font-family: var(--font-heading, sans-serif);
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  margin: 0.45rem 0;
}

.reentry-primary-time p,
.reentry-window-card p {
  color: var(--reentry-yellow);
  line-height: 1.5;
  margin-bottom: 0;
}

.reentry-window-card p {
  color: var(--reentry-muted);
}

.reentry-window-card--narrow { border-color: rgba(168, 255, 207, 0.4); }
.reentry-window-card--medium { border-color: rgba(120, 215, 255, 0.4); }
.reentry-window-card--wide,
.reentry-window-card--very-wide { border-color: rgba(255, 209, 102, 0.35); }

.reentry-window-line {
  align-items: center;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: auto 1fr auto;
  margin: 1.2rem 0 2rem;
}

.reentry-window-line > div:not(.reentry-window-line__track) {
  display: grid;
  gap: 0.25rem;
}

.reentry-window-line > div:last-child {
  text-align: right;
}

.reentry-window-line span {
  color: var(--reentry-muted);
  font-size: 0.72rem;
}

.reentry-window-line__track {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

.reentry-window-line__track i {
  background: linear-gradient(90deg, transparent, var(--reentry-orange));
  height: 2px;
}

.reentry-window-line__track i:last-child {
  background: linear-gradient(90deg, var(--reentry-orange), transparent);
}

.reentry-window-line__track span {
  border: 1px solid rgba(255, 157, 103, 0.35);
  border-radius: 999px;
  color: #ffd5be;
  padding: 0.35rem 0.65rem;
}

.reentry-observation {
  --sat-blue: var(--reentry-blue);
  --sat-mint: var(--reentry-mint);
  background:
    radial-gradient(circle at 92% 8%, rgba(168, 255, 207, 0.08), transparent 24rem),
    rgba(2, 10, 23, 0.72);
  border: 1px solid rgba(168, 255, 207, 0.22);
  border-radius: 1.3rem;
  margin: 1.35rem 0;
  padding: clamp(1rem, 2.8vw, 1.7rem);
}

.reentry-observation__heading,
.reentry-observation-results__intro {
  align-items: start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.reentry-observation__heading h3 {
  font-size: clamp(1.4rem, 2.8vw, 2.05rem);
  margin-bottom: 0;
}

.reentry-observation__heading > span {
  background: rgba(120, 215, 255, 0.09);
  border: 1px solid rgba(120, 215, 255, 0.22);
  border-radius: 999px;
  color: #c8edff;
  flex: 0 0 auto;
  font-size: 0.74rem;
  font-weight: 800;
  padding: 0.42rem 0.68rem;
}

.reentry-dach-callout {
  align-items: start;
  background: rgba(120, 215, 255, 0.06);
  border: 1px solid rgba(120, 215, 255, 0.18);
  border-radius: 0.95rem;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto 1fr;
  margin-top: 1.25rem;
  padding: 0.9rem 1rem;
}

.reentry-dach-callout--positive {
  background: rgba(168, 255, 207, 0.07);
  border-color: rgba(168, 255, 207, 0.27);
}

.reentry-dach-callout > span {
  color: var(--reentry-mint);
  font-size: 1.35rem;
  line-height: 1;
}

.reentry-dach-callout strong {
  color: #e9fff3;
}

.reentry-dach-callout p {
  color: var(--reentry-muted);
  font-size: 0.82rem;
  line-height: 1.55;
  margin: 0.3rem 0 0;
}

.reentry-dach-country-list {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  list-style: none;
  margin: 0.7rem 0 0;
  padding: 0;
}

.reentry-dach-country-list li {
  background: rgba(3, 13, 29, 0.58);
  border: 1px solid rgba(168, 255, 207, 0.15);
  border-radius: 0.75rem;
  display: grid;
  gap: 0.18rem;
  padding: 0.7rem 0.8rem;
}

.reentry-dach-country-list strong {
  color: #fff;
  font-size: 0.84rem;
}

.reentry-dach-country-list span {
  color: var(--reentry-muted);
  font-size: 0.7rem;
  line-height: 1.4;
}

.reentry-observation-location {
  align-items: start;
  background: rgba(3, 13, 29, 0.7);
  border: 1px solid rgba(120, 215, 255, 0.16);
  border-radius: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 17rem);
  margin-top: 1rem;
  padding: 1rem;
}

.reentry-observation-location form {
  margin: 0;
  min-width: 0;
}

.reentry-observation-location label,
.reentry-observation-exact__label {
  color: rgba(236, 247, 255, 0.75);
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 0.4rem;
}

.reentry-observation-location__controls {
  align-items: stretch;
  display: flex;
  gap: 0.65rem;
}

.reentry-observation-location select {
  background: #07182c;
  border: 1px solid rgba(120, 215, 255, 0.28);
  border-radius: 0.65rem;
  color: #f5faff;
  flex: 1 1 16rem;
  min-height: 3.25rem;
  padding: 0.55rem 2.2rem 0.55rem 0.72rem;
}

.reentry-observation-location .btn {
  min-height: 3.25rem;
  padding-block: 0.5rem;
}

.reentry-observation-exact {
  align-content: start;
  align-items: start;
  display: grid;
  justify-items: stretch;
  width: 100%;
}

.reentry-observation-js-only {
  display: none;
}

.reentry-observation-enhanced .reentry-observation-js-only {
  display: grid;
}

.reentry-observation-exact p {
  color: var(--reentry-muted);
  font-size: 0.7rem;
  margin: 0;
  max-width: 25rem;
  min-height: 1.05rem;
  margin-top: 0.3rem;
  text-align: right;
}

.reentry-observation-results {
  margin-top: 1.15rem;
}

.reentry-observation-results--exact {
  border-top: 1px solid rgba(168, 255, 207, 0.18);
  padding-top: 1.2rem;
}

.reentry-observation-results[hidden] {
  display: none;
}

.reentry-observation-results__intro {
  margin-bottom: 0.75rem;
}

.reentry-observation-results__intro h4 {
  color: #fff;
  font-size: 1.2rem;
  margin: 0;
}

.reentry-observation-results__intro > p {
  color: var(--reentry-muted);
  font-size: 0.75rem;
  margin: 0;
  max-width: 32rem;
  text-align: right;
}

.reentry-observation-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 390px), 1fr));
}

.reentry-observation-card {
  background:
    radial-gradient(circle at 50% 25%, rgba(120, 215, 255, 0.08), transparent 37%),
    rgba(3, 13, 29, 0.88);
  border: 1px solid rgba(120, 215, 255, 0.2);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.reentry-observation-card--ordinary {
  border-color: rgba(168, 255, 207, 0.38);
  box-shadow: inset 0 3px 0 rgba(168, 255, 207, 0.28);
}

.reentry-observation-card__header {
  align-items: start;
  display: flex;
  gap: 0.8rem;
  justify-content: space-between;
  padding: 1rem 1rem 0;
}

.reentry-observation-card__header p {
  color: var(--reentry-blue);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 0.18rem;
  text-transform: uppercase;
}

.reentry-observation-card__header h4 {
  color: #fff;
  font-size: 1.25rem;
  margin: 0;
}

.reentry-observation-quality {
  background: rgba(255, 157, 103, 0.08);
  border: 1px solid rgba(255, 157, 103, 0.25);
  border-radius: 999px;
  color: #ffc7a8;
  flex: 0 0 auto;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.25;
  max-width: 12rem;
  padding: 0.35rem 0.55rem;
  text-align: center;
}

.reentry-observation-card--ordinary .reentry-observation-quality {
  background: rgba(168, 255, 207, 0.08);
  border-color: rgba(168, 255, 207, 0.28);
  color: var(--reentry-mint);
}

.reentry-observation-card .reentry-visibility-route {
  margin-top: 0.9rem;
}

.reentry-observation-card .satellite-visibility-route__point small {
  min-height: 2.7em;
}

.reentry-observation-card .reentry-observation-skyplot {
  padding-block: 0.6rem;
}

.reentry-observation-card .reentry-observation-skyplot svg {
  width: min(100%, 245px);
}

.reentry-observation-facts > div {
  min-height: 8.6rem;
}

.reentry-observation-card__relation {
  background: rgba(120, 215, 255, 0.06);
  color: rgba(225, 241, 255, 0.72);
  font-size: 0.72rem;
  margin: auto 0 0;
  padding: 0.65rem 0.8rem;
  text-align: center;
}

.reentry-observation-empty {
  background: rgba(3, 13, 29, 0.62);
  border: 1px dashed rgba(120, 215, 255, 0.22);
  border-radius: 0.9rem;
  padding: 1rem;
}

.reentry-observation-empty h4 {
  color: #fff;
  margin-bottom: 0.35rem;
}

.reentry-observation-empty p {
  color: var(--reentry-muted);
  line-height: 1.55;
  margin: 0;
}

.reentry-observation-caveat {
  border-left: 2px solid rgba(255, 209, 102, 0.45);
  margin-top: 1rem;
  padding: 0.35rem 0 0.35rem 0.8rem;
}

.reentry-observation-caveat strong {
  color: var(--reentry-yellow);
  font-size: 0.78rem;
}

.reentry-observation-caveat p {
  color: var(--reentry-muted);
  font-size: 0.76rem;
  line-height: 1.6;
  margin: 0.25rem 0 0;
}

.reentry-map-shell,
.reentry-overview-map {
  background: rgba(2, 10, 23, 0.64);
  border: 1px solid var(--reentry-border);
  border-radius: 1.3rem;
  padding: clamp(1rem, 2.5vw, 1.6rem);
}

.reentry-map-heading {
  align-items: start;
}

.reentry-map-heading h3 {
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  margin-bottom: 0;
}

.reentry-map-heading > p {
  font-size: 0.85rem;
  max-width: 34rem;
  text-align: right;
}

.reentry-map {
  background: #06101f;
  border: 1px solid rgba(120, 215, 255, 0.22);
  border-radius: 1rem;
  height: clamp(430px, 57vw, 650px);
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.reentry-overview-map .reentry-map {
  height: clamp(400px, 50vw, 560px);
}

.reentry-map__loading,
.reentry-map-error {
  color: var(--reentry-muted);
  display: grid;
  inset: 0;
  margin: 0;
  padding: 2rem;
  place-items: center;
  position: absolute;
  text-align: center;
}

.reentry-map .rausheute-map-loading,
.reentry-map .rausheute-map-error {
  background: #06101f;
  color: #c5d9e8;
}

.reentry-map .maplibregl-popup-content {
  background: #f7fbff;
  border-radius: 0.8rem;
  color: #102135;
  line-height: 1.45;
  max-width: 280px;
  padding: 0.9rem 1rem;
}

.reentry-map .maplibregl-popup-content a {
  color: #075e8f;
  font-weight: 800;
}

.reentry-map .maplibregl-popup-close-button {
  color: #102135;
  font-size: 1.2rem;
}

.reentry-map .maplibregl-ctrl-attrib {
  color: #263b4d;
  font-size: 10px;
}

.reentry-map-marker {
  background: var(--marker-bg, var(--reentry-orange));
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(255, 157, 103, 0.18), 0 7px 22px rgba(0, 0, 0, 0.5);
  color: #081321;
  cursor: pointer;
  display: grid;
  font-size: 0.67rem;
  font-weight: 900;
  height: 2.4rem;
  min-width: 2.4rem;
  padding: 0 0.45rem;
  place-items: center;
}

.reentry-map-marker--tip {
  background: var(--reentry-orange);
  height: 2.8rem;
  min-width: 2.8rem;
}

.reentry-map-legend {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.2rem;
  margin-top: 1rem;
}

.reentry-map-legend label,
.reentry-map-legend span {
  align-items: center;
  color: rgba(235, 245, 255, 0.8);
  display: inline-flex;
  font-size: 0.78rem;
  gap: 0.5rem;
}

.reentry-map-legend input {
  accent-color: var(--reentry-blue);
}

.reentry-legend-line {
  border-top: 3px solid;
  display: inline-block;
  width: 1.8rem;
}

.reentry-legend-line--window { border-color: var(--reentry-orange); }
.reentry-legend-line--orbit { border-color: var(--reentry-blue); border-top-style: dashed; }
.reentry-legend-line--approach { border-color: var(--reentry-yellow); }
.reentry-legend-line--continuation { border-color: var(--reentry-red); border-top-style: dashed; }

.reentry-legend-dot {
  background: currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 0.72rem;
  width: 0.72rem;
}

.reentry-legend-dot--history { color: var(--reentry-violet); }
.reentry-legend-dot--tip { color: var(--reentry-orange); }
.reentry-legend-dot--current {
  box-shadow: 0 0 0 4px rgba(168, 255, 207, 0.13);
  color: var(--reentry-mint);
}

.reentry-map-caption {
  color: var(--reentry-muted);
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 0.8rem 0 0;
}

.reentry-detail-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.4rem;
}

.reentry-detail-grid > section {
  background: rgba(3, 12, 26, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  padding: 1.2rem;
}

.reentry-detail-grid h3 {
  font-size: 1.15rem;
}

.reentry-fact-list {
  margin-bottom: 0;
}

.reentry-history {
  margin-top: 2rem;
}

.reentry-table-wrap {
  background: #061426;
  border: 1px solid rgba(120, 215, 255, 0.16);
  border-radius: 1rem;
  overflow-x: auto;
  scrollbar-color: rgba(120, 215, 255, 0.55) #061426;
}

.reentry-table-wrap:focus-visible {
  outline: 3px solid rgba(120, 215, 255, 0.72);
  outline-offset: 3px;
}

.reentry-table-wrap table {
  background: #061426;
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
  box-shadow: none;
  clip-path: none;
  color: #e8f2fb;
  margin: 0;
  min-width: 720px;
  overflow: visible;
  width: 100%;
}

.reentry-table-wrap th,
.reentry-table-wrap td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  padding: 0.85rem 1rem;
  text-align: left;
}

.reentry-table-wrap thead th {
  background: #0d2b43;
  color: #d7f2ff;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.reentry-table-wrap td {
  color: #e5eff8;
  font-size: 0.84rem;
}

.reentry-table-wrap tbody tr {
  background: #07182b;
}

.reentry-table-wrap tbody tr:nth-child(even) {
  background: #0a2036;
}

.reentry-table-wrap tbody tr:hover {
  background: #10304a;
}

.reentry-period-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.reentry-period-tabs a {
  background: rgba(120, 215, 255, 0.07);
  border: 1px solid rgba(120, 215, 255, 0.17);
  border-radius: 999px;
  color: rgba(235, 246, 255, 0.8);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.56rem 0.85rem;
  text-decoration: none;
}

.reentry-period-tabs a:hover,
.reentry-period-tabs a[aria-current="page"] {
  background: var(--reentry-blue);
  border-color: var(--reentry-blue);
  color: #031426;
}

.reentry-period-tabs a span {
  opacity: 0.72;
}

.reentry-filter {
  align-items: end;
  background: rgba(3, 13, 29, 0.72);
  border: 1px solid rgba(120, 215, 255, 0.15);
  border-radius: 1.1rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: minmax(200px, 1fr) minmax(180px, 0.65fr) auto auto;
  margin-bottom: 1rem;
  padding: 1rem;
}

.reentry-filter label {
  display: grid;
  gap: 0.35rem;
}

.reentry-filter label > span {
  color: var(--reentry-muted);
  font-size: 0.73rem;
  font-weight: 700;
}

.reentry-filter input,
.reentry-filter select {
  background: rgba(2, 9, 20, 0.9);
  border: 1px solid rgba(120, 215, 255, 0.24);
  border-radius: 0.7rem;
  color: #f6faff;
  font: inherit;
  line-height: 1.2;
  min-height: 2.8rem;
  padding: 0.65rem 0.75rem;
  width: 100%;
}

.reentry-filter .btn {
  font: inherit;
  line-height: 1.2;
  min-height: 2.8rem;
}

.reentry-filter input:focus,
.reentry-filter select:focus {
  border-color: var(--reentry-blue);
  outline: 2px solid rgba(120, 215, 255, 0.2);
}

.reentry-filter > a {
  align-items: center;
  align-self: end;
  display: inline-flex;
  font-size: 0.78rem;
  min-height: 2.8rem;
}

.reentry-result-count,
.reentry-updated {
  color: var(--reentry-muted);
  font-size: 0.83rem;
  margin-bottom: 1.2rem;
}

.reentry-section-link {
  margin: 1.25rem 0 0;
  text-align: right;
}

.reentry-section-link a {
  font-weight: 800;
  text-decoration: none;
}

.reentry-pagination {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.reentry-pagination a,
.reentry-pagination span {
  border: 1px solid rgba(120, 215, 255, 0.18);
  border-radius: 0.7rem;
  color: rgba(235, 246, 255, 0.84);
  padding: 0.6rem 0.8rem;
  text-decoration: none;
}

.reentry-empty {
  background: rgba(120, 215, 255, 0.05);
  border: 1px dashed rgba(120, 215, 255, 0.25);
  border-radius: 1rem;
  padding: clamp(1.3rem, 3vw, 2rem);
}

.reentry-empty h3 {
  margin-bottom: 0.45rem;
}

.reentry-empty p {
  color: var(--reentry-muted);
  margin-bottom: 0;
}

.reentry-explainer,
.reentry-method,
.reentry-faq {
  background: var(--reentry-panel);
  border: 1px solid var(--reentry-border);
  border-radius: 1.45rem;
  padding: clamp(1.4rem, 4vw, 3rem);
}

.reentry-explainer > h2,
.reentry-method > div > h2,
.reentry-faq > h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.7rem);
  margin-bottom: 1.6rem;
}

.reentry-terms__intro {
  color: var(--reentry-muted);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  max-width: 88ch;
}

.reentry-steps,
.reentry-method__grid,
.reentry-topic-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.reentry-steps article,
.reentry-method__grid article,
.reentry-topic-grid article {
  background: rgba(2, 11, 24, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 1rem;
  padding: 1.2rem;
}

.reentry-steps article > span {
  align-items: center;
  background: rgba(120, 215, 255, 0.12);
  border: 1px solid rgba(120, 215, 255, 0.24);
  border-radius: 50%;
  color: var(--reentry-blue);
  display: flex;
  font-weight: 900;
  height: 2.1rem;
  justify-content: center;
  margin-bottom: 0.9rem;
  width: 2.1rem;
}

.reentry-steps h3,
.reentry-method__grid h3,
.reentry-topic-grid h3 {
  font-size: 1.05rem;
  margin-bottom: 0.55rem;
}

.reentry-steps p,
.reentry-method__grid p,
.reentry-topic-grid p {
  color: var(--reentry-muted);
  font-size: 0.86rem;
  line-height: 1.65;
  margin-bottom: 0;
}

.reentry-method__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.reentry-topic-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.reentry-source-list {
  color: var(--reentry-muted);
  display: grid;
  font-size: 0.83rem;
  gap: 0.55rem;
  margin: 1.4rem 0;
  padding-left: 1.2rem;
}

.reentry-updated {
  margin-bottom: 0;
}

.reentry-faq details {
  border-bottom: 1px solid rgba(120, 215, 255, 0.13);
  padding: 0.25rem 0;
}

.reentry-faq summary {
  color: #f4f8ff;
  cursor: pointer;
  font-family: var(--font-heading, sans-serif);
  font-size: 1.02rem;
  font-weight: 700;
  list-style: none;
  padding: 1rem 2.2rem 1rem 0;
  position: relative;
}

.reentry-faq summary::-webkit-details-marker { display: none; }

.reentry-faq summary::after {
  color: var(--reentry-blue);
  content: "+";
  font-size: 1.5rem;
  position: absolute;
  right: 0.3rem;
  top: 0.65rem;
}

.reentry-faq details[open] summary::after { content: "−"; }

.reentry-faq details p {
  color: var(--reentry-muted);
  line-height: 1.7;
  max-width: 78ch;
  padding: 0 2rem 1rem 0;
}

.reentry-footnote {
  border-left: 2px solid rgba(120, 215, 255, 0.25);
  color: rgba(230, 242, 255, 0.52);
  font-size: 0.72rem;
  line-height: 1.55;
  margin-top: -2.3rem;
  padding: 0.55rem 0 0.55rem 0.85rem;
}

.reentry-footnote strong {
  color: rgba(230, 242, 255, 0.68);
}

@media (max-width: 1050px) {
  .reentry-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reentry-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reentry-method__grid,
  .reentry-topic-grid { grid-template-columns: 1fr; }
  .reentry-observation-grid { grid-template-columns: 1fr; }
  .reentry-observation-card .satellite-visibility-route__point small { min-height: 0; }
  .reentry-observation-facts > div { min-height: 5.8rem; }
  .reentry-filter { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 960px) {
  .reentry-observation-location { grid-template-columns: 1fr; }
  .reentry-observation-exact { width: 100%; }
  .reentry-observation-exact p { text-align: left; }
}

@media (min-width: 761px) {
  .reentry-detail__summary {
    grid-template-rows: repeat(3, auto);
    row-gap: 0;
  }

  .reentry-detail__summary > article {
    display: grid;
    grid-row: 1 / span 3;
    grid-template-rows: subgrid;
    row-gap: 0;
  }
}

@media (max-width: 760px) {
  .reentry-page { gap: 3rem; }
  .reentry-hero { grid-template-columns: 1fr; border-radius: 1.35rem; }
  .reentry-hero h1 { font-size: clamp(2rem, 9vw, 2.65rem); letter-spacing: -0.035em; }
  .reentry-section-heading,
  .reentry-map-heading,
  .reentry-detail__header { align-items: start; flex-direction: column; }
  .reentry-map-heading > p { text-align: left; }
  .reentry-detail__labels { align-items: flex-start; }
  .reentry-observation__heading,
  .reentry-observation-results__intro { align-items: start; flex-direction: column; }
  .reentry-observation-results__intro > p { text-align: left; }
  .reentry-card-grid,
  .reentry-card-grid--featured,
  .reentry-detail__summary,
  .reentry-detail-grid { grid-template-columns: 1fr; }
  .reentry-window-line { grid-template-columns: 1fr; }
  .reentry-window-line > div:last-child { text-align: left; }
  .reentry-window-line__track { min-height: 2.5rem; }
  .reentry-map { height: 480px; min-height: 360px; }
  .reentry-filter { grid-template-columns: 1fr; }
  .reentry-pagination { align-items: stretch; flex-direction: column; text-align: center; }
}

@media (max-width: 620px) {
  .reentry-observation-location__controls { flex-direction: column; }
  .reentry-observation-location__controls select { flex-basis: auto; width: 100%; }
  .reentry-observation-location__controls .btn,
  .reentry-observation-exact .btn { width: 100%; }
}

@media (max-width: 480px) {
  .reentry-hero,
  .reentry-detail,
  .reentry-explainer,
  .reentry-method,
  .reentry-faq { margin-inline: -0.35rem; padding-inline: 1.1rem; }
  .reentry-notice { grid-template-columns: 1fr; }
  .reentry-steps { grid-template-columns: 1fr; }
  .reentry-map { height: 420px; }
  .reentry-map-legend { align-items: flex-start; flex-direction: column; }
  .reentry-observation { margin-inline: -0.35rem; padding-inline: 0.8rem; }
  .reentry-observation-card__header { flex-direction: column; }
  .reentry-observation-quality { max-width: none; }
  .reentry-observation-card .satellite-visibility-route { grid-template-columns: 1fr; }
  .reentry-observation-card .satellite-visibility-route__point--end { text-align: left; }
  .reentry-observation-card .satellite-visibility-route__point small { min-height: 0; }
  .reentry-observation-card .satellite-visibility-route__flight { display: none; }
  .reentry-observation-facts { grid-template-columns: 1fr !important; }
  .reentry-observation-facts > div { border-right: 0 !important; min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .reentry-card,
  .reentry-card__preview,
  .reentry-card__link span { transition: none; }
}
