html, body {
  margin: 0; padding: 0; box-sizing: border-box; height: 100%;
  font-family: 'Orbitron', Arial, sans-serif; color: #fff;
}
body {
  background: #050b2b url('https://roefarm.store/uploads/images/main/1747527607041-ChatGPT_Image_18_%D0%BC%D0%B0%D1%8F.jpg') no-repeat center center fixed;
  background-size: cover; min-height: 100vh;
}
.sonic-header {
  width: 100%; background: linear-gradient(90deg, #10153e 60%, #1e284d 100%);
  box-shadow: 0 2px 12px 0 #00ffe7a7, 0 1px 0 #181b2f;
  min-height: 64px; height: 64px; position: fixed; top: 0; left: 0; z-index: 100;
}
.header-content {
  display: flex; align-items: center; height: 64px;
  max-width: 1400px; margin: 0 auto; justify-content: space-between;
}
.logo { font-size: 2.1rem; letter-spacing: 2px; font-weight: 900; color: #00ffe7; text-shadow: 0 0 16px #0ff8, 0 0 44px #09f4; }
.nav-links { display: flex; gap: 2rem; }
.nav-links a {
  color: #fff; text-decoration: none; font-size: 1.06rem; padding: 8px 18px;
  border-radius: 10px; background: linear-gradient(120deg, #0b1649 60%, #163782 100%);
  margin-left: 10px; transition: background 0.2s, color 0.2s, transform 0.15s;
  box-shadow: 0 0 16px #00ffe7a2;
}
.nav-links a:hover, .nav-links a.active {
  background: #10285a; color: #00ffe7; transform: scale(1.07); box-shadow: 0 0 24px #00ffe7e0;
}
.sonic-footer {
  width: 100%; background: linear-gradient(90deg, #171b2d 70%, #253479 100%);
  position: fixed; left: 0; bottom: 0; z-index: 99; min-height: 52px; height: 52px;
  box-shadow: 0 -2px 16px #00ffe7a3; display: flex; align-items: center;
}
.footer-content {
  max-width: 1400px; margin: 0 auto; width: 100%; display: flex;
  justify-content: space-between; align-items: center; font-size: 1.08rem;
  color: #b6faff; letter-spacing: 1px;
}

/* ====== SIDEBAR: FAB ТОЛЬКО НА ДЕСКТОПЕ ====== */
.sidebar {
  position: fixed; left: 0; top: 64px; bottom: 52px; width: 220px; height: auto;
  background: linear-gradient(180deg, #23254d 60%, #131325 100%);
  box-shadow: 4px 0 32px #00ffe7a8, 0 2px 0 #09f4; z-index: 101;
  display: flex; flex-direction: column; align-items: stretch;
  transition: width 0.25s;
}
.sidebar.closed { width: 62px; }
.sidebar-fab {
  position: absolute; right: -24px; top: 50%; transform: translateY(-50%);
  z-index: 150; width: 48px; height: 48px; border: none; border-radius: 50%;
  background: linear-gradient(135deg,#00ffe7 40%,#23254d 100%);
  color: #181b2f; box-shadow: 0 0 24px #00ffe7b0, 0 4px 16px #181b2f;
  font-size: 2.05rem; display: flex !important; align-items: center; justify-content: center;
  cursor: pointer; outline: none; border: none;
  transition: background 0.17s, box-shadow 0.2s, right 0.3s;
}
.sidebar-fab:hover { background: #00ffe7; color: #1a244a; box-shadow: 0 0 36px #00ffe7, 0 0 10px #1af; transform: translateY(-50%) scale(1.11);}
#fabArrow { font-size: 2rem; color: #0ff; transition: transform 0.25s; }
.sidebar.closed .sidebar-fab #fabArrow { transform: rotate(180deg); }
.sidebar-menu {
  list-style: none; margin-top: 24px; /* поднято чуть выше к шапке */
  padding-left: 0; display: flex; flex-direction: column; gap: 1.1rem; align-items: flex-start;
}
.sidebar-menu li {
  width: 90%; margin: 0 auto; display: flex; align-items: center;
  cursor: pointer; padding: 13px 17px; border-radius: 14px; font-size: 1.12rem;
  transition: background 0.17s, color 0.17s, box-shadow 0.17s, transform 0.16s;
  color: #f3f6f7; background: rgba(0,0,0,0.03);
}
.sidebar-menu li.active, .sidebar-menu li:hover {
  background: linear-gradient(90deg, #00ffe7 0%, #090b24 120%);
  color: #0a0c17; box-shadow: 0 0 12px #00ffe7a8, 0 0 8px #fff6;
  transform: scale(1.05);
}
.sidebar-icon {
  display: inline-block; width: 28px; font-size: 1.33rem; margin-right: 14px;
  filter: drop-shadow(0 0 8px #0ff8); transition: transform 0.13s;
}
.sidebar.closed .sidebar-menu li { justify-content: center; padding: 13px 0; width: 42px; }
.sidebar.closed .sidebar-menu .sidebar-text { display: none; }

/* ====== MOBILE: sidebar ВСЕГДА только иконки, FAB не отображается ====== */
@media (max-width: 900px) {
  .sidebar { width: 62px !important; }
  .sidebar-fab { display: none !important; }
  .sidebar-menu .sidebar-text { display: none !important; }
}
.cabinet-main {
  margin-left: 220px; padding: 78px 32px 48px 32px; min-height: 100vh;
  background: linear-gradient(135deg, #171b2d 80%, #283060 100%);
  transition: margin-left 0.25s;
}
.sidebar.closed ~ .cabinet-main { margin-left: 62px; }
.section-title { font-size: 1.4rem; color: #00ffe7; margin-bottom: 20px; text-shadow: 0 0 8px #00ffe7cc; }
@media (max-width: 900px) {
  .cabinet-main { margin-left: 62px !important; padding: 70px 4vw 86px 2vw !important; }
}

/* ========== PROFILE BLOCK, КАРТОЧКИ — НЕ МЕНЯЮ, ТОЛЬКО ПОДНИМАЮ ВЫШЕ К ШАПКЕ ========== */
.profile-block {
  background: linear-gradient(145deg, rgba(23,40,94,0.87) 80%, rgba(22,63,126,0.8) 100%);
  border-radius: 22px; box-shadow: 0 0 32px #0ff2, 0 0 14px #38eaff40;
  padding: 44px 32px 24px 32px; max-width: 570px; margin: 20px auto 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  position: relative; backdrop-filter: blur(7px);
}
.welcome-title { font-size: 2.1rem; color: #00ffe7; margin-bottom: 16px; text-shadow: 0 0 12px #00ffe7, 0 0 28px #00aaff; letter-spacing: 1px; font-family: 'Orbitron', Arial, sans-serif; text-align: center;}
.avatar-container { width: 120px; height: 120px; border-radius: 50%; overflow: hidden; border: 3px solid #00ffe7; box-shadow: 0 0 18px #00ffe7d0, 0 0 1px #fff; margin-bottom: 8px; cursor: pointer; transition: border 0.4s, box-shadow 0.45s; position: relative;}
.profile-avatar { width: 100%; height: 100%; object-fit: cover; display: block;}
.profile-cards { width: 100%; display: flex; gap: 22px; margin-bottom: 6px; justify-content: center; align-items: stretch;}
.profile-card {
  background: linear-gradient(120deg, rgba(10,30,67,0.55) 60%, rgba(0,43,85,0.55) 100%);
  border-radius: 16px; box-shadow: 0 0 24px #00ffe7cc, 0 0 12px #00e0ffd0; padding: 18px 22px 10px 22px;
  min-width: 120px; display: flex; flex-direction: column; align-items: center; min-height: 64px;
  backdrop-filter: blur(3px); border: 1.5px solid rgba(0,255,231,0.25); transition: background 0.17s, box-shadow 0.17s;
}
.profile-card:hover { background: linear-gradient(120deg, rgba(10,30,67,0.72) 60%, rgba(0,43,85,0.68) 100%); box-shadow: 0 0 48px #00ffe7ee, 0 0 16px #fff7;}
.sc-card .sc-icon-bg {
  background: linear-gradient(120deg,#10f1e6 60%,#00ffe7 100%);
  width:84px;   /* ← увеличь! например, 84px */
  height:84px;  /* ← увеличь! например, 84px */
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;
}
.sc-card .sc-icon-bg img {
  width:100%; height:100%;
  filter:drop-shadow(0 0 6px #00ffe7cc);
  object-fit: cover;
  display:block;
}
.sc-card .card-value { font-size: 1.32em; margin-top: 3px; }
.sc-usd { color:#64ffe0;font-size:1.07em;margin-top:2px; }
.level-card .card-title { margin-top: 2px; }
.level-bar-wrap { width: 100%; height: 36px; position: relative; background: linear-gradient(90deg, #181f2f 80%, #13373a 100%); border-radius: 18px; margin: 12px 0 2px 0; overflow: hidden; box-shadow: 0 0 18px #00ffe7a3, 0 0 50px #00ffe74d; border: 2.5px solid #1dffe9bb;}
.level-bar-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, #192249 0%, #153B7B 100%); opacity: 0.33;}
.level-bar-fill { position: absolute; top: 0; left: 0; height: 100%; width: 0%; background: linear-gradient(93deg, #18f3e6 0%, #00ffe7 50%, #bc52ff 100%); box-shadow: 0 0 28px #21f0a1bb, 0 0 30px #00ffe7cc, 0 0 14px #bc52ff80; border-radius: 18px 0 0 18px; transition: width 0.75s cubic-bezier(.44,1.46,.62,1), background 0.5s; opacity: 0.91;}
.level-bar-text { position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-family: 'Orbitron', Arial, sans-serif; font-size: 1.13em; padding: 0 18px; text-shadow: 0 1px 10px #00ffe7, 0 0 6px #10e7ff; z-index: 2; pointer-events: none; letter-spacing: 0.6px;}
.level-bonus-info { color: #0efcc3; font-size: 1.07rem; margin-top: 4px; font-weight: 600; text-shadow: 0 0 5px #00ffe7cc;}
.show-details-btn {
  margin-top: 8px;
  padding: 9px 34px;
  border-radius: 14px;
  background: linear-gradient(90deg, #06f1ff 0%, #0bffb6 100%);
  border: none; color: #002442;
  font-size: 1.13rem; font-weight: 600; letter-spacing: 1px;
  box-shadow: 0 0 18px #00ffe7b3;
  cursor: pointer;
  transition: background 0.22s, color 0.22s, transform 0.13s;
}
.show-details-btn:hover {
  background: #14fff4; color: #131742; transform: scale(1.07);
}
.profile-details {
  width: 100%;
  background: #212448ed;
  border-radius: 14px;
  margin-top: 12px; padding: 18px 14px 10px 14px;
  display: none;
  box-shadow: 0 0 16px #0ff8;
  animation: fadeIn 0.35s;
  backdrop-filter: blur(4px);
}
@keyframes fadeIn {
  0% {opacity:0; transform: translateY(-18px);}
  100%{opacity:1; transform: translateY(0);}
}
.profile-details-table { width: 100%; color: #fff; margin-bottom: 7px; }
.profile-details-table td { padding: 5px 10px; font-size: 1.07rem; }
.copy-id-btn {
  margin: 4px 0 0 0;
  background: #161c35; color: #00ffe7;
  font-size: 1rem; border: 1px solid #00ffe7;
  border-radius: 8px; padding: 6px 16px; cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.12s;
}
.copy-id-btn:hover { background: #00ffe7; color: #131743; transform: scale(1.08); }

.table-wrapper {
  overflow-x: auto;
  margin: 0 auto 32px auto;
  max-width: 850px;
  width: 100%;
}
.main-table {
  width: 100%;
  background: rgba(24,29,54,0.92);
  color: #fff;
  border-radius: 14px;
  border-collapse: separate;
  margin: 0 auto;
  box-shadow: 0 0 14px #00ffe77a;
  overflow: hidden;
  backdrop-filter: blur(4px);
  table-layout: auto;
}
.main-table th,
.main-table td {
  padding: 13px 15px;
  font-size: 1.09rem;
  text-align: center;
  border-bottom: 1px solid #00ffe74d;
  transition: background 0.14s, color 0.13s;
}
.main-table th {
  background: linear-gradient(90deg, #00ffe7cc 60%, #171b2d 100%);
  color: #181b2f;
  text-shadow: 0 0 2px #fff8;
  font-weight: 800;
  font-size: 1.13rem;
  letter-spacing: 1px;
  border-bottom: 2px solid #00ffe7cc;
}
.main-table tr:last-child td {
  border-bottom: none;
}
.main-table tr:hover {
  background: #10153eaa;
  transition: background 0.18s;
}
.main-table td.bonus-in { color: #0ee78a; font-weight: bold; }
.main-table td.bonus-out { color: #ff4e5a; font-weight: bold; }
.main-table td.file-type {
  font-weight: bold;
  border-radius: 8px;
  background: linear-gradient(120deg, #217fff 60%, #00c4e7 100%);
  color: #fff;
  padding: 7px 15px;
  box-shadow: 0 0 11px #00e7ff99;
}
.main-table td.file-type.pdf {
  background: linear-gradient(120deg, #ff6060 60%, #ffbaba 100%);
}
.main-table td.file-type.jpg {
  background: linear-gradient(120deg, #38ffbd 60%, #2cffe7 100%);
}
.main-table td.file-type.zip {
  background: linear-gradient(120deg, #ffd02b 60%, #ffe18f 100%);
}
.table-copy-btn, .download-btn {
  background: linear-gradient(90deg, #00ffe7 80%, #09e1f7 100%);
  color: #181b2f;
  border: none;
  border-radius: 9px;
  padding: 7px 19px;
  font-weight: 700;
  font-size: 1.06rem;
  margin: 0 3px;
  cursor: pointer;
  box-shadow: 0 0 11px #00ffe7a7;
  transition: background 0.13s, color 0.13s, transform 0.13s;
}
.table-copy-btn:hover, .download-btn:hover {
  background: #0bffe7;
  color: #191d3a;
  transform: scale(1.07);
  box-shadow: 0 0 22px #00ffe7a7;
}
.referral-link-block {
  margin-bottom: 20px; text-align: center; color: #fff;
  background: linear-gradient(120deg, #1d314f 60%, #22d8f7 120%);
  padding: 16px 14px 12px 14px; border-radius: 18px;
  box-shadow: 0 0 24px #00ffe7b0; max-width: 580px;
  margin-left: auto; margin-right: auto;
  backdrop-filter: blur(2px);
}
.referral-link-label { margin-bottom: 7px; color: #b6faff; font-size: 1.1rem; }
.referral-link-row {
  display: flex; justify-content: center; align-items: center; gap: 10px; margin-bottom: 7px;
}
.referral-link-row input {
  width: 320px; padding: 9px; border-radius: 12px; border: 1px solid #00ffe7cc;
  background: #23254d; color: #00ffe7;
  font-size: 1.07rem; text-align: center;
  box-shadow: 0 0 8px #00ffe7cc inset;
  transition: background 0.12s, box-shadow 0.11s;
}
.referral-link-row input:focus {
  background: #0a1e43;
  box-shadow: 0 0 12px #00ffe7ee;
}
.referral-link-row button {
  background: #00ffe7; color: #181c38; border: none; border-radius: 10px;
  padding: 9px 22px; cursor: pointer;
  font-weight: 700;
  box-shadow: 0 0 10px #00ffe7b3; transition: background 0.15s, color 0.15s, transform 0.13s;
  font-size: 1.08rem;
}
.referral-link-row button:hover {
  background: #16ffed; color: #01833; transform: scale(1.09);
}
.referral-info { color: #e0eaff; font-size: 1rem; margin-top: 7px; }
.about-bonuses-block {
  background: linear-gradient(120deg, #1d314f 60%, #0cffe7 120%);
  border-radius: 18px;
  box-shadow: 0 0 18px #00ffe7b0;
  margin: 0 auto; max-width: 520px; padding: 18px 28px;
  color: #fff;
  font-size: 1.06rem;
  text-align: left;
}
.settings-block {
  max-width: 430px; margin: 0 auto; padding: 24px 19px 20px 19px;
  background: #191d39e8;
  border-radius: 16px; box-shadow: 0 0 10px #00ffe72a;
  margin-bottom: 36px;
  backdrop-filter: blur(2px);
  display: flex; flex-direction: column; align-items: center;
}
.settings-block form { width: 100%; }
.settings-field { width: 100%; display: flex; flex-direction: column; margin-bottom: 16px; }
.settings-block label {
  color: #00ffe7; margin-bottom: 6px; font-size: 1.08rem; font-weight: 500;
}
.settings-block input[type="password"] {
  width: 100%; box-sizing: border-box; margin-bottom: 0; padding: 13px 15px;
  border-radius: 9px; border: 1.5px solid #00ffe7cc; background: #23254d;
  color: #fff; font-family: Orbitron; font-size: 1.07rem;
  box-shadow: 0 0 8px #00ffe7bb inset;
  transition: background 0.12s, box-shadow 0.12s;
}
.settings-block input[type="password"]:focus {
  background: #0a1e43; box-shadow: 0 0 12px #00ffe7ee;
}
.settings-block button[type="submit"] {
  background: linear-gradient(90deg, #00ffe7 0%, #08ffd9 100%);
  color: #181c38; border: none; border-radius: 13px; padding: 14px 38px;
  font-weight: 700; box-shadow: 0 0 18px #00ffe7b3;
  cursor: pointer; font-size: 1.18rem; margin-top: 17px;
  transition: background 0.18s, color 0.18s, transform 0.13s;
}
.settings-block button[type="submit"]:hover {
  background: #16ffed; color: #181c38; transform: scale(1.07);
}
.form-message {
  color: #ff7878; margin-top: 13px; font-size: 1.07rem; min-height: 22px; text-align: center;
}
.setting-row { display: flex; align-items: center; gap: 10px; margin-top: 17px; margin-bottom: 7px; }
.switch { position: relative; display: inline-block; width: 60px; height: 32px; }
.switch input { display: none; }
.slider {
  position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0;
  background: #23283b; border-radius: 32px; box-shadow: 0 0 16px #00ffe7a0; transition: background 0.3s;
}
.slider:before {
  position: absolute; content: ""; height: 26px; width: 26px; left: 3px; top: 3px;
  background: #ff3579; border-radius: 50%; box-shadow: 0 0 16px #ff357988; transition: 0.3s;
}
.switch input:checked + .slider {
  background: #00ffe7; box-shadow: 0 0 32px #00ffe7;
}
.switch input:checked + .slider:before {
  left: 31px; background: #18fa69; box-shadow: 0 0 16px #0ffca6;
}

/* ====== MOBILE: адаптация ====== */
@media (max-width: 900px) {
  .sidebar { width: 62px !important; }
  .sidebar-fab { display: none !important; }
  .sidebar-menu .sidebar-text { display: none !important; }
  .cabinet-main { margin-left: 62px !important; padding: 70px 4vw 86px 2vw !important; }
  .profile-block { padding: 9px 2vw 22px 2vw; }
  .profile-cards { flex-direction: column; gap: 10px; }
  .footer-content { flex-direction: column; gap: 8px; }
  .referral-link-row input { width: 100%; min-width: 0; }
}
@media (max-width: 600px) {
  .profile-block { padding: 6px 1vw 15px 1vw; }
  .section-title { font-size: 1.07rem; }
  .main-table th, .main-table td { font-size: 0.93rem; padding: 8px 7px; }
  .settings-block { padding: 10px 3vw 10px 3vw; }
}

/* SCROLLBAR */
::-webkit-scrollbar { width: 7px; background: #181b2a; }
::-webkit-scrollbar-thumb { background: #18d8fa55; border-radius: 8px; }
.table-wrapper { width: 100%; max-width: 1200px; margin: 0 auto 32px auto; padding: 0 0; display: flex; justify-content: center;}
.main-table { width: 100%; max-width: 1200px; min-width: 0; margin: 0 auto; border-radius: 16px; }
.cabinet-btn {
  background: linear-gradient(90deg,#17fff5 0%,#22b8ff 100%);
  color: #142143;
  padding: 10px 30px;
  border-radius: 12px;
  font-size: 1.12em;
  font-family: 'Orbitron', Arial, sans-serif;
  font-weight: 600;
  margin-right: 12px;
  margin-bottom: 14px;
  text-decoration: none;
  display: inline-block;
  transition: background .16s, color .12s, box-shadow .15s;
  box-shadow: 0 0 16px #17fff544;
  border: none;
  outline: none;
}
.cabinet-btn:hover,
.cabinet-btn:focus {
  background: linear-gradient(90deg,#0ff 0%,#0af 100%);
  color: #091e37;
  box-shadow: 0 0 24px #17fff577;
}
/* Player Search Centered Styling */
.tab-content#playerSearchTab {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.sonic-form .sonic-input {
  background: #181f2e;
  color: #4afffc;
  border: 1.6px solid #19f0e1;
  border-radius: 8px;
  font-size: 1.13em;
  padding: 8px 16px;
  width: 100%;
  outline: none;
  transition: border-color .24s, box-shadow .24s;
  box-shadow: 0 0 6px 1px #22edfb55;
}

.sonic-form .sonic-input:focus {
  border-color: #8ff7f6;
  box-shadow: 0 0 12px 2px #45fffd88;
}
.tab-content {
  min-height: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;   /* <--- вот это ставит форму по центру по вертикали! */
  padding-top: 32px;
}
.player-result-table tr td:first-child {
  color: #19f0e1;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.player-result-table tr td:last-child {
  color: #fff;
  font-family: 'Orbitron', Arial, sans-serif;
  font-size: 1.13em;
}
.player-result-table {
  background: #181e31;
  border-radius: 12px;
  border: 1.5px solid #19f0e1;
  margin-top: 22px;
  margin-bottom: 18px;
  box-shadow: 0 2px 16px 0 #16d2e660;
}
.limit-block {
  text-align: center;
  margin: 38px auto 18px auto;
  font-size: 2.15rem;
  font-family: 'Orbitron', Arial, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.22;
  background: rgba(0, 27, 61, 0.55);
  box-shadow: 0 0 38px #0ff6, 0 0 6px #07dbe2;
  border-radius: 20px;
  padding: 26px 0 18px 0;
  max-width: 480px;
}

.limit-block b {
  font-size: 2.08rem;
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 2px;
}

.limit-block .coin {
  color: #ffe14b;
  text-shadow: 0 0 18px #ffe14b88, 0 0 2px #fff;
  font-weight: 900;
}

.limit-block .limit {
  color: #1ff0e1;
  text-shadow: 0 0 14px #1ff0e1, 0 0 2px #fff;
  font-weight: 900;
}
/* --- Crypto Pay Block --- */
.pay-label {
  display: block;
  font-size: 1.12rem;
  color: #00ffe7;
  margin-bottom: 6px;
  letter-spacing: 1px;
}
.pay-select {
  width: 100%;
  font-size: 1.06rem;
  background: #151e39;
  color: #fff;
  border: none;
  border-radius: 9px;
  padding: 9px 14px;
  margin-bottom: 12px;
  box-shadow: 0 0 12px #00ffe76a;
}
.pay-addr {
  margin: 18px 0 12px 0;
  font-size: 19px;
  color: #fff;
  word-break: break-all;
  letter-spacing: 0.3px;
}
.pay-qr {
  margin: 0 auto 10px auto;
  background: #fff;
  border-radius: 18px;
  padding: 10px;
  display: block;
  box-shadow: 0 0 14px #00ffe7c2;
  max-width: 200px;
}
.pay-copy {
  margin: 0 0 18px 0;
  background: linear-gradient(90deg, #00ffe7 40%, #00c6ff 100%);
  color: #072147;
  border: none;
  border-radius: 10px;
  padding: 7px 24px;
  font-size: 1.09rem;
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 9px #00ffe7b0;
  transition: background 0.2s, color 0.2s;
}
.pay-copy:active { background:#0aeae4; color:#00213a;}
.pay-min {
  color: #fafd71;
  font-size: 1.05rem;
  margin-bottom: 7px;
}
.pay-desc {
  color: #b7e5e2;
  font-size: 1.04rem;
  margin-top: 10px;
}
#payBlock {
  background: rgba(12,26,55,0.81);
  border-radius: 18px;
  box-shadow: 0 0 18px #00ffe77a;
  max-width: 420px;
  margin: 28px auto;
  padding: 30px 22px 18px 22px;
}
@media (max-width: 650px) {
  #payBlock { padding: 16px 3vw 10px 3vw; }
  .pay-qr { max-width: 130px; }
  .pay-addr { font-size: 15px;}
}
.btn, .payBtn, .pay-copy {
  background: linear-gradient(90deg, #00ffe7 10%, #00bfff 90%);
  color: #072147;
  border: none;
  border-radius: 18px;
  padding: 12px 34px;
  font-size: 1.15rem;
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0 1px 10px #00ffe760;
  box-shadow: 0 0 14px #00ffe7b0;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.19s, transform 0.12s;
  margin: 8px auto 24px auto;
  display: block;
}
.btn:hover, .payBtn:hover, .pay-copy:hover {
  background: linear-gradient(90deg, #00ffe7 0%, #fff 100%);
  color: #0a1f38;
  box-shadow: 0 0 32px #00ffe7c2, 0 2px 24px #0aeae440;
  transform: scale(1.06);
}
.btn:active, .payBtn:active, .pay-copy:active {
  background: #00bfae;
  color: #fff;
}
.pay-main {
  margin: 32px auto 40px; max-width: 420px;
  background: rgba(12,26,55,0.81); border-radius: 18px;
  box-shadow: 0 0 32px #0ff7; padding: 38px 30px 32px 30px;
}
.pay-title { font-size: 2rem; font-weight: 900; margin-bottom: 22px; color: #21efff; letter-spacing: 1px;}
.pay-label { margin: 14px 0 10px 0; color: #7af6fd; font-size: 1.08rem;}
.pay-select {
  width: 100%; font-size: 1.06rem; background: #151e39; color: #fff; border: none;
  border-radius: 9px; padding: 9px 14px; margin-bottom: 12px;
  box-shadow: 0 0 12px #00ffe76a;
}
.pay-addr { margin: 18px 0 12px 0; font-size: 19px; color: #fff; word-break: break-all; letter-spacing: 0.3px;}
.pay-qr { margin: 0 auto 10px auto; background: #fff; border-radius: 18px; padding: 10px; display: block; box-shadow: 0 0 14px #00ffe7c2; max-width: 200px;}
.pay-copy { margin: 0 0 18px 0; background: linear-gradient(90deg, #00ffe7 40%, #00c6ff 100%); color: #072147; border: none; border-radius: 10px; padding: 7px 24px; font-size: 1.09rem; font-family: 'Orbitron', sans-serif; font-weight: bold; cursor: pointer; box-shadow: 0 0 9px #00ffe7b0; transition: background 0.2s, color 0.2s;}
.pay-copy:active { background:#0aeae4; color:#00213a;}
.pay-min { color: #fafd71; font-size: 1.05rem; margin-bottom: 7px;}
.pay-desc { color: #b7e5e2; font-size: 1.04rem; margin-top: 10px;}
@media (max-width: 650px) {
  .pay-main { padding: 16px 3vw 10px 3vw; }
  .pay-qr { max-width: 130px; }
  .pay-addr { font-size: 15px;}
}
.pay-main {
  margin: 28px auto 32px;
  max-width: 420px;
  background: rgba(12,26,55,0.92); border-radius: 18px;
  box-shadow: 0 0 32px #0ff7; padding: 38px 30px 32px 30px;
}
.pay-title { font-size: 2rem; font-weight: 900; margin-bottom: 22px; color: #21efff; letter-spacing: 1px;}
.pay-label { margin: 14px 0 10px 0; color: #7af6fd; font-size: 1.08rem;}
.pay-select {
  width: 100%; font-size: 1.06rem; background: #151e39; color: #fff; border: none;
  border-radius: 9px; padding: 9px 14px; margin-bottom: 12px;
  box-shadow: 0 0 12px #00ffe76a;
}
.pay-addr { margin: 18px 0 12px 0; font-size: 19px; color: #fff; word-break: break-all; letter-spacing: 0.3px;}
.pay-qr { margin: 0 auto 10px auto; background: #fff; border-radius: 18px; padding: 10px; display: block; box-shadow: 0 0 14px #00ffe7c2; max-width: 200px;}
.pay-copy { margin: 0 0 18px 0; background: linear-gradient(90deg, #00ffe7 40%, #00c6ff 100%); color: #072147; border: none; border-radius: 10px; padding: 7px 24px; font-size: 1.09rem; font-family: 'Orbitron', sans-serif; font-weight: bold; cursor: pointer; box-shadow: 0 0 9px #00ffe7b0; transition: background 0.2s, color 0.2s;}
.pay-copy:active { background:#0aeae4; color:#00213a;}
.pay-min { color: #fafd71; font-size: 1.05rem; margin-bottom: 7px;}
.pay-desc { color: #b7e5e2; font-size: 1.04rem; margin-top: 10px;}
@media (max-width: 650px) {
  .pay-main { padding: 16px 3vw 10px 3vw; }
  .pay-qr { max-width: 130px; }
  .pay-addr { font-size: 15px;}
}
<style>
@keyframes timer-glow {
  0%,100% { filter: drop-shadow(0 0 10px #00ffe7) brightness(1); }
  50%     { filter: drop-shadow(0 0 30px #fff) brightness(1.7);}
}
#pay-timer-circle {
  animation: timer-glow 1.2s infinite;
}
</style>
