/* assets/css/custom-admin.css */
/* ERİŞ Ön Muhasebe — premium kurumsal tema (AdminLTE üzeri) */

:root {
    --eris-bg-0: #070b1a;
    --eris-bg-1: #0c1230;
    --eris-bg-2: #141b3d;
    --eris-accent: #6c5ce7;
    --eris-accent-2: #a29bfe;
    --eris-teal: #00cec9;
    --eris-glass: rgba(255, 255, 255, 0.06);
    --eris-glass-strong: rgba(255, 255, 255, 0.1);
    --eris-border: rgba(255, 255, 255, 0.12);
    --eris-text: #e8ecff;
    --eris-muted: #9aa3c7;
    --eris-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
    --eris-radius: 16px;
}

html,
body {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
    background: radial-gradient(1200px 600px at 10% -10%, rgba(108, 92, 231, 0.35), transparent 55%),
        radial-gradient(900px 500px at 90% 0%, rgba(0, 206, 201, 0.18), transparent 50%),
        linear-gradient(160deg, var(--eris-bg-0), var(--eris-bg-1) 45%, #0a0f28 100%);
    color: var(--eris-text);
    min-height: 100vh;

.eris-content-header {
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
}

.eris-page-title {
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
}

.eris-badge-soft {
    background: var(--eris-glass);
    color: var(--eris-text);
    border: 1px solid var(--eris-border);
    font-weight: 500;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
}

/* Navbar */
.eris-navbar {
    background: linear-gradient(90deg, rgba(12, 18, 48, 0.85), rgba(20, 27, 61, 0.65)) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.eris-navbar .nav-link {
    color: var(--eris-muted) !important;
}

.eris-nav-toggle {
    color: #fff !important;
}

.eris-breadcrumb {
    border-left: 1px solid var(--eris-border);
    padding-left: 1rem !important;
}

.eris-user-toggle {
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.eris-avatar-fallback {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--eris-accent), #4834d4);
    color: #fff;
    box-shadow: var(--eris-shadow);
}

.eris-user-dropdown {
    background: rgba(12, 18, 48, 0.96) !important;
    border: 1px solid var(--eris-border) !important;
    border-radius: var(--eris-radius) !important;
    box-shadow: var(--eris-shadow) !important;
    min-width: 240px;
}

.eris-user-dropdown .user-header {
    background: transparent !important;
    border-bottom: 1px solid var(--eris-border);
}

.eris-user-dropdown .user-footer {
    background: transparent !important;
}

/* Sidebar */
.main-sidebar.eris-sidebar {
    background: linear-gradient(180deg, rgba(10, 14, 36, 0.95), rgba(18, 24, 56, 0.92)) !important;
    border-right: 1px solid var(--eris-border) !important;
    box-shadow: 12px 0 40px rgba(0, 0, 0, 0.35);
}

.eris-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.1rem 1rem !important;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid var(--eris-border) !important;
}

.eris-brand-text {
    font-size: 1.35rem;
    letter-spacing: 0.18em;
    color: #fff !important;
}

.eris-brand-sub {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--eris-muted) !important;
    margin-top: 0.15rem;
}

.eris-sidebar-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 64px);
    overflow: hidden;
}

.eris-sidebar-inner > nav {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.eris-sidebar-inner > nav::-webkit-scrollbar {
    width: 6px;
}

.eris-sidebar-inner > nav::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 3px;
}

.eris-sidebar-inner > nav::-webkit-scrollbar-track {
    background: transparent;
}

.eris-nav .eris-nav-link {
    border-radius: 12px;
    margin: 0.2rem 0.65rem;
    color: var(--eris-muted) !important;
    padding: 0.65rem 0.85rem !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.eris-nav .eris-nav-link .nav-icon {
    color: var(--eris-accent-2);
    opacity: 0.85;
}

.eris-nav .eris-nav-link:hover {
    background: var(--eris-glass) !important;
    color: #fff !important;
    transform: translateX(2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

.eris-nav .eris-nav-link.active {
    background: linear-gradient(90deg, rgba(108, 92, 231, 0.55), rgba(0, 206, 201, 0.15)) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 30px rgba(108, 92, 231, 0.25);
}

.eris-nav .eris-nav-link.active .nav-icon {
    color: #fff;
}

.eris-sidebar-footer {
    position: relative;
    flex-shrink: 0;
    padding: 0.75rem 1.1rem 0.9rem;
    border-top: 1px solid var(--eris-border);
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35));
}

.eris-pill {
    background: rgba(108, 92, 231, 0.25);
    color: #e8e0ff;
    border: 1px solid rgba(162, 155, 254, 0.35);
}

/* Premium sidebar footer */
.eris-sidebar-footer-premium {
    padding: 14px 14px 16px !important;
    background: linear-gradient(180deg,
        rgba(99,102,241,0.05),
        rgba(15,23,42,0.45)) !important;
    border-top: 0 !important;
    position: relative;
}

.eris-sidebar-footer-divider {
    position: absolute;
    top: 0;
    left: 12%;
    right: 12%;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(139,92,246,0.45) 20%,
        rgba(236,72,153,0.55) 50%,
        rgba(99,102,241,0.45) 80%,
        transparent 100%);
}

.eris-sidebar-footer-baslik {
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(226, 232, 240, 0.55) !important;
    margin-bottom: 6px !important;
}

.eris-pill-premium {
    background: linear-gradient(135deg,
        rgba(99,102,241,0.35) 0%,
        rgba(139,92,246,0.40) 50%,
        rgba(236,72,153,0.32) 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    padding: 5px 12px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    box-shadow:
        0 4px 12px rgba(99,102,241,0.25),
        inset 0 1px 0 rgba(255,255,255,0.12);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: transform .18s ease, box-shadow .18s ease;
}

.eris-pill-premium:hover {
    transform: translateY(-1px);
    box-shadow:
        0 6px 18px rgba(99,102,241,0.32),
        inset 0 1px 0 rgba(255,255,255,0.18);
}

/* Brand logo (sidebar üstü) */
.eris-brand-logo {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25));
}

/* Content cards */
.eris-glass-card,
.eris-stat-card {
    background: var(--eris-glass) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: var(--eris-radius) !important;
    box-shadow: var(--eris-shadow);
    border: 1px solid var(--eris-border) !important;
}

/* Ürün ekle / düzenle — sekme ve stok seçenek kartları */
.eris-urun-form-tabs .nav-link {
    border-radius: 10px;
    margin-right: 0.35rem;
    color: rgba(255, 255, 255, 0.62);
    border: 1px solid transparent;
    padding: 0.45rem 0.85rem;
    font-size: 0.9rem;
}

.eris-urun-form-tabs .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.eris-urun-form-tabs .nav-link.active {
    color: #fff;
    background: linear-gradient(135deg, rgba(88, 120, 255, 0.45), rgba(120, 80, 200, 0.28));
    border-color: rgba(255, 255, 255, 0.14);
}

.eris-stok-opt-tile {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1rem 1rem 0.85rem;
    background: rgba(255, 255, 255, 0.03);
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.eris-stok-opt-tile:hover {
    border-color: rgba(100, 180, 255, 0.35);
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.2);
}

.eris-stok-opt-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    flex-shrink: 0;
}

.eris-card-header {
    background: transparent !important;
    color: #fff;
}

