:root {
  font-family: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: dark;
  color: #ffffff;
  background-color: #0f0f23;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #a78bfa;
  text-decoration: inherit;
}
a:hover {
  color: #c4b5fd;
}

body {
  margin: 0;
  position: absolute;
  width: 100%;
  min-height: 100vh;
  background: #0f0f23;
  background-attachment: fixed;
  overflow-x: hidden;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #6366f1;
  color: #ffffff;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  background-color: #7c3aed;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: dark) {
  :root {
    color: #ffffff;
    background-color: #0f0f23;
  }
  body {
    background: #0f0f23;
  }
}
/* Web3Modal Trust Wallet Priority Styles */

/* Trust Wallet Priority - Make it stand out */
w3m-modal wui-wallet-button[data-wallet-id="4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0"] {
  order: -999 !important;
  border: 2px solid #FFA000 !important;
  background: linear-gradient(135deg, #FFA000 0%, #FF8F00 100%) !important;
  transform: scale(1.05) !important;
  box-shadow: 0 4px 15px rgba(255, 160, 0, 0.4) !important;
  margin-bottom: 8px !important;
}

/* Trust Wallet text styling */
w3m-modal wui-wallet-button[data-wallet-id="4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0"] wui-text {
  color: white !important;
  font-weight: bold !important;
}

/* Mobile specific - Trust Wallet first */
@media (max-width: 768px) {
  w3m-modal wui-wallet-button[data-wallet-id="4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0"] {
    order: -999 !important;
    transform: scale(1.1) !important;
    margin-bottom: 12px !important;
  }
}


