/* Cricket World Cup Prep Hub Styles */
* { box-sizing: border-box; margin: 0; padding: 0; }\nbody { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #333; background: #fff; }\na { color: #0066cc; text-decoration: none; }\na:hover { text-decoration: underline; }\nheader { background: #0c234b; color: white; padding: 1rem; display: flex; justify-content: space-between; align-items: center; }\n.logo { font-size: 1.5rem; font-weight: bold; }\nnav a { margin: 0 0.5rem; color: #fff; }\nmain { max-width: 1200px; margin: 0 auto; padding: 1rem; }\nsection { margin-bottom: 2rem; }\nh1, h2, h3 { margin-bottom: 1rem; color: #0c234b; }\n.hero { text-align: center; padding: 2rem 0; border-bottom: 2px solid #e0e0e0; }\n.controls { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.5rem; }\n.select-group { display: flex; flex-direction: column; min-width: 200px; }\nlabel { margin-bottom: 0.25rem; font-weight: 500; }\ninput, select, button { padding: 0.75rem; border: 1px solid #ccc; border-radius: 4px; font-size: 1rem; }\nbutton { background: #0066cc; color: white; cursor: pointer; border: none; }\nbutton:hover { background: #0052a3; }\n.hidden { display: none; }\n.results, .tips, .template { background: #f8f9fa; padding: 1.5rem; border-radius: 8px; margin-top: 1rem; }\n.stat-row { display: flex; justify-content: space-between; padding: 0.5rem 0; border-bottom: 1px solid #eee; }\n.stat-row:last-child { border-bottom: none; }\n#tips-list { list-style: none; padding-left: 1rem; }\n#tips-list li::before { content: '• '; color: #0066cc; }\n.caveats ul, .faqs dl { padding-left: 1rem; }\n.ad-reserve { background: #f0f0f0; height: 120px; display: flex; align-items: center; justify-content: center; color: #666; font-size: 0.875rem; margin: 1rem 0; border-radius: 4px; }\nfooter { background: #f8f9fa; padding: 1.5rem; text-align: center; border-top: 1px solid #e0e0e0; }\nfooter a { color: #0066cc; }\n@media (max-width: 768px) { .controls { flex-direction: column; } .select-group { min-width: 100%; } .stat-row { flex-direction: column; } }



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