:root {
  --bg: #07110b;
  --bg-soft: rgba(12, 29, 18, 0.82);
  --card: rgba(255, 255, 255, 0.08);
  --card-strong: rgba(255, 255, 255, 0.13);
  --text: #f4fff7;
  --muted: #b7c9bd;
  --green: #56f28a;
  --green-soft: #b8ff95;
  --gold: #f2d36b;
  --border: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}
/* ==== Fix för uppdateringssidan ==== */

/* Ta bort grå bakgrund/extra panel bakom kortet */
.updates-page,
.updates-wrapper,
.updates-container,
.updates-list,
.updates-feed {
    background: transparent !important;
    box-shadow: none !important;
}

/* Ta bort onödiga pseudo-element / extra dekor */
.update-card::before,
.update-card::after,
.update-entry::before,
.update-entry::after,
.updates-card::before,
.updates-card::after {
    content: none !important;
    display: none !important;
}

/* Ta bort nedersta ljusa/gröna raden */
.update-footer,
.embed-footer,
.message-footer,
.card-footer,
.update-bottom-bar,
.discord-footer,
.discord-reactions {
    display: none !important;
}

/* Se till att själva uppdateringskortet inte får konstiga extra lager */
.update-card,
.update-entry,
.updates-card {
    background-image: none !important;
}
.join-code-link {
  color: inherit;
  text-decoration: none;
}

.home-page .server-card::before,
.home-page .server-card::after {
  display: none;
}

.home-server-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px 0 28px;
}

.home-server-logo img {
  width: min(300px, 82%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 35px rgba(124, 255, 139, 0.28));
}

.join-code-link code {
  cursor: pointer;
  transition: 0.2s ease;
}

.join-code-link:hover code {
  color: #9cff9c;
  border-color: rgba(156, 255, 156, 0.45);
}



* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 18%, rgba(86, 242, 138, 0.22), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(242, 211, 107, 0.14), transparent 28%),
    linear-gradient(135deg, #07110b 0%, #0a1d10 45%, #050806 100%);
}
.site-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 70px);
  transition: background 0.2s ease, backdrop-filter 0.2s ease, border 0.2s ease;
}
.navbar.scrolled {
  background: rgba(5, 11, 7, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.brand-logo-wrap {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(86, 242, 138, 0.14);
  border: 1px solid rgba(86, 242, 138, 0.22);
  overflow: hidden;
}
.brand-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  display: block;
}
.brand-name { display: inline-flex; flex-direction: column; line-height: 1.05; }
.brand-name small { color: var(--green); text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.67rem; }

.nav-links { display: flex; align-items: center; gap: 22px; color: var(--muted); font-weight: 700; }
.nav-links a { transition: color 0.2s ease, background 0.2s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--border);
}
.nav-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; }
.nav-toggle span { display: block; height: 2px; margin: 7px; background: var(--text); border-radius: 99px; }

