@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)*.01) ; --tw-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--tw-exit-opacity: 0;}@utility fade-out-*{--tw-exit-opacity: calc(--value(number)*.01) ; --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: --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: --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) ; }}@keyframes slideInFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutToLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutToRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes menuDropdown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.animate-menu-dropdown{animation:menuDropdown .15s ease-out}@keyframes tapFeedback{0%{transform:scale(1)}50%{transform:scale(.97)}to{transform:scale(1)}}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}@keyframes springBounce{0%{transform:scale(.95);opacity:0}50%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%,to{box-shadow:0 0 5px #d9482a80}50%{box-shadow:0 0 20px #d9482acc}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.animate-slide-in-right{animation:slideInFromRight .2s ease-out}.animate-slide-out-left{animation:slideOutToLeft .2s ease-out}.animate-slide-in-left{animation:slideInFromLeft .2s ease-out}.animate-slide-out-right{animation:slideOutToRight .2s ease-out}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-fade-out{animation:fadeOut .3s ease-out}.animate-scale-in{animation:scaleIn .3s cubic-bezier(.34,1.56,.64,1)}.animate-scale-out{animation:scaleOut .3s cubic-bezier(.34,1.56,.64,1)}.animate-tap-feedback{animation:tapFeedback .2s ease-out}.animate-ripple{animation:ripple .6s ease-out}.animate-spring-bounce{animation:springBounce .6s cubic-bezier(.34,1.56,.64,1)}.animate-slide-up{animation:slideUp .4s cubic-bezier(.34,1.56,.64,1)}.animate-slide-down{animation:slideDown .4s cubic-bezier(.34,1.56,.64,1)}.animate-shimmer{animation:shimmer 2s infinite;background:linear-gradient(90deg,#f5f5f7,#fff,#f5f5f7);background-size:1000px 100%}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.animate-bounce{animation:bounce 1s infinite}.animate-glow{animation:glow 2s ease-in-out infinite}.animate-shake{animation:shake .5s ease-in-out}.stagger-container>*{animation:slideUp .4s cubic-bezier(.34,1.56,.64,1) backwards}.stagger-container>:nth-child(1){animation-delay:.05s}.stagger-container>:nth-child(2){animation-delay:.1s}.stagger-container>:nth-child(3){animation-delay:.15s}.stagger-container>:nth-child(4){animation-delay:.2s}.stagger-container>:nth-child(5){animation-delay:.25s}.stagger-container>:nth-child(6){animation-delay:.3s}.stagger-container>:nth-child(n+7){animation-delay:.35s}.transition-smooth{transition:all .2s cubic-bezier(.4,0,.2,1)}.transition-smooth-slow{transition:all .4s cubic-bezier(.4,0,.2,1)}.transition-smooth-fast{transition:all .15s cubic-bezier(.4,0,.2,1)}.transition-colors{transition:background-color .2s ease,color .2s ease,border-color .2s ease}.transition-transform{transition:transform .2s cubic-bezier(.4,0,.2,1)}.transition-opacity{transition:opacity .2s ease}.hover-lift{transition:all .2s cubic-bezier(.4,0,.2,1)}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.hover-scale{transition:all .2s cubic-bezier(.4,0,.2,1)}.hover-scale:hover{transform:scale(1.02)}.hover-glow{transition:all .2s ease}.hover-glow:hover{box-shadow:0 0 20px #d9482a4d}.skeleton{background:linear-gradient(90deg,#f5f5f7,#fff,#f5f5f7);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:8px}.skeleton-text{height:1rem;margin-bottom:.5rem;border-radius:4px}.skeleton-avatar{width:2.5rem;height:2.5rem;border-radius:50%}.skeleton-card{height:150px;border-radius:12px}.will-animate{will-change:transform,opacity}.will-animate-transform{will-change:transform}.will-animate-opacity{will-change:opacity}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@custom-variant dark (&:is(.dark *));@theme inline{ --radius-sm: 2px; --radius-md: 4px; --radius-lg: 6px; --radius-xl: 10px; --color-background: #f4efe6; --color-foreground: #0e0e0e; --color-card: #ffffff; --color-card-foreground: #0e0e0e; --color-popover: #ffffff; --color-popover-foreground: #0e0e0e; --color-primary: #0e0e0e; --color-primary-foreground: #f4efe6; --color-secondary: #ebe5da; --color-secondary-foreground: #0e0e0e; --color-muted: #c2b7a2; --color-muted-foreground: #5c5750; --color-accent: #d9482a; --color-accent-foreground: #f4efe6; --color-destructive: #b5371e; --color-destructive-foreground: #f4efe6; --color-border: #ddd5c7; --color-input: #ffffff; --color-ring: #d9482a; --color-chart-1: #d9482a; --color-chart-2: #0e0e0e; --color-chart-3: #5c5750; --color-chart-4: #c77b1c; --color-chart-5: #2d6a3e; --color-sidebar: #ffffff; --color-sidebar-foreground: #0e0e0e; --color-sidebar-primary: #d9482a; --color-sidebar-primary-foreground: #f4efe6; --color-sidebar-accent: #d9482a; --color-sidebar-accent-foreground: #f4efe6; --color-sidebar-border: #ddd5c7; --color-sidebar-ring: #d9482a; }:root{--primary: #0e0e0e;--primary-foreground: #f4efe6;--sidebar-primary: #d9482a;--sidebar-primary-foreground: #f4efe6;--chart-1: #d9482a;--chart-2: #0e0e0e;--chart-3: #5c5750;--chart-4: #c77b1c;--chart-5: #2d6a3e;--radius: 4px;--background: #f4efe6;--foreground: #0e0e0e;--card: #ffffff;--card-foreground: #0e0e0e;--popover: #ffffff;--popover-foreground: #0e0e0e;--secondary: #ebe5da;--secondary-foreground: #0e0e0e;--muted: #c2b7a2;--muted-foreground: #5c5750;--accent: #d9482a;--accent-foreground: #f4efe6;--destructive: #b5371e;--destructive-foreground: #f4efe6;--border: #ddd5c7;--input: #ffffff;--ring: #d9482a;--sidebar: #ffffff;--sidebar-foreground: #0e0e0e;--sidebar-accent: #d9482a;--sidebar-accent-foreground: #f4efe6;--sidebar-border: #ddd5c7;--sidebar-ring: #d9482a;--c-bg: #f4efe6;--c-surface: #ffffff;--c-surface-2: #ebe5da;--c-surface-3: #faf6ee;--c-border: #ddd5c7;--c-border-2: #c2b7a2;--c-ink: #0e0e0e;--c-text: #0e0e0e;--c-text-2: #3a352e;--c-text-3: #5c5750;--c-text-4: #8c857b;--c-text-5: #b5ae9f;--c-text-6: #8c857b;--c-accent: #d9482a;--c-accent-2: #b5371e;--c-accent-soft: rgba(217, 72, 42, .1);--c-accent-line: rgba(217, 72, 42, .25);--c-success: #2d6a3e;--c-warning: #c77b1c;--c-danger: #b5371e;--font-display: "Bricolage Grotesque", "Inter Tight", system-ui, -apple-system, sans-serif;--font-body: "Hanken Grotesk", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", ui-monospace, monospace;--font-serif: "Newsreader", Georgia, serif}.dark{--primary: #f4efe6;--primary-foreground: #0e0e0e;--sidebar-primary: #ff6b3d;--sidebar-primary-foreground: #0e0e0e;--background: #0e0e0e;--foreground: #f4efe6;--card: #171514;--card-foreground: #f4efe6;--popover: #171514;--popover-foreground: #f4efe6;--secondary: #1f1d1b;--secondary-foreground: #f4efe6;--muted: #3d3936;--muted-foreground: #b5ae9f;--accent: #ff6b3d;--accent-foreground: #0e0e0e;--destructive: #ff6b3d;--destructive-foreground: #0e0e0e;--border: #2a2724;--input: #1f1d1b;--ring: #ff6b3d;--sidebar: #171514;--sidebar-foreground: #f4efe6;--sidebar-accent: #ff6b3d;--sidebar-accent-foreground: #0e0e0e;--sidebar-border: #2a2724;--sidebar-ring: #ff6b3d;--chart-1: #ff6b3d;--chart-2: #f4efe6;--chart-3: #b5ae9f;--chart-4: #e5a04e;--chart-5: #6faa7e;--c-bg: #0e0e0e;--c-surface: #171514;--c-surface-2: #1f1d1b;--c-surface-3: #171514;--c-border: #2a2724;--c-border-2: #3d3936;--c-ink: #f4efe6;--c-text: #f4efe6;--c-text-2: #c9c2b5;--c-text-3: #8c857b;--c-text-4: #5c5750;--c-text-5: #3a352e;--c-text-6: #5c5750;--c-accent: #ff6b3d;--c-accent-2: #ff8b5c;--c-accent-soft: rgba(255, 107, 61, .12);--c-accent-line: rgba(255, 107, 61, .3);--c-success: #6faa7e;--c-warning: #e5a04e;--c-danger: #ff6b3d}@layer base{*{margin:0;padding:0;box-sizing:border-box}html.dark,html.dark body{background-color:var(--c-bg);color:var(--c-text)}body{background-color:var(--c-bg);color:var(--c-text);font-family:var(--font-body);font-size:16px;line-height:1.5;font-feature-settings:"ss01","ss02","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body:after{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='matrix' values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.7 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");mix-blend-mode:multiply}.dark body:after{opacity:.08;mix-blend-mode:screen}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--c-text);font-feature-settings:"ss01","ss02","cv11"}h1{font-size:2.5rem;font-weight:700;line-height:1.05;margin-bottom:1rem;letter-spacing:-.035em}h2{font-size:2rem;font-weight:700;line-height:1.1;margin-bottom:.75rem;letter-spacing:-.03em}h3{font-size:1.5rem;font-weight:600;line-height:1.2;margin-bottom:.5rem;letter-spacing:-.02em}h4{font-size:1.125rem;font-weight:600;line-height:1.3;margin-bottom:.5rem;letter-spacing:-.015em}p{color:var(--c-text-2);font-size:1rem;line-height:1.6}a{color:var(--c-accent);text-decoration:none;text-underline-offset:3px;transition:opacity .18s ease}a:hover{opacity:.7;text-decoration:underline}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}.num,.tabular{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}}@layer components{.container{max-width:1200px;margin:0 auto;padding:0 1rem}.card{background-color:var(--c-surface);border:1px solid var(--c-border);border-radius:6px;padding:1.5rem;transition:border-color .18s ease,transform .18s ease}.card:hover{border-color:var(--c-border-2)}.card-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--c-border)}.card-title{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--c-text);letter-spacing:-.015em}.card-subtitle{font-size:.8125rem;color:var(--c-text-3);margin-top:.25rem;letter-spacing:.01em}.card-content{display:flex;flex-direction:column;gap:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:4px;border:1px solid transparent;font-family:var(--font-body);font-weight:600;font-size:.9375rem;letter-spacing:.01em;transition:all .16s cubic-bezier(.4,0,.2,1);cursor:pointer;outline:none;text-transform:none}.btn:active{transform:translateY(1px)}.btn-primary{background-color:var(--c-ink);color:var(--c-bg);border-color:var(--c-ink)}.btn-primary:hover{background-color:var(--c-text-2);border-color:var(--c-text-2)}.btn-accent{background-color:var(--c-accent);color:#f4efe6;border-color:var(--c-accent)}.btn-accent:hover{background-color:var(--c-accent-2);border-color:var(--c-accent-2)}.btn-secondary{background-color:var(--c-surface-2);color:var(--c-text);border-color:var(--c-border)}.btn-secondary:hover{background-color:var(--c-surface);border-color:var(--c-text)}.btn-outline{background-color:transparent;color:var(--c-text);border:1px solid var(--c-text)}.btn-outline:hover{background-color:var(--c-text);color:var(--c-bg)}.btn-danger{background-color:var(--c-danger);color:#f4efe6;border-color:var(--c-danger)}.btn-danger:hover{filter:brightness(.9)}.btn-ghost{background-color:transparent;color:var(--c-text);border-color:transparent}.btn-ghost:hover{background-color:var(--c-surface-2)}.btn-sm{padding:.5rem .875rem;font-size:.8125rem}.btn-lg{padding:1rem 1.75rem;font-size:1.0625rem}.btn-block{width:100%}.input{width:100%;padding:.75rem .875rem;border:1px solid var(--c-border);border-radius:4px;background-color:var(--c-surface);color:var(--c-text);font-family:var(--font-body);font-size:.9375rem;transition:border-color .16s ease,box-shadow .16s ease}.input::placeholder{color:var(--c-text-4)}.input:focus{outline:none;border-color:var(--c-ink);box-shadow:0 0 0 3px var(--c-accent-soft)}.input:disabled{background-color:var(--c-surface-2);cursor:not-allowed;opacity:.6}.textarea{width:100%;padding:.75rem .875rem;border:1px solid var(--c-border);border-radius:4px;background-color:var(--c-surface);color:var(--c-text);font-family:var(--font-body);font-size:.9375rem;resize:vertical;min-height:6rem;transition:border-color .16s ease,box-shadow .16s ease}.textarea::placeholder{color:var(--c-text-4)}.textarea:focus{outline:none;border-color:var(--c-ink);box-shadow:0 0 0 3px var(--c-accent-soft)}.label{display:block;font-family:var(--font-body);font-size:.6875rem;font-weight:700;color:var(--c-text-3);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.12em}.form-group{display:flex;flex-direction:column;gap:.5rem}.table{width:100%;border-collapse:collapse;font-size:.9375rem;font-variant-numeric:tabular-nums}.table thead{background-color:var(--c-surface-2);border-bottom:2px solid var(--c-ink)}.table th{padding:.875rem 1rem;text-align:left;font-family:var(--font-body);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--c-text-3)}.table td{padding:1rem;border-bottom:1px solid var(--c-border);color:var(--c-text)}.table tbody tr:hover{background-color:var(--c-surface-2)}.badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:2px;font-family:var(--font-body);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border:1px solid transparent}.badge-primary{background-color:var(--c-accent-soft);color:var(--c-accent);border-color:var(--c-accent-line)}.badge-success{background-color:#2d6a3e1a;color:var(--c-success);border-color:#2d6a3e40}.badge-warning{background-color:#c77b1c1a;color:var(--c-warning);border-color:#c77b1c40}.badge-error{background-color:#b5371e1a;color:var(--c-danger);border-color:#b5371e40}.alert{padding:1rem 1.25rem;border-radius:4px;border-left:3px solid;background-color:var(--c-surface);font-size:.9375rem}.alert-info{background-color:var(--c-accent-soft);border-left-color:var(--c-accent);color:var(--c-text)}.alert-success{background-color:#2d6a3e0f;border-left-color:var(--c-success);color:var(--c-text)}.alert-warning{background-color:#c77b1c0f;border-left-color:var(--c-warning);color:var(--c-text)}.alert-error{background-color:#b5371e0f;border-left-color:var(--c-danger);color:var(--c-text)}.divider{height:1px;background-color:var(--c-border);margin:1.5rem 0}.divider-strong{height:1px;background-color:var(--c-ink);margin:1.5rem 0}.spacer-sm{height:.5rem}.spacer-md{height:1rem}.spacer-lg{height:2rem}.spacer-xl{height:3rem}.eyebrow{display:inline-block;font-family:var(--font-body);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--c-accent)}.wordmark{font-family:var(--font-display);font-weight:800;letter-spacing:-.04em;line-height:.95}.metric{font-family:var(--font-display);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700;line-height:.95;letter-spacing:-.045em;color:var(--c-text)}}@layer utilities{.font-display{font-family:var(--font-display);letter-spacing:-.02em}.font-body{font-family:var(--font-body)}.font-mono{font-family:var(--font-mono);font-feature-settings:"tnum","zero"}.font-serif{font-family:var(--font-serif)}.font-num{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-feature-settings:"tnum","zero"}.text-muted{color:var(--c-text-3)}.text-primary{color:var(--c-accent)}.text-destructive{color:var(--c-danger)}.bg-secondary{background-color:var(--c-surface-2)}.border-subtle{border:1px solid var(--c-border)}.border-ink{border:1px solid var(--c-ink)}.rounded-lg{border-radius:6px}.rounded-md{border-radius:4px}.rounded-sm{border-radius:2px}.shadow-sm{box-shadow:0 1px #0e0e0e0a}.shadow-md{box-shadow:0 2px #0e0e0e0f}.transition-smooth{transition:all .18s cubic-bezier(.4,0,.2,1)}.focus-ring{outline:none;box-shadow:0 0 0 3px var(--c-accent-soft)}.uppercase-label{text-transform:uppercase;letter-spacing:.12em;font-size:.6875rem;font-weight:700}.dotted-rule{height:1px;background-image:linear-gradient(to right,var(--c-border-2) 33%,transparent 0%);background-position:bottom;background-size:6px 1px;background-repeat:repeat-x}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.w-full{width:100%}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-2xl{max-width:42rem}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.min-h-screen{min-height:100vh}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.font-semibold{font-weight:600}.font-bold{font-weight:700}.opacity-50{opacity:.5}.opacity-75{opacity:.75}}.recharts-default-tooltip{background-color:var(--c-surface)!important;border:1px solid var(--c-ink)!important;border-radius:4px!important;font-family:var(--font-mono)!important;font-size:.75rem!important;box-shadow:4px 4px 0 var(--c-ink)!important}.recharts-cartesian-grid line{stroke:var(--c-border)!important}.recharts-cartesian-axis-tick-value{font-family:var(--font-mono)!important;font-size:11px!important;fill:var(--c-text-3)!important}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--c-border-2);border-radius:0;border:3px solid var(--c-bg)}::-webkit-scrollbar-thumb:hover{background:var(--c-text-4)}::selection{background-color:var(--c-accent);color:#f4efe6}
