.token-row {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.mine-btn {
    background: #6c75ff;
    color: white;
    border: none;
    border-radius: 18px;
    padding: 15px 30px;
    font-size: 18px;
    cursor: pointer;
}
body {
  font-family: Arial, sans-serif;
  text-align: center;
  margin-top: 40px;
}

button {
  padding: 12px 20px;
  margin: 8px;
  cursor: pointer;
}
body {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 40px auto;
  text-align: center;
}

button {
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
}

#balance {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
}
body {
  font-family: Arial, sans-serif;
  text-align: center;
  margin-top: 40px;
}

.kaomojis {
  font-size: 22px;
  margin-bottom: 20px;
}

button {
  padding: 12px 24px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 10px;
}

#balance {
  margin-top: 20px;
  font-size: 28px;
  font-weight: bold;
}

.bounce {
  animation: bounce 0.5s;
}

@keyframes bounce {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}
body {
  font-family: Arial, sans-serif;
  max-width: 700px;
  margin: 40px auto;
  padding: 20px;
}

button {
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
}

.balance-box {
  margin-top: 20px;
}

#balance {
  font-size: 24px;
  font-weight: bold;
}
body {
  font-family: Arial, sans-serif;
  max-width: 700px;
  margin: 40px auto;
  padding: 20px;
}

button {
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
}

#balance {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
}
#mineTwtBtn {
  cursor: pointer;
  padding: 14px 20px;
}

#status {
  margin-top: 10px;
}
body {
  font-family: Arial, sans-serif;
  max-width: 700px;
  margin: 40px auto;
  padding: 20px;
}

button {
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
}

#balance {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
}
.avalanche-header {
    text-align: center;
    margin: 25px 0;
}

.avalanche-icon {
    display: block;
    margin: 0 auto 15px;
}

.avalanche-kaomoji {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

@keyframes avalancheBounce {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}

.avalanche-icon {
    animation: avalancheBounce 2s infinite;
}
.token-header {
    text-align: center;
    margin: 20px 0;
}

.token-icon {
    display: block;
    margin: 0 auto 10px;
}

.kaomoji {
    font-size: 24px;
    font-weight: bold;
    color: #6666ff;
}
.token-header{
display:flex;
align-items:center;
gap:15px;
margin-bottom:20px;
}

.token-icon{
width:72px;
height:72px;
object-fit:contain;

animation: floatIcon 3s ease-in-out infinite;
}

@keyframes floatIcon{

0%{
transform:translateY(0px);
}

50%{
transform:translateY(-8px);
}

100%{
transform:translateY(0px);
}

}
.mining-panel{
    margin-top:20px;
}

.progress-wrapper{
    width:100%;
    height:20px;
    background:#1b2440;
    border-radius:20px;
    overflow:hidden;
    margin-bottom:15px;
}

.progress-bar{
    width:0%;
    height:100%;
    background:linear-gradient(
        90deg,
        #6f79ff,
        #9c9cff
    );
    transition:width .4s;
}

.status{
    font-size:18px;
    margin-bottom:10px;
}

.mining-log{
    margin-top:20px;
    background:#10182f;
    border-radius:15px;
    padding:15px;
    max-height:250px;
    overflow-y:auto;
    color:#8cff8c;
    font-family:monospace;
}

.log-entry{
    margin-bottom:5px;
}
.container {
    max-width: 900px;
    margin: auto;
    padding: 20px;
}

.card {
    background: #10182f;
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
}

.nav-btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 16px;
    text-decoration: none;
    margin: 5px;
    background: linear-gradient(
        90deg,
        #6f79ff,
        #8c8cff
    );
    color: white;
}

input {
    width: 100%;
    padding: 14px;
    margin: 10px 0;
    border-radius: 12px;
    border: 1px solid #333;
}

button {
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
}
.nav-btn {
    display:inline-block;
    padding:12px 20px;
    border-radius:16px;
    background:#6f79ff;
    color:white;
    text-decoration:none;
    margin:5px;
}

