* {
  font-family: "Comic Neue", "Comic Sans MS", cursive, sans-serif;
  font-size: 14px;
}
body,
html {
  background-color: #222;
  overflow: hidden;
}
body,
canvas,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.4);
}
body,
html {
  background-color: #181818 !important;
  background-image: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.15) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px) !important;
  background-size: calc(100vh / 18) calc(100vh / 18) !important;
  color: #eee !important;
}
html.light,
html.light body {
  background-color: #f2fbff !important;
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.15) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(0, 0, 0, 0.15) 1px, transparent 1px) !important;
  color: #333 !important;
}
html.light {
  background-color: #f2fbff;
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.15) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-size: calc(100vh / 18) calc(100vh / 18);
  color: #333;
  --text-primary: #333;
  --text-secondary: #666;
  --bg-primary: #fff;
  --bg-secondary: #f8f9fa;
  --bg-tertiary: #e9ecef;
  --border-color: #ddd;
  --bg-hover: #dee2e6;
  /* Wallet card variables for light mode */
  --wallet-card-bg: #181818;
  --wallet-card-border: #444;
  --wallet-card-text: #eee;
  --wallet-card-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
html.dark {
  background-color: #181818;
  background-image: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.15) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: calc(100vh / 18) calc(100vh / 18);
  color: #eee;
}
.logo-title {
  font-family: "Comic Neue", "Comic Sans MS", cursive, sans-serif;
  font-size: 120px;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
  visibility: hidden;
  opacity: 0;
  color: #fff;
}
html.light .logo-title {
  color: #181818;
}
#gobbleHubButton,
#themeToggleButton {
  visibility: hidden;
  opacity: 0;
}
.fonts-loaded #gobbleHubButton,
.fonts-loaded #themeToggleButton,
.fonts-loaded .logo-title {
  visibility: visible;
  opacity: 1;
}
.sol-small {
  font-size: 12px !important;
}
.sol-medium {
  font-size: 16px;
}
.food-dot {
  position: fixed;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
.food-dot:nth-child(1) {
  background: #ff3f00;
  top: 8.16vh;
  left: 9.64vw;
}
.food-dot:nth-child(2) {
  background: #ffbf00;
  top: 1.31vh;
  left: 13.5vw;
}
.food-dot:nth-child(3) {
  background: #bfff00;
  top: 9.35vh;
  left: 28.78vw;
}
.food-dot:nth-child(4) {
  background: #3fff00;
  top: 1.7vh;
  left: 30.18vw;
}
.food-dot:nth-child(5) {
  background: #00ff3f;
  top: 10.22vh;
  left: 48.65vw;
}
.food-dot:nth-child(6) {
  background: #00ffbf;
  top: 0.65vh;
  left: 56.35vw;
}
.food-dot:nth-child(7) {
  background: #00bfff;
  top: 9.29vh;
  left: 69.07vw;
}
.food-dot:nth-child(8) {
  background: #003fff;
  top: 9.89vh;
  left: 76.16vw;
}
.food-dot:nth-child(9) {
  background: #3f00ff;
  top: 9.99vh;
  left: 85.86vw;
}
.food-dot:nth-child(10) {
  background: #bf00ff;
  top: 10.56vh;
  left: 92.69vw;
}
.food-dot:nth-child(11) {
  background: #ff00bf;
  top: 16.01vh;
  left: 4.82vw;
}
.food-dot:nth-child(12) {
  background: #ff003f;
  top: 17.11vh;
  left: 11.61vw;
}
.food-dot:nth-child(13) {
  background: #ff7f00;
  top: 23.63vh;
  left: 21.99vw;
}
.food-dot:nth-child(14) {
  background: #feff00;
  top: 8.79vh;
  left: 30.14vw;
}
.food-dot:nth-child(15) {
  background: #7fff00;
  top: 9.81vh;
  left: 42.42vw;
}
.food-dot:nth-child(16) {
  background: #0f0;
  top: 13.82vh;
  left: 51.48vw;
}
.food-dot:nth-child(17) {
  background: #00ff7f;
  top: 12.58vh;
  left: 63.8vw;
}
.food-dot:nth-child(18) {
  background: #00feff;
  top: 21.52vh;
  left: 75.84vw;
}
.food-dot:nth-child(19) {
  background: #007fff;
  top: 24.16vh;
  left: 84.35vw;
}
.food-dot:nth-child(20) {
  background: #00f;
  top: 23.33vh;
  left: 90.99vw;
}
.food-dot:nth-child(21) {
  background: #7f00ff;
  top: 30.58vh;
  left: 7.63vw;
}
.food-dot:nth-child(22) {
  background: #ff00fe;
  top: 36.25vh;
  left: 12.77vw;
}
.food-dot:nth-child(23) {
  background: #ff007f;
  top: 29.26vh;
  left: 23.27vw;
}
.food-dot:nth-child(24) {
  background: red;
  top: 11.11vh;
  left: 38.85vw;
}
.food-dot:nth-child(25) {
  background: #cbff00;
  top: 6.36vh;
  left: 48.94vw;
}
.food-dot:nth-child(26) {
  background: #0f6;
  top: 8.67vh;
  left: 58.94vw;
}
.food-dot:nth-child(27) {
  background: #0065ff;
  top: 1.37vh;
  left: 66.64vw;
}
.food-dot:nth-child(28) {
  background: #cb00ff;
  top: 30.77vh;
  left: 79.71vw;
}
.food-dot:nth-child(29) {
  background: #f90;
  top: 34.05vh;
  left: 88.89vw;
}
.food-dot:nth-child(30) {
  background: #32ff00;
  top: 30.24vh;
  left: 94.9vw;
}
.food-dot:nth-child(31) {
  background: #ff4c00;
  top: 38.8vh;
  left: 7.12vw;
}
.food-dot:nth-child(32) {
  background: #ffe500;
  top: 40.05vh;
  left: 16.93vw;
}
.food-dot:nth-child(33) {
  background: #00ff19;
  top: 49.34vh;
  left: 24.01vw;
}
.food-dot:nth-child(34) {
  background: #00b2ff;
  top: 0.26vh;
  left: 38.25vw;
}
.food-dot:nth-child(35) {
  background: #0019ff;
  top: 10.59vh;
  left: 49.67vw;
}
.food-dot:nth-child(36) {
  background: #ff00e5;
  top: 85.41vh;
  left: 58.02vw;
}
.food-dot:nth-child(37) {
  background: #ff004c;
  top: 68.53vh;
  left: 62.09vw;
}
.food-dot:nth-child(38) {
  background: #00ffb2;
  top: 40.66vh;
  left: 79.21vw;
}
.food-dot:nth-child(39) {
  background: #3200ff;
  top: 38.15vh;
  left: 86.61vw;
}
.food-dot:nth-child(40) {
  background: #00ff19;
  top: 39.2vh;
  left: 93.6vw;
}
.food-dot:nth-child(41) {
  background: #ffbf00;
  top: 59.8vh;
  left: 2.13vw;
}
.food-dot:nth-child(42) {
  background: #00ff3f;
  top: 50.29vh;
  left: 15.48vw;
}
.food-dot:nth-child(43) {
  background: #003fff;
  top: 56.32vh;
  left: 25.35vw;
}
.food-dot:nth-child(44) {
  background: #ff00bf;
  top: 90.5vh;
  left: 33.55vw;
}
.food-dot:nth-child(45) {
  background: #ff3f00;
  top: 85.57vh;
  left: 46.51vw;
}
.food-dot:nth-child(46) {
  background: #3fff00;
  top: 76.93vh;
  left: 50.03vw;
}
.food-dot:nth-child(47) {
  background: #00bfff;
  top: 70.6vh;
  left: 68.48vw;
}
.food-dot:nth-child(48) {
  background: #bf00ff;
  top: 59.77vh;
  left: 76.78vw;
}
.food-dot:nth-child(49) {
  background: #bfff00;
  top: 62.16vh;
  left: 86.16vw;
}
.food-dot:nth-child(50) {
  background: #00ffbf;
  top: 50.94vh;
  left: 91.12vw;
}
.food-dot:nth-child(51) {
  background: #3f00ff;
  top: 63.52vh;
  left: 2.51vw;
}
.food-dot:nth-child(52) {
  background: #ff003f;
  top: 69.81vh;
  left: 13.54vw;
}
.food-dot:nth-child(53) {
  background: #00ff3f;
  top: 70.48vh;
  left: 26.6vw;
}
.food-dot:nth-child(54) {
  background: #003fff;
  top: 70.79vh;
  left: 34.44vw;
}
.food-dot:nth-child(55) {
  background: #ff00bf;
  top: 73.83vh;
  left: 45.26vw;
}
.food-dot:nth-child(56) {
  background: #ffbf00;
  top: 83.22vh;
  left: 53.26vw;
}
.food-dot:nth-child(57) {
  background: #00ff3f;
  top: 82.61vh;
  left: 62.73vw;
}
.food-dot:nth-child(58) {
  background: #003fff;
  top: 65.3vh;
  left: 79.5vw;
}
.food-dot:nth-child(59) {
  background: #ff00bf;
  top: 62.94vh;
  left: 85.1vw;
}
.food-dot:nth-child(60) {
  background: #ffbf00;
  top: 68.49vh;
  left: 99.86vw;
}
.food-dot:nth-child(61) {
  background: #00ff3f;
  top: 80.07vh;
  left: 6.54vw;
}
.food-dot:nth-child(62) {
  background: #003fff;
  top: 76.54vh;
  left: 12.06vw;
}
.food-dot:nth-child(63) {
  background: #ff00bf;
  top: 81.45vh;
  left: 28.41vw;
}
.food-dot:nth-child(64) {
  background: #ffbf00;
  top: 77.3vh;
  left: 33.3vw;
}
.food-dot:nth-child(65) {
  background: #7fff00;
  top: 86.89vh;
  left: 49.04vw;
}
.food-dot:nth-child(66) {
  background: #00feff;
  top: 79.31vh;
  left: 53.36vw;
}
.food-dot:nth-child(67) {
  background: #7f00ff;
  top: 79.37vh;
  left: 66.96vw;
}
.food-dot:nth-child(68) {
  background: red;
  top: 83.58vh;
  left: 79.96vw;
}
.food-dot:nth-child(69) {
  background: #0f0;
  top: 86.73vh;
  left: 82.96vw;
}
.food-dot:nth-child(70) {
  background: #007fff;
  top: 76.82vh;
  left: 91.58vw;
}
.food-dot:nth-child(71) {
  background: #ff00fe;
  top: 88.99vh;
  left: 5.08vw;
}
.food-dot:nth-child(72) {
  background: #ff7f00;
  top: 88.1vh;
  left: 10.95vw;
}
.food-dot:nth-child(73) {
  background: #00ff7f;
  top: 87.92vh;
  left: 21.97vw;
}
.food-dot:nth-child(74) {
  background: #00f;
  top: 98.36vh;
  left: 31.94vw;
}
.food-dot:nth-child(75) {
  background: #ff007f;
  top: 98.22vh;
  left: 48.05vw;
}
.food-dot:nth-child(76) {
  background: #feff00;
  top: 95.79vh;
  left: 52.34vw;
}
.food-dot:nth-child(77) {
  background: #00a9ff;
  top: 96.01vh;
  left: 67.45vw;
}
.food-dot:nth-child(78) {
  background: #a9ff00;
  top: 99.27vh;
  left: 70.02vw;
}
.food-dot:nth-child(79) {
  background: #0fa;
  top: 92.54vh;
  left: 84.45vw;
}
.food-dot:nth-child(80) {
  background: #a0f;
  top: 98.3vh;
  left: 94.39vw;
}
#split {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100px;
  height: 100px;
  padding: 5px;
  border: none;
}
#feed {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
  padding: 5px;
  border: none;
}
#status {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16.1px;
  top: 10px;
  right: 10px;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  padding: 6px;
}
#status .title {
  font-size: 25px;
}
#lbContent {
  text-align: left;
}
.chatbox {
  position: absolute;
  width: 300px;
  height: 320px;
  background: rgba(22, 22, 22, 0.7);
  bottom: 5px;
  left: 5px;
  border-radius: 5px;
  pointer-events: none;
}
.chatbox .chat-list {
  padding: 5px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  height: 285px;
  overflow: hidden;
}
.chatbox .chat-list li {
  padding: 2px;
  margin: 3px;
}
.chatbox .chat-list li.deposit {
  color: #1461db;
  font-weight: 700;
}
.chatbox .chat-input {
  pointer-events: all;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  background: 0 0;
  border: none;
  border-top: 1px solid #ddd;
  outline: 0;
}
#startMenu {
  position: relative;
  margin: auto;
  margin-top: 160px;
  width: 350px;
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
}
#startMenu p {
  padding: 0;
  text-align: center;
  font-size: x-large;
  font-weight: 700;
}
#playerNameInput {
  width: 100%;
  text-align: center;
  padding: 10px;
  border: solid 1px #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 10px;
  outline: 0;
}
#playerNameInput:focus {
  border: solid 1px #ccc;
  box-shadow: 0 0 3px 1px #ddd;
}
#startButton {
  position: relative;
  margin: auto;
  margin-top: 12px;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  font-size: large;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #2ecc71;
  border: 0;
  border-bottom: 2px solid #28be68;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #28be68;
  box-shadow: inset 0 -2px #28be68;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#startButton:hover {
  background: #28be68;
}
#depositButton {
  position: relative;
  margin: auto;
  margin-top: 10px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #1461db;
  border: 0;
  border-bottom: 2px solid #0f50bc;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #0f50bc;
  box-shadow: inset 0 -2px #0f50bc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 10px;
}
#depositButton:active,
#depositButton:hover {
  background: #3578e5;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#startMenuWrapper {
  overflow: hidden;
}
#startMenu h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
#startMenu ul {
  margin: 10px;
  padding: 10px;
  margin-top: 0;
}
#startMenuWrapper {
  z-index: 2;
}
#gameAreaWrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
}
#mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  #chatbox {
    display: none;
  }
}
input [type="image"]:focus {
  border: none;
  outline: 1px solid transparent;
  border-style: none;
}
:focus {
  outline: 1px solid transparent;
  border-style: none;
}
:root {
  --theme-color: #ff66c4;
  --theme-color-faint: rgba(255, 102, 196, 0.08);
  --lobby-field-width: 320px;
  --text-primary: #fff;
  --text-secondary: #ccc;
  --bg-primary: #181818;
  --bg-secondary: #2c2c2c;
  --bg-tertiary: #3c3c3c;
  --border-color: #444;
  --accent-color: #1461db;
  --accent-hover: #0f50bc;
  --bg-hover: #4a4a4a;
  /* Wallet card variables for dark mode (default) */
  --wallet-card-bg: #fff;
  --wallet-card-border: #dcdcdc;
  --wallet-card-text: #333;
  --wallet-card-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.gobbleHub-btn {
  position: fixed;
  top: 18px;
  right: 12px;
  color: #000;
  background: 0 0;
  border: none;
  cursor: pointer;
  z-index: 20;
}
html.dark .gobbleHub-btn {
  color: #fff;
}
#startMenuWrapper {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
#startMenu {
  pointer-events: all;
  background: 0 0;
  max-width: 700px;
  width: 90%;
  text-align: center;
}
.nickname-section {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--lobby-field-width);
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}
.form-group label,
.nickname-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #555;
  text-align: left;
  width: 100%;
  margin-bottom: 4px;
}
html.dark .form-group label,
html.dark .nickname-label {
  color: #bbb;
}
#playerNameInput {
  width: 100%;
  padding: 12px 14px;
  border: none;
  border-radius: 6px;
  background: #181818;
  color: #fff;
  text-align: left;
  font-size: 16px;
  outline: 0;
  box-sizing: border-box;
}
#playerNameInput::placeholder {
  color: #aaa;
}
#playerNameInput:focus {
  background: #181818;
  color: #fff;
  border: none;
  outline: 0;
  box-shadow: none;
}
html.dark #playerNameInput {
  background: #fff;
  color: #333;
  text-align: left;
}
html.dark #playerNameInput::placeholder {
  color: #666;
}
html.dark #playerNameInput:focus {
  background: #fff;
  color: #333;
  border: none;
  outline: 0;
  box-shadow: none;
}
.buyin-section {
  margin-bottom: 30px;
  width: var(--lobby-field-width);
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}
.buyin-label,
.form-group label,
.nickname-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #555;
  text-align: left;
  width: 100%;
  margin-bottom: 4px;
}
html.dark .buyin-label,
html.dark .form-group label,
html.dark .nickname-label {
  color: #bbb;
}
.buyin-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.buyin-cell {
  padding: 0;
  text-align: center;
}
.buyin-cell input[type="radio"] {
  display: none;
}
.buyin-cell .cell {
  --size: 80px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 4px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px auto;
  cursor: pointer;
}
.buyin-cell .cell img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.buyin-cell input:checked + .cell {
  border-color: #2ecc71;
}
.buyin-cell .buyin-amount {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  color: #555;
  display: flex;
  flex-direction: column;
}
html.dark .buyin-cell .buyin-amount {
  color: #bbb;
}
.play-btn {
  width: var(--lobby-field-width);
  margin: 10px auto;
  padding: 14px 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: #fff;
  color: #000;
}
.dark .deposit-icon {
  background: #43a047;
}
#gobbleHubButton {
  position: fixed;
  top: 18px;
  right: 12px;
}
#gobbleHubButton img {
  width: 32px;
  height: 32px;
  color: #333;
  background: 0 0;
  cursor: pointer;
  z-index: 25;
}
html.dark #gobbleHubButton img {
  filter: invert(1);
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.cashout-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}
.cashout-modal.hidden {
  display: none;
}
.cashout-content {
  background: #1e1c1b;
  padding: 30px;
  border-radius: 10px;
  width: 250px;
  height: 250px;
  max-width: 90vw;
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.6);
}
.cashout-content h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
  letter-spacing: 1px;
  color: #fff;
}
.cashout-content p {
  margin: 6px 0;
  font-size: 16px;
}
.cashout-content .profit-row td {
  font-size: 20px;
}
.profit-positive {
  color: #2ecc71;
}
.profit-negative {
  color: #e74c3c;
}
.cashout-close-btn {
  margin-top: 22px;
  padding: 10px 28px;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  align-self: flex-end;
  margin-top: 20px;
}
.cashout-results.hidden {
  display: none;
}
.cashout-content,
.cashout-modal {
  pointer-events: all;
}
.gobbleHub-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}
.gobbleHub-modal.hidden {
  display: none;
}
.gobbleHub-content {
  background: #1e1c1b;
  padding: 0;
  border-radius: 10px;
  width: 800px;
  max-width: 90vw;
  text-align: left;
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.6);
  display: flex;
  overflow: hidden;
  position: relative;
  height: 50vh;
  max-height: 50vh;
  overflow: visible;
}
.gobbleHub-content a {
  color: #fff;
}
.gobbleHub-sidebar {
  width: 25%;
  padding: 30px;
  background: rgba(0, 0, 0, 0.2);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.gobbleHub-content-area {
  width: 75%;
  padding: 30px;
  overflow-y: auto;
  max-height: 80vh;
  position: relative;
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}
.gobbleHub-content-area h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  letter-spacing: 1px;
  color: #fff;
}
.gobbleHub-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gobbleHub-sidebar ul li {
  margin-bottom: 20px;
  font-size: 16px;
  color: #aaa;
  cursor: pointer;
}
.gobbleHub-sidebar ul li.active {
  color: #fff;
}
.gobbleHub-section {
  display: none;
}
.gobbleHub-section.active {
  display: block;
}
.gobbleHub-section *,
.gobbleHub-section a,
.gobbleHub-section div,
.gobbleHub-section li,
.gobbleHub-section p,
.gobbleHub-section span {
  font-size: 16px;
}
.modal-close-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  transform: translate(50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  z-index: 5;
}
.modal-close-btn::after,
.modal-close-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 3px;
  background-color: #000;
}
.modal-close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-close-btn:hover {
  background: #f0f0f0;
}
.gobbleHub-close-btn {
  display: none;
}
.cashout-content {
  position: relative;
  max-height: 80vh;
  overflow: visible;
}
.wallet-card {
  position: fixed;
  top: 20px;
  left: 20px;
  background: var(--wallet-card-bg);
  border: 2px solid var(--wallet-card-border);
  border-radius: 10px;
  box-shadow: var(--wallet-card-shadow);
  padding: 14px 18px 16px;
  z-index: 30;
  min-width: 220px;
  text-transform: uppercase;
  color: var(--wallet-card-text);
}
.wallet-card .wallet-header {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  gap: 8px;
}
.wallet-card .real-name {
  font-size: 18px;
  font-weight: 700;
  flex: 1;
}
.deposit-icon {
  background: #2ecc71;
  border: none;
  color: #fff;
  font-size: 22px;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wallet-card .wallet-label {
  font-size: 10px;
  letter-spacing: 0.5px;
  opacity: 0.7;
  display: block;
  margin-bottom: 2px;
}
.wallet-card small {
  text-transform: none;
}
.wallet-card .wallet-label {
  font-size: 10px;
  letter-spacing: 0.5px;
  opacity: 0.7;
  display: block;
  margin-bottom: 2px;
}
.balance,
.balance span {
  font-size: 16px;
}
.balance p {
  font-size: 16px;
  margin: 0;
}
.balance {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
html.dark .logo-title {
  color: #fff;
}
.deposit-btn {
  display: none !important;
}
.wallet-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.address-balance {
  flex: 1;
  margin-top: 8px;
  margin-bottom: 8px;
}
.wallet-actions {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}
.wallet-actions .wallet-btn {
  flex: 1;
  padding: 0 5px;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
}
#depositButton.wallet-btn {
  background: #2ecc71;
  border-bottom: 2px solid #28be68;
  box-shadow: inset 0 -2px #28be68;
  height: 32px;
  margin: 0;
  width: auto;
}
#depositButton.wallet-btn:hover {
  background: #28be68;
}
#manageWalletButton.wallet-btn {
  background: #1461db;
  border-bottom: 2px solid #0f50bc;
  box-shadow: inset 0 -2px #0f50bc;
  height: 32px;
  margin: 0;
  font-size: 16px;
  width: auto;
}
#manageWalletButton.wallet-btn:hover {
  background: #0f50bc;
}
.theme-btn {
  right: 56px;
}
#themeToggleButton img {
  width: 32px;
  height: 32px;
}
html.dark #themeToggleButton img {
  filter: none;
}
.cashout-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  table-layout: fixed;
}
.cashout-table td {
  text-align: left;
  padding: 4px 0;
}
.cashout-table td:first-child {
  width: 40%;
  padding-right: 16px;
}
.cashout-table td:last-child {
  width: 60%;
}
html.dark .chatbox .chat-input {
  color: #fff;
}
html.dark .chatbox .chat-input::placeholder {
  color: #ccc;
}
html.light .chatbox {
  background: rgba(22, 22, 22, 0.7);
  color: #fff;
}
html.light #status {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
html.dark #status {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
html.light .chatbox {
  background: rgba(22, 22, 22, 0.7);
  color: #fff;
}
.pref-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pref-list label,
.pref-static {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
}
.pref-list label input[type="checkbox"] {
  cursor: pointer;
}
.pref-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
}
.pref-list input[type="checkbox"] {
  cursor: pointer;
}
.pref-static {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
}
.gobbleHub-sidebar ul li.active {
  color: #fff;
}
.cashout-content {
  position: relative;
  max-height: 80vh;
  overflow: visible;
}
.gobbleHub-content-area {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.tutorial-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.tutorial-item p {
  flex: 1;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.tutorial-image {
  width: 120px;
  height: auto;
  flex-shrink: 0;
  border-radius: 6px;
  border: 2px solid #444;
}
.cashout-animation {
  width: 200px;
  height: 200px;
  margin: auto;
  margin-top: 10px;
  display: block;
}
.cashout-animation.hidden {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
}
#manageWalletModal .gobbleHub-content {
  width: 600px;
  height: auto;
  max-height: none;
}
.wallet-item {
  background: #181818;
  border: 2px solid #444;
  border-radius: 8px;
  padding: 16px;
  position: relative;
  cursor: pointer;
  color: #eee;
}
.wallet-item:not(.active) {
  opacity: 0.75;
}
.wallet-item.active {
  background: #181818;
  box-shadow: 0 0 0 2px #2ecc71;
}
.wallet-item h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #eee;
}
.wallet-item p {
  margin: 6px 0;
  color: #ccc;
  font-size: 14px;
}
#walletManageContent {
  border-radius: 10px;
  padding: 20px;
  background: 0 0;
}
.refresh-icon {
  background: 0 0;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 2px;
  margin-left: auto;
  border-radius: 3px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.refresh-icon:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.refresh-icon.spinning svg {
  animation: spin 1s linear infinite;
}
.refresh-icon svg {
  width: 14px;
  height: 14px;
}
.embedded-wallet-form {
  max-width: 500px;
  margin: 0 auto;
}
.embedded-wallet-description {
  margin-bottom: 20px;
  color: #ccc;
  line-height: 1.5;
}
.form-group {
  margin-bottom: 20px;
  width: 100%;
}
.form-group label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #555;
  text-align: left;
  width: 100%;
  display: block;
  margin-bottom: 4px;
}
html.dark .form-group label {
  color: #bbb;
}
.form-input,
.form-textarea {
  width: 100%;
  padding: 12px 14px;
  border: none;
  border-radius: 6px;
  background: #181818;
  color: #fff;
  text-align: left;
  font-size: 16px;
  outline: 0;
  box-sizing: border-box;
}
.form-input:focus,
.form-textarea:focus {
  background: #181818;
  color: #fff;
  border: none;
  outline: 0;
  box-shadow: none;
}
html.dark .form-input,
html.dark .form-textarea {
  background: #fff;
  color: #333;
  text-align: left;
}
html.dark .form-input:focus,
html.dark .form-textarea:focus {
  background: #fff;
  color: #333;
  border: none;
  outline: 0;
  box-shadow: none;
}
.form-textarea {
  resize: vertical;
  min-height: 80px;
  font-family: "Comic Neue", "Comic Sans MS", cursive, sans-serif;
}
.form-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 24px;
}
.wallet-btn.primary {
  background: var(--accent-color);
  color: #fff;
}
.wallet-btn.primary:hover:not(:disabled) {
  background: var(--accent-hover);
}
.wallet-btn.secondary {
  background: var(--bg-tertiary);
  color: var(--text-primary);
  border: 1px solid var(--border-color);
}
.wallet-btn.secondary:hover:not(:disabled) {
  background: var(--bg-hover);
}
.wallet-btn.primary:disabled {
  background: #2ecc71;
  border-bottom: 2px solid #28be68;
  box-shadow: inset 0 -2px #28be68;
  opacity: 0.6;
  cursor: not-allowed;
}
.wallet-btn.primary:not(:disabled) {
  cursor: pointer;
}
.wallet-btn.secondary:disabled {
  background: #1461db;
  border-bottom: 2px solid #0f50bc;
  box-shadow: inset 0 -2px #0f50bc;
  opacity: 0.6;
  cursor: not-allowed;
}
.wallet-btn.secondary:not(:disabled) {
  cursor: pointer;
}
.error-message {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 8px;
  padding: 8px 12px;
  background: rgba(231, 76, 60, 0.1);
  border-radius: 4px;
  border-left: 3px solid #e74c3c;
}
.error-message.hidden {
  display: none;
}
.recovery-phrase-display {
  background: var(--bg-secondary);
  border: 2px solid var(--border-color);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
.recovery-phrase-text {
  font-family: "Courier New", monospace;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-primary);
  word-spacing: 8px;
  text-align: center;
  background: var(--bg-primary);
  padding: 16px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
}
.recovery-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 24px;
}
.confirmation-section {
  width: 100%;
}
.checkbox-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 16px;
  cursor: pointer;
  font-weight: 500;
}
.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--accent-color);
  cursor: pointer;
}
.checkbox-label a {
  color: var(--accent-color);
  text-decoration: underline;
  text-transform: none;
}
.checkbox-label a:hover {
  color: var(--accent-hover);
}
.wallet-item#embeddedWalletSection {
  background: #181818;
  border: 2px solid #444;
  color: #eee;
  opacity: 1 !important;
  cursor: default;
}
.wallet-item#embeddedWalletSection h4 {
  color: #eee;
}
.wallet-item#embeddedWalletSection p {
  color: #ccc;
}
.status-text {
  font-weight: 600;
}
.status-text.status-active {
  color: #27ae60;
}
.embedded-wallet-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.embedded-wallet-actions .wallet-btn {
  padding: 0 12px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  min-width: 100px;
  margin: 5px;
  height: 32px;
  text-transform: uppercase;
}
.wallet-balance-display {
  font-weight: 700;
}
html.dark .recovery-phrase-text {
  background: #2c3e50;
  border-color: #34495e;
}
@media (max-width: 768px) {
  .embedded-wallet-form {
    max-width: 100%;
    padding: 0 16px;
  }
  .form-actions {
    flex-direction: column;
  }
  .recovery-actions {
    flex-direction: column;
  }
  .embedded-wallet-actions {
    flex-direction: column;
  }
  .embedded-wallet-actions .wallet-btn {
    flex: none;
  }
}
.hidden {
  display: none !important;
}
.embedded-wallet-form {
  max-width: 400px;
  margin: 0 auto;
}
.form-group {
  margin-bottom: 20px;
  width: 100%;
}
.form-group label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #555;
  text-align: left;
  width: 100%;
  display: block;
  margin-bottom: 4px;
}
html.dark .form-group label {
  color: #bbb;
}
.form-input,
.form-textarea {
  width: 100%;
  padding: 12px 14px;
  border: none;
  border-radius: 6px;
  background: #181818;
  color: #fff;
  text-align: left;
  font-size: 16px;
  outline: 0;
  box-sizing: border-box;
}
.form-input:focus,
.form-textarea:focus {
  background: #181818;
  color: #fff;
  border: none;
  outline: 0;
  box-shadow: none;
}
html.dark .form-input,
html.dark .form-textarea {
  background: #fff;
  color: #333;
  text-align: left;
}
html.dark .form-input:focus,
html.dark .form-textarea:focus {
  background: #fff;
  color: #333;
  border: none;
  outline: 0;
  box-shadow: none;
}
.form-textarea {
  resize: vertical;
  min-height: 80px;
  font-family: "Comic Neue", "Comic Sans MS", cursive, sans-serif;
}
.form-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 24px;
}
.wallet-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.wallet-btn.primary {
  background: var(--accent-color);
  color: #fff;
}
.wallet-btn.primary:hover:not(:disabled) {
  background: var(--accent-hover);
}
.wallet-btn.primary:disabled {
  background: #2ecc71;
  border-bottom: 2px solid #28be68;
  box-shadow: inset 0 -2px #28be68;
  opacity: 0.6;
  cursor: not-allowed;
}
.wallet-btn.primary:not(:disabled) {
  cursor: pointer;
}
.wallet-btn.secondary {
  background: var(--bg-tertiary);
  color: var(--text-primary);
  border: 1px solid var(--border-color);
}
.wallet-btn.secondary:hover:not(:disabled) {
  background: var(--bg-hover);
}
.wallet-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.wallet-btn:not(:disabled) {
  cursor: pointer;
}
.recovery-phrase-display {
  background: var(--bg-secondary);
  border: 2px solid var(--border-color);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
.recovery-phrase-text {
  font-family: "Courier New", monospace;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-primary);
  word-spacing: 8px;
  text-align: center;
  background: var(--bg-primary);
  padding: 16px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
}
.recovery-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 24px;
}
.confirmation-section {
  width: 100%;
}
.checkbox-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 16px;
  cursor: pointer;
  font-weight: 500;
}
.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--accent-color);
  cursor: pointer;
}
.checkbox-label a {
  color: var(--accent-color);
  text-decoration: underline;
  text-transform: none;
}
.checkbox-label a:hover {
  color: var(--accent-hover);
}
.wallet-item {
  background: var(--bg-secondary);
  border: 2px solid var(--border-color);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 16px;
}
.wallet-item.active {
  border-color: var(--accent-color);
  background: var(--bg-accent-subtle);
}
.wallet-item h4 {
  margin: 0 0 12px 0;
  color: var(--text-primary);
  font-size: 16px;
}
.wallet-item p {
  margin: 8px 0;
  color: var(--text-secondary);
  font-size: 14px;
}
.wallet-address {
  font-size: 10px;
  letter-spacing: 0.5px;
  opacity: 0.7;
  display: block;
  text-transform: none;
}
.status-text {
  font-weight: 500;
}
.status-text.status-active {
  color: #28a745;
}
.embedded-wallet-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.error-message {
  background: #f8d7da;
  color: #721c24;
  padding: 12px;
  border-radius: 6px;
  margin-top: 12px;
  border: 1px solid #f5c6cb;
}
.error-message.hidden {
  display: none;
}
[data-theme="dark"] .error-message {
  background: #2d1b1b;
  color: #f8d7da;
  border-color: #5a2a2a;
}
.wallet-creation-section {
  width: var(--lobby-field-width);
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}
.wallet-creation-section .form-group {
  margin-bottom: 20px;
  width: 100%;
}
.wallet-creation-section .form-input {
  width: 100%;
  padding: 12px 14px;
  border: none;
  border-radius: 6px;
  background: #181818;
  color: #fff;
  text-align: left;
  font-size: 16px;
  outline: 0;
  box-sizing: border-box;
}
.wallet-creation-section .form-input:focus {
  background: #181818;
  color: #fff;
  border: none;
  outline: 0;
  box-shadow: none;
}
html.dark .wallet-creation-section .form-input {
  background: #fff;
  color: #333;
  text-align: left;
}
html.dark .wallet-creation-section .form-input:focus {
  background: #fff;
  color: #333;
  border: none;
  outline: 0;
  box-shadow: none;
}
.wallet-creation-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
  width: 100%;
}
.wallet-creation-actions .wallet-btn {
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
}
.wallet-creation-actions .wallet-btn.primary {
  background: #2ecc71;
  color: #fff;
  border-bottom: 2px solid #28be68;
  box-shadow: inset 0 -2px #28be68;
}
.wallet-creation-actions .wallet-btn.primary:hover:not(:disabled) {
  background: #28be68;
}
.wallet-creation-actions .wallet-btn.primary:disabled {
  background: #2ecc71;
  border-bottom: 2px solid #28be68;
  box-shadow: inset 0 -2px #28be68;
  opacity: 0.6;
  cursor: not-allowed;
}
.wallet-creation-actions .wallet-btn.secondary {
  background: #1461db;
  color: #fff;
  border-bottom: 2px solid #0f50bc;
  box-shadow: inset 0 -2px #0f50bc;
}
.wallet-creation-actions .wallet-btn.secondary:hover:not(:disabled) {
  background: #0f50bc;
}
.wallet-creation-actions .wallet-btn.tertiary {
  background: #6c757d;
  color: #fff;
  border-bottom: 2px solid #5a6268;
  box-shadow: inset 0 -2px #5a6268;
}
.wallet-creation-actions .wallet-btn.tertiary:hover:not(:disabled) {
  background: #5a6268;
}
.recovery-phrase-section {
  width: var(--lobby-field-width);
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}
.recovery-phrase-section .form-group {
  margin-bottom: 20px;
  width: 100%;
}
.recovery-phrase-section .recovery-phrase-text {
  width: 100%;
  padding: 16px;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  background: var(--bg-secondary);
  color: var(--text-primary);
  font-family: "Courier New", monospace;
  font-size: 16px;
  line-height: 1.6;
  word-spacing: 8px;
  text-align: center;
  box-sizing: border-box;
  margin-top: 8px;
}
.recovery-phrase-section .recovery-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  width: 100%;
}
.recovery-phrase-section .recovery-actions .wallet-btn {
  flex: 1;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  background: #1461db;
  color: #fff;
  border-bottom: 2px solid #0f50bc;
  box-shadow: inset 0 -2px #0f50bc;
}
.recovery-phrase-section .recovery-actions .wallet-btn:hover:not(:disabled) {
  background: #0f50bc;
}
.recovery-phrase-section .important-notice {
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--text-primary);
}
.recovery-phrase-section .important-label {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.recovery-phrase-section .confirmation-section {
  width: 100%;
}
.recovery-phrase-section .checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  cursor: pointer;
  font-weight: 500;
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.recovery-phrase-section .checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--accent-color);
  cursor: pointer;
}
.recovery-phrase-section .checkbox-label a {
  color: var(--accent-color);
  text-decoration: underline;
  text-transform: none;
}
.recovery-phrase-section .checkbox-label a:hover {
  color: var(--accent-hover);
}
.recovery-phrase-section .confirmation-section .wallet-btn {
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.recovery-phrase-section .confirmation-section .wallet-btn.primary {
  background: #2ecc71;
  color: #fff;
  border-bottom: 2px solid #28be68;
  box-shadow: inset 0 -2px #28be68;
}
.recovery-phrase-section
  .confirmation-section
  .wallet-btn.primary:hover:not(:disabled) {
  background: #28be68;
}
.recovery-phrase-section .confirmation-section .wallet-btn.primary:disabled {
  background: #2ecc71;
  border-bottom: 2px solid #28be68;
  box-shadow: inset 0 -2px #28be68;
  opacity: 0.6;
  cursor: not-allowed;
}
.recovery-phrase-section .confirmation-section .wallet-btn.tertiary {
  background: #6c757d;
  color: #fff;
  border-bottom: 2px solid #5a6268;
  box-shadow: inset 0 -2px #5a6268;
}
.recovery-phrase-section
  .confirmation-section
  .wallet-btn.tertiary:hover:not(:disabled) {
  background: #5a6268;
}
#section-tutorial h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 8px;
  color: #fff;
}
#section-tutorial h3:first-child {
  margin-top: 0;
}
#section-tutorial .pref-list {
  margin-bottom: 8px;
}
#section-tutorial p {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #eee;
}
#section-tutorial .pref-list li span {
  color: #eee;
}
.embedded-wallet-actions .wallet-btn.primary {
  background: #2ecc71;
  color: #fff;
  border-bottom: 2px solid #28be68;
  box-shadow: inset 0 -2px #28be68;
}
.embedded-wallet-actions .wallet-btn.primary:hover:not(:disabled) {
  background: #28be68;
}
.embedded-wallet-actions .wallet-btn.secondary {
  background: #1461db;
  color: #fff;
  border-bottom: 2px solid #0f50bc;
  box-shadow: inset 0 -2px #0f50bc;
}
.embedded-wallet-actions .wallet-btn.secondary:hover:not(:disabled) {
  background: #0f50bc;
}
.embedded-wallet-actions .wallet-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.embedded-wallet-actions .wallet-btn {
  padding: 0 12px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  min-width: 100px;
  margin: 5px;
  height: 32px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.embedded-wallet-form .form-actions .wallet-btn {
  padding: 10px 20px;
  height: auto;
  min-height: 40px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  border: none;
  color: #fff;
}
.embedded-wallet-form .form-actions .wallet-btn.primary {
  background: #2ecc71;
  border-bottom: 2px solid #28be68;
  box-shadow: inset 0 -2px #28be68;
}
.embedded-wallet-form .form-actions .wallet-btn.primary:hover:not(:disabled) {
  background: #28be68;
  box-shadow: none;
}
.embedded-wallet-form .form-actions .wallet-btn.secondary {
  background: #1461db;
  border-bottom: 2px solid #0f50bc;
  box-shadow: inset 0 -2px #0f50bc;
}
.embedded-wallet-form .form-actions .wallet-btn.secondary:hover:not(:disabled) {
  background: #0f50bc;
  box-shadow: none;
}
.embedded-wallet-form .form-actions .wallet-btn.danger,
.gobbleHub-modal .form-actions .wallet-btn.danger,
.wallet-btn.danger {
  background: #e74c3c;
  color: #fff;
  border-bottom: 2px solid #c0392b;
  box-shadow: inset 0 -2px #c0392b;
}
.embedded-wallet-form .form-actions .wallet-btn.danger:hover:not(:disabled),
.gobbleHub-modal .form-actions .wallet-btn.danger:hover:not(:disabled),
.wallet-btn.danger:hover:not(:disabled) {
  background: #c0392b;
  box-shadow: none;
}
.leaderboard-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 14px;
}
.leaderboard-table td {
  padding: 6px 8px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.leaderboard-table td {
  color: #fff;
}
.leaderboard-table tbody tr:nth-child(1) td:first-child {
  color: gold;
  font-weight: 700;
}
.leaderboard-table tbody tr:nth-child(2) td:first-child {
  color: silver;
  font-weight: 700;
}
.leaderboard-table tbody tr:nth-child(3) td:first-child {
  color: #cd7f32;
  font-weight: 700;
}
.leaderboard-table td:last-child {
  font-weight: 700;
  color: #2ecc71;
}
.no-kills {
  color: #aaa;
  font-style: italic;
  text-align: center;
  margin: 20px 0;
}
.wallet-recovery-section .form-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
  width: 100%;
}
.wallet-recovery-section .form-actions .wallet-btn {
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
}
.wallet-recovery-section .form-actions .wallet-btn.primary {
  background: #2ecc71;
  color: #fff;
  border-bottom: 2px solid #28be68;
  box-shadow: inset 0 -2px #28be68;
}
.wallet-recovery-section
  .form-actions
  .wallet-btn.primary:hover:not(:disabled) {
  background: #28be68;
}
.wallet-recovery-section .form-actions .wallet-btn.primary:disabled {
  background: #2ecc71;
  border-bottom: 2px solid #28be68;
  box-shadow: inset 0 -2px #28be68;
  opacity: 0.6;
  cursor: not-allowed;
}
.wallet-recovery-section .form-actions .wallet-btn.secondary {
  background: #1461db;
  color: #fff;
  border-bottom: 2px solid #0f50bc;
  box-shadow: inset 0 -2px #0f50bc;
}
.wallet-recovery-section
  .form-actions
  .wallet-btn.secondary:hover:not(:disabled) {
  background: #0f50bc;
}

