/* /Ai/Components/MesoSimAiBacktestPanel.razor.rz.scp.css */
.ai-backtest-panel[b-r9uybqi6rj] {
    height: 100%;
    min-height: 0;
}

.ai-backtest-panel[b-r9uybqi6rj]  .ai-workspace-shell,
.ai-backtest-panel[b-r9uybqi6rj]  .ai-chat-panel {
    height: 100%;
    min-height: 0;
}

.ai-backtest-panel__loading[b-r9uybqi6rj],
.ai-backtest-panel__blocked-card[b-r9uybqi6rj] {
    border-radius: 20px;
}

.ai-backtest-panel__blocked-card[b-r9uybqi6rj] {
    height: 100%;
    min-height: 0;
    background:
        radial-gradient(circle at top left, rgba(255, 247, 217, 0.42), transparent 38%),
        linear-gradient(180deg, #f9fbfd 0%, #f0f4f8 100%);
}

.ai-backtest-panel[b-r9uybqi6rj]  .ai-backtest-panel__clone-button {
    align-self: flex-start;
    width: auto;
    display: inline-flex;
    max-width: max-content;
}
/* /Ai/Components/MesoSimAiChatGPTHostedAssistantPanel.razor.rz.scp.css */
.ai-chatgpt-hosted-assistant-panel[b-hubdmovz5u] {
    border-radius: 18px;
    border: 1px solid rgba(12, 24, 44, 0.1);
    background:
        radial-gradient(circle at top left, rgba(255, 247, 217, 0.9), transparent 32%),
        linear-gradient(180deg, #fffdf5 0%, #f7f2df 100%);
}

.ai-chatgpt-hosted-assistant-panel--inline[b-hubdmovz5u] {
    border-radius: 14px;
    background:
        radial-gradient(circle at top left, rgba(255, 247, 217, 0.82), transparent 26%),
        linear-gradient(180deg, #fffef9 0%, #f9f3e4 100%);
}

.ai-chatgpt-hosted-assistant-panel__icon[b-hubdmovz5u] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    color: #9a5d00;
    background: rgba(255, 196, 64, 0.18);
}

.ai-chatgpt-hosted-assistant-panel__copy[b-hubdmovz5u] {
    flex: 1 1 auto;
}

.ai-chatgpt-hosted-assistant-panel--inline .ai-chatgpt-hosted-assistant-panel__icon[b-hubdmovz5u] {
    width: 2.25rem;
    height: 2.25rem;
}

.ai-chatgpt-hosted-assistant-panel__primary-link.rz-link[b-hubdmovz5u] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    background: linear-gradient(135deg, #0b4f6c 0%, #176087 100%);
}

.ai-chatgpt-hosted-assistant-panel__primary-link.rz-link:hover[b-hubdmovz5u],
.ai-chatgpt-hosted-assistant-panel__primary-link.rz-link:focus[b-hubdmovz5u] {
    color: #fff;
    text-decoration: none;
    filter: brightness(1.03);
}

@media (max-width: 768px) {
    .ai-chatgpt-hosted-assistant-panel__primary-link.rz-link[b-hubdmovz5u] {
        width: 100%;
    }
}
/* /Ai/Components/MesoSimAiChatPanel.razor.rz.scp.css */
.ai-chat-panel[b-55kww7geyl] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.ai-chat-panel__shell[b-55kww7geyl] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    border: 1px solid rgba(12, 24, 44, 0.1);
    border-radius: 20px;
    background:
        radial-gradient(circle at top left, rgba(222, 234, 248, 0.9), transparent 38%),
        linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
}

.ai-chat-panel__shell--readonly[b-55kww7geyl] {
    background:
        radial-gradient(circle at top left, rgba(255, 247, 217, 0.42), transparent 38%),
        linear-gradient(180deg, #f9fbfd 0%, #f0f4f8 100%);
}

.ai-chat-panel__header[b-55kww7geyl] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
    padding: 1rem 1rem 0.75rem 1rem;
    border-bottom: 1px solid rgba(12, 24, 44, 0.08);
}

.ai-chat-panel__header-copy[b-55kww7geyl] {
    min-width: 0;
}

.ai-chat-panel__header-actions[b-55kww7geyl] {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem 0.65rem;
    min-width: 0;
}

.ai-chat-panel__header-actions :deep(.rz-button)[b-55kww7geyl] {
    margin-left: auto;
}

.ai-chat-panel__transcript[b-55kww7geyl] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ai-chat-panel__composer[b-55kww7geyl] {
    border-top: 1px solid rgba(12, 24, 44, 0.08);
    padding: 1rem;
    background: rgba(255, 255, 255, 0.82);
}

.ai-chat-panel__shell--readonly .ai-chat-panel__composer[b-55kww7geyl] {
    background: rgba(250, 246, 234, 0.82);
}

.ai-chat-panel__composer-footer[b-55kww7geyl] {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.ai-chat-panel__empty[b-55kww7geyl],
.ai-chat-panel__loading[b-55kww7geyl],
.ai-chat-panel__gate[b-55kww7geyl] {
    border-radius: 18px;
}

.ai-message[b-55kww7geyl] {
    border-radius: 18px;
    border: 1px solid rgba(12, 24, 44, 0.1);
    box-shadow: none;
}

.ai-message--user[b-55kww7geyl] {
    align-self: flex-end;
    width: min(88%, 42rem);
    background: linear-gradient(135deg, #0b4f6c 0%, #176087 100%);
    color: #fff;
}

.ai-message--assistant[b-55kww7geyl] {
    align-self: stretch;
    background: rgba(255, 255, 255, 0.92);
}

.ai-message__meta[b-55kww7geyl] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.78rem;
    opacity: 0.75;
    margin-bottom: 0.6rem;
}

.ai-message__body[b-55kww7geyl] {
    font-size: 0.95rem;
    line-height: 1.5;
}

.ai-message__body :deep(pre)[b-55kww7geyl] {
    white-space: pre-wrap;
    background: rgba(13, 32, 55, 0.06);
    padding: 0.75rem;
    border-radius: 12px;
}

.ai-message__body--plain[b-55kww7geyl] {
    white-space: pre-wrap;
}

.ai-message__actions[b-55kww7geyl] {
    margin-top: 0.9rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.ai-message__draft-card[b-55kww7geyl],
.ai-message__summary-card[b-55kww7geyl] {
    margin-top: 0.75rem;
    border-radius: 14px;
    background: rgba(245, 249, 254, 0.95);
}

.ai-message__errors[b-55kww7geyl] {
    margin: 0.25rem 0 0 1rem;
    padding: 0;
}

@media (max-width: 768px) {
    .ai-chat-panel__header[b-55kww7geyl] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .ai-chat-panel__header-actions[b-55kww7geyl] {
        margin-left: 0;
        justify-content: space-between;
    }

    .ai-chat-panel__composer-footer[b-55kww7geyl] {
        flex-direction: column;
        align-items: stretch;
    }

    .ai-message--user[b-55kww7geyl] {
        width: 100%;
    }
}
/* /Ai/Components/MesoSimAiConversationSidebar.razor.rz.scp.css */
.ai-conversation-sidebar[b-bhkclsl5bp] {
    height: 100%;
    min-height: 0;
}

.ai-conversation-sidebar[b-bhkclsl5bp]  .ai-conversation-sidebar__card {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(243, 247, 252, 0.98) 0%, rgba(233, 241, 250, 0.96) 100%);
}

.ai-conversation-sidebar[b-bhkclsl5bp]  .ai-conversation-sidebar__stack {
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
}

.ai-conversation-sidebar__list[b-bhkclsl5bp] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 0;
}

.ai-conversation-sidebar__conversation[b-bhkclsl5bp] {
    width: 100%;
    border: 1px solid rgba(12, 24, 44, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    padding: 0.8rem 0.9rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.ai-conversation-sidebar__conversation--active[b-bhkclsl5bp] {
    border-color: rgba(17, 84, 126, 0.35);
    box-shadow: inset 0 0 0 1px rgba(17, 84, 126, 0.15);
    background: rgba(255, 255, 255, 0.96);
}

.ai-conversation-sidebar__conversation-title[b-bhkclsl5bp] {
    font-weight: 600;
    color: #0f2438;
}

.ai-conversation-sidebar__conversation-meta[b-bhkclsl5bp] {
    font-size: 0.8rem;
    color: #5b6c7d;
}

@media (min-width: 768px) {
    .ai-conversation-sidebar__list[b-bhkclsl5bp] {
        overflow: auto;
        padding-right: 0.35rem;
    }
}
/* /Ai/Components/MesoSimAiQuotaSummary.razor.rz.scp.css */
.ai-quota-summary[b-nhxq2y6m1b] {
    border-radius: 18px;
    padding: 1rem 1.15rem;
    background:
        radial-gradient(circle at top left, rgba(223, 233, 244, 0.88), transparent 40%),
        linear-gradient(180deg, rgba(250, 252, 255, 0.96) 0%, rgba(242, 247, 252, 0.98) 100%);
}

.ai-quota-summary--inline[b-nhxq2y6m1b] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
    min-width: 0;
}

.ai-quota-summary__window[b-nhxq2y6m1b] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.ai-quota-summary__inline-label[b-nhxq2y6m1b] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    min-width: 0;
    color: #4a5f74;
}

.ai-quota-summary__inline-title[b-nhxq2y6m1b] {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.ai-quota-summary__inline-pills[b-nhxq2y6m1b] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.35rem;
    min-width: 0;
}

.ai-quota-summary__pill[b-nhxq2y6m1b] {
    --ai-quota-progress: 0%;
    --ai-quota-fill-start: rgba(47, 111, 185, 0.28);
    --ai-quota-fill-end: rgba(80, 140, 206, 0.14);
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 1.8rem;
    padding: 0.24rem 0.65rem;
    border: 1px solid rgba(16, 36, 63, 0.11);
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            var(--ai-quota-fill-start) 0,
            var(--ai-quota-fill-end) var(--ai-quota-progress),
            rgba(255, 255, 255, 0.84) var(--ai-quota-progress),
            rgba(255, 255, 255, 0.84) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    white-space: nowrap;
}

.ai-quota-summary__pill--warning[b-nhxq2y6m1b] {
    --ai-quota-fill-start: rgba(214, 142, 28, 0.3);
    --ai-quota-fill-end: rgba(236, 184, 74, 0.16);
}

.ai-quota-summary__pill--danger[b-nhxq2y6m1b] {
    --ai-quota-fill-start: rgba(191, 68, 68, 0.32);
    --ai-quota-fill-end: rgba(221, 110, 110, 0.18);
}

.ai-quota-summary__pill-label[b-nhxq2y6m1b],
.ai-quota-summary__pill-value[b-nhxq2y6m1b] {
    font-size: 0.76rem;
    line-height: 1;
}

.ai-quota-summary__pill-label[b-nhxq2y6m1b] {
    font-weight: 700;
    color: #33485d;
}

.ai-quota-summary__pill-value[b-nhxq2y6m1b] {
    color: #566d82;
    font-weight: 600;
}

.ai-quota-summary__info-icon[b-nhxq2y6m1b] {
    color: #58708a;
    cursor: help;
    font-size: 0.95rem;
}

.ai-quota-summary__info-icon:hover[b-nhxq2y6m1b] {
    color: #1f5b83;
}

.ai-quota-summary__info-icon--inline[b-nhxq2y6m1b] {
    font-size: 0.9rem;
}

.ai-quota-summary__progress[b-nhxq2y6m1b] {
    --rz-progressbar-border-radius: 999px;
}

@media (max-width: 768px) {
    .ai-quota-summary--inline[b-nhxq2y6m1b] {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .ai-quota-summary__inline-pills[b-nhxq2y6m1b] {
        justify-content: flex-start;
    }
}
/* /Ai/Components/MesoSimAiWorkspaceShell.razor.rz.scp.css */
.ai-workspace-shell[b-mnoc732x74] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: 0.5rem 0;
}

.ai-workspace-shell[b-mnoc732x74]  .ai-workspace-shell__row {
    flex: 1 1 auto;
    min-height: 0;
}

.ai-workspace-shell[b-mnoc732x74]  .ai-workspace-shell__sidebar-column,
.ai-workspace-shell[b-mnoc732x74]  .ai-workspace-shell__content-column {
    min-height: 0;
}

@media (min-width: 768px) {
    .ai-workspace-shell[b-mnoc732x74]  .ai-workspace-shell__row {
        height: 100%;
        align-items: stretch;
    }

    .ai-workspace-shell[b-mnoc732x74]  .ai-workspace-shell__sidebar-column,
    .ai-workspace-shell[b-mnoc732x74]  .ai-workspace-shell__content-column {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 0;
        overflow: hidden;
    }
}
/* /Components/BacktestEventViewer.razor.rz.scp.css */
.backtest-event-viewer__mobile[b-s16t1fz26j] {
  width: 100%;
  min-width: 0;
}

.backtest-event-viewer__mobile-toolbar[b-s16t1fz26j] {
  gap: 0.75rem;
  flex-wrap: wrap;
}

.backtest-event-viewer__mobile-summary[b-s16t1fz26j] {
  font-weight: 700;
}

.backtest-event-viewer__mobile-pager[b-s16t1fz26j] {
  flex-wrap: wrap;
}

.backtest-event-viewer__mobile-list[b-s16t1fz26j] {
  width: 100%;
  min-width: 0;
}

.backtest-event-viewer__card[b-s16t1fz26j] {
  width: 100%;
  min-width: 0;
  border-left: 4px solid var(--rz-primary);
  box-sizing: border-box;
}

.backtest-event-viewer__card-top[b-s16t1fz26j] {
  gap: 0.75rem;
}

.backtest-event-viewer__sim-time[b-s16t1fz26j] {
  font-weight: 700;
  line-height: 1.35;
}

.backtest-event-viewer__message[b-s16t1fz26j] {
  line-height: 1.45;
  word-break: break-word;
}

.backtest-event-viewer__metrics[b-s16t1fz26j] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.backtest-event-viewer__metric[b-s16t1fz26j] {
  padding: 0.65rem 0.75rem;
  border-radius: 0.8rem;
  background: rgba(15, 23, 42, 0.04);
  min-width: 0;
}

.backtest-event-viewer__metric-label[b-s16t1fz26j] {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--rz-text-secondary);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.backtest-event-viewer__metric-value[b-s16t1fz26j] {
  display: block;
  font-weight: 700;
  word-break: break-word;
}

.backtest-event-viewer__vars[b-s16t1fz26j] {
  min-width: 0;
}

@media (max-width: 480px) {
  .backtest-event-viewer__mobile-toolbar[b-s16t1fz26j] {
    align-items: stretch;
  }

  .backtest-event-viewer__mobile-pager[b-s16t1fz26j] {
    width: 100%;
  }

  .backtest-event-viewer__mobile-pager[b-s16t1fz26j]  .rz-button {
    flex: 1 1 0;
  }

  .backtest-event-viewer__metrics[b-s16t1fz26j] {
    grid-template-columns: 1fr;
  }
}
/* /Components/BacktestPositionMonitor.razor.rz.scp.css */
.backtest-position-monitor[b-iiyvo1fdjl],
.backtest-position-monitor__graph-card[b-iiyvo1fdjl],
.backtest-position-monitor__sidecharts-card[b-iiyvo1fdjl],
.backtest-position-monitor__controls-card[b-iiyvo1fdjl] {
  min-width: 0;
}

.backtest-position-monitor__risk-graph[b-iiyvo1fdjl] {
  height: 360px;
  min-height: 320px;
}

.backtest-position-monitor__buttons[b-iiyvo1fdjl] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.backtest-position-monitor__control-block[b-iiyvo1fdjl] {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.backtest-position-monitor__control-label[b-iiyvo1fdjl] {
  color: var(--rz-text-secondary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.backtest-position-monitor__asof[b-iiyvo1fdjl] {
  line-height: 1.45;
  word-break: break-word;
}
/* /Components/BacktestStatistics.razor.rz.scp.css */
.backtest-statistics__empty[b-zyqgn4vcxa] {
  text-align: center;
}

.backtest-statistics__table[b-zyqgn4vcxa] {
  font-size: 10px !important;
  vertical-align: top;
}

.backtest-statistics--compact[b-zyqgn4vcxa] {
  min-width: 0;
}

.backtest-statistics__metric-card[b-zyqgn4vcxa] {
  padding: 0.8rem 0.9rem;
  border-radius: 0.85rem;
  background: rgba(15, 23, 42, 0.04);
  min-width: 0;
}

.backtest-statistics__metric-label[b-zyqgn4vcxa] {
  margin-bottom: 0.5rem;
  color: var(--rz-text-secondary);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.backtest-statistics__metric-values[b-zyqgn4vcxa] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.backtest-statistics__value-group[b-zyqgn4vcxa] {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.backtest-statistics__value-caption[b-zyqgn4vcxa] {
  color: var(--rz-text-secondary);
  font-size: 0.76rem;
}

.backtest-statistics__value[b-zyqgn4vcxa] {
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
  word-break: break-word;
}

@media (max-width: 480px) {
  .backtest-statistics__metric-values[b-zyqgn4vcxa] {
    grid-template-columns: 1fr;
  }
}
/* /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-hero-media-mobile[b-akstb8j8rc] {
    display: none;
}

.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[b-akstb8j8rc] {
        gap: 2rem;
    }

    .landing-fullbleed[b-akstb8j8rc] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .landing-hero[b-akstb8j8rc] {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .landing[b-akstb8j8rc]  .landing-title {
        font-size: clamp(2.3rem, 8vw, 3.25rem);
        line-height: 1.05;
    }

    .landing[b-akstb8j8rc]  .landing-subtitle {
        font-size: 1rem;
    }

    .landing[b-akstb8j8rc]  .landing-subtitle br {
        display: none;
    }

    .landing[b-akstb8j8rc]  .landing-cta {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .landing[b-akstb8j8rc]  .landing-cta .rz-button,
    .landing[b-akstb8j8rc]  .landing-onboarding-cta,
    .landing[b-akstb8j8rc]  .landing-link-button {
        width: 100% !important;
    }

    .landing[b-akstb8j8rc]  .landing-cta .rz-button-box,
    .landing[b-akstb8j8rc]  .landing-onboarding-cta .rz-button-box,
    .landing[b-akstb8j8rc]  .landing-link-button .rz-button-box {
        justify-content: center !important;
    }

    .landing[b-akstb8j8rc]  .landing-onboarding-row {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .landing[b-akstb8j8rc]  .landing-onboarding-text {
        min-width: 0;
    }

    .landing[b-akstb8j8rc]  .landing-symbol-badges {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 0.45rem;
    }

    .landing-symbol-pill[b-akstb8j8rc] {
        padding: 0.28rem 0.55rem;
        font-size: 0.78rem;
    }

    .landing[b-akstb8j8rc]  .landing-trust-links {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .landing[b-akstb8j8rc]  .landing-hero-media {
        min-height: 240px;
    }

    .landing-hero-media-mobile[b-akstb8j8rc] {
        display: block;
    }

    .landing[b-akstb8j8rc]  .landing-footer-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.75rem;
    }

    .landing[b-akstb8j8rc]  .landing-footer-links {
        display: flex !important;
        width: 100%;
        flex-wrap: wrap !important;
        gap: 0.5rem 0.75rem;
    }

    .landing[b-akstb8j8rc]  .landing-hero-media-column {
        display: none;
    }
}

@media (max-width: 480px) {
    .landing[b-akstb8j8rc] {
        gap: 1.75rem;
    }

    .landing-fullbleed[b-akstb8j8rc] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .landing-hero[b-akstb8j8rc] {
        padding-top: 1.5rem;
        padding-bottom: 1.75rem;
    }

    .landing[b-akstb8j8rc]  .landing-title {
        font-size: clamp(2rem, 12vw, 2.75rem);
    }

    .landing-step[b-akstb8j8rc] {
        padding: 0.9rem;
    }
}
/* /Pages/Account.razor.rz.scp.css */
.account-loading-shell[b-0tmok1v8qa] {
    display: flex;
    justify-content: center;
    padding: 2rem 0 2.5rem;
}

.account-loading-card[b-0tmok1v8qa] {
    width: min(100%, 38rem);
    border-radius: 22px;
    border: 1px solid rgba(17, 39, 67, 0.1);
    box-shadow: 0 20px 42px rgba(16, 24, 40, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 253, 0.99));
}

.account-page[b-0tmok1v8qa] {
    --account-ink: #112743;
    --account-ink-soft: rgba(17, 39, 67, 0.72);
    --account-border: rgba(17, 39, 67, 0.1);
    --account-shadow: 0 20px 42px rgba(16, 24, 40, 0.08);

    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.4rem 0 2.5rem;
    color: var(--account-ink);
}

.account-page[b-0tmok1v8qa]::before {
    content: "Your MesoSim account";
    display: block;
    width: min(100%, 1160px);
    margin: 0 auto;
    padding: 0 0.15rem;
    box-sizing: border-box;
    color: rgba(17, 39, 67, 0.98);
    letter-spacing: -0.02em;
    font-size: clamp(1.55rem, 2vw, 2rem);
    font-weight: 800;
    line-height: 1.05;
}

.account-page a[b-0tmok1v8qa] {
    color: rgba(11, 72, 138, 0.96);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.account-container[b-0tmok1v8qa] {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.account-section[b-0tmok1v8qa] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.account-page[b-0tmok1v8qa]  .account-panel {
    height: 100%;
    padding: 1rem 1.05rem;
    border-radius: 22px;
    border: 1px solid var(--account-border);
    box-shadow: var(--account-shadow);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 253, 0.99));
}

.account-page[b-0tmok1v8qa]  .account-panel--soft {
    background:
        radial-gradient(720px 220px at 0% 0%, rgba(11, 120, 209, 0.08), transparent 55%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 253, 0.99));
}

.account-panel__head[b-0tmok1v8qa] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.95rem;
}

.account-page[b-0tmok1v8qa]  .account-panel__eyebrow {
    margin: 0;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(17, 39, 67, 0.56);
    font-weight: 800;
}

.account-panel__head[b-0tmok1v8qa]  h5,
.account-panel__head[b-0tmok1v8qa]  h6 {
    margin: 0;
}

.account-detail-grid[b-0tmok1v8qa] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.account-detail-card[b-0tmok1v8qa] {
    padding: 0.9rem 0.95rem;
    border-radius: 18px;
    border: 1px solid rgba(17, 39, 67, 0.08);
    background: linear-gradient(180deg, #ffffff, #f7fafc);
}

.account-detail-card__label[b-0tmok1v8qa],
.account-group__label[b-0tmok1v8qa] {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(17, 39, 67, 0.5);
}

.account-detail-card__value[b-0tmok1v8qa] {
    margin-top: 0.34rem;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
    color: rgba(17, 39, 67, 0.96);
}

.account-detail-card__copy[b-0tmok1v8qa] {
    margin-top: 0.3rem;
    font-size: 0.85rem;
    line-height: 1.55;
    color: rgba(17, 39, 67, 0.7);
}

.account-action-strip[b-0tmok1v8qa] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.95rem;
    margin-top: 1.3rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(17, 39, 67, 0.08);
}

.account-page[b-0tmok1v8qa]  .account-action-strip__button {
    border-radius: 999px;
    border: 1px solid rgba(17, 39, 67, 0.12) !important;
    min-height: 2.5rem;
}

.account-page[b-0tmok1v8qa]  .account-action-strip__button .rz-button-text,
.account-page[b-0tmok1v8qa]  .account-action-strip__button .rz-button-icon-left,
.account-page[b-0tmok1v8qa]  .account-action-strip__button .rzi {
    color: inherit !important;
}

.account-profile-list[b-0tmok1v8qa] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.account-profile-list + .account-group[b-0tmok1v8qa] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(17, 39, 67, 0.08);
}

.account-profile-row[b-0tmok1v8qa] {
    display: grid;
    grid-template-columns: minmax(0, 8rem) minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(17, 39, 67, 0.08);
}

.account-profile-row:last-child[b-0tmok1v8qa] {
    padding-bottom: 0;
    border-bottom: 0;
}

.account-profile-row__label[b-0tmok1v8qa] {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(17, 39, 67, 0.52);
}

.account-profile-row__value[b-0tmok1v8qa] {
    min-width: 0;
    font-size: 0.96rem;
    line-height: 1.5;
    color: rgba(17, 39, 67, 0.94);
}

.account-profile-row__value--code[b-0tmok1v8qa] {
    word-break: break-word;
    font-family: SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.86rem;
}

.account-pill-group[b-0tmok1v8qa] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.account-pill[b-0tmok1v8qa] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.34rem 0.72rem;
    border-radius: 999px;
    border: 1px solid rgba(17, 39, 67, 0.1);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 12px 22px rgba(11, 31, 59, 0.05);
    font-size: 0.82rem;
    font-weight: 700;
    color: rgba(17, 39, 67, 0.92);
}

.account-pill--accent[b-0tmok1v8qa] {
    border-color: rgba(21, 148, 160, 0.28);
    background: rgba(21, 148, 160, 0.1);
}

.account-pill--muted[b-0tmok1v8qa] {
    color: rgba(17, 39, 67, 0.64);
    background: rgba(244, 247, 250, 0.92);
}

.account-group + .account-group[b-0tmok1v8qa] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(17, 39, 67, 0.08);
}

