.mp-loading{flex-direction:column;justify-content:center;align-items:center;gap:1.1rem;display:flex}.mp-loading--fullscreen{z-index:2147483646;background:var(--mp-bg,#070b12);position:fixed;inset:0}.mp-loading--transparent{pointer-events:all;background:0 0}.mp-loading--transparent.mp-loading--fullscreen{background:0 0}.mp-loading__logo-wrap{place-items:center;width:clamp(88px,22vw,120px);height:clamp(42px,10vw,56px);padding:.35rem .75rem;display:grid}.mp-loading__logo{-webkit-user-select:none;user-select:none;pointer-events:none;transform-origin:50% 60%;will-change:transform;width:100%;height:auto;animation:2.4s ease-in-out infinite mp-loading-sway;display:block}.mp-loading__label{font-family:var(--mp-font,inherit);letter-spacing:.06em;text-transform:lowercase;color:var(--mp-text-muted,#94a3b8);margin:0;font-size:.85rem;font-weight:500;animation:2.4s ease-in-out infinite mp-loading-pulse}@keyframes mp-loading-sway{0%,to{transform:translate(-7px)rotate(-4deg)}50%{transform:translate(7px)rotate(4deg)}}@keyframes mp-loading-pulse{0%,to{opacity:.45}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.mp-loading__logo,.mp-loading__label{animation:none}.mp-loading__logo{transform:none}.mp-loading__label{opacity:.85}}
