.preset.material3 {
  --font: 'Roboto', 'Inter', sans-serif;
  --accent: #6750A4; --accent-strong: #543c91; --accent-on: #fff;
  --bg: #FFFBFE; --surface: #fff; --on-surface: #1C1B1F; --label-color: #49454F;
  --radius-sm: 8px; --radius-md: 12px; --radius-lg: 24px; --radius-btn: 100px;
  --pad-y: 14px; --pad-x: 16px;
  --shadow-form: 0 1px 3px rgba(0,0,0,0.12), 0 4px 12px rgba(0,0,0,0.08);
  --input-border: 1px solid #79747E;
  --btn-shadow: 0 1px 2px rgba(0,0,0,0.1);
  --gap-field: 16px;
}
