.hedefsp-dashboard {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.hedefsp-dashboard h1 {
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.hedefsp-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.hedefsp-card {
    flex: 1 1 220px;
    background: linear-gradient(135deg, #4f46e5, #ec4899);
    color: #000;
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.35);
    position: relative;
    overflow: hidden;
}

.hedefsp-card h2 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 500;
}

.hedefsp-card p {
    margin: 0;
    font-weight: 600;
}

.hedefsp-card::after {
    content: '';
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}
.hedefsp-card-light {
    background: #ffffff;
    color: #0f172a;
}

.hedefsp-card-light h2 {
    color: #0f172a;
}

.hedefsp-card-light::after {
    background: rgba(79, 70, 229, 0.12);
}

.hedefsp-filters {
    margin: 18px 0;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.hedefsp-filters select,
.hedefsp-filters input[type="date"] {
    min-width: 140px;
}

.hedefsp-table td,
.hedefsp-table th {
    vertical-align: middle;
}

.hedefsp-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
}

.hedefsp-status-success {
    background: #dcfce7;
    color: #166534;
}

.hedefsp-status-failed {
    background: #fee2e2;
    color: #b91c1c;
}

.hedefsp-status-pending {
    background: #e0f2fe;
    color: #1d4ed8;
}

/* Dashboard Page */
.hedefsp-dashboard-wrap {
    max-width: 1200px;
    padding-right: 0;
}

.hedefsp-dashboard-hero {
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 18px;
    padding: 20px 22px;
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(260px, 1fr);
    gap: 20px;
    background: radial-gradient(circle at 0% 0%, #38bdf8 0, rgba(56, 189, 248, 0) 55%),
                radial-gradient(circle at 100% 0%, #6366f1 0, rgba(99, 102, 241, 0) 55%),
                linear-gradient(135deg, #020617, #020617 50%, #020617 100%);
    color: #e5e7eb;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.7);
    position: relative;
    overflow: hidden;
}

.hedefsp-dashboard-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 120%, rgba(248, 250, 252, 0.08), transparent 55%);
    opacity: 1;
    pointer-events: none;
}

.hedefsp-dashboard-hero-main,
.hedefsp-dashboard-hero-side {
    position: relative;
    z-index: 1;
}

.hedefsp-dashboard-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.45);
    color: #e5e7eb;
}

.hedefsp-dashboard-title {
    margin: 10px 0 4px;
    font-size: 24px;
    font-weight: 700;
    color: #f9fafb;
}

.hedefsp-dashboard-subtitle {
    margin: 0 0 14px;
    max-width: 520px;
    font-size: 13px;
    color: #cbd5f5;
}

.hedefsp-dashboard-hero-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.hedefsp-dashboard-hero-metric {
    background: rgba(15, 23, 42, 0.75);
    border-radius: 12px;
    padding: 10px 11px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    backdrop-filter: blur(10px);
    overflow: hidden;
}


.hedefsp-dashboard-hero-metric::after {
    content: '';
    position: absolute;
    right: -50px;
    bottom: -30px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.hedefsp-dashboard-hero-metric .label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #9ca3af;
    margin-bottom: 4px;
}

.hedefsp-dashboard-hero-metric .value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #f9fafb;
}

.hedefsp-dashboard-hero-value-failed {
    color: #fecaca;
}

.hedefsp-dashboard-hero-metric .meta {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    color: #cbd5f5;
}

.hedefsp-dashboard-hero-side {
    border-radius: 14px;
    padding: 12px 13px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.9));
    border: 1px solid rgba(148, 163, 184, 0.5);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.6);
    overflow: hidden;
}

.hedefsp-dashboard-hero-side::after {
    content: '';
    position: absolute;
    right: -190px;
    bottom: -130px;
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;;
}

.hedefsp-dashboard-hero-side h3 {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 600;
    color: #e5e7eb;
}

.hedefsp-dashboard-hero-side p {
    margin: 0 0 8px;
    font-size: 12px;
    color: #cbd5f5;
}

.hedefsp-dashboard-hero-side ul {
    margin: 0;
    padding-left: 18px;
    font-size: 12px;
    color: #cbd5f5;
}

.hedefsp-dashboard-hero-side li {
    margin-bottom: 3px;
}

.hedefsp-dashboard-section {
    margin-top: 26px;
}

.hedefsp-recent-table {
    margin-top: 6px;
}

.hedefsp-recent-table th,
.hedefsp-recent-table td {
    vertical-align: middle;
}
.hedefsp-dashboard-footer {
    margin-top: 18px;
}

.hedefsp-dashboard-footer-card {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 14px 16px;
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    color: #0f172a;
}

.hedefsp-dashboard-footer-logo {
    height: 80px;
    width: auto;
    display: block;
    padding: 6px;
}

.hedefsp-dashboard-footer-text {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #0f172a;
}