.eris-stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.bg-icon-blue {
    background: linear-gradient(135deg, #0984e3, #74b9ff);
}

.bg-icon-violet {
    background: linear-gradient(135deg, #6c5ce7, #a29bfe);
}

.bg-icon-teal {
    background: linear-gradient(135deg, #00b894, #55efc4);
}

.bg-icon-amber {
    background: linear-gradient(135deg, #fdcb6e, #e17055);
}

.bg-icon-rose {
    background: linear-gradient(135deg, #fd79a8, #e84393);
}

.bg-icon-indigo {
    background: linear-gradient(135deg, #4834d4, #686de0);
}

.eris-stat-card .text-muted {
    color: var(--eris-muted) !important;
}

.eris-stat-card h3 {
    color: #fff;
}

/* Forms — metin alanları: açık zemin, koyu yazı (modal dahil okunabilirlik) */
input.eris-form-control:not([type='checkbox']):not([type='radio']):not([type='file']),
textarea.eris-form-control,
input.form-control.eris-form-control:not([type='checkbox']):not([type='radio']):not([type='file']),
textarea.form-control.eris-form-control {
    background: #ffffff !important;
    border: 1px solid rgba(13, 18, 38, 0.2) !important;
    color: #0d1226 !important;
    -webkit-text-fill-color: #0d1226;
}

input.eris-form-control::placeholder,
textarea.eris-form-control::placeholder,
input.form-control.eris-form-control::placeholder,
textarea.form-control.eris-form-control::placeholder {
    color: rgba(13, 18, 38, 0.45) !important;
    opacity: 1;
}

input.eris-form-control:focus,
textarea.eris-form-control:focus,
input.form-control.eris-form-control:focus,
textarea.form-control.eris-form-control:focus {
    background: #ffffff !important;
    border-color: rgba(108, 92, 231, 0.55) !important;
    color: #0d1226 !important;
    -webkit-text-fill-color: #0d1226;
    box-shadow: 0 0 0 0.15rem rgba(108, 92, 231, 0.25);
}

input.eris-form-control:disabled,
textarea.eris-form-control:disabled,
input.form-control.eris-form-control:disabled,
textarea.form-control.eris-form-control:disabled {
    background: #f1f3f8 !important;
    color: #3d4458 !important;
    -webkit-text-fill-color: #3d4458;
    opacity: 1;
}

/* Select: aynı açık zemin / koyu yazı */
select.eris-form-control,
select.form-control.eris-form-control,
.content-wrapper select.form-control:not([multiple]),
.modal-content select.form-control:not([multiple]) {
    color: #0d1226 !important;
    background-color: #ffffff !important;
    -webkit-text-fill-color: #0d1226;
    border: 1px solid rgba(13, 18, 38, 0.2) !important;
}

select.eris-form-control:focus,
select.form-control.eris-form-control:focus {
    color: #0d1226 !important;
    -webkit-text-fill-color: #0d1226;
    border-color: rgba(108, 92, 231, 0.55) !important;
    box-shadow: 0 0 0 0.15rem rgba(108, 92, 231, 0.25);
}

select.eris-form-control option,
select.form-control.eris-form-control option,
.content-wrapper select.form-control option,
.modal-content select.form-control option {
    color: #0d1226 !important;
    background-color: #f6f7fc !important;
    font-weight: 500;
}

select.eris-form-control option:checked,
select.form-control.eris-form-control option:checked {
    background-color: #dfe4ff !important;
}

select.eris-form-control[multiple],
select.form-control.eris-form-control[multiple] {
    min-height: 8rem;
    padding: 0.5rem;
}

select.eris-form-control[multiple] option,
select.form-control.eris-form-control[multiple] option {
    color: #0d1226 !important;
    background-color: #fff !important;
    padding: 0.25rem 0.35rem;
    border-radius: 4px;
    margin: 1px 0;
}

label {
    color: var(--eris-muted);
    font-size: 0.85rem;
}

.btn-eris-primary {
    background: linear-gradient(90deg, #6c5ce7, #4834d4);
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(108, 92, 231, 0.35);
}

.btn-eris-primary:hover {
    color: #fff;
    filter: brightness(1.05);
}

.btn-eris-primary:disabled {
    opacity: 0.65;
}

/* Footer */
.eris-footer {
    background: transparent !important;
    color: var(--eris-muted) !important;
    border-top: 1px solid var(--eris-border) !important;
}

/* Profile dl */
.eris-dl dt {
    font-weight: 500;
}

.eris-dl dd {
    color: #fff;
}

/* AdminLTE overrides */
.content-header h1 {
    color: #fff;
}

.card {
    color: var(--eris-text);
}

.main-footer strong {
    color: #dfe6ff;
}

/* Login */
.eris-login-body {
    background: radial-gradient(900px 500px at 0% 0%, rgba(108, 92, 231, 0.45), transparent 55%),
        radial-gradient(800px 500px at 100% 20%, rgba(0, 206, 201, 0.22), transparent 50%),
        linear-gradient(145deg, #050818, #0f1738 55%, #12082a 100%) !important;
}

.eris-login-wrap {
    background: transparent;
}

.eris-login-left {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border-right: 1px solid var(--eris-border);
    backdrop-filter: blur(10px);
}

.eris-login-brand-mark {
    display: inline-block;
    font-weight: 800;
    letter-spacing: 0.22em;
    color: #fff;
    font-size: 1.1rem;
}

.eris-login-brand-sub {
    display: block;
    margin-top: 0.35rem;
    color: var(--eris-muted);
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.eris-login-headline {
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.eris-login-lead {
    max-width: 520px;
}

.eris-feature-list li {
    padding: 0.35rem 0;
    color: #d7ddff;
}

.eris-login-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--eris-border);
    border-radius: 22px;
    padding: 2rem 1.75rem;
    box-shadow: var(--eris-shadow);
    backdrop-filter: blur(18px);
}

.eris-login-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(108, 92, 231, 0.9), rgba(0, 206, 201, 0.45));
    color: #fff;
    font-size: 1.35rem;
    box-shadow: 0 14px 35px rgba(108, 92, 231, 0.35);
}

.eris-input-group .input-group-text {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--eris-border);
    color: var(--eris-accent-2);
}

.eris-login-card .form-control {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid var(--eris-border);
    color: #fff;
}

.eris-login-card .form-control:focus {
    border-color: rgba(162, 155, 254, 0.65);
    box-shadow: 0 0 0 0.15rem rgba(108, 92, 231, 0.35);
}

.eris-login-card kbd {
    background: rgba(255, 255, 255, 0.08);
    color: #e8ecff;
    border-radius: 6px;
}

@media (max-width: 991.98px) {
    .eris-login-wrap {
        flex-direction: column;
    }

    .eris-login-left {
        border-right: 0;
        border-bottom: 1px solid var(--eris-border);
    }
}

/* SweetAlert readability on dark pages */
.swal2-popup {
    border-radius: 16px !important;
}

/* =====================================================================
   ERİŞ v2 — Premium SaaS / Linear–Vercel ilhamlı özgün panel dili
   ===================================================================== */

:root {
    --eris-neon: 0 0 22px rgba(162, 155, 254, 0.45), 0 0 42px rgba(108, 92, 231, 0.25);
    --eris-neon-teal: 0 0 18px rgba(0, 206, 201, 0.35);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', system-ui, sans-serif;
}

.eris-page-title,
.eris-brand-title,
.eris-login-form-title,
.eris-stat-value,
.eris-widget-header span {
    font-family: 'Rajdhani', 'Inter', sans-serif;
}

.eris-text-strong {
    font-weight: 600;
}

/* --- Scrollbar --- */
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(162, 155, 254, 0.45) rgba(255, 255, 255, 0.06);
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.04);
}

*::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(108, 92, 231, 0.65), rgba(0, 206, 201, 0.35));
    border-radius: 999px;
    border: 2px solid rgba(0, 0, 0, 0.15);
}

/* --- Navbar blur + neon icon btn --- */
.eris-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.eris-icon-btn {
    border-radius: 12px;
    border: 1px solid var(--eris-border);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    transition: box-shadow 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
}

.eris-icon-btn:hover {
    box-shadow: var(--eris-neon);
    border-color: rgba(162, 155, 254, 0.55);
    transform: translateY(-1px);
}

/* --- Sidebar glow --- */
.eris-sidebar-glow .eris-nav .eris-nav-link.active {
    box-shadow: var(--eris-neon), 0 12px 34px rgba(108, 92, 231, 0.35);
}

.eris-sidebar-glow .eris-nav .eris-nav-link:hover {
    box-shadow: var(--eris-neon-teal);
}

/* --- Page header --- */
.eris-page-header {
    padding: 0.25rem 0 0.5rem;
}

.eris-page-actions .btn {
    border-radius: 12px;
}

/* --- Stat cards (dashboard) --- */
.eris-stat-card-modern {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid var(--eris-border) !important;
    border-radius: 18px !important;
    backdrop-filter: blur(18px);
    transition: transform 0.18s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.eris-stat-card-modern::after {
    content: '';
    position: absolute;
    inset: -40% -30% auto auto;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle at 30% 30%, rgba(108, 92, 231, 0.35), transparent 60%);
    opacity: 0.55;
    pointer-events: none;
}

.eris-stat-card-modern:hover {
    transform: translateY(-3px);
    border-color: rgba(162, 155, 254, 0.45) !important;
    box-shadow: var(--eris-neon);
}

.eris-stat-icon-modern {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, rgba(108, 92, 231, 0.85), rgba(0, 206, 201, 0.35));
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.eris-stat-label {
    letter-spacing: 0.08em;
    color: var(--eris-muted) !important;
}

.eris-stat-value {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.eris-stat-delta {
    font-size: 0.75rem;
    color: #7bed9f;
    border: 1px solid rgba(123, 237, 159, 0.35);
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
    background: rgba(123, 237, 159, 0.08);
}

.eris-stat-sub {
    color: var(--eris-muted) !important;
}

.eris-sparkline {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 36px;
}

.eris-spark-bar {
    flex: 1;
    min-width: 4px;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(162, 155, 254, 0.95), rgba(108, 92, 231, 0.25));
    opacity: 0.85;
}

.tone-violet .eris-spark-bar {
    background: linear-gradient(180deg, rgba(162, 155, 254, 0.95), rgba(72, 52, 212, 0.25));
}

.tone-teal .eris-spark-bar {
    background: linear-gradient(180deg, rgba(0, 206, 201, 0.95), rgba(0, 184, 148, 0.2));
}

.tone-amber .eris-spark-bar {
    background: linear-gradient(180deg, rgba(253, 203, 110, 0.95), rgba(225, 112, 85, 0.25));
}

.tone-rose .eris-spark-bar {
    background: linear-gradient(180deg, rgba(253, 121, 168, 0.95), rgba(232, 67, 147, 0.25));
}

.tone-indigo .eris-spark-bar {
    background: linear-gradient(180deg, rgba(104, 109, 224, 0.95), rgba(72, 52, 212, 0.25));
}

/* --- Mini charts --- */
.eris-mini-chart-card {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid var(--eris-border) !important;
    border-radius: 18px !important;
    backdrop-filter: blur(16px);
}

.eris-chart-canvas-wrap {
    height: 140px;
}

.eris-chip {
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
    font-size: 0.72rem;
    border: 1px solid var(--eris-border);
    color: var(--eris-muted);
}

.eris-chip-violet {
    border-color: rgba(162, 155, 254, 0.45);
    color: #e8e0ff;
}

.eris-chip-teal {
    border-color: rgba(0, 206, 201, 0.45);
    color: #c7fff8;
}

/* --- Table card --- */
.eris-table-card {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid var(--eris-border) !important;
    border-radius: 18px !important;
    backdrop-filter: blur(18px);
    box-shadow: var(--eris-shadow);
}

.eris-table-card-header {
    color: #fff;
}

.eris-table-card-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(108, 92, 231, 0.25);
    color: #dfe6ff;
}

