.daily-report{display:grid;gap:18px;border-color:#bfdbfe;background:linear-gradient(145deg,#fff,#f8fbff)}.daily-report-heading{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.daily-report-heading h2{margin:2px 0 4px}.daily-report-action{display:grid;justify-items:end;gap:4px;min-width:150px;padding:12px 14px;border-radius:14px;background:#eff6ff}.daily-report-action span,.daily-report-grid article>span{font-size:12px;color:var(--text-muted);font-weight:700}.daily-report-action strong{font-size:21px;color:#1d4ed8}.daily-report-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.daily-report-grid article{display:grid;gap:6px;min-width:0;padding:14px;border:1px solid var(--border);border-radius:14px;background:#fff}.daily-report-grid strong{font-size:18px;overflow-wrap:anywhere}.daily-report-grid p{margin:0;color:var(--text-muted);font-size:13px;line-height:1.55}.daily-report-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px}.daily-report-detail section{padding:15px;border-radius:14px;background:var(--surface-soft)}.daily-report-detail h3{margin:0 0 9px;font-size:15px}.daily-report-detail ol{display:grid;gap:7px;margin:0;padding-left:22px}.daily-report-detail p{margin:0;line-height:1.7}@media(max-width:900px){.daily-report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.daily-report-heading{display:grid}.daily-report-action{justify-items:start}.daily-report-grid,.daily-report-detail{grid-template-columns:1fr}}