:root{color:#17191c;font-synthesis:none;--blue:#1478ff;--red:#ef4444;--muted:#7b8794;--line:#edf0f4;background:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:#f7f8fa;max-width:640px;margin:0 auto}button,input,textarea,select{font:inherit}button{color:inherit;cursor:pointer;background:0 0;border:0}button:disabled{opacity:.55;cursor:not-allowed}img{max-width:100%;display:block}.app-shell{background:#f7f8fa;flex-direction:column;min-height:100vh;display:flex}main{flex-direction:column;flex:1;min-width:0;display:flex}.page{padding:16px}.page-header{z-index:20;height:calc(54px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;grid-template-columns:54px 1fr 54px;align-items:center;display:grid;position:sticky;top:0}.page-header h1{text-align:center;margin:0;font-size:18px}.page-header .back{font-size:38px;line-height:1}.invisible{visibility:hidden}.header-action{text-align:center;font-size:14px}.tabbar{z-index:30;left:50%;bottom:calc(-1 * var(--h5-keyboard-inset,0px));width:min(100%,640px);padding:8px 8px calc(8px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fffffff7;display:flex;position:fixed;transform:translate(-50%)}.tabbar a{color:#8b96a3;text-align:center;flex:1;font-size:11px;text-decoration:none}.tabbar a b{font-size:24px;line-height:27px;display:block}.tabbar a.active{color:var(--blue)}.state{min-height:300px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.spinner{border:3px solid #dbe7f8;border-top-color:var(--blue);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty{font-size:38px}.empty span{font-size:15px}.h5-mp-empty-order-icon{object-fit:contain;width:154px;height:auto;display:block}.error button{color:var(--blue)}.toast{z-index:100;color:#fff;text-align:center;background:#14181ee0;border-radius:10px;max-width:80%;padding:12px 18px;position:fixed;top:42%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 30px #0002}.primary{color:#fff;background:var(--blue);border-radius:12px;padding:13px 22px;font-weight:700}.block{width:100%;margin-top:22px;display:block}.danger{color:var(--red);background:#fff;border:1px solid #fecaca;border-radius:10px;padding:10px 16px}.danger-text{color:var(--red)!important}.card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 3px 15px #192c4d0b}.price{color:var(--red);white-space:nowrap;align-items:baseline;display:inline-flex}.price small{margin-right:2px;font-size:13px;font-weight:650}.price strong{font-size:22px}.price em{margin-left:3px;font-size:12px;font-style:normal}.hero-scroller{scroll-snap-type:x mandatory;border-radius:18px;display:flex;overflow-x:auto}.hero-scroller>*{aspect-ratio:2.15;object-fit:cover;scroll-snap-align:start;min-width:100%}.hero-fallback{color:#fff;background:linear-gradient(135deg,#177bff,#6aa9ff);flex-direction:column;justify-content:center;align-items:center;display:flex}.hero-fallback b{font-size:42px}.hero-fallback span{letter-spacing:5px}.notice{background:#fff;border-radius:12px;gap:10px;margin:14px 0;padding:12px;font-size:13px;display:flex;overflow:hidden}.notice b{color:var(--blue)}.notice span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.section-title{justify-content:space-between;align-items:center;display:flex}.section-title h2{font-size:19px}.section-title button{color:var(--muted);font-size:13px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.product-card{text-align:left;background:#fff;border-radius:14px;padding:0;overflow:hidden;box-shadow:0 3px 15px #192c4d0c}.product-card img{aspect-ratio:1.35;object-fit:cover;width:100%}.product-info{padding:10px}.product-info h3{white-space:nowrap;text-overflow:ellipsis;margin:0 0 5px;font-size:15px;overflow:hidden}.product-info p{height:34px;color:var(--muted);margin:0 0 7px;font-size:12px;line-height:17px;overflow:hidden}.category-layout{height:calc(100vh - 54px - env(safe-area-inset-top) - 70px);grid-template-columns:96px 1fr;display:grid}.category-layout aside{background:#f0f3f7;padding:8px 0;overflow-y:auto}.category-layout aside button{color:#697584;width:100%;padding:17px 8px;font-size:14px}.category-layout aside button.active{color:var(--blue);border-left:3px solid var(--blue);background:#fff;font-weight:700}.category-products{padding:12px;overflow-y:auto}.category-products .product-card{margin-bottom:12px;display:flex}.category-products .product-card img{aspect-ratio:1.15;width:105px}.category-products .product-info{flex:1;min-width:0}.product-cover{object-fit:cover;border-radius:18px;width:100%;max-height:360px}.product-detail .card{margin-top:14px}.product-detail h2{margin-top:0}.description{color:#596676;white-space:pre-wrap;line-height:1.8}.tag{color:#0e6bdc;background:#eaf3ff;border-radius:999px;padding:4px 9px;font-size:12px;display:inline-block}.bottom-action,.floating-actions{z-index:25;width:min(100%,640px);padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fff;justify-content:flex-end;align-items:center;gap:12px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.bottom-action>div{margin-right:auto}.bottom-action small{color:var(--muted);display:block}.search{background:#fff;border-radius:12px;margin-bottom:12px;padding:10px 12px}.search input{background:0 0;border:0;outline:0;width:100%}.master-card{text-align:left;background:#fff;border-radius:15px;align-items:center;gap:12px;width:100%;margin-bottom:10px;padding:16px;display:flex}.master-card>div:nth-child(2){flex:1;min-width:0}.master-card h3,.master-card p{margin:2px 0}.master-card p,.master-card span{color:var(--muted);font-size:13px}.master-card>b{color:var(--blue)}.avatar{object-fit:cover;border-radius:50%;width:54px;height:54px}.avatar.fallback{color:#fff;background:linear-gradient(135deg,#1478ff,#6aa9ff);place-items:center;font-size:22px;font-weight:700;display:grid}.login-landing,.login-gate,.result-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:85vh;padding:24px;display:flex}.logo{color:#fff;background:linear-gradient(135deg,#1478ff,#5ea1ff);border-radius:22px;place-items:center;width:70px;height:70px;margin:0 auto;font-size:34px;font-weight:800;display:grid}.login-landing h2,.login-gate h2{margin:0}.login-gate p{color:var(--muted)}.profile-card{color:#fff;background:linear-gradient(135deg,#1478ff,#5ea1ff);border-radius:18px;align-items:center;gap:12px;padding:18px;display:flex}.profile-card>div:nth-child(2){flex:1}.profile-card h2,.profile-card p{margin:3px 0}.profile-card p{opacity:.8;font-size:13px}.profile-card button{color:#fff;border:1px solid #fff6;border-radius:10px;padding:7px 10px}.wallet{grid-template-columns:1fr 1fr;gap:12px;margin:12px 0;display:grid}.wallet>div{background:#fff;border-radius:14px;padding:17px}.wallet small,.wallet strong{display:block}.wallet small{color:var(--muted)}.wallet strong{margin-top:8px;font-size:20px}.menu-list{background:#fff;border-radius:15px;overflow:hidden}.menu-list button{border-bottom:1px solid var(--line);text-align:left;justify-content:space-between;width:100%;padding:17px;display:flex}.menu-list button:last-child{border-bottom:0}.sheet-backdrop{z-index:50;background:#0006;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet{width:min(100%,640px);max-height:85vh;padding:20px 18px calc(20px + env(safe-area-inset-bottom));background:#fff;border-radius:20px 20px 0 0;margin:0 auto;overflow-y:auto}.sheet label,.form-card label{color:#586575;margin:14px 0;font-size:13px;display:block}.sheet input,.form-card input,.form-card textarea,.form-card select{color:#17191c;background:#fff;border:1px solid #dfe5ec;border-radius:10px;outline:0;width:100%;margin-top:7px;padding:12px}.sheet-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.login-popup-mask{z-index:90;touch-action:none;background:#00000073;align-items:flex-end;display:flex;position:fixed;inset:0}.login-popup-sheet{width:100%;padding:32px 24px calc(48px + env(safe-area-inset-bottom));text-align:center;background:#fff;border-radius:20px 20px 0 0}.login-popup-sheet .popup-handle{background:#e2e8f0;border-radius:4px;width:32px;height:4px;margin:0 auto 16px}.login-popup-sheet h2{color:#191c1d;margin:0 0 8px;font-size:22px}.login-popup-sheet p{color:#94a3b8;margin:0 0 24px;font-size:14px}.popup-login-btn{color:#fff;background:#07c160;border-radius:24px;width:100%;height:48px;font-size:16px;font-weight:600}.popup-cancel-btn{color:#94a3b8;margin-top:12px;padding:8px 16px;font-size:13px}.profile-sheet-backdrop{z-index:91;touch-action:none;background:#00000073;align-items:flex-end;display:flex;position:fixed;inset:0}.profile-sheet{width:100%;max-height:90vh;padding:12px 24px calc(28px + env(safe-area-inset-bottom));touch-action:pan-y;background:#fff;border-radius:20px 20px 0 0;overflow-y:auto}.profile-sheet-handle{background:#e2e8f0;border-radius:4px;width:32px;height:4px;margin:0 auto 16px}.profile-sheet h2{color:#191c1d;text-align:center;margin:0;font-size:22px}.profile-sheet>p{color:#94a3b8;text-align:center;margin:8px 0 20px;font-size:13px}.profile-avatar-picker{color:#007aff;cursor:pointer;flex-direction:column;align-items:center;margin-bottom:18px;display:flex}.profile-avatar-picker img,.profile-avatar-picker>span{object-fit:cover;background:#f1f5f9;border:2px solid #e5e7eb;border-radius:50%;place-items:center;width:80px;height:80px;font-size:26px;display:grid}.profile-avatar-picker small{margin-top:8px;font-size:12px}.profile-avatar-picker input{display:none}.profile-field{background:#f8f9fa;border-radius:8px;align-items:center;gap:12px;min-height:48px;margin:10px 0;padding:0 14px;display:flex}.profile-field>span:first-child{color:#64748b;flex:0 0 56px;font-size:14px}.profile-field input,.profile-field select{color:#191c1d;background:0 0;border:0;outline:0;flex:1;min-width:0;margin:0;padding:0;font-size:14px}.profile-gender-row{gap:8px;display:flex}.profile-gender-row button{color:#64748b;background:#e2e8f0;border-radius:16px;width:50px;padding:7px 0;font-size:13px}.profile-gender-row button.active{color:#fff;background:#007aff}.profile-confirm-btn{color:#fff;background:#007aff;border-radius:24px;width:100%;height:48px;margin-top:18px;font-size:16px;font-weight:600}.profile-skip-btn{color:#94a3b8;margin:9px auto 0;padding:8px 20px;font-size:13px;display:block}.master-apply-page{background:#f8f9fa;min-height:calc(100vh - 50px);padding:12px}.master-apply-card{margin:0;padding:4px 16px}.master-apply-card label{border-bottom:1px solid #edeeef;margin:0;padding:14px 0}.master-apply-card label:last-child{border-bottom:0}.master-apply-card .form-label{color:#191c1d;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.master-apply-card input,.master-apply-card select{border:0;border-bottom:1px solid #edeeef;border-radius:0;height:40px;margin:0;padding:0;font-size:15px}.master-apply-submit{border-radius:10px;width:100%;height:48px;margin-top:20px;box-shadow:0 6px 12px #007aff33}.brand-mark{color:#fff;background:#007aff;border-radius:18px;place-items:center;width:64px;height:64px;font-size:30px;font-weight:800;display:inline-grid}.prose{text-align:center;white-space:pre-wrap;line-height:1.8}.about-content{text-align:left;background:#fff;border-radius:12px;padding:24px 18px}.about-content p{color:#414755;white-space:pre-line;margin:0}.order-form{padding-bottom:100px}.order-product{align-items:center;gap:12px;display:flex}.order-product img{object-fit:cover;border-radius:10px;width:88px;height:70px}.order-product h3{margin:0 0 7px}.field-static{background:#fff;border-radius:14px;justify-content:space-between;width:100%;margin-top:12px;padding:16px;display:flex}.field-static span{color:var(--muted)}.form-card{background:#fff;border-radius:15px;margin-top:12px;padding:2px 16px}.form-card.standalone{padding:18px}.form-card textarea{resize:vertical;min-height:85px}.form-card label{position:relative}.form-card .stepper{align-items:center;gap:15px;margin-top:8px;display:flex}.stepper button{background:#eef3f8;border-radius:8px;width:34px;height:34px}.agreement{gap:8px;margin:18px 4px;font-size:13px;display:flex}.hint{color:var(--muted);font-size:13px;line-height:1.6}.result-icon{color:#fff;background:#22c55e;border-radius:50%;place-items:center;width:76px;height:76px;font-size:44px;display:grid}.result-page h1,.result-page p{margin:0}.result-page p{color:var(--muted)}.filter-tabs,.period-tabs{background:#fff;gap:7px;padding:10px 14px;display:flex;overflow-x:auto}.filter-tabs button,.period-tabs button{color:#667483;background:#f1f4f8;border-radius:999px;flex:none;padding:7px 13px}.filter-tabs button.active,.period-tabs button.active{color:#fff;background:var(--blue)}.order-card,.record-card{background:#fff;border-radius:14px;margin-bottom:11px;padding:15px}.order-head,.record-card{justify-content:space-between;gap:12px;display:flex}.order-head h3{margin:0}.order-card p{color:#687483;margin:8px 0 0;font-size:13px}.status{color:#0f6fde;white-space:nowrap;background:#eaf3ff;border-radius:999px;height:fit-content;padding:4px 8px;font-size:12px}.status.s0,.status.w3,.status.w4{color:#dc2626;background:#fee2e2}.status.s50,.status.w2{color:#15803d;background:#dcfce7}.order-actions{justify-content:flex-end;margin-top:12px;display:flex}.detail-page{padding-bottom:100px}.detail-status{color:#fff;background:linear-gradient(135deg,#1478ff,#5ea1ff);border-radius:18px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:24px 18px;display:flex}.detail-status strong{font-size:22px}.detail-status span{opacity:.85;font-size:12px}.detail-list h3{margin-top:0}.detail-row{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding:12px 0;display:flex}.detail-row:last-child{border:0}.detail-row span{color:var(--muted)}.detail-row strong{text-align:right;word-break:break-all;max-width:66%;font-weight:550}.evidence-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;display:grid}.evidence-grid img{aspect-ratio:1;object-fit:cover;border-radius:10px;width:100%}.upload-box{min-height:130px;color:var(--blue);background:#f7fbff;border:2px dashed #bfd4ef;border-radius:16px;place-items:center;display:grid;position:relative}.upload-box input{opacity:0;position:absolute;inset:0}.task-card{text-align:left;background:#fff;border-radius:15px;justify-content:space-between;gap:14px;width:100%;margin-bottom:11px;padding:16px;display:flex}.task-card h3{margin:8px 0}.task-card p{color:var(--muted);margin:0;font-size:13px}.task-card>div:last-child{text-align:right}.task-card small{color:var(--muted);display:block}.master-center .period-tabs{border-radius:12px;margin:12px 0}.earnings-card{color:#fff;background:linear-gradient(135deg,#171f2d,#334155);border-radius:17px;flex-direction:column;gap:7px;margin-bottom:12px;padding:22px;display:flex}.earnings-card strong{font-size:34px}.earnings-card span,.earnings-card small{opacity:.75}.balance-card{color:#fff;background:linear-gradient(135deg,#1478ff,#5ea1ff);border-radius:18px;padding:24px}.balance-card small,.balance-card strong{display:block}.balance-card strong{margin-top:8px;font-size:34px}.amount-input{background:#fff;border-radius:15px;align-items:baseline;margin-top:14px;padding:18px;display:flex}.amount-input span{font-size:24px}.amount-input input{border:0;outline:0;width:100%;min-width:0;font-size:35px}.record-card h3,.record-card p{margin:2px 0}.record-card p,.record-card small{color:var(--muted);font-size:12px}.h5-mp-withdraw-page{background:#f8f9fa;flex:1;padding:16px}.h5-mp-withdraw-balance,.h5-mp-withdraw-card{background:#fff;border-radius:8px;padding:16px}.h5-mp-withdraw-balance{margin-bottom:12px}.h5-mp-withdraw-balance small,.h5-mp-withdraw-card>strong{color:#191c1d;font-size:14px;font-weight:600;display:block}.h5-mp-withdraw-balance>div{color:#191c1d;justify-content:center;align-items:baseline;margin-top:6px;display:flex}.h5-mp-withdraw-balance i,.h5-mp-withdraw-amount i{font-style:normal;font-weight:700}.h5-mp-withdraw-balance i{margin-right:2px;font-size:18px}.h5-mp-withdraw-balance b{font-size:28px;line-height:1}.h5-mp-withdraw-card{margin-bottom:20px}.h5-mp-withdraw-amount{border-bottom:1px solid #edeeef;justify-content:center;align-items:baseline;margin:10px 0 12px;padding:24px 0;display:flex}.h5-mp-withdraw-amount i{margin-right:5px;font-size:21px}.h5-mp-withdraw-amount input{color:#191c1d;text-align:center;background:0 0;border:0;outline:0;width:min(100%,230px);min-width:0;padding:0;font-size:40px;font-weight:700;line-height:1}.h5-mp-withdraw-amount input::placeholder{color:#cbd5e1;font-weight:300}.h5-mp-withdraw-quick{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.h5-mp-withdraw-quick button{color:#64748b;background:#f1f5f9;border:0;border-radius:6px;min-height:36px;padding:0;font-size:14px;font-weight:500}.h5-mp-withdraw-quick button.active{color:#fff;background:#007aff}.h5-mp-withdraw-quick button.all{color:#d97706;background:#fef3c7;font-weight:600}.h5-mp-withdraw-min{color:#94a3b8;margin:-8px 4px 16px;font-size:12px}.h5-mp-withdraw-min i{font-style:normal;font-weight:600}.h5-mp-withdraw-min b{color:#64748b;font-size:14px}.h5-mp-withdraw-submit{color:#fff;background:#007aff;border:0;border-radius:10px;width:100%;height:48px;font-size:16px;font-weight:600}.h5-mp-withdraw-submit:disabled{opacity:.7}.h5-mp-withdraw-authorize{background:#eff6ff;border-radius:8px;margin:0 0 12px;padding:14px 16px}.h5-mp-withdraw-authorize strong{color:#1d4ed8;font-size:14px}.h5-mp-withdraw-authorize p{color:#475569;margin:6px 0 10px;font-size:12px;line-height:18px}.h5-mp-withdraw-authorize button{color:#fff;background:#007aff;border-radius:6px;padding:7px 12px;font-size:13px}.h5-mp-withdraw-records{background:#f5f6f8;flex:1;min-height:calc(100vh - 54px);padding:12px 14px 24px}.h5-mp-withdraw-record-list{flex-direction:column;gap:8px;display:flex}.h5-mp-withdraw-record-card{background:#fff;border-radius:10px;padding:14px 14px 12px;box-shadow:0 1px 6px #1018280a}.h5-mp-withdraw-record-top{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.h5-mp-withdraw-record-top>div{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.h5-mp-withdraw-record-top strong{color:#101828;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;line-height:19px;overflow:hidden}.h5-mp-withdraw-record-top small{color:#98a2b3;font-size:11px;line-height:16px}.h5-mp-withdraw-record-top>b{color:#101828;flex:none;margin-left:8px;font-size:17px;line-height:22px}.h5-mp-withdraw-record-card footer{align-items:center;display:flex}.h5-mp-withdraw-status{border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600;line-height:16px}.h5-mp-withdraw-status.orange{color:#d46b08;background:#fff7e6}.h5-mp-withdraw-status.green{color:#16a34a;background:#f0fdf4}.h5-mp-withdraw-status.red{color:#dc2626;background:#fef2f2}.h5-mp-withdraw-status.blue{color:#2563eb;background:#eff6ff}.h5-mp-withdraw-status.default{color:#64748b;background:#f1f5f9}.h5-mp-withdraw-record-empty{color:#98a2b3;text-align:center;padding:60px 0;font-size:14px}.icp-footer{text-align:center;flex:none;margin-top:auto;padding:18px 12px 8px;font-size:11px}.icp-footer a{color:#a0a4ab;text-decoration:none}@media (width>=520px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}main.with-tabs{padding-bottom:calc(60px + env(safe-area-inset-bottom))}.page-header{height:calc(50px + env(safe-area-inset-top));border-bottom:0;grid-template-columns:50px 1fr 50px;box-shadow:0 1px #edf0f3}.page-header .back{width:50px;height:50px;font-size:0;position:relative}.page-header .back:before,.chevron-right{content:"";border-top:1.5px solid;border-right:1.5px solid;width:7px;height:7px;display:inline-block;transform:rotate(45deg)}.page-header .back:before{color:#667085;transform:rotate(-135deg)}.tabbar{z-index:30;padding:9px 14px 0;padding-bottom:calc(10px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(20px);background:#fffffff0;border:1px solid #e2e8f0cc;border-bottom:0;border-radius:18px 18px 0 0;align-items:flex-end;box-shadow:0 -9px 28px #0f172a14}.tabbar a{color:#8ea0b8;letter-spacing:.02em;flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:0;padding-bottom:3px;font-size:10.5px;font-weight:600;line-height:1.15;display:flex}.tabbar a.active{color:#1677ff;font-weight:800}.tab-icon-wrap{border-radius:11px;justify-content:center;align-items:center;width:34px;height:28px;margin-bottom:3px;display:flex;position:relative}.tabbar-lobby-dot{background:#ff3b30;border:1.5px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:2px;right:3px}.tabbar a.active .tab-icon-wrap{background:#1677ff1a;transform:translateY(-2px);box-shadow:0 5px 12px #1677ff24}.tab-icon{background:currentColor;width:22px;height:22px;display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.tab-icon--home{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.1473%206.79424L12.2424%203.56564C10.9271%202.47812%209.07292%202.47812%207.75759%203.56564L3.8527%206.79424C3.14918%207.37592%202.75%208.25786%202.75%209.17806V14.2129C2.75%2015.8478%204.00726%2017.25%205.65%2017.25H7.1C7.90081%2017.25%208.55%2016.6008%208.55%2015.8V13.4422C8.55%2012.5232%209.2403%2011.8551%2010%2011.8551C10.7597%2011.8551%2011.45%2012.5232%2011.45%2013.4422V15.8C11.45%2016.6008%2012.0992%2017.25%2012.9%2017.25H14.35C15.9927%2017.25%2017.25%2015.8478%2017.25%2014.2129V9.17806C17.25%208.25786%2016.8508%207.37592%2016.1473%206.79424Z'%20fill='black'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.1473%206.79424L12.2424%203.56564C10.9271%202.47812%209.07292%202.47812%207.75759%203.56564L3.8527%206.79424C3.14918%207.37592%202.75%208.25786%202.75%209.17806V14.2129C2.75%2015.8478%204.00726%2017.25%205.65%2017.25H7.1C7.90081%2017.25%208.55%2016.6008%208.55%2015.8V13.4422C8.55%2012.5232%209.2403%2011.8551%2010%2011.8551C10.7597%2011.8551%2011.45%2012.5232%2011.45%2013.4422V15.8C11.45%2016.6008%2012.0992%2017.25%2012.9%2017.25H14.35C15.9927%2017.25%2017.25%2015.8478%2017.25%2014.2129V9.17806C17.25%208.25786%2016.8508%207.37592%2016.1473%206.79424Z'%20fill='black'/%3e%3c/svg%3e")}.tab-icon--grid{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.91309%2010.4236C8.78279%2010.4236%209.48828%2011.1291%209.48828%2011.9988V16.2869C9.48809%2017.1565%208.78268%2017.8621%207.91309%2017.8621H3.625C2.75541%2017.8621%202.05%2017.1565%202.0498%2016.2869V11.9988C2.0498%2011.1291%202.75529%2010.4236%203.625%2010.4236H7.91309ZM16.2832%2010.4226C17.1528%2010.4226%2017.8582%2011.1283%2017.8584%2011.9978V16.2859C17.8584%2017.1557%2017.1529%2017.8611%2016.2832%2017.8611H11.9951C11.1254%2017.8611%2010.4199%2017.1557%2010.4199%2016.2859V11.9978C10.4201%2011.1283%2011.1255%2010.4226%2011.9951%2010.4226H16.2832ZM13.1055%202.41578C13.7204%201.80113%2014.7181%201.80108%2015.333%202.41578L17.6846%204.76832C18.2995%205.3833%2018.2995%206.38089%2017.6846%206.99587L15.333%209.34744C14.718%209.96242%2013.7204%209.96242%2013.1055%209.34744L10.7529%206.99587C10.1382%206.38098%2010.1383%205.38327%2010.7529%204.76832L13.1055%202.41578ZM7.99609%202.06324C8.86563%202.06344%209.57031%202.76885%209.57031%203.63844V8.00955C9.57004%208.8789%208.86546%209.58357%207.99609%209.58377H3.625C2.75546%209.58377%202.05007%208.87903%202.0498%208.00955V3.63844C2.0498%202.76872%202.75529%202.06324%203.625%202.06324H7.99609Z'%20fill='black'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.91309%2010.4236C8.78279%2010.4236%209.48828%2011.1291%209.48828%2011.9988V16.2869C9.48809%2017.1565%208.78268%2017.8621%207.91309%2017.8621H3.625C2.75541%2017.8621%202.05%2017.1565%202.0498%2016.2869V11.9988C2.0498%2011.1291%202.75529%2010.4236%203.625%2010.4236H7.91309ZM16.2832%2010.4226C17.1528%2010.4226%2017.8582%2011.1283%2017.8584%2011.9978V16.2859C17.8584%2017.1557%2017.1529%2017.8611%2016.2832%2017.8611H11.9951C11.1254%2017.8611%2010.4199%2017.1557%2010.4199%2016.2859V11.9978C10.4201%2011.1283%2011.1255%2010.4226%2011.9951%2010.4226H16.2832ZM13.1055%202.41578C13.7204%201.80113%2014.7181%201.80108%2015.333%202.41578L17.6846%204.76832C18.2995%205.3833%2018.2995%206.38089%2017.6846%206.99587L15.333%209.34744C14.718%209.96242%2013.7204%209.96242%2013.1055%209.34744L10.7529%206.99587C10.1382%206.38098%2010.1383%205.38327%2010.7529%204.76832L13.1055%202.41578ZM7.99609%202.06324C8.86563%202.06344%209.57031%202.76885%209.57031%203.63844V8.00955C9.57004%208.8789%208.86546%209.58357%207.99609%209.58377H3.625C2.75546%209.58377%202.05007%208.87903%202.0498%208.00955V3.63844C2.0498%202.76872%202.75529%202.06324%203.625%202.06324H7.99609Z'%20fill='black'/%3e%3c/svg%3e")}.tab-icon--group{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.6999%2010.4471C14.6848%2010.4471%2016.2993%208.83986%2016.2993%206.8659C16.2993%204.89011%2014.6848%203.28467%2012.6999%203.28467C10.715%203.28467%209.10039%204.89193%209.10039%206.8659C9.10039%208.83986%2010.715%2010.4471%2012.6999%2010.4471ZM7.00785%2012.6108C7.21035%2012.1949%206.83088%2012.1529%206.58277%2012.1401C6.42952%2012.1328%203.16026%2011.9595%201.59861%2013.762C0.954605%2014.5009%201.00021%2015.3382%201.00021%2015.3729C1.00021%2016.1136%201.6059%2016.7156%202.35024%2016.7156H5.40788L5.4097%2016.7175C5.84755%2016.7175%205.94789%2016.5004%205.86032%2016.2705C5.15064%2014.4279%206.98413%2012.6583%207.00785%2012.6108ZM18.1693%2013.2986C17.6968%2012.7203%2017.0528%2012.2624%2016.2537%2011.9358C15.2886%2011.5417%2014.0937%2011.3429%2012.6999%2011.3429C11.306%2011.3429%2010.1111%2011.5417%209.146%2011.9358C8.34693%2012.2624%207.70293%2012.7203%207.23042%2013.2986C6.40945%2014.3057%206.39851%2015.3291%206.39851%2015.3711C6.39851%2016.1118%207.0042%2016.7138%207.74854%2016.7138H17.6494C18.3937%2016.7138%2018.9994%2016.1118%2018.9994%2015.3711C19.0012%2015.3291%2018.9921%2014.3075%2018.1693%2013.2986ZM5.50092%2011.3429C6.9896%2011.3429%208.20098%2010.137%208.20098%208.6556C8.20098%207.17421%206.9896%205.96831%205.50092%205.96831C4.01224%205.96831%202.80086%207.17421%202.80086%208.6556C2.80086%2010.137%204.01224%2011.3429%205.50092%2011.3429Z'%20fill='black'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.6999%2010.4471C14.6848%2010.4471%2016.2993%208.83986%2016.2993%206.8659C16.2993%204.89011%2014.6848%203.28467%2012.6999%203.28467C10.715%203.28467%209.10039%204.89193%209.10039%206.8659C9.10039%208.83986%2010.715%2010.4471%2012.6999%2010.4471ZM7.00785%2012.6108C7.21035%2012.1949%206.83088%2012.1529%206.58277%2012.1401C6.42952%2012.1328%203.16026%2011.9595%201.59861%2013.762C0.954605%2014.5009%201.00021%2015.3382%201.00021%2015.3729C1.00021%2016.1136%201.6059%2016.7156%202.35024%2016.7156H5.40788L5.4097%2016.7175C5.84755%2016.7175%205.94789%2016.5004%205.86032%2016.2705C5.15064%2014.4279%206.98413%2012.6583%207.00785%2012.6108ZM18.1693%2013.2986C17.6968%2012.7203%2017.0528%2012.2624%2016.2537%2011.9358C15.2886%2011.5417%2014.0937%2011.3429%2012.6999%2011.3429C11.306%2011.3429%2010.1111%2011.5417%209.146%2011.9358C8.34693%2012.2624%207.70293%2012.7203%207.23042%2013.2986C6.40945%2014.3057%206.39851%2015.3291%206.39851%2015.3711C6.39851%2016.1118%207.0042%2016.7138%207.74854%2016.7138H17.6494C18.3937%2016.7138%2018.9994%2016.1118%2018.9994%2015.3711C19.0012%2015.3291%2018.9921%2014.3075%2018.1693%2013.2986ZM5.50092%2011.3429C6.9896%2011.3429%208.20098%2010.137%208.20098%208.6556C8.20098%207.17421%206.9896%205.96831%205.50092%205.96831C4.01224%205.96831%202.80086%207.17421%202.80086%208.6556C2.80086%2010.137%204.01224%2011.3429%205.50092%2011.3429Z'%20fill='black'/%3e%3c/svg%3e")}.tab-icon--person{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0002%2010.667C13.5753%2010.667%2016.629%2012.8973%2017.7893%2016.0322C18.0617%2016.7686%2017.8783%2017.4951%2017.4456%2018.0146C17.0227%2018.5222%2016.3667%2018.834%2015.6565%2018.834H4.34398C3.63387%2018.8339%202.97768%2018.5223%202.55491%2018.0146C2.12231%2017.4951%201.93892%2016.7685%202.21116%2016.0322C3.37144%2012.8973%206.42527%2010.6671%2010.0002%2010.667ZM10.3333%201.25C12.5883%201.25%2014.4171%203.07799%2014.4173%205.33301C14.4173%207.58817%2012.5884%209.41699%2010.3333%209.41699C8.07829%209.41675%206.25023%207.58802%206.25023%205.33301C6.25041%203.07815%208.0784%201.25025%2010.3333%201.25Z'%20fill='black'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0002%2010.667C13.5753%2010.667%2016.629%2012.8973%2017.7893%2016.0322C18.0617%2016.7686%2017.8783%2017.4951%2017.4456%2018.0146C17.0227%2018.5222%2016.3667%2018.834%2015.6565%2018.834H4.34398C3.63387%2018.8339%202.97768%2018.5223%202.55491%2018.0146C2.12231%2017.4951%201.93892%2016.7685%202.21116%2016.0322C3.37144%2012.8973%206.42527%2010.6671%2010.0002%2010.667ZM10.3333%201.25C12.5883%201.25%2014.4171%203.07799%2014.4173%205.33301C14.4173%207.58817%2012.5884%209.41699%2010.3333%209.41699C8.07829%209.41675%206.25023%207.58802%206.25023%205.33301C6.25041%203.07815%208.0784%201.25025%2010.3333%201.25Z'%20fill='black'/%3e%3c/svg%3e")}.mine-page{background:#f5f6f8;padding:12px 14px 16px}.mine-page .account-card,.mine-page .order-card-wrap,.mine-service-card,.mine-logout{box-shadow:0 2px 9px #1018280f}.account-card{text-align:left;background:#fff;border-radius:12px;align-items:center;width:100%;min-height:86px;margin:0 0 11px;padding:12px;display:flex}.account-card .avatar{width:56px;height:56px;margin-right:12px}.account-card .account-main{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.account-main strong{color:#101828;text-overflow:ellipsis;white-space:nowrap;font-size:17px;line-height:21px;overflow:hidden}.account-main span{color:#667085;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:16px;overflow:hidden}.account-card>.chevron-right{color:#98a2b3;margin-left:8px}.order-card-wrap{background:#fff;border-radius:12px;margin:0 0 11px;padding:17px 14px}.order-card-head{text-align:left;justify-content:space-between;align-items:center;width:100%;margin:0 0 15px;padding:0;display:flex}.order-card-head strong{color:#101828;font-size:14px;font-weight:800}.order-card-head span{color:#98a2b3;align-items:center;font-size:11.5px;display:flex}.order-card-head .chevron-right{color:#98a2b3;margin-left:4px}.order-entries{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:4px;display:grid}.entry-card{flex-direction:column;align-items:center;gap:8px;min-width:0;padding:4px 0 2px;display:flex}.entry-card img,.entry-card .mine-inline-icon{width:54px;height:54px}.entry-card span{color:#1f2937;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:13px;line-height:17px;overflow:hidden}.entry-card.has-badge{position:relative}.mine-order-badge{z-index:1;box-sizing:border-box;color:#fff;text-align:center;background:#ff3b30;border-radius:7px;min-width:14px;height:14px;padding:0 3px;font-size:9px;font-style:normal;font-weight:700;line-height:14px;position:absolute;top:0;left:62%}.mine-service-card{background:#fff;border-radius:12px;margin:0 0 11px;overflow:hidden}.mine-service-list{flex-direction:column;display:flex}.mine-service-entry{color:#101828;text-align:left;background:0 0;border:0;border-bottom:1px solid #f0f2f5;justify-content:space-between;align-items:center;width:100%;min-height:62px;padding:0 14px;display:flex}.mine-service-entry.last{border-bottom:0}.mine-service-entry:disabled{color:#98a2b3}.mine-service-left{align-items:center;gap:14px;min-width:0;display:flex}.mine-service-icon{flex:0 0 32px;place-items:center;width:32px;height:32px;display:grid}.mine-service-entry img,.mine-service-entry .mine-inline-icon{width:32px;height:32px}.mine-service-entry strong{color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:400;line-height:21px;overflow:hidden}.mine-service-entry>.chevron-right{color:#98a2b3}.mine-logout{color:#ff3b30;background:#fff;border-radius:12px;width:100%;height:54px;margin:0 0 24px;font-size:14px;font-weight:600;display:block}.h5-mp-home{background:#f7f8fa;padding:0 12px 16px}.h5-mp-home-top{background:linear-gradient(#126cf4 0%,#2586ff 56%,#eaf4ff 84%,#f7f8fa 100%);margin:0 -12px;padding:8px 12px 6px}.h5-mp-home-search-row{align-items:center;gap:6px;margin-bottom:8px;display:flex}.h5-mp-home-service{color:#fff;background:#ffffff29;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:42px;min-width:42px;height:40px;padding:0;font-size:10px;line-height:12px;display:flex}.h5-mp-home-service .mine-inline-icon{width:20px;height:20px}.h5-mp-home-service span{color:#fff}.h5-mp-home-search{flex:1;min-width:0;position:relative}.h5-mp-home-search input{color:#1d1d1f;background:#fffffff5;border:1px solid #ffffffe6;border-radius:20px;outline:0;width:100%;height:40px;padding:0 44px 0 14px;font-size:14px}.h5-mp-home-search input::placeholder{color:#8c98a8}.h5-mp-home-search input:focus{border-color:#fff;box-shadow:0 0 0 2px #ffffff52}.h5-mp-home-search-clear{color:#667085;background:0 0;border:0;border-radius:50%;place-items:center;width:32px;height:32px;padding:0;font-size:22px;font-weight:400;line-height:1;display:grid;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.h5-mp-hero-wrap{width:100%;padding-top:0}.h5-mp-hero-scroller{scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:16px;width:100%;display:flex;overflow-x:auto}.h5-mp-hero-scroller::-webkit-scrollbar{display:none}.h5-mp-hero{aspect-ratio:16/9;scroll-snap-align:start;text-align:left;background:#e8ecf1;min-width:100%;display:block;position:relative;overflow:hidden}.h5-mp-hero-bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.h5-mp-hero-body{color:#fff;background:linear-gradient(#0000 15%,#0000008a);flex-direction:column;align-items:flex-start;padding:24px 28px;display:flex;position:absolute;bottom:0;left:0;right:0}.h5-mp-hero-body small{color:#ffffffa6;letter-spacing:.28em;margin-bottom:8px;font-size:10px;font-weight:700}.h5-mp-hero-body strong{font-size:28px;font-weight:800;line-height:1.15}.h5-mp-hero-body em{color:#ffffffd1;margin-top:8px;font-size:14px;font-style:normal;font-weight:500}.h5-mp-hero-fallback{background:linear-gradient(135deg,#1677ff,#5b9dff)}.h5-mp-announce{background:linear-gradient(90deg,#fff8e1,#fff3cd);border-radius:8px;align-items:center;margin:8px 0 0;padding:9px 0 9px 12px;display:flex;overflow:hidden}.h5-mp-announce>span{flex:none;margin-right:8px;font-size:14px}.h5-mp-announce p{color:#b45309;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:13px;line-height:18px;overflow:hidden}.h5-mp-home-search-count{color:#667085;margin:12px 0 8px;font-size:14px;line-height:20px}.h5-mp-home-search-count strong{color:#1677ff;font-weight:800}.h5-mp-section-head{justify-content:space-between;align-items:center;margin:16px 0 24px;display:flex}.h5-mp-section-head h2{color:#191c1d;margin:0;font-size:20px;font-weight:700}.h5-mp-home .h5-mp-section-head{margin-bottom:12px}.h5-mp-home-category-tabs{z-index:12;scrollbar-width:none;background:#f7f8fa;gap:10px;margin:0 -12px 12px;padding:14px 12px 8px;display:flex;position:sticky;top:0;overflow-x:auto}.h5-mp-home-category-tabs::-webkit-scrollbar{display:none}.h5-mp-home-category-tabs button{color:#667085;white-space:nowrap;background:#f6f7f9;border:1px solid #edf0f4;border-radius:15px;flex:none;width:auto;min-width:56px;height:30px;padding:0 14px;font-size:13px;line-height:28px}.h5-mp-home-category-tabs button.active{color:#1677ff;background:#edf5ff;border-color:#d9eaff;font-weight:600}.h5-mp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.h5-mp-product-card{text-align:left;background:#fff;border:1px solid #f0f1f2;border-radius:16px;min-width:0;padding:0;overflow:hidden;box-shadow:0 2px 8px #0000000a}.h5-mp-product-cover{width:100%;padding-top:75%;display:block;position:relative;overflow:hidden}.h5-mp-product-cover img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.h5-mp-product-body{flex-direction:column;padding:12px;display:flex}.h5-mp-product-body strong{color:#191c1d;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.h5-mp-product-body em{color:#667085;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:30px;margin-top:4px;font-size:10px;font-style:normal;line-height:15px;display:-webkit-box;overflow:hidden}.h5-mp-product-body .price{margin-top:12px}.h5-mp-product-body .price strong{color:#ff4d4f;font-size:16px}.h5-mp-product-body .price small{color:#ff4d4f;font-size:11px}.h5-mp-category-layout{height:calc(100vh - 50px - env(safe-area-inset-top) - 60px - env(safe-area-inset-bottom));background:#fff;display:flex}.h5-mp-category-sidebar{background:#f8f9fa;flex:0 0 110px;width:110px;padding:12px 0;overflow-y:auto}.h5-mp-category-sidebar button{color:#64748b;text-align:center;border-radius:6px 0 0 6px;width:calc(100% - 6px);margin-left:6px;padding:14px 10px;font-size:14px;display:block}.h5-mp-category-sidebar button.active{color:#007aff;background:#fff;font-weight:700}.h5-mp-category-products{background:#fff;flex:1;min-width:0;padding:8px 12px;overflow-y:auto}.h5-mp-category-row{text-align:left;border-bottom:1px solid #f1f5f9;align-items:center;width:100%;padding:16px 0;display:flex}.h5-mp-category-row:last-child{border-bottom:0}.h5-mp-category-row>img{object-fit:cover;background:#f1f5f9;border-radius:6px;flex:none;width:60px;height:45px}.h5-mp-category-row>span{flex-direction:column;flex:1;justify-content:center;min-width:0;margin-left:10px;display:flex}.h5-mp-category-row strong{color:#191c1d;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.h5-mp-category-row .price{margin-top:4px}.h5-mp-category-row .price small{color:#ef4444;font-size:12px}.h5-mp-category-row .price strong{color:#ef4444;font-size:17px}.h5-mp-category-row>i{color:#cbd5e1;margin-left:6px;font-size:20px;font-style:normal}.h5-mp-masters{min-height:calc(100vh - 50px - env(safe-area-inset-top));background:#f8f9fa}.h5-mp-master-search{background:#f8f9fa;padding:16px 24px;position:relative}.h5-mp-master-search input{color:#191c1d;background:#f5f5f7;border:0;border-radius:16px;outline:0;width:100%;height:56px;padding:0 20px 0 48px;font-size:15px}.h5-mp-master-search>i{z-index:1;border:1.5px solid #6e6e7366;border-radius:50%;width:14px;height:14px;position:absolute;top:34px;left:44px}.h5-mp-master-search>i:after{content:"";background:#6e6e7366;border-radius:2px;width:6px;height:1.5px;position:absolute;bottom:-3px;right:-5px;transform:rotate(45deg)}.h5-mp-master-list{flex-direction:column;gap:16px;padding:0 24px 16px;display:flex}.h5-mp-master-card{text-align:left;background:#fff;border:1px solid #e5e5e5;border-radius:16px;gap:16px;width:100%;padding:16px;display:flex;box-shadow:0 4px 20px #00000008}.h5-mp-master-avatar{color:#94a3b8;background:#f1f5f9;border:2px solid #ffffffd6;border-radius:16px;flex:0 0 80px;place-items:center;width:80px;height:80px;font-size:28px;display:grid;position:relative;overflow:visible;box-shadow:0 2px 8px #0f172a1f}.h5-mp-master-avatar img{border-radius:inherit;object-fit:cover;width:100%;height:100%}.h5-mp-master-avatar:after{z-index:1;border-radius:inherit;content:"";pointer-events:none;background:#ffffff14;border:1px solid #ffffff94;position:absolute;inset:0}.h5-mp-master-avatar i{background:#34c759;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:2px;right:2px}.h5-mp-master-info{flex-direction:column;flex:1;min-width:0;display:flex}.h5-mp-master-info strong{color:#1d1d1f;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;line-height:20px;overflow:hidden}.h5-mp-master-info em{color:#f59e0b;background:#f59e0b1a;border-radius:999px;align-self:flex-start;margin:4px 0;padding:3px 7px;font-size:10px;font-style:normal;font-weight:700}.h5-mp-master-info small{color:#6e6e73;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:17px;overflow:hidden}.h5-mp-master-info small:last-child{color:#6e6e73cc;margin-top:auto;font-size:10px}.h5-mp-master-card>b{color:#fff;background:linear-gradient(135deg,#007aff,#00c2ff);border-radius:15px;align-self:flex-end;padding:7px 14px;font-size:12px;box-shadow:0 3px 10px #007aff33}.h5-mp-lobby{min-height:calc(100vh - 50px - env(safe-area-inset-top) - 60px - env(safe-area-inset-bottom));background:#f8f9fa}.h5-mp-lobby-tabs{background:#fff;display:flex}.h5-mp-lobby-tabs button{color:#64748b;flex:1;padding:12px 0;font-size:15px;position:relative}.h5-mp-lobby-tabs button.active{color:#007aff;font-weight:700}.h5-mp-lobby-tabs button.active:after{content:"";background:#007aff;border-radius:3px;width:24px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.h5-mp-lobby-card{text-align:left;background:#fff;border:1px solid #0000;border-radius:8px;align-items:stretch;gap:10px;width:100%;min-height:100px;margin-bottom:8px;padding:10px;display:flex;overflow:hidden}.h5-mp-lobby-card>img{object-fit:cover;background:#f1f5f9;border-radius:6px;flex:none;width:80px;height:60px}.h5-mp-lobby-info{flex-direction:column;flex:1;min-width:0;padding-top:2px;display:flex}.h5-mp-lobby-info>span{align-items:center;gap:6px;display:flex}.h5-mp-lobby-info strong{color:#191c1d;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.h5-mp-lobby-info em{color:#2563eb;background:#dbeafe;border-radius:3px;flex:none;padding:2px 6px;font-size:10px;font-style:normal}.h5-mp-lobby-card.assigned .h5-mp-lobby-info em{color:#d97706;background:#fef3c7}.h5-mp-lobby-info>small{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:11px;line-height:15px;overflow:hidden}.h5-mp-lobby-info .price{margin-top:auto}.h5-mp-lobby-info .price small{color:#ef4444;font-size:12px}.h5-mp-lobby-info .price strong{color:#ef4444;font-size:17px}.h5-mp-lobby-card>b{color:#fff;background:#007aff;border-radius:15px;align-self:flex-end;padding:8px 14px;font-size:12px;font-weight:600}.h5-mp-lobby-presence{color:#344054;background:#fff;border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;min-height:48px;padding:0 14px;font-size:14px;font-weight:600;display:flex}.h5-mp-lobby-presence>span{align-items:center;gap:7px;display:flex}.h5-mp-lobby-presence>span>i{background:#98a2b3;border-radius:50%;width:8px;height:8px}.h5-mp-lobby-presence>span>i.active{background:#22c55e;box-shadow:0 0 0 3px #22c55e21}.h5-mp-lobby-presence button{background:#d0d5dd;border-radius:16px;width:48px;height:28px;padding:0;position:relative}.h5-mp-lobby-presence button.active{background:#1677ff}.h5-mp-lobby-presence button b{z-index:1;color:#0000;background:#fff;border-radius:50%;width:28px;height:28px;position:absolute;top:0;left:0;box-shadow:0 1px 3px #10182833}.h5-mp-lobby-presence button>i{display:none}.h5-mp-master-center{min-height:calc(100vh - 50px - env(safe-area-inset-top) - 60px - env(safe-area-inset-bottom));background:#f8f9fa;padding:24px}.h5-mp-master-profile{text-align:left;background:#fff;border-radius:12px;align-items:center;width:100%;min-height:96px;margin-bottom:11px;padding:14px 12px;display:flex;box-shadow:0 2px 9px #1018280f}.h5-mp-center-avatar{color:#94a3b8;background:#f1f5f9;border:1px solid #eef0f3;border-radius:50%;flex:0 0 56px;place-items:center;width:56px;height:56px;margin-right:12px;font-size:21px;display:grid;overflow:hidden}.h5-mp-center-avatar img{object-fit:cover;width:100%;height:100%}.h5-mp-center-profile-info{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.h5-mp-center-profile-info>span{align-items:center;gap:4px;min-width:0;display:flex}.h5-mp-center-profile-info strong{color:#101828;text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:800;overflow:hidden}.h5-mp-center-profile-info em{color:#007aff;background:#007aff1a;border-radius:999px;flex:none;padding:3px 7px;font-size:10px;font-style:normal;font-weight:700}.h5-mp-center-profile-info small{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:15px;overflow:hidden}.h5-mp-center-profile-info small:last-child{color:#667085}.h5-mp-switch{color:#007aff;background:#007aff0f;border:1px solid #007aff26;border-radius:50%;flex:none;place-items:center;width:32px;height:32px;margin-left:8px;font-size:18px;font-style:normal;display:grid}.h5-mp-master-dashboard{background:#fff;border:1px solid #7177861a;border-radius:12px;margin-bottom:14px;padding:16px 18px;box-shadow:0 4px 16px #00000008}.h5-mp-master-dashboard header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.h5-mp-master-dashboard header>strong{color:#191c1d;font-size:15px;font-weight:700}.h5-mp-master-dashboard header>span{gap:4px;display:flex}.h5-mp-master-dashboard header button{color:#64748b;background:#f1f5f9;border-radius:7px;min-width:36px;padding:4px 6px;font-size:11px}.h5-mp-master-dashboard header button.active{color:#fff;background:#007aff;font-weight:600}.h5-mp-master-dashboard>div{grid-template-columns:1fr 1fr;gap:10px;display:grid}.h5-mp-master-stat{border:1px solid;border-radius:8px;flex-direction:column;align-items:center;gap:5px;padding:14px 0;display:flex}.h5-mp-master-stat small{font-size:12px}.h5-mp-master-stat strong{font-size:18px;font-weight:800}.h5-mp-master-stat.earning{color:#34c759;background:#34c5590f;border-color:#34c55940}.h5-mp-master-stat.orders{color:#007aff;background:#007aff0f;border-color:#007aff40}.h5-mp-master-menu{background:#fff;border-radius:12px;margin-bottom:11px;overflow:hidden;box-shadow:0 2px 9px #1018280f}.h5-mp-master-menu button{box-sizing:border-box;text-align:left;border-bottom:1px solid #f0f2f5;justify-content:space-between;align-items:center;width:100%;height:62px;min-height:62px;padding:13px 14px;display:flex}.h5-mp-master-menu button:last-child{border-bottom:0}.h5-mp-master-menu button>span{color:#101828;align-items:center;gap:14px;font-size:15px;display:flex}.h5-mp-master-menu-icon{border-radius:50%;flex:0 0 36px;place-items:center;width:36px;height:36px;display:grid}.h5-mp-master-menu-icon svg{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px;display:block}.h5-mp-master-menu-icon.withdraw svg{display:block;transform:translateY(1px)}.h5-mp-master-menu-icon.orders{color:#4f66ff;background:#eff1ff;box-shadow:inset 0 0 0 1px #4f66ff1f}.h5-mp-master-menu-icon.withdraw{color:#e58b20;background:#fff4e5;box-shadow:inset 0 0 0 1px #e58b2024}.h5-mp-master-menu .chevron-right{color:#98a2b3;flex:none}.h5-mp-master-logout{color:#ff3b30;background:#fff;border-radius:12px;width:100%;height:44px;font-size:14px;font-weight:600;display:block;box-shadow:0 2px 9px #1018280f}.h5-mp-order-filters{scrollbar-width:none;background:#fff;gap:8px;padding:8px 12px;display:flex;overflow-x:auto}.h5-mp-order-filters::-webkit-scrollbar{display:none}.h5-mp-order-filters button{color:#64748b;background:#f1f5f9;border-radius:16px;flex:none;padding:6px 14px;font-size:13px}.h5-mp-order-filters button.active{color:#fff;background:#007aff}.h5-mp-orders{min-height:calc(100vh - 102px - env(safe-area-inset-top));background:#f8f9fa;padding:8px 12px}.h5-mp-order-card{background:#fff;border-radius:8px;margin-bottom:8px;padding:12px;overflow:hidden}.h5-mp-order-card header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:7px;display:flex}.h5-mp-order-card header>strong{color:#191c1d;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:15px;font-weight:600;overflow:hidden}.h5-mp-order-card header>span{border-radius:4px;flex:none;padding:3px 8px;font-size:12px}.h5-mp-order-card .status-0{color:#94a3b8;background:#f1f5f9}.h5-mp-order-card .status-10{color:#d97706;background:#fef3c7}.h5-mp-order-card .status-20{color:#2563eb;background:#dbeafe}.h5-mp-order-card .status-30{color:#4f46e5;background:#e0e7ff}.h5-mp-order-card .status-40{color:#db2777;background:#fce7f3}.h5-mp-order-card .status-50{color:#059669;background:#d1fae5}.h5-mp-order-card .status-60{color:#dc2626;background:#fee2e2}.h5-mp-order-card>div{flex-direction:column;gap:4px;padding-top:4px;display:flex}.h5-mp-order-card p{color:#64748b;margin:0;font-size:12px;line-height:17px}.h5-mp-order-card p b{color:#ef4444;font-weight:600}.h5-mp-order-card footer{justify-content:flex-end;margin-top:8px;display:flex}.h5-mp-order-card footer button{color:#ef4444;border:1px solid #fca5a5;border-radius:4px;padding:5px 14px;font-size:12px}.h5-mp-load-more{color:#4b5563;background:#eef2f7;border:0;border-radius:10px;width:calc(100% - 48px);margin:0 auto 18px;padding:10px;font-size:13px;display:block}.h5-mp-orders .h5-mp-load-more{width:100%;margin:4px auto 12px}.h5-mp-master-list-footer{color:#98a2b3;justify-content:center;align-items:center;min-height:42px;margin:0 0 18px;font-size:12px;display:flex}.h5-mp-master-list-footer button{color:#667085;background:0 0;border:0;padding:6px 10px;font-size:12px;text-decoration:underline}.h5-mp-order-card .status-35,.h5-mp-order-card .status-36{color:#b45309;background:#fef3c7}.h5-mp-order-card .status-37,.h5-mp-order-card .status-38{color:#dc2626;background:#fee2e2}.h5-mp-hero-wrap{position:relative}.h5-mp-hero{border:0;border-radius:0;padding:0}.h5-mp-hero-body{display:none}.h5-mp-hero-dots{pointer-events:none;justify-content:center;gap:6px;display:flex;position:absolute;bottom:10px;left:12px;right:12px}.h5-mp-hero-dots i{background:#ffffff59;border-radius:999px;width:5px;height:5px}.h5-mp-hero-dots i.active{background:#fff;width:14px}.h5-mp-banner-preview{z-index:100;background:#000000f5;position:fixed;inset:0;overflow:hidden}.h5-mp-preview-counter{z-index:1;top:calc(16px + env(safe-area-inset-top));color:#fff;background:#0000006b;border-radius:999px;padding:5px 11px;font-size:13px;position:absolute;left:50%;transform:translate(-50%)}.h5-mp-preview-scroller{scroll-snap-type:x mandatory;scrollbar-width:none;width:100%;height:100%;display:flex;overflow-x:auto}.h5-mp-preview-scroller::-webkit-scrollbar{display:none}.h5-mp-preview-slide{scroll-snap-align:start;place-items:center;min-width:100%;height:100%;display:grid;overflow:hidden}.h5-mp-preview-slide img{object-fit:contain;touch-action:pan-x pinch-zoom;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:auto;max-width:100%;max-height:100%;display:block}.h5-mp-preview-scroller.is-zoomed{scroll-snap-type:none;overflow-x:hidden}.h5-mp-preview-slide img.is-zoomed{touch-action:none}.logout-confirm-mask{z-index:95;background:#00000073;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.logout-confirm-dialog{text-align:center;background:#fff;border-radius:12px;width:min(100%,300px);overflow:hidden}.logout-confirm-dialog h2{color:#191c1d;margin:0;padding:25px 20px 8px;font-size:17px;font-weight:600}.logout-confirm-dialog p{color:#646970;margin:0;padding:0 20px 24px;font-size:15px}.logout-confirm-actions{border-top:1px solid #ededed;display:flex}.logout-confirm-actions button{color:#57606a;background:#fff;border-radius:0;flex:1;height:50px;font-size:16px}.logout-confirm-actions button+button{border-left:1px solid #ededed}.logout-confirm-actions button.confirm{color:#07c160;font-weight:600}.h5-mp-announce-window{flex:1;min-width:0;overflow:hidden}.h5-mp-announce-track{gap:72px;width:max-content;animation:12s linear infinite h5-mp-marquee;display:flex}.h5-mp-announce-track span{color:#b45309;white-space:nowrap;flex:none;font-size:13px;line-height:18px}@keyframes h5-mp-marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 36px))}}.h5-mp-master-card{align-items:flex-start;min-height:112px;position:relative}.h5-mp-master-info{justify-content:flex-start;gap:5px}.h5-mp-master-name{align-items:center;gap:5px;min-width:0;display:flex}.h5-mp-master-name>em{border-radius:50%;flex:none;place-items:center;width:17px;height:17px;margin:0;padding:0;font-size:11px;line-height:1;display:grid}.h5-mp-master-name>em.male{color:#2f80ed;background:#e7f1ff}.h5-mp-master-name>em.female{color:#f06292;background:#fff0f5}.h5-mp-master-name>b{color:#d97706;text-overflow:ellipsis;white-space:nowrap;background:#f59e0b1a;border-radius:999px;max-width:72px;padding:3px 6px;font-size:10px;font-weight:700;overflow:hidden}.level-pill--1{color:#d97706!important;background:#f59e0b1a!important}.level-pill--3{color:#7c3aed!important;background:#7c3aed1a!important}.level-pill--4{color:#dc2626!important;background:#dc26261a!important}.h5-mp-master-order{color:#fff;background:linear-gradient(135deg,#007aff,#00c2ff);border-radius:15px;align-self:flex-end;margin:0 0 2px auto;padding:7px 14px;font-size:12px;box-shadow:0 3px 10px #007aff33}.h5-mp-order-assign,.h5-mp-order-create{min-height:calc(100vh - 50px - env(safe-area-inset-top));padding:12px 12px calc(84px + env(safe-area-inset-bottom));background:#f7f8fa}.h5-mp-checkout-card{background:#fff;border-radius:12px;margin-bottom:12px;padding:16px;box-shadow:0 2px 9px #1018280a}.h5-mp-checkout-card>h2{color:#101828;margin:0 0 13px;font-size:16px;font-weight:700}.h5-mp-checkout-row{color:#667085;justify-content:space-between;align-items:center;gap:16px;min-height:34px;font-size:14px;display:flex}.h5-mp-checkout-row>strong{color:#101828;text-align:right;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.h5-mp-checkout-row>.blue{color:#007aff}.h5-mp-checkout-row .price strong,.h5-mp-checkout-row .price small{color:#ff4d4f}.h5-mp-service-picker{min-height:270px}.h5-mp-service-list{flex-direction:column;gap:10px;max-height:calc(100vh - 290px);display:flex;overflow-y:auto}.h5-mp-service-list button{text-align:left;background:#fff;border:1px solid #edf0f4;border-radius:9px;align-items:center;gap:12px;width:100%;min-height:72px;padding:8px;display:flex}.h5-mp-service-list button.active{background:#f5f9ff;border-color:#007aff}.h5-mp-service-list img{object-fit:cover;border-radius:6px;flex:none;width:72px;height:54px}.h5-mp-service-list button>span{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.h5-mp-service-list strong{color:#101828;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.h5-mp-service-list .price small,.h5-mp-service-list .price strong{color:#ef4444}.h5-mp-service-list i{color:#fff;background:#007aff;border-radius:50%;place-items:center;width:20px;height:20px;font-size:12px;font-style:normal;display:grid}.h5-mp-order-information>label{border-bottom:1px solid #f0f2f5;justify-content:space-between;align-items:center;gap:16px;min-height:49px;display:flex}.h5-mp-order-information>label>span{color:#667085;flex:none;font-size:14px}.h5-mp-order-information>label>span b{color:#ff4d4f;margin-right:3px}.h5-mp-order-information input,.h5-mp-order-information textarea{color:#101828;text-align:right;border:0;outline:0;flex:1;min-width:0;font-size:14px}.h5-mp-order-information label.note{align-items:flex-start;min-height:88px;padding:14px 0}.h5-mp-order-information textarea{resize:none;text-align:left;min-height:58px}.h5-mp-server-tag{background:#edf6ff;border-radius:999px;padding:4px 10px;color:#007aff!important;font-size:12px!important}.h5-mp-order-information .agreement{border:0;justify-content:flex-start;gap:8px}.h5-mp-order-information .agreement input{accent-color:#007aff;flex:none;width:16px;height:16px}.h5-mp-order-information .agreement a{color:#007aff;margin-left:2px;text-decoration:none}.h5-mp-payment-bottom{z-index:25;width:min(100%,640px);height:calc(60px + env(safe-area-inset-bottom));padding:0 16px env(safe-area-inset-bottom);background:#fff;align-items:center;gap:16px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -1px 8px #0000000f}.h5-mp-payment-bottom .price{flex:1}.h5-mp-payment-bottom .price small,.h5-mp-payment-bottom .price strong{color:#ff4d4f}.h5-mp-payment-bottom button{text-align:center;border-radius:20px;width:132px;height:40px;line-height:40px}.h5-mp-payment-bottom button:disabled{background:#cbd5e1}button,a{-webkit-tap-highlight-color:transparent}button:active,a:active{opacity:1;filter:none;transform:none}.h5-mp-product-detail{min-height:calc(100vh - 50px - env(safe-area-inset-top));padding-bottom:calc(76px + env(safe-area-inset-bottom));background:#f8f9fa}.h5-mp-product-hero{width:100%;padding-top:75%;position:relative;overflow:hidden}.h5-mp-product-hero img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.h5-mp-product-info{background:#fff;flex-direction:column;padding:16px;display:flex}.h5-mp-product-info>strong{color:#191c1d;font-size:18px;font-weight:700}.h5-mp-product-info>p{color:#64748b;margin:6px 0 0;font-size:13px;line-height:18px}.h5-mp-product-info .price{margin-top:10px}.h5-mp-product-info .price small{color:#ef4444;font-size:14px}.h5-mp-product-info .price strong{color:#ef4444;font-size:26px}.h5-mp-product-info>small{color:#94a3b8;margin-top:6px;font-size:11px}.h5-mp-product-description{background:#fff;margin:10px 0 0;padding:16px}.h5-mp-product-description h2{color:#191c1d;margin:0;font-size:18px}.h5-mp-product-description p{color:#64748b;white-space:pre-wrap;margin:10px 0 0;font-size:13px;line-height:1.75}.h5-mp-product-description span{color:#0e6bdc;background:#eaf3ff;border-radius:999px;margin-top:10px;padding:4px 9px;font-size:12px;display:inline-block}.h5-mp-product-bottom{z-index:25;width:min(100%,640px);height:calc(60px + env(safe-area-inset-bottom));padding:0 16px env(safe-area-inset-bottom);background:#fff;align-items:center;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -1px 8px #0000000f}.h5-mp-product-bottom .price{flex:1}.h5-mp-product-bottom .price small{color:#ef4444;font-size:14px}.h5-mp-product-bottom .price strong{color:#ef4444;font-size:22px}.h5-mp-product-bottom button{color:#fff;background:#007aff;border-radius:20px;width:120px;height:40px;font-size:15px;font-weight:600}.h5-mp-product-card{margin:0;padding:0}.h5-mp-product-cover img{object-fit:cover;margin:0;padding:0;display:block}.h5-mp-master-search-button{flex:0 0 34px;place-items:center;width:34px;height:34px;padding:0;display:grid}.h5-mp-master-name>em{text-align:center;place-items:center;line-height:1;display:grid}.h5-mp-master-name>b.h5-mp-master-level{border-radius:999px;align-items:center;max-width:82px;height:18px;padding:0 7px;font-size:10px;line-height:18px;display:inline-flex}.h5-mp-master-signature{-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal!important;line-height:17px!important;display:-webkit-box!important}.h5-mp-checkout-row{min-height:34px;padding:8px 0}.h5-mp-order-information>label{min-height:49px}.h5-mp-order-information label.note{min-height:88px}.h5-mp-payment-bottom button{text-align:center;justify-content:center;align-items:center;padding:0;line-height:40px;display:flex}.checkbox-icon{accent-color:#007aff}.agreement-link{color:#007aff;font-size:inherit;background:0 0;border:0;margin:0 0 0 2px;padding:0}.agreement-mask{z-index:100;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.agreement-popup{background:#fff;border-radius:16px;width:min(100%,440px);max-height:70vh;overflow:hidden}.agreement-head{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:16px;display:flex}.agreement-head strong{font-size:17px}.agreement-head button{color:#94a3b8;background:0 0;padding:0;font-size:20px}.agreement-body{max-height:50vh;padding:16px;overflow-y:auto}.agreement-line{color:#191c1d;margin:0 0 8px;font-size:14px;line-height:1.8}.h5-mp-order-create.h5-mp-order-create{padding:12px 12px calc(114px + env(safe-area-inset-bottom))}.h5-mp-order-create .h5-mp-checkout-card{box-shadow:none;border-radius:10px;margin-bottom:10px;padding:14px}.h5-mp-order-create .h5-mp-checkout-card>h2{color:#191c1d;margin:0 0 10px;font-size:16px;line-height:22px}.h5-mp-order-create .h5-mp-checkout-row{gap:12px;min-height:0;padding:7px 0;font-size:14px;line-height:20px}.h5-mp-order-create .h5-mp-checkout-card>.h5-mp-checkout-row+.h5-mp-checkout-row{border-top:1px solid #f1f5f9}.h5-mp-order-create .h5-mp-checkout-row>strong{font-size:14px;line-height:20px}.h5-mp-order-create .h5-mp-checkout-row .price small{font-size:14px}.h5-mp-order-create .h5-mp-checkout-row .price strong{font-size:17px;line-height:20px}.h5-mp-order-create .h5-mp-order-information>label{border-bottom:0;gap:12px;min-height:0;padding:8px 0;line-height:20px}.h5-mp-order-create .h5-mp-order-information>h2~label,.h5-mp-order-create .h5-mp-order-information>h2~.h5-mp-checkout-row{border-top:1px solid #f1f5f9}.h5-mp-order-create .h5-mp-order-information>h2+label{border-top:0}.h5-mp-order-create .h5-mp-order-information>label>span,.h5-mp-order-create .h5-mp-order-information input,.h5-mp-order-create .h5-mp-order-information textarea{color:#191c1d;font-size:14px;line-height:20px}.h5-mp-order-create .h5-mp-order-information label.note{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;min-height:0;padding:8px 0}.h5-mp-order-create .h5-mp-order-information label.note>span{margin-bottom:6px}.h5-mp-order-create .h5-mp-order-information textarea{border:1px solid #e2e8f0;border-radius:4px;min-height:60px;padding:6px}.h5-mp-order-create .h5-mp-order-information label.note textarea{flex:none;width:100%}.h5-mp-order-create .h5-mp-server-tag{background:#007aff;border-radius:5px;padding:5px 14px;line-height:18px;color:#fff!important;font-size:13px!important}.h5-mp-order-create .stepper{align-items:center;gap:12px;display:flex}.h5-mp-order-create .stepper button{color:#191c1d;background:#f1f5f9;border-radius:50%;place-items:center;width:26px;height:26px;padding:0;font-size:18px;font-weight:600;line-height:1;display:grid}.h5-mp-order-create .stepper b{color:#191c1d;text-align:center;min-width:24px;font-size:15px;line-height:20px}.h5-mp-order-create .agreement{gap:6px;min-height:58px;margin-top:2px;padding:20px 0;border-top:1px solid #f1f5f9!important}.h5-mp-order-create .agreement input.checkbox-icon{appearance:none;background:#fff;border:1px solid #cbd5e1;border-radius:50%;flex:0 0 18px;width:18px;height:18px;margin:0}.h5-mp-order-create .agreement input.checkbox-icon:checked{background:#007aff;border-color:#007aff}.h5-mp-order-create .agreement input.checkbox-icon:checked:after{color:#fff;content:"✓";text-align:center;font-size:11px;line-height:16px;display:block}.h5-mp-order-create .agreement>span{color:#64748b;font-size:13px;line-height:18px}.h5-mp-order-create~.h5-mp-payment-bottom{height:calc(90px + env(safe-area-inset-bottom));padding:0 16px env(safe-area-inset-bottom);gap:16px}.h5-mp-order-create~.h5-mp-payment-bottom .price small{font-size:14px}.h5-mp-order-create~.h5-mp-payment-bottom .price strong{font-size:22px;line-height:28px}.h5-mp-order-create~.h5-mp-payment-bottom button{border-radius:20px;width:120px;height:40px;font-size:15px;line-height:40px}.h5-mp-order-assign{min-height:calc(100vh - 50px - env(safe-area-inset-top));padding:12px 12px calc(92px + env(safe-area-inset-bottom));background:#f7f8fa;flex-direction:column;display:flex}.h5-mp-assign-master{background:#f3f8ff;border-radius:12px;align-items:center;gap:11px;margin-bottom:12px;padding:13px 14px;display:flex;box-shadow:0 2px 9px #1018280a}.h5-mp-assign-master-avatar{color:#1677ff;background:#dcecff;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:17px;font-weight:700;display:grid;overflow:hidden}.h5-mp-assign-master-avatar img{object-fit:cover;width:100%;height:100%}.h5-mp-assign-master>span:last-child{gap:1px;min-width:0;display:grid}.h5-mp-assign-master small{color:#8a94a6;font-size:11px;line-height:16px}.h5-mp-assign-master strong{color:#1d2a3b;text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:21px;overflow:hidden}.h5-mp-assign-master em{color:#5f6f82;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-style:normal;line-height:17px;overflow:hidden}.h5-mp-order-assign .h5-mp-checkout-card{box-shadow:none;border-radius:12px;margin-bottom:0;padding:14px 0 0;overflow:hidden}.h5-mp-order-assign .h5-mp-service-picker{flex-direction:column;flex:1;min-height:0;display:flex}.h5-mp-service-picker>header{justify-content:space-between;align-items:flex-start;gap:10px;padding:0 14px 11px;display:flex}.h5-mp-service-picker>header h2{color:#191c1d;margin:0;font-size:16px;line-height:22px}.h5-mp-service-picker>header small{color:#98a2b3;margin-top:2px;font-size:11px;line-height:16px;display:block}.h5-mp-service-picker>header>span{color:#7a8798;white-space:nowrap;padding-top:3px;font-size:12px;line-height:18px}.h5-mp-assign-category-tabs{scrollbar-width:none;gap:8px;padding:0 14px 12px;display:flex;overflow-x:auto}.h5-mp-assign-category-tabs::-webkit-scrollbar{display:none}.h5-mp-assign-category-tabs button{color:#667085;white-space:nowrap;background:#f8fafc;border:1px solid #e6ebf2;border-radius:15px;flex:none;height:30px;padding:0 13px;font-size:12px;line-height:30px}.h5-mp-assign-category-tabs button.active{color:#fff;background:#1677ff;border-color:#1677ff;box-shadow:0 4px 10px #1677ff2e}.h5-mp-order-assign .h5-mp-service-list{border-top:1px solid #f1f3f6;flex:1;gap:0;min-height:0;max-height:none;overflow:visible}.h5-mp-order-assign .h5-mp-service-list button{text-align:left;background:#fff;border:0;border-bottom:1px solid #f1f3f6;border-radius:0;align-items:center;gap:10px;width:100%;min-height:74px;padding:10px 14px;display:flex}.h5-mp-order-assign .h5-mp-service-list button.active{background:#f5f9ff}.h5-mp-order-assign .h5-mp-service-list img{object-fit:cover;border-radius:6px;flex:none;width:56px;height:42px}.h5-mp-order-assign .h5-mp-service-list button>span{flex:1;gap:2px;min-width:0;display:grid}.h5-mp-order-assign .h5-mp-service-list strong{color:#1d2a3b;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:19px;overflow:hidden}.h5-mp-order-assign .h5-mp-service-list button>span>small{color:#8a94a6;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:15px;overflow:hidden}.h5-mp-order-assign .h5-mp-service-list .price{margin-top:1px}.h5-mp-order-assign .h5-mp-service-list .price small{color:#ef4444;font-size:11px}.h5-mp-order-assign .h5-mp-service-list .price strong{color:#ef4444;font-size:15px;line-height:18px}.h5-mp-order-assign .h5-mp-service-list i{color:#fff;background:#fff;border:1px solid #cbd5e1;border-radius:50%;flex:0 0 19px;place-items:center;width:19px;height:19px;font-size:12px;font-style:normal;display:grid}.h5-mp-order-assign .h5-mp-service-list button.active i{background:#1677ff;border-color:#1677ff}.h5-mp-order-assign~.h5-mp-payment-bottom{height:calc(90px + env(safe-area-inset-bottom));padding:0 16px env(safe-area-inset-bottom);gap:16px}.h5-mp-order-assign~.h5-mp-payment-bottom .price small{font-size:14px}.h5-mp-order-assign~.h5-mp-payment-bottom .price strong{font-size:22px;line-height:28px}.h5-mp-order-assign~.h5-mp-payment-bottom button{border-radius:20px;width:120px;height:40px;font-size:15px;line-height:40px}.h5-mp-master-search{padding:8px 12px 16px}.h5-mp-master-name>em{transform:translateY(-1px)}.h5-mp-gender-icon{border-radius:50%;flex:0 0 17px;place-items:center;width:17px;height:17px;display:grid}.h5-mp-gender-icon.male{color:#2f80ed;background:#e7f1ff}.h5-mp-gender-icon.female{color:#f06292;background:#fff0f5}.h5-mp-gender-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:11px;height:11px;display:block}.h5-mp-master-name>b.level-pill--1{color:#22c55e!important;background:#22c55e1a!important}.h5-mp-master-name>b.level-pill--3{color:#a855f7!important;background:#a855f71a!important}.h5-mp-master-name>b.level-pill--4{color:#f59e0b!important;background:#f59e0b1a!important}.h5-mp-master-search-button{z-index:1;position:absolute;top:36px;left:15px;transform:translateY(-50%)}.h5-mp-rankings-header{background:#f8f9fa;flex-direction:column;gap:3px;padding:18px 16px 8px;display:flex}.h5-mp-rankings-header strong{color:#101828;font-size:20px;line-height:28px}.h5-mp-rankings-header span{color:#667085;font-size:12px;line-height:17px}.h5-mp-rankings-header+.h5-mp-master-search{padding-top:8px}.h5-mp-master-search-button>i{border:1.5px solid #6e6e7366;border-radius:50%;width:14px;height:14px;display:block;position:relative}.h5-mp-master-search-button>i:after{content:"";background:#6e6e7366;border-radius:2px;width:6px;height:1.5px;position:absolute;bottom:-3px;right:-5px;transform:rotate(45deg)}.h5-mp-master-search input{padding-right:54px}.h5-mp-master-clear{z-index:1;color:#98a2b3;text-align:center;background:0 0;border-radius:50%;place-items:center;width:34px;height:34px;padding:0;font-size:24px;line-height:1;display:grid;position:absolute;top:36px;right:12px;transform:translateY(-50%)}.h5-mp-master-list{padding:0 12px 16px}.h5-mp-master-empty-icon{object-fit:contain;width:148px;height:auto;display:block}.h5-mp-order-create{min-height:calc(100vh - 50px);padding:12px 12px calc(76px + env(safe-area-inset-bottom));background:#f7f8fa}.h5-mp-order-create .h5-mp-checkout-card{background:#fff;border:0;border-radius:12px;margin-bottom:10px;padding:14px;box-shadow:0 5px 18px #234f910d}.h5-mp-checkout-summary{align-items:center;gap:11px;min-height:82px;display:flex}.h5-mp-checkout-summary>img{object-fit:cover;background:#eef3fb;border-radius:9px;flex:0 0 64px;width:64px;height:64px}.h5-mp-checkout-summary>div{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.h5-mp-checkout-summary>div>strong{color:#182230;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;line-height:22px;overflow:hidden}.h5-mp-checkout-summary>div>small{color:#98a2b3;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:17px;display:-webkit-box;overflow:hidden}.h5-mp-checkout-summary .price{color:#1677ff;flex:none}.h5-mp-checkout-summary .price small{font-size:13px}.h5-mp-checkout-summary .price strong{font-size:22px}.h5-mp-checkout-master h2{color:#182230;margin:0 0 10px;font-size:15px;font-weight:700;line-height:21px}.h5-mp-checkout-master>button{text-align:left;align-items:center;gap:10px;width:100%;padding:0;display:flex}.h5-mp-checkout-master-icon{background:#eef5ff;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.h5-mp-checkout-master-icon img{object-fit:contain;width:30px;height:30px}.h5-mp-checkout-master-icon img.is-avatar{object-fit:cover;border-radius:50%;width:42px;height:42px}.h5-mp-checkout-master-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.h5-mp-checkout-master-copy strong{color:#344054;font-size:14px;font-weight:600;line-height:20px}.h5-mp-checkout-master-copy small{color:#98a2b3;font-size:12px;line-height:17px}.h5-mp-checkout-master-action{color:#1677ff;white-space:nowrap;align-items:center;gap:5px;font-size:13px;line-height:20px;display:inline-flex}.h5-mp-checkout-master-action i{border-top:1.5px solid;border-right:1.5px solid;width:7px;height:7px;transform:rotate(45deg)}.h5-mp-order-information h2{color:#182230;margin:0 0 3px;font-size:15px;font-weight:700;line-height:21px}.h5-mp-order-create .h5-mp-order-information{padding-bottom:4px}.h5-mp-order-information label,.h5-mp-order-information .h5-mp-checkout-row{border-bottom-color:#edf1f6;min-height:48px}.h5-mp-order-information .agreement{border-bottom:0;min-height:auto;margin-top:0;padding:10px 0 4px}.h5-mp-checkout-bottom{height:calc(60px + env(safe-area-inset-bottom));padding:0 16px env(safe-area-inset-bottom);background:#fffffffa;align-items:center;gap:16px;display:flex;box-shadow:0 -1px 8px #0000000f}.h5-mp-checkout-bottom>span{color:#475467;font-size:13px}.h5-mp-checkout-bottom .price{color:#1677ff;margin-right:auto}.h5-mp-checkout-bottom .price small{font-size:13px}.h5-mp-checkout-bottom .price strong{font-size:24px}.h5-mp-checkout-bottom .primary{background:#1677ff;border-radius:20px;min-width:120px;height:40px;font-size:15px}.h5-mp-order-create~.h5-mp-payment-bottom.h5-mp-checkout-bottom{height:calc(60px + env(safe-area-inset-bottom));padding:0 16px env(safe-area-inset-bottom);gap:16px}.h5-mp-order-create~.h5-mp-payment-bottom.h5-mp-checkout-bottom .primary{border-radius:20px;width:120px;height:40px;font-size:15px;line-height:40px}.h5-mp-order-create>.h5-mp-checkout-agreement{color:#64748b;align-items:center;gap:7px;min-height:34px;margin:-2px 4px 6px;padding:4px 0;display:flex}.h5-mp-checkout-agreement input.checkbox-icon{appearance:none;background:#fff;border:1px solid #cbd5e1;border-radius:50%;flex:0 0 18px;width:18px;height:18px;margin:0}.h5-mp-checkout-agreement input.checkbox-icon:checked{background:#007aff;border-color:#007aff}.h5-mp-checkout-agreement input.checkbox-icon:checked:after{color:#fff;content:"✓";text-align:center;font-size:11px;line-height:16px;display:block}.h5-mp-checkout-agreement>span{font-size:13px;line-height:18px}.h5-mp-master-picker-mask{z-index:110;overscroll-behavior:contain;background:#0f172a6b;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.h5-mp-master-picker-sheet{overscroll-behavior:contain;background:#fff;border-radius:18px 18px 0 0;width:min(100%,640px);max-height:min(64vh,540px);overflow:hidden;box-shadow:0 -10px 28px #0f172a24}.h5-mp-master-picker-sheet>header{border-bottom:1px solid #eef2f6;justify-content:space-between;align-items:center;height:52px;padding:0 16px;display:flex}.h5-mp-master-picker-sheet>header strong{color:#182230;font-size:17px;line-height:24px}.h5-mp-master-picker-sheet>header button{color:#667085;background:#f2f4f7;border-radius:50%;place-items:center;width:28px;height:28px;padding:0;font-size:20px;line-height:1;display:grid}.h5-mp-master-picker-list{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;max-height:calc(min(64vh,540px) - 120px);overflow-y:auto}.h5-mp-master-picker-list>p{color:#98a2b3;text-align:center;margin:0;padding:28px 16px;font-size:13px}.h5-mp-master-picker-option{color:#182230;text-align:left;background:#fff;border-bottom:1px solid #f2f4f7;align-items:center;gap:10px;width:100%;min-height:68px;padding:10px 16px;display:flex}.h5-mp-master-picker-option.active{background:#f4f8ff}.h5-mp-master-picker-option>span:nth-child(2){flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.h5-mp-master-picker-option strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;line-height:20px;overflow:hidden}.h5-mp-master-picker-option small{color:#98a2b3;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:17px;overflow:hidden}.h5-mp-master-picker-option>b{color:#fff;background:#1677ff;border-radius:50%;flex:0 0 20px;place-items:center;width:20px;height:20px;font-size:12px;display:grid}.h5-mp-master-picker-avatar{color:#fff;background:linear-gradient(135deg,#5ca1ff,#1677ff);border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:16px;font-weight:700;display:grid;overflow:hidden}.h5-mp-master-picker-avatar img{object-fit:cover;width:100%;height:100%}.h5-mp-master-picker-avatar--match{color:#1677ff;background:#eaf3ff}.h5-mp-order-detail{background:#f8f9fa;min-height:calc(100vh - 50px);padding:12px}.h5-mp-order-detail.has-bottom{padding-bottom:calc(102px + env(safe-area-inset-bottom))}.h5-mp-order-detail-status{text-align:center;border-radius:8px;margin-bottom:10px;padding:10px 14px}.h5-mp-order-detail-status strong{font-size:14px;font-weight:700;line-height:20px}.h5-mp-order-detail-status.s10,.h5-mp-order-detail-status.s20{color:#2563eb;background:#dbeafe}.h5-mp-order-detail-status.s30{color:#4f46e5;background:#e0e7ff}.h5-mp-order-detail-status.s35,.h5-mp-order-detail-status.s36{color:#b45309;background:#fef3c7}.h5-mp-order-detail-status.s37,.h5-mp-order-detail-status.s38{color:#dc2626;background:#fee2e2}.h5-mp-order-detail-status.s40{color:#d97706;background:#fef3c7}.h5-mp-order-detail-status.s50{color:#059669;background:#d1fae5}.h5-mp-order-detail-status.s60{color:#dc2626;background:#fee2e2}.h5-mp-order-detail-card{background:#fff;border-radius:10px;margin-bottom:10px;padding:14px}.h5-mp-order-detail-card h2{color:#191c1d;margin:0 0 8px;font-size:15px;font-weight:600;line-height:22px}.h5-mp-order-detail-row{justify-content:space-between;align-items:center;gap:20px;min-height:33px;padding:6px 0;display:flex}.h5-mp-order-detail-row+.h5-mp-order-detail-row{border-top:1px solid #f1f5f9}.h5-mp-order-detail-row>span{color:#94a3b8;flex:none;font-size:13px;line-height:20px}.h5-mp-order-detail-row>strong{color:#334155;text-align:right;overflow-wrap:anywhere;min-width:0;font-size:13px;font-weight:400;line-height:20px}.h5-mp-order-detail-row>strong.price{color:#ef4444;font-size:16px;font-weight:600}.h5-mp-order-detail-row>strong.blue{color:#007aff}.h5-mp-order-evidence{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.h5-mp-order-evidence button{background:#f1f5f9;border-radius:4px;padding:0;display:block;overflow:hidden}.h5-mp-order-evidence img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.h5-mp-evidence-preview{z-index:100;background:#000000f5;padding:0;position:fixed;inset:0;overflow:hidden}.h5-mp-evidence-preview-counter{z-index:1;top:calc(16px + env(safe-area-inset-top));color:#fff;background:#0000006b;border-radius:999px;padding:5px 11px;font-size:13px;position:absolute;left:50%;transform:translate(-50%)}.h5-mp-evidence-preview-scroller{scroll-snap-type:x mandatory;scrollbar-width:none;width:100%;height:100%;display:flex;overflow-x:auto}.h5-mp-evidence-preview-scroller::-webkit-scrollbar{display:none}.h5-mp-evidence-preview-scroller.is-zoomed{scroll-snap-type:none;overflow-x:hidden}.h5-mp-evidence-preview-slide{scroll-snap-align:start;place-items:center;min-width:100%;height:100%;display:grid;overflow:hidden}.h5-mp-evidence-preview-slide img{object-fit:contain;touch-action:pan-x pinch-zoom;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:auto;max-width:100%;max-height:100%;display:block}.h5-mp-evidence-preview-slide img.is-zoomed{touch-action:none}.h5-mp-order-appeal-reason{background:#fff7f7;border:1px solid #fecaca}.h5-mp-order-appeal-reason h2{color:#dc2626}.h5-mp-order-appeal-reason p{color:#7f1d1d;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:20px}.h5-mp-order-pause-row{grid-template-columns:minmax(0,1fr) auto;gap:4px 8px;padding:9px 0;display:grid}.h5-mp-order-pause-row+.h5-mp-order-pause-row{border-top:1px solid #f1f5f9}.h5-mp-order-pause-row strong{color:#334155;min-width:0;font-size:13px;font-weight:500}.h5-mp-order-pause-row small{color:#b45309;font-size:12px}.h5-mp-order-pause-row em{color:#94a3b8;grid-column:1/-1;font-size:12px;font-style:normal}.h5-mp-order-detail-bottom{z-index:20;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #f1f5f9;gap:10px;display:flex;position:fixed;bottom:0;left:0;right:0}.h5-mp-order-detail-bottom button{border-radius:22px;flex:1;height:44px;font-size:15px;font-weight:500}.h5-mp-order-detail-bottom .appeal{color:#ef4444;background:#fff;border:1px solid #ef4444}.h5-mp-grab-detail-bottom.pending .primary{text-align:center;flex:0 0 120px;justify-content:center;align-items:center;width:120px;height:40px;padding:0;display:flex}.h5-mp-grab-detail-bottom.accepted .primary{text-align:center;justify-content:center;align-items:center;height:40px;padding:0;display:flex}.h5-mp-lobby-title{align-items:center;gap:6px;min-width:0;display:flex}.h5-mp-lobby-type-tag{color:#2563eb;background:#dbeafe;border-radius:3px;flex:none;padding:2px 6px;font-size:10px;font-style:normal}.h5-mp-lobby-type-tag.assigned{color:#d97706;background:#fef3c7}.h5-mp-lobby-brief{color:#94a3b8;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:2px 0 0;font-size:11px;line-height:15px;display:-webkit-box;overflow:hidden}.h5-mp-lobby-price{color:#ef4444;white-space:nowrap;align-self:flex-start;align-items:baseline;gap:0;margin-top:auto;line-height:17px;display:inline-flex}.h5-mp-lobby-price small{color:#ef4444;margin-right:0;font-size:12px;font-weight:600}.h5-mp-lobby-price strong{color:#ef4444;font-size:17px;font-weight:700}.h5-mp-lobby-grab{color:#fff;background:#007aff;border-radius:15px;flex:none;align-self:flex-end;width:60px;height:30px;font-size:12px;font-weight:600}.h5-mp-lobby-card{cursor:pointer}.h5-mp-grab-detail{min-height:calc(100vh - 50px);padding-bottom:calc(60px + env(safe-area-inset-bottom));background:#f8f9fa}.h5-mp-grab-hero{aspect-ratio:4/3;background:#e2e8f0;width:100%;overflow:hidden}.h5-mp-grab-hero img{object-fit:cover;width:100%;height:100%;display:block}.h5-mp-grab-service-card{background:#fff;padding:16px}.h5-mp-grab-service-card>strong{color:#191c1d;font-size:18px;font-weight:700;line-height:25px;display:block}.h5-mp-grab-service-card>p{color:#64748b;margin:6px 0 0;font-size:13px;line-height:20px}.h5-mp-grab-price{color:#ef4444;align-items:baseline;margin-top:10px;display:flex}.h5-mp-grab-price small{font-size:14px;font-weight:600}.h5-mp-grab-price b{margin-left:2px;font-size:26px;line-height:30px}.h5-mp-grab-service-card em{color:#94a3b8;background:#f1f5f9;border-radius:4px;margin-top:8px;padding:2px 6px;font-size:11px;font-style:normal;line-height:16px;display:inline-block}.h5-mp-grab-ordering-card,.h5-mp-grab-order-card,.h5-mp-grab-service-intro{background:#fff;border-radius:8px;margin:10px;padding:14px}.h5-mp-grab-ordering-card h2,.h5-mp-grab-order-card h2,.h5-mp-grab-service-intro h2{color:#191c1d;margin:0;font-size:15px;line-height:22px}.h5-mp-grab-ordering-card>div,.h5-mp-grab-order-card>div{margin-top:8px}.h5-mp-grab-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;min-height:44px;display:flex}.h5-mp-grab-row:last-child{border-bottom:0}.h5-mp-grab-row>span{color:#94a3b8;flex:none;font-size:13px}.h5-mp-grab-row>strong{color:#191c1d;text-align:right;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:400;overflow:hidden}.h5-mp-grab-row.multiline{flex-wrap:wrap;align-items:flex-start;padding:10px 0}.h5-mp-grab-row.multiline>strong{text-align:left;white-space:normal;flex:0 0 100%;line-height:20px;overflow:visible}.h5-mp-grab-row button{color:#007aff;background:#fff;border:1px solid #007aff;border-radius:4px;flex:none;padding:2px 8px;font-size:11px;line-height:18px}.h5-mp-grab-service-intro p{color:#64748b;white-space:pre-wrap;margin:8px 0 0;font-size:13px;line-height:22px}.h5-mp-grab-detail-bottom{z-index:20;min-height:60px;padding:8px 16px calc(8px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #f1f5f9;align-items:center;gap:12px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -1px 8px #0000000a}.h5-mp-grab-detail-bottom.pending{justify-content:space-between}.h5-mp-grab-detail-bottom button{border-radius:20px;height:40px;font-size:15px;font-weight:600}.h5-mp-grab-detail-bottom.pending .primary{flex:0 0 120px;width:120px}.h5-mp-grab-detail-bottom.accepted button{flex:1}.h5-mp-grab-detail-bottom .cancel{color:#ef4444;background:#fff;border:1px solid #fca5a5}.h5-mp-grab-bottom-price{flex:1;min-width:0}.h5-mp-grab-bottom-price small,.h5-mp-grab-bottom-price span{display:block}.h5-mp-grab-price-label{color:#94a3b8;font-size:11px;line-height:14px}.h5-mp-grab-bottom-price span{color:#ef4444;align-items:baseline;margin-top:1px;display:flex}.h5-mp-grab-bottom-price i{font-size:14px;font-style:normal;font-weight:600}.h5-mp-grab-bottom-price b{margin-left:2px;font-size:22px;line-height:25px}.h5-mp-finish-page{min-height:calc(100vh - 50px);padding:12px 14px calc(124px + env(safe-area-inset-bottom));background:#f6f8fb}.h5-mp-finish-summary,.h5-mp-finish-stepper,.h5-mp-finish-upload-card{background:#fff;border-radius:12px;box-shadow:0 2px 9px #1018280f}.h5-mp-finish-summary{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:11px;padding:15px 14px;display:flex}.h5-mp-finish-summary>div{min-width:0}.h5-mp-finish-summary strong,.h5-mp-finish-summary small{display:block}.h5-mp-finish-summary strong{color:#101828;text-overflow:ellipsis;white-space:nowrap;font-size:16px;overflow:hidden}.h5-mp-finish-summary small{color:#667085;margin-top:6px;font-size:12px}.h5-mp-finish-summary>span{text-align:right;flex:none}.h5-mp-finish-summary>span small{color:#98a2b3;margin-top:0;font-size:11px}.h5-mp-finish-summary b{color:#ff4d4f;font-size:19px}.h5-mp-finish-stepper{color:#98a2b3;align-items:center;margin-bottom:11px;padding:12px 14px;font-size:13px;font-weight:700;display:flex}.h5-mp-finish-stepper span{align-items:center;gap:6px;display:flex}.h5-mp-finish-stepper b{background:#eef2f7;border-radius:50%;place-items:center;width:21px;height:21px;font-size:11px;display:grid}.h5-mp-finish-stepper .active{color:#1677ff}.h5-mp-finish-stepper .active b{color:#fff;background:#1677ff}.h5-mp-finish-stepper i{background:#e5e7eb;flex:1;height:1px;margin:0 9px}.h5-mp-finish-upload-card{margin-bottom:11px;padding:14px}.h5-mp-finish-upload-card header{justify-content:space-between;gap:10px;margin-bottom:11px;display:flex}.h5-mp-finish-upload-card header strong,.h5-mp-finish-upload-card header small{display:block}.h5-mp-finish-upload-card header strong{color:#101828;font-size:15px}.h5-mp-finish-upload-card header small{color:#667085;margin-top:3px;font-size:12px}.h5-mp-finish-upload-card header em{color:#f59e0b;background:#fff7ed;border-radius:999px;align-self:flex-start;padding:4px 8px;font-size:11px;font-style:normal}.h5-mp-finish-upload-grid{grid-template-rows:66px 66px;grid-template-columns:minmax(0,1.42fr) minmax(0,1fr);gap:7px;display:grid}.h5-mp-finish-upload-cell{color:#1677ff;cursor:pointer;background:#f8fbff;border:1px dashed #cfe0ff;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-width:0;display:flex;position:relative;overflow:hidden}.h5-mp-finish-upload-cell--main{grid-row:span 2}.h5-mp-finish-upload-cell b{font-size:24px;line-height:24px}.h5-mp-finish-upload-cell strong{margin-top:4px;font-size:12px}.h5-mp-finish-upload-cell small{color:#98a2b3;margin-top:2px;font-size:10px}.h5-mp-finish-upload-cell input{opacity:0;cursor:pointer;position:absolute;inset:0}.h5-mp-finish-upload-cell.filled{background:#eef2f7;border:0}.h5-mp-finish-upload-cell img{object-fit:cover;width:100%;height:100%}.h5-mp-finish-upload-cell button{z-index:1;color:#fff;background:#101828a8;border-radius:50%;width:20px;height:20px;font-size:16px;line-height:18px;position:absolute;top:4px;right:4px}.h5-mp-finish-bottom{z-index:20;padding:9px 16px calc(17px + env(safe-area-inset-bottom));background:#fffffff5;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 9px #10182814}.h5-mp-finish-bottom small{text-align:center;color:#667085;margin-bottom:7px;font-size:12px;display:block}.h5-mp-finish-bottom button{border-radius:12px;width:100%;height:46px;font-size:15px;font-weight:700;display:block}.h5-mp-appeal-mask{z-index:90;background:#00000073;align-items:flex-end;display:flex;position:fixed;inset:0}.h5-mp-appeal-sheet{width:100%;padding:18px 16px calc(16px + env(safe-area-inset-bottom));background:#fff;border-radius:16px 16px 0 0}.h5-mp-appeal-sheet header{justify-content:space-between;align-items:center;display:flex}.h5-mp-appeal-sheet header strong{color:#191c1d;font-size:18px;line-height:26px}.h5-mp-appeal-sheet header button{color:#94a3b8;background:0 0;width:28px;padding:0;font-size:26px;line-height:28px}.h5-mp-appeal-sheet>p{color:#64748b;margin:12px 0;font-size:13px;line-height:20px}.h5-mp-appeal-sheet>div{position:relative}.h5-mp-appeal-sheet textarea{color:#191c1d;resize:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:100%;height:128px;padding:10px 10px 28px;font-size:14px;line-height:20px;display:block}.h5-mp-appeal-sheet>div>span{color:#94a3b8;font-size:12px;position:absolute;bottom:8px;right:10px}.h5-mp-appeal-sheet footer{gap:10px;margin-top:16px;display:flex}.h5-mp-appeal-sheet footer button{color:#475569;background:#f1f5f9;border-radius:21px;flex:1;height:42px;font-size:15px}.h5-mp-appeal-sheet footer .primary{color:#fff;background:#007aff}.h5-mp-order-success{min-height:100vh;padding:calc(36px + env(safe-area-inset-top)) 16px calc(142px + env(safe-area-inset-bottom));background:radial-gradient(circle at 50% 8%,#007aff1f,#0000 180px),linear-gradient(#f7fbff 0%,#f8f9fa 42%,#fff 100%)}.h5-mp-order-success-hero{text-align:center;padding:17px 0 15px}.h5-mp-order-success-orbit{background:#007aff0f;border-radius:50%;place-items:center;width:98px;height:98px;margin:0 auto 13px;display:grid;box-shadow:0 12px 40px #007aff29}.h5-mp-order-success-core{color:#fff;background:linear-gradient(145deg,#3f8cff 0%,#096bff 100%);border-radius:50%;place-items:center;width:74px;height:74px;font-size:40px;font-weight:700;line-height:1;display:grid}.h5-mp-order-success-hero h1{color:#191c1d;margin:0;font-size:24px;font-weight:800;line-height:29px}.h5-mp-order-success-hero>p{color:#7a8599;margin:8px 0 0;font-size:14px;line-height:21px}.h5-mp-order-success-status,.h5-mp-order-success-tip{background:#ffffffeb;border:1px solid #d6e1f0d1;box-shadow:0 10px 35px #1e407614}.h5-mp-order-success-status{border-radius:17px;padding:17px 15px 15px}.h5-mp-order-success-status-head{align-items:center;gap:12px;display:flex}.h5-mp-order-success-status-icon{background:#eef5ff;border-radius:16px;flex:0 0 52px;place-items:center;width:52px;height:52px;display:grid}.h5-mp-order-success-status-icon img{width:29px;height:29px}.h5-mp-order-success-status-head>span:last-child,.h5-mp-order-success-notice>span,.h5-mp-order-success-tip>span{flex-direction:column;flex:1;min-width:0;display:flex}.h5-mp-order-success-status strong{color:#191c1d;font-size:16px;font-weight:800;line-height:22px}.h5-mp-order-success-status strong em{color:#007aff;font-style:normal}.h5-mp-order-success-status small{color:#6b768a;margin-top:5px;font-size:13px;line-height:18px}.h5-mp-order-success-notice{background:linear-gradient(90deg,#007aff14,#007aff08);border-radius:13px;align-items:center;gap:10px;margin-top:15px;padding:12px;display:flex}.h5-mp-order-success-notice>img{flex:0 0 21px;width:21px;height:21px}.h5-mp-order-success-notice strong{color:#273244;font-size:14px;font-weight:700;line-height:19px}.h5-mp-order-success-notice small{color:#7a8599;margin-top:3px;font-size:12px;line-height:17px}.h5-mp-order-success-tip{border-radius:14px;gap:9px;margin-top:14px;padding:13px;display:flex}.h5-mp-order-success-tip>b{color:#007aff;border:1px solid #007aff59;border-radius:50%;flex:0 0 19px;place-items:center;width:19px;height:19px;margin-top:1px;font-family:serif;font-size:13px;line-height:1;display:grid}.h5-mp-order-success-tip strong{color:#273244;font-size:14px;font-weight:800;line-height:19px}.h5-mp-order-success-tip small{color:#778397;margin-top:5px;font-size:12px;line-height:19px}.h5-mp-order-success-actions{z-index:20;padding:14px 16px calc(15px + env(safe-area-inset-bottom));background:#fffffff5;border-radius:17px 17px 0 0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -9px 28px #22375c14}.h5-mp-order-success-actions button{text-align:center;border-radius:999px;width:100%;height:46px;padding:0;font-size:15px;font-weight:700;line-height:46px;display:block}.h5-mp-order-success-actions .primary{color:#fff;background:linear-gradient(135deg,#2f8cff 0%,#0066f5 100%);margin-bottom:10px;box-shadow:0 9px 18px #006af538}.h5-mp-order-success-actions .outline{color:#007aff;background:#fff;border:1px solid #007affb8}.h5-mp-evidence-preview-slide img{will-change:transform;backface-visibility:hidden;transform:translateZ(0)}.h5-mp-lobby{min-height:calc(100vh - 50px - env(safe-area-inset-top) - 60px - env(safe-area-inset-bottom));padding-bottom:calc(10px + env(safe-area-inset-bottom));background:#f7f9fc;overflow:visible}.h5-mp-lobby-overview{z-index:1;background:#fffffffa;border-radius:20px;margin:11px 12px;position:relative;overflow:hidden;box-shadow:0 12px 30px #2762bd1f}.h5-mp-lobby-presence{color:#172b4d;background:0 0;border-bottom:0;min-height:55px;padding:0 16px;font-size:16px;font-weight:750}.h5-mp-lobby-presence>span{gap:8px}.h5-mp-lobby-presence>span>i{width:9px;height:9px}.h5-mp-lobby-presence>span em{color:#18a957;background:#ebf9ef;border-radius:5px;margin-left:4px;padding:3px 7px;font-size:11px;font-style:normal;font-weight:650}.h5-mp-lobby-presence button{border-radius:16px;width:49px;height:29px}.h5-mp-lobby-presence button b{width:29px;height:29px}.h5-mp-lobby-presence button.active b{transform:translate(20px)}.h5-mp-lobby-stats{grid-template-columns:repeat(3,minmax(0,1fr));padding:13px 0 15px;display:grid}.h5-mp-lobby-stats>span{border-right:1px solid #e6edf8;flex-direction:column;align-items:center;gap:3px;min-width:0;display:flex}.h5-mp-lobby-stats>span:last-child{border-right:0}.h5-mp-lobby-stats b{color:#126cf4;font-variant-numeric:tabular-nums;font-size:25px;font-weight:800;line-height:30px}.h5-mp-lobby-stats small{color:#71809a;font-size:11px;line-height:16px}.h5-mp-lobby-stats .h5-mp-lobby-earning b{color:#126cf4;align-items:baseline;min-width:0;font-size:21px;display:flex}.h5-mp-lobby-earning b i{margin-right:1px;font-size:12px;font-style:normal;font-weight:700}.h5-mp-lobby-tabs{top:calc(50px + env(safe-area-inset-top));z-index:20;background:#f7f9fc;gap:8px;margin:0;padding:7px 12px 8px;position:sticky}.h5-mp-lobby-tabs button{color:#71809a;text-overflow:ellipsis;white-space:nowrap;background:#fff;border-radius:24px;height:46px;padding:0;font-size:16px;font-weight:700;line-height:46px;overflow:hidden;box-shadow:0 4px 12px #18498e0d}.h5-mp-lobby-tabs button b{margin-left:3px;font-size:14px;font-weight:750}.h5-mp-lobby-tabs button.active{color:#126cf4;background:#fff}.h5-mp-lobby-tabs button.active:after{background:#126cf4;width:22px;height:3px;bottom:5px}.h5-mp-lobby-list{padding:11px 12px calc(10px + env(safe-area-inset-bottom))}.h5-mp-lobby-card{background:#fff;border:1px solid #0000;border-radius:16px;grid-template-columns:90px minmax(0,1fr) 88px;align-items:stretch;gap:10px;min-height:116px;margin:0 0 10px;padding:10px;display:grid;box-shadow:0 7px 19px #1e4a890f}.h5-mp-lobby-card.assigned{background:linear-gradient(135deg,#fff 0%,#fffdf8 100%);border-color:#f2b34f}.h5-mp-lobby-card>img{object-fit:cover;border-radius:12px;align-self:center;width:90px;height:90px}.h5-mp-lobby-info{justify-content:center;padding:0}.h5-mp-lobby-title{gap:5px}.h5-mp-lobby-info strong{font-size:15px;font-weight:750;line-height:21px}.h5-mp-lobby-type-tag{border-radius:5px;padding:2px 6px;font-size:10px;line-height:16px}.h5-mp-lobby-brief{color:#60708a;-webkit-line-clamp:2;margin:5px 0 0;font-size:11px;line-height:16px}.h5-mp-lobby-note{color:#1d73e8;text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:10px;font-weight:600;line-height:15px;overflow:hidden}.h5-mp-lobby-info.has-note .h5-mp-lobby-brief{-webkit-line-clamp:1}.h5-mp-lobby-info>small{color:#9aa8bd;margin-top:5px;font-size:10px;line-height:14px}.h5-mp-lobby-reward{flex-direction:column;justify-content:center;align-items:flex-end;min-width:0;display:flex}.h5-mp-lobby-reward>small{color:#f04438;font-size:10px;line-height:15px}.h5-mp-lobby-price{justify-content:flex-end;align-self:auto;margin:1px 0 9px;line-height:25px}.h5-mp-lobby-price small{font-size:12px}.h5-mp-lobby-price strong{font-size:21px;line-height:25px}.h5-mp-lobby-grab{text-align:center;background:linear-gradient(135deg,#2586ff,#126cf4);border-radius:17px;align-self:auto;width:88px;height:34px;padding:0;font-size:12px;line-height:34px;box-shadow:0 7px 13px #126cf430}@media (width<=360px){.h5-mp-lobby-card{grid-template-columns:76px minmax(0,1fr) 78px;gap:8px;padding:8px}.h5-mp-lobby-card>img{border-radius:10px;width:76px;height:76px}.h5-mp-lobby-grab{width:78px;font-size:11px}.h5-mp-lobby-info strong{font-size:14px}.h5-mp-lobby-price strong{font-size:19px}}.page-header .withdraw-records-header-action{top:env(safe-area-inset-top);align-items:center;height:50px;display:flex;position:absolute;right:12px}.page-header .withdraw-records-action{color:#007aff;white-space:nowrap;background:0 0;padding:0;font-size:14px;line-height:20px}.h5-mp-category-master-hint{color:#007aff;text-align:center;background:#eef6ff;padding:8px 16px;font-size:13px}.master-status-badge{z-index:2;color:#168447;text-overflow:ellipsis;white-space:nowrap;background:#ffffffad;border:.5px solid #ffffffb8;border-radius:999px;align-items:center;gap:2px;width:max-content;max-width:min(220px,100vw - 48px);padding:1px 3px;font-size:6px;font-weight:700;line-height:8px;display:inline-flex;position:absolute;top:6px;left:6px;overflow:hidden;box-shadow:0 1px 3px #163b661a}.master-status-badge .master-status-dot{background:#34c759;border:0;border-radius:50%;flex:none;width:4px;height:4px;position:static}.master-status-badge>span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.master-status-badge.is-offline{color:#718096}.master-status-badge.is-offline .master-status-dot{background:#98a2b3}.master-status-badge.is-busy{color:#d04438}.master-status-badge.is-busy .master-status-dot{background:#ff3b30}.h5-spending-ranking{color:#143f86;background:#eef6ff;min-height:100vh;padding:0 12px 30px}.h5-spending-ranking-top{margin:0 -12px;position:relative;overflow:hidden}.h5-spending-ranking-top>img{z-index:0;object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.h5-spending-ranking-top>.page-header{z-index:2;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-bottom:0;margin:0;position:relative;top:0}.h5-spending-ranking-top>.page-header h1{color:#0d3d87;letter-spacing:1px;font-size:22px;font-weight:750}.h5-spending-ranking-top>.page-header .back:before{color:#174c96}.h5-spending-ranking-hero{z-index:1;height:68px;position:relative}.h5-spending-ranking-tabs{background:#ffffffeb;border-top:1px solid #769dd32e;border-bottom:1px solid #e1ebf8;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 -12px;padding:0 12px;display:grid}.h5-spending-ranking-tabs button{color:#7188ab;background:0 0;border:0;height:46px;font-size:16px;font-weight:650;position:relative}.h5-spending-ranking-tabs button:after{content:"";opacity:0;background:#1677ff;border-radius:999px;width:24px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.h5-spending-ranking-tabs button.active{color:#126be4}.h5-spending-ranking-tabs button.active:after{opacity:1}.h5-spending-ranking-podium{background:#eef6ffc2;grid-template-columns:minmax(0,1fr) minmax(0,1.14fr) minmax(0,1fr);align-items:end;gap:0;min-height:236px;margin:0 -2px;display:grid}.h5-spending-ranking-podium-card{color:#3d67b0;background:#eaf3ff;border:1px solid #b7cff2;border-bottom:0;border-radius:14px 14px 0 0;align-content:start;place-items:center;min-width:0;min-height:136px;padding:0 6px 12px;display:grid;position:relative;overflow:visible}.h5-spending-ranking-podium-card.rank-1{z-index:1;color:#ad6e08;background:#fff7e5;border-color:#f2d597;min-height:170px;box-shadow:0 8px 18px #c895301a}.h5-spending-ranking-podium-card.rank-3{color:#bb5e69;background:#fff0f1;border-color:#f2c9ce}.h5-spending-ranking-podium-avatar{z-index:2;position:absolute;top:-21px;left:50%;transform:translate(-50%)}.h5-spending-ranking-avatar{color:#5274a7;background:#e6eef9;border:3px solid #d4e3fa;border-radius:50%;place-items:center;width:48px;height:48px;font-size:16px;font-weight:700;display:grid;overflow:hidden;box-shadow:0 3px 10px #426fae2e}.rank-1 .h5-spending-ranking-avatar{border-color:#f5d67f;width:60px;height:60px;box-shadow:0 3px 10px #b57d0a33}.rank-3 .h5-spending-ranking-avatar{border-color:#f2c9ce}.h5-spending-ranking-crown{z-index:2;pointer-events:none;width:43px;height:32px;display:block;position:absolute;top:-29px;left:50%;transform:translate(-50%)}.h5-spending-ranking-crown img{object-fit:fill;width:100%;height:100%;display:block}.h5-spending-ranking-crown.rank-1{width:48px;height:35px;top:-31px}.h5-spending-ranking-crown-number{color:#fff;text-shadow:0 1px 2px #36598957;font-size:12px;font-weight:800;line-height:1;position:absolute;top:72%;left:50%;transform:translate(-50%,-50%)}.h5-spending-ranking-crown.rank-1 .h5-spending-ranking-crown-number{font-size:13px}.h5-spending-ranking-avatar img{object-fit:cover;width:100%;height:100%}.h5-spending-ranking-avatar.placeholder{color:#8ca0ba;background:#eef3fa}.h5-spending-ranking-podium-copy{z-index:1;flex-direction:column;align-items:center;gap:7px;width:100%;padding-top:50px;display:flex}.h5-spending-ranking-podium-card.rank-1 .h5-spending-ranking-podium-copy{padding-top:57px}.h5-spending-ranking-podium-copy>strong{text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:18px;font-weight:700;line-height:24px;overflow:hidden}.h5-spending-ranking-podium-card.rank-1 .h5-spending-ranking-podium-copy>strong{font-size:20px}.h5-spending-ranking-amount{font-variant-numeric:tabular-nums;white-space:nowrap;justify-content:center;align-items:baseline;display:inline-flex}.h5-spending-ranking-amount-unit{color:inherit;margin-right:2px;font-size:11px;font-weight:650}.h5-spending-ranking-amount-value{color:inherit;font-size:17px;font-weight:700;line-height:22px}.h5-spending-ranking-podium-card.rank-1 .h5-spending-ranking-amount-value{font-size:20px}.h5-spending-ranking-podium-card.rank-1 .h5-spending-ranking-amount-unit{font-size:12px}.h5-spending-ranking-podium-mark{opacity:.17;width:86px;height:auto;position:absolute;bottom:7px;right:50%;transform:translate(50%)}.h5-spending-ranking-podium-card.rank-1 .h5-spending-ranking-podium-mark{opacity:.18;width:98px}.h5-spending-ranking-podium-card.rank-3 .h5-spending-ranking-podium-mark{filter:sepia(.3)saturate(1.25)hue-rotate(305deg)}.h5-spending-ranking-podium-card>small{display:none}.h5-spending-ranking-list{z-index:3;background:#fff;border:1px solid #d9e6f5;border-radius:16px;margin-top:0;position:relative;overflow:hidden;box-shadow:0 8px 22px #486fa614}.h5-spending-ranking-list header{border-bottom:1px solid #e7eef8;align-items:center;gap:10px;min-height:58px;padding:14px 15px 12px;display:flex}.h5-spending-ranking-list-title{flex:none;align-items:center;gap:3px;display:inline-flex}.h5-spending-ranking-list header strong{color:#174c96;letter-spacing:.2px;font-size:18px}.h5-spending-ranking-list header>span:last-child{color:#8ea1bc;font-size:12px}.h5-spending-ranking-list-laurel{object-fit:contain;opacity:.75;width:11px;height:17px}.h5-spending-ranking-list-laurel.is-right{transform:scaleX(-1)}.h5-spending-ranking-row{border-bottom:1px solid #edf2f8;grid-template-columns:34px 40px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:66px;padding:8px 14px;display:grid}.h5-spending-ranking-row:last-child{border-bottom:0}.h5-spending-ranking-place{color:#3867b4;text-align:center;font-size:16px;font-weight:500}.h5-spending-ranking-row .h5-spending-ranking-avatar{width:40px;height:40px;box-shadow:none;border-width:0}.h5-spending-ranking-row-name{color:#174789;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:15px;font-weight:650;overflow:hidden}.h5-spending-ranking-money{color:#3d68b5}.h5-spending-ranking-money .h5-spending-ranking-amount-unit{font-size:11px}.h5-spending-ranking-money .h5-spending-ranking-amount-value{font-size:16px}.h5-spending-ranking-count-unit{margin-left:2px;margin-right:0}.h5-spending-ranking-empty{text-align:center;align-content:center;place-items:center;gap:8px;min-height:390px;padding:20px;display:grid}.h5-spending-ranking-empty-graphic{object-fit:contain;width:152px;height:152px;display:block}.h5-spending-ranking-empty strong{color:#174c96;font-size:17px}.h5-spending-ranking-empty>span:last-child{color:#8ea1bc;font-size:13px}.h5-mp-master-menu-icon.ranking{background:#fff4e5;box-shadow:inset 0 0 0 1px #e58b2024}.h5-mp-master-menu-icon.ranking img{width:26px;height:26px;display:block}.h5-mp-home-search input::-webkit-search-cancel-button{appearance:none}.h5-mp-product-description .h5-mp-colored-text{font:inherit;background:0 0;border-radius:0;margin:0;padding:0;display:inline}
