/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7x60065ouy] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-7x60065ouy] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

main[b-7x60065ouy]  footer {
    margin-top: auto;
}

.sidebar[b-7x60065ouy] {
    background-image: linear-gradient(180deg, var(--sp-ink) 0%, var(--sp-paper-dark) 100%);
}

.top-row[b-7x60065ouy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7x60065ouy]  a, .top-row[b-7x60065ouy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7x60065ouy]  a:hover, .top-row[b-7x60065ouy]  .btn-link:hover {
        color: var(--sp-blaze-strong);
    }

    .top-row[b-7x60065ouy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-row[b-7x60065ouy]  form {
        display: contents;
    }

    .top-row[b-7x60065ouy]  .user-menu-link {
        color: inherit;
        background: none;
        border: none;
        padding: 0;
        font: inherit;
    }

@media (max-width: 640.98px) {
    .top-row[b-7x60065ouy] {
        justify-content: space-between;
    }

    .top-row[b-7x60065ouy]  a, .top-row[b-7x60065ouy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7x60065ouy] {
        flex-direction: row;
    }

    .sidebar[b-7x60065ouy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7x60065ouy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7x60065ouy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7x60065ouy], article[b-7x60065ouy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-7x60065ouy] {
    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-7x60065ouy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-th6qer0q5a] {
    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-th6qer0q5a] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-th6qer0q5a] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-th6qer0q5a] {
    font-size: 1.1rem;
}

.brand-logo[b-th6qer0q5a] {
    height: 3rem;
    width: auto;
    display: block;
}

.org-brand[b-th6qer0q5a] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.org-logo[b-th6qer0q5a] {
    height: 2.25rem;
    width: auto;
    max-width: 160px;
    display: block;
    object-fit: contain;
    object-position: left;
}

.powered-by[b-th6qer0q5a] {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.55);
}

.bi[b-th6qer0q5a] {
    display: inline-block;
    width: 1.5rem;
    margin-right: 0.5rem;
    font-size: 1.05rem;
    text-align: center;
    color: inherit;
}

.bi-chevron-right[b-th6qer0q5a] {
    font-size: 0.85rem;
    width: auto;
    margin-right: 0;
    transition: transform 0.15s ease-in-out;
}

.nav-item[b-th6qer0q5a] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-th6qer0q5a] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-th6qer0q5a] {
        padding-bottom: 1rem;
    }

    .nav-item[b-th6qer0q5a]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-left: 3px solid transparent;
        border-radius: 4px;
        min-height: 3rem;
        display: flex;
        align-items: center;
        line-height: 1.3;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        width: 100%;
    }

.nav-item[b-th6qer0q5a]  a.active {
    background-color: rgba(var(--sp-blaze-rgb), 0.18);
    border-left-color: var(--sp-blaze);
    color: white;
}

.nav-item[b-th6qer0q5a]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-group[b-th6qer0q5a] {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}

.nav-group-header[b-th6qer0q5a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem 1.5rem;
    cursor: pointer;
    color: #a8a8a8;
    list-style: none;
}

.nav-group-header[b-th6qer0q5a]::-webkit-details-marker {
    display: none;
}

.nav-group-header:hover[b-th6qer0q5a] {
    color: white;
}

.nav-group-title[b-th6qer0q5a] {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.nav-group-title-wrap[b-th6qer0q5a] {
    display: flex;
    align-items: center;
}

.nav-group-icon[b-th6qer0q5a] {
    font-size: 0.85rem;
    width: 1.1rem;
    margin-right: 0.4rem;
}

.nav-group[open] > .nav-group-header .bi-chevron-right[b-th6qer0q5a] {
    transform: rotate(90deg);
}

.nav-group-nested[b-th6qer0q5a] {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 0.4rem;
    padding-top: 0.4rem;
}

.nav-group-nested > .nav-group-header[b-th6qer0q5a] {
    padding-left: 2rem;
    font-size: 0.75rem;
    color: #c0c0c0;
}

.nav-group-nested .nav-item[b-th6qer0q5a] {
    padding-left: 0.75rem;
}

.nav-scrollable[b-th6qer0q5a] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-th6qer0q5a] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-th6qer0q5a] {
        display: none;
    }

    .nav-scrollable[b-th6qer0q5a] {
        /* 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/PublicLayout.razor.rz.scp.css */
.public-page[b-j6n2qc25rx] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.public-topbar[b-j6n2qc25rx] {
    background: linear-gradient(90deg, var(--sp-ink) 0%, var(--sp-paper-dark) 100%);
    padding: 0.75rem 0;
    position: sticky;
    top: 0;
    z-index: 1020;
}

    .public-topbar[b-j6n2qc25rx]  .navbar-brand {
        color: #fff;
        font-size: 1.25rem;
    }

    .public-topbar[b-j6n2qc25rx]  .brand-logo {
        height: 3rem;
        width: auto;
        display: block;
    }

.public-topbar-links[b-j6n2qc25rx] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

    .public-topbar-links[b-j6n2qc25rx]  a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        white-space: nowrap;
    }

    .public-topbar-links[b-j6n2qc25rx]  a:hover {
        color: #fff;
    }

.public-content[b-j6n2qc25rx] {
    flex: 1;
}

