.geometry-canvas {
            width: 100%;
            height: auto;
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-top: 1rem;
            display: block;
        }
        .canvas-container {
            text-align: center;
            margin-top: 1rem;
        }
        .legend {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin: 0.5rem 0;
            font-size: 0.85rem;
        }
        .legend-item {
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        .mode-switch {
            margin-bottom: 1.2rem;
        }
        .input-group-custom {
            margin-bottom: 1rem;
        }
        .hubble-param {
            background-color: #f1f3f5;
            padding: 1rem;
            border-radius: 8px;
            margin: 1rem 0;
        }