/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root {
  font-family: "IBM Plex Sans", "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  color: #ececec;
  background-color: #0d0d0d;
  --ops-bg: #0d0d0d;
  --ops-paper: #141414;
  --ops-paper-soft: #1a1a1a;
  --ops-ink: #ececec;
  --ops-muted: #a6a6a6;
  --ops-line: #545454;
  --ops-line-soft: #2a2a2a;
  --ops-cyan: #83cecb;
  --ops-amber: #d6bd86;
  --ops-lilac: #b1a8d3;
}

body {
  margin: 0;
  min-height: 100vh;
}

.shell-body {
  min-height: 100vh;
  color: var(--ops-ink);
  background:
    radial-gradient(circle at 12% 14%, rgba(131, 206, 203, 0.12), transparent 35%),
    radial-gradient(circle at 86% 0%, rgba(214, 189, 134, 0.11), transparent 28%),
    radial-gradient(circle at 52% 20%, rgba(177, 168, 211, 0.07), transparent 40%),
    linear-gradient(180deg, #111111 0%, #0b0b0b 100%);
}

.shell-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(84, 84, 84, 0.7);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.9), rgba(20, 20, 20, 0.6));
}

.shell-header-row {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1rem 1.1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.shell-title-wrap {
  display: grid;
  grid-gap: 0.38rem;
  gap: 0.38rem;
}

.shell-title {
  margin: 0;
  font-size: 1.68rem;
  line-height: 1.1;
  color: #f5f5f5;
  letter-spacing: 0.01em;
}

.shell-subtitle {
  margin: 0;
  color: rgba(166, 166, 166, 0.92);
  font-size: 0.9rem;
  max-width: 60ch;
}

.shell-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0.2rem;
}

.shell-nav-link {
  text-decoration: none;
  color: #d8d8d8;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border: 1px solid rgba(84, 84, 84, 0.66);
  border-radius: 999px;
  padding: 0.34rem 0.62rem;
  background: rgba(26, 26, 26, 0.88);
  transition: border-color 120ms ease, color 120ms ease, transform 120ms ease;
}

.shell-nav-link:hover {
  color: var(--ops-cyan);
  border-color: rgba(131, 206, 203, 0.62);
  transform: translateY(-1px);
}

.shell-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1rem 1.1rem 2.5rem;
}

section {
  margin-bottom: 2rem;
}

.card {
  border: 1px solid rgba(248, 250, 252, 0.08);
  border-radius: 0.75rem;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.7);
}

button {
  cursor: pointer;
}

button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

input,
textarea {
  color: inherit;
}

.ops-shell {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ops-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(84, 84, 84, 0.55);
  border-radius: 1rem;
  padding: 1.25rem;
  background:
    radial-gradient(circle at 14% 22%, rgba(131, 206, 203, 0.18), transparent 42%),
    radial-gradient(circle at 84% 8%, rgba(214, 189, 134, 0.14), transparent 42%),
    linear-gradient(135deg, rgba(20, 20, 20, 0.96), rgba(16, 16, 16, 0.92));
}

.ops-hero::before {
  content: "";
  position: absolute;
  inset: -18% auto auto -12%;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(131, 206, 203, 0.22), transparent 72%);
  filter: blur(2px);
  animation: opsGlow 11s ease-in-out infinite alternate;
  pointer-events: none;
}

.ops-hero-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.ops-title {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #f0f0f0;
}

.ops-subtitle {
  margin: 0.4rem 0 0;
  font-size: 0.92rem;
  color: rgba(207, 207, 207, 0.9);
  max-width: 64ch;
}

.ops-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.ops-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(131, 206, 203, 0.45);
  background: rgba(34, 52, 52, 0.45);
  color: #d8f2f1;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.34rem 0.62rem;
}

.ops-live-dot {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 999px;
  background: var(--ops-cyan);
  box-shadow: 0 0 0 0 rgba(131, 206, 203, 0.65);
  animation: opsPulse 1.8s ease-out infinite;
}