.eris-btn-ghost {
    border-radius: 12px !important;
}

.eris-table-responsive {
    border-top: 1px solid var(--eris-border);
}

.eris-data-table thead th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: var(--eris-muted) !important;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.2) !important;
}

.eris-data-table tbody td {
    border-color: rgba(255, 255, 255, 0.06) !important;
    color: #e8ecff;
    vertical-align: middle;
}

.eris-data-table tbody tr:hover {
    background: rgba(108, 92, 231, 0.08) !important;
}

/* urun-stok-dim: varyant/lot/seri tabloları — table-dark yerine cam kart uyumu */
.eris-stok-dim-table-wrap {
    border-radius: 14px;
    border: 1px solid var(--eris-border);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.14);
}

.eris-stok-dim-table-wrap > .eris-table-responsive {
    border-top: none;
}

.eris-stok-dim-table-wrap .table.eris-data-table .form-control-sm {
    font-size: 0.8125rem;
}

/* Ürün düzenle — form paneli ve görsel satırları */
.eris-urun-duzenle-wrap .eris-urun-form-panel {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.12) !important;
}

.eris-urun-duzenle-wrap .eris-urun-duzenle-alert {
    background: rgba(245, 158, 11, 0.14) !important;
    border: 1px solid rgba(245, 158, 11, 0.35) !important;
    color: #ffedd5;
}

.eris-urun-duzenle-wrap .eris-urun-res-row {
    border-radius: 12px;
    border: 1px solid var(--eris-border);
    background: rgba(255, 255, 255, 0.04);
    padding: 0.6rem 0.75rem;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.eris-urun-duzenle-wrap .eris-urun-res-row:hover {
    border-color: rgba(108, 92, 231, 0.45);
    background: rgba(108, 92, 231, 0.07);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.eris-urun-duzenle-wrap .eris-urun-res-thumb {
    width: 48px;
    height: 48px;
    object-fit: cover;
    flex-shrink: 0;
}

.eris-crop-stage {
    max-height: 420px;
    overflow: hidden;
}

.eris-urun-duzenle-wrap #btn-barkod-uret.btn-outline-secondary {
    border-color: rgba(255, 255, 255, 0.28);
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.06);
}

.eris-urun-duzenle-wrap #btn-barkod-uret.btn-outline-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.eris-urun-form-page .eris-urun-form-tabs,
.eris-urun-duzenle-wrap .eris-urun-form-tabs {
    padding: 0.35rem;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Ürün düzenle: sekme metinleri (panel içinde kontrast) */
.eris-urun-form-page .eris-urun-form-tabs .nav-link,
.eris-urun-duzenle-wrap .eris-urun-form-tabs .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.eris-urun-form-page .eris-urun-form-tabs .nav-link:hover,
.eris-urun-duzenle-wrap .eris-urun-form-tabs .nav-link:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.2);
}

.eris-urun-form-page .eris-urun-form-tabs .nav-link.active,
.eris-urun-duzenle-wrap .eris-urun-form-tabs .nav-link.active {
    color: #fff !important;
    font-weight: 600;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.65), rgba(139, 92, 246, 0.45)) !important;
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 4px 16px rgba(88, 80, 200, 0.35);
}

.eris-urun-form-page .eris-urun-form-tabs .nav-link i,
.eris-urun-duzenle-wrap .eris-urun-form-tabs .nav-link i {
    opacity: 0.95;
}

.eris-pill-soft {
    display: inline-flex;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.78rem;
    color: #dfe6ff;
}

.eris-badge-pill {
    border-radius: 999px !important;
    padding: 0.35rem 0.65rem !important;
}

/* --- Widgets --- */
.eris-widget-card {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid var(--eris-border) !important;
    border-radius: 18px !important;
    backdrop-filter: blur(16px);
}

.eris-widget-header {
    color: #fff;
    font-weight: 600;
}

