/* ========================================================
   Austria flag-tinted overrides for Official Merchant Pay
   Red / White / Red (Bundesflagge Österreich)
   ======================================================== */
:root{
  --accent:#ED2939;
  --accent-2:#FFFFFF;
  --grad-accent:linear-gradient(135deg,#a51d2b 0%,#ED2939 55%,#f25564 100%);
}
body::before{
  background:
    radial-gradient(ellipse 140% 120% at 50% 50%, #f5f6f8 0%, #e2e5ea 50%, #c8ccd3 100%) !important;
}
[data-theme="dark"]::before{
  background:radial-gradient(ellipse 140% 120% at 50% 50%, #2a0a0d 0%, #1a0507 50%, #0a0203 100%) !important;
}
