        .result-highlight {
            background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 24px;
            padding: 1.2rem;
        }
        .fluid-container-canvas {
            background-color: #f5f9ff;
            border-radius: 20px;
            padding: 1rem;
            margin-top: 1rem;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        }
        .legend {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            margin: 0.5rem 0;
            font-size: 0.75rem;
        }.author-bio{display:block}
        canvas#fluidDiagram {
            background: #ffffff;
            border-radius: 16px;
            border: 1px solid #dee2e6;
            width: 100%;
            height: auto;
        }
        .privacy-note, .depth-hint {
            font-size: 0.7rem;
            color: #6c757d;
            margin-top: 4px;
            border-left: 2px solid #adb5bd;
            padding-left: 8px;
        }
        @media (max-width: 768px) {
            }