.daily-report-controls{align-items:center;flex-wrap:wrap}
.daily-report-controls label{font-size:12px;font-weight:700;color:#6b7280}
.daily-report-controls input{border:1px solid #e2e5eb;border-radius:10px;padding:9px 12px;background:#fff;color:#17212b}
.daily-report-controls button:disabled{opacity:.55;cursor:not-allowed}
.daily-report-panel{padding:20px}
.daily-report-panel-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px}
.daily-report-panel-head h3{margin:0;font-size:15px}
.daily-report-panel-head p,.daily-report-source{margin:4px 0 0;color:#7c858e;font-size:11px}
.daily-report-panel-head span{font-size:11px;font-weight:700;color:#328460;text-align:right}
.daily-report-canvas{min-height:360px;background:#f5f7fa;border:1px solid #e5e9ee;border-radius:18px;padding:16px;display:grid;place-items:center}
.daily-report-canvas img{display:block;width:min(100%,900px);height:auto;border-radius:8px;box-shadow:0 16px 48px #15213316}
.daily-report-canvas img[hidden]{display:none}
.daily-report-source{margin-top:14px;line-height:1.5}
@media(max-width:700px){.daily-report-panel{padding:12px}.daily-report-panel-head{align-items:flex-start;flex-direction:column}.daily-report-controls{justify-content:flex-start}.daily-report-canvas{padding:5px;min-height:180px}.daily-report-canvas img{border-radius:5px}}
