/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-header[b-ktws3l05x0] {
    align-items: center;
    background: #16324f;
    color: #fff;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem max(1.25rem, calc((100% - 72rem) / 2));
}

.header-branding[b-ktws3l05x0], .account-navigation[b-ktws3l05x0] { align-items: center; display: flex; gap: 1rem; }
.brand[b-ktws3l05x0] { color: #fff; font-size: 1.15rem; font-weight: 750; text-decoration: none; }
.tagline[b-ktws3l05x0] { color: #c9d9e8; font-size: .9rem; }
.account-navigation a[b-ktws3l05x0], .header-link-button[b-ktws3l05x0] { color: #fff; font: inherit; font-size: .9rem; }
.account-navigation form[b-ktws3l05x0] { margin: 0; }
.header-link-button[b-ktws3l05x0] { background: transparent; border: 0; cursor: pointer; padding: 0; text-decoration: underline; }
.account-navigation a.account-name[b-ktws3l05x0] { color: #c9d9e8; font-size: .85rem; max-width: 14rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.page-shell[b-ktws3l05x0] { margin: 0 auto; max-width: 72rem; padding: 3.5rem 1.25rem 5rem; }

#blazor-error-ui[b-ktws3l05x0] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: .6rem 1.25rem .7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-ktws3l05x0] { cursor: pointer; position: absolute; right: .75rem; top: .5rem; }

@media (max-width: 32rem) {
    .site-header[b-ktws3l05x0] { flex-wrap: wrap; }
    .tagline[b-ktws3l05x0] { display: none; }
    .account-name[b-ktws3l05x0] { display: none; }
    .page-shell[b-ktws3l05x0] { padding-top: 2rem; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-c9hj801gt6],
.components-reconnect-repeated-attempt-visible[b-c9hj801gt6],
.components-reconnect-failed-visible[b-c9hj801gt6],
.components-pause-visible[b-c9hj801gt6],
.components-resume-failed-visible[b-c9hj801gt6],
.components-rejoining-animation[b-c9hj801gt6] {
    display: none;
}

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


#components-reconnect-modal[b-c9hj801gt6] {
    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-c9hj801gt6 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-c9hj801gt6] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

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

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

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

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

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

@keyframes components-rejoining-animation-b-c9hj801gt6 {
    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/Reading/ChapterNavigation.razor.rz.scp.css */
.chapter-navigation[b-gtbsiizcjb] { min-width: 0; }

.desktop-chapters[b-gtbsiizcjb] {
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
    position: sticky;
    scrollbar-gutter: stable;
    top: 2rem;
}

.mobile-chapters[b-gtbsiizcjb] { display: none; }

.chapter-story-title[b-gtbsiizcjb] {
    color: #36566d;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .11em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

ol[b-gtbsiizcjb] {
    display: grid;
    gap: .15rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

li a[b-gtbsiizcjb] {
    align-items: baseline;
    border-left: 2px solid transparent;
    color: #5c6b77;
    display: grid;
    font-size: .86rem;
    gap: .45rem;
    grid-template-columns: 1rem 1fr;
    line-height: 1.35;
    padding: .42rem .45rem;
    text-decoration: none;
}

li a:hover[b-gtbsiizcjb] { color: #1b608f; }
li.current a[b-gtbsiizcjb] { border-left-color: #1b608f; color: #182734; font-weight: 750; }
li.completed a[b-gtbsiizcjb] { color: #36566d; }
.chapter-state[b-gtbsiizcjb] { font-weight: 800; text-align: center; }

li a:focus-visible[b-gtbsiizcjb],
summary:focus-visible[b-gtbsiizcjb] {
    border-radius: .2rem;
    outline: 2px solid #1b608f;
    outline-offset: 2px;
}

.chapter-progress[b-gtbsiizcjb] {
    color: #5c6b77;
    display: grid;
    font-size: .75rem;
    gap: .35rem;
    margin-top: 1.3rem;
    padding: 0 .45rem;
}

progress[b-gtbsiizcjb] {
    appearance: none;
    background: #dce2e5;
    border: 0;
    border-radius: 999px;
    height: .2rem;
    overflow: hidden;
    width: 100%;
}

progress[b-gtbsiizcjb]::-webkit-progress-bar { background: #dce2e5; }
progress[b-gtbsiizcjb]::-webkit-progress-value { background: rgba(27, 96, 143, .65); }
progress[b-gtbsiizcjb]::-moz-progress-bar { background: rgba(27, 96, 143, .65); }

@media (max-width: 48rem) {
    .desktop-chapters[b-gtbsiizcjb] { display: none; }
    .mobile-chapters[b-gtbsiizcjb] {
        border-bottom: 1px solid #dce2e5;
        border-top: 1px solid #dce2e5;
        display: block;
        margin-bottom: 2.5rem;
    }

    summary[b-gtbsiizcjb] {
        align-items: center;
        cursor: pointer;
        display: flex;
        gap: 1rem;
        justify-content: space-between;
        list-style: none;
        padding: .8rem 0;
    }

    summary[b-gtbsiizcjb]::-webkit-details-marker { display: none; }
    .mobile-chapter-context[b-gtbsiizcjb] { display: grid; min-width: 0; }
    .mobile-chapter-context span[b-gtbsiizcjb] { color: #5c6b77; font-size: .72rem; font-weight: 650; }
    .mobile-chapter-context strong[b-gtbsiizcjb] {
        color: #182734;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1rem;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .mobile-chapter-toggle[b-gtbsiizcjb] { color: #36566d; flex: none; font-size: .78rem; font-weight: 750; }
    details[open] .mobile-chapter-toggle span[b-gtbsiizcjb] { display: inline-block; transform: rotate(180deg); }
    .chapter-navigation-content[b-gtbsiizcjb] { padding: .45rem 0 1rem; }
    .chapter-story-title[b-gtbsiizcjb] { display: none; }
    li a[b-gtbsiizcjb] { min-height: 2.75rem; padding: .65rem .45rem; }
}
/* /Components/Reading/DictionaryLookup.razor.rz.scp.css */
.dictionary-anchor[b-umr0m13z22] {
    left: var(--dictionary-left);
    position: fixed;
    top: var(--dictionary-top);
    transform: translateX(-50%);
    z-index: 20;
}

.dictionary-trigger[b-umr0m13z22] {
    background: #fffdf8;
    border: 1px solid rgba(27, 96, 143, .25);
    border-radius: .35rem;
    box-shadow: 0 5px 18px rgba(22, 50, 79, .12);
    color: #36566d;
    cursor: pointer;
    font: inherit;
    font-size: .78rem;
    max-width: calc(100vw - 2rem);
    overflow: hidden;
    padding: .42rem .65rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dictionary-trigger:hover[b-umr0m13z22] {
    border-color: rgba(27, 96, 143, .5);
    color: #16324f;
}

.dictionary-panel[b-umr0m13z22] {
    background: #fffdf8;
    border: 1px solid rgba(27, 96, 143, .2);
    border-radius: .55rem;
    box-shadow: 0 12px 36px rgba(22, 50, 79, .16);
    color: var(--ink);
    max-height: min(24rem, calc(100vh - 2rem));
    overscroll-behavior: contain;
    overflow-y: auto;
    padding: 1.1rem 1.15rem;
    top: clamp(1rem, var(--dictionary-top), calc(100vh - 25rem));
    width: min(22rem, calc(100vw - 2rem));
}

.dictionary-close[b-umr0m13z22] {
    background: transparent;
    border: 0;
    color: var(--muted);
    cursor: pointer;
    float: right;
    font: inherit;
    font-size: .75rem;
    padding: .2rem;
    text-decoration: underline;
    text-underline-offset: .15rem;
}

.dictionary-heading[b-umr0m13z22] {
    align-items: baseline;
    display: flex;
    gap: .65rem;
    padding-right: 2.75rem;
}

.dictionary-heading h3[b-umr0m13z22] {
    font-size: 1.45rem;
    margin: 0;
}

.dictionary-heading span[b-umr0m13z22] {
    color: var(--muted);
    font-size: .82rem;
}

.dictionary-definitions[b-umr0m13z22] {
    display: grid;
    gap: .8rem;
    margin: .9rem 0 0;
}

.dictionary-definitions div[b-umr0m13z22] {
    border-top: 1px solid rgba(220, 226, 229, .7);
    padding-top: .7rem;
}

.dictionary-definitions dt[b-umr0m13z22] {
    color: #1b608f;
    font-size: .72rem;
    font-style: italic;
    margin-bottom: .15rem;
}

.dictionary-definitions dd[b-umr0m13z22],
.dictionary-status[b-umr0m13z22],
.dictionary-translation[b-umr0m13z22] {
    font-family: Georgia, "Times New Roman", serif;
    font-size: .98rem;
    line-height: 1.55;
    margin: 0;
}

.dictionary-status[b-umr0m13z22] {
    padding: .25rem 3rem .25rem 0;
}

.dictionary-translation[b-umr0m13z22] {
    border-top: 1px solid rgba(220, 226, 229, .7);
    margin-top: .85rem;
    padding-top: .7rem;
}

.dictionary-trigger:focus-visible[b-umr0m13z22],
.dictionary-close:focus-visible[b-umr0m13z22] {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

@media (max-width: 44rem) {
    .dictionary-trigger[b-umr0m13z22] {
        min-height: 2.75rem;
    }

    .dictionary-panel[b-umr0m13z22] {
        bottom: max(1rem, env(safe-area-inset-bottom));
        left: 1rem;
        max-height: 55vh;
        right: 1rem;
        top: auto;
        transform: none;
        width: auto;
    }

    .dictionary-close[b-umr0m13z22] {
        min-height: 2.75rem;
        min-width: 2.75rem;
    }
}
/* /Components/Reading/ReadingParagraph.razor.rz.scp.css */
.reading-paragraph[b-twh38hvzpz] {
    margin: 0 0 1.85rem;
    min-width: 0;
}

.paragraph-text[b-twh38hvzpz] {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.16rem;
    line-height: 1.74;
    margin: 0 0 .3rem;
    overflow-wrap: break-word;
}

.paragraph-level-selector[b-twh38hvzpz] {
    align-items: center;
    background: transparent;
    border: 0;
    display: inline-flex;
    gap: .1rem;
}

.paragraph-level-option[b-twh38hvzpz] {
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: .2rem .2rem 0 0;
    color: var(--muted);
    cursor: pointer;
    font: inherit;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .015em;
    line-height: 1;
    min-height: 1.8rem;
    min-width: 2.1rem;
    padding: .35rem .45rem .3rem;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.paragraph-level-option:hover:not([aria-pressed="true"])[b-twh38hvzpz] {
    background: rgba(27, 96, 143, .045);
    color: #36566d;
}

.paragraph-level-option[aria-pressed="true"][b-twh38hvzpz] {
    background: rgba(27, 96, 143, .055);
    border-bottom-color: rgba(27, 96, 143, .72);
    color: #16324f;
    font-weight: 750;
}

.paragraph-level-option:focus-visible[b-twh38hvzpz] {
    outline: 2px solid #c95d3b;
    outline-offset: 2px;
    position: relative;
    z-index: 1;
}

@media (max-width: 44rem), (hover: none) {
    .reading-paragraph[b-twh38hvzpz] { margin-bottom: 1.65rem; }
    .paragraph-text[b-twh38hvzpz] { font-size: 1.08rem; line-height: 1.72; }
    .paragraph-level-option[b-twh38hvzpz] {
        min-height: 2.75rem;
        min-width: 2.75rem;
        padding: .55rem .65rem .5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .paragraph-level-option[b-twh38hvzpz] { transition: none; }
}
