/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-f6g5kd4nts] {
    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-f6g5kd4nts] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-snbhqxxpsw],
.components-reconnect-repeated-attempt-visible[b-snbhqxxpsw],
.components-reconnect-failed-visible[b-snbhqxxpsw],
.components-pause-visible[b-snbhqxxpsw],
.components-resume-failed-visible[b-snbhqxxpsw],
.components-rejoining-animation[b-snbhqxxpsw] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-snbhqxxpsw],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-snbhqxxpsw],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-snbhqxxpsw],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-snbhqxxpsw],
#components-reconnect-modal.components-reconnect-retrying[b-snbhqxxpsw],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-snbhqxxpsw],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-snbhqxxpsw],
#components-reconnect-modal.components-reconnect-failed[b-snbhqxxpsw],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-snbhqxxpsw] {
    display: block;
}


#components-reconnect-modal[b-snbhqxxpsw] {
    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-snbhqxxpsw 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-snbhqxxpsw 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-snbhqxxpsw 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-snbhqxxpsw]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-snbhqxxpsw 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-snbhqxxpsw {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-snbhqxxpsw {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-snbhqxxpsw {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-snbhqxxpsw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-snbhqxxpsw] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-snbhqxxpsw] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-snbhqxxpsw] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-snbhqxxpsw] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-snbhqxxpsw] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-snbhqxxpsw] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-snbhqxxpsw 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-snbhqxxpsw] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-snbhqxxpsw {
    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/Exercises/ExerciseLibrary.razor.rz.scp.css */
.exercises-page[b-w6unva2i0u] { padding: 1rem 0; }
.exercises-page .page-header[b-w6unva2i0u] { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.5rem; }
.exercises-page .page-header h1[b-w6unva2i0u] { margin: 0; }
.search-box[b-w6unva2i0u] { min-width: 280px; }

.filter-bar[b-w6unva2i0u] { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-bottom: 1.5rem; padding: 1rem; background: #f8f9fa; border-radius: 0.5rem; }
.filter-toggles[b-w6unva2i0u] { display: flex; align-items: center; }
.result-count[b-w6unva2i0u] { margin-left: auto; font-size: 0.875rem; color: #666; }

.exercise-grid[b-w6unva2i0u] { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.25rem; }

.exercise-card[b-w6unva2i0u] { cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; padding: 0 !important; overflow: hidden; }
.exercise-card:hover[b-w6unva2i0u] { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.12); }

.exercise-thumbnail[b-w6unva2i0u] { position: relative; height: 160px; background-color: #e9ecef; background-size: cover; background-position: center; background-image: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%); }
.exercise-thumbnail[style*="url('')"][b-w6unva2i0u] { background-image: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%); }

.ai-coach-badge[b-w6unva2i0u] { position: absolute; top: 0.5rem; right: 0.5rem; }
.video-indicator[b-w6unva2i0u] { position: absolute; bottom: 0.5rem; right: 0.5rem; width: 32px; height: 32px; border-radius: 50%; background: rgba(0,0,0,0.6); color: white; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; }

.exercise-body[b-w6unva2i0u] { padding: 1rem; }
.exercise-body h3[b-w6unva2i0u] { font-size: 1rem; font-weight: 600; margin: 0 0 0.5rem 0; color: #1a1a2e; }
.exercise-meta[b-w6unva2i0u] { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.5rem; }
.category-text[b-w6unva2i0u] { font-size: 0.8125rem; color: #666; }
.category-text i[b-w6unva2i0u] { margin-right: 0.25rem; }
.exercise-desc[b-w6unva2i0u] { font-size: 0.8125rem; color: #666; margin: 0.5rem 0 0 0; line-height: 1.4; }

.skeleton-grid[b-w6unva2i0u] { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.25rem; }
.skeleton-card[b-w6unva2i0u] { padding: 1rem !important; }

.empty-state[b-w6unva2i0u] { text-align: center; padding: 4rem 1rem; background: #f8f9fa; border-radius: 0.5rem; }
.empty-state h4[b-w6unva2i0u] { margin: 0 0 0.5rem 0; }
.empty-state p[b-w6unva2i0u] { margin-bottom: 1.5rem; }

.exercise-dialog .dialog-meta[b-w6unva2i0u] { display: flex; align-items: center; flex-wrap: wrap; }
.exercise-dialog .instructions-list li[b-w6unva2i0u] { margin-bottom: 0.5rem; line-height: 1.5; }
.exercise-dialog .video-container[b-w6unva2i0u] { position: relative; padding-bottom: 56.25%; height: 0; margin-top: 1rem; }
.exercise-dialog .video-container iframe[b-w6unva2i0u] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; border-radius: 0.5rem; }
.exercise-dialog .dialog-actions[b-w6unva2i0u] { display: flex; justify-content: flex-end; padding-top: 1rem; border-top: 1px solid #eee; }

@media (max-width: 768px) {
    .exercises-page .page-header[b-w6unva2i0u] { flex-direction: column; align-items: stretch; }
    .search-box[b-w6unva2i0u] { width: 100%; }
    .filter-bar[b-w6unva2i0u] { flex-direction: column; align-items: stretch; }
    .result-count[b-w6unva2i0u] { margin-left: 0; }
}
/* /Components/Pages/Onboarding.razor.rz.scp.css */
.onboarding-page[b-ceq0p2c4xy] { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 2rem; background: #f8f9fa; }
.onboarding-card[b-ceq0p2c4xy] { background: white; border-radius: 1rem; padding: 2.5rem; width: 100%; max-width: 600px; box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.onboarding-card h2[b-ceq0p2c4xy] { font-size: 1.5rem; margin-bottom: 0.5rem; }
.step-indicator[b-ceq0p2c4xy] { display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-bottom: 2rem; }
.step[b-ceq0p2c4xy] { width: 2rem; height: 2rem; border-radius: 50%; background: #e0e0e0; color: #999; display: flex; align-items: center; justify-content: center; font-size: 0.8125rem; font-weight: 700; }
.step.active[b-ceq0p2c4xy] { background: #2ecc71; color: white; }
.step-line[b-ceq0p2c4xy] { width: 2rem; height: 2px; background: #e0e0e0; }
.option-grid[b-ceq0p2c4xy] { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1.5rem 0; }
.option-btn[b-ceq0p2c4xy] { padding: 0.75rem 1.25rem; border: 2px solid #e0e0e0; border-radius: 0.75rem; background: white; cursor: pointer; font-size: 0.9375rem; transition: all 0.2s; }
.option-btn:hover[b-ceq0p2c4xy] { border-color: #2ecc71; }
.option-btn.selected[b-ceq0p2c4xy] { border-color: #2ecc71; background: #e8faf0; color: #27ae60; font-weight: 600; }
.step-actions[b-ceq0p2c4xy] { display: flex; justify-content: space-between; margin-top: 2rem; }
