.hub-nav {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.9rem 0 0.2rem;
}

.hub-nav a {
  padding: 0.42rem 0.75rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(22, 27, 36, 0.9);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.hub-nav a:hover {
  color: var(--text);
  border-color: rgba(245, 197, 24, 0.45);
  background: rgba(245, 197, 24, 0.1);
}

.hub-section {
  position: relative;
  z-index: 2;
}

.hub-subtitle {
  margin: 2rem 0 1rem;
  font-size: 1.45rem;
}

.hub-muted {
  color: var(--muted);
}

.bp-future-banner {
  margin-bottom: 1.2rem;
  padding: 1.1rem 1.2rem;
  border-radius: 10px;
  border: 1px solid rgba(245, 197, 24, 0.4);
  background: rgba(22, 27, 36, 0.95);
}

.bp-future-banner > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}

.bp-future-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.bp-future-card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--surface);
}

.bp-future-media {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: #10141c;
}

.bp-future-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.6rem;
}

.bp-future-placeholder {
  color: var(--fn-yellow);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.bp-future-body {
  padding: 0.95rem 1rem 1.1rem;
}

.bp-future-body h3 {
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
}

.bp-future-body p {
  margin: 0 0 0.35rem;
  font-size: 0.88rem;
}

@media (max-width: 1000px) {
  .bp-future-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .bp-future-grid {
    grid-template-columns: 1fr;
  }
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.news-card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
}

.news-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.news-card-body {
  padding: 1rem 1.1rem 1.2rem;
}

.news-card-body h3 {
  font-size: 1.25rem;
  margin-bottom: 0.45rem;
}

.news-card-body p {
  margin: 0;
  font-size: 0.9rem;
}

.account-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.account-card {
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 1.2rem;
}

.account-card h3 {
  margin-bottom: 0.8rem;
  font-size: 1.35rem;
}

.stats-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.stats-form input {
  flex: 1;
  min-width: 180px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: #10141c;
  color: var(--text);
  padding: 0.8rem 0.9rem;
}

.stats-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem;
}

.stats-grid div {
  border-radius: 8px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  padding: 0.7rem 0.8rem;
  display: grid;
  gap: 0.2rem;
}

.stats-grid span {
  color: var(--muted);
  font-size: 0.8rem;
}

.playlist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.playlist-card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
}

.playlist-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.playlist-card-body {
  padding: 0.9rem 1rem 1.1rem;
}

.playlist-card-body h3 {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
}

.banner-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.75rem;
}

.banner-card {
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface);
  padding: 0.7rem;
  text-align: center;
}

.banner-card img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin: 0 auto 0.45rem;
}

.banner-card h3 {
  font-size: 0.85rem;
  font-family: 'Barlow', sans-serif;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.25;
}

.banner-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.banner-color span {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.island-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.island-card,
.island-detail {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
  padding: 1.05rem 1.15rem;
}

.island-card h3,
.island-detail h3 {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Barlow', sans-serif;
}

.island-card p {
  margin: 0.25rem 0;
  font-size: 0.9rem;
}

.aes-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
  padding: 1.1rem 1.2rem;
}

.aes-row {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
}

.aes-row span {
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.aes-row code {
  display: block;
  word-break: break-all;
  color: #ffe9a0;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.65rem 0.75rem;
  font-size: 0.82rem;
}

@media (max-width: 1000px) {
  .playlist-grid,
  .island-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .news-grid,
  .account-grid,
  .playlist-grid,
  .island-grid {
    grid-template-columns: 1fr;
  }

  .banner-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
