.experience-note {
            background-color: #fef9e6;
            border-radius: 8px;
            padding: 1.5rem;
            margin: 1.5rem 0;
            border-left: 5px solid #fd7e14;
        }
        .safety-badge {
            display: inline-block;
            padding: 0.25rem 0.75rem;
            border-radius: 2rem;
            font-size: 0.85rem;
            font-weight: 600;
        }.author-bio{display:block}
        .safety-ok {
            background-color: #d4edda;
            color: #155724;
        }
        .safety-warning {
            background-color: #f8d7da;
            color: #721c24;
        }
        .safety-marginal {
            background-color: #fff3cd;
            color: #856404;
        }
        .geometry-canvas {
            width: 100%;
            height: auto;
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-top: 1.5rem;
            display: block;
        }
        .canvas-container {
            text-align: center;
            margin-top: 1rem;
        }
        .legend {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 1.2rem;
            margin: 0.75rem 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.red { background-color: #dc3545; }
        .legend-color.blue { background-color: #0d6efd; }
        .legend-color.green { background-color: #28a745; }
        .legend-color.orange { background-color: #fd7e14; }
        .input-group-custom {
            margin-bottom: 1rem;
        }
        .unit-note {
            font-size: 0.8rem;
            color: #6c757d;
        }
        .eccentricity-hint {
            font-size: 0.85rem;
            color: #2c5282;
            margin-top: 0.25rem;
        }
        .validation-note {
            background-color: #f8f9fa;
            border-left: 4px solid #28a745;
            padding: 1rem;
            margin: 1.5rem 0;
            border-radius: 0 4px 4px 0;
        }
        .code-reference {
            font-family: 'Courier New', monospace;
            background-color: #f5f5f5;
            padding: 2px 4px;
            border-radius: 3px;
            font-size: 0.9em;
        }