.themed-dark.preset.aqua_classic {
  --accent: #6B6B6B;
  --accent-strong: #4A4A4A;
  --accent-on: #FFFFFF;
  --bg: linear-gradient(180deg, #2D2D2D 0%, #1A1A1A 100%);
  --surface: linear-gradient(180deg, #3D3D3D 0%, #2D2D2D 100%);
  --surface-2: linear-gradient(180deg, #4A4A4A 0%, #3A3A3A 100%);
  --on-surface: #E5E5E5;
  --label-color: #B8B8B8;
  --input-border: 1px solid #555555;
  --input-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(0, 0, 0, 0.4);
  --shadow-form: 0 8px 24px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.preset.aqua_classic {
  --font: 'Inter', 'Lucida Grande', sans-serif;
  --accent: #4D90FE; --accent-strong: #3870c5; --accent-on: #fff;
  --bg: linear-gradient(180deg, #d5e0ec, #b0c5dc);
  --surface: linear-gradient(180deg, #fff, #e6e6e6);
  --on-surface: #000; --label-color: #303030;
  --radius-sm: 8px; --radius-md: 12px; --radius-lg: 16px; --radius-btn: 999px;
  --pad-y: 9px; --pad-x: 12px;
  --shadow-form: 0 8px 24px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.6);
  --input-border: 1px solid #888;
  --input-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.06);
  --gap-field: 11px;
}
.preset.aqua_classic .btn-primary {
  background: linear-gradient(180deg, #6da8ff, #2768d8);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
}
.preset.aqua_classic input {
  background: linear-gradient(180deg, #fff, #e6e6e6);
}
