.chart-shell {
    position: relative;
    box-sizing: border-box;
    height: 380px;
    padding: 9px 8px 2px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--line);
}

.chart-status {
    position: absolute;
    inset: 12px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: rgba(255, 253, 248, 0.82);
    color: var(--muted);
    font-weight: 700;
    font-size: 0.9rem;
    text-align: center;
}

.chart-status[hidden] {
    display: none;
}

.chart-section.is-loading canvas {
    opacity: 0.42;
}

canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.note {
    color: var(--muted);
    font-size: 0.82rem;
    margin-top: 7px;
}
