:root{--card: #ffffff;--ring: #94a3b8;--input: #eef2f6;--muted: #f4f7fb;--accent: #eef3f8;--border: #d7e0ea;--radius: .625rem;--chart-1: #b6c9ff;--chart-2: #4169e1;--chart-3: #3157d5;--chart-4: #284ab8;--chart-5: #203a90;--popover: #ffffff;--primary: #171f2b;--sidebar: #1c2431;--spacing: .25rem;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--secondary: #eef3f8;--background: #f5f7fb;--font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--foreground: #122033;--destructive: #dc2828;--sidebar-ring: #3a4758;--sidebar-accent: #2a3545;--sidebar-border: #314051;--card-foreground: #122033;--sidebar-primary: #ffffff;--muted-foreground: #6a7a90;--accent-foreground: #171f2b;--popover-foreground: #122033;--primary-foreground: #fafafa;--sidebar-foreground: #f8fafc;--secondary-foreground: #171f2b;--destructive-foreground: #ffffff;--sidebar-accent-foreground: #ffffff;--sidebar-primary-foreground: #1c2431}.dark{--card: #ffffff;--ring: #94a3b8;--input: #eef2f6;--muted: #f4f7fb;--accent: #eef3f8;--border: #d7e0ea;--chart-1: #b6c9ff;--chart-2: #4169e1;--chart-3: #3157d5;--chart-4: #284ab8;--chart-5: #203a90;--popover: #ffffff;--primary: #171f2b;--sidebar: #1c2431;--secondary: #eef3f8;--background: #f5f7fb;--foreground: #122033;--destructive: #dc2828;--sidebar-ring: #3a4758;--sidebar-accent: #2a3545;--sidebar-border: #314051;--card-foreground: #122033;--sidebar-primary: #ffffff;--muted-foreground: #6a7a90;--accent-foreground: #171f2b;--popover-foreground: #122033;--primary-foreground: #fafafa;--sidebar-foreground: #f8fafc;--secondary-foreground: #171f2b;--destructive-foreground: #ffffff;--sidebar-accent-foreground: #ffffff;--sidebar-primary-foreground: #1c2431}@theme inline{ --color-card: var(--card); --color-ring: var(--ring); --color-input: var(--input); --color-muted: var(--muted); --color-accent: var(--accent); --color-border: var(--border); --color-radius: var(--radius); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --color-popover: var(--popover); --color-primary: var(--primary); --color-sidebar: var(--sidebar); --color-spacing: var(--spacing); --color-font-mono: var(--font-mono); --color-font-sans: var(--font-sans); --color-secondary: var(--secondary); --color-background: var(--background); --color-font-serif: var(--font-serif); --color-foreground: var(--foreground); --color-destructive: var(--destructive); --color-sidebar-ring: var(--sidebar-ring); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-border: var(--sidebar-border); --color-card-foreground: var(--card-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-muted-foreground: var(--muted-foreground); --color-accent-foreground: var(--accent-foreground); --color-popover-foreground: var(--popover-foreground); --color-primary-foreground: var(--primary-foreground); --color-sidebar-foreground: var(--sidebar-foreground); --color-secondary-foreground: var(--secondary-foreground); --color-destructive-foreground: var(--destructive-foreground); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); }*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans)}button,input,select,textarea{font:inherit}
