/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-lhcp9afmlq] {
    position: relative;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.app-shell__sidebar[b-lhcp9afmlq] {
    background: transparent;
}

.app-shell__main[b-lhcp9afmlq] {
    position: relative;
    flex: 1;
    min-width: 0;
}

.app-shell__backdrop[b-lhcp9afmlq] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at top left, rgba(255, 218, 202, 0.8), transparent 34%),
        radial-gradient(circle at top right, rgba(217, 239, 230, 0.7), transparent 28%),
        radial-gradient(circle at 72% 88%, rgba(245, 203, 118, 0.18), transparent 24%);
}

.app-topbar[b-lhcp9afmlq] {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.3rem 1rem;
    border-bottom: 1px solid rgba(181, 143, 118, 0.24);
    background: rgba(255, 250, 241, 0.88);
    backdrop-filter: blur(18px);
}

.app-topbar__eyebrow[b-lhcp9afmlq] {
    margin: 0 0 0.25rem;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--bb-accent-strong);
}

.app-topbar__title[b-lhcp9afmlq] {
    margin: 0;
    font-family: var(--bb-font-display);
    font-size: 1.45rem;
    line-height: 0.95;
    letter-spacing: 0.01em;
    color: #4f3d35;
}

.app-topbar__actions[b-lhcp9afmlq] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.app-topbar__message[b-lhcp9afmlq] {
    max-width: 24rem;
    font-size: 0.9rem;
    color: var(--bb-muted);
    text-align: right;
}

.app-login-button[b-lhcp9afmlq],
.app-logout-button[b-lhcp9afmlq] {
    border-radius: 999px;
    padding: 0.55rem 1rem;
    border: 1px solid rgba(168, 90, 63, 0.32);
    background: linear-gradient(135deg, var(--bb-accent), var(--bb-accent-strong));
    color: #fff;
    box-shadow: 0 12px 26px rgba(172, 99, 71, 0.18);
}

.app-logout-button[b-lhcp9afmlq] {
    background: rgba(255, 255, 255, 0.72);
    color: #60493f;
}

.app-shell__content[b-lhcp9afmlq] {
    position: relative;
    padding: 1.5rem 1.25rem 2rem;
}

@media (max-width: 900px) {
    .app-topbar[b-lhcp9afmlq] {
        flex-direction: column;
        align-items: flex-start;
    }

    .app-topbar__actions[b-lhcp9afmlq] {
        width: 100%;
        justify-content: space-between;
    }

    .app-topbar__message[b-lhcp9afmlq] {
        text-align: left;
    }
}

@media (max-width: 640px) {
    .app-topbar[b-lhcp9afmlq] {
        padding: 1rem 1rem 0.9rem;
    }

    .app-topbar__title[b-lhcp9afmlq] {
        font-size: 1.28rem;
    }

    .app-topbar__actions[b-lhcp9afmlq] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.7rem;
    }

    .app-topbar__message[b-lhcp9afmlq] {
        max-width: none;
    }

    .app-shell__content[b-lhcp9afmlq] {
        padding: 1rem 1rem 1.5rem;
    }

    .app-login-button[b-lhcp9afmlq],
    .app-logout-button[b-lhcp9afmlq] {
        width: 100%;
    }
}

@media (min-width: 901px) {
    .app-shell[b-lhcp9afmlq] {
        flex-direction: row;
    }

    .app-shell__sidebar[b-lhcp9afmlq] {
        width: 300px;
        position: sticky;
        top: 0;
        height: 100vh;
    }

    .app-shell__content[b-lhcp9afmlq] {
        padding: 2rem 2rem 3rem;
    }
}

#blazor-error-ui[b-lhcp9afmlq] {
    color-scheme: light only;
    background: #fff7d4;
    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-lhcp9afmlq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.mud-menu-shell[b-wmaamrmtg7] {
    height: 100%;
    background:
        radial-gradient(circle at 18% 16%, rgba(255, 216, 199, 0.88) 0 18%, transparent 19%),
        radial-gradient(circle at 80% 10%, rgba(217, 239, 230, 0.9) 0 19%, transparent 20%),
        radial-gradient(circle at 24% 85%, rgba(245, 203, 118, 0.32) 0 20%, transparent 21%),
        linear-gradient(180deg, #fffdf7 0%, #fff5e9 52%, #fffaf2 100%);
    color: #4f3d35;
    padding: 1rem;
    border-right: 1px solid rgba(181, 143, 118, 0.25);
}

.mud-menu-header[b-wmaamrmtg7] {
    padding: 0.75rem 0.9rem 1rem;
    color: #5f4539;
}

.mud-menu-kicker[b-wmaamrmtg7] {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bb-accent-strong);
}

