/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pumv6m4vm3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-pumv6m4vm3] {
        display: none;
    }

    .top-row.auth[b-pumv6m4vm3] {
        justify-content: space-between;
    }

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

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

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

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

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

    .top-row[b-pumv6m4vm3], article[b-pumv6m4vm3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-sider[b-11btnn9zth] {
    background: linear-gradient(180deg, #fbfcff 0%, #f3f6fb 100%) !important;
    border-right: 1px solid #e8edf4;
    box-shadow: 10px 0 30px rgba(32, 44, 64, 0.05);
}

.logo[b-11btnn9zth] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 62px;
    padding: 14px 16px 12px;
    color: #1f2a44;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
}

.logo-mark[b-11btnn9zth] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(135deg, #2563eb 0%, #14b8a6 100%);
    box-shadow: 0 10px 18px rgba(37, 99, 235, 0.2);
}

.logo-text[b-11btnn9zth] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-menu[b-11btnn9zth] {
    padding: 8px 10px 18px;
}

.app-menu[b-11btnn9zth]  .ant-menu {
    color: #4a5568;
    background: transparent;
    border-right: 0;
    font-weight: 500;
}

.app-menu[b-11btnn9zth]  .ant-menu-item,
.app-menu[b-11btnn9zth]  .ant-menu-submenu-title {
    display: flex;
    align-items: center;
    height: 44px;
    margin: 3px 0;
    padding: 0 12px !important;
    border-radius: 8px;
    color: #556174;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.app-menu[b-11btnn9zth]  .ant-menu-item:hover,
.app-menu[b-11btnn9zth]  .ant-menu-submenu-title:hover {
    color: #1d4ed8;
    background: rgba(37, 99, 235, 0.08);
}

.app-menu[b-11btnn9zth]  .ant-menu-item-selected,
.app-menu[b-11btnn9zth]  .ant-menu-submenu-open > .ant-menu-submenu-title {
    color: #1d4ed8 !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(25, 35, 55, 0.09);
}

.app-menu[b-11btnn9zth]  .ant-menu-item-selected::after {
    display: none;
}

.app-menu[b-11btnn9zth]  .ant-menu-title-content {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.app-menu[b-11btnn9zth]  .ant-menu-title-content > span,
.app-menu[b-11btnn9zth]  .ant-menu-submenu-title > span {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.app-menu[b-11btnn9zth]  .anticon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 8px;
    color: #64748b;
    background: #fff;
    box-shadow: 0 6px 14px rgba(35, 48, 68, 0.08);
    transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.app-menu[b-11btnn9zth]  .ant-menu-item:hover .anticon,
.app-menu[b-11btnn9zth]  .ant-menu-submenu-title:hover .anticon,
.app-menu[b-11btnn9zth]  .ant-menu-item-selected .anticon,
.app-menu[b-11btnn9zth]  .ant-menu-submenu-open > .ant-menu-submenu-title .anticon {
    color: #fff;
    background: #2563eb;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.25);
}

.app-menu[b-11btnn9zth]  .icon {
    width: 17px;
    height: 17px;
}

.app-menu[b-11btnn9zth]  .nav-text {
    min-width: 0;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-menu[b-11btnn9zth]  .ant-menu-sub {
    padding: 3px 0 6px 12px;
    background: transparent !important;
}

.app-menu[b-11btnn9zth]  .ant-menu-sub .ant-menu-item {
    height: 40px;
    margin: 2px 0;
    font-size: 13px;
}

.app-menu[b-11btnn9zth]  .ant-menu-submenu-arrow {
    display: block;
    right: 12px;
    color: #94a3b8;
}

.app-menu[b-11btnn9zth]  .ant-menu-inline-collapsed {
    width: 64px;
}

.app-menu[b-11btnn9zth]  .ant-menu-inline-collapsed > .ant-menu-item,
.app-menu[b-11btnn9zth]  .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    margin: 4px auto;
}

.app-menu[b-11btnn9zth]  .ant-menu-inline-collapsed .anticon {
    margin-right: 0;
}

/* Match the translucent navigation used by the digital-assets workspace. */
.nav-sider[b-11btnn9zth] {
    background: var(--app-surface) !important;
    border-right-color: var(--app-border) !important;
    box-shadow: 12px 0 40px rgb(39 110 179 / .07) !important;
    backdrop-filter: blur(24px) saturate(135%);
}

.logo[b-11btnn9zth] { min-height: 72px; padding: 0 18px; color: var(--app-text); }
.logo-mark[b-11btnn9zth] { background: linear-gradient(145deg, var(--app-accent), var(--app-accent-strong)); box-shadow: 0 10px 22px rgb(22 119 210 / .22); }
.app-menu[b-11btnn9zth]  .ant-menu-item, .app-menu[b-11btnn9zth]  .ant-menu-submenu-title { border: 1px solid transparent; border-radius: 12px; }
.app-menu[b-11btnn9zth]  .ant-menu-item:hover, .app-menu[b-11btnn9zth]  .ant-menu-submenu-title:hover { color: var(--app-accent-strong); background: rgb(255 255 255 / .28); border-color: var(--app-border-subtle); }
.app-menu[b-11btnn9zth]  .ant-menu-item-selected, .app-menu[b-11btnn9zth]  .ant-menu-submenu-open > .ant-menu-submenu-title { color: var(--app-accent-strong) !important; background: var(--app-accent-soft) !important; border-color: rgb(22 119 210 / .15); box-shadow: inset 0 1px 0 rgb(255 255 255 / .45); }
.app-menu[b-11btnn9zth]  .anticon { color: var(--app-text-muted); background: rgb(255 255 255 / .32); border: 1px solid var(--app-border-subtle); box-shadow: inset 0 1px 0 rgb(255 255 255 / .5); }
.app-menu[b-11btnn9zth]  .ant-menu-item:hover .anticon, .app-menu[b-11btnn9zth]  .ant-menu-submenu-title:hover .anticon, .app-menu[b-11btnn9zth]  .ant-menu-item-selected .anticon, .app-menu[b-11btnn9zth]  .ant-menu-submenu-open > .ant-menu-submenu-title .anticon { color: var(--app-accent-strong); background: rgb(255 255 255 / .5); box-shadow: none; }
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-page[b-sz0ra8of33] { width: min(1380px, 100%); margin: 0 auto; color: var(--app-text); }
.dashboard-header[b-sz0ra8of33] { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin: 8px 4px 24px; }
.dashboard-eyebrow[b-sz0ra8of33] { margin: 0 0 8px; color: var(--app-accent); font-size: 11px; font-weight: 750; letter-spacing: .16em; }
.dashboard-header h1[b-sz0ra8of33] { margin: 0; font-size: clamp(28px, 3vw, 42px); font-weight: 760; letter-spacing: -.045em; line-height: 1.08; text-wrap: balance; }
.dashboard-subtitle[b-sz0ra8of33] { max-width: 58ch; margin: 10px 0 0; color: var(--app-text-secondary); font-size: 14px; line-height: 1.7; }
.dashboard-status[b-sz0ra8of33] { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; color: var(--app-success); background: rgb(43 138 113 / .08); border: 1px solid rgb(43 138 113 / .14); border-radius: 10px; font-size: 12px; white-space: nowrap; }
.dashboard-status i[b-sz0ra8of33] { width: 7px; height: 7px; background: currentColor; border-radius: 50%; box-shadow: 0 0 0 4px rgb(43 138 113 / .12); }
.hero-panel[b-sz0ra8of33] { position: relative; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(220px, .6fr); align-items: center; min-height: 300px; padding: clamp(30px, 5vw, 64px); overflow: hidden; background: var(--app-surface-strong); border: 1px solid var(--app-border); border-radius: 22px; box-shadow: var(--app-shadow), inset 0 1px 0 rgb(255 255 255 / .7); backdrop-filter: blur(24px) saturate(135%); }
.hero-panel[b-sz0ra8of33]::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: radial-gradient(circle at 82% 46%, rgb(22 119 210 / .14), transparent 28%), linear-gradient(120deg, rgb(255 255 255 / .2), transparent 55%); }
.hero-copy[b-sz0ra8of33] { position: relative; z-index: 1; }
.hero-index[b-sz0ra8of33] { color: var(--app-text-muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; letter-spacing: .13em; }
.hero-copy h2[b-sz0ra8of33] { max-width: 16ch; margin: 20px 0 12px; color: var(--app-text); font-size: clamp(34px, 5vw, 64px); font-weight: 780; letter-spacing: -.055em; line-height: .98; text-wrap: balance; }
.hero-copy p[b-sz0ra8of33] { max-width: 54ch; margin: 0; color: var(--app-text-secondary); font-size: 14px; line-height: 1.75; }
.hero-orbit[b-sz0ra8of33] { position: relative; display: grid; width: 190px; height: 190px; justify-self: center; place-items: center; }
.orbit-ring[b-sz0ra8of33] { position: absolute; inset: 6px; border: 1px solid rgb(22 119 210 / .22); border-radius: 50%; box-shadow: 0 0 0 24px rgb(22 119 210 / .035), 0 0 0 48px rgb(22 119 210 / .025); animation: orbit-pulse-b-sz0ra8of33 4s ease-in-out infinite; }
.orbit-ring[b-sz0ra8of33]::before { position: absolute; top: 20px; right: 19px; width: 10px; height: 10px; content: ""; background: var(--app-accent); border: 4px solid rgb(255 255 255 / .8); border-radius: 50%; box-shadow: 0 6px 20px rgb(22 119 210 / .34); }
.orbit-core[b-sz0ra8of33] { display: grid; width: 84px; height: 84px; place-items: center; color: white; background: linear-gradient(145deg, var(--app-accent), var(--app-accent-strong)); border: 1px solid rgb(255 255 255 / .45); border-radius: 27px; box-shadow: 0 20px 40px rgb(22 119 210 / .24), inset 0 1px 0 rgb(255 255 255 / .35); font-size: 32px; font-weight: 760; }
.quick-grid[b-sz0ra8of33] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 14px; }
.quick-card[b-sz0ra8of33] { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 15px; min-height: 116px; padding: 20px; color: var(--app-text); background: var(--app-surface-strong); border: 1px solid var(--app-border); border-radius: var(--app-radius); box-shadow: var(--app-shadow-soft), inset 0 1px 0 rgb(255 255 255 / .6); text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.quick-card:hover[b-sz0ra8of33] { color: var(--app-text); border-color: rgb(22 119 210 / .24); box-shadow: 0 16px 34px rgb(38 105 169 / .13), inset 0 1px 0 rgb(255 255 255 / .7); transform: translateY(-3px); }
.quick-card:active[b-sz0ra8of33] { transform: translateY(-1px) scale(.99); }
.quick-card:focus-visible[b-sz0ra8of33] { outline: 0; box-shadow: 0 0 0 3px var(--app-accent-soft), var(--app-shadow-soft); }
.quick-icon[b-sz0ra8of33] { display: grid; width: 46px; height: 46px; place-items: center; color: var(--app-accent); background: var(--app-accent-soft); border: 1px solid rgb(22 119 210 / .1); border-radius: 14px; font-size: 19px; }
.quick-content[b-sz0ra8of33] { display: flex; min-width: 0; flex-direction: column; }
.quick-content small[b-sz0ra8of33] { color: var(--app-accent); font-size: 9px; font-weight: 750; letter-spacing: .12em; }
.quick-content strong[b-sz0ra8of33] { margin-top: 3px; font-size: 16px; }
.quick-content em[b-sz0ra8of33] { margin-top: 2px; overflow: hidden; color: var(--app-text-muted); font-size: 11px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.quick-arrow[b-sz0ra8of33] { color: var(--app-text-muted); transition: transform 180ms ease, color 180ms ease; }
.quick-card:hover .quick-arrow[b-sz0ra8of33] { color: var(--app-accent); transform: translateX(3px); }
.workspace-note[b-sz0ra8of33] { display: flex; align-items: center; gap: 18px; margin-top: 14px; padding: 18px 22px; color: var(--app-text-secondary); background: rgb(255 255 255 / .34); border: 1px solid var(--app-border); border-radius: 14px; }
.note-number[b-sz0ra8of33] { color: var(--app-accent); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 22px; font-weight: 700; }
.workspace-note small[b-sz0ra8of33] { color: var(--app-text-muted); font-size: 10px; letter-spacing: .1em; }
.workspace-note p[b-sz0ra8of33] { margin: 2px 0 0; font-size: 12px; }
@keyframes orbit-pulse-b-sz0ra8of33 { 50% { transform: scale(1.035) rotate(3deg); } }
@media (prefers-reduced-motion: reduce) { .orbit-ring[b-sz0ra8of33] { animation: none; } .quick-card[b-sz0ra8of33], .quick-arrow[b-sz0ra8of33] { transition: none; } }
@media (max-width: 980px) { .quick-grid[b-sz0ra8of33] { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .dashboard-header[b-sz0ra8of33] { align-items: flex-start; flex-direction: column; } .hero-panel[b-sz0ra8of33] { grid-template-columns: 1fr; min-height: 0; } .hero-orbit[b-sz0ra8of33] { display: none; } .hero-copy h2[b-sz0ra8of33] { max-width: none; } }
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-ovroqf63ej] {
    --login-accent: var(--app-accent, #1677d2);
    --login-accent-strong: var(--app-accent-strong, #0f5faa);
    position: relative;
    display: grid;
    isolation: isolate;
    min-height: 100dvh;
    overflow: hidden;
    padding: clamp(24px, 4vw, 52px);
    color: var(--app-text, #153252);
    background: transparent;
    place-items: center;
}

.login-shell[b-ovroqf63ej] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 480px);
    width: min(1120px, 100%);
    min-height: min(660px, calc(100dvh - clamp(48px, 8vw, 104px)));
    overflow: hidden;
    background: var(--app-surface, rgb(255 255 255 / 66%));
    border: 1px solid var(--app-border, rgb(255 255 255 / 90%));
    border-radius: 28px;
    box-shadow: var(--app-shadow, 0 18px 48px rgb(38 105 169 / 12%)), inset 0 1px 0 rgb(255 255 255 / 70%);
    -webkit-backdrop-filter: blur(24px) saturate(135%);
    backdrop-filter: blur(24px) saturate(135%);
}

.login-story[b-ovroqf63ej] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: clamp(44px, 5vw, 68px);
    background: linear-gradient(145deg, rgb(255 255 255 / 38%), rgb(255 255 255 / 10%));
}

.login-brand[b-ovroqf63ej],
.login-mobile-brand[b-ovroqf63ej] {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--app-text, #153252);
    font-size: 14px;
    font-weight: 720;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.login-brand-mark[b-ovroqf63ej] {
    display: grid;
    width: 42px;
    height: 42px;
    color: #fff;
    background: var(--login-accent);
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 32%), 0 10px 24px rgb(38 105 169 / 18%);
    place-items: center;
}

.login-brand-mark[b-ovroqf63ej]  .anticon {
    font-size: 22px;
}

.login-story-copy[b-ovroqf63ej] {
    max-width: 520px;
    padding: 64px 0;
}

.login-kicker[b-ovroqf63ej],
.login-product[b-ovroqf63ej] {
    margin: 0 0 16px;
    color: var(--login-accent-strong);
    font-size: 12px;
    font-weight: 720;
    letter-spacing: .16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.login-story-copy h2[b-ovroqf63ej] {
    margin: 0;
    color: var(--app-text, #153252);
    font-size: clamp(42px, 4.2vw, 60px);
    font-weight: 700;
    letter-spacing: -.055em;
    line-height: 1.1;
}

.login-story-copy > p:last-child[b-ovroqf63ej] {
    max-width: 29em;
    margin: 26px 0 0;
    color: var(--app-text-secondary, #58718d);
    font-size: 16px;
    line-height: 1.8;
}

.login-assurance[b-ovroqf63ej] {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--app-text, #153252);
}

.login-assurance[b-ovroqf63ej] >  .anticon {
    color: var(--login-accent);
    font-size: 19px;
}

.login-assurance div[b-ovroqf63ej] {
    display: grid;
    gap: 3px;
}

.login-assurance strong[b-ovroqf63ej] {
    font-size: 13px;
    font-weight: 650;
}

.login-assurance span[b-ovroqf63ej] {
    color: var(--app-text-muted, #7b93ad);
    font-size: 12px;
}

.login-card[b-ovroqf63ej] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(48px, 5vw, 68px);
    color: var(--app-text, #153252);
    background: var(--app-surface-strong, rgb(255 255 255 / 88%));
    border-left: 1px solid var(--app-border, rgb(255 255 255 / 90%));
    box-shadow: -18px 0 48px rgb(38 105 169 / 8%);
}

.login-mobile-brand[b-ovroqf63ej] {
    display: none;
    margin-bottom: 48px;
    color: var(--app-text, #153252);
}

.login-intro[b-ovroqf63ej] {
    margin-bottom: 36px;
}

.login-intro h1[b-ovroqf63ej] {
    margin: 0;
    color: var(--app-text, #153252);
    font-size: clamp(32px, 3.4vw, 42px);
    font-weight: 740;
    letter-spacing: -.04em;
    line-height: 1.16;
}

.login-subtitle[b-ovroqf63ej] {
    margin: 13px 0 0;
    color: var(--app-text-secondary, #58718d);
    font-size: 15px;
    line-height: 1.6;
}

.login-form[b-ovroqf63ej] {
    display: grid;
    gap: 20px;
}

.login-field label[b-ovroqf63ej] {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--app-text, #153252);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.4;
}

.login-field[b-ovroqf63ej]  .ant-form-item {
    margin-bottom: 0;
}

.login-field[b-ovroqf63ej]  .ant-input,
.login-field[b-ovroqf63ej]  .ant-input-affix-wrapper {
    min-height: 54px;
    color: var(--app-text, #153252) !important;
    background: rgb(255 255 255 / 72%) !important;
    border-color: var(--app-border-subtle, rgb(31 105 178 / 14%)) !important;
    border-radius: 12px !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 72%), 0 3px 10px rgb(38 105 169 / 4%);
    font-size: 15px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.login-field[b-ovroqf63ej]  .ant-input {
    padding: 12px 14px;
}

.login-field[b-ovroqf63ej]  .ant-input-affix-wrapper {
    padding: 0 15px;
}

.login-field[b-ovroqf63ej]  .ant-input-affix-wrapper .ant-input {
    min-height: 52px;
    padding: 12px 11px;
    border: 0 !important;
    box-shadow: none !important;
}

.login-field[b-ovroqf63ej]  .ant-input-prefix {
    color: var(--app-text-muted, #7b93ad);
    font-size: 17px;
}

.login-field[b-ovroqf63ej]  .ant-input:hover,
.login-field[b-ovroqf63ej]  .ant-input-affix-wrapper:hover {
    border-color: #aeb6c2 !important;
}

.login-field[b-ovroqf63ej]  .ant-input:focus,
.login-field[b-ovroqf63ej]  .ant-input-affix-wrapper-focused {
    border-color: var(--login-accent) !important;
    box-shadow: 0 0 0 4px rgb(47 125 213 / 12%) !important;
}

.login-field[b-ovroqf63ej]  .ant-form-item-explain-error {
    padding-top: 6px;
    font-size: 13px;
}

.login-actions[b-ovroqf63ej] {
    margin-top: 14px;
}

.login-actions[b-ovroqf63ej]  .login-submit {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-top: 0;
    padding: 0 20px !important;
    color: var(--login-accent-strong) !important;
    background: #dceeff !important;
    border: 1px solid rgb(22 119 210 / 16%) !important;
    border-radius: 14px !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 78%), 0 10px 22px rgb(38 105 169 / 12%) !important;
    font-size: 16px;
    font-weight: 650;
    transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.login-actions[b-ovroqf63ej]  .login-submit:hover,
.login-actions[b-ovroqf63ej]  .login-submit:focus-visible {
    color: #0b569b !important;
    background: #cee6fc !important;
    border-color: rgb(22 119 210 / 24%) !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 84%), 0 13px 26px rgb(38 105 169 / 16%) !important;
    transform: translateY(-1px);
}

.login-actions[b-ovroqf63ej]  .login-submit:active {
    background: #c5e0f8 !important;
    box-shadow: inset 0 2px 5px rgb(38 105 169 / 12%), 0 6px 14px rgb(38 105 169 / 12%) !important;
    transform: translateY(1px) scale(.995);
}

.login-footnote[b-ovroqf63ej] {
    margin: 24px 0 0;
    color: var(--app-text-muted, #7b93ad);
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.otp-panel[b-ovroqf63ej] {
    padding: 54px 48px 38px;
    color: var(--app-text, #153252);
}

.otp-kicker[b-ovroqf63ej] {
    margin: 0 0 10px;
    color: var(--login-accent-strong);
    font-size: 12px;
    font-weight: 720;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.otp-panel h2[b-ovroqf63ej] {
    margin: 0;
    color: var(--app-text, #153252);
    font-size: 32px;
    font-weight: 740;
    letter-spacing: -.035em;
    line-height: 1.2;
}

.otp-description[b-ovroqf63ej] {
    max-width: 440px;
    margin: 13px 0 0;
    color: var(--app-text-secondary, #58718d);
    font-size: 15px;
    line-height: 1.65;
}

.otp-enrollment[b-ovroqf63ej] {
    display: grid;
    grid-template-columns: 196px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    margin-top: 28px;
    padding: 18px;
    background: rgb(230 241 250 / 58%);
    border: 1px solid var(--app-border-subtle, rgb(31 105 178 / 14%));
    border-radius: 18px;
}

.otp-qr-frame[b-ovroqf63ej] {
    display: grid;
    width: 196px;
    height: 196px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgb(21 50 82 / 10%);
    border-radius: 14px;
    box-shadow: 0 8px 22px rgb(38 105 169 / 9%);
    place-items: center;
}

.otp-enrollment-copy[b-ovroqf63ej] {
    display: grid;
    gap: 8px;
}

.otp-enrollment-copy span[b-ovroqf63ej] {
    color: var(--login-accent-strong);
    font-size: 12px;
    font-weight: 720;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.otp-enrollment-copy strong[b-ovroqf63ej] {
    color: var(--app-text, #153252);
    font-size: 17px;
    font-weight: 690;
    line-height: 1.35;
}

.otp-enrollment-copy p[b-ovroqf63ej] {
    margin: 0;
    color: var(--app-text-secondary, #58718d);
    font-size: 13px;
    line-height: 1.6;
}

.otp-code-group[b-ovroqf63ej] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
}

.otp-digit[b-ovroqf63ej] {
    width: 100%;
    min-width: 0;
    height: 68px;
    padding: 0;
    color: var(--app-text, #153252);
    background: rgb(255 255 255 / 78%);
    border: 1px solid rgb(79 105 132 / 28%);
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 88%), 0 4px 12px rgb(38 105 169 / 4%);
    font-family: inherit;
    font-size: 24px;
    font-weight: 650;
    line-height: 68px;
    outline: none;
    text-align: center;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.otp-digit:hover[b-ovroqf63ej] {
    border-color: rgb(22 119 210 / 46%);
}

.otp-digit:focus[b-ovroqf63ej] {
    border-color: var(--login-accent);
    box-shadow: 0 0 0 4px rgb(47 125 213 / 12%), 0 8px 18px rgb(38 105 169 / 8%);
    transform: translateY(-1px);
}

.otp-hint[b-ovroqf63ej] {
    margin: 13px 0 0;
    color: var(--app-text-muted, #7b93ad);
    font-size: 12px;
    line-height: 1.5;
}

.otp-panel[b-ovroqf63ej]  .otp-back {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    height: 46px !important;
    margin-top: 28px;
    color: var(--app-text-secondary, #58718d) !important;
    font-weight: 620 !important;
}

.otp-panel[b-ovroqf63ej]  .otp-back:hover,
.otp-panel[b-ovroqf63ej]  .otp-back:focus-visible {
    color: var(--login-accent-strong) !important;
    background: var(--app-accent-soft, rgb(22 119 210 / 8%)) !important;
}

.otp-digit:disabled[b-ovroqf63ej] {
    color: var(--app-text-secondary, #58718d);
    background: #f5f8fb;
    cursor: wait;
    opacity: .8;
}

@media (max-width: 900px) {
    .login-page[b-ovroqf63ej] {
        padding: 28px;
    }

    .login-shell[b-ovroqf63ej] {
        display: block;
        width: min(500px, 100%);
        min-height: auto;
        background: transparent;
        border: 0;
        box-shadow: 0 28px 70px rgb(1 8 20 / 32%);
    }

    .login-story[b-ovroqf63ej] {
        display: none;
    }

    .login-card[b-ovroqf63ej] {
        padding: 48px;
        border-left: 0;
        border-radius: 24px;
        box-shadow: none;
    }

    .login-mobile-brand[b-ovroqf63ej] {
        display: flex;
    }
}

@media (max-width: 520px) {
    .login-page[b-ovroqf63ej] {
        align-items: start;
        overflow-y: auto;
        padding: 16px;
    }

    .login-shell[b-ovroqf63ej] {
        width: 100%;
    }

    .login-card[b-ovroqf63ej] {
        min-height: calc(100dvh - 32px);
        padding: 34px 24px 28px;
        border-radius: 20px;
    }

    .login-mobile-brand[b-ovroqf63ej] {
        margin-bottom: 42px;
    }

    .login-intro[b-ovroqf63ej] {
        margin-bottom: 30px;
    }

    .otp-panel[b-ovroqf63ej] {
        padding: 32px 22px 26px;
    }

    .otp-panel h2[b-ovroqf63ej] {
        font-size: 28px;
    }

    .otp-enrollment[b-ovroqf63ej] {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .otp-code-group[b-ovroqf63ej] {
        gap: 8px;
    }

    .otp-digit[b-ovroqf63ej] {
        height: 56px;
        border-radius: 10px;
        font-size: 21px;
        line-height: 56px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .login-actions[b-ovroqf63ej]  .login-submit,
    .otp-digit[b-ovroqf63ej],
    .login-field[b-ovroqf63ej]  .ant-input,
    .login-field[b-ovroqf63ej]  .ant-input-affix-wrapper {
        transition: none;
    }

    .login-actions[b-ovroqf63ej]  .login-submit:hover,
    .login-actions[b-ovroqf63ej]  .login-submit:focus-visible,
    .login-actions[b-ovroqf63ej]  .login-submit:active {
        transform: none;
    }
}
