.app-status{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;width:100%;min-height:max(100%,260px);flex:1 1 auto;padding:48px 24px;box-sizing:border-box;background:#f5f4f0;font-family:Noto Sans JP,sans-serif;text-align:center}.app-status-spinner{width:42px;height:42px;border-radius:50%;border:3px solid #e5e2dc;border-top-color:#00bec3;animation:appStatusSpin .8s linear infinite}@keyframes appStatusSpin{to{transform:rotate(360deg)}}.app-status-text{margin:0;font-size:13px;font-weight:500;letter-spacing:.14em;color:#6b6560}.app-status-text:after{content:"";animation:appStatusDots 1.4s steps(4,end) infinite}@keyframes appStatusDots{0%{content:""}25%{content:"・"}50%{content:"・・"}75%{content:"・・・"}}.app-status-badge{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#e6001214;color:#00bec3}.app-status-badge--info{background:#1111110f;color:#6b6560}.app-status-error-title{margin:0;font-size:15px;font-weight:700;letter-spacing:.08em;color:#111}.app-status-error-msg{margin:0;max-width:22em;font-size:13px;line-height:1.8;letter-spacing:.04em;color:#6b6560}
