@charset "UTF-8";.sky-loading{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.sky-loading.loading--show{opacity:1;visibility:visible}.loading__icon{width:48px;height:48px}.loading__icon svg{width:100%;height:100%;animation:loading-rotate 2s linear infinite}.loading__icon circle{stroke:#0b57cf;stroke-width:3;stroke-linecap:round;animation:loading-dash 1.5s ease-in-out infinite}.loading__text{margin-top:12px;color:#666;font-size:14px}@keyframes loading-rotate{to{transform:rotate(360deg)}}@keyframes loading-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.sky-toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);z-index:9998;padding:12px 24px;background:#000000bf;color:#fff;font-size:14px;line-height:1.5;border-radius:8px;max-width:80%;text-align:center;word-wrap:break-word;opacity:0;transition:opacity .3s,transform .3s;pointer-events:none}.sky-toast.show{opacity:1;transform:translate(-50%,-50%) scale(1)}
