html,body{height:100%;margin:0}#root{height:100dvh;overflow:hidden}.app-container{display:flex;height:100%;overflow:hidden}.app-main{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.app-content{flex:1;min-height:0;overflow:hidden;padding:16px;background-color:#f5f6f8}.spin{animation:spin 1.3s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pulse{animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}
