/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-3nbhm0ojdj] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: transparent;
}

main[b-3nbhm0ojdj] {
    flex: 1;
    background: transparent;
    position: relative;
}

main[b-3nbhm0ojdj]::before {
    display: none;
}

article[b-3nbhm0ojdj] {
    background: transparent !important;
}

.sidebar[b-3nbhm0ojdj] {
    background: var(--theme-sidebar-gradient);
    backdrop-filter: blur(20px) saturate(150%);
    box-shadow: 
        inset -5px 0 15px rgba(0, 0, 0, 0.5),
        inset 0 -5px 15px rgba(0, 0, 0, 0.3),
        14px 0 30px rgba(0, 0, 0, 0.34);
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    position: relative;
    overflow: hidden;
}

.sidebar[b-3nbhm0ojdj]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(90deg, 
            transparent 0%, 
            transparent 76%, 
            rgba(0, 0, 0, 0.04) 90%,
            rgba(0, 0, 0, 0.08) 100%);
    pointer-events: none;
}

.sidebar[b-3nbhm0ojdj]::after {
    content: '';
    position: absolute;
    top: 10px;
    right: -18px;
    width: 34px;
    height: calc(100% - 20px);
    border-radius: 22px;
    background: linear-gradient(90deg,
        color-mix(in srgb, var(--theme-button-border) 16%, transparent) 0%,
        transparent 100%);
    filter: blur(6px);
    pointer-events: none;
}

.top-row[b-3nbhm0ojdj] {
    background-color: rgba(247, 247, 247, 0.9);
    backdrop-filter: blur(5px);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3nbhm0ojdj]  a, .top-row[b-3nbhm0ojdj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3nbhm0ojdj]  a:hover, .top-row[b-3nbhm0ojdj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3nbhm0ojdj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3nbhm0ojdj] {
        justify-content: space-between;
    }

    .top-row[b-3nbhm0ojdj]  a, .top-row[b-3nbhm0ojdj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3nbhm0ojdj] {
        flex-direction: row;
    }

    .sidebar[b-3nbhm0ojdj] {
        width: 220px;
        height: 100vh;
        position: sticky;
        top: 0;
        border-top-right-radius: 22px;
        border-bottom-right-radius: 22px;
    }

    .top-row[b-3nbhm0ojdj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3nbhm0ojdj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3nbhm0ojdj], article[b-3nbhm0ojdj] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

.scroll-to-top[b-3nbhm0ojdj] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--theme-border-light-soft);
    border-top: 2px solid var(--theme-border-light);
    border-left: 2px solid var(--theme-border-light-soft);
    border-bottom: 2px solid var(--theme-border-dark);
    border-right: 2px solid var(--theme-border-dark);
    background: var(--theme-panel-gradient-strong);
    backdrop-filter: blur(15px) saturate(140%);
    color: var(--theme-text-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        inset -3px -3px 8px rgba(0, 0, 0, 0.4),
        inset 3px 3px 8px rgba(255, 255, 255, 0.15),
        0 6px 16px rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background 0.2s ease;
}

.scroll-to-top.visible[b-3nbhm0ojdj] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top:hover[b-3nbhm0ojdj] {
    background: var(--theme-button-gradient-hover, var(--theme-panel-gradient-strong-alt-2));
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow:
        inset -4px -4px 12px rgba(0, 0, 0, 0.5),
        inset 4px 4px 12px rgba(255, 255, 255, 0.2),
        0 8px 24px rgba(0, 0, 0, 0.5);
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b2m48tnw1u] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-b2m48tnw1u] {
    min-height: 3.5rem;
    background-color: color-mix(in srgb, var(--theme-button-border) 60%, transparent);
    backdrop-filter: blur(5px);
}

.navbar-brand[b-b2m48tnw1u] {
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.navbar-logo[b-b2m48tnw1u] {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    border-radius: 8px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.22));
}

.bi[b-b2m48tnw1u] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-b2m48tnw1u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-book-fill-nav-menu[b-b2m48tnw1u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-book-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z'/%3E%3C/svg%3E");
}

.bi-bookmark-nav-menu[b-b2m48tnw1u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 2v13l6-4 6 4V2a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2'/%3E%3C/svg%3E");
}

.bi-palette-nav-menu[b-b2m48tnw1u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a7 7 0 0 0 0 14h1.5a1.5 1.5 0 0 0 0-3H9a1 1 0 0 1 0-2h2a4 4 0 0 0 0-8zm-4.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m3-4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m4 1.5A1.5 1.5 0 1 1 9 7a1.5 1.5 0 0 1 1.5-1.5m1 5A1.5 1.5 0 1 1 10 12a1.5 1.5 0 0 1 1.5-1.5'/%3E%3C/svg%3E");
}

.bi-pencil-nav-menu[b-b2m48tnw1u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M12.854.146a.5.5 0 0 1 .707 0l2.586 2.586a.5.5 0 0 1 0 .707l-9.793 9.793-3.182.796a.5.5 0 0 1-.606-.606l.796-3.182zM11.207 2.5 3 10.707V12h1.293L12.5 3.793z'/%3E%3C/svg%3E");
}

.bi-info-nav-menu[b-b2m48tnw1u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m.93-11.412-1 4.705c-.07.34-.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l1-4.705c.07-.34.029-.533-.304-.533-.194 0-.487.07-.686.246l.088-.416c.287-.346.92-.598 1.465-.598.703 0 1.002.422.808 1.319M8 3.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2'/%3E%3C/svg%3E");
}

.bi-envelope-nav-menu[b-b2m48tnw1u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v.217l-8 4.571L0 4.217z'/%3E%3Cpath d='M0 4.697v7.104l5.803-3.408zM6.761 8.83l-6.57 3.857A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.113L9.239 8.83l-1.239.708zM16 11.801V4.697l-5.803 3.696z'/%3E%3C/svg%3E");
}

.bi-shuffle-nav-menu[b-b2m48tnw1u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-shuffle' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 3.5A.5.5 0 0 1 .5 3H1c2.202 0 3.827 1.24 4.874 2.418.49.552.865 1.102 1.126 1.532.26-.43.638-.98 1.126-1.532C9.173 4.24 10.798 3 13 3v1c-1.798 0-3.173 1.01-4.126 2.082A9.6 9.6 0 0 0 7.556 8a9.6 9.6 0 0 0 1.318 1.918C9.827 10.99 11.202 12 13 12v1c-2.202 0-3.827-1.24-4.874-2.418A10.6 10.6 0 0 1 7 9.05c-.26.43-.638.98-1.126 1.532C4.827 11.76 3.202 13 1 13H.5a.5.5 0 0 1 0-1H1c1.798 0 3.173-1.01 4.126-2.082A9.6 9.6 0 0 0 6.444 8a9.6 9.6 0 0 0-1.318-1.918C4.173 5.01 2.798 4 1 4H.5a.5.5 0 0 1-.5-.5'/%3E%3Cpath d='M13 5.466V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192m0 9v-3.932a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192'/%3E%3C/svg%3E");
}

