/* Dilekçe talep modal + dosya listesi */

.ieo-talep-modal .modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.ieo-talep-modal__header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.35rem;
    background: #fff;
    border-bottom: 1px solid #e8eef3;
}

.ieo-talep-modal__header-icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 8px;
    background: var(--site-page-primary-dark, #2890c8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.ieo-talep-modal__title {
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--site-page-text, #333);
    margin: 0;
}

.ieo-talep-modal__body {
    padding: 1.25rem 1.35rem;
    background: #fff;
}

.ieo-talep-modal__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 0.9rem 1.35rem;
    border-top: 1px solid #e8eef3;
    background: #fafbfc;
}

.ieo-talep-feedback {
    flex: 1;
    margin: 0;
    min-width: 0;
    text-align: left;
}

.ieo-talep-info {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    margin-bottom: 1.15rem;
    padding: 0.75rem 0.9rem;
    background: #f0f8ff;
    border-radius: 8px;
    border: 1px solid #d6ebf8;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #334155;
}
.ieo-talep-info > i {
    color: var(--site-page-primary-dark, #2890c8);
    margin-top: 0.15rem;
    flex-shrink: 0;
}
.ieo-talep-info p { margin: 0; }
.ieo-talep-info ul {
    margin: 0.4rem 0 0;
    padding-left: 1.1rem;
}
.ieo-talep-info li + li { margin-top: 0.2rem; }
.ieo-talep-info a { color: var(--site-page-primary-dark, #2890c8); font-weight: 600; }

.ieo-talep-field { margin-bottom: 1.1rem; }

.ieo-talep-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.4rem;
}
.ieo-talep-opt {
    font-weight: 400;
    color: #94a3b8;
    font-size: 0.8125rem;
}
.ieo-talep-req { color: #b91c1c; }

.ieo-talep-textarea {
    resize: vertical;
    min-height: 5rem;
}

.ieo-talep-drop {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 1.35rem 1rem;
    border: 1.5px dashed #cbd5e1;
    border-radius: 10px;
    background: #f8fafc;
    cursor: pointer;
    text-align: center;
    transition: border-color 0.15s ease, background 0.15s ease;
    margin: 0;
}
.ieo-talep-drop:hover,
.ieo-talep-drop.is-dragover {
    border-color: var(--site-page-primary-dark, #2890c8);
    background: #f0f8ff;
}
.ieo-talep-drop.is-invalid {
    border-color: #dc2626;
    background: #fef2f2;
}
.ieo-talep-drop__input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.ieo-talep-drop__icon {
    color: var(--site-page-primary-dark, #2890c8);
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.15rem;
}
.ieo-talep-drop__title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
}
.ieo-talep-drop__hint {
    font-size: 0.75rem;
    color: #94a3b8;
    line-height: 1.4;
}

.ieo-talep-prev {
    margin-top: 1.25rem;
    padding-top: 1.1rem;
    border-top: 1px solid #e8eef3;
}
.ieo-talep-prev__head {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.ieo-talep-prev__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}
.ieo-talep-prev__table th,
.ieo-talep-prev__table td {
    padding: 0.5rem 0.4rem;
    border-bottom: 1px solid #f1f5f9;
    text-align: left;
    vertical-align: middle;
}
.ieo-talep-prev__table th {
    font-size: 0.75rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.ieo-talep-login-notice {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 0.5rem 0;
}
.ieo-talep-login-notice__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #f1f5f9;
    color: var(--site-page-primary-dark, #2890c8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ieo-file-list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.65rem;
}
.ieo-file-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.7rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.8125rem;
}
.ieo-file-row__name {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #334155;
}
.ieo-file-row__name .fa-file-pdf { color: #dc2626; }
.ieo-file-row__name .fa-file-excel { color: #16a34a; }
.ieo-file-row__name .fa-file-image { color: #2890c8; }
.ieo-file-row__size { color: #94a3b8; margin-left: 0.25rem; }
.ieo-file-row__remove {
    background: none;
    border: none;
    color: #94a3b8;
    font-size: 1.15rem;
    line-height: 1;
    padding: 0 0.2rem;
    cursor: pointer;
}
.ieo-file-row__remove:hover { color: #b91c1c; }

.ieo-status-badge {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 99px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}
.ieo-status-badge--done    { background: #dcfce7; color: #15803d; }
.ieo-status-badge--pending { background: #fef9c3; color: #854d0e; }

.ieo-talep-trigger {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

.ieo-talep-page-status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.65rem;
    font-size: 0.8125rem;
    color: #64748b;
}
.ieo-talep-page-status__meta { line-height: 1.3; }

.ieo-talep-state {
    text-align: center;
    padding: 0.5rem 0 0.25rem;
}
.ieo-talep-state--card {
    padding: 0;
}
.ieo-talep-state__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
}
.ieo-talep-state__icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}
.ieo-talep-state__icon--ok {
    background: #dcfce7;
    color: #15803d;
}
.ieo-talep-state__icon--pending {
    background: #fff7ed;
    color: #c2410c;
    box-shadow: inset 0 0 0 1px #fed7aa;
}
.ieo-talep-state__title {
    font-size: 1.1875rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.35rem;
    letter-spacing: -0.02em;
}
.ieo-talep-state__lead {
    margin: 0 0 1.15rem;
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.5;
}
.ieo-talep-state__text {
    margin: 0 0 0.75rem;
    font-size: 0.9375rem;
    color: #334155;
    line-height: 1.5;
}
.ieo-talep-state__hint {
    margin: 0;
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.5;
}
.ieo-talep-state__hint a {
    color: var(--site-page-primary-dark, #2890c8);
    font-weight: 600;
}
.ieo-talep-meta {
    text-align: left;
    border: 1px solid #e8eef3;
    border-radius: 10px;
    background: #f8fafc;
    overflow: hidden;
    margin: 0 0 1.15rem;
}
.ieo-talep-meta__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding: 0.75rem 1rem;
}
.ieo-talep-meta__row + .ieo-talep-meta__row {
    border-top: 1px solid #e8eef3;
}
.ieo-talep-meta__label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.ieo-talep-meta__value {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #1e293b;
    text-align: right;
    word-break: break-all;
}
.ieo-talep-state__cta {
    display: inline-flex;
}
