@font-face {
  src: url('../fonts/LifeCraft_Font.ttf') format('truetype');
  font-family: 'LifeCraft';
}
@font-face {
  src: url('../fonts/deltha.regular.otf') format('opentype');
  font-family: 'Deltha';
}
@font-face {
  src: url('../fonts/lato.ttf') format('truetype');
  font-family: 'Lato';
}

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

body {
  background-color:#093655;
  background-image:url("../images/hero.jpg");
  background-repeat:no-repeat; 
  background-position:top center;
  color:white;
  background-size: 90%;
}
body.site-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.site-content-wrap {
  flex: 1 0 auto;
  width: 100%;
}

body > nav {
  font-family: "Lato", sans-serif;
  text-shadow: 1px 1px 9px rgba(0,0,0,0.5);
  position: fixed;
  z-index: 9999;
  top:0;
  left:0;
  width:100%;
  transition: all 0.2s ease-in-out;
}
body > nav::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(14, 23, 35, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index:-1;
}
body > nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #00a2ff, transparent);
  filter:
    drop-shadow(0 0 4px #00a2ff)
    drop-shadow(0 0 8px rgba(0,162,255,0.6));
}

body > nav > ul {
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
body > nav > ul > li {
  position: relative;
  transition: all 0.1s ease-in-out;
}
body > nav > ul > li > a {
  display: block;
  padding: 25px 20px;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  transform-origin: center center;
}
body > nav > ul > li > a:hover {
  transform: scale(1.20);
  color: #00a2ff;
  text-shadow: 1px 1px 10px rgba(0, 162, 255, 0.9);
}
body > nav > ul > li.right {
  position: absolute;
  right: 30px;
}
body > nav ul ul{
  list-style:none;
  position:absolute;
  top:100%;
  left:-46px;
  min-width:180px;
  background: rgba(14, 23, 35, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity:0;
  visibility:hidden;
  transform:translateY(-10px);
  transition:all .25s ease;
  padding:0;
  margin:0;
}
body > nav ul ul li {
  width: 100%;
}
body > nav ul ul li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 15px 30px;
  color: #fff;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  transform-origin: center center;
}
body > nav ul ul li a:hover {
  transform: scale(1.20);
  color: #00a2ff;
  text-shadow: 1px 1px 10px rgba(0, 162, 255, 0.9);
}
body > nav ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
body > nav ul ul ul {
  list-style: none;
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.25s ease;
}
body > nav ul ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
#menu-toggle {
  display:none;
}
.menu-icon {
  display:none;
  cursor:pointer;
  padding:20px;
  color:#fff;
  font-size:20px;
  text-align:left;
  background:#1e242f;
  letter-spacing:2px;
}



.hero {
  height:900px;
  margin-bottom: -400px;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
  text-align:center;
}
.hero-center {
  padding: 20px;
  width: auto;
}
.logo_text {
  color: #fff;
  font-family: 'Deltha', sans-serif;
  font-size: 25px;
   text-shadow:
    0 0 5px #000,
    0 0 10px #000,
    0 0 15px #000,
    0 0 20px #00d8ff,
    0 0 30px #00d8ff;
}
.text-container > span {
  color: #fff;
  font-family: 'LifeCraft';
  font-size: 40px;
  text-transform: uppercase;
  animation: glow 5s ease-in-out infinite;
}
@keyframes glow {
  0%,
  100% {
    color: #00d8ff;
    text-shadow: 0 0 10px #00a2ff, 0 0 50px #00a2ff, 0 0 100px #00a2ff;
  }
  10%,
  90% {
    color: #fff;
    text-shadow: none;
  }
}
.text-container > span:nth-child(2) {
  animation-delay: 0.25s;
}
.text-container > span:nth-child(3) {
  animation-delay: 0.5s;
}
.text-container > span:nth-child(4) {
  animation-delay: 0.75s;
}
.text-container > span:nth-child(5) {
  animation-delay: 1s;
}
.text-container > span:nth-child(6) {
  animation-delay: 1.25s;
}
.text-container > span:nth-child(7) {
  animation-delay: 1.5s;
}
.text-container > span:nth-child(8) {
  animation-delay: 1.75s;
}
.text-container > span:nth-child(9) {
  animation-delay: 2s;
}
.text-container > span:nth-child(10) {
  animation-delay: 2.25s;
}

