.kuse-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .kuse-loading{color:rgb(var(--primary-white-rgb))}}:where(html.is-dark) .kuse-loading{color:rgb(var(--primary-white-rgb))}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .kuse-loading{color:rgb(var(--primary-gray-rgb))}}:where(html.is-light) .kuse-loading{color:rgb(var(--primary-gray-rgb))}.kuse-loading .kuse-icon{margin-bottom:5px;width:100px;background-image:url(/images/kuso-loading.svg);aspect-ratio:1/1}.kuse-loading .loading-text{margin-top:8px;text-align:center;font-weight:400;font-size:14px}