/* ISS Tracker & Hub Specific Styles */
.tracker-page { position: relative; width: 100%; height: 100vh; overflow: hidden; background: #000; }
#globe-container { position: absolute; inset: 0; z-index: 1; }

.tracker-hud { 
  position: absolute; top: 80px; left: 20px; z-index: 10; 
  width: 320px; background: rgba(14,20,32,0.7); backdrop-filter: blur(20px);
  border: 1px solid var(--border-hi); border-radius: 24px; padding: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.hud-header { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.iss-logo { font-size: 32px; filter: drop-shadow(0 0 10px rgba(200,240,255,0.4)); animation: float 3s ease-in-out infinite; }
.iss-title { font-family: var(--fn-display); font-size: 20px; font-weight: 800; letter-spacing: 1px; color: #fff; line-height: 1; }
.iss-subtitle { font-family: var(--fn-mono); font-size: 9px; color: var(--accent); letter-spacing: 1px; margin-top: 4px; text-transform: uppercase; }

.telemetry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 24px; }
.tel-item { background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 12px; padding: 12px; }
.tel-item:last-child { grid-column: span 2; }
.tel-val { display: block; font-family: var(--fn-mono); font-size: 18px; font-weight: 700; color: #fff; }
.tel-label { font-family: var(--fn-mono); font-size: 9px; color: var(--muted); letter-spacing: 1px; }

.crew-section-hud { margin-bottom: 24px; }
.crew-title-hud { font-family: var(--fn-mono); font-size: 10px; color: var(--muted); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; border-bottom: 1px solid var(--border); padding-bottom: 8px; }
.crew-list-hud { display: flex; flex-direction: column; gap: 8px; max-height: 150px; overflow-y: auto; }
.crew-item-hud { font-size: 13px; color: var(--text); padding-left: 12px; position: relative; }
.crew-item-hud::before { content: ''; position: absolute; left: 0; top: 50%; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); transform: translateY(-50%); }
.crew-loader { font-size: 11px; color: var(--muted); font-style: italic; }

.mission-status { background: rgba(200,240,255,0.05); border: 1px solid rgba(200,240,255,0.1); border-radius: 16px; padding: 16px; }
.mission-label { font-family: var(--fn-mono); font-size: 10px; font-weight: 800; color: var(--accent); display: block; margin-bottom: 8px; }
.mission-progress-bar { height: 4px; background: rgba(255,255,255,0.1); border-radius: 2px; margin-bottom: 8px; overflow: hidden; }
.mission-progress-fill { height: 100%; background: var(--accent); transition: width 0.3s ease-out; box-shadow: 0 0 10px var(--accent); }
.mission-hint { font-size: 10px; color: var(--muted); }

/* Slider System for all viewports */
.crew-slider, .life-slider, .orbit-slider, .partners-slider {
  display: flex !important;
  grid-template-columns: none !important;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding-top: 10px;
  padding-bottom: 30px;
  scrollbar-width: none; /* Hide scrollbar Firefox */
  margin: 0 0 0 20px;
  padding-left: 0;
  padding-right: 20px;
}

.crew-slider::-webkit-scrollbar, 
.life-slider::-webkit-scrollbar,
.orbit-slider::-webkit-scrollbar,
.partners-slider::-webkit-scrollbar { 
  display: none; /* Hide scrollbar Chrome/Safari */
}

.crew-slider .crew-card, .life-slider .life-card {
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  scroll-snap-align: start;
  min-width: 280px;
  flex: 0 0 auto;
}

.orbit-slider .orbit-card, .partners-slider .partner-card {
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  scroll-snap-align: start;
}

@media (max-width: 600px) {
  .tracker-hud { width: calc(100% - 40px); top: auto; bottom: 20px; border-radius: 24px 24px 0 0; }
  .crew-slider .crew-card, .life-slider .life-card { flex: 0 0 calc(85% - 20px); }
  .orbit-slider .orbit-card, .partners-grid .partner-card { flex: 0 0 calc(80% - 20px); }
}

@media (min-width: 601px) {
  .crew-slider .crew-card, .life-slider .life-card { flex: 0 0 300px; }
  .partners-slider .partner-card { flex: 0 0 300px; }
}

@media (min-width: 1024px) {
  .orbit-slider {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    overflow-x: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 20px !important;
  }
  .orbit-slider .orbit-card {
    min-width: 0 !important;
    flex: none !important;
  }
}

@media (max-width: 1023px) {
  .orbit-slider .orbit-card {
    flex: 0 0 220px;
  }
}


/* ── ISS HUB SECTION ────────────────────── */

.iss-hub-page .hero {
  position: relative; min-height: 60dvh;
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden; padding-top: 56px;
}
.hero-bg { position: absolute; inset: 0; background: #05080f; }
.hero-iss-wrap { 
  position: absolute; 
  right: -5%; 
  top: 45%; 
  transform: translateY(-50%); 
  width: 65%; 
  max-width: 850px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  opacity: 0.25; 
  z-index: 1; 
  pointer-events: none;
}
.hero-iss-img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 60px rgba(58, 134, 255, 0.35));
  animation: float-hero-iss 12s ease-in-out infinite;
  transform: rotate(-5deg);
}
@keyframes float-hero-iss {
  0%, 100% { transform: translate(0, 0) rotate(-5deg); }
  50% { transform: translate(-10px, -25px) rotate(-3deg); }
}
.hero-vignette { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(8,11,18,0.3) 0%, rgba(8,11,18,0) 25%, rgba(8,11,18,0) 50%, rgba(8,11,18,0.7) 75%, rgba(8,11,18,1) 100%); }
.hero-stars {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(1px 1px at  8% 12%, rgba(200,240,255,0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 22% 65%, rgba(200,240,255,0.3) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 38%  8%, rgba(200,240,255,0.6) 0%, transparent 100%),
    radial-gradient(1px 1px at 55% 44%, rgba(200,240,255,0.25) 0%, transparent 100%),
    radial-gradient(1px 1px at 72% 18%, rgba(200,240,255,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 85% 72%, rgba(200,240,255,0.35) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 93%  5%, rgba(200,240,255,0.5) 0%, transparent 100%);
}
.hero-earth {
  position: absolute; bottom: -60vw; left: 50%;
  transform: translateX(-50%);
  width: 200vw; height: 200vw;
  border-radius: 50%;
  background: radial-gradient(ellipse at 50% 30%, #1a3a6a 0%, #0d1e3a 40%, #060e1e 100%);
  opacity: 0.45;
  border: 1px solid rgba(100,160,255,0.12);
}
.iss-hub-page .hero-content { position: relative; z-index: 2; padding: 32px 20px 40px; }
.hero-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fn-mono); font-size: 10px; letter-spacing: 2.5px; color: var(--accent); margin-bottom: 14px; opacity: 0; animation: up 0.5s ease 0.2s forwards; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: blink 2s ease infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.25} }
.hero-title { font-family: var(--fn-display); font-size: clamp(36px,9vw,72px); font-weight: 800; line-height: 0.95; letter-spacing: -0.02em; color: var(--text); margin-bottom: 16px; opacity: 0; animation: up 0.6s ease 0.3s forwards; }
.hero-title em { display: block; color: var(--accent); font-style: normal; }
.hero-desc-hub { font-size: 15px; color: var(--muted); line-height: 1.7; font-weight: 300; max-width: 420px; margin-bottom: 28px; opacity: 0; animation: up 0.6s ease 0.45s forwards; }
.hero-cta-hub { 
  display: flex; gap: 16px; opacity: 0; animation: up 0.6s ease 0.55s forwards; margin-top: 32px; 
}

@media (max-width: 600px) {
  .hero-cta-hub {
    flex-direction: row;
    gap: 10px;
  }
  .hero-iss-wrap {
    width: 90%;
    right: 50%;
    top: 30%;
    transform: translate(50%, -50%);
    opacity: 0.15;
  }
  .hero-iss-img {
    animation: float-hero-iss-mobile 8s ease-in-out infinite;
  }
  @keyframes float-hero-iss-mobile {
    0%, 100% { transform: translate(0, 0) rotate(-10deg); }
    50% { transform: translate(0, -15px) rotate(-8deg); }
  }
  .hero-cta-hub .btn-tracker, 
  .hero-cta-hub .btn-ghost {
    flex: 1;
    padding: 14px 10px;
    font-size: 10px;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
  }
}

/* Premium Hero Buttons */
.iss-hub-page .btn-tracker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--blue);
  color: #fff;
  padding: 14px 28px;
  border-radius: 40px;
  font-family: var(--fn-mono);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 20px rgba(36, 158, 242, 0.2), inset 0 1px 1px rgba(255,255,255,0.2);
}