.eris-widget-list .list-group-item {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.eris-widget-item {
    transition: background 0.15s ease;
}

.eris-widget-item:hover {
    background: rgba(108, 92, 231, 0.08) !important;
}

.eris-stock-pill {
    font-size: 0.75rem;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
    border: 1px solid rgba(253, 121, 168, 0.45);
    color: #ffd6e5;
    background: rgba(253, 121, 168, 0.08);
}

/* --- DataTables (global) --- */
.dataTables_wrapper {
    color: var(--eris-text);
    padding: 0.75rem 1rem 1rem;
}

.dataTables_filter input,
.dataTables_length select {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid var(--eris-border) !important;
    color: #fff !important;
    border-radius: 10px !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff;
    min-height: 38px;
    padding: 0.35rem 0.75rem;
}

.dataTables_filter label {
    color: var(--eris-muted) !important;
    font-weight: 500;
}

/* Liste tabloları — tam ekran yükleme */
.eris-dt-liste-overlay {
    position: fixed;
    inset: 0;
    z-index: 2050;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(8, 12, 28, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.eris-dt-liste-overlay.is-visible {
    display: flex;
}

.eris-dt-liste-overlay-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.75rem;
    border-radius: 14px;
    background: rgba(20, 24, 48, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
}

body.theme-light-premium .eris-dt-liste-overlay {
    background: rgba(248, 250, 252, 0.72);
}

body.theme-light-premium .eris-dt-liste-overlay-inner {
    background: #fff;
    color: var(--lp-text, #1e293b);
    border-color: var(--lp-border, #e2e8f0);
}

/* DataTables işlem — tablo ortası / sayfalama */
div.dataTables_processing {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 1rem 1.5rem !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2040 !important;
    border-radius: 12px !important;
    background: rgba(20, 24, 48, 0.94) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    color: #fff !important;
    font-weight: 600 !important;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.3) !important;
}

body.theme-light-premium div.dataTables_processing {
    background: rgba(255, 255, 255, 0.98) !important;
    color: var(--lp-text, #1e293b) !important;
    border-color: var(--lp-border, #e2e8f0) !important;
}

.eris-dt-processing-inner {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.eris-dt-ara-hint {
    display: none;
    margin-left: 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #fbbf24;
    vertical-align: middle;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: rgba(251, 191, 36, 0.12);
    border: 1px solid rgba(251, 191, 36, 0.35);
}

.eris-dt-ara-hint.is-visible {
    display: inline-block;
}

.dataTables_length select option {
    color: #0d1226 !important;
    background-color: #fff !important;
}

.dataTables_info {
    color: var(--eris-muted) !important;
}

.dataTables_paginate .page-item .page-link {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--eris-border);
    color: #dfe6ff;
    border-radius: 10px !important;
    margin: 0 2px;
}

.dataTables_paginate .page-item.active .page-link {
    background: linear-gradient(90deg, #6c5ce7, #4834d4);
    border-color: rgba(162, 155, 254, 0.55);
    box-shadow: var(--eris-neon);
}

/* --- AJAX overlay --- */
.eris-ajax-overlay {
    position: fixed;
    inset: 0;
    z-index: 99998;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(5, 8, 24, 0.45);
    backdrop-filter: blur(4px);
}

.eris-ajax-overlay.is-visible {
    display: flex;
}

.eris-ajax-overlay-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border-radius: 16px;
    border: 1px solid var(--eris-border);
    background: rgba(12, 18, 48, 0.85);
    box-shadow: var(--eris-shadow);
}

.eris-spinner {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.15);
    border-top-color: rgba(162, 155, 254, 0.95);
    animation: eris-spin 0.75s linear infinite;
}

@keyframes eris-spin {
    to {
        transform: rotate(360deg);
    }
}

.eris-ajax-overlay-text {
    color: var(--eris-muted);
    font-size: 0.85rem;
}

.eris-form-busy {
    opacity: 0.72;
    pointer-events: none;
}

/* --- Modals / crop --- */
.eris-modal .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .eris-modal .modal-dialog {
        min-height: calc(100% - 3.5rem);
    }
}

.eris-modal-content {
    background: rgba(12, 18, 48, 0.92) !important;
    border: 1px solid var(--eris-border) !important;
    border-radius: 18px !important;
    box-shadow: var(--eris-shadow);
    backdrop-filter: blur(16px);
}

.eris-crop-wrap {
    max-height: 420px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--eris-border);
}

.eris-label {
    color: var(--eris-muted);
    font-size: 0.85rem;
}

.eris-avatar-xl {
    width: 112px;
    height: 112px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: var(--eris-neon);
}

.eris-avatar-placeholder {
    width: 112px;
    height: 112px;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.04);
}

.eris-logo-preview-wrap {
    border-radius: 14px;
    border: 1px solid var(--eris-border);
    background: rgba(0, 0, 0, 0.2);
}

.eris-logo-preview {
    max-height: 72px;
    width: auto;
    object-fit: contain;
}

/* --- Empty state --- */
.eris-empty-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--eris-border);
    color: var(--eris-accent-2);
    font-size: 1.5rem;
}

/* --- Premium login --- */
.eris-login-premium {
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
    color: #e8f3ec;
    /* fidhe yeşil premium paleti */
    --fidhe-green: #2ea94e;
    --fidhe-green-2: #1c7c39;
    --fidhe-green-3: #126b2f;
    --fidhe-green-light: #57d07c;
    --fidhe-green-soft: rgba(46, 169, 78, 0.16);
    --eris-neon: 0 0 0 1px rgba(46, 169, 78, 0.22), 0 18px 55px rgba(18, 107, 47, 0.4);
    --eris-muted: #9fc6ac;
    background: radial-gradient(1200px 600px at 80% -10%, rgba(46, 169, 78, 0.18), transparent 60%), #04130b !important;
}

.eris-login-aurora {
    position: fixed;
    inset: -20%;
    z-index: 0;
    background: conic-gradient(from 210deg at 50% 50%, rgba(46, 169, 78, 0.6), rgba(87, 208, 124, 0.22), rgba(18, 107, 47, 0.55), rgba(46, 169, 78, 0.6));
    filter: blur(72px);
    opacity: 0.5;
    animation: eris-aurora-shift 18s ease-in-out infinite alternate;
}

.eris-login-noise {
    position: fixed;
    inset: 0;
    z-index: 0;
    opacity: 0.07;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}

@keyframes eris-aurora-shift {
    0% {
        transform: translate3d(-4%, -2%, 0) rotate(0deg) scale(1);
    }

    100% {
        transform: translate3d(4%, 3%, 0) rotate(25deg) scale(1.08);
    }
}

.eris-login-shell {
    position: relative;
    z-index: 1;
}

.eris-brand-hero {
    position: relative;
}

.eris-brand-mark-wrap {
    display: inline-flex;
    padding: 0.45rem 0.85rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    box-shadow: var(--eris-neon);
}

.eris-brand-mark {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    letter-spacing: 0.35em;
    font-size: 1.35rem;
    color: #fff;
}

.eris-brand-title {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 2.75rem);
    color: #fff;
    letter-spacing: -0.02em;
}

.eris-brand-kicker {
    max-width: 520px;
    color: var(--eris-muted);
    font-size: 1rem;
}

