/* Conta mestra CQData. Novos ajustes desta visão devem permanecer neste arquivo. */
body.view-conta-mestra .client-only,
body.view-conta-mestra .operation-only {
  display: none !important;
}

body.view-conta-mestra #page-admin,
body.view-conta-mestra #page-admin > .admin-section,
body.view-conta-mestra #page-admin .admin-owner-panel {
  width: 100%;
  max-width: none;
  min-width: 0;
}

.platform-admin-card { margin-bottom: 16px; }
.platform-admin-controls {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin: 16px 0;
}
.platform-admin-controls .field { margin: 0; }

@media (max-width: 680px) {
  .platform-admin-controls { grid-template-columns: 1fr; }
  .platform-admin-controls .btn { width: 100%; }
}

body.owner-entry-choice,
body.owner-entry-choice #project-switcher-modal {
  background: #f4f6f7 !important;
}
body.owner-entry-choice #project-switcher-modal {
  --panel: #ffffff;
  --panel-2: #f7f9fa;
  --text: #17202a;
  --muted: #667382;
  --line: #d7dde2;
  backdrop-filter: none !important;
}
body.owner-entry-choice #project-switcher-modal .project-switcher-modal {
  background: #ffffff !important;
  color: #17202a;
}
