.themed-dark.preset.frutiger_aero {
  --accent: #4FC3F7;
  --accent-strong: #29B6F6;
  --accent-on: #FFFFFF;
  --bg: linear-gradient(180deg, #0A1A2F 0%, #1C3358 100%);
  --surface: rgba(70, 130, 200, 0.25);
  --surface-2: rgba(90, 150, 220, 0.32);
  --on-surface: #FFFFFF;
  --label-color: #B8D4F0;
  --input-border: 1px solid rgba(150, 200, 240, 0.4);
  --shadow-form: 0 8px 24px rgba(0, 50, 100, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.preset.frutiger_aero {
  --font: 'Inter', sans-serif;
  --accent: #00B7FF; --accent-strong: #0091cc; --accent-on: #fff;
  --bg: linear-gradient(180deg, #cdeaff 0%, #e0fff0 100%);
  --surface: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(220,240,255,0.85));
  --on-surface: #003a5c; --label-color: #006ba1;
  --radius-sm: 8px; --radius-md: 12px; --radius-lg: 20px; --radius-btn: 999px;
  --pad-y: 10px; --pad-x: 14px;
  --shadow-form: 0 8px 24px rgba(0,140,200,0.18), inset 0 1px 0 rgba(255,255,255,0.9);
  --input-border: 1px solid rgba(0,140,200,0.3);
  --input-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
  --gap-field: 12px;
  --pad-form: 22px;
}
.preset.frutiger_aero .btn-primary {
  background: linear-gradient(180deg, #6ad0ff, #00B7FF 50%, #0095d8);
  box-shadow: 0 2px 6px rgba(0,140,200,0.4), inset 0 1px 0 rgba(255,255,255,0.6);
}
