/* CSS Değişkenleri tanımlandı */
:root {
    --header-height: 80px; /* H1 yüksekliği + padding */
    --footer-height-mobile: 100px; /* Mobil altbilgi yüksekliği (padding dahil) */
    --footer-height-desktop: 70px; /* Masaüstü altbilgi yüksekliği (padding dahil) */
    --safe-area-bottom: env(safe-area-inset-bottom, 0px); /* Güvenli alan desteği */
}

html {
    height: 100%;
}
body {
    font-family: 'Inter', sans-serif;
    background-color: #f4f7fc; /* Açık tema arka planı */
    color: #333; /* Açık tema ana metin rengi */
    min-height: 100dvh; /* Dinamik görüntü alanı yüksekliği kullanıldı */
    margin: 0;
    overflow-x: hidden; /* Yatay kaydırmayı engelle */
    display: flex;
    flex-direction: column;
    position: relative;
}
.ai-gradient-text {
    background: linear-gradient(110deg, #8a2be2 30%, #3b82f6 45%, #00ffff 50%, #3b82f6 55%, #8a2be2 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 250% auto;
}

.ai-button {
    background: linear-gradient(45deg, #8a2be2, #3b82f6);
    transition: all 0.3s ease;
    color: white;
}
.ai-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}
.ai-pulse {
    animation: pulse-glow 2s infinite alternate;
}
@keyframes pulse-glow {
    from { box-shadow: 0 0 5px rgba(138, 43, 226, 0.2), 0 0 10px rgba(0, 123, 255, 0.2); }
    to { box-shadow: 0 0 15px rgba(138, 43, 226, 0.4), 0 0 30px rgba(0, 123, 255, 0.4); }
}
.ai-input, .ai-select, .ai-textarea {
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    color: #111827;
    padding: 1rem 1.25rem;
    border-radius: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    /* Mobil için daha büyük font ve iç boşluk */
    font-size: 16px; /* Mobil tarayıcıların otomatik zoom yapmasını engeller */
    padding: 0.875rem 1.25rem; /* 14px padding-y, 20px padding-x */
}
.ai-input:focus, .ai-select:focus, .ai-textarea:focus {
    /* Odaklanma (focus) durumunu daha belirgin hale getir */
    outline: none;
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
    border-color: #3b82f6; /* Mavi bir odak rengi */
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3); /* Dışarıya doğru bir parlama */
}
.ai-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236b7280'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1.5em 1.5em;
}
.ai-label {
    display: block;
    color: #374151;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.ai-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #9ca3af;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ai-checkbox:checked {
    background-color: #4f46e5;
    border-color: #4f46e5;
}
.ai-checkbox:checked::after {
    content: '\2713';
    font-size: 1rem;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ai-checkbox:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
}

.custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    /* YENİ: Mobil için daha fazla dokunma alanı ve daha iyi aralık */
    padding: 0.5rem 0; /* 8px dikey padding */
    margin-bottom: 0.25rem; /* 4px margin */
    border-radius: 8px; /* Yumuşak kenarlar */
    transition: background-color 0.2s ease;
}
.custom-radio input[type="radio"] {
    display: none;
}
.radio-circle {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    border: 2px solid #9ca3af;
    background-color: #fff;
    margin-right: 0.75rem;
    position: relative;
    transition: all 0.2s ease;
    flex-shrink: 0;
}
.custom-radio input[type="radio"]:checked + .radio-circle {
    background-color: #fff;
    border-color: #4f46e5;
}
.custom-radio input[type="radio"]:checked + .radio-circle::after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #4f46e5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.custom-radio:hover .radio-circle {
    /* YENİ: Hover efekti tüm satıra yayıldı */
    background-color: #f3f4f6; /* Hafif gri arka plan */
}

/* Yeni: Odaklanmış elemanlar için parlama efekti */
.ai-glow {
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.5);
    transition: box-shadow 0.2s ease-in-out;
}

#form-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1001; /* 2. Değişiklik: z-index artırıldı */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
#form-loading-overlay.visible {
    opacity: 1;
    visibility: visible;
}
.loading-spinner {
    border: 4px solid rgba(79, 70, 229, 0.2);
    border-top: 4px solid #4f46e5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin-bottom: 1rem;
}
/* 2. Değişiklik: Yükleme ekranı metin renkleri açık temaya uyarlandı */
#form-loading-overlay .text-xl {
    color: #1f2937; /* Koyu gri */
    text-align: center; /* 2. Değişiklik: Metni ortala */
    padding: 0 1rem; /* 2. Değişiklik: Kenar boşluğu ekle */
}
#form-loading-overlay .text-md {
    color: #6b7280; /* Orta gri */
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.summary-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0; /* Dikey boşluk azaltıldı */
    border-bottom: 1px dashed #e5e7eb; /* Daha soluk bir çizgi */
}
.summary-item:last-child {
    border-bottom: none;
}
.summary-label {
    font-weight: 500;
    color: #6b7280;
    font-size: 0.9rem; /* Mobil için küçültüldü */
}
.summary-value {
    color: #111827;
    text-align: right;
    font-size: 0.9rem; /* Mobil için küçültüldü */
}

