:root{font-family:-apple-system,BlinkMacSystemFont,Microsoft YaHei,sans-serif;color:#202124;background:#f4f5f7;--theme: #16a567;--theme-dark: #087a4d;--theme-soft: #e9f8f1;--theme-border: #bce8d2;--theme-contrast: #fff;--theme-gradient: linear-gradient(135deg, #24bd78, #07935a);--price: #f04438;--line: #e7e8ea;--muted: #73777f}:root[data-store-theme=blue]{--theme: #2877e8;--theme-dark: #155bb9;--theme-soft: #eaf2ff;--theme-border: #bdd5fb;--theme-gradient: linear-gradient(135deg, #438ff5, #1767d5)}:root[data-store-theme=red]{--theme: #e5484d;--theme-dark: #be2f35;--theme-soft: #fff0f0;--theme-border: #f6c5c6;--theme-gradient: linear-gradient(135deg, #f4645c, #d9363e)}:root[data-store-theme=purple]{--theme: #7d55cf;--theme-dark: #5e39aa;--theme-soft: #f3effc;--theme-border: #d8c8f2;--theme-gradient: linear-gradient(135deg, #946fe3, #7047c6)}:root[data-store-theme=yellow]{--theme: #e5a600;--theme-dark: #b87d00;--theme-soft: #fff7d8;--theme-border: #f1d679;--theme-contrast: #2c2508;--theme-gradient: linear-gradient(135deg, #ffd24f, #f3aa00)}*{box-sizing:border-box}body{margin:0;min-width:320px;padding-bottom:78px;background:#f4f5f7}button,input,select,textarea{font:inherit}button{width:100%;border:0;border-radius:8px;padding:13px 16px;background:var(--theme-gradient);color:var(--theme-contrast);font-weight:700}button.secondary{border:1px solid var(--theme-border);background:var(--theme-soft);color:var(--theme-dark)}button.danger{background:#fee4e2;color:#b42318}input,select{width:100%;border:1px solid #d9dadd;border-radius:8px;padding:12px;background:#fff}label{display:grid;gap:6px;color:#5e6c66;font-size:14px}.page{display:grid;width:min(100%,680px);min-height:calc(100vh - 78px);margin:0 auto;gap:10px;padding:10px}.hero{position:relative;min-height:220px;overflow:hidden;border-radius:8px;background:#222;color:#fff}.hero img{width:100%;height:220px;object-fit:cover;opacity:.86}.hero:after{position:absolute;inset:0;content:"";background:linear-gradient(180deg,#00000005 24%,#000000bd)}.hero-content{position:absolute;z-index:1;inset:auto 16px 16px}.hero h1{margin:0 0 6px;font-size:28px}.hero-content>p{display:flex;align-items:center;gap:5px;line-height:1.45}.hero-badge{display:inline-flex;margin-bottom:7px;padding:4px 7px;border-radius:4px;background:var(--theme-gradient);color:var(--theme-contrast);font-size:12px;font-weight:800}.glass-button{display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid rgba(255,255,255,.55);background:#12121259;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero p{margin:0}.hero-actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.hero-actions button{width:auto;min-width:92px;padding:9px 12px}.hero .hero-message{margin-top:8px;font-size:13px}.section{background:#fff;border:1px solid var(--line);border-radius:8px;padding:14px 12px}.section h2{margin:0 0 12px;font-size:18px}.section-title{display:flex;justify-content:space-between;align-items:start;gap:12px;margin-bottom:12px}.section-title h2{margin-bottom:4px}.mini-button{width:auto;min-width:86px;padding:8px 10px;font-size:13px}.list{display:grid;gap:10px}.item{display:grid;gap:8px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:inherit;text-decoration:none}.item-row{display:flex;justify-content:space-between;gap:10px}.order-item{cursor:pointer}.item-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.item-actions button{width:auto;min-width:76px;padding:9px 12px}.team-members{display:grid;grid-template-columns:repeat(auto-fit,minmax(74px,1fr));gap:8px}.team-member{display:grid;justify-items:center;gap:4px;min-width:0;padding:8px 6px;border:1px solid #dbe5e1;border-radius:8px;background:#f8fbf9;text-align:center}.team-member img,.member-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover}.member-avatar{display:grid;place-items:center;background:#e8f3ee;color:#126a4d;font-weight:800}.team-member strong,.team-member small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-member strong{font-size:13px}.team-member small{color:#66756f}.team-member.empty{border-style:dashed;background:#fff}.bargain-helps{display:grid;gap:8px}.bargain-help{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 10px;border:1px solid #dbe5e1;border-radius:8px;background:#f8fbf9}.bargain-help img{width:34px;height:34px;border-radius:50%;object-fit:cover}.bargain-help strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.bargain-help small{color:#126a4d;font-weight:700}.share-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px;margin-top:12px}.share-actions button{width:auto;min-width:96px}.purchase-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.purchase-actions a{min-width:0}.image-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.image-strip img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;border:1px solid #dbe5e1}.rich-content{display:block;width:100%;height:min(60vh,560px);margin:12px 0;border:0}.use-button{width:auto;min-width:88px;padding:10px 14px}.price{color:var(--price);font-weight:800}.muted{color:var(--muted)}.status{display:inline-flex;width:fit-content;padding:4px 8px;border-radius:999px;background:var(--theme-soft);color:var(--theme-dark);font-size:12px;font-weight:700}.status-line{margin:10px 0 0;color:var(--theme-dark);font-weight:700}.form{display:grid;gap:12px}.check-row{display:flex;align-items:center;gap:8px}.check-row input{width:auto}.activity-rule,.price-summary{display:grid;gap:8px}.price-summary{border:1px solid #dbe5e1;border-radius:8px;padding:12px;background:#f8fbf9}.price-summary div{display:flex;justify-content:space-between;gap:12px}.price-summary .total{padding-top:8px;border-top:1px solid #dbe5e1;color:#b42318;font-size:18px}.bottom-nav{position:fixed;left:50%;z-index:15;width:min(100%,680px);transform:translate(-50%);bottom:0;display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border-top:1px solid var(--line);box-shadow:0 -5px 18px #161c1912}.bottom-nav a{display:grid;min-width:0;justify-items:center;gap:3px;padding:8px 2px 7px;text-align:center;color:#52605a;text-decoration:none}.bottom-nav a span{font-size:11px;line-height:1}.bottom-nav a.router-link-active{color:var(--theme);font-weight:800}.wechat-share-guide{position:fixed;inset:0;z-index:40;display:flex;flex-direction:column;align-items:flex-end;padding:14px 16px;background:#0f1112d1;color:#fff}.share-guide-tip{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:2px 8px;margin:0 8px 22px 0;text-align:right}.share-guide-tip svg{grid-row:1 / 3;transform:rotate(-8deg)}.share-guide-tip strong,.share-guide-tip span{display:block}.share-guide-tip span{color:#ffffffbf;font-size:12px}.share-card-preview{position:relative;display:grid;grid-template-columns:76px minmax(0,1fr) 34px;gap:11px;width:min(100%,390px);align-items:center;padding:12px;border-radius:8px;background:#fff;color:#202124;box-shadow:0 14px 34px #00000047}.share-card-preview>img{width:76px;height:76px;border-radius:6px;background:#eef0f1;object-fit:cover}.share-card-preview>div{min-width:0}.share-card-preview small,.share-card-preview strong,.share-card-preview p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-card-preview small{margin-bottom:4px;color:var(--theme-dark);font-size:11px;font-weight:800}.share-card-preview strong{font-size:15px}.share-card-preview p{margin:6px 0 0;color:var(--muted);font-size:12px}.share-guide-close{display:grid;width:34px;height:34px;place-items:center;padding:0;border:0;border-radius:50%;background:#f0f1f2;color:#53575d}.qr{display:grid;place-items:center;min-height:180px;border:1px dashed #9bb1a8;border-radius:8px;background:#f6faf8;text-align:center}.qr img{width:180px;max-width:100%}.qr code{display:block;max-width:100%;margin-top:10px;padding:10px;overflow-wrap:anywhere;border-radius:8px;background:#fff;color:#1f2933;text-align:left}.error{color:#b42318;font-weight:700}.ticket-overlay{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:18px;background:#1118277a}.ticket-sheet{width:min(100%,420px);max-height:88vh;overflow:auto;border-radius:8px;background:#fff;padding:16px 16px 18px;box-shadow:0 18px 45px #0f172a3d}.cart-item{grid-template-columns:58px minmax(0,1fr);align-items:center}.cart-item img{width:58px;height:58px;border-radius:8px;object-fit:cover}.cart-item .mini-button{grid-column:1 / -1}.order-lines,.ticket-lines{display:grid;gap:4px;margin:4px 0}.order-lines span,.ticket-lines span{overflow-wrap:anywhere;font-size:13px;line-height:1.35}.category-tabs{display:flex;gap:8px;margin:0 0 12px;overflow-x:auto;padding-bottom:2px}.category-tabs button{flex:0 0 auto;width:auto;min-height:36px;padding:0 14px;border:1px solid #c8d8d0;background:#fff;color:#102820}.category-tabs button.active{border-color:#102820;background:#102820;color:#fff}.quantity-stepper{grid-column:1 / -1;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;gap:8px}.quantity-stepper button,.quantity-stepper input{min-height:42px;padding:8px;text-align:center}.sheet-close{width:auto;float:right;padding:8px 12px}.ticket-header{display:grid;grid-template-columns:78px 1fr;gap:12px;align-items:center;clear:both;padding-top:8px}.ticket-header img{width:78px;height:78px;border-radius:8px;object-fit:cover;background:#e7eee9}.ticket-header h2{margin:0 0 6px;font-size:18px;line-height:1.25}.ticket-header p{margin:0 0 6px;overflow-wrap:anywhere}.ticket-qr-panel{display:grid;place-items:center;min-height:250px;margin:18px 0 12px;border:1px solid #dbe5e1;border-radius:8px;background:#f8fbf9}.ticket-qr{width:240px;max-width:82vw;height:240px;border-radius:8px;background:#fff}.ticket-qr-placeholder{display:grid;place-items:center;width:240px;max-width:82vw;min-height:240px;border:1px dashed #9bb1a8;border-radius:8px;color:#66756f;background:#fff;text-align:center}.ticket-completion{display:grid;justify-items:center;gap:10px;margin-top:14px;padding:22px 16px;border:1px solid var(--theme-border);border-radius:8px;background:var(--theme-soft);text-align:center}.ticket-completion strong{color:var(--theme-dark);font-size:22px}.ticket-completion p{margin:0;color:#52605a;line-height:1.5}.poster-sheet{display:grid;gap:12px;justify-items:center;width:min(100%,390px)}.poster-preview{clear:both;width:min(100%,320px);aspect-ratio:750 / 1100;margin-top:8px;border:1px solid #dbe5e1;border-radius:8px;background:#f6faf8;object-fit:contain}.poster-sheet .sheet-close{justify-self:end}.poster-download{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:8px;background:#102820;color:#fff;font-weight:800;text-decoration:none}.ticket-code-large{display:block;margin:0 auto;padding:10px 12px;border-radius:8px;background:#eef5f1;color:#102820;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:22px;letter-spacing:0;text-align:center;overflow-wrap:anywhere}.ticket-status{margin:10px 0 0;color:#66756f;text-align:center}.ticket-switcher{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:14px}.ticket-switcher button{width:42px;min-width:42px;height:42px;padding:0}.ticket-switcher button.active{background:#157f5b;color:#fff}.ticket-list{display:grid;gap:10px;margin-top:12px}.ticket-card{display:grid;gap:6px;border:1px solid #dbe5e1;border-radius:8px;padding:12px;background:#f6faf8}.ticket-code{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:20px;letter-spacing:0;overflow-wrap:anywhere}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}.section-heading h2{margin:2px 0 0}.eyebrow{color:var(--theme-dark);font-size:11px;font-weight:800}.icon-text-button{display:inline-flex;align-items:center;justify-content:center;gap:5px}.store-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.store-facts>div,.store-facts>a{display:flex;min-width:0;align-items:center;gap:7px;padding:11px 9px;color:var(--theme-dark);text-decoration:none}.store-facts>:not(:last-child){border-right:1px solid var(--line)}.store-facts span{min-width:0}.store-facts small,.store-facts strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-facts small{margin-bottom:2px;color:var(--muted);font-size:10px}.store-facts strong{color:#26282c;font-size:12px}.promo-list{display:grid;grid-auto-columns:min(82%,310px);grid-auto-flow:column;gap:9px;overflow-x:auto;padding-bottom:3px;scroll-snap-type:x proximity}.promo-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:3px 9px;min-width:0;padding:12px;overflow:hidden;border:1px solid var(--theme-border);border-radius:8px;background:var(--theme-soft);color:#22252a;text-decoration:none;scroll-snap-align:start}.promo-type{grid-row:1 / 3;display:grid;width:47px;height:47px;place-items:center;border-radius:8px;background:var(--theme-gradient);color:var(--theme-contrast);font-size:12px;font-weight:800;text-align:center}.promo-card>strong,.promo-card>small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.promo-card>small{grid-column:2 / 3;color:var(--muted)}.promo-value{grid-column:2 / 3;color:var(--price);font-size:13px;font-weight:800}.promo-card>svg{grid-column:3;grid-row:1 / 4;color:var(--theme-dark)}.product-list,.store-list,.order-list,.appointment-list{display:grid;gap:0}.product-card{display:grid;grid-template-columns:112px minmax(0,1fr);gap:11px;min-width:0;padding:12px 0;border-bottom:1px solid var(--line);color:inherit;text-decoration:none}.product-card:first-child{padding-top:0}.product-card:last-child{padding-bottom:0;border-bottom:0}.product-card>img{width:112px;height:112px;border-radius:7px;background:#eceeef;object-fit:cover}.product-card-body{display:flex;min-width:0;flex-direction:column}.product-title{display:-webkit-box;overflow:hidden;color:#202124;font-size:16px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card-body p{display:-webkit-box;margin:5px 0;overflow:hidden;color:var(--muted);font-size:12px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:1}.product-tags,.store-meta,.order-meta{display:flex;min-width:0;gap:5px;flex-wrap:wrap}.product-tags span,.store-meta span,.order-meta span{padding:2px 5px;border-radius:3px;background:#f0f1f2;color:#666b72;font-size:10px}.product-sales{margin-top:auto;color:#8a8d92;font-size:11px}.product-price{display:flex;align-items:baseline;gap:5px}.product-price strong,.product-price-large strong{color:var(--price);font-size:20px}.product-price del,.product-price-large del{color:#9a9da2;font-size:11px}.product-price>span{align-self:center;margin-left:auto;padding:5px 9px;border-radius:7px;background:var(--theme-gradient);color:var(--theme-contrast);font-size:12px;font-weight:800}.store-card{display:grid;grid-template-columns:84px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--line);color:inherit;text-decoration:none}.store-card:last-child{border-bottom:0}.store-card>img{width:84px;height:76px;border-radius:7px;object-fit:cover}.store-card>div{min-width:0}.store-card p{display:flex;align-items:center;gap:3px;margin:7px 0;overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.store-card .distance{color:var(--theme-dark);font-size:12px;white-space:nowrap}.store-card>svg{color:#a3a5a9}.product-overview{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);font-size:12px}.product-price-large{display:flex;align-items:baseline;gap:6px;margin-right:auto}.sticky-buy{position:sticky;z-index:10;bottom:70px;padding:9px;border:1px solid var(--line);border-radius:8px;background:#fffffff5;box-shadow:0 6px 22px #151c1826;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.order-card{display:grid;gap:11px;padding:13px 0;border-bottom:1px solid var(--line);cursor:pointer}.order-card:first-child{padding-top:0}.order-card:last-child{padding-bottom:0;border-bottom:0}.order-card-head{display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.order-card-head strong{color:var(--theme-dark)}.order-product{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:10px}.order-product>img{width:76px;height:76px;border-radius:7px;object-fit:cover}.order-product>div{min-width:0}.order-number{display:block;margin:5px 0;overflow:hidden;color:#8b8e93;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.order-product>.price{white-space:nowrap}.appointment-card{display:grid;grid-template-columns:48px minmax(0,1fr);gap:10px;padding:14px 0;border-bottom:1px solid var(--line)}.appointment-card:last-child{border-bottom:0}.appointment-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:8px;background:var(--theme-soft);color:var(--theme-dark)}.appointment-content{display:grid;min-width:0;gap:6px}.appointment-store{font-size:13px}.appointment-time{color:var(--theme-dark);font-size:13px;font-weight:800}.appointment-content>.muted{display:flex;align-items:center;gap:4px}.appointment-card>.item-actions{grid-column:2}.empty-state{display:grid;justify-items:center;gap:8px;padding:42px 16px;color:var(--muted);text-align:center}.empty-state svg{color:var(--theme)}.profile-summary{display:grid;grid-template-columns:54px minmax(0,1fr);gap:12px;padding:18px 14px 14px;overflow:hidden;border-radius:8px;background:var(--theme-gradient);color:var(--theme-contrast)}.profile-avatar{display:grid;width:54px;height:54px;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:#fff3}.profile-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.wechat-auth-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:#f5f7f6}.wechat-auth-panel{width:min(380px,100%);display:grid;justify-items:center;gap:14px;padding:28px 24px;border:1px solid #dde5e1;border-radius:8px;background:#fff;text-align:center;box-shadow:0 14px 40px #142d2317}.wechat-auth-panel h1{margin:0;font-size:22px}.wechat-auth-mark{display:grid;width:46px;height:46px;place-items:center;border-radius:50%;background:#07c160;color:#fff;font-weight:700}.wechat-auth-qr{width:260px;max-width:100%;aspect-ratio:1;object-fit:contain;border:1px solid #e1e7e4;background:#fff}.profile-summary h2{margin:2px 0;font-size:20px}.profile-summary p{margin:0;font-size:13px}.profile-summary .muted{color:inherit;opacity:.8}.profile-edit-button{grid-column:2;justify-self:start}.profile-balance{grid-column:1 / -1;display:flex;align-items:baseline;justify-content:space-between;padding-top:10px;border-top:1px solid rgba(255,255,255,.35)}.profile-balance strong{font-size:25px}.profile-metrics{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.profile-metrics span{min-width:0;padding:9px 7px;border-radius:6px;background:#ffffff29;text-align:center}.profile-metrics small,.profile-metrics strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-metrics small{margin-bottom:3px;font-size:10px}.profile-metrics strong{font-size:12px}.category-tabs button.active,.ticket-switcher button.active{border-color:var(--theme);background:var(--theme-gradient);color:var(--theme-contrast)}@media(max-width:420px){.page{padding:8px}.hero,.hero img{min-height:205px;height:205px}.hero h1{font-size:24px}.store-facts svg{display:none}.store-facts>div,.store-facts>a{padding:10px 7px}.product-card{grid-template-columns:102px minmax(0,1fr)}.product-card>img{width:102px;height:108px}.product-price>span{padding:4px 7px}.order-product{grid-template-columns:68px minmax(0,1fr)}.order-product>img{width:68px;height:68px}.order-product>.price{grid-column:2}}
