/* ——— TDHP Hesap Planı Modal (gelişmiş UI — teklif-cek benzeri) ——— */
#hesap-plani-modal {
    --hp-accent: #7c3aed;
    --hp-accent-dark: #6d28d9;
    --hp-accent-end: #5b21b6;
    --hp-header-end: #6d28d9;
    --hp-ozet-border: #ddd6fe;
    --hp-hover-bg: #f5f3ff;
    --hp-selected-bg: #ede9fe;
    --hp-badge-bg: #ede9fe;
    --hp-badge-color: #5b21b6;
    --hp-chip-border: #c4b5fd;
    --fin-h: 36px;
    --fin-radius: 8px;
    --fin-font: 0.8125rem;
    --fin-border: #d1d5db;
    z-index: 10035;
}
#hesap-plani-modal.active { display: flex !important; }

#hesap-plani-modal .hesap-plani-modal-content {
    max-width: 1180px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
}
#hesap-plani-modal.modal .modal-content.hesap-plani-modal-content {
    max-width: 1180px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
}

#hesap-plani-modal .hesap-plani-modal-header {
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--hp-accent), var(--hp-header-end));
    padding: 10px 14px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    color: #fff;
}
#hesap-plani-modal .hesap-plani-header-brand h3 {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
#hesap-plani-modal .hesap-plani-header-brand i { font-size: 1rem; opacity: 0.95; }

#hesap-plani-modal .hesap-plani-header-segment {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 4px;
    background: rgba(15, 23, 42, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    backdrop-filter: blur(6px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
#hesap-plani-modal .hesap-plani-header-segment .hesap-plani-sekme {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 34px;
    min-width: 76px;
    padding: 0 12px;
    border: none;
    background: transparent;
    border-radius: 9px;
    font-size: 0.76rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.88);
    cursor: pointer;
    transition: all 0.18s ease;
}
#hesap-plani-modal .hesap-plani-header-segment .hesap-plani-sekme:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}
#hesap-plani-modal .hesap-plani-header-segment .hesap-plani-sekme.active {
    background: linear-gradient(180deg, #fff, #f8fafc);
    color: var(--hp-accent-dark);
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
#hesap-plani-modal .hesap-plani-header-segment .hesap-plani-sekme.active i { color: var(--hp-accent-dark); }

#hesap-plani-modal .hesap-plani-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}
#hesap-plani-modal .hesap-plani-yenile-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-radius: 8px;
    font-size: 0.72rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease;
}
#hesap-plani-modal .hesap-plani-yenile-btn:hover { background: rgba(255, 255, 255, 0.22); }
#hesap-plani-modal .fin-rapor-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.85;
    padding: 0 4px;
}
#hesap-plani-modal .fin-rapor-close:hover { opacity: 1; }

#hesap-plani-modal .hesap-plani-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 12px 14px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#hesap-plani-modal .hesap-plani-ozet-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}
#hesap-plani-modal .hesap-plani-ozet-kart {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--hp-ozet-border);
    border-radius: 10px;
    padding: 8px 10px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    min-height: 52px;
}
#hesap-plani-modal .hesap-plani-ozet-kart:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(109, 40, 217, 0.1);
}
#hesap-plani-modal .hesap-plani-ozet-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
}
#hesap-plani-modal .hesap-plani-ozet-kart--toplam .hesap-plani-ozet-icon { background: #ede9fe; color: #7c3aed; }
#hesap-plani-modal .hesap-plani-ozet-kart--kok .hesap-plani-ozet-icon { background: #dbeafe; color: #2563eb; }
#hesap-plani-modal .hesap-plani-ozet-kart--gelir .hesap-plani-ozet-icon { background: #d1fae5; color: #059669; }
#hesap-plani-modal .hesap-plani-ozet-kart--gider .hesap-plani-ozet-icon { background: #fee2e2; color: #dc2626; }
#hesap-plani-modal .hesap-plani-ozet-meta span {
    display: block;
    font-size: 0.65rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
}
#hesap-plani-modal .hesap-plani-ozet-meta strong {
    display: block;
    font-size: 0.92rem;
    font-weight: 800;
    color: #111827;
    margin-top: 1px;
    line-height: 1.2;
}

