.privacy-note, .disclaimer-note {
            font-size: 0.85rem;
            background-color: #e7f3ff;
            border: 1px solid #b8daff;
            color: #004085;
            padding: 0.5rem 1rem;
            border-radius: 4px;
            margin: 1rem 0;
        }
        .disclaimer-note {
            background-color: #fef7e0;
            border-color: #f3d97a;
            color: #6c4e0a;
        }
        .canvas-container {
            text-align: center;
            margin-top: 1.5rem;
        }
        .geometry-canvas {
            width: 100%;
            max-width: 500px;
            height: auto;
            background: #fefef7;
            border: 1px solid #ddd;
            border-radius: 16px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.05);
        }
        .legend {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            margin-top: 0.5rem;
            font-size: 0.85rem;
        }
        .legend-color {
            width: 16px;
            height: 16px;
            background-color: #2c7da0;
            display: inline-block;
            border-radius: 2px;
            margin-right: 4px;
        }
        .legend-color.ap { background-color: #1f7a8c; }
        .legend-color.tr { background-color: #52b788; }
        .legend-color.cc { background-color: #ffb703; }
        hr {
            margin: 1rem 0;
        }
        .badge-clinical {
            background-color: #9c88ff;
            color: white;
            font-size: 0.8rem;
            border-radius: 30px;
            padding: 0.3rem 0.8rem;
        }