#operations {
  isolation: isolate;
  min-height: 100svh;
  padding-top: 7.15rem !important;
  padding-bottom: 3.4rem !important;
  background-color: #020407;
}

#operations::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image:
    linear-gradient(180deg, rgba(2, 4, 7, 0.02) 0%, rgba(2, 4, 7, 0) 48%, rgba(2, 4, 7, 0.08) 100%),
    radial-gradient(circle at 50% 86%, rgba(255, 102, 0, 0.24), transparent 18%);
  background-position: center, center, center center;
  background-size: cover, cover, cover;
  background-repeat: no-repeat;
  opacity: 1;
  filter: brightness(1.34) contrast(1.16) saturate(1.12);
}

#operations::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 4, 7, 0.58) 0%, rgba(2, 4, 7, 0.16) 34%, rgba(2, 4, 7, 0.08) 70%, rgba(2, 4, 7, 0.5) 100%),
    linear-gradient(180deg, rgba(2, 4, 7, 0.42) 0%, rgba(2, 4, 7, 0) 18%, rgba(2, 4, 7, 0.02) 75%, rgba(2, 4, 7, 0.36) 100%);
}

#operations > .absolute.inset-0,
#operations > .absolute.inset-x-0,
#operations > [aria-hidden="true"],
#operations > .pointer-events-none {
  display: none !important;
}

#operations > .section-container {
  z-index: 5;
  width: 100%;
  max-width: none !important;
  min-height: calc(100svh - 10.5rem);
  padding-left: 45px;
  padding-right: 66px;
}

#operations .section-container > .max-w-3xl {
  max-width: 37rem;
  margin-bottom: 1.95rem !important;
}

#operations .section-container > .max-w-3xl h2 {
  font-size: clamp(3rem, 4.9vw, 4.05rem);
  line-height: 1.05;
  letter-spacing: 0;
}

#operations .section-container > .max-w-3xl .font-pixel-subtitle {
  margin-top: 0.8rem;
  color: hsl(48 100% 71%);
  font-size: 1.08rem;
  letter-spacing: 0.06em;
}

#operations .section-container > .max-w-3xl p {
  max-width: 36rem;
  margin-top: 1.42rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.9;
}

#operations .ops-top-stats {
  position: absolute;
  top: 1.95rem;
  right: 66px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(40.6vw, 655px);
  z-index: 2;
}

#operations .ops-stat-card,
#operations .ops-panel-left,
#operations .ops-panel-right,
#operations .ops-panel-left .glass-panel,
#operations .ops-panel-right .glass-panel {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 17% 20%, rgba(255, 255, 255, 0.09), transparent 18%),
    radial-gradient(circle at 82% 0%, rgba(255, 102, 0, 0.11), transparent 34%),
    linear-gradient(135deg, rgba(22, 24, 25, 0.76), rgba(5, 7, 9, 0.7));
  -webkit-backdrop-filter: blur(24px) saturate(112%);
  backdrop-filter: blur(24px) saturate(112%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 22px 72px rgba(0, 0, 0, 0.38);
}

#operations .ops-stat-card {
  min-height: 96px;
  padding: 1.2rem 1.28rem;
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.95rem;
  align-items: center;
}

#operations .ops-stat-icon {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.09);
}

#operations .ops-stat-icon svg {
  width: 22px;
  height: 22px;
}

#operations .ops-stat-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.83rem;
  line-height: 1.2;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

#operations .ops-stat-value {
  color: hsl(var(--primary));
  font-family: Uranus Pixel, ui-monospace, monospace;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0.06em;
}

#operations .section-container > .grid.lg\:grid-cols-2 {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 606px) minmax(0, 684px) !important;
  gap: 13.95rem !important;
  align-items: end;
  margin-top: 2.25rem;
}

#operations .section-container > .grid.lg\:grid-cols-2::before {
  content: "";
  position: absolute;
  left: 650px;
  top: 29.5%;
  width: min(15vw, 236px);
  height: 54%;
  pointer-events: none;
  display: none;
}

#operations .ops-panel-left {
  min-height: 478px !important;
  padding: 1.9rem 2rem 1.55rem !important;
}

#operations .ops-panel-right {
  min-height: 478px !important;
  padding: 1.9rem 2.25rem 1.9rem !important;
}

#operations .ops-panel-left > .space-y-6,
#operations .ops-panel-right > .space-y-6 {
  gap: 1.45rem;
}

#operations .ops-panel-left .hud-label,
#operations .ops-panel-right .hud-label {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}

#operations .ops-panel-left h3,
#operations .ops-panel-right h3 {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

#operations .ops-panel-left h4 {
  position: relative;
  padding-left: 1.05rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
}

#operations .ops-panel-left h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: hsl(var(--primary));
}

