.chart-panel{display:grid;gap:16px}.chart-panel__title,.notes-panel__title{margin:0;font-size:1rem}.chart-panel__description{margin:0}.chart-panel__body{border-radius:var(--radius-lg);border:1px solid var(--line);background:linear-gradient(180deg,#fff,#f5f9ff);padding:12px 16px}.chart-empty-state{border-radius:var(--radius-lg);border:1px dashed var(--line);padding:18px;background:#f8fbff}.chart-empty-state strong{display:block;margin-bottom:8px}.notes-panel{display:grid;gap:14px}.section-card__actions{display:flex;gap:8px;flex-wrap:wrap}.query-snapshot{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.query-snapshot__item{border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(180deg,#fff,#f8fbff);padding:16px 18px;display:flex;flex-direction:column;gap:8px}.query-snapshot__label{color:var(--muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.query-snapshot__value{font-size:.98rem;color:var(--text)}.page-footer--credits{align-items:center}.page-footer__credits{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;width:100%}.page-footer__credit-line{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.page-footer__credit-select{background:transparent;border:none;padding:0;color:var(--muted);cursor:pointer}.page-footer__credit-select:focus{outline:none}.page-footer__app-link{text-decoration:underline;text-underline-offset:3px}.recharts-cartesian-grid-horizontal line,.recharts-cartesian-axis-line,.recharts-cartesian-axis-tick-line{stroke:#d8e1f0}.recharts-legend-item-text,.recharts-cartesian-axis-tick-value{fill:#52637a}.recharts-default-tooltip{border-radius:14px!important;border:1px solid #d8e1f0!important;box-shadow:0 18px 40px #0f172a14}@media (max-width: 960px){.query-snapshot{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.query-snapshot{grid-template-columns:1fr}.page-footer__credits,.page-footer__credit-line{flex-direction:column;align-items:flex-start}}
