.table-scroll-thin::-webkit-scrollbar{width:6px;height:6px}.table-scroll-thin::-webkit-scrollbar-track{background:transparent}.table-scroll-thin::-webkit-scrollbar-thumb{background-color:rgb(209 213 219);border-radius:3px}.table-scroll-thin::-webkit-scrollbar-thumb:hover{background-color:rgb(156 163 175)}.dark .table-scroll-thin::-webkit-scrollbar-thumb{background-color:rgb(75 85 99)}.dark .table-scroll-thin::-webkit-scrollbar-thumb:hover{background-color:rgb(107 114 128)}.tree-container-scroll-stable{scrollbar-gutter:stable}.dark .language-tree-flow .react-flow__controls,.dark .language-tree-flow .react-flow__controls button{background-color:rgb(31 41 55)!important;border-color:rgb(75 85 99)!important}.dark .language-tree-flow .react-flow__controls button{color:rgb(229 231 235)!important}.dark .language-tree-flow .react-flow__controls button:hover{background-color:rgb(55 65 81)!important}.dark .language-tree-flow .react-flow__minimap{background-color:rgb(31 41 55)!important;border-color:rgb(75 85 99)!important}@supports (scrollbar-width:thin) and (not (-webkit-overflow-scrolling:touch)){.table-scroll-thin{scrollbar-width:thin;scrollbar-color:rgb(209 213 219) transparent}.dark .table-scroll-thin{scrollbar-color:rgb(75 85 99) transparent}}html{color-scheme:light}:root{--language-tree-grid:#e5e7eb;--background:0 0% 100%;--foreground:0 0% 9%;--card:0 0% 100%;--card-foreground:0 0% 9%;--popover:0 0% 100%;--popover-foreground:0 0% 9%;--sidebar:0 0% 98%;--sidebar-foreground:0 0% 9%;--sidebar-hover:0 0% 96%;--primary:224 76% 40%;--primary-foreground:0 0% 100%;--secondary:210 40% 96%;--secondary-foreground:222 47% 11%;--accent:224 76% 40%;--accent-foreground:0 0% 100%;--muted:210 40% 96%;--muted-foreground:215 16% 47%;--border:214 32% 91%;--input:214 32% 91%;--ring:224 76% 48%;--success:142 71% 45%;--success-foreground:0 0% 100%;--warning:38 92% 50%;--warning-foreground:0 0% 100%;--destructive:0 62.8% 30.6%;--destructive-foreground:210 40% 98%;--control-height-mini:24px;--control-height-sm:31px;--control-height-md:40px;--control-height-lg:48px}html.dark{color-scheme:dark;--language-tree-grid:#374151;--background:237 22% 6%;--foreground:0 0% 100%;--card:237 22% 10%;--card-foreground:0 0% 100%;--popover:237 22% 10%;--popover-foreground:0 0% 100%;--sidebar:237 22% 10%;--sidebar-foreground:0 0% 100%;--sidebar-hover:237 22% 15%;--primary:262 83% 58%;--primary-foreground:0 0% 100%;--secondary:217.2 32.6% 17.5%;--secondary-foreground:210 40% 98%;--accent:262 83% 58%;--accent-foreground:0 0% 100%;--success:142 71% 45%;--success-foreground:0 0% 100%;--warning:38 92% 50%;--warning-foreground:0 0% 100%;--destructive:0 62.8% 30.6%;--destructive-foreground:210 40% 98%;--muted:237 22% 12%;--muted-foreground:215 20.2% 65.1%;--border:237 22% 15%;--input:237 22% 15%;--ring:262 83% 58%}html.dark body{background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.dark .chakra-menu__separator,html.dark [data-part=separator],html.dark [role=separator]{border-color:hsl(var(--border))!important}html.dark input:not([type=checkbox]):not([type=radio]):not([readonly]),html.dark select,html.dark textarea{background-color:hsl(var(--card))!important;color:hsl(var(--foreground))}html.dark input:not([readonly]):focus,html.dark select:focus,html.dark textarea:focus{outline:none;border-color:hsl(var(--ring))!important;box-shadow:0 0 0 2px hsl(var(--ring)/.3)}html.dark input::-moz-placeholder,html.dark textarea::-moz-placeholder{color:hsl(var(--muted-foreground))}html.dark input::placeholder,html.dark textarea::placeholder{color:hsl(var(--muted-foreground))}