/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-lq2p37j0er] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-lq2p37j0er] {
    flex: 1;
}

.sidebar[b-lq2p37j0er] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-lq2p37j0er] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-lq2p37j0er]  a, .top-row[b-lq2p37j0er]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-lq2p37j0er]  a:hover, .top-row[b-lq2p37j0er]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-lq2p37j0er]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-lq2p37j0er] {
        justify-content: space-between;
    }

    .top-row[b-lq2p37j0er]  a, .top-row[b-lq2p37j0er]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-lq2p37j0er] {
        flex-direction: row;
    }

    .sidebar[b-lq2p37j0er] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-lq2p37j0er] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-lq2p37j0er]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    
}

#blazor-error-ui[b-lq2p37j0er] {
    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;
  
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-lq2p37j0er] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lb9w1wnbfe] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-lb9w1wnbfe] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lb9w1wnbfe] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lb9w1wnbfe] {
    font-size: 1.1rem;
}

.bi[b-lb9w1wnbfe] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lb9w1wnbfe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-materials-nav-menu[b-lb9w1wnbfe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 2h5v5H2V2zm7 0h5v5H9V2zM2 9h5v5H2V9zm7 0h5v5H9V9z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-lb9w1wnbfe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-gear-nav-menu[b-lb9w1wnbfe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.18c-1.275-.74-2.68.665-1.94 1.94l.18.31a1.464 1.464 0 0 1-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.18.31c-.74 1.275.665 2.68 1.94 1.94l.31-.18a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.18c1.275.74 2.68-.665 1.94-1.94l-.18-.31a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.18-.31c.74-1.275-.665-2.68-1.94-1.94l-.31.18a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.5A2.5 2.5 0 1 1 8 5.5a2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-lb9w1wnbfe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-lb9w1wnbfe] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lb9w1wnbfe] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lb9w1wnbfe] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lb9w1wnbfe]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.settings-item[b-lb9w1wnbfe] {
    margin-top: auto;
}

.nav-item[b-lb9w1wnbfe]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lb9w1wnbfe]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-lb9w1wnbfe] {
    display: none;
}


.settings-item[b-lb9w1wnbfe] {
    margin-top: auto;
}

.nav-scrollable nav[b-lb9w1wnbfe] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 3.5rem);
}

.navbar-toggler:checked ~ .nav-scrollable[b-lb9w1wnbfe] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lb9w1wnbfe] {
        display: none;
    }

    .nav-scrollable[b-lb9w1wnbfe] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8ndwnbe4a3],
.components-reconnect-repeated-attempt-visible[b-8ndwnbe4a3],
.components-reconnect-failed-visible[b-8ndwnbe4a3],
.components-pause-visible[b-8ndwnbe4a3],
.components-resume-failed-visible[b-8ndwnbe4a3],
.components-rejoining-animation[b-8ndwnbe4a3] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8ndwnbe4a3],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8ndwnbe4a3],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8ndwnbe4a3],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8ndwnbe4a3],
#components-reconnect-modal.components-reconnect-retrying[b-8ndwnbe4a3],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8ndwnbe4a3],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8ndwnbe4a3],
#components-reconnect-modal.components-reconnect-failed[b-8ndwnbe4a3],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8ndwnbe4a3] {
    display: block;
}


#components-reconnect-modal[b-8ndwnbe4a3] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-8ndwnbe4a3 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8ndwnbe4a3 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8ndwnbe4a3 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8ndwnbe4a3]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8ndwnbe4a3 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8ndwnbe4a3 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8ndwnbe4a3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8ndwnbe4a3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8ndwnbe4a3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8ndwnbe4a3] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8ndwnbe4a3] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8ndwnbe4a3] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8ndwnbe4a3] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8ndwnbe4a3] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8ndwnbe4a3] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8ndwnbe4a3 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8ndwnbe4a3] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8ndwnbe4a3 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Settings.razor.rz.scp.css */
.settings-page[b-h9au8rwn5p] {
    min-height: calc(100vh - 64px);
    padding: 36px 22px 56px;
    background: #f4f6fa;
    color: #152033;
}

.settings-card[b-h9au8rwn5p] {
    width: min(980px, 100%);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #dde2eb;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(25, 36, 58, 0.08);
}

.settings-header[b-h9au8rwn5p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 30px;
    border-bottom: 1px solid #e8ebf1;
    background: #101a36;
    color: #ffffff;
}