.eris-feature-tile {
    padding: 1.1rem 1.1rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(14px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
    transition: transform 0.18s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.eris-feature-tile:hover {
    transform: translateY(-3px);
    border-color: rgba(162, 155, 254, 0.45);
    box-shadow: var(--eris-neon);
}

.eris-feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    color: #fff;
    background: linear-gradient(135deg, var(--fidhe-green, #2ea94e), var(--fidhe-green-2, #1c7c39));
    box-shadow: 0 8px 22px rgba(18, 107, 47, 0.4);
}

[data-eris-theme='light'] .eris-feature-tile:hover {
    border-color: rgba(46, 169, 78, 0.45);
}

.eris-feature-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.35rem;
}

.eris-feature-text {
    color: var(--eris-muted);
    font-size: 0.88rem;
    margin: 0;
}

/* === Login tanıtım paneli — marka pill, stat şeridi, entegrasyon marquee === */
.eris-brand-mark-wrap {
    position: relative;
    align-items: center;
    gap: 0.6rem;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.eris-brand-pill {
    display: inline-flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #cdeed7;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(87, 208, 124, 0.45);
    background: var(--fidhe-green-soft, rgba(46, 169, 78, 0.16));
}

.eris-dot-live {
    font-size: 0.45rem;
    color: #57d07c;
    animation: eris-live-pulse 1.8s ease-in-out infinite;
}

/* fidhe logo — giriş kartı başlığı */
.eris-login-logo-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.1rem;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35), var(--eris-neon);
}

.eris-login-logo-img {
    height: 46px;
    width: auto;
    display: block;
}

/* Entegrasyon logo chip (gerçek marka logoları) */
.eris-integra-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 0.85rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.eris-integra-logo img {
    height: 20px;
    width: auto;
    display: block;
    object-fit: contain;
}

@keyframes eris-live-pulse {
    0%, 100% { opacity: 0.45; }
    50% { opacity: 1; }
}

.eris-brand-title {
    line-height: 1.08;
}

.eris-login-statstrip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.6rem;
    max-width: 560px;
}

.eris-login-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.7rem 0.85rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
}

