html{transition:background-color .2s ease-in-out,color .2s ease-in-out}body{background-color:var(--color-base-100);color:var(--color-base-content)}@layer base{:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-base-200)}::-webkit-scrollbar-thumb{background:var(--color-base-300);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-neutral)}::selection{background-color:var(--color-primary);color:var(--color-primary-content)}.dropdown-menu{z-index:50;position:absolute}.dropdown-menu-top{bottom:100%}.dropdown-menu-bottom{top:100%}html:not([data-theme-mounted]) [data-theme-icon]{display:none!important}html:not([data-theme-mounted])[data-theme-preference=system] [data-theme-icon=system],html:not([data-theme-mounted])[data-theme-preference=traceage-light] [data-theme-icon=traceage-light],html:not([data-theme-mounted])[data-theme-preference=traceage-dark] [data-theme-icon=traceage-dark]{display:block!important}
