:root{--red:#d71936;--red-dark:#b40d27;--ink:#191b20;--muted:#747881;--line:#e5e7eb;--surface:#fff;--canvas:#f6f7f9;--green:#167248;--green-bg:#eaf6ee;--radius:12px;--sidebar:238px;--shadow:0 3px 15px rgba(20,24,32,.025)}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--canvas);font:14px/1.55 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}a:hover{color:var(--red)}img{max-width:100%;height:auto}h1,h2,h3,h4,p{margin:0}h1,h2,h3{line-height:1.2;letter-spacing:-.035em}h1{font-size:clamp(30px,3vw,42px);font-weight:800}h2{font-size:21px;font-weight:750}h3{font-size:18px;font-weight:700}p{line-height:1.65}strong{font-weight:650}button:disabled{opacity:.42;cursor:not-allowed}button:disabled:hover{transform:none;background:inherit;color:inherit}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #d7193650;outline-offset:3px}::selection{background:#d7193624}[hidden]{display:none!important}.icon-library{position:absolute;width:0;height:0;overflow:hidden}.icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-60px;left:20px;z-index:100;padding:12px 20px;background:var(--ink);color:white;border-radius:6px}.skip-link:focus{top:10px}.muted{color:var(--muted)}.small{font-size:12px}.center{text-align:center}.text-red{color:var(--red)}.nowrap{white-space:nowrap}.eyebrow{display:block;font-size:10px;font-weight:750;letter-spacing:.15em;line-height:1.6}.red-dot{color:var(--red)}.required{color:var(--red)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:45px;padding:11px 19px;border:1px solid transparent;border-radius:7px;line-height:1.3;font-size:13px;font-weight:650;transition:background .16s,border-color .16s,box-shadow .16s;color:var(--ink);white-space:nowrap}.button .icon{width:18px;height:18px}.button-primary{color:#fff;background:var(--red);box-shadow:0 3px 7px #d7193613}.button-primary:hover{background:var(--red-dark);color:#fff}.button-secondary{border-color:#dfe2e7;background:#fff}.button-secondary:hover{border-color:#b8bec8;background:#fafafa;color:var(--ink)}.button-danger{background:var(--red);color:white}.button-danger:hover{background:var(--red-dark);color:white}.button-small{min-height:35px;padding:8px 12px;font-size:12px;gap:7px}.button-small .icon{width:16px;height:16px}.button-full{width:100%}.icon-button{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:34px;min-height:34px;padding:7px;color:#737883;background:transparent;border:0;border-radius:5px}.icon-button:hover{color:var(--ink);background:#f0f1f4}.icon-button .icon{width:17px;height:17px}.text-button{border:0;background:none;padding:4px 0;font-size:12px;font-weight:650;color:inherit}.text-button:hover{color:var(--red)}.text-button.text-red{color:var(--red)}.back-link{display:inline-block;margin:0 0 20px;font-size:12px;color:#777d85;font-weight:500}.back-link:hover{color:var(--red)}
.sidebar{width:var(--sidebar);position:fixed;left:0;top:0;bottom:0;background:#171819;z-index:40;display:flex;flex-direction:column;color:#b3b6be;padding:30px 18px 20px;border-right:1px solid #222325}.brand{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:0 17px;max-width:220px}.brand img{width:174px;height:auto;filter:none}.brand>span{font-size:9px;color:#a7a7ab;letter-spacing:.26em;font-weight:600}.nav-label{margin:54px 17px 14px;font-size:9px;font-weight:700;color:#757981;letter-spacing:.16em}.main-nav{display:flex;flex-direction:column;gap:6px}.main-nav>a{display:flex;align-items:center;gap:13px;border-radius:7px;padding:13px 15px;font-weight:550;font-size:13px;border:1px solid transparent}.main-nav>a:hover{background:#242528;color:#fff}.main-nav>a.current{color:#fff;background:#303034;border-color:#3b3a3e;position:relative}.main-nav>a.current::before{content:"";height:22px;width:3px;background:var(--red);position:absolute;left:-19px;top:50%;transform:translateY(-50%);border-radius:0 2px 2px 0}.main-nav>a.current>.icon{color:#f15469}.main-nav .icon{width:18px;height:18px}.sidebar-bottom{margin-top:auto;padding-top:50px}.help-card{padding:20px 15px;margin-bottom:18px;border:1px solid #36363b;border-radius:8px;background:linear-gradient(135deg,#232429,#1d1e21)}.help-card .eyebrow{font-size:8px;color:#8d929b;letter-spacing:.1em}.help-card strong{font-size:13px;color:#f0f1f2;display:block;margin:8px 0}.help-card a{display:flex;justify-content:space-between;gap:8px;font-size:11px;color:#bec2c9}.help-card a:hover{color:white}.website-link,.logout-button{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:12px;padding:11px 15px;color:#979ca6}.website-link:hover{color:white}.logout-button{justify-content:flex-start;gap:12px;background:transparent;border:0;text-align:left}.logout-button:hover{color:#fff}.logout-button .icon{width:17px;height:17px}.app-body{margin-left:var(--sidebar);min-height:100vh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;min-height:83px;padding:16px 44px;background:#fff;border-bottom:1px solid var(--line);gap:20px}.topbar-location{display:flex;align-items:center;gap:16px;font-size:11px;color:#747984}.topbar-brand{font-size:10px;font-weight:750;letter-spacing:.06em;color:#92969e}.topbar-divider{color:#d2d5da}.account{display:flex;align-items:center;gap:13px}.account-text{text-align:right;display:flex;flex-direction:column;line-height:1.4}.account-text strong{font-size:12px}.account-text>span{color:var(--muted);font-size:10px;margin-top:2px}.avatar{height:36px;width:36px;display:grid;place-items:center;background:#f0f1f4;border:1px solid #e6e8ec;border-radius:50%;color:#585d67;font-weight:700;font-size:13px}.mobile-menu{display:none}.main-content{width:100%;max-width:1560px;padding:40px 44px 32px;flex:1;margin:0 auto}.app-footer{padding:18px 44px;font-size:10px;color:#9498a0;display:flex;justify-content:space-between;gap:20px}.app-footer a:hover{color:var(--red)}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:28px;margin-bottom:28px}.page-heading .eyebrow{margin-bottom:8px}.page-heading p{color:#7a7f89;font-size:13px;margin-top:10px}.page-heading>.button{flex-shrink:0}.limit-note{font-size:12px;color:var(--muted);font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:35px}.stats-four{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card{padding:22px 25px 21px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);position:relative}.stat-top{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#757b85;font-size:12px;font-weight:550}.stat-top .icon{width:19px;height:19px;color:#b0b5bf}.stat-value{font-size:39px;line-height:1.2;letter-spacing:-.05em;font-weight:760;margin-top:14px}.stat-value>span{font-size:20px;color:#c3c8d1;font-weight:450;letter-spacing:-.025em}.stat-caption,.stat-link{font-size:10px;color:#8c929c;display:block;margin-top:11px}.stat-link{color:var(--red);font-weight:650}.slot-dots{display:flex;gap:4px;position:absolute;right:25px;top:81px}.slot-dots>i{height:5px;width:17px;background:#eceef1;border-radius:3px}.slot-dots>i.filled{background:var(--red)}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:19px}.section-heading h2{font-size:17px;display:flex;align-items:center;gap:10px;letter-spacing:-.025em}.count-badge{display:inline-flex;justify-content:center;align-items:center;font-weight:600;font-size:10px;color:#858b94;background:#e9ecf1;border-radius:5px;padding:3px 7px;line-height:1.3;min-width:22px}.sync-status{font-size:10px;color:#9197a0;display:flex;align-items:center;gap:7px}.status-dot{width:6px;height:6px;border-radius:50%;display:inline-block;background:currentColor;flex-shrink:0}.status-dot.green{background:#3aa870}.badge{display:inline-flex;align-items:center;gap:6px;border-radius:5px;font-size:10px;font-weight:600;line-height:1.3;padding:5px 8px;white-space:nowrap}.badge-success{background:var(--green-bg);color:var(--green)}.badge-neutral{background:#f0f1f4;color:#868b94}.badge-warning{background:#fff5df;color:#926113}.badge-danger{background:#fcebee;color:#b3243b}.badge-light{background:white;border:1px solid var(--line);color:#6f7580}
.export-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.export-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:22px 23px 0;overflow:hidden;box-shadow:var(--shadow)}.export-card-active{border-top:2px solid var(--red);padding-top:21px}.export-card-head{display:flex;justify-content:space-between;align-items:center}.file-format{display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:750;letter-spacing:.06em;background:#f5f5f8;border:1px solid #ebecef;border-radius:6px;width:40px;height:42px;color:#787d87;position:relative}.file-format::after{content:"";position:absolute;top:-1px;right:-1px;width:9px;height:9px;background:white;border-left:1px solid #ebecef;border-bottom:1px solid #ebecef;border-bottom-left-radius:3px}.export-card h3{margin-top:17px;overflow-wrap:anywhere;font-size:18px}.export-card-meta{font-size:11px;color:#91959d;margin-top:7px}.export-card-meta>span{margin:0 6px;color:#c7cbd2}.url-field{display:flex;align-items:center;gap:8px;background:#f7f8fa;border:1px solid #eaedf1;border-radius:6px;padding:4px 5px 4px 10px;margin-top:19px}.url-field>.icon{width:14px;height:14px;color:#9399a3}.url-field input{min-width:0;padding:0;border:0!important;background:transparent!important;outline:0;color:#737b88;font-size:10px;width:100%;height:30px;box-shadow:none!important}.url-field .icon-button{min-width:28px;min-height:28px;padding:5px}.export-last-fetch{display:flex;align-items:center;gap:6px;font-size:9px;color:#a1a6af;margin-top:11px}.export-last-fetch .icon{width:13px;height:13px}.export-card-actions{border-top:1px solid #eff0f3;margin-top:19px;padding:15px 0;display:flex;align-items:center;justify-content:space-between;gap:12px}.export-card-actions .text-button{font-size:11px}.new-export-card{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:9px;min-height:305px;border:1px dashed #d5d9e0;border-radius:var(--radius);color:#7f858e;transition:background .2s,border-color .2s}.new-export-card:hover{border-color:#d7193660;background:#fff;color:var(--red)}.new-export-card>strong{font-size:13px;color:#555d68;margin-top:4px}.new-export-card>span:last-child{font-size:10px}.new-export-icon{display:flex;justify-content:center;align-items:center;width:43px;height:43px;background:#e9edf2;border-radius:50%;color:#808894;margin-bottom:1px}.new-export-icon .icon{width:20px;height:20px}.info-strip{display:flex;align-items:flex-start;gap:15px;padding:19px 22px;background:#eef0f4;border:1px solid #e6e9ef;border-radius:9px;margin-top:28px}.info-strip>.icon{color:#8a939f;width:21px;height:21px;margin-top:2px}.info-strip strong{font-size:12px;color:#59626f}.info-strip p{font-size:11px;color:#939ba6;margin-top:3px}.empty-state{text-align:center;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:54px 25px 49px}.empty-state h2{margin:10px 0 12px}.empty-state p{font-size:13px;color:#828995;max-width:420px;margin:0 auto 24px}.empty-state .eyebrow{margin-top:24px;font-size:9px}.empty-illustration{position:relative;width:69px;height:79px;margin:auto;border:1px solid #e2e5eb;border-radius:10px;display:grid;place-items:center;background:#f7f8fb;transform:rotate(-7deg)}.empty-illustration>.icon{width:31px;height:31px;color:#9099a7}.empty-illustration>span{display:grid;place-items:center;width:28px;height:28px;background:var(--red);color:white;border-radius:50%;position:absolute;bottom:-5px;right:-10px;border:3px solid white}.empty-illustration>span .icon{width:14px;height:14px}.empty-state.compact{border:0;padding:35px 15px;box-shadow:none}.compact>.icon{width:31px;height:31px;color:#a6adb7;margin-bottom:11px}.compact h3{font-size:17px;margin-bottom:9px}.compact p{font-size:12px;margin-bottom:15px}
.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:24px;overflow:hidden}.panel-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 26px;border-bottom:1px solid #edf0f3}.panel-heading h2{font-size:17px;letter-spacing:-.02em}.panel-heading p{font-size:11px;color:#8e949e;margin-top:5px}.panel-body{padding:25px 26px}.catalog-count{font-size:12px;font-weight:600;border:1px solid #e1e4e9;background:#fff;border-radius:7px;padding:9px 13px;color:#737b88}.filter-bar{display:flex;align-items:center;gap:12px;padding:22px 24px;border-bottom:1px solid var(--line)}.search-field{display:flex;position:relative;align-items:center;flex:1}.search-field>.icon{position:absolute;left:12px;width:17px;height:17px;color:#9aa1ac;pointer-events:none}.search-field input{padding-left:38px!important;width:100%}.filter-select{max-width:290px;width:30%}.filter-select select{width:100%}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:12px}th{font-weight:600}thead th{color:#949ba6;background:#fafbfc;font-size:9px;letter-spacing:.065em;text-transform:uppercase;padding:13px 23px;border-bottom:1px solid #e9ecf0;white-space:nowrap}td{padding:17px 23px;border-bottom:1px solid #eef0f3;color:#747d8a;vertical-align:middle}tbody tr:last-child td,tbody tr:last-child th{border-bottom:0}tbody tr:hover td{background:#fcfcfd}.product-table td{padding-top:17px;padding-bottom:17px}.product-table td:first-child{width:44%}.product-cell{display:flex;align-items:center;gap:17px;min-width:250px}.product-cell strong{display:block;font-size:12px;color:#2b323c;line-height:1.45;font-weight:650;max-width:420px}.product-cell:hover strong{color:var(--red)}.product-cell span{display:block;font-size:10px;color:#a0a7b2;margin-top:4px}.product-thumb{width:54px;height:54px;display:grid;place-items:center;flex-shrink:0;background:#f7f8fa;border:1px solid #eef0f4;border-radius:7px;overflow:hidden;padding:4px;color:#a1a8b3}.product-thumb img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.product-thumb .icon{width:27px;height:27px}.category-label{font-size:11px;color:#7f8793;display:block;min-width:95px}.stock-request{color:#a57924;font-size:11px;white-space:nowrap}.stock-number{color:#364556;font-size:12px;font-weight:600}.pagination{padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:10px;color:#949ba6}.pagination nav{display:flex;align-items:center;gap:14px}.pagination .button{font-size:10px;min-height:30px}.footnote{display:flex;gap:8px;align-items:center;color:#989faa;font-size:10px;margin:4px 0 0}.footnote .icon{width:14px;height:14px}.product-detail-hero{display:flex;align-items:center;gap:40px;margin-bottom:32px;background:white;padding:34px;border:1px solid var(--line);border-radius:var(--radius)}.product-detail-image{width:210px;height:200px;flex-shrink:0;display:grid;place-items:center;background:#f9fafb;border-radius:9px;padding:16px;color:#c1c6ce}.product-detail-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.product-detail-image .icon{width:72px;height:72px;stroke-width:1}.product-detail-hero h1{font-size:32px;margin:10px 0 8px;overflow-wrap:anywhere}.product-detail-sku{color:#8a929e;font-size:12px}.inline-tags{display:flex;align-items:center;gap:10px;margin:20px 0 12px}.attribute-table th{width:28%;min-width:170px;padding:15px 26px;color:#707988;font-size:11px;background:#fcfcfd;border-bottom:1px solid #edf0f3;vertical-align:top;overflow-wrap:anywhere}.attribute-table td{padding:15px 26px;font-size:12px;white-space:pre-wrap;overflow-wrap:anywhere;min-width:260px;vertical-align:top;line-height:1.7;max-width:850px}.attribute-table thead th{font-size:9px;background:#f8f9fb;padding:13px 26px;text-transform:uppercase}.table-strong{font-weight:650;color:#303946}.table-sub{display:block;font-size:10px;color:#9ba2ad;margin-top:4px}.truncate{max-width:290px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.table-empty{padding:35px;text-align:center;color:#a0a7b2;font-size:12px}.format-tag{background:#f0f2f5;padding:4px 7px;border-radius:4px;font-size:9px;font-weight:700;color:#7d8795}.inline-actions{display:flex;align-items:center;gap:12px}
input:not([type=checkbox]):not([type=radio]):not([type=hidden]),select,textarea{background:#fff;border:1px solid #dfe3e9;border-radius:6px;min-height:43px;padding:10px 12px;color:#424b59;font-size:12px;transition:border-color .15s,box-shadow .15s;max-width:100%}input:not([type=checkbox]):not([type=radio]):not([type=hidden]):focus,select:focus,textarea:focus{outline:0;border-color:#bd6978;box-shadow:0 0 0 3px #d719360a}input::placeholder,textarea::placeholder{color:#a6adb6;opacity:1}input[type=checkbox],input[type=radio]{accent-color:var(--red);height:16px;width:16px;flex-shrink:0;margin:1px 0 0;cursor:pointer}select{padding-right:28px;cursor:pointer}input[readonly]{color:#818a98;background:#f7f8fa}.form-field{margin-bottom:21px}.form-field:last-child{margin-bottom:0}.form-field>label{display:block;font-size:12px;color:#525c6a;font-weight:600;margin-bottom:8px}.form-field>input,.form-field>select,.form-field>textarea{width:100%}.field-help{font-size:10px;color:#959da8;line-height:1.6;margin-top:7px}.field-help ul{padding-left:17px;margin:7px 0}.field-error,.form-error{font-size:12px;color:#b7233c;margin-top:7px}.field-error ul,.form-error ul,.notice ul{margin:0;padding-left:16px}.form-error{background:#fff1f3;border:1px solid #f4dbe0;padding:13px;border-radius:6px;margin-bottom:20px}.two-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.two-columns .form-field{margin-bottom:0}.checkbox-line{display:flex;align-items:flex-start;gap:10px;font-size:11px;color:#737e8c;cursor:pointer;line-height:1.55}.checkbox-line strong{color:#4e5968;font-size:12px}.checkbox-line small{display:block;color:#98a0ad;margin-top:3px;font-size:10px}.export-editor{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:24px;align-items:start}.editor-main{min-width:0}.step-heading{display:flex;align-items:center;gap:14px}.step-number{border:1px solid #f1d6dd;background:#fff4f6;color:var(--red);font-size:11px;font-weight:750;width:32px;height:32px;border-radius:7px;display:grid;place-items:center;flex-shrink:0;letter-spacing:-.02em}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 25px;padding:20px 0 0;border-top:1px solid #edf0f4;margin-top:20px}.all-categories{align-items:flex-start}.all-categories input{margin-top:3px}.category-grid .checkbox-line{font-size:10px}.category-grid.is-muted{opacity:.5}.category-grid input:disabled{cursor:not-allowed}.subtle-note{display:flex;gap:10px;padding:13px;background:#f5f7fa;border-radius:6px;color:#8a94a2;margin-top:17px}.subtle-note .icon{width:16px;height:16px;margin-top:2px}.subtle-note p{font-size:10px}.editor-side{position:sticky;top:25px}.editor-summary{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:24px 22px;box-shadow:var(--shadow)}.summary-title{display:flex;gap:9px;align-items:center;color:#939ca8;font-size:10px;font-weight:650}.summary-title .icon{width:17px;height:17px;color:#b0b7c1}.editor-summary h2{font-size:20px;margin:15px 0 18px;overflow-wrap:anywhere}.summary-list{margin:0}.summary-list>div{display:flex;justify-content:space-between;gap:15px;padding:9px 0;font-size:11px}.summary-list dt{color:#949ca8}.summary-list dd{color:#4e5968;font-weight:650;margin:0;text-align:right}.summary-link{padding:17px 0 20px;border-top:1px solid #edf0f3;margin-top:15px}.summary-link label{font-size:8px;font-weight:750;color:#9aa2ad;letter-spacing:.1em;display:block;margin-bottom:8px}.summary-link>input{font-size:9px!important;width:100%;padding:8px!important;background:#f7f8fa!important;min-height:36px!important}.summary-link>span{font-size:9px;color:#a1a8b3;display:block;margin-top:7px;line-height:1.6}.editor-summary>.button+.button{margin-top:10px;font-size:11px}.editor-summary>.small{font-size:9px;margin-top:15px;line-height:1.7}.editor-tip{display:flex;align-items:flex-start;gap:9px;padding:18px 8px;color:#9ba4af}.editor-tip .icon{width:16px;height:16px;margin-top:2px}.editor-tip p{font-size:10px;line-height:1.8}.editor-tip strong{font-weight:600;color:#788494}.field-editor{display:grid;grid-template-columns:40% 60%;min-height:340px}.available-fields{padding:20px 18px;border-right:1px solid #e9edf2;min-width:0;background:#fcfcfd}.selected-fields{padding:20px 18px;min-width:0}.field-list-heading{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:15px}.field-list-heading h3{font-size:12px;letter-spacing:-.01em}.small-search input{min-height:35px!important;font-size:10px!important;padding-top:8px!important;padding-bottom:8px!important}.small-search>.icon{width:14px;height:14px}.field-actions{display:flex;justify-content:space-between;gap:8px;margin:12px 0}.field-actions .text-button{font-size:9px;color:#9da5b1}.field-actions .text-button:hover{color:var(--red)}.available-fields-list{max-height:455px;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:#d5dbe3 transparent}.field-option{display:flex;align-items:flex-start;gap:9px;padding:9px 5px;cursor:pointer;font-size:10px;border-bottom:1px solid #f1f3f6;color:#8a94a3;overflow-wrap:anywhere;line-height:1.6}.field-option:hover{background:#f4f5f8}.field-option input{height:13px;width:13px;margin-top:2px}.field-option.is-selected{color:#364558}.field-option span{min-width:0}.field-column-labels{display:grid;grid-template-columns:44% 56%;gap:8px;font-size:7px;font-weight:750;color:#a3acb8;letter-spacing:.055em;margin-bottom:11px;padding-right:59px}.selected-fields-list{max-height:505px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d5dbe3 transparent;min-height:180px}.selected-field-row{display:flex;align-items:center;gap:7px;padding:7px 0;border-top:1px solid #f0f2f5}.selected-field-number{width:14px;font-size:8px;color:#b8c0cb;flex-shrink:0;text-align:center}.selected-field-name{width:35%;min-width:0;font-size:9px;line-height:1.5;overflow-wrap:anywhere;color:#798697}.selected-field-row input{min-width:0!important;min-height:32px!important;padding:7px 8px!important;font-size:9px!important;width:100%;flex:1}.field-row-controls{display:flex;align-items:center;gap:0;flex-shrink:0}.field-row-controls button{display:grid;place-items:center;background:none;border:0;font-size:11px;font-weight:600;color:#9ca7b7;width:18px;height:27px;padding:0;border-radius:3px}.field-row-controls button:hover{background:#f2f4f8;color:var(--red)}.field-row-controls button:disabled{color:#d6dce4;opacity:.6}.selected-empty{padding:35px 10px;color:#a8b1bd;font-size:11px;line-height:1.8;text-align:center}.preview-scroll{padding-bottom:5px;max-height:290px}.preview-table{font-size:10px;white-space:nowrap}.preview-table thead th{font-size:9px;text-transform:none;letter-spacing:0;background:#f5f7fa;max-width:220px;overflow:hidden;text-overflow:ellipsis}.preview-table td{font-size:9px;max-width:230px;overflow:hidden;text-overflow:ellipsis;color:#99a3b1;padding:12px 23px}.preview-scroll>p{font-size:11px;padding:22px}.danger-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 0;border-top:1px solid var(--line);color:#a1a8b3;font-size:11px;margin-top:6px}
.messages{margin-bottom:22px}.notice{display:flex;align-items:flex-start;gap:11px;padding:15px 18px;border:1px solid #dce6f0;border-radius:8px;background:#edf4fa;color:#527492;font-size:12px;line-height:1.65;margin-bottom:15px}.notice:last-child{margin-bottom:0}.notice>.icon{width:18px;height:18px;margin-top:1px}.notice-success{background:#edf8f1;border-color:#d6eedd;color:#32764c}.notice-error{background:#fff0f3;border-color:#f4dbe1;color:#b33850}.notice-warning{background:#fff8e9;border-color:#f0e7ce;color:#99712f}.notice p{font-size:11px;margin-top:4px}.toast{position:fixed;bottom:25px;left:calc(50% + var(--sidebar)/2);transform:translateX(-50%);background:#20242c;color:white;box-shadow:0 8px 25px #17202f24;font-size:12px;line-height:1.5;max-width:calc(100vw - 40px);padding:13px 21px;border-radius:8px;z-index:90}.company-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.detail-list{margin:0}.detail-list>div{display:grid;grid-template-columns:135px minmax(0,1fr);gap:20px;border-bottom:1px solid #edf0f4;padding:13px 0;font-size:12px}.detail-list>div:first-child{padding-top:0}.detail-list>div:last-child{border-bottom:0;padding-bottom:0}.detail-list dt{color:#919ba8}.detail-list dd{margin:0;color:#4e5a6a;overflow-wrap:anywhere}.detail-list code{font-size:11px;background:#f1f3f7;padding:4px 6px;border-radius:4px}.company-actions{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.company-actions p{color:#8c97a5;font-size:12px}.company-actions .small{font-size:10px}.danger-zone{border:1px solid #eed3d9;border-radius:9px;background:#fff;margin-top:25px;padding:19px 24px;color:#a52e43}.danger-zone>summary{font-size:12px;font-weight:650;cursor:pointer}.danger-zone>div{margin-top:20px}.danger-zone p{font-size:12px;color:#9a8490;max-width:600px;margin-bottom:20px}.danger-zone .form-field{max-width:450px}.danger-zone .button{font-size:12px}.import-summary{display:grid;grid-template-columns:repeat(3,1fr);padding:20px 26px;gap:15px}.import-summary>div{display:flex;flex-direction:column;gap:4px}.import-summary span{font-size:9px;color:#a1aab6}.import-summary strong{font-size:11px;color:#687687;font-weight:550}.import-message{max-width:340px;font-size:10px;overflow-wrap:anywhere}.advanced-section{padding:17px 25px;border-top:1px solid #edf0f3;background:#fdfdfe}.advanced-section>summary{font-size:11px;color:#8c98a7;cursor:pointer}.advanced-section>div{margin-top:17px}.advanced-section p{font-size:11px;color:#919dab;max-width:700px}.force-import-form{margin-top:16px;display:flex;flex-direction:column;align-items:flex-start;gap:15px}.audit-list{padding:8px 26px 18px}.audit-list>p{font-size:12px;padding:17px 0}.audit-row{display:flex;align-items:flex-start;gap:15px;padding:15px 0;border-bottom:1px solid #f0f3f6}.audit-row:last-child{border-bottom:0}.audit-marker{height:7px;width:7px;flex-shrink:0;background:#dfe4ea;border-radius:50%;margin-top:7px}.audit-row strong{font-size:11px;color:#788696}.audit-row p{font-size:10px;color:#a0acb9;margin-top:3px;overflow-wrap:anywhere}.audit-row time{margin-left:auto;font-size:9px;white-space:nowrap;color:#aab4c0;padding-top:3px}
.auth-layout{background:white}.auth-main{min-height:100vh}.auth-main>.messages{position:fixed;top:20px;right:25px;max-width:480px;z-index:80;box-shadow:0 8px 25px #10203510}.auth-frame{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.auth-brand{position:relative;background:#18191b;color:#fff;overflow:hidden;padding:48px 11% 28px;display:flex;flex-direction:column;justify-content:space-between;isolation:isolate}.auth-brand::before{content:"";position:absolute;z-index:-2;inset:0;background:linear-gradient(145deg,transparent 15%,#ffffff02 65%,#ffffff07),repeating-linear-gradient(90deg,transparent 0,transparent 79px,#ffffff03 80px),repeating-linear-gradient(0deg,transparent 0,transparent 79px,#ffffff03 80px)}.auth-brand::after{content:"";position:absolute;right:-40%;bottom:-35%;width:100%;height:115%;z-index:-1;background:linear-gradient(170deg,#d719361e,#d7193600 70%);transform:skewX(-24deg);border-left:1px solid #d7193645}.auth-brand .brand{padding:0;max-width:260px}.auth-brand .brand img{width:206px}.auth-brand .brand>span{font-size:10px;margin-top:3px}.auth-brand-copy{padding:68px 0 60px}.auth-brand-copy>.eyebrow{font-size:8px;color:#838890;letter-spacing:.13em;margin-bottom:25px}.auth-brand-copy h1{font-size:clamp(37px,3.75vw,59px);line-height:1.08;font-weight:800;letter-spacing:-.055em}.auth-brand-copy em{display:inline-block;color:#ed2c49;font-style:italic;margin-top:9px}.auth-brand-copy p{max-width:340px;font-size:12px;line-height:1.9;color:#959aa4;margin-top:26px}.auth-pills{display:flex;flex-wrap:wrap;gap:7px;margin-top:29px}.auth-pills span{border:1px solid #393b40;border-radius:4px;color:#8c929d;padding:5px 8px;font-size:8px}.auth-brand-footer{display:flex;justify-content:space-between;gap:20px;font-size:7px;font-weight:650;letter-spacing:.12em;color:#666c76}.auth-panel{padding:55px 12% 28px;display:flex;flex-direction:column;justify-content:center;position:relative;min-height:100vh}.auth-form-wrap{max-width:360px;width:100%;margin:auto}.auth-form-wrap>.eyebrow{font-size:9px;margin-bottom:12px}.auth-form-wrap h2{font-size:36px;font-weight:780;letter-spacing:-.05em;line-height:1.12;margin-bottom:16px}.auth-form-wrap>.lead{font-size:12px;line-height:1.85;color:#979eaa;margin-bottom:27px}.auth-form .form-field{margin-bottom:19px}.auth-form .form-field>label{font-size:11px}.auth-form input{min-height:46px!important}.auth-form .button{min-height:45px}.auth-form .button .icon{margin-left:auto}.auth-form .button-primary{justify-content:space-between}.form-meta{text-align:right;margin-top:-5px;margin-bottom:24px}.form-meta a{font-size:10px;color:#7f8998}.form-meta a:hover{color:var(--red)}.auth-divider{display:flex;align-items:center;gap:12px;font-size:8px;letter-spacing:.07em;color:#a8b0bc;white-space:nowrap;margin:28px 0 22px}.auth-divider::before,.auth-divider::after{content:"";height:1px;background:#edf0f4;flex:1}.auth-form-wrap>.small{font-size:9px;margin-top:15px;color:#a3adba;line-height:1.8}.auth-footnote{display:flex;justify-content:space-between;gap:15px;font-size:8px;color:#a5afbb;margin-top:40px}.auth-footnote a{color:#8591a1}.auth-footnote a:hover{color:var(--red)}.auth-form-wrap>.back-link{margin-bottom:30px;font-size:10px;display:block}.standalone-card{max-width:620px;padding:40px;margin:10vh auto;background:#fff;border:1px solid var(--line);border-top:3px solid var(--red);border-radius:12px;box-shadow:0 12px 40px #20263207}.auth-layout:has(.standalone-card){background:#f5f6f8}.standalone-card h1{font-size:32px;margin:12px 0 18px}.standalone-card>.lead{font-size:14px;color:#8793a3;margin:0 0 28px}.standalone-card>.muted{font-size:12px;line-height:1.8;margin:20px 0 24px}.standalone-card .detail-list{background:#f8f9fb;padding:22px;border-radius:8px}.round-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#fff0f3;color:var(--red);margin-bottom:20px}.center>.round-icon{margin-left:auto;margin-right:auto}.round-icon .icon{height:24px;width:24px}
@media(min-width:1600px){.main-content{padding-top:45px}.export-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.auth-brand-copy h1{font-size:63px}}
@media(max-width:1250px){:root{--sidebar:212px}.sidebar{padding-left:14px;padding-right:14px}.main-nav>a.current::before{left:-15px}.brand{padding-left:11px}.brand img{width:158px}.main-content{padding:32px 28px}.topbar{padding-left:28px;padding-right:28px}.app-footer{padding:18px 28px}.export-editor{grid-template-columns:minmax(0,1fr) 249px;gap:18px}.editor-summary{padding:21px 18px}.panel-heading,.panel-body{padding:21px}.field-editor{grid-template-columns:1fr}.available-fields{border-right:0;border-bottom:1px solid var(--line)}.available-fields-list{max-height:205px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.field-option{padding:8px 3px}.selected-fields-list{max-height:410px}.selected-field-name{font-size:10px}.selected-field-row input{font-size:10px!important}.field-column-labels{font-size:8px}.stats-four{gap:13px}.stats-four .stat-card{padding:19px}.stats-four .stat-top{font-size:10px}.auth-panel{padding-left:10%;padding-right:10%}.auth-brand{padding-left:10%;padding-right:10%}}
@media(max-width:1000px){:root{--sidebar:190px}.sidebar{padding-left:12px;padding-right:12px}.brand{padding-left:7px}.brand img{width:143px}.brand>span{font-size:8px}.main-nav>a{font-size:12px;padding:12px 10px;gap:10px}.main-nav>a.current::before{left:-13px}.nav-label{margin-left:10px;font-size:8px}.help-card{padding:15px 11px}.help-card a{font-size:9px}.help-card strong{font-size:11px}.help-card .eyebrow{font-size:7px}.main-content{padding:27px 24px}.topbar{padding-left:24px;padding-right:24px}.topbar-brand,.topbar-divider{display:none}.page-heading{gap:18px}.page-heading h1{font-size:32px}.page-heading p{font-size:11px}.stats-grid{gap:13px}.stat-card{padding:18px}.stat-top{font-size:10px}.stat-value{font-size:33px}.stat-caption,.stat-link{font-size:9px}.slot-dots{right:18px;top:72px}.slot-dots>i{width:11px}.section-heading{align-items:flex-start;gap:13px}.section-heading h2{font-size:15px}.sync-status{font-size:8px}.export-grid{gap:15px}.export-card{padding-left:17px;padding-right:17px}.export-card h3{font-size:16px}.export-card-meta{font-size:10px}.export-editor{grid-template-columns:minmax(0,1fr)}.editor-side{position:static;display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:24px}.editor-summary{grid-row:1/span 2}.editor-tip{margin-top:10px}.field-editor{grid-template-columns:40% 60%}.available-fields{border-right:1px solid var(--line);border-bottom:0}.available-fields-list{display:block;max-height:390px}.selected-fields-list{max-height:430px}.filter-bar{padding:18px;flex-wrap:wrap;gap:10px}.filter-bar>.search-field{flex-basis:100%}.filter-select{width:auto;flex:1;max-width:none}.filter-bar>.button{min-height:41px}.product-detail-hero{padding:25px;gap:25px}.product-detail-image{width:160px;height:160px}.product-detail-hero h1{font-size:26px}.product-detail-hero .eyebrow{font-size:8px}.company-grid{gap:16px}.detail-list>div{grid-template-columns:1fr;gap:4px}.stats-four{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-brand-copy h1{font-size:43px}.auth-brand-copy p{font-size:11px}.auth-brand-footer{font-size:6px}.auth-form-wrap h2{font-size:30px}.auth-panel{padding-left:10%;padding-right:10%}.auth-brand{padding-left:9%;padding-right:9%}.auth-pills{gap:6px}.auth-pills span{font-size:7px}.auth-brand .brand img{width:178px}.auth-brand .brand>span{font-size:8px}.auth-footnote{font-size:7px}}
@media(max-width:760px){:root{--sidebar:230px}.sidebar{transform:translateX(-100%);transition:transform .2s;box-shadow:none}.sidebar.is-open{transform:translateX(0);box-shadow:10px 0 35px #17213033}.sidebar .brand{padding-left:15px}.sidebar .brand img{width:171px}.sidebar .brand>span{font-size:9px}.sidebar .main-nav>a{padding:13px 15px;font-size:13px}.sidebar .nav-label{margin-left:15px}.sidebar .help-card{padding:20px 16px}.sidebar .help-card strong{font-size:13px}.sidebar .help-card a{font-size:11px}.app-body{margin-left:0}.mobile-menu{display:inline-flex;margin-left:-7px}.topbar{min-height:69px;padding:12px 22px;gap:10px}.topbar-location{gap:9px;font-size:11px}.account-text strong{font-size:10px}.account-text>span{font-size:9px}.account{gap:9px}.avatar{width:32px;height:32px;font-size:11px}.main-content{padding:28px 22px}.app-footer{padding:15px 22px}.page-heading h1{font-size:31px}.page-heading .eyebrow{font-size:8px}.page-heading{margin-bottom:23px;align-items:flex-start}.page-heading>.button{padding:11px 13px;font-size:11px;margin-top:7px;gap:5px;min-height:40px}.page-heading>.button .icon{width:16px;height:16px}.stats-grid{margin-bottom:28px}.stat-top{font-size:9px}.stat-top .icon{width:16px;height:16px}.stat-value{font-size:31px}.stat-value>span{font-size:16px}.stat-card{padding:16px 15px}.stat-caption{font-size:8px}.stat-link{font-size:8px}.slot-dots{right:15px;top:67px}.slot-dots>i{width:8px}.section-heading h2{font-size:15px}.section-heading{flex-wrap:wrap;gap:8px}.export-card h3{font-size:17px}.info-strip{padding:16px;gap:12px}.info-strip p{font-size:10px}.product-detail-hero{gap:20px}.product-detail-image{width:140px;height:150px}.product-detail-hero h1{font-size:26px}.company-grid{grid-template-columns:1fr}.company-grid .panel{margin-bottom:0}.company-grid{margin-bottom:23px}.detail-list>div{grid-template-columns:135px minmax(0,1fr);gap:15px}.toast{left:50%}.auth-frame{grid-template-columns:1fr;min-height:100vh}.auth-brand{padding:26px 7%;min-height:auto;overflow:hidden}.auth-brand .brand img{width:156px}.auth-brand .brand>span{font-size:7px;letter-spacing:.25em}.auth-brand-copy{padding:30px 0 11px}.auth-brand-copy>.eyebrow{font-size:7px;margin-bottom:12px}.auth-brand-copy h1{font-size:31px;line-height:1.15}.auth-brand-copy h1 br:nth-of-type(1){display:none}.auth-brand-copy h1 em{margin-top:2px}.auth-brand-copy p,.auth-pills,.auth-brand-footer{display:none}.auth-brand::after{bottom:-70%;right:-28%}.auth-panel{padding:35px 7% 20px;min-height:auto;flex:1}.auth-form-wrap{max-width:430px}.auth-form-wrap h2{font-size:29px}.auth-form-wrap>.eyebrow{font-size:8px}.auth-form-wrap>.lead{font-size:11px;margin-bottom:23px}.auth-footnote{max-width:430px;width:100%;margin:30px auto 0;font-size:8px}.auth-form-wrap>.back-link{margin-bottom:22px}.auth-main>.messages{left:20px;right:20px;top:10px;max-width:none}.standalone-card{margin:7vh 20px;padding:28px;max-width:none}.standalone-card h1{font-size:28px}.standalone-card .detail-list{padding:16px}.standalone-card .detail-list>div{grid-template-columns:1fr;gap:4px}}
@media(max-width:540px){.main-content{padding:25px 17px}.topbar{padding:11px 17px}.account-text{max-width:125px}.account-text strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.account-text>span{display:none}.page-heading{display:block;margin-bottom:22px}.page-heading h1{font-size:30px}.page-heading p{font-size:11px}.page-heading>.button,.page-heading>form,.page-heading>.badge,.page-heading>.catalog-count{margin-top:18px;display:inline-flex}.page-heading>.button{padding:11px 16px}.page-heading>form .button{min-height:40px;font-size:12px}.page-heading .limit-note{display:block;margin-top:15px}.stats-grid{gap:9px}.stat-card{padding:14px 11px;border-radius:8px}.stat-top{font-size:8px;line-height:1.5;min-height:24px;align-items:flex-start}.stat-top>.icon{display:none}.stat-value{font-size:28px;margin-top:8px}.stat-value>span{font-size:13px}.stat-caption{font-size:7px;line-height:1.6;margin-top:8px}.stat-link{font-size:7px;line-height:1.6;margin-top:8px}.slot-dots{position:static;margin-top:8px;gap:3px}.slot-dots>i{height:3px;width:11px}.stats-grid:not(.stats-four) .stat-card:first-child .stat-caption{display:none}.stats-four{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stats-four .stat-card{padding:18px}.stats-four .stat-top{font-size:10px;min-height:auto}.stats-four .stat-caption,.stats-four .stat-link{font-size:9px}.export-grid{grid-template-columns:1fr}.export-card{padding:20px 22px 0}.export-card-active{padding-top:19px}.export-card h3{font-size:19px}.export-card-meta{font-size:11px}.export-card .url-field input{font-size:10px}.new-export-card{min-height:200px}.section-heading h2{font-size:16px}.sync-status{font-size:9px}.info-strip{margin-top:23px}.info-strip strong{font-size:11px}.info-strip p{font-size:10px}.info-strip>.icon{width:18px;height:18px}.app-footer{font-size:8px;padding:15px 17px}.empty-state{padding:35px 22px}.empty-state h2{font-size:20px}.empty-state p{font-size:12px}.empty-state .eyebrow{font-size:8px}.filter-bar{padding:16px}.filter-bar>.button{font-size:11px;padding:10px 12px}.filter-bar .text-button{font-size:10px}.filter-select select,.search-field input{font-size:11px}.panel-heading{padding:19px 18px;align-items:flex-start;gap:15px;flex-wrap:wrap}.panel-heading h2{font-size:16px}.panel-heading p{font-size:10px}.panel-body{padding:20px 18px}.product-detail-hero{flex-direction:column;align-items:flex-start;padding:24px}.product-detail-image{width:100%;height:220px}.product-detail-hero h1{font-size:28px}.product-detail-hero .eyebrow{font-size:9px}.product-detail-hero>.small{font-size:10px}.pagination{padding:17px 18px;flex-direction:column;align-items:flex-start;gap:13px}.pagination nav{width:100%;justify-content:flex-end}.footnote{align-items:flex-start;font-size:9px}.footnote .icon{margin-top:2px}.two-columns{gap:12px}.category-grid{grid-template-columns:1fr;gap:14px}.category-grid .checkbox-line{font-size:11px}.field-editor{grid-template-columns:1fr}.available-fields{border:0;border-bottom:1px solid var(--line);padding:19px 18px}.available-fields-list{max-height:235px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 13px}.field-option{font-size:9px}.selected-fields{padding:19px 18px}.selected-field-name{font-size:9px;width:34%}.selected-field-row input{font-size:9px!important}.field-column-labels{font-size:7px}.field-list-heading h3{font-size:12px}.editor-side{display:block}.editor-summary{padding:23px}.editor-summary h2{font-size:21px}.editor-tip{padding:16px 8px;margin-top:0}.editor-tip p{font-size:11px}.summary-link>input{font-size:11px!important}.summary-link>span{font-size:10px}.editor-summary>.small{font-size:10px}.summary-list>div{font-size:12px}.danger-footer{font-size:10px;gap:15px;align-items:flex-start;margin-top:10px}.danger-footer .text-button{font-size:10px;white-space:nowrap}.import-summary{padding:18px;grid-template-columns:1fr;gap:13px}.import-summary>div{flex-direction:row;justify-content:space-between;align-items:center}.import-summary strong{font-size:10px}.audit-list{padding:8px 18px 15px}.audit-row{gap:10px;flex-wrap:wrap}.audit-row>div{flex:1;min-width:65%}.audit-row time{padding-left:17px;margin-left:0}.company-actions .button{font-size:11px}.detail-list>div{grid-template-columns:105px minmax(0,1fr);gap:13px;font-size:11px}.danger-zone{padding:18px}.advanced-section{padding:17px 18px}.auth-form input{font-size:13px!important}.notice{font-size:11px;padding:13px 14px}.notice .icon{width:16px;height:16px}.standalone-card{padding:27px 22px}.standalone-card h1{font-size:26px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
@media print{.sidebar,.topbar,.app-footer,.button,.text-button,.icon-button{display:none!important}.app-body{margin:0}.main-content{padding:0}.panel{box-shadow:none}.table-scroll{overflow:visible}.attribute-table td{max-width:none}}

.image-unavailable{position:relative}.product-detail-image.image-unavailable{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.image-fallback-caption{font-size:10px;text-align:center;color:#778495;line-height:1.5}
.page-heading h1{overflow-wrap:anywhere}.account-text{min-width:0;max-width:260px}.account-text strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.field-help{color:#7f8998}.field-option{font-size:11px;color:#6b798d}.selected-field-name{font-size:10px;color:#66768a}.selected-field-row input{font-size:10px!important}.field-actions .text-button{font-size:10px;color:#748295}.preview-table td{font-size:10px;color:#6f7e90}.selected-empty{color:#7b899b}.summary-link>span{color:#7e8b9b}.auth-form-wrap>.lead{color:#7c8797}.auth-form-wrap>.small{color:#8290a2}.auth-form-wrap .field-help{font-size:10px}.panel-heading p{color:#7e8a99}
@media(max-width:540px){.account-text{max-width:125px}.field-option{font-size:10px}.selected-field-name{font-size:10px}.selected-field-row input{font-size:10px!important}.available-fields-list{gap:0 11px}}
