html:root{--hue:200;--accent-saturation:33%;--accent-lightness:15%;--complementary-saturation:33%;--complementary-lightness:90%;--dominant-lightness:98%;--accent:var(--hue) var(--accent-saturation) var(--accent-lightness);--dominant:var(--hue) var(--complementary-saturation) var(--dominant-lightness);--complementary:var(--hue) var(--complementary-saturation) var(--complementary-lightness);--accent-20:hsl(var(--accent)/0.2);--border:240 5.9% 90%;--input:240 5.9% 90%;--ring:240 10% 3.9%;--destructive:0 84% 60%;--radius:0.5rem}html.dark{--hue-dark:200;--accent-saturation-dark:25%;--accent-lightness-dark:30%;--complementary-saturation-dark:0%;--complementary-lightness-dark:10%;--dominant-lightness-dark:15%;--accent:var(--hue-dark) var(--accent-saturation-dark) var(--accent-lightness-dark);--dominant:var(--hue-dark) var(--complementary-saturation-dark) var(--dominant-lightness-dark);--complementary:var(--hue-dark) var(--complementary-saturation-dark) var(--complementary-lightness-dark);--border:var(--hue-dark) 3.7% 33%;--input:var(--hue-dark) 3.7% 33%;--ring:var(--hue-dark) 3.7% 33%;--destructive:0 84% 60%}.slider::-webkit-slider-runnable-track{border-radius:9999px;background-color:hsl(var(--complementary))}.slider::-webkit-slider-thumb{height:1.25rem;width:1.25rem;cursor:pointer;appearance:none;border-radius:9999px;background-color:hsl(var(--accent))}.skeleton{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.375rem;background-color:hsl(var(--accent)/.2)}.skeleton-text{margin-bottom:.25rem;height:1rem;width:100%}@keyframes pulse{50%{opacity:.5}}.skeleton-text{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.375rem;background-color:hsl(var(--accent)/.2)}.skeleton-text:last-child{margin-bottom:0;width:83.333333%}.heading{font-size:1.5rem;line-height:2rem;font-weight:700}.heading2{font-size:1rem;line-height:1.5rem;font-weight:700}::-webkit-scrollbar{background-color:transparent;width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsl(var(--accent)/.2);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--accent))}.scrollbar-gutter-stable{scrollbar-gutter:stable}.your-element{scrollbar-width:none}.your-element::-webkit-scrollbar{display:none}.custom-rounded-scrollbar::-webkit-scrollbar{width:10px}.custom-rounded-scrollbar::-webkit-scrollbar-track{background:hsl(var(--dominant))}.custom-rounded-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,transparent 0,hsl(var(--complementary)) 50%,transparent 100%);border-radius:9999px;background-clip:padding-box}.custom-rounded-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,transparent 0,var(--accent-20) 50%,transparent 100%)}.shiki{background-color:transparent!important}.react-flow__node.draggable{cursor:default!important}.react-flow__attribution{display:none!important}.content-editable-placeholder:empty:before{content:attr(placeholder);pointer-events:none;display:block;color:#525252;margin-top:2px}.content-editable-placeholder:focus:before{content:none}.react-flow__controls-button{border-bottom:none!important;border-radius:5px!important;color:var(--muted-foreground)!important}