/* Tech Hub Page Styles */
.tech-feature-card {
  background: var(--wt-surface-card);
  border: 1px solid var(--wt-border);
  border-radius: var(--wt-radius-lg);
  padding: 1.75rem 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.tech-disclosure-panel {
  background: rgba(13, 21, 36, 0.6);
  border: 1px solid var(--wt-border);
  border-radius: var(--wt-radius-md);
  padding: 1.5rem;
  color: #64748b;
  font-size: 0.85rem;
  line-height: 1.6;
}
