/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-zlckaeq54d] {
    min-height: 100vh;
    max-width: 640px;
    margin: 0 auto;
    background: var(--c-bg);
    display: flex;
    flex-direction: column;
    /* tab-bar (64) + family-strip (~24) + YTD disclaimer (~28) + safe-area */
    padding-bottom: calc(64px + 24px + 28px + env(safe-area-inset-bottom, 0px));
}

.app-header[b-zlckaeq54d] {
    padding: 1rem 1.25rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    position: sticky;
    top: 0;
    background: var(--c-bg);
    z-index: 5;
}

.brand[b-zlckaeq54d] {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--c-text);
}

.brand-sub[b-zlckaeq54d] {
    font-size: 0.8rem;
    color: var(--c-text-muted);
    margin-left: 0.5rem;
}

.settings-link[b-zlckaeq54d] {
    /* SVG ikon kullanımı için 1.2rem yeterli; line-height: 0 SVG'yi dikeyde ortalar */
    font-size: 1.2rem;
    color: var(--c-text-muted);
    text-decoration: none;
    padding: 0.4rem 0.5rem;
    border-radius: 8px;
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 0;
}
.settings-link:hover[b-zlckaeq54d] {
    color: var(--c-text);
    background: var(--c-surface);
    text-decoration: none;
}

/* Bell + unread badge. Sayı 0 ise badge yok, dolu kırmızı disc. */
.bell[b-zlckaeq54d] { font-size: 1.2rem; }
.bell-badge[b-zlckaeq54d] {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 1.05rem;
    height: 1.05rem;
    padding: 0 0.28rem;
    background: var(--c-negative);
    color: #fff;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1.05rem;
    text-align: center;
    box-shadow: 0 0 0 2px var(--c-bg);
}

.app-content[b-zlckaeq54d] {
    flex: 1;
    padding: 0.75rem 1rem 1.5rem;
}

#blazor-error-ui[b-zlckaeq54d] {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.75rem 1rem;
    background: var(--c-negative);
    color: white;
    z-index: 1000;
}
#blazor-error-ui .reload[b-zlckaeq54d], #blazor-error-ui .dismiss[b-zlckaeq54d] {
    color: white;
    margin-left: 0.5rem;
    cursor: pointer;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Footer wrap'i: üstte tab-bar (gezinme), altta family-strip (ERP aile linkleri).
   Aşağıdaki .tab-bar-wrap fixed; iki satırı tek bir blok olarak tutar.
   safe-area-inset-bottom family-strip'in altına eklenir (iOS notch home indicator). */
.tab-bar-wrap[b-hcg3altwq4] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    max-width: 640px;
    margin: 0 auto;
    background: var(--c-surface);
    border-top: 1px solid var(--c-border);
    padding-bottom: env(safe-area-inset-bottom, 0px);
}

