@custom-variant dark (&:is(.dark *));@theme inline{ --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-ink: var(--ink); --color-ink-soft: var(--ink-soft); --color-ink-line: var(--ink-line); --color-ink-foreground: var(--ink-foreground); --color-ink-muted: var(--ink-muted); --color-copper: var(--copper); --color-copper-bright: var(--copper-bright); --color-copper-soft: var(--copper-soft); --color-paper: var(--paper); --color-success: var(--success); --color-success-foreground: var(--success-foreground); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-display: "Instrument Serif", Georgia, "Times New Roman", serif; --font-sans: "Archivo", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace; --animate-accordion-down: accordion-down .2s ease-out; --animate-accordion-up: accordion-up .2s ease-out; --animate-caret-blink: caret-blink 1.25s ease-out infinite; }@property --tw-enter-opacity{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-enter-scale{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-enter-rotate{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-enter-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-enter-translate-y{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-exit-opacity{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-exit-scale{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-exit-rotate{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-exit-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-exit-translate-y{syntax: "*"; inherits: false; initial-value: 0;}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}@keyframes caret-blink{0%,70%,to{opacity:1}20%,50%{opacity:0}}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);translate:var(--tw-enter-translate-x, 0) var(--tw-enter-translate-y, 0);scale:var(--tw-enter-scale, 1);rotate:var(--tw-enter-rotate, 0)}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);translate:var(--tw-exit-translate-x, 0) var(--tw-exit-translate-y, 0);scale:var(--tw-exit-scale, 1);rotate:var(--tw-exit-rotate, 0)}}@utility animate-in{animation-name: enter; animation-duration: var(--tw-duration, .15s); animation-timing-function: var(--tw-ease, ease);}@utility animate-out{animation-name: exit; animation-duration: var(--tw-duration, .15s); animation-timing-function: var(--tw-ease, ease); animation-fill-mode: forwards;}@utility fade-in{ --tw-enter-opacity: 0; }@utility fade-in-*{ --tw-enter-opacity: calc(--value(number)*.01) ; }@utility fade-out{ --tw-exit-opacity: 0; }@utility fade-out-*{ --tw-exit-opacity: calc(--value(number)*.01) ; }@utility zoom-in-*{ --tw-enter-scale: calc(--value(number)*.01) ; }@utility zoom-out-*{ --tw-exit-scale: calc(--value(number)*.01) ; }@utility slide-in-from-top{ --tw-enter-translate-y: -100%; }@utility slide-in-from-top-*{ --tw-enter-translate-y: calc(-1*--spacing(--value(number))) ; --tw-enter-translate-y: calc(-100%*--value(ratio)) ; --tw-enter-translate-y: calc(-1*--value([percentage])) ; }@utility slide-in-from-bottom{ --tw-enter-translate-y: 100%; }@utility slide-in-from-bottom-*{ --tw-enter-translate-y: --spacing(--value(number)); --tw-enter-translate-y: calc(100%*--value(ratio)) ; --tw-enter-translate-y: --value([percentage]); }@utility slide-in-from-left{ --tw-enter-translate-x: -100%; }@utility slide-in-from-left-*{ --tw-enter-translate-x: calc(-1*--spacing(--value(number))) ; --tw-enter-translate-x: calc(-100%*--value(ratio)) ; --tw-enter-translate-x: calc(-1*--value([percentage])) ; }@utility slide-in-from-right{ --tw-enter-translate-x: 100%; }@utility slide-in-from-right-*{ --tw-enter-translate-x: --spacing(--value(number)); --tw-enter-translate-x: calc(100%*--value(ratio)) ; --tw-enter-translate-x: --value([percentage]); }@utility slide-out-to-top{ --tw-exit-translate-y: -100%; }@utility slide-out-to-top-*{ --tw-exit-translate-y: calc(-1*--spacing(--value(number))) ; --tw-exit-translate-y: calc(-100%*--value(ratio)) ; --tw-exit-translate-y: calc(-1*--value([percentage])) ; }@utility slide-out-to-bottom{ --tw-exit-translate-y: 100%; }@utility slide-out-to-bottom-*{ --tw-exit-translate-y: --spacing(--value(number)); --tw-exit-translate-y: calc(100%*--value(ratio)) ; --tw-exit-translate-y: --value([percentage]); }@utility slide-out-to-left{ --tw-exit-translate-x: -100%; }@utility slide-out-to-left-*{ --tw-exit-translate-x: calc(-1*--spacing(--value(number))) ; --tw-exit-translate-x: calc(-100%*--value(ratio)) ; --tw-exit-translate-x: calc(-1*--value([percentage])) ; }@utility slide-out-to-right{ --tw-exit-translate-x: 100%; }@utility slide-out-to-right-*{ --tw-exit-translate-x: --spacing(--value(number)); --tw-exit-translate-x: calc(100%*--value(ratio)) ; --tw-exit-translate-x: --value([percentage]); }:root{--radius: .5rem;--background: hsl(220 18% 97.5%);--foreground: hsl(214 42% 13%);--card: hsl(0 0% 100%);--card-foreground: hsl(214 42% 13%);--popover: hsl(0 0% 100%);--popover-foreground: hsl(214 42% 13%);--paper: hsl(30 12% 94%);--primary: hsl(21 76% 40%);--primary-foreground: hsl(30 70% 98%);--secondary: hsl(214 24% 93%);--secondary-foreground: hsl(214 42% 16%);--muted: hsl(214 20% 94.5%);--muted-foreground: hsl(214 14% 42%);--accent: hsl(24 62% 94%);--accent-foreground: hsl(21 60% 24%);--success: hsl(152 45% 32%);--success-foreground: hsl(0 0% 100%);--destructive: hsl(0 84.2% 60.2%);--destructive-foreground: hsl(210 40% 98%);--border: hsl(214 16% 88%);--input: hsl(214 14% 78%);--ring: hsl(21 76% 40%);--ink: hsl(213 56% 11%);--ink-soft: hsl(213 44% 16%);--ink-line: hsl(213 32% 25%);--ink-foreground: hsl(210 34% 96%);--ink-muted: hsl(212 18% 68%);--copper: hsl(21 76% 40%);--copper-bright: hsl(24 84% 66%);--copper-soft: hsl(23 68% 93%);--sidebar: hsl(0 0% 100%);--sidebar-foreground: hsl(214 42% 13%);--sidebar-primary: hsl(21 76% 40%);--sidebar-primary-foreground: hsl(30 70% 98%);--sidebar-accent: hsl(214 20% 94.5%);--sidebar-accent-foreground: hsl(214 42% 16%);--sidebar-border: hsl(214 16% 88%);--sidebar-ring: hsl(21 76% 40%)}.dark{--background: hsl(214 34% 7%);--foreground: hsl(210 26% 92%);--card: hsl(213 30% 11%);--card-foreground: hsl(210 26% 92%);--popover: hsl(213 30% 11%);--popover-foreground: hsl(210 26% 92%);--paper: hsl(213 26% 14%);--primary: hsl(23 84% 64%);--primary-foreground: hsl(20 50% 10%);--secondary: hsl(213 26% 17%);--secondary-foreground: hsl(210 26% 92%);--muted: hsl(213 26% 16%);--muted-foreground: hsl(212 15% 64%);--accent: hsl(213 26% 19%);--accent-foreground: hsl(210 26% 92%);--success: hsl(152 45% 60%);--success-foreground: hsl(0 0% 10%);--destructive: hsl(0 62.8% 30.6%);--destructive-foreground: hsl(210 40% 98%);--border: hsl(213 24% 18%);--input: hsl(213 22% 28%);--ring: hsl(23 84% 64%);--ink: hsl(213 52% 8%);--ink-soft: hsl(213 42% 13%);--ink-line: hsl(213 30% 22%);--ink-foreground: hsl(210 30% 94%);--ink-muted: hsl(212 16% 62%);--copper: hsl(23 84% 64%);--copper-bright: hsl(24 88% 70%);--copper-soft: hsl(22 40% 19%);--sidebar: hsl(213 30% 11%);--sidebar-foreground: hsl(210 26% 92%);--sidebar-primary: hsl(23 84% 64%);--sidebar-primary-foreground: hsl(20 50% 10%);--sidebar-accent: hsl(213 26% 17%);--sidebar-accent-foreground: hsl(210 26% 92%);--sidebar-border: hsl(213 24% 18%);--sidebar-ring: hsl(23 84% 64%)}@keyframes rise-draw{to{stroke-dashoffset:0}}.rise-line{stroke-dasharray:1200;stroke-dashoffset:1200;animation:rise-draw 1.8s cubic-bezier(.4,0,.2,1) .35s forwards}@layer base{html{scroll-behavior:smooth}*{@apply border-border;}body{@apply bg-background text-foreground;}button:not(:disabled),[role=button]:not(:disabled):not([aria-disabled=true]),summary,select:not(:disabled),input:not(:disabled):is([type=checkbox],[type=radio],[type=submit],[type=button],[type=reset]){cursor:pointer}button:disabled,select:disabled,[role=button][aria-disabled=true],input:disabled:is([type=checkbox],[type=radio],[type=submit],[type=button],[type=reset]){cursor:not-allowed}}
