.style_container__uB8Df{display:flex;justify-content:center;align-items:center;min-height:100vh;text-align:center;padding:1rem}.style_loading__LXt7K{display:flex;flex-direction:column;align-items:center;gap:1rem}.style_loading__LXt7K .style_spinner__zn_x_{animation:style_spin__rCBEH 1s linear infinite}.style_error__OI9tu{display:flex;flex-direction:column;align-items:center;gap:1rem;color:red}.style_error__OI9tu button{padding:.5rem 1rem;border-radius:4px;background:var(--primary-color);color:#fff;border:none;cursor:pointer}.style_error__OI9tu button:hover{opacity:.9}@keyframes style_spin__rCBEH{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}