@media (max-width: 960px) {
    .hedefsp-dashboard-hero {
        grid-template-columns: minmax(0, 1fr);
    }
}
@media (max-width: 640px) {
    .hedefsp-dashboard-footer-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Gate Settings Page */
.hedefsp-gate-wrap {
    max-width: 1200px;
}

.hedefsp-gate-wrap .hedefsp-gate-header {
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 18px;
    padding: 20px 22px;
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(260px, 1fr);
    gap: 20px;
    background: radial-gradient(circle at 0% 0%, #38bdf8 0, rgba(56, 189, 248, 0) 55%),
                radial-gradient(circle at 100% 0%, #6366f1 0, rgba(99, 102, 241, 0) 55%),
                linear-gradient(135deg, #020617, #020617 50%, #020617 100%);
    color: #e5e7eb;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.7);
    position: relative;
    overflow: hidden;
}

.hedefsp-gate-wrap .hedefsp-gate-header::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.16;
    background: radial-gradient(circle at 10% 0, rgba(248, 250, 252, 0.7), transparent 55%),
        radial-gradient(circle at 90% 100%, rgba(129, 140, 248, 0.5), transparent 55%);
    pointer-events: none;
}

.hedefsp-gate-wrap .hedefsp-gate-header-main,
.hedefsp-gate-wrap .hedefsp-gate-header-side {
    position: relative;
    z-index: 1;
}

.hedefsp-gate-wrap .hedefsp-gate-header-main {
    flex: 1 1 380px;
}

.hedefsp-gate-wrap .hedefsp-gate-header-side {
    flex: 0 0 260px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    justify-content: flex-start;
}

.hedefsp-gate-wrap .hedefsp-pill-brand {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: rgba(15, 23, 42, 0.26);
    border: 1px solid rgba(148, 163, 184, 0.4);
    margin-bottom: 6px;
}

.hedefsp-gate-wrap .hedefsp-gate-title {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 6px 0;
    color: #f9fafb;
}

.hedefsp-gate-wrap .hedefsp-gate-subtitle {
    margin: 0 0 10px 0;
    color: #cbd5f5;
}

.hedefsp-gate-wrap .hedefsp-gate-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 6px;
}

.hedefsp-gate-wrap .hedefsp-gate-meta-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 130px;
}

.hedefsp-gate-wrap .hedefsp-gate-meta-item .label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9ca3af;
}

.hedefsp-gate-wrap .hedefsp-gate-meta-item .value {
    font-size: 13px;
    font-weight: 600;
    color: #f9fafb;
}

.hedefsp-gate-wrap .hedefsp-gate-meta-item .value.is-on {
    color: #bbf7d0;
}

.hedefsp-gate-wrap .hedefsp-gate-meta-item .value.is-off {
    color: #fecaca;
}

.hedefsp-gate-wrap .hedefsp-gate-chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.hedefsp-gate-wrap .hedefsp-gate-chip {
    display: inline-flex;
    align-items: center;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 11px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    background: rgba(15, 23, 42, 0.55);
    color: #e5e7eb;
    backdrop-filter: blur(6px);
}

.hedefsp-gate-wrap .hedefsp-gate-chip.chip-auto {
    border-color: rgba(190, 242, 100, 0.9);
    color: #eaffb2;
}

.hedefsp-gate-wrap .hedefsp-gate-chip.chip-single {
    border-color: rgba(94, 234, 212, 0.9);
    color: #a5f3fc;
}

.hedefsp-gate-wrap .hedefsp-gate-chip.chip-warning {
    border-color: rgba(248, 250, 252, 0.75);
    color: #fee2e2;
}

.hedefsp-gate-wrap .hedefsp-gate-header-links {
    font-size: 12px;
}

.hedefsp-gate-wrap .hedefsp-link-doc {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.6);
    color: #e0f2fe;
    text-decoration: none;
    margin-bottom: 6px;
}

.hedefsp-gate-wrap .hedefsp-link-doc:hover {
    background: rgba(15, 23, 42, 0.9);
    border-color: rgba(248, 250, 252, 0.8);
}

.hedefsp-gate-wrap .hedefsp-gate-header-note {
    margin: 0;
    color: #e5e7eb;
    opacity: 0.85;
}

.hedefsp-gate-wrap .hedefsp-gate-form {
    margin-top: 6px;
}

.hedefsp-gate-wrap .hedefsp-gate-layout {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.hedefsp-gate-wrap .hedefsp-gate-row {
    width: 100%;
    min-width: 0;
}

.hedefsp-gate-wrap .hedefsp-gate-row-top {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 18px;
    align-items: stretch;
}

.hedefsp-gate-wrap .hedefsp-gate-row-bottom {
    min-width: 0;
}

@media (max-width: 960px) {
    .hedefsp-gate-wrap .hedefsp-gate-header {
        flex-direction: column;
    }

    .hedefsp-gate-wrap .hedefsp-gate-header-side {
        max-width: 100%;
    }

    .hedefsp-gate-wrap .hedefsp-gate-row-top {
        grid-template-columns: minmax(0, 1fr);
    }
}

.hedefsp-gate-wrap .hedefsp-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 16px 18px 14px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
    border: 1px solid #e5e7eb;
}

.hedefsp-gate-wrap .hedefsp-card-header {
    margin-bottom: 10px;
}

.hedefsp-gate-wrap .hedefsp-card-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.hedefsp-gate-wrap .hedefsp-card-title {
    font-size: 16px;
    margin: 0 0 4px 0;
}

.hedefsp-gate-wrap .hedefsp-card-title-small {
    font-size: 13px;
    margin: 0 0 4px 0;
}

