: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;display:flex;place-items:center;min-width:320px;min-height:100vh}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}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1e293b;line-height:1.6;display:grid;place-items:center;min-height:100vh;margin:0;padding:2rem}.app{width:100%;max-width:800px;background-color:transparent}.vendor-form{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;width:100%}.form-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;text-align:center}.form-header h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.form-description{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto}.validation-form{padding:2rem}.form-field{margin-bottom:1.5rem}.field-label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.field-label.required{color:#1f2937}.required-asterisk{color:#ef4444;margin-left:.25rem}.field-input,.field-select{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s ease;background-color:#fff;color:#1f2937}.field-input:focus,.field-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.field-input.error,.field-select.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.field-input::placeholder{color:#9ca3af}.field-format-hint{font-size:.75rem;color:#6b7280;margin-bottom:.25rem;font-style:italic;background-color:#f8fafc;padding:.25rem .5rem;border-radius:4px;border-left:3px solid #3b82f6}.country-info{margin-top:1rem;padding:1rem;background-color:#f8fafc;border-radius:8px;border-left:4px solid #667eea}.country-description{margin-bottom:.5rem;color:#4b5563}.payment-types{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.info-label{font-size:.875rem;color:#6b7280;font-weight:500}.payment-type-badge{background-color:#667eea;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.basic-fields,.dynamic-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.info-note{margin:1.5rem 0;padding:1rem;background-color:#e0f2fe;border-left:4px solid #0891b2;border-radius:6px}.info-note p{margin:0;color:#0c4a6e;font-size:.9rem;line-height:1.5}.info-note strong{color:#075985}.validation-results{margin:2rem 0;padding:1.5rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.results-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.validation-loading{display:flex;align-items:center;gap:.75rem;color:#6b7280;font-weight:500}.loading-spinner{width:20px;height:20px;border:2px solid #e5e7eb;border-top:2px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.results-section{margin-bottom:1.5rem}.results-section:last-child{margin-bottom:0}.section-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;margin-bottom:.75rem}.section-title.error{color:#dc2626}.section-title.warning{color:#d97706}.section-title.info{color:#0891b2}.section-title.success{color:#16a34a}.results-list{space-y:.5rem}.result-item{padding:.75rem;border-radius:6px;margin-bottom:.5rem}.result-item.error{background-color:#fef2f2;border-left:4px solid #dc2626}.result-item.warning{background-color:#fffbeb;border-left:4px solid #d97706}.result-item.info{background-color:#ecfeff;border-left:4px solid #0891b2}.result-item.success{background-color:#f0fdf4;border-left:4px solid #16a34a;display:flex;align-items:center;gap:.5rem}.result-field{font-weight:600;font-size:.875rem;margin-bottom:.25rem}.result-message{font-size:.875rem;line-height:1.5}.form-status{margin:2rem 0;padding:1rem;border-radius:8px;font-weight:500;text-align:center}.status-success{background-color:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.status-error{background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca}.status-warning{background-color:#fffbeb;color:#92400e;border:1px solid #fed7aa}.form-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.validate-button,.copy-button{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.05em}.validate-button{background-color:#667eea;color:#fff}.validate-button:hover:not(:disabled){background-color:#5a67d8;transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.validate-button.valid{background-color:#16a34a}.validate-button.valid:hover{background-color:#15803d;box-shadow:0 4px 12px #16a34a66}.validate-button:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.copy-button{background-color:#0891b2;color:#fff}.copy-button:hover{background-color:#0e7490;transform:translateY(-1px);box-shadow:0 4px 12px #0891b266}@media (max-width: 768px){.app{padding:1rem}.form-header{padding:1.5rem}.form-header h1{font-size:1.5rem}.validation-form{padding:1.5rem}.basic-fields,.dynamic-fields{grid-template-columns:1fr;gap:1rem}.form-actions{flex-direction:column;align-items:stretch}.validate-button,.copy-button{width:100%}}@media print{.form-actions{display:none}.validation-results{break-inside:avoid}}@media (prefers-contrast: high){.field-input,.field-select{border-width:3px}.payment-type-badge{border:2px solid currentColor}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.loading-spinner{animation:none}}
