/*
 * MakeYourKingdom – Stylesheet
 * Strukturiert und konsolidiert, ohne beabsichtigte Designänderungen.
 * Identische Selektoren wurden zusammengeführt; die CSS-Kaskade der
 * aktuellen Website bleibt erhalten.
 */

/* ==========================================================================
   01 · BASIS & GEMEINSAME STILE
   ========================================================================== */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #08090a;
}

body {
  margin: 0;
  background: #08090a;
  color: #f3efe6;
  font-family: Arial,Helvetica,sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.eyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 3px;
  color: #e9b431;
}

.server-section h1,.content h2 {
  font-family: Georgia,serif;
  font-size: 46px;
  margin: 10px 0;
}

.server-section em,.content em {
  font-style: normal;
  color: #e9b431;
}

.content {
  min-height: 320px;
  text-align: center;
  padding: 100px 20px;
  background: #0b0c0d;
  border-top: 1px solid #232427;
}

.content.dark {
  background: #111214;
}

.anchor {
  height: 0;
  scroll-margin-top: 68px;
}

/* ==========================================================================
   02 · NAVIGATION
   ========================================================================== */

.navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 68px;
  display: flex;
  align-items: center;
  padding: 0 3%;
  background: #08090a;
  border-bottom: 2px solid #2b2926;
  box-shadow: 0 4px 18px rgba(0,0,0,.65);
}

.brand {
  font: 900 22px Georgia,serif;
  color: #e8b431;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 54px;
  flex: 0 0 88px;
  text-decoration: none;
  overflow: visible;
}

.navbar nav {
  display: flex;
  justify-content: center;
  flex: 1;
  padding-right: 0;
  gap: clamp(18px,3.2vw,52px);
}

.navbar nav a {
  font-size: 12px;
  font-weight: 800;
  color: #d9d2c5;
  padding: 25px 0 20px;
  border-bottom: 3px solid transparent;
}

.navbar nav a:hover,.navbar nav a.active {
  color: #e9b431;
  border-color: #e9b431;
}

.play-btn {
  background: linear-gradient(#f0c14b,#bb7907);
  color: #171007;
  border: 2px solid #76500c;
  box-shadow: inset 0 0 0 1px #ffe081;
  padding: 12px 18px;
  font-weight: 900;
  font-size: 12px;
}

.brand img {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
  transform: translateY(3px);
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.45));
}

.navbar .brand {
  align-self: center;
  width: 96px;
  flex: 0 0 96px;
  cursor: default;
  pointer-events: none;
  height: 62px;
  background: #08090a;
  overflow: hidden;
}

.navbar .brand img {
  image-rendering: auto;
  margin: 0;
  transform: none;
  mix-blend-mode: normal;
  width: 82px;
  height: 58px;
  object-fit: contain;
  object-position: center center;
  background: #08090a;
  display: block;
}

.navbar .brand, .navbar .brand img {
  border: 0;
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none;
}

.navbar .brand::before, .navbar .brand::after {
  content: none;
  display: none;
}

/* ==========================================================================
   03 · HERO-BEREICH
   ========================================================================== */

.hero {
  line-height: 0;
  position: relative;
  overflow: hidden;
  background: #08090a;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: none;
  background: none;
  opacity: 0;
}

.hero-copy {
  position: absolute;
  line-height: 1.2;
  text-shadow: 0 3px 5px #000;
  z-index: 4;
  left: 1.8%;
  top: 36%;
  transform: translateY(-50%);
  width: clamp(320px, 31vw, 520px);
  max-width: none;
}

.hero-copy h1 {
  font-family: Arial Black,Impact,sans-serif;
  margin: 0 0 10px;
  color: #eee;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-size: clamp(34px, 3.1vw, 60px);
  line-height: .90;
}

.hero-copy h1 em {
  font-style: normal;
  color: #e7ad24;
}

.hero-copy h3 {
  color: #e9b431;
  margin: 0 0 14px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 8px;
  font-size: clamp(13px, 1.15vw, 20px);
}

.hero-copy p {
  color: #ddd7cc;
  margin: 0 0 18px;
  margin-bottom: 16px;
  font-size: clamp(11px, .9vw, 15px);
  line-height: 1.4;
  max-width: 100%;
}

.hero-actions {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: clamp(8px, .8vw, 14px);
}

.ip-button,.discord-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-weight: 900;
  font-size: clamp(11px,.95vw,16px);
  white-space: nowrap;
  cursor: pointer;
  min-height: 48px;
  padding: 0 18px;
}

.ip-button {
  border: 2px solid #7a5108;
  background: linear-gradient(#f4c94e,#c1810b);
  box-shadow: inset 0 0 0 2px #ffdc67,0 4px 0 #342306;
  color: #171006;
}

.discord-button {
  border: 2px solid #5d2876;
  background: linear-gradient(#62347a,#32183f);
  box-shadow: inset 0 0 0 1px #80509b,0 4px 0 #170b1d;
  color: #fff;
}

.hero-copy-status {
  height: 20px;
  color: #70ee9e;
  font-size: 12px;
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 8px;
}

.hero-img {
  filter: none;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
}

.hero::before,.hero::after {
  display: none;
  content: none;
}

.copy-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex: 0 0 24px;
  margin-right: 8px;
  image-rendering: auto;
}

.discord-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex: 0 0 24px;
  margin-right: 9px;
}

.ip-button, .discord-button {
  min-height: clamp(40px, 3vw, 52px);
  padding: 0 clamp(12px, 1vw, 19px);
  font-size: clamp(11px, .85vw, 14px);
}

.copy-icon, .discord-icon {
  width: clamp(18px, 1.4vw, 24px);
  height: clamp(18px, 1.4vw, 24px);
  flex-basis: clamp(18px, 1.4vw, 24px);
}

/* ==========================================================================
   04 · DEIN WEG AUF MAKEYOURKINGDOM
   ========================================================================== */

.kingdom-path {
  position: relative;
  padding: 58px 0 54px;
  background: radial-gradient(circle at 50% 0%,rgba(233,180,49,.075),transparent 34%),
    #0b0c0e;
  border-bottom: 1px solid rgba(233,180,49,.08);
}

.kingdom-path-heading {
  width: min(900px,92%);
  margin: 0 auto 30px;
  text-align: center;
}

.kingdom-path-heading h2 {
  margin: 8px 0 10px;
  color: #f4f0e8;
  font-family: Georgia,serif;
  font-size: clamp(27px,3vw,43px);
  line-height: 1.05;
}

.kingdom-path-heading h2 em {
  color: #e9b431;
  font-style: normal;
}

.kingdom-path-heading p {
  margin: 0;
  color: #918d85;
  font-size: 13px;
}

.kingdom-path-grid {
  width: min(1160px,94%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}

.kingdom-path-card {
  position: relative;
  min-height: 170px;
  padding: 25px 23px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: linear-gradient(145deg,rgba(20,23,29,.98),rgba(12,14,18,.99));
  border: 1px solid #4b4029;
  border-radius: 15px;
  box-shadow: 0 14px 30px rgba(0,0,0,.28),inset 0 0 0 1px rgba(233,180,49,.025);
}

.kingdom-path-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg,transparent,rgba(233,180,49,.45),transparent);
}

.kingdom-step {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #17130a;
  background: linear-gradient(145deg,#ffd45a,#d79b13);
  box-shadow: 0 8px 20px rgba(233,180,49,.15);
  font-size: 18px;
  font-weight: 900;
}

.kingdom-step-content h3 {
  margin: 3px 0 10px;
  color: #f0ece4;
  font-size: 16px;
}

.kingdom-step-content p {
  margin: 0;
  color: #99958d;
  font-size: 12.5px;
  line-height: 1.7;
}

.kingdom-step-content strong {
  color: #e9b431;
}

/* ==========================================================================
   05 · TEAM
   ========================================================================== */

.team-section {
  min-height: 620px;
  overflow: hidden;
}

.team-grid {
  width: min(1100px,92%);
  margin: 42px auto 0;
  display: flex;
  justify-content: center;
}

.team-card {
  width: 300px;
  position: relative;
  background: linear-gradient(180deg,#171719,#0d0e0f);
  border: 1px solid #423a29;
  box-shadow: 0 16px 35px rgba(0,0,0,.45), inset 0 0 0 1px rgba(233,180,49,.05);
}

.skin-stage {
  height: 330px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 68%,rgba(225,161,31,.18),transparent 38%),
    linear-gradient(180deg,#111214,#0a0b0c);
  border-bottom: 1px solid #3a3428;
}

.skin-stage:after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 18px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0,0,0,.55);
  filter: blur(7px);
}