.hedefsp-gate-wrap .hedefsp-card-desc {
    margin: 0;
    font-size: 12px;
    color: #4b5563;
}

.hedefsp-gate-wrap .hedefsp-card-body {
    margin-top: 6px;
}

.hedefsp-gate-wrap .hedefsp-card-mode fieldset {
    border: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 10px;
}

.hedefsp-gate-wrap .hedefsp-card-mode label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f8fafc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
    font-size: 13px;
    line-height: 1.4;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.hedefsp-gate-wrap .hedefsp-card-mode input[type="radio"] {
    margin-right: 6px;
}

.hedefsp-gate-wrap .hedefsp-card-mode label:hover {
    border-color: #cbd5e1;
    background: #f1f5f9;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
}

.hedefsp-gate-wrap .hedefsp-card-mode .description {
    margin: 2px 2px 0;
    grid-column: 1 / -1;
    font-size: 12px;
    color: #475569;
}

.hedefsp-gate-wrap .hedefsp-card-hint {
    background: #0f172a;
    color: #e5e7eb;
    border: 1px solid #1f2937;
}

.hedefsp-gate-wrap .hedefsp-card-hint .hedefsp-card-title-small {
    color: #e5e7eb;
}

.hedefsp-gate-wrap .hedefsp-card-list {
    margin: 0;
    padding-left: 18px;
    font-size: 12px;
}

.hedefsp-gate-wrap .hedefsp-card-list li {
    margin-bottom: 4px;
}

.hedefsp-gate-wrap .hedefsp-badge-group {
    display: flex;
    gap: 6px;
}

.hedefsp-gate-wrap .hedefsp-badge-secondary {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    color: #4b5563;
}

.hedefsp-gate-wrap .hedefsp-gate-banks-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 4px;
}

.hedefsp-gate-wrap .hedefsp-gate-banks-table th,
.hedefsp-gate-wrap .hedefsp-gate-banks-table td {
    padding: 6px 8px;
    vertical-align: top;
    font-size: 13px;
    color: #0f172a;
}

.hedefsp-gate-wrap .hedefsp-gate-banks-table th {
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
    font-weight: 600;
}

.hedefsp-gate-wrap .hedefsp-gate-banks-table tbody tr:nth-child(even) {
    background: #fcfcfd;
}

.hedefsp-gate-wrap .hedefsp-gate-banks-table tbody tr:nth-child(odd) {
    background: #ffffff;
}

.hedefsp-gate-wrap .hedefsp-gate-commission-table {
    border-collapse: collapse;
    margin-top: 4px;
}

.hedefsp-gate-wrap .hedefsp-gate-commission-table th,
.hedefsp-gate-wrap .hedefsp-gate-commission-table td {
    padding: 2px 3px;
    text-align: center;
    font-size: 11px;
    white-space: nowrap;
    color: #0f172a;
}

.hedefsp-gate-wrap .hedefsp-gate-commission-table th {
    background: #f3f4f6;
    border-radius: 6px;
}

.hedefsp-gate-wrap .hedefsp-gate-commission-table input[type="text"] {
    width: 52px;
    text-align: right;
}

.hedefsp-gate-wrap .hedefsp-gate-bank-type {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 999px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: #e5e7eb;
    color: #374151;
    margin-left: 6px;
}

.hedefsp-gate-wrap .hedefsp-gate-bank-type.test {
    background: #fee2e2;
    color: #b91c1c;
}

.hedefsp-gate-wrap .hedefsp-gate-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 10px 14px;
    border-radius: 12px;
    background: #f9fafb;
    border: 1px dashed #cbd5e1;
}

.hedefsp-gate-wrap .hedefsp-gate-footer-label {
    font-size: 12px;
    color: #4b5563;
}

.hedefsp-gate-wrap .hedefsp-gate-footer-right .button-primary {
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 999px;
}

/* Order Meta Box */
.hedefsp-order-box {
    font-size: 12px;
}

/* General Settings Page */
.hedefsp-settings-wrap {
    max-width: 1200px;
    padding-right: 0;
}
.hedefsp-developed-note,
.hedefsp-settings-developed-note,
.hedefsp-gate-developed-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 9px 12px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.35);
    color: #f8fafc;
    font-size: 12px;
    line-height: 1.5;
    max-width: 660px;
    backdrop-filter: blur(8px);
}

.hedefsp-developed-note a,
.hedefsp-settings-developed-note a,
.hedefsp-gate-developed-note a {
    color: #fdf2f8;
    font-weight: 600;
    text-decoration: underline;
}

.hedefsp-settings-hero {
    margin-top: 12px;
    border-radius: 18px;
    padding: 20px 22px;
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(260px, 1fr);
    gap: 20px;
    background: radial-gradient(circle at 0% 0%, #38bdf8 0, rgba(56, 189, 248, 0) 55%),
                radial-gradient(circle at 100% 0%, #6366f1 0, rgba(99, 102, 241, 0) 55%),
                linear-gradient(135deg, #020617, #020617 50%, #020617 100%);
    color: #e5e7eb;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.7);
    position: relative;
    overflow: hidden;
}

.hedefsp-settings-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 120%, rgba(248, 250, 252, 0.08), transparent 55%);
    opacity: 1;
    pointer-events: none;
}

.hedefsp-settings-hero-main,
.hedefsp-settings-hero-side {
    position: relative;
    z-index: 1;
}

.hedefsp-settings-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.45);
    color: #e5e7eb;
}

