.hc-splash-loading{display:flex;align-items:center;justify-content:center;min-height:calc(100dvh - var(--hc-header-height, 48px));background:#fff;overflow:hidden;padding:24px 16px}.hc-splash-loading__inner{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:240px}.hc-splash-loading__art{display:block;width:100%;max-width:200px;height:auto}.hc-splash-loading__logo{display:block;width:100%;max-width:100px;height:auto}.hc-splash-loading__spinner{width:1.75rem;height:1.75rem;border:2.5px solid rgb(0 0 0/.2);border-top-color:#000000;border-radius:50%;animation:hc-splash-loading-spin .75s linear infinite}@keyframes hc-splash-loading-spin{to{transform:rotate(1turn)}}