.section-pad { padding: 120px clamp(20px, 5vw, 70px); }
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 64px;
  padding-top: 160px;
}
.eyebrow { color: var(--green); text-transform: uppercase; letter-spacing: 0.25em; font-weight: 900; font-size: 0.78rem; margin-bottom: 22px; }
h1, h2 { letter-spacing: -0.06em; line-height: 0.98; }
h1 { font-size: clamp(4rem, 9vw, 9.5rem); max-width: 850px; }
h1 span, .green { color: #83f68f; }
h2 { font-size: clamp(2.6rem, 5vw, 5.8rem); }
h3 { font-size: 1.35rem; margin-bottom: 10px; }
p { color: var(--muted); line-height: 1.75; }
.hero-text { font-size: clamp(1.1rem, 1.5vw, 1.35rem); max-width: 690px; margin: 28px 0 36px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-actions.center { justify-content: center; margin-top: 28px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  cursor: pointer;
  font: inherit;
}
.btn-primary { background: linear-gradient(135deg, var(--green), var(--green-soft)); color: #061009; }
.btn-secondary { background: rgba(255,255,255,0.08); border-color: var(--border); color: var(--text); }
.btn:hover { transform: translateY(-1px); }

.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(120px, 1fr)); gap: 14px; margin-top: 46px; max-width: 760px; }
.hero-stats div, .feature-card, .rule, .job-card, .page-card, .server-card, .mini-card, .join-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.hero-stats div { padding: 20px; }
.hero-stats strong { display: block; font-size: 1.55rem; }
.hero-stats span { color: var(--muted); }

.server-card {
  position: relative;
  overflow: hidden;
}

.server-card::before {
  content: "";
  position: absolute;
  right: -5px;
  top: 40px;
  width: 145px;
  height: 145px;
  background-image: url("/logo.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1.0;
  filter: drop-shadow(0 0 22px rgba(124, 255, 139, 0.35));
  pointer-events: none;
  z-index: 0;
}

.server-card::after {
  content: "";
  position: absolute;
  right: 42px;
  top: 98px;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background: rgba(124, 255, 139, 0.08);
  box-shadow: 0 0 60px rgba(124, 255, 139, 0.22);
  pointer-events: none;
  z-index: 0;
}

.server-card > * {
  position: relative;
  z-index: 1;
}

.hero-card { position: relative; min-height: 440px; display: grid; place-items: center; }
.server-card { width: min(100%, 430px); padding: 34px; background: rgba(255,255,255,0.11); }
.server-card-top { display: flex; align-items: center; gap: 10px; color: var(--muted); font-weight: 900; margin-bottom: 34px; }
.pulse { width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 10px rgba(86,242,138,0.08); }
.pulse.offline { background: #ff6969; box-shadow: 0 0 0 10px rgba(255,105,105,0.08); }
.server-card h2 { margin-bottom: 18px; }
.server-card code { display: block; color: var(--text); background: rgba(0,0,0,0.24); padding: 12px; border-radius: 12px; margin: 12px 0; overflow-wrap: anywhere; }
.copy-btn { margin-top: 22px; padding: 13px 18px; border: 1px solid rgba(86,242,138,0.35); background: rgba(86,242,138,0.12); color: var(--text); border-radius: 14px; font-weight: 900; cursor: pointer; }
.mini-card { position: absolute; padding: 18px; min-width: 170px; backdrop-filter: blur(10px); }
.mini-card strong, .mini-card span { display: block; }
.mini-card span { color: var(--muted); margin-top: 6px; }
.floating.one { right: 0; top: 80px; }
.floating.two { left: -15px; bottom: 90px; }

.section-header { max-width: 880px; margin-bottom: 36px; }
.section-header p { font-size: 1.08rem; margin-top: 18px; }
.features-grid, .rules-grid, .jobs-grid, .cards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.features-grid.four, .jobs-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-card, .job-card, .page-card { padding: 28px; }
.icon { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: rgba(86,242,138,0.12); margin-bottom: 20px; font-size: 1.6rem; }

.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 42px; align-items: center; }
.text-link { display: inline-block; margin-top: 22px; color: var(--green); font-weight: 900; }
.job-list { display: grid; gap: 14px; }
.job-list div { display: flex; gap: 16px; padding: 20px; background: var(--card); border: 1px solid var(--border); border-radius: 20px; }
.job-list span { font-size: 1.7rem; }

.rules-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rule { padding: 26px; min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; }
.rule strong { color: var(--green); font-size: 1.5rem; }
.rule span { color: var(--text); font-weight: 800; line-height: 1.5; }

.join-card { max-width: 1100px; margin: auto; padding: clamp(28px, 5vw, 64px); text-align: center; background: linear-gradient(135deg, rgba(86,242,138,0.14), rgba(255,255,255,0.08)); }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 32px; }
.steps div { padding: 20px; border: 1px solid var(--border); border-radius: 18px; background: rgba(0,0,0,0.16); color: var(--text); font-weight: 800; }
.steps span { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; margin-right: 8px; background: var(--green); color: #061009; }

.page-hero { padding-top: 170px; padding-bottom: 70px; }
.page-hero h1 { font-size: clamp(3.5rem, 8vw, 8rem); }
.page-hero p { max-width: 850px; margin-top: 24px; font-size: 1.15rem; }
.page-card ul { margin-left: 20px; color: var(--muted); line-height: 1.8; }
.page-card li + li { margin-top: 8px; }
.jobs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.job-card strong { color: var(--text); font-size: 1.25rem; }
.job-card p { margin-top: 8px; }
.rule-list { display: grid; gap: 14px; max-width: 1100px; }
.rule-list .rule { min-height: auto; gap: 14px; }

.footer { padding: 34px clamp(20px, 5vw, 70px); border-top: 1px solid var(--border); color: var(--muted); }
.toast { position: fixed; right: 22px; bottom: 22px; transform: translateY(20px); opacity: 0; background: #f4fff7; color: #061009; padding: 14px 18px; border-radius: 14px; font-weight: 900; transition: all 0.2s ease; z-index: 30; }
.toast.show { transform: translateY(0); opacity: 1; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }

@media (max-width: 980px) {
  .hero, .split { grid-template-columns: 1fr; }
  .hero-card { min-height: 360px; }
  .features-grid, .features-grid.four, .rules-grid, .jobs-grid, .jobs-grid.four, .cards-grid, .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .floating.one { right: 12px; top: 18px; }
  .floating.two { left: 12px; bottom: 18px; }
}
@media (max-width: 760px) {
  .brand-name { display: none; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 76px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; padding: 18px; background: rgba(5, 11, 7, 0.96); border: 1px solid var(--border); border-radius: 22px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px; }
  .section-pad { padding: 92px 20px; }
  .hero { padding-top: 130px; }
  h1 { font-size: clamp(3.6rem, 16vw, 5.5rem); }
  .hero-stats, .features-grid, .features-grid.four, .rules-grid, .jobs-grid, .jobs-grid.four, .cards-grid, .steps { grid-template-columns: 1fr; }
  .mini-card { position: static; margin-top: 14px; width: 100%; }
  .hero-card { display: block; min-height: auto; }
}


/* Riktlinjer-sidan */
.guidelines-hero h1 {
  max-width: 1050px;
}
.guidelines-section {
  padding-top: 40px;
}
.guidelines-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.35fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}
.guidelines-aside {
  position: sticky;
  top: 110px;
}
.aside-card {
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(86,242,138,0.14), rgba(255,255,255,0.08));
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.aside-kicker {
  display: inline-block;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 900;
  font-size: 0.72rem;
  margin-bottom: 16px;
}
.aside-card h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  margin-bottom: 16px;
}
.aside-card .btn {
  margin-top: 22px;
}
.guidelines-list {
  display: grid;
  gap: 14px;
}
.guideline-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 22px;
  padding: 26px;
  border-radius: 24px;
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.guideline-card-featured {
  background: linear-gradient(135deg, rgba(86,242,138,0.13), rgba(255,255,255,0.08));
  border-color: rgba(86,242,138,0.28);
}
.guideline-number {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(86,242,138,0.12);
  border: 1px solid rgba(86,242,138,0.24);
  color: var(--green);
  font-weight: 900;
}
.guideline-card h3 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}
.guideline-card p {
  max-width: 980px;
}

@media (max-width: 980px) {
  .guidelines-layout {
    grid-template-columns: 1fr;
  }
  .guidelines-aside {
    position: static;
  }
}
@media (max-width: 560px) {
  .guideline-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* Uppdaterad Riktlinjer-sida - samma premiumkänsla som startsidan */
.rules-hero {
  min-height: 86vh;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.72fr);
  align-items: center;
  gap: 56px;
  padding-top: 170px;
  padding-bottom: 80px;
}
.rules-hero h1 {
  font-size: clamp(4.4rem, 8.8vw, 9.2rem);
  max-width: 900px;
}
.rules-feature-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0% 0%, rgba(86,242,138,0.18), transparent 38%),
    rgba(255,255,255,0.1);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.rules-feature-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.55;
  pointer-events: none;
}
.rules-feature-card > * {
  position: relative;
  z-index: 1;
}
.rules-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.rules-card-tag::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 10px rgba(86,242,138,0.08);
}
.rules-feature-card h2 {
  font-size: clamp(2.8rem, 4.4vw, 5rem);
  margin-bottom: 18px;
}
.rules-mini-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}
.rules-mini-stats div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.1);
}
.rules-mini-stats strong {
  display: block;
  font-size: 1.6rem;
  color: var(--text);
}
.rules-mini-stats span {
  display: block;
  color: var(--muted);
  margin-top: 4px;
}
.rules-overview-section {
  padding-top: 40px;
}
.rules-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.rules-showcase-card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  padding: 28px;
  border-radius: 26px;
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.rules-showcase-card:hover {
  transform: translateY(-3px);
  border-color: rgba(86,242,138,0.32);
  background: var(--card-strong);
}
.rules-showcase-card::after {
  content: "";
  position: absolute;
  inset: auto -45px -80px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(86,242,138,0.08);
  pointer-events: none;
}
.rules-showcase-card span {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(86,242,138,0.12);
  border: 1px solid rgba(86,242,138,0.24);
  color: var(--green);
  font-weight: 900;
  margin-bottom: 24px;
}
.rules-showcase-card h3 {
  font-size: 1.55rem;
  margin-bottom: 12px;
}
.rules-showcase-card p {
  color: var(--muted);
  line-height: 1.72;
}
.rules-showcase-card-wide {
  grid-column: span 2;
  min-height: 250px;
  background: linear-gradient(135deg, rgba(86,242,138,0.15), rgba(255,255,255,0.08));
  border-color: rgba(86,242,138,0.28);
}
.rules-final {
  padding-top: 30px;
}

