:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#app{width:100%;min-height:100vh}.payment-page[data-v-f3d22420]{height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:16px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box}.loading[data-v-f3d22420]{text-align:center;color:#fff}.spinner[data-v-f3d22420]{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;margin:0 auto 20px;animation:spin-f3d22420 1s linear infinite}@keyframes spin-f3d22420{to{transform:rotate(360deg)}}.payment-form[data-v-f3d22420]{background:#fff;border-radius:16px;padding:20px;max-width:400px;width:100%;max-height:calc(100vh - 32px);display:flex;flex-direction:column;box-sizing:border-box;box-shadow:0 10px 40px #0000004d;overflow:hidden}.header[data-v-f3d22420]{text-align:center;margin-bottom:16px;flex-shrink:0}.header h1[data-v-f3d22420]{font-size:22px;color:#333;margin:0 0 4px;font-weight:700}.subtitle[data-v-f3d22420]{color:#999;font-size:12px;margin:0}.amount-display-section[data-v-f3d22420]{margin-bottom:12px;flex-shrink:0}.amount-label[data-v-f3d22420]{font-size:11px;color:#999;margin-bottom:6px;text-align:center}.amount-display[data-v-f3d22420]{display:flex;align-items:baseline;justify-content:center;padding:12px;background:#f8f9fa;border-radius:10px;min-height:50px}.currency[data-v-f3d22420]{font-size:22px;color:#666;margin-right:4px}.amount-value[data-v-f3d22420]{font-size:32px;font-weight:700;color:#333;letter-spacing:.5px}.error-message[data-v-f3d22420]{color:#f44;font-size:12px;margin-top:8px;text-align:center}.keypad[data-v-f3d22420]{margin-bottom:12px;flex-shrink:0}.keypad-row[data-v-f3d22420]{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:8px}.keypad-row[data-v-f3d22420]:last-child{margin-bottom:0}.key[data-v-f3d22420]{background:#f5f5f5;border:none;border-radius:8px;padding:14px;font-size:20px;font-weight:600;color:#333;cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.key[data-v-f3d22420]:active{background:#e0e0e0;transform:scale(.95)}.delete-key[data-v-f3d22420]{background:#fff3e0;color:#ff9800}.delete-key[data-v-f3d22420]:active{background:#ffe0b2}.delete-icon[data-v-f3d22420]{font-size:22px}.description-section[data-v-f3d22420]{margin-bottom:12px;flex-shrink:0}.description-section label[data-v-f3d22420]{display:block;font-size:11px;color:#666;margin-bottom:6px}.description-section textarea[data-v-f3d22420]{width:100%;border:1px solid #e0e0e0;border-radius:8px;padding:8px;font-size:13px;resize:none;transition:all .2s;box-sizing:border-box;font-family:inherit}.description-section textarea[data-v-f3d22420]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.action-buttons[data-v-f3d22420]{display:grid;grid-template-columns:1fr 2fr;gap:8px;margin-bottom:10px;flex-shrink:0}.clear-button[data-v-f3d22420]{background:#f5f5f5;color:#666;border:none;border-radius:8px;padding:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;touch-action:manipulation}.clear-button[data-v-f3d22420]:active{background:#e0e0e0;transform:scale(.98)}.pay-button[data-v-f3d22420]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;padding:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;touch-action:manipulation}.pay-button[data-v-f3d22420]:active:not(:disabled){transform:scale(.98);box-shadow:0 5px 15px #667eea4d}.pay-button[data-v-f3d22420]:disabled{opacity:.5;cursor:not-allowed}.tips[data-v-f3d22420]{font-size:10px;color:#999;text-align:center;flex-shrink:0}.tips p[data-v-f3d22420]{margin:4px 0}.payment-result[data-v-f3d22420]{background:#fff;border-radius:16px;padding:30px 20px;max-width:400px;width:100%;max-height:calc(100vh - 32px);box-sizing:border-box;text-align:center;box-shadow:0 10px 40px #0000004d;overflow:hidden}.result-success .icon[data-v-f3d22420],.result-fail .icon[data-v-f3d22420]{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;margin:0 auto 20px}.result-success .icon[data-v-f3d22420]{background:#4caf50;color:#fff}.result-fail .icon[data-v-f3d22420]{background:#f44;color:#fff}.result-success h2[data-v-f3d22420]{color:#4caf50;margin:0 0 20px}.result-fail h2[data-v-f3d22420]{color:#f44;margin:0 0 20px}.result-success .amount[data-v-f3d22420]{font-size:36px;font-weight:600;color:#333;margin:0 0 10px}.result-success .time[data-v-f3d22420]{color:#999;font-size:14px}.result-fail .error[data-v-f3d22420]{color:#666;margin:20px 0}.retry-button[data-v-f3d22420]{background:#667eea;color:#fff;border:none;border-radius:12px;padding:12px 32px;font-size:16px;cursor:pointer;transition:all .3s}.retry-button[data-v-f3d22420]:active{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}@media(max-height:700px){.payment-form[data-v-f3d22420]{padding:16px}.header[data-v-f3d22420]{margin-bottom:12px}.header h1[data-v-f3d22420]{font-size:20px}.subtitle[data-v-f3d22420]{font-size:11px}.amount-display-section[data-v-f3d22420]{margin-bottom:10px}.amount-display[data-v-f3d22420]{padding:10px;min-height:45px}.amount-value[data-v-f3d22420]{font-size:28px}.currency[data-v-f3d22420]{font-size:20px}.keypad[data-v-f3d22420]{margin-bottom:10px}.keypad-row[data-v-f3d22420]{gap:6px;margin-bottom:6px}.key[data-v-f3d22420]{padding:12px;font-size:18px}.delete-icon[data-v-f3d22420]{font-size:20px}.description-section[data-v-f3d22420]{margin-bottom:10px}.description-section textarea[data-v-f3d22420]{padding:6px;font-size:12px}.action-buttons[data-v-f3d22420]{margin-bottom:8px;gap:6px}.clear-button[data-v-f3d22420],.pay-button[data-v-f3d22420]{padding:10px;font-size:13px}.tips[data-v-f3d22420]{font-size:9px}.tips p[data-v-f3d22420]{margin:3px 0}}@media(max-height:600px){.payment-page[data-v-f3d22420]{padding:12px}.payment-form[data-v-f3d22420]{padding:12px;max-height:calc(100vh - 24px)}.header[data-v-f3d22420]{margin-bottom:8px}.header h1[data-v-f3d22420]{font-size:18px;margin-bottom:2px}.subtitle[data-v-f3d22420]{font-size:10px}.amount-display-section[data-v-f3d22420]{margin-bottom:8px}.amount-label[data-v-f3d22420]{margin-bottom:4px;font-size:10px}.amount-display[data-v-f3d22420]{padding:8px;min-height:40px}.amount-value[data-v-f3d22420]{font-size:24px}.currency[data-v-f3d22420]{font-size:18px}.keypad[data-v-f3d22420]{margin-bottom:8px}.keypad-row[data-v-f3d22420]{gap:5px;margin-bottom:5px}.key[data-v-f3d22420]{padding:10px;font-size:16px;border-radius:6px}.delete-icon[data-v-f3d22420]{font-size:18px}.description-section[data-v-f3d22420]{margin-bottom:8px}.description-section label[data-v-f3d22420]{margin-bottom:4px;font-size:10px}.description-section textarea[data-v-f3d22420]{padding:6px;font-size:11px}.action-buttons[data-v-f3d22420]{margin-bottom:6px;gap:5px}.clear-button[data-v-f3d22420],.pay-button[data-v-f3d22420]{padding:8px;font-size:12px;border-radius:6px}.tips[data-v-f3d22420]{font-size:8px}.tips p[data-v-f3d22420]{margin:2px 0}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;position:fixed;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-overflow-scrolling:touch}#app{width:100%;height:100%;overflow:hidden}
