/* MLB Series Preview Analyzer Styles */
* { box-sizing: border-box; margin: 0; padding: 0; }\nbody { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; line-height: 1.6; color: #1a1a1a; background-color: #fafafa; }\n.container { max-width: 1200px; margin: 0 auto; padding: 1rem; }\n.site-header { background: linear-gradient(135deg, #0c2340 0%, #1a3a6f 100%); color: white; padding: 2rem 0; margin-bottom: 2rem; }\n.site-header h1 { font-size: 2rem; margin-bottom: 0.5rem; }\n.site-header .tagline { font-size: 1rem; opacity: 0.9; margin-bottom: 1.5rem; }\n.site-nav a { color: #ffd700; text-decoration: none; margin-right: 1.5rem; font-weight: 500; }\n.site-nav a:hover { text-decoration: underline; }\n.site-nav a:first-child { margin-left: 0; }\n.intro { background: white; border-radius: 12px; padding: 1.5rem; margin-bottom: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }\n.intro h2 { color: #0c2340; margin-bottom: 0.75rem; }\n.analyzer-section { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; background: white; border-radius: 12px; padding: 2rem; margin-bottom: 2rem; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }\n@media (max-width: 768px) { .analyzer-section { grid-template-columns: 1fr; } }\n.controls-panel, .results-panel { display: flex; flex-direction: column; gap: 1.5rem; }\n.preset-selector { background: #f0f4f8; padding: 1rem; border-radius: 8px; }\n.preset-selector label { font-weight: 600; margin-right: 0.5rem; }\n.preset-selector select { padding: 0.5rem; border-radius: 4px; border: 1px solid #d1d5db; }\n.team-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }\n@media (max-width: 768px) { .team-stats { grid-template-columns: 1fr; } }\n.team-input { background: #f8fafc; padding: 1rem; border-radius: 8px; }\n.team-input h3 { font-size: 1.1rem; color: #0c2340; margin-bottom: 1rem; }\n.stat-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.75rem; }\n.stat-row label { color: #64748b; font-size: 0.9rem; }\n.stat-input { width: 80px; padding: 0.25rem; border-radius: 4px; border: 1px solid #cbd5e1; text-align: center; }\n.weightings { background: #f0f4f8; padding: 1rem; border-radius: 8px; }\n.weightings h3 { font-size: 1rem; margin-bottom: 1rem; color: #0c2340; }\n.slider-group { margin-bottom: 1rem; }\n.slider-group label { font-size: 0.85rem; color: #475569; }\n.slider { width: 100%; margin: 0 0.5rem; }\n.analyze-btn { background: linear-gradient(135deg, #0c2340 0%, #1a3a6f 100%); color: white; border: none; padding: 1rem 2rem; border-radius: 8px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }\n.analyze-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(12, 35, 64, 0.3); }\n.probabilities { background: #f8fafc; padding: 1.5rem; border-radius: 8px; }\n.probabilities h3 { font-size: 1rem; color: #0c2340; margin-bottom: 1rem; }\n.prob-grid { display: grid; gap: 1rem; }\n.prob-item { display: flex; align-items: center; gap: 1rem; }\n.prob-label { width: 180px; font-weight: 500; }\n.probability-bar { flex: 1; height: 24px; background: #e2e8f0; border-radius: 12px; overflow: hidden; }\n.prob-fill { height: 100%; transition: width 0.5s ease; }\n#dodgersWin { background: linear-gradient(90deg, #1a3a6f, #2563eb); }\n#diamondbacksWin { background: linear-gradient(90deg, #7c2d12, #dc2626); }\n.prob-value { width: 60px; font-weight: 600; }\n.player-impact { background: #f8fafc; padding: 1.5rem; border-radius: 8px; }\n.player-impact h3 { font-size: 1rem; color: #0c2340; margin-bottom: 1rem; }\n.player-grid { display: grid; gap: 0.75rem; }\n.player-card { display: flex; justify-content: space-between; align-items: center; padding: 0.75rem; background: white; border-radius: 6px; }\n.player-name { font-weight: 500; }\n.player-prob { font-size: 0.85rem; padding: 0.25rem 0.5rem; border-radius: 4px; }\n.player-prob.positive { background: #dcfce7; color: #166534; }\n.player-prob.negative { background: #fee2e2; color: #991b1b; }\n.player-prob.neutral { background: #fef3c7; color: #92400e; }\n.fantasy-section { background: #f8fafc; padding: 1.5rem; border-radius: 8px; }\n.fantasy-section h3 { font-size: 1rem; color: #0c2340; margin-bottom: 1rem; }\n.fantasy-recommendations { display: grid; gap: 0.75rem; }\n.recommendation-card { background: white; padding: 0.75rem; border-radius: 6px; border-left: 4px solid #2563eb; }\n.rec-player { font-weight: 600; display: block; margin-bottom: 0.25rem; }\n.rec-type { font-size: 0.8rem; color: #64748b; display: block; margin-bottom: 0.25rem; }\n.rec-reason { font-size: 0.75rem; color: #475569; }\n.actions { display: flex; gap: 1rem; margin-bottom: 2rem; }\n@media (max-width: 480px) { .actions { flex-direction: column; } }\n.analyze-btn, .export-btn, .share-btn, .print-btn { flex: 1; padding: 1rem; border-radius: 8px; border: none; font-weight: 600; cursor: pointer; transition: transform 0.2s; }\n.export-btn { background: linear-gradient(135deg, #059669 0%, #0d9488 100%); color: white; }\n.share-btn { background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%); color: white; }\n.print-btn { background: linear-gradient(135deg, #ea580c 0%, #f97316 100%); color: white; }\n.analyze-btn:hover, .export-btn:hover, .share-btn:hover, .print-btn:hover { transform: translateY(-2px); }\n.supporting-content { background: white; border-radius: 12px; padding: 2rem; box-shadow: 0 2px 12px rgba(0,0,0,0.08); margin-bottom: 2rem; }\n.supporting-content h2 { color: #0c2340; margin-bottom: 1rem; }\n.supporting-content h3 { color: #1a1a1a; margin: 1.5rem 0 0.75rem; font-size: 1.1rem; }\n.supporting-content p, .supporting-content li { margin-bottom: 0.75rem; }\n.supporting-content ul { padding-left: 1.5rem; }\n.supporting-content li { margin-bottom: 0.5rem; }\n.site-footer { background: #0c2340; color: #a3c1d1; padding: 1.5rem 0; margin-top: 2rem; }\n.site-footer a { color: #ffd700; text-decoration: none; }\n.site-footer a:hover { text-decoration: underline; }\n@media (max-width: 768px) { .site-header h1 { font-size: 1.5rem; } .site-nav a { margin-right: 1rem; } .supporting-content { padding: 1.5rem; } }


/* 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;
}
