:root{--admin-bg:#f4f5f2;--admin-ink:#182019;--admin-muted:#697269;--admin-line:#dfe3dc;--admin-card:#fff;--admin-green:#163f2c;--admin-lime:#b9ed90;--admin-red:#b4372f;--admin-amber:#b87519}body{background:var(--admin-bg);color:var(--admin-ink)}.admin-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr)}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;background:#10271c;color:#eaf4ed;padding:24px 14px;z-index:5}.admin-brand,.sidebar{display:flex;flex-direction:column}.admin-brand{color:inherit;text-decoration:none;padding:0 12px 24px}.admin-brand b{letter-spacing:.18em}.admin-brand span{font-size:11px;color:#9bb1a2;margin-top:3px}.sidebar nav{overflow:auto;display:grid;grid-gap:2px;gap:2px}.sidebar nav a{color:#c6d2ca;text-decoration:none;padding:9px 10px;border-radius:8px;font-size:13px;display:flex;gap:10px;align-items:center}.sidebar nav a:hover{background:#1d3c2b}.sidebar nav i{font-style:normal;font-size:9px;color:#6f8c79}.admin-user{margin-top:auto;border-top:1px solid #2d4939;padding:18px 10px 0;display:flex;justify-content:space-between;gap:8px}.admin-user span,.admin-user strong{display:block;font-size:12px}.admin-user span{font-size:9px;color:#93a69a;margin-top:3px}.admin-user button{background:transparent;color:#b7c8bd;border:0;font-size:11px}.admin-workspace{min-width:0}.admin-page{max-width:1500px;margin:0 auto;padding:32px 34px 80px}.admin-page.full{max-width:none}.page-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.page-title p{font-size:10px;letter-spacing:.16em;color:#55715f;margin:0 0 7px}.page-title h1{font-family:Georgia,serif;font-size:34px;font-weight:400;margin:0}.live-badge{font-size:11px;color:#285d3c;background:#e1f2e3;border:1px solid #bed8c3;padding:7px 10px;border-radius:99px}.metric-grid{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));grid-gap:10px;gap:10px;margin-bottom:18px}.metric{min-height:105px;padding:16px;border:1px solid var(--admin-line);border-radius:12px;background:var(--admin-card);display:flex;flex-direction:column;justify-content:space-between}.metric span{font-size:11px;color:var(--admin-muted)}.metric strong{font-size:23px;font-weight:550}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:12px;gap:12px}.panel{background:var(--admin-card);border:1px solid var(--admin-line);border-radius:12px;padding:20px;margin-bottom:12px}.panel.wide{min-width:0}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.panel-head h2{font-size:15px;margin:0}.panel-head span{font-size:10px;color:var(--admin-muted)}.bar-chart{height:220px;display:flex;gap:12px;align-items:end;border-bottom:1px solid var(--admin-line);padding:18px 5px 0}.bar-chart>div{height:100%;flex:1 1;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;position:relative}.bar-chart i{width:min(44px,70%);background:var(--admin-green);border-radius:5px 5px 0 0;min-height:4px}.bar-chart b{position:absolute;top:0;font-size:11px}.bar-chart span{font-size:9px;color:var(--admin-muted);padding:7px}.activity>div,.status-list>div{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #edf0eb;padding:12px 0;font-size:12px}.status{font-size:9px;text-transform:uppercase;letter-spacing:.05em;padding:5px 7px;border-radius:99px;background:#eef0ed}.status.connected,.status.succeeded{color:#1e6c3c;background:#ddf3e3}.status.error,.status.failed{color:#9b2d28;background:#f8dfdd}.status.running,.status.warning{color:#8a5a13;background:#f8ebce}.status.expired{color:#666;background:#e7e7e7}.activity>div{justify-content:flex-start;gap:10px}.activity div div{flex:1 1}.activity p{margin:3px 0 0;color:var(--admin-muted)}.activity time{color:var(--admin-muted);font-size:9px}.dot{width:8px;height:8px;border-radius:50%;background:#75917d}.dot.critical,.dot.error{background:var(--admin-red)}.empty{min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--admin-muted);gap:6px;padding:20px}.empty b{color:var(--admin-ink)}.filters{display:flex;gap:8px;margin-bottom:12px;align-items:center}.filters input,.filters select,.login-form input,.reply textarea{border:1px solid var(--admin-line);background:white;border-radius:8px;padding:10px 12px;color:var(--admin-ink)}.filters input{min-width:240px}.filters label{font-size:11px}.actions button,.filters button,.login-form button,.order-card button,.reply button{border:0;border-radius:8px;background:var(--admin-green);color:white;padding:10px 13px;font-weight:600;font-size:11px;cursor:pointer}.inbox{display:grid;grid-template-columns:280px minmax(360px,1fr) 280px;background:#fff;border:1px solid var(--admin-line);border-radius:12px;min-height:660px;overflow:hidden}.conversation-list{border-right:1px solid var(--admin-line);overflow:auto}.conversation-list>a{display:block;text-decoration:none;color:inherit;padding:14px;border-bottom:1px solid #edf0eb}.conversation-list>a.active{background:#edf5ec}.conversation-list>a>div{display:flex;gap:9px}.conversation-list b{font-size:12px}.conversation-list p{font-size:11px;color:var(--admin-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:165px;margin:4px 0}.conversation-list em{font-style:normal;background:#215238;color:#fff;border-radius:99px;font-size:9px;padding:3px 6px;height:max-content}.conversation-list footer{display:flex;justify-content:space-between;margin-top:10px;color:var(--admin-muted);font-size:8px}.platform{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#50705c;font-size:10px;flex:0 0 auto}.platform.whatsapp{background:#168d54}.platform.messenger{background:#2477e7}.platform.instagram{background:#ae477a}.thread{display:flex;min-width:0;flex-direction:column}.thread-head{height:70px;padding:14px 18px;border-bottom:1px solid var(--admin-line);display:flex;justify-content:space-between;align-items:center}.thread-head b,.thread-head span{display:block}.thread-head span{font-size:9px;color:var(--admin-muted);margin-top:4px}.actions{display:flex;gap:6px;align-items:center}.actions button{padding:7px 9px;background:#eef1ed;color:#243328;border:1px solid var(--admin-line)}.messages{padding:22px;flex:1 1;overflow:auto;background:#f8f9f7}.bubble{max-width:76%;margin-bottom:12px;padding:10px 12px;border-radius:12px;background:#fff;border:1px solid var(--admin-line);font-size:12px}.bubble.outbound{margin-left:auto;background:#dff0dd}.bubble p{margin:0 0 5px}.bubble time{font-size:8px;color:var(--admin-muted)}.reply{padding:12px;border-top:1px solid var(--admin-line);display:flex;gap:8px}.reply textarea{resize:none;flex:1 1;min-height:52px}.profile-panel{border-left:1px solid var(--admin-line);padding:18px;overflow:auto}.profile-panel h2{font-size:14px}.profile-panel h3{font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin-top:24px}.profile-panel dl{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;font-size:10px}.profile-panel dt{color:var(--admin-muted)}.profile-panel dd{text-align:right;margin:0}.profile-panel p,.profile-panel pre{font-size:9px;color:var(--admin-muted);white-space:pre-wrap}.warning{background:#fff0e3;border:1px solid #efc7a4;color:#8a461a;padding:10px 12px;font-size:11px}.table-wrap{overflow:auto;background:#fff;border:1px solid var(--admin-line);border-radius:12px}table{width:100%;border-collapse:collapse;font-size:11px}th{text-align:left;text-transform:uppercase;letter-spacing:.05em;font-size:9px;color:var(--admin-muted);background:#f6f7f4}td,th{padding:12px;border-bottom:1px solid #edf0eb;vertical-align:middle}td small{display:block;color:var(--admin-muted);margin-top:4px;font-size:8px}.product-cell{display:flex;align-items:center;gap:10px;min-width:220px}.product-cell img,.product-cell span{width:36px;height:36px;object-fit:cover;border-radius:7px;background:#e9ece7}.error-copy{max-width:320px;color:var(--admin-red)}.order-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.order-card{background:#fff;border:1px solid var(--admin-line);border-radius:12px;padding:20px}.order-card footer,.order-card header,.order-items p{display:flex;justify-content:space-between;align-items:center;gap:10px}.order-card header h2{font-size:16px;margin:4px 0}.order-card header div>span{font-size:9px;color:var(--admin-muted)}.order-items{border-top:1px solid var(--admin-line);border-bottom:1px solid var(--admin-line);margin:16px 0;padding:8px 0}.order-items p{font-size:11px}.order-card dl{display:grid;grid-template-columns:1fr 1fr;font-size:11px;grid-gap:8px;gap:8px}.order-card dt{color:var(--admin-muted)}.order-card dd{text-align:right;margin:0}.order-card footer{justify-content:flex-start;margin-top:16px}.order-card .danger{background:#f5dfdd;color:#8c2f28}.order-card footer a{font-size:10px;color:#285d3c}.idempotency{font-size:9px}.idempotency,.lead{color:var(--admin-muted)}.lead{max-width:700px;margin:-12px 0 28px}.bottom-nav,.mobile-head{display:none}.login-page{place-items:center;padding:24px;background:radial-gradient(circle at 70% 0,#31543d,transparent 38%),#0d1d14}.login-card{width:min(430px,100%);background:#fff;border-radius:16px;padding:36px;color:var(--admin-ink);box-shadow:0 24px 80px #0006}.brand-mark{font-size:11px;letter-spacing:.2em;color:#386849}.login-card h1{font-family:Georgia,serif;font-size:31px}.login-card small,.login-card>p{color:var(--admin-muted);font-size:12px}.login-form{display:grid;grid-gap:15px;gap:15px;margin:28px 0}.login-form label{display:grid;grid-gap:6px;gap:6px;font-size:11px}.login-form button{padding:12px}.login-form a{color:#356044;font-size:10px;text-align:center}.form-error{color:var(--admin-red);font-size:11px;margin:0}@media(max-width:1200px){.metric-grid{grid-template-columns:repeat(4,1fr)}.inbox{grid-template-columns:260px 1fr}.profile-panel{display:none}}@media(max-width:800px){.admin-shell{display:block}.sidebar{display:none}.mobile-head{height:58px;background:#10271c;color:#fff;padding:10px 16px;display:flex;justify-content:space-between;align-items:center}.mobile-head .admin-brand{padding:0}.mobile-head summary{font-size:11px;cursor:pointer}.mobile-head details nav{position:absolute;z-index:10;right:10px;top:52px;background:#183426;padding:10px;border-radius:10px;display:grid}.mobile-head nav a{color:#fff;text-decoration:none;padding:8px 18px;font-size:11px}.admin-page{padding:24px 15px 78px}.metric-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.inbox{grid-template-columns:1fr}.inbox{min-height:0}.conversation-list{max-height:300px;border-right:0;border-bottom:1px solid var(--admin-line)}.thread{min-height:600px}.filters{overflow:auto}.filters input{min-width:190px}.order-grid{grid-template-columns:1fr}.bottom-nav{position:fixed;display:flex;bottom:0;left:0;right:0;background:#10271c;z-index:9;justify-content:space-around;padding:10px 4px}.bottom-nav a{color:#dbe8df;text-decoration:none;font-size:9px}.page-title h1{font-size:28px}}.admin-workspace{background:radial-gradient(circle at 90% -10%,rgba(185,237,144,.18),transparent 26%),linear-gradient(180deg,#f7f8f5,#f1f3ef)}.sidebar{box-shadow:12px 0 40px rgba(8,28,17,.08)}.inbox,.metric,.order-card,.panel,.table-wrap{box-shadow:0 1px 2px rgba(16,39,28,.03),0 10px 30px rgba(16,39,28,.035)}.metric{position:relative;overflow:hidden;transition:transform .15s ease,border-color .15s ease}.metric:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(var(--admin-lime),var(--admin-green));opacity:.72}.metric:hover{transform:translateY(-2px);border-color:#c7d6ca}.page-title:after{content:"";position:absolute;left:0;right:0;bottom:-13px;height:1px;background:linear-gradient(90deg,#b9c9bd,transparent)}.page-title{position:relative;margin-bottom:38px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(101,170,112,.35);outline-offset:2px}.settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin:18px 0}.setting-card{background:#fff;border:1px solid var(--admin-line);border-radius:12px;padding:16px;display:grid;grid-gap:10px;gap:10px;box-shadow:0 10px 30px rgba(16,39,28,.035)}.setting-card.large{grid-column:span 2}.setting-card label{font-size:11px;color:var(--admin-muted)}.setting-card input,.setting-card textarea{border:1px solid var(--admin-line);border-radius:8px;padding:10px;font:inherit;color:var(--admin-ink);background:#fafbf9}.setting-card textarea{min-height:110px;resize:vertical}.setting-card button,.table-wrap button{justify-self:start;border:0;border-radius:7px;background:var(--admin-green);color:#fff;padding:8px 11px;font-size:10px;font-weight:600}.table-wrap form{margin:0}@media(max-width:800px){.settings-grid{grid-template-columns:1fr}.setting-card.large{grid-column:span 1}}.automation-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:16px}.automation-overview article{display:grid;grid-gap:8px;gap:8px;background:#fff;border:1px solid var(--admin-line);border-radius:14px;padding:18px}.automation-overview small,.automation-overview span{font-size:9px;color:var(--admin-muted)}.automation-overview b{font-size:14px}.automation-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);grid-gap:14px;gap:14px}.automation-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.automation-form fieldset,.automation-form>label{display:grid;grid-gap:7px;gap:7px;border:0;margin:0;padding:0}.automation-form label>span,.automation-form legend{font-size:10px;font-weight:700;color:#536158}.automation-form input[type=time],.automation-form select{width:100%;border:1px solid #d9e0d8;border-radius:9px;background:#fafcf9;padding:11px 12px;color:var(--admin-ink);font:inherit}.automation-form small{font-size:8px;color:var(--admin-muted)}.automation-form>button{grid-column:1/-1;justify-self:start;border:0;border-radius:9px;background:var(--admin-green);color:#fff;padding:11px 15px;font-size:10px;font-weight:700}.automation-safety-note,.automation-toggle-row{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #dce5db;border-radius:12px;background:#f6faf5;padding:15px}.automation-safety-note b,.automation-safety-note span,.automation-toggle-row b,.automation-toggle-row span{display:block}.automation-safety-note b,.automation-toggle-row b{font-size:11px}.automation-safety-note span,.automation-toggle-row>div>span{font-size:9px;color:var(--admin-muted);margin-top:4px}.switch>span{width:48px;height:26px}.switch>span:after{width:20px;height:20px}.switch input:checked+span:after{transform:translateX(22px)}.weekday-picker{display:flex;gap:7px;flex-wrap:wrap}.weekday-picker label input{position:absolute;opacity:0}.weekday-picker label span{display:block;border:1px solid #d9e0d8;border-radius:8px;padding:8px 10px;background:#fafcf9;cursor:pointer}.weekday-picker label input:checked+span{background:#dff0dd;border-color:#8ab394;color:#194b2f}.automation-guardrails ul{padding-left:18px;margin:0;display:grid;grid-gap:12px;gap:12px;color:#526159;font-size:10px;line-height:1.5}.automation-guardrails>div:last-child{margin-top:20px;padding:13px;border-radius:10px;background:#f3f6f2}.automation-guardrails>div:last-child span{font-size:8px;color:var(--admin-muted);text-transform:uppercase}.automation-guardrails>div:last-child p{font-size:10px;line-height:1.5;margin-bottom:0}@media(max-width:1000px){.automation-overview{grid-template-columns:repeat(2,1fr)}.automation-layout{grid-template-columns:1fr}}@media(max-width:650px){.automation-form,.automation-overview{grid-template-columns:1fr}.automation-form>button,.automation-safety-note,.automation-toggle-row{grid-column:auto}}.integration-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.integration-card{border:1px solid var(--admin-line);border-radius:14px;padding:20px;box-shadow:0 12px 34px rgba(16,39,28,.04)}.integration-card>div{display:flex;gap:12px;align-items:center}.integration-card h2{font-size:14px;margin:0 0 5px}.integration-logo{width:40px;height:40px;border-radius:11px;font-weight:700}.integration-card>p{min-height:34px;color:var(--admin-muted);font-size:11px}.integration-card dl{display:grid;grid-template-columns:1fr 1fr;font-size:10px;grid-gap:7px;gap:7px}.integration-card dt{color:var(--admin-muted)}.integration-card dd{text-align:right;margin:0}.integration-card button{border:0;background:var(--admin-green);color:#fff;border-radius:8px;padding:9px 11px;font-size:10px}@media(max-width:900px){.integration-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.integration-grid{grid-template-columns:1fr}}.login-page{min-height:100vh;width:100%;max-width:none;margin:0;display:grid;grid-template-columns:minmax(480px,1.15fr) minmax(440px,.85fr);padding:0;background:#f6f8f5;color:var(--admin-ink)}.login-showcase{position:relative;overflow:hidden;background:radial-gradient(circle at 85% 12%,rgba(185,237,144,.25),transparent 30%),radial-gradient(circle at 12% 88%,rgba(72,128,91,.25),transparent 34%),linear-gradient(145deg,#0b2116,#133925 58%,#1d5035);color:#fff;padding:clamp(38px,5vw,76px)}.login-showcase:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0);background-size:54px 54px;-webkit-mask-image:linear-gradient(180deg,black,transparent 82%);mask-image:linear-gradient(180deg,black,transparent 82%)}.login-showcase:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(185,237,144,.25);border-radius:50%;right:-190px;bottom:-160px;box-shadow:0 0 0 70px rgba(185,237,144,.035),0 0 0 140px rgba(185,237,144,.025)}.login-showcase-inner{position:relative;z-index:1;min-height:calc(100vh - clamp(76px,10vw,152px));display:flex;flex-direction:column;max-width:760px;margin:auto}.login-logo{display:flex;align-items:center;gap:14px}.login-logo>span,.login-mobile-brand span{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:var(--admin-lime);color:#113222;font-family:Georgia,serif;font-size:24px;font-weight:700;box-shadow:0 12px 30px rgba(0,0,0,.2)}.login-logo b{display:block;letter-spacing:.2em;font-size:15px}.login-logo small{display:block;margin-top:4px;color:#9fbaa9;font-size:8px;letter-spacing:.15em}.login-message{margin:auto 0}.login-message>p{font-size:10px;letter-spacing:.24em;color:var(--admin-lime);font-weight:700}.login-message h1{font-family:Georgia,serif;font-size:clamp(44px,5.2vw,76px);line-height:1.02;letter-spacing:-.035em;margin:18px 0 24px;font-weight:400}.login-message>span{display:block;max-width:620px;color:#b8cbbf;font-size:15px;line-height:1.8}.login-proof{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;margin:45px 0 38px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.12);border-radius:16px;overflow:hidden}.login-proof>div{padding:19px 22px;background:rgba(9,29,19,.48)}.login-proof strong{display:block;font-size:23px;color:#fff}.login-proof span{display:block;color:#92aa9a;font-size:9px;margin-top:4px}.login-showcase footer{color:#8fa797;font-size:9px;display:flex;align-items:center;gap:8px}.login-showcase footer i{width:7px;height:7px;border-radius:50%;background:var(--admin-lime);box-shadow:0 0 0 4px rgba(185,237,144,.12)}.login-panel{display:grid;place-items:center;padding:clamp(34px,6vw,86px);background:linear-gradient(145deg,#fbfcfa,#eef3ed)}.login-panel .login-card{width:min(460px,100%);padding:0;background:transparent;border-radius:0;box-shadow:none}.login-mobile-brand{display:none}.login-card .brand-mark{margin:0 0 12px;font-size:9px;letter-spacing:.22em;font-weight:700;color:#4d765c}.login-card h2{font-family:Georgia,serif;font-size:38px;line-height:1.12;margin:0 0 12px;font-weight:400;letter-spacing:-.02em}.login-card>p{font-size:13px;color:var(--admin-muted);margin:0}.login-panel .login-form{gap:18px;margin:34px 0 24px}.login-panel .login-form label{font-size:10px;font-weight:700;letter-spacing:.02em;color:#33473a;gap:8px}.login-panel .login-form input{height:50px;border-radius:10px;border:1px solid #d5ddd5;background:#fff;padding:0 15px;font-size:14px;box-shadow:0 2px 8px rgba(17,50,34,.025);transition:border-color .15s,box-shadow .15s}.login-panel .login-form input:focus{border-color:#4a805e;box-shadow:0 0 0 4px rgba(74,128,94,.1);outline:none}.login-panel .login-form button{height:50px;border-radius:10px;background:linear-gradient(135deg,#123d28,#1e5d3b);font-size:12px;letter-spacing:.02em;box-shadow:0 12px 25px rgba(18,61,40,.18);transition:transform .15s,box-shadow .15s}.login-panel .login-form button:hover{transform:translateY(-1px);box-shadow:0 15px 30px rgba(18,61,40,.23)}.login-panel .login-form button:disabled{opacity:.65}.login-panel .login-form a{font-size:10px;color:#3f6e4f;text-decoration:none}.login-security{border-top:1px solid #dfe6df;padding-top:20px;display:flex;gap:12px;align-items:flex-start}.login-security>span{width:29px;height:29px;border-radius:8px;background:#e1eee3;color:#1e5b38;display:grid;place-items:center;font-size:11px}.login-security p{margin:0}.login-security b,.login-security small{display:block}.login-security b{font-size:10px}.login-security small{font-size:9px;color:var(--admin-muted);line-height:1.5;margin-top:3px}.login-form label small{font-size:9px;color:var(--admin-muted);font-weight:400}.admin-shell{grid-template-columns:272px minmax(0,1fr)}.sidebar{padding:30px 18px;background:linear-gradient(180deg,#0c2518,#123321 70%,#102c1d)}.admin-brand{padding:0 12px 30px}.admin-brand b{font-size:16px;letter-spacing:.22em}.admin-brand span{font-size:9px;letter-spacing:.08em}.sidebar nav{gap:4px}.sidebar nav a{padding:11px 12px;border-radius:9px;font-size:12px}.sidebar nav a:hover{background:rgba(185,237,144,.1);color:#fff}.admin-page{max-width:1580px;padding:42px 42px 90px}.page-title h1{font-size:39px}.metric{min-height:118px;border-radius:15px;padding:19px}.metric strong{font-size:27px}.inbox,.order-card,.panel,.table-wrap{border-radius:15px}.table-wrap{box-shadow:0 18px 50px rgba(19,48,31,.055)}th{padding:14px 13px;background:#f1f5f0;color:#53665a}td{padding:13px}.product-cell img,.product-cell span{width:44px;height:44px;border-radius:10px}.filters{padding:10px;background:#e9eee8;border-radius:12px}.filters input,.filters select{height:40px;border-color:#d3ddd3}.filters button{height:40px;padding:0 18px}@media(max-width:1100px) and (min-width:681px){.login-page{grid-template-columns:44% 56%}.login-showcase{padding:34px 28px}.login-showcase-inner{min-height:calc(100vh - 68px)}.login-message h1{font-size:42px}.login-message>span{font-size:12px;line-height:1.65}.login-proof{grid-template-columns:1fr;margin:25px 0}.login-proof>div{padding:10px 14px;display:flex;align-items:center;justify-content:space-between}.login-proof strong{font-size:17px}.login-panel{padding:38px}.admin-shell{grid-template-columns:230px minmax(0,1fr)}.admin-page{padding:32px 25px 80px}}@media(max-width:680px){.login-page{grid-template-columns:1fr}.login-showcase{display:none}.login-panel{min-height:100vh;padding:26px}.login-mobile-brand{display:flex;align-items:center;gap:10px;margin-bottom:44px}.login-mobile-brand span{width:38px;height:38px;font-size:20px}.login-mobile-brand b{letter-spacing:.18em}.login-card h2{font-size:32px}.admin-page{padding:24px 15px 78px}}.product-cell img,.product-cell>span:first-child{width:44px;height:44px;aspect-ratio:1/1;object-fit:contain;object-position:center;border:1px solid #e3e9e2;border-radius:10px;background:#fff;padding:3px;box-sizing:border-box;flex:0 0 auto}.product-image-placeholder{display:grid;place-items:center;color:#6f7f74;font-size:13px;font-weight:800;background:linear-gradient(135deg,#f5f7f3,#e5ebe4)!important}.password-showcase{background:radial-gradient(circle at 80% 12%,rgba(154,214,255,.14),transparent 30%),radial-gradient(circle at 10% 88%,rgba(185,237,144,.2),transparent 34%),linear-gradient(145deg,#0a2117,#133828 58%,#174731)}.password-points{display:grid;grid-gap:1px;gap:1px;margin:34px 0 0;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.12);border-radius:16px;overflow:hidden}.password-points>div{display:flex;align-items:flex-start;gap:15px;padding:16px 18px;background:rgba(7,27,18,.48)}.password-points i{font-style:normal;font-size:9px;color:var(--admin-lime);letter-spacing:.08em;margin-top:3px}.password-points p{margin:0}.password-points b,.password-points span{display:block}.password-points b{font-size:11px}.password-points span{font-size:9px;color:#9eb3a5;line-height:1.5;margin-top:4px}.password-card .login-form{margin-top:28px}.password-card .login-form button{margin-top:3px}.filters>span{margin-left:auto;padding:0 10px;color:var(--admin-muted);font-size:10px;font-weight:700}.table-wrap tbody tr{transition:background .12s ease}.table-wrap tbody tr:hover{background:#f4f8f3}.table-wrap thead{position:-webkit-sticky;position:sticky;top:0;z-index:2}.product-table{max-height:calc(100vh - 230px)}.row-number{width:58px;color:#91a095;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.product-link{text-decoration:none;color:inherit}.product-copy{width:auto!important;height:auto!important;background:transparent!important}.product-copy b,.product-copy small{display:block}.product-copy small{margin-top:5px}.table-action{display:inline-flex;white-space:nowrap;padding:7px 10px;border-radius:8px;background:#edf4ed;color:#24563a;text-decoration:none;font-size:9px;font-weight:700}.detail-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;font-size:10px;color:var(--admin-muted)}.detail-nav a{color:#285d3c;text-decoration:none;font-weight:700}.product-detail-head{display:flex;align-items:center;gap:24px;background:linear-gradient(135deg,#102f20,#1b4b32);color:#fff;border-radius:18px;padding:24px 28px;margin-bottom:16px;box-shadow:0 20px 50px rgba(14,44,28,.14)}.product-detail-image{width:104px;height:104px;border-radius:15px;background:#fff;display:grid;place-items:center;overflow:hidden;flex:0 0 auto}.product-detail-image img{width:100%;height:100%;object-fit:contain}.product-detail-image span{color:#718078;font-size:10px}.editor-head p,.product-detail-head p{font-size:9px;letter-spacing:.16em;color:var(--admin-lime);margin:0 0 8px}.product-detail-head h1{font-family:Georgia,serif;font-size:34px;font-weight:400;margin:0 0 15px}.detail-badges{display:flex;gap:7px;flex-wrap:wrap}.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.75fr);grid-gap:16px;gap:16px}.channel-panel,.product-editor{background:#fff;border:1px solid var(--admin-line);border-radius:16px;padding:22px;box-shadow:0 16px 45px rgba(16,39,28,.05)}.editor-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.editor-head p{color:#52725d}.editor-head h2{font-size:18px;margin:0}.editor-head button{border:0;border-radius:9px;background:var(--admin-green);color:#fff;padding:11px 15px;font-size:10px;font-weight:700}.editor-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.editor-fields label{display:grid;grid-gap:7px;gap:7px;color:#536158;font-size:10px;font-weight:700}.editor-fields input,.editor-fields select,.editor-fields textarea{width:100%;border:1px solid #d9e0d8;border-radius:9px;background:#fafcf9;padding:11px 12px;color:var(--admin-ink);font:inherit}.editor-fields textarea{min-height:150px;resize:vertical;line-height:1.6}.field-wide{grid-column:1/-1}.toggle-field{display:flex!important;align-items:center;grid-template-columns:auto 1fr!important}.toggle-field input{width:auto}.channel-panel{align-self:start}.channel-listing{min-height:0!important;background:#f7f9f6!important;border:1px solid #e1e7df!important;border-radius:12px!important;padding:15px!important;margin-bottom:10px}.channel-listing header{display:flex;justify-content:space-between;align-items:center}.channel-listing p{font-size:10px;line-height:1.45;color:var(--admin-muted)}.channel-listing dl{display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px;font-size:10px}.channel-listing dt{color:var(--admin-muted)}.channel-listing dd{text-align:right;margin:0;font-weight:700}@media(max-width:950px){.product-detail-grid{grid-template-columns:1fr}}@media(max-width:680px){.product-detail-head{align-items:flex-start;padding:18px}.product-detail-image{width:76px;height:76px}.product-detail-head h1{font-size:24px}.editor-fields{grid-template-columns:1fr}.field-wide{grid-column:auto}.detail-nav span{display:none}}.title-actions{display:flex;align-items:center;gap:10px}.primary-link{display:inline-flex;align-items:center;background:var(--admin-green);color:#fff;text-decoration:none;border-radius:9px;padding:10px 14px;font-size:10px;font-weight:700;box-shadow:0 10px 22px rgba(18,61,40,.14)}.new-product-hero{padding:28px 30px;margin-bottom:16px;border-radius:18px;color:#fff;background:radial-gradient(circle at 90% 20%,rgba(185,237,144,.22),transparent 30%),linear-gradient(135deg,#102f20,#1d5637)}.new-product-hero p{font-size:9px;letter-spacing:.17em;color:var(--admin-lime);margin:0 0 9px}.new-product-hero h1{font:400 36px Georgia,serif;margin:0 0 10px}.new-product-hero span{font-size:11px;color:#bdd0c3}.new-product-form{max-width:1050px}.publish-channels{border:1px solid #dce4da;border-radius:13px;margin:22px 0 0;padding:17px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.publish-channels legend{font-size:11px;font-weight:700;padding:0 7px}.publish-channels>p{grid-column:1/-1;color:var(--admin-muted);font-size:10px;margin:0 0 4px}.publish-channels label{display:flex;align-items:center;gap:10px;border:1px solid #e0e7de;background:#f7faf6;padding:13px;border-radius:10px}.publish-channels b,.publish-channels small{display:block}.publish-channels b{font-size:11px}.publish-channels small{font-size:9px;color:var(--admin-muted);margin-top:3px}@media(max-width:680px){.title-actions{align-items:flex-end;flex-direction:column}.publish-channels{grid-template-columns:1fr}.new-product-hero h1{font-size:28px}}.product-gallery{background:#fff;border:1px solid var(--admin-line);border-radius:16px;padding:20px;margin-bottom:16px;box-shadow:0 16px 45px rgba(16,39,28,.05)}.gallery-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:15px}.gallery-title p{font-size:9px;letter-spacing:.16em;color:#52725d;margin:0 0 6px}.gallery-title h2{font-size:18px;margin:0}.gallery-title>span{font-size:9px;color:var(--admin-muted)}.gallery-grid{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));grid-gap:10px;gap:10px}.gallery-grid figure{margin:0;border:1px solid #e0e6df;border-radius:12px;overflow:hidden;background:#f8faf7}.gallery-grid img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff;display:block}.gallery-grid figcaption{padding:8px;font-size:8px;color:var(--admin-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.linked-offers{display:inline-flex;padding:5px 7px;border-radius:7px;background:#e8f0e8;color:#356047;font-weight:700;margin-bottom:8px}@media(max-width:1100px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:680px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-title{align-items:start;gap:10px;flex-direction:column}}.image-audit-warning{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff3dc;border:1px solid #ecd09b;color:#815311;border-radius:10px;padding:12px 14px;margin-bottom:14px;font-size:9px}.gallery-grid figure{position:relative}.gallery-grid figure.main-image{border-color:#4e8c62;box-shadow:0 0 0 2px rgba(78,140,98,.12)}.gallery-grid figure form{padding:0 8px 8px}.gallery-grid figure button,.image-upload button{border:0;border-radius:7px;background:#e6efe6;color:#24543a;padding:7px 9px;font-size:8px;font-weight:700}.gallery-grid figure em{position:absolute;top:7px;right:7px;background:#17482f;color:#fff;border-radius:99px;padding:5px 7px;font-size:7px;font-style:normal}.image-upload{margin-top:16px;border-top:1px solid #e4e9e2;padding-top:16px;display:grid;grid-template-columns:minmax(280px,1fr) auto;grid-gap:7px 14px;gap:7px 14px;align-items:end}.image-upload label{font-size:10px;font-weight:700;display:grid;grid-gap:7px;gap:7px}.image-upload input{border:1px solid #d9e0d8;border-radius:9px;background:#fafcf9;padding:9px}.image-upload>span{font-size:8px;color:var(--admin-muted);grid-column:1}.image-upload button{grid-column:2;grid-row:1/3;background:var(--admin-green);color:#fff;padding:11px 14px}@media(max-width:680px){.image-audit-warning{align-items:flex-start;flex-direction:column}.image-upload{grid-template-columns:1fr}.image-upload button{grid-column:1;grid-row:auto}}.command-dashboard{max-width:1600px}.command-hero{position:relative;overflow:hidden;min-height:260px;border-radius:22px;padding:34px 38px;color:#fff;background:radial-gradient(circle at 78% 10%,rgba(185,237,144,.24),transparent 24%),radial-gradient(circle at 100% 100%,rgba(54,116,78,.5),transparent 35%),linear-gradient(135deg,#0b2819,#174a30);box-shadow:0 26px 70px rgba(12,43,26,.16);display:grid;grid-template-columns:1fr auto;grid-gap:25px;gap:25px}.command-hero:after{content:"";position:absolute;width:380px;height:380px;border:1px solid rgba(185,237,144,.16);border-radius:50%;right:-140px;bottom:-270px;box-shadow:0 0 0 55px rgba(185,237,144,.025),0 0 0 110px rgba(185,237,144,.02)}.command-hero footer,.command-hero>div{position:relative;z-index:1}.command-hero p,.ops-card header p{font-size:9px;font-weight:700;letter-spacing:.18em;color:var(--admin-lime);margin:0 0 10px}.command-hero h1{font:400 clamp(35px,4vw,58px)/1.04 Georgia,serif;letter-spacing:-.03em;margin:0 0 16px;max-width:790px}.command-hero>div>span{color:#b8cabe;font-size:13px}.hero-actions{display:flex;align-items:start!important;gap:8px}.hero-actions a{white-space:nowrap;color:#163823;background:var(--admin-lime);padding:11px 14px;border-radius:9px;text-decoration:none;font-size:10px;font-weight:800}.hero-actions a+a{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.17);color:#fff}.command-hero footer{grid-column:1/-1;align-self:end;display:flex;gap:24px;color:#9fb5a7;font-size:9px}.command-hero footer span{display:flex;align-items:center;gap:7px}.command-hero footer i{width:7px;height:7px;border-radius:50%;background:var(--admin-lime);box-shadow:0 0 0 4px rgba(185,237,144,.12)}.dashboard-kpis{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:10px;gap:10px;margin:14px 0}.command-kpi{position:relative;overflow:hidden;min-height:128px;background:#fff;border:1px solid var(--admin-line);border-radius:16px;padding:18px;display:flex;flex-direction:column;box-shadow:0 12px 35px rgba(16,39,28,.04)}.command-kpi:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#4b8c60}.command-kpi.red:before{background:#bd554e}.command-kpi.blue:before{background:#4283ad}.command-kpi.amber:before{background:#ce902f}.command-kpi.violet:before{background:#8069a6}.command-kpi.dark:before{background:#1a3022}.command-kpi>span{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--admin-muted)}.command-kpi strong{font:500 27px Georgia,serif;margin:auto 0 5px}.command-kpi small{font-size:9px;color:var(--admin-muted)}.ops-grid{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:12px;gap:12px}.ops-card{background:#fff;border:1px solid var(--admin-line);border-radius:17px;padding:21px;box-shadow:0 14px 40px rgba(16,39,28,.045)}.ops-card header{display:flex;align-items:start;justify-content:space-between;gap:15px;margin-bottom:20px}.ops-card header p{color:#52725d;margin-bottom:5px}.ops-card h2{font-size:17px;margin:0}.ops-card header>a,.ops-card header>span{font-size:9px;color:#3d6c4e;text-decoration:none}.channel-rows{display:grid;grid-gap:8px;gap:8px}.channel-rows>div{display:grid;grid-template-columns:auto minmax(130px,1fr) 2.2fr;grid-gap:12px;gap:12px;align-items:center;border:1px solid #e2e8e0;border-radius:12px;padding:12px;background:#f9fbf8}.channel-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#214b34;color:#fff;font-weight:800}.channel-icon.daraz{background:#f66522}.channel-icon.rokomari{background:#287ab8}.channel-rows b,.channel-rows small{display:block}.channel-rows small{color:var(--admin-muted);font-size:8px;margin-top:3px}.channel-rows dl{display:grid;grid-template-columns:repeat(3,auto 1fr);grid-gap:4px 8px;gap:4px 8px;align-items:center;margin:0;font-size:8px}.channel-rows dt{color:var(--admin-muted)}.channel-rows dd{margin:0;font-weight:700}.sync-readiness{display:grid;grid-template-columns:160px 1fr;align-items:center}.sync-readiness header{grid-column:1/-1}.readiness-ring{--score:0%;width:135px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#3c8b59 var(--score),#e8eee7 0);position:relative}.readiness-ring:before{content:"";position:absolute;inset:13px;background:#fff;border-radius:50%}.readiness-ring div{position:relative;text-align:center}.readiness-ring span,.readiness-ring strong{display:block}.readiness-ring strong{font:500 27px Georgia,serif}.readiness-ring span{font-size:8px;color:var(--admin-muted)}.readiness-legend p{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:8px;gap:8px;border-bottom:1px solid #edf0ec;padding:10px 0;margin:0;font-size:9px}.readiness-legend i{width:8px;height:8px;border-radius:50%;background:#3c8b59}.readiness-legend i.warn{background:#d59a36}.readiness-legend i.bad{background:#c25c54}.trend-card{min-height:310px}.modern-bars{height:190px;display:flex;align-items:end;gap:12px;padding:10px 8px 0}.modern-bars>div{height:100%;flex:1 1;text-align:center}.modern-bars>div,.modern-bars>div>div{display:flex;flex-direction:column;justify-content:end}.modern-bars>div>div{height:155px;align-items:center}.modern-bars i{width:min(34px,70%);min-height:5px;background:linear-gradient(#69a67b,#174a30);border-radius:6px 6px 2px 2px}.modern-bars b{font-size:8px;margin:4px}.modern-bars span{font-size:8px;color:var(--admin-muted)}.trend-card footer{display:flex;gap:10px;border-top:1px solid #e7ebe5;margin-top:12px;padding-top:14px}.trend-card footer span{flex:1 1;font-size:8px;color:var(--admin-muted)}.trend-card footer b{float:right;color:var(--admin-ink)}.ops-activity>div{display:grid;grid-template-columns:auto 1fr auto;grid-gap:10px;gap:10px;align-items:center;border-bottom:1px solid #edf0ec;padding:10px 0}.ops-activity i{width:8px;height:8px;border-radius:50%;background:#548265}.ops-activity i.critical,.ops-activity i.error{background:#c1524b}.ops-activity b,.ops-activity span{display:block}.ops-activity b{font-size:9px}.ops-activity span{margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:390px}.ops-activity span,.ops-activity time{font-size:8px;color:var(--admin-muted)}@media(max-width:1250px){.dashboard-kpis{grid-template-columns:repeat(3,1fr)}}@media(max-width:950px){.command-hero,.ops-grid{grid-template-columns:1fr}.hero-actions{justify-content:start}.command-hero footer{flex-wrap:wrap}}@media(max-width:680px){.command-hero{padding:25px 22px}.dashboard-kpis{grid-template-columns:repeat(2,1fr)}.channel-rows>div{grid-template-columns:auto 1fr}.channel-rows dl{grid-column:1/-1}.sync-readiness{grid-template-columns:130px 1fr}.readiness-ring{width:115px}}.sync-explainer{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px;margin:-4px 0 14px}.sync-explainer article{border:1px solid var(--admin-line);border-radius:12px;background:#fff;padding:14px;display:grid;grid-gap:5px;gap:5px}.sync-explainer article:before{content:"";width:8px;height:8px;border-radius:50%;background:#3d8a58}.sync-explainer article.review:before{background:#d59835}.sync-explainer article.unmatched:before{background:#bf554e}.sync-explainer b{font-size:10px}.sync-explainer span{font-size:9px;line-height:1.5;color:var(--admin-muted)}.sync-table-panel .panel-head p{font-size:9px;color:var(--admin-muted);margin:5px 0 0}.confidence-cell{min-width:90px;display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:7px;gap:7px}.confidence-cell:before{content:"";background:#e5ebe4}.confidence-cell i,.confidence-cell:before{grid-column:1;grid-row:1;height:5px;border-radius:99px}.confidence-cell i{max-width:100%;background:#4a8a5d;z-index:1}.confidence-cell b{font-size:8px}.review-button{white-space:nowrap;padding:8px 10px;border-radius:8px;background:#18482f;color:#fff;text-decoration:none;font-weight:700}.no-action{font-size:8px;color:var(--admin-muted)}.review-workspace{max-width:1300px}.review-hero{display:flex;justify-content:space-between;gap:25px;align-items:center;background:linear-gradient(135deg,#102e1f,#1b5235);color:#fff;border-radius:19px;padding:28px 31px}.review-hero p{font-size:9px;letter-spacing:.16em;color:var(--admin-lime);margin:0 0 8px}.review-hero h1{font:400 36px Georgia,serif;margin:0 0 9px}.review-hero>div>span{font-size:11px;color:#b9cbbf}.confidence-badge{border:1px solid rgba(255,255,255,.18);border-radius:13px;background:rgba(255,255,255,.08);padding:13px 17px;text-align:center;font-size:8px;color:#abc0b2}.confidence-badge b{display:block;font:400 25px Georgia,serif;color:#fff;margin-top:3px}.review-summary{display:grid;grid-template-columns:2fr 1fr 1.3fr;grid-gap:10px;gap:10px;margin:12px 0}.review-summary>div{background:#fff;border:1px solid var(--admin-line);border-radius:13px;padding:15px}.review-summary small,.review-summary span,.review-summary strong{display:block}.review-summary span{font-size:8px;text-transform:uppercase;letter-spacing:.07em;color:var(--admin-muted)}.review-summary strong{font-size:12px;margin:8px 0}.review-summary small{font-size:8px;color:var(--admin-muted)}.candidate-search{display:flex;gap:8px;padding:10px;border-radius:12px;background:#e8eee7;margin-bottom:12px}.candidate-search input{flex:1 1;border:1px solid #d4ddd3;background:#fff;border-radius:8px;padding:11px}.candidate-list article form button,.candidate-search button,.reject-match button{border:0;border-radius:8px;background:var(--admin-green);color:#fff;padding:10px 13px;font-size:9px;font-weight:700}.candidate-list{background:#fff;border:1px solid var(--admin-line);border-radius:16px;padding:20px}.candidate-list>header{display:flex;justify-content:space-between;align-items:end;margin-bottom:15px}.candidate-list header p{font-size:8px;letter-spacing:.14em;color:#52725d;margin:0 0 5px}.candidate-list h2{font-size:18px;margin:0}.candidate-list>header>span{font-size:8px;color:var(--admin-muted)}.candidate-list article{display:grid;grid-template-columns:54px 58px minmax(210px,1.4fr) 1.2fr auto;grid-gap:12px;gap:12px;align-items:center;padding:12px;border:1px solid #e4e9e2;border-radius:12px;margin-top:8px}.candidate-list article.recommended{border-color:#7caf8a;background:#f5faf4}.candidate-rank{font-size:8px;font-weight:800;color:#51705c}.candidate-image{width:54px;height:54px;border-radius:9px;background:#edf1ec;overflow:hidden;display:grid;place-items:center;font-size:7px;color:var(--admin-muted)}.candidate-image img{width:100%;height:100%;object-fit:contain}.candidate-copy b,.candidate-copy small,.candidate-copy span{display:block}.candidate-copy b{font-size:10px}.candidate-copy span{font-size:8px;color:var(--admin-muted);margin:4px 0}.candidate-copy small{font-size:7px;color:#3f7450}.candidate-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px}.candidate-stats span{font-size:7px;color:var(--admin-muted)}.candidate-stats b{display:block;color:var(--admin-ink);font-size:9px;margin-top:2px}.reject-match{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff4eb;border:1px solid #edcba9;border-radius:13px;padding:16px;margin-top:12px}.reject-match b,.reject-match span{display:block}.reject-match b{font-size:10px}.reject-match span{font-size:8px;color:#8b5c34;margin-top:4px}.reject-match button{background:#9a4b3c}@media(max-width:950px){.sync-explainer{grid-template-columns:1fr}.candidate-list article{grid-template-columns:45px 54px 1fr}.candidate-list article form,.candidate-stats{grid-column:2/-1}.review-summary{grid-template-columns:1fr}.review-hero{align-items:flex-start}.review-hero h1{font-size:28px}}@media(max-width:600px){.candidate-list article{grid-template-columns:1fr}.candidate-list article form,.candidate-rank,.candidate-stats{grid-column:auto}.reject-match,.review-hero{flex-direction:column}.reject-match{align-items:flex-start}}.sync-page{max-width:1640px}.sync-page-hero{position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:16px;padding:28px 30px;border-radius:19px;color:#fff;background:radial-gradient(circle at 82% 12%,rgba(185,237,144,.18),transparent 28%),linear-gradient(135deg,#102d1f,#1a5134);box-shadow:0 20px 55px rgba(15,47,30,.13)}.sync-page-hero:after{content:"";position:absolute;width:250px;height:250px;right:-110px;top:-155px;border:1px solid rgba(185,237,144,.18);border-radius:50%;box-shadow:0 0 0 42px rgba(185,237,144,.035)}.sync-page-hero>div:first-child{position:relative;z-index:1}.sync-page-hero p{margin:0 0 8px;color:var(--admin-lime);font-size:8px;letter-spacing:.18em}.sync-page-hero h1{margin:0;font:400 37px Georgia,serif}.sync-page-hero>div>span{display:block;max-width:700px;margin-top:10px;color:#bad0c1;font-size:10px;line-height:1.65}.sync-page-hero .actions{position:relative;z-index:1}.sync-page-hero .actions button{min-width:112px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.09);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sync-page-hero .actions form:first-child button{color:#10301f;background:var(--admin-lime)}.sync-metrics{grid-template-columns:repeat(9,minmax(105px,1fr));margin-bottom:15px}.sync-metrics .metric{min-height:94px;padding:14px 15px}.sync-metrics .metric span{font-size:9px}.sync-metrics .metric strong{font-size:23px}.sync-metrics .metric:nth-last-child(2):before{background:#d59835}.sync-metrics .metric:last-child:before{background:#bf554e}.sync-explainer{margin:0 0 14px}.sync-explainer>a{position:relative;min-width:0;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;padding:15px 16px;border-radius:14px;background:rgba(255,255,255,.9);box-shadow:0 10px 28px rgba(16,39,28,.035);transition:.16s ease}.sync-explainer>a:hover{transform:translateY(-2px);border-color:#b9cbbb;box-shadow:0 15px 35px rgba(16,39,28,.07)}.sync-explainer>a.active{border-color:#5b946c;box-shadow:0 0 0 2px rgba(70,135,89,.12),0 15px 35px rgba(16,39,28,.07)}.sync-explainer>a>i{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;color:#fff;background:#3d8a58;font-style:normal;font-size:12px;font-weight:800}.sync-explainer>a.review>i{color:#71450e;background:#f2d49b}.sync-explainer>a.unmatched>i{color:#7e2f2a;background:#f2cac6}.sync-explainer>a div{min-width:0}.sync-explainer>a b{display:flex;align-items:center;gap:7px;font-size:10px}.sync-explainer>a b em{min-width:20px;padding:3px 6px;border-radius:99px;color:#345541;background:#edf3ed;text-align:center;font-size:8px;font-style:normal}.sync-explainer>a.review b em{color:#815612;background:#faedcf}.sync-explainer>a.unmatched b em{color:#913933;background:#f8dfdd}.sync-explainer>a span{display:block;margin-top:5px;font-size:8px;line-height:1.45;color:var(--admin-muted)}.sync-explainer>a>strong{font-size:8px;color:#497057;white-space:nowrap}.sync-table-panel{overflow:hidden;padding:0}.sync-table-panel .panel-head{margin:0;padding:20px 22px;border-bottom:1px solid var(--admin-line);background:linear-gradient(90deg,#fbfcfa,#f3f7f2)}.sync-table-panel .panel-kicker{margin:0 0 5px!important;color:#4f765b!important;font-size:7px!important;letter-spacing:.17em}.guardrail-note{display:flex!important;align-items:center;gap:7px;padding:7px 10px;border:1px solid #d8e4d8;border-radius:99px;color:#4f6756!important;background:#f7faf6;white-space:nowrap}.guardrail-note i{width:6px;height:6px;border-radius:50%;background:#54a46b;box-shadow:0 0 0 4px rgba(84,164,107,.1)}.sync-table-panel>.table-wrap{border:0;border-radius:0;box-shadow:none}.matching-table{min-width:1120px}.matching-table th{padding-block:11px}.matching-table td{height:78px}.match-row>td:first-child{position:relative;padding-left:51px}.match-row>td:first-child>b{font-size:9px}.sync-channel{position:absolute;left:13px;top:50%;width:28px;height:28px;display:grid;place-items:center;transform:translateY(-50%);border-radius:8px;color:#fff;background:#1e5235;font-size:9px;font-weight:800}.sync-channel.daraz{background:linear-gradient(135deg,#f15a24,#ff8a3d)}.sync-channel.rokomari{background:linear-gradient(135deg,#1d62a7,#4ba9d9)}.sync-channel.edokan{background:linear-gradient(135deg,#24643d,#55a66b)}.match-row.needs-review{background:linear-gradient(90deg,rgba(248,235,206,.32),transparent 28%)}.match-row.unmatched{background:linear-gradient(90deg,rgba(248,223,221,.25),transparent 28%)}.match-row b{font-size:9px;line-height:1.35}.money-cell{font-weight:750;white-space:nowrap}.money-cell.target{color:#285e3b}.match-status{display:inline-flex;justify-content:center;min-width:88px;white-space:nowrap}.action-cell{width:150px}.review-button{min-width:128px;min-height:36px;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 11px;border-radius:9px;background:linear-gradient(135deg,#173f2b,#266341);box-shadow:0 7px 16px rgba(24,72,47,.12);font-size:8px;letter-spacing:.01em;transition:.15s ease}.review-button:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(24,72,47,.18)}.review-button i{width:20px;height:20px;display:grid;place-items:center;border-radius:6px;background:rgba(255,255,255,.13);font-style:normal}.review-button.unmatched-action{background:linear-gradient(135deg,#7d3d35,#a85c50)}.review-button.secondary{color:#28573b;background:#edf3ed;box-shadow:none}.review-button.secondary i{background:#d9e7db}@media(max-width:1350px){.sync-metrics{grid-template-columns:repeat(5,1fr)}}@media(max-width:950px){.sync-page-hero{align-items:flex-start;flex-direction:column}.sync-metrics{grid-template-columns:repeat(3,1fr)}.sync-explainer{grid-template-columns:1fr}.sync-table-panel .panel-head{align-items:flex-start;flex-direction:column}.guardrail-note{white-space:normal}}@media(max-width:600px){.sync-page-hero{padding:22px}.sync-page-hero h1{font-size:30px}.sync-page-hero .actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.sync-page-hero .actions button{width:100%;min-width:0}.sync-metrics{grid-template-columns:repeat(2,1fr)}.sync-explainer>a{grid-template-columns:32px 1fr}.sync-explainer>a>strong{grid-column:2}.sync-metrics .metric:last-child{grid-column:1/-1}}.metric-link{cursor:pointer}.metric-link,.sync-explainer>a{color:inherit;text-decoration:none}.sync-explainer>a{display:grid;grid-gap:5px;gap:5px;padding:14px;border:1px solid var(--admin-line);border-radius:12px;background:#fff;transition:transform .15s ease,border-color .15s ease}.sync-explainer>a:before{width:8px;height:8px;border-radius:50%;background:#3d8a58;content:""}.sync-explainer>a.review:before{background:#d59835}.sync-explainer>a.unmatched:before{background:#bf554e}.metric-link:hover,.sync-explainer>a:hover{border-color:#8fb39a;transform:translateY(-2px)}.reject-actions{display:flex;align-items:center;gap:8px}.reject-actions>a{border-radius:8px;background:var(--admin-green);color:#fff;padding:10px 13px;font-size:9px;font-weight:700;text-decoration:none}.reject-actions form{margin:0}.new-product-source{display:flex;align-items:center;gap:14px;margin:-8px 0 16px;padding:14px;border:1px solid #b8d3bf;border-radius:14px;background:#f2f8f2}.new-product-source-empty,.new-product-source>img{width:76px;height:76px;flex:0 0 76px;border-radius:10px;background:#fff;object-fit:contain}.new-product-source-empty{display:grid;place-items:center;padding:7px;color:var(--admin-muted);font-size:7px;text-align:center}.new-product-source div{display:grid;grid-gap:5px;gap:5px}.new-product-source div>span{color:#52725d;font-size:8px;letter-spacing:.12em}.new-product-source b{font-size:13px}.new-product-source small{color:var(--admin-muted);font-size:9px}.marketplace-product-summary{display:flex;align-items:center;gap:14px}.marketplace-product-summary>div:last-child{min-width:0}.marketplace-gallery{display:flex;position:relative;flex:0 0 auto;gap:6px;max-width:226px;overflow-x:auto;padding-bottom:3px}.marketplace-image-source{position:absolute;left:0;bottom:-1px;max-width:68px;padding:2px 3px;border-radius:0 0 8px 8px;background:rgba(20,65,43,.86);color:#fff;font-size:6px;line-height:1.1;text-align:center}.marketplace-gallery a,.marketplace-gallery-empty{width:68px;height:68px;flex:0 0 68px;border:1px solid #dce5dc;border-radius:10px;background:#f4f7f3;overflow:hidden;display:grid;place-items:center}.marketplace-gallery img{width:100%;height:100%;object-fit:contain}.marketplace-gallery-empty{width:92px;flex-basis:92px;padding:7px;box-sizing:border-box;text-align:center;font-size:7px;line-height:1.4;color:var(--admin-muted)}@media (max-width:600px){.marketplace-product-summary{align-items:flex-start;flex-direction:column}.marketplace-gallery{max-width:100%}}.product-detail-page{max-width:1600px}.product-detail-page .detail-nav{margin-bottom:16px}.product-detail-page .detail-nav a{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid #d6e1d7;border-radius:9px;background:#fff;box-shadow:0 6px 18px rgba(16,39,28,.035)}.product-detail-page .product-detail-head{position:relative;overflow:hidden;display:grid;grid-template-columns:118px minmax(0,1fr) auto;align-items:center;grid-gap:25px;gap:25px;min-height:164px;padding:26px 30px;border:1px solid rgba(185,237,144,.12);border-radius:21px;background:radial-gradient(circle at 88% 5%,rgba(185,237,144,.18),transparent 27%),linear-gradient(135deg,#0d2b1c,#194e32);box-shadow:0 24px 60px rgba(14,44,28,.16)}.product-detail-page .product-detail-head:after{content:"";position:absolute;width:260px;height:260px;right:-135px;top:-155px;border:1px solid rgba(185,237,144,.16);border-radius:50%;box-shadow:0 0 0 45px rgba(185,237,144,.025)}.product-detail-page .product-detail-image{position:relative;z-index:1;width:118px;height:118px;padding:8px;border:1px solid rgba(255,255,255,.17);border-radius:18px;background:#fff;box-shadow:0 18px 35px rgba(0,0,0,.17)}.product-detail-page .product-detail-image img{border-radius:11px}.product-detail-copy{position:relative;z-index:1;min-width:0}.product-detail-copy h1{max-width:770px;font-size:clamp(28px,2.6vw,40px);line-height:1.08}.product-detail-page .detail-badges .status{border:1px solid rgba(255,255,255,.09);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.product-hero-stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(92px,1fr));overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:14px;background:rgba(5,23,14,.35);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.product-hero-stats>div{min-height:82px;padding:16px 18px;border-left:1px solid rgba(255,255,255,.09)}.product-hero-stats>div:first-child{border-left:0}.product-hero-stats span,.product-hero-stats strong{display:block}.product-hero-stats span{color:#91aa9a;font-size:7px;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.product-hero-stats strong{margin-top:9px;color:#fff;font:400 20px Georgia,serif}.product-detail-page .channel-panel,.product-detail-page .product-editor,.product-detail-page .product-gallery{border-color:#dce4dc;box-shadow:0 18px 45px rgba(16,39,28,.055)}.product-detail-page .product-gallery{border-radius:17px}.product-detail-page .product-detail-grid{grid-template-columns:minmax(0,1.55fr) minmax(390px,.85fr);align-items:start;gap:15px;margin-top:15px}.product-detail-page .channel-panel,.product-detail-page .product-editor{border-radius:17px;padding:23px}.product-detail-page .editor-head{padding-bottom:17px;border-bottom:1px solid #e7ece6}.product-detail-page .editor-head button{box-shadow:0 9px 20px rgba(22,63,44,.14)}.variant-family{margin:15px 0;padding:22px;border:1px solid #dce4dc;border-radius:17px;background:#fff;box-shadow:0 18px 45px rgba(16,39,28,.045)}.variant-family.needs-review{border-color:#e4c98f;background:linear-gradient(100deg,#fffaf0,#fff)}.variant-family>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:15px}.variant-family header p{margin:0 0 6px;color:#52725d;font-size:8px;letter-spacing:.16em}.variant-family h2{margin:0;font-size:18px}.variant-family header div>span{display:block;max-width:760px;margin-top:7px;color:var(--admin-muted);font-size:9px;line-height:1.55}.variant-members{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-bottom:14px}.variant-members a{min-width:0;padding:12px;border:1px solid #e1e7df;border-radius:11px;color:inherit;background:#f8faf7;text-decoration:none}.variant-members a.current{border-color:#5b946c;background:#f0f7ef;box-shadow:inset 3px 0 #4a8a5d}.variant-members b,.variant-members small,.variant-members span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.variant-members b{font-size:10px;color:#24583a}.variant-members span{margin:5px 0;font-size:9px}.variant-members small{color:var(--admin-muted);font-size:8px}.variant-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.variant-actions form{display:flex;gap:7px}.variant-actions form:first-child{flex:1 1;min-width:420px}.variant-actions input,.variant-actions select{min-width:0;border:1px solid #d8e0d7;border-radius:8px;background:#fafcf9;padding:9px 10px;font-size:9px}.variant-actions input{width:180px}.variant-actions select{flex:1 1}.variant-actions button{border:0;border-radius:8px;padding:10px 12px;color:#fff;background:#245b3b;font-size:9px;font-weight:700;white-space:nowrap}.variant-actions button.approve{background:#2f7449}.variant-actions button.reject{background:#9a4b3c}.variant-actions button.remove{color:#7a4d24;background:#f3e8d7}.variant-duplicate-warning{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:-2px 0 14px;padding:10px 12px;border:1px solid #e5b8a6;border-radius:10px;color:#7d3529;background:#fff1ec;font-size:9px}.variant-duplicate-warning b{white-space:nowrap}.variant-duplicate-warning span{line-height:1.5;text-align:right}.channel-panel-head>span{padding:6px 9px;border:1px solid #d6e2d7;border-radius:99px;color:#3f684c;background:#f1f7f1;font-size:8px;font-weight:750}.product-detail-page .channel-listing{position:relative;overflow:hidden;margin:0 0 12px!important;padding:0!important;border:1px solid #dce5dc!important;border-radius:15px!important;background:#fff!important;box-shadow:0 9px 25px rgba(18,51,31,.045)}.channel-listing:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#3a7f50}.channel-listing.channel-daraz:before{background:#f15a24}.channel-listing.channel-rokomari:before{background:#287ab3}.channel-listing.channel-edokan:before{background:#3d9156}.channel-listing>header{padding:14px 15px 13px 17px;border-bottom:1px solid #edf1ec;background:linear-gradient(90deg,#fbfcfa,#f4f8f3)}.channel-identity{display:flex;align-items:center;gap:10px}.channel-identity>i{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;color:#fff;background:linear-gradient(135deg,#245b3b,#3c8b57);font-style:normal;font-size:11px;font-weight:800}.channel-daraz .channel-identity>i{background:linear-gradient(135deg,#f15a24,#ff8d46)}.channel-rokomari .channel-identity>i{background:linear-gradient(135deg,#1d62a7,#45a4d8)}.channel-edokan .channel-identity>i{background:linear-gradient(135deg,#24643d,#55a66b)}.channel-identity b,.channel-identity span{display:block}.channel-identity b{font-size:10px}.channel-identity span{margin-top:3px;color:var(--admin-muted);font-size:7px}.channel-listing>header>.status{white-space:nowrap}.listing-product{padding:14px 17px 11px}.listing-product small{color:#75907c;font-size:7px;letter-spacing:.11em}.listing-product p{margin:7px 0 0!important;color:#29372d!important;font-size:10px!important;font-weight:700!important}.linked-offers{margin:0 17px 11px;padding:7px 9px;border-radius:8px;color:#4d704f;background:#edf6ed;font-size:8px}.channel-price-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;grid-gap:0!important;gap:0!important;margin:0 17px 14px!important;overflow:hidden;border:1px solid #e2e9e1;border-radius:10px}.channel-price-grid>div{padding:11px 10px;border-left:1px solid #e6ebe5;text-align:left}.channel-price-grid>div:first-child{border-left:0}.channel-price-grid dd,.channel-price-grid dt{display:block;text-align:left!important}.channel-price-grid dt{font-size:7px;text-transform:uppercase;letter-spacing:.06em}.channel-price-grid dd{margin-top:5px!important;color:#203d2a;font-size:10px}.channel-price-grid>div:nth-child(2) dd{color:#267143}.listing-job{justify-content:space-between;gap:14px;margin:0 12px 12px;padding:11px 12px;border:1px solid #dce6dc;border-radius:11px;background:#f4f7f3}.listing-job,.listing-job>div{display:flex;align-items:center}.listing-job>div{gap:10px;min-width:0}.listing-job>div>i{width:29px;height:29px;display:grid;place-items:center;flex:0 0 auto;border-radius:8px;color:#68736b;background:#e5e9e5;font-style:normal;font-size:12px}.listing-job p{margin:0!important}.listing-job small,.listing-job strong{display:block}.listing-job small{color:#77847a;font-size:6px;letter-spacing:.12em}.listing-job strong{margin-top:4px;font-size:8px;letter-spacing:.025em;white-space:nowrap}.listing-job>span{max-width:150px;color:#79847c;font-size:7px;line-height:1.45;text-align:right}.listing-job.ready{border-color:#e8cf9c;background:linear-gradient(135deg,#fff8e9,#fbefce)}.listing-job.ready>div>i{color:#785019;background:#f1d79f}.listing-job.ready strong{color:#805914}.listing-job.ready>span{color:#8c6a35}@media(max-width:1250px){.product-detail-page .product-detail-head{grid-template-columns:105px 1fr}.product-detail-page .product-detail-image{width:105px;height:105px}.product-hero-stats{grid-column:1/-1}.product-hero-stats>div{min-height:68px}.product-detail-page .product-detail-grid{grid-template-columns:1fr}.variant-members{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.product-detail-page .product-detail-head{grid-template-columns:78px 1fr;padding:18px;gap:15px}.product-detail-page .product-detail-image{width:78px;height:78px}.product-detail-copy h1{font-size:24px}.product-hero-stats{grid-template-columns:1fr;grid-column:1/-1}.product-hero-stats>div{min-height:0;padding:11px 13px;border-left:0;border-top:1px solid rgba(255,255,255,.09)}.product-hero-stats>div:first-child{border-top:0}.product-hero-stats>div{display:flex;align-items:center;justify-content:space-between}.product-hero-stats strong{margin:0;font-size:17px}.product-detail-page .channel-panel,.product-detail-page .product-editor{padding:16px}.product-detail-page .editor-head{align-items:flex-start;gap:12px}.product-detail-page .editor-head button{padding:9px 10px}.channel-price-grid{grid-template-columns:1fr!important}.channel-price-grid>div{display:flex;align-items:center;justify-content:space-between;border-left:0;border-top:1px solid #e6ebe5}.channel-price-grid>div:first-child{border-top:0}.channel-price-grid dd{margin-top:0!important}.listing-job{align-items:flex-start;flex-direction:column}.listing-job>span{max-width:none;text-align:left}.variant-family{padding:16px}.variant-family>header{flex-direction:column}.variant-duplicate-warning{align-items:flex-start;flex-direction:column}.variant-duplicate-warning span{text-align:left}.variant-members{grid-template-columns:1fr}.variant-actions,.variant-actions form,.variant-actions form:first-child{width:100%;min-width:0;flex-direction:column}.variant-actions button,.variant-actions input,.variant-actions select{width:100%}}.integrations-page{max-width:1640px}.integration-hero{position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:space-between;gap:36px;padding:34px 38px;border-radius:22px;background:radial-gradient(circle at 86% 0,rgba(185,237,144,.19),transparent 30%),linear-gradient(135deg,#0b2b1b,#174c31);color:#fff;box-shadow:0 24px 60px rgba(11,43,27,.16)}.integration-hero:after{content:"";position:absolute;width:310px;height:310px;right:-145px;bottom:-220px;border:1px solid rgba(185,237,144,.2);border-radius:50%;box-shadow:0 0 0 52px rgba(185,237,144,.035),0 0 0 104px rgba(185,237,144,.02)}.integration-hero-copy,.integration-hero-state{position:relative;z-index:1}.integration-hero-copy>p,.integration-section-head p{margin:0 0 8px;color:var(--admin-lime);font-size:9px;font-weight:800;letter-spacing:.19em}.integration-hero-copy h1{margin:0;font-family:Georgia,serif;font-size:44px;font-weight:400;letter-spacing:-.025em}.integration-hero-copy>span{display:block;max-width:720px;margin-top:12px;color:#b8cbbf;font-size:12px;line-height:1.7}.integration-hero-state{display:flex;align-items:center;gap:12px;min-width:290px;padding:13px 15px;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:rgba(7,31,19,.42);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.integration-hero-state i{width:10px;height:10px;border-radius:50%;background:var(--admin-lime);box-shadow:0 0 0 5px rgba(185,237,144,.1)}.integration-hero-state b,.integration-hero-state span{display:block}.integration-hero-state b{font-size:10px}.integration-hero-state span{margin-top:4px;color:#9db4a5;font-size:8px}.integration-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:11px;gap:11px;margin:14px 0}.integration-summary article{position:relative;overflow:hidden;min-height:108px;padding:17px 19px;border:1px solid #dce3dc;border-radius:15px;background:#fff;box-shadow:0 10px 30px rgba(16,39,28,.04)}.integration-summary article:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#2a6b46}.integration-summary article.needs-attention:before{background:#be7a22}.integration-summary article.healthy:before{background:#61a66e}.integration-summary small,.integration-summary span,.integration-summary strong{display:block}.integration-summary span{font-size:9px;color:var(--admin-muted);text-transform:uppercase;letter-spacing:.09em}.integration-summary strong{margin:8px 0 5px;font-size:25px}.integration-summary small{font-size:8px;color:#7a877e}.integration-webhook-panel{display:grid;grid-template-columns:minmax(230px,.7fr) minmax(330px,1.3fr) auto;align-items:center;grid-gap:20px;gap:20px;margin-bottom:34px;padding:16px 19px;border:1px solid #cfdbd0;border-radius:14px;background:linear-gradient(90deg,#edf5ed,#f7faf6)}.integration-webhook-panel div b,.integration-webhook-panel div span{display:block}.integration-webhook-panel div span{font-size:8px;letter-spacing:.13em;color:#57715f}.integration-webhook-panel div b{margin-top:5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.integration-webhook-panel p{margin:0;color:#5f6c63;font-size:9px;line-height:1.55}.secure-chip{white-space:nowrap;border:1px solid #bad1bf;border-radius:99px;padding:7px 10px;background:#fff;color:#2a6541;font-size:8px;font-weight:700}.integration-section{margin:0 0 38px}.integration-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:14px;padding:0 2px}.integration-section-head p{color:#52725d}.integration-section-head h2{margin:0;font-family:Georgia,serif;font-size:26px;font-weight:400}.integration-section-head>span{max-width:450px;color:var(--admin-muted);font-size:9px;line-height:1.55;text-align:right}.integration-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:13px;gap:13px}.integration-card{display:flex;flex-direction:column;min-width:0;padding:0;border:1px solid #dae2da;border-radius:17px;background:#fff;box-shadow:0 15px 42px rgba(16,39,28,.05);overflow:hidden}.integration-card>header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:13px;gap:13px;padding:19px 20px 15px}.integration-logo{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;color:#fff;background:#214b34;font-weight:800;font-size:12px}.integration-logo.openai{background:#111}.integration-logo.whatsapp{background:#168d54}.integration-logo.messenger{background:#2477e7}.integration-logo.instagram{background:linear-gradient(135deg,#7d3ea5,#ef6b4e)}.integration-logo.daraz{background:linear-gradient(135deg,#f85606,#ff8a3d)}.integration-logo.rokomari{background:linear-gradient(135deg,#1d62a7,#45a4d8)}.integration-logo.official_website{background:linear-gradient(135deg,#123d28,#2f7950)}.integration-card-title h3{margin:0;font-size:13px}.integration-card-title p{margin:5px 0 0;color:var(--admin-muted);font-size:9px;line-height:1.45}.status.ready{color:#24577f;background:#dcecf7}.integration-health{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(150px,.6fr);grid-gap:1px;gap:1px;margin:0 20px;border:1px solid #e2e7e1;border-radius:11px;background:#e2e7e1;overflow:hidden}.integration-health>div{padding:11px 13px;background:#f8faf7}.integration-health b,.integration-health span{display:block}.integration-health span{color:#748078;font-size:8px;text-transform:uppercase;letter-spacing:.07em}.integration-health b{margin-top:5px;font-size:9px;line-height:1.45}.channel-snapshot{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1px;gap:1px;margin:14px 20px 18px;background:#e7ebe6;border:1px solid #e1e6e0;border-radius:11px;overflow:hidden}.channel-snapshot>div{min-width:0;padding:10px 12px;background:#fff}.channel-snapshot dd,.channel-snapshot dt{display:block;margin:0}.channel-snapshot dt{color:#7a867e;font-size:8px}.channel-snapshot dd{margin-top:4px;overflow:hidden;color:#314238;font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.integration-actions{display:flex;align-items:flex-end;gap:9px;margin-top:auto;padding:12px 20px 18px;border-top:1px solid #edf0ec;background:#fbfcfa}.integration-actions>form{flex:0 0 auto}.integration-actions button{border:0;border-radius:9px;background:var(--admin-green);color:#fff;padding:10px 13px;font-size:9px;font-weight:700;cursor:pointer}.integration-actions button.secondary{background:#e6eee7;color:#204c32}.integration-actions button:disabled{opacity:.45;cursor:not-allowed}.integration-setup{flex:1 1;min-width:0}.integration-setup summary{display:flex;align-items:center;justify-content:space-between;min-height:36px;padding:0 12px;border:1px solid #dce3dc;border-radius:9px;background:#fff;color:#2c4635;font-size:9px;font-weight:700;cursor:pointer;list-style:none}.integration-setup summary::-webkit-details-marker{display:none}.integration-setup summary span{font-size:13px;transition:transform .15s}.integration-setup[open] summary span{transform:rotate(45deg)}.integration-setup[open]{position:relative}.integration-setup-body{position:absolute;z-index:4;left:-21px;right:-118px;top:45px;padding:18px;border:1px solid #cfdbd0;border-radius:14px;background:#fff;box-shadow:0 24px 70px rgba(10,36,22,.18)}.channel-settings-form,.integration-config-form{display:grid;grid-gap:15px;gap:15px}.channel-switches>label,.integration-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px;border:1px solid #dce6dd;border-radius:11px;background:#f5f9f4}.channel-switches b,.channel-switches small,.integration-toggle-row b,.integration-toggle-row small{display:block}.channel-switches b,.integration-toggle-row b{font-size:9px}.channel-switches small,.integration-toggle-row small{margin-top:4px;color:var(--admin-muted);font-size:8px}.integration-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:11px;gap:11px}.integration-form-grid>label{display:grid;grid-gap:6px;gap:6px;align-content:start;color:#536158;font-size:9px;font-weight:700}.integration-form-grid>label>span:first-child{display:flex;align-items:center;justify-content:space-between;gap:7px}.integration-form-grid em{border-radius:99px;background:#dff1e3;color:#23633b;padding:3px 6px;font-size:7px;font-style:normal}.integration-form-grid input,.integration-form-grid select{width:100%;height:39px;border:1px solid #d8dfd7;border-radius:8px;background:#fafcf9;padding:0 10px;color:var(--admin-ink);font:inherit;font-size:9px}.integration-form-grid input[type=password]{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.clear-secret{display:flex!important;justify-content:flex-start!important;color:#8b4b44;font-size:7px;font-weight:500}.clear-secret input{width:12px;height:12px}.integration-form-footer{display:flex;align-items:center;justify-content:space-between;gap:14px}.integration-form-footer>span{color:var(--admin-muted);font-size:8px;line-height:1.45}.channel-settings-form>button,.integration-form-footer button{justify-self:end;border:0;border-radius:8px;background:var(--admin-green);color:#fff;padding:10px 13px;font-size:9px;font-weight:700}.channel-settings-form{margin-top:3px;padding-top:17px;border-top:1px solid #e4e9e3}.channel-settings-title{display:flex;align-items:center;justify-content:space-between}.channel-settings-title>div span{color:#56735f;font-size:7px;letter-spacing:.13em}.channel-settings-title h4{margin:4px 0 0;font-size:12px}.channel-switches{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:9px;gap:9px}.integration-form-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.integration-safety-note{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #ead8b7;border-radius:10px;background:#fff9ed;color:#704b18}.integration-safety-note>span{font-size:17px}.integration-safety-note p{margin:0;font-size:8px;line-height:1.45}.integration-safety-note b{display:block}.switch{position:relative;flex:0 0 auto}.switch input{position:absolute;opacity:0}.switch>span{position:relative;display:block;width:42px;height:23px;border-radius:99px;background:#b7bdb8;cursor:pointer;transition:.2s}.switch>span:after{content:"";position:absolute;width:17px;height:17px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0003;transition:.2s}.switch input:checked+span{background:#277346}.switch input:checked+span:after{transform:translateX(19px)}@media(max-width:1150px){.integration-grid{grid-template-columns:1fr}.integration-setup-body{right:-118px}.integration-summary{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.integration-hero{align-items:flex-start;flex-direction:column;padding:25px}.integration-hero-copy h1{font-size:36px}.integration-hero-state{width:100%;min-width:0}.integration-webhook-panel{grid-template-columns:1fr}.integration-webhook-panel .secure-chip{justify-self:start}.integration-section-head{align-items:flex-start;flex-direction:column}.integration-section-head>span{text-align:left}.integration-card>header{grid-template-columns:auto minmax(0,1fr)}.integration-card>header>.status{grid-column:2;justify-self:start}.integration-health{grid-template-columns:1fr}.channel-snapshot{grid-template-columns:repeat(2,1fr)}.integration-actions{align-items:stretch;flex-direction:column}.integration-actions>form button{width:100%}.integration-setup-body{position:static;margin-top:8px}.channel-switches,.integration-form-grid,.integration-form-grid.compact{grid-template-columns:1fr}.integration-form-footer{align-items:flex-start;flex-direction:column}.channel-settings-form>button,.integration-form-footer button{width:100%}}@media(max-width:480px){.integration-summary{grid-template-columns:1fr 1fr}.integration-summary article{min-height:95px;padding:14px}.integration-actions,.integration-card>header{padding-left:15px;padding-right:15px}.channel-snapshot,.integration-health{margin-left:15px;margin-right:15px}.channel-snapshot{grid-template-columns:1fr}.integration-setup-body{padding:14px}}.daraz-authorize-button{display:grid;min-height:40px;place-items:center;border-radius:9px;background:#f85606;color:#fff;padding:0 15px;font-size:10px;font-weight:800;text-decoration:none;white-space:nowrap}.daraz-authorize-button:hover{background:#df4d05}.daraz-authorize-button.disabled{pointer-events:none;opacity:.38}.integration-notice{margin-bottom:14px;padding:13px 16px;border:1px solid #dfc88f;border-radius:12px;background:#fff8e7;color:#674a0e;font-size:10px;font-weight:700}.integration-notice.success{border-color:#aad0b3;background:#eff9f1;color:#205f34}@media(max-width:760px){.daraz-authorize-button{width:100%}}.integration-card{border-color:#d5dfd6;border-radius:18px;box-shadow:0 15px 42px rgba(16,39,28,.06);transition:border-color .18s,box-shadow .18s}.integration-card:has(.integration-setup[open]){grid-column:1/-1;border-color:#8faf98;box-shadow:0 22px 60px rgba(16,57,35,.11)}.integration-card>header{gap:14px;padding:21px 22px 17px}.integration-logo{width:46px;height:46px;border-radius:13px;font-size:13px}.integration-card-title h3{font-size:15px}.integration-card-title p{font-size:10.5px;line-height:1.5}.integration-portal-link{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 22px 15px;padding:11px 13px;border:1px solid #cfe0d2;border-radius:10px;background:#f1f7f1;color:#24563a;text-decoration:none;transition:background .15s,border-color .15s}.integration-portal-link:hover{border-color:#8eaf97;background:#e9f3e9}.integration-portal-link span{font-size:8px;letter-spacing:.1em;color:#63806c}.integration-portal-link b{font-size:10.5px}.integration-health{margin-left:22px;margin-right:22px}.integration-health>div{padding:12px 14px}.integration-health span{font-size:8.5px}.integration-health b{margin-top:6px;font-size:10.5px}.channel-snapshot{margin:15px 22px 20px}.channel-snapshot>div{padding:11px 13px}.channel-snapshot dt{font-size:8.5px}.channel-snapshot dd{margin-top:5px;font-size:10.5px}.integration-actions{gap:10px;padding:14px 22px 20px}.integration-actions button{min-height:40px;padding:10px 15px;font-size:10.5px}.integration-setup summary{min-height:40px;padding:0 14px;font-size:10.5px}.integration-setup[open]{position:static}.integration-setup[open] summary{border-color:#8faf98;background:#f3f8f3}.integration-setup-body{position:static;z-index:auto;inset:auto;margin-top:12px;padding:22px;border-color:#cfdbd0;box-shadow:0 14px 35px rgba(10,36,22,.07)}.channel-settings-form,.integration-config-form{gap:17px}.channel-switches>label,.integration-toggle-row{padding:14px}.channel-switches b,.integration-toggle-row b{font-size:11px}.channel-switches small,.integration-toggle-row small{font-size:9px}.integration-form-grid{gap:14px}.integration-form-grid>label{gap:7px;font-size:10.5px}.integration-form-grid em{padding:4px 7px;font-size:8px}.integration-form-grid input,.integration-form-grid select{height:44px;border-color:#d3ddd4;background:#fff;padding:0 12px;font-size:11px}.integration-form-grid input:focus,.integration-form-grid select:focus{border-color:#5d8f6c;box-shadow:0 0 0 3px rgba(77,137,94,.1);outline:none}.clear-secret{font-size:8.5px}.clear-secret input{width:13px;height:13px}.integration-form-footer>span{font-size:9px}.channel-settings-form>button,.integration-form-footer button{min-height:40px;padding:10px 15px;font-size:10.5px}.channel-settings-form{padding-top:20px}.channel-settings-title>div span{font-size:8px}.channel-settings-title h4{font-size:14px}.channel-switches{gap:11px}.integration-safety-note{padding:12px 14px}.integration-safety-note p{font-size:9.5px;line-height:1.5}@media(max-width:760px){.integration-card:has(.integration-setup[open]){grid-column:auto}.integration-portal-link{margin-left:15px;margin-right:15px}.integration-setup-body{margin-top:10px;padding:16px}}.website-connections{margin-top:6px;padding:24px;border:1px solid #cfdcd1;border-radius:20px;background:linear-gradient(145deg,#f5f9f4,#edf4ee);box-shadow:0 18px 50px rgba(16,57,35,.06)}.website-add-panel{margin-bottom:16px;border:1px solid #bfd0c2;border-radius:14px;background:#fff;overflow:hidden}.website-add-panel>summary{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 18px;color:#17482d;font-size:11px;font-weight:800;cursor:pointer;list-style:none}.website-add-panel>summary::-webkit-details-marker,.website-config-panel>summary::-webkit-details-marker{display:none}.website-add-panel>summary span{color:#6f8074;font-size:9px;font-weight:500}.website-add-panel[open]>summary{border-bottom:1px solid #e0e8e1;background:#f8fbf7}.website-editor{display:grid;grid-gap:17px;gap:17px;padding:20px}.website-editor-intro{display:flex;align-items:center;justify-content:space-between;gap:16px}.website-editor-intro b,.website-editor-intro span{display:block}.website-editor-intro b{font-size:12px}.website-editor-intro>div span{margin-top:4px;color:#718077;font-size:9px}.website-form-grid,.website-switch-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.website-switch-grid{display:grid;grid-gap:10px;gap:10px}.website-switch-grid>label{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px;border:1px solid #dce6dd;border-radius:11px;background:#f7faf6}.website-switch-grid b,.website-switch-grid small{display:block}.website-switch-grid b{font-size:10px}.website-switch-grid small{margin-top:4px;color:#78847c;font-size:8px;line-height:1.4}.website-connector-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.website-connector-card{min-width:0;border:1px solid #d4ded5;border-radius:17px;background:#fff;box-shadow:0 15px 38px rgba(16,57,35,.06);overflow:hidden}.website-connector-card>header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:13px;gap:13px;padding:19px 20px 15px}.integration-logo.website{background:linear-gradient(135deg,#1c5e39,#5a9670)}.website-connector-card>header h3{margin:0;font-size:14px}.website-connector-card>header p{margin:5px 0 0;overflow:hidden;color:#758279;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.website-connector-health{margin:0 20px 13px;border:1px solid #e0e6e0;border-radius:11px;background:#f8faf7;overflow:hidden}.website-connector-health>div{padding:11px 13px;border-bottom:1px solid #e0e6e0}.website-connector-health>div b,.website-connector-health>div span{display:block}.website-connector-health>div span{color:#77827b;font-size:8px;text-transform:uppercase;letter-spacing:.08em}.website-connector-health>div b{margin-top:5px;font-size:9px;line-height:1.45}.website-connector-health dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0}.website-connector-health dl div{padding:10px 12px;border-right:1px solid #e4e9e4}.website-connector-health dl div:last-child{border:0}.website-connector-health dt{color:#7a867e;font-size:7px}.website-connector-health dd{margin:4px 0 0;overflow:hidden;font-size:8px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.website-endpoints{display:grid;grid-gap:7px;gap:7px;margin:0 20px 15px}.website-endpoints p{display:grid;grid-template-columns:115px minmax(0,1fr);grid-gap:10px;gap:10px;margin:0;padding:9px 11px;border:1px solid #dfebe1;border-radius:9px;background:#f5faf5}.website-endpoints span{color:#6c7c71;font-size:8px}.website-endpoints code{overflow:hidden;color:#235238;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.website-config-panel{margin:0 20px 14px;border:1px solid #dbe4dc;border-radius:10px;background:#fff;overflow:hidden}.website-config-panel>summary{display:flex;align-items:center;justify-content:space-between;padding:11px 13px;color:#2d4936;font-size:9px;font-weight:700;cursor:pointer;list-style:none}.website-config-panel[open]{grid-column:1/-1;border-color:#93b29a}.website-config-panel[open]>summary{border-bottom:1px solid #dfebe1;background:#f4f9f4}.website-config-panel[open]>summary span{transform:rotate(45deg)}.website-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;padding:13px 20px 18px;border-top:1px solid #e9eeea;background:#fbfcfa}.website-actions button,.website-actions form{width:100%}.website-actions button{min-height:40px;border:0;border-radius:9px;background:#244e35;color:#fff;font-size:9px;font-weight:800;cursor:pointer}.website-actions button.secondary{background:#e8f0e9;color:#244e35}.website-actions button.publish{background:#2b7449}.website-actions button:disabled{cursor:not-allowed;opacity:.38}.website-empty{display:grid;grid-gap:5px;gap:5px;padding:30px;border:1px dashed #afc5b3;border-radius:15px;color:#607166;text-align:center}.website-empty b{font-size:12px}.website-empty span{font-size:9px}@media(max-width:1200px){.website-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.website-connector-grid{grid-template-columns:1fr}}@media(max-width:760px){.website-connections{padding:16px}.website-add-panel>summary,.website-editor-intro{align-items:flex-start;flex-direction:column}.website-form-grid,.website-switch-grid{grid-template-columns:1fr}.website-connector-card>header{grid-template-columns:auto minmax(0,1fr)}.website-connector-card>header>.status{grid-column:2;justify-self:start}.website-connector-health dl{grid-template-columns:repeat(2,1fr)}.website-actions,.website-endpoints p{grid-template-columns:1fr}}.bulk-product-form{display:grid;grid-gap:12px;gap:12px}.bulk-product-bar{display:flex;align-items:flex-end;gap:10px;min-height:76px;padding:12px 14px;border:1px solid #d9e2d8;border-radius:13px;background:linear-gradient(100deg,#f7faf6,#eef4ed);box-shadow:0 10px 30px rgba(17,54,33,.04)}.bulk-product-bar.has-selection{border-color:#9fbea7;background:linear-gradient(100deg,#f3f9f2,#e4f1e4)}.bulk-selection-copy{min-width:145px;display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:1px 8px;gap:1px 8px}.bulk-selection-copy strong{grid-row:1/3;color:#17482f;font:400 28px Georgia,serif}.bulk-selection-copy span{color:#52675a;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.bulk-selection-copy button{justify-self:start;border:0;background:transparent;color:#326346;padding:0;font-size:9px;text-decoration:underline;cursor:pointer}.bulk-product-bar label{display:grid;grid-gap:5px;gap:5px}.bulk-product-bar label>span{color:#597063;font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.bulk-product-bar input,.bulk-product-bar select{height:38px;border:1px solid #cfdacf;border-radius:8px;background:#fff;padding:0 11px;color:var(--admin-ink);font:inherit;font-size:10px}.bulk-product-bar select{min-width:190px}.bulk-value-field input{width:130px}.bulk-product-bar input:focus-visible,.bulk-product-bar select:focus-visible{border-color:#4f8763;outline:3px solid rgba(79,135,99,.18);outline-offset:1px}.bulk-apply{height:38px;border:0;border-radius:8px;background:var(--admin-green);color:#fff;padding:0 16px;font-size:10px;font-weight:750;cursor:pointer;transition:background .12s ease,box-shadow .12s ease,transform .12s ease}.bulk-apply:hover:not(:disabled){background:#245b3b;box-shadow:0 7px 16px rgba(22,63,44,.16);transform:translateY(-1px)}.bulk-apply:focus-visible{outline:3px solid #b9ed90;outline-offset:2px}.bulk-apply:disabled{cursor:not-allowed;opacity:.45}.bulk-result{margin-left:auto;max-width:250px;color:#6a776f;font-size:9px;line-height:1.4;text-align:right}.bulk-result.error{color:#a53630}.bulk-result.success{color:#21643b}.select-column{width:42px;text-align:center}.select-column input{width:16px;height:16px;accent-color:var(--admin-green);cursor:pointer}.selected-product-row,.selected-product-row:hover{background:#e9f3e8!important}.selected-product-row td:first-child{box-shadow:inset 3px 0 #4c8a5e}.product-table .inline-cell-trigger{min-width:74px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #123b28;border-radius:7px;background:#163f2c;color:#f7fbf8;padding:7px 8px;font:inherit;font-weight:700;text-align:left;cursor:pointer;box-shadow:0 2px 5px rgba(18,59,40,.08);transition:border-color .12s ease,background .12s ease,box-shadow .12s ease,color .12s ease}.product-table .inline-cell-trigger:hover{border-color:#367b52;background:#245f40;color:#fff;box-shadow:0 5px 12px rgba(18,59,40,.16)}.product-table .inline-cell-trigger:focus-visible{border-color:#0c3321;background:#245f40;color:#fff;outline:3px solid #b9ed90;outline-offset:2px}.product-table .inline-cell-trigger.status{width:auto;text-transform:none;letter-spacing:0}.product-table .inline-cell-trigger.category{min-width:120px;max-width:175px;white-space:normal;line-height:1.35}.product-table .inline-cell-trigger i{color:currentColor;font-size:9px;font-style:normal;opacity:0}.product-table .inline-cell-trigger:focus-visible i,.product-table .inline-cell-trigger:hover i{opacity:.85}.product-table .inline-cell-trigger .inline-empty{color:#dbe9df;font-weight:650}.product-table .inline-cell-trigger.status.error{border-color:#efc5c1;background:#f8dfdd;color:#8a2925;box-shadow:none}.product-table .inline-cell-trigger.status.error:focus-visible,.product-table .inline-cell-trigger.status.error:hover{border-color:#d88f89;background:#f2cbc8;color:#6f1f1c}.product-table .inline-cell-trigger.status.warning{border-color:#e9cf99;background:#f8ebce;color:#76500f;box-shadow:none}.product-table .inline-cell-trigger.status.warning:focus-visible,.product-table .inline-cell-trigger.status.warning:hover{border-color:#d8ae55;background:#f2ddb1;color:#654207}.product-table .inline-cell-trigger.status.connected{border-color:#b8ddc1;background:#ddf3e3;color:#185b33;box-shadow:none}.product-table .inline-cell-trigger.status.connected:focus-visible,.product-table .inline-cell-trigger.status.connected:hover{border-color:#80bd91;background:#cce9d4;color:#104a28}.inline-cell-editor{min-width:116px;display:grid;grid-template-columns:minmax(70px,100px) auto;grid-gap:4px;gap:4px;align-items:center}.inline-cell-editor input,.inline-cell-editor select{width:100%;height:34px;border:1px solid #769680;border-radius:6px;background:#fff;padding:0 8px;color:var(--admin-ink);font:inherit;box-shadow:0 0 0 2px rgba(67,120,82,.1)}.inline-cell-editor input:focus-visible,.inline-cell-editor select:focus-visible{border-color:#3f7954;outline:3px solid rgba(63,121,84,.18);outline-offset:1px}.inline-cell-editor>div{display:flex;gap:3px}.inline-cell-editor button{width:31px;height:31px;display:grid;place-items:center;border:1px solid #d2ddd3;border-radius:6px;background:#fff;color:#245b37;padding:0;font-size:13px;cursor:pointer}.inline-cell-editor button:last-child{color:#963b35}.inline-cell-editor button:hover{border-color:#aac5b0;background:#e4f0e5;color:#174b2d}.inline-cell-editor button:last-child:hover{border-color:#e0b0ac;background:#f9e6e4;color:#7c2924}.inline-cell-editor button:focus-visible{outline:3px solid rgba(63,121,84,.2);outline-offset:1px}.inline-cell-editor button:disabled{opacity:.45;cursor:wait}.inline-cell-editor>small{grid-column:1/-1;color:#a53630;font-size:8px}.inline-cell-editor.category-editor{min-width:235px;grid-template-columns:minmax(155px,1fr) auto}.inline-publication-editor{min-width:105px;display:grid;grid-gap:3px;gap:3px}.publication-select{width:100%;min-height:32px;border:1px solid transparent;border-radius:99px;padding:5px 25px 5px 9px;font:inherit;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:border-color .12s ease,background .12s ease,color .12s ease,box-shadow .12s ease}.publication-select:hover{box-shadow:0 4px 10px rgba(18,59,40,.1)}.publication-select:focus-visible{outline:3px solid #b9ed90;outline-offset:2px}.publication-select:disabled{cursor:wait;opacity:.65}.publication-public{border-color:#b8ddc1;background:#ddf3e3;color:#185b33}.publication-private{border-color:#c9d4df;background:#e8eef4;color:#35536d}.publication-staff-only{border-color:#ddcbed;background:#f0e7f7;color:#664181}.publication-draft{border-color:#d9dcda;background:#eef0ed;color:#616a64}.inline-publication-editor small{color:#66736b;font-size:8px}.inline-publication-editor small.error{color:#a53630}@media (max-width:900px){.bulk-product-bar{align-items:stretch;flex-wrap:wrap}.bulk-result{width:100%;max-width:none;margin-left:0;text-align:left}.bulk-selection-copy{margin-right:auto}}@media (max-width:600px){.bulk-apply,.bulk-product-bar label,.bulk-product-bar select,.bulk-selection-copy,.bulk-value-field input{width:100%}}