.hedefsp-settings-title {
    margin: 10px 0 4px;
    font-size: 24px;
    font-weight: 700;
    color: #f9fafb;
}

.hedefsp-settings-subtitle {
    margin: 0 0 14px;
    font-size: 13px;
    color: #cbd5f5;
}

.hedefsp-settings-hero-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.hedefsp-settings-hero-metric {
    background: rgba(15, 23, 42, 0.75);
    border-radius: 12px;
    padding: 10px 11px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.hedefsp-settings-hero-metric::after {
    content: '';
    position: absolute;
    right: -70px;
    bottom: -65px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.hedefsp-settings-hero-metric .label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #9ca3af;
    margin-bottom: 4px;
}

.hedefsp-settings-hero-metric .value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #f9fafb;
}

.hedefsp-settings-hero-metric .value.is-on {
    color: #bbf7d0;
}

.hedefsp-settings-hero-metric .value.is-off {
    color: #fecaca;
}

.hedefsp-settings-hero-metric .meta {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    color: #cbd5f5;
}

.hedefsp-settings-hero-side {
    border-radius: 14px;
    padding: 12px 13px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.9));
    border: 1px solid rgba(148, 163, 184, 0.5);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.6);
    overflow: hidden;
}

.hedefsp-settings-hero-side::after {
    content: '';
    position: absolute;
    right: -190px;
    bottom: -100px;
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;;
}

.hedefsp-settings-hero-side h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 600;
    color: #e5e7eb;
}

.hedefsp-settings-hero-side p {
    margin: 0 0 8px;
    font-size: 14px;
    color: #cbd5f5;
}

.hedefsp-settings-hero-side ul {
    margin: 0;
    padding-left: 18px;
    font-size: 14px;
    color: #cbd5f5;
}

.hedefsp-settings-hero-side li {
    margin-bottom: 3px;
}

.hedefsp-settings-body {
    display: grid;
    grid-template-columns: minmax(0, 2.3fr) minmax(260px, 1fr);
    gap: 20px;
    margin-top: 24px;
}

.hedefsp-settings-main {
    min-width: 0;
}

.hedefsp-settings-form {
    background: #f9fafb;
    border-radius: 16px;
    padding: 18px 20px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.hedefsp-settings-sections h2 {
    margin-top: 18px;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.hedefsp-settings-sections h2:first-of-type {
    margin-top: 4px;
}

.hedefsp-settings-sections .form-table {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 10px;
    background: #ffffff;
    border-radius: 12px;
    padding: 10px 12px 4px;
    border: 1px solid #e5e7eb;
}

.hedefsp-settings-sections .form-table th {
    width: 260px;
    padding-left: 10px;
}

.hedefsp-settings-sections .form-table td {
    padding-right: 4px;
}

.hedefsp-settings-sections .description {
    max-width: 540px;
}

.hedefsp-settings-submit {
    margin-top: 12px;
    text-align: right;
}

.hedefsp-settings-aside {
    min-width: 0;
}

.hedefsp-settings-aside-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 14px 15px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
    font-size: 14px;
    color: #374151;
}

.hedefsp-settings-aside-card h4 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 600;
}

.hedefsp-settings-aside-card ul {
    margin: 0;
    padding-left: 16px;
}

.hedefsp-settings-aside-card li {
    margin-bottom: 3px;
}

@media (max-width: 960px) {
    .hedefsp-settings-hero {
        grid-template-columns: minmax(0, 1fr);
    }

    .hedefsp-settings-body {
        grid-template-columns: minmax(0, 1fr);
    }
}

.hedefsp-currency-rates {
    margin-top: 6px;
}

.hedefsp-currency-rate {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    margin-bottom: 2px;
}

.hedefsp-currency-flag {
    font-size: 16px;
    line-height: 1;
}

/* Bank Settings Page */
.hedefsp-bank-settings-wrap h2 {
    margin-top: 24px;
}

.hedefsp-bank-settings-wrap .form-table th {
    width: 260px;
}

.hedefsp-bank-settings-wrap code {
    background: #0f172a;
    color: #e5e7eb;
    padding: 2px 4px;
    border-radius: 3px;
}

/* Transactions Page */
.hedefsp-transactions-wrap {
    max-width: 1200px;
}

