:root{color-scheme:light;--green: #1bb34b;--btn-soft-bg: #45c972;--btn-soft-bg-active: #32b55f;--btn-soft-color: #fff;--bg: #f7f7fb;--card: #ffffff;--text: #111111;--muted: #666666;--danger: #ff4d4f;--app-safe-bottom: env(safe-area-inset-bottom, 0px);--app-tab-bar-core: 64px;--app-tab-stack-h: calc(var(--app-tab-bar-core) + var(--app-safe-bottom));--app-tab-content-pad: calc(20px + var(--app-tab-stack-h));--app-tab-page-inline: 10px}html,body{padding:0;margin:0;background:var(--bg);overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}a{color:inherit;text-decoration:none}.container{box-sizing:border-box;max-width:420px;margin:0 auto;min-height:100dvh;background:var(--bg);padding-bottom:var(--app-tab-content-pad)}.tab-shell{box-sizing:border-box;width:100%;height:100dvh;max-height:100dvh;display:flex;flex-direction:column;overflow:hidden;overflow-x:hidden}@supports (height: 100svh){.tab-shell{height:100svh;max-height:100svh}}.tab-shell>.container{flex:1 1 auto;min-height:0;min-width:0;width:100%;max-width:420px;margin-left:auto;margin-right:auto;box-sizing:border-box;padding-left:calc(var(--app-tab-page-inline) + env(safe-area-inset-left,0px));padding-right:calc(var(--app-tab-page-inline) + env(safe-area-inset-right,0px));overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.tab-shell>.container:has(>.category-page){display:flex;flex-direction:column}.tab-shell>.container>.category-page{flex:1 1 auto;min-height:0}.card{background:var(--card);border-radius:14px;padding:14px;box-sizing:border-box}.btn{border:none;border-radius:999px;padding:12px 14px;font-weight:800;cursor:pointer}.btn-primary{background:var(--green);color:#fff}.btn-soft{background:var(--btn-soft-bg);color:var(--btn-soft-color)}.btn-soft:active{background:var(--btn-soft-bg-active)}.btn-soft:disabled{opacity:.55;cursor:not-allowed}.btn-ghost{background:#e6e6ee;color:#333}.btn-full{width:100%}.muted{color:var(--muted)}.danger{color:var(--danger)}.nav{position:fixed;left:0;right:0;bottom:0;z-index:100;background:#fff;border-top:1px solid #eee;height:var(--app-tab-stack-h);display:flex;justify-content:center;padding-bottom:var(--app-safe-bottom);box-sizing:border-box}.nav-inner{width:min(420px,100%);display:flex}.nav-item{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:12px;color:#666;gap:4px}.nav-item.active{color:var(--green);font-weight:800}.nav-icon{width:24px;height:24px;flex-shrink:0;display:block}.home-search-wrap{position:sticky;top:0;z-index:20;background:var(--bg);padding:10px 0 8px;margin:-14px 0 0}.home-search{display:flex;align-items:center;gap:10px;background:#fff;border-radius:999px;padding:10px 14px;border:1px solid #eee;box-shadow:0 2px 8px #0000000a}.home-search-icon{color:#999;font-size:16px;flex-shrink:0}.home-search-input{flex:1;border:none;outline:none;font-size:14px;background:transparent}.home-search-input::placeholder{color:#bbb}.home-banner{margin:12px 0 0;border-radius:14px;overflow:hidden;position:relative;background:#e8e8ed}.home-banner-viewport{overflow:hidden;width:100%;aspect-ratio:16 / 9;max-height:200px}.home-banner-track{display:flex;height:100%;transition:transform .45s ease-out}.home-banner-slide{flex:0 0 100%;width:100%;height:100%}.home-banner-link{display:block;width:100%;height:100%}.home-banner-slide img{width:100%;height:100%;object-fit:cover;display:block}.home-banner-dots{position:absolute;bottom:10px;left:0;right:0;display:flex;justify-content:center;gap:6px}.home-banner-dot{width:6px;height:6px;border-radius:50%;background:#ffffff8c;border:none;padding:0;cursor:pointer}.home-banner-dot.active{background:#fff;width:14px;border-radius:3px}.home-quick{margin-top:16px}.home-quick-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px 8px;text-align:center}.home-quick-item{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:13px;color:#333}.home-quick-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 2px 8px #00000014}.home-quick-icon--img{padding:0;overflow:hidden;background:#f0f0f0}.home-quick-icon--img img{width:100%;height:100%;object-fit:cover}.home-page{box-sizing:border-box;padding:14px 0 20px}.shop-gate-pending-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background:#f5f5f5}.shop-gate-pending-inner{font-size:14px;text-align:center}.shop-global-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50000;background:#00000085;display:flex;align-items:center;justify-content:center;padding:24px 16px;box-sizing:border-box}.shop-global-overlay-card{width:100%;max-width:340px;background:#fff;border-radius:14px;padding:28px 22px;text-align:center;box-shadow:0 12px 40px #0000002e}.shop-global-overlay-title{margin:0 0 14px;font-size:20px;font-weight:900;color:#111;line-height:1.35}.shop-global-overlay-msg{margin:0;font-size:15px;line-height:1.65;color:#444;word-break:break-word}.home-section-title{margin-top:18px;font-weight:900;font-size:18px;color:#ff7a00;padding-bottom:6px;border-bottom:3px solid #ff7a00;display:inline-block}.category-page{display:flex;flex-direction:column;min-height:0;min-width:0;margin:-14px 0 0;padding-top:14px;box-sizing:border-box;overflow:hidden}.category-page-hint{flex-shrink:0;padding:0 0 10px;font-size:13px}.category-page-hint-q{color:#111}.cat-search-pill-wrap{flex-shrink:0;padding:0 0 12px}.cat-search-pill{display:flex;align-items:center;gap:10px;height:40px;padding:0 14px;border-radius:20px;background:#f2f2f2}.cat-search-icon{flex-shrink:0;color:#999}.cat-search-pill-input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:14px;color:#111}.cat-search-pill-input::placeholder{color:#999}.category-page--results{overflow:hidden;margin-left:0;margin-right:0;width:100%;max-width:100%}.csr-header{display:flex;align-items:center;gap:6px;padding:8px 0 10px;background:#f5f5f5;flex-shrink:0;min-width:0;box-sizing:border-box}.csr-back{width:36px;height:40px;border:none;background:transparent;font-size:22px;line-height:1;color:#111;cursor:pointer;flex-shrink:0;padding:0;display:flex;align-items:center;justify-content:center}.csr-search-wrap{flex:1 1 0;display:flex;align-items:center;gap:6px;min-width:0;height:40px;padding:0 10px;border-radius:8px;background:#fff;border:1px solid #eee;box-sizing:border-box;overflow:hidden}.csr-search-wrap .cat-search-icon{color:#bbb}.csr-search-input{flex:1 1 0;min-width:0;width:100%;border:none;outline:none;font-size:15px;background:transparent}.csr-search-clear{border:none;background:transparent;color:#bbb;font-size:20px;line-height:1;padding:4px;cursor:pointer;flex-shrink:0}.csr-tab{padding:8px 0 6px;font-size:15px;font-weight:800;color:var(--green);background:#fff;border-radius:12px 12px 0 0;flex-shrink:0}.csr-sort{display:flex;align-items:center;justify-content:space-around;padding:10px 0;background:#fff;border-bottom:1px solid #f0f0f0;flex-shrink:0}.csr-sort-item{display:inline-flex;align-items:center;gap:4px;border:none;background:none;font-size:13px;color:#666;cursor:pointer;padding:4px 8px}.csr-sort-item--on{color:var(--green);font-weight:800}.csr-sort-item--muted{cursor:default;opacity:.85}.csr-sort-tri{font-size:9px;margin-left:2px}.csr-sort-arrows{font-size:11px;opacity:.55;font-weight:400}.csr-sort-filter{font-size:10px;opacity:.5}.csr-list{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;padding:4px 0 20px}.csr-empty{text-align:center;padding:48px 16px;font-size:14px}.csr-row{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #f5f5f5;text-decoration:none;color:inherit}.csr-row:last-child{border-bottom:none}.csr-row-img{width:100px;height:100px;border-radius:8px;object-fit:cover;flex-shrink:0;background:#f5f5f5}.csr-row-body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;padding:2px 0}.csr-row-title{font-size:14px;font-weight:400;color:#111;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.csr-row-meta{font-size:12px;margin-top:6px}.csr-row-price{font-size:17px;font-weight:900;color:#ff2d2d;margin-top:auto;padding-top:8px}.category-body{display:flex;flex:1 1 auto;min-height:0;align-items:stretch;overflow:hidden}.category-side{width:92px;flex-shrink:0;min-height:0;display:flex;flex-direction:column;background:#f0f0f5;border-right:1px solid #e8e8ed;animation:categorySideSlideIn .42s cubic-bezier(.22,1,.36,1) forwards}@keyframes categorySideSlideIn{0%{transform:translate(-100%);opacity:.85}to{transform:translate(0);opacity:1}}.category-side-inner{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:6px 0 20px;scrollbar-width:thin}.category-side-item{display:block;width:100%;padding:14px 6px;border:none;background:transparent;font-size:14px;font-weight:500;color:#1a1a1a;line-height:1.4;letter-spacing:.01em;cursor:pointer;text-align:center;position:relative;-webkit-font-smoothing:subpixel-antialiased;transition:color .22s ease,background .22s ease}.category-side-item-text{display:block;word-break:break-all}.category-side-item.active{background:#fff;color:var(--green);font-weight:700;box-shadow:2px 0 8px #0000000a}.category-side-item.active:before{content:"";position:absolute;left:0;top:50%;width:3px;height:24px;margin-top:-12px;background:var(--green);border-radius:0 4px 4px 0;animation:categoryActiveBarIn .28s cubic-bezier(.22,1,.36,1) forwards;transform-origin:center top}@keyframes categoryActiveBarIn{0%{transform:scaleY(0);opacity:.6}to{transform:scaleY(1);opacity:1}}.category-main{flex:1;min-width:0;min-height:0;padding:0 8px 20px;overflow-y:auto;-webkit-overflow-scrolling:touch;animation:categoryMainSlideIn .4s cubic-bezier(.22,1,.36,1) .06s both}@keyframes categoryMainSlideIn{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.category-main-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;padding:10px 0 12px;border-bottom:1px solid #eee;margin-bottom:12px}.category-main-title{font-weight:900;font-size:17px;color:#111}.category-main-count{font-size:12px;color:#999;flex-shrink:0}.category-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;animation:categoryGridSwitch .3s ease}@keyframes categoryGridSwitch{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.category-product-card{display:block;min-width:0}.category-product-img{width:100%;height:150px;object-fit:cover;display:block}.category-product-title{font-size:13px;font-weight:400;color:#222;line-height:1.45;height:38px;overflow:hidden}.category-tabs-scroll{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;margin:0 calc(-1 * var(--app-tab-page-inline));padding-left:var(--app-tab-page-inline);padding-right:var(--app-tab-page-inline);-webkit-overflow-scrolling:touch;scrollbar-width:none}.category-tabs-scroll::-webkit-scrollbar{display:none}.category-tab{flex:0 0 auto;padding:8px 16px;border-radius:999px;background:#fff;border:1px solid #eee;font-size:14px;color:#333;white-space:nowrap;cursor:pointer;box-shadow:0 1px 4px #0000000a}.category-tab.active{color:var(--green);border-color:var(--green);font-weight:800;background:#e9fff0}@media (prefers-reduced-motion: reduce){.category-side,.category-main,.category-product-grid,.category-side-item.active:before{animation:none!important}.category-side{transform:none;opacity:1}}.product-price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;margin-top:10px}.product-price{color:#f33;font-weight:900;font-size:15px}.product-integral{font-size:12px;color:#999}.goods-page.container{padding-bottom:calc(52px + env(safe-area-inset-bottom,0px));background:#f7f7f9}.goods-main-pad{padding:10px 14px 4px}.goods-back{display:inline-block;margin-bottom:6px;font-size:14px}.goods-hero{margin:0 -14px;background:#fff}.goods-hero-scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.goods-hero-scroll::-webkit-scrollbar{display:none}.goods-hero-slide{flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always}.goods-hero-img{width:100%;height:min(72vw,280px);object-fit:cover;display:block}.goods-price{margin-top:14px;color:#e62828;font-weight:900;font-size:24px;letter-spacing:-.02em}.goods-integral{margin-top:4px;font-size:13px}.goods-title{margin:10px 0 0;font-size:17px;font-weight:800;color:#111;line-height:1.4}.goods-summary{margin:8px 0 0;font-size:14px;line-height:1.55}.goods-err{margin-top:12px}.goods-loading{margin-top:16px}.goods-comments-section{margin-top:12px;background:#fff;padding-bottom:12px}.goods-comments-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:14px;padding-bottom:8px}.goods-comments-title{font-weight:800;font-size:16px;color:#111}.goods-comments-sub{margin-left:8px;font-size:13px}.goods-comments-page{font-size:12px;flex-shrink:0}.goods-comments-err{padding-bottom:8px;font-size:13px}.goods-comment-compose{padding-top:4px;padding-bottom:14px;border-bottom:1px solid #eee}.goods-comment-compose-title{font-weight:800;font-size:15px;margin-bottom:4px}.goods-comment-compose-hint{font-size:12px;margin:0 0 10px}.goods-comment-compose-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.goods-comment-compose-label{font-size:14px;color:#555}.goods-comment-stars{display:flex;gap:2px}.goods-comment-stars--readonly .goods-comment-star{cursor:default}.goods-comment-star{border:none;background:none;padding:0 2px;font-size:22px;line-height:1;color:#ddd;cursor:pointer}.goods-comment-star--on{color:#ffb400}.goods-comment-star:disabled{opacity:.7}.goods-comment-textarea{width:100%;box-sizing:border-box;border:1px solid #e5e5ea;border-radius:8px;padding:10px 12px;font-size:14px;resize:vertical;min-height:88px;font-family:inherit}.goods-comment-compose-err{margin-top:8px;font-size:13px}.goods-comment-compose-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.goods-comments-list{padding-top:4px}.goods-comments-empty{padding:16px 0;font-size:14px}.goods-comment-item{padding-top:14px;padding-bottom:14px;border-bottom:1px solid #f0f0f0}.goods-comment-item:last-child{border-bottom:none}.goods-comment-item-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px}.goods-comment-name{font-weight:700;font-size:14px;color:#222}.goods-comment-time{font-size:12px;margin-left:auto}.goods-comment-body{margin:8px 0 0;font-size:14px;line-height:1.55;color:#333}.goods-comment-images{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.goods-comment-thumb{width:72px;height:72px;object-fit:cover;border-radius:6px;background:#f2f2f7}.goods-comment-reply{margin-top:10px;padding:10px 12px;background:#f7f7f9;border-radius:8px;font-size:13px;line-height:1.5;color:#444}.goods-comment-reply-label{font-weight:700;color:#666}.goods-comments-more-wrap{padding:0 14px 8px}.goods-comments-more{margin-top:4px}.goods-detail-section{margin-top:16px;background:#fff}.goods-detail-section--text .goods-detail-plain{padding-bottom:20px}.goods-detail-card-title{font-weight:800;font-size:15px;color:#111;padding:14px 0 12px;border-bottom:1px solid #f0f0f0}.goods-detail-html{font-size:14px;line-height:1.65;color:#333;overflow-wrap:anywhere}.goods-detail-html img,.goods-detail-html video,.goods-detail-html iframe{max-width:100%;width:100%;height:auto;display:block;margin:0;padding:0;border:0;border-radius:0}.goods-detail-html p{margin:0}.goods-detail-plain{font-size:14px;line-height:1.75;color:#333;white-space:pre-wrap;overflow-wrap:anywhere}.goods-bottom-bar{position:fixed;left:0;right:0;bottom:0;max-width:420px;margin:0 auto;display:flex;align-items:flex-end;gap:10px;padding:6px 14px calc(6px + env(safe-area-inset-bottom,0px));background:transparent;border:none;box-sizing:border-box;z-index:30;pointer-events:none}.goods-bottom-bar .btn{flex:1;padding:13px 12px;pointer-events:auto;box-shadow:0 2px 12px #00000014}.detail-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:100;display:flex;align-items:flex-end;justify-content:center}.detail-modal-sheet{width:100%;max-width:420px;background:#fff;border-radius:16px 16px 0 0;padding:16px 16px 24px;box-sizing:border-box;max-height:78vh;overflow-y:auto}.detail-modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.detail-modal-thumb{width:88px;height:88px;border-radius:10px;object-fit:cover;background:#f2f2f7}.detail-modal-close{border:none;background:transparent;font-size:24px;line-height:1;color:#999;cursor:pointer;padding:4px 8px}.detail-modal-title{font-weight:900;font-size:15px;line-height:1.35}.cart-spec-trigger{display:inline-flex;align-items:center;gap:6px;margin-top:6px;padding:4px 10px 4px 0;font-size:12px;color:var(--muted);background:transparent;border:none;cursor:pointer;text-align:left;max-width:100%}.cart-spec-trigger:hover{color:var(--green)}.cart-spec-arrow{font-size:10px;color:#bbb}.cart-qty-field{width:44px;padding:6px 4px;border:1px solid #e8e8e8;border-radius:8px;text-align:center;font-weight:900;font-size:15px;font-family:inherit;background:#fafafa;box-sizing:border-box}.cart-qty-field:focus{outline:none;border-color:var(--green);background:#fff}.tab-shell>.container>.cart-page{height:100%;max-height:100%;min-height:0;min-width:0;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.cart-page-inner{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;padding:14px 0 0;box-sizing:border-box}.cart-page-head{flex-shrink:0;display:flex;justify-content:space-between;align-items:center}.cart-page-err{flex-shrink:0;margin-top:10px}.cart-page-list{flex:1 1 auto;min-height:0;margin-top:12px;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:12px}.cart-page-empty{flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-height:120px;text-align:center}.cart-footer-bar{flex-shrink:0;padding-top:14px}.me-page{background:#f5f5f5;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box;padding-bottom:32px}.me-header-red{background:linear-gradient(180deg,#e53935,#c62828);color:#fff;padding:14px 14px 20px;box-sizing:border-box;width:100%;max-width:100%;overflow-x:hidden}.me-avatar-wrap{flex-shrink:0;text-decoration:none;color:inherit}.me-header-info{flex:1;min-width:0;margin-left:12px}.me-name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.me-name{font-size:17px;font-weight:800}.me-badge-level{font-size:11px;padding:2px 8px;border-radius:4px;background:#ffffff47}.me-id-row{font-size:12px;opacity:.95;margin-top:4px;line-height:1.4}.me-badge-agent{margin-left:8px;font-size:11px;padding:1px 6px;border-radius:4px;background:#00000026}.me-reg{font-size:11px;opacity:.88;margin-top:4px}.me-login-tip{color:#fff;text-decoration:none;font-weight:700;font-size:16px}.me-msg-btn{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:none;background:#fff3;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box}.me-msg-btn--bell{position:relative;background:linear-gradient(155deg,#fffaf4,#ffe8cc 42%,#ffc98a);border:2px solid rgba(255,255,255,.95);box-shadow:0 4px 14px #0003}.me-msg-btn--bell:active{transform:scale(.96)}.me-msg-btn--bell .me-msg-bell{display:block;color:#ff6a00;filter:drop-shadow(0 1px 0 rgba(255,255,255,.6))}.me-msg-btn--bell:after{content:"";position:absolute;top:3px;right:3px;width:9px;height:9px;background:#ff3b30;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #ff6a0059}.msg-page{min-height:100%;background:#f3f5f9}.msg-page-head{background:#fff;padding:14px 14px 12px;border-bottom:1px solid #eee}.msg-page-back{display:inline-block;text-decoration:none;font-size:14px}.msg-page-title{margin:10px 0 0;font-size:18px;font-weight:900;color:#111}.msg-list{margin-top:10px;background:#fff}.msg-row{display:flex;align-items:center;gap:14px;padding:16px 14px;text-decoration:none;color:inherit;border-bottom:1px solid #f0f0f0}.msg-row:last-child{border-bottom:none}.msg-row:active{background:#fafafa}.msg-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.msg-icon--notice{background:#eceff4}.msg-icon-emoji{font-size:24px;line-height:1}.msg-icon--system{background:linear-gradient(145deg,#ff9f43,#ff7a00);color:#fff}.msg-icon--order{background:linear-gradient(145deg,#4facfe,#6dd5fa);color:#fff}.msg-icon-svg{display:block}.msg-row-text{flex:1;min-width:0}.msg-row-title{font-size:16px;font-weight:800;color:#111}.msg-row-sub{margin-top:6px;font-size:13px;line-height:1.35}.msg-cat-page{min-height:100%;background:#f3f5f9}.msg-cat-head{background:#fff;padding:14px 14px 16px;border-bottom:1px solid #eee}.msg-cat-back{display:inline-block;text-decoration:none;font-size:14px}.msg-cat-title{margin:10px 0 0;font-size:18px;font-weight:900;color:#111}.msg-cat-empty{margin:40px 20px;text-align:center;font-size:15px}.msg-cat-card{margin:16px 14px;padding:16px;background:#fff;border-radius:10px;font-size:15px;color:#333;line-height:1.6;box-shadow:0 1px #0000000a}.msg-cat-err{margin:12px 14px 0;padding:10px 12px;background:#fff2f0;color:#c00;border-radius:8px;font-size:14px}.msg-cat-list{padding:8px 14px 20px}.msg-cat-item{margin-top:10px;padding:14px 16px;background:#fff;border-radius:10px;box-shadow:0 1px #0000000a}.msg-cat-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.msg-cat-item-title{font-size:15px;font-weight:700;color:#111;line-height:1.35;flex:1;min-width:0}.msg-cat-item-time{font-size:12px;white-space:nowrap;flex-shrink:0}.msg-cat-item-body{margin-top:10px;font-size:14px;color:#444;line-height:1.55;white-space:pre-wrap;word-break:break-word}.me-body{padding:12px 0 0}.me-card{background:#fff;border-radius:12px;padding:14px 12px;margin-bottom:12px;box-shadow:0 2px 10px #0000000a}.me-card.me-tools{padding:0;overflow:hidden}.me-card-head{display:flex;flex-direction:row;align-items:center;width:100%;margin-bottom:14px}.me-card-title{flex:0 0 auto;font-size:15px;font-weight:800;color:#333}.me-card-more{margin-left:auto;flex:0 0 auto;font-size:13px;color:#999;text-decoration:none;white-space:nowrap}.me-order-icons{display:flex;justify-content:space-between;gap:4px}.me-order-item{flex:1;min-width:0;text-align:center;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center}.me-order-emoji{font-size:26px;line-height:1;margin-bottom:6px}.me-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.me-header-title{font-size:17px;font-weight:800}.me-header-actions{display:flex;gap:10px}.me-header-icon{width:36px;height:36px;border-radius:50%;border:none;background:#fff3;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.me-profile-row{display:flex;align-items:center;gap:14px;text-decoration:none;color:inherit}.me-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.5);background:#fff}.me-profile-text{flex:1;min-width:0}.me-nickname{font-size:18px;font-weight:900;margin-bottom:6px}.me-meta-line{font-size:12px;opacity:.95;line-height:1.5}.me-stats-row{display:flex;justify-content:space-around;background:#fff;margin:-10px 12px 0;border-radius:12px;padding:16px 8px;box-shadow:0 4px 16px #00000014;position:relative;z-index:1}.me-stat-item{text-align:center;text-decoration:none;color:inherit;flex:1}.me-stat-num{font-size:20px;font-weight:900;color:#333}.me-stat-label{font-size:12px;color:#888;margin-top:4px}.me-order-card{margin:14px 12px 0;background:#fff;border-radius:12px;padding:14px 12px;box-shadow:0 2px 10px #0000000a}.me-order-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.me-order-title{font-size:15px;font-weight:800;color:#333}.me-order-all{font-size:13px;color:#999;text-decoration:none}.me-order-icon-wrap{position:relative;text-align:center;text-decoration:none;color:inherit;flex:1}.me-order-icon{font-size:26px;line-height:1;margin-bottom:6px}.me-order-label{font-size:12px;color:#555}.me-order-badge{position:absolute;top:-4px;right:50%;transform:translate(18px);min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#f44;color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.me-invite-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px;padding:14px;border-radius:12px;text-decoration:none;color:#fff;background:linear-gradient(135deg,#ff8a65,#f4511e);box-shadow:0 4px 12px #f4511e38}.me-invite-text{min-width:0}.me-invite-title{font-size:16px;font-weight:800}.me-invite-sub{font-size:12px;opacity:.95;margin-top:4px}.me-invite-go{flex-shrink:0;font-weight:900;font-size:18px;padding:6px 14px;border-radius:999px;background:#ffffff47}.me-invite-banner img{width:100%;vertical-align:middle;display:block}.me-sign-entry{display:flex;align-items:center;gap:12px;margin:0 0 12px;padding:14px;border-radius:12px;text-decoration:none;color:#fff;background:linear-gradient(135deg,#1bb34b,#0a9d3f);box-shadow:0 4px 12px #1bb34b47}.me-sign-entry-icon{font-size:28px;line-height:1;flex-shrink:0}.me-sign-entry-text{flex:1;min-width:0}.me-sign-entry-title{font-size:16px;font-weight:800}.me-sign-entry-sub{font-size:12px;opacity:.95;margin-top:4px}.me-sign-entry-go{flex-shrink:0;font-weight:800;font-size:14px;padding:8px 14px;border-radius:999px;background:#ffffff38}.sign-page{min-height:100dvh;max-width:420px;margin:0 auto;background:#f5f5f7;padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))}.sign-page-inner{padding:12px 14px 20px}.sign-top{margin-bottom:12px}.sign-back{display:inline-block;font-size:14px;margin-bottom:6px}.sign-title{margin:0;font-size:20px;font-weight:900;color:#111}.sign-card{background:#fff;border-radius:14px;padding:14px 12px 16px;box-shadow:0 2px 10px #0000000a}.sign-month-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:0 4px}.sign-month-btn{width:40px;height:40px;border:none;border-radius:10px;background:#f2f2f7;font-size:22px;line-height:1;color:#333;cursor:pointer;font-family:inherit}.sign-month-btn:disabled{opacity:.35;cursor:not-allowed}.sign-month-label{font-weight:800;font-size:16px;color:#111}.sign-week-head{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:6px}.sign-week-cell{text-align:center;font-size:12px;color:#888;font-weight:600;padding:4px 0}.sign-cal-loading{text-align:center;padding:32px 0}.sign-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.sign-day{position:relative;aspect-ratio:1;max-height:52px;border-radius:10px;background:#f7f7f9;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#333}.sign-day--empty{background:transparent}.sign-day--future{opacity:.35}.sign-day--today{box-shadow:inset 0 0 0 2px var(--green, #1bb34b)}.sign-day--signed{background:#1bb34b1f;color:var(--green, #1bb34b)}.sign-day-num{line-height:1.1}.sign-day-mark{font-size:11px;font-weight:900;margin-top:2px}.sign-err{margin-top:10px;font-size:13px}.sign-hint{margin:12px 4px 0;font-size:12px;line-height:1.45}.sign-cta{margin-top:16px}.sign-toast{position:fixed;left:50%;bottom:calc(88px + env(safe-area-inset-bottom,0px));transform:translate(-50%);max-width:86%;padding:10px 16px;border-radius:10px;background:#000000c7;color:#fff;font-size:14px;z-index:200;text-align:center}.me-tool-row{display:flex;align-items:center;padding:14px;text-decoration:none;color:#333;border-bottom:1px solid #f0f0f0;font-size:15px}.me-tool-row:last-child{border-bottom:none}.me-tool-icon{width:28px;margin-right:12px;text-align:center;font-size:18px}.me-tool-label{flex:1;min-width:0}.me-tool-arrow{margin-left:auto;color:#ccc;font-size:14px}.orders-tab-bar{display:flex;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:5}.orders-tab{flex:1;text-align:center;padding:12px 2px;font-size:13px;color:#111;text-decoration:none;border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap}.orders-tab.active{color:var(--green);font-weight:800;border-bottom-color:var(--green)}.orders-page{min-height:100%;background:#f5f5f5;padding-bottom:24px}.orders-page-inner{padding:14px 14px 0}.orders-back{display:inline-block;text-decoration:none;font-size:14px}.orders-title{margin:10px 0 0;font-weight:900;font-size:18px;color:#111}.orders-list-wrap{padding-top:12px}.orders-empty{margin-top:12px;text-align:center;padding:32px 16px;border-radius:10px}.orders-card-list{display:flex;flex-direction:column;gap:12px}.orders-card-link{text-decoration:none;color:inherit;display:block}.orders-card{background:#fff;border-radius:10px;padding:12px 14px 14px;box-shadow:0 1px #0000000a}.orders-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:10px;border-bottom:1px solid #f0f0f0}.orders-card-store{display:flex;align-items:center;gap:6px;min-width:0;font-size:14px;font-weight:700;color:#111}.orders-store-icon-wrap{display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;flex-shrink:0}.orders-store-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orders-chevron{color:#bbb;font-size:16px;line-height:1;margin-left:2px;flex-shrink:0}.orders-card-status{flex-shrink:0;font-size:13px;font-weight:700;color:#ff5000}.orders-product-row{display:flex;gap:10px;padding-top:12px;align-items:flex-start}.orders-product-row--compact{padding-top:10px}.orders-product-thumb-wrap{flex-shrink:0}.orders-product-thumb{width:72px;height:72px;border-radius:8px;object-fit:cover;display:block;background:#f2f2f2}.orders-product-thumb--ph{border:1px solid #eee}.orders-product-mid{flex:1;min-width:0}.orders-product-title{font-size:14px;font-weight:600;color:#111;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.orders-product-spec{margin-top:6px;font-size:12px;line-height:1.35}.orders-product-right{flex-shrink:0;text-align:right;min-width:76px}.orders-product-price{font-size:14px;font-weight:800;color:#111}.orders-product-points{margin-top:4px;font-size:11px}.orders-product-qty{margin-top:6px;font-size:12px}.orders-card-footer{margin-top:12px;padding-top:10px;border-top:1px solid #f0f0f0;font-size:13px;color:#111;text-align:left}.orders-card-total-money{font-weight:800}.orders-card-total-plus{color:#333;font-weight:600}.order-detail-page{min-height:100%;background:#f5f5f5;padding-bottom:calc(56px + env(safe-area-inset-bottom,0px))}.order-detail-banner{position:relative;background:var(--green);color:#fff;text-align:center;padding:40px 48px 28px}.order-detail-banner-back{position:absolute;left:12px;top:14px;color:#fff;text-decoration:none;font-size:20px;line-height:1;opacity:.95}.order-detail-banner-title{font-size:22px;font-weight:800;letter-spacing:.02em}.order-detail-scroll{padding:12px 12px 8px}.order-detail-pad{padding:12px}.order-detail-card{background:#fff;border-radius:10px;padding:14px 14px 16px;margin-bottom:12px;box-shadow:0 1px #0000000a}.order-detail-card--tight{padding-bottom:12px}.order-detail-line{display:flex;gap:10px;align-items:flex-start;padding:6px 0 12px}.order-detail-line--sep{border-bottom:1px solid #f0f0f0}.order-detail-line-thumb-wrap{flex-shrink:0}.order-detail-line-thumb{width:72px;height:72px;border-radius:8px;object-fit:cover;display:block;background:#f2f2f2}.order-detail-line-thumb--ph{border:1px solid #eee}.order-detail-line-mid{flex:1;min-width:0}.order-detail-line-title{font-size:14px;font-weight:600;color:#111;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.order-detail-line-spec{margin-top:6px;font-size:12px}.order-detail-line-right{flex-shrink:0;text-align:right;min-width:72px}.order-detail-line-price{font-size:14px;font-weight:800;color:#111}.order-detail-line-qty{margin-top:6px;font-size:12px}.order-detail-line-rate{display:inline-block;margin-top:8px;font-size:13px;font-weight:700;color:var(--green, #09bb07);text-decoration:none}.order-detail-row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.order-detail-row--fee{padding-top:4px;margin-top:4px}.order-detail-row--pay{margin-top:10px;padding-top:10px;border-top:1px solid #f0f0f0}.order-detail-pay-label{font-weight:800;color:#111}.order-detail-pay-value{font-size:17px;font-weight:900;color:#ff2d2d}.order-detail-card-title{font-weight:800;font-size:15px;color:#111;margin-bottom:12px}.order-detail-copy-tip{font-size:12px;color:var(--green);margin:-4px 0 8px}.order-detail-kv{display:flex;justify-content:space-between;gap:12px;font-size:14px;padding:10px 0;border-bottom:1px solid #f2f2f2;color:#111}.order-detail-kv:last-child{border-bottom:none}.order-detail-kv--btn{width:100%;border:none;background:none;font:inherit;cursor:pointer;text-align:left;padding-left:0;padding-right:0}.order-detail-kv--btn:active{opacity:.75}.order-detail-order-no{flex:1;text-align:right;word-break:break-all;font-weight:600;color:#222}.order-detail-addr-name{font-size:15px;font-weight:700;color:#111;margin-bottom:8px}.order-detail-addr-phone{margin-left:12px;font-weight:600;color:#333}.order-detail-addr-full{font-size:14px;color:#666;line-height:1.55}.order-detail-actions{margin-bottom:8px}.order-detail-action-row{display:flex;gap:10px}.order-detail-foot{position:fixed;left:0;right:0;bottom:0;display:flex;background:#fff;border-top:1px solid #eee;z-index:20;padding-bottom:env(safe-area-inset-bottom,0px)}.order-detail-foot-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 8px;color:var(--green);text-decoration:none;font-size:13px;font-weight:600}.order-detail-foot-item+.order-detail-foot-item{border-left:1px solid #f0f0f0}.order-detail-foot-icon{display:block;color:var(--green)}.order-cancel-sheet-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:flex-end;justify-content:center;pointer-events:auto}.order-cancel-sheet-mask{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;margin:0;background:#00000073;cursor:pointer}.order-cancel-sheet-panel{position:relative;width:100%;max-width:420px;background:#fff;border-radius:16px 16px 0 0;padding:18px 16px calc(16px + env(safe-area-inset-bottom,0px));box-sizing:border-box;box-shadow:0 -4px 24px #00000014}.order-cancel-sheet-head{margin-bottom:8px}.order-cancel-sheet-title{font-weight:800;font-size:17px;color:#111;line-height:1.35}.order-cancel-sheet-sub{margin:8px 0 0;font-size:13px;color:#888;line-height:1.45}.order-cancel-sheet-list{list-style:none;margin:0;padding:0}.order-cancel-sheet-item{display:block;width:100%;text-align:left;padding:14px 4px;border:none;border-bottom:1px solid #f0f0f0;background:transparent;font-size:15px;color:#333;cursor:pointer;font-family:inherit}.order-cancel-sheet-list li:last-child .order-cancel-sheet-item{border-bottom:none}.order-cancel-sheet-item--on{color:var(--green);font-weight:700}.order-cancel-sheet-submit{display:block;width:100%;margin-top:14px;padding:14px 16px;border:none;border-radius:8px;background:var(--green);color:#fff;font-size:16px;font-weight:800;cursor:pointer;font-family:inherit}.order-cancel-sheet-submit:disabled{opacity:.45;cursor:not-allowed}.orders-card-wrap{border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 1px #0000000a}.orders-card-wrap .orders-card{box-shadow:none}.orders-card-actions{display:flex;gap:10px;padding:0 14px 14px;background:#fff}.orders-card-actions .btn{flex:1}.address-list-page{min-height:100%;background:#f5f5f5;padding-bottom:80px}.address-card{background:#fff;margin:12px;border-radius:12px;padding:14px 16px;box-shadow:0 2px 8px #0000000a}.address-card-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.address-name{font-weight:800;font-size:16px}.address-phone{color:#666;font-size:14px}.address-default-badge{margin-left:auto;font-size:11px;color:var(--green);border:1px solid var(--green);padding:2px 8px;border-radius:4px}.address-detail{font-size:14px;color:#333;line-height:1.5}.address-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid #f0f0f0}.link-btn{background:none;border:none;font-size:13px;color:var(--green);cursor:pointer;padding:4px 8px}.link-btn.danger{color:#e53935}.address-footer{position:fixed;left:0;right:0;bottom:0;max-width:420px;margin:0 auto;padding:12px 14px 20px;background:#fff;border-top:1px solid #eee;box-sizing:border-box}.address-footer .btn{width:100%}.form-page{min-height:100%;background:#f5f5f5;padding:12px 14px 24px}.form-card{background:#fff;border-radius:12px;padding:8px 16px 16px}.form-field{padding:12px 0;border-bottom:1px solid #f0f0f0}.form-field:last-of-type{border-bottom:none}.form-field label{display:block;font-size:13px;color:#888;margin-bottom:6px}.form-field input,.form-field textarea{width:100%;border:none;font-size:15px;padding:0;outline:none;box-sizing:border-box;font-family:inherit}.form-field textarea{min-height:72px;resize:vertical}.form-check{display:flex;align-items:center;gap:8px;margin-top:16px;font-size:14px;cursor:pointer}.invite-page{min-height:100dvh;background:#fff;display:flex;flex-direction:column;max-width:420px;margin:0 auto}.invite-nav{display:flex;align-items:center;justify-content:space-between;height:50px;flex-shrink:0;background:#fff;border-bottom:1px solid #eee;padding:0 4px 0 0;position:sticky;top:0;z-index:10}.invite-nav-back{display:flex;align-items:center;justify-content:center;width:44px;height:44px;font-size:28px;color:#333;text-decoration:none;line-height:1}.invite-nav-title{font-weight:800;font-size:16px;color:#111}.invite-img-wrap{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;padding:12px 0 8px}.invite-poster-stage{width:100%;position:relative}.invite-poster-full{display:block;width:100%;height:auto;object-fit:contain}.invite-img-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px}.invite-img-loading--overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffdb;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1;pointer-events:none}.invite-img-loading-text{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;font-size:14px;color:#999}.invite-img-loading-text:before{content:"";width:14px;height:14px;border:2px solid #e6e6e6;border-top-color:var(--green);border-radius:50%;animation:inviteSpinAnim .8s linear infinite}.invite-qr-spin{width:32px;height:32px;border:3px solid #eee;border-top-color:var(--green);border-radius:50%;animation:inviteSpinAnim .8s linear infinite}@keyframes inviteSpinAnim{to{transform:rotate(360deg)}}.invite-img-err{padding:24px 20px;color:#ff7875;font-size:14px;text-align:center;line-height:1.6}.invite-img-tip{text-align:center;font-size:12px;color:#999;padding:6px 16px 24px}.region-field-btn{display:flex;align-items:center;justify-content:space-between;width:100%;border:none;background:transparent;font-size:15px;padding:10px 0;min-height:44px;color:#111;cursor:pointer;font-family:inherit;text-align:left}.region-field-btn.placeholder .region-field-btn-text{color:#bbb}.region-field-btn:disabled{opacity:.5;cursor:not-allowed}.region-field-btn-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.region-field-btn-arrow{flex-shrink:0;font-size:20px;color:#ccc;margin-left:6px;line-height:1}.region-picker-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000}.region-picker-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.region-picker-sheet{position:absolute;left:0;right:0;bottom:0;max-width:420px;margin:0 auto;background:#fff;border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,0px);box-sizing:border-box;overflow:hidden;animation:regionSheetIn .3s cubic-bezier(.32,1,.6,1);box-shadow:0 -4px 32px #0000001f}@keyframes regionSheetIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}.region-picker-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 12px}.region-picker-title{font-weight:800;font-size:16px;color:#111}.region-picker-action{background:none;border:none;font-size:15px;cursor:pointer;padding:4px 6px;color:#999;font-family:inherit;border-radius:8px}.region-picker-action--ok{color:var(--green);font-weight:700}.region-picker-preview{margin:0 16px 10px;padding:9px 14px;background:#f5f7fa;border-radius:10px;font-size:13px;color:#333;min-height:38px;display:flex;align-items:center;line-height:1.5}.region-picker-wheels{display:flex;position:relative;border-top:1px solid #f0f0f0}.region-picker-wheels:before,.region-picker-wheels:after{content:"";pointer-events:none;position:absolute;left:0;right:0;z-index:2}.region-picker-wheels:before{top:0;height:calc(50% - 22px);background:linear-gradient(to bottom,#fffffff5,#ffffff1a)}.region-picker-wheels:after{bottom:0;height:calc(50% - 22px);background:linear-gradient(to top,#fffffff5,#ffffff1a)}.region-wheel-wrap{flex:1;min-width:0;position:relative}.region-wheel-wrap+.region-wheel-wrap{border-left:1px solid #f0f0f0}.region-wheel-indicator{pointer-events:none;position:absolute;left:6px;right:6px;top:50%;height:44px;margin-top:-22px;border-radius:10px;background:rgba(var(--green-rgb, 40, 167, 80),.07);border:1.5px solid rgba(var(--green-rgb, 40, 167, 80),.18);z-index:3}.region-wheel-fade{pointer-events:none;position:absolute;left:0;right:0;z-index:2;height:56px}.region-wheel-fade--top{top:0;background:linear-gradient(to bottom,rgba(255,255,255,.95),transparent)}.region-wheel-fade--bottom{bottom:0;background:linear-gradient(to top,rgba(255,255,255,.95),transparent)}.region-wheel-col{height:220px;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:y mandatory;position:relative}.region-wheel-col::-webkit-scrollbar{display:none}.region-wheel-item{display:flex;align-items:center;justify-content:center;text-align:center;height:44px;font-size:14px;color:#888;padding:0 6px;box-sizing:border-box;scroll-snap-align:center;transition:color .15s,font-weight .15s;position:relative;z-index:4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.region-wheel-item.active{color:#111;font-weight:700;font-size:15px}.region-wheel-empty{display:flex;align-items:center;justify-content:center;height:44px;font-size:18px;color:#ddd;position:relative;z-index:4}.form-actions{margin-top:24px}.form-actions .btn{width:100%}.profile-list{background:#fff;border-radius:12px;overflow:hidden;margin-bottom:12px}.profile-row{display:flex;align-items:center;padding:14px 16px;border-bottom:1px solid #f0f0f0;font-size:15px}.profile-row:last-child{border-bottom:none}.profile-label{color:#888;width:88px;flex-shrink:0}.profile-value{flex:1;text-align:right;color:#333;word-break:break-all}.profile-copy{margin-left:8px;padding:4px 10px;font-size:12px;border:1px solid var(--green);color:var(--green);border-radius:6px;background:#fff;cursor:pointer}.info-page{min-height:100%;background:#f5f5f5}.info-page-inner{padding:16px}.info-page-inner p{margin:0 0 12px;font-size:14px;line-height:1.6;color:#444}.auth-page{--auth-green: #07c160;max-width:420px;margin:0 auto;min-height:100dvh;background:#fff;position:relative;padding:12px 26px 36px;box-sizing:border-box}.auth-deco{position:absolute;top:0;right:0;width:160px;height:140px;background:radial-gradient(circle at 75% 25%,rgba(7,193,96,.38) 0%,transparent 55%),radial-gradient(circle at 45% 55%,rgba(7,193,96,.22) 0%,transparent 48%);pointer-events:none;z-index:0}.auth-close{position:absolute;top:8px;left:8px;z-index:3;border:none;background:none;color:var(--auth-green);font-size:30px;line-height:1;cursor:pointer;padding:8px 12px}.auth-logo-wrap{position:relative;z-index:1;display:flex;justify-content:center;margin-top:44px}.auth-logo{width:88px;height:88px;border-radius:50%;object-fit:cover;border:3px solid #f2f2f2;box-shadow:0 4px 16px #0000000f}.auth-tabs{position:relative;z-index:1;display:flex;margin-top:28px;border-bottom:1px solid #eee}.auth-tab{flex:1;background:none;border:none;padding:14px 8px 16px;font-size:16px;color:#999;cursor:pointer;position:relative}.auth-tab.active{color:#111;font-weight:800}.auth-tab.active:after{content:"";position:absolute;bottom:-1px;left:18%;right:18%;height:3px;background:var(--auth-green);border-radius:2px}.auth-login-form{margin:0;padding:0;border:none}.auth-form{position:relative;z-index:1;margin-top:8px}.auth-field{display:flex;align-items:center;gap:10px;border-bottom:1px solid #e8e8e8;padding:14px 0}.auth-field input{flex:1;min-width:0;border:none;outline:none;font-size:16px;background:transparent}.auth-field-icon{width:22px;height:22px;color:silver;flex-shrink:0}.auth-eye{border:none;background:none;cursor:pointer;font-size:16px;opacity:.55;padding:4px;flex-shrink:0;line-height:1}.auth-captcha{flex-shrink:0;border:1px solid #e8e8e8;background:#fafafa;padding:4px 8px;border-radius:6px;cursor:pointer;line-height:0}.auth-captcha:focus-visible{outline:2px solid rgba(0,0,0,.12);outline-offset:2px}.auth-captcha-text{display:block;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:800;letter-spacing:3px;color:#888;font-style:italic;-webkit-user-select:none;user-select:none;line-height:40px;min-width:82px;text-align:center}.auth-captcha-img{display:block;object-fit:contain;vertical-align:middle;border-radius:4px;background:#fff}.auth-sms-btn{flex-shrink:0;border:none;background:none;color:var(--auth-green);font-size:14px;font-weight:700;cursor:pointer;padding:4px 0;white-space:nowrap}.auth-sms-btn:disabled{color:#ccc;cursor:not-allowed}.auth-btn-primary{position:relative;z-index:1;width:100%;margin-top:28px;padding:14px 16px;border:none;border-radius:999px;background:var(--auth-green);color:#fff;font-size:17px;font-weight:800;cursor:pointer}.auth-btn-primary:active{opacity:.92}.auth-btn-primary:disabled{opacity:.65;cursor:not-allowed}.auth-footer-links{position:relative;z-index:1;display:flex;justify-content:space-between;margin-top:22px;padding:0 2px}.auth-footer-links a{color:#999;font-size:14px}.auth-err{position:relative;z-index:1;color:var(--danger);font-size:13px;margin:10px 0 4px;line-height:1.4}.auth-page-register{padding-top:8px}.auth-reg-top{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center}.auth-back{border:none;background:none;font-size:32px;line-height:1;color:#333;cursor:pointer;padding:4px 10px 4px 0}.auth-reg-login-pill{border:1px solid var(--auth-green);color:var(--auth-green);padding:7px 20px;border-radius:999px;font-size:14px;font-weight:700}.auth-reg-title{position:relative;z-index:1;font-size:22px;font-weight:900;margin:8px 0 18px;color:#111}.auth-form-register .auth-field-plain{padding-left:0;padding-right:0}.auth-agree{position:relative;z-index:1;display:flex;gap:10px;align-items:flex-start;margin-top:18px;font-size:13px;color:#666;line-height:1.55}.auth-agree input[type=checkbox]{margin-top:3px;width:16px;height:16px;accent-color:var(--auth-green)}.auth-agree a{color:var(--auth-green);font-weight:600}.auth-page-forgot{--auth-green: #00b83f;padding-top:16px}.auth-forgot-back{position:relative;z-index:2;display:block;width:fit-content;border:none;background:none;font-size:36px;line-height:1;color:#333;cursor:pointer;padding:4px 8px 4px 0;margin-bottom:4px}.auth-forgot-title{position:relative;z-index:1;font-size:22px;font-weight:900;margin:0 0 28px;color:#111;letter-spacing:.02em}.auth-form-forgot{margin-top:0}.auth-form-forgot .auth-field+.auth-field{margin-top:0}.auth-btn-forgot{margin-top:32px}.member-page{max-width:420px;margin:0 auto;min-height:100dvh;background:var(--bg);padding-bottom:24px}.member-subpage .member-body{padding-top:8px;margin-top:0}.member-hero{position:relative;min-height:168px;padding-bottom:20px;overflow:hidden}.member-hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(155deg,#1a0f0a,#3d2918,#6b4423 70%,#8b6914);z-index:0}.member-hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;z-index:1}.member-topbar{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:10px 12px 8px;background:#fff;border-bottom:1px solid #eee}.member-topbar--on-hero{background:transparent;border-bottom:none}.member-topbar--on-hero .member-back,.member-topbar--on-hero .member-topbar-title,.member-topbar--on-hero .member-topbar-link{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35)}.member-back{width:40px;height:40px;border:none;background:transparent;font-size:20px;cursor:pointer;color:#333;display:flex;align-items:center;justify-content:flex-start;padding:0}.member-topbar-title{font-size:17px;font-weight:800;color:#111}.member-topbar-placeholder{width:40px;height:40px}.member-topbar-link{font-size:14px;font-weight:700;color:var(--green);padding:8px 4px}.member-hero-content{position:relative;z-index:2;padding:8px 20px 0;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.4)}.member-vip-badge{display:inline-block;font-size:11px;font-weight:800;padding:4px 12px;border-radius:999px;background:linear-gradient(90deg,#f5e6b8,#e8c76b);color:#4a3a12;box-shadow:0 2px 8px #0003}.member-hero-name{margin-top:10px;font-size:22px;font-weight:900}.member-hero-sub{margin-top:6px;font-size:12px;opacity:.95;line-height:1.45}.member-body{padding:14px 14px 0;margin-top:-18px;position:relative;z-index:4}.member-growth-card{margin-bottom:14px;box-shadow:0 6px 20px #00000014}.member-growth-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.member-growth-title{font-weight:800;font-size:15px}.member-growth-more{font-size:13px;color:var(--green);font-weight:700}.member-growth-num{font-size:28px;font-weight:900;color:#333;letter-spacing:-.5px}.member-growth-bar-wrap{height:8px;border-radius:999px;background:#eee;margin-top:12px;overflow:hidden}.member-growth-bar{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--green),#0d8f3a);transition:width .35s ease}.member-growth-foot{display:flex;justify-content:space-between;align-items:center;margin-top:10px;font-size:12px;color:var(--muted)}.member-growth-foot a{color:var(--green);font-weight:700}.member-section-title{font-size:15px;font-weight:800;color:#333;margin:18px 0 10px;padding-left:2px}.member-perk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:8px}.member-perk-item{background:#fff;border-radius:12px;padding:14px 8px;text-align:center;text-decoration:none;color:inherit;box-shadow:0 2px 10px #0000000a;display:flex;flex-direction:column;align-items:center;gap:6px;min-height:108px;box-sizing:border-box}.member-perk-icon{font-size:26px;line-height:1}.member-perk-title{font-size:12px;font-weight:800;color:#333}.member-perk-desc{font-size:10px;color:#999;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.member-links-card{padding:0;overflow:hidden;margin-bottom:12px}.member-link-row{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #f0f0f0;font-size:15px;font-weight:600;color:#333}.member-link-row:last-child{border-bottom:none}.member-tip-card{margin-bottom:20px}.member-points-hero{text-align:center;padding:20px 16px;margin-bottom:12px}.member-points-total{font-size:36px;font-weight:900;color:var(--green);margin-top:8px}.member-log-row{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #f0f0f0}.member-log-row:last-child{border-bottom:none}.member-level-head,.member-level-row{display:grid;grid-template-columns:72px 1fr 1fr;gap:8px;align-items:start;padding:12px 14px;font-size:12px}.member-level-head{background:#f7f7fb;font-weight:800;color:#555}.member-level-name{font-weight:800;color:#333;font-size:13px}.member-v2-page{background:#f2f3f5}.member-v2-topbar{display:flex;align-items:center;justify-content:space-between;padding:10px 12px 8px;background:#f2f3f5}.member-v2-body{padding:0 14px 24px}.member-v2-card{background:var(--green);border-radius:14px;padding:16px 14px;color:#fff;box-shadow:0 8px 24px #1bb34b47}.member-v2-card-main{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.member-v2-user{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.member-v2-avatar-wrap{flex-shrink:0;width:52px;height:52px;border-radius:50%;background:#fffffff2;overflow:hidden;display:flex;align-items:center;justify-content:center}.member-v2-avatar{width:100%;height:100%;object-fit:cover}.member-v2-avatar-placeholder{width:28px;height:28px;border-radius:50%;background:#e8e8e8;box-shadow:inset 0 0 0 2px #fff}.member-v2-user-text{min-width:0}.member-v2-name{font-size:18px;font-weight:800;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-v2-badge{display:inline-block;margin-top:8px;font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px;background:#ffffff38;color:#fff}.member-v2-wallet{flex-shrink:0;text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.member-v2-balance{font-size:17px;font-weight:800;letter-spacing:.02em;white-space:nowrap}.member-v2-actions{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end;max-width:200px}.member-v2-ghost-btn{font-size:12px;font-weight:700;color:#fff;text-decoration:none;padding:4px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.85);line-height:1.35;white-space:nowrap}.member-v2-menu{margin-top:14px;display:flex;flex-direction:column;gap:10px}.member-v2-menu-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#fff;border-radius:12px;text-decoration:none;color:#222;font-size:15px;font-weight:600;box-shadow:0 1px 4px #0000000a}.member-v2-menu-title{flex:1;min-width:0}.member-v2-menu-right{display:flex;align-items:center;gap:8px;flex-shrink:0;color:#888;font-weight:600;font-size:14px}.member-v2-menu-value{color:#666}.member-v2-menu-chevron{color:#c8c8c8;font-weight:400;font-size:14px}.mc-page{max-width:420px;margin:0 auto;min-height:100dvh;background:#f4f5f9;padding-bottom:28px}.mc-topbar{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#fff;border-bottom:1px solid #eee}.mc-back{width:40px;height:40px;border:none;background:transparent;font-size:22px;line-height:1;color:#111;cursor:pointer}.mc-title{margin:0;font-size:17px;font-weight:800;color:#111}.mc-topbar-ph{width:40px;height:40px}.mc-topbar-action{min-width:40px;height:36px;padding:0 10px;border:none;border-radius:8px;background:#1bb34b1f;color:var(--green);font-size:13px;font-weight:700;cursor:pointer}.mc-topbar-action:disabled{opacity:.5;cursor:default}.mc-body{padding-top:4px}.mc-pad{padding:12px 14px}.mc-pad-h{padding-left:14px;padding-right:14px}.mc-pad-inner{padding:14px 16px}.mc-hero-card{background:var(--green);border-radius:14px 14px 0 0;overflow:hidden;box-shadow:0 6px 18px #1bb34b38}.mc-hero-card--tight{border-radius:14px}.mc-hero-inner{text-align:center;color:#fff;padding:20px 16px 16px}.mc-hero-label{font-size:13px;opacity:.95}.mc-hero-amount{margin-top:8px;font-size:32px;font-weight:900;letter-spacing:.02em}.mc-hero-btns{margin-top:16px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.mc-pill-btn{display:inline-block;padding:8px 18px;border-radius:999px;font-size:14px;font-weight:700;text-decoration:none;border:none;cursor:pointer}.mc-pill-btn--dark{background:#fff;color:var(--green)}.mc-pill-btn--single{background:#fff;color:var(--green);margin-top:14px}.mc-hero-foot{background:#d8f5df;color:#0d6b2a;font-size:12px;padding:10px 14px;text-align:center;border-radius:0 0 12px 12px}.mc-white-block{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 4px #0000000a}.mc-form-title{font-weight:800;font-size:15px;padding:14px 16px 0;color:#111}.mc-row{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #f0f0f0;font-size:15px;color:#222}.mc-row:last-child{border-bottom:none}.mc-row--link{text-decoration:none;color:inherit}.mc-row-left{display:flex;align-items:center;gap:10px}.mc-row-val{font-weight:700;color:#333}.mc-row-chevron{color:#ccc;font-size:15px}.mc-inline-link{font-size:12px;color:var(--green);font-weight:700;text-decoration:none}.mc-stack{display:flex;flex-direction:column;gap:10px}.mc-menu-card{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#fff;border-radius:12px;text-decoration:none;color:#222;font-size:15px;font-weight:600;box-shadow:0 1px 4px #0000000a}.mc-menu-card--static{cursor:default}.mc-menu-card-right{display:flex;align-items:center;gap:8px;color:#888}.mc-menu-card-num{font-weight:700;color:#333}.mc-menu-card-chevron{color:#ccc}.mc-tabs-wrap{background:#fff;border-bottom:1px solid #eee}.mc-tabs{display:flex;overflow-x:auto;gap:4px;padding:8px 10px;scrollbar-width:none}.mc-tabs::-webkit-scrollbar{display:none}.mc-tab{flex:0 0 auto;border:none;background:transparent;padding:8px 10px;font-size:13px;color:#888;font-weight:600;cursor:pointer;white-space:nowrap}.mc-tab--on{color:var(--green);border-bottom:2px solid var(--green);margin-bottom:-1px}.mc-log-section{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 4px #0000000a}.mc-log-section-head{font-weight:800;font-size:16px;color:#111;padding:14px 16px 12px;border-bottom:1px solid #f0f0f0}.mc-log-cell--left{flex:1;min-width:0}.mc-log-sub{font-size:12px;color:#9a9a9a;margin-top:2px;line-height:1.4;word-break:break-all}.mc-log-amt-wrap{flex-shrink:0;text-align:right;min-width:108px}.mc-log-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 4px #0000000a}.mc-log-card--flush{box-shadow:none;border-radius:0}.mc-log-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;border-bottom:1px solid #f5f5f5}.mc-log-row:last-child{border-bottom:none}.mc-log-title{font-weight:800;font-size:15px;color:#111}.mc-log-time{font-size:12px;color:#999;margin-top:4px}.mc-log-amt{font-weight:800;font-size:16px;text-align:right;font-variant-numeric:tabular-nums;letter-spacing:.02em}.mc-log-amt--pos,.mc-log-amt--neg{color:#e54d42}.mc-log-dir{font-size:12px;color:#999;text-align:right;margin-top:4px}.mc-log-empty{text-align:center;padding:28px}.mc-done-tip{text-align:center;font-size:12px;color:#999;padding:14px 0 6px}.mc-radio-row{display:flex;align-items:center;padding:14px 16px;border-bottom:1px solid #f0f0f0;gap:12px;cursor:pointer}.mc-radio-row:last-child{border-bottom:none}.mc-radio-row input{margin-left:auto;accent-color:var(--green);width:18px;height:18px}.mc-radio-icon{width:36px;height:36px;border-radius:50%;background:#e53935;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:14px;flex-shrink:0}.mc-radio-icon--coin{border-radius:8px}.mc-radio-icon--card{border-radius:7px;background:linear-gradient(145deg,#5a7fd8,#3d5eb0 45%,#2a4585);color:transparent;font-size:0;box-shadow:0 2px 6px #1e326459;position:relative;overflow:hidden}.mc-radio-icon--card:before{content:"";position:absolute;left:5px;top:7px;width:12px;height:9px;border-radius:2px;background:linear-gradient(135deg,#c9a227,#f0e6a8 60%,#d4af37);box-shadow:0 0 0 1px #0000001f}.mc-radio-icon--card:after{content:"";position:absolute;left:5px;right:5px;bottom:6px;height:3px;border-radius:1px;background:#ffffff6b}.mc-radio-label{flex:1;font-weight:600;font-size:15px}.mc-transfer-kind-row{position:relative}.mc-transfer-kind-row input[type=radio]{position:absolute;opacity:0;width:0;height:0;margin:0;pointer-events:none}.mc-transfer-kind-check{margin-left:auto;width:24px;height:24px;border-radius:50%;border:2px solid #d8d8d8;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;line-height:1;color:transparent;flex-shrink:0;transition:border-color .15s,background .15s,color .15s}.mc-transfer-kind-row--on .mc-transfer-kind-check{border-color:var(--green);background:var(--green);color:#fff}.mc-field-row{display:flex;align-items:center;padding:14px 16px;border-bottom:1px solid #f0f0f0;gap:12px}.mc-field-row:last-child{border-bottom:none}.mc-field-label{flex:0 0 88px;font-size:15px;color:#333;font-weight:600}.mc-field-input{flex:1;border:none;font-size:15px;text-align:right;outline:none;min-width:0}.mc-field-input::placeholder{color:#bbb}.mc-amount-panel{margin-top:12px;background:#f0f1f3;border-radius:12px;padding:14px 16px 16px}.mc-amount-input{width:100%;border:none;background:transparent;font-size:36px;font-weight:800;color:#333;margin-top:8px;outline:none}.mc-amount-input::placeholder{color:#ccc}.mc-amount-foot{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:13px}.mc-text-btn{border:none;background:transparent;color:var(--green);font-weight:700;cursor:pointer;font-size:13px}.mc-submit-pill{border-radius:999px!important;margin-top:20px;font-weight:800!important}.mc-withdraw-foot-note{text-align:center;font-size:12px;color:var(--green);margin-top:12px}.mc-bank-card{background:#fff;border-radius:12px;padding:14px 16px;margin-bottom:12px;box-shadow:0 1px 4px #0000000a}.mc-bank-head{font-weight:800;font-size:16px}.mc-bank-no{margin-top:8px;font-size:14px}.mc-bank-actions{display:flex;justify-content:space-between;align-items:center;margin-top:14px;font-size:13px}.mc-bank-default{display:flex;align-items:center;gap:6px;cursor:pointer}.mc-bank-edit{display:flex;gap:16px}.mc-bank-link{border:none;background:transparent;color:#888;cursor:pointer;font-size:13px;text-decoration:none}.mc-recharge-tip{font-size:14px;color:#333;margin:0 0 12px}.mc-recharge-bank .mc-recharge-line{display:flex;flex-direction:column;gap:4px;padding:12px 16px;border-bottom:1px solid #f0f0f0;font-size:14px}.mc-recharge-bank .mc-recharge-line:last-child{border-bottom:none}.mc-recharge-tip--sub{margin-top:16px;margin-bottom:10px}.mc-recharge-pay-wrap{margin-top:4px}.mc-recharge-pay-single-title{margin-top:12px;margin-bottom:10px}.mc-recharge-pay-tabs{display:flex;padding:4px;background:#ececf2;border-radius:10px;gap:4px;margin-bottom:12px}.mc-recharge-pay-tab{flex:1;min-width:0;border:none;border-radius:8px;padding:10px 6px;font-size:14px;font-weight:600;color:#666;background:transparent;cursor:pointer;transition:color .2s ease,background .2s ease,box-shadow .2s ease}.mc-recharge-pay-tab--on{background:#fff;color:var(--green);box-shadow:0 1px 4px #00000014}.mc-recharge-tab-panel{min-height:0}.mc-recharge-qr-panel{padding:16px;text-align:center}.mc-recharge-qr-label{font-size:13px;margin-bottom:12px}.mc-recharge-qr-img{width:100%;max-width:260px;height:auto;aspect-ratio:1;object-fit:contain;display:block;margin:0 auto;border-radius:8px;background:#fafafa}.mc-upload-block{margin-top:16px}.mc-upload-box{display:flex;align-items:center;justify-content:center;width:120px;height:120px;background:#eee;border-radius:8px;cursor:pointer}.mc-upload-input{display:none}.mc-upload-plus{font-size:48px;color:#bbb;font-weight:200;line-height:1}.mc-profile-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 6px #0000000f}.mc-profile-inner{display:flex;align-items:center;padding:16px;gap:12px}.mc-profile-avatar-wrap{flex-shrink:0}.mc-profile-avatar,.mc-profile-avatar-ph{width:52px;height:52px;border-radius:50%}.mc-profile-avatar-ph{display:inline-block;background:#e8e8e8}.mc-profile-mid{flex:1;min-width:0}.mc-profile-line1{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.mc-profile-phone{font-weight:800;font-size:16px}.mc-profile-badge{font-size:11px;font-weight:700;padding:2px 8px;border-radius:999px;background:var(--green);color:#fff}.mc-profile-reg{margin-top:6px;font-size:12px}.mc-profile-stat{text-align:center;flex-shrink:0}.mc-profile-stat2{display:flex;gap:20px;flex-shrink:0;text-align:center}.mc-profile-stat-num{font-size:22px;font-weight:900;color:#e54d42}.mc-profile-stat-num--red{color:#e54d42}.mc-profile-diamond{color:#e54d42;font-size:10px;margin-top:2px}.mc-profile-divider{height:1px;background:#f0f0f0}.mc-profile-link-row{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;border:none;border-bottom:1px solid #f0f0f0;background:#fff;font:inherit;text-align:left;cursor:pointer;text-decoration:none;color:inherit;box-sizing:border-box}.mc-profile-link-row:last-child{border-bottom:none}.mc-profile-link-row--static{cursor:default}.mc-profile-row-right{display:flex;align-items:center;gap:8px}.mc-profile-thumb,.mc-profile-thumb-ph{width:40px;height:40px;border-radius:50%;object-fit:cover}.mc-profile-thumb-ph{display:inline-block;background:#e8e8e8}.mc-copy-pill{border:1px solid var(--green);color:var(--green);background:#fff;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:700;cursor:pointer}.mc-logout-btn{width:100%;margin-top:20px;padding:14px;border-radius:12px;border:1px solid #eee;background:#fff;font-size:16px;font-weight:700;color:#333;cursor:pointer}.mc-pw-page .mc-pw-toggle{display:flex;gap:10px;margin-bottom:16px;padding:0 2px;align-items:stretch}.mc-pw-toggle--sub{margin-top:-6px;margin-bottom:14px}.mc-pw-radio{position:relative;flex:1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 12px 12px 14px;border:1px solid #e8e8e8;border-radius:10px;background:#fafafa;font-size:15px;font-weight:600;color:#666;cursor:pointer;box-sizing:border-box}.mc-pw-radio--on{border-color:var(--green);background:#f6fff9;color:#111}.mc-pw-radio input[type=radio]{position:absolute;opacity:0;width:0;height:0;margin:0;pointer-events:none}.mc-pw-radio-text{flex:1;min-width:0;line-height:1.35}.mc-pw-radio-check{width:24px;height:24px;border-radius:50%;border:2px solid #d8d8d8;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;line-height:1;color:transparent;flex-shrink:0;transition:border-color .15s,background .15s,color .15s}.mc-pw-radio--on .mc-pw-radio-check{border-color:var(--green);background:var(--green);color:#fff}.mc-pw-field{display:flex;align-items:center;padding:14px 12px;border-bottom:1px solid #f0f0f0;gap:10px}.mc-pw-field:last-child{border-bottom:none}.mc-pw-field input{flex:1;border:none;outline:none;font-size:15px}.mc-pw-icon{opacity:.45;font-size:16px}.mc-pw-eye{border:none;background:transparent;cursor:pointer;opacity:.55;padding:4px}.mc-pw-sms-row{display:flex;align-items:center;gap:10px;padding:12px 14px;border-top:1px solid #f0f0f0}.mc-pw-sms-input{flex:1;min-width:0;border:1px solid #eee;border-radius:8px;padding:10px 12px;font-size:15px}.mc-pw-sms-btn{flex-shrink:0;white-space:nowrap}.checkout-page{background:#f5f5f5!important;padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))!important}.checkout-inner{padding:10px 12px 8px;max-width:420px;margin:0 auto}.checkout-top{padding:4px 2px 12px}.checkout-back{font-size:14px}.checkout-title{margin-top:8px;font-weight:900;font-size:18px;color:#111}.checkout-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px #0000000a}.checkout-card--pad{padding:14px 14px 16px}.checkout-addr-row{display:flex;align-items:flex-start;gap:12px;padding:14px 14px 10px;color:inherit;text-decoration:none}.checkout-airmail{height:4px;margin-top:4px;background:repeating-linear-gradient(90deg,#e53935 0,#e53935 5px,#fff 5px,#fff 7px,#1565c0 7px,#1565c0 12px,#fff 12px,#fff 14px);background-size:28px 100%}.checkout-line{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid #f2f2f2}.checkout-line:last-of-type{border-bottom:none}.checkout-line-thumb{width:56px;height:56px;border-radius:8px;object-fit:cover;flex-shrink:0;background:#f0f0f0}.checkout-line-thumb--ph{background:linear-gradient(135deg,#eee,#f7f7f7)}.checkout-line-mid{flex:1;min-width:0}.checkout-line-title{font-size:14px;font-weight:700;color:#111;line-height:1.35}.checkout-line-right{text-align:right;flex-shrink:0}.checkout-subtotal{text-align:right;font-size:13px;margin-top:12px;padding-top:10px;border-top:1px dashed #eee}.checkout-remark{width:100%;box-sizing:border-box;margin-top:12px;padding:10px 12px;border-radius:8px;border:none;background:#f5f5f5;font-size:14px}.checkout-remark::placeholder{color:#aaa}.checkout-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;font-size:14px;border-bottom:1px solid #f2f2f2}.checkout-row:last-child{border-bottom:none}.checkout-row--tap{cursor:pointer;-webkit-user-select:none;user-select:none}.checkout-check{width:24px;height:24px;border-radius:50%;border:2px solid #d8d8d8;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;font-weight:800;line-height:1;color:transparent;transition:border-color .15s,background .15s,color .15s}.checkout-check--on{border-color:#00bc45;background:#00bc45;color:#fff}.checkout-bar{position:fixed;left:0;right:0;bottom:0;max-width:420px;margin:0 auto;display:flex;align-items:center;gap:12px;padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px));background:#fff;border-top:1px solid #eee;box-sizing:border-box;z-index:30}.checkout-bar-left{flex:1;min-width:0}.checkout-submit{border:none;border-radius:999px;padding:12px 22px;font-weight:800;font-size:15px;color:#fff;cursor:pointer;white-space:nowrap}.checkout-submit:disabled{opacity:.55;cursor:not-allowed}.pay-page{min-height:100dvh;max-width:420px;margin:0 auto;background:#fff;box-sizing:border-box}.pay-inner{padding:14px 16px 32px}.pay-back{border:none;background:none;padding:0;cursor:pointer;font:inherit;font-size:14px}.pay-amount-block{text-align:center;padding:28px 0 20px}.pay-methods{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.pay-method-row{width:100%;display:flex;align-items:center;gap:12px;padding:16px 4px;border:none;border-bottom:1px solid #f5f5f5;background:#fff;cursor:pointer;text-align:left;font:inherit}.pay-method-row:last-child{border-bottom:none}.pay-method-check{width:24px;height:24px;border-radius:50%;border:2px solid #d8d8d8;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;font-weight:800;line-height:1;color:transparent;transition:border-color .15s,background .15s,color .15s}.pay-method-check--on{border-color:#00bc45;background:#00bc45;color:#fff}.pay-method-icon{width:40px;height:40px;border-radius:50%;flex-shrink:0}.pay-method-icon--app{border-radius:10px;padding:0;overflow:hidden;background:transparent}.pay-method-icon--app svg{display:block;width:100%;height:100%}.pay-method-icon--bal{background:linear-gradient(145deg,#ff4d4f,#ff7875);color:#fff;font-weight:900;font-size:18px;display:flex;align-items:center;justify-content:center}.pay-method-text{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.pay-method-title{font-weight:800;font-size:15px}.pay-method-sub{font-size:12px}.pay-confirm-btn{width:100%;margin-top:28px;padding:14px;border:none;border-radius:999px;background:#00bc45;color:#fff;font-weight:800;font-size:16px;cursor:pointer}.pay-modal-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:24px}.pay-modal-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.pay-modal-panel{position:relative;width:100%;max-width:320px;background:#fff;border-radius:12px;padding:16px 16px 14px;box-shadow:0 8px 32px #0000001f}.pay-modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.pay-modal-close{border:none;background:none;font-size:22px;line-height:1;cursor:pointer;color:#999;padding:4px}.pay-modal-input{width:100%;box-sizing:border-box;padding:12px 14px;border:1px solid #e5e5e5;border-radius:8px;font-size:16px}.pay-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.pay-modal-btn{border-radius:8px;padding:8px 18px;font-weight:700;font-size:14px;cursor:pointer;border:1px solid #ddd;background:#fff}.pay-modal-btn--ghost{color:#333}.pay-modal-btn--primary{border-color:#1989fa;background:#1989fa;color:#fff}.pay-modal-btn:disabled{opacity:.6;cursor:not-allowed}.pay-success-page{min-height:100dvh;max-width:420px;margin:0 auto;padding:48px 24px 32px;box-sizing:border-box;text-align:center;background:#f7f7f7}.pay-success-hero{position:relative;display:flex;justify-content:center;margin-bottom:20px}.pay-success-glow{position:absolute;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(0,200,83,.25) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%)}.pay-success-icon{position:relative;width:72px;height:72px;border-radius:50%;background:#00c853;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #00c85359}.pay-success-title{margin:0;font-size:20px;font-weight:900;color:#111}.pay-success-sub{margin:10px 0 0;font-size:14px;line-height:1.5}.pay-success-actions{margin-top:40px;display:flex;flex-direction:column;gap:14px}.pay-success-btn{display:block;width:100%;padding:14px;border-radius:999px;text-align:center;font-weight:800;font-size:16px;text-decoration:none;box-sizing:border-box}.pay-success-btn--primary{color:#fff;border:none}.pay-success-btn--ghost{background:#fff;color:#111;border:1px solid #e0e0e0}