.bi-patch-question-nav-menu[b-b2m48tnw1u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7.938 2.016A.13.13 0 0 1 8 2c.047 0 .094.016.063.016l.305.131c.534.23 1.144.55 1.834.999.69.448 1.436 1.072 2.12 1.904.683.832 1.295 1.87 1.295 3.15 0 2.13-1.725 3.748-3.998 4.566-.94.338-1.972.57-3.047.692A.5.5 0 0 1 6 12.96v-.908a.5.5 0 0 1 .411-.492c.899-.152 1.752-.386 2.503-.687 1.902-.761 3.086-1.95 3.086-3.222 0-.82-.39-1.54-.93-2.196a8.4 8.4 0 0 0-1.733-1.56A11.7 11.7 0 0 0 8 2.932 11.7 11.7 0 0 0 6.663 3.9 8.4 8.4 0 0 0 4.93 5.454C4.39 6.11 4 6.83 4 7.65c0 1.272 1.184 2.46 3.086 3.222.24.096.492.184.756.265a.5.5 0 0 1 .358.479v.996a.5.5 0 0 1-.632.483 11.8 11.8 0 0 1-1.515-.403C3.725 11.874 2 10.256 2 8.126c0-1.28.612-2.318 1.295-3.15.684-.832 1.43-1.456 2.12-1.904.69-.448 1.3-.768 1.834-.999z'/%3E%3Cpath d='M7.001 10a1 1 0 1 1 2 0l-.35 2.3a.65.65 0 0 1-1.3 0zM8 5.5a1.5 1.5 0 0 0-1.5 1.5.5.5 0 0 1-1 0 2.5 2.5 0 1 1 3.957 2.028c-.457.33-.707.632-.707.972v.5a.75.75 0 0 1-1.5 0v-.5c0-.892.481-1.51 1.121-1.973A1.5 1.5 0 0 0 8 5.5'/%3E%3C/svg%3E");
}

.bi-download-nav-menu[b-b2m48tnw1u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M.5 9.9a.5.5 0 0 1 .5.5v2.6a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.6a.5.5 0 0 1 1 0v2.6A2 2 0 0 1 14 15H2a2 2 0 0 1-2-2v-2.6a.5.5 0 0 1 .5-.5'/%3E%3Cpath d='M7.646 10.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 9.293V1.5a.5.5 0 0 0-1 0v7.793L5.354 7.146a.5.5 0 1 0-.708.708z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-b2m48tnw1u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-b2m48tnw1u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-b2m48tnw1u] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-b2m48tnw1u] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-b2m48tnw1u] {
        padding-bottom: 1rem;
    }

    .nav-item[b-b2m48tnw1u]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-b2m48tnw1u]  a.active {
    background: linear-gradient(90deg, color-mix(in srgb, var(--theme-button-solid) 85%, transparent) 0%, color-mix(in srgb, var(--theme-button-solid) 60%, transparent) 100%);
    color: white;
    box-shadow: 
        inset 2px 2px 4px rgba(0, 0, 0, 0.3),
        inset -1px -1px 2px rgba(255, 255, 255, 0.1);
    border-left: 3px solid var(--theme-border-light);
}

.nav-item[b-b2m48tnw1u]  a:hover {
    background: linear-gradient(90deg, color-mix(in srgb, var(--theme-button-solid) 60%, transparent) 0%, color-mix(in srgb, var(--theme-button-solid) 38%, transparent) 100%);
    color: white;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.install-nav-link[b-b2m48tnw1u] {
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    border-radius: 4px;
    padding: 0 1rem;
    border: 1px solid rgba(40, 100, 40, 0.7);
    border-top: 2px solid rgba(160, 225, 160, 0.35);
    border-left: 2px solid rgba(160, 225, 160, 0.28);
    border-bottom: 2px solid rgba(15, 55, 15, 0.55);
    border-right: 2px solid rgba(15, 55, 15, 0.45);
    background: linear-gradient(145deg, rgba(50, 145, 74, 0.95) 0%, rgba(38, 122, 60, 0.92) 55%, rgba(28, 98, 49, 0.95) 100%);
    color: #f3fff1 !important;
    cursor: pointer;
    box-shadow:
        inset -3px -3px 8px rgba(0, 0, 0, 0.28),
        inset 3px 3px 8px rgba(255, 255, 255, 0.12),
        0 5px 12px rgba(0, 0, 0, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.install-nav-link:hover[b-b2m48tnw1u] {
    background: linear-gradient(145deg, rgba(61, 164, 87, 0.98) 0%, rgba(44, 138, 68, 0.95) 55%, rgba(31, 110, 55, 0.98) 100%);
    transform: translateY(-1px);
    box-shadow:
        inset -4px -4px 10px rgba(0, 0, 0, 0.32),
        inset 4px 4px 10px rgba(255, 255, 255, 0.15),
        0 7px 16px rgba(0, 0, 0, 0.3);
}

.nav-footer[b-b2m48tnw1u] {
    margin-top: auto;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    color: color-mix(in srgb, var(--theme-soft-text-color) 78%, transparent);
    font-family: 'Cinzel', serif;
    font-size: 0.8rem;
    letter-spacing: 0.35px;
}

@media (min-width: 641px) {
    .navbar-toggler[b-b2m48tnw1u] {
        display: none;
    }

    .collapse[b-b2m48tnw1u] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-b2m48tnw1u] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .nav[b-b2m48tnw1u] {
        min-height: 100%;
    }
}
/* /Pages/AboutContact.razor.rz.scp.css */
.info-page[b-u6s3vqn68g] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.page-header[b-u6s3vqn68g] {
    margin-bottom: 2rem;
}

.page-header h1[b-u6s3vqn68g] {
    color: var(--theme-title-color);
    font-size: 2.5rem;
    margin-bottom: 0;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-shadow:
        0 3px 6px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(var(--theme-title-glow), 0.35);
}

.info-panel[b-u6s3vqn68g] {
    border-radius: 18px;
    background: var(--theme-panel-gradient);
    border: 1px solid var(--theme-border-color);
    border-top: 2px solid var(--theme-border-light-soft);
    border-left: 2px solid var(--theme-border-light-soft);
    box-shadow:
        inset -3px -3px 8px rgba(0, 0, 0, 0.35),
        inset 3px 3px 8px rgba(255, 255, 255, 0.1),
        0 10px 24px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px) saturate(140%);
    padding: 1.4rem 1.5rem;
    color: var(--theme-text-color);
    line-height: 1.65;
    font-size: 1.1rem;
}

.info-panel p:last-child[b-u6s3vqn68g] {
    margin-bottom: 0;
}

.info-panel a[b-u6s3vqn68g] {
    color: var(--theme-subtitle-color);
}

@media (max-width: 768px) {
    .page-header h1[b-u6s3vqn68g] {
        font-size: 2rem;
    }
}
/* /Pages/Bible.razor.rz.scp.css */
.bible-books-container[b-k8rdamugfi] {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
}

.bible-top-controls[b-k8rdamugfi] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.translation-panel[b-k8rdamugfi] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 0.85rem 1rem;
    border-radius: 18px;
    background: var(--theme-panel-gradient);
    border: 1px solid var(--theme-border-color);
    border-top: 2px solid var(--theme-border-light);
    border-left: 2px solid var(--theme-border-light-soft);
    box-shadow:
        inset -3px -3px 8px rgba(0, 0, 0, 0.35),
        inset 3px 3px 8px rgba(255, 255, 255, 0.12),
        0 10px 28px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px) saturate(140%);
    max-width: 500px;
}

