.videos-page.svelte-yxunt{min-height:100vh;padding:2rem 0;background:linear-gradient(135deg,var(--primary-bg) 0%,#2a1a1a 100%)}.loading-container.svelte-yxunt{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem;color:var(--text-secondary)}.loading-spinner.svelte-yxunt{width:50px;height:50px;border:3px solid rgba(220,38,38,.2);border-top-color:var(--accent);border-radius:50%;animation:svelte-yxunt-spin 1s linear infinite}@keyframes svelte-yxunt-spin{to{transform:rotate(360deg)}}.videos-controls.svelte-yxunt{margin-bottom:3rem}.search-bar.svelte-yxunt{margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.search-input.svelte-yxunt{width:100%;padding:12px 16px;border:1px solid rgba(220,38,38,.2);border-radius:25px;background:var(--secondary-bg);color:var(--text-primary);font-size:1rem}.search-input.svelte-yxunt:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #dc26261a}.category-filters.svelte-yxunt{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.category-btn.svelte-yxunt{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:25px;color:var(--text-secondary);cursor:pointer;transition:all .3s ease}.category-btn.svelte-yxunt:hover,.category-btn.active.svelte-yxunt{background:var(--accent);color:#fff;border-color:var(--accent)}.backup-thumbnail.svelte-yxunt{display:none;position:absolute;top:0;left:0;z-index:1}.video-meta-header.svelte-yxunt{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9rem}.instructor.svelte-yxunt{color:var(--text-secondary)}.no-results.svelte-yxunt{text-align:center;padding:4rem 2rem;color:var(--text-secondary)}.no-results.svelte-yxunt h3:where(.svelte-yxunt){color:var(--text-primary);margin-bottom:1rem}.container.svelte-yxunt{max-width:1200px;margin:0 auto;padding:0 2rem}.videos-hero.svelte-yxunt{text-align:center;margin-bottom:4rem}.videos-hero.svelte-yxunt h1:where(.svelte-yxunt){font-size:3rem;margin-bottom:1rem;color:var(--text-primary)}.highlight.svelte-yxunt{background:linear-gradient(135deg,var(--accent),#ff9a9e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle.svelte-yxunt{font-size:1.2rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.videos-section.svelte-yxunt{margin-bottom:3rem}.section-title.svelte-yxunt{color:var(--accent);font-size:1.8rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(220,38,38,.3);text-align:left}.videos-grid.svelte-yxunt{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.video-card.svelte-yxunt{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:15px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.video-card.svelte-yxunt:hover{transform:translateY(-5px);box-shadow:0 20px 40px #dc262633}.video-card.svelte-yxunt:focus{outline:2px solid var(--accent);outline-offset:2px}.video-thumbnail.svelte-yxunt{position:relative;height:200px;background:linear-gradient(135deg,#dc26261a,#dc26260d);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);overflow:hidden}.video-thumbnail.svelte-yxunt img:where(.svelte-yxunt){width:100%;height:100%;object-fit:cover}.video-duration.svelte-yxunt{position:absolute;bottom:12px;right:12px;background:#000000b3;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:600}.access-badge.svelte-yxunt{position:absolute;top:12px;left:12px;background:var(--accent);color:#fff;padding:4px 12px;border-radius:12px;font-size:.8rem;font-weight:600}.video-content.svelte-yxunt{padding:1.5rem}.video-title.svelte-yxunt{color:var(--text-primary);font-size:1.3rem;margin-bottom:.75rem;line-height:1.4;min-height:3.64rem}.video-description.svelte-yxunt{color:var(--text-secondary);line-height:1.6;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.view-full-description.svelte-yxunt{display:inline-block;color:var(--accent);font-size:.9rem;margin-bottom:1rem;transition:color .2s ease}.video-card.svelte-yxunt:hover .view-full-description:where(.svelte-yxunt){text-decoration:underline}.video-meta.svelte-yxunt{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.9rem}.video-price.svelte-yxunt{color:var(--accent);font-size:1.2rem;font-weight:700}.video-access.svelte-yxunt{color:var(--text-secondary)}.access-info.svelte-yxunt{text-align:center}.access-status.svelte-yxunt{color:var(--accent);font-weight:600;margin-bottom:.5rem}.access-expiry.svelte-yxunt{color:var(--text-secondary);font-size:.9rem;margin-bottom:1rem}.watch-btn.svelte-yxunt{width:100%;padding:12px;background:var(--accent);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.watch-btn.svelte-yxunt:hover{background:var(--accent-hover);transform:translateY(-2px)}.purchase-section.svelte-yxunt{text-align:center}.purchase-info.svelte-yxunt{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem}.purchase-btn.svelte-yxunt{width:100%;padding:12px;background:var(--accent);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem;margin-bottom:1rem}.purchase-btn.svelte-yxunt:hover{background:var(--accent-hover);transform:translateY(-2px)}.faq-section.svelte-yxunt{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:3rem;text-align:center}.faq-section.svelte-yxunt h2:where(.svelte-yxunt){color:var(--text-primary);margin-bottom:2rem;font-size:2rem}.faq-grid.svelte-yxunt{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;text-align:left}.faq-item.svelte-yxunt h3:where(.svelte-yxunt){color:var(--accent);margin-bottom:.5rem;font-size:1.1rem}.faq-item.svelte-yxunt p:where(.svelte-yxunt){color:var(--text-secondary);line-height:1.6}.progress-overlay.svelte-yxunt{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);padding:1rem .75rem .5rem;display:flex;flex-direction:column;gap:.5rem}.progress-bar-card.svelte-yxunt{width:100%;height:4px;background:#ffffff4d;border-radius:2px;overflow:hidden}.progress-fill-card.svelte-yxunt{height:100%;background:var(--accent);border-radius:2px;transition:width .3s ease}.progress-badge.svelte-yxunt{align-self:flex-end;background:#dc2626e6;color:#fff;padding:2px 8px;border-radius:10px;font-size:.75rem;font-weight:600}.progress-badge.completed.svelte-yxunt{background:#22c55ee6}@media (max-width: 768px){.videos-hero.svelte-yxunt h1:where(.svelte-yxunt){font-size:2.5rem}.videos-grid.svelte-yxunt{grid-template-columns:1fr}.faq-section.svelte-yxunt{padding:2rem}.faq-grid.svelte-yxunt{grid-template-columns:1fr;gap:1.5rem}}
