
html body .CraftyHero { display: none !important; }

html body .CraftyHomeHub--layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
  align-items: start;
  width: 100%;
  margin: 0;
  padding: 0;
}

html body .CraftyHomeHub-main { min-width: 0; width: 100%; }

html body .CraftyHomeHub-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: calc(var(--header-height, 60px) + 16px);
  max-height: calc(100vh - var(--header-height, 60px) - 32px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(124, 92, 255, 0.3) transparent;
}

html body .CraftyDiscHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

html body .CraftyDiscHeader-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--cf-text-100, #ececf3);
  margin: 0;
}

html body .CraftyDiscHeader-btn { font-size: 0.85rem; padding: 8px 14px; white-space: nowrap; }

html body .CraftySide-heading {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--cf-text-muted, #a99fc4);
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(124, 92, 255, 0.2);
}

html body .CraftySideStats { padding: 14px; }
html body .CraftySideStats .CraftyHomeStats-bar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
html body .CraftySideStats .CraftyHomeStat { padding: 10px 8px; text-align: center; }
html body .CraftySideStats .CraftyHomeStat-value { font-size: 1.1rem; }
html body .CraftySideStats .CraftyHomeStat-label { font-size: 0.68rem; }

html body .CraftySideFeatured { padding: 14px; }
html body .CraftySideFeatured-list { display: flex; flex-direction: column; gap: 8px; }

html body .CraftySideFeatured-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(124, 92, 255, 0.15);
  text-decoration: none !important;
  transition: border-color 0.18s, background 0.18s;
  color: inherit;
}

html body .CraftySideFeatured-item:hover {
  border-color: rgba(0, 221, 235, 0.35);
  background: rgba(0, 221, 235, 0.04);
}

html body .CraftySideFeatured-badge {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--cf-neon-purple, #8b5cf6);
}

html body .CraftySideFeatured-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--cf-text-100, #ececf3);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

html body .CraftySideFeatured-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 0.72rem;
  color: var(--cf-text-muted, #a99fc4);
}

html body .CraftySideFeatured-tag { color: var(--cf-neon-blue, #00ddeb); }

html body .CraftySideTrending { padding: 14px; }
html body .CraftySideTrending .CraftyTrending-list { flex-direction: column !important; overflow-x: unset !important; }
html body .CraftySideTrending .CraftyTrending-item { flex: unset !important; padding: 8px 0; }

html body .CraftySidePodium { padding: 14px; }
html body .CraftySidePodium .CraftyPodium-places { flex-direction: column; gap: 8px; }
html body .CraftySidePodium .CraftyPodium-place {
  order: unset !important;
  flex-direction: row;
  padding: 10px 12px !important;
  gap: 10px;
  justify-content: flex-start;
}
html body .CraftySidePodium .CraftyPodium-avatar { width: 34px; height: 34px; font-size: 0.95rem; flex-shrink: 0; }
html body .CraftySidePodium .CraftyPodium-name { font-size: 0.82rem; text-align: left; }
html body .CraftySidePodium .CraftyPodium-points { font-size: 0.72rem; margin-left: auto; }

html body .CraftySideDiscord { padding: 14px; }
html body .CraftySideDiscord .CraftyDiscord-text { font-size: 0.8rem; margin: 6px 0 10px; color: var(--cf-text-300, #b0aac8); }
html body .CraftySideDiscord .CraftyDiscord-btn { width: 100%; text-align: center; display: block; }

html body .CraftyHomeHub-row--split,
html body .CraftyHomeHub-row--stats,
html body .CraftyHomeHub-row--stats-has-discord { display: none !important; }

html body .CraftyHomeHub-main .sideNavContainer { display: flex; flex-direction: column; width: 100%; }
html body .CraftyHomeHub-main .sideNavOffset { flex: 1; min-width: 0; }
html body .IndexPage--hub .sideNavContainer > .IndexPage-nav.sideNav { display: none; }

@media (max-width: 900px) {
  html body .CraftyHomeHub--layout { grid-template-columns: 1fr; }
  html body .CraftyHomeHub-sidebar {
    position: static; max-height: none; overflow-y: visible;
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
  }
}

@media (max-width: 560px) {
  html body .CraftyHomeHub-sidebar { grid-template-columns: 1fr; }
  html body .CraftyDiscHeader { flex-direction: column; align-items: flex-start; gap: 10px; }
  html body .CraftyDiscHeader-btn { width: 100%; text-align: center; }
}