#hesap-plani-modal .hesap-plani-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
    gap: 12px;
    align-items: stretch;
}
#hesap-plani-modal .hesap-plani-col--liste,
#hesap-plani-modal .hesap-plani-col--detay {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 0;
}
#hesap-plani-modal .hesap-plani-listesi {
    flex: 1 1 auto;
    min-height: 240px;
    max-height: none;
    overflow-y: auto;
    padding: 4px 4px 4px 2px;
}
#hesap-plani-modal .hp-agac-listesi {
    position: relative;
    padding-left: 4px;
}

#hesap-plani-modal .hesap-plani-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-left: 4px solid var(--hp-accent);
    border-radius: 12px;
    padding: 12px 12px 12px calc(12px + (var(--hp-depth, 0) * 16px));
    margin-bottom: 8px;
    cursor: pointer;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
#hesap-plani-modal .hesap-plani-item--kok {
    background: linear-gradient(135deg, #ffffff 0%, #faf5ff 52%, #f5f3ff 100%);
    border-left-width: 5px;
    box-shadow: 0 2px 8px rgba(109, 40, 217, 0.08);
}
#hesap-plani-modal .hesap-plani-item--alt {
    background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
}
#hesap-plani-modal .hesap-plani-item--alt::before {
    content: '';
    position: absolute;
    left: calc(6px + (var(--hp-depth, 0) * 16px));
    top: 0;
    bottom: 0;
    width: 2px;
    border-radius: 2px;
    background: linear-gradient(180deg, rgba(196, 181, 253, 0.85), rgba(196, 181, 253, 0.15));
    pointer-events: none;
}
#hesap-plani-modal .hesap-plani-item:hover {
    border-color: var(--hp-chip-border);
    background: var(--hp-hover-bg);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(109, 40, 217, 0.1);
}
#hesap-plani-modal .hesap-plani-item.secilen {
    border-color: var(--hp-accent);
    background: linear-gradient(135deg, #faf5ff 0%, #ede9fe 100%);
    box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.28), 0 8px 20px rgba(109, 40, 217, 0.16);
}
#hesap-plani-modal .hesap-plani-item--gelir { border-left-color: #059669; }
#hesap-plani-modal .hesap-plani-item--gider { border-left-color: #dc2626; }
#hesap-plani-modal .hesap-plani-item--pasif { border-left-color: #9ca3af; }
#hesap-plani-modal .hp-item-ikon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.88rem;
    margin-top: 1px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
#hesap-plani-modal .hp-item-ikon--aktif { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #1d4ed8; }
#hesap-plani-modal .hp-item-ikon--pasif { background: linear-gradient(135deg, #f3f4f6, #e5e7eb); color: #4b5563; }
#hesap-plani-modal .hp-item-ikon--gelir { background: linear-gradient(135deg, #d1fae5, #a7f3d0); color: #047857; }
#hesap-plani-modal .hp-item-ikon--gider { background: linear-gradient(135deg, #fee2e2, #fecaca); color: #b91c1c; }
#hesap-plani-modal .hesap-plani-item-main { flex: 1; min-width: 0; }
#hesap-plani-modal .hesap-plani-item-ust {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}
#hesap-plani-modal .hp-kod-chip {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 10px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ede9fe, #ddd6fe);
    border: 1px solid #c4b5fd;
    color: #5b21b6;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgba(91, 33, 182, 0.12);
}
#hesap-plani-modal .hp-kod-chip--xs {
    height: 18px;
    padding: 0 6px;
    font-size: 0.68rem;
}
#hesap-plani-modal .hp-item-ad-vurgu {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    letter-spacing: -0.01em;
    margin-bottom: 6px;
}
#hesap-plani-modal .hesap-plani-item--kok .hp-item-ad-vurgu {
    font-size: 0.95rem;
}
#hesap-plani-modal .hp-ara-vurgu {
    background: #fef08a;
    color: #854d0e;
    padding: 0 2px;
    border-radius: 3px;
}
#hesap-plani-modal .hesap-plani-item-meta {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 2px;
}
#hesap-plani-modal .hp-meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.66rem;
    color: #64748b;
    font-weight: 600;
}
#hesap-plani-modal .hp-meta-chip--alt {
    background: linear-gradient(135deg, #f5f3ff, #ede9fe);
    border-color: #ddd6fe;
    color: #6d28d9;
}
#hesap-plani-modal .hp-item-ok {
    color: #cbd5e1;
    font-size: 0.72rem;
    transition: color 0.15s ease, transform 0.15s ease;
    margin-top: 10px;
}
#hesap-plani-modal .hesap-plani-item:hover .hp-item-ok {
    color: var(--hp-accent);
    transform: translateX(2px);
}
#hesap-plani-modal .hesap-plani-item.secilen .hp-item-ok { color: var(--hp-accent-dark); }
#hesap-plani-modal .hesap-plani-item-sag {
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
}
#hesap-plani-modal .hesap-plani-item-toggle {
    width: 26px;
    height: 26px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #64748b;
    cursor: pointer;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    flex-shrink: 0;
    margin-top: 6px;
    transition: all 0.15s ease;
}
#hesap-plani-modal .hesap-plani-item-toggle:hover {
    background: #f5f3ff;
    border-color: #c4b5fd;
    color: var(--hp-accent-dark);
}
#hesap-plani-modal .hesap-plani-item-toggle.u-hidden { visibility: hidden; }
#hesap-plani-modal .hp-tip-badge {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: var(--hp-badge-bg);
    color: var(--hp-badge-color);
    border: 1px solid transparent;
}
#hesap-plani-modal .hp-tip-badge--gelir { background: #d1fae5; color: #065f46; border-color: #a7f3d0; }
#hesap-plani-modal .hp-tip-badge--gider { background: #fee2e2; color: #991b1b; border-color: #fecaca; }
#hesap-plani-modal .hp-tip-badge--pasif { background: #f3f4f6; color: #4b5563; border-color: #e5e7eb; }
#hesap-plani-modal .hp-tip-badge--aktif { background: #dbeafe; color: #1e40af; border-color: #bfdbfe; }

