.hv-page{font-family:var(--font-sans);color:var(--text);background:var(--background)}.hv-highlight-icons{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 0 16px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hv-highlight-icons::-webkit-scrollbar{display:none}.hv-highlight-icon{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:6px;scroll-snap-align:start;cursor:pointer;background:none;border:0;padding:0;font:inherit;color:inherit;outline:none;-webkit-tap-highlight-color:transparent}.hv-highlight-icon:focus-visible{outline:none}.hv-highlight-icon__ring{width:72px;height:72px;border-radius:50%;background:var(--accent-gradient);padding:3px;transition:opacity .18s ease;display:flex;align-items:center;justify-content:center}.hv-highlight-icon:not(.hv-highlight-icon--active) .hv-highlight-icon__ring{opacity:.45}.hv-highlight-icon--active .hv-highlight-icon__ring,.hv-highlight-icon:hover .hv-highlight-icon__ring{opacity:1}.hv-highlight-icon__img-wrap{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;overflow:hidden;background:var(--bg-muted);border:2px solid var(--background,#fff);box-sizing:border-box}.hv-highlight-icon__img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;border-radius:50%}.hv-highlight-icon__title{max-width:72px;font-size:11px;line-height:1.2;color:var(--text-secondary);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hv-highlight-icon--active .hv-highlight-icon__title{color:var(--text);font-family:var(--font-medium);font-weight:500}.hv-highlight-icons--loading .hv-highlight-icon__ring{background:var(--border-color-subtle)}.hv-highlight-icons--loading .hv-highlight-icon__img-wrap{animation:hv-shimmer 1.4s ease-in-out infinite}.hv-highlight-icons--loading .hv-highlight-icon__title{width:48px;height:10px;border-radius:4px;background:var(--bg-muted);animation:hv-shimmer 1.4s ease-in-out infinite}.hv-highlight-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin-top:16px}.hv-highlight-cell{position:relative;aspect-ratio:9/16;border-radius:var(--radius-md);overflow:hidden;background:var(--bg-muted);cursor:pointer;border:0;padding:0;font:inherit;color:inherit;outline:none;-webkit-tap-highlight-color:transparent}.hv-highlight-cell:focus-visible{outline:2px solid var(--color-info);outline-offset:2px}.hv-highlight-cell__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.hv-highlight-cell__overlay{position:absolute;bottom:0;left:0;right:0;padding:8px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(0deg,rgba(0,0,0,.5) 0,transparent);pointer-events:none}.hv-highlight-cell__play-icon{width:20px;height:20px;color:#ffffff;opacity:.9}.hv-highlight-cell__duration{font-size:11px;font-family:var(--font-medium);font-weight:500;color:#ffffff;opacity:.9}.hv-highlight-grid--loading .hv-highlight-cell{cursor:default}.hv-highlight-cell--skeleton{animation:hv-shimmer 1.4s ease-in-out infinite}.hv-empty{text-align:center;padding:48px 16px}.hv-empty__icon{width:48px;height:48px;margin:0 auto 16px;color:var(--text-tertiary)}.hv-empty__title{margin:0 0 8px;font-family:var(--font-medium);font-size:16px;font-weight:500;color:var(--text)}.hv-empty__description{font-size:14px;color:var(--text-secondary);max-width:360px;margin:0 auto}.hv-hero .hero__grid{grid-template-columns:55fr 45fr;column-gap:48px;align-items:center}.hv-hero .hero__text-col{display:flex;flex-direction:column;align-items:flex-start}.hv-hero .hero__subtitle{max-width:520px;text-align:left}.hv-hero .sv-search{max-width:560px;width:100%;margin:32px 0 0;text-align:left}.hv-hero .sv-search__field{height:64px;padding:0 18px 0 16px;border-radius:999px;background:#ffffff;border-color:rgba(32,12,42,.1);box-shadow:0 1px 3px rgba(16,20,31,.04),0 0 0 1px rgba(16,20,31,.02)}.hv-hero .sv-search__prefix{width:auto;height:auto;font-size:22px}.hv-hero .sv-search__input{font-size:20px}.hv-hero .sv-search__button{height:64px;padding:0 32px;font-size:18px}.hv-steps__grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hv-step-card{display:flex;flex-direction:column;gap:8px;background:#ffffff;border:.5px solid var(--border-color-subtle);border-radius:var(--radius-lg);padding:24px}.hv-step-card__badge{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:2px 10px;background:var(--color-accent-subtle);color:var(--color-accent);font-size:12px;line-height:1.4;border-radius:var(--radius-pill)}.hv-step-card__badge,.hv-step-card__title{font-family:var(--font-medium);font-weight:500}.hv-step-card__title{margin:0;font-size:16px;color:var(--text)}.hv-step-card__body{margin:0;font-size:14px;line-height:1.55;color:var(--text-secondary)}.hv-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hv-feature-card{display:flex;flex-direction:column;gap:10px;background:#ffffff;border:.5px solid var(--border-color-subtle);border-radius:var(--radius-lg);padding:24px}.hv-feature-card__icon{width:32px;height:32px;flex-shrink:0}.hv-feature-card__title{margin:0;font-family:var(--font-medium);font-size:15px;font-weight:500;color:var(--text)}.hv-feature-card__body{margin:0;font-size:13px;line-height:1.55;color:var(--text-secondary)}.hv-use-cases__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.hv-use-case-card{display:flex;gap:16px;align-items:flex-start;background:#ffffff;border:.5px solid var(--border-color-subtle);border-radius:var(--radius-lg);padding:24px}.hv-use-case-card__icon{width:28px;height:28px;flex-shrink:0;color:var(--text-secondary)}.hv-use-case-card__text{display:flex;flex-direction:column;gap:4px;min-width:0}.hv-use-case-card__title{margin:0;font-family:var(--font-medium);font-size:15px;font-weight:500;color:var(--text)}.hv-use-case-card__body{margin:0;font-size:13px;line-height:1.55;color:var(--text-secondary)}.hv-final-cta{text-align:center;background:var(--bg-muted);border-radius:var(--radius-lg);padding:48px 24px}.hv-final-cta__reassurance{margin:12px auto 24px;max-width:480px;font-size:14px;line-height:1.55;color:var(--text-secondary)}.hv-final-cta .sv-search{max-width:480px}.hv-cross-sell{padding:32px 0 24px;text-align:center;border-top:.5px solid var(--border-color-subtle);margin-top:8px}.hv-cross-sell__inner{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}.hv-cross-sell__text{font-family:var(--font-medium);font-size:13px;font-weight:500;color:var(--text);margin:0}.hv-cross-sell__link{font-size:13px;color:var(--color-info);text-decoration:none}.hv-cross-sell__link:hover{text-decoration:underline}.hv-device-compat__subtitle{margin:4px 0 20px;font-size:14px;line-height:1.55;color:var(--text-secondary);max-width:600px}.hv-device-compat__grid{display:flex;gap:16px;flex-wrap:wrap}.hv-device-compat__item{display:flex;align-items:center;gap:10px;background:#ffffff;border:.5px solid var(--border-color-subtle);border-radius:var(--radius-lg);padding:16px 24px;min-width:140px}.hv-device-compat__icon{width:28px;height:28px;flex-shrink:0}.hv-device-compat__label{font-family:var(--font-medium);font-size:14px;font-weight:500;color:var(--text)}.hv-device-compat__note{margin:20px 0 0;font-size:13px;line-height:1.55;color:var(--text-secondary)}.hv-limits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hv-limit-card{display:flex;gap:16px;align-items:flex-start;background:#ffffff;border:.5px solid var(--border-color-subtle);border-radius:var(--radius-lg);padding:24px}.hv-limit-card__icon{width:28px;height:28px;flex-shrink:0}.hv-limit-card__text{display:flex;flex-direction:column;gap:4px;min-width:0}.hv-limit-card__title{margin:0;font-family:var(--font-medium);font-size:15px;font-weight:500;color:var(--text)}.hv-limit-card__body{margin:0;font-size:13px;line-height:1.55;color:var(--text-secondary)}.hv-limit-card__note{margin:8px 0 0;font-size:12px;line-height:1.5;color:var(--text-secondary)}@keyframes hv-shimmer{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@media (prefers-reduced-motion:reduce){.hv-highlight-cell--skeleton,.hv-highlight-icons--loading .hv-highlight-icon__img-wrap,.hv-highlight-icons--loading .hv-highlight-icon__title{animation:none}}@media (max-width:768px){.hv-features__grid,.hv-hero .hero__grid,.hv-limits__grid,.hv-steps__grid,.hv-use-cases__grid{grid-template-columns:1fr}.hv-device-compat__grid{flex-direction:column}.hv-device-compat__item{min-width:unset}.hv-highlight-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px}}.viewer-tabs{display:flex;gap:0;border-bottom:1px solid rgba(32,12,42,.08);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-top:16px;margin-bottom:4px}.viewer-tabs::-webkit-scrollbar{display:none}.viewer-tabs__item{display:flex;align-items:center;gap:6px;padding:10px 14px;font-size:13px;font-weight:500;color:var(--text-secondary,#666);white-space:nowrap;text-decoration:none;position:relative;transition:color .15s;flex-shrink:0;background:none;border:none;font-family:inherit;cursor:pointer;line-height:inherit}.viewer-tabs__item--active,.viewer-tabs__item--link:hover{color:var(--primary,#10141f)}.viewer-tabs__item--active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:linear-gradient(90deg,#ff0090,#ff583a,#ffae00);border-radius:2px 2px 0 0}.viewer-tabs__badge{font-size:10px;padding:1px 6px;border-radius:4px;background:var(--bg-muted,#f6f6f6);color:var(--text-tertiary,#999);letter-spacing:.3px}.viewer-tabs__item--soon{cursor:default;color:var(--text-tertiary,#999)}.viewer-tabs__icon{width:14px;height:14px;flex-shrink:0}.sv-disclaimer-compact{font-size:12px;color:var(--text-tertiary,#999);margin-top:4px;line-height:1.4}.sv-disclaimer-more{background:none;border:none;color:var(--color-info,#378ADD);cursor:pointer;font-size:12px;padding:0}.sv-disclaimer-full{font-size:11px;color:var(--text-tertiary,#999);line-height:1.5;margin-top:4px}.rv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.rv-card{position:relative;display:block;width:100%;background:none;border:0;padding:0;font:inherit;color:inherit;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent}.rv-card:focus-visible{outline:2px solid var(--color-info);outline-offset:2px;border-radius:12px}.rv-card__thumb{position:relative;aspect-ratio:9/16;border-radius:12px;overflow:hidden;background:var(--bg-muted)}.rv-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.rv-card__img-fallback{position:absolute;inset:0;background:var(--bg-muted)}.rv-card__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:.8;transition:opacity .18s ease}.rv-card:hover .rv-card__play{opacity:0}.rv-card__duration{left:8px;background:rgba(0,0,0,.55);padding:2px 6px;border-radius:4px;line-height:1.3}.rv-card__duration,.rv-card__views{position:absolute;bottom:8px;font-size:11px;font-family:var(--font-medium);font-weight:500;color:#ffffff;pointer-events:none}.rv-card__views{right:8px;display:inline-flex;align-items:center;gap:3px}.rv-card__hover{position:absolute;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;gap:16px;opacity:0;transition:opacity .18s ease;pointer-events:none;border-radius:12px}.rv-card:hover .rv-card__hover{opacity:1}.rv-card__hover-stat{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-family:var(--font-medium);font-weight:500;color:#ffffff}.rv-card--skeleton{cursor:default}.rv-card__thumb--shimmer{animation:hv-shimmer 1.4s ease-in-out infinite}.rv-empty{text-align:center;padding:48px 16px}.rv-empty__text{font-size:14px;color:var(--text-secondary);margin:0}.rv-player-overlay{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;padding:24px}.rv-player{position:relative;background:#ffffff;border-radius:var(--flat-radius);max-width:900px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.rv-player__close{position:absolute;top:12px;right:12px;z-index:10;width:36px;height:36px;border-radius:50%;border:0;background:rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text);transition:background .15s ease}.rv-player__close:hover{background:rgba(0,0,0,.12)}.rv-player__layout{display:flex;flex:1 1;min-height:0;overflow:hidden}.rv-player__video-col{flex:0 0 auto;width:340px;max-height:80vh;background:#000000;display:flex;align-items:center;justify-content:center}.rv-player__video{width:100%;max-height:80vh;display:block;object-fit:contain}.rv-player__info-col{flex:1 1;min-width:0;padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.rv-player__author{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.rv-player__username{font-family:var(--font-medium);font-size:15px;font-weight:500;color:var(--text)}.rv-player__date{font-size:13px;color:var(--text-secondary)}.rv-player__caption{font-size:14px;line-height:1.55;color:var(--text)}.rv-player__caption p{margin:0;white-space:pre-wrap;word-break:break-word}.rv-player__caption-toggle{background:none;border:0;padding:0;margin-top:4px;font:inherit;font-size:13px;color:var(--color-info,#0069c2);cursor:pointer}.rv-player__caption-toggle:hover{text-decoration:underline}.rv-player__stats{display:flex;gap:16px;flex-wrap:wrap}.rv-player__stat{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:var(--text-secondary)}.rv-player__music{display:flex;align-items:flex-start;gap:8px;padding:12px;background:var(--bg-muted);border-radius:var(--flat-radius-sm,12px);color:var(--text-secondary)}.rv-player__music svg{flex-shrink:0;margin-top:2px}.rv-player__music-text{display:flex;flex-direction:column;gap:2px;min-width:0}.rv-player__music-title{font-size:13px;font-family:var(--font-medium);font-weight:500;color:var(--text)}.rv-player__music-artist,.rv-player__music-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rv-player__music-artist{font-size:12px;color:var(--text-secondary)}.rv-player__actions{margin-top:auto;padding-top:8px}.rv-player__download{display:inline-flex;align-items:center;gap:6px;text-decoration:none}.rv-player__nav{gap:16px;padding:12px 24px;border-top:var(--flat-border)}.rv-player__nav,.rv-player__nav-btn{display:flex;align-items:center;justify-content:center}.rv-player__nav-btn{width:36px;height:36px;border-radius:50%;border:var(--flat-border);background:#ffffff;cursor:pointer;color:var(--text);transition:background .15s ease,border-color .15s ease}.rv-player__nav-btn:hover:not(:disabled){background:var(--bg-muted);border-color:rgba(32,12,42,.16)}.rv-player__nav-btn:disabled{opacity:.3;cursor:default}.rv-player__nav-counter{font-size:13px;font-family:var(--font-medium);font-weight:500;color:var(--text-secondary);min-width:60px;text-align:center}@media (max-width:768px){.rv-grid{grid-template-columns:repeat(2,1fr);gap:8px}.rv-card__play{width:40px;height:40px}.rv-card__play svg{width:24px;height:24px}.rv-player-overlay{padding:0;align-items:flex-end}.rv-player{max-height:100vh;max-width:100%;border-radius:20px 20px 0 0;height:95vh}.rv-player__layout{flex-direction:column}.rv-player__video-col{width:100%;max-height:50vh}.rv-player__info-col{padding:16px}.rv-card__hover{display:none}}@media (prefers-reduced-motion:reduce){.rv-card__thumb--shimmer{animation:none}}.pv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin-top:16px}.pv-card{position:relative;display:block;width:100%;background:none;border:0;padding:0;font:inherit;color:inherit;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent}.pv-card:focus-visible{outline:2px solid var(--color-info);outline-offset:2px;border-radius:4px}.pv-card__thumb{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--bg-muted)}.pv-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.pv-card__img-fallback{position:absolute;inset:0;background:var(--bg-muted)}.pv-card__type{top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:rgba(0,0,0,.45);display:flex;justify-content:center}.pv-card__type,.pv-card__views{position:absolute;align-items:center;color:#ffffff;pointer-events:none}.pv-card__views{bottom:8px;left:8px;font-size:11px;font-family:var(--font-medium);font-weight:500;display:inline-flex;gap:3px}.pv-card__hover{position:absolute;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;gap:20px;opacity:0;transition:opacity .18s ease;pointer-events:none}.pv-card:hover .pv-card__hover{opacity:1}.pv-card__hover-stat{display:inline-flex;align-items:center;gap:5px;font-size:14px;font-family:var(--font-medium);font-weight:600;color:#ffffff}.pv-card--skeleton{cursor:default}.pv-card__thumb--shimmer{animation:hv-shimmer 1.4s ease-in-out infinite}.pv-empty{text-align:center;padding:48px 16px}.pv-empty__text{font-size:14px;color:var(--text-secondary);margin:0}.pm-overlay{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;padding:24px}.pm-modal{position:relative;background:#ffffff;border-radius:var(--flat-radius);max-width:960px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.pm-modal__close{position:absolute;top:12px;right:12px;z-index:10;width:36px;height:36px;border-radius:50%;border:0;background:rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text);transition:background .15s ease}.pm-modal__close:hover{background:rgba(0,0,0,.12)}.pm-modal__layout{display:flex;flex:1 1;min-height:0;overflow:hidden}.pm-modal__media-col{flex:0 0 auto;width:560px;max-height:80vh;background:#000000;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.pm-modal__photo-wrap{position:relative;width:100%;aspect-ratio:1/1}.pm-modal__photo{object-fit:contain}.pm-modal__photo-fallback{position:absolute;inset:0;background:var(--bg-muted)}.pm-modal__video{width:100%;max-height:80vh;display:block;object-fit:contain}.pm-carousel-nav{gap:12px;padding:8px 0;background:rgba(0,0,0,.6);width:100%}.pm-carousel-nav,.pm-carousel-nav__btn{display:flex;align-items:center;justify-content:center}.pm-carousel-nav__btn{width:32px;height:32px;border-radius:50%;border:0;background:rgba(255,255,255,.15);cursor:pointer;color:#ffffff;transition:background .15s ease}.pm-carousel-nav__btn:hover:not(:disabled){background:rgba(255,255,255,.3)}.pm-carousel-nav__btn:disabled{opacity:.3;cursor:default}.pm-carousel-nav__counter{font-size:13px;font-family:var(--font-medium);font-weight:500;color:#ffffff;min-width:50px;text-align:center}.pm-modal__info-col{flex:1 1;min-width:0;padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.pm-modal__author{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pm-modal__username{font-family:var(--font-medium);font-size:15px;font-weight:500;color:var(--text)}.pm-modal__date{font-size:13px;color:var(--text-secondary)}.pm-modal__caption{font-size:14px;line-height:1.55;color:var(--text)}.pm-modal__caption p{margin:0;white-space:pre-wrap;word-break:break-word}.pm-modal__caption-toggle{background:none;border:0;padding:0;margin-top:4px;font:inherit;font-size:13px;color:var(--color-info,#0069c2);cursor:pointer}.pm-modal__caption-toggle:hover{text-decoration:underline}.pm-modal__stats{display:flex;gap:16px;flex-wrap:wrap}.pm-modal__stat{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:var(--text-secondary)}.pm-modal__actions{margin-top:auto;padding-top:8px}.pm-modal__download{display:inline-flex;align-items:center;gap:6px;text-decoration:none}.pm-modal__nav{gap:16px;padding:12px 24px;border-top:var(--flat-border)}.pm-modal__nav,.pm-modal__nav-btn{display:flex;align-items:center;justify-content:center}.pm-modal__nav-btn{width:36px;height:36px;border-radius:50%;border:var(--flat-border);background:#ffffff;cursor:pointer;color:var(--text);transition:background .15s ease,border-color .15s ease}.pm-modal__nav-btn:hover:not(:disabled){background:var(--bg-muted);border-color:rgba(32,12,42,.16)}.pm-modal__nav-btn:disabled{opacity:.3;cursor:default}.pm-modal__nav-counter{font-size:13px;font-family:var(--font-medium);font-weight:500;color:var(--text-secondary);min-width:60px;text-align:center}@media (max-width:768px){.pv-grid{grid-template-columns:repeat(3,1fr);gap:2px}.pv-card__type{width:22px;height:22px;top:4px;right:4px}.pv-card__type svg{width:10px;height:10px}.pv-card__hover{display:none}.pm-overlay{padding:0;align-items:flex-end}.pm-modal{max-height:100vh;max-width:100%;border-radius:20px 20px 0 0;height:95vh}.pm-modal__layout{flex-direction:column}.pm-modal__media-col{width:100%;max-height:50vh}.pm-modal__info-col{padding:16px}}@media (prefers-reduced-motion:reduce){.pv-card__thumb--shimmer{animation:none}}.hero-preview{width:100%;max-width:491px}.hero-preview__card{background:#fff;border-radius:14px;padding:16px;box-shadow:0 4px 20px rgba(0,0,0,.06);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}.hero-preview__header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.hero-preview__avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#9ca3af,#6b7280);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:13px;flex-shrink:0}.hero-preview__avatar--lg{width:48px;height:48px;font-size:20px}.hero-preview__username{font-weight:600;font-size:13px;color:#6b7280;display:flex;align-items:center;gap:4px}.hero-preview__verified{flex-shrink:0}.hero-preview__anon-badge{margin-left:auto;display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#86efac;border:1.5px solid #d1fae5;border-radius:14px;padding:3px 10px;background:rgba(134,239,172,.06);white-space:nowrap;flex-shrink:0}.hero-preview__anon-badge--abs{position:absolute;top:16px;right:16px;margin-left:0}.hero-preview__anon-dot{width:7px;height:7px;border-radius:50%;background:#86efac;display:inline-block}.hero-preview__label{font-size:10px;font-weight:600;color:#b0b5bd;margin:0 0 8px;letter-spacing:.6px}.hero-preview__grid--posts{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.hero-preview__grid--reels{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.hero-preview__grid--mini{display:grid;grid-template-columns:repeat(6,1fr);gap:4px}.hero-preview__grid--stories{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.hero-preview__thumb{position:relative;aspect-ratio:3/4;border-radius:6px;overflow:hidden}.hero-preview__thumb--tall{aspect-ratio:9/16}.hero-preview__thumb--square{aspect-ratio:1/1;border-radius:4px}.hero-preview__dl{top:4px;right:4px;width:20px;height:20px;background:rgba(255,255,255,.12)}.hero-preview__dl,.hero-preview__play{position:absolute;border-radius:50%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-preview__play{top:50%;left:50%;transform:translate(-50%,-50%);width:28px;height:28px;background:rgba(0,0,0,.25)}.hero-preview__play:after{content:"";position:absolute;top:50%;left:54%;transform:translate(-50%,-50%);width:0;height:0;border-color:transparent transparent transparent rgba(255,255,255,.7);border-style:solid;border-width:5px 0 5px 9px}.hero-preview__badge-carousel{position:absolute;top:4px;left:4px;background:rgba(255,255,255,.15);color:rgba(255,255,255,.6);font-size:9px;padding:1px 6px;border-radius:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-preview__caption{font-size:9px;color:#9ca3af;margin:4px 0 1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.hero-preview__caption--two{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hero-preview__stats{font-size:8px;color:#b0b5bd;margin:0;display:flex;gap:6px}.hero-preview__stat--heart{color:#d4a0a0}.hero-preview__reel-meta{bottom:0;left:0;right:0;display:flex;justify-content:space-between;padding:4px 6px;background:linear-gradient(transparent,rgba(0,0,0,.3))}.hero-preview__reel-meta,.hero-preview__story-duration{position:absolute;font-size:9px;color:rgba(255,255,255,.6)}.hero-preview__story-duration{bottom:4px;right:4px}.hero-preview__profile-row{display:flex;gap:12px;margin-bottom:12px;position:relative}.hero-preview__profile-info{flex:1 1;min-width:0}.hero-preview__profile-name{font-weight:600;font-size:14px;color:#6b7280;margin:0;display:flex;align-items:center;gap:4px}.hero-preview__profile-handle{font-size:11px;color:#9ca3af;margin:0}.hero-preview__profile-bio{font-size:10px;color:#9ca3af;margin:4px 0;line-height:1.4}.hero-preview__profile-stats{display:flex;gap:10px;font-size:10px;color:#9ca3af}.hero-preview__profile-stats strong{color:#6b7280;font-weight:600}.hero-preview__highlights-row{display:flex;gap:8px;margin-bottom:10px;overflow:hidden}.hero-preview__highlight{display:flex;flex-direction:column;align-items:center;gap:3px;flex-shrink:0}.hero-preview__highlight-circle{width:36px;height:36px;border-radius:50%;border:2px solid;display:flex;align-items:center;justify-content:center}.hero-preview__highlight-name{font-size:8px;color:#9ca3af}@media (max-width:767px){.hero-preview{max-width:100%}.hero-preview__card{padding:12px;border-radius:10px}.hero-preview__grid--posts{grid-template-columns:repeat(3,1fr);gap:4px}.hero-preview__grid--reels{grid-template-columns:repeat(4,1fr);gap:4px}.hero-preview__grid--mini{grid-template-columns:repeat(6,1fr);gap:3px}.hero-preview__grid--stories{grid-template-columns:repeat(5,1fr);gap:4px}.hero-preview__avatar--lg{width:36px;height:36px;font-size:16px}.hero-preview__highlight-circle{width:28px;height:28px}.hero-preview__highlight-circle span{font-size:9px!important}.hero-preview__anon-badge{font-size:10px;padding:2px 8px}.hero-preview__anon-badge--abs{top:12px;right:12px}.hero-preview__caption,.hero-preview__stats{font-size:8px}.hero-preview__play{width:22px;height:22px}.hero-preview__play:after{border-width:4px 0 4px 7px}}