/* ==============================
   Settings Design Tokens (--s-* namespace)
   Scoped to settings pages only — does not override global tokens.
============================== */
:root {
  --s-bg-base:         #0d0d0d;
  --s-bg-surface:      #161616;
  --s-bg-hover:        rgba(255, 255, 255, 0.04);
  --s-accent:          #e8449a;
  --s-text-primary:    #f0f0f0;
  --s-text-muted:      rgba(255, 255, 255, 0.4);
  --s-border-subtle:   rgba(255, 255, 255, 0.06);
  --s-danger-red:      #e84444;
  --s-radius-sm:       4px;
  --s-radius-md:       8px;
  --s-transition-fast: 150ms ease;
}

/* Settings page styles (neon theme) */

.settings-table { width:100%;border-collapse:collapse;margin-top:8px }
.settings-table th, .settings-table td { padding:8px 10px;border-bottom:1px solid rgba(255,255,255,0.03);color:#ddd }

.toast-success { background: #0f7; }
