.gp34-flow-monitor {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding: 34px clamp(24px, 3.2vw, 72px) 72px;
  background: #f6f8fb;
  color: #102033;
}

.gp34-flow-monitor-shell {
  background: #fff;
  border: 1px solid rgba(16,32,51,.12);
  border-radius: 26px;
  box-shadow: 0 18px 50px rgba(16,32,51,.07);
  padding: 26px;
}

.gp34-flow-monitor-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 22px;
}

.gp34-flow-monitor-kicker {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  background: #edf4ff;
  color: #315b9f;
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 12px;
}

.gp34-flow-monitor-head h2 {
  margin: 0;
  font-size: clamp(26px, 2.5vw, 42px);
  letter-spacing: -.04em;
}

.gp34-flow-monitor-head p {
  max-width: 980px;
  margin: 10px 0 0;
  color: #627086;
  line-height: 1.6;
}

.gp34-flow-monitor-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gp34-flow-monitor-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  font-weight: 850;
  background: #fff;
  color: #40506a;
  border: 1px solid rgba(16,32,51,.12);
  font-size: 13px;
}

.gp34-flow-monitor-metrics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 12px;
  margin: 16px 0 22px;
}

.gp34-flow-monitor-metric {
  background: #f8fbff;
  border: 1px solid rgba(16,32,51,.1);
  border-radius: 18px;
  padding: 15px;
}

.gp34-flow-monitor-metric strong {
  display: block;
  font-size: 24px;
  letter-spacing: -.04em;
}

.gp34-flow-monitor-metric span {
  display: block;
  margin-top: 5px;
  color: #627086;
  font-weight: 750;
}

.gp34-flow-monitor-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  gap: 18px;
  align-items: start;
}

.gp34-flow-monitor-card {
  background: #f8fbff;
  border: 1px solid rgba(16,32,51,.1);
  border-radius: 22px;
  padding: 20px;
}

.gp34-flow-monitor-card h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -.03em;
}

.gp34-flow-monitor-card p {
  color: #627086;
  line-height: 1.55;
}

.gp34-flow-monitor-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(16,32,51,.1);
  border-radius: 18px;
  margin-top: 16px;
}

.gp34-flow-monitor-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  background: #fff;
}

.gp34-flow-monitor-table th,
.gp34-flow-monitor-table td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(16,32,51,.08);
  text-align: left;
  vertical-align: middle;
}

.gp34-flow-monitor-table th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #627086;
  background: #f8fbff;
}

.gp34-flow-monitor-badge {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #edf4ff;
  color: #315b9f;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.gp34-flow-monitor-table a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #102033;
  color: #fff;
  text-decoration: none;
  font-weight: 850;
  font-size: 13px;
  white-space: nowrap;
}

.gp34-flow-monitor-health {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.gp34-flow-monitor-health-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  border: 1px solid rgba(16,32,51,.1);
  border-radius: 16px;
  padding: 12px 14px;
}

.gp34-flow-monitor-health-row strong {
  font-size: 14px;
}

.gp34-flow-monitor-health-row span {
  color: #627086;
  font-weight: 850;
}

.gp34-flow-monitor-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 20px;
  background: #102033;
  color: #fff;
}

.gp34-flow-monitor-note p {
  margin: 6px 0 0;
  color: rgba(255,255,255,.72);
  line-height: 1.55;
}

@media(max-width:1280px) {
  .gp34-flow-monitor-metrics { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .gp34-flow-monitor-layout { grid-template-columns: 1fr; }
}

@media(max-width:760px) {
  .gp34-flow-monitor { padding-left: 16px; padding-right: 16px; }
  .gp34-flow-monitor-metrics { grid-template-columns: 1fr; }
}

/* GP34_OPERATOR_FLOW_MONITOR_B12 */