.voice-option {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    transition: all 0.2s ease; /* Geçiş süresi kısaltıldı */
    margin-bottom: 1rem;
    position: relative; /* YENİ: Seçim göstergesi için */
}
.voice-option.selected-voice {
    border-color: #3b82f6;
    /* YENİ: Gölge yerine daha belirgin bir arka plan ve kenarlık */
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
    background-color: #f0f5ff;
}
.voice-option:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.voice-option-text {
    flex-grow: 1;
    font-size: 1.1rem;
    font-weight: 500;
    color: #1f2937;
}
/* YENİ: Seçili ses seçeneğini daha belirgin hale getiren tik işareti */
.voice-option.selected-voice::before {
    content: '\2713'; /* Checkmark karakteri */
    position: absolute;
    left: -10px; /* Konumu ayarla */
    top: 50%;
    transform: translateY(-50%);
    background-color: #3b82f6;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.play-pause-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}
.play-pause-button:hover {
    background-color: rgba(79, 70, 229, 0.1);
}
.play-pause-button svg {
    width: 24px;
    height: 24px;
    fill: #3b82f6;
}

.parcel-detail-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}
/* YENİ: Sürükleme tutamacı için stil */
.drag-handle {
    cursor: grab;
    padding: 0.5rem;
    color: #9ca3af; /* Gri renk */
    transition: color 0.2s ease;
    touch-action: none; /* Mobil cihazlarda dokunma ile sayfa kaydırmasını engelle */
}
.drag-handle:hover {
    color: #374151; /* Koyu gri */
}
/* YENİ: Dokunma aktif olduğunda tutamacın stili */
.drag-handle:active {
    cursor: grabbing;
}
/* YENİ: Sürüklenmekte olan öğe için stil (YENİDEN DÜZENLENDİ) */
.parcel-detail-item.dragging {
    opacity: 0.4; /* Öğeyi yarı saydam yap */
    background: #f0f5ff; /* Hafif mavi bir arka plan ver */
    cursor: grabbing; /* Tutma imleci */
}

/* YENİ: Sürüklenen öğenin üzerine gelindiğinde bırakma konumunu gösteren stil */
.parcel-detail-item.drag-over-top {
    border-top: 2px solid #3b82f6;
}
.parcel-detail-item.drag-over-bottom {
    border-bottom: 2px solid #3b82f6;
}
.parcel-detail-item .ai-input {
    flex-grow: 1;
    margin-bottom: 0;
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    color: #111827;
    padding: 0.75rem 1rem;
    border-radius: 8px;
}
.parcel-detail-item .ai-input:focus {
    outline: none;
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
}
.delete-button {
    background-color: #e24b4b;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
    font-size: 0.9rem;
}
.delete-button:hover {
    background-color: #cc3333;
}
.add-detail-button {
    background: linear-gradient(45deg, #8a2be2, #3b82f6);
    transition: all 0.3s ease;
    color: white;
    font-weight: bold;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4);
}
.add-detail-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 255, 255, 0.6);
}

.file-input-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem;
}
.file-input-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 8px;
    padding: 0;
}
.custom-file-upload {
    display: inline-block;
    background: linear-gradient(45deg, #3b82f6, #8a2be2);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}
.custom-file-upload:hover {
    background: linear-gradient(45deg, #8a2be2, #3b82f6);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 255, 255, 0.5);
}
.file-name-display {
    flex-grow: 1;
    color: #6b7280;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.5rem;
}
.image-preview {
    max-width: 120px;
    max-height: 120px;
    border-radius: 10px;
    object-fit: cover;
    margin-top: 1rem;
    border: 2px solid #4f46e5;
    box-shadow: 0 0 10px rgba(79, 70, 229, 0.2);
}
.multiple-image-preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}
.multiple-image-preview {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #4f46e5;
    box-shadow: 0 0 8px rgba(79, 70, 229, 0.2);
}

#successMessage {
    background-color: #e0f2fe;
    color: #0c4a6e;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
}

.search-container {
    position: relative;
    width: 100%;
}
.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.search-result-item {
    padding: 0.75rem 1.25rem;
    color: #374151;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.search-result-item:hover, .search-result-item.selected {
    background-color: #4f46e5;
    color: #fff;
    font-weight: 600;
}

#backButton {
    background-color: transparent;
    border: 2px solid #d1d5db;
    color: #6b7280;
    padding: 0.75rem;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: none;
    visibility: hidden; /* Başlangıçta gizli */
}
#backButton:hover {
    background-color: #e5e7eb;
    border-color: #9ca3af;
    transform: translateX(-3px);
    box-shadow: none;
}
#backButton svg {
    width: 24px;
    height: 24px;
    stroke: #6b7280;
}

