
/* ── HELLO ELEMENTOR FULL WIDTH FIX ── */
* { box-sizing: border-box !important; }

/* Remove ALL Hello Elementor / WordPress default spacing */
body, html { margin: 0 !important; padding: 0 !important; }
body.elementor-page { background: #0f1117; }

.site, .site-content, #content, #primary, .content-area,
main.site-main, #main, .entry-content, article {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  float: none !important;
}

/* Elementor container resets */
.elementor-section-wrap,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-column-wrap,
.elementor-widget-wrap,
.elementor-widget,
.elementor-widget-container,
.elementor-widget-html,
.e-con,
.e-con-inner {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

/* Our elements fill full width */
.site-header, .site-nav, .hero, .features-strip,
.mc-panel, .site-footer, .page-content, .discord-box {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}


.site-header, .site-nav, .hero, .features-strip,
.mc-panel, .site-footer, .page-content {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
}

/* =============================================
   SILVERMONS – SHARED CSS
   Paste into: Elementor > Site Settings > Custom CSS
   OR: Appearance > Customise > Additional CSS
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --red:       #cc2a2a;
  --red-dark:  #921c1c;
  --orange:    #d9630a;
  --gold:      #e8a820;
  --silver:    #74ffee;
  --silver-lt: #d2ffff;
  --dark:      #0f1117;
  --panel:     #171c26;
  --card:      #1e2535;
  --border:    #2c3650;
  --text:      #e2e8f2;
  --muted:     #7a8caa;
  --green:     #32c97a;
  --blue:      #4a7fd4;
  --blue-dk:   #2a5298;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Nunito', sans-serif;
  background: #0f1117;
  color: var(--text);
  min-height: 100vh;
  font-size: 19px;
  line-height: 1.6;
}
a { color: var(--silver); text-decoration: none; }

/* ── MINECRAFT TEXTURE HELPERS ── */
.mc-texture {
  background-image:
    linear-gradient(rgba(0,0,0,0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.12) 1px, transparent 1px);
  background-size: 4px 4px;
}
.mc-border {
  border: 2px solid;
  border-color: #5a6a7a #1a2230 #1a2230 #5a6a7a;
  image-rendering: pixelated;
}

/* ── ADMIN BAR ── */
.admin-bar {
  background: #090c13;
  border-bottom: 2px solid var(--red);
  height: 32px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 20px;
  font-size: 14px;
  color: var(--muted);
  position: sticky;
  top: 0;
  z-index: 9999;
}
.admin-bar .site-name { color: var(--silver-lt); font-weight: 800; }
.admin-bar .admin-links { margin-left: auto; display: flex; gap: 18px; }
.admin-bar .admin-links a { color: var(--muted); font-size: 14px; }
.admin-bar .admin-links a:hover { color: var(--text); }
.admin-bar .new-post {
  background: var(--red);
  color: #fff;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
}

/* ── HEADER ── */
.site-header {
  background: var(--panel);
  border-bottom: 3px solid var(--red);
  padding: 0 24px;
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 12px;
  gap: 20px;
  flex-wrap: wrap;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-logo img {
  height: 64px;
  width: 64px;
  object-fit: contain;
  border-radius: 0;
  mix-blend-mode: lighten;
}
.logo-text {
  display: flex;
  flex-direction: column;
}
.logo-main {
  font-family: 'Press Start 2P', monospace;
  font-size: 17px;
  color: var(--silver-lt);
  text-shadow: none;
  line-height: 1.2;
}
.logo-main em { color: var(--red); font-style: normal; }
.logo-sub {
  font-family: 'Press Start 2P', monospace;
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 2px;
  margin-top: 5px;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.ip-display {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #090c13;
  border: 2px solid #2a5298;
  border-radius: 6px;
  padding: 8px 16px;
  font-family: 'Courier New', monospace;
  font-size: 16px;
  font-weight: 700;
  color: var(--silver-lt);
}
.ip-label { font-size: 13px; color: var(--muted); font-family: 'Nunito', sans-serif; }
.copy-btn {
  background: var(--red);
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
  transition: opacity .15s;
}
.copy-btn:hover { opacity: .85; }
.player-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 8px 16px;
}
.online-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px var(--green);
  animation: blink 2s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.4} }
.player-num { font-size: 25px; font-weight: 800; color: var(--green); line-height: 1; }
.player-lbl { font-size: 14px; color: var(--muted); }

/* ── NAV / MINECRAFT TABS ── */
.site-nav {
  background: var(--panel);
  border-bottom: 3px solid #1e3048;
  position: sticky;
  top: 32px;
  z-index: 100;
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  overflow-x: auto;
  scrollbar-width: none;
}
.nav-inner::-webkit-scrollbar { display: none; }