.mud-menu-brand[b-wmaamrmtg7] {
    margin-bottom: 0.35rem;
    font-family: var(--bb-font-display);
    font-size: 1.55rem !important;
    line-height: 0.95;
    letter-spacing: 0.01em;
    color: #4f3d35;
}

.mud-menu-support[b-wmaamrmtg7] {
    color: var(--bb-muted);
    font-size: 0.96rem;
    line-height: 1.5;
}

.mud-section-label[b-wmaamrmtg7] {
    color: var(--bb-accent-strong);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.5rem 0.75rem 0.3rem;
}

:deep(.mud-nav-link)[b-wmaamrmtg7] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 2.75rem;
    color: #57443b !important;
    border-radius: 18px;
    margin: 0.18rem 0;
    font-weight: 800;
    padding: 0.7rem 0.95rem;
}

:deep(.mud-nav-link .mud-nav-link-icon)[b-wmaamrmtg7],
:deep(.mud-nav-link .mud-icon-root)[b-wmaamrmtg7] {
    flex: 0 0 1.25rem;
    width: 1.25rem !important;
    min-width: 1.25rem !important;
    height: 1.25rem !important;
    min-height: 1.25rem !important;
    font-size: 1.25rem !important;
    line-height: 1 !important;
}

:deep(.mud-nav-link .mud-icon-root svg)[b-wmaamrmtg7],
:deep(.mud-nav-link svg)[b-wmaamrmtg7] {
    display: block;
    width: 1.25rem !important;
    height: 1.25rem !important;
    max-width: 1.25rem !important;
    max-height: 1.25rem !important;
}

:deep(.mud-nav-link:hover)[b-wmaamrmtg7] {
    background: rgba(248, 223, 207, 0.52) !important;
}

:deep(.mud-nav-link.active)[b-wmaamrmtg7] {
    background: linear-gradient(135deg, rgba(217, 133, 99, 0.22), rgba(217, 239, 230, 0.68)) !important;
    color: #4f3d35 !important;
    box-shadow: inset 0 0 0 1px rgba(168, 90, 63, 0.16);
}

:deep(.mud-divider)[b-wmaamrmtg7] {
    border-color: rgba(168, 90, 63, 0.18) !important;
}

@media (max-width: 640px) {
    .mud-menu-shell[b-wmaamrmtg7] {
        padding: 0.8rem 0.8rem 0.9rem;
    }

    .mud-menu-header[b-wmaamrmtg7] {
        padding: 0.55rem 0.65rem 0.85rem;
    }

    .mud-menu-brand[b-wmaamrmtg7] {
        font-size: 1.35rem !important;
    }

    .mud-menu-support[b-wmaamrmtg7] {
        font-size: 0.9rem;
    }

    :deep(.mud-nav-link)[b-wmaamrmtg7] {
        min-height: 2.55rem;
        padding: 0.62rem 0.82rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-m0dt0paoku],
.components-reconnect-repeated-attempt-visible[b-m0dt0paoku],
.components-reconnect-failed-visible[b-m0dt0paoku],
.components-pause-visible[b-m0dt0paoku],
.components-resume-failed-visible[b-m0dt0paoku],
.components-rejoining-animation[b-m0dt0paoku] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-m0dt0paoku],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-m0dt0paoku],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-m0dt0paoku],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-m0dt0paoku],
#components-reconnect-modal.components-reconnect-retrying[b-m0dt0paoku],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-m0dt0paoku],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-m0dt0paoku],
#components-reconnect-modal.components-reconnect-failed[b-m0dt0paoku],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-m0dt0paoku] {
    display: block;
}


