/* Fox on Site is a contained extension of the existing field-first system. */
.fb-footer-brand-game {
  position: relative;
  width: min(100%, 220px);
  padding: 0 0 18px;
  border: 0;
  display: block;
  background: transparent;
  color: var(--fb-paper);
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.fb-footer-brand-game img {
  width: 100%;
  display: block;
  transition: opacity .2s ease, transform .2s ease;
}
.fb-footer-brand-game span {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #97988f;
  font: 8px/1 "Courier New", Courier, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: color .2s ease;
}
.fb-footer-brand-game:hover img,
.fb-footer-brand-game:focus-visible img { opacity: .78; }
.fb-footer-brand-game:hover span,
.fb-footer-brand-game:focus-visible span { color: var(--fb-lime); }
.fb-footer-brand-game:focus-visible { outline: 2px solid var(--fb-lime); outline-offset: 6px; }
.fb-footer-brand-game:active img { transform: translateY(1px); }

dialog.fb-game {
  position: fixed;
  inset: 0;
  z-index: 9000000;
  width: 100vw;
  max-width: none;
  height: 100vh;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #090a09;
  color: #f0efe9;
  font-family: Arial, Helvetica, sans-serif;
}

dialog.fb-game::backdrop { background: #090a09; }
.fb-game button { font-family: inherit; }
.fb-game :focus-visible { outline: 2px solid var(--fb-lime); outline-offset: 4px; }
body.fb-game-open-state { overflow: hidden; }
body.fb-game-open-state .slide-in-position-container,
body.fb-game-open-state [class*="slide-in-popup"],
body.fb-game-open-state .userway_buttons_wrapper,
body.fb-game-open-state #userwayAccessibilityIcon { display: none !important; }

.fb-game-shell {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 68px minmax(0, 1fr) 46px;
  background: #090a09;
}

.fb-game-topbar,
.fb-game-bottombar {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 clamp(18px, 2.8vw, 46px);
  border-bottom: 1px solid #41423f;
  background: #11120f;
}

.fb-game-bottombar {
  border-top: 1px solid #41423f;
  border-bottom: 0;
  color: #97988f;
  font: 10px/1 "Courier New", Courier, monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fb-game-wordmark {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.fb-game-wordmark img { width: 36px; height: 36px; display: block; }
.fb-game-wordmark span { min-width: 0; display: grid; gap: 3px; }
.fb-game-wordmark strong {
  color: var(--fb-paper);
  font-size: 11px;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.fb-game-wordmark small {
  color: #97988f;
  font: 9px/1 "Courier New", Courier, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fb-game-top-actions { display: flex; align-items: center; gap: 8px; }
.fb-game-control {
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid #41423f;
  background: transparent;
  color: var(--fb-paper);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}
.fb-game-control:hover,
.fb-game-control:focus-visible { border-color: var(--fb-lime); color: var(--fb-lime); }
.fb-game-control:active { transform: translateY(1px); }
.fb-game-control[data-fb-game-mute][aria-pressed="true"],
.fb-game-control[data-fb-game-mute][data-sound-state="on"],
.fb-game-control[data-fb-game-mute].is-sound-enabled {
  border-color: var(--fb-lime);
  background-color: var(--fb-lime);
  color: var(--fb-ink);
  box-shadow: inset 0 0 0 1px var(--fb-lime);
}
.fb-game-control[data-fb-game-mute][aria-pressed="true"]:hover,
.fb-game-control[data-fb-game-mute][aria-pressed="true"]:focus-visible,
.fb-game-control[data-fb-game-mute][data-sound-state="on"]:hover,
.fb-game-control[data-fb-game-mute][data-sound-state="on"]:focus-visible,
.fb-game-control[data-fb-game-mute].is-sound-enabled:hover,
.fb-game-control[data-fb-game-mute].is-sound-enabled:focus-visible {
  border-color: var(--fb-lime);
  background-color: var(--fb-lime);
  color: var(--fb-ink);
}
.fb-game-close { border-color: #5a5c55; background: transparent; color: var(--fb-paper); }
.fb-game-close:hover,
.fb-game-close:focus-visible { background: transparent; border-color: var(--fb-lime); color: var(--fb-lime); }

.fb-game-main {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(180px, .24fr) minmax(520px, 1fr);
}

.fb-game-brief {
  min-width: 0;
  padding: clamp(22px, 2.4vw, 38px) clamp(18px, 2.3vw, 34px);
  border-right: 1px solid #41423f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #151614;
}

.fb-game-brief h2 {
  max-width: 7ch;
  margin: 0;
  color: var(--fb-paper);
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.fb-game-brief h2 span { display: block; color: var(--fb-lime); }
.fb-game-brief > div > p {
  max-width: 37ch;
  margin: 20px 0 0;
  color: #b5b7b0;
  font-size: 13px;
  line-height: 1.55;
}
.fb-game-instructions {
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid #41423f;
}
.fb-game-instructions > div {
  min-height: 44px;
  padding: 10px 0;
  border-bottom: 1px solid #41423f;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  align-items: center;
}
.fb-game-instructions dt,
.fb-game-instructions dd { margin: 0; }
.fb-game-instructions dt {
  color: #97988f;
  font: 9px/1 "Courier New", Courier, monospace;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.fb-game-instructions dd {
  color: var(--fb-paper);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.fb-game-instructions kbd {
  min-width: 26px;
  min-height: 26px;
  margin-right: 3px;
  padding: 5px 7px;
  border: 1px solid #5a5c55;
  display: inline-grid;
  place-items: center;
  background: #090a09;
  color: var(--fb-paper);
  font: inherit;
  box-shadow: inset 0 -2px 0 #31332e;
}
.fb-game-shift-note {
  margin: 32px 0 0;
  color: #777971;
  font: 9px/1.45 "Courier New", Courier, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fb-game-board-column {
  min-width: 0;
  min-height: 0;
  padding: clamp(14px, 2vw, 28px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background: #090a09;
}

.fb-game-scoreboard {
  min-height: 52px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #41423f;
  border-bottom: 1px solid #41423f;
}
.fb-game-scoreboard > div {
  min-width: 0;
  padding: 10px 14px;
  border-right: 1px solid #41423f;
  display: grid;
  gap: 5px;
}
.fb-game-scoreboard > div:last-child { border-right: 0; }
.fb-game-scoreboard span {
  overflow: hidden;
  color: #97988f;
  font: 8px/1 "Courier New", Courier, monospace;
  letter-spacing: .13em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.fb-game-scoreboard strong {
  overflow: hidden;
  color: var(--fb-paper);
  font: 700 13px/1 "Courier New", Courier, monospace;
  letter-spacing: .04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fb-game-scoreboard > div:nth-child(2) strong { color: var(--fb-lime); }

.fb-game-board {
  position: relative;
  min-width: 0;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.fb-game-board:before,
.fb-game-board:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.fb-game-board:before {
  top: 12px;
  left: 0;
  border-top: 1px solid var(--fb-lime);
  border-left: 1px solid var(--fb-lime);
}
.fb-game-board:after {
  right: 0;
  bottom: 12px;
  border-right: 1px solid var(--fb-lime);
  border-bottom: 1px solid var(--fb-lime);
}
.fb-game-canvas {
  position: relative;
  z-index: 0;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100dvh - 194px);
  aspect-ratio: 17 / 19;
  outline: 0;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.fb-game-canvas:focus-visible { outline: 2px solid var(--fb-lime); outline-offset: 5px; }
@media (hover: hover) and (pointer: fine) {
  .fb-game-canvas { cursor: grab; }
  .fb-game-canvas.is-drag-steering { cursor: grabbing; }
}

.fb-game-overlay {
  position: absolute;
  z-index: 3;
  inset: 50% auto auto 50%;
  width: min(440px, calc(100% - 42px));
  max-height: calc(100% - 24px);
  padding: 28px;
  border: 1px solid var(--fb-lime);
  overflow: auto;
  overscroll-behavior: contain;
  background: rgba(9, 10, 9, .96);
  color: var(--fb-paper);
  transform: translate(-50%, -50%);
}
.fb-game-overlay[hidden] { display: none; }
.fb-game-overlay h3 {
  margin: 0;
  color: var(--fb-paper);
  font-size: clamp(35px, 4vw, 56px);
  font-weight: 900;
  line-height: .86;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.fb-game-overlay p {
  max-width: 34ch;
  margin: 18px 0 0;
  color: #b5b7b0;
  font-size: 14px;
  line-height: 1.5;
}
.fb-game-records {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid #41423f;
}
.fb-game-records[hidden],
.fb-game-record-form[hidden],
.fb-game-records-empty[hidden] { display: none; }
.fb-game-records-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.fb-game-records h4 {
  margin: 0;
  color: var(--fb-paper);
  font: 800 10px/1 Arial, Helvetica, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.fb-game-records-head span {
  color: #b5b7b0;
  font: 8px/1 "Courier New", Courier, monospace;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.fb-game-records-list {
  max-height: 132px;
  margin: 10px 0 0;
  padding: 0;
  overflow: auto;
  scrollbar-color: var(--fb-lime) #151614;
  scrollbar-width: thin;
  list-style: none;
}
.fb-game-records-list li {
  min-height: 28px;
  border-top: 1px solid #31332e;
  display: grid;
  grid-template-columns: 28px 48px 1fr;
  gap: 10px;
  align-items: center;
  color: var(--fb-paper);
  font: 700 11px/1 "Courier New", Courier, monospace;
  font-variant-numeric: tabular-nums;
}
.fb-game-records-list li:last-child { border-bottom: 1px solid #31332e; }
.fb-game-records-list .fb-game-record-rank { color: #97988f; }
.fb-game-records-list .fb-game-record-initials { color: var(--fb-lime); letter-spacing: .12em; }
.fb-game-records-list .fb-game-record-score { text-align: right; }
.fb-game-records-empty,
.fb-game-record-status,
.fb-game-record-form p {
  max-width: none !important;
  margin: 10px 0 0 !important;
  color: #b5b7b0 !important;
  font: 10px/1.4 "Courier New", Courier, monospace !important;
}
.fb-game-record-form {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #41423f;
}
.fb-game-record-form > label {
  display: block;
  margin-bottom: 7px;
  color: var(--fb-paper);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.fb-game-record-form > div {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 8px;
}
.fb-game-record-form input,
.fb-game-record-form button {
  min-height: 46px;
  border: 1px solid #5a5c55;
  border-radius: 0;
}
.fb-game-record-form input {
  width: 100%;
  padding: 0 12px;
  background: #151614;
  color: var(--fb-paper);
  caret-color: var(--fb-lime);
  font: 800 20px/1 "Courier New", Courier, monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.fb-game-record-form input::selection { background: var(--fb-lime); color: var(--fb-ink); }
.fb-game-record-form input:focus { border-color: var(--fb-lime); outline: 2px solid var(--fb-lime); outline-offset: 2px; }
.fb-game-record-form button {
  padding: 0 14px;
  background: var(--fb-paper);
  color: var(--fb-ink);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
  cursor: pointer;
}
.fb-game-record-form button:hover,
.fb-game-record-form button:focus-visible { border-color: var(--fb-lime); background: var(--fb-lime); }
.fb-game-record-form button:disabled { opacity: .55; cursor: wait; }
.fb-game-record-status[data-error="true"] { color: #f0b6ad !important; }
.fb-game-action {
  min-height: 48px;
  margin-top: 24px;
  padding: 0 20px;
  border: 0;
  background: var(--fb-lime);
  color: var(--fb-ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.fb-game-action:hover,
.fb-game-action:focus-visible { background: var(--fb-paper); }
.fb-game-action:active { transform: translateY(1px); }

.fb-game-keyline { display: flex; align-items: center; gap: 18px; }
.fb-game-keyline span { white-space: nowrap; }
.fb-game-keyline i { width: 52px; height: 1px; display: block; background: var(--fb-lime); }
.fb-game-mobile-note { display: none; }
.fb-game-touch { display: none; }
.fb-game-dpad {
  width: 150px;
  height: 104px;
  display: grid;
  grid-template-columns: repeat(3, 50px);
  grid-template-rows: repeat(2, 52px);
}
.fb-game-direction,
.fb-game-touch-pause {
  min-width: 50px;
  min-height: 50px;
  padding: 0;
  border: 1px solid #5a5c55;
  display: grid;
  place-items: center;
  background: #151614;
  color: var(--fb-paper);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.fb-game-direction:active,
.fb-game-touch-pause:active {
  border-color: var(--fb-lime);
  background: var(--fb-lime);
  color: var(--fb-ink);
}
.fb-game-direction span {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
}
.fb-game-direction i {
  width: 10px;
  height: 10px;
  display: block;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(-45deg);
}
.fb-game-direction-up { grid-column: 2; grid-row: 1; }
.fb-game-direction-left { grid-column: 1; grid-row: 2; }
.fb-game-dpad-center {
  display: none;
}
.fb-game-direction-right { grid-column: 3; grid-row: 2; }
.fb-game-direction-down { grid-column: 2; grid-row: 2; }
.fb-game-direction-left i { transform: rotate(-135deg); }
.fb-game-direction-right i { transform: rotate(45deg); }
.fb-game-direction-down i { transform: rotate(135deg); }
.fb-game-touch-pause {
  width: 92px;
  min-height: 52px;
  color: var(--fb-lime);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.fb-game-live {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 980px) {
  .fb-game-shell { grid-template-rows: 62px minmax(0, 1fr) 40px; }
  .fb-game-main { grid-template-columns: minmax(170px, .25fr) minmax(390px, 1fr); }
  .fb-game-brief { padding: 22px 18px; }
  .fb-game-brief h2 { font-size: clamp(38px, 5vw, 52px); }
  .fb-game-brief > div > p { margin-top: 20px; font-size: 13px; }
  .fb-game-instructions { margin-top: 25px; }
  .fb-game-instructions > div { grid-template-columns: 72px 1fr; }
  .fb-game-shift-note { display: none; }
  .fb-game-board-column { padding: 12px 16px; }
  .fb-game-canvas { max-height: calc(100dvh - 174px); }
}

@media (max-width: 720px) {
  .fb-game-shell { grid-template-rows: 58px minmax(0, 1fr) 38px; }
  .fb-game-topbar {
    padding-right: max(12px, env(safe-area-inset-right));
    padding-left: max(12px, env(safe-area-inset-left));
  }
  .fb-game-wordmark small { display: none; }
  .fb-game-wordmark img { width: 32px; height: 32px; }
  .fb-game-control { padding: 0 11px; }
  .fb-game-main { grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); }
  .fb-game-brief {
    padding: 8px 12px;
    border-right: 0;
    border-bottom: 1px solid #41423f;
    display: block;
  }
  .fb-game-brief > div { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 12px; align-items: center; }
  .fb-game-brief h2 { max-width: none; font-size: 25px; line-height: .84; letter-spacing: -.035em; }
  .fb-game-brief > div > p { margin: 0; font-size: 10.5px; line-height: 1.28; }
  .fb-game-instructions,
  .fb-game-shift-note { display: none; }
  .fb-game-board-column {
    padding: 8px max(12px, env(safe-area-inset-right)) 6px max(12px, env(safe-area-inset-left));
  }
	.fb-game-scoreboard { min-height: 44px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
	.fb-game-scoreboard > div { padding: 8px 7px; }
	.fb-game-scoreboard span { font-size: 6.5px; letter-spacing: .08em; }
	.fb-game-scoreboard strong { font-size: 10px; }
	.fb-game-canvas { max-height: calc(100dvh - 232px); }
	.fb-game-overlay { padding: 20px; }
	.fb-game-overlay h3 { font-size: clamp(31px, 10vw, 46px); }
	.fb-game-overlay p { font-size: 12px; }
	.fb-game-records { margin-top: 15px; padding-top: 12px; }
	.fb-game-records-list { max-height: 112px; }
	.fb-game-records-list li { min-height: 26px; }
	.fb-game-record-form { margin-top: 12px; padding-top: 12px; }
	.fb-game-record-form > div { grid-template-columns: 86px 1fr; }
	.fb-game-bottombar {
    min-height: calc(38px + env(safe-area-inset-bottom));
    padding: 0 max(12px, env(safe-area-inset-right)) env(safe-area-inset-bottom) max(12px, env(safe-area-inset-left));
    font-size: 8px;
  }
  .fb-game-keyline span:not(:first-child),
  .fb-game-keyline i { display: none; }
  .fb-game-mobile-note { display: block; }
	.fb-game-touch {
		min-height: 54px;
		padding: 4px 0 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
	}
	.fb-game-dpad {
		width: auto;
		height: 46px;
		display: flex;
	}
	.fb-game-direction {
		min-width: 44px;
		min-height: 44px;
	}
	.fb-game-direction-up,
	.fb-game-direction-left,
	.fb-game-direction-right,
	.fb-game-direction-down { grid-column: auto; grid-row: auto; }
	.fb-game-direction-left { order: 1; }
	.fb-game-direction-up { order: 2; }
	.fb-game-direction-down { order: 3; }
	.fb-game-direction-right { order: 4; }
	.fb-game-touch-pause { width: 78px; min-height: 46px; }
}

@media (pointer: coarse) and (min-width: 721px) {
	.fb-game-touch {
		min-height: 54px;
		padding-top: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}
	.fb-game-dpad { width: auto; height: 50px; display: flex; }
	.fb-game-direction-up,
	.fb-game-direction-left,
	.fb-game-direction-right,
	.fb-game-direction-down { grid-column: auto; grid-row: auto; }
	.fb-game-direction-left { order: 1; }
	.fb-game-direction-up { order: 2; }
	.fb-game-direction-down { order: 3; }
	.fb-game-direction-right { order: 4; }
	.fb-game-canvas { max-height: calc(100dvh - 248px); }
}

@media (orientation: landscape) and (max-height: 540px) {
  .fb-game-shell { grid-template-rows: 52px minmax(0, 1fr) 34px; }
  .fb-game-main { grid-template-columns: 164px minmax(0, 1fr); grid-template-rows: 1fr; }
  .fb-game-brief { padding: 14px; border-right: 1px solid #41423f; border-bottom: 0; }
  .fb-game-brief > div { display: block; }
  .fb-game-brief h2 { max-width: 7ch; font-size: min(10vh, 48px); }
  .fb-game-brief > div > p { margin: 16px 0 0; font-size: 11px; }
  .fb-game-instructions,
  .fb-game-shift-note { display: none; }
  .fb-game-board-column {
    padding: 6px max(12px, env(safe-area-inset-right)) 6px max(12px, env(safe-area-inset-left));
    grid-template-columns: minmax(0, 1fr) 176px;
    grid-template-rows: auto minmax(0, 1fr);
    column-gap: 12px;
  }
  .fb-game-scoreboard { grid-column: 1 / -1; }
  .fb-game-board { grid-column: 1; grid-row: 2; }
	.fb-game-touch {
    grid-column: 2;
    grid-row: 2;
    min-height: 0;
    padding: 0;
    align-self: center;
    flex-direction: column;
		gap: 8px;
	}
	.fb-game-dpad { width: 176px; height: 44px; display: flex; }
	.fb-game-direction {
		min-width: 44px;
		min-height: 44px;
	}
	.fb-game-direction-up,
	.fb-game-direction-left,
	.fb-game-direction-right,
	.fb-game-direction-down { grid-column: auto; grid-row: auto; }
	.fb-game-direction-left { order: 1; }
	.fb-game-direction-up { order: 2; }
	.fb-game-direction-down { order: 3; }
	.fb-game-direction-right { order: 4; }
	.fb-game-touch-pause { min-height: 44px; }
  .fb-game-scoreboard { min-height: 38px; }
  .fb-game-scoreboard > div { padding: 6px 8px; }
  .fb-game-canvas { max-height: calc(100dvh - 136px); }
	.fb-game-overlay {
		width: min(350px, calc(100% - 16px));
		padding: 12px 16px;
	}
  .fb-game-overlay h3 { font-size: 24px; line-height: .9; }
	.fb-game-overlay p { margin-top: 7px; font-size: 10px; line-height: 1.35; }
	.fb-game-records { margin-top: 9px; padding-top: 8px; }
	.fb-game-records-list { max-height: 78px; margin-top: 6px; }
	.fb-game-records-list li { min-height: 24px; }
	.fb-game-record-form { margin-top: 8px; padding-top: 8px; }
	.fb-game-record-form input,
	.fb-game-record-form button { min-height: 44px; }
	.fb-game-action { min-height: 44px; margin-top: 9px; padding: 0 15px; }
  .fb-game-bottombar { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
	.fb-footer-brand-game img,
	.fb-footer-brand-game span,
	.fb-game-control,
	.fb-game-action { transition: none; }
	.fb-footer-brand-game:active img,
	.fb-game-control:active,
	.fb-game-action:active { transform: none; }
}
