.oah-gcb {
  border: 1px solid #e6e8ef;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
  max-width: 1100px;
}

.oah-gcb__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.oah-gcb__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.oah-gcb__meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 13px;
  opacity: 0.9;
}

.oah-gcb__meta-item strong {
  font-weight: 700;
}

/* Variant toggle */
.oah-gcb__variant {
  margin-top: 10px;
  border: 1px solid #e6e8ef;
  background: #fff;
  border-radius: 14px;
  padding: 10px 12px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.oah-gcb__variant-label {
  font-size: 13px;
  font-weight: 700;
}

.oah-gcb__variant-option {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #eef0f6;
  border-radius: 999px;
  padding: 6px 10px;
}

.oah-gcb__variant-note {
  font-size: 12px;
  opacity: 0.75;
}

.oah-gcb__textarea {
  margin-top: 12px;
  width: 100%;
  resize: vertical;
  min-height: 190px;
  border-radius: 12px;
  border: 1px solid #e6e8ef;
  padding: 12px;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
}

.oah-gcb__textarea:focus {
  border-color: #cfd6ff;
  box-shadow: 0 0 0 4px rgba(0,0,0,0.04);
}

.oah-gcb__actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.oah-gcb__btn {
  border-radius: 999px;
  padding: 10px 16px;
  border: 1px solid #e6e8ef;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

.oah-gcb__btn--primary {
  border-color: #d7dcff;
  box-shadow: 0 10px 18px rgba(0,0,0,0.05);
}

.oah-gcb__btn--ghost {
  background: transparent;
}

.oah-gcb__panels {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.oah-gcb__panel {
  border: 1px solid #e6e8ef;
  border-radius: 14px;
  padding: 12px;
  background: #fff;
}

.oah-gcb__panel-title {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 14px;
}

.oah-gcb__empty {
  font-size: 13px;
  opacity: 0.8;
}

.oah-gcb__ok {
  padding: 10px 12px;
  border: 1px solid #e6e8ef;
  border-radius: 12px;
  background: #fafbff;
  font-size: 13px;
}

.oah-gcb__issue {
  border: 1px solid #eef0f6;
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 10px;
  background: #ffffff;
}

.oah-gcb__issue-head {
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;
}

.oah-gcb__badge {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #e6e8ef;
  padding: 2px 10px;
  border-radius: 999px;
  opacity: 0.9;
}

.oah-gcb__issue-title {
  font-size: 13px;
}

.oah-gcb__snippet {
  margin-top: 6px;
  font-size: 12px;
  opacity: 0.85;
}

.oah-gcb__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.oah-gcb__stat {
  border: 1px solid #eef0f6;
  border-radius: 12px;
  padding: 10px 12px;
}

.oah-gcb__stat span {
  display: block;
  font-size: 12px;
  opacity: 0.8;
  margin-bottom: 4px;
}

.oah-gcb__stat strong {
  font-size: 16px;
  font-weight: 800;
}

.oah-gcb__note {
  margin-top: 8px;
  font-size: 13px;
  opacity: 0.85;
}

.oah-gcb__disclaimer {
  margin-top: 12px;
  font-size: 12px;
  opacity: 0.75;
}

@media (max-width: 900px) {
  .oah-gcb__panels {
    grid-template-columns: 1fr;
  }
}
