@keyframes sn-dashboard-drawer-in{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes sn-dashboard-drawer-out{0%{transform:translate(0)}to{transform:translate(-100%)}}.sn-dashboard-drawer[data-state=open]{animation:sn-dashboard-drawer-in .36s var(--ease-spring) both}.sn-dashboard-drawer[data-state=closed]{animation:sn-dashboard-drawer-out .2s var(--ease-in-out-soft) both}@media (prefers-reduced-motion:reduce){.sn-dashboard-drawer[data-state=open],.sn-dashboard-drawer[data-state=closed]{animation:none}}@media (min-width:1024px){html[data-sn-workspace-open] .sn-dashboard-shell{max-width:none;padding-right:var(--sn-workspace-inset,0px);transition:padding-right var(--duration-slow) var(--ease-out-soft);margin-inline:0}html[data-sn-workspace-resizing] .sn-dashboard-shell{transition:none}html[data-sn-workspace-open] .sn-dashboard-sidenav{display:none}}@media (prefers-reduced-motion:reduce){html[data-sn-workspace-open] .sn-dashboard-shell{transition:none}}
