/* Spider-Man Theme Explorer 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: #1a1a1a; background: #f8f9fa; }\na { color: #2c3e50; text-decoration: none; }\na:hover { text-decoration: underline; }\n.container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; }\n\n/* Header */\nheader { background: linear-gradient(135deg, #e74c3c, #c0392b); color: white; padding: 1.5rem 0; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }\nheader h1 { font-size: 2rem; margin-bottom: 0.25rem; }\nheader .tagline { font-size: 1rem; opacity: 0.9; }\nnav { margin-top: 1rem; }\nnav a { color: white; margin-right: 1.5rem; font-size: 0.9rem; background: rgba(255,255,255,0.1); padding: 0.25rem 0.75rem; border-radius: 4px; }\nnav a:hover { background: rgba(255,255,255,0.2); }\n\n/* Hero Section */\n.hero { background: linear-gradient(135deg, #34495e, #2c3e50); color: white; padding: 2rem 0; margin-bottom: 1rem; }\n.hero h2 { font-size: 1.75rem; margin-bottom: 0.5rem; }\n.theme-selector { display: flex; gap: 1rem; align-items: center; margin-top: 1rem; }\n.theme-selector label { font-size: 1.1rem; }\n.theme-selector select { padding: 0.5rem; font-size: 1rem; border-radius: 4px; border: none; }\n.theme-selector button { background: #e74c3c; color: white; border: none; padding: 0.5rem 1rem; border-radius: 4px; cursor: pointer; }\n.theme-selector button:hover { background: #c0392b; }\n\n/* Matrix Section */\n.theme-matrix h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }\n.theme-matrix .matrix-card { background: white; border-radius: 8px; padding: 1.5rem; margin-bottom: 1rem; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }\n.theme-matrix h4 { color: #e74c3c; font-size: 1.25rem; margin-bottom: 0.5rem; }\n.theme-matrix table { width: 100%; border-collapse: collapse; margin: 1rem 0; }\n.theme-matrix th, .theme-matrix td { padding: 0.75rem; text-align: left; border-bottom: 1px solid #eee; }\n.theme-matrix th { background: #f8f9fa; font-weight: 600; }\n.theme-matrix tbody tr:hover { background: #f8f9fa; }\n.add-collection { background: #27ae60; color: white; border: none; padding: 0.5rem 1rem; border-radius: 4px; cursor: pointer; margin-top: 0.5rem; }\n.add-collection:hover { background: #1e8449; }\n\n/* Comparison View */\n.comparison-view { background: #f8f9fa; padding: 2rem 0; margin: 2rem 0; }\n.comparison-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }\n.comparison-item { background: white; padding: 1.5rem; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }\n.comparison-item h4 { color: #e74c3c; margin-bottom: 0.5rem; }\n.comparison-item p { margin-bottom: 0.5rem; font-size: 0.95rem; }\n.comparison-item strong { color: #2c3e50; }\n\n/* Collection Panel */\n.collection-panel { background: white; padding: 2rem 0; }\n#user-collection { background: #f8f9fa; border-radius: 8px; padding: 1.5rem; min-height: 150px; }\n.collection-item { background: white; padding: 1rem; border-radius: 4px; margin-bottom: 0.75rem; border-left: 4px solid #e74c3c; box-shadow: 0 1px 4px rgba(0,0,0,0.05); }\n.collection-item h5 { font-size: 1rem; margin-bottom: 0.25rem; color: #2c3e50; }\n.collection-item p { font-size: 0.85rem; color: #666; }\n\n/* Supporting Content */\n.supporting-content { background: #f8f9fa; padding: 2rem 0; }\n.supporting-content h2 { font-size: 1.75rem; margin-bottom: 1rem; color: #2c3e50; }\n.supporting-content p { margin-bottom: 1rem; }\n\n/* Footer */\nfooter { background: #2c3e50; color: white; padding: 1rem 0; font-size: 0.9rem; }\nfooter a { color: #bdc3c7; }\nfooter a:hover { color: white; }\n\n/* Responsive */\n@media (max-width: 768px) {\n  header h1 { font-size: 1.5rem; }\n  .theme-selector { flex-direction: column; }\n  .comparison-grid { grid-template-columns: 1fr; }\n  .supporting-content { padding: 1rem 0; }\n  .supporting-content .container { padding: 0 0.5rem; }\n}\n@media (max-width: 480px) {\n  .theme-selector select { width: 100%; }\n  .theme-selector button { width: 100%; }\n}\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;
}