.skin-glow {
  position: absolute;
  width: 210px;
  height: 210px;
  bottom: 45px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(233,180,49,.14),rgba(233,180,49,0) 68%);
}

.team-skin {
  position: relative;
  z-index: 2;
  height: 300px;
  width: auto;
  object-fit: contain;
  image-rendering: pixelated;
  filter: drop-shadow(0 9px 8px rgba(0,0,0,.65));
}

.team-info {
  padding: 22px 20px 25px;
  text-align: center;
}

.team-info .rank {
  display: inline-block;
  padding: 6px 13px;
  background: #c93333;
  border: 1px solid #f06060;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
}

.team-info h3 {
  margin: 13px 0 5px;
  font-family: Georgia,serif;
  font-size: 24px;
  color: #f1ede5;
}

.team-info p {
  margin: 0;
  color: #8e8a82;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.team-list {
  width: min(1140px,94%);
  margin: 42px auto 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.team-member {
  min-height: 180px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 22px 28px;
  text-align: left;
  background: linear-gradient(90deg,#11151d,#101319);
  border: 1px solid #34302a;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,.32), inset 0 0 0 1px rgba(233,180,49,.025);
}

.team-avatar-wrap {
  width: 105px;
  height: 140px;
  flex: 0 0 105px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #4b4029;
  background: #090a0b;
}

.team-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  image-rendering: auto;
}

.team-member-copy {
  flex: 1;
}

.team-member-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

.team-member-head h3 {
  margin: 0;
  color: #e9b431;
  font-family: Georgia,serif;
  font-size: 21px;
}

.admin-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: 5px;
  background: #b82c24;
  border: 1px solid #e34a3f;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .8px;
}

.developer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: 5px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.78);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .8px;
}

.team-member-copy p {
  margin: 0;
  max-width: 900px;
  color: #aaa69e;
  font-size: 14px;
  line-height: 1.75;
}

.owner-member {
  border-color: #5b4821;
  box-shadow: 0 12px 30px rgba(0,0,0,.34), inset 0 0 0 1px rgba(233,180,49,.08);
}

.owner-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: 5px;
  background: linear-gradient(#b52820,#8e1713);
  border: 1px solid #e1483e;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .8px;
}

.owner-avatar {
  object-fit: contain;
  object-position: center;
  background: #0a0b0c;
  image-rendering: pixelated;
}

.exact-skin {
  object-fit: contain;
  object-position: center;
  image-rendering: pixelated;
  padding: 4px;
  background: #090a0b;
}

.team-values {
  width: min(1140px,94%);
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 16px;
}

.team-value-card {
  min-height: 245px;
  padding: 24px 22px;
  text-align: left;
  background: radial-gradient(circle at 18% 0%,rgba(233,180,49,.07),transparent 32%),
    linear-gradient(145deg,#12151b,#0d1014);
  border: 1px solid #4b4029;
  border-radius: 15px;
  box-shadow: 0 14px 30px rgba(0,0,0,.28),inset 0 0 0 1px rgba(233,180,49,.025);
}

.team-value-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #e9b431;
  background: rgba(233,180,49,.10);
  border: 1px solid rgba(233,180,49,.20);
  font-size: 22px;
  line-height: 1;
}

.team-value-card h3 {
  margin: 0 0 12px;
  color: #f3f0e8;
  font-size: 17px;
  line-height: 1.25;
}

.team-value-card p {
  margin: 0;
  color: #96938d;
  font-size: 13px;
  line-height: 1.7;
}

/* ==========================================================================
   06 · REGELN
   ========================================================================== */

.rules-section {
  background: radial-gradient(circle at 50% 0%, rgba(233,180,49,.055), transparent 38%),
    #0b0c0e;
}

.rules-grid {
  width: min(1140px,94%);
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
}

.rule-card {
  padding: 26px 28px;
  text-align: left;
  background: linear-gradient(145deg,#11151d,#0d1015);
  border: 1px solid #4b4029;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,.3), inset 0 0 0 1px rgba(233,180,49,.035);
}

.rule-card h3 {
  margin: 0 0 20px;
  color: #e9b431;
  font-family: Georgia,serif;
  font-size: 20px;
}

.rule-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.rule-card li {
  position: relative;
  padding-left: 22px;
  color: #aaa69e;
  font-size: 13px;
  line-height: 1.65;
}

.rule-card li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: .08em;
  color: #e9b431;
  font-size: 11px;
  text-shadow: 0 0 8px rgba(233,180,49,.28);
}

/* ==========================================================================
   07 · FAQ
   ========================================================================== */

.faq-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 15% 18%,rgba(233,180,49,.07),transparent 26%),
    radial-gradient(circle at 88% 70%,rgba(233,180,49,.045),transparent 28%),
    linear-gradient(180deg,#0b0d10 0%,#0e1014 55%,#0a0c0f 100%);
}

.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom,transparent,black 20%,black 80%,transparent);
}

.faq-section > * {
  position: relative;
  z-index: 1;
}

.faq-intro {
  width: min(720px,92%);
  margin: 14px auto 38px;
  color: #9e9a92;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.faq-layout {
  width: min(1160px,94%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 22px;
  align-items: start;
}

.faq-column {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.faq-category {
  padding: 18px;
  border: 1px solid #4b4029;
  border-radius: 16px;
  background: linear-gradient(145deg,rgba(20,23,29,.97),rgba(12,14,18,.98));
  box-shadow: 0 16px 38px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.02);
}

.faq-category-head {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 15px;
  padding: 2px 3px 14px;
  border-bottom: 1px solid rgba(233,180,49,.16);
}

.faq-category-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(233,180,49,.28);
  border-radius: 50%;
  color: #e9b431;
  background: rgba(233,180,49,.08);
  font-size: 20px;
}

.faq-category-head small {
  display: block;
  margin-bottom: 2px;
  color: #8c7a50;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.7px;
}

.faq-category-head h3 {
  margin: 0;
  color: #f2eee6;
  font-size: 17px;
}

.faq-item {
  overflow: hidden;
  margin-top: 9px;
  border: 1px solid #292d35;
  border-radius: 11px;
  background: #101319;
  transition: border-color .2s ease,background .2s ease,transform .2s ease;
}

.faq-item:hover {
  border-color: #51452c;
  transform: translateY(-1px);
}

