Spaces:
Sleeping
Sleeping
| @import "tailwindcss"; | |
| @import "tw-animate-css"; | |
| @plugin "@tailwindcss/typography"; | |
| @custom-variant dark (&:is(.dark *)); | |
| @theme inline { | |
| --color-background: hsl(var(--background)); | |
| --color-foreground: hsl(var(--foreground)); | |
| --color-border: hsl(var(--border)); | |
| --color-input: hsl(var(--input)); | |
| --color-ring: hsl(var(--ring)); | |
| --color-card: hsl(var(--card)); | |
| --color-card-foreground: hsl(var(--card-foreground)); | |
| --color-card-border: hsl(var(--card-border)); | |
| --color-popover: hsl(var(--popover)); | |
| --color-popover-foreground: hsl(var(--popover-foreground)); | |
| --color-popover-border: hsl(var(--popover-border)); | |
| --color-primary: hsl(var(--primary)); | |
| --color-primary-foreground: hsl(var(--primary-foreground)); | |
| --color-primary-border: var(--primary-border); | |
| --color-secondary: hsl(var(--secondary)); | |
| --color-secondary-foreground: hsl(var(--secondary-foreground)); | |
| --color-secondary-border: var(--secondary-border); | |
| --color-muted: hsl(var(--muted)); | |
| --color-muted-foreground: hsl(var(--muted-foreground)); | |
| --color-muted-border: var(--muted-border); | |
| --color-accent: hsl(var(--accent)); | |
| --color-accent-foreground: hsl(var(--accent-foreground)); | |
| --color-accent-border: var(--accent-border); | |
| --color-destructive: hsl(var(--destructive)); | |
| --color-destructive-foreground: hsl(var(--destructive-foreground)); | |
| --color-destructive-border: var(--destructive-border); | |
| --color-chart-1: hsl(var(--chart-1)); | |
| --color-chart-2: hsl(var(--chart-2)); | |
| --color-chart-3: hsl(var(--chart-3)); | |
| --color-chart-4: hsl(var(--chart-4)); | |
| --color-chart-5: hsl(var(--chart-5)); | |
| --color-sidebar: hsl(var(--sidebar)); | |
| --color-sidebar-foreground: hsl(var(--sidebar-foreground)); | |
| --color-sidebar-border: hsl(var(--sidebar-border)); | |
| --color-sidebar-primary: hsl(var(--sidebar-primary)); | |
| --color-sidebar-primary-foreground: hsl(var(--sidebar-primary-foreground)); | |
| --color-sidebar-primary-border: var(--sidebar-primary-border); | |
| --color-sidebar-accent: hsl(var(--sidebar-accent)); | |
| --color-sidebar-accent-foreground: hsl(var(--sidebar-accent-foreground)); | |
| --color-sidebar-accent-border: var(--sidebar-accent-border); | |
| --color-sidebar-ring: hsl(var(--sidebar-ring)); | |
| --font-sans: var(--app-font-sans); | |
| --font-serif: var(--app-font-serif); | |
| --font-mono: var(--app-font-mono); | |
| --radius-sm: calc(var(--radius) - 4px); | |
| --radius-md: calc(var(--radius) - 2px); | |
| --radius-lg: var(--radius); | |
| --radius-xl: calc(var(--radius) + 4px); | |
| } | |
| :root { | |
| --button-outline: rgba(255,255,255, .10); | |
| --badge-outline: rgba(255,255,255, .05); | |
| --opaque-button-border-intensity: 9; | |
| --elevate-1: rgba(255,255,255, .04); | |
| --elevate-2: rgba(255,255,255, .09); | |
| /* Force dark mode colors as default for root */ | |
| --background: 222 47% 11%; | |
| --foreground: 210 40% 98%; | |
| --border: 215 25% 27%; | |
| --card: 222 47% 11%; | |
| --card-foreground: 210 40% 98%; | |
| --card-border: 215 25% 27%; | |
| --sidebar: 222 47% 11%; | |
| --sidebar-foreground: 210 40% 98%; | |
| --sidebar-border: 215 25% 27%; | |
| --sidebar-primary: 199 89% 48%; | |
| --sidebar-primary-foreground: 0 0% 100%; | |
| --sidebar-accent: 215 25% 27%; | |
| --sidebar-accent-foreground: 210 40% 98%; | |
| --sidebar-ring: 199 89% 48%; | |
| --popover: 222 47% 11%; | |
| --popover-foreground: 210 40% 98%; | |
| --popover-border: 215 25% 27%; | |
| --primary: 199 89% 48%; | |
| --primary-foreground: 0 0% 100%; | |
| --secondary: 215 25% 27%; | |
| --secondary-foreground: 210 40% 98%; | |
| --muted: 215 25% 27%; | |
| --muted-foreground: 215 20% 65%; | |
| --accent: 199 89% 48%; | |
| --accent-foreground: 0 0% 100%; | |
| --destructive: 346 84% 61%; | |
| --destructive-foreground: 0 0% 100%; | |
| --input: 215 25% 27%; | |
| --ring: 199 89% 48%; | |
| --chart-1: 199 89% 48%; | |
| --chart-2: 142 71% 45%; | |
| --chart-3: 38 92% 50%; | |
| --chart-4: 346 84% 61%; | |
| --chart-5: 280 65% 60%; | |
| --app-font-sans: 'Space Grotesk', 'Inter', sans-serif; | |
| --app-font-serif: Georgia, serif; | |
| --app-font-mono: 'JetBrains Mono', Menlo, monospace; | |
| --radius: 0.25rem; | |
| --shadow-2xs: 0px 2px 0px 0px rgba(0,0,0,0.5); | |
| --shadow-xs: 0px 2px 0px 0px rgba(0,0,0,0.5); | |
| --shadow-sm: 0px 2px 0px 0px rgba(0,0,0,0.5), 0px 1px 2px -1px rgba(0,0,0,0.5); | |
| --shadow: 0px 2px 0px 0px rgba(0,0,0,0.5), 0px 1px 2px -1px rgba(0,0,0,0.5); | |
| --shadow-md: 0px 2px 0px 0px rgba(0,0,0,0.5), 0px 2px 4px -1px rgba(0,0,0,0.5); | |
| --shadow-lg: 0px 2px 0px 0px rgba(0,0,0,0.5), 0px 4px 6px -1px rgba(0,0,0,0.5); | |
| --shadow-xl: 0px 2px 0px 0px rgba(0,0,0,0.5), 0px 8px 10px -1px rgba(0,0,0,0.5); | |
| --shadow-2xl: 0px 2px 0px 0px rgba(0,0,0,0.5); | |
| --tracking-normal: 0em; | |
| --spacing: 0.25rem; | |
| --sidebar-primary-border: hsl(var(--sidebar-primary)); | |
| --sidebar-accent-border: hsl(var(--sidebar-accent)); | |
| --primary-border: hsl(var(--primary)); | |
| --secondary-border: hsl(var(--secondary)); | |
| --muted-border: hsl(var(--muted)); | |
| --accent-border: hsl(var(--accent)); | |
| --destructive-border: hsl(var(--destructive)); | |
| } | |
| .dark { | |
| /* Same as root because we are forcing dark mode by default */ | |
| } | |
| @layer base { | |
| * { | |
| @apply border-border; | |
| } | |
| body { | |
| @apply font-sans antialiased bg-background text-foreground; | |
| } | |
| } | |
| @layer utilities { | |
| input[type="search"]::-webkit-search-cancel-button { | |
| @apply hidden; | |
| } | |
| [contenteditable][data-placeholder]:empty::before { | |
| content: attr(data-placeholder); | |
| color: hsl(var(--muted-foreground)); | |
| pointer-events: none; | |
| } | |
| .no-default-hover-elevate {} | |
| .no-default-active-elevate {} | |
| .toggle-elevate::before, | |
| .toggle-elevate-2::before { | |
| content: ""; | |
| pointer-events: none; | |
| position: absolute; | |
| inset: 0px; | |
| border-radius: inherit; | |
| z-index: -1; | |
| } | |
| .toggle-elevate.toggle-elevated::before { | |
| background-color: var(--elevate-2); | |
| } | |
| .border.toggle-elevate::before { | |
| inset: -1px; | |
| } | |
| .hover-elevate:not(.no-default-hover-elevate), | |
| .active-elevate:not(.no-default-active-elevate), | |
| .hover-elevate-2:not(.no-default-hover-elevate), | |
| .active-elevate-2:not(.no-default-active-elevate) { | |
| position: relative; | |
| z-index: 0; | |
| } | |
| .hover-elevate:not(.no-default-hover-elevate)::after, | |
| .active-elevate:not(.no-default-active-elevate)::after, | |
| .hover-elevate-2:not(.no-default-hover-elevate)::after, | |
| .active-elevate-2:not(.no-default-active-elevate)::after { | |
| content: ""; | |
| pointer-events: none; | |
| position: absolute; | |
| inset: 0px; | |
| border-radius: inherit; | |
| z-index: 999; | |
| } | |
| .hover-elevate:hover:not(.no-default-hover-elevate)::after, | |
| .active-elevate:active:not(.no-default-active-elevate)::after { | |
| background-color: var(--elevate-1); | |
| } | |
| .hover-elevate-2:hover:not(.no-default-hover-elevate)::after, | |
| .active-elevate-2:active:not(.no-default-active-elevate)::after { | |
| background-color: var(--elevate-2); | |
| } | |
| .border.hover-elevate:not(.no-hover-interaction-elevate)::after, | |
| .border.active-elevate:not(.no-active-interaction-elevate)::after, | |
| .border.hover-elevate-2:not(.no-hover-interaction-elevate)::after, | |
| .border.active-elevate-2:not(.no-active-interaction-elevate)::after { | |
| inset: -1px; | |
| } | |
| } | |