 
        .illustration-container {
            background: linear-gradient(145deg, #fff9f0, #fff2e0);
            border-radius: 32px;
            padding: 1.2rem;
            box-shadow: 0 8px 20px rgba(0,0,0,0.05);
            text-align: center;
            min-height: 220px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .shape-svg {
            width: 100%;
            max-width: 180px;
            height: auto;
            filter: drop-shadow(0 4px 8px rgba(0,0,0,0.05));
        }
        .legend {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            margin-top: 0.8rem;
            font-size: 0.75rem;
            color: #6c757d;
        }.author-bio{display:block}
        .gender-select {
            max-width: 200px;
            border-radius: 40px;
        }
        @media (max-width: 768px) {
            .illustration-container { min-height: 180px; }
            .shape-svg { max-width: 140px; }
        }