/* /Components/AddExerciseToWorkoutModal.razor.rz.scp.css */
.modal-backdrop[b-enho3qfbij] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.modal-dialog[b-enho3qfbij] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    width: 90%;
    max-width: 600px;
}

.modal-content[b-enho3qfbij] {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    border: none;
}

.modal-header[b-enho3qfbij] {
    border-bottom: 1px solid #e9ecef;
    padding: 1.5rem;
}

.modal-title[b-enho3qfbij] {
    font-size: 1.5rem;
    font-weight: 600;
}

.btn-close[b-enho3qfbij] {
    background: none;
    border: none;
    font-size: 1.75rem;
    line-height: 1;
    color: #6c757d;
    opacity: 0.75;
}

.modal-body[b-enho3qfbij] {
    padding: 1.5rem;
}

.search-bar[b-enho3qfbij] {
    margin-bottom: 1.5rem;
}

.search-input[b-enho3qfbij] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 1rem;
}

.exercise-list[b-enho3qfbij] {
    max-height: 200px;
    overflow-y: auto;
    margin-top: 1rem;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.exercise-item[b-enho3qfbij] {
    padding: 1rem;
    cursor: pointer;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.2s ease-in-out;
}

.exercise-item:last-child[b-enho3qfbij] {
    border-bottom: none;
}

.exercise-item:hover[b-enho3qfbij] {
    background-color: #f8f9fa;
}

.exercise-item.selected[b-enho3qfbij] {
    background-color: #e0e7ff;
}

.assignment-form[b-enho3qfbij] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

.form-group[b-enho3qfbij] {
    margin-bottom: 1.5rem;
}

.form-label[b-enho3qfbij] {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.assignment-type-toggle[b-enho3qfbij] {
    display: flex;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.assignment-type-toggle .btn[b-enho3qfbij] {
    flex: 1;
    border-radius: 0;
    border: none;
    padding: 0.75rem;
    font-weight: 500;
    background-color: #fff;
    color: #495057;
    transition: all 0.2s ease-in-out;
}

.assignment-type-toggle .btn.active[b-enho3qfbij] {
    background-color: #0d6efd;
    color: white;
}

.btn-primary[b-enho3qfbij] {
    width: 100%;
    padding: 0.875rem;
    font-size: 1rem;
    font-weight: 600;
}
/* /Components/EditExerciseInWorkoutModal.razor.rz.scp.css */
.modal[b-vaf2by71ls] {
    background-color: rgba(0,0,0,0.5);
}

.modal-dialog-centered[b-vaf2by71ls] {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content[b-vaf2by71ls] {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    border: none;
}

.modal-header[b-vaf2by71ls] {
    border-bottom: 1px solid #e9ecef;
    padding: 1.5rem;
}

.modal-title[b-vaf2by71ls] {
    font-size: 1.5rem;
    font-weight: 600;
}

.close[b-vaf2by71ls] {
    background: none;
    border: none;
    font-size: 1.75rem;
    line-height: 1;
    color: #6c757d;
    opacity: 0.75;
}

.modal-body[b-vaf2by71ls] {
    padding: 1.5rem;
}

.form-group[b-vaf2by71ls] {
    margin-bottom: 1.5rem;
}

.form-label[b-vaf2by71ls] {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.assignment-type-toggle[b-vaf2by71ls] {
    display: flex;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.assignment-type-toggle .btn[b-vaf2by71ls] {
    flex: 1;
    border-radius: 0;
    border: none;
    padding: 0.75rem;
    font-weight: 500;
    background-color: #fff;
    color: #495057;
    transition: all 0.2s ease-in-out;
}

.assignment-type-toggle .btn.active[b-vaf2by71ls] {
    background-color: #0d6efd;
    color: white;
}

.form-check-label[b-vaf2by71ls] {
    margin-left: 0.5rem;
}

.btn-primary[b-vaf2by71ls] {
    width: 100%;
    padding: 0.875rem;
    font-size: 1rem;
    font-weight: 600;
}
/* /Components/ExerciseCard.razor.rz.scp.css */
.exercise-card[b-xksxxvyjns] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
}

    .exercise-card:hover[b-xksxxvyjns] {
        transform: translateY(-5px);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
    }

.card-img-container[b-xksxxvyjns] {
    margin-bottom: 1rem;
    line-height: 0;
    text-align: center;
}

.exercise-animation[b-xksxxvyjns] {
    max-width: 100%;
    max-height: 338px;
    width: auto;
    height: auto;
    border-radius: 8px;
    display: inline-block;
}

.card-body[b-xksxxvyjns] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-title-container[b-xksxxvyjns] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.75rem;
}

.exercise-icon[b-xksxxvyjns] {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 1rem;
    border-radius: 8px;
    flex-shrink: 0;
}

.card-title[b-xksxxvyjns] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0;
}

.card-text[b-xksxxvyjns] {
    color: #4a5568;
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 1rem;
}

.card-actions[b-xksxxvyjns] {
    margin-top: auto;
    display: flex;
    gap: 0.5rem;
}

.show-more-link[b-xksxxvyjns] {
    color: #718096;
    cursor: pointer;
    text-decoration: underline;
    font-style: italic;
}

.tag-group-title[b-xksxxvyjns] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.5rem;
}

.tag-container[b-xksxxvyjns] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag-button[b-xksxxvyjns] {
    background-color: #e2e8f0;
    color: #4a5568;
    border: none;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}
/* /Components/WorkoutCard.razor.rz.scp.css */
.workout-card[b-gd831paugz] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.card-banner[b-gd831paugz] {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.workout-card:hover[b-gd831paugz] {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
}

.card-body[b-gd831paugz] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: linear-gradient(to top, white 80%, transparent);
    position: relative;
}

.card-title-container[b-gd831paugz] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.75rem;
}

.card-title[b-gd831paugz] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0;
}

