.dream-report .dream-section-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #312e81;
    padding-left: 0.75rem;
    border-left: 4px solid #6366f1;
}

.dream-report {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

#dream_content {
    min-height: 120px;
    resize: vertical;
}

@media (max-width: 640px) {
    #dream_content {
        min-height: 140px;
    }
}
