/* /Components/LandingPage.razor.rz.scp.css */
.landing[b-akstb8j8rc] {
    --landing-accent: #0b78d1;
    --landing-ink: #0b1f3b;
    --landing-muted: rgba(11, 31, 59, 0.74);
    --landing-border: rgba(0, 0, 0, 0.08);
    --landing-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);

    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.landing-fullbleed[b-akstb8j8rc] {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.landing-container[b-akstb8j8rc] {
    max-width: 1200px;
    margin: 0 auto;
}

.landing-hero[b-akstb8j8rc] {
    padding: 3.25rem 0 2.75rem;
    color: var(--landing-ink);
    background:
        radial-gradient(1100px 420px at 18% 10%, rgba(11, 120, 209, 0.18), transparent 60%),
        radial-gradient(900px 420px at 85% 0%, rgba(16, 185, 129, 0.12), transparent 60%),
        linear-gradient(180deg, #ffffff, #f3f8ff);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.landing[b-akstb8j8rc]  .landing-eyebrow {
    color: rgba(0, 0, 0, 0.55);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.landing[b-akstb8j8rc]  .landing-title {
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.landing[b-akstb8j8rc]  .landing-subtitle {
    max-width: 46rem;
    color: var(--landing-muted);
    font-size: 1.05rem;
}

.landing[b-akstb8j8rc]  .landing-cta {
    flex-wrap: wrap;
}

.landing[b-akstb8j8rc]  .landing-cta-primary {
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(11, 31, 59, 0.1);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.landing[b-akstb8j8rc]  .landing-cta-link {
    border-radius: 999px;
    border-color: transparent !important;
    background: transparent !important;
    color: rgba(11, 31, 59, 0.9) !important;
}

.landing[b-akstb8j8rc]  .landing-cta-link:hover {
    background: rgba(11, 120, 209, 0.08) !important;
}

.landing[b-akstb8j8rc]  .landing-cta-link .rz-button-text {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.landing[b-akstb8j8rc]  .landing-onboarding {
    border: 1px solid rgba(11, 120, 209, 0.25);
    background: rgba(11, 120, 209, 0.06);
    border-radius: 14px;
    max-width: 60rem;
}

.landing[b-akstb8j8rc]  .landing-onboarding-row {
    flex-wrap: wrap;
}

.landing-onboarding-icon[b-akstb8j8rc] {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(11, 120, 209, 0.14);
    color: rgba(11, 31, 59, 0.9);
}

.landing[b-akstb8j8rc]  .landing-onboarding-text {
    flex: 1;
    min-width: 240px;
}

.landing[b-akstb8j8rc]  .landing-onboarding-title {
    margin: 0;
}

.landing[b-akstb8j8rc]  .landing-onboarding-subtitle {
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
}

.landing[b-akstb8j8rc]  .landing-onboarding-cta {
    border-radius: 999px;
    white-space: nowrap;
    border: 1px solid rgba(11, 120, 209, 0.42) !important;
    background: rgba(255, 255, 255, 0.75) !important;
    color: rgba(11, 31, 59, 0.92) !important;
}

.landing[b-akstb8j8rc]  .landing-onboarding-cta .rz-button-text,
.landing[b-akstb8j8rc]  .landing-onboarding-cta .rz-button-icon-left,
.landing[b-akstb8j8rc]  .landing-onboarding-cta .rzi {
    color: inherit !important;
}

.landing[b-akstb8j8rc]  .landing-onboarding-cta:hover {
    background: rgba(11, 120, 209, 0.12) !important;
}

.landing[b-akstb8j8rc]  .landing-symbol-badges {
    flex-wrap: wrap;
}

.landing-symbol-pill[b-akstb8j8rc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 12px 22px rgba(11, 31, 59, 0.06);
    font-size: 0.84rem;
    font-weight: 600;
    color: rgba(11, 31, 59, 0.9);
}

.landing[b-akstb8j8rc]  .landing-hero-media {
    min-height: 320px;
    border-radius: 14px;
    overflow: hidden;
    background:
        radial-gradient(900px 320px at 10% 15%, rgba(11, 120, 209, 0.33), rgba(0, 0, 0, 0) 55%),
        radial-gradient(900px 320px at 90% 10%, rgba(16, 185, 129, 0.2), rgba(0, 0, 0, 0) 55%),
        url('/pics/landing/mesosim-hero.webp');
    background-size: cover;
    background-position: center;
    box-shadow: var(--landing-shadow);
}

.landing[b-akstb8j8rc]  .landing-hero-media-column {
    margin-top: 2.45rem;
}

.landing[b-akstb8j8rc]  .landing-hero-media-title,
.landing[b-akstb8j8rc]  .landing-hero-media-text {
    color: var(--landing-ink);
}

.landing[b-akstb8j8rc]  .landing-hero-media-caption {
    padding: 0 0.25rem;
}

.landing[b-akstb8j8rc]  .landing-hero-media-caption-icon {
    color: rgba(11, 120, 209, 0.88);
}

.landing[b-akstb8j8rc]  .landing-hero-media-text {
    color: var(--landing-muted);
}

.landing-section[b-akstb8j8rc] {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.landing[b-akstb8j8rc]  .landing-section-title {
    margin: 0;
}

.landing[b-akstb8j8rc]  .landing-section-subtitle {
    margin: 0;
    color: rgba(0, 0, 0, 0.65);
    max-width: 64rem;
}

.landing[b-akstb8j8rc]  .landing-grid .rz-card {
    height: 100%;
}

.landing[b-akstb8j8rc]  .landing-card {
    height: 100%;
    border-radius: 14px;
}

.landing[b-akstb8j8rc]  .landing-card a {
    color: rgba(11, 72, 138, 0.95);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.landing-steps[b-akstb8j8rc] {
    margin-top: 1.25rem;
}

.landing-step[b-akstb8j8rc] {
    height: 100%;
    border-radius: 14px;
    border: 1px solid var(--landing-border);
    background: #ffffff;
    padding: 1rem 1rem 0.95rem;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.landing-step:hover[b-akstb8j8rc] {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
    border-color: rgba(11, 120, 209, 0.35);
}

.landing-step-active[b-akstb8j8rc] {
    border-color: rgba(11, 120, 209, 0.56);
    box-shadow: 0 16px 32px rgba(11, 120, 209, 0.14);
}

.landing[b-akstb8j8rc]  .landing-step-top {
    color: rgba(0, 0, 0, 0.72);
}

.landing-step-number[b-akstb8j8rc] {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: rgba(11, 31, 59, 0.92);
    background: linear-gradient(180deg, rgba(11, 120, 209, 0.34), rgba(11, 120, 209, 0.12));
    border: 1px solid rgba(11, 120, 209, 0.28);
}

.landing[b-akstb8j8rc]  .landing-step-icon {
    font-size: 22px;
}

.landing[b-akstb8j8rc]  .landing-step-title {
    margin: 0;
}

.landing[b-akstb8j8rc]  .landing-step-blurb {
    margin: 0;
    color: rgba(0, 0, 0, 0.62);
}

.landing[b-akstb8j8rc]  .landing-step-detail {
    margin-top: 1.25rem;
    border-radius: 14px;
    border: 1px solid var(--landing-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(244, 248, 255, 1));
}

.landing[b-akstb8j8rc]  .landing-step-detail-kicker {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.55);
}

.landing[b-akstb8j8rc]  .landing-step-detail-desc {
    color: rgba(0, 0, 0, 0.7);
}

.landing[b-akstb8j8rc]  .landing-step-detail-cta {
    border-radius: 999px;
}

.landing[b-akstb8j8rc]  .landing-bullets {
    padding-top: 0.25rem;
}

.landing[b-akstb8j8rc]  .landing-bullet-icon {
    margin-top: 2px;
    color: rgba(11, 120, 209, 0.8);
}

.landing[b-akstb8j8rc]  .landing-bullet-text {
    color: rgba(0, 0, 0, 0.78);
}

.landing-trust[b-akstb8j8rc] {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    background:
        radial-gradient(1000px 360px at 20% 0%, rgba(11, 120, 209, 0.12), transparent 55%),
        linear-gradient(180deg, #ffffff, #f4f8ff);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.landing[b-akstb8j8rc]  .landing-trust-header {
    margin-bottom: 1.25rem;
}

.landing[b-akstb8j8rc]  .landing-trust-card {
    border: 1px solid var(--landing-border);
}

.landing-trust-icon[b-akstb8j8rc] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(11, 120, 209, 0.1);
    color: rgba(11, 72, 138, 0.95);
}

.landing[b-akstb8j8rc]  .landing-muted {
    color: rgba(0, 0, 0, 0.68);
}

.landing[b-akstb8j8rc]  .landing-trust-links {
    margin-top: 0.75rem;
    flex-wrap: wrap;
}

.landing[b-akstb8j8rc]  .landing-link-button:hover {
    background: rgba(11, 120, 209, 0.08) !important;
}

.landing[b-akstb8j8rc]  .landing-link-button {
    border-radius: 999px;
    border-color: transparent !important;
    background: transparent !important;
}

.landing[b-akstb8j8rc]  .landing-link-button .rz-button-text {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.landing-footer[b-akstb8j8rc] {
    padding: 1.5rem 0;
    background: #0b1f3b;
    color: rgba(255, 255, 255, 0.9);
}

.landing-footer a[b-akstb8j8rc] {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.landing-footer a:hover[b-akstb8j8rc] {
    text-decoration: underline;
}

.landing-footer .landing-footer-copyright[b-akstb8j8rc] {
    color: #ffffff;
}

.landing-footer .landing-footer-copyright-text[b-akstb8j8rc] {
    color: #ffffff !important;
}

.landing-footer .landing-footer-copyright a[b-akstb8j8rc] {
    color: #ffffff;
    text-decoration: none;
}

.landing-footer .landing-footer-copyright a:hover[b-akstb8j8rc] {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .landing-hero[b-akstb8j8rc] {
        padding-top: 2.5rem;
        padding-bottom: 2.25rem;
    }

    .landing[b-akstb8j8rc]  .landing-hero-media-column {
        margin-top: 0;
    }

    .landing[b-akstb8j8rc]  .landing-onboarding-row {
        align-items: flex-start;
    }

    .landing[b-akstb8j8rc]  .landing-footer-row {
        flex-direction: column;
        gap: 0.75rem;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.feed-card[b-fhxhfld6b4] {
  border-left: 4px solid var(--rz-secondary);
}
.feed-deltaray[b-fhxhfld6b4] { border-left-color: var(--rz-info); }
.feed-hub[b-fhxhfld6b4] { border-left-color: var(--rz-warning); }
.feed-arxiv[b-fhxhfld6b4] { border-left-color: var(--rz-primary); }
.feed-item[b-fhxhfld6b4] { margin-bottom: 0.5rem; }
.feed-meta[b-fhxhfld6b4] { color: var(--rz-text-secondary); }

.snapshot-card[b-fhxhfld6b4] {
  border-left: 4px solid var(--rz-primary);
  background: linear-gradient(90deg, rgba(0,0,0,0.02), rgba(0,0,0,0));
}
.snapshot-card .rz-card-body[b-fhxhfld6b4] { padding: 0.45rem 0.75rem; }
.snapshot-right .rz-card-body[b-fhxhfld6b4] { display: flex; justify-content: space-between; align-items: center; }
.snapshot-row[b-fhxhfld6b4] { display: flex; align-items: center; gap: 1rem; width: 100%; }
.snapshot-title[b-fhxhfld6b4] { flex: 1; min-width: 0; font-weight: 800; font-size: 1.6rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.snapshot-right[b-fhxhfld6b4] { width: 66.6667%; margin-left: auto; }
@media (max-width: 992px) {
  .snapshot-right[b-fhxhfld6b4] { width: 100%; }
  .snapshot-title[b-fhxhfld6b4] { font-size: 1.45rem; }
}

/* Subtle dark-blue gradient text for the hero heading (no theme vars) */
.snapshot-title[b-fhxhfld6b4] { color: #2b3f8f; }
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .snapshot-title[b-fhxhfld6b4] {
    background-image: linear-gradient(90deg, #1f2b6e 0%, #2d3f8f 60%, #3a5aa8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
.snapshot-inline[b-fhxhfld6b4] {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}
.snapshot-inline[b-fhxhfld6b4]::-webkit-scrollbar { display: none; }
.snapshot-item[b-fhxhfld6b4] {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.snapshot-icon[b-fhxhfld6b4] { font-size: 18px; }
.snapshot-number[b-fhxhfld6b4] { font-weight: 700; font-size: 1rem; }
.snapshot-label[b-fhxhfld6b4] { color: var(--rz-text-secondary); font-size: 0.95rem; }
.snapshot-link[b-fhxhfld6b4] { font-weight: 600; }
.snapshot-sep[b-fhxhfld6b4] { color: var(--rz-text-secondary); font-weight: 400; }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-3v2uwytowq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3v2uwytowq] {
    flex: 1;
    padding: 3rem 1.5rem 6rem;
}

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

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

    .top-row[b-3v2uwytowq]  a, .top-row .btn-link[b-3v2uwytowq] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

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

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

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

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

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

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

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

    .top-row[b-3v2uwytowq], article[b-3v2uwytowq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar.is-fresh[b-ph1tkokml2] {
    align-items: stretch;
    position: relative;
    min-height: 3.8rem;
    transition: all .3s;
    width: 100%;
    z-index: 99;
    padding-top: unset;
    padding-bottom: unset;
}

.navbar.is-fresh .container[b-ph1tkokml2] {
    min-height: 3rem
}

.navbar.is-fresh.no-shadow[b-ph1tkokml2] {
    box-shadow: none !important
}

.navbar.is-fresh .navbar-burger[b-ph1tkokml2] {
    width: 4rem;
    height: 4rem
}

.navbar.is-fresh .navbar-brand[b-ph1tkokml2] {
    min-height: 3rem;
}

.navbar.is-fresh .navbar-brand img[b-ph1tkokml2] {
    max-height: 36px !important;
    height: 36px
}

.navbar.is-fresh .navbar-brand:hover .navbar-item[b-ph1tkokml2] {
    background: 0 0 !important
}

.navbar.is-fresh .navbar-end[b-ph1tkokml2] {
    align-items: center
}

.navbar.is-fresh .navbar-item[b-ph1tkokml2] {
    color: #999
}

.navbar.is-fresh .navbar-item.is-secondary:hover[b-ph1tkokml2] {
    color: #f39200 !important
}

.navbar.is-fresh .navbar-item.has-dropdown[b-ph1tkokml2] {
    padding: 10px 0
}

.navbar.is-fresh .navbar-item.has-dropdown .navbar-link[b-ph1tkokml2] {
    color: #999
}

.navbar.is-fresh .navbar-item.has-dropdown .navbar-link[b-ph1tkokml2]:after {
    top: 55%;
    height: .5em;
    width: .5em;
    border-width: 2px;
    border-color: #999
}

.navbar.is-fresh .navbar-item.has-dropdown .navbar-dropdown[b-ph1tkokml2] {
    top: 3.4rem;
    min-width: 220px;
    margin-top: 4px;
    border-top-color: #f39200
}

.navbar.is-fresh .navbar-item.has-dropdown .navbar-dropdown .navbar-item[b-ph1tkokml2] {
    padding: 10px 20px
}

.navbar.is-fresh .navbar-item.has-dropdown:hover .navbar-link[b-ph1tkokml2] {
    color: #f39200
}

.navbar.is-fresh .navbar-item.has-dropdown:hover .navbar-link[b-ph1tkokml2]:after {
    border-color: #f39200
}

.navbar.is-fresh .navbar-item .signup[b-ph1tkokml2] {
    display: block;
    line-height: 0;
    font-size: .9rem !important
}

.navbar.is-fresh.is-fixed[b-ph1tkokml2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 4rem !important;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .12)
}

