/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ytb66lp5oc] {
    color-scheme: light dark;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ytb66lp5oc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-y7mk9nk4bn],
.components-reconnect-repeated-attempt-visible[b-y7mk9nk4bn],
.components-reconnect-failed-visible[b-y7mk9nk4bn],
.components-pause-visible[b-y7mk9nk4bn],
.components-resume-failed-visible[b-y7mk9nk4bn],
.components-rejoining-animation[b-y7mk9nk4bn] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-y7mk9nk4bn],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-y7mk9nk4bn],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-y7mk9nk4bn],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-y7mk9nk4bn],
#components-reconnect-modal.components-reconnect-retrying[b-y7mk9nk4bn],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-y7mk9nk4bn],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-y7mk9nk4bn],
#components-reconnect-modal.components-reconnect-failed[b-y7mk9nk4bn],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-y7mk9nk4bn] {
    display: block;
}


#components-reconnect-modal[b-y7mk9nk4bn] {
    background-color: var(--mud-palette-surface, white);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-y7mk9nk4bn 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-y7mk9nk4bn 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-y7mk9nk4bn 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-y7mk9nk4bn]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-y7mk9nk4bn 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-y7mk9nk4bn {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-y7mk9nk4bn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-y7mk9nk4bn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-y7mk9nk4bn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-y7mk9nk4bn] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-y7mk9nk4bn] {
    border: 0;
    background-color: var(--mud-palette-primary, #6b9ed2);
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-y7mk9nk4bn] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-y7mk9nk4bn] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-y7mk9nk4bn] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-y7mk9nk4bn] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-y7mk9nk4bn 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-y7mk9nk4bn] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-y7mk9nk4bn {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Pulse.razor.rz.scp.css */
.pulse-page[b-q1yha4yuwu] {
    padding-top: 34px;
    padding-bottom: 56px;
}

.pulse-header[b-q1yha4yuwu] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.pulse-heading[b-q1yha4yuwu] {
    display: flex;
    max-width: 760px;
    align-items: flex-start;
    gap: 16px;
}

.pulse-heading-icon[b-q1yha4yuwu] {
    display: grid;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    place-items: center;
    border: 1px solid #99f6e4;
    border-radius: 8px;
    color: #0f766e;
    background: #ccfbf1;
}

.pulse-eyebrow[b-q1yha4yuwu] {
    color: #0f766e;
    font-weight: 750;
}

.pulse-heading[b-q1yha4yuwu]  .mud-typography-h4 {
    color: var(--mud-palette-text-primary);
    font-weight: 750;
    letter-spacing: 0;
}

.pulse-heading[b-q1yha4yuwu]  .mud-typography-body1 {
    max-width: 680px;
    margin-top: 5px;
    color: var(--mud-palette-text-secondary);
}

.pulse-back-button[b-q1yha4yuwu] {
    flex: 0 0 auto;
}

.pulse-section[b-q1yha4yuwu] {
    margin-top: 18px;
}

.pulse-primary-grid[b-q1yha4yuwu],
.pulse-secondary-grid[b-q1yha4yuwu] {
    display: grid;
    gap: 18px;
}

.pulse-primary-grid[b-q1yha4yuwu] {
    grid-template-columns: minmax(0, 1.65fr) minmax(320px, 1fr);
}

.pulse-secondary-grid[b-q1yha4yuwu] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pulse-state[b-q1yha4yuwu] {
    display: grid;
    min-height: 420px;
    place-content: center;
    justify-items: center;
    gap: 12px;
    color: var(--mud-palette-text-secondary);
    text-align: center;
}

.pulse-state-bordered[b-q1yha4yuwu] {
    min-height: 360px;
    padding: 32px;
    border: 1px dashed var(--mud-palette-lines-default);
    border-radius: 8px;
    background: var(--mud-palette-surface);
}

.pulse-state[b-q1yha4yuwu]  .mud-typography-h6 {
    color: var(--mud-palette-text-primary);
    font-weight: 700;
}

.pulse-state[b-q1yha4yuwu]  .mud-typography-body2 {
    max-width: 460px;
}

.recent-wins-panel[b-q1yha4yuwu] {
    height: 100%;
    min-height: 310px;
    padding: 24px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background: var(--mud-palette-surface);
}

.recent-wins-heading[b-q1yha4yuwu]  .mud-typography-h6 {
    color: var(--mud-palette-text-primary);
    font-weight: 700;
}

.recent-wins-heading[b-q1yha4yuwu]  .mud-typography-body2 {
    color: var(--mud-palette-text-secondary);
}

.recent-wins-list[b-q1yha4yuwu] {
    display: grid;
    margin-top: 14px;
}

.recent-win[b-q1yha4yuwu] {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 20px;
    gap: 12px;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.recent-win:last-child[b-q1yha4yuwu] {
    border-bottom: 0;
}

.recent-win-icon[b-q1yha4yuwu] {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 8px;
    color: #047857;
    background: #d1fae5;
}

.recent-win-copy[b-q1yha4yuwu] {
    min-width: 0;
}

.recent-win-copy[b-q1yha4yuwu]  .mud-link {
    display: block;
    overflow: hidden;
    color: var(--mud-palette-text-primary);
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recent-win-copy[b-q1yha4yuwu]  .mud-typography-caption,
.recent-win-open[b-q1yha4yuwu] {
    color: var(--mud-palette-text-secondary);
}

.recent-wins-empty[b-q1yha4yuwu] {
    display: grid;
    min-height: 210px;
    place-content: center;
    gap: 10px;
    color: var(--mud-palette-text-secondary);
    text-align: center;
}

@media (max-width: 1100px) {
    .pulse-primary-grid[b-q1yha4yuwu],
    .pulse-secondary-grid[b-q1yha4yuwu] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .pulse-page[b-q1yha4yuwu] {
        padding-top: 22px;
        padding-bottom: 36px;
    }

    .pulse-header[b-q1yha4yuwu] {
        display: grid;
        gap: 14px;
    }

    .pulse-heading[b-q1yha4yuwu] {
        gap: 12px;
    }

    .pulse-heading-icon[b-q1yha4yuwu] {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .pulse-heading[b-q1yha4yuwu]  .mud-typography-h4 {
        font-size: 1.6rem;
    }

    .pulse-back-button[b-q1yha4yuwu] {
        justify-self: start;
    }

    .recent-wins-panel[b-q1yha4yuwu] {
        min-height: auto;
        padding: 18px;
    }
}
/* /Components/Shared/OnboardingDialog.razor.rz.scp.css */
.onboarding-mark[b-f614dmtemu] {
    align-items: center;
    background: color-mix(in srgb, var(--mud-palette-primary) 14%, transparent);
    border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 28%, transparent);
    border-radius: 12px;
    color: var(--mud-palette-primary);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.onboarding-kicker[b-f614dmtemu] {
    color: var(--mud-palette-primary);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.2;
}

.onboarding-dialog-title[b-f614dmtemu] {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
    font-weight: 700;
    letter-spacing: -.02em;
}

.onboarding-shell[b-f614dmtemu] {
    background:
        radial-gradient(circle at 92% 6%, color-mix(in srgb, var(--mud-palette-primary) 12%, transparent), transparent 28%),
        linear-gradient(145deg, color-mix(in srgb, var(--mud-palette-surface) 94%, var(--mud-palette-primary) 6%), var(--mud-palette-surface));
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 22px;
    overflow: hidden;
}

.onboarding-shell[b-f614dmtemu]  .mud-stepper {
    background: transparent;
    box-shadow: none;
}

.onboarding-shell[b-f614dmtemu]  .mud-stepper-nav {
    background: color-mix(in srgb, var(--mud-palette-surface) 82%, transparent);
    border-bottom: 1px solid var(--mud-palette-lines-default);
    padding: 16px 24px 14px;
}

.onboarding-shell[b-f614dmtemu]  .mud-step-label-icon {
    box-shadow: 0 0 0 5px color-mix(in srgb, var(--mud-palette-primary) 8%, transparent);
}

.onboarding-shell[b-f614dmtemu]  .mud-stepper-content {
    padding: 0;
}

.onboarding-shell[b-f614dmtemu]  .mud-stepper-actions {
    border-top: 1px solid var(--mud-palette-lines-default);
    padding: 14px 24px;
}

.onboarding-shell[b-f614dmtemu]  .mud-stepper-button-next,
.onboarding-shell[b-f614dmtemu]  .mud-stepper-button-complete {
    border-radius: 10px;
    font-weight: 700;
    padding-inline: 20px;
}

.onboarding-panel[b-f614dmtemu] {
    min-height: 390px;
    padding: 42px 46px 38px;
}

.onboarding-panel-welcome[b-f614dmtemu] {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1.15fr) minmax(210px, .85fr);
}

.panel-eyebrow[b-f614dmtemu] {
    color: var(--mud-palette-primary);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .16em;
}

.panel-title[b-f614dmtemu] {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.08;
    margin: 8px 0 14px;
    text-wrap: balance;
}

.panel-description[b-f614dmtemu] {
    color: var(--mud-palette-text-secondary);
    line-height: 1.7;
    max-width: 410px;
}

.panel-description-wide[b-f614dmtemu] {
    max-width: 610px;
}

.stack-illustration[b-f614dmtemu] {
    height: 245px;
    position: relative;
}

.stack-card[b-f614dmtemu] {
    border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 24%, var(--mud-palette-lines-default));
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .14);
    display: flex;
    flex-direction: column;
    inset: 0;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
}

.stack-card-back[b-f614dmtemu] {
    background: color-mix(in srgb, var(--mud-palette-info) 14%, var(--mud-palette-surface));
    color: var(--mud-palette-info);
    transform: rotate(9deg) translate(16px, 3px) scale(.88);
}

.stack-card-middle[b-f614dmtemu] {
    background: color-mix(in srgb, var(--mud-palette-warning) 13%, var(--mud-palette-surface));
    color: var(--mud-palette-warning-darken);
    transform: rotate(-6deg) translate(-11px, 5px) scale(.94);
}

.stack-card-front[b-f614dmtemu] {
    background: var(--mud-palette-surface);
    color: var(--mud-palette-primary);
    transform: rotate(1deg) translateY(9px);
}

.stack-card-front strong[b-f614dmtemu] {
    color: var(--mud-palette-text-primary);
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
    font-size: 1.25rem;
}

.stack-card span[b-f614dmtemu] {
    color: var(--mud-palette-text-secondary);
    font-size: .78rem;
}

.learning-path[b-f614dmtemu] {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    margin-top: 30px;
}

.path-stage[b-f614dmtemu] {
    align-items: center;
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 130px;
    padding: 20px 12px 16px;
    position: relative;
}

.path-number[b-f614dmtemu] {
    border: 1px solid currentColor;
    border-radius: 99px;
    font-size: .65rem;
    font-weight: 800;
    padding: 2px 7px;
    position: absolute;
    right: 9px;
    top: 9px;
}

.path-stage-primary[b-f614dmtemu] {
    color: var(--mud-palette-primary);
}

.path-stage-warning[b-f614dmtemu] {
    color: var(--mud-palette-warning-darken);
}

.path-stage-success[b-f614dmtemu] {
    color: var(--mud-palette-success);
}

.path-stage strong[b-f614dmtemu] {
    color: var(--mud-palette-text-primary);
    font-size: .84rem;
    text-align: center;
}

.path-arrow[b-f614dmtemu] {
    color: var(--mud-palette-text-disabled);
}

.resource-note[b-f614dmtemu] {
    align-items: center;
    background: color-mix(in srgb, var(--mud-palette-primary) 8%, transparent);
    border-radius: 10px;
    color: var(--mud-palette-primary);
    display: flex;
    font-size: .8rem;
    gap: 8px;
    margin-top: 20px;
    padding: 10px 12px;
}

.feature-grid[b-f614dmtemu] {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-top: 28px;
}

.feature-card[b-f614dmtemu] {
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 18px;
    padding: 22px;
    position: relative;
    transition: transform 180ms ease, border-color 180ms ease;
}

.feature-card:hover[b-f614dmtemu] {
    border-color: color-mix(in srgb, var(--mud-palette-primary) 40%, var(--mud-palette-lines-default));
    transform: translateY(-3px);
}

.feature-card-friends[b-f614dmtemu] {
    box-shadow: inset 0 3px 0 color-mix(in srgb, var(--mud-palette-success) 70%, transparent);
}

.feature-card-collections[b-f614dmtemu] {
    box-shadow: inset 0 3px 0 color-mix(in srgb, var(--mud-palette-info) 70%, transparent);
}

.feature-icon[b-f614dmtemu] {
    align-items: center;
    background: color-mix(in srgb, var(--mud-palette-primary) 10%, transparent);
    border-radius: 12px;
    color: var(--mud-palette-primary);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    margin-bottom: 14px;
    width: 42px;
}

.feature-title[b-f614dmtemu] {
    font-weight: 750;
    margin-bottom: 7px;
}

.feature-copy[b-f614dmtemu] {
    color: var(--mud-palette-text-secondary);
    line-height: 1.55;
}

.onboarding-complete[b-f614dmtemu] {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 390px;
    padding: 48px 46px 42px;
    text-align: center;
}

.complete-orbit[b-f614dmtemu] {
    border: 1px dashed color-mix(in srgb, var(--mud-palette-success) 55%, transparent);
    border-radius: 50%;
    height: 96px;
    margin-bottom: 12px;
    position: relative;
    width: 96px;
}

.complete-icon[b-f614dmtemu] {
    align-items: center;
    background: var(--mud-palette-success);
    border-radius: 50%;
    box-shadow: 0 12px 30px color-mix(in srgb, var(--mud-palette-success) 35%, transparent);
    color: var(--mud-palette-success-text);
    display: flex;
    height: 62px;
    inset: 16px;
    justify-content: center;
    position: absolute;
    width: 62px;
}

.orbit-dot[b-f614dmtemu] {
    background: var(--mud-palette-warning);
    border-radius: 50%;
    height: 8px;
    position: absolute;
    width: 8px;
}

.orbit-dot-one[b-f614dmtemu] {
    right: 8px;
    top: 8px;
}

.orbit-dot-two[b-f614dmtemu] {
    bottom: 5px;
    left: 12px;
}

.complete-description[b-f614dmtemu] {
    max-width: 500px;
}

.complete-button[b-f614dmtemu] {
    border-radius: 12px;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--mud-palette-primary) 24%, transparent);
    font-weight: 750;
    margin-top: 24px;
    min-height: 48px;
    padding-inline: 26px;
}

