/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-fq3qcrodmt] {
    color-scheme: light only;
    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-fq3qcrodmt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-h8fjlhc62a],
.components-reconnect-repeated-attempt-visible[b-h8fjlhc62a],
.components-reconnect-failed-visible[b-h8fjlhc62a],
.components-pause-visible[b-h8fjlhc62a],
.components-resume-failed-visible[b-h8fjlhc62a],
.components-rejoining-animation[b-h8fjlhc62a] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-h8fjlhc62a {
    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/Nasheeds.razor.rz.scp.css */
.nasheeds-page[b-3csb2myif6] {
    --ink: #223026;
    --muted: #5f6d5d;
    --blue: #2d7fb8;
    --line: #dcecf6;
    --paper: #fbfcf8;
    color: var(--ink);
    background: var(--paper);
    padding-bottom: 80px;
    overflow-wrap: break-word;
}

.nasheeds-container[b-3csb2myif6] { width: min(1140px, calc(100% - 48px)); margin-inline: auto; }
.nasheeds-page h1[b-3csb2myif6], .nasheeds-page h2[b-3csb2myif6], .nasheeds-page h3[b-3csb2myif6] { color: var(--ink); }
.nasheeds-page a[b-3csb2myif6] { color: var(--blue); }
.nasheeds-page a:focus-visible[b-3csb2myif6], .nasheeds-page button:focus-visible[b-3csb2myif6], .nasheeds-page summary:focus-visible[b-3csb2myif6] { outline: 3px solid #9ed8ff; outline-offset: 5px; }
.eyebrow[b-3csb2myif6] { margin: 0 0 14px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.nasheeds-hero[b-3csb2myif6] { position: relative; overflow: hidden; border-bottom: 1px solid #dcecf6; background: #eef8ff; }
.nasheeds-hero[b-3csb2myif6]::after { display: none; }
.hero-inner[b-3csb2myif6] { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 40px; padding-block: 68px 56px; }
.hero-copy[b-3csb2myif6] { min-width: 0; }
.hero-copy .hero-description[b-3csb2myif6] { margin-bottom: 0; }
.hero-logo[b-3csb2myif6] { display: block; width: clamp(160px, 20vw, 240px); max-width: 100%; height: auto; filter: brightness(0); opacity: .8; }
.hero-inner h1[b-3csb2myif6] { color: #17221b; font-size: 54px; line-height: 1.08; margin: 0 0 22px; }
.hero-intro[b-3csb2myif6] { color: var(--ink); font-size: 23px; margin-bottom: 12px; }
.hero-description[b-3csb2myif6] { max-width: 590px; color: var(--muted); font-size: 19px; line-height: 1.7; margin-bottom: 25px; }
.language-note[b-3csb2myif6] { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; font-size: 13px; color: #2d7fb8; }
.language-note [lang="ar"][b-3csb2myif6] { font-size: 21px; }
.library-section[b-3csb2myif6] { padding-top: 48px; }
.collection-heading[b-3csb2myif6] { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 26px; }
.collection-heading .eyebrow[b-3csb2myif6] { margin-bottom: 8px; }
.collection-heading h2[b-3csb2myif6] { font-size: 28px; margin: 0; }
.collection-count[b-3csb2myif6] { color: var(--muted); font-size: 14px; white-space: nowrap; }
.nasheed-grid[b-3csb2myif6] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.nasheeds-page .nasheed-card[b-3csb2myif6] { display: flex; flex-direction: column; color: var(--ink); background: white; padding: 26px; border: 1px solid var(--line); border-radius: 12px; text-decoration: none; box-shadow: 0 8px 25px #22302605; transition: border-color .18s, box-shadow .18s, transform .18s; }
.nasheed-card:hover[b-3csb2myif6] { border-color: #9ed8ff; box-shadow: 0 14px 35px rgba(45, 127, 184, 0.12); transform: translateY(-3px); }
.card-top[b-3csb2myif6] { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.card-index[b-3csb2myif6] { color: #4d8fbd; font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.card-edition[b-3csb2myif6] { color: var(--blue); background: #eef8ff; border-radius: 30px; padding: 5px 10px; font-size: 11px; }
.card-arabic[b-3csb2myif6] { color: var(--blue); font-family: "Geeza Pro", "Traditional Arabic", "Noto Naskh Arabic", serif; font-size: 32px; line-height: 1.8; text-align: left; margin: 30px 0 15px; }
.nasheed-card h3[b-3csb2myif6] { font-size: 22px; line-height: 1.4; margin: 0 0 12px; }
.card-description[b-3csb2myif6] { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 0 0 28px; }
.card-bottom[b-3csb2myif6] { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: auto; border-top: 1px solid #e5f1f8; padding-top: 18px; font-size: 14px; font-weight: 800; color: var(--blue); }
.card-arrow[b-3csb2myif6] { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: #eef8ff; font-size: 20px; }
.library-note[b-3csb2myif6] { display: flex; justify-content: center; align-items: baseline; gap: 10px; margin: 28px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; text-align: center; }

.reader-container[b-3csb2myif6] { max-width: 850px; padding-top: 30px; }
.back-link[b-3csb2myif6] { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 14px; }
.reader-heading[b-3csb2myif6] { text-align: center; padding: 28px 0 30px; }
.reader-arabic-title[b-3csb2myif6] { font-family: "Geeza Pro", "Traditional Arabic", "Noto Naskh Arabic", serif; color: var(--blue); font-size: 36px; line-height: 1.9; margin-bottom: 10px; }
.reader-heading h1[b-3csb2myif6] { font-size: clamp(28px, 5vw, 40px); line-height: 1.3; margin-bottom: 16px; }
.reader-heading > p:not(.eyebrow):not(.reader-arabic-title)[b-3csb2myif6] { max-width: 590px; margin: 0 auto 15px; color: var(--muted); line-height: 1.7; font-size: 15px; }
.reader-meta[b-3csb2myif6] { font-size: 12px; color: var(--muted); }
.reader-toolbar[b-3csb2myif6] { position: sticky; top: 12px; z-index: 10; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px; padding: 10px; margin-bottom: 24px; border: 1px solid var(--line); border-radius: 12px; background: #fffffff5; box-shadow: 0 6px 24px #2230260b; backdrop-filter: blur(12px); }
.language-controls[b-3csb2myif6], .size-controls[b-3csb2myif6] { display: flex; align-items: center; gap: 4px; }
.reader-toolbar button[b-3csb2myif6] { min-height: 44px; border: 1px solid transparent; border-radius: 7px; padding: 8px 12px; background: transparent; color: var(--blue); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.reader-toolbar button[aria-pressed="true"][b-3csb2myif6] { background: var(--blue); color: white; }
.reader-toolbar button:hover:not(:disabled)[b-3csb2myif6] { border-color: #9ed8ff; }
.reader-toolbar button:disabled[b-3csb2myif6] { cursor: default; }
.size-controls[b-3csb2myif6] { border-left: 1px solid var(--line); padding-left: 8px; }
.size-controls button[b-3csb2myif6] { font-size: 17px; min-width: 44px; }
.size-controls button:disabled[b-3csb2myif6] { opacity: .35; }
.size-controls span[b-3csb2myif6] { min-width: 42px; font-size: 12px; text-align: center; color: var(--muted); font-variant-numeric: tabular-nums; }
.verse-list[b-3csb2myif6] { --scale: 1; border: 1px solid var(--line); border-radius: 12px; background: white; overflow: hidden; }
.text-size-1[b-3csb2myif6] { --scale: 1.2; }
.text-size-2[b-3csb2myif6] { --scale: 1.4; }
.text-size-3[b-3csb2myif6] { --scale: 1.6; }
.verse[b-3csb2myif6] { padding: 25px 32px 32px; scroll-margin-top: 150px; }
.verse + .verse[b-3csb2myif6] { border-top: 1px solid var(--line); }
.verse.refrain[b-3csb2myif6] { background: #eef8ff; }
.verse-label[b-3csb2myif6] { display: flex; gap: 10px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 15px; }
.verse p[b-3csb2myif6] { white-space: pre-line; text-align: center; margin: 0; }
.verse p + p[b-3csb2myif6] { margin-top: 18px; }
.verse-arabic[b-3csb2myif6] { font-family: "Geeza Pro", "Traditional Arabic", "Noto Naskh Arabic", serif; color: #243e2b; font-size: calc(30px * var(--scale)); line-height: 2; }
.verse-transliteration[b-3csb2myif6] { font-family: Georgia, "Times New Roman", serif; font-size: calc(18px * var(--scale)); font-style: italic; line-height: 1.85; color: #2d7fb8; }
.verse-translation[b-3csb2myif6] { font-size: calc(15px * var(--scale)); line-height: 1.85; color: #596452; }
.text-notes[b-3csb2myif6] { margin-top: 24px; padding: 18px 22px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.text-notes summary[b-3csb2myif6] { cursor: pointer; color: var(--blue); font-weight: 800; min-height: 28px; }
.text-notes p[b-3csb2myif6] { font-size: 14px; margin: 14px 0; }
.text-notes ul[b-3csb2myif6] { padding-left: 20px; margin: 0; }
.text-notes a[b-3csb2myif6] { text-decoration: underline; text-underline-offset: 3px; }
.reader-bottom[b-3csb2myif6] { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; margin-top: 24px; font-size: 14px; }
.reader-bottom a[b-3csb2myif6] { display: inline-flex; align-items: center; min-height: 44px; }
.empty-state[b-3csb2myif6] { padding-block: 80px; }
.empty-state h1[b-3csb2myif6] { font-size: 32px; }
.reading-link[b-3csb2myif6] { display: inline-flex; gap: 15px; padding-block: 12px; }

@media (max-width: 991px) {
    .hero-inner h1[b-3csb2myif6] { font-size: 40px; }
    .nasheed-grid[b-3csb2myif6] { gap: 16px; }
    .nasheed-card[b-3csb2myif6] { padding: 20px; }
    .nasheed-card h3[b-3csb2myif6] { font-size: 20px; }
    .nasheeds-hero[b-3csb2myif6]::after { opacity: .5; right: -280px; }
}

@media (max-width: 767px) {
    .nasheeds-page[b-3csb2myif6] { padding-bottom: 48px; }
    .nasheeds-container[b-3csb2myif6] { width: calc(100% - 32px); }
    .hero-inner[b-3csb2myif6] { grid-template-columns: 1fr; gap: 24px; padding-block: 42px 34px; }
    .hero-copy[b-3csb2myif6] { grid-row: 1; }
    .hero-logo[b-3csb2myif6] { grid-row: 2; width: 150px; margin-inline: auto; }
    .hero-inner h1[b-3csb2myif6] { font-size: 34px; margin-bottom: 22px; }
    .hero-intro[b-3csb2myif6] { font-size: 21px; }
    .hero-description[b-3csb2myif6] { font-size: 16px; }
    .nasheed-grid[b-3csb2myif6] { grid-template-columns: 1fr; }
    .nasheeds-page .nasheed-card[b-3csb2myif6] { padding: 22px; }
    .card-arabic[b-3csb2myif6] { margin-block: 16px 10px; font-size: 30px; }
    .card-description[b-3csb2myif6] { margin-bottom: 20px; }
    .library-section[b-3csb2myif6] { padding-top: 32px; }
    .collection-heading h2[b-3csb2myif6] { font-size: 24px; }
    .library-note[b-3csb2myif6] { text-align: left; justify-content: start; }
    .reader-container[b-3csb2myif6] { padding-top: 16px; }
    .reader-heading[b-3csb2myif6] { padding-top: 20px; }
    .reader-toolbar[b-3csb2myif6] { top: 8px; gap: 8px; justify-content: center; }
    .language-controls[b-3csb2myif6] { width: 100%; justify-content: center; }
    .language-controls button[b-3csb2myif6] { flex: 1; padding-inline: 8px; }
    .size-controls[b-3csb2myif6] { border-left: 0; padding-left: 0; }
    .verse[b-3csb2myif6] { padding: 20px 18px 26px; }
    .verse-arabic[b-3csb2myif6] { font-size: calc(27px * var(--scale)); }
    .verse-transliteration[b-3csb2myif6] { font-size: calc(17px * var(--scale)); }
    .text-notes[b-3csb2myif6] { padding: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .nasheeds-page .nasheed-card[b-3csb2myif6] { transition: none; transform: none; }
}
