@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{color-scheme:light;--ink: #0f172a;--ink-2: #1e293b;--muted: #64748b;--muted-2: #94a3b8;--border: #e2e8f0;--border-2: #cbd5e1;--surface: #ffffff;--surface-2: #f8fafc;--surface-3: #f1f5f9;--accent: #2563eb;--accent-2: #1d4ed8;--accent-light: #eff6ff;--success: #16a34a;--success-light: #dcfce7;--danger: #dc2626;--danger-light: #fee2e2;--warning: #f59e0b;--warning-light: #fef3c7;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .12);--shadow-xl: 0 20px 60px rgba(0, 0, 0, .15);--radius: 12px;--radius-sm: 8px;--radius-lg: 16px;--ease: cubic-bezier(.16, 1, .3, 1);--nav-bg: rgba(255, 255, 255, .85)}[data-theme=dark]{color-scheme:dark;--ink: #f1f5f9;--ink-2: #e2e8f0;--muted: #94a3b8;--muted-2: #64748b;--border: #334155;--border-2: #475569;--surface: #1e293b;--surface-2: #0f172a;--surface-3: #283548;--accent: #3b82f6;--accent-2: #60a5fa;--accent-light: rgba(59, 130, 246, .15);--success: #22c55e;--success-light: rgba(34, 197, 94, .15);--danger: #ef4444;--danger-light: rgba(239, 68, 68, .15);--warning: #f59e0b;--warning-light: rgba(245, 158, 11, .15);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 16px rgba(0, 0, 0, .3);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .4);--shadow-xl: 0 20px 60px rgba(0, 0, 0, .5);--nav-bg: rgba(15, 23, 42, .85)}[data-theme=dark] .product-badge{background:#000000b3}[data-theme=dark] .verification-notice{background:#3b82f61a;border-color:#3b82f640}[data-theme=dark] .form-field input{background:var(--surface-3)}[data-theme=dark] .btn-primary{background:var(--accent)}[data-theme=dark] .btn-primary:hover:not(:disabled){background:var(--accent-2)}[data-theme=dark] .nav-logo,[data-theme=dark] .category-tab.active{background:var(--accent)}[data-theme=dark] .modal-status.pending,[data-theme=dark] .modal-status.in_progress{color:#fbbf24}[data-theme=dark] .modal-status.completed{color:#4ade80}[data-theme=dark] .modal-status.failed,[data-theme=dark] .modal-status.expired{color:#f87171}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--surface-2);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}.page{min-height:100vh;display:flex;flex-direction:column}.main{flex:1;max-width:1120px;width:100%;margin:0 auto;padding:0 24px 64px}.nav{position:sticky;top:0;z-index:50;background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1120px;margin:0 auto;padding:0 24px;height:56px;display:flex;align-items:center;justify-content:space-between}.nav-brand{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:1rem;color:var(--ink);background:none;border:none;cursor:pointer;padding:0}.nav-logo{width:32px;height:32px;border-radius:8px;background:var(--ink);color:#fff;display:grid;place-items:center;font-weight:800;font-size:.75rem;letter-spacing:.02em}.nav-right{display:flex;align-items:center;gap:16px}.nav-powered{font-size:.8rem;color:var(--muted)}.nav-powered a{font-weight:600}.nav-link{font-size:.8rem;font-weight:600;color:var(--muted);padding:6px 12px;border-radius:6px;transition:all .15s ease}.nav-link:hover{background:var(--surface-3);color:var(--ink);text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:all .15s ease;text-decoration:none;line-height:1.4}.btn:hover{text-decoration:none}.btn:active:not(:disabled){transform:scale(.97);transition-duration:.08s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--ink);color:#fff}.btn-primary:hover:not(:disabled){background:var(--ink-2)}.btn-outline{background:var(--surface);color:var(--ink);border:1px solid var(--border)}.btn-outline:hover:not(:disabled){background:var(--surface-3)}.btn-buy{background:var(--accent);color:#fff;padding:8px 16px;font-size:.8rem}.btn-buy:hover:not(:disabled){background:var(--accent-2)}.btn-verify{width:100%;padding:14px 24px;font-size:.95rem;font-weight:700;background:var(--accent);color:#fff;border-radius:var(--radius)}.btn-verify:hover:not(:disabled){background:var(--accent-2)}.btn-verify svg{flex-shrink:0}.btn-loading{opacity:.8}.deeplink-section{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:4px}.deeplink-hint{font-size:.7rem;color:var(--muted-2);letter-spacing:.02em}.btn-deeplink{background:var(--accent);color:#fff;font-size:.85rem;font-weight:600;padding:10px 24px;border:none;border-radius:var(--radius-sm);display:inline-flex;align-items:center;gap:8px;box-shadow:0 2px 8px #2563eb40;transition:background .15s,box-shadow .15s,transform .1s}.btn-deeplink:hover{background:var(--accent-2);box-shadow:0 4px 12px #2563eb59;transform:translateY(-1px)}.btn-deeplink:active{transform:translateY(0)}.btn-deeplink svg{flex-shrink:0}.store-hero{padding:48px 0 32px;text-align:center}.store-hero-content{max-width:640px;margin:0 auto}.store-badge{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);background:var(--accent-light);padding:4px 12px;border-radius:999px;margin-bottom:16px}.store-hero h1{font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800;line-height:1.2;letter-spacing:-.02em;margin-bottom:12px}.store-hero p{color:var(--muted);font-size:1rem;line-height:1.6}.store-section{padding-bottom:48px}.category-tabs{display:flex;gap:4px;padding:4px;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);margin-bottom:24px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}.category-tab{padding:8px 16px;border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;color:var(--muted);background:transparent;border:none;cursor:pointer;white-space:nowrap;transition:all .15s ease}.category-tab:hover{color:var(--ink);background:var(--surface-3)}.category-tab.active{background:var(--ink);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.product-card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;transition:all .35s var(--ease);display:flex;flex-direction:column;text-align:left;cursor:pointer;font-family:inherit;font-size:inherit;color:inherit;padding:0;-webkit-tap-highlight-color:transparent;transform-style:preserve-3d;perspective:800px}.product-card:hover{transform:translateY(-6px) rotateX(2deg) rotateY(-1deg);box-shadow:var(--shadow-lg),0 0 40px #2563eb14;border-color:var(--accent)}.product-card:active{transform:translateY(-2px) scale(.98);transition-duration:.1s}.product-image{position:relative;height:180px;display:grid;place-items:center;overflow:hidden}.product-emoji{font-size:4rem;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.product-badge{position:absolute;top:12px;right:12px;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:.65rem;font-weight:700;padding:4px 8px;border-radius:6px;letter-spacing:.02em}.product-info{padding:16px;display:flex;flex-direction:column;gap:4px;flex:1}.product-category{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.product-name{font-size:1rem;font-weight:700;line-height:1.3}.product-desc{font-size:.82rem;color:var(--muted);line-height:1.5;margin-bottom:8px}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px;border-top:1px solid var(--border)}.product-price{font-size:1.2rem;font-weight:800}.how-it-works{text-align:center;padding:48px 0;border-top:1px solid var(--border)}.how-it-works h2{font-size:1.5rem;font-weight:800;margin-bottom:32px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.step-card{padding:24px;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);transition:all .3s var(--ease)}.step-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:var(--shadow-md);border-color:var(--accent)}.step-num{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:999px;background:var(--accent-light);color:var(--accent);font-weight:800;font-size:.85rem;margin-bottom:12px}.step-card h3{font-size:.95rem;font-weight:700;margin-bottom:8px}.step-card p{font-size:.85rem;color:var(--muted);line-height:1.5}.checkout-header{padding:32px 0 24px}.back-link{display:inline-flex;align-items:center;gap:4px;font-size:.85rem;font-weight:600;color:var(--muted);background:none;border:none;cursor:pointer;padding:8px 12px 8px 0;margin-bottom:8px;margin-left:-2px;transition:color .15s ease;-webkit-tap-highlight-color:transparent}.back-link:hover{color:var(--ink)}.checkout-header h1{font-size:1.75rem;font-weight:800;letter-spacing:-.02em}.checkout-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:start}.checkout-form{display:flex;flex-direction:column;gap:20px}.form-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px;display:flex;flex-direction:column;gap:16px}.form-section h3{font-size:.95rem;font-weight:700}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-field{display:flex;flex-direction:column;gap:4px}.form-field label{font-size:.78rem;font-weight:600;color:var(--muted)}.form-field input{padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.875rem;font-family:inherit;color:var(--ink);background:var(--surface-2);outline:none}.form-field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1a}.form-note{font-size:.75rem;color:var(--muted-2);font-style:italic}.payment-options{display:flex;flex-direction:column;gap:8px}.payment-option{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all .15s ease}.payment-option.selected{border-color:var(--accent);background:var(--accent-light)}.payment-option input[type=radio]{accent-color:var(--accent)}.payment-label{display:flex;flex-direction:column;gap:2px}.payment-label strong{font-size:.85rem}.payment-label span{font-size:.75rem;color:var(--muted)}.verification-notice{display:flex;flex-direction:column;gap:12px;padding:16px;background:var(--accent-light);border:1px solid #bfdbfe;border-radius:var(--radius)}.notice-header{display:flex;align-items:center;gap:8px}.notice-header svg{flex-shrink:0}.notice-header strong{font-size:.9rem}.notice-reqs{display:flex;flex-direction:column;gap:6px}.notice-req{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:500;color:var(--ink)}.notice-req-icon{font-size:1rem;flex-shrink:0;width:24px;text-align:center}.notice-explain{font-size:.78rem;color:var(--muted);line-height:1.5}.error-msg{color:var(--danger);font-size:.85rem;font-weight:500}.order-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px;position:sticky;top:80px;display:flex;flex-direction:column;gap:20px}.order-summary h3{font-size:.95rem;font-weight:700}.summary-product{display:flex;gap:14px;align-items:center}.summary-image{width:56px;height:56px;border-radius:var(--radius-sm);display:grid;place-items:center;font-size:1.5rem;flex-shrink:0}.summary-details{display:flex;flex-direction:column;gap:2px}.summary-details strong{font-size:.875rem;line-height:1.3}.summary-details span{font-size:.78rem;color:var(--muted)}.summary-lines{display:flex;flex-direction:column;gap:10px}.summary-line{display:flex;justify-content:space-between;font-size:.85rem;color:var(--muted)}.summary-total{padding-top:12px;border-top:1px solid var(--border);color:var(--ink);font-weight:600}.summary-total strong{font-size:1.1rem}.free-label{color:var(--success);font-weight:600}.summary-fulfillment{font-size:.78rem;color:var(--muted);padding:10px;background:var(--surface-3);border-radius:var(--radius-sm);text-align:center}.summary-checks{display:flex;flex-direction:column;gap:10px;padding-top:16px;border-top:1px solid var(--border)}.checks-label{font-size:.78rem;font-weight:700;color:var(--ink)}.checks-items{display:flex;flex-direction:column;gap:8px}.checks-item{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--ink)}.checks-item-icon{font-size:.95rem;flex-shrink:0;width:22px;text-align:center}.checks-item-text{font-weight:500}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;padding:24px;padding-bottom:max(24px,env(safe-area-inset-bottom));animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.modal{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);width:100%;max-width:720px;max-height:90vh;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:28px;display:flex;flex-direction:column;gap:20px;animation:slideUp .3s var(--ease)}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.modal-header h2{font-size:1.25rem;font-weight:800}.modal-header p{font-size:.85rem;color:var(--muted);margin-top:2px}.modal-status{font-size:.7rem;font-weight:700;padding:5px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;background:var(--surface-3);color:var(--muted)}.modal-status.pending,.modal-status.in_progress{background:var(--warning-light);color:#92400e}.modal-status.completed{background:var(--success-light);color:#166534}.modal-status.failed,.modal-status.expired{background:var(--danger-light);color:#991b1b}.modal-requirements{display:flex;flex-wrap:wrap;gap:6px}.req-chip{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;font-weight:600;padding:5px 12px;border-radius:999px;background:var(--accent-light);color:var(--accent)}.req-chip-icon{font-size:.85rem}.modal-body{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.modal-qr-section{display:flex;flex-direction:column;align-items:center;gap:12px}.modal-qr{background:var(--surface-2);border:2px dashed var(--border);border-radius:var(--radius);padding:20px;display:grid;place-items:center}.modal-qr img{width:220px;height:220px;border-radius:var(--radius-sm)}.qr-placeholder{width:220px;height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--muted);font-size:.85rem}.qr-spinner{width:24px;height:24px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:999px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-wallet{display:flex;justify-content:center}.wallet-phone{width:240px;background:#0f172a;border-radius:28px;padding:8px;box-shadow:var(--shadow-lg);position:relative;animation:float 4s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.wallet-notch{width:80px;height:6px;background:#1e293b;border-radius:999px;margin:4px auto 12px}.wallet-screen{background:#1e293b;border-radius:20px;padding:16px;display:flex;flex-direction:column;gap:12px}.wallet-app-header{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.7rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em}.wallet-merchant-name{text-align:center;font-weight:700;font-size:.95rem;color:#f8fafc}.wallet-request{text-align:center;font-size:.72rem;color:#64748b}.wallet-check-list{display:flex;flex-direction:column;gap:6px}.wallet-check-item{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:#ffffff0f;border-radius:8px}.wallet-check-label{font-size:.72rem;color:#cbd5e1;font-weight:500}.wallet-check-dot{width:8px;height:8px;border-radius:999px;background:#475569}.wallet-check-dot.pending{background:#f59e0b;box-shadow:0 0 6px #f59e0b80;animation:pulse 1.5s ease infinite}.wallet-check-dot.pass{background:#22c55e;box-shadow:0 0 6px #22c55e80}.wallet-check-dot.fail{background:#ef4444;box-shadow:0 0 6px #ef444480}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.wallet-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:4px}.wallet-btn{padding:12px 10px;border-radius:10px;font-size:.78rem;font-weight:700;border:none;cursor:pointer;transition:all .15s ease;min-height:44px}.wallet-btn:disabled{opacity:.4;cursor:not-allowed}.wallet-btn-approve{background:#22c55e;color:#fff}.wallet-btn-approve:hover:not(:disabled){background:#16a34a}.wallet-btn-decline{background:#ef4444;color:#fff}.wallet-btn-decline:hover:not(:disabled){background:#dc2626}.modal-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:14px;background:var(--surface-3);border-radius:var(--radius-sm);font-size:.75rem;color:var(--muted)}.modal-meta strong{display:block;color:var(--ink);font-size:.875rem;margin-top:2px}.result-container{max-width:560px;margin:0 auto;padding:48px 0;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.result-icon{margin-bottom:4px;animation:bounceIn .5s var(--ease)}@keyframes bounceIn{0%{transform:scale(0);opacity:0}60%{transform:scale(1.15)}to{transform:scale(1);opacity:1}}.result-icon.success{color:var(--success)}.result-icon.failure{color:var(--danger)}.result-container h1{font-size:1.75rem;font-weight:800;letter-spacing:-.02em}.result-subtitle{color:var(--muted);font-size:.95rem;max-width:420px}.result-order-box{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;display:flex;flex-direction:column;gap:10px;text-align:left}.result-row{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--muted)}.result-row strong{color:var(--ink)}.result-checks{width:100%;display:flex;flex-direction:column;gap:8px;text-align:left}.result-checks h3{font-size:.85rem;font-weight:700;margin-bottom:4px}.result-check-row{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}.result-check-name{font-size:.85rem;font-weight:500}.result-check-status{display:inline-flex;align-items:center;gap:4px;font-size:.8rem;font-weight:700}.result-check-status.pass{color:var(--success)}.result-check-status.fail{color:var(--danger)}.result-risk{font-size:.85rem;color:var(--muted)}.result-actions{display:flex;gap:12px;margin-top:8px}.result-sdk{width:100%;margin-top:32px;padding-top:32px;border-top:1px solid var(--border);text-align:center}.result-sdk h3{font-size:1.1rem;font-weight:700;margin-bottom:8px}.result-sdk p{font-size:.85rem;color:var(--muted);margin-bottom:16px}.sdk-links{display:flex;justify-content:center;gap:12px;margin-top:16px}.code-block{background:#0f172a;color:#e2e8f0;border-radius:var(--radius);padding:18px 20px;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.78rem;line-height:1.7;text-align:left;overflow-x:auto}.code-block .kw{color:#93c5fd}.code-block .fn{color:#60a5fa}.code-block .str{color:#6ee7b7}.code-block .cm{color:#64748b}.theme-toggle{width:36px;height:36px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--muted);display:grid;place-items:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.theme-toggle:hover{background:var(--surface-3);color:var(--ink);border-color:var(--border-2)}.theme-toggle svg{width:16px;height:16px;transition:transform .3s var(--ease)}.theme-toggle:hover svg{transform:rotate(30deg)}.latency-badge{display:inline-flex;align-items:center;gap:4px;font-family:SF Mono,Fira Code,monospace;font-size:.72rem;font-weight:600;color:var(--success);background:var(--success-light);padding:3px 8px;border-radius:999px;letter-spacing:-.02em}.latency-badge svg{width:12px;height:12px}.code-section{width:100%}.code-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.code-tabs{display:flex;gap:2px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.code-tabs::-webkit-scrollbar{display:none}.code-tab{padding:6px 12px;border-radius:6px;font-size:.72rem;font-weight:600;color:var(--muted);background:transparent;border:none;cursor:pointer;white-space:nowrap;transition:all .15s ease;font-family:inherit}.code-tab:hover{color:var(--ink);background:var(--surface-3)}.code-tab.active{background:var(--ink);color:#fff}[data-theme=dark] .code-tab.active{background:var(--accent)}.code-copy-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:6px;font-size:.72rem;font-weight:600;color:var(--muted);background:var(--surface-3);border:1px solid var(--border);cursor:pointer;transition:all .15s ease;font-family:inherit;white-space:nowrap;flex-shrink:0}.code-copy-btn:hover{background:var(--surface);color:var(--ink)}.code-copy-btn.copied{color:var(--success);border-color:var(--success)}.code-block pre{margin:0;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.78rem;line-height:1.7;white-space:pre;overflow-x:auto}.code-block .hl-kw{color:#93c5fd;font-weight:600}.code-block .hl-str{color:#6ee7b7}.code-block .hl-cm{color:#64748b;font-style:italic}.code-block .hl-num{color:#fbbf24}.wallet-btn-mixed{background:#f59e0b;color:#fff}.wallet-btn-mixed:hover:not(:disabled){background:#d97706}.wallet-actions.three-btns{grid-template-columns:repeat(3,1fr);gap:6px}.wallet-actions.three-btns .wallet-btn{padding:10px 6px;font-size:.72rem}.btn-share{background:var(--surface);color:var(--ink);border:1px solid var(--border);gap:6px}.btn-share:hover:not(:disabled){background:var(--surface-3)}.btn-share svg{width:16px;height:16px;flex-shrink:0}.footer{text-align:center;padding:24px;padding-bottom:max(24px,env(safe-area-inset-bottom));font-size:.78rem;color:var(--muted-2);border-top:1px solid var(--border);margin-top:auto}.footer a{font-weight:600}@media (max-width: 768px){input,select,textarea{font-size:16px!important}}@media (max-width: 768px){.store-hero{padding:32px 0 24px}.store-hero h1{font-size:1.5rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.steps-grid{grid-template-columns:1fr;gap:16px}.checkout-grid{grid-template-columns:1fr}.order-summary{position:static;order:-1}.modal{padding:20px;max-height:95vh}.modal-body{grid-template-columns:1fr}.modal-qr img,.qr-placeholder{width:180px;height:180px}.wallet-phone{width:220px}.modal-meta{grid-template-columns:repeat(2,1fr);gap:8px}.wallet-actions.three-btns{grid-template-columns:repeat(2,1fr)}.wallet-actions.three-btns .wallet-btn:last-child{grid-column:1 / -1}.code-tabs{gap:1px}.code-tab{padding:5px 8px;font-size:.68rem}.result-actions{flex-direction:column;width:100%}.result-actions .btn{width:100%}.sdk-links{flex-direction:column}.sdk-links .btn{width:100%}}@media (max-width: 520px){.main{padding:0 16px 48px}.nav-inner{padding:0 16px}.nav-powered{display:none}.product-card:hover{transform:translateY(-3px)}.product-grid,.form-row{grid-template-columns:1fr}.code-header{flex-direction:column;gap:8px;align-items:stretch}.code-copy-btn{align-self:flex-end}.category-tabs{gap:2px}.category-tab{padding:6px 12px;font-size:.75rem}.checkout-header h1{font-size:1.4rem}.modal-body{gap:16px}.btn-verify{font-size:.875rem;padding:14px 16px}.result-container{padding:32px 0}.result-container h1{font-size:1.4rem}}
