.videos-page.svelte-14bqwv7{background:transparent;color:var(--grey-dark);min-height:100vh;position:relative;z-index:1;padding:64px 48px 120px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;opacity:0;transition:opacity .4s ease}.videos-page.visible.svelte-14bqwv7{opacity:1}.videos-container.svelte-14bqwv7{max-width:1400px;margin:0 auto}.back-link.svelte-14bqwv7{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--grey-medium);text-decoration:none;margin-bottom:40px;transition:color .2s ease}.back-link.svelte-14bqwv7:hover{color:var(--pink)}.back-link.svelte-14bqwv7 svg:where(.svelte-14bqwv7){width:18px;height:18px;fill:currentColor}.channel-header.svelte-14bqwv7{display:flex;align-items:center;gap:28px;margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid var(--grey-border)}.channel-avatar.svelte-14bqwv7{flex-shrink:0;width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,var(--pink) 0%,var(--green) 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #00000014}.channel-avatar.svelte-14bqwv7 span:where(.svelte-14bqwv7){font-family:Playfair Display,Georgia,serif;font-size:48px;font-weight:700;color:var(--white);letter-spacing:-1px}.channel-info.svelte-14bqwv7{flex:1;min-width:0}.channel-name.svelte-14bqwv7{font-family:Playfair Display,Georgia,serif;font-size:42px;font-weight:700;color:var(--grey-dark);margin:0 0 6px;letter-spacing:-1px}.channel-tagline.svelte-14bqwv7{font-size:16px;color:var(--grey-medium);margin:0 0 14px;line-height:1.5}.channel-stats.svelte-14bqwv7{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:13px;color:var(--grey-medium)}.channel-stat.svelte-14bqwv7 strong:where(.svelte-14bqwv7){color:var(--grey-dark);font-weight:600}.channel-stat-dot.svelte-14bqwv7{color:var(--grey-light)}.toolbar.svelte-14bqwv7{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-bottom:20px}.search-box.svelte-14bqwv7{display:flex;align-items:center;gap:10px;padding:10px 16px;background:var(--white);border:1px solid var(--grey-border);border-radius:999px;flex:1;min-width:240px;max-width:440px;transition:border-color .2s ease,box-shadow .2s ease}.search-box.svelte-14bqwv7:focus-within{border-color:var(--pink);box-shadow:0 0 0 3px #e8a4b826}.search-box.svelte-14bqwv7 svg:where(.svelte-14bqwv7){width:18px;height:18px;fill:var(--grey-medium);flex-shrink:0}.search-box.svelte-14bqwv7 input:where(.svelte-14bqwv7){flex:1;border:none;outline:none;background:transparent;font-size:14px;color:var(--grey-dark);font-family:inherit;min-width:0}.search-box.svelte-14bqwv7 input:where(.svelte-14bqwv7)::-moz-placeholder{color:var(--grey-light)}.search-box.svelte-14bqwv7 input:where(.svelte-14bqwv7)::placeholder{color:var(--grey-light)}.search-clear.svelte-14bqwv7{background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--grey-medium);flex-shrink:0}.search-clear.svelte-14bqwv7 svg:where(.svelte-14bqwv7){width:16px;height:16px;fill:currentColor}.search-clear.svelte-14bqwv7:hover{color:var(--pink)}.chip-row.svelte-14bqwv7{display:flex;gap:8px;flex-wrap:wrap}.chip.svelte-14bqwv7{padding:8px 18px;background:var(--white);border:1px solid var(--grey-border);border-radius:999px;font-size:13px;font-weight:500;color:var(--grey-dark);cursor:pointer;transition:all .2s ease;font-family:inherit}.chip.svelte-14bqwv7:hover{border-color:var(--pink);color:var(--pink)}.chip.active.svelte-14bqwv7{background:var(--grey-dark);border-color:var(--grey-dark);color:var(--cream)}.result-count.svelte-14bqwv7{font-size:13px;color:var(--grey-medium);margin:0 0 24px}.video-grid.svelte-14bqwv7{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:40px 28px;padding:8px 4px}.video-card.svelte-14bqwv7{text-decoration:none;color:inherit;display:flex;flex-direction:column;opacity:0;animation:svelte-14bqwv7-cardFadeIn .5s cubic-bezier(.16,1,.3,1) forwards;transition:transform .25s ease}@keyframes svelte-14bqwv7-cardFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.video-card.svelte-14bqwv7:hover{transform:translateY(-3px)}.thumb.svelte-14bqwv7{position:relative;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background:var(--grey-border);margin-bottom:12px;transition:box-shadow .25s ease}.video-card.svelte-14bqwv7:hover .thumb:where(.svelte-14bqwv7){box-shadow:0 10px 28px #0000001f}.thumb.svelte-14bqwv7 img:where(.svelte-14bqwv7){width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s ease}.video-card.svelte-14bqwv7:hover .thumb:where(.svelte-14bqwv7) img:where(.svelte-14bqwv7){transform:scale(1.04)}.play-overlay.svelte-14bqwv7{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000;transition:background .25s ease}.video-card.svelte-14bqwv7:hover .play-overlay:where(.svelte-14bqwv7){background:#0000002e}.play-overlay.svelte-14bqwv7 svg:where(.svelte-14bqwv7){width:56px;height:56px;fill:#fff;opacity:0;transform:scale(.8);transition:all .25s ease;filter:drop-shadow(0 4px 10px rgba(0,0,0,.4))}.video-card.svelte-14bqwv7:hover .play-overlay:where(.svelte-14bqwv7) svg:where(.svelte-14bqwv7){opacity:1;transform:scale(1)}.meta.svelte-14bqwv7{padding:0 2px}.video-title.svelte-14bqwv7{font-size:15px;font-weight:600;color:var(--grey-dark);line-height:1.35;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.channel-line.svelte-14bqwv7{font-size:13px;color:var(--grey-medium);margin:0 0 2px;font-weight:500}.stat-line.svelte-14bqwv7{font-size:12px;color:var(--grey-medium);margin:0 0 8px}.description-line.svelte-14bqwv7{font-size:13px;color:var(--grey-medium);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.empty.svelte-14bqwv7{text-align:center;padding:80px 20px}.empty.svelte-14bqwv7 svg:where(.svelte-14bqwv7){width:56px;height:56px;fill:var(--grey-light);margin:0 auto 20px;display:block}.empty-title.svelte-14bqwv7{font-size:20px;font-weight:600;color:var(--grey-dark);margin:0 0 8px}.empty-sub.svelte-14bqwv7{font-size:14px;color:var(--grey-medium);margin:0 0 24px}.empty-reset.svelte-14bqwv7{padding:10px 24px;background:transparent;border:1px solid var(--pink);border-radius:999px;color:var(--pink);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.empty-reset.svelte-14bqwv7:hover{background:var(--pink);color:#fff}.bottom-cta.svelte-14bqwv7{display:flex;justify-content:center;margin-top:80px}.bottom-cta-link.svelte-14bqwv7{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:var(--grey-dark);color:var(--cream);border-radius:999px;text-decoration:none;font-size:15px;font-weight:600;transition:all .25s ease;box-shadow:0 8px 20px #0000001f}.bottom-cta-link.svelte-14bqwv7:hover{transform:translateY(-2px);background:var(--pink);box-shadow:0 12px 28px #e8a4b859}.bottom-cta-link.svelte-14bqwv7 svg:where(.svelte-14bqwv7){width:20px;height:20px;fill:currentColor}@media (max-width: 1024px){.videos-page.svelte-14bqwv7{padding:56px 36px 100px}.channel-header.svelte-14bqwv7{gap:20px}.channel-avatar.svelte-14bqwv7{width:96px;height:96px}.channel-avatar.svelte-14bqwv7 span:where(.svelte-14bqwv7){font-size:38px}.channel-name.svelte-14bqwv7{font-size:34px}.video-grid.svelte-14bqwv7{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:36px 24px}}@media (max-width: 768px){.videos-page.svelte-14bqwv7{padding:40px 24px 80px}.back-link.svelte-14bqwv7{margin-bottom:24px}.channel-header.svelte-14bqwv7{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:32px;padding-bottom:24px}.channel-avatar.svelte-14bqwv7{width:72px;height:72px}.channel-avatar.svelte-14bqwv7 span:where(.svelte-14bqwv7){font-size:28px}.channel-name.svelte-14bqwv7{font-size:28px}.channel-tagline.svelte-14bqwv7{font-size:14px}.channel-stats.svelte-14bqwv7{font-size:12px;gap:6px}.toolbar.svelte-14bqwv7{flex-direction:column;align-items:stretch}.search-box.svelte-14bqwv7{max-width:none}.chip-row.svelte-14bqwv7{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.chip-row.svelte-14bqwv7::-webkit-scrollbar{display:none}.chip.svelte-14bqwv7{flex-shrink:0}.video-grid.svelte-14bqwv7{grid-template-columns:1fr;gap:28px;padding:4px 0}.video-title.svelte-14bqwv7{font-size:16px}}@media (max-width: 480px){.videos-page.svelte-14bqwv7{padding:32px 18px 64px}.video-grid.svelte-14bqwv7{gap:24px}}@media (min-width: 1441px){.videos-page.svelte-14bqwv7{padding:80px 64px 140px}.videos-container.svelte-14bqwv7{max-width:1500px}.video-grid.svelte-14bqwv7{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:48px 32px}}@media (min-width: 1920px){.videos-page.svelte-14bqwv7{padding:100px 80px 180px}.videos-container.svelte-14bqwv7{max-width:1700px}.video-grid.svelte-14bqwv7{grid-template-columns:repeat(4,1fr);gap:56px 36px}}@media (prefers-reduced-motion: reduce){.video-card.svelte-14bqwv7{animation:none;opacity:1}.video-card.svelte-14bqwv7:hover{transform:none}.video-card.svelte-14bqwv7:hover .thumb:where(.svelte-14bqwv7) img:where(.svelte-14bqwv7){transform:none}}
