@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@400&display=swap";.exercise-library-page[data-v-f7f5779c]{min-height:100vh;background:#fff;color:#0f172a}.exercise-library-main[data-v-f7f5779c]{width:min(1400px,100%);margin:0 auto;padding-bottom:4rem}.exercise-library-controls[data-v-f7f5779c]{padding:0 clamp(1.5rem,4vw,4rem)}.controls-row[data-v-f7f5779c]{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:40px}.search-field[data-v-f7f5779c]{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid rgba(15,23,42,.35);border-radius:999px;padding:12px;width:min(350px,100%)}.search-field__input[data-v-f7f5779c]{flex:1;border:none;outline:none;font-size:1rem;font-weight:600;padding:.2rem;background:transparent;padding-left:20px;padding-right:20px}.search-field__clear[data-v-f7f5779c]{border:none;background:none;font-size:1.25rem;cursor:pointer}.filters-row[data-v-f7f5779c]{display:flex;flex-wrap:wrap;gap:1rem}.filters-button[data-v-f7f5779c]{border-radius:999px;border:1px solid rgba(15,23,42,.35);background:#fff;color:#0f172a;font-weight:600;font-size:1rem;padding:.85rem 1.75rem;display:none;align-items:center;gap:.5rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.filters-button[data-v-f7f5779c]:hover{transform:translateY(-1px);box-shadow:0 20px 35px #0f172a26}.filters-button__icon[data-v-f7f5779c]{font-size:1.25rem;line-height:1}.filters-drawer__overlay[data-v-f7f5779c]{position:fixed;inset:0;background:#0f172a8c;z-index:10}.filters-drawer[data-v-f7f5779c]{position:fixed;top:0;left:0;bottom:0;width:min(360px,80vw);background:#fff;padding:clamp(1.5rem,4vw,2.5rem);box-shadow:0 35px 70px #0f172a40;z-index:12;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto}.filters-drawer__header[data-v-f7f5779c]{display:flex;align-items:center;justify-content:space-between}.filters-drawer__close-button[data-v-f7f5779c]{border:1px solid rgba(15,23,42,.2);background:#fff;border-radius:50%;width:2.5rem;height:2.5rem;font-size:1.5rem;cursor:pointer;line-height:1;transition:background .2s ease,transform .2s ease}.filters-drawer__close-button[data-v-f7f5779c]:hover{background:#0f172a14;transform:translateY(-1px)}.filters-drawer__body[data-v-f7f5779c]{display:flex;flex-direction:column;gap:1.5rem}.filters-drawer__section h3[data-v-f7f5779c]{margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.filters-drawer__section ul[data-v-f7f5779c]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.filters-drawer__option[data-v-f7f5779c]{cursor:pointer;padding:.65rem .75rem;display:flex;align-items:center;gap:.75rem;border-radius:.9rem;font-weight:600;color:#101828}.filters-drawer__option.is-selected[data-v-f7f5779c]{background:#f8fafc}.filters-drawer__check[data-v-f7f5779c]{width:1.8rem;height:1.8rem;border-radius:.45rem;border:1.5px solid #0f172a;display:flex;align-items:center;justify-content:center}.filters-drawer__checkmark[data-v-f7f5779c]{font-size:1rem;color:#0f172a}.drawer-enter-active[data-v-f7f5779c],.drawer-leave-active[data-v-f7f5779c]{transition:transform .35s ease,opacity .35s ease}.drawer-enter-from[data-v-f7f5779c],.drawer-leave-to[data-v-f7f5779c]{transform:translate(-100%);opacity:0}.drawer-enter-to[data-v-f7f5779c],.drawer-leave-from[data-v-f7f5779c]{transform:translate(0);opacity:1}.exercise-grid[data-v-f7f5779c]{padding:0 clamp(1.5rem,4vw,4rem) 3rem}.exercise-grid__cards[data-v-f7f5779c]{display:grid;gap:2rem;grid-template-columns:repeat(4,minmax(0,1fr));opacity:0;transform:translateY(16px);transition:opacity 1.2s ease,transform 1.2s ease}.exercise-grid__cards.is-visible[data-v-f7f5779c]{opacity:1;transform:translateY(0)}.fade-enter-active[data-v-f7f5779c],.fade-leave-active[data-v-f7f5779c]{transition:opacity .9s ease,transform .9s ease}.fade-enter-from[data-v-f7f5779c],.fade-leave-to[data-v-f7f5779c]{opacity:0;transform:translateY(12px)}.fade-enter-to[data-v-f7f5779c],.fade-leave-from[data-v-f7f5779c]{opacity:1;transform:translateY(0)}.exercise-grid__skeleton[data-v-f7f5779c]{display:grid;gap:2rem;grid-template-columns:repeat(4,minmax(0,1fr))}.exercise-grid__skeleton-card[data-v-f7f5779c]{background:#fff;border-radius:0;min-height:360px;display:flex;flex-direction:column;gap:1rem;overflow:hidden;animation:skeleton-pulse-f7f5779c 1.3s ease-in-out infinite;padding-bottom:1.25rem}.exercise-grid__skeleton-card>.exercise-grid__skeleton-media[data-v-f7f5779c]{display:block;height:290px;background:linear-gradient(135deg,#e2e8f0,#f8fafc,#e2e8f0);width:100%;flex:0 0 auto}.exercise-grid__skeleton-line[data-v-f7f5779c]{display:block;height:1rem;background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9);width:70%;margin:0 1.5rem}.exercise-grid__skeleton-line--title[data-v-f7f5779c]{height:1.3rem;width:50%}.exercise-grid__skeleton-line--meta[data-v-f7f5779c]{width:60%}.exercise-grid__empty[data-v-f7f5779c]{text-align:center;padding:3rem 1rem;font-weight:600;color:#475569}.exercise-card[data-v-f7f5779c]{background:#fff;overflow:hidden;display:flex;flex-direction:column;margin-bottom:50px;cursor:pointer}.exercise-card__media[data-v-f7f5779c]{position:relative;height:290px;background:#f3f4f6}.exercise-card__media img[data-v-f7f5779c]{width:100%;height:100%;object-fit:cover;display:block}.exercise-card__media--placeholder[data-v-f7f5779c]{background:#f3f4f6}.exercise-card__placeholder[data-v-f7f5779c]{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.exercise-card__placeholder-icon[data-v-f7f5779c]{font-family:Material Symbols Outlined;font-size:150px;color:#d1d5d7;letter-spacing:normal}.exercise-card__body[data-v-f7f5779c]{padding-top:1.5rem;display:flex;flex-direction:column;gap:.6rem}.exercise-card__headline[data-v-f7f5779c]{display:flex;align-items:center;justify-content:space-between;gap:1rem}.exercise-card__headline h3[data-v-f7f5779c]{margin:0;font-size:1.65rem}.exercise-card__meta[data-v-f7f5779c]{margin:0;font-size:.9rem;letter-spacing:.08em;font-weight:600;text-transform:uppercase;color:#475569}.exercise-pagination[data-v-f7f5779c]{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin:0 0 3rem}.pagination-button[data-v-f7f5779c]{border-radius:999px;padding:.85rem 2.5rem;border:1px solid rgba(15,23,42,.25);background:#fff;color:#0f172a;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.pagination-button--ghost[data-v-f7f5779c]{background:#0f172a;color:#fff}.pagination-button[data-v-f7f5779c]:disabled{opacity:.4;cursor:not-allowed}.pagination-label[data-v-f7f5779c]{font-weight:600}@media (max-width: 1024px){.exercise-grid__cards[data-v-f7f5779c],.exercise-grid__skeleton[data-v-f7f5779c]{grid-template-columns:repeat(2,minmax(0,1fr))}.exercise-card__media[data-v-f7f5779c]{min-height:260px}}@media (max-width: 768px){.controls-row[data-v-f7f5779c]{flex-direction:column;align-items:flex-start;margin-bottom:10px}.filters-row[data-v-f7f5779c]{display:none}.filters-button[data-v-f7f5779c]{display:inline-flex;margin-bottom:1rem;width:100%;justify-content:center}}@media (min-width: 769px){.filters-drawer[data-v-f7f5779c],.filters-drawer__overlay[data-v-f7f5779c]{display:none}}@media (max-width: 640px){.exercise-grid__cards[data-v-f7f5779c],.exercise-grid__skeleton[data-v-f7f5779c]{grid-template-columns:repeat(1,minmax(0,1fr))}.exercise-library-controls[data-v-f7f5779c]{padding:0 1.25rem}}@keyframes skeleton-pulse-f7f5779c{0%{opacity:1}50%{opacity:.4}to{opacity:1}}