/* Minecraft-style tab buttons */
.site-nav a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px 8px;
  font-size: 15px;
  font-weight: 800;
  color: var(--muted);
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  margin-bottom: -3px;
  border-radius: 6px 6px 0 0;
  border: 2px solid transparent;
  border-bottom: none;
  background: transparent;
  transition: color .15s, background .15s;
  /* pixelated top highlight on hover */
}
.site-nav a::before {
  content: '';
  position: absolute;
  inset: 2px 2px auto 2px;
  height: 2px;
  background: rgba(255,255,255,0.08);
  border-radius: 4px 4px 0 0;
  opacity: 0;
  transition: opacity .15s;
}
.site-nav a:hover {
  color: var(--silver-lt);
  background: rgba(255,255,255,0.05);
  border-color: var(--border);
  border-bottom: none;
}
.site-nav a:hover::before { opacity: 1; }
.site-nav a.active {
  color: #fff;
  background: var(--card);
  border-color: #4a7fd4 var(--border) transparent var(--border);
  border-top-width: 3px;
  font-family: 'Press Start 2P', monospace;
  font-size: 12px;
  padding-top: 11px;
  border-bottom: none;
}
.nav-badge {
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 1px 6px;
  border-radius: 10px;
}

/* ── HERO ── */
.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #1e3048;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}
.hero-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center 25%;
  display: block;
}
.hero-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: none;
  padding: 24px 32px 28px;
}
.hero-bottom {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.hero-tag {
  display: inline-block;
  background: var(--red-dark);
  color: #ffd;
  font-family: 'Press Start 2P', monospace;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 5px 14px;
  border-radius: 3px;
  margin-bottom: 12px;
  border: 1px solid var(--red);
  text-shadow: 1px 1px 0 #000;
}
.hero-desc {
  font-size: 17px;
  color: #fff;
  line-height: 1.75;
  max-width: 500px;
  margin-bottom: 18px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.btn-primary {
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 0 var(--red-dark), inset 0 1px 0 rgba(255,255,255,0.15);
  font-family: 'Nunito', sans-serif;
  transition: transform .1s, box-shadow .1s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 0 var(--red-dark), inset 0 1px 0 rgba(255,255,255,0.2); }
.btn-primary:active { transform: translateY(2px); box-shadow: 0 2px 0 var(--red-dark); }

.btn-outline {
  background: transparent;
  color: var(--silver-lt);
  border: 2px solid var(--border);
  border-radius: 6px;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Nunito', sans-serif;
  transition: background .15s;
}
.btn-outline:hover { background: rgba(176,188,200,0.1); }

.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-badge {
  background: rgba(15,17,23,0.85);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 12px 16px;
  text-align: center;
  min-width: 80px;
}
.badge-icon { font-size: 27px; display: block; margin-bottom: 6px; }
.badge-val {
  font-family: 'Press Start 2P', monospace;
  font-size: 14px;
  color: var(--blue);
  display: block;
  margin-bottom: 3px;
}
.badge-lbl { font-size: 14px; color: var(--muted); }

/* ── PAGE LAYOUT ── */
.page-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 24px;
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 24px;
  align-items: start;
}

/* ── MINECRAFT PANEL CARDS ── */
.mc-panel {
  background: var(--card);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  /* Minecraft-style inset shadow */
  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.06), inset -1px -1px 0 rgba(0,0,0,0.4);
  border: 1px solid var(--border);
}
.mc-panel-head {
  background: linear-gradient(180deg, #cc2a2a 0%, #921c1c 100%);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  /* pixelated top shine */
  position: relative;
}
.mc-panel-head::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: rgba(255,255,255,0.15);
}
.mc-panel-head h3 {
  font-family: 'Press Start 2P', monospace;
  font-size: 12px;
  color: #fff;
  letter-spacing: .5px;
  text-shadow: 1px 1px 0 #000;
}
.mc-panel-body { padding: 16px; }

/* ── FEATURE TILES ── */
.features-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.feature-tile {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 18px 14px;
  text-align: center;
  transition: border-color .15s, transform .15s;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.feature-tile::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2a5298, #4a7fd4);
}
.feature-tile:hover { border-color: var(--blue); transform: translateY(-2px); }
.feature-tile .f-icon { font-size: 29px; display: block; margin-bottom: 8px; }
.feature-tile h4 { font-size: 16px; font-weight: 800; color: var(--text); margin-bottom: 6px; }
.feature-tile p { font-size: 14px; color: var(--muted); line-height: 1.5; margin: 0; }

/* ── STATUS TILES ── */
.status-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.stat-tile {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 14px 16px;
  text-align: center;
  /* Minecraft pixel border top */
  border-top: 3px solid var(--red-dark);
}
.stat-tile .val {
  font-family: 'Press Start 2P', monospace;
  font-size: 19px;
  color: var(--blue);
  display: block;
  margin-bottom: 5px;
  text-shadow: 1px 1px 0 #000;
}
.stat-tile .val.green { color: var(--green); }
.stat-tile .lbl { font-size: 15px; color: var(--muted); }

