/* Great Depression Resource Hub Styles */
* { box-sizing: border-box; margin: 0; padding: 0; }\nhtml { font-size: 16px; }\nbody { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; line-height: 1.6; color: #333; background-color: #fff; }\n.container { max-width: 1200px; margin: 0 auto; padding: 1rem; }\n.site-header { background: linear-gradient(135deg, #6b4c3a, #8c5d42); color: white; padding: 1rem 0; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }\n.site-title { font-size: 1.8rem; font-weight: 700; margin-bottom: 0.5rem; }\n.site-nav { display: flex; flex-wrap: wrap; gap: 1rem; }\n.site-nav a { color: rgba(255,255,255,0.9); text-decoration: none; font-weight: 500; padding: 0.25rem 0.5rem; border-radius: 4px; transition: background-color 0.2s; }\n.site-nav a:hover, .site-nav a:focus { background-color: rgba(255,255,255,0.1); outline: 2px solid currentColor; outline-offset: 2px; }\n.site-nav a[aria-current='page'] { background-color: white; color: #6b4c3a; font-weight: 700; }\n.hero-section { padding: 2rem 0; border-bottom: 2px solid #e8e4de; }\n.hero-section h2 { font-size: 2rem; margin-bottom: 1rem; color: #5a4636; }\n.hero-section p { font-size: 1.1rem; margin-bottom: 1.5rem; color: #666; }\n.quick-start h3 { margin-bottom: 0.5rem; color: #8c5d42; }\n.quick-start ul { list-style: none; padding-left: 0; }\n.quick-start li { margin-bottom: 0.75rem; padding-left: 1.5rem; position: relative; }\n.quick-start li::before { content: '→'; position: absolute; left: 0; color: #8c5d42; font-weight: bold; }\n.quick-start a { color: #6b4c3a; text-decoration: none; font-weight: 600; }\n.quick-start a:hover { text-decoration: underline; }\n.strategy-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin: 1.5rem 0; }\n.strategy-card { background: #f8f5f0; border: 1px solid #e8e4de; border-radius: 8px; padding: 1.25rem; transition: transform 0.2s, box-shadow 0.2s; }\n.strategy-card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.08); }\n.strategy-card h4 { font-size: 1.25rem; margin-bottom: 0.75rem; color: #5a4636; }\n.strategy-card p { margin-bottom: 0.75rem; font-size: 0.95rem; color: #666; }\n.strategy-card a { color: #6b4c3a; text-decoration: none; font-weight: 600; font-size: 0.9rem; }\n.strategy-card a:hover { text-decoration: underline; }\n.modern-application h2 { font-size: 1.75rem; margin-bottom: 1rem; color: #5a4636; }\n.modern-application p { margin-bottom: 1rem; color: #666; }\n.caveats-section { background: #fff8f0; border-left: 4px solid #8c5d42; padding: 1rem; margin: 1.5rem 0; border-radius: 0 8px 8px 0; }\n.caveats-section h3 { color: #6b4c3a; margin-bottom: 0.5rem; }\n.faq-section { margin-top: 1.5rem; }\n.faq-section h3 { margin-bottom: 1rem; color: #6b4c3a; }\n.faq-section dl { display: grid; gap: 0.75rem; }\n.faq-section dt { font-weight: 600; color: #5a4636; }\n.faq-section dd { margin: 0; color: #666; font-size: 0.95rem; }\n.site-footer { background: #f0ede6; padding: 1rem 0; margin-top: 2rem; border-top: 1px solid #e8e4de; font-size: 0.9rem; text-align: center; }\n.site-footer a { color: #6b4c3a; text-decoration: none; }\n@media (max-width: 768px) { .site-title { font-size: 1.5rem; } .site-nav { flex-direction: column; } .hero-section h2 { font-size: 1.6rem; } .strategy-grid { grid-template-columns: 1fr; } }



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