@theme inline{ --color-primary: #1565c0;  --color-primary-dark: #0d47a1;  --color-primary-light: #1976d2;  --color-secondary: #1e88e5;   --color-accent: #f5a623;  --color-accent-light: #ffc107;   --color-blue-soft: #e3f2fd;  --color-blue-mid: #bbdefb;   --color-background: #f8fafc;  --color-surface: #fff;  --color-foreground: #1a2332;  --color-muted: #64748b;  --color-border: #e2e8f0;   --color-success: #16a34a; --color-error: #dc2626; --color-warning: #d97706;  --radius-sm: .25rem;  --radius: .5rem;  --radius-md: .75rem;  --radius-lg: 1rem;  --radius-xl: 1.5rem;  --radius-full: 9999px;   --shadow-card: 0 1px 3px #00000014, 0 4px 16px #1565c014; --shadow-card-hover: 0 4px 12px #0000001a, 0 8px 32px #1565c026; --shadow-sm: 0 1px 2px #0000000d; --shadow-md: 0 4px 6px #00000012; --shadow-lg: 0 10px 15px #0000001a;}.gradient-primary{background:linear-gradient(135deg,#1565c0 0%,#1976d2 50%,#1e88e5 100%)}.gradient-hero{background:linear-gradient(160deg,#0d47a1 0%,#1565c0 40%,#1976d2 100%)}.text-gradient{background:linear-gradient(135deg,#1565c0,#1e88e5);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-background);color:var(--color-foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