@media (max-width: 1100px) {
  .rules-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .rules-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .rules-hero {
    padding-top: 130px;
    gap: 28px;
  }
  .rules-hero h1 {
    font-size: clamp(3.6rem, 16vw, 5.6rem);
  }
  .rules-showcase-grid {
    grid-template-columns: 1fr;
  }
  .rules-showcase-card,
  .rules-showcase-card-wide {
    grid-column: span 1;
    min-height: auto;
  }
}

/* Små förbättringar */
.join-status-card {
  margin: 32px auto 0;
  text-align: left;
}

.nav-toggle:focus-visible,
.btn:focus-visible,
.copy-btn:focus-visible,
.nav-links a:focus-visible,
.join-code-link:focus-visible {
  outline: 3px solid rgba(86, 242, 138, 0.55);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

.about-owner-section {
  padding-top: 40px;
}

.about-owner-card {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 48px;
  align-items: center;
  padding: 46px;
  border: 1px solid rgba(180, 255, 190, 0.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 20%, rgba(124, 255, 139, 0.14), transparent 34%),
    rgba(18, 31, 22, 0.78);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  overflow: hidden;
  position: relative;
}

.about-owner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

.about-owner-content,
.about-owner-image {
  position: relative;
  z-index: 1;
}

.about-owner-content h2 {
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.95;
  margin: 10px 0 26px;
  letter-spacing: -0.06em;
}

.about-owner-content p {
  color: rgba(239, 255, 241, 0.74);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.about-owner-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-owner-image img {
  width: min(360px, 100%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 36px rgba(124, 255, 139, 0.22));
  opacity: 0.96;
}

.profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}
.profile-tags span,
.status-badge,
.suggestion-status {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 900;
}

.job-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}
.job-card-top .icon { flex: 0 0 auto; }
.status-open { color: #b8ffca; border-color: rgba(86,242,138,0.35); background: rgba(86,242,138,0.12); }
.status-apply { color: #dbeafe; border-color: rgba(147,197,253,0.35); background: rgba(59,130,246,0.12); }
.status-contact { color: #fef3c7; border-color: rgba(242,211,107,0.35); background: rgba(242,211,107,0.12); }
.status-rp { color: #e9d5ff; border-color: rgba(192,132,252,0.35); background: rgba(168,85,247,0.12); }
.job-card small {
  display: block;
  margin-top: 18px;
  color: var(--green-soft);
  line-height: 1.55;
}
.jobs-note {
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(0,0,0,0.16);
}

.faq-section { padding-top: 30px; }
.faq-list {
  display: grid;
  gap: 12px;
  max-width: 1000px;
}
.faq-item {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--card);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  padding: 22px 56px 22px 22px;
  color: var(--text);
  font-weight: 900;
  position: relative;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--green);
  font-size: 1.5rem;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item p {
  padding: 0 22px 22px;
}
.faq-item a { color: var(--green); text-decoration: underline; }

.rule-example {
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 3px solid var(--green);
  border-radius: 0 12px 12px 0;
  background: rgba(0,0,0,0.2);
  color: var(--muted);
  line-height: 1.6;
}
.rule-example strong { color: var(--text); }

.suggestions-hero {
  min-height: 72vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  align-items: center;
  gap: 42px;
  padding-top: 160px;
  padding-bottom: 70px;
}
.suggestions-hero h1 { font-size: clamp(3.8rem, 8vw, 8rem); }
.suggestions-note-card,
.suggestion-card,
.suggestions-summary > div {
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--card);
  box-shadow: var(--shadow);
}
.suggestions-note-card h2 { font-size: clamp(2rem, 3vw, 3.2rem); margin: 18px 0; }
.suggestions-section { padding-top: 45px; }
.suggestions-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 30px;
}
.suggestions-summary strong { display: block; font-size: 2.3rem; color: var(--text); }
.suggestions-summary span { color: var(--muted); }
.suggestions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.suggestion-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 8px 18px;
}
.suggestion-number {
  grid-row: span 4;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(86,242,138,0.12);
  color: var(--green);
  font-weight: 900;
}
.suggestion-card h3 { margin: 0; }
.suggestion-card p { margin: 0; }
.suggestion-card a { color: var(--green); text-decoration: underline; }
.suggestion-status.done { color: #b8ffca; border-color: rgba(86,242,138,0.35); background: rgba(86,242,138,0.12); }
.suggestion-status.manual { color: #fef3c7; border-color: rgba(242,211,107,0.35); background: rgba(242,211,107,0.12); }
.suggestions-checklist {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  text-align: left;
}
.suggestions-checklist > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(0,0,0,0.16);
  color: var(--muted);
}
.suggestions-checklist > div > span {
  color: var(--green);
  font-weight: 900;
}
.suggestions-checklist .manual > span { color: var(--gold); }

@media (max-width: 900px) {
  .about-owner-card {
    grid-template-columns: 1fr;
    padding: 32px;
    gap: 30px;
  }

  .about-owner-image {
    order: -1;
  }

  .about-owner-image img {
    width: min(280px, 90%);
  }

  .suggestions-hero,
  .suggestions-grid,
  .suggestions-summary {
    grid-template-columns: 1fr;
  }
}

/* Uppdateringar – Discord-liknande nyhetsflöde */
.updates-hero {
  padding-bottom: 54px;
}
.updates-hero h1 {
  max-width: 1050px;
}
.updates-actions {
  margin-top: 32px;
}
.updates-section {
  padding-top: 42px;
}
.updates-toolbar {
  max-width: 1120px;
  margin: 0 auto 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.updates-toolbar h2 {
  font-size: clamp(2.4rem, 4vw, 4.8rem);
}
.updates-sync {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 17px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}
.updates-feed {
  width: min(1120px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: #313338;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  font-family: "gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.discord-message {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  padding: 16px 22px;
  background: #313338;
  color: #dbdee1;
  transition: background 0.15s ease;
}
.discord-message + .discord-message {
  border-top: 1px solid rgba(255, 255, 255, 0.035);
}
.discord-message:hover {
  background: #2e3035;
}
.discord-message.is-pinned {
  background: linear-gradient(90deg, rgba(87, 242, 135, 0.06), #313338 38%);
}
.discord-message-avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  object-fit: cover;
  background: #1e1f22;
}
.discord-avatar-fallback {
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 800;
}
.discord-message-body {
  min-width: 0;
}
.discord-message-header {
  position: relative;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px;
  min-height: 22px;
  padding-right: 38px;
}
.discord-message-author {
  color: #f2f3f5;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
}
.discord-app-badge,
.discord-pinned-badge {
  display: inline-flex;
  align-items: center;
  height: 17px;
  padding: 0 4px;
  border-radius: 3px;
  background: #5865f2;
  color: #ffffff;
  font-size: 0.625rem;
  line-height: 17px;
  font-weight: 800;
  text-transform: uppercase;
}
.discord-pinned-badge {
  background: rgba(87, 242, 135, 0.18);
  color: #57f287;
}
.discord-message-time,
.discord-message-edited {
  color: #949ba4;
  font-size: 0.75rem;
  font-weight: 400;
}
.discord-message-open {
  position: absolute;
  top: -7px;
  right: 0;
  display: grid;
  place-items: center;
  width: 32px;
  height: 30px;
  border: 1px solid #1e1f22;
  border-radius: 7px;
  background: #2b2d31;
  color: #b5bac1;
  font-size: 1rem;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.15s ease, transform 0.15s ease, color 0.15s ease;
}
.discord-message:hover .discord-message-open,
.discord-message-open:focus-visible {
  opacity: 1;
  transform: translateY(0);
}
.discord-message-open:hover {
  color: #ffffff;
}
.discord-markdown {
  color: #dbdee1;
  font-size: 1rem;
  line-height: 1.375rem;
  overflow-wrap: anywhere;
}
.discord-message-content {
  margin-top: 2px;
  max-width: 880px;
}
.discord-markdown p,
.discord-markdown h2,
.discord-markdown h3,
.discord-markdown h4,
.discord-markdown ul,
.discord-markdown ol,
.discord-markdown blockquote,
.discord-markdown pre {
  margin: 0;
}
.discord-markdown strong {
  color: #f2f3f5;
  font-weight: 700;
}
.discord-markdown-gap {
  height: 0.75rem;
}
.discord-heading {
  color: #f2f3f5;
  line-height: 1.25;
  font-weight: 700;
}
.discord-heading-1 {
  font-size: 1.5rem;
}
.discord-heading-2 {
  font-size: 1.25rem;
}
.discord-heading-3 {
  font-size: 1rem;
}
.discord-heading-bullet {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: #f2f3f5;
  font-size: 1rem;
  line-height: 1.4;
}
.discord-heading-bullet + .discord-heading-bullet {
  margin-top: 0.72rem;
}
.discord-heading-bullet-dot {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.discord-list {
  padding-left: 1.6rem;
}
.discord-list li {
  padding-left: 0.15rem;
}
.discord-list li + li {
  margin-top: 0.24rem;
}
.discord-blockquote {
  padding-left: 12px;
  border-left: 4px solid #4e5058;
  color: #dbdee1;
}
.discord-inline-code {
  padding: 0.1em 0.28em;
  border-radius: 3px;
  background: #1e1f22;
  color: #dbdee1;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", monospace;
  font-size: 0.875em;
}
.discord-code-block {
  padding: 10px;
  overflow-x: auto;
  border: 1px solid #1e1f22;
  border-radius: 4px;
  background: #2b2d31;
  color: #dbdee1;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", monospace;
  font-size: 0.875rem;
  white-space: pre-wrap;
}
.discord-inline-link,
.discord-markdown a {
  color: #00a8fc;
  text-decoration: none;
}
.discord-inline-link:hover,
.discord-markdown a:hover {
  text-decoration: underline;
}
.discord-mention {
  display: inline;
  padding: 0 2px;
  border-radius: 3px;
  background: rgba(88, 101, 242, 0.3);
  color: #c9cdfb;
  font-weight: 500;
}
.discord-mention:hover {
  background: #5865f2;
  color: #ffffff;
}
.discord-embeds {
  display: grid;
  gap: 4px;
  margin-top: 4px;
}
.discord-embed {
  --discord-embed-accent: #57f287;
  position: relative;
  width: min(620px, 100%);
  overflow: hidden;
  border-left: 4px solid var(--discord-embed-accent);
  border-radius: 4px;
  background: #2b2d31;
  color: #dbdee1;
}
.discord-embed-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 12px 16px 16px 12px;
}
.discord-embed-main {
  min-width: 0;
}
.discord-embed-author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #f2f3f5;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
}
.discord-embed-author a {
  color: inherit;
}
.discord-embed-author-icon,
.discord-embed-footer-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}
.discord-embed-title {
  margin-bottom: 8px;
  color: #f2f3f5;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 600;
}
.discord-embed-title a {
  color: #00a8fc;
}
.discord-embed-description {
  color: #dbdee1;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.discord-embed-description .discord-heading-1 {
  font-size: 1.45rem;
  line-height: 1.25;
}
.discord-embed-description .discord-heading-2 {
  font-size: 1.15rem;
}
.discord-embed-description .discord-heading-3 {
  font-size: 0.95rem;
}
.discord-embed-description .discord-heading-bullet {
  font-size: 0.95rem;
  line-height: 1.45;
}
.discord-embed-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}
.discord-embed-field {
  grid-column: 1 / -1;
  min-width: 0;
}
.discord-embed-field.is-inline {
  grid-column: span 1;
}
.discord-embed-field-name,
.discord-embed-field-value {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.discord-embed-field-name {
  color: #f2f3f5;
  font-weight: 600;
}
.discord-embed-field-value {
  margin-top: 2px;
}
.discord-embed-thumbnail {
  width: 80px;
  max-height: 80px;
  border-radius: 4px;
  object-fit: cover;
}
.discord-embed-image {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  background: #1e1f22;
}
.discord-embed-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #b5bac1;
  font-size: 0.75rem;
  line-height: 1rem;
}
.discord-embed-footer-icon {
  width: 20px;
  height: 20px;
}
.discord-attachments {
  display: grid;
  gap: 8px;
  width: min(620px, 100%);
  margin-top: 4px;
}
.discord-attachment-image {
  display: block;
  overflow: hidden;
  width: fit-content;
  max-width: 100%;
  border-radius: 8px;
  background: #1e1f22;
}
.discord-attachment-image img {
  display: block;
  max-width: 100%;
  max-height: 560px;
  object-fit: contain;
}
.discord-file {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(430px, 100%);
  min-height: 64px;
  padding: 10px 12px;
  border: 1px solid #1e1f22;
  border-radius: 4px;
  background: #2b2d31;
  color: #00a8fc;
}
.discord-file-icon {
  font-size: 1.8rem;
}
.discord-file-details {
  display: grid;
  gap: 2px;
}
.discord-file-details small {
  color: #b5bac1;
}
.discord-reactions {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 6px;
}
.discord-reaction {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 44px;
  min-height: 32px;
  padding: 3px 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #2b2d31;
  color: #b5bac1;
  font-size: 0.875rem;
  font-weight: 600;
}
.discord-reaction-emoji {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.discord-reaction-unicode {
  font-size: 1.15rem;
  line-height: 1;
}
.discord-reaction-count {
  min-width: 8px;
  text-align: center;
}
.updates-placeholder,
.updates-empty {
  padding: 34px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}
.updates-empty h3 {
  margin-bottom: 8px;
}
.updates-placeholder-line {
  height: 14px;
  width: 70%;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0.05), rgba(255,255,255,0.14), rgba(255,255,255,0.05));
  background-size: 200% 100%;
  animation: updates-loading 1.3s linear infinite;
}
.updates-placeholder-line.wide {
  width: 42%;
  height: 20px;
  margin-top: 0;
}
.updates-placeholder-line.short {
  width: 54%;
}
@keyframes updates-loading {
  to { background-position: -200% 0; }
}

