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

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #e4e4e7;
  background: #05060c;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.backdrop {
  pointer-events: none;
  position: fixed;
  inset: 0;
  background:
    radial-gradient(42% 38% at 50% 46%, rgba(79, 70, 229, 0.2), transparent 68%),
    radial-gradient(28% 26% at 50% 48%, rgba(192, 38, 211, 0.1), transparent 62%),
    radial-gradient(90% 80% at 50% 50%, #0b1020 0%, #05060c 72%);
}

.scene {
  pointer-events: none;
  position: relative;
  z-index: 0;
  width: min(560px, 100%);
  margin-top: 0.35rem;
  overflow: visible;
}

.scene-svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.net-path {
  stroke-width: 1.15;
  stroke-opacity: 0.22;
}

.net-indigo {
  stroke: #6366f1;
}

.net-cyan {
  stroke: #06b6d4;
}

.net-fuchsia {
  stroke: #c026d3;
}

.net-magenta {
  stroke: #d946ef;
}

.particle {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}

.particle.is-arriving {
  animation: dot-arrive 200ms ease-out 1;
}

@keyframes dot-arrive {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(2.15);
  }
  100% {
    transform: scale(1);
  }
}

.fusion-core .orbit {
  fill: none;
  stroke-linecap: round;
}

.fusion-core .orbit-a {
  stroke: rgba(34, 211, 238, 0.42);
  stroke-width: 1.35;
}

.fusion-core .orbit-b {
  stroke: rgba(99, 102, 241, 0.4);
  stroke-width: 1.2;
}

.fusion-core .orbit-c {
  stroke: rgba(192, 38, 211, 0.34);
  stroke-width: 1.15;
}

.fusion-core .core-chamber {
  fill: rgba(15, 23, 42, 0.35);
  stroke: rgba(165, 180, 252, 0.38);
  stroke-width: 1.1;
}

.fusion-core .core-haze,
.fusion-core .fusion-nucleus {
  transform-box: fill-box;
  transform-origin: center;
  animation: core-breathe 5.2s ease-in-out infinite;
}

.fusion-core .orbit {
  transform-box: fill-box;
  transform-origin: center;
}

.center-mark.is-energized .fusion-nucleus {
  filter: brightness(1.35) url(#nucleus-glow);
}

.center-mark.is-energized .core-haze {
  opacity: 1;
}

.center-mark.is-energized .orbit-a {
  animation: orbit-nudge-a 1.05s ease-in-out 1;
}

.center-mark.is-energized .orbit-b {
  animation: orbit-nudge-b 1.2s ease-in-out 1;
}

.center-mark.is-energized .orbit-c {
  animation: orbit-nudge-c 0.95s ease-in-out 1;
}

.pulse-ring {
  transform-box: fill-box;
  transform-origin: center;
  stroke-width: 1.25;
  opacity: 0;
}

@keyframes core-breathe {
  0%,
  100% {
    opacity: 0.78;
  }
  50% {
    opacity: 1;
  }
}

@keyframes orbit-nudge-a {
  0%,
  100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(11deg);
  }
}

@keyframes orbit-nudge-b {
  0%,
  100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-9deg);
  }
}

@keyframes orbit-nudge-c {
  0%,
  100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(14deg);
  }
}

.scene.is-igniting .pulse-ring {
  animation: pulse-expand 1s ease-out 1;
}

.scene.is-flashing .grid-flash {
  animation: grid-flash 1s ease-out 1;
}

.scene.is-flashing .particle {
  animation: fade-away 1s ease-out 1 forwards;
}

@keyframes pulse-expand {
  0% {
    transform: scale(0.72);
    opacity: 0.55;
    stroke-width: 2.2;
  }
  100% {
    transform: scale(2.15);
    opacity: 0;
    stroke-width: 0.4;
  }
}

