/* STRIX guide — landing/tops bilan bir xil muhit */
.zn-guide-body { min-height: 100vh; }
.zn-guide-header { position: sticky; top: 0; z-index: 40; backdrop-filter: blur(12px); }
.zn-guide-header .active { color: var(--zn-gold, #e8c547); }
.zn-guide-main { max-width: 900px; margin: 0 auto; padding: 1.5rem 1rem 3rem; }
.zn-guide-hero { text-align: center; padding: 2rem 0 1.5rem; }
.zn-guide-hero h1 { font-size: clamp(1.8rem, 4vw, 2.5rem); margin: 0.75rem 0 0.5rem; font-weight: 800; }
.zn-guide-sub { color: rgba(255,255,255,0.72); margin: 0; max-width: 36rem; margin-inline: auto; }
.zn-guide-tabs { display: flex; flex-wrap: wrap; gap: 0.4rem; justify-content: center; margin: 1.5rem 0; }
.zn-guide-tabs button {
  border: 1px solid rgba(255,255,255,0.12);
  background: transparent;
  color: inherit;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  font-size: 0.82rem;
  cursor: pointer;
  font-family: inherit;
}
.zn-guide-tabs button.on {
  background: rgba(232,197,71,0.15);
  border-color: rgba(232,197,71,0.45);
  color: var(--zn-gold, #e8c547);
}
.zn-guide-panel { display: none; }
.zn-guide-panel.on { display: block; }
.zn-guide-card {
  background: rgba(8,10,18,0.72);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 1.15rem 1.25rem;
  margin-bottom: 0.85rem;
}
.zn-guide-card h3 { margin: 0 0 0.5rem; font-size: 1.05rem; }
.zn-guide-card p { margin: 0; color: rgba(255,255,255,0.78); line-height: 1.55; font-size: 0.92rem; }
.zn-guide-card ul { margin: 0.5rem 0 0; padding-left: 1.1rem; color: rgba(255,255,255,0.78); font-size: 0.9rem; line-height: 1.5; }
.zn-guide-card code { background: rgba(255,255,255,0.08); padding: 0.1rem 0.35rem; border-radius: 4px; font-size: 0.85em; }
.zn-guide-cta {
  text-align: center;
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 18px;
  border: 1px solid rgba(232,197,71,0.25);
  background: rgba(232,197,71,0.06);
}
.zn-guide-roles-filter { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-bottom: 1rem; }
.zn-guide-roles-filter button {
  border: 1px solid rgba(255,255,255,0.1);
  background: transparent;
  color: inherit;
  border-radius: 8px;
  padding: 0.3rem 0.65rem;
  font-size: 0.78rem;
  cursor: pointer;
  font-family: inherit;
}
.zn-guide-roles-filter button.on { border-color: rgba(232,197,71,0.4); color: var(--zn-gold, #e8c547); }
.zn-guide-role {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.zn-guide-role:last-child { border-bottom: none; }
.zn-guide-role-ico { font-size: 1.5rem; line-height: 1; }
.zn-guide-role h4 { margin: 0 0 0.25rem; font-size: 0.95rem; }
.zn-guide-role p { margin: 0; font-size: 0.82rem; color: rgba(255,255,255,0.62); line-height: 1.45; }
.zn-guide-role small { color: rgba(255,255,255,0.4); font-size: 0.75rem; }
.zn-guide-loading { color: rgba(255,255,255,0.45); font-style: italic; padding: 1rem 0; }
