.dashboard-mobile-flow{display:flex;flex-direction:column;overflow-y:auto;min-height:0}.dashboard-section--mode{order:1}.dashboard-section--target{order:2}.dashboard-section--products{order:3}.dashboard-section--style{order:4}.dashboard-section--config{order:5}.dashboard-section--viewport{order:6}@media(min-width:768px){.dashboard-mobile-flow{display:grid;grid-template-columns:1fr;overflow:visible}.dashboard-section--mode,.dashboard-section--target,.dashboard-section--products,.dashboard-section--style,.dashboard-section--config,.dashboard-section--viewport{order:unset}}@media(min-width:1024px){.dashboard-mobile-flow{grid-template-columns:minmax(0,1fr) minmax(0,2fr) minmax(0,1fr);grid-template-rows:1fr;gap:0;max-height:100%}.dashboard-section--viewport{min-height:0}}.dashboard-mode-select{width:100%;padding:.5rem .75rem;font-size:.875rem;border:1px solid rgb(214 211 209);border-radius:.375rem;background:#fff;color:#292524}.dashboard-products-grid{display:grid;gap:.375rem;grid-template-columns:repeat(4,minmax(0,1fr))}@media(min-width:768px){.dashboard-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}}@media(min-width:1024px){.dashboard-products-grid--staging{grid-template-columns:repeat(3,minmax(0,1fr))}}