.faq-item[open] {
  border-color: #7a6128;
  background: linear-gradient(145deg,#13161c,#0e1116);
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 18px;
  list-style: none;
  cursor: pointer;
  color: #e7e2d9;
  font-size: 13px;
  font-weight: 700;
  user-select: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-toggle {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: rgba(233,180,49,.11);
  color: #e9b431;
  font-size: 19px;
  line-height: 1;
  transition: transform .2s ease,background .2s ease;
}

.faq-item[open] .faq-toggle {
  transform: rotate(45deg);
  background: #e9b431;
  color: #17130a;
}

.faq-answer {
  padding: 0 18px 18px;
}

.faq-answer p {
  margin: 0;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,.055);
  color: #9b978f;
  font-size: 12.5px;
  line-height: 1.7;
}

.faq-answer strong, .faq-answer a {
  color: #e9b431;
  text-decoration: none;
}

.faq-support {
  width: min(1160px,94%);
  margin: 24px auto 0;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid rgba(233,180,49,.34);
  border-radius: 16px;
  background: linear-gradient(90deg,rgba(233,180,49,.08),rgba(18,20,25,.96) 38%,rgba(18,20,25,.96));
}

.faq-support-kicker {
  display: block;
  margin-bottom: 5px;
  color: #e9b431;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.8px;
}

.faq-support h3 {
  margin: 0 0 4px;
  color: #f0ece4;
  font-size: 17px;
}

.faq-support p {
  margin: 0;
  color: #8f8b84;
  font-size: 12px;
}

.faq-discord {
  min-width: 156px;
  height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg,#5940aa,#35206f);
  border: 1px solid #765bd1;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(55,32,111,.25);
}

.faq-discord img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

/* ==========================================================================
   08 · SPENDEN
   ========================================================================== */

.donation-section {
  background: radial-gradient(circle at 50% 0%, rgba(233,180,49,.06), transparent 42%),
    #090a0c;
}

.donation-card {
  width: min(900px,92%);
  margin: 42px auto 0;
  padding: 34px 38px;
  text-align: left;
  background: linear-gradient(145deg,#11151d,#0d1015);
  border: 1px solid #4b4029;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(0,0,0,.34), inset 0 0 0 1px rgba(233,180,49,.04);
}

.donation-card h3 {
  margin: 0 0 18px;
  color: #e9b431;
  font-family: Georgia,serif;
  font-size: 22px;
}

.donation-card p {
  margin: 0 0 18px;
  color: #aaa69e;
  font-size: 14px;
  line-height: 1.8;
}

.donation-card strong {
  color: #d8d2c7;
}

.donation-notice {
  display: flex;
  gap: 14px;
  margin: 24px 0;
  padding: 20px 22px;
  border-left: 3px solid #e9b431;
  background: rgba(233,180,49,.055);
  border-radius: 4px 10px 10px 4px;
}

.donation-symbol {
  color: #e9b431;
  line-height: 1.8;
  text-shadow: 0 0 8px rgba(233,180,49,.28);
}

.donation-notice p {
  margin: 0;
}

.donation-footnote {
  margin-bottom: 0 !important;
  padding-top: 18px;
  border-top: 1px solid rgba(233,180,49,.18);
  font-size: 12px !important;
}

/* ==========================================================================
   09 · FEATURE-BILDLEISTE
   ========================================================================== */

.feature-strip-section {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 24px 0 0;
  overflow: hidden;
  line-height: 0;
  background: #08090a;
  border: 0;
}

.feature-strip-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 0;
  outline: 0;
  box-shadow: none;
}

/* ==========================================================================
   10 · OPTIONALE / ÄLTERE SERVER-KOMPONENTEN
   ========================================================================== */

.server-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 80px 8%;
  background: linear-gradient(90deg,#0d0e10,#16130d,#0d0e10);
  border-top: 1px solid #2e2a20;
  border-bottom: 1px solid #2e2a20;
}

.server-section p {
  color: #aaa59b;
  max-width: 600px;
  line-height: 1.7;
}

.server-box {
  min-width: 360px;
  background: #121315;
  border: 1px solid #3b3936;
  padding: 28px;
}

.server-box small {
  display: block;
  color: #777;
  letter-spacing: 3px;
  font-size: 10px;
}

.server-box strong {
  display: block;
  color: #ffd668;
  font: 800 23px Georgia,serif;
  margin: 10px 0 18px;
}

.server-box button {
  background: #d99b1c;
  border: 1px solid #81560d;
  padding: 12px 20px;
  font-weight: 800;
  cursor: pointer;
}

.server-box span {
  display: block;
  margin-top: 10px;
  color: #58e78e;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  background: #111214;
  border-top: 3px solid #2a2b2e;
  border-bottom: 3px solid #2a2b2e;
}

.feature-strip article {
  padding: 30px 22px;
  border-right: 1px solid #2b2c2f;
  min-height: 190px;
}

.feature-strip article:last-child {
  border-right: 0;
}

.icon {
  font-size: 32px;
  margin-bottom: 18px;
}

.feature-strip h3 {
  font-family: Georgia,serif;
  color: #e9b431;
  font-size: 14px;
  margin: 0 0 10px;
}

.feature-strip p {
  font-size: 12px;
  line-height: 1.6;
  color: #b6b0a6;
}

/* ==========================================================================
   11 · FOOTER
   ========================================================================== */

footer {
  text-align: center;
  padding: 35px;
  background: #070809;
  color: #777;
  font-size: 11px;
}

footer a {
  display: inline-block;
  margin-top: 8px;
  color: #e9b431;
}

/* ==========================================================================
   12 · LIVE-SERVERSTATUS
   ========================================================================== */

.live-status-section {
  padding: 34px 20px;
  background:
    radial-gradient(circle at 15% 0%, rgba(233,180,49,.085), transparent 32%),
    #0a0b0d;
  border-top: 1px solid rgba(233,180,49,.14);
  border-bottom: 1px solid rgba(233,180,49,.14);
}

.live-status-shell {
  width: min(1180px,94%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px,1.05fr) minmax(520px,1.35fr);
  gap: 28px;
  align-items: stretch;
}

.live-status-copy {
  padding: 24px 26px;
  border: 1px solid #4b4029;
  border-radius: 15px;
  background: linear-gradient(145deg,#13161c,#0d1014);
  box-shadow: 0 16px 36px rgba(0,0,0,.3), inset 0 0 0 1px rgba(233,180,49,.025);
}

.live-status-heading-row {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 8px;
}

.live-status-heading-row h2 {
  margin: 0;
  font-family: Georgia,serif;
  font-size: clamp(27px,2.3vw,38px);
  line-height: 1;
}

.live-status-copy > p {
  margin: 12px 0 18px;
  color: #a29d94;
  font-size: 13px;
  line-height: 1.6;
}

.status-dot {
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  border-radius: 50%;
  background: #7e7e7e;
  box-shadow: 0 0 0 5px rgba(126,126,126,.09);
}

.status-dot.is-loading {
  animation: statusPulse 1.2s ease-in-out infinite;
}

.status-dot.is-online {
  background: #55d784;
  box-shadow: 0 0 0 5px rgba(85,215,132,.11), 0 0 14px rgba(85,215,132,.35);
}

.status-dot.is-offline {
  background: #d85a50;
  box-shadow: 0 0 0 5px rgba(216,90,80,.11), 0 0 14px rgba(216,90,80,.25);
}

.status-dot.is-unknown {
  background: #d6a943;
  box-shadow: 0 0 0 5px rgba(214,169,67,.1);
}

.live-address-row {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}

.live-address-row code {
  min-height: 42px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #343840;
  border-radius: 9px;
  color: #f0c75a;
  background: #0a0c10;
  font-family: Consolas,"Courier New",monospace;
  font-size: 13px;
  font-weight: 700;
}

.compact-copy-button,
.status-refresh-button {
  min-height: 42px;
  border-radius: 9px;
  border: 1px solid #6f561f;
  color: #181107;
  background: linear-gradient(#f0c64d,#c68a12);
  font: 900 10px Arial,Helvetica,sans-serif;
  letter-spacing: .7px;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.compact-copy-button {
  padding: 0 14px;
}

.status-refresh-button {
  width: 42px;
  padding: 0;
  font-size: 18px;
}

.compact-copy-button:hover,
.status-refresh-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: 0 8px 18px rgba(233,180,49,.13);
}

.status-refresh-button.is-loading {
  animation: statusSpin .9s linear infinite;
}

.server-stats {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
}

.server-stat {
  min-height: 132px;
  padding: 20px 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: 1px solid #353128;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 0%,rgba(233,180,49,.07),transparent 45%),
    linear-gradient(160deg,#12151a,#0c0e12);
  box-shadow: 0 14px 30px rgba(0,0,0,.25);
}

.server-stat-label {
  margin-bottom: 10px;
  color: #827c71;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.3px;
}

.server-stat strong {
  overflow-wrap: anywhere;
  color: #f1ede4;
  font-family: Georgia,serif;
  font-size: clamp(21px,2vw,31px);
  line-height: 1.05;
}

#statusValue {
  color: #e9b431;
  font-family: Arial,Helvetica,sans-serif;
  font-size: clamp(15px,1.3vw,20px);
  letter-spacing: .7px;
}

@keyframes statusPulse {
  50% { opacity: .42; transform: scale(.78); }
}

@keyframes statusSpin {
  to { transform: rotate(360deg); }
}

/* ==========================================================================
   13 · GAMEPLAY / FEATURES
   ========================================================================== */

.section-intro {
  width: min(760px,92%);
  margin: 14px auto 38px;
  color: #9d988f;
  font-size: 14px;
  line-height: 1.75;
}

.gameplay-section {
  background:
    radial-gradient(circle at 50% 0%,rgba(233,180,49,.065),transparent 36%),
    #0b0c0e;
}

.gameplay-grid {
  width: min(1180px,94%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
}

.gameplay-card {
  min-height: 235px;
  padding: 25px 20px;
  text-align: left;
  border: 1px solid #433a28;
  border-radius: 15px;
  background:
    radial-gradient(circle at 18% 0%,rgba(233,180,49,.08),transparent 34%),
    linear-gradient(150deg,#13161c,#0d1014);
  box-shadow: 0 14px 31px rgba(0,0,0,.28), inset 0 0 0 1px rgba(233,180,49,.025);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.gameplay-card:hover {
  transform: translateY(-5px);
  border-color: #755f2a;
  box-shadow: 0 20px 38px rgba(0,0,0,.36), 0 0 22px rgba(233,180,49,.035);
}

.gameplay-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(233,180,49,.24);
  border-radius: 12px;
  color: #e9b431;
  background: rgba(233,180,49,.085);
  font-size: 21px;
}

.gameplay-card h3 {
  margin: 0 0 12px;
  color: #f0ede6;
  font-size: 16px;
}

.gameplay-card p {
  margin: 0;
  color: #97928a;
  font-size: 12.5px;
  line-height: 1.72;
}

/* ==========================================================================
   14 · UPDATES / CHANGELOG
   ========================================================================== */

.updates-section {
  background:
    linear-gradient(180deg,rgba(233,180,49,.025),transparent 28%),
    #0d0f12;
}

.updates-grid {
  width: min(1120px,94%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}

.update-card {
  position: relative;
  min-height: 260px;
  padding: 27px 25px 24px;
  display: flex;
  flex-direction: column;
  text-align: left;
  overflow: hidden;
  border: 1px solid #3e392f;
  border-radius: 15px;
  background: linear-gradient(150deg,#14171d,#0d1014);
  box-shadow: 0 14px 34px rgba(0,0,0,.28);
}

.update-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,transparent,#e9b431,transparent);
  opacity: .6;
}

.update-tag {
  align-self: flex-start;
  margin-bottom: 17px;
  padding: 5px 8px;
  border: 1px solid rgba(233,180,49,.22);
  border-radius: 5px;
  color: #e9b431;
  background: rgba(233,180,49,.06);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.35px;
}

.update-card h3 {
  margin: 0 0 12px;
  color: #f0ece4;
  font-family: Georgia,serif;
  font-size: 20px;
}

.update-card p {
  margin: 0 0 22px;
  color: #969189;
  font-size: 13px;
  line-height: 1.75;
}

.update-card a {
  margin-top: auto;
  color: #e9b431;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .35px;
}

.update-card a:hover {
  color: #f7cf68;
}

/* ==========================================================================
   15 · GALERIE
   ========================================================================== */

.gallery-section {
  background:
    radial-gradient(circle at 82% 8%,rgba(233,180,49,.06),transparent 27%),
    #090b0d;
}

.gallery-grid {
  width: min(1160px,94%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
}

.gallery-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #4a402d;
  border-radius: 15px;
  background-color: #101216;
  background-image: linear-gradient(to top,rgba(5,7,9,.92),rgba(5,7,9,.05) 58%), url("banner.png");
  background-repeat: no-repeat;
  background-size: 200% auto;
  cursor: pointer;
  box-shadow: 0 16px 38px rgba(0,0,0,.32);
  transition: transform .24s ease, border-color .24s ease, filter .24s ease;
}

.gallery-card:hover {
  transform: translateY(-4px);
  border-color: #7a6128;
  filter: brightness(1.055);
}

.gallery-card::after {
  content: "↗";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: #fff;
  background: rgba(5,7,9,.48);
  backdrop-filter: blur(5px);
  font-size: 14px;
}

.gallery-card span {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  color: #f3efe7;
  font-family: Georgia,serif;
  font-size: 19px;
  font-weight: 700;
  text-align: left;
  text-shadow: 0 2px 8px #000;
}

.gallery-left {
  background-position: left 20%;
}

.gallery-center {
  background-position: center 20%;
}

.gallery-right {
  background-position: right 20%;
}


.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 44px 24px 24px;
  background: rgba(3,4,5,.91);
  backdrop-filter: blur(9px);
}

.lightbox.is-open {
  display: flex;
}

.lightbox-stage {
  width: min(1220px,95vw);
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.lightbox-stage img {
  display: block;
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border: 1px solid #594822;
  border-radius: 12px;
  box-shadow: 0 24px 65px rgba(0,0,0,.62);
}

.lightbox-stage p {
  margin: 0;
  color: #c8c1b5;
  font-size: 13px;
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: 1px solid #5b513e;
  border-radius: 50%;
  color: #fff;
  background: #121418;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

body.lightbox-open {
  overflow: hidden;
}

/* ==========================================================================
   16 · BEWEGUNG & MICRO-INTERACTIONS
   ========================================================================== */

.ip-button,
.discord-button,
.faq-discord {
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.ip-button:hover,
.discord-button:hover,
.faq-discord:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.ip-button.is-copied,
.compact-copy-button.is-copied,
.footer-ip.is-copied {
  filter: brightness(1.12);
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .58s ease, transform .58s ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* ==========================================================================
   17 · PROFESSIONELLER FOOTER
   ========================================================================== */

.site-footer {
  padding: 48px 4% 20px;
  text-align: left;
  background:
    radial-gradient(circle at 10% 0%,rgba(233,180,49,.055),transparent 28%),
    #060708;
  border-top: 1px solid #2b2926;
  color: #8b877f;
  font-size: 12px;
}

.footer-grid {
  width: min(1160px,94%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr .7fr .7fr;
  gap: 48px;
  padding-bottom: 34px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-brand img {
  width: 86px;
  height: 58px;
  object-fit: contain;
}

.footer-brand strong {
  display: block;
  margin-bottom: 6px;
  color: #e8b431;
  font-family: Georgia,serif;
  font-size: 18px;
}

.footer-brand p {
  margin: 0;
  color: #77736c;
  line-height: 1.6;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.footer-column > span {
  margin-bottom: 4px;
  color: #e9b431;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.5px;
}

.footer-column a,
.footer-ip {
  margin: 0;
  padding: 0;
  border: 0;
  color: #aaa59b;
  background: none;
  font: inherit;
  cursor: pointer;
}

.footer-column a:hover,
.footer-ip:hover {
  color: #f0c75a;
}

.footer-bottom {
  width: min(1160px,94%);
  margin: 0 auto;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #1e2023;
}

.footer-bottom p {
  margin: 0;
  color: #66645f;
  font-size: 10px;
  line-height: 1.6;
}

/* ==========================================================================
   18 · RESPONSIVE LAYOUT – OHNE MOBIL-MENÜ
   ========================================================================== */

@media (max-width: 1120px) {
  .gameplay-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }

  .gameplay-card:nth-child(4),
  .gameplay-card:nth-child(5) {
    min-height: 210px;
  }

  .team-values {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 980px) {
  .live-status-shell {
    grid-template-columns: 1fr;
  }

  .server-stats {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }

  .kingdom-path-grid {
    grid-template-columns: 1fr;
  }

  .kingdom-path-card {
    min-height: 0;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }

  .updates-grid {
    grid-template-columns: 1fr;
  }

  .update-card {
    min-height: 0;
  }

  .footer-grid {
    grid-template-columns: 1.3fr .7fr .7fr;
    gap: 28px;
  }
}

@media (max-width: 820px) {
  .navbar {
    height: 64px;
    padding: 0 12px 0 7px;
  }

  .navbar .brand {
    width: 70px;
    flex-basis: 70px;
    height: 58px;
  }

  .navbar .brand img {
    width: 66px;
    height: 52px;
  }

  .navbar nav {
    min-width: 0;
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .navbar nav::-webkit-scrollbar {
    display: none;
  }

  .navbar nav a {
    flex: 0 0 auto;
    padding: 23px 0 18px;
    font-size: 10px;
  }

  .hero-copy {
    left: 2%;
    width: min(36%,330px);
  }

  .hero-copy h1 {
    font-size: clamp(27px,5vw,42px);
  }

  .hero-copy p {
    font-size: 10.5px;
  }

  .hero-actions {
    width: min(250px,100%);
    flex-direction: column;
    align-items: stretch;
  }

  .ip-button,
  .discord-button {
    width: 100%;
  }

  .gameplay-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .rules-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card {
    min-height: 250px;
  }
}

@media (max-width: 700px) {
  .content {
    padding: 76px 16px;
  }

  .content h2,
  .server-section h1 {
    font-size: clamp(30px,8vw,40px);
  }

  .server-stats {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .server-stat {
    min-height: 108px;
  }

  .team-member {
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
  }

  .team-avatar-wrap {
    width: 84px;
    height: 116px;
    flex-basis: 84px;
  }

  .team-member-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .team-member-copy p {
    font-size: 12.5px;
  }

  .faq-support {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-discord {
    width: 100%;
  }

  .donation-card {
    padding: 27px 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 580px) {
  .hero-copy {
    top: 35%;
    width: 44%;
  }

  .hero-copy h1 {
    margin-bottom: 6px;
    font-size: clamp(22px,7vw,34px);
  }

  .hero-copy h3 {
    margin-bottom: 5px;
    font-size: clamp(9px,2.5vw,13px);
  }

  .hero-copy p {
    display: none;
  }

  .hero-actions {
    gap: 6px;
  }

  .ip-button,
  .discord-button {
    min-height: 34px;
    padding: 0 8px;
    font-size: 8.5px;
  }

  .copy-icon,
  .discord-icon {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
    margin-right: 5px;
  }

  .hero-copy-status {
    display: none;
  }

  .live-status-section {
    padding: 26px 12px;
  }

  .live-status-shell {
    width: 100%;
  }

  .live-status-copy {
    padding: 21px 18px;
  }

  .live-address-row code {
    width: 100%;
    justify-content: center;
  }

  .compact-copy-button {
    flex: 1;
  }

  .gameplay-grid {
    grid-template-columns: 1fr;
  }

  .gameplay-card,
  .gameplay-card:nth-child(4),
  .gameplay-card:nth-child(5) {
    min-height: 0;
  }

  .kingdom-path {
    padding: 44px 0 42px;
  }

  .kingdom-path-card {
    padding: 20px 18px;
  }

  .kingdom-step {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    font-size: 16px;
  }

  .team-member {
    flex-direction: column;
  }

  .team-avatar-wrap {
    width: 100px;
    height: 135px;
    flex-basis: 135px;
  }

  .team-values {
    grid-template-columns: 1fr;
  }

  .team-value-card {
    min-height: 0;
  }

  .rule-card {
    padding: 22px 20px;
  }

  .faq-category {
    padding: 13px;
  }

  .faq-item summary {
    padding: 15px;
  }

  .faq-answer {
    padding: 0 15px 15px;
  }

  .gallery-card {
    min-height: 210px;
  }

  .donation-card {
    width: 100%;
    padding: 24px 18px;
  }

  .donation-notice {
    padding: 17px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Kleine Feinkorrekturen nach Browserprüfung */
#statusValue {
  white-space: nowrap;
  font-size: clamp(13px,1.1vw,18px);
}

@media (max-width: 580px) {
  .hero {
    line-height: normal;
  }

  .hero-copy {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: none;
    padding: 22px 16px 25px;
    text-align: center;
    background:
      radial-gradient(circle at 50% 0%,rgba(233,180,49,.08),transparent 45%),
      #0b0c0e;
    border-top: 1px solid rgba(233,180,49,.14);
    text-shadow: 0 2px 4px #000;
  }

  .hero-copy h1 {
    margin: 0 0 8px;
    font-size: 29px;
    line-height: .9;
  }

  .hero-copy h3 {
    margin: 0 0 13px;
    font-size: 11px;
  }

  .hero-copy p {
    display: none;
  }

  .hero-actions {
    width: min(330px,100%);
    margin: 0 auto;
  }

  .ip-button,
  .discord-button {
    min-height: 42px;
    font-size: 10px;
  }
}

/* ========================================================================== 
   19 · BEREICHSKARTEN & UNTERSEITEN (v37)
   ========================================================================== */

.portal-card {
  color: inherit;
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.portal-card:hover,
.portal-card:focus-visible {
  transform: translateY(-5px);
  border-color: #755f2a;
  box-shadow: 0 20px 38px rgba(0,0,0,.36), 0 0 22px rgba(233,180,49,.05);
  outline: none;
}

.portal-card-link-label {
  margin-top: auto;
  color: #e9b431;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .35px;
}

.portal-card:hover .portal-card-link-label,
.portal-card:focus-visible .portal-card-link-label {
  color: #f7cf68;
}

.subpage-main {
  min-height: calc(100vh - 68px);
  background: #0b0c0e;
}

.subpage-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 20px 76px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 5%,rgba(233,180,49,.12),transparent 34%),
    linear-gradient(180deg,#0d0f12 0%,#090a0c 100%);
  border-bottom: 1px solid #232427;
}

.subpage-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(760px,70%);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg,transparent,rgba(233,180,49,.55),transparent);
}

.subpage-hero-inner {
  position: relative;
  z-index: 1;
  width: min(940px,94%);
  margin: 0 auto;
}

.subpage-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #9e998f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .5px;
  transition: color .2s ease;
}

.subpage-back:hover,
.subpage-back:focus-visible {
  color: #e9b431;
  outline: none;
}

.subpage-hero h1 {
  margin: 10px 0 16px;
  color: #f3efe6;
  font-family: Georgia,serif;
  font-size: clamp(38px,5.4vw,68px);
  line-height: .98;
}

.subpage-hero h1 em {
  color: #e9b431;
  font-style: normal;
}

.subpage-hero p {
  width: min(720px,100%);
  margin: 0 auto;
  color: #a29d94;
  font-size: 14px;
  line-height: 1.8;
}

.portal-subnav {
  width: min(940px,94%);
  margin: 28px auto 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.portal-subnav a {
  padding: 10px 14px;
  border: 1px solid #3b352a;
  border-radius: 7px;
  color: #a9a49b;
  background: rgba(255,255,255,.015);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .65px;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.portal-subnav a:hover,
.portal-subnav a:focus-visible,
.portal-subnav a.active {
  color: #e9b431;
  border-color: #7b6228;
  background: rgba(233,180,49,.07);
  outline: none;
}

.subpage-content {
  padding: 76px 20px 100px;
  background:
    linear-gradient(180deg,rgba(233,180,49,.018),transparent 24%),
    #0b0c0e;
}

.subpage-shell {
  width: min(1120px,94%);
  margin: 0 auto;
}

.subpage-section-heading {
  margin-bottom: 30px;
  text-align: left;
}

.subpage-section-heading h2 {
  margin: 8px 0 10px;
  color: #f2eee6;
  font-family: Georgia,serif;
  font-size: clamp(27px,3.5vw,42px);
}

.subpage-section-heading h2 em {
  color: #e9b431;
  font-style: normal;
}

.subpage-section-heading p {
  max-width: 720px;
  margin: 0;
  color: #918d85;
  font-size: 13px;
  line-height: 1.75;
}

.empty-state-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid #403a2e;
  border-radius: 16px;
  background:
    radial-gradient(circle at 8% 0%,rgba(233,180,49,.09),transparent 30%),
    linear-gradient(145deg,#14171c,#0d1014);
  box-shadow: 0 18px 38px rgba(0,0,0,.3);
}

.empty-state-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,transparent,#e9b431,transparent);
  opacity: .65;
}

.empty-state-label {
  display: inline-block;
  margin-bottom: 15px;
  padding: 6px 9px;
  border: 1px solid rgba(233,180,49,.22);
  border-radius: 5px;
  color: #e9b431;
  background: rgba(233,180,49,.055);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.35px;
}

.empty-state-card h3 {
  margin: 0 0 12px;
  color: #f0ede6;
  font-family: Georgia,serif;
  font-size: clamp(23px,2.5vw,31px);
}

.empty-state-card p {
  max-width: 760px;
  margin: 0;
  color: #9a958d;
  font-size: 13px;
  line-height: 1.8;
}

.subpage-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.subpage-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #735a1d;
  border-radius: 7px;
  color: #171007;
  background: linear-gradient(#efc049,#bc7b08);
  box-shadow: inset 0 0 0 1px rgba(255,224,129,.45);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .5px;
  transition: transform .2s ease, filter .2s ease;
}

.subpage-button.secondary {
  color: #b9b4aa;
  background: #101216;
  border-color: #39352e;
  box-shadow: none;
}

.subpage-button:hover,
.subpage-button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.06);
  outline: none;
}

.info-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
}

.info-card {
  min-height: 205px;
  padding: 25px 22px;
  border: 1px solid #34322d;
  border-radius: 14px;
  background: linear-gradient(150deg,#12151a,#0d0f12);
}

.info-card-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(233,180,49,.22);
  border-radius: 10px;
  color: #e9b431;
  background: rgba(233,180,49,.065);
  font-size: 18px;
}

.info-card h3 {
  margin: 0 0 10px;
  color: #eeeae2;
  font-family: Georgia,serif;
  font-size: 18px;
}

.info-card p {
  margin: 0;
  color: #8f8b84;
  font-size: 12.5px;
  line-height: 1.72;
}

.feedback-steps {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
}

.feedback-step {
  padding: 24px 22px;
  border-top: 2px solid rgba(233,180,49,.45);
  background: #0f1115;
}

.feedback-step-number {
  display: block;
  margin-bottom: 12px;
  color: #e9b431;
  font-family: Georgia,serif;
  font-size: 25px;
  font-weight: 800;
}

.feedback-step h3 {
  margin: 0 0 8px;
  color: #ece8e0;
  font-size: 15px;
}

.feedback-step p {
  margin: 0;
  color: #8f8a82;
  font-size: 12px;
  line-height: 1.7;
}

@media (max-width: 820px) {
  .subpage-main {
    min-height: calc(100vh - 64px);
  }

  .subpage-hero {
    padding: 72px 16px 58px;
  }

  .subpage-content {
    padding: 62px 16px 80px;
  }

  .info-grid,
  .feedback-steps {
    grid-template-columns: 1fr;
  }

  .info-card {
    min-height: 0;
  }
}

@media (max-width: 580px) {
  .subpage-hero {
    padding: 55px 14px 45px;
  }

  .portal-subnav {
    gap: 7px;
  }

  .portal-subnav a {
    padding: 9px 10px;
    font-size: 8.5px;
  }

  .subpage-content {
    padding: 50px 14px 68px;
  }

  .empty-state-card {
    padding: 25px 20px;
  }

  .subpage-actions {
    flex-direction: column;
  }

  .subpage-button {
    width: 100%;
  }
}

/* Auf Unterseiten darf das Logo zurück zur Startseite führen. */
.navbar .brand[href] {
  pointer-events: auto;
  cursor: pointer;
}

/* ========================================================================== 
   20 · AUTOMATISCHE PATCHNOTES (v38)
   ========================================================================== */

.patchnotes-overview {
  margin-bottom: 24px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #3f382a;
  border-radius: 12px;
  background: linear-gradient(145deg,rgba(233,180,49,.055),rgba(255,255,255,.012));
}

.patchnotes-overview > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 0 0 auto;
}

.patchnotes-overview-label {
  color: #8f887c;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.25px;
}

.patchnotes-overview strong {
  color: #e9b431;
  font-family: Georgia,serif;
  font-size: 26px;
  line-height: 1;
}

.patchnotes-overview p {
  max-width: 560px;
  margin: 0;
  color: #918c83;
  font-size: 12px;
  line-height: 1.65;
  text-align: right;
}

.patchnotes-list {
  display: grid;
  gap: 20px;
}

.patchnote-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #38352f;
  border-radius: 16px;
  background:
    radial-gradient(circle at 0 0,rgba(233,180,49,.07),transparent 30%),
    linear-gradient(150deg,#14171c,#0d0f12);
  box-shadow: 0 18px 38px rgba(0,0,0,.26);
}

.patchnote-card:first-child {
  border-color: #655224;
}

.patchnote-card:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,transparent,#e9b431,transparent);
  opacity: .75;
}

.patchnote-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 13px;
}

.patchnote-version-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.patchnote-version {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(233,180,49,.28);
  border-radius: 5px;
  color: #e9b431;
  background: rgba(233,180,49,.065);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .85px;
}

.patchnote-latest {
  color: #c9c1b4;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.1px;
}

.patchnote-date {
  padding-top: 7px;
  color: #77736d;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.patchnote-card h3 {
  margin: 0 0 9px;
  color: #f0ece4;
  font-family: Georgia,serif;
  font-size: clamp(22px,2.4vw,30px);
}

.patchnote-summary {
  max-width: 850px;
  margin: 0 0 24px;
  color: #9a958d;
  font-size: 13px;
  line-height: 1.75;
}

.patchnote-sections {
  display: grid;
  gap: 14px;
}

.patchnote-section {
  padding: 17px 18px;
  border: 1px solid #2e2f31;
  border-radius: 10px;
  background: rgba(255,255,255,.012);
}

.patchnote-section-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  color: #ded8ce;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .9px;
}

.patchnote-section-title::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #e9b431;
  box-shadow: 0 0 10px rgba(233,180,49,.22);
  content: "";
}

.patchnote-section ul {
  margin: 0;
  padding-left: 19px;
  color: #97928a;
}

.patchnote-section li {
  padding-left: 3px;
  font-size: 12.5px;
  line-height: 1.7;
}

.patchnote-section li + li {
  margin-top: 5px;
}

.patchnotes-discord {
  margin-top: 28px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #2c2c2d;
  border-bottom: 1px solid #2c2c2d;
}

.patchnotes-discord p {
  max-width: 700px;
  margin: 0;
  color: #8f8a82;
  font-size: 12px;
  line-height: 1.7;
}

.patchnotes-loading,
.patchnotes-error-noscript {
  margin: 0;
}

@media (max-width: 680px) {
  .patchnotes-overview,
  .patchnotes-discord {
    align-items: flex-start;
    flex-direction: column;
  }

  .patchnotes-overview p {
    text-align: left;
  }

  .patchnote-card {
    padding: 24px 20px;
  }

  .patchnote-header {
    flex-direction: column;
    gap: 8px;
  }

  .patchnote-date {
    padding-top: 0;
  }

  .patchnotes-discord .subpage-button {
    width: 100%;
  }
}


/* v42 · Direkter Einstieg in die Patchnotes */
#patchnotes {
  scroll-margin-top: 44vh;
}


/* ==========================================================================
   15 · DYNAMISCHE EVENTS AUS DEM TEAM-CONTROL-PANEL
   ========================================================================== */
.public-events-list{display:grid;gap:16px;margin:0 0 24px}.public-event-card{border:1px solid #35312a;background:#0e0f11;padding:24px;text-align:left;box-shadow:0 12px 32px rgba(0,0,0,.2)}.public-event-top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.public-event-badge{display:inline-block;border:1px solid #7a6227;color:#e9b431;padding:6px 9px;font-size:9px;font-weight:900;letter-spacing:1.4px}.public-event-top time{font-size:11px;color:#978f83}.public-event-card h3{font:900 24px Georgia,serif;margin:0 0 10px}.public-event-description{color:#aaa196;line-height:1.7;margin:0 0 16px;white-space:pre-line}.public-event-meta{display:flex;gap:16px;align-items:center;flex-wrap:wrap;font-size:11px;color:#a69d90}.public-event-meta a{color:#e9b431;font-weight:900;letter-spacing:.8px}@media(max-width:600px){.public-event-top{align-items:flex-start;flex-direction:column;gap:8px}.public-event-card{padding:19px}}


/* ========================================================================== 
   21 · PATCHNOTE-SUCHE UND FILTER (v52)
   ========================================================================== */
.patchnote-tools {
  margin: 0 0 12px;
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(260px,1fr) auto;
  gap: 22px;
  align-items: end;
  border: 1px solid #35322b;
  border-radius: 14px;
  background: linear-gradient(145deg,rgba(255,255,255,.018),rgba(233,180,49,.035));
}

.patchnote-search-wrap,
.patchnote-filter-wrap {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.patchnote-search-wrap label,
.patchnote-filter-label {
  color: #9b9488;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.25px;
}

.patchnote-search-field {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
  border: 1px solid #403b32;
  border-radius: 8px;
  background: #0b0d10;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.patchnote-search-field:focus-within {
  border-color: #8d7130;
  box-shadow: 0 0 0 3px rgba(233,180,49,.08);
}

.patchnote-search-field > span {
  color: #e9b431;
  font-size: 20px;
  line-height: 1;
}

.patchnote-search-field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #ece7df;
  background: transparent;
  font: inherit;
  font-size: 12px;
}

.patchnote-search-field input::placeholder { color: #66615a; }
.patchnote-search-field input::-webkit-search-cancel-button { cursor: pointer; }

.patchnote-filter-wrap { align-items: flex-start; }

.patchnote-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.patchnote-filter,
.patchnote-reset {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid #3d3932;
  border-radius: 6px;
  color: #99938a;
  background: #101216;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .85px;
  cursor: pointer;
  transition: border-color .18s ease, color .18s ease, background .18s ease, transform .18s ease;
}

.patchnote-filter:hover,
.patchnote-reset:hover {
  border-color: #786329;
  color: #e5ded2;
  transform: translateY(-1px);
}

.patchnote-filter.active {
  border-color: #9b7a2d;
  color: #e9b431;
  background: rgba(233,180,49,.085);
}

.patchnote-reset {
  margin-top: 1px;
  min-height: 28px;
  padding: 0;
  border: 0;
  color: #777169;
  background: transparent;
}

.patchnote-reset:hover {
  color: #c9c1b4;
  transform: none;
}

.patchnote-results-meta {
  margin: 0 0 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #6f6a63;
  font-size: 10px;
  line-height: 1.5;
}

.patchnote-results-meta strong {
  color: #aaa297;
  font-size: 10px;
}

.patchnotes-no-results { text-align: center; }

@media (max-width: 780px) {
  .patchnote-tools { grid-template-columns: 1fr; align-items: stretch; }
  .patchnote-filter-wrap { align-items: stretch; }
  .patchnote-filter-buttons { display: grid; grid-template-columns: repeat(2,1fr); }
  .patchnote-filter { width: 100%; }
  .patchnote-reset { align-self: flex-start; width: auto; }
  .patchnote-results-meta { flex-direction: column; gap: 4px; }
}

@media (max-width: 420px) {
  .patchnote-tools { padding: 16px; }
  .patchnote-filter-buttons { grid-template-columns: 1fr; }
}


/* ============================================================
   EVENTS: COUNTDOWN & ARCHIV – v2.11.0
   ============================================================ */
.event-countdown-panel{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
  margin:0 0 34px;
  padding:28px 30px;
  border:1px solid rgba(233,180,49,.38);
  background:linear-gradient(110deg,rgba(233,180,49,.09),rgba(14,15,17,.96) 45%,rgba(9,10,11,.98));
  box-shadow:0 18px 44px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.03);
}
.event-countdown-panel[hidden]{display:none!important}
.event-countdown-copy{min-width:0;text-align:left}
.event-countdown-label{display:block;margin-bottom:8px;color:#e9b431;font-size:9px;font-weight:900;letter-spacing:2px}
.event-countdown-copy h3{margin:0 0 7px;font:900 27px Georgia,serif;color:#f2ede4}
.event-countdown-copy p{margin:0;color:#a9a095;font-size:12px}
.event-countdown-clock{display:grid;grid-template-columns:repeat(4,minmax(62px,1fr));gap:8px;flex:0 0 auto}
.event-countdown-clock[hidden]{display:none!important}
.event-countdown-clock div{min-width:64px;padding:11px 10px 9px;border:1px solid #34312b;background:rgba(0,0,0,.25);text-align:center}
.event-countdown-clock strong{display:block;color:#e9b431;font:900 22px/1 Georgia,serif;letter-spacing:.5px}
.event-countdown-clock span{display:block;margin-top:7px;color:#81796e;font-size:7px;font-weight:900;letter-spacing:1.25px}
.event-list-heading{margin:0 0 18px;text-align:left}
.event-list-heading .eyebrow{margin-bottom:7px}
.event-list-heading h3{margin:0;font:900 24px Georgia,serif;color:#f2ede4}
.event-list-heading h3 em{color:#e9b431;font-style:normal}
.event-archive-section{margin-top:70px;padding-top:58px;border-top:1px solid rgba(233,180,49,.2)}
.event-archive-heading{margin-bottom:28px}
.event-archive-list .public-event-card{background:#0b0c0e;border-color:#2c2b29;opacity:.92}
.public-event-card.is-archived .public-event-badge{border-color:#4b4842;color:#a59d91}
.event-archive-empty{padding:22px 24px;border:1px dashed #34312b;background:rgba(11,12,14,.72);text-align:left}
.event-archive-empty[hidden]{display:none!important}
.event-archive-empty>span{display:block;margin-bottom:7px;color:#7e776d;font-size:8px;font-weight:900;letter-spacing:1.7px}
.event-archive-empty>strong{display:block;margin-bottom:7px;color:#d8d2c8;font:900 18px Georgia,serif}
.event-archive-empty p{margin:0;color:#91897e;font-size:12px;line-height:1.6}
.portal-event-countdown{margin:15px 0 3px;padding:12px 13px;border-left:2px solid #e9b431;background:rgba(233,180,49,.065);text-align:left}
.portal-event-countdown[hidden]{display:none!important}
.portal-event-countdown span{display:block;margin-bottom:4px;color:#e9b431;font-size:7px;font-weight:900;letter-spacing:1.5px}
.portal-event-countdown strong{display:block;overflow:hidden;color:#e6dfd5;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}
.portal-event-countdown small{display:block;margin-top:4px;color:#9b9287;font-size:9px;font-weight:800;letter-spacing:.4px}
@media(max-width:760px){
  .event-countdown-panel{align-items:stretch;flex-direction:column;padding:22px;gap:20px}
  .event-countdown-clock{width:100%;grid-template-columns:repeat(4,1fr)}
  .event-countdown-clock div{min-width:0;padding:10px 5px 8px}
  .event-countdown-clock strong{font-size:19px}
  .event-archive-section{margin-top:52px;padding-top:42px}
}
@media(max-width:420px){
  .event-countdown-clock{gap:5px}
  .event-countdown-clock strong{font-size:17px}
  .event-countdown-clock span{font-size:6px;letter-spacing:.8px}
  .event-countdown-copy h3{font-size:23px}
}


/* ============================================================
   TEAM-BEWERBUNG – v2.12.0
   ============================================================ */
.team-application-cta{margin-top:30px;padding:26px 28px;border:1px solid rgba(233,180,49,.3);background:linear-gradient(105deg,rgba(233,180,49,.08),#0d0f12 52%,#0a0b0d);display:flex;align-items:center;justify-content:space-between;gap:26px;text-align:left}.team-application-cta span{display:block;color:#e9b431;font-size:8px;font-weight:900;letter-spacing:1.8px}.team-application-cta h3{margin:7px 0 7px;color:#eeeae2;font:900 22px Georgia,serif}.team-application-cta p{margin:0;color:#918b82;font-size:12px;line-height:1.65}.team-application-cta a{flex:0 0 auto;min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border:1px solid #735a1d;border-radius:7px;color:#171007;background:linear-gradient(#efc049,#bc7b08);box-shadow:inset 0 0 0 1px rgba(255,224,129,.45);font-size:10px;font-weight:900;letter-spacing:.5px}
.application-shell{display:grid;grid-template-columns:minmax(0,.75fr) minmax(480px,1.25fr);gap:28px;align-items:start}.application-info h2{margin:8px 0 12px;color:#f2eee6;font:900 clamp(27px,3.3vw,42px) Georgia,serif}.application-info h2 em{color:#e9b431;font-style:normal}.application-info>p{margin:0;color:#918d85;font-size:13px;line-height:1.8}.application-info-list{display:grid;gap:10px;margin-top:24px}.application-info-list>div{display:flex;gap:13px;padding:14px 15px;border:1px solid #302e29;background:#0e1013}.application-info-list>b{}.application-info-list div>b{display:grid;place-items:center;flex:0 0 34px;height:34px;border:1px solid rgba(233,180,49,.25);color:#e9b431;font-size:9px}.application-info-list span{display:block}.application-info-list strong{display:block;color:#ddd7ce;font-size:12px}.application-info-list small{display:block;margin-top:5px;color:#8f8980;font-size:10.5px;line-height:1.5}.application-local-note{margin-top:18px;padding:14px;border-left:2px solid #e9b431;background:rgba(233,180,49,.055)}.application-local-note b{display:block;color:#e9b431;font-size:8px;letter-spacing:1.4px}.application-local-note p{margin:6px 0 0;color:#8f8980;font-size:10.5px;line-height:1.6}
.application-form{padding:28px;border:1px solid #3b352b;background:linear-gradient(145deg,#111419,#0c0e11);box-shadow:0 20px 50px rgba(0,0,0,.26)}.application-form label{display:block;margin:0 0 16px;color:#e9b431;font-size:9px;font-weight:900;letter-spacing:1.15px}.application-form label small{color:#7f7970;font-weight:500;letter-spacing:0}.application-form input,.application-form select,.application-form textarea{width:100%;margin-top:7px;padding:12px 13px;border:1px solid #3a352d;border-radius:4px;outline:none;background:#090b0e;color:#e9e4dc;font:inherit;font-size:12px;transition:border-color .18s ease,box-shadow .18s ease}.application-form textarea{resize:vertical;line-height:1.6}.application-form input:focus,.application-form select:focus,.application-form textarea:focus{border-color:#8a6e2d;box-shadow:0 0 0 3px rgba(233,180,49,.07)}.application-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.application-submit{width:100%;min-height:46px;border:1px solid #d3a82f;border-radius:5px;background:linear-gradient(#efc049,#bc7b08);color:#160f05;font-size:10px;font-weight:900;letter-spacing:.7px;cursor:pointer}.application-submit:disabled{opacity:.55;cursor:wait}.application-privacy{margin:10px 0 0;color:#746f68;font-size:9.5px;line-height:1.5;text-align:center}.application-message{margin:0 0 14px;padding:11px 12px;border:1px solid #4a5e38;background:#0c1208;color:#bad7a6;font-size:11px;line-height:1.5}.application-message.error{border-color:#6b3838;background:#170b0b;color:#e0a0a0}.application-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.application-success{text-align:center;padding:42px 20px}.application-success>span{color:#e9b431;font-size:9px;font-weight:900;letter-spacing:1.8px}.application-success h2{margin:9px 0 12px;color:#f0ece5;font:900 30px Georgia,serif}.application-success p{max-width:520px;margin:0 auto;color:#989188;font-size:12px;line-height:1.7}.application-success strong{display:block;margin:16px 0;color:#e9b431;font-size:12px}.application-success .subpage-button{margin-top:8px}
@media(max-width:900px){.application-shell{grid-template-columns:1fr}.application-info{max-width:720px}.team-application-cta{align-items:flex-start;flex-direction:column}.team-application-cta a{width:100%}}@media(max-width:620px){.application-form{padding:20px 16px}.application-form-grid{grid-template-columns:1fr}.application-page{padding-left:14px;padding-right:14px}}


/* ==========================================================================\n   18 · SERVER-STATUS-HISTORIE\n   ========================================================================== */
.status-history-link{display:inline-flex;align-items:center;min-height:34px;padding:0 11px;border:1px solid #5a4926;background:#0c0d0e;color:#e9b431;font-size:8px;font-weight:900;letter-spacing:.8px;white-space:nowrap;transition:.18s ease}.status-history-link:hover,.status-history-link:focus-visible{border-color:#e9b431;background:#151207;color:#ffd467}.status-history-content{padding-top:64px}.status-history-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px;padding:18px 20px;border:1px solid #343029;background:#0d0f11;text-align:left}.status-history-toolbar strong{display:block;margin-top:5px;font:900 20px Georgia,serif}.status-range-buttons{display:flex;gap:7px;flex-wrap:wrap}.status-range-buttons button{border:1px solid #403923;background:#090a0b;color:#9c958a;padding:10px 12px;font-size:8px;font-weight:900;letter-spacing:1px;cursor:pointer}.status-range-buttons button:hover,.status-range-buttons button.active{border-color:#e9b431;color:#e9b431;background:#171207}.status-history-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.status-history-stats article{min-height:126px;padding:20px;border:1px solid #343029;background:linear-gradient(145deg,#111316,#0b0c0e);text-align:left}.status-history-stats span{display:block;color:#8f887e;font-size:8px;font-weight:900;letter-spacing:1.4px}.status-history-stats strong{display:block;margin:9px 0 8px;color:#e9b431;font:900 25px Georgia,serif}.status-history-stats strong[data-state="online"]{color:#8fd08b}.status-history-stats strong[data-state="offline"]{color:#df8a8a}.status-history-stats small{display:block;color:#777168;font-size:9px;line-height:1.5}.status-history-panel{margin-bottom:16px;padding:24px;border:1px solid #343029;background:linear-gradient(145deg,#0f1113,#0b0c0e);text-align:left}.status-history-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.status-history-panel-head h2{margin:6px 0 0;font:900 24px Georgia,serif}.status-history-legend{display:flex;gap:12px;flex-wrap:wrap;color:#898278;font-size:8px;font-weight:900;letter-spacing:.8px}.status-history-legend span::before{content:"";display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%}.status-history-legend .online::before{background:#6ebc6b}.status-history-legend .offline::before{background:#bf5c5c}.status-history-legend .unknown::before{background:#6b6862}.status-timeline{display:flex;align-items:stretch;gap:2px;height:54px;padding:6px;border:1px solid #282622;background:#070809;overflow:hidden}.status-sample{flex:1 1 3px;min-width:2px;background:#67645e;border-radius:1px}.status-sample.is-online{background:#5ba85a}.status-sample.is-offline{background:#a94949}.status-sample.is-unknown{background:#565550}.status-history-empty{margin:14px 0 0!important;color:#79736b!important;font-size:10px!important}.player-history-chart{height:240px;border:1px solid #282622;background:linear-gradient(180deg,rgba(233,180,49,.025),rgba(0,0,0,.1));overflow:hidden}.player-history-chart svg{display:block;width:100%;height:100%}.player-chart-base{stroke:#39352d;stroke-width:2}.player-chart-area{fill:rgba(233,180,49,.07)}.player-chart-line{fill:none;stroke:#e9b431;stroke-width:4;vector-effect:non-scaling-stroke;stroke-linejoin:round;stroke-linecap:round}.history-chart-peak{color:#e9b431;font-size:9px;letter-spacing:1px}.status-history-two-col{display:grid;grid-template-columns:1.05fr .95fr;gap:16px}.history-incidents{display:grid;gap:8px}.history-incident{display:flex;align-items:center;gap:13px;padding:12px;border:1px solid #302725;background:#0b0909}.history-incident>span{flex:0 0 auto;padding:5px 7px;border:1px solid #633d3d;color:#df8a8a;font-size:7px;font-weight:900;letter-spacing:1px}.history-incident strong,.history-incident small{display:block}.history-incident strong{font-size:11px}.history-incident small{margin-top:4px;color:#837c73;font-size:9px}.history-no-incidents{padding:18px;border:1px solid #293329;background:#090d09}.history-no-incidents strong,.history-no-incidents span{display:block}.history-no-incidents strong{color:#9bc895;font-size:12px}.history-no-incidents span{margin-top:6px;color:#817b72;font-size:10px;line-height:1.55}.status-history-note h2{margin:8px 0 12px;font:900 23px Georgia,serif}.status-history-note p{color:#969087;line-height:1.7;font-size:11px}.status-history-note p strong{color:#ded6c9}@media(max-width:900px){.status-history-stats{grid-template-columns:1fr 1fr}.status-history-two-col{grid-template-columns:1fr}}@media(max-width:650px){.status-history-toolbar{align-items:stretch;flex-direction:column}.status-range-buttons{display:grid;grid-template-columns:repeat(3,1fr);width:100%}.status-range-buttons button{padding:10px 5px}.status-history-stats{grid-template-columns:1fr}.status-history-panel{padding:18px}.status-history-panel-head{align-items:flex-start;flex-direction:column}.status-timeline{height:46px}.player-history-chart{height:190px}.status-history-link{width:100%;justify-content:center;margin-top:7px}}
\n\n/* Automatisches Website-Update: Hinweis nur bei noch nicht gespeicherten Formularen. */\n.myk-project-update-notice {\n  position: fixed;\n  right: 22px;\n  bottom: 22px;\n  z-index: 9998;\n  width: min(430px, calc(100vw - 32px));\n  display: flex;\n  gap: 16px;\n  align-items: center;\n  justify-content: space-between;\n  padding: 16px 18px;\n  border: 1px solid rgba(214, 174, 74, .45);\n  background: rgba(8, 9, 10, .97);\n  box-shadow: 0 18px 48px rgba(0, 0, 0, .45);\n  backdrop-filter: blur(12px);\n}\n.myk-project-update-notice div { display: grid; gap: 4px; }\n.myk-project-update-notice b { color: #d6ae4a; font-size: .78rem; letter-spacing: .08em; }\n.myk-project-update-notice span { color: #d7d7d7; font-size: .82rem; line-height: 1.45; }\n.myk-project-update-notice button {\n  flex: 0 0 auto;\n  border: 1px solid rgba(214, 174, 74, .65);\n  background: transparent;\n  color: #f1d78a;\n  padding: 10px 12px;\n  font: inherit;\n  font-size: .72rem;\n  font-weight: 800;\n  cursor: pointer;\n}\n@media (max-width: 620px) {\n  .myk-project-update-notice { left: 16px; right: 16px; bottom: 16px; width: auto; align-items: stretch; flex-direction: column; }\n  .myk-project-update-notice button { width: 100%; }\n}\n