/* _content/Ekmendenal.B2B.Web/Pages/Index.razor.rz.scp.css */
/* ==========================================================================
   🎯 1. DEVASA VE LÜKS KARŞILAMA EKRANI (HERO SECTION)
   ========================================================================== */
.landing-wrapper[b-jy3rekcg3o] {
    min-height: 100vh;
    background: #fdfbfb;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

/* Arkadan Vuran Güçlü Kurumsal Renk Auraları (Glow Orbs) */
.glow-orb-1[b-jy3rekcg3o] {
    position: absolute;
    top: -20%;
    left: -10%;
    width: 60vw;
    height: 60vw;
    background: radial-gradient(circle, rgba(195, 30, 11, 0.04) 0%, transparent 60%);
    z-index: 0;
}

.glow-orb-2[b-jy3rekcg3o] {
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: 60vw;
    height: 60vw;
    background: radial-gradient(circle, rgba(197, 160, 89, 0.05) 0%, transparent 60%);
    z-index: 0;
}

/* Soluk Kalan Dev İkon Filigranı */
.landing-watermark[b-jy3rekcg3o] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    opacity: 0.02;
    pointer-events: none;
    z-index: 0;
}

/* ==========================================================================
   🎯 2. ANA SAYFA LOGO TİPOGRAFİSİ (Devasa Boyut)
   ========================================================================== */
.brand-title[b-jy3rekcg3o] {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 10px;
    line-height: 1;
    animation: fadeDown-b-jy3rekcg3o 1s ease-out;
}

.brand-ekmen[b-jy3rekcg3o] {
    font-family: 'Enigma', sans-serif;
    font-size: 4.5rem;
    font-weight: 900;
    color: #c31e0b;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 10px 30px rgba(195, 30, 11, 0.15);
}

.brand-den[b-jy3rekcg3o] {
    font-family: 'Enigma', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    text-transform: lowercase;
    background: linear-gradient(90deg, #c31e0b 0%, #c5a059 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    margin: 0 12px;
}

.brand-al[b-jy3rekcg3o] {
    font-family: 'Enigma', sans-serif;
    font-size: 4.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #c5a059 0%, #8d6b32 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.brand-b2b-badge[b-jy3rekcg3o] {
    font-family: 'Enigma', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 3px;
    background: #8d6b32;
    color: white;
    padding: 6px 15px;
    border-radius: 10px 10px 10px 0;
    margin-left: 20px;
    transform: translateY(-45px);
    box-shadow: 0 10px 20px rgba(141, 107, 50, 0.3);
}

.landing-subtitle[b-jy3rekcg3o] {
    font-size: 1.3rem;
    font-weight: 400;
    color: #6c757d;
    letter-spacing: 1px;
    animation: fadeUp-b-jy3rekcg3o 1s ease-out 0.3s both;
}

/* ==========================================================================
   🎯 3. VIP ERİŞİM KARTLARI (Ultra Premium Glassmorphism)
   ========================================================================== */
.vip-card[b-jy3rekcg3o] {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 30px;
    padding: 50px 40px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.04);
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    z-index: 10;
    height: 100%;
    animation: fadeUp-b-jy3rekcg3o 1s ease-out 0.5s both;
}

    .vip-card.login-card:hover[b-jy3rekcg3o] {
        transform: translateY(-15px);
        box-shadow: 0 40px 80px rgba(195, 30, 11, 0.12);
        border-color: rgba(195, 30, 11, 0.2);
    }

    .vip-card.partner-card:hover[b-jy3rekcg3o] {
        transform: translateY(-15px);
        box-shadow: 0 40px 80px rgba(197, 160, 89, 0.12);
        border-color: rgba(197, 160, 89, 0.3);
    }

/* İKON KUTULARI */
.icon-box[b-jy3rekcg3o] {
    width: 90px;
    height: 90px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px auto;
    font-size: 2.5rem;
    transition: transform 0.3s ease;
}

