/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-eyp12qjv1v] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-eyp12qjv1v] {
    flex: 1;
}

.sidebar[b-eyp12qjv1v] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-eyp12qjv1v] {
    position: relative;
    min-height: 240px;
    background-image: url("/images/header.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #d6d5d5;
}

    .top-row[b-eyp12qjv1v]  a, .top-row[b-eyp12qjv1v]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-eyp12qjv1v]  a:hover, .top-row[b-eyp12qjv1v]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-eyp12qjv1v]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-eyp12qjv1v] {
        justify-content: space-between;
    }

    .top-row[b-eyp12qjv1v]  a, .top-row[b-eyp12qjv1v]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-eyp12qjv1v] {
        flex-direction: row;
    }

    .sidebar[b-eyp12qjv1v] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-eyp12qjv1v] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-eyp12qjv1v]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-eyp12qjv1v], article[b-eyp12qjv1v] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-eyp12qjv1v] {
    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-eyp12qjv1v] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Dark overlay for readability */
.top-row[b-eyp12qjv1v]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
}

/* Title styling */
.hero-title[b-eyp12qjv1v] {
    position: relative;
    color: white;
    font-size: 4rem;
    font-weight: 700;
    font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
    text-align: center;
    padding: 0 1rem;
    letter-spacing: 1px;
    line-height: 1.1;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
    .hero-title[b-eyp12qjv1v] {
        font-size: 2.2rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4j47o4dxhx] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-image: url("/images/draw-pen.svg");
}

.bi-house-door-fill-nav-menu[b-4j47o4dxhx] {
    background-image: url("/images/draw-pen.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-toggler:checked[b-4j47o4dxhx] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-4j47o4dxhx] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4j47o4dxhx] {
    font-size: 1.1rem;
}

.bi[b-4j47o4dxhx] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-list-nested-nav-menu[b-4j47o4dxhx] {
    background-image: url("/images/ruler-square-compass.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bi-governance-nav-menu[b-4j47o4dxhx] {
    background-image: url("/images/ruler-square-compass.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bi-registry-nav-menu[b-4j47o4dxhx] {
    background-image: url("/images/script-text-outline.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.bi-plus-square-fill-nav-menu[b-4j47o4dxhx] {
    background-image: url("/images/script-text-outline.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-item[b-4j47o4dxhx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4j47o4dxhx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4j47o4dxhx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4j47o4dxhx]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-4j47o4dxhx]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-4j47o4dxhx]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-4j47o4dxhx] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-4j47o4dxhx] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4j47o4dxhx] {
        display: none;
    }

    .nav-scrollable[b-4j47o4dxhx] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8dx934yj7t],
.components-reconnect-repeated-attempt-visible[b-8dx934yj7t],
.components-reconnect-failed-visible[b-8dx934yj7t],
.components-pause-visible[b-8dx934yj7t],
.components-resume-failed-visible[b-8dx934yj7t],
.components-rejoining-animation[b-8dx934yj7t] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8dx934yj7t],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8dx934yj7t],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8dx934yj7t],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8dx934yj7t],
#components-reconnect-modal.components-reconnect-retrying[b-8dx934yj7t],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8dx934yj7t],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8dx934yj7t],
#components-reconnect-modal.components-reconnect-failed[b-8dx934yj7t],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8dx934yj7t] {
    display: block;
}