#hesap-plani-modal .hesap-plani-filtre-card .fin-card-body--compact { padding: 10px 12px; }
#hesap-plani-modal .hesap-plani-filtre-grup { margin-top: 8px; }
#hesap-plani-modal .hesap-plani-filtre-etiket {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 5px;
}
#hesap-plani-modal .hesap-plani-filtre-row {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
#hesap-plani-modal .hesap-plani-filtre-btn {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    border: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #fff, #f8fafc);
    border-radius: 999px;
    font-size: 0.71rem;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: all 0.15s ease;
}
#hesap-plani-modal .hesap-plani-filtre-btn:hover {
    border-color: var(--hp-chip-border);
    color: var(--hp-accent-dark);
    background: #fff;
}
#hesap-plani-modal .hesap-plani-filtre-btn.active {
    background: linear-gradient(135deg, var(--hp-accent), var(--hp-accent-end));
    color: #fff;
    border-color: transparent;
    box-shadow: 0 3px 10px rgba(109, 40, 217, 0.28);
}

#hesap-plani-modal .hesap-plani-ara-kutu { margin-bottom: 4px; }
#hesap-plani-modal .hesap-plani-ara-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
#hesap-plani-modal .hesap-plani-ara-ikon {
    position: absolute;
    left: 11px;
    color: #9ca3af;
    font-size: 0.78rem;
    pointer-events: none;
}
#hesap-plani-modal .hesap-plani-ara-input {
    width: 100%;
    height: 38px;
    padding: 0 34px 0 32px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    background: linear-gradient(180deg, #fff, #f8fafc);
    font-size: 0.8rem;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}
#hesap-plani-modal .hesap-plani-ara-input:focus {
    outline: none;
    border-color: var(--hp-chip-border);
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
}
#hesap-plani-modal .hesap-plani-ara-temizle {
    position: absolute;
    right: 6px;
    width: 26px;
    height: 26px;
    border: none;
    border-radius: 8px;
    background: #f3f4f6;
    color: #6b7280;
    cursor: pointer;
}
#hesap-plani-modal .hesap-plani-ara-temizle:hover { background: #e5e7eb; color: #111827; }
#hesap-plani-modal .hesap-plani-ara-alt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 6px;
}
#hesap-plani-modal .hesap-plani-sonuc-ozet {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--hp-accent-dark);
}

#hesap-plani-modal .hesap-plani-sag-sekmeler {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
    padding: 4px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}
#hesap-plani-modal .hesap-plani-sag-sekme {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 32px;
    border: none;
    background: transparent;
    border-radius: 8px;
    font-size: 0.74rem;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.15s ease;
}
#hesap-plani-modal .hesap-plani-sag-sekme.active {
    background: linear-gradient(135deg, var(--hp-accent), var(--hp-accent-end));
    color: #fff;
    box-shadow: 0 2px 8px rgba(109, 40, 217, 0.25);
}

