.preset.windows_11 {
  --font: 'Inter', 'Segoe UI', sans-serif;
  --accent: #0067C0; --accent-strong: #005ba1; --accent-on: #fff;
  --bg: linear-gradient(135deg, rgba(243,243,243,0.98), rgba(248,248,250,0.98));
  --surface: rgba(255,255,255,0.85); --on-surface: #1B1B1B; --label-color: #5C5C5C;
  --radius-sm: 4px; --radius-md: 6px; --radius-lg: 8px; --radius-btn: 4px;
  --pad-y: 9px; --pad-x: 12px;
  --shadow-form: 0 4px 14px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.05);
  --input-border: 1px solid #d1d1d1;
  --input-shadow: inset 0 -1px 0 rgba(0,0,0,0.08);
  --gap-field: 11px;
  --btn-secondary-border: 1px solid #d1d1d1;
}
