:root {
  --green: #89ff23;
  --green-bright: #5eff00;
  --green-dark: #0f2d08;
  --panel: rgba(3, 8, 6, .93);
  --panel-soft: rgba(4, 10, 7, .86);
  --border: rgba(122, 255, 27, .42);
  --text: #f6f8f6;
  --muted: #c4cac4;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background: #010403;
  font-family: "Montserrat", Arial, sans-serif;
}

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

.page-art {
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    url("baupanik-atmosphere.png") top center / cover no-repeat;
  filter: blur(2px) brightness(.38) saturate(.85);
  transform: scale(1.04);
}

.page-overlay {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(to bottom, rgba(0, 4, 2, .18), rgba(0, 4, 2, .82) 38%, #010403 78%),
    radial-gradient(circle at 50% 10%, transparent 0 22%, rgba(0,0,0,.5) 62%, rgba(0,0,0,.9) 100%);
}

.site-shell {
  width: min(1024px, calc(100% - 28px));
  margin: 0 auto;
}

.hero {
  min-height: 745px;
  padding: 68px 0 36px;
  text-align: center;
}

.logo-wrap {
  position: relative;
  padding-top: 42px;
}

.grass-block {
  position: absolute;
  top: 0;
  left: 50%;
  width: 92px;
  height: 72px;
  transform: translateX(-50%);
}

.grass-block span {
  position: absolute;
  display: block;
  border: 3px solid #111;
}

.grass-top {
  top: 0;
  left: 9px;
  width: 74px;
  height: 36px;
  transform: skewY(-22deg);
  background:
    repeating-linear-gradient(90deg, #88ff23 0 14px, #4ecf0b 14px 28px);
}

.dirt-front {
  top: 30px;
  left: 9px;
  width: 39px;
  height: 38px;
  transform: skewY(22deg);
  background:
    repeating-linear-gradient(90deg, #65431f 0 10px, #4c2e16 10px 20px);
}

.dirt-side {
  top: 30px;
  right: 9px;
  width: 39px;
  height: 38px;
  transform: skewY(-22deg);
  background:
    repeating-linear-gradient(90deg, #3e2a16 0 10px, #2c1b0e 10px 20px);
}

.brand-logo {
  position: relative;
  display: inline-block;
  font-family: "Russo One", Impact, sans-serif;
  font-size: clamp(76px, 12vw, 138px);
  line-height: .78;
  letter-spacing: -.075em;
  white-space: nowrap;
  filter:
    drop-shadow(0 9px 0 #050505)
    drop-shadow(0 0 24px rgba(88, 255, 0, .22));
}

.brand-logo span {
  -webkit-text-stroke: 4px #151515;
  text-shadow:
    0 4px 0 #555,
    0 8px 0 #222;
}

.brand-bau {
  background: linear-gradient(#fff, #989898 70%, #6c6c6c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-panik {
  background: linear-gradient(#b4ff42, #48dc00 68%, #269a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-slogan {
  margin: 24px 0 18px;
  color: var(--green);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .045em;
}

.brand-slogan strong {
  color: #ecffe6;
  font-size: 22px;
}

.hero-copy h1 {
  margin: 0;
  font-family: "Russo One", Impact, sans-serif;
  font-size: clamp(52px, 8vw, 88px);
  line-height: 1;
  letter-spacing: .035em;
  text-shadow: 0 6px 0 #111;
}

.hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 14px 0 15px;
  color: var(--green);
  font-size: 14px;
  letter-spacing: .04em;
}

.hero-divider span {
  width: 54px;
  height: 2px;
  background: var(--green);
  box-shadow: 0 0 12px rgba(105,255,18,.65);
}

.hero-copy > p {
  max-width: 660px;
  margin: 0 auto;
  color: #edf1ed;
  font-size: 15px;
  line-height: 1.7;
}

.countdown {
  width: min(600px, 100%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin: 26px auto 0;
}

.countdown-card {
  min-height: 88px;
  padding: 14px 8px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(0, 5, 2, .88);
  box-shadow: inset 0 0 32px rgba(79,255,13,.02);
}

.countdown-card strong {
  display: block;
  font-family: "Russo One", sans-serif;
  font-size: 39px;
  line-height: 1;
}

.countdown-card span {
  display: block;
  margin-top: 8px;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 0;
}

.feature-card,
.dashboard-card,
.community-banner,
.contact-grid {
  border: 1px solid var(--border);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(5, 12, 8, .95), rgba(1, 5, 3, .93));
  box-shadow:
    0 14px 42px rgba(0,0,0,.35),
    inset 0 0 28px rgba(64,255,0,.015);
}

.feature-card {
  position: relative;
  min-height: 338px;
  padding: 26px 28px 24px;
  text-align: center;
}

.feature-number {
  position: absolute;
  left: 17px;
  top: 17px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 5px;
  color: var(--green);
  font-family: "Russo One", sans-serif;
  font-size: 19px;
}

.feature-icon {
  width: 92px;
  height: 92px;
  margin: 24px auto 7px;
}

.feature-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--green);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(100,255,20,.22));
}

.feature-card h2 {
  margin: 9px 0 12px;
  font-family: "Russo One", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

.feature-card p {
  max-width: 270px;
  margin: 0 auto;
  color: #e0e5e0;
  font-size: 13px;
  line-height: 1.65;
}

.feature-card > i {
  display: block;
  width: 56px;
  height: 2px;
  margin: 18px auto 0;
  background: var(--green);
  box-shadow: 0 0 10px rgba(96,255,19,.55);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 20px;
}

.dashboard-card {
  min-height: 260px;
  padding: 27px 28px;
}

.dashboard-card h2 {
  margin: 0;
  font-family: "Russo One", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.progress-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
}

.progress-track {
  height: 19px;
  padding: 3px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 5px;
  background: rgba(255,255,255,.025);
}

.progress-track span {
  display: block;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(90deg, #6ee813, #b8ff65);
  box-shadow: 0 0 14px rgba(105,255,21,.6);
}

.progress-line > strong {
  font-family: "Russo One", sans-serif;
  font-size: 19px;
}

.progress-list {
  list-style: none;
  padding: 16px 0 0;
  margin: 0;
}

.progress-list li {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 7px 0;
  font-size: 12px;
}

.progress-list .status-icon {
  color: #8b8f8b;
  font-size: 19px;
}

.progress-list .complete .status-icon {
  color: var(--green);
}

.progress-list em {
  color: var(--green);
  font-style: normal;
  text-align: right;
}

.card-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.server-offline {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.server-offline i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
}

.server-card > p {
  margin: 18px 0 12px;
  color: #d6dbd6;
  font-size: 12px;
  line-height: 1.55;
}

.server-details {
  margin: 0;
}

.server-details div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 0;
  border-top: 1px solid rgba(255,255,255,.065);
  font-size: 12px;
}

.server-details dt {
  color: #d1d7d1;
}

.server-details dd {
  margin: 0;
  color: #fff;
}

.community-banner {
  position: relative;
  min-height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 28px 150px;
  overflow: hidden;
  text-align: center;
}

.community-content {
  position: relative;
  z-index: 2;
}

.community-content h2 {
  margin: 0;
  font-family: "Russo One", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
}

.community-content p {
  margin: 11px 0 19px;
  color: #d9ded9;
  font-size: 12px;
}

.discord-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 47px;
  padding: 0 22px;
  border: 1px solid #b2ff67;
  border-radius: 5px;
  background: linear-gradient(#63db15, #2d9602);
  box-shadow: 0 0 23px rgba(93,255,13,.35);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: .2s ease;
}

.discord-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 34px rgba(93,255,13,.5);
}

.discord-symbol {
  font-size: 16px;
}

.decor-block {
  position: absolute;
  width: 85px;
  height: 85px;
  border: 5px solid #11230c;
  border-radius: 6px;
  background:
    repeating-linear-gradient(45deg, #275c15 0 12px, #15370b 12px 24px);
  box-shadow: 0 18px 28px rgba(0,0,0,.42);
}

.decor-left {
  left: 38px;
  transform: rotate(8deg);
}

.decor-right {
  right: 38px;
  transform: rotate(-8deg);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}

.contact-grid article {
  min-height: 132px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 23px 25px;
  border-right: 1px solid rgba(122,255,27,.18);
}

.contact-grid article:last-child {
  border-right: 0;
}

.contact-icon {
  color: var(--green);
  font-size: 33px;
}

.contact-grid h3 {
  margin: 0 0 8px;
  font-family: "Russo One", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.contact-grid strong {
  color: var(--green);
  font-size: 12px;
}

.contact-grid p {
  margin: 5px 0 0;
  color: #abb3ab;
  font-size: 10px;
}

footer {
  padding: 25px 0 35px;
  color: #7b847b;
  text-align: center;
  font-size: 10px;
}

@media (max-width: 820px) {
  .feature-grid,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 300px;
  }

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

  .contact-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(122,255,27,.18);
  }

  .community-banner {
    padding-inline: 30px;
  }

  .decor-block {
    opacity: .18;
  }
}

@media (max-width: 600px) {
  .site-shell {
    width: min(100% - 18px, 1024px);
  }

  .hero {
    min-height: auto;
    padding-top: 60px;
  }

  .brand-logo {
    white-space: normal;
    font-size: clamp(56px, 19vw, 90px);
  }

  .brand-logo span {
    -webkit-text-stroke-width: 2px;
  }

  .hero-divider span {
    display: none;
  }

  .hero-divider strong {
    font-size: 11px;
  }

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

  .progress-list li {
    grid-template-columns: 23px 1fr;
  }

  .progress-list em {
    grid-column: 2;
    text-align: left;
  }

  .card-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}
