body {
    background-color: #f8f9fa;
}

.container {
    max-width: 800px;
}

.card {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#storyForm {
    background-color: white;
    border-radius: 10px;
    margin-bottom: 2rem;
}

#result .card {
    background-color: #fff;
    border-radius: 10px;
}

#storyContent {
    white-space: pre-line;
    line-height: 1.6;
}

.form-label {
    font-weight: 500;
}

.btn-primary {
    padding: 0.5rem 2rem;
    font-weight: 500;
}

.alert {
    margin-bottom: 0;
}

#dynamicParams {
    margin-bottom: 1.5rem;
} 