#blazor-error-ui[b-j6n2qc25rx] {
    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-j6n2qc25rx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mjl1e66qza],
.components-reconnect-repeated-attempt-visible[b-mjl1e66qza],
.components-reconnect-failed-visible[b-mjl1e66qza],
.components-pause-visible[b-mjl1e66qza],
.components-resume-failed-visible[b-mjl1e66qza],
.components-rejoining-animation[b-mjl1e66qza] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-mjl1e66qza],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-mjl1e66qza],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-mjl1e66qza],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-mjl1e66qza],
#components-reconnect-modal.components-reconnect-retrying[b-mjl1e66qza],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-mjl1e66qza],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-mjl1e66qza],
#components-reconnect-modal.components-reconnect-failed[b-mjl1e66qza],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-mjl1e66qza] {
    display: block;
}


#components-reconnect-modal[b-mjl1e66qza] {
    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-mjl1e66qza 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-mjl1e66qza 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-mjl1e66qza 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-mjl1e66qza]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-mjl1e66qza 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-mjl1e66qza {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-mjl1e66qza {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-mjl1e66qza {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-mjl1e66qza] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-mjl1e66qza] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-mjl1e66qza] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-mjl1e66qza] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-mjl1e66qza] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-mjl1e66qza] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-mjl1e66qza] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-mjl1e66qza 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-mjl1e66qza] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-mjl1e66qza {
    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/Home.razor.rz.scp.css */
.hero[b-kp6nlo7t9j] {
    position: relative;
    color: #fff;
    overflow: hidden;
    min-height: clamp(22rem, 20vw + 14rem, 36rem);
    display: flex;
    align-items: center;
}

.hero-photos[b-kp6nlo7t9j] {
    position: absolute;
    inset: 0;
}

    .hero-photos > div[b-kp6nlo7t9j] {
        position: absolute;
        inset: 0;
        background-size: cover;
        opacity: 0;
        animation-name: hero-fade-b-kp6nlo7t9j;
        animation-duration: 24s;
        animation-iteration-count: infinite;
    }

/* background-position is tuned per photo to keep each subject in frame -
   the hero's fixed height means very wide viewports crop hard into a
   narrow vertical band, so "center" cuts the cyclist and swimmer off
   entirely (both sit low in frame, with mostly sky above them). */
.hero-photo-climb[b-kp6nlo7t9j] {
    background-image: url('/images/hero/hero-climb.jpg');
    background-position: 30% 30%;
    animation-delay: 0s;
}

.hero-photo-swim[b-kp6nlo7t9j] {
    background-image: url('/images/hero/hero-swim.jpg');
    background-position: 40% 65%;
    animation-delay: -8s;
}

.hero-photo-cycle[b-kp6nlo7t9j] {
    background-image: url('/images/hero/hero-cycle.jpg');
    background-position: 50% 75%;
    animation-delay: -16s;
}

@keyframes hero-fade-b-kp6nlo7t9j {
    0% { opacity: 0; }
    5% { opacity: 1; }
    30% { opacity: 1; }
    35% { opacity: 0; }
    100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-photos > div[b-kp6nlo7t9j] {
        animation: none;
        opacity: 0;
    }

    .hero-photo-climb[b-kp6nlo7t9j] {
        opacity: 1;
    }
}

.hero-scrim[b-kp6nlo7t9j] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 23, 32, 0.88) 0%, rgba(14, 23, 32, 0.6) 45%, rgba(14, 23, 32, 0.55) 100%);
}

.hero-content[b-kp6nlo7t9j] {
    position: relative;
    z-index: 1;
}

    .hero-content h1[b-kp6nlo7t9j] {
        text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
    }

    .hero[b-kp6nlo7t9j]  .lead {
        max-width: 46rem;
        text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
    }

.feature-card[b-kp6nlo7t9j] {
    background: #f8f9fa;
    border-radius: 0.5rem;
    padding: 1.75rem 1.5rem;
    text-align: center;
}

.feature-icon[b-kp6nlo7t9j] {
    font-size: 2rem;
    color: rgb(5, 39, 103);
    margin-bottom: 0.75rem;
    display: block;
}

.demo-request-section[b-kp6nlo7t9j] {
    background: #f0f2f5;
}
/* /Components/Pages/Public/Register.razor.rz.scp.css */
.org-card[b-6nijbevxe1] {
    color: inherit;
    border: 1px solid #dee2e6;
    transition: box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

    .org-card:hover[b-6nijbevxe1] {
        border-color: rgb(5, 39, 103);
        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
    }
/* /Components/Pages/Public/Registration.razor.rz.scp.css */
.registration-form-col[b-85hvz8vx4s] {
    width: 100%;
}

@media (min-width: 768px) {
    .registration-form-col[b-85hvz8vx4s] {
        width: 70%;
    }
}
/* /Components/Shared/DataGrid.razor.rz.scp.css */
.datagrid-search[b-sq62dq5tb8] {
    max-width: 320px;
    flex: 1 1 220px;
}

.datagrid-pagesize[b-sq62dq5tb8] {
    width: auto;
}

@media (max-width: 575.98px) {
    .datagrid-search[b-sq62dq5tb8] {
        max-width: none;
        flex-basis: 100%;
    }
}
