.settings-tabs { margin-bottom: 8px; overflow-x: auto; white-space: nowrap; }
.settings-content { height: clamp(280px, calc(100vh - 280px), 640px); min-height: 0; overflow: auto; }
.settings-table { max-height: calc(100vh - 385px); overflow: auto; }
.settings-table .data-table { min-width: 1080px; }
.settings-table td { vertical-align: top; }
.settings-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 8px; }
.settings-toolbar p { margin: 0; color: var(--muted); font-size: 12px; }
.settings-section-title { margin: 12px 0 6px; font-size: 13px; }
.settings-value { max-width: 350px; white-space: normal; line-height: 1.35; }
.settings-history { max-height: calc(100vh - 385px); overflow: auto; }
.settings-history .data-table { min-width: 1250px; }
.settings-boolean { font-weight: 700; }
.settings-boolean.is-yes { color: #225c2b; }
.settings-boolean.is-no { color: #8b2c2c; }
.settings-rule-form .field textarea { min-height: 92px; font-family: Consolas, monospace; font-size: 11px; }
.settings-access-blocked { color: #8b2c2c; font-weight: 700; }
.settings-access-active { color: #225c2b; font-weight: 700; }
@media (max-width: 900px) {
  .settings-toolbar { align-items: stretch; flex-direction: column; }
  .settings-content { height: auto; max-height: none; }
  .settings-table { max-height: 420px; }
}
