:root{--sidebar-width:16rem;--sidebar-width-icon:3.6rem;--color-background:"#ff0000";--header-height:62px}.light .radix-themes{--color-background:#f0f0f0}.dark .radix-themes{--color-background:#0A0A0A}::-webkit-backdrop,::-webkit-file-upload-button{box-sizing:border-box}*,::backdrop,::file-selector-button,:after,:before{box-sizing:border-box}body,html{font-family:Arial,Helvetica,sans-serif;margin:0}.radix-themes{--cursor-button:pointer;--cursor-checkbox:pointer;--cursor-disabled:default;--cursor-link:pointer;--cursor-menu-item:pointer;--cursor-radio:pointer;--cursor-slider-thumb:grab;--cursor-slider-thumb-active:grabbing;--cursor-switch:pointer}*{scrollbar-width:thin;scrollbar-color:var(--gray-8) var(--gray-3)}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--gray-3);border-radius:10px}::-webkit-scrollbar-thumb{background:var(--gray-8);border-radius:10px;border:3px solid var(--gray-3)}::-webkit-scrollbar-thumb:hover{background:var(--gray-9)}::-webkit-scrollbar-thumb:active{background:var(--gray-10)}::-webkit-scrollbar-corner{background:var(--gray-3)}@keyframes fadeIn{0%{opacity:0}to{opacity:.95}}