.iss-hub-page .btn-tracker:hover {
  transform: translateY(-3px) scale(1.02);
  background: #3ba7f5;
  box-shadow: 0 15px 30px rgba(36, 158, 242, 0.4), inset 0 1px 1px rgba(255,255,255,0.3);
}

.iss-hub-page .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.03);
  color: #fff;
  padding: 14px 28px;
  border-radius: 40px;
  font-family: var(--fn-mono);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: 1px solid var(--border-hi);
  backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.iss-hub-page .btn-ghost:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--accent);
  transform: translateY(-2px);
}

.iss-hub-page .btn-load-more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--surface);
  color: var(--text-hi);
  padding: 16px 36px;
  border-radius: 40px;
  font-family: var(--fn-mono);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid var(--border-hi);
  transition: all 0.3s;
  cursor: pointer;
}

.btn-load-more:hover {
  background: var(--faint);
  border-color: var(--accent);
  box-shadow: 0 0 20px rgba(200, 240, 255, 0.1);
}

.btn-load-more.loading {
  opacity: 0.6;
  pointer-events: none;
}

.status-strip { background: var(--deep); border-bottom: 1px solid var(--border); overflow-x: auto; scrollbar-width: none; }
.status-strip::-webkit-scrollbar { display: none; }
.status-inner { display: flex; min-width: max-content; padding: 0 20px; }
.stat-cell { padding: 16px 24px; border-right: 1px solid var(--border); min-width: 140px; }
.stat-cell:last-child { border-right: none; }
.stat-label { font-family: var(--fn-mono); font-size: 9px; letter-spacing: 2px; color: var(--muted); margin-bottom: 4px; }
.stat-val { font-family: var(--fn-mono); font-size: 17px; font-weight: 500; color: var(--text); }
.stat-val.green { color: var(--green); }
.stat-val.amber { color: var(--amber); }
.stat-val.blue  { color: var(--accent); }
.stat-val.logo span { color: var(--accent); }

