*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:20px}.container{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;max-width:800px;overflow:hidden;width:100%}.header{background:linear-gradient(135deg,#6b73ff,#000dff);color:#fff;padding:40px;text-align:center}.header h1{font-size:2.2rem;font-weight:600;margin-bottom:10px}.header p{font-size:1.1rem;opacity:.9}.content{padding:40px}.product-section{margin-bottom:40px;text-align:center}.product-card{background:#f8f9ff;border:2px solid #e8ecff;border-radius:15px;margin-bottom:30px;padding:30px}.product-title{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:10px}.product-description{color:#666;line-height:1.6;margin-bottom:20px}.product-price{color:#6b73ff;font-size:2rem;font-weight:700;margin-bottom:20px}.amount-selector{margin:20px 0}.amount-selector label{color:#333;display:block;font-weight:600;margin-bottom:10px}.amount-input{border:2px solid #e8ecff;border-radius:8px;font-size:1.1rem;max-width:200px;padding:12px 16px;text-align:center;transition:border-color .3s ease;width:100%}.amount-input:focus{border-color:#6b73ff;outline:none}.checkout-form{background:#f8f9ff;border:2px solid #e8ecff;border-radius:15px;padding:30px}.form-title{color:#333;font-size:1.3rem;font-weight:600;text-align:center}.form-title,.payment-element{margin-bottom:20px}.pay-button{background:linear-gradient(135deg,#6b73ff,#000dff);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:.5px;padding:16px 24px;text-transform:uppercase;transition:all .3s ease;width:100%}.pay-button:hover:not(:disabled){box-shadow:0 8px 20px #6b73ff4d;transform:translateY(-2px)}.pay-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.loading{align-items:center;display:flex;justify-content:center;padding:20px}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #ccc;border-radius:50%;border-top-color:#6b73ff;height:20px;margin-right:10px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error{background:#ffe8e8;border-left:4px solid #ff4757;color:#ff4757}.error,.success{border-radius:8px;margin:20px 0;padding:15px}.success{background:#e8ffe8;border-left:4px solid #2ed573;color:#2ed573;text-align:center}.test-cards{background:#fff7e6;border:2px solid #ffa726;border-radius:12px;margin-top:30px;padding:20px}.test-cards h3{color:#e65100;font-size:1.1rem;margin-bottom:15px}.test-cards ul{list-style:none}.test-cards li{color:#bf360c;font-family:Courier New,monospace;padding:8px 0}.test-cards li strong{color:#e65100}@media (max-width:768px){.container{margin:10px}.header{padding:30px 20px}.header h1{font-size:1.8rem}.checkout-form,.content,.product-card{padding:20px}}
/*# sourceMappingURL=main.df261e9b.css.map*/