diff --git a/orchestrator/src/index.css b/orchestrator/src/index.css index c864fe0..a9f4e5a 100644 --- a/orchestrator/src/index.css +++ b/orchestrator/src/index.css @@ -47,75 +47,144 @@ --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); + --font-sans: Geist Mono, ui-monospace, monospace; + --font-mono: JetBrains Mono, monospace; + --font-serif: serif; + --radius: 0.75rem; + --tracking-tighter: calc(var(--tracking-normal) - 0.05em); + --tracking-tight: calc(var(--tracking-normal) - 0.025em); + --tracking-wide: calc(var(--tracking-normal) + 0.025em); + --tracking-wider: calc(var(--tracking-normal) + 0.05em); + --tracking-widest: calc(var(--tracking-normal) + 0.1em); + --tracking-normal: var(--tracking-normal); + --shadow-2xl: var(--shadow-2xl); + --shadow-xl: var(--shadow-xl); + --shadow-lg: var(--shadow-lg); + --shadow-md: var(--shadow-md); + --shadow: var(--shadow); + --shadow-sm: var(--shadow-sm); + --shadow-xs: var(--shadow-xs); + --shadow-2xs: var(--shadow-2xs); + --spacing: var(--spacing); + --letter-spacing: var(--letter-spacing); + --shadow-offset-y: var(--shadow-offset-y); + --shadow-offset-x: var(--shadow-offset-x); + --shadow-spread: var(--shadow-spread); + --shadow-blur: var(--shadow-blur); + --shadow-opacity: var(--shadow-opacity); + --color-shadow-color: var(--shadow-color); + --color-destructive-foreground: var(--destructive-foreground); } :root { - --radius: 0.625rem; - --background: oklch(1 0 0); - --foreground: oklch(0.145 0 0); - --card: oklch(1 0 0); - --card-foreground: oklch(0.145 0 0); - --popover: oklch(1 0 0); - --popover-foreground: oklch(0.145 0 0); - --primary: oklch(0.205 0 0); - --primary-foreground: oklch(0.985 0 0); - --secondary: oklch(0.97 0 0); - --secondary-foreground: oklch(0.205 0 0); - --muted: oklch(0.97 0 0); - --muted-foreground: oklch(0.556 0 0); - --accent: oklch(0.97 0 0); - --accent-foreground: oklch(0.205 0 0); - --destructive: oklch(0.577 0.245 27.325); - --border: oklch(0.922 0 0); - --input: oklch(0.922 0 0); - --ring: oklch(0.708 0 0); - --chart-1: oklch(0.646 0.222 41.116); - --chart-2: oklch(0.6 0.118 184.704); - --chart-3: oklch(0.398 0.07 227.392); - --chart-4: oklch(0.828 0.189 84.429); - --chart-5: oklch(0.769 0.188 70.08); - --sidebar: oklch(0.985 0 0); - --sidebar-foreground: oklch(0.145 0 0); - --sidebar-primary: oklch(0.205 0 0); - --sidebar-primary-foreground: oklch(0.985 0 0); - --sidebar-accent: oklch(0.97 0 0); - --sidebar-accent-foreground: oklch(0.205 0 0); - --sidebar-border: oklch(0.922 0 0); - --sidebar-ring: oklch(0.708 0 0); + --radius: 0.75rem; + --background: oklch(1.0000 0 0); + --foreground: oklch(0.2101 0.0318 264.6645); + --card: oklch(1.0000 0 0); + --card-foreground: oklch(0.2101 0.0318 264.6645); + --popover: oklch(1.0000 0 0); + --popover-foreground: oklch(0.2101 0.0318 264.6645); + --primary: oklch(0.6716 0.1368 48.5130); + --primary-foreground: oklch(1.0000 0 0); + --secondary: oklch(0.5360 0.0398 196.0280); + --secondary-foreground: oklch(1.0000 0 0); + --muted: oklch(0.9670 0.0029 264.5419); + --muted-foreground: oklch(0.5510 0.0234 264.3637); + --accent: oklch(0.9491 0 0); + --accent-foreground: oklch(0.2101 0.0318 264.6645); + --destructive: oklch(0.6368 0.2078 25.3313); + --border: oklch(0.9276 0.0058 264.5313); + --input: oklch(0.9276 0.0058 264.5313); + --ring: oklch(0.6716 0.1368 48.5130); + --chart-1: oklch(0.5940 0.0443 196.0233); + --chart-2: oklch(0.7214 0.1337 49.9802); + --chart-3: oklch(0.8721 0.0864 68.5474); + --chart-4: oklch(0.6268 0 0); + --chart-5: oklch(0.6830 0 0); + --sidebar: oklch(0.9670 0.0029 264.5419); + --sidebar-foreground: oklch(0.2101 0.0318 264.6645); + --sidebar-primary: oklch(0.6716 0.1368 48.5130); + --sidebar-primary-foreground: oklch(1.0000 0 0); + --sidebar-accent: oklch(1.0000 0 0); + --sidebar-accent-foreground: oklch(0.2101 0.0318 264.6645); + --sidebar-border: oklch(0.9276 0.0058 264.5313); + --sidebar-ring: oklch(0.6716 0.1368 48.5130); + --destructive-foreground: oklch(0.9851 0 0); + --font-sans: Geist Mono, ui-monospace, monospace; + --font-serif: serif; + --font-mono: JetBrains Mono, monospace; + --shadow-color: #000000; + --shadow-opacity: 0.05; + --shadow-blur: 4px; + --shadow-spread: 0px; + --shadow-offset-x: 0px; + --shadow-offset-y: 1px; + --letter-spacing: 0rem; + --spacing: 0.25rem; + --shadow-2xs: 0px 1px 4px 0px hsl(0 0% 0% / 0.03); + --shadow-xs: 0px 1px 4px 0px hsl(0 0% 0% / 0.03); + --shadow-sm: 0px 1px 4px 0px hsl(0 0% 0% / 0.05), 0px 1px 2px -1px hsl(0 0% 0% / 0.05); + --shadow: 0px 1px 4px 0px hsl(0 0% 0% / 0.05), 0px 1px 2px -1px hsl(0 0% 0% / 0.05); + --shadow-md: 0px 1px 4px 0px hsl(0 0% 0% / 0.05), 0px 2px 4px -1px hsl(0 0% 0% / 0.05); + --shadow-lg: 0px 1px 4px 0px hsl(0 0% 0% / 0.05), 0px 4px 6px -1px hsl(0 0% 0% / 0.05); + --shadow-xl: 0px 1px 4px 0px hsl(0 0% 0% / 0.05), 0px 8px 10px -1px hsl(0 0% 0% / 0.05); + --shadow-2xl: 0px 1px 4px 0px hsl(0 0% 0% / 0.13); + --tracking-normal: 0rem; } .dark { - --background: oklch(0.145 0 0); - --foreground: oklch(0.985 0 0); - --card: oklch(0.205 0 0); - --card-foreground: oklch(0.985 0 0); - --popover: oklch(0.205 0 0); - --popover-foreground: oklch(0.985 0 0); - --primary: oklch(0.922 0 0); - --primary-foreground: oklch(0.205 0 0); - --secondary: oklch(0.269 0 0); - --secondary-foreground: oklch(0.985 0 0); - --muted: oklch(0.269 0 0); - --muted-foreground: oklch(0.708 0 0); - --accent: oklch(0.269 0 0); - --accent-foreground: oklch(0.985 0 0); - --destructive: oklch(0.704 0.191 22.216); - --border: oklch(1 0 0 / 10%); - --input: oklch(1 0 0 / 15%); - --ring: oklch(0.556 0 0); - --chart-1: oklch(0.488 0.243 264.376); - --chart-2: oklch(0.696 0.17 162.48); - --chart-3: oklch(0.769 0.188 70.08); - --chart-4: oklch(0.627 0.265 303.9); - --chart-5: oklch(0.645 0.246 16.439); - --sidebar: oklch(0.205 0 0); - --sidebar-foreground: oklch(0.985 0 0); - --sidebar-primary: oklch(0.488 0.243 264.376); - --sidebar-primary-foreground: oklch(0.985 0 0); - --sidebar-accent: oklch(0.269 0 0); - --sidebar-accent-foreground: oklch(0.985 0 0); - --sidebar-border: oklch(1 0 0 / 10%); - --sidebar-ring: oklch(0.556 0 0); + --background: oklch(0.1797 0.0043 308.1928); + --foreground: oklch(0.8109 0 0); + --card: oklch(0.1822 0 0); + --card-foreground: oklch(0.8109 0 0); + --popover: oklch(0.1797 0.0043 308.1928); + --popover-foreground: oklch(0.8109 0 0); + --primary: oklch(0.7214 0.1337 49.9802); + --primary-foreground: oklch(0.1797 0.0043 308.1928); + --secondary: oklch(0.5940 0.0443 196.0233); + --secondary-foreground: oklch(0.1797 0.0043 308.1928); + --muted: oklch(0.2520 0 0); + --muted-foreground: oklch(0.6268 0 0); + --accent: oklch(0.3211 0 0); + --accent-foreground: oklch(0.8109 0 0); + --destructive: oklch(0.5940 0.0443 196.0233); + --border: oklch(0.2520 0 0); + --input: oklch(0.2520 0 0); + --ring: oklch(0.7214 0.1337 49.9802); + --chart-1: oklch(0.5940 0.0443 196.0233); + --chart-2: oklch(0.7214 0.1337 49.9802); + --chart-3: oklch(0.8721 0.0864 68.5474); + --chart-4: oklch(0.6268 0 0); + --chart-5: oklch(0.6830 0 0); + --sidebar: oklch(0.1822 0 0); + --sidebar-foreground: oklch(0.8109 0 0); + --sidebar-primary: oklch(0.7214 0.1337 49.9802); + --sidebar-primary-foreground: oklch(0.1797 0.0043 308.1928); + --sidebar-accent: oklch(0.3211 0 0); + --sidebar-accent-foreground: oklch(0.8109 0 0); + --sidebar-border: oklch(0.2520 0 0); + --sidebar-ring: oklch(0.7214 0.1337 49.9802); + --destructive-foreground: oklch(0.1797 0.0043 308.1928); + --radius: 0.75rem; + --font-sans: Geist Mono, ui-monospace, monospace; + --font-serif: serif; + --font-mono: JetBrains Mono, monospace; + --shadow-color: #000000; + --shadow-opacity: 0.05; + --shadow-blur: 4px; + --shadow-spread: 0px; + --shadow-offset-x: 0px; + --shadow-offset-y: 1px; + --letter-spacing: 0rem; + --spacing: 0.25rem; + --shadow-2xs: 0px 1px 4px 0px hsl(0 0% 0% / 0.03); + --shadow-xs: 0px 1px 4px 0px hsl(0 0% 0% / 0.03); + --shadow-sm: 0px 1px 4px 0px hsl(0 0% 0% / 0.05), 0px 1px 2px -1px hsl(0 0% 0% / 0.05); + --shadow: 0px 1px 4px 0px hsl(0 0% 0% / 0.05), 0px 1px 2px -1px hsl(0 0% 0% / 0.05); + --shadow-md: 0px 1px 4px 0px hsl(0 0% 0% / 0.05), 0px 2px 4px -1px hsl(0 0% 0% / 0.05); + --shadow-lg: 0px 1px 4px 0px hsl(0 0% 0% / 0.05), 0px 4px 6px -1px hsl(0 0% 0% / 0.05); + --shadow-xl: 0px 1px 4px 0px hsl(0 0% 0% / 0.05), 0px 8px 10px -1px hsl(0 0% 0% / 0.05); + --shadow-2xl: 0px 1px 4px 0px hsl(0 0% 0% / 0.13); } @layer base { @@ -126,5 +195,6 @@ font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji"; @apply bg-background text-foreground antialiased; + letter-spacing: var(--tracking-normal); } -} +} \ No newline at end of file