/* Fix form inputs in always-dark modals to maintain dark styling regardless of theme */
.gobbleHub-modal .form-input,
.gobbleHub-modal .form-textarea,
.cashout-modal .form-input,
.cashout-modal .form-textarea {
  background: #fff !important;
  color: #333 !important;
}

.gobbleHub-modal .form-input:focus,
.gobbleHub-modal .form-textarea:focus,
.cashout-modal .form-input:focus,
.cashout-modal .form-textarea:focus {
  background: #fff !important;
  color: #333 !important;
}

/* Apply site standard styling to all modal buttons using form-actions */
.gobbleHub-modal .form-actions .wallet-btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  color: #fff;
}

.gobbleHub-modal .form-actions .wallet-btn.primary {
  background: #2ecc71;
  color: #fff;
  border-bottom: 2px solid #28be68;
  box-shadow: inset 0 -2px #28be68;
}

.gobbleHub-modal .form-actions .wallet-btn.primary:hover:not(:disabled) {
  background: #28be68;
  box-shadow: none;
}

.gobbleHub-modal .form-actions .wallet-btn.secondary {
  background: #1461db;
  color: #fff;
  border-bottom: 2px solid #0f50bc;
  box-shadow: inset 0 -2px #0f50bc;
}

.gobbleHub-modal .form-actions .wallet-btn.secondary:hover:not(:disabled) {
  background: #0f50bc;
  box-shadow: none;
}
