/* Custom Flow Styles - Tabler Compatible */

/* Logo with gradient effect - ONLY custom style we keep */
.logo {
  background: linear-gradient(135deg, var(--tblr-primary) 0%, #818cf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
  font-size: 24px;
}
