/* Saved plans, with room for both a normal day and an overnight shift. */
.stride-app .do-overview{margin:0 0 32px;min-width:0;color:#283a2e}
.do-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:17px}.do-heading>div{min-width:0}
.do-eyebrow{display:block;color:#68735f;font-size:10px;font-weight:650;letter-spacing:.13em;margin-bottom:5px}
.stride-app .do-heading h2{font:400 28px/1.15 Georgia,serif;letter-spacing:-.6px;margin:0}.stride-app .do-heading p{margin:6px 0 0;color:#616a5d;font-size:11px;line-height:1.5;overflow-wrap:anywhere}
.stride-app .do-shopping{display:flex;align-items:center;justify-content:center;gap:8px;flex:none;min-height:44px;padding:10px 13px;border:1px solid #bec8b4;border-radius:6px;background:#edf1e5;color:#354b32;font:600 12px/1.3 var(--body);cursor:pointer}.do-shopping span{font-size:15px}
.do-days{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.do-day{display:flex;flex-direction:column;min-width:0;border:1px solid #d8ddce;border-radius:10px;background:#fffdf8;overflow:hidden}
.do-day-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:19px 20px 16px;background:#edf0e6;border-bottom:1px solid #dce1d3}
.do-day:nth-child(2) .do-day-heading{background:#f0ece3}
.stride-app .do-day-heading h3{margin:0;color:#2a3e30;font:400 25px/1.2 Georgia,serif;letter-spacing:-.3px}.stride-app .do-day-heading p{margin:4px 0 0;font-size:11px;color:#66705f}
.stride-app .do-shift{display:flex;flex-direction:column;align-items:flex-start;gap:3px;max-width:60%;min-height:44px;padding:9px 10px;border:1px solid #c5d1bc;border-radius:6px;background:#e6eddf;color:#3f5339;text-align:left;font:inherit;cursor:pointer}.do-shift strong{font-size:11px;line-height:1.3}.do-shift span{font-size:10px;line-height:1.3}.stride-app .do-shift-night{background:#dce6ec;border-color:#b9cbd6;color:#344e60}.stride-app .do-shift-day{background:#f2e6cd;border-color:#decca8;color:#725222}
.stride-app .do-meals{list-style:none;padding:0 20px;margin:0}.do-meal{display:grid;grid-template-columns:77px minmax(0,1fr) 44px;gap:10px;align-items:center;padding:14px 0;border-bottom:1px solid #e6e7df;min-height:94px}.do-meal:last-child{border-bottom:0}
.do-meal-time{display:flex;flex-direction:column;align-items:flex-start;gap:3px;font-variant-numeric:tabular-nums}.do-meal-time time{font-size:17px;font-weight:600;line-height:1.2;color:#365137}.do-meal-time small{font-size:9px;line-height:1.3;color:#707965}.do-meal-time>span{font-size:16px;color:#8b9580}.do-meal-time .do-time-missing{font-size:11px;line-height:1.4}
.do-meal-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.do-meal-label{font-size:9px;letter-spacing:.05em;text-transform:uppercase;color:#68745e}.do-meal-copy strong{font-size:13px;font-weight:550;line-height:1.4;overflow-wrap:anywhere}.do-meal-copy small{font-size:10px;line-height:1.4;color:#717967}.do-meal.is-empty .do-meal-copy strong{font-weight:400;color:#828878}
.stride-app .do-meal-edit{display:grid;place-items:center;width:44px;min-width:44px;min-height:44px;padding:4px;border:1px solid #d5dec9;border-radius:50%;background:#f1f5e9;color:#4b603c;font:600 11px/1 var(--body);cursor:pointer}.do-meal.is-empty .do-meal-edit{font-size:21px;font-weight:400}
.do-routine{display:flex;flex-wrap:wrap;justify-content:space-between;gap:7px 15px;padding:11px 20px;background:#f6f7f0;color:#6a755e;border-block:1px solid #e4e8da;font-size:10px;line-height:1.5}.do-routine strong{font-weight:550;color:#425439;margin-left:4px}
.do-fast{padding:16px 20px 18px;margin-top:auto;background:#fffdf8}.do-fast-heading{display:flex;justify-content:space-between;align-items:center;gap:10px;min-height:38px;margin-bottom:3px}.stride-app .do-fast h4{font:600 12px/1.45 var(--body);margin:0;color:#3b5239}.stride-app .do-fast-heading button{flex:none;min-height:44px;padding:7px 0 7px 6px;border:0;background:transparent;color:#526447;text-decoration:underline;text-underline-offset:3px;font:500 11px/1.3 var(--body);cursor:pointer}
.stride-app .do-fast ul{list-style:none;padding:0;margin:0 0 8px}.do-fast li{padding:7px 0}.do-fast li+li{border-top:1px solid #e6e9dc}.do-fast-range{display:flex;align-items:center;flex-wrap:wrap;gap:7px;font-size:13px;font-weight:550;line-height:1.5;font-variant-numeric:tabular-nums}.do-fast-range>span{color:#8a977e}.do-fast li>small{display:block;font-size:9px;color:#737d67;margin-top:3px;line-height:1.5;overflow-wrap:anywhere}.stride-app .do-fast p{font-size:10px;line-height:1.55;color:#738067;margin:4px 0 0}.do-fast[data-fast-status="paused"]{background:#f6f0e6}.do-fast[data-fast-status^="manual"]{background:#edf3ef}
.stride-app .do-footnote{margin:12px 2px 0;font-size:10px;line-height:1.6;color:#78816c}
.do-overview button:focus-visible{outline:3px solid #7c9670;outline-offset:3px}
@media(max-width:759px){.do-days{grid-template-columns:minmax(0,1fr);gap:15px}.stride-app .do-overview{margin-bottom:26px}.do-day-heading{padding:16px 17px}.stride-app .do-meals{padding-inline:17px}.do-routine{padding-inline:17px}.do-fast{padding:12px 17px 16px}.do-meal{min-height:83px;grid-template-columns:72px minmax(0,1fr) 44px}.stride-app .do-heading h2{font-size:25px}.do-heading{align-items:flex-end}.stride-app .do-shopping{font-size:11px;padding:9px 10px;max-width:112px}.do-eyebrow{font-size:8px}.stride-app .do-heading p{font-size:10px}}
@media(max-width:359px){.do-meal{grid-template-columns:63px minmax(0,1fr) 44px;gap:8px}.do-meal-copy strong{font-size:12px}.do-day-heading,.do-fast{padding-inline:14px}.stride-app .do-meals{padding-inline:14px}.do-routine{padding-inline:14px}.stride-app .do-heading h2{font-size:23px}.do-heading{gap:9px}.stride-app .do-shopping{max-width:99px}.do-meal-time time{font-size:16px}.do-fast-heading{gap:5px}}
@media(hover:hover){.do-overview button:hover{filter:brightness(.96)}}

/* Keep supporting detail readable on a phone, including overnight date labels. */
.do-eyebrow{font-size:11px}.stride-app .do-heading p{font-size:12px}.stride-app .do-shopping{font-size:12px}
.stride-app .do-day-heading p{font-size:12px}.do-shift strong,.do-shift span{font-size:12px}
.do-meal{grid-template-columns:88px minmax(0,1fr) 44px}.do-meal-time time{font-size:19px}.do-meal-time small,.do-meal-time .do-time-missing{font-size:11px}
.do-meal-label{font-size:11px}.do-meal-copy strong{font-size:15px}.do-meal-copy small{font-size:12px}.stride-app .do-meal-edit{font-size:12px}
.do-routine{font-size:12px}.stride-app .do-fast h4{font-size:14px}.stride-app .do-fast-heading button{font-size:12px}.do-fast-range{font-size:16px}.do-fast li>small{font-size:11px}.stride-app .do-fast p,.stride-app .do-footnote{font-size:12px}
@media(max-width:759px){.do-meal{grid-template-columns:83px minmax(0,1fr) 44px}.do-heading{flex-wrap:wrap}.stride-app .do-shopping{max-width:none}.do-shift strong,.do-shift span{font-size:11px}}
@media(max-width:359px){.do-meal{grid-template-columns:77px minmax(0,1fr) 44px}.do-meal-copy strong{font-size:14px}.do-meal-time time{font-size:18px}.do-fast-heading{flex-wrap:wrap;gap:0}.stride-app .do-shopping{max-width:none}}

.do-date-view{color:#2a3e30}.do-date-intro{font-size:13px;color:#65725b;line-height:1.6}.do-date-routine{display:grid;grid-template-columns:2fr 1fr 1fr;gap:15px;padding:18px;border:1px solid #d5dec9;border-radius:8px;background:#edf1e6;margin:17px 0}.do-date-routine>div{display:flex;flex-direction:column;gap:6px}.do-date-routine span{font-size:12px;color:#637257}.do-date-routine strong{font-size:16px}.do-date-routine small{font-size:12px}.do-date-routine>button{grid-column:1/-1}
.do-date-view button{min-height:44px;border:1px solid #bccaad;border-radius:6px;background:#eef3e6;color:#3a5032;padding:10px 13px;font:600 13px/1.4 var(--body);cursor:pointer}.do-date-view .do-fast{border:1px solid #d9e0cf;border-radius:8px;margin:17px 0}.do-date-view .do-fast-heading button{background:transparent;border:0}.do-duration{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;padding:16px;border:1px solid #dddcd0;border-radius:8px;background:#faf8f1}.do-duration label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600}.do-duration select{min-height:44px;max-width:100%;border:1px solid #c4ccba;border-radius:5px;background:#fffdf8;padding:9px;color:#344a2e;font:inherit}.do-duration p,.do-duration [role=status]{grid-column:1/-1;margin:0;font-size:12px;line-height:1.6;color:#6f795f}
.stride-app .do-date-view h3{margin:24px 0 12px;font:400 24px/1.3 Georgia,serif;color:#2c432e}.do-date-meals .do-meals{padding:0}.do-date-view .do-meal{grid-template-columns:88px minmax(0,1fr) 44px}.do-date-view .do-meal-nutrition{font-size:11px;line-height:1.6}.do-date-nutrition>p,.do-date-note,.do-date-ingredients p{font-size:12px;line-height:1.6;color:#6c795f}.do-macros{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.do-macros>div{display:flex;flex-direction:column;gap:7px;padding:14px 11px;border:1px solid #dce1d3;border-radius:7px;background:#f1f4eb}.do-macros span{font-size:12px;color:#637459}.do-macros strong{font-size:17px;line-height:1.4;overflow-wrap:anywhere}.do-macros small{font-size:11px;line-height:1.5;color:#6f7d63}.do-date-calendar{margin-top:22px;width:100%}
@media(max-width:520px){.do-date-routine{grid-template-columns:repeat(2,minmax(0,1fr))}.do-date-routine>div:first-child{grid-column:1/-1}.do-macros{grid-template-columns:repeat(2,minmax(0,1fr))}.do-duration{grid-template-columns:minmax(0,1fr)}.do-date-view .do-meal{grid-template-columns:75px minmax(0,1fr) 44px;gap:8px}.do-date-view .do-meal-time time{font-size:17px}.do-date-view .do-meal-copy strong{font-size:14px}}
