/* /Components/Layout/Footer.razor.rz.scp.css */
.navbar-toggler[b-xe72i0agzx] {
    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: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-xe72i0agzx] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-xe72i0agzx] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xe72i0agzx] {
    font-size: 1.1rem;
}

.bi[b-xe72i0agzx] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-xe72i0agzx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-xe72i0agzx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-xe72i0agzx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-xe72i0agzx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xe72i0agzx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xe72i0agzx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xe72i0agzx]  .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-xe72i0agzx]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-xe72i0agzx]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-xe72i0agzx] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-xe72i0agzx] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xe72i0agzx] {
        display: none;
    }

    .nav-scrollable[b-xe72i0agzx] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
.aci-footer__nl-form[b-xe72i0agzx] {
    display: grid;
    gap: 0.75rem;
}

.aci-footer__nl-field[b-xe72i0agzx] {
    display: flex;
    align-items: stretch;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.aci-footer__nl-input[b-xe72i0agzx] {
    flex: 1 1 16rem;
    min-width: 0;
    height: 3rem;
    padding: 0 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    outline: none;
}

.aci-footer__nl-input[b-xe72i0agzx]::placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.aci-footer__nl-input:focus[b-xe72i0agzx] {
    border-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.aci-footer__nl-btn[b-xe72i0agzx] {
    min-height: 3rem;
    padding: 0 1.35rem;
    border: 0;
    border-radius: 999px;
    background: #f4c95d;
    color: #1e1812;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: transform 0.18s ease, opacity 0.18s ease, box-shadow 0.18s ease;
}

.aci-footer__nl-btn:hover:not(:disabled)[b-xe72i0agzx] {
    transform: translateY(-1px);
    box-shadow: 0 0.75rem 1.5rem rgba(244, 201, 93, 0.18);
}

.aci-footer__nl-btn:disabled[b-xe72i0agzx] {
    opacity: 0.7;
    cursor: progress;
}

.aci-footer__nl-feedback[b-xe72i0agzx] {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
}

.aci-footer__nl-feedback.is-success[b-xe72i0agzx] {
    color: #bde5c8;
}

.aci-footer__nl-feedback.is-error[b-xe72i0agzx] {
    color: #ffb8b8;
}

.aci-footer__nl-form[b-xe72i0agzx]  .aci-footer__nl-error,
.aci-footer__nl-form[b-xe72i0agzx]  .validation-message,
.aci-footer__nl-error.validation-message[b-xe72i0agzx] {
    display: block !important;
    color: #ffb8b8 !important;
    font-size: clamp(1rem, 1.1vw, 1.18rem) !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    margin: 0.75rem 0 0 !important;
    opacity: 1 !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.36);
}
/* /Components/Layout/Header.razor.rz.scp.css */
/* =============================================================
   Header.razor — scoped interactivity overrides only.
   All visual styling lives in style-v3.css.
   This file handles only the Blazor-driven state classes
   (.is-active burger, .is-open mobile menu) and their
   icon show/hide transitions.
   ============================================================= */

/* ---- Burger icon states ---- */
/* Show ☰ when closed, hide it when menu open */
.aci-burger .aci-burger__open[b-whhgjj2wl3]  { display: block; }
.aci-burger .aci-burger__close[b-whhgjj2wl3] { display: none;  }

.aci-burger.is-active .aci-burger__open[b-whhgjj2wl3]  { display: none;  }
.aci-burger.is-active .aci-burger__close[b-whhgjj2wl3] { display: block; }

/* Seven translated root links need the mobile navigation before Bootstrap's
   default lg breakpoint would normally show the burger again. */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .aci-burger.d-lg-none[b-whhgjj2wl3] {
        display: inline-flex !important;
    }
}

/* ---- Mobile fullscreen menu ---- */
.aci-mobile-menu[b-whhgjj2wl3] {
    position: fixed;
    inset: 0;
    z-index: 1020;
    background: rgba(249, 250, 251, 0.98);
    backdrop-filter: blur(32px) saturate(180%);
    -webkit-backdrop-filter: blur(32px) saturate(180%);
    display: flex;
    flex-direction: column;
    padding: 100px 32px 48px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .32s ease, transform .32s ease;
}

.aci-mobile-menu.is-open[b-whhgjj2wl3] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.aci-mobile-menu__body[b-whhgjj2wl3] {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0;
}