.wrap { max-width: 1100px; margin: 0 auto; padding: 64px 20px; }
.wrap-sm { max-width: 760px; margin: 0 auto; padding: 64px 20px; }
.sec-label { font-family: var(--fn-mono); font-size: 10px; letter-spacing: 3px; color: var(--muted); margin-bottom: 8px; }
.sec-title { font-family: var(--fn-display); font-size: clamp(24px, 5vw, 36px); font-weight: 800; line-height: 1.1; letter-spacing: -0.01em; margin-bottom: 6px; }
.sec-sub { font-size: 14px; color: var(--muted); font-weight: 300; }
.row-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 28px; gap: 12px; }

/* Slider Controls */
.slider-controls {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}

.slider-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border-hi);
  background: rgba(255,255,255,0.03);
  color: var(--text-hi);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 14px;
  user-select: none;
}

.slider-arrow:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(200, 240, 255, 0.2);
}

.slider-arrow:active {
  transform: translateY(0);
}

@media (max-width: 1023px) {
  .slider-controls[data-slider-group="orbit"] { display: none; }
}
@media (min-width: 1024px) {
  .slider-controls.orbit-controls { display: none !important; }
}


.crew-section { background: var(--bg); border-top: 1px solid var(--border); }
.crew-grid { display: flex; gap: 20px; }

.crew-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  transition: none !important;
}

.crew-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: 0 15px 40px rgba(0,0,0,0.5), 0 0 20px var(--accent-glow);
}

