.input-group-custom { margin-bottom: 1rem; }
        .deep-dive { margin: 1.8rem 0; }
        .deep-dive p { text-align: justify; }
        .unit-note { font-size: 0.9rem; color: #6c757d; }
        .coord-input { margin-bottom: 0.5rem; }
        .geometry-canvas { width: 100%; height: auto; background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; margin-top: 1.5rem; display: block; max-width: 100%; }
        .canvas-container { text-align: center; margin-top: 1rem; }
        .legend { display: flex; justify-content: center; gap: 1.5rem; margin: 0.5rem 0; font-size: 0.85rem; flex-wrap: wrap; }
        .legend-item { display: flex; align-items: center; gap: 0.3rem; }
        .legend-color { width: 14px; height: 14px; border-radius: 50%; }
        .legend-color.red { background-color: #dc3545; }
        .legend-color.blue { background-color: #0d6efd; }
        .legend-color.gray { background-color: #6c757d; }
        .legend-color.green { background-color: #28a745; }
        .legend-color.purple { background-color: #9b59b6; }
        .outlier-table { font-size: 0.95rem; margin-top: 1rem; }
        .outlier-table th { background-color: var(--light-gray); }
        .severity-badge { display: inline-block; padding: 0.2rem 0.6rem; border-radius: 20px; font-size: 0.8rem; font-weight: 600; }
        .severity-low { background-color: #d4edda; color: #155724; }
        .severity-moderate { background-color: #fff3cd; color: #856404; }
        .severity-high { background-color: #f8d7da; color: #721c24; }
        .severity-extreme { background-color: #dc3545; color: white; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 0.75rem; margin: 1rem 0; }
        .stat-card { background-color: #f8f9fa; border-radius: 6px; padding: 0.75rem; text-align: center; border: 1px solid #eee; }
        .stat-card .label { font-size: 0.7rem; text-transform: uppercase; color: #6c757d; letter-spacing: 0.5px; }
        .stat-card .value { font-size: 1.2rem; font-weight: 600; color: var(--primary-color); }
        .method-tab { cursor: pointer; padding: 0.4rem 1rem; border-radius: 20px; background-color: #eee; display: inline-block; margin-right: 0.5rem; transition: 0.2s; font-size: 0.9rem; border: none; }
        .method-tab.active { background-color: var(--primary-color); color: white; }
        .method-tab:hover { background-color: #ccc; }
        .method-content { display: none; }
        .method-content.active { display: block; }
        .inline-code { background-color: #f1f1f1; padding: 0.1rem 0.4rem; border-radius: 3px; font-family: 'Courier New', monospace; font-size: 0.9rem; }
        .data-input-area textarea { font-family: 'Courier New', monospace; font-size: 1rem; min-height: 80px; }
        .control-group { background-color: #f8f9fa; padding: 1rem; border-radius: 8px; margin-bottom: 1rem; border: 1px solid #e9ecef; }
        .control-group label { font-weight: 500; font-size: 0.9rem; }
        .slider-value { font-weight: 600; color: var(--primary-color); min-width: 2.5rem; display: inline-block; }
        .clipped-note { font-size: 0.8rem; color: #6c757d; font-style: italic; }