:root{--brand: #ff4a26;--brand-2: #ff6a3d;--brand-soft: #fff1eb;--bg: #f5f6fa;--card: #ffffff;--text-main: #1f1f1f;--text-strong: #000000;--text-sub: #666666;--text-light: #999999;--danger: #ff4d4f;--radius: 14px;--radius-lg: 18px}*{box-sizing:border-box}body{margin:0;background:var(--bg);font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;color:var(--text-main);-webkit-font-smoothing:antialiased}.container{max-width:560px;margin:0 auto;min-height:100vh;padding:0 12px 20px}.container-guide{padding:0 12px 20px}.section{margin-top:14px}.section-head{display:flex;align-items:baseline;justify-content:space-between;padding:0 4px 10px}.section-title{font-size:17px;font-weight:700;color:var(--text-strong);position:relative;padding-left:12px}.section-title:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:4px;border-radius:2px;background:linear-gradient(180deg,#ff5a3c,#ff7a45)}.section-sub{font-size:12px;color:var(--text-light)}.coupon-card{position:relative;background:#fff;border-radius:7px;padding:11px 12px;margin:10px auto 0;overflow:hidden;box-shadow:0 4px 12px #2d2d2d0d}.coupon-card.is-disabled{opacity:.55}.coupon-tag{position:absolute;top:0;left:0;height:24px;padding:0 12px 0 9px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;background:var(--brand);color:#fff;font-size:11px;font-weight:600;line-height:24px;border-radius:0 0 6px;z-index:2}.coupon-tag:after{content:"";position:absolute;top:0;right:-10px;width:10px;height:24px;background:var(--brand);transform:skew(-24deg);transform-origin:left top}.coupon-main{display:flex;justify-content:space-between;align-items:flex-start;margin-top:14px}.main-left{flex:1;min-width:0;padding-right:10px;box-sizing:border-box}.coupon-title{font-size:15px;font-weight:700;color:var(--text-strong);line-height:1.4;word-break:break-all}.coupon-time{margin-top:4px;font-size:11px;color:var(--text-sub);line-height:1.4}.coupon-benefit{margin-top:4px;font-size:11px;color:var(--text-sub);line-height:1.45}.main-right{flex-shrink:0;min-width:90px;display:flex;justify-content:flex-end;align-items:flex-end;margin-top:12px}.discount-value{color:var(--brand);display:flex;align-items:flex-end;line-height:1}.discount-value .currency{font-size:15px;margin-right:2px;line-height:1.2}.discount-value .num{font-size:34px;font-weight:700;line-height:1}.discount-value .unit{font-size:14px;margin-left:2px;margin-bottom:4px}.coupon-bottom{margin-top:9px;border-top:1px dashed #f0f0f0;padding-top:8px;display:flex;align-items:center;justify-content:space-between}.rule-box{flex:1;font-size:11px;color:var(--text-light);line-height:1.55;margin-right:9px}.rule-text{color:var(--text-sub)}.coupon-btn{flex-shrink:0;width:69px;height:28px;padding:0;border-radius:14px;border:1px solid var(--brand);background:#fff;color:var(--brand);font-size:12px;font-weight:400;cursor:pointer}.coupon-btn.is-disabled{border-color:#d9d9d9;color:var(--text-light);background:#f7f7f7;cursor:not-allowed}.product-list{display:flex;flex-direction:column;gap:10px}.product-card{display:flex;background:#fff;border-radius:var(--radius);padding:12px;gap:12px;box-shadow:0 4px 12px #2d2d2d0d}.product-card.is-disabled{opacity:.55}.product-image-wrap{flex-shrink:0;width:100px;height:100px;border-radius:10px;overflow:hidden;background:#fafafa}.product-image{width:100%;height:100%;object-fit:cover;display:block}.product-image-empty{display:flex;align-items:center;justify-content:center;color:var(--text-light);font-size:11px}.product-body{flex:1;min-width:0;display:flex;flex-direction:column}.product-name{font-size:14px;font-weight:600;color:var(--text-strong);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-meta{margin-top:4px;font-size:11px;color:var(--text-sub);line-height:1.3}.product-tags{margin-top:6px;display:flex;flex-wrap:wrap;gap:4px}.product-tag{font-size:10px;line-height:1;padding:3px 6px;color:#fb6539;background:#fb653914;border-radius:3px}.product-bottom{margin-top:auto;padding-top:8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.product-price{color:var(--brand);font-weight:700;display:inline-flex;align-items:baseline}.product-price .cur{font-size:12px}.product-price .num{font-size:18px;letter-spacing:-.5px;margin:0 1px}.product-price .unit{font-size:11px;font-weight:500;color:var(--text-sub)}.product-price-empty{font-size:12px;color:var(--text-light);font-weight:500}.product-btn{flex-shrink:0;height:28px;padding:0 12px;border-radius:14px;border:none;background:linear-gradient(135deg,#ff5a3c,#ff7a45);color:#fff;font-size:12px;font-weight:600;cursor:pointer}.product-btn.is-disabled{background:#f0f0f0;color:var(--text-light);cursor:not-allowed}.title{font-size:21px;font-weight:700;line-height:1.3;margin-bottom:8px}.subtitle{font-size:14px;color:var(--text-sub);margin-bottom:10px}.card{background:var(--card);border-radius:var(--radius);box-shadow:0 6px 16px #2d2d2d0f;padding:14px;margin-bottom:12px}.empty{padding:30px 0;color:var(--text-light);text-align:center;font-size:13px}.btn{border:none;height:34px;border-radius:17px;padding:0 14px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.btn-primary{background:var(--brand);color:#fff}.btn-ghost{background:var(--brand-soft);color:var(--brand)}.btn-disabled{background:#f0f0f0;color:var(--text-light);cursor:not-allowed}.guide-page{position:relative;min-height:calc(100vh - 20px);display:flex;flex-direction:column;gap:14px;padding:12px 0 10px;padding-bottom:calc(10px + env(safe-area-inset-bottom));background:radial-gradient(circle at 92% 4%,#ff784e14 0,#ff784e00 30%),radial-gradient(circle at 10% 96%,#ff784e14 0,#ff784e00 28%)}@supports (height: 100dvh){.guide-page{min-height:calc(100dvh - 20px)}}.guide-header{padding:4px 2px 0}.guide-brand{display:flex;align-items:center;gap:10px}.guide-logo-mark{width:40px;height:40px;border-radius:12px;background:linear-gradient(140deg,#ff6b4a,#ff4a26);color:#fff;display:flex;align-items:center;justify-content:center;font-size:19px;font-weight:700;box-shadow:0 6px 14px #ff4a2640}.guide-logo{font-size:24px;font-weight:700;color:var(--brand);line-height:1.2}.guide-slogan{margin-top:3px;font-size:12px;color:#8d93a1;letter-spacing:.4px}.guide-main{flex:1;display:flex;flex-direction:column;gap:12px}.guide-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#ff5a3c,#ff7a45);border-radius:18px;padding:20px 18px;box-shadow:0 10px 24px #ff5a3c47}.guide-hero:after{content:"";position:absolute;top:-28px;right:-28px;width:120px;height:120px;border-radius:50%;background:#ffffff29}.guide-badge{position:relative;z-index:1;display:inline-block;padding:4px 10px;border-radius:999px;background:#ffffff38;color:#fff;font-size:12px;font-weight:600;letter-spacing:.2px}.guide-title{position:relative;z-index:1;margin-top:14px;font-size:30px;font-weight:700;color:#fff;line-height:1.25}.guide-subtitle{position:relative;z-index:1;margin-top:8px;color:#ffffffeb;font-size:14px;line-height:1.45}.guide-highlight-row{position:relative;z-index:1;margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.guide-highlight{padding:4px 10px;border-radius:999px;background:#ffffff29;color:#fff;font-size:12px;line-height:1}.guide-features{display:flex;flex-direction:column;gap:12px}.guide-feature-item{border:1px solid #eff2f7;border-radius:16px;min-height:78px;padding:15px 14px;display:flex;align-items:center;gap:14px;background:var(--card);box-shadow:0 6px 16px #2d2d2d0d}.guide-feature-icon{width:38px;height:38px;margin:0;border-radius:50%;background:#fff1ec;color:var(--brand);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0}.guide-feature-body{flex:1;min-width:0;text-align:left}.guide-feature-title{font-size:16px;font-weight:600;color:var(--text-main)}.guide-feature-desc{margin-top:4px;font-size:12px;color:#808899;line-height:1.45}.guide-promo{position:relative;overflow:hidden;min-height:132px;border-radius:16px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:linear-gradient(135deg,#fff8f4,#fff1ea 55%,#ffe7dc);border:1px solid #ffe7de}.guide-promo:before{content:"";position:absolute;width:120px;height:120px;right:-42px;top:-48px;border-radius:50%;background:#ff875f33}.guide-promo:after{content:"";position:absolute;width:92px;height:92px;right:48px;bottom:-42px;border-radius:50%;background:#ff875f1f}.guide-promo-copy{position:relative;z-index:1;flex:1;min-width:0}.guide-promo-title{color:#ff562f;font-size:18px;font-weight:700;line-height:1.25}.guide-promo-desc{margin-top:6px;color:#616879;font-size:12px;line-height:1.45}.guide-promo-tags{margin-top:9px;display:flex;flex-wrap:wrap;gap:6px}.guide-promo-tags span{padding:3px 8px;border-radius:999px;background:#ff5f391f;color:#ff5d38;font-size:11px;line-height:1.1}.guide-promo-art{position:relative;z-index:1;width:84px;display:flex;justify-content:flex-end;flex-shrink:0}.guide-promo-phone{position:relative;width:74px;height:106px;border-radius:18px;background:linear-gradient(180deg,#fff,#fff3ec);border:1px solid rgba(255,118,78,.32);box-shadow:0 8px 18px #ff6b433d}.guide-promo-phone:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:28px;height:4px;border-radius:999px;background:#ff6e4c7a}.guide-promo-phone:after{content:"";position:absolute;left:11px;right:11px;top:22px;bottom:12px;border-radius:12px;background:linear-gradient(180deg,#ff795447,#ff79540f),repeating-linear-gradient(180deg,#ff795438 0,#ff795438 6px,#ff795400 6px,#ff795400 14px)}.guide-action{margin-top:auto;text-align:center;padding:6px 4px 0}.btn-large{width:100%;height:50px;font-size:16px;border-radius:25px;box-shadow:0 8px 20px #ff4a2647}.guide-tip{margin-top:10px;font-size:12px;color:#8b91a0}@media(max-width:420px){.product-image-wrap{width:90px;height:90px}.guide-title{font-size:26px}.guide-feature-item{min-height:72px;padding:13px 12px;gap:12px}.guide-feature-icon{width:34px;height:34px;font-size:15px}.guide-promo{min-height:122px;padding:12px}.guide-promo-title{font-size:16px}.guide-promo-art{width:74px}.guide-promo-phone{width:64px;height:94px}}
