/* Documentary Series Tracker 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: #222; background: #fff; }\n\n.site-header { background: linear-gradient(135deg, #2c3e50, #34495e); color: white; padding: 1rem 0; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }\n.header-container { max-width: 800px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }\n.site-title { font-size: 1.5rem; font-weight: 600; }\n.site-nav a { color: #ecf0f1; text-decoration: none; margin-left: 1.5rem; font-size: 0.9rem; transition: opacity 0.2s; }\n.site-nav a:hover { opacity: 0.8; }\n\n.site-main { max-width: 800px; margin: 2rem auto; padding: 0 1rem; }\nsection { margin-bottom: 2.5rem; }\n\n.hero-section h2 { font-size: 1.8rem; margin-bottom: 0.75rem; color: #2c3e50; }\n.hero-section p { color: #555; margin-bottom: 1.5rem; }\n\n.series-form { display: flex; gap: 0.75rem; margin-bottom: 1rem; }\n.series-form input { flex: 1; padding: 0.75rem; border: 1px solid #ddd; border-radius: 4px; font-size: 1rem; }\n.series-form button { background: #3498db; color: white; border: none; padding: 0.75rem 1.5rem; border-radius: 4px; cursor: pointer; font-size: 1rem; transition: background 0.2s; }\n.series-form button:hover { background: #2980b9; }\n\n.series-list { background: #f8f9fa; border-radius: 8px; padding: 1.5rem; min-height: 200px; }\n.series-item { background: white; border: 1px solid #e1e4e8; border-radius: 6px; padding: 1rem; margin-bottom: 1rem; }\n.series-item:last-child { margin-bottom: 0; }\n.series-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.75rem; }\n.series-name { font-size: 1.2rem; font-weight: 500; color: #2c3e50; }\n.series-meta { font-size: 0.85rem; color: #666; }\n.episode-item { background: #f5f7fa; border-radius: 4px; padding: 0.75rem; margin: 0.5rem 0; border-left: 3px solid #3498db; }\n.episode-title { font-weight: 500; margin-bottom: 0.25rem; }\n.episode-notes { font-size: 0.9rem; color: #555; }\n.episode-actions { display: flex; gap: 0.5rem; margin-top: 0.5rem; }\n.episode-actions button { background: none; border: none; color: #3498db; cursor: pointer; font-size: 0.85rem; padding: 0.25rem 0.5rem; }\n.episode-actions button:hover { text-decoration: underline; }\n\n.empty-state { text-align: center; padding: 2rem 0; color: #777; }\n.empty-state p { margin: 0; }\n\n.example-list { list-style: none; padding-left: 0; }\n.example-list li { padding: 0.5rem 0; border-bottom: 1px solid #eee; }\n.example-list li:last-child { border-bottom: none; }\n.example-list strong { color: #2c3e50; }\n\n.faq-section .faq-item { margin-bottom: 1.5rem; }\n.faq-item h4 { font-size: 1rem; margin-bottom: 0.5rem; color: #2c3e50; }\n.faq-item p { font-size: 0.95rem; color: #555; }\n\n.site-footer { text-align: center; padding: 1.5rem 0; margin-top: 2rem; border-top: 1px solid #eee; color: #777; font-size: 0.9rem; }\n.last-updated { margin-top: 0.5rem; color: #999; }\n\n@media (max-width: 600px) { \n  .header-container { flex-direction: column; text-align: center; }\n  .site-nav { margin-top: 1rem; }\n  .series-form { flex-direction: column; }\n  .site-title { font-size: 1.3rem; }\n  .hero-section h2 { font-size: 1.5rem; }\n}\n\n@media (max-width: 400px) { \n  .site-header { padding: 0.75rem 0; }\n  .series-form button { padding: 0.5rem 1rem; font-size: 0.9rem; }\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;
}
