﻿html:not([data-bs-theme=dark]) {
    --nvs-aside-first-color: #ffffff;
    --nvs-aside-second-color: #f9f9f9;
    --nvs-text-primary: #071437;
    --bs-primary: #b4021f;
    --bs-primary-rgb: 180, 2, 31;
    --bs-primary-active: #c1272d;
    --bs-primary-light: #ffeff2;
    --bs-text-primary: #b4021f;
    --bs-component-active-bg: #b4021f;
    --bs-menu-link-color-active: #b4021f;
    --bs-menu-link-color-hover: #b4021f;
}

[data-bs-theme=dark] {
    --nvs-aside-first-color: #000000;
    --nvs-aside-second-color: #15171C;
    --nvs-text-primary: #f5f5f5;
    --bs-primary: #b4021f;
    --bs-primary-rgb: 180, 2, 31;
    --bs-primary-active: #c1272d;
    --bs-primary-light: #1b1c22;
    --bs-text-primary: #b4021f;
    --bs-component-active-bg: #b4021f;
    --bs-menu-link-color-active: #b4021f;
    --bs-menu-link-color-hover: #b4021f;
}

.form-check-input:checked {
    background-color: #b4021f;
    border-color: #b4021f;
}

.link-primary:focus, .link-primary:hover {
    color: RGBA(224, 21, 48, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(224, 21, 48, var(--bs-link-underline-opacity, 1)) !important;
}

/* =========================================================================
   Giriş / Karşılama sayfası — Views/NvsLytDTXHome/Index.cshtml
   DİKKAT: Bu dosya _Layout tarafından TÜM sayfalarda yüklenir. Bu yüzden
   kaynak tasarımın global reset'i (*{}, body{}) BİLEREK alınmadı; tüm kurallar
   .nvsgrs-stage kökü altında ve nvsgrs- önekiyle kapsandı ki Metronic/dashboard
   hiçbir şekilde etkilenmesin.
   ========================================================================= */
.nvsgrs-stage {
    --nvsgrs-red: #d32235;
    --nvsgrs-red-dark: #a81726;
    --nvsgrs-red-2: #e11d48;
    --nvsgrs-red-glow: rgba(211,34,53,.45);
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    isolation: isolate;
    font-family: 'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
    /* Metronic kök font-size'ı 13px yapıyor; kaynak tasarım 16px kök varsayıyor.
       Kökü değiştirmek Metronic'i bozacağı için bu blokta font ölçüleri 16px
       bazında px olarak sabitlendi (rem KULLANILMADI — rem köke bağlıdır). */
    font-size: 16px;
    color: #fff;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background: radial-gradient(900px 620px at 84% 4%,rgba(211,34,53,.30),transparent 56%), radial-gradient(720px 520px at 6% 100%,rgba(91,33,182,.26),transparent 58%), linear-gradient(160deg,#0c0f16 0%,#141821 58%,#0c0f16 100%);
}
.nvsgrs-stage * { margin: 0; padding: 0; box-sizing: border-box; }
.nvsgrs-stage a { text-decoration: none; color: inherit; }

.nvsgrs-grid-bg { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: 54px 54px; -webkit-mask-image: radial-gradient(circle at 50% 32%,#000,transparent 82%); mask-image: radial-gradient(circle at 50% 32%,#000,transparent 82%); }
.nvsgrs-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(80px); opacity: .5; animation: nvsgrs-float 9s ease-in-out infinite; }
.nvsgrs-orb-a { width: 320px; height: 320px; background: var(--nvsgrs-red); top: 4%; right: 9%; }
.nvsgrs-orb-b { width: 250px; height: 250px; background: #5b21b6; bottom: 6%; left: 6%; animation-delay: -4s; }
@keyframes nvsgrs-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-26px); } }
@keyframes nvsgrs-pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }

