/*
 * Bridge styles that are shared by the current page shell areas.
 * These rules were extracted from the single page-legacy-bridge.css layer.
 */

.page-shell .panel-grid {
  display: grid;
  gap: 14px;
}

.page-shell .card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px;
  background: rgba(8, 18, 34, 0.88);
  box-shadow: 0 24px 52px rgba(1, 6, 16, 0.32);
}

.page-shell .card h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.3px;
}

@media (max-width: 680px) {
  .page-shell .card {
    padding: 12px;
  }
}
