.stripeBox{padding:20px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.stripeCenter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100vh}.loaderWrap{text-align:center;width:100%}.spinner{width:56px;height:56px;margin:0 auto 16px;border-radius:50%;border:6px solid rgba(0,0,0,.08);border-top-color:#3a49f9;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.success-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.success-card{background:#fff;padding:40px;border-radius:12px;-webkit-box-shadow:0 8px 25px rgba(0,0,0,.08);box-shadow:0 8px 25px rgba(0,0,0,.08);text-align:center;max-width:420px;width:100%}.success-icon{font-size:48px;color:#28a745;margin-bottom:15px}.success-title{font-weight:600;margin-bottom:15px}.success-message{color:#555;margin-bottom:10px}.success-subtext{font-size:14px;color:#888;margin-bottom:25px}.redirect-btn{padding:8px 20px;border-radius:8px}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.message .muted{color:#374151;font-weight:500}.success{color:#16a34a;font-weight:600}.error{color:#dc2626;font-weight:600}