.v3-section-header{width:100%;height:100%;display:flex;justify-content:flex-start;align-items:center;gap:9px;transition:all .2s ease}.v3-section-header--clickable{cursor:pointer}.v3-section-header--clickable:hover{transform:translateX(2px)}.v3-section-header--clickable:hover .v3-section-header__arrow svg{transform:scale(1.1)}.v3-section-header__arrow{width:12px;height:18px;position:relative;display:flex;align-items:center;justify-content:center}.v3-section-header__arrow svg,.v3-theme-card{transition:transform .2s ease}.v3-theme-card{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;cursor:pointer;border:none;outline:none;margin:2px;touch-action:manipulation;min-height:44px}@media(hover:hover){.v3-theme-card:hover{transform:scale(1.02)}}.v3-theme-card__preview{align-self:stretch;position:relative;background:#f5f4ee;border-radius:5px;box-shadow:.8032156229px 1.6064312458px 5.8634738922px rgba(0,0,0,.25);overflow:hidden;border:none;outline:none}.v3-theme-card__phone-notch{width:31.54px;height:5.17px;position:absolute;left:49.5px;top:4.48px;opacity:.5;background:#000;border-radius:20.98px;z-index:10;pointer-events:none}.v3-theme-card__special-tag{right:8px;bottom:8px;padding:2px 7px;background:#fff;border-radius:3px;z-index:6}.v3-theme-card__play-overlay,.v3-theme-card__special-tag{position:absolute;display:flex;justify-content:center;align-items:center}.v3-theme-card__play-overlay{left:50%;top:50%;transform:translate(-50%,-50%) translateZ(0);-webkit-transform:translate(-50%,-50%) translateZ(0);width:40px;height:40px;background:rgba(0,0,0,.3);border-radius:50%;pointer-events:none;z-index:7;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform}.v3-theme-card__play-overlay svg{width:20px;height:20px;position:relative;z-index:2}.v3-theme-card__play-overlay--playing .v3-theme-card__play-ring{opacity:1;animation:playRingPulse 2s ease-in-out infinite,playRingRotate 4s linear infinite}.v3-theme-card__play-ring{position:absolute;inset:-4px;border-radius:50%;opacity:0;background:conic-gradient(from 0deg,#FFF564 0,#A1D9FA 25%,#FF8FAB 50%,#A1D9FA 75%,#FFF564 100%);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),black calc(100% - 3px));mask:radial-gradient(farthest-side,transparent calc(100% - 3px),black calc(100% - 3px));z-index:1;transition:opacity .3s ease}@keyframes playRingRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes playRingPulse{0%,to{opacity:.8;transform:rotate(0deg) scale(1)}50%{opacity:1;transform:rotate(180deg) scale(1.1)}}.v3-theme-card__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:inherit;opacity:0;transition:opacity .3s ease-in-out;z-index:5;pointer-events:none}.v3-theme-card__video--visible{opacity:1}.v3-theme-card__video-overlay{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:inherit;z-index:6;pointer-events:none}.v3-theme-card__info{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.v3-theme-card__title{color:#000;font-size:13px}.v3-theme-card__subtitle,.v3-theme-card__title{width:130.55px;font-family:DM Sans,sans-serif;font-weight:400;word-wrap:break-word}.v3-theme-card__subtitle{color:rgba(0,0,0,.2);font-size:9px}.v3-theme-card--4-5{width:280px;height:auto}.v3-theme-card--4-5 .v3-theme-card__preview{height:397px}