:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1e293b;background:#f5f7fb;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #1e293b;--muted: #64748b;--subtle: #8a9ab2;--surface: #ffffff;--canvas: #f5f7fb;--line: #e1e9f5;--line-strong: #cedaeb;--green: #2563eb;--green-dark: #1d4ed8;--green-soft: #e8f1ff;--blue: #2563eb;--blue-soft: #e8f1ff;--amber: #a96317;--amber-soft: #fff4e5;--red: #bd3e42;--red-soft: #fff0f0;--sidebar: #ffffff;--sidebar-line: #e6edf8;--shadow: 0 14px 38px rgba(37, 99, 235, .09)}*{box-sizing:border-box}html{min-width:320px;background:var(--canvas)}body{margin:0;min-width:320px;min-height:100vh;background:var(--canvas);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(67,109,244,.23);outline-offset:2px}input,select{width:100%;height:46px;padding:0 14px;border:1px solid var(--line-strong);border-radius:10px;color:var(--ink);background:#fff;transition:border-color .16s ease,box-shadow .16s ease}input::placeholder{color:#a2a8a5}input:hover,select:hover{border-color:#bec6c1}input:focus,select:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #2563eb1f}input[readonly]{color:#767e79;background:#f5f6f5}.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 16px;border:1px solid transparent;border-radius:10px;font-size:14px;font-weight:700;line-height:1;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease,opacity .15s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed}.button--primary{color:#fff;background:var(--green)}.button--primary:hover:not(:disabled){background:var(--green-dark)}.button--secondary{border-color:var(--line-strong);background:#fff}.button--secondary:hover:not(:disabled){border-color:#b8c1bc;background:#fafbfa}.button--ghost{color:var(--ink);background:transparent}.button--ghost:hover:not(:disabled){background:#f5f7fb}.button--danger{color:#fff;background:var(--red)}.button--wide{width:100%;min-height:48px}.text-link{display:inline-flex;align-items:center;gap:6px;padding:0;border:0;color:var(--blue);background:transparent;font-size:14px;font-weight:650;cursor:pointer}.text-link:hover{color:#3156cb}.eyebrow{display:block;margin-bottom:8px;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.brand{display:flex;align-items:center;gap:11px}.brand__mark{width:38px;height:38px;flex:0 0 38px;border-radius:11px;overflow:hidden;box-shadow:0 7px 18px #1f293729}.brand__mark img{display:block;width:100%;height:100%;object-fit:cover}.brand strong,.brand span{display:block}.brand strong{color:#1e3a5f;font-size:15px;letter-spacing:-.01em}.brand span{margin-top:2px;color:#8a9ab2;font-size:11px}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:28px;background:radial-gradient(circle at 50% 0%,rgba(147,197,253,.08),transparent 42%),var(--canvas)}.login-panel{width:100%;display:flex;justify-content:center}.login-card{width:min(100%,440px);padding:38px;border:1px solid rgba(203,216,235,.9);border-radius:28px;background:#fffffff2;box-shadow:0 24px 70px #315b9b21}.login-brand{display:flex;flex-direction:column;align-items:center;margin-bottom:26px;text-align:center}.login-brand__logo{width:88px;height:88px;margin-bottom:14px;border-radius:22px;box-shadow:0 12px 30px #1f293729}.login-brand strong,.login-brand span{display:block}.login-brand strong{color:#1e3a5f;font-size:17px}.login-brand span{margin-top:3px;color:#8a9ab2;font-size:12px}.login-card h1{text-align:center;font-size:30px;line-height:1.15;letter-spacing:-.035em}.login-form{display:grid;gap:18px;margin-top:30px}.login-form__forgot{justify-self:end;margin-top:-5px}.accept-invite-page{min-height:100vh;display:grid;place-items:center;padding:34px 22px;background:var(--canvas)}.accept-invite-card{width:min(100%,820px);overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 24px 70px #315b9b1f}.accept-invite-card__header{padding:28px 30px 24px;border-bottom:1px solid var(--line)}.accept-invite-card__header h1{font-size:28px;letter-spacing:-.035em}.accept-invite-card__header p{margin-top:8px;color:var(--muted);font-size:14px;line-height:1.5}.accept-invite-form .form-grid{padding:28px 30px 20px}.password-requirements{margin:0 30px;padding:11px 13px;border-radius:10px;color:#54657d;background:#f2f6fc;font-size:12px;line-height:1.45}.form-error{margin:14px 30px 0;padding:11px 13px;border:1px solid #efc8ca;border-radius:10px;color:#8d363b;background:var(--red-soft);font-size:12px}.accept-invite-form__actions{display:flex;justify-content:flex-end;margin-top:24px;padding:20px 30px;border-top:1px solid var(--line)}.invite-link-state{display:grid;justify-items:start;gap:10px;padding:34px 30px}.invite-link-state strong{font-size:17px}.invite-link-state p{color:var(--muted);font-size:13px}.invite-link-state .button{margin-top:10px}.field{display:grid;gap:7px;min-width:0;align-content:start}.field__label{color:#38413d;font-size:13px;font-weight:700}.field__hint{color:var(--subtle);font-size:11px;line-height:1.4}.field__error{color:var(--red);font-size:11px}.field--full{grid-column:1 / -1}.input-with-action{position:relative}.input-with-action input{padding-right:48px}.input-with-action>button{position:absolute;width:38px;height:38px;right:4px;top:4px;display:grid;place-items:center;border:0;color:#78807c;background:transparent;cursor:pointer}.input-with-icon{position:relative}.input-with-icon>svg{position:absolute;left:13px;top:13px;z-index:1;color:#8c9490}.input-with-icon input{padding-left:40px}.app-shell{min-height:100vh;display:grid;grid-template-columns:288px minmax(0,1fr);transition:grid-template-columns .22s ease}.app-shell.is-collapsed{grid-template-columns:112px minmax(0,1fr)}.sidebar{position:fixed;z-index:30;inset:16px auto 16px 16px;width:256px;display:flex;flex-direction:column;justify-content:space-between;padding:22px 16px 18px;color:var(--ink);border:1px solid var(--line);border-radius:30px;background:var(--sidebar);box-shadow:0 18px 50px #315b9b1c;transition:width .22s ease,padding .22s ease,transform .18s ease}.sidebar.is-collapsed{width:80px;padding-right:12px;padding-left:12px}.sidebar__toggle{position:absolute;z-index:2;right:-13px;top:68px;width:28px;height:28px;display:grid;place-items:center;padding:0;border:1px solid var(--line-strong);border-radius:50%;color:#3b6bab;background:#fff;box-shadow:0 5px 15px #315b9b24;cursor:pointer}.sidebar__top{min-height:0}.sidebar__nav{display:grid;gap:5px;margin-top:38px}.nav-caption{margin:0 12px 8px;color:#90a0b7;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.nav-item{min-height:44px;display:flex;align-items:center;gap:11px;padding:0 12px;border-radius:14px;color:#657791;font-size:13px;font-weight:650;transition:color .15s ease,background .15s ease}.nav-item:hover{color:#1d4ed8;background:#f0f6ff}.nav-item.is-active{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 9px 20px #2563eb38}.nav-item.is-locked{color:#a0adbf}.nav-item__lock{margin-left:auto}.sidebar__bottom{display:grid;gap:8px;padding-top:17px;border-top:1px solid var(--sidebar-line)}.profile-card{min-width:0;display:flex;align-items:center;gap:10px;padding:10px 8px;border-radius:14px}.profile-card:hover,.profile-card.is-active{background:#f0f6ff}.profile-card__info{min-width:0;flex:1}.profile-card__info strong,.profile-card__info small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-card__info strong{color:#243b5a;font-size:12px}.profile-card__info small{margin-top:3px;color:#8a9ab2;font-size:10px}.avatar{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border-radius:12px;color:#1d4ed8;background:#dbeafe;font-size:11px;font-weight:800}.logout-button{min-height:40px;display:flex;align-items:center;gap:10px;padding:0 10px;border:0;border-radius:12px;color:#70839d;background:transparent;font-size:12px;font-weight:650;cursor:pointer}.logout-button:hover{color:#1d4ed8;background:#f0f6ff}.sidebar.is-collapsed .brand{justify-content:center}.sidebar.is-collapsed .brand__copy,.sidebar.is-collapsed .nav-caption,.sidebar.is-collapsed .nav-item__label,.sidebar.is-collapsed .nav-item__lock,.sidebar.is-collapsed .profile-card__info,.sidebar.is-collapsed .profile-card__arrow,.sidebar.is-collapsed .logout-button span{display:none}.sidebar.is-collapsed .sidebar__nav{margin-top:34px}.sidebar.is-collapsed .nav-item,.sidebar.is-collapsed .profile-card,.sidebar.is-collapsed .logout-button{width:52px;min-height:52px;justify-content:center;padding:0;border-radius:999px}.sidebar.is-collapsed .sidebar__bottom{justify-items:center}.sidebar.is-collapsed .avatar{width:40px;height:40px;flex-basis:40px;border-radius:50%}.sidebar__close,.mobile-menu-button,.mobile-topbar,.sidebar-scrim{display:none}.app-content{min-width:0;grid-column:2}.page{width:100%;max-width:1520px;margin:0 auto;padding:46px clamp(26px,4vw,62px) 72px}.page--narrow{max-width:1080px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}.page-header h1{font-size:clamp(29px,3vw,40px);line-height:1.1;letter-spacing:-.045em}.page-header p{max-width:650px;margin-top:8px;color:var(--muted);font-size:14px;line-height:1.5}.page-header__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.filters{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(3,minmax(150px,.8fr)) auto;gap:10px;margin-bottom:22px;padding:12px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 6px 18px #1a252109}.filters--products{grid-template-columns:minmax(170px,.42fr) auto minmax(150px,.36fr) minmax(250px,1fr) auto;align-items:center}.search-box,.select-field{position:relative;min-width:0}.search-box>svg,.select-field>svg{position:absolute;z-index:2;left:13px;top:13px;color:#8c9490}.search-box input,.select-field:has(svg) select{padding-left:40px}.filters input,.filters select{height:44px;border-color:transparent;background:#f5f6f5;font-size:12px}.filters__search{grid-column:4}.filter-checks{display:flex;align-items:center;gap:7px}.filter-check{min-height:44px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;border:1px solid transparent;border-radius:10px;color:#5e6d83;background:#f5f6f5;font-size:11px;font-weight:700;white-space:nowrap;cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.filter-check svg{flex:0 0 auto;color:#8792a2}.filter-check:hover{border-color:#c7d8f7;color:#1d4ed8}.filter-check.is-active{border-color:#9fc0fa;color:#1d4ed8;background:#eff6ff}.filter-check.is-active svg{color:#3b82f6}.category-filter{position:relative;min-width:0}.category-filter__trigger{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 12px;border:1px solid transparent;border-radius:10px;color:#5e6d83;background:#f5f6f5;font-size:12px;font-weight:700;cursor:pointer}.category-filter__trigger:hover,.category-filter__trigger.is-active{border-color:#9fc0fa;color:#1d4ed8;background:#eff6ff}.category-filter__count{min-width:22px;height:22px;display:grid;place-items:center;margin-left:auto;padding:0 6px;border-radius:999px;color:#fff;background:#3b82f6;font-size:10px}.category-filter__backdrop{position:fixed;z-index:70;top:0;right:0;bottom:0;left:0;border:0;background:#16213333;cursor:default}.category-filter__panel{position:absolute;z-index:71;top:calc(100% + 10px);right:0;left:auto;width:min(560px,calc(100vw - 48px));max-height:min(650px,calc(100vh - 110px));display:grid;grid-template-rows:auto auto minmax(180px,1fr) auto;overflow:hidden;border:1px solid #dce5f1;border-radius:18px;background:#fff;box-shadow:0 24px 70px #17263d38}.category-filter__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 20px 14px}.category-filter__header strong,.category-filter__header span{display:block}.category-filter__header strong{color:#1f2d42;font-size:18px}.category-filter__header span{margin-top:4px;color:#8a96a8;font-size:12px}.category-filter__close{width:34px;height:34px;display:grid;flex:0 0 34px;place-items:center;border:0;border-radius:9px;color:#6d798b;background:#f5f7fa;cursor:pointer}.category-filter__search{margin:0 20px 12px}.category-filter__search input{width:100%;height:42px;padding-left:40px;border-color:transparent;background:#f5f7fa;font-size:12px}.category-filter__list{min-height:0;overflow-y:auto;border-top:1px solid #edf1f6;border-bottom:1px solid #edf1f6}.category-filter__option{width:100%;min-height:64px;display:grid;grid-template-columns:minmax(0,1fr) 64px 36px;align-items:center;gap:12px;padding:10px 20px;border:0;border-bottom:1px solid #edf1f6;color:#242b35;text-align:left;background:#fff;cursor:pointer}.category-filter__option:last-child{border-bottom:0}.category-filter__option:hover,.category-filter__option.is-selected{background:#f7faff}.category-filter__title{min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:1.35}.category-filter__amount{color:#3b4657;font-size:13px;text-align:right;font-variant-numeric:tabular-nums}.category-filter__checkbox{width:20px;height:20px;display:grid;place-items:center;justify-self:center;border:2px solid #303640;border-radius:5px;color:#fff;background:#fff}.category-filter__option.is-selected .category-filter__checkbox{border-color:#4f83f6;background:#4f83f6}.category-filter__empty{padding:40px 20px;color:#8490a1;font-size:13px;text-align:center}.category-filter__actions{display:flex;justify-content:flex-end;gap:8px;padding:14px 16px}.category-filter__actions .button{min-height:46px;padding:0 20px;border-radius:999px;font-size:15px}.filter-reset{min-height:44px;display:flex;align-items:center;gap:7px;padding:0 9px;border:0;color:var(--muted);background:transparent;font-size:12px;font-weight:700;cursor:pointer}.filter-reset:disabled{opacity:.35;cursor:default}.empty-state{min-height:440px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:46px 24px;border:1px dashed #cfd6d2;border-radius:18px;text-align:center;background:#ffffff91}.empty-state__icon{width:70px;height:70px;display:grid;place-items:center;margin-bottom:20px;border-radius:20px;color:var(--green);background:var(--green-soft)}.empty-state__icon.is-error{color:var(--red);background:var(--red-soft)}.empty-state h2{font-size:20px;letter-spacing:-.02em}.empty-state p{margin-top:8px;color:var(--muted);font-size:14px}.empty-state .button{margin-top:23px}.products-list{display:grid;gap:12px}.demo-notice{display:flex;align-items:center;gap:8px;padding:10px 13px;border-radius:9px;color:#77501e;background:#fff6e8;font-size:12px;font-weight:650}.product-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 30px #254b7c0e}.product-card__main{display:grid;grid-template-columns:120px minmax(0,1fr) minmax(236px,auto);align-items:center;gap:22px;min-height:164px;padding:22px 24px}.product-card__media{width:120px;height:120px;display:grid;place-items:center;overflow:hidden;border:1px solid #e8eef7;border-radius:15px;background:#f8fbff}.product-card__media>img{width:100%;height:100%;padding:8px;object-fit:contain;object-position:center}.product-card__image-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#91a0b5;background:#f4f8fe}.product-card__identity{min-width:0}.product-card__primary-link{display:block;width:100%;overflow:hidden;color:#2563eb;font-size:17px;font-weight:750;line-height:1.35;letter-spacing:-.012em;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.product-card__primary-link:hover{color:#174fc3;text-decoration:underline;text-underline-offset:3px}.product-card__primary-link.is-disabled{color:var(--ink);cursor:default}.product-card__primary-link.is-disabled:hover{text-decoration:none}.product-card__secondary-name{margin:7px 0 0;overflow:hidden;color:#3e4a5a;font-size:13px;font-weight:650;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.product-card__barcode{margin:5px 0 0;color:#8a96a7;font-size:12px}.product-card__management-link{display:inline-flex;align-items:center;gap:6px;margin-top:9px;color:#2563eb;font-size:12px;font-weight:700;text-decoration:none}.product-card__management-link:hover{color:#174fc3;text-decoration:underline;text-underline-offset:3px}.product-card__status{position:absolute;z-index:1;top:17px;right:20px;display:inline-flex;align-items:center;min-height:25px;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.025em}.product-card__status.is-available{color:#176246;background:#e6f6ef}.product-card__status.is-unavailable{color:#667085;background:#f0f2f5}.product-card__modes{display:flex;align-items:flex-end;flex-direction:column;gap:8px;padding-top:34px}.product-mode-option{width:190px;display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;min-height:32px;padding:5px 8px;border:0;border-radius:9px;color:#5e6979;background:transparent;font:inherit;font-size:12px;font-weight:700;white-space:nowrap;cursor:pointer;transition:color .15s ease,background .15s ease}.product-mode-option svg{flex:0 0 auto;color:#a3adbb}.product-mode-option:hover{color:#234f91;background:#f2f7ff}.product-mode-option:disabled{cursor:not-allowed;opacity:.55}.product-mode-option.is-active{color:#1f5fc4;background:#eaf2ff}.product-mode-option.is-active svg{color:#2563eb}.demo-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:6px;color:#73521f;background:#fff3d9;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.toggle-row{display:inline-flex;align-items:center;gap:9px;color:#4c5551;font-size:12px;font-weight:700;white-space:nowrap}.toggle-row.is-disabled{opacity:.5}.toggle{position:relative;width:38px;height:22px;flex:0 0 38px;padding:0;border:0;border-radius:999px;background:#d9dedb;cursor:pointer;transition:background .15s ease}.toggle span{position:absolute;width:16px;height:16px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000002e;transition:transform .15s ease}.toggle.is-on{background:var(--green)}.toggle.is-on span{transform:translate(16px)}.product-card__details{display:grid;grid-template-columns:minmax(360px,400px) minmax(0,1fr);gap:12px;padding:12px;border-top:1px solid #e4ebf4;background:#edf3fa}.product-card__base-panel,.product-card__mode-panel{min-width:0;overflow:hidden;border:1px solid #dce6f2;border-radius:12px;background:#f7f9fc}.product-card__base-panel{box-shadow:0 3px 10px #324c6f0b}.product-card__mode-panel{border-color:#c7daf4;background:#f8fbff;box-shadow:0 3px 12px #2563eb0e}.product-card__section-label{display:block;padding:9px 14px;border-bottom:1px solid #dce6f2;color:#77869a;background:#ffffffb8;font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.product-card__mode-panel .product-card__section-label{border-bottom-color:#cbdcf4;color:#2863ba;background:#eaf2ff}.product-card__common-metrics,.product-card__conditional-metrics{display:grid;grid-template-columns:repeat(3,minmax(110px,1fr))}.product-card__conditional-metrics{grid-template-columns:1fr}.product-card__conditional-metrics.is-dumping{grid-template-columns:repeat(3,minmax(140px,1fr))}.product-metric{min-width:0;min-height:132px;display:flex;flex-direction:column;justify-content:space-between;gap:15px;padding:17px 18px;border-right:1px solid #e4ebf4;background:#f6f9fd}.product-metric__content{display:grid;gap:10px}.product-metric__content>strong{display:block}.product-card__common-metrics>.product-metric{justify-content:flex-start}.product-card__conditional-metrics>.product-metric{justify-content:flex-start}.product-competitor{min-width:0;display:grid;gap:7px}.product-competitor>strong{min-height:34px;display:flex;align-items:center;color:#1f5fc4;font-size:16px}.product-competitor>small{overflow:hidden;color:#6f7f94;font-size:10px;font-weight:650;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.product-margin{min-width:0;display:grid;gap:3px;padding-top:9px;border-top:1px solid #dfe7f1}.product-margin>span{color:#8290a4;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.product-margin>strong{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px;overflow:visible;color:#314158;font-size:13px;line-height:1.25;white-space:normal}.product-margin>strong small{font-size:10px;font-weight:800}.product-margin>small{overflow:hidden;color:#7a889c;font-size:9px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.product-margin.is-positive>strong{color:#167250}.product-margin.is-negative>strong{color:#c2414b}.product-margin.is-neutral>strong{color:#6b7280}.product-margin.is-unavailable>strong{color:#8a96a7;font-size:10px;font-weight:650}.product-card__mode-panel .product-metric{background:#f8fbff}.product-metric:last-child{border-right:0}.product-metric>span{color:#718096;font-size:10px;font-weight:750;letter-spacing:.015em}.product-metric strong{overflow:hidden;color:#253044;font-size:14px;font-weight:750;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.product-metric--accent{background:#eaf2ff}.product-card__mode-panel .product-metric--accent{background:#e7f0ff}.product-metric--accent strong{color:#1f5fc4;font-size:16px}.product-calculation{display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:baseline;gap:8px 14px;padding:10px 18px;border-top:1px solid #cbdcf4;background:#eef5ff}.product-calculation>span{color:#718096;font-size:10px;font-weight:750}.product-calculation>strong{color:#1f5fc4;font-size:15px}.product-calculation>small{overflow:hidden;color:#718096;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.product-calculation.is-pending>strong{color:#8793a5}.product-card__mode-hint{display:flex;align-items:center;justify-content:flex-end;min-height:130px;padding:22px 24px;border:1px dashed #bdcbdd;border-radius:12px;color:#7b8797;background:#ffffffad;font-size:12px;font-weight:650;line-height:1.5;text-align:right}.product-value-input{position:relative}.product-value-input input{width:100%;height:34px;padding:0 38px 0 10px;border:1px solid #cbd8e9;border-radius:8px;outline:none;color:#253044;background:#fff;font:inherit;font-size:14px;font-weight:750;transition:border-color .15s ease,box-shadow .15s ease}.product-value-input input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.product-value-input input:disabled{color:#7b8797;background:#f0f4f9;cursor:not-allowed}.product-value-input>span{position:absolute;top:50%;right:11px;color:#718096;font-size:12px;font-weight:750;transform:translateY(-50%)}.product-value-input.is-saving{opacity:.72}.product-price-input{position:relative}.product-price-input input{width:100%;height:34px;padding:0 34px 0 10px;border:1px solid #b8cef3;border-radius:8px;outline:none;color:#1f5fc4;background:#fff;font:inherit;font-size:14px;font-weight:750}.product-price-input input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.product-price-input>span{position:absolute;top:50%;right:11px;color:#718096;font-size:13px;font-weight:750;transform:translateY(-50%)}.initial-sync{min-height:440px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:54px clamp(24px,6vw,82px);border:1px solid var(--line);border-radius:22px;text-align:center;background:radial-gradient(circle at 50% 0%,rgba(59,130,246,.09),transparent 48%),#fff;box-shadow:var(--shadow)}.initial-sync__icon{width:72px;height:72px;display:grid;place-items:center;margin-bottom:21px;border-radius:22px;color:var(--green);background:var(--green-soft)}.initial-sync h2{font-size:clamp(22px,3vw,30px);letter-spacing:-.035em}.initial-sync>p{max-width:560px;margin-top:9px;color:var(--muted);font-size:14px;line-height:1.55}.initial-sync__numbers{width:min(100%,680px);display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-top:34px}.initial-sync__numbers strong{color:var(--green);font-size:32px;letter-spacing:-.04em}.initial-sync__numbers span{padding-bottom:5px;color:var(--muted);font-size:13px;font-weight:700}.progress-track{width:min(100%,680px);height:12px;overflow:hidden;margin-top:13px;border-radius:999px;background:#e8eef7}.progress-track>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#60a5fa,#2563eb);box-shadow:0 0 18px #2563eb47;transition:width .26s ease}.initial-sync small{margin-top:12px;color:var(--subtle);font-size:11px}.sync-banner{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:13px 15px;border:1px solid #cfe0fa;border-radius:13px;color:var(--blue);background:var(--blue-soft)}.sync-banner div{display:grid;gap:3px}.sync-banner strong{font-size:13px}.sync-banner span{color:#5f7696;font-size:11px}.catalog-pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:22px}.catalog-pagination>span{min-width:150px;color:var(--muted);font-size:12px;font-weight:700;text-align:center}.is-spinning{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.settings-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);gap:20px;align-items:start}.panel,.table-panel,.profile-hero,.users-summary{border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 24px #1a25210a}.panel__header{display:flex;align-items:flex-start;gap:13px;padding:22px 24px;border-bottom:1px solid var(--line)}.panel__header h2{font-size:17px;letter-spacing:-.02em}.panel__header p{margin-top:5px;color:var(--muted);font-size:12px;line-height:1.5}.panel-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:10px;color:var(--green);background:var(--green-soft)}.panel-icon--neutral{color:#56605b;background:#eef0ef}.form-grid{display:grid;gap:18px;padding:24px}.form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.settings-form .field,.settings-form .input-with-action,.settings-form input{min-width:0;max-width:none}.panel__footer{display:flex;justify-content:flex-end;padding:18px 24px;border-top:1px solid var(--line)}.connection-status{margin:22px 22px 6px;padding:16px;border:1px solid #f1d6b1;border-radius:11px;background:var(--amber-soft)}.connection-status p{margin-top:9px;color:#805d31;font-size:11px;line-height:1.5}.status-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:800;line-height:1;white-space:nowrap}.status-pill--warning{color:#8c5718;background:#ffe4bd}.status-pill--success{color:#275e4f;background:#dff0e9}.status-pill--neutral{color:#67706c;background:#edf0ee}.status-pill--error{color:#b42318;background:#fff0f0}.status-list{margin:10px 22px 0}.status-list>div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid #edf0ee}.status-list dt,.status-list dd{margin:0;font-size:11px}.status-list dt{color:var(--muted)}.status-list dd{color:#343d39;font-weight:700;text-align:right}.connection-actions{display:grid;grid-template-columns:1fr;gap:9px;padding:20px 22px 22px}.settings-subsection{margin:0 24px 24px;padding:18px;border:1px solid #dbe6f3;border-radius:14px;background:#f8fbff}.settings-subsection__header{display:flex;align-items:flex-start;gap:10px;margin-bottom:16px;color:#245da9}.settings-subsection__header h3,.settings-subsection__header p{margin:0}.settings-subsection__header h3{color:#27364b;font-size:14px}.settings-subsection__header p,.xml-feed-status{margin-top:4px;color:#748399;font-size:11px;line-height:1.5}.xml-feed-status{margin-bottom:0}.settings-subsection--city{border-color:#d7e3f7;background:#f8faff}.city-combobox,.city-combobox__control{position:relative}.city-combobox__control>svg{position:absolute;z-index:1;top:50%;left:14px;color:#7d8da7;transform:translateY(-50%);pointer-events:none}.settings-form .city-combobox__control input{padding-right:48px;padding-left:42px}.city-combobox__control>button{position:absolute;top:5px;right:5px;width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:8px;color:#6f7f98;background:transparent;cursor:pointer}.city-combobox__control>button:hover{color:var(--blue);background:var(--blue-soft)}.city-combobox__control>button:disabled{cursor:wait;opacity:.45}.city-combobox__options{position:absolute;z-index:30;top:calc(100% + 7px);right:0;left:0;max-height:286px;overflow-y:auto;padding:6px;border:1px solid #cfdcf0;border-radius:12px;background:#fff;box-shadow:0 18px 44px #27417029}.city-combobox__options>button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 11px;border:0;border-radius:8px;color:#2d394b;background:transparent;text-align:left;cursor:pointer}.city-combobox__options>button:hover,.city-combobox__options>button.is-active,.city-combobox__options>button[aria-selected=true]{color:#1e4fa3;background:#edf4ff}.city-combobox__options span{font-size:12px;font-weight:750}.city-combobox__options small{color:#8090aa;font-size:10px;font-weight:700}.city-combobox__options>p{padding:18px 12px;color:var(--muted);font-size:11px;text-align:center}.selected-city{display:flex;align-items:flex-start;gap:11px;margin-top:14px;padding:13px 14px;border:1px dashed #cbd8ec;border-radius:11px;color:#7c8ca4;background:#ffffffad}.selected-city.is-selected{border-style:solid;border-color:#bcd3fa;color:var(--blue);background:#edf4ff}.selected-city span,.selected-city strong,.selected-city small{display:block}.selected-city span{color:#7a8aa3;font-size:10px;font-weight:700}.selected-city strong{margin-top:3px;color:#26364e;font-size:13px}.selected-city small{margin-top:3px;color:#71829c;font-size:10px}.users-summary{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:16px}.users-summary>div{padding:19px 22px}.users-summary>div+div{border-left:1px solid var(--line)}.users-summary span,.users-summary strong{display:block}.users-summary span{color:var(--muted);font-size:11px}.users-summary strong{margin-top:6px;font-size:23px;letter-spacing:-.03em}.table-panel{overflow:hidden}.table-scroll{overflow-x:auto}.users-table{width:100%;min-width:850px;border-collapse:collapse}.users-table th,.users-table td{padding:14px 18px;border-bottom:1px solid var(--line);text-align:left}.users-table th{color:#7a827e;background:#f7f8f7;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.users-table td{color:#4e5753;font-size:12px}.users-table tr:last-child td{border-bottom:0}.user-cell{min-width:240px;display:flex;align-items:center;gap:11px}.avatar--table{width:34px;height:34px;flex-basis:34px;border-radius:9px}.user-cell strong,.user-cell span{display:block}.user-cell strong{color:#2c3531;font-size:12px}.user-cell strong small{display:inline-block;margin-left:7px;padding:2px 5px;border-radius:5px;color:#52605a;background:#e7ebe9;font-size:8px;text-transform:uppercase}.user-cell span{margin-top:3px;color:#8a928e;font-size:10px}.user-cell>.avatar--table{display:grid;place-items:center;margin-top:0;overflow:hidden;color:#1d4ed8;font-size:11px;line-height:1;text-align:center}.role-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:7px;font-size:10px;font-weight:750}.role-badge--admin{color:#325248;background:#e5eeea}.role-badge--user{color:#53617e;background:#edf0f6}.table-message{height:180px;color:var(--muted);text-align:center!important}.icon-button{width:36px;height:36px;display:inline-grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:9px;color:#69716d;background:#fff;cursor:pointer}.icon-button:hover:not(:disabled){border-color:#c5cbc7;background:#f7f8f7}.icon-button--danger{color:var(--red)}.icon-button:disabled{opacity:.3;cursor:not-allowed}.profile-hero{display:flex;align-items:center;gap:16px;margin-bottom:18px;padding:22px}.avatar--hero{width:60px;height:60px;flex-basis:60px;border-radius:16px;font-size:18px}.profile-hero>div{min-width:0;flex:1}.profile-hero h2{font-size:18px}.profile-hero p{margin-top:4px;color:var(--muted);font-size:12px}.profile-form .form-grid{padding-bottom:30px}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#121c188a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{width:min(100%,480px);max-height:calc(100vh - 40px);overflow:auto;border:1px solid rgba(255,255,255,.7);border-radius:17px;background:#fff;box-shadow:0 28px 90px #08120e45;animation:modal-in .16s ease-out}.modal--lg{width:min(100%,680px)}@keyframes modal-in{0%{opacity:0;transform:translateY(8px) scale(.985)}}.modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:21px 22px;border-bottom:1px solid var(--line)}.modal__header h2{font-size:19px;letter-spacing:-.025em}.modal__header p{margin-top:5px;color:var(--muted);font-size:12px;line-height:1.45}.modal__body{display:grid;gap:20px;padding:22px}.modal__body .form-grid{padding:0}.modal__actions{display:flex;justify-content:flex-end;gap:9px;padding-top:4px}.invite-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;color:var(--green);background:var(--green-soft)}.delete-user-preview{display:flex;align-items:center;gap:12px;padding:14px;border-radius:11px;background:#f5f6f5}.delete-user-preview strong,.delete-user-preview span{display:block}.delete-user-preview strong{font-size:13px}.delete-user-preview span{margin-top:3px;color:var(--muted);font-size:11px}.danger-note{padding:12px 14px;border-left:3px solid #d65c5f;border-radius:5px 9px 9px 5px;color:#7c3f42;background:var(--red-soft);font-size:11px;line-height:1.55}.toast{position:fixed;z-index:200;right:22px;bottom:22px;width:min(calc(100vw - 44px),430px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:13px 14px;border:1px solid #cbded6;border-radius:12px;color:#294b40;background:#f0f8f5;box-shadow:var(--shadow);font-size:12px;font-weight:650;animation:toast-in .18s ease-out}.toast--error{border-color:#ecc7c8;color:#823b3e;background:#fff5f5}.toast button{width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;color:currentColor;background:transparent;cursor:pointer}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}}.loading-screen{min-height:100vh;display:grid;place-items:center;background:var(--canvas)}.loading-mark{display:flex;gap:6px}.loading-mark span{width:8px;height:8px;border-radius:50%;background:var(--green);animation:loading-dot .85s infinite ease-in-out}.loading-mark span:nth-child(2){animation-delay:.12s}.loading-mark span:nth-child(3){animation-delay:.24s}@keyframes loading-dot{50%{transform:translateY(-7px);opacity:.45}}@media(max-width:1240px){.filters{grid-template-columns:minmax(220px,1.4fr) repeat(2,minmax(150px,.8fr))}.filters--products{grid-template-columns:minmax(180px,.55fr) minmax(0,1fr) minmax(160px,.5fr) auto}.filters--products .filter-checks{grid-column:2 / 4}.filters__search{grid-column:1 / 4}.filters .select-field:nth-of-type(3){grid-column:1 / 3}.product-card__main{grid-template-columns:104px minmax(0,1fr)}.product-card__media{width:104px;height:104px}.product-card__modes{grid-column:1 / -1;align-items:center;justify-content:flex-end;flex-direction:row;flex-wrap:wrap;padding-top:14px;border-top:1px solid #e8eef7}.product-card__details{grid-template-columns:1fr}.product-card__mode-hint{justify-content:flex-start;text-align:left}.settings-grid{grid-template-columns:1fr}}@media(max-width:980px){.app-shell{display:block}.sidebar{inset:12px auto 12px 12px;width:min(86vw,286px);transform:translate(-105%);box-shadow:20px 0 60px #0c161238;transition:transform .18s ease}.sidebar.is-collapsed{width:min(86vw,286px);padding:22px 16px 18px}.sidebar.is-collapsed .brand{justify-content:flex-start}.sidebar.is-collapsed .brand__copy,.sidebar.is-collapsed .nav-caption,.sidebar.is-collapsed .nav-item__label,.sidebar.is-collapsed .profile-card__info,.sidebar.is-collapsed .profile-card__arrow,.sidebar.is-collapsed .logout-button span{display:block}.sidebar.is-collapsed .nav-item__lock{display:initial}.sidebar.is-collapsed .sidebar__nav{margin-top:38px}.sidebar.is-collapsed .nav-item,.sidebar.is-collapsed .profile-card,.sidebar.is-collapsed .logout-button{width:auto;min-height:44px;justify-content:flex-start;padding:0 12px;border-radius:14px}.sidebar.is-collapsed .profile-card{padding:10px 8px}.sidebar.is-collapsed .sidebar__bottom{justify-items:stretch}.sidebar.is-collapsed .avatar{width:36px;height:36px;flex-basis:36px;border-radius:12px}.sidebar.is-open{transform:translate(0)}.sidebar__toggle{display:none}.sidebar__close{position:absolute;right:16px;top:27px;display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:8px;color:#b2beb9;background:#ffffff0d}.sidebar-scrim{position:fixed;z-index:25;top:0;right:0;bottom:0;left:0;display:block;border:0;background:#121c186b}.app-content{min-height:100vh}.mobile-topbar{position:sticky;z-index:15;top:0;height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 18px 0 58px;border-bottom:1px solid var(--line);background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand--mobile{gap:8px}.brand--mobile .brand__mark{width:30px;height:30px;flex-basis:30px;border-radius:8px}.brand--mobile strong{color:var(--ink);font-size:13px}.mobile-menu-button{position:fixed;z-index:20;left:15px;top:14px;width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;background:transparent}.mobile-profile{display:grid;place-items:center;color:var(--green)}.page{padding-top:32px}.product-card__main{grid-template-columns:96px minmax(0,1fr)}.product-card__media{width:96px;height:96px}}@media(max-width:760px){.login-page{display:flex;padding:18px}.login-panel{display:flex;padding:0}.login-card{margin:0 auto;padding:28px 22px;border-radius:22px}.login-card h1{font-size:26px}.login-brand{margin-bottom:22px}.login-brand__logo{width:76px;height:76px;border-radius:19px}.accept-invite-page{display:block;padding:16px}.accept-invite-card{border-radius:20px}.accept-invite-card__header,.accept-invite-form .form-grid{padding-right:20px;padding-left:20px}.accept-invite-card__header h1{font-size:24px}.password-requirements,.form-error{margin-right:20px;margin-left:20px}.accept-invite-form__actions{padding-right:20px;padding-left:20px}.accept-invite-form__actions .button{width:100%}.page{padding:28px 18px 54px}.page-header{display:grid;align-items:start;margin-bottom:23px}.page-header__actions{justify-content:flex-start}.page-header__actions .button{width:100%}.filters,.filters--products{grid-template-columns:1fr}.filters--products .filter-checks,.filters__search{grid-column:auto}.filter-checks{display:grid;grid-template-columns:1fr 1fr}.filter-check{justify-content:center}.filters .select-field:nth-of-type(3){grid-column:auto}.filter-reset{justify-content:center}.category-filter__panel{position:fixed;top:auto;right:0;bottom:0;left:0;width:100%;max-height:min(84vh,760px);border-right:0;border-bottom:0;border-left:0;border-radius:24px 24px 0 0}.empty-state{min-height:360px}.product-card__main{grid-template-columns:82px minmax(0,1fr);gap:15px;min-height:auto;padding:18px 16px 16px}.product-card__media{width:82px;height:82px}.product-card__primary-link{font-size:14px}.product-card__identity{padding-top:24px}.product-card__secondary-name,.product-card__management-link{font-size:11px}.product-card__modes{justify-content:flex-start;flex-wrap:wrap;gap:12px}.product-card__common-metrics{grid-template-columns:repeat(3,minmax(90px,1fr))}.product-card__conditional-metrics.is-dumping{grid-template-columns:repeat(3,minmax(0,1fr))}.product-calculation{grid-template-columns:auto 1fr}.product-calculation>small{grid-column:1 / -1;white-space:normal}.product-card__status{top:12px;right:13px}.product-metric{min-height:120px;gap:12px;padding:14px 12px}.product-card__mode-hint{padding:17px 16px}.initial-sync{min-height:390px;padding:40px 20px}.initial-sync__numbers{align-items:flex-start;flex-direction:column;gap:4px}.catalog-pagination{display:grid;grid-template-columns:1fr 1fr}.catalog-pagination>span{grid-column:1 / -1;grid-row:1}.form-grid--two{grid-template-columns:1fr}.field--full{grid-column:auto}.panel__header,.form-grid{padding-left:18px;padding-right:18px}.panel__footer{padding:16px 18px}.panel__footer .button{width:100%}.users-summary{grid-template-columns:1fr}.users-summary>div{display:flex;align-items:center;justify-content:space-between;padding:14px 18px}.users-summary>div+div{border-top:1px solid var(--line);border-left:0}.users-summary strong{margin-top:0;font-size:19px}.profile-hero{align-items:flex-start;flex-wrap:wrap}.profile-hero .role-badge{margin-left:76px;margin-top:-20px}.modal-backdrop{align-items:end;padding:12px}.modal{max-height:calc(100vh - 24px);border-radius:17px}.modal__actions{flex-direction:column-reverse}.modal__actions .button{width:100%}.toast{right:12px;bottom:12px;width:calc(100vw - 24px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
