/* v0.9.72 home layout and compact status cleanup */
#homeApp.home-app {
  width: min(1180px, calc(100vw - 36px));
  margin: 22px auto 40px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 20px;
  align-items: stretch;
}
#homeApp .home-panel { min-width: 0; }
#homeApp .leaderboard-panel { width: 100%; min-width: 0; max-width: none; }
#homeApp .v072-legacy-launchers { display: none !important; }
.v072-game-menu { display: grid; gap: 12px; margin-top: 20px; }
.v072-main-game {
  width: 100%; min-height: 88px; padding: 16px 22px !important;
  display: flex !important; flex-direction: column; align-items: flex-start; justify-content: center;
  text-align: left; gap: 4px; font-size: 1rem;
}
.v072-main-game > span { font-size: clamp(1.3rem, 2vw, 1.75rem); font-weight: 950; line-height: 1; }
.v072-main-game > small { font-size: .88rem; font-weight: 800; opacity: .78; }
.v072-main-game.game-hidden { display: none !important; }
.v072-launch-overlay { position: fixed; inset: 0; z-index: 10080; display: grid; place-items: center; padding: 20px; }
.v072-launch-overlay.hidden { display: none; }
.v072-launch-backdrop { position: absolute; inset: 0; border: 0; background: rgba(10, 7, 20, .64); backdrop-filter: blur(5px); }
.v072-launch-panel { position: relative; width: min(620px, 100%); padding: 28px; z-index: 1; }
.v072-launch-panel > p { margin: 8px 0 20px; }
.v072-level-preview { min-height: 94px; padding: 16px; border: 2px solid var(--ink, #111); display: grid; gap: 5px; }
.v072-level-preview strong { font-size: 1.25rem; }
.v072-level-preview span, .v072-level-preview small { font-weight: 750; }
.v072-level-slider-wrap { padding: 26px 8px 10px; }
#v072LevelRange { width: 100%; accent-color: var(--lime, #b8ff35); }
.v072-level-stops { position: relative; height: 42px; margin-top: 4px; }
.v072-level-stops span { position: absolute; left: var(--stop); transform: translateX(-50%); display: grid; justify-items: center; gap: 3px; white-space: nowrap; font-size: .72rem; font-weight: 900; }
.v072-level-stops i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.v072-mode-toggle { display: flex; align-items: center; gap: 10px; padding: 14px; margin-top: 8px; border: 2px solid var(--ink, #111); cursor: pointer; }
.v072-mode-toggle.hidden, .v072-custom-button.hidden { display: none !important; }
.v072-mode-toggle span { display: grid; gap: 2px; }
.v072-launch-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 20px; }
.v072-custom-button { margin-right: auto; }
/* Remove the small persistent inline status boxes. Feedback continues through the normal toast/system notices. */
.social-message, .support-status-visually-hidden, .auth-message { display: none !important; }
@media (max-width: 820px) {
  #homeApp.home-app { grid-template-columns: 1fr; width: min(680px, calc(100vw - 22px)); }
  #homeApp .leaderboard-panel { max-height: 430px; }
  .v072-main-game { min-height: 78px; }
}
