/* Max Scherzer Era Comparison - Styles */
* { box-sizing: border-box; margin: 0; padding: 0; }\nhtml { font-size: 16px; }\nbody { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #1a1a1a; background: #f8f9fa; }\n.container { max-width: 1200px; margin: 0 auto; padding: 1rem; }\n.site-header { background: linear-gradient(135deg, #2c3e50, #34495e); color: white; padding: 1.5rem 0; border-bottom: 3px solid #e74c3c; }\n.site-header h1 { font-size: 1.8rem; margin-bottom: 0.5rem; }\n.nav a { color: #ecf0f1; text-decoration: none; margin-left: 1.5rem; font-weight: 500; }\n.nav a:hover { color: #f39c12; text-decoration: underline; }\nsection { margin: 2rem 0; padding: 1.5rem; background: white; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }\nh2 { color: #2c3e50; margin-bottom: 1rem; font-size: 1.5rem; }\nh3 { color: #34495e; margin: 1.2rem 0 0.8rem; font-size: 1.1rem; }\n.controls { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; margin-bottom: 1.5rem; }\nselect { padding: 0.75rem 1rem; font-size: 1rem; border: 2px solid #ddd; border-radius: 6px; background: white; cursor: pointer; }\nselect:focus { outline: 2px solid #3498db; }\n.toggle-label { display: flex; align-items: center; gap: 0.5rem; cursor: pointer; }\n.toggle-label input { width: auto; }\n.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1rem; margin-bottom: 1.5rem; }\n.stat-card { background: linear-gradient(135deg, #f8f9fa, #e9ecef); padding: 1.5rem; border-radius: 8px; text-align: center; border-left: 4px solid #3498db; }\n.stat-value { font-size: 2rem; font-weight: 700; color: #2c3e50; margin-bottom: 0.25rem; }\n.stat-label { font-size: 0.85rem; color: #7f8c8d; text-transform: uppercase; letter-spacing: 0.5px; }\n#seasonTable { width: 100%; border-collapse: collapse; margin-top: 0.5rem; }\n#seasonTable th, #seasonTable td { padding: 0.75rem; text-align: left; border-bottom: 1px solid #eee; }\n#seasonTable th { background: #f8f9fa; font-weight: 600; color: #2c3e50; }\n#seasonTable tr:hover { background: #f8f9fa; }\n#seasonTable tbody tr:nth-child(even) { background: #fcfcfc; }\n.context-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1rem; }\n.context-card { background: #f8f9fa; padding: 1.25rem; border-radius: 6px; }\n.context-card h3 { font-size: 1rem; color: #2c3e50; margin-bottom: 0.75rem; }\n.context-card ul { list-style: none; padding-left: 0; }\n.context-card li { padding: 0.25rem 0; color: #555; }\n.action-buttons { display: flex; gap: 0.75rem; flex-wrap: wrap; }\nbutton { padding: 0.75rem 1.5rem; font-size: 1rem; border: none; border-radius: 6px; cursor: pointer; transition: background 0.2s; background: #3498db; color: white; font-weight: 500; }\nbutton:hover { background: #2980b9; }\nbutton:active { transform: scale(0.98); }\nbutton#downloadBtn { background: #27ae60; }\nbutton#downloadBtn:hover { background: #229954; }\n.faq-item { margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid #eee; }\n.faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }\n.faq-item h3 { display: inline; font-weight: 600; color: #2c3e50; }\n.site-footer { background: #2c3e50; color: #bdc3c7; padding: 1.5rem 0; margin-top: 2rem; }\n.site-footer a { color: #3498db; text-decoration: none; }\n.site-footer a:hover { text-decoration: underline; }\n.site-footer small { font-size: 0.85rem; color: #7f8c8d; }\n@media (max-width: 768px) { \n  .site-header h1 { font-size: 1.5rem; }\n  .nav a { margin-left: 1rem; font-size: 0.9rem; }\n  .controls { flex-direction: column; align-items: stretch; }\n  select { width: 100%; }\n  .action-buttons { flex-direction: column; }\n  button { width: 100%; }\n  #seasonTable { font-size: 0.9rem; }\n  #seasonTable th, #seasonTable td { padding: 0.5rem; }\n  .context-cards { flex-direction: column; }\n}\n@media (max-width: 480px) { \n  .container { padding: 0.75rem; }\n  section { padding: 1rem; }\n  .stats-grid { grid-template-columns: repeat(2, 1fr); }\n  .stat-value { font-size: 1.5rem; }\n}


/* Factory-injected deployment helpers. The AI owns the site design above this block. */
.ad-unit {
  width: min(100%, 720px);
  min-height: 120px;
  margin: 24px auto;
  display: block;
}

.legal-page {
  width: min(900px, calc(100% - 32px));
  margin: 40px auto;
}

.factory-fallback-nav {
  width: min(900px, calc(100% - 32px));
  margin: 24px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  font-size: 0.95rem;
}

.factory-fallback-nav a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