#hesap-plani-modal .hp-kayit-panel {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}
#hesap-plani-modal #hp-form-wrap .fin-card-body {
    padding: 14px 16px 16px;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%);
}
#hesap-plani-modal .hp-kayit-panel,
#hesap-plani-modal .hp-detay-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}
#hesap-plani-modal .hp-kayit-hero {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    margin-bottom: 12px;
    border-radius: 14px;
    border: 1px solid #bbf7d0;
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 55%, #d1fae5 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
#hesap-plani-modal .hp-kayit-hero-ikon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #047857;
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    border: 1px solid #6ee7b7;
    box-shadow: 0 6px 14px rgba(5, 150, 105, 0.16);
    flex-shrink: 0;
}
#hesap-plani-modal .hp-kayit-baslik {
    margin: 0 0 4px;
    font-size: 1rem;
    font-weight: 800;
    color: #065f46;
    letter-spacing: -0.02em;
}
#hesap-plani-modal .hp-kayit-aciklama {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.5;
    color: #047857;
    font-weight: 500;
}
#hesap-plani-modal .hp-kayit-form-kart {
    padding: 14px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    margin-bottom: 12px;
}
#hesap-plani-modal .hp-kayit-form-baslik {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
    font-size: 0.76rem;
    font-weight: 800;
    color: #312e81;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
#hesap-plani-modal .hp-kayit-form-baslik i {
    color: #7c3aed;
}
#hesap-plani-modal .hp-kayit-form-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
}
#hesap-plani-modal .hp-kayit-field--tip {
    grid-column: 1 / -1;
}
#hesap-plani-modal .hp-kayit-tip-pills {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}
#hesap-plani-modal .hp-kayit-tip-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: linear-gradient(180deg, #fff, #f8fafc);
    color: #475569;
    font-size: 0.76rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s ease;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
#hesap-plani-modal .hp-kayit-tip-pill:hover {
    border-color: #c4b5fd;
    color: #5b21b6;
    background: #faf5ff;
}
#hesap-plani-modal .hp-kayit-tip-pill.active {
    border-color: transparent;
    color: #fff;
    box-shadow: 0 4px 12px rgba(109, 40, 217, 0.28);
}
#hesap-plani-modal .hp-kayit-tip-pill[data-tip="aktif"].active {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}
#hesap-plani-modal .hp-kayit-tip-pill[data-tip="pasif"].active {
    background: linear-gradient(135deg, #94a3b8, #64748b);
}
#hesap-plani-modal .hp-kayit-tip-pill[data-tip="gelir"].active {
    background: linear-gradient(135deg, #10b981, #059669);
}
#hesap-plani-modal .hp-kayit-tip-pill[data-tip="gider"].active {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}
#hesap-plani-modal .hp-kayit-tip-pill i {
    font-size: 0.72rem;
    opacity: 0.9;
}
#hesap-plani-modal .hp-kayit-field label,
#hesap-plani-modal .hp-kayit-tip-label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 6px;
    font-size: 0.68rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
#hesap-plani-modal .hp-kayit-field label i,
#hesap-plani-modal .hp-kayit-tip-label i {
    color: #a78bfa;
    font-size: 0.62rem;
}
#hesap-plani-modal .hp-kayit-input {
    height: 40px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    background: linear-gradient(180deg, #fff, #f8fafc);
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
#hesap-plani-modal .hp-kayit-input:focus {
    outline: none;
    border-color: #a78bfa;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.14);
}
#hesap-plani-modal .hp-kayit-field--wide {
    grid-column: span 1;
}
#hesap-plani-modal .hp-kayit-aksiyonlar {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding-top: 4px;
    margin-top: auto;
}
#hesap-plani-modal .hp-kayit-kaydet-btn {
    box-shadow: 0 6px 16px rgba(109, 40, 217, 0.28);
}

