:root{color-scheme:dark}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%}body{background:var(--gray-1)}.app-shell{display:grid;grid-template-columns:248px 1fr;min-height:100vh}.app-main{padding:24px 28px 48px;max-width:1600px;width:100%}@media (max-width:900px){.app-shell{grid-template-columns:1fr}.app-sidebar{display:none}}.panel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:16px;gap:16px}.chart-box{width:100%;height:220px}.mono{font-family:var(--code-font-family,ui-monospace,monospace)}