body.server-page {
  margin: 0;
  color: #f8f8f8;
  background-image: url("https://ai-get.ru/blog/wp-content/uploads/2026/03/%D1%84%D0%BE%D0%BD1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body.server-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(28, 33, 39, 0.82);
  backdrop-filter: blur(2px);
  z-index: -1;
}

.server-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(29, 34, 40, 0.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(58, 69, 80, 0.5);
}

.server-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.server-logo {
  color: #57607f;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.server-nav {
  display: flex;
  gap: 20px;
  align-items: center;
}

.server-nav a {
  color: #a0aab5;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s ease;
}

.server-nav a:hover {
  color: #f8f8f8;
}

.server-page-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 16px 56px;
}

.server-card {
  background: rgba(47, 56, 65, 0.85);
  border: 1px solid rgba(58, 69, 80, 0.45);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
}

.server-btn {
  background: #57607f;
  color: #f8f8f8;
  border: none;
  border-radius: 10px;
  padding: 10px 14px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}

.server-btn:hover {
  background: #6b769c;
}

.server-btn-secondary {
  background: rgba(58, 69, 80, 0.55);
  border: 1px solid rgba(58, 69, 80, 0.65);
}

@media (max-width: 900px) {
  .server-header-inner {
    flex-wrap: wrap;
  }
  .server-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 14px;
  }
}
