/* Key2 — Hesabım (/hesabim) */
body[data-tk-theme="key2"] .tk-account-page--key2 .flat-account {
    padding: 28px 0 64px;
}

body[data-tk-theme="key2"] .tk-key2-account {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

body[data-tk-theme="key2"] .tk-key2-account__nav {
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 2px 3px rgba(234, 234, 234, 1);
    overflow: hidden;
}

body[data-tk-theme="key2"] .tk-key2-account__nav-head {
    padding: 22px 22px 18px;
    border-bottom: 1px solid #eee;
}

body[data-tk-theme="key2"] .tk-key2-account__nav-head h3 {
    margin: 0 0 4px;
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 600;
}

body[data-tk-theme="key2"] .tk-key2-account__nav-head p {
    margin: 0;
    color: #919191;
    font-size: 13px;
    word-break: break-word;
}

body[data-tk-theme="key2"] .tk-key2-account__nav-list {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

body[data-tk-theme="key2"] .tk-key2-account__nav-list li + li {
    margin-top: 2px;
}

body[data-tk-theme="key2"] .tk-key2-account__nav-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: #484848;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body[data-tk-theme="key2"] .tk-key2-account__nav-list a i {
    width: 18px;
    text-align: center;
    color: #919191;
    font-size: 15px;
}

body[data-tk-theme="key2"] .tk-key2-account__nav-list a:hover,
body[data-tk-theme="key2"] .tk-key2-account__nav-list a.active {
    background: #fafafa;
    color: var(--key-primary, #f28b00) !important;
    border-left-color: var(--key-primary, #f28b00);
}

body[data-tk-theme="key2"] .tk-key2-account__nav-list a:hover i,
body[data-tk-theme="key2"] .tk-key2-account__nav-list a.active i {
    color: var(--key-primary, #f28b00);
}

body[data-tk-theme="key2"] .tk-key2-account__nav-list a.is-danger:hover {
    color: #f92400 !important;
    border-left-color: #f92400;
}

body[data-tk-theme="key2"] .tk-key2-account__nav-list a.is-danger:hover i {
    color: #f92400;
}

body[data-tk-theme="key2"] .tk-key2-account__panel {
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 2px 3px rgba(234, 234, 234, 1);
    padding: 28px 30px 32px;
    min-height: 420px;
}

body[data-tk-theme="key2"] .tk-key2-account__panel-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 600;
}

body[data-tk-theme="key2"] .tk-key2-account__panel-title i {
    color: var(--key-primary, #f28b00);
}

body[data-tk-theme="key2"] .tk-key2-account__lead {
    color: #656565;
    line-height: 1.7;
    margin: 0 0 22px;
}

body[data-tk-theme="key2"] .tk-key2-account__lead a {
    color: var(--key-primary, #f28b00);
    font-weight: 600;
    text-decoration: none;
}

body[data-tk-theme="key2"] .tk-key2-account__tiles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

body[data-tk-theme="key2"] .tk-key2-account__tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 120px;
    padding: 18px 12px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #fafafa;
    color: #484848;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

body[data-tk-theme="key2"] .tk-key2-account__tile:hover {
    border-color: var(--key-primary, #f28b00);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    color: var(--key-primary, #f28b00) !important;
    text-decoration: none;
}

body[data-tk-theme="key2"] .tk-key2-account__tile-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ececec;
    color: var(--key-primary, #f28b00);
    font-size: 18px;
}

body[data-tk-theme="key2"] .tk-key2-account__tile span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-align: center;
}

body[data-tk-theme="key2"] .tk-key2-account__panel .form-group {
    margin-bottom: 16px;
}

body[data-tk-theme="key2"] .tk-key2-account__panel label {
    display: block;
    margin-bottom: 8px;
    color: #484848;
    font-weight: 600;
    font-size: 13px;
}

body[data-tk-theme="key2"] .tk-key2-account__panel .form-control,
body[data-tk-theme="key2"] .tk-key2-account__panel input[type="text"],
body[data-tk-theme="key2"] .tk-key2-account__panel input[type="email"],
body[data-tk-theme="key2"] .tk-key2-account__panel input[type="password"],
body[data-tk-theme="key2"] .tk-key2-account__panel textarea {
    width: 100%;
    height: 42px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 0 14px;
    color: #484848;
    background: #fff;
}

body[data-tk-theme="key2"] .tk-key2-account__panel textarea {
    height: auto;
    padding: 12px 14px;
}

body[data-tk-theme="key2"] .tk-key2-account__panel .form-control:focus,
body[data-tk-theme="key2"] .tk-key2-account__panel input:focus,
body[data-tk-theme="key2"] .tk-key2-account__panel textarea:focus {
    border-color: var(--key-primary, #f28b00) !important;
    outline: none;
}

body[data-tk-theme="key2"] .tk-key2-account__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 24px;
    border: none;
    border-radius: 30px;
    background: var(--key-primary, #f28b00);
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

body[data-tk-theme="key2"] .tk-key2-account__btn:hover {
    background: var(--key-secondary, #222) !important;
    color: #fff !important;
    text-decoration: none;
}

body[data-tk-theme="key2"] .tk-key2-account__btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

body[data-tk-theme="key2"] .tk-key2-account__btn--light {
    background: #fff;
    color: #484848 !important;
    border: 1px solid #e5e5e5;
}

body[data-tk-theme="key2"] .tk-key2-account__btn--light:hover {
    border-color: var(--key-primary, #f28b00);
    color: var(--key-primary, #f28b00) !important;
    background: #fff !important;
}

body[data-tk-theme="key2"] .tk-key2-account__btn--sm {
    height: 34px;
    padding: 0 14px;
    font-size: 12px;
}

body[data-tk-theme="key2"] .tk-key2-account__table {
    width: 100%;
    border-collapse: collapse;
}

body[data-tk-theme="key2"] .tk-key2-account__table th,
body[data-tk-theme="key2"] .tk-key2-account__table td {
    padding: 14px 12px;
    border-bottom: 1px solid #eee;
    text-align: left;
    color: #484848;
    font-size: 14px;
    vertical-align: middle;
}

body[data-tk-theme="key2"] .tk-key2-account__table th {
    color: #919191;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

body[data-tk-theme="key2"] .tk-key2-account__table a {
    color: var(--key-primary, #f28b00);
    text-decoration: none;
    font-weight: 600;
}

body[data-tk-theme="key2"] .tk-key2-account__address {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 18px;
    background: #fafafa;
    height: 100%;
}

body[data-tk-theme="key2"] .tk-key2-account__address h4 {
    margin: 0 0 10px;
    color: #2d2d2d;
    font-size: 16px;
}

body[data-tk-theme="key2"] .tk-key2-account__badge {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 10px;
    border-radius: 12px;
    background: var(--key-primary, #f28b00);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

body[data-tk-theme="key2"] .tk-key2-account__badge--muted {
    background: #919191;
}

body[data-tk-theme="key2"] .tk-key2-account__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

body[data-tk-theme="key2"] .tk-key2-account__muted {
    color: #919191;
}

body[data-tk-theme="key2"] .tk-key2-account__form-card {
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
}

/* KVKK izinleri — tema global opacity:0 checkbox’ı ezer */
body[data-tk-theme="key2"] .tk-account-consents__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}

body[data-tk-theme="key2"] .tk-account-consents__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    padding: 14px 16px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    color: #484848;
    font-weight: 400;
}

body[data-tk-theme="key2"] .tk-account-consents__item.is-required {
    cursor: default;
    background: #fafafa;
}

body[data-tk-theme="key2"] .tk-account-consents__item input[type="checkbox"] {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    accent-color: var(--key-primary, #f28b00);
    cursor: pointer;
}

body[data-tk-theme="key2"] .tk-account-consents__item input[type="checkbox"]:disabled {
    cursor: not-allowed;
    accent-color: #919191;
}

body[data-tk-theme="key2"] .tk-account-consents__item:before,
body[data-tk-theme="key2"] .tk-account-consents__item:after {
    display: none !important;
    content: none !important;
}

body[data-tk-theme="key2"] .tk-account-consents__copy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    min-width: 0;
    line-height: 1.4;
}

body[data-tk-theme="key2"] .tk-account-consents__copy strong {
    color: #2d2d2d;
    font-weight: 600;
}

body[data-tk-theme="key2"] .tk-account-consents__badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: #ececec;
    color: #656565;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
}

body[data-tk-theme="key2"] .tk-account-consents__meta {
    color: #919191;
    font-size: 12px;
}

@media (max-width: 991px) {
    body[data-tk-theme="key2"] .tk-key2-account {
        grid-template-columns: 1fr;
    }

    body[data-tk-theme="key2"] .tk-key2-account__tiles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    body[data-tk-theme="key2"] .tk-key2-account__panel {
        padding: 20px 16px;
    }

    body[data-tk-theme="key2"] .tk-key2-account__tiles {
        grid-template-columns: 1fr;
    }

    body[data-tk-theme="key2"] .tk-key2-account__table {
        display: block;
        overflow-x: auto;
    }
}
