.geometry-canvas { width: 100%; height: auto; background: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; margin-top: 1.5rem; }
        .canvas-container { text-align: center; }
        .legend { display: flex; justify-content: center; gap: 2rem; margin: 0.5rem 0; font-size: 0.9rem; }
        .legend-color { width: 16px; height: 16px; border-radius: 50%; display: inline-block; }
        .legend-color.red { background: #dc3545; }
        .legend-color.blue { background: #0d6efd; }
        footer { background: #f8f9fa; padding: 2rem 0; margin-top: 3rem; }
        .dynamic-results-table { background: #f8f9fc; border-radius: 12px; padding: 1rem; margin: 1rem 0; border: 1px solid #e0e7ff; }
        .result-label { font-weight: 600; display: inline-block; width: 180px; }