.translation-panel-header h2[b-k8rdamugfi] {
    margin: 0;
    color: var(--theme-soft-text-color);
    border: 0;
    font-size: 1.2rem;
}

.translation-select[b-k8rdamugfi] {
    max-width: 100%;
    height: 42px;
    border-radius: 12px;
    border: 2px solid var(--theme-input-border);
    background-color: var(--theme-input-bg);
    color: var(--theme-input-text-color);
    font-size: 1rem;
}

.translation-select:focus[b-k8rdamugfi] {
    border-color: var(--theme-button-border);
    box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--theme-button-solid) 25%, transparent);
}

.search-box-container[b-k8rdamugfi] {
    position: relative;
    max-width: 500px;
    width: 100%;
}

.search-input[b-k8rdamugfi] {
    padding-right: 2.5rem;
    font-size: 1rem;
    border: 2px solid var(--theme-input-border);
    background-color: var(--theme-input-bg);
    color: var(--theme-input-text-color);
    height: 48px;
    border-radius: 12px;
    padding-left: 1rem;
}

.search-input[b-k8rdamugfi]::placeholder {
    color: rgba(61, 40, 23, 0.6);
}

.search-input:focus[b-k8rdamugfi] {
    border-color: var(--theme-button-border);
    background-color: var(--theme-input-bg-strong);
    outline: none;
    box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--theme-button-solid) 25%, transparent);
}

.alert-error[b-k8rdamugfi] {
    background-color: var(--theme-alert-error-bg);
    border: 1px solid var(--theme-alert-error-border);
    color: #FFE6E6;
    padding: 1rem;
    border-radius: 8px;
    backdrop-filter: blur(5px);
}

.clear-search-btn[b-k8rdamugfi] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--theme-button-solid);
    border: none;
    color: white;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    line-height: 1;
    transition: background-color 0.2s ease;
}

.clear-search-btn:hover[b-k8rdamugfi] {
    background: var(--theme-button-border);
}

.testament-section[b-k8rdamugfi] {
    margin-bottom: 3rem;
}

.testament-section h2[b-k8rdamugfi] {
    color: var(--theme-accent-color);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--theme-accent-color);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.books-grid[b-k8rdamugfi] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (min-width: 576px) {
    .books-grid[b-k8rdamugfi] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .bible-top-controls[b-k8rdamugfi] {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .translation-panel[b-k8rdamugfi] {
        width: 500px;
        flex: 0 0 500px;
    }

    .search-box-container[b-k8rdamugfi] {
        width: 500px;
        flex: 0 0 500px;
        margin-top: 2.05rem;
    }
}

@media (min-width: 992px) {
    .books-grid[b-k8rdamugfi] {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

.book-button[b-k8rdamugfi] {
    width: 100%;
    padding: 1rem;
    text-align: center;
    font-weight: 600;
    font-family: 'Cinzel', serif;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    background: var(--theme-panel-gradient-strong);
    border: 1px solid var(--theme-border-color);
    border-top: 2px solid var(--theme-border-light);
    border-left: 2px solid var(--theme-border-light-soft);
    border-bottom: 2px solid var(--theme-border-dark);
    border-right: 2px solid var(--theme-border-dark);
    color: var(--theme-text-color);
    box-shadow: 
        inset -3px -3px 8px rgba(0, 0, 0, 0.4),
        inset 3px 3px 8px rgba(255, 255, 255, 0.15),
        0 6px 16px rgba(0, 0, 0, 0.4),
        0 2px 4px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(15px) saturate(140%);
    position: relative;
    overflow: hidden;
}

.book-button-label[b-k8rdamugfi] {
    position: relative;
    z-index: 2;
}

.book-tile-bookmark[b-k8rdamugfi] {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    width: 1rem;
    height: 1rem;
    z-index: 2;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45));
}

.book-tile-note[b-k8rdamugfi] {
    position: absolute;
    top: 1.85rem;
    right: 0.72rem;
    width: 1.15rem;
    height: 1.15rem;
    z-index: 2;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45));
}

.book-button[b-k8rdamugfi]::before {
    content: '';
    position: absolute;
    top: -60%;
    left: -60%;
    width: 220%;
    height: 220%;
    background: 
        linear-gradient(45deg, 
            transparent 35%, 
            rgba(255, 255, 255, 0.25) 48%, 
            rgba(255, 255, 255, 0.15) 52%,
            transparent 65%),
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 40%);
    transform: rotate(25deg);
    pointer-events: none;
}

.book-button[b-k8rdamugfi]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
    pointer-events: none;
}

.book-button:nth-child(3n+1)[b-k8rdamugfi] {
    background: var(--theme-panel-gradient-strong-alt);
}

.book-button:nth-child(3n+2)[b-k8rdamugfi] {
    background: var(--theme-panel-gradient-strong-alt-2);
}

.book-button:nth-child(5n+1)[b-k8rdamugfi] {
    background: var(--theme-panel-gradient-strong-alt-3);
}

.book-button:nth-child(7n+1)[b-k8rdamugfi] {
    background: var(--theme-panel-gradient-strong-alt-4);
}