@media (max-width: 767px) {
    .account-loading-shell[b-0tmok1v8qa] {
        padding-top: 1.25rem;
    }

    .account-page[b-0tmok1v8qa] {
        gap: 1rem;
        padding-top: 1rem;
    }

    .account-detail-grid[b-0tmok1v8qa] {
        grid-template-columns: 1fr;
    }

    .account-profile-row[b-0tmok1v8qa] {
        grid-template-columns: 1fr;
        gap: 0.28rem;
    }

    .account-action-strip[b-0tmok1v8qa] {
        flex-direction: column;
    }

    .account-page[b-0tmok1v8qa]  .account-action-strip__button {
        width: 100%;
    }
}
/* /Pages/Ai/Chat.razor.rz.scp.css */
.ai-page__content[b-n8c4v3kg1o] {
    min-height: 0;
}

.ai-page__workspace-host[b-n8c4v3kg1o] {
    min-height: 0;
}

.ai-page__detail-column[b-n8c4v3kg1o] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 0;
}

.ai-page__chat-host[b-n8c4v3kg1o] {
    min-height: 0;
}

@media (min-width: 768px) {
    .ai-page__content[b-n8c4v3kg1o] {
        display: flex;
        flex-direction: column;
        height: calc(100dvh - 6rem);
        margin-bottom: -6rem;
        min-height: 0;
    }

    .ai-page__workspace-host[b-n8c4v3kg1o] {
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
    }

    .ai-page__workspace-host[b-n8c4v3kg1o]  .ai-workspace-shell {
        height: 100%;
        min-height: 0;
    }

    .ai-page__detail-column[b-n8c4v3kg1o] {
        gap: 0.75rem;
        height: 100%;
        min-height: 0;
        overflow: hidden;
    }

    .ai-page__chat-host[b-n8c4v3kg1o] {
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
    }

    .ai-page__chat-host[b-n8c4v3kg1o]  .ai-chat-panel {
        height: 100%;
        min-height: 0;
    }
}
/* /Pages/BacktestDetail.razor.rz.scp.css */
.backtest-detail[b-vmtpjajzr5],
.backtest-overview[b-vmtpjajzr5],
.backtest-detail-panel[b-vmtpjajzr5],
.backtest-overview__charts-col[b-vmtpjajzr5],
.backtest-overview__stats-col[b-vmtpjajzr5] {
  min-width: 0;
}

