@charset "UTF-8";/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

html {
	/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
	font-family:
		system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
	line-height: 1.15; /* 1. Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
	tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/

body {
	margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/

/**
Add the correct font weight in Chrome and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	border-color: currentcolor;
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

:root {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  --color-background: rgb(47, 47, 53);
  --color-background--dark: rgb(22, 22, 27);
  --color-text: rgb(236, 236, 236);
  --color-error: rgb(226, 24, 24);
  overscroll-behavior: none;
}

body {
  position: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
}

#root {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

a {
  color: currentColor;
}._gas-iframe-wrapper_pqvm3_1 {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
._gas-iframe-wrapper__header_pqvm3_10 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  background: var(--color-background--dark, black);
  padding: 10px;
  color: var(--color-text, white);
  min-height: var(--gdk-game-wrapper-header-height, auto);
  height: var(--gdk-game-wrapper-header-height, auto);
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 600px) {
  ._gas-iframe-wrapper__header_pqvm3_10 {
    padding: 6px 10px;
    gap: 10px;
  }
}
._gas-iframe-wrapper__header__balance-wrap_pqvm3_32 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
._gas-iframe-wrapper__header__title_pqvm3_39 {
  margin: 0;
  font-size: 1.5rem;
}
._gas-iframe-wrapper__content-area_pqvm3_43 {
  display: flex;
  width: 100%;
  overflow: hidden;
  flex-grow: 1;
  margin-top: -30px;
  padding-top: 30px;
  background: var(--color-background--dark, black);
}
._gas-iframe-wrapper__content-area__logs_pqvm3_52 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  width: 350px;
  background: var(--color-background--dark, black);
  padding: 4px;
  gap: 4px;
  transition: transform 0.4s cubic-bezier(0.5, 0, 0, 1);
}
._gas-iframe-wrapper__content-area__logs__toggle_pqvm3_64 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
  background-color: var(--color-background--dark, black);
  color: var(--color-text, white);
  top: 0;
  right: 0;
  border-radius: 6px;
  height: 30px;
  width: 30px;
  border: none;
  transition: transform 0.4s cubic-bezier(0.5, 0, 0, 1), background-color 0.4s linear;
}
._gas-iframe-wrapper__content-area__game_pqvm3_82 {
  position: relative;
  display: flex;
  flex: 1;
}
._gas-iframe-wrapper__content-area__game__iframe_pqvm3_87 {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
}
._gas-iframe-wrapper__content-area--logs-hidden_pqvm3_96 ._gas-iframe-wrapper__content-area__logs_pqvm3_52 {
  transform: translateX(-100%);
}
._gas-iframe-wrapper__content-area--logs-hidden_pqvm3_96 ._gas-iframe-wrapper__content-area__logs__toggle_pqvm3_64 {
  background-color: var(--color-background, black);
  transform: translate(100%, -100%) rotate(-180deg);
}
._gas-iframe-wrapper__content-area--logs-hidden_pqvm3_96 ._gas-iframe-wrapper__content-area__game_pqvm3_82 {
  margin-left: -350px;
}
._message-log_1udl3_2 {
  margin: 0;
  min-height: 200px;
  max-height: 100%;
  flex: 1;
  padding: 5px 10px 10px;
  background: var(--color-background, black);
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  color: var(--color-text, white);
}
._message-log__title_1udl3_14 {
  margin: 0;
  margin-bottom: 8px;
  flex-shrink: 0;
  font-size: 1rem;
}
._message-log__message-area_1udl3_20 {
  background: transparent;
  font-size: 0.9rem;
  scroll-behavior: smooth;
  overflow-y: scroll;
  height: 100%;
  padding: 0 10px;
  margin-left: -10px;
  margin-right: -10px;
  flex-grow: 1;
}
._message-log__message_1udl3_20 {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 6px 3px;
}
._message-log__message_1udl3_20:before {
  content: "";
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  background: var(--message-color);
  border: 1px solid var(--color-background--dark, black);
  border-radius: 100px;
}
._message-log__message--error_1udl3_47:before {
  content: "💀";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  background: var(--color-error, red);
  opacity: 1;
}._player-balance_zdv6x_1 {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--color-text, white);
}
._player-balance__label_zdv6x_7 {
  font-size: 18px;
  font-weight: 600;
}
._player-balance__input_zdv6x_11 {
  padding: 4px 6px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  color: white;
  border: none;
  width: 100px;
}._error-modal_11jcz_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}
._error-modal--hidden_11jcz_13 {
  display: none;
}
._error-modal__modal_11jcz_16 {
  position: relative;
  background: var(--color-background, black);
  min-height: 150px;
  min-width: 260px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--color-background--dark, black);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
._error-modal__modal__close-button_11jcz_28 {
  position: absolute;
  background-color: rgb(168, 168, 168);
  top: -10px;
  right: -10px;
  cursor: pointer;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  border: none;
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1);
}
._error-modal__modal__close-button_11jcz_28:hover {
  transform: scale(1);
}
._error-modal__modal__close-button_11jcz_28:active {
  transform: scale(0.9);
  transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1);
}
._error-modal__message_11jcz_48 {
  color: var(--color-text, white);
}._audio-control_6sxzf_1 {
  display: block;
}
._audio-control__checkbox_6sxzf_4 {
  height: 0;
  width: 0;
  opacity: 0;
  position: absolute;
  overflow: hidden;
}
._audio-control__label_6sxzf_11 {
  position: relative;
  display: block;
  background: rgb(233, 14, 50);
  border-radius: 100px;
  padding: 6px;
  width: 60px;
  height: 30px;
  cursor: pointer;
  color: transparent;
  user-select: none;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.3);
  transition: background-color 0.4s linear;
}
._audio-control__label_6sxzf_11:has(*:focus-visible) {
  outline: 3px solid rgb(127, 180, 255);
}
._audio-control__visual_6sxzf_28 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2px;
  right: 2px;
  box-shadow: inset 0px 2px 5px rgba(255, 255, 255, 0.3), 0px 2px 5px rgba(0, 0, 0, 0.3);
  background: var(--color-background, black);
  color: initial;
  pointer-events: none;
  border-radius: 100px;
  height: 26px;
  width: 26px;
  font-size: 20px;
  transition: transform 0.4s cubic-bezier(0.5, 0, 0, 1);
}
._audio-control--active_6sxzf_45 ._audio-control__label_6sxzf_11 {
  background: rgb(15, 243, 68);
}
._audio-control--active_6sxzf_45 ._audio-control__visual_6sxzf_28 {
  transform: translateX(-30px) rotate(-360deg);
}._mobile-control_n5zzx_1 {
  display: block;
}
._mobile-control__checkbox_n5zzx_4 {
  height: 0;
  width: 0;
  opacity: 0;
  position: absolute;
  overflow: hidden;
}
._mobile-control__label_n5zzx_11 {
  position: relative;
  display: block;
  background: rgb(15, 243, 68);
  border-radius: 100px;
  padding: 6px;
  width: 60px;
  height: 30px;
  cursor: pointer;
  color: transparent;
  user-select: none;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.3);
  transition: background-color 0.4s linear;
}
._mobile-control__label_n5zzx_11:has(*:focus-visible) {
  outline: 3px solid rgb(127, 180, 255);
}
._mobile-control__visual_n5zzx_28 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2px;
  right: 2px;
  box-shadow: inset 0px 2px 5px rgba(255, 255, 255, 0.3), 0px 2px 5px rgba(0, 0, 0, 0.3);
  background: var(--color-background, black);
  color: initial;
  pointer-events: none;
  border-radius: 100px;
  height: 26px;
  width: 26px;
  font-size: 20px;
  transition: transform 0.4s cubic-bezier(0.5, 0, 0, 1);
}
._mobile-control--active_n5zzx_45 ._mobile-control__visual_n5zzx_28 {
  transform: translateX(-30px) rotate(-360deg);
}._button-component_1xixp_1 {
  display: inline-block;
}
._button-component__button_1xixp_4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 2px 5px rgba(255, 255, 255, 0.5), 0px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: rgb(106, 181, 235);
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s linear, background-color 0.2s linear;
  will-change: transform;
}
._button-component__button_1xixp_4:disabled {
  cursor: not-allowed;
  opacity: 0.8;
  box-shadow: inset 0px 2px 5px rgba(255, 255, 255, 0), 0px 2px 5px rgba(0, 0, 0, 0);
  background-color: rgb(62, 116, 155);
}
._button-component__button_1xixp_4:active {
  transform: translateY(1px);
  box-shadow: inset 0px 2px 5px rgba(255, 255, 255, 0), 0px 2px 5px rgba(0, 0, 0, 0);
  background-color: rgb(62, 116, 155);
}._coin-type-switch_1a5hf_1 {
  display: block;
}
._coin-type-switch__checkbox_1a5hf_4 {
  height: 0;
  width: 0;
  opacity: 0;
  position: absolute;
  overflow: hidden;
}
._coin-type-switch__label_1a5hf_11 {
  position: relative;
  display: block;
  background: rgb(255, 221, 0);
  border-radius: 100px;
  padding: 6px;
  width: 60px;
  height: 30px;
  cursor: pointer;
  color: transparent;
  user-select: none;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.3);
  transition: background-color 0.4s linear;
}
._coin-type-switch__label_1a5hf_11:has(*:focus-visible) {
  outline: 3px solid rgb(127, 180, 255);
}
._coin-type-switch__visual_1a5hf_28 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2px;
  left: 2px;
  box-shadow: inset 0px 2px 5px rgba(255, 255, 255, 0.3), 0px 2px 5px rgba(0, 0, 0, 0.3);
  background: var(--color-background, black);
  color: var(--color-text, white);
  pointer-events: none;
  border-radius: 100px;
  height: 26px;
  width: 26px;
  font-size: 16px;
  font-weight: 800;
  transition: transform 0.4s cubic-bezier(0.5, 0, 0, 1);
}
._coin-type-switch--sweeps_1a5hf_46 ._coin-type-switch__label_1a5hf_11 {
  background: rgb(15, 243, 68);
}
._coin-type-switch--sweeps_1a5hf_46 ._coin-type-switch__visual_1a5hf_28 {
  transform: translateX(30px) rotate(360deg);
}._resize-handle_7dbbo_1 {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  gap: 10px;
  z-index: 5;
  padding: 0 0 0 10px;
  height: auto;
  cursor: grab;
  transition: color 0.1s linear;
  -webkit-user-select: none; /* Safari */
  user-select: none; /* Standard syntax */
}
._resize-handle_7dbbo_1:active {
  cursor: grabbing;
  color: rgb(15, 243, 68);
}
@media screen and (max-width: 600px) {
  ._resize-handle_7dbbo_1 {
    margin-left: auto;
  }
}
._resize-handle__value-display_7dbbo_23 {
  padding: 4px 6px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  color: white;
  border: none;
  width: 60px;
}