:root{--color-primary:#20bf6b;--color-primary-strong:#16a85a;--color-primary-soft:#e8f8ef;--color-accent:#f59e0b;--color-accent-soft:#fff7e6;--color-success:#0f9f6e;--color-success-soft:#ecfdf5;--color-danger:#dc2626;--color-danger-soft:#fef2f2;--color-text:#303133;--color-text-muted:#606266;--color-text-subtle:#909399;--color-bg-shell:#f5f7fa;--color-bg-canvas:#f5f7fa;--color-bg-surface:#ffffff;--color-bg-surface-strong:#ffffff;--color-bg-surface-muted:#fafafa;--color-border:#ebeef5;--color-border-strong:#dcdfe6;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--shadow-sm:0 2px 8px rgba(15,23,42,0.04);--shadow-md:0 4px 12px rgba(15,23,42,0.05);--shadow-lg:0 8px 24px rgba(15,23,42,0.07);--font-sans:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Inter",sans-serif;--font-mono:"SFMono-Regular","JetBrains Mono","Fira Code","Menlo",monospace}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--color-bg-shell);color:var(--color-text);font-family:var(--font-sans)}a{color:inherit;text-decoration:none}.page-wrap{min-height:100vh}.glass-card,.section-card{background:var(--color-bg-surface-strong);border:1px solid var(--color-border);box-shadow:none}.section-card{border-radius:var(--radius-lg)}.dashboard-nav-card{background:#ffffff;border-right:1px solid var(--color-border)}.dashboard-shell-menu.ant-menu{color:var(--color-text-muted);font-size:13px}.dashboard-shell-menu.ant-menu .ant-menu-item,.dashboard-shell-menu.ant-menu .ant-menu-submenu-title{margin:0 12px 4px;width:calc(100% - 24px);height:38px;line-height:38px;border-radius:var(--radius-sm)}.dashboard-shell-menu.ant-menu .ant-menu-submenu-title{color:#303133;font-weight:600}.dashboard-shell-menu.ant-menu .ant-menu-item:hover,.dashboard-shell-menu.ant-menu .ant-menu-submenu-title:hover{color:var(--color-primary-strong);background:var(--color-primary-soft)}.dashboard-shell-menu.ant-menu .ant-menu-item-selected{color:var(--color-primary-strong);background:#dff6e8;font-weight:600}.dashboard-shell-menu.ant-menu .ant-menu-submenu-selected>.ant-menu-submenu-title{color:var(--color-primary-strong);background:var(--color-primary-soft)}.dashboard-shell-menu.ant-menu .ant-menu-sub.ant-menu-inline{background:transparent}.dashboard-shell-menu.ant-menu .ant-menu-item .ant-menu-item-icon,.dashboard-shell-menu.ant-menu .ant-menu-submenu-title .ant-menu-item-icon{font-size:14px}.admin-shell{height:100vh;overflow:hidden}.admin-logo-mark{width:48px;height:48px;display:grid;place-items:center;margin:18px auto 10px;border-radius:12px;background:linear-gradient(180deg,#34d399,#20bf6b);color:#ffffff;font-size:26px;box-shadow:0 6px 14px rgba(32,191,107,.22);position:relative}.admin-logo-mark:after,.admin-logo-mark:before{content:"";position:absolute;top:-10px;width:18px;height:24px;border-radius:18px 18px 4px 18px;background:#ffad32}.admin-logo-mark:before{left:13px;transform:rotate(-38deg)}.admin-logo-mark:after{right:13px;transform:rotate(38deg)}.admin-logo-text{display:grid;justify-items:center;grid-gap:3px;gap:3px;padding-bottom:18px;border-bottom:1px solid var(--color-border)}.admin-logo-title{color:#303133;font-size:16px;font-weight:700;line-height:1}.admin-logo-subtitle{color:#b7bcc6;font-size:9px;line-height:1.2;transform:scale(.86);white-space:nowrap}.admin-topbar{height:52px;background:#ffffff;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;padding:0 20px 0 16px;gap:16px}.admin-breadcrumb{min-width:0;gap:12px;color:#9aa2af}.admin-breadcrumb,.admin-top-actions{display:flex;align-items:center;font-size:13px;white-space:nowrap}.admin-top-actions{gap:16px;color:var(--color-primary-strong)}.admin-user-chip{display:flex;align-items:center;gap:10px;min-width:180px;color:#303133}.admin-user-avatar{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#cdf8df;color:var(--color-primary-strong);font-size:16px}.admin-user-name{display:block;color:#303133;font-size:14px;font-weight:600;line-height:18px}.admin-user-org{display:block;color:#9aa2af;font-size:11px;line-height:16px;max-width:220px;overflow:hidden;text-overflow:ellipsis}.workspace-tabbar{height:42px;background:#ffffff;border-bottom:1px solid var(--color-border);display:flex;align-items:stretch;overflow-x:auto;overflow-y:hidden}.workspace-tab{min-width:86px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#303133;font-size:13px;font-weight:600;background:transparent;border:none;border-right:1px solid #f2f3f5;cursor:pointer;transition:color .18s ease,background .18s ease}.workspace-tab:hover{color:var(--color-primary-strong);background:#f5fbf7}.workspace-tab.is-active{color:var(--color-primary-strong);background:#e8f7ff}.workspace-tab-close{color:#89d9ac;font-size:12px;font-weight:600}.admin-content-scroll{min-height:0;overflow:auto;padding:12px 14px 14px;background:var(--color-bg-shell)}.dashboard-home-page{min-height:calc(100vh - 120px);display:grid;place-items:center;background:var(--color-bg-shell)}.dashboard-home-title{margin:0;color:var(--color-primary);font-size:24px;font-weight:700;line-height:1.4}.workspace-tabs .ant-tabs-nav{margin:0}.workspace-tabs .ant-tabs-tab{padding:18px 4px;font-weight:600}.workspace-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-primary)}.workspace-tabs .ant-tabs-ink-bar{background:var(--color-primary)}.workspace-form .ant-form-item{margin-bottom:18px}.workspace-form .ant-form-item-label>label{color:var(--color-text);font-weight:600}.workspace-form .ant-input,.workspace-form .ant-input-affix-wrapper,.workspace-form .ant-input-number,.workspace-form .ant-input-number-input,.workspace-form .ant-select-selector{border-radius:var(--radius-sm)}.role-permission-page{min-height:calc(100vh - 120px);display:grid;grid-template-rows:auto auto minmax(0,1fr);grid-gap:8px;gap:8px;color:var(--color-text)}.role-permission-actions,.role-permission-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.role-search-input{width:240px}.role-reset-button{color:#ffffff;border-color:var(--color-accent);background:var(--color-accent)}.role-reset-button:focus,.role-reset-button:hover{color:#ffffff!important;border-color:#d97706!important;background:#d97706!important}.role-permission-actions{justify-content:flex-start}.role-permission-workspace{min-height:0;display:grid;grid-template-columns:minmax(560px,1fr) minmax(520px,1fr);grid-gap:12px;gap:12px}.role-permission-panel{min-width:0;min-height:0;display:flex;flex-direction:column;background:#ffffff;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}.role-panel-header{min-height:54px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--color-border);background:#ffffff}.role-selected-name{color:var(--color-text-muted);font-weight:500}.role-header-dots{color:var(--color-primary);font-weight:700;letter-spacing:2px}.permission-tree-wrap,.role-table-wrap{min-height:0;flex:1 1;padding:16px 18px;overflow:auto;background:#ffffff}.role-table-wrap .ant-table{border:1px solid var(--color-border);border-radius:0}.role-table-wrap .ant-table-thead>tr>th{height:44px;border-color:var(--color-border);font-weight:700}.role-table-wrap .ant-table-tbody>tr>td{height:46px;border-color:var(--color-border)}.role-table-wrap .ant-table-tbody>tr.role-table-row-selected>td{background:#e8f8ef!important}.role-table-wrap .ant-table-row{cursor:pointer}.role-name-button{max-width:100%;padding:0;border:0;color:var(--color-primary-strong);background:transparent;font:inherit;font-weight:600;text-align:left;cursor:pointer}.role-name-button:hover{color:var(--color-primary)}.role-soft-tag.ant-tag,.role-status-tag.ant-tag{-webkit-margin-end:0;margin-inline-end:0;border:0;border-radius:var(--radius-sm);color:var(--color-primary-strong);background:#d8f7e6}.role-status-tag.ant-tag{color:var(--color-text-subtle);background:#f3f4f6}.role-status-tag.is-enabled.ant-tag{color:var(--color-primary-strong);background:#d8f7e6}.role-date-text{color:var(--color-text-muted);font-size:12px;font-family:var(--font-mono)}.role-permission-spin{height:100%;min-height:260px;display:grid;place-items:center}.role-permission-tree.ant-tree{color:var(--color-text-muted);font-size:13px}.role-permission-tree .ant-tree-treenode{padding:0 0 4px}.role-permission-tree .ant-tree-node-content-wrapper{min-height:28px;padding:2px 4px;border-radius:var(--radius-sm);line-height:24px}.role-permission-tree .ant-tree-node-content-wrapper:hover{background:#f5fbf7}.role-permission-tree .ant-tree-checkbox{-webkit-margin-before:5px;margin-block-start:5px}.role-permission-tree .ant-tree-switcher{width:22px;line-height:28px;color:#b7c0cc}.permission-node-title{display:inline-flex;align-items:center;gap:8px;min-height:24px}.permission-node-tag{display:inline-flex;align-items:center;height:22px;padding:0 6px;border-radius:var(--radius-sm);font-size:12px;line-height:20px}.permission-node-tag-menu,.permission-node-tag-module{color:var(--color-primary-strong);background:#d8f7e6}.permission-node-tag-tab{color:#1d4ed8;background:#dbeafe}.permission-node-tag-button{color:#ff4d4f;background:#ffe8e8}.permission-summary-bar{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fafafa;color:var(--color-text-muted)}.permission-summary-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}@media (max-width:1180px){.role-permission-workspace{grid-template-columns:1fr}}@media (max-width:720px){.role-panel-header,.role-permission-toolbar{align-items:stretch;flex-direction:column}.role-search-input{width:100%}}.product-library-page{height:calc(100vh - 120px);min-height:0;background:#ffffff;border:1px solid var(--color-border);display:flex;flex-direction:column;overflow:hidden}.product-filter-strip{padding:12px 14px 0;background:#ffffff}.product-filter-strip .ant-form-item{margin-bottom:10px}.product-filter-strip .ant-input,.product-filter-strip .ant-input-affix-wrapper,.product-filter-strip .ant-select-selector{border-radius:var(--radius-sm)!important;background:#fafafa!important;border-color:#ebeef5!important}.product-action-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:0 14px 8px;background:#ffffff}.product-action-row .ant-btn{height:30px;border-radius:var(--radius-sm);font-size:12px;font-weight:600}.product-status-tabs{padding:0 14px;border-bottom:1px solid var(--color-border)}.product-status-tabs .ant-tabs-nav{margin:0}.product-status-tabs .ant-tabs-tab{padding:8px 0;font-size:13px}.product-status-tabs .ant-tabs-tab+.ant-tabs-tab{margin-left:22px}.product-status-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-primary-strong);font-weight:600}.product-status-tabs .ant-tabs-ink-bar{background:var(--color-primary)}.product-table-wrap{flex:1 1;min-height:0;padding:4px 14px 0;background:#ffffff;display:flex;flex-direction:column;overflow:hidden}.product-table-wrap .ant-table{color:#606266;font-size:12px}.product-table-wrap .ant-spin-container,.product-table-wrap .ant-spin-nested-loading,.product-table-wrap .ant-table,.product-table-wrap .ant-table-container,.product-table-wrap .ant-table-wrapper{min-height:0;flex:1 1;display:flex;flex-direction:column}.product-table-wrap .ant-table-body{overflow-y:auto!important;flex:1 1;min-height:0}.product-table-wrap .ant-table-thead>tr>th{background:#f5f5f5;color:#303133;font-size:12px;font-weight:700;border-bottom:1px solid var(--color-border);padding:10px 8px;white-space:nowrap}.product-table-wrap .ant-table-tbody>tr>td{padding:10px 8px;border-bottom:1px solid var(--color-border);vertical-align:middle}.product-table-wrap .ant-table-tbody>tr:hover>td{background:#f9fbfa!important}.product-table-wrap .product-pagination{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:8px;min-height:32px;margin:10px 0}.stable-pagination .ant-pagination{margin:0}.stable-pagination-single-page-jumper{display:inline-flex;align-items:center;gap:4px;color:#606266;font-size:12px;line-height:24px;white-space:nowrap}.stable-pagination-single-page-jumper input{width:48px;height:24px;padding:0 7px;border:1px solid #d9d9d9;border-radius:4px;background:#f5f5f5;color:#8c8c8c;text-align:center}.channel-modal-form .ant-form-item{margin-bottom:14px}.channel-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0 14px;gap:0 14px}.channel-form-inline{display:flex;align-items:flex-start;gap:14px}.channel-address-toolbar{display:flex;align-items:center;gap:8px;margin-bottom:12px}@media (max-width:720px){.channel-form-grid{grid-template-columns:1fr}.channel-form-inline{flex-direction:column}}.product-name-link{color:var(--color-primary-strong);font-weight:600;cursor:pointer}.product-thumb{width:36px;height:36px;display:grid;place-items:center;border-radius:4px;background:#eef3fb;color:#b6c0d2;font-size:18px;overflow:hidden}.product-thumb.is-colored{background:linear-gradient(135deg,#22c55e,#f6c453);color:#ffffff}.product-thumb-image{width:36px!important;height:36px!important;object-fit:cover;border-radius:4px;border:1px solid var(--color-border);background:var(--color-bg-surface-muted);display:block}.product-sort-control{width:108px;height:26px;display:grid;grid-template-columns:24px 1fr 24px;align-items:center;overflow:hidden;border-radius:3px;background:#f4f7fb;color:#9aa2af;text-align:center}.product-sort-control span{height:100%;display:grid;place-items:center;border-left:1px solid #e7ebf1}.product-sort-control span:first-child{border-left:none}.product-sort-value{color:#606266;background:#ffffff}.table-action-links{display:inline-flex;align-items:center;white-space:nowrap;color:#dcdfe6}.table-action-links button{padding:0 6px;height:auto;color:var(--color-primary-strong);font-size:12px}.table-action-links button.danger-link{color:#f56c6c}.stock-ledger-modal .ant-modal-content{border-radius:var(--radius-lg)}.stock-ledger-modal .ant-modal-header{margin-bottom:14px}.stock-ledger-filter{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:10px}.stock-ledger-filter .ant-form-item{margin:0;max-width:100%}.stock-ledger-filter .ant-input,.stock-ledger-filter .ant-input-affix-wrapper,.stock-ledger-filter .ant-select-selector{border-radius:var(--radius-sm)!important;background:#fafafa!important;border-color:#dcdfe6!important}.stock-ledger-table .ant-table{color:#606266;font-size:12px}.stock-ledger-table .ant-table-thead>tr>th{background:#f5f5f5;color:#303133;font-size:12px;font-weight:700;border-bottom:1px solid var(--color-border);padding:10px 8px;white-space:nowrap}.stock-ledger-table .ant-table-tbody>tr>td{padding:10px 8px;border-bottom:1px solid var(--color-border);vertical-align:middle}.stock-ledger-table .ant-table-tbody>tr:hover>td{background:#f9fbfa!important}.stock-ledger-tag{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:var(--radius-sm);font-size:12px;line-height:20px;border:1px solid transparent}.stock-ledger-tag.inbound{color:#16a85a;background:#e8f8ef;border-color:#b7ebc8}.stock-ledger-tag.outbound{color:#f56c6c;background:#fff1f0;border-color:#ffccc7}.stock-ledger-pagination{display:flex;justify-content:flex-end;margin-top:12px}.route-row-selected>td{background:var(--color-primary-soft)!important}body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}