/* Conversation Participation Analyzer Styles */
* { box-sizing: border-box; margin: 0; padding: 0; }\nhtml { font-size: 100%; }\nbody { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; line-height: 1.5; color: #333; background: #fff; }\n.site-header, .site-footer { background: #f5f5f5; padding: 1rem 2rem; border-bottom: 1px solid #e0e0e0; }\n.site-header h1 { font-size: 1.5rem; margin-bottom: 0.5rem; }\n.site-header nav a { margin-right: 1.5rem; text-decoration: none; color: #0066cc; }\n.site-header nav a:hover { text-decoration: underline; }\n.site-main { max-width: 960px; margin: 0 auto; padding: 2rem; }\nsection { margin-bottom: 2rem; }\nh2 { font-size: 1.25rem; margin-bottom: 1rem; color: #222; }\nh3 { font-size: 1rem; margin: 1rem 0 0.5rem; color: #444; }\n.intro p { margin-bottom: 1rem; }\n.input-area { background: #f9f9f9; padding: 1.5rem; border-radius: 8px; }\n#participants-table { width: 100%; border-collapse: collapse; margin: 1rem 0; }\n#participants-table th, #participants-table td { padding: 0.75rem; border: 1px solid #ddd; text-align: left; }\n#participants-table input { width: 100%; padding: 0.25rem; font-size: 1rem; }\n.preset-buttons { margin-bottom: 1rem; }\n.preset-btn { background: #0066cc; color: white; border: none; padding: 0.5rem 1rem; border-radius: 4px; cursor: pointer; margin-right: 0.5rem; }\n.preset-btn:hover { background: #0055aa; }\n.form-controls { display: flex; gap: 0.5rem; margin-top: 1rem; }\n.form-controls button { padding: 0.5rem 1rem; border: 1px solid #0066cc; background: white; color: #0066cc; border-radius: 4px; cursor: pointer; }\n.form-controls button:hover { background: #e6f0ff; }\n.help-text { font-size: 0.875rem; color: #666; margin-top: 0.5rem; }\n.results-area { background: #f0fff4; padding: 1.5rem; border-radius: 8px; border-left: 4px solid #00c853; }\n.results-area[aria-hidden="true"] { display: none; }\n.summary-stats p { margin-bottom: 0.5rem; font-weight: bold; }\n.charts { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1rem; }\n.chart-container { background: white; padding: 1rem; border-radius: 6px; }\n.chart-container canvas { width: 100% !important; height: auto !important; }\n.suggestions ul { list-style: none; padding-left: 1rem; }\n.suggestions li { background: #e6f7ff; padding: 0.75rem; margin: 0.5rem 0; border-radius: 4px; border-left: 4px solid #0066cc; }\n.result-controls { margin-top: 1rem; display: flex; gap: 0.5rem; }\n.result-controls button { padding: 0.5rem 1rem; border: 1px solid #0066cc; background: white; color: #0066cc; border-radius: 4px; cursor: pointer; }\n.result-controls button:hover { background: #e6f0ff; }\n.pattern-history { background: #fff8e6; padding: 1.5rem; border-radius: 8px; }\n#pattern-select { width: 100%; max-width: 300px; padding: 0.5rem; margin-right: 0.5rem; }\n#clear-history { background: #ff4d4d; color: white; border: none; padding: 0.5rem 1rem; border-radius: 4px; cursor: pointer; }\n.value-adds h3 { margin-top: 1.5rem; }\n.value-adds ul { list-style: none; padding-left: 1rem; }\n.value-adds li { margin-bottom: 0.5rem; }\n.faq-section dl { display: grid; gap: 1rem; }\n.faq-section dt { font-weight: bold; }\n.faq-section dd { margin-left: 0; color: #555; }\n.site-footer { font-size: 0.875rem; text-align: center; }\n.site-footer a { color: #0066cc; }\n@media (max-width: 600px) { 
  .site-main { padding: 1rem; }
  .site-header, .site-footer { padding: 1rem; }
  .form-controls { flex-direction: column; }
  .result-controls { flex-direction: column; }
  #participants-table { font-size: 0.875rem; }
  #participants-table th, #participants-table td { padding: 0.5rem; }
}



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