/* Stoklosa ID - custom theme polish */
:root {
  --brand-1: #818cf8;
  --brand-2: #6366f1;
  --brand-3: #4f46e5;
}

/* Soft gradient backdrop behind the auth card */
body {
  background:
    radial-gradient(1200px 600px at 50% -10%, rgba(99, 102, 241, 0.18), transparent 60%),
    radial-gradient(900px 500px at 100% 110%, rgba(129, 140, 248, 0.12), transparent 60%);
}

/* Rounder cards, subtle depth */
.mat-mdc-card,
.card,
mat-card {
  border-radius: 16px !important;
  box-shadow: 0 10px 30px rgba(79, 70, 229, 0.12) !important;
}

/* Primary buttons pick up the brand gradient */
button.mat-mdc-raised-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary {
  background-image: linear-gradient(135deg, var(--brand-1), var(--brand-3)) !important;
}
