*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0f1117;color:#e4e6ef;line-height:1.5;-webkit-font-smoothing:antialiased}.pay-center{display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding:20px}.pay-spinner{width:32px;height:32px;border:3px solid #2e3140;border-top-color:#6366f1;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pay-card{background:#1c1f2b;border:1px solid #2e3140;border-radius:16px;padding:36px 32px;width:100%;max-width:420px}.pay-header{display:flex;align-items:center;gap:12px;margin-bottom:28px;color:#6366f1}.pay-header h1{font-size:1.3rem;font-weight:600;color:#e4e6ef}.pay-details{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.pay-row{display:flex;justify-content:space-between;align-items:center;font-size:.92rem}.pay-row span:first-child{color:#6b7280}.pay-row strong{color:#e4e6ef;font-weight:500}.pay-row--total{padding-top:14px;border-top:1px solid #2e3140;font-size:1.05rem}.pay-row--total strong{font-size:1.2rem;font-weight:700;color:#6366f1}.pay-items{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.pay-items__label{font-size:.8rem;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.pay-item{display:flex;flex-direction:column;gap:2px;padding:10px 14px;background:#262938;border-radius:8px}.pay-item strong{font-size:.92rem;font-weight:500;color:#e4e6ef}.pay-item span{font-size:.82rem;color:#9ca3af}.pay-error{background:#ef44441f;color:#ef4444;padding:12px 16px;border-radius:8px;font-size:.85rem;margin-bottom:16px}.pay-form{display:flex;flex-direction:column;gap:14px}.pay-form input{width:100%;padding:14px 16px;background:#262938;border:1px solid #2e3140;border-radius:10px;color:#e4e6ef;font-size:.95rem;outline:none;transition:border-color .2s}.pay-form input::placeholder{color:#6b7280}.pay-form input:focus{border-color:#6366f1}.pay-form button{width:100%;padding:16px;background:#6366f1;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.pay-form button:hover{background:#818cf8}.pay-form button:disabled{opacity:.6;cursor:not-allowed}.pay-secure{text-align:center;margin-top:20px;font-size:.8rem;color:#6b7280}.pay-result{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.pay-result h1{font-size:1.3rem;font-weight:600}.pay-result p{color:#9ca3af;font-size:.95rem}.pay-result__icon{margin-bottom:8px}.pay-result__icon--success{color:#10b981}.pay-result__icon--fail{color:#ef4444}@media (max-width: 480px){.pay-card{padding:28px 20px;border-radius:12px}.pay-header h1{font-size:1.15rem}.pay-form button{padding:14px;font-size:.95rem}.pay-row{font-size:.85rem}.pay-row--total strong{font-size:1.1rem}}
