@layer components {
  .switch { display: flex; align-items: center; gap: var(--space); cursor: pointer; }
  .switch__input { width: 1.25rem; height: 1.25rem; accent-color: var(--accent); }
  .switch__label { font-size: var(--text-base); }
}
