.themed-dark.preset.ios_cupertino {
  --accent: #0A84FF;
  --accent-strong: #0070d8;
  --bg: #000000;
  --surface: #1C1C1E;
  --surface-2: #2C2C2E;
  --on-surface: #FFFFFF;
  --label-color: rgba(235, 235, 245, 0.6);
  --input-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
  --shadow-form: 0 1px 0 rgba(255, 255, 255, 0.04);
}
.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;
}
