:root{--docs-primary: #ff9800;--docs-primary-text: #ffb74d;--docs-primary-soft: rgba(255,152,0,.12);--docs-page: #141414;--docs-surface: #1f1f1f;--docs-surface-soft: #262626;--docs-border: #303030;--docs-text: rgba(255,255,255,.85);--docs-muted: rgba(255,255,255,.48);--docs-nav: #001628}.docs-page{min-height:100vh;color:var(--docs-text);background:var(--docs-page)}.docs-topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;height:70px;padding:0 max(24px,calc((100vw - 1180px)/2));border-bottom:1px solid rgba(255,255,255,.08);background:var(--docs-nav);box-shadow:0 2px 8px #0000001f}.docs-brand{display:flex;align-items:center;gap:11px;color:#fff}.docs-brand img{width:46px;height:46px;object-fit:contain}.docs-brand strong{font-size:16px;font-weight:650;letter-spacing:.01em}.docs-shell{display:grid;grid-template-columns:190px minmax(0,760px);gap:54px;width:min(100% - 48px,1080px);margin:0 auto;padding:50px 0 90px}.docs-sidebar{position:sticky;top:98px;align-self:start;display:grid;gap:3px}.docs-sidebar p{margin:0 0 12px;color:var(--docs-text);font-size:12px;font-weight:750;letter-spacing:.1em}.docs-sidebar a{padding:8px 11px;border-radius:6px;color:var(--docs-muted);font-size:13px;text-decoration:none;transition:color .15s,background .15s}.docs-sidebar a:hover{color:var(--docs-primary-text);background:var(--docs-primary-soft)}.docs-content{min-width:0}.docs-hero{padding:8px 0 35px}.audience-tag{display:inline-flex;padding:6px 10px;border-radius:6px;color:var(--docs-primary-text);background:var(--docs-primary-soft);font-size:11px;font-weight:750;letter-spacing:.08em}.docs-hero h1{margin:17px 0 12px;color:var(--docs-text);font-size:clamp(32px,6vw,46px);line-height:1.16;letter-spacing:-.04em}.docs-hero p{max-width:630px;margin:0;color:var(--docs-muted);font-size:16px;line-height:1.8}.quick-info{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;margin-bottom:58px;border:1px solid var(--docs-border);border-radius:8px;background:var(--docs-surface)}.quick-info div{display:grid;gap:7px;padding:17px;border-right:1px solid var(--docs-border)}.quick-info div:last-child{border-right:0}.quick-info span{color:var(--docs-muted);font-size:11px}.quick-info strong{color:var(--docs-text);font-size:13px}.api-base{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:-34px 0 58px;padding:16px 18px;border:1px solid rgba(255,152,0,.28);border-radius:8px;background:var(--docs-surface)}.api-base div{display:grid;gap:7px;min-width:0}.api-base span{color:var(--docs-muted);font-size:11px;font-weight:700;letter-spacing:.04em}.api-base code{overflow-wrap:anywhere;color:var(--docs-primary-text);font-size:12px}.api-base p{flex:none;margin:0;color:var(--docs-muted);font-size:11px}.doc-section{margin:0 0 64px;scroll-margin-top:92px}.section-kicker{margin:0 0 9px!important;color:var(--docs-primary-text)!important;font-size:11px!important;font-weight:750;letter-spacing:.12em}.doc-section h2{margin:0 0 14px;color:var(--docs-text);font-size:25px;letter-spacing:-.025em}.doc-section h3{margin:28px 0 10px;color:var(--docs-text);font-size:15px}.doc-section>p{margin:0 0 19px;color:var(--docs-muted);font-size:14px;line-height:1.8}.doc-section code{padding:2px 5px;border-radius:4px;color:var(--docs-primary-text);background:var(--docs-primary-soft);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.9em}.endpoint-title{display:flex;align-items:center;gap:11px;margin-bottom:14px}.endpoint-title h2{overflow-wrap:anywhere;margin:0;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:22px}.method{flex:none;padding:5px 8px;border-radius:6px;color:#67d5a4;background:#3dbb8224;font-size:10px;font-weight:800;letter-spacing:.06em}.param-table{overflow:hidden;margin:18px 0 24px;border:1px solid var(--docs-border);border-radius:8px;background:var(--docs-surface)}.param-table>div{display:grid;grid-template-columns:1.1fr .7fr 2fr;align-items:center;min-height:48px;padding:8px 15px;border-bottom:1px solid var(--docs-border);color:var(--docs-muted);font-size:12px}.param-table>div:last-child{border-bottom:0}.param-table .table-head{min-height:40px;color:var(--docs-muted);background:var(--docs-surface-soft);font-size:11px;font-weight:700}.param-table.five>div{grid-template-columns:1.2fr .65fr .55fr 2fr}.code-card{overflow:hidden;margin:17px 0;border:1px solid #383838;border-radius:8px;background:#101010;box-shadow:none}.code-card>div{display:flex;align-items:center;justify-content:space-between;padding:9px 13px;border-bottom:1px solid #303030;color:var(--docs-muted);background:#181818;font-size:11px}.code-card button{padding:4px 8px;border:1px solid #3a3a3a;border-radius:4px;color:var(--docs-text);background:#282828;font-size:10px}.code-card pre{overflow-x:auto;margin:0;padding:17px}.code-card code{padding:0;color:#ffffffc7;background:transparent;font-size:12px;line-height:1.75;white-space:pre}.callout{margin:20px 0;padding:17px 19px;border-left:3px solid #666;border-radius:0 8px 8px 0;color:var(--docs-muted);background:var(--docs-surface-soft);font-size:13px;line-height:1.7}.callout strong{color:var(--docs-text)}.callout ol{margin:9px 0 0;padding-left:20px}.callout p{margin:6px 0 0}.callout.accent{border-left-color:var(--docs-primary);background:var(--docs-primary-soft)}.callout.warning{border-left-color:#e4a11b;background:#e4a11b1a}.callout.warning strong{color:#f0bd57}.hint{padding:13px 15px;border-radius:8px;color:#e5bd6c!important;background:#e4a11b1a;font-size:12px!important}.field-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0 24px}.field-group{padding:16px;border:1px solid var(--docs-border);border-radius:8px;background:var(--docs-surface)}.field-group h3{margin:0 0 9px;color:var(--docs-text);font-size:13px}.field-group p{margin:0;color:var(--docs-muted);font-size:12px;line-height:1.75}.field-group code{white-space:nowrap}.status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.status-grid div{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid var(--docs-border);border-radius:8px;background:var(--docs-surface)}.status-grid b{display:grid;width:25px;height:25px;place-items:center;border-radius:6px;color:var(--docs-primary-text);background:var(--docs-primary-soft);font-size:11px}.status-grid span{color:var(--docs-muted);font-size:12px}.rule-list{display:grid;gap:10px}.rule-list>div{display:flex;gap:14px;padding:17px;border:1px solid var(--docs-border);border-radius:8px;background:var(--docs-surface)}.rule-list>div>b{color:#ffffff47;font-size:11px}.rule-list p{display:grid;gap:5px;margin:0}.rule-list strong{color:var(--docs-text);font-size:13px}.rule-list span{color:var(--docs-muted);font-size:12px;line-height:1.65}@media(max-width:760px){.docs-topbar{height:auto;min-height:62px;padding:10px 16px}.docs-brand strong{display:none}.docs-topbar nav a{padding:8px 10px}.docs-shell{display:block;width:min(100% - 32px,760px);padding:32px 0 60px}.docs-sidebar{display:none}.quick-info{grid-template-columns:repeat(2,1fr)}.quick-info div:nth-child(2){border-right:0}.quick-info div:nth-child(-n+2){border-bottom:1px solid var(--docs-border)}.status-grid{grid-template-columns:repeat(2,1fr)}.field-groups{grid-template-columns:1fr}}@media(max-width:520px){.docs-hero h1{font-size:32px}.docs-hero p{font-size:14px}.param-table{overflow-x:auto}.param-table>div{min-width:590px}.param-table.five>div{min-width:650px}.endpoint-title{align-items:flex-start}.endpoint-title h2{font-size:17px;line-height:1.5}.api-base{display:grid;margin-top:-30px}}:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,sans-serif;color:#17213a;background:#f5f7fb;font-synthesis:none}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button{font:inherit}button:not(:disabled){cursor:pointer}.page-shell{min-height:100vh;display:grid;place-items:center;padding:16px;background:radial-gradient(circle at 10% 0%,rgba(22,119,255,.12),transparent 34rem),radial-gradient(circle at 100% 100%,rgba(77,190,255,.1),transparent 32rem),#f5f7fb}.blank-page{min-height:100dvh;background:#fff}.payment-card{width:min(100%,500px);padding:20px 22px;border:1px solid rgba(113,139,181,.16);border-radius:22px;background:#fffffff5;box-shadow:0 22px 64px #2d487421}.page-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.brand-mark{display:grid;flex:0 0 52px;width:52px;height:52px;place-items:center;padding:9px;border:1px solid #e9eef6;border-radius:16px;background:#fff;box-shadow:0 6px 18px #22417014}.brand-mark img{display:block;width:100%;height:100%;object-fit:contain}.brand-mark-wide{flex-basis:112px;width:112px;padding:9px}.brand-mark-generic{color:#1677ff;background:#edf5ff}.brand-mark svg{width:31px;height:31px}.eyebrow{margin:0 0 3px;color:#1677ff;font-size:12px;font-weight:700;letter-spacing:.12em}h1{margin:0;color:#111a2d;font-size:22px;letter-spacing:-.02em}.status-row{display:flex;align-items:center;justify-content:space-between;padding:9px 13px;border-radius:12px;color:#7a879e;background:#f6f8fc;font-size:12px}.status-row strong{display:flex;align-items:center;gap:7px;color:#1677ff}.status-row i{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px #1677ff1a}.status-row .status-2{color:#13a06f}.status-row .status-3,.status-row .status-4,.status-row .status-5,.status-row .status-6{color:#d94b52}.countdown-row{display:flex;align-items:center;justify-content:space-between;margin-top:6px;padding:8px 13px;border-radius:12px;color:#7a879e;background:#fff7e8;font-size:12px}.countdown-row strong{color:#f06a20;font-size:15px;font-variant-numeric:tabular-nums}.amount-section{display:flex;align-items:center;justify-content:space-between;padding:11px 3px;text-align:left}.amount-section p{margin:0;color:#8793a8;font-size:12px}.amount-section div{color:#101a30;font-size:34px;font-weight:750;line-height:1.1;letter-spacing:-.04em}.amount-section span{margin-right:4px;font-size:19px;font-weight:650}.order-info{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr);margin:0;padding:0;overflow:hidden;border:1px solid #e8edf5;border-radius:14px}.order-info div{display:flex;min-width:0;min-height:48px;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;padding:6px 13px}.order-info div:first-child{border-right:1px solid #edf1f6}.order-info dt{flex:none;color:#8995a9;font-size:13px}.order-info dd{margin:0;color:#25314a;font-size:14px;font-weight:650;text-align:left}.order-info .copy-value{display:inline-flex;min-width:0;align-items:center;justify-content:flex-start;gap:7px}.order-info .tail-name{display:inline-flex;min-width:30px;align-items:center;justify-content:flex-start;gap:7px;color:#1677ff;font-size:18px}.copy-value button{display:inline-grid;width:28px;height:28px;flex:none;place-items:center;padding:0;border:0;border-radius:8px;color:#1677ff;background:#edf5ff;cursor:pointer}.copy-value button:active{transform:scale(.94)}.copy-value button svg{width:16px;height:16px}.payment-guide{margin-top:9px;padding:10px 12px;border:1px solid #dce9fb;border-radius:14px;background:linear-gradient(145deg,#f8fbff,#f1f7ff)}.payment-guide-heading{display:flex;align-items:center;gap:9px}.payment-guide-heading span{flex:none;padding:3px 7px;border-radius:6px;color:#fff;background:#1677ff;font-size:10px;font-weight:750;letter-spacing:.05em}.payment-guide-heading strong{color:#26334a;font-size:14px}.payment-guide ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 12px;margin:9px 0 0;padding:0;list-style:none}.payment-guide li{display:flex;align-items:flex-start;gap:8px}.payment-guide li:last-child{grid-column:1 / -1}.payment-guide li i{display:grid;width:22px;height:22px;flex:none;place-items:center;border-radius:50%;color:#1677ff;background:#fff;box-shadow:0 2px 8px #1677ff21;font-size:11px;font-style:normal;font-weight:800}.payment-guide li div{min-width:0;padding-top:1px}.payment-guide li strong{display:block;color:#34415a;font-size:12px;line-height:1.35}.payment-guide li p{margin:2px 0 0;color:#8591a6;font-size:11px;line-height:1.45}.qr-section{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:9px;padding:9px 13px;border-radius:14px;background:#f6f8fc;text-align:left}.qr-section canvas{display:block;width:156px;height:156px;flex:none;border-radius:7px;background:#fff;image-rendering:pixelated}.qr-section strong{color:#28344d;font-size:14px}.qr-section p{margin:6px 0 0;color:#8995aa;font-size:11px;line-height:1.5}.actions{display:grid;gap:9px;margin-top:10px}.actions button{width:100%;min-height:46px;border-radius:13px;font-weight:700;transition:transform .16s,box-shadow .16s,opacity .16s}.actions button:active:not(:disabled){transform:scale(.985)}.actions button:disabled{cursor:not-allowed;opacity:.5}.pay-button{display:flex;align-items:center;justify-content:center;gap:9px;border:0;color:#fff;background:linear-gradient(135deg,#1683ff,#0868e8);box-shadow:0 11px 25px #1677ff40}.pay-button svg{width:20px;fill:currentColor}.important-notice{margin-top:9px;padding:9px 12px;border:1px solid #f0dcb6;border-radius:13px;background:#fffaf1}.important-notice h2{margin:0;color:#955b18;font-size:12px;font-weight:750}.important-notice ol{margin:5px 0 0;padding-left:18px;color:#5d4b32;font-size:10px;line-height:1.45}.important-notice li{padding-left:2px}.important-notice li+li{margin-top:2px}.important-notice li::marker{color:#b97520;font-weight:700}.state-panel{display:grid;min-height:380px;place-items:center;align-content:center;color:#7d899e;text-align:center}.state-panel p{margin:14px 0 0;font-size:13px}.state-panel h2{margin:14px 0 0;color:#26324a;font-size:18px}.match-panel{display:flex;min-height:388px;flex-direction:column;align-items:center;padding:27px 0 8px;text-align:center}.match-visual{position:relative;display:grid;width:86px;height:86px;place-items:center;margin-bottom:21px;border-radius:50%;background:#edf5ff}.match-visual-ring{position:absolute;inset:-7px;border:1px solid rgba(22,119,255,.22);border-radius:50%;animation:match-pulse 2.4s ease-out infinite}.match-visual-core{display:grid;width:60px;height:60px;place-items:center;border-radius:20px;color:#1677ff;background:#fff;box-shadow:0 8px 25px #1677ff21}.match-visual-core svg{width:37px;height:37px}.match-kicker{margin:0 0 7px;color:#1677ff;font-size:12px;font-weight:700;letter-spacing:.08em}.match-panel h2{margin:0;color:#17213a;font-size:21px;line-height:1.4}.match-description{max-width:320px;margin:9px 0 0;color:#7b89a1;font-size:13px;line-height:1.7}.match-timer{display:flex;width:100%;align-items:center;justify-content:space-between;margin-top:23px;padding:15px 18px;border:1px solid #dceaff;border-radius:15px;color:#6c7e9b;background:linear-gradient(110deg,#f3f8ff,#f9fbff);font-size:13px}.match-timer strong{color:#1677ff;font-size:22px;font-variant-numeric:tabular-nums;letter-spacing:.02em}.match-summary{display:grid;width:100%;grid-template-columns:1fr 1fr;gap:14px 18px;margin-top:17px;padding:17px 18px;border:1px solid #e9eef5;border-radius:15px;text-align:left}.match-summary div{display:flex;min-width:0;flex-direction:column;gap:5px}.match-summary span{color:#91a0b4;font-size:11px}.match-summary strong{overflow:hidden;color:#26344d;font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.match-footnote{margin:15px 0 0;color:#9aa7b8;font-size:11px}.match-panel-timeout .match-visual{background:#fff4ed}.match-panel-timeout .match-visual-core{color:#da7940;box-shadow:0 8px 24px #da79401f}.match-panel-timeout .match-kicker{color:#c57545}.match-panel-timeout .match-summary{margin-top:25px}.match-notice-mask{position:fixed;z-index:25;inset:0;display:grid;place-items:center;padding:24px;background:#232f4275;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.match-notice{display:flex;flex-direction:column;align-items:center;gap:14px;width:min(100%,370px);padding:26px 24px 20px;border-radius:22px;background:#fff;box-shadow:0 20px 48px #151d2d3d;text-align:center}.match-notice-icon{display:grid;place-items:center;width:54px;height:54px;border:1px solid #ffc8c2;border-radius:17px;color:#e53935;background:#fff1ef}.match-notice-icon svg{width:25px;height:25px}.match-notice h2{margin:0;color:#17213a;font-size:22px}.match-notice p{margin:0;color:#39465e;font-size:14px;line-height:1.6}.match-notice .match-notice-warning{width:100%;padding:11px 13px;border:1px solid #f9d8a6;border-radius:11px;color:#955b18;background:#fffaf1;font-size:12px}.match-notice .match-notice-timer{color:#697b96;font-size:12px}.match-notice .pay-button{width:100%;min-height:48px;border-radius:12px;background:#e53935;box-shadow:0 8px 18px #e5393529;font-size:15px;font-weight:750;cursor:pointer}.match-notice .pay-button:disabled{opacity:.55;cursor:not-allowed}.spinner{border:2px solid rgba(22,119,255,.18);border-top-color:#1677ff;border-radius:50%;animation:spin .8s linear infinite}.spinner{width:30px;height:30px}.state-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;color:#d94850;background:#fff0f0;font-size:23px;font-weight:700}.error-state p{max-width:290px;line-height:1.6}.retry-button{margin-top:20px;padding:10px 22px;border:0;border-radius:11px;color:#fff;background:#1677ff;font-weight:650}.toast{position:fixed;bottom:calc(22px + env(safe-area-inset-bottom));left:50%;z-index:10;max-width:calc(100vw - 32px);padding:11px 17px;border-radius:999px;color:#fff;background:#10192ceb;box-shadow:0 8px 24px #10192c33;font-size:13px;white-space:nowrap;transform:translate(-50%)}.toast-enter-active,.toast-leave-active{transition:opacity .18s,transform .18s}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(-50%,10px)}.name-reminder-mask{position:fixed;z-index:30;inset:0;display:grid;place-items:center;padding:24px;background:#1c2b416e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.name-reminder{width:min(100%,410px);padding:36px 31px 30px;border-radius:30px;background:#fff;box-shadow:0 24px 70px #182a4640;text-align:center}.name-reminder-check{display:grid;width:62px;height:62px;place-items:center;margin:0 auto 23px;border-radius:50%;color:#1677ff;background:#e5f1ff}.name-reminder-check svg{width:34px;height:34px}.name-reminder h2{margin:0;color:#253957;font-size:24px;line-height:1.35}.name-reminder p{margin:14px 0 0;color:#7e8ba0;font-size:15px;line-height:1.6}.name-reminder>strong{display:block;margin:14px 0 28px;color:#d6533f;font-size:30px;line-height:1.2;letter-spacing:.08em}.name-reminder button{width:100%;min-height:56px;border:0;border-radius:18px;color:#fff;background:linear-gradient(100deg,#1478ef,#45a7ed);box-shadow:0 12px 27px #1677ff3b;font-size:17px;font-weight:750;cursor:pointer}.name-reminder button:active{transform:scale(.985)}.reminder-enter-active,.reminder-leave-active{transition:opacity .18s ease}.reminder-enter-active .name-reminder,.reminder-leave-active .name-reminder{transition:transform .18s ease,opacity .18s ease}.reminder-enter-from,.reminder-leave-to{opacity:0}.reminder-enter-from .name-reminder,.reminder-leave-to .name-reminder{opacity:0;transform:translateY(10px) scale(.97)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes match-pulse{0%{opacity:.8;transform:scale(.85)}75%,to{opacity:0;transform:scale(1.2)}}@media(prefers-reduced-motion:reduce){.match-visual-ring{animation:none}}@media(max-width:520px){.page-shell{display:block;padding:0;background:#fff}.payment-card{min-height:100dvh;padding:max(9px,env(safe-area-inset-top)) 14px calc(10px + env(safe-area-inset-bottom));border:0;border-radius:0;box-shadow:none}.page-header{gap:9px;margin-bottom:7px}.brand-mark{flex-basis:36px;width:36px;height:36px;padding:6px;border-radius:10px}.brand-mark-wide{flex-basis:72px;width:72px}.brand-mark svg{width:23px;height:23px}.eyebrow{margin-bottom:1px;font-size:9px}h1{font-size:17px}.status-row{padding:6px 10px;font-size:11px}.countdown-row{margin-top:5px;padding:6px 10px;font-size:11px}.countdown-row strong{font-size:14px}.amount-section{display:flex;align-items:center;justify-content:space-between;padding:8px 2px;text-align:left}.amount-section p{margin:0;font-size:11px}.amount-section div{font-size:30px}.amount-section span{margin-right:3px;font-size:17px}.order-info{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr);padding:0;overflow:hidden;border-radius:12px}.order-info div{min-width:0;min-height:47px;padding:6px 10px;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;border-bottom:0}.order-info div:first-child{border-right:1px solid #edf1f6}.order-info dt{font-size:10px}.order-info dd{max-width:100%;font-size:13px;text-align:left;white-space:nowrap}.order-info .copy-value{gap:5px}.copy-value button{width:26px;height:26px;border-radius:7px}.order-info .tail-name{justify-content:flex-start;gap:5px;font-size:16px}.payment-guide{margin-top:7px;padding:8px 9px;border-radius:12px}.payment-guide-heading{gap:6px}.payment-guide-heading span{padding:2px 5px;font-size:8px}.payment-guide-heading strong{font-size:11px}.payment-guide ol{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 8px;margin-top:7px}.payment-guide li{gap:6px}.payment-guide li:last-child{grid-column:1 / -1}.payment-guide li i{width:18px;height:18px;font-size:9px}.payment-guide li div{padding-top:0}.payment-guide li strong{font-size:10px;line-height:1.25}.payment-guide li p{margin-top:1px;font-size:9px;line-height:1.3}.qr-section{display:none}.actions{gap:7px;margin-top:8px}.actions button{min-height:42px;border-radius:11px;font-size:14px}.name-reminder{padding:31px 24px 25px;border-radius:26px}.name-reminder h2{font-size:21px}.name-reminder button{min-height:52px;font-size:16px}.important-notice{margin-top:7px;padding:7px 10px;border-radius:11px}.important-notice h2{font-size:11px}.important-notice ol{margin-top:4px;padding-left:16px;font-size:9px;line-height:1.35}.important-notice li{padding-left:0}.important-notice li+li{margin-top:2px}}@media(max-height:700px)and (max-width:520px){.payment-card{padding-top:max(7px,env(safe-area-inset-top))}.page-header{margin-bottom:5px}.amount-section{padding:5px 2px}.order-info div{min-height:42px}.payment-guide{margin-top:5px;padding-top:6px;padding-bottom:6px}.payment-guide ol{gap:4px 7px;margin-top:5px}.actions{margin-top:6px}.actions button{min-height:40px}.important-notice{margin-top:5px;padding-top:6px;padding-bottom:6px}.match-panel{padding-top:16px}.match-visual{width:72px;height:72px;margin-bottom:14px}.match-visual-core{width:52px;height:52px;border-radius:17px}.match-visual-core svg{width:32px;height:32px}.match-timer{margin-top:16px;padding:11px 15px}.match-summary{margin-top:12px;padding:13px 15px}}@media(min-height:701px)and (max-width:520px){.payment-card-paying{display:flex;flex-direction:column;justify-content:center}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
