:root{--bg:#fafafa;--surface:#fff;--text:#111;--border:#eee;--btn-primary:#111;--btn-primary-fg:#fff}html.dark{--bg:#000;--surface:#111;--text:#fff;--border:#222;--btn-primary:#fff;--btn-primary-fg:#000;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html,body{background:var(--bg);color:var(--text);scroll-behavior:smooth;margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}*{box-sizing:border-box}a{color:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:flex}.app-sidebar{border-right:1px solid var(--border);background:var(--surface);flex-direction:column;flex-shrink:0;gap:10px;width:220px;min-width:220px;height:100vh;padding:14px;display:flex;position:sticky;top:0;overflow-y:auto}.app-sidebar-nav{flex-direction:column;gap:6px;margin-top:6px;display:flex}.app-main{background:var(--bg);flex:1;min-width:0;padding:20px;overflow-x:hidden}@media (max-width:680px){.app-shell{flex-direction:column}.app-sidebar{width:100%;min-width:unset;z-index:40;border-right:none;border-bottom:1px solid var(--border);flex-direction:column;gap:8px;height:auto;padding:10px 12px;position:sticky;top:0;overflow:hidden visible}.app-sidebar-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-flow:row;gap:6px;margin-top:0;padding-bottom:2px;display:flex;overflow-x:auto}.app-sidebar-nav::-webkit-scrollbar{display:none}.app-sidebar-nav a{white-space:nowrap;flex-shrink:0;padding:7px 10px;font-size:13px}.app-sidebar-footer{display:none}.app-main{padding:12px}.nav-links-hide-mobile{display:none}.app-main>main{border-radius:12px!important}table{font-size:12px}}
