/* Craft Beer Pairing Voyager Styles */
* { box-sizing: border-box; margin: 0; padding: 0; }\nbody { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; line-height: 1.6; color: #222; background: #fff; }\na { color: #0066cc; text-decoration: none; }\na:hover { text-decoration: underline; }\n.site-header { background: #f8f8f8; padding: 1rem 2rem; border-bottom: 1px solid #eee; position: sticky; top: 0; z-index: 10; }\n.site-header h1 { font-size: 1.5rem; margin-bottom: 0.5rem; }\n.site-header nav a { margin-right: 1.5rem; font-size: 0.9rem; }\n.site-main { max-width: 800px; margin: 0 auto; padding: 2rem 1rem; }\n.hero-section { text-align: center; margin-bottom: 2rem; }\n.tagline { font-size: 1.3rem; color: #555; margin-bottom: 1.5rem; }\n.presets { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }\n.preset-btn { background: #e8f4f8; border: 1px solid #b8d4de; border-radius: 20px; padding: 0.5rem 1rem; cursor: pointer; font-size: 0.9rem; }\n.preset-btn:hover { background: #d9ebf5; }\n.input-section { background: #fafafa; padding: 1.5rem; border-radius: 8px; margin-bottom: 2rem; }\n.input-section h2 { margin-bottom: 1rem; font-size: 1.2rem; }\n.field-group { margin-bottom: 1rem; }\n.field-group label { display: block; margin-bottom: 0.25rem; font-weight: 500; }\n.field-group input[type="text"] { width: 100%; padding: 0.75rem; border: 1px solid #ccc; border-radius: 4px; font-size: 1rem; }\n.field-group input[type="checkbox"] { margin-right: 0.5rem; }\n.checkbox-group { display: flex; align-items: center; }\n.generate-btn { width: 100%; background: #0066cc; color: white; border: none; padding: 1rem; font-size: 1.1rem; border-radius: 6px; cursor: pointer; }\n.generate-btn:hover { background: #0055aa; }\n.generate-btn:disabled { background: #999; cursor: not-allowed; }\n.results-section h2 { font-size: 1.2rem; margin-bottom: 1rem; }\n.results-container { background: white; border: 1px solid #eee; border-radius: 8px; padding: 1.5rem; min-height: 200px; }\n.result-card { border-left: 4px solid #0066cc; padding: 1rem; margin-bottom: 1rem; background: #f9f9f9; }\n.result-card h3 { font-size: 1rem; margin-bottom: 0.5rem; }\n.result-card .tasting-notes { font-size: 0.9rem; color: #555; margin-top: 0.5rem; }\n.result-card .save-btn { background: none; border: none; color: #0066cc; cursor: pointer; padding: 0; font-size: 1rem; margin-top: 0.5rem; }\n.result-card .save-btn.saved { color: #cc0000; }\n.result-card .share-link { margin-top: 0.75rem; }\n.result-card .share-link input { width: 70%; padding: 0.25rem; font-size: 0.85rem; }\n.result-card .share-link button { padding: 0.25rem 0.75rem; font-size: 0.85rem; }\n.empty-state { text-align: center; color: #888; padding: 2rem 1rem; }\n.empty-state p { margin: 0; }\n.how-it-works, .tips-section { margin-top: 2rem; padding: 1.5rem; background: #f5f5f5; border-radius: 8px; }\n.how-it-works h2, .tips-section h2 { margin-bottom: 1rem; color: #333; }\n.how-it-works ul, .tips-section ol { margin-left: 1.5rem; margin-bottom: 1rem; }\n.how-it-works dt { font-weight: 600; margin-top: 0.75rem; }\n.how-it-works dd { margin-left: 1rem; margin-bottom: 0.5rem; }\n.site-footer { text-align: center; padding: 1.5rem; margin-top: 3rem; border-top: 1px solid #eee; font-size: 0.9rem; }\n.site-footer a { color: #666; }\n@media (max-width: 600px) { \n  .site-header { padding: 1rem; }\n  .site-header h1 { font-size: 1.25rem; }\n  .site-header nav a { margin-right: 1rem; }\n  .tagline { font-size: 1.1rem; }\n  .presets { flex-direction: column; align-items: stretch; }\n  .input-section { padding: 1rem; }\n  .results-container { padding: 1rem; }\n  .how-it-works, .tips-section { padding: 1rem; }\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;
}