.ops-refresh {
  border: 1px solid rgba(84, 84, 84, 0.62);
  background: rgba(26, 26, 26, 0.82);
  color: #ececec;
  border-radius: 0.6rem;
  padding: 0.45rem 0.72rem;
  font-size: 0.78rem;
  font-weight: 600;
}

.ops-stamp {
  position: relative;
  z-index: 1;
  margin-top: 0.68rem;
  font-size: 0.75rem;
  color: rgba(166, 166, 166, 0.88);
}

.ops-kpi-grid {
  position: relative;
  z-index: 1;
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 0.72rem;
  gap: 0.72rem;
}

.ops-kpi {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  border-radius: 0.78rem;
  border: 1px solid rgba(84, 84, 84, 0.52);
  background: linear-gradient(165deg, rgba(20, 20, 20, 0.94), rgba(15, 15, 15, 0.86));
  padding: 0.62rem 0.72rem;
}

.ops-kpi-label {
  color: #d0d0d0;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ops-kpi-value {
  color: #f0f0f0;
  font-size: 1.1rem;
  font-weight: 700;
}

.ops-kpi-hint {
  color: rgba(166, 166, 166, 0.9);
  font-size: 0.74rem;
}

.ops-grid {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
}

.ops-grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.ops-card {
  border: 1px solid rgba(84, 84, 84, 0.42);
  border-radius: 0.95rem;
  padding: 1rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(131, 206, 203, 0.08), transparent 45%),
    linear-gradient(170deg, rgba(20, 20, 20, 0.94), rgba(14, 14, 14, 0.9));
}

.ops-card-warning {
  border-color: rgba(251, 191, 36, 0.42);
}

.ops-card-note {
  border-color: rgba(131, 206, 203, 0.42);
  background:
    radial-gradient(circle at 100% 0%, rgba(131, 206, 203, 0.12), transparent 48%),
    linear-gradient(170deg, rgba(18, 18, 18, 0.95), rgba(14, 14, 14, 0.91));
}

.ops-card-title {
  margin: 0;
  color: #ececec;
  font-size: 1rem;
  font-weight: 700;
}

.ops-card-text {
  margin: 0.32rem 0 0.72rem;
  color: rgba(166, 166, 166, 0.9);
  font-size: 0.82rem;
}

.ops-lanes {
  display: grid;
  grid-gap: 0.38rem;
  gap: 0.38rem;
}

.ops-lanes-header,
.ops-lane-row {
  display: grid;
  grid-template-columns: 1.45fr 0.9fr 0.9fr 0.55fr 0.55fr;
  align-items: center;
  grid-column-gap: 0.42rem;
  column-gap: 0.42rem;
}

.ops-lanes-header {
  color: #d0d0d0;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ops-lane-row {
  border: 1px solid rgba(84, 84, 84, 0.45);
  border-radius: 0.66rem;
  padding: 0.36rem 0.52rem;
  color: #ececec;
  font-size: 0.73rem;
}

.ops-lane-row-muted {
  border-color: rgba(84, 84, 84, 0.3);
  color: rgba(182, 182, 182, 0.78);
  background: rgba(16, 16, 16, 0.55);
}

.ops-lane-source {
  font-weight: 700;
  color: #f0f0f0;
}

.ops-lane-bar-wrap {
  grid-column: 1 / -1;
  margin-top: 0.32rem;
  background: rgba(28, 28, 28, 0.85);
  border-radius: 999px;
  height: 0.34rem;
  overflow: hidden;
}

.ops-lane-bar {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ops-cyan), var(--ops-amber));
  transition: width 220ms ease-out;
}

