.mobile-dashboard-shell {
  background: #0f172af2;
  isolation: isolate;
  opacity: 1 !important;
}

.mobile-dashboard-shell .control-panel,
.mobile-dashboard-shell .notes-panel,
.mobile-dashboard-shell .template-section,
.mobile-dashboard-shell .split-preview {
  background: #0f172ae6;
}

@media (max-width: 640px) {
  .mobile-dashboard-shell {
    min-height: calc(100dvh - 24px);
    background: #0f172ae6;
  }

  .mobile-dashboard-shell .control-panel,
  .mobile-dashboard-shell .notes-panel,
  .mobile-dashboard-shell .template-section,
  .mobile-dashboard-shell .split-preview {
    background: #0f172ad6;
  }

  .mobile-dashboard-shell input,
  .mobile-dashboard-shell select,
  .mobile-dashboard-shell textarea {
    background: #020617d6;
  }
}
