.date-progress-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.82fr);gap:12px;align-items:stretch}.date-progress-grid.completed-only{grid-template-columns:minmax(300px,430px);justify-content:end}.date-reminder-panel{overflow:hidden}.date-reminder-head{background:#fffdf7}.date-reminder-summary{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.reminder-count{border-radius:999px;padding:4px 8px;font-size:12px;font-weight:800;border:1px solid #d6d0c2;background:#fff}.overdue-count{color:#a52e2e;border-color:#e3b2b2;background:#fff1f1}.today-count{color:#8a5a00;border-color:#e8cd8c;background:#fff8df}.tomorrow-count{color:#2d5b8d;border-color:#bfd0e5;background:#f1f6fc}.date-reminder-list{display:grid}.date-reminder-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;border-bottom:1px solid #ece7dc;background:#fff}.date-reminder-row:last-child{border-bottom:0}.date-reminder-main{display:flex;gap:10px;align-items:center;min-width:0}.date-badge{min-width:68px;text-align:center;border-radius:9px;padding:6px 8px;font-size:12px;font-weight:900}.date-badge.overdue{background:#fff0f0;color:#a52e2e;border:1px solid #e7b5b5}.date-badge.today{background:#fff7dd;color:#8a5a00;border:1px solid #e8cc82}.date-badge.tomorrow{background:#eef5fc;color:#2c5b8f;border:1px solid #bfd1e6}.date-reminder-copy{min-width:0}.date-reminder-titleline{display:flex;gap:8px;align-items:baseline;flex-wrap:wrap}.date-reminder-titleline>strong:last-child{font-size:14px}.date-reminder-copy small{display:block;color:#7d776e;margin-top:3px}.date-reminder-customer{font-size:16px;color:#174fae}.date-reminder-actions{display:flex;align-items:center;flex-shrink:0}.reminder-passive{font-size:12px;color:#7d776e;border:1px solid #ddd8ca;border-radius:999px;padding:4px 8px;background:#fbfaf7}.today-completed-panel{display:flex;flex-direction:column;min-width:0;overflow:hidden}.today-completed-head{padding:11px 14px;border-bottom:1px solid #dfe9df;background:#f4fbf4;display:flex;justify-content:space-between;align-items:flex-end;gap:10px}.today-completed-kicker{font-size:12px;font-weight:800;color:#47734c;margin-bottom:2px}.today-completed-count{font-size:34px;line-height:1;color:#2f7b3b}.today-completed-head>div>span{font-size:13px;font-weight:700;color:#5d685e}.today-completed-head>small{color:#728074;font-size:11px;padding-bottom:3px}.today-completed-list{display:grid;max-height:188px;overflow:auto}.today-completed-item{display:flex;align-items:flex-start;gap:8px;padding:9px 11px;border-bottom:1px solid #edf0e9}.today-completed-item:last-child{border-bottom:0}.today-completed-check{width:22px;height:22px;border-radius:999px;display:grid;place-items:center;flex:0 0 22px;background:#eef8ef;color:#2f7b3b;font-weight:900;font-size:12px}.today-completed-item>div{min-width:0}.today-completed-item strong{display:block;font-size:13px;line-height:1.35;word-break:break-word}.today-completed-item small{display:block;color:#7d776e;margin-top:3px;font-size:11px}.today-completed-empty{padding:18px 12px;color:#9a948b;text-align:center;font-size:12px}
@media(min-width:951px){.app{grid-template-columns:minmax(0,1fr) minmax(280px,360px)}.app>*{grid-column:1/-1}.date-progress-grid{display:contents}.focus-card{grid-column:1;grid-row:3;align-self:start}.today-completed-panel{grid-column:2;grid-row:3;align-self:start}.date-reminder-panel{grid-column:1/-1}}
@media(max-width:950px){.date-progress-grid,.date-progress-grid.completed-only{grid-template-columns:1fr;justify-content:stretch}.today-completed-list{max-height:160px}}
@media(max-width:700px){.date-reminder-row{align-items:flex-start;flex-direction:column}.date-reminder-actions{width:100%;justify-content:flex-end}.date-reminder-main{align-items:flex-start}.date-badge{min-width:58px}.date-reminder-customer{font-size:15px}}