.hedefsp-transactions-header-card {
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(260px, 1fr);
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 16px;
    padding: 18px 20px;
    border-radius: 18px;
    background: radial-gradient(circle at 0% 0%, #38bdf8 0, rgba(56, 189, 248, 0) 55%),
                radial-gradient(circle at 100% 0%, #6366f1 0, rgba(99, 102, 241, 0) 55%),
                linear-gradient(135deg, #020617, #020617 50%, #020617 100%);
    color: #e5e7eb;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.7);
    position: relative;
    overflow: hidden;
}

.hedefsp-transactions-header-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.16;
    background: radial-gradient(circle at 10% 0, rgba(248, 250, 252, 0.7), transparent 55%),
        radial-gradient(circle at 90% 100%, rgba(129, 140, 248, 0.5), transparent 55%);
    pointer-events: none;
}

.hedefsp-transactions-header-main,
.hedefsp-transactions-header-side {
    position: relative;
    z-index: 1;
}

.hedefsp-transactions-header-main {
    flex: 1 1 360px;
    min-width: 0;
}

.hedefsp-transactions-header-side {
    flex: 0 0 280px;
    max-width: 320px;
    min-width: 0;
}

.hedefsp-pill-brand {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: rgba(15, 23, 42, 0.32);
    border: 1px solid rgba(148, 163, 184, 0.45);
    margin-bottom: 6px;
}

.hedefsp-transactions-title {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 6px 0;
    color: #f9fafb;
}

.hedefsp-transactions-subtitle {
    margin: 0 0 6px 0;
    color: #d1d5fd;
    max-width: 520px;
    font-size: 13px;
}

.hedefsp-transactions-note {
    margin: 0;
    color: #e5e7eb;
    opacity: 0.9;
    font-size: 12px;
}

.hedefsp-summary-cards {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
}

.hedefsp-transactions-wrap .hedefsp-card {
    background: rgba(15, 23, 42, 0.85);
    border-radius: 12px;
    padding: 9px 11px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.35);
}

.hedefsp-card-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9ca3af;
    margin-bottom: 3px;
}

.hedefsp-card-value {
    font-size: 16px;
    font-weight: 600;
    color: #f9fafb;
}

.hedefsp-card-failed .hedefsp-card-value {
    color: #fecaca;
}

@media (max-width: 960px) {
    .hedefsp-transactions-header-card {
        flex-direction: column;
    }

    .hedefsp-transactions-header-side {
        max-width: 100%;
    }

    .hedefsp-summary-cards {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }
}

.hedefsp-transactions-filter-card {
    margin-bottom: 16px;
    background: #ffffff;
    border-radius: 14px;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.hedefsp-transactions-filter-form {
    margin: 0;
}

.hedefsp-transactions-filter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.hedefsp-transactions-filter-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.hedefsp-filter-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #4b5563;
}

.hedefsp-filter-select {
    min-width: 170px;
    max-width: 220px;
}

.hedefsp-transactions-filter-actions .button {
    margin-top: 0;
    border-radius: 999px;
    padding-left: 14px;
    padding-right: 14px;
}

@media (max-width: 600px) {
    .hedefsp-transactions-filter-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .hedefsp-transactions-filter-actions {
        width: 100%;
    }

    .hedefsp-transactions-filter-actions .button {
        width: auto;
    }
}

.hedefsp-transactions-table-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 14px 16px 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
}

.hedefsp-table-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 8px;
}

.hedefsp-table-title {
    margin: 0 0 2px 0;
    font-size: 15px;
}

.hedefsp-table-desc {
    margin: 0;
    font-size: 12px;
    color: #4b5563;
}

.hedefsp-transactions-table {
    margin-top: 8px;
}

.hedefsp-transactions-table th,
.hedefsp-transactions-table td {
    vertical-align: middle;
}

/* Notification Settings Page */
.hedefsp-notifications-wrap {
    max-width: 1200px;
}

.hedefsp-notifications-wrap h1 {
    margin-bottom: 6px;
}

.hedefsp-notif-hero {
    margin-top: 12px;
    border-radius: 18px;
    padding: 20px 22px;
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(260px, 1fr);
    gap: 20px;
    background: radial-gradient(circle at 0% 0%, #38bdf8 0, rgba(56, 189, 248, 0) 55%),
                radial-gradient(circle at 100% 0%, #6366f1 0, rgba(99, 102, 241, 0) 55%),
                linear-gradient(135deg, #020617, #020617 50%, #020617 100%);
    color: #e5e7eb;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.7);
    position: relative;
    overflow: hidden;
}

.hedefsp-notif-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 120%, rgba(248, 250, 252, 0.08), transparent 55%);
    opacity: 1;
    pointer-events: none;
}

.hedefsp-notif-hero-main,
.hedefsp-notif-hero-side {
    position: relative;
    z-index: 1;
}

.hedefsp-notif-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(248, 250, 252, 0.18);
    color: #e5e7eb;
}

.hedefsp-notif-title {
    margin: 10px 0 4px;
    font-size: 24px;
    font-weight: 700;
    color: #f9fafb;
}

.hedefsp-notif-subtitle {
    margin: 0 0 14px;
    max-width: 520px;
    font-size: 13px;
    color: #cbd5f5;
}

.hedefsp-notif-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}

.hedefsp-notif-metric {
    background: rgba(15, 23, 42, 0.8);
    border-radius: 12px;
    padding: 10px 11px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    backdrop-filter: blur(10px);
}

.hedefsp-notif-metric .label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #9ca3af;
    margin-bottom: 4px;
}

.hedefsp-notif-metric .value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #f9fafb;
}

.hedefsp-notif-metric .value.is-on {
    color: #bbf7d0;
}

.hedefsp-notif-metric .value.is-off {
    color: #fecaca;
}

.hedefsp-notif-metric .meta {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    color: #cbd5f5;
}

.hedefsp-notif-hero-side {
    border-radius: 14px;
    padding: 12px 13px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.9));
    border: 1px solid rgba(148, 163, 184, 0.5);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.6);
    font-size: 12px;
}

.hedefsp-notif-hero-side h3 {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 600;
    color: #e5e7eb;
}