.title-group[b-h9au8rwn5p] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.title-icon[b-h9au8rwn5p] {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 11px;
    background: linear-gradient(145deg, #5567e8, #7a45c7);
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
}

.settings-header h1[b-h9au8rwn5p] {
    margin: 0;
    font-size: 23px;
    font-weight: 720;
    letter-spacing: -0.02em;
}

.settings-header p[b-h9au8rwn5p] {
    margin: 5px 0 0;
    color: #bdc6dd;
    font-size: 13px;
    line-height: 1.45;
}

.encrypted-badge[b-h9au8rwn5p] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    border: 1px solid rgba(130, 221, 157, 0.28);
    border-radius: 999px;
    background: rgba(42, 153, 79, 0.12);
    color: #c7f4d3;
    font-size: 12px;
    font-weight: 650;
}

.badge-dot[b-h9au8rwn5p] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #58cf78;
    box-shadow: 0 0 0 3px rgba(88, 207, 120, 0.13);
}

.stepper[b-h9au8rwn5p] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
    align-items: center;
    padding: 22px 30px;
    border-bottom: 1px solid #e8ebf1;
    background: #fbfcfe;
}

.step[b-h9au8rwn5p] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 11px;
    padding: 8px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #667085;
    text-align: left;
    cursor: pointer;
}

    .step:hover[b-h9au8rwn5p] {
        background: #f1f3f8;
    }

.step-number[b-h9au8rwn5p] {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    border: 1px solid #cfd5e1;
    border-radius: 50%;
    background: #ffffff;
    color: #697386;
    font-size: 12px;
    font-weight: 750;
}

.step.active[b-h9au8rwn5p] {
    color: #283357;
}

    .step.active .step-number[b-h9au8rwn5p] {
        border-color: #4257c9;
        background: #4257c9;
        color: #ffffff;
        box-shadow: 0 0 0 4px rgba(66, 87, 201, 0.11);
    }

.step.complete .step-number[b-h9au8rwn5p] {
    border-color: #29944b;
    background: #29944b;
    color: #ffffff;
}

.step-copy[b-h9au8rwn5p] {
    min-width: 0;
}

    .step-copy strong[b-h9au8rwn5p],
    .step-copy small[b-h9au8rwn5p] {
        display: block;
    }

    .step-copy strong[b-h9au8rwn5p] {
        color: inherit;
        font-size: 13px;
        font-weight: 720;
    }

    .step-copy small[b-h9au8rwn5p] {
        overflow: hidden;
        margin-top: 3px;
        color: #8992a3;
        font-size: 11px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.step-line[b-h9au8rwn5p] {
    height: 2px;
    background: #dfe3eb;
}

    .step-line.complete[b-h9au8rwn5p] {
        background: #29944b;
    }

.status-message[b-h9au8rwn5p] {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 22px 30px 0;
    padding: 11px 13px;
    border: 1px solid;
    border-radius: 9px;
    font-size: 13px;
    line-height: 1.5;
}

    .status-message.error[b-h9au8rwn5p] {
        border-color: #f1c0bc;
        background: #fff4f3;
        color: #a62b22;
    }

    .status-message.success[b-h9au8rwn5p] {
        border-color: #bde0c6;
        background: #f2fbf4;
        color: #27723a;
    }

.status-icon[b-h9au8rwn5p] {
    display: grid;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    place-items: center;
    border-radius: 50%;
    background: currentColor;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
}

.settings-content[b-h9au8rwn5p] {
    padding: 30px;
}

.section-title[b-h9au8rwn5p] {
    margin-bottom: 26px;
}

.section-kicker[b-h9au8rwn5p] {
    color: #4257c9;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-title h2[b-h9au8rwn5p] {
    margin: 6px 0 0;
    color: #172033;
    font-size: 21px;
    font-weight: 720;
    letter-spacing: -0.02em;
}

.section-title p[b-h9au8rwn5p] {
    margin: 7px 0 0;
    color: #747f92;
    font-size: 13px;
    line-height: 1.55;
}

.form-grid[b-h9au8rwn5p] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 21px 20px;
}

.field[b-h9au8rwn5p] {
    min-width: 0;
}

    .field.full[b-h9au8rwn5p] {
        grid-column: 1 / -1;
    }

    .field label[b-h9au8rwn5p] {
        display: block;
        margin-bottom: 7px;
        color: #303a4e;
        font-size: 13px;
        font-weight: 680;
    }

.required[b-h9au8rwn5p] {
    color: #d92d20;
}

