.styles_container__w0HXQ{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:2rem}.styles_loadingSection__a7N_M{text-align:center;max-width:500px}.styles_loadingSection__a7N_M h2{margin-bottom:1rem;color:var(--primary-color);font-size:1.8rem}.styles_loadingSection__a7N_M p{margin-bottom:1rem;color:var(--text-color);font-size:1.1rem;line-height:1.5}.styles_loadingSection__a7N_M .styles_price__jzHXq{font-size:1.3rem;color:var(--primary-color)}.styles_loadingSection__a7N_M .styles_price__jzHXq strong{font-weight:700}.styles_spinner__NDiEH{width:60px;height:60px;border:4px solid #f3f3f3;border-top:4px solid var(--primary-color);border-radius:50%;animation:styles_spin__tVUvA 1s linear infinite;margin:0 auto 2rem}@keyframes styles_spin__tVUvA{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_error__nV4Q6 h2{color:#dc2626;margin-bottom:1rem}.styles_error__nV4Q6 p{color:var(--text-color);margin-bottom:2rem}.styles_error__nV4Q6 .styles_retryButton__zt07D{background:var(--primary-color);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.styles_error__nV4Q6 .styles_retryButton__zt07D:hover{background:var(--primary-dark)}.styles_error__nV4Q6 .styles_retryButton__zt07D:disabled{opacity:.6;cursor:not-allowed}