@media (max-width: 600px) {
    .onboarding-shell[b-f614dmtemu]  .mud-stepper-nav {
        padding-inline: 10px;
    }

    .onboarding-shell[b-f614dmtemu]  .mud-step-label-content {
        display: none;
    }

    .onboarding-shell[b-f614dmtemu]  .mud-stepper-actions {
        padding: 12px 14px;
    }

    .onboarding-panel[b-f614dmtemu],
    .onboarding-complete[b-f614dmtemu] {
        min-height: 430px;
        padding: 30px 22px;
    }

    .onboarding-panel-welcome[b-f614dmtemu] {
        display: block;
    }

    .stack-illustration[b-f614dmtemu] {
        height: 170px;
        margin: 18px auto 0;
        max-width: 230px;
    }

    .learning-path[b-f614dmtemu] {
        gap: 7px;
    }

    .path-stage[b-f614dmtemu] {
        min-height: 112px;
        padding-inline: 7px;
    }

    .path-arrow[b-f614dmtemu] {
        font-size: 1rem;
    }

    .feature-grid[b-f614dmtemu] {
        grid-template-columns: 1fr;
    }

    .feature-card[b-f614dmtemu] {
        padding: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .feature-card[b-f614dmtemu] {
        transition: none;
    }
}
/* /Components/Shared/PulseActivityChart.razor.rz.scp.css */
.pulse-panel[b-k1m2q88npa] {
    min-height: 310px;
    padding: 24px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background: var(--mud-palette-surface);
}

.pulse-panel-heading[b-k1m2q88npa]  .mud-typography-h6 {
    color: var(--mud-palette-text-primary);
    font-weight: 700;
}

.pulse-panel-heading[b-k1m2q88npa]  .mud-typography-body2 {
    color: var(--mud-palette-text-secondary);
}

.pulse-chart[b-k1m2q88npa] {
    display: grid;
    grid-template-columns: repeat(12, minmax(18px, 1fr));
    gap: 10px;
    height: 210px;
    margin-top: 22px;
}

.pulse-chart-column[b-k1m2q88npa] {
    display: grid;
    grid-template-rows: 24px minmax(120px, 1fr) 24px;
    min-width: 0;
    text-align: center;
}

.pulse-chart-count[b-k1m2q88npa],
.pulse-chart-label[b-k1m2q88npa] {
    color: var(--mud-palette-text-secondary);
    font-size: 0.75rem;
    font-weight: 600;
}

.pulse-chart-track[b-k1m2q88npa] {
    display: flex;
    align-items: flex-end;
    width: min(100%, 28px);
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 4px 4px 2px 2px;
    background: color-mix(in srgb, var(--mud-palette-lines-default) 70%, transparent);
}

.pulse-chart-fill[b-k1m2q88npa] {
    width: 100%;
    min-height: 3px;
    border-radius: 4px 4px 0 0;
    background: #0f766e;
    transition: height 240ms ease-out;
}

.pulse-chart-fill.level-0[b-k1m2q88npa] { height: 0; min-height: 0; }
.pulse-chart-fill.level-1[b-k1m2q88npa] { height: 10%; }
.pulse-chart-fill.level-2[b-k1m2q88npa] { height: 20%; }
.pulse-chart-fill.level-3[b-k1m2q88npa] { height: 30%; }
.pulse-chart-fill.level-4[b-k1m2q88npa] { height: 40%; }
.pulse-chart-fill.level-5[b-k1m2q88npa] { height: 50%; }
.pulse-chart-fill.level-6[b-k1m2q88npa] { height: 60%; }
.pulse-chart-fill.level-7[b-k1m2q88npa] { height: 70%; }
.pulse-chart-fill.level-8[b-k1m2q88npa] { height: 80%; }
.pulse-chart-fill.level-9[b-k1m2q88npa] { height: 90%; }
.pulse-chart-fill.level-10[b-k1m2q88npa] { height: 100%; }

.pulse-chart-empty[b-k1m2q88npa] {
    display: grid;
    min-height: 220px;
    place-content: center;
    gap: 10px;
    color: var(--mud-palette-text-secondary);
    text-align: center;
}

@media (max-width: 700px) {
    .pulse-panel[b-k1m2q88npa] {
        min-height: 270px;
        padding: 18px;
    }

    .pulse-chart[b-k1m2q88npa] {
        gap: 4px;
        height: 175px;
    }

    .pulse-chart-label[b-k1m2q88npa] {
        overflow: hidden;
        font-size: 0.65rem;
        text-overflow: clip;
    }
}
/* /Components/Shared/PulseLearningMix.razor.rz.scp.css */
.pulse-panel[b-hzo54jf6hg] {
    height: 100%;
    min-height: 310px;
    padding: 24px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background: var(--mud-palette-surface);
}

.pulse-panel-heading[b-hzo54jf6hg]  .mud-typography-h6 {
    color: var(--mud-palette-text-primary);
    font-weight: 700;
}

.pulse-panel-heading[b-hzo54jf6hg]  .mud-typography-body2 {
    color: var(--mud-palette-text-secondary);
}

.pulse-mix-list[b-hzo54jf6hg] {
    display: grid;
    gap: 15px;
    margin-top: 22px;
}

.pulse-mix-row[b-hzo54jf6hg] {
    display: grid;
    grid-template-columns: minmax(130px, 1.2fr) minmax(90px, 1fr) auto;
    align-items: center;
    gap: 12px;
}

.pulse-mix-label[b-hzo54jf6hg] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
    color: var(--mud-palette-text-primary);
}