#components-reconnect-modal[b-m0dt0paoku] {
    background-color: 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-m0dt0paoku 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-m0dt0paoku 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-m0dt0paoku 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-m0dt0paoku]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-m0dt0paoku 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-m0dt0paoku {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-m0dt0paoku {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-m0dt0paoku {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-m0dt0paoku] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-m0dt0paoku] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-m0dt0paoku] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-m0dt0paoku] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-m0dt0paoku] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-m0dt0paoku] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-m0dt0paoku] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-m0dt0paoku 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-m0dt0paoku] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-m0dt0paoku {
    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/PageCartoon.razor.rz.scp.css */
.page-cartoon[b-bg6vren24k] {
    position: relative;
    width: min(100%, 340px);
    justify-self: center;
    padding: 0.9rem;
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.35) 52%, transparent 70%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.72), rgba(248, 238, 228, 0.64));
    border: 1px solid rgba(191, 155, 135, 0.22);
    box-shadow: 0 20px 40px rgba(122, 86, 68, 0.1);
    animation: bbCartoonFloat-b-bg6vren24k 5.6s ease-in-out infinite;
}

.page-cartoon[b-bg6vren24k]::before,
.page-cartoon[b-bg6vren24k]::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.page-cartoon[b-bg6vren24k]::before {
    top: 18px;
    left: 18px;
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, 0.48);
    filter: blur(4px);
}

.page-cartoon[b-bg6vren24k]::after {
    right: 22px;
    bottom: 18px;
    width: 72px;
    height: 18px;
    background: rgba(95, 67, 54, 0.08);
    filter: blur(8px);
}

.page-cartoon__svg[b-bg6vren24k] {
    display: block;
    width: 100%;
    height: auto;
}

.page-cartoon__halo[b-bg6vren24k] {
    fill: rgba(255, 255, 255, 0.72);
}

.page-cartoon__skin[b-bg6vren24k] {
    fill: #ffd6bb;
}

