.video-card.svelte-t34n65{display:flex;flex-direction:column;min-width:200px;max-width:280px;background:transparent;border:none;padding:0;cursor:pointer;text-decoration:none;color:inherit;font-family:var(--font-sans)}.poster-container.svelte-t34n65{position:relative;width:100%;aspect-ratio:4 / 3;background:var(--color-card-dark);border-radius:var(--radius-md);overflow:hidden;transition:all var(--duration-standard) var(--ease-standard)}.video-card.svelte-t34n65:hover .poster-container:where(.svelte-t34n65){transform:scale(1.02);box-shadow:0 8px 24px #0006}.poster-image.svelte-t34n65{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hover-overlay.svelte-t34n65{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity var(--duration-micro) var(--ease-standard);display:flex;align-items:center;justify-content:center}.video-card.svelte-t34n65:hover .hover-overlay:where(.svelte-t34n65){opacity:1}.play-indicator.svelte-t34n65{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:var(--color-fg-primary);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform var(--duration-micro) var(--ease-standard)}.video-card.svelte-t34n65:hover .play-indicator:where(.svelte-t34n65){transform:scale(1.1)}.lock-overlay.svelte-t34n65{position:absolute;top:var(--space-xs);right:var(--space-xs);width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#00000080;color:var(--color-fg-muted);border-radius:50%;transition:opacity var(--duration-micro) var(--ease-standard)}.video-card.svelte-t34n65:hover .lock-overlay:where(.svelte-t34n65){opacity:0}.free-indicator.svelte-t34n65{color:var(--color-sun);font-weight:600}.card-info.svelte-t34n65{padding:var(--space-sm) .25rem 0}.card-title.svelte-t34n65{font-family:var(--font-sans);font-size:.9375rem;font-weight:600;color:var(--color-fg-primary);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;line-height:1.3}.card-meta.svelte-t34n65{font-family:var(--font-sans);font-size:var(--text-caption);color:var(--color-fg-muted);margin:.375rem 0 0;text-align:left;display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.meta-dot.svelte-t34n65{color:var(--color-fg-subtle);opacity:.5}@media(min-width:768px){.video-card.svelte-t34n65{min-width:240px;max-width:300px}}@media(min-width:1024px){.video-card.svelte-t34n65{min-width:260px;max-width:320px}}@media(max-width:480px){.video-card.svelte-t34n65{min-width:180px;max-width:220px}.play-indicator.svelte-t34n65{width:40px;height:40px}.play-indicator.svelte-t34n65 svg{width:20px;height:20px}}.category-row.svelte-6f8yow{width:100%;margin-bottom:var(--space-xl)}.category-header-wrapper.svelte-6f8yow{max-width:var(--container-max-width);margin:0 auto}.category-header.svelte-6f8yow{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-md)}.category-title.svelte-6f8yow{font-size:var(--text-h2);font-weight:700;color:var(--color-fg-primary);margin:0}.scroll-controls.svelte-6f8yow{display:flex;gap:var(--space-xs)}.scroll-button.svelte-6f8yow{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:none;border-radius:var(--radius-full);color:var(--color-fg-primary);cursor:pointer;transition:all var(--duration-micro) var(--ease-standard)}.scroll-button.svelte-6f8yow:hover:not(.disabled){background:#ffffff1a}.scroll-button.disabled.svelte-6f8yow{opacity:.3;cursor:not-allowed}.cards-container.svelte-6f8yow{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.cards-container.svelte-6f8yow::-webkit-scrollbar{display:none}.cards-inner.svelte-6f8yow{display:flex;gap:var(--space-md);padding:0 max(1rem,calc((100vw - var(--container-max-width)) / 2))}@media(max-width:768px){.category-title.svelte-6f8yow{font-size:var(--text-h3)}.cards-inner.svelte-6f8yow{gap:var(--space-sm)}.scroll-controls.svelte-6f8yow{display:none}}.editor-choice.svelte-pfo7h6{position:relative;height:400px;width:calc(100% - var(--space-xl) * 2);margin:var(--space-2xl) auto;border-radius:var(--radius-xl);overflow:hidden}.background-image.svelte-pfo7h6{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gradient-overlay.svelte-pfo7h6{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000000f2,#000000d9,#00000080 60%,#0000004d),linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 40%)}.content-wrapper.svelte-pfo7h6{position:relative;z-index:10;height:100%;width:100%;max-width:var(--container-max-width);margin:0 auto}.content.svelte-pfo7h6{height:100%;display:flex;flex-direction:column;justify-content:center;padding:var(--space-2xl) 0;max-width:500px}.label.svelte-pfo7h6{font-size:var(--text-sm);font-weight:700;color:var(--color-fg-secondary);text-transform:uppercase;letter-spacing:.15em;margin-bottom:var(--space-sm)}.title.svelte-pfo7h6{font-size:clamp(2rem,5vw,3rem);font-weight:900;color:var(--color-fg-primary);line-height:1;text-transform:uppercase;margin:0 0 var(--space-md) 0}.description.svelte-pfo7h6{font-size:var(--text-body);color:var(--color-fg-secondary);line-height:1.6;margin:0 0 var(--space-md) 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.meta.svelte-pfo7h6{display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg)}.badge.svelte-pfo7h6{font-size:var(--text-xs);font-weight:700;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);text-transform:uppercase}.badge.free.svelte-pfo7h6{background:var(--color-sun);color:var(--color-bg-pure)}.badge.members.svelte-pfo7h6{background:#ffffff26;color:var(--color-fg-primary);border:1px solid rgba(255,255,255,.25)}.duration.svelte-pfo7h6{font-size:var(--text-sm);color:var(--color-fg-muted)}.actions.svelte-pfo7h6{display:flex;gap:var(--space-md)}.btn-primary.svelte-pfo7h6,.btn-secondary.svelte-pfo7h6{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:700;cursor:pointer;transition:all .2s ease}.btn-primary.svelte-pfo7h6{background:#ffffff1f;color:var(--color-fg-primary);border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.btn-primary.svelte-pfo7h6:hover{background:#fff3;border-color:#ffffff59;transform:translateY(-1px)}.btn-secondary.svelte-pfo7h6{background:#ffffff1a;color:var(--color-fg-primary);border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-secondary.svelte-pfo7h6:hover{background:#fff3}@media(max-width:1024px){.editor-choice.svelte-pfo7h6{width:calc(100% - var(--space-lg) * 2);height:350px}.content-wrapper.svelte-pfo7h6{padding:0 var(--space-lg)}}@media(max-width:768px){.editor-choice.svelte-pfo7h6{width:calc(100% - var(--space-md) * 2);height:320px;border-radius:var(--radius-lg)}.content-wrapper.svelte-pfo7h6{padding:0 var(--space-md)}.content.svelte-pfo7h6{max-width:100%}.gradient-overlay.svelte-pfo7h6{background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.7) 50%,rgba(0,0,0,.3) 80%,transparent 100%)}.title.svelte-pfo7h6{font-size:1.75rem}.description.svelte-pfo7h6{-webkit-line-clamp:2}.actions.svelte-pfo7h6{flex-direction:column;gap:var(--space-sm)}.btn-primary.svelte-pfo7h6,.btn-secondary.svelte-pfo7h6{justify-content:center;width:100%}}@media(max-width:480px){.editor-choice.svelte-pfo7h6{width:calc(100% - var(--space-sm) * 2);height:280px}.content-wrapper.svelte-pfo7h6{padding:0 var(--space-sm)}.title.svelte-pfo7h6{font-size:1.5rem}}.content-categories.svelte-zph8th{width:100%;padding:var(--space-xl) 1.5rem;background:var(--color-bg-alt);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.section-header.svelte-zph8th{text-align:center;margin-bottom:var(--space-xl);max-width:var(--container-max-width);margin-left:auto;margin-right:auto}.section-title.svelte-zph8th{font-size:var(--text-display);font-weight:700;color:var(--color-fg-primary);margin:0 0 var(--space-md) 0}.gradient-title.svelte-zph8th{background:linear-gradient(90deg,#9a7acc,#dabfff 15%,#f5eeff 28%,#fff,#fff5f0 52%,#f45126,#f86 78%,#fff 88%,#dabfff);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 1px 0 rgba(255,255,255,.15)) drop-shadow(0 2px 2px rgba(0,0,0,.4)) drop-shadow(0 4px 8px rgba(218,191,255,.25)) drop-shadow(0 6px 12px rgba(244,81,38,.15))}.gradient-accent-line.svelte-zph8th{width:80px;height:3px;margin:0 auto var(--space-md);background:linear-gradient(90deg,#dabfff,#f45126);border-radius:2px}.section-description.svelte-zph8th{font-size:var(--text-body-lg);color:var(--color-fg-secondary);max-width:600px;margin:0 auto}.category-pills.svelte-zph8th{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:var(--space-sm);max-width:var(--container-max-width);margin:0 auto var(--space-lg)}.pill.svelte-zph8th{padding:.5rem 1.25rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-full);color:#ffffffb3;font-size:var(--text-body-sm);font-weight:500;white-space:nowrap;cursor:pointer;transition:all var(--duration-micro) var(--ease-standard)}.pill.svelte-zph8th:hover{background:#ffffff1f;border-color:#fff3;color:var(--color-fg-primary)}.pill.active.svelte-zph8th{background:#ffffff26;color:#fff;font-weight:700;border-color:#ffffff4d}.categories.svelte-zph8th{display:flex;flex-direction:column}.empty-state.svelte-zph8th{text-align:center;color:var(--color-fg-muted);padding:var(--space-lg)}@media(max-width:768px){.content-categories.svelte-zph8th{padding:var(--space-xl) 1rem}.section-header.svelte-zph8th{margin-bottom:var(--space-xl)}.section-title.svelte-zph8th{font-size:var(--text-h1)}.section-description.svelte-zph8th{font-size:var(--text-body)}.category-pills.svelte-zph8th{margin-bottom:var(--space-lg)}}@media(max-width:480px){.category-pills.svelte-zph8th{gap:var(--space-xs)}.pill.svelte-zph8th{padding:.375rem 1rem;font-size:.75rem}}.our-work-page.svelte-za2g2h{background:var(--color-bg-pure);color:var(--color-fg-primary)}.work-container.svelte-za2g2h{max-width:var(--container-max-width);margin:0 auto;padding:0 1.5rem}.work-container--narrow.svelte-za2g2h{max-width:48rem}.section-label.svelte-za2g2h{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--color-sun);margin-bottom:1.5rem}.eyebrow.svelte-za2g2h{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--color-sun);margin-bottom:2rem}.work-hero.svelte-za2g2h{padding:5rem 1.5rem 3rem;border-bottom:1px solid var(--color-border-default)}.work-headline.svelte-za2g2h{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1.2;letter-spacing:-.02em;margin:0 0 1.25rem}.work-subline.svelte-za2g2h{font-size:1rem;color:var(--color-fg-secondary);line-height:1.7;max-width:44ch;margin:0}.of-network-section.svelte-za2g2h{padding:3.5rem 1.5rem;border-bottom:1px solid var(--color-border-default)}.network-intro.svelte-za2g2h{margin-bottom:3rem}.network-lead.svelte-za2g2h{font-size:1.5rem;font-weight:700;color:var(--color-fg-primary);margin:0 0 1rem}.network-body.svelte-za2g2h{font-size:1.0625rem;color:var(--color-fg-secondary);line-height:1.75;max-width:44ch;margin:0 0 1.5rem}.demo-link.svelte-za2g2h{font-size:.9375rem;font-weight:600;color:var(--color-sun);text-decoration:none;transition:opacity .15s ease}.demo-link.svelte-za2g2h:hover{opacity:.8}.partner-work-section.svelte-za2g2h{padding:3.5rem 1.5rem;background:var(--color-bg-alt);border-bottom:1px solid var(--color-border-default)}.partner-intro.svelte-za2g2h{font-size:1.125rem;color:var(--color-fg-secondary);line-height:1.75;max-width:44ch;margin:0 0 3rem}.partner-cards.svelte-za2g2h{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:56rem}.partner-card.svelte-za2g2h{background:var(--color-bg-pure);border:1px solid var(--color-border-default);border-radius:1rem;padding:2rem;transition:border-color .2s ease}.partner-card.svelte-za2g2h:hover{border-color:var(--color-border-emphasis)}.partner-card-header.svelte-za2g2h{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.partner-name.svelte-za2g2h{font-size:1.125rem;font-weight:700;color:var(--color-fg-primary);margin:0}.presale-badge.svelte-za2g2h{flex-shrink:0;padding:.25rem .75rem;background:var(--color-sun);border-radius:9999px;font-size:.6875rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em}.coming-badge.svelte-za2g2h{flex-shrink:0;padding:.25rem .75rem;background:var(--color-primary-muted);border:1px solid rgba(244,81,38,.3);border-radius:9999px;font-size:.6875rem;font-weight:600;color:var(--color-sun);text-transform:uppercase;letter-spacing:.05em;opacity:.7}.partner-desc.svelte-za2g2h{font-size:.9375rem;color:var(--color-fg-secondary);line-height:1.6;margin:0 0 1rem}.partner-story.svelte-za2g2h{font-size:.9375rem;color:var(--color-fg-tertiary);line-height:1.7;margin:0 0 1.5rem;font-style:italic}.partner-link-btn.svelte-za2g2h{font-size:.875rem;font-weight:600;color:var(--color-sun);text-decoration:none;transition:opacity .15s ease}.partner-link-btn.svelte-za2g2h:hover{opacity:.8}.guarantee-section.svelte-za2g2h{padding:3rem 1.5rem;border-bottom:1px solid var(--color-border-default)}.guarantee-text.svelte-za2g2h{font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:700;color:var(--color-fg-primary);line-height:1.5;text-align:center;margin:0}.work-cta.svelte-za2g2h{padding:4rem 1.5rem;text-align:center}.cta-headline.svelte-za2g2h{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;letter-spacing:-.02em;margin:0 0 1.5rem}.cta-button.svelte-za2g2h{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;background:var(--color-sun);border:none;border-radius:.5rem;font-size:1.125rem;font-weight:700;color:#fff;cursor:pointer;transition:all .15s ease;margin-bottom:1rem}.cta-button.svelte-za2g2h:hover{background:var(--color-primary-hover);transform:scale(1.02)}.cta-sub.svelte-za2g2h{font-size:.875rem;color:var(--color-sun);font-weight:500;margin:0}@media(max-width:768px){.work-hero.svelte-za2g2h{padding:4rem 1rem 2.5rem}.of-network-section.svelte-za2g2h,.partner-work-section.svelte-za2g2h{padding:2.5rem 1rem}.partner-cards.svelte-za2g2h{grid-template-columns:1fr}.work-cta.svelte-za2g2h{padding:4rem 1rem}}
