.ihub-page-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:16px}.ihub-page-loading__spinner{width:40px;height:40px;border:3px solid var(--crm-border);border-top-color:var(--DarkCyan);border-radius:50%;animation:ihub-spin .8s linear infinite}.ihub-page-loading__text{color:var(--Rhythm);font-size:14px;font-weight:400}@keyframes ihub-spin{to{transform:rotate(1turn)}}.ihub-page-loading__skeleton{width:100%;max-width:800px;display:flex;flex-direction:column;gap:12px;margin-top:24px}.ihub-page-loading__skeleton-bar{height:14px;background:var(--Magnolia);border-radius:6px;animation:ihub-shimmer 1.5s ease-in-out infinite}.ihub-page-loading__skeleton-bar:first-child{width:70%}.ihub-page-loading__skeleton-bar:nth-child(2){width:100%}.ihub-page-loading__skeleton-bar:nth-child(3){width:85%}@keyframes ihub-shimmer{0%,to{opacity:.5}50%{opacity:1}}html.DarkMode .ihub-page-loading__skeleton-bar{background:var(--Magnolia)}.ihub-te-content .is-empty[data-placeholder]:before{position:relative;left:47px;top:-2px}