:root{--theme-text-color:#000;--theme-top-color:#fff;--theme-bottom-color:#7f02f9}.profile-loading{box-sizing:border-box;background-color:#fafafc;flex-direction:column;align-items:center;width:100%;min-height:100dvh;display:flex}.profile-loading *{box-sizing:border-box}.profile-loading .profile-loading__card,.profile-loading .profile-loading__toggle,.profile-loading .profile-loading__line,.profile-loading .profile-loading__avatar{background:linear-gradient(90deg,#f3f4f6 0%,#e5e7eb 50%,#f3f4f6 100%) 0 0/200% 100%;animation:1.5s ease-in-out infinite profile-loading-shimmer}.profile-loading__topbar{background:#ffffffb3;width:100%;height:64px}.profile-loading__header{align-items:center;gap:18px;width:100%;max-width:600px;padding:14px 20px 4px;display:flex}.profile-loading__avatar{border-radius:50%;flex-shrink:0;width:80px;height:80px}.profile-loading__lines{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.profile-loading__line{border-radius:7px;height:14px}.profile-loading__line--name{width:45%;height:20px}.profile-loading__line--handle{width:30%}.profile-loading__line--bio{width:80%}.profile-loading__toggle{border-radius:999px;width:min(280px,74%);height:40px;margin:16px auto 4px}.profile-loading__grid{grid-template-columns:repeat(2,1fr);gap:16px;width:100%;max-width:600px;padding:16px 20px 56px;display:grid}.profile-loading__card{aspect-ratio:9/13;border-radius:16px}@keyframes profile-loading-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