@media (max-width: 900px) {
  .updates-toolbar {
    align-items: start;
    flex-direction: column;
  }
  .discord-embed-fields {
    grid-template-columns: 1fr;
  }
  .discord-embed-field.is-inline {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .updates-sync {
    width: 100%;
    white-space: normal;
  }
  .discord-message {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 12px;
  }
  .discord-message-avatar {
    width: 34px;
    height: 34px;
  }
  .discord-message-header {
    padding-right: 0;
  }
  .discord-message-open {
    position: static;
    width: 25px;
    height: 23px;
    margin-left: auto;
    opacity: 1;
    transform: none;
  }
  .discord-message-time {
    flex-basis: auto;
  }
  .discord-embed-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .discord-embed-thumbnail {
    grid-row: 1;
    width: 64px;
    height: 64px;
  }
}

/* Uppdateringar v1.4.1 – förenklad textvy */
.update-note {
  max-width: 980px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 4px solid var(--green);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(26, 43, 31, 0.96), rgba(13, 25, 17, 0.96));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}
.update-note + .update-note {
  margin-top: 22px;
}
.update-note-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.update-note-title {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.2;
}
.update-note-time {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}
.update-note-content {
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.7;
}
.update-note-content .discord-heading-1,
.update-note-content .discord-heading-2,
.update-note-content .discord-heading-3 {
  margin-top: 1.4em;
  margin-bottom: 0.7em;
  color: var(--text);
}
.update-note-content .discord-heading-1:first-child,
.update-note-content .discord-heading-2:first-child,
.update-note-content .discord-heading-3:first-child {
  margin-top: 0;
}
.update-note-content .discord-heading-bullet {
  font-size: 1rem;
  line-height: 1.65;
}
.update-note-fields {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}
.update-note-field {
  padding: 16px 18px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.055);
}
.update-note-field-name {
  margin-bottom: 6px;
  font-weight: 900;
}
.update-note-field-value {
  color: var(--muted);
}
@media (max-width: 680px) {
  .update-note-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .update-note-time {
    white-space: normal;
  }
}

