*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Pretendard,Malgun Gothic,sans-serif;background:#f5f6f8;color:#1b1d28}.wrapper{display:flex;flex-direction:column;align-items:center;padding:48px 16px;min-height:100vh}.box_section{width:100%;max-width:560px;background:#ffffff;border-radius:16px;padding:32px 24px;margin-bottom:24px;box-shadow:0 2px 12px rgba(0,0,0,.06);text-align:center}.title{font-size:22px;font-weight:700;margin:0 0 4px}.subtitle{font-size:14px;color:#6b7280;margin:0 0 24px}.amount{font-size:28px;font-weight:800;color:#3182f6;margin:8px 0 24px}.button{width:100%;padding:14px 0;border:none;border-radius:10px;background:#3182f6;color:#ffffff;font-size:16px;font-weight:700;cursor:pointer;transition:background .15s ease}.button:hover:not(:disabled){background:#1b64da}.button:disabled{background:#c4c8d0;cursor:not-allowed}.button--sub{background:#e8f3ff;color:#1b64da}.button--sub:hover:not(:disabled){background:#d2e6ff}.result-grid{display:flex;justify-content:space-between;padding:10px 0;font-size:14px;border-bottom:1px solid #f1f2f4;word-break:break-all;gap:16px}.result-grid .label{color:#6b7280;white-space:nowrap}.result-grid .value{text-align:right;font-weight:600}.status-icon{width:72px;height:72px;margin-bottom:8px}.error-text{color:#f04452;font-weight:600}pre.response{text-align:left;background:#f9fafb;border-radius:8px;padding:16px;font-size:12px;overflow-x:auto;white-space:pre-wrap;word-break:break-all}