.geometry-canvas {
            width: 100%;
            height: auto;
            background-color: #fefefe;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-top: 0.5rem;
            display: block;
            box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        }.result-row{font-size:1rem;text-align:left}.result-value{font-size:1.2rem}
        .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;
        }
        .legend-color {
            width: 16px;
            height: 16px;
            border-radius: 2px;
        }
        .legend-color.blue { background-color: #0d6efd; }
        .legend-color.gray { background-color: #6c757d; }
        .result-card {
            background: #f8fafc;
            border-radius: 12px;
            padding: 1rem;
            margin-bottom: 1rem;
        }
        .section-icon {
            margin-right: 8px;
            color: var(--primary-color);
        }
        .validation-note {
            font-size: 0.8rem;
            color: #2c6e2c;
            background-color: #eaf7ea;
            padding: 0.3rem 0.8rem;
            border-radius: 20px;
            display: inline-block;
            margin-top: 0.5rem;
        }