:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;min-width:320px}#root{width:100%;height:100%;display:flex;justify-content:center;align-items:center}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.payment-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:24px 12px;background:#f5f6fb}.payment-box{width:100%;max-width:420px;background:#fff;border-radius:8px;box-shadow:0 18px 45px #0f172a24;padding:24px 22px 26px;direction:rtl;text-align:right;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:relative}.business-logo-container{display:flex;justify-content:center;align-items:center;margin-bottom:12px}.business-logo{max-width:96px;max-height:96px;border-radius:16px;object-fit:contain;box-shadow:0 4px 12px #0f172a1f}.payment-title{margin:0 0 12px;font-size:1.4rem;font-weight:700;color:#1f2933}.business-info{border-radius:18px;background:#f7f7fb;padding:16px;margin-bottom:14px}.business-info-content{display:flex;align-items:center;justify-content:space-between;gap:20px;direction:ltr}.business-info-logo{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:80px;height:80px}.business-info-logo-img{max-width:100%;max-height:100%;object-fit:contain}.business-info-details{flex:1;display:flex;flex-direction:column;justify-content:flex-start;direction:rtl;text-align:right}.business-name{margin:0 0 4px;font-size:1rem;font-weight:700;color:#303058}.business-detail{margin:0;font-size:.86rem;color:#707089}.detail-label{font-weight:600}.payment-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px}.payment-method-label{font-size:.93rem;font-weight:600;color:#8b8ca0}.payment-card-logos{display:flex;gap:6px;direction:ltr}.payment-banner-container{display:flex;justify-content:center;align-items:center}.payment-banner{max-width:150%;width:100%;height:120px;border-radius:12px;object-fit:contain}.card-logo{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:6px;background:#fff;font-size:.7rem;font-weight:700;color:#444;box-shadow:0 1px 3px #0f172a14;min-width:42px}.card-logo.visa{color:#1a1f71}.card-logo.mc{color:#fff;background:linear-gradient(90deg,#ff5f00,#eb001b,#f79e1b)}.card-logo.amex{color:#fff;background:#016fd0}.payment-form{display:flex;flex-direction:column;gap:12px}.form-group{display:flex;flex-direction:column}.payment-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.payment-box label{font-size:.9rem;font-weight:600;color:#8b8ca0;margin-bottom:4px}.payment-box input{width:100%;border-radius:14px;border:2px solid #e3e3e8;background:#fafafd;padding:.9rem .85rem;font-size:.98rem;color:#33384a;outline:none;transition:border .18s ease,box-shadow .18s ease,background .18s ease;box-sizing:border-box}.payment-box input::placeholder{color:#c2c3cf}.payment-box input:focus{border-color:#6f4cf3;box-shadow:0 0 0 2px #6f4cf333;background:#fff}.pay-button{width:100%;border:none;border-radius:20px;margin-top:8px;padding:.95rem 0;font-size:1.05rem;font-weight:600;cursor:pointer;background:#6c47e5;color:#fff;text-align:center;box-shadow:0 3px 12px #6c47e559;transition:background .18s ease,transform .12s ease,box-shadow .18s ease}.pay-button:hover{background:#5430c8;transform:translateY(-2px);box-shadow:0 6px 20px #5430c866}.pay-button:active{transform:translateY(0);box-shadow:0 2px 10px #5430c859}.loading-container{display:flex;flex-direction:column;align-items:center;gap:10px;margin:10px 0}.loading-text{font-size:.9rem;color:#6f4cf3;font-weight:600}.spinner{width:42px;height:42px;border-radius:999px;border:4px solid #e6e6f4;border-top-color:#6f4cf3;animation:spin 1s linear infinite}.processing-overlay{position:absolute;inset:0;background:#ffffffd9;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:28px;z-index:40}.processing-text{margin-top:12px;font-size:1rem;color:#6f4cf3;font-weight:700}.error-text{margin:6px 0 0;font-size:.9rem;color:#b3261e;background:#fde9e9;border-radius:10px;padding:8px 10px}.payment-success{margin-top:10px;border-radius:14px;padding:1rem;background:linear-gradient(135deg,#4ade80,#16a34a);color:#fff;text-align:center;font-weight:600;font-size:1rem}.input-with-icon{position:relative;display:flex;align-items:center;width:100%}.input-icon{position:absolute;right:12px;color:#8b8ca0;font-size:1rem;pointer-events:none;transition:color .18s ease}.input-with-icon input{padding-right:36px}.input-with-icon input:focus+.input-icon,.input-with-icon input:focus~.input-icon{color:#6f4cf3}@media(max-width:480px){.payment-container{align-items:flex-start;padding:18px 10px}.payment-box{max-width:100%;padding:18px 16px 20px;border-radius:22px}.payment-row{grid-template-columns:1fr}.payment-title{font-size:1.25rem}.pay-button{font-size:.98rem;padding:.9rem 0}}@media(min-width:768px)and (max-width:1199px){.payment-box{max-width:460px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{direction:rtl;text-align:right}.notfound-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.notfound-box{background:#fff;border-radius:18px;box-shadow:0 20px 60px #0000004d;padding:3rem 2rem;width:100%;max-width:500px;display:flex;flex-direction:column;gap:1.5rem;text-align:center}.notfound-icon{font-size:4rem;margin:0}.notfound-title{margin:0;font-size:2.5rem;font-weight:700;color:#303058}@media(max-width:480px){.notfound-box{padding:2rem 1.5rem;gap:1.2rem}.notfound-icon{font-size:3rem}.notfound-title{font-size:2rem}.notfound-message{font-size:1rem}.notfound-details,.notfound-suggestions{padding:1rem}.notfound-button{padding:.85rem;font-size:.95rem}}@media(min-width:481px)and (max-width:768px){.notfound-box{padding:2.5rem 2rem}.notfound-icon{font-size:3.5rem}.notfound-title{font-size:2.2rem}}@media(min-width:1200px){.notfound-box{max-width:550px;padding:3.5rem 2.5rem}.notfound-icon{font-size:4.5rem}.notfound-title{font-size:2.8rem}.notfound-message{font-size:1.2rem}.notfound-button{padding:1.1rem;font-size:1.1rem}}
