/* CapitalBot product shell — shared across dashboard and satellite pages */
body.product-shell {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, sans-serif;
  background: #0d1117;
  color: #e6edf3;
}
.product-shell .wrap { max-width: 1200px; margin: 0 auto; padding: 16px; }
.product-shell .card {
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
}
.product-shell .nav a {
  color: #58a6ff;
  margin-right: 12px;
  text-decoration: none;
  font-size: 14px;
}
.product-shell .nav a.active { font-weight: 700; }
.product-shell table { width: 100%; border-collapse: collapse; font-size: 13px; }
.product-shell th, .product-shell td { border: 1px solid #30363d; padding: 8px; text-align: left; }
.product-shell .ok { color: #3fb950; }
.product-shell .bad { color: #f85149; }
.product-shell .warn { color: #e3b341; }
.product-stack { display: grid; gap: 12px; margin: 12px 0; }
.product-upgrade-banner {
  border-left: 4px solid #e3b341;
  padding: 12px;
  background: rgba(227, 179, 65, 0.08);
}
