/* V2 面板微调 */
.api-intel-token-once {
  margin-top: 0.75rem;
  padding: 0.75rem;
  background: #f7f4ef;
  border: 1px dashed #b08a5a;
  white-space: pre-wrap;
  word-break: break-all;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.82rem;
}
.api-intel-tabpanel[data-panel="patch"] .api-intel-card,
.api-intel-tabpanel[data-panel="schedule"] .api-intel-card,
.api-intel-tabpanel[data-panel="reports"] .api-intel-card {
  margin-bottom: 1rem;
}
.api-intel-tabs .api-intel-tab {
  white-space: nowrap;
}
@media (max-width: 900px) {
  .api-intel-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
