/* Weeklift shared styles — extracted from duplicated per-page <style> blocks */

/* Base */
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; color: #F7F4ED; background-color: #17191D; max-width: 800px; margin: 0 auto; padding: 2rem; }

/* Navigation */
.nav-logo-icon { height: 24px; width: auto; display: block; }
.site-nav a.nav-link:hover { color: #F4B942; }
.site-nav a.nav-link { color: #AEB5BF; text-decoration: none; font-size: 0.95rem; }
.nav-logo-text { display: inline-flex; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid #343A43; margin-bottom: 2.5rem; flex-wrap: wrap; }
.site-nav .nav-logo .brand-amber { color: #F4B942; }
.site-nav .nav-logo { font-family: "Georgia", "Times New Roman", serif; font-size: 1.4rem; text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; }
.site-nav .nav-logo .brand-white { color: #F7F4ED; }

/* Footer */
footer a { color: #F4B942; text-decoration: none; margin: 0 10px; }
footer a:hover { text-decoration: underline; }
.footer-disclaimer { font-size: 0.75rem; color: #AEB5BF; margin-top: 1rem; }
footer { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #343A43; text-align: center; font-size: 0.9rem; color: #AEB5BF; }

/* Shared components (cta blocks, cards, disclaimers, etc.) */
h1, h2, h3 { color: #F7F4ED; }
.cta-subtext { color: #AEB5BF; font-size: 0.85rem; margin-top: 0.75rem; }
.other-tools a { color: #F4B942; text-decoration: none; margin: 0 0.5rem; }
header.page-head { text-align: center; margin-bottom: 2.5rem; }
header.page-head h1 { font-size: 2rem; margin-bottom: 0.5rem; }
.disclaimer-box strong { color: #F4B942; }
.card strong, .digest-preview strong, .annotation strong, .topic strong { color: #F4B942; }
details { background: #22262C; border: 1px solid #343A43; border-radius: 10px; padding: 1rem 1.25rem; margin-bottom: 2rem; }
.disclaimer-box { background: rgba(244, 185, 66, 0.08); border: 1px solid rgba(244, 185, 66, 0.25); border-radius: 10px; padding: 1rem 1.25rem; font-size: 0.85rem; color: #AEB5BF; margin-bottom: 2rem; }
.cta-block h3 { margin-top: 0; }
.tagline { color: #AEB5BF; font-size: 1.05rem; margin-top: 0; }
.cta-block { text-align: center; background: #22262C; border: 1px solid #343A43; border-radius: 12px; padding: 2rem; margin-bottom: 2rem; }
summary { color: #F7F4ED; cursor: pointer; font-weight: 600; }
.cta-button:hover { background: #FFCC66; }
.other-tools { text-align: center; font-size: 0.9rem; color: #AEB5BF; margin-bottom: 2rem; }
.cta-button { display: inline-block; background: #F4B942; color: #17191D; font-weight: bold; padding: 0.9rem 2rem; border-radius: 8px; text-decoration: none; margin-top: 0.5rem; }
.tool-panel { background: #22262C; border: 1px solid #343A43; border-radius: 12px; padding: 2rem; margin-bottom: 2rem; }