.realm-status {
  position:absolute;
  left:300px;
  top:200px;
  width: 420px;
  max-width: calc(100vw - 40px);
  padding:20px;
  border-radius:8px;
  background: rgba(14, 23, 35, 0.6);
  border: 1px solid #3a9ec8;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.realm-status-item + .realm-status-item {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(58, 158, 200, 0.35);
}
.realm {
  display:flex;
  justify-content:space-between;
  margin:8px 0;
}
.realm-faction-placeholder {
  color: #ff9e9e;
  font-size: 13px;
  margin-top: 8px;
  max-width: 400px;
  line-height: 1.4;
}

main {
  max-width:1400px;
  margin:auto;
  display:grid;
  grid-template-columns: 3fr 1fr;
  gap:10px;
  padding:10px;
  align-items:start;
}
.content {
  flex:3;
}
.sidebar {
  flex:1;
}
.sidebar-box {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius:5px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}
.sidebar-title {
  width: 100%;
  padding: 14px 20px;
  background-image: url("../images/title_texture.jpg");
}
.sidebar-content {
  padding: 10px;
  background-image: url("../images/bg_texture.jpg");
}

.news {
  display:flex;
  margin-bottom:10px;
  border-radius:5px;
  overflow:hidden;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}
.news img {
  width:200px;
  object-fit:cover;
}
.news-text {
  padding: 0;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-text-title {
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 14px 20px;
  background-image: url("../images/title_texture.jpg");
  box-sizing: border-box;
  color: #FFFFFF;
}
.news-text-content {
  padding: 10px;
  background-image: url("../images/bg_texture.jpg");
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.news-excerpt {
  flex: 1;
  min-height: 0;
}
.news-actions-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
}
.news-vote-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
.news-text button:not(.btn-vote) {
  margin-top:10px;
  background:orange;
  border:none;
  padding:8px 15px;
  cursor:pointer;
}
footer, .site-footer {
  text-align: center;
  padding: 14px 10px 16px;
  background: #0d141d;
  margin-top: auto;
  font-size: 12px;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100%;
}
.site-footer-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
.site-footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  width: 100%;
}
.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 18px;
  text-align: left;
  flex: 0 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0 10px 0 0;
}
.site-footer-links a {
  color: #8ecae6;
  text-decoration: none;
  font-size: 13px;
}
.site-footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}
.site-footer-credit {
  margin: 0;
  margin-left: auto;
  flex: 0 0 auto;
  text-align: right;
  color: #9aa4b2;
  font-size: 12px;
  line-height: 1.4;
  padding: 0 0 0 10px;
}
.site-footer-credit a {
  color: #8ecae6;
  text-decoration: none;
}
.site-footer-credit a:hover {
  color: #fff;
  text-decoration: underline;
}
.site-footer-copy {
  margin: 0;
  color: #9aa4b2;
  text-align: center;
  width: 100%;
}
.legal-page .legal-body {
  line-height: 1.65;
  color: #e0e6ed;
}
.legal-page .legal-empty {
  color: #7a8794;
  font-style: italic;
  margin: 0;
}
.admin-legal-form textarea {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.admin-legal-section {
  font-family: 'Deltha', sans-serif;
  font-size: 1.05rem;
  margin: 28px 0 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(58, 158, 200, 0.35);
}
.admin-legal-form .admin-legal-section:first-of-type {
  margin-top: 8px;
}
.g-recaptcha, .cf-turnstile {
  margin: 16px 0;
}


body > nav > ul > li.nav-lang {
  position: absolute;
  right: 200px;
}
body > nav > ul > li.nav-lang ~ li.right {
  right: 30px;
}
.page-wrap {
  max-width: 900px;
  margin: 120px auto 40px;
  padding: 24px;
  background: rgba(14, 23, 35, 0.75);
  border: 1px solid #3a9ec8;
  border-radius: 8px;
}
.form-page h1, .download-page h1, .ladder-page h1, .profile-layout h1, .admin-nav + h1 {
  font-family: 'Deltha', sans-serif;
  margin-bottom: 16px;
}
.form-page-hint {
  margin: 0 0 16px;
  max-width: 420px;
  color: #b8c9d9;
  font-size: 14px;
  line-height: 1.45;
  font-family: "Lato", sans-serif;
}
.form-page-links {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
.form-page-links a {
  color: #8ecae6;
  text-decoration: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}
.form-page-links a:hover {
  color: #fff;
  text-decoration: underline;
}
.form-page-links-line {
  color: #b8c9d9;
}
.form-page-links-line a {
  color: #8ecae6;
}
.form-page .site-form > button[type="submit"] {
  display: block;
  margin-top: 18px;
}
.site-form label {
  display: block;
  margin-top: 12px;
  margin-bottom: 4px;
  font-family: "Lato", sans-serif;
}
.site-form input[type="text"],
.site-form input[type="email"],
.site-form input[type="password"],
.site-form input[type="number"],
.site-form select,
.site-form textarea {
  width: 100%;
  max-width: 420px;
  padding: 10px;
  border: 1px solid #3a9ec8;
  border-radius: 4px;
  background: rgba(0,0,0,0.3);
  color: #fff;
}
.site-form select {
  cursor: pointer;
}
.theme-select,
.profile-main .site-form select,
.shop-char-select,
.shop-filter-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(0, 0, 0, 0.35);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238ecae6' d='M2.5 4.5L6 8l3.5-3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding: 10px 38px 10px 12px;
  border: 1px solid rgba(58, 158, 200, 0.65);
  border-radius: 6px;
  color: #e8f4ff;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  line-height: 1.35;
  box-sizing: border-box;
  max-width: 100%;
}
.theme-select:focus,
.profile-main .site-form select:focus,
.shop-char-select:focus,
.shop-filter-select:focus {
  outline: none;
  border-color: #00a2ff;
  box-shadow: 0 0 0 1px rgba(0, 162, 255, 0.35);
}
.theme-select option,
.profile-main .site-form select option,
.shop-char-select option,
.shop-filter-select option {
  background: #0e1723;
  color: #e8f4ff;
}
.site-form button, .site-btn {
  margin-top: 16px;
  padding: 10px 20px;
  background: #c6861a;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-family: "Lato", sans-serif;
}
.profile-main .site-form > button[type="submit"] {
  margin-top: 18px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #e8f4ff;
  background: linear-gradient(165deg, rgba(0, 162, 255, 0.2) 0%, rgba(14, 23, 35, 0.95) 45%, rgba(9, 54, 85, 0.88) 100%);
  border: 1px solid rgba(0, 162, 255, 0.55);
  border-radius: 8px;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 3px 12px rgba(0, 60, 100, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, color 0.2s, transform 0.15s;
}
.profile-main .site-form > button[type="submit"]:hover {
  color: #fff;
  border-color: #00d8ff;
  box-shadow:
    0 0 0 1px rgba(0, 216, 255, 0.35),
    0 5px 18px rgba(0, 100, 160, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}
.site-flash {
  max-width: 900px;
  margin: 80px auto 0;
  padding: 12px;
  border-radius: 4px;
  text-align: center;
}
.site-flash-ok { background: rgba(0,120,0,0.4); border: 1px solid #0a0; }
.site-flash-err { background: rgba(120,0,0,0.4); border: 1px solid #a00; }
.profile-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
  max-width: 1100px;
  margin: 100px auto 40px;
  padding: 16px;
  align-items: start;
}
.profile-sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.profile-realm-box {
  margin-top: 8px;
  padding: 12px;
  background: rgba(14, 23, 35, 0.65);
  border: 1px solid rgba(58, 158, 200, 0.45);
  border-radius: 6px;
}
.profile-realm-label {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.85);
}
.profile-realm-select {
  width: 100%;
}
.profile-nav {
  padding: 12px 16px;
  background: rgba(14, 23, 35, 0.85);
  border: 1px solid #3a9ec8;
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  border-radius: 4px;
}
.profile-nav:hover, .profile-nav.active {
  color: #00a2ff;
  border-color: #00a2ff;
}
.profile-main {
  background: rgba(14, 23, 35, 0.75);
  border: 1px solid #3a9ec8;
  border-radius: 8px;
  padding: 20px;
  min-height: 200px;
}
.profile-info p {
  margin: 8px 0;
}
.profile-balance {
  margin: 0 0 12px;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 6px;
  border: 1px solid rgba(58, 158, 200, 0.4);
}
.profile-balance-value {
  color: #00d8ff;
  font-weight: 700;
  font-size: 1.15em;
}
.balance-notice {
  padding: 10px 12px;
  border-radius: 6px;
  margin: 0 0 14px;
  line-height: 1.45;
}
.balance-notice-ok {
  background: rgba(0, 120, 0, 0.28);
  border: 1px solid rgba(0, 170, 0, 0.55);
}
.balance-notice-fail {
  background: rgba(120, 0, 0, 0.28);
  border: 1px solid rgba(200, 60, 60, 0.55);
}
.balance-webhook-hint {
  font-size: 0.92em;
  opacity: 0.92;
  margin: 12px 0 16px;
  line-height: 1.45;
}
.balance-webhook-url {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  word-break: break-all;
}
.balance-topup-form .theme-input {
  max-width: 220px;
  margin-bottom: 12px;
}
.vote-page-balance {
  margin-top: 0;
  margin-bottom: 18px;
}
.admin-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}
.admin-nav a {
  flex-shrink: 0;
  white-space: nowrap;
  padding: 8px 12px;
  background: rgba(0,0,0,0.25);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #3a9ec8;
  font-size: 13px;
}
.admin-nav a.active {
  background: rgba(0, 162, 255, 0.2);
  color: #00a2ff;
}
.admin-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}
.admin-stat-box {
  padding: 16px;
  background: rgba(0,0,0,0.25);
  border-radius: 6px;
  border: 1px solid #3a9ec8;
  text-align: center;
}
.admin-stat-box strong {
  display: block;
  font-size: 28px;
  margin-top: 8px;
  color: #00d8ff;
}
.admin-form textarea {
  width: 100%;
  max-width: 100%;
}
.admin-users-wrap {
  margin-top: 8px;
}
.admin-users-import-form {
  margin: 0 0 12px;
}
.admin-users-import-form > button[type="submit"] {
  min-width: 260px;
}
.admin-users-date {
  color: #b8c9d9;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.admin-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin-top: 18px;
  padding: 10px 0;
}
.admin-page-link {
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid rgba(58, 158, 200, 0.5);
  background: rgba(0, 0, 0, 0.22);
  color: #8ecae6;
  text-decoration: none;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}
.admin-page-link:hover {
  border-color: #00a2ff;
  color: #fff;
}
.admin-page-info {
  color: #b8c9d9;
  font-size: 14px;
}
.admin-bonus-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  border: 1px solid rgba(58, 158, 200, 0.55);
  border-radius: 10px;
  padding: 20px 22px;
  background: linear-gradient(165deg, rgba(14, 23, 35, 0.98) 0%, rgba(9, 36, 58, 0.96) 100%);
  color: #e8f4ff;
  max-width: 440px;
  width: calc(100vw - 32px);
  max-height: min(90vh, 720px);
  overflow-y: auto;
  box-sizing: border-box;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}
