/* Clippers Summer League Position Predictor Styles */
* { box-sizing: border-box; margin: 0; padding: 0; }\nhtml { font-size: 16px; }\nbody { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; line-height: 1.6; color: #1a1a1a; background: #f8f9fa; }\na { color: #1d3557; text-decoration: none; }\na:hover { text-decoration: underline; }\n.container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; }\nheader { background: linear-gradient(135deg, #1d3557 0%, #0d1e2f 100%); color: white; padding: 1rem 0; }\nheader h1 { font-size: 1.75rem; font-weight: 700; margin-bottom: 0.25rem; }\nheader .tagline { font-size: 0.9rem; opacity: 0.9; }\nnav a { margin-right: 1.5rem; font-size: 0.9rem; font-weight: 500; }\nnav a:hover { opacity: 0.8; }\n.hero { background: white; padding: 2rem 0; text-align: center; border-bottom: 1px solid #e9ecef; }\n.hero h2 { font-size: 1.5rem; color: #1d3557; margin-bottom: 0.5rem; }\n.hero p { color: #6c757d; }\n.predictor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 2rem 0; }\n.inputs, .analysis { background: white; border-radius: 8px; padding: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\nh3 { color: #1d3557; margin-bottom: 1rem; font-size: 1.25rem; }\n.preset-buttons { display: flex; gap: 0.5rem; margin-bottom: 1rem; flex-wrap: wrap; }\n.preset-btn { padding: 0.5rem 1rem; border: 1px solid #e9ecef; background: white; border-radius: 4px; cursor: pointer; font-size: 0.9rem; }\n.preset-btn:hover { background: #f8f9fa; }\n.preset-btn.active { background: #1d3557; color: white; border-color: #1d3557; }\n.players-table { width: 100%; border-collapse: collapse; margin: 1rem 0; }\n.players-table th, .players-table td { padding: 0.75rem; text-align: left; border-bottom: 1px solid #e9ecef; }\n.players-table input, .players-table select { width: 100%; padding: 0.25rem; border: 1px solid #ced4da; border-radius: 4px; font-size: 0.9rem; }\n.players-table input:focus, .players-table select:focus { outline: 2px solid #1d3557; border-color: #1d3557; }\n#add-player { margin-top: 1rem; width: 100%; }\n.need-sliders { display: flex; flex-direction: column; gap: 1.25rem; margin: 1rem 0; }\n.need-item { display: flex; flex-direction: column; gap: 0.25rem; }\n.need-item label { font-size: 0.9rem; color: #495057; }\n.need-item input[type="range"] { width: 100%; }\n.need-value { font-size: 0.85rem; color: #6c757d; text-align: right; }\n.btn-primary, .btn-secondary { padding: 0.75rem 1.5rem; border: none; border-radius: 4px; cursor: pointer; font-size: 1rem; font-weight: 500; }\n.btn-primary { background: #1d3557; color: white; }\n.btn-primary:hover { background: #0d1e2f; }\n.btn-secondary { background: #e9ecef; color: #495057; }\n.btn-secondary:hover { background: #dee2e6; }\n.results-area { margin-top: 1.5rem; }\n.result-card { background: #f8f9fa; border-left: 4px solid #1d3557; padding: 1rem; margin-bottom: 1rem; border-radius: 0 4px 4px 0; }\n.result-card h4 { color: #1d3557; margin-bottom: 0.5rem; }\n.result-card .prob { font-size: 1.5rem; font-weight: 700; color: #1d3557; }\n.result-card .explanation { font-size: 0.9rem; color: #6c757d; margin-top: 0.5rem; }\n.example-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; margin: 1rem 0; }\n.example-card { background: white; padding: 1rem; border-radius: 8px; border-left: 3px solid #1d3557; }\n.example-card h4 { color: #1d3557; font-size: 1rem; margin-bottom: 0.5rem; }\n.example-card p { font-size: 0.9rem; color: #495057; }\n.faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; margin: 1rem 0; }\n.faq-item { background: white; padding: 1rem; border-radius: 8px; }\n.faq-item h4 { font-size: 0.95rem; color: #1d3557; margin-bottom: 0.5rem; }\n.faq-item p { font-size: 0.85rem; color: #6c757d; }\nfooter { background: #1d3557; color: white; padding: 1.5rem 0; margin-top: 3rem; }\nfooter a { color: #e9ecef; }\nfooter .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }\n@media (max-width: 768px) { .predictor-grid { grid-template-columns: 1fr; } .footer a { display: block; } }



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