/* ========================================
   BASE STYLES & RESET
   ======================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  background: linear-gradient(135deg, #1a2332 0%, #0f1419 100%);
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: none;
}

body *::selection {
  background: transparent;
  color: inherit;
}

body *::-moz-selection {
  background: transparent;
  color: inherit;
}

/* Remove focus outline from all buttons */
button {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

button:focus,
button:focus-visible,
button:focus-within {
  outline: none !important;
  box-shadow: none !important;
  border-color: inherit !important;
  -webkit-tap-highlight-color: transparent !important;
}

button::-moz-focus-inner {
  border: 0 !important;
  outline: none !important;
}

.resource-icon-img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.resource-inline-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  vertical-align: -5px;
}

.resource-inline-icon-lg {
  width: 28px;
  height: 28px;
  object-fit: contain;
  vertical-align: -7px;
}

.resource-tab-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  vertical-align: -7px;
  margin-right: 8px;
}

.resource-label-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  vertical-align: -6px;
  margin-right: 8px;
}

.coin-face-icon {
  width: 320px;
  height: 320px;
  object-fit: contain;
  pointer-events: none;
  display: block;
  background: transparent !important;
}
