/* /Components/Layout/Footer.razor.rz.scp.css */
/* ============================================================
   Footer.razor.css — Industrial Editorial dark footer
   ============================================================ */

.asg-foot[b-ff3kcs069d] {
    background: var(--asg-ink);
    color: var(--asg-paper);
    padding: 80px 0 32px;
}

.asg-foot-grid[b-ff3kcs069d] {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(244,241,234,.12);
}

.asg-foot-brand[b-ff3kcs069d] {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.025em;
    margin: 0 0 10px;
    line-height: 1;
}

.asg-foot-desc[b-ff3kcs069d] {
    color: rgba(244,241,234,.6);
    font-size: 13px;
    line-height: 1.6;
    max-width: 34ch;
    margin: 0;
}

.asg-foot h4[b-ff3kcs069d] {
    font-family: var(--asg-mono);
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(244,241,234,.5);
    margin: 0 0 18px;
    font-weight: 500;
}

.asg-foot ul[b-ff3kcs069d] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.asg-foot ul a[b-ff3kcs069d] {
    color: var(--asg-paper);
    text-decoration: none;
    font-size: 14px;
    transition: color .2s;
}

.asg-foot ul a:hover[b-ff3kcs069d] {
    color: var(--asg-slate);
    text-decoration: none;
}

.asg-foot-contact[b-ff3kcs069d] {
    display: grid;
    gap: 14px;
    font-size: 14px;
}

.asg-foot-contact div[b-ff3kcs069d] {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: rgba(244,241,234,.85);
}

.asg-foot-contact svg[b-ff3kcs069d] {
    width: 16px;
    height: 16px;
    color: var(--asg-accent);
    flex-shrink: 0;
    margin-top: 2px;
}

.asg-foot-banks[b-ff3kcs069d] {
    padding: 28px 0;
    border-bottom: 1px solid rgba(244,241,234,.12);
}

.asg-foot-banks h4[b-ff3kcs069d] {
    font-family: var(--asg-mono);
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(244,241,234,.5);
    margin: 0 0 16px;
    font-weight: 500;
}

.asg-foot-banks-grid[b-ff3kcs069d] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.asg-foot-banks-grid > div[b-ff3kcs069d] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 16px;
    border-left: 1px solid rgba(244,241,234,.12);
}

.asg-foot-banks-grid .bank[b-ff3kcs069d] {
    font-size: 12px;
    color: rgba(244,241,234,.55);
    letter-spacing: .01em;
}

.asg-foot-banks-grid .acct[b-ff3kcs069d] {
    font-family: var(--asg-mono);
    font-size: 14px;
    color: var(--asg-paper);
    letter-spacing: .04em;
}

.asg-foot-bottom[b-ff3kcs069d] {
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(244,241,234,.5);
    font-family: var(--asg-mono);
    letter-spacing: .06em;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 920px) {
    .asg-foot-grid[b-ff3kcs069d] {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .asg-foot-banks-grid[b-ff3kcs069d] {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

@media (max-width: 480px) {
    .asg-foot-grid[b-ff3kcs069d] {
        grid-template-columns: 1fr;
    }

    .asg-foot-bottom[b-ff3kcs069d] {
        flex-direction: column;
        gap: 8px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8f8i3mbm5q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8f8i3mbm5q] {
    flex: 1;
}

.sidebar[b-8f8i3mbm5q] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8f8i3mbm5q] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8f8i3mbm5q]  a, .top-row[b-8f8i3mbm5q]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-8f8i3mbm5q]  a:hover, .top-row[b-8f8i3mbm5q]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-8f8i3mbm5q]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-8f8i3mbm5q] {
        justify-content: space-between;
    }

    .top-row[b-8f8i3mbm5q]  a, .top-row[b-8f8i3mbm5q]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8f8i3mbm5q] {
        flex-direction: row;
    }

    .sidebar[b-8f8i3mbm5q] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8f8i3mbm5q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8f8i3mbm5q]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8f8i3mbm5q], article[b-8f8i3mbm5q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-8f8i3mbm5q] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-8f8i3mbm5q] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/Navbar.razor.rz.scp.css */
/* ============================================================
   Navbar.razor.css — Industrial Editorial nav
   ============================================================ */

.asg-nav[b-nku3og9c1x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 48px;
    border-bottom: 1px solid var(--asg-line);
    position: sticky;
    top: 0;
    background: var(--asg-paper);
    z-index: 50;
    flex-wrap: wrap;
    gap: 0;
}

/* --- Brand --- */
.asg-brand[b-nku3og9c1x] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    letter-spacing: -.015em;
    font-size: 20px;
    text-decoration: none;
    color: var(--asg-ink);
    flex-shrink: 0;
}