.hedefsp-notif-hero-side p {
    margin: 0 0 8px;
    font-size: 12px;
    color: #cbd5f5;
}

.hedefsp-notif-hero-side ul {
    margin: 0;
    padding-left: 18px;
    color: #cbd5f5;
}

.hedefsp-notif-hero-side li {
    margin-bottom: 3px;
}

.hedefsp-notif-body {
    display: grid;
    grid-template-columns: minmax(0, 2.3fr) minmax(260px, 1fr);
    gap: 20px;
    margin-top: 24px;
}

.hedefsp-notif-main {
    min-width: 0;
}

.hedefsp-notif-form {
    background: #f9fafb;
    border-radius: 16px;
    padding: 18px 20px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.hedefsp-notif-sections h2 {
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

.hedefsp-notif-sections .form-table {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 10px;
    background: #ffffff;
    border-radius: 12px;
    padding: 10px 12px 4px;
    border: 1px solid #e5e7eb;
}

.hedefsp-notif-sections .form-table th {
    width: 260px;
    padding-left: 4px;
}

.hedefsp-notif-sections .form-table td {
    padding-right: 4px;
}

.hedefsp-notif-footer {
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 12px;
    background: #f9fafb;
    border: 1px dashed #cbd5e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.hedefsp-notif-footer-label {
    font-size: 12px;
    color: #4b5563;
}

.hedefsp-notif-footer-right .button-primary {
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 999px;
}

.hedefsp-notif-aside {
    min-width: 0;
}

.hedefsp-notif-aside-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 14px 15px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
    font-size: 12px;
    color: #374151;
}

.hedefsp-notif-aside-card h4 {
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 600;
}

.hedefsp-notif-aside-card ul {
    margin: 0;
    padding-left: 16px;
}

.hedefsp-notif-aside-card li {
    margin-bottom: 3px;
}

.hedefsp-field-help {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
}

.hedefsp-toggle-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

@media (max-width: 960px) {
    .hedefsp-notif-hero {
        grid-template-columns: minmax(0, 1fr);
    }

    .hedefsp-notif-body {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Docs Page */
.hedefsp-docs-wrap {
    max-width: 1240px;
    margin-top: 12px;
    margin-right: 0;
    padding-right: 0;
}

.hedefsp-docs-hero {
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 18px;
    padding: 20px 22px;
    display: grid;
    grid-template-columns: minmax(0, 2.1fr);
    gap: 20px;
    background: radial-gradient(circle at 0% 0%, #38bdf8 0, rgba(56, 189, 248, 0) 55%),
                radial-gradient(circle at 100% 0%, #6366f1 0, rgba(99, 102, 241, 0) 55%),
                linear-gradient(135deg, #020617, #020617 50%, #020617 100%);
    color: #e5e7eb;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.7);
    position: relative;
    overflow: hidden;
}

.hedefsp-docs-hero::after {
    content: "";
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at top right, rgba(251, 191, 36, 0.25), transparent 55%);
    opacity: 0.9;
    pointer-events: none;
}

.hedefsp-docs-hero-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: flex-start;
    z-index: 1;
}

.hedefsp-docs-hero-main {
    min-width: 620px;
}

.hedefsp-docs-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: rgba(15, 23, 42, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.5);
    margin-bottom: 6px;
}

.hedefsp-docs-title {
    font-size: 26px;
    line-height: 1.3;
    margin: 0 0 4px;
    color: #f9fafb;
}

.hedefsp-docs-subtitle {
    margin: 0 0 8px;
    max-width: 560px;
    font-size: 15px;
    line-height: 1.6;
    color: #cbd5f5;
}

.hedefsp-docs-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
    line-height: 1.5;
    color: #e5e7eb;
    opacity: 0.9;
}

.hedefsp-docs-hero-actions {
    min-width: 220px;
    text-align: right;
}

.hedefsp-docs-pill-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    font-size: 12px;
    cursor: default;
    margin-left: 6px;
    margin-bottom: 6px;
    white-space: nowrap;
}

.hedefsp-docs-pill-btn--primary {
    background: #e5e7eb;
    color: #111827;
    border-color: transparent;
}

.hedefsp-docs-pill-btn--ghost {
    background: transparent;
    color: #e5e7eb;
}

.hedefsp-docs-hero-note {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.5;
    opacity: 0.85;
}

.hedefsp-docs-layout {
    display: grid;
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    gap: 18px;
    align-items: flex-start;
}

.hedefsp-docs-sidebar {
    background: #f9fafb;
    border-radius: 14px;
    padding: 14px 14px 16px;
    border: 1px solid #e5e7eb;
}

.hedefsp-docs-sidebar h2 {
    font-size: 15px;
    margin: 0 0 6px;
}

.hedefsp-docs-sidebar ul {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
}

.hedefsp-docs-sidebar li {
    margin-bottom: 4px;
}

.hedefsp-docs-sidebar a {
    text-decoration: none;
    font-size: 13px;
    color: #111827;
}

.hedefsp-docs-sidebar a:hover {
    text-decoration: underline;
}

.hedefsp-docs-tip {
    margin-top: 10px;
    padding: 10px 10px 11px;
    border-radius: 10px;
    background: #0f172a;
    color: #e5e7eb;
    font-size: 12px;
    line-height: 1.6;
}

.hedefsp-docs-tip h3 {
    margin: 0 0 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.9;
    color: #a3a3a3;
}

.hedefsp-docs-tip p {
    margin: 0;
    line-height: 1.6;
}

.hedefsp-docs-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hedefsp-docs-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 14px 16px 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.hedefsp-docs-card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.hedefsp-docs-card-header h2 {
    margin: 0;
    font-size: 16px;
}

.hedefsp-docs-card-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: #eff6ff;
    color: #1d4ed8;
}

