.disclaimer-note { background-color: #f8d7da; border: 1px solid #f5c6cb; color: #721c24; padding: 0.75rem 1rem; border-radius: 4px; margin: 1rem 0; font-size: 0.9rem; }
        .limitations-box { background-color: #fff3e0; border-left: 4px solid #e67e22; padding: 1rem; margin: 1.5rem 0; border-radius: 4px; }
        .canvas-container { text-align: center; margin-top: 1rem; }
        .geometry-canvas { width: 100%; background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; margin-top: 1rem; height: auto; }
        .legend { display: flex; justify-content: center; gap: 2rem; margin: 0.5rem 0; font-size: 0.9rem; flex-wrap: wrap; }
        .legend-item { display: flex; align-items: center; gap: 0.3rem; }
        .legend-color { width: 16px; height: 16px; border-radius: 50%; }
        .legend-color.red { background-color: #dc3545; }
        .legend-color.blue { background-color: #0d6efd; } 
        .interpretation-box { background: #f8f9fc; padding: 1rem; border-radius: 8px; border: 1px solid #e9ecef; margin-top: 1rem; }
        .boundary-note { font-size: 0.85rem; color: #2c7da0; margin-top: 0.25rem; font-style: italic; }