.crew-photo-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.2;
  overflow: hidden;
  background: var(--surface-hi);
  display: flex;
  align-items: center;
  justify-content: center;
}

.crew-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
}

.crew-card:hover .crew-photo {
  transform: scale(1.05);
}

.crew-avatar-placeholder {
  font-size: 64px;
  opacity: 0.3;
}

.crew-name-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 16px 12px;
  background: linear-gradient(to top, rgba(8,11,18,0.95) 0%, rgba(8,11,18,0.5) 60%, transparent 100%);
  display: flex;
  align-items: flex-end;
}

.crew-name-text {
  font-family: var(--fn-display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.crew-details {
  padding: 16px;
  background: var(--surface);
}

.crew-mission-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.crew-mission-icon {
  font-size: 20px;
  opacity: 0.8;
}

.crew-mission-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.crew-exp-label {
  font-family: var(--fn-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.crew-active-status {
  font-family: var(--fn-mono);
  font-size: 9px;
  font-weight: 800;
  color: var(--green);
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.crew-active-status::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--green);
  border-radius: 50%;
  animation: blink 2s infinite;
}

.news-grid { display: flex; flex-direction: column; gap: 1px; }
.news-item { display: flex; align-items: flex-start; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--border); text-decoration: none; color: inherit; transition: all 0.15s; cursor: pointer; }
.news-item:hover .news-title { color: var(--accent); }
.news-tag { flex-shrink: 0; margin-top: 2px; font-family: var(--fn-mono); font-size: 9px; letter-spacing: 1.5px; padding: 3px 7px; border-radius: 4px; }
.tag-science  { background: rgba(36,158,242,0.1);  border: 1px solid rgba(36,158,242,0.2);  color: var(--blue);  }
.tag-crew     { background: rgba(54,214,136,0.1);  border: 1px solid rgba(54,214,136,0.2);  color: var(--green); }
.tag-tech     { background: rgba(240,168,50,0.1);  border: 1px solid rgba(240,168,50,0.2);  color: var(--amber); }
.tag-mission  { background: rgba(200,240,255,0.08); border: 1px solid rgba(200,240,255,0.14); color: var(--accent); }
.tag-history  { background: rgba(255,255,255,0.05); border: 1px solid var(--border-hi);      color: var(--muted); }
.news-date { font-family: var(--fn-mono); font-size: 10px; color: var(--muted); letter-spacing: 1px; margin-bottom: 5px; }
.news-title { font-weight: 600; font-size: 15px; line-height: 1.4; margin-bottom: 5px; transition: color 0.15s; }
.news-excerpt { font-size: 13px; color: var(--muted); line-height: 1.6; font-weight: 300; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-clamp: 2; }

.news-featured { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; margin-bottom: 16px; text-decoration: none; color: inherit; display: block; }
.news-featured-img { width: 100%; height: 200px; object-fit: cover; background: linear-gradient(135deg, #0a1428, #1a2d50); display: flex; align-items: center; justify-content: center; font-size: 64px; }
.news-featured-body { padding: 20px; }
.news-featured-title { font-family: var(--fn-display); font-size: 20px; font-weight: 700; line-height: 1.3; margin-bottom: 8px; }

.life-section { background: var(--deep); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.life-grid { 
  display: grid; 
  grid-template-columns: 1fr; 
  gap: 12px;
  margin-left: 20px;
}
.life-card { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 24px; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.life-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; }
.life-card.blue-top::before  { background: linear-gradient(90deg, var(--blue), transparent); }
.life-card.green-top::before { background: linear-gradient(90deg, var(--green), transparent); }
.life-card.amber-top::before { background: linear-gradient(90deg, var(--amber), transparent); }
.life-card.red-top::before   { background: linear-gradient(90deg, var(--red), transparent); }

.life-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.life-icon { font-size: 24px; flex-shrink: 0; }
.life-title { font-family: var(--fn-display); font-size: 16px; font-weight: 700; margin: 0; }

.life-text { font-size: 13px; color: var(--muted); line-height: 1.6; font-weight: 300; flex: 1; }
.life-fact { display: inline-block; margin-top: 12px; font-family: var(--fn-mono); font-size: 11px; color: var(--accent); background: var(--faint); border-radius: 6px; padding: 4px 10px; letter-spacing: 0.5px; }

.orbit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.orbit-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 18px 16px; text-align: center; }
.orbit-num { font-family: var(--fn-display); font-size: 28px; font-weight: 800; line-height: 1; margin-bottom: 4px; }
.orbit-unit { font-size: 11px; color: var(--muted); display: block; margin-bottom: 2px; font-family: var(--fn-mono); letter-spacing: 1px; }

.history-section { background: var(--deep); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.timeline { position: relative; padding: 40px 0; }
.timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: var(--border-hi); transform: translateX(-50%); opacity: 0.3; }
.tl-item { position: relative; margin-bottom: 80px; display: flex; flex-direction: column; align-items: center; text-align: center; }

.tl-header { margin-bottom: 20px; position: relative; display: flex; flex-direction: column; align-items: center; }
.tl-dot { position: relative; width: 14px; height: 14px; border-radius: 50%; background: var(--amber); border: 3px solid var(--deep); z-index: 2; margin-bottom: 8px; box-shadow: 0 0 10px rgba(251,191,36,0.3); }
.tl-dot.blue { background: var(--blue); box-shadow: 0 0 10px rgba(36,158,242,0.3); }

.tl-year { font-family: var(--fn-mono); font-size: 11px; color: var(--text-hi); letter-spacing: 2px; font-weight: 800; text-transform: uppercase; }

.tl-patch-row { display: flex; align-items: center; justify-content: center; gap: 30px; margin-bottom: 30px; position: relative; width: 100%; }
.tl-patch-large { width: 120px; height: 120px; border-radius: 50%; object-fit: contain; filter: drop-shadow(0 0 20px rgba(0,0,0,0.5)); border: 2px solid var(--border); background: var(--deep); padding: 5px; z-index: 2; transition: all 0.3s; }
.tl-patch-large:hover { transform: scale(1.1) rotate(5deg); border-color: var(--accent); }

.tl-date-side { font-family: var(--fn-mono); font-size: 13px; color: var(--muted); opacity: 0.8; flex: 1; display: flex; align-items: center; gap: 8px; }
.tl-date-side.left { justify-content: flex-end; text-align: right; }
.tl-date-side.right { justify-content: flex-start; text-align: left; }
.tl-date-dot { color: var(--border-hi); font-size: 18px; margin-top: -4px; }

.tl-desc { width: 100%; max-width: 1000px; margin: 0 auto; }
.tl-split-crew { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; width: 100%; position: relative; margin-top: 20px; }

.tl-crew-side { display: flex; flex-direction: column; gap: 14px; width: 100%; }
.tl-crew-side.left { text-align: right; }
.tl-crew-side.right { text-align: left; }

.tl-crew-group { padding: 14px; border-radius: 12px; background: rgba(255,255,255,0.02); border: 1px solid var(--border); transition: all 0.3s; position: relative; }
.tl-crew-group:hover { background: rgba(255,255,255,0.04); border-color: var(--border-hi); transform: translateY(-3px); }

.tl-crew-side.left .tl-group-header { flex-direction: row-reverse; }
.tl-crew-side.left .tl-names { text-align: right; }

.tl-group-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; border-bottom: 1px solid var(--border); padding-bottom: 8px; gap: 10px; }
.tl-flight-name { font-family: var(--fn-mono); font-size: 10px; color: var(--accent); font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }

.tl-arrival-type { font-family: var(--fn-mono); font-size: 9px; padding: 3px 8px; border-radius: 4px; font-weight: 700; letter-spacing: 0.5px; }
.tl-arrival-type.new { background: rgba(54,214,136,0.1); color: var(--green); }
.tl-arrival-type.legacy { background: rgba(36,158,242,0.1); color: var(--blue); }

.tl-names { color: var(--text-hi); font-size: 13px; font-weight: 500; line-height: 1.5; }
.tl-names .duration { color: var(--muted); font-size: 11px; margin-left: 8px; font-family: var(--fn-mono); font-weight: 400; padding: 2px 6px; background: rgba(255,255,255,0.05); border-radius: 4px; }

/* Responsive tweaks */
@media (max-width: 768px) {
  .tl-split-crew { grid-template-columns: 1fr; gap: 20px; }
  .tl-crew-side.left { text-align: left; }
  .tl-crew-side.left .tl-group-header { flex-direction: row; }
  .tl-crew-side.left .tl-names { text-align: left; }
  .timeline::before { left: 20px; transform: none; }
  .tl-dot { left: -26px; }
}
.tl-empty { text-align: center; padding: 40px; color: var(--muted); font-style: italic; }

.tl-more { text-align: center; margin-top: 20px; padding-bottom: 40px; }
.iss-hub-page .btn-history { display: inline-flex; align-items: center; gap: 12px; background: rgba(36,158,242,0.1); border: 1px solid rgba(36,158,242,0.2); color: var(--blue); padding: 12px 24px; border-radius: 30px; font-family: var(--fn-mono); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s; text-decoration: none; }
.btn-history:hover { background: var(--blue); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(36,158,242,0.3); }
.btn-icon { font-size: 14px; transition: transform 0.2s; }
.btn-history:hover .btn-icon { transform: translateX(4px); }

.see-all {
  font-family: var(--fn-mono);
  font-size: 10px;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 20px;
  background: rgba(200, 240, 255, 0.05);
  border: 1px solid rgba(200, 240, 255, 0.1);
  transition: all 0.3s;
}

.see-all:hover {
  background: rgba(200, 240, 255, 0.1);
  border-color: var(--accent);
  transform: translateX(4px);
}

.news-featured-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.full-history .tl-item:last-child { margin-bottom: 100px; }

.tracker-cta-card { background: var(--surface); border: 1px solid var(--border-hi); border-radius: 20px; padding: 36px 24px; text-align: center; position: relative; overflow: hidden; }
.tracker-cta-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--blue), transparent); }
.cta-orbit-icon { width: 64px; height: 64px; border-radius: 50%; background: rgba(36,158,242,0.08); border: 1px solid rgba(36,158,242,0.15); display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 20px; }
.cta-title { font-family: var(--fn-display); font-size: 22px; font-weight: 800; margin-bottom: 8px; letter-spacing: -0.01em; }
.cta-coords { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-bottom: 24px; }
.cta-coord-val { font-family: var(--fn-mono); font-size: 16px; color: var(--accent); display: block; }
.cta-coord-label { font-family: var(--fn-mono); font-size: 10px; color: var(--muted); letter-spacing: 1.5px; margin-top: 2px; }