.tab-bar[b-hcg3altwq4] {
    height: 64px;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

.tab-bar[b-hcg3altwq4]  .tab {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    color: var(--c-text-muted);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 500;
    padding: 0.25rem 0;
    transition: color 100ms ease;
}

.tab-bar[b-hcg3altwq4]  .tab:hover {
    color: var(--c-text);
    text-decoration: none;
}

.tab-bar[b-hcg3altwq4]  .tab.active {
    color: var(--c-accent);
}

.tab-bar[b-hcg3altwq4]  .ico {
    font-size: 1.25rem;
    line-height: 1;
}

/* ERP family linkleri — footerın en alt satırı. */
.family-strip[b-hcg3altwq4] {
    border-top: 1px solid var(--c-border);
    padding: 0.2rem 0.6rem 0.25rem;
    text-align: center;
    font-size: 0.65rem;
    line-height: 1.2;
    color: var(--c-text-muted);
}
.family-strip .family-label[b-hcg3altwq4] {
    font-weight: 600;
    margin-right: 0.25rem;
    opacity: 0.85;
}
.family-strip .family-link[b-hcg3altwq4] {
    color: var(--c-text-muted);
    text-decoration: none;
    padding: 0 0.15rem;
}
.family-strip .family-link:hover[b-hcg3altwq4] {
    color: var(--c-text);
    text-decoration: underline;
}
.family-strip .family-link.active[b-hcg3altwq4] {
    color: var(--c-accent);
    font-weight: 700;
    cursor: default;
}
.family-strip .family-link.active:hover[b-hcg3altwq4] { text-decoration: none; }
.family-strip .family-sep[b-hcg3altwq4] { opacity: 0.4; margin: 0 0.05rem; }
/* /Components/Layout/PwaInstallBanner.razor.rz.scp.css */
/* Tek satır install banner. Disclaimer/sister-apps ile aynı zayıf-çekici stil ailesi.
   iOS'ta CTA gizlenir; hint görünür. Default'ta .pwa-ios-hint gizli. */
.pwa-band[b-5o1knyd9n4] {
    margin: 0.5rem 0.5rem 0;
    padding: 0.5rem 0.7rem;
    background: linear-gradient(135deg, var(--c-accent-soft) 0%, var(--c-surface-2) 100%);
    border: 1px solid var(--c-accent);
    border-radius: 12px;
    font-size: 0.78rem;
    color: var(--c-text);
}

.pwa-row[b-5o1knyd9n4] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.pwa-icon[b-5o1knyd9n4] {
    font-size: 1.15rem;
    line-height: 1;
}

.pwa-text[b-5o1knyd9n4] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.pwa-text strong[b-5o1knyd9n4] {
    font-size: 0.85rem;
    color: var(--c-text);
}

.pwa-hint[b-5o1knyd9n4] {
    font-size: 0.72rem;
    color: var(--c-text-muted);
}

.pwa-ios-hint[b-5o1knyd9n4] { display: none; }
.pwa-band.pwa-ios .pwa-ios-hint[b-5o1knyd9n4] { display: inline; }
.pwa-band.pwa-ios .pwa-hint:not(.pwa-ios-hint)[b-5o1knyd9n4] { display: none; }
.pwa-band.pwa-ios .pwa-cta[b-5o1knyd9n4] { display: none; }

.pwa-cta[b-5o1knyd9n4] {
    background: var(--c-accent);
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 0.4rem 0.85rem;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
}
.pwa-cta:hover[b-5o1knyd9n4] { filter: brightness(1.08); }

.pwa-x[b-5o1knyd9n4] {
    background: transparent;
    border: 0;
    color: var(--c-text-muted);
    font-size: 1.1rem;
    line-height: 1;
    padding: 0 0.25rem;
    cursor: pointer;
}
.pwa-x:hover[b-5o1knyd9n4] { color: var(--c-text); }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mf3lepdsm2],
.components-reconnect-repeated-attempt-visible[b-mf3lepdsm2],
.components-reconnect-failed-visible[b-mf3lepdsm2],
.components-pause-visible[b-mf3lepdsm2],
.components-resume-failed-visible[b-mf3lepdsm2],
.components-rejoining-animation[b-mf3lepdsm2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-mf3lepdsm2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-mf3lepdsm2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-mf3lepdsm2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-mf3lepdsm2],
#components-reconnect-modal.components-reconnect-retrying[b-mf3lepdsm2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-mf3lepdsm2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-mf3lepdsm2],
#components-reconnect-modal.components-reconnect-failed[b-mf3lepdsm2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-mf3lepdsm2] {
    display: block;
}


#components-reconnect-modal[b-mf3lepdsm2] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-mf3lepdsm2 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-mf3lepdsm2 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-mf3lepdsm2 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-mf3lepdsm2]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-mf3lepdsm2 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-mf3lepdsm2 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-mf3lepdsm2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-mf3lepdsm2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-mf3lepdsm2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-mf3lepdsm2] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-mf3lepdsm2] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-mf3lepdsm2] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-mf3lepdsm2] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-mf3lepdsm2] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-mf3lepdsm2] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-mf3lepdsm2 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-mf3lepdsm2] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-mf3lepdsm2 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Shared/Footer.razor.rz.scp.css */
.erp-footer[b-xcceo233i5] {
    background: linear-gradient(180deg, #0c1326 0%, #1a2241 100%);
    color: #e9ecf7;
    padding: 3rem 1.5rem 1.5rem;
    margin-top: 4rem;
}

.erp-footer-grid[b-xcceo233i5] {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
}

.erp-footer-col h4[b-xcceo233i5] {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #93a0c1;
    margin-bottom: 0.85rem;
}

.erp-footer-col ul[b-xcceo233i5] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.erp-footer-col li[b-xcceo233i5] {
    margin-bottom: 0.45rem;
    font-size: 0.9rem;
}

.erp-footer-col a[b-xcceo233i5] {
    color: #b4c4ff;
    text-decoration: none;
}

.erp-footer-col a:hover[b-xcceo233i5] {
    color: #fff;
    text-decoration: underline;
}

.erp-footer-col span[b-xcceo233i5] {
    color: #93a0c1;
    font-size: 0.85rem;
}

.erp-footer-brand .erp-tagline[b-xcceo233i5] {
    color: #c7d3f0;
    font-size: 0.92rem;
    line-height: 1.5;
}

.erp-footer-brand .erp-company[b-xcceo233i5] {
    color: #93a0c1;
    font-size: 0.85rem;
    margin: 0.5rem 0 0.25rem;
    font-weight: 600;
}

.erp-footer-brand .erp-address[b-xcceo233i5] {
    color: #93a0c1;
    font-size: 0.82rem;
}

.erp-footer-bar[b-xcceo233i5] {
    max-width: 1280px;
    margin: 2rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: #93a0c1;
}
