/* /Components/FeedPostCard.razor.rz.scp.css */
.feed-post[b-zjp8222nig] { display: grid; padding: 1.5rem; gap: 1rem; border: 1px solid #e9eef3; border-radius: 1.15rem; box-shadow: 0 5px 20px #24334806; min-width: 0; background: #fff; }
@media (max-width: 560px) { .feed-post[b-zjp8222nig] { padding: 1rem; } }
/* /Components/FeedSidePanels.razor.rz.scp.css */
.feed-side-panels[b-nodyatusbu] { min-width: 0; }
.panel-content[b-nodyatusbu] { display: grid; gap: 1rem; }
.side-card[b-nodyatusbu] { padding: 1.1rem; border: 1px solid #e9eef3; border-radius: 1rem; background: #fff; min-width: 0; overflow-wrap: anywhere; }
header[b-nodyatusbu] { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .5rem; margin: -1.1rem -1.1rem 1rem; padding: 1rem 1.1rem; border-radius: 1rem 1rem 0 0; background: var(--theme-accent, #0175bd); color: var(--theme-on-accent, #fff); }
h2[b-nodyatusbu] { font-size: .92rem; font-weight: 800; margin: 0; color: var(--theme-on-accent, #fff); }
a[b-nodyatusbu] { color: #0064a2; text-decoration: none; }
a:hover[b-nodyatusbu] { text-decoration: underline; }
header a[b-nodyatusbu] { font-size: .8rem; flex-shrink: 0; color: var(--theme-on-accent, #fff); font-weight: 800; text-decoration: underline; text-underline-offset: .2em; }
header a:focus-visible[b-nodyatusbu] { outline-color: var(--theme-on-accent, #fff); }
.count[b-nodyatusbu] { display: inline-block; padding: .15rem .45rem; border-radius: 1rem; color: var(--theme-on-accent, #fff); background: var(--theme-accent, #0175bd); font-size: .7rem; }
.request-card + .request-card[b-nodyatusbu], .community-suggestion + .community-suggestion[b-nodyatusbu] { border-top: 1px solid #edf1f5; margin-top: .85rem; padding-top: .85rem; }
.member-link[b-nodyatusbu] { display: flex; align-items: center; gap: .6rem; color: #243348; }
.member-initial[b-nodyatusbu] { display: grid; place-items: center; background: #eaf5fc; color: #0175bd; width: 2.5rem; height: 2.5rem; border-radius: 50%; flex-shrink: 0; font-weight: 700; }
strong[b-nodyatusbu] { font-size: .88rem; font-weight: 750; }
small[b-nodyatusbu] { display: block; font-size: .72rem; color: #637184; }
.request-actions[b-nodyatusbu] { display: flex; gap: .5rem; margin-top: .6rem; }
button[b-nodyatusbu] { border: 1px solid transparent; padding: .65rem .9rem; min-height: 2.6rem; border-radius: .7rem; font: inherit; font-size: .82rem; font-weight: 750; background: #0175bd; color: #fff; cursor: pointer; }
button:hover:not(:disabled)[b-nodyatusbu] { background: #005e98; }
button.secondary[b-nodyatusbu] { background: #eaf0f5; color: #243348; border-color: #c4d2df; }
button.secondary:hover:not(:disabled)[b-nodyatusbu] { background: #dce7ef; }
button:disabled[b-nodyatusbu] { opacity: .6; cursor: wait; }
.panel-link[b-nodyatusbu] { display: inline-block; justify-self: start; margin-top: .65rem; padding: .55rem .8rem; border-radius: .65rem; background: #0175bd; font-size: .8rem; color: #fff; font-weight: 750; }
a.panel-link:hover[b-nodyatusbu], .community-suggestion:hover .panel-link[b-nodyatusbu] { background: #005e98; text-decoration: none; }
.interest-links[b-nodyatusbu] { display: flex; flex-wrap: wrap; gap: .4rem; }
.interest-links a[b-nodyatusbu] { background: #eaf5fc; color: #005e98; border: 1px solid #c4e1f4; font-weight: 650; padding: .35rem .5rem; border-radius: .5rem; font-size: .75rem; overflow-wrap: anywhere; }
.community-suggestion[b-nodyatusbu] { display: grid; gap: .2rem; color: #243348; }
.panel-status[b-nodyatusbu], .side-card p[b-nodyatusbu] { font-size: .8rem; color: #637184; }
.panels-toggle[b-nodyatusbu] { display: none; }
a:focus-visible[b-nodyatusbu], button:focus-visible[b-nodyatusbu] { outline: 3px solid #0175bd; outline-offset: 3px; }
@media (max-width: 1299px) {
    .panels-toggle[b-nodyatusbu] { display: flex; align-items: center; justify-content: space-between; gap: .6rem; width: 100%; background: #fff; color: #0175bd; border: 1px solid #dce7ef; border-radius: .75rem; padding: .8rem 1rem; font-size: .85rem; }
    .panels-toggle:hover:not(:disabled)[b-nodyatusbu] { background: #005e98; color: #fff; }
    .panel-content[b-nodyatusbu] { display: none; }
    .expanded .panel-content[b-nodyatusbu] { display: grid; margin-top: .75rem; }
}
/* /Components/PostByline.razor.rz.scp.css */
.post-identity[b-k3lljukn0g] { display: flex; align-items: flex-start; gap: .75rem; min-width: 0; flex: 1; }
.identity-avatar[b-k3lljukn0g] { display: grid; place-items: center; width: 2.8rem; height: 2.8rem; flex-shrink: 0; border-radius: 50%; background: #e8f4fc; color: #0175bd; font-weight: 750; text-decoration: none; }
.identity-avatar img[b-k3lljukn0g] { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.identity-text[b-k3lljukn0g] { display: flex; flex-direction: column; gap: .2rem; min-width: 0; overflow-wrap: anywhere; }
.identity-name[b-k3lljukn0g] { color: #243348; font-size: .95rem; font-weight: 750; text-decoration: none; }
.identity-name:hover[b-k3lljukn0g] { color: #0175bd; text-decoration: underline; }
.identity-detail[b-k3lljukn0g] { color: #637184; font-size: .76rem; }
/* /Components/PostComposer.razor.rz.scp.css */
.designed-composer[b-79vcc5fxwu] { display: grid; gap: 1rem; background: #fff; padding: 1.5rem; border: 1px solid #e9eef3; border-radius: 1.15rem; box-shadow: 0 5px 20px #24334806; }
h2[b-79vcc5fxwu] { display: flex; align-items: center; gap: .6rem; font-size: .95rem; font-weight: 700; margin: 0; color: #526174; }
h2 span[b-79vcc5fxwu] { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: #eaf5fc; color: #0175bd; }
.composer-label[b-79vcc5fxwu] { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; }
.designed-composer[b-79vcc5fxwu]  .k-textarea { border-radius: .9rem; background: #f8fafc; padding: .4rem; }
.composer-tags[b-79vcc5fxwu] { border: 0; min-width: 0; padding: 0; margin: 0; }
.composer-tags legend[b-79vcc5fxwu] { float: none; width: auto; margin: 0 0 .4rem; font-size: .8rem; font-weight: 650; color: #637184; }
.composer-tags[b-79vcc5fxwu]  .tag-editor { min-width: 0; }
.composer-tags[b-79vcc5fxwu]  .tag-input { width: 100%; min-width: 0; border-radius: .7rem; }
.composer-controls[b-79vcc5fxwu] { display: grid; grid-template-columns: minmax(10rem, .8fr) minmax(0, 1.2fr); align-items: end; gap: 1rem; }
.composer-audience[b-79vcc5fxwu], .composer-files[b-79vcc5fxwu] { display: grid; gap: .5rem; min-width: 0; }
.composer-controls label[b-79vcc5fxwu], .control-label[b-79vcc5fxwu] { color: #526174; font-weight: 650; font-size: .8rem; }
.composer-controls label span[b-79vcc5fxwu], .control-label span[b-79vcc5fxwu] { color: #0175bd; margin-right: .25rem; }
.composer-files[b-79vcc5fxwu]  input { width: 100%; font-size: .8rem; min-height: 2.4rem; color: #637184; }
.composer-files[b-79vcc5fxwu]  input::file-selector-button { border: 1px solid #dae5ed; border-radius: .5rem; background: #f4f8fb; color: #0175bd; padding: .5rem; margin-right: .5rem; cursor: pointer; }
.composer-selected[b-79vcc5fxwu] { display: flex; flex-wrap: wrap; gap: .5rem; color: #526174; font-size: .78rem; overflow-wrap: anywhere; }
.composer-selected button[b-79vcc5fxwu] { border: 0; background: #eaf5fc; color: #0064a2; border-radius: .4rem; }
.composer-footer[b-79vcc5fxwu] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid #edf1f5; padding-top: 1rem; }
.composer-footer > span[b-79vcc5fxwu] { font-size: .75rem; color: #637184; }
.composer-buttons[b-79vcc5fxwu] { display: flex; gap: .6rem; flex-shrink: 0; }
.composer-buttons[b-79vcc5fxwu]  .k-button { min-width: 5rem; border-radius: .65rem; min-height: 2.5rem; }
@media (max-width: 560px) { .designed-composer[b-79vcc5fxwu] { padding: 1rem; } .composer-controls[b-79vcc5fxwu] { grid-template-columns: minmax(0, 1fr); } .composer-footer[b-79vcc5fxwu] { flex-direction: column; align-items: stretch; } .composer-buttons[b-79vcc5fxwu] { justify-content: flex-end; } }
/* /Components/PostMediaGallery.razor.rz.scp.css */
.card-media[b-6ik5df218n] { display: grid; gap: .5rem; min-width: 0; }
.card-media.grid[b-6ik5df218n] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-media a[b-6ik5df218n] { display: block; min-width: 0; background: #f2f5f8; border-radius: .85rem; overflow: hidden; }
.card-media img[b-6ik5df218n], .card-media video[b-6ik5df218n] { display: block; width: 100%; max-height: 34rem; border-radius: .85rem; object-fit: contain; background: #f2f5f8; }
.card-media.grid img[b-6ik5df218n] { height: 16rem; }
.card-media.single img[b-6ik5df218n] { height: auto; }
.card-media video[b-6ik5df218n] { grid-column: 1 / -1; }
@media (max-width: 480px) { .card-media.grid img[b-6ik5df218n] { height: 11rem; } }
/* /Components/PostTagList.razor.rz.scp.css */
.card-tags[b-2gx45a5kdv] { display: flex; flex-wrap: wrap; gap: .4rem; }
.card-tag[b-2gx45a5kdv] { display: inline-block; padding: .25rem .6rem; border-radius: 1rem; background: #eff6fb; color: #0064a2; font-size: .75rem; overflow-wrap: anywhere; max-width: 100%; }
/* /Components/SuggestedMembersStrip.razor.rz.scp.css */
.member-suggestions[b-46imhp6lo2] { background: #fff; border: 1px solid #e9eef3; border-radius: 1.15rem; padding: 1.25rem; min-width: 0; }
header[b-46imhp6lo2] { display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; }
h2[b-46imhp6lo2] { font-size: .95rem; font-weight: 750; margin: 0; color: #243348; }
header a[b-46imhp6lo2] { color: #0175bd; font-size: .8rem; }
p[b-46imhp6lo2] { margin: .4rem 0 1rem; font-size: .8rem; color: #637184; }
.suggestion-track[b-46imhp6lo2] { display: flex; gap: .75rem; overflow-x: auto; padding: .25rem .2rem .85rem; scroll-snap-type: x proximity; scrollbar-width: thin; }
.suggestion-card[b-46imhp6lo2] { display: flex; flex-direction: column; align-items: center; flex: 0 0 10.5rem; gap: .35rem; padding: 1rem; border: 1px solid #e5edf4; border-radius: .9rem; scroll-snap-align: start; text-decoration: none; color: #243348; text-align: center; overflow-wrap: anywhere; }
.suggestion-card:hover[b-46imhp6lo2] { background: #f4f9fd; border-color: #acd3ed; }
.suggestion-avatar[b-46imhp6lo2] { display: grid; place-items: center; width: 3.5rem; height: 3.5rem; margin-bottom: .25rem; border-radius: 50%; background: #eaf5fc; color: #0175bd; font-size: 1.25rem; font-weight: 700; }
.suggestion-avatar img[b-46imhp6lo2] { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
strong[b-46imhp6lo2] { font-size: .85rem; }
.handle[b-46imhp6lo2], small[b-46imhp6lo2] { color: #637184; font-size: .73rem; }
small[b-46imhp6lo2] { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.view-profile[b-46imhp6lo2] { background: #eaf5fc; color: #0064a2; padding: .5rem .75rem; border-radius: .5rem; font-size: .75rem; font-weight: 650; margin-top: auto; }
button[b-46imhp6lo2] { border: 0; border-radius: .5rem; background: #0175bd; color: #fff; padding: .6rem .8rem; cursor: pointer; }
button:focus-visible[b-46imhp6lo2] { outline: 3px solid #0175bd; outline-offset: 2px; }
a:focus-visible[b-46imhp6lo2], .suggestion-track:focus-visible[b-46imhp6lo2] { outline: 3px solid #0175bd; outline-offset: 2px; }
/* /Layout/AppearanceSettings.razor.rz.scp.css */
.appearance-settings[b-4ypve6hhc9] { border: 0; min-width: 0; padding: .5rem; margin: 0; }
legend[b-4ypve6hhc9] { float: none; width: auto; font-size: .9rem; font-weight: 750; margin-bottom: 1rem; color: var(--muted); }
.colour-palette[b-4ypve6hhc9] { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .6rem; margin-bottom: 1.5rem; }
.colour-choice[b-4ypve6hhc9] { position: relative; display: grid; place-items: center; cursor: pointer; aspect-ratio: 1; }
.colour-choice input[b-4ypve6hhc9] { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.colour-choice span[b-4ypve6hhc9] { display: grid; place-items: center; width: 100%; height: 100%; border-radius: 50%; background: var(--swatch); color: var(--swatch-ink); font-size: 1.5rem; font-weight: 800; border: 1px solid #0002; }
.colour-choice input:focus-visible + span[b-4ypve6hhc9] { outline: 3px solid var(--theme-link); outline-offset: 3px; }
.appearance-toggle[b-4ypve6hhc9] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 1.25rem 0; font-weight: 750; font-size: .9rem; cursor: pointer; }
.appearance-toggle input[b-4ypve6hhc9] { appearance: none; flex-shrink: 0; width: 3rem; height: 1.6rem; border: 1px solid var(--line); border-radius: 2rem; background: var(--theme-track, #d1d8e0); position: relative; cursor: pointer; margin: 0; }
.appearance-toggle input[b-4ypve6hhc9]::before { content: ""; position: absolute; top: 2px; left: 2px; width: 1.2rem; height: 1.2rem; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px #0004; }
.appearance-toggle input:checked[b-4ypve6hhc9] { background: var(--theme-accent); }
.appearance-toggle input:checked[b-4ypve6hhc9]::before { left: calc(100% - 1.2rem - 2px); }
.appearance-toggle input:focus-visible[b-4ypve6hhc9] { outline: 3px solid var(--theme-link); outline-offset: 3px; }
@media (max-width: 960px) {
    .appearance-compact-menu[b-4ypve6hhc9] { display: none; }
}
/* /Layout/HeaderMenus.razor.rz.scp.css */
.header-menus[b-5pi78kk6bs] { display: flex; align-items: center; gap: .5rem; position: relative; }
.header-menus > .shell-icon-button[b-5pi78kk6bs] { position: relative; z-index: 2; }
.header-menu-chevron[b-5pi78kk6bs] { position: absolute; bottom: -.62rem; left: 50%; transform: translateX(-50%); color: #9aa8b9; font-size: .58rem; line-height: 1; }
.shell-icon-button.active .header-menu-chevron[b-5pi78kk6bs] { color: var(--theme-link, #0175bd); }
.menu-dismiss[b-5pi78kk6bs] { position: fixed; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 0; background: transparent; cursor: default; z-index: 1; }
.header-preview[b-5pi78kk6bs] { position: absolute; right: 0; top: calc(100% + 1rem); width: min(24rem, calc(100vw - 2rem)); background: #fff; color: #243348; border: 1px solid #dce5ef; border-radius: 1rem; box-shadow: 0 12px 35px #20354c30; overflow: hidden; z-index: 3; }
.preview-heading[b-5pi78kk6bs] { display: flex; align-items: center; gap: .75rem; padding: 1rem; background: var(--theme-accent, #0175bd); color: var(--theme-on-accent, #fff); }
.preview-heading h2[b-5pi78kk6bs] { margin: 0; color: var(--theme-on-accent, #fff); font-size: 1rem; font-weight: 800; flex: 1; }
.preview-heading a[b-5pi78kk6bs] { color: var(--theme-on-accent, #fff); font-weight: 800; white-space: nowrap; text-decoration: underline; }
.preview-heading button[b-5pi78kk6bs] { display: grid; place-items: center; width: 2rem; height: 2rem; border: 1px solid color-mix(in srgb, var(--theme-on-accent, #fff) 44%, transparent); border-radius: 50%; background: transparent; color: var(--theme-on-accent, #fff); cursor: pointer; }
.preview-heading a:focus-visible[b-5pi78kk6bs], .preview-heading button:focus-visible[b-5pi78kk6bs] { outline: 2px solid var(--theme-on-accent, #fff); outline-offset: 2px; }
.preview-body[b-5pi78kk6bs] { padding: .75rem; max-height: min(32rem, calc(100dvh - 12rem)); overflow-y: auto; overscroll-behavior: contain; }
.preview-body p[b-5pi78kk6bs] { margin: .5rem; }
.preview-caption[b-5pi78kk6bs] { font-size: .8rem; color: #526174; }
.preview-item[b-5pi78kk6bs] { display: flex; flex-direction: column; gap: .3rem; margin-block: .4rem; padding: .85rem; border: 1px solid #dce5ef; border-radius: .7rem; color: #005e98; font-size: .9rem; font-weight: 600; text-decoration: none; overflow-wrap: anywhere; }
.preview-item.unread[b-5pi78kk6bs] { background: #eaf5fd; border-color: #8bc5e8; }
.preview-item small[b-5pi78kk6bs] { font-size: .75rem; font-weight: 500; color: #526174; }
.preview-item:hover[b-5pi78kk6bs] { background: #dceffc; color: #005e98; }
.account-menu-item[b-5pi78kk6bs] { flex-direction: row; align-items: center; gap: .7rem; }
.account-menu-item > i[b-5pi78kk6bs] { width: 1.1rem; text-align: center; color: var(--theme-link, #0175bd); }
.account-menu-signout[b-5pi78kk6bs] { display: flex; align-items: center; justify-content: center; gap: .6rem; width: calc(100% - .8rem); min-height: 2.85rem; margin: .65rem .4rem .4rem; border: 0; border-radius: .7rem; background: #0175bd; color: #fff; cursor: pointer; font: inherit; font-size: .9rem; font-weight: 800; }
.account-menu-signout:hover:not(:disabled)[b-5pi78kk6bs] { background: #005e98; }
.account-menu-signout:disabled[b-5pi78kk6bs] { cursor: wait; opacity: .7; }
.account-menu-signout:focus-visible[b-5pi78kk6bs] { outline: 3px solid var(--theme-link, #0175bd); outline-offset: 3px; }
.preview-retry[b-5pi78kk6bs] { margin: .5rem; padding: .6rem 1rem; border: 0; border-radius: .6rem; background: #0175bd; color: #fff; font-weight: 700; cursor: pointer; }
@media (max-width: 960px) {
    /* Percentage width excludes the vertical scrollbar; vw included it and
       pushed the left edge outside narrow desktop-emulated phone viewports. */
    .header-preview[b-5pi78kk6bs] { position: fixed; top: 4.75rem; right: .75rem; width: min(24rem, calc(100% - 1.5rem)); }
}
@media (max-width: 400px) { .header-menus[b-5pi78kk6bs] { gap: .25rem; } }
/* /Layout/HeaderSearch.razor.rz.scp.css */
.header-search-form[b-uarz2eglzu] { display: flex; align-items: center; gap: .35rem; border: 1px solid #e1e7ef; border-radius: 2rem; padding: .25rem .35rem .25rem .75rem; background: #f4f7fa; }
.header-search-form:focus-within[b-uarz2eglzu] { outline: 2px solid #0175bd; outline-offset: 2px; }
.header-search-form[b-uarz2eglzu]  .k-input { background: transparent; border: 0; box-shadow: none; min-width: 0; flex: 1; }
.header-search-form[b-uarz2eglzu]  .k-input-inner { font-size: .85rem; padding: .5rem .25rem; }
.header-search-submit[b-uarz2eglzu] { display: inline-flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; flex-shrink: 0; border: 0; border-radius: 50%; background: #0175bd; color: #fff; cursor: pointer; }
.header-search-submit:hover[b-uarz2eglzu] { background: #005e98; }
.search-label[b-uarz2eglzu] { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
/* /Layout/MainLayout.razor.rz.scp.css */
/* The template's header/sidebar geometry is isolated from the accepted account
   layouts. Do not import its global CSS or jQuery-driven navigation scripts. */
.member-shell[b-gfhfquvcov] {
    --shell-blue: #0175bd;
    --shell-blue-dark: #005e98;
    --shell-header-height: 5.5rem;
    --shell-sidebar-width: 17rem;
    min-height: 100vh;
    background: #f4f7fa;
    color: #243348;
}
.shell-header[b-gfhfquvcov] {
    position: sticky;
    top: 0;
    z-index: 100;
    min-height: var(--shell-header-height);
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: .75rem 1.5rem;
    background: #fff;
    border-bottom: 1px solid #e5eaf0;
    box-shadow: 0 3px 16px #26364a06;
}
.shell-brand[b-gfhfquvcov] {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    flex: 0 0 calc(var(--shell-sidebar-width) - 1.5rem);
    color: var(--shell-blue);
    text-decoration: none;
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: -.06rem;
}
.shell-logo[b-gfhfquvcov] {
    width: 2.65rem;
    height: 3rem;
    display: grid;
    place-items: center;
    padding: .25rem;
    background: var(--shell-blue);
    border-radius: .7rem;
}
.shell-logo img[b-gfhfquvcov] { width: 100%; height: 100%; object-fit: contain; }
.shell-search[b-gfhfquvcov] { flex: 1 1 22rem; min-width: 12rem; max-width: 28rem; }
.shell-actions[b-gfhfquvcov], .shell-public-links[b-gfhfquvcov] { display: flex; align-items: center; gap: .5rem; margin-left: auto; }
.shell-actions[b-gfhfquvcov]  .shell-icon-button, .shell-icon-button[b-gfhfquvcov] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    color: #526174;
    font-size: 1.1rem;
    text-decoration: none;
    cursor: pointer;
}
.shell-actions[b-gfhfquvcov]  .shell-icon-button:hover { background: #e5f3fc; color: var(--shell-blue); }
.shell-actions[b-gfhfquvcov]  .shell-icon-button.active { background: var(--shell-blue); color: #fff; }
.shell-sidebar[b-gfhfquvcov] {
    position: fixed;
    top: var(--shell-header-height);
    left: 0;
    bottom: 0;
    width: var(--shell-sidebar-width);
    padding: 1rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    background: #f4f7fa;
    z-index: 90;
}
.shell-body[b-gfhfquvcov] { min-width: 0; }
.has-member-navigation .shell-body[b-gfhfquvcov] { margin-left: var(--shell-sidebar-width); }
.shell-content[b-gfhfquvcov] { max-width: 80rem; margin: 0 auto; padding: 2rem; min-height: 70vh; scroll-margin-top: 6rem; }
.shell-footer[b-gfhfquvcov] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 2rem;
    padding: 1.5rem 0;
    border-top: 1px solid #e1e7ef;
    font-size: .8rem;
    color: #596778;
}
.shell-footer nav[b-gfhfquvcov] { display: flex; flex-wrap: wrap; gap: 1rem; }
.shell-footer a[b-gfhfquvcov], .shell-public-links a[b-gfhfquvcov] { color: var(--shell-blue); }
.shell-signout[b-gfhfquvcov] {
    border: 1px solid #dce5ef;
    border-radius: .7rem;
    background: #fff;
    color: var(--shell-blue);
    font: inherit;
    font-weight: 600;
    padding: .75rem 1rem;
    cursor: pointer;
}
.shell-sidebar .shell-signout[b-gfhfquvcov] { width: 100%; text-align: left; margin-top: .5rem; }
.shell-signout:disabled[b-gfhfquvcov] { opacity: .6; cursor: wait; }
.shell-signout:hover:not(:disabled)[b-gfhfquvcov] { background: #e5f3fc; }
.shell-legal-panel[b-gfhfquvcov] {
    margin-top: .8rem;
    padding: .7rem .8rem;
    border: 1px solid #dce5ef;
    border-radius: .85rem;
    background: #fff;
    box-shadow: 0 5px 20px #17395408;
}
.shell-legal-panel h2[b-gfhfquvcov] {
    margin: -.7rem -.8rem .55rem;
    padding: .72rem .8rem;
    border-radius: .85rem .85rem 0 0;
    background: var(--theme-accent, #0175bd);
    color: var(--theme-on-accent, #fff);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .04em;
}
.shell-legal-panel nav[b-gfhfquvcov] { display: grid; gap: .28rem; }
.shell-legal-panel a[b-gfhfquvcov] {
    color: var(--shell-blue);
    font-size: .73rem;
    line-height: 1.3;
    text-decoration: none;
}
.shell-legal-panel a:hover[b-gfhfquvcov] { color: var(--shell-blue-dark); text-decoration: underline; }
.shell-mobile-navigation[b-gfhfquvcov], .shell-actions .mobile-control[b-gfhfquvcov] { display: none; }
.shell-skip-link[b-gfhfquvcov] { position: fixed; top: -6rem; left: 1rem; z-index: 200; padding: .8rem; background: #fff; color: var(--shell-blue); }
.shell-skip-link:focus[b-gfhfquvcov] { top: .5rem; }
.member-shell[b-gfhfquvcov]  a:focus-visible, .member-shell[b-gfhfquvcov]  button:focus-visible {
    outline: 3px solid var(--shell-blue); outline-offset: 3px;
}
@media (max-width: 1250px) {
    .shell-desktop-links[b-gfhfquvcov] { display: none; }
}
@media (max-width: 960px) {
    .member-shell[b-gfhfquvcov] { --shell-header-height: 4.5rem; }
    .shell-header[b-gfhfquvcov] { padding: .6rem 1rem; gap: .5rem; }
    .shell-brand[b-gfhfquvcov] { flex: 0 1 auto; font-size: 1.55rem; gap: .45rem; }
    .shell-logo[b-gfhfquvcov] { width: 2rem; height: 2.5rem; }
    .shell-actions .mobile-control[b-gfhfquvcov] { display: inline-flex; }
    .shell-actions[b-gfhfquvcov]  .desktop-action { display: none; }
    .shell-search[b-gfhfquvcov] { display: none; }
    .shell-search.is-open[b-gfhfquvcov] {
        display: block; position: absolute; top: 100%; left: 0; right: 0;
        max-width: none; padding: 1rem; background: #fff; border-bottom: 1px solid #dce5ef;
    }
    .shell-sidebar[b-gfhfquvcov] { display: none; width: min(21rem, 100%); bottom: calc(4.5rem + env(safe-area-inset-bottom)); box-shadow: 6px 8px 24px #20354c26; }
    .shell-sidebar.is-open[b-gfhfquvcov] { display: block; }
    .has-member-navigation .shell-body[b-gfhfquvcov] { margin-left: 0; padding-bottom: calc(5rem + env(safe-area-inset-bottom)); }
    .shell-content[b-gfhfquvcov] { padding: 1.5rem 1rem; scroll-margin-top: 5rem; }
    .shell-footer[b-gfhfquvcov] { margin: 0 1rem; }
    .shell-mobile-navigation[b-gfhfquvcov] {
        display: block; position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
        background: var(--shell-blue); padding-bottom: env(safe-area-inset-bottom);
        box-shadow: 0 -3px 18px #20354c19;
    }
}
@media (max-width: 400px) {
    .shell-header[b-gfhfquvcov] { padding-inline: .65rem; }
    .shell-actions[b-gfhfquvcov] { gap: .25rem; }
    .shell-brand[b-gfhfquvcov] { font-size: 1.35rem; }
    .shell-actions[b-gfhfquvcov]  .shell-icon-button { width: 2.5rem; height: 2.5rem; }
    .shell-public-links[b-gfhfquvcov] { font-size: .8rem; flex-wrap: wrap; justify-content: flex-end; }
}
/* Keep all three real header menus available on phones without squeezing the
   touch targets. The logo retains its accessible Tremblr home label. */
@media (max-width: 600px) {
    .has-member-navigation .shell-brand-name[b-gfhfquvcov] { display: none; }
}
@media (max-width: 350px) {
    .shell-actions[b-gfhfquvcov]  .shell-icon-button { width: 2.25rem; height: 2.25rem; }
}
/* /Layout/MemberNavigation.razor.rz.scp.css */
.navigation-group[b-hcp4u0yj2a] { background: #fff; border-radius: 1rem; padding: .85rem .65rem; margin-bottom: .8rem; }
.navigation-group h2[b-hcp4u0yj2a] { color: #637184; font-size: .75rem; font-weight: 700; letter-spacing: .04em; margin: .3rem .6rem .7rem; }
.navigation-group[b-hcp4u0yj2a]  .member-link {
    display: flex; align-items: center; gap: .75rem; min-height: 2.9rem;
    padding: .45rem .6rem; margin: .15rem 0; border-radius: .75rem;
    color: #526174; text-decoration: none; font-size: .87rem; font-weight: 600;
}
.navigation-icon[b-hcp4u0yj2a] { display: inline-flex; align-items: center; justify-content: center; width: 2.25rem; min-width: 2.25rem; height: 2.25rem; border-radius: .75rem; color: #0175bd; background: #eaf5fc; font-size: 1.1rem; }
.navigation-group[b-hcp4u0yj2a]  a.member-link:hover { background: #eaf5fc; color: #005e98; }
.navigation-group[b-hcp4u0yj2a]  a.member-link.active { background: #0175bd; color: #fff; box-shadow: none; }
.navigation-group[b-hcp4u0yj2a]  a.member-link.active .navigation-icon { background: transparent; color: #fff; }
.unavailable[b-hcp4u0yj2a] { color: #637184; }
.unavailable .navigation-icon[b-hcp4u0yj2a] { color: #637184; background: #f3f5f7; }
.unavailable small[b-hcp4u0yj2a] { display: block; font-weight: 400; font-size: .7rem; }
.sidebar .navigation-group[b-hcp4u0yj2a] { overflow: hidden; padding: 0 .65rem .85rem; box-shadow: 0 5px 20px #17395408; }
.sidebar .navigation-group h2[b-hcp4u0yj2a] {
    margin: 0 -.65rem .75rem;
    padding: .85rem 1.25rem;
    background: var(--theme-accent, #0175bd);
    color: var(--theme-on-accent, #fff);
    font-size: .8rem;
    font-weight: 800;
}
.sidebar .navigation-group[b-hcp4u0yj2a]  a.member-link { font-size: .94rem; font-weight: 750; color: #243348; min-height: 3.4rem; }
.sidebar .navigation-icon[b-hcp4u0yj2a] { width: 2.6rem; min-width: 2.6rem; height: 2.6rem; border-radius: 50%; font-size: 1.2rem; }
.sidebar .navigation-group[b-hcp4u0yj2a]  .member-link .navigation-icon { color: #fff; background: var(--navigation-accent, #0175bd); box-shadow: 0 3px 8px #17395420; }
.sidebar .navigation-group[b-hcp4u0yj2a]  a.member-link:hover { color: #005e98; }
.sidebar .navigation-group[b-hcp4u0yj2a]  a.member-link.active { color: #fff; }
.sidebar .navigation-group[b-hcp4u0yj2a]  a.member-link.active .navigation-icon { background: #ffffff20; box-shadow: none; }
.header[b-hcp4u0yj2a], .mobile[b-hcp4u0yj2a] { display: flex; align-items: center; gap: .4rem; }
.header .navigation-group[b-hcp4u0yj2a], .mobile .navigation-group[b-hcp4u0yj2a] { display: contents; }
.header[b-hcp4u0yj2a]  .member-link { display: inline-flex; padding: 0; margin: 0; min-height: 0; border-radius: 50%; }
.header .navigation-icon[b-hcp4u0yj2a] { width: 2.8rem; height: 2.8rem; border-radius: 50%; }
/* The question mark sits inside a second circle, so it needs a slight optical
   adjustment to read at the same size as the other header glyphs. */
.header[b-hcp4u0yj2a]  .member-link[title="Help"] .navigation-icon { font-size: 1.3rem; }
.header .navigation-label[b-hcp4u0yj2a] { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.mobile[b-hcp4u0yj2a] { justify-content: space-around; gap: 0; min-height: 4.5rem; padding: .25rem; }
.mobile[b-hcp4u0yj2a]  .member-link { flex: 1 1 0; min-width: 0; margin: 0; padding: .35rem .1rem; flex-direction: column; gap: .15rem; color: #fff; font-size: .62rem; text-align: center; line-height: 1.1; }
.mobile .navigation-icon[b-hcp4u0yj2a] { background: transparent; color: inherit; height: 1.65rem; font-size: 1.15rem; }
.mobile[b-hcp4u0yj2a]  a.member-link:hover { color: #fff; background: #005e98; box-shadow: none; }
.mobile[b-hcp4u0yj2a]  a.member-link.active { color: #fff; background: #0175bd; box-shadow: none; outline: 1px solid #ffffff80; outline-offset: -2px; }
.mobile[b-hcp4u0yj2a]  a.member-link:focus-visible { outline: 2px solid #fff; outline-offset: -2px; }
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-yb3teq15jj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-yb3teq15jj] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-yb3teq15jj] {
    font-size: 1.1rem;
}

.bi[b-yb3teq15jj] {
    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-yb3teq15jj] {
    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-yb3teq15jj] {
    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-yb3teq15jj] {
    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-yb3teq15jj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-yb3teq15jj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-yb3teq15jj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-yb3teq15jj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-yb3teq15jj]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-yb3teq15jj]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-yb3teq15jj] {
        display: none;
    }

    .collapse[b-yb3teq15jj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-yb3teq15jj] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/ConfirmEmail.razor.rz.scp.css */
/* Confirmation uses the same isolated account shell as the redesigned forms. */
.design-confirm-email-page[b-791d3sv5r6] {
    display: grid;
    min-height: 100vh;
    grid-template-columns: minmax(20rem, 5fr) minmax(26rem, 7fr);
    background: #fff;
    color: #2a2a2a;
    font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
}

.design-confirm-email-visual[b-791d3sv5r6] {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    background-color: #0175bd;
    background-image: linear-gradient(135deg, rgba(0, 70, 115, .9), rgba(1, 117, 189, .78)), url("/images/design/landing-banner.png");
    background-position: center;
    background-size: cover;
}

.design-confirm-email-visual-content[b-791d3sv5r6] {
    position: absolute;
    right: clamp(2rem, 8vw, 7rem);
    bottom: clamp(2.5rem, 10vh, 7rem);
    left: clamp(2rem, 8vw, 7rem);
    color: #fff;
}

.design-confirm-email-visual-logo[b-791d3sv5r6] {
    display: block;
    width: 4.4rem;
    height: 4.4rem;
    object-fit: cover;
    object-position: center;
}

.design-confirm-email-visual-wordmark[b-791d3sv5r6] {
    margin: 1.35rem 0 .45rem;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    letter-spacing: -.045em;
}

.design-confirm-email-visual-message[b-791d3sv5r6] {
    max-width: 25rem;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 1.05rem;
    line-height: 1.7;
}

.design-confirm-email-panel[b-791d3sv5r6] {
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: clamp(2rem, 7vw, 6rem);
    background: #fff;
}

.design-confirm-email-card[b-791d3sv5r6] {
    width: min(100%, 32rem);
}

.design-confirm-email-wordmark[b-791d3sv5r6] {
    display: inline-block;
    margin-bottom: clamp(3rem, 8vh, 5.5rem);
    color: #0175bd;
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -.04em;
    text-decoration: none;
}

.design-confirm-email-state[b-791d3sv5r6] {
    display: grid;
    gap: 1.35rem;
}

.design-confirm-email-state h1[b-791d3sv5r6] {
    margin: 0;
    color: #0175bd;
    font-size: clamp(2.1rem, 4vw, 3.1rem);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: 1.07;
}

.design-confirm-email-state p[b-791d3sv5r6] {
    margin: 0;
    color: #69717f;
    line-height: 1.6;
}

.design-confirm-email-primary-button[b-791d3sv5r6] {
    display: grid;
    width: 100%;
    min-height: 3.5rem;
    place-items: center;
    border: 0;
    border-radius: .8rem;
    background: #0175bd;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 750;
    text-decoration: none;
}

.design-confirm-email-primary-button:hover[b-791d3sv5r6] {
    background: #005f99;
    color: #fff;
}

.design-confirm-email-primary-button:focus-visible[b-791d3sv5r6] {
    outline: 3px solid rgba(1, 117, 189, .35);
    outline-offset: 3px;
}

@media (max-width: 960px) {
    .design-confirm-email-page[b-791d3sv5r6] {
        grid-template-columns: 1fr;
    }

    .design-confirm-email-visual[b-791d3sv5r6] {
        display: none;
    }

    .design-confirm-email-panel[b-791d3sv5r6] {
        padding: clamp(1.5rem, 7vw, 4rem);
    }
}
/* /Pages/Feed.razor.rz.scp.css */
/* Only the redesigned feed adopts these styles. Account pages, search and the
   original Web project keep their accepted presentation in this first batch. */
.feed-layout[b-xlrfrhz6l1] { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.25rem; align-items: start; }
.feed-side-slot[b-xlrfrhz6l1] { grid-row: 1; width: min(100%, 760px); margin: 0 auto; min-width: 0; }
.feed-side-slot:empty[b-xlrfrhz6l1] { display: none; }
.recommendation-notice[b-xlrfrhz6l1] { display: flex; flex-wrap: wrap; gap: .5rem; padding: .85rem; background: #fff; border-radius: .75rem; color: #637184; font-size: .8rem; }
@media (min-width: 1300px) {
    .feed-layout:has(.feed-side-panels)[b-xlrfrhz6l1] { grid-template-columns: minmax(0, 1fr) 18rem; }
    .feed-side-slot[b-xlrfrhz6l1] { grid-row: auto; grid-column: 2; position: sticky; top: 6.5rem; }
}
.designed-feed[b-xlrfrhz6l1] {
    --accent: #0175bd;
    --accent-dark: #005e98;
    --kendo-color-primary: #0175bd;
    --kendo-color-primary-hover: #005e98;
    --kendo-color-primary-active: #005486;
    --kendo-color-on-primary: #fff;
    gap: 1.25rem;
    width: min(100%, 760px);
    color: #243348;
}
.feed-heading[b-xlrfrhz6l1] { align-items: center; gap: 1rem; }
.feed-heading h1[b-xlrfrhz6l1] { font-size: 1.8rem; margin: 0; letter-spacing: -.035em; }
.feed-heading .eyebrow[b-xlrfrhz6l1] { color: #637184; margin-bottom: .3rem; font-size: .72rem; }
.feed-heading a[b-xlrfrhz6l1] { color: #0175bd; font-size: .85rem; }
.feed-tabs[b-xlrfrhz6l1] { margin: 0; padding: .35rem; border-radius: .9rem; background: #eaf0f5; gap: .25rem; }
.feed-tab[b-xlrfrhz6l1] { flex: 1; border: 0; border-radius: .65rem; background: transparent; color: #526174; padding: .75rem .6rem; font-weight: 650; font-size: .85rem; }
.feed-tab.active[b-xlrfrhz6l1] { background: #0175bd; color: #fff; box-shadow: 0 2px 6px #0175bd20; }
.feed-stream[b-xlrfrhz6l1] { gap: 1.25rem; min-width: 0; }
.post-header[b-xlrfrhz6l1] { gap: .75rem; align-items: flex-start; }
.post-header > .follow-pill[b-xlrfrhz6l1] { flex-shrink: 0; border-color: #0175bd; color: #0175bd; background: #eff7fc; }
.follow-pending[b-xlrfrhz6l1] { font-size: .7rem; color: #637184; max-width: 6rem; }
.feed-reason[b-xlrfrhz6l1] { color: #0175bd; font-size: .73rem; }
.post-body[b-xlrfrhz6l1] { font-size: .93rem; color: #526174; line-height: 1.8; margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; }
.post-content-link[b-xlrfrhz6l1] { text-decoration: none; }
.post-content-link:hover .post-body[b-xlrfrhz6l1] { color: #243348; }
.post-menu[b-xlrfrhz6l1] { position: relative; flex-shrink: 0; }
.post-menu summary[b-xlrfrhz6l1] { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #f2f6f9; color: #526174; cursor: pointer; list-style: none; }
summary[b-xlrfrhz6l1]::-webkit-details-marker { display: none; }
.post-menu-items[b-xlrfrhz6l1] { position: absolute; right: 0; top: calc(100% + .3rem); min-width: 11rem; z-index: 25; display: grid; gap: .4rem; padding: .6rem; border: 1px solid #e1e8ef; border-radius: .8rem; background: #fff; box-shadow: 0 8px 24px #2433481a; }
.post-menu:not([open]) .post-menu-items[b-xlrfrhz6l1] { display: none; }
.post-menu-items button[b-xlrfrhz6l1] { width: 100%; text-align: left; padding: .65rem; border-radius: .5rem; border: 0; background: #f4f8fb; color: #0064a2; font-size: .8rem; white-space: normal; }
.post-menu-items button:hover[b-xlrfrhz6l1] { background: #e6f2fa; }
.shared-post[b-xlrfrhz6l1] { display: grid; gap: .85rem; background: #f8fafc; border: 1px solid #e2eaf1; border-radius: .9rem; padding: 1rem; min-width: 0; }
.shared-header[b-xlrfrhz6l1] { display: flex; align-items: flex-start; gap: .5rem; flex-wrap: wrap; }
.reaction-summary:empty[b-xlrfrhz6l1] { display: none; }
.reaction-summary[b-xlrfrhz6l1] { display: flex; flex-wrap: wrap; gap: .6rem; color: #637184; font-size: .8rem; }
.post-metrics[b-xlrfrhz6l1] { gap: .5rem 1rem; flex-wrap: wrap; font-size: .73rem; color: #637184; }
.post-actions[b-xlrfrhz6l1] { flex-direction: row; align-items: center; gap: .35rem; padding-top: .75rem; border-top: 1px solid #edf1f5; }
.post-action[b-xlrfrhz6l1] { display: inline-flex; align-items: center; justify-content: center; gap: .35rem; min-width: auto; min-height: 2.5rem; padding: .5rem .6rem; font-size: .8rem; color: #526174; border-radius: .65rem; text-decoration: none; list-style: none; }
.post-action span[b-xlrfrhz6l1] { color: #0175bd; }
.post-action:hover[b-xlrfrhz6l1], .post-action.active[b-xlrfrhz6l1] { background: #eaf5fc; color: #0064a2; }
.danger-command[b-xlrfrhz6l1], .danger-command span[b-xlrfrhz6l1] { color: #ad2d2d; }
.reaction-picker:not([open]) .reaction-tray[b-xlrfrhz6l1] { display: none; }
.reaction-picker[open] .reaction-tray[b-xlrfrhz6l1] { display: grid; border-radius: .8rem; padding: .5rem; grid-template-columns: repeat(5, 2.6rem); gap: .15rem; }
.reaction-tray button[b-xlrfrhz6l1] { width: 2.6rem; height: 2.6rem; }
.designed-feed[b-xlrfrhz6l1]  .k-button { border-radius: .6rem; }
.designed-feed[b-xlrfrhz6l1]  .inline-editor, .designed-feed[b-xlrfrhz6l1]  .inline-panel { padding: 1rem; border: 1px solid #e2eaf1; border-radius: .8rem; background: #f8fafc; }
.designed-feed[b-xlrfrhz6l1]  .tag-input { width: 100%; min-width: 0; }
.designed-feed[b-xlrfrhz6l1]  .comment-form { flex-wrap: wrap; }
.designed-feed[b-xlrfrhz6l1]  .comment { min-width: 0; overflow-wrap: anywhere; }
.designed-feed[b-xlrfrhz6l1]  a:focus-visible, .designed-feed[b-xlrfrhz6l1]  button:focus-visible, .designed-feed[b-xlrfrhz6l1]  summary:focus-visible { outline: 3px solid #0175bd; outline-offset: 3px; }
.empty-state[b-xlrfrhz6l1] { border-radius: 1rem; background: #fff; }
.feed-heading[b-xlrfrhz6l1] { scroll-margin-top: 6rem; }
.feed-load-state[b-xlrfrhz6l1] { display: grid; justify-items: center; gap: .65rem; padding: 1.5rem; border: 1px solid #dce8f1; border-radius: 1rem; background: #fff; color: #243348; text-align: center; }
.feed-load-state h2[b-xlrfrhz6l1] { margin: 0; color: #005e98; font-size: 1.05rem; }
.feed-load-state p[b-xlrfrhz6l1] { margin: 0; font-size: .9rem; color: #526174; }
.feed-load-state [role="status"][b-xlrfrhz6l1] { display: grid; justify-items: center; gap: .65rem; }
.feed-load-button[b-xlrfrhz6l1] { border: 0; border-radius: .75rem; min-height: 2.75rem; padding: .75rem 1.5rem; background: #0175bd; color: #fff; font: inherit; font-weight: 750; cursor: pointer; }
.feed-load-button:hover:not(:disabled)[b-xlrfrhz6l1] { background: #005e98; }
.feed-load-button:disabled[b-xlrfrhz6l1] { opacity: .65; cursor: wait; }
.feed-load-link[b-xlrfrhz6l1] { color: #005e98; font-weight: 750; text-underline-offset: .2em; }
.feed-auto-sentinel[b-xlrfrhz6l1] { height: 1px; width: 100%; }
/* Available to assistive technology and revealed on keyboard focus, without
   competing visually with automatic scrolling in the ordinary case. */
.keyboard-load-fallback:not(:focus)[b-xlrfrhz6l1] { position: absolute; width: 1px; height: 1px; min-height: 0; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.feed-spinner[b-xlrfrhz6l1] { display: inline-block; width: 1.6rem; height: 1.6rem; border: 3px solid #d4eaf8; border-top-color: #0175bd; border-radius: 50%; animation: feed-spin-b-xlrfrhz6l1 .8s linear infinite; }
@keyframes feed-spin-b-xlrfrhz6l1 { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .feed-spinner[b-xlrfrhz6l1] { animation: none; } }
@media (max-width: 560px) {
    .feed-heading h1[b-xlrfrhz6l1] { font-size: 1.55rem; }
    .post-actions[b-xlrfrhz6l1] { gap: .25rem; }
    .post-header .follow-pill[b-xlrfrhz6l1] { margin-left: 0; }
    .post-action[b-xlrfrhz6l1] { padding-inline: .45rem; font-size: .76rem; }
    .shared-post[b-xlrfrhz6l1] { padding: .75rem; }
}
/* /Pages/ForgotPassword.razor.rz.scp.css */
/*
   The password-reset view deliberately mirrors Login.razor while retaining
   its separate component scope and existing reset-request workflow.
*/
.design-forgot-password-page[b-7ec4s3akme] {
    display: grid;
    min-height: 100vh;
    grid-template-columns: minmax(20rem, 5fr) minmax(26rem, 7fr);
    background: #fff;
    color: #2a2a2a;
    font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
}

.design-forgot-password-visual[b-7ec4s3akme] {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    background-color: #0175bd;
    background-image: linear-gradient(135deg, rgba(0, 70, 115, .9), rgba(1, 117, 189, .78)), url("/images/design/landing-banner.png");
    background-position: center;
    background-size: cover;
}

.design-forgot-password-visual-content[b-7ec4s3akme] {
    position: absolute;
    right: clamp(2rem, 8vw, 7rem);
    bottom: clamp(2.5rem, 10vh, 7rem);
    left: clamp(2rem, 8vw, 7rem);
    color: #fff;
}

.design-forgot-password-visual-logo[b-7ec4s3akme] {
    display: block;
    width: 4.4rem;
    height: 4.4rem;
    object-fit: cover;
    object-position: center;
}

.design-forgot-password-visual-wordmark[b-7ec4s3akme] {
    margin: 1.35rem 0 .45rem;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    letter-spacing: -.045em;
}

.design-forgot-password-visual-message[b-7ec4s3akme] {
    max-width: 25rem;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 1.05rem;
    line-height: 1.7;
}

.design-forgot-password-panel[b-7ec4s3akme] {
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: clamp(2rem, 7vw, 6rem);
    background: #fff;
}

.design-forgot-password-card[b-7ec4s3akme] {
    width: min(100%, 32rem);
}

.design-forgot-password-wordmark[b-7ec4s3akme] {
    display: inline-block;
    margin-bottom: clamp(3rem, 8vh, 5.5rem);
    color: #0175bd;
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -.04em;
    text-decoration: none;
}

.design-forgot-password-heading[b-7ec4s3akme] {
    margin-bottom: 2rem;
}

.design-forgot-password-heading h1[b-7ec4s3akme],
.design-forgot-password-completion h1[b-7ec4s3akme] {
    margin: 0 0 .85rem;
    color: #0175bd;
    font-size: clamp(2.1rem, 4vw, 3.1rem);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: 1.07;
}

.design-forgot-password-heading p[b-7ec4s3akme],
.design-forgot-password-completion p[b-7ec4s3akme] {
    margin: 0;
    color: #69717f;
    line-height: 1.6;
}

/* EditForm renders the form element; ::deep reaches that generated element. */
.design-forgot-password-panel[b-7ec4s3akme]  form.design-forgot-password-form {
    display: grid;
    gap: 1.15rem;
}

.design-forgot-password-field[b-7ec4s3akme] {
    position: relative;
}

/* The Font Awesome kit replaces <i> with SVG after Blazor has rendered it. */
.design-forgot-password-field > i[b-7ec4s3akme],
.design-forgot-password-field[b-7ec4s3akme]  .svg-inline--fa {
    position: absolute;
    z-index: 1;
    top: 1.18rem;
    left: 1.1rem;
    width: 1.05rem;
    height: 1.05rem;
    color: #8c95a3;
    font-size: 1.05rem;
    pointer-events: none;
}

.design-forgot-password-input[b-7ec4s3akme] {
    display: block;
    width: 100%;
    min-height: 3.55rem;
    padding: .8rem 1.05rem .8rem 3.25rem;
    border: 1px solid #e2e4e8;
    border-radius: .8rem;
    outline: 0;
    background: #f6f7f9;
    color: #23262b;
    font: inherit;
    font-size: .97rem;
    font-weight: 600;
}

.design-forgot-password-input[b-7ec4s3akme]::placeholder {
    color: #89919d;
    font-weight: 500;
}

.design-forgot-password-input:focus[b-7ec4s3akme] {
    border-color: #0175bd;
    background: #fff;
    box-shadow: 0 0 0 .22rem rgba(1, 117, 189, .18);
}

.design-forgot-password-field[b-7ec4s3akme]  .validation-message {
    display: block;
    margin-top: .45rem;
    color: #b72d37;
    font-size: .82rem;
    line-height: 1.35;
}

.design-forgot-password-submit[b-7ec4s3akme] {
    width: 100%;
    min-height: 3.5rem;
    border: 0;
    border-radius: .8rem;
    background: #0175bd;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 750;
}

.design-forgot-password-submit:hover:not(:disabled)[b-7ec4s3akme] {
    background: #005f99;
}

.design-forgot-password-submit:focus-visible[b-7ec4s3akme] {
    outline: 3px solid rgba(1, 117, 189, .35);
    outline-offset: 3px;
}

.design-forgot-password-submit:disabled[b-7ec4s3akme] {
    cursor: wait;
    opacity: .65;
}

.design-forgot-password-notice[b-7ec4s3akme] {
    padding: .9rem 1rem;
    border: 1px solid #ecc4c7;
    border-radius: .7rem;
    background: #fff1f2;
    color: #8e2630;
    font-size: .92rem;
    line-height: 1.45;
}

.design-forgot-password-return[b-7ec4s3akme] {
    margin: 1.35rem 0 0;
    color: #6b7280;
    font-size: .92rem;
    text-align: center;
}

.design-forgot-password-return a[b-7ec4s3akme] {
    color: #0175bd;
    font-weight: 700;
    text-decoration: none;
}

.design-forgot-password-return a:hover[b-7ec4s3akme] {
    color: #005f99;
    text-decoration: underline;
}

.design-forgot-password-completion[b-7ec4s3akme] {
    display: grid;
    gap: 1.35rem;
}

.design-forgot-password-completion-button[b-7ec4s3akme] {
    display: grid;
    width: 100%;
    min-height: 3.5rem;
    place-items: center;
    border-radius: .8rem;
    background: #0175bd;
    color: #fff;
    font-weight: 750;
    text-decoration: none;
}

.design-forgot-password-completion-button:hover[b-7ec4s3akme] {
    background: #005f99;
    color: #fff;
}

.design-forgot-password-completion-button:focus-visible[b-7ec4s3akme] {
    outline: 3px solid rgba(1, 117, 189, .35);
    outline-offset: 3px;
}

.design-forgot-password-sr-only[b-7ec4s3akme] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 960px) {
    .design-forgot-password-page[b-7ec4s3akme] {
        grid-template-columns: 1fr;
    }

    .design-forgot-password-visual[b-7ec4s3akme] {
        display: none;
    }

    .design-forgot-password-panel[b-7ec4s3akme] {
        padding: clamp(1.5rem, 7vw, 4rem);
    }
}
/* /Pages/Interests.razor.rz.scp.css */
/* The interests page uses the same center-column proportions as the redesigned
   feed. Keeping the page-specific rules here lets the feed shell remain shared
   while the selection content gets its own clear visual hierarchy. */
.interests-layout[b-jl891lb7uz] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}
.interests-feed[b-jl891lb7uz] { width: min(100%, 760px); }
.interests-layout .feed-side-slot[b-jl891lb7uz] { width: min(100%, 760px); margin: 0 auto; min-width: 0; }
.interests-heading[b-jl891lb7uz] { align-items: flex-start; }
.interests-heading > div[b-jl891lb7uz] { min-width: 0; }
.interests-heading h1[b-jl891lb7uz] { margin-bottom: .35rem; }
.interests-heading p:not(.eyebrow)[b-jl891lb7uz] { max-width: 42rem; margin: 0; color: #526174; font-size: .92rem; line-height: 1.65; }
.interest-save-banner[b-jl891lb7uz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 0 1.25rem;
    border-radius: 1rem;
    padding: .9rem 1rem;
}
.interest-save-action[b-jl891lb7uz] {
    flex-shrink: 0;
    border-radius: .65rem;
    padding: .55rem .85rem;
    background: #217a52;
    color: #fff;
    font-size: .82rem;
    font-weight: 750;
    text-decoration: none;
}
.interest-save-action:hover[b-jl891lb7uz] { background: #155a3b; color: #fff; text-decoration: none; }
.interest-card[b-jl891lb7uz] {
    margin: 0 0 1.25rem;
    padding: 1.25rem;
    border: 1px solid #dce8f1;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 6px 22px #17395408;
}
.interest-card-heading[b-jl891lb7uz] { align-items: flex-start; }
.interest-card-heading h2[b-jl891lb7uz],
.consent-card h2[b-jl891lb7uz] { margin: 0; color: #243348; font-size: 1.05rem; font-weight: 800; }
.interest-card-heading p[b-jl891lb7uz],
.consent-card > p[b-jl891lb7uz] { margin: .35rem 0 0; color: #637184; font-size: .84rem; line-height: 1.55; }
.interest-count[b-jl891lb7uz] { padding: .35rem .65rem; border-radius: 999px; background: #eaf5fc; color: #0175bd; font-size: .82rem; }
.interest-tags[b-jl891lb7uz] { gap: .5rem; margin: 1.1rem 0 1.25rem; }
.interest-tag[b-jl891lb7uz] { min-height: 2.35rem; padding: .55rem .8rem; border-color: #cbd9e4; background: #fff; color: #243348; font-size: .82rem; font-weight: 650; transition: background .15s ease, border-color .15s ease, color .15s ease; }
.interest-tag:hover[b-jl891lb7uz] { border-color: #0175bd; background: #eaf5fc; color: #005e98; }
.interest-tag.selected[b-jl891lb7uz] { border-color: #0175bd; background: #0175bd; color: #fff; box-shadow: 0 2px 6px #0175bd20; }
.interest-search[b-jl891lb7uz] { align-items: center; margin: 0; padding-top: 1rem; border-top: 1px solid #edf1f5; }
.interest-search label[b-jl891lb7uz] { flex: 0 0 auto; color: #243348; font-size: .82rem; font-weight: 750; }
.interest-search input[b-jl891lb7uz] { flex: 1 1 auto; min-width: 12rem; min-height: 2.65rem; padding: .6rem .75rem; border: 1px solid #cbd9e4; border-radius: .7rem; background: #fff; color: #243348; font: inherit; font-size: .85rem; }
.interest-search input:focus[b-jl891lb7uz] { border-color: #0175bd; box-shadow: 0 0 0 3px #0175bd20; outline: 0; }
.search-status[b-jl891lb7uz] { flex: 0 0 auto; color: #637184; font-size: .75rem; }
.search-tag-results[b-jl891lb7uz] { margin-top: .8rem; margin-bottom: 0; padding: .8rem; border: 1px dashed #b9d2e2; border-radius: .8rem; background: #f7fbfe; }
.consent-card[b-jl891lb7uz] { margin-bottom: 0; }
.consent-choice[b-jl891lb7uz] { margin-top: .95rem; padding: .8rem; border: 1px solid #dce8f1; border-radius: .75rem; background: #f8fbfd; color: #526174; font-size: .84rem; line-height: 1.55; }
.consent-card > p a[b-jl891lb7uz] { color: #005e98; font-weight: 650; }
.interest-actions[b-jl891lb7uz] { justify-content: flex-start; margin-top: 1rem; }
.interest-actions[b-jl891lb7uz]  .k-button { min-height: 2.7rem; border-radius: .7rem; font-weight: 750; }
.interest-actions[b-jl891lb7uz]  .k-button.k-button-solid-primary { background: #0175bd; border-color: #0175bd; color: #fff; }
.interest-actions[b-jl891lb7uz]  .k-button.k-button-solid-primary:hover:not(:disabled) { background: #005e98; border-color: #005e98; }
.interest-actions[b-jl891lb7uz]  .k-button.k-button-outline { border-color: #b9cbd9; color: #243348; }

@media (max-width: 640px) {
    .interest-save-banner[b-jl891lb7uz] { align-items: stretch; flex-direction: column; }
    .interest-save-action[b-jl891lb7uz] { text-align: center; }
    .interest-card[b-jl891lb7uz] { padding: 1rem; }
    .interest-card-heading[b-jl891lb7uz] { gap: .75rem; }
    .interest-card-heading h2[b-jl891lb7uz], .consent-card h2[b-jl891lb7uz] { font-size: .98rem; }
    .interest-search[b-jl891lb7uz] { align-items: stretch; flex-direction: column; }
    .interest-search input[b-jl891lb7uz] { min-width: 0; width: 100%; }
    .interest-actions[b-jl891lb7uz] { align-items: stretch; flex-direction: column; }
}

/* Feed.razor.css is isolated to the feed component, so the interests page
   repeats only the shared desktop grid contract needed for its side panels. */
/* Keep the side panels beside the interests content on ordinary desktop
   viewports as well as very wide monitors. The previous 1300px threshold
   caused Chrome zoom/display scaling to place them underneath the page. */
@media (min-width: 1000px) {
    .interests-layout[b-jl891lb7uz] { grid-template-columns: minmax(0, 1fr) 18rem; gap: 1.25rem; }
    .interests-layout .feed-side-slot[b-jl891lb7uz] { grid-column: 2; grid-row: 1; position: sticky; top: 6.5rem; width: auto; margin: 0; }
}
/* /Pages/Login.razor.rz.scp.css */
/*
   This page uses the annotated non-modal portion of Design.Pages/login.html.
   CSS isolation means these rules apply only to this Razor component, allowing
   the remaining unconverted Tremblr pages to retain their existing styling.
*/
.design-login-page[b-nue593l4bm] {
    display: grid;
    min-height: 100vh;
    grid-template-columns: minmax(20rem, 5fr) minmax(26rem, 7fr);
    background: #fff;
    color: #2a2a2a;
    font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
}

.design-login-visual[b-nue593l4bm] {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    background-color: #0175bd;
    background-image: linear-gradient(135deg, rgba(0, 70, 115, .9), rgba(1, 117, 189, .78)), url("/images/design/landing-banner.png");
    background-position: center;
    background-size: cover;
}

.design-login-visual-content[b-nue593l4bm] {
    position: absolute;
    right: clamp(2rem, 8vw, 7rem);
    bottom: clamp(2.5rem, 10vh, 7rem);
    left: clamp(2rem, 8vw, 7rem);
    color: #fff;
}

.design-login-visual-logo[b-nue593l4bm] {
    display: block;
    width: 4.4rem;
    height: 4.4rem;
    object-fit: cover;
    object-position: center;
}

.design-login-visual-wordmark[b-nue593l4bm] {
    margin: 1.35rem 0 .45rem;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    letter-spacing: -.045em;
}

.design-login-visual-message[b-nue593l4bm] {
    max-width: 25rem;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 1.05rem;
    line-height: 1.7;
}

.design-login-panel[b-nue593l4bm] {
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: clamp(2rem, 7vw, 6rem);
    background: #fff;
}

.design-login-card[b-nue593l4bm] {
    width: min(100%, 32rem);
}

.design-login-wordmark[b-nue593l4bm] {
    display: inline-block;
    margin-bottom: clamp(3rem, 8vh, 5.5rem);
    color: #0175bd;
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -.04em;
    text-decoration: none;
}

.design-login-heading[b-nue593l4bm] {
    margin-bottom: 2rem;
}

.design-login-heading h1[b-nue593l4bm] {
    margin: 0 0 .85rem;
    color: #0175bd;
    font-size: clamp(2.1rem, 4vw, 3.1rem);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: 1.07;
}

.design-login-heading p[b-nue593l4bm] {
    margin: 0;
    color: #69717f;
    line-height: 1.6;
}

/* EditForm renders the <form>; ::deep reaches that generated element. */
.design-login-panel[b-nue593l4bm]  form.design-login-form {
    display: grid;
    gap: 1.15rem;
}

.design-login-field[b-nue593l4bm] {
    position: relative;
}

/*
   The Font Awesome kit converts its initial <i> markup into an SVG after the
   component has rendered. ::deep deliberately reaches that run-time SVG,
   which cannot receive Blazor's generated CSS-isolation attribute.
*/
.design-login-field > i[b-nue593l4bm],
.design-login-field[b-nue593l4bm]  .svg-inline--fa {
    position: absolute;
    z-index: 1;
    top: 1.18rem;
    left: 1.1rem;
    width: 1.05rem;
    height: 1.05rem;
    color: #8c95a3;
    font-size: 1.05rem;
    pointer-events: none;
}

.design-login-input[b-nue593l4bm] {
    display: block;
    width: 100%;
    min-height: 3.55rem;
    padding: .8rem 1.05rem .8rem 3.25rem;
    border: 1px solid #e2e4e8;
    border-radius: .8rem;
    outline: 0;
    background: #f6f7f9;
    color: #23262b;
    font: inherit;
    font-size: .97rem;
    font-weight: 600;
}

.design-login-input[b-nue593l4bm]::placeholder {
    color: #89919d;
    font-weight: 500;
}

.design-login-input:focus[b-nue593l4bm] {
    border-color: #0175bd;
    background: #fff;
    box-shadow: 0 0 0 .22rem rgba(1, 117, 189, .18);
}

.design-login-field[b-nue593l4bm]  .validation-message {
    display: block;
    margin-top: .45rem;
    color: #b72d37;
    font-size: .82rem;
    line-height: 1.35;
}

.design-login-options[b-nue593l4bm] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .75rem 1rem;
    margin: .1rem 0 .35rem;
}

.design-login-remember[b-nue593l4bm] {
    display: flex;
    align-items: center;
    gap: .55rem;
    color: #6b7280;
    font-size: .86rem;
}

.design-login-remember input[b-nue593l4bm] {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: #0175bd;
}

.design-login-options a[b-nue593l4bm],
.design-login-register a[b-nue593l4bm] {
    color: #0175bd;
    font-size: .86rem;
    font-weight: 700;
    text-decoration: none;
}

.design-login-options a:hover[b-nue593l4bm],
.design-login-register a:hover[b-nue593l4bm] {
    color: #005f99;
    text-decoration: underline;
}

.design-login-submit[b-nue593l4bm],
.design-login-resend[b-nue593l4bm] {
    width: 100%;
    min-height: 3.5rem;
    border: 0;
    border-radius: .8rem;
    cursor: pointer;
    font: inherit;
    font-weight: 750;
}

.design-login-submit[b-nue593l4bm] {
    background: #0175bd;
    color: #fff;
}

.design-login-submit:hover:not(:disabled)[b-nue593l4bm] {
    background: #005f99;
}

.design-login-submit:focus-visible[b-nue593l4bm],
.design-login-resend:focus-visible[b-nue593l4bm] {
    outline: 3px solid rgba(1, 117, 189, .35);
    outline-offset: 3px;
}

.design-login-submit:disabled[b-nue593l4bm],
.design-login-resend:disabled[b-nue593l4bm] {
    cursor: wait;
    opacity: .65;
}

.design-login-resend[b-nue593l4bm] {
    border: 1px solid #cfd4dc;
    background: #fff;
    color: #0175bd;
}

.design-login-notice[b-nue593l4bm] {
    padding: .9rem 1rem;
    border: 1px solid transparent;
    border-radius: .7rem;
    font-size: .92rem;
    line-height: 1.45;
}

.design-login-notice-error[b-nue593l4bm] {
    border-color: #ecc4c7;
    background: #fff1f2;
    color: #8e2630;
}

.design-login-notice-success[b-nue593l4bm] {
    border-color: #bce1ce;
    background: #eefaf3;
    color: #1e6241;
}

.design-login-register[b-nue593l4bm] {
    margin: 1.35rem 0 0;
    color: #6b7280;
    font-size: .92rem;
    text-align: center;
}

.design-login-sr-only[b-nue593l4bm] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.design-login-machine-notice[b-nue593l4bm] { margin-top: 1.6rem; color: #626b78; font-size: .875rem; line-height: 1.7; }
.design-login-machine-notice hr[b-nue593l4bm] { margin: 0 0 1.25rem; border: 0; border-top: 1px solid #dce5ef; opacity: 1; }
.design-login-machine-notice p[b-nue593l4bm] { margin: 0; }
.design-login-machine-notice a[b-nue593l4bm] { color: #0175bd; font-weight: 700; white-space: nowrap; }
.design-login-machine-notice i[b-nue593l4bm] { margin-left: .15rem; font-size: .8em; }

@media (max-width: 960px) {
    .design-login-page[b-nue593l4bm] {
        grid-template-columns: 1fr;
    }

    .design-login-visual[b-nue593l4bm] {
        display: none;
    }

    .design-login-panel[b-nue593l4bm] {
        padding: clamp(1.5rem, 7vw, 4rem);
    }
}

@media (max-width: 420px) {
    .design-login-options[b-nue593l4bm] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Pages/Register.razor.rz.scp.css */
/* Registration mirrors the isolated login/forgot-password visual language. */
.design-register-page[b-vuwmxn82dv] {
    display: grid;
    min-height: 100vh;
    grid-template-columns: minmax(20rem, 5fr) minmax(26rem, 7fr);
    background: #fff;
    color: #2a2a2a;
    font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
}

.design-register-visual[b-vuwmxn82dv] {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    background-color: #0175bd;
    background-image: linear-gradient(135deg, rgba(0, 70, 115, .9), rgba(1, 117, 189, .78)), url("/images/design/landing-banner.png");
    background-position: center;
    background-size: cover;
}

.design-register-visual-content[b-vuwmxn82dv] {
    position: absolute;
    right: clamp(2rem, 8vw, 7rem);
    bottom: clamp(2.5rem, 10vh, 7rem);
    left: clamp(2rem, 8vw, 7rem);
    color: #fff;
}

.design-register-visual-logo[b-vuwmxn82dv] {
    display: block;
    width: 4.4rem;
    height: 4.4rem;
    object-fit: cover;
    object-position: center;
}

.design-register-visual-wordmark[b-vuwmxn82dv] {
    margin: 1.35rem 0 .45rem;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    letter-spacing: -.045em;
}

.design-register-visual-message[b-vuwmxn82dv] {
    max-width: 25rem;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 1.05rem;
    line-height: 1.7;
}

.design-register-panel[b-vuwmxn82dv] {
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: clamp(2rem, 7vw, 4rem);
    background: #fff;
}

.design-register-card[b-vuwmxn82dv] {
    width: min(100%, 42rem);
}

.design-register-wordmark[b-vuwmxn82dv] {
    display: inline-block;
    margin-bottom: clamp(2.25rem, 6vh, 4rem);
    color: #0175bd;
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -.04em;
    text-decoration: none;
}

.design-register-heading[b-vuwmxn82dv] {
    margin-bottom: 2rem;
}

.design-register-heading h1[b-vuwmxn82dv],
.design-register-completion h1[b-vuwmxn82dv] {
    margin: 0 0 .85rem;
    color: #242424;
    font-size: clamp(2.1rem, 4vw, 3.1rem);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: 1.07;
}

.design-register-heading h1[b-vuwmxn82dv] {
    color: #0175bd;
}

.design-register-heading p[b-vuwmxn82dv],
.design-register-completion p[b-vuwmxn82dv] {
    margin: 0;
    color: #69717f;
    line-height: 1.6;
}

.design-register-panel[b-vuwmxn82dv]  form.design-register-form {
    display: grid;
    gap: 1.15rem;
}

.design-register-fields[b-vuwmxn82dv] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
}

.design-register-field[b-vuwmxn82dv] {
    position: relative;
}

.design-register-field-wide[b-vuwmxn82dv] {
    grid-column: 1 / -1;
}

/* Font Awesome converts initial <i> markup into an SVG after render. */
.design-register-field > i[b-vuwmxn82dv],
.design-register-field[b-vuwmxn82dv]  .svg-inline--fa {
    position: absolute;
    z-index: 1;
    top: 1.18rem;
    left: 1.1rem;
    width: 1.05rem;
    height: 1.05rem;
    color: #8c95a3;
    font-size: 1.05rem;
    pointer-events: none;
}

.design-register-input[b-vuwmxn82dv] {
    display: block;
    width: 100%;
    min-height: 3.55rem;
    padding: .8rem 1.05rem .8rem 3.25rem;
    border: 1px solid #e2e4e8;
    border-radius: .8rem;
    outline: 0;
    background: #f6f7f9;
    color: #23262b;
    font: inherit;
    font-size: .97rem;
    font-weight: 600;
}

.design-register-input[b-vuwmxn82dv]::placeholder {
    color: #89919d;
    font-weight: 500;
}

.design-register-input:focus[b-vuwmxn82dv] {
    border-color: #0175bd;
    background: #fff;
    box-shadow: 0 0 0 .22rem rgba(1, 117, 189, .18);
}

.design-register-input:disabled[b-vuwmxn82dv] {
    cursor: not-allowed;
    border-color: #e2e4e8;
    background: #eef1f4;
    color: #6f7782;
    opacity: 1;
}

.design-register-hint[b-vuwmxn82dv],
.design-register-field[b-vuwmxn82dv]  .validation-message {
    display: block;
    margin-top: .45rem;
    font-size: .82rem;
    line-height: 1.35;
}

.design-register-hint[b-vuwmxn82dv] {
    color: #737b87;
}

.design-register-field[b-vuwmxn82dv]  .validation-message {
    color: #b72d37;
}

.design-register-legal-actions[b-vuwmxn82dv] {
    display: grid;
    gap: .8rem;
    margin: .15rem 0;
    padding: 1rem;
    border: 1px solid #e2e4e8;
    border-radius: .8rem;
}

.design-register-legal-actions legend[b-vuwmxn82dv] {
    padding: 0 .35rem;
    color: #4a5564;
    font-size: .9rem;
    font-weight: 500;
}

.design-register-legal-help[b-vuwmxn82dv] {
    margin: -.15rem 0 .2rem;
    color: #69717f;
    font-size: .82rem;
    line-height: 1.45;
}

.design-register-legal-action[b-vuwmxn82dv] {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    color: #626c79;
    font-size: .88rem;
    line-height: 1.45;
}

.design-register-legal-action input[b-vuwmxn82dv] {
    width: 1.05rem;
    height: 1.05rem;
    margin: .12rem 0 0;
    accent-color: #0175bd;
    flex: 0 0 auto;
}

.design-register-legal-action a[b-vuwmxn82dv],
.design-register-switch a[b-vuwmxn82dv] {
    color: #0175bd;
    font-weight: 700;
    text-decoration: none;
}

.design-register-legal-action a:hover[b-vuwmxn82dv],
.design-register-switch a:hover[b-vuwmxn82dv] {
    color: #005f99;
    text-decoration: underline;
}

.design-register-submit[b-vuwmxn82dv],
.design-register-sign-in-button[b-vuwmxn82dv],
.design-register-resend-button[b-vuwmxn82dv] {
    min-height: 3.5rem;
    border-radius: .8rem;
    font: inherit;
    font-weight: 750;
}

.design-register-submit[b-vuwmxn82dv] {
    width: 100%;
    border: 0;
    background: #0175bd;
    color: #fff;
    cursor: pointer;
}

.design-register-submit:hover:not(:disabled)[b-vuwmxn82dv],
.design-register-sign-in-button:hover[b-vuwmxn82dv] {
    background: #005f99;
}

.design-register-submit:focus-visible[b-vuwmxn82dv],
.design-register-sign-in-button:focus-visible[b-vuwmxn82dv],
.design-register-resend-button:focus-visible[b-vuwmxn82dv] {
    outline: 3px solid rgba(1, 117, 189, .35);
    outline-offset: 3px;
}

.design-register-submit:disabled[b-vuwmxn82dv],
.design-register-resend-button:disabled[b-vuwmxn82dv] {
    cursor: wait;
    opacity: .65;
}

.design-register-notice[b-vuwmxn82dv] {
    padding: .9rem 1rem;
    border: 1px solid #d9dee5;
    border-radius: .7rem;
    background: #f6f7f9;
    color: #505a67;
    font-size: .92rem;
    line-height: 1.45;
}

.design-register-notice p[b-vuwmxn82dv] {
    margin: .45rem 0 0;
}

.design-register-notice ul[b-vuwmxn82dv] {
    margin: .5rem 0 0;
    padding-left: 1.2rem;
}

.design-register-notice-error[b-vuwmxn82dv] {
    border-color: #ecc4c7;
    background: #fff1f2;
    color: #8e2630;
}

.design-register-notice-success[b-vuwmxn82dv] {
    border-color: #bce1ce;
    background: #eefaf3;
    color: #1e6241;
}

.design-register-switch[b-vuwmxn82dv] {
    margin: 1.35rem 0 0;
    color: #6b7280;
    font-size: .92rem;
    text-align: center;
}

.design-register-completion[b-vuwmxn82dv] {
    display: grid;
    gap: 1.35rem;
    width: min(100%, 32rem);
}

.design-register-completion-actions[b-vuwmxn82dv] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
}

.design-register-sign-in-button[b-vuwmxn82dv] {
    display: grid;
    place-items: center;
    border: 0;
    background: #0175bd;
    color: #fff;
    text-decoration: none;
}

.design-register-resend-button[b-vuwmxn82dv] {
    border: 1px solid #cfd4dc;
    background: #f1f3f5;
    color: #4b5563;
    cursor: pointer;
}

.design-register-resend-button:hover:not(:disabled)[b-vuwmxn82dv] {
    background: #e4e8ec;
}

.design-register-sr-only[b-vuwmxn82dv] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 960px) {
    .design-register-page[b-vuwmxn82dv] {
        grid-template-columns: 1fr;
    }

    .design-register-visual[b-vuwmxn82dv] {
        display: none;
    }

    .design-register-panel[b-vuwmxn82dv] {
        padding: clamp(1.5rem, 7vw, 4rem);
    }
}

@media (max-width: 620px) {
    .design-register-fields[b-vuwmxn82dv],
    .design-register-completion-actions[b-vuwmxn82dv] {
        grid-template-columns: 1fr;
    }
}