.backtest-detail[b-vmtpjajzr5] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.backtest-detail__tab-picker[b-vmtpjajzr5] {
  margin-bottom: 0.5rem;
}

.backtest-detail__tabs[b-vmtpjajzr5]  .rz-tabview-nav {
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: none;
}

.backtest-detail__tabs[b-vmtpjajzr5]  .rz-tabview-nav::-webkit-scrollbar {
  display: none;
}

.backtest-detail__tabs[b-vmtpjajzr5]  .rz-tabview-nav li {
  flex: 0 0 auto;
}

.backtest-detail__tabs[b-vmtpjajzr5]  .rz-tabview-panels {
  padding: 1rem 0 0;
}

.backtest-detail__ai-panel[b-vmtpjajzr5] {
  min-height: 0;
}

.backtest-overview[b-vmtpjajzr5]  .backtest-overview__header {
  align-items: stretch;
}

.backtest-overview[b-vmtpjajzr5]  .backtest-overview__summary-column,
.backtest-overview[b-vmtpjajzr5]  .backtest-overview__action-column {
  display: flex;
}

.backtest-overview[b-vmtpjajzr5]  .backtest-overview__summary-card,
.backtest-overview[b-vmtpjajzr5]  .backtest-overview__action-card,
.backtest-overview[b-vmtpjajzr5]  .backtest-overview__charts-card,
.backtest-overview[b-vmtpjajzr5]  .backtest-overview__stats-card,
.backtest-overview[b-vmtpjajzr5]  .backtest-detail-panel {
  height: 100%;
  width: 100%;
}

.backtest-overview__action-card[b-vmtpjajzr5] {
  padding: 0.75rem 0.85rem;
}

.backtest-overview__summary-grid[b-vmtpjajzr5] {
  height: 100%;
}

.backtest-overview__summary-table[b-vmtpjajzr5] {
  margin-bottom: 0;
  width: 100%;
  font-size: 0.85rem;
  table-layout: fixed;
}

.backtest-overview__summary-table--desktop[b-vmtpjajzr5] {
  table-layout: auto;
}

.backtest-overview__summary-table--mobile[b-vmtpjajzr5] {
  display: none;
}

.backtest-overview__summary-table th[b-vmtpjajzr5],
.backtest-overview__summary-table td[b-vmtpjajzr5] {
  padding: 0.32rem 0.5rem;
  vertical-align: middle;
  line-height: 1.25;
}

.backtest-overview__summary-table th[b-vmtpjajzr5] {
  color: var(--rz-text-color, #3a474d);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.backtest-overview__summary-table td[b-vmtpjajzr5] {
  color: var(--rz-text-secondary-color, #545e61);
}

.backtest-overview__summary-table--desktop th[b-vmtpjajzr5],
.backtest-overview__summary-table--desktop td[b-vmtpjajzr5] {
  width: auto;
}

.backtest-overview__summary-table--desktop td[b-vmtpjajzr5] {
  font-weight: 600;
  word-break: break-word;
}

.backtest-overview__action-grid[b-vmtpjajzr5] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "clone sharing"
    "trade log";
  gap: 0.35rem 0.45rem;
  align-content: start;
  align-items: center;
}

.backtest-overview__action-grid--with-ai[b-vmtpjajzr5] {
  grid-template-areas:
    "clone sharing"
    "trade log"
    "ask ask";
}

.backtest-overview__action-grid--buttons-only[b-vmtpjajzr5] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "clone trade";
}

.backtest-overview__action-grid--buttons-only.backtest-overview__action-grid--with-ai[b-vmtpjajzr5] {
  grid-template-areas:
    "clone trade"
    "ask ask";
}

.backtest-overview__action-cell[b-vmtpjajzr5] {
  min-width: 0;
}

.backtest-overview__action-cell--clone[b-vmtpjajzr5] {
  grid-area: clone;
}

.backtest-overview__action-cell--trade-live[b-vmtpjajzr5] {
  grid-area: trade;
}

.backtest-overview__action-cell--ask-ai[b-vmtpjajzr5] {
  grid-area: ask;
}

.backtest-overview__action-cell--sharing[b-vmtpjajzr5] {
  grid-area: sharing;
}

.backtest-overview__action-cell--log-returns[b-vmtpjajzr5] {
  grid-area: log;
}

.backtest-overview__action-button[b-vmtpjajzr5] {
  min-width: 0;
  width: 100%;
}

.backtest-overview__action-cell--sharing[b-vmtpjajzr5],
.backtest-overview__action-cell--log-returns[b-vmtpjajzr5] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 0.25rem;
  min-height: 1.75rem;
}

.backtest-overview__action-cell--sharing[b-vmtpjajzr5]  .rz-switch,
.backtest-overview__action-cell--log-returns[b-vmtpjajzr5]  .rz-switch {
  transform: scale(0.82);
  transform-origin: right center;
}

.backtest-overview__toggle-label[b-vmtpjajzr5] {
  margin-bottom: 0;
  font-size: 0.8rem;
  white-space: nowrap;
}

.backtest-overview__chart-stack[b-vmtpjajzr5] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

.backtest-overview__chart-stack[b-vmtpjajzr5]  .js-plotly-plot,
.backtest-overview__chart-stack[b-vmtpjajzr5]  .plotly,
.backtest-overview__chart-stack[b-vmtpjajzr5]  .plot-container {
  width: 100%;
}

.backtest-detail[b-vmtpjajzr5]  .g-gtitle text {
  font-weight: 700 !important;
}

.backtest-detail-panel--embedded[b-vmtpjajzr5] {
  overflow-x: auto;
}

@media (min-width: 768px) {
  .backtest-detail--ai-active[b-vmtpjajzr5] {
    height: calc(100dvh - 5rem);
    margin-bottom: -6rem;
    min-height: 0;
    overflow: hidden;
  }

  .backtest-detail--ai-active[b-vmtpjajzr5]  .backtest-detail__tabs {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
  }

  .backtest-detail--ai-active[b-vmtpjajzr5]  .backtest-detail__tabs .rz-tabview-panels {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    padding: 0.375rem 0 0;
  }

  .backtest-detail--ai-active[b-vmtpjajzr5]  .backtest-detail__tabs .rz-tabview-panel {
    height: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 0;
  }

  .backtest-detail__ai-panel[b-vmtpjajzr5] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 0 0.125rem 0.125rem;
  }

  .backtest-detail__ai-panel[b-vmtpjajzr5]  .ai-backtest-panel {
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
  }
}

@media (max-width: 1240px) {
  .backtest-overview[b-vmtpjajzr5]  .backtest-overview__summary-column,
  .backtest-overview[b-vmtpjajzr5]  .backtest-overview__action-column {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1240px) {
  .backtest-overview__action-cell--sharing[b-vmtpjajzr5],
  .backtest-overview__action-cell--log-returns[b-vmtpjajzr5] {
    grid-template-columns: max-content max-content;
    justify-content: start;
    column-gap: 0.45rem;
  }
}

@media (max-width: 768px) {
  .backtest-detail--compact[b-vmtpjajzr5]  .rz-tabview-nav {
    display: none;
  }

  .backtest-detail__tabs[b-vmtpjajzr5]  .rz-tabview-panels {
    padding-top: 0.5rem;
  }

  .backtest-detail--compact .backtest-overview__stats-col[b-vmtpjajzr5] {
    order: -1;
  }

  .backtest-detail--compact .backtest-overview__summary-table--desktop[b-vmtpjajzr5] {
    display: none;
  }

  .backtest-detail--compact .backtest-overview__summary-table--mobile[b-vmtpjajzr5] {
    display: table;
  }

  .backtest-detail--compact .backtest-overview__summary-table--mobile th[b-vmtpjajzr5] {
    width: 7.5rem;
  }

  .backtest-detail--compact .backtest-overview__summary-table--mobile td[b-vmtpjajzr5] {
    font-weight: 600;
    word-break: break-word;
  }

  .backtest-detail--compact .backtest-overview__action-grid[b-vmtpjajzr5] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "clone sharing"
      "trade log";
    gap: 0.45rem;
  }

  .backtest-detail--compact .backtest-overview__action-grid--buttons-only[b-vmtpjajzr5] {
    grid-template-areas: "clone trade";
  }

  .backtest-detail--compact .backtest-overview__action-grid--with-ai[b-vmtpjajzr5] {
    grid-template-areas:
      "clone sharing"
      "trade log"
      "ask ask";
  }

  .backtest-detail--compact .backtest-overview__action-grid--buttons-only.backtest-overview__action-grid--with-ai[b-vmtpjajzr5] {
    grid-template-areas:
      "clone trade"
      "ask ask";
  }

  .backtest-detail--compact .backtest-overview__action-cell--sharing[b-vmtpjajzr5],
  .backtest-detail--compact .backtest-overview__action-cell--log-returns[b-vmtpjajzr5] {
    grid-template-columns: max-content max-content;
    justify-content: center;
    column-gap: 0.25rem;
  }
}
/* /Pages/BacktestRunJobEditor.razor.rz.scp.css */
.job-editor-page[b-sxkdekvjqr] {
    min-height: 0;
    padding: 0.75rem 1rem 0.25rem;
}

.job-editor-page .job-editor[b-sxkdekvjqr] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 0;
}

.job-editor-page .job-editor__content-row[b-sxkdekvjqr] {
    flex: 1 1 auto;
    min-height: 0;
}

.job-editor-page .job-editor__editor-container[b-sxkdekvjqr] {
    flex: 1 1 auto;
    width: 100%;
    min-height: 65vh;
    border: 1px solid rgba(12, 24, 44, 0.1);
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 16px 32px rgba(12, 24, 44, 0.08);
}

