.preset.ios_cupertino {
  --font: -apple-system, 'Inter', sans-serif;
  --accent: #007AFF; --accent-strong: #0062cc; --accent-on: #fff;
  --bg: #F2F2F7; --surface: #fff; --on-surface: #000; --label-color: #6c6c70;
  --radius-sm: 10px; --radius-md: 14px; --radius-lg: 20px; --radius-btn: 999px;
  --pad-y: 12px; --pad-x: 16px;
  --shadow-form: 0 1px 0 rgba(0,0,0,0.04);
  --input-border: 0; --input-shadow: 0 0 0 1px rgba(0,0,0,0.06);
  --gap-field: 12px;
  --pad-form: 22px;
  --pad-btn-x: 24px; --font-weight-btn: 600;
}
