.gic { max-width: 640px; }
.gic-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.gic-tab {
  padding: 8px 12px; font-size: 13px; font-weight: 700; border: 1px solid #d9e0d4; border-radius: 6px;
  background: #fff; cursor: pointer; color: #27331f;
}
.gic-tab-active { background: #19616a; border-color: #19616a; color: #fff; }
.gic-panel { display: flex; flex-direction: column; gap: 12px; }
.gic-panel label { display: flex; flex-direction: column; gap: 4px; font-size: 13px; font-weight: 700; color: #27331f; }
.gic-panel input, .gic-panel select { padding: 9px 11px; font-size: 14.5px; border: 1px solid #d9e0d4; border-radius: 6px; }
.gic-panel input:focus, .gic-panel select:focus { outline: 2px solid #19616a; outline-offset: 1px; }
.gic-row2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.gic-row3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gic-row4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gic-check-row { display: flex; flex-wrap: wrap; gap: 14px; }
.gic-check {
  flex-direction: row !important; align-items: center; gap: 6px !important; font-weight: 700;
}
.gic-check input[type="checkbox"] { width: auto; padding: 0; }
.gic-check-inline { justify-content: flex-end; }
.gic-subrow {
  display: flex; flex-wrap: wrap; gap: 10px; align-items: flex-end; padding: 10px; background: #f3f4f8;
  border: 1px solid #d9e0d4; border-radius: 6px;
}
.gic-subrow label { flex: 1 1 120px; }
.gic-out { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.gic-cmd {
  display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap;
  padding: 10px 12px; background: #f3f4f8; border: 1px solid #d9e0d4; border-radius: 6px;
}
.gic-cmd code { font-family: ui-monospace, monospace; font-size: 13.5px; color: #19616a; font-weight: 700; word-break: break-all; }
.gic-cmd span { font-size: 12.5px; color: #5b6b56; }
.gic-hint { font-size: 12.5px; color: #5b6b56; margin: 4px 0 0; }
.gic-note { margin-top: 16px; font-size: 13px; color: #5b6b56; }

@media (max-width: 480px) {
  .gic-row2, .gic-row3, .gic-row4 { grid-template-columns: 1fr; }
}
