        .result-row.highlighted { background-color: #e7f3ff; border-left: 4px solid #0d6efd; box-shadow: 0 2px 6px rgba(0,0,0,0.05); }
        .result-value.secondary { font-size: 1.5rem; color: #495057; }
        .selected-result { background: linear-gradient(135deg, #e3f2fd, #f8f9fa); border-radius: 20px; padding: 1.5rem; margin: 1.5rem 0; border: 2px solid #0d6efd; box-shadow: 0 8px 20px rgba(13,110,253,0.12); }
        .extreme-warning { background-color: #f8d7da; border: 1px solid #f5c2c7; color: #842029; padding: 0.75rem 1rem; border-radius: 8px; margin: 1rem 0; display: none; }
        .canvas-container { text-align: center; margin-top: 1.5rem; background: #fefefe; border-radius: 24px; padding: 0.5rem; }
        .geometry-canvas { width: 100%; height: auto; background-color: #fef9ef; border-radius: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); display: block; margin: 0 auto; }
        .legend { display: flex; justify-content: center; gap: 1.5rem; margin: 0.8rem 0 0.2rem; font-size: 0.8rem; flex-wrap: wrap; }
        .legend-item { display: inline-flex; align-items: center; gap: 0.4rem; }
        .legend-color { width: 14px; height: 14px; border-radius: 50%; }
        .legend-color.blue { background-color: #0d6efd; }
        .legend-color.red { background-color: #dc3545; }
        .legend-color.green { background-color: #198754; }
        .legend-color.purple { background-color: #6f42c1; }
        .legend-color.orange { background-color: #fd7e14; }
        .model-badge { display: inline-block; padding: 0.25rem 0.8rem; background: #0d6efd; color: white; border-radius: 2rem; font-size: 0.75rem; margin-left: 0.5rem; font-weight: 500; }
        .formula-annotation { font-size: 0.85rem; color: #2c3e66; font-style: italic; }
        .breadcrumb { background: transparent; padding-left: 0; }
        @media (max-width: 768px) { }