@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";
:root{--font-sans:"Space Grotesk",sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}a{color:inherit;text-decoration:none}.dashboard-editor{background:#fff;border-right:1px solid #e8e8e8;flex-direction:column;flex-shrink:0;width:420px;height:calc(100vh - 56px);display:flex;position:sticky;top:56px;overflow-y:auto}.dashboard-preview{background:#f0f0f0;flex-direction:column;flex:1;align-items:center;gap:1rem;padding:2rem 1rem;display:flex;overflow-y:auto}@media (max-width:700px){.dashboard-editor{width:100%;height:auto;min-height:calc(100vh - 56px);position:static}.dashboard-preview{display:none}}
