/* Fast & Furious 11 Planning - Styles */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #333; background: #fff; }
.container { max-width: 1200px; margin: 0 auto; padding: 1rem; }
.site-header { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); color: white; padding: 1rem 0; }
.site-title { font-size: 1.8rem; margin-bottom: 0.5rem; }
.site-nav { display: flex; gap: 1rem; flex-wrap: wrap; }
.site-nav a { color: #ffd700; text-decoration: none; font-weight: 500; transition: opacity 0.2s; }
.site-nav a:hover { opacity: 0.8; }
.hero-section { text-align: center; padding: 2rem 0; border-bottom: 2px solid #eee; }
.hero-section h2 { font-size: 2rem; margin-bottom: 0.5rem; color: #1a1a2e; }
.hero-section p { color: #666; margin-bottom: 1.5rem; }
.preset-buttons { display: flex; justify-content: center; gap: 0.5rem; flex-wrap: wrap; }
.preset-btn { background: #f0f0f0; border: 2px solid #ddd; padding: 0.5rem 1rem; border-radius: 20px; cursor: pointer; transition: all 0.2s; }
.preset-btn:hover { background: #ffd700; border-color: #ff6b35; }
.preset-btn.active { background: #ff6b35; color: white; }
.planner-section { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 2rem 0; }
@media (max-width: 768px) { .planner-section { grid-template-columns: 1fr; } }
.timeline-controls h3, .timeline-visualizer h3 { font-size: 1.2rem; margin-bottom: 1rem; color: #1a1a2e; }
.movie-checklist { max-height: 300px; overflow-y: auto; border: 1px solid #eee; border-radius: 8px; padding: 0.5rem; }
.movie-item { display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem; border-bottom: 1px solid #f5f5f5; }
.movie-item:last-child { border-bottom: none; }
.movie-checkbox { width: 18px; height: 18px; cursor: pointer; }
.movie-name { font-weight: 500; }
.movie-year { color: #888; font-size: 0.9rem; }
.timeline-steps { display: flex; flex-direction: column; gap: 1rem; height: 300px; overflow-y: auto; padding: 0.5rem; border: 1px solid #eee; border-radius: 8px; background: #fafafa; }
.movie-card { background: white; border: 2px solid #ff6b35; border-radius: 8px; padding: 1rem; text-align: center; min-width: 150px; flex-shrink: 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.movie-card.featured { background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%); color: white; }
.movie-card.featured h4 { color: white; }
.relationship-section { background: #f8f9fa; padding: 1.5rem; border-radius: 8px; margin: 2rem 0; }
.character-grid { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.character-node { width: 40px; height: 40px; border-radius: 50%; background: #ffd700; border: 2px solid #ff6b35; font-size: 0.8rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: transform 0.2s; }
.character-node:hover { transform: scale(1.1); }
.relationship-map { background: white; border-radius: 8px; padding: 1rem; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.export-section { background: #e8f4f8; padding: 1.5rem; border-radius: 8px; margin: 2rem 0; }
.export-actions { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.export-btn, .share-btn { background: #ff6b35; color: white; border: none; padding: 0.75rem 1.5rem; border-radius: 6px; cursor: pointer; transition: background 0.2s; }
.export-btn:hover, .share-btn:hover { background: #e55a2f; }
.save-indicator { text-align: center; color: #666; font-size: 0.9rem; }
.planning-guide { background: #fafafa; padding: 2rem; border-radius: 8px; margin: 2rem 0; }
.planning-guide h2 { font-size: 1.6rem; margin-bottom: 1rem; color: #1a1a2e; }
.planning-guide h3 { font-size: 1.2rem; margin: 1.5rem 0 0.5rem; color: #ff6b35; }
.guide-content ul { list-style: none; padding-left: 1rem; }
.guide-content li { margin-bottom: 0.5rem; position: relative; padding-left: 1.5rem; }
.guide-content li::before { content: '•'; color: #ff6b35; position: absolute; left: 0; font-size: 1.5rem; top: -0.3rem; }
.ad-slot-section { text-align: center; padding: 1rem; margin: 2rem 0; }
.site-footer { background: #1a1a2e; color: #aaa; padding: 1.5rem 0; margin-top: 2rem; text-align: center; }
.site-footer a { color: #ffd700; }
.site-footer a:hover { text-decoration: underline; }
@media (max-width: 768px) { .planner-section { grid-template-columns: 1fr; } .site-nav { flex-direction: column; align-items: center; } .hero-section h2 { font-size: 1.5rem; } }
@media (max-width: 480px) { .preset-buttons { flex-direction: column; align-items: center; } .export-actions { flex-direction: column; align-items: center; } }


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