.book-button:hover[b-k8rdamugfi] {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 
        inset -4px -4px 12px rgba(0, 0, 0, 0.5),
        inset 4px 4px 12px rgba(255, 255, 255, 0.2),
        0 12px 32px rgba(0, 0, 0, 0.5),
        0 4px 8px rgba(0, 0, 0, 0.4);
    border-top-color: rgba(240, 200, 160, 0.7);
    border-left-color: rgba(240, 200, 160, 0.6);
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
/* /Pages/Bookmarks.razor.rz.scp.css */
.bookmarks-page[b-sk1a530x6v] {
    max-width: 950px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.page-header[b-sk1a530x6v] {
    margin-bottom: 2rem;
}

.page-header h1[b-sk1a530x6v] {
    color: var(--theme-title-color);
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-shadow:
        0 3px 6px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(var(--theme-title-glow), 0.35);
}

.page-header p[b-sk1a530x6v] {
    color: var(--theme-soft-text-color);
    margin: 0;
}

.empty-state[b-sk1a530x6v],
.translation-group[b-sk1a530x6v] {
    border-radius: 18px;
    background: var(--theme-panel-gradient);
    border: 1px solid var(--theme-border-color);
    border-top: 2px solid var(--theme-border-light-soft);
    border-left: 2px solid var(--theme-border-light-soft);
    box-shadow:
        inset -3px -3px 8px rgba(0, 0, 0, 0.35),
        inset 3px 3px 8px rgba(255, 255, 255, 0.1),
        0 10px 24px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px) saturate(140%);
}

.empty-state[b-sk1a530x6v] {
    padding: 1.25rem 1.5rem;
    color: var(--theme-text-color);
}

.translation-group[b-sk1a530x6v] {
    padding: 1.4rem 1.5rem;
    margin-bottom: 1.5rem;
}

.translation-group h2[b-sk1a530x6v] {
    margin: 0 0 1rem;
    color: var(--theme-soft-text-color);
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
}

.bookmark-list[b-sk1a530x6v] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
}

.bookmark-row[b-sk1a530x6v] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.bookmark-entry[b-sk1a530x6v] {
    flex: 1;
    text-align: left;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    border: 1px solid color-mix(in srgb, var(--theme-accent-color) 20%, transparent);
    background: var(--theme-surface-chip);
    color: var(--theme-text-color);
    font-family: 'Cinzel', serif;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.bookmark-entry:hover[b-sk1a530x6v] {
    background: color-mix(in srgb, var(--theme-button-solid) 68%, transparent);
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
}

.delete-bookmark-button[b-sk1a530x6v] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    border: 1px solid rgba(145, 45, 45, 0.7);
    background: linear-gradient(145deg, rgba(169, 54, 54, 0.95) 0%, rgba(140, 38, 38, 0.92) 100%);
    color: #fff2f2;
    font-weight: 700;
    cursor: pointer;
    flex-shrink: 0;
}

.delete-bookmark-button:hover[b-sk1a530x6v] {
    background: linear-gradient(145deg, rgba(190, 60, 60, 0.98) 0%, rgba(156, 40, 40, 0.95) 100%);
}

@media (max-width: 768px) {
    .page-header h1[b-sk1a530x6v] {
        font-size: 2rem;
    }
}
/* /Pages/BookViewer.razor.rz.scp.css */
.book-viewer-container[b-93vj6apita] {
    max-width: 900px;
    margin: 0 auto;
    padding: 1rem;
}

.book-header[b-93vj6apita] {
    margin-bottom: 2rem;
}

.btn-back[b-93vj6apita] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.3rem;
    border-radius: 50px;
    font-family: 'Cinzel', serif;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.4px;
    color: var(--theme-text-color);
    background: var(--theme-panel-gradient-strong);
    backdrop-filter: blur(15px) saturate(140%);
    border: 1px solid var(--theme-border-color);
    border-top: 2px solid var(--theme-border-light);
    border-left: 2px solid var(--theme-border-light-soft);
    border-bottom: 2px solid var(--theme-border-dark);
    border-right: 2px solid var(--theme-border-dark);
    box-shadow:
        inset -3px -3px 8px rgba(0, 0, 0, 0.35),
        inset 3px 3px 8px rgba(255, 255, 255, 0.12),
        0 4px 12px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.btn-back:hover[b-93vj6apita] {
    background: var(--theme-panel-gradient-strong-alt-2);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow:
        inset -4px -4px 12px rgba(0, 0, 0, 0.5),
        inset 4px 4px 12px rgba(255, 255, 255, 0.18),
        0 8px 24px rgba(0, 0, 0, 0.45);
}

.book-header h1[b-93vj6apita] {
    color: var(--theme-title-color);
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-shadow: 
        0 3px 6px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(var(--theme-title-glow), 0.4);
}

.book-tools[b-93vj6apita] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.bookmarks-container[b-93vj6apita] {
    padding: 1rem 1.25rem;
    border-radius: 14px;
    background: var(--theme-panel-gradient-soft);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    border: 1px solid rgba(50, 90, 55, 0.55);
    border-top: 2px solid rgba(186, 228, 191, 0.32);
    border-bottom: 2px solid rgba(18, 42, 22, 0.45);
    box-shadow:
        inset 0 -3px 8px rgba(0, 0, 0, 0.25),
        inset 0 3px 8px rgba(255, 255, 255, 0.08),
        0 4px 12px rgba(0, 0, 0, 0.28);
}

.search-box-container[b-93vj6apita] {
    position: relative;
    width: 100%;
}

.search-input[b-93vj6apita] {
    padding-right: 2.5rem;
    font-size: 1rem;
    border: 2px solid var(--theme-input-border);
    background-color: var(--theme-input-bg);
    color: var(--theme-input-text-color);
    height: 48px;
    border-radius: 12px;
    padding-left: 1rem;
}

.search-input[b-93vj6apita]::placeholder {
    color: rgba(61, 40, 23, 0.6);
}

.search-input:focus[b-93vj6apita] {
    border-color: var(--theme-button-border);
    background-color: var(--theme-input-bg-strong);
    outline: none;
    box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--theme-button-solid) 25%, transparent);
}

.alert-error[b-93vj6apita] {
    background-color: var(--theme-alert-error-bg);
    border: 1px solid var(--theme-alert-error-border);
    color: #FFE6E6;
    padding: 1rem;
    border-radius: 8px;
    backdrop-filter: blur(5px);
}

.clear-search-btn[b-93vj6apita] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--theme-button-solid);
    border: none;
    color: white;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    line-height: 1;
    transition: background-color 0.2s ease;
}

.clear-search-btn:hover[b-93vj6apita] {
    background: var(--theme-button-border);
}