#hesap-plani-modal .hp-detay-panel {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}
#hesap-plani-modal #hp-detay-panel .fin-card-body {
    padding: 14px 16px 16px;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%);
}
#hesap-plani-modal #hp-detay-icerik {
    flex: 1;
    min-height: 0;
}
#hesap-plani-modal .hp-detay-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#hesap-plani-modal .hp-detay-hero {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 55%, #e0e7ff 100%);
    border: 1px solid #ddd6fe;
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
#hesap-plani-modal .hp-detay-hero-ikon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 1.05rem;
    margin-top: 2px;
    box-shadow: 0 6px 14px rgba(91, 33, 182, 0.14);
}
#hesap-plani-modal .hp-detay-hero-metin {
    flex: 1;
    min-width: 0;
}
#hesap-plani-modal .hp-detay-hero-kod {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 1.45rem;
    font-weight: 800;
    color: #5b21b6;
    line-height: 1.1;
    letter-spacing: 0.02em;
}
#hesap-plani-modal .hp-detay-hero-ad {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-top: 4px;
    line-height: 1.3;
}
#hesap-plani-modal .hp-detay-hero-rozet {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 8px;
}
#hesap-plani-modal .hp-detay-ozet-kartlar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
#hesap-plani-modal .hp-detay-ozet-kart {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 10px 12px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
#hesap-plani-modal .hp-detay-ozet-kart:hover {
    border-color: #ddd6fe;
    box-shadow: 0 4px 12px rgba(109, 40, 217, 0.08);
}
#hesap-plani-modal .hp-detay-ozet-kart--wide {
    grid-column: 1 / -1;
}
#hesap-plani-modal .hp-detay-ozet-etiket {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.64rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    margin-bottom: 4px;
}
#hesap-plani-modal .hp-detay-ozet-etiket i {
    color: #a78bfa;
    font-size: 0.62rem;
}
#hesap-plani-modal .hp-detay-ozet-kart strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.35;
}
#hesap-plani-modal .hp-detay-ozet-tip {
    display: flex;
    align-items: center;
    min-height: 24px;
}
#hesap-plani-modal .hp-detay-ust-ad {
    font-weight: 600;
    color: #64748b;
}
#hesap-plani-modal .hp-detay-aksiyonlar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
#hesap-plani-modal .hp-detay-alt-panel {
    margin-top: 2px;
    padding: 12px;
    border-radius: 14px;
    border: 1px solid #e9d5ff;
    background: linear-gradient(180deg, #ffffff 0%, #faf5ff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
#hesap-plani-modal .hp-detay-alt-baslik {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}
#hesap-plani-modal .hp-detay-alt-baslik-sol {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
#hesap-plani-modal .hp-detay-alt-baslik-ikon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    color: #fff;
    font-size: 0.82rem;
    box-shadow: 0 4px 12px rgba(109, 40, 217, 0.28);
    flex-shrink: 0;
}
#hesap-plani-modal .hp-detay-alt-baslik-sol strong {
    display: block;
    font-size: 0.82rem;
    font-weight: 800;
    color: #312e81;
    line-height: 1.2;
}
#hesap-plani-modal .hp-detay-alt-baslik-sol span {
    display: block;
    font-size: 0.68rem;
    font-weight: 600;
    color: #7c3aed;
    margin-top: 2px;
}
#hesap-plani-modal .hp-detay-alt-sayi {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    padding: 0 8px;
    border-radius: 999px;
    background: #ede9fe;
    border: 1px solid #ddd6fe;
    color: #6d28d9;
    font-size: 0.76rem;
    font-weight: 800;
    flex-shrink: 0;
}
#hesap-plani-modal .hp-detay-alt-grid {
    display: grid;
    gap: 8px;
}
#hesap-plani-modal .hp-detay-alt-kart {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 11px;
    background: #fff;
    cursor: pointer;
    text-align: left;
    transition: all 0.15s ease;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
#hesap-plani-modal .hp-detay-alt-kart:hover {
    border-color: #c4b5fd;
    background: #faf5ff;
    transform: translateX(2px);
    box-shadow: 0 4px 12px rgba(109, 40, 217, 0.12);
}
#hesap-plani-modal .hp-detay-alt-ad {
    flex: 1;
    min-width: 0;
    font-size: 0.82rem;
    font-weight: 700;
    color: #1f2937;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#hesap-plani-modal .hp-detay-alt-ok {
    color: #cbd5e1;
    font-size: 0.68rem;
    flex-shrink: 0;
    transition: color 0.15s ease, transform 0.15s ease;
}
#hesap-plani-modal .hp-detay-alt-kart:hover .hp-detay-alt-ok {
    color: #7c3aed;
    transform: translateX(2px);
}
#hesap-plani-modal .hp-detay-alt-daha {
    padding: 8px 10px;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 600;
    color: #9ca3af;
}