/* Uppdateringar v1.4.2 – ta bort ytterram och tom Discord-rad */
.updates-page .updates-feed {
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.updates-page .update-note-fields {
    display: none !important;
}

/* Webbplats 2.0 */
.hidden { display: none !important; }
body { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.nav-links { gap: 12px; font-size: .86rem; }
.nav-links > a:not(.nav-cta):not(.nav-account) { padding: 9px 4px; }
.nav-account { padding: 10px 14px; border: 1px solid rgba(86,242,138,.24); border-radius: 999px; color: #caffd4; background: rgba(86,242,138,.07); }
.nav-cta { padding: 10px 15px; }
.hero { grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); }
.hero h1 { font-size: clamp(4.2rem, 8.3vw, 8.8rem); }
.hero-actions.compact { gap: 10px; }
.hero-actions.compact .btn, .hero-actions.compact .copy-btn { flex: 1 1 180px; }
.live-command-card { padding: clamp(24px, 3vw, 36px); }
.server-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 8px 0 22px; }
.server-card-grid > div { min-height: 102px; padding: 17px; border: 1px solid var(--border); border-radius: 16px; background: rgba(0,0,0,.18); }
.server-card-grid span, .server-card-grid small { display: block; color: var(--muted); font-size: .78rem; }
.server-card-grid strong { display: block; margin: 7px 0 3px; font-size: 1rem; line-height: 1.35; }
.maintenance-notice { margin: 0 0 18px; padding: 13px 15px; border: 1px solid rgba(242,211,107,.35); border-radius: 14px; color: #fff1b5; background: rgba(242,211,107,.08); }
.copy-btn { min-height: 50px; padding: 0 18px; border: 1px solid var(--border); border-radius: 999px; color: var(--text); background: rgba(255,255,255,.07); font-weight: 850; cursor: pointer; }
.copy-btn:hover { background: rgba(255,255,255,.11); }
.status-ribbon-section { padding-top: 0; padding-bottom: 44px; }
.status-ribbon { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); overflow: hidden; border: 1px solid var(--border); border-radius: 24px; background: rgba(7,17,11,.78); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.status-ribbon > div, .status-ribbon > a { min-height: 144px; padding: 24px; border-right: 1px solid var(--border); }
.status-ribbon > :last-child { border-right: 0; }
.status-ribbon > a { display: block; transition: background .2s ease; }
.status-ribbon > a:hover { background: rgba(86,242,138,.06); }
.status-ribbon strong { display: block; margin: 16px 0 5px; font-size: 1rem; }
.status-ribbon p { font-size: .82rem; line-height: 1.55; }
.status-dot { display: inline-block; width: 13px; height: 13px; border-radius: 50%; background: var(--green); box-shadow: 0 0 22px rgba(86,242,138,.65); }
.status-index { color: var(--green); font-size: .75rem; font-weight: 950; letter-spacing: .15em; }
.split-intro { display: grid; grid-template-columns: minmax(0,.9fr) minmax(320px,1.1fr); gap: clamp(40px,8vw,130px); align-items: end; }
.split-intro .section-header { margin: 0; }
.intro-copy { max-width: 720px; }
.intro-copy > p { font-size: clamp(1.2rem,2vw,1.6rem); color: #d2e4d6; }
.text-link { display: inline-flex; gap: 12px; margin-top: 24px; color: var(--green); font-weight: 900; }
.recruitment-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.recruit-card { display: grid; grid-template-columns: 58px minmax(0,1fr) auto; align-items: center; gap: 18px; padding: 20px; border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,.055); }
.recruit-code, .role-symbol { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(86,242,138,.28); border-radius: 15px; color: var(--green); background: rgba(86,242,138,.08); font-size: .72rem; font-weight: 950; letter-spacing: .08em; }
.recruit-card h3 { margin: 0 0 5px; font-size: 1.05rem; }
.recruit-card p { font-size: .84rem; line-height: 1.45; }
.recruit-state { padding: 7px 10px; border-radius: 999px; font-size: .7rem; font-weight: 900; white-space: nowrap; }
.recruit-state.ingame { color: #d6eaff; background: rgba(77,150,255,.12); }
.recruit-state.discord { color: #e0d7ff; background: rgba(121,98,255,.14); }
.section-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.events-section, .event-preview-section { padding-top: 60px; }
.events-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.events-toolbar h2 { font-size: clamp(2.5rem,5vw,5.5rem); }
.events-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.event-card { overflow: hidden; border: 1px solid var(--border); border-radius: 22px; background: linear-gradient(145deg, rgba(23,40,28,.96), rgba(10,21,13,.96)); box-shadow: var(--shadow); }
.event-card-media { display: block; aspect-ratio: 4/5; overflow: hidden; background: #0a130c; }
.event-card-image { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.event-card:hover .event-card-image { transform: scale(1.025); }
.event-card-fallback { aspect-ratio: 4/3; display: grid; place-content: center; text-align: center; background: radial-gradient(circle, rgba(86,242,138,.15), transparent 52%), #0a150d; }
.event-card-fallback span { color: var(--green); font-size: 2rem; font-weight: 950; }
.event-card-fallback strong { color: var(--muted); }
.event-card-body { padding: 20px; }
.event-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 13px; color: var(--muted); font-size: .72rem; }
.event-card h3 { margin: 0 0 10px; font-size: 1.35rem; }
.event-card-description { max-height: 130px; overflow: hidden; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.event-card-link { display: inline-flex; margin-top: 17px; color: var(--green); font-size: .82rem; font-weight: 900; }
.events-empty { grid-column: 1/-1; padding: 48px; text-align: center; border: 1px dashed var(--border); border-radius: 22px; }
.events-empty h3 { margin-bottom: 6px; }
.company-teaser { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 40px clamp(20px,5vw,70px) 120px; padding: clamp(30px,5vw,58px); border: 1px solid rgba(86,242,138,.22); border-radius: 28px; background: linear-gradient(135deg, rgba(86,242,138,.1), rgba(255,255,255,.04)); }
.company-teaser h2 { margin-bottom: 18px; max-width: 850px; }
.company-teaser p { max-width: 800px; }
.coming-badge { flex: 0 0 auto; padding: 10px 14px; border: 1px solid rgba(86,242,138,.3); border-radius: 999px; color: var(--green); background: rgba(86,242,138,.08); font-size: .78rem; font-weight: 900; }
.card-index { display: inline-flex; margin-bottom: 36px; color: var(--green); font-size: .75rem; font-weight: 950; letter-spacing: .18em; }
.modern-jobs-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.modern-jobs-grid .job-card { min-height: 285px; display: flex; flex-direction: column; }
.modern-jobs-grid .job-card > small { margin-top: auto; }
.onboarding-steps { display: grid; gap: 12px; list-style: none; }
.onboarding-steps li { display: grid; grid-template-columns: 90px minmax(0,1fr); gap: 24px; padding: 30px; border: 1px solid var(--border); border-radius: 22px; background: rgba(255,255,255,.055); }
.onboarding-steps > li > span { color: var(--green); font-size: 2rem; font-weight: 950; letter-spacing: -.05em; }
.onboarding-steps h3 { font-size: 1.5rem; }
.principles-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.principles-grid article { padding: 28px; border: 1px solid var(--border); border-radius: 22px; background: var(--card); box-shadow: var(--shadow); }
.final-cta { margin: 20px clamp(20px,5vw,70px) 100px; padding: clamp(34px,6vw,76px); border: 1px solid var(--border); border-radius: 30px; background: radial-gradient(circle at 80% 20%, rgba(86,242,138,.14), transparent 35%), rgba(12,29,18,.86); }
.final-cta h2 { margin-bottom: 18px; }
.expanded-steps { grid-template-columns: repeat(4,minmax(0,1fr)); }
.join-status-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin: 20px clamp(20px,5vw,70px) 80px; padding: clamp(30px,5vw,58px); border: 1px solid var(--border); border-radius: 28px; background: var(--card); }
.join-status-panel h2 { margin-bottom: 18px; }
.join-panel-actions { display: grid; flex: 0 0 260px; gap: 10px; }
.legal-content { max-width: 980px; display: grid; gap: 14px; padding-top: 40px; }
.legal-content article { padding: 28px; border: 1px solid var(--border); border-radius: 20px; background: var(--card); }
.legal-content h2 { margin-bottom: 15px; font-size: clamp(1.8rem,4vw,3rem); }
.extended-footer { display: grid; grid-template-columns: minmax(260px,1.4fr) repeat(3,minmax(120px,.55fr)); gap: 32px; align-items: start; padding: 60px clamp(20px,5vw,70px) 28px; text-align: left; }
.extended-footer > div { display: grid; align-content: start; gap: 10px; }
.extended-footer > div > strong { color: var(--text); }
.extended-footer > div > a:not(.brand) { color: var(--muted); font-size: .88rem; }
.extended-footer > div > a:hover { color: var(--green); }
.footer-brand { margin-bottom: 8px; }
.extended-footer > div:first-child > p { max-width: 400px; font-size: .85rem; }
.footer-legal { grid-column: 1/-1; padding-top: 24px; border-top: 1px solid var(--border); font-size: .78rem; }
.footer a { color: var(--green); }
.clean-updates-feed { display: grid; gap: 18px; }
.clean-updates-feed .update-note + .update-note { margin-top: 0; }

@media (max-width: 1180px) {
  .nav-links { gap: 7px; font-size: .78rem; }
  .nav-account, .nav-cta { padding: 9px 11px; }
  .events-grid, .modern-jobs-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .expanded-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 980px) {
  .status-ribbon { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .status-ribbon > :nth-child(2) { border-right: 0; }
  .status-ribbon > :nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .split-intro { grid-template-columns: 1fr; }
  .recruitment-grid { grid-template-columns: 1fr; }
  .principles-grid { grid-template-columns: 1fr; }
  .extended-footer { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .extended-footer > div:first-child { grid-column: 1/-1; }
}
@media (max-width: 760px) {
  .hero h1 { font-size: clamp(3.5rem,16vw,6rem); }
  .server-card-grid { grid-template-columns: 1fr; }
  .events-grid, .modern-jobs-grid { grid-template-columns: 1fr; }
  .company-teaser, .join-status-panel { align-items: flex-start; flex-direction: column; }
  .join-panel-actions { width: 100%; flex-basis: auto; }
  .onboarding-steps li { grid-template-columns: 1fr; }
  .expanded-steps { grid-template-columns: 1fr; }
  .events-toolbar { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .status-ribbon { grid-template-columns: 1fr; }
  .status-ribbon > div, .status-ribbon > a { border-right: 0; border-bottom: 1px solid var(--border); }
  .status-ribbon > :last-child { border-bottom: 0; }
  .recruit-card { grid-template-columns: 52px minmax(0,1fr); }
  .recruit-state { grid-column: 2; justify-self: start; }
  .extended-footer { grid-template-columns: 1fr 1fr; }
}

/* Livestreamruta 2.1.0 */
.live-streams-section { padding-top: 0; padding-bottom: 28px; }
.live-streams-panel {
  border: 1px solid rgba(255, 77, 101, .28);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 43, 76, .10), rgba(11, 24, 15, .94) 42%);
  box-shadow: var(--shadow);
  padding: 20px;
}
.live-streams-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}
.live-streams-heading h2 { margin: 2px 0 0; font-size: clamp(1.2rem, 2vw, 1.7rem); }
.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 40, 72, .16);
  border: 1px solid rgba(255, 74, 101, .42);
  color: #ff9cac;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
}
.live-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff3557;
  box-shadow: 0 0 0 6px rgba(255, 53, 87, .12);
  animation: livePulse 1.6s infinite;
}
@keyframes livePulse { 50% { transform: scale(.82); opacity: .65; } }
.live-streams-feed {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 14px;
}
.live-stream-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(120px, 34%) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(0, 0, 0, .24);
}
.live-stream-media {
  position: relative;
  min-height: 150px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 35%, rgba(86, 242, 138, .20), rgba(0, 0, 0, .35));
}
.live-stream-media > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.live-stream-fallback { width: 100%; height: 100%; min-height: 150px; display: grid; place-items: center; font-size: 2rem; font-weight: 950; color: var(--green); }
.stream-platform {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 5px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(0, 0, 0, .78);
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
}
.stream-platform.twitch { background: #6741b7; }
.stream-platform.youtube { background: #d6002c; }
.stream-platform.tiktok { background: #121212; box-shadow: inset 3px 0 #25f4ee, inset -3px 0 #fe2c55; }
.live-stream-body { min-width: 0; display: flex; flex-direction: column; gap: 9px; padding: 14px; }
.live-stream-identity { display: flex; align-items: center; gap: 9px; min-width: 0; }
.live-stream-identity img { width: 36px; height: 36px; object-fit: cover; border-radius: 50%; border: 1px solid var(--border); }
.live-stream-identity div { min-width: 0; display: flex; flex-direction: column; }
.live-stream-identity strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.live-stream-identity span { color: var(--muted); font-size: .78rem; }
.live-stream-body h3 { margin: 0; font-size: 1rem; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.live-stream-category { margin: 0; color: var(--muted); font-size: .8rem; }
.live-watch-button { align-self: flex-start; margin-top: auto; padding: 9px 12px; font-size: .8rem; }
@media (max-width: 640px) {
  .live-streams-heading { align-items: flex-start; }
  .live-stream-card { grid-template-columns: 1fr; }
  .live-stream-media { min-height: 180px; }
}

/* Livestreamruta 2.2.0 */
.live-streams-section {
  position: relative;
  padding-top: 10px;
  padding-bottom: 34px;
}
.live-streams-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 64, 96, .34);
  border-radius: 26px;
  background:
    radial-gradient(circle at 8% -15%, rgba(255, 53, 87, .22), transparent 38%),
    radial-gradient(circle at 92% 120%, rgba(86, 242, 138, .11), transparent 42%),
    linear-gradient(145deg, rgba(15, 18, 17, .98), rgba(6, 12, 8, .96));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34), inset 0 1px rgba(255,255,255,.04);
  padding: clamp(18px, 3vw, 28px);
}
.live-streams-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.025), transparent 68%);
}
.live-streams-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.live-streams-heading h2 {
  margin: 3px 0 5px;
  max-width: 760px;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}
