:root {
  --bg: #0b0b0d;
  --bg-soft: #131316;
  --panel: #181a1f;
  --panel-2: #111318;
  --panel-3: #20242c;
  --text: #f4f4f5;
  --muted: #aeb4be;
  --accent: #ff7b00;
  --accent-2: #ff4d00;
  --ok: #37c978;
  --danger: #ff7f7f;
  --border: rgba(255,255,255,0.08);
  --shadow: 0 20px 50px rgba(0,0,0,.32);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:linear-gradient(180deg,#09090b,#0b0b0d 20%,#0e1014 100%);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.container{width:min(1180px,92%);margin:0 auto}
.site-header{position:sticky;top:0;z-index:30;background:rgba(8,8,10,.88);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;padding:15px 0;gap:16px}
.brand{font-size:1.35rem;font-weight:800;letter-spacing:.08em}
.nav-links{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.nav-links a{padding:10px 12px;border-radius:10px;color:var(--muted)}
.nav-links a:hover{background:rgba(255,255,255,.04);color:var(--text)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:12px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;font-weight:700;border:none;cursor:pointer;box-shadow:0 14px 30px rgba(255,106,0,.18)}
.btn:hover{transform:translateY(-1px)}
.btn-small{padding:9px 14px;border-radius:10px;font-size:.95rem}
.btn-alt{background:linear-gradient(180deg,#22262d,#181b21);border:1px solid var(--border);box-shadow:none}
.btn-ghost{background:transparent;border:1px solid var(--border);box-shadow:none}
.text-link{background:none;border:none;color:#ffb066;cursor:pointer;padding:0;font:inherit}
.danger-link{color:var(--danger)}
.hero-section{padding:92px 0;background:radial-gradient(circle at top right, rgba(255,123,0,.22), transparent 30%),linear-gradient(180deg,#151515,#0c0c0c)}
.hero-grid{display:grid;grid-template-columns:1.4fr .9fr;gap:28px;align-items:center}
.eyebrow,.admin-eyebrow{display:inline-block;font-size:.78rem;text-transform:uppercase;letter-spacing:.17em;color:#ffb066;margin-bottom:10px}
h1,h2,h3,h4{margin:0 0 12px}
h1{font-size:clamp(2.2rem,5vw,4.4rem);line-height:1.04}
h2{font-size:clamp(1.55rem,2.7vw,2.45rem)}
.lead{font-size:1.08rem;color:var(--muted);max-width:700px}
.section{padding:72px 0}
.section-dark{background:rgba(255,255,255,.01)}
.section-accent{background:linear-gradient(180deg, rgba(255,123,0,.08), rgba(255,77,0,.05))}
.section-head{margin-bottom:28px}
.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.button-row-tight{margin-top:12px}
.card,.status-card,.form-card,.admin-sidebar,.admin-main,.dashboard-stat{background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}
.card,.status-card{padding:22px}
.status-card ul,.admin-list,.muted-text{color:var(--muted)}
.stats-grid,.feature-grid,.news-grid,.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.news-grid{grid-template-columns:repeat(3,1fr)}
.team-grid{grid-template-columns:repeat(3,1fr)}
.tag,.status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:rgba(255,123,0,.13);color:#ffb066;font-size:.78rem;margin-bottom:10px}
.status-badge.status-open,.status-badge.status-new{background:rgba(255,123,0,.13);color:#ffb066}
.status-badge.status-answered,.status-badge.status-accepted{background:rgba(55,201,120,.12);color:#8cf0b3}
.status-badge.status-closed,.status-badge.status-rejected{background:rgba(255,127,127,.12);color:#ffb7b7}
.status-badge.status-review{background:rgba(126,161,255,.12);color:#b7cbff}
.avatar-circle{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--accent-2));font-weight:700;margin-bottom:12px}
.cta-box{display:flex;align-items:center;justify-content:space-between;gap:20px}
.site-footer{padding:28px 0;border-top:1px solid var(--border);background:#0a0a0a}
.footer-grid{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.flash{margin:16px 0 0;padding:14px 16px;border-radius:14px}
.flash-success{background:#183521;border:1px solid #295a32}
.flash-error{background:#3d1717;border:1px solid #723333}
.auth-wrap,.admin-wrap{width:min(1240px,94%);margin:34px auto}
.form-card{max-width:560px;margin:0 auto;padding:24px;background:var(--panel)}
.form-card-wide{max-width:860px}
.form-group{margin-bottom:16px}
.form-group label{display:block;margin-bottom:6px;font-weight:600}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:#0f1116;color:var(--text)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-group-full{grid-column:1 / -1}
.form-check{display:flex;align-items:center;gap:8px;margin-top:8px}
.inline-form{display:inline}
.admin-layout{display:grid;grid-template-columns:290px minmax(0,1fr);gap:22px}
.admin-sidebar{padding:20px;position:sticky;top:85px;height:fit-content;background:linear-gradient(180deg,#17191f,#111319)}
.admin-brand-block{padding:4px 2px 16px;border-bottom:1px solid var(--border);margin-bottom:16px}
.admin-brand-block h3{margin-bottom:8px}
.admin-brand-block p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.45}
.admin-nav{display:grid;gap:8px}
.admin-nav a{display:flex;align-items:center;padding:12px 14px;border-radius:14px;color:var(--muted);border:1px solid transparent}
.admin-nav a:hover,.admin-nav a.is-active{background:linear-gradient(180deg, rgba(255,123,0,.12), rgba(255,77,0,.08));color:var(--text);border-color:rgba(255,123,0,.18)}
.admin-main{padding:24px;background:linear-gradient(180deg,#171a20,#111318)}
.admin-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid var(--border)}
.admin-page-title{margin-bottom:0}
.admin-user-box{min-width:220px;padding:14px 16px;border-radius:16px;background:linear-gradient(180deg,#20242c,#171a20);border:1px solid var(--border);display:flex;flex-direction:column;gap:6px;color:var(--muted)}
.admin-user-box strong{color:var(--text)}
.dashboard-grid,.dashboard-grid-four,.dashboard-grid-six{display:grid;gap:16px;margin-bottom:20px}
.dashboard-grid{grid-template-columns:repeat(4,1fr)}
.dashboard-grid-four{grid-template-columns:repeat(4,1fr)}
.dashboard-grid-six{grid-template-columns:repeat(6,1fr)}
.dashboard-stat{padding:18px}
.dashboard-stat .value{font-size:1.8rem;font-weight:800;margin:6px 0}
.admin-grid-two{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.table-wrap{overflow:auto}
.data-table{width:100%;border-collapse:collapse}
.data-table th,.data-table td{padding:12px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}
.data-table th{color:#d7dce4;font-size:.9rem}
.actions-cell{white-space:nowrap}
.status-form select{min-width:150px}
.switch-label{display:inline-flex;align-items:center;gap:6px;margin-right:10px}
.news-cover{width:100%;height:180px;object-fit:cover;border-radius:14px;margin-bottom:14px;border:1px solid var(--border)}
.team-avatar{width:84px;height:84px;object-fit:cover;border-radius:50%;margin-bottom:12px;border:2px solid rgba(255,123,0,.35)}
.media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.media-card{background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));border:1px solid var(--border);border-radius:18px;padding:18px}
.media-thumb{aspect-ratio:16/10;background:#0f0f0f;border-radius:14px;overflow:hidden;margin-bottom:12px;border:1px solid var(--border)}
.media-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.small-text{font-size:.88rem}
.inline-filter-form{display:flex;gap:12px;align-items:center;margin-bottom:18px;flex-wrap:wrap}
.roles-check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
.check-card{display:flex;gap:10px;align-items:center;background:#101216;border:1px solid var(--border);border-radius:14px;padding:14px}
.check-card input{width:auto}
.code-block{background:#0d0f14;border:1px solid var(--border);border-radius:16px;padding:16px;white-space:pre-wrap;word-break:break-word;max-height:460px;overflow:auto}
.split-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:18px}
.list-panel{display:grid;gap:12px}
.message-card-link{display:block;padding:16px;border:1px solid var(--border);border-radius:16px;background:#111319}
.message-card-link.is-active{border-color:rgba(255,123,0,.35);background:linear-gradient(180deg, rgba(255,123,0,.08), rgba(255,255,255,.02))}
.message-card-link h3{font-size:1rem;margin-bottom:6px}
.message-card-link p{margin:0;color:var(--muted);font-size:.94rem}
.detail-stack{display:grid;gap:18px}
.detail-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.detail-meta .card{padding:16px}
.reply-box{padding:16px;border-radius:16px;background:#0f1116;border:1px solid var(--border)}
.reply-meta{color:var(--muted);font-size:.9rem;margin-bottom:10px}
.message-body{white-space:pre-wrap;line-height:1.55}
.media-selected-box{margin-top:10px;min-height:140px;border-radius:16px;border:1px dashed rgba(255,255,255,.12);display:grid;place-items:center;background:#0f1116;overflow:hidden}
.media-selected-box img{width:100%;max-height:240px;object-fit:cover;display:block}
.media-selected-box.is-empty{color:var(--muted);padding:18px}
.media-picker{margin-top:14px;padding:16px;border-radius:16px;background:#0f1116;border:1px solid var(--border)}
.media-picker-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.media-picker-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-height:360px;overflow:auto}
.media-picker-item{appearance:none;border:1px solid var(--border);background:#161922;color:var(--text);border-radius:14px;padding:10px;display:grid;gap:8px;text-align:left;cursor:pointer}
.media-picker-item:hover{border-color:rgba(255,123,0,.34);transform:translateY(-1px)}
.media-picker-item img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:10px}
.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.kpi-card{padding:16px;border-radius:16px;background:#101216;border:1px solid var(--border)}
.kpi-card .label{font-size:.86rem;color:var(--muted)}
.kpi-card .value{font-size:1.5rem;font-weight:800;margin-top:8px}
.proxy-help{display:grid;gap:14px}
.proxy-help code{background:#0d0f14;padding:3px 6px;border-radius:8px}
.card p:last-child{margin-bottom:0}
@media (max-width: 1080px){.split-layout,.hero-grid,.admin-layout,.admin-grid-two,.form-grid,.dashboard-grid,.dashboard-grid-four,.dashboard-grid-six,.stats-grid,.feature-grid,.news-grid,.team-grid,.roles-check-grid,.media-grid,.media-picker-grid,.detail-meta,.kpi-grid{grid-template-columns:1fr}.admin-sidebar{position:relative;top:0}.nav-wrap{flex-direction:column;align-items:flex-start}}


.content-stack{display:grid;gap:18px}
.card-head-inline{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;flex-wrap:wrap}
.sortable-list{display:grid;gap:12px}
.sortable-item{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px 16px;border-radius:16px;border:1px solid var(--border);background:#111319}
.sortable-item.is-dragging{opacity:.5}
.sortable-handle{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#0f1116;border:1px solid var(--border);cursor:grab;color:#ffb066}
.sortable-content{min-width:0}
.sortable-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.toggle-help{padding:12px 14px;border-radius:14px;background:#0f1116;border:1px solid var(--border)}
.mini-chart{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;align-items:end;min-height:240px;padding:12px 0}
.mini-chart-row{display:grid;gap:10px}
.mini-chart-label{text-align:center;color:var(--muted);font-size:.85rem}
.mini-chart-bars{height:180px;display:flex;align-items:flex-end;justify-content:center;gap:5px;padding:0 4px}
.mini-bar{width:14px;border-radius:10px 10px 4px 4px;background:var(--accent);opacity:.95}
.mini-bar.users{background:#ff7b00}
.mini-bar.applications{background:#7ea1ff}
.mini-bar.messages{background:#37c978}
.mini-bar.news{background:#ff4d6d}
.quick-link-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.quick-link-card{display:flex;align-items:center;justify-content:center;min-height:92px;padding:18px;border-radius:16px;border:1px solid var(--border);background:linear-gradient(180deg,#191c23,#12141a);font-weight:700;text-align:center}
.quick-link-card:hover{border-color:rgba(255,123,0,.28);transform:translateY(-1px)}
.player-action-stack{display:grid;gap:8px}
.player-action-form{display:flex;gap:8px;align-items:center}
.player-action-form input[type=text]{max-width:180px;padding:8px 10px;border-radius:10px;border:1px solid var(--border);background:#0f1116;color:var(--text)}
.label{color:var(--muted);font-size:.9rem}
@media (max-width:1080px){.quick-link-grid{grid-template-columns:1fr}.sortable-item{grid-template-columns:42px 1fr}.sortable-actions{grid-column:1 / -1}.player-action-form{flex-wrap:wrap}.mini-chart{grid-template-columns:repeat(7,minmax(0,1fr))}}


.stack-list{display:grid;gap:1rem}.card-soft{background:rgba(255,255,255,.03)}.hero-kicker{font-size:.85rem}.prose-block{white-space:normal}.prose-block p{margin:.75rem 0}.small-text{font-size:.82rem}


/* V6.1 profile hotfix */
.profile-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.profile-sidebar-card {
  position: sticky;
  top: 96px;
}

.profile-avatar-large {
  width: 128px;
  height: 128px;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.profile-avatar-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.profile-avatar-large.is-empty {
  font-size: 42px;
  font-weight: 800;
  color: #ffb15a;
}

.profile-name {
  margin-bottom: 6px;
}

.profile-bio-box {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  line-height: 1.6;
}

.profile-main-content {
  min-width: 0;
}

.profile-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.checkbox-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.nav-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.nav-profile-avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #ffb15a;
  flex: 0 0 32px;
}

.nav-profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 980px) {
  .profile-layout {
    grid-template-columns: 1fr;
  }

  .profile-sidebar-card {
    position: static;
  }
}

@media (max-width: 700px) {
  .profile-form-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   ADMIN CHART HOTFIX
   ========================= */

body.admin-screen .activity-card,
body.admin-screen .dashboard-chart-card,
body.admin-screen .chart-card {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

body.admin-screen .activity-chart-wrap,
body.admin-screen .chart-wrap,
body.admin-screen .dashboard-chart-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

body.admin-screen .activity-chart-wrap canvas,
body.admin-screen .chart-wrap canvas,
body.admin-screen .dashboard-chart-wrap canvas,
body.admin-screen canvas.activity-chart,
body.admin-screen .activity-card canvas,
body.admin-screen .dashboard-chart-card canvas {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
}

body.admin-screen .activity-card svg,
body.admin-screen .dashboard-chart-card svg,
body.admin-screen .chart-card svg {
    max-width: 100%;
    overflow: hidden;
}

body.admin-screen .activity-card .chart-legend,
body.admin-screen .dashboard-chart-card .chart-legend {
    flex-wrap: wrap;
    row-gap: 6px;
}

/* V6.4 Translator Update */
.lang-switcher{display:inline-flex;align-items:center;gap:6px;padding:4px 6px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(255,255,255,.03)}
.lang-switcher a{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:30px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.72);text-decoration:none}.lang-switcher a.is-active{background:rgba(255,123,0,.16);color:#ffb36b;border:1px solid rgba(255,123,0,.24)}
@media (max-width:980px){.lang-switcher{order:99;width:100%;justify-content:flex-start;margin-top:8px}}


/* =====================================================
   WILDLANDERS PREMIUM HERO + SERVER STATUS FINAL
   ===================================================== */

.wl-premium-hero {
  min-height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 25%, rgba(255,123,0,.16), transparent 35%),
    linear-gradient(90deg, #080b12 0%, #090a0f 50%, #1a100b 100%);
}

.wl-premium-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,8,12,.98), rgba(7,8,12,.88) 50%, rgba(7,8,12,.72)),
    radial-gradient(circle at 20% 70%, rgba(255,123,0,.08), transparent 34%);
  pointer-events: none;
}

.wl-premium-grid {
  position: relative;
  z-index: 1;
  width: min(1260px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: clamp(36px, 6vw, 110px);
  align-items: center;
  padding: clamp(70px, 8vw, 120px) 0;
}

.wl-premium-eyebrow {
  color: #ffb066;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .78rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.wl-premium-kicker {
  color: #d8dce5;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .75rem;
  font-weight: 800;
  margin-bottom: 22px;
}

.wl-premium-left h1 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(3.2rem, 6vw, 5.4rem);
  line-height: .96;
  letter-spacing: -3px;
  text-shadow: 0 18px 55px rgba(0,0,0,.48);
}

.wl-premium-left p {
  max-width: 720px;
  color: #d8dce5;
  line-height: 1.75;
  font-size: 1.02rem;
  margin: 0;
}

.wl-premium-actions {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.wl-premium-btn {
  min-height: 50px;
  padding: 0 18px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  border: 1px solid var(--border);
  color: #fff;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.wl-premium-btn:hover {
  transform: translateY(-2px);
}

.wl-premium-btn.primary {
  background: linear-gradient(135deg, #ff7b00, #ff9f35);
  color: #160901;
  box-shadow: 0 18px 40px rgba(255,123,0,.24);
}

.wl-premium-btn.secondary,
.wl-premium-btn.ghost {
  background: rgba(255,255,255,.06);
  color: #fff;
}

.wl-premium-status-card {
  width: 100%;
  background:
    radial-gradient(circle at 80% 0%, rgba(255,123,0,.18), transparent 38%),
    linear-gradient(145deg, rgba(25,20,16,.98), rgba(13,14,17,.97));
  border: 1px solid rgba(255,123,0,.24);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 32px 90px rgba(0,0,0,.50);
}

.wl-premium-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.wl-premium-card-head span {
  color: #ffb066;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.wl-premium-card-head b {
  color: #37c978;
  font-size: .82rem;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(55,201,120,.16);
  border: 1px solid rgba(55,201,120,.22);
  box-shadow: 0 0 18px rgba(55,201,120,.10);
}

.wl-premium-status-card.offline .wl-premium-card-head b {
  color: #ff7f7f;
  background: rgba(255,127,127,.13);
  border-color: rgba(255,127,127,.22);
  box-shadow: none;
}

.wl-premium-status-card h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 31px;
  line-height: 1.05;
  letter-spacing: -1px;
}

.wl-premium-player-box {
  padding: 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.07);
  margin-bottom: 18px;
}

.wl-premium-player-box div:first-child {
  display: flex;
  align-items: baseline;
  gap: 11px;
}

.wl-premium-player-box strong {
  font-size: 58px;
  line-height: 1;
  color: #fff;
  letter-spacing: -2px;
}

.wl-premium-player-box span {
  color: #cdd1d6;
  font-size: 24px;
  font-weight: 900;
}

.wl-premium-player-box small {
  display: block;
  color: #c4c4c4;
  margin-top: 8px;
}

.wl-premium-progress {
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  overflow: hidden;
  margin-top: 15px;
}

.wl-premium-progress i {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #37c978, #ffb066);
  transition: width .5s ease;
}

.wl-premium-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 18px;
}

.wl-premium-info-grid div {
  min-height: 76px;
  padding: 15px;
  border-radius: 14px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.07);
}

.wl-premium-info-grid span {
  display: block;
  color: #aeb4be;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 8px;
}

.wl-premium-info-grid strong {
  color: #fff;
  font-size: .9rem;
  line-height: 1.25;
  word-break: break-word;
}

.wl-premium-connect,
.wl-premium-discord {
  width: 100%;
  min-height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.wl-premium-connect:hover,
.wl-premium-discord:hover {
  transform: translateY(-2px);
}

.wl-premium-connect {
  background: linear-gradient(135deg, #ff7b00, #ff9f35);
  color: #160901;
  margin-bottom: 10px;
  box-shadow: 0 16px 38px rgba(255,123,0,.22);
}

.wl-premium-discord {
  background: rgba(255,255,255,.06);
  border: 1px solid var(--border);
}

@media (max-width: 1080px) {
  .wl-premium-grid {
    grid-template-columns: 1fr;
  }

  .wl-premium-right {
    max-width: 500px;
  }
}

@media (max-width: 560px) {
  .wl-premium-left h1 {
    font-size: 48px;
    letter-spacing: -1px;
  }

  .wl-premium-info-grid {
    grid-template-columns: 1fr;
  }

  .wl-premium-actions {
    flex-direction: column;
  }

  .wl-premium-btn {
    width: 100%;
  }

  .wl-premium-player-box strong {
    font-size: 42px;
  }

  .wl-premium-player-box span {
    font-size: 18px;
  }

  .wl-premium-status-card h2 {
    font-size: 24px;
  }
}

.news-content .ql-align-center {
    text-align: center;
}

.news-content .ql-align-right {
    text-align: right;
}

.news-content .ql-align-justify {
    text-align: justify;
}

.news-content p {
    margin: 0 0 12px;
    line-height: 1.7;
}

.news-content p:last-child {
    margin-bottom: 0;
}


/* =====================================================
   WILDLANDERS HOMEPAGE V7 1:1 MOCKUP FINAL
   ===================================================== */
.site-header {
  background: rgba(8,9,11,.96) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 14px 38px rgba(0,0,0,.42);
}
.nav-wrap { padding: 12px 0 !important; }
.brand {
  color: #fff;
  font-size: 1.55rem !important;
  font-weight: 950 !important;
  text-transform: uppercase;
  letter-spacing: .05em !important;
}
.brand::before {
  content: '///';
  color: #ff6b00;
  font-weight: 950;
  margin-right: 12px;
  letter-spacing: -4px;
}
.nav-links a {
  color: #f2f2f2 !important;
  font-weight: 850;
  text-transform: uppercase;
  font-size: .82rem;
  border-radius: 0 !important;
  padding: 16px 12px !important;
  border-bottom: 2px solid transparent;
}
.nav-links a:hover,
.nav-links a.is-active {
  color: #ff7b00 !important;
  background: transparent !important;
  border-bottom-color: #ff7b00;
}
.wl-v7-page {
  --wl-orange: #ff6b00;
  --wl-orange-2: #ff8d25;
  --wl-border: rgba(255,255,255,.10);
  --wl-panel: rgba(15,17,20,.86);
  background: #08090b;
  color: #f4f4f5;
  font-family: Inter, Arial, Helvetica, sans-serif;
}
.wl-v7-page h1,
.wl-v7-page h2,
.wl-v7-page h3,
.wl-v7-page b,
.wl-v7-page strong {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', Inter, Arial, sans-serif;
  letter-spacing: .02em;
}
.wl-v7-container { width: min(1210px, 94%); margin: 0 auto; }
.wl-v7-hero {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7,8,10,.98) 0%, rgba(7,8,10,.78) 44%, rgba(7,8,10,.38) 72%, rgba(7,8,10,.94) 100%),
    radial-gradient(circle at 78% 45%, rgba(255,105,0,.24), transparent 30%),
    var(--wl-hero-bg) center/cover no-repeat,
    linear-gradient(135deg, #15100c, #0a0b0d 70%);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.wl-v7-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 70%, #08090b 100%);
  pointer-events: none;
}
.wl-v7-hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 15%, rgba(255,123,0,.18), transparent 28%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.025) 0, rgba(255,255,255,.025) 1px, transparent 1px, transparent 4px);
  opacity: .75;
}
.wl-v7-hero-container {
  position: relative;
  z-index: 2;
  width: min(1210px, 94%);
  margin: 0 auto;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 44px;
  align-items: center;
  padding: 46px 0 34px;
}
.wl-v7-logo-mark { color: var(--wl-orange); font-size: 2.5rem; font-weight: 950; letter-spacing: -8px; margin-bottom: 12px; }
.wl-v7-hero-left h1 {
  margin: 0;
  color: #f5f5f5;
  font-size: clamp(4.8rem, 10vw, 7.8rem);
  line-height: .78;
  text-transform: uppercase;
  text-shadow: 0 18px 40px rgba(0,0,0,.62);
}
.wl-v7-hero-left h1 span {
  display: block;
  color: var(--wl-orange);
  font-size: .58em;
  margin-top: 12px;
}
.wl-v7-hero-line {
  margin: 30px 0 0;
  color: #fff;
  max-width: 620px;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  line-height: 1.35;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 8px 24px rgba(0,0,0,.5);
}
.wl-v7-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.wl-v7-btn {
  min-height: 56px;
  padding: 0 24px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.15);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.wl-v7-btn:hover { transform: translateY(-2px); }
.wl-v7-btn-orange { background: linear-gradient(135deg, #ff6b00, #e85300); color: #fff; box-shadow: 0 16px 34px rgba(255,91,0,.26); }
.wl-v7-btn-dark { background: rgba(15,17,20,.84); color: #fff; }
.wl-v7-btn-glass { background: rgba(255,255,255,.08); color: #fff; }
.wl-v7-live-card {
  background: rgba(12,14,17,.78);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  padding: 22px;
  box-shadow: 0 30px 70px rgba(0,0,0,.46);
  backdrop-filter: blur(8px);
}
.wl-v7-live-title { display: flex; align-items: center; gap: 12px; color: #5bd86f; font-size: 1.05rem; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.11); }
.wl-v7-live-dot { width: 13px; height: 13px; border-radius: 50%; background: #55d96f; box-shadow: 0 0 18px rgba(85,217,111,.7); }
.wl-v7-live-card.is-offline .wl-v7-live-title { color: #ff7f7f; }
.wl-v7-live-card.is-offline .wl-v7-live-dot { background: #ff7f7f; box-shadow: 0 0 18px rgba(255,127,127,.45); }
.wl-v7-live-row { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.10); }
.wl-v7-live-row:last-child { border-bottom: 0; }
.wl-v7-live-row span { display: block; color: #9ea5ae; font-size: .74rem; font-weight: 850; text-transform: uppercase; margin-bottom: 6px; }
.wl-v7-live-row strong { color: #fff; font-size: 1.05rem; text-transform: uppercase; }
.wl-v7-live-row em { font-style: normal; }
.wl-v7-stats-bar { background: linear-gradient(180deg, #101216, #0c0e11); border-bottom: 1px solid rgba(255,255,255,.08); padding: 18px 0 24px; }
.wl-v7-stat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.wl-v7-stat-grid article,
.wl-v7-feature-grid article,
.wl-v7-panel,
.wl-v7-plugin-grid article,
.wl-v7-discord-box {
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 22px 48px rgba(0,0,0,.28);
}
.wl-v7-stat-grid article { min-height: 148px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-radius: 6px; }
.wl-v7-stat-grid span { font-size: 2rem; margin-bottom: 8px; filter: saturate(1.1); }
.wl-v7-stat-grid b { font-size: 1.35rem; color: #fff; text-transform: uppercase; }
.wl-v7-stat-grid small { color: #e8e8e8; font-weight: 850; font-size: .75rem; margin-top: 5px; text-transform: uppercase; }
.wl-v7-block { margin-top: 28px; padding: 26px; border-radius: 6px; background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); border: 1px solid rgba(255,255,255,.08); }
.wl-v7-block h2,
.wl-v7-panel h2,
.wl-v7-discord-box h2 { margin: 0 0 22px; color: #fff; font-size: clamp(2rem, 3vw, 2.6rem); line-height: 1; text-transform: uppercase; }
.wl-v7-block h2 span,
.wl-v7-panel h2 span,
.wl-v7-discord-box h2 span { color: var(--wl-orange); }
.wl-v7-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.wl-v7-feature-grid article { min-height: 150px; border-radius: 6px; padding: 24px; display: grid; grid-template-columns: 62px 1fr; gap: 18px; align-items: center; background: linear-gradient(135deg, rgba(255,105,0,.12), rgba(255,255,255,.025)); }
.wl-v7-feature-grid span { color: var(--wl-orange); font-size: 2.5rem; }
.wl-v7-feature-grid h3 { color: #fff; margin-bottom: 8px; text-transform: uppercase; font-size: 1.15rem; }
.wl-v7-feature-grid p { margin: 0; color: #d5d8dd; line-height: 1.55; }
.wl-v7-news-wipe { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .95fr); gap: 18px; margin-top: 28px; }
.wl-v7-panel { border-radius: 6px; padding: 26px; min-height: 260px; }
.wl-v7-news-card { display: grid; grid-template-columns: 260px 1fr; gap: 18px; border: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.18); border-radius: 6px; overflow: hidden; }
.wl-v7-news-card img,
.wl-v7-news-placeholder { width: 100%; height: 180px; object-fit: cover; display: block; background: linear-gradient(135deg, #2b1608, #15171a); }
.wl-v7-news-placeholder { display: grid; place-items: center; color: var(--wl-orange); font-weight: 950; }
.wl-v7-news-body { padding: 18px 18px 18px 0; }
.wl-v7-news-body small { display: inline-block; padding: 4px 8px; background: var(--wl-orange); color: #fff; font-weight: 950; text-transform: uppercase; margin-bottom: 10px; }
.wl-v7-news-body h3 { color: #fff; font-size: 1.7rem; line-height: 1.05; text-transform: uppercase; margin-bottom: 10px; }
.wl-v7-news-text { color: #e2e5e9; line-height: 1.55; max-height: 84px; overflow: hidden; }
.wl-v7-news-body a { display: inline-flex; margin-top: 12px; color: var(--wl-orange); font-weight: 950; text-transform: uppercase; }
.wl-v7-wipe-panel { background: radial-gradient(circle at 75% 30%, rgba(255,105,0,.16), transparent 35%), linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.012)); }
.wl-v7-countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; align-items: center; margin-top: 28px; }
.wl-v7-countdown div { text-align: center; }
.wl-v7-countdown b { display: block; color: var(--wl-orange); font-size: clamp(2.8rem, 5vw, 4.4rem); line-height: .9; text-shadow: 0 0 24px rgba(255,107,0,.20); }
.wl-v7-countdown small { color: #fff; font-weight: 950; font-size: .72rem; text-transform: uppercase; }
.wl-v7-plugin-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.wl-v7-plugin-grid article { min-height: 166px; border-radius: 6px; padding: 22px 16px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; gap: 9px; }
.wl-v7-plugin-grid span { font-size: 2.35rem; color: var(--wl-orange); }
.wl-v7-plugin-grid b { color: #fff; text-transform: uppercase; font-size: 1rem; }
.wl-v7-plugin-grid small { color: #d1d5db; line-height: 1.45; }
.wl-v7-discord-box { margin-top: 28px; margin-bottom: 28px; min-height: 170px; border-radius: 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 34px; background: radial-gradient(circle at 18% 60%, rgba(255,105,0,.18), transparent 25%), radial-gradient(circle at 82% 60%, rgba(255,105,0,.13), transparent 25%), linear-gradient(90deg, #15171b, #101114, #15171b); }
.wl-v7-discord-box p { margin: 0 0 20px; color: #e0e4e8; }
.site-footer { background: #08090b !important; border-top: 1px solid rgba(255,255,255,.08) !important; padding: 42px 0 !important; }
.news-content .ql-align-center, .wl-v7-news-text .ql-align-center { text-align: center; }
.news-content .ql-align-right, .wl-v7-news-text .ql-align-right { text-align: right; }
.news-content .ql-align-justify, .wl-v7-news-text .ql-align-justify { text-align: justify; }
.news-content p, .wl-v7-news-text p { margin: 0 0 12px; line-height: 1.65; }
.news-content p:last-child, .wl-v7-news-text p:last-child { margin-bottom: 0; }
@media (max-width: 1100px) {
  .wl-v7-hero-container, .wl-v7-news-wipe { grid-template-columns: 1fr; }
  .wl-v7-live-card { max-width: 460px; }
  .wl-v7-stat-grid, .wl-v7-plugin-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .wl-v7-hero-container { min-height: auto; padding: 58px 0 34px; }
  .wl-v7-hero-left h1 { font-size: clamp(3.6rem, 17vw, 5rem); }
  .wl-v7-hero-actions, .wl-v7-btn { width: 100%; }
  .wl-v7-stat-grid, .wl-v7-feature-grid, .wl-v7-plugin-grid, .wl-v7-news-card, .wl-v7-countdown { grid-template-columns: 1fr; }
  .wl-v7-news-body { padding: 18px; }
  .wl-v7-block, .wl-v7-panel { padding: 20px; }
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-logo img {
    height: 52px;
    width: auto;
    display: block;
}

.news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 820px; /* Höhe der Box */
}

.news-content {
    overflow-y: auto;
    max-height: 350; /* Scrollbereich */
    padding-right: 6px;
}

/* schöner Scrollbar Style */
.news-content::-webkit-scrollbar {
    width: 6px;
}

.news-content::-webkit-scrollbar-thumb {
    background: rgba(255,123,0,0.6);
    border-radius: 10px;
}

.news-content::-webkit-scrollbar-track {
    background: transparent;
}

/* optional: Titel + Datum fix */
.news-card h3 {
    margin-bottom: 8px;
}

.news-card small {
    margin-top: auto;
    padding-top: 10px;
}

/* Mobile */
@media (max-width: 700px) {
    .brand-logo img {
        height: 42px;
	}