#hesap-plani-modal .hesap-plani-modal-durum {
    margin-bottom: 8px;
    padding: 9px 12px;
    border-radius: 9px;
    font-size: 0.76rem;
    font-weight: 600;
}

#hesap-plani-modal .hesap-plani-form-durum {
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.76rem;
    font-weight: 600;
}
#hesap-plani-modal .hesap-plani-form-durum--success { background: #d1fae5; color: #065f46; border: 1px solid #a7f3d0; }
#hesap-plani-modal .hesap-plani-form-durum--error { background: #fee2e2; color: #991b1b; border: 1px solid #fecaca; }
#hesap-plani-modal .hesap-plani-form-durum--warn { background: #fef3c7; color: #92400e; border: 1px solid #fde68a; }
#hesap-plani-modal .hesap-plani-form-durum--info { background: #ede9fe; color: #5b21b6; border: 1px solid #ddd6fe; }

#hesap-plani-modal .hp-detay-empty {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 20px 24px;
    border-radius: 14px;
    border: 1px dashed #ddd6fe;
    background: linear-gradient(165deg, #ffffff 0%, #faf5ff 45%, #f5f3ff 100%);
    overflow: hidden;
}
#hesap-plani-modal .hp-detay-empty-glow {
    position: absolute;
    inset: -40% auto auto 50%;
    width: 220px;
    height: 220px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.16) 0%, rgba(124, 58, 237, 0) 70%);
    pointer-events: none;
}
#hesap-plani-modal .hp-detay-empty-ikon {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    color: #6d28d9;
    background: linear-gradient(135deg, #ede9fe, #ddd6fe);
    border: 1px solid #c4b5fd;
    box-shadow: 0 10px 24px rgba(109, 40, 217, 0.18);
    margin-bottom: 14px;
}
#hesap-plani-modal .hp-detay-empty-baslik {
    position: relative;
    margin: 0 0 8px;
    font-size: 1.02rem;
    font-weight: 800;
    color: #312e81;
    letter-spacing: -0.02em;
}
#hesap-plani-modal .hp-detay-empty-metin {
    position: relative;
    margin: 0 0 16px;
    max-width: 340px;
    font-size: 0.8rem;
    line-height: 1.55;
    color: #64748b;
    font-weight: 500;
}
#hesap-plani-modal .hp-detay-empty-ipuclari {
    position: relative;
    display: grid;
    gap: 8px;
    width: 100%;
    max-width: 360px;
    margin-bottom: 18px;
}
#hesap-plani-modal .hp-detay-empty-ipucu {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid #e9d5ff;
    font-size: 0.74rem;
    font-weight: 600;
    color: #5b21b6;
    text-align: left;
}
#hesap-plani-modal .hp-detay-empty-ipucu i {
    width: 18px;
    text-align: center;
    color: #7c3aed;
    flex-shrink: 0;
}
#hesap-plani-modal .hp-detay-empty-cta {
    position: relative;
    box-shadow: 0 6px 16px rgba(109, 40, 217, 0.28);
}

#hesap-plani-modal .hesap-plani-mizan-panel {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#hesap-plani-modal .hp-mizan-toolbar {
    flex-shrink: 0;
    background: linear-gradient(135deg, #faf5ff 0%, #f5f3ff 48%, #eef2ff 100%);
    border: 1px solid #ddd6fe;
    border-radius: 12px;
    padding: 12px 14px;
    box-shadow: 0 4px 14px rgba(109, 40, 217, 0.08);
}
#hesap-plani-modal .hp-mizan-toolbar-ust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
#hesap-plani-modal .hp-mizan-toolbar-sag {
    display: flex;
    align-items: center;
    gap: 6px;
}
#hesap-plani-modal .hp-mizan-donem-hizli {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
#hesap-plani-modal .hp-mizan-donem-pill {
    height: 32px;
    padding: 0 14px;
    border: 1px solid #c4b5fd;
    border-radius: 999px;
    background: #fff;
    color: #5b21b6;
    font-size: 0.76rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}