.eris-stat-num {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 1.55rem;
    line-height: 1;
    color: #fff;
    background: linear-gradient(120deg, var(--fidhe-green-light, #57d07c), var(--fidhe-green, #2ea94e));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.eris-stat-cap {
    margin-top: 0.25rem;
    font-size: 0.68rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: var(--eris-muted);
    text-transform: uppercase;
}

.eris-integra {
    position: relative;
    max-width: 560px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.eris-integra-track {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: max-content;
    animation: eris-integra-scroll 26s linear infinite;
}

.eris-integra:hover .eris-integra-track {
    animation-play-state: paused;
}

.eris-integra-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
    font-size: 0.78rem;
    font-weight: 600;
    color: #e8ecff;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
}

.eris-integra-pill i {
    color: var(--fidhe-green-light, #57d07c);
}

@keyframes eris-integra-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .eris-integra-track { animation: none; }
    .eris-dot-live { animation: none; }
}

@media (max-width: 575.98px) {
    .eris-login-statstrip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

[data-eris-theme='light'] .eris-login-stat {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(15, 23, 42, 0.08);
}

[data-eris-theme='light'] .eris-stat-cap {
    color: #4b5568;
}

[data-eris-theme='light'] .eris-integra-pill {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(15, 23, 42, 0.08);
    color: #1b1f3b;
}

[data-eris-theme='light'] .eris-brand-pill {
    color: #4834d4;
    background: rgba(108, 92, 231, 0.1);
}

.eris-login-glass {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 22px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(87, 208, 124, 0.6), rgba(46, 169, 78, 0.28), rgba(18, 107, 47, 0.5));
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55), var(--eris-neon);
}

.eris-login-premium .eris-login-glass-inner {
    background: rgba(6, 22, 13, 0.62);
}

/* Giriş butonu — fidhe yeşil premium */
.eris-login-premium .btn-premium-primary {
    background: linear-gradient(135deg, var(--fidhe-green, #2ea94e), var(--fidhe-green-2, #1c7c39)) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 0.01em;
    box-shadow: 0 14px 30px rgba(18, 107, 47, 0.45);
    transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.eris-login-premium .btn-premium-primary:hover,
.eris-login-premium .btn-premium-primary:focus {
    filter: brightness(1.06);
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(18, 107, 47, 0.55);
    color: #fff !important;
}

.eris-login-premium .eris-login-badge,
.eris-login-premium .eris-input-premium .input-group-text {
    color: var(--fidhe-green-2, #1c7c39);
}

.eris-login-premium .eris-input-premium .form-control:focus {
    border-color: rgba(46, 169, 78, 0.6);
    box-shadow: 0 0 0 0.15rem rgba(46, 169, 78, 0.22);
}

.eris-login-premium a {
    color: var(--fidhe-green-light, #57d07c);
}

.eris-login-premium .eris-login-badge {
    background: linear-gradient(135deg, var(--fidhe-green, #2ea94e), var(--fidhe-green-2, #1c7c39));
    color: #fff;
}

.eris-login-glass-inner {
    border-radius: 21px;
    padding: 2rem 1.75rem;
    background: rgba(10, 14, 36, 0.55);
    backdrop-filter: blur(22px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.eris-login-badge {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(108, 92, 231, 0.95), rgba(0, 206, 201, 0.35));
    color: #fff;
    font-size: 1.25rem;
    box-shadow: var(--eris-neon);
}

.eris-login-form-title {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 1.65rem;
}

.eris-input-premium .input-group-text {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(13, 18, 38, 0.15);
    color: #4834d4;
}

.eris-input-premium .form-control {
    background: #ffffff;
    border: 1px solid rgba(13, 18, 38, 0.2);
    color: #0d1226;
    -webkit-text-fill-color: #0d1226;
}

.eris-input-premium .form-control::placeholder {
    color: rgba(13, 18, 38, 0.45);
    opacity: 1;
}

.eris-input-premium .form-control:focus {
    background: #ffffff;
    border-color: rgba(108, 92, 231, 0.55);
    color: #0d1226;
    -webkit-text-fill-color: #0d1226;
    box-shadow: 0 0 0 0.15rem rgba(108, 92, 231, 0.25);
}

.eris-label-inline {
    color: #dfe6ff !important;
}

/* --- Light theme (hazırlık) --- */
[data-eris-theme='light'] body,
[data-eris-theme='light'] html {
    background: linear-gradient(160deg, #f6f7fb, #eef1ff 55%, #f3f7ff 100%) !important;
    color: #1b1f3b;
}

[data-eris-theme='light'] .eris-page-title,
[data-eris-theme='light'] .eris-brand-title,
[data-eris-theme='light'] .eris-login-form-title,
[data-eris-theme='light'] .eris-stat-value,
[data-eris-theme='light'] .eris-widget-header span {
    color: #12152e !important;
}

[data-eris-theme='light'] .eris-navbar {
    background: rgba(255, 255, 255, 0.72) !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
}

[data-eris-theme='light'] .eris-sidebar,
[data-eris-theme='light'] .main-sidebar.eris-sidebar {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 246, 255, 0.92)) !important;
    border-right: 1px solid rgba(15, 23, 42, 0.08) !important;
}

[data-eris-theme='light'] .eris-nav .eris-nav-link {
    color: #4b5568 !important;
}

[data-eris-theme='light'] .eris-stat-card-modern,
[data-eris-theme='light'] .eris-table-card,
[data-eris-theme='light'] .eris-widget-card,
[data-eris-theme='light'] .eris-mini-chart-card {
    background: rgba(255, 255, 255, 0.78) !important;
    border-color: rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

[data-eris-theme='light'] .eris-login-premium {
    background: #f6f7fb !important;
}

[data-eris-theme='light'] .eris-login-aurora {
    opacity: 0.35;
    filter: blur(90px);
}

[data-eris-theme='light'] .eris-login-glass-inner {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(15, 23, 42, 0.08);
}

[data-eris-theme='light'] .eris-feature-tile {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(15, 23, 42, 0.08);
}

[data-eris-theme='light'] .eris-input-premium .form-control {
    background: #fff;
    color: #12152e;
    border-color: rgba(15, 23, 42, 0.12);
}

[data-eris-theme='light'] select.eris-form-control,
[data-eris-theme='light'] select.form-control.eris-form-control,
[data-eris-theme='light'] .content-wrapper select.form-control {
    color: #12152e !important;
    background-color: #fff !important;
    -webkit-text-fill-color: #12152e;
}

[data-eris-theme='light'] select.eris-form-control option,
[data-eris-theme='light'] select.form-control.eris-form-control option {
    color: #12152e !important;
    background-color: #fff !important;
}

[data-eris-theme='light'] .eris-ajax-overlay {
    background: rgba(255, 255, 255, 0.55);
}

[data-eris-theme='light'] .eris-ajax-overlay-inner {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(15, 23, 42, 0.1);
}

@media (max-width: 991.98px) {
    .eris-login-row {
        padding-top: 1rem;
    }
}

/* Aşama 2.1 — cari / hesap hareket satır vurguları */
.eris-row-tahsilat td {
    background: rgba(40, 167, 69, 0.12) !important;
}

.eris-row-odeme td {
    background: rgba(220, 53, 69, 0.12) !important;
}

.eris-row-borc td {
    background: rgba(255, 193, 7, 0.15) !important;
}

.eris-row-alacak td {
    background: rgba(23, 162, 184, 0.14) !important;
}

.eris-row-man-giris td {
    background: rgba(0, 123, 255, 0.12) !important;
}

.eris-row-man-cikis td {
    background: rgba(111, 66, 193, 0.15) !important;
}

.eris-row-muted td {
    opacity: 0.45;
}

/* Select2 — koyu arayüzde seçim ve açılır liste okunabilirliği */
.select2-container--bootstrap4 .select2-selection {
    background-color: #ffffff !important;
    border: 1px solid rgba(13, 18, 38, 0.22) !important;
    min-height: calc(1.5em + 0.75rem + 2px);
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    color: #0d1226 !important;
    line-height: 1.5;
    padding-left: 0.75rem;
    -webkit-text-fill-color: #0d1226;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: rgba(13, 18, 38, 0.45) !important;
}

.select2-dropdown {
    background-color: #ffffff !important;
    border: 1px solid rgba(13, 18, 38, 0.2) !important;
    z-index: 100060 !important;
}

.select2-container--bootstrap4 .select2-results__option {
    color: #0d1226 !important;
    background-color: #ffffff !important;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--selected {
    background-color: #dfe4ff !important;
    color: #0d1226 !important;
}

.select2-search--dropdown .select2-search__field {
    color: #0d1226 !important;
    background: #ffffff !important;
    border: 1px solid rgba(13, 18, 38, 0.22) !important;
}

/* Modallar — Select2 (100060), ajax overlay (99998) ve sabit navbar üstünde */
body.modal-open .modal.eris-modal.show,
body.modal-open .modal.eris-modal-front.show {
    z-index: 100250 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

body.modal-open .modal.eris-modal.show .modal-dialog,
body.modal-open .modal.eris-modal-front.show .modal-dialog {
    transform: none !important;
    pointer-events: auto !important;
}

body.modal-open .modal-backdrop.show {
    z-index: 100240 !important;
}

/* Cropper modal içinde üstte kalsın */
.modal.eris-modal .cropper-container,
.modal.eris-modal .cropper-face,
.modal.eris-modal .cropper-line,
.modal.eris-modal .cropper-point {
    z-index: 2;
}

/* Bootstrap modal-front (100080) üstünde kalsın */
.swal2-container {
    z-index: 100200 !important;
}

/* Vergi tanımları sekmeleri */
.eris-vergi-nav .nav-link {
    border-radius: 999px !important;
    padding: 0.45rem 1.1rem;
    color: var(--eris-muted);
    border: 1px solid var(--eris-border);
    margin-right: 0.5rem;
}

.eris-vergi-nav .nav-link.active {
    color: #fff !important;
    background: linear-gradient(90deg, var(--eris-accent), #4834d4) !important;
    border-color: transparent;
}

.eris-vergi-table thead th {
    border-top: none;
    color: var(--eris-muted);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Müşteri detay — detail-hero içi buzlu cam cari özet kartları */
.erp-detail-hero .eris-musteri-cari-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

@media (max-width: 991.98px) {
    .erp-detail-hero .eris-musteri-cari-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .erp-detail-hero .eris-musteri-cari-metrics {
        grid-template-columns: 1fr;
    }
}

.erp-detail-hero .eris-musteri-cari-metric {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    border-radius: 14px;
    padding: 0.9rem 1rem;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.38);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: hidden;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.18s ease, background 0.22s ease;
    cursor: default;
}

.erp-detail-hero .eris-musteri-cari-metric:hover {
    transform: translateY(-2px);
    border-color: rgba(167, 139, 250, 0.65);
    box-shadow: 0 14px 40px rgba(108, 92, 231, 0.28);
}

.erp-detail-hero .eris-musteri-cari-metric-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    transition: background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.erp-detail-hero .eris-musteri-cari-metric-content {
    flex: 1;
    min-width: 0;
}

.erp-detail-hero .eris-musteri-cari-metric--borc .eris-musteri-cari-metric-icon {
    background: rgba(255, 183, 77, 0.22);
    color: #ffcc80;
}

.erp-detail-hero .eris-musteri-cari-metric--alacak .eris-musteri-cari-metric-icon {
    background: rgba(77, 208, 225, 0.22);
    color: #80deea;
}

.erp-detail-hero .eris-musteri-cari-metric--net .eris-musteri-cari-metric-icon {
    background: rgba(165, 214, 167, 0.22);
    color: #a5d6a7;
}

.erp-detail-hero .eris-musteri-cari-metric--pb .eris-musteri-cari-metric-icon {
    background: rgba(206, 147, 216, 0.22);
    color: #ce93d8;
}

.erp-detail-hero .eris-musteri-cari-metric:hover .eris-musteri-cari-metric-icon {
    background: linear-gradient(135deg, #6d5dfb, #8b5cf6);
    color: #fff;
    box-shadow: 0 8px 22px rgba(109, 93, 251, 0.4);
}

.erp-detail-hero .eris-musteri-cari-metric::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 52%);
    pointer-events: none;
    opacity: 0.5;
}

.erp-detail-hero .eris-musteri-cari-metric-value {
    position: relative;
    font-weight: 700;
    font-size: 1.12rem;
    letter-spacing: -0.02em;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.28);
}

.erp-detail-hero .eris-musteri-cari-metric-label {
    position: relative;
    margin-top: 0.35rem;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.88);
}

.erp-detail-hero .eris-musteri-cari-metric--borc {
    border-left: 3px solid rgba(255, 183, 77, 0.95);
}

.erp-detail-hero .eris-musteri-cari-metric--alacak {
    border-left: 3px solid rgba(77, 208, 225, 0.95);
}

.erp-detail-hero .eris-musteri-cari-metric--net {
    border-left: 3px solid rgba(165, 214, 167, 0.95);
}

.erp-detail-hero .eris-musteri-cari-metric--pb {
    border-left: 3px solid rgba(206, 147, 216, 0.95);
}

/* SweetAlert — ajax overlay ve tüm eris-modal katmanlarının üstünde */
.swal2-container {
    z-index: 100300 !important;
}

/* Müşteri detay — cari hareket satırı işlem ikonları */
.eris-cari-act-wrap {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.35rem;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.eris-cari-act {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 10px;
    font-size: 0.82rem;
    line-height: 1;
    cursor: pointer;
    text-decoration: none !important;
    background: rgba(13, 18, 38, 0.06);
    color: #3d4a6b;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
    transition: background 0.15s ease, color 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease;
}

a.eris-cari-act:hover,
button.eris-cari-act:hover {
    background: rgba(13, 18, 38, 0.11);
    color: #1a2238;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(13, 18, 38, 0.08);
}

.eris-cari-act:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.45);
}

.eris-cari-act--ek {
    background: rgba(77, 208, 225, 0.14);
    color: #00838f;
}

.eris-cari-act--ek:hover {
    background: rgba(77, 208, 225, 0.24);
    color: #006064;
}

.eris-cari-act--edit {
    background: rgba(102, 126, 234, 0.14);
    color: #3949ab;
}

.eris-cari-act--edit:hover {
    background: rgba(102, 126, 234, 0.24);
    color: #283593;
}

.eris-cari-act--doc {
    background: rgba(129, 199, 132, 0.16);
    color: #2e7d32;
}

.eris-cari-act--doc:hover {
    background: rgba(129, 199, 132, 0.26);
    color: #1b5e20;
}

.eris-cari-act--delete {
    background: rgba(220, 53, 69, 0.14);
    color: #c62828;
}

.eris-cari-act--delete:hover {
    background: rgba(220, 53, 69, 0.24);
    color: #b71c1c;
}

.eris-cari-act--cancel {
    background: rgba(239, 83, 80, 0.12);
    color: #c62828;
}

.eris-cari-act--cancel:hover {
    background: rgba(239, 83, 80, 0.22);
    color: #b71c1c;
}

.eris-cari-act--muted {
    cursor: default;
    pointer-events: none;
    opacity: 0.38;
    background: rgba(13, 18, 38, 0.04);
    color: #8a94a8;
    box-shadow: none;
}

.eris-cari-act--muted:hover {
    transform: none;
    box-shadow: none;
}

.loginbuton {
    background: linear-gradient(135deg, #A78BFA 0%, #8B5CF6 100%) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    border-radius: 12px !important;
    padding: 14px 24px !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3) !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    width: 100% !important;
}

.loginbuton:hover {
    background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.45) !important;
    color: #fff !important;
}

.loginbuton:active {
    transform: translateY(0px) !important;
    box-shadow: 0 2px 10px rgba(139, 92, 246, 0.4) !important;
}

.loginbuton::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important;
    transition: left 0.5s !important;
}

.loginbuton:hover::before {
    left: 100% !important;
}

.loginbuton .btn-loading {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.loginbuton.loading .btn-text {
    opacity: 0 !important;
}

.loginbuton.loading .btn-loading {
    display: inline-block !important;
}

.loginbuton:disabled {
    background: linear-gradient(135deg, #C4B5FD 0%, #A78BFA 100%) !important;
    cursor: not-allowed !important;
    transform: none !important;
    opacity: 0.7 !important;
    box-shadow: 0 2px 8px rgba(139, 92, 246, 0.2) !important;
}

/* Ürün detay — toplam stok satırındaki sağ ok (hero + kart, flex içi) */
.erp-stok-kirilim-trigger {
    opacity: 0.88;
    transition: opacity 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.erp-stok-kirilim-trigger:hover {
    color: #fff !important;
    text-decoration: none !important;
    opacity: 1;
}
.erp-stok-kirilim-trigger:hover i {
    transform: translateX(3px);
    display: inline-block;
}
.erp-seri-chip-wrap {
    max-height: 280px;
    overflow-y: auto;
}

/* --- Profil: premium tema seçim kartları (Dark / Light) --- */
.theme-choice-card {
    border-radius: 14px;
    padding: 0.85rem 1rem 1rem;
    border: 2px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
    outline: none;
}
.theme-choice-card:hover {
    border-color: rgba(167, 139, 250, 0.55);
    transform: translateY(-1px);
}
.theme-choice-card.active {
    border-color: rgba(167, 139, 250, 0.95);
    box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.35), 0 12px 32px rgba(0, 0, 0, 0.25);
}
.theme-choice-card__title {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.65rem;
    letter-spacing: 0.01em;
}
.theme-choice-card__preview {
    display: flex;
    height: 88px;
    border-radius: 10px;
    overflow: hidden;
    gap: 6px;
    padding: 6px;
}
.theme-preview-dark .theme-choice-card__preview {
    background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
}
.theme-preview-light .theme-choice-card__preview {
    background: linear-gradient(145deg, #eef3ff 0%, #f3f0ff 55%, #e8f0ff 100%);
}
.theme-pv-sidebar {
    width: 22%;
    border-radius: 6px;
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
    flex-shrink: 0;
}
.theme-pv-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}
.theme-pv-bar {
    height: 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.12);
}
.theme-preview-light .theme-pv-bar {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}
.theme-pv-card {
    flex: 1;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    min-height: 18px;
}
.theme-pv-card--sm {
    flex: 0 0 28%;
}
.theme-pv-card--light {
    background: #ffffff;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}
body.theme-light-premium .theme-choice-card {
    border-color: #e2e8f0;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
body.theme-light-premium .theme-choice-card:hover {
    border-color: #c4b5fd;
}
body.theme-light-premium .theme-choice-card.active {
    border-color: #8b5cf6;
    box-shadow: 0 0 0 3px rgba(109, 93, 251, 0.25), 0 18px 45px rgba(15, 23, 42, 0.08);
}
body.theme-light-premium .theme-choice-card__title {
    color: #1e293b;
}

/* Müşteri detay — profil kartı */
.eris-musteri-profil {
    background: var(--eris-glass);
    border: 1px solid var(--eris-border);
    border-radius: var(--eris-radius);
    box-shadow: var(--eris-shadow);
}

.eris-musteri-profil-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 2px solid rgba(108, 92, 231, 0.45);
    background: rgba(255, 255, 255, 0.03);
}

.eris-musteri-profil-img--placeholder {
    width: 120px;
    height: 120px;
    background: rgba(108, 92, 231, 0.18);
    color: var(--eris-accent-2);
}

.eris-musteri-profil-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--eris-text);
}

.eris-musteri-profil-label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--eris-muted, #94a3b8);
    margin-bottom: 0.15rem;
}

.eris-musteri-profil-val {
    display: block;
    font-size: 0.92rem;
    color: var(--eris-text);
    word-break: break-word;
}

/* Müşteri detay — cari dashboard */
.eris-musteri-dash-strip {
    background: var(--eris-glass);
    border: 1px solid var(--eris-border);
    border-radius: var(--eris-radius);
    box-shadow: var(--eris-shadow);
}

.eris-musteri-dash-avatar {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border: 2px solid rgba(108, 92, 231, 0.45);
}

.eris-musteri-dash-avatar--placeholder {
    width: 64px;
    height: 64px;
    background: rgba(108, 92, 231, 0.18);
    color: var(--eris-accent-2);
    font-size: 1.35rem;
}

.eris-musteri-dash-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--eris-text);
}

.eris-musteri-dash-kpi {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 1.1rem;
    border-radius: 14px;
    background: var(--eris-glass);
    border: 1px solid var(--eris-border);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}

.eris-musteri-dash-kpi:hover {
    border-color: rgba(162, 155, 254, 0.55);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
    transform: translateY(-1px);
}

.eris-musteri-dash-kpi-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.eris-musteri-dash-kpi-value {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--eris-text);
}

.eris-musteri-dash-kpi-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--eris-muted);
    margin-top: 0.15rem;
}