[b-h9au8rwn5p] .settings-input {
    display: block;
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    padding: 9px 11px;
    border: 1px solid #cbd2df;
    border-radius: 8px;
    outline: none;
    background: #ffffff;
    color: #1a2436;
    font-family: inherit;
    font-size: 14px;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

    [b-h9au8rwn5p] .settings-input::placeholder {
        color: #a0a8b7;
    }

    [b-h9au8rwn5p] .settings-input:hover {
        border-color: #aab3c3;
    }

    [b-h9au8rwn5p] .settings-input:focus {
        border-color: #4257c9;
        box-shadow: 0 0 0 3px rgba(66, 87, 201, 0.12);
    }

    [b-h9au8rwn5p] .settings-input.invalid {
        border-color: #df5045;
        background: #fffafa;
    }

.field-help[b-h9au8rwn5p] {
    margin-top: 6px;
    color: #808a9b;
    font-size: 11px;
    line-height: 1.45;
}

    .field-help code[b-h9au8rwn5p],
    .save-notice code[b-h9au8rwn5p] {
        padding: 1px 4px;
        border-radius: 4px;
        background: #eef1f5;
        color: #455067;
        font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    }

.validation-text[b-h9au8rwn5p] {
    margin-top: 5px;
    color: #d92d20;
    font-size: 11px;
    font-weight: 600;
}

.secret-control[b-h9au8rwn5p] {
    position: relative;
}

    .secret-control .settings-input[b-h9au8rwn5p] {
        padding-right: 65px;
    }

.show-secret[b-h9au8rwn5p] {
    position: absolute;
    top: 50%;
    right: 7px;
    padding: 5px 7px;
    transform: translateY(-50%);
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: #4257c9;
    font-size: 11px;
    font-weight: 750;
    cursor: pointer;
}

    .show-secret:hover[b-h9au8rwn5p] {
        background: #eef1ff;
    }

.save-notice[b-h9au8rwn5p] {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 24px;
    padding: 13px 14px;
    border: 1px solid #dce2f2;
    border-radius: 9px;
    background: #f7f8fd;
}

.notice-icon[b-h9au8rwn5p] {
    display: grid;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    place-items: center;
    border-radius: 50%;
    background: #4257c9;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}

.save-notice strong[b-h9au8rwn5p] {
    display: block;
    color: #38445b;
    font-size: 12px;
}

.save-notice p[b-h9au8rwn5p] {
    margin: 3px 0 0;
    color: #737e91;
    font-size: 11px;
    line-height: 1.5;
}

.form-actions[b-h9au8rwn5p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e8ebf1;
}

    .form-actions.first-step[b-h9au8rwn5p] {
        justify-content: space-between;
    }

.right-actions[b-h9au8rwn5p] {
    display: flex;
    align-items: center;
    gap: 9px;
}

.button[b-h9au8rwn5p] {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 15px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

    .button:hover:not(:disabled)[b-h9au8rwn5p] {
        transform: translateY(-1px);
    }

    .button:disabled[b-h9au8rwn5p] {
        cursor: not-allowed;
        opacity: 0.65;
    }

    .button.primary[b-h9au8rwn5p] {
        border-color: #3346ad;
        background: #3346ad;
        color: #ffffff;
        box-shadow: 0 5px 13px rgba(51, 70, 173, 0.2);
    }

        .button.primary:hover:not(:disabled)[b-h9au8rwn5p] {
            background: #293a99;
            box-shadow: 0 7px 16px rgba(51, 70, 173, 0.25);
        }

    .button.secondary[b-h9au8rwn5p] {
        border-color: #cfd5df;
        background: #ffffff;
        color: #465168;
    }

        .button.secondary:hover:not(:disabled)[b-h9au8rwn5p],
        .button.quiet:hover:not(:disabled)[b-h9au8rwn5p] {
            background: #f3f5f8;
        }

    .button.quiet[b-h9au8rwn5p] {
        border-color: transparent;
        background: transparent;
        color: #596579;
    }

.spinner[b-h9au8rwn5p] {
    width: 13px;
    height: 13px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin-b-h9au8rwn5p 700ms linear infinite;
}

@keyframes spin-b-h9au8rwn5p {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 760px) {
    .settings-page[b-h9au8rwn5p] {
        padding: 18px 12px 36px;
    }

    .settings-header[b-h9au8rwn5p] {
        display: block;
        padding: 21px;
    }

    .encrypted-badge[b-h9au8rwn5p] {
        margin-top: 16px;
    }

    .stepper[b-h9au8rwn5p] {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 14px;
    }

    .step-line[b-h9au8rwn5p] {
        display: none;
    }

    .step-copy small[b-h9au8rwn5p] {
        white-space: normal;
    }

    .settings-content[b-h9au8rwn5p] {
        padding: 22px 18px;
    }
}

@media (max-width: 580px) {
    .title-icon[b-h9au8rwn5p] {
        display: none;
    }

    .form-grid[b-h9au8rwn5p] {
        grid-template-columns: 1fr;
    }

    .field.full[b-h9au8rwn5p] {
        grid-column: auto;
    }

    .form-actions[b-h9au8rwn5p],
    .right-actions[b-h9au8rwn5p] {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .right-actions[b-h9au8rwn5p],
    .button[b-h9au8rwn5p] {
        width: 100%;
    }
}
