:root{--ui-bg-page: #fbfbfd;--ui-bg-soft: #f5f5f7;--ui-bg-elevated: #fff;--ui-text-primary: #1d1d1f;--ui-text-secondary: #4b4b50;--ui-text-muted: #86868b;--ui-border: #e8e8ed;--ui-border-strong: #d8d8e0;--ui-accent: #0071e3;--ui-accent-hover: #0067d2;--ui-cta: #1d1d1f;--ui-cta-hover: #000;--ui-success: #18794e;--ui-danger: #b42318;--ui-radius-md: .75rem;--ui-radius-lg: 1rem;--ui-radius-xl: 1.5rem;--ui-shadow-card: 0 24px 52px -32px #00000059;color:var(--ui-text-primary);background:var(--ui-bg-page);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Inter,PingFang SC,Hiragino Sans GB,Microsoft YaHei,system-ui,sans-serif;--accent: var(--ui-accent);--line: var(--ui-border);--muted: var(--ui-text-muted);--danger: var(--ui-danger)}*{box-sizing:border-box}body{margin:0;background:var(--ui-bg-page)}#app,.shell{min-height:100vh}.shell{display:flex;flex-direction:column}.top{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.1rem;background:#fbfbfdeb;border-bottom:1px solid var(--ui-border)}.brand{display:inline-flex;align-items:center;gap:.5rem;font-weight:650;color:inherit;text-decoration:none}.mark{display:inline-block;width:1.7rem;height:1.7rem;border-radius:.45rem;background:radial-gradient(circle at 38% 50%,transparent 0 22%,#fff 23% 34%,transparent 35%),radial-gradient(circle at 62% 50%,transparent 0 22%,#fff 23% 34%,transparent 35%),var(--ui-accent)}.hero .mark{width:4.2rem;height:4.2rem;border-radius:1.05rem}nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.7rem .9rem;font-size:.92rem}nav a,.foot a,.back{color:var(--ui-accent);text-decoration:none}nav a.router-link-exact-active{font-weight:650;color:var(--ui-text-primary)}.dot{color:var(--ui-border-strong)}.foot{margin-top:auto;padding:1.5rem 1.1rem 2rem;border-top:1px solid var(--ui-border);background:var(--ui-bg-soft);font-size:.88rem}.foot-inner{width:min(68rem,100%);margin:0 auto;display:grid;gap:.65rem}.foot-links{display:flex;flex-wrap:wrap;gap:.45rem .9rem}.page{width:min(68rem,100%);margin:0 auto;padding:1.2rem 1rem 2.8rem}.page-narrow{width:min(36rem,100%)}h1{margin:0 0 .8rem;font-size:1.3rem;font-weight:650}.muted,.empty{color:var(--ui-text-muted);font-size:.92rem}.banner{margin:0 0 .8rem;padding:.7rem .85rem;border:1px solid var(--ui-border);background:var(--ui-bg-elevated);border-radius:var(--ui-radius-md);font-size:.92rem}.banner.error{color:var(--ui-danger);border-color:#f0c8c4}.banner.pending{color:#8a5a12}.banner.sold{color:var(--ui-text-secondary)}.banner.ok{color:var(--ui-success)}.query-reveal{margin:0 0 1rem;padding:.9rem 1rem;border:1px solid #f0d9a8;border-radius:var(--ui-radius-md);background:#fff8eb}.query-reveal h2{margin:0 0 .4rem;font-size:1rem}.query-secret{margin:0 0 .55rem;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:1.05rem;font-weight:650;word-break:break-all}.hero{text-align:center;padding:2.4rem 1.1rem 2rem;margin:0 0 1.1rem;background:linear-gradient(180deg,#eef1fb 0%,var(--ui-bg-soft) 62%,var(--ui-bg-page) 100%);border:1px solid var(--ui-border);border-radius:var(--ui-radius-xl)}.hero img{width:4.2rem;height:4.2rem;border-radius:1.05rem}.hero .brand-name{margin:.8rem 0 .45rem;font-size:1.05rem;font-weight:650;color:var(--ui-text-secondary)}.hero-title{margin:0 auto .75rem;max-width:22ch;font-size:clamp(1.7rem,4vw,2.45rem);line-height:1.15;font-weight:700;letter-spacing:-.03em}.hero .headline{margin:0 auto 1.2rem;max-width:32rem;color:var(--ui-text-secondary);font-size:1.02rem;line-height:1.5}.hero-help{margin:.95rem 0 0}.hero-actions,.product-grid,.trust,.steps ol{display:grid;gap:.75rem}.hero-actions{grid-template-columns:repeat(2,minmax(0,11.5rem));justify-content:center}.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none}.chips li{padding:.38rem .75rem;border:1px solid var(--ui-border);border-radius:999px;background:var(--ui-bg-elevated);color:var(--ui-text-secondary);font-size:.82rem}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card,.trust-card{background:var(--ui-bg-elevated);border:1px solid var(--ui-border);border-radius:var(--ui-radius-xl);box-shadow:var(--ui-shadow-card)}.product-card{display:flex;flex-direction:column;min-height:100%;padding:1.15rem 1.15rem 1.2rem;color:inherit;text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.product-card:hover,.product-card:focus-visible{border-color:#d2d2d7;box-shadow:0 22px 44px -28px #0000004d;transform:translateY(-2px)}.product-card .kicker{margin:0 0 .45rem;color:var(--ui-text-muted);font-size:.75rem;letter-spacing:.04em}.product-card h2{margin:0 0 .45rem;font-size:1.12rem}.product-card .desc{flex:1;margin:0 0 .9rem;color:var(--ui-text-secondary);font-size:.88rem;line-height:1.45}.product-card .price{margin:0 0 .45rem;font-size:1.45rem;font-weight:700;letter-spacing:-.02em}.product-card .stock{margin:0}.product-card .cta{display:inline-flex;justify-content:center;margin-top:.95rem;padding:.55rem .85rem;border-radius:999px;background:var(--ui-cta);color:#fff;font-size:.9rem}.product-card.is-sold{opacity:.88}.product-card.is-sold .cta{background:var(--ui-bg-soft);color:var(--ui-text-muted)}.steps{margin:2rem 0 0}.steps h2,.trust-card h2{margin:0 0 .7rem;font-size:1.15rem}.steps ol{grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none;counter-reset:step}.steps li{counter-increment:step;padding:1.05rem 1.1rem;background:var(--ui-bg-elevated);border:1px solid var(--ui-border);border-radius:var(--ui-radius-lg)}.steps li:before{content:counter(step);display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;margin-bottom:.45rem;border-radius:999px;background:var(--ui-cta);color:#fff;font-size:.78rem;font-weight:650}.steps li strong{display:block;margin-bottom:.25rem}.checkout-panel{padding:1.2rem 1.15rem 1.25rem;background:var(--ui-bg-elevated);border:1px solid var(--ui-border);border-radius:var(--ui-radius-xl);box-shadow:var(--ui-shadow-card)}.checkout-kicker{margin:0 0 .35rem;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase}.checkout-head h1{margin-bottom:.45rem}.checkout-price{margin:.85rem 0 .25rem;font-size:1.7rem;font-weight:650}.checkout-form{margin-top:.95rem;max-width:none}.trust{grid-template-columns:repeat(2,minmax(0,1fr));margin:1.7rem 0 0}.trust-card{padding:1.15rem 1.2rem}.wechat{margin:.7rem 0 0;font-weight:650}.num{font-variant-numeric:tabular-nums;white-space:nowrap}.badge{display:inline-block;margin-left:.3rem;padding:.08rem .4rem;border:1px solid var(--ui-border-strong);border-radius:999px;font-size:.75rem;color:var(--ui-text-muted)}.badge.sold{color:var(--ui-danger);border-color:#f0c8c4}form,.stack{display:flex;flex-direction:column;gap:.7rem;max-width:22rem}label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;color:var(--ui-text-secondary)}input,select,textarea,button{font:inherit}input,select,textarea{padding:.55rem .65rem;border:1px solid var(--ui-border-strong);border-radius:.5rem;background:var(--ui-bg-elevated)}button,.btn{display:inline-flex;justify-content:center;align-items:center;padding:.62rem 1.05rem;border:1px solid var(--ui-cta);border-radius:999px;background:var(--ui-cta);color:#fff;cursor:pointer;text-decoration:none}button:hover,.btn:hover{background:var(--ui-cta-hover);border-color:var(--ui-cta-hover)}button.secondary,.btn.secondary{background:var(--ui-bg-elevated);color:var(--ui-text-primary);border-color:var(--ui-border-strong)}button:disabled{opacity:.45;cursor:not-allowed}:focus-visible{outline:2px solid var(--ui-accent);outline-offset:2px}.pay-list{display:flex;flex-direction:column;gap:.55rem;max-width:22rem}.pay-qr-wrap{display:grid;justify-items:start;gap:.75rem}.pay-qr{width:200px;height:200px;background:#fff;border:1px solid var(--ui-border);border-radius:var(--ui-radius-md)}.pay-qr-text{max-width:100%;word-break:break-all}.pay-ctas{display:flex;flex-wrap:wrap;gap:.55rem}.cards{margin:0;padding:.8rem;background:var(--ui-bg-elevated);border:1px solid var(--ui-border);border-radius:var(--ui-radius-md);font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.88rem;list-style:none}.cards li{display:flex;justify-content:space-between;gap:.75rem;padding:.4rem 0;border-bottom:1px solid var(--ui-border)}.cards li:last-child{border-bottom:0}.ghost{border:0;background:none;color:var(--ui-accent);padding:0;border-radius:0}@media(max-width:900px){.product-grid,.trust,.steps ol,.hero-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.hide-sm{display:none}.top{align-items:flex-start;flex-direction:column}.product-grid,.trust,.steps ol,.hero-actions{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}