/* Top bar */
.nvsgrs-topbar { display: flex; align-items: center; justify-content: space-between; padding: 18px clamp(20px,5vw,60px); position: relative; z-index: 3; }
.nvsgrs-brand { display: flex; align-items: center; gap: 13px; }
.nvsgrs-brand-logo { height: 44px; width: auto; display: block; }
.nvsgrs-brand-text { display: flex; flex-direction: column; line-height: 1.18; }
.nvsgrs-brand-text b { font-weight: 800; font-size: 15.7px; }
.nvsgrs-brand-text span { font-size: 11.7px; color: rgba(255,255,255,.55); font-weight: 600; }
.nvsgrs-top-pill { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: 999px; padding: 9px 18px; font-size: 13.1px; font-weight: 600; color: rgba(255,255,255,.85); backdrop-filter: blur(8px); }
.nvsgrs-top-pill .nvsgrs-dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 12px #22c55e; animation: nvsgrs-pulse 2s infinite; }
@media (max-width:560px) { .nvsgrs-top-pill { display: none; } }

/* Hero */
.nvsgrs-hero { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 24px clamp(20px,5vw,60px) 30px; position: relative; z-index: 2; }
.nvsgrs-pill { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); padding: 8px 18px; border-radius: 999px; font-size: 12.8px; font-weight: 600; letter-spacing: .02em; backdrop-filter: blur(8px); margin-bottom: 22px; }
.nvsgrs-pill .nvsgrs-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--nvsgrs-red-2); box-shadow: 0 0 12px var(--nvsgrs-red-glow); animation: nvsgrs-pulse 2s infinite; }
.nvsgrs-pill-logo { height: 15px; width: auto; display: inline-block; vertical-align: middle; }
.nvsgrs-hero h1 { font-size: clamp(35.2px,5vw,64px); font-weight: 900; letter-spacing: -.03em; line-height: 1.03; max-width: 15ch; margin-bottom: 18px; color: #fff; }
.nvsgrs-grad { background: linear-gradient(120deg,#fff 22%,#ffb3bd 62%,var(--nvsgrs-red) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.nvsgrs-lead { color: rgba(255,255,255,.74); font-size: clamp(15.7px,1.5vw,18.4px); max-width: 600px; margin-bottom: 30px; }
.nvsgrs-cta-row { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.nvsgrs-btn-primary { display: inline-flex; align-items: center; gap: 11px; background: var(--nvsgrs-red); color: #fff; padding: 15px 32px; border-radius: 14px; font-weight: 800; font-size: 16.3px; box-shadow: 0 18px 40px -14px rgba(211,34,53,.7); transition: transform .2s,box-shadow .2s,background .2s; }
.nvsgrs-btn-primary:hover { transform: translateY(-3px); background: var(--nvsgrs-red-dark); color: #fff; box-shadow: 0 26px 52px -16px rgba(211,34,53,.8); }
.nvsgrs-btn-primary svg { width: 20px; height: 20px; transition: transform .2s; }
.nvsgrs-btn-primary:hover svg { transform: translateX(4px); }
.nvsgrs-btn-ghost { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.2); color: #fff; padding: 15px 26px; border-radius: 14px; font-weight: 700; font-size: 15.7px; transition: background .2s,border-color .2s; }
.nvsgrs-btn-ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,179,189,.5); color: #fff; }
.nvsgrs-btn-ghost svg { width: 18px; height: 18px; }

/* Modül marquee */
.nvsgrs-suite { width: 100%; margin-top: 44px; }
.nvsgrs-suite-cap { font-size: 11.8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 10px; text-align: center; }
.nvsgrs-marquee { position: relative; overflow: hidden; width: 100%; padding: 10px 0; -webkit-mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.nvsgrs-track { display: flex; gap: 15px; width: max-content; animation: nvsgrs-scrollx 46s linear infinite; }
.nvsgrs-marquee:hover .nvsgrs-track { animation-play-state: paused; }
@keyframes nvsgrs-scrollx { to { transform: translateX(-50%); } }
.nvsgrs-mcard { flex: none; display: flex; align-items: center; gap: 14px; min-width: 236px; padding: 17px 22px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; backdrop-filter: blur(6px); transition: background .25s,border-color .25s,transform .25s; }
.nvsgrs-mcard:hover { background: rgba(255,255,255,.1); border-color: rgba(255,179,189,.45); transform: translateY(-4px); }
.nvsgrs-mi { flex: none; width: 46px; height: 46px; border-radius: 13px; background: rgba(211,34,53,.18); color: #ffb3bd; display: grid; place-items: center; transition: background .25s,color .25s; }
.nvsgrs-mcard:hover .nvsgrs-mi { background: linear-gradient(135deg,var(--nvsgrs-red),var(--nvsgrs-red-dark)); color: #fff; }
.nvsgrs-mi svg { width: 23px; height: 23px; }
.nvsgrs-mt { display: flex; flex-direction: column; line-height: 1.25; }
.nvsgrs-mt b { font-size: 15px; font-weight: 700; white-space: nowrap; }
.nvsgrs-mt small { font-size: 11.5px; color: rgba(255,255,255,.5); font-weight: 600; white-space: nowrap; }
.nvsgrs-mcard.nvsgrs-on { border-color: rgba(34,197,94,.35); }
.nvsgrs-live { margin-left: 8px; font-size: 9.3px; font-weight: 800; letter-spacing: .06em; color: #4ade80; background: rgba(34,197,94,.16); border: 1px solid rgba(34,197,94,.3); padding: 2px 6px; border-radius: 5px; }

/* Footer */
.nvsgrs-foot { padding: 14px clamp(20px,5vw,60px) 20px; text-align: center; position: relative; z-index: 2; }
.nvsgrs-foot p { color: rgba(255,255,255,.45); font-size: 12.8px; letter-spacing: .03em; }
.nvsgrs-foot b { color: rgba(255,255,255,.72); font-weight: 700; }

/* Giriş animasyonları */
.nvsgrs-rise { opacity: 0; transform: translateY(22px); animation: nvsgrs-rise .8s cubic-bezier(.2,.7,.2,1) forwards; }
.nvsgrs-d1 { animation-delay: .05s; }
.nvsgrs-d2 { animation-delay: .16s; }
.nvsgrs-d3 { animation-delay: .28s; }
.nvsgrs-d4 { animation-delay: .4s; }
.nvsgrs-d5 { animation-delay: .52s; }
@keyframes nvsgrs-rise { to { opacity: 1; transform: none; } }

@media (max-height:720px) {
    .nvsgrs-hero { padding-top: 14px; padding-bottom: 20px; }
    .nvsgrs-suite { margin-top: 30px; }
    .nvsgrs-lead { margin-bottom: 24px; }
}
@media (prefers-reduced-motion:reduce) {
    .nvsgrs-track { animation: none; }
    .nvsgrs-orb { animation: none; }
}

/* =========================================================================
   Kimlik doğrulama (auth) sayfaları — login.html teması
   Views: Novusio.Authentication.UI/Views/Account/Default/*.cshtml
   DİKKAT: Bu dosya _Layout tarafından TÜM sayfalarda yüklenir. Tüm kurallar
   .nvsgrs-auth-shell kökü altında ve nvsgrs-auth- önekiyle kapsandı; global
   reset (*{}, body{}) BİLEREK alınmadı → Metronic/dashboard etkilenmez.
   Metronic kök font-size 13px olduğundan ölçüler px (16px baz) ile sabit.
   ========================================================================= */
.nvsgrs-auth-shell {
    --nvsgrs-auth-red: #d32235;
    --nvsgrs-auth-red-dark: #a81726;
    --nvsgrs-auth-red-2: #e11d48;
    --nvsgrs-auth-red-soft: #ffe4e9;
    --nvsgrs-auth-ink: #0c0f16;
    --nvsgrs-auth-slate: #4b5563;
    --nvsgrs-auth-muted: #6b7280;
    --nvsgrs-auth-line: #e7e9ee;
    min-height: 100vh;
    display: grid;
    /* Sol marka paneli biraz dar, sağ form paneli daha ferah (form ortada nefes alsın) */
    grid-template-columns: 1fr 1.15fr;
    font-family: 'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
    font-size: 16px;
    color: var(--nvsgrs-auth-ink);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.nvsgrs-auth-shell * { box-sizing: border-box; }
.nvsgrs-auth-shell a { text-decoration: none; color: inherit; }
@keyframes nvsgrs-auth-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-26px); } }
@keyframes nvsgrs-auth-pulse { 0%,100% { opacity: 1; } 50% { opacity: .4; } }

/* ---- Sol marka paneli ---- */
.nvsgrs-auth-brand {
    position: relative; overflow: hidden; color: #fff;
    display: flex; flex-direction: column; justify-content: space-between;
    padding: clamp(38px,4.5vw,64px);
    background: radial-gradient(600px 420px at 82% 8%,rgba(211,34,53,.32),transparent 58%),
        radial-gradient(520px 400px at 6% 104%,rgba(91,33,182,.30),transparent 60%),
        linear-gradient(155deg,#141821 0%,#0c0f16 60%,#0c0f16 100%);
}
.nvsgrs-auth-bs-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: 46px 46px; -webkit-mask-image: radial-gradient(circle at 60% 34%,#000,transparent 82%); mask-image: radial-gradient(circle at 60% 34%,#000,transparent 82%); }
.nvsgrs-auth-bs-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .5; animation: nvsgrs-auth-float 9s ease-in-out infinite; }
.nvsgrs-auth-bs-orb.a { width: 280px; height: 280px; background: var(--nvsgrs-auth-red); top: -70px; right: -40px; }
.nvsgrs-auth-bs-orb.b { width: 220px; height: 220px; background: #5b21b6; bottom: -70px; left: -40px; animation-delay: -4s; }
.nvsgrs-auth-bs-top { position: relative; z-index: 2; display: flex; align-items: center; gap: 14px; }
.nvsgrs-auth-bs-logo { height: 34px; width: auto; display: block; }
.nvsgrs-auth-bs-divider { width: 1px; height: 34px; background: rgba(255,255,255,.16); }
.nvsgrs-auth-bs-inst { display: flex; flex-direction: column; line-height: 1.2; }
.nvsgrs-auth-bs-inst b { font-weight: 800; font-size: 16px; }
.nvsgrs-auth-bs-inst span { font-size: 12.5px; color: rgba(255,255,255,.55); font-weight: 600; }
.nvsgrs-auth-bs-mid { position: relative; z-index: 2; max-width: 440px; }
.nvsgrs-auth-bs-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 8px 16px; font-size: 12.2px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 26px; }
.nvsgrs-auth-bs-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--nvsgrs-auth-red-2); box-shadow: 0 0 12px rgba(225,29,72,.6); animation: nvsgrs-auth-pulse 2s infinite; }
.nvsgrs-auth-bs-mid h2 { font-size: clamp(30.4px,3.4vw,43.2px); font-weight: 900; letter-spacing: -.02em; line-height: 1.1; margin-bottom: 18px; color: #fff; }
.nvsgrs-auth-bs-mid h2 .grad { background: linear-gradient(120deg,#fff 25%,#ffb3bd 75%,var(--nvsgrs-auth-red)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.nvsgrs-auth-bs-mid p { color: rgba(255,255,255,.72); font-size: 16.6px; }
.nvsgrs-auth-bs-list { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.nvsgrs-auth-bs-list li { display: flex; align-items: center; gap: 13px; font-size: 15.4px; color: rgba(255,255,255,.85); font-weight: 500; }
.nvsgrs-auth-bs-list .ck { flex: none; width: 30px; height: 30px; border-radius: 9px; background: rgba(211,34,53,.22); color: #ffb3bd; display: grid; place-items: center; }
.nvsgrs-auth-bs-list .ck svg { width: 16px; height: 16px; }
.nvsgrs-auth-bs-foot { position: relative; z-index: 2; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; color: rgba(255,255,255,.55); font-size: 13.1px; font-weight: 500; }
.nvsgrs-auth-bs-foot .fitem { display: flex; align-items: center; gap: 8px; }
.nvsgrs-auth-bs-foot svg { width: 15px; height: 15px; }

/* ---- Sağ form paneli — form dikey ortada, copyright en altta ---- */
.nvsgrs-auth-form { display: flex; flex-direction: column; align-items: center; padding: clamp(30px,5vw,60px) clamp(24px,5vw,72px); position: relative; background: #fff; }
.nvsgrs-auth-wrap { flex: 1; display: flex; flex-direction: column; justify-content: center; width: 100%; max-width: 410px; }
/* Telif — sayfanın (form panelinin) en altında */
.nvsgrs-auth-copyright { margin-top: 24px; padding-top: 14px; text-align: center; color: var(--nvsgrs-auth-muted); font-size: 12.5px; width: 100%; max-width: 410px; }
.nvsgrs-auth-copyright b { color: var(--nvsgrs-auth-slate); font-weight: 700; }
.nvsgrs-auth-head { margin-bottom: 32px; }
.nvsgrs-auth-head .kick { color: var(--nvsgrs-auth-red); font-size: 12.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.nvsgrs-auth-head .kick::before { content: ""; width: 26px; height: 2px; background: var(--nvsgrs-auth-red); }
.nvsgrs-auth-head h1 { font-size: 32.8px; font-weight: 900; letter-spacing: -.02em; margin-bottom: 8px; color: var(--nvsgrs-auth-ink); }
.nvsgrs-auth-head p { color: var(--nvsgrs-auth-muted); font-size: 15.7px; margin: 0; }
/* Metronic FormValidation iskeleti (row fv-row > col-12) korunur; login.html
   görünümünü CSS verir. Bootstrap row/col negatif margin/padding'i sıfırla ki
   alanlar form genişliğine otursun. */
.nvsgrs-auth-shell .fv-row { margin-left: 0; margin-right: 0; margin-bottom: 20px; }
.nvsgrs-auth-shell .fv-row > .col-12 { padding-left: 0; padding-right: 0; }
.nvsgrs-auth-label { display: block; font-size: 13.6px; font-weight: 700; color: var(--nvsgrs-auth-ink); margin-bottom: 9px; }
/* Novusio helper input'ları (form-control-solid) login.html görünümüne — yalnız auth kabuğunda */
.nvsgrs-auth-shell .form-control { width: 100%; min-height: 56px; padding: 15px 16px; border: 1.5px solid var(--nvsgrs-auth-line); border-radius: 14px; font-size: 15.7px; line-height: 1.5; height: auto; background: #fff; color: var(--nvsgrs-auth-ink); box-shadow: none; transition: border-color .18s,box-shadow .18s; }
.nvsgrs-auth-shell .form-control::placeholder { color: #aab0ba; }
.nvsgrs-auth-shell .form-control:focus { outline: none; border-color: var(--nvsgrs-auth-red); box-shadow: 0 0 0 4px rgba(211,34,53,.12); background: #fff; }
/* Tek haneli kod kutuları (PhoneVerification) sol-ikon padding'inden muaf, ortalı */
.nvsgrs-auth-shell .form-control.text-center { padding-left: 12px; padding-right: 12px; text-align: center; }
.nvsgrs-auth-pw-toggle { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; color: var(--nvsgrs-auth-muted); padding: 8px; border-radius: 9px; display: grid; place-items: center; transition: color .18s,background .18s; z-index: 2; }
.nvsgrs-auth-pw-toggle:hover { color: var(--nvsgrs-auth-red); background: var(--nvsgrs-auth-red-soft); }
.nvsgrs-auth-pw-toggle svg { width: 20px; height: 20px; }
.nvsgrs-auth-label-row { display: flex; align-items: center; justify-content: space-between; }
.nvsgrs-auth-forgot { font-size: 13.4px; font-weight: 700; color: var(--nvsgrs-auth-red); }
.nvsgrs-auth-forgot:hover { text-decoration: underline; }
.nvsgrs-auth-remember { display: flex; align-items: center; gap: 10px; margin: 4px 0 24px; font-size: 14.4px; color: var(--nvsgrs-auth-slate); font-weight: 500; }
.nvsgrs-auth-remember .form-check-input { width: 20px; height: 20px; margin: 0; border-radius: 6px; border: 1.5px solid #cfd4dc; cursor: pointer; }
.nvsgrs-auth-remember .form-check-input:checked { background-color: var(--nvsgrs-auth-red); border-color: var(--nvsgrs-auth-red); }
/* Novusio SaveButton (Core .btn btn-primary üretir). Ana sayfa butonu (56px) ve
   auth text field'larıyla dikey bütünlük için ölçüler ana sayfayla eşitlendi.
   Metronic .btn'i ezmek için padding/radius !important (özgüllük eşit kalıyor). */
.nvsgrs-auth-shell .nvsgrs-auth-submit { width: 100%; min-height: 56px; background: var(--nvsgrs-auth-red) !important; color: #fff !important; border: none !important; border-radius: 14px !important; padding: 15px 32px !important; font-size: 16.3px; font-weight: 800; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; box-shadow: 0 16px 34px -12px rgba(211,34,53,.6); transition: transform .2s,box-shadow .2s,background .2s; }
.nvsgrs-auth-shell .nvsgrs-auth-submit:hover { transform: translateY(-2px); background: var(--nvsgrs-auth-red-dark) !important; color: #fff !important; box-shadow: 0 22px 44px -14px rgba(211,34,53,.7); }
.nvsgrs-auth-divider { display: flex; align-items: center; gap: 14px; margin: 26px 0; color: var(--nvsgrs-auth-muted); font-size: 12.8px; font-weight: 600; }
.nvsgrs-auth-divider::before, .nvsgrs-auth-divider::after { content: ""; flex: 1; height: 1px; background: var(--nvsgrs-auth-line); }
.nvsgrs-auth-secure { display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--nvsgrs-auth-muted); font-size: 13.1px; font-weight: 600; }
.nvsgrs-auth-secure svg { width: 15px; height: 15px; color: #22c55e; }
.nvsgrs-auth-back { position: absolute; top: 24px; left: clamp(24px,5vw,60px); display: inline-flex; align-items: center; gap: 8px; color: var(--nvsgrs-auth-muted); font-size: 13.8px; font-weight: 600; transition: color .18s; }
.nvsgrs-auth-back:hover { color: var(--nvsgrs-auth-red); }
.nvsgrs-auth-back svg { width: 16px; height: 16px; }
.nvsgrs-auth-foot { margin-top: 34px; text-align: center; color: var(--nvsgrs-auth-muted); font-size: 12.5px; }
.nvsgrs-auth-foot b { color: var(--nvsgrs-auth-slate); font-weight: 700; }
/* Metronic'in validation mesajları auth kabuğunda okunur kalsın */
.nvsgrs-auth-shell .invalid-feedback, .nvsgrs-auth-shell .fv-plugins-message-container { color: var(--nvsgrs-auth-red); font-size: 12.8px; font-weight: 600; margin-top: 6px; }

@media (max-width: 900px) {
    .nvsgrs-auth-shell { grid-template-columns: 1fr; }
    .nvsgrs-auth-brand { display: none; }
    .nvsgrs-auth-form { min-height: 100vh; }
}
@media (max-width: 480px) {
    .nvsgrs-auth-form { padding: 70px 22px 40px; }
}