#root,body,main{display:flex;flex-direction:column;width:100%}main{flex:1;align-items:stretch}.header{position:relative;z-index:10}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--page-subtle-surface);border-radius:999px}::-webkit-scrollbar-thumb{background:#94a3b899;border-radius:999px;border:2px solid transparent;background-clip:padding-box;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:#5eead4cc}*{scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.6) var(--page-subtle-surface)}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;font-synthesis:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--page-background: #f8fafc;--page-surface: #ffffff;--page-subtle-surface: #f1f5f9;--page-border-color: rgba(226, 232, 240, .9);--page-text-color: #1a202c;--page-heading-color: #0f172a;--page-muted-color: #475569;--page-shadow-color: rgba(15, 23, 42, .08)}html{height:100%;min-height:100dvh;scroll-behavior:smooth}body{margin:0;min-height:100dvh;height:100%;display:flex;flex-direction:column;align-items:stretch;background:var(--page-background);color:var(--page-text-color)}#root{flex:1;display:flex;flex-direction:column;min-height:100dvh}main{flex:1;display:flex;flex-direction:column;align-items:stretch;min-height:0}a{font-weight:500;text-decoration:none;color:inherit}a:hover{text-decoration:none}button{cursor:pointer;transition:border-color .25s ease,background-color .25s ease,box-shadow .25s ease}h1,h2,h3,h4,h5,h6{color:var(--page-heading-color);font-weight:600}body,html,#root{overflow-x:hidden}body.chakra-ui-light{--page-background: radial-gradient(circle at 10% 20%, #fdfbff 0%, #f2f7ff 45%, #eef2ff 100%);--page-surface: #ffffff;--page-subtle-surface: rgba(255, 255, 255, .8);--page-border-color: rgba(226, 232, 240, .9);--page-text-color: #1a202c;--page-heading-color: #0f172a;--page-muted-color: #475569;--page-shadow-color: rgba(15, 23, 42, .08)}body.chakra-ui-dark{--page-background: radial-gradient(circle at 10% 10%, #0f172a 0%, #020617 35%, #00010e 100%);--page-surface: rgba(15, 23, 42, .92);--page-subtle-surface: rgba(30, 41, 59, .7);--page-border-color: rgba(51, 65, 85, .8);--page-text-color: #e2e8f0;--page-heading-color: #f8fafc;--page-muted-color: #94a3b8;--page-shadow-color: rgba(2, 6, 23, .45)}.menu-stack:hover .menu-icon{opacity:1!important}.radix-themes{--cursor-button: pointer}
