/* /Components/Common/EmptyState.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1441px) {
    .empty-spacing[b-qij7q7f866] {
        padding-top: 4rem;
    }

    .main-column[b-qij7q7f866] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .icon-row[b-qij7q7f866] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        color: var(--dark-color);
        font-size: 7rem;
        padding-bottom: 0.5rem;
    }

    .title[b-qij7q7f866] {
        font-size: 1.5rem;
        font-weight: 500;
        color: var(--dark-color);
    }

    .description[b-qij7q7f866] {
        font-size: 1rem;
        font-weight: 500;
        color: var(--dark-color);
        opacity: 0.5;
    }

    .button[b-qij7q7f866] {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        font-weight: 500;
        border-radius: 50rem;
        padding: 1rem 1.25rem;
        gap: 0.5rem;
        margin-top: 1rem;
        background: var(--brand);
        color: var(--background-color);
    }

    .button:hover[b-qij7q7f866] {
        cursor: pointer;
        background: var(--dark-color);
    }

    .button-icon[b-qij7q7f866] {
        font-size: 1rem;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/

@media screen and (min-width: 992px) and (max-width: 1440px) {
    .empty-spacing[b-qij7q7f866] {
        padding-top: 4rem;
    }

    .main-column[b-qij7q7f866] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .icon-row[b-qij7q7f866] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        color: var(--dark-color);
        font-size: 5rem;
        padding-bottom: 0.5rem;
    }

    .title[b-qij7q7f866] {
        font-size: 1rem;
        font-weight: 500;
        color: var(--dark-color);
    }

    .description[b-qij7q7f866] {
        font-size: 0.75rem;
        font-weight: 500;
        color: var(--dark-color);
        opacity: 0.5;
    }

    .button[b-qij7q7f866] {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        font-weight: 500;
        border-radius: 50rem;
        padding: 0.85rem 1.25rem;
        gap: 0.5rem;
        margin-top: 1rem;
        background: var(--brand);
        color: var(--background-color);
    }

    .button:hover[b-qij7q7f866] {
        cursor: pointer;
        background: var(--dark-color);
        transition: 0.25s;
    }

    .button-icon[b-qij7q7f866] {
        font-size: 0.85rem;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .empty-spacing[b-qij7q7f866] {
        padding-top: 4rem;
    }

    .main-column[b-qij7q7f866] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .icon-row[b-qij7q7f866] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        color: var(--dark-color);
        font-size: 6rem;
        padding-bottom: 0.5rem;
    }

    .title[b-qij7q7f866] {
        font-size: 1.5rem;
        font-weight: 500;
        color: var(--dark-color);
    }

    .description[b-qij7q7f866] {
        font-size: 1rem;
        font-weight: 500;
        color: var(--dark-color);
        opacity: 0.5;
    }

    .button[b-qij7q7f866] {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        font-weight: 500;
        border-radius: 50rem;
        padding: 1rem 1.25rem;
        gap: 0.5rem;
        margin-top: 1rem;
        background: var(--brand);
        color: var(--background-color);
    }

    .button:hover[b-qij7q7f866] {
        cursor: pointer;
        background: var(--dark-color);
    }

    .button-icon[b-qij7q7f866] {
        font-size: 1rem;
    }
}
/* /Components/Common/Greetings.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {
    .greeting-group[b-awr1sg2ejt] {
        margin-bottom: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .greeting[b-awr1sg2ejt] {
        font-weight: 600;
        font-size: 2rem;
        color: var(--dark-color);
    }

    .dashboard-message[b-awr1sg2ejt] {
        font-weight: 400;
        font-size: 1.25rem;
        color: var(--dark-color);
    }

    /**************** Toggle Switch ****************/

    .settings-value[b-awr1sg2ejt] {
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 0.85rem;
    }

    .label[b-awr1sg2ejt] {
        color: var(--dark-color);
        margin-right: 0.5rem;
    }

    .switch-container[b-awr1sg2ejt] {
        display: flex;
        align-items: center;
    }

    .switch[b-awr1sg2ejt] {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 24px;
        margin-right: 6px;
    }

    .switch input[b-awr1sg2ejt] {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider[b-awr1sg2ejt] {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--light-color);
        transition: 0.4s;
        border-radius: 24px;
    }

    .slider[b-awr1sg2ejt]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 3px;
        background-color: var(--dark-color);
        transition: 0.4s;
        border-radius: 50%;
    }

    input:checked + .slider[b-awr1sg2ejt] {
        background-color: var(--brand);
    }

    input:checked + .slider[b-awr1sg2ejt]:before {
        transform: translateX(24px);
    }

    .slider.round[b-awr1sg2ejt] {
        border-radius: 24px;
    }

    /**************** Button ****************/

    .button-container[b-awr1sg2ejt] {
        
    }

    .button[b-awr1sg2ejt] {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        font-weight: 500;
        border-radius: 50rem;
        padding: 0.85rem 1.25rem;
        gap: 0.5rem;
        margin-top: 1rem;
        background: transparent;
        color: var(--dark-color);
        outline: none;
        border: 2px solid var(--error-color);
    }

    .button:hover[b-awr1sg2ejt] {
        cursor: pointer;
        background: var(--error-color);
        transition: 0.25s;
    }

    .button-icon[b-awr1sg2ejt] {
        font-size: 0.85rem;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1625px) {
    .greeting-group[b-awr1sg2ejt] {
        margin-bottom: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .greeting[b-awr1sg2ejt] {
        font-weight: 600;
        font-size: 1.5rem;
        color: var(--dark-color);
    }

    .dashboard-message[b-awr1sg2ejt] {
        font-weight: 400;
        font-size: 0.85rem;
        color: var(--dark-color);
    }

    /**************** Toggle Switch ****************/

    .settings-value[b-awr1sg2ejt] {
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 0.85rem;
    }

    .label[b-awr1sg2ejt] {
        color: var(--dark-color);
        margin-right: 0.5rem;
        font-size: 0.85rem;
    }

    .switch-container[b-awr1sg2ejt] {
        display: flex;
        align-items: center;
    }

    .switch[b-awr1sg2ejt] {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 24px;
        margin-right: 6px;
    }

    .switch input[b-awr1sg2ejt] {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider[b-awr1sg2ejt] {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--light-color);
        transition: 0.4s;
        border-radius: 24px;
    }

    .slider[b-awr1sg2ejt]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 3px;
        background-color: var(--dark-color);
        transition: 0.4s;
        border-radius: 50%;
    }

    input:checked + .slider[b-awr1sg2ejt] {
        background-color: var(--brand);
    }

    input:checked + .slider[b-awr1sg2ejt]:before {
        transform: translateX(24px);
    }

    .slider.round[b-awr1sg2ejt] {
        border-radius: 24px;
    }

    /**************** Button ****************/

    .button-container[b-awr1sg2ejt] {
    }

    .button[b-awr1sg2ejt] {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        font-weight: 500;
        border-radius: 50rem;
        padding: 0.85rem 1.25rem;
        gap: 0.5rem;
        margin-top: 1rem;
        background: transparent;
        color: var(--dark-color);
        outline: none;
        border: 2px solid var(--error-color);
    }

    .button:hover[b-awr1sg2ejt] {
        cursor: pointer;
        background: var(--error-color);
        transition: 0.25s;
    }

    .button-icon[b-awr1sg2ejt] {
        font-size: 0.85rem;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .greeting-group[b-awr1sg2ejt] {
        margin-bottom: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .greeting[b-awr1sg2ejt] {
        font-weight: 600;
        font-size: 1.5rem;
        color: var(--dark-color);
    }

    .dashboard-message[b-awr1sg2ejt] {
        font-weight: 400;
        font-size: 1rem;
        color: var(--dark-color);
    }

    /**************** Toggle Switch ****************/

    .settings-value[b-awr1sg2ejt] {
        display: none;
    }

    /**************** Button ****************/

    .button-container[b-awr1sg2ejt] {
    }

    .button[b-awr1sg2ejt] {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.75rem;
        font-weight: 500;
        border-radius: 50rem;
        padding: 0.75rem 1rem;
        gap: 0.5rem;
        margin-top: 1rem;
        background: transparent;
        color: var(--dark-color);
        outline: none;
        border: 2px solid var(--error-color);
    }

    .button:hover[b-awr1sg2ejt] {
        cursor: pointer;
        background: var(--error-color);
        transition: 0.25s;
    }

    .button-icon[b-awr1sg2ejt] {
        font-size: 0.75rem;
    }
}
/* /Components/Common/Loading.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1441px) {
    .background[b-apmk4aunqm] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .loading-icon[b-apmk4aunqm] {
        color: var(--brand);
        font-size: 5rem;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1440px) {
    .background[b-apmk4aunqm] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .loading-icon[b-apmk4aunqm] {
        color: var(--brand);
        font-size: 5rem;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/
@media screen and (max-width: 991px) {
    .background[b-apmk4aunqm] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .loading-icon[b-apmk4aunqm] {
        color: var(--brand);
        font-size: 5rem;
    }
}
/* /Components/Common/Modal.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {
    .modal[b-v6sc6b0st0] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        display: block;
        z-index: 999;
    }

    .modal-content[b-v6sc6b0st0] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--background-color);
        padding-top: 3rem;
        padding-bottom: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
        border-radius: var(--sleek-border-radius);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 3;
        width: 25rem;
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .confirmation-icon[b-v6sc6b0st0] {
        font-size: 5rem;
        color: var(--brand);
        padding-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-message[b-v6sc6b0st0] {
        color: var(--dark-color);
        font-weight: 500;
        text-align: center;
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .modal-options[b-v6sc6b0st0] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
        width: 100%;
        gap: 1rem;
    }

    .modal-save[b-v6sc6b0st0] {
        background-color: var(--brand);
        color: var(--background-color);
        padding: 1rem 1.5rem;
        border: none;
        border-radius: var(--sleek-border-radius);
        cursor: pointer;
        margin-left: 0.5rem;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 10rem;
        gap: 0.75rem;
    }

    .modal-save:hover[b-v6sc6b0st0] {
        background-color: var(--dark-color);
    }

    .modal-save-error[b-v6sc6b0st0] {
        background-color: var(--error-color);
        color: var(--background-color);
        padding: 1rem 1.5rem;
        border: none;
        border-radius: var(--sleek-border-radius);
        cursor: pointer;
        margin-left: 0.5rem;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 10rem;
        gap: 0.75rem;
    }

    .modal-save-error:hover[b-v6sc6b0st0] {
        background-color: var(--dark-color);
    }

    .modal-cancel[b-v6sc6b0st0] {
        background-color: transparent;
        color: var(--dark-color);
        padding: 1rem 1.5rem;
        border: none;
        border-radius: var(--sleek-border-radius);
        cursor: pointer;
        margin-right: 0.5rem;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 10rem;
        gap: 0.75rem;
    }

    .modal-cancel:hover[b-v6sc6b0st0] {
        background-color: var(--light-color);
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/

@media screen and (min-width: 992px) and (max-width: 1625px) {
    .modal[b-v6sc6b0st0] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        display: block;
        z-index: 999;
    }

    .modal-content[b-v6sc6b0st0] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--background-color);
        padding-top: 3rem;
        padding-bottom: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
        border-radius: var(--sleek-border-radius);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 3;
        width: 22rem;
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .confirmation-icon[b-v6sc6b0st0] {
        font-size: 4rem;
        color: var(--brand);
        padding-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-message[b-v6sc6b0st0] {
        color: var(--dark-color);
        font-weight: 500;
        text-align: center;
        font-size: 16px;
        margin-bottom: 1rem;
    }

    .modal-options[b-v6sc6b0st0] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
        width: 100%;
        gap: 0.5rem;
    }

    .modal-save[b-v6sc6b0st0] {
        background-color: var(--brand);
        color: var(--background-color);
        padding: 0.75rem 1rem;
        border: none;
        border-radius: var(--sleek-border-radius);
        cursor: pointer;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        width: 7rem;
        gap: 0.5rem;
    }

    .modal-save:hover[b-v6sc6b0st0] {
        background-color: var(--dark-color);
    }

    .modal-save-error[b-v6sc6b0st0] {
        background-color: var(--error-color);
        color: var(--background-color);
        padding: 0.75rem 1rem;
        border: none;
        border-radius: var(--sleek-border-radius);
        cursor: pointer;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        width: 7rem;
        gap: 0.5rem;
    }

    .modal-save-error:hover[b-v6sc6b0st0] {
        background-color: var(--dark-color);
    }

    .modal-cancel[b-v6sc6b0st0] {
        background-color: transparent;
        color: var(--dark-color);
        padding: 0.75rem 1rem;
        border: none;
        border-radius: var(--sleek-border-radius);
        cursor: pointer;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        width: 7rem;
        gap: 0.5rem;
    }

    .modal-cancel:hover[b-v6sc6b0st0] {
        background-color: var(--light-color);
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .modal[b-v6sc6b0st0] {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0);
        animation: backdropIn-b-v6sc6b0st0 .28s ease forwards;
        z-index: 999;
    }

    .modal-content[b-v6sc6b0st0] {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        width: auto;
        max-height: 75vh;
        overflow: auto;
        border-radius: 16px 16px 0 0;
        border: 1px solid var(--light-color);
        box-shadow: 0 -12px 32px rgba(0,0,0,.22);
        padding: 1.5rem 1.25rem calc(1rem + env(safe-area-inset-bottom));
        transform: translateY(100%);
        animation: sheetIn-b-v6sc6b0st0 .28s cubic-bezier(.2,.7,.2,1) forwards;
        will-change: transform;
        background: var(--background-color);
    }

    .modal.closing[b-v6sc6b0st0] {
        animation: backdropOut-b-v6sc6b0st0 .22s ease forwards;
    }

    .modal.closing .modal-content[b-v6sc6b0st0] {
        animation: sheetOut-b-v6sc6b0st0 .22s cubic-bezier(.4,.2,.2,1) forwards;
    }

    @keyframes sheetIn-b-v6sc6b0st0 {
        from {
            transform: translateY(100%);
            opacity: .98;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes sheetOut-b-v6sc6b0st0 {
        from {
            transform: translateY(0);
            opacity: 1;
        }

        to {
            transform: translateY(100%);
            opacity: .98;
        }
    }

    @keyframes backdropIn-b-v6sc6b0st0 {
        from {
            background: rgba(0,0,0,0);
        }

        to {
            background: rgba(0,0,0,.35);
        }
    }

    @keyframes backdropOut-b-v6sc6b0st0 {
        from {
            background: rgba(0,0,0,.35);
        }

        to {
            background: rgba(0,0,0,0);
        }
    }

    .confirmation-icon[b-v6sc6b0st0] {
        font-size: 5rem;
        color: var(--brand);
        padding-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-message[b-v6sc6b0st0] {
        color: var(--dark-color);
        font-weight: 500;
        text-align: center;
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .modal-options[b-v6sc6b0st0] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
        width: 100%;
        gap: 1rem;
    }

    .modal-save[b-v6sc6b0st0] {
        background-color: var(--brand);
        color: var(--background-color);
        padding: 1rem 1.5rem;
        border: none;
        border-radius: var(--sleek-border-radius);
        cursor: pointer;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 10rem;
        gap: 0.75rem;
    }

    .modal-save:active[b-v6sc6b0st0] {
        background-color: var(--dark-color);
    }

    .modal-save-error[b-v6sc6b0st0] {
        background-color: var(--error-color);
        color: var(--background-color);
        padding: 1rem 1.5rem;
        border: none;
        border-radius: var(--sleek-border-radius);
        cursor: pointer;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 10rem;
        gap: 0.75rem;
    }

    .modal-cancel[b-v6sc6b0st0] {
        background-color: var(--light-color);
        color: var(--dark-color);
        padding: 1rem 1.5rem;
        border: none;
        border-radius: var(--sleek-border-radius);
        cursor: pointer;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 10rem;
        gap: 0.75rem;
    }
}
/* /Components/Common/NavMenu.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {

    /**************************** Nav Menu ****************************/

    .app-sidenav[b-2io2n33fra] {
        position: fixed;
        width: 220px;
        padding: 1rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 12px;
        height: 100%;
        z-index: 1;
    }

    .nav-items[b-2io2n33fra] {
        list-style: none;
        margin: 0;
        display: grid;
        gap: 4px;
    }

    .nav-link[b-2io2n33fra] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding-left: 1rem;
        height: 3.25rem;
        border-radius: 50rem;
        color: var(--dark-color);
        text-decoration: none;
        transition: background 0.15s ease, color 0.15s ease;
        font-weight: 700;
    }

    .nav-link i[b-2io2n33fra] {
        width: 32px;
        height: 32px;
        display: grid;
        place-items: center;
        border-radius: 10px;
        font-size: 1.25rem;
    }

    .active[b-2io2n33fra] {
        color: var(--brand);
    }

    .nav-link:hover[b-2io2n33fra] {
        background: var(--light-color);
    }

    .add-saas-button[b-2io2n33fra] {
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--brand);
        color: var(--background-color);
        height: 3.25rem;
        border-radius: 50rem;
        font-weight: 700;
        box-shadow: 0 8px 20px rgba(0,0,0,.25);
        outline: none;
        border: none;
        font-size: 1rem;
    }

    .add-saas-button:hover[b-2io2n33fra] {
        cursor: pointer;
        filter: brightness(1.20);
    }

    :root[b-2io2n33fra] {
        --sidenav-w: 220px;
    }

    .main-with-sidenav[b-2io2n33fra] {
        margin-left: var(--sidenav-w);
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1625px) {

    /**************************** Nav Menu ****************************/

    .app-sidenav[b-2io2n33fra] {
        position: fixed;
        width: 200px;
        padding: 1rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        height: 100%;
        z-index: 1;
    }

    .nav-items[b-2io2n33fra] {
        list-style: none;
        margin: 0;
        display: grid;
        gap: 6px;
    }

    .nav-link[b-2io2n33fra] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding-left: 0.75rem;
        height: 3rem;
        border-radius: 50rem;
        color: var(--dark-color);
        text-decoration: none;
        transition: background 0.15s ease, color 0.15s ease;
        font-size: 0.85rem;
        font-weight: 700;
    }

    .nav-link i[b-2io2n33fra] {
        width: 32px;
        height: 32px;
        display: grid;
        place-items: center;
        border-radius: 10px;
        font-size: 1.15rem;
    }

    .active[b-2io2n33fra] {
        color: var(--brand);
    }

    .nav-link:hover[b-2io2n33fra] {
        background: var(--light-color);
    }

    .add-saas-button[b-2io2n33fra] {
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--brand);
        color: var(--background-color);
        height: 3rem;
        border-radius: 50rem;
        font-weight: 700;
        box-shadow: 0 8px 20px rgba(0,0,0,.25);
        outline: none;
        border: none;
        font-size: 0.85rem;
    }

    .add-saas-button:hover[b-2io2n33fra] {
        cursor: pointer;
        filter: brightness(1.20);
    }

    :root[b-2io2n33fra] {
        --sidenav-w: 200px;
    }

    .main-with-sidenav[b-2io2n33fra] {
        margin-left: var(--sidenav-w);
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/
@media screen and (max-width: 991px) {

    .app-sidenav[b-2io2n33fra] {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        height: calc(75px + env(safe-area-inset-bottom));
        width: 100%;
        padding: 0 .5rem env(safe-area-inset-bottom) .5rem;
        background: var(--background-color);
        display: grid;
        align-items: center;
        gap: 0;
        z-index: 20;
    }

    .nav-items[b-2io2n33fra] {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin: 0;
        padding: 0;
        gap: 0;
        list-style-type: none;
    }

    .nav-items li[b-2io2n33fra] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 6rem;
    }

    .nav-link[b-2io2n33fra] {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
        padding: 8px 10px;
        gap: 8px;
        color: var(--dark-color);
        background: transparent;
        text-decoration: none;
    }

    .nav-link i[b-2io2n33fra] {
        font-size: 2rem;
        display: grid;
        place-items: center;
    }

    .nav-link span[b-2io2n33fra] {
        font-size: 11px;
        font-weight: 600;
        line-height: 1;
        white-space: nowrap;
    }

    .nav-link:hover[b-2io2n33fra] {
        background: var(--light-color);
    }

    .active[b-2io2n33fra] {
        color: var(--brand);
    }

    .upload-button[b-2io2n33fra] {
        display: none;
    }
}
/* /Components/Common/TrueNorthSaaSLogo.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {
    .brand-logo[b-fntozl37u9] {
        position: fixed;
        top: 0;
        left: 0;
        padding: 1.5rem;
        display: flex;
        flex-direction: row;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        z-index: 2;
        align-items: center;
        justify-content: center;
    }

    .brand-icon[b-fntozl37u9] {
        color: var(--brand);
        font-size: 1.75rem;
        margin-right: 0.5rem;
    }

    .brand-name[b-fntozl37u9] {
        font-weight: 700;
        font-size: 1.35rem;
    }

    .primary[b-fntozl37u9] {
        color: var(--brand);
    }

    .secondary[b-fntozl37u9] {
        color: var(--dark-color);
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1625px) {
    .brand-logo[b-fntozl37u9] {
        position: fixed;
        top: 0;
        left: 0;
        padding: 1.5rem;
        display: flex;
        flex-direction: row;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        z-index: 2;
        align-items: center;
        justify-content: center;
    }

    .brand-icon[b-fntozl37u9] {
        color: var(--brand);
        font-size: 1.5rem;
        margin-right: 0.35rem;
    }

    .brand-name[b-fntozl37u9] {
        font-weight: 700;
        font-size: 1rem;
    }

    .primary[b-fntozl37u9] {
        color: var(--brand);
    }

    .secondary[b-fntozl37u9] {
        color: var(--dark-color);
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/
@media screen and (max-width: 991px) {
    .brand-logo[b-fntozl37u9] {
        position: fixed;
        top: 0;
        left: 0;
        padding: 28px 12px;
        display: flex;
        flex-direction: row;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        z-index: 2;
        align-items: center;
        justify-content: center;
    }

    .brand-icon[b-fntozl37u9] {
        color: var(--brand);
        font-size: 1.5rem;
        margin-right: 0.35rem;
    }

    .brand-name[b-fntozl37u9] {
        font-weight: 700;
        font-size: 1rem;
    }

    .primary[b-fntozl37u9] {
        color: var(--brand);
    }

    .secondary[b-fntozl37u9] {
        color: var(--dark-color);
    }
}
/* /Components/Common/UnderConstruction.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1441px) {
    .content[b-53vepjfs0o] {
        background: var(--background-color);
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        width: 100%;
    }

    .construction-zone[b-53vepjfs0o] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .construction-icon[b-53vepjfs0o] {
        font-size: 8rem;
        color: var(--brand);
    }

    .construction-title[b-53vepjfs0o] {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--dark-color);
    }

    .construction-subtitle[b-53vepjfs0o] {
        font-size: 1rem;
        font-weight: 500;
        color: var(--dark-color);
        opacity: 0.5;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/

@media screen and (min-width: 992px) and (max-width: 1440px) {
    .content[b-53vepjfs0o] {
        background: var(--background-color);
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        width: 100%;
    }

    .construction-zone[b-53vepjfs0o] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .construction-icon[b-53vepjfs0o] {
        font-size: 8rem;
        color: var(--brand);
    }

    .construction-title[b-53vepjfs0o] {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--dark-color);
    }

    .construction-subtitle[b-53vepjfs0o] {
        font-size: 1rem;
        font-weight: 500;
        color: var(--dark-color);
        opacity: 0.5;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .content[b-53vepjfs0o] {
        background: var(--background-color);
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        width: 100%;
    }

    .construction-zone[b-53vepjfs0o] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .construction-icon[b-53vepjfs0o] {
        font-size: 8rem;
        color: var(--brand);
    }

    .construction-title[b-53vepjfs0o] {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--dark-color);
    }

    .construction-subtitle[b-53vepjfs0o] {
        font-size: 1rem;
        font-weight: 500;
        color: var(--dark-color);
        opacity: 0.5;
    }
}
/* /Components/Common/UserMenu.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {

    /**************************** User Menu ****************************/

    .user-menu[b-offets92ia] {
        position: absolute;
        top: 1rem;
        right: 1rem;
        z-index: 10;
    }

    .user-trigger[b-offets92ia] {
        display: flex;
        align-items: center;
        gap: .5rem;
        padding: .35rem .6rem;
        background: var(--background-color);
        border: 1px solid var(--light-color);
        border-radius: 50rem;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
        color: var(--dark-color);
        cursor: pointer;
    }

    .user-trigger:hover[b-offets92ia] {
        background: var(--light-color);
        transition: 0.25s;
    }

    .user-name[b-offets92ia] {
        font-weight: 600;
    }

    .avatar[b-offets92ia] {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        display: grid;
        place-items: center;
        overflow: hidden;
        color: var(--background-color);
        font-weight: 700;
        font-size: 1rem;
        background: var(--brand);
    }

    .avatar img[b-offets92ia] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .avatar img + .initials[b-offets92ia] {
        display: none;
    }

    .caret[b-offets92ia] {
        width: 1rem;
        height: 1rem;
        color: var(--dark-color);
    }

    .menu[b-offets92ia] {
        position: absolute;
        right: 0;
        top: 3rem;
        min-width: 220px;
        background: var(--background-color);
        border: 1px solid var(--light-color);
        border-radius: 12px;
        box-shadow: var(--shadow-color);
        padding: 0.35rem;
        opacity: 0;
        transform: translateY(-4px) scale(.98);
        pointer-events: none;
        transition: 0.18s ease;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
        z-index: 20;
    }

    .menu a[b-offets92ia], .menu button[b-offets92ia] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        width: 100%;
        padding: 0.5rem 0.6rem;
        border-radius: 8px;
        color: var(--dark-color);
        text-decoration: none;
        background: none;
        border: none;
        cursor: pointer;
        font-size: 0.85rem;
    }

    .menu a:hover[b-offets92ia], .menu button:hover[b-offets92ia] {
        background: var(--light-color);
    }

    .menu i[b-offets92ia] {
        color: var(--brand);
    }

    .menu hr[b-offets92ia] {
        border: 0;
        height: 1px;
        background: var(--light-color);
        margin: 0.35rem 0;
    }

    .user-menu.open .menu[b-offets92ia] {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }

    .user-menu .caret[b-offets92ia] {
        transition: transform 0.18s ease;
    }

    .user-menu.open .user-trigger .caret[b-offets92ia] {
        transform: rotate(180deg);
    }

    .menu-backdrop[b-offets92ia] {
        position: fixed;
        inset: 0;
        background: transparent;
        border: none;
        padding: 0;
        margin: 0;
        z-index: 15;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1625px) {

    /**************************** User Menu ****************************/

    .user-menu[b-offets92ia] {
        position: absolute;
        top: 1rem;
        right: 1rem;
        z-index: 10;
    }

    .user-trigger[b-offets92ia] {
        display: flex;
        align-items: center;
        gap: .5rem;
        padding: .35rem .6rem;
        background: var(--background-color);
        border: 1px solid var(--light-color);
        border-radius: 50rem;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
        color: var(--dark-color);
        cursor: pointer;
    }

    .user-trigger:hover[b-offets92ia] {
        background: var(--light-color);
        transition: 0.25s;
    }

    .user-name[b-offets92ia] {
        font-weight: 600;
    }

    .avatar[b-offets92ia] {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        display: grid;
        place-items: center;
        overflow: hidden;
        color: var(--background-color);
        font-weight: 700;
        font-size: 1rem;
        background: var(--brand);
    }

    .avatar img[b-offets92ia] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .avatar img + .initials[b-offets92ia] {
        display: none;
    }

    .caret[b-offets92ia] {
        width: 1rem;
        height: 1rem;
        color: var(--dark-color);
    }

    .menu[b-offets92ia] {
        position: absolute;
        right: 0;
        top: 3rem;
        min-width: 220px;
        background: var(--background-color);
        border: 1px solid var(--light-color);
        border-radius: 12px;
        box-shadow: var(--shadow-color);
        padding: 0.35rem;
        opacity: 0;
        transform: translateY(-4px) scale(.98);
        pointer-events: none;
        transition: 0.18s ease;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
        z-index: 20;
    }

    .menu a[b-offets92ia], .menu button[b-offets92ia] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        width: 100%;
        padding: 0.5rem 0.6rem;
        border-radius: 8px;
        color: var(--dark-color);
        text-decoration: none;
        background: none;
        border: none;
        cursor: pointer;
        font-size: 0.85rem;
    }

    .menu a:hover[b-offets92ia], .menu button:hover[b-offets92ia] {
        background: var(--light-color);
    }

    .menu i[b-offets92ia] {
        color: var(--brand);
    }

    .menu hr[b-offets92ia] {
        border: 0;
        height: 1px;
        background: var(--light-color);
        margin: 0.35rem 0;
    }

    .user-menu.open .menu[b-offets92ia] {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }

    .user-menu .caret[b-offets92ia] {
        transition: transform 0.18s ease;
    }

    .user-menu.open .user-trigger .caret[b-offets92ia] {
        transform: rotate(180deg);
    }

    .menu-backdrop[b-offets92ia] {
        position: fixed;
        inset: 0;
        background: transparent;
        border: none;
        padding: 0;
        margin: 0;
        z-index: 15;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/
@media screen and (max-width: 991px) {

    .user-menu[b-offets92ia] {
        position: absolute;
        top: 1rem;
        right: 1rem;
        z-index: 30;
    }

    .user-trigger[b-offets92ia] {
        display: flex;
        align-items: center;
        gap: .5rem;
        padding: .35rem .6rem;
        background: var(--background-color);
        border: 1px solid var(--light-color);
        border-radius: 50rem;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
        color: var(--dark-color);
        cursor: pointer;
    }

    .user-trigger:hover[b-offets92ia] {
        background: var(--light-color);
        transition: .25s;
    }

    .user-name[b-offets92ia] {
        font-weight: 600;
    }

    .avatar[b-offets92ia] {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        display: grid;
        place-items: center;
        overflow: hidden;
        color: var(--background-color);
        font-weight: 700;
        font-size: 1rem;
        background: var(--brand);
    }

    .avatar img[b-offets92ia] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .avatar img + .initials[b-offets92ia] {
        display: none;
    }

    .caret[b-offets92ia] {
        width: 1rem;
        height: 1rem;
        color: var(--dark-color);
    }

    .user-menu .menu-backdrop[b-offets92ia] {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0);
        border: 0;
        padding: 0;
        margin: 0;
        z-index: 39;
        opacity: 0;
        pointer-events: none;
        transition: opacity 200ms linear;
    }

    .user-menu.open .menu-backdrop[b-offets92ia] {
        opacity: .35;
        pointer-events: auto;
    }

    .menu[b-offets92ia] {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        min-width: 0;
        background: var(--background-color);
        border: 1px solid var(--light-color);
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -12px 32px rgba(0,0,0,.22);
        padding: .5rem;
        max-height: 70vh;
        overflow: auto;
        transform: translateY(100%);
        opacity: 0;
        pointer-events: none;
        transition: transform 200ms cubic-bezier(.33,.00,.67,.33), opacity 180ms linear;
        z-index: 40;
        will-change: transform, opacity;
        contain: layout paint;
        /* iOS safe area */
        padding-bottom: calc(.75rem + env(safe-area-inset-bottom));
    }

    .user-menu.open .menu[b-offets92ia] {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
        transition: transform 240ms cubic-bezier(.22,1,.36,1), opacity 200ms linear;
    }

    .menu a[b-offets92ia],
    .menu button[b-offets92ia] {
        display: flex;
        align-items: center;
        gap: .5rem;
        width: 100%;
        padding: .75rem .75rem;
        border-radius: 10px;
        color: var(--dark-color);
        text-decoration: none;
        background: none;
        border: none;
        cursor: pointer;
        font-size: 1rem;
    }

    .menu a:hover[b-offets92ia],
    .menu button:hover[b-offets92ia] {
        background: var(--light-color);
    }

    .menu i[b-offets92ia] {
        color: var(--brand);
    }

    .menu hr[b-offets92ia] {
        border: 0;
        height: 1px;
        background: var(--light-color);
        margin: .35rem 0;
    }

    @media (prefers-reduced-motion: reduce) {
        .user-menu .menu[b-offets92ia],
        .user-menu.open .menu[b-offets92ia] {
            transition: none !important;
            transform: none !important;
            opacity: 1 !important;
        }

        .user-menu .menu-backdrop[b-offets92ia],
        .user-menu.open .menu-backdrop[b-offets92ia] {
            transition: none !important;
            opacity: .35 !important;
            pointer-events: auto;
        }
    }

}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-f8reitd4w4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-f8reitd4w4] {
    flex: 1;
}

