
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: radial-gradient(circle at top, #0f0f0f, #050505);
  color: #fff;
  overflow-x: hidden;
}
.bg {
  position: fixed;
  inset: 0;
  background: url('https://grainy-gradients.vercel.app/noise.svg');
  opacity: 0.04;
  z-index: 0;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
}
header {
  text-align: center;
  margin-bottom: 50px;
}
h1 {
  font-size: 3em;
  color: #ff4081;
  margin: 0;
}
h2 {
  color: #ff4081;
}
.glass {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 0 20px rgba(255,64,129,0.1);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 40px;
}
.form-card input, .form-card button {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 12px;
  border-radius: 8px;
  border: none;
}
.form-card button {
  background: #ff4081;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.wallets div {
  margin: 10px 0;
}
.wallets code {
  font-family: monospace;
  background: #222;
  padding: 4px 8px;
  border-radius: 4px;
}
.wallets button {
  margin-left: 10px;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
th, td {
  padding: 10px;
  text-align: left;
}
thead {
  background: rgba(255,255,255,0.05);
}
tbody tr:nth-child(odd) {
  background: rgba(255,255,255,0.02);
}

.hero-img, .section-img {
  display: block;
  max-width: 240px;
  margin: 0 auto 20px;
  border-radius: 12px;
}

.tg-button,
.form-card button,
.wallets button {
  background-color: #00ff7f !important;
  color: black !important;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 0 12px #00ff7f;
  transition: 0.3s ease;
}
.tg-button:hover,
.form-card button:hover,
.wallets button:hover {
  background-color: #00e673 !important;
  box-shadow: 0 0 16px #00ff7f;
}

.section-img {
  max-width: 160px;
  display: block;
  margin: 0 auto 20px;
}

.leader-entry img {
  max-width: 100px;
  margin-right: 10px;
  vertical-align: middle;
}

.leaderboard-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.leader-entry {
  text-align: center;
  max-width: 140px;
  background: rgba(255,255,255,0.03);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255,255,255,0.05);
}
.leader-entry img {
  max-width: 80px;
  margin-bottom: 10px;
}
.leader-entry p {
  font-size: 0.85em;
  color: #eee;
}

.x-link {
  display: inline-block;
  margin-top: 10px;
  color: #00acee;
  font-weight: bold;
  text-decoration: none;
}
.x-link:hover {
  text-decoration: underline;
}

.grumpi-gallery {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.grumpi-gallery img {
  max-width: 180px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255,255,255,0.08);
}

.leader-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.leader-list li {
  margin-bottom: 10px;
  font-size: 0.95em;
  color: #eee;
}

.x-link {
  display: inline-block;
  margin-top: 15px;
  background-color: #1da1f2;
  color: white;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0 12px #1da1f2;
  transition: 0.3s ease;
}
.x-link:hover {
  background-color: #1a8cd8;
  box-shadow: 0 0 20px #1da1f2;
}

.grumpi-gallery img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.grumpi-gallery img:hover {
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

body {
  background: linear-gradient(135deg, #1f1c2c, #928dab);
}

body {
  background: #000 !important;
}

.tg-button,
.x-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 50px;
  padding: 10px 16px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border: none;
  transition: 0.3s ease;
}

.tg-button {
  background: #229ED9;
  box-shadow: 0 0 12px #229ED9;
}
.tg-button:hover {
  background: #1b89c2;
  box-shadow: 0 0 20px #229ED9;
}

.x-link {
  background: #1da1f2;
  box-shadow: 0 0 12px #1da1f2;
}
.x-link:hover {
  background: #1a8cd8;
  box-shadow: 0 0 20px #1da1f2;
}

.tg-button img,
.x-link img {
  width: 18px;
  height: 18px;
}
.grumpi-gallery img {
  max-width: 220px;
}

@import url('https://fonts.googleapis.com/css2?family=UnifrakturCook:wght@700&display=swap');

h1, h2 {
  font-family: 'UnifrakturCook', cursive;
  letter-spacing: 1px;
}

@import url('https://fonts.googleapis.com/css2?family=Pirata+One&display=swap');

h1, h2 {
  font-family: 'Pirata One', cursive;
  letter-spacing: 1px;
  font-weight: normal;
}

h1, h2 {
  font-family: 'Segoe UI', sans-serif !important;
  font-weight: bold;
  letter-spacing: normal;
}


.tg-channel-button {
  display: inline-flex;
  align-items: center;
  background: #229ED9;
  color: white;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 0 16px rgba(34, 158, 217, 0.4);
  transition: 0.3s ease;
}
.tg-channel-button:hover {
  background: #1b89c2;
  box-shadow: 0 0 24px rgba(34, 158, 217, 0.6);
}


.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%%;
  height: 100%%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-content.giveaway-mirror {
  background: linear-gradient(to bottom, #1b1b1b, #2e2e2e, #1b1b1b);
  border: 2px solid #ff4081;
  box-shadow: 0 0 30px rgba(255, 64, 129, 0.4);
  margin: 10%% auto;
  padding: 30px;
  border-radius: 16px;
  width: 90%%;
  max-width: 400px;
  color: #fff;
}
.modal-content.giveaway-mirror ul {
  list-style: none;
  padding-left: 0;
}
.modal-content.giveaway-mirror li {
  margin-bottom: 8px;
  font-size: 0.95em;
  color: #ddd;
}
.modal-content.giveaway-mirror h2 {
  color: #ff4081;
  margin-bottom: 15px;
}
.close-btn {
  float: right;
  font-size: 24px;
  cursor: pointer;
  color: #ff4081;
}


.crypto-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}
.coin {
  text-align: center;
  width: 100px;
}
.coin img {
  width: 40px;
  height: 40px;
  margin-bottom: 6px;
}


.tg-channel-button {
  display: inline-flex;
  align-items: center;
  background: #229ED9;
  color: white;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 0 16px rgba(34, 158, 217, 0.4);
  transition: 0.3s ease;
}
.tg-channel-button:hover {
  background: #1b89c2;
  box-shadow: 0 0 24px rgba(34, 158, 217, 0.6);
}


.cookie-notice {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #1b1b1b;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  z-index: 999;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.3);
}
.cookie-notice button {
  margin-left: 12px;
  background: #00c896;
  border: none;
  color: #fff;
  padding: 6px 14px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
}


/* 1. Анимация появления блоков */
.glass {
  animation: fadeInUp 1s ease;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 2. Glassmorphism эффект */
.glass {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}


