@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@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-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@theme inline{--animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }}}@utility animation-duration-*{--tw-animation-duration: calc(--value(number)*1ms); --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms); animation-duration: --value(--animation-duration-*,[duration],"initial",[*]);}@utility delay-*{animation-delay: calc(--value(number)*1ms); animation-delay: --value(--animation-delay-*,[duration],"initial",[*]); --tw-animation-delay: calc(--value(number)*1ms); --tw-animation-delay: --value(--animation-delay-*,[duration],"initial",[*]);}@utility repeat-*{animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]); --tw-animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]);}@utility direction-*{animation-direction: --value(--animation-direction-*,"initial",[*]); --tw-animation-direction: --value(--animation-direction-*,"initial",[*]);}@utility fill-mode-*{animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]); --tw-animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]);}@utility running{animation-play-state: running;}@utility paused{animation-play-state: paused;}@utility play-state-*{animation-play-state: --value("initial",[*]);}@utility blur-in{--tw-enter-blur: 20px;}@utility blur-in-*{--tw-enter-blur: calc(--value(number)*1px); --tw-enter-blur: --value(--blur-*,[*]);}@utility blur-out{--tw-exit-blur: 20px;}@utility blur-out-*{--tw-exit-blur: calc(--value(number)*1px); --tw-exit-blur: --value(--blur-*,[*]);}@utility fade-in{--tw-enter-opacity: 0;}@utility fade-in-*{--tw-enter-opacity: calc(--value(number)/100); --tw-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--tw-exit-opacity: 0;}@utility fade-out-*{--tw-exit-opacity: calc(--value(number)/100); --tw-exit-opacity: --value(--percentage-*,[*]);}@utility zoom-in{--tw-enter-scale: 0;}@utility zoom-in-*{--tw-enter-scale: calc(--value(number)*1%); --tw-enter-scale: calc(--value(ratio)); --tw-enter-scale: --value(--percentage-*,[*]);}@utility -zoom-in-*{--tw-enter-scale: calc(--value(number)*-1%); --tw-enter-scale: calc(--value(ratio)*-1); --tw-enter-scale: --value(--percentage-*,[*]);}@utility zoom-out{--tw-exit-scale: 0;}@utility zoom-out-*{--tw-exit-scale: calc(--value(number)*1%); --tw-exit-scale: calc(--value(ratio)); --tw-exit-scale: --value(--percentage-*,[*]);}@utility -zoom-out-*{--tw-exit-scale: calc(--value(number)*-1%); --tw-exit-scale: calc(--value(ratio)*-1); --tw-exit-scale: --value(--percentage-*,[*]);}@utility spin-in{--tw-enter-rotate: 30deg;}@utility spin-in-*{--tw-enter-rotate: calc(--value(number)*1deg); --tw-enter-rotate: calc(--value(ratio)*360deg); --tw-enter-rotate: --value(--rotate-*,[*]);}@utility -spin-in{--tw-enter-rotate: -30deg;}@utility -spin-in-*{--tw-enter-rotate: calc(--value(number)*-1deg); --tw-enter-rotate: calc(--value(ratio)*-360deg); --tw-enter-rotate: --value(--rotate-*,[*]);}@utility spin-out{--tw-exit-rotate: 30deg;}@utility spin-out-*{--tw-exit-rotate: calc(--value(number)*1deg); --tw-exit-rotate: calc(--value(ratio)*360deg); --tw-exit-rotate: --value(--rotate-*,[*]);}@utility -spin-out{--tw-exit-rotate: -30deg;}@utility -spin-out-*{--tw-exit-rotate: calc(--value(number)*-1deg); --tw-exit-rotate: calc(--value(ratio)*-360deg); --tw-exit-rotate: --value(--rotate-*,[*]);}@utility slide-in-from-top{--tw-enter-translate-y: -100%;}@utility slide-in-from-top-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-y: calc(--value(ratio)*-100%); --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-in-from-bottom{--tw-enter-translate-y: 100%;}@utility slide-in-from-bottom-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-y: calc(--value(ratio)*100%); --tw-enter-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-left{--tw-enter-translate-x: -100%;}@utility slide-in-from-left-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-in-from-right{--tw-enter-translate-x: 100%;}@utility slide-in-from-right-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-start{&:dir(ltr){ --tw-enter-translate-x: -100%; }&:dir(rtl){ --tw-enter-translate-x: 100%; }}@utility slide-in-from-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-in-from-end{&:dir(ltr){ --tw-enter-translate-x: 100%; }&:dir(rtl){ --tw-enter-translate-x: -100%; }}@utility slide-in-from-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }}@utility slide-out-to-top{--tw-exit-translate-y: -100%;}@utility slide-out-to-top-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-y: calc(--value(ratio)*-100%); --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-out-to-bottom{--tw-exit-translate-y: 100%;}@utility slide-out-to-bottom-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-y: calc(--value(ratio)*100%); --tw-exit-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-left{--tw-exit-translate-x: -100%;}@utility slide-out-to-left-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-out-to-right{--tw-exit-translate-x: 100%;}@utility slide-out-to-right-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-start{&:dir(ltr){ --tw-exit-translate-x: -100%; }&:dir(rtl){ --tw-exit-translate-x: 100%; }}@utility slide-out-to-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-out-to-end{&:dir(ltr){ --tw-exit-translate-x: 100%; }&:dir(rtl){ --tw-exit-translate-x: -100%; }}@utility slide-out-to-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }}
@theme inline{@keyframes accordion-down { from { height: 0; } to { height: var(--radix-accordion-content-height,var(--accordion-panel-height,auto)); } } @keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--accordion-panel-height,auto)); } to { height: 0; } }}@custom-variant data-open{&:where([data-state="open"]), &:where([data-open]:not([data-open="false"])) { @slot; }}@custom-variant data-closed{&:where([data-state="closed"]), &:where([data-closed]:not([data-closed="false"])) { @slot; }}@custom-variant data-checked{&:where([data-state="checked"]), &:where([data-checked]:not([data-checked="false"])) { @slot; }}@custom-variant data-unchecked{&:where([data-state="unchecked"]), &:where([data-unchecked]:not([data-unchecked="false"])) { @slot; }}@custom-variant data-selected{&:where([data-selected="true"]) { @slot; }}@custom-variant data-disabled{&:where([data-disabled="true"]), &:where([data-disabled]:not([data-disabled="false"])) { @slot; }}@custom-variant data-active{&:where([data-state="active"]), &:where([data-active]:not([data-active="false"])) { @slot; }}@custom-variant data-horizontal{&:where([data-orientation="horizontal"]) { @slot; }}@custom-variant data-vertical{&:where([data-orientation="vertical"]) { @slot; }}@utility no-scrollbar{-ms-overflow-style: none; scrollbar-width: none; &::-webkit-scrollbar { display: none; }}
@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(../media/geist-cyrillic-wght-normal.0zpghxb42znd..woff2?dpl=dpl_3V1ov6XC86jfHhHn2xxZtjGD2zuB)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(../media/geist-latin-ext-wght-normal.0.gj2c9ql52lf.woff2?dpl=dpl_3V1ov6XC86jfHhHn2xxZtjGD2zuB)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(../media/geist-latin-wght-normal.15mkvh28xl2c0.woff2?dpl=dpl_3V1ov6XC86jfHhHn2xxZtjGD2zuB)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@custom-variant dark (&:is(.dark *));:root{--background:#fef8f0;--foreground:#271c18;--card:#fffdfb;--card-foreground:#271c18;--popover:#fffdfb;--popover-foreground:#271c18;--primary:#006073;--primary-foreground:#fafafa;--secondary:#f1e6d8;--secondary-foreground:#271c18;--muted:#f6ede2;--muted-foreground:#655752;--accent:#f3d7cb;--accent-foreground:#271c18;--destructive:#e54d44;--border:#e0d8cc;--input:#e0d8cc;--ring:#006073;--chart-1:#006073;--chart-2:#da8e46;--chart-3:#598d7a;--chart-4:#beb186;--chart-5:#5d4339;--radius:1.25rem;--sidebar:#fcf6ee;--sidebar-foreground:#271c18;--sidebar-primary:#006073;--sidebar-primary-foreground:#fafafa;--sidebar-accent:#f1e6d8;--sidebar-accent-foreground:#271c18;--sidebar-border:#e0d8cc;--sidebar-ring:#006073;--hero-accent:#18535c;--component-inactive-color:var(--muted-foreground);--component-bg:var(--card);--component-shadow:var(--border);--component-active-bg:var(--secondary);--component-line-inactive-color:var(--border);--component-active-color-default:var(--accent-foreground);--hu-font-geist:var(--font-geist);--hu-font-jetbrains:var(--font-jetbrains-mono);--card-radius:1rem;--hu-background:#fff;--hu-foreground:#242424;--hu-card:#fcfcfc;--hu-card-foreground:#242424;--hu-primary:#34f;--hu-primary-foreground:#fafafa;--hu-secondary:#f7f7f7;--hu-secondary-foreground:#333;--hu-muted:#f7f7f7;--hu-muted-foreground:#8f8f8f;--hu-accent:#f5f5f5;--hu-accent-foreground:#333;--hu-destructive:#eb2705;--hu-destructive-foreground:#fafafa;--hu-border:#ebebeb;--hu-input:#fff;--hu-ring:#b5b5b5;--color-fd-background:hsl(var(--hu-background));--color-fd-card:hsl(var(--hu-background))}@supports (color:lab(0% 0 0)){:root{--background:lab(97.9323% 1.17007 4.81246);--foreground:lab(11.4749% 5.15864 4.72901);--card:lab(99.5559% .542432 2.99729);--card-foreground:lab(11.4749% 5.15864 4.72901);--popover:lab(99.5559% .542432 2.99729);--popover-foreground:lab(11.4749% 5.15864 4.72901);--primary:lab(36.7469% -23.1768 -21);--primary-foreground:lab(98.26% 0 0);--secondary:lab(91.9154% 1.93274 8.22288);--secondary-foreground:lab(11.4749% 5.15864 4.72901);--muted:lab(94.2244% 1.70058 6.66755);--muted-foreground:lab(38.3946% 5.16346 5.15229);--accent:lab(88.2141% 8.40762 9.77674);--accent-foreground:lab(11.4749% 5.15864 4.72901);--destructive:lab(55.2327% 59.3266 39.8753);--border:lab(86.6916% 1.52305 6.72724);--input:lab(86.6916% 1.52305 6.72724);--ring:lab(36.7469% -23.1768 -21);--chart-1:lab(36.7469% -23.1768 -21);--chart-2:lab(65.9139% 25.1217 49.5474);--chart-3:lab(54.4352% -21.4763 4.36506);--chart-4:lab(72.4418% -.0829697 23.9026);--chart-5:lab(31.3029% 10.447 10.8554);--sidebar:lab(97.1189% 1.07682 4.44015);--sidebar-foreground:lab(11.4749% 5.15864 4.72901);--sidebar-primary:lab(36.7469% -23.1768 -21);--sidebar-primary-foreground:lab(98.26% 0 0);--sidebar-accent:lab(91.9154% 1.93274 8.22288);--sidebar-accent-foreground:lab(11.4749% 5.15864 4.72901);--sidebar-border:lab(86.6916% 1.52305 6.72724);--sidebar-ring:lab(36.7469% -23.1768 -21)}}@theme inline{--font-heading: var(--font-sans); --font-sans: "Geist Variable", sans-serif; --color-sidebar-ring: var(--sidebar-ring); --color-sidebar-border: var(--sidebar-border); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar: var(--sidebar); --color-chart-5: var(--chart-5); --color-chart-4: var(--chart-4); --color-chart-3: var(--chart-3); --color-chart-2: var(--chart-2); --color-chart-1: var(--chart-1); --color-ring: var(--ring); --color-input: var(--input); --color-border: var(--border); --color-destructive: var(--destructive); --color-accent-foreground: var(--accent-foreground); --color-accent: var(--accent); --color-muted-foreground: var(--muted-foreground); --color-muted: var(--muted); --color-secondary-foreground: var(--secondary-foreground); --color-secondary: var(--secondary); --color-primary-foreground: var(--primary-foreground); --color-primary: var(--primary); --color-popover-foreground: var(--popover-foreground); --color-popover: var(--popover); --color-card-foreground: var(--card-foreground); --color-card: var(--card); --color-foreground: var(--foreground); --color-background: var(--background); --radius-sm: calc(var(--radius) * .6); --radius-md: calc(var(--radius) * .8); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) * 1.4); --radius-2xl: calc(var(--radius) * 1.8); --radius-3xl: calc(var(--radius) * 2.2); --radius-4xl: calc(var(--radius) * 2.6); --component-active-color-default: var(----component-active-color-default); --component-line-inactive-color: var(----component-line-inactive-color); --component-active-bg: var(----component-active-bg); --component-shadow: var(----component-shadow); --component-bg: var(----component-bg); --component-inactive-color: var(----component-inactive-color); --color-color-chart-5: var(----color-chart-5); --color-color-chart-4: var(----color-chart-4); --color-color-chart-3: var(----color-chart-3); --color-color-chart-2: var(----color-chart-2); --color-color-fd-card: var(----color-fd-card); --color-color-fd-background: var(----color-fd-background); --color-hu-ring: var(----hu-ring); --color-hu-input: var(----hu-input); --color-hu-border: var(----hu-border); --color-hu-destructive-foreground: var(----hu-destructive-foreground); --color-hu-destructive: var(----hu-destructive); --color-hu-accent-foreground: var(----hu-accent-foreground); --color-hu-accent: var(----hu-accent); --color-hu-muted-foreground: var(----hu-muted-foreground); --color-hu-muted: var(----hu-muted); --color-hu-secondary-foreground: var(----hu-secondary-foreground); --color-hu-secondary: var(----hu-secondary); --color-hu-primary-foreground: var(----hu-primary-foreground); --color-hu-primary: var(----hu-primary); --color-hu-card-foreground: var(----hu-card-foreground); --color-hu-card: var(----hu-card); --color-hu-foreground: var(----hu-foreground); --color-hu-background: var(----hu-background); --card-radius: var(----card-radius); --radius: var(----radius); --hu-font-jetbrains: var(----hu-font-jetbrains); --hu-font-geist: var(----hu-font-geist); @keyframes iconBounce { 0%, 100% { transform: translateY(0); } 20% { transform: translateY(-.3em); } 40% { transform: translateY(0); } 60% { transform: translateY(-.1em); } 80% { transform: translateY(0); } } @keyframes word-appear { 0% { opacity: 0; transform: translateY(30px) scale(.8); filter: blur(10px); } 50% { opacity: .8; transform: translateY(10px) scale(.95); filter: blur(2px); } 100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); } } @keyframes grid-draw { 0% { stroke-dashoffset: 1000; opacity: 0; } 50% { opacity: .3; } 100% { stroke-dashoffset: 0; opacity: .15; } } @keyframes pulse-glow { 0%, 100% { opacity: .1; transform: scale(1); } 50% { opacity: .3; transform: scale(1.1); } } @keyframes underline-grow { to { width: 100%; } } @keyframes float { 0%, 100% { transform: translateY(0) translateX(0); opacity: .2; } 25% { transform: translateY(-10px) translateX(5px); opacity: .6; } 50% { transform: translateY(-5px) translateX(-3px); opacity: .4; } 75% { transform: translateY(-15px) translateX(7px); opacity: .8; } } @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }}.dark{--background:#18120f;--foreground:#f0eae2;--card:#241e1b;--card-foreground:#f0eae2;--popover:#241e1b;--popover-foreground:#f0eae2;--primary:#49bec6;--primary-foreground:#130e0c;--secondary:#302723;--secondary-foreground:#f0eae2;--muted:#302723;--muted-foreground:#aca399;--accent:#392d28;--accent-foreground:#f0eae2;--destructive:#f36354;--border:#ffffff1f;--input:#ffffff24;--ring:#49bec6;--chart-1:#49bec6;--chart-2:#da8e46;--chart-3:#5b9f86;--chart-4:#b4a87b;--chart-5:#d8c8ae;--sidebar:#201916;--sidebar-foreground:#f0eae2;--sidebar-primary:#49bec6;--sidebar-primary-foreground:#130e0c;--sidebar-accent:#302723;--sidebar-accent-foreground:#f0eae2;--sidebar-border:#ffffff1f;--sidebar-ring:#49bec6;--hero-accent:#e87a41;--component-inactive-color:var(--muted-foreground);--component-bg:var(--card);--component-shadow:var(--border);--component-active-bg:var(--secondary);--component-line-inactive-color:var(--muted-foreground);--component-active-color-default:var(--accent-foreground);--hu-background:#121212;--hu-foreground:#fff;--hu-card:#171717;--hu-card-foreground:#fff;--hu-primary:#34f;--hu-primary-foreground:#fafafa;--hu-secondary:#262626;--hu-secondary-foreground:#fff;--hu-muted:#262626;--hu-muted-foreground:#b5b5b5;--hu-accent:#262626;--hu-accent-foreground:#fff;--hu-destructive:#eb1414;--hu-destructive-foreground:#fafafa;--hu-border:0, 0%, 100%, 10%;--hu-input:0, 0%, 100%, 5%;--hu-ring:#8f8f8f;--color-fd-background:hsl(var(--hu-background));--color-fd-card:hsl(var(--hu-background))}@supports (color:lab(0% 0 0)){.dark{--background:lab(6.14171% 2.49881 2.62986);--foreground:lab(93.0657% 1.03843 4.8519);--card:lab(11.7729% 2.94682 3.31816);--card-foreground:lab(93.0657% 1.03843 4.8519);--popover:lab(11.7729% 2.94682 3.31816);--popover-foreground:lab(93.0657% 1.03843 4.8519);--primary:lab(70.8165% -32.0807 -14.4743);--primary-foreground:lab(4.39882% 1.72515 1.69604);--secondary:lab(16.3926% 3.74971 4.08133);--secondary-foreground:lab(93.0657% 1.03843 4.8519);--muted:lab(16.3926% 3.74971 4.08133);--muted-foreground:lab(67.5223% 2.22313 6.50637);--accent:lab(19.8355% 5.15007 5.30968);--accent-foreground:lab(93.0657% 1.03843 4.8519);--destructive:lab(61.1742% 55.6955 37.9675);--border:lab(100% 0 0/.12);--input:lab(100% 0 0/.14);--ring:lab(70.8165% -32.0807 -14.4743);--chart-1:lab(70.8165% -32.0807 -14.4743);--chart-2:lab(65.9139% 25.1217 49.5474);--chart-3:lab(60.4628% -27.2683 6.23906);--chart-4:lab(68.9907% -.707239 24.7387);--chart-5:lab(81.5334% 2.67848 15.4302);--sidebar:lab(9.45247% 2.95523 3.3095);--sidebar-foreground:lab(93.0657% 1.03843 4.8519);--sidebar-primary:lab(70.8165% -32.0807 -14.4743);--sidebar-primary-foreground:lab(4.39882% 1.72515 1.69604);--sidebar-accent:lab(16.3926% 3.74971 4.08133);--sidebar-accent-foreground:lab(93.0657% 1.03843 4.8519);--sidebar-border:lab(100% 0 0/.12);--sidebar-ring:lab(70.8165% -32.0807 -14.4743)}}@layer base{@apply border-border outline-ring/50;@apply scroll-smooth;@apply bg-background font-sans text-foreground antialiased;body{background-image:linear-gradient(#ffffff80,#fff0),radial-gradient(circle at top,#e87a4124,#0000 32%),radial-gradient(circle at 80% 20%,#18535c24,#0000 24%);min-height:100svh}}
