/* WBS LEVEL 2+ — Activity */
    .g-left.lv2,
    .g-left.lv3 {
      background: rgba(4, 10, 24, .65);
      border-bottom: 1px solid rgba(148, 163, 184, .04);
      border-right: 1px solid rgba(59, 130, 246, .08);
      display: flex;
      align-items: center;
      gap: 7px;
      padding: 0 10px;
      min-height: 30px;
      transition: background .13s;
    }

    .g-left.lv2 .rname {
      font-size: 11px;
      font-weight: 600;
      color: var(--so);
    }

    .g-left.lv3 .rname {
      font-size: 10.5px;
      font-weight: 500;
      color: var(--mu);
    }

    .g-left:hover .rname {
      color: var(--st) !important;
    }

    .rcode {
      font-size: 9px;
      font-weight: 800;
      padding: 2px 6px;
      border-radius: 5px;
      background: rgba(59, 130, 246, .12);
      color: #60a5fa;
      white-space: nowrap;
      flex-shrink: 0;
      font-family: 'JetBrains Mono', monospace;
    }

    .rname {
      flex: 1;
      line-height: 1.25;
      min-width: 0;
    }

    .rdur {
      font-size: 9.5px;
      font-weight: 800;
      color: var(--am);
      white-space: nowrap;
      flex-shrink: 0;
      font-family: 'JetBrains Mono', monospace;
    }