.chapters-container[b-93vj6apita] {
    background: var(--theme-panel-gradient);
    backdrop-filter: blur(25px) saturate(160%);
    -webkit-backdrop-filter: blur(25px) saturate(160%);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 
        inset -4px -4px 12px rgba(0, 0, 0, 0.5),
        inset 0 4px 12px rgba(255, 255, 255, 0.18),
        inset 4px 0 12px rgba(0, 0, 0, 0.5),
        0 16px 48px rgba(0, 0, 0, 0.7),
        0 6px 16px rgba(0, 0, 0, 0.5);
    border: 1px solid var(--theme-border-color);
    border-top: 2px solid var(--theme-border-light);
    border-left: 2px solid var(--theme-border-dark);
    border-bottom: 2px solid var(--theme-border-dark);
    border-right: 2px solid var(--theme-border-dark);
    position: relative;
    overflow: clip;
    isolation: isolate;
    will-change: transform;
    transform: translateZ(0);
}

.chapters-container[b-93vj6apita]::before {
    content: '';
    position: absolute;
    top: -60%;
    left: -60%;
    width: 220%;
    height: 220%;
    background: 
        linear-gradient(180deg, 
            transparent 35%, 
            rgba(255, 255, 255, 0.20) 48%, 
            rgba(255, 255, 255, 0.12) 52%,
            transparent 65%),
        radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.18) 0%, transparent 40%);
    pointer-events: none;
    z-index: 1;
}

.chapters-container[b-93vj6apita]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
    pointer-events: none;
    z-index: 1;
}

.chapter-section[b-93vj6apita] {
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.chapter-section:last-child[b-93vj6apita] {
    margin-bottom: 0;
}

.chapter-heading[b-93vj6apita] {
    color: var(--theme-subtitle-color);
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(244, 228, 200, 0.4);
    font-family: 'Cinzel', serif;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.6),
        0 0 20px rgba(244, 228, 200, 0.3);
}

.verses-container[b-93vj6apita] {
    line-height: 1.7;
    font-size: 1.32rem;
}

.verse-row[b-93vj6apita] {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: stretch;
    gap: 0.55rem;
}

.verse[b-93vj6apita] {
    flex: 1;
    min-width: 0;
    padding: 0.75rem 0.85rem;
    border-radius: 8px;
    background-color: var(--theme-surface-chip);
    border-left: 3px solid var(--theme-accent-color);
}

.verse-content[b-93vj6apita] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    min-width: 0;
}

.verse-actions[b-93vj6apita] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    flex-shrink: 0;
    align-self: center;
}

.bookmark-button[b-93vj6apita] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.85rem;
    height: 2.85rem;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.note-button[b-93vj6apita] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.95rem;
    height: 2.95rem;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.bookmark-icon[b-93vj6apita] {
    width: 1.5rem;
    height: 1.5rem;
}

.note-icon[b-93vj6apita] {
    width: 2.45rem;
    height: 2.45rem;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.28));
}

[b-93vj6apita] .search-highlight {
    background-color: #FFD700;
    color: #3D2817;
    font-weight: bold;
    padding: 0.1rem 0.3rem;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.6);
}

.verse-number[b-93vj6apita] {
    font-weight: bold;
    color: var(--theme-accent-color);
    min-width: 1.5rem;
    flex-shrink: 0;
    font-size: 1.08em;
    line-height: 1.5;
}

.verse-text[b-93vj6apita] {
    flex: 1;
    color: var(--theme-text-color);
    line-height: 1.65;
}

.jump-to-container[b-93vj6apita] {
    padding: 1rem 1.25rem;
    border-radius: 14px;
    background: var(--theme-panel-gradient-soft);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    border: 1px solid var(--theme-border-color);
    border-top: 2px solid var(--theme-border-light-soft);
    border-bottom: 2px solid var(--theme-border-dark);
    box-shadow:
        inset 0 -3px 8px rgba(0, 0, 0, 0.3),
        inset 0 3px 8px rgba(255, 255, 255, 0.1),
        0 4px 12px rgba(0, 0, 0, 0.3);
}

.jump-to-label[b-93vj6apita] {
    display: block;
    font-family: 'Cinzel', serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--theme-accent-color);
    margin-bottom: 0.75rem;
}

.jump-to-links[b-93vj6apita] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.jump-to-link[b-93vj6apita] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    padding: 0.35rem 0.7rem;
    border-radius: 8px;
    font-family: 'Cinzel', serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--theme-text-color);
    background: var(--theme-surface-chip);
    border: 1px solid color-mix(in srgb, var(--theme-accent-color) 25%, transparent);
    cursor: pointer;
    transition: all 0.2s ease;
}

.jump-to-link:hover[b-93vj6apita] {
    background: color-mix(in srgb, var(--theme-button-solid) 72%, transparent);
    color: #FFFFFF;
    border-color: color-mix(in srgb, var(--theme-accent-color) 50%, transparent);
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.bookmark-link[b-93vj6apita] {
    background: color-mix(in srgb, var(--theme-button-solid) 40%, transparent);
    border-color: color-mix(in srgb, var(--theme-accent-color) 22%, transparent);
}

.bookmark-link:hover[b-93vj6apita] {
    background: color-mix(in srgb, var(--theme-button-solid) 70%, transparent);
    border-color: color-mix(in srgb, var(--theme-accent-color) 42%, transparent);
}

.note-modal-backdrop[b-93vj6apita] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    z-index: 1100;
}

.note-modal[b-93vj6apita] {
    width: min(680px, 100%);
    padding: 1.5rem;
    border-radius: 20px;
    background: var(--theme-panel-gradient);
    border: 1px solid var(--theme-border-color);
    border-top: 2px solid var(--theme-border-light);
    border-left: 2px solid var(--theme-border-light-soft);
    border-bottom: 2px solid var(--theme-border-dark);
    border-right: 2px solid var(--theme-border-dark);
    box-shadow:
        inset -4px -4px 12px rgba(0, 0, 0, 0.35),
        inset 4px 4px 12px rgba(255, 255, 255, 0.1),
        0 18px 42px rgba(0, 0, 0, 0.35);
}

.note-modal h2[b-93vj6apita] {
    margin: 0 0 1rem;
    color: var(--theme-subtitle-color);
}

.note-textarea[b-93vj6apita] {
    width: 100%;
    min-height: 220px;
    resize: vertical;
    padding: 1rem;
    border-radius: 14px;
    border: 2px solid var(--theme-input-border);
    background: var(--theme-input-bg);
    color: var(--theme-input-text-color);
    font-size: 1rem;
    line-height: 1.55;
}

.note-textarea:focus[b-93vj6apita] {
    outline: none;
    border-color: var(--theme-button-border);
    box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--theme-button-solid) 25%, transparent);
}

.note-modal-actions[b-93vj6apita] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1rem;
}

.note-modal-button[b-93vj6apita] {
    border-radius: 12px;
    padding: 0.7rem 1.25rem;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    cursor: pointer;
}