.admin-bonus-dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
}
.admin-bonus-title {
  font-family: 'Deltha', sans-serif;
  font-size: 1.25rem;
  margin: 0 0 12px;
}
.admin-bonus-user {
  margin: 0 0 8px;
  color: #8ecae6;
  font-size: 14px;
}
.admin-bonus-line {
  margin: 10px 0;
  font-size: 14px;
}
.admin-bonus-label {
  display: block;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 13px;
  color: #8ecae6;
}
.admin-bonus-input {
  width: 100%;
  max-width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(58, 158, 200, 0.55);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 15px;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}
.admin-bonus-input:focus {
  outline: none;
  border-color: #00a2ff;
}
.admin-bonus-result strong {
  color: #00d8ff;
}
.admin-bonus-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  align-items: center;
}
.admin-bonus-cancel {
  padding: 8px 16px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  color: #c8d8e8;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
.admin-bonus-cancel:hover {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}
.admin-list {
  list-style: none;
  margin-top: 20px;
}
.admin-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.admin-list-news-title {
  flex: 1;
  min-width: 0;
  padding-right: 8px;
}
.admin-list-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.admin-list .inline-form {
  display: inline-flex;
  margin: 0;
}
.inline-form {
  display: inline;
}
.admin-row-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s, color 0.2s, background 0.2s;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.admin-row-btn-edit {
  color: #e8f4ff;
  background: rgba(14, 23, 35, 0.9);
  border-color: rgba(0, 162, 255, 0.55);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.admin-row-btn-edit:hover {
  color: #fff;
  border-color: #00d8ff;
  box-shadow:
    0 0 0 1px rgba(0, 216, 255, 0.25),
    0 3px 10px rgba(0, 80, 140, 0.25);
}
.admin-row-btn-del {
  margin: 0;
  color: #ffd6d6;
  background: rgba(50, 12, 12, 0.55);
  border-color: rgba(220, 100, 100, 0.55);
}
.admin-row-btn-del:hover {
  color: #fff;
  border-color: #ff6b6b;
  background: rgba(80, 20, 20, 0.65);
}
.profile-main form.inline-form button[type="submit"] {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  border-radius: 6px;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s, color 0.2s, background 0.2s;
}
.profile-main form.inline-form button[type="submit"].admin-row-btn-del {
  color: #ffd6d6;
  background: rgba(50, 12, 12, 0.55);
  border: 1px solid rgba(220, 100, 100, 0.55);
}
.profile-main form.inline-form button[type="submit"].admin-row-btn-del:hover {
  color: #fff;
  border-color: #ff6b6b;
  background: rgba(80, 20, 20, 0.65);
}
.profile-main form.inline-form button[type="submit"].admin-inline-secondary {
  color: #e8f4ff;
  background: rgba(14, 23, 35, 0.9);
  border: 1px solid rgba(0, 162, 255, 0.55);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.profile-main form.inline-form button[type="submit"].admin-inline-secondary:hover {
  color: #fff;
  border-color: #00d8ff;
  box-shadow:
    0 0 0 1px rgba(0, 216, 255, 0.25),
    0 3px 10px rgba(0, 80, 140, 0.25);
}
.download-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  max-width: 640px;
}
.download-block {
  padding: 20px;
  background: rgba(0,0,0,0.2);
  border-radius: 8px;
  border: 1px solid #3a9ec8;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.download-block p {
  margin: 0 0 4px 0;
  max-width: 100%;
}
.download-block > .site-btn {
  margin-top: 14px;
}
.download-btn-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  width: 100%;
}
.download-btn-row .site-btn {
  margin-top: 0;
}
.download-block label {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-family: "Lato", sans-serif;
}
.realmlist-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 10px;
  margin-top: 10px;
  width: 100%;
  max-width: 520px;
  align-self: center;
}
.realmlist-row input {
  flex: 1;
  min-width: 0;
  min-height: 44px;
  padding: 10px 12px;
  box-sizing: border-box;
  background: rgba(0,0,0,0.3);
  border: 1px solid #3a9ec8;
  color: #fff;
  font-size: 14px;
}
.realmlist-row .site-btn,
.realmlist-row button.site-btn {
  margin-top: 0;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  box-sizing: border-box;
}
.news-vote-form {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.btn-vote {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.35);
  color: rgba(255,255,255,0.85);
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.btn-vote:hover {
  border-color: #00a2ff;
  color: #00a2ff;
}
.btn-readmore {
  display: inline-block;
  margin-top: 0;
  padding: 8px 15px;
  background: orange;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.btn-readmore:hover {
  filter: brightness(1.08);
}
.news-single-page {
  max-width: 900px;
}
.news-single img {
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.news-body {
  margin-top: 16px;
  line-height: 1.6;
}
.news-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 12px 22px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #e8f4ff;
  background: linear-gradient(165deg, rgba(0, 162, 255, 0.22) 0%, rgba(14, 23, 35, 0.95) 45%, rgba(9, 54, 85, 0.9) 100%);
  border: 1px solid rgba(0, 162, 255, 0.55);
  border-radius: 8px;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 4px 14px rgba(0, 80, 140, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s, box-shadow 0.2s, color 0.2s, transform 0.15s;
}
.news-back-btn i {
  font-size: 18px;
  opacity: 0.95;
}
.news-back-btn:hover {
  color: #fff;
  border-color: #00d8ff;
  box-shadow:
    0 0 0 1px rgba(0, 216, 255, 0.35),
    0 6px 20px rgba(0, 120, 200, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}
.news-single-votes {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.news-single-votes form {
  display: inline-block;
  margin-right: 8px;
}
.ticket-list {
  list-style: none;
  margin: 16px 0;
}
.ticket-list li {
  margin: 6px 0;
}
.ticket-msg {
  margin: 12px 0;
  padding: 12px;
  background: rgba(0,0,0,0.2);
  border-radius: 6px;
}
.ticket-msg.staff {
  border-left: 3px solid #00a2ff;
}
.ticket-msg-meta {
  font-size: 12px;
  opacity: 0.8;
  margin-bottom: 6px;
}
.admin-ticket-list {
  list-style: none;
}
.admin-ticket-detail {
  margin-top: 20px;
  padding: 16px;
  background: rgba(0,0,0,0.2);
  border-radius: 8px;
}
.admin-news-preview {
  margin: 12px 0;
}
.admin-news-preview img {
  max-height: 160px;
  max-width: 100%;
  border-radius: 6px;
  border: 1px solid #3a9ec8;
}
.site-form input[type="file"] {
  max-width: 100%;
  padding: 8px 0;
  color: #ccc;
}
.vote-page {
  margin-top: 4px;
}
.vote-ratings {
  margin-top: 4px;
  border: 1px solid rgba(58, 158, 200, 0.45);
  border-radius: 8px;
  overflow: auto;
}
.vote-ratings-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  table-layout: fixed;
}
.vote-ratings-table thead th {
  background: rgba(0, 0, 0, 0.28);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8ecae6;
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(58, 158, 200, 0.35);
  vertical-align: bottom;
}
.vote-ratings-table tbody td {
  background: rgba(10, 18, 28, 0.55);
  padding: 14px;
  vertical-align: top;
  border-top: 1px solid rgba(58, 158, 200, 0.2);
}
.vote-ratings-table tbody td.vote-col-reward,
.vote-ratings-table tbody td.vote-col-btn {
  vertical-align: middle;
}
.vote-ratings-table .vote-col-name {
  width: 32%;
}
.vote-ratings-table .vote-col-reward {
  width: 12%;
  text-align: center;
}
.vote-ratings-table thead th.vote-col-reward {
  text-align: center;
  vertical-align: bottom;
}
.vote-ratings-table .vote-col-btn {
  width: 28%;
  text-align: center;
}
.vote-ratings-table thead th.vote-col-btn {
  text-align: center;
  vertical-align: bottom;
}
.vote-rating-title {
  display: block;
  color: #fff;
  font-family: 'Deltha', sans-serif;
  font-size: 1.05rem;
}
.vote-rating-sub {
  display: block;
  font-size: 13px;
  color: #8ecae6;
  margin-top: 6px;
}
.vote-col-reward .vote-rating-reward {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #00d8ff;
}
.vote-ratings-table .vote-action-btn {
  margin-top: 0;
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  font-family: "Lato", sans-serif;
  color: #e8f4ff;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  background: linear-gradient(165deg, rgba(0, 162, 255, 0.2) 0%, rgba(14, 23, 35, 0.95) 45%, rgba(9, 54, 85, 0.88) 100%);
  border: 1px solid rgba(0, 162, 255, 0.55);
  border-radius: 8px;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 3px 12px rgba(0, 60, 100, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, color 0.2s, transform 0.15s;
}
.vote-ratings-table .vote-action-btn:hover {
  color: #fff;
  border-color: #00d8ff;
  box-shadow:
    0 0 0 1px rgba(0, 216, 255, 0.35),
    0 5px 18px rgba(0, 100, 160, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}
.vote-claim-form {
  margin: 0;
  display: block;
  width: 100%;
  max-width: 100%;
}
.vote-hint {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.5;
  color: #b8c9d9;
}
.vote-disabled {
  display: inline-block;
  color: #ffb4b4;
  font-size: 13px;
}
@media (max-width: 768px) {
  .vote-ratings {
    margin-left: -4px;
    margin-right: -4px;
  }
}

.progress-bar {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 400px;
  margin-top: 10px;
}

.progress-track {
  display: flex;
  width: 100%;
  max-width: 400px;
  height: 25px;
  background: #222;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.5);
}

.progress-fill {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

.horde {
  background-image: url("../images/horde_bar.jpg");
  background-size: cover;
  border-right: 1px solid #000;
}

.alliance {
  background-image: url("../images/alliance_bar.jpg");
  background-size: cover;
}

@media (max-width: 768px) {
  body {
    background-size: contain;
    background-position: center 50px; 
  }
  .menu-icon {
    display:block;
  }
  .menu-icon {
    background:#0e1723;
  }
  body > nav > ul {
    display:none;
    flex-direction:column;
    width:100%;
    background:#0e1723;
  }
  #menu-toggle:checked + .menu-icon + ul {
    display:flex;
  }
  body > nav > ul > li {
    width:100%;
    text-align:left;
    border-bottom:1px solid rgba(255,255,255,0.05);
  }
  body > nav > ul > li > a {
    padding:18px 20px;
    font-size:15px;
    display:block;
  }
  body > nav > ul > li > a:hover {
    margin-left: 8px;
    transform: none;
    color: #00a2ff;
    text-shadow: 1px 1px 10px rgba(0, 162, 255, 0.9);
  }
  body > nav > ul > li.right, body > nav > ul > li.nav-lang {
    position:relative;
    right:auto;
  }
  .profile-layout {
    grid-template-columns: 1fr;
  }
  .admin-nav {
    flex-direction: column;
  }
  body > nav ul ul {
    position:relative;
    left:0;
    top:0;
    opacity:1;
    visibility:visible;
    transform:none;
    display:none;
    background:#0e1723;
  }
  body > nav ul ul li a {
    padding:15px 30px;
    font-size:14px;
    margin-left: 10px;
  }
  body > nav ul ul li a:hover {
    transform:none;
    margin-left: 20px;
  }
  body > nav ul li:hover > ul {
    display:block;
  }
  body > nav ul ul ul {
    position:relative;
    left:0;
  }
  .hero {
    height: 300px;
    padding: 10px;
    margin-bottom: 100px;
  }
  .hero-center {
    width: 90%;
    padding: 15px;
  }
  .realm-status {
    position:absolute;
    width: 100%;
    max-width: none;
    left:0;
    top:170px;
  }
  .logo_text {
    font-size: 16px;
  }
  .text-container > span {
    font-size: 25px;
  }
  main {
    display: block;
    padding: 15px;
  }
  .sidebar {
    flex:1;
  }
  .sidebar-box {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .sidebar-title {
    width: 100%;
    padding: 14px 20px;
  }
  .sidebar-content {
    padding: 10px;
  }
  .news img {
    width: 100px;
  }
  .news-text {
    padding: 0;
  }
  .news-text-title {
    display: block;
    padding: 5px 10px;
  }
  .news-text-content {
    padding: 10px;
  }
  .news-actions-row {
    flex-direction: column;
    align-items: stretch;
  }
  .news-vote-btns {
    margin-left: 0;
    align-self: flex-end;
  }
}

.ladder-page {
  max-width: 1100px;
}
.ladder-realm-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 18px;
  padding: 12px 14px;
  background: rgba(14, 23, 35, 0.55);
  border: 1px solid rgba(58, 158, 200, 0.35);
  border-radius: 8px;
}
.ladder-realm-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
.ladder-realm-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ladder-realm-btn {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #3a9ec8;
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  background: rgba(14, 23, 35, 0.75);
  transition: border-color 0.2s, color 0.2s;
}
.ladder-realm-btn:hover {
  border-color: #00a2ff;
  color: #00d8ff;
}
.ladder-realm-btn.active {
  border-color: #00d8ff;
  color: #00d8ff;
  box-shadow: 0 0 0 1px rgba(0, 216, 255, 0.25);
}
.ladder-tabs {
  position: relative;
}
.ladder-tab-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ladder-tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(58, 158, 200, 0.35);
}
.ladder-tab-btn {
  display: inline-block;
  padding: 8px 14px;
  font-size: 14px;
  font-family: 'Deltha', sans-serif;
  color: #8ecae6;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(58, 158, 200, 0.45);
  border-radius: 6px;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.ladder-tab-btn:hover {
  color: #00d8ff;
  border-color: #3a9ec8;
}
#ladder-tab-pt:checked ~ .ladder-tab-nav label[for="ladder-tab-pt"],
#ladder-tab-hk:checked ~ .ladder-tab-nav label[for="ladder-tab-hk"],
#ladder-tab-a2:checked ~ .ladder-tab-nav label[for="ladder-tab-a2"],
#ladder-tab-a3:checked ~ .ladder-tab-nav label[for="ladder-tab-a3"],
#ladder-tab-a5:checked ~ .ladder-tab-nav label[for="ladder-tab-a5"] {
  color: #00d8ff;
  background: rgba(58, 158, 200, 0.15);
  border-color: #3a9ec8;
  box-shadow: inset 0 0 0 1px rgba(0, 216, 255, 0.2);
}
.ladder-tab-panel {
  display: none;
  overflow-x: auto;
  max-height: min(70vh, 720px);
  overflow-y: auto;
  padding-right: 4px;
}
#ladder-tab-pt:checked ~ #ladder-panel-pt,
#ladder-tab-hk:checked ~ #ladder-panel-hk,
#ladder-tab-a2:checked ~ #ladder-panel-a2,
#ladder-tab-a3:checked ~ #ladder-panel-a3,
#ladder-tab-a5:checked ~ #ladder-panel-a5 {
  display: block;
}
@media (max-width: 640px) {
  .ladder-tab-nav {
    gap: 6px;
  }
  .ladder-tab-btn {
    flex: 1 1 calc(50% - 4px);
    min-width: min(100%, 140px);
    text-align: center;
    font-size: 13px;
    padding: 8px 10px;
  }
}
.ladder-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.ladder-table th {
  text-align: left;
  color: #8ecae6;
  border-bottom: 1px solid #3a9ec8;
  padding: 8px 6px;
}
.ladder-table td {
  padding: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ladder-empty {
  text-align: center;
  color: #888;
  padding: 16px !important;
}
.social-stat {
  margin: 0 0 8px;
  font-size: 14px;
}
.social-stat strong {
  color: #00d8ff;
}
.sidebar-discord-embed {
  margin-top: 14px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(58, 158, 200, 0.5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(20, 28, 40, 0.95) 0%, rgba(14, 23, 35, 0.98) 100%);
}
.sidebar-discord-inner {
  position: relative;
  width: 100%;
  min-height: 300px;
  background: #1e2128;
}
.sidebar-discord-iframe {
  display: block;
  width: 100%;
  height: 380px;
  border: 0;
  vertical-align: bottom;
}
.admin-hint {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 12px;
  line-height: 1.4;
}
.site-toast {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 9999;
  max-width: 320px;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(58, 158, 200, 0.55);
  background: rgba(14, 23, 35, 0.96);
  color: #e8f4ff;
}
.site-toast--ok {
  border-color: rgba(0, 216, 255, 0.45);
}
.site-toast--err {
  border-color: rgba(220, 100, 100, 0.65);
  color: #ffd6d6;
}
.shop-balance-line {
  margin-bottom: 18px;
}
.shop-empty {
  color: #8ecae6;
  font-size: 14px;
}
.shop-wrap {
  margin-top: 8px;
}
.shop-category {
  margin-bottom: 28px;
}
.shop-cat-title {
  font-family: 'Deltha', sans-serif;
  font-size: 1.35rem;
  color: #00d8ff;
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(58, 158, 200, 0.35);
}
.shop-subsection {
  margin-bottom: 20px;
}
.shop-sub-title {
  font-size: 15px;
  color: #8ecae6;
  margin: 0 0 12px;
  font-weight: 600;
}
.shop-char-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(58, 158, 200, 0.4);
  border-radius: 8px;
}
.shop-char-label {
  font-size: 14px;
  color: #8ecae6;
}
.shop-char-select {
  min-width: 220px;
  font-size: 13px;
}
.shop-char-select-global {
  flex: 1;
  min-width: 200px;
}
.shop-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: flex-end;
  margin-bottom: 1rem;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(58, 158, 200, 0.35);
  background: rgba(10, 18, 28, 0.35);
}
.shop-filter-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 140px;
}
.shop-filter-field-grow {
  flex: 1;
  min-width: 200px;
}
.shop-filter-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8ecae6;
}
.shop-filter-search {
  padding: 10px 12px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid rgba(58, 158, 200, 0.55);
  background: rgba(0, 0, 0, 0.35);
  color: #e8f4ff;
  max-width: 100%;
  box-sizing: border-box;
}
.shop-filter-search:focus {
  outline: none;
  border-color: #00a2ff;
  box-shadow: 0 0 0 1px rgba(0, 162, 255, 0.35);
}
.shop-filter-empty {
  margin: 0 0 12px;
  color: #ffb4a2;
  font-size: 14px;
}
.shop-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(58, 158, 200, 0.4);
  border-radius: 8px;
  background: rgba(10, 18, 28, 0.45);
}
.shop-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 14px;
}
.shop-table thead th {
  text-align: left;
  padding: 10px 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8ecae6;
  background: rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(58, 158, 200, 0.45);
}
.shop-table .shop-col-price,
.shop-table .shop-td-price {
  text-align: center;
}
.shop-table .shop-col-act,
.shop-table .shop-td-act {
  text-align: right;
  white-space: nowrap;
}
.shop-table tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: middle;
}
.shop-table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.12);
}
.shop-table tbody tr:hover {
  background: rgba(0, 162, 255, 0.08);
}
.shop-td-entry {
  color: #b8c9d9;
  font-variant-numeric: tabular-nums;
}
.shop-td-name {
  min-width: 200px;
}
.shop-td-name img {
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 4px;
}
.shop-item-link {
  font-weight: 600;
  text-decoration: none;
}
.shop-item-link:hover {
  text-decoration: underline;
}
.shop-wrap .shop-item-link.q0 { color: #9d9d9d; }
.shop-wrap .shop-item-link.q1 { color: #ffffff; }
.shop-wrap .shop-item-link.q2 { color: #1eff00; }
.shop-wrap .shop-item-link.q3 { color: #0070dd; }
.shop-wrap .shop-item-link.q4 { color: #a335ee; }
.shop-wrap .shop-item-link.q5 { color: #ff8000; }
.shop-wrap .shop-item-link.q6 { color: #e6cc80; }
.shop-td-price {
  color: #00d8ff;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.shop-buy-btn {
  margin-top: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #e8f4ff;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid rgba(0, 162, 255, 0.55);
  background: linear-gradient(165deg, rgba(0, 162, 255, 0.2) 0%, rgba(14, 23, 35, 0.95) 45%, rgba(9, 54, 85, 0.88) 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.shop-buy-btn:hover {
  border-color: #00d8ff;
  box-shadow: 0 0 0 1px rgba(0, 216, 255, 0.3), 0 4px 14px rgba(0, 80, 140, 0.3);
}
.shop-admin-h2 {
  margin: 28px 0 12px;
  font-size: 1.1rem;
  color: #00d8ff;
  font-family: 'Deltha', sans-serif;
}
.shop-admin-list {
  margin-top: 12px;
}