@keyframes rotator{0%{transform:rotate(0)}100%{transform:rotate(270deg)}}@keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}100%{stroke-dashoffset:280;transform:rotate(450deg)}}.video-section{display:flex;flex-direction:column;gap:var(--global-item-gap);background:var(--background-fill-primary)}.video-section:has(.background-light){background:var(--background-fill-secondary)}.video-section:has(.background-dark){background:var(--background-fill-primary)}.video-section .video-section-wrapper{display:flex;gap:var(--global-item-gap);flex-direction:column}