.bode-canvas {
            width: 100%;
            background: #ffffff;
            border: 1px solid #ced4da;
            border-radius: 12px;
            margin-top: 20px;
        }
        .legend-bode {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin-top: 0.5rem;
            font-size: 0.85rem;
            flex-wrap: wrap;
        }
        .result-value-large {
            font-size: 1.6rem;
            font-weight: 700;
            color: #0d6efd;
        }
        .phase-canvas {
            margin-top: 10px;
        }