.live-streams-meta {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}
.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 40, 72, .15);
  border: 1px solid rgba(255, 74, 101, .45);
  color: #ffb0bd;
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .08em;
  box-shadow: 0 0 28px rgba(255, 53, 87, .10);
}
.live-badge span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff3557;
  box-shadow: 0 0 0 6px rgba(255, 53, 87, .12);
  animation: livePulseV22 1.7s ease-in-out infinite;
}
@keyframes livePulseV22 {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(.72); opacity: .55; }
}
.live-streams-feed {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.live-stream-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(180px, 42%) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px;
  background: rgba(0, 0, 0, .30);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .22);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.live-stream-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 85, 110, .34);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .32);
}
.live-stream-card.featured.single {
  grid-column: 1 / -1;
  grid-template-columns: minmax(300px, 55%) minmax(0, 1fr);
  min-height: 300px;
}
.live-stream-media {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  display: block;
  background: radial-gradient(circle at 50% 35%, rgba(86, 242, 138, .20), rgba(0, 0, 0, .45));
  text-decoration: none;
}
.live-stream-card.featured.single .live-stream-media { min-height: 300px; }
.live-stream-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease, filter .35s ease;
}
.live-stream-card:hover .live-stream-media > img { transform: scale(1.025); filter: saturate(1.06); }
.live-stream-media::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.62));
}
.live-stream-fallback {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: grid;
  place-items: center;
  font-size: clamp(2.4rem, 8vw, 5rem);
  font-weight: 950;
  color: var(--green);
  letter-spacing: -.08em;
}
.stream-platform,
.stream-live-overlay {
  position: absolute;
  z-index: 2;
  top: 12px;
  padding: 6px 9px;
  border-radius: 9px;
  color: #fff;
  background: rgba(0, 0, 0, .82);
  border: 1px solid rgba(255,255,255,.13);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.stream-platform { left: 12px; }
.stream-live-overlay { right: 12px; background: rgba(223, 27, 61, .91); }
.stream-platform.twitch { background: rgba(103, 65, 183, .92); }
.stream-platform.youtube { background: rgba(214, 0, 44, .92); }
.stream-platform.tiktok { background: rgba(18,18,18,.92); box-shadow: inset 3px 0 #25f4ee, inset -3px 0 #fe2c55; }
.live-stream-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(16px, 2.2vw, 24px);
}
.live-stream-identity {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.live-stream-identity img,
.live-stream-avatar-fallback {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(86, 242, 138, .12);
}
.live-stream-avatar-fallback {
  display: grid;
  place-items: center;
  color: var(--green);
  font-size: .78rem;
  font-weight: 950;
}
.live-stream-name-block {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.live-stream-name-block strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .98rem;
}
.live-stream-name-block span { color: var(--muted); font-size: .77rem; }
.live-stream-body h3 {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.live-stream-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}
.live-stream-details span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.08);
  color: var(--muted);
  font-size: .72rem;
}
.live-stream-details .live-viewers { color: #ffb0bd; border-color: rgba(255, 53, 87, .20); }
.live-stream-details .live-match-type { color: var(--green); border-color: rgba(86, 242, 138, .18); }
.live-watch-button {
  align-self: flex-start;
  margin-top: auto;
  min-width: 170px;
  justify-content: center;
  padding: 10px 14px;
  font-size: .82rem;
}
@media (max-width: 1040px) {
  .live-streams-feed { grid-template-columns: 1fr; }
  .live-stream-card,
  .live-stream-card.featured.single { grid-column: auto; grid-template-columns: minmax(220px, 42%) minmax(0, 1fr); min-height: 0; }
  .live-stream-card.featured.single .live-stream-media { min-height: 210px; }
}
@media (max-width: 680px) {
  .live-streams-heading { align-items: flex-start; }
  .live-stream-card,
  .live-stream-card.featured.single { grid-template-columns: 1fr; }
  .live-stream-media,
  .live-stream-card.featured.single .live-stream-media { min-height: 210px; aspect-ratio: 16 / 9; }
  .live-watch-button { width: 100%; }
}
@media (max-width: 470px) {
  .live-streams-heading { flex-direction: column; }
  .live-streams-panel { border-radius: 20px; }
  .live-stream-media,
  .live-stream-card.featured.single .live-stream-media { min-height: 180px; }
}
@media (prefers-reduced-motion: reduce) {
  .live-badge span { animation: none; }
  .live-stream-card,
  .live-stream-media > img { transition: none; }
}

/* Publik Discord-röstaktivitet 2.5.0 */
.voice-activity-section {
  position: relative;
  padding-top: 8px;
  padding-bottom: 34px;
}
.voice-activity-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(86, 242, 138, .22);
  border-radius: 26px;
  background:
    radial-gradient(circle at 5% -25%, rgba(86, 242, 138, .16), transparent 40%),
    radial-gradient(circle at 96% 120%, rgba(81, 137, 255, .12), transparent 42%),
    linear-gradient(145deg, rgba(10, 18, 14, .98), rgba(5, 10, 8, .97));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .30), inset 0 1px rgba(255,255,255,.035);
}
.voice-activity-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 28%, rgba(255,255,255,.025), transparent 70%);
}
.voice-activity-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}
.voice-activity-heading h2 {
  margin: 3px 0 5px;
  max-width: 760px;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}
