/* Cricky standalone site overrides. Most game styles live with Cricket Draft
   in the copied Pimi styles bundle; keep this file for domain-specific chrome. */

html,
body,
#root {
  min-height: 100%;
}

.cricky-standalone-body {
  margin: 0;
  background: var(--bg);
}

.cricky-standalone-shell {
  min-height: 100dvh;
}

.cricky-standalone-shell .cricket-draft-main,
.cricky-standalone-shell .cricket-draft-loading {
  min-height: 100dvh;
}
