.preset.memphis_pop {
  --font: 'Bebas Neue', 'Inter', sans-serif;
  --accent: #FF66B2; --accent-strong: #e0479a; --accent-on: #fff;
  --bg: #FFF8DC; --surface: #fff; --on-surface: #1a1a1a; --label-color: #333;
  --radius-sm: 0; --radius-md: 6px; --radius-lg: 12px; --radius-btn: 999px;
  --pad-y: 10px; --pad-x: 14px;
  --shadow-form: 8px 8px 0 #00B5E2, 0 0 0 3px #1a1a1a;
  --input-border: 3px solid #1a1a1a;
  --gap-field: 14px;
  --pad-form: 24px;
  --font-size-title: 26px; --letter-title: 0.04em;
  --letter-btn: 0.05em; --btn-case: uppercase;
}
.preset.memphis_pop .form-card { background:
  repeating-linear-gradient(45deg, #fff 0 8px, #FFE0F0 8px 16px); }
