.forge-ov {
      position: fixed;
      inset: 0;
      z-index: 10050;
      background: rgba(2, 6, 18, .96);
      backdrop-filter: blur(10px);
      display: block;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity .42s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .42s
    }

    .forge-ov.open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transition-delay: 0s
    }

    .forge-ov.closing {
      opacity: 0;
      visibility: visible;
      pointer-events: none;
      transition-delay: 0s
    }

    .forge-app {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      font-family: 'Exo 2', sans-serif;
      color: #e2f0ff;
      transform: scale(1) translateY(0);
      transition: transform .46s cubic-bezier(.22, 1, .36, 1), filter .46s ease, opacity .4s ease;
      opacity: 1;
      filter: blur(0)
    }

    .forge-ov.closing .forge-app {
      transform: scale(.988) translateY(14px);
      opacity: 0;
      filter: blur(10px)
    }

    .forge-lgb-host {
      display: none !important;
      position: absolute !important;
      inset: -9999px !important;
      opacity: 0 !important;
      pointer-events: none !important
    }

    .forge-top {
      flex: 0 0 62px;
      display: flex;
      align-items: center;
      border-bottom: 1px solid rgba(248, 180, 0, .18);
      background: rgba(4, 9, 18, .97);
      position: relative;
      z-index: 2
    }

    .forge-logo {
      display: flex;
      align-items: center;
      gap: 13px;
      padding: 0 24px;
      border-right: 1px solid rgba(248, 180, 0, .14);
      height: 100%;
      flex-shrink: 0
    }

    .forge-logo-mark {
      width: 36px;
      height: 36px;
      border-radius: 7px;
      background: linear-gradient(135deg, #f59e0b, #fcd34d);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 900;
      font-size: 12px;
      color: #0a0500;
      box-shadow: 0 0 16px rgba(245, 158, 11, .3);
      flex-shrink: 0
    }

    .forge-app-name {
      font-size: 14px;
      font-weight: 800;
      color: #fef3c7
    }

    .forge-app-sub {
      font-size: 9px;
      font-weight: 600;
      color: #6b7280;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin-top: 2px
    }

    .forge-chips {
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 0 16px;
      flex: 1;
      min-width: 0
    }

    .forge-chip {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      height: 26px;
      padding: 0 9px;
      border-radius: 5px;
      border: 1px solid rgba(248, 180, 0, .13);
      background: rgba(6, 13, 24, .9);
      font-size: 10px;
      font-weight: 700;
      color: #6b7280;
      white-space: nowrap;
      font-family: 'JetBrains Mono', monospace
    }

    .forge-chip b {
      color: #fcd34d;
      font-size: 11px
    }

    .forge-chip .dot {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #22c55e;
      box-shadow: 0 0 5px rgba(34, 197, 94, .6);
      animation: blink 1.4s ease-in-out infinite;
      flex-shrink: 0
    }

    .forge-badge {
      margin-left: auto;
      margin-right: 22px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      gap: 7px;
      font-size: 9px;
      font-weight: 700;
      color: #f59e0b;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-family: 'JetBrains Mono', monospace
    }

    .forge-badge-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #f59e0b;
      box-shadow: 0 0 8px rgba(245, 158, 11, .65);
      animation: blink 1.8s ease-in-out infinite
    }

    .forge-main {
      flex: 1;
      min-height: 0;
      display: grid;
      grid-template-columns: 252px 1fr 284px;
      overflow: hidden;
      position: relative;
      z-index: 1
    }

    .forge-pipeline {
      border-right: 1px solid rgba(248, 180, 0, .12);
      background: rgba(4, 9, 18, .55);
      display: flex;
      flex-direction: column;
      overflow: hidden
    }

    .forge-pipe-hdr {
      padding: 13px 15px 10px;
      flex-shrink: 0;
      border-bottom: 1px solid rgba(248, 180, 0, .1)
    }

    .forge-pipe-hdr-lbl {
      font-size: 8px;
      font-weight: 700;
      color: #78716c;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      font-family: 'JetBrains Mono', monospace;
      margin-bottom: 5px
    }

    .forge-pipe-prog-row {
      display: flex;
      align-items: center;
      gap: 8px
    }

    .forge-pipe-track {
      flex: 1;
      height: 3px;
      background: rgba(71, 85, 105, .25);
      border-radius: 2px;
      overflow: hidden
    }

    .forge-pipe-fill {
      height: 100%;
      border-radius: 2px;
      background: linear-gradient(90deg, #16a34a, #4ade80);
      transition: width .6s cubic-bezier(.4, 0, .2, 1)
    }

    .forge-pipe-fill::after {
      content: '';
      display: block;
      height: 100%;
      width: 35%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .45), transparent);
      animation: forgeSweep 1.6s linear infinite
    }

    .forge-pipe-pct {
      font-size: 10px;
      font-weight: 700;
      color: #4ade80;
      font-family: 'JetBrains Mono', monospace;
      min-width: 28px;
      text-align: right
    }

    .forge-pipe-steps {
      flex: 1;
      overflow: auto;
      padding: 4px 0
    }

    .forge-step {
      display: flex;
      align-items: stretch;
      transition: background .25s
    }

    .forge-step.active {
      background: rgba(245, 158, 11, .05)
    }

    .forge-step-spine {
      width: 46px;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 12px
    }

    .forge-step-node {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1.5px solid rgba(71, 85, 105, .28);
      background: rgba(6, 13, 24, .95);
      color: #475569;
      font-size: 9px;
      font-weight: 800;
      font-family: 'JetBrains Mono', monospace;
      transition: all .3s;
      position: relative;
      z-index: 1
    }

    .forge-step.done .forge-step-node {
      border-color: #22c55e;
      background: rgba(34, 197, 94, .12);
      color: transparent
    }

    .forge-step.done .forge-step-node::after {
      content: '✓';
      color: #4ade80;
      font-size: 11px;
      font-family: sans-serif;
      position: absolute
    }

    .forge-step.active .forge-step-node {
      border-color: #f59e0b;
      background: rgba(245, 158, 11, .14);
      color: #fcd34d;
      box-shadow: 0 0 0 4px rgba(245, 158, 11, .12), 0 0 16px rgba(245, 158, 11, .2);
      animation: nodeGlow 2.5s ease-in-out infinite
    }

    .forge-step-line {
      width: 1.5px;
      flex: 1;
      margin: 3px 0;
      background: rgba(55, 65, 81, .2);
      transition: background .4s
    }

    .forge-step.done .forge-step-line {
      background: linear-gradient(180deg, rgba(34, 197, 94, .4), rgba(34, 197, 94, .1))
    }

    .forge-step:last-child .forge-step-line {
      opacity: 0
    }

    .forge-step-body {
      flex: 1;
      padding: 10px 12px 10px 0;
      min-width: 0;
      border-bottom: 1px solid rgba(255, 255, 255, .04);
      display: flex;
      flex-direction: column;
      justify-content: center
    }

    .forge-step:last-child .forge-step-body {
      border-bottom: 0
    }

    .forge-step-tag {
      display: inline-flex;
      align-items: center;
      height: 15px;
      padding: 0 5px;
      border-radius: 3px;
      font-size: 7.5px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-family: 'JetBrains Mono', monospace;
      margin-bottom: 4px;
      width: fit-content;
      background: rgba(71, 85, 105, .16);
      color: #94a3b8;
      border: 1px solid rgba(71, 85, 105, .18);
      transition: all .3s
    }

    .forge-step.done .forge-step-tag {
      background: rgba(34, 197, 94, .1);
      color: #4ade80;
      border-color: rgba(34, 197, 94, .22)
    }

    .forge-step.active .forge-step-tag {
      background: rgba(245, 158, 11, .12);
      color: #fcd34d;
      border-color: rgba(245, 158, 11, .28)
    }

    .forge-step-title {
      font-size: 11px;
      font-weight: 700;
      color: #cbd5e1;
      line-height: 1.3;
      transition: color .3s
    }

    .forge-step.done .forge-step-title {
      color: #34d399
    }

    .forge-step.active .forge-step-title {
      color: #fef3c7
    }

    .forge-step-detail {
      font-size: 9px;
      color: #94a3b8;
      margin-top: 4px;
      line-height: 1.5;
      font-family: 'JetBrains Mono', monospace;
      overflow: hidden;
      max-height: 36px;
      opacity: .95;
      transition: opacity .3s
    }

    .forge-step.active .forge-step-detail {
      color: #dbeafe
    }

    .forge-board-wrap {
      display: flex;
      flex-direction: column;
      padding: 14px 16px;
      min-height: 0;
      min-width: 0;
      overflow: hidden
    }

    .forge-board-hdr {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px;
      flex-shrink: 0;
      gap: 16px
    }

    .forge-board-ttl {
      font-size: 9px;
      font-weight: 700;
      color: #78716c;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-family: 'JetBrains Mono', monospace
    }

    .forge-board-meta {
      font-size: 10px;
      color: #94a3b8;
      font-family: 'JetBrains Mono', monospace;
      max-width: 55%;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      transition: color .4s
    }

    .forge-board-meta.active {
      color: #fcd34d
    }

    .forge-board {
      flex: 1;
      min-height: 0;
      border: 1px solid rgba(248, 180, 0, .16);
      border-radius: 8px;
      background: rgba(3, 7, 16, .9);
      overflow: hidden;
      position: relative
    }

    .forge-mnths {
      height: 32px;
      display: flex;
      align-items: center;
      border-bottom: 1px solid rgba(248, 180, 0, .1);
      background: rgba(4, 9, 20, .97);
      position: relative;
      z-index: 6
    }

    .forge-mlabel {
      flex: 0 0 242px;
      padding: 0 13px;
      font-size: 9px;
      font-weight: 700;
      color: #78716c;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-family: 'JetBrains Mono', monospace;
      border-right: 1px solid rgba(248, 180, 0, .08);
      height: 100%;
      display: flex;
      align-items: center
    }

    .forge-mcells {
      flex: 1;
      display: flex;
      height: 100%
    }

    .forge-mcell {
      flex: 1;
      border-right: 1px solid rgba(248, 180, 0, .05);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 9px;
      font-weight: 700;
      color: #475569;
      letter-spacing: .5px;
      font-family: 'JetBrains Mono', monospace
    }

    .forge-bgrid {
      position: absolute;
      top: 32px;
      bottom: 0;
      left: 242px;
      right: 0;
      pointer-events: none;
      z-index: 1;
      background-image: linear-gradient(90deg, rgba(248, 180, 0, .038) 1px, transparent 1px);
      background-size: 12.5% 100%
    }

    .forge-machine-canvas {
      position: absolute;
      top: 32px;
      left: 242px;
      right: 0;
      bottom: 0;
      z-index: 1;
      pointer-events: none;
      opacity: 1;
      transition: opacity 1.4s ease
    }

    .forge-machine-canvas.fade {
      opacity: 0
    }

    .forge-ghost-rows {
      position: absolute;
      left: 0;
      right: 0;
      top: 32px;
      bottom: 0;
      overflow: hidden;
      z-index: 2;
      pointer-events: none;
      opacity: 1;
      transition: opacity .8s ease
    }

    .forge-ghost-rows.hidden {
      opacity: 0
    }

    .forge-ghost-row {
      height: 32px;
      display: flex;
      align-items: center;
      border-bottom: 1px solid rgba(255, 255, 255, .025)
    }

    .forge-ghost-row.forge-ghost-wbs {
      height: 36px
    }

    .forge-ghost-name {
      flex: 0 0 242px;
      border-right: 1px solid rgba(248, 180, 0, .05);
      height: 100%;
      display: flex;
      align-items: center;
      padding: 0 14px;
      gap: 8px
    }

    .forge-ghost-id {
      width: 42px;
      height: 7px;
      border-radius: 2px;
      background: rgba(248, 180, 0, .08);
      animation: ghostPulse 2.4s ease-in-out infinite
    }

    .forge-ghost-row.forge-ghost-wbs .forge-ghost-id {
      background: rgba(56, 189, 248, .1)
    }

    .forge-ghost-txt {
      flex: 1;
      height: 7px;
      border-radius: 2px;
      background: rgba(255, 255, 255, .05);
      animation: ghostPulse 2.4s ease-in-out infinite;
      animation-delay: .3s;
      max-width: 140px
    }

    .forge-ghost-lane {
      flex: 1;
      position: relative;
      height: 100%;
      overflow: hidden
    }

    .forge-ghost-bar {
      position: absolute;
      top: 50%;
      height: 8px;
      border-radius: 3px;
      transform: translateY(-50%);
      background: rgba(37, 99, 235, .1);
      border: 1px dashed rgba(37, 99, 235, .18);
      animation: ghostBarPulse var(--fgbd, 2.2s) ease-in-out infinite;
      overflow: hidden
    }

    .forge-ghost-bar::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -40px;
      width: 40px;
      background: linear-gradient(90deg, transparent, rgba(96, 165, 250, .25), transparent);
      animation: ghostSweep var(--fgbd, 2s) ease-in-out var(--fgbdl, 0s) infinite
    }

    .forge-ghost-bar.forge-ghost-crit {
      background: rgba(185, 28, 28, .08);
      border-color: rgba(239, 68, 68, .15)
    }

    .forge-ghost-bar.forge-ghost-crit::after {
      background: linear-gradient(90deg, transparent, rgba(248, 113, 113, .2), transparent)
    }

    .forge-ghost-bar.forge-ghost-wbs-bar {
      height: 3px;
      border-radius: 1px;
      background: rgba(14, 165, 233, .12);
      border-color: rgba(56, 189, 248, .2)
    }

    .forge-engine-status-strip {
      position: absolute;
      bottom: 0;
      left: 242px;
      right: 0;
      height: 28px;
      z-index: 3;
      pointer-events: none;
      display: flex;
      align-items: center;
      padding: 0 14px;
      gap: 10px;
      border-top: 1px solid rgba(248, 180, 0, .08);
      background: linear-gradient(180deg, transparent, rgba(4, 9, 20, .6));
      opacity: 1;
      transition: opacity .8s ease
    }

    .forge-engine-status-strip.hidden {
      opacity: 0
    }

    .forge-es-dot {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #f59e0b;
      box-shadow: 0 0 5px rgba(245, 158, 11, .6);
      animation: blink 1.2s ease-in-out infinite;
      flex-shrink: 0
    }

    .forge-es-label {
      font-size: 9px;
      font-weight: 700;
      color: #64748b;
      font-family: 'JetBrains Mono', monospace;
      letter-spacing: .8px
    }

    .forge-es-label b {
      color: #fcd34d;
      font-weight: 700
    }

    .forge-es-spinner {
      margin-left: auto;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      border: 1.5px solid rgba(245, 158, 11, .15);
      border-top-color: rgba(245, 158, 11, .55);
      animation: spin 1.2s linear infinite;
      flex-shrink: 0
    }

    .forge-rows {
      position: absolute;
      left: 0;
      right: 0;
      top: 32px;
      bottom: 0;
      overflow: auto;
      z-index: 4;
      scroll-behavior: smooth;
      scrollbar-width: none;
      -ms-overflow-style: none
    }

    .forge-rows::-webkit-scrollbar {
      display: none
    }

    .forge-row {
      height: 32px;
      display: flex;
      align-items: center;
      border-bottom: 1px solid rgba(255, 255, 255, .03)
    }

    .forge-row.forge-wbs-r {
      height: 36px;
      background: linear-gradient(90deg, rgba(56, 189, 248, .04), transparent 60%)
    }

    .forge-row.entering {
      opacity: 0;
      transform: translate3d(-30px, 0, 0) scale(.985);
      filter: blur(5px);
      animation: forgeRowIn .72s cubic-bezier(.18, .88, .2, 1) forwards
    }

    .forge-row.forge-pulse {
      animation: forgeRowPulse 1.2s ease
    }

    .forge-row.forge-pulse .forge-rname {
      background: linear-gradient(90deg, rgba(245, 158, 11, .07), rgba(245, 158, 11, .03), transparent) !important;
      transition: background .3s
    }

    .forge-row.forge-pulse .forge-rtxt {
      color: #fef9c3 !important;
      transition: color .3s
    }

    .forge-rname {
      flex: 0 0 242px;
      display: flex;
      align-items: center;
      gap: 7px;
      padding: 0 12px;
      border-right: 1px solid rgba(248, 180, 0, .07);
      height: 100%;
      min-width: 0;
      overflow: hidden;
      position: relative
    }

    .forge-row.forge-wbs-r .forge-rname {
      background: linear-gradient(90deg, rgba(56, 189, 248, .05), transparent)
    }

    .forge-row.entering .forge-rname::after {
      content: '';
      position: absolute;
      inset: 0 auto 0 0;
      width: 88px;
      background: linear-gradient(90deg, rgba(255, 255, 255, .10), rgba(96, 165, 250, .08), transparent);
      transform: translateX(-130%);
      animation: forgeNameSweep .9s ease-out var(--rdelay, 0ms) forwards;
      pointer-events: none
    }

    .forge-rid {
      font-size: 9px;
      font-weight: 700;
      color: #fca5a5;
      font-family: 'JetBrains Mono', monospace;
      flex-shrink: 0;
      min-width: 46px
    }

    .forge-row.forge-wbs-r .forge-rid {
      color: #38bdf8
    }

    .forge-rtxt {
      font-size: 11px;
      font-weight: 700;
      color: #cbd5e1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis
    }

    .forge-row.forge-wbs-r .forge-rtxt {
      color: #7dd3fc;
      font-weight: 800
    }

    .forge-rlane {
      flex: 1;
      position: relative;
      height: 100%;
      overflow: hidden
    }

    .forge-bar {
      position: absolute;
      top: 50%;
      height: 10px;
      border-radius: 3px;
      transform: translateY(-50%) scaleX(.96);
      transform-origin: left center;
      clip-path: inset(0 100% 0 0);
      animation: forgeBarDraw var(--fd, 1080ms) cubic-bezier(.22, .72, .16, 1) var(--fdelay, 0ms) forwards, forgeBarSettle .72s ease-out calc(var(--fdelay, 0ms) + 120ms) forwards;
      background: linear-gradient(90deg, #143C96 0%, #2563EB 48%, #7DD3FC 100%);
      box-shadow: 0 0 0 1px rgba(125, 211, 252, .08), 0 0 18px rgba(37, 99, 235, .12)
    }

    .forge-bar::before {
      content: '';
      position: absolute;
      inset: -2px;
      opacity: 0;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), transparent);
      mix-blend-mode: screen;
      animation: forgeBarAura .8s ease-out calc(var(--fdelay, 0ms) + 40ms) forwards
    }

    .forge-bar::after {
      content: '';
      position: absolute;
      right: 0;
      top: -5px;
      bottom: -5px;
      width: 18px;
      background: linear-gradient(90deg, transparent, rgba(147, 197, 253, .92), rgba(255, 255, 255, .66));
      border-radius: 0 3px 3px 0;
      animation: forgeBarEdge var(--fd, 1080ms) cubic-bezier(.22, .72, .16, 1) var(--fdelay, 0ms) forwards
    }

    .forge-bar.forge-cr {
      background: linear-gradient(90deg, #7F1D1D, #DC2626, #F87171)
    }

    .forge-bar.forge-cr::after {
      background: linear-gradient(90deg, transparent, rgba(252, 165, 165, .9), rgba(255, 200, 200, .6))
    }

    .forge-bar.forge-go {
      background: linear-gradient(90deg, #14532d, #16a34a, #86efac)
    }

    .forge-bar.forge-go::after {
      background: linear-gradient(90deg, transparent, rgba(187, 247, 208, .88), rgba(240, 253, 244, .62))
    }

    .forge-bar.forge-wb {
      height: 4px;
      background: linear-gradient(90deg, #075985, #0EA5E9, #7DD3FC)
    }

    .forge-bar.forge-wb::after {
      display: none
    }

    .forge-ms {
      position: absolute;
      top: 50%;
      width: 10px;
      height: 10px;
      border-radius: 2px;
      background: #a78bfa;
      transform: translateY(-50%) rotate(45deg) scale(0);
      box-shadow: 0 0 8px rgba(167, 139, 250, .4);
      animation: forgeMsPop .5s cubic-bezier(.2, 1.5, .3, 1) var(--fdelay, 0ms) forwards
    }

    .forge-links {
      position: absolute;
      top: 32px;
      left: 242px;
      right: 0;
      bottom: 0;
      pointer-events: none;
      overflow: visible;
      z-index: 5
    }

    .forge-lnk {
      fill: none;
      stroke: #38BDF8;
      stroke-width: 1.2;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      stroke-opacity: 0;
      animation: forgeLinkDraw .7s cubic-bezier(.4, 0, .2, 1) var(--ld, 0ms) forwards, forgeLinkShow .5s ease var(--ld, 0ms) forwards;
      filter: drop-shadow(0 0 3px rgba(56, 189, 248, .2))
    }

    .forge-lnk.steady {
      stroke-dasharray: 8 5;
      stroke-dashoffset: 0;
      stroke-opacity: .48;
      animation: forgeDashAnim 2s linear infinite
    }

    .forge-cursor {
      position: absolute;
      top: 32px;
      bottom: 0;
      z-index: 6;
      pointer-events: none;
      width: 2px;
      background: linear-gradient(180deg, transparent, rgba(245, 158, 11, .75) 20%, rgba(253, 224, 71, .55) 50%, rgba(245, 158, 11, .75) 80%, transparent);
      box-shadow: 0 0 14px rgba(245, 158, 11, .4), 0 0 30px rgba(245, 158, 11, .12);
      opacity: 0;
      left: 242px
    }

    .forge-cursor.sweep {
      animation: forgeCursorSweep var(--fcsd, 3s) cubic-bezier(.2, .6, .35, 1) forwards
    }

    .forge-right {
      border-left: 1px solid rgba(248, 180, 0, .12);
      background: rgba(4, 9, 18, .6);
      padding: 16px 15px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      overflow: hidden
    }

    .forge-phdr {
      font-size: 8px;
      font-weight: 700;
      color: #78716c;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      font-family: 'JetBrains Mono', monospace;
      margin-bottom: 7px
    }

    .forge-sgrid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5px
    }

    .forge-sbox {
      background: rgba(6, 13, 24, .95);
      border: 1px solid rgba(248, 180, 0, .1);
      border-radius: 6px;
      padding: 9px 10px;
      transition: border-color .4s
    }

    .forge-sbox.hi {
      border-color: rgba(245, 158, 11, .22);
      background: rgba(245, 158, 11, .05)
    }

    .forge-sval {
      font-size: 22px;
      font-weight: 900;
      color: #cbd5e1;
      font-family: 'JetBrains Mono', monospace;
      line-height: 1;
      margin-bottom: 3px
    }

    .forge-sbox.hi .forge-sval {
      color: #fcd34d
    }

    .forge-slbl {
      font-size: 8px;
      font-weight: 700;
      color: #78716c;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-family: 'JetBrains Mono', monospace
    }

    .forge-cpm-card {
      background: rgba(14, 165, 233, .05);
      border: 1px solid rgba(14, 165, 233, .18);
      border-radius: 6px;
      padding: 10px 12px;
      display: flex;
      align-items: flex-start;
      gap: 9px;
      flex-shrink: 0
    }

    .forge-cpm-icon {
      width: 28px;
      height: 28px;
      border-radius: 5px;
      background: rgba(14, 165, 233, .1);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      flex-shrink: 0;
      color: #38bdf8;
      margin-top: 1px
    }

    .forge-cpm-top {
      font-size: 10px;
      font-weight: 800;
      color: #7dd3fc;
      margin-bottom: 2px
    }

    .forge-cpm-sub {
      font-size: 9px;
      color: #94a3b8;
      font-family: 'JetBrains Mono', monospace;
      line-height: 1.4
    }

    .forge-con {
      flex: 1;
      min-height: 0;
      display: flex;
      flex-direction: column
    }

    .forge-cbox {
      flex: 1;
      min-height: 0;
      background: rgba(2, 4, 10, .92);
      border: 1px solid rgba(248, 180, 0, .11);
      border-radius: 6px;
      padding: 10px;
      overflow: hidden;
      display: flex;
      flex-direction: column
    }

    .forge-cdots {
      display: flex;
      align-items: center;
      gap: 5px;
      margin-bottom: 8px;
      padding-bottom: 7px;
      border-bottom: 1px solid rgba(248, 180, 0, .08);
      flex-shrink: 0
    }

    .forge-cdot {
      width: 7px;
      height: 7px;
      border-radius: 50%
    }

    .forge-clog {
      font-size: 10px;
      line-height: 1.7;
      overflow: auto;
      flex: 1;
      font-family: 'JetBrains Mono', monospace;
      white-space: pre-wrap
    }

    .forge-cline {
      display: block;
      opacity: 0;
      animation: forgeFadeIn .25s ease forwards
    }

    .forge-cline.cmd {
      color: #38bdf8
    }

    .forge-cline.ok {
      color: #4ade80
    }

    .forge-cline.warn {
      color: #fcd34d
    }

    .forge-cline.dim {
      color: #64748b
    }

    .forge-cline.sys {
      color: #818cf8
    }

    .forge-footer {
      flex: 0 0 56px;
      display: flex;
      align-items: center;
      border-top: 1px solid rgba(248, 180, 0, .18);
      background: rgba(4, 9, 18, .97);
      padding: 0 24px;
      position: relative;
      z-index: 2
    }

    .forge-fstep {
      font-size: 22px;
      font-weight: 900;
      color: #f59e0b;
      font-family: 'Exo 2', sans-serif;
      line-height: 1;
      margin-right: 16px;
      flex-shrink: 0;
      text-shadow: 0 0 20px rgba(245, 158, 11, .35)
    }

    .forge-fstep span {
      font-size: 11px;
      font-weight: 600;
      color: #78716c
    }

    .forge-segbar {
      flex: 1;
      display: flex;
      gap: 3px;
      align-items: center;
      margin-right: 20px
    }

    .forge-seg {
      flex: 1;
      height: 5px;
      border-radius: 2px;
      background: rgba(55, 65, 81, .2);
      transition: background .45s
    }

    .forge-seg.done {
      background: #16a34a
    }

    .forge-seg.active {
      background: linear-gradient(90deg, #d97706, #fcd34d);
      box-shadow: 0 0 6px rgba(245, 158, 11, .5);
      position: relative;
      overflow: hidden;
      animation: forgeSegPulse 1.8s ease-in-out infinite
    }

    .forge-seg.active::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .38), transparent);
      animation: forgeSweep 1.5s linear infinite
    }

    .forge-fmsg {
      font-size: 10px;
      font-weight: 700;
      color: #94a3b8;
      font-family: 'JetBrains Mono', monospace;
      max-width: 42%;
      text-align: right;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis
    }

    @keyframes nodeGlow {

      0%,
      100% {
        box-shadow: 0 0 0 4px rgba(245, 158, 11, .12), 0 0 16px rgba(245, 158, 11, .2)
      }

      50% {
        box-shadow: 0 0 0 6px rgba(245, 158, 11, .18), 0 0 26px rgba(245, 158, 11, .4)
      }
    }

    @keyframes ghostPulse {

      0%,
      100% {
        opacity: .4
      }

      50% {
        opacity: .9
      }
    }

    @keyframes ghostBarPulse {

      0%,
      100% {
        opacity: .35
      }

      50% {
        opacity: .75
      }
    }

    @keyframes ghostSweep {
      0% {
        left: -40px
      }

      100% {
        left: calc(100% + 40px)
      }
    }

    @keyframes forgeFadeIn {
      to {
        opacity: 1
      }
    }

    @keyframes forgeRowIn {
      0% {
        opacity: 0;
        transform: translate3d(-30px, 0, 0) scale(.985);
        filter: blur(5px)
      }

      55% {
        opacity: .92;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0)
      }

      100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0)
      }
    }

    @keyframes forgeBarDraw {
      0% {
        clip-path: inset(0 100% 0 0)
      }

      100% {
        clip-path: inset(0 0% 0 0)
      }
    }

    @keyframes forgeBarEdge {
      0% {
        right: 100%;
        opacity: 0
      }

      4% {
        opacity: 1
      }

      93% {
        right: -5px;
        opacity: .85
      }

      100% {
        right: -5px;
        opacity: 0
      }
    }

    @keyframes forgeNameSweep {
      0% {
        transform: translateX(-130%);
        opacity: 0
      }

      18% {
        opacity: .7
      }

      100% {
        transform: translateX(320%);
        opacity: 0
      }
    }

    @keyframes forgeBarAura {
      0% {
        opacity: 0
      }

      35% {
        opacity: .95
      }

      100% {
        opacity: 0
      }
    }

    @keyframes forgeBarSettle {
      0% {
        transform: translateY(-50%) scaleX(.96)
      }

      100% {
        transform: translateY(-50%) scaleX(1)
      }
    }

    @keyframes forgeMsPop {
      to {
        transform: translateY(-50%) rotate(45deg) scale(1)
      }
    }

    @keyframes forgeLinkDraw {
      to {
        stroke-dashoffset: 0
      }
    }

    @keyframes forgeLinkShow {
      to {
        stroke-opacity: .5
      }
    }

    @keyframes forgeDashAnim {
      to {
        stroke-dashoffset: -26
      }
    }

    @keyframes forgeCursorSweep {
      0% {
        left: 242px;
        opacity: 0
      }

      4% {
        opacity: 1
      }

      93% {
        opacity: .8
      }

      100% {
        left: calc(100%);
        opacity: 0
      }
    }

    @keyframes forgeSegPulse {

      0%,
      100% {
        box-shadow: 0 0 6px rgba(245, 158, 11, .5)
      }

      50% {
        box-shadow: 0 0 14px rgba(245, 158, 11, .8)
      }
    }

    @keyframes forgeSweep {
      0% {
        transform: translateX(-140%)
      }

      100% {
        transform: translateX(180%)
      }
    }

    @keyframes forgeBarSweep {
      0% {
        left: -24px
      }

      100% {
        left: calc(100% + 24px)
      }
    }

    @keyframes forgeRowPulse {
      0% {
        background: rgba(245, 158, 11, .14)
      }

      100% {
        background: transparent
      }
    }

    @media (max-width:1100px) {
      .forge-main {
        grid-template-columns: 220px 1fr
      }

      .forge-right {
        display: none
      }
    }

    @media (max-width:760px) {
      .forge-main {
        grid-template-columns: 1fr
      }

      .forge-pipeline {
        display: none
      }

      .forge-logo {
        padding: 0 14px
      }

      .forge-chips {
        gap: 4px;
        padding: 0 8px;
        overflow: auto
      }

      .forge-badge {
        display: none
      }
    }