.aci-mobile-menu__nav[b-whhgjj2wl3] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.aci-mobile-menu__link[b-whhgjj2wl3] {
    display: block;
    padding: 14px 20px;
    border-radius: 16px;
    font-family: var(--font-en-body);
    font-size: 17px;
    font-weight: 500;
    color: var(--aci-muted);
    letter-spacing: 0.01em;
    transition: background .22s ease, color .22s ease;
    text-decoration: none;
}

.aci-mobile-menu__link:hover[b-whhgjj2wl3] {
    background: rgba(201, 158, 106, 0.10);
    color: var(--aci-text);
}

.aci-mobile-menu__link.is-active[b-whhgjj2wl3] {
    background: linear-gradient(180deg, rgba(201, 158, 106, 0.22) 0%, rgba(201, 158, 106, 0.11) 100%);
    color: var(--aci-text);
    font-weight: 600;
}

/* ---- Desktop submenus ---- */
.aci-nav[b-whhgjj2wl3],
.aci-language-switcher[b-whhgjj2wl3] {
    position: relative;
    z-index: 2;
}

.aci-nav__item[b-whhgjj2wl3] {
    position: relative;
}

.aci-nav__item.has-submenu[b-whhgjj2wl3]::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    top: 100%;
    height: 12px;
}

.aci-nav-link--parent[b-whhgjj2wl3] {
    display: inline-flex;
    gap: 5px;
}

.aci-submenu-chevron[b-whhgjj2wl3] {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    transition: transform .2s ease;
}

.aci-nav__item:not(.is-dismissed):hover .aci-submenu-chevron[b-whhgjj2wl3],
.aci-nav__item:not(.is-dismissed):focus-within .aci-submenu-chevron[b-whhgjj2wl3],
.aci-mobile-menu__submenu-toggle[aria-expanded="true"] .aci-submenu-chevron[b-whhgjj2wl3] {
    transform: rotate(180deg);
}

.aci-submenu[b-whhgjj2wl3] {
    position: absolute;
    inset-inline-start: 0;
    top: calc(100% + 10px);
    z-index: 3;
    display: flex;
    min-width: 220px;
    max-width: min(320px, calc(100vw - 32px));
    max-height: min(420px, calc(100vh - 120px));
    flex-direction: column;
    gap: 3px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid rgba(201, 158, 106, 0.18);
    border-radius: 18px;
    background: rgba(252, 249, 244, 0.98);
    box-shadow: 0 20px 50px -24px rgba(30, 24, 18, 0.42);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
}

.aci-nav__item:not(.is-dismissed):hover .aci-submenu[b-whhgjj2wl3],
.aci-nav__item:not(.is-dismissed):focus-within .aci-submenu[b-whhgjj2wl3] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
}

.aci-submenu__link[b-whhgjj2wl3] {
    display: block;
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--aci-muted);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    transition: background .18s ease, color .18s ease;
}

.aci-submenu__link:hover[b-whhgjj2wl3],
.aci-submenu__link:focus-visible[b-whhgjj2wl3] {
    background: rgba(201, 158, 106, 0.12);
    color: var(--aci-text);
    outline: none;
}

.aci-submenu__link.is-active[b-whhgjj2wl3] {
    background: rgba(201, 158, 106, 0.18);
    color: var(--aci-text);
    font-weight: 650;
}

/* ---- Mobile submenu accordion ---- */
.aci-mobile-menu__item[b-whhgjj2wl3] {
    display: flex;
    flex-direction: column;
}

.aci-mobile-menu__parent-row[b-whhgjj2wl3] {
    display: flex;
    align-items: center;
    border-radius: 16px;
    transition: background .22s ease, color .22s ease;
}

.aci-mobile-menu__parent-row:hover[b-whhgjj2wl3] {
    background: rgba(201, 158, 106, 0.10);
}

.aci-mobile-menu__parent-row.is-active[b-whhgjj2wl3] {
    background: linear-gradient(180deg, rgba(201, 158, 106, 0.22) 0%, rgba(201, 158, 106, 0.11) 100%);
    color: var(--aci-text);
    font-weight: 600;
}

.aci-mobile-menu__parent-link[b-whhgjj2wl3] {
    flex: 1 1 auto;
    min-width: 0;
    background: transparent !important;
}

.aci-mobile-menu__submenu-toggle[b-whhgjj2wl3] {
    display: inline-grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    margin-inline-end: 4px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    cursor: pointer;
    color: currentColor;
}

.aci-mobile-menu__submenu-toggle:hover[b-whhgjj2wl3],
.aci-mobile-menu__submenu-toggle:focus-visible[b-whhgjj2wl3] {
    background: rgba(201, 158, 106, 0.14);
    outline: 2px solid rgba(201, 158, 106, 0.36);
    outline-offset: -2px;
}

