/* Space Datacenter TCO page components, layered on top of the shared .samx
 * system (accelerator-model.scss loads first). Page-only pieces: hero
 * adjustments for the portrait art, and the spacecraft schematic with its
 * bill of materials that gives the page its signature section.
 */
/* The art carries planets at the top; keep them in the square frame. */
.samx-space .samx-hero__frame img {
  object-position: center 22%;
}

/* "F9 + Starship" needs a wider column than the equal split gives it. */
.samx-space .samx-strip {
  max-width: 740px;
}

@media (min-width: 721px) {
  .samx-space .samx-strip {
    grid-template-columns: 0.98fr 0.98fr 1.14fr 0.9fr;
  }
}
/* ==========================================================================
   Priced part by part: the spacecraft schematic and its bill of materials
   ========================================================================== */
.samx-craft {
  padding: clamp(1.1rem, 1.9vw, 1.8rem) clamp(1.4rem, 2.6vw, 2.4rem);
  background: var(--samx-grad-card);
  border: 1px solid var(--samx-border);
  border-radius: 16px;
}

.samx-craft__stage {
  padding: clamp(0.8rem, 1.6vw, 1.4rem);
  background: radial-gradient(120% 100% at 50% 40%, #0d0f1a 0%, #090a10 72%);
  border: 1px solid rgba(232, 228, 221, 0.08);
  border-radius: 12px;
}

.samx-craft__svg {
  display: block;
  width: 100%;
  height: auto;
}

.samx-craft__scenery circle {
  fill: rgba(232, 228, 221, 0.28);
}

/* --------------------------------------------------------------------------
   Subsystem groups: each carries its accent, and focus spotlights it
   -------------------------------------------------------------------------- */
.samx-craft__part {
  cursor: pointer;
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.samx-craft__part.is-dim {
  opacity: 0.45;
}

.samx-craft__part.is-focus {
  opacity: 1;
  filter: drop-shadow(0 0 14px var(--craft-glow));
}

.samx-craft__part--launch {
  --craft-ac: rgba(232, 228, 221, 0.85);
  --craft-glow: rgba(232, 228, 221, 0.16);
}

.samx-craft__part--launch.is-dim {
  opacity: 0.22;
}

.samx-craft__part--solar {
  --craft-ac: rgba(76, 177, 232, 0.95);
  --craft-glow: rgba(11, 134, 209, 0.3);
}

.samx-craft__part--thermal {
  --craft-ac: rgba(70, 214, 228, 0.95);
  --craft-glow: rgba(38, 201, 216, 0.28);
}

.samx-craft__part--compute {
  --craft-ac: rgba(247, 176, 65, 0.95);
  --craft-glow: rgba(247, 176, 65, 0.3);
}

.samx-craft__part--bus {
  --craft-ac: rgba(232, 228, 221, 0.85);
  --craft-glow: rgba(232, 228, 221, 0.16);
}

.samx-craft__part--shield {
  --craft-ac: rgba(233, 132, 150, 0.95);
  --craft-glow: rgba(224, 102, 125, 0.28);
}

/* --------------------------------------------------------------------------
   The drawing itself
   -------------------------------------------------------------------------- */
.samx-craft__fair {
  fill: none;
  stroke: rgba(232, 228, 221, 0.38);
  stroke-width: 1.3;
  stroke-dasharray: 3 11;
  stroke-linecap: round;
  transition: stroke 0.3s ease;
}

.samx-craft__part--launch.is-focus .samx-craft__fair {
  stroke: rgba(232, 228, 221, 0.75);
}

.samx-craft__boom {
  fill: rgba(232, 228, 221, 0.26);
}

.samx-craft__panel {
  fill: rgba(11, 134, 209, 0.14);
  stroke: rgba(11, 134, 209, 0.72);
  stroke-width: 1.2;
}

.samx-craft__cells path {
  fill: none;
  stroke: rgba(11, 134, 209, 0.38);
  stroke-width: 0.8;
}

.samx-craft__mount {
  fill: rgba(232, 228, 221, 0.22);
}

.samx-craft__spine {
  fill: none;
  stroke: rgba(38, 201, 216, 0.55);
  stroke-width: 1.4;
}

.samx-craft__rad {
  fill: rgba(38, 201, 216, 0.1);
  stroke: rgba(38, 201, 216, 0.68);
  stroke-width: 1.2;
}

.samx-craft__fins {
  fill: none;
  stroke: rgba(38, 201, 216, 0.3);
  stroke-width: 0.8;
}

.samx-craft__hull {
  fill: rgba(247, 176, 65, 0.07);
  stroke: rgba(232, 228, 221, 0.72);
  stroke-width: 1.4;
}

.samx-craft__window {
  fill: rgba(13, 14, 20, 0.7);
  stroke: rgba(247, 176, 65, 0.45);
  stroke-width: 1;
}

.samx-craft__rack {
  fill: rgba(247, 176, 65, 0.35);
  stroke: rgba(247, 176, 65, 0.62);
  stroke-width: 0.8;
  transition: fill 0.3s ease;
}

.samx-craft__part--compute.is-focus .samx-craft__rack {
  fill: rgba(247, 176, 65, 0.55);
}

.samx-craft__ports circle {
  fill: none;
  stroke: rgba(232, 228, 221, 0.45);
  stroke-width: 1;
}

.samx-craft__busbody {
  fill: rgba(232, 228, 221, 0.05);
  stroke: rgba(232, 228, 221, 0.65);
  stroke-width: 1.3;
}

.samx-craft__tank {
  fill: none;
  stroke: rgba(232, 228, 221, 0.52);
  stroke-width: 1;
}

.samx-craft__bell {
  fill: rgba(232, 228, 221, 0.3);
}

.samx-craft__dish {
  fill: none;
  stroke: rgba(232, 228, 221, 0.55);
  stroke-width: 1.2;
}

.samx-craft__contour {
  fill: none;
  stroke: rgba(224, 102, 125, 0.7);
  stroke-width: 1.3;
}

.samx-craft__contour--inner {
  stroke: rgba(224, 102, 125, 0.4);
  stroke-width: 0.9;
}

/* --------------------------------------------------------------------------
   Callouts: the label, leader line, and physics glyphs per subsystem
   -------------------------------------------------------------------------- */
.samx-craft__callout {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.samx-craft__part.is-focus .samx-craft__callout {
  opacity: 1;
}

.samx-craft__callout polyline {
  fill: none;
  stroke: var(--craft-ac);
  stroke-width: 1;
  opacity: 0.65;
}

.samx-craft__callout text {
  fill: var(--craft-ac);
  font-family: var(--samx-ft-mono);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.samx-craft__sun {
  fill: none;
  stroke: var(--craft-ac);
  stroke-width: 1.2;
}

.samx-craft__ray {
  fill: none;
  stroke: var(--craft-ac);
  stroke-width: 1;
  stroke-dasharray: 4 4;
  opacity: 0.7;
}

.samx-craft__heat {
  fill: none;
  stroke: var(--craft-ac);
  stroke-width: 1.5;
  opacity: 0.8;
}

.samx-craft__puff {
  fill: none;
  stroke: var(--craft-ac);
  stroke-width: 1.2;
  stroke-dasharray: 2 4;
  stroke-linecap: round;
  opacity: 0.8;
}

.samx-craft__flux {
  fill: none;
  stroke: var(--craft-ac);
  stroke-width: 1;
  stroke-dasharray: 3 3;
  opacity: 0.7;
}

.samx-craft__hit {
  fill: var(--craft-ac);
}

/* --------------------------------------------------------------------------
   The bill of materials
   -------------------------------------------------------------------------- */
.samx-craft__ledger {
  margin-top: clamp(1rem, 2vw, 1.5rem);
}

.samx-craft__ledgerhead {
  margin: 0 0 10px;
  font-family: var(--samx-ft-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--samx-tx-dim);
}

.samx-craft__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.samx-craft__row {
  appearance: none;
  display: flex;
  width: 100%;
  gap: 12px;
  padding: 11px 10px;
  font: inherit;
  background: none;
  border: 1px solid transparent;
  border-radius: 10px;
  text-align: left;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
}
.samx-craft__row:focus-visible {
  outline: 2px solid rgba(247, 176, 65, 0.6);
  outline-offset: 2px;
}

.samx-craft__row.is-hi {
  background: rgba(255, 255, 255, 0.045);
  border-color: var(--samx-border);
}

.samx-craft__dot {
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  margin-top: 6px;
  border-radius: 3px;
}

.samx-craft__dot--compute {
  background: var(--samx-amber);
}

.samx-craft__dot--solar {
  background: var(--samx-blue);
}

.samx-craft__dot--thermal {
  background: rgba(38, 201, 216, 0.9);
}

.samx-craft__dot--bus {
  background: rgba(232, 228, 221, 0.6);
}

.samx-craft__dot--shield {
  background: rgba(224, 102, 125, 0.85);
}

.samx-craft__dot--launch {
  background: rgba(232, 228, 221, 0.3);
}

.samx-craft__what {
  display: block;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--samx-tx-muted);
}
.samx-craft__what strong {
  display: block;
  font-family: var(--samx-ft-display);
  font-size: 1rem;
  font-weight: 800;
  color: var(--samx-tx);
}

.samx-craft__chip {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 7px;
  padding: 3px 9px;
  font-family: var(--samx-ft-mono);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--samx-tx-dim);
  border: 1px solid rgba(232, 228, 221, 0.14);
  border-radius: 999px;
}

.samx-craft__note {
  max-width: 74ch;
  margin: 18px auto 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--samx-tx-dim);
}

/* --------------------------------------------------------------------------
   Small screens and reduced motion
   -------------------------------------------------------------------------- */
@media (max-width: 980px) {
  .samx-craft__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .samx-craft__list {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 720px) {
  .samx-craft__callout {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .samx-craft__part,
  .samx-craft__fair,
  .samx-craft__rack,
  .samx-craft__callout,
  .samx-craft__row {
    transition: none;
  }
}
/*# sourceMappingURL=space-dc-tco.css.map */