.card-text[b-gd831paugz] {
    color: #4a5568;
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 1rem;
}

.card-actions[b-gd831paugz] {
    margin-top: auto;
    display: flex;
    gap: 0.5rem;
}

.show-more-link[b-gd831paugz] {
    color: #718096;
    cursor: pointer;
    text-decoration: underline;
    font-style: italic;
}

.tag-group-title[b-gd831paugz] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.5rem;
}

.tag-container[b-gd831paugz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag-button[b-gd831paugz] {
    background-color: #e2e8f0;
    color: #4a5568;
    border: none;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    font-s    ize: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-p5ei2gm142] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-p5ei2gm142] {
    flex: 1;
}

.sidebar[b-p5ei2gm142] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-p5ei2gm142] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-p5ei2gm142]  a, .top-row[b-p5ei2gm142]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-p5ei2gm142]  a:hover, .top-row[b-p5ei2gm142]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-p5ei2gm142]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-p5ei2gm142] {
        justify-content: space-between;
    }

    .top-row[b-p5ei2gm142]  a, .top-row[b-p5ei2gm142]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-p5ei2gm142] {
        flex-direction: row;
    }

    .sidebar[b-p5ei2gm142] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-p5ei2gm142] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-p5ei2gm142]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-p5ei2gm142], article[b-p5ei2gm142] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wrkl34gnld] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-wrkl34gnld] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wrkl34gnld] {
    font-size: 1.1rem;
}

.bi[b-wrkl34gnld] {
    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-wrkl34gnld] {
    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-plus-square-fill-nav-menu[b-wrkl34gnld] {
    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-wrkl34gnld] {
    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-wrkl34gnld] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wrkl34gnld] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wrkl34gnld] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wrkl34gnld]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-wrkl34gnld]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-wrkl34gnld]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wrkl34gnld] {
        display: none;
    }

    .collapse[b-wrkl34gnld] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-wrkl34gnld] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Account/ChangePassword.razor.rz.scp.css */
.auth-page[b-9i0f9b13xv] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 2rem 1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-container[b-9i0f9b13xv] {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
}

.logo-container[b-9i0f9b13xv] {
    text-align: center;
    margin-bottom: 2rem;
}

