/* /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 */
.public-home[b-sz0ra8of33] { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); width: min(1360px, calc(100% - 80px)); min-height: 100vh; gap: clamp(56px, 8vw, 136px); align-items: center; margin: 0 auto; padding: 64px 0; color: #181412; }
.public-intro[b-sz0ra8of33] { align-self: center; }
.public-kicker[b-sz0ra8of33] { margin: 0 0 24px; color: #e96900; font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.public-intro h1[b-sz0ra8of33] { margin: 0; font-family: ui-serif, "Songti SC", STSong, "Iowan Old Style", serif; font-size: clamp(52px, 6.1vw, 88px); font-weight: 650; letter-spacing: -.065em; line-height: 1.04; }
.public-intro h1[b-sz0ra8of33]::after { display: block; width: 64px; height: 3px; margin-top: 34px; content: ""; background: #ef6c00; }
.public-intro > p:not(.public-kicker)[b-sz0ra8of33] { max-width: 22ch; margin: 34px 0 0; color: #726a65; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.8; }
.public-scroll-link[b-sz0ra8of33] { display: inline-flex; align-items: center; gap: 16px; min-height: 52px; margin-top: 52px; padding: 0 10px 0 21px; color: #fff; background: #e96900; border: 1px solid #e96900; border-radius: 14px; box-shadow: 0 8px 18px rgb(233 105 0 / .16); font-size: 15px; font-weight: 760; letter-spacing: .025em; text-decoration: none; transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
.public-scroll-link span[b-sz0ra8of33] { display: grid; width: 34px; height: 34px; place-items: center; border-left: 1px solid rgb(255 255 255 / .42); border-radius: 9px; font-size: 21px; font-weight: 400; line-height: 1; transition: transform 160ms ease; }
.public-scroll-link:hover[b-sz0ra8of33] { color: #fff; background: #c95800; box-shadow: 0 12px 24px rgb(233 105 0 / .24); transform: translateY(-2px); }
.public-scroll-link:hover span[b-sz0ra8of33] { transform: translateY(3px); }
.public-scroll-link:focus-visible[b-sz0ra8of33], .public-article-card:focus-visible[b-sz0ra8of33] { outline: 3px solid #1d6ea4; outline-offset: 4px; }
.public-articles[b-sz0ra8of33] { position: relative; display: grid; gap: 14px; padding: 0 0 0 48px; }
.public-articles[b-sz0ra8of33]::before { position: absolute; top: 28px; bottom: 28px; left: 12px; width: 1px; content: ""; background: #ef6c00; }
.public-article-card[b-sz0ra8of33] { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 26px; align-items: center; min-height: 166px; padding: 28px 26px; color: #181412; background: rgb(255 255 255 / .68); border: 1px solid #eee5de; border-radius: 18px; box-shadow: 0 8px 20px rgb(78 51 30 / .035); text-decoration: none; transition: background 170ms ease, border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease; }
.public-article-card[b-sz0ra8of33]::before { position: absolute; z-index: 1; top: 50%; left: -42px; width: 13px; height: 13px; content: ""; background: #ef6c00; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #f1c39b; transform: translateY(-50%); transition: background 170ms ease, box-shadow 170ms ease; }
.public-article-card:first-child[b-sz0ra8of33] { margin-top: 0; padding: 34px 28px 34px 26px; background: #fff3e6; border-color: #f2dec9; border-radius: 22px; box-shadow: 0 14px 30px rgb(233 105 0 / .09); }
.public-article-card:first-child[b-sz0ra8of33]::before { left: -43px; }
.public-article-card:hover[b-sz0ra8of33] { color: #181412; background: #fffaf5; border-color: #edcfb2; box-shadow: 0 14px 28px rgb(78 51 30 / .08); transform: translateX(8px); }
.public-article-card:hover[b-sz0ra8of33]::before { background: #bf5300; box-shadow: 0 0 0 4px #ffead6; }
.public-article-copy[b-sz0ra8of33] { display: block; min-width: 0; }
.public-article-meta[b-sz0ra8of33] { display: flex; align-items: center; gap: 12px; color: #8b827c; font-size: 11px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.public-article-meta b[b-sz0ra8of33] { color: #e96900; }
.public-article-meta i[b-sz0ra8of33] { width: 4px; height: 4px; background: #bdb4ae; border-radius: 50%; }
.public-article-card strong[b-sz0ra8of33] { display: -webkit-box; margin-top: 14px; overflow: hidden; font-family: ui-serif, "Songti SC", STSong, "Iowan Old Style", serif; font-size: clamp(21px, 1.95vw, 29px); font-weight: 660; letter-spacing: -.038em; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.public-article-card em[b-sz0ra8of33] { display: -webkit-box; max-width: 47ch; margin-top: 9px; overflow: hidden; color: #746b65; font-size: 14px; font-style: normal; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.public-article-cover[b-sz0ra8of33] { order: 2; display: block; width: 184px; height: 116px; margin: 0; object-fit: cover; border-radius: 14px; box-shadow: 0 7px 18px rgb(78 51 30 / .08); }
.public-article-arrow[b-sz0ra8of33] { order: 3; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 48px; min-height: 48px; padding: 0 12px; color: #e96900; border: 1px solid #e96900; border-radius: 12px; font-size: 23px; font-weight: 350; line-height: 1; transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
.public-article-arrow span[b-sz0ra8of33] { font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .03em; white-space: nowrap; }
.public-article-card:first-child .public-article-arrow[b-sz0ra8of33], .public-article-card:hover .public-article-arrow[b-sz0ra8of33] { color: #fff; background: #e96900; box-shadow: 0 7px 16px rgb(233 105 0 / .18); }
.public-article-card:hover .public-article-arrow[b-sz0ra8of33] { transform: translateX(3px); }
.public-article-card.is-text-only[b-sz0ra8of33] { grid-template-columns: minmax(0, 1fr) auto; }
.public-empty[b-sz0ra8of33], .public-loading[b-sz0ra8of33] { padding: 42px 30px; color: #746b65; background: #fff7ee; border: 1px solid #f2dec9; border-radius: 18px; font-size: 16px; }
.public-not-found[b-sz0ra8of33] { display: grid; min-height: 100vh; place-content: center; padding: 24px; color: #111; text-align: center; }
.public-not-found p[b-sz0ra8of33] { margin: 0; color: #ed810e; font-size: 15px; font-weight: 800; letter-spacing: .16em; }
.public-not-found h1[b-sz0ra8of33] { margin: 12px 0 24px; font-size: 44px; letter-spacing: -.05em; }
.public-not-found a[b-sz0ra8of33] { color: #111; font-weight: 700; }
@media (max-width: 860px) { .public-home[b-sz0ra8of33] { grid-template-columns: 1fr; width: min(100% - 48px, 720px); gap: 50px; align-items: start; padding: 48px 0 60px; } .public-intro > p:not(.public-kicker)[b-sz0ra8of33] { max-width: 34ch; } .public-scroll-link[b-sz0ra8of33] { margin-top: 32px; } .public-article-card strong[b-sz0ra8of33] { font-size: 25px; } }
@media (max-width: 580px) { .public-home[b-sz0ra8of33] { width: min(100% - 32px, 520px); gap: 42px; padding-top: 38px; } .public-kicker[b-sz0ra8of33] { margin-bottom: 16px; } .public-intro h1[b-sz0ra8of33] { font-size: clamp(46px, 15vw, 66px); } .public-intro h1[b-sz0ra8of33]::after { width: 46px; margin-top: 24px; } .public-intro > p:not(.public-kicker)[b-sz0ra8of33] { margin-top: 26px; font-size: 16px; } .public-scroll-link[b-sz0ra8of33] { width: 100%; justify-content: space-between; box-sizing: border-box; border-radius: 13px; } .public-articles[b-sz0ra8of33] { gap: 12px; padding-left: 32px; } .public-articles[b-sz0ra8of33]::before { left: 8px; } .public-article-card[b-sz0ra8of33] { grid-template-columns: minmax(0, 1fr) auto; gap: 18px; min-height: 0; padding: 24px 18px; border-radius: 16px; } .public-article-card[b-sz0ra8of33]::before { left: -30px; width: 10px; height: 10px; border-width: 3px; } .public-article-card:first-child[b-sz0ra8of33] { margin-left: -12px; padding: 24px 16px 24px 18px; border-radius: 18px; } .public-article-card:first-child[b-sz0ra8of33]::before { left: -19px; } .public-article-card.has-cover[b-sz0ra8of33] { grid-template-columns: minmax(0, 1fr) auto; } .public-article-cover[b-sz0ra8of33] { grid-column: 1; grid-row: 2; width: 100%; height: auto; max-height: 184px; margin-top: 2px; border-radius: 12px; } .public-article-card strong[b-sz0ra8of33] { margin-top: 12px; font-size: 22px; } .public-article-card em[b-sz0ra8of33] { -webkit-line-clamp: 3; } .public-article-arrow[b-sz0ra8of33] { grid-column: 2; grid-row: 1; min-width: 46px; min-height: 46px; padding: 0; border-radius: 12px; } .public-article-arrow span[b-sz0ra8of33] { display: none; } .public-article-card.has-cover .public-article-arrow[b-sz0ra8of33] { align-self: start; } }
@media (prefers-reduced-motion: reduce) { .public-scroll-link[b-sz0ra8of33], .public-scroll-link span[b-sz0ra8of33], .public-article-card[b-sz0ra8of33], .public-article-card[b-sz0ra8of33]::before, .public-article-arrow[b-sz0ra8of33] { transition: 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;
    }
}
