.panel-center.show-techniques > .location-overview,
.panel-center.show-techniques > .narrative-wrapper,
.panel-center.show-techniques > .early-play-guide,
.panel-center.show-techniques > .combat-context,
.panel-center.show-techniques > .panel-actions-wrapper {
  display: none;
}

.techniques-panel[hidden] { display: none; }

.techniques-panel {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 1.25rem;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: var(--bg-card);
}

.techniques-header h2 { color: var(--text-gold); margin: 0 0 0.5rem; }
.techniques-header p,
.techniques-description,
.techniques-empty { color: var(--text-muted); line-height: 1.6; }
.techniques-group { margin-top: 1.5rem; }
.techniques-group h3 { margin-bottom: 0.35rem; }
.techniques-description { font-size: 0.85rem; margin-bottom: 0.75rem; }
.techniques-empty { padding: 0.75rem 0; }
.technique-card {
  padding: 1rem;
  margin-bottom: 0.75rem;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  overflow-wrap: anywhere;
}
.technique-heading { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.technique-heading h4 { margin: 0; }
.technique-card p { margin: 0.5rem 0 0; line-height: 1.6; }
.technique-status { color: var(--text-gold); font-size: 0.8rem; }
.technique-effect { color: var(--text-muted); font-size: 0.9rem; }
