*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8fafc;background-repeat:no-repeat;background-position:bottom center;background-size:cover;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;position:relative}body:before,body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:bottom center;background-size:cover;pointer-events:none;z-index:-1;transition:opacity 2s ease-in-out}.container{width:100%;max-width:420px;position:relative;z-index:1}.payment-form-container{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 8px 32px #0000001a;padding:24px;border:1px solid rgba(226,232,240,.8)}.business-header{text-align:center;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e2e8f0}.business-icon{width:56px;height:56px;border-radius:8px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;font-size:24px;background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.business-logo{width:56px;height:56px;border-radius:8px;margin:0 auto 12px;display:block;object-fit:cover}.business-name{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:4px}.payment-info{text-align:center;margin-bottom:24px}.payment-title{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:4px}.payment-description{color:#64748b;font-size:14px;line-height:1.4}.form-group{margin-bottom:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-label{display:block;margin-bottom:6px;font-weight:500;color:#374151;font-size:14px}.form-label .required{color:#ef4444}.form-input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .2s ease;background:#fff}.form-input:focus{outline:none;border-color:#3a86ff;box-shadow:0 0 0 3px #3a86ff1f}.form-input::placeholder{color:#9ca3af}textarea.form-input{resize:vertical;min-height:80px}.amount-section{margin-bottom:20px}.amount-input-container{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:6px;background:#fff;overflow:hidden;transition:border-color .2s ease}.amount-input-container:focus-within{border-color:#3a86ff;box-shadow:0 0 0 3px #3a86ff1f}.currency-display{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f8fafc;border-right:1px solid #e2e8f0;color:#374151;font-weight:500;font-size:14px}.currency-flag{width:18px;height:12px;border-radius:2px;background:linear-gradient(to bottom,#008751 33%,#fff 33% 66%,#008751 66%);display:inline-block}.amount-input{flex:1;padding:10px 12px;border:none;background:transparent;font-size:14px;outline:none}.amount-input::placeholder{color:#9ca3af}.amount-display{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px}.amount-display .currency{font-weight:500;color:#374151}.amount-display .amount-value{font-size:18px;font-weight:600;color:#1e293b}.pay-button{width:100%;background:#3a86ff;color:#fff;padding:12px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.pay-button:hover:not(:disabled){background:#2563eb}.pay-button:disabled{opacity:.6;cursor:not-allowed}.pay-button.loading{position:relative;color:transparent}.pay-button.loading:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid #ffffff;border-radius:50%;border-top-color:transparent;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.result-container{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 8px 32px #0000001a;padding:32px 24px;text-align:center;border:1px solid rgba(226,232,240,.8)}.success-icon,.failure-icon{font-size:48px;margin-bottom:16px}.result-container h2{font-size:20px;font-weight:600;margin-bottom:8px;color:#1e293b}.result-container p{color:#64748b;font-size:14px;margin-bottom:20px;line-height:1.4}.secondary-button{background:#f8fafc;color:#374151;padding:10px 20px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.secondary-button:hover{background:#f1f5f9}.hidden{display:none}.powered-by{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:20px;opacity:.85;transition:opacity .3s ease}.powered-by:hover{opacity:1}.powered-by span{font-size:16px;color:#fff;font-weight:500;letter-spacing:.025em;text-shadow:0 1px 2px rgba(0,0,0,.3)}.powered-by-logo{height:22px;width:auto;filter:drop-shadow(0 1px 2px rgba(0,0,0,.15))}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:12px;border-radius:6px;margin-bottom:16px;font-size:14px}.loading-container{text-align:center;padding:40px 20px;color:#64748b}.radio-group,.checkbox-group{display:flex;flex-direction:column;gap:8px}.radio-option,.checkbox-option{display:flex;align-items:center;gap:8px}.radio-option input[type=radio],.checkbox-option input[type=checkbox]{width:18px;height:18px;cursor:pointer}.radio-option label,.checkbox-option label{font-weight:400;cursor:pointer;margin-bottom:0}.select-input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;cursor:pointer}.select-input:focus{outline:none;border-color:#3a86ff;box-shadow:0 0 0 3px #3a86ff1f}.welcome-container{width:100%;max-width:600px;position:relative;z-index:1}.welcome-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:48px 32px;border:1px solid rgba(226,232,240,.8)}.welcome-header{text-align:center;margin-bottom:32px;display:flex;flex-direction:column;align-items:center}.welcome-logo{height:48px;width:auto;margin-bottom:24px;display:block}.welcome-title{font-size:28px;font-weight:700;color:#1e293b;margin-bottom:12px;letter-spacing:-.5px}.welcome-subtitle{color:#64748b;font-size:15px;line-height:1.6;max-width:480px;margin:0 auto}.welcome-divider{height:1px;background:linear-gradient(to right,transparent,#e2e8f0,transparent);margin-bottom:32px}.welcome-links{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.welcome-link{display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;transition:all .2s ease;cursor:pointer}.welcome-link:hover{background:#f8fafc;border-color:#3a86ff;transform:translate(4px);box-shadow:0 4px 12px #3a86ff1f}.welcome-link-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f8fafc;border-radius:8px;color:#64748b;flex-shrink:0;transition:all .2s ease}.welcome-link:hover .welcome-link-icon{background:#3a86ff;color:#fff}.welcome-link-content{flex:1}.welcome-link-title{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:4px}.welcome-link-description{font-size:14px;color:#64748b;line-height:1.4;margin:0}.welcome-link-arrow{color:#94a3b8;flex-shrink:0;transition:all .2s ease}.welcome-link:hover .welcome-link-arrow{color:#3a86ff;transform:translate(4px)}.welcome-footer{text-align:center;padding:20px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.welcome-footer p{font-size:14px;color:#1e293b;margin:0 0 8px}.welcome-footer-hint{font-size:13px!important;color:#64748b!important}.welcome-footer code{background:#e2e8f0;padding:3px 8px;border-radius:4px;font-size:12px;font-family:Monaco,Courier New,monospace;color:#475569}@media(max-width:480px){.container,.welcome-container{max-width:100%;padding:16px}.payment-form-container,.result-container{padding:20px}.welcome-card{padding:32px 20px}.welcome-title{font-size:24px}.welcome-subtitle{font-size:14px}.welcome-link{padding:16px 20px}.welcome-link-title{font-size:15px}.welcome-link-description{font-size:13px}.form-row{grid-template-columns:1fr;gap:16px}.business-icon,.business-logo{width:48px;height:48px}}
