/* /Components/Account/Pages/Login.razor.rz.scp.css */
.auth-gateway[b-1bz9wmr11d] {
    --fyxo-black: #111111;
    --fyxo-grey: #8a8a8a;
    --fyxo-green: #00a651;
    --fyxo-muted: #666666;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(28rem, .82fr);
    background:
        radial-gradient(circle at 8% 12%, rgba(0, 166, 81, .12), transparent 16rem),
        linear-gradient(180deg, #fafafa 0%, #f4f4f4 100%);
    color: var(--fyxo-black);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.auth-visual[b-1bz9wmr11d] {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: clamp(1.5rem, 4vw, 3rem);
    background:
        radial-gradient(circle at 78% 18%, rgba(255, 255, 255, .08), transparent 11rem),
        linear-gradient(145deg, #111111 0%, #171717 62%, #0d0d0d 100%);
    color: #ffffff;
}

.auth-brand[b-1bz9wmr11d] {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    width: fit-content;
    color: #ffffff;
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: 1.3rem;
    text-decoration: none;
}

.auth-brand strong:last-child[b-1bz9wmr11d] {
    color: var(--fyxo-grey);
}

.auth-mark[b-1bz9wmr11d],
.security-strip[b-1bz9wmr11d] {
    display: flex;
}

.auth-mark[b-1bz9wmr11d] {
    gap: .35rem;
}

.auth-mark i[b-1bz9wmr11d] {
    display: block;
    width: .78rem;
    aspect-ratio: 1;
    border-radius: 50%;
}

.auth-mark i:first-child[b-1bz9wmr11d] {
    border: 2px solid #ffffff;
}

.auth-mark i:nth-child(2)[b-1bz9wmr11d] {
    background: var(--fyxo-grey);
}

.auth-mark i:last-child[b-1bz9wmr11d] {
    background: var(--fyxo-green);
}

.auth-orb[b-1bz9wmr11d] {
    position: absolute;
    border-radius: 50%;
    animation: drift-b-1bz9wmr11d 8s ease-in-out infinite;
}

.orb-outline[b-1bz9wmr11d] {
    width: clamp(5rem, 12vw, 8rem);
    aspect-ratio: 1;
    top: 15%;
    left: 12%;
    border: 3px solid rgba(255, 255, 255, .18);
}

.orb-green[b-1bz9wmr11d] {
    width: clamp(8rem, 18vw, 13rem);
    aspect-ratio: 1;
    right: -4rem;
    bottom: 16%;
    background: rgba(0, 166, 81, .24);
    animation-delay: -2s;
}

.orb-grey[b-1bz9wmr11d] {
    width: clamp(4rem, 8vw, 6rem);
    aspect-ratio: 1;
    right: 18%;
    top: 22%;
    background: rgba(138, 138, 138, .28);
    animation-delay: -4s;
}

.auth-copy[b-1bz9wmr11d] {
    position: relative;
    z-index: 1;
    max-width: 48rem;
}

.eyebrow[b-1bz9wmr11d] {
    margin: 0 0 .9rem;
    color: var(--fyxo-grey);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.auth-copy h1[b-1bz9wmr11d] {
    margin: 0;
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: clamp(3.5rem, 9vw, 7rem);
    line-height: .88;
    letter-spacing: 0;
}

.auth-copy p:last-child[b-1bz9wmr11d] {
    max-width: 39rem;
    margin: 1.4rem 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: 1.08rem;
    line-height: 1.7;
}

.security-strip[b-1bz9wmr11d] {
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    gap: .7rem;
}

.security-strip span[b-1bz9wmr11d] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .55rem .8rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .65);
    font-size: .82rem;
    font-weight: 700;
}

.security-strip i[b-1bz9wmr11d] {
    width: .45rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--fyxo-green);
    box-shadow: 0 0 .9rem rgba(0, 166, 81, .5);
}

.auth-panel[b-1bz9wmr11d] {
    display: grid;
    place-items: center;
    padding: clamp(1.25rem, 4vw, 3rem);
}

.auth-card[b-1bz9wmr11d] {
    width: min(100%, 30rem);
    padding: clamp(1.4rem, 4vw, 2.25rem);
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 1.5rem 4rem rgba(17, 17, 17, .09);
    backdrop-filter: blur(20px);
}

.auth-card-heading[b-1bz9wmr11d] {
    margin-bottom: 1.4rem;
}

.auth-card-heading h2[b-1bz9wmr11d] {
    margin: 0;
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: clamp(2rem, 5vw, 2.8rem);
    line-height: 1;
}

.auth-card-heading p:last-child[b-1bz9wmr11d] {
    margin: .85rem 0 0;
    color: var(--fyxo-muted);
}

.auth-form[b-1bz9wmr11d] {
    display: grid;
    gap: 1rem;
}

.auth-form[b-1bz9wmr11d]  .alert,
.validation-summary[b-1bz9wmr11d] {
    margin: 0;
    padding: .8rem 1rem;
    border-radius: .8rem;
    font-size: .92rem;
}

.auth-form[b-1bz9wmr11d]  .alert-danger,
.validation-summary[b-1bz9wmr11d] {
    border: 1px solid rgba(185, 28, 28, .18);
    background: rgba(185, 28, 28, .07);
    color: #8f1d1d;
}

.auth-form[b-1bz9wmr11d]  .alert-success {
    border: 1px solid rgba(0, 166, 81, .2);
    background: rgba(0, 166, 81, .08);
    color: #007a3c;
}

.field[b-1bz9wmr11d] {
    display: grid;
    gap: .45rem;
}

.field label[b-1bz9wmr11d],
.remember[b-1bz9wmr11d] {
    color: #2d2d2d;
    font-size: .88rem;
    font-weight: 750;
}

.control[b-1bz9wmr11d] {
    width: 100%;
    min-height: 3.15rem;
    padding: .85rem 1rem;
    border: 1px solid #e4e4e4;
    border-radius: .85rem;
    background: #ffffff;
    color: #111111;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.control:focus[b-1bz9wmr11d] {
    border-color: rgba(0, 166, 81, .62);
    box-shadow: 0 0 0 .22rem rgba(0, 166, 81, .1);
}

.validation-message[b-1bz9wmr11d] {
    color: #a81f1f;
    font-size: .82rem;
}

.remember[b-1bz9wmr11d] {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    width: fit-content;
    color: var(--fyxo-muted);
}

.remember input[b-1bz9wmr11d] {
    width: 1rem;
    height: 1rem;
    accent-color: var(--fyxo-green);
}

.login-button[b-1bz9wmr11d],
.passkey-button[b-1bz9wmr11d] {
    min-height: 3.15rem;
    border-radius: 999px;
    font-weight: 800;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.login-button[b-1bz9wmr11d] {
    border: 1px solid var(--fyxo-black);
    background: var(--fyxo-black);
    color: #ffffff;
}

.login-button:hover[b-1bz9wmr11d],
.passkey-button:hover[b-1bz9wmr11d] {
    transform: translateY(-1px);
}

.passkey-zone[b-1bz9wmr11d] {
    display: grid;
    gap: .65rem;
    justify-items: center;
    padding-top: .25rem;
}

.passkey-zone > span[b-1bz9wmr11d] {
    color: #9a9a9a;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.passkey-button[b-1bz9wmr11d] {
    width: 100%;
    border: 1px solid rgba(17, 17, 17, .14);
    background: #ffffff;
    color: #111111;
}

.passkey-button:hover[b-1bz9wmr11d] {
    border-color: rgba(0, 166, 81, .48);
    color: #007a3c;
}

.auth-links[b-1bz9wmr11d] {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem 1rem;
    padding-top: .75rem;
    border-top: 1px solid #eeeeee;
}

.auth-links a[b-1bz9wmr11d] {
    color: #666666;
    font-size: .86rem;
    font-weight: 700;
    text-decoration: none;
}

.auth-links a:hover[b-1bz9wmr11d] {
    color: var(--fyxo-green);
}

@keyframes drift-b-1bz9wmr11d {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(.75rem, -1rem, 0) scale(1.03);
    }
}

@media (max-width: 900px) {
    .auth-gateway[b-1bz9wmr11d] {
        grid-template-columns: 1fr;
    }

    .auth-visual[b-1bz9wmr11d] {
        min-height: 34rem;
    }
}

@media (max-width: 560px) {
    .auth-visual[b-1bz9wmr11d],
    .auth-panel[b-1bz9wmr11d] {
        padding: 1rem;
    }

    .auth-copy h1[b-1bz9wmr11d] {
        font-size: 3.2rem;
    }
}
/* /Components/Account/Pages/LoginWith2fa.razor.rz.scp.css */
.mfa-gateway[b-m99ubmo8a4] {
    --fyxo-black: #111111;
    --fyxo-grey: #8a8a8a;
    --fyxo-green: #00a651;
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: clamp(1rem, 4vw, 3rem);
    background:
        radial-gradient(circle at 18% 18%, rgba(0, 166, 81, .14), transparent 16rem),
        radial-gradient(circle at 82% 72%, rgba(138, 138, 138, .16), transparent 18rem),
        linear-gradient(145deg, #111111 0%, #171717 58%, #0d0d0d 100%);
    color: #ffffff;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.mfa-panel[b-m99ubmo8a4] {
    position: relative;
    width: min(100%, 48rem);
}

.mfa-panel[b-m99ubmo8a4]::before,
.mfa-panel[b-m99ubmo8a4]::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.mfa-panel[b-m99ubmo8a4]::before {
    width: 6rem;
    aspect-ratio: 1;
    top: -3rem;
    left: -3rem;
    border: 3px solid rgba(255, 255, 255, .16);
}

.mfa-panel[b-m99ubmo8a4]::after {
    width: 5rem;
    aspect-ratio: 1;
    right: -2rem;
    bottom: 2rem;
    background: rgba(0, 166, 81, .18);
}

.mfa-brand[b-m99ubmo8a4] {
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    margin-bottom: 1.25rem;
    color: #ffffff;
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: 1.25rem;
    text-decoration: none;
}

.mfa-brand strong:last-child[b-m99ubmo8a4] {
    color: var(--fyxo-grey);
}

.mfa-mark[b-m99ubmo8a4] {
    display: flex;
    gap: .35rem;
}

.mfa-mark i[b-m99ubmo8a4] {
    width: .75rem;
    aspect-ratio: 1;
    border-radius: 50%;
}

.mfa-mark i:first-child[b-m99ubmo8a4] {
    border: 2px solid #ffffff;
}

.mfa-mark i:nth-child(2)[b-m99ubmo8a4] {
    background: var(--fyxo-grey);
}

.mfa-mark i:last-child[b-m99ubmo8a4] {
    background: var(--fyxo-green);
}

.mfa-card[b-m99ubmo8a4] {
    position: relative;
    z-index: 1;
    padding: clamp(1.4rem, 4vw, 2.5rem);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, .24);
    color: #111111;
}

.eyebrow[b-m99ubmo8a4] {
    margin: 0 0 .75rem;
    color: var(--fyxo-grey);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.mfa-card h1[b-m99ubmo8a4] {
    margin: 0;
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: clamp(2.8rem, 7vw, 5rem);
    line-height: .9;
}

.mfa-card-heading p:last-child[b-m99ubmo8a4] {
    max-width: 34rem;
    margin: 1.1rem 0 0;
    color: #666666;
    line-height: 1.7;
}

.mfa-form[b-m99ubmo8a4] {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.mfa-form[b-m99ubmo8a4]  .alert,
.validation-summary[b-m99ubmo8a4] {
    margin: 0;
    padding: .8rem 1rem;
    border: 1px solid rgba(185, 28, 28, .18);
    border-radius: .8rem;
    background: rgba(185, 28, 28, .07);
    color: #8f1d1d;
}

.field[b-m99ubmo8a4] {
    display: grid;
    gap: .45rem;
}

.field label[b-m99ubmo8a4],
.remember[b-m99ubmo8a4] {
    color: #2d2d2d;
    font-size: .88rem;
    font-weight: 750;
}

.control[b-m99ubmo8a4] {
    width: 100%;
    min-height: 3.2rem;
    padding: .85rem 1rem;
    border: 1px solid #e4e4e4;
    border-radius: .85rem;
    background: #ffffff;
    color: #111111;
    outline: none;
}

.code-control[b-m99ubmo8a4] {
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: 1.5rem;
    letter-spacing: .18em;
    text-align: center;
}

.control:focus[b-m99ubmo8a4] {
    border-color: rgba(0, 166, 81, .62);
    box-shadow: 0 0 0 .22rem rgba(0, 166, 81, .1);
}

.validation-message[b-m99ubmo8a4] {
    color: #a81f1f;
    font-size: .82rem;
}

.remember[b-m99ubmo8a4] {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    width: fit-content;
    color: #666666;
}

.remember input[b-m99ubmo8a4] {
    width: 1rem;
    height: 1rem;
    accent-color: var(--fyxo-green);
}

.mfa-button[b-m99ubmo8a4] {
    min-height: 3.15rem;
    border: 1px solid var(--fyxo-black);
    border-radius: 999px;
    background: var(--fyxo-black);
    color: #ffffff;
    font-weight: 800;
}

.mfa-links[b-m99ubmo8a4] {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem 1rem;
    margin-top: 1.2rem;
    padding-top: 1rem;
    border-top: 1px solid #eeeeee;
}

.mfa-links a[b-m99ubmo8a4] {
    color: #666666;
    font-size: .88rem;
    font-weight: 750;
    text-decoration: none;
}

.mfa-links a:hover[b-m99ubmo8a4] {
    color: var(--fyxo-green);
}

.mfa-status[b-m99ubmo8a4] {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-top: 1rem;
    color: rgba(255, 255, 255, .55);
    font-size: .86rem;
    font-weight: 700;
}

.mfa-status span[b-m99ubmo8a4] {
    width: .5rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--fyxo-green);
    box-shadow: 0 0 1rem rgba(0, 166, 81, .55);
}
/* /Components/Account/Pages/LoginWithRecoveryCode.razor.rz.scp.css */
.recovery-gateway[b-auk8ea7wva] {
    --fyxo-black: #111111;
    --fyxo-grey: #8a8a8a;
    --fyxo-green: #00a651;
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: clamp(1rem, 4vw, 3rem);
    background:
        radial-gradient(circle at 20% 16%, rgba(0, 166, 81, .13), transparent 16rem),
        radial-gradient(circle at 85% 78%, rgba(138, 138, 138, .2), transparent 17rem),
        linear-gradient(145deg, #111111 0%, #171717 58%, #0d0d0d 100%);
    color: #111111;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.recovery-card[b-auk8ea7wva] {
    position: relative;
    width: min(100%, 34rem);
    padding: clamp(1.4rem, 4vw, 2.4rem);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, .25);
}

.recovery-card[b-auk8ea7wva]::before {
    content: "";
    position: absolute;
    width: 6rem;
    aspect-ratio: 1;
    right: -2rem;
    top: -2rem;
    border-radius: 50%;
    background: rgba(0, 166, 81, .14);
}

.recovery-brand[b-auk8ea7wva] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    margin-bottom: 2rem;
    color: #111111;
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: 1.25rem;
    text-decoration: none;
}

.recovery-brand strong:last-child[b-auk8ea7wva] {
    color: var(--fyxo-grey);
}

.recovery-mark[b-auk8ea7wva] {
    display: flex;
    gap: .35rem;
}

.recovery-mark i[b-auk8ea7wva] {
    width: .75rem;
    aspect-ratio: 1;
    border-radius: 50%;
}

.recovery-mark i:first-child[b-auk8ea7wva] {
    border: 2px solid #111111;
}

.recovery-mark i:nth-child(2)[b-auk8ea7wva] {
    background: var(--fyxo-grey);
}

.recovery-mark i:last-child[b-auk8ea7wva] {
    background: var(--fyxo-green);
}

.eyebrow[b-auk8ea7wva] {
    margin: 0 0 .75rem;
    color: var(--fyxo-grey);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.recovery-heading h1[b-auk8ea7wva] {
    margin: 0;
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: clamp(2.5rem, 7vw, 4.6rem);
    line-height: .92;
}

.recovery-heading p:last-child[b-auk8ea7wva] {
    margin: 1rem 0 0;
    color: #666666;
    line-height: 1.7;
}

.recovery-form[b-auk8ea7wva] {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.recovery-form[b-auk8ea7wva]  .alert,
.validation-summary[b-auk8ea7wva] {
    margin: 0;
    padding: .8rem 1rem;
    border: 1px solid rgba(185, 28, 28, .18);
    border-radius: .8rem;
    background: rgba(185, 28, 28, .07);
    color: #8f1d1d;
}

.field[b-auk8ea7wva] {
    display: grid;
    gap: .45rem;
}

.field label[b-auk8ea7wva] {
    color: #2d2d2d;
    font-size: .88rem;
    font-weight: 750;
}

.control[b-auk8ea7wva] {
    width: 100%;
    min-height: 3.2rem;
    padding: .85rem 1rem;
    border: 1px solid #e4e4e4;
    border-radius: .85rem;
    background: #ffffff;
    color: #111111;
    outline: none;
}

.code-control[b-auk8ea7wva] {
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: 1.15rem;
    letter-spacing: .08em;
    text-align: center;
}

.control:focus[b-auk8ea7wva] {
    border-color: rgba(0, 166, 81, .62);
    box-shadow: 0 0 0 .22rem rgba(0, 166, 81, .1);
}

.validation-message[b-auk8ea7wva] {
    color: #a81f1f;
    font-size: .82rem;
}

.recovery-button[b-auk8ea7wva] {
    min-height: 3.15rem;
    border: 1px solid var(--fyxo-black);
    border-radius: 999px;
    background: var(--fyxo-black);
    color: #ffffff;
    font-weight: 800;
}

.recovery-links[b-auk8ea7wva] {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem 1rem;
    margin-top: 1.2rem;
    padding-top: 1rem;
    border-top: 1px solid #eeeeee;
}

.recovery-links a[b-auk8ea7wva] {
    color: #666666;
    font-size: .88rem;
    font-weight: 750;
    text-decoration: none;
}

.recovery-links a:hover[b-auk8ea7wva] {
    color: var(--fyxo-green);
}
/* /Components/Account/Pages/Register.razor.rz.scp.css */
.registration-closed[b-pnuwtxhl6u] {
    --fyxo-black: #111111;
    --fyxo-grey: #8a8a8a;
    --fyxo-green: #00a651;
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: clamp(1rem, 4vw, 3rem);
    background:
        radial-gradient(circle at 22% 18%, rgba(0, 166, 81, .13), transparent 16rem),
        radial-gradient(circle at 82% 72%, rgba(138, 138, 138, .18), transparent 18rem),
        linear-gradient(145deg, #111111 0%, #171717 58%, #0d0d0d 100%);
    color: #111111;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.closed-card[b-pnuwtxhl6u] {
    position: relative;
    width: min(100%, 40rem);
    padding: clamp(1.5rem, 4vw, 2.75rem);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, .25);
}

.closed-brand[b-pnuwtxhl6u] {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    margin-bottom: 4rem;
    color: #111111;
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: 1.25rem;
    text-decoration: none;
}

.closed-brand strong:last-child[b-pnuwtxhl6u] {
    color: var(--fyxo-grey);
}

.closed-mark[b-pnuwtxhl6u] {
    display: flex;
    gap: .35rem;
}

.closed-mark i[b-pnuwtxhl6u] {
    width: .75rem;
    aspect-ratio: 1;
    border-radius: 50%;
}

.closed-mark i:first-child[b-pnuwtxhl6u] {
    border: 2px solid #111111;
}

.closed-mark i:nth-child(2)[b-pnuwtxhl6u] {
    background: var(--fyxo-grey);
}

.closed-mark i:last-child[b-pnuwtxhl6u] {
    background: var(--fyxo-green);
}

.closed-orb[b-pnuwtxhl6u] {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.orb-outline[b-pnuwtxhl6u] {
    width: 6rem;
    aspect-ratio: 1;
    right: 2rem;
    top: 2rem;
    border: 3px solid rgba(17, 17, 17, .12);
}

.orb-green[b-pnuwtxhl6u] {
    width: 8rem;
    aspect-ratio: 1;
    right: -3rem;
    bottom: -3rem;
    background: rgba(0, 166, 81, .14);
}

.eyebrow[b-pnuwtxhl6u] {
    position: relative;
    z-index: 1;
    margin: 0 0 .8rem;
    color: var(--fyxo-grey);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.closed-card h1[b-pnuwtxhl6u] {
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: clamp(2.8rem, 8vw, 5rem);
    line-height: .92;
}

.closed-card p:not(.eyebrow)[b-pnuwtxhl6u] {
    position: relative;
    z-index: 1;
    max-width: 34rem;
    margin: 1.2rem 0 0;
    color: #666666;
    font-size: 1.05rem;
    line-height: 1.7;
}

.closed-actions[b-pnuwtxhl6u] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 2rem;
}

.primary-link[b-pnuwtxhl6u],
.secondary-link[b-pnuwtxhl6u] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: .8rem 1.25rem;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

.primary-link[b-pnuwtxhl6u] {
    background: var(--fyxo-black);
    color: #ffffff;
}

.secondary-link[b-pnuwtxhl6u] {
    border: 1px solid rgba(17, 17, 17, .16);
    color: var(--fyxo-black);
}
/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-shell[b-bz4k0cwdpx] {
    --fyxo-black: #111111;
    --fyxo-ink: #171717;
    --fyxo-grey: #8a8a8a;
    --fyxo-green: #00a651;
    --fyxo-panel: #ffffff;
    --fyxo-border: #e8e8e8;
    --fyxo-muted: #666666;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 17rem minmax(0, 1fr);
    background:
        radial-gradient(circle at 82% 12%, rgba(0, 166, 81, .12), transparent 22rem),
        linear-gradient(180deg, #fafafa 0%, #f4f4f4 100%);
    color: var(--fyxo-ink);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.admin-sidebar[b-bz4k0cwdpx] {
    position: sticky;
    top: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.35rem;
    background: #111111;
    color: #ffffff;
}

.admin-brand[b-bz4k0cwdpx] {
    display: flex;
    align-items: center;
    gap: .8rem;
    color: #ffffff;
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0;
    text-decoration: none;
}

.admin-brand strong:last-child[b-bz4k0cwdpx] {
    color: var(--fyxo-grey);
}

.admin-mark[b-bz4k0cwdpx] {
    display: flex;
    gap: .35rem;
}

.admin-mark i[b-bz4k0cwdpx] {
    display: block;
    width: .72rem;
    aspect-ratio: 1;
    border-radius: 50%;
}

.admin-mark i:first-child[b-bz4k0cwdpx] {
    border: 2px solid #ffffff;
}

.admin-mark i:nth-child(2)[b-bz4k0cwdpx] {
    background: var(--fyxo-grey);
}

.admin-mark i:last-child[b-bz4k0cwdpx] {
    background: var(--fyxo-green);
}

.admin-context[b-bz4k0cwdpx] {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: .75rem;
    background: rgba(255, 255, 255, .035);
}

.admin-context span[b-bz4k0cwdpx],
.top-eyebrow[b-bz4k0cwdpx] {
    display: block;
    color: var(--fyxo-grey);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.admin-context strong[b-bz4k0cwdpx] {
    display: block;
    margin-top: .25rem;
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: 1.25rem;
}

.admin-nav[b-bz4k0cwdpx] {
    display: grid;
    gap: .35rem;
}

.admin-nav[b-bz4k0cwdpx]  a {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-height: 2.75rem;
    padding: .7rem .85rem;
    border: 1px solid transparent;
    border-radius: .7rem;
    color: rgba(255, 255, 255, .68);
    font-weight: 650;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.admin-nav[b-bz4k0cwdpx]  a:hover,
.admin-nav[b-bz4k0cwdpx]  a.active {
    border-color: rgba(0, 166, 81, .28);
    background: rgba(0, 166, 81, .1);
    color: #ffffff;
    transform: translateX(2px);
}

.nav-glyph[b-bz4k0cwdpx] {
    width: .75rem;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid currentColor;
}

.nav-glyph.identity[b-bz4k0cwdpx] {
    background: var(--fyxo-grey);
    border-color: var(--fyxo-grey);
}

.nav-glyph.analytics[b-bz4k0cwdpx] {
    border-color: var(--fyxo-green);
    box-shadow: inset 0 -.22rem 0 var(--fyxo-green);
}

.nav-glyph.public[b-bz4k0cwdpx] {
    background: var(--fyxo-green);
    border-color: var(--fyxo-green);
}

.admin-sidebar-footer[b-bz4k0cwdpx] {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: .6rem;
    color: rgba(255, 255, 255, .48);
    font-size: .82rem;
}

.secure-dot[b-bz4k0cwdpx] {
    width: .55rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--fyxo-green);
    box-shadow: 0 0 1.25rem rgba(0, 166, 81, .55);
}

.admin-main[b-bz4k0cwdpx] {
    min-width: 0;
}

.admin-topbar[b-bz4k0cwdpx] {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: 4.5rem;
    padding: 1rem clamp(1.25rem, 4vw, 2.5rem);
    border-bottom: 1px solid rgba(17, 17, 17, .08);
    background: rgba(250, 250, 250, .86);
    backdrop-filter: blur(18px);
}

.admin-topbar strong[b-bz4k0cwdpx] {
    display: block;
    margin-top: .1rem;
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: 1.35rem;
}

.admin-user[b-bz4k0cwdpx] {
    display: flex;
    align-items: center;
    gap: .75rem;
    color: var(--fyxo-muted);
    font-size: .9rem;
}

.admin-user form[b-bz4k0cwdpx] {
    margin: 0;
}

.admin-user button[b-bz4k0cwdpx] {
    min-height: 2.35rem;
    padding: .55rem .9rem;
    border: 1px solid rgba(17, 17, 17, .12);
    border-radius: 999px;
    background: #ffffff;
    color: var(--fyxo-black);
    font-weight: 700;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.admin-user button:hover[b-bz4k0cwdpx] {
    border-color: rgba(0, 166, 81, .55);
    background: var(--fyxo-green);
    color: #ffffff;
}

.admin-content[b-bz4k0cwdpx] {
    padding: clamp(1.25rem, 4vw, 2.5rem);
}

#blazor-error-ui[b-bz4k0cwdpx] {
    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-bz4k0cwdpx] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 860px) {
    .admin-shell[b-bz4k0cwdpx] {
        grid-template-columns: 1fr;
    }

    .admin-sidebar[b-bz4k0cwdpx] {
        position: relative;
        min-height: auto;
    }

    .admin-nav[b-bz4k0cwdpx] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .admin-nav[b-bz4k0cwdpx]  a {
        justify-content: center;
    }

    .admin-sidebar-footer[b-bz4k0cwdpx] {
        display: none;
    }
}

@media (max-width: 620px) {
    .admin-topbar[b-bz4k0cwdpx],
    .admin-user[b-bz4k0cwdpx] {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-nav[b-bz4k0cwdpx] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-cjrc7hgyp8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cjrc7hgyp8] {
    flex: 1;
}

.sidebar[b-cjrc7hgyp8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

    .top-row[b-cjrc7hgyp8]  a:hover, .top-row[b-cjrc7hgyp8]  .btn-link:hover {
        text-decoration: underline;
    }

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

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

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

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

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

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

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

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

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

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

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

.bi[b-iwkmpb3gd7] {
    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-iwkmpb3gd7] {
    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-iwkmpb3gd7] {
    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-iwkmpb3gd7] {
    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");
}

.bi-lock-nav-menu[b-iwkmpb3gd7] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-iwkmpb3gd7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-iwkmpb3gd7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-iwkmpb3gd7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-iwkmpb3gd7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

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

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

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

    .nav-item[b-iwkmpb3gd7]  .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-iwkmpb3gd7]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

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

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

    .nav-scrollable[b-iwkmpb3gd7] {
        /* 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-pa1uo5u0jd],
.components-reconnect-repeated-attempt-visible[b-pa1uo5u0jd],
.components-reconnect-failed-visible[b-pa1uo5u0jd],
.components-pause-visible[b-pa1uo5u0jd],
.components-resume-failed-visible[b-pa1uo5u0jd],
.components-rejoining-animation[b-pa1uo5u0jd] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-pa1uo5u0jd {
    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/Admin.razor.rz.scp.css */
.admin-dashboard[b-bzzcv3gpei] {
    display: grid;
    gap: 1.5rem;
}

.admin-hero[b-bzzcv3gpei] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: end;
    min-height: 18rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at 86% 22%, rgba(0, 166, 81, .2), transparent 10rem),
        radial-gradient(circle at 12% 18%, rgba(138, 138, 138, .16), transparent 12rem),
        linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}

.admin-hero[b-bzzcv3gpei]::before,
.admin-hero[b-bzzcv3gpei]::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.admin-hero[b-bzzcv3gpei]::before {
    width: 5rem;
    height: 5rem;
    top: 1.5rem;
    right: 15rem;
    border: 3px solid #111111;
    opacity: .16;
}

.admin-hero[b-bzzcv3gpei]::after {
    width: 4rem;
    height: 4rem;
    right: 3rem;
    bottom: 2.5rem;
    background: #00a651;
    opacity: .18;
}

.eyebrow[b-bzzcv3gpei] {
    margin: 0 0 .8rem;
    color: #8a8a8a;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.admin-hero h1[b-bzzcv3gpei] {
    margin: 0;
    color: #111111;
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: clamp(3rem, 8vw, 5.5rem);
    line-height: .9;
}

.intro[b-bzzcv3gpei] {
    max-width: 42rem;
    margin: 1.4rem 0 0;
    color: #666666;
    font-size: 1.05rem;
    line-height: 1.7;
}

.hero-status[b-bzzcv3gpei] {
    position: relative;
    z-index: 1;
    min-width: 14rem;
    padding: 1rem;
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, .75);
    box-shadow: 0 1.25rem 3rem rgba(17, 17, 17, .08);
}

.hero-status strong[b-bzzcv3gpei],
.hero-status small[b-bzzcv3gpei] {
    display: block;
}

.hero-status strong[b-bzzcv3gpei] {
    margin-top: .75rem;
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: 1.2rem;
}

.hero-status small[b-bzzcv3gpei] {
    margin-top: .2rem;
    color: #666666;
}

.pulse[b-bzzcv3gpei] {
    display: block;
    width: .7rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #00a651;
    box-shadow: 0 0 0 .45rem rgba(0, 166, 81, .12), 0 0 1.5rem rgba(0, 166, 81, .45);
}

.metric-grid[b-bzzcv3gpei] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.metric-card[b-bzzcv3gpei],
.admin-panel[b-bzzcv3gpei] {
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 1rem 2.5rem rgba(17, 17, 17, .045);
}

.metric-card[b-bzzcv3gpei] {
    min-height: 10rem;
    padding: 1.25rem;
}

.metric-card.accent[b-bzzcv3gpei] {
    border-color: rgba(0, 166, 81, .28);
    background: linear-gradient(180deg, rgba(0, 166, 81, .08), #ffffff 60%);
}

.metric-label[b-bzzcv3gpei] {
    display: block;
    color: #8a8a8a;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.metric-card strong[b-bzzcv3gpei] {
    display: block;
    margin-top: 1rem;
    color: #111111;
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: 1.7rem;
    line-height: 1;
}

.metric-card p[b-bzzcv3gpei] {
    margin: 1rem 0 0;
    color: #666666;
    line-height: 1.6;
}

.admin-grid[b-bzzcv3gpei] {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(20rem, .6fr);
    gap: 1rem;
}

.admin-panel[b-bzzcv3gpei] {
    padding: 1.25rem;
}

.admin-panel.wide[b-bzzcv3gpei] {
    grid-row: span 2;
}

.panel-heading[b-bzzcv3gpei] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.panel-heading.compact[b-bzzcv3gpei] {
    margin-bottom: 1rem;
}

.panel-heading h2[b-bzzcv3gpei] {
    margin: 0;
    color: #111111;
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: 1.6rem;
}

.panel-badge[b-bzzcv3gpei] {
    padding: .35rem .75rem;
    border-radius: 999px;
    background: rgba(0, 166, 81, .1);
    color: #007a3c;
    font-size: .78rem;
    font-weight: 800;
}

.service-table[b-bzzcv3gpei] {
    display: grid;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: .85rem;
}

.service-row[b-bzzcv3gpei] {
    display: grid;
    grid-template-columns: 1fr .75fr .8fr 1.2fr;
    gap: 1rem;
    align-items: center;
    min-height: 4rem;
    padding: .9rem 1rem;
    border-bottom: 1px solid #eeeeee;
    color: #555555;
}

.service-row:last-child[b-bzzcv3gpei] {
    border-bottom: 0;
}

.service-row.header[b-bzzcv3gpei] {
    min-height: 3rem;
    background: #f7f7f7;
    color: #8a8a8a;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.service-row span:first-child[b-bzzcv3gpei] {
    color: #111111;
    font-weight: 750;
}

.status-dot[b-bzzcv3gpei] {
    display: inline-block;
    width: .5rem;
    aspect-ratio: 1;
    margin-right: .4rem;
    border-radius: 50%;
    vertical-align: middle;
}

.status-dot.ok[b-bzzcv3gpei] {
    background: #00a651;
    box-shadow: 0 0 .8rem rgba(0, 166, 81, .45);
}

.status-dot.warn[b-bzzcv3gpei] {
    background: #8a8a8a;
}

.action-list[b-bzzcv3gpei] {
    display: grid;
    gap: .65rem;
}

.action-list a[b-bzzcv3gpei] {
    display: flex;
    justify-content: space-between;
    padding: .85rem 1rem;
    border: 1px solid #eeeeee;
    border-radius: .75rem;
    color: #111111;
    font-weight: 750;
    text-decoration: none;
    transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.action-list a[b-bzzcv3gpei]::after {
    content: ">";
    color: #8a8a8a;
}

.action-list a:hover[b-bzzcv3gpei] {
    border-color: rgba(0, 166, 81, .45);
    background: rgba(0, 166, 81, .06);
    transform: translateX(2px);
}

.activity-list[b-bzzcv3gpei] {
    display: grid;
    gap: .85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.activity-list li[b-bzzcv3gpei] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .75rem;
    align-items: start;
}

.activity-list span[b-bzzcv3gpei] {
    width: .65rem;
    aspect-ratio: 1;
    margin-top: .45rem;
    border-radius: 50%;
    background: #00a651;
}

.activity-list p[b-bzzcv3gpei] {
    margin: 0;
    color: #666666;
    line-height: 1.6;
}

@media (max-width: 1080px) {
    .metric-grid[b-bzzcv3gpei] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-grid[b-bzzcv3gpei] {
        grid-template-columns: 1fr;
    }

    .admin-panel.wide[b-bzzcv3gpei] {
        grid-row: auto;
    }
}

@media (max-width: 760px) {
    .admin-hero[b-bzzcv3gpei] {
        grid-template-columns: 1fr;
    }

    .hero-status[b-bzzcv3gpei] {
        min-width: 0;
    }

    .metric-grid[b-bzzcv3gpei] {
        grid-template-columns: 1fr;
    }

    .service-row[b-bzzcv3gpei],
    .service-row.header[b-bzzcv3gpei] {
        grid-template-columns: 1fr;
        gap: .35rem;
    }
}
/* /Components/Pages/AdminAnalytics.razor.rz.scp.css */
.analytics-dashboard[b-shauisx0eo] {
    display: grid;
    gap: 1.5rem;
}

.analytics-hero[b-shauisx0eo] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: end;
    min-height: 17rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at 78% 24%, rgba(0, 166, 81, .2), transparent 10rem),
        radial-gradient(circle at 12% 24%, rgba(138, 138, 138, .16), transparent 12rem),
        linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}

.analytics-hero[b-shauisx0eo]::before,
.analytics-hero[b-shauisx0eo]::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.analytics-hero[b-shauisx0eo]::before {
    width: 5rem;
    height: 5rem;
    top: 1.4rem;
    right: 15rem;
    border: 3px solid #111111;
    opacity: .14;
}

.analytics-hero[b-shauisx0eo]::after {
    width: 4.2rem;
    height: 4.2rem;
    right: 3rem;
    bottom: 2.4rem;
    background: #00a651;
    opacity: .18;
}

.analytics-hero h1[b-shauisx0eo] {
    margin: 0;
    color: #111111;
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: clamp(3rem, 8vw, 5.5rem);
    line-height: .9;
}

.analytics-status[b-shauisx0eo] {
    position: relative;
    z-index: 1;
    min-width: 14rem;
    padding: 1rem;
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 1.25rem 3rem rgba(17, 17, 17, .08);
}

.analytics-status strong[b-shauisx0eo],
.analytics-status small[b-shauisx0eo] {
    display: block;
}

.analytics-status strong[b-shauisx0eo] {
    margin-top: .75rem;
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: 2.2rem;
    line-height: 1;
}

.analytics-status small[b-shauisx0eo] {
    margin-top: .2rem;
    color: #666666;
}

.analytics-empty[b-shauisx0eo] {
    padding: 1rem;
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 1rem;
    background: #ffffff;
    color: #666666;
    font-weight: 750;
}

.analytics-metrics[b-shauisx0eo] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.analytics-metric[b-shauisx0eo] {
    display: grid;
    gap: 1.2rem;
    padding: 1.25rem;
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 1rem 2.5rem rgba(17, 17, 17, .045);
}

.analytics-metric strong[b-shauisx0eo] {
    display: block;
    margin-top: .9rem;
    color: #111111;
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: 2.4rem;
    line-height: 1;
}

.analytics-metric p[b-shauisx0eo] {
    margin: .5rem 0 0;
    color: #666666;
}

.site-state[b-shauisx0eo] {
    width: fit-content;
    padding: .38rem .72rem;
    border-radius: 999px;
    background: rgba(138, 138, 138, .12);
    color: #666666;
    font-size: .78rem;
    font-weight: 850;
}

.site-state.active[b-shauisx0eo] {
    background: rgba(0, 166, 81, .1);
    color: #007a3c;
}

.analytics-metric dl[b-shauisx0eo] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
    margin: 0;
}

.analytics-metric dl div[b-shauisx0eo] {
    padding-top: .8rem;
    border-top: 1px solid #eeeeee;
}

.analytics-metric dt[b-shauisx0eo] {
    color: #8a8a8a;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.analytics-metric dd[b-shauisx0eo] {
    margin: .35rem 0 0;
    color: #111111;
    font-weight: 850;
}

.analytics-grid[b-shauisx0eo] {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(22rem, .65fr);
    gap: 1rem;
}

.analytics-grid .wide[b-shauisx0eo] {
    grid-column: span 2;
}

.daily-chart[b-shauisx0eo] {
    display: grid;
    grid-template-columns: repeat(14, minmax(0, 1fr));
    gap: .75rem;
    align-items: end;
    min-height: 16rem;
    padding-top: 1rem;
}

.daily-bar[b-shauisx0eo] {
    display: grid;
    grid-template-rows: minmax(8rem, 1fr) auto auto;
    gap: .45rem;
    align-items: end;
    min-width: 0;
}

.daily-bar span[b-shauisx0eo] {
    display: block;
    min-height: .55rem;
    border-radius: .65rem .65rem .2rem .2rem;
    background: linear-gradient(180deg, #00a651 0%, #008b45 100%);
    box-shadow: 0 .8rem 1.5rem rgba(0, 166, 81, .18);
}

.daily-bar small[b-shauisx0eo],
.daily-bar strong[b-shauisx0eo] {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.daily-bar small[b-shauisx0eo] {
    color: #8a8a8a;
    font-size: .72rem;
    font-weight: 750;
}

.daily-bar strong[b-shauisx0eo] {
    color: #111111;
    font-size: .85rem;
}

.snippet-list[b-shauisx0eo],
.analytics-list[b-shauisx0eo] {
    display: grid;
    gap: .7rem;
}

.snippet-row[b-shauisx0eo] {
    display: grid;
    gap: .45rem;
}

.snippet-row span[b-shauisx0eo] {
    color: #111111;
    font-weight: 850;
}

.snippet-row code[b-shauisx0eo] {
    display: block;
    overflow-x: auto;
    padding: .85rem;
    border: 1px solid #eeeeee;
    border-radius: .8rem;
    background: #111111;
    color: #f4f4f4;
    font-size: .78rem;
    white-space: nowrap;
}

.analytics-row[b-shauisx0eo] {
    display: grid;
    grid-template-columns: .72fr minmax(0, 1fr) auto;
    gap: .75rem;
    align-items: center;
    min-height: 3.2rem;
    padding: .75rem .85rem;
    border: 1px solid #eeeeee;
    border-radius: .75rem;
}

.analytics-row span[b-shauisx0eo] {
    color: #8a8a8a;
    font-size: .78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.analytics-row strong[b-shauisx0eo] {
    overflow: hidden;
    color: #111111;
    font-size: .94rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.analytics-row em[b-shauisx0eo] {
    color: #007a3c;
    font-style: normal;
    font-weight: 850;
}

.muted-line[b-shauisx0eo] {
    margin: 0;
    color: #666666;
    line-height: 1.6;
}

.recent-table[b-shauisx0eo] {
    display: grid;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: .85rem;
}

.recent-row[b-shauisx0eo] {
    display: grid;
    grid-template-columns: .65fr minmax(0, 1.2fr) minmax(0, 1fr) .6fr;
    gap: 1rem;
    align-items: center;
    min-height: 3.75rem;
    padding: .85rem 1rem;
    border-bottom: 1px solid #eeeeee;
    color: #555555;
}

.recent-row:last-child[b-shauisx0eo] {
    border-bottom: 0;
}

.recent-row.header[b-shauisx0eo] {
    min-height: 3rem;
    background: #f7f7f7;
    color: #8a8a8a;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.recent-row span[b-shauisx0eo] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recent-row span:first-child[b-shauisx0eo] {
    color: #111111;
    font-weight: 750;
}

.recent-row.empty[b-shauisx0eo] {
    grid-template-columns: 1fr;
}

@media (max-width: 1080px) {
    .analytics-grid[b-shauisx0eo] {
        grid-template-columns: 1fr;
    }

    .analytics-grid .wide[b-shauisx0eo] {
        grid-column: auto;
    }
}

@media (max-width: 860px) {
    .analytics-hero[b-shauisx0eo],
    .analytics-metrics[b-shauisx0eo] {
        grid-template-columns: 1fr;
    }

    .daily-chart[b-shauisx0eo] {
        gap: .45rem;
        overflow-x: auto;
        padding-bottom: .5rem;
    }

    .daily-bar[b-shauisx0eo] {
        width: 3rem;
    }
}

@media (max-width: 680px) {
    .analytics-metric dl[b-shauisx0eo],
    .analytics-row[b-shauisx0eo],
    .recent-row[b-shauisx0eo],
    .recent-row.header[b-shauisx0eo] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.fyxo-home[b-41yfd5iujg] {
    --fyxo-black: #111111;
    --fyxo-grey: #8a8a8a;
    --fyxo-green: #00a651;
    --fyxo-soft: #fafafa;
    --fyxo-border: #eeeeee;
    --fyxo-muted: #666666;
    min-height: 100vh;
    overflow-x: hidden;
    background: var(--fyxo-soft);
    color: var(--fyxo-black);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.fyxo-home h1[b-41yfd5iujg],
.fyxo-home h2[b-41yfd5iujg],
.fyxo-home h3[b-41yfd5iujg] {
    font-family: "Space Grotesk", Inter, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0;
}

.container[b-41yfd5iujg] {
    width: min(100% - 3rem, 72rem);
    margin: 0 auto;
}

.hero[b-41yfd5iujg] {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    isolation: isolate;
}

.hero-backdrop[b-41yfd5iujg] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 48%, #f5f5f5 100%);
    z-index: -2;
}

.shape[b-41yfd5iujg] {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    animation: drift-b-41yfd5iujg var(--duration, 8s) ease-in-out infinite;
    animation-delay: var(--delay, 0s);
    --drift-x: 0;
    --drift-y: -1.1rem;
    --drift-scale: 1.02;
}

.shape-outline[b-41yfd5iujg] {
    width: clamp(4rem, 7vw, 8rem);
    height: clamp(4rem, 7vw, 8rem);
    border: 3px solid var(--fyxo-black);
}

.shape-grey[b-41yfd5iujg],
.shape-muted[b-41yfd5iujg] {
    background: var(--fyxo-grey);
}

.shape-green[b-41yfd5iujg] {
    background: var(--fyxo-green);
}

.shape-pale[b-41yfd5iujg] {
    background: #e7e7e7;
}

.shape-green-soft[b-41yfd5iujg] {
    background: rgba(0, 166, 81, .16);
}

.shape-outline-soft[b-41yfd5iujg] {
    border: 2px solid #dddddd;
}

.shape-a[b-41yfd5iujg] {
    top: 14%;
    left: 14.5%;
    width: clamp(5rem, 12vw, 8rem);
    height: clamp(5rem, 12vw, 8rem);
    border-color: #cfcfcf;
    opacity: 1;
    --duration: 9s;
    --drift-x: .35rem;
    --drift-y: -1.4rem;
}

.shape-f[b-41yfd5iujg] {
    top: 18.5%;
    left: 69%;
    width: clamp(6.5rem, 10vw, 7rem);
    height: clamp(6.5rem, 10vw, 7rem);
    opacity: .75;
    --duration: 9.5s;
    --delay: -2.5s;
    --drift-x: .45rem;
    --drift-y: -1rem;
}

.shape-g[b-41yfd5iujg] {
    bottom: 30%;
    left: 25%;
    width: clamp(5.8rem, 9vw, 6.2rem);
    height: clamp(5.8rem, 9vw, 6.2rem);
    --duration: 8s;
    --delay: -4.2s;
    --drift-x: -.7rem;
    --drift-y: -1.3rem;
}

.shape-h[b-41yfd5iujg] {
    top: 55%;
    left: 78%;
    width: clamp(3.8rem, 6vw, 4rem);
    height: clamp(3.8rem, 6vw, 4rem);
    opacity: .95;
    --duration: 7.2s;
    --delay: -2.2s;
    --drift-x: -.5rem;
    --drift-y: -1.1rem;
}

.shape-i[b-41yfd5iujg] {
    bottom: 13%;
    left: 62%;
    width: clamp(4.8rem, 8vw, 5.2rem);
    height: clamp(4.8rem, 8vw, 5.2rem);
    opacity: .55;
    --duration: 8.8s;
    --delay: -1.1s;
    --drift-x: .7rem;
    --drift-y: 1.1rem;
}

.hero-content[b-41yfd5iujg] {
    position: relative;
    z-index: 1;
    width: min(100% - 2rem, 64rem);
    padding: 5rem 0;
    animation: fade-up-b-41yfd5iujg .8s ease both;
}

.brand-mark[b-41yfd5iujg] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1.5rem, 4vw, 2.5rem);
    margin-bottom: 2.5rem;
    animation: fade-up-b-41yfd5iujg .8s ease .1s both;
}

.dot[b-41yfd5iujg] {
    display: block;
    width: clamp(3.3rem, 7vw, 4.1rem);
    aspect-ratio: 1;
    border-radius: 50%;
    animation: drift-b-41yfd5iujg 7s ease-in-out infinite;
    --drift-y: -1rem;
    --drift-scale: 1.03;
}

.dot.outline[b-41yfd5iujg] {
    border: 3px solid var(--fyxo-black);
}

.dot.grey[b-41yfd5iujg] {
    background: var(--fyxo-grey);
    animation-delay: -1.5s;
    --drift-x: .4rem;
}

.dot.green[b-41yfd5iujg] {
    background: var(--fyxo-green);
    animation-delay: -3s;
    --drift-x: -.35rem;
}

.hero h1[b-41yfd5iujg] {
    margin: 0 0 1rem;
    font-size: clamp(3.75rem, 12vw, 6rem);
    line-height: .95;
    font-weight: 700;
}

.hero h1 span:last-child[b-41yfd5iujg],
.footer-brand strong span:last-child[b-41yfd5iujg] {
    color: var(--fyxo-grey);
}

.tagline[b-41yfd5iujg] {
    margin: 0;
    color: var(--fyxo-black);
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    font-weight: 500;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.rule[b-41yfd5iujg] {
    width: 6rem;
    height: 2px;
    margin: 3rem auto 0;
    background: linear-gradient(90deg, var(--fyxo-black), var(--fyxo-grey), var(--fyxo-green));
    transform-origin: center;
    animation: scale-in-b-41yfd5iujg .9s ease .35s both;
}

.intro[b-41yfd5iujg] {
    max-width: 36rem;
    margin: 2rem auto 0;
    color: var(--fyxo-muted);
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.7;
}

.hero-actions[b-41yfd5iujg] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}

.button[b-41yfd5iujg],
.mail-link[b-41yfd5iujg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    border-radius: 999px;
    padding: .8rem 2rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.button:hover[b-41yfd5iujg],
.mail-link:hover[b-41yfd5iujg] {
    transform: translateY(-2px);
}

.button.primary[b-41yfd5iujg] {
    background: var(--fyxo-black);
    color: #ffffff;
}

.button.secondary[b-41yfd5iujg] {
    border: 1px solid var(--fyxo-black);
    color: var(--fyxo-black);
}

.button.secondary:hover[b-41yfd5iujg] {
    background: var(--fyxo-black);
    color: #ffffff;
}

.scroll-cue[b-41yfd5iujg] {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    width: 2rem;
    height: 2rem;
    translate: -50% 0;
    color: var(--fyxo-grey);
    animation: bounce-b-41yfd5iujg 1.5s infinite;
}

.scroll-cue svg[b-41yfd5iujg],
.pillar-icon svg[b-41yfd5iujg],
.mail-link svg[b-41yfd5iujg] {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.section[b-41yfd5iujg] {
    padding: clamp(5rem, 10vw, 8rem) 0;
}

.pillars[b-41yfd5iujg],
.stats-grid > div[b-41yfd5iujg] {
    background: #ffffff;
}

.section-heading[b-41yfd5iujg] {
    max-width: 52rem;
    margin: 0 auto clamp(4rem, 8vw, 6rem);
    text-align: center;
}

.section-heading p[b-41yfd5iujg],
.eyebrow[b-41yfd5iujg] {
    margin: 0 0 1rem;
    color: var(--fyxo-grey);
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.section h2[b-41yfd5iujg],
.about h2[b-41yfd5iujg],
.contact h2[b-41yfd5iujg] {
    margin: 0;
    color: var(--fyxo-black);
    font-size: clamp(2rem, 6vw, 3.75rem);
    line-height: 1.05;
    font-weight: 700;
}

.section h2 span[b-41yfd5iujg],
.about h2 span[b-41yfd5iujg],
.contact h2 span[b-41yfd5iujg] {
    color: var(--fyxo-green);
}

.pillar-grid[b-41yfd5iujg] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.5rem, 4vw, 3rem);
}

.pillar-card[b-41yfd5iujg] {
    position: relative;
    display: flex;
    min-height: 26rem;
    flex-direction: column;
    padding: clamp(2rem, 4vw, 2.5rem);
    border: 1px solid var(--fyxo-border);
    border-radius: 1.5rem;
    background: #ffffff;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.pillar-card:hover[b-41yfd5iujg] {
    transform: translateY(-4px);
    box-shadow: 0 1.25rem 3rem rgba(17, 17, 17, .08);
}

.pillar-card.imagine:hover[b-41yfd5iujg] {
    border-color: var(--fyxo-black);
}

.pillar-card.develop:hover[b-41yfd5iujg] {
    border-color: var(--fyxo-grey);
}

.pillar-card.deliver:hover[b-41yfd5iujg] {
    border-color: var(--fyxo-green);
}

.pillar-icon[b-41yfd5iujg] {
    display: grid;
    place-items: center;
    width: 4rem;
    aspect-ratio: 1;
    margin-bottom: 2rem;
    border-radius: 50%;
}

.pillar-icon.outline[b-41yfd5iujg] {
    border: 3px solid var(--fyxo-black);
    color: var(--fyxo-black);
}

.pillar-icon.filled-grey[b-41yfd5iujg] {
    background: var(--fyxo-grey);
    color: #ffffff;
}

.pillar-icon.filled-green[b-41yfd5iujg] {
    background: var(--fyxo-green);
    color: #ffffff;
}

.pillar-icon svg[b-41yfd5iujg] {
    width: 1.75rem;
    height: 1.75rem;
}

.pillar-card h3[b-41yfd5iujg] {
    margin: 0 0 .5rem;
    font-size: clamp(1.75rem, 3vw, 2rem);
    font-weight: 700;
}

.pillar-card .label[b-41yfd5iujg] {
    margin: 0 0 1.5rem;
    color: var(--fyxo-grey);
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pillar-card p:last-of-type[b-41yfd5iujg],
.copy[b-41yfd5iujg] {
    color: var(--fyxo-muted);
    line-height: 1.7;
}

.accent-line[b-41yfd5iujg] {
    display: block;
    width: 3rem;
    height: .25rem;
    margin-top: auto;
    border-radius: 999px;
    transition: width .25s ease;
}

.pillar-card:hover .accent-line[b-41yfd5iujg] {
    width: 100%;
}

.imagine .accent-line[b-41yfd5iujg] {
    background: var(--fyxo-black);
}

.develop .accent-line[b-41yfd5iujg] {
    background: var(--fyxo-grey);
}

.deliver .accent-line[b-41yfd5iujg] {
    background: var(--fyxo-green);
}

.about[b-41yfd5iujg] {
    background: var(--fyxo-soft);
}

.about-grid[b-41yfd5iujg] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, .9fr);
    align-items: center;
    gap: clamp(3rem, 8vw, 6rem);
}

.copy[b-41yfd5iujg] {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.copy p[b-41yfd5iujg] {
    margin: 0;
}

.tech-list[b-41yfd5iujg] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 2.5rem;
}

.tech-list span[b-41yfd5iujg] {
    padding: .5rem 1rem;
    border: 1px solid var(--fyxo-border);
    border-radius: 999px;
    background: #ffffff;
    color: var(--fyxo-muted);
    font-size: .875rem;
    transition: border-color .2s ease, color .2s ease;
}

.tech-list span:hover[b-41yfd5iujg] {
    border-color: var(--fyxo-green);
    color: var(--fyxo-green);
}

.stats-grid[b-41yfd5iujg] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.stats-grid > div[b-41yfd5iujg] {
    min-height: 10rem;
    padding: 2rem;
    border: 1px solid var(--fyxo-border);
    border-radius: 1rem;
    transition: box-shadow .25s ease, transform .25s ease;
}

.stats-grid > div:hover[b-41yfd5iujg] {
    transform: translateY(-3px);
    box-shadow: 0 1rem 2.5rem rgba(17, 17, 17, .07);
}

.stats-grid strong[b-41yfd5iujg] {
    display: block;
    margin-bottom: .5rem;
    font-size: clamp(2rem, 4vw, 2.5rem);
    line-height: 1;
}

.stats-grid span[b-41yfd5iujg] {
    color: var(--fyxo-grey);
    font-size: .9rem;
}

.contact[b-41yfd5iujg] {
    padding: clamp(5rem, 10vw, 8rem) 0 2.5rem;
    background: var(--fyxo-black);
    color: #ffffff;
}

.contact-main[b-41yfd5iujg] {
    max-width: 44rem;
    margin: 0 auto 5rem;
    text-align: center;
}

.contact h2[b-41yfd5iujg] {
    color: #ffffff;
}

.contact-main p[b-41yfd5iujg] {
    max-width: 36rem;
    margin: 1.5rem auto 2.5rem;
    color: #aaaaaa;
    font-size: 1.125rem;
    line-height: 1.7;
}

.mail-link[b-41yfd5iujg] {
    gap: .75rem;
    background: var(--fyxo-green);
    color: #ffffff;
    font-size: 1.125rem;
}

.mail-link:hover[b-41yfd5iujg] {
    background: #008f45;
    color: #ffffff;
}

.mail-link svg[b-41yfd5iujg] {
    width: 1.25rem;
    height: 1.25rem;
}

.footer-row[b-41yfd5iujg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #333333;
    color: #666666;
    font-size: .875rem;
}

.footer-row p[b-41yfd5iujg] {
    margin: 0;
}

.footer-row p:nth-child(2)[b-41yfd5iujg] {
    letter-spacing: .18em;
    text-transform: uppercase;
}

.admin-access[b-41yfd5iujg] {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
}

.admin-portal-link[b-41yfd5iujg] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .35rem .7rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 999px;
    background: rgba(255, 255, 255, .015);
    color: rgba(255, 255, 255, .18);
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.admin-portal-link:hover[b-41yfd5iujg],
.admin-portal-link:focus-visible[b-41yfd5iujg] {
    border-color: rgba(0, 166, 81, .5);
    background: rgba(0, 166, 81, .08);
    box-shadow: 0 0 1.5rem rgba(0, 166, 81, .12);
    color: rgba(255, 255, 255, .82);
    transform: translateY(-1px);
}

.admin-dot[b-41yfd5iujg] {
    width: .42rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(0, 166, 81, .35);
    box-shadow: 0 0 .75rem rgba(0, 166, 81, .2);
}

.footer-brand[b-41yfd5iujg] {
    display: flex;
    align-items: center;
    gap: .75rem;
    color: #ffffff;
}

.footer-brand strong[b-41yfd5iujg] {
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: 1.25rem;
}

.mini-mark[b-41yfd5iujg] {
    display: flex;
    gap: .5rem;
}

.mini-mark i[b-41yfd5iujg] {
    display: block;
    width: 1rem;
    aspect-ratio: 1;
    border-radius: 50%;
}

.mini-mark i:first-child[b-41yfd5iujg] {
    border: 2px solid #ffffff;
}

.mini-mark i:nth-child(2)[b-41yfd5iujg] {
    background: var(--fyxo-grey);
}

.mini-mark i:last-child[b-41yfd5iujg] {
    background: var(--fyxo-green);
}

@keyframes drift-b-41yfd5iujg {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(var(--drift-x), var(--drift-y), 0) scale(var(--drift-scale));
    }
}

@keyframes fade-up-b-41yfd5iujg {
    from {
        opacity: 0;
        transform: translateY(1rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scale-in-b-41yfd5iujg {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes bounce-b-41yfd5iujg {
    0%,
    100% {
        transform: translateY(-20%);
    }

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

@media (max-width: 900px) {
    .pillar-grid[b-41yfd5iujg],
    .about-grid[b-41yfd5iujg] {
        grid-template-columns: 1fr;
    }

    .pillar-card[b-41yfd5iujg] {
        min-height: auto;
    }

    .footer-row[b-41yfd5iujg] {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 620px) {
    .container[b-41yfd5iujg] {
        width: min(100% - 2rem, 72rem);
    }

    .tagline[b-41yfd5iujg],
    .footer-row p:nth-child(2)[b-41yfd5iujg] {
        letter-spacing: .12em;
    }

    .hero-actions[b-41yfd5iujg] {
        align-items: stretch;
        flex-direction: column;
    }

    .button[b-41yfd5iujg],
    .mail-link[b-41yfd5iujg] {
        width: 100%;
    }

    .stats-grid[b-41yfd5iujg] {
        grid-template-columns: 1fr;
    }

    .shape-a[b-41yfd5iujg] {
        left: -2rem;
    }

    .shape-f[b-41yfd5iujg] {
        left: auto;
        right: -1rem;
    }

    .shape-i[b-41yfd5iujg] {
        right: -2rem;
    }
}