#hesap-plani-modal .hp-mizan-donem-pill:hover {
    background: #ede9fe;
    border-color: #a78bfa;
}
#hesap-plani-modal .hp-mizan-donem-pill.active {
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    border-color: #6d28d9;
    color: #fff;
    box-shadow: 0 4px 12px rgba(109, 40, 217, 0.28);
}
#hesap-plani-modal .hp-mizan-donem-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr minmax(0, 1.2fr);
    gap: 10px;
    align-items: end;
}
#hesap-plani-modal .hp-mizan-donem-field label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6d28d9;
    margin-bottom: 6px;
}
#hesap-plani-modal .hp-mizan-donem-field label i {
    font-size: 0.72rem;
    opacity: 0.85;
}
#hesap-plani-modal .hp-mizan-date-wrap {
    background: #fff;
    border: 2px solid #c4b5fd;
    border-radius: 10px;
    padding: 2px 4px;
    box-shadow: inset 0 1px 2px rgba(109, 40, 217, 0.06);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
#hesap-plani-modal .hp-mizan-date-wrap:focus-within {
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.18);
}
#hesap-plani-modal .hp-mizan-date-input {
    width: 100%;
    height: 40px;
    border: none;
    background: transparent;
    font-size: 0.92rem;
    font-weight: 600;
    color: #1f2937;
    padding: 0 10px;
    font-family: inherit;
}
#hesap-plani-modal .hp-mizan-date-input:focus {
    outline: none;
}
#hesap-plani-modal .hp-mizan-donem-ayrac {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #a78bfa;
    font-size: 0.85rem;
    padding-bottom: 0;
}
#hesap-plani-modal .hp-mizan-donem-meta {
    display: flex;
    align-items: flex-end;
    min-height: 40px;
}
#hesap-plani-modal .hp-mizan-donem-etiket {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px dashed #c4b5fd;
    font-size: 0.78rem;
    font-weight: 600;
    color: #5b21b6;
    white-space: nowrap;
}
#hesap-plani-modal .hp-mizan-toggle-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
#hesap-plani-modal .hp-mizan-toggle-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 30px;
    padding: 0 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    color: #4b5563;
    font-size: 0.74rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}
#hesap-plani-modal .hp-mizan-toggle-pill:hover {
    border-color: #a78bfa;
    color: #5b21b6;
}
#hesap-plani-modal .hp-mizan-toggle-pill.active {
    background: #ede9fe;
    border-color: #8b5cf6;
    color: #5b21b6;
}
#hesap-plani-modal .hp-mizan-ozet-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    flex-shrink: 0;
}
#hesap-plani-modal .hp-mizan-ozet-kart {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}
#hesap-plani-modal .hp-mizan-ozet-kart span {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6b7280;
}
#hesap-plani-modal .hp-mizan-ozet-kart strong {
    font-size: 0.88rem;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#hesap-plani-modal .hp-mizan-ozet-kart--borc strong { color: #059669; }
#hesap-plani-modal .hp-mizan-ozet-kart--alacak strong { color: #dc2626; }
#hesap-plani-modal .hp-mizan-ozet-kart--bakiye strong { color: #2563eb; }
#hesap-plani-modal .hp-mizan-ozet-kart--bakiye-al strong { color: #7c3aed; }
#hesap-plani-modal .hp-mizan-tablo-wrap {
    flex: 1;
    min-height: 0;
    overflow: auto;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
#hesap-plani-modal .hp-mizan-tablo-wrap .fin-hareket-empty {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hesap-plani-modal .hp-mizan-table-wrap {
    max-height: none;
}
#hesap-plani-modal .hp-mizan-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: linear-gradient(180deg, #f5f3ff, #ede9fe);
    color: #5b21b6;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-bottom: 2px solid #ddd6fe;
}
#hesap-plani-modal .hp-mizan-table tbody tr:hover {
    background: #faf5ff;
}
#hesap-plani-modal .hp-mizan-table tfoot td {
    background: #f5f3ff;
    font-weight: 700;
    border-top: 2px solid #ddd6fe;
}
#hesap-plani-modal .hp-mizan-uygula-btn {
    box-shadow: 0 4px 12px rgba(109, 40, 217, 0.25);
}

#hesap-plani-modal .hp-mizan-table tbody tr.hp-mizan-bos-satir {
    opacity: 0.72;
    background: #fafafa;
}
#hesap-plani-modal .hp-mizan-table tbody tr.hp-mizan-bos-satir td {
    color: #9ca3af;
}

