/* /Components/Layout/AppLayout.razor.rz.scp.css */
/* ── KESO İşletme — Alt Navigasyon ── */

.ap-nav[b-3tkk1ukr2r] {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    height: calc(80px + env(safe-area-inset-bottom, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: rgba(8, 14, 26, 0.98);
    backdrop-filter: blur(24px) saturate(160%);
    -webkit-backdrop-filter: blur(24px) saturate(160%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;    /* dikey hizalama merkez */
    justify-content: stretch;
    z-index: 500;
    overflow: hidden;       /* artık taşma yok */
    padding-top: 0;
}

/* ── Normal nav öğesi ── */
.ap-item[b-3tkk1ukr2r] {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 6px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.38);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.01em;
    position: relative;
    transition: color 180ms ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    /* 80px yükseklik → 48dp minimum touch target sağlanıyor */
}

.ap-item:active[b-3tkk1ukr2r] {
    opacity: 0.65;
}

/* ── Aktif durum ── */
.ap-item--aktif[b-3tkk1ukr2r] {
    color: #C46FA8;
}

/* Alt gösterge çubuğu */
.ap-item--aktif:not(.ap-item--qr)[b-3tkk1ukr2r]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 3px;
    background: #A54783;
    border-radius: 3px 3px 0 0;
}

.ap-item--aktif:not(.ap-item--qr) svg[b-3tkk1ukr2r] {
    filter: drop-shadow(0 0 7px rgba(165, 71, 131, 0.55));
}

/* ── Orta QR butonu — nav İÇİNDE, taşma yok ── */
.ap-item--qr[b-3tkk1ukr2r] {
    gap: 6px;
}

.ap-qr-cember[b-3tkk1ukr2r] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(145deg, #b75d96, #7d3166);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.92);
    /* nav içinde statik — absolute yok */
    box-shadow: 0 4px 18px rgba(165, 71, 131, 0.5);
    transition:
        transform 180ms cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 180ms ease,
        background 180ms ease;
    flex-shrink: 0;
}

.ap-qr-cember--aktif[b-3tkk1ukr2r] {
    background: linear-gradient(145deg, #A54783, #8a3869);
    color: #fff;
    box-shadow:
        0 6px 24px rgba(165, 71, 131, 0.65),
        0 0 0 6px rgba(165, 71, 131, 0.12);
}

.ap-item--qr:active .ap-qr-cember[b-3tkk1ukr2r] {
    transform: scale(0.88);
    box-shadow: 0 2px 8px rgba(165, 71, 131, 0.3);
}

/* ── Sayfa içeriği boşluğu + geçiş animasyonu ── */
.ap-icerik[b-3tkk1ukr2r] {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
    min-height: 100dvh;
    animation: ap-sayfa-gir-b-3tkk1ukr2r 0.18s ease both;
}

@keyframes ap-sayfa-gir-b-3tkk1ukr2r {
    from { opacity: 0; transform: translateY(5px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Hareket tercihi ── */
@media (prefers-reduced-motion: reduce) {
    .ap-item[b-3tkk1ukr2r]      { transition: color 80ms; }
    .ap-qr-cember[b-3tkk1ukr2r] { transition: none; }
}
/* /Components/Pages/Hesabim.razor.rz.scp.css */
/* â”€â”€ KESO Ä°ÅŸletme Â· HesabÄ±m â”€â”€ */

.hs-sayfa[b-37ugtq8m9t] {
    min-height: 100dvh;
    background: #070e1d;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: calc(env(safe-area-inset-top, 0px) + 28px) 20px
             calc(80px + env(safe-area-inset-bottom, 0px) + 28px);
    gap: 16px;
    background-image:
        radial-gradient(ellipse 100% 45% at 50% -5%,
            rgba(165, 71, 131, 0.14) 0%, transparent 55%);
}

/* â”€â”€ Profil â”€â”€ */
.hs-profil[b-37ugtq8m9t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 8px 0 4px;
    width: 100%;
    max-width: 380px;
}

.hs-avatar[b-37ugtq8m9t] {
    width: 84px; height: 84px;
    border-radius: 50%;
    background: linear-gradient(145deg, #A54783, #6d2c56);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
    box-shadow:
        0 8px 28px rgba(165, 71, 131, 0.4),
        0 0 0 3px rgba(165, 71, 131, 0.15);
    user-select: none;
}

.hs-ad[b-37ugtq8m9t] {
    font-size: 22px;
    font-weight: 800;
    color: #eef2f8;
    letter-spacing: -0.03em;
    text-align: center;
}

.hs-rol-badge[b-37ugtq8m9t] {
    display: inline-block;
    background: rgba(165, 71, 131, 0.12);
    border: 1px solid rgba(165, 71, 131, 0.25);
    color: #b876a8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
}

/* â”€â”€ Bilgi kartÄ± â”€â”€ */
.hs-bilgi-kart[b-37ugtq8m9t] {
    width: 100%;
    max-width: 380px;
    background: rgba(15, 28, 48, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    overflow: hidden;
    margin-top: 4px;
}

.hs-satir[b-37ugtq8m9t] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    min-height: 56px;      /* â‰¥48px touch target */
}

.hs-satir-ikon[b-37ugtq8m9t] {
    width: 34px; height: 34px;
    border-radius: 10px;
    background: rgba(165, 71, 131, 0.1);
    color: #A54783;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hs-satir-etiket[b-37ugtq8m9t] {
    flex: 1;
    font-size: 14px;
    color: #7a95b8;
    font-weight: 500;
}

.hs-satir-deger[b-37ugtq8m9t] {
    font-size: 14px;
    font-weight: 700;
    color: #eef2f8;
}

.hs-satir-deger--yesil[b-37ugtq8m9t] { color: #10d98a; }

.hs-ayrac[b-37ugtq8m9t] {
    height: 1px;
    background: rgba(255, 255, 255, 0.05);
    margin: 0;
}

/* â”€â”€ Ã‡Ä±kÄ±ÅŸ butonu â”€â”€ */
.hs-cikis-btn[b-37ugtq8m9t] {
    width: 100%;
    max-width: 380px;
    height: 54px;
    background: rgba(255, 85, 85, 0.08);
    border: 1.5px solid rgba(255, 85, 85, 0.2);
    border-radius: 16px;
    color: #ff7070;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: background 150ms ease, border-color 150ms ease, transform 100ms ease;
    -webkit-tap-highlight-color: transparent;
    letter-spacing: 0.01em;
    margin-top: 8px;
}

.hs-cikis-btn:active[b-37ugtq8m9t] {
    background: rgba(255, 85, 85, 0.16);
    border-color: rgba(255, 85, 85, 0.35);
    transform: scale(0.985);
}

/* ── Alt branding ── */
.hs-alt[b-37ugtq8m9t] {
    margin-top: auto;
    padding-top: 20px;
    margin-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.hs-superpos[b-37ugtq8m9t] {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #A61C18;
}

.hs-powered-by[b-37ugtq8m9t] {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 6px;
}

.hs-powered[b-37ugtq8m9t] {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
}
/* /Components/Pages/Islemler.razor.rz.scp.css */
/* â”€â”€ KESO Ä°ÅŸletme Â· Ä°ÅŸlemler â”€â”€ */

.ix-sayfa[b-wiaan7vmwv] {
    min-height: 100dvh;
    background: #070e1d;
    display: flex;
    flex-direction: column;
    padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px) + 16px);
    background-image:
        radial-gradient(ellipse 100% 22% at 50% 0%,
            rgba(165, 71, 131, 0.07) 0%, transparent 60%);
}

/* â”€â”€ Ãœst bar â”€â”€ */
.ix-ust-bar[b-wiaan7vmwv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(env(safe-area-inset-top, 0px) + 20px) 20px 16px;
}

.ix-baslik[b-wiaan7vmwv] {
    font-size: 22px;
    font-weight: 800;
    color: #eef2f8;
    letter-spacing: -0.03em;
}

.ix-kasyer[b-wiaan7vmwv] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #3d5268;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 6px 12px;
    border-radius: 999px;
}

/* â”€â”€ Ã–zet Ã§ubuÄŸu â”€â”€ */
.ix-ozet[b-wiaan7vmwv] {
    display: flex;
    align-items: center;
    margin: 0 16px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 16px 0;
}

.ix-ozet-item[b-wiaan7vmwv] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.ix-ozet-ayrac[b-wiaan7vmwv] {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.07);
}

.ix-ozet-sayi[b-wiaan7vmwv] {
    font-size: 26px;
    font-weight: 800;
    color: #eef2f8;
    line-height: 1;
    letter-spacing: -0.03em;
}

.ix-ozet-sayi--yesil[b-wiaan7vmwv]   { color: #10d98a; }
.ix-ozet-sayi--kirmizi[b-wiaan7vmwv] { color: #ff6b6b; }

.ix-ozet-etiket[b-wiaan7vmwv] {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #2e4260;
}

/* â”€â”€ Liste â”€â”€ */
.ix-liste[b-wiaan7vmwv] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 16px;
}

/* â”€â”€ Ä°ÅŸlem kartÄ± â”€â”€ */
.ix-kart[b-wiaan7vmwv] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(15, 28, 48, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-left-width: 3px;
    border-radius: 14px;
    padding: 14px 16px;
    min-height: 64px;       /* â‰¥48px touch target aÅŸÄ±lÄ±yor */
}

.ix-kart--basarili[b-wiaan7vmwv] { border-left-color: #10d98a; }
.ix-kart--hata[b-wiaan7vmwv]     { border-left-color: #ff6b6b; }

/* Ä°kon */
.ix-ikon[b-wiaan7vmwv] {
    width: 38px; height: 38px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ix-kart--basarili .ix-ikon[b-wiaan7vmwv] {
    background: rgba(16, 217, 138, 0.1);
    color: #10d98a;
}

.ix-kart--hata .ix-ikon[b-wiaan7vmwv] {
    background: rgba(255, 107, 107, 0.1);
    color: #ff6b6b;
}

/* Detay */
.ix-detay[b-wiaan7vmwv] {
    flex: 1;
    min-width: 0;
}

.ix-musteri[b-wiaan7vmwv] {
    font-size: 14px;
    font-weight: 600;
    color: #eef2f8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ix-kampanya[b-wiaan7vmwv] {
    font-size: 12px;
    font-weight: 500;
    color: #A54783;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ix-mesaj[b-wiaan7vmwv] {
    font-size: 12px;
    color: #3d5268;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* SaÄŸ taraf */
.ix-sag[b-wiaan7vmwv] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    flex-shrink: 0;
}

.ix-tutar[b-wiaan7vmwv] {
    font-size: 13px;
    font-weight: 700;
    color: #10d98a;
    letter-spacing: -0.01em;
}

.ix-zaman[b-wiaan7vmwv] {
    font-size: 11px;
    color: #2e4260;
    font-weight: 500;
}

/* â”€â”€ BoÅŸ durum â”€â”€ */
.ix-bos[b-wiaan7vmwv] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 32px;
    gap: 14px;
}

.ix-bos-ikon[b-wiaan7vmwv] {
    width: 80px; height: 80px;
    border-radius: 22px;
    background: rgba(165, 71, 131, 0.07);
    border: 1px solid rgba(165, 71, 131, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e4260;
    margin-bottom: 4px;
}

.ix-bos-baslik[b-wiaan7vmwv] {
    font-size: 16px;
    font-weight: 700;
    color: #7a95b8;
    margin: 0;
    letter-spacing: -0.01em;
}

.ix-bos-aciklama[b-wiaan7vmwv] {
    font-size: 14px;
    color: #2e4260;
    text-align: center;
    line-height: 1.7;
    margin: 0;
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* ── KESO İşletme · Login ── */

.gl-sayfa[b-2j7osx92kx] {
    /* Design tokens */
    --primary:       #A54783;
    --primary-d:     #8b3a6e;
    --primary-glow:  rgba(165, 71, 131, 0.18);
    --bg:            #070e1d;
    --surface:       #0f1c30;
    --surface-input: #081525;
    --border:        rgba(255, 255, 255, 0.08);
    --border-act:    #A54783;
    --text:          #eef2f8;
    --text-2:        #7a95b8;
    --text-3:        #3d5268;
    --error:         #ff5555;
    --error-bg:      rgba(255, 85, 85, 0.09);
    --error-border:  rgba(255, 85, 85, 0.28);
    --r-input:       14px;
    --r-card:        22px;
    --t:             200ms cubic-bezier(0.4, 0, 0.2, 1);

    /* scroll-safe: klavye açıkken padding-top sayesinde form görünür kalır */
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: var(--bg);
    padding: calc(env(safe-area-inset-top, 0px) + 52px) 20px
             calc(env(safe-area-inset-bottom, 0px) + 36px);
    background-image:
        radial-gradient(ellipse 70% 38% at 50% -2%,
            rgba(165, 71, 131, 0.16) 0%, transparent 60%);
}

/* ── Marka ── */
.gl-marka[b-2j7osx92kx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
    user-select: none;
}

.gl-emblem[b-2j7osx92kx] {
    filter: drop-shadow(0 8px 24px rgba(165, 71, 131, 0.5));
}

.gl-wordmark[b-2j7osx92kx] {
    font-size: 22px;
    font-weight: 900;
    color: var(--text);
    letter-spacing: 0.18em;
    line-height: 1;
}

.gl-tagline[b-2j7osx92kx] {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-3);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* ── Kart ── */
.gl-kart[b-2j7osx92kx] {
    width: 100%;
    max-width: 390px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-card);
    padding: 28px 20px 24px;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.2),
        0 12px 48px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    animation: gl-gir-b-2j7osx92kx 0.32s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes gl-gir-b-2j7osx92kx {
    from { opacity: 0; transform: translateY(18px) scale(0.98); }
    to   { opacity: 1; transform: translateY(0)    scale(1);    }
}

.gl-kart-baslik-grup[b-2j7osx92kx] { margin-bottom: 24px; }

.gl-baslik[b-2j7osx92kx] {
    font-size: 20px;
    font-weight: 800;
    color: var(--text);
    margin: 0 0 6px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.gl-aciklama[b-2j7osx92kx] {
    font-size: 14px;
    color: var(--text-2);
    margin: 0;
    line-height: 1.5;
}

/* ── Hata ── */
.gl-hata[b-2j7osx92kx] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: var(--error-bg);
    border: 1px solid var(--error-border);
    border-radius: 12px;
    color: var(--error);
    font-size: 13px;
    line-height: 1.5;
    padding: 12px 14px;
    margin-bottom: 18px;
    animation: gl-hata-ac-b-2j7osx92kx 0.2s ease both;
}

@keyframes gl-hata-ac-b-2j7osx92kx {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.gl-hata svg[b-2j7osx92kx]    { flex-shrink: 0; margin-top: 1px; }
.gl-hata--gizli[b-2j7osx92kx] { display: none; }

/* ── Form alanları ── */
.gl-alan[b-2j7osx92kx] { margin-bottom: 14px; }

.gl-etiket[b-2j7osx92kx] {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-2);
    margin-bottom: 8px;
}

/* ── Input grubu ── */
.gl-input-grup[b-2j7osx92kx] {
    display: flex;
    align-items: center;
    height: 52px;
    background: var(--surface-input);
    border: 1.5px solid var(--border);
    border-radius: var(--r-input);
    overflow: hidden;
    transition: border-color var(--t), box-shadow var(--t);
    cursor: text;
}

.gl-input-grup:focus-within[b-2j7osx92kx] {
    border-color: var(--border-act);
    box-shadow: 0 0 0 3px var(--primary-glow);
}

.gl-input-grup--hata[b-2j7osx92kx] {
    border-color: var(--error);
    box-shadow: 0 0 0 3px rgba(255, 85, 85, 0.1);
}

/* İkon bölmesi */
.gl-input-ikon[b-2j7osx92kx] {
    width: 48px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-3);
    border-right: 1px solid var(--border);
    flex-shrink: 0;
    transition: color var(--t), border-color var(--t);
}

.gl-input-grup:focus-within .gl-input-ikon[b-2j7osx92kx] {
    color: var(--primary);
    border-right-color: rgba(165, 71, 131, 0.2);
}

.gl-input-grup--hata .gl-input-ikon[b-2j7osx92kx] {
    color: var(--error);
    border-right-color: rgba(255, 85, 85, 0.2);
}

/* Input */
.gl-input[b-2j7osx92kx] {
    flex: 1;
    height: 100%;
    background: none;
    border: none;
    color: var(--text);
    font-size: 16px;   /* 16px: iOS auto-zoom tetiklenmez */
    padding: 0 14px;
    outline: none;
    min-width: 0;
    -webkit-appearance: none;
    appearance: none;
}

.gl-input[b-2j7osx92kx]::placeholder { color: var(--text-3); font-size: 15px; }
.gl-input:disabled[b-2j7osx92kx]     { opacity: 0.4; cursor: not-allowed; }

/* Göz butonu */
.gl-goz-btn[b-2j7osx92kx] {
    width: 48px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: var(--text-3);
    cursor: pointer;
    flex-shrink: 0;
    transition: color var(--t);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.gl-goz-btn:active[b-2j7osx92kx] { color: var(--text); }

.gl-goz-btn:focus-visible[b-2j7osx92kx] {
    outline: 2px solid var(--primary);
    outline-offset: -2px;
}

/* ── CTA ── */
.gl-btn[b-2j7osx92kx] {
    width: 100%;
    height: 52px;
    background: linear-gradient(135deg, var(--primary), var(--primary-d));
    color: #fff;
    border: none;
    border-radius: var(--r-input);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    box-shadow: 0 4px 20px rgba(165, 71, 131, 0.35);
    transition: box-shadow var(--t), transform 100ms ease;
    -webkit-tap-highlight-color: transparent;
}

.gl-btn:hover:not(:disabled)[b-2j7osx92kx]  { box-shadow: 0 6px 28px rgba(165, 71, 131, 0.5); }
.gl-btn:active:not(:disabled)[b-2j7osx92kx] { transform: scale(0.975); box-shadow: 0 2px 12px rgba(165, 71, 131, 0.3); }
.gl-btn:disabled[b-2j7osx92kx]               { opacity: 0.35; cursor: not-allowed; box-shadow: none; }
.gl-btn:focus-visible[b-2j7osx92kx]          { outline: 2px solid var(--primary); outline-offset: 3px; }

/* ── Spinner ── */
.gl-spinner[b-2j7osx92kx] {
    width: 18px; height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: gl-don-b-2j7osx92kx 0.65s linear infinite;
    flex-shrink: 0;
}

@keyframes gl-don-b-2j7osx92kx { to { transform: rotate(360deg); } }

/* ── Hareket tercihi ── */
@media (prefers-reduced-motion: reduce) {
    .gl-kart[b-2j7osx92kx]    { animation: none; }
    .gl-hata[b-2j7osx92kx]    { animation: none; }
    .gl-spinner[b-2j7osx92kx] { animation-duration: 1.5s; }
    .gl-btn[b-2j7osx92kx], .gl-input-grup[b-2j7osx92kx] { transition: opacity 100ms; }
}

/* ── Powered By ── */
.gl-powered[b-2j7osx92kx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    margin-top: 28px;
}

.gl-powered-brand[b-2j7osx92kx] {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #A61C18;
}

.gl-powered-by[b-2j7osx92kx] {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1e2d42;
}

/* ── Footer ── */
.gl-footer[b-2j7osx92kx] {
    font-size: 11px;
    color: #1a2a3a;
    text-align: center;
    letter-spacing: 0.03em;
    margin-top: 8px;
}

@media (min-width: 480px) {
    .gl-kart[b-2j7osx92kx] { padding: 32px 28px 28px; }
}
/* /Components/Pages/Tarayici.razor.rz.scp.css */
/* ── KESO İşletme · QR Tarayıcı ── */

.tr-sayfa[b-7ccrvdx5zv] {
    position: fixed;
    inset: 0;
    background: #000;
    overflow: hidden;
}

/* ── Kamera ── */
.tr-video[b-7ccrvdx5zv] {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
}

.tr-canvas-gizli[b-7ccrvdx5zv] { display: none; }

/* ── Koyu örtü katmanları ── */
.tr-koyu-ust[b-7ccrvdx5zv],
.tr-koyu-alt[b-7ccrvdx5zv] {
    background: rgba(0, 0, 0, 0.72);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tr-koyu-ust[b-7ccrvdx5zv] { height: 22vh; }

.tr-koyu-alt[b-7ccrvdx5zv] {
    height: 34vh;
    flex-direction: column;
    padding: 16px 16px
             calc(16px + 80px + env(safe-area-inset-bottom, 0px));
}

.tr-koyu-orta[b-7ccrvdx5zv] {
    display: flex;
    height: 44vh;
}

.tr-koyu-sol[b-7ccrvdx5zv],
.tr-koyu-sag[b-7ccrvdx5zv] {
    flex: 1;
    background: rgba(0, 0, 0, 0.72);
}

/* ── Çerçeve wrapper ── */
.tr-cerceve-wrap[b-7ccrvdx5zv] {
    position: absolute;
    inset: 0;
    z-index: 10;
    pointer-events: none;
    display: flex;
    flex-direction: column;
}

/* pointer-events açık tutulacak öğeler */
.tr-ust-bolge[b-7ccrvdx5zv],
.tr-sonuc-overlay[b-7ccrvdx5zv] { pointer-events: auto; }

/* ══════════════════════════════════════════════════════
   ── ÜST BÖLGE: üst bar + manuel giriş paneli ─────────
   ══════════════════════════════════════════════════════ */

.tr-ust-bolge[b-7ccrvdx5zv] {
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 20;
    pointer-events: auto;
}

/* ── Üst bar ── */
.tr-ust-bar[b-7ccrvdx5zv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: calc(env(safe-area-inset-top, 0px) + 14px);
    padding-left: 20px;
    padding-right: 16px;
    padding-bottom: 14px;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.82) 0%, transparent 100%);
}

.tr-isletme-adi[b-7ccrvdx5zv] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

/* Sağ taraf: kasyer adı + manuel butonu */
.tr-ust-sag[b-7ccrvdx5zv] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tr-kasyer-adi[b-7ccrvdx5zv] {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.42);
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Manuel giriş toggle butonu (üst sağ) */
.tr-manuel-toggle[b-7ccrvdx5zv] {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 600;
    padding: 7px 12px 7px 10px;
    cursor: pointer;
    transition: background 150ms ease, border-color 150ms ease;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    min-height: 36px;   /* touch target */
}

.tr-manuel-toggle.acik[b-7ccrvdx5zv] {
    background: rgba(165, 71, 131, 0.25);
    border-color: rgba(165, 71, 131, 0.5);
    color: #d988bc;
}

.tr-manuel-toggle:active[b-7ccrvdx5zv] {
    background: rgba(255, 255, 255, 0.2);
    opacity: 0.8;
}

/* ── Manuel giriş input paneli (üstten açılır) ── */
.tr-manuel-panel[b-7ccrvdx5zv] {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 16px 14px;
    background: rgba(6, 12, 24, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    animation: tr-panel-ac-b-7ccrvdx5zv 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes tr-panel-ac-b-7ccrvdx5zv {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}

.tr-manuel-input[b-7ccrvdx5zv] {
    flex: 1;
    height: 44px;
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: #eef2f8;
    font-size: 15px;
    padding: 0 14px;
    outline: none;
    -webkit-appearance: none;
    min-width: 0;
}

.tr-manuel-input:focus[b-7ccrvdx5zv]        { border-color: #A54783; }
.tr-manuel-input[b-7ccrvdx5zv]::placeholder { color: rgba(255, 255, 255, 0.22); }

.tr-manuel-gonder-btn[b-7ccrvdx5zv] {
    height: 44px;
    padding: 0 18px;
    background: #A54783;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s, transform 0.1s;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
}

.tr-manuel-gonder-btn:active:not(:disabled)[b-7ccrvdx5zv] {
    background: #8b3a6e;
    transform: scale(0.96);
}

.tr-manuel-gonder-btn:disabled[b-7ccrvdx5zv] { opacity: 0.38; cursor: not-allowed; }

/* ── Tarama çerçevesi ── */
.tr-cerceve[b-7ccrvdx5zv] {
    width: 70vw;
    max-width: 285px;
    aspect-ratio: 1;
    position: relative;
    flex-shrink: 0;
}

.tr-kose[b-7ccrvdx5zv] {
    position: absolute;
    width: 26px; height: 26px;
    border-color: #A54783;
    border-style: solid;
    border-radius: 3px;
}

.tr-kose.tl[b-7ccrvdx5zv] { top: 0;    left: 0;    border-width: 3px 0 0 3px; }
.tr-kose.tr[b-7ccrvdx5zv] { top: 0;    right: 0;   border-width: 3px 3px 0 0; }
.tr-kose.bl[b-7ccrvdx5zv] { bottom: 0; left: 0;    border-width: 0 0 3px 3px; }
.tr-kose.br[b-7ccrvdx5zv] { bottom: 0; right: 0;   border-width: 0 3px 3px 0; }

/* Tarama çizgisi */
.tr-scan-line[b-7ccrvdx5zv] {
    position: absolute;
    left: 6px; right: 6px;
    height: 2px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(165, 71, 131, 0.5) 15%,
        #A54783 50%,
        rgba(165, 71, 131, 0.5) 85%,
        transparent 100%);
    border-radius: 1px;
    animation: tr-scan-b-7ccrvdx5zv 2.2s ease-in-out infinite;
    box-shadow: 0 0 12px rgba(165, 71, 131, 0.65);
}

@keyframes tr-scan-b-7ccrvdx5zv {
    0%   { top: 6px; opacity: 0.9; }
    48%  { top: calc(100% - 8px); opacity: 0.9; }
    50%  { top: calc(100% - 8px); opacity: 0; }
    52%  { top: 6px; opacity: 0; }
    54%  { top: 6px; opacity: 0.9; }
    100% { top: 6px; opacity: 0.9; }
}

/* ── Talimat metni ── */
.tr-talimat[b-7ccrvdx5zv] {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    text-align: center;
    margin: 14px 0 0;
    line-height: 1.5;
    padding: 0 20px;
}

/* ── Kamera yükleniyor overlay ── */
.tr-bekle-overlay[b-7ccrvdx5zv] {
    position: absolute;
    inset: 0;
    z-index: 30;
    background: rgba(7, 14, 29, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tr-bekle-icerik[b-7ccrvdx5zv] {
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.tr-spinner-buyuk[b-7ccrvdx5zv] {
    width: 44px; height: 44px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-top-color: #A54783;
    border-radius: 50%;
    animation: spin-b-7ccrvdx5zv 0.8s linear infinite;
}

@keyframes spin-b-7ccrvdx5zv { to { transform: rotate(360deg); } }

/* ── Sonuç overlay ── */
.tr-sonuc-overlay[b-7ccrvdx5zv] {
    position: absolute;
    inset: 0;
    z-index: 40;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    animation: tr-overlay-ac-b-7ccrvdx5zv 0.22s ease;
}

@keyframes tr-overlay-ac-b-7ccrvdx5zv {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.tr-sonuc-arka[b-7ccrvdx5zv] { position: absolute; inset: 0; }

.tr-sonuc-overlay.basarili .tr-sonuc-arka[b-7ccrvdx5zv] { background: rgba(8, 145, 95, 0.82); }
.tr-sonuc-overlay.bilgi    .tr-sonuc-arka[b-7ccrvdx5zv] { background: rgba(22, 70, 190, 0.82); }
.tr-sonuc-overlay.hata     .tr-sonuc-arka[b-7ccrvdx5zv] { background: rgba(200, 35, 35, 0.82); }

/* ── Sonuç kartı ── */
.tr-sonuc-kart[b-7ccrvdx5zv] {
    position: relative;
    width: 100%;
    background: #0f1c30;
    border-radius: 28px 28px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 22px 20px;
    padding-bottom: calc(28px + 80px + env(safe-area-inset-bottom, 0px));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: auto;
    animation: tr-kart-yuksel-b-7ccrvdx5zv 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    max-height: 92vh;
    overflow-y: auto;
    box-shadow: 0 -8px 48px rgba(0, 0, 0, 0.55);
}

.tr-sonuc-tutamac[b-7ccrvdx5zv] {
    width: 38px; height: 4px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 2px;
    flex-shrink: 0;
    margin-bottom: 6px;
    align-self: center;
}

@keyframes tr-kart-yuksel-b-7ccrvdx5zv {
    from { transform: translateY(100%); }
    to   { transform: translateY(0); }
}

.tr-sonuc-ikon-wrap[b-7ccrvdx5zv] {
    width: 72px; height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tr-sonuc-overlay.basarili .tr-sonuc-ikon-wrap[b-7ccrvdx5zv] {
    background: rgba(16, 185, 129, 0.14);
    color: #10d98a;
    box-shadow: 0 0 0 8px rgba(16, 185, 129, 0.07);
}

.tr-sonuc-overlay.bilgi .tr-sonuc-ikon-wrap[b-7ccrvdx5zv] {
    background: rgba(59, 130, 246, 0.14);
    color: #60a5fa;
    box-shadow: 0 0 0 8px rgba(59, 130, 246, 0.07);
}

.tr-sonuc-overlay.hata .tr-sonuc-ikon-wrap[b-7ccrvdx5zv] {
    background: rgba(255, 85, 85, 0.14);
    color: #ff6b6b;
    box-shadow: 0 0 0 8px rgba(255, 85, 85, 0.07);
}

.tr-sonuc-baslik[b-7ccrvdx5zv] {
    font-size: 22px;
    font-weight: 800;
    color: #eef2f8;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.tr-sonuc-mesaj[b-7ccrvdx5zv] {
    font-size: 14px;
    color: #7a95b8;
    text-align: center;
    line-height: 1.5;
    padding: 0 4px;
}

.tr-musteri-adi[b-7ccrvdx5zv] {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #c8d8ed;
    background: rgba(255, 255, 255, 0.06);
    padding: 8px 16px;
    border-radius: 999px;
    margin-top: 2px;
}

.tr-kampanya-kart[b-7ccrvdx5zv] {
    width: 100%;
    background: rgba(165, 71, 131, 0.08);
    border: 1px solid rgba(165, 71, 131, 0.22);
    border-radius: 16px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tr-kamp-baslik[b-7ccrvdx5zv] {
    font-size: 15px;
    font-weight: 700;
    color: #eef2f8;
}

.tr-kamp-indirim[b-7ccrvdx5zv] {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: #A54783;
}

.tr-kamp-indirim span:first-child[b-7ccrvdx5zv] {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.tr-kamp-indirim small[b-7ccrvdx5zv] { font-size: 12px; color: #7a95b8; }

.tr-kamp-tutar[b-7ccrvdx5zv] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 13px;
    color: #7a95b8;
}

.tr-kamp-tutar strong[b-7ccrvdx5zv] { color: #eef2f8; font-weight: 600; }

.tr-kamp-bitis[b-7ccrvdx5zv] { font-size: 11px; color: #3d5268; }

.tr-tekrar-btn[b-7ccrvdx5zv] {
    width: 100%;
    height: 52px;
    background: #A54783;
    color: #fff;
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 6px;
    transition: background 0.15s, transform 0.1s;
    -webkit-tap-highlight-color: transparent;
    letter-spacing: 0.01em;
}

.tr-tekrar-btn:active[b-7ccrvdx5zv] {
    background: #8b3a6e;
    transform: scale(0.98);
}

.tr-dokunma-ipucu[b-7ccrvdx5zv] {
    font-size: 11px;
    color: #2e4260;
    margin: 0;
    text-align: center;
}

/* ════════════════════════════════════════════════════════════════
   ── Kampanya Seçim Bottom Sheet ───────────────────────────────
   ═══════════════════════════════════════════════════════════════ */

.tr-secim-overlay[b-7ccrvdx5zv] {
    position: absolute;
    inset: 0;
    z-index: 40;
    display: flex;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0.72);
    animation: tr-overlay-ac-b-7ccrvdx5zv 0.2s ease;
}

.tr-secim-kart[b-7ccrvdx5zv] {
    position: relative;
    width: 100%;
    background: #0f1c30;
    border-radius: 28px 28px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 16px;
    padding-bottom: calc(24px + 80px + env(safe-area-inset-bottom, 0px));
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 88vh;
    overflow-y: auto;
    box-shadow: 0 -8px 48px rgba(0, 0, 0, 0.55);
    animation: tr-kart-yuksel-b-7ccrvdx5zv 0.32s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: auto;
}

.tr-musteri-satir[b-7ccrvdx5zv] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #c8d8ed;
    background: rgba(255, 255, 255, 0.06);
    padding: 8px 14px;
    border-radius: 999px;
    align-self: flex-start;
}

.tr-secim-baslik[b-7ccrvdx5zv] {
    font-size: 20px;
    font-weight: 800;
    color: #eef2f8;
    letter-spacing: -0.02em;
}

.tr-secim-alt[b-7ccrvdx5zv] {
    font-size: 13px;
    color: #7a95b8;
    margin: -6px 0 0;
}

.tr-kampanya-listesi[b-7ccrvdx5zv] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tr-kamp-secim-item[b-7ccrvdx5zv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    border: 1.5px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 14px 14px;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.15s, background 0.15s;
    -webkit-tap-highlight-color: transparent;
}

.tr-kamp-secim-item.secili[b-7ccrvdx5zv] {
    border-color: #A54783;
    background: rgba(165, 71, 131, 0.08);
}

.tr-kamp-secim-item:active:not([disabled])[b-7ccrvdx5zv] {
    background: rgba(255, 255, 255, 0.08);
}

.tr-kamp-secim-sol[b-7ccrvdx5zv] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tr-kamp-secim-ad[b-7ccrvdx5zv] {
    font-size: 15px;
    font-weight: 700;
    color: #eef2f8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tr-kamp-secim-acik[b-7ccrvdx5zv] {
    font-size: 12px;
    color: #7a95b8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tr-kamp-secim-meta[b-7ccrvdx5zv] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.tr-kamp-badge[b-7ccrvdx5zv] {
    font-size: 10px;
    font-weight: 600;
    color: #A54783;
    background: rgba(165, 71, 131, 0.14);
    border-radius: 6px;
    padding: 2px 8px;
    white-space: nowrap;
}

.tr-kamp-bitis-kucuk[b-7ccrvdx5zv] { font-size: 10px; color: #3d5268; }

.tr-kamp-secim-sag[b-7ccrvdx5zv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.tr-kamp-indirim-label[b-7ccrvdx5zv] {
    font-size: 18px;
    font-weight: 800;
    color: #A54783;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.tr-kamp-radio[b-7ccrvdx5zv] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: border-color 0.15s, background 0.15s;
    flex-shrink: 0;
}

.tr-kamp-radio.aktif[b-7ccrvdx5zv] {
    border-color: #A54783;
    background: #A54783;
    box-shadow: inset 0 0 0 4px #0f1c30;
}

.tr-tutar-wrap[b-7ccrvdx5zv] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tr-tutar-label[b-7ccrvdx5zv] {
    font-size: 12px;
    font-weight: 600;
    color: #7a95b8;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tr-tutar-min[b-7ccrvdx5zv] {
    font-size: 11px;
    font-weight: 500;
    color: #e8a020;
    letter-spacing: 0;
}

.tr-tutar-input[b-7ccrvdx5zv] {
    width: 100%;
    height: 52px;
    background: rgba(255, 255, 255, 0.07);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    color: #eef2f8;
    font-size: 18px;
    font-weight: 600;
    padding: 0 16px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.tr-tutar-input:focus[b-7ccrvdx5zv]        { border-color: #A54783; }
.tr-tutar-input[b-7ccrvdx5zv]::placeholder { color: rgba(255, 255, 255, 0.2); font-weight: 400; font-size: 15px; }

.tr-uygula-btn[b-7ccrvdx5zv] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 56px;
    background: #A54783;
    color: #fff;
    border: none;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.01em;
    transition: background 0.15s, transform 0.1s;
    -webkit-tap-highlight-color: transparent;
    margin-top: 4px;
}

.tr-uygula-btn:active:not(:disabled)[b-7ccrvdx5zv] {
    background: #8b3a6e;
    transform: scale(0.98);
}

.tr-uygula-btn:disabled[b-7ccrvdx5zv] {
    opacity: 0.35;
    cursor: not-allowed;
}

.tr-btn-spinner[b-7ccrvdx5zv] {
    width: 18px;
    height: 18px;
    border: 2.5px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-7ccrvdx5zv 0.7s linear infinite;
    flex-shrink: 0;
}

.tr-bos-durum[b-7ccrvdx5zv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 24px 0 8px;
    text-align: center;
}

.tr-bos-durum p[b-7ccrvdx5zv] {
    font-size: 14px;
    color: #7a95b8;
    line-height: 1.5;
    margin: 0;
    padding: 0 8px;
}

/* ── AES-02: QR algılandığında çerçeve flash efekti ── */
@keyframes tr-cerceve-flash-b-7ccrvdx5zv {
    0%   { box-shadow: 0 0 0 0 rgba(165, 71, 131, 0); }
    30%  { box-shadow: 0 0 0 12px rgba(165, 71, 131, 0.5); }
    100% { box-shadow: 0 0 0 0 rgba(165, 71, 131, 0); }
}

.tr-cerceve--algilandi[b-7ccrvdx5zv] {
    animation: tr-cerceve-flash-b-7ccrvdx5zv 0.5s ease-out;
}

/* ── AES-03: Başarı ikon animasyonu (checkmark stroke) ── */
@keyframes tr-tick-ciz-b-7ccrvdx5zv {
    from { stroke-dashoffset: 100; opacity: 0.4; }
    to   { stroke-dashoffset: 0;   opacity: 1; }
}

.tr-sonuc-overlay.basarili .tr-sonuc-ikon-wrap svg polyline[b-7ccrvdx5zv] {
    stroke-dasharray: 100;
    animation: tr-tick-ciz-b-7ccrvdx5zv 0.45s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}

.tr-sonuc-overlay.basarili .tr-sonuc-ikon-wrap svg path:first-child[b-7ccrvdx5zv] {
    stroke-dasharray: 65;
    stroke-dashoffset: 65;
    animation: tr-tick-ciz-b-7ccrvdx5zv 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* ── UX-04: Kamera izin hata paneli ── */
.tr-kamera-hata-panel[b-7ccrvdx5zv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 16px;
    text-align: center;
}

.tr-kamera-hata-mesaj[b-7ccrvdx5zv] {
    font-size: 14px;
    color: #fca5a5;
    margin: 0;
    font-weight: 600;
}

.tr-kamera-hata-ipucu[b-7ccrvdx5zv] {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    line-height: 1.5;
    padding: 0 8px;
}

/* ── UX-08: Kampanya seçim bottom sheet — sticky alt bölge ── */
.tr-secim-kart[b-7ccrvdx5zv] {
    display: flex;
    flex-direction: column;
    overflow: hidden; /* içerik scroll, alt sticky değil */
}

.tr-secim-alt-sticky[b-7ccrvdx5zv] {
    position: sticky;
    bottom: 0;
    background: #0f1c30;
    padding-top: 12px;
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: auto;
}

/* ── AlOde: çok ürün fiyat girişi ── */

.tr-alode-wrap[b-7ccrvdx5zv] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tr-alode-baslik[b-7ccrvdx5zv] {
    font-size: 12px;
    font-weight: 600;
    color: #7a95b8;
    letter-spacing: 0.04em;
}

.tr-alode-satir[b-7ccrvdx5zv] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1.5px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    transition: border-color 0.15s, background 0.15s;
}

.tr-alode-satir.ucretiz[b-7ccrvdx5zv] {
    border-color: rgba(16, 185, 129, 0.4);
    background: rgba(16, 185, 129, 0.06);
}

.tr-alode-no[b-7ccrvdx5zv] {
    font-size: 13px;
    font-weight: 600;
    color: #7a95b8;
    min-width: 16px;
    text-align: center;
    flex-shrink: 0;
}

.tr-alode-satir.ucretiz .tr-alode-no[b-7ccrvdx5zv] { color: #10d98a; }

.tr-alode-input[b-7ccrvdx5zv] {
    flex: 1;
    height: 40px;
    background: transparent;
    border: none;
    color: #eef2f8;
    font-size: 17px;
    font-weight: 600;
    padding: 0 4px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    min-width: 0;
}

.tr-alode-input[b-7ccrvdx5zv]::placeholder {
    color: rgba(255, 255, 255, 0.18);
    font-weight: 400;
    font-size: 14px;
}

.tr-alode-ucretsiz[b-7ccrvdx5zv] {
    font-size: 10px;
    font-weight: 700;
    color: #10d98a;
    background: rgba(16, 185, 129, 0.15);
    border-radius: 6px;
    padding: 3px 8px;
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: 0.04em;
}

.tr-alode-ozet[b-7ccrvdx5zv] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 2px;
}

.tr-alode-ozet-satir[b-7ccrvdx5zv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #7a95b8;
}

.tr-alode-ozet-satir.indirim[b-7ccrvdx5zv] {
    color: #10d98a;
    font-weight: 600;
}

.tr-alode-ozet-satir.odenecek[b-7ccrvdx5zv] {
    font-size: 16px;
    font-weight: 800;
    color: #eef2f8;
    padding-top: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 2px;
}

/* ── Hareket tercihi ── */
@media (prefers-reduced-motion: reduce) {
    .tr-scan-line[b-7ccrvdx5zv]      { animation: none; opacity: 0.7; top: 50%; }
    .tr-spinner-buyuk[b-7ccrvdx5zv]  { animation-duration: 1.5s; }
    .tr-sonuc-overlay[b-7ccrvdx5zv]  { animation: none; }
    .tr-sonuc-kart[b-7ccrvdx5zv]     { animation: none; }
    .tr-secim-overlay[b-7ccrvdx5zv]  { animation: none; }
    .tr-secim-kart[b-7ccrvdx5zv]     { animation: none; }
    .tr-btn-spinner[b-7ccrvdx5zv]    { animation-duration: 1.5s; }
    .tr-manuel-panel[b-7ccrvdx5zv]   { animation: none; }
    .tr-cerceve--algilandi[b-7ccrvdx5zv] { animation: none; }
    .tr-sonuc-overlay.basarili .tr-sonuc-ikon-wrap svg polyline[b-7ccrvdx5zv] { animation: none; }
    .tr-sonuc-overlay.basarili .tr-sonuc-ikon-wrap svg path:first-child[b-7ccrvdx5zv] { animation: none; }
}