.partners-grid { 
  display: flex !important;
  gap: 16px;
  align-items: stretch;
  margin-left: 20px;
}

.partner-card { 
  background: var(--surface); 
  border: 1px solid var(--border); 
  border-radius: 14px; 
  padding: 24px; 
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); 
  flex: 0 0 320px; 
  display: flex; 
  flex-direction: column; 
  scroll-snap-align: start;
}

.partner-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.partner-card-info {
  display: flex;
  flex-direction: column;
}

.partner-card:hover { border-color: var(--accent); transform: translateY(-4px); background: rgba(200, 240, 255, 0.05); }
.partner-flag-wrap { flex-shrink: 0; margin: 0 !important; }
.partner-name { font-weight: 600; font-size: 16px; line-height: 1.2; }
.partner-agency { font-family: var(--fn-mono); font-size: 10px; color: var(--accent); letter-spacing: 0.5px; opacity: 0.8; }
.partner-desc { font-size: 13px; color: var(--muted); line-height: 1.5; font-weight: 300; }

@keyframes up { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

@media (min-width: 600px) {
}
@media (min-width: 768px) {
  .hero-content { padding: 48px 40px 56px; }
  .wrap { padding: 80px 40px; }
  .wrap-sm { padding: 80px 40px; }
  .news-featured-img { height: 260px; }
}
@media (min-width: 1024px) {
  .hero-iss-wrap { opacity: 0.18; }
}
