.field { margin-bottom: 14px; }
.field label { display: block; color: var(--muted); font-size: 13px; margin: 0 0 7px; }
.input, .select {
  width: 100%; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.08); color: var(--text); padding: 13px 14px; outline: none;
}
.input:focus, .select:focus { border-color: rgba(94,234,212,.65); box-shadow: 0 0 0 4px rgba(94,234,212,.12); }
.select option { color: #0f172a; }
.toggle { width: 50px; height: 28px; border-radius: 999px; background: rgba(52,211,153,.25); border: 1px solid rgba(52,211,153,.45); padding: 3px; }
.toggle span { display: block; width: 20px; height: 20px; border-radius: 50%; background: var(--ok); margin-left: auto; }
.toggle.off { background: rgba(251,113,133,.22); border-color: rgba(251,113,133,.45); }
.toggle.off span { background: var(--danger); margin-left: 0; }
.switch { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.stepper { display: flex; gap: 10px; align-items: center; }
.stepper button { width: 42px; height: 42px; border-radius: 14px; border: 1px solid var(--line); color: var(--text); background: rgba(255,255,255,.08); }
.stepper strong { min-width: 58px; text-align: center; font-size: 24px; }
