:root{--app-brand-image: none}:root{--app-primary: #06b6d4;--app-background: #020617;--app-foreground: #f8fafc;--app-radius: .75rem}:root{color-scheme:dark;--app-background: #020617;--app-foreground: #f8fafc;--app-card: #0f172a;--app-card-foreground: #f8fafc;--app-popover: #0f172a;--app-popover-foreground: #f8fafc;--app-primary: #06b6d4;--app-primary-foreground: #042f2e;--app-secondary: #1e293b;--app-secondary-foreground: #f8fafc;--app-muted: #1e293b;--app-muted-foreground: #94a3b8;--app-accent: #164e63;--app-accent-foreground: #ecfeff;--app-destructive: #dc2626;--app-destructive-foreground: #fff7ed;--app-success: #16a34a;--app-success-foreground: #f0fdf4;--app-warning: #f59e0b;--app-warning-foreground: #451a03;--app-info: #2563eb;--app-info-foreground: #eff6ff;--app-border: #334155;--app-input: #475569;--app-ring: #22d3ee;--app-chart-1: #06b6d4;--app-chart-2: #8b5cf6;--app-chart-3: #f59e0b;--app-chart-4: #10b981;--app-chart-5: #f43f5e;--app-radius-none: 0rem;--app-radius-sm: .375rem;--app-radius-md: .75rem;--app-radius-lg: 1rem;--app-radius-xl: 1.5rem;--app-radius-full: 9999px;--app-spacing-0: 0rem;--app-spacing-2xs: .25rem;--app-spacing-xs: .5rem;--app-spacing-sm: .75rem;--app-spacing-md: 1rem;--app-spacing-lg: 1.5rem;--app-spacing-xl: 2rem;--app-spacing-2xl: 3rem;--app-spacing-3xl: 4rem;--app-radius: var(--app-radius-md)}@theme inline{ --color-background: var(--app-background); --color-foreground: var(--app-foreground); --color-card: var(--app-card); --color-card-foreground: var(--app-card-foreground); --color-popover: var(--app-popover); --color-popover-foreground: var(--app-popover-foreground); --color-primary: var(--app-primary); --color-primary-foreground: var(--app-primary-foreground); --color-secondary: var(--app-secondary); --color-secondary-foreground: var(--app-secondary-foreground); --color-muted: var(--app-muted); --color-muted-foreground: var(--app-muted-foreground); --color-accent: var(--app-accent); --color-accent-foreground: var(--app-accent-foreground); --color-destructive: var(--app-destructive); --color-destructive-foreground: var(--app-destructive-foreground); --color-success: var(--app-success); --color-success-foreground: var(--app-success-foreground); --color-warning: var(--app-warning); --color-warning-foreground: var(--app-warning-foreground); --color-info: var(--app-info); --color-info-foreground: var(--app-info-foreground); --color-border: var(--app-border); --color-input: var(--app-input); --color-ring: var(--app-ring); --color-chart-1: var(--app-chart-1); --color-chart-2: var(--app-chart-2); --color-chart-3: var(--app-chart-3); --color-chart-4: var(--app-chart-4); --color-chart-5: var(--app-chart-5); --radius-app-none: var(--app-radius-none); --radius-app-sm: var(--app-radius-sm); --radius-app-md: var(--app-radius-md); --radius-app-lg: var(--app-radius-lg); --radius-app-xl: var(--app-radius-xl); --radius-app-full: var(--app-radius-full); --spacing-app-0: var(--app-spacing-0); --spacing-app-2xs: var(--app-spacing-2xs); --spacing-app-xs: var(--app-spacing-xs); --spacing-app-sm: var(--app-spacing-sm); --spacing-app-md: var(--app-spacing-md); --spacing-app-lg: var(--app-spacing-lg); --spacing-app-xl: var(--app-spacing-xl); --spacing-app-2xl: var(--app-spacing-2xl); --spacing-app-3xl: var(--app-spacing-3xl); }body{background:var(--app-background);color:var(--app-foreground)}