#operations .ops-panel-left p,
#operations .ops-panel-right p,
#operations .ops-panel-left .text-sm,
#operations .ops-panel-right .text-sm {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.95rem;
  line-height: 1.78;
}

#operations .ops-panel-left > .grid.grid-cols-3 {
  gap: 0.75rem;
  padding-top: 1.75rem;
}

#operations .ops-panel-left > .grid.grid-cols-3 .glass-panel {
  min-height: 120px;
  padding: 1.25rem 1rem !important;
  text-align: center;
}

#operations .ops-panel-left > .grid.grid-cols-3 .glass-panel:nth-child(2) .hud-label {
  color: hsl(var(--primary)) !important;
}

#operations .ops-panel-right .grid.grid-cols-2 {
  display: block;
  margin-top: 0.25rem;
}

#operations .ops-panel-right .grid.grid-cols-2 .glass-panel {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0 !important;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

#operations .ops-panel-right .grid.grid-cols-2 .glass-panel .hud-label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  width: auto;
  min-width: 3.25rem;
  padding-top: 0;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  line-height: 1.2 !important;
  white-space: nowrap;
}

#operations .ops-panel-right .grid.grid-cols-2 .glass-panel p {
  margin-top: 0 !important;
  flex: 1 1 auto;
}

#operations .ops-panel-right .grid.grid-cols-2 .glass-panel + .glass-panel {
  margin-top: 1.1rem;
}

#operations .ops-panel-right > .glass-panel {
  margin-top: 1.4rem !important;
  padding: 1.35rem 0 0 !important;
  border: 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.16);
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

#operations .ops-panel-right > .glass-panel p {
  color: hsl(48 100% 71%);
  font-size: 1.15rem;
  line-height: 1.55;
}

#operations .ops-panel-right > .space-y-6 > .space-y-4 > div:first-child .font-display,
#operations .ops-panel-right > .space-y-6 > .grid.grid-cols-2 .glass-panel:nth-child(2) .hud-label {
  color: hsl(var(--primary)) !important;
}

#operations .ops-panel-right .space-y-4 .font-display,
#operations .ops-panel-right .grid.grid-cols-2 .glass-panel .hud-label {
  color: hsl(var(--primary)) !important;
}

#operations .ops-panel-right .space-y-4 .font-display,
#operations .ops-panel-right .grid.grid-cols-2 .glass-panel .hud-label {
  font-family: "Fusion Pixel", "PingFang SC", "Microsoft YaHei", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
  line-height: 1.2 !important;
}

@media (max-width: 1023px) {
  #operations {
    padding-top: 6.5rem !important;
  }

  #operations::before {
    opacity: 0.6;
    background-size: auto 100%;
    filter: brightness(1.48) contrast(1.1) saturate(1.08);
  }

  #operations::after {
    background:
      linear-gradient(90deg, rgba(2, 4, 7, 0.4) 0%, rgba(2, 4, 7, 0.08) 34%, rgba(2, 4, 7, 0.04) 70%, rgba(2, 4, 7, 0.32) 100%),
      linear-gradient(180deg, rgba(2, 4, 7, 0.26) 0%, rgba(2, 4, 7, 0) 18%, rgba(2, 4, 7, 0.02) 75%, rgba(2, 4, 7, 0.24) 100%);
  }

  #operations .ops-top-stats {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    grid-template-columns: 1fr;
    margin: 1.5rem 0 1.25rem;
  }

  #operations .section-container > .grid.lg\:grid-cols-2 {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  #operations .ops-panel-left > .grid.grid-cols-3 {
    grid-template-columns: 1fr !important;
    gap: 0.7rem;
    padding-top: 1.2rem;
  }

  #operations .ops-panel-left > .grid.grid-cols-3 .glass-panel {
    min-height: 0;
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 0.95rem 1rem !important;
    text-align: left;
  }

  #operations .ops-panel-left > .grid.grid-cols-3 .glass-panel .hud-label {
    flex: 0 0 2.4rem;
    font-size: 0.82rem !important;
    line-height: 1.15 !important;
    white-space: nowrap;
  }

  #operations .ops-panel-left > .grid.grid-cols-3 .glass-panel p {
    margin-top: 0 !important;
    flex: 1 1 auto;
    font-size: 0.92rem;
    line-height: 1.6;
  }

  #operations .ops-panel-right .grid.grid-cols-2 .glass-panel {
    gap: 0.8rem;
  }

  #operations .ops-panel-right .grid.grid-cols-2 .glass-panel .hud-label {
    display: block;
    flex: 0 0 0.9rem;
    width: 0.9rem;
    min-width: 0.9rem;
    padding-top: 0.15rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1.05 !important;
  }

  #operations .section-container > .grid.lg\:grid-cols-2::before {
    display: none;
  }
}
