/* _content/Sarmeda.LiveForeverShell/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-8v2rymr13j] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-8v2rymr13j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Sarmeda.LiveForeverShell/Components/Pages/Home.razor.rz.scp.css */
.lf-intro[b-micpiy3h5h] {
    font-size: 1.22rem !important;
    color: #24364a !important;
}

.lf-actions[b-micpiy3h5h] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
    margin-bottom: 24px;
}

.lf-button[b-micpiy3h5h] {
    display: inline-block;
    padding: 13px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}

    .lf-button.primary[b-micpiy3h5h] {
        background: #2f6fa3;
        color: white;
    }

    .lf-button.secondary[b-micpiy3h5h] {
        background: #eef4fa;
        color: #244e72;
        border: 1px solid #cfe0ee;
    }

.lf-note[b-micpiy3h5h] {
    font-size: 0.92rem !important;
    color: #667085 !important;
    border-top: 1px solid #e6e9ee;
    padding-top: 16px;
    margin-bottom: 0 !important;
}

@media (max-width: 600px) {
    .lf-hero[b-micpiy3h5h] {
        padding: 20px 12px;
        align-items: flex-start;
    }

    .lf-hero-card[b-micpiy3h5h] {
        padding: 26px 20px;
        border-radius: 20px;
    }

    .lf-actions[b-micpiy3h5h] {
        flex-direction: column;
    }

    .lf-button[b-micpiy3h5h] {
        text-align: center;
        width: 100%;
    }
}
/* _content/Sarmeda.LiveForeverShell/Components/Pages/Lessons.razor.rz.scp.css */
.lf-lessons-page[b-dk91vzu2kv] {
    min-height: 100vh;
    padding: 50px 16px;
    background: linear-gradient(135deg, #edf5ff 0%, #ffffff 45%, #f2efe8 100%);
}

.lf-lessons-wrap[b-dk91vzu2kv] {
    max-width: 1100px;
    margin: 0 auto;
}

.lf-back-link[b-dk91vzu2kv] {
    display: inline-block;
    margin-bottom: 26px;
    color: #2f6fa3;
    font-weight: 700;
    text-decoration: none;
}

.lf-lessons-wrap h1[b-dk91vzu2kv] {
    font-size: clamp(2rem, 5vw, 3.2rem);
    color: #1f2d3d;
    margin-bottom: 16px;
}

.lf-page-intro[b-dk91vzu2kv] {
    max-width: 720px;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #344255;
    margin-bottom: 34px;
}

.lf-lesson-grid[b-dk91vzu2kv] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.lf-lesson-card[b-dk91vzu2kv] {
    background: rgba(255,255,255,0.94);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 14px 36px rgba(0,0,0,0.07);
    border: 1px solid rgba(0,0,0,0.06);
}

.lf-lesson-number[b-dk91vzu2kv] {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4f6f92;
    margin-bottom: 12px;
}

.lf-lesson-card h2[b-dk91vzu2kv] {
    color: #1f2d3d;
    margin-bottom: 14px;
}

.lf-lesson-card p[b-dk91vzu2kv] {
    color: #344255;
    line-height: 1.65;
    margin-bottom: 22px;
}
.lf-button[b-dk91vzu2kv] {
    display: inline-block;
    padding: 13px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}

    .lf-button.primary[b-dk91vzu2kv] {
        background: #2f6fa3;
        color: white;
    }

    .lf-button.secondary[b-dk91vzu2kv] {
        background: #eef4fa;
        color: #244e72;
        border: 1px solid #cfe0ee;
    }

@media (max-width: 900px) {
    .lf-lesson-grid[b-dk91vzu2kv] {
        grid-template-columns: 1fr;
    }
}
/* _content/Sarmeda.LiveForeverShell/Components/Pages/LessonViewer.razor.rz.scp.css */
.lf-lesson-view-page[b-8k09ajlo7r] {
    min-height: 100vh;
    padding: 50px 16px;
    background: linear-gradient(135deg, #edf5ff 0%, #ffffff 45%, #f2efe8 100%);
}

.lf-lesson-view-wrap[b-8k09ajlo7r] {
    max-width: 900px;
    margin: 0 auto;
}

.lf-view-card[b-8k09ajlo7r] {
    background: rgba(255,255,255,0.95);
    border-radius: 26px;
    padding: 38px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.06);
}

    .lf-view-card h1[b-8k09ajlo7r] {
        font-size: clamp(2rem, 5vw, 3.2rem);
        color: #1f2d3d;
        margin-bottom: 18px;
    }

.lf-back-link[b-8k09ajlo7r] {
    display: inline-block;
    margin-bottom: 26px;
    color: #2f6fa3;
    font-weight: 700;
    text-decoration: none;
}
.lf-section-box[b-8k09ajlo7r] {
    background: #f7fbff;
    border: 1px solid #dbeaf6;
    border-radius: 20px;
    padding: 22px;
    margin: 22px 0;
}

    .lf-section-box h2[b-8k09ajlo7r] {
        color: #1f2d3d;
        font-size: 1.25rem;
        margin-bottom: 10px;
    }

    .lf-section-box p[b-8k09ajlo7r] {
        color: #344255;
        line-height: 1.65;
        margin-bottom: 0;
    }

.lf-answer-box[b-8k09ajlo7r] {
    width: 100%;
    min-height: 130px;
    margin-top: 14px;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid #cfe0ee;
    font-size: 1rem;
    resize: vertical;
}

@media (max-width: 600px) {
    .lf-view-card[b-8k09ajlo7r] {
        padding: 26px 20px;
        border-radius: 20px;
    }
}
.lf-button[b-8k09ajlo7r] {
    display: inline-block;
    padding: 13px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}

    .lf-button.primary[b-8k09ajlo7r] {
        background: #2f6fa3;
        color: white;
    }

    .lf-button.secondary[b-8k09ajlo7r] {
        background: #eef4fa;
        color: #244e72;
        border: 1px solid #cfe0ee;
    }

