:root{--primary:#fff159;--primary-dark:#f0d900;--primary-light:#fffde7;--blue:#3483fa;--blue-dark:#2968d8;--green:#00a650;--red:#e63946;--text:#1a1a1a;--text-secondary:#5c5c5c;--text-light:#999;--bg:#f5f5f5;--bg-white:#fff;--border:#ebebeb;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 16px #0000001a;--shadow-lg:0 8px 32px #0000001f;--radius:12px;--radius-sm:8px;--radius-full:999px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;line-height:1.6}.ml-header{background:var(--bg-white);z-index:100;border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);position:sticky;top:0}.ml-header-inner{align-items:center;gap:32px;max-width:100%;height:72px;padding:0 48px;display:flex}.ml-logo{background:var(--primary);border-radius:var(--radius-sm);letter-spacing:-.5px;color:var(--text);flex-shrink:0;padding:6px 16px;font-size:22px;font-weight:900}.ml-search{flex:1;max-width:680px;position:relative}.ml-search input{border:2px solid var(--border);border-radius:var(--radius-full);background:var(--bg);outline:none;width:100%;padding:12px 48px 12px 20px;font-size:14px;transition:border-color .2s,box-shadow .2s}.ml-search input:focus{border-color:var(--blue);background:var(--bg-white);box-shadow:0 0 0 3px #3483fa1f}.ml-search-btn{background:var(--primary);border-radius:var(--radius-full);cursor:pointer;border:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;transition:background .2s;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.ml-search-btn:hover{background:var(--primary-dark)}.ml-header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.ml-header-btn{border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;background:0 0;border:1.5px solid #0000;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.ml-header-btn:hover{background:var(--bg);color:var(--text)}.ml-header-btn.primary{background:var(--primary);color:var(--text)}.ml-header-btn.primary:hover{background:var(--primary-dark)}.ml-cat-bar{background:var(--bg-white);border-bottom:1px solid var(--border);padding:0 48px}.ml-cat-inner{scrollbar-width:none;gap:4px;padding:0;display:flex;overflow-x:auto}.ml-cat-inner::-webkit-scrollbar{display:none}.ml-cat-item{white-space:nowrap;color:var(--text-secondary);cursor:pointer;border-bottom:3px solid #0000;padding:14px 20px;font-size:13px;font-weight:500;transition:all .2s}.ml-cat-item:hover{color:var(--text)}.ml-cat-item.active{color:var(--text);border-bottom-color:var(--primary);font-weight:700}.ml-cat-item.red{color:var(--red);font-weight:600}.ml-main{width:100%;margin:0 auto;padding:32px 48px}.ml-hero{grid-template-columns:1fr 280px;gap:20px;margin-bottom:40px;display:grid}.ml-hero-main{border-radius:var(--radius);background:linear-gradient(135deg,#fff159 0%,#ffe135 50%,#ff9500 100%);flex-direction:column;justify-content:center;align-items:center;gap:16px;height:380px;display:flex;position:relative;overflow:hidden}.ml-hero-main:before{content:"";background:#ffffff26;border-radius:50%;width:500px;height:500px;position:absolute;top:-50%;right:-20%}.ml-hero-main:after{content:"";background:#ffffff1a;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-30%;left:-10%}.ml-hero-emoji{z-index:1;font-size:64px;position:relative}.ml-hero-title{color:var(--text);z-index:1;font-size:32px;font-weight:900;position:relative}.ml-hero-sub{color:var(--text-secondary);z-index:1;font-size:15px;position:relative}.ml-hero-cta{z-index:1;background:var(--text);color:#fff;border-radius:var(--radius-full);cursor:pointer;border:none;margin-top:8px;padding:12px 36px;font-size:14px;font-weight:700;transition:transform .2s;position:relative}.ml-hero-cta:hover{transform:scale(1.04)}.ml-hero-side{flex-direction:column;gap:16px;display:flex}.ml-hero-card{border-radius:var(--radius);color:#fff;cursor:pointer;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.ml-hero-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.ml-hero-card.blue{background:linear-gradient(135deg,#3483fa,#4a9fff)}.ml-hero-card.green{background:linear-gradient(135deg,#00a650,#00c853)}.ml-hero-card.red{background:linear-gradient(135deg,#e63946,#ff4d5a)}.ml-hero-card-icon{font-size:36px}.ml-hero-card-title{font-size:16px;font-weight:700}.ml-hero-card-sub{opacity:.85;font-size:12px}.ml-section{margin-bottom:48px}.ml-section-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.ml-section-title{align-items:center;gap:10px;font-size:22px;font-weight:800;display:flex}.ml-section-title:before{content:"";background:var(--primary);border-radius:3px;width:5px;height:24px;display:inline-block}.ml-section-more{color:var(--text-light);cursor:pointer;font-size:13px;transition:color .2s}.ml-section-more:hover{color:var(--blue)}.ml-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.ml-card{background:var(--bg-white);border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-sm);border:1px solid #0000;transition:transform .25s,box-shadow .25s;overflow:hidden}.ml-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-4px)}.ml-card-img{object-fit:cover;background:#fafafa;width:100%;height:220px;display:block}.ml-card-body{padding:16px}.ml-card-title{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:39px;margin-bottom:10px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.ml-card-price-row{align-items:baseline;gap:6px;margin-bottom:6px;display:flex}.ml-card-price{color:var(--red);font-size:20px;font-weight:900}.ml-card-price small{color:var(--text-light);font-size:12px;font-weight:400}.ml-card-orig{color:var(--text-light);font-size:12px;text-decoration:line-through}.ml-card-meta{color:var(--text-light);justify-content:space-between;align-items:center;margin-top:4px;font-size:12px;display:flex}.ml-card-tag{color:var(--red);border-radius:var(--radius-full);background:#fff0f0;padding:2px 8px;font-size:11px;font-weight:600}.ml-detail{grid-template-columns:480px 1fr;gap:56px;width:100%;margin:0 auto;padding:40px 48px;display:grid}.ml-gallery{position:relative}.ml-gallery-main{object-fit:contain;border-radius:var(--radius);background:var(--bg-white);border:1px solid var(--border);width:100%;height:480px}.ml-gallery-thumbs{gap:12px;margin-top:16px;display:flex;overflow-x:auto}.ml-gallery-thumb{object-fit:cover;border-radius:var(--radius-sm);cursor:pointer;border:2.5px solid #0000;flex-shrink:0;width:72px;height:72px;transition:border-color .2s}.ml-gallery-thumb.active,.ml-gallery-thumb:hover{border-color:var(--blue)}.ml-detail-title{color:var(--text);margin-bottom:20px;font-size:24px;font-weight:700;line-height:1.5}.ml-price-box{border-radius:var(--radius);background:linear-gradient(135deg,#fff9e6,#fffde7);border:1px solid #ffe082;margin-bottom:28px;padding:24px}.ml-price-row{align-items:center;gap:16px;margin-bottom:12px;display:flex}.ml-price-label{color:var(--text-secondary);flex-shrink:0;width:90px;font-size:13px}.ml-price-value{color:var(--red);font-size:36px;font-weight:900}.ml-price-orig{color:var(--text-light);margin-left:12px;font-size:14px;text-decoration:line-through}.ml-tier-table{border-collapse:collapse;border-radius:var(--radius-sm);border:1px solid var(--border);background:#fff;width:100%;margin-top:16px;overflow:hidden}.ml-tier-table th,.ml-tier-table td{text-align:center;border-bottom:1px solid var(--border);padding:10px 16px;font-size:13px}.ml-tier-table th{background:var(--bg);color:var(--text-secondary);font-weight:700}.ml-tier-table td:nth-child(2){color:var(--red);font-size:16px;font-weight:800}.ml-tier-table tr:last-child td{border-bottom:none}.ml-sku-section{margin-bottom:28px}.ml-sku-label{color:var(--text-secondary);margin-bottom:12px;font-size:13px;font-weight:600}.ml-sku-row{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.ml-sku-btn{border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;color:var(--text);background:#fff;padding:8px 18px;font-size:13px;font-weight:500;transition:all .2s}.ml-sku-btn:hover{border-color:var(--blue);color:var(--blue)}.ml-sku-btn.selected{border-color:var(--blue);color:var(--blue);background:#eaf2ff;font-weight:700}.ml-sku-btn.disabled{opacity:.35;cursor:not-allowed}.ml-qty-section{margin-bottom:28px}.ml-qty-row{align-items:center;gap:20px;margin-bottom:8px;display:flex}.ml-qty-label{color:var(--text-secondary);flex-shrink:0;width:90px;font-size:13px;font-weight:600}.ml-qty-ctrl{border:1.5px solid var(--border);border-radius:var(--radius-sm);align-items:center;display:flex;overflow:hidden}.ml-qty-btn{background:var(--bg);cursor:pointer;border:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:background .2s;display:flex}.ml-qty-btn:hover{background:var(--border)}.ml-qty-input{border:none;border-left:1.5px solid var(--border);border-right:1.5px solid var(--border);text-align:center;outline:none;width:70px;height:40px;font-size:15px;font-weight:700}.ml-qty-info{color:var(--text-light);margin-top:4px;font-size:12px}.ml-moq-badge{color:var(--red);border-radius:var(--radius-full);background:#fff0f0;padding:3px 10px;font-size:11px;font-weight:700}.ml-actions{gap:16px;margin-bottom:32px;display:flex}.ml-btn-cart{background:var(--primary);border-radius:var(--radius-full);cursor:pointer;color:var(--text);border:none;flex:1;padding:15px;font-size:15px;font-weight:800;transition:all .2s}.ml-btn-cart:hover{background:var(--primary-dark);transform:scale(1.02)}.ml-btn-buy{background:var(--blue);color:#fff;border-radius:var(--radius-full);cursor:pointer;border:none;flex:1;padding:15px;font-size:15px;font-weight:800;transition:all .2s}.ml-btn-buy:hover{background:var(--blue-dark);transform:scale(1.02)}.ml-shop-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:16px;margin-bottom:20px;padding:20px;display:flex}.ml-shop-avatar{background:var(--primary);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;font-weight:900;display:flex}.ml-shop-info{flex:1}.ml-shop-name{margin-bottom:4px;font-size:15px;font-weight:700}.ml-shop-meta{color:var(--text-light);font-size:12px}.ml-cart{grid-template-columns:1fr 360px;gap:32px;width:100%;margin:0 auto;padding:40px 48px;display:grid}.ml-cart-card{background:var(--bg-white);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.ml-cart-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 24px;font-size:15px;font-weight:700;display:flex}.ml-cart-item{border-bottom:1px solid var(--border);align-items:center;gap:16px;padding:20px 24px;transition:background .2s;display:flex}.ml-cart-item:last-child{border-bottom:none}.ml-cart-item.unselected{opacity:.5}.ml-cart-check{cursor:pointer;width:20px;height:20px;accent-color:var(--blue);flex-shrink:0}.ml-cart-img{object-fit:cover;border-radius:var(--radius-sm);background:var(--bg);flex-shrink:0;width:88px;height:88px}.ml-cart-info{flex:1;min-width:0}.ml-cart-title{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.ml-cart-sku{color:var(--text-light);margin-bottom:8px;font-size:12px}.ml-cart-qty-ctrl{border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;display:inline-flex;overflow:hidden}.ml-cart-qty-btn{background:var(--bg);cursor:pointer;border:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:16px;display:flex}.ml-cart-qty-input{border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);text-align:center;outline:none;width:50px;height:30px;font-size:13px}.ml-cart-price{color:var(--red);text-align:right;flex-shrink:0;min-width:80px;font-size:16px;font-weight:800}.ml-cart-remove{color:var(--text-light);cursor:pointer;flex-shrink:0;padding:4px 8px;font-size:13px;transition:color .2s}.ml-cart-remove:hover{color:var(--red)}.ml-summary{background:var(--bg-white);border-radius:var(--radius);box-shadow:var(--shadow-sm);height:fit-content;padding:24px;position:sticky;top:100px}.ml-summary-row{color:var(--text-secondary);justify-content:space-between;margin-bottom:14px;font-size:14px;display:flex}.ml-summary-row.total{border-top:1px solid var(--border);color:var(--text);margin-top:16px;padding-top:16px;font-size:18px;font-weight:900}.ml-summary-row.total .val{color:var(--red)}.ml-checkout-btn{background:var(--blue);color:#fff;border-radius:var(--radius-full);cursor:pointer;border:none;width:100%;margin-top:16px;padding:15px;font-size:15px;font-weight:800;transition:all .2s}.ml-checkout-btn:hover{background:var(--blue-dark);transform:scale(1.02)}.ml-checkout-btn:disabled{cursor:not-allowed;background:#c5d4e8;transform:none}.ml-checkout{grid-template-columns:1fr 340px;gap:32px;width:100%;margin:0 auto;padding:40px 48px;display:grid}.ml-section-card{background:var(--bg-white);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:20px;padding:24px}.ml-section-title-bar{border-bottom:1px solid var(--border);align-items:center;gap:8px;margin-bottom:16px;padding-bottom:14px;font-size:15px;font-weight:800;display:flex}.ml-addr-card{border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;padding:18px 20px;transition:all .2s}.ml-addr-card.selected{border-color:var(--blue);background:#f0f7ff}.ml-order-item{border-bottom:1px solid var(--border);gap:14px;padding:14px 0;display:flex}.ml-order-item:last-child{border-bottom:none}.ml-order-img{object-fit:cover;border-radius:var(--radius-sm);background:var(--bg);flex-shrink:0;width:64px;height:64px}.ml-order-info{flex:1;min-width:0}.ml-order-title{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:13px;display:-webkit-box;overflow:hidden}.ml-order-meta{color:var(--text-light);font-size:12px}.ml-order-right{text-align:right;flex-shrink:0}.ml-order-price{color:var(--red);font-weight:800}.ml-order-qty{color:var(--text-light);font-size:12px}.ml-pay-opt{border:2px solid var(--blue);border-radius:var(--radius);color:var(--blue);cursor:pointer;background:#f0f7ff;align-items:center;gap:10px;padding:14px 24px;font-size:14px;font-weight:700;display:inline-flex}.ml-pay-wrap{margin:60px auto;padding:0 24px}.ml-pay-card{background:var(--bg-white);border-radius:var(--radius);box-shadow:var(--shadow-md);text-align:center;overflow:hidden}.ml-pay-top{background:var(--red);color:#fff;padding:24px;font-size:16px;font-weight:700}.ml-pay-body{padding:40px}.ml-pay-amount{color:var(--red);margin:16px 0;font-size:40px;font-weight:900}.ml-pay-hint{color:var(--text-light);margin-bottom:24px;font-size:13px}.ml-pay-qr-wrap{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);width:200px;height:200px;color:var(--text-light);justify-content:center;align-items:center;margin:0 auto 24px;font-size:48px;display:flex}.ml-pay-ali-guide{justify-content:center;align-items:center;gap:12px;margin-bottom:24px;display:flex}.ml-pay-ali-step{border-radius:var(--radius);color:#fff;padding:12px 20px;font-size:13px;font-weight:700}.ml-pay-sim-btn{background:var(--blue);color:#fff;border-radius:var(--radius-full);cursor:pointer;border:none;width:100%;padding:15px;font-size:15px;font-weight:800;transition:all .2s}.ml-pay-sim-btn:hover{background:var(--blue-dark)}.ml-login-wrap{background:linear-gradient(135deg,#fff9e6 0%,#f5f5f5 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.ml-login-card{border-radius:var(--radius);width:100%;max-width:420px;box-shadow:var(--shadow-lg);background:#fff;padding:48px}.ml-login-logo{text-align:center;margin-bottom:8px;font-size:40px}.ml-login-title{text-align:center;margin-bottom:6px;font-size:24px;font-weight:900}.ml-login-sub{color:var(--text-light);text-align:center;margin-bottom:36px;font-size:13px}.ml-login-form{flex-direction:column;gap:16px;display:flex}.ml-login-input{border:1.5px solid var(--border);border-radius:var(--radius-sm);outline:none;padding:14px 18px;font-size:15px;transition:border-color .2s,box-shadow .2s}.ml-login-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #3483fa1f}.ml-login-btn{background:var(--primary);border-radius:var(--radius-full);cursor:pointer;color:var(--text);border:none;padding:14px;font-size:15px;font-weight:800;transition:all .2s}.ml-login-btn:hover:not(:disabled){background:var(--primary-dark);transform:scale(1.01)}.ml-login-btn:disabled{opacity:.6;cursor:not-allowed}.ml-login-resend{text-align:center;color:var(--text-light);cursor:pointer;font-size:13px;transition:color .2s}.ml-login-resend:hover{color:var(--blue)}.ml-login-resend.disabled{cursor:not-allowed;opacity:.5}.ml-login-agree{text-align:center;color:var(--text-light);margin-top:20px;font-size:12px}.ml-login-agree a{color:var(--blue)}.ml-empty{text-align:center;padding:80px 24px}.ml-empty-icon{margin-bottom:20px;font-size:72px}.ml-empty-title{margin-bottom:8px;font-size:18px;font-weight:700}.ml-empty-sub{color:var(--text-light);margin-bottom:28px;font-size:13px}.ml-btn-ghost{background:var(--primary);border-radius:var(--radius-full);color:var(--text);cursor:pointer;padding:12px 32px;font-size:14px;font-weight:700;transition:all .2s;display:inline-block}.ml-btn-ghost:hover{background:var(--primary-dark)}.ml-order-card{background:var(--bg-white);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:16px;overflow:hidden}.ml-order-card-hd{background:var(--bg);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 20px;font-size:13px;display:flex}.ml-order-card-body{padding:16px 20px}.ml-order-card-ft{background:var(--bg);border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.ml-total-price{font-size:18px;font-weight:900}.ml-total-price span{color:var(--red)}.ml-badge{border-radius:var(--radius-full);padding:3px 12px;font-size:12px;font-weight:700;display:inline-block}.ml-badge-yellow{color:#b8860b;background:#fff8e1}.ml-badge-green{color:#2e7d32;background:#e8f5e9}.ml-badge-red{color:#c62828;background:#ffebee}.ml-badge-blue{color:#1565c0;background:#e3f2fd}.ml-action-btn{border-radius:var(--radius-full);cursor:pointer;border:none;padding:8px 18px;font-size:13px;font-weight:700;transition:all .2s}.ml-action-btn.blue{background:var(--blue);color:#fff}.ml-action-btn.blue:hover{background:var(--blue-dark)}.ml-action-btn.outline{border:1.5px solid var(--border);color:var(--text-secondary);background:#fff}.ml-action-btn.outline:hover{border-color:var(--blue);color:var(--blue)}.ml-action-btn.red-outline{border:1.5px solid var(--red);color:var(--red);background:#fff}.ml-action-btn.red-outline:hover{background:#ffebee}.ml-toast{color:#fff;border-radius:var(--radius-full);z-index:9999;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--shadow-md);background:#000000d9;padding:12px 28px;font-size:14px;font-weight:600;transition:all .3s;position:fixed;top:90px;left:50%;transform:translate(-50%)translateY(-10px)}.ml-toast.show{opacity:1;transform:translate(-50%)translateY(0)}.ml-footer{background:var(--bg-white);border-top:1px solid var(--border);margin-top:80px;padding:48px 48px 32px}.ml-footer-grid{grid-template-columns:repeat(4,1fr);gap:48px;margin:0 auto 40px;display:grid}.ml-footer-col h4{color:var(--text);margin-bottom:16px;font-size:14px;font-weight:800}.ml-footer-col p{color:var(--text-light);cursor:pointer;font-size:13px;line-height:2.2;transition:color .2s}.ml-footer-col p:hover{color:var(--text)}.ml-footer-bottom{text-align:center;color:var(--text-light);border-top:1px solid var(--border);margin:0 auto;padding-top:24px;font-size:12px}@media (width<=1200px){.ml-hero{grid-template-columns:1fr 240px}.ml-detail{grid-template-columns:400px 1fr;gap:40px}}@media (width<=900px){.ml-header-inner,.ml-cat-bar,.ml-main{padding-left:24px;padding-right:24px}.ml-hero{grid-template-columns:1fr}.ml-hero-side{flex-direction:row;height:120px}.ml-detail{grid-template-columns:1fr;padding:24px}.ml-cart,.ml-checkout{grid-template-columns:1fr}.ml-footer-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.ml-header-inner{gap:16px;padding:0 16px}.ml-main{padding:20px 16px}.ml-grid{grid-template-columns:repeat(2,1fr);gap:12px}.ml-footer-grid{grid-template-columns:1fr}}
