/* Penalty Shootout Calculator Styles */
* { box-sizing: border-box; margin: 0; padding: 0; }\nbody { font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #1a1a1a; background: #fafafa; }\na { color: #0066cc; text-decoration: none; }\na:hover { text-decoration: underline; }\n.site-header { background: #fff; border-bottom: 1px solid #e5e5e5; position: sticky; top: 0; z-index: 10; }\n.nav-main { display: flex; gap: 1.5rem; padding: 1rem 2rem; max-width: 1200px; margin: 0 auto; }\n.nav-link { color: #555; font-size: 0.95rem; }\n.nav-link[aria-current="page"] { font-weight: 600; color: #0066cc; }\n.main-content { max-width: 1200px; margin: 0 auto; padding: 2rem; }\n.hero-section { background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%); border-radius: 12px; padding: 2rem; margin-bottom: 2rem; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n.hero-title { font-size: 2.2rem; font-weight: 700; margin-bottom: 0.5rem; color: #1a1a1a; }\n.hero-tagline { font-size: 1.1rem; color: #666; margin-bottom: 1.5rem; }\n.calculator-container { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }\n.inputs-grid { display: flex; flex-direction: column; gap: 1rem; }\n.input-group { display: flex; flex-direction: column; gap: 0.5rem; }\n.input-group.full-width { grid-column: 1 / -1; }\n.rate-slider, .number-input, .select-input { width: 100%; padding: 0.5rem; border: 1px solid #ccc; border-radius: 4px; font-size: 1rem; }\n.rate-value { font-weight: 600; color: #0066cc; }\n.team-select { padding: 0.75rem; border: 1px solid #ccc; border-radius: 4px; font-size: 1rem; background: #fff; }\n.number-input { text-align: center; font-size: 1.1rem; }\n.results-panel { background: #fff; border-radius: 12px; padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; height: fit-content; }\n.results-panel h2 { font-size: 1.5rem; margin-bottom: 1rem; color: #1a1a1a; }\n.probability-display { display: flex; gap: 2rem; justify-content: center; margin-bottom: 1rem; }\n.prob-item { text-align: center; }\n.prob-label { font-size: 0.9rem; color: #666; }\n.prob-value { font-size: 1.8rem; font-weight: 700; color: #1a1a1a; }\n.chart-container { text-align: center; margin: 1rem 0; }\n.projection-list { background: #f8f9fa; border-radius: 8px; padding: 1rem; max-height: 200px; overflow-y: auto; font-size: 0.95rem; }\n.projection-list p { margin: 0.5rem 0; }\n.actions-bar { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-top: 0.5rem; }\n.btn-primary, .btn-secondary { padding: 0.75rem 1.25rem; border: none; border-radius: 6px; cursor: pointer; font-size: 0.95rem; transition: background 0.2s; }\n.btn-primary { background: #0066cc; color: #fff; }\n.btn-primary:hover { background: #0055aa; }\n.btn-secondary { background: #e5e5e5; color: #333; }\n.btn-secondary:hover { background: #d5d5d5; }\n.presets-section, .guide-section { margin-top: 2rem; }\n.presets-section h2, .guide-section h2 { font-size: 1.75rem; margin-bottom: 1rem; color: #1a1a1a; }\n.section-intro { color: #666; margin-bottom: 1.5rem; }\n.preset-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }\n.preset-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; padding: 1rem; text-align: center; }\n.preset-card h3 { font-size: 1.1rem; margin-bottom: 0.5rem; color: #0066cc; }\n.preset-card p { font-size: 0.85rem; color: #555; margin-bottom: 1rem; }\n.preset-btn { padding: 0.5rem 1rem; font-size: 0.9rem; background: #0066cc; color: #fff; border: none; border-radius: 4px; cursor: pointer; }\n.preset-btn:hover { background: #0055aa; }\n.guide-section ul { margin-left: 1.5rem; margin-top: 0.5rem; }\n.guide-section li { margin-bottom: 0.5rem; }\n.site-footer { background: #fff; border-top: 1px solid #e5e5e5; padding: 1.5rem 2rem; text-align: center; font-size: 0.9rem; color: #666; margin-top: 3rem; }\n.site-footer a { color: #0066cc; }\n.ad-slot-placeholder { background: #f0f0f0; border: 1px dashed #ccc; border-radius: 4px; padding: 1rem; text-align: center; font-size: 0.85rem; color: #999; margin-top: 1rem; }\n@media (max-width: 768px) { .calculator-container { grid-template-columns: 1fr; } .hero-section { padding: 1.5rem; } .nav-main { flex-direction: column; gap: 0.5rem; padding: 1rem; } .nav-link { padding: 0.5rem 0; } .hero-title { font-size: 1.8rem; } .probability-display { gap: 1rem; } }



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