.legend-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 0.85rem;
    color: #ccc;
}
.legend-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    margin-top: 3px;
}
.hint {
    color: #888;
    display: block;
    margin-top: 5px;
    line-height: 1.3;
}
.metric-card {
    background: #111;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.metric-label {
    font-size: 0.85rem;
    color: #aaa;
}
.metric-value {
    font-size: 1.1rem;
    font-weight: bold;
    font-family: monospace;
}