.voice-activity-meta {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}
.voice-activity-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}
.voice-activity-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(86, 242, 138, .10);
  border: 1px solid rgba(86, 242, 138, .30);
  color: #b8ffca;
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .04em;
}
.voice-activity-badge > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(86, 242, 138, .10), 0 0 18px rgba(86, 242, 138, .45);
}
.voice-join-button {
  min-height: 38px;
  padding: 9px 13px;
  font-size: .78rem;
}
.voice-channel-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.voice-channel-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: rgba(0, 0, 0, .25);
  box-shadow: 0 12px 32px rgba(0,0,0,.17);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.voice-channel-card:hover {
  transform: translateY(-2px);
  border-color: rgba(86, 242, 138, .24);
  background: rgba(4, 16, 10, .44);
}
.voice-channel-card-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  margin-bottom: 13px;
}
.voice-channel-icon {
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  border: 1px solid rgba(86, 242, 138, .20);
  background: rgba(86, 242, 138, .09);
  color: var(--green);
  font-size: 1.45rem;
  font-weight: 950;
  transform: rotate(18deg);
}
.voice-channel-name { min-width: 0; }
.voice-channel-name h3 {
  margin: 0 0 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .96rem;
}
.voice-channel-name span {
  color: var(--muted);
  font-size: .76rem;
}
.voice-member-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
  padding: 0;
}
.voice-member {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 11px;
  background: rgba(255,255,255,.035);
}
.voice-member img,
.voice-member-avatar {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(86, 242, 138, .11);
  color: var(--green);
  font-size: .62rem;
  font-weight: 950;
}
.voice-member-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .81rem;
  color: rgba(255,255,255,.88);
}
.voice-member-more .voice-member-avatar {
  border-radius: 10px;
  color: #dbeafe;
  background: rgba(81, 137, 255, .11);
}
.voice-members-hidden,
.voice-privacy-note {
  color: var(--muted);
  font-size: .76rem;
}
.voice-members-hidden { margin: 0; }
.voice-privacy-note {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  text-align: right;
  opacity: .78;
}
@media (max-width: 1040px) {
  .voice-channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .voice-activity-heading { align-items: flex-start; flex-direction: column; }
  .voice-activity-actions { width: 100%; justify-content: flex-start; }
  .voice-channel-grid { grid-template-columns: 1fr; }
  .voice-privacy-note { text-align: left; }
}
@media (max-width: 470px) {
  .voice-activity-panel { border-radius: 20px; }
  .voice-activity-actions { align-items: stretch; flex-direction: column; }
  .voice-activity-badge, .voice-join-button { justify-content: center; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .voice-channel-card { transition: none; }
}
