  .warning-note strong { color: #b85c00; }.author-bio{display:block}
        .risk-badge { display: inline-block; padding: 0.3rem 0.8rem; border-radius: 20px; font-weight: 600; font-size: 0.85rem; }
        .risk-low { background-color: #d4edda; color: #155724; }
        .risk-moderate { background-color: #fff3cd; color: #856404; }
        .risk-high { background-color: #f8d7da; color: #721c24; }
        .risk-critical { background-color: #dc3545; color: white; }
        .psychro-canvas { width: 100%; height: auto; background-color: #fefefa; border: 1px solid #ddd; border-radius: 12px; margin-top: 1.5rem; display: block; box-shadow: 0 2px 6px rgba(0,0,0,0.05); }
        .canvas-container { text-align: center; margin-top: 1rem; }
        .legend { display: flex; justify-content: center; gap: 2rem; margin: 0.8rem 0; font-size: 0.85rem; flex-wrap: wrap; }
        .legend-item { display: flex; align-items: center; gap: 0.3rem; }
        .legend-color { width: 16px; height: 16px; border-radius: 2px; }
        .legend-color.curve { background-color: #1f77b4; }
        .legend-color.marker { background-color: #e6550d; border-radius: 50%; }
        .toast-custom { position: fixed; bottom: 20px; right: 20px; z-index: 1050; min-width: 200px; }
        .card-header-custom { background-color: #f1f9ff; border-bottom: 1px solid #cce5ff; padding: 0.8rem 1.2rem; cursor: pointer; border-radius: 8px; margin-bottom: 0.5rem; }
        .card-header-custom i { transition: transform 0.2s; }
        .collapse-content { padding: 1rem; background: #fefefe; border-radius: 8px; margin-bottom: 1rem; border: 1px solid #e9ecef; }
        .form-group-inline { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-bottom: 0.5rem; }
        .bg-soft-warning { background-color: #fff8e7; border-left: 5px solid #f0ad4e; }
        .related-tools-container { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1rem; }
        @media (max-width: 768px) { }