.sidebar[b-f8reitd4w4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-f8reitd4w4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-f8reitd4w4]  a, .top-row[b-f8reitd4w4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-f8reitd4w4]  a:hover, .top-row[b-f8reitd4w4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-f8reitd4w4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-f8reitd4w4] {
        justify-content: space-between;
    }

    .top-row[b-f8reitd4w4]  a, .top-row[b-f8reitd4w4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-f8reitd4w4] {
        flex-direction: row;
    }

    .sidebar[b-f8reitd4w4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-f8reitd4w4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-f8reitd4w4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-f8reitd4w4], article[b-f8reitd4w4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-f8reitd4w4] {
    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-f8reitd4w4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Create.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {

    /**************** Animations ****************/

    @keyframes fadeIn-b-y6xkrav7up {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeOut-b-y6xkrav7up {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    .fade-in[b-y6xkrav7up] {
        animation: fadeIn-b-y6xkrav7up 1s ease-out forwards;
    }

    .fade-out[b-y6xkrav7up] {
        animation: fadeOut-b-y6xkrav7up 1s ease-out forwards;
    }

    /**************** Layout ****************/

    .edit-layout[b-y6xkrav7up] {
        max-width: 1200px;
        margin: 0 auto;
        padding: 2rem;
    }

    .edit-header[b-y6xkrav7up] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 1.5rem;
        margin-bottom: 3rem;
    }

    .edit-grid[b-y6xkrav7up] {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 2rem;
    }

    .sticky-nav[b-y6xkrav7up] {
        position: sticky;
        top: 2rem;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .nav-step[b-y6xkrav7up] {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        cursor: pointer;
        padding: 1rem;
        border-radius: 12px;
        transition: background-color 0.2s;
        border: 2px solid transparent;
    }

    .nav-step:hover:not(.active)[b-y6xkrav7up] {
        background-color: var(--light-color);
    }

    .nav-step.active[b-y6xkrav7up] {
        background-color: var(--background-color);
        border-color: var(--brand);
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    .nav-step.active .step-icon[b-y6xkrav7up] {
        background-color: var(--brand);
        color: var(--background-color);
    }

    .nav-step.active h3[b-y6xkrav7up] {
        color: #000;
        font-weight: 700;
    }

    .step-icon[b-y6xkrav7up] {
        background: transparent;
        color: var(--dark-color);
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        flex-shrink: 0;
    }

    .step-content h3[b-y6xkrav7up] {
        font-size: 1.1rem;
        color: var(--dark-color);
    }

    .step-content p[b-y6xkrav7up] {
        font-size: 0.9rem;
        color: var(--dark-color);
        opacity: 0.7;
        margin: 0;
        line-height: 1.4;
    }

    .content-cards[b-y6xkrav7up] {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .card[b-y6xkrav7up] {
        background: #ffffff;
        padding-top: 0;
        padding-right: 2.5rem;
        padding-left: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .card h2[b-y6xkrav7up] {
        font-size: 1.5rem;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    .form-group[b-y6xkrav7up] {
        display: flex;
        flex-direction: column;
        margin-bottom: 4rem;
    }

    .form-group label[b-y6xkrav7up] {
        font-weight: 600;
        margin-bottom: 0.5rem;
        font-size: 1.25rem;
        color: var(--dark-color)
    }

    .header-actions[b-y6xkrav7up] {
        display: flex;
        gap: 1rem;
    }

    .btn-save[b-y6xkrav7up] {
        background-color: var(--brand);
        color: white;
        border: none;
        padding: 0.75rem 1.5rem;
        border-radius: 8px;
        font-size: 1rem;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.2s;
    }

    .btn-save:hover[b-y6xkrav7up] {
        background-color: var(--dark-color);
    }

    .btn-delete[b-y6xkrav7up] {
        background-color: transparent;
        color: #c13515;
        border: none;
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
        font-weight: 600;
        cursor: pointer;
        text-decoration: underline;
    }

    .btn-delete:hover[b-y6xkrav7up] {
        background-color: #fceceb;
        border-radius: 8px;
        text-decoration: none;
    }

    .hint-text[b-y6xkrav7up] {
        color: #717171;
    }

    .drop-zone-placeholder[b-y6xkrav7up] {
        border: 2px dashed #b0b0b0;
        border-radius: 12px;
        padding: 4rem;
        text-align: center;
        color: #717171;
        background: #f7f7f7;
    }

    /**************** Text Input ****************/

    .text-input[b-y6xkrav7up] {
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        color: var(--dark-color);
        text-align: left;
        font-size: 1.5rem;
        font-weight: 500;
        border-bottom: 2px solid var(--light-color);
        margin-top: 1rem;
    }

    .text-input:focus[b-y6xkrav7up] {
        border-bottom: 2px solid var(--brand);
    }

    .text-input[b-y6xkrav7up]::placeholder {
        color: var(--dark-color);
        opacity: 0.5;
    }

    /**************** Category Picker ****************/

    .category-grid[b-y6xkrav7up] {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1rem;
        margin-top: 0.5rem;
    }

    .category-card[b-y6xkrav7up] {
        border: 2px solid var(--light-color);
        border-radius: 12px;
        padding: 1.5rem 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        cursor: pointer;
        background-color: var(--background-color);
        transition: all 0.2s ease;
        gap: 0.75rem;
    }

    .category-card:hover[b-y6xkrav7up] {
        border-color: var(--brand);
    }

    .category-card i[b-y6xkrav7up] {
        font-size: 1.75rem;
        color: #717171;
        transition: color 0.2s;
    }

    .category-card span[b-y6xkrav7up] {
        font-size: 0.85rem;
        font-weight: 600;
        color: var(--dark-color);
        line-height: 1.2;
    }

    .category-card.active[b-y6xkrav7up] {
        border: 2px solid var(--brand);
        padding: 1.5rem 1rem;
    }

    .category-card.active i[b-y6xkrav7up] {
        color: var(--brand);
    }

    /**************** Text Input ****************/

    .long-text-input[b-y6xkrav7up] {
        width: 100%;
        background: var(--light-color);
        color: var(--dark-color);
        text-align: left;
        font-size: 1.25rem;
        font-weight: 500;
        border-radius: var(--sleek-border-radius);
        height: 15rem;
        resize: none;
        border-style: none;
        padding: 0.75rem;
        border: 2px solid transparent;
        outline: none;
    }

    .long-text-input:focus[b-y6xkrav7up] {
        border: 2px solid var(--brand);
    }

    .long-text-input[b-y6xkrav7up]::placeholder {
        color: var(--dark-color);
        opacity: 0.5;
    }

    /**************** Stepper ****************/

    .stepper[b-y6xkrav7up] {
        position: fixed;
        right: 16px;
        bottom: calc(24px + env(safe-area-inset-bottom));
        z-index: 1;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .stepper-btn[b-y6xkrav7up] {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        /*background: rgba(255,255,255,0.10);*/
        background: var(--light-color);
        backdrop-filter: blur(10px);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 1.25rem;
        color: var(--dark-color);
        border: 0;
        outline: none;
    }

    .stepper-btn:hover[b-y6xkrav7up] {
        background: var(--brand);
        color: var(--background-color);
        transition: 0.25s;
    }

    .stepper-btn:disabled[b-y6xkrav7up] {
        opacity: 0.45;
        cursor: not-allowed;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/

@media screen and (min-width: 992px) and (max-width: 1625px) {

}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {

}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
/* /Components/Pages/Edit.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {

    /**************** Layout ****************/

    .edit-layout[b-4so1yptiaj] {
        max-width: 1200px;
        margin: 0 auto;
        padding: 2rem;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/

@media screen and (min-width: 992px) and (max-width: 1625px) {

}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {

}
/* /Components/Pages/Home.razor.rz.scp.css */
.background[b-gqpfh9qklq] {
    min-height: 100vh;
    display: flex;
    overflow: auto;
    position: relative;
}
/* /Components/Pages/Settings.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {
    .background[b-ejvtqvliha] {
        background: var(--background-color);
        min-height: 100vh;
        display: flex;
        overflow: auto;
    }

    .fade-in[b-ejvtqvliha] {
        animation: fadeIn-b-ejvtqvliha 260ms ease-out both;
    }

    @keyframes fadeIn-b-ejvtqvliha {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .background.fade-in[b-ejvtqvliha] {
            animation: none;
        }
    }

    /**************** Title and Description ****************/

    .settings-title-group[b-ejvtqvliha] {
        display: flex;
        flex-direction: column;
        align-items: start;
        width: 100%;
        z-index: 2;
        margin-bottom: 1rem;
    }

    .settings-title[b-ejvtqvliha] {
        font-size: 1.25rem;
        color: var(--dark-color);
        font-weight: 700;
    }

    .settings-description[b-ejvtqvliha] {
        font-size: 1rem;
        width: 100%;
        color: var(--dark-color);
        display: block;
    }

    /**************************** Core Listings ****************************/

    .main-container[b-ejvtqvliha] {
        display: flex;
        max-width: 800px;
        margin: auto;
        height: 40rem;
        flex-direction: column;
        width: 100%;
    }

    /**************** Options ****************/

    .settings-list[b-ejvtqvliha] {
        list-style-type: none;
        margin: 0;
        width: 100%;
        padding-bottom: 2rem;
    }

    .settings-group[b-ejvtqvliha] {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        background: var(--background-color);
        border-radius: 12px;
        border: 2px solid transparent;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 1.25rem 1.5rem;
    }

    .settings-group:hover[b-ejvtqvliha] {
        background: var(--light-color);
        transition: 0.25s;
    }

    .settings-column[b-ejvtqvliha] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

    .settings-item-title[b-ejvtqvliha] {
        font-weight: bold;
        font-size: 1.15rem;
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    .settings-item-description[b-ejvtqvliha] {
        font-size: 1rem;
        width: 100%;
        color: var(--dark-color);
        display: block;
    }

    .settings-icon[b-ejvtqvliha] {
        margin-right: 0.5rem;
        color: var(--brand);
    }

    .settings-value[b-ejvtqvliha] {
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1rem;
    }

    .icon-wrap[b-ejvtqvliha] {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-left: 0.25rem;
    }

    .text-input[b-ejvtqvliha] {
        color: var(--dark-color);
        font-weight: bold;
        font-size: 1rem;
        border: none;
        outline: none;
        text-align: right;
        background: transparent;
    }

    .delete-cta[b-ejvtqvliha] {
        width: 5rem;
        height: 2.5rem;
        border-radius: 50rem;
        border: none;
        background: var(--error-color);
        color: var(--background-color);
        font-weight: 600;
        cursor: pointer;
    }

    .delete-cta:hover[b-ejvtqvliha] {
        background: var(--dark-color);
        color: var(--background-color);
        transition: 0.25s;
    }

    /**************** Toggle Switch ****************/
    
    .switch-container[b-ejvtqvliha] {
        display: flex;
        align-items: center;
    }

    .switch[b-ejvtqvliha] {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 24px;
        margin-right: 6px;
    }

    .switch input[b-ejvtqvliha] {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider[b-ejvtqvliha] {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--dark-color);
        transition: 0.4s;
        border-radius: 24px;
    }

    .slider[b-ejvtqvliha]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 3px;
        background-color: var(--background-color);
        transition: 0.4s;
        border-radius: 50%;
    }

    input:checked + .slider[b-ejvtqvliha] {
        background-color: var(--brand);
    }

    input:checked + .slider[b-ejvtqvliha]:before {
        transform: translateX(24px);
    }

    .slider.round[b-ejvtqvliha] {
        border-radius: 24px;
    }

    /**************** Plans ****************/

    .plans-grid[b-ejvtqvliha] {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0.5rem;
        margin-top: 1rem;
    }

    .plan-card[b-ejvtqvliha] {
        background: var(--background-color);
        border-radius: 16px;
        padding: 1.25rem;
        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
        position: relative;
        display: flex;
        flex-direction: column;
        min-height: 100%;
        border: 1px solid var(--light-color);
    }

    .plan-card.is-current[b-ejvtqvliha] {
        outline: 2px solid var(--brand);
    }

    .plan-badge[b-ejvtqvliha] {
        position: absolute;
        top: 0.75rem;
        right: 0.75rem;
        background: var(--brand);
        color: var(--background-color);
        opacity: 0.5;
        font-weight: 600;
        padding: 0.25rem 0.5rem;
        border-radius: 999px;
        font-size: 0.75rem;
    }

    .plan-head .plan-name[b-ejvtqvliha] {
        font-size: 1.125rem;
        margin: 0;
    }

    .plan-sub[b-ejvtqvliha] {
        color: var(--light-color);
        font-size: 0.9rem;
        margin-top: 0.25rem;
    }

    .plan-price[b-ejvtqvliha] {
        font-size: 2rem;
        font-weight: 700;
        margin: 0.75rem 0 1rem;
    }

    .plan-price .per[b-ejvtqvliha] {
        font-size: 0.9rem;
        color: var(--dark-color);
        margin-left: 0.25rem;
        opacity: 0.7;
    }

    .plan-cta[b-ejvtqvliha] {
        width: 100%;
        height: 2.5rem;
        border-radius: 10px;
        border: none;
        background: var(--brand);
        color: var(--background-color);
        font-weight: 600;
        cursor: pointer;
    }

    .plan-cta:hover[b-ejvtqvliha] {
        background: var(--dark-color);
        color: var(--background-color);
        transition: 0.25s;
    }

    .plan-cta:disabled[b-ejvtqvliha] {
        background: var(--light-color);
        color: var(--dark-color);
        cursor: default;
    }

    .plan-features[b-ejvtqvliha] {
        margin: 1rem 0 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 0.5rem;
    }

    .plan-features i[b-ejvtqvliha] {
        color: var(--brand);
        margin-right: 0.5rem;
    }

    .plan-foot[b-ejvtqvliha] {
        margin-top: auto;
        padding-top: .75rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .undo-button[b-ejvtqvliha] {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0.5rem 0.75rem;
        border-radius: 50rem;
        color: var(--dark-color);
        background: var(--confirmation-color);
    }

    .undo-button:hover[b-ejvtqvliha] {
        color: var(--background-color);
        background: var(--dark-color);
        transition: 0.25s;
    }

    .danger-button[b-ejvtqvliha] {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0.5rem 0.75rem;
        border-radius: 50rem;
        color: var(--background-color);
        background: var(--error-color);
    }

    .danger-button:hover[b-ejvtqvliha] {
        background: var(--dark-color);
        transition: 0.25s;
    }

    .empty-spacing[b-ejvtqvliha] {
        padding-bottom: 10rem;
    }

    /**************************** Avatar ****************************/

    .team-list[b-ejvtqvliha] {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 0.75rem;
    }

    .team-row[b-ejvtqvliha] {
        display: grid;
        grid-template-columns: 40px 1fr 100px;
        align-items: center;
        gap: 0.75rem;
        padding: 0.5rem 1.5rem;
    }

    .avatar[b-ejvtqvliha] {
        width: 40px;
        height: 40px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        font-weight: 700;
        color: var(--background-color);
        background: var(--brand);
        box-shadow: 0 1px 2px rgba(0,0,0,.08) inset, 0 1px 2px rgba(0,0,0,.06);
    }

    .meta .name[b-ejvtqvliha] {
        font-weight: 600;
        line-height: 1.2;
    }

    .meta .email[b-ejvtqvliha] {
        font-size: 0.85rem;
        color: var(--dark-color);
        line-height: 1.2;
        opacity: 0.7;
    }

    .button-container[b-ejvtqvliha] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .button[b-ejvtqvliha] {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        font-weight: 500;
        border-radius: 50rem;
        padding: 0.85rem 1.25rem;
        gap: 0.5rem;
        margin-top: 1rem;
        background: var(--brand);
        color: var(--background-color);
        outline: none;
        border: none;
    }

    .button:hover[b-ejvtqvliha] {
        cursor: pointer;
        background: var(--dark-color);
        transition: 0.25s;
    }

    .button-icon[b-ejvtqvliha] {
        font-size: 0.85rem;
    }

    /**************************** Modal ****************************/

    .modal[b-ejvtqvliha] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        display: block;
        z-index: 999;
    }

    .modal-content[b-ejvtqvliha] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--background-color);
        padding-top: 3rem;
        padding-bottom: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
        border-radius: var(--sleek-border-radius);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 3;
        width: 30rem;
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .invite-title[b-ejvtqvliha] {
        margin-bottom: 1rem;
    }

    .invite-text-input-container[b-ejvtqvliha] {
        height: 8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .invite-text-input[b-ejvtqvliha] {
        width: 350px;
        border: none;
        outline: none;
        background: transparent;
        color: var(--dark-color);
        text-align: left;
        font-size: 1.5rem;
        font-weight: 500;
        border-bottom: 2px solid var(--light-color);
        text-align: center;
    }

    .invite-text-input:focus[b-ejvtqvliha] {
        border-bottom: 2px solid var(--brand);
    }

    .invite-text-input[b-ejvtqvliha]::placeholder {
        color: var(--light-color);
    }

    .invite-badge[b-ejvtqvliha] {
        background: var(--brand);
        color: var(--background-color);
        opacity: 0.5;
        font-weight: 600;
        padding: 0.25rem 0.5rem;
        border-radius: 999px;
        font-size: 0.75rem;
        width: fit-content;
    }

    .modal-options[b-ejvtqvliha] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
        width: 100%;
        gap: 1rem;
    }

    .modal-save[b-ejvtqvliha] {
        background-color: var(--brand);
        color: var(--background-color);
        padding: 1rem 1.5rem;
        border: none;
        border-radius: var(--sleek-border-radius);
        cursor: pointer;
        margin-left: 0.5rem;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 10rem;
        gap: 0.75rem;
    }

    .modal-save:hover[b-ejvtqvliha] {
        background-color: var(--dark-color);
    }

    .modal-save-error[b-ejvtqvliha] {
        background-color: var(--dark-color);
        color: var(--background-color);
        padding: 1rem 1.5rem;
        border: none;
        border-radius: var(--sleek-border-radius);
        margin-left: 0.5rem;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 10rem;
        gap: 0.75rem;
    }

    .modal-cancel[b-ejvtqvliha] {
        background-color: transparent;
        color: var(--dark-color);
        padding: 1rem 1.5rem;
        border: none;
        border-radius: var(--sleek-border-radius);
        cursor: pointer;
        margin-right: 0.5rem;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 10rem;
        gap: 0.75rem;
    }

    .modal-cancel:hover[b-ejvtqvliha] {
        background-color: var(--light-color);
    }

    .error[b-ejvtqvliha] {
        margin-top: 0.75rem;
        color: var(--error-color);
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/

@media screen and (min-width: 992px) and (max-width: 1625px) {
    .background[b-ejvtqvliha] {
        background: var(--background-color);
        min-height: 100vh;
        display: flex;
        overflow: auto;
    }

    .fade-in[b-ejvtqvliha] {
        animation: fadeIn-b-ejvtqvliha 260ms ease-out both;
    }

    @keyframes fadeIn-b-ejvtqvliha {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .background.fade-in[b-ejvtqvliha] {
            animation: none;
        }
    }

    /**************** Title and Description ****************/

    .settings-title-group[b-ejvtqvliha] {
        display: flex;
        flex-direction: column;
        align-items: start;
        width: 100%;
        z-index: 2;
        margin-bottom: 0.5rem;
    }

    .settings-title[b-ejvtqvliha] {
        font-size: 1.15rem;
        color: var(--dark-color);
        font-weight: 700;
    }

    .settings-description[b-ejvtqvliha] {
        font-size: 0.85rem;
        width: 100%;
        color: var(--dark-color);
        display: block;
    }

    /**************************** Core Listings ****************************/

    .main-container[b-ejvtqvliha] {
        display: flex;
        max-width: 700px;
        margin: auto;
        height: 40rem;
        flex-direction: column;
        width: 100%;
    }

    /**************** Options ****************/

    .settings-list[b-ejvtqvliha] {
        list-style-type: none;
        margin: 0;
        width: 100%;
        padding-bottom: 2rem;
    }

    .settings-group[b-ejvtqvliha] {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
        background: var(--background-color);
        border-radius: 12px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 1rem 1.25rem;
    }

    .settings-group:hover[b-ejvtqvliha] {
        background: var(--light-color);
        transition: 0.25s;
    }

    .settings-column[b-ejvtqvliha] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

    .settings-item-title[b-ejvtqvliha] {
        font-weight: bold;
        font-size: 1rem;
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    .settings-item-description[b-ejvtqvliha] {
        font-size: 0.85rem;
        width: 100%;
        color: var(--dark-color);
        display: block;
    }

    .settings-icon[b-ejvtqvliha] {
        margin-right: 0.5rem;
        color: var(--brand);
    }

    .settings-value[b-ejvtqvliha] {
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 0.95rem;
    }

    .icon-wrap[b-ejvtqvliha] {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-left: 0.25rem;
    }

    .text-input[b-ejvtqvliha] {
        color: var(--dark-color);
        font-weight: bold;
        font-size: 0.95rem;
        border: none;
        outline: none;
        text-align: right;
        background: transparent;
    }

    .delete-cta[b-ejvtqvliha] {
        width: 5rem;
        height: 2.5rem;
        border-radius: 50rem;
        border: none;
        background: var(--error-color);
        color: var(--background-color);
        font-weight: 600;
        cursor: pointer;
    }

    .delete-cta:hover[b-ejvtqvliha] {
        background: var(--dark-color);
        color: var(--background-color);
        transition: 0.25s;
    }

    /**************** Toggle Switch ****************/
    
    .switch-container[b-ejvtqvliha] {
        display: flex;
        align-items: center;
    }

    .switch[b-ejvtqvliha] {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 24px;
        margin-right: 6px;
    }

    .switch input[b-ejvtqvliha] {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider[b-ejvtqvliha] {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--dark-color);
        transition: 0.4s;
        border-radius: 24px;
    }

    .slider[b-ejvtqvliha]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 3px;
        background-color: var(--background-color);
        transition: 0.4s;
        border-radius: 50%;
    }

    input:checked + .slider[b-ejvtqvliha] {
        background-color: var(--brand);
    }

    input:checked + .slider[b-ejvtqvliha]:before {
        transform: translateX(24px);
    }

    .slider.round[b-ejvtqvliha] {
        border-radius: 24px;
    }

    /**************** Plans ****************/

    .plans-grid[b-ejvtqvliha] {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0.5rem;
        margin-top: 1rem;
    }

    .plan-card[b-ejvtqvliha] {
        background: var(--background-color);
        border-radius: 14px;
        padding: 1rem;
        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
        position: relative;
        display: flex;
        flex-direction: column;
        min-height: 100%;
        border: 1px solid var(--light-color);
    }

    .plan-card.is-current[b-ejvtqvliha] {
        outline: 2px solid var(--brand);
    }

    .plan-badge[b-ejvtqvliha] {
        position: absolute;
        top: 0.75rem;
        right: 0.75rem;
        background: var(--brand);
        color: var(--background-color);
        opacity: 0.5;
        font-weight: 600;
        padding: 0.25rem 0.5rem;
        border-radius: 999px;
        font-size: 0.75rem;
    }

    .plan-head .plan-name[b-ejvtqvliha] {
        font-size: 1.125rem;
        margin: 0;
    }

    .plan-sub[b-ejvtqvliha] {
        color: var(--light-color);
        font-size: 0.9rem;
        margin-top: 0.25rem;
    }

    .plan-price[b-ejvtqvliha] {
        font-size: 1.75rem;
        font-weight: 700;
        margin: 0.75rem 0 0.75rem;
    }

    .plan-price .per[b-ejvtqvliha] {
        font-size: 0.9rem;
        color: var(--dark-color);
        margin-left: 0.25rem;
        opacity: 0.7;
    }

    .plan-cta[b-ejvtqvliha] {
        width: 100%;
        height: 2.5rem;
        border-radius: 10px;
        border: none;
        background: var(--brand);
        color: var(--background-color);
        font-weight: 600;
        cursor: pointer;
    }

    .plan-cta:hover[b-ejvtqvliha] {
        background: var(--dark-color);
        color: var(--background-color);
        transition: 0.25s;
    }

    .plan-cta:disabled[b-ejvtqvliha] {
        background: var(--light-color);
        color: var(--dark-color);
        cursor: default;
    }

    .plan-features[b-ejvtqvliha] {
        margin: 0.75rem 0 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 0.5rem;
        font-size: 0.85rem;
    }

    .plan-features i[b-ejvtqvliha] {
        color: var(--brand);
        margin-right: 0.25rem;
    }

    .plan-foot[b-ejvtqvliha] {
        margin-top: auto;
        padding-top: .75rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .undo-button[b-ejvtqvliha] {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0.5rem 0.75rem;
        border-radius: 50rem;
        color: var(--dark-color);
        background: var(--confirmation-color);
    }

    .undo-button:hover[b-ejvtqvliha] {
        background: var(--dark-color);
        transition: 0.25s;
    }

    .danger-button[b-ejvtqvliha] {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0.5rem 0.75rem;
        border-radius: 50rem;
        color: var(--background-color);
        background: var(--error-color);
    }

    .danger-button:hover[b-ejvtqvliha] {
        color: var(--background-color);
        background: var(--dark-color);
        transition: 0.25s;
    }

    .empty-spacing[b-ejvtqvliha] {
        padding-bottom: 6rem;
    }

    /**************************** Avatar ****************************/

    .team-list[b-ejvtqvliha] {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 0.75rem;
    }

    .team-row[b-ejvtqvliha] {
        display: grid;
        grid-template-columns: 40px 1fr 100px;
        align-items: center;
        gap: 0.75rem;
        padding: 0.5rem 1.5rem;
    }

    .avatar[b-ejvtqvliha] {
        width: 40px;
        height: 40px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        font-weight: 700;
        color: var(--background-color);
        background: var(--brand);
        box-shadow: 0 1px 2px rgba(0,0,0,.08) inset, 0 1px 2px rgba(0,0,0,.06);
    }

    .meta .name[b-ejvtqvliha] {
        font-weight: 600;
        line-height: 1.2;
    }

    .meta .email[b-ejvtqvliha] {
        font-size: 0.85rem;
        color: var(--dark-color);
        line-height: 1.2;
        opacity: 0.7;
    }

    .button-container[b-ejvtqvliha] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .button[b-ejvtqvliha] {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        font-weight: 500;
        border-radius: 50rem;
        padding: 0.85rem 1.25rem;
        gap: 0.5rem;
        margin-top: 1rem;
        background: var(--brand);
        color: var(--background-color);
        outline: none;
        border: none;
    }

    .button:hover[b-ejvtqvliha] {
        cursor: pointer;
        background: var(--dark-color);
        transition: 0.25s;
    }

    .button-icon[b-ejvtqvliha] {
        font-size: 0.85rem;
    }

    /**************************** Modal ****************************/

    .modal[b-ejvtqvliha] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        display: block;
        z-index: 999;
    }

    .modal-content[b-ejvtqvliha] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--background-color);
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
        border-radius: var(--sleek-border-radius);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 3;
        width: 22rem;
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .invite-title[b-ejvtqvliha] {
        margin-bottom: 1rem;
        font-size: 1.25rem;
    }

    .invite-text-input-container[b-ejvtqvliha] {
        height: 6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .invite-text-input[b-ejvtqvliha] {
        width: 250px;
        border: none;
        outline: none;
        background: transparent;
        color: var(--dark-color);
        text-align: left;
        font-size: 1.15rem;
        font-weight: 500;
        border-bottom: 2px solid var(--light-color);
        text-align: center;
    }

    .invite-text-input:focus[b-ejvtqvliha] {
        border-bottom: 2px solid var(--brand);
    }

    .invite-text-input[b-ejvtqvliha]::placeholder {
        color: var(--light-color);
    }

    .invite-badge[b-ejvtqvliha] {
        background: var(--brand);
        color: var(--background-color);
        opacity: 0.5;
        font-weight: 600;
        padding: 0.25rem 0.5rem;
        border-radius: 999px;
        font-size: 0.75rem;
        width: fit-content;
    }

    .modal-options[b-ejvtqvliha] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.75rem;
        width: 100%;
        gap: 0.5rem;
    }

    .modal-save[b-ejvtqvliha] {
        background-color: var(--brand);
        color: var(--background-color);
        padding: 0.75rem 1rem;
        border: none;
        border-radius: var(--sleek-border-radius);
        cursor: pointer;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        width: 7rem;
        gap: 0.5rem;
    }

    .modal-save:hover[b-ejvtqvliha] {
        background-color: var(--dark-color);
    }

    .modal-save-error[b-ejvtqvliha] {
        background-color: var(--dark-color);
        color: var(--background-color);
        padding: 0.75rem 1rem;
        border: none;
        border-radius: var(--sleek-border-radius);
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        width: 7rem;
        gap: 0.5rem;
    }

    .modal-cancel[b-ejvtqvliha] {
        background-color: transparent;
        color: var(--dark-color);
        padding: 0.75rem 1rem;
        border: none;
        border-radius: var(--sleek-border-radius);
        cursor: pointer;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        width: 7rem;
        gap: 0.5rem;
    }

    .modal-cancel:hover[b-ejvtqvliha] {
        background-color: var(--light-color);
    }

    .error[b-ejvtqvliha] {
        margin-top: 0.75rem;
        color: var(--error-color);
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .background[b-ejvtqvliha] {
        background: var(--background-color);
        min-height: 100vh;
        display: flex;
        overflow: auto;
    }

    .fade-in[b-ejvtqvliha] {
        animation: fadeIn-b-ejvtqvliha 260ms ease-out both;
    }

    @keyframes fadeIn-b-ejvtqvliha {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .background.fade-in[b-ejvtqvliha] {
            animation: none;
        }
    }

    /**************** Title and Description ****************/

    .settings-title-group[b-ejvtqvliha] {
        display: flex;
        flex-direction: column;
        align-items: start;
        width: 100%;
        z-index: 2;
        margin-bottom: 1rem;
    }

    .settings-title[b-ejvtqvliha] {
        font-size: 1.25rem;
        color: var(--dark-color);
        font-weight: 700;
    }

    .settings-description[b-ejvtqvliha] {
        font-size: 1rem;
        width: 100%;
        color: var(--dark-color);
        display: block;
    }

    /**************************** Core Listings ****************************/

    .main-container[b-ejvtqvliha] {
        max-width: 100%;
        padding: 1rem;
        height: auto;
        margin-top: 6rem;
    }

    /**************** Options ****************/

    .settings-list[b-ejvtqvliha] {
        list-style-type: none;
        margin: 0;
        width: 100%;
        padding-bottom: 2rem;
    }

    .settings-group[b-ejvtqvliha] {
        background: var(--background-color);
        border-radius: 12px;
        border: 2px solid transparent;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 1rem 0rem;
    }

    .settings-column[b-ejvtqvliha] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

    .settings-item-title[b-ejvtqvliha] {
        font-weight: bold;
        font-size: 1.15rem;
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    .settings-item-description[b-ejvtqvliha] {
        font-size: 1rem;
        width: 100%;
        color: var(--dark-color);
        display: none;
    }

    .settings-icon[b-ejvtqvliha] {
        margin-right: 0.5rem;
        color: var(--brand);
    }

    .settings-value[b-ejvtqvliha] {
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.95rem;
    }

    .icon-wrap[b-ejvtqvliha] {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-left: 0.25rem;
    }

    .text-input[b-ejvtqvliha] {
        color: var(--dark-color);
        font-size: 0.95rem;
        border: none;
        outline: none;
        text-align: right;
        background: transparent;
    }

    .delete-cta[b-ejvtqvliha] {
        width: 5rem;
        height: 2.75rem;
        font-size: 1rem;
        border-radius: 50rem;
        border: none;
        background: var(--error-color);
        color: var(--background-color);
        font-weight: 600;
        cursor: pointer;
    }

    .delete-cta:active[b-ejvtqvliha] {
        background: var(--dark-color);
        color: var(--background-color);
        transition: 0.25s;
    }

    /**************** Toggle Switch ****************/
    
    .switch-container[b-ejvtqvliha] {
        display: flex;
        align-items: center;
    }

    .switch[b-ejvtqvliha] {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 24px;
        margin-right: 6px;
    }

    .switch input[b-ejvtqvliha] {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider[b-ejvtqvliha] {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--dark-color);
        transition: 0.4s;
        border-radius: 24px;
    }

    .slider[b-ejvtqvliha]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 3px;
        background-color: var(--background-color);
        transition: 0.4s;
        border-radius: 50%;
    }

    input:checked + .slider[b-ejvtqvliha] {
        background-color: var(--brand);
    }

    input:checked + .slider[b-ejvtqvliha]:before {
        transform: translateX(24px);
    }

    .slider.round[b-ejvtqvliha] {
        border-radius: 24px;
    }

    /**************** Plans ****************/

    .plans-grid[b-ejvtqvliha] {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 85%;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0.25rem 0.25rem 0.5rem;
        margin: 1rem 0rem 1rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .plans-grid > .plan-card[b-ejvtqvliha] {
        scroll-snap-align: start;
        min-height: unset;
    }

    /* Hide the horizontal scrollbar, keep swipe */
    .plans-grid[b-ejvtqvliha] {
        -ms-overflow-style: none; /* IE/old Edge */
        scrollbar-width: none; /* Firefox */
    }

    .plans-grid[b-ejvtqvliha]::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }

    .plan-card[b-ejvtqvliha] {
        background: var(--background-color);
        border-radius: 16px;
        padding: 1.25rem;
        position: relative;
        display: flex;
        flex-direction: column;
        min-height: 100%;
        border: 2px solid var(--light-color);
    }

    .plan-card.is-current[b-ejvtqvliha] {
        border: 2px solid var(--brand);
    }

    .plan-badge[b-ejvtqvliha] {
        position: absolute;
        top: 0.75rem;
        right: 0.75rem;
        background: var(--brand);
        color: var(--background-color);
        opacity: 0.5;
        font-weight: 600;
        padding: 0.25rem 0.5rem;
        border-radius: 999px;
        font-size: 0.75rem;
    }

    .plan-head .plan-name[b-ejvtqvliha] {
        font-size: 1.125rem;
        margin: 0;
    }

    .plan-sub[b-ejvtqvliha] {
        color: var(--light-color);
        font-size: 0.9rem;
        margin-top: 0.25rem;
    }

    .plan-price[b-ejvtqvliha] {
        font-size: 2rem;
        font-weight: 700;
        margin: 0.75rem 0 1rem;
    }

    .plan-price .per[b-ejvtqvliha] {
        font-size: 0.9rem;
        color: var(--dark-color);
        margin-left: 0.25rem;
        opacity: 0.7;
    }

    .plan-cta[b-ejvtqvliha] {
        width: 100%;
        height: 2.75rem;
        font-size: 1rem;
        border-radius: 10px;
        border: none;
        background: var(--brand);
        color: var(--background-color);
        font-weight: 600;
        cursor: pointer;
    }

    .plan-cta:hover[b-ejvtqvliha] {
        background: var(--dark-color);
        color: var(--background-color);
        transition: 0.25s;
    }

    .plan-cta:disabled[b-ejvtqvliha] {
        background: var(--light-color);
        color: var(--dark-color);
        cursor: default;
    }

    .plan-features[b-ejvtqvliha] {
        margin: 1rem 0 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 0.5rem;
    }

    .plan-features i[b-ejvtqvliha] {
        color: var(--brand);
        margin-right: 0.5rem;
    }

    .plan-foot[b-ejvtqvliha] {
        margin-top: auto;
        padding-top: .75rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .undo-button[b-ejvtqvliha] {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0.5rem 0.75rem;
        border-radius: 50rem;
        color: var(--dark-color);
        background: var(--confirmation-color);
    }

    .undo-button:hover[b-ejvtqvliha] {
        background: var(--dark-color);
        transition: 0.25s;
    }

    .danger-button[b-ejvtqvliha] {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0.5rem 0.75rem;
        border-radius: 50rem;
        color: var(--background-color);
        background: var(--error-color);
    }

    .danger-button:hover[b-ejvtqvliha] {
        color: var(--background-color);
        background: var(--dark-color);
        transition: 0.25s;
    }

    .empty-spacing[b-ejvtqvliha] {
        padding-bottom: 10rem;
    }

    /**************************** Avatar ****************************/

    .team-list[b-ejvtqvliha] {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 0.75rem;
    }

    .team-row[b-ejvtqvliha] {
        display: grid;
        grid-template-columns: 40px 1fr 100px;
        align-items: center;
        gap: 0.75rem;
        padding: 0.5rem 1.5rem;
    }

    .avatar[b-ejvtqvliha] {
        width: 40px;
        height: 40px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        font-weight: 700;
        color: var(--background-color);
        background: var(--brand);
        box-shadow: 0 1px 2px rgba(0,0,0,.08) inset, 0 1px 2px rgba(0,0,0,.06);
    }

    .meta .name[b-ejvtqvliha] {
        font-weight: 600;
        line-height: 1.2;
    }

    .meta .email[b-ejvtqvliha] {
        font-size: 0.85rem;
        color: var(--dark-color);
        line-height: 1.2;
        opacity: 0.7;
    }

    .button-container[b-ejvtqvliha] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .button[b-ejvtqvliha] {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        font-weight: 500;
        border-radius: 50rem;
        padding: 0.85rem 1.25rem;
        gap: 0.5rem;
        margin-top: 1rem;
        background: var(--brand);
        color: var(--background-color);
        outline: none;
        border: none;
    }

    .button:hover[b-ejvtqvliha] {
        cursor: pointer;
        background: var(--dark-color);
        transition: 0.25s;
    }

    .button-icon[b-ejvtqvliha] {
        font-size: 0.85rem;
    }

    /**************************** Modal ****************************/

    .modal[b-ejvtqvliha] {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0);
        animation: backdropIn-b-ejvtqvliha .28s ease forwards;
        z-index: 999;
    }

    .modal-content[b-ejvtqvliha] {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        width: auto;
        max-height: 75vh;
        overflow: auto;
        border-radius: 16px 16px 0 0;
        border: 1px solid var(--light-color);
        box-shadow: 0 -12px 32px rgba(0,0,0,.22);
        padding: 1.5rem 1.25rem calc(1rem + env(safe-area-inset-bottom));
        transform: translateY(100%);
        animation: sheetIn-b-ejvtqvliha .28s cubic-bezier(.2,.7,.2,1) forwards;
        will-change: transform;
        background: var(--background-color);
    }

    .modal.closing[b-ejvtqvliha] {
        animation: backdropOut-b-ejvtqvliha .22s ease forwards;
    }

    .modal.closing .modal-content[b-ejvtqvliha] {
        animation: sheetOut-b-ejvtqvliha .22s cubic-bezier(.4,.2,.2,1) forwards;
    }

    @keyframes sheetIn-b-ejvtqvliha {
        from {
            transform: translateY(100%);
            opacity: .98;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes sheetOut-b-ejvtqvliha {
        from {
            transform: translateY(0);
            opacity: 1;
        }

        to {
            transform: translateY(100%);
            opacity: .98;
        }
    }

    @keyframes backdropIn-b-ejvtqvliha {
        from {
            background: rgba(0,0,0,0);
        }

        to {
            background: rgba(0,0,0,.35);
        }
    }

    @keyframes backdropOut-b-ejvtqvliha {
        from {
            background: rgba(0,0,0,.35);
        }

        to {
            background: rgba(0,0,0,0);
        }
    }

    .confirmation-icon[b-ejvtqvliha] {
        font-size: 5rem;
        color: var(--brand);
        padding-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-message[b-ejvtqvliha] {
        color: var(--dark-color);
        font-weight: 500;
        text-align: center;
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .modal-options[b-ejvtqvliha] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
        width: 100%;
        gap: 1rem;
    }

    .modal-save[b-ejvtqvliha] {
        background-color: var(--brand);
        color: var(--background-color);
        padding: 1rem 1.5rem;
        border: none;
        border-radius: var(--sleek-border-radius);
        cursor: pointer;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 10rem;
        gap: 0.75rem;
    }

    .modal-save:active[b-ejvtqvliha] {
        background-color: var(--dark-color);
    }

    .modal-save-error[b-ejvtqvliha] {
        background-color: var(--dark-color);
        color: var(--background-color);
        padding: 1rem 1.5rem;
        border: none;
        border-radius: var(--sleek-border-radius);
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 10rem;
        gap: 0.75rem;
    }

    .modal-cancel[b-ejvtqvliha] {
        background-color: var(--light-color);
        color: var(--dark-color);
        padding: 1rem 1.5rem;
        border: none;
        border-radius: var(--sleek-border-radius);
        cursor: pointer;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 10rem;
        gap: 0.75rem;
    }

    .invite-title[b-ejvtqvliha] {
        margin-bottom: 1rem;
    }

    .invite-text-input-container[b-ejvtqvliha] {
        height: 8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .invite-text-input[b-ejvtqvliha] {
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        color: var(--dark-color);
        text-align: left;
        font-size: 1.5rem;
        font-weight: 500;
        border-bottom: 2px solid var(--light-color);
        text-align: center;
    }

    .invite-text-input:focus[b-ejvtqvliha] {
        border-bottom: 2px solid var(--brand);
    }

    .invite-text-input[b-ejvtqvliha]::placeholder {
        color: var(--light-color);
    }

    .invite-badge[b-ejvtqvliha] {
        background: var(--brand);
        color: var(--background-color);
        opacity: 0.5;
        font-weight: 600;
        padding: 0.25rem 0.5rem;
        border-radius: 999px;
        font-size: 0.75rem;
        width: fit-content;
    }

    .error[b-ejvtqvliha] {
        margin-top: 0.75rem;
        color: var(--error-color);
    }
}
/* /Components/Pages/SignIn.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {
    .background[b-khvvpnhvam] {
        background: var(--background-color);
        min-height: 100vh;
        display: flex;
        overflow: auto;
    }

    .fade-in[b-khvvpnhvam] {
        animation: fadeIn 260ms ease-out both;
    }

    .auth-wrap[b-khvvpnhvam] {
        display: grid;
        grid-template-columns: 2fr 3fr;
        gap: 2rem;
        min-height: calc(100vh - 120px);
        align-items: center;
        padding: 2rem;
    }

    .auth-hero[b-khvvpnhvam] {
        text-align: right;
    }

    .auth-hero h1[b-khvvpnhvam] {
        font-size: 2.5rem;
        color: var(--brand);
        font-weight: 700;
    }

    .auth-hero p[b-khvvpnhvam] {
        color: var(--dark-color);
    }

    .auth-panel[b-khvvpnhvam] {
        background: var(--background-color);
        padding: 2rem;
        max-width: 28rem;
        position: relative;
    }

    .auth-panel label[b-khvvpnhvam] {
        display: block;
        margin: 0.25rem 0 0.25rem;
        font-weight: 600;
    }

    .text-input[b-khvvpnhvam] {
        width: 100%;
        padding: 0.85rem;
        border: 2px solid var(--light-color);
        border-radius: var(--sleek-border-radius);
        margin-bottom: 1rem;
        font-size: 1rem;
        padding-left: 1.5rem;
        outline: none;
    }

    .text-input:focus[b-khvvpnhvam] {
        border-color: var(--brand);
    }

    .btn[b-khvvpnhvam] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.85rem;
        border-radius: var(--sleek-border-radius);
        border: 1px solid transparent;
        cursor: pointer;
        width: 100%;
        justify-content: center;
        font-size: 1.15rem;
    }

    .btn.primary[b-khvvpnhvam] {
        background: var(--brand);
        color: var(--background-color);
    }

    .btn.primary:hover[b-khvvpnhvam] {
        background: var(--dark-color);
        transition: 0.25s ease-in;
    }

    .btn.company[b-khvvpnhvam] {
        width: 100%;
        justify-content: center;
        border: 2px solid var(--brand);
        background: var(--background-color);
        text-decoration: none;
        color: var(--brand);
    }

    .btn.company:hover[b-khvvpnhvam] {
        background: var(--dark-color);
        transition: 0.25s ease-in;
        border: 2px solid var(--dark-color);
        color: var(--background-color);
    }

    .btn.company .icon[b-khvvpnhvam], .btn.company .icon-wrap[b-khvvpnhvam] {
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .spacing[b-khvvpnhvam] {
        margin-bottom: 1rem;
    }

    .btn.link[b-khvvpnhvam] {
        background: transparent;
        border: none;
        text-decoration: none;
    }

    .or[b-khvvpnhvam] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin: 1rem 0;
    }

    .or[b-khvvpnhvam]::before, .or[b-khvvpnhvam]::after {
        content: "";
        flex: 1;
        height: 2px;
        background: var(--light-color);
    }

    .or span[b-khvvpnhvam] {
        font-size: .9rem;
        color: var(--dark-color);
        opacity: 0.5;
        font-weight: 500;
    }

    .error[b-khvvpnhvam] {
        margin-top: 0.75rem;
        color: var(--error-color);
        position: absolute;
        top: -0.5rem;
        white-space: nowrap;
    }

    .signup-cta[b-khvvpnhvam] {
        font-size: 0.9rem;
        color: var(--dark-color);
        text-align: center;
        position: absolute;
        margin-left: 5rem;
        margin-top: 3rem;
    }

    .signup-cta .link[b-khvvpnhvam] {
        color: var(--brand);
        font-weight: 700;
        text-decoration: none;
        border-radius: var(--sleek-border-radius);
        padding: 0.5rem 1rem;
        background: var(--light-color);
        color: var(--dark-color);
        margin-left: 0.5rem;
    }

    .signup-cta .link:hover[b-khvvpnhvam] {
        text-decoration: none;
        background: var(--brand);
        color: var(--background-color);
        transition: 0.25s ease-in;
    }

    /**************** Code Input ****************/

    .open-envelope[b-khvvpnhvam] {
        font-size: 3rem;
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.5rem;
    }

    .title[b-khvvpnhvam] {
        font-size: 28px;
        color: var(--dark-color);
        margin-bottom: 1rem;
        text-align: center;
    }

    .code-input-container[b-khvvpnhvam] {
        text-align: center;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .code-input[b-khvvpnhvam] {
        height: 3.5rem;
        width: 3rem;
        font-size: 20px;
        text-align: center;
        background-color: var(--light-color);
        border-radius: var(--border-radius);
        border: none;
        border-style: none;
        box-shadow: 0 2px 4px 0 var(--shadow-color);
    }

    .code-input:focus[b-khvvpnhvam] {
        outline: none;
    }

    /**************** Invite Confirmation ****************/

    .confirm-banner[b-khvvpnhvam] {
        --bg: color-mix(in oklab, var(--brand, #ff7a00) 12%, white);
        --fg: var(--brand, #ff7a00);
        --ring: color-mix(in oklab, var(--brand, #ff7a00) 40%, transparent);
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.875rem 1rem;
        border-radius: 12px;
        background: var(--bg);
        border: 2px solid var(--ring);
        box-shadow: 0 6px 18px rgba(0,0,0,.06);
        color: var(--dark-color, #222);
        position: relative;
        margin-bottom: 1rem;
    }

    .confirm-banner .fa-circle-check[b-khvvpnhvam] {
        font-size: 1.5rem;
        color: var(--fg);
        margin-top: 0.125rem;
        flex: 0 0 auto;
    }

    .confirm-text[b-khvvpnhvam] {
        margin: 0;
        line-height: 1.35;
    }

    .confirm-text strong[b-khvvpnhvam] {
        color: var(--fg);
        font-weight: 700;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1625px) {
    .background[b-khvvpnhvam] {
        background: var(--background-color);
        min-height: 100vh;
        display: flex;
        overflow: auto;
    }

    .fade-in[b-khvvpnhvam] {
        animation: fadeIn 260ms ease-out both;
    }

    .auth-wrap[b-khvvpnhvam] {
        display: grid;
        grid-template-columns: 2fr 3fr;
        gap: 2rem;
        min-height: calc(100vh - 120px);
        align-items: center;
        padding: 2rem;
    }

    .auth-hero[b-khvvpnhvam] {
        text-align: right;
    }

    .auth-hero h1[b-khvvpnhvam] {
        font-size: 2.5rem;
        color: var(--brand);
        font-weight: 700;
    }

    .auth-hero p[b-khvvpnhvam] {
        color: var(--dark-color);
    }

    .auth-panel[b-khvvpnhvam] {
        background: var(--background-color);
        padding: 2rem;
        max-width: 28rem;
        position: relative;
    }

    .auth-panel label[b-khvvpnhvam] {
        display: block;
        margin: 0.25rem 0 0.25rem;
        font-weight: 600;
    }

    .text-input[b-khvvpnhvam] {
        width: 100%;
        padding: 0.85rem;
        border: 2px solid var(--light-color);
        border-radius: var(--sleek-border-radius);
        margin-bottom: 1rem;
        font-size: 1rem;
        padding-left: 1.5rem;
        outline: none;
    }

    .text-input:focus[b-khvvpnhvam] {
        border-color: var(--brand);
    }

    .btn[b-khvvpnhvam] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.85rem;
        border-radius: var(--sleek-border-radius);
        border: 1px solid transparent;
        cursor: pointer;
        width: 100%;
        justify-content: center;
        font-size: 1.15rem;
    }

    .btn.primary[b-khvvpnhvam] {
        background: var(--brand);
        color: var(--background-color);
    }

    .btn.primary:hover[b-khvvpnhvam] {
        background: var(--dark-color);
        transition: 0.25s ease-in;
    }

    .btn.company[b-khvvpnhvam] {
        width: 100%;
        justify-content: center;
        border: 2px solid var(--brand);
        background: var(--background-color);
        text-decoration: none;
        color: var(--brand);
    }

    .btn.company:hover[b-khvvpnhvam] {
        background: var(--dark-color);
        transition: 0.25s ease-in;
        border: 2px solid var(--dark-color);
        color: var(--background-color);
    }

    .btn.company .icon[b-khvvpnhvam], .btn.company .icon-wrap[b-khvvpnhvam] {
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .spacing[b-khvvpnhvam] {
        margin-bottom: 1rem;
    }

    .btn.link[b-khvvpnhvam] {
        background: transparent;
        border: none;
        text-decoration: none;
    }

    .or[b-khvvpnhvam] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin: 1rem 0;
    }

    .or[b-khvvpnhvam]::before, .or[b-khvvpnhvam]::after {
        content: "";
        flex: 1;
        height: 2px;
        background: var(--light-color);
    }

    .or span[b-khvvpnhvam] {
        font-size: .9rem;
        color: var(--dark-color);
        opacity: 0.5;
        font-weight: 500;
    }

    .error[b-khvvpnhvam] {
        margin-top: 0.75rem;
        color: var(--error-color);
        position: absolute;
        top: -0.5rem;
        white-space: nowrap;
    }

    .signup-cta[b-khvvpnhvam] {
        font-size: 0.9rem;
        color: var(--dark-color);
        text-align: center;
        position: absolute;
        margin-left: 5rem;
        margin-top: 3rem;
    }

    .signup-cta .link[b-khvvpnhvam] {
        color: var(--brand);
        font-weight: 700;
        text-decoration: none;
        border-radius: var(--sleek-border-radius);
        padding: 0.5rem 1rem;
        background: var(--light-color);
        color: var(--dark-color);
        margin-left: 0.5rem;
    }

    .signup-cta .link:hover[b-khvvpnhvam] {
        text-decoration: none;
        background: var(--brand);
        color: var(--background-color);
        transition: 0.25s ease-in;
    }

    /**************** Code Input ****************/

    .open-envelope[b-khvvpnhvam] {
        font-size: 3rem;
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.5rem;
    }

    .title[b-khvvpnhvam] {
        font-size: 28px;
        color: var(--dark-color);
        margin-bottom: 1rem;
        text-align: center;
    }

    .code-input-container[b-khvvpnhvam] {
        text-align: center;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .code-input[b-khvvpnhvam] {
        height: 3.5rem;
        width: 3rem;
        font-size: 20px;
        text-align: center;
        background-color: var(--light-color);
        border-radius: var(--border-radius);
        border: none;
        border-style: none;
        box-shadow: 0 2px 4px 0 var(--shadow-color);
    }

    .code-input:focus[b-khvvpnhvam] {
        outline: none;
    }

    /**************** Invite Confirmation ****************/

    .confirm-banner[b-khvvpnhvam] {
        --bg: color-mix(in oklab, var(--brand, #ff7a00) 12%, white);
        --fg: var(--brand, #ff7a00);
        --ring: color-mix(in oklab, var(--brand, #ff7a00) 40%, transparent);
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.875rem 1rem;
        border-radius: 12px;
        background: var(--bg);
        border: 2px solid var(--ring);
        box-shadow: 0 6px 18px rgba(0,0,0,.06);
        color: var(--dark-color, #222);
        position: relative;
        margin-bottom: 1rem;
    }

    .confirm-banner .fa-circle-check[b-khvvpnhvam] {
        font-size: 1.5rem;
        color: var(--fg);
        margin-top: 0.125rem;
        flex: 0 0 auto;
    }

    .confirm-text[b-khvvpnhvam] {
        margin: 0;
        line-height: 1.35;
    }

    .confirm-text strong[b-khvvpnhvam] {
        color: var(--fg);
        font-weight: 700;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/
@media screen and (max-width: 991px) {
    .background[b-khvvpnhvam] {
        background: var(--background-color);
        min-height: 100vh;
        display: flex;
        overflow: auto;
    }

    .fade-in[b-khvvpnhvam] {
        animation: fadeIn 260ms ease-out both;
    }

    .auth-wrap[b-khvvpnhvam] {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.5rem;
        height: 100vh;
    }

    .auth-hero[b-khvvpnhvam] {
        display: none;
    }

    .auth-panel[b-khvvpnhvam] {
        background: var(--background-color);
        position: relative;
        width: 100%;
    }

    .auth-panel label[b-khvvpnhvam] {
        display: block;
        margin: 0.25rem 0 0.25rem;
        font-weight: 600;
    }

    .text-input[b-khvvpnhvam] {
        width: 100%;
        padding: 0.85rem;
        border: 2px solid var(--light-color);
        border-radius: var(--sleek-border-radius);
        margin-bottom: 1rem;
        font-size: 1rem;
        padding-left: 1.5rem;
        outline: none;
    }

    .text-input:focus[b-khvvpnhvam] {
        border-color: var(--brand);
    }

    .btn[b-khvvpnhvam] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.85rem;
        border-radius: var(--sleek-border-radius);
        border: 1px solid transparent;
        cursor: pointer;
        width: 100%;
        justify-content: center;
        font-size: 1.15rem;
    }

    .btn.primary[b-khvvpnhvam] {
        background: var(--brand);
        color: var(--background-color);
    }

    .btn.primary:hover[b-khvvpnhvam] {
        background: var(--dark-color);
        transition: 0.25s ease-in;
    }

    .btn.company[b-khvvpnhvam] {
        width: 100%;
        justify-content: center;
        border: 2px solid var(--brand);
        background: var(--background-color);
        text-decoration: none;
        color: var(--brand);
    }

    .btn.company:hover[b-khvvpnhvam] {
        background: var(--dark-color);
        transition: 0.25s ease-in;
        border: 2px solid var(--dark-color);
        color: var(--background-color);
    }

    .btn.company .icon[b-khvvpnhvam], .btn.company .icon-wrap[b-khvvpnhvam] {
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .spacing[b-khvvpnhvam] {
        margin-bottom: 1rem;
    }

    .btn.link[b-khvvpnhvam] {
        background: transparent;
        border: none;
        text-decoration: none;
    }

    .or[b-khvvpnhvam] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin: 1rem 0;
    }

    .or[b-khvvpnhvam]::before, .or[b-khvvpnhvam]::after {
        content: "";
        flex: 1;
        height: 2px;
        background: var(--light-color);
    }

    .or span[b-khvvpnhvam] {
        font-size: .9rem;
        color: var(--dark-color);
        opacity: 0.5;
        font-weight: 500;
    }

    .error[b-khvvpnhvam] {
        margin-top: 0.75rem;
        color: var(--error-color);
        position: absolute;
        top: -0.5rem;
        white-space: nowrap;
    }

    .signup-cta[b-khvvpnhvam] {
        font-size: 0.9rem;
        color: var(--dark-color);
        text-align: center;
        position: absolute;
        margin-left: 5rem;
        margin-top: 3rem;
    }

    .signup-cta .link[b-khvvpnhvam] {
        color: var(--brand);
        font-weight: 700;
        text-decoration: none;
        border-radius: var(--sleek-border-radius);
        padding: 0.5rem 1rem;
        background: var(--light-color);
        color: var(--dark-color);
        margin-left: 0.5rem;
    }

    .signup-cta .link:hover[b-khvvpnhvam] {
        text-decoration: none;
        background: var(--brand);
        color: var(--background-color);
        transition: 0.25s ease-in;
    }

    /**************** Code Input ****************/

    .open-envelope[b-khvvpnhvam] {
        font-size: 3rem;
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.5rem;
    }

    .title[b-khvvpnhvam] {
        font-size: 28px;
        color: var(--dark-color);
        margin-bottom: 1rem;
        text-align: center;
    }

    .code-input-container[b-khvvpnhvam] {
        text-align: center;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
    }

    .code-input[b-khvvpnhvam] {
        height: 3.5rem;
        width: 3rem;
        font-size: 20px;
        text-align: center;
        background-color: var(--light-color);
        border-radius: var(--border-radius);
        border: none;
        border-style: none;
        box-shadow: 0 2px 4px 0 var(--shadow-color);
    }

    .code-input:focus[b-khvvpnhvam] {
        outline: none;
    }

    /**************** Invite Confirmation ****************/

    .confirm-banner[b-khvvpnhvam] {
        --bg: color-mix(in oklab, var(--brand, #ff7a00) 12%, white);
        --fg: var(--brand, #ff7a00);
        --ring: color-mix(in oklab, var(--brand, #ff7a00) 40%, transparent);
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.875rem 1rem;
        border-radius: 12px;
        background: var(--bg);
        border: 2px solid var(--ring);
        box-shadow: 0 6px 18px rgba(0,0,0,.06);
        color: var(--dark-color, #222);
        position: relative;
        margin-bottom: 1rem;
    }

    .confirm-banner .fa-circle-check[b-khvvpnhvam] {
        font-size: 1.5rem;
        color: var(--fg);
        margin-top: 0.125rem;
        flex: 0 0 auto;
    }

    .confirm-text[b-khvvpnhvam] {
        margin: 0;
        line-height: 1.35;
    }

    .confirm-text strong[b-khvvpnhvam] {
        color: var(--fg);
        font-weight: 700;
    }
}
/* /Components/Pages/SignUp.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {
    .background[b-lvyck61jy1] {
        background: var(--background-color);
        min-height: 100vh;
        display: flex;
        overflow: auto;
    }

    .fade-in[b-lvyck61jy1] {
        animation: fadeIn 260ms ease-out both;
    }

    .auth-wrap[b-lvyck61jy1] {
        display: grid;
        grid-template-columns: 3fr 4fr;
        gap: 2rem;
        min-height: calc(100vh - 120px);
        align-items: center;
        padding: 2rem;
    }

    .auth-hero[b-lvyck61jy1] {
        text-align: left;
    }

    .auth-hero h1[b-lvyck61jy1] {
        font-size: 2.5rem;
        color: var(--brand);
        font-weight: 700;
    }

    .auth-hero p[b-lvyck61jy1] {
        color: var(--dark-color);
    }

    .auth-panel[b-lvyck61jy1] {
        background: var(--background-color);
        width: 100%;
        display: flex;
        justify-content: end;
    }

    .auth-window[b-lvyck61jy1] {
        padding: 2rem;
        max-width: 28rem;
        position: relative;
    }

    .text-input[b-lvyck61jy1] {
        width: 100%;
        padding: 0.85rem;
        border: 2px solid var(--light-color);
        border-radius: var(--sleek-border-radius);
        margin-bottom: 1rem;
        font-size: 1rem;
        padding-left: 1.5rem;
        outline: none;
    }

    .text-input:focus[b-lvyck61jy1] {
        border-color: var(--brand);
    }

    .btn[b-lvyck61jy1] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.85rem;
        border-radius: var(--sleek-border-radius);
        border: 1px solid transparent;
        cursor: pointer;
        width: 100%;
        justify-content: center;
        font-size: 1.15rem;
    }

    .btn.primary[b-lvyck61jy1] {
        background: var(--brand);
        color: var(--background-color);
    }

    .btn.primary:hover[b-lvyck61jy1] {
        background: var(--dark-color);
        transition: 0.25s ease-in;
    }

    .btn.company[b-lvyck61jy1] {
        width: 100%;
        justify-content: center;
        border: 2px solid var(--brand);
        background: var(--background-color);
        text-decoration: none;
        color: var(--brand);
    }

    .btn.company:hover[b-lvyck61jy1] {
        background: var(--dark-color);
        transition: 0.25s ease-in;
        border: 2px solid var(--dark-color);
        color: var(--background-color);
    }

    .btn.company .icon[b-lvyck61jy1], .btn.company .icon-wrap[b-lvyck61jy1] {
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .spacing[b-lvyck61jy1] {
        margin-bottom: 1rem;
    }

    .btn.link[b-lvyck61jy1] {
        background: transparent;
        border: none;
        text-decoration: none;
    }

    .or[b-lvyck61jy1] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin: 1rem 0;
    }

    .or[b-lvyck61jy1]::before, .or[b-lvyck61jy1]::after {
        content: "";
        flex: 1;
        height: 2px;
        background: var(--light-color);
    }

    .or span[b-lvyck61jy1] {
        font-size: .9rem;
        color: var(--dark-color);
        opacity: 0.5;
        font-weight: 500;
    }

    .error[b-lvyck61jy1] {
        margin-top: 0.75rem;
        color: var(--error-color);
        position: absolute;
        top: -0.5rem;
        white-space: nowrap;
    }

    .signup-cta[b-lvyck61jy1] {
        font-size: 0.9rem;
        color: var(--dark-color);
        text-align: center;
        position: absolute;
        margin-left: 5rem;
        margin-top: 3rem;
    }

    .signup-cta .link[b-lvyck61jy1] {
        color: var(--brand);
        font-weight: 700;
        text-decoration: none;
        border-radius: var(--sleek-border-radius);
        padding: 0.5rem 1rem;
        background: var(--light-color);
        color: var(--dark-color);
        margin-left: 0.5rem;
    }

    .signup-cta .link:hover[b-lvyck61jy1] {
        text-decoration: none;
        background: var(--brand);
        color: var(--background-color);
        transition: 0.25s ease-in;
    }

    .app-features[b-lvyck61jy1] {
        margin: 1rem 0 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 0.5rem;
    }

    .app-features i[b-lvyck61jy1] {
        color: var(--brand);
        margin-right: 0.5rem;
    }

    /**************** Code Input ****************/

    .open-envelope[b-lvyck61jy1] {
        font-size: 3rem;
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.5rem;
    }

    .title[b-lvyck61jy1] {
        font-size: 28px;
        color: var(--dark-color);
        margin-bottom: 1rem;
        text-align: center;
    }

    .code-input-container[b-lvyck61jy1] {
        text-align: center;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .code-input[b-lvyck61jy1] {
        height: 3.5rem;
        width: 3rem;
        font-size: 20px;
        text-align: center;
        background-color: var(--light-color);
        border-radius: var(--border-radius);
        border: none;
        border-style: none;
        box-shadow: 0 2px 4px 0 var(--shadow-color);
    }

    .code-input:focus[b-lvyck61jy1] {
        outline: none;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1625px) {
    .background[b-lvyck61jy1] {
        background: var(--background-color);
        min-height: 100vh;
        display: flex;
        overflow: auto;
    }

    .fade-in[b-lvyck61jy1] {
        animation: fadeIn 260ms ease-out both;
    }

    .auth-wrap[b-lvyck61jy1] {
        display: grid;
        grid-template-columns: 3fr 4fr;
        gap: 2rem;
        min-height: calc(100vh - 120px);
        align-items: center;
        padding: 2rem;
    }

    .auth-hero[b-lvyck61jy1] {
        text-align: left;
    }

    .auth-hero h1[b-lvyck61jy1] {
        font-size: 2.5rem;
        color: var(--brand);
        font-weight: 700;
    }

    .auth-hero p[b-lvyck61jy1] {
        color: var(--dark-color);
    }

    .auth-panel[b-lvyck61jy1] {
        background: var(--background-color);
        width: 100%;
        display: flex;
        justify-content: end;
    }

    .auth-window[b-lvyck61jy1] {
        padding: 2rem;
        max-width: 28rem;
        position: relative;
    }

    .text-input[b-lvyck61jy1] {
        width: 100%;
        padding: 0.85rem;
        border: 2px solid var(--light-color);
        border-radius: var(--sleek-border-radius);
        margin-bottom: 1rem;
        font-size: 1rem;
        padding-left: 1.5rem;
        outline: none;
    }

    .text-input:focus[b-lvyck61jy1] {
        border-color: var(--brand);
    }

    .btn[b-lvyck61jy1] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.85rem;
        border-radius: var(--sleek-border-radius);
        border: 1px solid transparent;
        cursor: pointer;
        width: 100%;
        justify-content: center;
        font-size: 1.15rem;
    }

    .btn.primary[b-lvyck61jy1] {
        background: var(--brand);
        color: var(--background-color);
    }

    .btn.primary:hover[b-lvyck61jy1] {
        background: var(--dark-color);
        transition: 0.25s ease-in;
    }

    .btn.company[b-lvyck61jy1] {
        width: 100%;
        justify-content: center;
        border: 2px solid var(--brand);
        background: var(--background-color);
        text-decoration: none;
        color: var(--brand);
    }

    .btn.company:hover[b-lvyck61jy1] {
        background: var(--dark-color);
        transition: 0.25s ease-in;
        border: 2px solid var(--dark-color);
        color: var(--background-color);
    }

    .btn.company .icon[b-lvyck61jy1], .btn.company .icon-wrap[b-lvyck61jy1] {
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .spacing[b-lvyck61jy1] {
        margin-bottom: 1rem;
    }

    .btn.link[b-lvyck61jy1] {
        background: transparent;
        border: none;
        text-decoration: none;
    }

    .or[b-lvyck61jy1] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin: 1rem 0;
    }

    .or[b-lvyck61jy1]::before, .or[b-lvyck61jy1]::after {
        content: "";
        flex: 1;
        height: 2px;
        background: var(--light-color);
    }

    .or span[b-lvyck61jy1] {
        font-size: .9rem;
        color: var(--dark-color);
        opacity: 0.5;
        font-weight: 500;
    }

    .error[b-lvyck61jy1] {
        margin-top: 0.75rem;
        color: var(--error-color);
        position: absolute;
        top: -0.5rem;
        white-space: nowrap;
    }

    .signup-cta[b-lvyck61jy1] {
        font-size: 0.9rem;
        color: var(--dark-color);
        text-align: center;
        position: absolute;
        margin-left: 5rem;
        margin-top: 3rem;
    }

    .signup-cta .link[b-lvyck61jy1] {
        color: var(--brand);
        font-weight: 700;
        text-decoration: none;
        border-radius: var(--sleek-border-radius);
        padding: 0.5rem 1rem;
        background: var(--light-color);
        color: var(--dark-color);
        margin-left: 0.5rem;
    }

    .signup-cta .link:hover[b-lvyck61jy1] {
        text-decoration: none;
        background: var(--brand);
        color: var(--background-color);
        transition: 0.25s ease-in;
    }

    .app-features[b-lvyck61jy1] {
        margin: 1rem 0 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 0.5rem;
    }

    .app-features i[b-lvyck61jy1] {
        color: var(--brand);
        margin-right: 0.5rem;
    }

    /**************** Code Input ****************/

    .open-envelope[b-lvyck61jy1] {
        font-size: 3rem;
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.5rem;
    }

    .title[b-lvyck61jy1] {
        font-size: 28px;
        color: var(--dark-color);
        margin-bottom: 1rem;
        text-align: center;
    }

    .code-input-container[b-lvyck61jy1] {
        text-align: center;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .code-input[b-lvyck61jy1] {
        height: 3.5rem;
        width: 3rem;
        font-size: 20px;
        text-align: center;
        background-color: var(--light-color);
        border-radius: var(--border-radius);
        border: none;
        border-style: none;
        box-shadow: 0 2px 4px 0 var(--shadow-color);
    }

    .code-input:focus[b-lvyck61jy1] {
        outline: none;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/
@media screen and (max-width: 991px) {
    .background[b-lvyck61jy1] {
        background: var(--background-color);
        min-height: 100vh;
        display: flex;
        overflow: auto;
    }

    .fade-in[b-lvyck61jy1] {
        animation: fadeIn 260ms ease-out both;
    }

    .auth-wrap[b-lvyck61jy1] {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.5rem;
        height: 100vh;
    }

    .auth-hero[b-lvyck61jy1] {
        display: none;
    }

    .auth-panel[b-lvyck61jy1] {
        background: var(--background-color);
        width: 100%;
    }

    .auth-window[b-lvyck61jy1] {
        
    }

    .text-input[b-lvyck61jy1] {
        width: 100%;
        padding: 0.85rem;
        border: 2px solid var(--light-color);
        border-radius: var(--sleek-border-radius);
        margin-bottom: 1rem;
        font-size: 1rem;
        padding-left: 1.5rem;
        outline: none;
    }

    .text-input:focus[b-lvyck61jy1] {
        border-color: var(--brand);
    }

    .btn[b-lvyck61jy1] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.85rem;
        border-radius: var(--sleek-border-radius);
        border: 1px solid transparent;
        cursor: pointer;
        width: 100%;
        justify-content: center;
        font-size: 1.15rem;
    }

    .btn.primary[b-lvyck61jy1] {
        background: var(--brand);
        color: var(--background-color);
    }

    .btn.primary:hover[b-lvyck61jy1] {
        background: var(--dark-color);
        transition: 0.25s ease-in;
    }

    .btn.company[b-lvyck61jy1] {
        width: 100%;
        justify-content: center;
        border: 2px solid var(--brand);
        background: var(--background-color);
        text-decoration: none;
        color: var(--brand);
    }

    .btn.company:hover[b-lvyck61jy1] {
        background: var(--dark-color);
        transition: 0.25s ease-in;
        border: 2px solid var(--dark-color);
        color: var(--background-color);
    }

    .btn.company .icon[b-lvyck61jy1], .btn.company .icon-wrap[b-lvyck61jy1] {
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .spacing[b-lvyck61jy1] {
        margin-bottom: 1rem;
    }

    .btn.link[b-lvyck61jy1] {
        background: transparent;
        border: none;
        text-decoration: none;
    }

    .or[b-lvyck61jy1] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin: 1rem 0;
    }

    .or[b-lvyck61jy1]::before, .or[b-lvyck61jy1]::after {
        content: "";
        flex: 1;
        height: 2px;
        background: var(--light-color);
    }

    .or span[b-lvyck61jy1] {
        font-size: .9rem;
        color: var(--dark-color);
        opacity: 0.5;
        font-weight: 500;
    }

    .error[b-lvyck61jy1] {
        margin-top: 0.75rem;
        color: var(--error-color);
        position: absolute;
        top: -0.5rem;
        white-space: nowrap;
    }

    .signup-cta[b-lvyck61jy1] {
        font-size: 0.9rem;
        color: var(--dark-color);
        text-align: center;
        position: absolute;
        margin-left: 5rem;
        margin-top: 3rem;
    }

    .signup-cta .link[b-lvyck61jy1] {
        color: var(--brand);
        font-weight: 700;
        text-decoration: none;
        border-radius: var(--sleek-border-radius);
        padding: 0.5rem 1rem;
        background: var(--light-color);
        color: var(--dark-color);
        margin-left: 0.5rem;
    }

    .signup-cta .link:hover[b-lvyck61jy1] {
        text-decoration: none;
        background: var(--brand);
        color: var(--background-color);
        transition: 0.25s ease-in;
    }

    .app-features[b-lvyck61jy1] {
        margin: 1rem 0 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 0.5rem;
    }

    .app-features i[b-lvyck61jy1] {
        color: var(--brand);
        margin-right: 0.5rem;
    }

    /**************** Code Input ****************/

    .open-envelope[b-lvyck61jy1] {
        font-size: 3rem;
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.5rem;
    }

    .title[b-lvyck61jy1] {
        font-size: 28px;
        color: var(--dark-color);
        margin-bottom: 1rem;
        text-align: center;
    }

    .code-input-container[b-lvyck61jy1] {
        text-align: center;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
    }

    .code-input[b-lvyck61jy1] {
        height: 3.5rem;
        width: 3rem;
        font-size: 20px;
        text-align: center;
        background-color: var(--light-color);
        border-radius: var(--border-radius);
        border: none;
        border-style: none;
        box-shadow: 0 2px 4px 0 var(--shadow-color);
    }

    .code-input:focus[b-lvyck61jy1] {
        outline: none;
    }
}
/* /Components/Pages/Software.razor.rz.scp.css */
/* /Components/Pages/Support.razor.rz.scp.css */
.background[b-qwm5ed1uo3] {
    min-height: 100vh;
    display: flex;
    overflow: auto;
    position: relative;
}

/**************** Animations ****************/

@keyframes fadeIn-b-qwm5ed1uo3 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in[b-qwm5ed1uo3] {
    animation: fadeIn-b-qwm5ed1uo3 1s ease-out forwards;
}

/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {
    .main-container[b-qwm5ed1uo3] {
        display: flex;
        max-width: 900px;
        margin: auto;
        height: 35rem;
        flex-direction: column;
        width: 100%;
    }

    /**************** Section Titles ****************/

    .header[b-qwm5ed1uo3] {
        text-align: center;
        margin-bottom: 3.25rem;
    }

    .title[b-qwm5ed1uo3] {
        font-size: clamp(1.8rem, 3vw, 2.6rem);
        line-height: 1.15;
        margin: 0 0 0.75rem 0;
        color: var(--dark-color);
    }

    .subtitle[b-qwm5ed1uo3] {
        margin: 0 auto;
        max-width: 56ch;
        font-size: 1.05rem;
        line-height: 1.6;
        color: var(--dark-color);
    }

    /**************** Tabs ****************/

    .tab-option-row[b-qwm5ed1uo3] {
        display: flex;
        flex-direction: row;
        gap: 0.75rem;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .tab-chip[b-qwm5ed1uo3] {
        border-radius: 50rem;
        color: var(--dark-color);
        cursor: pointer;
        font-weight: 700;
        font-size: 1rem;
        padding: 0.75rem 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--light-color);
        gap: 0.5rem;
    }

    .tab-chip:hover[b-qwm5ed1uo3] {
        background: var(--brand);
        color: var(--dark-color);
    }

    .tab-selected-chip[b-qwm5ed1uo3] {
        border-radius: 50rem;
        color: var(--dark-color);
        cursor: pointer;
        font-weight: 700;
        font-size: 1rem;
        padding: 0.75rem 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--brand);
        gap: 0.5rem;
    }

    /**************** Common Questions ****************/

    /* List */
    .faq-list[b-qwm5ed1uo3] {
        display: grid;
        gap: 0.6rem;
        padding-bottom: 15rem;
    }

    /* Each item: transparent by default */
    .faq-item[b-qwm5ed1uo3] {
        border-radius: 14px;
        overflow: hidden;
        background: transparent;
        border: 1px solid transparent;
        transition: background 180ms ease, border-color 180ms ease;
    }

    /* Only show background on hover/open */
    .faq-item:hover[b-qwm5ed1uo3],
    .faq-item[open][b-qwm5ed1uo3] {
        background: rgba(15, 15, 30, 0.6); /* --background-color */
        border-color: var(--brand);
    }

    /* Question row */
    .faq-q[b-qwm5ed1uo3] {
        list-style: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 1rem 1.1rem;
        user-select: none;
        color: var(--dark-color);
        font-weight: 700;
    }

    .faq-q[b-qwm5ed1uo3]::-webkit-details-marker {
        display: none;
    }

    /* Chevron icon */
    .faq-chevron[b-qwm5ed1uo3] {
        width: 2rem;
        height: 2rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        /* keep it minimal */
        background: transparent;
        border: 1px solid transparent;
        color: var(--dark-color);
        flex: 0 0 auto;
        transition: transform 220ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
    }

    /* Rotate chevron when open */
    .faq-item[open] .faq-chevron[b-qwm5ed1uo3] {
        transform: rotate(180deg);
    }

    /* Answer wrapper (smooth open/close) */
    .faq-a[b-qwm5ed1uo3] {
        padding: 1rem;
        padding-top: 0;
        color: var(--dark-color);
    }

    .faq-a-inner[b-qwm5ed1uo3] {
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transform: translateY(-6px);
        transition: max-height 260ms ease, opacity 180ms ease, transform 220ms ease;
        will-change: max-height, opacity, transform;
        padding: 0;
    }

    .faq-item[open] .faq-a-inner[b-qwm5ed1uo3] {
        max-height: 500px; /* bump if you ever add long answers */
        opacity: 1;
        transform: translateY(0);
        padding: 0 0 1.05rem 0;
    }

    .faq-a-inner p[b-qwm5ed1uo3] {
        margin: 0;
        color: var(--dark-color);
        line-height: 1.65;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/

@media screen and (min-width: 992px) and (max-width: 1625px) {
    .main-container[b-qwm5ed1uo3] {
        display: flex;
        max-width: 700px;
        margin: auto;
        height: 30rem;
        flex-direction: column;
        width: 100%;
    }

    /**************** Section Titles ****************/

    .header[b-qwm5ed1uo3] {
        text-align: center;
        margin-bottom: 3.25rem;
    }

    .title[b-qwm5ed1uo3] {
        font-size: clamp(1.8rem, 3vw, 2.6rem);
        line-height: 1.15;
        margin: 0 0 0.75rem 0;
        color: var(--dark-color);
    }

    .subtitle[b-qwm5ed1uo3] {
        margin: 0 auto;
        max-width: 56ch;
        font-size: 1.05rem;
        line-height: 1.6;
        color: var(--dark-color);
    }

    /**************** Tabs ****************/

    .tab-option-row[b-qwm5ed1uo3] {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
        justify-content: center;
        margin-bottom: 1.5rem;
    }

    .tab-chip[b-qwm5ed1uo3] {
        border-radius: 50rem;
        color: var(--dark-color);
        cursor: pointer;
        font-weight: 700;
        font-size: 0.85rem;
        padding: 0.65rem 0.85rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--light-color);
        gap: 0.35rem;
    }

    .tab-chip:hover[b-qwm5ed1uo3] {
        background: var(--brand);
        color: var(--dark-color);
    }

    .tab-selected-chip[b-qwm5ed1uo3] {
        border-radius: 50rem;
        color: var(--dark-color);
        cursor: pointer;
        font-weight: 700;
        font-size: 0.85rem;
        padding: 0.65rem 0.85rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--brand);
        gap: 0.35rem;
    }

    /**************** Common Questions ****************/

    /* List */
    .faq-list[b-qwm5ed1uo3] {
        display: grid;
        gap: 0.6rem;
        padding-bottom: 8rem;
    }

    /* Each item: transparent by default */
    .faq-item[b-qwm5ed1uo3] {
        border-radius: 14px;
        overflow: hidden;
        background: transparent;
        border: 1px solid transparent;
        transition: background 180ms ease, border-color 180ms ease;
    }

    /* Only show background on hover/open */
    .faq-item:hover[b-qwm5ed1uo3],
    .faq-item[open][b-qwm5ed1uo3] {
        background: rgba(15, 15, 30, 0.6); /* --background-color */
        border-color: var(--brand);
    }

    /* Question row */
    .faq-q[b-qwm5ed1uo3] {
        list-style: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 1rem 1.1rem;
        user-select: none;
        color: var(--dark-color);
        font-weight: 700;
    }

    .faq-q[b-qwm5ed1uo3]::-webkit-details-marker {
        display: none;
    }

    /* Chevron icon */
    .faq-chevron[b-qwm5ed1uo3] {
        width: 2rem;
        height: 2rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        /* keep it minimal */
        background: transparent;
        border: 1px solid transparent;
        color: var(--dark-color);
        flex: 0 0 auto;
        transition: transform 220ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
    }

    /* Rotate chevron when open */
    .faq-item[open] .faq-chevron[b-qwm5ed1uo3] {
        transform: rotate(180deg);
    }

    /* Answer wrapper (smooth open/close) */
    .faq-a[b-qwm5ed1uo3] {
        padding: 1rem;
        padding-top: 0;
        color: var(--dark-color);
    }

    .faq-a-inner[b-qwm5ed1uo3] {
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transform: translateY(-6px);
        transition: max-height 260ms ease, opacity 180ms ease, transform 220ms ease;
        will-change: max-height, opacity, transform;
        padding: 0;
    }

    .faq-item[open] .faq-a-inner[b-qwm5ed1uo3] {
        max-height: 500px; /* bump if you ever add long answers */
        opacity: 1;
        transform: translateY(0);
        padding: 0 0 1.05rem 0;
    }

    .faq-a-inner p[b-qwm5ed1uo3] {
        margin: 0;
        color: var(--dark-color);
        line-height: 1.65;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .main-container[b-qwm5ed1uo3] {
        width: 100%;
        max-width: 550px;
        padding: 1rem;
        height: auto;
        margin-top: 6rem;
        margin-right: auto;
        margin-left: auto;
    }

    /**************** Section Titles ****************/

    .header[b-qwm5ed1uo3] {
        text-align: center;
        margin-bottom: 3.25rem;
    }

    .title[b-qwm5ed1uo3] {
        font-size: clamp(1.8rem, 3vw, 2.6rem);
        line-height: 1.15;
        margin: 0 0 0.75rem 0;
        color: var(--dark-color);
    }

    .subtitle[b-qwm5ed1uo3] {
        margin: 0 auto;
        max-width: 56ch;
        font-size: 1.05rem;
        line-height: 1.6;
        color: var(--dark-color);
    }

    /**************** Tabs ****************/

    .tab-option-row[b-qwm5ed1uo3] {
        display: flex;
        flex-direction: row;
        justify-content: start;
        margin-bottom: 1rem;
    }

    .tab-option-row[b-qwm5ed1uo3] {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
        gap: 0.5rem;
        padding-bottom: 0.25rem;
    }

    .tab-option-row .tab-chip[b-qwm5ed1uo3],
    .tab-option-row .tab-selected-chip[b-qwm5ed1uo3] {
        flex: 0 0 auto;
    }

    .tab-option-row[b-qwm5ed1uo3] {
        scrollbar-width: none;
    }

    .tab-option-row[b-qwm5ed1uo3]::-webkit-scrollbar {
        display: none;
    }

    .tab-chip[b-qwm5ed1uo3] {
        border-radius: 50rem;
        color: var(--dark-color);
        cursor: pointer;
        font-weight: 700;
        font-size: 1rem;
        padding: 0.75rem 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--light-color);
        gap: 0.5rem;
        white-space: nowrap;
    }

    .tab-chip:hover[b-qwm5ed1uo3] {
        background: var(--brand);
        color: var(--dark-color);
    }

    .tab-selected-chip[b-qwm5ed1uo3] {
        border-radius: 50rem;
        color: var(--dark-color);
        cursor: pointer;
        font-weight: 700;
        font-size: 1rem;
        padding: 0.75rem 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--brand);
        gap: 0.5rem;
        white-space: nowrap;
    }

    /**************** Common Questions ****************/

    .common-questions[b-qwm5ed1uo3] {
        padding: 6rem 2rem;
        width: 100%;
        margin: 0 auto;
        color: var(--dark-color);
    }

    /* List */
    .faq-list[b-qwm5ed1uo3] {
        display: grid;
        gap: 0.6rem;
        padding-bottom: 10rem;
    }

    /* Each item: transparent by default */
    .faq-item[b-qwm5ed1uo3] {
        border-radius: 14px;
        overflow: hidden;
        background: transparent;
        border: 1px solid transparent;
        transition: background 180ms ease, border-color 180ms ease;
    }

    /* Only show background on hover/open */
    .faq-item:hover[b-qwm5ed1uo3],
    .faq-item[open][b-qwm5ed1uo3] {
        background: rgba(15, 15, 30, 0.6); /* --background-color */
        border-color: var(--brand);
    }

    /* Question row */
    .faq-q[b-qwm5ed1uo3] {
        list-style: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 1rem 1.1rem;
        user-select: none;
        color: var(--dark-color);
        font-weight: 700;
    }

    .faq-q[b-qwm5ed1uo3]::-webkit-details-marker {
        display: none;
    }

    /* Chevron icon */
    .faq-chevron[b-qwm5ed1uo3] {
        width: 2rem;
        height: 2rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        /* keep it minimal */
        background: transparent;
        border: 1px solid transparent;
        color: var(--dark-color);
        flex: 0 0 auto;
        transition: transform 220ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
    }

    /* Rotate chevron when open */
    .faq-item[open] .faq-chevron[b-qwm5ed1uo3] {
        transform: rotate(180deg);
    }

    /* Answer wrapper (smooth open/close) */
    .faq-a[b-qwm5ed1uo3] {
        padding: 1rem;
        padding-top: 0;
        color: var(--dark-color);
    }

    .faq-a-inner[b-qwm5ed1uo3] {
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transform: translateY(-6px);
        transition: max-height 260ms ease, opacity 180ms ease, transform 220ms ease;
        will-change: max-height, opacity, transform;
        padding: 0;
    }

    .faq-item[open] .faq-a-inner[b-qwm5ed1uo3] {
        max-height: 500px; /* bump if you ever add long answers */
        opacity: 1;
        transform: translateY(0);
        padding: 0 0 1.05rem 0;
    }

    .faq-a-inner p[b-qwm5ed1uo3] {
        margin: 0;
        color: var(--dark-color);
        line-height: 1.65;
    }
}
