.hs-hero {
  text-align: center;
  padding: 52px 0 10px;
  min-height: auto;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.hs-maintenance-mode .hs-controls,
body.hs-maintenance-mode .hs-layout {
  display: none;
}

body.hs-maintenance-mode .hs-hero .lead {
  display: none;
}

.hs-maintenance {
  display: none;
  padding-bottom: 80px;
}

body.hs-maintenance-mode .hs-maintenance {
  display: block;
}

.hs-maintenance-card {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, rgba(20, 12, 35, 0.96), rgba(9, 6, 18, 0.98));
  border: 1px solid rgba(255, 196, 77, 0.35);
  border-radius: 20px;
  padding: 34px 22px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.38);
}

.hs-maintenance-icon {
  width: fit-content;
  margin: 0 auto 16px;
  padding: 10px 14px;
  border-radius: 10px;
  color: #201200;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  border: 1px solid rgba(0, 0, 0, 0.32);
  background:
    repeating-linear-gradient(
      -45deg,
      #ffcc55 0,
      #ffcc55 12px,
      #1a1a1a 12px,
      #1a1a1a 24px
    );
}

.hs-maintenance-card h2 {
  margin: 0 0 8px;
  color: #ffd27a;
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
}

.hs-maintenance-card p {
  margin: 0;
  color: #e6e6e6;
}

.hs-hero .page-intro-card {
  display: block;
  max-width: 760px;
  margin: 0 auto;
}

.hs-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.hs-tabs {
  display: inline-flex;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}

.hs-tab {
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: #f6f6f6;
  padding: 12px 26px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
}

.hs-tab:last-child {
  border-right: 0;
}

.hs-tab.active {
  background: linear-gradient(180deg, rgba(255, 160, 0, 0.2), rgba(255, 130, 0, 0.1));
  color: #ffcc66;
}

.hs-updated {
  color: var(--muted);
  font-size: 0.8rem;
}

.hs-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding-bottom: 80px;
}

.hs-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hs-panel {
  background: linear-gradient(180deg, rgba(13, 8, 24, 0.96), rgba(6, 4, 14, 0.98));
  border: 1px solid rgba(201, 153, 255, 0.2);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(8, 4, 15, 0.4);
  padding: 20px;
}

.hs-panel h2 {
  margin-bottom: 14px;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.hs-sidebar {
  position: sticky;
  top: 90px;
}

.hs-search-wrap {
  margin-bottom: 14px;
}

.hs-search {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 0.95rem;
  padding: 12px 14px;
  outline: none;
}

.hs-search:focus {
  border-color: rgba(255, 191, 71, 0.5);
  box-shadow: 0 0 0 3px rgba(255, 191, 71, 0.14);
}

.hs-sidebar-title {
  margin-bottom: 10px;
  font-family: 'Cinzel', serif;
  color: #fff;
  font-size: 1.45rem;
}

.hs-skill-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hs-skill {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: #e9e9e9;
  text-align: left;
  padding: 11px 12px;
  border-radius: 8px;
  font-size: 0.95rem;
  cursor: pointer;
}

.hs-skill.active {
  background: linear-gradient(90deg, rgba(255, 166, 0, 0.2), rgba(255, 255, 255, 0.04));
  color: #ffd17b;
  border-color: rgba(255, 166, 0, 0.4);
}

.hs-boss-title {
  margin-top: 16px;
}

.hs-boss-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hs-boss-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: #e9e9e9;
  text-align: left;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.92rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hs-boss-item.active {
  background: linear-gradient(90deg, rgba(255, 166, 0, 0.2), rgba(255, 255, 255, 0.04));
  color: #ffd17b;
  border-color: rgba(255, 166, 0, 0.4);
}

.hs-boss-logo {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  object-fit: cover;
  flex-shrink: 0;
}

.hs-table-wrap {
  overflow: auto;
}

.hs-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.hs-table th,
.hs-table td {
  text-align: left;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.88rem;
}

.hs-name-cell {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hs-name-text {
  line-height: 1.1;
}

.hs-name-badges {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.hs-name-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 5px;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hs-name-badge.donator {
  background: linear-gradient(180deg, rgba(255, 199, 79, 0.36), rgba(255, 148, 0, 0.25));
  color: #ffd67b;
}

.hs-name-badge.ironman {
  background: linear-gradient(180deg, rgba(222, 84, 84, 0.34), rgba(154, 31, 31, 0.26));
  color: #ffd1d1;
}

.hs-pagination {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.hs-page-btn {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: #f1f1f1;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
}

.hs-page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.hs-page-info {
  color: var(--muted);
  font-size: 0.84rem;
  min-width: 92px;
  text-align: center;
}

.hs-table th {
  color: #ffd460;
  font-family: 'Cinzel', serif;
  font-size: 0.84rem;
}

.hs-empty {
  color: var(--muted);
  font-size: 0.95rem;
  padding: 12px 4px;
}

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

  .hs-sidebar {
    position: static;
  }

  .hs-pagination {
    justify-content: center;
  }
}
