/* /Components/Layout/AccountLayout.razor.rz.scp.css */
.account-shell[b-79zfhzflap] { min-height: 100vh; display: grid; grid-template-columns: minmax(420px, 48%) 1fr; background: #f3f4f5; }
.account-story[b-79zfhzflap] { min-height: 100vh; padding: 38px 52px; display: flex; flex-direction: column; color: #fff; background: linear-gradient(105deg, rgba(9,11,13,.96), rgba(9,11,13,.58)), url('/images/brand/industrial-background.jpg') center/cover; position: relative; overflow: hidden; border-right: 6px solid #e10d35; }
.account-story[b-79zfhzflap]::after { content: ''; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; position: absolute; right: -190px; bottom: 70px; box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.012); }
.account-brand[b-79zfhzflap] { display: flex; align-items: center; color: #fff; text-decoration: none; z-index: 1; }
.account-brand img[b-79zfhzflap] { width: 230px; height: 62px; object-fit: contain; object-position: left center; }
.story-copy[b-79zfhzflap] { margin: auto 0; max-width: 500px; z-index: 1; }
.story-kicker[b-79zfhzflap] { color: #ff3158; letter-spacing: .21em; font-size: .65rem; font-weight: 900; }
.story-copy h2[b-79zfhzflap] { font-family: 'Arial Narrow', 'Roboto Condensed', sans-serif; text-transform: uppercase; font-weight: 800; font-size: clamp(2.6rem, 5vw, 4.2rem); line-height: .98; letter-spacing: -.02em; margin: 23px 0 26px; }
.story-copy h2 em[b-79zfhzflap] { color: #ff3158; font-style: normal; font-weight: 800; }
.story-copy p[b-79zfhzflap] { color: #d1d4d6; max-width: 430px; line-height: 1.7; font-size: .94rem; }
.story-proof[b-79zfhzflap] { margin-top: 38px; color: #8fa09b; display: flex; gap: 9px; font-size: .7rem; flex-wrap: wrap; }
.story-proof span[b-79zfhzflap] { color: #5fcca0; }
.story-footer[b-79zfhzflap] { color: #61746e; font-size: .62rem; z-index: 1; }
.account-form-wrap[b-79zfhzflap] { display: grid; place-items: center; padding: 40px 24px; }
.account-form-card[b-79zfhzflap] { width: min(430px, 100%); }
#blazor-error-ui[b-79zfhzflap] { display: none; }
@media (max-width: 800px) { .account-shell[b-79zfhzflap] { display: block; } .account-story[b-79zfhzflap] { min-height: auto; padding: 24px; } .story-copy[b-79zfhzflap] { margin: 55px 0 35px; } .story-copy h2[b-79zfhzflap] { font-size: 2.6rem; } .story-footer[b-79zfhzflap], .story-proof[b-79zfhzflap] { display: none; } .account-form-wrap[b-79zfhzflap] { min-height: 550px; } }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-xc2asfnu4w] { min-height: 100vh; display: grid; grid-template-columns: 280px minmax(0, 1fr); }
.app-sidebar[b-xc2asfnu4w] { background: #17191b; color: #fff; position: sticky; top: 0; height: 100vh; z-index: 20; }
.app-main[b-xc2asfnu4w] { min-width: 0; background: var(--surface-subtle); }
.app-header[b-xc2asfnu4w] { height: 76px; padding: 0 34px; display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.97); border-bottom: 3px solid var(--brand); position: sticky; top: 0; z-index: 15; backdrop-filter: blur(12px); box-shadow: 0 2px 12px rgba(13,17,20,.04); }
.header-context[b-xc2asfnu4w], .header-actions[b-xc2asfnu4w], .header-profile[b-xc2asfnu4w] { display: flex; align-items: center; }
.header-context[b-xc2asfnu4w] { gap: 14px; }
.eyebrow[b-xc2asfnu4w] { color: var(--ink-soft); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.header-divider[b-xc2asfnu4w] { width: 1px; height: 18px; background: var(--line-strong); }
.header-branch[b-xc2asfnu4w] { font-size: .83rem; color: var(--ink-muted); }
.header-actions[b-xc2asfnu4w] { gap: 9px; }
.header-icon[b-xc2asfnu4w] { width: 40px; height: 40px; display: grid; place-items: center; color: var(--ink-soft); text-decoration: none; border: 1px solid var(--line); border-radius: 7px; background: #fff; transition: .18s ease; position: relative; }
.header-icon:hover[b-xc2asfnu4w] { color: var(--brand); border-color: #e10d35; transform: translateY(-1px); }
.header-profile[b-xc2asfnu4w] { gap: 10px; margin-left: 2px; padding: 4px 7px 4px 4px; border-radius: 7px; text-decoration: none; color: inherit; transition: background .16s ease; }
.header-profile:hover[b-xc2asfnu4w] { background: #f5f6f7; }
.profile-avatar[b-xc2asfnu4w] { width: 39px; height: 39px; border-radius: 4px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #e10d35, #a60928); font-size: .75rem; font-weight: 800; box-shadow: 0 5px 14px rgba(225,13,53,.2); }
.profile-copy[b-xc2asfnu4w] { display: grid; line-height: 1.15; min-width: 118px; max-width: 180px; }
.profile-copy strong[b-xc2asfnu4w] { font-size: .78rem; color: var(--ink); }
.profile-copy small[b-xc2asfnu4w] { font-size: .66rem; color: var(--ink-muted); margin-top: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.app-content[b-xc2asfnu4w] { padding: 30px 34px 48px; max-width: 1600px; width: 100%; margin: 0 auto; }
#blazor-error-ui[b-xc2asfnu4w] { color-scheme: light; background: #fff4e8; border-top: 1px solid #f1c99b; color: #733b08; bottom: 0; box-shadow: 0 -4px 18px rgba(0,0,0,.1); display: none; left: 0; padding: .8rem 1.25rem; position: fixed; width: 100%; z-index: 1000; }
#blazor-error-ui .dismiss[b-xc2asfnu4w] { cursor: pointer; position: absolute; right: 1rem; font-size: 1.2rem; }
@media (max-width: 900px) {
    .app-shell[b-xc2asfnu4w] { display: block; }
    .app-sidebar[b-xc2asfnu4w] { position: relative; width: 100%; height: auto; }
    .app-header[b-xc2asfnu4w] { height: 62px; padding: 0 18px; }
    .header-context .header-divider[b-xc2asfnu4w], .header-branch[b-xc2asfnu4w], .profile-copy[b-xc2asfnu4w] { display: none; }
    .app-content[b-xc2asfnu4w] { padding: 22px 18px 40px; }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-row[b-9zh4f4upp7] { height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid rgba(255,255,255,.1); background: linear-gradient(180deg, #222629, #17191b); }
.brand[b-9zh4f4upp7] { color: #fff; display: flex; align-items: center; text-decoration: none; }
.brand-logo[b-9zh4f4upp7] { width: 198px; height: 54px; object-fit: contain; object-position: left center; }
.nav-toggle-button[b-9zh4f4upp7] { display: none; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; background: rgba(255,255,255,.05); color: #fff; cursor: pointer; }
.nav-scrollable[b-9zh4f4upp7] { height: calc(100vh - 88px); display: flex; flex-direction: column; overflow: auto; scrollbar-width: thin; scrollbar-color: #3d4246 transparent; }
.app-nav[b-9zh4f4upp7] { padding: 22px 13px 12px; flex: 1; }
.nav-group[b-9zh4f4upp7] { margin-bottom: 24px; }
.nav-heading[b-9zh4f4upp7] { display: block; padding: 0 13px 9px; color: #7d8388; font-size: .63rem; text-transform: uppercase; letter-spacing: .17em; font-weight: 900; }
.nav-entry[b-9zh4f4upp7] { min-height: 44px; padding: 0 13px; margin: 3px 0; display: flex; align-items: center; gap: 12px; border-radius: 5px; color: #c9ccce; text-decoration: none; font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif; text-transform: uppercase; letter-spacing: .035em; font-size: .79rem; font-weight: 750; transition: background .16s ease, color .16s ease, transform .16s ease; }
.nav-entry:hover[b-9zh4f4upp7] { background: rgba(255,255,255,.065); color: #fff; transform: translateX(2px); }
.nav-entry.active[b-9zh4f4upp7] { background: linear-gradient(90deg, rgba(225,13,53,.27), rgba(225,13,53,.08)); color: #fff; box-shadow: inset 4px 0 #e10d35; }
.nav-glyph[b-9zh4f4upp7] { width: 22px; height: 22px; display: grid; place-items: center; color: #92989d; }
.nav-entry.active .nav-glyph[b-9zh4f4upp7] { color: #ff3158; }
.sidebar-footer[b-9zh4f4upp7] { border-top: 1px solid rgba(255,255,255,.08); padding: 15px 17px; display: flex; align-items: center; gap: 8px; background: #151719; }
.signed-in[b-9zh4f4upp7] { display: flex; align-items: center; gap: 10px; min-width: 0; flex: 1; }
.online-dot[b-9zh4f4upp7] { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: #28a977; box-shadow: 0 0 0 4px rgba(40,169,119,.12); }
.signed-in > span:last-child[b-9zh4f4upp7] { display: grid; min-width: 0; gap: 2px; }
.signed-in small[b-9zh4f4upp7] { color: #82898e; font-size: .61rem; }
.signed-in strong[b-9zh4f4upp7] { color: #d2d7d5; font-size: .66rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 168px; }
.signout[b-9zh4f4upp7] { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.05); border-radius: 7px; color: #a3ada9; cursor: pointer; transition: .16s ease; }
.signout:hover[b-9zh4f4upp7] { color: #fff; background: rgba(225,13,53,.2); border-color: rgba(225,13,53,.35); }

@media (max-width: 900px) {
    .brand-row[b-9zh4f4upp7] { height: 64px; padding: 0 18px; }
    .brand-logo[b-9zh4f4upp7] { width: 164px; height: 45px; }
    .nav-toggle-button[b-9zh4f4upp7] { display: grid; }
    .nav-scrollable[b-9zh4f4upp7] { display: none; height: auto; max-height: calc(100vh - 64px); }
    .nav-scrollable.open[b-9zh4f4upp7] { display: flex; }
    .app-nav[b-9zh4f4upp7] { padding-top: 14px; padding-bottom: 0; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qpmzehevoj],
.components-reconnect-repeated-attempt-visible[b-qpmzehevoj],
.components-reconnect-failed-visible[b-qpmzehevoj],
.components-pause-visible[b-qpmzehevoj],
.components-resume-failed-visible[b-qpmzehevoj],
.components-rejoining-animation[b-qpmzehevoj] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qpmzehevoj],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qpmzehevoj],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qpmzehevoj],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qpmzehevoj],
#components-reconnect-modal.components-reconnect-retrying[b-qpmzehevoj],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qpmzehevoj],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qpmzehevoj],
#components-reconnect-modal.components-reconnect-failed[b-qpmzehevoj],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qpmzehevoj] {
    display: block;
}


#components-reconnect-modal[b-qpmzehevoj] {
    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-qpmzehevoj 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-qpmzehevoj 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-qpmzehevoj 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-qpmzehevoj]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-qpmzehevoj 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qpmzehevoj {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-qpmzehevoj {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qpmzehevoj {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-qpmzehevoj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qpmzehevoj] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-qpmzehevoj] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-qpmzehevoj] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-qpmzehevoj] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-qpmzehevoj] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-qpmzehevoj] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-qpmzehevoj 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-qpmzehevoj] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-qpmzehevoj {
    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;
    }
}