.pulse-mix-label[b-hzo54jf6hg]  .mud-typography-body2 {
    min-width: 0;
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pulse-mix-label span[b-hzo54jf6hg] {
    margin-left: auto;
    color: var(--mud-palette-text-secondary);
    font-size: 0.75rem;
    font-weight: 700;
}

.pulse-mix-track[b-hzo54jf6hg] {
    height: 8px;
    overflow: hidden;
    border-radius: 4px;
    background: color-mix(in srgb, var(--mud-palette-lines-default) 70%, transparent);
}

.pulse-mix-fill[b-hzo54jf6hg] {
    height: 100%;
    border-radius: 4px;
}

.pulse-mix-fill.level-1[b-hzo54jf6hg] { width: 10%; }
.pulse-mix-fill.level-2[b-hzo54jf6hg] { width: 20%; }
.pulse-mix-fill.level-3[b-hzo54jf6hg] { width: 30%; }
.pulse-mix-fill.level-4[b-hzo54jf6hg] { width: 40%; }
.pulse-mix-fill.level-5[b-hzo54jf6hg] { width: 50%; }
.pulse-mix-fill.level-6[b-hzo54jf6hg] { width: 60%; }
.pulse-mix-fill.level-7[b-hzo54jf6hg] { width: 70%; }
.pulse-mix-fill.level-8[b-hzo54jf6hg] { width: 80%; }
.pulse-mix-fill.level-9[b-hzo54jf6hg] { width: 90%; }
.pulse-mix-fill.level-10[b-hzo54jf6hg] { width: 100%; }

.mix-blog[b-hzo54jf6hg] { background: #0284c7; }
.mix-podcast[b-hzo54jf6hg] { background: #c2410c; }
.mix-video[b-hzo54jf6hg] { background: #dc2626; }
.mix-article[b-hzo54jf6hg] { background: #0f766e; }
.mix-course[b-hzo54jf6hg] { background: #7c3aed; }
.mix-documentation[b-hzo54jf6hg] { background: #4d7c0f; }
.mix-other[b-hzo54jf6hg] { background: #64748b; }

.pulse-mix-empty[b-hzo54jf6hg] {
    display: grid;
    min-height: 220px;
    place-content: center;
    gap: 10px;
    color: var(--mud-palette-text-secondary);
    text-align: center;
}

@media (max-width: 600px) {
    .pulse-panel[b-hzo54jf6hg] {
        min-height: 270px;
        padding: 18px;
    }

    .pulse-mix-row[b-hzo54jf6hg] {
        grid-template-columns: minmax(120px, 1fr) minmax(70px, 1fr);
    }

    .pulse-mix-row[b-hzo54jf6hg]  > .mud-typography-caption {
        display: none;
    }
}
/* /Components/Shared/PulseSignals.razor.rz.scp.css */
.pulse-panel[b-5wsyefobqb] {
    height: 100%;
    min-height: 310px;
    padding: 24px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background: var(--mud-palette-surface);
}

.pulse-panel-heading[b-5wsyefobqb]  .mud-typography-h6 {
    color: var(--mud-palette-text-primary);
    font-weight: 700;
}

.pulse-panel-heading[b-5wsyefobqb]  .mud-typography-body2 {
    color: var(--mud-palette-text-secondary);
}

.pulse-signal-list[b-5wsyefobqb] {
    display: grid;
    margin-top: 14px;
}

.pulse-signal[b-5wsyefobqb] {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 12px;
    align-items: start;
    padding: 16px 0;
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.pulse-signal:last-child[b-5wsyefobqb] {
    border-bottom: 0;
}

.pulse-signal-icon[b-5wsyefobqb] {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 8px;
}

.pulse-signal[b-5wsyefobqb]  .mud-typography-subtitle2 {
    color: var(--mud-palette-text-primary);
    font-weight: 700;
}

.pulse-signal[b-5wsyefobqb]  .mud-typography-body2 {
    margin-top: 3px;
    color: var(--mud-palette-text-secondary);
}

.signal-momentum .pulse-signal-icon[b-5wsyefobqb] {
    color: #047857;
    background: #d1fae5;
}

.signal-focus .pulse-signal-icon[b-5wsyefobqb] {
    color: #c2410c;
    background: #ffedd5;
}

.signal-notes .pulse-signal-icon[b-5wsyefobqb] {
    color: #0369a1;
    background: #e0f2fe;
}

@media (max-width: 600px) {
    .pulse-panel[b-5wsyefobqb] {
        min-height: auto;
        padding: 18px;
    }
}
/* /Components/Shared/PulseSummary.razor.rz.scp.css */
.pulse-metrics[b-tn7tfx9djt] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.pulse-metric[b-tn7tfx9djt] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background: var(--mud-palette-surface);
}

.pulse-metric-icon[b-tn7tfx9djt] {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border-radius: 8px;
}

.pulse-metric[b-tn7tfx9djt]  .mud-typography-h5 {
    color: var(--mud-palette-text-primary);
    font-weight: 750;
    line-height: 1.1;
}

.pulse-metric[b-tn7tfx9djt]  .mud-typography-body2 {
    margin-top: 3px;
    overflow-wrap: anywhere;
    color: var(--mud-palette-text-primary);
    font-weight: 650;
}

.pulse-metric[b-tn7tfx9djt]  .mud-typography-caption {
    color: var(--mud-palette-text-secondary);
}

.metric-completed .pulse-metric-icon[b-tn7tfx9djt] {
    color: #047857;
    background: #d1fae5;
}

.metric-rate .pulse-metric-icon[b-tn7tfx9djt] {
    color: #c2410c;
    background: #ffedd5;
}

.metric-active .pulse-metric-icon[b-tn7tfx9djt] {
    color: #0369a1;
    background: #e0f2fe;
}

.metric-queue .pulse-metric-icon[b-tn7tfx9djt] {
    color: #a21caf;
    background: #fae8ff;
}

@media (max-width: 960px) {
    .pulse-metrics[b-tn7tfx9djt] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .pulse-metrics[b-tn7tfx9djt] {
        grid-template-columns: 1fr;
    }
}