/* ── NEWS ── */
.news-item {
  background: var(--panel);
  border: 1px solid var(--border);
  border-left: 4px solid var(--blue);
  border-radius: 0 8px 8px 0;
  padding: 14px 16px;
  margin-bottom: 12px;
  transition: border-color .15s;
}
.news-item:last-child { margin-bottom: 0; }
.news-item:hover { border-left-color: #4a7fd4; }
.news-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; flex-wrap: wrap; }
.tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px 9px;
  border-radius: 3px;
  font-family: 'Nunito', sans-serif;
}
.tag-update { background: #0e1e3e; color: #4a7fd4; border: 1px solid #1e3a6e; }
.tag-event  { background: #1e1200; color: var(--gold); border: 1px solid #4a3000; }
.tag-guide  { background: #0a1a12; color: #5ddd99; border: 1px solid #154030; }
.tag-feat   { background: #0a0f1e; color: var(--silver-lt); border: 1px solid #253050; }
.news-date  { font-size: 14px; color: var(--muted); margin-left: auto; }
.news-item h4 { font-size: 17px; font-weight: 800; color: var(--text); margin-bottom: 7px; line-height: 1.4; }
.news-item p  { font-size: 16px; color: var(--muted); line-height: 1.7; }
.read-more {
  display: inline-block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 800;
  color: #4a7fd4;
  letter-spacing: .5px;
}

/* ── SIDEBAR ── */
.sidebar .mc-panel { margin-bottom: 16px; }

/* ── LEADERBOARD ── */
.lb-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(44,54,80,.8);
  font-size: 16px;
}
.lb-row:last-child { border-bottom: none; }
.lb-rank { font-family: 'Press Start 2P', monospace; font-size: 12px; min-width: 24px; text-align: center; }
.r1 { color: #f5c518; text-shadow: 0 0 6px #f5c51880; }
.r2 { color: #c0c0c0; }
.r3 { color: #cd7f32; }
.lb-name  { flex: 1; font-weight: 800; color: var(--text); }
.lb-count { font-weight: 800; color: var(--blue); font-size: 16px; }

/* ── DISCORD ── */
.discord-box {
  background: #5865F2;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.discord-box svg { width: 38px; height: 38px; fill: #fff; }
.discord-box p { color: rgba(255,255,255,.9); font-size: 16px; font-weight: 700; line-height: 1.5; }
.btn-discord {
  background: #fff;
  color: #5865F2;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Nunito', sans-serif;
}

/* ── VOTE ── */
.vote-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(44,54,80,.8);
}
.vote-row:last-child { border-bottom: none; }
.vote-site-name { flex: 1; font-size: 16px; font-weight: 700; color: var(--text); }
.vote-reward { font-size: 14px; color: var(--muted); }
.btn-vote {
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 5px 13px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  box-shadow: 0 2px 0 var(--red-dark);
  transition: opacity .15s;
}
.btn-vote:hover { opacity: .85; }

/* ── RANKS ── */
.rank-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 4px;
}
.rank-card {
  border-radius: 6px;
  padding: 12px 8px;
  text-align: center;
  border: 2px solid transparent;
  transition: transform .15s;
  position: relative;
}
.rank-card:hover { transform: translateY(-2px); }
.rank-card.silver { background: #141c28; border-color: var(--border); }
.rank-card.gold   { background: #1e1600; border-color: var(--gold); }
.rank-card.legend { background: #160a22; border-color: #9060d0; }
.rank-icon  { font-size: 23px; display: block; margin-bottom: 5px; }
.rank-name  { font-size: 13px; font-weight: 800; margin-bottom: 4px; display: block; font-family: 'Press Start 2P', monospace; }
.rank-price { font-family: 'Press Start 2P', monospace; font-size: 11px; }
.rank-card.silver .rank-name  { color: var(--silver-lt); }
.rank-card.silver .rank-price { color: var(--silver); }
.rank-card.gold   .rank-name  { color: var(--gold); }
.rank-card.gold   .rank-price { color: #b07a10; }
.rank-card.legend .rank-name  { color: #c090f8; }
.rank-card.legend .rank-price { color: #7040a0; }

/* ── FOOTER ── */
.site-footer {
  background: #090c13;
  border-top: 3px solid #2a5298;
  margin-top: 8px;
  padding: 22px 24px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.footer-logo {
  font-family: 'Press Start 2P', monospace;
  font-size: 13px;
  color: var(--silver-lt);
  text-shadow: 1px 1px 0 var(--red-dark);
}
.footer-note { font-size: 15px; color: var(--muted); text-align: center; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { font-size: 15px; color: var(--muted); }
.footer-links a:hover { color: var(--text); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .page-content { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .hero-img { height: 260px; }
  .rank-cards { grid-template-columns: 1fr; }
  .logo-main { font-size: 13px; }
}