.job-editor-page .job-editor__mobile-toggle[b-sxkdekvjqr] {
    display: none;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__mobile-editor-actions {
    display: none !important;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__splitter {
    min-height: 0;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__editor-pane,
.job-editor-page[b-sxkdekvjqr]  .job-editor__sidebar-pane {
    min-height: 0;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__editor-pane {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    overflow: hidden;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__sidebar-pane {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 0;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__toolbar {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__toolbar-shell {
    margin: 0;
    padding: 0.375rem 0.45rem;
    border: 1px solid rgba(12, 24, 44, 0.08);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 248, 255, 0.96) 100%);
    box-shadow: 0 12px 28px rgba(12, 24, 44, 0.08);
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__toolbar-row {
    align-items: center;
    width: 100%;
    gap: 0.25rem;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__toolbar-buttons {
    flex: 0 0 auto;
    gap: 0.25rem;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__toolbar-toggle {
    flex: 0 0 auto;
    gap: 0.3rem;
    padding: 0 0.25rem;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__field {
    flex: 0 0 auto;
    min-width: 0;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__field--template {
    width: min(9.75rem, 100%);
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__field--symbol {
    width: min(5.25rem, 100%);
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__field .rz-form-field-content {
    padding-inline: 0.3rem;
    padding-top: 0;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__toolbar-button {
    font-size: 0.82rem !important;
    line-height: 1.2;
    margin: 0 !important;
    padding: 0.3rem 0.55rem !important;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__toolbar-label {
    font-size: 0.78rem;
    white-space: nowrap;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__selector {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__open-run-switch {
    zoom: 0.85;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__free-runs {
    margin: 0;
    color: #d55a00;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__free-runs-value {
    color: #b93d00;
    font-weight: 900;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__validation-card {
    flex: 0 0 auto;
    margin-bottom: 0;
    padding: 0.75rem 0.875rem;
}

.job-editor-page .job-editor__validation-errors[b-sxkdekvjqr] {
    margin: 0 0 0 1.25rem;
    padding: 0;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__tabs {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__tabs .rz-tabview-panels {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    padding: 0.375rem 0 0;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__tabs .rz-tabview-panel {
    height: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 0;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__tab-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
}

.job-editor-page .job-editor__docs-panel[b-sxkdekvjqr] {
    overflow: auto;
    padding: 0;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__docs-accordion .rz-accordion-content {
    padding: 0.5rem 0.75rem 0.75rem;
}

.job-editor-page .job-editor__docs-frame[b-sxkdekvjqr] {
    height: 58vh;
    max-height: 100%;
    overflow: auto;
}

.job-editor-page .job-editor__docs-iframe[b-sxkdekvjqr] {
    height: 100%;
}

.job-editor-page .job-editor__ai-panel[b-sxkdekvjqr] {
    padding: 0;
}

.job-editor-page[b-sxkdekvjqr]  .job-editor__ai-panel .ai-chat-panel {
    flex: 1 1 auto;
    min-height: 0;
}

.job-editor-page[b-sxkdekvjqr]  #jsonEditor {
    height: 100% !important;
}

@media (min-width: 768px) {
    .job-editor-page[b-sxkdekvjqr] {
        height: calc(100dvh - 4.55rem);
        margin-bottom: -6.75rem;
        min-height: 0;
    }

    .job-editor-page .job-editor[b-sxkdekvjqr] {
        height: 100%;
    }

    .job-editor-page .job-editor__content-row[b-sxkdekvjqr] {
        margin-bottom: 0 !important;
    }

    .job-editor-page[b-sxkdekvjqr]  .job-editor__splitter {
        height: 100%;
    }

    .job-editor-page .job-editor__editor-container[b-sxkdekvjqr] {
        height: 100%;
        max-width: none;
        min-height: 0;
    }
}

@media (max-width: 767.98px) {
    .job-editor-page[b-sxkdekvjqr] {
        padding: 0.5rem 0.5rem 0.75rem;
    }

    .job-editor-page .job-editor__mobile-toggle[b-sxkdekvjqr] {
        display: block;
    }

    .job-editor-page--mobile-editor[b-sxkdekvjqr]  .job-editor__mobile-editor-actions {
        display: flex !important;
    }

    .job-editor-page[b-sxkdekvjqr]  .job-editor__splitter {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .job-editor-page[b-sxkdekvjqr]  .job-editor__splitter .rz-splitter-bar {
        display: none !important;
    }

    .job-editor-page--mobile-workspace[b-sxkdekvjqr]  .job-editor__editor-pane,
    .job-editor-page--mobile-editor[b-sxkdekvjqr]  .job-editor__sidebar-pane {
        display: none !important;
    }

    .job-editor-page--mobile-workspace[b-sxkdekvjqr]  .job-editor__sidebar-pane,
    .job-editor-page--mobile-editor[b-sxkdekvjqr]  .job-editor__editor-pane {
        display: flex !important;
        flex: 1 1 100% !important;
        flex-basis: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .job-editor-page[b-sxkdekvjqr]  .job-editor__toolbar-row,
    .job-editor-page[b-sxkdekvjqr]  .job-editor__toolbar-buttons,
    .job-editor-page[b-sxkdekvjqr]  .job-editor__toolbar-toggle,
    .job-editor-page[b-sxkdekvjqr]  .job-editor__field,
    .job-editor-page[b-sxkdekvjqr]  .job-editor__mobile-editor-actions {
        width: 100%;
    }

    .job-editor-page[b-sxkdekvjqr]  .job-editor__toolbar-shell {
        padding: 0.5rem;
    }

    .job-editor-page[b-sxkdekvjqr]  .job-editor__toolbar-buttons,
    .job-editor-page[b-sxkdekvjqr]  .job-editor__mobile-editor-actions {
        gap: 0.5rem;
    }

    .job-editor-page[b-sxkdekvjqr]  .job-editor__toolbar-toggle {
        justify-content: flex-start;
    }

    .job-editor-page[b-sxkdekvjqr]  .job-editor__field--template,
    .job-editor-page[b-sxkdekvjqr]  .job-editor__field--symbol {
        width: 100%;
    }

    .job-editor-page .job-editor__docs-panel[b-sxkdekvjqr],
    .job-editor-page .job-editor__ai-panel[b-sxkdekvjqr] {
        padding: 0;
    }

    .job-editor-page .job-editor__docs-frame[b-sxkdekvjqr] {
        height: 65vh;
    }
}
/* /Pages/Backtests.razor.rz.scp.css */
.backtests-page[b-eljikjicm2] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.backtests-mobile-list[b-eljikjicm2]  .rz-datalist-data {
  display: grid;
  gap: 0.75rem;
  margin: 0 !important;
  padding: 0 !important;
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
  list-style: none !important;
}

.backtests-mobile-list[b-eljikjicm2]  .rz-datalist-data > li {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
}

.backtests-mobile-card[b-eljikjicm2] {
  width: 100%;
  border-left: 4px solid var(--rz-primary);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0));
}

.backtests-mobile-card__top[b-eljikjicm2] {
  gap: 0.75rem;
}

.backtests-mobile-card__title[b-eljikjicm2] {
  min-width: 0;
  flex: 1;
}

.backtests-mobile-card__link[b-eljikjicm2] {
  display: inline-block;
  font-weight: 700;
  color: inherit;
  line-height: 1.3;
  word-break: break-word;
}

.backtests-mobile-card__strategy[b-eljikjicm2] {
  margin-top: 0.25rem;
  color: var(--rz-text-secondary);
  font-size: 0.92rem;
  word-break: break-word;
}

.backtests-mobile-card__period[b-eljikjicm2],
.backtests-mobile-card__meta[b-eljikjicm2] {
  color: var(--rz-text-secondary);
  font-size: 0.9rem;
}

.backtests-mobile-card__failure[b-eljikjicm2] {
  padding: 0.75rem;
  border-radius: 0.75rem;
  background: rgba(185, 28, 28, 0.08);
  color: #991b1b;
  font-size: 0.9rem;
  line-height: 1.4;
  word-break: break-word;
}

.backtests-mobile-card__metrics[b-eljikjicm2] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.backtests-mobile-card__metric[b-eljikjicm2] {
  padding: 0.65rem 0.75rem;
  border-radius: 0.85rem;
  background: rgba(15, 23, 42, 0.04);
  min-width: 0;
}

.backtests-mobile-card__metric-label[b-eljikjicm2] {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--rz-text-secondary);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.backtests-mobile-card__metric-value[b-eljikjicm2] {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  word-break: break-word;
}

@media (max-width: 420px) {
  .backtests-mobile-card__metrics[b-eljikjicm2] {
    grid-template-columns: 1fr;
  }
}
/* /Pages/Education/GettingStarted.razor.rz.scp.css */
.gs[b-00u3aa18um] {
    --gs-ink: #112743;
    --gs-ink-soft: rgba(17, 39, 67, 0.72);
    --gs-border: rgba(17, 39, 67, 0.1);
    --gs-shadow: 0 20px 42px rgba(16, 24, 40, 0.08);
    --gs-blue: #0b78d1;
    --gs-green: #13936b;
    --gs-amber: #cb7a0a;
    --gs-bg-soft: #f4f8fc;
    --gs-bg-warm: #fbf7ef;

    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 2.5rem;
    color: var(--gs-ink);
}

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

.gs-container[b-00u3aa18um] {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.gs-hero[b-00u3aa18um] {
    position: relative;
    overflow: hidden;
    padding: 3.4rem 0 3rem;
    background:
        radial-gradient(1000px 420px at 8% 0%, rgba(11, 120, 209, 0.18), transparent 56%),
        radial-gradient(960px 420px at 94% 0%, rgba(249, 115, 22, 0.12), transparent 58%),
        linear-gradient(180deg, #fdfefe, #eef5fb 72%, #f8fbfe);
    border-bottom: 1px solid rgba(17, 39, 67, 0.06);
}

.gs-hero__row[b-00u3aa18um] {
    align-items: center;
}

.gs-hero__stack[b-00u3aa18um] {
    position: relative;
    z-index: 1;
}

.gs[b-00u3aa18um]  .gs-hero__eyebrow {
    margin: 0;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(17, 39, 67, 0.56);
    font-weight: 800;
}

.gs[b-00u3aa18um]  .gs-hero__title {
    margin: 0;
    max-width: 12ch;
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: var(--gs-ink);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .gs[b-00u3aa18um]  .gs-hero__title {
        background-image: linear-gradient(92deg, #102542 0%, #154a81 62%, #0b78d1 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }
}

.gs[b-00u3aa18um]  .gs-hero__subtitle {
    max-width: 46rem;
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.65;
    color: var(--gs-ink-soft);
}

.gs-hero__callout[b-00u3aa18um] {
    max-width: 48rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.8rem;
    align-items: start;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(11, 120, 209, 0.16);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 12px 28px rgba(11, 120, 209, 0.08);
    color: rgba(17, 39, 67, 0.92);
    line-height: 1.6;
}

.gs-hero__callout .rzi[b-00u3aa18um] {
    margin-top: 0.1rem;
    color: var(--gs-blue);
    font-size: 1.2rem;
}

.gs[b-00u3aa18um]  .gs-hero__cta-primary,
.gs[b-00u3aa18um]  .gs-hero__cta-secondary,
.gs[b-00u3aa18um]  .gs-surface-card__cta {
    border-radius: 999px;
}

.gs[b-00u3aa18um]  .gs-hero__cta-primary {
    box-shadow: 0 12px 28px rgba(11, 120, 209, 0.24);
}

.gs[b-00u3aa18um]  .gs-hero__cta-secondary {
    border: 1px solid rgba(17, 39, 67, 0.12) !important;
    background: rgba(255, 255, 255, 0.78) !important;
    color: rgba(17, 39, 67, 0.95) !important;
}

.gs[b-00u3aa18um]  .gs-hero__cta-secondary .rz-button-text,
.gs[b-00u3aa18um]  .gs-hero__cta-secondary .rz-button-icon-left,
.gs[b-00u3aa18um]  .gs-hero__cta-secondary .rzi {
    color: inherit !important;
}

.gs[b-00u3aa18um]  .gs-board {
    position: relative;
    overflow: hidden;
    padding: 1.5rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(560px 220px at 12% 0%, rgba(11, 120, 209, 0.3), transparent 62%),
        radial-gradient(520px 220px at 100% 0%, rgba(22, 163, 74, 0.16), transparent 62%),
        linear-gradient(180deg, #0f223d 0%, #132d4f 100%);
    box-shadow: 0 28px 60px rgba(17, 39, 67, 0.18);
    color: rgba(255, 255, 255, 0.95);
}

.gs[b-00u3aa18um]  .gs-board::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.15;
    pointer-events: none;
}

.gs-board__header[b-00u3aa18um],
.gs-board__steps[b-00u3aa18um],
.gs-board__prompt[b-00u3aa18um],
.gs-board__prompt-label[b-00u3aa18um] {
    position: relative;
    z-index: 1;
}

.gs-board__header[b-00u3aa18um] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.1rem;
}

.gs-board__label[b-00u3aa18um] {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.gs-board__status[b-00u3aa18um] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.74);
}

.gs-board__status-dot[b-00u3aa18um] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #4ade80;
    box-shadow: 0 0 0 0.18rem rgba(74, 222, 128, 0.12);
}

.gs-board__prompt-label[b-00u3aa18um] {
    margin-bottom: 0.45rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.gs-board__prompt[b-00u3aa18um] {
    margin-bottom: 1.1rem;
    padding: 1rem 1rem 0.95rem;
    border-radius: 18px;
    background: rgba(4, 14, 27, 0.36);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-family: SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.9rem;
    line-height: 1.7;
}

.gs-board__steps[b-00u3aa18um] {
    display: grid;
    gap: 0.8rem;
}

.gs-board-step[b-00u3aa18um] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.8rem;
    align-items: start;
    padding: 0.9rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.gs-board-step__icon[b-00u3aa18um] {
    width: 2.6rem;
    height: 2.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.96);
}

.gs-board-step__icon--blue[b-00u3aa18um] {
    background: rgba(11, 120, 209, 0.72);
}

.gs-board-step__icon--green[b-00u3aa18um] {
    background: rgba(19, 147, 107, 0.72);
}

.gs-board-step__icon--teal[b-00u3aa18um] {
    background: rgba(17, 148, 160, 0.74);
}

.gs-board-step__icon--amber[b-00u3aa18um] {
    background: rgba(203, 122, 10, 0.76);
}

.gs-board-step__title[b-00u3aa18um] {
    font-weight: 700;
    line-height: 1.35;
}

.gs-board-step__copy[b-00u3aa18um] {
    margin-top: 0.18rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
}

.gs-section[b-00u3aa18um] {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.gs-section__head[b-00u3aa18um] {
    max-width: 46rem;
}

.gs[b-00u3aa18um]  .gs-section__subtitle {
    margin: 0;
    color: var(--gs-ink-soft);
    line-height: 1.65;
}

.gs-section__head--light[b-00u3aa18um] {
    color: rgba(255, 255, 255, 0.96);
}

.gs[b-00u3aa18um]  .gs-section__head--light .rz-text-h4 {
    color: rgba(255, 255, 255, 0.98) !important;
}

.gs[b-00u3aa18um]  .gs-section__head--light .gs-section__subtitle {
    color: rgba(255, 255, 255, 0.78) !important;
}

.gs-journey[b-00u3aa18um] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

.gs[b-00u3aa18um]  .gs-journey-step,
.gs[b-00u3aa18um]  .gs-surface-card,
.gs[b-00u3aa18um]  .gs-panel {
    height: 100%;
    padding: 1.35rem;
    border-radius: 20px;
    border: 1px solid var(--gs-border);
    box-shadow: var(--gs-shadow);
}

.gs[b-00u3aa18um]  .gs-journey-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.1rem;
    align-items: start;
    align-content: start;
    background: #ffffff;
}

.gs[b-00u3aa18um]  .gs-journey-step--blue {
    background: linear-gradient(180deg, #ffffff, #fbfdff);
    border-left: 5px solid var(--gs-blue);
}

.gs[b-00u3aa18um]  .gs-journey-step--green {
    background: linear-gradient(180deg, #ffffff, #fbfefc);
    border-left: 5px solid var(--gs-green);
}

.gs[b-00u3aa18um]  .gs-journey-step--amber {
    background: linear-gradient(180deg, #ffffff, #fffbf4);
    border-left: 5px solid var(--gs-amber);
}

.gs[b-00u3aa18um]  .gs-journey-step--ink {
    background: linear-gradient(180deg, #ffffff, #fafbfd);
    border-left: 5px solid var(--gs-ink);
}

.gs-journey-step__number[b-00u3aa18um] {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(11, 120, 209, 0.18), rgba(11, 120, 209, 0.06));
    border: 1px solid rgba(11, 120, 209, 0.18);
    font-size: 1rem;
    font-weight: 800;
    color: rgba(17, 39, 67, 0.92);
}

.gs-journey-step__content[b-00u3aa18um] {
    min-width: 0;
}

.gs-journey-step__content[b-00u3aa18um]  .rz-text-h6 {
    margin: 0;
    font-size: 1.12rem;
    line-height: 1.38;
}

.gs-journey-step__content[b-00u3aa18um]  .rz-text-body2 {
    margin: 0.18rem 0 0;
    line-height: 1.64;
    color: var(--gs-ink-soft);
}

.gs-journey-step__kicker[b-00u3aa18um] {
    margin-bottom: 0.25rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(17, 39, 67, 0.48);
}

.gs-journey-step__aside[b-00u3aa18um] {
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(244, 248, 252, 0.96), rgba(249, 251, 253, 0.96));
    border: 1px solid rgba(17, 39, 67, 0.06);
}

.gs-journey-step__tag[b-00u3aa18um] {
    margin-bottom: 0.55rem;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(17, 39, 67, 0.5);
}

.gs-journey-step__aside code[b-00u3aa18um] {
    display: block;
    white-space: normal;
}

.gs-band[b-00u3aa18um] {
    padding: 3rem 0;
    background:
        radial-gradient(900px 340px at 10% 0%, rgba(11, 120, 209, 0.28), transparent 58%),
        radial-gradient(900px 340px at 100% 0%, rgba(203, 122, 10, 0.14), transparent 58%),
        linear-gradient(180deg, #11243d, #142f50);
}

.gs[b-00u3aa18um]  .gs-surface-card {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.96);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.gs[b-00u3aa18um]  .gs-surface-card:hover,
.gs[b-00u3aa18um]  .gs-panel:hover,
.gs[b-00u3aa18um]  .gs-journey-step:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 46px rgba(16, 24, 40, 0.12);
}

.gs[b-00u3aa18um]  .gs-surface-card--blue {
    border-top: 5px solid var(--gs-blue);
}

.gs[b-00u3aa18um]  .gs-surface-card--green {
    border-top: 5px solid var(--gs-green);
}

.gs[b-00u3aa18um]  .gs-surface-card--amber {
    border-top: 5px solid var(--gs-amber);
}

.gs-surface-card__top[b-00u3aa18um] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    align-items: center;
    margin-bottom: 0.9rem;
}

.gs-surface-card__icon[b-00u3aa18um] {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(17, 39, 67, 0.06);
}

.gs-surface-card--blue .gs-surface-card__icon[b-00u3aa18um] {
    color: var(--gs-blue);
    background: rgba(11, 120, 209, 0.12);
}

.gs-surface-card--green .gs-surface-card__icon[b-00u3aa18um] {
    color: var(--gs-green);
    background: rgba(19, 147, 107, 0.14);
}

.gs-surface-card--amber .gs-surface-card__icon[b-00u3aa18um] {
    color: var(--gs-amber);
    background: rgba(203, 122, 10, 0.14);
}

.gs-surface-card__kicker[b-00u3aa18um],
.gs-panel__eyebrow[b-00u3aa18um] {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(17, 39, 67, 0.5);
}

.gs-surface-card[b-00u3aa18um]  .rz-text-h6,
.gs-panel[b-00u3aa18um]  .rz-text-h5,
.gs-panel[b-00u3aa18um]  .rz-text-h6 {
    margin: 0;
}

.gs-surface-card[b-00u3aa18um]  .rz-text-body2,
.gs-panel[b-00u3aa18um]  .rz-text-body2 {
    line-height: 1.62;
}

.gs-surface-card__rule[b-00u3aa18um] {
    margin-top: 0.95rem;
    padding: 0.8rem 0.9rem;
    border-radius: 16px;
    background: rgba(17, 39, 67, 0.04);
    border: 1px solid rgba(17, 39, 67, 0.06);
    line-height: 1.55;
    color: rgba(17, 39, 67, 0.86);
}

.gs-surface-card__prompt-label[b-00u3aa18um] {
    margin-top: 1rem;
    margin-bottom: 0.4rem;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(17, 39, 67, 0.54);
}

.gs-surface-card__prompt[b-00u3aa18um] {
    margin-bottom: 0.8rem;
    padding: 0.95rem 1rem;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(244, 247, 251, 0.98), rgba(249, 251, 253, 0.98));
    border: 1px solid rgba(17, 39, 67, 0.06);
    font-family: SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.9rem;
    line-height: 1.65;
    color: rgba(17, 39, 67, 0.92);
}

.gs[b-00u3aa18um]  .gs-surface-card__cta {
    margin-top: auto;
    align-self: flex-start;
    flex-shrink: 0;
}

.gs[b-00u3aa18um]  .gs-surface-card__cta--secondary {
    border: 1px solid rgba(17, 39, 67, 0.12) !important;
    background: rgba(244, 248, 252, 0.96) !important;
    color: rgba(17, 39, 67, 0.92) !important;
}

.gs[b-00u3aa18um]  .gs-surface-card__cta--secondary .rz-button-text,
.gs[b-00u3aa18um]  .gs-surface-card__cta--secondary .rz-button-icon-left,
.gs[b-00u3aa18um]  .gs-surface-card__cta--secondary .rzi {
    color: inherit !important;
}

.gs[b-00u3aa18um]  .gs-panel {
    background: #ffffff;
}

.gs[b-00u3aa18um]  .gs-panel--feature {
    background:
        radial-gradient(520px 180px at 100% 0%, rgba(11, 120, 209, 0.08), transparent 58%),
        linear-gradient(180deg, #ffffff, #fbfdff);
}

.gs[b-00u3aa18um]  .gs-panel--docs {
    background:
        radial-gradient(420px 180px at 100% 0%, rgba(19, 147, 107, 0.1), transparent 58%),
        linear-gradient(180deg, #ffffff, #f8fcfa);
}

.gs[b-00u3aa18um]  .gs-panel--guardrails {
    background:
        radial-gradient(420px 180px at 100% 0%, rgba(203, 122, 10, 0.09), transparent 60%),
        linear-gradient(180deg, #ffffff, #fffaf1);
}

.gs-feature-list[b-00u3aa18um] {
    display: grid;
    gap: 0.9rem;
}

.gs-feature[b-00u3aa18um] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.8rem;
    align-items: start;
    padding: 0.85rem 0.9rem;
    border-radius: 16px;
    background: rgba(17, 39, 67, 0.03);
    border: 1px solid rgba(17, 39, 67, 0.05);
}

.gs-feature__icon[b-00u3aa18um] {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--gs-blue);
    background: rgba(11, 120, 209, 0.1);
}

.gs-feature__title[b-00u3aa18um] {
    font-weight: 700;
    line-height: 1.4;
}

.gs-feature__copy[b-00u3aa18um] {
    margin-top: 0.16rem;
    color: var(--gs-ink-soft);
    line-height: 1.58;
}

.gs-guardrail-group + .gs-guardrail-group[b-00u3aa18um] {
    padding-top: 0.75rem;
    border-top: 1px solid rgba(17, 39, 67, 0.08);
}

.gs-guardrail-heading[b-00u3aa18um] {
    margin-bottom: 0.35rem;
    font-weight: 700;
}

.gs-bullets[b-00u3aa18um] {
    margin: 0;
    padding-left: 1.1rem;
    line-height: 1.7;
}

.gs-bullets li + li[b-00u3aa18um] {
    margin-top: 0.28rem;
}

.gs[b-00u3aa18um]  .gs-accordion {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--gs-shadow);
}

.gs code[b-00u3aa18um] {
    padding: 0.12rem 0.38rem;
    border-radius: 0.45rem;
    background: rgba(11, 120, 209, 0.08);
    color: #124b83;
}

@media (max-width: 1100px) {
    .gs-journey[b-00u3aa18um] {
        grid-template-columns: 1fr;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .gs[b-00u3aa18um] {
        gap: 2.25rem;
    }

    .gs-hero[b-00u3aa18um] {
        padding: 2.5rem 0 2.35rem;
    }

    .gs[b-00u3aa18um]  .gs-hero__title {
        font-size: 2.4rem;
        max-width: none;
    }

    .gs[b-00u3aa18um]  .gs-hero__subtitle {
        font-size: 1rem;
    }

    .gs-journey-step[b-00u3aa18um] {
        grid-template-columns: 1fr;
    }

    .gs-journey-step__number[b-00u3aa18um] {
        width: 2.7rem;
        height: 2.7rem;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.home-dashboard[b-fhxhfld6b4] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home-dashboard[b-fhxhfld6b4]  .snapshot-card {
  border-left: 4px solid var(--rz-primary);
}

.home-dashboard[b-fhxhfld6b4]  .snapshot-card .rz-card-body {
  padding: 0.45rem 0.75rem;
}

.home-dashboard[b-fhxhfld6b4]  .home-hero-card {
  border-left: 0;
  background:
    radial-gradient(circle at top right, rgba(58, 90, 168, 0.16), rgba(58, 90, 168, 0) 28%),
    linear-gradient(135deg, rgba(31, 43, 110, 0.07), rgba(255, 255, 255, 0.94));
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.home-dashboard[b-fhxhfld6b4]  .home-hero-card .rz-card-body {
  padding: 1rem 1.25rem;
}

.home-hero-stack[b-fhxhfld6b4] {
  gap: 1rem;
}

.home-hero-copy[b-fhxhfld6b4] {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.snapshot-row[b-fhxhfld6b4] {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.snapshot-title[b-fhxhfld6b4] {
  color: #2b3f8f;
  flex: 1;
  min-width: 0;
  font-size: 1.6rem;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@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;
  }
}

.home-hero-subtitle[b-fhxhfld6b4] {
  max-width: 42rem;
  color: var(--rz-text-secondary);
  font-size: 0.94rem;
  line-height: 1.4;
}

.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;
}

.home-hero-stats[b-fhxhfld6b4] {
  gap: 0.75rem;
  flex-wrap: wrap;
  white-space: normal;
  overflow: visible;
}

.snapshot-item[b-fhxhfld6b4] {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 0 0 1px rgba(43, 63, 143, 0.08);
}

.snapshot-item--loading[b-fhxhfld6b4] {
  padding-right: 0.65rem;
}

.snapshot-icon[b-fhxhfld6b4] {
  font-size: 18px;
}

.snapshot-number[b-fhxhfld6b4] {
  font-size: 1rem;
  font-weight: 700;
}

.snapshot-label[b-fhxhfld6b4] {
  color: var(--rz-text-secondary);
  font-size: 0.95rem;
}

.snapshot-sep[b-fhxhfld6b4] {
  color: var(--rz-text-secondary);
  font-weight: 400;
}

.home-hero-actions[b-fhxhfld6b4] {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-inline-start: auto;
}

.home-dashboard[b-fhxhfld6b4]  .home-hero-button {
  padding: 0.55rem 1rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #2956c5, #1f3f8b);
  box-shadow: 0 10px 22px rgba(41, 86, 197, 0.2);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.home-dashboard[b-fhxhfld6b4]  .home-hero-button .rz-button-box {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.home-dashboard[b-fhxhfld6b4]  .home-hero-button__icon {
  font-size: 18px;
}

.home-dashboard[b-fhxhfld6b4]  .home-hero-button:hover,
.home-dashboard[b-fhxhfld6b4]  .home-hero-button:focus-visible {
  background: linear-gradient(135deg, #244cb0, #1a3677);
  color: #fff;
}

.home-dashboard[b-fhxhfld6b4]  .home-hero-button--secondary {
  border: 1px solid rgba(31, 63, 139, 0.14);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 0 0 1px rgba(43, 63, 143, 0.04);
  color: #1f3f8b;
}

.home-dashboard[b-fhxhfld6b4]  .home-hero-button--secondary:hover,
.home-dashboard[b-fhxhfld6b4]  .home-hero-button--secondary:focus-visible {
  background: rgba(248, 251, 255, 0.96);
  color: #1a3677;
}

.home-dashboard[b-fhxhfld6b4]  .home-layout__row {
  align-items: flex-start;
  row-gap: 1rem;
}

.home-dashboard[b-fhxhfld6b4]  .home-section-card,
.home-dashboard[b-fhxhfld6b4]  .home-feed-card {
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

.home-dashboard[b-fhxhfld6b4]  .home-section-card .rz-card-body,
.home-dashboard[b-fhxhfld6b4]  .home-feed-card .rz-card-body {
  padding: 1rem;
}

.home-section__header[b-fhxhfld6b4] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.home-section__title-wrap[b-fhxhfld6b4] {
  flex: 1;
  min-width: 0;
}

.home-section__title[b-fhxhfld6b4] {
  line-height: 1.2;
}

.home-section__subtitle[b-fhxhfld6b4] {
  margin-top: 0.35rem;
  color: var(--rz-text-secondary);
  font-size: 0.92rem;
  line-height: 1.45;
}

.home-section__action[b-fhxhfld6b4] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.home-dashboard[b-fhxhfld6b4]  .home-section__link {
  font-weight: 600;
  white-space: nowrap;
}

.home-section__empty[b-fhxhfld6b4] {
  padding: 1rem 0;
  color: var(--rz-text-secondary);
}

.home-dashboard[b-fhxhfld6b4]  .home-results-grid {
  margin-top: 0.25rem;
}

.home-dashboard[b-fhxhfld6b4]  .home-results-grid .rz-datatable-tablewrapper {
  overflow-x: auto;
}

.home-dashboard[b-fhxhfld6b4]  .home-results-grid table {
  min-width: 44rem;
}

.home-dashboard[b-fhxhfld6b4]  .home-mobile-list .rz-datalist-data {
  display: grid;
  gap: 0.75rem;
  margin: 0 !important;
  padding: 0 !important;
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
  list-style: none !important;
}

.home-dashboard[b-fhxhfld6b4]  .home-mobile-list .rz-datalist-data > li {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
}

.home-dashboard[b-fhxhfld6b4]  .home-mobile-result-card {
  width: 100%;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.03), rgba(255, 255, 255, 0));
  box-shadow: none;
}

.home-dashboard[b-fhxhfld6b4]  .home-mobile-result-card .rz-card-body {
  padding: 1rem;
}

.home-dashboard[b-fhxhfld6b4]  .home-mobile-result-card--best {
  border-left: 4px solid var(--rz-primary);
}

.home-dashboard[b-fhxhfld6b4]  .home-mobile-result-card--featured {
  border-left: 4px solid var(--rz-warning);
}

.home-mobile-result-card__title[b-fhxhfld6b4] {
  min-width: 0;
}

.home-mobile-result-card__link[b-fhxhfld6b4] {
  display: inline-block;
  color: inherit;
  font-weight: 700;
  line-height: 1.35;
  word-break: break-word;
}

.home-mobile-result-card__subtitle[b-fhxhfld6b4] {
  margin-top: 0.25rem;
  color: var(--rz-text-secondary);
  font-size: 0.92rem;
  word-break: break-word;
}

.home-mobile-result-card__period[b-fhxhfld6b4] {
  color: var(--rz-text-secondary);
  font-size: 0.9rem;
}

.home-mobile-result-card__metrics[b-fhxhfld6b4] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.home-mobile-result-card__metric[b-fhxhfld6b4] {
  min-width: 0;
  padding: 0.65rem 0.75rem;
  border-radius: 0.85rem;
  background: rgba(15, 23, 42, 0.04);
}

.home-mobile-result-card__metric-label[b-fhxhfld6b4] {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--rz-text-secondary);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-mobile-result-card__metric-value[b-fhxhfld6b4] {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  word-break: break-word;
}

.home-dashboard[b-fhxhfld6b4]  .feed-card {
  border-left: 4px solid var(--rz-secondary);
}

.home-dashboard[b-fhxhfld6b4]  .feed-deltaray {
  border-left-color: var(--rz-info);
}

.home-dashboard[b-fhxhfld6b4]  .feed-hub {
  border-left-color: var(--rz-warning);
}

.home-dashboard[b-fhxhfld6b4]  .feed-arxiv {
  border-left-color: var(--rz-primary);
}

.home-feed-card__header[b-fhxhfld6b4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.home-feed-card__controls[b-fhxhfld6b4] {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.home-feed-list[b-fhxhfld6b4] {
  display: grid;
  gap: 0.85rem;
  margin-top: 0.85rem;
}

.feed-item[b-fhxhfld6b4] {
  margin-bottom: 0;
}

.home-feed-item[b-fhxhfld6b4] {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.home-feed-item:last-child[b-fhxhfld6b4] {
  padding-bottom: 0;
  border-bottom: none;
}

.home-feed-item__date[b-fhxhfld6b4] {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--rz-text-secondary);
  font-size: 0.78rem;
}

.home-dashboard[b-fhxhfld6b4]  .home-feed-item__link {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.35;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-dashboard[b-fhxhfld6b4]  .home-layout__feeds-column--compact .rz-stack {
  gap: 0.8rem !important;
}

.home-dashboard[b-fhxhfld6b4]  .home-feed-card--compact .rz-card-body {
  padding: 0.7rem;
}

.home-feed-card--compact .home-feed-card__header[b-fhxhfld6b4] {
  align-items: center;
  gap: 0.45rem;
}

.home-feed-card--compact .home-feed-list[b-fhxhfld6b4] {
  gap: 0.4rem;
  margin-top: 0.5rem;
}

.home-feed-card--compact .home-feed-item[b-fhxhfld6b4] {
  display: grid;
  grid-template-columns: minmax(4.15rem, auto) minmax(0, 1fr);
  column-gap: 0.55rem;
  row-gap: 0.08rem;
  align-items: start;
  padding-bottom: 0.35rem;
}

.home-feed-card--compact .home-feed-item__date[b-fhxhfld6b4] {
  margin-bottom: 0;
  font-size: 0.67rem;
  line-height: 1.1;
  white-space: nowrap;
}

.home-dashboard[b-fhxhfld6b4]  .home-feed-card--compact .home-feed-item__link {
  font-size: 0.92rem;
  line-height: 1.14;
  -webkit-line-clamp: 1;
}

.home-feed-card--compact .home-feed-card__header h5[b-fhxhfld6b4] {
  font-size: 1rem;
}

@media (max-width: 960px) {
  .home-dashboard[b-fhxhfld6b4]  .home-layout__row {
    flex-direction: column;
  }

  .home-dashboard[b-fhxhfld6b4]  .home-layout__row > .home-layout__results-column,
  .home-dashboard[b-fhxhfld6b4]  .home-layout__row > .home-layout__feeds-column {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .home-dashboard[b-fhxhfld6b4]  .home-layout__results-column,
  .home-dashboard[b-fhxhfld6b4]  .home-layout__feeds-column {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 992px) {
  .snapshot-title[b-fhxhfld6b4] {
    font-size: 1.45rem;
  }
}

@media (max-width: 768px) {
  .home-dashboard[b-fhxhfld6b4]  .home-hero-card .rz-card-body {
    padding: 1rem;
  }

  .home-hero-stats[b-fhxhfld6b4] {
    flex-direction: column;
    align-items: stretch;
  }

  .snapshot-item[b-fhxhfld6b4] {
    width: 100%;
    justify-content: space-between;
    border-radius: 1rem;
  }

  .home-hero-actions[b-fhxhfld6b4] {
    width: 100%;
    flex-direction: column;
  }

  .home-dashboard[b-fhxhfld6b4]  .home-hero-button {
    width: 100%;
    justify-content: center;
  }

  .home-dashboard[b-fhxhfld6b4]  .home-section-card .rz-card-body,
  .home-dashboard[b-fhxhfld6b4]  .home-feed-card .rz-card-body {
    padding: 0.9rem;
  }

  .home-section__action[b-fhxhfld6b4] {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 420px) {
  .snapshot-title[b-fhxhfld6b4] {
    font-size: 1.35rem;
  }

  .home-mobile-result-card__metrics[b-fhxhfld6b4] {
    grid-template-columns: 1fr;
  }
}
/* /Pages/Subscription/Manage.razor.rz.scp.css */
.manage[b-8kjogqtcqx] {
    --manage-ink: #112743;
    --manage-ink-soft: rgba(17, 39, 67, 0.74);
    --manage-border: rgba(17, 39, 67, 0.1);
    --manage-shadow: 0 20px 42px rgba(16, 24, 40, 0.08);
    --manage-blue: #0b78d1;
    --manage-teal: #1594a0;
    --manage-amber: #cb7a0a;
    --manage-green: #13936b;

    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 2rem;
    color: var(--manage-ink);
}

.manage a[b-8kjogqtcqx] {
    color: rgba(11, 72, 138, 0.96);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

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

.manage-container[b-8kjogqtcqx] {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.manage[b-8kjogqtcqx]  .manage-overview {
    padding: 1rem;
    border-radius: 22px;
    border: 1px solid var(--manage-border);
    box-shadow: var(--manage-shadow);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 253, 0.99));
}

.manage[b-8kjogqtcqx]  .manage-status {
    padding: 0.95rem 1rem;
    border-radius: 22px;
    border: 1px solid var(--manage-border);
    box-shadow: var(--manage-shadow);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 253, 0.99));
}

.manage-status__row[b-8kjogqtcqx] {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    align-items: stretch;
}

.manage-status__main[b-8kjogqtcqx] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem;
    min-width: 0;
}

.manage[b-8kjogqtcqx]  .manage-status__title {
    margin: 0;
    color: rgba(17, 39, 67, 0.98) !important;
    line-height: 1.12;
}

.manage[b-8kjogqtcqx]  .manage-status__copy {
    margin: 0;
    line-height: 1.55;
    color: var(--manage-ink-soft) !important;
}

.manage-status__tile[b-8kjogqtcqx] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.22rem;
    min-width: 0;
    padding: 0.82rem 0.9rem;
    border-radius: 16px;
    border: 1px solid rgba(17, 39, 67, 0.08);
    background: linear-gradient(180deg, #ffffff, #f7fafc);
}

.manage-status__tile--progress[b-8kjogqtcqx] {
    gap: 0.35rem;
}

.manage-status__tile-label[b-8kjogqtcqx] {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(17, 39, 67, 0.48);
}

.manage-status__tile-value[b-8kjogqtcqx] {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
    color: rgba(17, 39, 67, 0.96);
}

.manage-status__tile-meta[b-8kjogqtcqx] {
    font-size: 0.82rem;
    line-height: 1.45;
    color: rgba(17, 39, 67, 0.66);
}

.manage-status__progress-shell[b-8kjogqtcqx] {
    margin-top: 0.04rem;
}

.manage[b-8kjogqtcqx]  .manage-status__progress-shell .rz-progressbar {
    height: 0.62rem;
    border-radius: 999px;
    background: rgba(17, 39, 67, 0.08);
}

.manage[b-8kjogqtcqx]  .manage-status__progress-shell .rz-progressbar-value {
    border-radius: 999px;
}

.manage-summary-strip[b-8kjogqtcqx] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
}

.manage-summary-strip__main[b-8kjogqtcqx] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-width: 0;
}

.manage[b-8kjogqtcqx]  .manage-summary-strip__title {
    margin: 0;
    color: rgba(17, 39, 67, 0.98) !important;
    line-height: 1.12;
}

.manage-summary-strip__badges[b-8kjogqtcqx] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.manage[b-8kjogqtcqx]  .manage-summary-strip__toggle {
    flex: 0 0 auto;
    border-radius: 999px;
    white-space: nowrap;
}

.manage-summary-details[b-8kjogqtcqx] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 0.9rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(17, 39, 67, 0.08);
}

.manage[b-8kjogqtcqx]  .manage-summary__copy {
    margin: 0;
    line-height: 1.58;
    color: var(--manage-ink-soft) !important;
}

.manage-summary__progress-head[b-8kjogqtcqx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.84rem;
    color: rgba(17, 39, 67, 0.74);
}

.manage-summary__progress-shell[b-8kjogqtcqx] {
    margin-top: -0.15rem;
}

.manage[b-8kjogqtcqx]  .manage-summary__progress-shell .rz-progressbar {
    height: 0.68rem;
    border-radius: 999px;
    background: rgba(17, 39, 67, 0.08);
}

.manage[b-8kjogqtcqx]  .manage-summary__progress-shell .rz-progressbar-value {
    border-radius: 999px;
}

.manage-summary-grid[b-8kjogqtcqx] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.manage-summary-tile[b-8kjogqtcqx] {
    padding: 0.82rem 0.88rem;
    border-radius: 16px;
    border: 1px solid rgba(17, 39, 67, 0.08);
    background: linear-gradient(180deg, #ffffff, #f7fafc);
}

.manage-summary-tile__label[b-8kjogqtcqx] {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(17, 39, 67, 0.48);
}

.manage-summary-tile__value[b-8kjogqtcqx] {
    margin-top: 0.38rem;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.36;
    color: rgba(17, 39, 67, 0.94);
}

.manage[b-8kjogqtcqx]  .manage-summary__alert {
    margin: 0;
}

.manage-summary__footer[b-8kjogqtcqx] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.84rem;
    line-height: 1.5;
    color: rgba(17, 39, 67, 0.7);
}

.manage-config[b-8kjogqtcqx] {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    height: 100%;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(17, 39, 67, 0.08);
}

.manage-inline-preview[b-8kjogqtcqx] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.manage-inline-preview .manage-preview-tile[b-8kjogqtcqx] {
    padding: 0.85rem 0.92rem;
}

.manage-inline-preview .manage-preview-tile__price[b-8kjogqtcqx] {
    margin-top: 0.45rem;
    font-size: 1.55rem;
}

.manage-control-card[b-8kjogqtcqx] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    height: 100%;
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid rgba(17, 39, 67, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 254, 0.98));
}

.manage-section[b-8kjogqtcqx] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.manage-pricing-head[b-8kjogqtcqx] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
}

.manage[b-8kjogqtcqx]  .manage-quote-toolbar {
    width: min(100%, 44rem);
    margin: 0 auto;
    padding: 0.55rem 0.8rem;
    border-radius: 16px;
    border: 1px solid var(--manage-border);
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.05);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.98));
}

.manage-quote-toolbar__stack[b-8kjogqtcqx] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.manage-quote-toolbar__row[b-8kjogqtcqx] {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    justify-content: flex-start;
}

.manage-quote-toolbar__row--divider[b-8kjogqtcqx] {
    margin-top: 0.55rem;
    padding-top: 0.55rem;
    border-top: 1px solid rgba(17, 39, 67, 0.08);
}

.manage-quote-toolbar__details[b-8kjogqtcqx] {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    min-width: 0;
    flex: 0 1 25rem;
    max-width: 25rem;
}

.manage-quote-toolbar__headline-row[b-8kjogqtcqx],
.manage-quote-toolbar__addon-head[b-8kjogqtcqx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.manage-quote-toolbar__headline-row[b-8kjogqtcqx] {
    flex-wrap: wrap;
}

.manage-quote-toolbar__label[b-8kjogqtcqx] {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(17, 39, 67, 0.5);
}

.manage-quote-toolbar__headline[b-8kjogqtcqx] {
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: rgba(17, 39, 67, 0.96);
}

.manage-quote-toolbar__hint[b-8kjogqtcqx] {
    font-size: 0.75rem;
    line-height: 1.32;
    color: var(--manage-ink-soft);
}

.manage-quote-toolbar__hint--compact[b-8kjogqtcqx] {
    margin-top: 0.02rem;
}

.manage-quote-toolbar__control[b-8kjogqtcqx] {
    min-width: 0;
    width: 100%;
    flex: 0 0 15.5rem;
}

.manage-hero[b-8kjogqtcqx] {
    position: relative;
    overflow: hidden;
    padding: 1.7rem 0 1.55rem;
    background:
        radial-gradient(1000px 420px at 8% 0%, rgba(11, 120, 209, 0.18), transparent 56%),
        radial-gradient(920px 420px at 94% 0%, rgba(249, 115, 22, 0.12), transparent 58%),
        linear-gradient(180deg, #fcfeff, #eef5fb 72%, #f8fbfe);
    border-bottom: 1px solid rgba(17, 39, 67, 0.06);
}

.manage-hero__row[b-8kjogqtcqx] {
    align-items: center;
}

.manage-hero__stack[b-8kjogqtcqx] {
    position: relative;
    z-index: 1;
}

.manage[b-8kjogqtcqx]  .manage-hero__eyebrow {
    margin: 0;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(17, 39, 67, 0.56);
    font-weight: 800;
}

.manage[b-8kjogqtcqx]  .manage-hero__title {
    margin: 0;
    max-width: 12ch;
    font-size: clamp(2rem, 3.8vw, 3rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: var(--manage-ink);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .manage[b-8kjogqtcqx]  .manage-hero__title {
        background-image: linear-gradient(92deg, #102542 0%, #154a81 62%, #0b78d1 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }
}

.manage[b-8kjogqtcqx]  .manage-hero__subtitle {
    max-width: 42rem;
    margin: 0;
    font-size: 1rem;
    line-height: 1.62;
    color: var(--manage-ink-soft);
}

.manage-hero__pills[b-8kjogqtcqx] {
    margin-top: 0.15rem;
}

.manage-pill[b-8kjogqtcqx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.36rem 0.72rem;
    border-radius: 999px;
    border: 1px solid rgba(17, 39, 67, 0.1);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 12px 22px rgba(11, 31, 59, 0.05);
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(17, 39, 67, 0.92);
}

.manage-pill--current[b-8kjogqtcqx] {
    border-color: rgba(11, 120, 209, 0.28);
    background: rgba(11, 120, 209, 0.08);
}

.manage-pill--accent[b-8kjogqtcqx] {
    border-color: rgba(203, 122, 10, 0.32);
    background: rgba(203, 122, 10, 0.1);
}

.manage-pill--warn[b-8kjogqtcqx] {
    border-color: rgba(203, 122, 10, 0.32);
    background: rgba(255, 247, 232, 0.92);
}

.manage[b-8kjogqtcqx]  .manage-hero__alert {
    max-width: 46rem;
    margin-top: 0.15rem;
}

.manage[b-8kjogqtcqx]  .manage-board {
    position: relative;
    overflow: hidden;
    padding: 1.15rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(560px 220px at 12% 0%, rgba(11, 120, 209, 0.28), transparent 62%),
        radial-gradient(520px 220px at 100% 0%, rgba(22, 163, 74, 0.16), transparent 62%),
        linear-gradient(180deg, #0f223d 0%, #132d4f 100%);
    box-shadow: 0 28px 60px rgba(17, 39, 67, 0.18);
    color: rgba(255, 255, 255, 0.96);
}

.manage[b-8kjogqtcqx]  .manage-board::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.15;
    pointer-events: none;
}

.manage-board__header[b-8kjogqtcqx],
.manage-board__title[b-8kjogqtcqx],
.manage-board__copy[b-8kjogqtcqx],
.manage-board__progress-head[b-8kjogqtcqx],
.manage-board__progress-shell[b-8kjogqtcqx],
.manage-board__steps[b-8kjogqtcqx],
.manage-board__footer[b-8kjogqtcqx] {
    position: relative;
    z-index: 1;
}

.manage-board__header[b-8kjogqtcqx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.7rem;
}

.manage-board__label[b-8kjogqtcqx] {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.manage-board__status[b-8kjogqtcqx] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.74);
}

.manage-board__status-dot[b-8kjogqtcqx] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
}

.manage-board__status-dot--active[b-8kjogqtcqx] {
    background: #4ade80;
    box-shadow: 0 0 0 0.18rem rgba(74, 222, 128, 0.12);
}

.manage-board__status-dot--pending[b-8kjogqtcqx] {
    background: #60a5fa;
    box-shadow: 0 0 0 0.18rem rgba(96, 165, 250, 0.12);
}

.manage-board__status-dot--warn[b-8kjogqtcqx] {
    background: #f59e0b;
    box-shadow: 0 0 0 0.18rem rgba(245, 158, 11, 0.12);
}

.manage-board__status-dot--steady[b-8kjogqtcqx] {
    background: #93c5fd;
    box-shadow: 0 0 0 0.18rem rgba(147, 197, 253, 0.12);
}

.manage[b-8kjogqtcqx]  .manage-board__title {
    margin: 0;
    color: rgba(255, 255, 255, 0.98) !important;
}

.manage[b-8kjogqtcqx]  .manage-board__copy {
    margin: 0.4rem 0 0;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.78) !important;
}

.manage-board__progress-head[b-8kjogqtcqx] {
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.78);
}

.manage-board__progress-shell[b-8kjogqtcqx] {
    margin-top: 0.4rem;
}

.manage[b-8kjogqtcqx]  .manage-board__progress-shell .rz-progressbar {
    height: 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.manage[b-8kjogqtcqx]  .manage-board__progress-shell .rz-progressbar-value {
    border-radius: 999px;
}

.manage-board__steps[b-8kjogqtcqx] {
    display: grid;
    gap: 0.6rem;
    margin-top: 0.85rem;
}

.manage-board-step[b-8kjogqtcqx] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.7rem;
    align-items: start;
    padding: 0.72rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.manage-board-step__icon[b-8kjogqtcqx] {
    width: 2.35rem;
    height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.96);
}

.manage-board-step__icon--blue[b-8kjogqtcqx] {
    background: rgba(11, 120, 209, 0.72);
}

.manage-board-step__icon--teal[b-8kjogqtcqx] {
    background: rgba(17, 148, 160, 0.74);
}

.manage-board-step__icon--amber[b-8kjogqtcqx] {
    background: rgba(203, 122, 10, 0.76);
}

.manage-board-step__title[b-8kjogqtcqx] {
    font-weight: 700;
    line-height: 1.35;
}

.manage-board-step__copy[b-8kjogqtcqx] {
    margin-top: 0.18rem;
    font-size: 0.92rem;
    line-height: 1.56;
    color: rgba(255, 255, 255, 0.72);
}

.manage-board__footer[b-8kjogqtcqx] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.8rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.74);
}

.manage[b-8kjogqtcqx]  .manage-controls,
.manage[b-8kjogqtcqx]  .manage-plan,
.manage[b-8kjogqtcqx]  .manage-sidecard {
    height: 100%;
    padding: 1.35rem;
    border-radius: 20px;
    border: 1px solid var(--manage-border);
    box-shadow: var(--manage-shadow);
    background: #ffffff;
}

.manage[b-8kjogqtcqx]  .manage-controls {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.98));
}

.manage-controls__row[b-8kjogqtcqx] {
    align-items: stretch;
}

.manage-config__head[b-8kjogqtcqx] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.manage-section__kicker[b-8kjogqtcqx] {
    margin-bottom: 0.25rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(17, 39, 67, 0.5);
}

.manage-section__kicker--light[b-8kjogqtcqx] {
    color: rgba(255, 255, 255, 0.72);
}

.manage[b-8kjogqtcqx]  .manage-sidecard--fundpro .manage-section__kicker--light {
    color: rgba(255, 255, 255, 0.88) !important;
}

.manage[b-8kjogqtcqx]  .manage-cycle-bar {
    width: fit-content;
}

.manage[b-8kjogqtcqx]  .manage-cycle-bar .rz-button {
    border-radius: 999px !important;
}

.manage[b-8kjogqtcqx]  .manage-cycle-bar--compact {
    width: 100%;
}

.manage[b-8kjogqtcqx]  .manage-addon-bar--compact {
    width: 100%;
}

.manage[b-8kjogqtcqx]  .manage-cycle-bar--compact .rz-selectbutton,
.manage[b-8kjogqtcqx]  .manage-addon-bar--compact .rz-selectbutton {
    width: 100%;
    display: flex;
    gap: 0.45rem;
    background: transparent;
}

.manage[b-8kjogqtcqx]  .manage-cycle-bar--compact .rz-button,
.manage[b-8kjogqtcqx]  .manage-addon-bar--compact .rz-button {
    flex: 1 1 0;
    min-height: 2rem;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
    font-weight: 700;
}

.manage[b-8kjogqtcqx]  .manage-addon-bar--compact .rz-button {
    border-radius: 999px !important;
}

.manage-controls__hint[b-8kjogqtcqx] {
    margin: 0;
    color: var(--manage-ink-soft);
    line-height: 1.6;
}

.manage-addon[b-8kjogqtcqx] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    min-height: 100%;
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid rgba(17, 39, 67, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 254, 0.98));
}

.manage-addon--selected[b-8kjogqtcqx] {
    border-color: rgba(11, 120, 209, 0.22);
    background: linear-gradient(180deg, rgba(237, 247, 255, 0.92), rgba(248, 251, 254, 0.98));
    box-shadow: 0 14px 30px rgba(11, 120, 209, 0.08);
}

.manage-addon__top[b-8kjogqtcqx] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
}

.manage-addon__title[b-8kjogqtcqx] {
    display: flex;
    align-items: start;
    gap: 0.75rem;
}

.manage-addon__icon[b-8kjogqtcqx] {
    width: 2.1rem;
    height: 2.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(11, 120, 209, 0.16), rgba(11, 120, 209, 0.08));
    color: rgba(11, 120, 209, 0.92);
}

.manage-addon__badge[b-8kjogqtcqx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.32rem 0.68rem;
    border-radius: 999px;
    border: 1px solid rgba(17, 39, 67, 0.1);
    background: rgba(255, 255, 255, 0.9);
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(17, 39, 67, 0.84);
}

.manage-addon__badge--selected[b-8kjogqtcqx] {
    border-color: rgba(11, 120, 209, 0.24);
    background: rgba(11, 120, 209, 0.1);
    color: rgba(17, 39, 67, 0.92);
}

.manage[b-8kjogqtcqx]  .manage-addon-bar:not(.manage-addon-bar--compact) {
    width: 100%;
}

.manage[b-8kjogqtcqx]  .manage-addon-bar:not(.manage-addon-bar--compact) .rz-selectbutton {
    width: 100%;
    display: flex;
    gap: 0.5rem;
    background: transparent;
}

.manage[b-8kjogqtcqx]  .manage-addon-bar:not(.manage-addon-bar--compact) .rz-button {
    flex: 1 1 0;
    border-radius: 999px !important;
    font-weight: 700;
    min-height: 2.7rem;
}

.manage-addon__copy[b-8kjogqtcqx] {
    margin: 0;
    line-height: 1.6;
    color: var(--manage-ink-soft);
}

.manage-addon__price[b-8kjogqtcqx] {
    font-size: 0.96rem;
    font-weight: 700;
    color: rgba(17, 39, 67, 0.94);
}

.manage-addon__meta[b-8kjogqtcqx] {
    font-size: 0.88rem;
    color: rgba(17, 39, 67, 0.66);
}

.manage-controls-preview[b-8kjogqtcqx] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.1rem;
    padding-top: 0.95rem;
    border-top: 1px solid rgba(17, 39, 67, 0.08);
}

.manage-controls-preview__head[b-8kjogqtcqx] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.manage-controls-preview__copy[b-8kjogqtcqx] {
    margin: 0;
    color: var(--manage-ink-soft);
    line-height: 1.58;
}

.manage-preview-tile[b-8kjogqtcqx] {
    height: 100%;
    padding: 0.95rem;
    border-radius: 18px;
    border: 1px solid rgba(17, 39, 67, 0.08);
    background: #ffffff;
}

.manage-preview-tile--current[b-8kjogqtcqx] {
    border-color: rgba(11, 120, 209, 0.26);
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    box-shadow: 0 14px 28px rgba(11, 120, 209, 0.08);
}

.manage-preview-tile__top[b-8kjogqtcqx] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 0.8rem;
}

.manage-preview-tile__name[b-8kjogqtcqx] {
    font-size: 0.98rem;
    font-weight: 800;
    color: rgba(17, 39, 67, 0.94);
}

.manage-preview-tile__badge[b-8kjogqtcqx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.26rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(11, 120, 209, 0.16);
    background: rgba(11, 120, 209, 0.08);
    font-size: 0.76rem;
    font-weight: 700;
    color: rgba(17, 39, 67, 0.86);
}

.manage-preview-tile__price[b-8kjogqtcqx] {
    margin-top: 0.55rem;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: rgba(17, 39, 67, 0.98);
}

.manage-preview-tile__price span[b-8kjogqtcqx] {
    margin-left: 0.22rem;
    font-size: 0.94rem;
    font-weight: 700;
    letter-spacing: 0;
    color: rgba(17, 39, 67, 0.7);
}

.manage-preview-tile__note[b-8kjogqtcqx] {
    margin-top: 0.35rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--manage-ink-soft);
}

.manage-section__head[b-8kjogqtcqx] {
    max-width: 44rem;
}

.manage-section__subtitle[b-8kjogqtcqx] {
    margin: 0.2rem 0 0;
    color: var(--manage-ink-soft);
    line-height: 1.62;
}

.manage[b-8kjogqtcqx]  .manage-plan {
    display: flex;
    flex-direction: column;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.manage[b-8kjogqtcqx]  .manage-plan:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 44px rgba(16, 24, 40, 0.1);
    border-color: rgba(11, 120, 209, 0.2);
}

.manage[b-8kjogqtcqx]  .manage-plan--current {
    border-color: rgba(11, 120, 209, 0.38);
    box-shadow: 0 24px 48px rgba(11, 120, 209, 0.12);
    background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.manage-plan__top[b-8kjogqtcqx] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
}

.manage-plan__eyebrow[b-8kjogqtcqx] {
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(17, 39, 67, 0.48);
}

.manage-plan__tagline[b-8kjogqtcqx] {
    margin: 0.3rem 0 0;
    color: var(--manage-ink-soft);
    line-height: 1.55;
}

.manage-plan__badges[b-8kjogqtcqx] {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 0.45rem;
}

.manage-plan__badges .manage-pill--callout[b-8kjogqtcqx] {
    width: auto;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}

.manage-plan__price-block[b-8kjogqtcqx] {
    margin-top: 1rem;
}

.manage-plan__price[b-8kjogqtcqx] {
    font-size: clamp(2rem, 4vw, 2.65rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: rgba(17, 39, 67, 0.98);
}

.manage-plan__price span[b-8kjogqtcqx] {
    margin-left: 0.25rem;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0;
    color: rgba(17, 39, 67, 0.7);
}

.manage-plan__billing-note[b-8kjogqtcqx] {
    margin-top: 0.45rem;
    font-size: 0.92rem;
    line-height: 1.58;
    color: var(--manage-ink-soft);
}

.manage-plan__selection-note[b-8kjogqtcqx],
.manage-plan__protected[b-8kjogqtcqx] {
    margin-top: 0.85rem;
    padding: 0.8rem 0.9rem;
    border-radius: 16px;
    font-size: 0.92rem;
    line-height: 1.58;
}

.manage-plan__selection-note[b-8kjogqtcqx] {
    border: 1px solid rgba(11, 120, 209, 0.12);
    background: rgba(11, 120, 209, 0.05);
    color: rgba(17, 39, 67, 0.88);
}

.manage-plan__protected[b-8kjogqtcqx] {
    border: 1px solid rgba(203, 122, 10, 0.2);
    background: rgba(255, 247, 232, 0.92);
    color: rgba(120, 74, 7, 0.92);
}

.manage[b-8kjogqtcqx]  .manage-plan__cta,
.manage[b-8kjogqtcqx]  .manage-sidecard__cta {
    width: 100%;
    margin-top: 1rem;
    border-radius: 999px;
}

.manage-feature-list[b-8kjogqtcqx] {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.manage-feature[b-8kjogqtcqx] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.65rem;
    align-items: start;
    line-height: 1.58;
    color: rgba(17, 39, 67, 0.9);
}

.manage-feature .rzi[b-8kjogqtcqx] {
    margin-top: 0.1rem;
    font-size: 1rem;
    color: var(--manage-blue);
}

.manage[b-8kjogqtcqx]  .manage-sidecard__copy {
    margin: 0.45rem 0 0;
    line-height: 1.62;
    color: var(--manage-ink-soft) !important;
}

.manage[b-8kjogqtcqx]  .manage-sidecard__copy--light {
    color: rgba(255, 255, 255, 0.82) !important;
}

.manage-sidecard__badges[b-8kjogqtcqx] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.85rem;
}

.manage-sidecard__alert[b-8kjogqtcqx] {
    margin-top: 1rem;
}

.manage[b-8kjogqtcqx]  .manage-sidecard--fundpro {
    background:
        radial-gradient(540px 220px at 12% 0%, rgba(11, 120, 209, 0.28), transparent 62%),
        radial-gradient(480px 220px at 100% 0%, rgba(22, 163, 74, 0.12), transparent 62%),
        linear-gradient(180deg, #183454 0%, #21476f 100%);
    border-color: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 26px 54px rgba(17, 39, 67, 0.16);
}

.manage[b-8kjogqtcqx]  .manage-sidecard__fundpro-title {
    color: rgba(255, 255, 255, 0.98) !important;
}

.manage-feature-list--light .manage-feature[b-8kjogqtcqx] {
    color: rgba(255, 255, 255, 0.9);
}

.manage-feature-list--light .manage-feature .rzi[b-8kjogqtcqx] {
    color: rgba(255, 255, 255, 0.92);
}

.manage[b-8kjogqtcqx]  .manage-sidecard__cta--light {
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    background: rgba(255, 255, 255, 0.86) !important;
    color: rgba(17, 39, 67, 0.96) !important;
}

.manage[b-8kjogqtcqx]  .manage-sidecard__cta--light .rz-button-text,
.manage[b-8kjogqtcqx]  .manage-sidecard__cta--light .rz-button-icon-left,
.manage[b-8kjogqtcqx]  .manage-sidecard__cta--light .rzi {
    color: inherit !important;
}

.manage-legal[b-8kjogqtcqx] {
    gap: 0.7rem;
    padding-top: 0.1rem;
}

.manage-legal__line[b-8kjogqtcqx] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: rgba(17, 39, 67, 0.88);
}

.manage[b-8kjogqtcqx]  .manage-legal__copy {
    margin: 0;
    line-height: 1.65;
    color: var(--manage-ink-soft) !important;
}

.manage-loading[b-8kjogqtcqx] {
    max-width: 52rem;
    margin: 2rem auto 0;
}

@media (max-width: 900px) {
    .manage-status__row[b-8kjogqtcqx] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .manage-status__main[b-8kjogqtcqx] {
        grid-column: 1 / -1;
    }

    .manage-quote-toolbar__row[b-8kjogqtcqx] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.45rem;
    }

    .manage-quote-toolbar__details[b-8kjogqtcqx] {
        flex: 1 1 auto;
        max-width: none;
    }

    .manage-quote-toolbar__control[b-8kjogqtcqx] {
        flex: 1 1 auto;
    }

    .manage-plan__top[b-8kjogqtcqx] {
        flex-direction: column;
    }

    .manage-plan__badges[b-8kjogqtcqx] {
        justify-content: start;
    }
}

@media (max-width: 767px) {
    .manage[b-8kjogqtcqx] {
        gap: 1.35rem;
    }

    .manage-status__row[b-8kjogqtcqx] {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .manage-quote-toolbar__row--divider[b-8kjogqtcqx] {
        margin-top: 0.45rem;
        padding-top: 0.45rem;
    }

    .manage-quote-toolbar__headline[b-8kjogqtcqx] {
        font-size: 0.88rem;
    }

    .manage-quote-toolbar__hint[b-8kjogqtcqx] {
        font-size: 0.74rem;
    }

    .manage-summary-strip[b-8kjogqtcqx] {
        flex-direction: column;
        align-items: stretch;
    }

    .manage[b-8kjogqtcqx]  .manage-summary-strip__toggle {
        width: 100%;
    }

    .manage[b-8kjogqtcqx]  .manage-cycle-bar--compact,
    .manage[b-8kjogqtcqx]  .manage-addon-bar--compact {
        width: 100%;
    }

    .manage[b-8kjogqtcqx]  .manage-cycle-bar--compact .rz-selectbutton,
    .manage[b-8kjogqtcqx]  .manage-addon-bar--compact .rz-selectbutton {
        width: 100%;
        display: flex;
    }

    .manage-summary-grid[b-8kjogqtcqx] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.6rem;
    }

    .manage-summary-tile[b-8kjogqtcqx] {
        padding: 0.72rem 0.75rem;
    }

    .manage-addon__top[b-8kjogqtcqx] {
        flex-direction: column;
        align-items: start;
    }

    .manage-controls-preview[b-8kjogqtcqx] {
        display: none;
    }

    .manage-inline-preview[b-8kjogqtcqx] {
        gap: 0.6rem;
    }

    .manage-inline-preview .manage-preview-tile[b-8kjogqtcqx] {
        padding: 0.75rem 0.8rem;
    }

    .manage-inline-preview .manage-preview-tile__price[b-8kjogqtcqx] {
        font-size: 1.35rem;
    }

    .manage-config__head .manage-controls__hint[b-8kjogqtcqx] {
        display: none;
    }

    .manage-preview-tile__price[b-8kjogqtcqx] {
        font-size: 1.65rem;
    }
}

@media (max-width: 480px) {
    .manage-fullbleed[b-8kjogqtcqx] {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .manage[b-8kjogqtcqx]  .manage-controls,
    .manage[b-8kjogqtcqx]  .manage-plan,
    .manage[b-8kjogqtcqx]  .manage-sidecard,
    .manage[b-8kjogqtcqx]  .manage-board {
        padding: 1.1rem;
        border-radius: 18px;
    }

    .manage-pill[b-8kjogqtcqx] {
        width: 100%;
        justify-content: start;
    }

    .manage[b-8kjogqtcqx]  .manage-cycle-bar {
        width: 100%;
    }

    .manage[b-8kjogqtcqx]  .manage-cycle-bar .rz-selectbutton {
        width: 100%;
    }

    .manage[b-8kjogqtcqx]  .manage-cycle-bar .rz-button {
        flex: 1 1 0;
    }
}
/* /Shared/LoginDisplay.razor.rz.scp.css */
.login-display[b-72xs3ll03s] {
    --login-display-menu-top: calc(var(--navbar-fixed-height, 4rem) - 0.85rem);
    padding: 0 0.4rem 0 0;
    overflow: visible;
    flex: 0 0 auto;
}

.login-display[b-72xs3ll03s]  ul.rz-profile-menu {
    padding: 0.35rem 0 0.35rem 0.7rem;
    border-left: none;
    background: transparent;
    max-width: calc(100vw - 0.75rem);
    z-index: 115;
}

.login-display[b-72xs3ll03s]  ul.rz-profile-menu .rz-navigation-item-link {
    border-radius: 999px;
}

.login-display[b-72xs3ll03s]  ul.rz-profile-menu .rz-navigation-menu {
    position: fixed;
    top: var(--login-display-menu-top);
    left: auto;
    right: 0.5rem;
    min-width: 14rem;
    max-width: min(18rem, calc(100vw - 1rem));
    max-height: calc(100vh - var(--login-display-menu-top) - 0.75rem);
    max-height: calc(100dvh - var(--login-display-menu-top) - 0.75rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    transform-origin: top right;
    z-index: 120;
}

@media (max-width: 767px) {
    .login-display[b-72xs3ll03s] {
        padding-right: 0.2rem;
    }

    .login-display[b-72xs3ll03s]  ul.rz-profile-menu {
        padding-left: 0.4rem;
    }

    .login-display[b-72xs3ll03s]  ul.rz-profile-menu .rz-navigation-menu {
        top: var(--login-display-menu-top);
        right: 0.375rem;
        min-width: 12.5rem;
        max-width: calc(100vw - 0.75rem);
    }
}
/* /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] {
    --navbar-fixed-height: 4rem;
    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],
.navbar.is-fresh .container-fluid[b-ph1tkokml2] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    min-width: 0;
}

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

.navbar.is-fresh .navbar-brand[b-ph1tkokml2] {
    flex: 0 0 auto;
}

.navbar.is-fresh .container-fluid > .navbar-link.p-0.col[b-ph1tkokml2] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: visible;
}

.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 #cloned-navbar-menu[b-ph1tkokml2] {
    margin-left: auto;
    overflow: visible;
    flex: 0 0 auto;
    position: relative;
    z-index: 110;
}

.navbar.is-fresh #cloned-navbar-menu .navbar-end[b-ph1tkokml2] {
    overflow: visible;
    padding-right: clamp(0.25rem, 1vw, 0.75rem);
}

.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)
}

