:root{--background:#fff;--foreground:#171717;--text-color:black;--header-background:#f7f7f6}[data-theme=dark]{--background:#0f1214;--foreground:#ededed;--text-color:white;--header-background:#0f1214}html,body{scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}#content{margin-bottom:1rem}#clearingdiv{clear:both}#sidebar-wrapper{margin-left:2rem}@media (min-width:1280px){#page{margin-left:20rem}#content{float:right;width:100%;padding-right:15rem}#sidebar-mobile{display:none}#sidebar{float:left;width:20rem;margin-left:-20rem}}@media (max-width:1280px){#content{padding:0 1rem}#sidebar-mobile{margin-bottom:1rem;padding:0 1rem;display:block}#sidebar{display:none}}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;flex:1;min-height:100vh;margin:0;font-family:Arial,Helvetica,sans-serif;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;cursor:pointer;text-decoration:none}a:hover{text-decoration:underline}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}
#bar{background-color:var(--header-background)}#theme-toggle{color:var(--text-color)}#navbar,#search-bar{justify-content:space-between;align-items:center;width:100%;padding-top:1rem;padding-bottom:.5rem;display:flex}#breadcrumb-bar-button{margin-right:.5rem}#header-logo{flex-grow:1}#header-logo img{width:50%}#header-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.burger-menu{cursor:pointer;flex-direction:column;display:none}.burger-menu div{background-color:#333;width:30px;height:3px;margin:5px 0;transition:all .4s}[data-theme=dark] .burger-menu div{background-color:#fff;width:30px;height:3px;margin:5px 0;transition:all .4s}@media (min-width:1024px){#bar{padding:0 15rem 0 20rem}#header-logo img{width:70%}}@media (min-width:768px) and (max-width:1024px){#bar{padding:0 5rem}#header-logo img{width:100%}}@media (max-width:768px){#bar{padding:0 2rem}#header-logo img{width:70%}#avatar{text-align:center;align-content:center}.burger-menu{display:flex;position:relative;right:2rem}[data-nav-bar-mobile=hidden]{display:none!important}[data-nav-bar-mobile=visible]{display:flex!important}[data-search-bar-mobile=hidden]{display:none}[data-search-bar-mobile=visible]{display:block}}
#footer{text-align:center;background-color:gray;margin-top:auto}#footer-divider{background-color:#fff}#top-footer,#bottom-footer{padding:1.5%}#footer-logo img{width:20%}@media (max-width:768px){#top-footer,#bottom-footer{padding:5%}#footer-logo img{width:90%}}