@keyframes grid-flash {
  0% {
    opacity: 0;
  }
  18% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-away {
  0%,
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.page {
  position: relative;
  z-index: 1;
  overflow: visible;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.5rem 3rem;
  text-align: center;
}

.eyebrow,
.brand,
.subhead,
.edge-btn,
.waitlist {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(228, 228, 231, 0.62);
}

.brand {
  margin: 0.7rem 0 0;
  font-size: clamp(2.15rem, 6vw, 3.35rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  color: #f4f4f5;
}

.brand span {
  background: linear-gradient(90deg, #c026d3, #4f46e5, #06b6d4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.subhead {
  margin: 0.65rem 0 0;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(228, 228, 231, 0.78);
}

.edge-btn {
  margin: 1.35rem 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1rem;
  border-radius: 9999px;
  border: 2px solid transparent;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image:
    linear-gradient(#09090b, #09090b),
    linear-gradient(rgba(113, 113, 122, 0.55), rgba(113, 113, 122, 0.55));
}

.edge-btn:hover {
  background-image:
    linear-gradient(#09090b, #09090b),
    linear-gradient(90deg, #a855f7 0%, #6366f1 50%, #22d3ee 100%);
}

.edge-btn:focus-visible {
  outline: 2px solid #a5b4fc;
  outline-offset: 3px;
}

.waitlist {
  width: min(420px, 100%);
  margin-top: 0.25rem;
}

.waitlist p {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(228, 228, 231, 0.68);
}

.form-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 1.15rem;
}

.field {
  position: relative;
  width: min(320px, 100%);
  text-align: left;
}

.field label {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: rgba(228, 228, 231, 0.86);
}

.field input[type="email"] {
  width: 100%;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  color: #f4f4f5;
  outline: none;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.14);
}

.field input::placeholder {
  color: rgba(228, 228, 231, 0.42);
}

.field input:focus-visible {
  outline: 2px solid #818cf8;
  outline-offset: 3px;
}

.field-underline {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #c026d3, #4f46e5, #06b6d4);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.field input:focus + .field-underline,
.field.has-value .field-underline {
  opacity: 1;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cta {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 9999px;
  background: #4f46e5;
  color: #ffffff;
  padding: 0 1.15rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.cta:hover:enabled {
  background: #4338ca;
}

.cta:focus-visible {
  outline: 2px solid #a5b4fc;
  outline-offset: 3px;
}

.cta:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.status {
  min-height: 1.35rem;
  margin-top: 0.85rem;
  font-size: 0.875rem;
}

.status.error {
  color: #fca5a5;
}

.status.ok {
  color: rgba(228, 228, 231, 0.82);
}

.marketing-page {
  align-items: stretch;
  justify-content: flex-start;
  text-align: left;
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1.5rem 3rem;
}

.marketing-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.marketing-header .edge-btn {
  margin: 0;
}

.marketing-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(228, 228, 231, 0.55);
}

.marketing-title {
  margin: 0.35rem 0 0;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #f4f4f5;
}

.marketing-title span {
  background: linear-gradient(90deg, #c026d3, #4f46e5, #06b6d4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.marketing-lead {
  margin: 1.25rem 0 0;
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(228, 228, 231, 0.78);
}

.marketing-section {
  margin-top: 2.25rem;
}

.marketing-section h2 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: #f4f4f5;
}

.marketing-section p {
  margin: 0.55rem 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(228, 228, 231, 0.72);
}

.preview-label {
  margin: 0 0 1.15rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(228, 228, 231, 0.5);
}

.product-mock-stack {
  display: grid;
  gap: 2.75rem;
  margin-top: 1.5rem;
}

.product-mock {
  overflow: hidden;
  max-height: 28rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #09090b;
  color: #f4f4f5;
  pointer-events: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}

.product-mock-nav {
  display: flex;
  align-items: center;
  height: 2.75rem;
  padding: 0 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #27272a;
}

.product-mock-brand {
  font-size: 0.875rem;
  font-weight: 600;
  color: #f4f4f5;
}

.product-mock-brand em {
  font-style: normal;
  background: linear-gradient(90deg, #c026d3, #4f46e5, #06b6d4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.product-mock-body {
  display: flex;
  min-height: 16rem;
  background: #09090b;
}

.product-mock-rail {
  flex: 0 0 11rem;
  padding: 0.75rem 0.7rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(24, 24, 27, 0.8);
}

.product-mock-rail-product {
  margin: 0 0 0.75rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.product-mock-rail-group {
  margin: 0.55rem 0 0.3rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.product-mock-rail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-mock-rail li {
  margin: 0.15rem 0;
  padding: 0.35rem 0.45rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.78);
}

.product-mock-rail li.is-current {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: #f4f4f5;
}

.product-mock-main {
  flex: 1;
  min-width: 0;
  padding: 0.85rem 1rem 1rem;
  overflow: auto;
}

.product-mock-h1 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #f4f4f5;
}

.product-mock-h1 em {
  font-style: normal;
  background: linear-gradient(90deg, #c026d3, #4f46e5, #06b6d4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.product-mock-sub {
  margin: 0.3rem 0 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
}

.product-mock-panel {
  margin-top: 1.15rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: rgba(24, 24, 27, 0.6);
}

.product-mock-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.7rem;
}

.product-mock-search {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}

.product-mock-select {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0 0.55rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}

.product-mock-seg,
.product-mock-pills {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  padding: 0.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.03);
}

.product-mock-seg span,
.product-mock-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 1.4rem;
  padding: 0 0.5rem;
  border-radius: 9999px;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.7);
}

.product-mock-seg span.is-on,
.product-mock-pills span.is-on {
  background: #f4f4f5;
  color: #09090b;
}

.product-mock-listhead {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.4rem;
  margin-bottom: 0.55rem;
}

.product-mock-listtitle {
  font-size: 0.95rem;
  font-weight: 600;
}

.product-mock-listmeta {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
}

.ticket-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.55rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  background: rgba(24, 24, 27, 0.6);
}

.ticket-card-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}

.ticket-num {
  display: inline-flex;
  align-items: center;
  padding: 0.1rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.ticket-num-service {
  border-color: rgba(34, 211, 238, 0.3);
  background: rgba(6, 182, 212, 0.15);
  color: #cffafe;
}

.ticket-title {
  font-size: 0.85rem;
  font-weight: 500;
  color: #f4f4f5;
}

.ticket-title-service {
  color: #67e8f9;
}

.ticket-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.08rem 0.4rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.ticket-chip-auto {
  background: rgba(99, 102, 241, 0.22);
  color: #c7d2fe;
}

.ticket-chip-service {
  background: rgba(6, 182, 212, 0.18);
  color: #a5f3fc;
}

.ticket-meta {
  margin: 0.3rem 0 0;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.55);
}

.ticket-status {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  min-height: 1.45rem;
  padding: 0 0.55rem;
  border-radius: 9999px;
  font-size: 0.68rem;
  font-weight: 600;
}

.ticket-status-open {
  border: 1px solid rgba(6, 95, 70, 0.8);
  background: rgba(6, 78, 59, 0.4);
  color: #d1fae5;
}

.ticket-status-resolved {
  border: 1px solid rgba(63, 63, 70, 1);
  background: #27272a;
  color: #f4f4f5;
}

.device-table-wrap {
  overflow-x: auto;
}

.device-table {
  width: 100%;
  min-width: 52rem;
  border-collapse: collapse;
  font-size: 0.75rem;
}

.device-table th,
.device-table td {
  padding: 0.5rem 0.55rem;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.device-table th {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
}

.device-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.04);
}

.device-name {
  font-weight: 600;
  color: #a5b4fc;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 1.2rem;
  padding: 0 0.4rem;
  border-radius: 9999px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.status-up {
  background: linear-gradient(90deg, #10b981, #84cc16);
}

.status-down {
  background: linear-gradient(90deg, #f59e0b, #f97316);
}

.status-unknown {
  background: linear-gradient(90deg, #c026d3, #4f46e5, #06b6d4);
}

.telemetry-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.08rem 0.35rem;
  border-radius: 9999px;
  background: rgba(6, 78, 59, 0.45);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a7f3d0;
}

.cap-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
}

.cap-table th,
.cap-table td {
  padding: 0.55rem 0.65rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cap-table th {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(228, 228, 231, 0.5);
}

.cap-table td {
  color: rgba(228, 228, 231, 0.82);
}

.pricing-card {
  position: relative;
  overflow: hidden;
  margin-top: 1.5rem;
  padding: 1.5rem 1.75rem 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(24, 24, 27, 0.85), #09090b);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}

.pricing-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c026d3, #4f46e5, #06b6d4);
}

.pricing-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(228, 228, 231, 0.55);
}

.pricing-card h2 {
  margin: 0.35rem 0 0;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #c026d3, #4f46e5, #06b6d4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pricing-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.pricing-list li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(228, 228, 231, 0.82);
}

.pricing-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #c026d3, #4f46e5, #06b6d4);
  box-shadow: 0 0 8px rgba(99, 102, 241, 0.5);
}

@media (max-width: 640px) {
  .pricing-card {
    padding: 1.25rem 1.25rem 1.5rem;
  }
}

.marketing-rule {
  margin: 2.5rem 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.marketing-footer {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.75rem;
  line-height: 1.5;
  color: rgba(228, 228, 231, 0.5);
}

.marketing-footer a {
  color: #c7d2fe;
  text-decoration: none;
}

.marketing-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  html {
    overflow-x: clip;
  }

  .page {
    justify-content: flex-start;
    padding: 1.25rem max(1.25rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom))
      max(1.25rem, env(safe-area-inset-left));
  }

  .scene {
    width: min(220px, 62vw);
    margin-top: 0.15rem;
    overflow: hidden;
  }

  .waitlist {
    margin-top: auto;
    width: 100%;
  }

  .field input[type="email"] {
    font-size: 1rem;
  }

  .marketing-page {
    padding-top: 1.25rem;
  }

  .product-mock {
    max-height: none;
    overflow: visible;
  }

  .product-mock-rail {
    display: none;
  }

  .product-mock-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .product-mock-search,
  .product-mock-select,
  .product-mock-seg,
  .product-mock-pills {
    width: 100%;
  }

  .product-mock-seg,
  .product-mock-pills {
    display: flex;
  }

  .ticket-card {
    flex-direction: column;
    align-items: stretch;
  }

  .ticket-title {
    flex: 1 1 12rem;
  }

  .ticket-status {
    align-self: flex-start;
  }

  .device-table {
    min-width: 0;
  }

  .device-table th,
  .device-table td {
    white-space: normal;
  }

  .device-table th:nth-child(n + 6),
  .device-table td:nth-child(n + 6) {
    display: none;
  }

  .cap-table th,
  .cap-table td {
    padding: 0.5rem 0.35rem;
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  .particle,
  .particle.is-arriving,
  .scene.is-flashing .particle {
    opacity: 0;
    animation: none;
  }

  .fusion-core .core-haze,
  .fusion-core .fusion-nucleus,
  .center-mark.is-energized .orbit-a,
  .center-mark.is-energized .orbit-b,
  .center-mark.is-energized .orbit-c {
    animation: none;
  }

  .fusion-core .core-haze,
  .fusion-core .fusion-nucleus {
    opacity: 0.92;
  }

  .pulse-ring,
  .grid-flash,
  .scene.is-igniting .pulse-ring,
  .scene.is-flashing .grid-flash {
    animation: none;
    opacity: 0;
  }

  .center-mark.is-energized .fusion-nucleus {
    filter: url(#nucleus-glow);
  }
}