.hedefsp-docs-card-lead {
    margin: 0 0 6px;
    font-size: 13px;
    line-height: 1.6;
    color: #4b5563;
}

.hedefsp-docs-card ul {
    margin: 0 0 6px 16px;
    padding-left: 4px;
    font-size: 13px;
    line-height: 1.6;
    color: #374151;
}

.hedefsp-docs-card li {
    margin-bottom: 6px;
}

.hedefsp-docs-coming {
    margin: 4px 0 0;
    font-size: 12px;
    color: #6b7280;
}

@media (max-width: 960px) {
    .hedefsp-docs-hero-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .hedefsp-docs-hero-actions {
        text-align: left;
    }

    .hedefsp-docs-layout {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Bank Settings */
.hedefsp-bank-settings-wrap {
    max-width: 1180px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.hedefsp-badge-secondary {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    color: #4b5563;
}

.hedefsp-bank-hero {
    margin: 12px 0 18px;
    padding: 20px 22px;
    border-radius: 18px;
    background: radial-gradient(circle at 0% 0%, #38bdf8 0, rgba(56, 189, 248, 0) 55%),
                radial-gradient(circle at 100% 0%, #6366f1 0, rgba(99, 102, 241, 0) 55%),
                linear-gradient(135deg, #020617, #020617 50%, #020617 100%);
    color: #e5e7eb;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.7);
    display: grid;
    grid-template-columns: minmax(0, 2.2fr) minmax(260px, 1fr);
    gap: 18px;
    position: relative;
    overflow: hidden;
}

.hedefsp-bank-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 100%, rgba(248, 250, 252, 0.08), transparent 55%);
    opacity: 1;
    pointer-events: none;
}

.hedefsp-bank-hero-main,
.hedefsp-bank-hero-side {
    position: relative;
    z-index: 1;
}

.hedefsp-bank-title {
    margin: 6px 0 4px;
    font-size: 24px;
    font-weight: 700;
    color: #f9fafb;
}

.hedefsp-bank-subtitle {
    margin: 0 0 12px;
    color: #cbd5f5;
    max-width: 620px;
    font-size: 13px;
}

.hedefsp-bank-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}

.hedefsp-bank-meta-item {
    background: rgba(15, 23, 42, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.45);
    border-radius: 12px;
    padding: 9px 10px;
    backdrop-filter: blur(10px);
}

.hedefsp-bank-meta-item .label {
    display: block;
    font-size: 11px;
    color: #cbd5e1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.hedefsp-bank-meta-item .value {
    font-weight: 600;
    color: #f8fafc;
}

.hedefsp-bank-hero-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 14px;
    padding: 12px 14px;
    color: #e5e7eb;
    backdrop-filter: blur(8px);
}

.hedefsp-bank-hero-card .eyebrow {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #cbd5e1;
    margin-bottom: 4px;
}

.hedefsp-bank-hero-card .lead {
    margin: 0 0 6px;
    font-weight: 600;
    color: #fff;
}

.hedefsp-bank-hero-card .note {
    margin: 0;
    color: #d1d5fd;
    font-size: 12px;
}

.hedefsp-bank-form {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 14px 16px 6px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.hedefsp-bank-form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.hedefsp-bank-form-copy h2 {
    margin: 0 0 4px;
    font-size: 16px;
}

.hedefsp-bank-form-copy p {
    margin: 0;
    color: #5f6368;
}

.hedefsp-bank-tabs-wrap {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.hedefsp-bank-tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.hedefsp-bank-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid #e4e7ec;
    background: #f8fafc;
    color: #111827;
    cursor: pointer;
    transition: all 0.2s ease;
}

.hedefsp-bank-tab:hover {
    border-color: #cdd4de;
    background: #eef2f7;
}

.hedefsp-bank-tab.is-active {
    border-color: #2563eb;
    background: #e8efff;
    color: #1d4ed8;
}

.hedefsp-bank-tab-remove {
    background: #edf2f7;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    font-weight: 700;
    color: #475569;
}

.hedefsp-bank-empty {
    padding: 24px;
    border: 1px dashed #cdd4de;
    border-radius: 12px;
    background: #f8fafc;
    text-align: center;
    margin: 12px 0;
}

.hedefsp-bank-empty p {
    margin-bottom: 12px;
    color: #475569;
}

.hedefsp-bank-tab-panel {
    display: none;
}

.hedefsp-bank-tab-panel.is-active {
    display: block;
}

.hedefsp-bank-tab-panel.is-hidden {
    display: none;
}

.hedefsp-bank-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 14px;
}

.hedefsp-bank-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.hedefsp-bank-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 16px 8px;
    border-bottom: 1px solid #e5e7eb;
}

.hedefsp-bank-card-header-main {
    flex: 1;
}

.hedefsp-bank-card-header-aside {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.hedefsp-bank-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 36px;
    padding: 4px 8px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.hedefsp-bank-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.hedefsp-bank-card-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
}

.hedefsp-bank-card-desc {
    margin: 4px 0 0;
    color: #475569;
    font-size: 13px;
    max-width: 520px;
}

.hedefsp-bank-badge-group {
    display: inline-flex;
    gap: 6px;
    flex-shrink: 0;
}

.hedefsp-bank-card-body {
    padding: 2px 16px 12px;
}

.hedefsp-bank-table {
    width: 100%;
}

.hedefsp-bank-table th {
    width: 200px;
    padding-left: 0;
}

.hedefsp-bank-table th,
.hedefsp-bank-table td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
}