.ops-runtime-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.ops-runtime-item {
  border: 1px solid rgba(84, 84, 84, 0.5);
  border-radius: 0.66rem;
  padding: 0.48rem 0.56rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.ops-runtime-label {
  color: #c7c7c7;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.ops-runtime-value {
  color: #f0f0f0;
  font-size: 0.95rem;
  font-weight: 700;
}

.ops-sparkline {
  margin-top: 0.4rem;
  width: 100%;
  height: 4.9rem;
}

.ops-sparkline-grid {
  stroke: rgba(120, 120, 120, 0.38);
  stroke-width: 1;
}

.ops-sparkline-line {
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ops-line-latency {
  stroke: var(--ops-cyan);
}

.ops-line-alerts {
  stroke: #f07d7d;
}

.ops-mini-row {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  color: rgba(166, 166, 166, 0.92);
  font-size: 0.73rem;
}

.ops-alert-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.ops-alert {
  border: 1px solid rgba(84, 84, 84, 0.65);
  border-radius: 0.66rem;
  padding: 0.5rem 0.56rem;
  display: grid;
  grid-gap: 0.2rem;
  gap: 0.2rem;
}

.ops-alert-message {
  font-size: 0.82rem;
  font-weight: 700;
  color: #f0f0f0;
}

.ops-alert-detail {
  font-size: 0.74rem;
  color: rgba(188, 188, 188, 0.88);
}

.ops-alert-info {
  border-color: rgba(131, 206, 203, 0.52);
  background: rgba(36, 54, 54, 0.26);
}

.ops-alert-warn {
  border-color: rgba(214, 189, 134, 0.56);
  background: rgba(72, 58, 35, 0.26);
}

.ops-alert-error {
  border-color: rgba(231, 123, 123, 0.54);
  background: rgba(92, 34, 34, 0.3);
}

.ops-tools-list {
  display: grid;
  grid-gap: 0.48rem;
  gap: 0.48rem;
}

.ops-tool-row {
  border: 1px solid rgba(84, 84, 84, 0.55);
  border-radius: 0.66rem;
  padding: 0.48rem 0.56rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.ops-tool-title {
  font-size: 0.78rem;
  font-weight: 700;
  color: #f0f0f0;
}

.ops-tool-detail {
  margin-top: 0.14rem;
  font-size: 0.72rem;
  color: rgba(178, 178, 178, 0.9);
}

.ops-tool-meta {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-align: right;
  font-size: 0.72rem;
  color: #d0d0d0;
}

.ops-empty {
  color: rgba(166, 166, 166, 0.9);
  font-size: 0.78rem;
}

.ops-mindmap-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
}

.ops-mindmap-toolbar {
  display: grid;
  grid-gap: 0.52rem;
  gap: 0.52rem;
  margin: 0.32rem 0 0.72rem;
}

.ops-mindmap-chip-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}

.ops-mindmap-chip {
  border: 1px solid rgba(84, 84, 84, 0.72);
  border-radius: 999px;
  padding: 0.3rem 0.58rem;
  background: rgba(26, 26, 26, 0.88);
  color: #d8d8d8;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
}

.ops-mindmap-chip-active {
  border-color: rgba(131, 206, 203, 0.72);
  background: rgba(50, 73, 73, 0.52);
  color: #eff9f9;
}

.ops-mindmap-select-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.ops-mindmap-select-label {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b7b7b7;
}

.ops-mindmap-select {
  border: 1px solid rgba(84, 84, 84, 0.8);
  background: rgba(22, 22, 22, 0.94);
  color: #ececec;
  border-radius: 0.45rem;
  padding: 0.35rem 0.52rem;
  max-width: min(58vw, 380px);
}

.ops-mindmap-caption {
  font-size: 0.76rem;
  color: #b0b0b0;
}

.ops-mindmap-error {
  border: 1px solid rgba(214, 189, 134, 0.6);
  background: rgba(86, 67, 37, 0.28);
  color: #f3e3be;
  border-radius: 0.62rem;
  padding: 0.46rem 0.58rem;
  font-size: 0.76rem;
  margin-bottom: 0.58rem;
}

.ops-mindmap-canvas-wrap {
  border: 1px solid rgba(88, 92, 100, 0.5);
  background: radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.04), rgba(8, 9, 12, 0.98) 70%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 22px 54px rgba(0, 0, 0, 0.36);
  border-radius: 0.92rem;
  overflow: hidden;
  margin-bottom: 0.72rem;
}

