        .canvas-container {
            background: #fefefe;
            border-radius: 20px;
            padding: 1rem;
            margin-top: 1rem;
            border: 1px solid #eef2fa;
        }
        .legend {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin-top: 0.5rem;
        }
        .legend-color {
            width: 18px;
            height: 18px;
            border-radius: 4px;
            display: inline-block;
            margin-right: 6px;
        }
        .input-group-custom {
            margin-bottom: 1rem;
        }
        @media (max-width: 768px) {
            }
        .badge-finance {
            background-color: #1f5068;
            font-size: 0.75rem;
        }
        canvas {
            width: 100%;
            height: auto;
            background: #ffffff;
            border-radius: 16px;
        }