/* Yeni Modal CSS */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-overlay.visible, .modal-overlay.open {
    opacity: 1;
    visibility: visible;
}
.modal-content {
    position: relative;
    background-color: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
    width: 90%;
    color: #374151;
    position: relative;
    transform: translateY(-20px);
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.modal-overlay.visible .modal-content, .modal-overlay.open .modal-content {
    transform: translateY(0);
    opacity: 1;
}
/* DÜZELTME: Modal içeriğinin mobil cihazlarda kaydırılabilir olması ve body kilitlemesi */
.modal-content {
    max-height: 90vh; /* Ekran yüksekliğinin %90'ını geçmesin */
    overflow-y: auto; /* İçerik sığmazsa dikey kaydırma çubuğu çıksın */
}
body.modal-open {
    overflow: hidden; /* Modal açıkken arka planın kaymasını engelle */
}
.modal-close-button {
    /* DÜZELTME: Kapatma butonu için eksik/hatalı stiller düzeltildi */
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    z-index: 10; /* İçeriğin üzerinde kalması için */
    /* Silinmiş olan SVG stillerini geri ekleyelim */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.modal-close-button:hover {
    background-color: rgba(229, 231, 235, 0.8);
}

/* Yeni Önizleme Alanı Stilleri */
.content-with-preview {
    display: flex;
    gap: 2rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
    flex-grow: 1; /* İçeriğin mevcut alanı doldurmasını sağlar */
}

.form-area {
    flex: 1;
    min-width: 300px;
    /* Mobil için kaydırma çubuğunu etkinleştir ve maksimum yükseklik ayarla */
    overflow-y: auto; 
    /* Header, footer ve section padding'i dikkate alınarak mobil cihazlarda formun yüksekliği ayarlandı */
    max-height: calc(100dvh - var(--header-height) - var(--footer-height-mobile) - 2rem); 
    padding-bottom: var(--footer-height-mobile); /* Mobil altbilgi yüksekliği kadar boşluk */
    box-sizing: border-box; /* Padding'i genişliğe dahil et */
    /* Mobil cihazlarda klavye açıldığında içeriğin kaydırılabilir olmasını sağlar */
    scroll-padding-bottom: var(--footer-height-mobile);
}

.preview-container-right {
    flex-shrink: 0;
    width: 370px;
    height: 722px;
    background-color: transparent;
    border-radius: 12px;
    box-shadow: none;
    overflow: hidden;
    position: sticky;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#finalPreviewCanvas {
    width: 100%;
    height: 100%;
    display: block;
}

/* Renk Seçimi Stilleri */
.color-selection-container {
    margin-top: 1.5rem;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}
.color-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.75rem;
    margin-bottom: 1rem;
}
.color-box {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.color-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.color-box.selected {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5);
    transform: scale(1.05);
}
.custom-color-input-container {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}
.custom-color-input-container .ai-input {
    flex-grow: 1;
    margin-bottom: 0;
}
.custom-color-input-container .ai-button {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    height: auto;
    margin-top: 0;
}

/* Mobil cihazlar için sabit alt kısım ve buton düzenlemesi */
.form-footer-buttons {
    position: fixed; /* Butonları sabitler */
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent; /* Arka plan rengi kaldırıldı */
    padding: 1rem;
    padding-bottom: calc(1rem + var(--safe-area-bottom)); /* Güvenli alan boşluğu */
    box-shadow: none; /* Gölge kaldırıldı */
    z-index: 100;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: var(--footer-height-mobile); /* Minimum yükseklik tanımlandı */
}
.form-footer-buttons button {
    flex: 1;
    margin: 0 0.5rem;
}

/* Masaüstü: Altbilgiyi tercih edilirse statik veya yapışkan yapın */
@media (min-width: 1024px) {
    .content-with-preview {
        flex-direction: row;
        align-items: flex-start;
    }
    .preview-container-right {
        position: sticky;
        top: 20px;
        margin-bottom: 0;
    }
    .form-area {
        max-height: none; /* Masaüstünde maksimum yüksekliği kaldır */
        overflow-y: visible; /* Masaüstünde kaydırma çubuğunu gizle */
        padding-bottom: 20px; /* Masaüstünde sabit footer yoksa daha az padding */
        scroll-padding-bottom: 20px;
    }
    .form-footer-buttons {
        position: relative; /* Masaüstünde altbilgiyi statik yap */
        box-shadow: none;
        border-radius: 0;
        padding-bottom: 1rem; /* Güvenli alan boşluğunu kaldır */
        min-height: auto; /* Minimum yüksekliği kaldır, içeriğine göre boyutlansın */
        justify-content: flex-end; /* Butonları sağa hizala */
        padding-top: 1rem; /* Üstten biraz boşluk bırak */
        margin-top: 2rem; /* Form içeriği ile butonlar arasına boşluk ekle */
    }
    .form-footer-buttons button {
        flex: none; /* Butonların eşit genişlikte yayılmasını engelle */
        margin-left: 0.75rem; /* Butonlar arasında boşluk bırak */
        margin-right: 0; /* Sağ kenar boşluğunu sıfırla */
    }
    .form-footer-buttons #prevButton {
        margin-left: auto; /* Geri butonunu sağa hizalı diğer butonlardan ayır */
    }
}

