@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter-v8-latin_cyrillic-ext-regular.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/inter-v8-latin_cyrillic-ext-500.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter-v8-latin_cyrillic-ext-600.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/inter-v8-latin_cyrillic-ext-700.woff2)format("woff2")}:root{--bg:#fff;--bg-alt:#f2f2f2;--text:#111;--text-muted:#666;--border:#ccc;--accent:#1a56db;--accent-hover:#1442ad;--error:#b00020;--success:#1e7d32;--header-height:52px;--filters-height:90px;--bottom-nav-height:44px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font:14px/1.45 Inter,-apple-system,system-ui,Segoe UI,Arial,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#1c1c1c;--bg-alt:#262626;--text:#e6e6e6;--text-muted:#999;--border:#444;--accent:#6ea8fe;--accent-hover:#8fbcff;--error:#ff7a7a;--success:#5cbd8a}}*{box-sizing:border-box}body{background:var(--bg);margin:0}h1{margin:0 0 16px;font-size:18px;font-weight:700}h3{margin:0 0 10px;font-size:13px;font-weight:700}a{color:var(--accent)}.navbar{height:var(--header-height);background:var(--bg-alt);border-bottom:1px solid var(--border);z-index:1;justify-content:space-between;align-items:center;gap:4px 8px;padding:0 16px;display:flex;position:sticky;top:0;overflow:hidden}.navbar-title{margin:0;font-size:15px}.navbar-right{flex-wrap:wrap;align-items:center;gap:2px;display:flex}.bottom-nav{height:var(--bottom-nav-height);background:var(--bg-alt);border-top:1px solid var(--border);z-index:1;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav a{color:var(--text);flex:1;justify-content:center;align-items:center;display:flex}.bottom-nav a+a{border-left:1px solid var(--border)}.bottom-nav a.active{color:var(--accent)}.bottom-nav svg{flex-shrink:0;width:20px;height:20px}.bottom-nav-spacer{height:var(--bottom-nav-height)}.centered-page{min-height:calc(100svh - var(--header-height));justify-content:center;align-items:center;padding:20px;display:flex}body.has-bottom-nav .centered-page{min-height:calc(100svh - var(--header-height) - var(--bottom-nav-height))}.page{margin:0 auto}.page>*{padding:0 24px}.page>form{padding-top:24px;padding-bottom:24px}@media (width<=480px){.page>*{padding:0 24px}.centered-page{padding:12px}}.save-bar{background:var(--bg);border-top:1px solid var(--border);z-index:1;position:fixed;bottom:0;left:0;right:0}body.has-bottom-nav .save-bar{bottom:var(--bottom-nav-height)}.save-bar-inner{flex-wrap:wrap;align-items:center;gap:10px 16px;padding:14px 24px;display:flex}.save-bar-inner p{margin:0}.save-bar-inner button{flex:auto;min-width:0}.save-bar-inner button[type=submit]{margin-left:auto}.save-bar-spacer{height:64px}.page-filters{background:var(--bg);top:var(--header-height);z-index:1;height:var(--filters-height);align-items:center;gap:8px 16px;display:flex;position:sticky}.page-filters input,.page-filters .input-with-clear{flex:1;min-width:0}.card{background:var(--bg);border:1px solid var(--border);flex-direction:column;gap:14px;width:100%;max-width:360px;padding:22px;display:flex}.card-actions{flex-wrap:wrap;gap:10px 16px;display:flex}.card-actions button{flex:auto;min-width:0}.card-actions button[type=submit]{margin-left:auto}.section{border:1px solid var(--border);margin-bottom:14px;padding:16px 18px}.item-form-sections{flex-flow:wrap;gap:14px;margin-bottom:14px;display:flex}.item-form-sections>.section{flex:1;margin-bottom:0}label{flex-direction:column;gap:4px;font-size:13px;font-weight:600;display:flex}.checkbox-label{flex-direction:row;align-items:center;gap:6px;font-size:13px;font-weight:400}input,select{font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text);padding:6px 8px}select,.picker-trigger{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%23666666' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:12px;padding-right:28px}@media (prefers-color-scheme:dark){select,.picker-trigger{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%23999999' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}}.picker-trigger{width:100%;font:inherit;border:1px solid var(--border);background-color:var(--bg);color:var(--text);text-align:left;cursor:pointer;align-items:center;padding:6px 28px 6px 8px;font-weight:400;display:flex}.picker-trigger:hover{background-color:var(--bg-alt)}input:focus,select:focus,.picker-trigger:focus,.input-with-clear button[type=button]:focus{outline:2px solid var(--accent);outline-offset:-1px}input:disabled{opacity:.5;background:var(--bg-alt)}input[type=checkbox]{width:14px;height:14px;padding:0}.no-spinner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.no-spinner::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.no-spinner{appearance:textfield}.input-with-clear{border:1px solid var(--border);background:var(--bg);align-items:stretch;display:flex}.input-with-clear input{background:0 0;border:none;flex:1;min-width:0}.input-with-clear input:focus{z-index:0}.input-with-clear button[type=button]{border:none;border-left:1px solid var(--border);width:32px;color:var(--text-muted);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;padding:0;display:flex}.input-with-clear button[type=button] svg{width:12px;height:12px}.input-with-clear button[type=button]:hover{background:var(--bg-alt);color:var(--text);border-color:var(--border)}button{font:inherit;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;padding:7px 14px;font-weight:600}button:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}button:disabled{opacity:.5;cursor:not-allowed}button[type=button]{background:var(--bg);color:var(--text);border-color:var(--border)}button[type=button]:hover:not(:disabled){background:var(--bg-alt)}.button-link{color:#fff;background:var(--accent);border:1px solid var(--accent);white-space:nowrap;flex-shrink:0;padding:7px 14px;font-weight:600;text-decoration:none}.button-link:hover{background:var(--accent-hover)}fieldset{border:none;margin:0;padding:0}legend{display:none}.table-scroll{width:100%;margin:0 0 12px;overflow-x:auto}.page-filters~.table-scroll{overflow:visible}.table-scroll .grid-table{margin:0}.grid-table{border-left:1px solid var(--border);width:100%;margin:0 0 12px;display:grid}.grid-head-row>*,.grid-body-row>*{text-align:left;border-right:1px solid var(--border);border-bottom:1px solid var(--border);min-width:0;padding:6px 10px;font-size:13px}.grid-head-row{display:contents}.grid-head-row>*{background:var(--bg-alt);font-weight:700}.page-filters~.table-scroll .grid-head-row>*{top:calc(var(--header-height) + var(--filters-height));z-index:1;box-shadow:inset 0 1px 0 var(--border), inset 0 -1px 0 var(--border);border-bottom:none;position:sticky}.grid-body-row{display:contents}.grid-body-row.clickable{cursor:pointer}.grid-body-row.clickable:hover>*{background:var(--bg-alt)}.stage-summary{cursor:pointer;align-items:center;gap:8px;padding:8px 0;display:flex}.stage-summary:hover{background:var(--bg-alt)}.stage-summary-name{font-weight:600}.stage-summary-count{font-size:13px}.row-chevron{color:var(--text-muted);text-align:right;width:20px}.grid-table input[type=number],.grid-table input[type=text]{background:0 0;border:none;width:100%;padding:2px 4px}.grid-table input[type=checkbox]{margin:0 auto;display:block}.col-sku{grid-column:sku}.col-stage{grid-column:stage;overflow:hidden}.col-quantity-display{grid-column:qty}.col-cost{grid-column:cost}.col-weight{grid-column:weight}.col-unit{grid-column:unit}.col-quantity-display,.col-cost,.col-weight,.col-unit{text-align:right}.stock-grid{grid-template-columns:[sku]max-content[stage]minmax(0,1fr)[qty]max-content[cost]max-content}.items-grid{grid-template-columns:[sku]max-content[stage]minmax(0,1fr)[weight]max-content[unit]max-content}.users-grid{grid-template-columns:minmax(0,max-content) minmax(100px,1fr) minmax(0,max-content)}.users-grid .grid-head-row>:first-child,.users-grid .grid-body-row>:first-child{overflow-wrap:break-word}.components-grid{border-top:1px solid var(--border);grid-template-columns:minmax(120px,1fr) 100px 46px}.components-grid .grid-head-row>*,.components-grid .grid-body-row>*{align-items:center;display:flex}.components-grid .grid-body-row>:first-child{padding:0}.components-grid .grid-body-row>:first-child .picker-trigger{border:none;align-self:stretch}.user-prices-grid{border-top:1px solid var(--border);grid-template-columns:36px minmax(0,1fr) 80px 36px}.user-prices-grid .grid-head-row>*,.user-prices-grid .grid-body-row>*{align-items:center;display:flex}@media (width<=480px){.col-stage-mobile-hide{display:none}.stock-grid{grid-template-columns:[sku]minmax(max-content,1fr)[qty]max-content[cost]max-content}.items-grid{grid-template-columns:[sku]minmax(max-content,1fr)[weight]max-content[unit]max-content}.col-roles-mobile-hide{display:none}.users-grid{grid-template-columns:minmax(0,max-content) minmax(100px,1fr)}}.label-short{display:none}@media (width<=480px){.label-full{display:none}.label-short{display:inline}}.ellipsis{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.col-remove{padding:0;position:relative}.col-remove button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;inset:0}.col-remove button svg{width:14px;height:14px}.col-remove button:hover{background:var(--bg-alt);color:var(--text)}.error{color:var(--error);font-size:13px;font-weight:600}.success{color:var(--success);font-size:13px;font-weight:600}.toast{z-index:3;text-align:center;color:#fff;max-width:calc(100% - 32px);padding:10px 16px;font-size:13px;font-weight:600;position:fixed;top:54px;left:50%;transform:translate(-50%)}.toast-success{background:var(--success)}.toast-error{background:var(--error)}.text-muted{color:var(--text-muted)}.modal-overlay{z-index:2;background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@media (width>=480px){.modal-overlay{align-items:center}}.modal-sheet{background:var(--bg);border-top:1px solid var(--border);flex-direction:column;width:100%;max-height:85vh;display:flex}@media (width>=480px){.modal-sheet{border:1px solid var(--border);max-width:420px;max-height:80vh}}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.modal-header h3{margin:0}button.modal-title-select{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:700}button.modal-title-select:hover{color:var(--accent-hover);background:0 0}.modal-body{flex-direction:column;gap:14px;padding:16px;display:flex;overflow-y:auto}button.modal-back{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:4px 0;font-weight:600}button.modal-back:hover{color:var(--accent-hover);background:0 0}.flow-list{border:1px solid var(--border);flex-direction:column;display:flex}button.flow-item{text-align:left;background:var(--bg);width:100%;color:var(--text);cursor:pointer;border:none;border-radius:0;padding:10px 12px;font-weight:400}button.flow-item+button.flow-item{border-top:1px solid var(--border)}button.flow-item:hover{background:var(--bg-alt)}.temp-password{border:1px solid var(--border);background:var(--bg-alt);padding:10px 14px;font-family:ui-monospace,Consolas,monospace;font-size:20px;display:inline-block}
