*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:#f0f2f5;color:#333;height:100vh;display:flex;flex-direction:column}#loginPage{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#176c39 0,#0f4f2a 100%)}.login-card{background:#fff;padding:40px 36px;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.3);width:100%;max-width:380px}.login-card h1{font-size:22px;margin:16px 0 6px;color:#176c39;text-align:center}.login-card .sub{text-align:center;color:#888;font-size:14px;margin-bottom:24px}.login-logo-wrap{text-align:center;margin-bottom:8px}.login-logo-big{height:72px;width:auto;display:inline-block}.login-card .form-group{margin-bottom:16px}.login-card label{display:block;font-weight:600;font-size:14px;margin-bottom:4px}.login-card input{width:100%;padding:10px 12px;border:1.5px solid #ddd;border-radius:8px;font-size:15px;transition:.2s}.login-card input:focus{border-color:#176c39;outline:0;box-shadow:0 0 0 3px rgba(23,108,57,.15)}.login-card .btn-login{width:100%;padding:12px;background:#176c39;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:.2s}.login-card .btn-login:hover{background:#0f4f2a}.login-card .btn-login:disabled{opacity:.6;cursor:not-allowed}.login-error{color:#d32f2f;font-size:14px;text-align:center;margin-top:8px;min-height:20px}#app{display:none;height:100vh;flex-direction:column}#app.active{display:flex}.topbar{background:rgba(23,108,57,.96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);padding:12px 24px;box-shadow:0 2px 24px rgba(0,0,0,.12);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.topbar .brand{font-size:18px;font-weight:700;color:#fff;display:flex;align-items:center;gap:10px}.topbar .brand img{height:40px;width:auto}.topbar .brand .logo-text{font-weight:600;color:#fff;font-size:1.3rem;letter-spacing:1px}.topbar .brand .admin-tag{font-size:13px;color:rgba(255,255,255,.7);font-weight:400;margin-left:4px}.topbar .user-info{display:flex;align-items:center;gap:16px}.topbar .user-info span{color:rgba(255,255,255,.9);font-size:14px}.topbar .user-info .logout-btn{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);padding:6px 14px;border-radius:20px;cursor:pointer;font-size:13px;color:#fff;transition:.2s}.topbar .user-info .logout-btn:hover{background:rgba(255,255,255,.25)}.main-body{display:flex;flex:1;overflow:hidden}.sidebar{width:220px;background:#fff;border-right:1px solid #e8ecf1;padding:20px 0;flex-shrink:0;overflow-y:auto}.sidebar .menu-item{padding:12px 24px;cursor:pointer;display:flex;align-items:center;gap:12px;font-weight:500;color:#555;transition:.2s;border-left:3px solid transparent;position:relative}.sidebar .menu-item:hover{background:#f6f9f7;color:#176c39}.sidebar .menu-item.active{background:#e8f5e9;color:#176c39;border-left-color:#176c39}.sidebar .menu-item i{width:20px;text-align:center}.menu-badge{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:#ff6f00;color:#fff;font-size:11px;font-weight:700;min-width:20px;height:20px;line-height:20px;text-align:center;border-radius:10px;padding:0 6px;display:none}.menu-badge.show{display:inline-block}.menu-badge.bounce{animation:badgeBounce .5s cubic-bezier(.68,-.55,.265,1.55)}@keyframes badgeBounce{0%{transform:translateY(-50%) scale(1)}30%{transform:translateY(-50%) scale(1.5)}60%{transform:translateY(-50%) scale(.85)}100%{transform:translateY(-50%) scale(1)}}.mobile-bottom-nav .nav-item .nav-badge{position:absolute;top:2px;right:8px;background:#ff6f00;color:#fff;font-size:9px;font-weight:700;min-width:16px;height:16px;line-height:16px;text-align:center;border-radius:8px;padding:0 4px;display:none}.mobile-bottom-nav .nav-item .nav-badge.show{display:inline-block}.mobile-bottom-nav .nav-item .nav-badge.bounce{animation:navBadgeBounce .5s cubic-bezier(.68,-.55,.265,1.55)}@keyframes navBadgeBounce{0%{transform:scale(1)}30%{transform:scale(1.6)}60%{transform:scale(.8)}100%{transform:scale(1)}}.fly-to-pricing{position:fixed;z-index:9999;pointer-events:none;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#176c39;color:#fff;font-size:16px;box-shadow:0 4px 16px rgba(23,108,57,.4);transition:transform .6s cubic-bezier(.5, -.2, .5, 1.2);opacity:1}.fly-to-pricing.landed{opacity:0;transition:transform .15s ease,opacity .15s ease}.ss-pricing-btn:active{transform:scale(.92);transition:transform .1s}.ss-pricing-btn{transition:transform .15s}.ss-pricing-btn.added{pointer-events:none;opacity:.5}.ai-float-btn{position:fixed;bottom:28px;right:28px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#e94560 0,#c73650 100%);color:#fff;border:none;cursor:pointer;font-size:22px;box-shadow:0 4px 20px rgba(233,69,96,.4);z-index:999;display:flex;align-items:center;justify-content:center;transition:.3s}.ai-float-btn:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(233,69,96,.5)}.ai-float-btn.active{background:linear-gradient(135deg,#176c39 0,#0d4a26 100%);box-shadow:0 4px 20px rgba(23,108,57,.4)}.ai-float-btn::after{content:attr(data-tip);position:absolute;right:68px;top:50%;transform:translateY(-50%) translateX(8px);background:#1f2937;color:#fff;font-size:13px;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;padding:6px 14px;border-radius:8px;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,transform .25s ease,visibility .25s;box-shadow:0 4px 14px rgba(0,0,0,.22)}.ai-float-btn::before{content:'';position:absolute;right:57px;top:50%;transform:translateY(-50%) translateX(8px);border:5px solid transparent;border-right-color:#1f2937;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,transform .25s ease,visibility .25s}.ai-float-btn:hover::after,.ai-float-btn:hover::before{opacity:1;visibility:visible;transform:translateY(-50%) translateX(0)}.ai-float-btn .ai-ring{position:absolute;inset:-5px;border-radius:50%;background:conic-gradient(#2e9e5b 0,#e3e7e4 0);opacity:0;transition:opacity .3s;-webkit-mask:radial-gradient(circle,transparent 27px,#000 28px);mask:radial-gradient(circle,transparent 27px,#000 28px)}.ai-float-btn.running{background:linear-gradient(135deg,#2e9e5b 0,#165d38 100%);box-shadow:0 4px 20px rgba(46,158,91,.45);animation:aiFloatPulse 1.8s ease-in-out infinite}.ai-float-btn.running .ai-ring{opacity:1}.ai-float-btn.running:hover{animation:none}@keyframes aiFloatPulse{0%,100%{box-shadow:0 4px 20px rgba(46,158,91,.45)}50%{box-shadow:0 4px 20px rgba(46,158,91,.45),0 0 0 12px rgba(46,158,91,0)}}.ai-float-btn .ai-dot{position:absolute;top:-2px;right:-2px;width:15px;height:15px;border-radius:50%;background:#e53935;border:2.5px solid #fff;display:none}.ai-float-btn.done .ai-dot{display:block;animation:aiDotPop .32s cubic-bezier(.34,1.56,.64,1)}.ai-float-btn.done{background:linear-gradient(135deg,#ff7a22 0,#e5671a 100%);box-shadow:0 4px 20px rgba(232,116,60,.45)}@keyframes aiDotPop{from{transform:scale(0)}to{transform:scale(1)}}.ai-tool-card.card-h{border-color:#9b7ce0;background:linear-gradient(135deg,#f7f4fd 0,#fff 70%)}.ai-tool-card.card-h .c-go{color:#7c5cd6}.ai-hist-row{border:1px solid #e8ecf1;border-radius:10px;padding:10px 14px;margin-bottom:10px;display:flex;align-items:center;gap:12px;transition:.2s;cursor:pointer}.ai-hist-row:hover{border-color:#7c5cd6;background:#faf8fe}.ai-hist-chip{display:inline-block;font-size:10.5px;padding:1px 7px;border-radius:9px;margin-right:3px}@keyframes dpPopIn{from{transform:translateY(20px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.dp-section-title{font-size:13px;font-weight:700;color:#165d38;margin:0 0 8px;display:flex;align-items:center;gap:6px}.dp-kw-row{padding:8px 0;border-bottom:1px dashed #f0f0f0}.dp-kw-row:last-child{border-bottom:none}.dp-heat-bar{height:6px;border-radius:3px;background:#f0f0f0;overflow:hidden;margin-top:5px}.dp-heat-bar>div{height:100%;border-radius:3px;background:linear-gradient(90deg,#ff7a22,#e53935);transition:width .6s ease}.dp-news-card{background:#f8fbf8;border:1px solid #e3ede5;border-left:3px solid #165d38;border-radius:8px;padding:9px 12px;margin-bottom:8px}.dp-news-card:last-child{margin-bottom:0}.dp-instock-badge{display:inline-flex;align-items:center;gap:3px;font-size:10px;font-weight:600;color:#165d38;background:#e8f5ec;border:1px solid #b8debe;border-radius:9px;padding:1px 7px;margin-left:6px;white-space:nowrap}.dp-new-badge{display:inline-flex;align-items:center;gap:3px;font-size:10px;font-weight:600;color:#e8743c;background:#fff3e8;border:1px solid #f5cda8;border-radius:9px;padding:1px 7px;margin-left:6px;white-space:nowrap}.dp-similar-box{background:#f7f9fc;border:1px dashed #c9d6e8;border-radius:9px;padding:8px 10px;margin-top:8px}.dp-similar-title{font-size:11px;font-weight:700;color:#4a6fa5;margin-bottom:6px;display:flex;align-items:center;gap:4px}.dp-similar-row{display:flex;align-items:flex-start;gap:6px;padding:5px 0;border-top:1px dashed #e4e9f2}.dp-similar-row:first-of-type{border-top:none}.dp-similar-rank{flex-shrink:0;width:16px;height:16px;border-radius:50%;background:#4a6fa5;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:1px}.dp-similar-info{flex:1;min-width:0}.dp-similar-name{font-size:12px;font-weight:600;color:#2c3e50;line-height:1.4}.dp-similar-meta{font-size:10.5px;color:#8a97a8;margin-top:2px}.dp-similar-reason{font-size:11px;color:#5f6f82;margin-top:2px;line-height:1.5}.daily-limit-banner{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border:1px solid #ffb74d;border-radius:8px;padding:10px 14px;margin-bottom:12px;font-size:12.5px;color:#e65100;line-height:1.5;display:flex;align-items:flex-start;gap:6px}.daily-limit-banner i{color:#f57c00;margin-top:2px}.dp-similar-add{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:#176c39;color:#fff;border:none;cursor:pointer;font-size:11px;display:flex;align-items:center;justify-content:center;margin-top:1px;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 6px rgba(23,108,57,.25)}.dp-similar-add:hover{background:#1f8a4c;transform:scale(1.08);box-shadow:0 3px 10px rgba(23,108,57,.35)}.dp-similar-add.is-added{background:#e8ecf1;color:#888;cursor:default;box-shadow:none}.dp-similar-add.is-added:hover{transform:none;background:#e8ecf1}.ai-tool-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:10001;display:none;align-items:center;justify-content:center;padding:16px;backdrop-filter:blur(2px)}.ai-tool-overlay.show{display:flex}.ai-tool-modal{background:#fff;border-radius:16px;width:min(620px,94vw);max-height:88vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 70px rgba(0,0,0,.25);animation:aiModalIn .26s cubic-bezier(.22,1,.36,1)}@keyframes aiModalIn{from{transform:translateY(20px) scale(.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.ai-tool-head{background:linear-gradient(135deg,#165d38 0,#0f4a29 100%);color:#fff;padding:14px 20px;display:flex;align-items:center;justify-content:space-between}.ai-tool-head .t{font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px;letter-spacing:.3px}.ai-tool-close{width:28px;height:28px;border:none;border-radius:8px;background:rgba(255,255,255,.15);color:#fff;font-size:14px;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center}.ai-tool-close:hover{background:rgba(255,255,255,.32);transform:rotate(90deg)}.ai-tool-body{padding:18px 20px;overflow-y:auto}.ai-tool-card{border:1.5px solid #e8ecf1;border-radius:12px;padding:14px 16px;margin-bottom:10px;cursor:pointer;transition:all .25s ease;position:relative;overflow:hidden}.ai-tool-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(22,93,56,.1);border-color:#c8d6c9}.ai-tool-card:active{transform:translateY(0)}.ai-tool-card.card-a{border-color:#ffd4b8;background:linear-gradient(135deg,#fff7f0 0,#fff 75%)}.ai-tool-card.card-b{border-color:#b8debe;background:linear-gradient(135deg,#f0f7f2 0,#fff 75%)}.ai-tool-card.card-h{border-color:#d4c5f1;background:linear-gradient(135deg,#f7f4fd 0,#fff 75%)}.ai-tool-card .c-title{font-size:14.5px;font-weight:700;display:flex;align-items:center;gap:8px;color:#333}.ai-tool-card .c-desc{font-size:12px;color:#8a94a3;margin-top:5px;line-height:1.6}.ai-tool-card .c-go{margin-top:8px;font-size:12px;font-weight:600;display:flex;align-items:center;gap:4px}.ai-tool-card.card-a .c-go{color:#ff7a22}.ai-tool-card.card-b .c-go{color:#165d38}.ai-tool-card.card-h .c-go{color:#7c5cd6}.ai-tool-filter{border:1px solid #e8ecf1;border-radius:10px;padding:14px;margin-top:4px;background:#fafcfb}.ai-tool-filter .f-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.ai-tool-filter .f-row:last-child{margin-bottom:0}.ai-tool-filter input,.ai-tool-filter select{padding:7px 10px;border:1.5px solid #dde2e6;border-radius:8px;font-size:12.5px;font-family:inherit;transition:border-color .2s}.ai-tool-filter input:focus,.ai-tool-filter select:focus{border-color:#165d38;outline:0}.ai-tool-filter select{min-width:140px}.ai-tool-filter input{width:110px}.ai-tool-filter .f-count{font-size:12px;color:#666;display:flex;align-items:center;gap:6px}.ai-tool-filter .f-count b{color:#165d38;font-size:14px}.ai-tool-btn{padding:8px 20px;border:none;border-radius:8px;background:#165d38;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:.2s}.ai-tool-btn:hover:not(:disabled){background:#0f4a29;box-shadow:0 4px 12px rgba(22,93,56,.25)}.ai-tool-btn:disabled{background:#c5ccc8;cursor:not-allowed}.ai-tool-btn.orange{background:#ff7a22}.ai-tool-btn.orange:hover:not(:disabled){background:#e5671a;box-shadow:0 4px 12px rgba(255,122,34,.25)}.ai-prog{text-align:center;padding:24px 10px}.ai-prog .spinner{font-size:32px;color:#165d38;animation:pulse 1.2s infinite}.ai-prog .stage{font-size:14px;font-weight:600;color:#333;margin-top:12px}.ai-prog .sub{font-size:12px;color:#999;margin-top:5px}.ai-prog .bar{width:100%;max-width:340px;height:7px;background:#e8ecf1;border-radius:4px;margin:14px auto 0;overflow:hidden}.ai-prog .bar-fill{height:100%;background:linear-gradient(90deg,#165d38,#2e8b57);border-radius:4px;transition:width .4s}.ai-prog .err{color:#e53935;font-size:13px;margin-top:10px;line-height:1.7}.ai-models{display:flex;gap:6px;justify-content:center;flex-wrap:wrap;margin-top:12px}.ai-mchip{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:16px;font-size:11.5px;font-weight:600;border:1.5px solid #e0e5eb;color:#8a94a3;background:#f7f9fb;transition:all .3s ease}.ai-mchip.run{border-color:#165d38;color:#165d38;background:#eef6f0;animation:aiChipPulse 1.6s ease-in-out infinite}.ai-mchip.ok{border-color:#2e9e5b;color:#fff;background:#2e9e5b}.ai-mchip.fail{border-color:#e53935;color:#e53935;background:#fdecea}.ai-mchip.fail i,.ai-mchip.ok i{font-size:10px}@keyframes aiChipPulse{0%,100%{box-shadow:0 0 0 0 rgba(22,93,56,.25)}50%{box-shadow:0 0 0 6px rgba(22,93,56,0)}}.ai-prog .stage.loading::after{content:'';display:inline-block;width:18px;text-align:left;animation:aiDots 1.5s steps(4,end) infinite}@keyframes aiDots{0%{content:''}25%{content:'.'}50%{content:'..'}75%{content:'...'}}.ai-res-tabs{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:12px;border-bottom:2px solid #e8ecf1;padding-bottom:8px}.ai-res-tab{padding:5px 12px;border:1.5px solid #dde2e6;border-radius:8px;background:#fff;color:#666;font-size:12px;font-weight:600;cursor:pointer;transition:.2s}.ai-res-tab:hover{border-color:#165d38;color:#165d38}.ai-res-tab.active{background:#165d38;border-color:#165d38;color:#fff}.ai-res-tab .ok{color:#2e7d32}.ai-res-tab.active .ok{color:#b9f6ca}.ai-res-tab .bad{color:#e53935}.ai-res-tab.active .bad{color:#ffcdd2}.ai-res-md{background:#fafcfb;border:1px solid #e8ecf1;border-radius:10px;padding:12px 14px;font-size:12.5px;line-height:1.85;color:#333;white-space:pre-wrap;word-break:break-word;max-height:44vh;overflow-y:auto}.ai-rating-btn{padding:4px 11px;border:1.5px solid #165d38;border-radius:7px;background:#fff;color:#165d38;font-size:11.5px;font-weight:600;cursor:pointer;transition:transform .15s;white-space:nowrap}.ai-rating-btn:disabled{border-color:#c5ccc8;color:#999;background:#f4f6f5;cursor:not-allowed}.ai-rating-btn.added{border-color:#c5ccc8;background:#f0f5f1;color:#165d38;opacity:.75;pointer-events:none}@keyframes aiBtnFly{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-6px) scale(.9)}100%{transform:translateY(0) scale(1)}}.ai-rating-btn.fly{animation:aiBtnFly .2s ease}.ai-hist-row{border:1px solid #e8ecf1;border-radius:10px;padding:10px 12px;margin-bottom:8px;display:flex;align-items:center;gap:10px;transition:.2s;cursor:pointer}.ai-hist-row:hover{border-color:#7c5cd6;background:#faf8fe;transform:translateX(2px)}.ai-hist-chip{display:inline-block;font-size:10px;padding:1px 6px;border-radius:8px;margin-right:2px}@keyframes badgePulseGreen{0%{transform:scale(1);background:#ff6f00}35%{transform:scale(1.35);background:#165d38}70%{transform:scale(1.1);background:#165d38}100%{transform:scale(1);background:#ff6f00}}.menu-badge.pulse-green,.nav-badge.pulse-green{animation:badgePulseGreen .55s ease}.content{flex:1;padding:24px 28px;overflow-y:auto;background:#f0f2f5}.page-section{display:none}.page-section.active{display:block}.table-wrap{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.04);padding:16px 20px;overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:14px;table-layout:auto}th{text-align:left;padding:12px 8px;border-bottom:2px solid #e8ecf1;font-weight:600;color:#444;white-space:nowrap}td{padding:10px 8px;border-bottom:1px solid #f0f0f0;vertical-align:middle}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{opacity:1}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes pxFlowChipIn{0%{opacity:0;transform:translateY(14px) scale(.72)}60%{opacity:1;transform:translateY(-3px) scale(1.06)}100%{opacity:1;transform:translateY(0) scale(1)}}@keyframes pxFlowStackOut{to{opacity:0;transform:translateY(-16px)}}.px-flow-chip{background:#fff;border:1.5px solid #176c39;color:#176c39;padding:7px 16px;border-radius:22px;font-size:13px;font-weight:600;box-shadow:0 6px 18px rgba(0,0,0,.16);opacity:0;transform:translateY(14px) scale(.72);animation:pxFlowChipIn .42s cubic-bezier(.34,1.56,.64,1) forwards;display:flex;align-items:center;gap:6px;white-space:nowrap}.px-flow-chip .ok{font-size:12px}.btn-sm{padding:4px 12px;border-radius:6px;border:none;cursor:pointer;font-size:13px;transition:.2s}.btn-sm.primary{background:#176c39;color:#fff}.btn-sm.primary:hover{background:#0f4f2a}.btn-sm.outline{background:0 0;border:1px solid #176c39;color:#176c39}.btn-sm.outline:hover{background:#e8f5e9}.btn-save{padding:8px 20px;background:#176c39;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:.2s}.btn-save:hover{background:#0f4f2a}.form-group{margin-bottom:14px}.form-group label{display:block;font-weight:600;font-size:13px;margin-bottom:3px;color:#444}.form-group input,.form-group select,.form-group textarea{width:100%;padding:8px 12px;border:1.5px solid #ddd;border-radius:8px;font-size:14px;font-family:inherit}.toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%) translateY(80px);background:rgba(0,0,0,.8);color:#fff;padding:10px 28px;border-radius:30px;font-size:14px;z-index:999;opacity:0;transition:.4s;pointer-events:none}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.ai-done-toast{position:fixed;bottom:30px;right:30px;background:#fff;border-radius:14px;box-shadow:0 8px 32px rgba(0,0,0,.15);z-index:10000;opacity:0;transform:translateX(120%);transition:.4s cubic-bezier(.4,0,.2,1);overflow:hidden;max-width:360px;cursor:pointer}.ai-done-toast.show{opacity:1;transform:translateX(0)}.ai-done-toast:hover{box-shadow:0 12px 40px rgba(0,0,0,.22)}.ai-done-toast .bar{height:4px;background:linear-gradient(90deg,#2e9e5b,#165d38)}.ai-done-toast .body{padding:14px 16px 10px}.ai-done-toast .title-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.ai-done-toast .title-row .icon{width:28px;height:28px;border-radius:50%;background:#e8f5e9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ai-done-toast .title-row .icon i{color:#2e9e5b;font-size:14px}.ai-done-toast .title-row .label{font-size:15px;font-weight:700;color:#1a1a2e}.ai-done-toast .info{font-size:12px;color:#888;line-height:1.6;padding-left:36px}.ai-done-toast .action-row{display:flex;align-items:center;justify-content:space-between;padding:6px 16px 12px}.ai-done-toast .action-row .hint{font-size:11px;color:#2e9e5b;font-weight:600}.ai-done-toast .action-row .close{border:none;background:0 0;color:#ccc;font-size:18px;cursor:pointer;padding:0 4px}.ai-done-toast .action-row .close:hover{color:#999}.import-preview-table{width:100%;border-collapse:collapse;font-size:13px;table-layout:auto}.import-preview-table th{background:#f5f5f5;padding:8px;text-align:left;border:1px solid #e0e0e0;white-space:nowrap}.import-preview-table td{padding:6px 8px;border:1px solid #e8e8e8;vertical-align:middle}.import-preview-table td input,.import-preview-table td select{width:100%;padding:4px 6px;border:1px solid #ddd;border-radius:4px;font-size:13px}.import-preview-table td img{width:50px;height:50px;object-fit:cover;border-radius:4px}.import-preview-table tr.row-selected{background:#e8f5e9}.import-preview-table tr.row-disabled{opacity:.5}.import-preview-table tr.row-error{background:#fff8e1}.import-progress{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);background:#fff;padding:16px 32px;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.15);z-index:10000;text-align:center}.import-progress .bar{width:300px;height:8px;background:#e0e0e0;border-radius:4px;margin-top:8px;overflow:hidden}.import-progress .bar-fill{height:100%;background:#176c39;border-radius:4px;transition:width .3s}.desktop-table-wrap{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.04);padding:16px 20px;overflow-x:auto}.desktop-table-wrap table{width:100%;border-collapse:collapse;font-size:13px;table-layout:auto}.desktop-table-wrap th{text-align:center;padding:10px 8px;border-bottom:2px solid #e8ecf1;font-weight:600;color:#666;white-space:nowrap}.desktop-table-wrap td{padding:8px;border-bottom:1px solid #f0f0f0;text-align:center;vertical-align:middle}.mobile-bottom-nav{display:none}@media (max-width:768px){.sidebar{display:none!important}.content{padding:12px;padding-bottom:100px}.mobile-bottom-nav{display:flex;position:fixed;bottom:16px;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:28px;box-shadow:0 4px 24px rgba(0,0,0,.15);padding:6px;z-index:1000;gap:4px}.mobile-bottom-nav .nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px 8px;border-radius:22px;cursor:pointer;transition:.2s;color:#999;font-size:10px;gap:2px;border:none;background:0 0;flex:1;min-width:44px;max-width:72px;white-space:nowrap}.mobile-bottom-nav .nav-item i{font-size:18px}.mobile-bottom-nav .nav-item span{white-space:nowrap}.mobile-bottom-nav .nav-item.active{background:#176c39;color:#fff}.topbar{padding:10px 16px}.topbar .brand .admin-tag{display:none}.topbar .brand img{height:32px}.topbar .user-info{gap:8px}.topbar .user-info .logout-btn{padding:4px 10px;font-size:12px}.topbar .user-info span#displayName{display:none}.ai-float-btn{bottom:88px!important;right:16px!important;width:48px!important;height:48px!important;font-size:20px!important}.m-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);padding:14px;margin-bottom:12px}.m-card-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.m-card-row:last-child{margin-bottom:0}.m-card-actions{display:flex;gap:6px;margin-top:10px;padding-top:10px;border-top:1px solid #f0f0f0}.m-card-actions button{flex:1;padding:6px;border:none;border-radius:6px;font-size:12px;cursor:pointer;font-weight:600}.m-pricing-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);margin-bottom:12px;overflow:hidden}.m-pricing-card-header{padding:12px 14px;display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap}.m-pricing-card-body{padding:0 14px 8px}.m-pricing-card-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #f5f5f5;font-size:13px}.m-pricing-card-row:last-child{border-bottom:none}.m-pricing-card-actions{display:flex;gap:6px;padding:10px 14px;background:#f8f9fa;border-top:1px solid #eee}.m-pricing-card-actions button{flex:1;padding:8px;border:none;border-radius:8px;font-size:12px;cursor:pointer;font-weight:600;display:flex;align-items:center;justify-content:center;gap:4px}#pxSummaryBar{flex-direction:column!important;gap:8px!important;align-items:stretch!important;padding:12px 16px!important}#pxSummaryBar .m-sum-row{display:flex;justify-content:space-between;align-items:center;font-size:13px}#pxSummaryBar .m-sum-row:not(:last-child){padding-bottom:8px;border-bottom:1px solid #f0f0f0}#pxSummaryBar .m-sum-label{color:#666}#pxSummaryBar .m-sum-value{font-weight:700}#pxDesktopQueue{display:none!important}#pxMobileQueue{display:flex!important;flex-direction:column}.px-params-bar{padding:10px 14px!important;gap:8px!important;justify-content:center!important}.px-params-bar label{font-size:11px!important}.px-params-bar label input{width:48px!important;padding:3px 4px!important;font-size:11px!important}.px-params-bar #pxRateUpdateTime{display:none!important}.px-action-bar{justify-content:center!important;gap:6px!important}.px-action-bar button{padding:6px 10px!important;font-size:12px!important}.desktop-only{display:none!important}#cloudProductCount{display:none!important}.product-header-row{flex-direction:column!important;align-items:stretch!important;gap:8px!important}.product-actions-bar{flex-wrap:nowrap!important;gap:8px;align-items:center}.product-actions-bar #shelfBtn{flex:1;justify-content:center;padding:8px 10px;font-size:12px;white-space:nowrap}.product-actions-bar #addProductBtn{flex:1;justify-content:center;padding:8px 10px;font-size:12px;white-space:nowrap}.m-more-btn{display:flex!important;align-items:center;justify-content:center;flex-shrink:0;width:38px;height:38px;padding:0!important;border-radius:8px}.product-search-bar{gap:8px}.view-text{display:none}.m-more-menu{display:none!important}.m-more-menu.show{display:block!important}.page-section h2{font-size:18px!important}.page-section>div>p{font-size:13px!important}#page-smartselect>div:first-child{flex-direction:column!important;align-items:flex-start!important}#page-smartselect>div:first-child>div{flex-wrap:wrap!important}#ssModelSteps{flex-direction:column!important}#ssModelSteps>div{max-width:100%!important}#ssGoogleInput,#ssTikTokInput{flex-direction:column!important;align-items:stretch!important}#ssGoogleInput input,#ssTikTokInput input{min-width:0!important}#smartSelectBtn{width:100%!important;padding:12px 24px!important;font-size:14px!important}#page-gallery>div:first-child,#page-genhistory>div:first-child,#page-imagemgmt>div:first-child,#page-materialmgmt>div:first-child{flex-direction:column!important;align-items:stretch!important}#page-gallery>div:first-child>div,#page-genhistory>div:first-child>div,#page-imagemgmt>div:first-child>div,#page-materialmgmt>div:first-child>div{flex-wrap:wrap!important;justify-content:center!important}.modal-overlay{padding:20px 12px!important}.modal-overlay>div{padding:20px 16px!important;max-width:100%!important}}@media (min-width:769px){#pxMobileQueue{display:none!important}#pxDesktopQueue{display:block!important}}.op-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:5px 10px;border-radius:6px;font-size:11px;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap;border:1px solid transparent;line-height:1.4;user-select:none}.op-btn:hover{transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,.15)}.op-btn:active{transform:translateY(0)}.op-btn-primary{background:#176c39;color:#fff;border-color:#176c39}.op-btn-primary:hover{background:#145a30}.op-btn-orange{background:#fff;color:#f60;border-color:#f60}.op-btn-orange:hover{background:#fff5ef}.op-btn-purple{background:#fff;color:#7b2ff7;border-color:#7b2ff7}.op-btn-purple:hover{background:#f7f0ff}.op-btn-ghost{background:0 0;color:#888;border-color:#ddd}.op-btn-ghost:hover{background:#f5f5f5;color:#555}.op-btn-danger{background:0 0;color:#e53935;border-color:transparent}.op-btn-danger:hover{background:#ffebee}.op-group{display:flex;align-items:center;justify-content:center;gap:4px}.op-more-wrap{position:relative}.op-more-menu{display:none;position:absolute;right:0;top:calc(100% + 4px);background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.12);padding:4px;z-index:100;min-width:130px;flex-direction:column;gap:2px}.op-more-menu.show{display:flex}.op-more-menu .op-btn{width:100%;justify-content:flex-start;padding:7px 10px;font-size:12px}.op-more-menu .op-btn:hover{transform:none}.op-divider{height:1px;background:#eee;margin:2px 0}:root{--gemi-green:#176C39;--gemi-green-2:#0F5A31;--gemi-green-soft:#EEF7F1;--gemi-blue:#1565C0;--gemi-orange:#E8743C;--gemi-purple:#7B2FF7;--gemi-red:#D93B3B;--gemi-text:#1F2937;--gemi-sub:#667085;--gemi-line:#E6EAF0;--gemi-bg:#F5F7FA;--gemi-card:#FFFFFF;--gemi-radius:14px;--gemi-shadow:0 4px 18px rgba(16,24,40,.055)}.content{background:var(--gemi-bg)}#page-products{max-width:1600px;margin:0 auto}#page-products .product-header-row{margin-bottom:14px!important}#page-products h2{color:var(--gemi-text);font-size:24px;letter-spacing:-.3px}#cloudProductCount{margin-left:8px}.product-actions-bar button{height:38px;border-radius:9px!important}.product-actions-bar .btn-save{box-shadow:0 4px 12px rgba(23,108,57,.18)}.product-kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:12px;margin-bottom:14px}.product-kpi-card{background:#fff;border:1px solid var(--gemi-line);border-radius:12px;padding:13px 14px;box-shadow:var(--gemi-shadow);min-height:78px;position:relative;overflow:hidden;transition:.2s ease}.product-kpi-card.clickable{cursor:pointer}.product-kpi-card.clickable:hover{transform:translateY(-1px);border-color:#bdd8c7;box-shadow:0 7px 22px rgba(16,24,40,.08)}.product-kpi-card .k-label{font-size:12px;color:#7a8699;display:flex;align-items:center;gap:6px}.product-kpi-card .k-value{font-size:24px;line-height:1;font-weight:750;color:var(--gemi-text);margin-top:9px;letter-spacing:-.4px}.product-kpi-card .k-sub{font-size:10.5px;color:#98a2b3;margin-top:4px}.product-kpi-card .k-icon{position:absolute;right:12px;top:12px;width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--gemi-green-soft);color:var(--gemi-green);font-size:12px}.product-kpi-card.warn .k-icon{background:#fff3ea;color:var(--gemi-orange)}.product-kpi-card.danger .k-icon{background:#fff0f0;color:var(--gemi-red)}.product-search-bar{background:#fff;border:1px solid var(--gemi-line);border-radius:12px;padding:10px;box-shadow:var(--gemi-shadow);margin-bottom:14px!important}.product-search-bar input,.product-search-bar select{height:38px;border-color:#dce2e8!important;background:#fff}.product-search-bar input:focus,.product-search-bar select:focus{outline:0;border-color:var(--gemi-green)!important;box-shadow:0 0 0 3px rgba(23,108,57,.09)}#productSearchBtn{height:38px;box-shadow:0 3px 8px rgba(23,108,57,.12)}#productList.table-wrap{border:1px solid var(--gemi-line);border-radius:12px;box-shadow:var(--gemi-shadow);overflow:auto;background:#fff}#productList table thead th{position:sticky;top:0;z-index:3;background:#f8fafb!important;color:#5e6877!important;font-size:11.5px;letter-spacing:.1px;border-bottom:1px solid #e2e7ec!important}#productList table tbody tr{transition:background .15s ease}#productList table tbody tr:hover{background:#f9fcfa}#productList table tbody td{border-bottom:1px solid #f0f2f5}.p-name-main{font-size:13px;font-weight:700;color:#245b3a;line-height:1.35}.p-sku{display:inline-flex;align-items:center;padding:2px 7px;background:#f4f6f8;color:#667085;border-radius:5px;font-size:10.5px;margin-top:4px;font-weight:500}.p-ai-path{display:flex;align-items:center;justify-content:center;gap:3px;flex-wrap:wrap;max-width:210px;margin:auto}.p-ai-chip{display:inline-flex;padding:2px 6px;border-radius:10px;background:#f5f0ff;color:#7248c8;font-size:10px;line-height:1.4;white-space:nowrap}.p-stock-stack{min-width:116px;display:grid;gap:3px}.p-stock-line{display:flex;align-items:center;justify-content:space-between;gap:7px;font-size:10.5px;color:#6b7280}.p-stock-line b{color:#243142;font-size:11px;font-variant-numeric:tabular-nums}.p-stock-line.zero b{color:#b0b7c3;font-weight:500}.p-tag{display:inline-flex;align-items:center;gap:3px;padding:2px 7px;border-radius:10px;font-size:10px;font-weight:600;white-space:nowrap}.p-tag.ok{background:#eaf6ed;color:#287847}.p-tag.warn{background:#fff2e7;color:#c66a27}.p-tag.bad{background:#fff0f0;color:#c93d3d}.p-tag.neutral{background:#f3f5f7;color:#6f7a88}.p-op-btn{width:28px;height:28px;border-radius:7px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;margin-right:3px;transition:.15s ease}.p-op-btn:hover{transform:translateY(-1px);box-shadow:0 3px 8px rgba(16,24,40,.12)}.p-op-select{background:#fff4ea;border-color:#ffd7b6;color:#d66a1e}.p-op-price{background:#edf7f0;border-color:#c9e3d1;color:#176c39}.p-op-edit{background:#edf4ff;border-color:#cde0ff;color:#1565c0}.p-op-delete{background:#fff1f1;border-color:#ffd3d3;color:#d93b3b}#importModal{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.import-pro-shell{background:#fff;border-radius:18px;max-width:1240px;width:100%;margin-bottom:32px;box-shadow:0 30px 80px rgba(16,24,40,.22);overflow:hidden}.import-pro-head{padding:18px 24px;border-bottom:1px solid var(--gemi-line);display:flex;justify-content:space-between;align-items:center;gap:16px;background:linear-gradient(180deg,#fff,#fbfcfd)}.import-pro-title{display:flex;align-items:center;gap:10px}.import-pro-title .ico{width:34px;height:34px;border-radius:10px;background:#eaf6ed;color:var(--gemi-green);display:flex;align-items:center;justify-content:center}.import-pro-title h3{margin:0;color:var(--gemi-text);font-size:18px}.import-pro-title p{margin:3px 0 0;color:#8a94a3;font-size:11.5px}.import-pro-close{width:34px;height:34px;border:none;border-radius:9px;background:#f3f5f7;color:#7a8491;cursor:pointer;font-size:18px}.import-steps{display:grid;grid-template-columns:repeat(3,1fr);padding:14px 24px;border-bottom:1px solid var(--gemi-line);background:#fcfdfd}.import-step{display:flex;align-items:center;gap:8px;font-size:12px;color:#8a94a3;position:relative}.import-step:not(:last-child):after{content:'';height:1px;background:#dde4e8;position:absolute;left:42px;right:12px;top:13px}.import-step .n{width:26px;height:26px;border-radius:50%;background:#eef1f4;color:#8a94a3;display:flex;align-items:center;justify-content:center;font-weight:700;z-index:1;border:3px solid #fcfdfd}.import-step.active .n,.import-step.done .n{background:var(--gemi-green);color:#fff}.import-step.active,.import-step.done{color:#2a5f40;font-weight:650}.import-pro-body{padding:18px 22px 0}.import-status-card{background:#f7faf8;border:1px solid #dceadf;border-radius:10px;padding:10px 13px;margin-bottom:12px;min-height:38px}.import-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:12px}.import-kpi{border:1px solid var(--gemi-line);border-radius:10px;padding:10px 12px;background:#fff}.import-kpi span{display:block;font-size:10.5px;color:#8a94a3}.import-kpi b{display:block;margin-top:3px;font-size:19px;color:var(--gemi-text)}.import-kpi.good b{color:#267647}.import-kpi.bad b{color:#d33f3f}.import-map-box{background:#fbfcfd;border:1px dashed #d9e0e6;border-radius:10px;padding:9px 12px;margin-bottom:12px}.import-map-title{font-size:11px;font-weight:700;color:#667085;margin-bottom:6px;display:flex;align-items:center;justify-content:space-between;gap:8px}.import-map-chips{display:flex;gap:5px;flex-wrap:wrap}.import-map-chip{padding:3px 7px;border-radius:7px;background:#f0f6f2;border:1px solid #d7e8dc;color:#476653;font-size:10.5px}.import-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:10px}.import-toolbar-search{position:relative;flex:1;min-width:220px}.import-toolbar-search i{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:#a2aab5;font-size:12px}.import-toolbar-search input{width:100%;height:34px;border:1px solid #dce2e8;border-radius:8px;padding:0 10px 0 31px;font-size:12px;outline:0}.import-toolbar-search input:focus{border-color:var(--gemi-green);box-shadow:0 0 0 3px rgba(23,108,57,.08)}.import-filter-btn{height:32px;padding:0 10px;border:1px solid #dce2e8;background:#fff;color:#667085;border-radius:8px;cursor:pointer;font-size:11px;font-weight:600}.import-filter-btn.active{border-color:#a9d0b5;color:#176c39;background:#eff8f2}.import-table-shell{max-height:48vh;overflow:auto;border:1px solid var(--gemi-line);border-radius:10px;background:#fff}.import-preview-table thead th{position:sticky;top:0;z-index:3;background:#f7f9fb;color:#667085;border-color:#e5e9ee;font-size:11px}.import-preview-table td{border-color:#eff1f4}.import-preview-table tr:hover td{background:#fcfdfc}.import-preview-table tr.row-disabled{opacity:.52}.import-preview-table tr.row-error td{background:#fff9ef}.import-preview-table td input{border-color:#e0e5ea;background:#fff}.import-preview-table td input:focus{outline:0;border-color:var(--gemi-green);box-shadow:0 0 0 2px rgba(23,108,57,.07)}.import-validation-pro{display:none;margin-bottom:10px;padding:9px 12px;border-radius:9px;background:#fff8ec;border:1px solid #f4d9ab;font-size:11.5px}.import-strategy-pro{display:none;margin-top:10px;padding:9px 12px;background:#f8fafb;border:1px solid #e5e9ee;border-radius:9px}.import-pro-footer{position:sticky;bottom:0;z-index:5;margin:14px -22px 0;padding:12px 22px;border-top:1px solid var(--gemi-line);background:rgba(255,255,255,.97);backdrop-filter:blur(8px);display:flex;gap:10px;align-items:center;flex-wrap:wrap}.import-selected-summary{font-size:12px;color:#667085;min-width:130px}.import-selected-summary b{color:#176c39;font-size:14px}.import-progress{min-width:360px;border:1px solid #dde5e0}.import-progress .bar{background:#edf1ef}@media (max-width:1180px){.product-kpi-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.product-kpi-grid{grid-template-columns:repeat(2,1fr);gap:8px}.product-kpi-card{min-height:70px;padding:11px 12px}.product-kpi-card .k-value{font-size:21px}.product-search-bar{padding:8px}.m-card{border:1px solid #e8ecf1;box-shadow:0 3px 12px rgba(16,24,40,.05)!important}.import-pro-shell{border-radius:14px 14px 0 0;margin:auto 0 0;max-height:96vh}#importModal{padding:12px 0 0!important;align-items:flex-end!important}.import-pro-head{padding:14px 15px}.import-steps{padding:10px 15px}.import-step{font-size:10.5px}.import-pro-body{padding:12px 12px 0;overflow:auto}.import-kpis{grid-template-columns:repeat(2,1fr)}.import-map-box{display:none}.import-table-shell{max-height:42vh}.import-pro-footer{margin:12px -12px 0;padding:10px 12px}.import-pro-footer .import-options{width:100%;display:flex;gap:10px;flex-wrap:wrap}}#productList table thead th,.desktop-table-wrap table thead th,.import-preview-table thead th,.table-wrap table thead th,table thead th{background:#176c39!important;color:#fff!important;border-color:#0f5a31!important}#productList table thead th a,#productList table thead th i,#productList table thead th span,.desktop-table-wrap table thead th a,.desktop-table-wrap table thead th i,.desktop-table-wrap table thead th span,.import-preview-table thead th a,.import-preview-table thead th i,.import-preview-table thead th span,.table-wrap table thead th a,.table-wrap table thead th i,.table-wrap table thead th span,table thead th a,table thead th i,table thead th span{color:#fff!important}.page-section:not(#page-products):not(#page-smartselect){background:#fff;border:1px solid var(--gemi-line);border-radius:16px;padding:20px;box-shadow:0 5px 20px rgba(16,24,40,.055);margin-bottom:18px}.page-section:not(#page-products):not(#page-smartselect)>div:first-child h2,.page-section:not(#page-products):not(#page-smartselect)>h2{color:var(--gemi-text)}.module-card{background:#fff;border:1px solid var(--gemi-line);border-radius:14px;padding:20px;box-shadow:0 4px 16px rgba(16,24,40,.05);margin-bottom:16px}.smartselect-card{position:relative;overflow:hidden}.smartselect-card:before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:#176c39;opacity:.82}#ssSourceList label{background:#fafbfc;border:1px solid #e7ebef;border-radius:10px;padding:8px 10px;transition:.18s ease;min-height:36px}#ssSourceList label:hover{border-color:#bbd6c4;background:#f4faf6}.ss-source-icon{width:16px;text-align:center;color:#176c39;font-size:12px}.ss-cloud-stat{display:inline-flex;align-items:baseline;gap:6px;padding:10px 13px;min-width:178px;background:#f3f9f5;border:1px solid #d7e9dd;border-radius:11px}.ss-cloud-label{font-size:12px;color:#5d6b63;margin-right:3px}.ss-cloud-label i{color:#176c39;margin-right:4px}#ssProductCount{font-size:24px;line-height:1;color:#176c39;font-weight:800;font-variant-numeric:tabular-nums}#ssProductCount:empty,#ssProductCount[data-empty=true]{color:#98a2b3}.ss-cloud-unit{font-size:11px;color:#7d8892}.model-trust-flow{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding:6px 8px;background:linear-gradient(180deg,#f8fbf9,#f1f7f3);border:1px solid #d9e9de;border-radius:12px}.model-flow-title{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:750;color:#245b3a;padding:3px 6px}.model-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:9px;background:#fff;border:1px solid #dde7e1;color:#44524a;font-size:10.5px;font-weight:650;box-shadow:0 1px 3px rgba(16,24,40,.03)}.model-badge i{color:#176c39;font-size:10px}.model-flow-sep{color:#aab4ae;font-size:8px}.model-flow-arrow{color:#176c39;font-size:10px;margin-left:1px}.model-verified{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:9px;background:#176c39;color:#fff;font-size:10.5px;font-weight:750}.model-verified i{font-size:10px}#page-smartselect>div:first-child{padding:4px 0 2px}#smartSelectBtn{background:linear-gradient(135deg,#176c39,#0f5a31)!important;box-shadow:0 5px 16px rgba(23,108,57,.23)!important}#smartSelectStatus:empty{min-height:0}@media (max-width:768px){.page-section:not(#page-products):not(#page-smartselect){padding:14px;border-radius:13px}.module-card{padding:14px;border-radius:12px}.model-trust-flow{width:100%}.model-flow-title{width:100%}.model-flow-arrow{display:none}.ss-cloud-stat{width:100%;justify-content:flex-start}#ssSourceList{gap:8px!important}#ssSourceList label{width:100%}}.gemi-empty-state{text-align:center;padding:54px 24px;background:#fff;border:1px solid #e6eaf0;border-radius:14px;box-shadow:0 4px 18px rgba(16,24,40,.055);position:relative;overflow:hidden}.gemi-empty-state:before{content:'';position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#176c39,#2e9e5b)}.gemi-empty-icon{width:64px;height:64px;border-radius:18px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:#eef7f1;color:#176c39;font-size:25px;border:1px solid #d8eadf}.gemi-empty-title{font-size:17px;font-weight:750;color:#243142;margin:0 0 7px}.gemi-empty-desc{font-size:12.5px;color:#7a8699;line-height:1.8;max-width:560px;margin:0 auto}.gemi-empty-actions{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin-top:18px}.gemi-empty-btn{min-height:38px;padding:0 16px;border-radius:9px;border:1px solid #d9e1e6;background:#fff;color:#536170;font-size:12.5px;font-weight:650;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:.18s ease}.gemi-empty-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(16,24,40,.09);border-color:#bfcad2}.gemi-empty-btn.primary{background:#176c39;color:#fff;border-color:#176c39;box-shadow:0 4px 12px rgba(23,108,57,.16)}.gemi-empty-btn.primary:hover{background:#0f5a31}.gemi-empty-btn.ai{background:#f6f1ff;color:#7147c7;border-color:#ddcef8}.gemi-empty-guide{margin:17px auto 0;max-width:620px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;text-align:left}.gemi-empty-guide .step{background:#f8fafb;border:1px solid #ebeef2;border-radius:9px;padding:9px 10px;font-size:11px;color:#687586;line-height:1.55}.gemi-empty-guide .step b{display:block;color:#344054;font-size:11.5px;margin-bottom:2px}.gemi-drop-zone{margin:18px auto 0;max-width:570px;border:1.5px dashed #afcfba;border-radius:12px;background:#f8fcf9;padding:15px 18px;color:#668173;font-size:12px;cursor:pointer;transition:.18s ease}.gemi-drop-zone.dragover,.gemi-drop-zone:hover{background:#eef8f1;border-color:#176c39;color:#176c39;box-shadow:0 0 0 3px rgba(23,108,57,.06)}.gemi-drop-zone i{margin-right:6px}.gemi-example-modal{position:fixed;inset:0;background:rgba(16,24,40,.48);z-index:12000;display:none;align-items:center;justify-content:center;padding:18px;backdrop-filter:blur(3px)}.gemi-example-modal.show{display:flex}.gemi-example-card{width:min(640px,96vw);background:#fff;border-radius:16px;box-shadow:0 26px 70px rgba(16,24,40,.25);overflow:hidden}.gemi-example-head{padding:16px 18px;background:linear-gradient(135deg,#176c39,#0f5a31);color:#fff;display:flex;justify-content:space-between;align-items:center}.gemi-example-body{padding:18px}.gemi-example-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.gemi-example-flow .item{border:1px solid #e4e9ed;border-radius:11px;padding:14px;background:#fbfcfd;text-align:center}.gemi-example-flow .item i{font-size:22px;color:#176c39;margin-bottom:7px}.gemi-example-flow .item b{display:block;color:#344054;font-size:13px;margin-bottom:4px}.gemi-example-flow .item span{font-size:11px;color:#7a8699;line-height:1.55}@media(max-width:768px){.gemi-empty-state{padding:38px 16px}.gemi-empty-guide,.gemi-example-flow{grid-template-columns:1fr}.gemi-empty-actions .gemi-empty-btn{flex:1;min-width:130px}}#ssSourceList{display:grid!important;grid-template-columns:repeat(4,minmax(155px,1fr));gap:9px!important}#ssSourceList label{position:relative;min-height:58px!important;padding:10px 12px!important;border:1px solid #e2e8e4!important;border-radius:12px!important;background:#fbfcfb!important;color:#52605a!important;cursor:pointer;user-select:none;box-shadow:0 1px 3px rgba(16,24,40,.025);transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}#ssSourceList label:hover{transform:translateY(-1px);border-color:#afcfba!important;background:#f4faf6!important;box-shadow:0 5px 14px rgba(23,108,57,.07)}#ssSourceList label:has(input:checked){border-color:#176c39!important;background:#eef8f1!important;color:#245b3a!important;box-shadow:0 0 0 2px rgba(23,108,57,.08),0 5px 14px rgba(23,108,57,.08)}#ssSourceList label:has(input:checked)::after{content:'✓';position:absolute;right:8px;top:7px;width:18px;height:18px;border-radius:50%;background:#176c39;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800}#ssSourceList input[type=checkbox]{width:16px;height:16px;flex:0 0 auto;accent-color:#176C39}#ssSourceList .ss-source-icon{width:22px;height:22px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;background:#edf5ef;color:#176c39;font-size:11px}.gemi-help{position:relative;display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;border-radius:50%;border:1px solid #cad3cd;color:#708079;background:#fff;font-size:10px;font-weight:800;cursor:help;flex:0 0 auto}.gemi-help::after{content:attr(data-tip);position:absolute;left:50%;bottom:calc(100% + 9px);transform:translateX(-50%) translateY(4px);width:245px;padding:8px 10px;border-radius:8px;background:#24312a;color:#fff;font-size:11px;font-weight:500;line-height:1.55;white-space:normal;opacity:0;visibility:hidden;pointer-events:none;z-index:9999;box-shadow:0 8px 24px rgba(16,24,40,.2);transition:.16s ease}.gemi-help::before{content:'';position:absolute;left:50%;bottom:calc(100% + 4px);transform:translateX(-50%);border:5px solid transparent;border-top-color:#24312a;opacity:0;visibility:hidden;z-index:9999}.gemi-help:hover::after,.gemi-help:hover::before{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.ss-option-label{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:7px 9px;border:1px solid #e1e7e3;border-radius:9px;background:#fafcfb}.model-flow-desc{width:100%;font-size:11px;color:#6d7b74;line-height:1.55;padding:1px 6px 2px 30px}.px-rule-card{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;margin-bottom:12px;border:1px solid #d7e7dc;border-radius:12px;background:#f7fbf8;box-shadow:0 2px 8px rgba(16,24,40,.025)}.px-rule-card .rule-icon{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#e9f5ed;color:#176c39;flex:0 0 auto}.px-rule-card .rule-title{font-size:12.5px;font-weight:750;color:#2e4e3a;margin-bottom:3px}.px-rule-card .rule-desc{font-size:11.5px;color:#66776d;line-height:1.6}.px-rule-card .rule-extra{margin-left:auto;display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:8px;background:#fff;border:1px solid #dde8e0;color:#52665a;font-size:10.5px;white-space:nowrap}.ss-fetch-progress{display:none;margin-top:10px;border:1px solid #dce8e0;border-radius:10px;background:#f8fbf9;padding:9px 11px}.ss-fetch-progress.show{display:block}.ss-fetch-progress .p-head{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:11px;color:#617168;margin-bottom:7px}.ss-fetch-progress .p-head b{color:#176c39}.ss-fetch-progress .p-track{height:7px;border-radius:99px;background:#e6ece8;overflow:hidden}.ss-fetch-progress .p-fill{width:0;height:100%;border-radius:99px;background:linear-gradient(90deg,#176c39,#3e9a64);transition:width .32s ease}.gemi-module-loader{position:absolute;inset:0;z-index:80;display:none;background:rgba(245,247,250,.93);backdrop-filter:blur(2px);padding:18px;border-radius:14px;pointer-events:none}.gemi-module-loader.show{display:block}.gemi-skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gemi-skeleton-card{height:112px;border-radius:12px;background:#fff;border:1px solid #e7ebef;padding:14px}.gemi-skeleton-line{height:11px;border-radius:7px;margin-bottom:10px;background:linear-gradient(90deg,#eef1f3 25%,#f8fafb 50%,#eef1f3 75%);background-size:220% 100%;animation:gemiSkeleton 1.2s ease-in-out infinite}.gemi-skeleton-line.short{width:42%}.gemi-skeleton-line.mid{width:68%}.gemi-skeleton-line.long{width:92%}@keyframes gemiSkeleton{0%{background-position:200% 0}100%{background-position:-200% 0}}.content{position:relative}.gemi-page-progress{position:absolute;left:0;right:0;top:0;height:3px;z-index:100;overflow:hidden;display:none;background:#dde8e0}.gemi-page-progress.show{display:block}.gemi-page-progress::after{content:'';display:block;width:34%;height:100%;background:#176c39;animation:gemiPageProgress .75s ease-in-out infinite}@keyframes gemiPageProgress{0%{transform:translateX(-110%)}100%{transform:translateX(310%)}}.px-params-bar input::placeholder{color:#96a29b;opacity:1}@media(max-width:1100px){#ssSourceList{grid-template-columns:repeat(2,minmax(150px,1fr))}}@media(max-width:768px){#ssSourceList{grid-template-columns:1fr}.model-flow-desc{padding-left:6px}.px-rule-card{flex-wrap:wrap}.px-rule-card .rule-extra{margin-left:46px}.gemi-skeleton-grid{grid-template-columns:1fr}}#importModal{padding:16px!important;align-items:center!important;background:rgba(17,31,24,.58)!important}#importModal .import-pro-shell{width:min(1380px,calc(100vw - 32px));max-width:none;height:min(900px,calc(100vh - 32px));margin:0;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;background:#f7f9f8;box-shadow:0 26px 90px rgba(7,24,15,.28);border:1px solid rgba(255,255,255,.62)}#importModal .import-pro-head{flex:0 0 auto;min-height:66px;padding:12px 20px;background:#fff;border-bottom:1px solid #e7ece9}#importModal .import-pro-title .ico{width:36px;height:36px;border-radius:10px;background:#eaf5ee;color:#176c39;box-shadow:inset 0 0 0 1px #d8e9de}#importModal .import-pro-title h3{font-size:17px;letter-spacing:-.15px;color:#22342a}#importModal .import-pro-title p{font-size:11px;color:#98a29c;margin-top:2px}#importModal .import-pro-close{width:34px;height:34px;border-radius:10px;background:#f4f6f5;color:#7b8780}#importModal .import-pro-close:hover{background:#eaf3ed;color:#176c39}#importModal .import-steps{flex:0 0 auto;padding:9px 20px;background:#fbfcfb;border-bottom:1px solid #e8ecea}#importModal .import-step{gap:7px;font-size:11px}#importModal .import-step .n{width:22px;height:22px;border-width:2px;font-size:10px;background:#eef1ef}#importModal .import-step:not(:last-child):after{left:34px;right:12px;top:11px;background:#dde4e0}#importModal .import-pro-body{flex:1;min-height:0;padding:12px 16px 0;display:flex;flex-direction:column;overflow:hidden}#importModal .import-status-card{flex:0 0 auto;min-height:34px;margin-bottom:8px;padding:7px 11px;border-radius:9px;background:#f0f7f2;border:1px solid #d9e9df;color:#3a6650;font-size:12px;box-shadow:none}#importModal .import-kpis{flex:0 0 auto;grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:8px}#importModal .import-kpi{min-height:48px;padding:7px 10px;border-radius:9px;border:1px solid #e4e9e6;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px;box-shadow:none}#importModal .import-kpi span{font-size:10.5px;color:#849089}#importModal .import-kpi b{margin:0;font-size:18px;line-height:1;letter-spacing:-.3px;color:#2d3c34}#importModal .import-kpi.good{background:#f7fbf8;border-color:#ddeae1}#importModal .import-kpi.bad{background:snow;border-color:#f0e1e1}#importModal .import-map-box{flex:0 0 auto;margin-bottom:8px;padding:7px 10px;border:1px solid #e3e8e5;border-radius:9px;background:#fff}#importModal .import-map-title{margin:0;min-height:26px;font-size:11px;color:#68756e}#importModal .import-map-title>span{display:flex;align-items:center;gap:6px}#importModal #importFieldMapCount{padding:2px 7px;border-radius:999px;background:#eef6f1;color:#46705a;font-size:10px;font-weight:650}#importModal .import-map-toggle{border:0;background:0 0;color:#75827b;cursor:pointer;font-size:10.5px;padding:4px 2px;display:inline-flex;align-items:center;gap:5px}#importModal .import-map-toggle:hover{color:#176c39}#importModal .import-map-chips{padding-top:7px;border-top:1px dashed #e7ece9;margin-top:6px;gap:4px}#importModal .import-map-box.collapsed .import-map-chips{display:none}#importModal .import-map-chip{padding:3px 7px;border-radius:6px;font-size:10px;background:#f4f7f5;border:1px solid #e2eae5;color:#607269}#importModal .import-validation-pro{flex:0 0 auto;margin-bottom:7px;padding:7px 10px;border-radius:8px;background:#fff9f0;border-color:#f0dfc2;font-size:11px}#importModal .import-table-section-head{flex:0 0 auto;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:1px 2px 7px}#importModal .import-table-section-head strong{display:block;font-size:12.5px;color:#34443b}#importModal .import-table-section-head>div>span{display:block;font-size:10.5px;color:#98a29d;margin-top:2px}#importModal .import-table-hint{font-size:10.5px;color:#728078;white-space:nowrap}#importModal .import-table-hint i{color:#176c39}#importModal .import-toolbar{flex:0 0 auto;gap:6px;margin-bottom:7px;padding:0}#importModal .import-toolbar-search{min-width:280px}#importModal .import-toolbar-search input{height:32px;border-radius:8px;background:#fff;font-size:11.5px}#importModal .import-filter-btn{height:32px;padding:0 10px;border-radius:8px;background:#fff;border-color:#e0e6e2;color:#6f7b74}#importModal .import-filter-btn.active{background:#edf6f0;border-color:#bfd8c7;color:#176c39;box-shadow:inset 0 0 0 1px rgba(23,108,57,.03)}#importModal .import-table-shell{flex:1;min-height:220px;max-height:none;overflow:auto;border:1px solid #dde5e0;border-radius:10px;background:#fff;box-shadow:0 2px 8px rgba(16,36,24,.035)}#importModal .import-preview-table{min-width:1120px;font-size:11.5px;border-collapse:separate;border-spacing:0}#importModal .import-preview-table thead th{position:sticky;top:0;z-index:5;height:38px;padding:7px 8px;background:#176c39!important;color:#fff!important;border:0!important;border-right:1px solid rgba(255,255,255,.12)!important;font-size:10.5px;font-weight:650;letter-spacing:.05px;text-align:left}#importModal .import-preview-table thead th:first-child{width:38px;text-align:center}#importModal .import-preview-table thead th:nth-child(2){width:62px;text-align:center}#importModal .import-preview-table thead th:nth-child(3){min-width:150px}#importModal .import-preview-table thead th:nth-child(4){min-width:118px}#importModal .import-preview-table thead th:nth-child(5){min-width:118px}#importModal .import-preview-table thead th:nth-child(6){width:84px}#importModal .import-preview-table thead th:nth-child(7){min-width:112px}#importModal .import-preview-table thead th:nth-child(8){min-width:100px}#importModal .import-preview-table thead th:nth-child(10),#importModal .import-preview-table thead th:nth-child(9){min-width:142px}#importModal .import-preview-table thead th:last-child{width:58px;text-align:center}#importModal .import-preview-table tbody td{padding:7px 8px;height:58px;border:0;border-bottom:1px solid #eef1ef;color:#46534c;background:#fff;vertical-align:middle}#importModal .import-preview-table tbody tr:nth-child(2n) td{background:#fbfcfb}#importModal .import-preview-table tbody tr:hover td{background:#f6faf7!important}#importModal .import-preview-table tr.row-selected td{background:#f8fbf9!important}#importModal .import-preview-table tr.row-selected td:first-child{box-shadow:inset 3px 0 0 #176c39}#importModal .import-preview-table tr.row-error td{background:#fff8ef!important}#importModal .import-preview-table tr.row-error td:first-child{box-shadow:inset 3px 0 0 #d98b2b}#importModal .import-preview-table tr.row-disabled td{opacity:.62}#importModal .import-preview-table td img{width:44px;height:44px;border-radius:8px;border:1px solid #e5eae7;box-shadow:0 1px 4px rgba(16,24,40,.06)}#importModal .import-preview-table td input,#importModal .import-preview-table td select{height:29px;padding:4px 7px;border:1px solid #dde4e0;border-radius:6px;background:#fff;color:#34443b;font-size:11px;box-shadow:none}#importModal .import-preview-table td input:hover,#importModal .import-preview-table td select:hover{border-color:#c5d2ca}#importModal .import-preview-table td input:focus,#importModal .import-preview-table td select:focus{border-color:#77a98a;box-shadow:0 0 0 2px rgba(23,108,57,.08)}#importModal .import-preview-table input[type=checkbox]{width:15px;height:15px;accent-color:#176C39}#importModal .import-strategy-pro{flex:0 0 auto;margin-top:7px;padding:7px 10px;border-radius:8px;background:#fafbfa;border-color:#e5e9e6}#importModal .import-pro-footer{flex:0 0 auto;position:relative;bottom:auto;margin:8px -16px 0;padding:10px 16px;min-height:58px;border-top:1px solid #dee5e1;background:#fff;box-shadow:0 -5px 18px rgba(17,40,26,.045)}#importModal .import-selected-summary{min-width:150px;font-size:11px;color:#7a867f}#importModal .import-selected-summary b{font-size:15px}#importModal .import-options label{padding:5px 7px;border-radius:7px;background:#f7f9f8;color:#66736c!important}#importModal #importPublishBtn{min-width:174px;height:40px!important;border-radius:9px;background:#176c39;box-shadow:0 5px 14px rgba(23,108,57,.18)}#importModal #importPublishBtn:hover{background:#0f5a31;transform:translateY(-1px)}@media(max-width:900px){#importModal{padding:0!important}#importModal .import-pro-shell{width:100vw;height:100vh;max-height:none;border-radius:0}#importModal .import-kpis{grid-template-columns:repeat(2,1fr)}#importModal .import-table-section-head{align-items:flex-start;flex-direction:column;gap:3px}#importModal .import-toolbar-search{min-width:100%;flex-basis:100%}#importModal .import-pro-footer{gap:7px}#importModal .import-options{order:3;width:100%}#importModal #importPublishBtn{flex:1;min-width:150px}}#page-products .product-kpi-grid{gap:10px!important;margin-bottom:12px!important}#page-products .product-kpi-card{min-height:92px!important;padding:15px 16px!important;border-radius:12px!important;border:1px solid #e7ece9!important;background:#fff!important;box-shadow:0 3px 12px rgba(16,24,40,.045)!important;display:flex;flex-direction:column;justify-content:center}#page-products .product-kpi-card:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(16,24,40,.065)!important}#page-products .product-kpi-card .k-label{font-size:12px!important;color:#6f7b74!important;font-weight:550;line-height:1.3;padding-right:34px}#page-products .product-kpi-card .k-value{margin-top:10px!important;font-size:27px!important;line-height:1!important;font-weight:750!important;color:#202a24!important;letter-spacing:-.6px}#page-products .product-kpi-card .k-sub{display:none!important}#page-products .product-kpi-card .k-icon{right:14px!important;top:14px!important;width:30px!important;height:30px!important;border-radius:9px!important;font-size:12px!important;background:#eef7f1!important;color:#176c39!important}#page-products .product-kpi-card.warn .k-icon{background:#fff3e9!important;color:#e8743c!important}#page-products .product-kpi-card.danger .k-icon{background:#fff0f0!important;color:#d93b3b!important}#page-products .product-kpi-card.danger .k-value{color:#d93b3b!important}@media(max-width:1180px){#page-products .product-kpi-card{min-height:86px!important}}@media(max-width:768px){#page-products .product-kpi-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}#page-products .product-kpi-card{min-height:78px!important;padding:12px 13px!important}#page-products .product-kpi-card .k-value{font-size:23px!important;margin-top:8px!important}#page-products .product-kpi-card .k-icon{width:27px!important;height:27px!important;top:11px!important;right:11px!important}}#importModal .import-steps{position:relative!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:start!important;gap:0!important;padding:14px 28px 13px!important;background:#fbfcfb!important;border-bottom:1px solid #e7ece9!important;overflow:visible!important}#importModal .import-steps::before{content:"";position:absolute;left:calc(16.666% + 24px);right:calc(16.666% + 24px);top:25px;height:2px;background:#dde5e0;border-radius:999px;z-index:0}#importModal .import-step{position:relative!important;z-index:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;min-width:0!important;color:#8a948e!important;font-size:11.5px!important;font-weight:500!important;line-height:1.2!important;text-align:center!important}#importModal .import-step::after,#importModal .import-step:not(:last-child)::after{display:none!important;content:none!important}#importModal .import-step .n{width:24px!important;height:24px!important;min-width:24px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;border:2px solid #fbfcfb!important;background:#e9eeeb!important;color:#8b9690!important;font-size:10.5px!important;font-weight:750!important;line-height:1!important;box-shadow:0 0 0 1px #dde5e0!important}#importModal .import-step span:not(.n){display:block!important;max-width:110px!important;margin:0 auto!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}#importModal .import-step.done{color:#45705a!important;font-weight:650!important}#importModal .import-step.done .n{background:#2e8a58!important;color:#fff!important;box-shadow:0 0 0 1px #2e8a58!important}#importModal .import-step.active{color:#176c39!important;font-weight:750!important}#importModal .import-step.active .n{background:#176c39!important;color:#fff!important;box-shadow:0 0 0 1px #176c39,0 0 0 4px rgba(23,108,57,.1)!important}#importModal .import-step:not(.done):not(.active) .n{background:#f0f3f1!important;color:#9ca6a0!important;box-shadow:0 0 0 1px #e1e6e3!important}@media(max-width:768px){#importModal .import-steps{padding:12px 14px 11px!important}#importModal .import-steps::before{left:calc(16.666% + 18px);right:calc(16.666% + 18px);top:23px}#importModal .import-step{gap:6px!important;font-size:10.5px!important}#importModal .import-step .n{width:22px!important;height:22px!important;min-width:22px!important;font-size:10px!important}#importModal .import-step span:not(.n){max-width:88px!important}}.combo-modal-overlay{position:fixed!important;inset:0!important;width:100%!important;height:100%!important;background:rgba(17,31,24,.52)!important;z-index:10020!important;justify-content:center!important;align-items:center!important;padding:20px!important;overflow:auto!important;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.combo-modal-card{width:min(720px,96vw);max-height:min(760px,calc(100vh - 40px));display:flex;flex-direction:column;background:#fff;border:1px solid rgba(255,255,255,.75);border-radius:16px;box-shadow:0 28px 80px rgba(13,35,22,.24);overflow:hidden;animation:comboModalIn .22s cubic-bezier(.22,1,.36,1)}@keyframes comboModalIn{from{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.combo-modal-head{flex:0 0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px 22px 16px;border-bottom:1px solid #e8ecea;background:linear-gradient(180deg,#fff 0,#fcfdfc 100%)}.combo-modal-head h3{margin:0!important;font-size:18px!important;line-height:1.3;color:#1f3a2b!important;letter-spacing:-.2px}.combo-modal-head p{margin:5px 0 0;font-size:11.5px;color:#89958e;line-height:1.55}.combo-modal-close{width:32px;height:32px;flex:0 0 32px;border:0;border-radius:9px;background:#f3f6f4;color:#849089;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.15s ease}.combo-modal-close:hover{background:#eaf3ed;color:#176c39}.combo-modal-body{flex:1;min-height:0;overflow:auto;padding:18px 22px 16px}.combo-form-grid{display:grid;grid-template-columns:1fr;gap:12px}.combo-field label{display:flex;align-items:center;gap:5px;margin:0 0 6px;color:#48574f;font-size:12px;font-weight:650}.combo-field label span{color:#d93b3b}.combo-field label em{color:#9aa39e;font-style:normal;font-size:10.5px;font-weight:500}.combo-field input{width:100%;height:38px;padding:0 11px;border:1px solid #dde4e0;border-radius:8px;background:#fff;color:#2f3d35;font-size:12.5px;outline:0;transition:.15s ease}.combo-field input::placeholder{color:#b1b8b4}.combo-field input:hover{border-color:#c8d3cc}.combo-field input:focus{border-color:#78a88a;box-shadow:0 0 0 3px rgba(23,108,57,.07)}.combo-products-section{margin-top:17px;border:1px solid #e3e8e5;border-radius:11px;overflow:hidden;background:#fff}.combo-section-head{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:#fafbfa;border-bottom:1px solid #e8ecea}.combo-section-head strong{display:block;color:#34433b;font-size:12.5px}.combo-section-head>div span{display:block;margin-top:2px;color:#919b95;font-size:10.5px}.combo-selected-badge{display:inline-flex!important;align-items:center;gap:5px;padding:4px 8px;border-radius:999px;background:#eef6f1;color:#47705a!important;font-size:10.5px!important;font-weight:650;white-space:nowrap}.combo-list-head{display:grid;grid-template-columns:minmax(0,1fr) 120px 62px 30px;gap:10px;align-items:center;padding:7px 12px;background:#f5f8f6;color:#8a958f;font-size:10px;border-bottom:1px solid #e9edea}.combo-list-head span:nth-child(3){text-align:center}.combo-selected-list{min-height:66px;max-height:260px;overflow:auto;padding:0 12px}.combo-product-row{display:grid;grid-template-columns:minmax(0,1fr) 120px 62px 30px;gap:10px;align-items:center;min-height:58px;padding:8px 0;border-bottom:1px solid #eef1ef}.combo-product-row:last-child{border-bottom:0}.combo-product-main{min-width:0}.combo-product-name{color:#35433b;font-size:12.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.combo-product-sku{margin-top:3px;color:#9aa39e;font-size:10.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.combo-product-meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:10.5px}.combo-product-meta b{color:#4e6659;font-size:11.5px;font-weight:650}.combo-product-meta span{color:#969f9a}.combo-qty-wrap input{width:54px;height:32px;padding:0 5px;border:1px solid #dce3df;border-radius:7px;text-align:center;font-size:12px;color:#34433b;outline:0}.combo-qty-wrap input:focus{border-color:#77a98a;box-shadow:0 0 0 2px rgba(23,108,57,.07)}.combo-remove-btn{width:28px;height:28px;border:0;border-radius:7px;background:0 0;color:#b76565;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.15s ease}.combo-remove-btn:hover{background:#fff1f1;color:#d43d3d}.combo-empty{min-height:86px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#9aa49e;font-size:11.5px}.combo-empty i{font-size:20px;color:#c7cfca}.combo-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:12px}.combo-summary-item{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:50px;padding:9px 12px;border:1px solid #e1e8e3;border-radius:10px;background:#f8fbf9}.combo-summary-item span{display:inline-flex;align-items:center;gap:6px;color:#6e7d75;font-size:11.5px}.combo-summary-item span i{color:#176c39}.combo-summary-item b{color:#176c39;font-size:16px;letter-spacing:-.2px}.combo-modal-footer{flex:0 0 auto;display:flex;justify-content:flex-end;align-items:center;gap:9px;min-height:64px;padding:11px 22px;border-top:1px solid #e4e9e6;background:#fbfcfb}.combo-cancel-btn,.combo-save-btn{height:38px;border-radius:8px;padding:0 18px;font-size:12.5px;font-weight:650;cursor:pointer;transition:.15s ease}.combo-cancel-btn{min-width:78px;border:1px solid #d9e1dc;background:#fff;color:#68756e}.combo-cancel-btn:hover{background:#f5f7f6;border-color:#c8d2cc}.combo-save-btn{min-width:164px;border:1px solid #176c39;background:#176c39;color:#fff;box-shadow:0 4px 11px rgba(23,108,57,.15)}.combo-save-btn:hover{background:#0f5a31;transform:translateY(-1px);box-shadow:0 6px 14px rgba(23,108,57,.19)}@media(max-width:768px){.combo-modal-overlay{padding:0!important;align-items:flex-end!important}.combo-modal-card{width:100vw;max-height:92vh;border-radius:16px 16px 0 0}.combo-modal-head{padding:16px 16px 13px}.combo-modal-body{padding:14px 16px}.combo-list-head{display:none}.combo-selected-list{padding:0 10px;max-height:300px}.combo-product-row{grid-template-columns:minmax(0,1fr) 72px 54px 28px;gap:6px}.combo-product-meta{font-size:10px}.combo-summary{grid-template-columns:1fr 1fr}.combo-summary-item{flex-direction:column;align-items:flex-start;gap:5px}.combo-modal-footer{padding:10px 16px}.combo-cancel-btn{min-width:72px}.combo-save-btn{flex:1;min-width:0}}.gemi-danger-overlay{position:fixed;inset:0;z-index:13000;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(15,24,19,.56);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.gemi-danger-overlay.show{display:flex}.gemi-danger-card{width:min(430px,94vw);position:relative;padding:26px 26px 22px;border-radius:16px;background:#fff;border:1px solid rgba(255,255,255,.82);box-shadow:0 28px 80px rgba(8,26,16,.28);animation:gemiDangerIn .22s cubic-bezier(.22,1,.36,1)}@keyframes gemiDangerIn{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.gemi-danger-close{position:absolute;right:14px;top:14px;width:32px;height:32px;border:0;border-radius:9px;display:flex;align-items:center;justify-content:center;background:#f5f6f6;color:#8a9490;cursor:pointer;transition:.15s ease}.gemi-danger-close:hover{background:#fdeeee;color:#c84444}.gemi-danger-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#fff0f0;color:#d73d3d;font-size:19px;margin-bottom:15px;border:1px solid #f8dada}.gemi-danger-card h3{margin:0;color:#25332b;font-size:19px;letter-spacing:-.2px;line-height:1.3}.gemi-danger-desc{margin:7px 0 0;color:#7c8881;font-size:12px;line-height:1.65}.gemi-danger-summary{margin-top:17px;padding:12px 14px;border-radius:10px;background:#f8faf9;border:1px solid #e5eae7}.gemi-danger-summary>div{display:flex;align-items:baseline;gap:6px}.gemi-danger-summary span{color:#728078;font-size:11.5px}.gemi-danger-summary strong{color:#d63f3f;font-size:23px;line-height:1;font-weight:750;letter-spacing:-.5px}.gemi-danger-summary em{color:#728078;font-size:11.5px;font-style:normal}.gemi-danger-warning{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding:10px 11px;border-radius:9px;background:#fff9f0;border:1px solid #f1dfc1;color:#806c4d;font-size:11.5px;line-height:1.6}.gemi-danger-warning i{color:#d7932b;margin-top:2px;flex:0 0 auto}.gemi-danger-warning b{color:#654d2d}.gemi-danger-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}.gemi-danger-cancel,.gemi-danger-submit{height:38px;border-radius:8px;padding:0 17px;font-size:12.5px;font-weight:650;cursor:pointer;transition:.15s ease}.gemi-danger-cancel{min-width:78px;background:#fff;color:#68756e;border:1px solid #d9e1dc}.gemi-danger-cancel:hover{background:#f5f7f6}.gemi-danger-submit{min-width:126px;border:1px solid #d63f3f;background:#d63f3f;color:#fff;box-shadow:0 4px 12px rgba(214,63,63,.18)}.gemi-danger-submit:hover{background:#be3434;border-color:#be3434;transform:translateY(-1px)}.gemi-danger-submit:disabled{opacity:.58;cursor:not-allowed;transform:none}@media(max-width:600px){.gemi-danger-card{padding:23px 18px 18px}.gemi-danger-actions{flex-direction:column-reverse}.gemi-danger-cancel,.gemi-danger-submit{width:100%}}:root{--ui-surface:#fff;--ui-muted:#667085;--ui-border:#e6eaf0;--ui-bg:#f6f8fa;--ui-green:#176c39;--ui-green-soft:#eef7f1}body{background:var(--ui-bg);color:#1f2937}.topbar{min-height:64px;border-bottom:1px solid rgba(255,255,255,.12)}.sidebar{width:228px;padding:14px 10px;border-right:1px solid var(--ui-border)}.sidebar .menu-item{margin:2px 0;padding:10px 13px;border-left:0;border-radius:9px;font-size:13px}.sidebar .menu-item.active{box-shadow:inset 0 0 0 1px #d9eadf}.content{padding:22px 24px 34px}.page-section>div:first-child{max-width:1600px}.desktop-table-wrap,.table-wrap{border:1px solid var(--ui-border);box-shadow:0 3px 14px rgba(16,24,40,.04)}th{background:#fafbfc;color:#596273}tbody tr:hover td{background:#fbfdfb}.btn-save,.btn-sm.primary{box-shadow:0 3px 9px rgba(23,108,57,.14)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(23,108,57,.16);outline-offset:2px}#page-products .product-header-row{padding:2px 0 4px}.product-kpi-card{border-color:#e5e9ee}.product-kpi-card:after{content:'';position:absolute;left:0;right:0;bottom:0;height:2px;background:0 0}.product-kpi-card.clickable:hover:after{background:#176c39}.product-search-bar{position:sticky;top:0;z-index:12}#productList.table-wrap{padding:0;max-height:calc(100vh - 300px)}#productList table{min-width:1040px}#productList table thead th{top:0;padding:11px 9px}#productList table tbody td{padding:9px}#productList img{background:#f5f7f8;border:1px solid #edf0f2}.p-name-main{max-width:240px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.p-stock-stack{padding:6px 8px;border:1px solid #edf0f2;border-radius:8px;background:#fbfcfc}.p-stock-line+.p-stock-line{border-top:1px dashed #edf0f2;padding-top:3px}.p-ai-path{justify-content:flex-start}.p-tag{border:1px solid transparent}.p-tag.ok{border-color:#d4eadb}.p-tag.warn{border-color:#f6ddc9}.p-tag.bad{border-color:#f3d2d2}.import-pro-shell{border:1px solid rgba(255,255,255,.4)}.import-pro-head{position:sticky;top:0;z-index:8}.import-status-card{line-height:1.55}.import-kpi{min-height:62px}.import-table-shell{scrollbar-gutter:stable}.import-preview-table tbody tr:nth-child(2n):not(.row-error) td{background:#fcfdfd}.import-preview-table td,.import-preview-table th{white-space:nowrap}.import-preview-table td:nth-child(3){white-space:normal;min-width:150px}.import-pro-footer{box-shadow:0 -8px 24px rgba(16,24,40,.045)}.import-progress{border-radius:14px;box-shadow:0 14px 40px rgba(16,24,40,.16)}@media(max-width:1180px){.content{padding:18px}.sidebar{width:210px}}@media(max-width:768px){.content{padding:10px 10px 100px}.topbar{min-height:54px}.product-search-bar{position:relative;top:auto}#productList.table-wrap{max-height:none;padding:0;border:0;background:0 0;box-shadow:none}.product-kpi-grid{margin-bottom:10px}.product-kpi-card .k-label{font-size:11px}.product-kpi-card .k-sub{display:none}.import-steps{padding:10px 14px}.import-step{font-size:10.5px}.import-step:not(:last-child):after{right:6px}.import-pro-body{padding:12px 12px 0}.import-kpis{grid-template-columns:repeat(2,1fr)}.import-pro-footer{margin:12px -12px 0;padding:10px 12px}.import-toolbar-search{min-width:100%}.toast{bottom:92px;max-width:calc(100vw - 28px);text-align:center}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:NaNs!important;animation-iteration-count:1!important;transition-duration:NaNs!important}}.sidebar{background:linear-gradient(180deg,#f7faf8 0,#f2f7f4 100%)!important;border-right:1px solid #dce7e0!important;box-shadow:8px 0 24px rgba(23,108,57,.055);position:relative;z-index:20}.sidebar:after{content:'';position:absolute;right:-1px;top:0;bottom:0;width:1px;background:linear-gradient(180deg,rgba(23,108,57,.05),rgba(23,108,57,.16),rgba(23,108,57,.04))}.sidebar .menu-item{color:#53615a!important;border:1px solid transparent!important;font-weight:560!important}.sidebar .menu-item i{color:#6f7f76;transition:.18s ease}.sidebar .menu-item:hover{background:#eaf4ed!important;color:#176c39!important;border-color:#d9ebdd!important}.sidebar .menu-item:hover i{color:#176c39}.sidebar .menu-item.active{background:linear-gradient(135deg,#176c39 0,#115c31 100%)!important;color:#fff!important;border-color:#176c39!important;box-shadow:0 5px 14px rgba(23,108,57,.18)!important;font-weight:700!important}.sidebar .menu-item.active i{color:#fff!important}.sidebar .menu-item.active:before{content:'';position:absolute;left:-5px;top:9px;bottom:9px;width:3px;border-radius:3px;background:#8fd3a8}.sidebar .menu-item.active .menu-badge{box-shadow:0 0 0 2px rgba(255,255,255,.85)}.workspace-context{max-width:1600px;margin:0 auto 18px;padding:8px 2px 14px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;border-bottom:1px solid #e1e8e4}.workspace-breadcrumb{display:flex;align-items:center;gap:7px;min-width:0;color:#8a958f;font-size:12px}.workspace-breadcrumb .home{display:inline-flex;align-items:center;gap:5px;color:#6e7d75}.workspace-breadcrumb .sep{color:#b3bdb7;font-size:9px}.workspace-breadcrumb .current{color:#176c39;font-weight:700;white-space:nowrap}.workspace-brandline{text-align:right;min-width:0}.workspace-brandline .slogan{font-size:13px;color:#44534b;font-weight:650;letter-spacing:.15px}.workspace-brandline .sub{font-size:10.5px;color:#9aa49f;margin-top:3px}.content{padding-top:24px!important}.page-section.active{animation:gemiPageFade .18s ease}@keyframes gemiPageFade{from{opacity:.65;transform:translateY(2px)}to{opacity:1;transform:none}}@media(max-width:768px){.workspace-context{margin:0 0 12px;padding:3px 2px 10px;align-items:center}.workspace-brandline{display:none}.workspace-breadcrumb{font-size:11.5px}.sidebar{box-shadow:none}}#page-products #productList.table-wrap{max-height:none!important;height:auto!important;overflow-x:auto!important;overflow-y:visible!important;overscroll-behavior:auto!important;scrollbar-gutter:auto!important}#page-products #productList.table-wrap table{margin-bottom:2px!important}#page-products{padding-bottom:28px!important}#importModal .import-preview-table th,#productList table th,#productList th,.desktop-table-wrap table th,.desktop-table-wrap th,.import-preview-table th,.table-wrap table th,.table-wrap th,table th,table thead th{background:#176c39!important;background-color:#176c39!important;background-image:none!important;color:#fff!important;border-color:#0f5a31!important;box-shadow:none!important}#importModal .import-preview-table th *,#productList th *,.desktop-table-wrap th *,.import-preview-table th *,.table-wrap th *,table th *,table thead th *{color:#fff!important;background-image:none!important}#importModal .import-preview-table thead th,#productList table thead th,.import-preview-table thead th{background:#176c39!important;background-image:none!important;color:#fff!important}@media(max-width:768px){#page-products #productList.table-wrap{overflow:visible!important}}#page-pricing #pxMainLayout{display:block;width:100%;min-height:110px}#page-pricing #pxMainLayout[style*="display:none"]{display:none!important}#page-pricing #pxDesktopQueue{width:100%}#page-pricing #pxPricingTable{width:100%;table-layout:auto}#page-pricing #pxPricingTable tbody tr{background:#fff}#page-pricing #pxPricingTable tbody td{min-height:48px}.sel-stock-stack{display:inline-grid;grid-template-columns:auto auto;gap:2px 7px;min-width:92px;padding:4px 7px;border:1px solid #e6ebe8;border-radius:7px;background:#fafbfa;font-size:10px;line-height:1.35}.sel-stock-stack span{color:#7a867f;text-align:left}.sel-stock-stack b{color:#34433b;text-align:right;font-variant-numeric:tabular-nums}.sel-stock-stack b.zero{color:#b2bbb6;font-weight:500}#pxPricingTable thead,#pxPricingTable thead th,#pxPricingTable thead tr{background:#176c39!important;background-color:#176c39!important;background-image:none!important;color:#fff!important}#pxPricingTable thead th *{color:#fff!important}#pendingSection table thead,#pendingSection table thead th,#pendingSection table thead tr{background:#176c39!important;background-color:#176c39!important;background-image:none!important;color:#fff!important;box-shadow:none!important;filter:none!important}#pendingSection table thead th *{color:#fff!important}#pxHistoryModal #pxHistoryTableWrap .px-history-table thead,#pxHistoryModal #pxHistoryTableWrap .px-history-table thead th,#pxHistoryModal #pxHistoryTableWrap .px-history-table thead tr{background:#176c39!important;background-color:#176c39!important;background-image:none!important;color:#fff!important;box-shadow:none!important;filter:none!important;text-shadow:none!important}#pxHistoryModal #pxHistoryTableWrap .px-history-table thead th *{color:#fff!important}#pxDeleteSelectedHistoryBtn{min-width:112px!important;height:38px!important;padding:0 16px!important;border:1px solid #d94a4a!important;border-radius:9px!important;background:#d94a4a!important;background-image:none!important;color:#fff!important;font-size:12px!important;font-weight:650!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;box-shadow:0 4px 10px rgba(217,74,74,.15)!important;cursor:pointer!important}#pxDeleteSelectedHistoryBtn:hover{background:#c63b3b!important;border-color:#c63b3b!important;transform:translateY(-1px)}#pxClearAllHistoryBtn{min-width:112px!important;height:38px!important;padding:0 16px!important;border:1px solid #e58a24!important;border-radius:9px!important;background:#e58a24!important;background-image:none!important;color:#fff!important;font-size:12px!important;font-weight:650!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;box-shadow:0 4px 10px rgba(229,138,36,.15)!important;cursor:pointer!important}#pxClearAllHistoryBtn:hover{background:#cf7618!important;border-color:#cf7618!important;transform:translateY(-1px)}#pxClearAllHistoryBtn:disabled,#pxDeleteSelectedHistoryBtn:disabled{opacity:.58!important;cursor:not-allowed!important;transform:none!important}#pxClearAllHistoryBtn:active,#pxDeleteSelectedHistoryBtn:active{transform:translateY(0) scale(.97)!important}#pxClearAllHistoryBtn,#pxDeleteSelectedHistoryBtn{pointer-events:auto!important;position:relative!important;z-index:3!important}.sidebar-tool-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 12px 10px!important;padding:0 8px 9px!important;border-bottom:1px solid #dde7e0;color:#8a978f;line-height:1;user-select:none}.sidebar-tool-name{font-size:10.5px;font-weight:500;letter-spacing:.2px;color:#78877e;white-space:nowrap}.sidebar-tool-version{font-size:9.5px;font-weight:400;color:#a2ada6;letter-spacing:.15px;white-space:nowrap;font-variant-numeric:tabular-nums}.sidebar-tool-meta+.menu-item{margin-top:2px!important}@media(max-width:1100px) and (min-width:769px){.sidebar-tool-meta{margin-left:10px!important;margin-right:10px!important;padding-left:6px!important;padding-right:6px!important}.sidebar-tool-name{font-size:10px}.sidebar-tool-version{font-size:9px}}.sidebar-tool-meta{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;margin:0 12px 10px!important;padding:4px 10px 13px!important;border-bottom:1px solid #dde7e0!important;user-select:none}.sidebar-tool-name{width:100%!important;text-align:center!important;font-size:14px!important;line-height:1.2!important;font-weight:650!important;letter-spacing:.3px!important;color:#4c5f54!important;white-space:nowrap}.sidebar-tool-version{position:absolute!important;right:8px!important;bottom:4px!important;font-size:9px!important;line-height:1!important;font-weight:400!important;color:#a1aba5!important;letter-spacing:.1px!important;white-space:nowrap;font-variant-numeric:tabular-nums}.sidebar-tool-meta+.menu-item{margin-top:2px!important}@media(max-width:1100px) and (min-width:769px){.sidebar-tool-name{font-size:13px!important}.sidebar-tool-version{font-size:8.5px!important}}.sidebar .menu-item{display:grid!important;grid-template-columns:22px minmax(0,1fr) auto!important;align-items:center!important;column-gap:10px!important;box-sizing:border-box!important;text-align:left!important}.sidebar .menu-item>i:first-child{width:22px!important;min-width:22px!important;max-width:22px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;font-size:14px!important;line-height:1!important;justify-self:start!important}.sidebar .menu-item>span:not(.menu-badge){min-width:0!important;margin:0!important;padding:0!important;text-align:left!important;justify-self:start!important}.sidebar .menu-item>.menu-badge{grid-column:3!important;justify-self:end!important;margin-left:6px!important}#qlAdminLinks .menu-item,#qlUserLinks .menu-item{padding-left:14px!important;padding-right:14px!important}#qlAdminLinks .menu-item>i:first-child,#qlUserLinks .menu-item>i:first-child{font-size:14px!important}.topbar{min-height:72px!important;padding:8px 24px!important}.topbar .gemi-brand-with-art{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;height:56px!important}.topbar .gemi-brand-with-art .gemi-logo{height:29px!important;width:auto!important;flex:0 0 auto!important}.topbar .gemi-brand-with-art .gemi-only-name{display:inline-flex!important;align-items:center!important;white-space:nowrap!important;font-size:20px!important;font-weight:700!important;line-height:1!important;letter-spacing:.5px!important;color:#fff!important;margin:0 4px 0 0!important}.topbar .gemi-brand-with-art .gemi-handwritten-slogan{display:block!important;width:auto!important;height:40px!important;max-width:min(40vw,470px)!important;object-fit:contain!important;object-position:left center!important;opacity:.96!important;flex:0 1 auto!important;pointer-events:none!important}.topbar-brand-copy,.topbar-brand-sub,.topbar-slogan{display:none!important}@media (max-width:900px){.topbar{min-height:62px!important;padding:6px 14px!important}.topbar .gemi-brand-with-art{height:48px!important;gap:7px!important}.topbar .gemi-brand-with-art .gemi-logo{height:25px!important}.topbar .gemi-brand-with-art .gemi-only-name{font-size:17px!important}.topbar .gemi-brand-with-art .gemi-handwritten-slogan{height:28px!important;max-width:27vw!important}}@media (max-width:640px){.topbar .gemi-brand-with-art .gemi-handwritten-slogan{height:34px!important;max-width:32vw!important}}#pendingSection{margin-top:18px!important}#pendingSection>div{border:1px solid #e5eee8!important;border-radius:10px!important;box-shadow:0 5px 18px rgba(18,72,45,.045)!important;overflow:hidden!important;background:#fff!important}.pending-clean-toolbar{min-height:62px;padding:11px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#f7fbf8;border-bottom:1px solid #e5eee8;box-sizing:border-box}.pending-clean-title{position:relative;padding-left:12px;color:#26372e;font-size:15px;font-weight:650;line-height:1.2;white-space:nowrap}.pending-clean-title:before{content:"";position:absolute;left:0;top:50%;width:4px;height:18px;border-radius:4px;background:#1b7a43;transform:translateY(-50%)}.pending-clean-count{display:inline-block;margin-left:5px;color:#8a9990;font-size:12px;font-weight:400}.pending-clean-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.pending-clean-summary{display:flex;align-items:center;color:#7a8980;font-size:12px;white-space:nowrap;margin-right:3px}.pending-clean-summary strong{color:#405248;font-weight:600;margin-left:3px}.pending-clean-dot{width:3px;height:3px;margin:0 8px;border-radius:50%;background:#b9c8bf}.pending-clean-clear,.pending-clean-confirm{height:34px;border-radius:8px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;font-size:12px;font-weight:550;white-space:nowrap;transition:.18s ease}.pending-clean-clear{border:1px solid #dbe5df;background:#fff;color:#66776d}.pending-clean-clear:hover{border-color:#bdcec4;background:#f8faf9;color:#3f5549}.pending-clean-confirm{min-width:142px;border:1px solid #176c39;background:#176c39;color:#fff;box-shadow:0 2px 6px rgba(23,108,57,.12)}.pending-clean-confirm:hover{background:#125d31;border-color:#125d31;box-shadow:0 4px 10px rgba(23,108,57,.16)}@media(max-width:820px){.pending-clean-toolbar{align-items:flex-start;flex-direction:column;padding:12px 14px}.pending-clean-actions{width:100%;flex-wrap:wrap;justify-content:flex-start}.pending-clean-summary{margin-right:auto}}:root{--gemi-deep:#0E6B3D;--gemi-deeper:#085630;--gemi-active:#159447;--gemi-active-soft:#1DA85A;--gemi-bg:#F3F6F4;--gemi-card:#FFFFFF;--gemi-line:#E6ECE8;--gemi-text:#26352D;--gemi-muted:#849188}body,html{background:var(--gemi-bg)!important}.main-body{background:var(--gemi-bg)!important;gap:0!important;overflow:hidden!important}.sidebar{flex:0 0 220px!important;width:220px!important;min-width:220px!important;max-width:220px!important;height:100%!important;padding:14px 10px 18px!important;box-sizing:border-box!important;background:linear-gradient(180deg,#0f7041 0,#0a6037 58%,#07532f 100%)!important;border-right:0!important;box-shadow:8px 0 28px rgba(6,65,36,.08)!important;overflow-y:auto!important;overflow-x:hidden!important}.sidebar-tool-meta{min-height:58px!important;margin:0 8px 12px!important;padding:7px 8px 15px!important;border-bottom:1px solid rgba(255,255,255,.14)!important}.sidebar-tool-name{color:#fff!important;font-size:15px!important;font-weight:700!important;letter-spacing:.4px!important}.sidebar-tool-version{right:8px!important;bottom:5px!important;color:rgba(255,255,255,.48)!important;font-size:9px!important}.sidebar .menu-section-title,.sidebar .nav-section-title,.sidebar .quicklink-title,.sidebar .section-title{color:rgba(255,255,255,.58)!important;font-size:10.5px!important;font-weight:500!important;letter-spacing:.3px!important;padding-left:12px!important}.sidebar .menu-item{grid-template-columns:22px minmax(0,1fr) auto!important;min-height:42px!important;height:42px!important;margin:3px 0!important;padding:0 13px!important;border-radius:9px!important;color:rgba(255,255,255,.84)!important;background:0 0!important;border:1px solid transparent!important;box-shadow:none!important;font-size:12.5px!important;font-weight:520!important;transition:all .16s ease!important}.sidebar .menu-item>i:first-child{color:rgba(255,255,255,.76)!important;font-size:13px!important}.sidebar .menu-item:hover{background:rgba(255,255,255,.075)!important;color:#fff!important}.sidebar .menu-item:hover>i:first-child{color:#fff!important}.sidebar .menu-item.active{color:#fff!important;background:#148846!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 6px 16px rgba(0,50,26,.18)!important;font-weight:680!important}.sidebar .menu-item.active:before{display:none!important}.sidebar .menu-item.active>i:first-child{color:#fff!important}.sidebar .menu-badge,.sidebar [class*=badge]{box-shadow:0 0 0 2px rgba(255,255,255,.18)!important}.sidebar .menu-divider,.sidebar hr{border-color:rgba(255,255,255,.12)!important}#qlAdminLinks .menu-item,#qlUserLinks .menu-item{color:rgba(255,255,255,.8)!important}#qlAdminLinks .menu-item:hover,#qlUserLinks .menu-item:hover{background:rgba(255,255,255,.07)!important}.sidebar::-webkit-scrollbar{width:5px}.sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.16);border-radius:99px}.sidebar::-webkit-scrollbar-track{background:0 0}.content{flex:1 1 auto!important;width:0!important;min-width:0!important;height:100%!important;padding:18px 22px 28px!important;box-sizing:border-box!important;background:#f3f6f4!important;overflow-y:auto!important;overflow-x:hidden!important}.content .page-section{width:100%!important;max-width:none!important}.content .page-section.active{animation:gemiPageIn .16s ease-out}@keyframes gemiPageIn{from{opacity:.5;transform:translateY(2px)}to{opacity:1;transform:none}}.content .page-section h1,.content .page-section h2{color:#26352d!important;font-weight:760!important;letter-spacing:-.2px!important}.content .page-section h2{font-size:22px!important}.content .card,.content .content-card,.content .desktop-table-wrap,.content .panel,.content .section-card,.content .stats-card,.content .table-wrap,.content .toolbar-card{background:#fff!important;border:1px solid #e6ece8!important;border-radius:10px!important;box-shadow:0 7px 22px rgba(19,68,43,.045)!important}#page-gallery>div:first-child,#page-imagemgmt>div:first-child,#page-materialmgmt>div:first-child,#page-pricing>div:first-child,#page-products .product-header-row,#page-selection>div:first-child{border-radius:10px!important}#page-products .stats-grid>div,#page-products [class*=stat-card],#page-products [class*=summary-card]{background:#fff!important;border:1px solid #e7ede9!important;border-radius:13px!important;box-shadow:0 6px 18px rgba(19,68,43,.04)!important}.content input[type=number],.content input[type=search],.content input[type=text],.content select,.content textarea{border:1px solid #dce5df!important;border-radius:9px!important;background:#fff!important;color:#35463c!important;box-shadow:none!important;transition:border-color .15s ease,box-shadow .15s ease!important}.content input:focus,.content select:focus,.content textarea:focus{outline:0!important;border-color:#8fbca1!important;box-shadow:0 0 0 3px rgba(23,108,57,.07)!important}.content table{border-collapse:separate!important;border-spacing:0!important}.content table thead,.content table thead th,.content table thead tr{background:#176c39!important;background-color:#176c39!important;background-image:none!important;color:#fff!important}.content table thead th{font-size:11.5px!important;font-weight:650!important;border-color:rgba(255,255,255,.07)!important}.content table tbody td{border-bottom:1px solid #edf1ee!important}.content table tbody tr:hover td{background:#fafcfb!important}.content button{border-radius:8px}.content .btn-primary,.content button.primary{background:#176c39!important;border-color:#176c39!important;color:#fff!important}.content .btn-primary:hover,.content button.primary:hover{background:#105d32!important;border-color:#105d32!important}#imFloatBtn{box-shadow:0 8px 24px rgba(14,107,61,.22)!important}.content>.page-section.active{padding-bottom:24px!important}.content::-webkit-scrollbar{width:8px}.content::-webkit-scrollbar-thumb{background:#cad6ce;border-radius:99px;border:2px solid #f3f6f4}.content::-webkit-scrollbar-track{background:#f3f6f4}@media(max-width:1100px) and (min-width:769px){.sidebar{flex-basis:196px!important;width:196px!important;min-width:196px!important;max-width:196px!important}.content{padding:16px 16px 24px!important}}@media(max-width:768px){.content{width:100%!important;padding:12px 10px 78px!important}}#imgMgmtList .mat-action-panel{width:236px!important;min-width:236px!important;max-width:236px!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:7px!important;overflow:visible!important}#imgMgmtList .mat-action-main{width:100%!important;height:38px!important;min-height:38px!important;padding:0 16px!important;border:1px solid #176c39!important;border-radius:9px!important;background:#176c39!important;background-image:none!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;font-size:12px!important;font-weight:700!important;letter-spacing:.15px!important;line-height:1!important;white-space:nowrap!important;box-shadow:0 4px 11px rgba(23,108,57,.15)!important;cursor:pointer!important;transition:all .16s ease!important}#imgMgmtList .mat-action-main i{font-size:12px!important;color:#fff!important}#imgMgmtList .mat-action-main:hover:not(:disabled){background:#105e32!important;border-color:#105e32!important;transform:translateY(-1px)!important;box-shadow:0 6px 14px rgba(23,108,57,.2)!important}#imgMgmtList .mat-action-main:active:not(:disabled){transform:translateY(0) scale(.99)!important}#imgMgmtList .mat-action-main:disabled{opacity:.62!important;cursor:not-allowed!important;transform:none!important}#imgMgmtList .mat-action-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;width:100%!important;align-items:stretch!important;overflow:visible!important}#imgMgmtList .mat-action-mini{width:100%!important;min-width:0!important;height:34px!important;min-height:34px!important;padding:0 6px!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;font-size:10.8px!important;font-weight:650!important;line-height:1!important;white-space:nowrap!important;box-shadow:none!important;cursor:pointer!important;transition:all .15s ease!important}#imgMgmtList .mat-action-mini i{width:12px!important;font-size:10.5px!important;text-align:center!important;color:currentColor!important}#imgMgmtList .mat-action-mini:hover{transform:translateY(-1px)!important;box-shadow:0 4px 9px rgba(19,68,43,.07)!important}#imgMgmtList .mat-action-mini:active{transform:translateY(0) scale(.98)!important}#imgMgmtList .mat-action-mini.info{color:#c66a18!important;border:1px solid #efc795!important;background:#fff7ed!important}#imgMgmtList .mat-action-mini.info:hover{color:#b95d0d!important;border-color:#e6b777!important;background:#fff0de!important}#imgMgmtList .mat-action-mini.prompt{color:#7048c7!important;border:1px solid #cfbdf1!important;background:#f7f3ff!important}#imgMgmtList .mat-action-mini.prompt:hover{color:#643cb9!important;border-color:#bfa6ea!important;background:#f0e9ff!important}#imgMgmtList .mat-action-mini.draw{color:#176c39!important;border:1px solid #acd4ba!important;background:#eef8f2!important}#imgMgmtList .mat-action-mini.draw:hover{color:#105e32!important;border-color:#92c5a3!important;background:#e5f4eb!important}#imgMgmtList .mat-more-wrap{grid-column:1/-1!important;width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;position:relative!important;overflow:visible!important}#imgMgmtList .mat-action-mini.more{width:88px!important;min-width:88px!important;height:31px!important;min-height:31px!important;padding:0 9px!important;color:#617079!important;border:1px solid #d1dbe1!important;background:#f6f8fa!important}#imgMgmtList .mat-action-mini.more:hover{color:#465760!important;border-color:#bcc9d0!important;background:#edf2f5!important}#imgMgmtList table tbody td:last-child{min-width:252px!important;width:252px!important;padding-left:8px!important;padding-right:8px!important;vertical-align:middle!important}#imgMgmtList .op-more-menu{position:fixed!important;display:none!important;width:160px!important;min-width:160px!important;max-width:180px!important;padding:6px!important;border:1px solid #e1e8e4!important;border-radius:10px!important;background:#fff!important;box-shadow:0 14px 34px rgba(14,70,39,.16)!important;z-index:30000!important;overflow:visible!important}#imgMgmtList .op-more-menu.show{display:flex!important;flex-direction:column!important;gap:3px!important}#imgMgmtList .op-more-menu .op-btn{width:100%!important;min-height:34px!important;padding:0 10px!important;margin:0!important;border:0!important;border-radius:7px!important;background:#fff!important;color:#52625a!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;font-size:11.5px!important;font-weight:580!important;white-space:nowrap!important;box-shadow:none!important}#imgMgmtList .op-more-menu .op-btn:hover{background:#f4f8f5!important;transform:none!important}#imgMgmtList .op-more-menu .op-btn-danger{color:#ce4343!important}#imgMgmtList .op-more-menu .op-btn-danger:hover{background:#fff2f2!important}#imgMgmtList,#imgMgmtList .desktop-table-wrap,#imgMgmtList .table-wrap,#imgMgmtList table,#imgMgmtList tbody,#imgMgmtList td,#imgMgmtList tr{overflow:visible!important}@media(max-width:768px){#imgMgmtList .mat-action-panel{width:100%!important;min-width:0!important;max-width:none!important}#imgMgmtList .mat-action-main{height:40px!important}#imgMgmtList .mat-action-mini{height:36px!important;font-size:11px!important}#imgMgmtList table tbody td:last-child{width:auto!important;min-width:0!important}}#page-gallery,#page-imagemgmt,#page-materialmgmt,#page-pricing,#page-products,#page-selection,.content .page-section,.content .page-section.active{background:0 0!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;margin:0!important;width:100%!important;max-width:none!important;box-sizing:border-box!important}#page-gallery>.card:first-child,#page-gallery>.panel:first-child,#page-imagemgmt>.card:first-child,#page-imagemgmt>.panel:first-child,#page-materialmgmt>.card:first-child,#page-materialmgmt>.panel:first-child,#page-pricing>.card:first-child,#page-pricing>.panel:first-child,#page-selection>.card:first-child,#page-selection>.panel:first-child{background:0 0!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important}#page-gallery>div:first-child,#page-imagemgmt>div:first-child,#page-materialmgmt>div:first-child,#page-pricing>div:first-child,#page-selection>div:first-child{background:0 0!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0 0 12px!important;margin:0!important;min-height:42px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important}#page-gallery>div:first-child h2,#page-imagemgmt>div:first-child h2,#page-materialmgmt>div:first-child h2,#page-pricing>div:first-child h2,#page-selection>div:first-child h2{margin:0!important;padding:0!important;font-size:22px!important;line-height:42px!important;color:#26352d!important;font-weight:760!important}#page-gallery #galleryList,#page-gallery .gallery-stats-wrap,#page-gallery .gallery-toolbar-wrap,#page-imagemgmt #imgMgmtList,#page-materialmgmt #matMgmtList,#page-pricing #pxDesktopQueue,#page-pricing .pricing-card,#page-pricing .pricing-section,#page-selection #selectionManageContent>div,#page-selection .selection-card,#page-selection .selection-section{background:#fff!important;border:1px solid #e6ece8!important;border-radius:10px!important;box-shadow:0 7px 22px rgba(19,68,43,.045)!important}#page-gallery>*+*,#page-imagemgmt>*+*,#page-materialmgmt>*+*,#page-pricing>*+*,#page-selection>*+*{margin-top:14px!important}#page-selection #selectionManageContent{background:0 0!important;border:0!important;box-shadow:none!important;padding:0!important}#page-selection #selectionManageContent>div{margin-bottom:14px!important}#page-selection #selectionManageContent>.sel-shelf-heading-plain{background:0 0!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;margin:0 0 10px!important}#page-selection #pendingSection{background:0 0!important;border:0!important;box-shadow:none!important}#page-selection #pendingSection>div{border-radius:10px!important}#page-pricing .px-global-bar,#page-pricing [class*=global-param],#page-pricing [class*=pricing-param]{border-radius:12px!important}#page-pricing #pxDesktopQueue{overflow:visible!important;padding:16px!important}#galleryList,#imgMgmtList,#matMgmtList{padding:14px!important;box-sizing:border-box!important}#galleryList .desktop-table-wrap,#galleryList .table-wrap,#imgMgmtList .desktop-table-wrap,#imgMgmtList .table-wrap,#matMgmtList .desktop-table-wrap,#matMgmtList .table-wrap{background:0 0!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important}#page-gallery .gallery-toolbar,#page-gallery [class*=gallery-toolbar]{background:#fff!important;border:1px solid #e6ece8!important;border-radius:10px!important;box-shadow:0 7px 22px rgba(19,68,43,.045)!important;padding:12px 14px!important}.content .empty-state,.content [class*=empty-state]{background:#fff!important;border:1px dashed #dde6e0!important;border-radius:10px!important;box-shadow:none!important}.content{padding-left:22px!important;padding-right:22px!important}.content .page-section.active{width:100%!important;max-width:100%!important}.content>.page-section.active{border:none!important;background:0 0!important;box-shadow:none!important}@media(max-width:768px){.content{padding-left:10px!important;padding-right:10px!important}#page-gallery>div:first-child,#page-imagemgmt>div:first-child,#page-materialmgmt>div:first-child,#page-pricing>div:first-child,#page-selection>div:first-child{align-items:flex-start!important;flex-direction:column!important}}#page-gallery .gallery-toolbar,#page-gallery [class*=gallery-toolbar],#page-gallery>div:first-child>div:last-child{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}.gallery-action-btn{height:36px!important;min-height:36px!important;padding:0 13px!important;border-radius:8px!important;border:1px solid transparent!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;font-size:11.5px!important;font-weight:650!important;line-height:1!important;white-space:nowrap!important;cursor:pointer!important;box-shadow:none!important;transition:all .15s ease!important}.gallery-action-btn i{width:13px!important;text-align:center!important;font-size:11px!important;color:currentColor!important}.gallery-action-btn.primary{background:#176c39!important;border-color:#176c39!important;color:#fff!important}.gallery-action-btn.primary:hover{background:#105e32!important;border-color:#105e32!important;transform:translateY(-1px);box-shadow:0 4px 10px rgba(23,108,57,.14)!important}.gallery-action-btn.neutral{background:#fff!important;border-color:#d9e2dc!important;color:#627168!important}.gallery-action-btn.neutral:hover{background:#f6f9f7!important;border-color:#c5d2ca!important;color:#176c39!important}.gallery-action-btn.danger-outline{background:#fff9f9!important;border-color:#e5b7b7!important;color:#c94848!important}.gallery-action-btn.danger-outline:hover{background:#fff1f1!important;border-color:#d56868!important}.gallery-action-btn.danger{background:#d94343!important;border-color:#d94343!important;color:#fff!important}.gallery-action-btn.danger:hover{background:#c73535!important;border-color:#c73535!important;transform:translateY(-1px);box-shadow:0 4px 10px rgba(217,67,67,.14)!important}.gallery-action-btn:active{transform:translateY(0) scale(.98)!important}.gallery-action-btn:disabled{opacity:.58!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}#page-gallery input[type=search],#page-gallery input[type=text],#page-gallery select{height:36px!important;border-radius:8px!important}#galleryList table tbody td:last-child a,#galleryList table tbody td:last-child button{width:34px!important;height:34px!important;min-width:34px!important;padding:0!important;border-radius:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:11px!important;text-decoration:none!important;transition:.15s ease!important}#galleryList table tbody td:last-child a{color:#176c39!important;background:#f1f8f4!important;border:1px solid #b9d8c5!important}#galleryList table tbody td:last-child a:hover{background:#e5f3ea!important;border-color:#9cc8ac!important}#galleryList table tbody td:last-child button{color:#c94343!important;background:#fff7f7!important;border:1px solid #e8bcbc!important}#galleryList table tbody td:last-child button:hover{background:#fff0f0!important;border-color:#d87575!important}#galleryList input[type=checkbox]{width:16px!important;height:16px!important;accent-color:#176C39;cursor:pointer}#page-gallery>div:first-child>div:last-child{gap:8px!important}#page-gallery>div:first-child>div:last-child button{height:36px!important;min-height:36px!important;padding:0 14px!important;border-radius:9px!important;font-size:11.5px!important;font-weight:650!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;white-space:nowrap!important;transition:all .16s ease!important}#page-gallery .gallery-ai-prev-action{min-width:104px!important;color:#17645a!important;background:#eaf7f4!important;background-image:none!important;border:1px solid #8fc9be!important;box-shadow:0 2px 7px rgba(23,100,90,.08)!important}#page-gallery .gallery-ai-prev-action i{color:#17645a!important}#page-gallery .gallery-ai-prev-action:hover{color:#0d554b!important;background:#ddf1ed!important;border-color:#6eb5a8!important;box-shadow:0 4px 11px rgba(23,100,90,.13)!important;transform:translateY(-1px)!important}#page-gallery .gallery-ai-prev-action:active{transform:translateY(0) scale(.98)!important}#page-gallery .gallery-ai-entry-action{min-width:110px!important;color:#fff!important;background:#176c39!important;background-image:none!important;border:1px solid #176c39!important;box-shadow:0 3px 9px rgba(23,108,57,.14)!important}#page-gallery .gallery-ai-entry-action:hover{background:#105d32!important;border-color:#105d32!important;transform:translateY(-1px)!important}#imPanel,.im-float-panel,.im-panel{background:#f7faf8!important;background-image:none!important;border:1px solid #dde9e2!important;box-shadow:0 18px 46px rgba(20,72,45,.14)!important}#imPanel .im-head,#imPanel .im-panel-head,.im-panel .im-head,.im-panel .im-panel-head{background:#edf6f0!important;background-image:none!important;border-bottom:1px solid #dce9e1!important;color:#244535!important}#imPanel .im-head *,#imPanel .im-panel-head *,.im-panel .im-head *,.im-panel .im-panel-head *{color:#315442!important}#imPanel .im-head button,#imPanel .im-panel-head button,.im-panel .im-head button,.im-panel .im-panel-head button{background:rgba(23,108,57,.07)!important;border:1px solid rgba(23,108,57,.1)!important;color:#557366!important}#imPanel .im-head button:hover,#imPanel .im-panel-head button:hover{background:rgba(23,108,57,.12)!important;color:#176c39!important}#imPanel .im-ai-pane,#imPanel .im-body,#imPanel .im-chat-pane,#imPanel .im-panel-body,.im-panel .im-body,.im-panel .im-panel-body{background:#fff!important;color:#34483d!important}#imPanel .im-welcome,.im-panel .im-welcome{background:#f8fbf9!important;background-image:none!important;border-bottom:1px solid #e6eee9!important}#imPanel .im-welcome-text,#imPanel .im-welcome-text *,.im-panel .im-welcome-text,.im-panel .im-welcome-text *{color:#42584c!important}#imPanel .im-subtabs,#imPanel .im-tabs,.im-panel .im-subtabs,.im-panel .im-tabs{background:#f7faf8!important;border-color:#e3ece6!important}#imPanel .im-subtabs button,#imPanel .im-tabs button,.im-panel .im-subtabs button,.im-panel .im-tabs button{color:#6d7e74!important;background:0 0!important}#imPanel .im-subtabs button.active,#imPanel .im-tabs button.active,.im-panel .im-subtabs button.active,.im-panel .im-tabs button.active{color:#176c39!important;background:#eaf5ee!important}#imPanel .im-ai-card,#imPanel .im-tool-card,.im-panel .im-ai-card,.im-panel .im-tool-card{background:#fff!important;border:1px solid #e2ebe5!important;box-shadow:0 3px 10px rgba(25,72,47,.045)!important}#imPanel .im-ai-card:hover,#imPanel .im-tool-card:hover{background:#f7fbf8!important;border-color:#c9ddd0!important;box-shadow:0 5px 14px rgba(25,72,47,.075)!important}#imPanel .im-contact-item,#imPanel .im-conv-item,.im-panel .im-contact-item,.im-panel .im-conv-item{background:#fff!important;color:#405349!important;border-color:#e8eeea!important}#imPanel .im-contact-item:hover,#imPanel .im-conv-item:hover{background:#f2f8f4!important}#imPanel .im-compose,#imPanel .im-input-area,.im-panel .im-compose,.im-panel .im-input-area{background:#fafcfb!important;border-top:1px solid #e3ece6!important}#imPanel input,#imPanel textarea{background:#fff!important;color:#35483e!important;border-color:#d8e4dc!important}#imPanel .im-send-btn,.im-panel .im-send-btn{background:#2c8050!important;background-image:none!important;border-color:#2c8050!important;color:#fff!important}#imPanel .im-send-btn:hover{background:#226f44!important}#imPanel .im-foot-hint,.im-panel .im-foot-hint{background:#f6faf7!important;border-color:#e2ebe5!important}#imPanel .im-foot-hint .title{color:#496054!important}#imPanel .im-foot-hint .sub{color:#8a9890!important}.gemi-wh-icon{width:36px!important;height:36px!important;border-radius:10px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}.gemi-line-icon,.gemi-wh-icon svg{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.gemi-wh-combo,.gemi-wh-eagle,.gemi-wh-houston{background:#eef7f1!important;color:#176c39!important}#page-products .product-kpi-card .k-icon svg{width:18px;height:18px}.gemi-inline-warehouse{display:inline-flex;align-items:center;gap:3px;color:#176c39;font-weight:600;white-space:nowrap}.gemi-inline-warehouse svg{width:13px;height:13px;flex:0 0 13px}#aiClassifyBtn{pointer-events:auto!important;position:relative!important;z-index:3!important;cursor:pointer!important}#aiClassifyBtn:hover{background:#f8f3ff!important;border-color:#6d28d9!important;color:#6d28d9!important}#aiClassifyBtn:active{transform:scale(.98)!important}#aiClassifyBtn:disabled{opacity:.62!important;cursor:not-allowed!important;transform:none!important}:root{--gemi-topbar:#0C4F32;--gemi-sidebar-top:#1A7349;--gemi-sidebar-bottom:#135F3D;--gemi-sidebar-active:#238A52;--gemi-sidebar-hover:rgba(255,255,255,.085);--gemi-main:#176C39;--gemi-main-hover:#105D32;--gemi-page:#F4F7F5;--gemi-card:#FFFFFF;--gemi-border:#E4EBE6;--gemi-text:#29382F;--gemi-muted:#7F8C84;--gemi-ai:#7447C8;--gemi-warning:#D98725;--gemi-danger:#D84A4A}.topbar{background:var(--gemi-topbar)!important;background-image:none!important;border-bottom:1px solid rgba(255,255,255,.05)!important;box-shadow:0 2px 10px rgba(8,55,33,.08)!important}.sidebar{background:linear-gradient(180deg,var(--gemi-sidebar-top) 0,#176b45 48%,var(--gemi-sidebar-bottom) 100%)!important;border-right:0!important;box-shadow:8px 0 24px rgba(14,78,48,.055)!important}.sidebar-tool-name{color:#fff!important}.sidebar-tool-version{color:rgba(255,255,255,.55)!important}.sidebar-tool-meta{border-bottom-color:rgba(255,255,255,.16)!important}.sidebar .menu-item{color:rgba(255,255,255,.88)!important;background:0 0!important;border-color:transparent!important}.sidebar .menu-item>i:first-child{color:rgba(255,255,255,.8)!important}.sidebar .menu-item:hover{background:var(--gemi-sidebar-hover)!important;color:#fff!important}.sidebar .menu-item:hover>i:first-child{color:#fff!important}.sidebar .menu-item.active{background:var(--gemi-sidebar-active)!important;color:#fff!important;border:1px solid rgba(255,255,255,.09)!important;box-shadow:0 5px 14px rgba(9,70,40,.15)!important}.sidebar .menu-item.active>i:first-child{color:#fff!important}.sidebar .menu-section-title,.sidebar .nav-section-title,.sidebar .quicklink-title,.sidebar .section-title{color:rgba(255,255,255,.62)!important}#qlAdminLinks .menu-item,#qlUserLinks .menu-item{color:rgba(255,255,255,.84)!important}#qlAdminLinks .menu-item:hover,#qlUserLinks .menu-item:hover{background:rgba(255,255,255,.07)!important}.sidebar .menu-divider,.sidebar hr{border-color:rgba(255,255,255,.14)!important}.content,.main-body,body,html{background:var(--gemi-page)!important}.content{color:var(--gemi-text)!important}#galleryList,#imgMgmtList,#matMgmtList,#page-pricing #pxDesktopQueue,#page-selection #selectionManageContent>div,.content .card,.content .content-card,.content .desktop-table-wrap,.content .panel,.content .section-card,.content .stats-card,.content .table-wrap,.content .toolbar-card{background:var(--gemi-card)!important;border-color:var(--gemi-border)!important;box-shadow:0 5px 16px rgba(20,67,43,.035)!important}.content h1,.content h2,.content h3{color:var(--gemi-text)!important}.content .muted,.content .subtext,.content small{color:var(--gemi-muted)}.content table thead,.content table thead th,.content table thead tr{background:var(--gemi-main)!important;background-color:var(--gemi-main)!important;background-image:none!important;color:#fff!important}#aiClassifyBtn.primary,.content .btn-primary,.content button.primary,.pending-clean-confirm{background:var(--gemi-main)!important;border-color:var(--gemi-main)!important;color:#fff!important}.content .btn-primary:hover,.content button.primary:hover,.pending-clean-confirm:hover{background:var(--gemi-main-hover)!important;border-color:var(--gemi-main-hover)!important}#aiClassifyBtn,[class*=ai-].purple,[class*=ai][class*=btn]{--gemi-ai-local:var(--gemi-ai)}#aiClassifyBtn{color:var(--gemi-ai)!important;border-color:#bfa6ea!important;background:#f8f4ff!important}#aiClassifyBtn:hover{color:#6439bc!important;border-color:#a98adf!important;background:#f1eaff!important}.btn-warning,.warning,[class*=warning]{--gemi-warning-local:var(--gemi-warning)}.btn-danger,.danger,[class*=danger]{--gemi-danger-local:var(--gemi-danger)}.content input,.content select,.content textarea{background:#fff!important;border-color:#dce5df!important;color:#35443b!important}.content input:focus,.content select:focus,.content textarea:focus{border-color:#92bca3!important;box-shadow:0 0 0 3px rgba(23,108,57,.065)!important}#imFloatBtn{background:#1c7545!important;box-shadow:0 7px 20px rgba(23,108,57,.18)!important}#imFloatBtn:hover{background:#17663b!important}.sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.18)!important}.content::-webkit-scrollbar-thumb{background:#c9d5cd!important}#page-imagemgmt #imgMgmtList{padding:0!important;overflow:visible!important}#page-imagemgmt #imgMgmtList .desktop-table-wrap,#page-imagemgmt #imgMgmtList .table-wrap{padding:0!important;margin:0!important;border:0!important;border-radius:10px!important;overflow:visible!important;background:#fff!important}#page-imagemgmt #imgMgmtList table{width:100%!important;max-width:100%!important;margin:0!important;border-spacing:0!important;border-collapse:separate!important}#page-imagemgmt #imgMgmtList table thead,#page-imagemgmt #imgMgmtList table thead th,#page-imagemgmt #imgMgmtList table thead tr{background:#176c39!important;background-color:#176c39!important;background-image:none!important;color:#fff!important;box-shadow:none!important}#page-imagemgmt #imgMgmtList table thead th:first-child{border-top-left-radius:13px!important}#page-imagemgmt #imgMgmtList table thead th:last-child{border-top-right-radius:13px!important}#page-imagemgmt #imgMgmtList table tbody td{padding-left:12px!important;padding-right:12px!important}#page-imagemgmt #imgMgmtList>div{margin-left:0!important;margin-right:0!important}#page-imagemgmt{background:0 0!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;margin:0!important;width:100%!important;max-width:none!important}#page-imagemgmt>div:first-child{background:0 0!important;border:0!important;box-shadow:none!important;border-radius:0!important;margin:0!important;padding:0 0 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;min-height:44px!important}#page-imagemgmt>div:first-child h2{margin:0!important;padding:0!important;font-size:22px!important;line-height:1.2!important;font-weight:760!important;color:#29382f!important}#page-imagemgmt>div:first-child>div:last-child{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}#page-imagemgmt>div:first-child .card,#page-imagemgmt>div:first-child .panel{background:0 0!important;border:0!important;box-shadow:none!important;padding:0!important;margin:0!important}#page-imagemgmt #imgMgmtList{width:100%!important;margin:0!important;padding:0!important;background:#fff!important;border:1px solid #e4ebe6!important;border-radius:10px!important;box-shadow:0 5px 16px rgba(20,67,43,.035)!important;overflow:visible!important;box-sizing:border-box!important}#page-imagemgmt #imgMgmtList .desktop-table-wrap,#page-imagemgmt #imgMgmtList .table-wrap,#page-imagemgmt #imgMgmtList>div{background:0 0!important;border:0!important;box-shadow:none!important;border-radius:0!important;margin:0!important;padding:0!important}#page-imagemgmt #imgMgmtList table{width:100%!important;max-width:100%!important;margin:0!important;border-collapse:separate!important;border-spacing:0!important}#page-imagemgmt #imgMgmtList table thead,#page-imagemgmt #imgMgmtList table thead th,#page-imagemgmt #imgMgmtList table thead tr{background:#176c39!important;background-color:#176c39!important;background-image:none!important;color:#fff!important}#page-imagemgmt #imgMgmtList table thead th:first-child{border-top-left-radius:13px!important}#page-imagemgmt #imgMgmtList table thead th:last-child{border-top-right-radius:13px!important}#page-imagemgmt #imgMgmtList table tbody td{padding-top:12px!important;padding-bottom:12px!important;padding-left:12px!important;padding-right:12px!important;border-bottom:1px solid #edf1ee!important;vertical-align:middle!important}#page-imagemgmt #imgMgmtList table tbody tr:last-child td{border-bottom:0!important}#page-imagemgmt #imgMgmtList .empty-state,#page-imagemgmt #imgMgmtList [class*=empty]{margin:18px!important;background:#fafcfb!important;border:1px dashed #dde6e0!important;border-radius:12px!important;box-shadow:none!important}#page-imagemgmt>*+*{margin-top:0!important}#page-imagemgmt #imgMgmtList .mat-action-panel{margin-left:auto!important;margin-right:auto!important}.content #page-imagemgmt .section-card:first-child,.content #page-imagemgmt.card,.content #page-imagemgmt.panel{background:0 0!important;border:0!important;box-shadow:none!important}@media(max-width:768px){#page-imagemgmt>div:first-child{flex-direction:column!important;align-items:flex-start!important;padding-bottom:10px!important}#page-imagemgmt>div:first-child>div:last-child{width:100%!important}}#page-imagemgmt #imgMgmtList table td:last-child,#page-imagemgmt #imgMgmtList table th:last-child{width:246px!important;min-width:246px!important;max-width:246px!important;box-sizing:border-box!important;padding-left:10px!important;padding-right:10px!important;overflow:visible!important}#page-imagemgmt #imgMgmtList .mat-action-panel{width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:7px!important;overflow:visible!important}#page-imagemgmt #imgMgmtList .mat-action-main{width:100%!important;min-width:0!important;max-width:100%!important;height:38px!important;box-sizing:border-box!important;padding:0 12px!important}#page-imagemgmt #imgMgmtList .mat-action-row{width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;box-sizing:border-box!important;overflow:visible!important}#page-imagemgmt #imgMgmtList .mat-action-mini{width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important;height:34px!important;padding:0 5px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;font-size:10.8px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}#page-imagemgmt #imgMgmtList .mat-action-mini i{flex:0 0 auto!important;width:auto!important;min-width:0!important;margin:0!important}#page-imagemgmt #imgMgmtList .mat-more-wrap{grid-column:1/-1!important;width:100%!important;min-width:0!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important}#page-imagemgmt #imgMgmtList .mat-action-mini.more{width:88px!important;min-width:88px!important;max-width:88px!important;height:31px!important}#page-imagemgmt #imgMgmtList .mat-action-main[style],#page-imagemgmt #imgMgmtList .mat-action-panel[style],#page-imagemgmt #imgMgmtList .mat-action-row[style]{max-width:100%!important}#page-imagemgmt #imgMgmtList table{width:100%!important;table-layout:fixed!important}#page-imagemgmt #imgMgmtList tbody td{box-sizing:border-box!important}@media(max-width:1280px){#page-imagemgmt #imgMgmtList table td:last-child,#page-imagemgmt #imgMgmtList table th:last-child{width:224px!important;min-width:224px!important;max-width:224px!important;padding-left:8px!important;padding-right:8px!important}#page-imagemgmt #imgMgmtList .mat-action-row{gap:5px!important}#page-imagemgmt #imgMgmtList .mat-action-mini{font-size:10px!important;padding:0 3px!important}}@media(max-width:900px){#page-imagemgmt #imgMgmtList table{table-layout:auto!important}#page-imagemgmt #imgMgmtList table td:last-child,#page-imagemgmt #imgMgmtList table th:last-child{width:190px!important;min-width:190px!important;max-width:190px!important}#page-imagemgmt #imgMgmtList .mat-action-row{grid-template-columns:repeat(4,minmax(0,1fr))!important}#imgMgmtList .mat-action-mini span,#page-imagemgmt #imgMgmtList .mat-action-mini span{display:none!important}}#page-gallery .product-image-actions button,#page-gallery button[class*=img],#page-gallery button[title*="图"],#page-imagemgmt .product-image-actions button,#page-imagemgmt button[class*=img],#page-imagemgmt button[title*="图"],#page-materialmgmt .product-image-actions button,#page-materialmgmt button[class*=img],#page-materialmgmt button[title*="图"],#page-products .product-image-actions button,#page-products button[class*=img],#page-products button[title*="图"],#page-selection .product-image-actions button,#page-selection button[class*=img],#page-selection button[title*="图"]{min-height:32px!important;height:32px!important;min-width:76px!important;max-width:none!important;padding:0 10px!important;border-radius:8px!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;white-space:nowrap!important;word-break:keep-all!important;overflow:visible!important;text-overflow:clip!important;font-size:11px!important;line-height:1!important;font-weight:600!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important}#page-gallery button[class*=img] i,#page-imagemgmt button[class*=img] i,#page-materialmgmt button[class*=img] i,#page-products button[class*=img] i,#page-selection button[class*=img] i{flex:0 0 auto!important;width:auto!important;margin:0!important;font-size:11px!important;line-height:1!important}.gemi-image-count-btn,button[data-action*=image],button[data-action*=main-image],button[data-role=image-count]{min-width:86px!important;height:34px!important;padding:0 11px!important;white-space:nowrap!important;word-break:keep-all!important;writing-mode:horizontal-tb!important;line-height:1!important}#page-gallery button span,#page-imagemgmt button span,#page-materialmgmt button span,#page-products button span,#page-selection button span{white-space:nowrap!important;word-break:keep-all!important;line-height:1.1!important}.product-image-actions,[class*=image-actions],[class*=image-btns],[class*=img-actions]{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;flex-wrap:wrap!important;overflow:visible!important}@media(max-width:1100px){#page-gallery button[class*=img],#page-imagemgmt button[class*=img],#page-materialmgmt button[class*=img],#page-products button[class*=img],#page-selection button[class*=img]{min-width:70px!important;padding:0 8px!important;font-size:10px!important}}.sidebar .menu-item{display:grid!important;grid-template-columns:22px minmax(0,1fr) auto!important;align-items:center!important;min-height:42px!important;height:42px!important;line-height:1!important}.sidebar .menu-item>i:first-child{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;line-height:1!important;justify-self:center!important;align-self:center!important}.sidebar .menu-item>div:not(.menu-badge),.sidebar .menu-item>span:not(.menu-badge){display:flex!important;align-items:center!important;min-height:22px!important;line-height:1.15!important;margin:0!important;padding:0!important;align-self:center!important}.sidebar .menu-item>.menu-badge{align-self:center!important;justify-self:end!important;line-height:1!important;margin-top:0!important;margin-bottom:0!important}#qlAdminLinks .menu-item,#qlUserLinks .menu-item{align-items:center!important}#qlAdminLinks .menu-item>i:first-child,#qlUserLinks .menu-item>i:first-child{align-self:center!important}#page-gallery table td:nth-child(2),#page-gallery table th:nth-child(2),#page-imagemgmt table td:nth-child(2),#page-imagemgmt table th:nth-child(2),#page-materialmgmt table td:nth-child(2),#page-materialmgmt table th:nth-child(2),#page-pricing table td:nth-child(2),#page-pricing table th:nth-child(2),#page-products table td:nth-child(2),#page-products table th:nth-child(2),#page-selection table td:nth-child(2),#page-selection table th:nth-child(2){width:116px!important;min-width:116px!important;box-sizing:border-box!important;text-align:center!important;vertical-align:middle!important}#page-gallery table td:nth-child(2)>*,#page-imagemgmt table td:nth-child(2)>*,#page-materialmgmt table td:nth-child(2)>*,#page-pricing table td:nth-child(2)>*,#page-products table td:nth-child(2)>*,#page-selection table td:nth-child(2)>*{margin-left:auto!important;margin-right:auto!important}#page-gallery table td:nth-child(2) img,#page-imagemgmt table td:nth-child(2) img,#page-materialmgmt table td:nth-child(2) img,#page-pricing table td:nth-child(2) img,#page-products table td:nth-child(2) img,#page-selection table td:nth-child(2) img{display:block!important;width:68px!important;height:68px!important;max-width:68px!important;max-height:68px!important;object-fit:contain!important;margin:0 auto!important;border-radius:8px!important}.gemi-image-column-stack{width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:7px!important;text-align:center!important;box-sizing:border-box!important}.gemi-image-column-stack .gemi-image-count-btn,.gemi-image-column-stack button,.gemi-image-column-stack small,.gemi-image-column-stack span{align-self:center!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}.gemi-image-column-stack .gemi-image-count-btn{min-width:82px!important;max-width:104px!important;height:32px!important;padding:0 8px!important;white-space:nowrap!important;word-break:keep-all!important}#page-gallery table th:nth-child(2),#page-imagemgmt table th:nth-child(2),#page-materialmgmt table th:nth-child(2),#page-pricing table th:nth-child(2),#page-products table th:nth-child(2),#page-selection table th:nth-child(2){text-align:center!important}@media(max-width:1200px){#page-gallery table td:nth-child(2),#page-gallery table th:nth-child(2),#page-imagemgmt table td:nth-child(2),#page-imagemgmt table th:nth-child(2),#page-materialmgmt table td:nth-child(2),#page-materialmgmt table th:nth-child(2),#page-pricing table td:nth-child(2),#page-pricing table th:nth-child(2),#page-products table td:nth-child(2),#page-products table th:nth-child(2),#page-selection table td:nth-child(2),#page-selection table th:nth-child(2){width:108px!important;min-width:108px!important}}.sidebar .menu-item{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;min-height:44px!important;height:44px!important;padding:0 42px!important;box-sizing:border-box!important;text-align:center!important;line-height:1!important}.sidebar .menu-item>i:first-child{position:static!important;flex:0 0 20px!important;width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;line-height:1!important;font-size:14px!important;align-self:center!important;justify-self:auto!important}.sidebar .menu-item>div:not(.menu-badge),.sidebar .menu-item>span:not(.menu-badge){position:static!important;flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:20px!important;margin:0!important;padding:0!important;text-align:center!important;line-height:1.15!important;white-space:nowrap!important;align-self:center!important;justify-self:auto!important}.sidebar .menu-item .menu-badge,.sidebar .menu-item>.menu-badge{position:absolute!important;right:12px!important;top:50%!important;transform:translateY(-50%)!important;width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;padding:0 5px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;border:2px solid rgba(255,255,255,.9)!important;background:#ff8a00!important;color:#fff!important;font-size:11px!important;font-weight:750!important;line-height:1!important;letter-spacing:0!important;font-variant-numeric:tabular-nums!important;margin:0!important;box-shadow:0 2px 7px rgba(132,74,0,.22)!important;z-index:3!important;overflow:hidden!important;text-overflow:clip!important;white-space:nowrap!important}.sidebar .menu-item>.menu-badge:not(:empty){max-width:34px!important}.sidebar .menu-item.active .menu-badge,.sidebar .menu-item.active>.menu-badge{background:#ff8a00!important;color:#fff!important;border-color:#fff!important;box-shadow:0 2px 8px rgba(98,53,0,.28)!important}#qlAdminLinks .menu-item,#qlUserLinks .menu-item{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding-left:42px!important;padding-right:42px!important}.sidebar .menu-section-title,.sidebar .nav-section-title,.sidebar .quicklink-title,.sidebar .section-title{text-align:center!important;padding-left:0!important;padding-right:0!important}@media(max-width:1100px) and (min-width:769px){#qlAdminLinks .menu-item,#qlUserLinks .menu-item,.sidebar .menu-item{padding-left:36px!important;padding-right:36px!important;gap:8px!important}.sidebar .menu-item .menu-badge,.sidebar .menu-item>.menu-badge{right:9px!important;width:22px!important;min-width:22px!important;height:22px!important;min-height:22px!important;font-size:10px!important}}#qlAdminLinks .menu-item,#qlUserLinks .menu-item,.sidebar .menu-item{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:11px!important;height:44px!important;min-height:44px!important;padding:0 46px 0 30px!important;box-sizing:border-box!important;text-align:left!important}#qlAdminLinks .menu-item>i:first-child,#qlUserLinks .menu-item>i:first-child,.sidebar .menu-item>i:first-child{position:static!important;flex:0 0 22px!important;width:22px!important;min-width:22px!important;height:22px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;line-height:1!important}#qlAdminLinks .menu-item>span:not(.menu-badge),#qlUserLinks .menu-item>span:not(.menu-badge),.sidebar .menu-item>div:not(.menu-badge),.sidebar .menu-item>span:not(.menu-badge){flex:0 1 auto!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;margin:0!important;padding:0!important;text-align:left!important;white-space:nowrap!important;line-height:1.15!important}.sidebar .menu-item .menu-badge{position:absolute!important;right:14px!important;top:50%!important;transform:translateY(-50%)!important;min-width:21px!important;width:auto!important;height:21px!important;padding:0 5px!important;box-sizing:border-box!important;border-radius:999px!important;border:1.5px solid rgba(255,255,255,.92)!important;background:#ff8a00!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:10px!important;font-weight:750!important;line-height:1!important;box-shadow:0 1px 4px rgba(105,61,0,.2)!important;z-index:3!important;white-space:nowrap!important}.sidebar .menu-item .menu-badge.gemi-badge-hidden{display:none!important}.sidebar .menu-item.active{justify-content:flex-start!important}.sidebar .menu-section-title,.sidebar .nav-section-title,.sidebar .quicklink-title,.sidebar .section-title{text-align:left!important;padding-left:30px!important;padding-right:14px!important}#qlAdminLinks,#qlUserLinks{text-align:left!important}@media(max-width:1100px) and (min-width:769px){#qlAdminLinks .menu-item,#qlUserLinks .menu-item,.sidebar .menu-item{padding-left:24px!important;padding-right:40px!important;gap:9px!important}.sidebar .menu-item .menu-badge{right:10px!important}}.sidebar{background:#fff!important;color:#4f5552!important;border-right:1px solid #eef1ef!important;box-shadow:none!important}.sidebar .menu-item{color:#4e5351!important;background:0 0!important;border-radius:0!important;box-shadow:none!important;font-weight:500!important}.sidebar .menu-item>i:first-child{color:#5c605e!important;opacity:1!important}.sidebar .menu-item>div:not(.menu-badge),.sidebar .menu-item>span:not(.menu-badge){color:#4e5351!important;font-weight:500!important}.sidebar .menu-item.active{background:#e7f4e9!important;color:#176f42!important;position:relative!important}.sidebar .menu-item.active::before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:4px!important;background:#177443!important;border-radius:0!important}.sidebar .menu-item.active>div:not(.menu-badge),.sidebar .menu-item.active>i:first-child,.sidebar .menu-item.active>span:not(.menu-badge){color:#176f42!important;font-weight:600!important}.sidebar .divider,.sidebar .menu-divider,.sidebar hr{border-color:#ecefec!important;opacity:1!important}.sidebar .menu-section-title,.sidebar .nav-section-title,.sidebar .quicklink-title,.sidebar .section-title{color:#a2a7a4!important;font-weight:500!important}#qlAdminLinks .menu-item,#qlUserLinks .menu-item{color:#565b58!important}#qlAdminLinks .menu-item>i:first-child,#qlUserLinks .menu-item>i:first-child{color:#666b68!important}#qlAdminLinks .menu-item>span:not(.menu-badge),#qlUserLinks .menu-item>span:not(.menu-badge){color:#565b58!important}.sidebar .menu-item .menu-badge{background:#ff7900!important;color:#fff!important;border:2px solid #fff!important;box-shadow:none!important;font-weight:700!important}.sidebar .manage-sites-btn,.sidebar [class*=manage-site],.sidebar button[onclick*=Site],.sidebar button[onclick*=site]{background:#fff!important;color:#197447!important;border-color:#6e9b84!important;box-shadow:none!important}.sidebar .sidebar-tool-meta{display:block!important;position:relative!important;min-height:62px!important;margin:0 20px 12px!important;padding:10px 4px 18px!important;border-bottom:1px solid #e9eeea!important;box-sizing:border-box!important;visibility:visible!important;opacity:1!important}.sidebar .sidebar-tool-name{display:block!important;visibility:visible!important;opacity:1!important;color:#34463b!important;text-align:center!important;font-size:15px!important;font-weight:700!important;line-height:1.25!important;letter-spacing:.3px!important;white-space:nowrap!important}.sidebar .sidebar-tool-version{display:block!important;position:absolute!important;right:2px!important;bottom:5px!important;visibility:visible!important;opacity:1!important;color:#9aa49d!important;font-size:9px!important;font-weight:400!important;line-height:1!important;white-space:nowrap!important}#qlAdminLinks .menu-item,#qlUserLinks .menu-item,.sidebar .menu-item{position:relative!important;display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;column-gap:11px!important;align-items:center!important;height:44px!important;min-height:44px!important;box-sizing:border-box!important;padding:0 38px 0 30px!important;text-align:left!important;justify-content:stretch!important}#qlAdminLinks .menu-item>i:first-child,#qlUserLinks .menu-item>i:first-child,.sidebar .menu-item>i:first-child{grid-column:1!important;position:static!important;width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;line-height:1!important;text-align:center!important;justify-self:center!important;align-self:center!important}#qlAdminLinks .menu-item>span:not(.menu-badge),#qlUserLinks .menu-item>span:not(.menu-badge),.sidebar .menu-item>div:not(.menu-badge),.sidebar .menu-item>span:not(.menu-badge){grid-column:2!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;min-width:0!important;margin:0!important;padding:0!important;color:inherit!important;text-align:left!important;line-height:1.15!important;white-space:nowrap!important}.sidebar .menu-item.active{display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;background:#e7f4e9!important;color:#176f42!important}.sidebar .menu-item.active::before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:4px!important;background:#177443!important}.sidebar .menu-item .menu-badge{position:absolute!important;right:17px!important;top:50%!important;transform:translateY(-50%)!important;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;padding:0!important;margin:0!important;display:none!important;align-items:center!important;justify-content:center!important;background:0 0!important;background-image:none!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:#f57c00!important;font-size:11px!important;font-weight:750!important;line-height:1!important;letter-spacing:0!important;font-variant-numeric:tabular-nums!important;white-space:nowrap!important;overflow:visible!important}.sidebar .menu-item .menu-badge.gemi-update-visible{display:inline-flex!important}.sidebar .menu-section-title,.sidebar .nav-section-title,.sidebar .quicklink-title,.sidebar .section-title{text-align:left!important;padding-left:30px!important}#qlAdminLinks .menu-item,#qlUserLinks .menu-item{padding-left:30px!important;padding-right:20px!important}@media(max-width:1100px) and (min-width:769px){#qlAdminLinks .menu-item,#qlUserLinks .menu-item,.sidebar .menu-item{padding-left:24px!important;padding-right:34px!important;column-gap:9px!important}.sidebar .menu-item .menu-badge{right:12px!important}}.main-body{min-width:0!important}.content{min-width:0!important;width:0!important;max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important}.content .page-section,.content .page-section.active{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}#page-imagemgmt,#page-imagemgmt #imgMgmtList,#page-imagemgmt #imgMgmtList .desktop-table-wrap,#page-imagemgmt #imgMgmtList .table-wrap,#page-imagemgmt #imgMgmtList>div{min-width:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}#page-imagemgmt #imgMgmtList{overflow:hidden!important}#page-imagemgmt #imgMgmtList .desktop-table-wrap,#page-imagemgmt #imgMgmtList .table-wrap{overflow-x:hidden!important}#page-imagemgmt #imgMgmtList table{width:100%!important;max-width:100%!important;min-width:0!important;table-layout:fixed!important}#page-imagemgmt #imgMgmtList table td,#page-imagemgmt #imgMgmtList table th{min-width:0!important;max-width:none!important;box-sizing:border-box!important;overflow:hidden!important}#page-imagemgmt #imgMgmtList table td:first-child,#page-imagemgmt #imgMgmtList table th:first-child{width:9%!important}#page-imagemgmt #imgMgmtList table td:nth-child(2),#page-imagemgmt #imgMgmtList table th:nth-child(2){width:15%!important}#page-imagemgmt #imgMgmtList table td:nth-child(3),#page-imagemgmt #imgMgmtList table th:nth-child(3){width:11%!important}#page-imagemgmt #imgMgmtList table td:nth-child(4),#page-imagemgmt #imgMgmtList table th:nth-child(4){width:13%!important}#page-imagemgmt #imgMgmtList table td:nth-child(5),#page-imagemgmt #imgMgmtList table th:nth-child(5){width:16%!important}#page-imagemgmt #imgMgmtList table td:nth-child(6),#page-imagemgmt #imgMgmtList table th:nth-child(6){width:16%!important}#page-imagemgmt #imgMgmtList table td:nth-child(7),#page-imagemgmt #imgMgmtList table th:nth-child(7){width:20%!important}#page-imagemgmt #imgMgmtList table td:last-child,#page-imagemgmt #imgMgmtList table th:last-child{min-width:0!important;max-width:none!important;padding-left:7px!important;padding-right:7px!important;overflow:visible!important}#page-imagemgmt #imgMgmtList .mat-action-main,#page-imagemgmt #imgMgmtList .mat-action-mini,#page-imagemgmt #imgMgmtList .mat-action-panel,#page-imagemgmt #imgMgmtList .mat-action-row{min-width:0!important;max-width:100%!important}#page-imagemgmt #imgMgmtList .mat-action-row{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:4px!important}#page-imagemgmt #imgMgmtList .mat-action-mini{padding-left:2px!important;padding-right:2px!important;font-size:10px!important}@media (min-width:769px) and (max-width:1280px){.content{padding-left:24px!important;padding-right:24px!important}#page-imagemgmt #imgMgmtList table td,#page-imagemgmt #imgMgmtList table th{padding-left:6px!important;padding-right:6px!important}#page-imagemgmt #imgMgmtList table td:first-child,#page-imagemgmt #imgMgmtList table th:first-child{width:9%!important}#page-imagemgmt #imgMgmtList table td:nth-child(2),#page-imagemgmt #imgMgmtList table th:nth-child(2){width:15%!important}#page-imagemgmt #imgMgmtList table td:nth-child(3),#page-imagemgmt #imgMgmtList table th:nth-child(3){width:11%!important}#page-imagemgmt #imgMgmtList table td:nth-child(4),#page-imagemgmt #imgMgmtList table th:nth-child(4){width:12%!important}#page-imagemgmt #imgMgmtList table td:nth-child(5),#page-imagemgmt #imgMgmtList table th:nth-child(5){width:16%!important}#page-imagemgmt #imgMgmtList table td:nth-child(6),#page-imagemgmt #imgMgmtList table th:nth-child(6){width:16%!important}#page-imagemgmt #imgMgmtList table td:nth-child(7),#page-imagemgmt #imgMgmtList table th:nth-child(7){width:21%!important}}@media (max-width:768px){.content{width:auto!important;overflow-x:hidden!important}}#imRoot .im-module-done{display:none!important}.sidebar .menu-item{justify-content:flex-start!important;text-align:left!important;padding-left:24px!important;padding-right:18px!important;gap:12px!important}.sidebar .menu-item>i{flex:0 0 20px!important;width:20px!important;min-width:20px!important;text-align:center!important;margin:0!important}.sidebar .menu-item>span:not(.menu-badge){flex:0 1 auto!important;text-align:left!important}.sidebar .menu-badge{margin-left:auto!important;right:14px!important}.sidebar .gemi-sidebar-link-title{width:68px!important;box-sizing:border-box!important;margin:4px 0 2px 0!important;padding:4px 0!important;text-align:center!important;font-size:11px!important;line-height:1.2!important;color:#999!important;font-weight:600!important;letter-spacing:.5px!important;white-space:nowrap!important}.sidebar .gemi-sidebar-link-title-user{margin-top:6px!important}#qlAdminLinks .menu-item,#qlUserLinks .menu-item{justify-content:flex-start!important;text-align:left!important;padding-left:24px!important;padding-right:18px!important;gap:12px!important}#qlAdminLinks .menu-item>i:first-child,#qlUserLinks .menu-item>i:first-child{flex:0 0 20px!important;width:20px!important;min-width:20px!important;text-align:center!important;margin:0!important}.gemi-dialog-overlay{position:fixed;inset:0;z-index:21000;display:none;align-items:center;justify-content:center;padding:22px;background:rgba(17,28,22,.46);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}.gemi-dialog-overlay.show{display:flex;animation:gemiOverlayIn .16s ease-out}@keyframes gemiOverlayIn{from{opacity:0}to{opacity:1}}.gemi-dialog-card{--dialog-accent:#178447;--dialog-soft:#EFF9F3;--dialog-border:#DCECE2;width:min(570px,94vw);position:relative;padding:28px 30px 24px;border-radius:22px;background:linear-gradient(180deg,#fff 0,#fdfefd 100%);border:1px solid rgba(255,255,255,.86);box-shadow:0 26px 90px rgba(11,38,24,.24),0 4px 20px rgba(11,38,24,.08);animation:gemiDialogIn .24s cubic-bezier(.22,1,.36,1);overflow:hidden}.gemi-dialog-card:before{content:'';position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,transparent,var(--dialog-accent),transparent);opacity:.92}@keyframes gemiDialogIn{from{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}.gemi-dialog-close{position:absolute;right:18px;top:18px;width:34px;height:34px;border:1px solid #e7ece9;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fafbfa;color:#7c8881;cursor:pointer;transition:.18s;font-size:13px}.gemi-dialog-close:hover{background:var(--dialog-soft);border-color:var(--dialog-border);color:var(--dialog-accent);transform:rotate(90deg)}.gemi-dialog-head{display:flex;align-items:center;gap:15px;padding-right:42px}.gemi-dialog-icon{width:52px;height:52px;border-radius:18px;display:flex;align-items:center;justify-content:center;flex:0 0 52px;background:var(--dialog-soft);color:var(--dialog-accent);font-size:20px;box-shadow:inset 0 0 0 1px var(--dialog-border)}.gemi-dialog-headtext{min-width:0;flex:1}.gemi-dialog-card h3{margin:0;color:#1f3027;font-size:19px;line-height:1.32;font-weight:760;letter-spacing:-.2px}.gemi-dialog-desc{margin:5px 0 0;color:#77847d;font-size:13px;line-height:1.7;white-space:pre-line}.gemi-dialog-impact{margin-top:20px;padding:16px 18px;border-radius:14px;background:linear-gradient(135deg,var(--dialog-soft),#fbfdfc);border:1px solid var(--dialog-border);display:flex;align-items:baseline;gap:7px;position:relative;overflow:hidden}.gemi-dialog-impact:after{content:'';position:absolute;right:-18px;top:-28px;width:92px;height:92px;border-radius:50%;background:var(--dialog-accent);opacity:.045}.gemi-dialog-impact em,.gemi-dialog-impact span{color:#627168;font-size:13px;font-style:normal}.gemi-dialog-impact strong{color:var(--dialog-accent);font-size:27px;line-height:1;font-weight:800;letter-spacing:-.5px}.gemi-dialog-question{margin-top:18px;display:flex;align-items:center;gap:9px;color:#27352d;font-size:14px;font-weight:650}.gemi-dialog-question i{color:var(--dialog-accent);font-size:20px}.gemi-dialog-note{margin-top:13px;padding:11px 13px;border-radius:10px;font-size:12px;line-height:1.65;background:#f8faf9;border:1px solid #e6ebe8;color:#68756e}.gemi-dialog-prompt{margin-top:17px}.gemi-dialog-prompt label{display:block;margin-bottom:7px;color:#4b5b52;font-size:12.5px;font-weight:650}.gemi-dialog-prompt input{width:100%;height:42px;border:1.5px solid #dce4df;border-radius:10px;padding:0 12px;font:inherit;color:#25332b;outline:0;transition:.18s;background:#fff}.gemi-dialog-prompt input:focus{border-color:var(--dialog-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--dialog-accent) 10%,transparent)}.gemi-dialog-check{margin-top:17px;display:inline-flex;align-items:center;gap:8px;color:#718078;font-size:12.5px;cursor:pointer;user-select:none}.gemi-dialog-check input{position:absolute;opacity:0;pointer-events:none}.gemi-dialog-checkbox{width:18px;height:18px;border:1.5px solid #d8e0db;border-radius:5px;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:9px;transition:.15s}.gemi-dialog-check input:checked+.gemi-dialog-checkbox{background:var(--dialog-accent);border-color:var(--dialog-accent)}.gemi-dialog-checkbox i{opacity:0}.gemi-dialog-check input:checked+.gemi-dialog-checkbox i{opacity:1}.gemi-dialog-actions{display:flex;justify-content:flex-end;gap:11px;margin-top:24px;padding-top:2px}.gemi-dialog-cancel,.gemi-dialog-confirm{height:42px;border-radius:10px;padding:0 21px;font-size:13.5px;font-weight:700;cursor:pointer;transition:.18s}.gemi-dialog-cancel{min-width:92px;background:#fff;color:#5f6d65;border:1px solid #d9e1dc}.gemi-dialog-cancel:hover{background:#f7f9f8;border-color:#c8d3cc}.gemi-dialog-confirm{min-width:132px;background:linear-gradient(135deg,var(--dialog-accent),color-mix(in srgb,var(--dialog-accent) 82%,#0d5b2f));color:#fff;border:1px solid var(--dialog-accent);box-shadow:0 7px 18px color-mix(in srgb,var(--dialog-accent) 22%,transparent)}.gemi-dialog-confirm:hover{transform:translateY(-1px);box-shadow:0 9px 22px color-mix(in srgb,var(--dialog-accent) 27%,transparent)}.gemi-dialog-card.tone-danger{--dialog-accent:#D94141;--dialog-soft:#FFF2F2;--dialog-border:#F4DADA}.gemi-dialog-card.tone-warning{--dialog-accent:#E48619;--dialog-soft:#FFF7EA;--dialog-border:#F3E2C9}.gemi-dialog-card.tone-info{--dialog-accent:#176C39;--dialog-soft:#EEF7F1;--dialog-border:#DCEBDF}.gemi-dialog-card.tone-success{--dialog-accent:#159052;--dialog-soft:#EDF9F2;--dialog-border:#D8ECDD}.gemi-dialog-card.tone-purple{--dialog-accent:#7B45D6;--dialog-soft:#F6F0FF;--dialog-border:#E7D9FA}.gemi-dialog-card.tone-ai{--dialog-accent:#16864A;--dialog-soft:#EFF9F3;--dialog-border:#CFE8D8}.gemi-dialog-card.alert-only .gemi-dialog-cancel{display:none}.gemi-dialog-card.alert-only .gemi-dialog-actions{justify-content:flex-end}@media(max-width:600px){.gemi-dialog-overlay{padding:14px}.gemi-dialog-card{padding:24px 18px 18px;border-radius:18px}.gemi-dialog-head{gap:12px;padding-right:38px}.gemi-dialog-icon{width:46px;height:46px;flex-basis:46px;border-radius:15px}.gemi-dialog-card h3{font-size:17px}.gemi-dialog-actions{flex-direction:column-reverse}.gemi-dialog-cancel,.gemi-dialog-confirm{width:100%}}.im-panel{width:380px!important;height:570px!important;border-radius:18px!important;border:1px solid rgba(23,108,57,.08)!important;box-shadow:0 18px 55px rgba(18,42,29,.18)!important;background:#fff!important}.im-panel-head{flex:0 0 auto;min-height:78px;padding:15px 16px 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#123f29;border-bottom:1px solid rgba(255,255,255,.08)}.im-panel-brand{min-width:0;display:flex;align-items:center;gap:11px}.im-brand-icon{width:42px;height:42px;flex:0 0 42px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#fff;color:#176c39;font-size:18px;box-shadow:0 5px 16px rgba(0,0,0,.12)}.im-brand-copy{min-width:0}.im-brand-title{display:flex;align-items:center;gap:7px;color:#fff;font-size:15px;font-weight:750;line-height:1.25;letter-spacing:.1px}.im-brand-sub{margin-top:4px;color:rgba(255,255,255,.66);font-size:10.5px;line-height:1.35}.im-header-user{display:inline-flex;align-items:center;gap:4px;color:#fff;font-weight:700;font-size:11px}.im-header-user i{font-size:10px;color:#bde8cc}.im-header-sep{margin:0 3px;color:rgba(255,255,255,.4)}.im-brand-status{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;border-radius:999px;background:rgba(255,255,255,.12);color:#d9f2e3;font-size:9px;font-weight:650}.im-brand-status i{width:5px;height:5px;border-radius:50%;background:#7ee2a8;box-shadow:0 0 0 3px rgba(126,226,168,.12)}.im-panel-close{width:31px;height:31px;flex:0 0 31px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.76);cursor:pointer;transition:.15s ease}.im-panel-close:hover{background:rgba(255,255,255,.16);color:#fff}.im-tabs{height:54px!important;padding:7px 10px!important;gap:7px;background:#f5f8f6;border-bottom:1px solid #e4eae6!important}.im-tab{height:40px;margin:0!important;border:1px solid transparent!important;border-radius:10px;gap:7px!important;color:#758279!important;font-size:12.5px!important;font-weight:650!important;background:0 0;transition:all .16s ease!important}.im-tab i{font-size:12px}.im-tab:hover{color:#176c39!important;background:#eef5f0}.im-tab.active{color:#176c39!important;background:#fff;border-color:#dce7e0!important;box-shadow:0 3px 10px rgba(18,63,41,.07)}.im-tab-badge{position:static!important;margin-left:2px}.im-welcome{position:relative;padding:17px 16px 15px!important;gap:12px!important;background:#f0f8f3!important;border-bottom:1px solid #ddece2!important}.im-welcome::after{content:'';position:absolute;right:-18px;top:-28px;width:108px;height:108px;border-radius:50%;background:rgba(23,108,57,.045);pointer-events:none}.im-welcome-avatar{width:48px!important;height:48px!important;flex:0 0 48px!important;background:#176c39!important;font-size:17px!important;box-shadow:0 5px 14px rgba(23,108,57,.2)!important;position:relative;z-index:1}.im-welcome-text{position:relative;z-index:1}.im-welcome-kicker{display:inline-flex;align-items:center;gap:4px;margin-bottom:4px;color:#4e7960;font-size:9.5px;font-weight:700;letter-spacing:.2px}.im-welcome-kicker i{font-size:8px;color:#e3a229}.im-welcome-hi{color:#26372e!important;font-size:15px!important;font-weight:750!important}.im-welcome-sub{color:#7a8980!important;font-size:11px!important;margin-top:3px!important}.im-ai-pane>div[style*="padding: 14px 16px 4px"]{padding:13px 14px 5px!important}.im-entry-card{min-height:74px;padding:11px 12px!important;border-radius:12px!important;border:1px solid #e6ebe8!important;margin-bottom:9px!important;box-shadow:none!important}.im-entry-card::before{width:2px!important}.im-entry-card:hover{transform:translateY(-1px)!important;box-shadow:0 5px 15px rgba(23,108,57,.07)!important}.im-card-icon{width:44px!important;height:44px!important;border-radius:11px!important;font-size:16px!important;background:#f0f6f2!important;color:var(--card-accent,#176c39)!important;border:1px solid #e0eae4}.im-card-text .t{font-size:13.5px!important;color:#2c3932!important}.im-card-text .d{color:#87928c!important;font-size:10.8px!important;margin-top:3px!important}.im-card-arrow{color:#b8c1bc!important}.im-card-badge.hot{background:#d93b3b!important;border-radius:5px!important}.im-foot-hint{margin-top:11px!important;padding:13px!important;border-color:#dee5e1!important;background:#fafbfa!important}.im-foot-hint .icon{font-size:16px!important;color:#c7a348!important;margin-bottom:5px!important}.im-foot-hint .title{font-size:11.5px!important}.im-foot-hint .sub{font-size:10.5px!important}#imChatWelcome{min-height:74px}@media(max-width:480px){.im-panel{width:92vw!important;height:72vh!important;right:4vw!important;border-radius:17px!important}.im-panel-head{min-height:72px;padding:13px 14px 12px}.im-brand-icon{width:38px;height:38px;flex-basis:38px}.im-brand-title{font-size:14px}.im-tabs{height:50px!important;padding:6px 8px!important}.im-tab{height:37px}}.im-ai-pane .im-welcome,.im-chat-pane .im-chat-welcome{min-height:92px!important;height:92px!important;padding:15px 16px!important;display:flex!important;align-items:center!important;box-sizing:border-box!important}.im-ai-pane .im-welcome-text{display:flex!important;flex-direction:column!important;justify-content:center!important;min-height:48px!important}.im-ai-pane .im-welcome-kicker{display:none!important}.im-ai-pane .im-welcome-avatar,.im-chat-pane .im-chat-welcome-avatar{width:48px!important;height:48px!important;min-width:48px!important;flex:0 0 48px!important;margin:0!important}.im-ai-pane .im-welcome-hi,.im-chat-pane .im-chat-welcome-hi{margin:0!important;font-size:15px!important;line-height:1.35!important;font-weight:750!important}.im-ai-pane .im-welcome-sub,.im-chat-pane .im-chat-welcome-sub{margin-top:4px!important;font-size:11px!important;line-height:1.4!important}#imChatWelcome{min-height:92px!important;height:92px!important;padding:15px 16px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important}.im-ai-pane .im-welcome::after{pointer-events:none!important}@media(max-width:480px){#imChatWelcome,.im-ai-pane .im-welcome,.im-chat-pane .im-chat-welcome{min-height:84px!important;height:84px!important;padding:13px 14px!important}.im-ai-pane .im-welcome-avatar,.im-chat-pane .im-chat-welcome-avatar{width:44px!important;height:44px!important;min-width:44px!important;flex-basis:44px!important}}.im-float-btn{position:fixed;bottom:28px;right:28px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#176c39,#0f4f2a);color:#fff;border:none;cursor:pointer;font-size:22px;box-shadow:0 4px 20px rgba(23,108,57,.4);z-index:1000;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.im-float-btn:hover{transform:scale(1.1)}.im-float-btn .im-icon{transition:transform .3s ease}.im-float-btn.open .im-icon{transform:rotate(90deg)}.im-float-btn .im-ring{display:none}.im-float-btn.running{background:linear-gradient(135deg,#2e9e5b,#165d38);box-shadow:0 4px 20px rgba(46,158,91,.45);animation:imPulse 1.8s ease-in-out infinite}.im-float-btn.running .im-ring{display:none}.im-float-btn.running:hover{animation:none}@keyframes imPulse{0%,100%{box-shadow:0 4px 20px rgba(46,158,91,.45)}50%{box-shadow:0 4px 20px rgba(46,158,91,.45),0 0 0 12px rgba(46,158,91,0)}}.im-float-btn.done{background:linear-gradient(135deg,#ff7a22,#e5671a);box-shadow:0 4px 20px rgba(232,116,60,.45)}.im-float-btn .im-dot{position:absolute;top:-2px;right:-2px;width:15px;height:15px;border-radius:50%;background:#e53935;border:2.5px solid #fff;display:none}.im-float-btn.done .im-dot{display:block;animation:imDotPop .32s cubic-bezier(.34,1.56,.64,1)}.im-float-btn.has-unread .im-dot{display:none}@keyframes imDotPop{from{transform:scale(0)}to{transform:scale(1)}}.im-unread-badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#e53935;color:#fff;font-size:11px;font-weight:700;display:none;align-items:center;justify-content:center;border:2px solid #fff;box-sizing:content-box;line-height:1;z-index:2}.im-panel{position:fixed;bottom:92px;right:28px;width:360px;height:540px;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.15);z-index:1000;display:flex;flex-direction:column;overflow:hidden;transform:translateY(16px);opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease}.im-panel.show{transform:translateY(0);opacity:1;pointer-events:auto}@media (max-width:480px){.im-panel{width:92vw;height:70vh;right:4vw}.im-float-btn{bottom:20px;right:20px}}.im-tabs{height:44px;display:flex;border-bottom:1px solid #e8ecf1;flex-shrink:0}.im-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:600;color:#888;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s;user-select:none}.im-tab:hover{color:#176c39}.im-tab.active{color:#176c39;border-bottom-color:#176c39}.im-tab-badge{min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#ff7a22;color:#fff;font-size:10.5px;font-weight:700;display:none;align-items:center;justify-content:center;line-height:1}.im-body{flex:1;display:flex;min-height:0;min-width:0;position:relative}.im-welcome{padding:16px 16px 12px;display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#f0f9f4 0,#fff 100%);border-bottom:1px solid #e8f0ec}.im-welcome-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#176c39,#2e9e5b);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0;box-shadow:0 2px 8px rgba(23,108,57,.25)}.im-welcome-text{flex:1;min-width:0}.im-welcome-hi{font-size:14px;font-weight:700;color:#333;line-height:1.3}.im-welcome-sub{font-size:11.5px;color:#888;margin-top:2px}.im-report-notify{margin:0 16px 10px;padding:10px 12px;background:linear-gradient(135deg,#fff8e1 0,#fff3cd 100%);border:1px solid #ffe082;border-radius:10px;cursor:pointer;transition:all .2s ease;display:none}.im-report-notify.show{display:block;animation:imNotifyIn .3s ease}.im-report-notify:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,152,0,.15);border-color:#ffb74d}@keyframes imNotifyIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.im-report-notify-title{font-size:12.5px;font-weight:600;color:#e65100;display:flex;align-items:center;gap:6px;margin-bottom:4px}.im-report-notify-title .dot{width:8px;height:8px;border-radius:50%;background:#ff6f00;animation:imDotPulse 1.5s ease-in-out infinite}@keyframes imDotPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.im-report-notify-desc{font-size:11px;color:#bf360c;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.im-report-notify-time{font-size:10px;color:#e65100;opacity:.7;margin-top:4px}.im-ai-pane{padding:0;overflow-y:auto;width:100%}.im-entry-card{border:1.5px solid #eef1f4;border-radius:14px;padding:12px 14px;margin-bottom:10px;cursor:pointer;transition:all .22s cubic-bezier(.4,0,.2,1);background:#fff;display:flex;align-items:center;gap:12px;position:relative;overflow:hidden;opacity:0;transform:translateY(8px);animation:imCardIn .4s ease forwards}.im-entry-card:first-child{animation-delay:.05s}.im-entry-card:nth-child(2){animation-delay:.12s}.im-entry-card:nth-child(3){animation-delay:.19s}@keyframes imCardIn{to{opacity:1;transform:translateY(0)}}.im-entry-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--card-accent,#176c39);transform:scaleY(0);transition:transform .22s}.im-entry-card:hover{border-color:var(--card-accent,#176c39);transform:translateY(-2px);box-shadow:0 6px 20px rgba(23,108,57,.1)}.im-entry-card:hover::before{transform:scaleY(1)}.im-entry-card:hover .im-card-arrow{transform:translateX(3px);opacity:1}.im-entry-card:hover .im-card-icon{transform:scale(1.08)}.im-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;background:var(--card-bg,linear-gradient(135deg,#e8f5e9,#c8e6c9));transition:transform .22s}.im-card-text{flex:1;min-width:0}.im-card-text .t{font-size:14px;font-weight:700;color:#222;display:flex;align-items:center;gap:6px}.im-card-text .d{font-size:11.5px;color:#999;margin-top:3px;line-height:1.45}.im-card-arrow{color:#ccc;font-size:13px;flex-shrink:0;opacity:.5;transition:all .22s}.im-card-badge{font-size:9px;font-weight:700;padding:1px 6px;border-radius:4px;color:#fff;line-height:1.4}.im-card-badge.new{background:linear-gradient(135deg,#ff7a22,#e5671a)}.im-card-badge.hot{background:linear-gradient(135deg,#e53935,#c62828)}.im-foot-hint{margin-top:14px;border:1.5px dashed #d8dde3;border-radius:12px;padding:16px;text-align:center;background:#fafbfc;transition:all .2s}.im-foot-hint:hover{border-color:#176c39;background:#f0f9f4}.im-foot-hint .icon{font-size:22px;color:#bbb;margin-bottom:6px}.im-foot-hint .title{font-size:12.5px;font-weight:600;color:#999}.im-foot-hint .sub{font-size:11px;color:#bbb;margin-top:2px}.im-chat-pane{flex:1;display:none;flex-direction:column;min-height:0;min-width:0;position:relative}.im-chat-pane.show{display:flex}.im-list-view,.im-msg-view{flex:1;display:none;flex-direction:column;min-height:0;min-width:0}.im-list-view.show,.im-msg-view.show{display:flex}.im-conv-head{height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;flex-shrink:0;min-width:0}.im-conv-head .t{font-size:15px;font-weight:700;color:#333;display:flex;align-items:center;gap:6px}.im-online-count{font-size:11px;font-weight:400;color:#2e9e5b}.im-new-btn{border:none;background:0 0;color:#176c39;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px;padding:4px 6px;border-radius:6px;transition:.15s}.im-new-btn:hover{background:#f0f6f2}.im-conv-list{flex:1;overflow-y:auto}.im-conv-item,.im-user-item{min-height:64px;padding:8px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:background .15s;position:relative}.im-conv-item:hover,.im-user-item:hover{background:#f7f9fa}.im-avatar{width:36px;height:36px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;flex-shrink:0}.im-conv-mid{flex:1;min-width:0}.im-conv-mid .n{font-size:14px;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.im-conv-mid .p{font-size:12px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.im-conv-right{text-align:right;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:3px}.im-conv-time{font-size:11px;color:#aaa}.im-conv-unread{display:inline-block;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#ff7a22;color:#fff;font-size:10.5px;font-weight:700;line-height:16px;text-align:center}.im-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#bbb;font-size:13px;line-height:2;text-align:center;padding:20px}.im-sub-tabs{display:flex;height:38px;border-bottom:1px solid #f0f2f4;flex-shrink:0;background:#fff}.im-chat-pane>.im-persistent-sub-tabs{position:relative;z-index:5;width:100%}.im-sub-tab{flex:1;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#999;cursor:pointer;position:relative;transition:color .15s}.im-sub-tab:hover{color:#555}.im-sub-tab.active{color:#176c39}.im-sub-tab.active::after{content:'';position:absolute;bottom:0;left:30%;right:30%;height:2px;background:#176c39;border-radius:1px}.im-contacts-subview,.im-conv-subview{flex:1;display:none;flex-direction:column;min-height:0;min-width:0}.im-contacts-subview.show,.im-conv-subview.show{display:flex}.im-contact-search-wrap{padding:8px 16px;flex-shrink:0;position:relative}.im-contact-search-wrap .fa-search{position:absolute;left:28px;top:50%;transform:translateY(-50%);color:#ccc;font-size:13px;pointer-events:none}.im-contact-search-wrap input{width:100%;box-sizing:border-box;padding:8px 12px 8px 36px;border:1.5px solid #e8ecf1;border-radius:8px;font-size:14px;outline:0;transition:border-color .15s}.im-contact-search-wrap input:focus{border-color:#176c39}.im-avatar-wrap{position:relative;flex-shrink:0}.im-avatar-dot{position:absolute;bottom:0;right:0;width:10px;height:10px;border-radius:50%;border:2px solid #fff}.im-avatar-dot.online{background:#2e9e5b}.im-avatar-dot.offline{background:#ccc}.im-status-text{font-size:12px;margin-top:2px}.im-status-text.online{color:#2e9e5b}.im-status-text.offline{color:#aaa}.im-msg-head{height:44px;display:flex;align-items:center;gap:10px;padding:0 12px;border-bottom:1px solid #f0f2f4;flex-shrink:0;background:#fff}.im-back-btn{border:none;background:#f2f5f3;width:28px;height:28px;border-radius:8px;cursor:pointer;color:#176c39;font-size:13px;display:flex;align-items:center;justify-content:center;transition:.15s}.im-back-btn:hover{background:#e3ede6}.im-msg-name{font-size:15px;font-weight:700;color:#333;display:flex;align-items:center;gap:7px;min-width:0}.im-msg-name>span:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.im-status-dot{width:8px;height:8px;border-radius:50%;background:#ccc;flex-shrink:0}.im-status-dot.on{background:#2e9e5b}.im-msg-area{flex:1;overflow-y:auto;background:#f7f9fa;padding:12px 16px}.im-msg-row{display:flex;flex-direction:column;margin-bottom:10px}.im-msg-row.me{align-items:flex-end}.im-msg-row.other{align-items:flex-start}.im-bubble{max-width:75%;padding:8px 12px;font-size:13.5px;line-height:1.55;word-break:break-word;white-space:pre-wrap}.im-msg-row.me .im-bubble{background:#176c39;color:#fff;border-radius:12px 12px 2px 12px}.im-msg-row.other .im-bubble{background:#fff;color:#374151;border-radius:12px 12px 12px 2px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.im-msg-time{font-size:10px;color:#aaa;margin-top:3px}.im-input-bar{background:#fff;border-top:1px solid #e8ecf1;display:flex;flex-direction:column;padding:8px 12px;gap:6px;flex-shrink:0;position:relative}.im-input-bar textarea{width:100%;border:1px solid #e8ecf1;border-radius:8px;resize:none;font-size:14px;outline:0;max-height:120px;min-height:36px;overflow-y:auto;font-family:inherit;line-height:1.5;background:#fafbfc;padding:8px 10px;box-sizing:border-box;transition:border-color .15s,background .15s}.im-input-bar textarea:focus{border-color:#176c39;background:#fff}.im-input-tools{display:flex;align-items:center;gap:4px}.im-input-tools .im-tool-btn{margin-right:auto}.im-send-btn{width:36px;height:36px;border-radius:50%;border:none;background:#176c39;color:#fff;cursor:pointer;flex-shrink:0;font-size:14px;display:flex;align-items:center;justify-content:center;transition:.2s;margin-left:auto}.im-send-btn:hover:not(:disabled){background:#165d38}.im-send-btn:disabled{background:#d5dbd7;cursor:not-allowed}.im-tool-btn{width:32px;height:32px;border:none;border-radius:50%;background:0 0;color:#888;cursor:pointer;flex-shrink:0;font-size:16px;display:flex;align-items:center;justify-content:center;transition:.15s}.im-tool-btn:hover{background:#f0f2f5;color:#176c39}.im-emoji-picker{position:absolute;bottom:58px;left:0;right:0;max-height:180px;overflow-y:auto;background:#fff;border-top:1px solid #e8ecf1;box-shadow:0 -4px 12px rgba(0,0,0,.06);padding:8px 12px;display:none;z-index:10}.im-emoji-picker.show{display:block}.im-emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:2px}.im-emoji-item{width:34px;height:34px;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;border-radius:6px;transition:background .1s}.im-emoji-item:hover{background:#f0f2f5}.im-conv-del{position:absolute;right:10px;top:8px;width:20px;height:20px;border:none;border-radius:50%;background:#fff;color:#999;font-size:11px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:.15s;padding:0;flex-shrink:0;z-index:2;box-shadow:0 1px 4px rgba(0,0,0,.12)}.im-conv-item:hover .im-conv-del{opacity:1}.im-conv-del:hover{background:#fee2e2;color:#e53935}.im-user-item .im-conv-del{right:12px;top:50%;margin-top:-10px}.im-contacts-toolbar{display:flex;align-items:center;gap:8px;padding:10px 16px 0}.im-contact-manage-btn{flex:1;padding:8px 12px;border:1.5px dashed #176c39;border-radius:8px;background:#f4faf6;color:#176c39;font-size:12.5px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:.15s}.im-contact-manage-btn:hover{background:#e8f5ee}.im-contact-mgr-row{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;transition:background .1s}.im-contact-mgr-row:hover{background:#f7f9fa}.im-contact-mgr-add{padding:5px 14px;border:none;border-radius:6px;background:#176c39;color:#fff;font-size:12px;font-weight:600;cursor:pointer}.im-contact-mgr-remove{padding:5px 14px;border:1px solid #e53935;border-radius:6px;background:#fff;color:#e53935;font-size:12px;font-weight:600;cursor:pointer}.im-contact-mgr-add:hover,.im-contact-mgr-remove:hover{opacity:.85}.im-module-done{position:absolute;right:-5px;top:-5px;min-width:18px;height:18px;border-radius:9px;background:linear-gradient(135deg,#1b9e4b,#2e9e5b);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 5px;box-shadow:0 2px 6px rgba(30,158,91,.45);border:2px solid #fff;animation:imDonePulse 1.6s ease-in-out infinite;z-index:3}@keyframes imDonePulse{0%,100%{transform:scale(1)}50%{transform:scale(1.15)}}.im-entry-card .im-card-icon{position:relative}.im-entry-card .im-module-done{right:-4px;top:-4px}.im-at-head{font-size:11.5px;color:#999;padding:4px 4px 8px;font-weight:600}.im-at-list{display:flex;flex-direction:column}.im-at-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:8px;cursor:pointer;transition:background .1s}.im-at-item:hover{background:#f0f2f5}.im-at-item .n{font-size:13px;color:#333;font-weight:500}.im-at-item .s{font-size:10.5px;color:#bbb}.im-mention{color:#176c39;font-weight:700;background:#e8f5ee;border-radius:4px;padding:0 3px}.im-msg-img{max-width:200px;max-height:200px;border-radius:8px;cursor:pointer;display:block}.im-msg-file{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f0f7f4;border:1px solid #d0e5dd;border-radius:8px;cursor:pointer;text-decoration:none;color:inherit;max-width:220px}.im-msg-file:hover{background:#e3f0ea}.im-msg-file-icon{font-size:24px;color:#176c39;flex-shrink:0}.im-msg-file-info{flex:1;min-width:0}.im-msg-file-name{font-size:13px;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.im-msg-file-size{font-size:11px;color:#999;margin-top:2px}.im-picker{position:absolute;inset:0;background:#fff;z-index:5;display:none;flex-direction:column;min-width:0}.im-picker.show{display:flex}.table-wrap{background:#fff!important;border-radius:12px!important;box-shadow:0 2px 12px rgba(0,0,0,.06)!important;overflow:hidden!important;border:1px solid #eef1f4!important;margin-bottom:12px!important}table:not([style*="display:none"]){border-collapse:collapse!important}table thead tr{background:linear-gradient(135deg,#176c39 0,#145c32 100%)!important;color:#fff!important}table thead td,table thead th{padding:13px 10px!important;text-align:center!important;font-weight:600!important;font-size:12.5px!important;letter-spacing:.5px;white-space:nowrap;color:#fff!important;border:none!important;background:linear-gradient(135deg,#176c39 0,#145c32 100%)!important;text-shadow:0 1px 2px rgba(0,0,0,.15)}table thead td:first-child,table thead th:first-child{border-radius:12px 0 0 0!important}table thead td:last-child,table thead th:last-child{border-radius:0 12px 0 0!important}table:not([style*="display:none"]) tbody tr{border-bottom:1px solid #f0f2f5!important;transition:background .15s ease!important}table:not([style*="display:none"]) tbody tr:nth-child(2n){background:#fafbfc!important}table:not([style*="display:none"]) tbody tr:hover{background:#eef7f0!important}table:not([style*="display:none"]) tbody tr:last-child{border-bottom:none!important}table:not([style*="display:none"]) td{padding:11px 8px!important;vertical-align:middle!important;border:none!important}table:not([style*="display:none"]) td img{border-radius:6px!important;transition:transform .2s ease,box-shadow .2s ease!important;cursor:pointer}table:not([style*="display:none"]) td img:hover{transform:scale(1.1)!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important}table:not([style*="display:none"]) td a[download],table:not([style*="display:none"]) td a[style*="cursor:pointer"],table:not([style*="display:none"]) td button{transition:all .15s ease!important;border-radius:6px!important;min-width:32px!important;height:30px!important;padding:4px 10px!important;font-size:12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;box-sizing:border-box!important;line-height:1!important}table:not([style*="display:none"]) td a i,table:not([style*="display:none"]) td button i{font-size:12px!important}table:not([style*="display:none"]) td a[download]:hover,table:not([style*="display:none"]) td button:hover{transform:translateY(-1px)!important;box-shadow:0 2px 8px rgba(0,0,0,.12)!important}table:not([style*="display:none"]) td input[type=checkbox],table:not([style*="display:none"]) th input[type=checkbox]{width:16px!important;height:16px!important;cursor:pointer!important;accent-color:#176C39!important}table:not([style*="display:none"]) td input[type=number],table:not([style*="display:none"]) td input[type=text]{border:1px solid #ddd!important;border-radius:4px!important;padding:3px 6px!important;font-size:12px!important;transition:border-color .15s!important}table:not([style*="display:none"]) td input[type=number]:focus,table:not([style*="display:none"]) td input[type=text]:focus{border-color:#176c39!important;outline:0!important}#app{height:100vh!important;min-height:100vh!important;overflow:hidden!important}.main-body{flex:1 1 auto!important;min-height:0!important;height:calc(100vh - 64px)!important;overflow:hidden!important;align-items:stretch!important;background:#f5f7fa}.sidebar{width:220px!important;height:100%!important;min-height:100%!important;align-self:stretch!important;flex:0 0 220px!important;overflow-y:auto!important;overflow-x:hidden!important;padding:18px 0 22px!important;background:#f4f8f5!important;border-right:1px solid #dde7e0!important;box-shadow:4px 0 16px rgba(18,63,41,.045)!important;scrollbar-width:thin;scrollbar-color:#C8D5CC transparent}.sidebar::-webkit-scrollbar{width:5px}.sidebar::-webkit-scrollbar-track{background:0 0}.sidebar::-webkit-scrollbar-thumb{background:#c8d5cc;border-radius:99px}.sidebar .menu-item{margin:2px 10px!important;padding:11px 14px!important;min-height:42px!important;border-left:none!important;border-radius:9px!important;color:#5f6f66!important}.sidebar .menu-item:hover{background:#eaf2ed!important;color:#176c39!important}.sidebar .menu-item.active{background:#176c39!important;color:#fff!important;border-left:none!important;box-shadow:0 5px 14px rgba(23,108,57,.16)!important}.sidebar .menu-item.active i,.sidebar .menu-item.active span{color:#fff!important}.sidebar>div[style*=border-top]{border-top-color:#dde7e0!important}#qlAdminLinks .menu-item,#qlUserLinks .menu-item{background:0 0}#qlAdminLinks .menu-item:hover,#qlUserLinks .menu-item:hover{background:#eaf2ed!important}.sidebar button[onclick="qlShowManageModal()"]{background:rgba(255,255,255,.55)!important;border-color:#9fc4aa!important}.sidebar button[onclick="qlShowManageModal()"]:hover{background:#fff!important}.content{flex:1 1 auto!important;min-width:0!important;min-height:0!important;height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;padding:20px 26px 30px!important;background:#f5f7fa!important;scrollbar-width:thin;scrollbar-color:#C9D1CC transparent}.content::-webkit-scrollbar{width:7px}.content::-webkit-scrollbar-track{background:0 0}.content::-webkit-scrollbar-thumb{background:#c9d1cc;border-radius:99px}.content>.gemi-breadcrumb-wrap,.gemi-content-topbar{margin-top:0!important}.gemi-breadcrumb-wrap{min-height:42px!important;display:flex!important;align-items:center!important}.content .page-section.active{padding-top:0!important}.content .page-section.active>:first-child{margin-top:0!important}.sidebar::after{content:"";display:block;min-height:18px}@media(max-width:1100px) and (min-width:769px){.sidebar{width:200px!important;flex-basis:200px!important}.content{padding-left:20px!important;padding-right:20px!important}}@media(max-width:768px){.main-body{height:calc(100vh - 52px)!important}.sidebar{display:none!important}.content{height:100%!important;padding:12px 12px 100px!important;overflow-y:auto!important}}body,html{width:100%!important;height:100%!important;min-height:100%!important;overflow:hidden!important}body{margin:0!important}#app{width:100%!important;height:100vh!important;min-height:100vh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.topbar{flex:0 0 64px!important;height:64px!important;min-height:64px!important;position:relative!important;z-index:1200!important;width:100%!important}.main-body{flex:1 1 auto!important;width:100%!important;min-height:0!important;height:calc(100vh - 64px)!important;display:flex!important;align-items:stretch!important;overflow:hidden!important;background:#f5f7fa!important}.sidebar{position:relative!important;flex:0 0 220px!important;width:220px!important;height:100%!important;min-height:0!important;max-height:100%!important;margin:0!important;padding:18px 0 22px!important;overflow-y:auto!important;overflow-x:hidden!important;background:#f4f8f5!important;border-right:1px solid #dce6df!important;box-shadow:4px 0 14px rgba(18,63,41,.04)!important;z-index:10}.sidebar::before{content:"";position:absolute;inset:0;background:#f4f8f5;z-index:-1;pointer-events:none}.sidebar .menu-item{margin:2px 10px!important;border-radius:9px!important}.sidebar .menu-item.active{background:#176c39!important;color:#fff!important}.content{position:relative!important;flex:1 1 auto!important;width:auto!important;min-width:0!important;height:100%!important;min-height:0!important;max-height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;padding:20px 26px 30px!important;margin:0!important;background:#f5f7fa!important;overscroll-behavior:contain}.content .page-section{min-height:auto!important}#page-pricing .table-wrap,#page-products #productList.table-wrap,#page-selection .table-wrap{max-height:none!important;overflow-y:visible!important}.sidebar{scrollbar-width:thin;scrollbar-color:#C8D5CC transparent}.content{scrollbar-width:thin;scrollbar-color:#C7D0CA transparent}.sidebar::-webkit-scrollbar{width:5px}.content::-webkit-scrollbar{width:7px}.content::-webkit-scrollbar-track,.sidebar::-webkit-scrollbar-track{background:0 0}.content::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-thumb{background:#c7d2cb;border-radius:99px}@media(max-width:1100px) and (min-width:769px){.sidebar{flex-basis:200px!important;width:200px!important}.content{padding:18px 20px 28px!important}}@media(max-width:768px){.topbar{flex-basis:52px!important;height:52px!important;min-height:52px!important}.main-body{height:calc(100vh - 52px)!important}.sidebar{display:none!important}.content{height:100%!important;max-height:100%!important;padding:12px 12px 100px!important;overflow-y:auto!important}}.topbar{padding-left:24px!important;padding-right:24px!important}.topbar .topbar-brand-v2{display:flex!important;align-items:center!important;gap:10px!important;min-width:0}.topbar .topbar-brand-v2 img{flex:0 0 auto}.topbar-brand-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;line-height:1.15}.topbar-brand-main{display:flex;align-items:baseline;gap:10px;min-width:0;white-space:nowrap}.topbar .topbar-brand-v2 .logo-text{color:#fff!important;font-size:17px!important;font-weight:750!important;letter-spacing:.6px!important}.topbar-slogan{color:rgba(255,255,255,.92);font-size:12px;font-weight:650;letter-spacing:.08px}.topbar-brand-sub{margin-top:4px;color:rgba(255,255,255,.58);font-size:9.5px;font-weight:450;white-space:nowrap}.workspace-brandline,.workspace-breadcrumb,.workspace-context{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important}.content{padding-top:18px!important}.content>.gemi-page-progress{top:0!important}.content .page-section.active{margin-top:0!important;padding-top:0!important}.content .page-section.active>:first-child{margin-top:0!important}.main-body{align-items:stretch!important}.content,.sidebar{height:100%!important;min-height:0!important;max-height:100%!important}@media(max-width:1180px) and (min-width:769px){.topbar-slogan{font-size:11px}.topbar-brand-sub{display:none}}@media(max-width:768px){.topbar{padding-left:14px!important;padding-right:14px!important}.topbar-brand-sub,.topbar-slogan{display:none!important}.topbar .topbar-brand-v2 .logo-text{font-size:15px!important}.content{padding-top:12px!important}}.topbar .topbar-brand-v2{gap:12px!important}.topbar-brand-main{gap:9px!important;align-items:center!important}.topbar .topbar-brand-v2 .logo-text{font-size:17px!important;line-height:1!important;font-weight:700!important;letter-spacing:.5px!important}.topbar-slogan{font-family:STKaiti,KaiTi,"Kaiti SC",FZKai-Z03,"Microsoft YaHei",sans-serif!important;font-size:16px!important;line-height:1.15!important;font-weight:500!important;letter-spacing:.6px!important;color:#fff!important;opacity:.98}.topbar-brand-sub{margin-top:5px!important;font-size:9px!important;line-height:1.15!important;font-weight:300!important;letter-spacing:1.05px!important;color:rgba(255,255,255,.55)!important}@media(max-width:1180px) and (min-width:769px){.topbar-slogan{font-size:14px!important}}@media(max-width:768px){.topbar-brand-sub,.topbar-slogan{display:none!important}}#pricingTable thead,#productTable thead,#selectionTable thead,.pricing-table thead,.product-table-header,.selection-table thead,.table-header,table thead,table thead th,table thead tr{background:#176c39!important;background-color:#176c39!important;background-image:none!important;color:#fff!important}table thead th,table thead th *{color:#fff!important}table thead th{border-color:rgba(255,255,255,.08)!important;box-shadow:none!important}.sidebar{padding-top:10px!important}.sidebar .menu-item{min-height:42px!important;height:42px!important;padding:0 14px!important;display:flex!important;align-items:center!important;box-sizing:border-box!important}.content{padding-top:12px!important}#page-products .product-header-row{min-height:42px!important;height:42px!important;padding:0!important;margin-top:0!important;margin-bottom:14px!important;display:flex!important;align-items:center!important}#page-products .product-header-row h2{margin:0!important;padding:0!important;line-height:42px!important;font-size:24px!important}#page-products .product-actions-bar{height:42px!important;align-items:center!important}.content .page-section.active>div:first-child h2,.content .page-section.active>h2{margin-top:0!important}@media(max-width:1100px) and (min-width:769px){.sidebar{padding-top:10px!important}.content{padding-top:12px!important}}@media(max-width:768px){.content{padding-top:12px!important}#page-products .product-header-row{height:auto!important;min-height:0!important}#page-products .product-header-row h2{line-height:1.3!important}#page-products .product-actions-bar{height:auto!important}}@media (max-width:1360px) and (min-width:769px){#page-products .product-header-row{position:relative!important;z-index:30!important;flex-wrap:nowrap!important;overflow:visible!important}#page-products .product-header-row h2{min-width:0!important;flex:1 1 auto!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}#page-products .product-actions-bar{flex:0 0 auto!important;flex-wrap:nowrap!important;overflow:visible!important}#page-products .product-actions-bar>.desktop-only{display:none!important}#page-products .m-more-btn{display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;padding:0!important;flex:0 0 38px!important}#page-products .m-more-menu{z-index:200!important}#page-products #addProductBtn{white-space:nowrap!important;flex:0 0 auto!important}}#app,body,html{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.main-body{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;align-items:stretch!important}.sidebar{flex:0 0 220px!important;width:220px!important;min-width:220px!important;max-width:220px!important;height:100%!important;min-height:0!important;max-height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;box-sizing:border-box!important;margin:0!important}.content{flex:1 1 0!important;width:0!important;min-width:0!important;max-width:none!important;height:100%!important;min-height:0!important;max-height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;box-sizing:border-box!important;margin:0!important}#page-gallery,#page-imagemgmt,#page-materialmgmt,#page-pricing,#page-products,#page-selection,.content .page-section,.content .page-section.active{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}#productList.table-wrap,#pxDesktopQueue,.desktop-table-wrap,.import-table-shell,.table-wrap{max-width:100%!important;overflow-x:auto!important;overscroll-behavior-x:contain!important}.content img,.content input,.content select,.content textarea{max-width:100%}.content,.sidebar{align-self:stretch!important;border-bottom:0!important}.sidebar{scrollbar-gutter:auto!important}@media(max-width:1100px) and (min-width:769px){.sidebar{flex-basis:200px!important;width:200px!important;min-width:200px!important;max-width:200px!important}}@media(max-width:768px){.content{width:100%!important;overflow-x:hidden!important}}.mat-action-panel{width:100%;min-width:168px;max-width:184px;margin:0 auto;display:flex;flex-direction:column;gap:6px}.mat-action-main{width:100%;height:34px;border:1px solid #176c39;border-radius:8px;background:#176c39;color:#fff;display:flex;align-items:center;justify-content:center;gap:6px;font-size:11.5px;font-weight:700;cursor:pointer;box-shadow:0 3px 8px rgba(23,108,57,.13);transition:.16s ease}.mat-action-main:hover:not(:disabled){background:#0f5a31;border-color:#0f5a31;transform:translateY(-1px)}.mat-action-main.is-loading{opacity:.7;cursor:not-allowed;transform:none}.mat-action-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;align-items:stretch}.mat-action-mini{min-width:0;height:32px;padding:0 5px;border-radius:7px;border:1px solid #dde5e0;background:#fff;color:#5e6c64;display:flex;align-items:center;justify-content:center;gap:4px;font-size:10.5px;font-weight:650;cursor:pointer;white-space:nowrap;transition:.15s ease}.mat-action-mini i{font-size:10px}.mat-action-mini:hover{transform:translateY(-1px);box-shadow:0 3px 8px rgba(16,24,40,.07)}.mat-action-mini.info{color:#c86a24;border-color:#f1d3b8;background:#fff9f4}.mat-action-mini.prompt{color:#7251c8;border-color:#ded3f4;background:#fbf9ff}.mat-action-mini.draw{color:#176c39;border-color:#cde2d4;background:#f2f8f4}.mat-action-mini.more{color:#6b756f;border-color:#dde3df;background:#fafbfa}.mat-more-wrap{width:100%;position:relative}.mat-more-wrap .mat-action-mini{width:100%}.mat-more-wrap .op-more-menu{right:0;top:calc(100% + 5px);min-width:128px;z-index:120}.mat-more-wrap .op-more-menu .op-btn{min-height:32px;border:0;background:#fff;color:#5d6962}.mat-more-wrap .op-more-menu .op-btn-danger{color:#d93b3b}#imgMgmtList table tbody td{vertical-align:middle!important}@media(max-width:768px){.mat-action-panel{min-width:0;max-width:none}.mat-action-main{height:38px;font-size:12px}.mat-action-mini{height:36px;font-size:11px}}:root{--gemi-table-head:#176C39}#imgMgmtList table thead,#imgMgmtList table thead th,#imgMgmtList table thead tr,#productList table thead,#productList table thead th,#productList table thead tr,#pxDesktopQueue table thead,#pxDesktopQueue table thead th,#pxDesktopQueue table thead tr,#selectionShelf table thead,#selectionShelf table thead th,#selectionShelf table thead tr,.ai-tool-modal table thead,.ai-tool-modal table thead th,.ai-tool-modal table thead tr,.content table thead,.content table thead th,.content table thead tr,.desktop-table-wrap table thead,.desktop-table-wrap table thead th,.desktop-table-wrap table thead tr,.import-preview-table th,.import-preview-table thead,.import-preview-table thead tr,.import-pro-shell table thead,.import-pro-shell table thead th,.import-pro-shell table thead tr,.import-table-shell table thead,.import-table-shell table thead th,.import-table-shell table thead tr,.modal-overlay table thead,.modal-overlay table thead th,.modal-overlay table thead tr,.table-wrap table thead,.table-wrap table thead th,.table-wrap table thead tr{background:#176c39!important;background-color:#176c39!important;background-image:none!important;color:#fff!important;box-shadow:none!important}#imgMgmtList table thead th *,#productList table thead th *,#pxDesktopQueue table thead th *,#selectionShelf table thead th *,.ai-tool-modal table thead th *,.content table thead th *,.import-preview-table th *,.import-pro-shell table thead th *,.modal-overlay table thead th *{color:#fff!important}.ai-tool-modal table thead th *,.content table thead th,.import-preview-table th,.import-pro-shell table thead th,.modal-overlay table thead th{border-bottom-color:#176c39!important}.gallery-table-header,.material-table-header,.pricing-table-header,.product-table-header,.selection-table-header,.table-header,[class*=table-header],[class*=tableHeader]{background:#176c39!important;background-color:#176c39!important;background-image:none!important;color:#fff!important}.gallery-table-header *,.material-table-header *,.pricing-table-header *,.product-table-header *,.selection-table-header *,.table-header *{color:#fff!important}#productList table thead th:hover,.content table thead th:hover,.import-pro-shell table thead th:hover,.modal-overlay table thead th:hover{background:#176c39!important;background-color:#176c39!important;background-image:none!important;color:#fff!important}.content .page-section h1,.content .page-section h2,.content .page-section h3{display:flex!important;align-items:center!important;gap:0!important}.content .page-section h1>i:first-child,.content .page-section h2>i:first-child,.content .page-section h3>i:first-child{display:none!important}.content .page-section h1,.content .page-section h2{color:#25332b!important}.content .page-section button[onclick*=Batch],.content .page-section button[onclick*=Clear],.content .page-section button[onclick*=batch],.content .page-section button[onclick*=clear],.content .page-section button[onclick*=confirmPendingToPricing]{min-height:34px;border-radius:8px!important;font-size:12px!important;font-weight:650!important}#page-gallery #galleryList{display:block;width:100%;min-height:120px}#page-gallery #galleryList .table-wrap{width:100%;max-width:100%;overflow-x:auto}#page-gallery #galleryList img{display:inline-block}#page-materialmgmt #matMgmtList{width:100%;min-height:120px}#page-materialmgmt #matMgmtList .table-wrap{width:100%;max-width:100%;overflow-x:auto}#page-materialmgmt #matMgmtList img{display:inline-block}#page-gallery>div:first-child>div:last-child{gap:8px!important}.gallery-tool-btn{height:36px;padding:0 13px;border-radius:8px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:650;white-space:nowrap;cursor:pointer;transition:.15s ease;box-shadow:none}.gallery-tool-btn i{width:13px;text-align:center;font-size:11px}.gallery-tool-btn.primary{background:#176c39;border-color:#176c39;color:#fff}.gallery-tool-btn.primary:hover{background:#0f5a31;border-color:#0f5a31;transform:translateY(-1px)}.gallery-tool-btn.neutral{background:#fff;border-color:#d9e1dc;color:#66736c}.gallery-tool-btn.neutral:hover{background:#f5f8f6;border-color:#c7d3cb;color:#176c39}.gallery-tool-btn.danger-outline{background:#fff;border-color:#e7b8b8;color:#c94343}.gallery-tool-btn.danger-outline:hover{background:#fff5f5;border-color:#d96868}.gallery-tool-btn.danger{background:#d94343;border-color:#d94343;color:#fff}.gallery-tool-btn.danger:hover{background:#c93434;border-color:#c93434;transform:translateY(-1px)}.gallery-tool-btn:disabled{opacity:.58;cursor:not-allowed;transform:none!important}.gallery-select-checkbox{width:16px!important;height:16px!important;margin:0!important;cursor:pointer!important;accent-color:#176C39;vertical-align:middle}#galleryList thead th:first-child{text-align:center!important}#gallerySelAll:indeterminate{accent-color:#176C39}@media(max-width:900px){.gallery-tool-btn{height:34px;padding:0 10px;font-size:11px}}#imPanelCloseBtn{position:relative;z-index:5;pointer-events:auto!important;cursor:pointer!important}#imPanelCloseBtn:active{transform:scale(.94)}#imPanelCloseBtn:focus-visible{outline:2px solid rgba(255,255,255,.8);outline-offset:2px}.im-module-done.is-read{min-width:16px!important;width:16px!important;height:16px!important;padding:0!important;right:-3px!important;top:-3px!important;font-size:9px!important;background:#2e9e5b!important;border:2px solid #fff!important;box-shadow:0 1px 4px rgba(30,158,91,.22)!important;animation:none!important;opacity:.72}.im-entry-card:has(.im-module-done.is-read){border-color:#d7e8dc!important}.im-entry-card:has(.im-module-done:not(.is-read)){border-color:#a9d0b5!important;box-shadow:0 4px 14px rgba(23,108,57,.08)!important}#page-gallery>div:first-child{gap:14px!important}#page-gallery>div:first-child>div:last-child{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}.gallery-toolbar-btn{height:36px!important;padding:0 14px!important;border-radius:9px!important;border:1px solid transparent!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;white-space:nowrap!important;font-size:12px!important;font-weight:650!important;line-height:1!important;cursor:pointer!important;transition:all .16s ease!important;box-shadow:none!important}.gallery-toolbar-btn i{width:13px!important;text-align:center!important;font-size:11px!important}.gallery-toolbar-btn.primary{background:#176c39!important;border-color:#176c39!important;color:#fff!important}.gallery-toolbar-btn.primary:hover{background:#0f5a31!important;border-color:#0f5a31!important;transform:translateY(-1px);box-shadow:0 4px 10px rgba(23,108,57,.14)!important}.gallery-toolbar-btn.neutral{background:#fff!important;border-color:#d8e0db!important;color:#66736c!important}.gallery-toolbar-btn.neutral:hover{background:#f5f8f6!important;border-color:#c3d1c8!important;color:#176c39!important}.gallery-toolbar-btn.danger-outline{background:#fff!important;border-color:#e7b4b4!important;color:#c94343!important}.gallery-toolbar-btn.danger-outline:hover{background:#fff5f5!important;border-color:#d96565!important}.gallery-toolbar-btn.danger{background:#d94343!important;border-color:#d94343!important;color:#fff!important}.gallery-toolbar-btn.danger:hover{background:#c93434!important;border-color:#c93434!important;transform:translateY(-1px);box-shadow:0 4px 10px rgba(217,67,67,.16)!important}.gallery-toolbar-btn:disabled{opacity:.58!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}#page-gallery input[type=text],#page-gallery select{height:36px!important;border-radius:9px!important;border-color:#dce3df!important}#page-gallery input[type=text]:focus,#page-gallery select:focus{outline:0!important;border-color:#8fb8a0!important;box-shadow:0 0 0 3px rgba(23,108,57,.07)!important}@media(max-width:900px){.gallery-toolbar-btn{height:34px!important;padding:0 11px!important;font-size:11px!important}}#pxHistoryModal .px-history-footer-btn{height:38px;padding:0 15px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:650;line-height:1;white-space:nowrap;cursor:pointer;transition:.15s ease}#pxHistoryModal .px-history-footer-btn i{width:13px;text-align:center;font-size:11px}#pxHistoryModal .px-history-footer-btn.danger-outline{color:#c94343;background:#fff;border:1px solid #e3afaf}#pxHistoryModal .px-history-footer-btn.danger-outline:hover{background:#fff5f5;border-color:#d45f5f;transform:translateY(-1px)}#pxHistoryModal .px-history-footer-btn.danger{color:#fff;background:#d94343;border:1px solid #d94343}#pxHistoryModal .px-history-footer-btn.danger:hover{background:#c93434;border-color:#c93434;transform:translateY(-1px)}#pxHistoryModal .px-history-footer-btn:disabled{opacity:.58;cursor:not-allowed;transform:none!important}#page-pricing #pxDesktopQueue #pxPricingTable thead,#page-pricing #pxDesktopQueue #pxPricingTable thead th,#page-pricing #pxDesktopQueue #pxPricingTable thead tr{background:#176c39!important;background-color:#176c39!important;background-image:none!important;color:#fff!important;box-shadow:none!important;filter:none!important;opacity:1!important}#page-pricing #pxDesktopQueue #pxPricingTable thead th,#page-pricing #pxDesktopQueue #pxPricingTable thead th *,#page-pricing #pxDesktopQueue #pxPricingTable thead th small{color:#fff!important;-webkit-text-fill-color:#FFFFFF!important}#page-pricing #pxDesktopQueue #pxPricingTable thead th::after,#page-pricing #pxDesktopQueue #pxPricingTable thead th::before,#page-pricing #pxDesktopQueue #pxPricingTable thead tr::after,#page-pricing #pxDesktopQueue #pxPricingTable thead tr::before{background:0 0!important;background-image:none!important;content:none!important}#page-pricing #pxDesktopQueue #pxPricingTable thead th{border-top:0!important;border-bottom:0!important;border-left-color:rgba(255,255,255,.06)!important;border-right-color:rgba(255,255,255,.06)!important}#page-materials td:last-child .action-grid,#page-materials td:last-child .mat-action-grid,#page-materials td:last-child .material-action-grid,#page-materials td:last-child>div{overflow:visible!important}#page-materials td:last-child button{height:34px!important;min-width:72px!important;padding:0 12px!important;border-radius:8px!important;font-size:12px!important;font-weight:650!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;white-space:nowrap!important;box-shadow:none!important;transition:transform .15s ease,box-shadow .15s ease,background .15s ease!important}#page-materials td:last-child button:hover{transform:translateY(-1px)!important;box-shadow:0 4px 10px rgba(15,62,39,.1)!important}#page-materials td:last-child button i{font-size:12px!important}#page-materials td:last-child .mat-oneclick-btn,#page-materials td:last-child .one-click-btn,#page-materials td:last-child button[data-action=oneclick],#page-materials td:last-child button[title*="一键"]{width:230px!important;max-width:100%!important;min-width:210px!important;height:38px!important;background:#176c39!important;border:1px solid #176c39!important;color:#fff!important;box-shadow:0 4px 12px rgba(23,108,57,.16)!important}#page-materials td:last-child .mat-oneclick-btn:hover,#page-materials td:last-child .one-click-btn:hover,#page-materials td:last-child button[data-action=oneclick]:hover,#page-materials td:last-child button[title*="一键"]:hover{background:#125c31!important;border-color:#125c31!important}#page-materials td:last-child .mat-info-btn,#page-materials td:last-child button[data-action=info],#page-materials td:last-child button[title*="信息"]{background:#fff7ed!important;border:1px solid #f3c58e!important;color:#c56a12!important}#page-materials td:last-child .mat-prompt-btn,#page-materials td:last-child button[data-action=prompt],#page-materials td:last-child button[title*="提示"]{background:#f6f1ff!important;border:1px solid #cdb8f5!important;color:#7047c7!important}#page-materials td:last-child .mat-image-btn,#page-materials td:last-child button[data-action=image],#page-materials td:last-child button[title*="出图"]{background:#ecf8f1!important;border:1px solid #a9d7bb!important;color:#176c39!important}#page-materials td:last-child .mat-more-btn,#page-materials td:last-child button[data-action=more],#page-materials td:last-child button[title*="更多"]{min-width:82px!important;background:#f4f7f9!important;border:1px solid #cad5dd!important;color:#52616b!important}#page-materials table,#page-materials tbody,#page-materials td:last-child,#page-materials tr{overflow:visible!important}#page-materials .action-more-menu,#page-materials .mat-more-menu,#page-materials .material-more-menu,#page-materials [class*=more-menu]{z-index:9999!important;min-width:150px!important;padding:6px!important;border-radius:10px!important;background:#fff!important;border:1px solid #e2e8e5!important;box-shadow:0 10px 28px rgba(18,55,36,.16)!important}#page-materials td:last-child button i,#page-materials td:last-child button svg{color:currentColor!important;fill:currentColor}#imgMgmtList .mat-action-panel{width:100%!important;min-width:228px!important;max-width:244px!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:7px!important;overflow:visible!important}#imgMgmtList .mat-action-main{width:100%!important;min-width:228px!important;height:38px!important;padding:0 18px!important;border-radius:9px!important;border:1px solid #176c39!important;background:#176c39!important;background-image:none!important;color:#fff!important;font-size:12.5px!important;font-weight:720!important;letter-spacing:.1px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;box-shadow:0 4px 12px rgba(23,108,57,.16)!important;cursor:pointer!important;transition:.16s ease!important}#imgMgmtList .mat-action-main:hover:not(:disabled){background:#0f5a31!important;border-color:#0f5a31!important;transform:translateY(-1px)!important;box-shadow:0 6px 14px rgba(23,108,57,.2)!important}#imgMgmtList .mat-action-main i{color:#fff!important;font-size:12px!important}#imgMgmtList .mat-action-main.is-loading{opacity:.7!important;cursor:not-allowed!important;transform:none!important}#imgMgmtList .mat-action-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;align-items:stretch!important;overflow:visible!important;width:100%!important}#imgMgmtList .mat-action-mini{min-width:0!important;width:100%!important;height:34px!important;padding:0 7px!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;font-size:11px!important;font-weight:680!important;line-height:1!important;white-space:nowrap!important;cursor:pointer!important;transition:.15s ease!important;box-shadow:none!important}#imgMgmtList .mat-action-mini i{font-size:10.5px!important;color:currentColor!important}#imgMgmtList .mat-action-mini:hover{transform:translateY(-1px)!important;box-shadow:0 4px 10px rgba(16,24,40,.08)!important}#imgMgmtList .mat-action-mini.info{color:#c96b18!important;border:1px solid #f0c894!important;background:#fff7ed!important}#imgMgmtList .mat-action-mini.info:hover{background:#fff0dd!important;border-color:#e8b978!important}#imgMgmtList .mat-action-mini.prompt{color:#7047c7!important;border:1px solid #cdbaf2!important;background:#f7f2ff!important}#imgMgmtList .mat-action-mini.prompt:hover{background:#f0e8ff!important;border-color:#bfa5ee!important}#imgMgmtList .mat-action-mini.draw{color:#176c39!important;border:1px solid #a9d4b8!important;background:#edf8f1!important}#imgMgmtList .mat-action-mini.draw:hover{background:#e4f4ea!important;border-color:#92c7a4!important}#imgMgmtList .mat-action-mini.del{color:#d23f3f!important;border:1px solid #f3c2c2!important;background:#fef5f5!important}#imgMgmtList .mat-action-mini.del:hover{color:#b83434!important;background:#fde8e8!important;border-color:#e8a5a5!important}#imgMgmtList table tbody td{vertical-align:middle!important}@media(max-width:768px){#imgMgmtList .mat-action-panel{min-width:0!important;max-width:none!important}#imgMgmtList .mat-action-main{min-width:0!important;width:100%!important;height:40px!important}#imgMgmtList .mat-action-row{grid-template-columns:repeat(4,minmax(0,1fr))!important}#imgMgmtList .mat-action-mini{height:36px!important;font-size:11.5px!important}}#page-imagemgmt #imgMgmtList .mat-action-panel{container-type:inline-size!important}@container (max-width:216px){#imgMgmtList .mat-action-mini span,#page-imagemgmt #imgMgmtList .mat-action-mini span{display:none!important}}.sidebar .menu-item.active{background:#eaf7ef!important;color:#176c39!important;box-shadow:inset 0 0 0 1px #d5ebdd!important}.sidebar .menu-item.active::before{width:3px!important;background:#2b8a57!important}.sidebar .menu-item.active>i,.sidebar .menu-item.active>span:not(.menu-badge){color:#176c39!important}.sidebar .menu-item .menu-badge{display:none!important}.sidebar .menu-item .menu-badge.show:not(.gemi-badge-hidden){display:inline-flex!important}@media (max-width:1360px) and (min-width:769px){#productList.table-wrap{overflow-x:auto!important;overflow-y:visible!important;scrollbar-gutter:stable!important}#productList.table-wrap>table{min-width:980px!important}#productList.table-wrap td:last-child,#productList.table-wrap th:last-child{position:sticky!important;right:0!important;z-index:4!important;min-width:132px!important;background:#fff!important;box-shadow:-8px 0 14px rgba(25,54,37,.08)!important}#productList.table-wrap thead th:last-child{z-index:6!important;background:#176c39!important;color:#fff!important}}.page-section>.gemi-responsive-header{width:100%!important;min-width:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;gap:12px!important;overflow:visible!important;position:relative!important;z-index:25!important}.gemi-responsive-header>h2{min-width:0!important;flex:1 1 auto!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.gemi-responsive-actions{min-width:0!important;flex:0 1 auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:nowrap!important;gap:8px!important;overflow:visible!important}.gemi-responsive-actions>button{min-height:36px!important;white-space:nowrap!important;flex:0 0 auto!important}.gemi-responsive-more{position:relative!important;display:none;flex:0 0 auto!important}.gemi-responsive-more.has-items{display:block!important}.gemi-responsive-more-toggle{width:38px!important;height:38px!important;min-width:38px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid #d7e2da!important;border-radius:9px!important;background:#fff!important;color:#176c39!important;cursor:pointer!important}.gemi-responsive-more-menu{display:none;position:absolute!important;top:calc(100% + 7px)!important;right:0!important;z-index:1000!important;width:max-content!important;min-width:176px!important;max-width:min(280px,calc(100vw - 28px))!important;padding:7px!important;background:#fff!important;border:1px solid #e1e9e4!important;border-radius:11px!important;box-shadow:0 12px 30px rgba(20,54,34,.16)!important}.gemi-responsive-more.open .gemi-responsive-more-menu{display:flex!important;flex-direction:column!important;gap:4px!important}.gemi-responsive-more-menu>button{width:100%!important;min-height:38px!important;margin:0!important;padding:8px 11px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;text-align:left!important;white-space:nowrap!important;border-radius:7px!important;box-shadow:none!important}.page-section .desktop-table-wrap,.page-section .table-wrap{max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}.page-section input,.page-section select,.page-section textarea{max-width:100%;box-sizing:border-box}@media (max-width:1360px) and (min-width:769px){.content{padding-left:18px!important;padding-right:18px!important}.page-section>.gemi-responsive-header{gap:10px!important}.gemi-responsive-actions{gap:6px!important}.gemi-responsive-actions>button{padding-left:11px!important;padding-right:11px!important}}@media (max-width:768px){.content{padding:12px 12px 100px!important}.page-section>.gemi-responsive-header{min-height:42px!important;margin-bottom:12px!important;gap:8px!important}.gemi-responsive-header>h2{max-width:52%!important;font-size:19px!important;line-height:1.25!important}.gemi-responsive-actions{gap:6px!important}.gemi-responsive-actions>button{min-height:38px!important;padding-left:10px!important;padding-right:10px!important;font-size:12px!important}.page-section .desktop-table-wrap,.page-section .table-wrap{border-radius:10px!important}.page-section [style*="display:flex"]{max-width:100%}}.sidebar .menu-item .menu-badge,.sidebar .menu-item.active .menu-badge{color:#0b5d35!important}#page-imagemgmt>.gemi-responsive-header,#page-materialmgmt>.gemi-responsive-header{z-index:1002!important}#imgMgmtClearAllBtn,#matGenHistoryBtn{position:relative!important;z-index:1003!important;pointer-events:auto!important}@media (max-width:768px){.mobile-bottom-nav{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;transform:none!important;padding:5px max(5px,env(safe-area-inset-right)) calc(5px + env(safe-area-inset-bottom)) max(5px,env(safe-area-inset-left))!important;gap:2px!important;border-radius:0!important;border-top:1px solid #dce8e0!important;background:rgba(255,255,255,.97)!important;box-shadow:0 -5px 18px rgba(22,68,42,.1)!important;backdrop-filter:blur(18px)!important;z-index:1200!important;box-sizing:border-box!important}.mobile-bottom-nav .nav-item{width:100%!important;min-width:0!important;max-width:none!important;min-height:52px!important;padding:5px 2px!important;border-radius:9px!important;gap:3px!important;color:#708078!important;font-size:9.5px!important}.mobile-bottom-nav .nav-item i{font-size:17px!important}.mobile-bottom-nav .nav-item.active{background:#eaf7ef!important;color:#0b5d35!important}.mobile-bottom-nav .nav-item .nav-badge{top:1px!important;right:7px!important}.content{padding-bottom:78px!important}.im-float-btn{bottom:76px!important;right:12px!important}.im-panel{bottom:136px!important;max-height:calc(100vh - 150px)!important}}.sidebar .menu-item .menu-badge,.sidebar .menu-item.active .menu-badge{background:0 0!important;background-image:none!important;color:#0b5d35!important;border-color:transparent!important;box-shadow:none!important}@media (max-width:1500px){#page-products .product-header-row{position:relative!important;z-index:40!important;flex-wrap:nowrap!important;overflow:visible!important}#page-products .product-actions-bar{flex-wrap:nowrap!important;overflow:visible!important}#page-products .product-actions-bar>.desktop-only{display:none!important}#page-products .m-more-btn{display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;padding:0!important}#page-products .m-more-menu.show{display:block!important;z-index:1200!important}}#productSearchBtn{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:0 0 auto}@media(max-width:760px){#page-products .product-search-bar{display:grid!important;grid-template-columns:minmax(0,1fr) 40px;gap:8px!important}#page-products .product-search-input-wrap{min-width:0!important;width:auto!important}#page-products #productSearch{min-width:0!important}#page-products #productSearchBtn{display:inline-flex!important;width:40px;min-width:40px;padding:0!important}#page-products #productSearchBtn .product-search-btn-text{display:none}}#imPanel.im-panel{z-index:20000!important;isolation:isolate}#imFloatBtn.im-float-btn{z-index:20001!important}.im-panel-actions{display:flex;align-items:center;gap:7px;flex:0 0 auto}.im-entry-card:nth-child(4){animation-delay:.26s}#imPanel.im-panel.im-chat-expanded{width:min(1040px,92vw)!important;height:min(760px,86vh)!important;max-height:86vh!important;top:7vh!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translateX(-50%)!important;border-radius:18px!important}#imPanel.im-chat-expanded .im-chat-pane{max-width:none}@media(max-width:700px){#imPanel.im-panel.im-chat-expanded{inset:0!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important;transform:none!important;border-radius:0!important}}@media(max-width:600px){#imPanel .im-panel-head{display:grid!important;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:8px;padding:12px 14px!important}#imPanel .im-panel-brand{min-width:0;width:100%}#imPanel .im-brand-copy{min-width:0;overflow:hidden}#imPanel .im-brand-title{display:flex;flex-wrap:wrap;gap:4px 7px;line-height:1.2}#imPanel .im-brand-sub{white-space:normal;overflow-wrap:anywhere}#imPanel #imPanelCloseBtn{justify-self:end;position:relative;z-index:2}}#app:not(.active){display:none!important}#loginPage{position:fixed;inset:0;width:100%;min-height:100vh;min-height:100dvh;overflow:auto;padding:24px 16px;z-index:50000;gap:clamp(36px,7vw,110px)}.login-card{position:relative;flex:0 0 auto!important;align-self:center!important;height:auto!important;min-height:0!important;max-height:none!important}.login-slogan-showcase{width:min(36vw,460px);display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.login-slogan-showcase img{display:block;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(0,0,0,.14))}@media(max-width:800px){#loginPage{flex-direction:column;padding:14px;gap:8px;align-items:center;justify-content:center}#loginPage .login-card{flex:0 0 auto;width:min(100%,380px);padding:28px 24px 22px}.login-slogan-showcase{order:-1;width:min(72vw,300px);flex:0 0 auto}.login-slogan-showcase img{max-height:88px}.login-logo-big{height:58px}.login-card h1{margin-top:10px}}@media(max-height:650px){#loginPage{align-items:center;justify-content:flex-start;padding-top:20px;padding-bottom:20px}#loginPage .login-card{margin:auto;height:auto!important;flex:none!important}}.gemi-pull-refresh{position:fixed;z-index:60000;left:50%;top:10px;transform:translate(-50%,-70px);min-width:118px;height:38px;padding:0 14px;border-radius:20px;display:flex;align-items:center;justify-content:center;gap:7px;color:#176c39;background:rgba(255,255,255,.97);box-shadow:0 5px 18px rgba(15,79,42,.2);font-size:13px;font-weight:650;opacity:0;transition:transform .18s ease,opacity .18s ease;pointer-events:none}.gemi-pull-refresh.show{opacity:1}.gemi-pull-refresh.ready{color:#fff;background:#176c39}.gemi-pull-refresh.refreshing .gemi-pull-icon{animation:gemiPullSpin .7s linear infinite}@keyframes gemiPullSpin{to{transform:rotate(360deg)}}@media(min-width:769px){.gemi-pull-refresh{display:none}}.shared-import-banner{position:fixed;z-index:55000;top:14px;left:50%;transform:translate(-50%,-90px);width:min(560px,calc(100vw - 28px));min-height:64px;padding:11px 14px;display:grid;grid-template-columns:38px minmax(0,1fr) 44px;align-items:center;gap:11px;background:rgba(255,255,255,.98);border:1px solid #dce9e1;border-radius:15px;box-shadow:0 12px 34px rgba(17,68,40,.2);opacity:0;pointer-events:none;transition:transform .24s ease,opacity .24s ease}.shared-import-banner.show{transform:translate(-50%,0);opacity:1}.sib-icon{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#eaf6ef;color:#176c39;font-size:16px}.sib-title{font-size:13px;font-weight:750;color:#193c2a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sib-detail{margin-top:2px;font-size:10.5px;color:#738078;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sib-track{height:5px;margin-top:7px;border-radius:99px;background:#e6eee9;overflow:hidden}.sib-fill{height:100%;width:0;border-radius:inherit;background:#176c39;transition:width .3s ease}.sib-percent{text-align:right;font-size:12px;font-weight:750;color:#176c39}.shared-import-banner.done .sib-icon{background:#e6f7ed;color:#138a46}.shared-import-banner.failed .sib-icon{background:#fff0ec;color:#d6452d}.shared-import-banner.failed .sib-fill{background:#d6452d}@media(max-width:600px){.shared-import-banner{top:8px;grid-template-columns:34px minmax(0,1fr) 38px;padding:9px 10px;min-height:58px;border-radius:13px}.sib-icon{width:34px;height:34px}.sib-title{font-size:12px}.sib-detail{font-size:10px}}.topbar .gemi-brand-with-art .gemi-header-tool-name{display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;height:28px;padding-right:14px;border-right:1px solid rgba(255,255,255,.26);color:#fff;font-size:18px;font-weight:750;line-height:1;letter-spacing:.4px;white-space:nowrap}.topbar .gemi-brand-with-art .gemi-handwritten-slogan{margin-left:2px!important}@media(min-width:769px){#sidebar.sidebar{display:flex!important;flex-direction:column!important}}.sidebar-version-footer{margin-top:auto;padding:16px 18px 7px;text-align:center;color:#8b9990;font-size:10px;font-weight:500;letter-spacing:.35px;border-top:1px solid #e8eeea;white-space:nowrap;flex:0 0 auto}@media(max-width:1100px){.topbar .gemi-brand-with-art .gemi-header-tool-name{font-size:15px;padding-right:9px}.topbar .gemi-brand-with-art .gemi-handwritten-slogan{max-width:24vw!important}}@media(max-width:768px){.topbar .gemi-brand-with-art .gemi-header-tool-name{font-size:12.5px;padding-right:0;border-right:0}.topbar .gemi-brand-with-art .gemi-handwritten-slogan{display:none!important}}@media(max-width:480px){.topbar .gemi-brand-with-art{gap:5px!important}.topbar .gemi-brand-with-art .gemi-logo{height:22px!important}.topbar .gemi-brand-with-art .gemi-header-tool-name{font-size:11px;letter-spacing:0}}@media (max-width:1360px){#imgMgmtList,#productList.table-wrap,#pxDesktopQueue,#selectionShelf,.page-section .desktop-table-wrap,.page-section .table-wrap{width:100%!important;max-width:100%!important;overflow-x:hidden!important}#productList.table-wrap>table,#pxPricingTable,.page-section table{width:100%!important;max-width:100%!important;min-width:0!important;table-layout:fixed!important}.page-section table td,.page-section table th{min-width:0!important;max-width:none!important;padding:6px 4px!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;line-height:1.35!important}.page-section table td input,.page-section table td select{max-width:100%!important;box-sizing:border-box!important}.page-section table td button{max-width:100%!important;margin:2px!important;white-space:normal!important}#productList.table-wrap td:last-child,#productList.table-wrap th:last-child{position:static!important;min-width:0!important;box-shadow:none!important}#pxPricingTable{font-size:10.5px!important}#pxPricingTable td:first-child,#pxPricingTable th:first-child{width:15%!important}#pxPricingTable td:nth-child(2),#pxPricingTable th:nth-child(2){width:13%!important}#pxPricingTable td:nth-child(3),#pxPricingTable th:nth-child(3){width:16%!important}#pxPricingTable td:nth-child(4),#pxPricingTable td:nth-child(5),#pxPricingTable td:nth-child(6),#pxPricingTable td:nth-child(7),#pxPricingTable td:nth-child(8),#pxPricingTable th:nth-child(4),#pxPricingTable th:nth-child(5),#pxPricingTable th:nth-child(6),#pxPricingTable th:nth-child(7),#pxPricingTable th:nth-child(8){width:9%!important}#pxPricingTable td:nth-child(9),#pxPricingTable th:nth-child(9){width:11%!important}#pxPricingTable th small{font-size:9px!important;line-height:1.2!important}#pxPricingTable td>div{max-width:100%!important;flex-wrap:wrap!important}}#page-pricing .px-params-bar{width:100%!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:wrap!important;column-gap:18px!important;row-gap:10px!important}#page-pricing .px-params-bar>label{flex:1 1 135px!important;max-width:190px!important;min-width:125px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:6px!important;white-space:nowrap!important}#page-pricing .px-params-bar>label input{flex:0 0 56px!important}@media (max-width:768px){#page-pricing .px-params-bar{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:12px!important}#page-pricing .px-params-bar>span:first-child{grid-column:1/-1!important}#page-pricing .px-params-bar>label{width:100%!important;max-width:none!important;min-width:0!important}#page-pricing .px-params-bar>label input{width:50px!important;flex-basis:50px!important}}#imPanel .im-brand-copy{min-width:0}#imPanel .im-brand-title{display:flex;align-items:center;gap:4px;flex-wrap:wrap}#imPanel .im-brand-sub{margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#imPanel .im-brand-activity{margin-top:3px;color:#176c39;font-size:11px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#imPanel .im-status-text{white-space:normal;line-height:1.35}#page-pricing #pxDesktopQueue,#page-pricing #pxMainLayout{background:0 0!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;overflow:hidden!important}#page-pricing #pxMainLayout>div:first-child{padding:0 2px}#page-pricing #pxPricingTable{margin-bottom:0!important;background:#fff}@media (min-width:769px) and (max-width:1180px){#productList.table-wrap table td:nth-child(3),#productList.table-wrap table td:nth-child(6),#productList.table-wrap table td:nth-child(7),#productList.table-wrap table th:nth-child(3),#productList.table-wrap table th:nth-child(6),#productList.table-wrap table th:nth-child(7){display:none!important}#productList.table-wrap table{table-layout:fixed!important}#productList.table-wrap table th:first-child{width:31%}#productList.table-wrap table th:nth-child(2){width:13%}#productList.table-wrap table th:nth-child(4){width:14%}#productList.table-wrap table th:nth-child(5){width:25%}#productList.table-wrap table th:nth-child(8){width:17%}#selectionManageContent>.table-wrap table td:nth-child(4),#selectionManageContent>.table-wrap table td:nth-child(5),#selectionManageContent>.table-wrap table td:nth-child(6),#selectionManageContent>.table-wrap table td:nth-child(9),#selectionManageContent>.table-wrap table th:nth-child(4),#selectionManageContent>.table-wrap table th:nth-child(5),#selectionManageContent>.table-wrap table th:nth-child(6),#selectionManageContent>.table-wrap table th:nth-child(9){display:none!important}#pendingSection table td:nth-child(4),#pendingSection table td:nth-child(5),#pendingSection table td:nth-child(6),#pendingSection table td:nth-child(9),#pendingSection table th:nth-child(4),#pendingSection table th:nth-child(5),#pendingSection table th:nth-child(6),#pendingSection table th:nth-child(9){display:none!important}#pendingSection table,#selectionManageContent table{table-layout:fixed!important;width:100%!important}}@media(max-width:480px){#imPanel .im-brand-sub{max-width:210px}#imPanel .im-brand-activity{max-width:210px}}.px-kind-chip{display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px;width:24px;height:22px;padding:0;border-radius:5px;color:#fff;font-size:11px;line-height:1;font-weight:700;box-sizing:border-box}.px-kind-chip.single{background:#176c39}.px-kind-chip.combo{background:#e8743c}.px-kind-chip.ai{width:28px;flex-basis:28px;background:#7657d5}.im-tab-badge,.im-unread-badge,.mobile-bottom-nav .nav-item .nav-badge,.sidebar .menu-item .menu-badge,.sidebar .menu-item.active .menu-badge{width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;padding:0!important;border-radius:50%!important;background:#ff6f00!important;color:#fff!important;border:0!important;box-sizing:border-box!important;align-items:center!important;justify-content:center!important;text-align:center!important;font:700 10px/1 Arial,sans-serif!important;font-variant-numeric:tabular-nums!important}html.gemi-mobile .mobile-bottom-nav .nav-item .nav-badge{left:calc(50% + 14px)!important;right:auto!important;top:0!important;transform:none!important;border:2px solid #fafdfb!important;box-sizing:content-box!important}html.gemi-mobile #productList .gemi-product-grid-card,html.gemi-mobile #productList .gemi-product-grid-content,html.gemi-mobile #productList .gemi-product-grid-content>div:not(.gemi-mobile-product-actions){text-align:center!important}html.gemi-mobile #productList .gemi-grid-overlay-add,html.gemi-mobile #productList .gemi-product-overlay-add{display:none!important;visibility:hidden!important;pointer-events:none!important}.im-chat-pane>.im-persistent-sub-tabs{display:flex!important;flex:0 0 38px!important;width:100%!important;position:relative!important;top:auto!important;z-index:8!important;background:#fff!important;border-bottom:1px solid #e8eee9!important}.im-chat-pane>.im-persistent-sub-tabs+.im-list-view,.im-chat-pane>.im-persistent-sub-tabs~.im-msg-view{min-height:0!important}html.gemi-mobile #selectionManageContent.has-selection-shelf-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr))!important;align-items:stretch!important;gap:12px!important;width:100%!important}html.gemi-mobile #selectionManageContent>.selection-mobile-shelf-ops,html.gemi-mobile #selectionManageContent>.selection-shelf-heading,html.gemi-mobile #selectionManageContent>.selection-shelf-summary{grid-column:1/-1!important}html.gemi-mobile #selectionManageContent>.selection-shelf-heading{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:8px 16px!important;margin:0!important;padding:2px 2px 4px!important;background:0 0!important;border:0!important;border-radius:0!important;box-shadow:none!important}html.gemi-mobile #selectionManageContent>.selection-shelf-heading>div:last-child{justify-self:end!important;justify-content:flex-end!important;min-width:0!important;text-align:right!important}html.gemi-mobile #selectionManageContent>.selection-shelf-card{display:flex!important;flex-direction:column!important;width:100%!important;height:100%!important;min-width:0!important;margin:0!important;padding:14px!important;background:#fff!important;border:1px solid #e1e9e4!important;border-radius:10px!important;box-shadow:0 4px 14px rgba(16,44,33,.05)!important}html.gemi-mobile #selectionManageContent>.selection-shelf-card>.m-card-row{display:flex!important;align-items:flex-start!important;gap:10px!important;min-width:0!important;margin:0!important}html.gemi-mobile #selectionManageContent>.selection-shelf-card>.selection-shelf-card-detail{flex:0 0 auto!important}html.gemi-mobile #selectionManageContent>.selection-shelf-card>.shelf-card-actions{display:grid!important;grid-template-columns:70px minmax(0,1fr) minmax(0,1fr)!important;align-items:center!important;gap:8px!important;width:100%!important;margin:auto 0 0!important;padding:12px 0 0!important;border-top:1px solid #e8ece9!important}html.gemi-mobile #selectionManageContent .shelf-card-actions>button,html.gemi-mobile #selectionManageContent .shelf-card-actions>label{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;margin:0!important;padding:0 8px!important;border-radius:10px!important;white-space:nowrap!important;font-size:13px!important;line-height:1!important;box-sizing:border-box!important}@media(max-width:420px){html.gemi-mobile #selectionManageContent>.selection-shelf-heading{grid-template-columns:1fr!important}html.gemi-mobile #selectionManageContent>.selection-shelf-heading>div:last-child{justify-self:start!important;justify-content:flex-start!important;text-align:left!important}}.gemi-user-center-trigger{border:0;background:0 0;color:inherit;font:inherit;font-weight:700;cursor:pointer;padding:8px 10px;border-radius:10px;display:inline-flex;align-items:center;gap:7px}.gemi-user-center-trigger small{font-size:12px;font-weight:500;opacity:.78;padding-left:7px;border-left:1px solid rgba(255,255,255,.32)}.gemi-user-center-trigger:hover{background:rgba(255,255,255,.12)}.gemi-user-center-modal{position:fixed;inset:0;z-index:100500;background:rgba(7,35,23,.45);display:none;align-items:center;justify-content:center;padding:18px}.gemi-user-center-modal.open{display:flex}.gemi-user-center-card{width:min(760px,100%);max-height:min(760px,88vh);display:flex;flex-direction:column;background:#f7faf8;border-radius:20px;box-shadow:0 24px 70px rgba(0,40,24,.28);overflow:hidden}.gemi-user-center-card>header{display:flex;align-items:center;justify-content:space-between;padding:22px 24px 16px;background:#fff;border-bottom:1px solid #e5eee9}.gemi-user-center-card h2{margin:0;color:#0d3d2c;font-size:24px}.gemi-user-center-card header p{margin:5px 0 0;color:#78877f;font-size:13px}.gemi-user-center-close{width:40px;height:40px;border:1px solid #dce6e0;border-radius:12px;background:#fff;color:#42574c;font-size:25px;cursor:pointer}.gemi-user-center-tabs{padding:10px 24px 0;background:#fff}.gemi-user-center-tabs button{border:0;border-bottom:3px solid #14743e;background:0 0;color:#126438;font-weight:700;padding:10px 4px}.gemi-user-center-body{padding:18px 24px 24px;overflow:auto}.gemi-user-center-empty,.gemi-user-center-loading{text-align:center;color:#809087;padding:48px 16px}.gemi-ai-usage-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.gemi-ai-usage-summary>div{padding:15px;background:#fff;border:1px solid #e1ebe5;border-radius:14px}.gemi-ai-usage-summary span{display:block;color:#718078;font-size:12px}.gemi-ai-usage-summary strong{display:block;margin-top:6px;color:#0e5733;font-size:22px}.gemi-ai-usage-note{margin:14px 0;padding:10px 13px;border-radius:10px;background:#fff6df;color:#9a6419;font-size:13px}.gemi-ai-usage-list{display:grid;gap:10px}.gemi-ai-usage-list article{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#fff;border:1px solid #e1ebe5;border-radius:13px}.gemi-ai-usage-main span,.gemi-ai-usage-main strong{display:block}.gemi-ai-usage-main strong{color:#183d2e}.gemi-ai-usage-main span{margin-top:4px;color:#829087;font-size:12px}.gemi-ai-usage-meta{display:flex;align-items:center;gap:12px;color:#66776e;font-size:12px}.gemi-ai-usage-meta em{font-style:normal;font-weight:700;padding:4px 8px;border-radius:999px}.gemi-ai-usage-meta em.ok{color:#08783b;background:#e6f6ec}.gemi-ai-usage-meta em.fail{color:#cf3131;background:#ffeded}@media(max-width:640px){.gemi-user-center-modal{padding:0;align-items:flex-end}.gemi-user-center-card{width:100%;max-height:92vh;border-radius:22px 22px 0 0}.gemi-user-center-card>header{padding:18px}.gemi-user-center-body{padding:14px 14px 24px}.gemi-ai-usage-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.gemi-ai-usage-list article{align-items:flex-start}.gemi-ai-usage-meta{flex-direction:column;align-items:flex-end;gap:5px}}.gpd-overlay{position:fixed;inset:0;background:rgba(45,35,25,.45);z-index:9998;opacity:0;transition:opacity .25s ease}.gpd-overlay.show{opacity:1}.gpd-drawer{position:fixed;top:0;right:0;height:100%;width:460px;max-width:92vw;background:#fffbf5;z-index:9999;display:flex;flex-direction:column;box-shadow:-12px 0 40px rgba(45,35,25,.18);transform:translateX(100%);transition:transform .28s cubic-bezier(.22,.8,.36,1)}.gpd-drawer.show{transform:translateX(0)}.gpd-head{display:flex;gap:14px;align-items:flex-start;padding:20px 22px 14px;border-bottom:1px solid #f3e9da;background:linear-gradient(180deg,#fff6ea,#fffbf5)}.gpd-head-img{width:74px;height:74px;border-radius:14px;object-fit:cover;border:1px solid #f3e9da;background:#f7f0e4;flex:0 0 auto}.gpd-head-main{flex:1;min-width:0}.gpd-head-title{font-size:18px;font-weight:700;color:#3f3428;line-height:1.35;word-break:break-all}.gpd-head-sub{font-size:12.5px;color:#a98a6f;margin-top:4px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.gpd-sku{font-family:monospace;background:#f7f0e4;border-radius:6px;padding:1px 8px}.gpd-status{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:700;padding:2px 10px;border-radius:999px}.gpd-status.on{background:#e7f4ec;color:#176c39}.gpd-status.off{background:#f3e9da;color:#8a7460}.gpd-close{background:0 0;border:none;font-size:26px;line-height:1;color:#b08968;cursor:pointer;padding:2px 6px;flex:0 0 auto}.gpd-body{flex:1;overflow-y:auto;padding:16px 22px 8px}.gpd-sec-title{font-size:13px;color:#b08968;font-weight:700;letter-spacing:2px;margin:16px 0 10px;display:flex;align-items:center;gap:10px}.gpd-sec-title::after{content:'';flex:1;height:1px;background:#f3e9da}.gpd-imgs{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin}.gpd-imgs img{width:96px;height:96px;object-fit:cover;border-radius:12px;border:1px solid #f3e9da;cursor:zoom-in;flex:0 0 auto;background:#f7f0e4}.gpd-imgs .gpd-img-empty{width:96px;height:96px;border-radius:12px;border:1px dashed #e4d5c0;display:flex;align-items:center;justify-content:center;color:#c9b49b;font-size:12px;flex:0 0 auto}.gpd-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gpd-cell{background:#fff;border:1px solid #f3e9da;border-radius:12px;padding:10px 12px;min-width:0}.gpd-cell .k{font-size:12px;color:#a98a6f}.gpd-cell .v{font-size:16px;font-weight:700;color:#3f3428;margin-top:3px;word-break:break-all}.gpd-cell .v.green{color:#176c39}.gpd-cell .v.blue{color:#2c6fc7}.gpd-cell .v.warn{color:#c05621}.gpd-cell.wide{grid-column:1/-1}.gpd-stock-line{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #f3e9da;border-radius:12px;padding:9px 12px;margin-bottom:8px;font-size:14px;color:#6b5d4c}.gpd-stock-line b{font-size:17px;color:#3f3428}.gpd-stock-line.zero b{color:#c0392b}.gpd-ai-path{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#7b4b2e;background:#fbf3e4;border-radius:8px;padding:4px 10px;flex-wrap:wrap}.gpd-foot{display:flex;gap:10px;padding:14px 22px 18px;border-top:1px solid #f3e9da;background:#fffbf5}.gpd-btn{flex:1;padding:12px 8px;border:none;border-radius:12px;font-size:14.5px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}.gpd-btn.select{background:#ff6f00;color:#fff}.gpd-btn.price{background:#176c39;color:#fff}.gpd-btn.ghost{background:#fff;border:1.5px solid #e4d5c0;color:#8a7460;flex:0 0 auto;padding:12px 14px}.gpd-btn.danger{background:#fff;border:1.5px solid #f0c6b4;color:#c0392b;flex:0 0 auto;padding:12px 14px}@media (max-width:768px){.gpd-drawer{top:auto;bottom:0;width:100%;max-width:100%;height:88vh;border-radius:22px 22px 0 0;transform:translateY(100%);box-shadow:0 -12px 40px rgba(45,35,25,.2)}.gpd-drawer.show{transform:translateY(0)}.gpd-grid{grid-template-columns:1fr 1fr;gap:8px}.gpd-foot{flex-wrap:wrap}.gpd-btn{min-width:44%}}.gpd-rd{background:linear-gradient(135deg,#fffbf5,#fff6ea);border:1px solid #f3e3cc;border-radius:14px;padding:12px 14px;margin-bottom:16px}.gpd-rd-top{display:flex;align-items:center;justify-content:space-between;cursor:pointer;user-select:none}.gpd-rd-label{font-size:13px;font-weight:600;color:#8b6f4e;display:flex;align-items:center;gap:6px}.gpd-rd-pct{font-size:19px;font-weight:700;color:#e8833a;font-variant-numeric:tabular-nums}.gpd-rd-pct.done{color:#4c9a6a}.gpd-rd-bar{height:8px;border-radius:99px;background:#f3e3cc;margin-top:8px;overflow:hidden}.gpd-rd-fill{height:100%;border-radius:99px;background:linear-gradient(90deg,#f5a15c,#e8833a);transition:width .45s cubic-bezier(.22,.8,.36,1)}.gpd-rd-fill.done{background:linear-gradient(90deg,#7bc493,#4c9a6a)}.gpd-rd-count{font-size:11.5px;color:#b08968;margin-top:6px}.gpd-rd-items{display:none;margin-top:10px;padding-top:10px;border-top:1px dashed #ead9bf;grid-template-columns:1fr 1fr;gap:6px 14px}.gpd-rd-items.show{display:grid}.gpd-rd-item{display:flex;align-items:center;gap:6px;font-size:12.5px;color:#8b6f4e;min-width:0}.gpd-rd-item .fas{font-size:13px;flex-shrink:0}.gpd-rd-item.ok .fas{color:#4c9a6a}.gpd-rd-item.miss{color:#c97b3d}.gpd-rd-item.miss .fas{color:#e0a458}.gpd-rd-item em{font-style:normal;color:#c9b49b;font-size:11.5px;margin-left:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}@media (max-width:640px){.gpd-rd-items.show{grid-template-columns:1fr}}:root{--z-content:1;--z-sticky:10;--z-dropdown:100;--z-tooltip:200;--z-toast:500;--z-modal-mask:900;--z-modal:1000}.content{padding:20px 24px 24px!important}.page-section>div:first-child{max-width:1600px}@media (max-width:768px){.content{padding:10px 10px 100px!important}}.content .page-section h2{font-size:22px!important;font-weight:600!important;letter-spacing:-.2px!important}.content .page-section h3{font-size:16px;font-weight:600}.pm-page-header{margin-bottom:16px}.content .card,.content .content-card,.content .desktop-table-wrap,.content .panel,.content .section-card,.content .stats-card,.content .table-wrap,.content .toolbar-card{border-radius:10px!important;border:1px solid #e8eeeb!important;box-shadow:0 2px 8px rgba(19,68,43,.04)!important}#page-products .stats-grid>div,#page-products [class*=stat-card],#page-products [class*=summary-card]{border-radius:10px!important;border:1px solid #e8eeeb!important}#page-gallery>div:first-child,#page-imagemgmt>div:first-child,#page-materialmgmt>div:first-child,#page-pricing>div:first-child,#page-products .product-header-row,#page-selection>div:first-child{border-radius:10px!important}.content .page-section button{min-height:36px;padding:0 14px;border-radius:7px;font-size:14px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;gap:6px;box-sizing:border-box;white-space:nowrap}.content .desktop-table-wrap button,.content .page-section table button,.content .table-wrap button{min-height:30px;padding:0 10px;font-size:13px;border-radius:6px}.content .page-section .ai-rating-btn{min-height:0;padding:4px 11px;border-radius:7px;font-size:11.5px}.product-actions-bar button{height:36px!important;border-radius:7px!important}.product-search-bar input,.product-search-bar select{height:36px!important}#productSearchBtn{height:36px!important}#page-matshelf .ms-badge,.gpd-status,.mat-q-status,.mat-status-badge,.score-status{min-height:24px;padding:0 8px!important;border-radius:6px!important;font-size:12px!important;font-weight:500!important;display:inline-flex!important;align-items:center;justify-content:center;gap:4px;white-space:nowrap;width:auto!important;box-sizing:border-box}.content .page-section table th,.content .page-section table thead th{height:44px;padding:0 12px!important;font-size:13px;font-weight:600;vertical-align:middle}.content .page-section table td{padding:10px 12px!important;font-size:13px;vertical-align:middle}.content #productList table thead th{padding:0 12px!important;height:44px}.content #productList table tbody td{padding:10px 12px!important;font-size:13px}#importModal .import-preview-table td img{width:56px;height:56px;object-fit:cover;border-radius:8px}.content table input[type=checkbox]{width:16px;height:16px;display:block;margin:0 auto;flex:none}.content table td img{border-radius:8px;object-fit:cover;vertical-align:middle}.content .page-section .pm-subtab{min-height:0;padding:7px 16px;border-radius:8px;font-size:13px;font-weight:500}.content .page-section .mat-confirm-tab,.content .page-section .mat-shelf-tab{min-height:0;padding:7px 14px;border-radius:20px;font-size:13px;font-weight:500}.content .page-section .mat-queue-tab{min-height:0;padding:9px 14px;font-size:13px;font-weight:500}#page-matconfirm .arv-img-tab{min-height:0;padding:6px 14px;border-radius:999px;font-size:13px}#page-matconfirm .arv-side-tab{min-height:0;padding:12px 4px;font-size:13px}#page-matshelf .mat-drawer .ms-dr-tab{min-height:0;padding:8px 12px;font-size:13px}.content .page-section>div:first-child h2:first-child,.content .page-section>div:first-child>h2,.content .page-section>h2{font-size:22px!important;font-weight:600!important;line-height:1.35!important;letter-spacing:-.2px!important}#page-materialmgmt .mat-workbench-header h2{font-size:22px!important;font-weight:600!important;line-height:1.35!important;letter-spacing:-.2px!important}.gd-container{max-width:1600px;margin:0 auto}.gd-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;gap:12px;flex-wrap:wrap}.gd-title{margin:0;font-size:22px;font-weight:600;color:var(--gemi-text,#1f2937)}.gd-section{margin-bottom:18px}.gd-card{background:#fff;border:1px solid var(--gemi-line,#e6eaf0);border-radius:var(--gemi-radius,14px);box-shadow:var(--gemi-shadow,0 4px 18px rgba(16,24,40,.055));padding:16px;box-sizing:border-box}.gd-card-title{font-size:15px;font-weight:600;color:var(--gemi-text,#1f2937);margin:0 0 14px;display:flex;justify-content:space-between;align-items:center;gap:8px}.gd-card-title .gd-more{font-size:12px;color:var(--gemi-green,#176c39);cursor:pointer;font-weight:500}.gd-card-title .gd-more:hover{text-decoration:underline}.gd-kpi-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.gd-kpi-card{background:#fff;border:1px solid var(--gemi-line,#e6eaf0);border-radius:12px;padding:14px;box-shadow:var(--gemi-shadow);position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:96px;box-sizing:border-box}.gd-kpi-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;margin-bottom:8px}.gd-kpi-icon.green{background:#eaf6ed;color:var(--gemi-green,#176c39)}.gd-kpi-icon.orange{background:#fff3ea;color:var(--gemi-orange,#e8743c)}.gd-kpi-icon.blue{background:#eaf4fd;color:#1565c0}.gd-kpi-icon.purple{background:#f3ecfe;color:#7b2ff7}.gd-kpi-icon.red{background:#fff0f0;color:#d93b3b}.gd-kpi-label{font-size:12px;color:var(--gemi-sub,#667085)}.gd-kpi-main{display:flex;align-items:baseline;gap:6px;margin:5px 0;flex-wrap:wrap}.gd-kpi-value{font-size:26px;font-weight:700;color:var(--gemi-text,#1f2937);line-height:1}.gd-kpi-unit{font-size:12px;color:var(--gemi-sub,#667085)}.gd-kpi-delta{font-size:12px;color:#176c39;margin-top:4px}.gd-kpi-delta.down{color:#d93b3b}.gd-kpi-delta.mute{color:var(--gemi-sub)}.gd-kpi-spark{position:absolute;right:10px;bottom:10px;width:72px;height:30px;opacity:.7}.gd-charts-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gd-chart-card{min-height:300px;display:flex;flex-direction:column}.gd-chart-body{flex:1;position:relative;min-height:0}.gd-chart-empty{height:100%;display:flex;align-items:center;justify-content:center;color:var(--gemi-sub);font-size:13px}.gd-chart-legend{display:flex;gap:14px;flex-wrap:wrap;font-size:12px;color:var(--gemi-sub);margin-top:10px}.gd-legend-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:4px}.gd-donut-wrap{display:flex;align-items:center;gap:16px;height:100%}.gd-donut{position:relative;width:140px;height:140px;flex-shrink:0}.gd-donut-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.gd-donut-center b{font-size:22px;font-weight:700;color:var(--gemi-text);line-height:1}.gd-donut-center span{font-size:11px;color:var(--gemi-sub)}.gd-donut-legend{flex:1;min-width:0}.gd-donut-legend-item{display:flex;align-items:center;justify-content:space-between;font-size:12px;padding:5px 0;border-bottom:1px solid #f5f5f5}.gd-donut-legend-item:last-child{border-bottom:none}.gd-donut-legend-label{display:flex;align-items:center;gap:6px;color:var(--gemi-text)}.gd-mini-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}.gd-mini-kpi{background:#f9fafb;border-radius:10px;padding:10px;text-align:center}.gd-mini-kpi b{display:block;font-size:18px;font-weight:700;color:var(--gemi-text)}.gd-mini-kpi span{font-size:11px;color:var(--gemi-sub)}.gd-mini-kpi small{display:block;font-size:10px;color:var(--gemi-sub);margin-top:2px}.gd-main-row{display:grid;grid-template-columns:1fr calc((100% - 28px)/ 3);gap:14px;align-items:stretch}.gd-main-row>.gd-card{display:flex;flex-direction:column}.gd-col-ai{grid-column:2;grid-row:1}.gd-col-shops{grid-column:1;grid-row:2}.gd-tasks-table{width:100%;border-collapse:collapse;font-size:12px;table-layout:fixed}.gd-tasks-table th{text-align:left;padding:8px 6px;color:var(--gemi-sub);font-weight:600;border-bottom:1px solid var(--gemi-line);white-space:nowrap}.gd-tasks-table td{padding:8px 6px;border-bottom:1px solid #f5f5f5;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gd-tasks-table tr:hover{background:#fafafa}.gd-task-name{color:var(--gemi-text);font-weight:500}.gd-task-type{color:var(--gemi-green);font-size:11px}.gd-status-pill{display:inline-flex;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600}.gd-status-pill.action{background:#fff3ea;color:var(--gemi-orange)}.gd-status-pill.processing{background:#eaf6ed;color:var(--gemi-green)}.gd-status-pill.waiting{background:#eaf4fd;color:#1565c0}.gd-status-pill.error{background:#fff0f0;color:#d93b3b}.gd-action-link{color:var(--gemi-green);font-size:12px;cursor:pointer;font-weight:500}.gd-action-link:hover{text-decoration:underline}.gd-empty-cell{color:var(--gemi-sub);font-size:12px;padding:18px 0;text-align:center}.gd-quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;flex:1}.gd-quick-item{border:1px solid var(--gemi-line);border-radius:10px;padding:14px 6px;text-align:center;cursor:pointer;transition:.15s}.gd-quick-item:hover{border-color:var(--gemi-green);background:#f6f9f7}.gd-quick-item i{font-size:20px;color:var(--gemi-green);margin-bottom:6px;display:block}.gd-quick-item span{font-size:12px;color:var(--gemi-text);font-weight:500}.gd-tabs-header{display:flex;gap:18px;border-bottom:1px solid var(--gemi-line);margin-bottom:12px}.gd-tab{padding:6px 2px;font-size:13px;color:var(--gemi-sub);cursor:pointer;border-bottom:2px solid transparent;transition:.15s}.gd-tab.active{color:var(--gemi-green);border-bottom-color:var(--gemi-green);font-weight:600}.gd-tab:hover{color:var(--gemi-green)}.gd-tab-panel{display:none}.gd-tab-panel.active{display:block}.gd-table{width:100%;border-collapse:collapse;font-size:12px;table-layout:fixed}.gd-table-wrap{overflow:auto;flex:1;min-height:0}.gd-table th{text-align:left;padding:8px 6px;color:var(--gemi-sub);font-weight:600;border-bottom:1px solid var(--gemi-line);background:#fafafa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gd-table td{padding:8px 6px;border-bottom:1px solid #f5f5f5;vertical-align:middle}.gd-table tr:last-child td{border-bottom:none}.gd-role-tag{font-size:11px;color:var(--gemi-sub);background:#f5f7fa;padding:1px 6px;border-radius:6px;white-space:nowrap}.gd-token-approx{font-size:10px;color:var(--gemi-sub);margin-left:2px}.gd-shop-row{display:grid;grid-template-columns:60% 40%;gap:14px;align-items:stretch}.gd-status-normal{color:var(--gemi-green);font-weight:600}.gd-status-warn{color:var(--gemi-orange);font-weight:600}.gd-status-error{color:#d93b3b;font-weight:600}#page-dashboard .gd-card{overflow:hidden}#page-dashboard .gd-card .gd-table-wrap{margin:0 -16px;width:calc(100% + 32px);box-sizing:border-box;overflow:auto}#page-dashboard .gd-card .gd-table-wrap .gd-table,#page-dashboard .gd-card .gd-table-wrap .gd-tasks-table,#page-dashboard .gd-card .gd-table-wrap table{width:100%!important;table-layout:fixed!important;border-collapse:separate!important;border-spacing:0!important}#page-dashboard table thead th{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-align:center!important;vertical-align:middle!important;height:44px!important;padding:10px 6px!important}#page-dashboard table tbody td{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-align:center!important;vertical-align:middle!important;padding:8px 6px!important}#page-dashboard table tbody td .gd-empty-cell,#page-dashboard table tbody td.gd-empty-cell{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;padding:18px 0!important}#page-dashboard .gd-kpi-spark{display:none!important}#page-dashboard .gd-kpi-card{position:relative}#page-dashboard .gd-kpi-card::after{content:'';position:absolute;right:10px;bottom:10px;width:72px;height:2px;background:#176c39;border-radius:1px}#page-dashboard .gd-kpi-card.gd-kpi-link{cursor:pointer}#page-dashboard .gd-kpi-card.gd-kpi-link .gd-kpi-value{cursor:pointer;transition:color .15s ease,transform .15s ease}#page-dashboard .gd-kpi-card.gd-kpi-link:hover{border-color:var(--gemi-green,#176c39);box-shadow:0 4px 14px rgba(23,108,57,.14)}#page-dashboard .gd-kpi-card.gd-kpi-link:hover .gd-kpi-value{color:var(--gemi-green,#176c39)}#page-dashboard .gd-kpi-card.gd-kpi-link:active{transform:scale(.985)}.gd-svg-chart{width:100%;height:100%;overflow:visible}.gd-svg-axis{stroke:#E6EAF0;stroke-width:1}.gd-svg-line{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.gd-svg-dot{fill:#fff;stroke-width:2;r:3}.gd-svg-area{fill-opacity:.08}#page-finance>.fn-shell.gemi-responsive-header{flex-direction:column!important;align-items:stretch!important}@media (max-width:1439px){.gd-kpi-grid{grid-template-columns:repeat(3,1fr)}.gd-charts-row{grid-template-columns:repeat(2,1fr)}.gd-charts-row .gd-card:nth-child(3){grid-column:2}.gd-main-row{grid-template-columns:1fr calc((100% - 14px)/ 2)}.gd-shop-row{grid-template-columns:2fr 1fr}}@media (max-width:1199px){.gd-charts-row{grid-template-columns:1fr}.gd-main-row{grid-template-columns:1fr 1fr}.gd-shop-row{grid-template-columns:1fr}}@media (max-width:767px){html.gemi-mobile #page-dashboard{padding:10px}.gd-kpi-grid{grid-template-columns:repeat(2,1fr)}.gd-main-row{grid-template-columns:1fr}.gd-col-ai{grid-column:auto;grid-row:auto}.gd-col-shops{grid-column:auto;grid-row:auto}.gd-charts-row{grid-template-columns:1fr}.gd-shop-row{grid-template-columns:1fr}.gd-donut-wrap{flex-direction:column;align-items:flex-start}.gd-kpi-spark{display:none}}
/*# sourceMappingURL=gemi.min.css.map */
/* v20260830.230 */
.im-msg-view{position:relative;}
.im-newmsg-btn{position:absolute;right:16px;bottom:110px;z-index:80;display:none;align-items:center;gap:6px;padding:8px 14px;border:none;border-radius:999px;cursor:pointer;background:#1B4332;color:#fff;font-size:12px;font-weight:600;box-shadow:0 4px 14px rgba(0,0,0,.25);}
.im-newmsg-btn:hover{background:#2D6A4F;}
.im-newmsg-btn i{font-size:11px;}
.prod-check-dur{font-size:11px;color:#8A9A92;margin-left:6px;background:#F3F6F4;border-radius:8px;padding:1px 8px;white-space:nowrap}
.gemi-drawer-center{top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;width:min(760px,94vw)!important;max-height:88vh!important;height:auto!important;border-radius:14px!important;box-shadow:0 20px 60px rgba(15,30,22,.25)!important;animation:gemiDrawerFadeIn .18s ease}
@keyframes gemiDrawerFadeIn{from{opacity:0;transform:translate(-50%,-48%) scale(.98)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
/* v20260831.251: mobile drawer -> bottom sheet */
@media (max-width:768px){
.gemi-drawer-center{top:auto!important;left:0!important;right:0!important;bottom:0!important;transform:none!important;width:100vw!important;max-width:100vw!important;max-height:92vh!important;border-radius:16px 16px 0 0!important;animation:gemiDrawerSheetIn .2s ease}
}
@keyframes gemiDrawerSheetIn{from{transform:translateY(24px);opacity:.5}to{transform:none;opacity:1}}
/* v20260831.251: mobile prod-check row */
@media (max-width:480px){
.prod-check-label{min-width:0}
.prod-check-dur{margin-left:auto}
}