/* Sadece mobil cihazlar için özel ayarlamalar */
@media (max-width: 1023px) {
    .content-with-preview {
        flex-direction: column;
        align-items: center;
    }
    .preview-container-right {
        width: 100%;
        max-width: 370px;
        height: auto;
        aspect-ratio: 370 / 722;
        position: relative;
        top: auto;
        margin-bottom: 2rem; /* Önizleme ile form arasında boşluk */
        display: none; /* Mobil cihazlarda önizlemeyi gizle */
    }
    /* Özel renk kodu alanı için mobil düzeltme */
    .custom-color-input-container {
        flex-wrap: wrap; /* Öğelerin küçük ekranlarda alt alta geçmesini sağlar */
    }
    .custom-color-input-container .ai-input {
        flex-basis: 100%; /* Girişin tam genişliği almasını sağlar */
        margin-bottom: 0.5rem; /* Butonla arasında boşluk bırakır */
    }
    .custom-color-input-container .ai-button {
        flex-basis: 100%; /* Butonun tam genişliği almasını sağlar */
        margin-left: 0; /* Sol kenar boşluğunu sıfırlar */
    }
    /* Seslendirme Metni ve Parsel Detayları için kaydırma ve kelime kırma */
    #summaryAIDetails, #summaryVoiceover {
        white-space: pre-wrap; /* Metin formatını koru */
        overflow-wrap: break-word; /* Uzun kelimeleri kır */
        word-break: break-word; /* Herhangi bir yerde kelimeyi kır */
        font-size: 0.9rem; /* Mobil için yazı tipi boyutunu küçült */
    }
    /* 3. Değişiklik: Form içi açıklama metinlerinin rengi koyulaştırıldı */
    .form-area p {
        color: #4b5563; /* Daha koyu gri */
        font-size: 0.95rem;
        line-height: 1.6;
    }
    /* 1. Değişiklik: JSON Yükleme Alanı Tasarımı Geliştirildi */
    #jsonDropZone {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2.5rem 1.5rem;
        border: 2px dashed #c7d2fe; /* Daha belirgin kesikli kenarlık */
        border-radius: 12px;
        background-color: #eef2ff; /* Daha canlı bir arka plan */
        cursor: pointer;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }
    #jsonDropZone.dragover {
        background-color: #e0e7ff;
        border-color: #6366f1;
    }
    #jsonDropZone p {
        color: #374151;
        font-weight: 600; /* Daha kalın metin */
        margin-top: 0.5rem;
        margin-bottom: 0.25rem;
        font-size: 1.1rem;
    }
    #jsonDropZone span {
        color: #6b7280;
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }
    #jsonDropZone .ai-button { /* Buton için özel stil */
        padding: 0.5rem 1.5rem;
    }
}

/* YENİ: Daha küçük mobil ekranlar için modal iyileştirmesi */
@media (max-width: 640px) {
    .modal-overlay {
        align-items: flex-start; /* Modalı üste hizala */
        padding-top: 4rem; /* Üstten boşluk bırak */
    }
    .modal-content {
        padding: 1.5rem; /* İç boşluğu azalt */
    }
}

/* 1. Değişiklik: JSON Yükleme Alanı Stilleri genel alana taşındı */
#jsonDropZone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
    border: 2px dashed #c7d2fe; /* Daha belirgin kesikli kenarlık */
    border-radius: 12px;
    background-color: #eef2ff; /* Daha canlı bir arka plan */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
#jsonDropZone.dragover {
    background-color: #e0e7ff;
    border-color: #6366f1;
}
#jsonDropZone p {
    color: #374151;
    font-weight: 600; /* Daha kalın metin */
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    font-size: 1.1rem;
}
#jsonDropZone span {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
#jsonDropZone .ai-button { /* Buton için özel stil */
    padding: 0.5rem 1.5rem;
}
/* Seslendirme Metni Textarea için min-height eklendi */
.ai-textarea {
    min-height: 20rem; /* Yaklaşık 20 satır yüksekliği */
}