:root{--shell-color-primary: hsl(220 90% 50%);--shell-color-on-primary: hsl(0 0% 100%);--shell-color-primary-hover: hsl(220 90% 45%);--shell-color-primary-muted: hsl(220 90% 95%);--shell-color-surface-1: hsl(0 0% 100%);--shell-color-surface-2: hsl(220 15% 98%);--shell-color-surface-3: hsl(0 0% 100%);--shell-color-on-surface: hsl(220 20% 15%);--shell-color-on-surface-muted: hsl(220 10% 45%);--shell-color-border: hsl(220 15% 88%);--shell-color-border-strong: hsl(220 15% 75%);--shell-color-success: hsl(140 50% 40%);--shell-color-success-bg: hsl(140 50% 95%);--shell-color-warning: hsl(35 90% 45%);--shell-color-warning-bg: hsl(35 90% 95%);--shell-color-error: hsl(0 70% 50%);--shell-color-error-bg: hsl(0 70% 96%);--shell-color-info: hsl(200 80% 45%);--shell-color-info-bg: hsl(200 80% 96%);--shell-color-focus-ring: hsl(220 90% 60% / .4);--shell-color-on-primary-muted: hsl(0 0% 100% / .34);--shell-color-backdrop: hsl(220 26% 11% / .5);--shell-color-surface: var(--shell-color-surface-1);--shell-color-surface-muted: var(--shell-color-surface-2);--shell-color-background: var(--shell-color-surface-2);--shell-color-foreground: var(--shell-color-on-surface);--shell-color-text: var(--shell-color-on-surface);--shell-color-text-muted: var(--shell-color-on-surface-muted);--shell-font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--shell-font-mono: ui-monospace, "SF Mono", "Cascadia Mono", "Roboto Mono", Consolas, monospace;--shell-font-size-xs: .75rem;--shell-font-size-sm: .875rem;--shell-font-size-base: 1rem;--shell-font-size-lg: 1.125rem;--shell-font-size-xl: 1.25rem;--shell-font-size-2xl: 1.5rem;--shell-font-size-3xl: 1.875rem;--shell-line-height-tight: 1.2;--shell-line-height-base: 1.5;--shell-line-height-loose: 1.75;--shell-font-weight-normal: 400;--shell-font-weight-medium: 500;--shell-font-weight-semibold: 600;--shell-font-weight-bold: 700;--shell-space-0: 0;--shell-space-1: .25rem;--shell-space-2: .5rem;--shell-space-3: .75rem;--shell-space-4: 1rem;--shell-space-5: 1.25rem;--shell-space-6: 1.5rem;--shell-space-8: 2rem;--shell-space-10: 2.5rem;--shell-space-12: 3rem;--shell-space-16: 4rem;--shell-space-20: 5rem;--shell-size-sidebar: 260px;--shell-sidebar-width: var(--shell-size-sidebar);--shell-size-rail: clamp(280px, 32vw, 460px);--shell-size-content-max: 1440px;--shell-radius-none: 0;--shell-radius-sm: .375rem;--shell-radius-md: .625rem;--shell-radius-lg: .875rem;--shell-radius-full: 9999px;--shell-shadow-sm: 0 1px 2px rgb(15 23 42 / .06), 0 1px 1px rgb(15 23 42 / .04);--shell-shadow-md: 0 2px 4px -1px rgb(15 23 42 / .07), 0 6px 14px -3px rgb(15 23 42 / .08);--shell-shadow-lg: 0 4px 8px -2px rgb(15 23 42 / .08), 0 14px 28px -6px rgb(15 23 42 / .1);--shell-shadow-xl: 0 8px 16px -4px rgb(15 23 42 / .1), 0 28px 56px -10px rgb(15 23 42 / .16);--shell-transition-fast: .15s ease-out;--shell-transition-base: .2s ease-out;--shell-transition-slow: .25s ease-out;--shell-easing-standard: cubic-bezier(.4, 0, .2, 1);--shell-easing-decelerate: cubic-bezier(0, 0, .2, 1);--shell-easing-accelerate: cubic-bezier(.4, 0, 1, 1);--shell-motion-hover: .15s var(--shell-easing-standard);--shell-motion-expand: .2s var(--shell-easing-decelerate);--shell-motion-dialog: .24s var(--shell-easing-decelerate);--shell-z-base: 0;--shell-z-dropdown: 100;--shell-z-sticky: 200;--shell-z-shell-overlay: 1000;--shell-z-modal-backdrop: 1100;--shell-z-modal: 1200;--shell-z-toast: 1300}html.theme-dark{--shell-color-primary: hsl(220 80% 60%);--shell-color-on-primary: hsl(0 0% 100%);--shell-color-primary-hover: hsl(220 80% 65%);--shell-color-primary-muted: hsl(220 30% 25%);--shell-color-surface-1: hsl(220 15% 10%);--shell-color-surface-2: hsl(220 12% 14%);--shell-color-surface-3: hsl(220 12% 18%);--shell-color-on-surface: hsl(220 10% 92%);--shell-color-on-surface-muted: hsl(220 8% 65%);--shell-color-border: hsl(220 12% 25%);--shell-color-border-strong: hsl(220 12% 35%);--shell-color-success: hsl(140 45% 55%);--shell-color-success-bg: hsl(140 30% 18%);--shell-color-warning: hsl(35 85% 60%);--shell-color-warning-bg: hsl(35 30% 18%);--shell-color-error: hsl(0 65% 60%);--shell-color-error-bg: hsl(0 30% 18%);--shell-color-info: hsl(200 75% 60%);--shell-color-info-bg: hsl(200 30% 18%);--shell-color-focus-ring: hsl(220 80% 70% / .4);--shell-color-backdrop: hsl(220 30% 3% / .66)}@media(prefers-reduced-motion:reduce){:root{--shell-transition-fast: 0ms;--shell-transition-base: 0ms;--shell-transition-slow: 0ms;--shell-motion-hover: 0ms;--shell-motion-expand: 0ms;--shell-motion-dialog: 0ms}*,*:before,*:after{animation-duration:0ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:0ms!important}}
