*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f5f6f8;color:#1a1a2e}.pay-status-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.card{background:#fff;border-radius:12px;box-shadow:0 2px 16px #00000014;padding:40px 32px;max-width:420px;width:100%;text-align:center}.card h1{font-size:1.15rem;margin:0 0 12px}.card p{margin:0;color:#545a6b;line-height:1.5}.card-error h1{color:#b3261e}.spinner{width:32px;height:32px;margin:0 auto 16px;border:3px solid #e0e2e8;border-top-color:#3b5bfd;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.card-success .paid-message{color:#1b7f3b;font-weight:700;font-size:1.15rem;margin:0}.card-branded{border-top:4px solid var(--brand)}.card-brand{margin-bottom:20px}.card-logo{display:block;max-width:180px;max-height:64px;margin:0 auto 8px;object-fit:contain}.card-brand-name{font-weight:600;color:#1a1a2e}.card-button{display:inline-block;margin-top:24px;padding:10px 20px;border-radius:8px;background:var(--brand, #3b5bfd);color:var(--brand-text, #ffffff);font-weight:600;text-decoration:none}.card-button:hover{opacity:.9}
