:root{color-scheme:light}html.dark{color-scheme:dark}html,body,#root{height:100%;overflow:hidden}.min-h-screen{min-height:calc(100dvh / var(--zoom-factor, 1))!important}.h-screen{height:calc(100dvh / var(--zoom-factor, 1))!important}.h-viewport-card{height:calc(100dvh / var(--zoom-factor, 1) - 8rem)}.h-viewport-access{height:calc(100dvh / var(--zoom-factor, 1) - 120px)}.h-viewport-digital{height:calc(100dvh / var(--zoom-factor, 1) - 100px)}body{margin:0;background-color:hsl(var(--background));color:hsl(var(--foreground))}input:not([type=checkbox]):not([type=radio]):not([type=range]),textarea,select{color:hsl(var(--foreground));background-color:hsl(var(--card));border-color:hsl(var(--input));caret-color:hsl(var(--foreground))}input:not([type=checkbox]):not([type=radio]):not([type=range])::placeholder,textarea::placeholder{color:hsl(var(--foreground) / .58);opacity:1}html.dark input:not([type=checkbox]):not([type=radio]):not([type=range]),html.dark textarea,html.dark select{color:hsl(var(--foreground));background-color:hsl(var(--card))}html.dark input:-webkit-autofill,html.dark input:-webkit-autofill:hover,html.dark input:-webkit-autofill:focus,html.dark textarea:-webkit-autofill,html.dark select:-webkit-autofill{-webkit-text-fill-color:hsl(var(--foreground));-webkit-box-shadow:0 0 0 1000px hsl(var(--card)) inset;transition:background-color 9999s ease-in-out 0s}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:hsl(var(--foreground) / .25) transparent}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:hsl(var(--foreground) / .05);border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:hsl(var(--foreground) / .25);border-radius:4px;border:2px solid transparent;background-clip:content-box}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--foreground) / .45)}