.page-cartoon__hair[b-bg6vren24k] {
    fill: none;
    stroke: #6f4d40;
    stroke-width: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.page-cartoon__ink[b-bg6vren24k] {
    fill: #473632;
}

.page-cartoon__smile[b-bg6vren24k],
.page-cartoon__line[b-bg6vren24k],
.page-cartoon__limb[b-bg6vren24k],
.page-cartoon__steth[b-bg6vren24k],
.page-cartoon__cross[b-bg6vren24k],
.page-cartoon__check[b-bg6vren24k],
.page-cartoon__gear[b-bg6vren24k],
.page-cartoon__roof[b-bg6vren24k] {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.page-cartoon__smile[b-bg6vren24k] {
    stroke: #7a5140;
    stroke-width: 4;
}

.page-cartoon__limb[b-bg6vren24k] {
    stroke: #9b6c58;
    stroke-width: 7;
}

.page-cartoon__onesie[b-bg6vren24k] {
    fill: #f1a98d;
}

.page-cartoon__shirt[b-bg6vren24k] {
    fill: #87c4b0;
}

.page-cartoon__coat[b-bg6vren24k],
.page-cartoon__sheet[b-bg6vren24k] {
    fill: #fff8f1;
    stroke: rgba(122, 86, 68, 0.18);
    stroke-width: 2;
}

.page-cartoon__book[b-bg6vren24k] {
    fill: #fff0df;
    stroke: rgba(122, 86, 68, 0.18);
    stroke-width: 2;
}

.page-cartoon__block--peach[b-bg6vren24k],
.page-cartoon__bar--peach[b-bg6vren24k],
.page-cartoon__chart--peach[b-bg6vren24k] {
    fill: #f1a98d;
}

.page-cartoon__block--mint[b-bg6vren24k],
.page-cartoon__chart--mint[b-bg6vren24k] {
    fill: #8dd1bf;
}

.page-cartoon__chart--gold[b-bg6vren24k],
.page-cartoon__coin[b-bg6vren24k],
.page-cartoon__spark--gold[b-bg6vren24k] {
    fill: #f3c86b;
}

.page-cartoon__spark--mint[b-bg6vren24k] {
    fill: #9de0cb;
}

.page-cartoon__spark--peach[b-bg6vren24k] {
    fill: #f5bba4;
}

.page-cartoon__steth[b-bg6vren24k] {
    stroke: #6c8ea6;
    stroke-width: 5;
}

.page-cartoon__heart[b-bg6vren24k] {
    fill: #ea8a7f;
}

.page-cartoon__building[b-bg6vren24k],
.page-cartoon__house[b-bg6vren24k] {
    fill: #fff7ef;
    stroke: rgba(122, 86, 68, 0.16);
    stroke-width: 2;
}

.page-cartoon__door[b-bg6vren24k] {
    fill: #dca98c;
}

.page-cartoon__window[b-bg6vren24k] {
    fill: #a9dff4;
}

.page-cartoon__ambulance[b-bg6vren24k],
.page-cartoon__wallet[b-bg6vren24k],
.page-cartoon__panel[b-bg6vren24k],
.page-cartoon__phone[b-bg6vren24k] {
    fill: #fffdf8;
    stroke: rgba(122, 86, 68, 0.16);
    stroke-width: 2;
}

.page-cartoon__wallet-flap[b-bg6vren24k],
.page-cartoon__clip[b-bg6vren24k] {
    fill: #f2c7af;
}

.page-cartoon__button[b-bg6vren24k],
.page-cartoon__wheel[b-bg6vren24k],
.page-cartoon__gear-core[b-bg6vren24k] {
    fill: #5d4b46;
}

.page-cartoon__cross[b-bg6vren24k] {
    stroke: #ef8c81;
    stroke-width: 10;
}

.page-cartoon__cross--small[b-bg6vren24k] {
    stroke-width: 7;
}

.page-cartoon__line[b-bg6vren24k] {
    stroke: #c09f8d;
    stroke-width: 5;
}

.page-cartoon__check[b-bg6vren24k] {
    stroke: #77b39d;
    stroke-width: 5;
}

.page-cartoon__gear[b-bg6vren24k] {
    stroke: #7e695f;
    stroke-width: 4.5;
}

.page-cartoon__bar--ink[b-bg6vren24k] {
    fill: #6b5550;
}

.page-cartoon__coin--small[b-bg6vren24k] {
    fill: #ffd993;
}

.page-cartoon__roof[b-bg6vren24k] {
    stroke: #d58f70;
    stroke-width: 7;
}

.page-cartoon__star[b-bg6vren24k] {
    fill: #f3c86b;
}

@keyframes bbCartoonFloat-b-bg6vren24k {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero-feature-spotlight[b-iktpqxxprp] {
    display: grid;
    gap: 1rem;
    margin-top: 0.35rem;
}

.hero-feature-stage[b-iktpqxxprp] {
    position: relative;
    display: grid;
    gap: 0.9rem;
    padding: 1.1rem 1.15rem;
    border-radius: 24px;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255, 252, 246, 0.95), rgba(255, 246, 236, 0.9)),
        radial-gradient(circle at top right, rgba(255, 216, 199, 0.32), transparent 38%);
    border: 1px solid rgba(181, 143, 118, 0.2);
    box-shadow: 0 16px 34px rgba(113, 82, 64, 0.08);
}

.hero-feature-stage__art[b-iktpqxxprp] {
    position: absolute;
    right: -0.35rem;
    bottom: -0.2rem;
    width: min(58%, 280px);
    opacity: 0.5;
    pointer-events: none;
    filter: saturate(1);
}

.hero-feature-stage__art :deep(.page-cartoon)[b-iktpqxxprp] {
    width: 100%;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: none;
    animation: none;
}

.hero-feature-copy[b-iktpqxxprp] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.55rem;
    max-width: min(100%, 34rem);
}

.hero-feature-title[b-iktpqxxprp] {
    margin: 0;
    font-family: var(--bb-font-display);
    font-size: clamp(1.18rem, 1.55vw, 1.52rem);
    line-height: 1.02;
    color: #4f3d35;
}

.hero-feature-text[b-iktpqxxprp],
.hero-feature-note[b-iktpqxxprp] {
    margin: 0;
    color: var(--bb-muted);
    line-height: 1.65;
}

.hero-feature-text[b-iktpqxxprp] {
    font-size: 0.96rem;
}

