:root{--accent: #63b9ef;--accent-2: #63b9ef;--accent-dark: #2896da;--accent-gradient-start: #86c7f1;--accent-gradient-end: #2896da;--accent-gradient: linear-gradient(90deg, var(--accent-gradient-start), var(--accent-gradient-end));--accent-gradient-vertical: linear-gradient(180deg, var(--accent-gradient-start), var(--accent-gradient-end));--text: #333333;--text-strong: #242424;--muted: #999999;--pale: #f8f9fa;--line: #e6e6e6;--line-strong: #eaeaea;--price: #fc622a;--shadow: 0 0 8px rgba(0, 0, 0, .1);--radius: 12px;font-family:system-ui,Roboto,Noto Sans CJK SC,Noto Sans SC,Noto Sans,Arial,sans-serif;color:var(--text);background:#dfe7ea}*{box-sizing:border-box}html,body,#root{height:100%;min-height:100%;margin:0}body{height:100vh;overflow:hidden;background:radial-gradient(circle at top,#eef8f8 0,#dfe7ea 52%,#d7dee1)}button,input,textarea{font:inherit}button{border:0;background:transparent;color:inherit;cursor:pointer;padding:0}img{display:block;max-width:100%}.app-frame{width:min(100vw,375px);height:100dvh;min-height:0;margin:0 auto;overflow:hidden;position:relative;background:#fff;box-shadow:0 18px 80px #1b434640}.app-frame.android-runtime{width:100vw;height:100vh;max-width:none;margin:0;box-shadow:none;--android-safe-top: max(env(safe-area-inset-top, 0px), 24px);--android-safe-bottom: max(env(safe-area-inset-bottom, 0px), 48px)}.app-frame.lang-zh-Hant{font-family:system-ui,Roboto,Noto Sans CJK TC,Noto Sans TC,Noto Sans CJK SC,Noto Sans,Arial,sans-serif}.update-overlay{position:fixed;top:0;bottom:0;left:50%;width:min(100vw,375px);transform:translate(-50%);z-index:90;display:flex;align-items:center;justify-content:center;padding:24px;background:#141c1e73}.update-dialog{width:100%;max-width:320px;position:relative;border-radius:12px;background:#fff;padding:28px 20px 18px;box-shadow:0 18px 48px #122a2d3d}.update-close{position:absolute;top:12px;right:12px;width:30px;height:30px;display:grid;place-items:center;color:#777}.update-close:disabled{opacity:.5;cursor:not-allowed}.update-icon{width:52px;height:52px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--accent),#3aa7b2)}.update-dialog h2{margin:0;color:var(--text-strong);text-align:center;font-size:20px;line-height:1.25;font-weight:700}.update-version{margin:7px 0 14px;display:flex;justify-content:center;gap:8px;color:var(--muted);font-size:13px}.update-version span{color:#777}.update-notes{margin:0;padding:12px 14px;border-radius:8px;background:#f6f9fa;color:#666;font-size:13px;line-height:1.6;list-style-position:inside}.update-notes li+li{margin-top:4px}.update-actions{display:flex;gap:10px;margin-top:18px}.update-actions button{height:42px;min-width:0;flex:1;border-radius:8px;font-size:15px;font-weight:600}.update-actions button:disabled{opacity:.58;cursor:not-allowed}.update-secondary{border:1px solid var(--line);color:#666;background:#fff}.update-primary{color:#fff;background:var(--accent)}.update-download-state{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:34px;margin-top:12px;border-radius:8px;background:#63b9ef1f;color:var(--accent);padding:8px 10px;font-size:12px;font-weight:700}.update-download-state span{min-width:0}.update-download-state strong{flex:0 0 auto}.update-toast{position:fixed;left:50%;bottom:110px;z-index:95;transform:translate(-50%);max-width:calc(100% - 48px);padding:10px 14px;border-radius:18px;color:#fff;background:#202527db;font-size:13px;white-space:nowrap}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.screen{height:100%;min-height:0;display:flex;flex-direction:column;position:relative;background:#fff}.scroll-view{min-height:0;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.status-bar{height:42px;position:relative;display:block;padding:0;color:#010101;font-size:17px;font-weight:700;line-height:1;flex:0 0 auto}.status-bar strong{position:absolute;left:26px;top:12px;font-size:17px;line-height:20px;font-weight:700}.status-notch{position:absolute;top:0;left:50%;width:158px;height:29px;transform:translate(-50%);object-fit:fill}.status-right-side{position:absolute;top:18px;right:23px;width:74px;height:13px;object-fit:contain}.status-icons{display:flex;align-items:center;gap:7px}.cell-bars{display:flex;gap:2px;align-items:flex-end;height:13px}.cell-bars i{display:block;width:3px;border-radius:2px;background:#111}.cell-bars i:nth-child(1){height:5px}.cell-bars i:nth-child(2){height:7px}.cell-bars i:nth-child(3){height:10px}.cell-bars i:nth-child(4){height:12px}.wifi-dot{width:14px;height:10px;border:3px solid #111;border-bottom:0;border-radius:14px 14px 0 0;position:relative}.wifi-dot:after{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background:#111;left:2px;bottom:-3px}.battery{width:25px;height:12px;border:1.8px solid #111;border-radius:4px;position:relative}.battery:before{content:"";position:absolute;top:2px;right:4px;bottom:2px;left:2px;border-radius:2px;background:#111}.battery:after{content:"";position:absolute;right:-4px;top:3px;width:2px;height:6px;border-radius:2px;background:#111}.topbar{background:#fff;flex:0 0 auto;box-shadow:0 .5px #00000014;z-index:20}.topbar .status-notch{display:none}.android-runtime .topbar{padding-top:var(--android-safe-top)}.topbar-transparent{background:transparent;box-shadow:none}.nav-row{height:44px;position:relative;display:flex;align-items:center;justify-content:center;padding:0 14px}.nav-row h1{margin:0;font-size:18px;line-height:1;font-weight:600;color:var(--text)}.nav-back{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:30px;height:30px;display:grid;place-items:center}.nav-back img{width:23px;height:23px;object-fit:contain}.nav-right{position:absolute;right:14px;top:50%;transform:translateY(-50%)}.capsule-more{border:1px solid var(--line-strong);border-radius:18px;height:31px;min-width:84px;display:flex;align-items:center;justify-content:center;font-size:16px;letter-spacing:2px;background:#ffffffa6}.home-header{background:#fff;flex:0 0 auto}.android-runtime .home-header{padding-top:var(--android-safe-top)}.home-nav{height:53px;display:flex;align-items:center;gap:10px;padding:5.5px 15px}.ai-chip,.lang-chip{height:40px;border-radius:27px;background:#f3f3f3;display:flex;align-items:center;gap:6px;color:#666;font-size:12px}.ai-chip{flex:1;justify-content:flex-start;padding:0 13px;background:#edeff2;color:#999}.lang-chip{width:100px;justify-content:center;font-weight:600}.lang-chip-icon{width:17px;height:17px;object-fit:contain;flex:0 0 auto}.bear{width:22px;height:22px;border-radius:50%;overflow:hidden;background:var(--accent-gradient);flex:0 0 auto}.bear img{width:100%;height:100%;object-fit:contain}.tabbar{position:relative;height:86px;flex:0 0 auto;display:grid;grid-template-columns:repeat(4,1fr);align-items:start;padding-top:4px;background:linear-gradient(180deg,#ffffffdb,#fff 48%);border-top:1px solid var(--line-strong);z-index:30}.tab-item{height:52px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:10px;color:#333}.tab-icon{width:32px;height:32px;object-fit:contain}.home-ad-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:84;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;padding:calc(var(--android-safe-top, 0px) + 20px) 39.5px calc(var(--android-safe-bottom, 0px) + 20px);background:#00000080}.home-ad-media{width:min(100%,286px);aspect-ratio:572 / 870;min-height:0;overflow:hidden;border-radius:12px;background:transparent}.home-ad-media img{width:100%;height:100%;object-fit:cover}.home-ad-close{width:28px;height:28px;min-height:0;display:grid;place-items:center;background:transparent;padding:0}.home-ad-close img{width:28px;height:28px;display:block}.home-indicator{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:134px;height:5px;border-radius:100px;background:#8f92a1}.home-indicator.standalone{position:relative;margin:18px auto 8px;left:auto;bottom:auto;transform:none;flex:0 0 auto}.android-runtime .status-bar,.android-runtime .home-indicator{display:none}.android-runtime .tabbar{height:calc(60px + var(--android-safe-bottom));padding-bottom:var(--android-safe-bottom)}.android-runtime .detail-actionbar,.android-runtime .cart-settle,.android-runtime .checkout-settle{height:calc(54px + var(--android-safe-bottom));padding-bottom:var(--android-safe-bottom)}.android-runtime .simple-scroll{padding-bottom:calc(28px + var(--android-safe-bottom))}.home-scroll{padding:15px 15px 18px}.yuyi-home-screen{background:#fff}.yuyi-home-screen .home-scroll,.yuyi-home-scroll{padding:0;background:#fff}.yuyi-home-frame{position:relative;width:100%;min-height:100%;background:#fff}.yuyi-home-frame>img{width:100%;height:auto;display:block;max-width:none}.yuyi-home-hotspot{position:absolute;z-index:2;display:block;border-radius:8px;color:transparent;overflow:hidden}.yuyi-home-hotspot span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.yuyi-home-ad-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:86;overflow:hidden;background:#00000073}.yuyi-home-ad-frame{position:absolute;top:0;left:0;width:100%;aspect-ratio:750 / 1624}.yuyi-home-ad-frame>img{width:100%;height:auto;display:block;max-width:none}.yuyi-home-ad-hotspot{position:absolute;z-index:2;display:block;overflow:hidden;color:transparent}.yuyi-home-ad-hotspot span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.yuyi-home-ad-open{left:11.8667%;top:20.8744%;width:76.2667%;height:52.9557%;border-radius:8px}.yuyi-home-ad-close{left:46.2667%;top:75.6773%;width:7.4667%;height:3.4483%;border-radius:50%}.yuyi-online-support-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:88;overflow:hidden;background:#00000073}.yuyi-online-support-frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;aspect-ratio:750 / 1624;animation:yuyi-support-sheet-in .18s ease-out both}.yuyi-online-support-frame>img{width:100%;height:auto;display:block;max-width:none}.yuyi-online-support-hotspot{position:absolute;z-index:2;display:block;overflow:hidden;color:transparent}.yuyi-online-support-hotspot span,.yuyi-category-hotspot span,.yuyi-static-back span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@keyframes yuyi-support-sheet-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.yuyi-category-screen,.yuyi-static-screen{background:#fff}.yuyi-category-scroll,.yuyi-static-scroll{padding:0;background:#fff}.yuyi-category-scroll{padding-bottom:calc(78px + var(--android-safe-bottom, 0px))}.yuyi-category-frame,.yuyi-static-frame{position:relative;width:100%;min-height:100%;background:#fff}.yuyi-category-frame>img,.yuyi-static-frame>img{width:100%;height:auto;display:block;max-width:none}.yuyi-category-hotspot,.yuyi-static-back{position:absolute;z-index:2;color:transparent;overflow:hidden}.yuyi-category-hotspot{border-radius:8px}.yuyi-category-tabbar{position:absolute;z-index:40;left:0;right:0;bottom:0;height:calc(52px + var(--android-safe-bottom, 0px));padding-bottom:var(--android-safe-bottom, 0px);display:grid;grid-template-columns:repeat(4,1fr);background:transparent;border:0}.yuyi-category-tabbar button{background:transparent;color:transparent}.yuyi-category-tabbar button span{position:absolute;width:1px;height:1px;overflow:hidden;white-space:nowrap}.yuyi-static-back{left:4%;top:6.9%;width:10%;height:5%}.hero-card,.home-carousel,.support-card,.image-tile{width:100%;border-radius:12px;overflow:hidden;position:relative;text-align:left}.hero-card{aspect-ratio:690 / 361;height:auto;margin-bottom:20px;background:#d7e3e1}.hero-card img{width:100%;height:100%;object-fit:cover}.image-tile:after{content:"";position:absolute;inset:auto 0 0;height:50%;background:linear-gradient(180deg,#45454500,#454545d9)}.home-carousel{aspect-ratio:690 / 286;margin-bottom:20px;background:#63b9ef;isolation:isolate;touch-action:pan-y}.home-carousel-track{display:flex;width:100%;height:100%;transition:transform .28s ease}.home-carousel-slide{position:relative;flex:0 0 100%;width:100%;height:100%;overflow:hidden;border:0;border-radius:12px;background:#63b9ef;color:#fff;text-align:left}.home-carousel-slide-member{padding:16px}.home-carousel-member-wave,.home-carousel-member-circle,.home-carousel-member-building{position:absolute;pointer-events:none;-webkit-user-select:none;user-select:none}.home-carousel-member-wave{left:-37px;top:86px;width:288px;height:116px;z-index:0}.home-carousel-member-circle{left:161px;top:-97px;width:241px;height:241px;z-index:0}.home-carousel-member-building{left:195px;top:-29px;width:200px;height:200px;border-radius:50%;object-fit:cover;z-index:1}.home-carousel-member-copy{position:relative;z-index:2;display:flex;flex-direction:column;gap:5px;max-width:256px}.home-carousel-member-copy strong{color:#fff;font-size:18px;font-weight:400;line-height:1.4}.home-carousel-member-copy small{color:#ffffffc7;font-size:12px;line-height:1.4}.home-carousel-slide-member em{position:absolute;z-index:2;left:16px;bottom:14px;width:87px;height:29px;border-radius:15px;background:#fff;color:var(--accent);font-size:12px;font-style:normal;display:grid;place-items:center}.home-carousel-launch-image{width:100%;height:100%;display:block;object-fit:cover}.home-carousel-vip-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.home-carousel-vip-copy{position:absolute;left:6.52%;top:50%;z-index:2;width:55.65%;transform:translateY(-50%);display:flex;flex-direction:column;gap:4px}.home-carousel-vip-copy strong{width:max-content;background:linear-gradient(180deg,#ecdcbf,#dab67c);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:32px;font-weight:600;line-height:1.15;white-space:nowrap}.home-carousel-vip-copy small{color:#fff;font-size:12px;line-height:1.4;white-space:nowrap}.home-carousel-dots{position:absolute;z-index:3;right:15px;bottom:5px;display:flex;align-items:center;gap:6px}.home-carousel-dot,.mini-pager span{width:6px;height:6px;border:0;border-radius:10px}.home-carousel-dot{background:#ffffff80}.home-carousel-dot:not(.active){background:#00000080}.home-carousel-dot.active{width:12px}.home-carousel-dot.active,.mini-pager span{background:#ffffff80}.mini-pager span:first-child{width:12px;background:#00000080}.section-header{display:flex;align-items:center;justify-content:space-between;margin:20px 0 15px}.section-header h2{margin:0;font-size:16px;font-weight:600;color:var(--text-strong)}.section-header button{color:var(--accent);font-size:14px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px 20px}.service-grid button{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0;font-size:14px;color:#666;white-space:nowrap}.service-grid img{width:54px;height:54px;border-radius:0;object-fit:contain;object-position:center}.service-grid span{max-width:100%;overflow:visible;line-height:1.2;text-align:center}.mini-pager{height:12px;display:flex;gap:6px;justify-content:center;align-items:center;margin-top:10px}.mini-pager span{position:static;background:#e6e6e6}.mini-pager span:first-child{background:var(--accent-2)}.alliance-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.alliance-grid .image-tile:after{height:72px;opacity:.7;background:linear-gradient(180deg,#45454500,#4545451a 18%,#454545cc 68%,#454545)}.image-tile{position:relative;overflow:hidden;height:100px;border-radius:12px;background:#dfe3e4}.image-tile img{display:block;width:100%;height:100%;object-fit:cover}.image-tile span{position:absolute;left:12px;bottom:4px;color:#fff;z-index:2;font-size:14px}.partner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.partner-card{height:44px;border-radius:6px;background:#fff;display:grid;place-items:center;box-shadow:0 0 4px #0000001a}.partner-card img{width:70px;height:20px;object-fit:contain}.support-card{aspect-ratio:690 / 242;margin-top:20px;background:transparent;box-shadow:none;display:block}.support-card-figma{width:100%;height:100%;display:block;object-fit:cover}.support-scroll{gap:16px;background:#f6fbfb;padding-bottom:28px}.support-hero{position:relative;min-height:176px;overflow:hidden;border-radius:18px;padding:22px 132px 22px 18px;background:radial-gradient(circle at 84% 44%,#ffffffd9 0,#ffffffd9 22%,#fff0 23%),linear-gradient(135deg,#e5fbfb,#8ee5e6,#63b9ef);box-shadow:0 12px 28px #63b9ef29}.support-hero-copy{position:relative;z-index:2}.support-hero-copy span{display:inline-flex;height:25px;align-items:center;border-radius:999px;padding:0 10px;background:#ffffffc7;color:#2a929b;font-size:12px;font-weight:600}.support-hero-copy h2{margin:14px 0 8px;color:#16282c;font-size:24px;line-height:1.18;font-weight:600}.support-hero-copy p{margin:0;color:#16282ca8;font-size:13px;line-height:1.55}.support-hero img{position:absolute;right:16px;bottom:-11px;width:116px;height:138px;object-fit:contain;z-index:1}.support-action-list{display:flex;flex-direction:column;gap:10px}.support-action{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:72px;border:1px solid rgba(22,40,44,.08);border-radius:14px;background:#fff;padding:12px 14px;color:#16282c;text-align:left;box-shadow:0 8px 22px #1930360f}.support-action.primary{border-color:#63b9ef5c}.support-action.static{grid-template-columns:44px minmax(0,1fr)}.support-action-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:#e9fbfb;color:#339ca5}.support-action.primary .support-action-icon{background:#63b9ef;color:#fff}.support-action strong,.support-action small{display:block}.support-action strong{font-size:15px;line-height:1.4;font-weight:600}.support-action small{margin-top:2px;color:#707d80;font-size:12px;line-height:1.35}.support-action>svg{color:#a4afb2}.support-topics{border-radius:14px;background:#fff;padding:16px;box-shadow:0 8px 22px #1930360d}.support-topics h2{margin:0 0 12px;color:#16282c;font-size:16px;line-height:1.35;font-weight:600}.support-topics div{display:flex;flex-wrap:wrap;gap:8px}.support-topics span{display:inline-flex;height:30px;align-items:center;border-radius:999px;padding:0 12px;background:#f1f7f7;color:#4f666a;font-size:12px}.support-scroll .bottom-primary.inline{display:flex;align-items:center;justify-content:center;gap:6px}.category-layout{flex:1;min-height:0;display:flex;background:#fff}.category-sidebar{width:85px;flex:0 0 85px;background:#f5f5f6;overflow-y:auto}.category-sidebar button{width:85px;height:50px;padding:0 12px;color:#999;font-weight:600;font-size:12px;position:relative}.category-sidebar button.active{background:#fff;color:#333}.category-sidebar button.active:before{content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:var(--accent-2)}.category-sidebar button.active+button{border-top-right-radius:12px}.category-sidebar button.before-active{border-bottom-right-radius:12px}.category-sidebar button.after-active{border-top-right-radius:12px}.category-sidebar-empty{display:block;padding:18px 10px;color:#999;font-size:12px;font-weight:600;line-height:1.4;text-align:center}.category-main{flex:1;min-width:0;display:flex;flex-direction:column;position:relative;overflow:hidden}.tag-strip{position:relative;height:52px;display:flex;align-items:center;gap:6px;padding-left:20px;padding-right:38px;overflow:hidden}.tag-strip button{flex:0 0 auto;height:22px;border-radius:3px;background:#edeff2;color:#666;font-size:12px;padding:0 7px}.tag-strip button.active{background:var(--accent-2);color:#fff}.tag-strip .tag-strip-open{position:absolute;right:0;top:0;width:50.5px;height:52px;padding:0;border-radius:0;background:transparent}.tag-more-figma{display:block;width:50.5px;height:52px}.sort-strip{height:52px;display:flex;align-items:center;gap:15px;padding:0 15px;font-size:13px;color:#666}.category-filter-scrim{position:absolute;z-index:3;left:0;right:0;top:143px;bottom:0;width:auto;height:auto;padding:0;background:#00000080}.category-filter-panel{position:absolute;z-index:4;top:0;left:0;right:0;height:143px;background:#fff}.category-filter-trigger{width:100%;height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;color:#333;font-size:12px;font-weight:700}.category-filter-caret{color:#666;transform:rotate(180deg)}.category-filter-tags{display:flex;flex-wrap:wrap;gap:11px 12px;padding:11px 15px 0}.category-filter-tags button{min-width:48px;height:29px;border-radius:27px;background:#f3f3f3;color:#666;font-size:12px;font-weight:700;padding:0 13px}.category-filter-tags button.active{background:var(--accent-2);color:#fff}.sort-strip button{display:flex;align-items:center;gap:6px}.sort-caret{width:6px;height:8.5px}.subcategory-strip{display:flex;gap:8px;overflow-x:auto;padding:0 12px 10px}.subcategory-strip button{flex:0 0 auto;min-height:30px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#666;padding:0 12px;font-size:12px;font-weight:700}.subcategory-strip button.active{border-color:var(--accent-2);color:var(--accent-2)}.product-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:15px;padding:15px 15px 24px 7px}.category-empty-state{flex:1;display:grid;align-content:center;justify-items:center;gap:9px;padding:28px 24px;color:#999;text-align:center}.category-empty-state svg{color:#aab3b0}.category-empty-state strong{color:#333;font-size:15px}.category-empty-state span{max-width:190px;font-size:12px;line-height:1.6}.product-row{display:flex;gap:12px;min-height:111px}.product-row.is-sold-out .product-row-image,.product-card.is-sold-out>img{filter:grayscale(.85);opacity:.62}.product-row-image{width:95px;height:95px;border-radius:6px;object-fit:cover;flex:0 0 auto;background:#f5f5f5}.product-row-body{min-width:0;flex:1;padding-bottom:14px;border-bottom:1px solid var(--line)}.product-row h3,.product-card h3,.cart-line h3,.checkout-line h3{margin:0;font-size:13px;line-height:1.35;font-weight:600;color:#333}.product-row h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-row p{margin:2px 0 24px;font-size:11px;line-height:1.35;color:#999}.product-card p{margin:2px 0 12px;font-size:11px;color:#999}.product-row .inventory-note,.product-card .inventory-note,.cart-line .inventory-note,.detail-card .inventory-note{margin:5px 0 0;color:#6c7a77;font-size:11px;line-height:1.2}.inventory-note.warning{color:#b7791f}.inventory-note.danger{color:var(--price);font-weight:700}.tags{display:flex;gap:5px;flex-wrap:wrap}.tag{height:14px;border:1px solid var(--accent-2);border-radius:2px;color:var(--accent-2);font-size:9px;line-height:12px;padding:0 2px}.tag-hot{border-color:var(--price);color:var(--price)}.product-row-bottom{display:flex;align-items:flex-end;justify-content:space-between;margin-top:2px}.category-row-price{display:inline-flex;align-items:flex-end;gap:4px;color:var(--price);line-height:1;white-space:nowrap}.category-row-price span{margin-bottom:1px;font-size:11px;font-weight:600}.category-row-price strong{font-size:16px;font-weight:700}.price{display:flex;align-items:flex-end;gap:6px;color:var(--price);line-height:1;white-space:nowrap}.price .currency{font-size:11px;margin-bottom:1px}.price strong{font-size:16px;font-weight:700}.price .cny{color:#ccc;font-size:11px;font-weight:400;margin-bottom:1px}.price-small strong{font-size:16px}.price-large strong{font-size:21px}.price-large .currency{font-size:11px}.round-cart{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--accent-2);color:#fff;flex:0 0 auto;overflow:hidden}.round-cart img{width:22px;height:22px;object-fit:contain}.round-cart:disabled,.detail-actionbar .add:disabled,.detail-actionbar .buy:disabled{background:#d8dddb;color:#fff;cursor:not-allowed;opacity:.85}.round-cart.small{width:22px;height:22px}.global-sourcing-screen{background:#fff}.global-sourcing-layout{flex:1;min-height:0;display:flex;background:#fff}.global-sourcing-sidebar{width:85px;flex:0 0 85px;overflow-y:auto;background:#f5f5f6}.global-sourcing-sidebar button{width:85px;min-height:50px;padding:0 11px;color:#999;font-size:12px;line-height:1.25;font-weight:600;position:relative}.global-sourcing-sidebar button.active{color:#333;background:#fff}.global-sourcing-sidebar button.active:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:var(--accent-2)}.global-sourcing-sidebar button.active+button{border-top-right-radius:12px}.global-sourcing-sidebar button.before-active{border-bottom-right-radius:12px}.global-sourcing-sidebar button.after-active{border-top-right-radius:12px}.global-sourcing-main{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;position:relative;overflow:hidden}.global-sourcing-tag-strip{position:relative;height:52px;flex:0 0 52px;display:flex;align-items:center;gap:5px;padding-left:16px;padding-right:32px;overflow:hidden}.global-sourcing-tag-strip button{flex:0 0 auto;height:22px;min-width:37px;border-radius:3px;background:#edeff2;color:#666;font-size:12px;padding:0 6px}.global-sourcing-tag-strip button.active{background:var(--accent-2);color:#fff}.global-sourcing-tag-strip .global-sourcing-tag-open{position:absolute;right:0;top:0;width:38px;height:52px;min-width:0;padding:0;border-radius:0;background:transparent}.global-sourcing-tag-open .tag-more-figma{width:38px;height:52px;object-fit:fill}.global-sourcing-sort-strip{height:52px;flex:0 0 52px;display:flex;align-items:center;gap:15px;padding:0 15px;color:#666;font-size:13px}.global-sourcing-sort-strip button{display:flex;align-items:center;gap:6px}.global-sourcing-product-list{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:15px;padding:15px 15px 24px 7px}.global-sourcing-product-list .product-row{min-height:111px}.global-sourcing-product-list .product-row-image{background:#f5f5f5;object-fit:cover;padding:0}.global-sourcing-filter-scrim{position:absolute;z-index:3;left:0;right:0;top:143px;bottom:0;width:auto;height:auto;padding:0;background:#00000080}.global-sourcing-filter-panel{position:absolute;z-index:4;top:0;left:0;right:0;height:143px;background:#fff}.global-sourcing-filter-trigger{width:100%;height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;color:#333;font-size:12px;font-weight:700}.global-sourcing-filter-tags{display:flex;flex-wrap:wrap;gap:11px 12px;padding:11px 15px 0}.global-sourcing-filter-tags button{min-width:48px;height:29px;border-radius:27px;background:#f3f3f3;color:#666;font-size:12px;font-weight:700;padding:0 13px}.global-sourcing-filter-tags button.active{background:var(--accent-2);color:#fff}.detail-screen,.cart-screen,.pay-screen,.simple-screen{background:var(--pale)}.detail-scroll{padding-bottom:10px}.detail-hero{height:375px;background:#f1f1f1;position:relative}.detail-hero img{width:100%;height:100%;object-fit:cover}.detail-hero span{position:absolute;right:16px;bottom:15px;height:24px;padding:0 10px;border-radius:12px;color:#fff;font-size:13px;background:#0006;display:grid;place-items:center}.detail-card{width:calc(100% - 20px);margin:10px auto 0;border-radius:12px;background:#fff;padding:10px 15px}.detail-card h2{margin:8px 0;font-size:18px;line-height:1.35;font-weight:600}.figma-detail-card h2{margin-top:8px}.detail-znl-price span{margin-bottom:2px;font-size:11px;font-weight:500}.detail-znl-price strong{font-size:21px;font-weight:700}.rate-note{color:#999;font-size:11px;margin:7px 0 0}.detail-meta{display:flex;flex-direction:column;gap:8px;font-size:16px}.detail-meta p{margin:0;display:flex;gap:15px}.detail-meta span{color:#999}.detail-meta strong{font-weight:400;color:#333}.detail-title{height:34px;display:flex;align-items:center;justify-content:center;gap:12px;color:#999;font-size:12px}.detail-title span{width:132px;height:1px;background:#e6e6e6}.poster{width:100%;background:#fff}.notice{padding:15px;background:#fff;font-size:12px;line-height:1.5;color:#666}.notice p{margin:0 0 5px}.detail-actionbar{height:54px;flex:0 0 auto;display:grid;grid-template-columns:43px 43px 43px 1fr 1fr;gap:0;align-items:center;padding:5px 15px;background:#fff;border-top:1px solid #f4f4f4}.detail-actionbar button{height:44px;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:10px;gap:1px}.detail-actionbar button img{width:22px;height:22px;object-fit:contain}.detail-actionbar .add,.detail-actionbar .buy{color:#fff;font-size:16px;font-weight:600;flex-direction:row}.detail-actionbar .add{border-radius:22px 0 0 22px;background:var(--accent-gradient)}.detail-actionbar .buy{border-radius:0 22px 22px 0;background:linear-gradient(90deg,#ffc71d,#ff9118)}.cart-scroll{background:var(--pale);padding-bottom:15px}.cart-toolbar{height:43px;padding:0 15px;display:flex;justify-content:space-between;align-items:center;color:#999;background:var(--pale);font-size:12px}.cart-toolbar button,.select-dot{display:flex;align-items:center;gap:4px;color:inherit}.selection-icon,.toolbar-icon{width:18px;height:18px;object-fit:contain;flex:0 0 auto}.toolbar-icon{width:16px;height:16px}.cart-toolbar button:first-child,.select-dot{color:#333}.cart-check{width:18px;height:18px;flex:0 0 auto;display:grid;place-items:center;border:1px solid #eaeaea;border-radius:50%;background:#fff}.cart-check.is-checked{border-color:var(--accent-2);background:var(--accent-2)}.cart-check.is-checked:after{content:"";width:8px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:translateY(-1px) rotate(-45deg)}.cart-list-card{background:#fff;padding:15px;display:flex;flex-direction:column;gap:10px}.cart-line{display:flex;gap:8px;align-items:center;min-height:81.5px}.cart-line>img{width:80px;height:80px;border-radius:6px;object-fit:cover;background:#f5f5f5}.cart-line-body{min-width:0;flex:1;height:81.5px;display:flex;flex-direction:column;justify-content:space-between}.cart-line-title{display:grid;grid-template-columns:minmax(0,1fr) 28px;gap:6px;align-items:start}.cart-line h3{font-size:13px;line-height:18px;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-line-delete{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:#8a9492;background:#f2f5f5}.cart-line-delete img{width:16px;height:16px;object-fit:contain}.cart-line-delete:active{color:#fff;background:var(--accent)}.spec-pill{width:max-content;height:21px;margin:0;padding:0 5px;border-radius:3px;background:#edeff299;color:#666;font-size:12px;display:inline-flex;align-items:center;gap:5px}.spec-pill img{width:9px;height:6px;object-fit:contain}.cart-line-bottom{display:flex;align-items:center;justify-content:space-between;min-height:22px}.cart-line-bottom .znl-price{min-width:0;flex:1 1 auto}.cart-line-bottom .stepper{flex:0 0 74px}.znl-price{display:inline-flex;align-items:flex-end;gap:4px;color:var(--price);line-height:1;white-space:nowrap}.znl-price span{margin-bottom:1px;font-size:11px;font-weight:500}.znl-price strong{font-size:16px;font-weight:700}.add-cart-sheet-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:86;display:flex;align-items:flex-end;justify-content:center}.add-cart-sheet-scrim{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;background:#00000080}.add-cart-sheet{position:relative;z-index:1;width:100%;height:337px;display:flex;flex-direction:column;gap:11px;padding-top:15px;border-radius:12px 12px 0 0;background:#fff}.add-cart-sheet-content{display:flex;flex-direction:column;gap:15px;padding:0 15px}.add-cart-sheet-product{display:flex;align-items:flex-start;gap:13px}.add-cart-sheet-product img{width:95px;height:95px;flex:0 0 auto;border-radius:6px;background:#f5f5f5;object-fit:cover}.add-cart-sheet-product .znl-price{margin-top:3px}.add-cart-sheet-specs{display:flex;flex-wrap:wrap;gap:11px}.add-cart-spec{min-height:29px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border-radius:4px;background:#f3f3f3;color:#666;font-size:12px;font-weight:700;line-height:1}.add-cart-spec.active{border:1px solid var(--accent);background:#e2fbf9;color:var(--accent)}.add-cart-sheet-quantity{min-height:22px;display:flex;align-items:center;justify-content:space-between}.add-cart-sheet-quantity div{display:flex;align-items:center;gap:6px;font-size:12px;line-height:1}.add-cart-sheet-quantity strong{color:#333;font-weight:700}.add-cart-sheet-quantity span{color:#999;font-weight:400}.add-cart-sheet-submit{width:100%;height:44px;border-radius:22px;background:var(--accent-gradient);color:#fff;font-size:16px;font-weight:600}.add-cart-sheet-submit.buy-now{background:linear-gradient(90deg,#ffc71d,#ff9118)}.add-cart-sheet-submit:disabled{opacity:.45;cursor:not-allowed}.add-cart-sheet-home-indicator{position:relative;height:34px;flex:0 0 auto;background:#fff}.add-cart-sheet-home-indicator span{position:absolute;left:50%;bottom:8px;width:134px;height:5px;border-radius:100px;background:#8f92a1;transform:translate(-50%)}.android-runtime .add-cart-sheet-home-indicator{display:none}.android-runtime .add-cart-sheet{padding-bottom:var(--android-safe-bottom)}.stepper{display:flex;align-items:center;width:74px}.stepper button{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--accent-gradient-vertical);color:#fff}.stepper button:disabled{opacity:.5;cursor:not-allowed}.stepper-minus,.stepper-plus{position:relative;display:block;width:10px;height:10px}.stepper-minus:before,.stepper-plus:before,.stepper-plus:after{content:"";position:absolute;left:0;top:50%;width:10px;height:2px;border-radius:1px;background:#fff;transform:translateY(-50%)}.stepper-plus:after{transform:translateY(-50%) rotate(90deg)}.stepper-value{width:30px;text-align:center;font-size:12px;font-weight:700}.recommend-title{height:21px;margin:25px 0 15px;display:flex;align-items:center;justify-content:center;gap:14px;font-size:15px;font-weight:600}.recommend-title img{width:20px;height:11px;object-fit:contain}.recommend-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;padding:0 15px 20px}.recommend-grid.compact-grid{padding:0}.product-card{border-radius:12px;overflow:hidden;background:#fff}.product-card>img{width:100%;aspect-ratio:1 / 1;object-fit:cover;background:#f4f4f4}.product-card-body{padding:15px 10px;display:flex;flex-direction:column;gap:6px}.product-card h3{min-height:36px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card p{height:16px;margin:0;overflow:hidden;font-size:11px;line-height:16px;color:#999}.product-card-price{display:flex;align-items:flex-end;justify-content:space-between;min-height:22px}.cart-tags{display:flex;gap:5px;flex-wrap:wrap}.cart-tag{height:14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid currentColor;border-radius:2px;padding:0 2px;font-size:9px;line-height:13px;white-space:nowrap}.cart-tag-hot{color:var(--price)}.cart-tag-ship{color:var(--accent-2)}.cart-settle,.checkout-settle{height:54px;flex:0 0 auto;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:5px 15px;border-top:1px solid #f1f1f1}.cart-settle>div{display:flex;align-items:center;gap:4px;font-size:12px}.cart-settle button,.checkout-settle button{width:89px;height:35px;border-radius:18px;background:var(--accent-gradient);color:#fff;font-size:16px;font-weight:600}.cart-settle button:disabled,.checkout-settle button:disabled{opacity:.45;cursor:not-allowed}.cart-settle button span{font-size:12px;color:#fff9}.cart-settle{height:45px;padding:5px 15px}.android-runtime .cart-settle{height:calc(45px + var(--android-safe-bottom));padding-bottom:var(--android-safe-bottom)}.checkout-scroll{padding:15px;display:flex;flex-direction:column;gap:10px}.address-card,.checkout-card,.list-row-card,.settings-card,.pay-methods,.success-card,.form-card,.order-list-card,.article-card{background:#fff;border-radius:12px}.address-card{display:flex;align-items:center;gap:12px;padding:10px 15px}button.address-card{width:100%;border:0;text-align:left}.address-card>svg,.checkout-map-icon,.address-map-icon{width:17px;height:17px;object-fit:contain;flex:0 0 auto}.empty-state-icon{width:34px;height:34px;object-fit:contain}.address-card div{min-width:0;flex:1}.address-card h2{margin:0 0 4px;font-size:16px;font-weight:600}.address-card p{margin:0;font-size:16px;line-height:1.4;color:#999}.checkout-card{padding:10px 15px;display:flex;flex-direction:column;gap:10px}.checkout-line{display:flex;gap:8px;align-items:flex-start}.checkout-line img{width:80px;height:80px;border-radius:6px;object-fit:cover;background:#f4f4f4}.checkout-line div{min-width:0;flex:1}.checkout-line p{margin:2px 0;color:#ccc;font-size:11px}.checkout-line .price{align-self:flex-start;flex-direction:column;align-items:flex-end;gap:2px}.list-row-card{min-height:56px;padding:0 15px;display:flex;align-items:center;gap:10px;width:100%;text-align:left;font-size:16px}.list-row-card span{flex:1}.list-row-card em{color:var(--price);font-style:normal;font-size:12px}.settings-card{overflow:hidden;border-radius:16px;box-shadow:none}.settings-row{min-height:50px;width:100%;padding:0 15px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line);text-align:left;font-size:17px;font-weight:600}.settings-row:last-child{border-bottom:0}.settings-row span{flex:1}.settings-row strong{min-width:0;max-width:178px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#999;font-size:14px;font-weight:400}.settings-avatar-row{min-height:80px}.settings-avatar-row img{width:50px;height:50px;border-radius:50%;object-fit:cover}.settings-avatar-row.uploading{opacity:.72}.avatar-file-input{display:none}.settings-error{margin:-8px 15px 12px;color:var(--price);font-size:12px;line-height:1.45}.avatar-source-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:flex-end;background:#00000080}.avatar-source-sheet{width:100%;padding-bottom:var(--android-safe-bottom, 8px);background:#f6f7f8}.avatar-source-sheet h2{margin:0;min-height:54px;display:grid;place-items:center;color:#333;font-size:17px;background:#fff}.avatar-source-option{width:100%;height:49px;background:#fff;color:#333;font-size:16px;font-weight:400}.avatar-source-option+.avatar-source-option{border-top:1px solid var(--line)}.avatar-source-cancel{margin-top:8px;background:#f3f3f3;color:#f45f4f}.avatar-camera-overlay,.avatar-crop-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:120;overflow:hidden;background:#000;color:#fff}.avatar-camera-overlay{display:grid;grid-template-rows:144px minmax(0,1fr) 144px}.avatar-camera-top{position:relative}.avatar-camera-title{position:absolute;left:16px;top:16px;color:#fff;font-size:16px}.avatar-camera-top button{position:absolute;right:28px;bottom:48px;width:36px;height:36px;display:grid;place-items:center;color:#fff}.avatar-camera-preview{min-height:0;background:#111}.avatar-camera-preview video{width:100%;height:100%;object-fit:cover}.avatar-camera-error{width:100%;height:100%;padding:24px;display:grid;place-items:center;color:#ffffffdb;font-size:14px;line-height:1.5;text-align:center}.avatar-camera-controls{position:relative}.avatar-camera-close{position:absolute;left:56px;top:50px;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#000}.avatar-camera-shutter{position:absolute;left:50%;top:28px;width:86px;height:86px;transform:translate(-50%);border:10px solid #d8d8d8;border-radius:50%;background:#fff}.avatar-crop-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover}.avatar-crop-frame{position:absolute;left:19px;right:19px;top:31%;aspect-ratio:1;border:1px solid rgba(255,255,255,.95);box-shadow:0 0 0 9999px #0000007a}.avatar-crop-actions{position:absolute;left:17px;right:17px;bottom:calc(var(--android-safe-bottom, 0px) + 54px);display:flex;justify-content:space-between;align-items:center}.avatar-crop-actions button{min-width:112px;height:44px;padding:0 24px;border-radius:22px;background:#fff;color:var(--accent);font-size:16px}.avatar-crop-actions button:last-child{background:var(--accent);color:#fff}.avatar-crop-actions button:disabled{opacity:.7}.camera-indicator{position:absolute;left:0;right:0;bottom:11px;z-index:1}.settings-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px;background:#141c1e6b}.settings-modal{width:100%;max-width:315px;border-radius:14px;background:#fff;padding:22px 18px 16px;box-shadow:0 18px 48px #122a2d38}.settings-modal h2{margin:0 0 14px;color:#202928;font-size:18px;line-height:1.3;text-align:center}.settings-modal input{width:100%;height:44px;border:1px solid var(--line);border-radius:8px;padding:0 12px;color:#222;font-size:15px;outline:none}.settings-modal input:focus{border-color:var(--accent-2);box-shadow:0 0 0 3px #63b9ef29}.settings-modal p{margin:10px 0 0;color:var(--price);font-size:12px;line-height:1.45}.settings-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.settings-modal-actions button{height:40px;border-radius:20px;font-size:15px;font-weight:600}.settings-modal-actions button:first-child{background:#f2f4f4;color:#57615f}.settings-modal-actions button:last-child{background:var(--accent-gradient);color:#fff}.settings-modal-actions button:disabled{opacity:.6}.language-card{padding:12px 15px 16px}.language-card h2{margin:0;height:40px;display:flex;align-items:center;color:#333;font-size:17px;font-weight:600}.language-option{width:100%;height:34px;display:flex;align-items:center;gap:8px;color:#666;font-size:16px;font-weight:600}.language-option span{flex:1;text-align:left}.language-option svg{color:var(--accent-2);flex:0 0 auto}.language-sheet-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:flex-end;justify-content:center;background:#00000080}.language-sheet{width:100%;background:#f3f3f3;border-radius:12px 12px 0 0;overflow:hidden;display:flex;flex-direction:column;gap:10px}.language-sheet-title{margin:0;min-height:54px;display:flex;align-items:center;justify-content:center;color:#333;font-size:16px;font-weight:600;background:#fff}.language-sheet-options,.language-sheet-cancel{background:#fff}.language-sheet-options{border-radius:12px 12px 0 0;overflow:hidden}.language-sheet-options button,.language-sheet-cancel{width:100%;min-height:48px;display:grid;place-items:center;color:#333;font-size:16px;line-height:1.35;font-weight:400}.language-sheet-options button+button{border-top:1px solid #e6e6e6}.language-sheet-options button.is-active{color:#333;font-weight:500}.language-sheet-cancel{min-height:52px;padding-bottom:env(safe-area-inset-bottom,0)}.settings-extra-card{margin-top:-10px}.pay-methods{padding:20px 15px;display:flex;flex-direction:column;gap:20px}.pay-option{display:flex;align-items:center;gap:12px}.pay-option span{width:25px;height:25px;border-radius:3px;color:#fff;display:grid;place-items:center;font-size:16px;font-weight:700}.pay-option strong{flex:1;text-align:left;font-size:16px;font-weight:400}.zil-quote{margin:-6px 0 0 37px;display:flex;flex-direction:column;gap:8px;padding:10px 12px;border-radius:12px;background:#f4fbfb;border:1px solid #d8eeee}.zil-quote p{margin:0;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#667472;font-size:12px}.zil-quote strong{color:#1c3434;font-size:13px;font-weight:700;white-space:nowrap}.pay-disabled-note{margin:-10px 0 0 37px;color:#7b8785;font-size:12px;line-height:1.45}.checkout-error{margin:-8px 0 0 37px;color:var(--price);font-size:12px;line-height:1.45}.active-check,.muted-check{width:18px;height:18px}.checkout-settle span{font-size:12px}.checkout-settle strong{color:var(--price);margin-left:5px;font-size:16px}.checkout-settle small{color:#ccc;margin-left:3px}.pay-success-main{flex:1;padding:60px 15px;text-align:center}.success-mark{width:60px;height:60px;border-radius:50%;background:var(--accent-gradient-vertical);color:#fff;display:grid;place-items:center;margin:0 auto 20px}.pay-success-main h2{margin:0 0 50px;font-size:16px}.success-card{overflow:hidden;text-align:left}.success-card p{margin:0 10px;height:50px;display:flex;align-items:center;gap:30px;border-bottom:1px solid var(--line);font-size:16px}.success-card p:last-child{border-bottom:0}.success-card span{width:64px;color:#666;font-weight:600}.success-card strong{font-weight:600}.bottom-primary{height:44px;border-radius:22px;background:var(--accent-gradient);color:#fff;display:grid;place-items:center;font-size:16px;font-weight:600;width:calc(100% - 30px);margin:0 15px 12px}.bottom-primary.inline{margin-top:12px;width:100%}.bottom-primary:disabled{opacity:.55}.login-screen{background:#fff}.login-main,.phone-main{flex:1;padding:10px 25px}.login-title{margin:45px 0 58px}.login-title h1{margin:0 0 8px;color:var(--accent);font-size:36px;font-weight:400}.login-title p{margin:0;color:#9e9e9e;font-size:12px}.wechat-card{min-height:232px;border-radius:12px;background:#fff;box-shadow:var(--shadow);padding:43px 15px 24px;display:flex;flex-direction:column;align-items:center;gap:20px}.wechat-card img{width:50px;height:50px}.gradient-btn,.submit-btn{height:44px;border-radius:22px;color:#fff;display:grid;place-items:center;width:100%;font-size:16px;font-weight:600;background:var(--accent-gradient)}.auth-links{display:flex;justify-content:space-between;margin-top:15px}.auth-links button{color:var(--accent);font-size:12px;display:inline-flex;align-items:center;gap:5px}.agreement{display:inline-flex;align-items:center;gap:10px;color:#333;font-size:12px}.agreement .selection-icon{width:18px;height:18px}.agreement em{color:var(--accent);font-style:normal}.phone-main{padding-top:54px}.phone-main h1{margin:0 0 58px;font-size:24px;color:#262424}.phone-form{display:flex;flex-direction:column}.phone-form input,.form-card input,.form-card textarea,.form-card select{width:100%;border:0;outline:0;border-bottom:1px solid var(--line);height:58px;color:#333;font-size:16px;background:transparent}.phone-number-row,.address-phone-row{display:flex;align-items:center;border-bottom:1px solid var(--line)}.phone-number-row input,.address-phone-row input{min-width:0;flex:1;border-bottom:0}.phone-number-row select{flex:0 0 118px;min-width:0;height:58px;border:0;outline:0;background:transparent;color:#333;font-size:14px;font-weight:600}.address-phone-row span{flex:0 0 auto;min-width:58px;color:var(--accent);font-size:15px;font-weight:700}.form-card select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#999 50%),linear-gradient(135deg,#999 50%,transparent 50%);background-position:calc(100% - 16px) 26px,calc(100% - 11px) 26px;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.phone-form input::placeholder,.form-card input::placeholder,.form-card textarea::placeholder{color:#ccc8c8}.code-row{display:flex;align-items:center;border-bottom:1px solid var(--line)}.code-row input{border-bottom:0}.code-row button{color:#ccc8c8;font-size:12px;white-space:nowrap}.submit-btn{margin:40px 0 18px;background:linear-gradient(90deg,#b7b7b7,#7f7f7f)}.submit-btn.ready{background:var(--accent-gradient)}.profile-screen{background:#fff;overflow:hidden}.profile-bg{position:absolute;left:0;top:0;width:100%;height:370px;background:url(/assets/profile-bg.svg) center top / cover no-repeat;z-index:0}.profile-main{position:relative;z-index:1;flex:1;overflow-y:auto;padding:20px 15px 28px}.android-runtime .profile-main{padding-top:calc(20px + var(--android-safe-top))}.profile-user{height:94px;display:flex;align-items:center;gap:10px;padding:10px 10px 10px 0}.profile-user>img{width:74px;height:74px;border-radius:50%;object-fit:cover;background:#ffffffc7}.profile-user div{flex:1;min-width:0}.profile-user h1{margin:0 0 3px;font-size:16px;font-weight:600;color:#333}.profile-user p{margin:0;color:var(--accent);font-size:12px;font-weight:600;display:flex;align-items:center;gap:2px}.profile-user p img{width:18px;height:18px;object-fit:contain}.profile-user button{width:48px;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#333}.profile-user button img{width:24px;height:24px;object-fit:contain}.profile-card{background:#fff;border-radius:12px;box-shadow:var(--shadow);overflow:hidden;margin-top:15px}.order-card{padding-bottom:27px}.profile-card-title{height:45px;display:flex;align-items:center;justify-content:space-between;padding:0 15px}.profile-card-title h2{margin:0;font-size:14px;font-weight:500;color:#333}.profile-card-title button{color:#666;font-size:12px;display:flex;align-items:center;gap:0}.profile-card-title button img{width:16px;height:16px;object-fit:contain}.order-icons{display:grid;grid-template-columns:repeat(4,1fr);margin-top:10px}.order-icons button{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:12px;color:#333}.order-icons img{width:29px;height:29px;object-fit:contain}.menu-card button{height:50.5px;width:100%;padding:0 15px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.menu-card button:last-child{border-bottom:0}.menu-card span{width:22px;height:22px;color:var(--accent);display:grid;place-items:center}.menu-card span img{width:22px;height:22px;object-fit:contain}.menu-card strong{flex:1;text-align:left;font-size:16px;font-weight:400;letter-spacing:-.24px;color:#333}.menu-card strong em{margin-left:10px;color:#999;font-style:normal}.profile-chevron{width:16px;height:16px;object-fit:contain}.simple-scroll{padding:15px;display:flex;flex-direction:column;gap:12px}.settings-scroll{padding:30px 15px 28px;gap:24px}.orders-screen{background:#f8f9fa}.orders-tabs{position:relative;height:43px;flex:0 0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:4px;overflow:hidden;padding:14px 5px 8px;background:#fff;box-shadow:0 .5px #f2f0f0}.orders-tabs button{position:relative;min-width:0;color:#666;font-size:13px;line-height:1.35;font-weight:400;text-align:center}.orders-tabs button.active{color:#333;font-size:15px;font-weight:500}.orders-tabs button.active:after{content:"";position:absolute;left:50%;bottom:-7px;width:15px;height:3px;border-radius:2px;background:#63b9ef;transform:translate(-50%)}.orders-scroll{padding:15px;display:flex;flex-direction:column;gap:15px;background:#f8f9fa}.order-list-card{width:100%;display:flex;flex-direction:column;align-items:flex-end;gap:10px;border-radius:12px;background:#fff;padding:0 15px 15px}.order-list-head{width:100%;min-height:31px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e6e6e6;padding:9px 0;background:transparent;color:#999;font-size:12px;line-height:1.35;letter-spacing:.09px;text-align:left}.order-list-head strong{font-weight:400}.order-list-head strong.is-pay{color:#fc622a}.order-list-head strong.is-info{color:#26acf5}.order-list-lines{width:100%;display:flex;flex-direction:column;gap:10px}.order-product-line{position:relative;width:100%;min-height:80px;display:grid;grid-template-columns:80px minmax(0,1fr) auto;gap:8px;align-items:center;background:transparent;text-align:left}.order-product-line:not(.has-currency-subline){grid-template-columns:80px minmax(0,1fr)}.order-product-line img{width:80px;height:80px;border-radius:6px;object-fit:cover}.order-product-info{min-width:0;align-self:stretch;display:flex;flex-direction:column;justify-content:flex-end}.order-product-info h3{margin:0 auto auto 0;color:#333;font-size:13px;line-height:1.38;font-weight:500;max-height:36px;overflow:hidden}.order-product-info p{margin:0;color:#ccc;font-size:11px;line-height:1.45;white-space:nowrap}.order-product-price{min-width:62px;align-self:end;display:flex;flex-direction:column;align-items:flex-end;color:#333;text-align:right;white-space:nowrap}.order-product-line:not(.has-currency-subline) .order-product-price{position:absolute;right:0;bottom:0}.order-product-price strong,.order-list-total strong{font-size:16px;line-height:1.44;font-weight:600}.order-product-price strong span,.order-list-total strong span{font-size:11px;font-weight:500}.order-product-price em{color:#ccc;font-size:11px;line-height:1.45;font-style:normal}.order-list-total{display:flex;align-items:flex-end;justify-content:flex-end;color:#333;white-space:nowrap}.order-list-total>span{color:#999;font-size:11px;line-height:1.45}.order-actions{display:flex;justify-content:flex-end;gap:10px}.order-actions button{height:29px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e6e6e6;border-radius:14px;background:#fff;padding:0 12px;color:#333;font-size:12px;line-height:1;letter-spacing:.09px;white-space:nowrap}.order-actions button.primary{border-color:#63b9ef;color:#63b9ef}.order-status-screen,.address-list-screen,.footprints-screen{background:#f8f9fa}.order-status-scroll{padding:15px;display:flex;flex-direction:column;gap:10px;background:#f8f9fa}.order-status-address,.order-status-card,.order-logistics-card,.figma-address-card{border-radius:12px;background:#fff}.order-status-address{width:100%;padding:10px 15px;text-align:left}.order-status-address span,.figma-address-card span{display:flex;align-items:center;gap:7px;min-width:0}.order-status-address img,.figma-address-card span img{width:16px;height:16px;flex:0 0 auto;object-fit:contain}.order-status-address strong,.figma-address-card strong{min-width:0;color:#333;font-size:16px;line-height:1.42;font-weight:500}.order-status-address p,.figma-address-card p{margin:4px 0 0 23px;color:#999;font-size:16px;line-height:1.42}.order-status-card{display:flex;flex-direction:column;align-items:flex-end;gap:10px;padding:15px}.order-status-lines{width:100%;display:flex;flex-direction:column;gap:10px}.order-status-line{width:100%;display:flex;align-items:center;gap:8px;min-height:80px}.order-status-line>img{width:80px;height:80px;border-radius:6px;object-fit:cover;flex:0 0 auto}.order-status-line-main{align-self:stretch;min-width:0;flex:1;display:flex;flex-direction:column;justify-content:space-between}.order-status-line h2{margin:0;color:#333;font-size:13px;line-height:1.38;font-weight:500;max-height:38px;overflow:hidden}.order-status-line-bottom{display:flex;align-items:flex-end;gap:2px}.order-status-line-bottom span{display:flex;flex-direction:column;gap:1px;color:#ccc;font-size:11px;line-height:1.45;white-space:nowrap}.order-status-line-bottom em{font-style:normal}.order-status-line-bottom strong,.order-status-paid strong{flex:1;color:#fc622a;font-size:20px;line-height:1.15;font-weight:600;text-align:right;white-space:nowrap}.order-status-line-bottom small,.order-status-paid small{font-size:11px;font-weight:500}.order-status-paid{margin:0;display:flex;align-items:flex-end;justify-content:flex-end;white-space:nowrap}.order-status-paid span{color:#999;font-size:11px;line-height:1.45}.order-status-paid strong{flex:0 0 auto;color:#333}.order-status-divider{width:100%;height:1px;background:#eaeaea}.order-status-meta,.order-logistics-card>div{width:100%;display:flex;flex-direction:column;gap:4px}.order-status-meta p,.order-logistics-card p{margin:0;display:flex;align-items:center;gap:6px;color:#333;font-size:16px;line-height:1.42}.order-status-meta span,.order-logistics-card span{flex:0 0 auto;color:#999}.order-status-meta strong,.order-logistics-card strong{min-width:0;flex:1;display:flex;align-items:center;justify-content:flex-end;gap:10px;color:#333;font-weight:400;text-align:right;white-space:nowrap}.order-status-meta img,.order-logistics-card strong img{width:12px;height:12px;flex:0 0 auto;object-fit:contain}.order-logistics-card{display:flex;flex-direction:column;gap:10px;padding:15px 20px}.order-logistics-card h2{margin:0;display:flex;align-items:center;gap:5px;color:#333;font-size:16px;line-height:1.42;font-weight:500}.order-logistics-card h2 i{width:5px;height:16px;border-radius:13px;background:#63b9ef}.order-status-actionbar{position:relative;height:84px;flex:0 0 auto;display:flex;align-items:flex-start;justify-content:flex-end;gap:10px;padding:5px 15px 34px;background:#fff}.order-status-actionbar button{height:35px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e6e6e6;border-radius:18px;background:#fff;padding:0 18px;color:#333;font-size:12px;line-height:1;letter-spacing:.09px;white-space:nowrap}.order-status-actionbar button.primary{border-color:#63b9ef;color:#63b9ef}.address-list-scroll{padding:15px;display:flex;flex-direction:column;gap:25px;background:#f8f9fa}.address-list-stack{display:flex;flex-direction:column;gap:10px}.figma-address-card{display:flex;align-items:center;justify-content:center;gap:15px;padding:10px 15px}.figma-address-select{flex:1;min-width:0;text-align:left}.figma-address-card>button:not(.figma-address-select){width:18px;height:18px;flex:0 0 auto}.figma-address-card>button:not(.figma-address-select) img{width:18px;height:18px;object-fit:contain}.address-add-button{width:100%;height:44px;display:grid;place-items:center;border-radius:22px;background:var(--accent-gradient);color:#fff;font-size:16px;line-height:1;font-weight:500}.address-list-home,.footprints-home{position:relative;height:34px;flex:0 0 auto;background:#f8f9fa}.footprints-scroll{padding:15px;background:#f8f9fa}.footprints-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 11px}.footprint-product-card{overflow:hidden;border-radius:12px;background:#fff}.footprint-product-card>img{width:100%;aspect-ratio:1 / 1;border-radius:6px;object-fit:cover}.footprint-product-card>div{display:flex;flex-direction:column;gap:4px;padding:15px 10px 14px}.footprint-product-card h2{height:36px;margin:0;overflow:hidden;color:#333;font-size:13px;line-height:1.38;font-weight:500}.footprint-product-card p{height:16px;margin:0;color:#999;font-size:11px;line-height:1.45}.footprint-product-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;height:23px}.footprint-product-bottom strong{min-width:0;color:#fc622a;font-size:16px;line-height:1.44;font-weight:600;white-space:nowrap}.footprint-product-bottom strong span{font-size:11px;font-weight:500}.footprint-product-bottom button,.footprint-product-bottom img{width:22px;height:22px;flex:0 0 auto}.order-detail-summary{padding:18px 16px;border-radius:14px;background:linear-gradient(135deg,#5fc2c6,#8dded6);color:#fff;display:flex;flex-direction:column;gap:6px;box-shadow:var(--shadow)}.order-detail-summary strong{font-size:20px}.order-detail-summary span{font-size:12px;opacity:.9}.order-detail-card{padding:14px;border-radius:12px;background:#fff;box-shadow:var(--shadow)}.order-detail-card h2{margin:0 0 12px;color:#333;font-size:15px}.order-detail-card>p{margin:0;min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#888;font-size:13px}.order-detail-card>p strong{color:#333;font-size:13px}.order-detail-line{display:flex;gap:10px;padding:12px 0;border-top:1px solid var(--line)}.order-detail-line:first-of-type{border-top:0;padding-top:0}.order-detail-line img{width:70px;height:70px;border-radius:8px;object-fit:cover;background:#f4f4f4}.order-detail-line div{flex:1;min-width:0}.order-detail-line h3{margin:0 0 5px;color:#333;font-size:13px;line-height:1.35}.order-detail-line p{margin:2px 0;color:#999;font-size:11px}.order-detail-line span{flex:0 0 82px;display:flex;flex-direction:column;align-items:flex-end;gap:6px;text-align:right}.order-detail-line span strong{color:#333;font-size:14px}.order-detail-line span em{color:var(--price);font-size:11px;font-style:normal;line-height:1.35}.order-detail-empty{color:#999;font-size:13px}.order-detail-total p strong{color:var(--price);font-size:16px}.coupon-card{height:92px;background:#fff;border-radius:12px;display:flex;align-items:center;padding:0 15px;gap:14px;box-shadow:var(--shadow)}.coupon-card>div{color:var(--price);min-width:62px}.coupon-card small{font-size:16px}.coupon-card strong{font-size:34px}.coupon-card span{flex:1}.coupon-card h2{margin:0 0 5px;font-size:16px}.coupon-card p{margin:0;color:#999;font-size:12px}.coupon-card button{height:30px;padding:0 12px;border-radius:15px;background:var(--accent);color:#fff;font-size:12px}.list-address{align-items:flex-start}.list-address em{margin-left:6px;border-radius:4px;padding:1px 4px;background:#63b9ef1f;color:var(--accent);font-style:normal;font-size:11px}.address-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.address-actions button{min-width:54px;height:28px;border:1px solid var(--line);border-radius:14px;color:#666;font-size:12px;font-weight:600}.address-actions button:last-child{border-color:#f455453d;color:var(--price)}.footprint-summary{min-height:58px;border-radius:12px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 15px;color:#666;box-shadow:var(--shadow)}.footprint-summary svg{color:var(--accent)}.footprint-summary span{flex:1}.footprint-summary strong{color:var(--accent);font-size:22px}.logout-btn{height:44px;border-radius:22px;background:#f1f1f1;color:var(--accent);font-size:16px;font-weight:600}.settings-scroll .logout-btn{margin-top:auto;flex:0 0 auto}.form-card{padding:5px 15px 15px}.form-card label{display:block;color:#666;font-size:13px;margin-top:10px}.form-card textarea{min-height:90px;resize:none;padding-top:16px}.identity-form{display:flex;flex-direction:column;gap:0}.identity-title{margin:0 15px 10px;color:#333;font-size:16px;line-height:1.4;font-weight:600}.identity-status{margin:10px 15px 0;font-size:13px;line-height:1.45}.identity-status.success{color:var(--accent)}.identity-status.error{color:var(--price)}.balance-card{height:140px;border-radius:16px;color:#fff;padding:22px;background:linear-gradient(135deg,var(--accent-gradient-start),var(--accent) 52%,var(--accent-dark));box-shadow:0 14px 34px #63b9ef47}.balance-card span,.balance-card small{display:block;opacity:.8}.balance-card strong{display:block;margin-top:10px;font-size:42px}.amount-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.amount-grid button{height:54px;border-radius:12px;background:#fff;color:#333;font-weight:600}.amount-grid button.active{color:var(--accent);border:1px solid var(--accent)}.znl-scroll{gap:14px}.znl-hero{min-height:176px;border-radius:22px;background:linear-gradient(135deg,#f5fbfb,#eaf7f8 42%,#d6eef5);box-shadow:0 16px 30px #3681a524;display:flex;align-items:center;gap:18px;padding:24px 20px;overflow:hidden}.znl-hero-icon{width:92px;height:92px;border-radius:28px;background:#ffffffe0;box-shadow:0 14px 28px #2f80b033;display:grid;place-items:center;flex:0 0 auto}.znl-hero-icon img{width:74px;height:74px;object-fit:contain}.znl-hero-copy{min-width:0;color:#1c2f36}.znl-hero-copy span,.znl-hero-copy small{display:block;color:#647477;font-size:13px;line-height:1.4}.znl-hero-copy strong{display:block;margin:8px 0 2px;font-size:36px;line-height:1.05}.znl-action-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.znl-action{height:48px;border-radius:14px;font-size:15px;font-weight:700}.znl-action.primary{background:var(--accent);color:#fff}.znl-action.secondary{background:#fff;color:var(--accent);border:1px solid rgba(75,180,177,.32)}.znl-card{border-radius:16px;background:#fff;padding:18px 16px;box-shadow:0 10px 24px #0d20260d}.znl-card h2{margin:0 0 14px;color:#1b2528;font-size:18px;line-height:1.35}.znl-metric{min-height:50px;border-top:1px solid #edf1f1;display:flex;align-items:center;justify-content:space-between;gap:12px}.znl-metric:first-of-type{border-top:0}.znl-metric span{color:#6c7779;font-size:14px}.znl-metric strong{color:#1b2528;font-size:16px;text-align:right}.znl-benefit-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.znl-benefit-list li{display:flex;align-items:flex-start;gap:9px;color:#3b484b;font-size:14px;line-height:1.55}.znl-benefit-list svg{flex:0 0 auto;margin-top:2px;color:var(--accent)}.upload-card{min-height:132px;border-radius:12px;background:#fff;color:var(--accent);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.upload-card span{color:#999;font-size:12px}.article-hero{width:100%;height:235px;object-fit:cover;border-radius:12px}.article-card{padding:15px}.article-card h2{margin:0 0 8px;font-size:18px}.article-card p{margin:0;font-size:15px;line-height:1.7;color:#666}.gallery-grid{display:grid;grid-template-columns:1.62fr 1fr;grid-template-rows:77px 77px;gap:10px}.gallery-grid img{width:100%;height:100%;border-radius:8px;object-fit:cover}.gallery-grid img:first-child{grid-row:span 2}.ai-bear-screen{background:#f8f9fa}.ai-bear-screen .topbar{box-shadow:0 .5px #0000001a}.ai-bear-main{min-height:0;flex:1;display:flex;align-items:center;justify-content:center;padding:20px}.ai-bear-intro{width:321px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.ai-bear-intro img{width:90px;height:90px;object-fit:contain}.ai-bear-intro div{display:flex;flex-direction:column;gap:12px;width:100%}.ai-bear-intro h2{margin:0;color:#000;font-size:18px;line-height:1.35;font-weight:600}.ai-bear-intro p{margin:0;color:#666;font-size:14px;line-height:1.55;letter-spacing:.7px}.ai-bear-input-wrap{flex:0 0 auto;padding:10px;background:#f8f9fa}.ai-bear-message-button{width:100%;min-height:53px;display:flex;align-items:center;gap:20px;overflow:hidden;border-radius:15px;background:#fff;padding:15px;text-align:left}.ai-bear-message-button span{flex:1;min-width:0;color:#666;font-size:16px;line-height:1.44;letter-spacing:.64px}.ai-bear-message-button img{width:24px;height:24px;flex:0 0 auto}.culture-list-scroll{padding:30px 15px 18px;gap:0;background:#fff}.culture-event-list{display:flex;flex-direction:column}.culture-event-row{position:relative;min-height:96px;display:grid;grid-template-columns:138px minmax(0,1fr);gap:14px;align-items:start;padding-bottom:16px;border-bottom:1px solid #e6e6e6;text-align:left}.culture-event-row img{width:138px;height:81px;border-radius:6px;object-fit:cover}.culture-event-row span{min-width:0;display:flex;flex-direction:column;gap:8px}.culture-event-row strong{color:#242424;font-size:15px;line-height:1.35;font-weight:600}.culture-event-row small{display:grid;grid-template-columns:34px minmax(0,1fr);gap:6px;color:#666;font-size:12px;line-height:1.35}.culture-event-row em{color:#999;font-style:normal}.culture-event-arrow{position:absolute;right:0;top:32px;color:#bbb}.culture-detail-scroll{padding:0 0 28px;gap:0;background:#fff}.culture-detail-hero{width:100%;height:220px;object-fit:cover}.culture-detail-body{padding:15px;color:#333}.culture-detail-summary{padding-bottom:15px;border-bottom:1px solid #e6e6e6}.culture-detail-summary h1{margin:0 0 8px;color:#242424;font-size:18px;line-height:1.4;font-weight:600}.culture-detail-summary p{display:grid;grid-template-columns:62px minmax(0,1fr);gap:8px;margin:3px 0 0;color:#666;font-size:11px;line-height:1.45}.culture-detail-summary span{color:#999}.culture-section{padding-top:26px}.culture-section h2{margin:0 0 15px;color:#333;font-size:16px;line-height:1.35;font-weight:600}.culture-section p{margin:0;color:#333;font-size:12px;line-height:1.7;text-align:justify}.culture-supply-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.culture-supply-grid span{min-height:29px;display:grid;place-items:center;border-radius:3px;background:#f3f3f3;color:#333;font-size:12px;font-weight:600;text-align:center}.culture-dish-list{display:flex;flex-direction:column}.culture-dish{padding:0 0 18px;border-bottom:1px solid #e6e6e6}.culture-dish+.culture-dish{padding-top:18px}.culture-dish-head{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;align-items:start;margin-bottom:10px}.culture-dish-head img{width:92px;height:92px;border-radius:6px;object-fit:cover}.culture-dish h3{margin:0 0 4px;color:#333;font-size:15px;line-height:1.35;font-weight:600}.culture-dish p{margin:7px 0 0;color:#333;font-size:12px;line-height:1.58}.culture-dish-head p{margin:0}.culture-join-button{min-width:90px;height:36px;display:block;margin:28px auto 0;border:1px solid var(--accent);border-radius:18px;color:var(--accent);background:#fff;font-size:12px}.moyu-scroll,.meal-scroll{padding:0;gap:0;background:#f8f9fa}.moyu-tabs,.meal-tabs{position:sticky;top:0;z-index:2;height:61px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;background:#fff;box-shadow:0 1px #f2f0f0}.moyu-tabs button,.meal-tabs button{position:relative;height:61px;color:#666;font-size:13px;line-height:1;text-align:center}.moyu-tabs button.active,.meal-tabs button.active{color:#333;font-size:15px;font-weight:500}.moyu-tabs button.active:after,.meal-tabs button.active:after{content:"";position:absolute;left:50%;bottom:10px;width:15px;height:3px;transform:translate(-50%);border-radius:3px;background:var(--accent)}.moyu-grid,.meal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 11px;padding:15px 15px 28px}.moyu-card,.meal-card{min-width:0;overflow:hidden;border-radius:12px;background:#fff}.moyu-card>img,.meal-card>img{width:100%;aspect-ratio:1 / 1;border-radius:6px;object-fit:cover;background:#f4f4f4}.moyu-card-body,.meal-card-body{padding:10px 10px 12px}.moyu-card h2,.meal-card h2{min-height:38px;margin:0 0 3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#333;font-size:13px;line-height:1.45;font-weight:500}.moyu-card p,.meal-card p{margin:0 0 6px;color:#999;font-size:11px;line-height:1.35}.moyu-card-bottom,.meal-card-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:6px}.moyu-price,.meal-price{min-width:0;display:flex;align-items:baseline;gap:3px;color:var(--price);line-height:1;white-space:nowrap}.moyu-price small,.meal-price small{font-size:11px}.moyu-price strong,.meal-price strong{font-size:16px;font-weight:600}.moyu-price em{margin-left:4px;overflow:hidden;color:#ccc;font-size:11px;font-style:normal;text-overflow:ellipsis}.branch-list-scroll{padding:15px 15px 28px;gap:0;background:#fff}.branch-location-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.branch-location-card{position:relative;min-width:0;height:100px;overflow:hidden;padding:0;border:0;border-radius:12px;background:#dfe3e4;text-align:left;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.branch-location-card.is-static{cursor:default}.branch-location-card:after{content:"";position:absolute;inset:auto 0 0;height:72px;background:linear-gradient(180deg,#45454500,#454545d1)}.branch-location-card img{width:100%;height:100%;object-fit:cover}.branch-location-card span{position:absolute;left:14px;right:8px;bottom:7px;z-index:1;overflow:hidden;color:#fff;font-size:14px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.branch-detail-screen{background:#fff}.branch-detail-screen .topbar{box-shadow:none}.branch-detail-scroll{padding:15px 15px 28px;background:#fff}.branch-detail-hero{display:block;width:100%;height:220px;border-radius:6px;object-fit:cover;background:#dfe3e4}.branch-detail-info{margin-top:25px;color:#333}.branch-detail-info h1{margin:0 0 6px;color:#242424;font-size:16px;font-weight:700;line-height:22px}.branch-detail-info dl{display:flex;flex-direction:column;margin:0;font-size:12px;line-height:17px}.branch-detail-info div{display:grid;grid-template-columns:48px minmax(0,1fr);column-gap:6px}.branch-detail-info dt{color:#999}.branch-detail-info dd{margin:0;color:#333}.vip-scroll{padding:0 0 28px;gap:0;background:#fff}.vip-content{display:flex;flex-direction:column;gap:28px;padding:30px 15px 28px}.vip-tier{display:flex;flex-direction:column;gap:30px}.vip-card{position:relative;overflow:hidden;aspect-ratio:345 / 148;border-radius:12px;background:#151515}.vip-card>img{display:block;width:100%;height:100%;object-fit:cover}.vip-card-copy{position:absolute;left:6.7%;top:24%;width:54%}.vip-card-copy h2{margin:0;font-size:24px;line-height:1.18;font-weight:500}.vip-card-copy p{margin:3px 0 0;font-size:12px;line-height:1.35}.vip-card-gold .vip-card-copy{color:#d9b67b}.vip-card-silver .vip-card-copy{color:#5b6470}.vip-card-proof{position:relative;display:flex;align-items:center;gap:7px;margin-top:27px;padding-top:7px;white-space:nowrap}.vip-card-proof:before{content:"";position:absolute;left:0;top:0;width:156px;height:1px;opacity:.75;background:currentColor}.vip-card-proof small,.vip-card-proof em{color:currentColor;font-size:8px;line-height:1.3}.vip-card-proof small{font-weight:500}.vip-card-proof em{opacity:.58;font-style:normal}.vip-benefits h2{margin:0 0 15px;color:#333;font-size:16px;line-height:1.35;font-weight:600}.vip-benefit-list{display:flex;flex-direction:column;gap:8px}.vip-benefit{display:flex;align-items:center;gap:6px;margin:0;color:#333;font-size:12px;line-height:1.45}.vip-benefit-icon{display:block;width:17px;height:17px;flex:0 0 17px}.hall-scroll{padding:0 0 28px;gap:0;background:#fff}.hall-hero{width:100%;height:254px;object-fit:cover}.hall-content{padding:15px;color:#333}.hall-content h1{margin:0 0 24px;color:#242424;font-size:18px;line-height:1.4;font-weight:600}.hall-copy{display:flex;flex-direction:column;gap:15px}.hall-intro,.hall-floor-list p,.hall-summary p{margin:0;color:#333;font-size:12px;line-height:1.58}.hall-intro{text-align:justify}.hall-intro strong{color:#333;font-size:18px;line-height:1;font-weight:600}.hall-plan,.hall-gallery{width:100%;margin-top:25px;object-fit:cover}.health-city-scroll{padding:0 0 28px;gap:0;background:#fff}.health-city-hero{width:100%;height:220px;object-fit:cover}.health-city-content{padding:15px;color:#333}.health-city-content h1{margin:0 0 23px;color:#242424;font-size:18px;line-height:1.4;font-weight:600}.health-city-intro{margin:0;color:#333;font-size:12px;line-height:1.72;text-align:justify}.health-city-intro strong{color:#333;font-size:18px;line-height:1;font-weight:600}.health-city-section{margin-top:25px}.health-city-section h2{margin:0 0 15px;color:#333;font-size:16px;line-height:1.35;font-weight:600}.health-city-table{border:1px solid #e6e6e6;border-bottom:0}.health-city-row{display:grid;grid-template-columns:98px minmax(0,1fr);min-height:26px;border-bottom:1px solid #e6e6e6}.health-city-row span{display:flex;align-items:center;justify-content:center;padding:6px 8px;background:#f3f3f3;color:#333;font-size:12px;line-height:1.35;font-weight:600;text-align:center}.health-city-row p{display:flex;flex-direction:column;justify-content:center;min-width:0;margin:0;padding:6px 12px;color:#333;font-size:12px;line-height:1.45}.health-city-row em{font-style:normal}.health-city-plan{width:100%;margin-top:25px;object-fit:cover}.member-home-screen{background:#fff}.member-home-screen .topbar{box-shadow:none;display:flex;flex-direction:column;gap:2px}.member-home-screen .nav-row h1{font-weight:500}.member-home-tabs{position:relative;flex:0 0 auto;display:flex;align-items:flex-start;gap:4px;width:100%;height:43px;padding:14px 5px 8px;background:#fff;box-shadow:0 .5px #f2f0f0;overflow:hidden}.member-home-tabs button{min-width:0;flex:1 0 0;color:#666;text-align:center;font-size:13px;line-height:18px;font-weight:400}.member-home-tabs button.is-active{color:#333;font-size:15px;line-height:21px;font-weight:500}.member-home-tabs>span{position:absolute;left:88px;top:39px;width:15px;height:3px;border-radius:3px;background:#63b9ef}.member-home-scroll{position:relative;padding:10px 0 0;background:#fff}.member-home-channel-list{display:flex;width:100px;flex-direction:column;gap:10px}.member-home-channel-card{position:relative;width:100px;height:62px;overflow:hidden;border-radius:0 6px 6px 0;background:#f3f3f3}.member-home-channel-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#454545,#454545cc 31.562%,#4545451a 82.083%,#45454500);opacity:.7;pointer-events:none}.member-home-channel-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover}.member-home-channel-card span{position:absolute;left:5px;bottom:5px;z-index:1;color:#fff;font-size:12px;line-height:17px;font-weight:500;white-space:nowrap}.yuyi-member-home-screen{background:#fff}.yuyi-member-home-scroll{padding:0;background:#fff}.yuyi-member-home-frame{position:relative;width:100%;min-height:100%;background:#fff}.yuyi-member-home-frame>img{width:100%;height:auto;display:block;max-width:none}.yuyi-member-home-back{position:absolute;left:4%;top:6.9%;z-index:2;width:10%;height:5%;color:transparent;overflow:hidden}.yuyi-member-home-back span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.yuyi-vip-screen{background:#fff}.yuyi-vip-scroll{padding:0;background:#fff}.yuyi-vip-frame{position:relative;width:100%;min-height:100%;background:#fff}.yuyi-vip-frame>img{width:100%;height:auto;display:block;max-width:none}.yuyi-vip-back{position:absolute;left:4%;top:6.9%;z-index:2;width:10%;height:5%;color:transparent;overflow:hidden}.yuyi-vip-back span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.yuyi-branch-screen{background:#fff}.yuyi-branch-scroll{padding:0;background:#fff}.yuyi-branch-frame{position:relative;width:100%;min-height:100%;background:#fff}.yuyi-branch-frame>img{width:100%;height:auto;display:block;max-width:none}.yuyi-branch-back,.yuyi-branch-hotspot{position:absolute;z-index:2;color:transparent;overflow:hidden}.yuyi-branch-back{left:4%;top:6.9%;width:10%;height:5%}.yuyi-branch-hotspot{border-radius:8px}.yuyi-branch-back span,.yuyi-branch-hotspot span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.founder-scroll,.launch-scroll,.invitation-scroll{padding:0;gap:0;background:#fff}.invitation-screen{background:#fff}.invitation-screen .topbar{display:flex;flex-direction:column;gap:2px}.invitation-scroll img{display:block;width:100%;height:auto;flex:0 0 auto}.invitation-home-indicator{position:relative;height:34px;flex:0 0 auto;background:#fff}.invitation-home-indicator span{position:absolute;left:50%;bottom:8px;width:134px;height:5px;transform:translate(-50%);border-radius:100px;background:#8f92a1}.android-runtime .invitation-home-indicator{display:none}.founder-profile{background:#fff;border-bottom:1px solid #e6e6e6}.founder-profile-hero{display:block;width:100%;height:282px;object-fit:cover;object-position:center top}.founder-profile-body{padding:14px 15px 15px}.founder-profile-body h2,.founder-scenes h2,.timeline-block h2{margin:0;color:#333;font-size:16px;line-height:1.35;font-weight:600}.founder-profile-copy{margin-top:4px;color:#666;font-size:12px;line-height:1.36;text-align:justify;overflow:hidden;transition:height .18s ease}.founder-profile-copy.is-collapsed{height:104px}.founder-profile-copy.is-expanded{height:340px}.founder-profile-copy p{margin:0;text-indent:2em}.founder-expand-cue{width:100%;height:22px;display:grid;place-items:center;color:#999;background:#fff;border-top:1px solid #f1f1f1;border-right:0;border-bottom:0;border-left:0;padding:0;cursor:pointer}.founder-expand-cue img{width:9px;height:5.5px;transition:transform .18s ease}.founder-expand-cue.is-expanded img{transform:rotate(180deg)}.founder-expand-cue:focus{outline:0}.founder-expand-cue:focus-visible{outline:1px solid #d8d8d8;outline-offset:-1px}.founder-scenes{padding:15px;background:#f8f9fa}.founder-scene-grid{display:grid;grid-template-columns:1.6fr 1fr;grid-template-rows:76px 76px;gap:11px;margin-top:14px}.founder-scene-grid img,.founder-scene-wide{display:block;width:100%;height:100%;border-radius:12px;object-fit:cover}.founder-scene-main{grid-row:span 2}.founder-scene-wide{height:194px;margin-top:11px}.launch-hero{display:block;width:100%;height:155px;object-fit:cover}.launch-content{padding:15px;display:flex;flex-direction:column;gap:25px}.timeline-block{display:flex;flex-direction:column;gap:15px}.timeline-intro{margin:0;color:#333;font-size:12px;line-height:1.55;text-indent:2em}.timeline-list{position:relative;display:flex;flex-direction:column;gap:6px}.timeline-list:before{content:"";position:absolute;top:8px;bottom:8px;left:114px;width:1px;background:#e6e6e6}.timeline-entry{position:relative;z-index:1}.timeline-row{display:grid;grid-template-columns:96px 18px minmax(0,1fr);gap:8px;align-items:start}.timeline-row time{color:#333;font-size:12px;line-height:1.45;text-align:right}.timeline-row p{margin:0;min-width:0;color:#333;font-size:12px;line-height:1.45}.timeline-row.is-strong time,.timeline-row.is-strong p{font-weight:600}.timeline-dot{width:17px;height:17px;margin-top:0;border-radius:999px;border:4px solid #dff5f4;background:var(--accent);box-shadow:0 0 0 1px #fff}.timeline-image{display:block;width:calc(100% - 122px);height:100px;margin:8px 0 8px 122px;border-radius:4px;object-fit:cover}@media(max-width:374px){.status-bar{padding:0 18px}.home-scroll,.checkout-scroll,.simple-scroll{padding-left:12px;padding-right:12px}.service-grid{gap:10px 12px}.timeline-row{grid-template-columns:86px 18px minmax(0,1fr)}.timeline-list:before{left:104px}.timeline-image{width:calc(100% - 112px);margin-left:112px}}
