.weekly-page { background: #f5f8f6; }
.weekly-hero { padding: 52px 0 46px; border-bottom: 1px solid #dce7e1; background: #fff; }
.weekly-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 52px; align-items: center; }
.weekly-hero h1 { margin: 8px 0 18px; font-size: 43px; line-height: 1.28; letter-spacing: 0; }
.weekly-hero p:last-child { max-width: 680px; margin: 0; color: #53645e; line-height: 1.8; }
.weekly-hero-visual { height: 190px; overflow: hidden; border-radius: 8px; background: #eef8f3; }
.weekly-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.weekly-tool-section { padding: 34px 0 66px; }
.weekly-privacy { margin: 0 0 22px; padding: 15px 18px; border-left: 3px solid #0b8b72; color: #49605a; background: #eef8f3; line-height: 1.7; }
.weekly-layout { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 22px; align-items: start; }
.weekly-card { padding: 26px; border: 1px solid #d8e3dd; border-radius: 8px; background: #fff; box-shadow: 0 12px 26px rgba(20, 52, 41, 0.055); }
.weekly-card-heading { display: flex; gap: 18px; align-items: flex-start; justify-content: space-between; margin-bottom: 22px; }
.weekly-card-heading h2 { margin: 3px 0 0; font-size: 25px; line-height: 1.4; letter-spacing: 0; }
.weekly-card-heading .eyebrow { margin: 0; }
.weekly-range, .weekly-count-badge { flex: 0 0 auto; padding: 7px 10px; border: 1px solid #c8ded3; border-radius: 999px; color: #087f67; background: #f2faf6; font-size: 13px; font-weight: 700; }
.weekly-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.weekly-field-grid label { display: grid; gap: 8px; color: #243a32; font-size: 14px; font-weight: 700; }
.weekly-field-grid label span { color: #718079; font-size: 12px; font-weight: 500; }
.weekly-field-grid input, .weekly-field-grid select { width: 100%; min-width: 0; height: 46px; padding: 0 12px; border: 1px solid #cfdcd5; border-radius: 6px; color: #172923; background: #fff; font: inherit; }
.weekly-field-grid input:focus, .weekly-field-grid select:focus { border-color: #0b8b72; outline: 3px solid rgba(11, 139, 114, 0.12); }
.weekly-entry-actions, .weekly-summary-actions, .weekly-social-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 22px; }
.weekly-status { min-height: 24px; margin: 13px 0 0; color: #087f67; font-size: 13px; }
.weekly-metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.weekly-metric { min-height: 112px; padding: 18px; border: 1px solid #dce5e0; border-radius: 7px; background: #fafcfb; }
.weekly-metric.primary { border-color: #b9dbc9; background: #eef8f3; }
.weekly-metric span { display: block; color: #63736d; font-size: 13px; font-weight: 700; }
.weekly-metric strong { display: inline-block; margin-top: 12px; color: #172923; font-size: 30px; line-height: 1; }
.weekly-metric small { margin-left: 5px; color: #63736d; font-weight: 700; }
.weekly-progress-block { margin-top: 22px; }
.weekly-progress-label { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 8px; color: #31483f; font-size: 14px; }
.weekly-progress-track { height: 10px; overflow: hidden; border-radius: 999px; background: #e5ece8; }
.weekly-progress-track span { display: block; width: 0; height: 100%; background: #0b8b72; transition: width 180ms ease; }
.weekly-progress-block.strength .weekly-progress-track span { background: #6a9f41; }
.weekly-progress-block p { margin: 9px 0 0; color: #66766f; font-size: 13px; line-height: 1.6; }
.weekly-clear { padding: 10px 2px; border: 0; color: #6a7571; background: transparent; cursor: pointer; font: inherit; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.weekly-log-card { margin-top: 22px; }
.weekly-empty { padding: 34px 20px; border: 1px dashed #cbdad2; border-radius: 7px; color: #6a7973; text-align: center; background: #fafcfb; }
.weekly-log { display: grid; gap: 10px; }
.weekly-log-item { display: grid; grid-template-columns: 78px minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 15px 16px; border: 1px solid #dce5e0; border-radius: 7px; }
.weekly-log-day { color: #087f67; font-weight: 800; }
.weekly-log-main strong { display: block; margin-bottom: 3px; color: #172923; }
.weekly-log-main span { color: #67766f; font-size: 13px; }
.weekly-log-remove { width: 34px; height: 34px; border: 1px solid #d3dfd9; border-radius: 50%; color: #64746d; background: #fff; cursor: pointer; font-size: 20px; line-height: 1; }
.weekly-sync { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 34px; align-items: center; margin-top: 22px; padding: 28px; border: 1px solid #cce0d5; border-radius: 8px; background: #eef8f3; }
.weekly-sync h2 { margin: 4px 0 10px; font-size: 24px; letter-spacing: 0; }
.weekly-sync p:not(.eyebrow) { max-width: 720px; margin: 0; color: #4f625a; line-height: 1.75; }
.weekly-social-actions { justify-content: flex-end; margin-top: 0; }
.weekly-content { background: #fff; }
.weekly-content .article { padding-top: 62px; padding-bottom: 72px; }
@media (max-width: 900px) {
  .weekly-hero-grid { grid-template-columns: minmax(0, 1fr) 230px; gap: 28px; }
  .weekly-layout { grid-template-columns: 1fr; }
  .weekly-sync { grid-template-columns: 1fr; }
  .weekly-social-actions { justify-content: flex-start; }
}
@media (max-width: 640px) {
  .weekly-hero { padding: 34px 0 30px; }
  .weekly-hero-grid { grid-template-columns: 1fr; }
  .weekly-hero h1 { font-size: 32px; }
  .weekly-hero-visual { height: 150px; }
  .weekly-tool-section { padding: 22px 0 48px; }
  .weekly-card, .weekly-sync { padding: 20px; }
  .weekly-card-heading { display: grid; gap: 10px; }
  .weekly-range, .weekly-count-badge { justify-self: start; }
  .weekly-field-grid, .weekly-metrics { grid-template-columns: 1fr; }
  .weekly-entry-actions .button, .weekly-summary-actions .button, .weekly-social-actions .button { width: 100%; }
  .weekly-log-item { grid-template-columns: 62px minmax(0, 1fr) 34px; gap: 10px; padding: 13px 12px; }
  .weekly-log-main span { line-height: 1.55; }
}
