/* One shared goal; keep the working surface quiet. */
.member-progress{background:var(--sky);color:var(--espresso)}
.member-progress-inner{max-width:1440px;margin:auto;padding:12px 4%;display:flex;align-items:center;gap:24px}
.progress-heading{font:400 1.6rem/1.2 Shadows;white-space:nowrap}
.progress-heading strong{font-weight:400}
.member-progress progress{appearance:none;flex:1;min-width:80px;max-width:420px;height:7px;border:0;background:var(--paper);color:var(--espresso)}
.member-progress progress::-webkit-progress-bar{background:var(--paper)}
.member-progress progress::-webkit-progress-value{background:var(--espresso);transition:width .2s}
.member-progress progress::-moz-progress-bar{background:var(--espresso)}
.progress-caption,.member-progress a{font:400 .75rem/1.5 Franklin}
.member-progress .progress-caption{font-size:.875rem}
.progress-next-goal{display:block;font-size:.8125rem}
.member-progress [hidden]{display:none}
.member-progress a{margin-left:auto;text-decoration:underline;text-underline-offset:4px;white-space:nowrap}
.gold-workspace{display:block}
.gold-workspace .today-surface{background:var(--paper);color:var(--espresso);padding:26px 0;max-width:850px}
.gold-workspace .today-surface h2{font-size:clamp(2.8rem,5vw,4.5rem);max-width:740px}
.gold-workspace .today-surface .hand-note{color:var(--espresso)}
.gold-workspace .today-surface .button{background:var(--espresso);color:var(--paper);border-color:var(--espresso)}
.gold-workspace .today-surface .surface-link{color:var(--espresso)}
.gold-workspace .today-surface :focus-visible{outline-color:var(--espresso)}
.daily-checklist{max-width:740px;margin:24px 0}
.daily-check{display:flex;align-items:flex-start;gap:16px;padding:18px 0;border-top:1px solid var(--espresso);font:400 1rem/1.6 Franklin;cursor:pointer}
.daily-check input{appearance:auto;flex:0 0 22px;width:22px;height:22px;margin:2px 0 0;accent-color:var(--espresso)}
.daily-check input:checked+span{text-decoration:line-through;text-decoration-thickness:1px}
.daily-check:has(input:checked){background:var(--sky);padding-left:14px;padding-right:14px}
.action-save-status{font:400 .75rem/1.5 Franklin;min-height:20px;margin:4px 0 0}
.panel-mode .member-progress{display:none}
@media(max-width:700px){.member-progress-inner{display:grid;grid-template-columns:auto 1fr;gap:8px 18px;padding:12px 5%}.member-progress progress{width:100%;max-width:none}.member-progress a{justify-self:end}.progress-caption{font-size:.6875rem}.gold-workspace .today-surface{padding:16px 0}}
