/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-334n4bwige],
.components-reconnect-repeated-attempt-visible[b-334n4bwige],
.components-reconnect-failed-visible[b-334n4bwige],
.components-pause-visible[b-334n4bwige],
.components-resume-failed-visible[b-334n4bwige],
.components-rejoining-animation[b-334n4bwige] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-334n4bwige],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-334n4bwige],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-334n4bwige],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-334n4bwige],
#components-reconnect-modal.components-reconnect-retrying[b-334n4bwige],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-334n4bwige],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-334n4bwige],
#components-reconnect-modal.components-reconnect-failed[b-334n4bwige],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-334n4bwige] {
    display: block;
}


#components-reconnect-modal[b-334n4bwige] {
    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-334n4bwige 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-334n4bwige 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-334n4bwige 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-334n4bwige]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-334n4bwige 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-334n4bwige {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-334n4bwige {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-334n4bwige {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-334n4bwige] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-334n4bwige] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-334n4bwige] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-334n4bwige] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-334n4bwige] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-334n4bwige] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-334n4bwige] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-334n4bwige 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-334n4bwige] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-334n4bwige {
    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;
    }
}
/* /Features/Auth/Pages/Login.razor.rz.scp.css */
.login-container[b-n53ym2izsq] {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: min(780px, 100vh);
    padding: 24px 0;
}

[b-n53ym2izsq] .login-card {
    background: #ffffff;
    border: 1px solid rgba(230, 232, 234, 0.38);
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px;
    max-width: 488px;
    overflow: hidden;
    width: 100%;
}

.login-card-content[b-n53ym2izsq] {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
    padding: 38px 40px 34px;
}

.login-headline-block[b-n53ym2izsq] {
    margin-bottom: 24px;
}

.login-title-row[b-n53ym2izsq] {
    align-items: center;
    display: flex;
    gap: 8px;
}

.login-title-icon[b-n53ym2izsq] {
    color: #f0b90b;
}

.login-title[b-n53ym2izsq] {
    color: #1e2026;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 8px;
}

.login-subtitle[b-n53ym2izsq] {
    color: #848e9c;
    font-weight: 500;
}

.login-form[b-n53ym2izsq] {
    margin-top: 2px;
}

.login-validation-summary[b-n53ym2izsq] {
    color: #f6465d;
    font-size: 14px;
    margin-bottom: 14px;
}

[b-n53ym2izsq] .login-submit-button {
    border-radius: 8px;
    min-height: 48px;
}

[b-n53ym2izsq] .login-register-button {
    border-color: #e6e8ea;
    border-radius: 8px;
    color: #32313a;
    font-weight: 600;
    min-height: 48px;
}

[b-n53ym2izsq] .login-register-button:hover {
    border-color: #f0b90b;
    color: #1e2026;
}

[b-n53ym2izsq] .login-form .mud-input-control {
    margin-top: 0;
}

@media (max-width: 600px) {
    .login-card-content[b-n53ym2izsq] {
        padding: 28px 22px 24px;
    }

    .login-headline-block[b-n53ym2izsq] {
        margin-bottom: 20px;
    }
}
/* /Features/Auth/Pages/Register.razor.rz.scp.css */
.register-container[b-8rk5kcigdi] {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: min(820px, calc(100vh - 112px));
    padding: 24px 0;
}

[b-8rk5kcigdi] .register-card {
    background: #ffffff;
    border: 1px solid rgba(230, 232, 234, 0.42);
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px;
    max-height: calc(100vh - 128px);
    max-width: 760px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

.register-card-content[b-8rk5kcigdi] {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
    padding: 36px 40px 34px;
}

.register-headline-block[b-8rk5kcigdi] {
    margin-bottom: 24px;
}

.register-title-row[b-8rk5kcigdi] {
    align-items: center;
    display: flex;
    gap: 8px;
}

.register-title-icon[b-8rk5kcigdi] {
    color: #f0b90b;
    flex: 0 0 auto;
}

.register-title[b-8rk5kcigdi] {
    color: #1e2026;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 8px;
}

.register-subtitle[b-8rk5kcigdi] {
    color: #848e9c;
    font-weight: 500;
}

.register-form[b-8rk5kcigdi] {
    margin-top: 2px;
}

.register-validation-summary[b-8rk5kcigdi] {
    color: #f6465d;
    font-size: 14px;
    margin-bottom: 14px;
}

.register-form-grid[b-8rk5kcigdi] {
    margin-bottom: 4px;
}

.register-error-alert[b-8rk5kcigdi] {
    margin-top: 16px;
}

.register-actions[b-8rk5kcigdi] {
    margin-top: 20px;
}

[b-8rk5kcigdi] .register-submit-button,
[b-8rk5kcigdi] .register-login-button {
    border-radius: 8px;
    min-height: 48px;
}

[b-8rk5kcigdi] .register-submit-button {
    background-color: #f0b90b;
    color: #1e2026;
    font-weight: 600;
}

[b-8rk5kcigdi] .register-login-button {
    border-color: #e6e8ea;
    color: #32313a;
    font-weight: 600;
}

[b-8rk5kcigdi] .register-submit-button:hover {
    background-color: #d0980b;
}

[b-8rk5kcigdi] .register-login-button:hover {
    border-color: #f0b90b;
    color: #1e2026;
}

[b-8rk5kcigdi] .register-form .mud-input-control {
    margin-top: 0;
}

[b-8rk5kcigdi] .register-form .mud-input-root {
    min-height: 48px;
}

@media (max-width: 600px) {
    .register-container[b-8rk5kcigdi] {
        min-height: calc(100vh - 96px);
        padding: 12px 0 16px;
    }

    [b-8rk5kcigdi] .register-card {
        max-height: calc(100vh - 108px);
    }

    .register-card-content[b-8rk5kcigdi] {
        padding: 26px 20px 24px;
    }

    .register-headline-block[b-8rk5kcigdi] {
        margin-bottom: 20px;
    }
}

@media (max-width: 360px) {
    .register-card-content[b-8rk5kcigdi] {
        padding-inline: 16px;
    }
}
/* /Features/Auth/Pages/SessionExpired.razor.rz.scp.css */
.session-container[b-c8y9ocxqvd] {
    display: flex;
    justify-content: center;
    min-height: min(640px, 100vh);
    padding: 20px 0;
}

.session-card[b-c8y9ocxqvd] {
    border: 1px solid rgba(230, 232, 234, 0.32);
    border-radius: 12px;
    max-width: 520px;
    padding: 32px 24px;
    text-align: center;
    width: 100%;
}

.session-title[b-c8y9ocxqvd] {
    color: #1e2026;
    font-weight: 700;
    margin-bottom: 8px;
}

.session-description[b-c8y9ocxqvd] {
    color: #848e9c;
}
/* /Features/Chat/Components/ChatWidget.razor.rz.scp.css */
.chat-widget[b-3het9y4qhn] {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 16px;
}

.chat-panel[b-3het9y4qhn] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: min(760px, 100%);
    height: min(680px, calc(100dvh - 126px));
    min-height: 520px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e8ea;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.14) 0 18px 42px;
}

.chat-header[b-3het9y4qhn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    padding: 8px 10px 8px 16px;
    background: #222126;
    color: white;
}