.aci-mobile-submenu[b-whhgjj2wl3] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0 10px 8px;
    padding: 6px;
    border-inline-start: 2px solid rgba(201, 158, 106, 0.24);
}

.aci-mobile-submenu__link[b-whhgjj2wl3] {
    display: block;
    padding: 11px 14px;
    border-radius: 12px;
    color: var(--aci-muted);
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
}

.aci-mobile-submenu__link:hover[b-whhgjj2wl3],
.aci-mobile-submenu__link:focus-visible[b-whhgjj2wl3],
.aci-mobile-submenu__link.is-active[b-whhgjj2wl3] {
    background: rgba(201, 158, 106, 0.11);
    color: var(--aci-text);
    outline: none;
}

@media (prefers-reduced-motion: reduce) {
    .aci-submenu-chevron[b-whhgjj2wl3],
    .aci-submenu[b-whhgjj2wl3] {
        transition: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7zn2uosbgz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7zn2uosbgz] {
    flex: 1;
}

.sidebar[b-7zn2uosbgz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7zn2uosbgz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7zn2uosbgz]  a, .top-row[b-7zn2uosbgz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7zn2uosbgz]  a:hover, .top-row[b-7zn2uosbgz]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7zn2uosbgz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-7zn2uosbgz] {
        justify-content: space-between;
    }

    .top-row[b-7zn2uosbgz]  a, .top-row[b-7zn2uosbgz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7zn2uosbgz] {
        flex-direction: row;
    }

    .sidebar[b-7zn2uosbgz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7zn2uosbgz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7zn2uosbgz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7zn2uosbgz], article[b-7zn2uosbgz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-7zn2uosbgz] {
    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-7zn2uosbgz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/PageTransitionLoader.razor.rz.scp.css */
.aci-page-loader[b-12ctsl7kr4] {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 18rem;
    padding: 4rem 1.5rem;
}

.aci-page-loader__spinner[b-12ctsl7kr4] {
    animation: aci-page-loader-spin-b-12ctsl7kr4 0.8s linear infinite;
    border: 0.25rem solid rgba(181, 139, 60, 0.22);
    border-radius: 50%;
    border-top-color: #b58b3c;
    height: 2.5rem;
    width: 2.5rem;
}

@keyframes aci-page-loader-spin-b-12ctsl7kr4 {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .aci-page-loader__spinner[b-12ctsl7kr4] {
        animation-duration: 1.8s;
    }
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.aci-public-layout__main[b-na2g92v7v3] {
    min-height: 18rem;
    position: relative;
}

.aci-public-layout__body.is-loading[b-na2g92v7v3] {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-f99mz3elmi],
.components-reconnect-repeated-attempt-visible[b-f99mz3elmi],
.components-reconnect-failed-visible[b-f99mz3elmi],
.components-pause-visible[b-f99mz3elmi],
.components-resume-failed-visible[b-f99mz3elmi],
.components-rejoining-animation[b-f99mz3elmi] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-f99mz3elmi],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-f99mz3elmi],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-f99mz3elmi],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-f99mz3elmi],
#components-reconnect-modal.components-reconnect-retrying[b-f99mz3elmi],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-f99mz3elmi],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-f99mz3elmi],
#components-reconnect-modal.components-reconnect-failed[b-f99mz3elmi],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-f99mz3elmi] {
    display: block;
}


#components-reconnect-modal[b-f99mz3elmi] {
    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-f99mz3elmi 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-f99mz3elmi 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-f99mz3elmi 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-f99mz3elmi]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-f99mz3elmi 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-f99mz3elmi {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-f99mz3elmi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-f99mz3elmi {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-f99mz3elmi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-f99mz3elmi] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-f99mz3elmi] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-f99mz3elmi] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-f99mz3elmi] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-f99mz3elmi] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-f99mz3elmi] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-f99mz3elmi 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-f99mz3elmi] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-f99mz3elmi {
    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/NotFound.razor.rz.scp.css */
/* ==========================================================================
   404 Not Found — ACI Milan visual identity
   ========================================================================== */

/* ---------- Section shell ---------- */
.nf-section[b-uy6f49drq7] {
    position: relative;
    min-height: calc(100vh - var(--header-h, 90px) - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(64px, 10vw, 120px) 0;
    overflow: hidden;
}

/* ---------- Ambient blobs (mirror hero) ---------- */
.nf-bg[b-uy6f49drq7] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.nf-blob[b-uy6f49drq7] {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.55;
}

.nf-blob-1[b-uy6f49drq7] {
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(201,158,106,.14), transparent 70%);
    top: -120px;
    right: -80px;
    animation: nf-float-b-uy6f49drq7 14s ease-in-out infinite;
}

.nf-blob-2[b-uy6f49drq7] {
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(148,163,184,.10), transparent 70%);
    bottom: -80px;
    left: -60px;
    animation: nf-float-b-uy6f49drq7 18s ease-in-out infinite reverse;
}