.eris-musteri-dash-kpi-sub {
    margin-top: 0.2rem;
}

.eris-musteri-dash-kpi--acik {
    border-left: 3px solid #ff7675;
}

.eris-musteri-dash-kpi--acik .eris-musteri-dash-kpi-icon {
    background: rgba(255, 118, 117, 0.16);
    color: #ff7675;
}

.eris-musteri-dash-kpi--cek {
    border-left: 3px solid #fdcb6e;
}

.eris-musteri-dash-kpi--cek .eris-musteri-dash-kpi-icon {
    background: rgba(253, 203, 110, 0.16);
    color: #fdcb6e;
}

.eris-musteri-dash-kpi--senet {
    border-left: 3px solid #a29bfe;
}

.eris-musteri-dash-kpi--senet .eris-musteri-dash-kpi-icon {
    background: rgba(162, 155, 254, 0.16);
    color: #a29bfe;
}

.eris-musteri-dash-kpi--ciro {
    border-left: 3px solid #00cec9;
}

.eris-musteri-dash-kpi--ciro .eris-musteri-dash-kpi-icon {
    background: rgba(0, 206, 201, 0.16);
    color: #00cec9;
}

.eris-musteri-dash-panel {
    background: var(--eris-glass);
    border: 1px solid var(--eris-border) !important;
    border-radius: var(--eris-radius);
    box-shadow: var(--eris-shadow);
}

