:root{color-scheme:light;background:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#pet-app{width:100%;height:100%}html,body{margin:0;overflow:hidden}body{background:#fff}.stage-wrap{position:relative;width:100%;height:100%;overflow:hidden;cursor:grab;isolation:isolate}.stage-wrap:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;content:"";opacity:.32}.stage-wrap:after{position:absolute;right:12%;bottom:5%;left:12%;height:22%;z-index:-1;pointer-events:none;content:"";border-radius:50%}.stage-wrap.is-petting{cursor:grabbing}#live2d-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;touch-action:none}.loading-state{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:grid;place-content:center;justify-items:center;gap:15px;color:#eee8ffbd;pointer-events:none;transition:opacity .35s ease}.loading-state.is-hidden{opacity:0}.loading-state p{margin:0;font-size:14px}.loading-orbit{width:36px;height:36px;border:1px solid rgba(230,190,221,.3);border-top-color:#edb7dc;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
