@keyframes container-rotate{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}.AllVoicesPage-container{width:100%;flex:1 1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:2rem}.AllVoicesPage-content{max-width:60rem;width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.1rem;gap:.1rem;background-color:#2226;padding:1rem;box-sizing:border-box}@media only screen and (-webkit-min-device-pixel-ratio:2)and (max-width:600px),only screen and (max-width:600px),only screen and (min-device-pixel-ratio:2)and (max-width:600px),only screen and (min-resolution:192dpi)and (max-width:600px),only screen and (min-resolution:2dppx)and (max-width:600px){.AllVoicesPage-content{grid-template-columns:repeat(2,1fr)}}.AllVoicesVoiceItem{aspect-ratio:1!important;flex:0 0 auto!important;width:auto!important;height:auto!important}.AllVoicesPage-empty{display:flex;flex-direction:column;align-self:stretch;justify-self:stretch;align-items:center;justify-content:center;width:100%;box-sizing:border-box;padding:1rem}.AllVoicesPage-empty-hint{color:#fff;opacity:.6;font-family:var(--sequel-45);font-size:.8rem;text-align:center}.AllVoicesPage-empty-voice{color:#fff;white-space:pre-wrap;font-family:var(--sequel-55);font-size:.8rem;line-height:1.5rem;text-align:center;margin-top:4rem;margin-bottom:1rem}