/* Pet Bonding Activity Calendar 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: #333; background: #fafafa; min-height: 100vh; }\na { color: #2563eb; text-decoration: none; }\na:hover { text-decoration: underline; }\nheader { background: white; box-shadow: 0 2px 4px rgba(0,0,0,0.05); position: sticky; top: 0; z-index: 10; }\n.nav { max-width: 1200px; margin: 0 auto; padding: 1rem 1.5rem; display: flex; justify-content: space-between; align-items: center; }\n.logo { font-weight: 700; font-size: 1.25rem; color: #1e40af; }\n.nav-links { display: flex; gap: 1.5rem; }\n.nav-links a { color: #64748b; font-weight: 500; }\n.nav-links a:hover { color: #2563eb; }\n#themeToggle { background: none; border: none; font-size: 1.25rem; cursor: pointer; }\nmain { max-width: 1200px; margin: 0 auto; padding: 1.5rem; }\n.hero { background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%); padding: 2rem; border-radius: 1rem; margin-bottom: 2rem; }\n.hero h1 { font-size: 2rem; margin-bottom: 0.75rem; color: #1e40af; }\n.hero p { color: #475569; margin-bottom: 1.5rem; }\npet-selector { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 1.5rem; }\nselect, textarea, input { padding: 0.75rem; border: 1px solid #cbd5e1; border-radius: 0.5rem; font-size: 1rem; }\nselect:focus, textarea:focus, input:focus { outline: 2px solid #3b82f6; border-color: #3b82f6; }\n.primary-btn { background: #2563eb; color: white; border: none; padding: 0.875rem 1.5rem; border-radius: 0.5rem; font-size: 1rem; font-weight: 600; cursor: pointer; transition: background 0.2s; }\n.primary-btn:hover { background: #1d4ed8; }\n.hidden { display: none; }\n.calendar-section h2 { font-size: 1.5rem; margin-bottom: 1rem; color: #1e40af; }\n.calendar-controls { display: flex; justify-content: center; align-items: center; gap: 1rem; margin-bottom: 1rem; }\n.calendar-controls button { background: white; border: 1px solid #cbd5e1; padding: 0.5rem 1rem; border-radius: 0.5rem; cursor: pointer; }\n.calendar-controls button:hover { background: #f1f5f9; }\n.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 1rem; }\n.calendar-day { background: white; border: 1px solid #e2e8f0; border-radius: 0.75rem; padding: 1rem; min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; }\n.day-header { font-weight: 600; margin-bottom: 0.5rem; }\n.activity-card { background: #f8fafc; border-left: 4px solid #3b82f6; padding: 0.75rem; margin-bottom: 0.5rem; border-radius: 0 0.5rem 0.5rem 0; }\n.activity-name { font-weight: 600; margin-bottom: 0.25rem; }\n.activity-desc { font-size: 0.875rem; color: #64748b; }\n.day-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 0.5rem; }\n.rating-stars { display: flex; gap: 0.25rem; }\n.rating-stars button { background: none; border: none; font-size: 1.25rem; cursor: pointer; color: #cbd5e1; }\n.rating-stars button.active { color: #fbbf24; }\n.photo-btn { background: none; border: 1px solid #cbd5e1; border-radius: 50%; width: 28px; height: 28px; cursor: pointer; font-size: 1rem; }\n.stats-bar { display: flex; justify-content: space-between; background: #eff6ff; padding: 0.75rem 1rem; border-radius: 0.5rem; margin-top: 1rem; font-size: 0.875rem; }\n.support-content { margin-top: 2rem; }\n.support-content h2 { font-size: 1.25rem; margin-bottom: 0.75rem; color: #1e40af; }\n.support-content h3 { font-size: 1rem; margin: 1.5rem 0 0.75rem; color: #334155; }\n.support-content p, support-content li { margin-bottom: 0.75rem; color: #475569; }\n.support-content ul { padding-left: 1.5rem; }\n.ad-reserve { margin: 2rem 0; text-align: center; min-height: 60px; display: flex; align-items: center; justify-content: center; background: #f1f5f9; border-radius: 0.5rem; }\nfooter { text-align: center; padding: 1.5rem; color: #64748b; font-size: 0.875rem; }\nfooter a { color: #475569; }\n@media (max-width: 768px) { .nav { flex-direction: column; gap: 1rem; } .nav-links { flex-direction: column; gap: 0.5rem; } .hero { padding: 1.5rem; } .calendar-grid { grid-template-columns: 1fr; } .pet-selector { flex-direction: column; } }\n@media (max-width: 480px) { .hero h1 { font-size: 1.5rem; } .nav-links { gap: 1rem; } }


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