.cc-map { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; margin: 16px 0; }
.cc-row { display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 10px; }
.cc-row > span { font-size: .8rem; font-weight: 650; color: var(--text-2); }
.cc-row select { min-height: 34px; }

.cc-actions { margin: 12px 0; }
.cc-h { margin-top: 18px; }
.cc-preview { margin: 8px 0 0; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); font-family: var(--mono); font-size: .8rem; white-space: pre-wrap; word-break: break-word; max-height: 320px; overflow: auto; }

.cc-tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; margin: 12px 0; }
.cc-table { border-collapse: collapse; font-size: .8rem; width: 100%; }
.cc-table th, .cc-table td { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 5px 9px; text-align: left; white-space: nowrap; max-width: 220px; overflow: hidden; text-overflow: ellipsis; }
.cc-table th { background: var(--bg); font-weight: 650; color: var(--text-2); position: sticky; top: 0; }

@media (max-width: 720px) {
  .cc-map { grid-template-columns: 1fr; }
}
