/* v143.1 — Réglages et Profil sont de vraies pages : aucun arrondi de sheet. */
html #month-settings-sheet.app-main-page,
html #profile-sheet.app-main-page {
  border: 0 !important;
  border-radius: 0 !important;
  clip-path: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  background: var(--paper, #fff) !important;
}

html #month-settings-sheet.app-main-page > .app-main-page-surface,
html #profile-sheet.app-main-page > .app-main-page-surface,
html.is-ios #month-settings-sheet.app-main-page > .sheet.app-main-page-surface,
html.is-ios #profile-sheet.app-main-page > .sheet.app-main-page-surface,
html[data-ui-theme="standard"] #month-settings-sheet.app-main-page > .sheet.app-main-page-surface,
html[data-ui-theme="standard"] #profile-sheet.app-main-page > .sheet.app-main-page-surface {
  inset: auto !important;
  width: 100% !important;
  max-width: none !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  max-height: 100dvh !important;
  margin: 0 !important;
  border: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  clip-path: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  background: var(--paper, #fff) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

/* Neutralise aussi les pseudo-éléments hérités d'anciens skins/sheets. */
html #month-settings-sheet.app-main-page > .app-main-page-surface::before,
html #month-settings-sheet.app-main-page > .app-main-page-surface::after,
html #profile-sheet.app-main-page > .app-main-page-surface::before,
html #profile-sheet.app-main-page > .app-main-page-surface::after {
  border-radius: 0 !important;
  clip-path: none !important;
}
