@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";*{box-sizing:border-box}body{margin:0;background-color:#1a7746;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-width:thin;scrollbar-color:rgba(26,119,70,.5) transparent}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-container{padding:0;display:flex;height:100vh;margin:0}.sidebar{margin:2rem 0;height:calc(100vh - 4rem);background-color:var(--sidebar-bg);color:var(--sidebar-text);display:flex;flex-direction:column;padding:var(--sidebar-padding);box-shadow:2px 0 6px #0000001a;border-radius:1rem;flex:0 0 var(--sidebar-width);margin:1rem 0 1rem 1rem;height:calc(100vh - 2rem)}.main-content{margin:2rem 3rem 2rem 0rem;background:#fff;border-radius:1rem;overflow:auto;padding:0;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;margin:1rem 1rem 1rem 0}a{color:inherit;text-decoration:none;font-size:1rem;font-weight:500;line-height:1.5;display:inline-block;min-height:1.6rem;transition:font-size .3s ease-in-out,font-weight .3s ease-in-out,color .3s ease-in-out}a:hover{font-size:1.075rem;font-weight:600;color:#1a7746}.topbar-search a:hover{font-size:inherit;font-weight:inherit;color:inherit}ul{list-style:none;padding-left:0;margin:0}.scroll-area::-webkit-scrollbar{width:0px;height:transparent}.scroll-area{scrollbar-width:none;-ms-overflow-style:none}.scroll-area::-webkit-scrollbar-track{background-color:#0d4728}.scroll-area::-webkit-scrollbar-thumb{background-color:#56b68d;border-radius:10px}.scroll-area::-webkit-scrollbar-thumb:hover{background-color:#3b8f6e}.scroll-area::-webkit-scrollbar-button{display:none}
