/**
 * DesktopSprayWallView.css
 *
 * 2-panel desktop layout styles
 * Phase 7.4a / 7.4b
 */

.desktop-spray-wall-view {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: var(--editor-bg, #1a1a2e);
}

/* Main panel (left) - contains wall preview and filter dropdown */
.desktop-spray-wall-view__main {
  flex: 1;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