.asg-brand:hover[b-nku3og9c1x] {
    text-decoration: none;
    color: var(--asg-ink);
}

.asg-brand-mark[b-nku3og9c1x] {
    width: 42px;
    height: 34px;
    flex-shrink: 0;
    display: block;
}

.asg-brand-words[b-nku3og9c1x] {
    display: flex;
    align-items: baseline;
    gap: 6px;
    line-height: 1;
}

.asg-brand-words .light[b-nku3og9c1x] {
    font-weight: 400;
    letter-spacing: -.01em;
}

.asg-brand-words .bold[b-nku3og9c1x] {
    font-weight: 700;
    letter-spacing: -.015em;
}

.asg-brand small[b-nku3og9c1x] {
    font-size: 10px;
    color: var(--asg-muted);
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-left: 6px;
    align-self: center;
    padding: 3px 6px;
    border: 1px solid var(--asg-line);
}

/* --- Desktop nav links --- */
.asg-nav ul[b-nku3og9c1x] {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.asg-nav ul li a[b-nku3og9c1x] {
    text-decoration: none;
    color: var(--asg-ink);
    position: relative;
    padding: 6px 0;
    transition: color .2s;
}

.asg-nav ul li a:hover[b-nku3og9c1x] {
    color: var(--asg-accent);
    text-decoration: none;
}

.asg-nav ul li a.active[b-nku3og9c1x] {
    color: var(--asg-accent);
}

.asg-nav ul li a.active[b-nku3og9c1x]::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--asg-accent);
}


/* --- Hamburger --- */
.asg-nav-hamburger[b-nku3og9c1x] {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    flex-shrink: 0;
}

.asg-nav-hamburger span[b-nku3og9c1x] {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--asg-ink);
    border-radius: 1px;
    transition: all .25s;
    transform-origin: center;
}

.asg-nav-hamburger.open span:nth-child(1)[b-nku3og9c1x] {
    transform: rotate(45deg) translate(5px, 5px);
}

.asg-nav-hamburger.open span:nth-child(2)[b-nku3og9c1x] {
    opacity: 0;
    transform: scaleX(0);
}

.asg-nav-hamburger.open span:nth-child(3)[b-nku3og9c1x] {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* --- Mobile menu --- */
.asg-nav-mobile[b-nku3og9c1x] {
    width: 100%;
    background: var(--asg-paper);
    border-top: 1px solid var(--asg-line);
    padding: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.asg-nav-mobile a[b-nku3og9c1x] {
    display: block;
    padding: 14px 0;
    font-size: 16px;
    color: var(--asg-ink);
    text-decoration: none;
    border-bottom: 1px solid var(--asg-line);
    transition: color .2s;
}

.asg-nav-mobile a:hover[b-nku3og9c1x] {
    color: var(--asg-accent);
    text-decoration: none;
}

.asg-nav-mobile .asg-btn-pri[b-nku3og9c1x] {
    margin-top: 20px;
    text-align: center;
    justify-content: center;
    border-radius: 0;
}

/* --- Responsive --- */
@media (max-width: 920px) {
    .asg-nav ul[b-nku3og9c1x] {
        display: none;
    }

    .asg-nav-hamburger[b-nku3og9c1x] {
        display: flex;
    }
}

@media (max-width: 760px) {
    .asg-nav[b-nku3og9c1x] {
        padding: 18px 24px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ucnipa29n4],
.components-reconnect-repeated-attempt-visible[b-ucnipa29n4],
.components-reconnect-failed-visible[b-ucnipa29n4],
.components-pause-visible[b-ucnipa29n4],
.components-resume-failed-visible[b-ucnipa29n4],
.components-rejoining-animation[b-ucnipa29n4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ucnipa29n4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ucnipa29n4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ucnipa29n4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ucnipa29n4],
#components-reconnect-modal.components-reconnect-retrying[b-ucnipa29n4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ucnipa29n4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ucnipa29n4],
#components-reconnect-modal.components-reconnect-failed[b-ucnipa29n4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ucnipa29n4] {
    display: block;
}


#components-reconnect-modal[b-ucnipa29n4] {
    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-ucnipa29n4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ucnipa29n4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ucnipa29n4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ucnipa29n4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ucnipa29n4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ucnipa29n4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ucnipa29n4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ucnipa29n4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ucnipa29n4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ucnipa29n4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ucnipa29n4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ucnipa29n4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ucnipa29n4] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ucnipa29n4] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ucnipa29n4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ucnipa29n4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ucnipa29n4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ucnipa29n4 {
    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;
    }
}