#components-reconnect-modal[b-8dx934yj7t] {
    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-8dx934yj7t 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8dx934yj7t 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8dx934yj7t 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8dx934yj7t]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8dx934yj7t 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8dx934yj7t {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8dx934yj7t {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8dx934yj7t {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8dx934yj7t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8dx934yj7t] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8dx934yj7t] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8dx934yj7t] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8dx934yj7t] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8dx934yj7t] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8dx934yj7t] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8dx934yj7t 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8dx934yj7t] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8dx934yj7t {
    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/Pages/Adoption.razor.rz.scp.css */
.landing-shell[b-7rqa9fz69q] {
    display: grid;
    gap: 1.5rem;
    align-items: start;
}

.landing-kicker[b-7rqa9fz69q] {
    margin: 0 0 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    font-weight: 700;
    color: #51617b;
}

.landing-intro h1[b-7rqa9fz69q] {
    margin-bottom: 0.75rem;
}

.flow-panel[b-7rqa9fz69q],
.sidebar-card[b-7rqa9fz69q],
.verify-card[b-7rqa9fz69q] {
    border: 1px solid #d6dce5;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0.35rem 1rem rgba(20, 40, 70, 0.06);
}

.flow-panel[b-7rqa9fz69q] {
    padding: 1.25rem;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.flow-steps[b-7rqa9fz69q] {
    display: grid;
    gap: 0.9rem;
    margin-bottom: 1.5rem;
}

.flow-step[b-7rqa9fz69q] {
    display: flex;
    gap: 0.85rem;
    align-items: start;
}

.flow-step p[b-7rqa9fz69q] {
    margin: 0.25rem 0 0;
    color: #51617b;
}

.flow-index[b-7rqa9fz69q] {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #14335b;
    color: #fff;
    font-weight: 700;
    flex: 0 0 auto;
}

.verify-card[b-7rqa9fz69q] {
    padding: 1.1rem;
}

.verify-button[b-7rqa9fz69q] {
    margin-top: 1rem;
}

.check-email-card[b-7rqa9fz69q] {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #d6dce5;
}

.check-email-card h2[b-7rqa9fz69q],
.sidebar-card h2[b-7rqa9fz69q] {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.sidebar-card[b-7rqa9fz69q] {
    padding: 1rem 1.1rem;
}

.sidebar-card summary[b-7rqa9fz69q] {
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.doc-scroll[b-7rqa9fz69q] {
    max-height: 34rem;
    overflow: auto;
    padding-right: 0.25rem;
}

@media (min-width: 992px) {
    .landing-shell[b-7rqa9fz69q] {
        grid-template-columns: minmax(0, 1.8fr) minmax(320px, 1fr);
    }

    .landing-sidebar[b-7rqa9fz69q] {
        position: sticky;
        top: 1rem;
    }
}
/* /Components/Pages/AdoptionConfirm.razor.rz.scp.css */
.confirm-shell[b-rnqu693sd1] {
    display: grid;
    gap: 1.5rem;
    align-items: start;
}

.confirm-main[b-rnqu693sd1],
.confirm-sidebar[b-rnqu693sd1] {
    min-width: 0;
}

.status-card[b-rnqu693sd1],
.reference-card[b-rnqu693sd1] {
    border: 1px solid #d6dce5;
    border-radius: 0.75rem;
    background: #fff;
    padding: 1rem 1.1rem;
    margin-bottom: 1rem;
    box-shadow: 0 0.35rem 1rem rgba(20, 40, 70, 0.06);
}

.flow-heading[b-rnqu693sd1] {
    margin-bottom: 1rem;
}

.flow-copy[b-rnqu693sd1] {
    max-width: 52rem;
    color: #51617b;
}

.status-eyebrow[b-rnqu693sd1] {
    margin: 0 0 0.35rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #51617b;
}

.adoption-form[b-rnqu693sd1] {
    border: 1px solid #d6dce5;
    border-radius: 0.9rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding: 1.25rem;
}

.section-block + .section-block[b-rnqu693sd1] {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dde4ee;
}

.section-eyebrow[b-rnqu693sd1] {
    margin: 0 0 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.78rem;
    font-weight: 700;
    color: #51617b;
}

.article-grid[b-rnqu693sd1] {
    display: grid;
    gap: 0.75rem;
}

.article-option[b-rnqu693sd1] {
    display: flex;
    gap: 0.65rem;
    align-items: start;
    padding: 0.8rem 0.9rem;
    border: 1px solid #d6dce5;
    border-radius: 0.75rem;
    background: #fff;
}

.article-option input[b-rnqu693sd1] {
    margin-top: 0.2rem;
}

.form-actions[b-rnqu693sd1] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.reference-card summary[b-rnqu693sd1] {
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.doc-scroll[b-rnqu693sd1] {
    max-height: 32rem;
    overflow: auto;
    padding-right: 0.25rem;
}

@media (min-width: 992px) {
    .confirm-shell[b-rnqu693sd1] {
        grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
    }

    .confirm-sidebar[b-rnqu693sd1] {
        position: sticky;
        top: 1rem;
    }
}