.card {
    background:#10182f;
    padding:20px;
    border-radius:20px;
    margin:20px 0;
}

input {
    width:100%;
    padding:12px;
    margin:10px 0;
    border-radius:12px;
}

button {
    width:100%;
    padding:14px;
    border:none;
    border-radius:14px;
    background:#7c84ff;
    color:white;
    cursor:pointer;
}
:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #050816;
  color: #eef2ff;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: radial-gradient(circle at top, rgba(70, 94, 255, 0.18), transparent 34%),
    radial-gradient(circle at 20% 0%, rgba(90, 255, 199, 0.12), transparent 30%),
    #050816;
}

.page-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.hero {
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 0 12px;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 0;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  color: #dbe1ff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nav-link.active,
.nav-link:hover {
  background: rgba(124, 130, 255, 0.12);
  border-color: rgba(124, 130, 255, 0.35);
  color: #fff;
}

.range-value {
  color: #dbe1ff;
  font-size: 0.95rem;
  margin-top: -8px;
  margin-bottom: 16px;
}

.address-box {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.address-box code {
  flex: 1 1 auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95rem;
  color: #e4e9ff;
  word-break: break-all;
}

.footer a {
  color: #7c82ff;
  text-decoration: none;
}

.footer a:hover,
.footer a:focus-visible {
  text-decoration: underline;
}

.mine-wrapper {
  grid-template-columns: 1.3fr 1fr;
}

a.body,
p,
ul,
li,
label {
  line-height: 1.7;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 0.9rem;
  color: #7c82ff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.subhead {
  margin: 16px 0 0;
  max-width: 760px;
  color: #c3c7ff;
}

.content-wrapper {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px;
  margin-top: 18px;
}

.card {
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.tab-button {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #dbe1ff;
  border-radius: 16px;
  padding: 12px 18px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.tab-button.active {
  border-color: rgba(124, 130, 255, 0.35);
  background: rgba(124, 130, 255, 0.12);
  color: #fff;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.donation-box {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.donation-box code {
  flex: 1 1 auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95rem;
  color: #e4e9ff;
  word-break: break-all;
}

.donation-feedback {
  margin-top: 14px;
  color: #a8d4ff;
  font-size: 0.95rem;
  min-height: 1.4em;
}

.form-card h2,
.info-card h2 {
  margin-top: 0;
  font-size: 1.5rem;
}

.card-copy {
  color: #abb0d6;
  margin-bottom: 20px;
}

.tx-form {
  display: grid;
  gap: 16px;
}

label {
  font-weight: 600;
  color: #dbe1ff;
}

input[type="text"] {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f8fbff;
  font-size: 1rem;
}

input[type="text"]:focus {
  outline: none;
  border-color: #7c82ff;
  box-shadow: 0 0 0 4px rgba(124, 130, 255, 0.12);
}

button {
  min-height: 52px;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  background: linear-gradient(135deg, #6673ff 0%, #7c82ff 100%);
  color: #fff;
  transition: transform 0.2s ease, filter 0.2s ease;
}

button:hover,
button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.result {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(45, 55, 95, 0.92);
  border: 1px solid rgba(124, 130, 255, 0.16);
  color: #d7e4ff;
}

.result.hidden {
  display: none;
}

.result.success {
  background: rgba(20, 109, 74, 0.18);
  border-color: rgba(20, 109, 74, 0.3);
  color: #d2f8d4;
}

.result.error {
  background: rgba(147, 29, 64, 0.17);
  border-color: rgba(217, 84, 102, 0.36);
  color: #ffcddf;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.features li {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.footer {
  margin-top: auto;
  text-align: center;
  padding: 22px 0 8px;
  color: #7b82a1;
  font-size: 0.95rem;
}

@media (max-width: 840px) {
  .content-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .page-shell {
    padding: 18px;
  }

  .card {
    padding: 22px;
  }
}