.eris-musteri-dash-panel .card-header {
    background: transparent;
}

.eris-musteri-dash-panel .card-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--eris-text);
}

.eris-musteri-dash-actions .btn {
    flex: 0 0 auto;
}

.eris-musteri-dash-btn-tumu {
    background: linear-gradient(135deg, rgba(108, 92, 231, 0.92), rgba(0, 206, 201, 0.85)) !important;
    color: #fff !important;
    border: none !important;
    font-weight: 600;
    box-shadow: 0 8px 22px rgba(108, 92, 231, 0.35);
    transition: transform 0.12s ease, box-shadow 0.15s ease;
}

.eris-odeme-etiket {
    font-size: 0.68rem;
    font-weight: 600;
    vertical-align: middle;
}

.eris-row-bakiye-duz td {
    background: rgba(23, 162, 184, 0.06);
}

/* Tür rozetleri (Borç/Ödeme) */
.eris-tur-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 999px;
    letter-spacing: 0.01em;
    line-height: 1;
    white-space: nowrap;
}
.eris-tur-pill i {
    font-size: 9px;
}
.eris-tur-pill--borc {
    background: linear-gradient(135deg, rgba(220,38,38,0.12), rgba(239,68,68,0.18));
    color: #b91c1c;
    border: 1px solid rgba(220,38,38,0.25);
}
.eris-tur-pill--odeme {
    background: linear-gradient(135deg, rgba(16,185,129,0.12), rgba(34,197,94,0.18));
    color: #047857;
    border: 1px solid rgba(16,185,129,0.25);
}
body.dark-mode .eris-tur-pill--borc,
body.theme-dark-premium .eris-tur-pill--borc {
    background: linear-gradient(135deg, rgba(248,113,113,0.18), rgba(239,68,68,0.28));
    color: #fecaca;
    border-color: rgba(248,113,113,0.35);
}
body.dark-mode .eris-tur-pill--odeme,
body.theme-dark-premium .eris-tur-pill--odeme {
    background: linear-gradient(135deg, rgba(52,211,153,0.18), rgba(34,197,94,0.28));
    color: #d1fae5;
    border-color: rgba(52,211,153,0.35);
}

.eris-musteri-dash-btn-tumu:hover {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(108, 92, 231, 0.45);
}

.eris-dash-belge-no {
    line-height: 1.25;
}

.eris-dash-belge-aciklama {
    margin-top: 0.2rem;
    line-height: 1.35;
    max-width: 280px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.eris-musteri-dash-panel--borc {
    border-left: 3px solid rgba(253, 203, 110, 0.85);
}

.eris-musteri-dash-panel--teklif {
    border-left: 3px solid rgba(162, 155, 254, 0.85);
}

/* Ürün detay — görsel slider + KPI stok */
.eris-urun-detay-gorsel-wrap {
    max-width: 100%;
}

.eris-urun-detay-gorsel-single,
.eris-urun-detay-carousel {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--eris-border);
    overflow: hidden;
}

.eris-urun-detay-gorsel-img {
    width: 100%;
    max-height: 120px;
    object-fit: contain;
    background: rgba(0, 0, 0, 0.15);
}

.eris-urun-detay-gorsel-placeholder {
    min-height: 120px;
    background: rgba(108, 92, 231, 0.12);
    border: 1px dashed rgba(162, 155, 254, 0.35);
    color: var(--eris-muted);
}

.eris-urun-detay-carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.45);
}

.eris-urun-detay-carousel-indicators .active {
    background-color: var(--eris-accent-2, #a29bfe);
}

.eris-urun-detay-carousel-control {
    width: 12%;
    opacity: 0.85;
}

.eris-urun-detay-takip-strip {
    padding: 0.5rem 0.75rem;
    border-radius: 10px;
    background: rgba(108, 92, 231, 0.08);
    border: 1px solid rgba(162, 155, 254, 0.22);
}

.eris-urun-detay-takip-pill {
    font-weight: 600;
    letter-spacing: 0.02em;
}

a.eris-urun-detay-takip-link {
    text-decoration: none;
    font-weight: 600;
}

a.eris-urun-detay-takip-link:hover {
    color: #fff;
    text-decoration: none;
}

.eris-urun-detay-barkod-box {
    display: inline-block;
    max-width: 100%;
    padding: 0.65rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(162, 155, 254, 0.35);
    background: rgba(255, 255, 255, 0.04);
}

.eris-urun-detay-barkod-cap {
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.35rem;
    opacity: 0.75;
}

.eris-urun-detay-barkod-box .eris-urun-barkod-svg {
    height: 44px !important;
    max-height: 48px;
}

.eris-urun-barkod-svg {
    max-width: 100%;
    height: 56px;
    background: #fff;
    border-radius: 6px;
    padding: 4px;
}

.eris-musteri-dash-kpi--stok {
    border-color: rgba(46, 213, 115, 0.35);
}

.eris-musteri-dash-kpi--stok .eris-musteri-dash-kpi-icon {
    background: rgba(46, 213, 115, 0.18);
    color: #2ed573;
}

/* Stok hareketleri — premium filtre */
.eris-stok-filtre-card .card-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.eris-stok-filtre-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0.35rem;
}

.eris-stok-filtre-card .select2-container--bootstrap4 .select2-selection {
    min-height: calc(1.5em + 0.5rem + 2px);
    border-radius: 10px;
}

.eris-stok-filtre-actions .btn {
    min-height: 31px;
    font-weight: 600;
}

body.theme-light-premium .eris-stok-filtre-label {
    color: var(--lp-muted);
}

/* B2B admin navbar bildirimi */
.eris-b2b-notify-wrap {
    position: relative;
}
.eris-b2b-notify-btn {
    position: relative;
    color: #fff !important;
    padding-right: 1rem !important;
}
.eris-b2b-notify-btn::after {
    display: none;
}
.eris-b2b-notify-btn:hover,
.eris-b2b-notify-wrap.show .eris-b2b-notify-btn {
    color: #fbbf24 !important;
}
.eris-b2b-notify-badge {
    position: absolute;
    top: 4px;
    right: 0;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 999px;
    background: #dc3545;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
    box-shadow: 0 0 0 2px rgba(12, 18, 48, 0.85);
}
body.theme-light-premium .eris-b2b-notify-badge {
    box-shadow: 0 0 0 2px #fff;
}
.eris-b2b-notify-dropdown {
    min-width: 320px;
    max-width: 380px;
    max-height: 420px;
    overflow-y: auto;
    padding: 0;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}
body.theme-light-premium .eris-b2b-notify-dropdown {
    background: #fff;
}
.eris-b2b-notify-head {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}
.eris-b2b-notify-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 10px 14px !important;
    white-space: normal;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}
.eris-b2b-notify-item:last-child {
    border-bottom: none;
}
.eris-b2b-notify-item:hover {
    background: rgba(99, 102, 241, 0.08);
}
.eris-b2b-notify-item-no {
    font-weight: 700;
    font-size: 13px;
    color: #1e293b;
}
.eris-b2b-notify-item-musteri {
    font-size: 13px;
    color: #334155;
    font-weight: 600;
}
.eris-b2b-notify-item-meta {
    font-size: 11px;
    color: #64748b;
}
body.theme-light-premium .eris-b2b-notify-item-no {
    color: #0f172a;
}

/* Ürün kategorileri — B2B göster toggle */
.eris-b2b-kat-toggle {
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(148, 163, 184, 0.12);
    color: #64748b;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    min-width: 64px;
    padding: 4px 10px;
}
.eris-b2b-kat-toggle.is-on {
    background: rgba(16, 185, 129, 0.15);
    border-color: rgba(16, 185, 129, 0.45);
    color: #065f46;
}
body.theme-light-premium .eris-b2b-kat-toggle.is-on {
    color: #047857;
}