.shop-module__NyGT-q__root{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.shop-module__NyGT-q__header{z-index:50;background:var(--surface);border-bottom:1px solid var(--line);align-items:center;gap:10px;padding:12px 14px;display:flex;position:sticky;top:0}.shop-module__NyGT-q__backBtn{background:var(--surface2);cursor:pointer;width:36px;height:36px;color:var(--ink);border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.shop-module__NyGT-q__backBtn:active{background:var(--line)}.shop-module__NyGT-q__headerTitle{color:var(--ink);font-size:15px;font-weight:800}.shop-module__NyGT-q__headerSub{color:var(--mute);font-size:11px}.shop-module__NyGT-q__safeBadge{background:var(--primary-t);color:var(--primary-d);border-radius:8px;flex-shrink:0;padding:5px 9px;font-size:10px;font-weight:700}.shop-module__NyGT-q__content{flex-direction:column;flex:1;gap:10px;padding:14px 14px 80px;display:flex}.shop-module__NyGT-q__productCard{background:var(--surface);border:1.5px solid var(--line);cursor:pointer;text-align:left;border-radius:12px;align-items:center;gap:12px;padding:14px;transition:border-color .15s,box-shadow .15s;display:flex}.shop-module__NyGT-q__productCard:active{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-s)}.shop-module__NyGT-q__productIcon{text-align:center;flex-shrink:0;width:44px;font-size:28px}.shop-module__NyGT-q__productInfo{flex:1;min-width:0}.shop-module__NyGT-q__productName{color:var(--ink);margin-bottom:2px;font-size:14px;font-weight:700}.shop-module__NyGT-q__productDesc{color:var(--mute);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.shop-module__NyGT-q__productMeta{color:var(--primary-d);margin-top:2px;font-size:11px;font-weight:600}.shop-module__NyGT-q__productPrice{color:var(--primary-d);white-space:nowrap;flex-shrink:0;font-size:14px;font-weight:800}.shop-module__NyGT-q__emptyState{text-align:center;color:var(--ink);padding:48px 16px}.shop-module__NyGT-q__summaryCard{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:20px}.shop-module__NyGT-q__summaryName{text-align:center;margin-bottom:4px;font-size:18px;font-weight:800}.shop-module__NyGT-q__summaryDesc{color:var(--mute);text-align:center;margin-bottom:8px;font-size:13px}.shop-module__NyGT-q__divider{background:var(--line);height:1px;margin:12px 0}.shop-module__NyGT-q__summaryRow{color:var(--ink2);justify-content:space-between;padding:4px 0;font-size:13px;display:flex}.shop-module__NyGT-q__infoBox{color:#92400e;background:#fffbea;border:1px solid #fde68a;border-radius:10px;padding:10px 12px;font-size:12px}.shop-module__NyGT-q__amountBlock{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-d) 100%);color:#fff;border-radius:14px;padding:16px;position:relative;overflow:hidden}.shop-module__NyGT-q__amountBlock:after{content:"";background:#ffffff14;border-radius:999px;width:130px;height:130px;position:absolute;top:-30px;right:-30px}.shop-module__NyGT-q__amountLabel{opacity:.85;margin-bottom:2px;font-size:11px}.shop-module__NyGT-q__amountValue{letter-spacing:-.02em;font-size:28px;font-weight:800}.shop-module__NyGT-q__amountTag{z-index:1;background:#fff3;border-radius:6px;padding:4px 8px;font-size:10px;font-weight:700;position:absolute;top:14px;right:14px}.shop-module__NyGT-q__timerRow{border-top:1px solid #fff3;justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;font-size:11px;display:flex}.shop-module__NyGT-q__timerClock{font-variant-numeric:tabular-nums;font-size:14px;font-weight:700}.shop-module__NyGT-q__timerBar{background:#fff3;border-radius:999px;height:3px;margin-top:6px;overflow:hidden}.shop-module__NyGT-q__timerFill{background:#fff;border-radius:999px;height:100%;transition:width 1s linear}.shop-module__NyGT-q__qrCard{background:var(--surface);border:1px solid var(--line);border-radius:14px;flex-direction:column;align-items:center;padding:16px;display:flex}.shop-module__NyGT-q__qrLabel{color:var(--mute);text-align:center;margin-bottom:4px;font-size:12px}.shop-module__NyGT-q__qrHint{color:var(--mute);text-align:center;margin-top:4px;font-size:10px}.shop-module__NyGT-q__pollingHint{color:var(--mute);justify-content:center;align-items:center;gap:8px;padding:8px 0;font-size:12px;display:flex}.shop-module__NyGT-q__spinner{border:2px solid var(--line);border-top-color:var(--primary);border-radius:999px;width:14px;height:14px;animation:.8s linear infinite shop-module__NyGT-q__spin}@keyframes shop-module__NyGT-q__spin{to{transform:rotate(360deg)}}.shop-module__NyGT-q__btnPrimary{background:var(--primary);color:#fff;cursor:pointer;width:100%;font-size:15px;font-weight:700;font-family:var(--font);border:none;border-radius:12px;margin-top:4px;padding:14px;transition:background .15s}.shop-module__NyGT-q__btnPrimary:active{background:var(--primary-d)}.shop-module__NyGT-q__btnPrimary:disabled{cursor:not-allowed;background:#9ca3af}.shop-module__NyGT-q__btnSecondary{border:1.5px solid var(--line);background:var(--surface);width:100%;color:var(--ink);cursor:pointer;font-size:15px;font-weight:700;font-family:var(--font);border-radius:12px;padding:14px}.shop-module__NyGT-q__orderCode{background:var(--surface2);border:1px solid var(--line);letter-spacing:.05em;color:var(--ink2);border-radius:8px;padding:8px 16px;font-size:13px;font-weight:700;display:inline-block}.shop-module__NyGT-q__payMethodSection{flex-direction:column;gap:8px;display:flex}.shop-module__NyGT-q__payMethodTitle{color:var(--mute);text-transform:uppercase;letter-spacing:.04em;padding:0 2px;font-size:12px;font-weight:700}.shop-module__NyGT-q__payMethodBtn{background:var(--surface);border:1.5px solid var(--line);cursor:pointer;text-align:left;border-radius:12px;align-items:center;gap:10px;padding:12px 14px;transition:border-color .15s;display:flex}.shop-module__NyGT-q__payMethodBtn span:nth-child(2){color:var(--ink);flex:1;font-size:14px;font-weight:600}.shop-module__NyGT-q__payMethodBtn span:nth-child(3){color:var(--mute);font-size:11px}.shop-module__NyGT-q__payMethodActive{border-color:var(--primary);background:var(--primary-t)}.shop-module__NyGT-q__payMethodActive span:nth-child(2){color:var(--primary-d)}.shop-module__NyGT-q__vaCard{background:var(--surface);border:1px solid var(--line);text-align:center;border-radius:14px;padding:20px}.shop-module__NyGT-q__vaLabel{color:var(--mute);margin-bottom:6px;font-size:12px}.shop-module__NyGT-q__vaNumber{letter-spacing:.08em;color:var(--ink);font-variant-numeric:tabular-nums;margin-bottom:12px;font-size:24px;font-weight:800}.shop-module__NyGT-q__copyBtn{border:1.5px solid var(--primary);background:var(--primary-t);color:var(--primary-d);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:700;display:inline-flex}.shop-module__NyGT-q__copyBtn:active{background:var(--primary-s)}.shop-module__NyGT-q__vaExpiry{color:var(--mute);margin-top:10px;font-size:11px}.shop-module__NyGT-q__vaSteps{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:14px 16px}.shop-module__NyGT-q__vaStepTitle{color:var(--ink);margin-bottom:8px;font-size:12px;font-weight:700}.shop-module__NyGT-q__vaStepList{flex-direction:column;gap:4px;margin:0;padding-left:18px;display:flex}.shop-module__NyGT-q__vaStepList li{color:var(--ink2);font-size:13px}