.hedefsp-bank-table tr:last-child th,
.hedefsp-bank-table tr:last-child td {
    border-bottom: none;
}

.hedefsp-bank-actions {
    padding: 12px 4px 2px;
    display: flex;
    justify-content: flex-end;
}

.hedefsp-bank-actions .button-primary {
    padding-left: 18px;
    padding-right: 18px;
    height: 38px;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(59, 130, 246, 0.25);
}

.hedefsp-theme-picker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.hedefsp-theme-picker__value {
    font-weight: 600;
    color: #0f172a;
}

.hedefsp-theme-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.hedefsp-theme-modal.is-open {
    display: flex;
}

.hedefsp-theme-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(2px);
}

.hedefsp-theme-modal__dialog {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 18px 20px 16px;
    max-width: 720px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.35);
    z-index: 1;
}

.hedefsp-theme-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.hedefsp-theme-modal__header h3 {
    margin: 0;
}

.hedefsp-theme-modal__close {
    border: 1px solid #e2e8f0;
    cursor: pointer;
}

.hedefsp-theme-modal__header .hedefsp-theme-modal__close {
    background: #f8fafc;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    font-size: 18px;
    line-height: 1;
}

.hedefsp-theme-modal__body {
    padding: 6px 0 10px;
}

.hedefsp-theme-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
    margin-top: 12px;
}

.hedefsp-theme-card {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    padding: 10px;
    background: #ffffff;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: left;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.hedefsp-theme-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
}

.hedefsp-theme-card.is-active {
    border-color: #2563eb;
    box-shadow: 0 10px 36px rgba(37, 99, 235, 0.18);
}

.hedefsp-theme-card__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.hedefsp-theme-card__meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hedefsp-theme-card__label {
    font-weight: 700;
    font-size: 15px;
    color: #0f172a;
}

.hedefsp-theme-card__desc {
    color: #475569;
    font-size: 13px;
}

.hedefsp-theme-card__check {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #2563eb;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 700;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.15s ease;
}

.hedefsp-theme-card.is-active .hedefsp-theme-card__check {
    opacity: 1;
    transform: scale(1);
}

.hedefsp-theme-modal__footer {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.hedefsp-theme-modal__cancel {
    background: #e2e8f0;
    border-color: #cbd5e1;
    color: #0f172a;
}

.hedefsp-theme-modal__cancel:hover,
.hedefsp-theme-modal__cancel:focus {
    background: #cbd5e1;
    border-color: #94a3b8;
    color: #0f172a;
}

.hedefsp-bank-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.hedefsp-bank-modal.is-open {
    display: flex;
}

.hedefsp-bank-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.35);
    backdrop-filter: blur(2px);
}

.hedefsp-bank-modal__dialog {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    max-width: 640px;
    width: 100%;
    box-shadow: 0 15px 45px rgba(15, 23, 42, 0.25);
    z-index: 1;
}

.hedefsp-bank-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.hedefsp-bank-modal__header h3 {
    margin: 4px 0 0;
}

.hedefsp-bank-modal__header .hedefsp-bank-modal__close {
    background: #f8fafc;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 1px solid #e4e7ec;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}

.hedefsp-bank-modal__footer .hedefsp-bank-modal__close {
    border-radius: 10px;
    height: 38px;
    padding-left: 14px;
    padding-right: 14px;
}

.hedefsp-bank-modal__body {
    max-height: 360px;
    overflow: auto;
    padding: 8px 0;
}

.hedefsp-bank-modal__list {
    display: grid;
    gap: 8px;
}

.hedefsp-bank-modal__item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    padding: 12px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.hedefsp-bank-modal__item-logo {
    width: 60px;
    height: 34px;
    padding: 6px 8px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hedefsp-bank-modal__item-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.hedefsp-bank-modal__item-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hedefsp-bank-modal__item:hover {
    border-color: #cdd4de;
    background: #f8fafc;
}

.hedefsp-bank-modal__item.is-disabled {
    cursor: not-allowed;
    opacity: 0.6;
    background: #f4f4f5;
}

.hedefsp-bank-modal__item.is-checked {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.hedefsp-bank-modal__item-title {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.hedefsp-bank-modal__item-desc {
    color: #475569;
    font-size: 13px;
}

.hedefsp-bank-modal__footer {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 12px;
}

@media (max-width: 960px) {
    .hedefsp-bank-hero {
        grid-template-columns: minmax(0, 1fr);
    }

    .hedefsp-bank-card-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .hedefsp-bank-table th {
        width: auto;
        padding-right: 0;
    }
}