#hesap-plani-modal .hesap-plani-mizan-panel .fin-card {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}
#hesap-plani-modal .hesap-plani-mizan-panel .fin-card-body {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#hesap-plani-modal .hesap-plani-modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 14px;
    border-top: 1px solid #e5e7eb;
    background: #fff;
    flex-shrink: 0;
}
#hesap-plani-modal .hesap-plani-footer-sol {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
    flex-wrap: wrap;
}
#hesap-plani-modal .hesap-plani-footer-nav {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    flex-shrink: 0;
}
#hesap-plani-modal .hp-mizan-footer-toggles {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    padding-left: 10px;
    border-left: 1px solid #e5e7eb;
}
#hesap-plani-modal .hp-mizan-footer-toggles .hp-mizan-toggle-pill {
    height: 32px;
    font-size: 0.72rem;
}

/* fin-btn sistemi */
#hesap-plani-modal .fin-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: var(--fin-h);
    min-height: var(--fin-h);
    padding: 0 14px;
    border: none;
    border-radius: var(--fin-radius);
    font-size: var(--fin-font);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    white-space: nowrap;
}
#hesap-plani-modal .fin-btn--sm { height: 32px; min-height: 32px; padding: 0 12px; font-size: 0.76rem; }
#hesap-plani-modal .fin-btn--xs { height: 26px; min-height: 26px; padding: 0 8px; font-size: 0.7rem; }
#hesap-plani-modal .fin-btn--primary {
    background: linear-gradient(135deg, var(--hp-accent), var(--hp-accent-end));
    color: #fff;
}
#hesap-plani-modal .fin-btn--primary:hover { box-shadow: 0 4px 14px rgba(109, 40, 217, 0.35); }
#hesap-plani-modal .fin-btn--success {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
}
#hesap-plani-modal .fin-btn--success:hover { box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35); }
#hesap-plani-modal .fin-btn--danger {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
}
#hesap-plani-modal .fin-btn--ghost {
    background: linear-gradient(180deg, #fff, #f8fafc);
    color: #374151;
    border: 1px solid var(--fin-border);
}
#hesap-plani-modal .hesap-plani-btn-yeni {
    height: 32px;
    min-height: 32px;
    padding: 0 14px;
    font-size: 0.76rem;
    font-weight: 700;
    border-radius: 9px;
    background: linear-gradient(135deg, #22c55e, #059669);
    color: #fff;
    box-shadow: 0 2px 8px rgba(5, 150, 105, 0.28);
}

#hesap-plani-modal .fin-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}
#hesap-plani-modal .hesap-plani-liste-baslik {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 0.82rem;
    font-weight: 700;
    color: #111827;
    cursor: pointer;
    transition: color 0.15s ease;
}
#hesap-plani-modal .hesap-plani-liste-baslik:hover,
#hesap-plani-modal .hesap-plani-liste-baslik.is-open {
    color: var(--hp-accent-dark);
}
#hesap-plani-modal .hesap-plani-liste-baslik .hesap-plani-liste-chevron {
    font-size: 0.62rem;
    color: #9ca3af;
    transition: transform 0.18s ease, color 0.15s ease;
}
#hesap-plani-modal .hesap-plani-liste-baslik.is-open .hesap-plani-liste-chevron {
    transform: rotate(180deg);
    color: var(--hp-accent);
}
#hesap-plani-modal .hesap-plani-filtre-panel {
    padding-top: 4px;
    border-top: 1px dashed #e5e7eb;
    margin-top: 8px;
}
#hesap-plani-modal .hesap-plani-filtre-panel.u-hidden {
    display: none;
}
#hesap-plani-modal .fin-section-head h4 {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 700;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 6px;
}

@media (max-width: 900px) {
    #hesap-plani-modal .hesap-plani-modal-header {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    #hesap-plani-modal .hesap-plani-header-segment { justify-self: start; }
    #hesap-plani-modal .hesap-plani-header-actions { justify-self: end; }
    #hesap-plani-modal .hesap-plani-ozet-row { grid-template-columns: repeat(2, 1fr); }
    #hesap-plani-modal .hesap-plani-grid { grid-template-columns: 1fr; }
    #hesap-plani-modal .hp-kayit-form-grid { grid-template-columns: 1fr; }
    #hesap-plani-modal .hp-kayit-tip-pills { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #hesap-plani-modal .hp-mizan-donem-grid { grid-template-columns: 1fr; }
    #hesap-plani-modal .hp-mizan-donem-ayrac { display: none; }
    #hesap-plani-modal .hp-mizan-ozet-row { grid-template-columns: repeat(2, 1fr); }
}