.logo[b-9i0f9b13xv] {
    max-width: 120px;
    height: auto;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.auth-box[b-9i0f9b13xv] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-title[b-9i0f9b13xv] {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    color: #2d3748;
}

.auth-form[b-9i0f9b13xv] {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.form-group[b-9i0f9b13xv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .form-group label[b-9i0f9b13xv] {
        color: #4a5568;
        font-size: 0.95rem;
    }

.form-control[b-9i0f9b13xv] {
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

    .form-control:focus[b-9i0f9b13xv] {
        outline: none;
        border-color: #4299e1;
        box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.2);
    }

.submit-button[b-9i0f9b13xv] {
    background-color: #4299e1;
    color: white;
    padding: 0.75rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 1rem;
}

    .submit-button:hover[b-9i0f9b13xv] {
        background-color: #3182ce;
    }

    .submit-button:active[b-9i0f9b13xv] {
        transform: scale(0.98);
    }

.alert[b-9i0f9b13xv] {
    padding: 1rem;
    border-radius: 6px;
    margin-top: 1rem;
}

.alert-danger[b-9i0f9b13xv] {
    background-color: #fff5f5;
    color: #c53030;
    border: 1px solid #feb2b2;
}

.alert-success[b-9i0f9b13xv] {
    background-color: #f0fff4;
    color: #2f855a;
    border: 1px solid #9ae6b4;
}

[b-9i0f9b13xv] .validation-message {
    color: #c53030;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

@media (max-width: 600px) {
    .auth-page[b-9i0f9b13xv] {
        padding: 1rem 0.5rem;
    }

    .auth-box[b-9i0f9b13xv] {
        padding: 1.5rem 1rem;
    }

    .logo[b-9i0f9b13xv] {
        max-width: 100px;
    }

    .form-control[b-9i0f9b13xv] {
        font-size: 16px; /* Prevents zoom on mobile */
    }
}
/* /Pages/Account/ConfirmEmail.razor.rz.scp.css */
.confirm-page[b-h8h4dkp3xy] {
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 60px); /* Adjust based on nav height */
}

.card[b-h8h4dkp3xy] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.card-title[b-h8h4dkp3xy] {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
}

.card-body p[b-h8h4dkp3xy] {
    color: #4a5568;
    margin-bottom: 1.5rem;
}
/* /Pages/Account/Login.razor.rz.scp.css */
.auth-page[b-jsd10k77mk] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 2rem 1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-container[b-jsd10k77mk] {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
}

.logo-container[b-jsd10k77mk] {
    text-align: center;
    margin-bottom: 2rem;
}

.logo[b-jsd10k77mk] {
    max-width: 120px;
    height: auto;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.auth-box[b-jsd10k77mk] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.auth-toggle[b-jsd10k77mk] {
    display: flex;
    margin-bottom: 2rem;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.toggle-button[b-jsd10k77mk] {
    flex: 1;
    padding: 0.75rem;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.2s;
}

    .toggle-button.active[b-jsd10k77mk] {
        background-color: #4299e1;
        color: white;
    }

.auth-form[b-jsd10k77mk] {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.form-group[b-jsd10k77mk] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .form-group label[b-jsd10k77mk] {
        color: #4a5568;
        font-size: 0.95rem;
    }

.form-control[b-jsd10k77mk] {
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

    .form-control:focus[b-jsd10k77mk] {
        outline: none;
        border-color: #4299e1;
        box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.2);
    }

.form-check[b-jsd10k77mk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.5rem 0;
}

.submit-button[b-jsd10k77mk] {
    background-color: #4299e1;
    color: white;
    padding: 0.75rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 1rem;
}

    .submit-button:hover[b-jsd10k77mk] {
        background-color: #3182ce;
    }

    .submit-button:active[b-jsd10k77mk] {
        transform: scale(0.98);
    }

.alert[b-jsd10k77mk] {
    padding: 1rem;
    border-radius: 6px;
    margin-top: 1rem;
}

.alert-danger[b-jsd10k77mk] {
    background-color: #fff5f5;
    color: #c53030;
    border: 1px solid #feb2b2;
}

.alert-info[b-jsd10k77mk] {
    background-color: #ebf8ff;
    color: #2b6cb0;
    border: 1px solid #bee3f8;
}

[b-jsd10k77mk] .validation-message {
    color: #c53030;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

@@media (max-width: 600px) {
    .auth-page[b-jsd10k77mk] {
        padding: 1rem 0.5rem;
    }

    .auth-box[b-jsd10k77mk] {
        padding: 1.5rem 1rem;
    }

    .logo[b-jsd10k77mk] {
        max-width: 100px;
    }

    .form-control[b-jsd10k77mk] {
        font-size: 16px; /* Prevents zoom on mobile */
    }
}
/* /Pages/Exercises/CreateExercises.razor.rz.scp.css */
.exercise-page[b-ubsibvlpyq] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exercise-container[b-ubsibvlpyq] {
    width: 100%;
    max-width: 600px;
    margin: 2rem auto;
}

.exercise-box[b-ubsibvlpyq] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h3[b-ubsibvlpyq] {
    color: #2d3748;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-group[b-ubsibvlpyq] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.2rem;
}

    .form-group label[b-ubsibvlpyq] {
        color: #4a5568;
        font-size: 0.95rem;
        font-weight: 500;
    }

    .form-group label.sublabel[b-ubsibvlpyq] {
        color: #718096;
        font-size: 0.85rem;
        font-weight: normal;
        margin-top: -0.3rem;
    }

.form-control[b-ubsibvlpyq] {
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

    .form-control:focus[b-ubsibvlpyq] {
        outline: none;
        border-color: #4299e1;
        box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.2);
    }

.auth-toggle[b-ubsibvlpyq] {
    display: flex;
    margin: 1rem 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.toggle-button[b-ubsibvlpyq] {
    flex: 1;
    padding: 0.75rem;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.2s;
}

    .toggle-button.active[b-ubsibvlpyq] {
        background-color: #4299e1;
        color: white;
    }

.file-input-container[b-ubsibvlpyq] {
    border: 2px dashed #e2e8f0;
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    background: #f7fafc;
}

.file-input-container:hover[b-ubsibvlpyq] {
    border-color: #4299e1;
    background-color: rgba(66, 153, 225, 0.05);
}

.file-input-container input[type="file"][b-ubsibvlpyq] {
    display: none;
}

.file-input-label[b-ubsibvlpyq] {
    color: #4a5568;
    font-size: 0.95rem;
    margin-top: 0.5rem;
}

.number-input[b-ubsibvlpyq] {
    width: 120px;
}

.checkbox-group[b-ubsibvlpyq] {
    display: flex;
    align-items: start;
    gap: 0.75rem;
    margin: 1rem 0;
}

    .checkbox-group input[type="checkbox"][b-ubsibvlpyq] {
        margin-top: 0.25rem;
    }

.submit-button[b-ubsibvlpyq] {
    background-color: #4299e1;
    color: white;
    padding: 0.75rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    width: 100%;
    margin-top: 1.5rem;
}

    .submit-button:hover[b-ubsibvlpyq] {
        background-color: #3182ce;
    }

    .submit-button:active[b-ubsibvlpyq] {
        transform: scale(0.98);
    }

.tag-container[b-ubsibvlpyq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag-button[b-ubsibvlpyq] {
    background-color: #e2e8f0;
    color: #4a5568;
    border: none;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

    .tag-button.selected[b-ubsibvlpyq] {
        background-color: #4299e1;
        color: white;
    }

    .tag-button:hover[b-ubsibvlpyq] {
        background-color: #cbd5e0;
    }

    .tag-button.selected:hover[b-ubsibvlpyq] {
        background-color: #3182ce;
    }

@media (max-width: 600px) {
    .exercise-container[b-ubsibvlpyq] {
        margin: 1rem;
    }

    .exercise-box[b-ubsibvlpyq] {
        padding: 1.5rem 1rem;
    }

    .form-control[b-ubsibvlpyq] {
        font-size: 16px;
    }
}
/* /Pages/Exercises/EditExercise.razor.rz.scp.css */
.exercise-page[b-tedsvbwt3u] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exercise-container[b-tedsvbwt3u] {
    width: 100%;
    max-width: 600px;
    margin: 2rem auto;
}

.exercise-box[b-tedsvbwt3u] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h3[b-tedsvbwt3u] {
    color: #2d3748;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-group[b-tedsvbwt3u] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.2rem;
}

    .form-group label[b-tedsvbwt3u] {
        color: #4a5568;
        font-size: 0.95rem;
        font-weight: 500;
    }

    .form-group label.sublabel[b-tedsvbwt3u] {
        color: #718096;
        font-size: 0.85rem;
        font-weight: normal;
        margin-top: -0.3rem;
    }

.form-control[b-tedsvbwt3u] {
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

    .form-control:focus[b-tedsvbwt3u] {
        outline: none;
        border-color: #4299e1;
        box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.2);
    }

.auth-toggle[b-tedsvbwt3u] {
    display: flex;
    margin: 1rem 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.toggle-button[b-tedsvbwt3u] {
    flex: 1;
    padding: 0.75rem;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.2s;
}

    .toggle-button.active[b-tedsvbwt3u] {
        background-color: #4299e1;
        color: white;
    }

.file-input-container[b-tedsvbwt3u] {
    border: 2px dashed #e2e8f0;
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    background: #f7fafc;
}

.file-input-container:hover[b-tedsvbwt3u] {
    border-color: #4299e1;
    background-color: rgba(66, 153, 225, 0.05);
}

.file-input-container input[type="file"][b-tedsvbwt3u] {
    display: none;
}

.file-input-label[b-tedsvbwt3u] {
    color: #4a5568;
    font-size: 0.95rem;
    margin-top: 0.5rem;
}

.number-input[b-tedsvbwt3u] {
    width: 120px;
}

.checkbox-group[b-tedsvbwt3u] {
    display: flex;
    align-items: start;
    gap: 0.75rem;
    margin: 1rem 0;
}

    .checkbox-group input[type="checkbox"][b-tedsvbwt3u] {
        margin-top: 0.25rem;
    }

.submit-button[b-tedsvbwt3u] {
    background-color: #4299e1;
    color: white;
    padding: 0.75rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    width: 100%;
    margin-top: 1.5rem;
}

    .submit-button:hover[b-tedsvbwt3u] {
        background-color: #3182ce;
    }

    .submit-button:active[b-tedsvbwt3u] {
        transform: scale(0.98);
    }

.tag-container[b-tedsvbwt3u] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag-button[b-tedsvbwt3u] {
    background-color: #e2e8f0;
    color: #4a5568;
    border: none;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

    .tag-button.selected[b-tedsvbwt3u] {
        background-color: #4299e1;
        color: white;
    }

    .tag-button:hover[b-tedsvbwt3u] {
        background-color: #cbd5e0;
    }

    .tag-button.selected:hover[b-tedsvbwt3u] {
        background-color: #3182ce;
    }

@media (max-width: 600px) {
    .exercise-container[b-tedsvbwt3u] {
        margin: 1rem;
    }

    .exercise-box[b-tedsvbwt3u] {
        padding: 1.5rem 1rem;
    }

    .form-control[b-tedsvbwt3u] {
        font-size: 16px;
    }
}
/* /Pages/Exercises/Exercises.razor.rz.scp.css */
.exercises-page[b-pe5hh3v1bz] {
    padding: 2rem 1rem;
}

.page-header[b-pe5hh3v1bz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title[b-pe5hh3v1bz] {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
}

.create-exercise-btn[b-pe5hh3v1bz] {
    background-color: #4299e1;
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
    font-weight: 500;
}

    .create-exercise-btn:hover[b-pe5hh3v1bz] {
        background-color: #3182ce;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

.exercise-section[b-pe5hh3v1bz] {
    margin-bottom: 3rem;
}

.section-title[b-pe5hh3v1bz] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.5rem;
}

.pagination-controls[b-pe5hh3v1bz] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.pagination-btn[b-pe5hh3v1bz] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: all 0.2s;
}

    .pagination-btn:disabled[b-pe5hh3v1bz] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .pagination-btn:hover:not(:disabled)[b-pe5hh3v1bz] {
        background-color: #f7fafc;
        border-color: #cbd5e0;
    }

.page-indicator[b-pe5hh3v1bz] {
    font-size: 1rem;
    color: #718096;
    font-weight: 500;
}

.advanced-search-btn[b-pe5hh3v1bz] {
    margin-bottom: 1.5rem;
}

.search-bar[b-pe5hh3v1bz] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.search-input[b-pe5hh3v1bz] {
    flex-grow: 1;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    transition: all 0.2s;
}

    .search-input:focus[b-pe5hh3v1bz] {
        outline: none;
        border-color: #4299e1;
        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    }

.tag-container[b-pe5hh3v1bz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag-button[b-pe5hh3v1bz] {
    background-color: #e2e8f0;
    color: #4a5568;
    border: none;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

    .tag-button.selected[b-pe5hh3v1bz] {
        background-color: #4299e1;
        color: white;
    }

    .tag-button:hover[b-pe5hh3v1bz] {
        background-color: #cbd5e0;
    }

    .tag-button.selected:hover[b-pe5hh3v1bz] {
        background-color: #3182ce;
    }


@media (max-width: 768px) {
    .page-title[b-pe5hh3v1bz] {
        font-size: 1.75rem;
    }

    .create-exercise-btn[b-pe5hh3v1bz] {
        width: 100%;
        text-align: center;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.home-page[b-3y6hnp5pwi] {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.home-page .hero-section[b-3y6hnp5pwi] {
    padding: 4rem 0;
    margin-bottom: 2rem;
}

.home-page .card[b-3y6hnp5pwi] {
    transition: transform .2s;
}

.home-page .card:hover[b-3y6hnp5pwi] {
    transform: scale(1.05);
}

.logo-container[b-3y6hnp5pwi] {
    margin-bottom: 1.5rem;
}

.logo[b-3y6hnp5pwi] {
    max-width: 160px;
    width: 60vw;
    height: auto;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.hero-title[b-3y6hnp5pwi] {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.7rem;
    line-height: 1.1;
}

.hero-subtitle[b-3y6hnp5pwi] {
    font-size: 1.1rem;
    color: #4a5568;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.cta-buttons[b-3y6hnp5pwi] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.cta-button[b-3y6hnp5pwi] {
    padding: 0.7rem 1.5rem;
    font-size: 1rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    display: inline-block;
    margin-bottom: 0.5rem;
    min-width: 140px;
    text-decoration: none;
}

    .cta-button.primary[b-3y6hnp5pwi] {
        background-color: #4299e1;
        color: white;
    }

    .cta-button.secondary[b-3y6hnp5pwi] {
        background-color: white;
        color: #2d3748;
        border: 2px solid #e2e8f0;
    }

    .cta-button:active[b-3y6hnp5pwi] {
        transform: scale(0.98);
    }
/* /Pages/LandingPage.razor.rz.scp.css */
.landing-page[b-gcjx1o3fyy] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 2rem 1rem;
    box-sizing: border-box;
}

.hero-section[b-gcjx1o3fyy] {
    text-align: center;
    padding: 3rem 0 2rem 0;
    max-width: 800px;
    margin: 0 auto;
}

.logo-container[b-gcjx1o3fyy] {
    margin-bottom: 1.5rem;
}

.logo[b-gcjx1o3fyy] {
    max-width: 160px;
    width: 60vw;
    height: auto;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.hero-title[b-gcjx1o3fyy] {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.7rem;
    line-height: 1.1;
}

.hero-subtitle[b-gcjx1o3fyy] {
    font-size: 1.1rem;
    color: #4a5568;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.cta-buttons[b-gcjx1o3fyy] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.cta-button[b-gcjx1o3fyy] {
    padding: 0.7rem 1.5rem;
    font-size: 1rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    display: inline-block;
    margin-bottom: 0.5rem;
    min-width: 140px;
}

    .cta-button.primary[b-gcjx1o3fyy] {
        background-color: #4299e1;
        color: white;
    }

    .cta-button.secondary[b-gcjx1o3fyy] {
        background-color: white;
        color: #2d3748;
        border: 2px solid #e2e8f0;
    }

    .cta-button:active[b-gcjx1o3fyy] {
        transform: scale(0.98);
    }

.features-section[b-gcjx1o3fyy] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    max-width: 900px;
    margin: 0 auto;
    padding: 1rem 0 2rem 0;
}

.feature-card[b-gcjx1o3fyy] {
    background: white;
    padding: 1.2rem 1rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-size: 1rem;
    transition: transform 0.2s;
}

    .feature-card h3[b-gcjx1o3fyy] {
        color: #2d3748;
        margin-bottom: 0.5rem;
        font-size: 1.1rem;
    }

    .feature-card p[b-gcjx1o3fyy] {
        color: #4a5568;
        line-height: 1.5;
        font-size: 0.97rem;
    }

@@media (max-width: 900px) {
    .features-section[b-gcjx1o3fyy] {
        grid-template-columns: 1fr 1fr;
    }
}

@@media (max-width: 600px) {
    .landing-page[b-gcjx1o3fyy] {
        padding: 1rem 0.3rem;
    }

    .hero-section[b-gcjx1o3fyy] {
        padding: 2rem 0 1rem 0;
    }

    .logo[b-gcjx1o3fyy] {
        max-width: 110px;
        width: 40vw;
    }

    .hero-title[b-gcjx1o3fyy] {
        font-size: 1.3rem;
    }

    .hero-subtitle[b-gcjx1o3fyy] {
        font-size: 0.95rem;
    }

    .cta-buttons[b-gcjx1o3fyy] {
        flex-direction: column;
        gap: 0.7rem;
    }

    .features-section[b-gcjx1o3fyy] {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0.5rem 0 1rem 0;
    }

    .feature-card[b-gcjx1o3fyy] {
        font-size: 0.97rem;
        padding: 1rem 0.7rem;
    }
}
/* /Pages/Settings/VoiceSettings.razor.rz.scp.css */
.settings-page[b-h8tfvm750n] {
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 60px); /* Adjust based on nav height */
}

.settings-container[b-h8tfvm750n] {
    width: 100%;
    max-width: 600px;
}

.settings-box[b-h8tfvm750n] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

    .settings-box h3[b-h8tfvm750n] {
        font-size: 1.75rem;
        font-weight: 700;
        color: #2d3748;
        margin-bottom: 2rem;
        text-align: center;
    }

.form-group[b-h8tfvm750n] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-h8tfvm750n] {
        display: block;
        font-size: 1rem;
        font-weight: 500;
        color: #4a5568;
        margin-bottom: 0.5rem;
    }

.form-control[b-h8tfvm750n] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
}

    .form-control:focus[b-h8tfvm750n] {
        outline: none;
        border-color: #4299e1;
        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    }

.alert[b-h8tfvm750n] {
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    text-align: center;
}

.alert-success[b-h8tfvm750n] {
    background-color: #c6f6d5;
    color: #2f855a;
}

.alert-danger[b-h8tfvm750n] {
    background-color: #fed7d7;
    color: #c53030;
}

.button-group[b-h8tfvm750n] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.btn[b-h8tfvm750n] {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-primary[b-h8tfvm750n] {
    background-color: #4299e1;
    color: white;
}

.btn-secondary[b-h8tfvm750n] {
    background-color: #a0aec0;
    color: white;
}
/* /Pages/Workouts/CreateWorkout.razor.rz.scp.css */
.workout-page[b-d1qqyhageg] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.workout-container[b-d1qqyhageg] {
    width: 100%;
    max-width: 600px;
    margin: 2rem auto;
}

.workout-box[b-d1qqyhageg] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h3[b-d1qqyhageg] {
    color: #2d3748;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-group[b-d1qqyhageg] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.2rem;
}

    .form-group label[b-d1qqyhageg] {
        color: #4a5568;
        font-size: 0.95rem;
        font-weight: 500;
    }

    .form-group label.sublabel[b-d1qqyhageg] {
        color: #718096;
        font-size: 0.85rem;
        font-weight: normal;
        margin-top: -0.3rem;
    }

.form-control[b-d1qqyhageg] {
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

    .form-control:focus[b-d1qqyhageg] {
        outline: none;
        border-color: #4299e1;
        box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.2);
    }

.checkbox-group[b-d1qqyhageg] {
    display: flex;
    align-items: start;
    gap: 0.75rem;
    margin: 1rem 0;
}

    .checkbox-group input[type="checkbox"][b-d1qqyhageg] {
        margin-top: 0.25rem;
    }

.submit-button[b-d1qqyhageg] {
    background-color: #4299e1;
    color: white;
    padding: 0.75rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    width: 100%;
    margin-top: 1.5rem;
}

    .submit-button:hover[b-d1qqyhageg] {
        background-color: #3182ce;
    }

    .submit-button:active[b-d1qqyhageg] {
        transform: scale(0.98);
    }

@media (max-width: 600px) {
    .workout-container[b-d1qqyhageg] {
        margin: 1rem;
    }

    .workout-box[b-d1qqyhageg] {
        padding: 1.5rem 1rem;
    }

    .form-control[b-d1qqyhageg] {
        font-size: 16px;
    }
}
/* /Pages/Workouts/EditWorkout.razor.rz.scp.css */
.workout-page[b-s2i03xxue5] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.workout-container[b-s2i03xxue5] {
    width: 100%;
    max-width: 600px;
    margin: 2rem auto;
}

.workout-box[b-s2i03xxue5] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h3[b-s2i03xxue5] {
    color: #2d3748;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-group[b-s2i03xxue5] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.2rem;
}

    .form-group label[b-s2i03xxue5] {
        color: #4a5568;
        font-size: 0.95rem;
        font-weight: 500;
    }

    .form-group label.sublabel[b-s2i03xxue5] {
        color: #718096;
        font-size: 0.85rem;
        font-weight: normal;
        margin-top: -0.3rem;
    }

.form-control[b-s2i03xxue5] {
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

    .form-control:focus[b-s2i03xxue5] {
        outline: none;
        border-color: #4299e1;
        box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.2);
    }

.checkbox-group[b-s2i03xxue5] {
    display: flex;
    align-items: start;
    gap: 0.75rem;
    margin: 1rem 0;
}

    .checkbox-group input[type="checkbox"][b-s2i03xxue5] {
        margin-top: 0.25rem;
    }

.submit-button[b-s2i03xxue5] {
    background-color: #4299e1;
    color: white;
    padding: 0.75rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    width: 100%;
    margin-top: 1.5rem;
}

    .submit-button:hover[b-s2i03xxue5] {
        background-color: #3182ce;
    }

    .submit-button:active[b-s2i03xxue5] {
        transform: scale(0.98);
    }

.exercises-section[b-s2i03xxue5] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.exercise-list[b-s2i03xxue5] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.exercise-item[b-s2i03xxue5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background-color: #f7fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.exercise-info[b-s2i03xxue5] {
    display: flex;
    flex-direction: column;
}

.exercise-info span[b-s2i03xxue5] {
    font-weight: 500;
}

.exercise-info small[b-s2i03xxue5] {
    color: #718096;
}

.exercise-controls[b-s2i03xxue5] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.tactile-button[b-s2i03xxue5] {
    background-color: #e2e8f0;
    border: 1px solid #cbd5e0;
    color: #4a5568;
    transition: all 0.2s;
}

.tactile-button:hover[b-s2i03xxue5] {
    background-color: #cbd5e0;
}

.tactile-button:active[b-s2i03xxue5] {
    transform: scale(0.95);
    background-color: #a0aec0;
}

.tactile-button:disabled[b-s2i03xxue5] {
    background-color: #f7fafc;
    color: #a0aec0;
    border-color: #e2e8f0;
}

.exercise-image[b-s2i03xxue5] {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 1rem;
    background-color: #e2e8f0;
}


@media (max-width: 600px) {
    .workout-container[b-s2i03xxue5] {
        margin: 1rem;
    }

    .workout-box[b-s2i03xxue5] {
        padding: 1.5rem 1rem;
    }

    .form-control[b-s2i03xxue5] {
        font-size: 16px;
    }
}
/* /Pages/Workouts/PlayWorkout.razor.rz.scp.css */
.workout-page[b-bunp062qjh], .player-page[b-bunp062qjh] {
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 60px); /* Adjust based on nav height */
}
.exercise-description[b-bunp062qjh] {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 5px;
    border: 1px solid #dee2e6;
}
    .player-page[b-bunp062qjh] {
    justify-content: space-between;
}

.player-content[b-bunp062qjh] {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.workout-container[b-bunp062qjh] {
    width: 100%;
    max-width: 600px;
}

.workout-box[b-bunp062qjh] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    text-align: center;
}

    .workout-box h3[b-bunp062qjh] {
        font-size: 2rem;
        font-weight: 700;
        color: #2d3748;
        margin-bottom: 1rem;
    }

    .workout-box p[b-bunp062qjh] {
        color: #4a5568;
        margin-bottom: 1.5rem;
    }

    .workout-box ol[b-bunp062qjh] {
        list-style-position: inside;
        text-align: left;
        margin-bottom: 2rem;
        color: #4a5568;
    }

    .workout-box li[b-bunp062qjh] {
        margin-bottom: 0.5rem;
        font-size: 1.1rem;
    }

.player-page .timer[b-bunp062qjh] {
    font-size: 6rem;
    font-weight: 700;
    color: #4299e1;
    margin: 2rem 0;
}

.player-page .repetitions[b-bunp062qjh] {
    font-size: 5rem;
    font-weight: 700;
    color: #4299e1;
    margin: 2rem 0;
    line-height: 1.2;
}

    .player-page .repetitions span[b-bunp062qjh] {
        display: block;
        font-size: 2rem;
        font-weight: 500;
        color: #718096;
    }

.player-page h1[b-bunp062qjh] {
    font-size: 3rem;
    font-weight: 700;
    color: #2d3748;
}

.rest-screen[b-bunp062qjh], .exercise-screen[b-bunp062qjh], .workout-finished-screen[b-bunp062qjh] {
    text-align: center;
}

.next-exercise-preview p[b-bunp062qjh] {
    font-size: 1.5rem;
    color: #718096;
}

.next-exercise-preview .reps-time[b-bunp062qjh] {
    font-size: 1.4rem;
    color: #718096;
}

.exercise-animation[b-bunp062qjh] {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
    border-radius: 8px;
}

.exercise-animation-small[b-bunp062qjh] {
    max-width: 200px;
}

.player-controls[b-bunp062qjh] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.workout-progress[b-bunp062qjh] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #4a5568;
    padding: 0.5rem 1.5rem;
    background-color: #f8f9fa;
    border-radius: 25px;
    border: 1px solid #dee2e6;
    text-align: center;
    flex-shrink: 0;
}

.player-page .btn[b-bunp062qjh] {
    color: white;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-success[b-bunp062qjh] {
    background-color: #48bb78;
}

.btn-secondary[b-bunp062qjh] {
    background-color: #a0aec0;
}

.btn-warning[b-bunp062qjh] {
    background-color: #f6ad55;
}

.player-page .btn:hover[b-bunp062qjh] {
    opacity: 0.9;
}


.workout-finished-screen h1[b-bunp062qjh] {
    margin-bottom: 2rem;
}

.exercise-timeline[b-bunp062qjh] {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    position: relative;
}

.exercise-timeline[b-bunp062qjh]::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 4px;
    background-color: #e2e8f0;
    border-radius: 2px;
}

.timeline-item[b-bunp062qjh] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    position: relative;
}

.timeline-marker[b-bunp062qjh] {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    border: 4px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
}

.timeline-marker img[b-bunp062qjh] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.timeline-marker .exercise-order[b-bunp062qjh] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4a5568;
}

.timeline-content[b-bunp062qjh] {
    margin-left: 1.5rem;
    background-color: #fff;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    flex-grow: 1;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.timeline-content h4[b-bunp062qjh] {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    color: #2d3748;
}

.timeline-content p[b-bunp062qjh] {
    margin: 0;
    color: #718096;
}

.timeline-rest-item[b-bunp062qjh] {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}

.timeline-rest-marker[b-bunp062qjh] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f7fafc;
    border: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin-left: 20px; /* To center it with the timeline bar */
}

.timeline-rest-marker i[b-bunp062qjh] {
    color: #718096;
    font-size: 1.2rem;
}

.timeline-rest-content[b-bunp062qjh] {
    margin-left: 2.5rem;
    color: #718096;
    font-style: italic;
}


@media (max-width: 768px) {
    .player-page .timer[b-bunp062qjh] {
        font-size: 5rem;
    }

    .player-page .repetitions[b-bunp062qjh] {
        font-size: 4rem;
    }

    .player-page h1[b-bunp062qjh] {
        font-size: 2.5rem;
    }

    .player-controls[b-bunp062qjh] {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .player-controls .btn[b-bunp062qjh] {
        flex-grow: 1;
    }

    .workout-progress[b-bunp062qjh] {
        order: -1;
        width: 100%;
        margin-bottom: 1rem;
    }

    .exercise-screen .btn[b-bunp062qjh] {
        width: 100%;
    }
}
/* /Pages/Workouts/Workouts.razor.rz.scp.css */
.workouts-page[b-3yixwy27xq] {
    padding: 2rem 1rem;
}

.page-header[b-3yixwy27xq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title[b-3yixwy27xq] {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
}

.create-workout-btn[b-3yixwy27xq] {
    background-color: #4299e1;
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
    font-weight: 500;
}

    .create-workout-btn:hover[b-3yixwy27xq] {
        background-color: #3182ce;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

.workout-section[b-3yixwy27xq] {
    margin-bottom: 3rem;
}

.pagination-controls[b-3yixwy27xq] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.pagination-btn[b-3yixwy27xq] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: all 0.2s;
}

    .pagination-btn:disabled[b-3yixwy27xq] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .pagination-btn:hover:not(:disabled)[b-3yixwy27xq] {
        background-color: #f7fafc;
        border-color: #cbd5e0;
    }

.page-indicator[b-3yixwy27xq] {
    font-size: 1rem;
    color: #718096;
    font-weight: 500;
}

.advanced-search-btn[b-3yixwy27xq] {
    margin-bottom: 1.5rem;
}

.search-bar[b-3yixwy27xq] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.search-input[b-3yixwy27xq] {
    flex-grow: 1;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    transition: all 0.2s;
}

    .search-input:focus[b-3yixwy27xq] {
        outline: none;
        border-color: #4299e1;
        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    }

.tag-container[b-3yixwy27xq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag-button[b-3yixwy27xq] {
    background-color: #e2e8f0;
    color: #4a5568;
    border: none;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

    .tag-button.selected[b-3yixwy27xq] {
        background-color: #4299e1;
        color: white;
    }

    .tag-button:hover[b-3yixwy27xq] {
        background-color: #cbd5e0;
    }

    .tag-button.selected:hover[b-3yixwy27xq] {
        background-color: #3182ce;
    }


@media (max-width: 768px) {
    .page-title[b-3yixwy27xq] {
        font-size: 1.75rem;
    }

    .create-workout-btn[b-3yixwy27xq] {
        width: 100%;
        text-align: center;
    }
}