.chat-header strong[b-3het9y4qhn],
.chat-header span[b-3het9y4qhn] { display: block; }
.connection-status[b-3het9y4qhn] { margin-top: 2px; color: #f0b90b; font-size: 12px; }
.chat-header[b-3het9y4qhn]  .mud-icon-button { color: white; min-width: 44px; min-height: 44px; }

.chat-messages[b-3het9y4qhn] {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 16px;
    background: #f5f5f5;
}

.chat-empty[b-3het9y4qhn] { display: grid; place-items: center; height: 100%; color: #848e9c; text-align: center; }
.chat-empty[b-3het9y4qhn]  .mud-icon-root { font-size: 42px; color: #f0b90b; }
.chat-error[b-3het9y4qhn] { color: #f6465d; text-align: center; }
.message-row[b-3het9y4qhn] { display: flex; }
.message-row.mine[b-3het9y4qhn] { justify-content: flex-end; }
.message-bubble[b-3het9y4qhn] { max-width: min(82%, 520px); padding: 10px 12px; border: 1px solid #e6e8ea; border-radius: 8px; background: white; color: #1e2026; box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px; line-height: 1.45; }
.mine .message-bubble[b-3het9y4qhn] { border-color: #f0b90b; background: #fff9df; }
.message-image[b-3het9y4qhn] { display: block; max-width: min(280px, 100%); max-height: 320px; border-radius: 8px; object-fit: contain; }
.message-image + p[b-3het9y4qhn] { margin-top: 8px; }
.message-bubble p[b-3het9y4qhn] { margin: 0; overflow-wrap: anywhere; white-space: pre-wrap; }
.message-meta[b-3het9y4qhn] { display: flex; justify-content: flex-end; align-items: center; gap: 6px; margin-top: 4px; color: #848e9c; font-size: 11px; }
.message-meta time[b-3het9y4qhn] { color: inherit; font-size: inherit; }
.read-status[b-3het9y4qhn] { display: inline-flex; align-items: center; gap: 2px; }
.read-status[b-3het9y4qhn]  .mud-icon-root { font-size: 14px; }

.chat-compose[b-3het9y4qhn] { position: relative; display: grid; grid-template-columns: 48px minmax(0, 1fr) 52px; gap: 10px; align-items: center; padding: 12px; border-top: 1px solid #e6e8ea; background: white; }
.chat-compose[b-3het9y4qhn]  .mud-input-control { margin: 0; }
.chat-compose[b-3het9y4qhn]  .mud-input-root { min-height: 48px; align-items: center; border-radius: 8px; background: #fff; }
.chat-compose[b-3het9y4qhn]  textarea.mud-input-slot { max-height: 96px; overflow-y: auto; line-height: 1.4; padding-top: 12px; padding-bottom: 12px; }
.chat-compose[b-3het9y4qhn]  .mud-icon-button { width: 52px; min-width: 52px; height: 52px; min-height: 52px; background: #f0b90b; color: #1e2026; box-shadow: rgb(153,153,153) 0 2px 10px -3px; }
.chat-compose[b-3het9y4qhn]  .mud-icon-button:hover { background: #1eaedb; color: #fff; }
[b-3het9y4qhn] .file-input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.image-upload[b-3het9y4qhn] { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #e6e8ea; border-radius: 8px; background: #fff; color: #1e2026; cursor: pointer; transition: border-color 200ms ease, background 200ms ease, color 200ms ease; }
.image-upload:hover[b-3het9y4qhn] { border-color: #f0b90b; background: #fff9df; }
.image-upload.disabled[b-3het9y4qhn] { color: #848e9c; cursor: not-allowed; opacity: .55; }

@media (max-width: 599px) {
    .chat-widget[b-3het9y4qhn] { padding: 0; }
    .chat-panel[b-3het9y4qhn] { width: 100%; height: calc(100dvh - 30px); min-height: 0; border: 0; border-radius: 0; }
    .chat-messages[b-3het9y4qhn] { padding: 16px 12px; }
    .message-bubble[b-3het9y4qhn] { max-width: 88%; }
    .chat-compose[b-3het9y4qhn] { grid-template-columns: 48px minmax(0, 1fr) 52px; padding: 10px; padding-bottom: max(12px, env(safe-area-inset-bottom)); }
}
/* /Features/Deposit/Pages/DepositPage.razor.rz.scp.css */
.deposit-page[b-mofprz41fk] {
    --page-max-width: 1180px;
    background:
        linear-gradient(180deg, #222126 0, #222126 260px, #f5f5f5 560px, #ffffff 100%);
    color: #1e2026;
    min-height: 100dvh;
    overflow: hidden;
    position: relative;
}

.deposit-page[b-mofprz41fk]::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(110deg, transparent 0 38%, rgba(240, 185, 11, 0.16) 39%, transparent 40% 100%),
        linear-gradient(180deg, rgba(240, 185, 11, 0.14) 0, rgba(240, 185, 11, 0.04) 34%, transparent 72%);
    background-size: 76px 76px, 76px 76px, 100% 260px, 100% 100%;
    content: "";
    height: 360px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.deposit-page[b-mofprz41fk]::after {
    background:
        linear-gradient(90deg, transparent 0, rgba(240, 185, 11, 0.26) 44%, rgba(248, 209, 47, 0.2) 56%, transparent 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 245, 245, 0));
    content: "";
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 258px;
    z-index: 0;
}

.deposit-breadcrumb[b-mofprz41fk] {
    align-items: center;
    background: #f5f5f5;
    border-bottom: 1px solid #e6e8ea;
    display: flex;
    gap: 6px;
    min-height: 30px;
    padding: 3px clamp(10px, 3vw, 16px);
    position: relative;
    z-index: 2;
}

.deposit-breadcrumb-link[b-mofprz41fk] {
    color: #f0b90b;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.43;
    text-decoration: none;
}

.deposit-breadcrumb-link:hover[b-mofprz41fk],
.deposit-breadcrumb-link:focus-visible[b-mofprz41fk] {
    color: #1eaedb;
    text-decoration: none;
}

.deposit-breadcrumb-separator[b-mofprz41fk],
.deposit-breadcrumb-current[b-mofprz41fk] {
    color: #848e9c;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.43;
}

.deposit-stage[b-mofprz41fk] {
    align-items: start;
    display: grid;
    justify-items: center;
    margin: 0 auto;
    max-width: var(--page-max-width);
    min-height: calc(100dvh - 30px);
    padding: clamp(24px, 7vh, 56px) clamp(16px, 4vw, 32px);
    position: relative;
    z-index: 1;
}

.deposit-method-button[b-mofprz41fk] {
    align-items: center;
    background: #2b2f36;
    border: 1px solid rgba(230, 232, 234, 0.82);
    border-radius: 8px;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-grid;
    font: inherit;
    gap: 12px;
    justify-items: center;
    min-height: 104px;
    min-width: min(100%, 320px);
    padding: 18px 28px;
    transition: background 200ms ease, border-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
    width: clamp(320px, 34vw, 440px);
}

.deposit-method-button:hover[b-mofprz41fk],
.deposit-method-button:focus-visible[b-mofprz41fk] {
    background: #ffd000;
    border-color: #ffd000;
    box-shadow: rgba(153, 153, 153, 0.28) 0 2px 10px -3px;
    color: #1e2026;
    outline: none;
}

.deposit-method-icon[b-mofprz41fk] {
    align-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.deposit-method-label[b-mofprz41fk] {
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
}

.deposit-method-subtitle[b-mofprz41fk] {
    color: #848e9c;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
}

.deposit-method-button:hover .deposit-method-subtitle[b-mofprz41fk],
.deposit-method-button:focus-visible .deposit-method-subtitle[b-mofprz41fk] {
    color: #1e2026;
}

@media (max-width: 640px) {
    .deposit-page[b-mofprz41fk] {
        background:
            linear-gradient(180deg, #222126 0, #222126 210px, #f5f5f5 430px, #ffffff 100%);
    }

    .deposit-page[b-mofprz41fk]::before {
        background-size: 54px 54px, 54px 54px, 100% 220px, 100% 100%;
        height: 290px;
        opacity: 0.72;
    }

    .deposit-page[b-mofprz41fk]::after {
        top: 208px;
    }

    .deposit-stage[b-mofprz41fk] {
        justify-items: stretch;
        min-height: calc(100dvh - 30px);
        padding-inline: 0;
        padding-top: 24px;
        width: 100%;
    }

    .deposit-method-button[b-mofprz41fk] {
        justify-self: center;
        min-height: 112px;
        min-width: 0;
        padding: 20px 24px;
        width: 100%;
    }

    .deposit-method-icon[b-mofprz41fk] {
        height: 48px;
        width: 48px;
    }

    .deposit-method-label[b-mofprz41fk] {
        font-size: 0.96rem;
    }

    .deposit-method-subtitle[b-mofprz41fk] {
        font-size: 0.84rem;
    }
}
/* /Features/Deposit/Pages/DepositPageChat.razor.rz.scp.css */
.deposit-chat-page[b-y6sv7aq633] {
    --page-max-width: 1180px;
    background:
        linear-gradient(180deg, #222126 0, #222126 260px, #f5f5f5 560px, #ffffff 100%);
    color: #1e2026;
    min-height: 100dvh;
    overflow: hidden;
    position: relative;
}

.deposit-chat-page[b-y6sv7aq633]::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(110deg, transparent 0 38%, rgba(240, 185, 11, 0.16) 39%, transparent 40% 100%),
        linear-gradient(180deg, rgba(240, 185, 11, 0.14) 0, rgba(240, 185, 11, 0.04) 34%, transparent 72%);
    background-size: 76px 76px, 76px 76px, 100% 260px, 100% 100%;
    content: "";
    height: 360px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.deposit-chat-page[b-y6sv7aq633]::after {
    background:
        linear-gradient(90deg, transparent 0, rgba(240, 185, 11, 0.26) 44%, rgba(248, 209, 47, 0.2) 56%, transparent 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 245, 245, 0));
    content: "";
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 258px;
    z-index: 0;
}

.deposit-chat-breadcrumb[b-y6sv7aq633] {
    align-items: center;
    background: #f5f5f5;
    border-bottom: 1px solid #e6e8ea;
    display: flex;
    gap: 6px;
    min-height: 30px;
    overflow-x: auto;
    padding: 3px clamp(10px, 3vw, 16px);
    position: relative;
    white-space: nowrap;
    z-index: 2;
}

.deposit-chat-breadcrumb-link[b-y6sv7aq633] {
    color: #f0b90b;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.43;
    text-decoration: none;
}

.deposit-chat-breadcrumb-link:hover[b-y6sv7aq633],
.deposit-chat-breadcrumb-link:focus-visible[b-y6sv7aq633] {
    color: #1eaedb;
    text-decoration: none;
}

.deposit-chat-breadcrumb-separator[b-y6sv7aq633],
.deposit-chat-breadcrumb-current[b-y6sv7aq633] {
    color: #848e9c;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.43;
}

.deposit-chat-stage[b-y6sv7aq633] {
    margin: 0 auto;
    max-width: var(--page-max-width);
    min-height: calc(100dvh - 30px);
    padding: clamp(24px, 4vh, 40px) clamp(16px, 4vw, 32px);
    position: relative;
    z-index: 1;
}

@media (max-width: 640px) {
    .deposit-chat-page[b-y6sv7aq633] {
        background:
            linear-gradient(180deg, #222126 0, #222126 210px, #f5f5f5 430px, #ffffff 100%);
    }

    .deposit-chat-page[b-y6sv7aq633]::before {
        background-size: 54px 54px, 54px 54px, 100% 220px, 100% 100%;
        height: 290px;
        opacity: 0.72;
    }

    .deposit-chat-page[b-y6sv7aq633]::after {
        top: 208px;
    }

    .deposit-chat-stage[b-y6sv7aq633] {
        min-height: calc(100dvh - 30px);
        padding: 0;
    }

}
/* /Features/Management/Pages/ManagementDashboard.razor.rz.scp.css */
.accounts-page[b-3by9ea8cp6] {
    --page-max-width: 1180px;
    background:
        linear-gradient(180deg, #222126 0, #222126 260px, #f5f5f5 560px, #ffffff 100%);
    color: #1e2026;
    min-height: 100dvh;
    overflow: hidden;
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
    position: relative;
}

.accounts-page[b-3by9ea8cp6]::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(110deg, transparent 0 38%, rgba(240, 185, 11, 0.16) 39%, transparent 40% 100%),
        linear-gradient(180deg, rgba(240, 185, 11, 0.14) 0, rgba(240, 185, 11, 0.04) 34%, transparent 72%);
    background-size: 76px 76px, 76px 76px, 100% 260px, 100% 100%;
    content: "";
    height: 360px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.accounts-page[b-3by9ea8cp6]::after {
    background:
        linear-gradient(90deg, transparent 0, rgba(240, 185, 11, 0.26) 44%, rgba(248, 209, 47, 0.2) 56%, transparent 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 245, 245, 0));
    content: "";
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 258px;
    z-index: 0;
}

.accounts-header[b-3by9ea8cp6] {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #e6e8ea;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    min-height: 56px;
    padding: 6px clamp(16px, 4vw, 32px);
    position: sticky;
    top: 0;
    z-index: 5;
}

.accounts-header[b-3by9ea8cp6],
.accounts-shell[b-3by9ea8cp6],
.accounts-bottom-nav[b-3by9ea8cp6] {
    position: relative;
}

.accounts-title-group[b-3by9ea8cp6] {
    flex: 1 1 auto;
    min-width: 0;
}

.accounts-eyebrow[b-3by9ea8cp6],
.section-label[b-3by9ea8cp6] {
    color: #848e9c;
    display: block;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

[b-3by9ea8cp6] .accounts-eyebrow,
[b-3by9ea8cp6] .section-label {
    color: #848e9c;
    display: block;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.accounts-title-row[b-3by9ea8cp6] {
    align-items: center;
    display: flex;
    gap: 6px;
    min-width: 0;
}

.accounts-title[b-3by9ea8cp6] {
    color: #1e2026;
    font-size: clamp(1.45rem, 4.5vw, 1.85rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 2px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-3by9ea8cp6] .accounts-title {
    color: #1e2026;
    font-size: clamp(1.45rem, 4.5vw, 1.85rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 2px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.accounts-icon-button[b-3by9ea8cp6] {
    color: #1e2026;
}

[b-3by9ea8cp6] .accounts-icon-button {
    color: #1e2026;
}

.accounts-logout-button[b-3by9ea8cp6] {
    background: #f0b90b;
    border-radius: 50px;
    box-shadow: rgba(153, 153, 153, 0.28) 0 2px 10px -3px;
    color: #1e2026;
    flex: 0 0 auto;
    font-weight: 800;
    min-height: 44px;
    min-width: 108px;
    padding-inline: 18px;
    text-transform: none;
}

[b-3by9ea8cp6] .accounts-logout-button {
    background: #f0b90b;
    border-radius: 50px;
    box-shadow: rgba(153, 153, 153, 0.28) 0 2px 10px -3px;
    color: #1e2026;
    flex: 0 0 auto;
    font-weight: 800;
    min-height: 44px;
    min-width: 108px;
    padding-inline: 18px;
    text-transform: none;
}

[b-3by9ea8cp6] .accounts-logout-button .mud-button-label {
    gap: 8px;
    min-width: 0;
    white-space: nowrap;
}

[b-3by9ea8cp6] .accounts-logout-button .mud-button-icon-start {
    margin-inline-end: 0;
}

[b-3by9ea8cp6] .accounts-logout-button:hover,
[b-3by9ea8cp6] .accounts-logout-button:focus-visible {
    background: #1eaedb;
    color: #ffffff;
}

[b-3by9ea8cp6] .accounts-logout-button:disabled {
    background: #e6e8ea;
    box-shadow: none;
    color: #848e9c;
}

.accounts-shell[b-3by9ea8cp6] {
    display: grid;
    gap: 16px;
    margin: 0 auto;
    max-width: var(--page-max-width);
    padding: clamp(12px, 3vw, 24px) clamp(16px, 4vw, 32px) clamp(16px, 4vw, 32px);
    z-index: 1;
}

.hero-panel[b-3by9ea8cp6] {
    align-items: stretch;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.72) 44%, rgba(255, 255, 255, 0.1) 100%),
        radial-gradient(circle at 78% 45%, rgba(255, 208, 0, 0.64), rgba(240, 185, 11, 0.18) 36%, transparent 58%),
        url("/images/login-forex-bg-temp.svg");
    background-position: center;
    background-size: cover;
    border: 1px solid #e6e8ea;
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.06) 0 8px 24px;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 178px;
    overflow: hidden;
    padding: clamp(22px, 5vw, 34px);
    position: relative;
}

.hero-panel[b-3by9ea8cp6]::after {
    background:
        linear-gradient(132deg, rgba(255, 255, 255, 0.24), transparent 38%),
        linear-gradient(0deg, rgba(255, 208, 0, 0.34), rgba(240, 185, 11, 0.08));
    border: 1px solid rgba(255, 208, 0, 0.24);
    border-radius: 10px;
    bottom: 22px;
    content: "";
    height: 42%;
    position: absolute;
    right: 7%;
    transform: skewX(-14deg);
    width: 32%;
}

.hero-copy[b-3by9ea8cp6],
.hero-metrics[b-3by9ea8cp6] {
    position: relative;
    z-index: 1;
}

.hero-title[b-3by9ea8cp6] {
    color: #1e2026;
    font-size: clamp(1.85rem, 7vw, 3.1rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
    max-width: 520px;
}

.hero-subtitle[b-3by9ea8cp6] {
    color: #686a6c;
    font-weight: 700;
    margin-top: 12px;
}

.hero-metrics[b-3by9ea8cp6] {
    align-self: end;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(230, 232, 234, 0.92);
    border-radius: 12px;
    display: grid;
    gap: 4px;
    min-width: 148px;
    padding: 12px 14px;
}

.hero-chip[b-3by9ea8cp6] {
    color: #848e9c;
    font-size: 0.75rem;
    font-weight: 800;
}

.hero-price[b-3by9ea8cp6] {
    color: #1e2026;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1;
}

.hero-change[b-3by9ea8cp6] {
    color: #0ecb81;
    font-size: 0.8rem;
    font-weight: 800;
}

.account-card[b-3by9ea8cp6],
.orders-panel[b-3by9ea8cp6] {
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px;
}

.account-card[b-3by9ea8cp6] {
    display: grid;
    gap: 22px;
    padding: clamp(18px, 4vw, 26px);
}

.account-topline[b-3by9ea8cp6],
.orders-heading[b-3by9ea8cp6] {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.account-code[b-3by9ea8cp6] {
    color: #1e2026;
    font-weight: 800;
    letter-spacing: 0;
    margin-top: 5px;
}

[b-3by9ea8cp6] .account-code {
    color: #1e2026;
    font-weight: 800;
    letter-spacing: 0;
    margin-top: 5px;
}

.account-next-button[b-3by9ea8cp6] {
    color: #848e9c;
}

[b-3by9ea8cp6] .account-next-button {
    color: #848e9c;
}

.account-status-row[b-3by9ea8cp6] {
    border-bottom: 1px solid #e6e8ea;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 14px;
}

.status-pill[b-3by9ea8cp6] {
    border: 1px solid #e6e8ea;
    border-radius: 50px;
    color: #32313a;
    flex: 0 0 auto;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 7px 12px;
}

.status-pill.active[b-3by9ea8cp6] {
    border-color: #ffd000;
    color: #d0980b;
}

.status-pill.success[b-3by9ea8cp6] {
    color: #0ecb81;
}

.account-balance-block[b-3by9ea8cp6] {
    min-width: 0;
}

.account-balance[b-3by9ea8cp6] {
    color: #1e2026;
    font-size: clamp(2rem, 9vw, 3.35rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    overflow-wrap: anywhere;
}

[b-3by9ea8cp6] .account-balance {
    color: #1e2026;
    font-size: clamp(2rem, 9vw, 3.35rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    overflow-wrap: anywhere;
}

.account-deposit[b-3by9ea8cp6] {
    color: #686a6c;
    display: block;
    font-weight: 600;
    margin-top: 12px;
}

[b-3by9ea8cp6] .account-deposit {
    color: #686a6c;
    display: block;
    font-weight: 600;
    margin-top: 12px;
}

.account-kpis[b-3by9ea8cp6] {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kpi-item[b-3by9ea8cp6] {
    background: #f5f5f5;
    border: 1px solid #e6e8ea;
    border-radius: 8px;
    display: grid;
    gap: 6px;
    min-width: 0;
    padding: 12px;
}

.kpi-label[b-3by9ea8cp6] {
    color: #848e9c;
    font-size: 0.74rem;
    font-weight: 700;
}

.kpi-value[b-3by9ea8cp6] {
    color: #1e2026;
    font-size: 0.95rem;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kpi-value.positive[b-3by9ea8cp6] {
    color: #0ecb81;
}

.kpi-value.negative[b-3by9ea8cp6] {
    color: #f6465d;
}

.account-actions[b-3by9ea8cp6] {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.account-action[b-3by9ea8cp6] {
    align-items: center;
    background: transparent;
    border: 0;
    color: #1e2026;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 800;
    gap: 9px;
    min-height: 76px;
    min-width: 0;
    padding: 0;
}

.account-action:hover .action-icon[b-3by9ea8cp6],
.account-action:focus-visible .action-icon[b-3by9ea8cp6] {
    background: #ffd000;
    color: #1e2026;
}

.account-action:focus-visible[b-3by9ea8cp6] {
    outline: 2px solid #1eaedb;
    outline-offset: 3px;
}

.action-icon[b-3by9ea8cp6] {
    align-items: center;
    background: #f1f1f1;
    border-radius: 50%;
    color: #686a6c;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    width: 48px;
    transition: background 200ms ease, color 200ms ease;
}

.action-label[b-3by9ea8cp6] {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.orders-panel[b-3by9ea8cp6] {
    display: grid;
    gap: 18px;
    padding: clamp(18px, 4vw, 24px);
}

.orders-title[b-3by9ea8cp6] {
    color: #1e2026;
    font-weight: 800;
    letter-spacing: 0;
    margin-top: 5px;
}

[b-3by9ea8cp6] .orders-title {
    color: #1e2026;
    font-weight: 800;
    letter-spacing: 0;
    margin-top: 5px;
}

.orders-count[b-3by9ea8cp6] {
    align-items: center;
    background: #f0b90b;
    border-radius: 50%;
    color: #1e2026;
    display: inline-flex;
    font-size: 0.85rem;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.orders-tabs[b-3by9ea8cp6] {
    border-bottom: 1px solid #e6e8ea;
    display: flex;
    gap: 20px;
    overflow-x: auto;
}

.orders-tab[b-3by9ea8cp6] {
    background: transparent;
    border: 0;
    color: #848e9c;
    cursor: pointer;
    flex: 0 0 auto;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    min-height: 44px;
    padding: 0 0 13px;
    position: relative;
    white-space: nowrap;
}

.orders-tab.active[b-3by9ea8cp6] {
    color: #1e2026;
}

.orders-tab.active[b-3by9ea8cp6]::after {
    background: #1e2026;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.positions-list[b-3by9ea8cp6] {
    display: grid;
    gap: 12px;
    max-height: 340px;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 2px;
    scrollbar-color: #c8ccd2 transparent;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
}

.positions-list[b-3by9ea8cp6]::-webkit-scrollbar {
    width: 8px;
}

.positions-list[b-3by9ea8cp6]::-webkit-scrollbar-track {
    background: transparent;
}

.positions-list[b-3by9ea8cp6]::-webkit-scrollbar-thumb {
    background: #c8ccd2;
    border: 2px solid #ffffff;
    border-radius: 999px;
}

.positions-list[b-3by9ea8cp6]::-webkit-scrollbar-thumb:hover {
    background: #aeb4bd;
}

.position-card[b-3by9ea8cp6] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 8px;
    box-shadow: rgba(32, 32, 37, 0.04) 0 3px 5px;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    min-height: 76px;
    min-width: 0;
    padding: 14px 16px;
}

.position-main[b-3by9ea8cp6] {
    display: grid;
    flex: 1 1 auto;
    gap: 5px;
    min-width: 0;
}

.position-title-row[b-3by9ea8cp6] {
    align-items: center;
    display: flex;
    gap: 8px;
    min-width: 0;
}

.position-symbol[b-3by9ea8cp6] {
    color: #1e2026;
    font-weight: 800;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-3by9ea8cp6] .position-symbol {
    color: #1e2026;
    font-weight: 800;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.position-side-badge[b-3by9ea8cp6] {
    border-radius: 50px;
    flex: 0 0 auto;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
    max-width: 96px;
    overflow: hidden;
    padding: 5px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.position-side-badge.buy[b-3by9ea8cp6] {
    background: rgba(14, 203, 129, 0.1);
    color: #0a9b63;
}

.position-side-badge.sell[b-3by9ea8cp6] {
    background: rgba(246, 70, 93, 0.1);
    color: #d93043;
}

.position-meta[b-3by9ea8cp6],
.position-volume[b-3by9ea8cp6] {
    color: #848e9c;
    display: block;
    font-weight: 600;
    line-height: 1.35;
    min-width: 0;
    overflow-wrap: anywhere;
}

[b-3by9ea8cp6] .position-meta,
[b-3by9ea8cp6] .position-volume {
    color: #848e9c;
    display: block;
    font-weight: 600;
    line-height: 1.35;
    min-width: 0;
    overflow-wrap: anywhere;
}

.position-side[b-3by9ea8cp6] {
    flex: 0 0 auto;
    min-width: 96px;
    text-align: right;
}

.position-profit[b-3by9ea8cp6] {
    font-weight: 800;
    overflow-wrap: anywhere;
}

[b-3by9ea8cp6] .position-profit {
    font-weight: 800;
    overflow-wrap: anywhere;
}

.position-profit.positive[b-3by9ea8cp6] {
    color: #0ecb81;
}

[b-3by9ea8cp6] .position-profit.positive {
    color: #0ecb81;
}

.position-profit.negative[b-3by9ea8cp6] {
    color: #f6465d;
}

[b-3by9ea8cp6] .position-profit.negative {
    color: #f6465d;
}

.orders-state[b-3by9ea8cp6] {
    align-items: center;
    border: 1px dashed #e6e8ea;
    border-radius: 8px;
    color: #848e9c;
    display: grid;
    gap: 8px;
    justify-items: center;
    min-height: 150px;
    min-width: 0;
    padding: 24px;
    text-align: center;
}

.orders-state.error[b-3by9ea8cp6] {
    background: rgba(246, 70, 93, 0.03);
    border-color: rgba(246, 70, 93, 0.26);
}

.orders-state-indicator[b-3by9ea8cp6] {
    animation: orders-spin-b-3by9ea8cp6 900ms linear infinite;
    border: 3px solid #e6e8ea;
    border-top-color: #f0b90b;
    border-radius: 50%;
    height: 28px;
    width: 28px;
}

.orders-state-title[b-3by9ea8cp6] {
    color: #1e2026;
    font-weight: 800;
}

.orders-state-copy[b-3by9ea8cp6] {
    color: #848e9c;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.4;
    max-width: 280px;
    overflow-wrap: anywhere;
}

.orders-retry[b-3by9ea8cp6] {
    background: #f0b90b;
    border: 0;
    border-radius: 8px;
    color: #1e2026;
    cursor: pointer;
    font: inherit;
    font-size: 0.85rem;
    font-weight: 800;
    min-height: 44px;
    min-width: 92px;
    padding: 0 16px;
}

.orders-retry:focus-visible[b-3by9ea8cp6] {
    outline: 2px solid #1eaedb;
    outline-offset: 3px;
}

@keyframes orders-spin-b-3by9ea8cp6 {
    to {
        transform: rotate(360deg);
    }
}

.orders-empty[b-3by9ea8cp6] {
    align-items: center;
    border: 1px dashed #e6e8ea;
    border-radius: 8px;
    color: #848e9c;
    display: grid;
    gap: 6px;
    justify-items: center;
    min-height: 150px;
    padding: 24px;
    text-align: center;
}

.accounts-bottom-nav[b-3by9ea8cp6] {
    align-items: center;
    background: #ffffff;
    border-top: 1px solid #e6e8ea;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    left: 0;
    min-height: 60px;
    padding: 4px max(8px, env(safe-area-inset-left)) max(4px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right));
    position: fixed;
    right: 0;
    z-index: 10;
}

.bottom-nav-item[b-3by9ea8cp6] {
    align-items: center;
    color: #1e2026;
    display: inline-flex;
    flex-direction: column;
    font-size: 0.74rem;
    font-weight: 600;
    gap: 5px;
    justify-content: center;
    min-height: 48px;
    min-width: 0;
    text-decoration: none;
}

.bottom-nav-item span[b-3by9ea8cp6] {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bottom-nav-item.active[b-3by9ea8cp6] {
    color: #f0b90b;
}

@media (min-width: 860px) {
    .accounts-shell[b-3by9ea8cp6] {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
    }

    .hero-panel[b-3by9ea8cp6],
    .orders-panel[b-3by9ea8cp6] {
        grid-column: 1 / -1;
    }

    .account-card[b-3by9ea8cp6] {
        grid-column: 1 / -1;
    }
}

@media (min-width: 1080px) {
    .accounts-shell[b-3by9ea8cp6] {
        grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.72fr);
    }

    .hero-panel[b-3by9ea8cp6] {
        grid-column: 1 / -1;
    }

    .account-card[b-3by9ea8cp6] {
        grid-column: 1;
    }

    .orders-panel[b-3by9ea8cp6] {
        grid-column: 2;
        grid-row: 2;
    }
}

@media (max-width: 640px) {
    .accounts-page[b-3by9ea8cp6] {
        background:
            linear-gradient(180deg, #222126 0, #222126 210px, #f5f5f5 430px, #ffffff 100%);
    }

    .accounts-page[b-3by9ea8cp6]::before {
        background-size: 54px 54px, 54px 54px, 100% 220px, 100% 100%;
        height: 290px;
        opacity: 0.72;
    }

    .accounts-page[b-3by9ea8cp6]::after {
        top: 208px;
    }

    .accounts-header[b-3by9ea8cp6] {
        min-height: 56px;
    }

    .accounts-logout-button[b-3by9ea8cp6] {
        border-radius: 50%;
        height: 44px;
        min-width: 44px;
        padding-inline: 0;
        width: 44px;
    }

    .accounts-logout-text[b-3by9ea8cp6] {
        display: none;
    }

    [b-3by9ea8cp6] .accounts-logout-button {
        border-radius: 50%;
        height: 44px;
        min-width: 44px;
        padding-inline: 0;
        width: 44px;
    }

    [b-3by9ea8cp6] .accounts-logout-button .mud-button-label {
        justify-content: center;
    }

    [b-3by9ea8cp6] .accounts-logout-button .accounts-logout-text {
        display: none;
    }

    .hero-panel[b-3by9ea8cp6] {
        grid-template-columns: 1fr;
        min-height: 170px;
    }

    .hero-metrics[b-3by9ea8cp6] {
        justify-self: start;
        min-width: min(100%, 168px);
    }

    .account-kpis[b-3by9ea8cp6] {
        grid-template-columns: 1fr;
    }

    .account-actions[b-3by9ea8cp6] {
        gap: 8px;
    }

    .action-icon[b-3by9ea8cp6] {
        height: 44px;
        width: 44px;
    }

    .bottom-nav-item[b-3by9ea8cp6] {
        font-size: 0.67rem;
    }
}

@media (max-width: 380px) {
    .account-actions[b-3by9ea8cp6] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 16px;
    }

    .positions-list[b-3by9ea8cp6] {
        max-height: 484px;
        padding-right: 0;
    }

    .position-card[b-3by9ea8cp6] {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding: 12px;
    }

    .position-title-row[b-3by9ea8cp6] {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .position-side[b-3by9ea8cp6] {
        align-items: flex-start;
        display: flex;
        gap: 6px;
        justify-content: space-between;
        min-width: 0;
        text-align: left;
        width: 100%;
    }

    .position-volume[b-3by9ea8cp6] {
        margin-top: 0;
        text-align: right;
    }
}
/* /Features/Notifications/Components/AppNotificationHost.razor.rz.scp.css */
.tw-popup-host[b-i0a5bmsdas] {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: min(420px, calc(100vw - 32px));
    position: fixed;
    right: 24px;
    top: 24px;
    width: 420px;
    z-index: 1400;
}

.tw-popup[b-i0a5bmsdas] {
    --tw-popup-accent: #1eaedb;
    --tw-popup-accent-soft: rgba(30, 174, 219, 0.12);
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-left: 4px solid var(--tw-popup-accent);
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.08) 0 8px 24px;
    color: #1e2026;
    display: grid;
    gap: 12px;
    grid-template-columns: 36px minmax(0, 1fr) 32px;
    min-height: 76px;
    padding: 14px 12px 14px 14px;
}

.tw-popup-icon-shell[b-i0a5bmsdas] {
    align-items: center;
    background: var(--tw-popup-accent-soft);
    border-radius: 10px;
    color: var(--tw-popup-accent);
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.tw-popup-content[b-i0a5bmsdas] {
    min-width: 0;
    padding-top: 1px;
}

.tw-popup-title[b-i0a5bmsdas] {
    color: #1e2026;
    font-weight: 700;
    line-height: 1.25;
}

.tw-popup-message[b-i0a5bmsdas] {
    color: #686a6c;
    line-height: 1.45;
    margin-top: 3px;
    overflow-wrap: anywhere;
}

.tw-popup-close[b-i0a5bmsdas] {
    color: #848e9c;
    height: 32px;
    width: 32px;
}

.tw-popup-information[b-i0a5bmsdas] {
    --tw-popup-accent: #1eaedb;
    --tw-popup-accent-soft: rgba(30, 174, 219, 0.12);
}

.tw-popup-success[b-i0a5bmsdas] {
    --tw-popup-accent: #0ecb81;
    --tw-popup-accent-soft: rgba(14, 203, 129, 0.12);
}

.tw-popup-warning[b-i0a5bmsdas] {
    --tw-popup-accent: #f0b90b;
    --tw-popup-accent-soft: rgba(240, 185, 11, 0.16);
}

.tw-popup-error[b-i0a5bmsdas] {
    --tw-popup-accent: #f6465d;
    --tw-popup-accent-soft: rgba(246, 70, 93, 0.12);
}

@media (max-width: 599px) {
    .tw-popup-host[b-i0a5bmsdas] {
        left: 16px;
        right: 16px;
        top: 16px;
        width: auto;
    }

    .tw-popup[b-i0a5bmsdas] {
        grid-template-columns: 34px minmax(0, 1fr) 32px;
        padding: 12px;
    }
}
/* /Features/Performance/Pages/PerformancePage.razor.rz.scp.css */
.performance-page[b-xcwgf05qih] {
    --bottom-nav-height: 64px;
    background: #f5f5f5;
    color: #1e2026;
    min-height: 100dvh;
    overflow-x: hidden;
    padding-bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom));
}

.performance-header[b-xcwgf05qih] {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #e6e8ea;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    min-height: 64px;
    padding: 8px clamp(16px, 4vw, 32px);
    position: sticky;
    top: 0;
    z-index: 6;
}

.performance-title-group[b-xcwgf05qih] {
    min-width: 0;
}

.performance-eyebrow[b-xcwgf05qih],
.performance-section-label[b-xcwgf05qih] {
    color: #848e9c;
    display: block;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

[b-xcwgf05qih] .performance-eyebrow,
[b-xcwgf05qih] .performance-section-label {
    color: #848e9c;
    display: block;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.performance-title[b-xcwgf05qih] {
    color: #1e2026;
    font-size: clamp(1.45rem, 4.5vw, 1.85rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 4px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-xcwgf05qih] .performance-title {
    color: #1e2026;
    font-size: clamp(1.45rem, 4.5vw, 1.85rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 4px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.performance-window-pill[b-xcwgf05qih] {
    align-items: center;
    background: #f0b90b;
    border-radius: 50px;
    color: #1e2026;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.82rem;
    font-weight: 900;
    gap: 7px;
    min-height: 44px;
    padding: 0 15px;
}

[b-xcwgf05qih] .performance-window-pill .mud-icon-root {
    color: currentColor;
}

.performance-shell[b-xcwgf05qih] {
    display: grid;
    gap: 16px;
    margin: 0 auto;
    max-width: 1180px;
    min-width: 0;
    padding: clamp(12px, 3vw, 24px) clamp(16px, 4vw, 32px) clamp(18px, 4vw, 32px);
}

.performance-hero[b-xcwgf05qih] {
    background:
        linear-gradient(135deg, #222126 0%, #222126 52%, #2b2f36 100%);
    border: 1px solid rgba(255, 208, 0, 0.18);
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px;
    color: #ffffff;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    min-width: 0;
    overflow: hidden;
    padding: clamp(20px, 4vw, 32px);
    position: relative;
}

.performance-hero[b-xcwgf05qih]::before {
    background:
        linear-gradient(90deg, transparent 0, rgba(240, 185, 11, 0.28) 50%, transparent 100%),
        linear-gradient(180deg, rgba(240, 185, 11, 0.14), transparent);
    content: "";
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.performance-hero-copy[b-xcwgf05qih],
.performance-hero-metrics[b-xcwgf05qih] {
    min-width: 0;
    position: relative;
    z-index: 1;
}

.performance-total[b-xcwgf05qih] {
    color: #ffffff;
    font-size: clamp(2.15rem, 9vw, 4rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 12px;
    overflow-wrap: anywhere;
}

[b-xcwgf05qih] .performance-total {
    color: #ffffff;
    font-size: clamp(2.15rem, 9vw, 4rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 12px;
    overflow-wrap: anywhere;
}

.performance-total.positive[b-xcwgf05qih],
[b-xcwgf05qih] .performance-total.positive {
    color: #0ecb81;
}

.performance-total.negative[b-xcwgf05qih],
[b-xcwgf05qih] .performance-total.negative {
    color: #f6465d;
}

.performance-hero-subtitle[b-xcwgf05qih] {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 600;
    margin-top: 12px;
    max-width: 520px;
}

[b-xcwgf05qih] .performance-hero-subtitle {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 600;
    margin-top: 12px;
    max-width: 520px;
}

.performance-hero-metrics[b-xcwgf05qih] {
    align-self: center;
    display: grid;
    gap: 10px;
}

.performance-metric[b-xcwgf05qih] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(230, 232, 234, 0.12);
    border-radius: 8px;
    display: grid;
    gap: 6px;
    min-width: 0;
    padding: 12px;
}

.performance-metric-label[b-xcwgf05qih] {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.74rem;
    font-weight: 800;
}

.performance-metric-value[b-xcwgf05qih] {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.performance-metric-value.positive[b-xcwgf05qih] {
    color: #0ecb81;
}

.performance-metric-value.negative[b-xcwgf05qih] {
    color: #f6465d;
}

.performance-chart-card[b-xcwgf05qih] {
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px;
    display: grid;
    gap: 18px;
    min-width: 0;
    overflow: hidden;
    padding: clamp(16px, 4vw, 24px);
}

.performance-card-heading[b-xcwgf05qih] {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    min-width: 0;
}

.performance-card-title[b-xcwgf05qih] {
    color: #1e2026;
    font-weight: 900;
    letter-spacing: 0;
    margin-top: 5px;
}

[b-xcwgf05qih] .performance-card-title {
    color: #1e2026;
    font-weight: 900;
    letter-spacing: 0;
    margin-top: 5px;
}

.performance-count[b-xcwgf05qih] {
    background: #f5f5f5;
    border: 1px solid #e6e8ea;
    border-radius: 50px;
    color: #32313a;
    flex: 0 0 auto;
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1;
    padding: 8px 10px;
}

.performance-state[b-xcwgf05qih] {
    align-items: center;
    border: 1px dashed #e6e8ea;
    border-radius: 8px;
    color: #848e9c;
    display: grid;
    gap: 8px;
    justify-items: center;
    min-height: 260px;
    min-width: 0;
    padding: 24px;
    text-align: center;
}

.performance-state.error[b-xcwgf05qih] {
    background: rgba(246, 70, 93, 0.03);
    border-color: rgba(246, 70, 93, 0.26);
}

.performance-state.empty[b-xcwgf05qih] {
    background: #ffffff;
}

.performance-state-indicator[b-xcwgf05qih] {
    animation: performance-spin-b-xcwgf05qih 900ms linear infinite;
    border: 3px solid #e6e8ea;
    border-radius: 50%;
    border-top-color: #f0b90b;
    height: 30px;
    width: 30px;
}

.performance-state-title[b-xcwgf05qih] {
    color: #1e2026;
    font-weight: 900;
}

.performance-state-copy[b-xcwgf05qih] {
    color: #848e9c;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.4;
    max-width: 320px;
    overflow-wrap: anywhere;
}

.performance-retry[b-xcwgf05qih] {
    background: #f0b90b;
    border: 0;
    border-radius: 8px;
    color: #1e2026;
    cursor: pointer;
    font: inherit;
    font-size: 0.85rem;
    font-weight: 900;
    min-height: 44px;
    min-width: 96px;
    padding: 0 16px;
}

.performance-retry:hover[b-xcwgf05qih],
.performance-retry:focus-visible[b-xcwgf05qih] {
    background: #1eaedb;
    color: #ffffff;
}

.performance-retry:focus-visible[b-xcwgf05qih] {
    outline: 2px solid #000000;
    outline-offset: 2px;
}

@keyframes performance-spin-b-xcwgf05qih {
    to {
        transform: rotate(360deg);
    }
}

.performance-chart-wrap[b-xcwgf05qih] {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.performance-chart-scroll[b-xcwgf05qih] {
    border: 1px solid #e6e8ea;
    border-radius: 8px;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    padding: 14px 10px 10px;
    scrollbar-color: #d0d3d7 #f5f5f5;
    scrollbar-width: thin;
}

.performance-chart-scroll:focus-visible[b-xcwgf05qih] {
    outline: 2px solid #1eaedb;
    outline-offset: 3px;
}

.performance-chart-grid[b-xcwgf05qih] {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(var(--chart-count), minmax(26px, 1fr));
    min-width: max(100%, calc(var(--chart-count) * 38px));
}

.performance-chart-column[b-xcwgf05qih] {
    display: grid;
    gap: 7px;
    grid-template-rows: 20px 220px 22px;
    min-width: 0;
}

.performance-chart-value[b-xcwgf05qih] {
    align-self: end;
    color: #848e9c;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.performance-chart-value.positive[b-xcwgf05qih] {
    color: #0a9b63;
}

.performance-chart-value.negative[b-xcwgf05qih] {
    color: #d93043;
}

.performance-bar-track[b-xcwgf05qih] {
    background:
        linear-gradient(180deg, rgba(230, 232, 234, 0.5) 1px, transparent 1px);
    background-size: 100% 25%;
    border-radius: 6px;
    min-width: 0;
    position: relative;
}

.performance-bar-track[b-xcwgf05qih]::before {
    background: #d7d9dd;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.performance-bar[b-xcwgf05qih] {
    border-radius: 6px 6px 2px 2px;
    left: 50%;
    min-height: 2px;
    position: absolute;
    transform: translateX(-50%);
    width: clamp(10px, 62%, 22px);
}

.performance-bar.positive[b-xcwgf05qih] {
    background: #0ecb81;
    bottom: 50%;
    height: var(--bar-size);
}

.performance-bar.negative[b-xcwgf05qih] {
    background: #f6465d;
    border-radius: 2px 2px 6px 6px;
    height: var(--bar-size);
    top: 50%;
}

.performance-bar.zero[b-xcwgf05qih] {
    background: #f0b90b;
    height: 2px;
    top: calc(50% - 1px);
}

.performance-axis-label[b-xcwgf05qih] {
    color: #686a6c;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.1;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.performance-axis-label.muted[b-xcwgf05qih] {
    color: transparent;
}

.performance-chart-legend[b-xcwgf05qih] {
    align-items: center;
    color: #686a6c;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.78rem;
    font-weight: 800;
    gap: 12px;
}

.performance-chart-legend span[b-xcwgf05qih] {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    min-height: 24px;
}

.legend-swatch[b-xcwgf05qih] {
    border-radius: 2px;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.legend-swatch.positive[b-xcwgf05qih] {
    background: #0ecb81;
}

.legend-swatch.negative[b-xcwgf05qih] {
    background: #f6465d;
}

.legend-swatch.zero[b-xcwgf05qih] {
    background: #f0b90b;
}

.performance-bottom-nav[b-xcwgf05qih] {
    align-items: center;
    background: #ffffff;
    border-top: 1px solid #e6e8ea;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    left: 0;
    min-height: var(--bottom-nav-height);
    padding: 4px max(8px, env(safe-area-inset-left)) max(4px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right));
    position: fixed;
    right: 0;
    z-index: 10;
}

.performance-bottom-nav-item[b-xcwgf05qih] {
    align-items: center;
    color: #1e2026;
    display: inline-flex;
    flex-direction: column;
    font-size: 0.74rem;
    font-weight: 700;
    gap: 5px;
    justify-content: center;
    min-height: 48px;
    min-width: 0;
    text-decoration: none;
}

.performance-bottom-nav-item span[b-xcwgf05qih] {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.performance-bottom-nav-item.active[b-xcwgf05qih] {
    color: #f0b90b;
}

[b-xcwgf05qih] .performance-bottom-nav-item .mud-icon-root,
[b-xcwgf05qih] .performance-state .mud-icon-root {
    color: currentColor;
}

@media (max-width: 760px) {
    .performance-hero[b-xcwgf05qih] {
        grid-template-columns: 1fr;
    }

    .performance-hero-metrics[b-xcwgf05qih] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .performance-page[b-xcwgf05qih] {
        --bottom-nav-height: 62px;
    }

    .performance-header[b-xcwgf05qih] {
        min-height: 58px;
        padding-inline: 16px;
    }

    .performance-shell[b-xcwgf05qih] {
        gap: 12px;
        padding: 12px 8px 18px;
    }

    .performance-hero[b-xcwgf05qih],
    .performance-chart-card[b-xcwgf05qih] {
        border-radius: 8px;
        padding: 16px;
    }

    .performance-hero-metrics[b-xcwgf05qih] {
        grid-template-columns: 1fr;
    }

    .performance-chart-card[b-xcwgf05qih] {
        gap: 14px;
    }

    .performance-chart-scroll[b-xcwgf05qih] {
        padding: 12px 8px 8px;
    }

    .performance-chart-grid[b-xcwgf05qih] {
        gap: 5px;
        min-width: max(100%, calc(var(--chart-count) * 32px));
    }

    .performance-chart-column[b-xcwgf05qih] {
        grid-template-rows: 0 188px 21px;
    }

    .performance-chart-value[b-xcwgf05qih] {
        display: none;
    }

    .performance-bottom-nav-item[b-xcwgf05qih] {
        font-size: 0.66rem;
    }
}

@media (max-width: 380px) {
    .performance-card-heading[b-xcwgf05qih] {
        align-items: flex-start;
        flex-direction: column;
    }

    .performance-count[b-xcwgf05qih] {
        align-self: flex-start;
    }

    .performance-window-pill[b-xcwgf05qih] {
        min-width: 44px;
        padding-inline: 12px;
    }
}
/* /Features/Profile/Pages/ProfileHistoryPage.razor.rz.scp.css */
.history-page[b-uf2dbrpx4v] {
    --bottom-nav-height: 64px;
    background: #f5f5f5;
    color: #1e2026;
    min-height: 100dvh;
    overflow-x: hidden;
    padding-bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom));
}

.history-header[b-uf2dbrpx4v] {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #e6e8ea;
    display: flex;
    gap: 12px;
    min-height: 64px;
    padding: 8px clamp(16px, 4vw, 32px);
    position: sticky;
    top: 0;
    z-index: 6;
}

.history-back-button[b-uf2dbrpx4v],
.history-pager button[b-uf2dbrpx4v] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 50%;
    color: #1e2026;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.history-back-button:hover[b-uf2dbrpx4v],
.history-back-button:focus-visible[b-uf2dbrpx4v],
.history-pager button:hover[b-uf2dbrpx4v],
.history-pager button:focus-visible[b-uf2dbrpx4v] {
    border-color: #f0b90b;
    outline: 2px solid #1eaedb;
}

.history-title-group[b-uf2dbrpx4v] {
    min-width: 0;
}

.history-eyebrow[b-uf2dbrpx4v],
.history-section-label[b-uf2dbrpx4v] {
    color: #848e9c;
    display: block;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

[b-uf2dbrpx4v] .history-eyebrow,
[b-uf2dbrpx4v] .history-section-label {
    color: #848e9c;
    display: block;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.history-title[b-uf2dbrpx4v] {
    color: #1e2026;
    font-size: clamp(1.45rem, 4.5vw, 1.85rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-uf2dbrpx4v] .history-title {
    color: #1e2026;
    font-size: clamp(1.45rem, 4.5vw, 1.85rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
}

.history-shell[b-uf2dbrpx4v] {
    display: grid;
    gap: 16px;
    margin: 0 auto;
    max-width: 1180px;
    min-width: 0;
    padding: clamp(12px, 3vw, 24px) clamp(16px, 4vw, 32px) clamp(18px, 4vw, 32px);
}

.history-summary[b-uf2dbrpx4v] {
    background: linear-gradient(135deg, #222126 0%, #222126 54%, #2b2f36 100%);
    border: 1px solid rgba(255, 208, 0, 0.18);
    border-radius: 12px;
    color: #ffffff;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: clamp(16px, 4vw, 24px);
}

.history-summary strong[b-uf2dbrpx4v] {
    display: block;
    font-size: clamp(1.15rem, 4vw, 1.7rem);
    font-weight: 900;
    margin-top: 6px;
    overflow-wrap: anywhere;
}

.history-card[b-uf2dbrpx4v] {
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px;
    display: grid;
    gap: 16px;
    min-width: 0;
    padding: clamp(16px, 4vw, 24px);
}

.history-card-header[b-uf2dbrpx4v] {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.history-card-title[b-uf2dbrpx4v] {
    color: #1e2026;
    font-weight: 900;
    letter-spacing: 0;
    margin-top: 5px;
}

[b-uf2dbrpx4v] .history-card-title {
    color: #1e2026;
    font-weight: 900;
    letter-spacing: 0;
}

.history-tabs[b-uf2dbrpx4v] {
    border-bottom: 1px solid #e6e8ea;
    display: flex;
    gap: 4px;
    overflow-x: auto;
}

.history-tab[b-uf2dbrpx4v] {
    align-items: center;
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    color: #686a6c;
    cursor: pointer;
    display: inline-flex;
    flex: 1 0 150px;
    font: inherit;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 48px;
    padding: 0 16px;
}

.history-tab:hover[b-uf2dbrpx4v],
.history-tab:focus-visible[b-uf2dbrpx4v],
.history-tab.active[b-uf2dbrpx4v] {
    border-bottom-color: #f0b90b;
    color: #1e2026;
    outline: none;
}

.history-filter[b-uf2dbrpx4v] {
    align-items: stretch;
    background: #f5f5f5;
    border: 1px solid #e6e8ea;
    border-radius: 8px;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto;
    padding: 16px;
}

[b-uf2dbrpx4v] .history-filter .mud-button-root,
[b-uf2dbrpx4v] .history-state .mud-button-root {
    color: #1e2026;
    font-weight: 800;
    min-height: 44px;
    text-transform: none;
}

.history-error[b-uf2dbrpx4v],
.history-state.error[b-uf2dbrpx4v] {
    color: #f6465d;
}

.history-error[b-uf2dbrpx4v] {
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0;
}

.history-state[b-uf2dbrpx4v] {
    align-content: center;
    color: #686a6c;
    display: grid;
    gap: 12px;
    justify-items: center;
    min-height: 220px;
    text-align: center;
}

.history-table-wrap[b-uf2dbrpx4v] {
    border: 1px solid #e6e8ea;
    border-radius: 8px;
    overflow-x: auto;
}

.history-table-wrap table[b-uf2dbrpx4v] {
    border-collapse: collapse;
    min-width: 720px;
    width: 100%;
}

.history-table-wrap th[b-uf2dbrpx4v],
.history-table-wrap td[b-uf2dbrpx4v] {
    border-bottom: 1px solid #e6e8ea;
    padding: 14px 16px;
    text-align: left;
}

.history-table-wrap th[b-uf2dbrpx4v] {
    background: #f5f5f5;
    color: #686a6c;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.history-table-wrap tbody tr:last-child td[b-uf2dbrpx4v] {
    border-bottom: 0;
}

.history-amount[b-uf2dbrpx4v],
.history-mobile-list b[b-uf2dbrpx4v] {
    font-variant-numeric: tabular-nums;
    font-weight: 900;
    white-space: nowrap;
}

.positive[b-uf2dbrpx4v] {
    color: #0ecb81;
}

.negative[b-uf2dbrpx4v] {
    color: #f6465d;
}

.history-status[b-uf2dbrpx4v],
.history-side[b-uf2dbrpx4v] {
    font-size: 0.8rem;
    font-weight: 900;
    white-space: nowrap;
}

.history-status.success[b-uf2dbrpx4v],
.history-side.buy[b-uf2dbrpx4v] {
    color: #0ecb81;
}

.history-status.pending[b-uf2dbrpx4v] {
    color: #d0980b;
}

.history-side.sell[b-uf2dbrpx4v] {
    color: #f6465d;
}

.history-mobile-list[b-uf2dbrpx4v] {
    display: none;
}

.history-pager[b-uf2dbrpx4v] {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: center;
    min-height: 52px;
}

.history-pager button:disabled[b-uf2dbrpx4v] {
    color: #848e9c;
    cursor: not-allowed;
    opacity: 0.5;
}

.history-bottom-nav[b-uf2dbrpx4v] {
    align-items: center;
    background: #ffffff;
    border-top: 1px solid #e6e8ea;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    left: 0;
    min-height: var(--bottom-nav-height);
    padding: 4px max(8px, env(safe-area-inset-left)) max(4px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right));
    position: fixed;
    right: 0;
    z-index: 10;
}

.history-bottom-nav-item[b-uf2dbrpx4v] {
    align-items: center;
    color: #1e2026;
    display: inline-flex;
    flex-direction: column;
    font-size: 0.74rem;
    font-weight: 700;
    gap: 5px;
    justify-content: center;
    min-height: 48px;
    min-width: 0;
    text-decoration: none;
}

.history-bottom-nav-item span[b-uf2dbrpx4v] {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.history-bottom-nav-item.active[b-uf2dbrpx4v] {
    color: #f0b90b;
}

[b-uf2dbrpx4v] .history-bottom-nav-item .mud-icon-root,
[b-uf2dbrpx4v] .history-state .mud-icon-root,
[b-uf2dbrpx4v] .history-tab .mud-icon-root {
    color: currentColor;
}

@media (max-width: 700px) {
    .history-page[b-uf2dbrpx4v] {
        --bottom-nav-height: 62px;
    }

    .history-header[b-uf2dbrpx4v] {
        min-height: 58px;
        padding-inline: 12px;
    }

    .history-shell[b-uf2dbrpx4v] {
        gap: 12px;
        padding: 12px 8px 18px;
    }

    .history-summary[b-uf2dbrpx4v],
    .history-card[b-uf2dbrpx4v] {
        border-radius: 8px;
        padding: 16px;
    }

    .history-summary[b-uf2dbrpx4v],
    .history-filter[b-uf2dbrpx4v] {
        grid-template-columns: 1fr;
    }

    .history-tabs[b-uf2dbrpx4v] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        overflow: visible;
    }

    .history-tab[b-uf2dbrpx4v] {
        flex-basis: auto;
        font-size: 0.82rem;
        padding-inline: 6px;
    }

    .history-table-wrap[b-uf2dbrpx4v] {
        display: none;
    }

    .history-mobile-list[b-uf2dbrpx4v] {
        border-block: 1px solid #e6e8ea;
        display: grid;
    }

    .history-mobile-list article[b-uf2dbrpx4v] {
        border-bottom: 1px solid #e6e8ea;
        display: grid;
        gap: 12px;
        min-width: 0;
        padding: 16px 4px;
    }

    .history-mobile-list article:last-child[b-uf2dbrpx4v] {
        border-bottom: 0;
    }

    .history-mobile-list article > header[b-uf2dbrpx4v] {
        align-items: flex-start;
        display: flex;
        gap: 12px;
        justify-content: space-between;
        min-width: 0;
    }

    .history-mobile-list article strong[b-uf2dbrpx4v],
    .history-mobile-list article span[b-uf2dbrpx4v] {
        display: block;
    }

    .history-mobile-list article header span[b-uf2dbrpx4v] {
        color: #848e9c;
        font-size: 0.75rem;
        margin-top: 4px;
    }

    .history-mobile-list dl[b-uf2dbrpx4v] {
        display: grid;
        gap: 8px;
        margin: 0;
    }

    .history-mobile-list dl div[b-uf2dbrpx4v] {
        display: grid;
        gap: 8px;
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .history-mobile-list dt[b-uf2dbrpx4v] {
        color: #848e9c;
        font-size: 0.8rem;
    }

    .history-mobile-list dd[b-uf2dbrpx4v] {
        margin: 0;
        overflow-wrap: anywhere;
        text-align: right;
    }

    .history-bottom-nav-item[b-uf2dbrpx4v] {
        font-size: 0.66rem;
    }
}

@media (max-width: 380px) {
    .history-tab[b-uf2dbrpx4v] {
        font-size: 0.74rem;
        gap: 4px;
    }
}
/* /Features/Profile/Pages/ProfilePage.razor.rz.scp.css */
.profile-page[b-w3w9bwxmzo] {
    --bottom-nav-height: 64px;
    background: #f5f5f5;
    color: #1e2026;
    min-height: 100dvh;
    overflow-x: hidden;
    padding-bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom));
}

.profile-header[b-w3w9bwxmzo] {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #e6e8ea;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    min-height: 64px;
    padding: 8px clamp(16px, 4vw, 32px);
    position: sticky;
    top: 0;
    z-index: 6;
}

.profile-title-group[b-w3w9bwxmzo] {
    min-width: 0;
}

.profile-header-actions[b-w3w9bwxmzo] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.profile-eyebrow[b-w3w9bwxmzo],
.profile-section-label[b-w3w9bwxmzo] {
    color: #848e9c;
    display: block;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

[b-w3w9bwxmzo] .profile-eyebrow,
[b-w3w9bwxmzo] .profile-section-label {
    color: #848e9c;
    display: block;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.profile-title-row[b-w3w9bwxmzo] {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-top: 4px;
    min-width: 0;
}

.profile-title-icon[b-w3w9bwxmzo] {
    color: #f0b90b;
}

[b-w3w9bwxmzo] .profile-title-icon {
    color: #f0b90b;
}

.profile-title[b-w3w9bwxmzo] {
    color: #1e2026;
    font-size: clamp(1.45rem, 4.5vw, 1.85rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-w3w9bwxmzo] .profile-title {
    color: #1e2026;
    font-size: clamp(1.45rem, 4.5vw, 1.85rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-refresh-button[b-w3w9bwxmzo] {
    border-color: #e6e8ea;
    border-radius: 50px;
    color: #1e2026;
    flex: 0 0 auto;
    font-weight: 800;
    min-height: 44px;
    text-transform: none;
}

.profile-history-button[b-w3w9bwxmzo] {
    background: #f0b90b;
    border-radius: 50px;
    color: #1e2026;
    flex: 0 0 auto;
    font-weight: 900;
    min-height: 44px;
    text-transform: none;
}

[b-w3w9bwxmzo] .profile-history-button {
    background: #f0b90b;
    border-radius: 50px;
    color: #1e2026;
    flex: 0 0 auto;
    font-weight: 900;
    min-height: 44px;
    text-transform: none;
}

[b-w3w9bwxmzo] .profile-history-button:hover,
[b-w3w9bwxmzo] .profile-history-button:focus-visible {
    background: #1eaedb;
    color: #ffffff;
}

[b-w3w9bwxmzo] .profile-refresh-button {
    border-color: #e6e8ea;
    border-radius: 50px;
    color: #1e2026;
    flex: 0 0 auto;
    font-weight: 800;
    min-height: 44px;
    text-transform: none;
}

[b-w3w9bwxmzo] .profile-refresh-button .mud-button-label {
    gap: 8px;
    white-space: nowrap;
}

.profile-shell[b-w3w9bwxmzo] {
    display: grid;
    gap: 16px;
    margin: 0 auto;
    max-width: 1180px;
    min-width: 0;
    padding: clamp(12px, 3vw, 24px) clamp(16px, 4vw, 32px) clamp(18px, 4vw, 32px);
}

.profile-summary-panel[b-w3w9bwxmzo] {
    background:
        linear-gradient(135deg, #222126 0%, #222126 54%, #2b2f36 100%);
    border: 1px solid rgba(255, 208, 0, 0.18);
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px;
    color: #ffffff;
    display: grid;
    gap: 18px;
    grid-template-columns: auto minmax(0, 1fr);
    min-width: 0;
    overflow: hidden;
    padding: clamp(20px, 4vw, 30px);
    position: relative;
}

.profile-summary-panel[b-w3w9bwxmzo]::before {
    background:
        linear-gradient(90deg, transparent 0, rgba(240, 185, 11, 0.28) 50%, transparent 100%),
        linear-gradient(180deg, rgba(240, 185, 11, 0.14), transparent);
    content: "";
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.profile-avatar[b-w3w9bwxmzo] {
    align-items: center;
    background: rgba(240, 185, 11, 0.12);
    border: 1px solid rgba(240, 185, 11, 0.28);
    border-radius: 50%;
    color: #f0b90b;
    display: inline-flex;
    height: 64px;
    justify-content: center;
    width: 64px;
}

[b-w3w9bwxmzo] .profile-avatar .mud-icon-root {
    color: currentColor;
}

.profile-summary-copy[b-w3w9bwxmzo] {
    min-width: 0;
}

.profile-summary-name[b-w3w9bwxmzo] {
    color: #ffffff;
    font-size: clamp(1.5rem, 6vw, 2.35rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
    margin-top: 6px;
    overflow-wrap: anywhere;
}

[b-w3w9bwxmzo] .profile-summary-name {
    color: #ffffff;
    font-size: clamp(1.5rem, 6vw, 2.35rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
    margin-top: 6px;
    overflow-wrap: anywhere;
}

.profile-summary-email[b-w3w9bwxmzo] {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
    margin-top: 8px;
    overflow-wrap: anywhere;
}

[b-w3w9bwxmzo] .profile-summary-email {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
    margin-top: 8px;
    overflow-wrap: anywhere;
}

.profile-summary-grid[b-w3w9bwxmzo] {
    display: grid;
    gap: 10px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.profile-summary-item[b-w3w9bwxmzo] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(230, 232, 234, 0.12);
    border-radius: 8px;
    display: grid;
    gap: 6px;
    min-width: 0;
    padding: 12px;
}

.summary-label[b-w3w9bwxmzo] {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.74rem;
    font-weight: 800;
}

.summary-value[b-w3w9bwxmzo] {
    color: #ffffff;
    font-size: 0.94rem;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.summary-value.success[b-w3w9bwxmzo] {
    color: #0ecb81;
}

.summary-value.danger[b-w3w9bwxmzo] {
    color: #f6465d;
}

.profile-form-card[b-w3w9bwxmzo] {
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px;
    display: grid;
    gap: 18px;
    min-width: 0;
    overflow: hidden;
    padding: clamp(16px, 4vw, 24px);
}

.profile-card-heading[b-w3w9bwxmzo] {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    min-width: 0;
}

.profile-card-title[b-w3w9bwxmzo] {
    color: #1e2026;
    font-weight: 900;
    letter-spacing: 0;
    margin-top: 5px;
}

[b-w3w9bwxmzo] .profile-card-title {
    color: #1e2026;
    font-weight: 900;
    letter-spacing: 0;
    margin-top: 5px;
}

.profile-card-badge[b-w3w9bwxmzo] {
    background: #f5f5f5;
    border: 1px solid #e6e8ea;
    border-radius: 50px;
    color: #32313a;
    flex: 0 1 auto;
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1.3;
    max-width: 100%;
    overflow: hidden;
    padding: 8px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-form[b-w3w9bwxmzo] {
    min-width: 0;
}

.profile-form-grid[b-w3w9bwxmzo],
.profile-readonly-grid[b-w3w9bwxmzo] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
}

.profile-validation-summary[b-w3w9bwxmzo] {
    color: #f6465d;
    font-size: 0.85rem;
    font-weight: 700;
    margin: 0 0 12px;
}

.profile-actions[b-w3w9bwxmzo] {
    display: flex;
    justify-content: flex-end;
    min-width: 0;
}

.profile-save-button[b-w3w9bwxmzo] {
    background: #f0b90b;
    border-radius: 8px;
    color: #1e2026;
    font-weight: 900;
    min-height: 48px;
    min-width: 172px;
    text-transform: none;
}

[b-w3w9bwxmzo] .profile-save-button {
    background: #f0b90b;
    border-radius: 8px;
    color: #1e2026;
    font-weight: 900;
    min-height: 48px;
    min-width: 172px;
    text-transform: none;
}

[b-w3w9bwxmzo] .profile-save-button:hover,
[b-w3w9bwxmzo] .profile-save-button:focus-visible {
    background: #1eaedb;
    color: #ffffff;
}

[b-w3w9bwxmzo] .profile-save-button:disabled {
    background: #e6e8ea;
    color: #848e9c;
}

.profile-state[b-w3w9bwxmzo] {
    align-items: center;
    border: 1px dashed #e6e8ea;
    border-radius: 8px;
    color: #848e9c;
    display: grid;
    gap: 8px;
    justify-items: center;
    min-height: 260px;
    min-width: 0;
    padding: 24px;
    text-align: center;
}

.profile-state.error[b-w3w9bwxmzo] {
    background: rgba(246, 70, 93, 0.03);
    border-color: rgba(246, 70, 93, 0.26);
}

.profile-state-indicator[b-w3w9bwxmzo] {
    animation: profile-spin-b-w3w9bwxmzo 900ms linear infinite;
    border: 3px solid #e6e8ea;
    border-radius: 50%;
    border-top-color: #f0b90b;
    height: 30px;
    width: 30px;
}

.profile-state-title[b-w3w9bwxmzo] {
    color: #1e2026;
    font-weight: 900;
}

.profile-state-copy[b-w3w9bwxmzo] {
    color: #848e9c;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.4;
    max-width: 340px;
    overflow-wrap: anywhere;
}

.profile-state-action[b-w3w9bwxmzo] {
    border-radius: 8px;
    color: #1e2026;
    font-weight: 900;
    min-height: 44px;
    min-width: 96px;
    text-transform: none;
}

[b-w3w9bwxmzo] .profile-state .mud-icon-root {
    color: currentColor;
}

@keyframes profile-spin-b-w3w9bwxmzo {
    to {
        transform: rotate(360deg);
    }
}

.profile-report-card[b-w3w9bwxmzo] {
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px;
    display: grid;
    gap: 16px;
    grid-column: 1 / -1;
    min-width: 0;
    padding: clamp(16px, 4vw, 24px);
}

.profile-report-header[b-w3w9bwxmzo] {
    align-items: flex-end;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.profile-report-total[b-w3w9bwxmzo] {
    background: #f0b90b;
    border-radius: 6px;
    color: #1e2026;
    font-variant-numeric: tabular-nums;
    padding: 10px 14px;
    white-space: nowrap;
}

.profile-report-filter[b-w3w9bwxmzo] {
    align-items: stretch;
    background: #f5f5f5;
    border: 1px solid #e6e8ea;
    border-radius: 8px;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto;
    padding: 16px;
}

[b-w3w9bwxmzo] .profile-report-filter .mud-button-root {
    color: #1e2026;
    font-weight: 800;
    min-height: 44px;
    text-transform: none;
}

.profile-report-error[b-w3w9bwxmzo] {
    color: #f6465d;
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0;
}

.profile-report-tabs[b-w3w9bwxmzo] {
    border-bottom: 1px solid #e6e8ea;
    display: flex;
    gap: 4px;
}

.profile-report-tab[b-w3w9bwxmzo] {
    align-items: center;
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    color: #686a6c;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
}

.profile-report-tab:hover[b-w3w9bwxmzo],
.profile-report-tab:focus-visible[b-w3w9bwxmzo],
.profile-report-tab.active[b-w3w9bwxmzo] {
    border-bottom-color: #f0b90b;
    color: #1e2026;
    outline: none;
}

.profile-report-table-wrap[b-w3w9bwxmzo] {
    border: 1px solid #e6e8ea;
    border-radius: 8px;
    overflow-x: auto;
}

.profile-report-table-wrap table[b-w3w9bwxmzo] {
    border-collapse: collapse;
    min-width: 720px;
    width: 100%;
}

.profile-report-table-wrap th[b-w3w9bwxmzo],
.profile-report-table-wrap td[b-w3w9bwxmzo] {
    border-bottom: 1px solid #e6e8ea;
    padding: 14px 16px;
    text-align: left;
}

.profile-report-table-wrap th[b-w3w9bwxmzo] {
    background: #f5f5f5;
    color: #686a6c;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.profile-report-table-wrap tbody tr:last-child td[b-w3w9bwxmzo] {
    border-bottom: 0;
}

.report-amount[b-w3w9bwxmzo],
.profile-report-mobile-list b[b-w3w9bwxmzo] {
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    white-space: nowrap;
}

.positive[b-w3w9bwxmzo] {
    color: #0ecb81;
}

.report-status[b-w3w9bwxmzo] {
    font-size: 0.8rem;
    font-weight: 800;
    white-space: nowrap;
}

.report-status.success[b-w3w9bwxmzo] {
    color: #0ecb81;
}

.report-status.pending[b-w3w9bwxmzo] {
    color: #d0980b;
}

.profile-report-mobile-list[b-w3w9bwxmzo] {
    display: none;
}

.profile-report-state[b-w3w9bwxmzo] {
    align-content: center;
    color: #686a6c;
    display: grid;
    gap: 12px;
    justify-items: center;
    min-height: 220px;
    text-align: center;
}

.profile-report-state.error[b-w3w9bwxmzo] {
    color: #f6465d;
}

[b-w3w9bwxmzo] .profile-report-state .mud-button-root {
    min-height: 44px;
    text-transform: none;
}

.profile-report-pager[b-w3w9bwxmzo] {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: center;
    min-height: 52px;
}

.profile-report-pager button[b-w3w9bwxmzo] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 50%;
    color: #1e2026;
    cursor: pointer;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.profile-report-pager button:hover[b-w3w9bwxmzo],
.profile-report-pager button:focus-visible[b-w3w9bwxmzo] {
    border-color: #f0b90b;
    outline: 2px solid #1eaedb;
}

.profile-report-pager button:disabled[b-w3w9bwxmzo] {
    color: #848e9c;
    cursor: not-allowed;
    opacity: 0.5;
}

.profile-bottom-nav[b-w3w9bwxmzo] {
    align-items: center;
    background: #ffffff;
    border-top: 1px solid #e6e8ea;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    left: 0;
    min-height: var(--bottom-nav-height);
    padding: 4px max(8px, env(safe-area-inset-left)) max(4px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right));
    position: fixed;
    right: 0;
    z-index: 10;
}

.profile-bottom-nav-item[b-w3w9bwxmzo] {
    align-items: center;
    color: #1e2026;
    display: inline-flex;
    flex-direction: column;
    font-size: 0.74rem;
    font-weight: 700;
    gap: 5px;
    justify-content: center;
    min-height: 48px;
    min-width: 0;
    text-decoration: none;
}

.profile-bottom-nav-item span[b-w3w9bwxmzo] {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-bottom-nav-item.active[b-w3w9bwxmzo] {
    color: #f0b90b;
}

[b-w3w9bwxmzo] .profile-bottom-nav-item .mud-icon-root {
    color: currentColor;
}

@media (min-width: 940px) {
    .profile-shell[b-w3w9bwxmzo] {
        grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr);
    }

    .profile-summary-panel[b-w3w9bwxmzo] {
        align-content: start;
        grid-template-columns: 1fr;
    }

    .profile-summary-grid[b-w3w9bwxmzo] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .profile-page[b-w3w9bwxmzo] {
        --bottom-nav-height: 62px;
    }

    .profile-header[b-w3w9bwxmzo] {
        min-height: 58px;
        padding-inline: 16px;
    }

    .profile-refresh-button[b-w3w9bwxmzo] {
        min-width: 44px;
        padding-inline: 12px;
    }

    .profile-header-actions[b-w3w9bwxmzo] {
        gap: 6px;
    }

    .profile-history-button[b-w3w9bwxmzo] {
        min-width: 44px;
        padding-inline: 12px;
    }

    .profile-shell[b-w3w9bwxmzo] {
        gap: 12px;
        padding: 12px 8px 18px;
    }

    .profile-summary-panel[b-w3w9bwxmzo],
    .profile-form-card[b-w3w9bwxmzo],
    .profile-report-card[b-w3w9bwxmzo] {
        border-radius: 8px;
        padding: 16px;
    }

    .profile-report-header[b-w3w9bwxmzo] {
        align-items: flex-start;
    }

    .profile-report-filter[b-w3w9bwxmzo] {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .profile-report-tabs[b-w3w9bwxmzo] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .profile-report-tab[b-w3w9bwxmzo] {
        padding-inline: 8px;
    }

    .profile-report-table-wrap[b-w3w9bwxmzo] {
        display: none;
    }

    .profile-report-mobile-list[b-w3w9bwxmzo] {
        border-block: 1px solid #e6e8ea;
        display: grid;
    }

    .profile-report-mobile-list article[b-w3w9bwxmzo] {
        border-bottom: 1px solid #e6e8ea;
        display: grid;
        gap: 12px;
        padding: 16px 4px;
    }

    .profile-report-mobile-list article:last-child[b-w3w9bwxmzo] {
        border-bottom: 0;
    }

    .profile-report-mobile-list article > header[b-w3w9bwxmzo] {
        align-items: flex-start;
        display: flex;
        gap: 12px;
        justify-content: space-between;
    }

    .profile-report-mobile-list article strong[b-w3w9bwxmzo],
    .profile-report-mobile-list article span[b-w3w9bwxmzo] {
        display: block;
    }

    .profile-report-mobile-list article header span[b-w3w9bwxmzo] {
        color: #848e9c;
        font-size: 0.75rem;
        margin-top: 4px;
    }

    .profile-report-mobile-list dl[b-w3w9bwxmzo] {
        display: grid;
        gap: 8px;
        margin: 0;
    }

    .profile-report-mobile-list dl div[b-w3w9bwxmzo] {
        display: grid;
        gap: 8px;
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .profile-report-mobile-list dt[b-w3w9bwxmzo] {
        color: #848e9c;
        font-size: 0.8rem;
    }

    .profile-report-mobile-list dd[b-w3w9bwxmzo] {
        margin: 0;
        overflow-wrap: anywhere;
        text-align: right;
    }

    .profile-summary-grid[b-w3w9bwxmzo],
    .profile-form-grid[b-w3w9bwxmzo],
    .profile-readonly-grid[b-w3w9bwxmzo] {
        grid-template-columns: 1fr;
    }

    .profile-card-heading[b-w3w9bwxmzo] {
        align-items: flex-start;
        flex-direction: column;
    }

    .profile-actions[b-w3w9bwxmzo] {
        justify-content: stretch;
    }

    .profile-save-button[b-w3w9bwxmzo] {
        width: 100%;
    }

    .profile-bottom-nav-item[b-w3w9bwxmzo] {
        font-size: 0.66rem;
    }
}

@media (max-width: 380px) {
    .profile-summary-panel[b-w3w9bwxmzo] {
        grid-template-columns: 1fr;
    }

    .profile-avatar[b-w3w9bwxmzo] {
        height: 56px;
        width: 56px;
    }

    .profile-card-badge[b-w3w9bwxmzo] {
        white-space: normal;
    }
}
/* /Features/Trade/Pages/TradePage.razor.rz.scp.css */
.trade-page[b-jrbz977uai] {
    --bottom-nav-height: 64px;
    --dock-height: 76px;
    background: #f5f5f5;
    color: #1e2026;
    min-height: 100dvh;
    padding-bottom: calc(var(--bottom-nav-height) + var(--dock-height) + env(safe-area-inset-bottom));
}

.trade-breadcrumb[b-jrbz977uai] {
    align-items: center;
    background: #f5f5f5;
    border-bottom: 1px solid #e6e8ea;
    display: flex;
    gap: 6px;
    min-height: 30px;
    padding: 3px clamp(10px, 3vw, 16px);
    position: relative;
    z-index: 8;
}

.trade-breadcrumb-link[b-jrbz977uai] {
    color: #f0b90b;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.43;
    text-decoration: none;
}

.trade-breadcrumb-link:hover[b-jrbz977uai],
.trade-breadcrumb-link:focus-visible[b-jrbz977uai] {
    color: #1eaedb;
    text-decoration: none;
}

.trade-breadcrumb-separator[b-jrbz977uai],
.trade-breadcrumb-current[b-jrbz977uai] {
    color: #848e9c;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.43;
}

.trade-shell[b-jrbz977uai] {
    display: grid;
    gap: 12px;
    margin: 0 auto;
    max-width: 1440px;
    padding: 12px clamp(12px, 2vw, 24px) 24px;
}

.trade-symbol-panel[b-jrbz977uai] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    min-height: 52px;
    padding: 10px 12px;
}

.trade-symbol-copy[b-jrbz977uai] {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.trade-symbol[b-jrbz977uai] {
    color: #1e2026;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
}

.trade-symbol-caption[b-jrbz977uai] {
    color: #848e9c;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.trade-market-status[b-jrbz977uai] {
    align-items: center;
    border: 1px solid #e6e8ea;
    border-radius: 50px;
    color: #32313a;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.78rem;
    font-weight: 800;
    gap: 6px;
    min-height: 32px;
    padding: 0 11px;
}

.trade-status-dot[b-jrbz977uai] {
    background: #0ecb81;
    border-radius: 50%;
    box-shadow: rgba(14, 203, 129, 0.36) 0 0 0 4px;
    height: 7px;
    width: 7px;
}

.trade-chart-card[b-jrbz977uai],
.trade-history-card[b-jrbz977uai] {
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px;
    overflow: hidden;
}

.trade-chart-card[b-jrbz977uai] {
    min-height: clamp(420px, 62dvh, 620px);
}

.trade-chart-frame[b-jrbz977uai] {
    background: #ffffff;
    border: 0;
    display: block;
    height: clamp(420px, 62dvh, 620px);
    width: 100%;
}

.trade-history-card[b-jrbz977uai] {
    display: grid;
}

.trade-history-header[b-jrbz977uai] {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #e6e8ea;
    color: #1e2026;
    display: flex;
    font-size: 0.82rem;
    font-weight: 800;
    justify-content: space-between;
    min-height: 44px;
    padding: 0 12px;
}

.trade-history-list[b-jrbz977uai] {
    display: grid;
    gap: 8px;
    padding: 8px;
}

.trade-history-item[b-jrbz977uai] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    min-height: 76px;
    padding: 12px clamp(12px, 2vw, 18px);
}

.trade-history-item.featured[b-jrbz977uai] {
    background: #102f55;
    border-color: #102f55;
    color: #ffffff;
}

.trade-history-main[b-jrbz977uai] {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.trade-history-symbol-row[b-jrbz977uai] {
    align-items: center;
    display: flex;
    gap: 8px;
    min-width: 0;
}

.trade-history-symbol[b-jrbz977uai] {
    color: inherit;
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.2;
}

.trade-side-badge[b-jrbz977uai] {
    border-radius: 50px;
    color: #ffffff;
    font-size: 0.66rem;
    font-weight: 900;
    line-height: 1;
    padding: 3px 8px;
}

.trade-side-badge.buy[b-jrbz977uai] {
    background: #35ad72;
}

.trade-side-badge.sell[b-jrbz977uai] {
    background: #e3545d;
}

.trade-history-time[b-jrbz977uai] {
    color: #848e9c;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
}

.trade-history-item.featured .trade-history-time[b-jrbz977uai] {
    color: rgba(255, 255, 255, 0.86);
}

.trade-history-amount[b-jrbz977uai] {
    flex: 0 0 auto;
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: right;
}

.trade-history-amount.positive[b-jrbz977uai] {
    color: #0ecb81;
}

.trade-history-amount.negative[b-jrbz977uai] {
    color: #f6465d;
}

.trade-action-dock[b-jrbz977uai] {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e6e8ea;
    border-radius: 0;
    bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom));
    box-shadow: rgba(32, 32, 37, 0.08) 0 -4px 18px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    left: 50%;
    max-width: 420px;
    padding: 10px 12px;
    position: fixed;
    transform: translateX(-50%);
    width: min(100% - 24px, 420px);
    z-index: 12;
}

.trade-order-button[b-jrbz977uai] {
    align-items: center;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 900;
    gap: 8px;
    justify-content: center;
    min-height: 52px;
    padding: 0 18px;
    transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.trade-order-button:hover[b-jrbz977uai],
.trade-order-button:focus-visible[b-jrbz977uai] {
    background: #1eaedb;
    color: #ffffff;
    outline: 2px solid #000000;
    outline-offset: 2px;
}

.trade-order-button:active[b-jrbz977uai] {
    transform: translateY(1px);
}

.trade-order-button.sell[b-jrbz977uai] {
    background: #e3545d;
}

.trade-order-button.buy[b-jrbz977uai] {
    background: #35ad72;
}

.trade-bottom-nav[b-jrbz977uai] {
    align-items: center;
    background: #ffffff;
    border-top: 1px solid #e6e8ea;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    left: 0;
    min-height: var(--bottom-nav-height);
    padding: 4px max(8px, env(safe-area-inset-left)) max(4px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right));
    position: fixed;
    right: 0;
    z-index: 11;
}

.trade-bottom-nav-item[b-jrbz977uai] {
    align-items: center;
    color: #1e2026;
    display: inline-flex;
    flex-direction: column;
    font-size: 0.74rem;
    font-weight: 700;
    gap: 5px;
    justify-content: center;
    min-height: 48px;
    min-width: 0;
    text-decoration: none;
}

.trade-bottom-nav-item span[b-jrbz977uai] {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.trade-bottom-nav-item.active[b-jrbz977uai] {
    color: #f0b90b;
}

[b-jrbz977uai] .trade-order-button .mud-icon-root,
[b-jrbz977uai] .trade-bottom-nav-item .mud-icon-root {
    color: currentColor;
}

@media (min-width: 900px) {
    .trade-shell[b-jrbz977uai] {
        gap: 14px;
    }

    .trade-action-dock[b-jrbz977uai] {
        border-radius: 0;
    }
}

@media (max-width: 640px) {
    .trade-page[b-jrbz977uai] {
        --bottom-nav-height: 62px;
        --dock-height: 76px;
    }

    .trade-shell[b-jrbz977uai] {
        gap: 10px;
        padding: 10px 8px 18px;
    }

    .trade-symbol-panel[b-jrbz977uai] {
        align-items: flex-start;
        border-radius: 8px;
        padding: 10px;
    }

    .trade-market-status[b-jrbz977uai] {
        min-height: 30px;
        padding-inline: 9px;
    }

    .trade-chart-card[b-jrbz977uai] {
        border-radius: 8px;
        min-height: 54dvh;
    }

    .trade-chart-frame[b-jrbz977uai] {
        height: 54dvh;
        min-height: 360px;
    }

    .trade-history-card[b-jrbz977uai] {
        border-radius: 8px;
    }

    .trade-history-list[b-jrbz977uai] {
        padding: 6px;
    }

    .trade-history-item[b-jrbz977uai] {
        min-height: 72px;
        padding: 12px 10px;
    }

    .trade-action-dock[b-jrbz977uai] {
        border-left: 0;
        border-right: 0;
        bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom));
        left: 0;
        max-width: none;
        padding: 10px 12px;
        transform: none;
        width: 100%;
    }

    .trade-order-button[b-jrbz977uai] {
        min-height: 56px;
        padding-inline: 12px;
    }

    .trade-bottom-nav-item[b-jrbz977uai] {
        font-size: 0.66rem;
    }
}

@media (max-width: 380px) {
    .trade-symbol-caption[b-jrbz977uai] {
        max-width: 180px;
    }

    .trade-history-item[b-jrbz977uai] {
        align-items: flex-start;
        flex-direction: column;
    }

    .trade-history-amount[b-jrbz977uai] {
        text-align: left;
    }
}
/* /Features/Withdraw/Pages/WithdrawPage.razor.rz.scp.css */
.withdraw-page[b-p5mqv70dud] {
    --page-max-width: 1180px;
    background:
        linear-gradient(180deg, #222126 0, #222126 260px, #f5f5f5 560px, #ffffff 100%);
    color: #1e2026;
    min-height: 100dvh;
    overflow: hidden;
    position: relative;
}

.withdraw-page[b-p5mqv70dud]::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(110deg, transparent 0 38%, rgba(240, 185, 11, 0.16) 39%, transparent 40% 100%),
        linear-gradient(180deg, rgba(240, 185, 11, 0.14) 0, rgba(240, 185, 11, 0.04) 34%, transparent 72%);
    background-size: 76px 76px, 76px 76px, 100% 260px, 100% 100%;
    content: "";
    height: 360px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.withdraw-page[b-p5mqv70dud]::after {
    background:
        linear-gradient(90deg, transparent 0, rgba(240, 185, 11, 0.26) 44%, rgba(248, 209, 47, 0.2) 56%, transparent 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 245, 245, 0));
    content: "";
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 258px;
    z-index: 0;
}

.withdraw-breadcrumb[b-p5mqv70dud] {
    align-items: center;
    background: #f5f5f5;
    border-bottom: 1px solid #e6e8ea;
    display: flex;
    gap: 6px;
    min-height: 30px;
    overflow-x: auto;
    padding: 3px clamp(10px, 3vw, 16px);
    position: relative;
    white-space: nowrap;
    z-index: 2;
}

.withdraw-breadcrumb-link[b-p5mqv70dud] {
    color: #f0b90b;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.43;
    text-decoration: none;
}

.withdraw-breadcrumb-link:hover[b-p5mqv70dud],
.withdraw-breadcrumb-link:focus-visible[b-p5mqv70dud] {
    color: #1eaedb;
    text-decoration: none;
}

.withdraw-breadcrumb-separator[b-p5mqv70dud],
.withdraw-breadcrumb-current[b-p5mqv70dud] {
    color: #848e9c;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.43;
}

.withdraw-stage[b-p5mqv70dud] {
    margin: 0 auto;
    max-width: var(--page-max-width);
    min-height: calc(100dvh - 30px);
    padding: clamp(24px, 7vh, 56px) clamp(16px, 4vw, 32px);
    position: relative;
    z-index: 1;
}

.withdraw-form-panel[b-p5mqv70dud] {
    background: #ffffff;
    border: 1px solid rgba(230, 232, 234, 0.9);
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.08) 0 18px 36px;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1fr) 310px;
    max-width: 900px;
    overflow: hidden;
    width: 100%;
}

.withdraw-form-header[b-p5mqv70dud] {
    align-items: center;
    background: #f0b90b;
    color: #1e2026;
    display: flex;
    gap: 16px;
    grid-column: 1 / -1;
    justify-content: space-between;
    min-height: 76px;
    padding: 16px 20px;
}

.withdraw-form-title-block[b-p5mqv70dud] {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 0;
}

.withdraw-form-icon[b-p5mqv70dud] {
    align-items: center;
    background: #1e2026;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.withdraw-form-eyebrow[b-p5mqv70dud] {
    color: #32313a;
    font-weight: 700;
    line-height: 1.2;
}

.withdraw-form-title[b-p5mqv70dud] {
    color: #1e2026;
    font-weight: 800;
    line-height: 1.1;
}

.withdraw-form-balance[b-p5mqv70dud] {
    background: rgba(255, 255, 255, 0.34);
    border: 1px solid rgba(30, 32, 38, 0.12);
    border-radius: 8px;
    display: grid;
    gap: 4px;
    min-width: 170px;
    padding: 10px 12px;
    text-align: right;
}

.balance-label[b-p5mqv70dud] {
    color: #32313a;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
}

.balance-value[b-p5mqv70dud] {
    color: #1e2026;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.1;
}

.withdraw-form[b-p5mqv70dud] {
    min-width: 0;
}

.withdraw-form-content[b-p5mqv70dud] {
    display: grid;
    gap: 16px;
    padding: clamp(22px, 4vw, 32px);
}

.withdraw-form-copy[b-p5mqv70dud] {
    color: #848e9c;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.withdraw-notice[b-p5mqv70dud] {
    background: #f5f5f5;
    border-left: 3px solid #f0b90b;
    border-radius: 8px;
    padding: 16px;
}

.withdraw-notice h2[b-p5mqv70dud] {
    font-size: 0.875rem;
    margin: 0 0 10px;
}

.withdraw-notice ol[b-p5mqv70dud] {
    color: #686a6c;
    display: grid;
    font-size: 0.8125rem;
    gap: 8px;
    line-height: 1.45;
    margin: 0;
    padding-left: 20px;
}

.withdraw-summary[b-p5mqv70dud] {
    align-items: center;
    background: #f5f5f5;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    min-height: 52px;
    padding: 12px 16px;
}

.withdraw-summary span[b-p5mqv70dud] {
    color: #686a6c;
    font-weight: 600;
}

.withdraw-summary strong[b-p5mqv70dud] {
    font-variant-numeric: tabular-nums;
}

.withdraw-actions[b-p5mqv70dud] {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(120px, 0.4fr) minmax(180px, 1fr);
}

[b-p5mqv70dud] .withdraw-actions .mud-button-root {
    min-height: 48px;
}

.withdraw-validation-summary[b-p5mqv70dud] {
    color: #f6465d;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0;
    padding-left: 18px;
}

.withdraw-info-panel[b-p5mqv70dud] {
    background: #222126;
    border-left: 1px solid rgba(230, 232, 234, 0.14);
    color: #ffffff;
    display: grid;
    gap: 14px;
    align-content: start;
    padding: clamp(22px, 4vw, 32px);
}

.info-row[b-p5mqv70dud] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    gap: 7px;
    padding-bottom: 14px;
}

.info-label[b-p5mqv70dud] {
    color: #848e9c;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.info-value[b-p5mqv70dud] {
    color: #ffffff;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

[b-p5mqv70dud] .withdraw-form .mud-input-control {
    margin-top: 0;
}

[b-p5mqv70dud] .withdraw-form .mud-input-outlined-border {
    border-color: #e6e8ea;
}

[b-p5mqv70dud] .withdraw-form .mud-input-control:focus-within .mud-input-outlined-border {
    border-color: #1e2026;
}

[b-p5mqv70dud] .withdraw-submit-button {
    border-radius: 8px;
    font-weight: 800;
    min-height: 50px;
    text-transform: none;
}

[b-p5mqv70dud] .withdraw-submit-button:not(.mud-disabled) {
    background: #f0b90b;
    color: #1e2026;
}

[b-p5mqv70dud] .withdraw-submit-button:not(.mud-disabled):hover,
[b-p5mqv70dud] .withdraw-submit-button:not(.mud-disabled):focus-visible {
    background: #1eaedb;
    color: #ffffff;
}

[b-p5mqv70dud] .withdraw-form-icon .mud-icon-root {
    font-size: 1.35rem;
}

@media (max-width: 760px) {
    .withdraw-form-panel[b-p5mqv70dud] {
        grid-template-columns: 1fr;
    }

    .withdraw-info-panel[b-p5mqv70dud] {
        border-left: 0;
        border-top: 1px solid rgba(230, 232, 234, 0.14);
    }
}

@media (max-width: 640px) {
    .withdraw-page[b-p5mqv70dud] {
        background:
            linear-gradient(180deg, #222126 0, #222126 210px, #f5f5f5 430px, #ffffff 100%);
    }

    .withdraw-page[b-p5mqv70dud]::before {
        background-size: 54px 54px, 54px 54px, 100% 220px, 100% 100%;
        height: 290px;
        opacity: 0.72;
    }

    .withdraw-page[b-p5mqv70dud]::after {
        top: 208px;
    }

    .withdraw-stage[b-p5mqv70dud] {
        min-height: calc(100dvh - 30px);
        padding: 0;
    }

    .withdraw-form-panel[b-p5mqv70dud] {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        box-shadow: none;
        min-height: calc(100dvh - 30px);
    }

    .withdraw-form-header[b-p5mqv70dud] {
        align-items: flex-start;
        display: grid;
        gap: 14px;
        padding: 16px;
    }

    .withdraw-form-balance[b-p5mqv70dud] {
        min-width: 0;
        text-align: left;
        width: 100%;
    }

    .withdraw-form-content[b-p5mqv70dud],
    .withdraw-info-panel[b-p5mqv70dud] {
        padding: 20px 16px;
    }

    .withdraw-actions[b-p5mqv70dud] {
        grid-template-columns: 1fr;
    }

    [b-p5mqv70dud] .withdraw-form .mud-input-control,
    [b-p5mqv70dud] .withdraw-form .mud-select {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .withdraw-form-title[b-p5mqv70dud] {
        font-size: 1.15rem;
    }

    .withdraw-form-icon[b-p5mqv70dud] {
        height: 40px;
        width: 40px;
    }
}
/* /Layout/AuthLayout.razor.rz.scp.css */
.tw-auth-layout[b-o4wwcr9nfe] {
    align-items: center;
    background:
        linear-gradient(135deg, #1e2026 0%, #222126 45%, #1a1b21 100%);
    display: flex;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    padding: 16px;
    position: relative;
}

.tw-auth-layout[b-o4wwcr9nfe]::before {
    background-image: url('/images/login-forex-bg-temp.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    inset: 0;
    opacity: 0.48;
    position: absolute;
}

.tw-auth-layout[b-o4wwcr9nfe]::after {
    background:
        linear-gradient(120deg, rgba(34, 33, 38, 0.54) 0%, rgba(34, 33, 38, 0.66) 100%),
        radial-gradient(circle at 16% 18%, rgba(240, 185, 11, 0.14) 0%, rgba(240, 185, 11, 0) 44%),
        radial-gradient(circle at 86% 86%, rgba(255, 208, 0, 0.08) 0%, rgba(255, 208, 0, 0) 38%);
    content: "";
    inset: 0;
    position: absolute;
}

.tw-auth-brand[b-o4wwcr9nfe] {
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(230, 232, 234, 0.64);
    border-radius: 12px;
    display: inline-flex;
    left: 24px;
    padding: 10px 14px;
    position: absolute;
    top: 20px;
    z-index: 2;
}

.tw-auth-content[b-o4wwcr9nfe] {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 100%;
}

@media (max-width: 768px) {
    .tw-auth-brand[b-o4wwcr9nfe] {
        left: 50%;
        top: 14px;
        transform: translateX(-50%);
    }

    .tw-auth-layout[b-o4wwcr9nfe] {
        padding-top: 80px;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.tw-layout-root[b-v1qj37k40m] {
    min-height: 100dvh;
}

.tw-layout-root[b-v1qj37k40m]  .tw-main-content {
    background: #f4f5f9;
    color: #1e2026;
    min-height: 100dvh;
    padding-top: 0;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-e50aqtyfvq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-e50aqtyfvq] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-e50aqtyfvq] {
    font-size: 1.1rem;
}

.bi[b-e50aqtyfvq] {
    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-e50aqtyfvq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-e50aqtyfvq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-e50aqtyfvq] {
    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-e50aqtyfvq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-e50aqtyfvq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-e50aqtyfvq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-e50aqtyfvq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-e50aqtyfvq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-e50aqtyfvq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-e50aqtyfvq] {
        display: none;
    }

    .collapse[b-e50aqtyfvq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-e50aqtyfvq] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/Components/OrderCountdownPopup.razor.rz.scp.css */
.countdown-popup-backdrop[b-dsi1i9zhjv] {
    align-items: center;
    background: rgba(30, 32, 38, 0.58);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: max(16px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    position: fixed;
    z-index: 1320;
}

.countdown-popup-panel[b-dsi1i9zhjv] {
    --countdown-accent: #0ecb81;
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.22) 0 28px 54px;
    color: #1e2026;
    display: grid;
    gap: 18px;
    max-height: min(720px, calc(100dvh - 28px));
    overflow-y: auto;
    padding: 24px;
    width: min(360px, calc(100vw - 28px));
}

.countdown-popup-panel.sell[b-dsi1i9zhjv] {
    --countdown-accent: #f6465d;
}

.countdown-popup-header[b-dsi1i9zhjv] {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.countdown-eyebrow[b-dsi1i9zhjv] {
    color: #848e9c;
    font-weight: 700;
    line-height: 1;
}

.countdown-title[b-dsi1i9zhjv] {
    color: #1e2026;
    font-weight: 800;
    line-height: 1.1;
    margin-top: 6px;
}

.countdown-close[b-dsi1i9zhjv] {
    color: #848e9c;
    height: 36px;
    width: 36px;
}

.countdown-summary[b-dsi1i9zhjv],
.countdown-input-grid[b-dsi1i9zhjv] {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.summary-card[b-dsi1i9zhjv],
.input-readout[b-dsi1i9zhjv] {
    background: #f5f5f5;
    border: 1px solid #e6e8ea;
    border-radius: 8px;
    display: grid;
    gap: 6px;
    min-width: 0;
    padding: 12px;
}

.summary-card.align-end[b-dsi1i9zhjv],
.input-readout.align-end[b-dsi1i9zhjv] {
    justify-items: end;
    text-align: right;
}

.summary-label[b-dsi1i9zhjv],
.input-label[b-dsi1i9zhjv] {
    color: #848e9c;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
}

.summary-value[b-dsi1i9zhjv],
.input-value[b-dsi1i9zhjv] {
    color: #1e2026;
    font-size: 0.96rem;
    font-weight: 900;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.summary-value.direction[b-dsi1i9zhjv] {
    color: var(--countdown-accent);
}

.countdown-timer-wrap[b-dsi1i9zhjv] {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 6px 0 2px;
}

.countdown-ring[b-dsi1i9zhjv] {
    --progress-angle: 360deg;
    align-items: center;
    background:
        conic-gradient(var(--countdown-accent) 0deg var(--progress-angle), #e6e8ea var(--progress-angle) 360deg);
    border-radius: 50%;
    display: flex;
    height: 178px;
    justify-content: center;
    width: 178px;
}

.countdown-ring-inner[b-dsi1i9zhjv] {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(230, 232, 234, 0.82);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 136px;
    justify-content: center;
    width: 136px;
}

.countdown-time[b-dsi1i9zhjv] {
    color: #1e2026;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.countdown-unit[b-dsi1i9zhjv] {
    color: #848e9c;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    margin-top: 8px;
    text-transform: uppercase;
}

.countdown-progress-track[b-dsi1i9zhjv] {
    background: #e6e8ea;
    border-radius: 50px;
    height: 8px;
    overflow: hidden;
}

.countdown-progress-bar[b-dsi1i9zhjv] {
    background: var(--countdown-accent);
    border-radius: inherit;
    display: block;
    height: 100%;
    transition: width 280ms ease;
}

.countdown-action-button[b-dsi1i9zhjv] {
    border-radius: 8px;
    color: #ffffff;
    font-weight: 900;
    min-height: 54px;
    text-transform: none;
}

[b-dsi1i9zhjv] .countdown-action-button {
    background: var(--countdown-accent);
}

[b-dsi1i9zhjv] .countdown-action-button:hover,
[b-dsi1i9zhjv] .countdown-action-button:focus-visible {
    background: #1eaedb;
    color: #ffffff;
}

@media (max-width: 420px) {
    .countdown-popup-backdrop[b-dsi1i9zhjv] {
        align-items: end;
        padding: 10px 0 0;
    }

    .countdown-popup-panel[b-dsi1i9zhjv] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        max-height: calc(100dvh - 10px);
        padding: 22px 20px 24px;
        width: 100%;
    }

    .countdown-ring[b-dsi1i9zhjv] {
        height: 168px;
        width: 168px;
    }

    .countdown-ring-inner[b-dsi1i9zhjv] {
        height: 128px;
        width: 128px;
    }

    .countdown-time[b-dsi1i9zhjv] {
        font-size: 1.82rem;
    }
}

@media (max-width: 340px) {
    .countdown-summary[b-dsi1i9zhjv],
    .countdown-input-grid[b-dsi1i9zhjv] {
        grid-template-columns: 1fr;
    }

    .summary-card.align-end[b-dsi1i9zhjv],
    .input-readout.align-end[b-dsi1i9zhjv] {
        justify-items: start;
        text-align: left;
    }
}
/* /Shared/Components/OrderPopup.razor.rz.scp.css */
.order-popup-backdrop[b-u1c698n2dt] {
    align-items: center;
    background: rgba(30, 32, 38, 0.56);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: max(16px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    position: fixed;
    z-index: 1300;
}

.order-popup-panel[b-u1c698n2dt] {
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.22) 0 28px 54px;
    color: #1e2026;
    display: grid;
    gap: 18px;
    max-height: min(720px, calc(100dvh - 28px));
    overflow-y: auto;
    padding: 24px;
    width: min(360px, calc(100vw - 28px));
}

.order-popup-header[b-u1c698n2dt] {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.order-popup-title[b-u1c698n2dt] {
    color: #1e2026;
    font-weight: 800;
    line-height: 1.1;
}

.order-popup-close[b-u1c698n2dt] {
    color: #848e9c;
    height: 36px;
    width: 36px;
}

.order-popup-summary[b-u1c698n2dt] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.order-summary-item[b-u1c698n2dt] {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.order-summary-item.align-end[b-u1c698n2dt] {
    justify-items: end;
    text-align: right;
}

.summary-label[b-u1c698n2dt],
.field-label[b-u1c698n2dt] {
    color: #848e9c;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1;
}

.summary-value[b-u1c698n2dt] {
    color: #1e2026;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.2;
}

.summary-value.direction[b-u1c698n2dt] {
    color: #0ecb81;
}

.order-popup-panel.sell .summary-value.direction[b-u1c698n2dt] {
    color: #f6465d;
}

.option-carousel[b-u1c698n2dt] {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    min-width: 0;
}

.option-window[b-u1c698n2dt] {
    display: grid;
    gap: 8px;
    grid-column: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: 0;
}

.option-card[b-u1c698n2dt] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.12) 0 3px 8px;
    color: #1e2026;
    cursor: pointer;
    display: grid;
    gap: 5px;
    min-height: 62px;
    min-width: 0;
    padding: 10px 8px;
    text-align: center;
    transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.option-card:hover[b-u1c698n2dt],
.option-card:focus-visible[b-u1c698n2dt],
.option-card.selected[b-u1c698n2dt] {
    border-color: #f0b90b;
    box-shadow: rgba(240, 185, 11, 0.2) 0 3px 12px;
    outline: none;
}

.option-card:active[b-u1c698n2dt] {
    transform: translateY(1px);
}

.option-duration[b-u1c698n2dt] {
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1;
}

.option-profit[b-u1c698n2dt] {
    color: #0ecb81;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.2;
}

[b-u1c698n2dt] .carousel-arrow {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 8px;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px;
    color: #686a6c;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    justify-self: center;
    min-height: 44px;
    min-width: 44px;
    padding: 0;
    transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, color 200ms ease;
    width: 44px;
}

[b-u1c698n2dt] .carousel-arrow.left {
    grid-column: 1;
}

[b-u1c698n2dt] .carousel-arrow.right {
    grid-column: 3;
}

[b-u1c698n2dt] .carousel-arrow:hover:not(:disabled):not(.mud-disabled) {
    background: #f5f5f5;
    border-color: #d5d9de;
    color: #1e2026;
}

[b-u1c698n2dt] .carousel-arrow:focus-visible {
    border-color: #1eaedb;
    box-shadow: rgba(30, 174, 219, 0.2) 0 0 0 3px;
    color: #1e2026;
    outline: none;
}

[b-u1c698n2dt] .carousel-arrow:disabled,
[b-u1c698n2dt] .carousel-arrow.mud-disabled {
    background: #f5f5f5;
    border-color: #e6e8ea;
    box-shadow: none;
    color: #b7bdc6;
    cursor: not-allowed;
    opacity: 1;
}

[b-u1c698n2dt] .carousel-arrow .mud-icon-root {
    font-size: 1.35rem;
}

.amount-field[b-u1c698n2dt] {
    display: grid;
    gap: 9px;
}

[b-u1c698n2dt] .amount-input .mud-input-control {
    margin-top: 0;
}

[b-u1c698n2dt] .amount-input .mud-input-outlined-border {
    border-color: #e6e8ea;
}

[b-u1c698n2dt] .amount-input .mud-input-control:focus-within .mud-input-outlined-border {
    border-color: #1e2026;
}

.order-popup-metrics[b-u1c698n2dt] {
    display: grid;
    gap: 12px;
}

.metric-row[b-u1c698n2dt] {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    color: #32313a;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
}

.metric-profit[b-u1c698n2dt] {
    color: #0ecb81;
}

.confirm-button[b-u1c698n2dt] {
    border-radius: 8px;
    color: #ffffff;
    font-weight: 900;
    min-height: 56px;
    text-transform: none;
}

[b-u1c698n2dt] .confirm-button {
    background: #23a455;
}

.order-popup-panel.sell[b-u1c698n2dt]  .confirm-button {
    background: #ef3f4d;
}

[b-u1c698n2dt] .confirm-button:hover,
[b-u1c698n2dt] .confirm-button:focus-visible {
    background: #1eaedb;
    color: #ffffff;
}

@media (max-width: 420px) {
    .order-popup-backdrop[b-u1c698n2dt] {
        align-items: end;
        padding: 10px 0 0;
    }

    .order-popup-panel[b-u1c698n2dt] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        max-height: calc(100dvh - 10px);
        padding: 22px 18px 24px;
        width: 100%;
    }

    .option-carousel[b-u1c698n2dt] {
        gap: 7px;
    }

    .option-window[b-u1c698n2dt] {
        gap: 7px;
    }

    .option-card[b-u1c698n2dt] {
        min-height: 60px;
        padding: 9px 6px;
    }

    .option-duration[b-u1c698n2dt] {
        font-size: 0.9rem;
    }

    .option-profit[b-u1c698n2dt] {
        font-size: 0.78rem;
    }
}

@media (max-width: 340px) {
    .order-popup-panel[b-u1c698n2dt] {
        padding-inline: 14px;
    }

    .option-carousel[b-u1c698n2dt] {
        gap: 6px;
    }

    .option-window[b-u1c698n2dt] {
        gap: 5px;
    }

    .option-card[b-u1c698n2dt] {
        padding-inline: 4px;
    }

    .option-duration[b-u1c698n2dt] {
        font-size: 0.84rem;
    }

    .option-profit[b-u1c698n2dt] {
        font-size: 0.72rem;
    }
}
/* /Shared/Components/OrderResultPopup.razor.rz.scp.css */
.order-result-backdrop[b-ncaslu6td0] {
    align-items: center;
    background: rgba(30, 32, 38, 0.58);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: max(16px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    position: fixed;
    z-index: 1330;
}

.order-result-panel[b-ncaslu6td0] {
    --result-accent: #0ecb81;
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.22) 0 28px 54px;
    color: #1e2026;
    display: grid;
    gap: 24px;
    max-height: min(680px, calc(100dvh - 28px));
    overflow-y: auto;
    padding: 28px 24px 24px;
    width: min(340px, calc(100vw - 28px));
}

.order-result-panel.sell[b-ncaslu6td0] {
    --position-color: #f6465d;
}

.order-result-panel.buy[b-ncaslu6td0] {
    --position-color: #0ecb81;
}

.order-result-title[b-ncaslu6td0] {
    color: #1e2026;
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
}

.order-result-visual[b-ncaslu6td0] {
    align-items: center;
    display: flex;
    justify-content: center;
}

.order-result-ring[b-ncaslu6td0] {
    align-items: center;
    background: #ffffff;
    border: 10px solid #e6e8ea;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 122px;
    justify-content: center;
    width: 122px;
}

.order-result-profit[b-ncaslu6td0] {
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1;
}

.order-result-balance[b-ncaslu6td0] {
    color: #686a6c;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 6px;
}

.order-result-details[b-ncaslu6td0] {
    display: grid;
    gap: 10px;
    margin: 0;
}

.detail-row[b-ncaslu6td0] {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.detail-row dt[b-ncaslu6td0],
.detail-row dd[b-ncaslu6td0] {
    margin: 0;
}

.detail-row dt[b-ncaslu6td0] {
    color: #686a6c;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
}

.detail-row dd[b-ncaslu6td0] {
    color: #1e2026;
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1.2;
    overflow-wrap: anywhere;
    text-align: right;
}

.detail-row dd.profit[b-ncaslu6td0] {
    color: #0ecb81;
}

.order-result-profit.gain[b-ncaslu6td0] {
    color: #0ecb81;
}

.order-result-profit.loss[b-ncaslu6td0],
.detail-row dd.profit.loss[b-ncaslu6td0] {
    color: #f6465d;
}

.detail-row dd.position[b-ncaslu6td0] {
    color: var(--position-color);
}

.order-result-save-status[b-ncaslu6td0] {
    border: 1px solid #e6e8ea;
    border-radius: 8px;
    color: #686a6c;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.35;
    margin: -4px 0 0;
    padding: 8px 10px;
    text-align: center;
}

.order-result-save-status.saving[b-ncaslu6td0] {
    background: #f5f5f5;
    color: #32313a;
}

.order-result-save-status.success[b-ncaslu6td0] {
    border-color: rgba(14, 203, 129, 0.35);
    color: #0ecb81;
}

.order-result-save-status.error[b-ncaslu6td0] {
    border-color: rgba(246, 70, 93, 0.35);
    color: #f6465d;
}

.finished-button[b-ncaslu6td0] {
    border-radius: 8px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
    min-height: 56px;
    text-transform: none;
}

[b-ncaslu6td0] .finished-button {
    background: #0ecb81;
}

[b-ncaslu6td0] .finished-button:hover,
[b-ncaslu6td0] .finished-button:focus-visible {
    background: #1eaedb;
    color: #ffffff;
}

@media (max-width: 420px) {
    .order-result-backdrop[b-ncaslu6td0] {
        align-items: end;
        padding: 10px 0 0;
    }

    .order-result-panel[b-ncaslu6td0] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        gap: 22px;
        max-height: calc(100dvh - 10px);
        padding: 26px 24px calc(24px + env(safe-area-inset-bottom));
        width: 100%;
    }

    .order-result-ring[b-ncaslu6td0] {
        height: 118px;
        width: 118px;
    }
}

@media (max-width: 320px) {
    .detail-row[b-ncaslu6td0] {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .detail-row dd[b-ncaslu6td0] {
        text-align: left;
    }
}
/* /Shared/Components/TemporaryForexLogo.razor.rz.scp.css */
.tw-logo[b-efxgumokr3] {
    align-items: center;
    display: inline-flex;
    gap: 12px;
}

.tw-logo-compact[b-efxgumokr3] {
    gap: 8px;
}

.tw-logo-icon-wrap[b-efxgumokr3] {
    align-items: center;
    background: linear-gradient(160deg, #f0b90b 0%, #ffd000 100%);
    border-radius: 12px;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.tw-logo-compact .tw-logo-icon-wrap[b-efxgumokr3] {
    border-radius: 10px;
    height: 36px;
    width: 36px;
}

.tw-logo-icon[b-efxgumokr3] {
    color: #1e2026;
    font-size: 24px;
}

.tw-logo-title[b-efxgumokr3] {
    color: #1e2026;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1.1;
}

.tw-logo-subtitle[b-efxgumokr3] {
    color: #848e9c;
    font-weight: 600;
}