.nf-blob-3[b-uy6f49drq7] {
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(201,158,106,.08), transparent 70%);
    top: 40%;
    left: 30%;
    animation: nf-float-b-uy6f49drq7 22s ease-in-out infinite 4s;
}

@keyframes nf-float-b-uy6f49drq7 {
    0%, 100% { transform: translateY(0) scale(1); }
    50%       { transform: translateY(-28px) scale(1.04); }
}

/* ---------- Arabic letter decoration ---------- */
.nf-deco[b-uy6f49drq7] {
    position: absolute;
    top: -40px;
    left: -60px;
    width: clamp(280px, 38vw, 480px);
    opacity: 0.045;
    pointer-events: none;
    z-index: 0;
    user-select: none;
}

/* ---------- Glass card ---------- */
.nf-card[b-uy6f49drq7] {
    position: relative;
    z-index: 2;
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
    padding: clamp(40px, 6vw, 72px) clamp(28px, 6vw, 64px);
    border-radius: var(--radius-card-lg, 36px);
    border: 1px solid var(--aci-border-warm, rgba(201,158,106,.20));
    box-shadow: var(--shadow-card,
        0 40px 90px -36px rgba(15,23,42,.14),
        0 12px 32px -14px rgba(15,23,42,.07));
    background: var(--aci-glass-strong, rgba(255,255,255,.96));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

/* ---------- Big decorative 404 number ---------- */
.nf-code[b-uy6f49drq7] {
    font-family: var(--font-en-display, "Bricolage Grotesque", sans-serif);
    font-size: clamp(96px, 18vw, 180px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--aci-gold, #C99E6A);
    opacity: 0.13;
    margin-bottom: -32px;
    pointer-events: none;
    user-select: none;
    transition: opacity .4s ease;
}

.nf-card:hover .nf-code[b-uy6f49drq7] {
    opacity: 0.20;
}

/* ---------- Eyebrow ---------- */
.nf-eyebrow[b-uy6f49drq7] {
    justify-content: center;
    margin-bottom: 18px;
}

/* ---------- Heading ---------- */
.nf-title[b-uy6f49drq7] {
    font-family: var(--font-en-display, "Bricolage Grotesque", sans-serif);
    font-size: clamp(26px, 4.5vw, 42px);
    font-weight: 700;
    line-height: 1.2;
    color: var(--aci-text, #111111);
    margin: 0 0 18px;
    letter-spacing: -0.02em;
}

.nf-title:focus[b-uy6f49drq7],
.nf-title:focus-visible[b-uy6f49drq7] {
    outline: none;
    box-shadow: none;
}

.nf-title :global(em)[b-uy6f49drq7] {
    font-style: italic;
    color: var(--aci-gold, #C99E6A);
}

/* ---------- Description ---------- */
.nf-desc[b-uy6f49drq7] {
    font-size: clamp(15px, 2vw, 17px);
    color: var(--aci-muted, #5F6670);
    line-height: 1.7;
    max-width: 460px;
    margin: 0 auto 32px;
}

/* ---------- Divider ornament ---------- */
.nf-divider[b-uy6f49drq7] {
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
    color: var(--aci-gold, #C99E6A);
}

/* ---------- Actions row ---------- */
.nf-actions[b-uy6f49drq7] {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Ghost button override to match light context */
.nf-btn-ghost[b-uy6f49drq7] {
    border-color: var(--aci-border-warm, rgba(201,158,106,.30));
    color: var(--aci-taupe, #887360);
}

.nf-btn-ghost:hover[b-uy6f49drq7] {
    background: var(--aci-gold-light, rgba(201,158,106,.10));
    border-color: var(--aci-gold, #C99E6A);
    color: var(--aci-gold, #C99E6A);
}

/* ---------- Responsive ---------- */
@media (max-width: 540px) {
    .nf-card[b-uy6f49drq7] {
        margin: 0 16px;
    }

    .nf-actions[b-uy6f49drq7] {
        flex-direction: column;
        align-items: stretch;
    }

    .nf-actions .aci-btn[b-uy6f49drq7] {
        justify-content: center;
    }
}
/* /Components/Pages/Programs/Details.razor.rz.scp.css */
.registration-modal-backdrop[b-gzwn3q5w6i] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(12, 10, 8, 0.45);
    backdrop-filter: blur(16px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    animation: fadeIn-b-gzwn3q5w6i 0.35s ease-out;
}

.registration-modal-card[b-gzwn3q5w6i] {
    background: var(--aci-glass-strong, rgba(255, 255, 255, 0.9));
    backdrop-filter: blur(32px) saturate(180%);
    -webkit-backdrop-filter: blur(32px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: var(--radius-card-lg, 24px);
    box-shadow: 
        0 12px 32px -14px rgba(136, 115, 96, 0.18),
        0 40px 90px -36px rgba(136, 115, 96, 0.42);
    width: 90%;
    max-width: 480px;
    padding: 3rem 2.5rem 2.5rem;
    position: relative;
    animation: slideUp-b-gzwn3q5w6i 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
}

.registration-modal-close[b-gzwn3q5w6i] {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: var(--aci-gold-light, rgba(201, 158, 106, 0.1));
    border: 1px solid var(--aci-border-warm, rgba(201, 158, 106, 0.15));
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    cursor: pointer;
    color: var(--aci-gold, #c99e6a);
    transition: all 0.22s ease;
    line-height: 1;
}

.registration-modal-close:hover[b-gzwn3q5w6i] {
    background: var(--aci-gold, #c99e6a);
    color: #fff;
    transform: rotate(90deg);
}

.registration-form-group[b-gzwn3q5w6i] {
    margin-bottom: 1.25rem;
}

.registration-form-label[b-gzwn3q5w6i] {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--aci-text, #0c0a08);
    margin-bottom: 0.5rem;
    text-align: left;
    font-family: var(--font-en-body), inherit;
}

.registration-form-input[b-gzwn3q5w6i] {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid var(--aci-border-warm, #e2e8f0);
    background: var(--aci-white, #fff);
    font-family: var(--font-en-body), inherit;
    font-size: 14px;
    color: var(--aci-text, #0c0a08);
    outline: none;
    transition: border-color .22s, box-shadow .22s, background .22s;
    box-sizing: border-box;
}

.registration-form-input:focus[b-gzwn3q5w6i] {
    border-color: var(--aci-gold, #c99e6a);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(201, 158, 106, 0.12);
}

.registration-submit-btn[b-gzwn3q5w6i] {
    width: 100%;
    padding: 14px 28px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(175deg, #DBBA88 0%, #C99E6A 48%, #B7894E 100%);
    color: #fff;
    font-family: var(--font-en-body), inherit;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    box-shadow: 
        0 10px 24px -8px rgba(201, 158, 106, 0.5),
        0 4px 8px -4px rgba(201, 158, 106, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: transform .25s ease, box-shadow .25s ease, opacity .2s;
}

.registration-submit-btn:hover[b-gzwn3q5w6i] {
    transform: translateY(-2px);
    box-shadow: 
        0 14px 30px -10px rgba(201, 158, 106, 0.6),
        0 6px 12px -4px rgba(201, 158, 106, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.registration-submit-btn:active[b-gzwn3q5w6i] {
    transform: translateY(0);
}

.registration-success-content[b-gzwn3q5w6i] {
    text-align: center;
    padding: 1rem 0;
}

.registration-success-icon[b-gzwn3q5w6i] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(201,158,106,0.16), rgba(201,158,106,0.06));
    border: 1px solid var(--aci-border-warm, rgba(201, 158, 106, 0.15));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--aci-gold, #c99e6a);
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.registration-modal-card h3[b-gzwn3q5w6i] {
    font-family: var(--font-en-display), inherit;
    color: var(--aci-text, #0c0a08);
    font-weight: 500;
    letter-spacing: -0.015em;
}

.registration-success-content p[b-gzwn3q5w6i] {
    color: var(--aci-muted, #5f6670);
    font-size: 15px;
    line-height: 1.6;
}

.alert-danger[b-gzwn3q5w6i] {
    background-color: rgba(224, 82, 82, 0.08);
    border: 1px solid rgba(224, 82, 82, 0.2);
    color: #d94040;
    border-radius: 10px;
    font-size: 13.5px;
}

@keyframes fadeIn-b-gzwn3q5w6i {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp-b-gzwn3q5w6i {
    from { transform: translateY(24px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