.ops-mindmap-canvas {
  width: 100%;
  min-height: 360px;
  max-height: 560px;
  display: block;
  cursor: -webkit-grab;
  cursor: grab;
  touch-action: none;
}

.ops-mindmap-canvas-panning {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.ops-atlas-canvas-wrap {
  border: 1px solid rgba(84, 84, 84, 0.58);
  border-radius: 0.92rem;
  overflow: hidden;
  margin-bottom: 0.72rem;
  min-height: 360px;
  max-height: 620px;
  background:
    radial-gradient(1200px 620px at 50% 45%, rgba(255, 255, 255, 0.03), rgba(9, 9, 9, 0.98)),
    linear-gradient(180deg, rgba(18, 18, 18, 0.98), rgba(9, 9, 9, 0.99));
}

.ops-atlas-host {
  width: 100%;
  height: 620px;
  min-height: 360px;
  display: block;
}

.ops-mindmap-core-node {
  stroke: rgba(131, 206, 203, 0.58);
  stroke-width: 1.5;
}

.ops-mindmap-core-label {
  fill: #f0f0f0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ops-mindmap-core-sub {
  fill: rgba(166, 166, 166, 0.92);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ops-mindmap-edge {
  stroke-width: 1.4;
  fill: none;
  opacity: 0.86;
}

.ops-mindmap-edge-depth-1 {
  stroke: rgba(183, 189, 203, 0.8);
}

.ops-mindmap-edge-depth-2 {
  stroke: rgba(149, 155, 169, 0.76);
}

.ops-mindmap-edge-depth-3 {
  stroke: rgba(126, 131, 144, 0.72);
}

.ops-mindmap-edge-depth-4 {
  stroke: rgba(104, 108, 118, 0.7);
}

.ops-mindmap-edge-bridge {
  stroke: rgba(132, 194, 210, 0.6);
  stroke-width: 1.2;
  stroke-dasharray: 2 6;
  opacity: 0.74;
}

.ops-mindmap-agent-route {
  fill: none;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 6 10;
  opacity: 0.9;
}

.ops-mindmap-agent-route-pending,
.ops-mindmap-agent-route-partial {
  stroke: rgba(128, 183, 197, 0.92);
  animation: opsRouteFlow 1.6s linear infinite;
}

.ops-mindmap-agent-route-complete {
  stroke: rgba(205, 176, 116, 0.9);
  stroke-dasharray: 4 8;
}

.ops-mindmap-agent-route-failed {
  stroke: rgba(244, 170, 129, 0.82);
  stroke-dasharray: 2 8;
}

.ops-mindmap-agent-core {
  fill: rgba(132, 194, 210, 0.95);
  stroke: rgba(20, 20, 20, 0.78);
  stroke-width: 1;
}

.ops-mindmap-agent-pulse {
  fill: rgba(132, 194, 210, 0.14);
  stroke: rgba(132, 194, 210, 0.5);
  stroke-width: 1;
  animation: opsPulseRing 1.2s ease-out infinite;
}

.ops-mindmap-agent-arrival .ops-mindmap-agent-core {
  fill: rgba(205, 176, 116, 0.95);
}

.ops-cont-phase-pending,
.ops-cont-phase-partial {
  border: 1px solid rgba(143, 219, 224, 0.52);
  color: #c8f2f4;
}

.ops-cont-phase-complete {
  border: 1px solid rgba(117, 231, 173, 0.56);
  color: #b7f6d5;
}

.ops-cont-phase-failed {
  border: 1px solid rgba(244, 170, 129, 0.56);
  color: #ffd9c2;
}

.ops-cont-phase-idle {
  border: 1px solid rgba(130, 130, 130, 0.48);
  color: #c6c6c6;
}

.ops-mindmap-node-group {
  cursor: pointer;
}

.ops-mindmap-source-node {
  stroke-width: 1.4;
}

.ops-mindmap-source-depth-0 {
  fill: rgba(26, 29, 36, 0.94);
  stroke: rgba(197, 203, 214, 0.58);
}

.ops-mindmap-source-depth-1 {
  fill: rgba(48, 52, 61, 0.9);
  stroke: rgba(150, 158, 176, 0.9);
}

.ops-mindmap-source-depth-2 {
  fill: rgba(42, 45, 53, 0.9);
  stroke: rgba(137, 143, 158, 0.88);
}

.ops-mindmap-source-depth-3 {
  fill: rgba(35, 39, 46, 0.9);
  stroke: rgba(123, 129, 143, 0.86);
}

.ops-mindmap-source-depth-4 {
  fill: rgba(30, 33, 40, 0.9);
  stroke: rgba(111, 117, 130, 0.82);
}

.ops-mindmap-fresh-layer {
  opacity: 0.3;
}

.ops-mindmap-fresh-hot {
  fill: rgba(128, 183, 197, 0.22);
}

.ops-mindmap-fresh-warm {
  fill: rgba(114, 152, 166, 0.18);
}

.ops-mindmap-fresh-cool {
  fill: rgba(104, 111, 124, 0.15);
}

.ops-mindmap-fresh-cold {
  fill: rgba(84, 88, 99, 0.12);
}

.ops-mindmap-fresh-unknown {
  fill: rgba(74, 79, 90, 0.1);
}

.ops-mindmap-health-volatile {
  stroke: rgba(205, 176, 116, 0.9);
}

.ops-mindmap-health-stale {
  stroke: rgba(122, 129, 142, 0.8);
}

.ops-mindmap-health-active {
  stroke: rgba(156, 166, 186, 0.88);
}

.ops-mindmap-source-label {
  fill: rgba(238, 241, 247, 0.96);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  pointer-events: none;
  dominant-baseline: middle;
  paint-order: stroke;
  stroke: rgba(7, 9, 12, 0.88);
  stroke-width: 2.8px;
  stroke-linejoin: round;
  text-rendering: geometricPrecision;
  font-feature-settings: none;
  font-variant-ligatures: none;
}

.ops-mindmap-source-label-focused {
  fill: #fcfcfc;
  font-size: 0.66rem;
  stroke-width: 3.1px;
}

.ops-mindmap-node-focused .ops-mindmap-source-node {
  stroke-width: 2.2;
  filter: drop-shadow(0 0 12px rgba(128, 183, 197, 0.42));
}

.ops-mindmap-detail {
  margin-top: 0;
}

.ops-mindmap-detail-stack {
  display: grid;
  grid-gap: 0.52rem;
  gap: 0.52rem;
}

.ops-mindmap-list {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  grid-gap: 0.32rem;
  gap: 0.32rem;
  color: #e7e7e7;
  font-size: 0.78rem;
  line-height: 1.36;
  max-height: 13rem;
  overflow: auto;
}

@keyframes opsGlow {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(48px, -24px, 0) scale(1.08);
  }
}

@keyframes opsPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(131, 206, 203, 0.58);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(131, 206, 203, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(131, 206, 203, 0);
  }
}

@keyframes opsPulseRing {
  0% {
    transform: scale(0.7);
    opacity: 0.9;
  }
  70% {
    transform: scale(1.22);
    opacity: 0;
  }
  100% {
    transform: scale(1.32);
    opacity: 0;
  }
}

@keyframes opsRouteFlow {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -32;
  }
}

@media (max-width: 768px) {
  .shell-header-row {
    flex-direction: column;
    align-items: stretch;
  }

  .shell-nav {
    justify-content: flex-start;
  }

  .ops-hero-top {
    flex-direction: column;
  }

  .ops-actions {
    width: 100%;
    justify-content: space-between;
  }

  .ops-runtime-grid {
    grid-template-columns: 1fr;
  }

  .ops-mindmap-head {
    flex-direction: column;
  }

  .ops-mindmap-canvas {
    min-height: 340px;
  }
}