.note-modal-button-primary[b-93vj6apita] {
    background: var(--theme-button-solid);
    color: var(--theme-text-color);
    border: 1px solid var(--theme-button-border);
}

.note-modal-button-secondary[b-93vj6apita] {
    background: color-mix(in srgb, var(--theme-button-border) 24%, transparent);
    color: var(--theme-text-color);
    border: 1px solid color-mix(in srgb, var(--theme-accent-color) 24%, transparent);
}

@media (max-width: 768px) {
    .chapters-container[b-93vj6apita] {
        padding: 1rem;
    }

    .book-header h1[b-93vj6apita] {
        font-size: 2rem;
    }

    .chapter-heading[b-93vj6apita] {
        font-size: 1.5rem;
    }

    .jump-to-container[b-93vj6apita] {
        padding: 0.75rem 1rem;
    }

    .jump-to-link[b-93vj6apita] {
        min-width: 2.2rem;
        padding: 0.3rem 0.55rem;
        font-size: 0.8rem;
    }

    .verses-container[b-93vj6apita] {
        font-size: 1.38rem;
        line-height: 1.65;
    }

    .verse-row[b-93vj6apita] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.25rem;
        margin-bottom: 0.55rem;
    }

    .verse[b-93vj6apita] {
        order: 2;
        padding: 0.7rem 0.8rem;
    }

    .verse-actions[b-93vj6apita] {
        order: 1;
        flex-direction: row;
        justify-content: flex-end;
        align-self: stretch;
        gap: 0.1rem;
        padding-right: 0.1rem;
    }

    .verse-content[b-93vj6apita] {
        gap: 0.65rem;
    }

    .verse-number[b-93vj6apita] {
        min-width: 1.25rem;
    }

    .verse-text[b-93vj6apita] {
        line-height: 1.55;
    }

    .bookmark-button[b-93vj6apita] {
        width: 2.05rem;
        height: 2.05rem;
    }

    .note-button[b-93vj6apita] {
        width: 2.15rem;
        height: 2.15rem;
    }

    .bookmark-icon[b-93vj6apita] {
        width: 1.22rem;
        height: 1.22rem;
    }

    .note-icon[b-93vj6apita] {
        width: 1.72rem;
        height: 1.72rem;
    }
}
/* /Pages/Notes.razor.rz.scp.css */
.notes-page[b-xyf0tj6nxm] {
    max-width: 950px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.page-header[b-xyf0tj6nxm] {
    margin-bottom: 2rem;
}

.page-header h1[b-xyf0tj6nxm] {
    color: var(--theme-title-color);
    font-size: 2.5rem;
    margin-bottom: 0;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-shadow:
        0 3px 6px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(var(--theme-title-glow), 0.35);
}

.empty-state[b-xyf0tj6nxm],
.translation-group[b-xyf0tj6nxm],
.note-entry[b-xyf0tj6nxm] {
    border-radius: 18px;
    background: var(--theme-panel-gradient);
    border: 1px solid var(--theme-border-color);
    border-top: 2px solid var(--theme-border-light-soft);
    border-left: 2px solid var(--theme-border-light-soft);
    box-shadow:
        inset -3px -3px 8px rgba(0, 0, 0, 0.35),
        inset 3px 3px 8px rgba(255, 255, 255, 0.1),
        0 10px 24px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px) saturate(140%);
}

.empty-state[b-xyf0tj6nxm] {
    padding: 1.25rem 1.5rem;
    color: var(--theme-text-color);
}

.translation-group[b-xyf0tj6nxm] {
    padding: 1.4rem 1.5rem;
    margin-bottom: 1.5rem;
}

.translation-group h2[b-xyf0tj6nxm] {
    margin: 0 0 1rem;
    color: var(--theme-soft-text-color);
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
}

.note-list[b-xyf0tj6nxm] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: 1rem;
}

.note-entry[b-xyf0tj6nxm] {
    padding: 1rem;
}

.note-reference[b-xyf0tj6nxm] {
    color: var(--theme-accent-color);
    font-family: 'Cinzel', serif;
    font-size: 0.95rem;
    margin-bottom: 0.85rem;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
    transition: color 0.2s ease, transform 0.2s ease;
}

.note-reference:hover[b-xyf0tj6nxm] {
    color: var(--theme-subtitle-color);
    transform: translateX(1px);
}

.note-editor[b-xyf0tj6nxm] {
    width: 100%;
    min-height: 180px;
    resize: vertical;
    padding: 1rem;
    border-radius: 14px;
    border: 2px solid var(--theme-input-border);
    background: var(--theme-input-bg);
    color: var(--theme-input-text-color);
    line-height: 1.55;
}

.note-editor:focus[b-xyf0tj6nxm] {
    outline: none;
    border-color: var(--theme-button-border);
    box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--theme-button-solid) 25%, transparent);
}

.note-actions[b-xyf0tj6nxm] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1rem;
}

.note-action-button[b-xyf0tj6nxm] {
    border-radius: 12px;
    padding: 0.7rem 1.25rem;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    cursor: pointer;
}

.note-action-button-primary[b-xyf0tj6nxm] {
    background: var(--theme-button-solid);
    border: 1px solid var(--theme-button-border);
    color: var(--theme-text-color);
}

.note-action-button-secondary[b-xyf0tj6nxm] {
    background: linear-gradient(145deg, rgba(169, 54, 54, 0.95) 0%, rgba(140, 38, 38, 0.92) 100%);
    border: 1px solid rgba(145, 45, 45, 0.7);
    color: #fff2f2;
}

