:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100vh;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}.sidebar{min-height:100vh;position:sticky;top:0;overflow-y:auto}@media (max-width:991.98px){.sidebar{z-index:1045;width:280px;min-height:0;transition:transform .3s ease-in-out;position:fixed;bottom:0;left:0;transform:translate(-100%)}.sidebar.sidebar-open{transform:translate(0)}.sidebar-backdrop{z-index:1040;background:#00000080;position:fixed;inset:0}}textarea:disabled,input:disabled{opacity:.8;background-color:#f8f9fa!important}