.vip-card:hover .icon-box[b-jy3rekcg3o] {
    transform: scale(1.1) rotate(-5deg);
}

.icon-login[b-jy3rekcg3o] {
    background: linear-gradient(135deg, rgba(195, 30, 11, 0.1), rgba(195, 30, 11, 0.02));
    color: #c31e0b;
}

.icon-partner[b-jy3rekcg3o] {
    background: linear-gradient(135deg, rgba(197, 160, 89, 0.15), rgba(197, 160, 89, 0.02));
    color: #c5a059;
}

/* BUTONLAR */
.btn-vip-login[b-jy3rekcg3o] {
    background: linear-gradient(45deg, #c31e0b, #e02d19);
    border: none;
    color: white;
    box-shadow: 0 10px 25px rgba(195, 30, 11, 0.3);
}

    .btn-vip-login:hover[b-jy3rekcg3o] {
        background: linear-gradient(45deg, #d82512, #f53620);
        color: white;
    }

.btn-vip-partner[b-jy3rekcg3o] {
    background: white;
    border: 2px solid #c5a059;
    color: #8d6b32;
    box-shadow: 0 10px 25px rgba(197, 160, 89, 0.1);
}

    .btn-vip-partner:hover[b-jy3rekcg3o] {
        background: linear-gradient(135deg, #c5a059 0%, #8d6b32 100%);
        border-color: transparent;
        color: white;
    }

/* ==========================================================================
   🎯 4. DASHBOARD ARKAPLAN VE CAM YANSIMA AURALARI
   ========================================================================== */
.dashboard-glass-wrapper[b-jy3rekcg3o] {
    position: relative;
    min-height: 100vh;
    background: #f4f5f7; /* Çok uçuk, lüks bir gri/buz mavisi zemin */
    overflow-x: hidden;
}

/* Camdan yansıyacak arka plan renk auraları */
.dash-orb-1[b-jy3rekcg3o] {
    position: absolute;
    top: -10%;
    left: -5%;
    width: 50vw;
    height: 50vw;
    background: radial-gradient(circle, rgba(195, 30, 11, 0.08) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.dash-orb-2[b-jy3rekcg3o] {
    position: absolute;
    bottom: 10%;
    right: -10%;
    width: 60vw;
    height: 60vw;
    background: radial-gradient(circle, rgba(197, 160, 89, 0.12) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}

/* 🚀 DALGA DALGA AÇILIŞ ANİMASYONU */
@keyframes slideUpFade-b-jy3rekcg3o {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================================================
   🎯 5. GERÇEK GLASSMORPHISM (BUZLU CAM) HEADER VE KARTLAR
   ========================================================================== */
.dashboard-header[b-jy3rekcg3o] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 25px 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03), inset 0 0 20px rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
    animation: slideUpFade-b-jy3rekcg3o 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.metric-card[b-jy3rekcg3o] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.25) 100%);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    border-left: 1px solid rgba(255, 255, 255, 0.9);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    padding: 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05), inset 0 0 15px rgba(255, 255, 255, 0.4);
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    animation: slideUpFade-b-jy3rekcg3o 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.row > div:nth-child(1) .metric-card[b-jy3rekcg3o] {
    animation-delay: 0.1s;
}

.row > div:nth-child(2) .metric-card[b-jy3rekcg3o] {
    animation-delay: 0.2s;
}

.row > div:nth-child(3) .metric-card[b-jy3rekcg3o] {
    animation-delay: 0.3s;
}

.row > div:nth-child(4) .metric-card[b-jy3rekcg3o] {
    animation-delay: 0.4s;
}

.metric-card:hover[b-jy3rekcg3o] {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), inset 0 0 25px rgba(255, 255, 255, 0.8);
}

/* 🎯 RAKAMLAR DAHA KALIN VE OKUNAKLI YAPILDI */
.metric-value[b-jy3rekcg3o] {
    font-family: 'Poppins', sans-serif;
    font-size: 2.6rem;
    font-weight: 900;
    letter-spacing: -1px;
    margin: 10px 0 5px 0;
    color: #1a1a1a;
}

/* Gradient İkon Zeminleri */
.glass-icon-box[b-jy3rekcg3o] {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.bg-glass-red[b-jy3rekcg3o] {
    background: linear-gradient(135deg, rgba(195, 30, 11, 0.15), rgba(195, 30, 11, 0.05));
    color: #c31e0b;
    border: 1px solid rgba(195, 30, 11, 0.1);
}

.bg-glass-green[b-jy3rekcg3o] {
    background: linear-gradient(135deg, rgba(25, 135, 84, 0.15), rgba(25, 135, 84, 0.05));
    color: #198754;
    border: 1px solid rgba(25, 135, 84, 0.1);
}

.bg-glass-gold[b-jy3rekcg3o] {
    background: linear-gradient(135deg, rgba(197, 160, 89, 0.2), rgba(141, 107, 50, 0.05));
    color: #b8860b;
    border: 1px solid rgba(197, 160, 89, 0.15);
}

.bg-glass-blue[b-jy3rekcg3o] {
    background: linear-gradient(135deg, rgba(13, 202, 240, 0.15), rgba(13, 110, 253, 0.05));
    color: #0dcaf0;
    border: 1px solid rgba(13, 202, 240, 0.1);
}

/* Renkli Rakam Gradientleri */
.text-gradient-red[b-jy3rekcg3o] {
    background: linear-gradient(90deg, #c31e0b, #e63946);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-gold[b-jy3rekcg3o] {
    background: linear-gradient(135deg, #c5a059 0%, #8d6b32 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ==========================================================================
   🎯 6. CAM PANELLER (GRAFİK VE TABLOLAR)
   ========================================================================== */
.premium-panel[b-jy3rekcg3o] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.4) 100%);
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    border-left: 1px solid rgba(255, 255, 255, 0.9);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04), inset 0 0 20px rgba(255, 255, 255, 0.6);
    transition: all 0.5s ease;
    animation: slideUpFade-b-jy3rekcg3o 1s cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: 0.5s;
}

    .premium-panel:hover[b-jy3rekcg3o] {
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), inset 0 0 20px rgba(255, 255, 255, 0.8);
    }

.panel-header[b-jy3rekcg3o] {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 25px;
}

.panel-title[b-jy3rekcg3o] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ==========================================================================
   🎯 7. CAM YÜZEN TABLO SATIRLARI (Kurumsal Kırmızı Hover Efekti)
   ========================================================================== */
.floating-table[b-jy3rekcg3o] {
    border-collapse: separate;
    border-spacing: 0 8px;
    padding: 0 20px;
}

    .floating-table thead th[b-jy3rekcg3o] {
        border: none;
        color: #8e8e93;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.75rem;
        letter-spacing: 1px;
        padding-bottom: 10px;
    }

    .floating-table tbody tr[b-jy3rekcg3o] {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
        backdrop-filter: blur(10px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.8);
        border-radius: 12px;
        transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    }

        .floating-table tbody tr td[b-jy3rekcg3o] {
            border: none;
            padding: 16px 20px;
            vertical-align: middle;
        }

            .floating-table tbody tr td:first-child[b-jy3rekcg3o] {
                border-radius: 12px 0 0 12px;
            }

            .floating-table tbody tr td:last-child[b-jy3rekcg3o] {
                border-radius: 0 12px 12px 0;
            }

        .floating-table tbody tr:hover[b-jy3rekcg3o] {
            transform: translateY(-2px); /* Büyüteç (scale) etkisi kaldırıldı, sadece hafifçe havaya kalkar */
            background: rgba(195, 30, 11, 0.04) !important; /* Arka plan logonun kırmızısının çok şeffaf hali */
            box-shadow: 0 10px 25px rgba(195, 30, 11, 0.1); /* Kurumsal kırmızıya uyarlanmış gölge */
            border-color: rgba(195, 30, 11, 0.2); /* Kurumsal kırmızıya uyarlanmış ince kenarlık */
            z-index: 10;
            position: relative;
        }

/* ==========================================================================
   🎯 8. MODAL (Buzlu Cam Detay Ekranı)
   ========================================================================== */
.glass-modal-content[b-jy3rekcg3o] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 28px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.glass-modal-header[b-jy3rekcg3o] {
    background: rgba(248, 249, 250, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
}

/* Animasyonlar (Eski) */
@keyframes fadeDown-b-jy3rekcg3o {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeUp-b-jy3rekcg3o {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ==========================================================================  
 🎯 MOBİL EKRANLAR İÇİN ULTRA KOMPAKT DÜZEN (TEK EKRANA SIĞDIRMA)  
 ========================================================================== */
@media (max-width: 767.98px) {
    /* 1. Logoyu Taşırmadan Küçült */
    .brand-ekmen[b-jy3rekcg3o], .brand-al[b-jy3rekcg3o] {
        font-size: 2.2rem !important;
    }

    .brand-den[b-jy3rekcg3o] {
        font-size: 1.6rem !important;
        margin: 0 6px !important;
    }

    .brand-b2b-badge[b-jy3rekcg3o] {
        font-size: 0.7rem !important;
        padding: 3px 8px !important;
        transform: translateY(-20px) !important;
        margin-left: 8px !important;
    }

    .landing-subtitle[b-jy3rekcg3o] {
        font-size: 0.9rem !important;
        padding: 0 10px;
        line-height: 1.4;
    }

    /* 2. Kartları ve İkonları Daralt (Tek Ekrana Sığması İçin) */
    .landing-wrapper[b-jy3rekcg3o] {
        padding: 15px 0 !important;
    }

    .vip-card[b-jy3rekcg3o] {
        padding: 20px 15px !important; /* Masaüstündeki devasa 50px padding'i kıstık */
        border-radius: 20px !important;
    }

    .icon-box[b-jy3rekcg3o] {
        width: 50px !important;
        height: 50px !important;
        font-size: 1.5rem !important;
        margin: 0 auto 10px auto !important;
    }

    .vip-card h3[b-jy3rekcg3o] {
        font-size: 1.15rem !important;
    }

    .vip-card .card-desc[b-jy3rekcg3o] {
        font-size: 0.8rem !important;
        line-height: 1.3 !important;
    }

    .btn-vip-login[b-jy3rekcg3o], .btn-vip-partner[b-jy3rekcg3o] {
        font-size: 0.9rem !important;
    }
}
/* _content/Ekmendenal.B2B.Web/Pages/Login.razor.rz.scp.css */
/* ==========================================================================
   🎯 1. ARKAPLAN VE FİLİGRAN (LAYOUT)
   ========================================================================== */
.login-bg[b-5mti7oecvn] {
    background: linear-gradient(135deg, #fdfbfb 0%, #f4eeed 100%);
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.page-bottom-left-logo[b-5mti7oecvn] {
    position: fixed;
    bottom: 40px;
    left: 40px;
    height: 38px;
    width: auto;
    opacity: 0.15;
    pointer-events: none;
    z-index: 1;
}

/* ==========================================================================
   🎯 2. BUZLU CAM KART (GELİŞTİRİLMİŞ GEÇİŞLER VE GENİŞLİK)
   ========================================================================== */
.glass-card[b-5mti7oecvn] {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.04);
    border-radius: 28px;
    padding: 50px 45px;
    width: 100%;
    max-width: 460px;
    z-index: 10;
    animation: cardFadeIn-b-5mti7oecvn 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) both;
    transition: all 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

    .glass-card:hover[b-5mti7oecvn] {
        transform: translateY(-12px);
        box-shadow: 0 45px 85px rgba(195, 30, 11, 0.12);
        border-color: rgba(195, 30, 11, 0.18);
    }

/* ==========================================================================
   🎯 3. FORM BAŞLIĞI - KUSURSUZ RENK GEÇİŞLİ (GRADIENT) TİPOGRAFİ
   ========================================================================== */
.brand-header-zone[b-5mti7oecvn] {
    margin-bottom: 45px;
}

.brand-title[b-5mti7oecvn] {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 20px;
    line-height: 1;
}

.brand-ekmen[b-5mti7oecvn] {
    font-family: 'Enigma', sans-serif;
    font-size: 3.4rem;
    font-weight: 900;
    color: #c31e0b;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 4px rgba(195, 30, 11, 0.15), 0 5px 15px rgba(195, 30, 11, 0.1);
}

.brand-den[b-5mti7oecvn] {
    font-family: 'Enigma', sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    text-transform: lowercase;
    background: linear-gradient(90deg, #c31e0b 0%, #c5a059 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    margin: 0 10px;
}

.brand-al[b-5mti7oecvn] {
    font-family: 'Enigma', sans-serif;
    font-size: 3.4rem;
    font-weight: 900;
    background: linear-gradient(135deg, #c5a059 0%, #8d6b32 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    display: inline-block;
}

    .brand-al[b-5mti7oecvn]::after {
        content: '';
        position: absolute;
        bottom: 2px;
        left: -2px;
        width: calc(100% + 6px);
        height: 6px;
        background: linear-gradient(90deg, #c5a059, transparent);
        border-radius: 4px;
    }

/* ==========================================================================
   🎯 4. B2B ROZETİ, SLOGAN VE YÖNLENDİRME ELEMANLARI
   ========================================================================== */
.brand-b2b-badge[b-5mti7oecvn] {
    font-family: 'Enigma', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 2px;
    background: #c31e0b;
    color: white;
    padding: 5px 12px;
    border-radius: 8px 8px 8px 0;
    margin-left: 15px;
    transform: translateY(-30px);
    box-shadow: 0 6px 15px rgba(141, 107, 50, 0.3);
    display: inline-block;
}

.brand-subtitle[b-5mti7oecvn] {
    font-size: 1.05rem;
    font-weight: 400;
    color: #515154;
    letter-spacing: 0.5px;
}

.text-highlight-red[b-5mti7oecvn] {
    color: #c31e0b;
    font-weight: 700;
    background: rgba(195, 30, 11, 0.04);
    padding: 3px 10px;
    border-radius: 6px;
}

/* 🎯 ŞİFREMİ UNUTTUM BUTON STİLİ */
.btn-forgot-password[b-5mti7oecvn] {
    background: none;
    border: none;
    font-size: 0.8rem;
    font-weight: 600;
    color: #8d6b32; /* Bronz/Altın tonu */
    padding: 0;
    transition: all 0.3s ease;
    letter-spacing: 0.2px;
}

    .btn-forgot-password:hover[b-5mti7oecvn] {
        color: #c31e0b; /* Üzerine gelince kurumsal kırmızıya döner */
        text-shadow: 0 2px 8px rgba(195, 30, 11, 0.1);
    }

/* 🎯 YENİ SÜPER LÜKS SEKMELİ FOOTER TASARIMI */
.login-footer-actions[b-5mti7oecvn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    gap: 15px;
}

.footer-action-tab[b-5mti7oecvn] {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    width: 48%; /* İki sekmeyi eşit böler */
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

    .footer-action-tab span[b-5mti7oecvn] {
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 0.2px;
    }

/* Buton İçi Yuvarlak İkon Çemberi */
.tab-icon-circle[b-5mti7oecvn] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* Sol Sekme: Ana Sayfa (Asil Gri Odaklı) */
.tab-back[b-5mti7oecvn] {
    color: #515154;
    justify-content: flex-start;
}

    .tab-back .tab-icon-circle[b-5mti7oecvn] {
        background: rgba(0, 0, 0, 0.04);
        color: #515154;
    }

    .tab-back:hover[b-5mti7oecvn] {
        background: #1c1c1e;
        color: #ffffff;
        border-color: transparent;
        transform: translateY(-4px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

        .tab-back:hover .tab-icon-circle[b-5mti7oecvn] {
            background: rgba(255, 255, 255, 0.15);
            color: #ffffff;
            transform: translateX(-2px); /* İkon sola doğru hafif esner */
        }

/* Sağ Sekme: Bayi Ol (Kurumsal Bronz/Altın Odaklı) */
.tab-register[b-5mti7oecvn] {
    color: #8d6b32;
    justify-content: space-between;
}

    .tab-register .tab-icon-circle[b-5mti7oecvn] {
        background: rgba(141, 107, 50, 0.08);
        color: #8d6b32;
    }

    .tab-register:hover[b-5mti7oecvn] {
        background: linear-gradient(135deg, #c5a059 0%, #8d6b32 100%);
        color: #ffffff;
        border-color: transparent;
        transform: translateY(-4px);
        box-shadow: 0 10px 20px rgba(141, 107, 50, 0.2);
    }

        .tab-register:hover .tab-icon-circle[b-5mti7oecvn] {
            background: rgba(255, 255, 255, 0.2);
            color: #ffffff;
            transform: translateX(2px); /* İkon sağa doğru hafif esner */
        }

/* ==========================================================================
   🎯 5. ANİMASYONLAR
   ========================================================================== */
.custom-button-loader[b-5mti7oecvn] {
    height: 22px;
    width: auto;
    margin-right: 12px;
    animation: iconPulse-b-5mti7oecvn 1.2s infinite ease-in-out;
}

@keyframes cardFadeIn-b-5mti7oecvn {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes iconPulse-b-5mti7oecvn {
    0% {
        transform: scale(0.9);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.6;
    }
}
/* _content/Ekmendenal.B2B.Web/Shared/MainLayout.razor.rz.scp.css */
.premium-app-wrapper[b-6mtn4tfvcz] {
    display: flex;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: transparent;
}

.premium-main-content[b-6mtn4tfvcz] {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.glass-topbar[b-6mtn4tfvcz] {
    height: 80px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    z-index: 500;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
}

.topbar-search[b-6mtn4tfvcz] {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 10px 20px;
    width: 300px;
    transition: all 0.3s ease;
}

    .topbar-search:focus-within[b-6mtn4tfvcz] {
        background: #ffffff;
        box-shadow: 0 5px 15px rgba(195, 30, 11, 0.05);
        border-color: rgba(195, 30, 11, 0.2);
        width: 350px;
    }

.user-profile-badge[b-6mtn4tfvcz] {
    padding: 4px 12px 4px 4px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 30px;
}

.btn-logout-premium[b-6mtn4tfvcz] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    color: #c31e0b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(195, 30, 11, 0.1);
}

    .btn-logout-premium:hover[b-6mtn4tfvcz] {
        background: #c31e0b;
        color: #ffffff;
        transform: rotate(90deg);
        box-shadow: 0 5px 15px rgba(195, 30, 11, 0.3) !important;
    }

.content-scrollable-area[b-6mtn4tfvcz] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding-bottom: 90px;
}

@media (min-width: 768px) {
    .content-scrollable-area[b-6mtn4tfvcz] {
        padding-bottom: 0;
    }
}

.content-scrollable-area[b-6mtn4tfvcz]::-webkit-scrollbar {
    width: 6px;
}

.content-scrollable-area[b-6mtn4tfvcz]::-webkit-scrollbar-track {
    background: transparent;
}

.content-scrollable-area[b-6mtn4tfvcz]::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