@media (max-width: 768px) {
    .page-header h1[b-xyf0tj6nxm] {
        font-size: 2rem;
    }
}
/* /Pages/Quiz.razor.rz.scp.css */
.quiz-container[b-0346floo5o] {
    max-width: 980px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.page-title[b-0346floo5o] {
    color: var(--theme-title-color);
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: center;
    text-shadow:
        0 3px 6px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(var(--theme-title-glow), 0.4);
}

.setup-panel[b-0346floo5o],
.question-shell[b-0346floo5o],
.results-panel[b-0346floo5o],
.review-card[b-0346floo5o],
.verse-card[b-0346floo5o] {
    background: var(--theme-panel-gradient-soft);
    backdrop-filter: blur(25px) saturate(160%);
    -webkit-backdrop-filter: blur(25px) saturate(160%);
    border-radius: 20px;
    border: 1px solid var(--theme-border-color);
    border-top: 2px solid var(--theme-border-light);
    border-left: 2px solid var(--theme-border-light-soft);
    border-bottom: 2px solid var(--theme-border-dark);
    border-right: 2px solid var(--theme-border-dark);
    box-shadow:
        inset -4px -4px 12px rgba(0, 0, 0, 0.4),
        inset 4px 4px 12px rgba(255, 255, 255, 0.12),
        0 16px 48px rgba(0, 0, 0, 0.5),
        0 6px 16px rgba(0, 0, 0, 0.35);
}

.setup-panel[b-0346floo5o],
.question-shell[b-0346floo5o],
.results-panel[b-0346floo5o] {
    padding: 1.75rem;
}

.setup-grid[b-0346floo5o] {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 700px) {
    .setup-grid[b-0346floo5o] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.setup-field[b-0346floo5o] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.setup-label[b-0346floo5o],
.question-progress[b-0346floo5o],
.review-number[b-0346floo5o] {
    color: var(--theme-soft-text-color);
    font-family: 'Cinzel', serif;
    font-size: 0.9rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.setup-select[b-0346floo5o] {
    background-color: var(--theme-surface-dark);
    color: var(--theme-text-color);
    border: 1px solid color-mix(in srgb, var(--theme-accent-color) 45%, transparent);
}

.setup-select:focus[b-0346floo5o] {
    background-color: var(--theme-surface-dark-hover);
    color: #fff7ec;
    border-color: color-mix(in srgb, var(--theme-title-color) 80%, transparent);
}

.quiz-alert[b-0346floo5o] {
    margin-bottom: 1rem;
}

.quiz-button[b-0346floo5o] {
    border-radius: 12px;
    padding: 0.7rem 1.4rem;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.quiz-button:hover:not(:disabled)[b-0346floo5o] {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.quiz-button-primary[b-0346floo5o] {
    background-color: var(--theme-button-solid);
    border: 1px solid var(--theme-button-border);
    color: var(--theme-text-color);
}

.quiz-button-primary:hover:not(:disabled)[b-0346floo5o] {
    background-color: var(--theme-button-solid-hover);
    color: #fff;
}

.quiz-button-secondary[b-0346floo5o] {
    background-color: rgba(244, 228, 200, 0.14);
    border: 1px solid rgba(244, 228, 200, 0.3);
    color: var(--theme-text-color);
    margin-bottom: 1.5rem;
}

.question-progress[b-0346floo5o] {
    margin-bottom: 1rem;
}

.verse-card[b-0346floo5o] {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.verse-text[b-0346floo5o],
.review-verse[b-0346floo5o] {
    color: var(--theme-text-color);
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 0;
}

.options-grid[b-0346floo5o] {
    display: grid;
    gap: 0.9rem;
}

.option-button[b-0346floo5o] {
    width: 100%;
    text-align: left;
    border: 1px solid rgba(244, 228, 200, 0.18);
    background: var(--theme-surface-dark);
    color: var(--theme-text-color);
    border-radius: 14px;
    padding: 1rem 1.1rem;
    font-size: 1.05rem;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.option-button:hover:not(:disabled)[b-0346floo5o] {
    transform: translateY(-1px);
    border-color: color-mix(in srgb, var(--theme-title-color) 60%, transparent);
    background: var(--theme-surface-dark-hover);
}

.option-button:disabled[b-0346floo5o] {
    opacity: 1;
    cursor: default;
}

.option-button-selected[b-0346floo5o] {
    border-color: color-mix(in srgb, var(--theme-subtitle-color) 95%, transparent);
    background: color-mix(in srgb, var(--theme-button-solid) 95%, transparent);
    box-shadow: 0 0 0 2px rgba(244, 228, 200, 0.15);
}

.question-actions[b-0346floo5o] {
    margin-top: 1.5rem;
    display: flex;
    justify-content: flex-end;
}

.results-summary[b-0346floo5o] {
    margin-bottom: 1rem;
}

.results-summary h2[b-0346floo5o] {
    color: var(--theme-subtitle-color);
    margin-bottom: 0.4rem;
}

.score-text[b-0346floo5o] {
    color: #fff5e6;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

.review-list[b-0346floo5o] {
    display: grid;
    gap: 1rem;
}

.review-card[b-0346floo5o] {
    padding: 1.25rem;
}

.review-number[b-0346floo5o] {
    display: block;
    margin-bottom: 0.8rem;
}

.review-verse[b-0346floo5o] {
    margin-bottom: 1rem;
}

.review-answer[b-0346floo5o] {
    border-radius: 12px;
    padding: 0.75rem 0.95rem;
    font-weight: 600;
}

.review-answer + .review-answer[b-0346floo5o] {
    margin-top: 0.75rem;
}

.review-answer-correct[b-0346floo5o] {
    background: rgba(77, 130, 91, 0.88);
    color: #effff2;
    border: 1px solid rgba(196, 248, 206, 0.45);
}

.review-answer-wrong[b-0346floo5o] {
    background: rgba(136, 48, 48, 0.9);
    color: #fff1f1;
    border: 1px solid rgba(255, 191, 191, 0.38);
}
/* /Pages/RandomVerses.razor.rz.scp.css */
.random-verses-container[b-tsu17skuip] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.page-title[b-tsu17skuip] {
    color: var(--theme-title-color);
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: center;
    text-shadow:
        0 3px 6px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(var(--theme-title-glow), 0.4);
}

.verses-grid[b-tsu17skuip] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 768px) {
    .verses-grid[b-tsu17skuip] {
        flex-direction: row;
        align-items: flex-start;
    }

    .verses-grid > .verse-bubble[b-tsu17skuip] {
        flex: 1;
    }
}

.verse-bubble[b-tsu17skuip] {
    position: relative;
    background: var(--theme-panel-gradient-soft);
    backdrop-filter: blur(25px) saturate(160%);
    -webkit-backdrop-filter: blur(25px) saturate(160%);
    border-radius: 20px;
    padding: 2rem 1.75rem;
    box-shadow:
        inset -4px -4px 12px rgba(0, 0, 0, 0.4),
        inset 4px 4px 12px rgba(255, 255, 255, 0.12),
        0 16px 48px rgba(0, 0, 0, 0.5),
        0 6px 16px rgba(0, 0, 0, 0.35);
    border: 1px solid var(--theme-border-color);
    border-top: 2px solid var(--theme-border-light);
    border-left: 2px solid var(--theme-border-light-soft);
    border-bottom: 2px solid var(--theme-border-dark);
    border-right: 2px solid var(--theme-border-dark);
    overflow: hidden;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    min-height: 280px;
}

.verse-bubble[b-tsu17skuip]::before {
    content: '';
    position: absolute;
    top: -60%;
    left: -60%;
    width: 220%;
    height: 220%;
    background:
        linear-gradient(45deg,
            transparent 35%,
            rgba(255, 255, 255, 0.18) 48%,
            rgba(255, 255, 255, 0.10) 52%,
            transparent 65%),
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 40%);
    transform: rotate(25deg);
    pointer-events: none;
    z-index: 1;
}

.verse-bubble[b-tsu17skuip]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
    pointer-events: none;
    z-index: 1;
}

.testament-badge[b-tsu17skuip] {
    position: relative;
    z-index: 2;
    display: inline-block;
    align-self: flex-start;
    font-family: 'Cinzel', serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.3rem 0.85rem;
    border-radius: 20px;
    margin-bottom: 1rem;
}

.old-testament .testament-badge[b-tsu17skuip] {
    background: rgba(180, 130, 70, 0.5);
    color: #F4D4A0;
    border: 1px solid rgba(244, 212, 160, 0.4);
}

.new-testament .testament-badge[b-tsu17skuip] {
    background: rgba(100, 140, 120, 0.45);
    color: #C8E6D8;
    border: 1px solid rgba(200, 230, 216, 0.4);
}

.verse-book[b-tsu17skuip] {
    position: relative;
    z-index: 2;
    color: var(--theme-subtitle-color);
    font-size: 1.6rem;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 0.25rem;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.5),
        0 0 15px rgba(244, 228, 200, 0.25);
}

.verse-reference[b-tsu17skuip] {
    position: relative;
    z-index: 2;
    color: var(--theme-accent-color);
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 0.3px;
}

.verse-text[b-tsu17skuip] {
    position: relative;
    z-index: 2;
    color: var(--theme-text-color);
    font-size: 1.15rem;
    line-height: 1.8;
    flex: 1;
    margin-bottom: 1.25rem;
}

.verse-error[b-tsu17skuip] {
    position: relative;
    z-index: 2;
    color: #FFB8B8;
    flex: 1;
}

.verse-loading[b-tsu17skuip] {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-text-color);
}

.btn-refresh[b-tsu17skuip] {
    position: relative;
    z-index: 2;
    align-self: center;
    background-color: var(--theme-button-solid);
    border: 1px solid var(--theme-button-border);
    color: var(--theme-text-color);
    font-family: 'Cinzel', serif;
    font-weight: 500;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    padding: 0.5rem 1.25rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-refresh:hover[b-tsu17skuip] {
    background-color: var(--theme-button-solid-hover);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.btn-refresh:disabled[b-tsu17skuip] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.bi-shuffle-icon[b-tsu17skuip] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 0.4rem;
    vertical-align: -0.1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23F5E6D3' class='bi bi-shuffle' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 3.5A.5.5 0 0 1 .5 3H1c2.202 0 3.827 1.24 4.874 2.418.49.552.865 1.102 1.126 1.532.26-.43.638-.98 1.126-1.532C9.173 4.24 10.798 3 13 3v1c-1.798 0-3.173 1.01-4.126 2.082A9.6 9.6 0 0 0 7.556 8a9.6 9.6 0 0 0 1.318 1.918C9.827 10.99 11.202 12 13 12v1c-2.202 0-3.827-1.24-4.874-2.418A10.6 10.6 0 0 1 7 9.05c-.26.43-.638.98-1.126 1.532C4.827 11.76 3.202 13 1 13H.5a.5.5 0 0 1 0-1H1c1.798 0 3.173-1.01 4.126-2.082A9.6 9.6 0 0 0 6.444 8a9.6 9.6 0 0 0-1.318-1.918C4.173 5.01 2.798 4 1 4H.5a.5.5 0 0 1-.5-.5'/%3E%3Cpath d='M13 5.466V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192m0 9v-3.932a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192'/%3E%3C/svg%3E");
}
/* /Pages/Themes.razor.rz.scp.css */
.themes-page[b-95l3twyjks] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.page-header[b-95l3twyjks] {
    margin-bottom: 2rem;
}

.page-header h1[b-95l3twyjks] {
    color: var(--theme-title-color);
    font-size: 2.5rem;
    margin-bottom: 0;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-shadow:
        0 3px 6px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(var(--theme-title-glow), 0.35);
}

.themes-grid[b-95l3twyjks] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.4rem;
}

.theme-card[b-95l3twyjks] {
    --theme-card-base: var(--theme-button-solid);
    --theme-card-secondary: var(--theme-button-border);
    padding: 0;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--theme-border-color);
    border-top: 2px solid var(--theme-border-light);
    border-left: 2px solid var(--theme-border-light-soft);
    border-bottom: 2px solid var(--theme-border-dark);
    border-right: 2px solid var(--theme-border-dark);
    background: linear-gradient(155deg,
        color-mix(in srgb, var(--theme-card-base) 92%, transparent) 0%,
        color-mix(in srgb, var(--theme-card-base) 70%, var(--theme-card-secondary) 30%) 58%,
        color-mix(in srgb, var(--theme-card-secondary) 82%, transparent) 100%);
    box-shadow:
        inset -4px -4px 12px rgba(0, 0, 0, 0.35),
        inset 4px 4px 12px rgba(255, 255, 255, 0.1),
        0 14px 34px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    text-align: left;
}

.theme-card:hover[b-95l3twyjks] {
    transform: translateY(-3px);
    box-shadow:
        inset -4px -4px 12px rgba(0, 0, 0, 0.4),
        inset 4px 4px 12px rgba(255, 255, 255, 0.12),
        0 18px 40px rgba(0, 0, 0, 0.34);
}

.theme-card-selected[b-95l3twyjks] {
    box-shadow:
        0 0 0 2px color-mix(in srgb, var(--theme-accent-color) 55%, transparent),
        inset -4px -4px 12px rgba(0, 0, 0, 0.4),
        inset 4px 4px 12px rgba(255, 255, 255, 0.12),
        0 18px 40px rgba(0, 0, 0, 0.36);
}

.theme-card-image[b-95l3twyjks] {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.theme-card-body[b-95l3twyjks] {
    padding: 1rem 1rem 1.15rem;
    background: linear-gradient(180deg,
        color-mix(in srgb, var(--theme-card-base) 94%, transparent) 0%,
        color-mix(in srgb, var(--theme-card-base) 68%, var(--theme-card-secondary) 32%) 100%);
}

.theme-card-body h2[b-95l3twyjks] {
    margin: 0 0 0.9rem;
    color: var(--theme-subtitle-color);
    font-size: 1.35rem;
}

.theme-swatches[b-95l3twyjks] {
    display: flex;
    gap: 1rem;
}

.theme-swatch[b-95l3twyjks] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--theme-text-color);
    font-size: 0.95rem;
}

.theme-swatch-color[b-95l3twyjks] {
    width: 1rem;
    height: 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
