*,*:before,*:after{box-sizing:border-box}body{margin:0}#app{display:flex;flex-direction:column;width:100vw}#loadingSliderContainer{position:fixed;top:0;left:0;width:100%;height:4px;background-color:#00f3;overflow:hidden;z-index:1000}#loadingSlider{position:absolute;height:100%;background-color:#00f;animation:widthGrowShrink 1s linear infinite,moveRight 1s linear infinite}#loadingSlider.hide{display:none}@keyframes widthGrowShrink{0%,to{width:10%}50%{width:50%}}@keyframes moveRight{0%{left:0%}25%{left:0%}to{left:90%}}#page{display:flex;width:100%}#page.hide{display:none}#items{display:flex;width:100%;flex-direction:column}#items #nav #parent{width:100%;height:120px;display:flex;justify-content:center;align-items:center;overflow:hidden}#items #nav #parent .image{width:100px;height:100px;aspect-ratio:1;border-radius:50%;background-color:gray;background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid grey}#items #nav #item{width:100%;height:250px;display:flex;justify-content:center;align-items:center;overflow:hidden}#items #nav #item .image{height:200px;aspect-ratio:1;border-radius:50%;background-color:gray;background-size:cover;background-position:center;background-repeat:no-repeat}#items #nav #children{width:100%;height:200px;display:flex;flex-wrap:wrap;justify-content:center}#items #nav #children .image{height:100px;aspect-ratio:1;border-radius:50%;background-color:gray;background-size:cover;background-position:center;background-repeat:no-repeat;margin:5px}.image{cursor:pointer}#items #edit #item{width:100%;height:250px;display:flex;justify-content:center;align-items:center;overflow:hidden}#items #edit #item .image{height:200px;aspect-ratio:1;border-radius:50%;background-color:gray;background-size:cover;background-position:center;background-repeat:no-repeat}#XXmenu{position:absolute;left:0;bottom:0;width:100%;height:250px;background-color:gray;pointer-events:none;*/{}}#XXmenu.hide{display:none}XXsvg{width:60px;height:60px;fill:#fff}