.hero-feature-note[b-iktpqxxprp] {
    font-size: 0.9rem;
}

.hero-feature-controls[b-iktpqxxprp] {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 0.6rem;
}

.hero-feature-control[b-iktpqxxprp] {
    border: 0;
    border-radius: 999px;
    padding: 0.5rem 0.95rem;
    background: rgba(168, 90, 63, 0.12);
    color: #805240;
    font-weight: 800;
    font-size: 0.88rem;
}

.hero-feature-pills[b-iktpqxxprp] {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-feature-pill[b-iktpqxxprp] {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: center;
    gap: 0.9rem;
    width: 100%;
    text-align: left;
    padding: 0.95rem 1rem;
    border-radius: 24px;
    border: 1px solid rgba(181, 143, 118, 0.16);
    background: rgba(255, 252, 246, 0.78);
    box-shadow: 0 14px 32px rgba(113, 82, 64, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hero-feature-pill:hover[b-iktpqxxprp],
.hero-feature-pill.is-active[b-iktpqxxprp] {
    transform: translateY(-2px);
    border-color: rgba(168, 90, 63, 0.28);
    box-shadow: 0 18px 34px rgba(113, 82, 64, 0.1);
}

.hero-feature-pill__art :deep(.page-cartoon)[b-iktpqxxprp] {
    width: 76px;
    padding: 0.35rem;
    border-radius: 20px;
    animation: none;
}

.hero-feature-pill__copy[b-iktpqxxprp] {
    display: grid;
    gap: 0.25rem;
    min-width: 0;
}

.hero-feature-pill__copy strong[b-iktpqxxprp] {
    font-size: 1rem;
    color: #4f3d35;
}

.hero-feature-pill__copy span[b-iktpqxxprp] {
    font-size: 0.92rem;
    color: var(--bb-muted);
    line-height: 1.5;
}

.hero-illustration-frame[b-iktpqxxprp] {
    display: grid;
    gap: 0.8rem;
    justify-items: center;
}

.hero-illustration-caption[b-iktpqxxprp] {
    display: grid;
    gap: 0.22rem;
    justify-items: center;
    text-align: center;
    padding: 0.8rem 1rem;
    width: min(100%, 280px);
    border-radius: 22px;
    background: rgba(255, 252, 246, 0.82);
    border: 1px solid rgba(181, 143, 118, 0.18);
}

.hero-illustration-caption strong[b-iktpqxxprp] {
    color: #4f3d35;
}

.hero-illustration-caption span[b-iktpqxxprp] {
    color: var(--bb-muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

@media (min-width: 920px) {
    .hero-feature-stage[b-iktpqxxprp] {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
    }
}

@media (max-width: 900px) {
    .hero-feature-pills[b-iktpqxxprp] {
        display: flex;
        overflow-x: auto;
        padding-bottom: 0.25rem;
        scroll-snap-type: x mandatory;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
    }

    .hero-feature-pill[b-iktpqxxprp] {
        flex: 0 0 min(85vw, 320px);
        scroll-snap-align: start;
    }
}

@media (max-width: 640px) {
    .hero-feature-stage[b-iktpqxxprp] {
        padding: 0.95rem;
        border-radius: 20px;
    }

    .hero-feature-stage__art[b-iktpqxxprp] {
        width: min(74%, 230px);
        right: -0.7rem;
        bottom: -0.55rem;
        opacity: 0.42;
    }

    .hero-feature-title[b-iktpqxxprp] {
        font-size: 1.05rem;
        max-width: 11ch;
    }

    .hero-feature-copy[b-iktpqxxprp] {
        gap: 0.42rem;
        max-width: min(100%, 15rem);
    }

    .hero-feature-text[b-iktpqxxprp] {
        font-size: 0.88rem;
        line-height: 1.55;
        max-width: 15rem;
    }

    .hero-feature-note[b-iktpqxxprp] {
        font-size: 0.84rem;
        line-height: 1.5;
        max-width: 14.5rem;
    }

    .hero-feature-copy .badge-note[b-iktpqxxprp] {
        font-size: 0.82rem;
        padding: 0.38rem 0.68rem;
        max-width: 14rem;
    }

    .hero-feature-controls[b-iktpqxxprp] {
        width: 100%;
    }

    .hero-feature-control[b-iktpqxxprp] {
        flex: 1 1 0;
        text-align: center;
        padding: 0.46rem 0.8rem;
        font-size: 0.82rem;
    }

    .hero-feature-pill[b-iktpqxxprp] {
        flex-basis: 88vw;
        grid-template-columns: 64px minmax(0, 1fr);
        padding: 0.85rem 0.9rem;
    }

    .hero-feature-pill__art :deep(.page-cartoon)[b-iktpqxxprp] {
        width: 64px;
    }

    .hero-illustration-frame :deep(.page-cartoon)[b-iktpqxxprp] {
        width: min(100%, 250px);
    }

    .hero-illustration-caption[b-iktpqxxprp] {
        width: 100%;
    }
}
/* /Components/Pages/Notifications.razor.rz.scp.css */
.notification-workspace[b-6i8sxfsrq2] {
    display: grid;
    gap: 1.25rem;
}

.notification-thread-list[b-6i8sxfsrq2],
.notification-conversation[b-6i8sxfsrq2],
.notification-parent-shell[b-6i8sxfsrq2] {
    min-width: 0;
}

.notification-thread-card[b-6i8sxfsrq2] {
    display: grid;
    gap: 0.32rem;
    width: 100%;
    text-align: left;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(181, 143, 118, 0.18);
    border-radius: 22px;
    background: rgba(255, 252, 246, 0.8);
    box-shadow: var(--bb-shadow-soft);
}

.notification-thread-card.is-active[b-6i8sxfsrq2] {
    border-color: rgba(168, 90, 63, 0.28);
    background: linear-gradient(145deg, rgba(255, 247, 239, 0.98), rgba(255, 252, 246, 0.9));
}

.notification-thread-card__header[b-6i8sxfsrq2] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
}

.notification-thread-card__meta[b-6i8sxfsrq2],
.notification-thread-card__time[b-6i8sxfsrq2] {
    color: var(--bb-muted);
    font-size: 0.88rem;
}

.notification-thread-card__preview[b-6i8sxfsrq2] {
    color: #5f4940;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.notification-count-badge[b-6i8sxfsrq2] {
    min-width: 1.7rem;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    background: #d34545;
    color: #fff;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 800;
}

.notification-message-list[b-6i8sxfsrq2] {
    display: grid;
    gap: 0.9rem;
}

.notification-message[b-6i8sxfsrq2] {
    display: grid;
    gap: 0.55rem;
    padding: 1rem 1.05rem;
    border-radius: 24px;
    border: 1px solid rgba(181, 143, 118, 0.18);
    background: rgba(255, 252, 246, 0.78);
    box-shadow: var(--bb-shadow-soft);
}

.notification-message.is-outgoing[b-6i8sxfsrq2] {
    background: linear-gradient(145deg, rgba(255, 244, 236, 0.96), rgba(255, 252, 246, 0.82));
    border-color: rgba(168, 90, 63, 0.26);
}

.notification-message__header[b-6i8sxfsrq2] {
    display: flex;
    justify-content: space-between;
    gap: 0.85rem;
    flex-wrap: wrap;
    color: var(--bb-muted);
    font-size: 0.9rem;
}

.notification-message__header strong[b-6i8sxfsrq2] {
    color: #4f3d35;
}

.notification-message__body[b-6i8sxfsrq2] {
    margin: 0;
    line-height: 1.7;
    color: #544239;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.notification-message__status[b-6i8sxfsrq2] {
    display: flex;
    justify-content: flex-start;
}

@media (min-width: 920px) {
    .notification-workspace[b-6i8sxfsrq2] {
        grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
        align-items: start;
    }
}

@media (max-width: 640px) {
    .notification-thread-card[b-6i8sxfsrq2],
    .notification-message[b-6i8sxfsrq2] {
        padding: 0.9rem;
        border-radius: 20px;
    }

    .notification-thread-card__header[b-6i8sxfsrq2],
    .notification-message__header[b-6i8sxfsrq2] {
        align-items: flex-start;
    }
}
