.load-slider {
            width: 100%;
            margin: 0.8rem 0;
        }
        .curve-canvas {
            width: 100%;
            height: auto;
            background: white;
            border: 1px solid #ddd;
            border-radius: 12px;
        }
        .badge-bg {
            background-color: #0d6efd10;
            color: #0d6efd;
        }
        .legend {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            margin: 0.5rem 0;
            font-size: 0.85rem;
        }
        .legend-color {
            width: 16px;
            height: 16px;
            display: inline-block;
            border-radius: 2px;
        }