:root{--accent-800:#114baf;--accent-700:#155bd4;--accent-500:#4c82db;--accent-100:#edf4ff;--accent-50:#edf5ff;--green-950:#153d29;--green-900:#1e5436;--green-800:#276842;--green-700:#2f7d4c;--green-300:#9ac8aa;--green-100:#e7f4ec;--green-50:#f2f8f4;--gold-700:#946515;--gold-500:#c58b27;--gold-100:#fff4d9;--canvas:#f2f3f5;--paper:#fff;--surface-muted:#f7f8fa;--surface-hover:#f5f6f7;--text:#323233;--ink:#323233;--muted:#646566;--quiet:#969799;--line:#dcdee0;--line-soft:#ebedf0;--danger:#c14848;--danger-bg:#fff0f0;--warning:#a36713;--warning-bg:#fff7e6;--info:#155bd4;--info-bg:#edf4ff;--sidebar-width:224px;--topbar-height:60px;--dialog-width-sm:520px;--dialog-width-md:760px;--dialog-width-lg:960px;--dialog-width-xl:1200px;--dialog-max-height:calc(100vh - 48px);--field-height:40px}*{box-sizing:border-box}html,body{min-height:100%}.admin-auth{background:radial-gradient(circle at 20% 0,#c58b2724,#0000 34%),linear-gradient(145deg,#f4f7f4,#edf2ef);place-items:center;min-height:100vh;padding:32px;display:grid}.admin-auth__card{border:1px solid var(--line);background:#fff;border-radius:12px;gap:18px;width:min(420px,100%);padding:34px;display:grid;box-shadow:0 22px 60px #153d291f}.admin-auth__brand{align-items:center;gap:14px;margin-bottom:4px;display:flex}.admin-auth__brand>span{background:var(--green-900);color:#fff;border-radius:12px;place-items:center;width:46px;height:46px;font-size:22px;font-weight:700;display:grid}.admin-auth__brand h1{margin:0;font-size:20px}.admin-auth__brand p{color:var(--muted);margin:4px 0 0}.admin-auth__card label{gap:8px;font-weight:600;display:grid}.admin-auth__card input{border:1px solid var(--line);background:#fff;border-radius:6px;min-height:44px;padding:0 12px}.admin-auth__card .button{justify-content:center;min-height:44px}.admin-auth__error{color:var(--danger);margin:-4px 0 0}body{background:var(--canvas);color:var(--text);font-family:var(--font-geist-sans), "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;-webkit-font-smoothing:antialiased;margin:0;font-size:13px}button,input,textarea,select{color:inherit;font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.52}svg{stroke-width:1.8px;width:18px;height:18px}.admin-shell{min-width:1180px;min-height:100vh}.sidebar{z-index:30;width:var(--sidebar-width);background:radial-gradient(circle at 0 100%, #f4d28a14, transparent 28%), var(--green-950);color:#ffffffc7;flex-direction:column;transition:width .2s;display:flex;position:fixed;inset:0 auto 0 0;overflow:hidden}.sidebar__brand{height:var(--topbar-height);white-space:nowrap;border-bottom:1px solid #ffffff17;flex:none;align-items:center;gap:11px;padding:0 18px;display:flex}.sidebar__brand>span{background:#f5e5be;border-radius:10px;flex:none;place-items:center;width:34px;height:34px;display:grid;overflow:hidden}.sidebar__brand img{object-fit:contain;width:26px;height:26px}.sidebar__brand div{gap:2px;display:grid}.sidebar__brand strong{color:#fffdf8;letter-spacing:.03em;font-family:Songti SC,Noto Serif SC,serif;font-size:15px}.sidebar__brand small{color:#ffffff78;letter-spacing:.08em;font-size:10px}.sidebar nav{scrollbar-width:none;flex:1;padding:13px 10px 18px;overflow:auto}.sidebar nav::-webkit-scrollbar{display:none}.sidebar nav section+section{margin-top:15px}.sidebar nav h2{color:#ffffff57;letter-spacing:.12em;margin:0 9px 6px;font-size:10px;font-weight:650}.sidebar nav button{color:#ffffffa6;text-align:left;background:0 0;border:0;border-radius:8px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;min-height:40px;padding:0 10px;transition:background .15s,color .15s;display:grid}.sidebar nav button:hover{color:#fff;background:#ffffff12}.sidebar nav button.active{color:#fffdf8;background:#e6efe524;font-weight:650;box-shadow:inset 2px 0 #e5c06d}.sidebar nav button svg{width:17px;height:17px}.sidebar nav button em{color:#fff;text-align:center;background:#b57b1b;border-radius:999px;min-width:20px;padding:2px 6px;font-size:10px;font-style:normal}.sidebar__footer{border-top:1px solid #ffffff17;flex:none;padding:10px}.sidebar__footer>button{color:#ffffff9c;white-space:nowrap;background:0 0;border:0;border-radius:8px;align-items:center;gap:9px;width:100%;min-height:38px;padding:0 10px;display:flex}.sidebar__footer>button:hover{color:#fff;background:#ffffff12}.sidebar__footer>div{color:#ffffff59;white-space:nowrap;align-items:center;gap:7px;margin-top:5px;padding:9px 10px 4px;font-size:10px;display:flex}.sidebar__footer>div svg{color:#d5b15f;width:14px;height:14px}.admin-shell--collapsed{--sidebar-width:72px}.admin-shell--collapsed .sidebar__brand{padding-inline:19px}.admin-shell--collapsed .sidebar__brand div,.admin-shell--collapsed .sidebar nav h2,.admin-shell--collapsed .sidebar nav button span,.admin-shell--collapsed .sidebar__footer span,.admin-shell--collapsed .sidebar__footer>div{display:none}.admin-shell--collapsed .sidebar nav button{grid-template-columns:1fr;justify-items:center;padding:0}.admin-shell--collapsed .sidebar nav button em{position:absolute;transform:translate(12px,-10px)}.admin-shell--collapsed .sidebar__footer>button{justify-content:center;padding:0}.admin-main{min-height:100vh;margin-left:var(--sidebar-width);transition:margin-left .2s}.topbar{z-index:20;height:var(--topbar-height);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf8f5;align-items:center;gap:14px;padding:0 24px;display:flex;position:sticky;top:0}.topbar__menu,.icon-button{border:1px solid var(--line);background:var(--paper);width:36px;height:36px;color:var(--muted);border-radius:8px;flex:none;place-items:center;padding:0;display:grid}.topbar__menu:hover,.icon-button:hover{color:var(--green-800);border-color:#c9c2b5}.global-search{border:1px solid var(--line);background:#f8f6f0;border-radius:9px;flex:0 300px;align-items:center;gap:8px;width:min(460px,42vw);min-width:0;height:38px;padding:0 10px;display:flex;position:relative}.global-search:focus-within{border-color:var(--green-700);background:var(--paper);box-shadow:0 0 0 3px #1b522a1a}.global-search>svg{width:16px;height:16px;color:var(--quiet)}.global-search input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0}.global-search kbd{border:1px solid var(--line);background:var(--paper);color:var(--quiet);white-space:nowrap;border-bottom-width:2px;border-radius:5px;padding:2px 6px;font-family:inherit;font-size:10px}.global-results{z-index:50;border:1px solid var(--line);background:var(--paper);border-radius:10px;width:100%;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 18px 42px #20271e29}.global-results>button{border:0;border-bottom:1px solid var(--line-soft);text-align:left;background:0 0;grid-template-columns:28px minmax(0,1fr) 18px;align-items:center;gap:8px;width:100%;min-height:56px;padding:8px 12px;display:grid}.global-results>button:hover{background:var(--green-50)}.global-results>button>svg:first-child{width:16px;color:var(--green-700)}.global-results>button>svg:last-child{width:15px;color:var(--quiet)}.global-results>button span,.global-results>button small{display:block}.global-results>button small{color:var(--quiet);margin-top:3px;font-size:11px}.global-results>p{color:var(--quiet);background:#f8f6f0;margin:0;padding:8px 12px;font-size:10px}.global-empty{min-height:86px;color:var(--quiet);justify-content:center;align-items:center;gap:8px;display:flex}.topbar__right{align-items:center;gap:12px;margin-left:auto;display:flex}.icon-button{background:0 0;border:0;position:relative}.icon-button i{border:2px solid var(--paper);background:#b94c43;border-radius:50%;width:7px;height:7px;position:absolute;top:6px;right:7px}.topbar__divider{background:var(--line);width:1px;height:24px}.operator{text-align:left;background:0 0;border:0;grid-template-columns:34px 1fr 14px;align-items:center;gap:8px;min-width:146px;padding:0;display:grid}.operator>span{background:var(--green-100);width:34px;height:34px;color:var(--green-800);border-radius:9px;place-items:center;font-weight:750;display:grid}.operator div{gap:1px;display:grid}.operator small{color:var(--quiet);font-size:10px}.operator>svg{width:14px;color:var(--quiet)}.content{max-width:1720px;min-height:calc(100vh - var(--topbar-height));margin:0 auto;padding:22px 24px 40px}.operating-system-map{background:var(--paper);border:1px solid #ccd9ca;border-radius:12px;margin-bottom:16px;overflow:hidden;box-shadow:0 8px 24px #1926190a}.operating-system-map>header{background:radial-gradient(circle at 80% 0%, #f4d28a2b, transparent 34%), linear-gradient(105deg, var(--green-950), var(--green-800));color:#fffdf8;justify-content:space-between;align-items:center;gap:18px;min-height:62px;padding:12px 16px;display:flex}.operating-system-map>header>div,.operating-system-map>header>em{align-items:center;display:flex}.operating-system-map>header>div{gap:10px}.operating-system-map>header>div>span{color:#f4d28a;background:#ffffff14;border:1px solid #f4d28a57;border-radius:9px;flex:none;place-items:center;width:36px;height:36px;display:grid}.operating-system-map>header svg{width:16px;height:16px}.operating-system-map>header p,.operating-system-map>header strong,.operating-system-map>header small{margin:0;display:block}.operating-system-map>header strong{font-size:13px}.operating-system-map>header small{color:#fffdf8a3;margin-top:3px;font-size:9.5px}.operating-system-map>header>em{color:#f4d28a;white-space:nowrap;gap:5px;font-size:9px;font-style:normal}.operating-system-map__layers{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.operating-system-map__layers>button{border:0;border-right:1px solid var(--line-soft);text-align:left;background:0 0;grid-template-columns:34px minmax(0,1fr) 14px;align-items:center;gap:9px;min-width:0;min-height:94px;padding:12px 13px;transition:background .15s;display:grid}.operating-system-map__layers>button:last-child{border-right:0}.operating-system-map__layers>button>span{background:var(--green-100);width:32px;height:32px;color:var(--green-700);border-radius:8px;place-items:center;display:grid}.operating-system-map__layers>button:nth-child(3)>span,.operating-system-map__layers>button:nth-child(4)>span{background:var(--gold-100);color:var(--gold-700)}.operating-system-map__layers>button>span svg{width:15px;height:15px}.operating-system-map__layers p,.operating-system-map__layers small,.operating-system-map__layers strong,.operating-system-map__layers em{min-width:0;margin:0;display:block}.operating-system-map__layers small{color:var(--gold-700);letter-spacing:.04em;font-size:8px;font-weight:750}.operating-system-map__layers strong{text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:10.5px;overflow:hidden}.operating-system-map__layers em{color:#756f66;margin-top:5px;font-size:8.5px;font-style:normal;line-height:1.4}.operating-system-map__layers>button>svg{width:13px;height:13px;color:var(--quiet)}.page-header{justify-content:space-between;align-items:flex-start;gap:20px;min-height:78px;margin-bottom:18px;display:flex}.page-header>div:first-child{min-width:0}.page-header p{color:var(--quiet);align-items:center;gap:5px;margin:0 0 7px;font-size:11px;display:flex}.page-header p svg{width:12px;height:12px}.page-header h1{color:var(--text);letter-spacing:-.025em;margin:0;font-size:22px;font-weight:680}.page-header>div:first-child>span{color:var(--muted);margin-top:5px;font-size:12px;display:block}.page-header__actions{gap:8px;padding-top:22px;display:flex}.button{white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:36px;padding:0 13px;font-size:12px;font-weight:650;display:inline-flex}.button--primary{background:var(--green-800);color:#fff}.button--secondary{border-color:var(--line);background:var(--paper);color:var(--muted)}.button--danger{background:var(--danger);color:#fff}.metric-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.metric-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card{border:1px solid var(--line);background:var(--paper);text-align:left;border-radius:10px;grid-template-rows:auto auto 1fr;grid-template-columns:1fr auto;gap:5px 8px;min-height:124px;padding:14px;transition:border-color .15s,transform .15s;display:grid;position:relative;overflow:hidden}.metric-card:not(button){cursor:default}.metric-card:not(button):hover{border-color:var(--line);transform:none}.metric-card__icon{background:var(--green-100);width:32px;height:32px;color:var(--green-700);border-radius:9px;grid-area:1/2/span 2;place-items:center;display:grid}.metric-card__icon svg{width:17px;height:17px}.metric-card__label{color:var(--muted);grid-column:1;font-size:11px}.metric-card>strong{color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-.04em;grid-column:1;font-size:24px}.metric-card__change{color:var(--quiet);grid-column:1;align-self:end;align-items:center;gap:3px;font-size:10px;display:inline-flex}.metric-card__change svg{width:13px;height:13px}.metric-card__change--up{color:var(--green-700)}.metric-card__change--down{color:var(--danger)}.mini-bars{opacity:.64;align-items:flex-end;gap:3px;width:52px;height:28px;display:flex;position:absolute;bottom:12px;right:11px}.mini-bars i{background:var(--green-700);border-radius:3px 3px 1px 1px;width:5px}.mini-bars--gold i{background:var(--gold-500)}.mini-bars--red i{background:#c66a62}.dashboard-grid{grid-template-columns:minmax(0,1.7fr) minmax(330px,.8fr);gap:16px;margin-bottom:16px;display:grid}.panel{border:1px solid var(--line);background:var(--paper);border-radius:10px;margin-bottom:16px;overflow:hidden}.panel__header{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:16px;min-height:62px;padding:12px 16px;display:flex}.panel__header h2{margin:0;font-size:15px;font-weight:680}.panel__header p{color:var(--quiet);margin:4px 0 0;font-size:11px}.text-action{color:var(--green-700);background:0 0;border:0;align-items:center;gap:3px;padding:5px;font-size:11px;font-weight:650;display:inline-flex}.text-action svg{width:14px;height:14px}.panel-count{background:var(--danger-bg);color:var(--danger);border-radius:999px;padding:4px 8px;font-size:10px;font-weight:700}.trend-legend{color:var(--muted);gap:16px;padding:12px 16px 0;font-size:10px;display:flex}.trend-legend span{align-items:center;gap:5px;display:flex}.legend-dot{border-radius:2px;width:8px;height:8px}.legend-dot--green{background:var(--green-700)}.legend-dot--gold{background:var(--gold-500)}.bar-chart{background:repeating-linear-gradient(to bottom, transparent 0, transparent 48px, var(--line-soft) 49px, transparent 50px);grid-template-columns:repeat(7,1fr);align-items:end;gap:16px;height:210px;padding:18px 22px 14px;display:grid}.bar-chart__column{text-align:center;grid-template-rows:1fr auto;align-items:end;gap:7px;height:100%;display:grid}.bar-chart__column>div{justify-content:center;align-items:flex-end;gap:4px;height:100%;display:flex}.bar-chart__column i,.bar-chart__column b{background:var(--green-700);border-radius:4px 4px 1px 1px;width:12px;display:block}.bar-chart__column b{background:var(--gold-500);width:7px}.bar-chart__column span{color:var(--quiet);font-size:9px}.task-list button{border:0;border-bottom:1px solid var(--line-soft);text-align:left;background:0 0;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;min-height:60px;padding:8px 5px;display:grid}.task-list button:last-child{border-bottom:0}.task-list button:hover{background:#faf8f2}.task-icon{background:var(--green-100);width:34px;height:34px;color:var(--green-700);border-radius:9px;place-items:center;display:grid}.task-icon--red{background:var(--danger-bg);color:var(--danger)}.task-icon svg{width:16px;height:16px}.task-list strong,.task-list small{display:block}.task-list strong{font-size:11.5px}.task-list small{color:var(--quiet);margin-top:4px;font-size:10px}.task-list em{color:var(--green-700);font-size:10px;font-style:normal;font-weight:650}.table-toolbar{border-bottom:1px solid var(--line-soft);align-items:center;gap:8px;min-height:58px;padding:10px 16px;display:flex}.toolbar-search{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:7px;width:300px;height:36px;padding:0 10px;display:flex}.toolbar-search:focus-within{border-color:var(--green-700);box-shadow:0 0 0 3px #1b522a17}.toolbar-search svg{width:15px;height:15px;color:var(--quiet)}.toolbar-search input{background:0 0;border:0;outline:0;width:100%;min-width:0}.table-toolbar__spacer{flex:1}.status-tabs{border-bottom:1px solid var(--line-soft);gap:2px;min-height:48px;padding:0 14px;display:flex}.status-tabs button{min-height:48px;color:var(--muted);background:0 0;border:0;align-items:center;gap:6px;padding:0 12px;font-size:11px;display:inline-flex;position:relative}.status-tabs button:after{content:"";background:0 0;height:2px;position:absolute;bottom:0;left:10px;right:10px}.product-status-tabs{background:#faf8f3;padding-left:16px}.product-status-tabs button{justify-content:center;min-width:112px;font-size:11.5px}.table-empty{min-height:180px;color:var(--quiet);text-align:center;align-content:center;justify-items:center;gap:7px;display:grid}.table-empty>svg{width:28px;height:28px;color:var(--green-700)}.table-empty strong{color:var(--text);font-size:12px}.table-empty span{font-size:10px}.status-tabs button.active{color:var(--green-800);font-weight:700}.status-tabs button.active:after{background:var(--green-700)}.status-tabs button span{min-width:18px;color:var(--quiet);text-align:center;background:#f0ede6;border-radius:999px;padding:2px 5px;font-size:9px}.status-tabs--compact,.status-tabs--compact button{min-height:44px}.table-scroll{width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:11.5px}th,td{border-bottom:1px solid var(--line-soft);vertical-align:middle;text-align:left;white-space:nowrap;padding:10px 12px}th{color:#716d65;letter-spacing:.01em;background:#f8f6f0;height:40px;font-size:10px;font-weight:650}tbody tr{height:56px;transition:background .12s}tbody tr[onclick]{cursor:pointer}td strong,td small{display:block}td small{color:var(--quiet);margin-top:4px;font-size:9.5px}.numeric{text-align:right;font-variant-numeric:tabular-nums}.table-action{text-align:right;width:72px}.table-action>button{min-width:28px;height:28px;color:var(--quiet);background:0 0;border:0;border-radius:6px;place-items:center;padding:0 5px;display:inline-grid}.table-action>button svg{width:15px;height:15px}.table-action .table-text-action{width:auto;color:var(--green-700);padding-inline:8px;font-weight:700}.product-cell{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:9px;min-width:210px;display:grid}.product-cell img{object-fit:cover;border-radius:8px;width:42px;height:42px}.spu-table{min-width:1160px}.spu-table .table-action{z-index:1;background:#fff;position:sticky;right:0;box-shadow:-10px 0 16px -16px #243246b3}.spu-table th.table-action{z-index:2;background:#f8f6f0}.member-price,.reward-text{color:var(--gold-700)}.stock-low{color:var(--danger)}.muted{color:var(--quiet)}.inline-icon{vertical-align:-2px;width:12px;height:12px;display:inline}.link-button{color:var(--green-700);background:0 0;border:0;padding:0;font-weight:700}.status-badge{color:#69655e;white-space:nowrap;background:#efede8;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;min-height:23px;padding:3px 8px;font-size:9.5px;font-weight:700;line-height:1;display:inline-flex}.status-badge--success{color:#286338;background:#eef6ec;border-color:#cfe0ce}.status-badge--member{background:var(--gold-100);color:var(--gold-700);border-color:#ecd49d}.status-badge--warning{background:var(--warning-bg);color:var(--warning);border-color:#ead69d}.status-badge--info{background:var(--info-bg);color:var(--info);border-color:#cddde7}.status-badge--danger{background:var(--danger-bg);color:var(--danger);border-color:#e5c5c1}.status-badge--neutral{color:#6f6a62;background:#f1efea;border-color:#dedad3}.table-footer{min-height:50px;color:var(--quiet);justify-content:space-between;align-items:center;padding:8px 16px;font-size:10px;display:flex}.table-footer>div{gap:4px;display:flex}.table-footer button{border:1px solid var(--line);background:var(--paper);min-width:28px;height:28px;color:var(--muted);border-radius:6px;place-items:center;padding:0 7px;display:grid}.table-footer button.active{border-color:var(--green-700);background:var(--green-700);color:#fff}.table-footer svg{width:13px;height:13px}.summary-strip{border:1px solid var(--line);background:var(--paper);border-radius:10px;grid-template-columns:repeat(4,1fr);margin-bottom:16px;display:grid;overflow:hidden}.summary-strip>div{border-right:1px solid var(--line);align-content:center;min-height:96px;padding:14px 18px;display:grid}.summary-strip span{color:var(--muted);font-size:11px}.summary-strip strong{font-variant-numeric:tabular-nums;margin-top:5px;font-size:25px}.summary-strip small{color:var(--quiet);margin-top:5px;font-size:10px}.inventory-summary-strip .warning-value{color:var(--warning)}.inventory-filter-row{background:var(--paper);padding:12px 16px 0}.inventory-table{min-width:1020px}.inventory-table td:nth-child(2) strong{font-variant-numeric:tabular-nums}.membership-plan-banner{background:radial-gradient(circle at 85% 0%, #f4d28a2b, transparent 32%), linear-gradient(125deg, var(--green-900), var(--green-950));color:#fff;border:1px solid #c28b2840;border-radius:10px;grid-template-columns:58px minmax(0,1fr) auto auto;align-items:center;gap:18px;min-height:148px;margin-bottom:16px;padding:22px 24px;display:grid}.membership-plan-banner__icon{color:#efd18e;background:#ffffff14;border:1px solid #f4d28a4d;border-radius:12px;place-items:center;width:56px;height:56px;display:grid}.membership-plan-banner__icon svg{width:25px;height:25px}.membership-plan-banner span{color:#ffffff94;font-size:10px}.membership-plan-banner h2{margin:4px 0 0;font-family:Songti SC,serif;font-size:23px}.membership-plan-banner p{color:#ffffffad;margin:6px 0 0;font-size:11px}.membership-plan-banner__price{grid-template-columns:auto auto;align-items:baseline;gap:4px;min-width:160px;display:grid}.membership-plan-banner__price strong{color:#f2d493;letter-spacing:-.05em;font-size:34px}.membership-plan-banner__price strong small{font-size:16px}.membership-plan-banner__price em{color:#ffffff8f;grid-column:1/-1;font-size:10px;font-style:normal}.member-label{color:var(--gold-700);align-items:center;gap:4px;font-weight:700;display:inline-flex}.member-label svg{width:13px;height:13px}.rules-banner,.config-version{background:linear-gradient(110deg, #fff9e9, var(--paper));border:1px solid #d9d0bb;border-radius:10px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:82px;margin-bottom:16px;padding:12px 16px;display:grid}.rules-banner>div,.config-version>div:first-child{background:var(--gold-100);width:40px;height:40px;color:var(--gold-700);border-radius:10px;place-items:center;display:grid}.rules-banner p,.config-version p{margin:0}.rules-banner strong,.rules-banner span,.config-version strong,.config-version span{display:block}.rules-banner strong,.config-version strong{font-size:12px}.rules-banner span,.config-version span{color:var(--muted);margin-top:4px;font-size:10.5px}.rules-banner>button{color:var(--gold-700);background:0 0;border:0;align-items:center;gap:4px;padding:8px;font-size:11px;font-weight:700;display:inline-flex}.rules-banner>button svg{width:14px}.config-version{background:var(--paper);grid-template-columns:42px minmax(0,1fr) auto auto}.config-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.config-card{border:1px solid var(--line);background:var(--paper);border-radius:10px;overflow:hidden}.config-card--member{border-color:#ded0ad}.config-card>header{border-bottom:1px solid var(--line-soft);grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:82px;padding:13px 15px;display:grid}.config-card>header>span:first-child{background:var(--green-100);width:38px;height:38px;color:var(--green-700);border-radius:10px;place-items:center;display:grid}.config-card--member>header>span:first-child{background:var(--gold-100);color:var(--gold-700)}.config-card h2{margin:0;font-size:14px}.config-card header p{color:var(--quiet);margin:4px 0 0;font-size:10px}.config-card__rows{gap:9px;min-height:104px;padding:14px 16px;display:grid}.config-card__rows p{color:var(--muted);align-items:center;gap:8px;margin:0;font-size:11px;display:flex}.config-card__rows svg{width:14px;height:14px;color:var(--green-700)}.config-card>footer{border-top:1px solid var(--line-soft);background:#faf8f3;justify-content:flex-end;align-items:center;min-height:54px;padding:8px 15px;display:flex}.config-card>footer span{color:var(--quiet);font-size:9.5px}.amount-positive{color:var(--green-700)}.amount-negative{color:var(--danger)}code{color:#504c45;font-family:var(--font-geist-mono), monospace;background:#f0ede7;border-radius:5px;padding:3px 6px;font-size:10px}.drawer-layer,.modal-layer{z-index:80;background:#0a170e54;animation:.15s fade-in;position:fixed;inset:0}.detail-drawer{background:var(--canvas);grid-template-rows:auto 1fr auto;width:min(620px,52vw);height:100%;animation:.2s drawer-in;display:grid;position:absolute;top:0;right:0;box-shadow:-18px 0 50px #081f122b}.detail-drawer>header{border-bottom:1px solid var(--line);background:var(--paper);justify-content:space-between;align-items:flex-start;gap:16px;min-height:92px;padding:18px 20px;display:flex}.detail-drawer>header p{color:var(--green-700);letter-spacing:.08em;margin:0 0 5px;font-size:10px;font-weight:700}.detail-drawer>header h2{margin:0;font-size:19px}.detail-drawer>header span{color:var(--quiet);margin-top:5px;font-size:10px;display:block}.detail-drawer>header>button,.modal-close{border:1px solid var(--line);background:var(--paper);width:36px;height:36px;color:var(--muted);border-radius:8px;flex:none;place-items:center;padding:0;display:grid}.detail-drawer__body{padding:16px 18px 26px;overflow:auto}.detail-drawer>footer{border-top:1px solid var(--line);background:var(--paper);justify-content:flex-end;align-items:center;gap:8px;min-height:66px;padding:12px 18px;display:flex}.drawer-product-hero,.order-state-card,.account-identity-card,.reward-calculation,.drawer-section{border:1px solid var(--line);background:var(--paper);border-radius:10px;margin-bottom:14px}.drawer-product-hero{grid-template-columns:108px minmax(0,1fr);gap:14px;min-height:116px;padding:10px;display:grid}.drawer-product-hero img{object-fit:cover;border-radius:8px;width:108px;height:94px}.drawer-product-hero div{align-self:center}.drawer-product-hero h3{margin:9px 0 0;font-size:15px}.drawer-product-hero p{color:var(--quiet);margin:6px 0 0;font-size:10px}.drawer-inventory-hero{background:linear-gradient(90deg,#e6efe5cc,#fffdf8f0);border-color:#1b522a2e}.drawer-section{padding:15px}.drawer-section>h3{margin:0 0 13px;font-size:13px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.form-grid label,.confirm-modal label{color:var(--muted);gap:6px;font-size:10.5px;display:grid}.form-grid input,.form-grid select,.form-grid textarea,.confirm-modal textarea{border:1px solid var(--line);background:#fff;border-radius:7px;outline:0;width:100%;min-height:38px;padding:8px 10px}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.confirm-modal textarea:focus{border-color:var(--green-700);box-shadow:0 0 0 3px #1b522a17}.form-grid textarea{resize:vertical;line-height:1.55}.form-grid__wide{grid-column:1/-1}.variant-price-table{min-width:720px}.variant-price-table th,.variant-price-table td{padding-inline:9px}.variant-price-table input,.variant-price-table select{border:1px solid var(--line);background:#fff;border-radius:7px;outline:0;min-height:34px;font-size:10.5px}.variant-price-table input{text-align:right;width:82px;padding:6px 8px}.variant-price-table select{min-width:86px;padding:6px 8px}.variant-price-table input:focus,.variant-price-table select:focus{border-color:var(--green-700);box-shadow:0 0 0 3px #1b522a17}.default-variant-tag{background:var(--gold-100);color:var(--gold-700);vertical-align:1px;border-radius:999px;margin-left:6px;padding:2px 5px;font-size:8px;font-style:normal;display:inline-flex}.form-error,.form-hint,.privacy-note{color:var(--quiet);align-items:flex-start;gap:7px;margin:12px 0 0;font-size:10.5px;line-height:1.5;display:flex}.form-error{color:var(--danger)}.form-error svg,.form-hint svg,.privacy-note svg{flex:none;width:14px;height:14px;margin-top:1px}.check-list{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.check-list p{color:var(--muted);align-items:center;gap:6px;margin:0;font-size:10.5px;display:flex}.check-list svg{width:14px;height:14px;color:var(--green-700)}.order-state-card{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px;padding:14px;display:grid}.order-state-card>span{background:var(--green-100);width:46px;height:46px;color:var(--green-700);border-radius:11px;place-items:center;display:grid}.order-state-card h3{margin:7px 0 0;font-size:14px}.order-state-card p{color:var(--quiet);margin:5px 0 0;font-size:10px}.detail-list{margin:0}.detail-list>div{border-bottom:1px solid var(--line-soft);grid-template-columns:110px minmax(0,1fr);align-items:center;gap:10px;min-height:35px;display:grid}.detail-list>div:last-child{border-bottom:0}.detail-list dt{color:var(--quiet);font-size:10.5px}.detail-list dd{text-align:right;margin:0;font-size:11px;font-weight:600}.detail-list .total{min-height:44px;color:var(--green-800)}.detail-list .total dd{font-size:16px}.drawer-product-line{background:#f8f6f0;border-radius:8px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;margin-bottom:10px;padding:10px;display:grid}.drawer-product-line>svg{color:var(--green-700)}.drawer-product-line strong,.drawer-product-line small{display:block}.drawer-product-line small{color:var(--quiet);margin-top:4px;font-size:9.5px}.drawer-linked-action{background:var(--green-50);width:100%;min-height:52px;color:var(--green-800);text-align:left;border:1px solid #1b522a24;border-radius:8px;grid-template-columns:28px minmax(0,1fr) 16px;align-items:center;gap:9px;margin-top:10px;padding:9px 10px;display:grid}.drawer-linked-action>svg{width:18px;height:18px}.drawer-linked-action>svg:last-child{width:14px;height:14px;color:var(--quiet)}.drawer-linked-action strong,.drawer-linked-action small{display:block}.drawer-linked-action small{color:var(--quiet);margin-top:3px;font-size:9.5px}.inventory-movement-mini{gap:8px;display:grid}.inventory-movement-mini>div{border:1px solid var(--line-soft);background:#faf8f3;border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:10px;display:grid}.inventory-movement-mini span,.inventory-movement-mini span small{display:block}.inventory-movement-mini span{font-size:11px;font-weight:650}.inventory-movement-mini span small,.inventory-movement-mini em,.inventory-movement-mini p{color:var(--quiet);font-size:9.5px;font-style:normal;font-weight:400}.inventory-movement-mini span small{margin-top:3px}.inventory-movement-mini p{border-top:1px dashed var(--line);grid-column:1/-1;margin:0;padding-top:7px}.timeline{gap:0;display:grid}.timeline p{min-height:46px;color:var(--quiet);grid-template-columns:18px 1fr auto;align-items:start;gap:7px;margin:0;font-size:10px;display:grid;position:relative}.timeline p:after{background:var(--line);content:"";width:1px;position:absolute;top:14px;bottom:-3px;left:5px}.timeline p:last-child:after{display:none}.timeline i{z-index:1;background:var(--paper);border:2px solid #bbb5ab;border-radius:50%;width:11px;height:11px;margin-top:2px}.timeline p.done i{border-color:var(--green-700);background:var(--green-700)}.timeline strong{color:var(--text);font-size:10.5px}.account-identity-card{grid-template-columns:56px 1fr;align-items:center;gap:12px;padding:14px;display:grid}.account-identity-card>span{background:var(--green-100);width:54px;height:54px;color:var(--green-700);border-radius:50%;place-items:center;font-size:18px;font-weight:750;display:grid}.account-identity-card h3{margin:0;font-size:16px}.account-identity-card p{color:var(--quiet);margin:5px 0 8px;font-size:10px}.account-identity-card div div{gap:6px;display:flex}.drawer-stats{border:1px solid var(--line);background:var(--paper);border-radius:10px;grid-template-columns:repeat(3,1fr);margin-bottom:14px;display:grid;overflow:hidden}.drawer-stats>div{border-right:1px solid var(--line);align-content:center;gap:5px;min-height:76px;padding:12px;display:grid}.drawer-stats>div:last-child{border-right:0}.drawer-stats span{color:var(--quiet);font-size:9.5px}.drawer-stats strong{font-size:16px}.privacy-note{background:var(--green-50);color:var(--green-800);border-radius:8px;margin:0;padding:10px}.reward-calculation{background:linear-gradient(120deg, #fff8e7, var(--paper));align-content:center;min-height:130px;padding:18px;display:grid;position:relative}.reward-calculation>span{color:var(--muted);font-size:10px}.reward-calculation>strong{color:var(--gold-700);margin-top:4px;font-size:28px}.reward-calculation>p{color:var(--quiet);margin:6px 0 0;font-size:10px}.reward-calculation>.status-badge{position:absolute;top:18px;right:18px}.modal-layer{z-index:100;place-items:center;padding:24px;display:grid}.confirm-modal{background:var(--paper);border-radius:12px;width:min(480px,90vw);padding:24px;animation:.18s modal-in;position:relative;box-shadow:0 24px 70px #081f123d}.modal-close{position:absolute;top:14px;right:14px}.confirm-modal__icon{background:var(--green-100);width:44px;height:44px;color:var(--green-700);border-radius:11px;place-items:center;display:grid}.confirm-modal__icon--danger{background:var(--danger-bg);color:var(--danger)}.confirm-modal h2{margin:16px 0 0;font-size:18px}.confirm-modal>p{color:var(--muted);margin:8px 0 16px;font-size:11.5px;line-height:1.6}.confirm-modal textarea{resize:vertical;min-height:78px}.confirm-modal>div:last-child{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.admin-toast{z-index:120;color:#fff;background:#082d19f5;border:1px solid #ffffff26;border-radius:9px;align-items:center;gap:8px;min-height:46px;padding:10px 15px;font-size:11px;animation:.2s toast-in;display:flex;position:fixed;top:64px;right:24px;box-shadow:0 16px 36px #082d193d}.admin-toast svg{color:#f0cf89;width:16px;height:16px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes drawer-in{0%{opacity:.6;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes modal-in{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.member-summary-strip em{color:var(--quiet);font-size:15px;font-style:normal;font-weight:600}.member-summary-strip .warning-value{color:var(--warning)}.membership-plan-banner--compact{grid-template-columns:58px minmax(0,1fr) auto;min-height:112px;padding-block:16px}.member-main-tabs{background:#faf8f3;padding-left:16px}.member-main-tabs button{justify-content:center;min-width:128px;font-size:12px}.member-filter-row{background:var(--paper);padding:12px 16px 0}.member-filter-pills,.plugin-filter-pills{flex-wrap:wrap;gap:6px;display:flex}.member-filter-pills button,.plugin-filter-pills button{border:1px solid var(--line);min-height:32px;color:var(--muted);background:#faf9f5;border-radius:7px;align-items:center;gap:6px;padding:0 10px;font-size:10.5px;display:inline-flex}.member-filter-pills button:hover,.plugin-filter-pills button:hover,.member-filter-pills button.active,.plugin-filter-pills button.active{border-color:var(--green-700);background:var(--green-50);color:var(--green-800)}.member-filter-pills button.active,.plugin-filter-pills button.active{font-weight:700}.member-filter-pills button span,.plugin-filter-pills button span{min-width:18px;color:var(--quiet);text-align:center;background:#ece8df;border-radius:999px;padding:1px 5px;font-size:9px}.member-table{min-width:1540px}.member-profile-cell{grid-template-columns:36px minmax(0,1fr);align-items:center;gap:9px;min-width:205px;display:grid}.member-profile-cell>span{background:linear-gradient(145deg, var(--green-100), #f3ead2);width:34px;height:34px;color:var(--green-800);border-radius:50%;place-items:center;font-weight:750;display:grid}.member-profile-cell strong,.member-profile-cell small{display:block}.member-profile-cell small+small{margin-top:2px}.days-left{color:var(--quiet);margin-top:6px;font-size:9.5px;display:block}.days-left--warning{color:var(--warning);font-weight:700}.lifecycle-label,.change-type,.risk-level{background:var(--green-50);min-height:23px;color:var(--green-700);white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:3px 7px;font-size:9.5px;font-weight:700;display:inline-flex}.lifecycle-label--gold{background:var(--gold-100);color:var(--gold-700)}.lifecycle-label--warning,.change-type--warning{background:var(--warning-bg);color:var(--warning)}.lifecycle-label--neutral{color:var(--quiet);background:#efede8}.change-type--danger{background:var(--danger-bg);color:var(--danger)}.lifecycle-workspace{padding:18px}.lifecycle-workspace>header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.lifecycle-workspace>header strong,.lifecycle-workspace>header span{display:block}.lifecycle-workspace>header strong{font-size:14px}.lifecycle-workspace>header span{color:var(--quiet);margin-top:4px;font-size:10.5px}.lifecycle-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.lifecycle-card{border:1px solid var(--line);background:var(--paper);text-align:left;border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-content:start;gap:5px 12px;min-height:164px;padding:15px;transition:transform .15s,border-color .15s;display:grid}.lifecycle-card:hover{border-color:#c6beb0;transform:translateY(-1px)}.lifecycle-card>span{color:var(--muted);align-self:center;font-weight:700}.lifecycle-card>strong{color:var(--green-800);font-variant-numeric:tabular-nums;font-size:25px}.lifecycle-card>p{min-height:42px;color:var(--quiet);grid-column:1/-1;margin:8px 0 0;font-size:10.5px;line-height:1.55}.lifecycle-card>em{color:var(--green-700);grid-column:1/-1;align-items:center;gap:4px;margin-top:8px;font-size:10px;font-style:normal;font-weight:700;display:inline-flex}.lifecycle-card>em svg{width:13px;height:13px}.lifecycle-card--gold{background:linear-gradient(145deg, #fffaf0, var(--paper));border-color:#dfd0aa}.lifecycle-card--amber{background:#fffaf0;border-color:#ead9b0}.lifecycle-card--blue{background:#f6fafc;border-color:#cadde9}.lifecycle-card--gray{background:#f7f5f0}.segment-note{background:var(--green-50);color:var(--green-800);border:1px solid #d6e2d4;border-radius:9px;align-items:flex-start;gap:10px;margin-top:14px;padding:13px 14px;display:flex}.segment-note>svg{flex:none}.segment-note strong,.segment-note p{margin:0;display:block}.segment-note p{margin-top:4px;font-size:10.5px;line-height:1.5}.plugin-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.plugin-stat-grid>div{border:1px solid var(--line);background:var(--paper);border-radius:10px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px;min-height:94px;padding:14px;display:grid}.plugin-stat-grid>div>span{background:var(--green-100);width:40px;height:40px;color:var(--green-700);border-radius:10px;place-items:center;display:grid}.plugin-stat-grid p,.plugin-stat-grid strong,.plugin-stat-grid small{margin:0;display:block}.plugin-stat-grid p{color:var(--muted);font-size:10.5px}.plugin-stat-grid strong{color:var(--text);margin-top:2px;font-size:23px}.plugin-stat-grid small{color:var(--quiet);margin-top:2px;font-size:9.5px}.plugin-toolbar{border-bottom:1px solid var(--line-soft);background:#faf8f3;align-items:center;gap:12px;padding:12px 16px;display:flex}.plugin-toolbar .toolbar-search{width:260px;margin-left:0}.plugin-card{background:radial-gradient(circle at 95% 0%, #f4d28a26, transparent 28%), var(--paper);border:1px solid #d8cfbc;border-radius:12px;grid-template-columns:58px minmax(0,1fr) 290px;gap:16px;margin:16px;padding:18px;display:grid;box-shadow:0 6px 18px #262d230d}.plugin-card[hidden]{display:none}.plugin-catalog-list{gap:0;display:grid}.plugin-catalog-list .plugin-card{margin-bottom:0}.plugin-catalog-list .plugin-card+.plugin-card{border-top-color:#e5dfd4;margin-top:0}.plugin-card--catalog:nth-child(2n){background:radial-gradient(circle at 95% 0%, #d6e5d438, transparent 28%), var(--paper)}.plugin-card__icon,.plugin-workspace-header__icon{background:linear-gradient(145deg, var(--green-900), var(--green-700));color:#f5d891;border:1px solid #d4c49d;border-radius:13px;place-items:center;width:56px;height:56px;display:grid}.plugin-card__icon svg,.plugin-workspace-header__icon svg{width:25px;height:25px}.plugin-card__title{align-items:center;gap:8px;display:flex}.plugin-card__title h3{margin:0;font-size:16px}.verified-mark{color:var(--info);align-items:center;gap:3px;font-size:9.5px;font-weight:650;display:inline-flex}.verified-mark svg{width:13px;height:13px}.plugin-card__main>p{color:var(--muted);margin:7px 0 0;font-size:11px;line-height:1.55}.plugin-tags{flex-wrap:wrap;gap:5px;margin-top:11px;display:flex}.plugin-tags span{background:var(--green-50);color:var(--green-700);border-radius:5px;padding:3px 7px;font-size:9px}.plugin-card__main dl{border-top:1px solid var(--line-soft);flex-wrap:wrap;gap:12px 24px;margin:14px 0 0;padding-top:12px;display:flex}.plugin-card__main dl div{gap:3px;display:grid}.plugin-card__main dt{color:var(--quiet);font-size:9px}.plugin-card__main dd{margin:0;font-size:10.5px;font-weight:700}.plugin-card__side{border:1px solid var(--line-soft);background:#faf8f3;border-radius:9px;flex-direction:column;justify-content:space-between;gap:16px;padding:13px;display:flex}.plugin-card__side>p{color:var(--green-700);grid-template-columns:20px minmax(0,1fr);gap:7px;margin:0;display:grid}.plugin-card__side strong,.plugin-card__side small{display:block}.plugin-card__side strong{color:var(--text);font-size:10.5px}.plugin-card__side small{color:var(--quiet);margin-top:4px;font-size:9.5px;line-height:1.45}.plugin-card__side>div{justify-content:flex-end;gap:7px;display:flex}.plugin-empty{min-height:88px;color:var(--quiet);text-align:left;background:#faf9f5;border:1px dashed #d2ccc1;border-radius:10px;justify-content:center;align-items:center;gap:10px;margin:0 16px 16px;display:flex}.plugin-empty>svg{opacity:.7;width:25px;height:25px}.plugin-empty strong,.plugin-empty p{margin:0;display:block}.plugin-empty strong{color:var(--muted);font-size:11px}.plugin-empty p{margin-top:4px;font-size:9.5px}.plugin-boundary-note,.plugin-runtime-boundary{color:var(--warning);background:#fffaf0;border:1px solid #ead7ae;border-radius:10px;align-items:flex-start;gap:11px;margin:0 16px 16px;padding:14px 15px;display:flex}.plugin-boundary-note>svg,.plugin-runtime-boundary>svg{flex:none;width:19px;height:19px}.plugin-boundary-note strong,.plugin-boundary-note p,.plugin-runtime-boundary strong,.plugin-runtime-boundary p,.plugin-runtime-boundary span{margin:0;display:block}.plugin-boundary-note strong,.plugin-runtime-boundary strong{color:var(--text);font-size:11px}.plugin-boundary-note p,.plugin-runtime-boundary p{color:var(--muted);margin-top:4px;font-size:9.5px;line-height:1.55}.plugin-boundary-note div>div{flex-wrap:wrap;gap:5px;margin-top:9px;display:flex}.plugin-boundary-note div>div span{color:var(--warning);background:#ffffff94;border:1px solid #e9d6ab;border-radius:999px;padding:3px 7px;font-size:8.5px;font-weight:650}.plugin-runtime-boundary{background:var(--green-50);color:var(--green-700);border-color:#d5e1d3;margin:0 0 16px}.plugin-runtime-boundary span{color:var(--green-700);margin-top:6px;font-size:9px;font-weight:650}.plugin-disabled{background:var(--paper);text-align:center;border:1px dashed #cbc4b7;border-radius:12px;align-content:center;justify-items:center;min-height:360px;padding:48px;display:grid}.plugin-disabled>svg{width:42px;height:42px;color:var(--quiet)}.plugin-disabled h2{margin:17px 0 0;font-size:18px}.plugin-disabled p{max-width:560px;color:var(--muted);margin:8px 0 18px;line-height:1.65}.plugin-workspace-header{background:radial-gradient(circle at 88% 0%, #f4d28a24, transparent 30%), var(--paper);border:1px solid #d6ccb6;border-radius:11px 11px 0 0;grid-template-columns:58px minmax(0,1fr) auto auto;align-items:center;gap:14px;min-height:112px;padding:17px 18px;display:grid}.plugin-workspace-header>div:nth-child(2)>span{color:var(--gold-700);font-size:9.5px;font-weight:700}.plugin-workspace-header h2{margin:4px 0 0;font-size:19px}.plugin-workspace-header p{color:var(--quiet);margin:5px 0 0;font-size:10px}.plugin-workspace-header__status{justify-items:start;gap:6px;display:grid}.plugin-workspace-header__status>span:last-child{color:var(--quiet);font-size:9px}.plugin-workspace-header__actions{gap:7px;display:flex}.payment-channel-header{background:radial-gradient(circle at 88% 0%, #f4d28a24, transparent 30%), var(--paper);border:1px solid #d6ccb6;border-radius:11px 11px 0 0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:17px 18px;display:grid}.payment-channel-header>div:first-child>span{color:var(--gold-700);font-size:9.5px;font-weight:700}.payment-channel-header h2{margin:4px 0 0;font-size:19px}.payment-channel-header p{max-width:720px;color:var(--quiet);margin:5px 0 0;font-size:10px}.payment-channel-header__actions{align-items:center;gap:7px;display:flex}.payment-channel-switch{border:1px dashed var(--line);background:var(--paper-soft,#fbfaf7);border-radius:9px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;margin:12px 0;padding:12px 14px;display:grid}.payment-channel-switch>div:first-child strong{font-size:12px}.payment-channel-switch>div:first-child p{max-width:720px;color:var(--quiet);margin:4px 0 0;font-size:10px}.payment-channel-switch>div:last-child{align-items:center;gap:7px;display:flex}.payment-channel-switch input{min-width:260px}.payment-channel-switch>p.form-hint,.payment-channel-switch>p[role=alert]{grid-column:1/-1}.plugin-workspace-tabs{border:1px solid var(--line);background:var(--paper);border-top:0;border-radius:0 0 10px 10px;gap:2px;min-height:50px;margin-bottom:16px;padding:0 14px;display:flex}.plugin-workspace-tabs button{min-width:96px;color:var(--muted);background:0 0;border:0;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:11px;display:inline-flex;position:relative}.plugin-workspace-tabs button:after{content:"";background:0 0;height:2px;position:absolute;bottom:-1px;left:10px;right:10px}.plugin-workspace-tabs button.active{color:var(--green-800);font-weight:700}.plugin-workspace-tabs button.active:after{background:var(--green-700)}.plugin-workspace-tabs button span{background:var(--warning-bg);min-width:17px;color:var(--warning);border-radius:999px;padding:1px 5px;font-size:9px}.plugin-overview-grid{grid-template-columns:minmax(380px,.8fr) minmax(0,1.35fr);gap:16px;display:grid}.plugin-health-card,.publish-flow-card{border:1px solid var(--line);background:var(--paper);border-radius:10px;overflow:hidden}.plugin-health-card>header,.publish-flow-card>header{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:12px;min-height:66px;padding:12px 15px;display:flex}.plugin-health-card>header>div{align-items:center;gap:9px;display:flex}.plugin-health-card>header>div>span{background:var(--green-100);width:36px;height:36px;color:var(--green-700);border-radius:9px;place-items:center;display:grid}.plugin-health-card strong,.plugin-health-card small{display:block}.plugin-health-card small{color:var(--quiet);margin-top:3px;font-size:9px}.plugin-health-card>div{grid-template-columns:repeat(3,1fr);display:grid}.plugin-health-card>div>p{border-right:1px solid var(--line-soft);align-content:center;gap:4px;min-height:112px;margin:0;padding:12px 15px;display:grid}.plugin-health-card>div>p:last-child{border-right:0}.plugin-health-card>div span,.plugin-health-card>div small{color:var(--quiet);font-size:9.5px}.plugin-health-card>div strong{font-size:22px}.publish-flow-card h3,.publish-flow-card p{margin:0}.publish-flow-card h3{font-size:13px}.publish-flow-card p{color:var(--quiet);margin-top:4px;font-size:9.5px}.publish-flow{grid-template-columns:repeat(7,minmax(0,1fr));align-items:start;gap:0;padding:25px 14px 20px;display:grid}.publish-flow>div{text-align:center;justify-items:center;gap:8px;display:grid;position:relative}.publish-flow>div:after{z-index:0;content:"";background:#d9d3c8;width:calc(100% - 32px);height:1px;position:absolute;top:14px;left:calc(50% + 16px)}.publish-flow>div:last-child:after{display:none}.publish-flow span{z-index:1;background:var(--green-50);width:28px;height:28px;color:var(--green-700);border:1px solid #c9d7c7;border-radius:50%;place-items:center;font-size:10px;font-weight:750;display:grid}.publish-flow strong{max-width:78px;font-size:9px;line-height:1.4}.draft-detail-panel{background:var(--paper);border:1px solid #cfd9ce;border-radius:11px;margin-bottom:16px;overflow:hidden;box-shadow:0 10px 32px #13341f12}.draft-detail-panel>header{border-bottom:1px solid var(--line-soft);background:linear-gradient(90deg, #f7fbf5, var(--paper) 62%);justify-content:space-between;align-items:center;gap:18px;min-height:86px;padding:15px 17px;display:flex}.draft-detail-panel>header span,.draft-detail-panel>header h2,.draft-detail-panel>header p{margin:0}.draft-detail-panel>header>div:first-child>span{color:var(--green-700);letter-spacing:.08em;font-size:9px;font-weight:750}.draft-detail-panel>header h2{color:var(--ink);margin-top:5px;font-size:16px}.draft-detail-panel>header p{color:var(--quiet);margin-top:4px;font-size:9.5px}.draft-detail-panel>header>div:last-child{align-items:center;gap:9px;display:flex}.draft-detail-panel>header>div:last-child>button{border:1px solid var(--line);background:var(--paper);width:34px;height:34px;color:var(--muted);cursor:pointer;border-radius:8px;place-items:center;display:grid}.draft-detail-panel>header>div:last-child>button:hover{border-color:var(--green-300);color:var(--green-800)}.draft-detail-panel>header>div:last-child>button svg{width:15px;height:15px}.draft-progress{border-bottom:1px solid var(--line-soft);background:#fcfbf8;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;padding:16px 24px 15px;display:grid}.draft-progress>div{color:var(--quiet);text-align:center;justify-items:center;gap:6px;display:grid;position:relative}.draft-progress>div:after{content:"";background:#ddd8cf;width:calc(100% - 28px);height:1px;position:absolute;top:12px;left:calc(50% + 14px)}.draft-progress>div:last-child:after{display:none}.draft-progress span{z-index:1;background:var(--paper);border:1px solid #d8d3ca;border-radius:50%;place-items:center;width:25px;height:25px;font-size:9px;font-weight:750;display:grid}.draft-progress span svg{width:12px;height:12px}.draft-progress strong{font-size:9px;font-weight:650}.draft-progress>div.done,.draft-progress>div.active{color:var(--green-800)}.draft-progress>div.done:after{background:#aac2aa}.draft-progress>div.done span{border-color:var(--green-700);background:var(--green-700);color:#fff}.draft-progress>div.active span{border-color:var(--green-700);box-shadow:0 0 0 3px var(--green-100);color:var(--green-800)}.draft-detail-grid{grid-template-columns:minmax(0,1.45fr) minmax(260px,.58fr);gap:14px;padding:15px 17px;display:grid}.draft-detail-grid>section,.validation-card,.approval-card{border:1px solid var(--line-soft);background:var(--paper);border-radius:9px;overflow:hidden}.draft-detail-grid>section>header{border-bottom:1px solid var(--line-soft);background:#faf9f5;justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:10px 13px;display:flex}.draft-detail-grid h3,.draft-detail-grid p{margin:0}.draft-detail-grid h3{font-size:11px}.draft-detail-grid>section>header span{color:var(--quiet);font-size:9px}.diff-list>div{border-bottom:1px solid var(--line-soft);grid-template-columns:minmax(118px,.65fr) minmax(128px,1fr) 17px minmax(150px,1.15fr);align-items:center;gap:8px;min-height:68px;padding:10px 13px;display:grid}.diff-list>div:last-child{border-bottom:0}.diff-list p strong,.diff-list p small{display:block}.diff-list p strong{font-size:10px}.diff-list p small{color:var(--quiet);margin-top:3px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px}.diff-list>div>svg{width:13px;height:13px;color:var(--quiet)}.diff-old,.diff-new{border-radius:6px;min-height:32px;padding:7px 8px;font-size:9px;line-height:1.45}.diff-old{color:var(--muted);background:#f5f3ef;text-decoration:line-through}.diff-new{background:var(--green-50);color:var(--green-800);font-weight:650}.draft-detail-grid>aside{align-content:start;gap:10px;display:grid}.validation-card,.approval-card{padding:12px}.validation-card h3,.approval-card h3{margin-bottom:9px}.validation-card p{color:var(--muted);align-items:center;gap:6px;margin-top:7px;font-size:9px;display:flex}.validation-card p svg{background:var(--green-100);width:13px;height:13px;color:var(--green-700);border-radius:50%;padding:2px}.approval-card p{justify-content:space-between;gap:10px;margin-top:8px;font-size:9px;display:flex}.approval-card p span{color:var(--quiet)}.approval-card p strong{color:var(--ink);text-align:right}.draft-detail-panel>footer{border-top:1px solid var(--line-soft);background:#faf9f5;align-items:center;gap:8px;padding:11px 17px;display:flex}.draft-detail-panel>footer>span{flex:1}.config-card__meta{border-bottom:1px solid var(--line-soft);color:var(--quiet);background:#faf8f3;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:9px 16px;font-size:9px;display:flex}.risk-level{min-height:20px;padding:2px 6px;font-size:8.5px}.risk-level svg{width:11px;height:11px}.risk-level--高{background:var(--danger-bg);color:var(--danger)}.risk-level--中{background:var(--warning-bg);color:var(--warning)}.permission-grid{gap:0;padding:0 16px;display:grid}.permission-grid>section{border-bottom:1px solid var(--line-soft);grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:68px;display:grid}.permission-grid>section:last-child{border-bottom:0}.permission-grid>section>span:first-child{background:var(--green-50);width:34px;height:34px;color:var(--green-700);border-radius:8px;place-items:center;display:grid}.permission-grid h3,.permission-grid p{margin:0}.permission-grid h3{font-size:11.5px}.permission-grid p{color:var(--quiet);margin-top:4px;font-size:9.5px}.permission-note{color:var(--warning);background:#fff9ea;border:1px solid #ead7b0;border-radius:8px;align-items:center;gap:10px;margin:0 16px 16px;padding:12px;display:flex}.permission-note strong,.permission-note span{display:block}.permission-note span{color:var(--muted);font-family:var(--font-geist-mono), monospace;margin-top:4px;font-size:9.5px}.member-profile-hero,.plugin-drawer-hero{background:linear-gradient(135deg, #fff9e9, var(--paper));border:1px solid #d8ccb0;border-radius:10px;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:13px;min-height:112px;margin-bottom:14px;padding:15px;display:grid}.member-profile-hero__avatar{background:linear-gradient(145deg, var(--green-900), var(--green-700));color:#f3d890;border:1px solid #d7c493;border-radius:50%;place-items:center;width:56px;height:56px;font-size:20px;font-weight:750;display:grid}.member-profile-hero>div>div{align-items:center;gap:8px;display:flex}.member-profile-hero h3,.member-profile-hero p{margin:0}.member-profile-hero h3{font-size:17px}.member-profile-hero p{color:var(--quiet);margin:5px 0 8px;font-size:10px}.member-profile-hero>div>.status-badge{margin-left:5px}.drawer-stats--four{grid-template-columns:repeat(4,1fr)}.drawer-section__heading{justify-content:space-between;align-items:center;gap:10px;margin-bottom:13px;display:flex}.drawer-section__heading h3{margin:0;font-size:13px}.drawer-section__heading>span{color:var(--quiet);font-size:9.5px}.inventory-freeze-list{gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}.inventory-freeze-list li{border:1px solid var(--line-soft);background:var(--surface-muted);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:9px 11px;display:flex}.inventory-freeze-list li>span{gap:3px;min-width:0;display:grid}.inventory-freeze-list strong{font-size:12px}.inventory-freeze-list small{color:var(--quiet);font-size:11px;line-height:1.5}.member-event-timeline{display:grid}.member-event-timeline>div{grid-template-columns:28px minmax(0,1fr);gap:8px;min-height:55px;display:grid;position:relative}.member-event-timeline>div:after{background:var(--line);content:"";width:1px;position:absolute;top:28px;bottom:-2px;left:13px}.member-event-timeline>div:last-child:after{display:none}.member-event-timeline i{z-index:1;background:var(--paper);width:28px;height:28px;color:var(--quiet);border:1px solid #cec8bd;border-radius:50%;place-items:center;display:grid}.member-event-timeline .done i{background:var(--green-50);color:var(--green-700);border-color:#bdd2bc}.member-event-timeline .danger i{background:var(--danger-bg);color:var(--danger);border-color:#e2b8b4}.member-event-timeline .pending i{background:var(--warning-bg);color:var(--warning);border-color:#e6cf9d}.member-event-timeline i svg{width:13px;height:13px}.member-event-timeline p,.member-event-timeline strong,.member-event-timeline span{margin:0;display:block}.member-event-timeline strong{font-size:10.5px}.member-event-timeline span{color:var(--quiet);margin-top:4px;font-size:9.5px;line-height:1.4}.member-event-timeline p small{color:var(--muted);margin-top:4px;font-size:9px;line-height:1.45;display:block}.reason-cell{min-width:180px;max-width:280px;color:var(--muted);white-space:normal;line-height:1.45}.confirm-reason-hint{color:var(--quiet);font-size:9.5px;line-height:1.4;display:block}.confirm-reason-hint--error{color:var(--danger)}.member-risk-note{color:var(--warning);background:#fff9ea;border:1px solid #ead8b5;margin-bottom:14px}.plugin-drawer-hero>span{background:linear-gradient(145deg, var(--green-900), var(--green-700));color:#f2d58e;border-radius:13px;place-items:center;width:56px;height:56px;display:grid}.plugin-drawer-hero>span svg{width:24px;height:24px}.plugin-drawer-hero>div>div{align-items:center;gap:7px;display:flex}.plugin-drawer-hero em{color:var(--info);align-items:center;gap:3px;font-size:9px;font-style:normal;font-weight:700;display:inline-flex}.plugin-drawer-hero em svg{width:12px;height:12px}.plugin-drawer-hero h3,.plugin-drawer-hero p{margin:0}.plugin-drawer-hero h3{margin-top:7px;font-size:16px}.plugin-drawer-hero p{color:var(--quiet);margin-top:5px;font-size:9.5px;line-height:1.45}.plugin-capability-list{grid-template-columns:repeat(2,1fr);gap:7px;margin-bottom:12px;display:grid}.plugin-capability-list p{color:var(--muted);align-items:center;gap:5px;margin:0;font-size:9.5px;display:flex}.plugin-capability-list svg{width:13px;height:13px;color:var(--green-700)}.plugin-module-list{border:1px solid var(--line-soft);border-radius:8px;overflow:hidden}.plugin-module-list>div{border-bottom:1px solid var(--line-soft);grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:50px;padding:7px 10px;display:grid}.plugin-module-list>div:last-child{border-bottom:0}.plugin-module-list>div>span:first-child{background:var(--green-50);width:28px;height:28px;color:var(--green-700);border-radius:7px;place-items:center;display:grid}.plugin-module-list svg{width:14px;height:14px}.plugin-module-list strong,.plugin-module-list small{display:block}.plugin-module-list strong{font-size:10px}.plugin-module-list small{color:var(--quiet);margin-top:2px;font-size:8.5px}.workflow-overview{gap:16px;display:grid}.workflow-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.workflow-summary-card{border:1px solid var(--line);background:var(--paper);min-height:124px;color:var(--text);text-align:left;border-radius:10px;grid-template-rows:1fr auto;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:8px 10px;padding:14px 15px;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid;position:relative;overflow:hidden}.payment-reconciliation-table{min-width:1380px}.after-sale-evidence-block{border-top:1px solid var(--line);gap:12px;padding-top:14px;display:grid}.after-sale-evidence-grid{flex-wrap:wrap;gap:10px;display:flex}.after-sale-evidence-grid figure{border:1px solid var(--line);background:#fbfcfa;border-radius:8px;width:96px;margin:0;padding:4px}.after-sale-evidence-grid img,.after-sale-evidence-grid figure>svg{object-fit:cover;border-radius:5px;width:86px;height:86px}.after-sale-evidence-grid figure>svg{color:var(--quiet);background:#f4f6f3;padding:24px}.after-sale-evidence-grid figcaption{color:var(--quiet);text-overflow:ellipsis;white-space:nowrap;padding:5px 2px 1px;font-size:10px;overflow:hidden}.agent-task-list{gap:8px;margin-top:12px;display:grid}.agent-task-list article{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.agent-task-list article>span{width:34px;height:34px;color:var(--accent);background:var(--accent-soft);border-radius:7px;place-items:center;display:grid}.agent-task-list article>span svg{width:16px;height:16px}.agent-task-list article div,.agent-task-list article strong,.agent-task-list article small,.agent-task-list article em{display:block}.agent-task-list article small,.agent-task-list article em{color:var(--quiet);margin-top:2px;font-size:10px;font-style:normal}.workflow-summary-card:hover{border-color:#bdcdbb;transform:translateY(-1px)}.workflow-summary-card:before{background:var(--green-700);content:"";width:3px;position:absolute;inset:0 auto 0 0}.workflow-summary-card>span:first-child{background:var(--green-100);width:36px;height:36px;color:var(--green-700);border-radius:9px;place-items:center;display:grid}.workflow-summary-card>span:first-child svg{width:17px;height:17px}.workflow-summary-card p,.workflow-summary-card strong,.workflow-summary-card small,.workflow-summary-card dl,.workflow-summary-card dt,.workflow-summary-card dd{margin:0}.workflow-summary-card p{font-size:11px;font-weight:700}.workflow-summary-card>div>strong{color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-.035em;align-items:baseline;gap:5px;margin-top:4px;font-size:23px;display:flex}.workflow-summary-card>div>strong small{color:#756f66;letter-spacing:0;font-size:8.5px;font-weight:500}.workflow-summary-card dl{grid-template-columns:repeat(2,auto);gap:13px;display:grid}.workflow-summary-card dl>div{justify-items:end;gap:3px;display:grid}.workflow-summary-card dt{color:#756f66;font-size:8.5px}.workflow-summary-card dd{font-variant-numeric:tabular-nums;font-size:12px;font-weight:750}.workflow-summary-card>em{border-top:1px solid var(--line-soft);color:#756f66;text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;padding-top:8px;font-size:8.5px;font-style:normal;line-height:1.35;overflow:hidden}.workflow-summary-card--warning dd,.workflow-summary-card--warning>span:first-child{color:var(--warning)}.workflow-summary-card--warning>span:first-child{background:var(--warning-bg)}.workflow-summary-card--danger dd,.workflow-summary-card--danger>span:first-child{color:var(--danger)}.workflow-summary-card--danger>span:first-child{background:var(--danger-bg)}.workflow-tabs{border-bottom:1px solid var(--line-soft);scrollbar-width:thin;background:#faf8f3;gap:2px;min-height:47px;padding:0 14px;display:flex;overflow-x:auto}.workflow-tabs button{min-width:94px;min-height:47px;color:var(--muted);background:0 0;border:0;flex:none;justify-content:center;align-items:center;gap:6px;padding:0 11px;font-size:10.5px;display:inline-flex;position:relative}.workflow-tabs button:after{content:"";background:0 0;height:2px;position:absolute;bottom:0;left:10px;right:10px}.workflow-tabs button:hover,.workflow-tabs button.active,.workflow-tabs button[aria-selected=true]{color:var(--green-800)}.workflow-tabs button.active,.workflow-tabs button[aria-selected=true]{font-weight:700}.workflow-tabs button.active:after,.workflow-tabs button[aria-selected=true]:after{background:var(--green-700)}.workflow-tabs button span{min-width:18px;color:var(--quiet);text-align:center;background:#ece8df;border-radius:999px;padding:2px 5px;font-size:9px;line-height:1.2}.workflow-state{min-height:24px;color:var(--muted);white-space:nowrap;background:#f3f1ec;border:1px solid #dedad3;border-radius:999px;align-items:center;gap:6px;padding:3px 8px;font-size:9.5px;font-weight:700;display:inline-flex}.workflow-state__dot,.workflow-state>i{background:currentColor;border-radius:50%;flex:none;width:6px;height:6px;margin:0;box-shadow:0 0 0 3px #6f6a621a}.workflow-state--success{color:#286338;background:#eef6ec;border-color:#cfe0ce}.workflow-state--success .workflow-state__dot,.workflow-state--success>i{box-shadow:0 0 0 3px #2863381a}.workflow-state--warning{background:var(--warning-bg);color:var(--warning);border-color:#ead69d}.workflow-state--warning .workflow-state__dot,.workflow-state--warning>i{box-shadow:0 0 0 3px #8b5d121a}.workflow-state--danger{background:var(--danger-bg);color:var(--danger);border-color:#e5c5c1}.workflow-state--danger .workflow-state__dot,.workflow-state--danger>i{box-shadow:0 0 0 3px #a33b351a}.workflow-state--info{background:var(--info-bg);color:var(--info);border-color:#cddde7}.workflow-state--info .workflow-state__dot,.workflow-state--info>i{box-shadow:0 0 0 3px #2f62861a}.workflow-detail-steps{gap:0;padding:3px 0 0;display:grid}.workflow-detail-step{min-height:88px;color:var(--quiet);text-align:left;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:9px;padding:0 0 13px;display:grid;position:relative}.workflow-detail-step:after{z-index:0;content:"";background:#d9d3c8;width:1px;position:absolute;top:29px;bottom:0;left:14px}.workflow-detail-step:last-child:after{display:none}.workflow-detail-step>span,.workflow-detail-step>i{z-index:1;background:var(--paper);width:29px;height:29px;color:var(--quiet);border:1px solid #d4cfc6;border-radius:50%;place-items:center;margin:0;font-size:9px;font-style:normal;font-weight:750;display:grid}.workflow-detail-step>span svg,.workflow-detail-step>i svg{width:13px;height:13px}.workflow-detail-step strong,.workflow-detail-step small{display:block}.workflow-detail-step>div{border-bottom:1px solid var(--line-soft);min-width:0;padding:1px 0 11px}.workflow-detail-step:last-child>div{border-bottom:0}.workflow-detail-step>div>header{justify-content:space-between;align-items:center;gap:10px;display:flex}.workflow-detail-step strong{color:var(--text);font-size:10.5px;line-height:1.35}.workflow-detail-step small{color:#756f66;margin-top:5px;font-size:9px;line-height:1.4}.workflow-detail-step p{color:var(--muted);margin:6px 0 0;font-size:9.5px;line-height:1.5}.workflow-detail-step.done:after{background:#a9c3a9}.workflow-detail-step.done>span,.workflow-detail-step.done>i{border-color:var(--green-700);background:var(--green-700);color:#fff}.workflow-detail-step.done strong,.workflow-detail-step.active strong{color:var(--green-800)}.workflow-detail-step.active>span,.workflow-detail-step.active>i{border-color:var(--green-700);background:var(--paper);box-shadow:0 0 0 3px var(--green-100);color:var(--green-700)}.workflow-detail-step.failed>span,.workflow-detail-step.failed>i{border-color:var(--danger);background:var(--danger-bg);color:var(--danger);box-shadow:0 0 0 3px #a33b3514}.workflow-detail-step.failed strong{color:var(--danger)}.workflow-todo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:14px 16px 16px;display:grid}.workflow-todo-card{border:1px solid var(--line);text-align:left;background:#fcfbf8;border-radius:9px;grid-template-columns:36px minmax(0,1fr);align-content:start;align-items:start;gap:8px 10px;min-height:126px;padding:13px;transition:border-color .15s,background .15s,transform .15s;display:grid}button.workflow-todo-card:hover{background:var(--green-50);border-color:#b9cbb7;transform:translateY(-1px)}.workflow-todo-card>svg,.workflow-todo-card>span:first-child{background:var(--warning-bg);width:34px;height:34px;color:var(--warning);border-radius:9px;grid-row:1/span 2;place-items:center;display:grid}.workflow-todo-card>span:first-child svg{width:16px;height:16px}.workflow-todo-card>.task-icon--red{background:var(--danger-bg);color:var(--danger)}.workflow-todo-card>.task-icon--amber{background:var(--warning-bg);color:var(--warning)}.workflow-todo-card h3,.workflow-todo-card p{margin:0}.workflow-todo-card h3{margin-top:7px;font-size:11.5px}.workflow-todo-card p{color:var(--muted);margin-top:5px;font-size:9.5px;line-height:1.5}.workflow-todo-card>small,.workflow-todo-card>em,.workflow-todo-card>div>em{color:#756f66;align-items:center;gap:3px;margin-top:8px;font-size:9px;font-style:normal;font-weight:700;display:inline-flex}.workflow-todo-card>div>em svg{width:12px;height:12px}.agent-layout{grid-template-columns:294px minmax(0,1fr);align-items:start;gap:16px;display:grid}.agent-catalog,.agent-workspace{border:1px solid var(--line);background:var(--paper);border-radius:11px;overflow:hidden}.agent-catalog{top:calc(var(--topbar-height) + 16px);position:sticky}.agent-catalog>header{border-bottom:1px solid var(--line-soft);background:#faf8f3;justify-content:space-between;align-items:center;gap:10px;min-height:62px;padding:14px;display:flex}.agent-catalog>header>div{align-items:center;gap:8px;display:flex}.agent-catalog>header>div>svg{width:18px;height:18px;color:var(--green-700)}.agent-catalog>header strong,.agent-catalog>header small{margin:0;display:block}.agent-catalog>header strong{font-size:13px}.agent-catalog>header small{color:#756f66;margin-top:4px;font-size:9px;line-height:1.45}.agent-catalog>header>button{border:1px solid var(--line);background:var(--paper);width:30px;height:30px;color:var(--green-700);border-radius:7px;flex:none;place-items:center;padding:0;display:grid}.agent-catalog>header>button svg{width:14px;height:14px}.agent-card{width:calc(100% - 16px);min-height:76px;color:var(--text);text-align:left;background:0 0;border:1px solid #0000;border-radius:9px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;margin:6px 8px;padding:10px;transition:border-color .15s,background .15s;display:grid}.agent-card.disabled{filter:saturate(.55);opacity:.7}.agent-card__icon{background:linear-gradient(145deg, var(--green-900), var(--green-700));color:#f1d38d;border:1px solid #d7c89f;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.agent-card__icon svg{width:17px;height:17px}.agent-card>div>strong,.agent-card>div>p{margin:0;display:block}.agent-card>div>strong{font-size:10.5px}.agent-card>div>p{color:#756f66;margin-top:4px;font-size:9px;line-height:1.45}.agent-card__meta{flex-wrap:wrap;align-items:center;gap:5px;margin-top:7px;display:flex}.agent-card__meta em{color:#756f66;font-size:8.5px;font-style:normal}.agent-card>svg{width:14px;height:14px;color:var(--quiet)}.agent-workspace{min-width:0}.agent-hero{background:radial-gradient(circle at 90% 0%, #e7c67a2b, transparent 34%), linear-gradient(120deg, #f4f8f1, #fffaf0 74%, var(--paper));border-bottom:1px solid #d3c19780;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px;min-height:126px;padding:18px;display:grid}.agent-hero__title{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px;display:grid}.agent-hero__title>span:first-child{background:linear-gradient(145deg, var(--green-900), var(--green-700));color:#f1d38d;border:1px solid #d3bd85;border-radius:12px;place-items:center;width:46px;height:46px;display:grid}.agent-hero__title>span:first-child svg{width:21px;height:21px}.agent-hero h2,.agent-hero p{margin:0}.agent-hero__title small{color:var(--muted);margin-top:5px;font-size:10px;line-height:1.5;display:block}.agent-hero__title p{color:var(--gold-700);letter-spacing:.06em;font-size:8.5px;font-weight:750}.agent-hero h2{font-size:17px}.agent-hero p{color:var(--muted);margin-top:5px;font-size:10px;line-height:1.5}.agent-hero__meta{color:#756f66;flex-wrap:wrap;gap:5px 12px;margin-top:8px;font-size:9px;display:flex}.agent-hero__meta span{align-items:center;gap:4px;display:inline-flex}.agent-hero__meta svg{width:12px;height:12px}.agent-hero__actions{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.agent-stage-track{border-bottom:1px solid var(--line-soft);background:#fcfbf8;grid-template-columns:repeat(5,minmax(88px,1fr));padding:18px 20px 15px;display:grid;overflow-x:auto}.agent-stage{min-width:88px;color:var(--quiet);text-align:center;justify-items:center;gap:6px;display:grid;position:relative}.agent-stage:after{z-index:0;content:"";background:#d9d3c8;width:calc(100% - 30px);height:1px;position:absolute;top:13px;left:calc(50% + 15px)}.agent-stage:last-child:after{display:none}.agent-stage>span:first-child{z-index:1;background:var(--paper);width:27px;height:27px;color:var(--quiet);border:1px solid #d5d0c7;border-radius:50%;place-items:center;font-size:9px;font-weight:750;display:grid}.agent-stage>span:first-child svg{width:12px;height:12px}.agent-stage strong,.agent-stage small{display:block}.agent-stage strong{font-size:9.5px}.agent-stage small{color:#756f66;font-size:9px;line-height:1.35}.agent-stage.done:after{background:#a9c3a9}.agent-stage.done>span:first-child{border-color:var(--green-700);background:var(--green-700);color:#fff}.agent-stage.done strong,.agent-stage.active strong{color:var(--green-800)}.agent-stage.locked{opacity:.6}.agent-opportunity{background:linear-gradient(110deg, #fff8e6, var(--paper));border:1px solid #e2cfa1;border-radius:10px;padding:14px;display:block}.agent-opportunity>header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.agent-opportunity>header>div{align-items:center;gap:10px;min-width:0;display:flex}.agent-opportunity>header>div>svg,.agent-opportunity>span:first-child{background:var(--gold-100);width:38px;height:38px;color:var(--gold-700);border-radius:10px;flex:none;place-items:center;padding:9px;display:grid}.agent-opportunity>span:first-child svg,.agent-opportunity>header>div>svg{width:18px;height:18px}.agent-opportunity h3,.agent-opportunity p{margin:0}.agent-opportunity h3{font-size:12px}.agent-opportunity>header p{color:var(--gold-700);letter-spacing:.04em;font-size:8.5px;font-weight:700}.agent-opportunity p{color:var(--muted);margin-top:4px;font-size:9.5px;line-height:1.5}.agent-opportunity>footer{border-top:1px solid #eadbb7;justify-content:flex-end;margin-top:12px;padding-top:12px;display:flex}.agent-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.agent-plan-card{border:1px solid var(--line-soft);background:#fcfbf8;border-radius:9px;min-width:0;padding:13px}.agent-plan-card>span,.agent-plan-card>strong,.agent-plan-card>small{display:block}.agent-plan-card>span{color:#756f66;font-size:9px}.agent-plan-card>strong{color:var(--green-800);font-variant-numeric:tabular-nums;margin-top:6px;font-size:15px}.agent-plan-card>small{border-top:1px solid var(--line-soft);color:#756f66;margin-top:8px;padding-top:7px;font-size:8.5px;line-height:1.45}.agent-plan-card>header{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:9px;display:flex}.agent-plan-card h3,.agent-plan-card p{margin:0}.agent-plan-card h3{font-size:11px}.agent-plan-card p{color:var(--muted);margin-top:7px;font-size:9.5px;line-height:1.55}.agent-plan-card dl{border-top:1px solid var(--line-soft);gap:7px;margin:10px 0 0;padding-top:9px;display:grid}.agent-plan-card dl div{justify-content:space-between;gap:8px;font-size:9px;display:flex}.agent-plan-card dt{color:var(--quiet)}.agent-plan-card dd{color:var(--text);text-align:right;margin:0;font-weight:700}.agent-budget{border:1px solid var(--line-soft);background:#faf9f5;border-radius:9px;margin-top:10px;padding:13px 14px}.agent-budget>div:first-child{grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:12px;display:grid}.agent-budget>div:first-child small{grid-column:1/-1}.agent-budget span,.agent-budget small{color:var(--quiet);font-size:9.5px}.agent-budget strong{font-variant-numeric:tabular-nums;font-size:11px}.agent-budget__bar{background:#e9e5dc;border-radius:999px;height:7px;margin-top:9px;overflow:hidden}.agent-budget__bar>span,.agent-budget__bar>i{width:var(--progress,42%);border-radius:inherit;background:linear-gradient(90deg, var(--green-700), var(--gold-500));max-width:100%;height:100%;display:block}.agent-safety-boundary{background:var(--green-50);color:var(--green-800);border:1px solid #d2e0d0;border-radius:9px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px 14px;display:grid}.agent-safety-boundary>svg,.agent-safety-boundary>span:first-child{width:20px;height:20px}.agent-safety-boundary h3,.agent-safety-boundary p{margin:0}.agent-safety-boundary h3,.agent-safety-boundary strong{font-size:11px}.agent-safety-boundary p{color:var(--muted);margin-top:4px;font-size:9.5px;line-height:1.5}.agent-safety-boundary>strong,.agent-safety-boundary>em{color:var(--green-700);white-space:nowrap;font-size:9px;font-style:normal}.agent-tool-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.agent-tool{border:1px solid var(--line-soft);background:#fcfbf8;border-radius:8px;grid-template-columns:30px minmax(0,1fr) auto;align-content:center;align-items:center;gap:5px 8px;min-height:86px;padding:11px;display:grid;position:relative}.agent-tool>svg,.agent-tool>span:first-child{background:var(--green-100);width:28px;height:28px;color:var(--green-700);border-radius:7px;grid-row:1/span 2;place-items:center;display:grid}.agent-tool>span:first-child svg{width:14px;height:14px}.agent-tool strong,.agent-tool small,.agent-tool code,.agent-tool p{margin:0;display:block}.agent-tool strong{font-size:10px}.agent-tool code{width:fit-content;margin-top:4px;font-size:8px}.agent-tool p{color:#756f66;margin-top:6px;font-size:9px;line-height:1.45}.agent-tool:after{border-radius:999px;padding:2px 5px;font-size:7.5px;font-weight:750;position:absolute;top:7px;right:7px}.agent-tool--readonly:after,.agent-tool--action:after{content:none;display:none}.agent-tool--blocked{color:var(--quiet);background:#f5f3ef}.agent-tool--blocked>svg,.agent-tool--blocked>span:first-child{color:var(--quiet);background:#e9e6df}.agent-tool--blocked:after{content:none;display:none}.agent-audit-list{gap:0;display:grid}.agent-audit-item{border-bottom:1px solid var(--line-soft);grid-template-columns:22px minmax(0,1fr);gap:9px;min-height:56px;padding:9px 0;display:grid;position:relative}.agent-audit-item:last-child{border-bottom:0}.agent-audit-item>span:first-child,.agent-audit-item>i{z-index:1;background:var(--green-50);width:20px;height:20px;color:var(--green-700);border:1px solid #cbdac9;border-radius:50%;place-items:center;margin-top:1px;font-size:8px;font-style:normal;display:grid}.agent-audit-item>span:first-child svg,.agent-audit-item>i svg{width:10px;height:10px}.agent-audit-item strong,.agent-audit-item small,.agent-audit-item p{margin:0;display:block}.agent-audit-item strong{font-size:10px}.agent-audit-item>div>header{justify-content:space-between;align-items:center;gap:10px;display:flex}.agent-audit-item p,.agent-audit-item small{color:#756f66;margin-top:3px;font-size:9px;line-height:1.4}.agent-audit-item>time,.agent-audit-item>span:last-child{color:#756f66;white-space:nowrap;font-size:9px}body{background:var(--canvas)}button,input,select,textarea{accent-color:var(--accent-700)}:is(button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible){outline-color:#3978ec38}.sidebar{color:#303943;background:#fff;border-right:1px solid #e1e4e8}.sidebar__brand{border-bottom-color:#e8eaed}.sidebar__brand>span{background:#ffffffc2;border:1px solid #3978ec21}.sidebar__brand strong{color:#17212c;font-family:var(--font-geist-sans), "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;font-weight:720}.sidebar__brand small,.sidebar nav h2,.sidebar__footer>div{color:#7c8e99}.sidebar nav button,.sidebar__footer>button{color:#526570}.sidebar nav button:hover,.sidebar__footer>button:hover{background:var(--surface-hover);color:var(--text)}.sidebar nav button.active{background:var(--accent-50);box-shadow:inset 3px 0 var(--accent-700);color:var(--accent-700)}.sidebar nav button em{background:var(--accent-700);box-shadow:0 0 0 2px #ffffff8a}.sidebar__footer{border-top-color:#e8eaed}.sidebar__footer>div svg{color:var(--accent-700)}.admin-main{background:var(--canvas)}.topbar{border-bottom-color:var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f8faf5;padding-inline:28px}.topbar__menu,.icon-button,.detail-drawer>header>button,.modal-close{border-color:var(--line);color:#687785;background:#fff}.topbar__menu:hover,.icon-button:hover,.detail-drawer>header>button:hover,.modal-close:hover{background:var(--surface-hover);color:var(--text);border-color:#c8c9cc}.global-search,.toolbar-search{border-color:var(--line);background:var(--surface-muted)}.global-search:focus-within,.toolbar-search:focus-within,.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.confirm-modal textarea:focus,.variant-price-table input:focus,.variant-price-table select:focus{border-color:var(--accent-500);background:#fff;box-shadow:0 0 0 3px #3978ec1a}.global-search input::placeholder{color:#9ba7b3}.global-search kbd,.global-results,.operator>span{border-color:var(--line);background:#fff}.global-results{box-shadow:0 16px 36px #1c2d411f}.global-results>button:hover,.task-list button:hover,tbody tr:hover{background:var(--surface-hover)}.global-results>button>svg:first-child,.table-empty>svg,.config-card__rows svg,.drawer-product-line>svg{color:var(--accent-700)}.global-results>p{background:#f6f8fa}.operator>span{color:var(--muted);background:var(--surface-muted);box-shadow:inset 0 0 0 1px var(--line-soft)}.content{padding:28px 28px 48px}.operating-system-map,.panel,.metric-card,.summary-strip,.config-card,.lifecycle-card,.plugin-stat-grid>div,.plugin-card,.plugin-health-card,.publish-flow-card,.draft-detail-panel,.agent-catalog,.agent-workspace,.workflow-summary-card,.workflow-todo-card,.drawer-product-hero,.order-state-card,.account-identity-card,.reward-calculation,.drawer-section,.drawer-stats,.confirm-modal{border-color:var(--line);box-shadow:none;background-color:#fff;border-radius:8px}.metric-card:hover,.lifecycle-card:hover,.workflow-summary-card:hover,button.workflow-todo-card:hover{border-color:#c8c9cc}.panel__header,.config-card>header,.plugin-health-card>header,.publish-flow-card>header{min-height:66px}.page-header h1{color:#15202b;font-size:24px;font-weight:700}.page-header>div:first-child>span,.page-header p,.panel__header p{color:var(--quiet)}.button{border-radius:6px;min-height:38px;padding-inline:14px}.button--primary{background:var(--accent-700);box-shadow:0 1px 2px #1f57b224}.button--primary:hover{background:var(--accent-800)}.button--secondary{border-color:var(--line);color:#526170;background:#fff}.button--light{color:var(--accent-700);background:#fff;border-color:#ceddf4}.metric-card{min-height:128px;padding:16px}.metric-card__icon,.task-icon,.config-card>header>span:first-child,.plugin-stat-grid>div>span,.order-state-card>span,.account-identity-card>span,.confirm-modal__icon{color:var(--muted);background:#f2f3f5}.metric-card__icon--red,.task-icon--red,.confirm-modal__icon--danger{background:var(--danger-bg);color:var(--danger)}.task-icon--amber{background:var(--warning-bg);color:var(--warning)}.task-icon--blue{background:var(--accent-100);color:var(--accent-700)}.metric-card__change--up,.amount-positive{color:#2f7d4c}.mini-bars i,.bar-chart__column i,.legend-dot--green{background:#5c8ff0}.operating-system-map>header{border-bottom:1px solid var(--line-soft);color:#1d2b38;background:#f8f9fb;min-height:68px}.operating-system-map>header>div>span{color:var(--accent-700);background:#fff;border-color:#cbdcf4}.operating-system-map>header small{color:#758593}.operating-system-map>header>em{color:var(--accent-700)}.operating-system-map__layers>button:hover{background:var(--surface-hover)}.operating-system-map__layers>button>span,.operating-system-map__layers>button:nth-child(3)>span,.operating-system-map__layers>button:nth-child(4)>span{color:var(--muted);background:#f2f3f5}.operating-system-map__layers small{color:var(--quiet)}.operating-system-map__layers em{color:#778591}.table-toolbar,.status-tabs,.workflow-tabs,.plugin-workspace-tabs,.plugin-toolbar,.inventory-filter-row,.member-filter-row{background:#fff}.status-tabs button.active,.workflow-tabs button.active,.workflow-tabs button[aria-selected=true],.plugin-workspace-tabs button.active{color:var(--accent-700)}.workflow-tabs button:hover:not(.active):not([aria-selected=true]){background:var(--surface-hover);color:var(--text)}.status-tabs button.active:after,.workflow-tabs button.active:after,.workflow-tabs button[aria-selected=true]:after,.plugin-workspace-tabs button.active:after{background:var(--accent-700)}.status-tabs button span,.workflow-tabs button span,.member-filter-pills button span,.plugin-filter-pills button span{background:#edf1f5}.member-filter-pills button,.plugin-filter-pills button{background:#fff}:is(.member-filter-pills button:hover,.plugin-filter-pills button:hover,.member-filter-pills button:focus-visible,.plugin-filter-pills button:focus-visible){background:var(--surface-hover);color:var(--text);border-color:#c8c9cc}.member-filter-pills button.active,.plugin-filter-pills button.active{background:var(--accent-50);color:var(--accent-700);border-color:#a8c4ef}th{color:#6f7c89;background:#f6f8fa}.workflow-instance-table tbody tr:focus-within{background:var(--accent-50)}.table-action>button:hover{background:var(--surface-hover);color:var(--accent-700)}.table-footer button.active{border-color:var(--accent-700);background:var(--accent-700)}.detail-list .total{color:var(--accent-800)}.drawer-product-line,.inventory-movement-mini>div,.agent-plan-card,.agent-tool,.workflow-todo-card,.agent-budget{background:#f8fafc}.drawer-linked-action,.privacy-note,.segment-note,.plugin-runtime-boundary,.agent-safety-boundary{background:var(--accent-50);color:var(--accent-800);border-color:#d5e3f7}.membership-plan-banner,.membership-plan-banner--compact{color:var(--text);background:#fff;border-color:#ead9ad;box-shadow:0 1px 2px #4d391608}.membership-plan-banner__icon{color:#946515;background:#fff4d9;border-color:#ead8aa}.membership-plan-banner span,.membership-plan-banner p,.membership-plan-banner__price em{color:#7d7465}.membership-plan-banner__price strong{color:#946515}.rules-banner,.config-version{border-color:var(--line);background:#fff}.rules-banner{border-left:3px solid #d9aa4d}.config-card--member,.lifecycle-card--gold,.lifecycle-card--amber{background:#fffdfa;border-color:#eadcb8}.membership-plan-banner,.rules-banner,.config-version,.member-profile-hero,.plugin-drawer-hero,.plugin-workspace-header{border-radius:8px}.member-profile-cell>span{color:var(--muted);background:#f2f3f5}.lifecycle-card>strong{color:var(--text)}.lifecycle-card>em{color:var(--accent-700)}.lifecycle-card--gold>strong{color:var(--gold-700)}.lifecycle-card--amber>strong{color:var(--warning)}.lifecycle-card--blue>strong{color:var(--info)}.lifecycle-card--gray>strong{color:var(--quiet)}.member-profile-hero,.plugin-drawer-hero{border-color:var(--line);background:#fff}.member-profile-hero__avatar,.plugin-drawer-hero>span{border-color:var(--line);color:var(--muted);background:#f2f3f5}.plugin-toolbar,.plugin-workspace-header,.plugin-card,.plugin-card--catalog:nth-child(2n){background:#fff}.plugin-card{border-color:var(--line);box-shadow:none}.plugin-card:hover{background:var(--surface-hover);border-color:#c8c9cc}.plugin-card__icon{border-color:var(--line);color:var(--muted);background:#f2f3f5}.plugin-workspace-header__icon{background:var(--accent-100);color:var(--accent-700);border-color:#bed3f4}.plugin-card__side,.plugin-empty{border-color:var(--line-soft);background:#f8fafc}.plugin-card__side>p,.plugin-capability-list svg,.plugin-module-list>div>span:first-child{color:var(--muted)}.plugin-runtime-boundary span{color:var(--accent-700)}.plugin-module-list>div>span:first-child,.plugin-health-card>header>div>span{color:var(--muted);background:#f2f3f5}.plugin-workspace-header{border-color:var(--line);border-radius:8px 8px 0 0}.plugin-workspace-header>div:nth-child(2)>span{color:var(--accent-700)}.publish-flow span{background:var(--accent-50);color:var(--accent-700);border-color:#cbdcf4}.plugin-boundary-note,.permission-note,.member-risk-note{background:#fffaf0;border-color:#f0d9aa}.workflow-summary-card.active,.workflow-summary-card[aria-pressed=true]{border-color:var(--accent-500);box-shadow:0 0 0 3px #3978ec14}.workflow-summary-card:before{background:#c8c9cc}.workflow-summary-card>span:first-child{color:var(--muted);background:#f2f3f5}.workflow-summary-card.active:before,.workflow-summary-card[aria-pressed=true]:before{background:var(--accent-700)}.workflow-summary-card.active>span:first-child,.workflow-summary-card[aria-pressed=true]>span:first-child{background:var(--accent-100);color:var(--accent-700)}.workflow-summary-card--warning:before{background:var(--gold-500)}.workflow-summary-card--warning>span:first-child{background:var(--warning-bg);color:var(--warning)}.workflow-summary-card--danger:before{background:var(--danger)}.workflow-summary-card--danger>span:first-child{background:var(--danger-bg);color:var(--danger)}.workflow-summary-card>div>strong small,.workflow-summary-card dt,.workflow-summary-card>em,.workflow-detail-step small,.workflow-todo-card>small,.workflow-todo-card>em,.workflow-todo-card>div>em{color:var(--quiet)}.workflow-detail-step:after,.agent-stage:after,.publish-flow>div:after,.draft-progress>div:after{background:#dbe3ea}.workflow-detail-step.done:after,.agent-stage.done:after{background:var(--green-300)}.workflow-detail-step.done>span,.workflow-detail-step.done>i,.agent-stage.done>span:first-child{border-color:var(--green-700);background:var(--green-700)}.workflow-detail-step.done strong,.agent-stage.done strong{color:var(--green-800)}.workflow-detail-step.active strong,.agent-stage.active strong{color:var(--accent-800)}.workflow-detail-step.active>span,.workflow-detail-step.active>i{border-color:var(--accent-700);box-shadow:0 0 0 3px var(--accent-100);color:var(--accent-700)}button.workflow-todo-card:hover{background:var(--surface-hover)}.agent-card:hover:not(.disabled){background:var(--surface-hover);border-color:#c8c9cc}.agent-card__icon{border-color:var(--line);color:var(--muted);background:#f2f3f5}.agent-card.active .agent-card__icon,.agent-hero__title>span:first-child{background:var(--accent-100);color:var(--accent-700);border-color:#bed3f4}.agent-catalog>header>div>svg,.agent-catalog>header>button{color:var(--accent-700)}.agent-catalog>header>button:hover{border-color:var(--accent-500);background:var(--accent-50)}.agent-card>div>p,.agent-card__meta em,.agent-hero__meta,.agent-stage small,.agent-plan-card>span,.agent-plan-card>small,.agent-tool p,.agent-audit-item p,.agent-audit-item small,.agent-audit-item>time,.agent-audit-item>span:last-child{color:var(--quiet)}.agent-hero{border-bottom-color:var(--line-soft);background:#f8f9fb}.agent-hero__title p{color:var(--accent-700)}.agent-stage.active>span:first-child{border-color:var(--accent-700);background:var(--accent-100);color:var(--accent-700);box-shadow:0 0 0 3px #3978ec1a}.agent-opportunity{border-color:var(--line);background:#fff}.agent-opportunity>header>div>svg,.agent-opportunity>span:first-child{color:var(--muted);background:#f2f3f5}.agent-opportunity>header p{color:var(--accent-700)}.agent-opportunity>footer{border-top-color:#e1eaf3}.agent-plan-card>strong{color:var(--text)}.agent-budget__bar{background:#e4eaf0}.agent-budget__bar>span,.agent-budget__bar>i{background:var(--accent-700)}.agent-tool>svg,.agent-tool>span:first-child{border-color:var(--line);color:var(--muted);background:#f2f3f5}.agent-audit-item>span:first-child,.agent-audit-item>i{background:var(--green-50);color:var(--green-700);border-color:#cfe3d6}.agent-tool--blocked,.agent-tool--blocked>svg,.agent-tool--blocked>span:first-child{color:#8793a0;background:#f2f4f6;border-color:#e0e5ea}.detail-drawer>header,.detail-drawer>footer{background:#fff}.detail-drawer>header p{color:var(--accent-700)}.drawer-inventory-hero,.form-grid input,.form-grid select,.form-grid textarea,.confirm-modal textarea,.variant-price-table input,.variant-price-table select{border-color:var(--line);background:#fff}.confirm-modal{box-shadow:0 24px 64px #182a3d2e}.admin-toast{background:#223549f7;border-color:#ffffff1f;box-shadow:0 14px 32px #182a3d2e}.admin-toast svg{color:#9abcf8}code{color:#4b5968;background:#eef2f6}@media (max-width:1380px){.content{padding-inline:24px}}@media (max-width:1380px){.admin-shell--compact{--primary-nav-width:102px;--directory-nav-width:156px}}@media (max-width:1240px){.admin-shell--compact{--primary-nav-width:98px;--directory-nav-width:152px}.admin-shell--compact .sidebar-rail__brand{grid-template-columns:22px minmax(0,1fr);gap:6px;padding-inline:8px}.admin-shell--compact .sidebar-rail__brand strong{letter-spacing:-.02em;text-overflow:clip;white-space:nowrap;font-size:10px;overflow:visible}.admin-shell--compact .sidebar-rail__brand small{display:none}}:root{--accent-800:#075dcc;--accent-700:#096dd9;--accent-500:#3c8cff;--accent-100:#dbeafe;--accent-50:#eef5ff;--green-950:#142033;--green-900:#1c4f9b;--green-800:#096dd9;--green-700:#1677ff;--green-300:#8ebcff;--green-100:#eaf3ff;--green-50:#f4f8ff;--gold-700:#096dd9;--gold-500:#1677ff;--gold-100:#eaf3ff;--canvas:#f3f6fa;--paper:#fff;--surface-muted:#f7f9fc;--surface-hover:#f3f7fd;--text:#303744;--ink:#242b36;--muted:#606b7a;--quiet:#8d98a8;--line:#dfe4eb;--line-soft:#edf0f4;--danger:#d8000f;--danger-bg:#fff1f0;--warning:#e66a00;--warning-bg:#fff7e8;--info:#096dd9;--info-bg:#eef5ff;--topbar-height:52px}body{background:var(--canvas);color:var(--text);font-family:Arial,PingFang SC,Microsoft YaHei,sans-serif;font-size:12px}.admin-shell--compact{--primary-nav-width:108px;--directory-nav-width:162px;--sidebar-width:var(--primary-nav-width);min-width:1120px}.admin-shell--compact .sidebar--rail{width:var(--primary-nav-width);color:#4e5969;background:#fff;border-right:1px solid #dfe4eb}.admin-shell--compact .sidebar-rail__brand{width:var(--primary-nav-width);height:var(--topbar-height);background:#fff;border-bottom:1px solid #e4e8ee;gap:7px;padding:0 9px}.admin-shell--compact .sidebar-rail__brand strong{color:#263244;font-size:11px;font-weight:700}.admin-shell--compact .sidebar-rail__brand small{color:#9aa4b2;font-size:7.5px}.admin-shell--compact .sidebar-rail__nav{width:var(--primary-nav-width);gap:3px;padding:9px 7px 12px}.admin-shell--compact .sidebar-rail__button{color:#4d5868;background:#fff;border:1px solid #0000;border-radius:2px;flex-basis:40px;grid-template-columns:18px minmax(0,1fr);gap:6px;height:40px;min-height:40px;padding:0 8px;transition:none}.admin-shell--compact .sidebar-rail__button svg{stroke-width:1.8px;width:15px;height:15px}.admin-shell--compact .sidebar-rail__button>span{font-size:11px}.admin-shell--compact .sidebar-rail__button.active,.admin-shell--compact .sidebar-rail__button[aria-expanded=true],.admin-shell--compact .sidebar-rail__button.expanded:not(.active){box-shadow:none;color:#096dd9;background:#eaf3ff;border:1px solid #b9d5fb;border-left:3px solid #1677ff;border-radius:2px;font-weight:700}.admin-shell--compact .sidebar-rail__button.expanded:not(.active){color:#46556a;background:#f6f8fb;border-color:#d4dfed #d4dfed #d4dfed #8ca6c7;font-weight:600}.admin-shell--compact .sidebar-rail__attention{background:#e33b32;border:0;border-radius:50%;width:5px;height:5px;top:5px;right:5px}.admin-shell--compact .sidebar__footer>div{color:#7d8794;border:1px solid #0000;border-radius:2px;justify-content:flex-start;gap:6px;width:100%;height:34px;min-height:34px;padding:0 8px;display:flex}.admin-shell--compact .admin-main{margin-left:var(--primary-nav-width);background:var(--canvas);transition:margin-left .14s}.sidebar-flyout__header{min-height:var(--topbar-height);height:var(--topbar-height);background:#fff;border-bottom:1px solid #e4e8ee;padding:0 34px 0 13px}.sidebar-flyout__close{border:0;border-radius:2px;width:26px;height:26px;top:12px;right:7px}.sidebar-flyout__close:hover{background:#f1f4f8}.sidebar-flyout__item{color:#4d5868;background:#fff;border:1px solid #0000;border-radius:2px;grid-template-columns:minmax(0,1fr) auto;gap:5px;min-height:34px;padding:0 8px;font-size:10.5px;transition:none}.sidebar-flyout__item.active{color:#096dd9;background:#eaf3ff;border:1px solid #91bfff;border-left:3px solid #1677ff;border-radius:2px;font-weight:700;box-shadow:0 0 0 2px #1677ff14}.sidebar-flyout__item>svg,.sidebar-flyout__item>svg:last-child{display:none}.sidebar-flyout__item>em{color:#788394;background:#edf0f4;border-radius:2px;grid-column:2;min-width:16px;padding:1px 4px;font-size:8px}.topbar{height:var(--topbar-height);-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border-bottom:1px solid #dfe4eb;gap:9px;padding:0 14px}.topbar__menu{color:#667180;background:#fff;border:1px solid #d7dde6;border-radius:2px;width:28px;height:28px}.topbar__menu:hover{color:#096dd9;background:#f4f8fe;border-color:#8fbcfb}.global-search{background:#f8f9fb;border:1px solid #d9dfe8;border-radius:2px;width:min(430px,44vw);height:30px}.global-search:focus-within,.toolbar-search:focus-within{background:#fff;border-color:#4090ff;box-shadow:0 0 0 2px #1677ff17}.global-results{border-radius:2px;box-shadow:0 8px 22px #2837501f}.topbar__right{gap:7px}.icon-button{background:#fff;border:1px solid #0000;border-radius:2px;width:28px;height:28px}.icon-button:hover{color:#096dd9;background:#f4f8fe;border-color:#dce6f3}.sync-indicator,.sync-indicator--online{background:0 0;border:0;border-radius:0;min-height:24px;padding:0 5px;font-size:9.5px}.operator>span{background:#f0f3f7;border-radius:50%;width:27px;height:27px}.page-header h1{color:#242b36;letter-spacing:0;font-size:18px;font-weight:600}.panel,.metric-card,.summary-strip,.operating-system-map,.membership-plan-banner,.rules-banner,.config-version,.lifecycle-card,.plugin-stat-grid>div,.plugin-card,.plugin-workspace-header,.plugin-health-card,.publish-flow-card,.draft-detail-panel,.agent-catalog,.agent-workspace,.workflow-summary-card,.workflow-todo-card,.drawer-product-hero,.order-state-card,.account-identity-card,.drawer-section,.config-card,.confirm-modal{box-shadow:none;background:#fff;border:1px solid #dfe4eb;border-radius:2px}.panel__header,.config-card>header,.plugin-health-card>header,.publish-flow-card>header{border-bottom:1px solid #edf0f4;min-height:43px;padding:8px 12px}.panel__header h2{color:#2c3440;font-size:12px;font-weight:600}.governance-principle{min-height:52px;box-shadow:none;background:#fff;border:1px solid #dfe4eb;border-left:3px solid #1677ff;border-radius:2px;margin-bottom:10px;padding:9px 12px}.governance-principle>svg{color:#1677ff;background:#eef5ff;border-radius:2px;width:26px;height:26px;padding:5px}.governance-principle strong{font-size:11px}.governance-principle p{margin-top:2px;font-size:9px}.metric-card__icon,.task-icon,.config-card>header>span:first-child,.plugin-stat-grid>div>span,.order-state-card>span,.account-identity-card>span,.confirm-modal__icon{color:#1677ff;background:#eef5ff;border-radius:2px;width:26px;height:26px}.summary-strip{background:#fff;border:1px solid #dfe4eb;border-radius:2px;margin-bottom:10px}.summary-strip>div{border-right:1px solid #e7ebf0;min-height:68px;padding:9px 12px}.summary-strip>div:last-child{border-right:0}.summary-strip span,.summary-strip small{font-size:9px}.button{border-radius:2px;gap:4px;min-height:30px;padding:0 11px;font-size:10.5px;font-weight:500}.button svg{width:14px;height:14px}.button--primary{box-shadow:none;background:#096dd9;border-color:#096dd9}.button--primary:hover{background:#075dcc;border-color:#075dcc}.button--secondary{color:#4d5868;background:#fff;border-color:#d7dde6}.button--secondary:hover{color:#096dd9;background:#fff;border-color:#6eabff}.button--danger{border-radius:2px}.text-action,.link-button,.table-action .table-text-action{color:#096dd9}.status-tabs,.workflow-tabs,.plugin-workspace-tabs{background:#fff;border-bottom:1px solid #edf0f4;min-height:38px;padding:0 10px}.status-tabs button:after,.workflow-tabs button:after,.plugin-workspace-tabs button:after{background:0 0;height:2px}.status-tabs button.active:after,.workflow-tabs button.active:after,.plugin-workspace-tabs button.active:after{background:#1677ff}.table-toolbar{border-bottom:1px solid #edf0f4;min-height:44px;padding:7px 11px}.toolbar-search{background:#fff;border:1px solid #d9dfe8;border-radius:2px;width:300px;height:30px}th,td{border-bottom:1px solid #e7ebf0;padding:7px 10px}tbody tr:hover{background:#f4f8fe}.product-cell img{border:1px solid #e3e7ed;border-radius:2px}.table-action>button,.inline-review-actions .table-text-action{border-radius:2px;height:26px}.table-footer{background:#fff;border-top:0;min-height:38px;padding:6px 11px}.table-footer button.active{color:#fff;background:#1677ff;border-color:#1677ff}input,select,textarea,.form-grid input,.form-grid select,.form-grid textarea,.confirm-modal textarea,.variant-price-table input,.variant-price-table select,.product-form-grid input,.product-form-grid select,.product-form-grid textarea,.sku-editor-table input,.sku-editor-table select{border-color:#d7dde6;border-radius:2px}.form-grid input,.form-grid select,.form-grid textarea,.confirm-modal textarea,.variant-price-table input,.variant-price-table select,.product-form-grid input,.product-form-grid select,.product-form-grid textarea,.sku-editor-table input,.sku-editor-table select{min-height:30px}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.confirm-modal textarea:focus,.variant-price-table input:focus,.variant-price-table select:focus,.product-form-grid input:focus,.product-form-grid select:focus,.product-form-grid textarea:focus,.sku-editor-table input:focus,.sku-editor-table select:focus{border-color:#4090ff;box-shadow:0 0 0 2px #1677ff17}.spu-table .table-action{background:#fff}.spu-table th.table-action{background:#f7f8fa}.spu-table tbody tr:hover .table-action{background:#f4f8fe}.agent-layout{gap:10px}.agent-catalog,.agent-workspace,.agent-card,.agent-opportunity,.agent-plan-card,.agent-budget,.agent-safety-boundary,.agent-tool,.plugin-card,.workflow-todo-card{border-radius:2px}.agent-card.active{box-shadow:none;background:#eaf3ff;border-color:#91bfff #91bfff #91bfff #1677ff;border-left-style:solid;border-left-width:3px}.agent-hero,.agent-stage-track{background:#f8f9fb}.drawer-layer,.modal-layer,.product-workbench-layer{-webkit-backdrop-filter:none;backdrop-filter:none;background:#242e3e38}.detail-drawer,.product-workbench{background:#f5f7fa;box-shadow:-8px 0 24px #1e2d4421}.detail-drawer>header,.product-workbench__header,.product-workbench__footer{background:#fff;border-color:#dfe4eb}.detail-drawer>header>button,.modal-close,.product-workbench__header>button{border-radius:2px}.product-workbench__tabs{background:#fff;border-color:#dfe4eb}.product-workbench__tabs button.active{color:#096dd9}.data-trust-strip--online>div span i,.sync-indicator--online i{box-shadow:none;background:#1677ff}.sync-indicator--online{color:#096dd9}@media (max-width:1380px){.admin-shell--compact{--primary-nav-width:102px;--directory-nav-width:156px}.content{padding-inline:13px}.admin-shell--compact:has(.sidebar-flyout) .content{padding-inline:13px}}@media (max-width:1240px){.admin-shell--compact{--primary-nav-width:98px;--directory-nav-width:152px}.admin-shell--compact .sidebar-rail__brand>div,.admin-shell--compact .sidebar-rail__button>span,.admin-shell--compact .sidebar__footer span{display:block}}.sidebar-flyout__nav{align-content:start;overflow-y:auto}.sidebar-flyout__entry{gap:2px;display:grid}.sidebar-flyout__section-label{color:#98a2b1;letter-spacing:.04em;margin:10px 10px 4px;font-size:9.5px;font-weight:650}.sidebar-flyout__entry:first-child .sidebar-flyout__section-label{margin-top:2px}.governance-summary-strip{margin-bottom:12px}.governance-principle{background:#f7faff;border:1px solid #dfe7f2;border-radius:7px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:12px;padding:14px 16px;display:grid}.governance-principle>svg{box-sizing:content-box;color:#2f6fed;background:#e8f1ff;border-radius:7px;width:20px;height:20px;padding:8px}.governance-principle strong,.governance-principle p{margin:0;display:block}.governance-principle strong{color:#283445;font-size:13px}.governance-principle p{color:#718095;margin-top:3px;font-size:11px;line-height:1.55}.governance-table{min-width:1080px}.governance-table code{color:#46566d;background:#f2f5f8;border-radius:4px;padding:2px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.governance-table .table-action{min-width:116px}.expanded-workspace-table{min-width:1040px}.expanded-workspace-table td>span:not(.status-badge){color:#3e4b5c;display:block}.expanded-workspace-table td:first-child{min-width:176px}.expanded-workspace-table th,.expanded-workspace-table td{vertical-align:middle}@media (max-width:1120px){.governance-principle{grid-template-columns:36px minmax(0,1fr)}.governance-principle>.status-badge{grid-column:2;justify-self:start}}.product-workbench-layer{z-index:70;inset:0 0 0 var(--primary-nav-width,144px);background:#eff2f7f0;padding:12px 12px 0;position:fixed}.product-workbench{background:#fff;border:1px solid #e1e6ed;border-bottom:0;border-radius:5px 5px 0 0;grid-template-rows:auto auto minmax(0,1fr) auto;width:100%;height:100%;display:grid;overflow:hidden;box-shadow:0 10px 34px #2030461f}.product-workbench__header{background:#fff;border-bottom:1px solid #e7ebf0;justify-content:space-between;align-items:center;gap:24px;min-height:68px;padding:12px 22px;display:flex}.product-workbench__title-row{align-items:center;gap:10px;display:flex}.product-workbench__header h1{color:#202a38;letter-spacing:-.015em;margin:0;font-size:20px;font-weight:680}.product-workbench__header p{color:#8a95a5;margin:5px 0 0;font-size:11px}.product-workbench__header>button{color:#687587;background:#fff;border:1px solid #dce2e9;border-radius:3px;place-items:center;width:30px;height:30px;padding:0;display:grid}.product-workbench__header>button:hover{color:#2e3a4b;background:#f6f8fb;border-color:#b9c6d7}.product-workbench__tabs{background:#fff;border-bottom:1px solid #e6eaf0;align-items:stretch;gap:24px;min-height:52px;padding:0 22px;display:flex}.product-workbench__tabs button{color:#657184;background:0 0;border:0;justify-content:center;align-items:center;gap:7px;min-width:86px;padding:0 8px;font-size:12px;font-weight:580;display:inline-flex;position:relative}.product-workbench__tabs button:after{content:"";background:0 0;height:2px;position:absolute;bottom:-1px;left:8px;right:8px}.product-workbench__tabs button.active{color:var(--accent-700);font-weight:680}.product-workbench__tabs button.active:after{background:var(--accent-700)}.product-workbench__tabs button span{color:#66758a;background:#eef3fb;border-radius:999px;min-width:18px;padding:2px 5px;font-size:9px}.product-workbench__body{overscroll-behavior:contain;scrollbar-gutter:stable;background:#fff;padding:20px 24px 40px;overflow:auto}.product-workbench__section{background:#fff;border:0;width:100%;margin:0 auto 22px;padding:0}.product-section-heading{border-bottom:1px solid #e9edf2;justify-content:space-between;align-items:flex-start;gap:18px;min-height:48px;padding:0 0 13px;display:flex}.product-section-heading h2{color:#263244;margin:0;font-size:15px;font-weight:680}.product-section-heading p{color:#8a95a5;margin:5px 0 0;font-size:10.5px}.product-form-grid{border-bottom:1px solid #edf0f4;grid-template-columns:minmax(260px,1.2fr) minmax(220px,1fr) minmax(150px,.55fr);gap:16px 26px;padding:20px 36px 24px;display:grid}.product-form-grid label,.product-detail-form label,.sales-field-card label{align-content:start;gap:7px;min-width:0;display:grid;position:relative}.product-form-grid label>span,.product-detail-form label>span,.sales-field-card label>span{color:#4f5c6e;font-size:11px;font-weight:600}.product-form-grid label>span i{color:#e55252;margin-right:4px;font-style:normal}.product-form-grid input,.product-form-grid select,.product-form-grid textarea,.product-detail-form textarea,.sales-field-card input,.sales-field-card select,.sku-editor-table input,.sku-editor-table select{color:#334052;background:#fff;border:1px solid #d9dfe7;border-radius:3px;width:100%;min-height:36px;padding:7px 10px;font-size:11.5px;transition:border-color .15s,box-shadow .15s}.product-form-grid input:focus,.product-form-grid select:focus,.product-form-grid textarea:focus,.product-detail-form textarea:focus,.sales-field-card input:focus,.sales-field-card select:focus,.sku-editor-table input:focus,.sku-editor-table select:focus{border-color:#7fa7ed;outline:0;box-shadow:0 0 0 2px #2f6fed17}.product-form-grid input[readonly]{color:#7a8696;background:#f6f8fa}.product-form-grid textarea{resize:vertical;min-height:74px}.product-form-grid label>small{color:#a0a9b6;font-size:9px;position:absolute;bottom:7px;right:9px}.product-form-grid .field-wide{grid-column:span 2}.product-spec-section{padding-top:4px}.spec-dimension-card{background:#f8f9fb;border:1px solid #e2e7ee;border-radius:4px;grid-template-columns:160px minmax(0,1fr);align-items:center;gap:16px;margin:16px 0 12px;padding:13px 16px;display:grid}.spec-dimension-card>div:first-child{gap:2px;display:grid}.spec-dimension-card span,.spec-dimension-card small{color:#8b96a5;font-size:10px}.spec-dimension-card strong{color:#324054;font-size:12px}.spec-value-list{flex-wrap:wrap;gap:8px;display:flex}.spec-value-list button{color:#526074;background:#fff;border:1px solid #d9e0e8;border-radius:3px;align-items:center;gap:8px;min-height:34px;padding:0 11px;font-size:11px;display:flex}.spec-value-list button.active{color:#155bd4;background:#edf4ff;border-color:#b7cff8}.spec-value-list button small{font-size:9px}.spec-notice{color:#526781;background:#f5f8fd;border:1px solid #dce6f5;border-radius:3px;align-items:center;gap:7px;min-height:34px;margin:0 0 10px;padding:7px 10px;font-size:10.5px;display:flex}.spec-notice svg{color:#4779cc;width:14px;height:14px}.sku-editor-scroll{border:1px solid #dde3ea;border-radius:4px;overflow-x:auto}.sku-editor-table{table-layout:fixed;min-width:1097px;font-size:11px}.sku-editor-table th{color:#536174;background:#f5f7fa;height:42px;padding:8px;font-size:10.5px;font-weight:650}.sku-editor-table td{vertical-align:middle;height:54px;padding:7px}.sku-editor-table th:first-child{width:60px}.sku-editor-table th:nth-child(2){width:100px}.sku-editor-table th:nth-child(3){width:150px}.sku-editor-table th:nth-child(4){width:135px}.sku-editor-table th:nth-child(5){width:70px}.sku-editor-table th:nth-child(6),.sku-editor-table th:nth-child(7){width:110px}.sku-editor-table th:nth-child(8){width:92px}.sku-editor-table th:nth-child(9){width:86px}.sku-editor-table th:nth-child(10){width:74px}.sku-editor-table td small{color:#929dac;margin-top:2px;font-size:9px;display:block}.default-sku-control{color:#778397;justify-items:center;gap:4px;font-size:9px;display:grid}.default-sku-control input{width:15px;min-height:15px;accent-color:var(--accent-700);margin:0}.money-input{background:#fff;border:1px solid #d9dfe7;border-radius:3px;grid-template-columns:24px minmax(0,1fr);display:grid}.money-input:focus-within{border-color:#7fa7ed;box-shadow:0 0 0 2px #2f6fed17}.money-input span{color:#8792a2;place-items:center;display:grid}.money-input input{border:0;min-height:34px;padding-left:0;box-shadow:none!important}.money-input--member{background:#fffdf7;border-color:#dec78e}.sku-remove-button{color:#68778b;background:0 0;border:0;align-items:center;gap:4px;min-height:30px;padding:0 7px;font-size:10px;display:inline-flex}.sku-remove-button:hover{color:#bd4e4e}.sku-remove-button svg{width:13px;height:13px}.sku-boundary-note{color:#687588;background:#f7f9fc;border-left:2px solid #9eb6d8;align-items:flex-start;gap:9px;margin-top:10px;padding:10px 12px;font-size:10.5px;line-height:1.6;display:flex}.sku-boundary-note svg{color:#56739b;flex:none;width:15px;height:15px;margin-top:1px}.sku-boundary-note strong{color:#3f4d61;display:block}.product-media-layout{border-bottom:1px solid #e9edf2;grid-template-columns:320px minmax(0,1fr);gap:28px;padding:20px 0;display:grid}.product-image-panel{background:#f7f8fa;border:1px solid #dfe5ec;border-radius:4px;overflow:hidden}.product-image-panel>img{object-fit:cover;width:100%;height:220px;display:block}.product-image-panel>div{background:#fff;gap:3px;padding:11px 13px;display:grid}.product-image-panel strong{color:#334154;font-size:11.5px}.product-image-panel span{color:#929dab;font-size:9.5px}.product-image-presets{flex-wrap:wrap;align-content:flex-start;align-items:flex-start;gap:12px;display:flex}.product-image-presets button{color:#677488;background:#fff;border:1px solid #dfe5eb;border-radius:4px;justify-items:center;gap:6px;width:102px;padding:8px;font-size:10px;display:grid;position:relative}.product-image-presets button.active{color:#155bd4;border-color:#76a1ec;box-shadow:0 0 0 2px #2f6fed14}.product-image-presets img{object-fit:cover;border-radius:2px;width:76px;height:76px}.product-image-presets svg{background:var(--accent-700);color:#fff;border-radius:50%;width:15px;height:15px;padding:2px;position:absolute;top:5px;right:5px}.product-detail-form{grid-template-columns:1fr 1fr;gap:18px 24px;padding:20px 0;display:grid}.product-detail-form label:first-child{grid-column:1/-1}.product-detail-form textarea{resize:vertical;min-height:98px}.product-detail-form label:first-child textarea{min-height:150px}.sales-setting-grid{grid-template-columns:minmax(260px,.8fr) minmax(360px,1fr);gap:18px;padding:20px 0;display:grid}.sales-setting-grid fieldset,.sales-field-card,.sales-policy-card{background:#fff;border:1px solid #e0e5ec;border-radius:4px;margin:0;padding:16px}.sales-setting-grid fieldset legend{color:#3b485a;padding:0 6px;font-size:11.5px;font-weight:650}.sales-setting-grid fieldset label{border-bottom:1px solid #edf0f3;align-items:flex-start;gap:10px;padding:12px 8px;display:flex}.sales-setting-grid fieldset label:last-child{border-bottom:0}.sales-setting-grid fieldset input{accent-color:var(--accent-700);margin-top:3px}.sales-setting-grid fieldset span,.sales-policy-card span{gap:3px;display:grid}.sales-setting-grid strong{color:#374457;font-size:11.5px}.sales-setting-grid small{color:#8d98a7;font-size:9.5px}.sales-field-card{grid-template-columns:1.2fr .7fr .8fr;align-content:start;gap:14px;display:grid}.sales-policy-card{background:#f8f9fb;grid-column:1/-1;grid-template-columns:1fr 1fr;gap:0;padding:0;display:grid}.sales-policy-card>div{border-right:1px solid #e1e6ed;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:74px;padding:14px 16px;display:grid}.sales-policy-card>div:last-child{border-right:0}.sales-policy-card>div>svg{color:#517bb9;width:20px;height:20px}.product-workbench__footer{background:#fff;border-top:1px solid #dfe4eb;justify-content:space-between;align-items:center;gap:24px;min-height:62px;padding:10px 20px;display:flex;box-shadow:0 -5px 16px #2131460a}.product-workbench__footer>div:last-child{gap:8px;display:flex}.product-validation-summary,.product-save-ready{color:#a06022;align-items:center;gap:7px;margin:0;font-size:10.5px;display:flex}.product-save-ready{color:#4f7960}.product-validation-summary svg,.product-save-ready svg{width:14px;height:14px}@media (max-width:1380px){.product-workbench__body{padding-inline:18px}.product-form-grid{grid-template-columns:minmax(240px,1fr) minmax(220px,1fr);padding-inline:12px}.product-form-grid .field-wide{grid-column:1/-1}.sales-setting-grid{grid-template-columns:1fr}.sales-policy-card{grid-column:1}}.data-trust-strip{background:#f8fafc;border:1px solid #e3e8ef;border-radius:5px;justify-content:space-between;align-items:center;gap:18px;min-height:54px;margin-bottom:12px;padding:10px 14px;display:flex}.data-trust-strip>div span,.data-trust-strip>div strong{display:block}.data-trust-strip>div span{color:#6f7c8d;font-size:10px}.data-trust-strip>div span i{background:#a8b1bd;border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block}.data-trust-strip>div strong{margin-top:4px;font-size:12px;font-weight:650}.data-trust-strip--online{background:#f5fbf7;border-color:#cce9d7}.data-trust-strip dl{gap:28px;margin:0;display:flex}.data-trust-strip dl div{gap:3px;display:grid}.data-trust-strip dt{color:#8a95a3;font-size:9px}.data-trust-strip dd{color:#344052;margin:0;font-size:10.5px;font-weight:600}.panel-count--button{cursor:pointer;border:0}.panel-count--button:hover{background:var(--accent-100);color:var(--accent-700)}.task-list__empty{min-height:158px;color:var(--quiet);text-align:center;align-content:center;justify-items:center;gap:7px;display:grid}.task-list__empty>svg{width:24px;height:24px;color:var(--green-700)}.task-list__empty strong,.task-list__empty span{display:block}.task-priority{border-radius:4px;justify-content:center;align-items:center;min-width:28px;min-height:21px;font-size:10px;font-weight:700;display:inline-flex}.task-priority--高{background:var(--danger-bg);color:var(--danger)}.task-priority--中{background:var(--warning-bg);color:var(--warning)}.task-priority--低{background:var(--info-bg);color:var(--info)}.operations-task-table{min-width:1040px}.order-management-table{min-width:1440px}.order-management-table th:first-child,.order-management-table td:first-child{z-index:2;background:#fff;min-width:190px;position:sticky;left:0;box-shadow:1px 0 #e7ebf0}.order-management-table th:nth-last-child(2),.order-management-table td:nth-last-child(2){z-index:2;background:#fff;min-width:110px;position:sticky;right:86px}.order-management-table th:last-child,.order-management-table td:last-child{z-index:3;background:#fff;min-width:86px;position:sticky;right:0;box-shadow:-1px 0 #e7ebf0}.order-management-table th:first-child,.order-management-table th:nth-last-child(2),.order-management-table th:last-child{z-index:4;background:#f8f9fc}.order-management-table tbody tr:hover td:first-child,.order-management-table tbody tr:hover td:nth-last-child(2),.order-management-table tbody tr:hover td:last-child{background:#f6f8f3}.workflow-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr))}@media (max-width:1380px){.workflow-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.data-trust-strip{flex-direction:column;align-items:flex-start}.data-trust-strip dl{justify-content:space-between;gap:12px;width:100%}.workflow-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1240px){.content{padding-inline:20px}.sidebar nav button.active{box-shadow:inset 3px 0 var(--accent-700)}}@media (max-width:1380px){.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card{min-height:112px}.membership-plan-banner{grid-template-columns:52px minmax(0,1fr) auto}.membership-plan-banner>.button{display:none}.membership-plan-banner--compact>.button{display:inline-flex}.lifecycle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.plugin-card{grid-template-columns:58px minmax(0,1fr)}.plugin-card__side{grid-column:2}.plugin-workspace-header{grid-template-columns:58px minmax(0,1fr) auto}.plugin-workspace-header__actions{grid-column:2/-1;justify-content:flex-end}.plugin-overview-grid,.draft-detail-grid{grid-template-columns:1fr}.draft-detail-grid>aside,.workflow-todo-grid,.agent-plan-grid,.agent-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.agent-layout{grid-template-columns:254px minmax(0,1fr)}.agent-hero{grid-template-columns:1fr}.agent-hero__actions{justify-content:flex-start}}@media (max-width:1240px){.admin-shell{--sidebar-width:72px}.sidebar__brand{padding-inline:19px}.sidebar__brand div,.sidebar nav h2,.sidebar nav button span,.sidebar__footer span,.sidebar__footer>div{display:none}.sidebar nav button{grid-template-columns:1fr;justify-items:center;padding:0}.sidebar nav button em{position:absolute;transform:translate(12px,-10px)}.sidebar__footer>button{justify-content:center;padding:0}.content{padding-inline:18px}.dashboard-grid{grid-template-columns:1fr}.plugin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.diff-list>div{grid-template-columns:minmax(110px,.65fr) minmax(120px,1fr) 17px minmax(138px,1.1fr)}.workflow-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-todo-grid,.agent-layout{grid-template-columns:1fr}.agent-catalog{grid-template-columns:repeat(3,minmax(0,1fr));display:grid;position:static}.agent-catalog>header{grid-column:1/-1}.agent-card{width:auto;min-height:70px;margin:7px}}@media (max-width:900px){.workflow-summary-grid,.agent-plan-grid,.agent-tool-grid,.agent-catalog{grid-template-columns:1fr}.agent-opportunity,.agent-safety-boundary{grid-template-columns:36px minmax(0,1fr)}.agent-opportunity>strong,.agent-opportunity>em,.agent-safety-boundary>strong,.agent-safety-boundary>em{white-space:normal;grid-column:2}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.admin-shell--compact{--sidebar-width:60px}.admin-shell--compact .sidebar--rail{border-right:1px solid var(--line-soft);width:60px;color:var(--text);background:#fff;transition:none;overflow:visible}.admin-shell--compact .sidebar-rail__brand{width:60px;height:var(--topbar-height);border-bottom-color:var(--line-soft);justify-content:center;padding:0}.admin-shell--compact .sidebar-rail__brand>span{background:#fff;border-color:#e7e9ec;border-radius:10px;width:34px;height:34px}.admin-shell--compact .sidebar-rail__brand>div{display:none}.admin-shell--compact .sidebar-rail__nav{scrollbar-width:none;flex-direction:column;flex:1;align-items:center;gap:6px;width:60px;padding:10px 8px 14px;display:flex;overflow:visible auto}.admin-shell--compact .sidebar-rail__nav::-webkit-scrollbar{display:none}.admin-shell--compact .sidebar-rail__button{color:#59636e;text-align:center;background:0 0;border:1px solid #0000;border-radius:12px;flex:0 0 44px;grid-template-columns:1fr;place-items:center;gap:0;width:44px;height:44px;min-height:44px;padding:0;transition:border-color .15s,background-color .15s,color .15s;display:grid;position:relative}.admin-shell--compact .sidebar-rail__button:hover{background:var(--surface-hover);color:var(--text);border-color:#eaecf0}.admin-shell--compact .sidebar-rail__button.active,.admin-shell--compact .sidebar-rail__button[aria-expanded=true]{background:var(--accent-50);box-shadow:none;color:var(--accent-700);border-color:#dbe7fb}.admin-shell--compact .sidebar-rail__button>span{display:none}.admin-shell--compact .sidebar-rail__button>em{background:var(--accent-700);min-width:15px;height:15px;box-shadow:none;color:#fff;border:2px solid #fff;border-radius:999px;padding:0 4px;font-size:9px;line-height:11px;position:absolute;top:2px;right:2px;transform:none}.admin-shell--compact .sidebar-rail__attention{background:#ee4d2d;border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:7px;right:7px;box-shadow:0 0 0 1px #ee4d2d14}.admin-shell--compact .sidebar-rail__button:focus-visible{outline-offset:2px;outline:3px solid #155bd433}.sidebar-flyout__close:focus-visible{outline-offset:2px;outline:3px solid #155bd433}.sidebar-flyout__item:focus-visible{outline-offset:2px;outline:3px solid #155bd433}.admin-shell--compact .sidebar__footer{border-top-color:var(--line-soft);width:60px;padding:8px}.admin-shell--compact .sidebar__footer>button{border-radius:12px;justify-content:center;width:44px;height:44px;min-height:44px;padding:0}.admin-shell--compact .sidebar__footer span{display:none}.admin-shell--compact .sidebar__footer>div{color:#7f8993;border-radius:12px;place-items:center;width:44px;height:44px;margin:0;padding:0;display:grid}.admin-shell--compact .sidebar__footer>div svg{color:#7f8993;width:17px;height:17px}.sidebar-flyout{z-index:35;width:232px;min-height:0;color:var(--text);background:#fff;border:1px solid #e2e5e9;border-radius:16px;flex-direction:column;animation:.16s ease-out both sidebar-flyout-in;display:flex;position:fixed;top:68px;bottom:12px;left:68px;overflow:hidden;box-shadow:0 18px 48px #1f2a371f,0 3px 10px #1f2a370f}@keyframes sidebar-flyout-in{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}.sidebar-flyout__header{border-bottom:1px solid var(--line-soft);align-content:center;gap:4px;min-height:78px;padding:17px 48px 15px 18px;display:grid;position:relative}.sidebar-flyout__header h2,.sidebar-flyout__header p{margin:0}.sidebar-flyout__header h2{color:#20262d;letter-spacing:-.01em;font-size:16px;font-weight:680}.sidebar-flyout__header p{color:var(--quiet);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.45;overflow:hidden}.sidebar-flyout__header>div{gap:4px;min-width:0;display:grid}.sidebar-flyout__close{width:30px;height:30px;color:var(--quiet);background:0 0;border:1px solid #0000;border-radius:9px;place-items:center;padding:0;display:grid;position:absolute;top:18px;right:14px}.sidebar-flyout__close:hover{border-color:var(--line-soft);background:var(--surface-hover);color:var(--text)}.sidebar-flyout__close svg{width:16px;height:16px}.sidebar-flyout__nav{scrollbar-color:#d7dade transparent;scrollbar-width:thin;flex-direction:column;flex:1;gap:4px;min-height:0;padding:10px;display:flex;overflow-y:auto}.sidebar-flyout__item{color:#505963;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;grid-template-columns:22px minmax(0,1fr) auto 16px;align-items:center;gap:9px;width:100%;min-height:44px;padding:8px 10px;transition:border-color .15s,background-color .15s,color .15s;display:grid;position:relative}.sidebar-flyout__item:hover{background:var(--surface-hover);color:var(--text);border-color:#ebedf0}.sidebar-flyout__item.active{background:var(--accent-50);color:var(--accent-700);border-color:#dbe7fb;font-weight:650}.sidebar-flyout__item svg{width:17px;height:17px}.sidebar-flyout__item>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-flyout__item>em{color:#66717d;text-align:center;background:#eef0f2;border-radius:999px;grid-column:3;min-width:18px;padding:2px 5px;font-size:9px;font-style:normal}.sidebar-flyout__item>svg:last-child{color:#a2a8ae;grid-column:4;width:14px;height:14px}.sidebar-flyout__footer{border-top:1px solid var(--line-soft);min-height:46px;color:var(--quiet);background:#fbfbfc;align-items:center;gap:7px;padding:10px 14px;font-size:10px;line-height:1.4;display:flex}.sidebar-flyout__footer svg{width:14px;height:14px;color:var(--accent-700);flex:none}@media (max-height:680px){.admin-shell--compact .sidebar-rail__nav{gap:3px;padding-block:6px 8px}.admin-shell--compact .sidebar-rail__button{flex-basis:42px;height:42px;min-height:42px}.sidebar-flyout{top:64px;bottom:8px}}@media (prefers-reduced-motion:reduce){.sidebar-flyout{animation:none}}.page-header{min-height:0;margin-bottom:18px}.panel__header{min-height:0;padding-block:14px}.page-header>div:first-child>span,.page-header p,.panel__header p{font-size:12px;line-height:1.5}th{font-size:11.5px}td strong{font-size:12.5px}td small{font-size:11px;line-height:1.45}.toolbar-search input,.status-tabs button{font-size:12px}.status-tabs button span,.table-footer,.status-badge{font-size:10.5px}.detail-drawer{width:min(620px,100vw - 24px);max-width:calc(100vw - 24px)}.detail-drawer:has(.variant-price-table){width:min(900px,100vw - 24px)}.detail-drawer:has(.drawer-product-line){width:min(800px,100vw - 24px)}.detail-drawer>header p,.detail-drawer>header span{font-size:11px;line-height:1.4}.detail-drawer__body{overscroll-behavior:contain;scrollbar-gutter:stable;min-width:0;padding:14px 16px 20px}.detail-drawer:has(.variant-price-table) .detail-drawer__body{grid-template-columns:250px minmax(0,1fr);align-content:start;gap:12px;display:grid}.detail-drawer:has(.variant-price-table) .detail-drawer__body>.drawer-product-hero{grid-column:1;margin:0}.detail-drawer:has(.variant-price-table) .detail-drawer__body>.drawer-product-hero+.drawer-section{grid-column:2;min-width:0;margin:0}.detail-drawer:has(.variant-price-table) .detail-drawer__body>.drawer-product-hero+.drawer-section~.drawer-section{grid-column:1/-1;min-width:0;margin:0}.detail-drawer:has(.variant-price-table) .drawer-product-hero{grid-template-columns:88px minmax(0,1fr);gap:11px;min-height:0;padding:11px}.detail-drawer:has(.variant-price-table) .drawer-product-hero img{width:88px;height:82px}.detail-drawer:has(.variant-price-table) .variant-price-table{min-width:720px}.drawer-product-hero p,.order-state-card p,.account-identity-card p,.member-profile-hero p,.drawer-section__heading>span,.drawer-stats span,.detail-list dt,.form-grid label,.form-error,.form-hint,.privacy-note,.check-list p,.drawer-product-line small,.drawer-linked-action small,.inventory-movement-mini span small,.inventory-movement-mini em,.inventory-movement-mini p,.timeline p,.member-event-timeline span,.workflow-detail-step p{font-size:11px}.detail-list dd,.timeline strong,.member-event-timeline strong,.plugin-module-list strong,.workflow-detail-step strong{font-size:11.5px}.member-event-timeline p small,.plugin-module-list small,.workflow-detail-step small,.default-variant-tag{font-size:10px}.variant-price-table input,.variant-price-table select{font-size:11.5px}.detail-list>div{min-height:38px}.drawer-section__heading{flex-wrap:wrap}@media (max-width:780px){:is(.detail-drawer,.detail-drawer:has(.variant-price-table),.detail-drawer:has(.drawer-product-line)){width:calc(100vw - 12px);max-width:calc(100vw - 12px)}.detail-drawer:has(.variant-price-table) .detail-drawer__body{display:block}:is(.detail-drawer:has(.variant-price-table) .detail-drawer__body>.drawer-product-hero,.detail-drawer:has(.variant-price-table) .detail-drawer__body>.drawer-section){margin-bottom:12px}}.dashboard-state-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-content:stretch;min-height:196px;padding:8px 16px 16px;display:grid}.dashboard-state-grid>div{border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);align-content:center;gap:7px;min-width:0;min-height:86px;padding:14px 16px;display:grid}.dashboard-state-grid>div:nth-child(3n){border-right:0}.dashboard-state-grid>div:nth-last-child(-n+3){border-bottom:0}.dashboard-state-grid span,.dashboard-state-grid strong{margin:0;display:block}.dashboard-state-grid span{color:var(--quiet);font-size:11px}.dashboard-state-grid strong{color:#20262d;font-variant-numeric:tabular-nums;letter-spacing:-.035em;font-size:24px;font-weight:680}.member-segment-stack{flex-direction:column;align-items:flex-start;gap:4px;min-width:78px;display:flex}.member-segment-stack .lifecycle-label{min-height:21px;padding:2px 7px;font-size:9.5px;line-height:1.35}.inline-review-actions{justify-content:flex-end;align-items:center;gap:2px;min-width:98px;display:inline-flex}.table-action:has(.inline-review-actions){width:112px;min-width:112px}.inline-review-actions .table-text-action{width:auto;min-width:44px;height:28px;color:var(--accent-700);background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;padding:0 8px;font-size:11px;font-weight:680;line-height:1;display:inline-flex}.inline-review-actions .table-text-action:hover{background:var(--accent-50);color:var(--accent-800)}.inline-review-actions .table-text-action--danger{color:var(--danger)}.inline-review-actions .table-text-action--danger:hover{background:var(--danger-bg);color:#a93939}.shipment-form-grid{grid-template-columns:minmax(150px,.62fr) minmax(260px,1.38fr);align-items:end;gap:12px}.shipment-form-grid label,.shipment-form-grid input,.shipment-form-grid select{min-width:0}.shipment-form-grid input,.shipment-form-grid select{min-height:40px}.shipment-form-grid input{font-family:var(--font-geist-mono), "SFMono-Regular", Consolas, monospace;font-variant-numeric:tabular-nums;letter-spacing:.02em;text-transform:uppercase}.panel,.dashboard-grid>*,.plugin-card__main,.plugin-card__side,.plugin-workspace-header>div,.agent-layout>*,.agent-card>div,.agent-hero>*,.agent-opportunity>*,.agent-plan-card,.agent-tool>div,.agent-audit-item>div{min-width:0}.plugin-card__main dd,.plugin-card__side small,.plugin-workspace-header p,.agent-card small,.agent-hero__meta span,.agent-audit-item small,.agent-tool code{overflow-wrap:anywhere}.plugin-card__side>div,.plugin-workspace-header__actions,.agent-hero__actions{flex-wrap:wrap}.plugin-card{grid-template-columns:58px minmax(0,1fr) auto}.plugin-card__side{background:0 0;border:0;grid-column:auto;justify-content:flex-end;align-self:stretch;align-items:flex-end;padding:0;display:flex}.plugin-card__side>div{justify-content:flex-end}.plugin-card__side .button,.plugin-workspace-header__actions .button,.agent-hero__actions .button{flex:none}.plugin-toolbar{flex-wrap:wrap}.plugin-toolbar .plugin-filter-pills{flex:0 auto;min-width:0}.plugin-toolbar .toolbar-search{flex:0 300px;max-width:100%}.agent-hero__meta{min-width:0}.agent-audit-item>div>header{flex-wrap:wrap}@media (max-width:1380px){.dashboard-state-grid{min-height:184px;padding-inline:14px}.dashboard-state-grid>div{min-height:80px;padding:12px 14px}.plugin-card{gap:12px}.plugin-card__side{align-items:flex-end;display:flex}.plugin-card__side>div{justify-content:flex-end}.agent-layout{gap:14px}}@media (max-width:1240px){.dashboard-state-grid{grid-template-columns:repeat(6,minmax(0,1fr));min-height:0;padding-block:8px}.dashboard-state-grid>div,.dashboard-state-grid>div:nth-child(3n),.dashboard-state-grid>div:nth-last-child(-n+3){border-right:1px solid var(--line-soft);border-bottom:0;min-height:82px;padding:12px}.dashboard-state-grid>div:last-child{border-right:0}.dashboard-state-grid strong{font-size:21px}.plugin-card__side>div{justify-content:flex-end}.agent-catalog{gap:0;padding-bottom:6px}.agent-card{min-width:0}}@media (max-width:900px){.dashboard-state-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-state-grid>div,.dashboard-state-grid>div:nth-child(3n),.dashboard-state-grid>div:nth-last-child(-n+3){border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}.dashboard-state-grid>div:nth-child(3n){border-right:0}.dashboard-state-grid>div:nth-last-child(-n+3){border-bottom:0}.shipment-form-grid{grid-template-columns:1fr}.plugin-toolbar .plugin-filter-pills,.plugin-toolbar .toolbar-search{flex-basis:100%;width:100%}.plugin-card{grid-template-columns:48px minmax(0,1fr);margin:12px;padding:14px}.plugin-card__icon{width:46px;height:46px}.plugin-card__side{grid-column:2;align-items:flex-start}.plugin-card__side>div{justify-content:flex-start}}:root{--accent-800:#1f56c8;--accent-700:#2f6fed;--accent-500:#6a98f2;--accent-100:#e9f1ff;--accent-50:#f3f7ff;--canvas:#f3f5f9;--paper:#fff;--surface-muted:#f7f8fb;--surface-hover:#f5f7fb;--text:#20252d;--ink:#20252d;--muted:#5f6b7a;--quiet:#8a95a5;--line:#e1e6ee;--line-soft:#edf0f5;--topbar-height:52px}body{background:var(--canvas);color:var(--text);font-size:12.5px}:is(button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible){outline-offset:2px;outline:2px solid #2f6fed3d}.admin-shell--compact .sidebar--rail{background:#fff;border-right-color:#e8ebf0}.admin-shell--compact .sidebar-rail__brand{height:var(--topbar-height);border-bottom-color:#edf0f5}.admin-shell--compact .sidebar-rail__brand>span{border-color:#e5e9ef;border-radius:6px;width:32px;height:32px}.admin-shell--compact .sidebar-rail__brand img{width:23px;height:23px}.admin-shell--compact .sidebar-rail__nav{gap:4px;padding:10px 8px 12px}.admin-shell--compact .sidebar-rail__button,.admin-shell--compact .sidebar__footer>button,.admin-shell--compact .sidebar__footer>div{border-radius:6px;flex-basis:40px;width:40px;height:40px;min-height:40px}.admin-shell--compact .sidebar-rail__button{color:#657182}.admin-shell--compact .sidebar-rail__button.active,.admin-shell--compact .sidebar-rail__button[aria-expanded=true]{border-color:var(--accent-700);background:var(--accent-700);color:#fff}.admin-shell--compact .sidebar-rail__button>em,.admin-shell--compact .sidebar-rail__attention{background:#f05b5b;border-color:#fff}.sidebar-flyout{border-color:#e1e6ee;border-radius:6px;width:220px;top:60px;bottom:10px;left:66px;box-shadow:0 12px 32px #1d2d431f,0 2px 6px #1d2d430d}.sidebar-flyout__header{min-height:64px;padding:13px 42px 12px 14px}.sidebar-flyout__header h2{font-size:14px;font-weight:650}.sidebar-flyout__header p{font-size:10px}.sidebar-flyout__nav{gap:2px;padding:8px}.sidebar-flyout__item{border-radius:4px;grid-template-columns:20px minmax(0,1fr) auto 14px;gap:7px;min-height:38px;padding:6px 8px}.sidebar-flyout__item.active{background:var(--accent-700);color:#fff;border-color:#0000}.sidebar-flyout__item.active>svg:last-child{color:#fff}.sidebar-flyout__footer{background:#fafbfc;min-height:40px;font-size:9.5px}.topbar{height:var(--topbar-height);-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border-bottom-color:#e5e9ef;gap:10px;padding:0 20px}.topbar__menu,.icon-button{border-radius:4px;width:32px;height:32px}.global-search{background:#f7f8fb;border-color:#e0e5ec;border-radius:4px;width:min(440px,42vw);height:32px}.global-search:focus-within{border-color:var(--accent-500);box-shadow:0 0 0 2px #2f6fed17}.operator{grid-template-columns:30px 1fr 12px;gap:7px;min-width:120px}.operator>span{border-radius:50%;width:30px;height:30px}.operator strong{font-size:11.5px}.operator small{font-size:9.5px}.content{max-width:1800px;padding:18px 20px 32px}.page-header{align-items:center;min-height:0;margin-bottom:14px}.page-header h1{letter-spacing:-.015em;font-size:20px;font-weight:650}.page-header>div:first-child>span,.page-header p{margin-top:4px;font-size:11px}.page-header__actions{padding-top:0}.button{border-radius:4px;gap:5px;min-height:32px;padding:0 12px;font-size:11.5px}.button--primary{box-shadow:none}.button--secondary:hover{background:var(--accent-50);color:var(--accent-700);border-color:#b9c7da}.panel,.metric-card,.summary-strip,.operating-system-map,.membership-plan-banner,.rules-banner,.config-version,.lifecycle-card,.plugin-stat-grid>div,.plugin-card,.plugin-workspace-header,.plugin-health-card,.publish-flow-card,.draft-detail-panel,.agent-catalog,.agent-workspace,.workflow-summary-card,.workflow-todo-card,.drawer-product-hero,.order-state-card,.account-identity-card,.drawer-section{border-color:var(--line);box-shadow:none;border-radius:5px}.panel{margin-bottom:12px}.panel__header,.config-card>header,.plugin-health-card>header,.publish-flow-card>header{min-height:48px;padding:10px 14px}.panel__header h2{font-size:13.5px;font-weight:650}.panel__header p{margin-top:2px;font-size:10px}.panel-count{border-radius:4px;padding:3px 7px}.metric-grid{gap:10px;margin-bottom:12px}.metric-card{gap:3px 8px;min-height:96px;padding:12px 13px}.metric-card:hover{border-color:#becbe0;transform:none}.metric-card__icon{background:var(--accent-50);width:28px;height:28px;color:var(--accent-700);border-radius:5px}.metric-card__icon--gold{background:var(--gold-100);color:var(--gold-700)}.metric-card__icon--red{background:var(--danger-bg);color:var(--danger)}.metric-card__label{font-size:10.5px}.metric-card>strong{font-size:21px;font-weight:650}.metric-card__change{font-size:9.5px}.dashboard-grid{gap:12px;margin-bottom:12px}.dashboard-state-grid{min-height:164px;padding:4px 12px 12px}.dashboard-state-grid>div{gap:4px;min-height:72px;padding:10px 12px}.dashboard-state-grid strong{font-size:20px;font-weight:650}.task-list{padding:4px 10px 8px}.task-list button{grid-template-columns:30px minmax(0,1fr) auto;min-height:52px;padding:7px 4px}.task-icon{border-radius:5px;width:28px;height:28px}.summary-strip{margin-bottom:12px}.summary-strip>div{min-height:78px;padding:11px 14px}.summary-strip strong{font-size:21px;font-weight:650}.status-tabs,.workflow-tabs,.plugin-workspace-tabs{background:#fff;min-height:42px;padding:0 12px}.product-status-tabs,.member-main-tabs,.workflow-tabs,.plugin-toolbar,.agent-catalog>header,.agent-stage-track,.draft-progress,.draft-detail-panel>footer,.draft-detail-grid>section>header,.config-card>footer,.config-card__meta{background:#f8f9fc}.status-tabs button,.workflow-tabs button,.plugin-workspace-tabs button{min-height:42px;padding:0 10px;font-size:11px}.status-tabs button:after,.workflow-tabs button:after,.plugin-workspace-tabs button:after{left:8px;right:8px}.product-status-tabs button{min-width:96px}.table-toolbar{min-height:48px;padding:8px 14px}.toolbar-search{background:#fff;border-radius:4px;width:300px;height:32px}.toolbar-search:focus-within{box-shadow:0 0 0 2px #2f6fed17}table{font-size:12px}th,td{padding:8px 11px}th:first-child,td:first-child{padding-left:14px}th:last-child,td:last-child{padding-right:14px}th{color:#687487;background:#f7f9fc;height:36px;font-size:10.5px;font-weight:600}tbody tr{height:50px}td strong{font-size:12px;font-weight:620}td small{margin-top:3px;font-size:10px}.product-cell img{border-radius:4px}.status-badge,.workflow-state,.lifecycle-label{border-radius:4px;min-height:21px;padding:3px 7px;font-size:9.5px}.table-action>button,.inline-review-actions .table-text-action{border-radius:4px}.table-footer{min-height:42px;padding:7px 14px}.table-footer button{border-radius:4px;min-width:26px;height:26px}.operating-system-map{margin-bottom:12px}.operating-system-map>header{background:#f7f9fc;min-height:52px;padding:10px 14px}.operating-system-map>header>div>span,.operating-system-map__layers>button>span,.operating-system-map__layers>button:nth-child(3)>span,.operating-system-map__layers>button:nth-child(4)>span{background:var(--accent-50);color:var(--accent-700);border-radius:5px}.operating-system-map__layers>button{min-height:78px;padding:10px 12px}.membership-plan-banner,.membership-plan-banner--compact{background:#fffdf8}.plugin-stat-grid,.workflow-summary-grid{gap:10px;margin-bottom:12px}.plugin-stat-grid>div,.workflow-summary-card{min-height:92px;padding:12px}.plugin-toolbar{padding:10px 12px}.plugin-card{border-radius:5px;margin:10px 12px;padding:13px}.plugin-card__icon,.plugin-workspace-header__icon,.agent-card__icon,.agent-hero__title>span:first-child{border-radius:5px}.plugin-workspace-header{padding:14px}.plugin-config-workspace .plugin-workspace-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;display:flex}.plugin-config-workspace .plugin-workspace-header>div:first-child{flex:220px}.plugin-config-workspace .plugin-workspace-header h2{white-space:nowrap;margin:6px 0;font-size:18px}.plugin-config-workspace .plugin-workspace-header__actions{flex-wrap:wrap;flex:0 auto;gap:10px}.plugin-config-workspace .plugin-workspace-header__actions label{align-items:center;gap:8px;font-size:12px;display:flex}.plugin-config-workspace .panel{padding:18px 20px}.plugin-config-workspace .panel>h3{margin:0 0 18px;font-size:15px}.plugin-config-workspace .form-grid{gap:18px;margin-bottom:18px}.plugin-config-workspace form>label,.plugin-config-workspace .draft-detail-panel>label{gap:8px;max-width:680px;margin:16px 0;font-size:13px;display:grid}.plugin-config-workspace input,.plugin-config-workspace select,.drawer-section form input{border:1px solid var(--line);min-width:0;min-height:36px;color:inherit;background:var(--paper);font:inherit;border-radius:5px;padding:7px 10px}.plugin-config-workspace input:focus,.plugin-config-workspace select:focus{outline-offset:1px;outline:2px solid #b4caff}.plugin-config-workspace input:disabled{background:var(--bg);color:var(--muted)}.plugin-config-workspace .table-text-action{color:#2764ed;cursor:pointer;background:0 0;border:0;padding:6px}.plugin-config-workspace .draft-detail-panel{margin-top:20px}.plugin-config-workspace .draft-detail-panel>h3{padding:0 16px;font-size:15px}.plugin-config-workspace .draft-detail-panel>label,.plugin-config-workspace .draft-detail-panel>.detail-list{margin:16px}.plugin-config-workspace .diff-old,.plugin-config-workspace .diff-new{overflow-wrap:anywhere;font-size:13px}.plugin-config-workspace [role=alert],.drawer-section [role=alert]{color:#b42318}.plugin-config-workspace [role=alertdialog]{border:1px solid var(--line);background:var(--paper);border-radius:6px;flex-basis:100%;padding:14px}.plugin-config-workspace [role=alertdialog] .button+.button{margin-left:8px}.plugin-config-workspace form>footer{gap:10px;margin-top:20px;display:flex}.drawer-section form>label{gap:8px;margin-top:14px;display:grid}.drawer-section form .button+.button{margin-left:8px}.workflow-todo-grid{gap:10px;padding:12px 14px 14px}.workflow-todo-card{min-height:108px;padding:11px}.agent-layout{grid-template-columns:254px minmax(0,1fr);gap:12px}.agent-catalog,.agent-workspace{border-radius:5px}.agent-catalog>header{min-height:52px;padding:11px 12px}.agent-card{border-radius:4px;min-height:68px;margin:4px 7px;padding:8px}.agent-card.active{background:var(--accent-50);box-shadow:inset 2px 0 var(--accent-700);border-color:#cbdaf7}.agent-card__icon{width:32px;height:32px}.agent-hero{background:#f8f9fc;gap:12px;min-height:104px;padding:14px}.agent-hero__title{grid-template-columns:40px minmax(0,1fr);gap:10px}.agent-hero__title>span:first-child{width:38px;height:38px}.agent-stage-track{padding:13px 16px 11px}.agent-stage{gap:4px}.agent-workspace>section:not(.agent-hero):not(.agent-stage-track){margin:11px 13px}.agent-opportunity,.agent-plan-card,.agent-budget,.agent-safety-boundary,.agent-tool{border-radius:5px}.agent-opportunity{background:#fff;padding:12px}.agent-plan-card,.agent-budget,.agent-tool{background:#fafbfc;padding:11px}.drawer-layer,.modal-layer{-webkit-backdrop-filter:none;backdrop-filter:none;background:#1d293933}.detail-drawer{background:#f4f6fa;box-shadow:-12px 0 32px #1e2e4321}.detail-drawer>header{min-height:64px;padding:10px 14px}.detail-drawer>header h2{font-size:16px}.detail-drawer__body{padding:12px 14px 18px}.detail-drawer>footer{min-height:54px;padding:9px 14px}.detail-drawer>header>button,.modal-close{border-radius:4px;width:30px;height:30px}.drawer-section,.drawer-product-hero,.order-state-card,.account-identity-card{padding:12px}.form-grid input,.form-grid select,.form-grid textarea,.confirm-modal textarea,.variant-price-table input,.variant-price-table select{border-radius:4px;min-height:34px}.confirm-modal{border-radius:6px;box-shadow:0 18px 48px #1e2e4329}.admin-toast{background:#243040f7;border-radius:5px}@media (max-width:1380px){.content{padding-inline:18px}.metric-card{min-height:92px}.dashboard-state-grid{min-height:156px}}@media (max-width:1240px){.content{padding-inline:16px}.agent-layout{grid-template-columns:1fr}}@media (max-height:680px){.sidebar-flyout{top:58px;bottom:8px}}.admin-shell--compact{--primary-nav-width:144px;--directory-nav-width:188px;--sidebar-width:var(--primary-nav-width)}.admin-shell--compact .sidebar--rail{width:var(--primary-nav-width);box-shadow:none;background:#fff;border-right:1px solid #e4e9f0;overflow:hidden}.admin-shell--compact .sidebar-rail__brand{width:var(--primary-nav-width);height:var(--topbar-height);border-bottom:1px solid #e8ecf2;justify-content:flex-start;gap:9px;padding:0 12px}.admin-shell--compact .sidebar-rail__brand>span{background:#fff;border:1px solid #e2e8f1;border-radius:5px;width:30px;height:30px}.admin-shell--compact .sidebar-rail__brand>div{gap:1px;min-width:0;display:grid}.admin-shell--compact .sidebar-rail__brand strong{color:#253043;letter-spacing:0;text-overflow:ellipsis;font-family:inherit;font-size:12px;font-weight:680;overflow:hidden}.admin-shell--compact .sidebar-rail__brand small{color:#8a95a5;letter-spacing:.01em;text-overflow:ellipsis;font-size:8.5px;overflow:hidden}.admin-shell--compact .sidebar-rail__nav{width:var(--primary-nav-width);align-items:stretch;gap:3px;padding:9px 8px 12px}.admin-shell--compact .sidebar-rail__button{color:#596679;text-align:left;background:0 0;border:1px solid #0000;border-radius:5px;flex:0 0 42px;grid-template-columns:20px minmax(0,1fr);place-items:center start;gap:8px;width:100%;height:42px;min-height:42px;padding:0 10px;display:grid;position:relative}.admin-shell--compact .sidebar-rail__button:hover{color:#2f6fed;background:#f5f7fb;border-color:#0000}.admin-shell--compact .sidebar-rail__button.active,.admin-shell--compact .sidebar-rail__button[aria-expanded=true]{color:#2f6fed;background:#edf4ff;border-color:#0000;font-weight:650;box-shadow:inset 2px 0 #2f6fed}.admin-shell--compact .sidebar-rail__button svg{width:17px;height:17px}.admin-shell--compact .sidebar-rail__button>span{text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;display:block;overflow:hidden}.admin-shell--compact .sidebar-rail__attention{border:1px solid #fff;width:6px;height:6px;top:8px;right:8px}.admin-shell--compact .sidebar__footer{width:var(--primary-nav-width);border-top:1px solid #e8ecf2;padding:8px}.admin-shell--compact .sidebar__footer>div{color:#788497;border-radius:5px;justify-content:flex-start;align-items:center;gap:8px;width:100%;height:38px;min-height:38px;padding:0 10px;display:flex}.admin-shell--compact .sidebar__footer span{font-size:10.5px;display:inline}.admin-shell--compact .admin-main{margin-left:var(--primary-nav-width);transition:margin-left .16s}.admin-shell--compact:has(.sidebar-flyout) .admin-main{margin-left:calc(var(--primary-nav-width) + var(--directory-nav-width))}.sidebar-flyout{z-index:29;top:0;bottom:0;left:var(--primary-nav-width);width:var(--directory-nav-width);box-shadow:none;background:#fbfcfe;border:0;border-right:1px solid #e4e9f0;border-radius:0;animation:none}.sidebar-flyout__header{min-height:var(--topbar-height);height:var(--topbar-height);background:#fff;border-bottom:1px solid #e8ecf2;align-content:center;padding:0 38px 0 16px}.sidebar-flyout__header h2{color:#303a49;font-size:12.5px;font-weight:680}.sidebar-flyout__close{border-radius:4px;width:28px;height:28px;top:12px;right:8px}.sidebar-flyout__nav{background:#fbfcfe;gap:2px;padding:10px 8px}.sidebar-flyout__item{color:#596679;border:0;border-radius:4px;grid-template-columns:minmax(0,1fr) auto;gap:8px;min-height:38px;padding:0 10px;font-size:11.5px}.sidebar-flyout__item:hover{color:#2f6fed;background:#f1f5fb;border-color:#0000}.sidebar-flyout__item.active{color:#2f6fed;background:#eaf2ff;border-color:#0000;font-weight:650;box-shadow:inset 2px 0 #2f6fed}.sidebar-flyout__item>svg{display:none}.sidebar-flyout__item>span{grid-column:1}.sidebar-flyout__item>em{color:#667487;background:#e9edf3;grid-column:2;min-width:18px;padding:2px 5px}.sidebar-flyout__item.active>em{color:#2f6fed;background:#d7e6ff}.topbar__menu{color:#5c6879}@media (max-width:1380px){.admin-shell--compact{--primary-nav-width:132px;--directory-nav-width:174px}.admin-shell--compact .sidebar-rail__brand{padding-inline:10px}.admin-shell--compact .sidebar-rail__button{padding-inline:9px}}@media (max-width:1240px){.admin-shell--compact{--primary-nav-width:124px;--directory-nav-width:166px}.admin-shell--compact .sidebar-rail__brand>div,.admin-shell--compact .sidebar-rail__button>span,.admin-shell--compact .sidebar__footer span{display:block}.admin-shell--compact .sidebar-rail__button{grid-template-columns:18px minmax(0,1fr)}}@media (max-height:680px){.sidebar-flyout{top:0;bottom:0}}.sync-indicator{color:#7a8798;white-space:nowrap;background:#f8fafc;border:1px solid #e3e8ef;border-radius:999px;align-items:center;gap:6px;min-height:26px;padding:0 9px;font-size:11px;display:inline-flex}.sync-indicator i{background:#a8b1bd;border-radius:50%;width:6px;height:6px}.sync-indicator--online{color:#237346;background:#f0faf4;border-color:#cce9d7}.sync-indicator--online i{background:#2fa463;box-shadow:0 0 0 3px #2fa4631f}.workflow-instance-table{min-width:1040px}.table-scroll{overscroll-behavior-inline:contain;scrollbar-gutter:stable}.table-scroll::-webkit-scrollbar{height:10px}.table-scroll::-webkit-scrollbar-thumb{background:#c8d0da padding-box padding-box;border:3px solid #0000;border-radius:999px}@media (max-width:1380px){.admin-shell--compact:has(.sidebar-flyout) .content{padding-inline:14px}.workflow-instance-table th:first-child,.workflow-instance-table td:first-child{z-index:1;background:#fff;position:sticky;left:0;box-shadow:1px 0 #e7ebf0}}.admin-shell--compact .sidebar-rail__button.expanded:not(.active){color:#465469;background:#f4f6fa;border-color:#0000;font-weight:560;box-shadow:inset 2px 0 #b9c3d1}.admin-shell--compact .sidebar-rail__button.active{color:#2f6fed;background:#edf4ff;font-weight:650;box-shadow:inset 2px 0 #2f6fed}.admin-shell--compact{--primary-nav-width:108px;--directory-nav-width:162px}.admin-shell--compact .sidebar-rail__button.active,.admin-shell--compact .sidebar-rail__button[aria-expanded=true]{box-shadow:none;color:#096dd9;background:#eaf3ff;border:1px solid #b9d5fb;border-left:3px solid #1677ff;border-radius:2px;font-weight:700}.admin-shell--compact .sidebar-rail__button.expanded:not(.active){box-shadow:none;color:#46556a;background:#f6f8fb;border:1px solid #d4dfed;border-left:3px solid #8ca6c7;border-radius:2px;font-weight:600}.sync-indicator,.sync-indicator--online{color:#096dd9;background:0 0;border:0;border-radius:0;min-height:24px;padding:0 5px;font-size:9.5px}.sync-indicator--online i{box-shadow:none;background:#1677ff}.table-scroll::-webkit-scrollbar-thumb{background:#bcc5d1 padding-box padding-box}@media (max-width:1380px){.admin-shell--compact{--primary-nav-width:102px;--directory-nav-width:156px}}@media (max-width:1240px){.admin-shell--compact{--primary-nav-width:98px;--directory-nav-width:152px}.admin-shell--compact .sidebar-rail__brand{grid-template-columns:22px minmax(0,1fr);gap:6px;padding-inline:8px}.admin-shell--compact .sidebar-rail__brand strong{letter-spacing:-.02em;text-overflow:clip;white-space:nowrap;font-size:10px;overflow:visible}.admin-shell--compact .sidebar-rail__brand small{display:none}}.admin-shell--compact .sidebar-rail__brand{grid-template-columns:22px minmax(0,1fr);gap:6px;padding-inline:8px}.admin-shell--compact .sidebar-rail__brand strong{letter-spacing:-.02em;text-overflow:clip;white-space:nowrap;font-size:10px;overflow:visible}.admin-shell--compact .sidebar-rail__brand small{display:none}.data-trust-strip,.data-trust-strip--online{box-shadow:none;background:#f8fbff;border:1px solid #cfe0f5;border-left:3px solid #1677ff;border-radius:2px}.data-trust-strip--online>div span,.data-trust-strip--online>div span i{color:#096dd9}.data-trust-strip--online>div span i{background:#1677ff}.sidebar-flyout__item.active{box-shadow:none;color:#096dd9;background:#eaf3ff;border:1px solid #91bfff;border-left:3px solid #1677ff;border-radius:2px;font-weight:700}.sidebar-flyout__item:hover:not(.active){color:#096dd9;background:#f7faff;border:1px solid #cfe0f5;border-left:3px solid #79aef2;border-radius:2px}.rule-help{color:#46556a;background:#f8fbff;border:1px solid #d7e3f2;border-left:3px solid #1677ff;border-radius:2px;margin:0 0 12px}.rule-help summary{cursor:pointer;justify-content:space-between;align-items:center;min-height:38px;padding:0 12px;list-style:none;display:flex}.rule-help summary::-webkit-details-marker{display:none}.rule-help summary span{color:#23466f;align-items:center;gap:7px;font-size:11px;font-weight:700;display:inline-flex}.rule-help summary svg{color:#1677ff;width:14px;height:14px}.rule-help summary small{color:#7d8b9d;font-size:9.5px}.rule-help p{color:#637287;margin:0;padding:0 12px 11px 33px;font-size:10.5px;line-height:1.7}.saved-view-select{color:#405067;min-width:112px;height:32px;font:inherit;background:#fff;border:1px solid #d6dde8;border-radius:2px;padding:0 28px 0 10px}.closure-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:12px;display:grid}.closure-grid__section{background:#fff;border:1px solid #e1e7ef;min-width:0}.closure-grid__section>header{background:#f8fafc;border-bottom:1px solid #e8edf3;justify-content:space-between;align-items:center;min-height:44px;padding:0 12px;display:flex}.closure-grid__section>header strong{color:#233247;font-size:11px}.closure-grid__section>header span{color:#7b8797;font-size:9.5px}.content,.admin-main,.panel,.table-toolbar,.table-scroll{min-width:0}.table-scroll{overscroll-behavior-inline:contain;scrollbar-gutter:stable;width:100%;position:relative;overflow:auto visible}.table-scroll table{min-width:max-content}.table-scroll th,.table-scroll td{max-width:300px}.table-scroll td.reason-cell{white-space:normal;min-width:180px;line-height:1.55}.table-scroll .table-action{z-index:2;background:#fff;min-width:80px;position:sticky;right:0;box-shadow:-12px 0 18px -18px #233247d9}.table-scroll th.table-action{z-index:3;background:#f7f9fc}.table-scroll tbody tr:hover .table-action{background:#f7faff}.shipment-package-list article{background:#fff;border:1px solid #e1e7ef;border-radius:2px}.shipment-package-list article footer{border-top:1px solid #edf1f5;gap:14px;margin-top:10px;padding-top:9px;display:flex}.closure-context-strip,.governance-gate{color:#34465c;background:#f7fbff;border:1px solid #dbe7f6;border-left:3px solid #2f7de1;align-items:center;gap:10px;min-height:54px;margin:0 14px 12px;padding:10px 12px;display:flex}.closure-context-strip>svg,.governance-gate>svg{color:#2f7de1;flex:none;width:18px;height:18px}.closure-context-strip>div,.governance-gate>div{flex:1;min-width:0}.closure-context-strip strong,.governance-gate strong{color:#20344e;gap:8px;font-size:12px;display:flex}.closure-context-strip span,.governance-gate p{color:#69798d;margin:3px 0 0;font-size:10px;line-height:1.55;display:block}.governance-gate{background:#f7fcf9;border-color:#cfe5da #cfe5da #cfe5da #2e9566;margin:0}.governance-gate>svg{color:#2e9566}.governance-gate--blocked{background:#fff8f8;border-color:#f0d8d8 #f0d8d8 #f0d8d8 #c84c4c}.governance-gate--blocked>svg{color:#c84c4c}:is(button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible){outline-offset:2px;outline:2px solid #2f7de1}.workspace-panel-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.workspace-panel-actions .button{white-space:nowrap;min-height:32px}.product-category-filter-bar{background:#fff;border:1px solid #e0e6ee;border-left:3px solid #2f7de1;align-items:center;gap:18px;margin:0 14px 10px;padding:9px 12px;display:flex}.product-category-filter-bar label{color:#31435a;align-items:center;gap:9px;font-size:11px;font-weight:700;display:flex}.product-category-filter-bar select{color:#26384f;background:#fff;border:1px solid #cfd8e4;border-radius:2px;width:240px;min-height:32px;padding:0 30px 0 10px}.product-category-filter-bar p{color:#6a788b;align-items:center;gap:7px;margin:0;font-size:10px;display:flex}.product-category-filter-bar p svg{color:#2f7de1;width:15px;height:15px}.category-path-label{color:#47617f!important}.category-release-notice{background:#f8fbff;border:1px solid #d7e5f6;border-left:3px solid #2f7de1;align-items:center;gap:10px;min-height:52px;margin-bottom:12px;padding:9px 14px;display:flex}.category-release-notice>svg{color:#2f7de1;width:18px;height:18px}.category-release-notice>div{flex:1;min-width:0}.category-release-notice strong,.category-release-notice span{display:block}.category-release-notice strong{color:#273a52;font-size:12px}.category-release-notice span{color:#6e7d90;margin-top:3px;font-size:10px}.category-tree-table{border-top:1px solid #e3e8ef;min-width:1145px;overflow:hidden}.category-tree-head,.category-tree-row{grid-template-columns:minmax(200px,1.4fr) minmax(80px,.5fr) minmax(64px,.4fr) minmax(104px,.62fr) minmax(92px,.55fr) minmax(118px,.7fr) minmax(104px,.62fr) minmax(120px,.72fr) minmax(230px,1.3fr);align-items:center;display:grid}.category-tree-head{color:#46566b;background:#f6f8fb;min-height:38px;padding:0 14px;font-size:10px;font-weight:700}.category-tree-group{border-bottom:1px solid #e1e7ef}.category-tree-row{color:#35475e;background:#fff;min-height:61px;padding:7px 14px;font-size:10px}.category-tree-row:hover{background:#f8fbff}.category-tree-row--root{background:#fbfdff;border-left:3px solid #2f7de1}.category-tree-row--child{border-top:1px solid #edf1f5}.category-tree-row>span{min-width:0;padding-right:12px}.category-tree-row b,.category-tree-row small{display:block}.category-tree-row b{color:#2e4057;font-size:11px}.category-tree-row small{color:#7b8898;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:9px;line-height:1.4;overflow:hidden}.category-tree-name{align-items:center;gap:8px;min-width:0;display:flex}.category-tree-name>i{color:#2878d7;background:#f3f8ff;border:1px solid #d7e4f3;flex:none;place-items:center;width:26px;height:26px;display:grid}.category-tree-name>i svg{width:14px;height:14px}.category-tree-name>strong{color:#1f334d;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.category-tree-name>.category-branch{color:#9aa8b8;background:0 0;border:0}.category-tree-row--child .category-tree-name{padding-left:18px}.category-row-actions{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.category-row-actions button{color:#39638f;background:#fff;border:1px solid #d9e0e9;border-radius:2px;align-items:center;gap:3px;min-height:25px;padding:0 7px;font-size:9px;display:inline-flex}.category-row-actions button:hover{color:#1769c4;background:#f1f7ff;border-color:#7fb2ed}.category-row-actions button:disabled{cursor:not-allowed;color:#a4afbd;background:#f5f6f8;border-color:#e4e8ee}.category-row-actions button.danger{color:#b64a4a}.category-row-actions button.danger:hover{background:#fff6f6;border-color:#e0a1a1}.category-row-actions svg{width:12px;height:12px}.category-workbench-layer{z-index:72;background:#242e3e38;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.category-workbench{width:min(var(--dialog-width-lg), calc(100vw - 48px));max-height:var(--dialog-max-height);background:#fff;border:1px solid #dce3ec;border-radius:3px;grid-template-rows:auto minmax(0,1fr) auto;display:grid;overflow:hidden;box-shadow:0 18px 42px #1d2c402e}.category-workbench>header{border-bottom:1px solid #e3e8ef;justify-content:space-between;align-items:center;gap:20px;min-height:76px;padding:14px 18px;display:flex}.category-workbench>header span{color:#2f7de1;letter-spacing:.08em;font-size:9px;font-weight:700}.category-workbench>header h2{color:#1e314a;margin:3px 0 0;font-size:18px}.category-workbench>header p{color:#748296;margin:4px 0 0;font-size:10px}.category-workbench>header>button{color:#5d6c7e;background:#fff;border:1px solid #dce3eb;border-radius:2px;flex:none;place-items:center;width:30px;height:30px;display:grid}.category-workbench>header>button svg{width:16px;height:16px}.category-workbench__body{background:#f7f9fc;padding:18px;overflow:auto}.category-workbench>footer{background:#fff;border-top:1px solid #e3e8ef;justify-content:flex-end;align-items:center;gap:8px;min-height:58px;padding:11px 18px;display:flex}.category-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.category-form-grid>label,.category-migration-field{color:#3e5067;gap:6px;font-size:10px;font-weight:700;display:grid}.category-form-grid input,.category-form-grid select,.category-migration-field select{color:#253950;width:100%;min-height:36px;font:inherit;background:#fff;border:1px solid #cfd8e4;border-radius:2px;padding:0 10px}.category-form-grid input[readonly]{color:#718094;background:#f0f3f7}.category-form-grid small,.category-migration-field small{color:#8794a4;font-size:9px;font-weight:400;line-height:1.5}.category-form-rule{background:#fff;border:1px solid #d5e4f6;border-left:3px solid #2f7de1;grid-column:1/-1;gap:10px;padding:12px;display:flex}.category-form-rule svg{color:#2f7de1;flex:none;width:18px;height:18px}.category-form-rule strong{color:#2b405b;font-size:11px}.category-form-rule p{color:#6e7e91;margin:4px 0 0;font-size:10px;line-height:1.6}.category-impact-summary{background:#fffaf6;border:1px solid #eed7c8;border-left:3px solid #d77a39;align-items:center;gap:11px;padding:13px;display:flex}.category-impact-summary>svg{color:#d77a39;width:20px;height:20px}.category-impact-summary strong,.category-impact-summary p{margin:0;display:block}.category-impact-summary strong{color:#4a392d;font-size:11px}.category-impact-summary p{color:#837061;margin-top:3px;font-size:10px}.category-retire-detail{background:#fff;border:1px solid #e0e6ee;margin:12px 0;display:grid}.category-retire-detail>div{border-bottom:1px solid #edf1f5;grid-template-columns:110px 1fr;align-items:center;min-height:40px;padding:8px 11px;display:grid}.category-retire-detail>div:last-child{border-bottom:0}.category-retire-detail dt{color:#7b8899;font-size:9px}.category-retire-detail dd{color:#31455e;margin:0;font-size:10px;font-weight:700}.category-no-impact{color:#277a55;align-items:center;gap:7px;margin:12px 0 0;font-size:10px;display:flex}.category-no-impact svg{width:15px;height:15px}.category-danger-note{color:#7d5a5a;border-top:1px solid #e1e7ee;align-items:center;gap:7px;margin:12px 0 0;padding-top:11px;font-size:9px;display:flex}.category-danger-note svg{color:#c25b5b;width:15px;height:15px}@media (max-width:1380px){.content{padding-inline:14px}.table-toolbar{flex-wrap:wrap;gap:8px}.toolbar-search{flex:280px;min-width:min(100%,280px)}.table-toolbar__spacer{display:none}.workspace-panel-actions{justify-content:flex-start}.closure-grid{grid-template-columns:1fr}.summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.category-tree-table{overflow-x:auto}}@media (max-width:900px){.content{padding-inline:10px}.summary-strip{grid-template-columns:1fr}.saved-view-select{flex:132px}.page-header h1{font-size:19px}.category-form-grid{grid-template-columns:1fr}.category-form-rule{grid-column:1}.product-category-filter-bar{flex-direction:column;align-items:stretch;gap:8px}.product-category-filter-bar select{width:100%}}.environment-badge{color:#8a5a00;background:#fff9e8;border:1px solid #e4bd6d;border-radius:3px;flex:none;align-items:center;gap:7px;min-width:172px;height:32px;padding:0 9px;display:inline-flex}.environment-badge>svg{width:15px;height:15px}.environment-badge>span{gap:1px;min-width:0;display:grid}.environment-badge strong,.environment-badge small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.environment-badge strong{font-size:10.5px;line-height:1.1}.environment-badge small{color:#9a6e20;font-size:8.5px;line-height:1.1}.environment-badge--blocked{color:#b42318;background:#fff3f3;border-color:#e1a3a3}.environment-badge--blocked small{color:#b54747}.admin-shell--environment-blocked .data-trust-strip{background:#fff6f6;border-color:#e1a3a3}@media (max-width:1320px){.environment-badge{min-width:112px}.environment-badge small{display:none}}.workspace-tabstrip{flex:auto;align-items:center;gap:8px;min-width:0;display:flex}.workspace-tabstrip [role=tablist]{scrollbar-width:none;flex:auto;align-items:center;gap:4px;min-width:0;display:flex;overflow-x:auto}.workspace-tabstrip [role=tablist]::-webkit-scrollbar{display:none}.workspace-tabstrip__bulk{flex:none;align-items:center;gap:2px;display:flex}.workspace-tabstrip__bulk>button{color:var(--quiet);white-space:nowrap;background:0 0;border:0;border-radius:5px;padding:4px 7px;font-size:11px}.workspace-tabstrip__bulk>button:hover{background:var(--surface-hover);color:var(--info)}.workspace-tab{background:0 0;border:1px solid #0000;border-radius:6px;flex:none;align-items:center;display:inline-flex}.workspace-tab>[role=tab]{color:var(--muted);white-space:nowrap;background:0 0;border:0;padding:5px 4px 5px 9px;font-size:12px}.workspace-tab>.workspace-tab__close{width:18px;height:18px;color:var(--quiet);background:0 0;border:0;border-radius:4px;place-items:center;margin-right:4px;padding:0;display:grid}.workspace-tab>.workspace-tab__close svg{width:12px;height:12px}.workspace-tab>.workspace-tab__close:hover{background:var(--danger-bg);color:var(--danger)}.workspace-tab:hover{border-color:var(--line)}.workspace-tab--active{border-color:var(--info-bg);background:var(--info-bg)}.workspace-tab--active>[role=tab]{color:var(--info);font-weight:650}:is(:is(input,select,textarea):not([type=checkbox]):not([type=radio]):focus,:is(input,select,textarea):not([type=checkbox]):not([type=radio]):focus-visible){border-color:var(--accent-700);outline:0;box-shadow:0 0 0 3px #155bd429}:is(button,a,summary,input[type=checkbox],input[type=radio]):focus-visible{outline:2px solid var(--accent-700);outline-offset:2px;box-shadow:none}.admin-shell.admin-shell--agent{--workspace-sidebar-width:200px;--primary-nav-width:var(--workspace-sidebar-width);--directory-nav-width:0px;--workspace-canvas:#f8f9fb;--workspace-border:#e9ebf0;--workspace-text:#252a36;--workspace-muted:#737c8e;--workspace-blue:#2463eb;--accent-800:#1d4ed8;--accent-700:#2463eb;--accent-500:#668df1;--accent-100:#edf2ff;--accent-50:#f3f6fe;--canvas:#f8f9fb;--paper:#fff;--line:#e9ebf0;--line-soft:#eff1f5;--text:#252a36;--ink:#252a36;--muted:#737c8e;--quiet:#81899a;--info:#2463eb;--info-bg:#edf2ff;--danger:#bd3e46;--danger-bg:#fff1f2;--warning:#9e6719;--warning-bg:#fff7e8;min-width:0;min-height:100vh;color:var(--workspace-text);background:var(--workspace-canvas);font-size:14px;line-height:1.55}.admin-shell.admin-shell--agent.admin-shell--nav-collapsed{--workspace-sidebar-width:72px}.admin-shell.admin-shell--agent .sidebar.sidebar--rail{width:var(--workspace-sidebar-width);border:0;border-right:1px solid var(--workspace-border);box-shadow:none;color:var(--workspace-text);background:#f8f9fb;flex-direction:column;padding:0;transition:width .16s;display:flex;position:fixed;inset:0 auto 0 0;overflow:hidden}.admin-shell.admin-shell--agent .sidebar-flyout{width:auto;min-height:0;max-height:none;box-shadow:none;background:0 0;border:0;border-radius:0;margin:2px 0 6px;padding:0;position:static;inset:auto;overflow:visible}:is(.admin-shell.admin-shell--agent .admin-main,.admin-shell.admin-shell--agent:has(.sidebar-flyout) .admin-main){width:auto;min-width:0;margin-left:var(--workspace-sidebar-width);background:var(--workspace-canvas);min-height:100vh;transition:margin-left .16s}.admin-shell.admin-shell--agent .sidebar-rail__brand{width:100%;height:72px;min-height:72px;color:var(--workspace-text);background:0 0;border:0;gap:9px;padding:12px 14px;display:flex}.admin-shell.admin-shell--agent .sidebar-rail__brand>span{background:#fff;border:1px solid #e6eae6;border-radius:8px;width:30px;height:30px}.admin-shell.admin-shell--agent .sidebar-rail__brand img{width:26px;height:26px}.admin-shell.admin-shell--agent .sidebar-rail__brand>div{gap:2px;min-width:0;display:grid}.admin-shell.admin-shell--agent .sidebar-rail__brand strong{color:#20262f;letter-spacing:-.035em;font-family:inherit;font-size:15px;font-weight:650}.admin-shell.admin-shell--agent .sidebar-rail__brand small{color:var(--workspace-muted);letter-spacing:0;font-size:11px;display:block}.admin-shell.admin-shell--agent .sidebar-rail__nav{scrollbar-width:thin;scrollbar-color:#dbe0e8 transparent;flex:auto;width:100%;max-width:none;min-height:0;padding:8px 12px 20px;display:block;overflow:hidden auto}.admin-shell.admin-shell--agent .sidebar-rail__nav::-webkit-scrollbar{width:4px;display:block}.admin-shell.admin-shell--agent .sidebar-rail__button,.admin-shell.admin-shell--agent .sidebar-rail__button[aria-expanded=true],.admin-shell.admin-shell--agent .sidebar-rail__button.expanded:not(.active){width:100%;height:36px;min-height:36px;box-shadow:none;color:#3d4553;text-align:left;background:0 0;border:0;border-radius:6px;grid-template-columns:20px minmax(0,1fr) 14px;align-items:center;gap:11px;padding:0 10px;font-size:14px;font-weight:500;display:grid;position:relative}.admin-shell.admin-shell--agent .sidebar-rail__button>span{text-overflow:ellipsis;white-space:nowrap;font-size:inherit;display:block;overflow:hidden}.admin-shell.admin-shell--agent .sidebar-rail__button svg{stroke-width:1.5px;width:18px;height:18px}.admin-shell.admin-shell--agent .sidebar-rail__button .sidebar-rail__chevron{color:#949ba8;width:14px;height:14px;transition:transform .14s}.admin-shell.admin-shell--agent .sidebar-rail__button.active,.admin-shell.admin-shell--agent .sidebar-rail__button.active[aria-expanded=true]{box-shadow:none;color:#245dd7;background:#eceff4;border:0;border-radius:7px;font-weight:650}.admin-shell.admin-shell--agent .sidebar-rail__attention{background:#cd863b;border:0;border-radius:50%;width:5px;height:5px;position:absolute;top:11px;right:27px}.admin-shell.admin-shell--agent .sidebar-flyout__nav{flex:none;padding:2px 0;display:block;overflow:visible}.admin-shell.admin-shell--agent .sidebar-flyout__section-label{color:#9199a6;letter-spacing:0;margin:12px 10px 5px 42px;font-size:11px;font-weight:500}.admin-shell.admin-shell--agent .sidebar-flyout__item,.admin-shell.admin-shell--agent .sidebar-flyout__item:hover:not(.active),.admin-shell.admin-shell--agent .sidebar-flyout__item.active{width:100%;min-height:35px;box-shadow:none;color:#687183;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:4px;padding:7px 10px 7px 42px;font-size:13px;font-weight:400;line-height:1.5;display:flex}.admin-shell.admin-shell--agent .sidebar-flyout__item>span{white-space:normal;display:block;overflow:visible}.admin-shell.admin-shell--agent .sidebar-flyout__item>em{color:#697285;background:#e4e8ef;border-radius:4px;flex:none;min-width:18px;padding:0 5px;font-size:11px;line-height:19px;position:static;transform:none}.admin-shell.admin-shell--agent .sidebar-flyout__item .sidebar-pinned-icon{color:#969eac;stroke-width:1.5px;flex:0 0 13px;width:13px;height:13px;margin-left:auto;display:block}.admin-shell.admin-shell--agent .sidebar-child-attention{background:#cd863b;border-radius:50%;flex:0 0 5px;width:5px;height:5px;margin-right:6px}.admin-shell.admin-shell--agent .workspace-page-nav{border-bottom:1px solid var(--workspace-border);scrollbar-width:thin;align-items:stretch;gap:24px;width:100%;min-width:0;margin:-5px 0 12px;padding:0 2px;display:flex;overflow-x:auto}.admin-shell.admin-shell--agent .workspace-page-nav>button{color:#687183;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;flex:none;align-items:center;gap:7px;min-height:42px;padding:8px 2px 12px;font-size:13px;line-height:20px;display:inline-flex}.admin-shell.admin-shell--agent .workspace-page-nav>button:hover{color:#245dd7}.admin-shell.admin-shell--agent .workspace-page-nav>button.active{color:#245dd7;border-bottom-color:#2463eb;font-weight:600}.admin-shell.admin-shell--agent .workspace-page-nav>button:focus-visible{outline-offset:-3px;border-radius:3px;outline:2px solid #2463eb}.admin-shell.admin-shell--agent .workspace-page-nav>button>span{color:#687183;background:#e9edf4;border-radius:4px;min-width:19px;padding:0 5px;font-size:11px;line-height:19px}.admin-shell.admin-shell--agent .page-breadcrumb{flex-wrap:wrap}.admin-shell.admin-shell--agent .page-breadcrumb button{color:inherit;font-size:inherit;line-height:inherit;background:0 0;border:0;padding:0}.admin-shell.admin-shell--agent .page-breadcrumb button:hover{color:#245dd7}.admin-shell.admin-shell--agent .plugin-back-button{flex-shrink:0;margin-left:auto}.admin-shell.admin-shell--agent .plugin-card__side{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.admin-shell.admin-shell--agent .plugin-pin-button{color:#687183;background:0 0;border:0;justify-content:flex-end;align-items:center;gap:6px;min-height:32px;padding:4px 2px;font-size:12px;display:inline-flex}.admin-shell.admin-shell--agent .plugin-pin-button svg{width:14px;height:14px}.admin-shell.admin-shell--agent .plugin-pin-button:hover,.admin-shell.admin-shell--agent .plugin-pin-button[aria-pressed=true]{color:#245dd7}.admin-shell.admin-shell--agent .plugin-pin-button[aria-pressed=true] svg{fill:#e3ecff}@media (max-width:800px){.admin-shell.admin-shell--agent .workspace-page-nav{gap:18px;margin-top:0}.admin-shell.admin-shell--agent .page-header:has(.plugin-back-button){flex-wrap:wrap;align-items:flex-start;gap:12px}.admin-shell.admin-shell--agent .plugin-back-button{margin-left:0}}.admin-shell.admin-shell--agent .sidebar-rail__footer{border-top:1px solid var(--workspace-border);gap:2px;width:auto;margin:0 10px;padding:8px 0;display:grid}.admin-shell.admin-shell--agent .sidebar-rail__footer>button{color:#697285;border-radius:6px;gap:9px;height:32px;min-height:32px;padding:0 9px;font-size:13px;display:flex}.admin-shell.admin-shell--agent .sidebar-rail__footer>button:hover{color:#1b2230;background:#f4f5f7}.admin-shell.admin-shell--agent .sidebar-rail__footer svg{width:16px;height:16px}.admin-shell.admin-shell--agent .sidebar.sidebar--rail{background:#fff;border-right:1px solid #ebedf1}.admin-shell.admin-shell--agent .sidebar-rail__nav{padding:10px 10px 18px}.admin-shell.admin-shell--agent .sidebar-nav-entry{margin-bottom:2px}.admin-shell.admin-shell--agent .sidebar-rail__button:hover,.admin-shell.admin-shell--agent .sidebar-rail__button.expanded:not(.active):hover{color:#1b2230;background:#f4f5f7}.admin-shell.admin-shell--agent .sidebar-rail__button.expanded:not(.active),.admin-shell.admin-shell--agent .sidebar-rail__button[aria-expanded=true]:not(.active){color:#1b2230;background:0 0;font-weight:600}.admin-shell.admin-shell--agent .sidebar-rail__button.active,.admin-shell.admin-shell--agent .sidebar-rail__button.active[aria-expanded=true]{color:#1b2230;background:#f2f3f6;font-weight:600}.admin-shell.admin-shell--agent .sidebar-rail__button svg{color:#5c6675}.admin-shell.admin-shell--agent .sidebar-rail__button.active svg,.admin-shell.admin-shell--agent .sidebar-rail__button.expanded svg{color:#245dd7}.admin-shell.admin-shell--agent .sidebar-rail__button .sidebar-rail__chevron{color:#98a1af;width:15px;height:15px;transition:transform .15s;transform:rotate(90deg)}.admin-shell.admin-shell--agent .sidebar-rail__button:hover .sidebar-rail__chevron{color:#5c6675}.admin-shell.admin-shell--agent .sidebar-rail__button.expanded .sidebar-rail__chevron{transform:rotate(-90deg)}.admin-shell.admin-shell--agent .sidebar-flyout{margin:2px 0 4px}.admin-shell.admin-shell--agent .sidebar-flyout__nav{padding:2px 0 4px}.admin-shell.admin-shell--agent .sidebar-flyout__entry{margin:1px 0}.admin-shell.admin-shell--agent .sidebar-flyout__section-label{color:#98a1af;margin:10px 10px 4px 34px}.admin-shell.admin-shell--agent .sidebar-flyout__item,.admin-shell.admin-shell--agent .sidebar-flyout__item:hover:not(.active),.admin-shell.admin-shell--agent .sidebar-flyout__item.active{color:#5f6775;border-radius:6px;min-height:34px;padding:6px 10px 6px 34px;font-size:13px}.admin-shell.admin-shell--agent .sidebar-flyout__item:hover:not(.active){color:#1b2230;background:#f5f6f8}.admin-shell.admin-shell--agent .sidebar-flyout__item.active{color:#161c27;background:#e9ebef;font-weight:600;position:relative}.admin-shell.admin-shell--agent .sidebar-flyout__item.active:before{content:"";background:#245dd7;border-radius:2px;width:3px;height:16px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.admin-shell.admin-shell--agent .sidebar-flyout__item.active>span{font-weight:600}:is(.admin-shell.admin-shell--agent .sidebar-flyout__item:focus-visible,.admin-shell.admin-shell--agent .sidebar-rail__button:focus-visible){outline-offset:-2px;outline:2px solid #245dd7}.admin-shell.admin-shell--agent .sidebar-rail__footer>button{background:0 0;border:0;justify-content:flex-start;width:100%}.admin-shell.admin-shell--agent .sidebar-rail__footer>button svg{flex-shrink:0}.admin-shell.admin-shell--agent .sidebar-rail__footer>button svg,.admin-shell.admin-shell--agent .sidebar-rail__footer>button span{font-size:13px;display:block}.admin-shell.admin-shell--agent .sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.admin-shell.admin-shell--agent.admin-shell--nav-collapsed .sidebar-rail__brand{justify-content:center;padding-inline:0}.admin-shell.admin-shell--agent.admin-shell--nav-collapsed .sidebar-rail__brand>div,.admin-shell.admin-shell--agent.admin-shell--nav-collapsed .sidebar-rail__button>span,.admin-shell.admin-shell--agent.admin-shell--nav-collapsed .sidebar-rail__button>.sidebar-rail__chevron,.admin-shell.admin-shell--agent.admin-shell--nav-collapsed .sidebar-rail__footer span{display:none}.admin-shell.admin-shell--agent.admin-shell--nav-collapsed .sidebar-rail__button{grid-template-columns:1fr;justify-items:center;min-height:44px;padding-inline:0;display:grid}.admin-shell.admin-shell--agent.admin-shell--nav-collapsed .sidebar-rail__attention{top:8px;right:8px}.admin-shell.admin-shell--agent.admin-shell--nav-collapsed .sidebar-rail__footer>button{justify-content:center;padding:0}.admin-shell.admin-shell--agent .topbar{z-index:25;border:0;border-bottom:1px solid var(--workspace-border);height:52px;min-height:52px;box-shadow:none;background:#fff;gap:14px;padding:0 16px 0 12px;position:sticky;top:0}.admin-shell.admin-shell--agent .topbar__menu{color:#727a88;background:0 0;border:0;border-radius:6px;width:32px;height:34px}.admin-shell.admin-shell--agent .topbar__menu:hover{background:#f1f3f7}.admin-shell.admin-shell--agent .global-search{border:1px solid var(--workspace-border);background:#fafbfd;border-radius:7px;flex:0 240px;width:auto;min-width:0;height:36px}.admin-shell.admin-shell--agent .global-search input{background:0 0;border:0;width:100%;min-width:0;height:34px;min-height:0;font-size:13px}.admin-shell.admin-shell--agent .global-search>svg{color:#8992a2;width:16px;height:16px}.admin-shell.admin-shell--agent .global-results{border:1px solid var(--workspace-border);border-radius:9px;min-width:340px;box-shadow:0 8px 28px #232d411a}.admin-shell.admin-shell--agent .global-results button{min-height:58px;padding:11px 14px;font-size:13px}.admin-shell.admin-shell--agent .global-results small{font-size:12px}.admin-shell.admin-shell--agent .topbar__right{gap:15px;min-width:0;margin-left:auto}.admin-shell.admin-shell--agent .operator>span{color:#6b7380;background:#edf0f5;border-radius:50%;width:32px;height:32px}.admin-shell.admin-shell--agent .operator strong{color:#424a58;font-size:13px;font-weight:600}.admin-shell.admin-shell--agent .operator small{color:#818999;font-size:11px}.admin-shell.admin-shell--agent .operator-menu{position:relative}.admin-shell.admin-shell--agent .operator-menu>.operator{cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:4px 6px;display:flex}.admin-shell.admin-shell--agent .operator-menu>.operator:hover,.admin-shell.admin-shell--agent .operator-menu>.operator[aria-expanded=true]{background:#f2f5fa}.admin-shell.admin-shell--agent .operator-menu>.operator:focus-visible{outline-offset:2px;outline:2px solid #547cc9}.admin-shell.admin-shell--agent .operator-menu__panel{z-index:40;background:#fff;border:1px solid #e6eaf1;border-radius:8px;gap:2px;min-width:200px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 32px #232d411f}.admin-shell.admin-shell--agent .operator-menu__panel>button{color:#2f3949;text-align:left;background:0 0;border:0;border-radius:6px;padding:8px 10px;font-size:13px}.admin-shell.admin-shell--agent .operator-menu__panel>button:hover:not(:disabled){background:#f4f6f9}.admin-shell.admin-shell--agent .operator-menu__panel>button:disabled{color:#9aa3b2;cursor:not-allowed}.admin-shell.admin-shell--agent .environment-badge{color:#5f6877;background:#f8f9fb;border:1px solid #eceef3;border-radius:4px;gap:5px;min-width:0;min-height:24px;padding:2px 8px}.admin-shell.admin-shell--agent .environment-badge>svg{color:#8d95a3;width:15px;height:15px}.admin-shell.admin-shell--agent .environment-badge strong{font-size:11px;font-weight:550}.admin-shell.admin-shell--agent .environment-badge small{font-size:10px}.admin-shell.admin-shell--agent .environment-badge--blocked{color:#b8444e;background:#fff5f5;border-color:#f2c8cc}.admin-shell.admin-shell--agent .environment-badge__storage{color:#56627a;letter-spacing:.02em;background:#eef2f8;border-radius:3px;padding:0 4px}.admin-shell.admin-shell--agent .environment-badge__storage--local{color:#9a6212;background:#fff6e6;border:1px solid #f0d4a8;font-weight:600}.admin-shell.admin-shell--agent .environment-badge--local-d1{border-color:#f0d4a8}@media (max-width:1320px){.admin-shell.admin-shell--agent .environment-badge .environment-badge__storage{display:inline}}@media (max-width:800px){.admin-shell.admin-shell--agent .environment-badge .environment-badge__storage:not(.environment-badge__storage--local){display:none}}.admin-shell.admin-shell--agent .sync-indicator{color:#7a8596;background:0 0;border:0;min-height:24px;padding:0;font-size:11px}.admin-shell.admin-shell--agent .sync-indicator--online i{width:5px;height:5px;box-shadow:none;background:#50a67b}:is(.admin-shell.admin-shell--agent .content,.admin-shell.admin-shell--agent:has(.sidebar-flyout) .content){width:100%;max-width:none;padding:26px 28px 48px}.admin-shell.admin-shell--agent .page-header{min-height:38px;margin:0 0 22px;padding:0}.admin-shell.admin-shell--agent .page-header h1{color:#20252d;letter-spacing:-.04em;margin:0;font-size:25px;font-weight:650;line-height:1.45}.admin-shell.admin-shell--agent .page-breadcrumb{color:#8b92a0;align-items:center;gap:7px;margin:0 0 9px;font-size:12px;display:flex}.admin-shell.admin-shell--agent .page-breadcrumb svg{width:12px;height:12px}.admin-shell.admin-shell--agent :is(button,input,select,textarea){font-size:13px}.admin-shell.admin-shell--agent :is(input,select,textarea):not([type=checkbox]):not([type=radio]){color:#384152;background-color:#fff;border-color:#dfe3eb;border-radius:6px;min-height:36px}.admin-shell.admin-shell--agent :is(input,textarea)::placeholder{color:#6b7280}.admin-shell.admin-shell--agent :is(input,select,textarea):disabled,.admin-shell.admin-shell--agent :is(input,textarea)[readonly]{color:#8991a0;background-color:#f5f6f9}.admin-shell.admin-shell--agent :is(input[type=checkbox],input[type=radio]){accent-color:var(--workspace-blue);width:15px;height:15px}.admin-shell.admin-shell--agent :is(button,a,input,select,textarea,summary):focus-visible{outline-offset:3px;outline:2px solid #2463eb;box-shadow:0 0 0 4px #2463eb14}.admin-shell.admin-shell--agent :is(button,input,select,textarea):disabled{cursor:not-allowed;opacity:.55}.admin-shell.admin-shell--agent :is(small,.muted,.privacy-note,.form-grid label,.detail-list dt,.detail-list dd){font-size:12px;line-height:1.6}.admin-shell.admin-shell--agent :is(.button,.icon-button){min-height:36px;box-shadow:none;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:7px;padding:7px 12px;font-size:13px;font-weight:550;line-height:1.5;transition:background .13s,border-color .13s;display:inline-flex}.admin-shell.admin-shell--agent .button--primary{color:#fff;background:#2463eb;border-color:#2463eb}.admin-shell.admin-shell--agent .button--primary:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.admin-shell.admin-shell--agent .button--secondary{color:#545f71;background:#fff;border-color:#dfe4ed}.admin-shell.admin-shell--agent .button--secondary:hover:not(:disabled),.admin-shell.admin-shell--agent .button--secondary[aria-pressed=true]{color:#245dd7;background:#f6f8fe;border-color:#b9cbf5}.admin-shell.admin-shell--agent .button--danger{color:#fff;background:#c34a52;border-color:#c34a52}.admin-shell.admin-shell--agent .button--danger:hover:not(:disabled){background:#ad3840}.admin-shell.admin-shell--agent :is(.button,.icon-button) svg{width:16px;height:16px}.admin-shell.admin-shell--agent .icon-button{color:#687386;background:0 0;border-color:#0000;width:34px;min-width:34px;height:34px;min-height:34px;padding:7px}.admin-shell.admin-shell--agent .icon-button:hover{background:#f1f3f7}.admin-shell.admin-shell--agent :is(.text-action,.table-text-action,.link-button){color:#2b5cd9;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:4px;align-items:center;gap:5px;min-height:28px;padding:3px 9px;font-size:12.5px;font-weight:550;display:inline-flex}.admin-shell.admin-shell--agent :is(.text-action,.table-text-action,.link-button) svg{width:14px;height:14px}.admin-shell.admin-shell--agent :is(.text-action,.table-text-action,.link-button):hover{color:#1d4ed8;background:#f1f5fd;border-color:#dbe6fb;text-decoration:none}.admin-shell.admin-shell--agent :is(.text-action,.table-text-action,.link-button):active{background:#e6eefc}.admin-shell.admin-shell--agent :is(.text-action,.table-text-action,.link-button):disabled{color:#9aa4b4;background:0 0;border-color:#0000}.admin-shell.admin-shell--agent .table-text-action--primary{color:#1d4ed8;background:#eaf1ff;border-color:#cfe0ff;font-weight:600}.admin-shell.admin-shell--agent .table-text-action--primary:hover{background:#dfeaff;border-color:#b7d0ff}.admin-shell.admin-shell--agent .table-text-action--danger{color:#bd3e46}.admin-shell.admin-shell--agent .table-text-action--danger:hover{color:#a8323a;background:#fdf1f1;border-color:#f0d4d6}.admin-shell.admin-shell--agent :is(.panel,.summary-strip,.metric-card,.operating-system-map,.membership-plan-banner,.rules-banner,.config-version,.lifecycle-card,.plugin-card,.plugin-workspace-header,.plugin-health-card,.publish-flow-card,.draft-detail-panel,.agent-catalog,.agent-workspace,.workflow-summary-card,.workflow-todo-card,.drawer-product-hero,.order-state-card,.account-identity-card,.drawer-section,.config-card){border:1px solid var(--workspace-border);box-shadow:none;background:#fff;border-radius:9px}.admin-shell.admin-shell--agent .panel{margin-bottom:20px;overflow:hidden}.admin-shell.admin-shell--agent .panel__header{border-bottom-color:#edf0f5;align-items:center;gap:18px;min-height:62px;padding:17px 20px}.admin-shell.admin-shell--agent .panel__header h2{color:#2b303a;font-size:16px;font-weight:650;line-height:1.5}.admin-shell.admin-shell--agent .panel__header p{color:#8991a0;margin:5px 0 0;font-size:12px;line-height:1.6}.admin-shell.admin-shell--agent :is(.status-tabs,.workflow-tabs,.plugin-workspace-tabs){border-bottom-color:var(--workspace-border);background:#fff;gap:9px;min-height:48px;padding:0 18px;display:flex;overflow-x:auto}.admin-shell.admin-shell--agent :is(.status-tabs,.workflow-tabs,.plugin-workspace-tabs) button{color:#7c8493;white-space:nowrap;flex:none;min-width:auto;min-height:48px;padding:0 11px;font-size:13px;font-weight:450}.admin-shell.admin-shell--agent :is(.status-tabs,.workflow-tabs,.plugin-workspace-tabs) button.active{color:#2463eb;background:0 0;font-weight:600}.admin-shell.admin-shell--agent :is(.status-tabs,.workflow-tabs,.plugin-workspace-tabs) button:after{height:2px;left:10px;right:10px}.admin-shell.admin-shell--agent .status-tabs button span{color:#8b94a4;background:#f0f2f6;border-radius:4px;min-width:18px;margin-left:5px;padding:1px 5px;font-size:11px}.admin-shell.admin-shell--agent .status-tabs button.active span{color:#3a69d1;background:#eef3ff}.admin-shell.admin-shell--agent .table-toolbar{background:#fff;flex-wrap:wrap;gap:9px;min-width:0;min-height:64px;padding:14px 20px;display:flex}.admin-shell.admin-shell--agent .toolbar-search{background:#fff;border:1px solid #dfe3eb;border-radius:6px;flex:240px;gap:8px;width:310px;min-width:min(100%,250px);max-width:450px;height:36px}.admin-shell.admin-shell--agent .toolbar-search input{background:0 0;border:0;height:34px;min-height:0;padding-block:0;font-size:13px}.admin-shell.admin-shell--agent .toolbar-search svg{color:#9099aa;width:16px;height:16px}.admin-shell.admin-shell--agent .saved-view-select{background:#fff;border:1px solid #dfe3eb;border-radius:6px;min-height:36px;padding:0 10px;font-size:13px}.admin-shell.admin-shell--agent .table-toolbar__spacer{flex:1;display:block}.admin-shell.admin-shell--agent .table-scroll{overscroll-behavior-inline:contain;scrollbar-width:thin;scrollbar-color:#d2d8e2 transparent;width:100%;overflow-x:auto}.admin-shell.admin-shell--agent table{border-collapse:collapse;color:#555f70;font-variant-numeric:tabular-nums;width:100%;font-size:13px}.admin-shell.admin-shell--agent .table-scroll table{min-width:max-content}.admin-shell.admin-shell--agent :is(th,td){border-bottom-color:#edf0f5;padding:14px 16px;font-size:13px;line-height:1.55}.admin-shell.admin-shell--agent :is(th,td):first-child{padding-left:20px}.admin-shell.admin-shell--agent :is(th,td):last-child{padding-right:20px}.admin-shell.admin-shell--agent th{color:#5b6472;background:#f8f9fb;height:44px;padding-block:11px;font-size:12px;font-weight:550}.admin-shell.admin-shell--agent tbody tr{background:#fff;height:66px}.admin-shell.admin-shell--agent tbody tr:hover{background:#fafbfd}.admin-shell.admin-shell--agent td strong{color:#454e5e;font-size:13px;font-weight:550}.admin-shell.admin-shell--agent td small{color:#9098a7;margin-top:3px;font-size:11px;line-height:1.55;display:block}.admin-shell.admin-shell--agent .numeric{font-variant-numeric:tabular-nums}.admin-shell.admin-shell--agent .member-price{color:#3268db;font-weight:550}.admin-shell.admin-shell--agent .table-action{white-space:nowrap}.admin-shell.admin-shell--agent .table-action>button{background:0 0;border:0;border-radius:4px;min-height:30px;padding:4px 7px;font-size:13px}.admin-shell.admin-shell--agent .table-scroll th.table-action{background:#f8f9fb}.admin-shell.admin-shell--agent .table-scroll tbody tr:hover .table-action{background:#fafbfd}.admin-shell.admin-shell--agent .table-footer{color:#8b94a3;border-color:#edf0f5;flex-wrap:wrap;align-items:center;gap:12px;min-height:58px;padding:13px 20px;font-size:12px;display:flex}.admin-shell.admin-shell--agent .table-footer button{border-radius:5px;min-width:30px;height:30px;font-size:12px}.admin-shell.admin-shell--agent :is(.status-badge,.workflow-state,.lifecycle-label){border:0;border-radius:4px;min-height:23px;padding:3px 7px;font-size:11px;font-weight:500;line-height:1.5}.admin-shell.admin-shell--agent :is(.table-empty,.task-list__empty){text-align:center;color:#929aa8;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:190px;padding:30px 20px;display:flex}.admin-shell.admin-shell--agent :is(.table-empty,.task-list__empty)>svg{stroke-width:1.3px;color:#a7b0be;width:30px;height:30px}.admin-shell.admin-shell--agent :is(.table-empty,.task-list__empty) strong{color:#637084;font-size:14px;font-weight:500}.admin-shell.admin-shell--agent :is(.table-empty,.task-list__empty) span{color:#959eac;font-size:12px}.admin-shell.admin-shell--agent .table-empty .button{margin-top:4px}.admin-shell.admin-shell--agent .summary-strip{margin-bottom:20px;overflow:hidden}.admin-shell.admin-shell--agent .summary-strip>div{border-color:#edf0f5;min-height:104px;padding:19px 22px}.admin-shell.admin-shell--agent .summary-strip>div>span{color:#737d8e;font-size:13px}.admin-shell.admin-shell--agent .summary-strip strong{color:#28303d;margin-top:5px;font-size:25px;font-weight:600}.admin-shell.admin-shell--agent .summary-strip small{color:#929aa8;margin-top:6px;font-size:11px}.admin-shell.admin-shell--agent :is(.rules-banner,.privacy-note,.rule-help,.category-release-notice,.closure-context-strip,.data-trust-strip,.config-version){box-shadow:none;background:#f8faff;border:1px solid #e6eaf1;border-radius:7px}.admin-shell.admin-shell--agent :is(.rules-banner,.privacy-note,.rule-help,.category-release-notice,.closure-context-strip,.data-trust-strip){color:#69778c;font-size:12px;line-height:1.65}.admin-shell.admin-shell--agent .rule-help summary{min-height:43px}.admin-shell.admin-shell--agent .rule-help summary span{color:#6c778a;font-size:13px}.admin-shell.admin-shell--agent .rule-help p{color:#8993a3;font-size:12px}.admin-shell.admin-shell--agent :is(.category-release-notice,.closure-context-strip,.governance-gate){border-left-width:1px;border-radius:7px;min-height:62px;padding:12px 16px}.admin-shell.admin-shell--agent :is(.category-release-notice,.closure-context-strip,.governance-gate) strong{font-size:13px}.admin-shell.admin-shell--agent :is(.category-release-notice,.closure-context-strip) span,.admin-shell.admin-shell--agent .governance-gate p{font-size:12px}.admin-shell.admin-shell--agent .agent-workspace-heading{justify-content:space-between;align-items:center;gap:16px;min-height:38px;margin-top:-60px;margin-bottom:22px;padding-left:132px;display:flex}.admin-shell.admin-shell--agent .agent-workspace-heading>span{color:#8a92a1;font-size:12px}.admin-shell.admin-shell--agent .agent-workspace-heading .button{color:#3268db}.admin-shell.admin-shell--agent .agent-goal-launcher{background:#fff;border:1px solid #e1e7f2;border-radius:8px;flex-wrap:wrap;align-items:center;gap:12px;min-height:64px;margin-bottom:20px;padding:11px 14px 11px 20px;display:flex}.admin-shell.admin-shell--agent .agent-goal-launcher>svg{color:#3b6de2;width:19px;height:19px}.admin-shell.admin-shell--agent .agent-goal-launcher label{color:#687488;font-size:13px}.admin-shell.admin-shell--agent .agent-goal-launcher select{color:#4e5a6f;background:#fafbfd;border:1px solid #edf0f5;flex:1;min-width:220px;padding:7px 10px}.admin-shell.admin-shell--agent .agent-goal-launcher>span{color:#8b93a2;background:#f3f5f8;border-radius:4px;padding:3px 7px;font-size:11px}.admin-shell.admin-shell--agent .agent-workspace-metrics{border:1px solid var(--workspace-border);background:#eef1f6;border-radius:9px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-bottom:20px;display:grid;overflow:hidden}.admin-shell.admin-shell--agent .agent-workspace-metrics .metric-card{text-align:left;background:#fff;border:0;border-radius:0;flex-direction:column;justify-content:center;align-items:flex-start;gap:9px;min-height:130px;padding:20px 24px;display:flex;position:relative}.admin-shell.admin-shell--agent .agent-workspace-metrics .metric-card+.metric-card:before{content:none}.admin-shell.admin-shell--agent .agent-workspace-metrics .metric-card:hover{background:#fafbfd}.admin-shell.admin-shell--agent .agent-workspace-metrics .metric-card__icon{display:none}.admin-shell.admin-shell--agent .agent-workspace-metrics .metric-card__label{color:#727b8c;font-size:13px}.admin-shell.admin-shell--agent .agent-workspace-metrics .metric-card>strong{color:#252b35;letter-spacing:-.03em;font-size:28px;font-weight:600;line-height:1.2}.admin-shell.admin-shell--agent .agent-workspace-metrics .metric-card__change{color:#929baa;font-size:11px}.admin-shell.admin-shell--agent .agent-workspace-metrics .metric-card__change svg{display:none}.admin-shell.admin-shell--agent .agent-workspace-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);align-items:stretch;gap:20px;margin-bottom:20px;display:grid}.admin-shell.admin-shell--agent .agent-workspace-grid>.panel{margin:0}.admin-shell.admin-shell--agent .agent-run-list{min-width:0}.admin-shell.admin-shell--agent .agent-run-list table{table-layout:fixed;min-width:400px}.admin-shell.admin-shell--agent .agent-run-list th:nth-child(2){width:100px}.admin-shell.admin-shell--agent .agent-run-list th:nth-child(3){width:120px}.admin-shell.admin-shell--agent .agent-run-list th:last-child{width:86px}.admin-shell.admin-shell--agent .agent-run-list td{white-space:normal;overflow-wrap:anywhere}.admin-shell.admin-shell--agent .task-list{padding:0 20px 12px}.admin-shell.admin-shell--agent .task-list>button{text-align:left;background:0 0;border:0;border-bottom:1px solid #edf0f5;border-radius:0;grid-template-columns:33px minmax(0,1fr) auto;align-items:center;gap:13px;width:100%;min-height:91px;padding:16px 0;display:grid}.admin-shell.admin-shell--agent .task-list>button:last-child{border-bottom:0}.admin-shell.admin-shell--agent .task-list>button:hover{background:#fafbfd}.admin-shell.admin-shell--agent .task-icon{color:#6e7b91;background:0 0;border:0;border-radius:0;place-items:center;width:32px;height:32px;display:grid}.admin-shell.admin-shell--agent .task-icon svg{stroke-width:1.5px;width:25px;height:25px}.admin-shell.admin-shell--agent .task-icon--red{color:#ae6e75;background:0 0}.admin-shell.admin-shell--agent .task-list strong{color:#3e4655;font-size:14px;font-weight:550;display:block}.admin-shell.admin-shell--agent .task-list small{color:#929aa8;margin-top:4px;font-size:12px;display:block}.admin-shell.admin-shell--agent .task-list em{color:#3268db;white-space:nowrap;background:0 0;border:0;align-items:center;gap:3px;margin:0;padding:0;font-size:12px;font-style:normal;display:inline-flex}.admin-shell.admin-shell--agent .task-list em svg{width:13px;height:13px}.admin-shell.admin-shell--agent .agent-workspace-grid>.agent-plan-card{border:1px solid var(--workspace-border);background:#fff;border-radius:9px;min-width:0;padding:20px}.admin-shell.admin-shell--agent .agent-workspace-grid>.agent-plan-card>header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:20px;display:flex}.admin-shell.admin-shell--agent .agent-workspace-grid>.agent-plan-card h2{color:#2b303a;margin:0;font-size:16px;font-weight:650}.admin-shell.admin-shell--agent .agent-plan-mode{color:#929baa;align-items:center;gap:4px;font-size:11px;display:inline-flex}.admin-shell.admin-shell--agent .agent-plan-mode svg{color:#6d89c8;width:14px;height:14px}.admin-shell.admin-shell--agent .agent-workspace-grid>.agent-plan-card h3{color:#3d4859;margin:0 0 5px;font-size:16px;font-weight:550}.admin-shell.admin-shell--agent .agent-plan-reference{color:#909aaa;margin:0 0 18px;font-size:11px}.admin-shell.admin-shell--agent .agent-plan-evidence{gap:13px;margin:0 0 24px;display:grid}.admin-shell.admin-shell--agent .agent-plan-evidence>div{grid-template-columns:40px minmax(0,1fr);gap:15px;display:grid}.admin-shell.admin-shell--agent .agent-plan-evidence dt{color:#8a95a7;font-size:12px}.admin-shell.admin-shell--agent .agent-plan-evidence dd{color:#5e6a7c;overflow-wrap:anywhere;min-width:0;margin:0;font-size:12px}.admin-shell.admin-shell--agent .agent-plan-evidence .link-button{min-height:0;font-size:12px}.admin-shell.admin-shell--agent .agent-plan-steps{grid-template-columns:repeat(5,1fr);margin:0 0 22px;padding:0;list-style:none;display:grid}.admin-shell.admin-shell--agent .agent-plan-steps li{color:#9ba3b0;flex-direction:column;align-items:center;gap:7px;font-size:11px;display:flex;position:relative}.admin-shell.admin-shell--agent .agent-plan-steps li:not(:last-child):after{content:"";background:#e4e9f2;width:calc(100% - 34px);height:1px;position:absolute;top:11px;left:calc(50% + 17px)}.admin-shell.admin-shell--agent .agent-plan-steps li>span{background:#fff;border:1px solid #dbe1ec;border-radius:50%;place-items:center;width:24px;height:24px;font-size:11px;display:grid}.admin-shell.admin-shell--agent .agent-plan-steps li.active>span{color:#3068e3;background:#edf3ff;border-color:#507dea}.admin-shell.admin-shell--agent .agent-plan-steps li[aria-current=step]>span{color:#fff;background:#2463eb;border-color:#2463eb}.admin-shell.admin-shell--agent .agent-plan-steps li.active{color:#5b6b85}.admin-shell.admin-shell--agent .agent-plan-steps svg{width:13px;height:13px}.admin-shell.admin-shell--agent .agent-workspace-grid>.agent-plan-card>footer{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.admin-shell.admin-shell--agent .agent-workspace-grid>.agent-plan-card>footer .button{flex:1}.admin-shell.admin-shell--agent .agent-plan-error{color:#b24a54;background:#fff3f3;border-radius:6px;padding:10px;font-size:12px}.admin-shell.admin-shell--agent .agent-plan-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:13px;min-height:294px;padding:25px 18px;display:flex}.admin-shell.admin-shell--agent .agent-plan-empty>svg{color:#9aadd3;stroke-width:1.3px;width:34px;height:34px}.admin-shell.admin-shell--agent .agent-plan-empty p{color:#929baa;max-width:310px;margin:0;font-size:12px;line-height:1.8}.admin-shell.admin-shell--agent .agent-plan-empty small{color:#a0a8b5;margin-top:8px;font-size:11px}.admin-shell.admin-shell--agent .agent-workspace-footer{flex-wrap:wrap;align-items:center;gap:14px 24px;padding:3px 0 7px;display:flex}.admin-shell.admin-shell--agent .agent-workspace-footer button{color:#8b94a4;background:0 0;border:0;align-items:center;gap:8px;padding:0;font-size:12px;display:inline-flex}.admin-shell.admin-shell--agent .agent-workspace-footer button>svg{width:15px;height:15px}.admin-shell.admin-shell--agent .agent-workspace-footer strong{color:#5c687b;font-size:12px;font-weight:550}.admin-shell.admin-shell--agent .agent-data-caption{color:#a0a7b4;margin:13px 0 0;font-size:11px}.admin-shell.admin-shell--agent .product-header-actions{flex-wrap:wrap;gap:9px;display:flex}.admin-shell.admin-shell--agent .product-list-filters{flex-wrap:wrap;align-items:center;gap:12px;min-width:0;padding:15px 20px;display:flex}.admin-shell.admin-shell--agent .product-list-filters .table-toolbar{flex:0 auto;gap:8px;min-height:36px;padding:0}.admin-shell.admin-shell--agent .product-list-filters .toolbar-search{flex:0 340px}.admin-shell.admin-shell--agent .product-list-filters .product-category-select select{max-width:220px}.admin-shell.admin-shell--agent .product-category-select{color:#8993a3;align-items:center;gap:10px;font-size:12px;display:flex}.admin-shell.admin-shell--agent .product-category-select select{border:1px solid #dfe3eb;min-width:170px;max-width:260px;padding:7px 10px}.admin-shell.admin-shell--agent .product-cell{align-items:center;gap:10px;min-width:0;display:flex}.admin-shell.admin-shell--agent .product-cell>div{min-width:0}.admin-shell.admin-shell--agent .product-cell img{object-fit:cover;border:1px solid #eef0f4;border-radius:7px;flex:none;width:44px;height:44px}.admin-shell.admin-shell--agent .product-cell strong{max-width:220px}.admin-shell.admin-shell--agent .product-expand-button{color:#919aab;background:0 0;border:0;border-radius:4px;place-items:center;width:24px;min-width:24px;height:29px;display:grid}.admin-shell.admin-shell--agent .product-expand-button:hover{color:#3268db;background:#edf1f8}.admin-shell.admin-shell--agent .product-expand-button svg{width:15px;height:15px;transition:transform .14s}.admin-shell.admin-shell--agent .product-expand-button .is-expanded{transform:rotate(90deg)}.admin-shell.admin-shell--agent .product-sku-row>td{background:#fafbfd;padding:0 20px 16px 53px}.admin-shell.admin-shell--agent .product-sku-row table{background:#fff;border:1px solid #e8edf6;min-width:740px}.admin-shell.admin-shell--agent .product-sku-row th{background:#f4f6fa;font-size:12px}.admin-shell.admin-shell--agent .product-sku-row td{padding-block:11px;font-size:13px}.admin-shell.admin-shell--agent .product-sku-row tr{height:48px}.admin-shell.admin-shell--agent .product-check-panel{background:#f9fbff;border:1px solid #dce5f8;border-radius:7px;margin:0 20px 16px;overflow:hidden}.admin-shell.admin-shell--agent .product-check-panel>header{justify-content:space-between;align-items:center;min-height:43px;padding:8px 12px;display:flex}.admin-shell.admin-shell--agent .product-check-panel>header>div{align-items:center;gap:7px;display:flex}.admin-shell.admin-shell--agent .product-check-panel>header svg{color:#6186d9;width:16px;height:16px}.admin-shell.admin-shell--agent .product-check-panel strong{color:#51617e;font-size:13px;font-weight:550}.admin-shell.admin-shell--agent .product-check-panel>p{color:#8996aa;margin:0;padding:0 12px 12px;font-size:12px}.admin-shell.admin-shell--agent .product-check-panel>ul{margin:0;padding:0 12px;list-style:none}.admin-shell.admin-shell--agent .product-check-panel li{border-top:1px solid #e6edf9;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.admin-shell.admin-shell--agent .product-check-panel li>div{gap:5px;display:grid}.admin-shell.admin-shell--agent .product-check-panel li span{color:#8793a7;font-size:12px}.admin-shell.admin-shell--agent .product-check-panel li>.product-check-actions{flex:none;align-items:center;gap:8px;display:flex}.admin-shell.admin-shell--agent .product-policy{color:#8893a4;border-top:1px solid #edf0f5}.admin-shell.admin-shell--agent .product-policy summary{cursor:pointer;padding:12px 20px;font-size:12px}.admin-shell.admin-shell--agent .product-policy p{color:#8c97a8;margin:0;padding:0 20px 16px;font-size:12px;line-height:1.8}.admin-shell.admin-shell--agent .category-tree-table{border-color:#edf0f5;width:100%;min-width:0;overflow-x:auto}.admin-shell.admin-shell--agent .category-tree-head,.admin-shell.admin-shell--agent .category-tree-row{grid-template-columns:minmax(176px,1.25fr) 94px 70px 104px 88px 118px 106px 126px minmax(190px,1.1fr);min-width:1120px}.admin-shell.admin-shell--agent .category-tree-head{color:#7d8696;background:#f8f9fb;min-height:44px;padding:10px 20px;font-size:12px;font-weight:500}.admin-shell.admin-shell--agent .category-tree-row{color:#69758a;min-height:75px;padding:13px 20px;font-size:13px}.admin-shell.admin-shell--agent .category-tree-row--root{background:#fff;border-left:0}.admin-shell.admin-shell--agent .category-tree-row:hover{background:#fafbfd}.admin-shell.admin-shell--agent .category-tree-row :is(b,strong){color:#4d586a;font-size:13px;font-weight:550}.admin-shell.admin-shell--agent .category-tree-row small{color:#98a1b0;font-size:11px}.admin-shell.admin-shell--agent .category-tree-name>i{color:#8a9bb7;background:#f2f5fa;border:0;border-radius:5px;width:27px;height:27px}.admin-shell.admin-shell--agent .category-row-actions{gap:5px}.admin-shell.admin-shell--agent .category-row-actions button{border-color:#e6eaf1;border-radius:5px;min-height:32px;padding:4px 7px;font-size:13px}.admin-shell.admin-shell--agent :is(.plugin-stat-grid,.workflow-summary-grid,.workflow-todo-grid){gap:16px}.admin-shell.admin-shell--agent .workflow-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-shell.admin-shell--agent :is(.plugin-stat-grid>div,.workflow-summary-card){border:1px solid var(--workspace-border);background:#fff;border-radius:8px;min-height:112px;padding:20px}.admin-shell.admin-shell--agent :is(.plugin-stat-grid,.workflow-summary-grid) strong{font-size:25px;font-weight:600}.admin-shell.admin-shell--agent :is(.plugin-stat-grid,.workflow-summary-grid) span{color:#78869a;font-size:13px}.admin-shell.admin-shell--agent .plugin-toolbar{background:#fff;padding:14px 20px}.admin-shell.admin-shell--agent .plugin-card{gap:20px;margin:16px 20px;padding:21px}.admin-shell.admin-shell--agent .plugin-card__main h3{font-size:16px;font-weight:600}.admin-shell.admin-shell--agent :is(.plugin-card__main p,.plugin-card__main dd,.plugin-card__main dt,.plugin-card__side small,.plugin-card__side p,.plugin-card__description,.plugin-capability-list p){font-size:13px;line-height:1.7}.admin-shell.admin-shell--agent :is(.plugin-card__icon,.plugin-workspace-header__icon,.agent-card__icon,.agent-hero__title>span:first-child){color:#7792c9;background:#f5f8ff;border:1px solid #e8edf5;border-radius:8px}.admin-shell.admin-shell--agent .plugin-workspace-header{padding:20px}.admin-shell.admin-shell--agent .plugin-workspace-header h2{font-size:20px}.admin-shell.admin-shell--agent :is(.config-card>header,.plugin-health-card>header,.publish-flow-card>header){min-height:58px;padding:15px 18px}.admin-shell.admin-shell--agent :is(.config-card,.plugin-health-card,.publish-flow-card) h3{font-size:15px}.admin-shell.admin-shell--agent .config-card__meta{color:#8995a8;background:#f9fafc;font-size:12px}.admin-shell.admin-shell--agent .config-card>footer{background:#fff;padding:14px 18px}.admin-shell.admin-shell--agent .agent-layout{grid-template-columns:250px minmax(0,1fr);align-items:start;gap:20px}.admin-shell.admin-shell--agent .agent-catalog>header{background:#fff;padding:17px 16px}.admin-shell.admin-shell--agent .agent-catalog>header h2{font-size:15px}.admin-shell.admin-shell--agent .agent-card{background:0 0;border:1px solid #0000;border-radius:7px;min-height:84px;margin:5px 9px;padding:11px}.admin-shell.admin-shell--agent .agent-card.active{box-shadow:none;background:#f3f6fd;border-color:#e1e8f8}.admin-shell.admin-shell--agent .agent-card strong{font-size:13px}.admin-shell.admin-shell--agent .agent-card small{font-size:11px}.admin-shell.admin-shell--agent .agent-hero{background:#fff;grid-template-columns:minmax(0,1fr);gap:14px;min-height:112px;padding:22px}.admin-shell.admin-shell--agent .agent-hero__meta{color:#697487;flex-wrap:wrap;gap:8px 14px;min-width:0;font-size:12px;display:flex}.admin-shell.admin-shell--agent .agent-hero__meta :is(span,strong){white-space:normal;font-size:12px}.admin-shell.admin-shell--agent .agent-hero__title{width:100%}.admin-shell.admin-shell--agent .agent-template-note{color:#66738a;background:#fff;border:1px solid #e3e8f2;border-radius:6px;align-items:flex-start;gap:8px;margin:0 0 18px;padding:12px;font-size:12px;display:flex}.admin-shell.admin-shell--agent .agent-template-note svg{flex-shrink:0;width:16px;height:16px;margin-top:2px}.admin-shell.admin-shell--agent .agent-card__meta em{font-size:11px}.admin-shell.admin-shell--agent .agent-tool :is(strong,code),.admin-shell.admin-shell--agent .agent-audit-item :is(small,p){font-size:12px}.admin-shell.admin-shell--agent .agent-hero h2{font-size:20px}.admin-shell.admin-shell--agent .agent-hero p{font-size:12px;line-height:1.7}.admin-shell.admin-shell--agent .agent-stage-track{background:#f9fafd;padding:20px 22px}.admin-shell.admin-shell--agent .agent-stage strong{font-size:12px}.admin-shell.admin-shell--agent .agent-stage small{font-size:11px}.admin-shell.admin-shell--agent .agent-workspace>section:not(.agent-hero):not(.agent-stage-track){margin:20px 22px}.admin-shell.admin-shell--agent :is(.agent-opportunity,.agent-budget,.agent-safety-boundary,.agent-tool,.agent-plan-card){background:#fafbfd;border-color:#e6ebf3;border-radius:7px;padding:17px}.admin-shell.admin-shell--agent :is(.agent-opportunity,.agent-budget,.agent-tool,.agent-plan-card,.agent-safety-boundary) :is(p,dt,dd,li){font-size:13px;line-height:1.7}.admin-shell.admin-shell--agent :is(.agent-opportunity,.agent-budget,.agent-tool,.agent-plan-card,.agent-safety-boundary) h3{font-size:15px}.admin-shell.admin-shell--agent .workflow-todo-card{min-height:132px;padding:18px}.admin-shell.admin-shell--agent .workflow-todo-card strong{font-size:14px}.admin-shell.admin-shell--agent .workflow-todo-card p{font-size:12px;line-height:1.7}.admin-shell.admin-shell--agent :is(.closure-grid__section,.draft-detail-grid>section,.workflow-detail-step){border-color:#e9edf4;border-radius:7px}.admin-shell.admin-shell--agent .closure-grid__section>header{background:#f8f9fb;min-height:46px;padding:12px 16px}.admin-shell.admin-shell--agent .closure-grid__section>header strong{font-size:13px}.admin-shell.admin-shell--agent .closure-grid__section>header span{font-size:12px}.admin-shell.admin-shell--agent .membership-plan-banner{background:#fffdf9;padding:20px}.admin-shell.admin-shell--agent .membership-plan-banner h2{font-size:18px}.admin-shell.admin-shell--agent .membership-plan-banner p{font-size:13px;line-height:1.7}.admin-shell.admin-shell--agent :is(.lifecycle-card,.operating-system-map){padding:18px}.admin-shell.admin-shell--agent .lifecycle-card strong{font-size:22px}.admin-shell.admin-shell--agent .lifecycle-card p{font-size:13px}.admin-shell.admin-shell--agent :is(.drawer-layer,.modal-layer,.category-workbench-layer){-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#252d3c3d}.admin-shell.admin-shell--agent .product-workbench-layer{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#252d3c3d;padding:20px;inset:0}.admin-shell.admin-shell--agent .product-workbench{border:1px solid #e1e7ef;border-radius:11px;max-width:1400px;height:100%;margin:0 auto;box-shadow:0 16px 60px #232d4124}.admin-shell.admin-shell--agent .product-workbench__header{border-color:#edf0f5;min-height:79px;padding:18px 26px}.admin-shell.admin-shell--agent .product-workbench__header h1{font-size:22px;font-weight:600}.admin-shell.admin-shell--agent .product-workbench__header p{color:#929baa;font-size:12px}.admin-shell.admin-shell--agent :is(.product-workbench__header>button,.category-workbench>header>button,.detail-drawer>header>button,.modal-close){color:#8993a3;background:#f4f6f9;border:0;border-radius:6px;width:34px;height:34px}.admin-shell.admin-shell--agent .product-workbench__tabs{border-color:#edf0f5;gap:22px;min-height:51px;padding-inline:26px}.admin-shell.admin-shell--agent .product-workbench__tabs button{font-size:13px}.admin-shell.admin-shell--agent .product-workbench__body{background:#fff;padding:25px 30px 40px}.admin-shell.admin-shell--agent .product-section-heading{border-color:#edf0f5;min-height:48px}.admin-shell.admin-shell--agent .product-section-heading h2{color:#455065;font-size:16px;font-weight:600}.admin-shell.admin-shell--agent .product-section-heading p{color:#939dac;font-size:12px;line-height:1.7}.admin-shell.admin-shell--agent .product-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;padding:24px 0}.admin-shell.admin-shell--agent :is(.product-form-grid,.product-detail-form,.sales-field-card,.category-form-grid,.category-migration-field) label>span,.admin-shell.admin-shell--agent .category-form-grid>label{color:#738097;font-size:13px;font-weight:500}.admin-shell.admin-shell--agent :is(.product-form-grid,.product-detail-form,.sales-field-card,.sku-editor-table) :is(input,select,textarea){min-height:39px;padding:9px 11px;font-size:13px}.admin-shell.admin-shell--agent .product-form-grid textarea{min-height:90px;padding-bottom:28px}.admin-shell.admin-shell--agent .product-detail-form textarea{min-height:110px}.admin-shell.admin-shell--agent .product-form-grid label>small{font-size:11px}.admin-shell.admin-shell--agent :is(.spec-dimension-card,.spec-value-list button,.sales-field-card,.sales-policy-card,.spec-notice){background:#fafbfd;border-color:#e5eaf2;border-radius:7px}.admin-shell.admin-shell--agent .spec-dimension-card{padding:18px}.admin-shell.admin-shell--agent .spec-dimension-card strong{font-size:14px}.admin-shell.admin-shell--agent .spec-value-list button{min-height:37px;padding:7px 12px;font-size:13px}.admin-shell.admin-shell--agent .spec-value-list button.active{color:#3268db;background:#f0f5ff;border-color:#b8ccf7}.admin-shell.admin-shell--agent .spec-notice{color:#8995a7;padding:11px 13px;font-size:12px}.admin-shell.admin-shell--agent .sku-editor-table th{font-size:12px}.admin-shell.admin-shell--agent .product-workbench__footer{border-top-color:#e7ecf4;min-height:75px;padding:16px 26px;box-shadow:0 -4px 15px #252d3c08}.admin-shell.admin-shell--agent :is(.product-validation-summary,.product-save-ready){font-size:12px}.admin-shell.admin-shell--agent .detail-drawer{width:min(var(--dialog-width-md), calc(100vw - 48px));background:#f8f9fb;box-shadow:-12px 0 42px #212d421f}:is(.admin-shell.admin-shell--agent .detail-drawer:has(.variant-price-table),.admin-shell.admin-shell--agent .detail-drawer:has(.drawer-product-line)){width:min(var(--dialog-width-lg), calc(100vw - 48px))}.admin-shell.admin-shell--agent .detail-drawer>header{border-bottom-color:#e9edf4;gap:18px;min-height:92px;padding:20px 24px}.admin-shell.admin-shell--agent .detail-drawer>header h2{color:#354054;font-size:21px;font-weight:600}.admin-shell.admin-shell--agent .detail-drawer>header :is(p,span){font-size:12px}.admin-shell.admin-shell--agent .detail-drawer__body{padding:22px}.admin-shell.admin-shell--agent .detail-drawer>footer{border-top-color:#e9edf4;min-height:73px;padding:16px 24px}.admin-shell.admin-shell--agent :is(.drawer-section,.drawer-product-hero,.order-state-card,.account-identity-card){padding:20px}.admin-shell.admin-shell--agent .drawer-section h3{color:#526078;margin-bottom:15px;font-size:15px}.admin-shell.admin-shell--agent .detail-list>div{gap:20px;padding-block:11px}.admin-shell.admin-shell--agent .detail-list dt{color:#929cac;font-size:13px}.admin-shell.admin-shell--agent .detail-list dd{color:#5c6c83;overflow-wrap:anywhere;font-size:13px}.admin-shell.admin-shell--agent .drawer-stats{border-color:#e6ebf4;border-radius:8px}.admin-shell.admin-shell--agent .drawer-stats>div{padding:19px 15px}.admin-shell.admin-shell--agent .drawer-stats strong{color:#4c5b73;font-size:22px}.admin-shell.admin-shell--agent .drawer-stats span{font-size:12px}.admin-shell.admin-shell--agent .form-grid{gap:18px}.admin-shell.admin-shell--agent .form-grid label{color:#78869b;gap:8px;font-size:13px}.admin-shell.admin-shell--agent .form-grid :is(input,select,textarea){min-height:39px;padding:9px 11px;font-size:13px}.admin-shell.admin-shell--agent .category-workbench{width:min(var(--dialog-width-lg), calc(100vw - 40px));height:auto;max-height:var(--dialog-max-height);border:1px solid #e5eaf2;border-radius:10px;grid-template-rows:auto minmax(0,1fr) auto;display:grid;overflow:auto;box-shadow:0 16px 54px #232d4126}.admin-shell.admin-shell--agent .category-workbench-layer{padding:20px}.admin-shell.admin-shell--agent .category-form-grid{max-width:960px}.admin-shell.admin-shell--agent .category-workbench>header{padding:20px 24px}.admin-shell.admin-shell--agent .category-workbench>header h2{color:#3a475d;margin-top:5px;font-size:21px}.admin-shell.admin-shell--agent .category-workbench>header p{font-size:12px}.admin-shell.admin-shell--agent .category-workbench>header span{color:#8e9cb2;font-size:11px;font-weight:500}.admin-shell.admin-shell--agent .category-workbench__body{background:#fff;padding:24px}.admin-shell.admin-shell--agent .category-workbench>footer{gap:10px;min-height:72px;padding:16px 24px}.admin-shell.admin-shell--agent .category-form-grid{gap:21px}.admin-shell.admin-shell--agent :is(.category-form-grid,.category-migration-field) :is(input,select){height:var(--field-height);min-height:var(--field-height);color:#253950;background:#fff;border:1px solid #d8dfe9;border-radius:4px;padding:0 11px;font-size:13px;line-height:38px}.admin-shell.admin-shell--agent :is(.category-form-grid,.category-migration-field) select{padding-right:30px;line-height:normal}.admin-shell.admin-shell--agent :is(.category-form-grid,.category-migration-field){align-items:start}.admin-shell.admin-shell--agent :is(.category-form-grid,.category-migration-field)>label{min-width:0}.admin-shell.admin-shell--agent :is(.category-form-rule,.category-impact-summary,.category-retire-detail){background:#f9fbfe;border:1px solid #e7ecf4;border-radius:7px;padding:15px}.admin-shell.admin-shell--agent :is(.category-form-rule,.category-impact-summary,.category-retire-detail) :is(strong,p,dt,dd){font-size:13px}.admin-shell.admin-shell--agent :is(.category-no-impact,.category-danger-note){font-size:12px;line-height:1.65}.admin-shell.admin-shell--agent .confirm-modal{width:min(var(--dialog-width-sm), calc(100vw - 40px));background:#fff;border:1px solid #e6ebf2;border-radius:11px;padding:30px;box-shadow:0 20px 60px #232d4129}.admin-shell.admin-shell--agent .confirm-modal h2{color:#303b4f;margin-top:18px;font-size:20px;font-weight:600}.admin-shell.admin-shell--agent .confirm-modal>p{color:#8d98aa;font-size:13px;line-height:1.85}.admin-shell.admin-shell--agent .confirm-modal>label{color:#75839a;font-size:13px}.admin-shell.admin-shell--agent .confirm-modal textarea{min-height:100px;padding:12px;font-size:13px}.admin-shell.admin-shell--agent .confirm-reason-hint{font-size:12px}.admin-shell.admin-shell--agent .confirm-modal__icon{color:#6387d5;background:#f1f5fe;border-radius:10px;width:42px;height:42px}.admin-shell.admin-shell--agent .confirm-modal__icon--danger{color:#c76c78;background:#fff2f3}.admin-shell.admin-shell--agent .admin-toast{color:#fff;background:#334055;border-radius:8px;padding:13px 19px;font-size:13px;box-shadow:0 8px 28px #232d411f}body:has(.admin-shell--agent){background:#f8f9fb;min-width:0}.admin-shell.admin-shell--agent .global-search input:not([type=checkbox]):not([type=radio]),.admin-shell.admin-shell--agent .toolbar-search input:not([type=checkbox]):not([type=radio]){min-height:0;box-shadow:none;background-color:#0000;border-radius:0}.admin-shell.admin-shell--agent .product-form-grid label>small{color:#697487;font-size:12px;line-height:1.6;position:static}.admin-shell.admin-shell--agent .product-form-grid label>textarea+small{text-align:right}.admin-shell.admin-shell--agent .sidebar-mobile-backdrop{display:none}.admin-shell.admin-shell--agent .agent-workspace-metrics .metric-card__change{text-align:left;align-self:flex-start;position:static}.admin-shell.admin-shell--agent .agent-plan-evidence dd{text-align:left;font-weight:400}.admin-shell.admin-shell--agent .agent-plan-evidence>div{border:0;padding:0}.admin-shell.admin-shell--agent .table-scroll .spu-table{table-layout:fixed;min-width:1120px}.admin-shell.admin-shell--agent .spu-table>thead>tr>th:first-child{width:auto}.admin-shell.admin-shell--agent .spu-table>thead>tr>th:nth-child(2){width:106px}.admin-shell.admin-shell--agent .spu-table>thead>tr>th:nth-child(3){width:126px}.admin-shell.admin-shell--agent .spu-table>thead>tr>th:nth-child(4),.admin-shell.admin-shell--agent .spu-table>thead>tr>th:nth-child(5){width:74px}.admin-shell.admin-shell--agent .spu-table>thead>tr>th:nth-child(6){width:140px}.admin-shell.admin-shell--agent .spu-table>thead>tr>th:nth-child(7){width:150px}.admin-shell.admin-shell--agent .spu-table>thead>tr>th:nth-child(8){width:88px}.admin-shell.admin-shell--agent .spu-table>thead>tr>th:nth-child(9){width:96px}.admin-shell.admin-shell--agent .spu-table>thead>tr>th:nth-child(10){width:132px}.admin-shell.admin-shell--agent .spu-table .product-price-cell strong,.admin-shell.admin-shell--agent .spu-table .product-price-cell small{display:block}.admin-shell.admin-shell--agent .spu-table .product-price-cell small,.admin-shell.admin-shell--agent .spu-table .product-updated-cell small{margin-top:2px}.admin-shell.admin-shell--agent .spu-table>tbody>tr:not(.product-sku-row)>:is(td:nth-child(6),td:nth-child(7)),.admin-shell.admin-shell--agent .spu-table .product-sku-row td{white-space:nowrap}.admin-shell.admin-shell--agent .spu-table .product-sku-row td small{margin-top:0;display:inline}.admin-shell.admin-shell--agent .spu-table .product-sku-row .catalog-member-price-summary{flex-wrap:nowrap;align-items:baseline;gap:14px;display:flex}.admin-shell.admin-shell--agent .spu-table>tbody>tr>td{overflow-wrap:break-word;padding:15px 10px}.admin-shell.admin-shell--agent .spu-table .product-cell>div{flex:1}.admin-shell.admin-shell--agent .spu-table .product-name-button{width:100%;max-width:100%;min-height:24px;color:inherit;font:inherit;text-align:left;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600;line-height:1.6;display:block;overflow:hidden}.admin-shell.admin-shell--agent .spu-table .product-name-button:focus-visible{outline-offset:2px;outline:2px solid #547cc9}.admin-shell.admin-shell--agent .spu-table .product-cell{gap:8px}.admin-shell.admin-shell--agent .spu-table .product-cell img{width:38px;height:38px}.admin-shell.admin-shell--agent .spu-table .numeric{white-space:normal}.admin-shell.admin-shell--agent .spu-table .product-sku-row>td{padding:0 20px 18px 44px}.admin-shell.admin-shell--agent .spu-table .product-sku-row td:last-child{box-shadow:none;position:static}.admin-shell.admin-shell--agent :is(.panel__header p,td small,.agent-data-caption,.agent-plan-reference,.agent-workspace-heading>span,.metric-card__change,.agent-plan-mode,.agent-plan-evidence dt,.agent-workspace-footer button,.table-footer,.category-tree-row small,.product-policy p,.product-check-panel>p,.product-check-panel li span,.task-list small,.task-list__empty span){color:#697487}.admin-shell.admin-shell--agent .task-list__empty{min-height:290px;padding:45px 15px}.admin-shell.admin-shell--agent .saved-view-control{flex:none;position:relative}.admin-shell.admin-shell--agent .panel:has(.saved-view-popover){overflow:visible}.admin-shell.admin-shell--agent .saved-view-popover{z-index:40;background:#fff;border:1px solid #e1e6ef;border-radius:9px;width:290px;padding:18px;position:absolute;top:calc(100% + 9px);left:0;box-shadow:0 8px 30px #232d4121}.admin-shell.admin-shell--agent .saved-view-popover label{color:#445066;gap:8px;font-size:13px;display:grid}.admin-shell.admin-shell--agent .saved-view-popover input{border:1px solid #dfe3eb;width:100%;padding:8px 10px}.admin-shell.admin-shell--agent .saved-view-popover small{color:#6b7789;margin-top:10px;font-size:12px;display:block}.admin-shell.admin-shell--agent .saved-view-popover>div{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.admin-shell.admin-shell--agent .saved-view-popover p{color:#b53c48;font-size:12px}@media (max-width:1280px){.admin-shell.admin-shell--agent .topbar{gap:10px;padding-inline:20px}.admin-shell.admin-shell--agent .topbar__right{gap:10px}.admin-shell.admin-shell--agent .operator>div{display:none}:is(.admin-shell.admin-shell--agent .content,.admin-shell.admin-shell--agent:has(.sidebar-flyout) .content){padding-inline:22px}.admin-shell.admin-shell--agent .agent-workspace-metrics .metric-card{padding-inline:19px}.admin-shell.admin-shell--agent .agent-workspace-metrics .metric-card>strong{font-size:25px}.admin-shell.admin-shell--agent .agent-goal-launcher>span{display:none}.admin-shell.admin-shell--agent .agent-layout{grid-template-columns:220px minmax(0,1fr);gap:16px}.admin-shell.admin-shell--agent .agent-workspace-grid{gap:16px}.admin-shell.admin-shell--agent .product-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1080px){.admin-shell.admin-shell--agent .global-search{flex:1;width:auto}.admin-shell.admin-shell--agent .topbar__right .sync-indicator,.admin-shell.admin-shell--agent .environment-badge small{display:none}.admin-shell.admin-shell--agent .environment-badge .environment-badge__storage--local{display:inline}.admin-shell.admin-shell--agent .agent-workspace-grid{grid-template-columns:minmax(0,1fr)}.admin-shell.admin-shell--agent .agent-workspace-grid>.agent-plan-card{padding:22px}.admin-shell.admin-shell--agent .agent-plan-evidence{grid-template-columns:1fr 1fr}.admin-shell.admin-shell--agent .agent-plan-evidence>div:last-child{grid-column:1/-1}.admin-shell.admin-shell--agent .agent-layout{grid-template-columns:1fr}.admin-shell.admin-shell--agent .agent-catalog{grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:10px;display:grid}.admin-shell.admin-shell--agent .agent-catalog>header{grid-column:1/-1}.admin-shell.admin-shell--agent .agent-workspace-heading{padding-left:120px}.admin-shell.admin-shell--agent .agent-workspace-heading>span{font-size:11px}.admin-shell.admin-shell--agent .panel__header{flex-wrap:wrap;padding:16px 18px}.admin-shell.admin-shell--agent .product-header-actions{gap:7px}}@media (max-width:800px){.admin-shell.admin-shell--agent{--workspace-sidebar-width:200px}.admin-shell.admin-shell--agent.admin-shell--nav-collapsed{--workspace-sidebar-width:60px}:is(.admin-shell.admin-shell--agent .admin-main,.admin-shell.admin-shell--agent:has(.sidebar-flyout) .admin-main){margin-left:60px}.admin-shell.admin-shell--agent .sidebar--rail{z-index:70}.admin-shell.admin-shell--agent .sidebar-mobile-backdrop{z-index:65;background:#1e283c2e;border:0;width:100%;height:100%;display:block;position:fixed;inset:0}.admin-shell.admin-shell--agent .topbar{padding-inline:16px}.admin-shell.admin-shell--agent .environment-badge{padding-inline:7px}.admin-shell.admin-shell--agent .environment-badge strong{font-size:10px}.admin-shell.admin-shell--agent .topbar__divider,.admin-shell.admin-shell--agent .operator{display:none}:is(.admin-shell.admin-shell--agent .content,.admin-shell.admin-shell--agent:has(.sidebar-flyout) .content){padding:21px 16px 28px}.admin-shell.admin-shell--agent .agent-workspace-heading{margin-top:0;margin-bottom:18px;padding-left:0}.admin-shell.admin-shell--agent .agent-workspace-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell.admin-shell--agent .agent-workspace-metrics .metric-card{border-bottom:1px solid #edf0f5;min-height:118px}.admin-shell.admin-shell--agent .agent-workspace-metrics .metric-card:nth-child(3):before{display:none}.admin-shell.admin-shell--agent .agent-workspace-metrics .metric-card:nth-last-child(-n+2){border-bottom:0}.admin-shell.admin-shell--agent .agent-goal-launcher{gap:10px;padding:14px}.admin-shell.admin-shell--agent .agent-goal-launcher select{min-width:180px}.admin-shell.admin-shell--agent .agent-goal-launcher>button{margin-left:auto}.admin-shell.admin-shell--agent .agent-plan-evidence{grid-template-columns:1fr}.admin-shell.admin-shell--agent .summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell.admin-shell--agent .product-workbench-layer{padding:8px}.admin-shell.admin-shell--agent .product-workbench__header,.admin-shell.admin-shell--agent .product-workbench__body{padding-inline:18px}.admin-shell.admin-shell--agent .product-workbench__footer{flex-wrap:wrap;gap:10px;padding:13px 18px}.admin-shell.admin-shell--agent .product-workbench__footer>div:last-child{margin-left:auto}.admin-shell.admin-shell--agent .product-workbench__tabs{gap:9px;padding-inline:13px;overflow-x:auto}}@media (max-width:600px){.admin-shell.admin-shell--agent{--workspace-sidebar-width:200px}.admin-shell.admin-shell--agent.admin-shell--nav-collapsed{--workspace-sidebar-width:60px}.admin-shell.admin-shell--agent .sidebar-rail__brand{gap:7px;padding-inline:12px}.admin-shell.admin-shell--agent .sidebar-rail__brand strong{font-size:13px}.admin-shell.admin-shell--agent .sidebar-rail__brand small{font-size:10px}.admin-shell.admin-shell--agent .sidebar-rail__nav{padding-inline:8px}.admin-shell.admin-shell--agent .sidebar-rail__button{gap:8px;padding-inline:9px;font-size:13px}.admin-shell.admin-shell--agent .sidebar-flyout__item{padding-left:37px;font-size:12px}.admin-shell.admin-shell--agent .global-search{min-width:80px}.admin-shell.admin-shell--agent .global-search input{font-size:12px}.admin-shell.admin-shell--agent .global-results{width:auto;min-width:0;position:fixed;top:60px;left:68px;right:8px}.admin-shell.admin-shell--agent .environment-badge{flex-shrink:0;max-width:78px;display:flex}.admin-shell.admin-shell--agent .environment-badge strong{text-overflow:ellipsis;white-space:nowrap;max-width:66px;display:block;overflow:hidden}.admin-shell.admin-shell--agent .topbar__menu{flex-shrink:0}.admin-shell.admin-shell--agent .product-category-select{flex-wrap:wrap}.admin-shell.admin-shell--agent .table-toolbar{gap:10px}.admin-shell.admin-shell--agent .table-toolbar .toolbar-search{flex:100%;width:100%;min-width:0}.admin-shell.admin-shell--agent .saved-view-popover{width:auto;position:fixed;top:100px;left:70px;right:10px}.admin-shell.admin-shell--agent .product-header-actions{flex-wrap:wrap}.admin-shell.admin-shell--agent .product-check-panel{margin-inline:10px;padding:12px}.admin-shell.admin-shell--agent .table-footer{flex-wrap:wrap;gap:8px}.admin-shell.admin-shell--agent .topbar{gap:5px;padding-inline:8px}.admin-shell.admin-shell--agent .environment-badge>svg{display:none}.admin-shell.admin-shell--agent .environment-badge{padding-inline:5px}.admin-shell.admin-shell--agent .topbar__right{gap:0}.admin-shell.admin-shell--agent .topbar__right .icon-button{width:28px;min-width:28px}.admin-shell.admin-shell--agent .agent-goal-launcher label{width:calc(100% - 40px)}.admin-shell.admin-shell--agent .agent-goal-launcher select{flex-basis:100%;width:100%;min-width:0}.admin-shell.admin-shell--agent .agent-workspace-metrics .metric-card{padding-inline:13px}.admin-shell.admin-shell--agent .agent-workspace-metrics .metric-card>strong{font-size:21px}.admin-shell.admin-shell--agent .agent-workspace-metrics .metric-card__label{font-size:12px}.admin-shell.admin-shell--agent .agent-workspace-heading{flex-wrap:wrap}.admin-shell.admin-shell--agent .agent-plan-mode{font-size:10px}.admin-shell.admin-shell--agent .product-category-select{width:100%}.admin-shell.admin-shell--agent .product-category-select select{flex:1;min-width:0}.admin-shell.admin-shell--agent .product-form-grid{grid-template-columns:1fr}.admin-shell.admin-shell--agent .product-workbench__tabs button{white-space:nowrap;flex-shrink:0}.admin-shell.admin-shell--agent .product-form-grid .field-wide{grid-column:1}.admin-shell.admin-shell--agent .spec-dimension-card{grid-template-columns:1fr}.admin-shell.admin-shell--agent .category-workbench-layer{padding:12px}.admin-shell.admin-shell--agent .category-workbench{width:100%;max-height:none}.admin-shell.admin-shell--agent .detail-drawer{width:100%}.admin-shell.admin-shell--agent .confirm-modal{padding:23px}.admin-shell.admin-shell--agent .product-check-panel li{flex-wrap:wrap}.admin-shell.admin-shell--agent .agent-catalog{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.admin-shell.admin-shell--agent *,.admin-shell.admin-shell--agent :before,.admin-shell.admin-shell--agent :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.admin-shell--agent .repurchase-workspace{gap:16px;min-width:0;display:grid}.admin-shell--agent .repurchase-workspace .panel{min-width:0;padding:20px}.admin-shell--agent .repurchase-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-shell--agent .repurchase-heading h2{margin:8px 0;font-size:20px;font-weight:600}.admin-shell--agent .repurchase-workspace h3{margin:0 0 16px;font-size:15px}.admin-shell--agent .repurchase-eyebrow{color:#66728a;align-items:center;gap:6px;font-size:12px;display:inline-flex}.admin-shell--agent .repurchase-workspace p{color:#647084;margin:8px 0;font-size:13px;line-height:1.7}.admin-shell--agent .repurchase-boundary{padding:0 4px}.admin-shell--agent .repurchase-workspace .repurchase-feedback{color:#274879;background:#f0f5ff;border-radius:8px;padding:12px 16px}.admin-shell--agent .repurchase-selector{gap:16px;display:grid}.admin-shell--agent .repurchase-selector form{align-items:end;gap:12px;display:flex}.admin-shell--agent .repurchase-selector form label{flex:1}.admin-shell.admin-shell--agent .repurchase-workspace :is(.repurchase-selector-filters,.repurchase-run-create){align-items:center;gap:12px;display:flex}.admin-shell.admin-shell--agent .repurchase-workspace :is(.repurchase-selector-filters,.repurchase-run-create) label{white-space:nowrap;flex-direction:row;align-items:center;gap:10px;display:flex}.admin-shell.admin-shell--agent .repurchase-workspace .repurchase-selector-filters label{flex:auto}.admin-shell.admin-shell--agent .repurchase-workspace .repurchase-selector-filters select{flex:auto;min-width:260px;max-width:520px}.admin-shell.admin-shell--agent .repurchase-workspace .repurchase-run-create input{width:320px}.admin-shell--agent .repurchase-workspace label{gap:8px;min-width:0;font-size:13px;display:grid}.admin-shell--agent .repurchase-workspace :is(input,select,textarea){color:#263044;width:100%;min-height:36px;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #dce1e8;border-radius:6px;padding:8px 10px}.admin-shell--agent .repurchase-workspace :is(input,select,textarea):focus-visible{outline-offset:2px;outline:2px solid #526de3}.admin-shell--agent .repurchase-workspace textarea{resize:vertical}.admin-shell--agent .repurchase-current>div:first-child{justify-content:space-between;gap:12px;display:flex}.admin-shell--agent .repurchase-actions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.admin-shell--agent .repurchase-workspace details{border-top:1px solid #edf0f4;padding:12px 0}.admin-shell--agent .repurchase-workspace summary{cursor:pointer;padding:4px 0;font-size:13px;font-weight:550}.admin-shell--agent .repurchase-plan-form{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-top:16px;display:grid}.admin-shell--agent .repurchase-plan-form p{grid-column:1/-1}.admin-shell--agent .repurchase-plan-form button{grid-column:1/-1;justify-self:start}.admin-shell--agent .repurchase-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:12px 0 20px;display:grid}.admin-shell--agent .repurchase-facts dt{color:#738096;margin-bottom:8px;font-size:12px}.admin-shell--agent .repurchase-facts dd{overflow-wrap:anywhere;margin:0;font-size:16px;font-weight:550}.admin-shell--agent .repurchase-workspace small{color:#798497;overflow-wrap:anywhere;margin-top:5px;font-size:12px;font-weight:400;display:block}.admin-shell--agent .repurchase-table{max-height:460px;margin-top:12px;overflow:auto}.admin-shell--agent .repurchase-table table{border-collapse:collapse;width:100%;font-size:13px}.admin-shell--agent .repurchase-table :is(th,td){text-align:left;vertical-align:top;overflow-wrap:anywhere;border-bottom:1px solid #edf0f4;max-width:380px;padding:12px}.admin-shell--agent .repurchase-table th{color:#647084;background:#f7f8fa;font-weight:500;position:sticky;top:0}.admin-shell--agent .repurchase-task-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0;display:grid}.admin-shell--agent .repurchase-task-strip>div{background:#f8f9fb;border-radius:6px;padding:12px;font-size:13px}.admin-shell--agent .repurchase-task-strip span{color:#647084;margin-left:8px}.admin-shell--agent .repurchase-review{border-top:1px solid #edf0f4;gap:12px;margin-top:20px;padding-top:20px;display:grid}.admin-shell--agent .repurchase-review button{justify-self:start}@media (max-width:1000px){.admin-shell--agent .repurchase-facts,.admin-shell--agent .repurchase-plan-form{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell--agent .repurchase-heading,.admin-shell--agent .repurchase-selector form{flex-direction:column;align-items:stretch}.admin-shell--agent .repurchase-task-strip{grid-template-columns:1fr}}.admin-shell--agent .media-editor{background:#fff;border:1px solid #e6e9ee;border-radius:8px;margin:14px 0;padding:16px}.admin-shell--agent .media-editor__heading,.admin-shell--agent .sku-media-panel__heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.admin-shell--agent .media-editor__heading>div{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.admin-shell--agent .media-editor__heading span,.admin-shell--agent .media-editor__notice,.admin-shell--agent .sku-media-panel>p{color:#687387;font-size:13px}.admin-shell--agent .media-editor__grid{grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:12px;min-height:100px;display:grid}.admin-shell--agent .media-editor__empty{color:#687387;border:1px dashed #cdd5e0;border-radius:6px;grid-column:1/-1;place-items:center;margin:0;padding:24px;font-size:13px;display:grid}.admin-shell--agent .media-editor__item{background:#f8f9fb;border:1px solid #e5e9ef;border-radius:6px;min-width:0;position:relative;overflow:hidden}.admin-shell--agent .media-editor__item>img{object-fit:contain;width:100%;height:116px;display:block}.admin-shell--agent .media-editor__number{background:#fff;border:1px solid #e5e9ef;border-radius:4px;padding:2px 7px;font-size:12px;position:absolute;top:6px;left:6px}.admin-shell--agent .media-editor__actions{background:#fff;border-top:1px solid #e5e9ef;justify-content:space-around;padding:5px;display:flex}.admin-shell--agent .media-editor__actions button{color:#4c5d75;cursor:pointer;background:0 0;border:0;border-radius:4px;padding:5px}.admin-shell--agent .media-editor__actions svg{width:15px;height:15px}.admin-shell--agent .media-editor button:disabled{opacity:.45;cursor:not-allowed}.admin-shell--agent .media-editor__notice{overflow-wrap:anywhere;margin:12px 0 0}.admin-shell--agent .sku-editor-table{min-width:980px}.admin-shell--agent .sku-editor-table th:first-child{width:124px}.admin-shell--agent .sku-editor-table th:nth-child(2){width:158px}.admin-shell--agent .sku-editor-table th:nth-child(3){width:138px}.admin-shell--agent .sku-editor-table th:nth-child(4){width:82px}.admin-shell--agent .sku-editor-table th:nth-child(5),.admin-shell--agent .sku-editor-table th:nth-child(6){width:116px}.admin-shell--agent .sku-editor-table th:nth-child(7){width:100px}.admin-shell--agent .sku-editor-table th:nth-child(8){width:90px}.admin-shell--agent .sku-editor-table th:nth-child(9){width:76px}.admin-shell--agent .sku-media-selection{color:#687387;border:1px solid #e5eaf2;border-radius:7px;margin:16px 0;padding:14px 16px;font-size:13px}.admin-shell--agent .sku-media-selection legend{padding:0 5px}.admin-shell--agent .sku-media-target-options,.admin-shell--agent .sku-media-selection-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.admin-shell--agent .sku-media-selection-actions{margin-top:16px}.admin-shell--agent .sku-media-target-options label{align-items:center;gap:6px;display:inline-flex}.admin-shell--agent .sku-media-target-options input{accent-color:#3268db;width:16px;height:16px}.admin-shell--agent .batch-media-targets{flex-wrap:wrap;gap:8px;display:flex}.admin-shell--agent .batch-media-targets>span{background:#fff;border:1px solid #dce4ef;border-radius:5px;gap:10px;padding:6px 10px;font-size:13px;display:flex}.admin-shell--agent .batch-media-targets small,.admin-shell--agent .batch-media-hint,.admin-shell--agent .batch-media-apply small{color:#687387;font-size:12px}.admin-shell--agent .batch-media-mode{border:0;flex-wrap:wrap;gap:16px;margin:16px 0;padding:0;display:flex}.admin-shell--agent .batch-media-mode legend{margin-bottom:10px;font-size:13px;font-weight:600}.admin-shell--agent .batch-media-mode label{flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;display:flex}.admin-shell--agent .batch-media-mode small{color:#687387;font-size:12px}.admin-shell--agent .batch-media-apply{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;display:flex}.admin-shell.admin-shell--agent .sku-editor-table .money-input input{padding-left:0;padding-right:4px}.admin-shell--agent .sku-media-panel:focus{outline-offset:2px;outline:2px solid #c6d9f5}.admin-shell--agent .sku-media-panel{background:#f8faff;border:1px solid #dce4ef;border-radius:8px;margin-top:14px;padding:16px}.admin-shell--agent .sku-galleries{margin-top:24px}.admin-shell--agent .sku-galleries__heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-shell--agent .sku-galleries__heading h3{color:#263446;margin:0;font-size:15px}.admin-shell--agent .sku-galleries__heading p{color:#687387;margin:0;font-size:13px}.admin-shell--agent .sku-media-panel--inline{background:#fff;scroll-margin-block:12px}.admin-shell--agent .sku-media-panel--inline .media-editor{border:0;margin:0;padding:0}.admin-shell--agent .sku-media-panel--inline .media-editor__heading strong{color:#263446;font-size:15px}.admin-shell--agent .sku-media-panel--inline .media-editor__grid{grid-template-columns:repeat(auto-fill,132px)}.admin-shell--agent .sku-media-panel--inline .media-editor__empty{min-height:80px;padding:16px}.admin-shell--agent .sku-gallery-inherited{color:#687387;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;font-size:12px;display:flex}.admin-shell--agent .sku-gallery-inherited img{object-fit:contain;border:1px solid #e6e9ee;border-radius:4px;width:48px;height:48px}.admin-shell--agent .sku-gallery-empty-hint{color:#687387;margin:8px 0 0;font-size:12px}.admin-shell--agent .spec-dimension-card{grid-template-columns:160px minmax(0,1fr);padding:10px 14px}.admin-shell--agent .spec-dimension-card strong,.admin-shell--agent .spec-value-list button{font-size:13px}.admin-shell--agent .spec-value-list button small{font-size:12px}@media (max-width:700px){.admin-shell--agent .spec-dimension-card{grid-template-columns:1fr;gap:8px}.admin-shell--agent .media-editor__heading{flex-direction:column;align-items:flex-start}.admin-shell--agent .sku-media-panel--inline .media-editor__grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}}.admin-shell--agent .drawer-product-line>img{object-fit:contain;border:1px solid #edf0f4;border-radius:5px;width:48px;height:48px}.admin-shell--agent .publication-media{border-top:1px solid #e5e9ef;padding:14px}.admin-shell--agent .publication-media summary{cursor:pointer;color:#426da5;font-size:13px}.admin-shell--agent .publication-media__row{flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;display:flex}.admin-shell--agent .publication-media__row img{object-fit:contain;border:1px solid #e5e9ef;border-radius:4px}.admin-shell--agent .inventory-ops{gap:16px;min-width:0;display:grid}.admin-shell--agent .inventory-ops .panel{min-width:0;padding:20px}.admin-shell--agent .inventory-ops__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.admin-shell--agent .inventory-ops h2{margin:0 0 5px;font-size:18px}.admin-shell--agent .inventory-ops h3{margin:0 0 10px;font-size:16px}.admin-shell--agent .inventory-ops h4{margin:22px 0 10px;font-size:14px}.admin-shell--agent .inventory-ops small{color:#748094;margin-top:4px;font-size:12px;display:block}.admin-shell--agent .inventory-ops label{color:#4d586b;gap:7px;font-size:13px;display:grid}.admin-shell--agent .inventory-ops :is(input:not([type=checkbox]),select,textarea){color:#202b40;width:100%;min-width:0;min-height:34px;font:inherit;background:#fff;border:1px solid #dbe1ea;border-radius:5px;padding:7px 10px}.admin-shell--agent .inventory-ops :is(input,select,textarea):focus-visible{outline-offset:1px;outline:2px solid #8baff3}.admin-shell--agent .inventory-ops input[type=number]{min-width:90px;max-width:130px}.admin-shell--agent .inventory-ops textarea{resize:vertical;min-height:66px}.admin-shell--agent .inventory-ops fieldset{border:0;gap:16px;min-width:0;margin:0;padding:0;display:grid}.admin-shell--agent .inventory-ops__actions,.admin-shell--agent .inventory-ops footer,.admin-shell--agent .inventory-ops__filters{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.admin-shell--agent .inventory-ops__filters{margin-bottom:18px}.admin-shell--agent .inventory-ops__filters label{min-width:220px}.admin-shell.admin-shell--agent .inventory-ops__filters label,.admin-shell.admin-shell--agent .inventory-ops__toolbar label{flex-direction:row;align-items:center;gap:10px;display:flex}.admin-shell.admin-shell--agent .inventory-ops__toolbar label{white-space:nowrap;flex:none}.admin-shell.admin-shell--agent .inventory-ops__editor fieldset>label:not(.inventory-ops__confirm){white-space:nowrap;flex-direction:row;align-items:center;gap:10px;display:flex}.admin-shell.admin-shell--agent .inventory-ops__editor fieldset>label:not(.inventory-ops__confirm)>:is(input,select,textarea){flex:auto;min-width:0}.admin-shell.admin-shell--agent .inventory-ops__editor fieldset>label:has(>textarea){align-items:flex-start}.admin-shell.admin-shell--agent .inventory-ops__editor .form-grid label{white-space:nowrap;flex-direction:row;align-items:center;gap:10px;display:flex}.admin-shell.admin-shell--agent .inventory-ops__editor .form-grid label>:is(input,select,textarea){flex:auto;min-width:0}.admin-shell.admin-shell--agent .inventory-form-layer .inventory-ops__editor{box-shadow:none;background:0 0;border:0;border-radius:0;margin:0;padding:0;overflow:visible}.admin-shell.admin-shell--agent .inventory-form-layer .inventory-ops__editor>h3{display:none}.admin-shell.admin-shell--agent .inventory-form-layer .inventory-ops__editor fieldset{border:0;margin:0;padding:0}.admin-shell.admin-shell--agent .inventory-form-layer .inventory-ops__editor footer{border-top:1px solid var(--workspace-border);justify-content:flex-end;align-items:center;gap:8px;margin-top:16px;padding-top:14px;display:flex}.admin-shell.admin-shell--agent .inventory-form-layer .inventory-ops__editor fieldset>label,.admin-shell.admin-shell--agent .inventory-form-layer .inventory-ops__editor .form-grid label{white-space:normal;gap:6px;display:grid}.admin-shell.admin-shell--agent .inventory-form-layer .inventory-ops__editor :is(fieldset>label,.form-grid label)>:is(input,select,textarea){width:100%}.admin-shell.admin-shell--agent .inventory-ops .summary-strip{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.admin-shell.admin-shell--agent .inventory-ops .summary-strip>div{padding:16px 20px}.admin-shell--agent .inventory-ops footer{margin-top:18px}.admin-shell--agent .inventory-ops__selection{justify-content:flex-end;align-items:center;gap:12px;margin:4px 0 12px;display:flex}.admin-shell--agent .inventory-ops__selection>small{color:#8a95a6;font-size:12px}.admin-shell--agent .inventory-ops label.inventory-ops__confirm{align-items:center;gap:10px;display:flex}.admin-shell--agent .inventory-ops__review{background:#f5f8ff;border:1px solid #b8c9e7;border-radius:6px;flex-wrap:wrap;gap:12px;margin-top:16px;padding:16px;display:flex}.admin-shell--agent .inventory-ops__review>:is(strong,p,ul){flex-basis:100%;margin:0}.admin-shell--agent .inventory-ops [role=alert]{color:#a5362e;overflow-wrap:anywhere;background:#fff5f3;border-radius:5px;padding:12px}.admin-shell--agent .inventory-ops__evidence{border-top:1px solid #edf0f5;gap:10px;margin-top:20px;display:grid}.admin-shell--agent .inventory-ops td{overflow-wrap:anywhere}@media (max-width:1100px){.admin-shell--agent .inventory-ops .form-grid{grid-template-columns:1fr}}.admin-shell.admin-shell--agent .product-form-grid--basic{grid-template-columns:repeat(2,minmax(0,1fr));max-width:960px}.admin-shell--agent .media-editor button:focus-visible{outline-offset:2px;outline:2px solid #437fe9}@media (max-width:700px){.admin-shell.admin-shell--agent .product-form-grid--basic{grid-template-columns:1fr}.admin-shell--agent .sku-galleries__heading{flex-wrap:wrap}}.admin-shell.admin-shell--agent .membership-plans-panel{padding:0;overflow:hidden}.admin-shell.admin-shell--agent .membership-plans-header{border-bottom:1px solid #e9edf2;justify-content:space-between;align-items:center;gap:20px;padding:16px 20px;display:flex}.admin-shell.admin-shell--agent .membership-plans-tabs{gap:24px;display:flex}.admin-shell.admin-shell--agent .membership-plans-tabs button{color:#748095;background:0 0;border:0;padding:9px 0;font-size:14px}.admin-shell.admin-shell--agent .membership-plans-tabs button.active{color:#30435c;font-weight:650}.admin-shell.admin-shell--agent .membership-plans-tabs button span{background:#f1f4f8;border-radius:5px;margin-left:6px;padding:2px 5px;font-size:12px}.admin-shell.admin-shell--agent .membership-plan-base{background:#fafbfc;border-bottom:1px solid #e9edf2;flex-wrap:wrap;align-items:center;gap:10px 18px;padding:17px 20px;font-size:13px;display:flex}.admin-shell.admin-shell--agent .membership-plan-base small{color:#778396}.admin-shell.admin-shell--agent .membership-plan-table td:first-child{min-width:190px;max-width:270px}.admin-shell.admin-shell--agent .membership-plan-table td:nth-child(4){max-width:280px;line-height:1.6}.admin-shell.admin-shell--agent .membership-plan-warning{color:#9a6d22}.admin-shell.admin-shell--agent .membership-plan-table .table-text-action svg{width:14px;height:14px}.admin-shell.admin-shell--agent .membership-plan-editor{background:#fff;grid-template-rows:auto minmax(0,1fr) auto}.admin-shell.admin-shell--agent .membership-plan-editor-content{grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid}.admin-shell.admin-shell--agent .membership-plan-editor-nav{border-top:1px solid #edf0f4;border-bottom:1px solid #e6ebf2;gap:26px;padding:0 24px;display:flex}.admin-shell.admin-shell--agent .membership-plan-editor-nav button{color:#778396;background:0 0;border:0;border-bottom:2px solid #0000;padding:15px 0 13px;font-size:14px}.admin-shell.admin-shell--agent .membership-plan-editor-nav button.active{color:#335f9c;border-bottom-color:#517ab4;font-weight:650}.admin-shell.admin-shell--agent .membership-plan-editor-body{min-height:0;overflow:auto}.admin-shell.admin-shell--agent .membership-plan-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:22px 28px;display:grid}.admin-shell.admin-shell--agent .membership-plan-form-grid>label,.admin-shell.admin-shell--agent .membership-plan-field{color:#43516a;gap:9px;font-size:13px;display:grid}.admin-shell.admin-shell--agent .membership-plan-form-grid input,.admin-shell.admin-shell--agent .membership-plan-form-grid select,.admin-shell.admin-shell--agent .membership-plan-form-grid textarea,.admin-shell.admin-shell--agent .membership-plan-submit-context input,.admin-shell.admin-shell--agent .membership-gift-dialog input{color:#34445d;width:100%;min-height:40px;font:inherit;background:#fff;border:1px solid #dfe5ee;border-radius:6px;padding:10px 12px;font-size:14px}.admin-shell.admin-shell--agent .membership-plan-form-grid textarea{resize:vertical;line-height:1.65}.admin-shell.admin-shell--agent .membership-plan-form-grid :is(input,select,textarea):disabled,.admin-shell.admin-shell--agent .membership-plan-form-grid input[readonly]{color:#6d7788;background:#f7f8fa}.admin-shell.admin-shell--agent .membership-plan-discount{align-items:center;gap:8px;display:flex}.admin-shell.admin-shell--agent .category-row-more{position:relative}.admin-shell.admin-shell--agent .category-row-more>summary{color:#39638f;cursor:pointer;background:#fff;border:1px solid #d9e0e9;border-radius:2px;align-items:center;min-height:25px;padding:0 7px;font-size:12px;list-style:none;display:inline-flex}.admin-shell.admin-shell--agent .category-row-more>summary::-webkit-details-marker{display:none}.admin-shell.admin-shell--agent .category-row-more[open]>summary{color:#1769c4;background:#f1f7ff;border-color:#7fb2ed}.admin-shell.admin-shell--agent .category-row-more__menu{z-index:30;background:#fff;border:1px solid #e2e8f0;border-radius:8px;gap:2px;min-width:148px;padding:6px;display:grid;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 10px 26px #0f172a24}.admin-shell.admin-shell--agent .category-row-more__menu button{color:#39638f;min-height:28px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:6px;padding:0 8px;font-size:13px;display:inline-flex}.admin-shell.admin-shell--agent .category-row-more__menu button:hover{color:#1769c4;background:#f1f7ff}.admin-shell.admin-shell--agent .category-row-more__menu button.danger{color:#b64a4a}.admin-shell.admin-shell--agent .category-row-more__menu button.danger:hover{background:#fff6f6}.admin-shell.admin-shell--agent .membership-plan-discount input{width:120px}.admin-shell.admin-shell--agent .membership-plan-discount>span{color:#43516a;font-size:13px}.admin-shell.admin-shell--agent .membership-plan-discount-issue{color:#b42318}.admin-shell.admin-shell--agent .membership-plan-form-grid small{color:#7c8799;line-height:1.6}.admin-shell.admin-shell--agent .membership-plan-wide{grid-column:1/-1}.admin-shell.admin-shell--agent .membership-plan-duration{grid-template-columns:minmax(0,1fr) 110px;gap:10px;display:grid}.admin-shell.admin-shell--agent .membership-benefit-editor{gap:18px;display:grid}.admin-shell.admin-shell--agent .membership-benefit-card{border:1px solid #e5eaf1;border-radius:8px;padding:20px}.admin-shell.admin-shell--agent .membership-benefit-card>header{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.admin-shell.admin-shell--agent .membership-benefit-card h3{color:#35465e;margin:0;font-size:15px}.admin-shell.admin-shell--agent .membership-benefit-card p,.admin-shell.admin-shell--agent .membership-plan-future p{color:#738097;margin:6px 0 0;font-size:13px;line-height:1.65}.admin-shell.admin-shell--agent .membership-plan-check,.admin-shell.admin-shell--agent .membership-plan-product-options label{align-items:center;gap:8px;font-size:13px;display:flex}.admin-shell.admin-shell--agent .membership-plan-product-options{border:1px solid #e6ebf2;border-radius:6px;flex-wrap:wrap;gap:16px 24px;padding:12px;display:flex}.admin-shell.admin-shell--agent .membership-plan-product-options input,.admin-shell.admin-shell--agent .membership-plan-check input{width:16px;height:16px;min-height:0}.admin-shell.admin-shell--agent .membership-benefit-card>small{color:#7b8798;margin-top:9px;display:block}.admin-shell.admin-shell--agent .membership-plan-future{background:#f8f9fb;border-radius:6px;padding:14px 18px;font-size:13px}.admin-shell.admin-shell--agent .membership-plan-preview-layout{grid-template-columns:340px minmax(0,1fr);align-items:start;gap:38px;display:grid}.admin-shell.admin-shell--agent .membership-plan-phone{color:#294236;background:#fbfaf5;border:1px solid #e0e4dd;border-radius:22px;padding:24px 20px}.admin-shell.admin-shell--agent .membership-plan-phone>span{text-align:center;color:#748574;margin-bottom:20px;font-size:12px;display:block}.admin-shell.admin-shell--agent .membership-plan-phone article{color:#f2ead5;background:#244a39;border-radius:10px;padding:20px}.admin-shell.admin-shell--agent .membership-plan-phone article h3{margin:10px 0;font-size:22px}.admin-shell.admin-shell--agent .membership-plan-phone article strong{font-size:30px}.admin-shell.admin-shell--agent .membership-plan-phone article strong small{font-size:13px;font-weight:400}.admin-shell.admin-shell--agent .membership-plan-phone p{font-size:13px;line-height:1.65}.admin-shell.admin-shell--agent .membership-plan-phone ul{padding:0;list-style:none}.admin-shell.admin-shell--agent .membership-plan-phone li{align-items:center;gap:8px;margin:13px 0;font-size:14px;display:flex}.admin-shell.admin-shell--agent .membership-plan-phone svg{vertical-align:middle;width:16px;height:16px}.admin-shell.admin-shell--agent .membership-plan-preview-cta{text-align:center;background:#e8d7a6;border-radius:8px;padding:13px;font-size:14px;font-weight:650}.admin-shell.admin-shell--agent .membership-plan-preview-rules{color:#526178;font-size:14px}.admin-shell.admin-shell--agent .membership-plan-preview-rules h3{color:#34445d;margin-top:0;font-size:17px}.admin-shell.admin-shell--agent .membership-plan-preview-rules dl>div{border-bottom:1px solid #edf0f4;grid-template-columns:110px 1fr;gap:12px;padding:12px 0;display:grid}.admin-shell.admin-shell--agent .membership-plan-preview-rules dd{margin:0}.admin-shell.admin-shell--agent .membership-plan-preview-rules p{white-space:pre-wrap;line-height:1.75}.admin-shell.admin-shell--agent .membership-plan-message{color:#62738b;background:#f6f8fb;border-radius:6px;margin:12px 0;padding:13px 16px;font-size:13px;line-height:1.65}.admin-shell.admin-shell--agent .membership-plan-message--error{color:#ab4d42;background:#fff5f3}.admin-shell.admin-shell--agent .membership-plan-editor-footer{border-top:1px solid #e4eaf1;justify-content:space-between;align-items:center;gap:24px;display:flex}.admin-shell.admin-shell--agent .membership-plan-submit-context{flex:1;min-width:0}.admin-shell.admin-shell--agent .membership-plan-submit-context label{align-items:center;gap:12px;font-size:13px;display:flex}.admin-shell.admin-shell--agent .membership-plan-submit-context label>span{flex-shrink:0}.admin-shell.admin-shell--agent .membership-plan-submit-context input{max-width:540px}.admin-shell.admin-shell--agent .membership-plan-submit-context p{color:#ad5848;margin:6px 0 0;font-size:13px}.admin-shell.admin-shell--agent .membership-plan-footer-actions{flex-wrap:wrap;flex-shrink:0;gap:10px;display:flex}.admin-shell.admin-shell--agent .membership-gift-dialog{width:var(--dialog-width-sm);background:#fff;border:1px solid #e6ebf2;border-radius:10px;max-width:calc(100vw - 32px);padding:24px;box-shadow:0 16px 54px #232d4126}.admin-shell.admin-shell--agent .membership-gift-dialog header{justify-content:space-between;align-items:center;display:flex}.admin-shell.admin-shell--agent .membership-gift-dialog header h2{margin:0;font-size:20px}.admin-shell.admin-shell--agent .membership-gift-dialog header button{background:0 0;border:0}.admin-shell.admin-shell--agent .membership-gift-dialog label{gap:8px;margin:15px 0;font-size:13px;display:grid}.admin-shell.admin-shell--agent .membership-gift-dialog footer{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}@media (max-width:1000px){.admin-shell.admin-shell--agent .membership-plan-preview-layout{grid-template-columns:300px minmax(0,1fr);gap:20px}.admin-shell.admin-shell--agent .membership-plan-editor-footer{flex-wrap:wrap}.admin-shell.admin-shell--agent .membership-plan-submit-context{flex-basis:100%}}.admin-shell.admin-shell--agent .membership-plan-header-actions{align-items:center;gap:16px;display:flex}.admin-shell.admin-shell--agent .membership-plan-header-actions>button[aria-label=关闭会员方案]{color:#8993a3;background:#f4f6f9;border:0;border-radius:6px;width:34px;height:34px}.admin-shell.admin-shell--agent .membership-plan-actor{color:#748095;align-items:center;gap:8px;font-size:12px;display:flex}.admin-shell.admin-shell--agent .membership-plan-actor select{color:#43516a;background:#fff;border:1px solid #dfe5ee;border-radius:6px;min-height:34px;padding:6px 8px;font-size:13px}.admin-shell.admin-shell--agent .inventory-stock-header{border-bottom:1px solid #e8edf3;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex}.admin-shell.admin-shell--agent .inventory-stock-header h2{color:#34445d;margin:0;font-size:16px}.admin-shell.admin-shell--agent .inventory-stock-actions{align-items:center;gap:16px;display:flex}.admin-shell.admin-shell--agent .inventory-stock-actor{color:#738095;align-items:center;gap:8px;font-size:12px;display:flex}.admin-shell.admin-shell--agent .inventory-stock-filters{align-items:center;gap:18px;padding:16px 20px;display:flex}.admin-shell.admin-shell--agent .inventory-stock-filters>label{color:#69788c;align-items:center;gap:10px;font-size:13px;display:flex}.admin-shell.admin-shell--agent :is(.inventory-stock-actor,.inventory-stock-filters) select{color:#40526b;background:#fff;border:1px solid #dfe5ee;border-radius:6px;min-width:110px;height:36px;padding:6px 10px;font-size:13px}.admin-shell.admin-shell--agent .inventory-stock-search{background:#fff;border:1px solid #dfe5ee;border-radius:6px;align-items:center;gap:8px;padding:0 10px;display:flex}.admin-shell.admin-shell--agent .inventory-stock-search svg{color:#8792a2;flex-shrink:0;width:16px;height:16px}.admin-shell.admin-shell--agent .inventory-stock-search input{color:#40526b;background:0 0;border:0;outline:none;width:270px;height:36px;padding:6px 0;font-size:13px}.admin-shell.admin-shell--agent .inventory-stock-search:focus-within{outline-offset:2px;outline:2px solid #91b7e4}.admin-shell.admin-shell--agent .inventory-stock-table td:first-child{overflow-wrap:anywhere;min-width:180px;max-width:240px}.admin-shell.admin-shell--agent .inventory-stock-table td:nth-child(3){min-width:180px}.admin-shell.admin-shell--agent .inventory-stock-table td:nth-child(5){overflow-wrap:anywhere;max-width:220px}.admin-shell.admin-shell--agent .inventory-stock-routing{color:#7c8797;flex-wrap:wrap;align-items:center;gap:18px;padding:17px 3px;font-size:13px;display:flex}.admin-shell.admin-shell--agent .inventory-stock-routing button{color:#526d91;background:0 0;border:0;padding:0;font-size:13px}.admin-shell.admin-shell--agent .inventory-stock-editor{background:#fff}.admin-shell.admin-shell--agent .inventory-stock-body{min-height:0;overflow:auto}.admin-shell.admin-shell--agent .inventory-stock-fields{border:0;min-width:0;margin:0;padding:0}.admin-shell.admin-shell--agent .inventory-stock-form-grid{grid-template-columns:1fr 1fr 1.4fr;gap:22px;display:grid}.admin-shell.admin-shell--agent .inventory-stock-form-grid label,.admin-shell.admin-shell--agent .inventory-stock-reason{color:#526078;gap:9px;font-size:13px;display:grid}.admin-shell.admin-shell--agent .inventory-stock-fields :is(input,select,textarea){color:#34445d;font-size:14px}.admin-shell.admin-shell--agent .inventory-stock-form-grid :is(input,select),.admin-shell.admin-shell--agent .inventory-stock-quantity input{height:var(--field-height);min-height:var(--field-height);background:#fff;border:1px solid #dfe5ee;border-radius:6px;width:100%;padding:0 12px;font-family:inherit;line-height:38px}.admin-shell.admin-shell--agent .inventory-stock-form-grid select{padding-right:30px;line-height:normal}.admin-shell.admin-shell--agent .inventory-stock-reason textarea{background:#fff;border:1px solid #dfe5ee;border-radius:6px;width:100%;min-height:40px;padding:10px 12px;font-family:inherit}.admin-shell.admin-shell--agent .inventory-stock-fields :is(input,select,textarea):disabled{color:#6d7788;background:#f7f8fa}.admin-shell.admin-shell--agent .inventory-stock-products{margin:26px 0}.admin-shell.admin-shell--agent .inventory-stock-section-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.admin-shell.admin-shell--agent .inventory-stock-section-heading h3,.admin-shell.admin-shell--agent .inventory-stock-body>h3{color:#34445d;margin:0;font-size:15px;font-weight:600}.admin-shell.admin-shell--agent .inventory-stock-choices{background:#fafbfc;border:1px solid #e5eaf1;border-radius:6px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-height:208px;margin-bottom:18px;padding:10px;display:grid;overflow:auto}.admin-shell.admin-shell--agent .inventory-stock-choices label{background:#fff;border:1px solid #e6ebf2;border-radius:6px;align-items:center;gap:10px;min-width:0;padding:11px 10px;display:flex}.admin-shell.admin-shell--agent .inventory-stock-choices label.selected{background:#f3f7fc;border-color:#a9c2e0}.admin-shell.admin-shell--agent .inventory-stock-choices input{flex-shrink:0;width:16px;height:16px}.admin-shell.admin-shell--agent .inventory-stock-choices strong{color:#40516b;font-size:13px;font-weight:600;display:block}.admin-shell.admin-shell--agent .inventory-stock-choices small{color:#7a8799;overflow-wrap:anywhere;margin-top:4px;font-size:12px;display:block}.admin-shell.admin-shell--agent .inventory-stock-choices em{color:#6b7e95;flex-shrink:0;margin-left:auto;font-size:12px;font-style:normal}.admin-shell.admin-shell--agent .inventory-stock-choices p{color:#7a8799;padding:10px;font-size:13px}.admin-shell.admin-shell--agent .inventory-stock-lines th,.admin-shell.admin-shell--agent .inventory-stock-lines td{padding:12px}.admin-shell.admin-shell--agent .inventory-stock-quantity{align-items:center;gap:8px;display:flex}.admin-shell.admin-shell--agent .inventory-stock-quantity input{width:112px}.admin-shell.admin-shell--agent .inventory-stock-quantity span{color:#7a8799;font-size:13px}.admin-shell.admin-shell--agent .inventory-stock-remove{color:#7c8797;background:0 0;border:0;width:32px;height:32px;padding:6px}.admin-shell.admin-shell--agent .inventory-stock-remove svg{width:16px;height:16px}.admin-shell.admin-shell--agent .inventory-stock-empty{color:#7c8797;text-align:center;padding:24px!important}.admin-shell.admin-shell--agent .inventory-stock-hint{color:#7c8797;margin:12px 0 0;font-size:12px}.admin-shell.admin-shell--agent .inventory-stock-reason textarea{resize:vertical;line-height:1.65}.admin-shell.admin-shell--agent .inventory-stock-footer-note{color:#7a8799;margin-right:auto;font-size:13px}.admin-shell.admin-shell--agent .inventory-stock-message{color:#63738b;background:#f5f7fa;border-radius:6px;margin:12px 20px;padding:12px 14px;font-size:13px;line-height:1.65}.admin-shell.admin-shell--agent .inventory-stock-body .inventory-stock-message{margin:16px 0}.admin-shell.admin-shell--agent .inventory-stock-message--error{color:#a45344;background:#fff4f1}.admin-shell.admin-shell--agent .inventory-stock-message--success{color:#41725a;background:#f2f8f4;align-items:center;gap:8px;display:flex}.admin-shell.admin-shell--agent .inventory-stock-message--success svg{width:16px;height:16px}.admin-shell.admin-shell--agent .inventory-stock-confirm{background:#f5f8fc;border:1px solid #bed0e6;border-radius:6px;margin:20px 0 0;padding:16px 20px}.admin-shell.admin-shell--agent .inventory-stock-confirm h3{color:#3e5878;margin:0 0 10px;font-size:15px}.admin-shell.admin-shell--agent .inventory-stock-confirm p{color:#60738c;margin:7px 0;font-size:13px;line-height:1.65}.admin-shell.admin-shell--agent .inventory-stock-confirm small{color:#788ca7;font-size:12px}.admin-shell.admin-shell--agent .inventory-stock-detail-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:0 0 28px;display:grid}.admin-shell.admin-shell--agent .inventory-stock-detail-meta dt{color:#7b8798;margin-bottom:8px;font-size:12px}.admin-shell.admin-shell--agent .inventory-stock-detail-meta dd{color:#43536c;overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.65}.admin-shell.admin-shell--agent .inventory-stock-body>h3{margin-top:24px;margin-bottom:15px}@media (max-width:1000px){.admin-shell.admin-shell--agent .inventory-stock-header{flex-wrap:wrap}.admin-shell.admin-shell--agent .inventory-stock-choices,.admin-shell.admin-shell--agent .inventory-stock-form-grid,.admin-shell.admin-shell--agent .inventory-stock-detail-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.admin-shell.admin-shell--agent .inventory-stock-section-heading,.admin-shell.admin-shell--agent .inventory-stock-filters,.admin-shell.admin-shell--agent .inventory-stock-actions{flex-wrap:wrap}.admin-shell.admin-shell--agent .inventory-stock-choices,.admin-shell.admin-shell--agent .inventory-stock-form-grid,.admin-shell.admin-shell--agent .inventory-stock-detail-meta{grid-template-columns:minmax(0,1fr)}.admin-shell.admin-shell--agent .inventory-stock-search{max-width:100%}.admin-shell.admin-shell--agent .inventory-stock-search input{width:230px;max-width:100%}}.admin-shell.admin-shell--agent .member-management-workspace{gap:18px;display:grid}.admin-shell.admin-shell--agent .member-management-summary{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.admin-shell.admin-shell--agent .member-management-summary>div{border-right:1px solid #e8edf3;min-height:104px;padding:18px 22px}.admin-shell.admin-shell--agent .member-management-summary>div:last-child{border-right:0}.admin-shell.admin-shell--agent .member-management-summary small{color:#69788d;font-size:12px}.admin-shell.admin-shell--agent .member-management-header{border-bottom:1px solid #e7ecf3;justify-content:space-between;align-items:center;gap:14px;padding:18px 20px;display:flex}.admin-shell.admin-shell--agent .member-management-header h2{margin:0;font-size:16px}.admin-shell.admin-shell--agent .member-management-header>span{color:#6b788c;font-size:12px}.admin-shell.admin-shell--agent .member-management-filters{flex-wrap:wrap;align-items:center;gap:12px 18px;padding:16px 20px;display:flex}.admin-shell.admin-shell--agent .member-management-filters>label{color:#56657b;flex-direction:row;align-items:center;gap:10px;font-size:13px;display:flex}.admin-shell.admin-shell--agent .member-management-filters select,.admin-shell.admin-shell--agent .member-profile-editor input,.admin-shell.admin-shell--agent .member-profile-editor textarea{color:#344258;background:#fff;border:1px solid #dce3ed;border-radius:6px;min-height:36px;padding:8px 10px;font-size:13px}.admin-shell.admin-shell--agent .member-management-filters select{min-width:116px;height:36px;padding:6px 10px}.admin-shell.admin-shell--agent .member-management-filters .member-management-search{flex:230px;max-width:420px;position:relative}.admin-shell.admin-shell--agent .member-management-search svg{color:#7d8ba0;width:16px;height:16px;position:absolute;top:11px;left:11px}.admin-shell.admin-shell--agent .member-management-search input{color:#344258;background:#fff;border:1px solid #dce3ed;border-radius:6px;width:100%;min-height:38px;padding:8px 12px 8px 34px;font-size:13px}.admin-shell.admin-shell--agent .member-management-table{table-layout:auto;width:100%;min-width:790px}.admin-shell.admin-shell--agent .member-management-table th,.admin-shell.admin-shell--agent .member-management-table td{vertical-align:middle;padding:14px 16px;font-size:13px}.admin-shell.admin-shell--agent .member-management-table td>small,.admin-shell.admin-shell--agent .member-management-identity small{color:#6c7a8f;margin-top:5px;font-size:12px;line-height:1.5;display:block}.admin-shell.admin-shell--agent .member-management-table td>strong,.admin-shell.admin-shell--agent .member-management-identity strong{color:#334158;font-size:13px;font-weight:600}.admin-shell.admin-shell--agent .member-management-message,.admin-shell.admin-shell--agent .member-management-scope{color:#526078;background:#f5f7fa;margin:0;padding:12px 20px;font-size:13px;line-height:1.6}.admin-shell.admin-shell--agent .member-management-scope{border-bottom:1px solid #e7ecf3;align-items:center;gap:16px;display:flex}.admin-shell.admin-shell--agent .member-profile-layer{z-index:110}.admin-shell.admin-shell--agent .member-profile-dialog{overflow:hidden}.admin-shell.admin-shell--agent .member-profile-dialog>header{justify-content:space-between;align-items:flex-start;display:flex}.admin-shell.admin-shell--agent .member-profile-dialog>header p{color:#617087;overflow-wrap:anywhere;margin:8px 0 0}.admin-shell.admin-shell--agent .member-profile-body{padding-top:16px;display:block;overflow:auto}.admin-shell.admin-shell--agent .member-profile-topline{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.admin-shell.admin-shell--agent .member-profile-topline>div{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-shell.admin-shell--agent .member-profile-tabs{border-bottom:1px solid #e3e9f1;gap:24px;margin:0 0 22px;display:flex}.admin-shell.admin-shell--agent .member-profile-tabs button{-webkit-appearance:none;appearance:none;color:#68768b;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:12px 2px;font-size:14px;font-weight:500}.admin-shell.admin-shell--agent .member-profile-tabs button.active{color:#485cc5;border-bottom-color:#5265dc;font-weight:600}.admin-shell.admin-shell--agent .member-profile-section{background:#fff;border:1px solid #e4eaf2;border-radius:8px;margin-bottom:24px;overflow:hidden}.admin-shell.admin-shell--agent .member-profile-section>h3,.admin-shell.admin-shell--agent .member-profile-section-heading{border-bottom:1px solid #e9edf4;margin:0;padding:16px 18px}.admin-shell.admin-shell--agent .member-profile-section-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-shell.admin-shell--agent .member-profile-section h3{color:#35435b;font-size:14px;font-weight:600}.admin-shell.admin-shell--agent .member-profile-section-heading h3{margin:0}.admin-shell.admin-shell--agent .member-profile-section-heading>div{align-items:center;gap:8px;display:flex}.admin-shell.admin-shell--agent .member-profile-section-heading .button{min-height:32px;padding:6px 10px;font-size:12px}.admin-shell.admin-shell--agent .member-profile-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 26px;margin:0;padding:4px 18px;display:grid}.admin-shell.admin-shell--agent .member-profile-meta>div{border-bottom:1px solid #edf0f5;grid-template-columns:112px minmax(0,1fr);gap:10px;padding:13px 0;font-size:13px;line-height:1.6;display:grid}.admin-shell.admin-shell--agent .member-profile-meta>div:nth-last-child(-n+2){border-bottom:0}.admin-shell.admin-shell--agent .member-profile-meta dt{color:#6a788d}.admin-shell.admin-shell--agent .member-profile-meta dd{color:#35435a;overflow-wrap:anywhere;white-space:pre-wrap;margin:0}.admin-shell.admin-shell--agent .member-profile-section table{width:100%;min-width:650px;font-size:13px}.admin-shell.admin-shell--agent .member-profile-section table th,.admin-shell.admin-shell--agent .member-profile-section table td{padding:13px 16px}.admin-shell.admin-shell--agent .member-profile-section table td small{color:#69798f;margin-top:5px;font-size:12px;display:block}.admin-shell.admin-shell--agent .member-profile-section table td{overflow-wrap:anywhere}.admin-shell.admin-shell--agent .member-profile-empty{color:#6c7a8e;margin:0;padding:18px;font-size:13px}.admin-shell.admin-shell--agent .member-profile-editor{background:#f8faff;border:1px solid #d9e2f2;border-radius:8px;margin-bottom:24px;padding:20px}.admin-shell.admin-shell--agent .member-profile-editor h3{margin:0 0 16px;font-size:15px}.admin-shell.admin-shell--agent .member-profile-editor fieldset{border:0;gap:14px;margin:0;padding:0;display:grid}.admin-shell.admin-shell--agent .member-profile-editor label{color:#536278;gap:8px;font-size:13px;display:grid}.admin-shell.admin-shell--agent .member-profile-editor input{width:min(420px,100%)}.admin-shell.admin-shell--agent .member-profile-editor textarea{resize:vertical;width:100%}.admin-shell.admin-shell--agent .member-profile-editor p{color:#536278;margin:0;font-size:13px;line-height:1.8}.admin-shell.admin-shell--agent .member-profile-editor-actions{justify-content:flex-end;gap:10px;padding-top:18px;display:flex}.admin-shell.admin-shell--agent .member-profile-confirm{overflow-wrap:anywhere;background:#fff;border:1px solid #d9e1ee;border-radius:6px;margin-top:16px;padding:14px}.admin-shell.admin-shell--agent .member-profile-confirm h4{margin:0 0 8px;font-size:14px}.admin-shell.admin-shell--agent .member-profile-error{padding:10px 0;font-size:13px;color:#a43737!important}.admin-shell.admin-shell--agent .member-profile-notice{color:#326f4b;background:#f0f8f2;border-radius:6px;align-items:center;gap:8px;margin:0 0 16px;padding:12px 14px;font-size:13px;display:flex}.admin-shell.admin-shell--agent .member-profile-notice svg{width:16px;height:16px}.admin-shell.admin-shell--agent .member-profile-timeline{background:#f8fafc;border-top:1px solid #e8edf4;border-bottom:1px solid #e8edf4;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:20px;list-style:none;display:grid}.admin-shell.admin-shell--agent .member-profile-timeline li{border-left:2px solid #d0d9e8;padding-left:13px}.admin-shell.admin-shell--agent .member-profile-timeline strong,.admin-shell.admin-shell--agent .member-profile-timeline span{color:#45556d;font-size:13px;display:block}.admin-shell.admin-shell--agent .member-profile-timeline span{color:#6c7b8f;margin-top:8px}.admin-shell.admin-shell--agent .member-profile-rules{border-bottom:1px solid #e8edf4;padding:16px 18px}.admin-shell.admin-shell--agent .member-profile-rules summary{color:#435574;cursor:pointer;font-size:13px}.admin-shell.admin-shell--agent .member-profile-rules .member-profile-meta{padding:10px 0 0}.admin-shell.admin-shell--agent .member-profile-period-actions{flex-wrap:wrap;align-items:center;gap:10px;padding:16px 18px;display:flex}.admin-shell.admin-shell--agent .member-profile-period-actions>span{color:#718095;margin-right:auto;font-size:12px}.admin-shell.admin-shell--agent .member-profile-footer-note{color:#6b7a90;margin-right:auto;font-size:12px}:is(.admin-shell.admin-shell--agent .member-profile-dialog button:focus-visible,.admin-shell.admin-shell--agent .member-management-workspace button:focus-visible,.admin-shell.admin-shell--agent .member-profile-dialog input:focus-visible,.admin-shell.admin-shell--agent .member-profile-dialog textarea:focus-visible,.admin-shell.admin-shell--agent .member-profile-dialog select:focus-visible){outline-offset:3px;outline:2px solid #536bd8}@media (max-width:900px){.admin-shell.admin-shell--agent .member-management-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell.admin-shell--agent .member-profile-meta{grid-template-columns:1fr}.admin-shell.admin-shell--agent .member-profile-meta>div:nth-last-child(-n+2){border-bottom:1px solid #edf0f5}.admin-shell.admin-shell--agent .member-profile-section-heading{flex-wrap:wrap;align-items:flex-start}.admin-shell.admin-shell--agent .member-profile-timeline{grid-template-columns:1fr}.admin-shell.admin-shell--agent .member-profile-dialog>header,.admin-shell.admin-shell--agent .member-profile-body{padding:16px}}.admin-shell.admin-shell--agent .membership-management-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;margin-bottom:12px;display:flex}.admin-shell.admin-shell--agent .admin-order-filters{flex-wrap:wrap;align-items:center;gap:12px 18px;padding:0 20px 18px;display:flex}.admin-shell.admin-shell--agent .admin-order-filters>label{color:#536176;flex-direction:row;align-items:center;gap:10px;font-size:13px;display:flex}.admin-shell.admin-shell--agent .admin-order-filters :is(input,select){box-sizing:border-box;color:#35445a;min-height:36px;font:inherit;background:#fff;border:1px solid #d7dfe9;border-radius:6px;padding:6px 9px}.admin-shell.admin-shell--agent .admin-date-range{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-shell.admin-shell--agent .admin-order-filters>button{color:#3d5abf;min-height:36px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:6px 10px}.admin-shell.admin-shell--agent .admin-filter-error{color:#b43434;margin:0 20px 16px;font-size:13px}.admin-shell.admin-shell--agent .table-scroll .order-management-table--daily{table-layout:fixed;width:100%;min-width:900px}.admin-shell.admin-shell--agent .order-management-table--daily :is(th,td){white-space:normal;overflow-wrap:anywhere}.admin-shell.admin-shell--agent .order-management-table--daily :is(th,td):first-child{width:24%}.admin-shell.admin-shell--agent .order-management-table--daily :is(th,td):nth-child(2){width:26%}.admin-shell.admin-shell--agent .order-management-table--daily .table-action{z-index:1;background:#fff;width:100px;position:sticky;right:0;box-shadow:-1px 0 #e7ecf3}.admin-shell.admin-shell--agent .order-management-table--daily th.table-action{background:#f8f9fb}.admin-shell.admin-shell--agent .order-daily-actions{flex-wrap:wrap;gap:8px;display:flex}.admin-shell.admin-shell--agent .order-management-table--daily td small{color:#647187;font-size:12px}.admin-shell.admin-shell--agent .member-account-code{color:#536176;font-variant-numeric:tabular-nums;letter-spacing:.02em;white-space:nowrap;font-size:12.5px}.admin-shell.admin-shell--agent .member-account-code--empty{color:#a8b1bd}.admin-shell.admin-shell--agent .member-management-table{min-width:900px}.admin-shell.admin-shell--agent .member-identity-tag{white-space:nowrap;vertical-align:middle;border:1px solid #0000;border-radius:5px;align-items:center;width:max-content;max-width:100%;padding:3px 9px;font-size:12px;font-weight:600;line-height:1.5;display:inline-flex}.admin-shell.admin-shell--agent .member-identity-tag--ordinary{color:#4e5d70;background:#f0f3f6;border-color:#dce3ea}.admin-shell.admin-shell--agent .member-identity-tag--trial{color:#24634d;background:#edf7f0;border-color:#cce5d6}.admin-shell.admin-shell--agent .member-identity-tag--paid{color:#7a591b;background:#fff6e2;border-color:#ead6a9}.admin-shell.admin-shell--agent .member-tags-workspace{gap:20px;display:grid}.admin-shell.admin-shell--agent .member-identity-tags-header{border-bottom:1px solid #e7ecf3;justify-content:space-between;align-items:baseline;gap:14px;padding:18px 20px;display:flex}.admin-shell.admin-shell--agent .member-identity-tags-header h2{color:#334158;margin:0;font-size:16px}.admin-shell.admin-shell--agent .member-identity-tags-header>span{color:#6b788c;margin:0;font-size:12px;line-height:1.6}.admin-shell.admin-shell--agent .member-identity-tag-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:20px;display:grid}.admin-shell.admin-shell--agent .member-identity-tag-card{background:#fff;border:1px solid #e3e8ef;border-radius:8px;padding:16px}.admin-shell.admin-shell--agent .member-identity-tag-card-heading{justify-content:space-between;align-items:center;gap:8px;display:flex}.admin-shell.admin-shell--agent .member-identity-tag-origin{color:#6b788c;font-size:12px}.admin-shell.admin-shell--agent .member-identity-tag-count{color:#334158;align-items:baseline;gap:5px;margin:18px 0 10px;display:flex}.admin-shell.admin-shell--agent .member-identity-tag-count strong{font-size:26px;font-weight:600;line-height:1.2}.admin-shell.admin-shell--agent .member-identity-tag-count span{color:#6b788c;font-size:12px}.admin-shell.admin-shell--agent .member-identity-tag-rule{color:#68768b;min-height:40px;margin:0 0 12px;font-size:12px;line-height:1.7}.admin-shell.admin-shell--agent .member-identity-tag-card button:focus-visible{outline-offset:3px;outline:2px solid #5265dc}@media (max-width:820px){.admin-shell.admin-shell--agent .member-identity-tag-cards{grid-template-columns:1fr}.admin-shell.admin-shell--agent .member-identity-tags-header{flex-direction:column;align-items:flex-start}}.admin-shell.admin-shell--agent .member-identity-tag-card .table-text-action:disabled{color:#8a96a7;cursor:not-allowed}.admin-shell.admin-shell--agent .workspace-quick-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-shell.admin-shell--agent .workspace-quick-actions .button--primary{color:#fff}.admin-shell.admin-shell--agent .workspace-daily-tasks{margin-bottom:20px}.admin-shell.admin-shell--agent :is(.workspace-daily-tasks,.finance-daily-panel) .task-list__empty{min-height:120px;padding:24px 16px}.admin-shell.admin-shell--agent .workspace-disclosure{border:1px solid var(--workspace-border,#e4e8ee);background:#fff;border-radius:8px;margin-bottom:20px}.admin-shell.admin-shell--agent .workspace-disclosure>summary{color:#2b303a;cursor:pointer;justify-content:space-between;align-items:center;gap:16px;min-height:56px;padding:14px 18px;list-style:none;display:flex}.admin-shell.admin-shell--agent .workspace-disclosure>summary::-webkit-details-marker{display:none}.admin-shell.admin-shell--agent .workspace-disclosure>summary:after{content:"";border-bottom:1.5px solid #697487;border-right:1.5px solid #697487;flex:none;width:7px;height:7px;transition:transform .15s;transform:rotate(45deg)}.admin-shell.admin-shell--agent .workspace-disclosure[open]>summary{border-bottom:1px solid var(--workspace-border,#e4e8ee)}.admin-shell.admin-shell--agent .workspace-disclosure[open]>summary:after{transform:rotate(225deg)}.admin-shell.admin-shell--agent .workspace-disclosure>summary>span{align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.admin-shell.admin-shell--agent .workspace-disclosure>summary svg{color:#697487;width:18px;height:18px}.admin-shell.admin-shell--agent .workspace-disclosure>summary small{color:#697487;margin-left:auto;font-size:13px}.admin-shell.admin-shell--agent .workspace-disclosure>summary:focus-visible{outline-offset:2px;outline:2px solid #3b6de2}.admin-shell.admin-shell--agent .workspace-disclosure__body{min-width:0;padding:16px}.admin-shell.admin-shell--agent .workspace-agent-section .agent-workspace-grid{margin-bottom:0}.admin-shell.admin-shell--agent .workspace-agent-section .agent-run-list{min-width:0}.admin-shell.admin-shell--agent .workspace-business-summary{grid-template-columns:repeat(auto-fit,minmax(235px,1fr));display:grid}.admin-shell.admin-shell--agent .finance-daily-panel{margin-bottom:20px}.admin-shell.admin-shell--agent .finance-disclosure .closure-grid__section{overflow:hidden}.admin-shell.admin-shell--agent .finance-history-panel{margin-top:16px;margin-bottom:0}.admin-shell.admin-shell--agent .finance-history-panel .table-empty{min-height:100px;padding:20px 16px}.admin-shell.admin-shell--agent .finance-close-boundary{color:#65542e;background:#faf8f3;border-radius:6px;margin:0 0 14px;padding:12px 14px;font-size:13px;line-height:1.6}.admin-shell.admin-shell--agent .finance-inline-empty{color:#697487;text-align:center;margin:0;padding:16px 0}@media (max-width:800px){.admin-shell.admin-shell--agent .workspace-quick-actions{width:100%}.admin-shell.admin-shell--agent .workspace-disclosure>summary{gap:10px;padding:14px}.admin-shell.admin-shell--agent .workspace-disclosure__body{padding:12px}.admin-shell.admin-shell--agent .finance-daily-panel .task-list>button{grid-template-columns:28px minmax(0,1fr)}.admin-shell.admin-shell--agent .finance-daily-panel .task-list em{grid-column:2}}@media (prefers-reduced-motion:reduce){.admin-shell.admin-shell--agent .workspace-disclosure>summary:after{transition:none}}.admin-shell--agent .membership-plan-checklist{border:1px solid var(--line,#e2e7ec);background:#f8fafc;border-radius:8px;margin-bottom:16px;padding:10px 12px}.admin-shell--agent .membership-plan-checklist>button[aria-expanded=true]>svg{transform:rotate(90deg)}.admin-shell--agent .membership-plan-checklist ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 16px;margin:10px 0 0;padding:0;list-style:none;display:grid}.admin-shell--agent .membership-plan-checklist li>button{color:#245f9b;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;gap:8px;padding:7px 0;display:flex}.admin-shell--agent .membership-plan-checklist li small{color:#596779;flex-shrink:0}.admin-shell--agent .membership-plan-checklist button:focus-visible{outline-offset:3px;outline:2px solid #2875bb}.admin-shell--agent [data-member-field]:focus-visible{outline-offset:3px;outline:2px solid #2875bb}.admin-shell--agent .membership-plan-return{color:#3d5abf;font:inherit;cursor:pointer;background:0 0;border:0;margin-bottom:12px;padding:8px 0}.admin-shell--agent :is(.membership-plan-editor,.membership-product-return) .table-text-action svg{width:14px;height:14px}.admin-shell--agent :is(.membership-plan-editor,.membership-product-return) .table-text-action:disabled{color:#8c95a6;cursor:not-allowed}@media (max-width:900px){.admin-shell--agent .membership-plan-checklist ul{grid-template-columns:1fr}}.admin-shell--agent .membership-product-return{color:#43516a;background:#f8fafc;border:1px solid #dfe5ee;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:12px 16px;font-size:13px;display:flex}.admin-shell.admin-shell--agent .product-list-scroll .spu-table{min-width:1372px}.admin-shell.admin-shell--agent .product-list-scroll .spu-table>thead>tr>th:last-child{width:132px}.admin-shell.admin-shell--agent .product-list-scroll .spu-table>:is(thead,tbody)>tr>.table-action{z-index:2;background:#fff;min-width:132px;padding-inline:12px;position:sticky;right:0;box-shadow:-1px 0 #e6eaf0}.admin-shell.admin-shell--agent .product-list-scroll .spu-table>thead>tr>.table-action{z-index:3;background:#f8f9fb}.admin-shell.admin-shell--agent .product-list-scroll .spu-table>tbody>tr:hover>.table-action{background:#fafbfd}.admin-shell.admin-shell--agent .product-list-scroll .spu-table>:is(thead,tbody)>tr>.product-sale-cell{z-index:2;white-space:nowrap;background:#fff;position:sticky;right:132px;box-shadow:-1px 0 #e6eaf0}.admin-shell.admin-shell--agent .product-list-scroll .spu-table>thead>tr>.product-sale-cell{z-index:3;background:#f8f9fb}.admin-shell.admin-shell--agent .product-list-scroll .spu-table>tbody>tr:hover>.product-sale-cell{background:#fafbfd}.admin-shell.admin-shell--agent .product-list-scroll:focus-visible{outline-offset:-2px;outline:2px solid #547cc9}.admin-shell.admin-shell--agent .product-workbench--editable{flex-direction:column;display:flex}.admin-shell.admin-shell--agent .product-workbench--editable>:not(.product-workbench__body){flex-shrink:0}.admin-shell.admin-shell--agent .product-workbench--editable>.product-workbench__body{flex:auto;min-height:0}.admin-shell.admin-shell--agent .product-draft-notice{color:#5f6b7e;background:#f8f9fb;flex-wrap:wrap;gap:6px 16px;padding:9px 26px;font-size:12px;line-height:1.6;display:flex}.admin-shell.admin-shell--agent .product-draft-notice strong{color:#b53c48;font-weight:500}.admin-shell.admin-shell--agent .product-draft-recovery{color:#6d541e;background:#fff8eb;padding:14px 26px;font-size:13px}.admin-shell.admin-shell--agent .product-draft-recovery p{margin:0 0 10px}.admin-shell.admin-shell--agent .product-draft-recovery>div{flex-wrap:wrap;gap:8px;display:flex}.admin-shell.admin-shell--agent .product-draft-leave-backdrop{z-index:5;background:#18233238;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.admin-shell.admin-shell--agent .product-draft-leave{background:#fff;border:1px solid #e1e7ef;border-radius:10px;width:min(100%,560px);padding:24px;box-shadow:0 16px 40px #232d4124}.admin-shell.admin-shell--agent .product-draft-leave h2{color:#273449;margin:0 0 12px;font-size:18px}.admin-shell.admin-shell--agent .product-draft-leave p{color:#5d687b;margin:0 0 20px;font-size:13px;line-height:1.7}.admin-shell.admin-shell--agent .product-draft-leave>div{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.admin-shell.admin-shell--agent .catalog-release-review{grid-template-rows:auto minmax(0,1fr) auto}.admin-shell.admin-shell--agent .catalog-release-review .product-workbench__section>h2{color:#344158;margin:0 0 14px;font-size:16px}.admin-shell.admin-shell--agent .catalog-release-review .product-workbench__section>p{color:#657084;margin:0 0 12px;font-size:13px}.admin-shell.admin-shell--agent .catalog-release-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0;display:grid}.admin-shell.admin-shell--agent .catalog-release-meta dt,.admin-shell.admin-shell--agent .catalog-release-product dt{color:#657084;font-size:12px}.admin-shell.admin-shell--agent .catalog-release-meta dd,.admin-shell.admin-shell--agent .catalog-release-product dd{color:#344158;overflow-wrap:anywhere;white-space:pre-wrap;margin:5px 0 0;font-size:13px}.admin-shell.admin-shell--agent .catalog-release-meta dd small{color:#657084;margin-top:5px;font-size:12px;display:block}.admin-shell.admin-shell--agent .catalog-release-issues{color:#79591b;background:#fff8eb;border-radius:6px;margin-top:16px;padding:12px 16px;font-size:13px}.admin-shell.admin-shell--agent .catalog-release-issues ul{margin-bottom:0;padding-left:20px}.admin-shell.admin-shell--agent .catalog-release-diff{table-layout:fixed;min-width:760px}.admin-shell.admin-shell--agent .catalog-release-diff th:first-child{width:23%}.admin-shell.admin-shell--agent .catalog-release-diff th:nth-child(2){width:15%}.admin-shell.admin-shell--agent .catalog-release-diff td{vertical-align:top}.admin-shell.admin-shell--agent .catalog-release-diff pre{max-height:240px;font:inherit;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;overflow:auto}.admin-shell.admin-shell--agent .catalog-release-product{border:1px solid #e4e9f0;border-radius:6px;margin-top:16px;padding:14px 16px}.admin-shell.admin-shell--agent .catalog-release-product summary{cursor:pointer;color:#344158;font-size:13px;font-weight:550}.admin-shell.admin-shell--agent .catalog-release-product dl{gap:14px;margin-bottom:0;display:grid}.admin-shell.admin-shell--agent .catalog-release-product ul{color:#5d687b;font-size:13px;line-height:1.9}@media (max-width:900px){.admin-shell.admin-shell--agent .catalog-release-meta{grid-template-columns:1fr}.admin-shell.admin-shell--agent .product-draft-notice,.admin-shell.admin-shell--agent .product-draft-recovery{padding-inline:18px}.admin-shell.admin-shell--agent .product-workbench--editable .product-workbench__footer>div:last-child{flex-wrap:wrap}}.admin-shell.admin-shell--agent .product-validation-details{position:relative}.admin-shell.admin-shell--agent .product-validation-details>summary{cursor:pointer;color:#8b5a1e;width:max-content;min-height:32px;font-size:13px;list-style:none}.admin-shell.admin-shell--agent .product-validation-details>summary::-webkit-details-marker{display:none}.admin-shell.admin-shell--agent .product-validation-details>summary>svg:last-child{width:14px;height:14px;transform:rotate(-90deg)}.admin-shell.admin-shell--agent .product-validation-details[open]>summary>svg:last-child{transform:rotate(90deg)}.admin-shell.admin-shell--agent .product-validation-details>ul{z-index:5;background:#fff;border:1px solid #e1e7ef;border-radius:8px;width:min(500px,75vw);max-height:min(320px,45vh);margin:0;padding:8px;list-style:none;position:absolute;bottom:calc(100% + 12px);left:0;overflow:auto;box-shadow:0 -4px 24px #232d411f}.admin-shell.admin-shell--agent .product-validation-details li>button{color:#43516a;text-align:left;background:#fff;border:0;border-radius:4px;justify-content:space-between;align-items:center;gap:20px;width:100%;min-height:42px;padding:10px;font-size:13px;line-height:1.6;display:flex}.admin-shell.admin-shell--agent .product-validation-details li>button:hover{background:#f5f7fb}.admin-shell.admin-shell--agent .product-validation-details li small{color:#64748b;flex-shrink:0;align-items:center;gap:4px;font-size:12px;display:inline-flex}.admin-shell.admin-shell--agent .product-validation-details li small svg{width:13px;height:13px}.admin-shell.admin-shell--agent .product-validation-details li>button:disabled{opacity:.75;cursor:wait}@media (max-width:1200px){.admin-shell.admin-shell--agent .product-list-scroll .spu-table{width:100%;min-width:920px}.admin-shell.admin-shell--agent .spu-table>:is(thead,tbody)>tr:not(.product-sku-row)>:is(th,td):is(:nth-child(3),:nth-child(4),:nth-child(10),:nth-child(11)){display:none}.admin-shell.admin-shell--agent .spu-table>thead>tr>th:first-child{width:auto}.admin-shell.admin-shell--agent .spu-table>thead>tr>th:is(:nth-child(5),:nth-child(6),:nth-child(7),:nth-child(8),:nth-child(9)){width:80px}.admin-shell.admin-shell--agent .spu-table .product-cell{gap:6px}.admin-shell.admin-shell--agent .spu-table .product-cell img{width:30px;height:30px}.admin-shell.admin-shell--agent .spu-table .product-cell small{overflow-wrap:anywhere}.admin-shell.admin-shell--agent .table-scroll .order-management-table--daily{min-width:620px}.admin-shell.admin-shell--agent .order-management-table--daily :is(th,td){padding:12px 8px}.admin-shell.admin-shell--agent .order-management-table--daily :is(th,td):first-child{width:22%}.admin-shell.admin-shell--agent .order-management-table--daily :is(th,td):nth-child(2){width:23%}.admin-shell.admin-shell--agent .order-management-table--daily .table-action{width:65px;box-shadow:none;position:static}}.admin-shell.admin-shell--agent .membership-plan-gift-product{background:#f7f9fb;border-radius:8px;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:4px 12px;padding:12px;display:grid}.admin-shell.admin-shell--agent .membership-plan-gift-product img{grid-row:span 2}.admin-shell.admin-shell--agent .membership-plan-gift-product strong{align-self:end}.admin-shell.admin-shell--agent .membership-plan-gift-product small{color:#687384;align-self:start}.admin-shell.admin-shell--agent .sku-member-price-editor{background:#fff;border:1px solid #e2e6eb;border-radius:8px;margin-top:0;padding:20px}.admin-shell.admin-shell--agent .sku-member-price-editor>header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.admin-shell.admin-shell--agent .sku-member-price-editor h2{margin:0;font-size:15px;font-weight:600}.admin-shell.admin-shell--agent .sku-member-price-editor p{color:#68717e;margin:7px 0 0;font-size:13px}.admin-shell.admin-shell--agent .sku-member-price-add{align-items:center;gap:8px;display:flex}.admin-shell.admin-shell--agent .sku-member-price-add select{background:#fff;border:1px solid #dfe3e8;border-radius:6px;max-width:230px;min-height:34px;padding:6px 10px;font-size:13px}.admin-shell.admin-shell--agent .sku-member-price-matrix{width:100%;min-width:670px}.admin-shell.admin-shell--agent .sku-member-price-matrix :is(th,td){vertical-align:top;min-width:118px;padding:12px 9px}.admin-shell.admin-shell--agent .sku-member-price-matrix th{text-align:left;font-size:13px;font-weight:500}.admin-shell.admin-shell--agent .sku-member-price-matrix th:first-child{min-width:160px}.admin-shell.admin-shell--agent .sku-member-price-matrix th small{color:#7b8490;margin-top:4px;font-size:12px;font-weight:400;display:block}.admin-shell.admin-shell--agent .sku-member-price-input{grid-template-columns:16px minmax(64px,1fr);align-items:center;min-width:98px;max-width:170px;display:grid;position:relative}.admin-shell.admin-shell--agent .sku-member-price-input>span{color:#727b88;font-size:13px}.admin-shell.admin-shell--agent .sku-member-price-input input{color:#253044;text-align:right;font-variant-numeric:tabular-nums;background:#fff;border:1px solid #dfe3e8;border-radius:6px;width:100%;min-width:64px;min-height:36px;padding:7px 9px;font-size:13px}.admin-shell.admin-shell--agent .sku-member-price-input input:focus,.admin-shell.admin-shell--agent .sku-member-price-add select:focus{outline-offset:1px;border-color:#3477d5;outline:2px solid #c7dafb}.admin-shell.admin-shell--agent .sku-member-price-input input[aria-invalid=true]{border-color:#bd4545}.admin-shell.admin-shell--agent .sku-member-price-input small{color:#b83c3c;grid-column:1/-1;margin-top:5px;font-size:12px}.admin-shell.admin-shell--agent .sku-member-price-remove{color:#727b88;cursor:pointer;background:0 0;border:0;border-radius:4px;margin-left:4px;padding:3px}.admin-shell.admin-shell--agent .sku-member-price-remove:hover{color:#b83c3c;background:#fff0f0}.admin-shell.admin-shell--agent .sku-member-price-remove:focus-visible{outline:2px solid #3477d5}.admin-shell.admin-shell--agent .sku-member-price-editor .form-error{color:#b83c3c}.admin-shell--agent .catalog-release-product dd pre,.admin-shell--agent .sku-member-price-readonly{white-space:pre-wrap;font:inherit;margin:0}.admin-shell--agent .catalog-member-price-summary{gap:8px;margin:0;padding:0;list-style:none;display:grid}.admin-shell--agent .catalog-member-price-summary strong{font-weight:500}.admin-shell--agent .catalog-member-price-summary small{color:#727b88;margin-top:3px;font-size:12px;display:block}@media (max-width:800px){.admin-shell.admin-shell--agent .sku-member-price-editor{padding:14px}}.admin-shell.admin-shell--agent .sku-member-price-tools{background:#f7f9fb;border-radius:6px;flex-wrap:wrap;align-items:center;gap:12px 18px;margin:16px 0;padding:12px;display:flex}.admin-shell.admin-shell--agent .sku-member-price-batch{flex-wrap:wrap;flex:620px;align-items:center;gap:10px;font-size:13px;display:flex}.admin-shell.admin-shell--agent .sku-member-price-batch>strong{margin-right:4px;font-weight:500}.admin-shell.admin-shell--agent .sku-member-price-batch label,.admin-shell.admin-shell--agent .sku-member-price-batch label>div{align-items:center;gap:6px;display:flex}.admin-shell.admin-shell--agent .sku-member-price-batch input,.admin-shell.admin-shell--agent .sku-plan-batch input{background:#fff;border:1px solid #dfe3e8;border-radius:5px;width:68px;min-height:32px;padding:6px 8px;font-size:13px}.admin-shell.admin-shell--agent .sku-member-price-batch>small{color:#727b88;flex-basis:100%;padding-left:0;font-size:12px}.admin-shell.admin-shell--agent .sku-plan-batch{flex-basis:100%;font-size:13px}.admin-shell.admin-shell--agent .sku-plan-batch summary{color:#53647b;cursor:pointer}.admin-shell.admin-shell--agent .sku-plan-batch>div,.admin-shell.admin-shell--agent .sku-plan-batch label{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-shell.admin-shell--agent .sku-plan-batch>div{padding-top:10px}.admin-shell.admin-shell--agent .sku-plan-batch select{background:#fff;border:1px solid #dfe3e8;border-radius:5px;min-height:32px;padding:6px 8px;font-size:13px}.admin-shell.admin-shell--agent .sku-member-price-editor .sku-price-batch-success{color:#256b46;margin-bottom:10px}.admin-shell.admin-shell--agent .sku-member-price-matrix.sku-price-unified{table-layout:fixed;min-width:1000px}.admin-shell.admin-shell--agent .sku-price-unified :is(th,td),.admin-shell.admin-shell--agent .sku-price-unified th:first-child{vertical-align:middle;min-width:0;padding:10px 7px}.admin-shell.admin-shell--agent .sku-price-unified col.sku-col-name{width:140px}.admin-shell.admin-shell--agent .sku-price-unified col.sku-col-value{width:150px}.admin-shell.admin-shell--agent .sku-price-unified col.sku-col-code{width:180px}.admin-shell.admin-shell--agent .sku-price-unified col.sku-col-unit{width:68px}.admin-shell.admin-shell--agent .sku-price-unified col.sku-col-price{width:120px}.admin-shell.admin-shell--agent .sku-price-unified col.sku-col-plan{width:150px}.admin-shell.admin-shell--agent .sku-price-unified col.sku-col-status{width:88px}.admin-shell.admin-shell--agent .sku-price-unified col.sku-col-stock{width:72px}.admin-shell.admin-shell--agent .sku-price-unified col.sku-col-action{width:56px}.admin-shell.admin-shell--agent .sku-price-unified .sku-unified-identity{white-space:normal}.admin-shell.admin-shell--agent .sku-unified-identity>input,.admin-shell.admin-shell--agent .sku-price-unified td>select{box-sizing:border-box;color:#253044;background:#fff;border:1px solid #dfe3e8;border-radius:5px;width:100%;min-width:0;max-width:100%;min-height:34px;padding:6px 8px;font-size:13px;display:block}.admin-shell.admin-shell--agent .sku-unified-identity input.sku-unified-code{font-size:12px}.admin-shell.admin-shell--agent .sku-price-unified .sku-member-price-input{grid-template-columns:12px 92px;width:104px;min-width:104px;max-width:104px}.admin-shell.admin-shell--agent .sku-price-unified .sku-member-price-input input{min-height:34px;padding:6px 8px}.admin-shell.admin-shell--agent .sku-price-unified .sku-member-price-input small{white-space:normal}.admin-shell.admin-shell--agent .sku-price-unified .sku-remove-button{min-height:34px;padding:5px;font-size:13px}.admin-shell.admin-shell--agent .membership-product-list{background:#fff;border:1px solid #e4e9f0;border-radius:8px;min-width:0;overflow:hidden}.admin-shell.admin-shell--agent .membership-product-list__filters{border-bottom:1px solid #edf0f4;flex-wrap:wrap;align-items:center;gap:12px 16px;padding:14px;display:flex}.admin-shell.admin-shell--agent .membership-product-list__search{background:#fff;border:1px solid #dfe5ee;border-radius:6px;flex:230px;align-items:center;gap:8px;padding:0 10px;display:flex}.admin-shell.admin-shell--agent .membership-product-list__search svg{color:#788697;flex-shrink:0;width:16px;height:16px}.admin-shell.admin-shell--agent .membership-product-list__search input{background:0 0;border:0;width:100%;min-width:0;padding:9px 0}.admin-shell.admin-shell--agent .membership-product-list__search:focus-within{outline-offset:2px;outline:2px solid #2563eb}.admin-shell.admin-shell--agent .membership-product-list__search input:focus{box-shadow:none;outline:none}.admin-shell.admin-shell--agent .membership-product-list__category{white-space:nowrap;align-items:center;gap:8px;font-size:13px;display:flex}.admin-shell.admin-shell--agent .membership-product-list__category select{width:auto;max-width:210px}.admin-shell.admin-shell--agent .membership-product-list__selected{white-space:nowrap;align-items:center;gap:7px;font-size:13px;display:flex}.admin-shell.admin-shell--agent .membership-product-list input:is([type=checkbox],[type=radio]){accent-color:#2563eb;cursor:pointer;width:16px;min-width:16px;height:16px;min-height:16px;margin:0;padding:0}.admin-shell.admin-shell--agent .membership-product-list input:disabled{cursor:not-allowed}.admin-shell.admin-shell--agent .membership-product-list__scroll{overflow-x:auto}.admin-shell.admin-shell--agent .membership-product-list table{border-collapse:collapse;width:100%;min-width:680px;font-size:13px}.admin-shell.admin-shell--agent .membership-product-list th{text-align:left;color:#687587;white-space:nowrap;background:#f7f8fa;padding:12px;font-weight:500}.admin-shell.admin-shell--agent .membership-product-list td{vertical-align:middle;color:#465367;border-bottom:1px solid #edf0f4;padding:12px}.admin-shell.admin-shell--agent .membership-product-list tr:last-child td{border-bottom:0}.admin-shell.admin-shell--agent .membership-product-list tr.is-selected td{background:#f2f6fc}.admin-shell.admin-shell--agent .membership-product-list .membership-product-list__check{text-align:center;width:44px}.admin-shell.admin-shell--agent .membership-product-list__product{align-items:center;gap:10px;min-width:180px;display:flex}.admin-shell.admin-shell--agent .membership-product-list__product img,.admin-shell.admin-shell--agent .membership-product-list__image-empty{object-fit:cover;background:#f5f7f8;border-radius:6px;flex-shrink:0;width:44px;height:44px}.admin-shell.admin-shell--agent .membership-product-list__image-empty{color:#86939c;place-items:center;display:grid}.admin-shell.admin-shell--agent .membership-product-list__image-empty svg{width:20px;height:20px}.admin-shell.admin-shell--agent .membership-product-list__product strong{color:#26313f;overflow-wrap:anywhere;max-width:260px;font-size:13px;line-height:1.5;display:block}.admin-shell.admin-shell--agent .membership-product-list__product small{color:#748091;overflow-wrap:anywhere;margin-top:4px;font-size:12px;display:block}.admin-shell.admin-shell--agent .membership-product-list__price{white-space:nowrap;font-variant-numeric:tabular-nums}.admin-shell.admin-shell--agent .membership-product-list__footer{color:#667486;border-top:1px solid #edf0f4;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 14px;font-size:13px;display:flex}.admin-shell.admin-shell--agent .membership-product-list__pages{align-items:center;gap:10px;margin-left:auto;display:flex}.admin-shell.admin-shell--agent .membership-product-list__pages button{min-height:30px;padding:5px 10px}.admin-shell.admin-shell--agent .membership-product-list .table-empty{min-height:120px;padding:24px}.admin-shell--agent .membership-product-list__product>div{min-width:0}.admin-shell--agent .membership-product-list__product strong,.admin-shell--agent .membership-product-list__product small{white-space:normal;overflow-wrap:anywhere}.admin-shell.admin-shell--agent .sku-price-unified th[scope=colgroup]{text-align:center;border-bottom:1px solid #e7ebf1}.admin-shell.admin-shell--agent .sku-member-price-history{margin-top:8px;font-size:12px}.admin-shell.admin-shell--agent .sku-member-price-history summary{color:#6d7788;cursor:pointer}.admin-shell.admin-shell--agent .sku-member-price-history strong,.admin-shell.admin-shell--agent .sku-member-price-history small{margin-top:5px;display:block}.admin-shell--agent .home-content-layout{grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:24px;margin:18px 0;display:grid}.admin-shell--agent .home-content-fields{min-width:0}.admin-shell--agent .home-content-section{border-bottom:1px solid #e8edf3;margin-bottom:24px;padding:0 0 24px}.admin-shell--agent .home-content-section__heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.admin-shell--agent .home-content-section__heading h3{margin:0;font-size:15px}.admin-shell--agent .home-content-section__heading>span,.admin-shell--agent .home-content-hint{color:#6d7788;font-size:12px;line-height:1.6}.admin-shell--agent .home-content-section label{flex-direction:column;gap:7px;margin:12px 0;font-size:13px;display:flex}.admin-shell--agent .home-content-section input:not([type=checkbox]):not([type=file]),.admin-shell--agent .home-content-section select{color:#253044;background:#fff;border:1px solid #dce2eb;border-radius:6px;width:100%;min-width:0;height:36px;padding:6px 10px}.admin-shell--agent .home-content-section .home-content-toggle{flex-direction:row;align-items:center;margin:0}.admin-shell--agent .home-content-section input[type=checkbox]{width:16px;height:16px}.admin-shell--agent .home-content-image{aspect-ratio:2.8;object-fit:cover;background:#f5f7f9;border-radius:6px;width:min(100%,490px);display:block}.admin-shell--agent .home-content-image-actions{align-items:center;gap:14px;display:flex}.admin-shell--agent .home-content-image-actions label{cursor:pointer;flex-direction:row;align-items:center;display:inline-flex}.admin-shell--agent .home-content-image-actions input[type=file]{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.admin-shell--agent .home-content-image-actions label:focus-within{outline-offset:2px;outline:2px solid #2867ea}.admin-shell--agent .home-content-image-actions .is-disabled{opacity:.5;cursor:default}.admin-shell--agent .home-content-selected{margin:12px 0;padding:0;list-style:none}.admin-shell--agent .home-content-selected li{border-bottom:1px solid #eef1f5;align-items:center;gap:10px;min-height:56px;padding:7px 0;display:flex}.admin-shell--agent .home-content-selected li>span{color:#8490a2;min-width:18px}.admin-shell--agent .home-content-selected img{object-fit:cover;border-radius:5px;width:38px;height:38px}.admin-shell--agent .home-content-selected strong{flex:1;min-width:0;font-size:13px}.admin-shell--agent .home-content-selected small{color:#c14536;display:block}.admin-shell--agent .home-content-selected button{color:#526079;background:#f5f7fa;border:0;border-radius:5px;flex:0 0 30px;place-items:center;width:30px;height:30px;display:grid}.admin-shell--agent .home-content-selected button:disabled{opacity:.35}.admin-shell--agent .home-content-preview{width:290px;max-width:100%;position:sticky;top:12px}.admin-shell--agent .home-content-preview h3{margin:0 0 12px;font-size:14px}.admin-shell--agent .home-content-preview>small{color:#788497;margin-top:10px;font-size:12px;display:block}.admin-shell--agent .home-content-preview__phone{background:#f5f7f6;border:1px solid #e3e9e7;border-radius:10px;overflow:hidden}.admin-shell--agent .home-content-preview__brand{color:#fff;background:#00875c;padding:15px;font-size:16px;font-weight:600}.admin-shell--agent .home-content-preview__notice{color:#556b60;overflow-wrap:anywhere;background:#f0f7f3;margin:0;padding:9px 12px;font-size:12px}.admin-shell--agent .home-content-preview__banner{aspect-ratio:2.8;object-fit:cover;width:100%;display:block}.admin-shell--agent .home-content-preview__heading{justify-content:space-between;align-items:center;padding:14px 10px;display:flex}.admin-shell--agent .home-content-preview__heading strong{font-size:13px}.admin-shell--agent .home-content-preview__heading span{color:#718079;font-size:10px}.admin-shell--agent .home-content-preview__products{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 8px 8px;display:grid}.admin-shell--agent .home-content-preview__products>div{background:#fff;border-radius:7px;overflow:hidden}.admin-shell--agent .home-content-preview__products img,.admin-shell--agent .home-content-preview__empty-image{aspect-ratio:1;object-fit:cover;color:#8a9a92;background:#f0f3f1;place-items:center;width:100%;display:grid}.admin-shell--agent .home-content-preview__products strong{margin:7px;font-size:11px;line-height:1.5;display:block}.admin-shell--agent .home-content-preview__products div>span:not(.home-content-preview__empty-image){color:#ed5d49;margin:7px;font-size:12px;display:block}.admin-shell--agent .home-content-preview__empty{text-align:center;color:#829087;padding:20px 12px;font-size:12px}.admin-shell--agent .home-content-fields .membership-product-list{margin-top:16px}@media (max-width:1100px){.admin-shell--agent .home-content-layout{grid-template-columns:minmax(0,1fr)}.admin-shell--agent .home-content-preview{position:static}}.admin-shell.admin-shell--agent .workspace-tabstrip{flex:auto;align-self:center;gap:0}.admin-shell.admin-shell--agent .topbar__home{color:#5b6472;white-space:nowrap;background:0 0;border:0;border-radius:6px;flex:none;align-items:center;gap:7px;height:40px;margin-right:19px;padding:0 12px;font-size:13px;font-weight:500;display:inline-flex;position:relative}.admin-shell.admin-shell--agent .topbar__home:after{content:"";background:#eceef3;width:1px;height:18px;position:absolute;top:50%;right:-10px;transform:translateY(-50%)}.admin-shell.admin-shell--agent .topbar__home svg{color:#5c6675;stroke-width:1.6px;width:16px;height:16px}.admin-shell.admin-shell--agent .topbar__home:hover{color:#1b2230;background:#f4f6f9}.admin-shell.admin-shell--agent .topbar__home:hover svg{color:#3d4553}.admin-shell.admin-shell--agent .topbar__home.is-active{color:#1d4ed8;background:#eef3ff;font-weight:600}.admin-shell.admin-shell--agent .topbar__home.is-active svg{color:#245dd7}.admin-shell.admin-shell--agent .topbar__home:focus-visible{outline-offset:2px;outline:2px solid #245dd7}.admin-shell.admin-shell--agent .workspace-tabstrip>[role=tablist]{align-items:center;gap:3px}.admin-shell.admin-shell--agent .workspace-tab{background:0 0;border:0;border-radius:6px}.admin-shell.admin-shell--agent .workspace-tab:first-child>[role=tab]{padding-left:16px}.admin-shell.admin-shell--agent .workspace-tab:hover{background:#f4f6f9}.admin-shell.admin-shell--agent .workspace-tab>[role=tab]{color:#5b6472;text-overflow:ellipsis;white-space:nowrap;max-width:176px;height:40px;padding:0 6px 0 14px;font-size:13px;line-height:40px;overflow:hidden}.admin-shell.admin-shell--agent .workspace-tab>[role=tab]:hover{color:#1b2230}.admin-shell.admin-shell--agent .workspace-tab--active{background:#eef3ff}.admin-shell.admin-shell--agent .workspace-tab--active:hover{background:#e5edff}.admin-shell.admin-shell--agent .workspace-tab--active>[role=tab]{color:#1d4ed8;box-shadow:none;font-weight:600}.admin-shell.admin-shell--agent .workspace-tab--active>.workspace-tab__close{color:#7c8db5}.admin-shell.admin-shell--agent .workspace-tab>.workspace-tab__close{color:#aab2be;align-self:center;width:24px;height:24px;margin:0 6px 0 0}.admin-shell.admin-shell--agent .workspace-tab>.workspace-tab__close svg{width:11px;height:11px}.admin-shell.admin-shell--agent .workspace-tab>.workspace-tab__close:hover{color:#cf3b30;background:#ffeceb}.admin-shell.admin-shell--agent .workspace-tabstrip__more{flex:none;align-items:center;margin-left:auto;padding-left:12px;display:flex;position:relative}.admin-shell.admin-shell--agent .workspace-tabstrip__more-trigger{color:#7b8494;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.admin-shell.admin-shell--agent .workspace-tabstrip__more-trigger:hover{color:#1b2230;background:#f4f6f9}.admin-shell.admin-shell--agent .workspace-tabstrip__more-trigger svg{width:15px;height:15px}.admin-shell.admin-shell--agent .workspace-tabstrip__menu{z-index:40;background:#fff;border:1px solid #e6eaf1;border-radius:8px;gap:2px;min-width:208px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 32px #232d411f}.admin-shell.admin-shell--agent .workspace-tabstrip__menu>button{color:#2f3949;text-align:left;background:0 0;border:0;border-radius:6px;padding:8px 10px;font-size:13px}.admin-shell.admin-shell--agent .workspace-tabstrip__menu>button:hover{background:#f4f6f9}.admin-shell.admin-shell--agent .workspace-tabstrip__menu>button[aria-checked=true]{color:#1d4ed8;background:#eef3ff;font-weight:600}.admin-shell.admin-shell--agent .workspace-tabstrip__menu-label{color:var(--workspace-muted);margin:4px 10px 2px;font-size:11px}.admin-shell.admin-shell--agent .workspace-tabstrip__menu-divider{background:var(--workspace-border);height:1px;margin:4px 6px}.admin-shell.admin-shell--agent .topbar .sync-indicator{background:0 0;border:0;min-height:0;padding:0;font-size:0}.admin-shell.admin-shell--agent .topbar .sync-indicator i{width:7px;height:7px;box-shadow:none}.admin-shell.admin-shell--agent .topbar .sync-indicator--online{display:none}@media (max-width:1280px){.admin-shell.admin-shell--agent .workspace-tabstrip__more{display:none}}.admin-shell.admin-shell--agent :is(.form-grid,.product-form-grid,.product-detail-form,.sales-field-card,.sku-editor-table,.category-form-grid,.category-migration-field,.inventory-stock-form-grid,.repurchase-workspace,.inventory-ops) :is(input,select):not([type=checkbox]):not([type=radio]){height:var(--field-height);min-height:var(--field-height);padding:0 11px;line-height:normal}.admin-shell.admin-shell--agent :is(.form-grid,.product-form-grid,.product-detail-form,.sales-field-card,.sku-editor-table,.category-form-grid,.category-migration-field,.inventory-stock-form-grid,.repurchase-workspace,.inventory-ops) select{padding-right:30px}.admin-shell.admin-shell--agent :is(.form-grid,.product-form-grid,.product-detail-form,.sales-field-card,.sku-editor-table,.category-form-grid,.category-migration-field,.inventory-stock-form-grid,.repurchase-workspace,.inventory-ops) :is(input[type=checkbox],input[type=radio]){width:auto;height:auto;min-height:0;padding:0}:is(.admin-shell.admin-shell--agent :is(input,select,textarea):not([type=checkbox]):not([type=radio]):focus,.admin-shell.admin-shell--agent :is(input,select,textarea):not([type=checkbox]):not([type=radio]):focus-visible){border-color:#2463eb;outline:none;box-shadow:0 0 0 3px #2463eb29}.admin-shell.admin-shell--agent :is(button,a,summary,input[type=checkbox],input[type=radio]):focus-visible{outline-offset:2px;box-shadow:none;outline:2px solid #2463eb}.admin-shell.admin-shell--agent select:not([multiple]){-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%236b7686' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6.5 8 10.5 12 6.5'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:14px 14px}.admin-shell.admin-shell--agent :is(.form-grid,.product-form-grid,.product-detail-form,.sales-field-card,.sku-editor-table,.category-form-grid,.category-migration-field,.inventory-stock-form-grid,.repurchase-workspace,.inventory-ops) select:not([type=checkbox]):not([type=radio]){padding:0 32px 0 11px}.admin-shell.admin-shell--agent .product-code{color:#6c7a91;font-variant-numeric:tabular-nums;letter-spacing:.02em;white-space:nowrap;font-size:12.5px}.admin-shell.admin-shell--agent .product-change-label{color:#b06a1f;white-space:nowrap;font-size:12.5px}.page-filter-slot:empty{display:none}.page-filter-bar{background:0 0;border:0;border-radius:0;margin:0 0 14px}.admin-shell.admin-shell--agent .page-filter-bar :is(.table-toolbar,.status-tabs,.product-list-filters,.member-management-filters,.inventory-stock-filters,.product-dictionary-filters,.product-dictionary-toolbar){background:0 0;border:0}.admin-shell.admin-shell--agent .page-filter-bar :is(.table-toolbar,.product-list-filters,.member-management-filters,.inventory-stock-filters,.inventory-ops__filters,.product-dictionary-filters,.repurchase-selector-filters){padding:0 0 10px}.admin-shell.admin-shell--agent .page-filter-bar :is(.inventory-ops__filters,.product-dictionary-filters){margin:0}.admin-shell.admin-shell--agent .page-filter-bar .table-toolbar{min-height:0;padding:0 0 10px}.admin-shell.admin-shell--agent .page-filter-bar .product-list-filters{padding:0 0 10px}.admin-shell.admin-shell--agent .page-filter-bar :is(.table-toolbar,.product-list-filters,.member-management-filters,.inventory-stock-filters,.inventory-ops__filters,.product-dictionary-filters,.repurchase-selector-filters) :is(.table-toolbar,.product-list-filters,.member-management-filters,.inventory-stock-filters,.inventory-ops__filters,.product-dictionary-filters,.repurchase-selector-filters){padding:0}.admin-shell.admin-shell--agent .page-filter-bar :is(.toolbar-search,.inventory-stock-search,.product-dictionary-search,.member-management-search){background:#fff;border:1px solid #dfe3eb;border-radius:6px;height:36px}.admin-shell.admin-shell--agent .page-filter-bar :is(.toolbar-search,.inventory-stock-search,.product-dictionary-search,.member-management-search) input{background:0 0;border:0;height:34px}.admin-shell.admin-shell--agent .page-filter-bar .status-tabs{padding:0}.admin-shell.admin-shell--agent .page-filter-bar:has(>.admin-order-filters){flex-wrap:wrap;align-items:center;gap:8px 12px;padding:0 0 10px;display:flex}.admin-shell.admin-shell--agent .page-filter-bar>.admin-order-filters{padding:0}.admin-shell.admin-shell--agent .page-filter-bar:has(>.admin-order-filters)>:is(.table-toolbar,.admin-order-filters){padding:0}.admin-shell.admin-shell--agent .page-header{align-items:center;gap:16px;min-height:52px;margin-bottom:12px}.admin-shell.admin-shell--agent .page-header__title{align-items:baseline;gap:10px;min-width:0;display:flex}.admin-shell.admin-shell--agent .page-header__title h1{margin:0}.admin-shell.admin-shell--agent .page-header__title .page-breadcrumb{flex-wrap:nowrap;margin:0}.page-header-slot:empty{display:none}.page-header-actions{align-items:center;gap:8px;display:flex}.admin-shell.admin-shell--agent .inventory-stock-page{gap:14px;margin:0 0 18px;display:grid}.admin-shell.admin-shell--agent .inventory-stock-page-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-shell.admin-shell--agent .inventory-stock-page-header>div{align-items:baseline;gap:12px;min-width:0;display:flex}.admin-shell.admin-shell--agent .inventory-stock-page-header h2{color:#2b3950;margin:0;font-size:20px}.admin-shell.admin-shell--agent .inventory-stock-page-header span{color:#8a95a6;font-size:12px}.admin-shell.admin-shell--agent .inventory-stock-page .inventory-stock-fields{background:#fff;border:1px solid #e2e7ef;border-radius:8px;padding:16px 18px}.admin-shell.admin-shell--agent .inventory-stock-header-row{grid-template-columns:minmax(150px,.9fr) minmax(150px,.9fr) minmax(180px,1.1fr) minmax(240px,1.6fr);align-items:center;gap:14px;display:grid}.admin-shell.admin-shell--agent .inventory-stock-header-row>label{color:#526078;align-items:center;gap:10px;min-width:0;font-size:13px;font-weight:500;display:flex}.admin-shell.admin-shell--agent .inventory-stock-header-row>label>span{white-space:nowrap;flex:none}.admin-shell.admin-shell--agent .inventory-stock-header-row :is(input,select){flex:1;min-width:0}.admin-shell.admin-shell--agent .inventory-stock-header-row--opening{grid-template-columns:minmax(180px,.8fr) minmax(320px,2.2fr)}.admin-shell.admin-shell--agent .inventory-stock-section-actions{align-items:center;gap:12px;display:flex}.admin-shell.admin-shell--agent .inventory-stock-section-count{color:#8a95a6;font-size:12px}.admin-shell.admin-shell--agent .inventory-stock-lines__index{color:#8a95a6;font-variant-numeric:tabular-nums;width:52px;font-size:12px}.admin-shell.admin-shell--agent .inventory-stock-page>footer{background:#fff;border:1px solid #e2e7ef;border-radius:8px;align-items:center;gap:10px;padding:12px 18px;display:flex}.admin-shell.admin-shell--agent .product-picker{width:min(var(--dialog-width-lg), calc(100vw - 40px));overflow:hidden}.admin-shell.admin-shell--agent .product-picker__body{gap:12px;display:grid;overflow:auto}.admin-shell.admin-shell--agent .product-picker__filters{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.admin-shell.admin-shell--agent .product-picker__filters .inventory-stock-search{flex:280px}.admin-shell.admin-shell--agent .product-picker__filters .product-category-select{white-space:nowrap;flex:none}.admin-shell.admin-shell--agent .product-picker__bulk{white-space:nowrap;flex:none;align-items:center;gap:14px;margin-left:auto;display:flex}.admin-shell.admin-shell--agent .product-picker__table{width:100%;min-width:620px}.admin-shell.admin-shell--agent .product-picker__table th,.admin-shell.admin-shell--agent .product-picker__table td{border-bottom:1px solid #eef1f6;padding:10px 12px;font-size:13px}.admin-shell.admin-shell--agent .product-picker__table tr.is-picked{background:#f3f7fd}.admin-shell.admin-shell--agent .product-picker__check{text-align:center;width:44px}.admin-shell.admin-shell--agent .product-picker__check input{width:16px;height:16px}.admin-shell.admin-shell--agent .product-picker>footer{align-items:center;gap:10px;padding:12px 18px;display:flex}.admin-shell.admin-shell--agent .opening-import{width:min(var(--dialog-width-lg), calc(100vw - 40px));overflow:hidden}.admin-shell.admin-shell--agent .opening-import .category-workbench__body{gap:14px;display:grid;overflow:auto}.admin-shell.admin-shell--agent .opening-import__paste{gap:8px;display:grid}.admin-shell.admin-shell--agent .opening-import__paste>span{color:#738097;font-size:13px;font-weight:500}.admin-shell.admin-shell--agent .opening-import__paste textarea{color:#253950;border:1px solid #d8dfe9;border-radius:4px;width:100%;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;line-height:1.7}.admin-shell.admin-shell--agent .opening-import__file{width:fit-content;height:var(--field-height);color:#526078;cursor:pointer;background:#fbfcfe;border:1px dashed #cbd4e1;border-radius:4px;align-items:center;gap:8px;padding:0 14px;font-size:13px;display:inline-flex;position:relative}.admin-shell.admin-shell--agent .opening-import__file input{opacity:0;width:1px;height:1px;position:absolute}.admin-shell.admin-shell--agent .opening-import__summary{color:#526078;flex-wrap:wrap;gap:16px;font-size:13px;display:flex}.admin-shell.admin-shell--agent .opening-import__issues{background:#fdf7f6;border:1px solid #f0d6d3;border-radius:6px;padding:12px 14px}.admin-shell.admin-shell--agent .opening-import__issues strong{color:#a8453c;font-size:13px}.admin-shell.admin-shell--agent .opening-import__issues ul{gap:6px;margin:8px 0 0;padding:0;list-style:none;display:grid}.admin-shell.admin-shell--agent .opening-import__issues li{color:#6b7686;flex-wrap:wrap;gap:8px;font-size:12.5px;display:flex}.admin-shell.admin-shell--agent .opening-import__issues em{color:#b4483f;font-style:normal}.admin-shell.admin-shell--agent .dashboard-section{gap:12px;margin-bottom:26px;display:grid}.admin-shell.admin-shell--agent .dashboard-section__header{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.admin-shell.admin-shell--agent .dashboard-section__header>h2{color:#253044;margin:0;font-size:16px;font-weight:600}.admin-shell.admin-shell--agent .dashboard-section__header>span{color:#8a92a1;font-size:12px}.admin-shell.admin-shell--agent .dashboard-section>.metric-grid,.admin-shell.admin-shell--agent .dashboard-section>.workspace-business-summary,.admin-shell.admin-shell--agent .dashboard-section>.workspace-disclosure{margin:0}.admin-shell.admin-shell--agent .task-type-grid{background:#eef1f6;border:1px solid #e9edf3;border-radius:8px;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;margin:0;display:grid;overflow:hidden}.admin-shell.admin-shell--agent .task-type-grid>button{color:#5f6775;text-align:left;background:#fff;border:0;border-radius:0;gap:6px;padding:12px 14px;font-size:12px;display:grid}.admin-shell.admin-shell--agent .task-type-grid>button:hover{background:#f7f9fc}.admin-shell.admin-shell--agent .task-type-grid>button>strong{color:#1b2230;font-size:20px;font-weight:600;line-height:1.1}.admin-shell.admin-shell--agent .task-type-grid>button>strong.is-zero{color:#b3bac6;font-weight:500}@media (max-width:1180px){.admin-shell.admin-shell--agent .agent-workspace-metrics,.admin-shell.admin-shell--agent .task-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.admin-shell.admin-shell--agent .agent-workspace-metrics,.admin-shell.admin-shell--agent .task-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-shell.admin-shell--agent .task-type-grid>button.is-active{background:#eef3ff}.admin-shell.admin-shell--agent .task-type-grid>button.is-active>span{color:#1d4ed8;font-weight:600}.admin-shell.admin-shell--agent .task-type-grid>button.is-active>strong{color:#1d4ed8}.admin-shell.admin-shell--agent .dashboard-month-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell.admin-shell--agent .dashboard-metric-policy{color:#697487;margin-top:8px;font-size:12px}.admin-shell.admin-shell--agent .dashboard-metric-policy summary{cursor:pointer;width:fit-content}.admin-shell.admin-shell--agent .dashboard-metric-policy p{max-width:960px;line-height:1.8}.admin-shell.admin-shell--agent .operations-task-table{table-layout:fixed;min-width:860px}.admin-shell.admin-shell--agent .operations-task-table th:first-child{width:auto}.admin-shell.admin-shell--agent .operations-task-table th:nth-child(2){width:94px}.admin-shell.admin-shell--agent .operations-task-table th:nth-child(3){width:72px}.admin-shell.admin-shell--agent .operations-task-table th:nth-child(4){width:132px}.admin-shell.admin-shell--agent .operations-task-table th:nth-child(5){width:140px}.admin-shell.admin-shell--agent .operations-task-table th:last-child{width:110px}.admin-shell.admin-shell--agent .operations-task-table td{overflow-wrap:anywhere}.admin-shell.admin-shell--agent .task-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.6;display:-webkit-box;overflow:hidden}.admin-shell.admin-shell--agent .task-evidence{color:#697487;margin-top:6px;font-size:12px}.admin-shell.admin-shell--agent .task-evidence summary{cursor:pointer;color:#3567a8;width:fit-content}.admin-shell.admin-shell--agent .task-evidence :is(p,ul,dl){white-space:normal;overflow-wrap:anywhere;margin:10px 0;line-height:1.7}.admin-shell.admin-shell--agent .task-evidence dl>div{grid-template-columns:64px minmax(0,1fr);gap:8px;display:grid}.admin-shell.admin-shell--agent .task-evidence dd{margin:0}.admin-shell.admin-shell--agent .task-evidence section{border-top:1px solid #e9edf3;padding-top:10px}.admin-shell.admin-shell--agent .task-evidence ul{padding-left:18px}.admin-shell.admin-shell--agent .task-type-grid>button:focus-visible{outline-offset:-3px;outline:2px solid #547cc9}@media (max-width:680px){.admin-shell.admin-shell--agent .dashboard-month-metrics{grid-template-columns:1fr}}.admin-shell--agent .product-live-sale{justify-content:flex-start;align-items:center;gap:12px;min-height:0;display:flex}.admin-shell--agent .product-live-sale>.table-text-action{border:1px solid #dbe2ec;border-radius:6px;padding:5px 12px;font-size:12.5px}.admin-shell--agent .sales-setting-grid{align-items:start}.admin-shell.admin-shell--agent .product-live-price-note{color:#8a5a12;max-width:460px;margin-right:12px;font-size:12px;line-height:1.5}.admin-shell.admin-shell--agent .product-list-frame{position:relative}.admin-shell.admin-shell--agent .product-list-frame:after{content:"";inset-block:0;pointer-events:none;opacity:0;background:linear-gradient(270deg,#232d4124,#232d4100);width:30px;transition:opacity .14s;position:absolute;right:0}.admin-shell.admin-shell--agent .product-list-frame--scrollable:not(.product-list-frame--end):after{opacity:1}.admin-shell.admin-shell--agent .confirm-reason-presets{flex-wrap:wrap;gap:6px;margin:14px 0 4px;display:flex}.admin-shell.admin-shell--agent .confirm-reason-preset{color:#3b4759;cursor:pointer;background:#f8fafc;border:1px solid #dbe2ec;border-radius:999px;padding:5px 10px;font-size:12px}.admin-shell.admin-shell--agent .confirm-reason-preset:hover{background:#eef3fb;border-color:#b9c6da}.admin-shell.admin-shell--agent .confirm-reason-preset:focus-visible{outline-offset:2px;outline:2px solid #547cc9}.admin-shell.admin-shell--agent .product-template-empty{color:#5b6472;background:#fafbfe;border:1px dashed #d7deea;border-radius:8px;margin:0 0 12px;padding:10px 12px;font-size:12.5px;line-height:1.6}.admin-shell.admin-shell--agent .payment-channel-workspace{min-width:0}.admin-shell.admin-shell--agent .payment-channel-workspace .panel{min-width:0;padding:20px}.admin-shell.admin-shell--agent .payment-channel-workspace .payment-channel-header{background:0 0;border:0;border-radius:0;padding:0 0 12px}.admin-shell.admin-shell--agent .payment-channel-workspace .payment-channel-header h2{margin:0;font-size:16px}.admin-shell.admin-shell--agent .payment-channel-workspace .payment-channel-header p{margin:6px 0 0;font-size:12px;line-height:1.6}.admin-shell.admin-shell--agent .payment-channel-workspace .plugin-workspace-tabs{border:0;border-bottom:1px solid var(--workspace-border);border-radius:0;flex-wrap:nowrap;align-items:stretch;gap:12px;height:40px;min-height:40px;max-height:40px;margin:0 0 16px;padding:0;overflow:auto hidden}.admin-shell.admin-shell--agent .payment-channel-workspace .plugin-workspace-tabs>button{height:40px;min-height:40px;max-height:40px;margin:0;padding:0 12px}.admin-shell.admin-shell--agent .payment-channel-workspace .panel>h3{margin:0 0 18px;font-size:16px}.admin-shell.admin-shell--agent .payment-channel-workspace .panel>h4{margin:24px 0 12px;font-size:14px}.admin-shell.admin-shell--agent .payment-channel-workspace .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px 24px}.admin-shell.admin-shell--agent .payment-channel-workspace .form-grid>label{min-width:0}.admin-shell.admin-shell--agent .payment-channel-workspace .form-grid>.field-wide{grid-column:1/-1}.admin-shell.admin-shell--agent .payment-channel-workspace .form-grid :is(input,select){width:100%;min-width:0;height:var(--field-height);min-height:var(--field-height)}.admin-shell.admin-shell--agent .payment-channel-workspace .form-grid input[type=file]{padding:6px 10px;line-height:26px}.admin-shell.admin-shell--agent .payment-channel-workspace .rule-help{padding-block:12px}.admin-shell.admin-shell--agent .payment-channel-workspace .rule-help>.form-grid{margin-top:16px}.admin-shell.admin-shell--agent .payment-channel-workspace .panel>footer{border-top:1px solid var(--workspace-border);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;margin-top:20px;padding-top:16px;display:flex}.admin-shell.admin-shell--agent .payment-channel-workspace .payment-channel-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:0;display:grid}.admin-shell.admin-shell--agent .payment-channel-workspace .payment-channel-summary>div{border:0;grid-template-columns:minmax(0,1fr);gap:4px;padding:0;display:grid}.admin-shell.admin-shell--agent .payment-channel-workspace .payment-channel-summary dd{margin:0}.admin-shell.admin-shell--agent .payment-channel-workspace .payment-channel-check-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-block:14px;display:flex}.admin-shell.admin-shell--agent .payment-channel-workspace .payment-channel-check-actions>span{color:var(--quiet);font-size:12px}@media (max-width:1000px){.admin-shell.admin-shell--agent .payment-channel-workspace .payment-channel-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.admin-shell.admin-shell--agent .payment-channel-workspace .form-grid{grid-template-columns:minmax(0,1fr)}}.product-dictionary-panel{color:#344054;background:#fff;border:1px solid #e5eaf0;border-radius:8px;overflow:hidden}.product-dictionary-toolbar{justify-content:space-between;align-items:center;gap:16px;padding:18px 20px 14px;display:flex}.product-dictionary-toolbar h2{align-items:center;gap:9px;margin:0;font-size:15px;font-weight:600;display:flex}.product-dictionary-toolbar h2>span{color:#8b95a4;font-size:12px;font-weight:400}.product-dictionary-panel .button svg,.product-tag-picker-heading svg{width:15px;height:15px}.product-dictionary-filters{align-items:center;gap:12px;padding:0 20px 16px;display:flex}.product-dictionary-search{background:#fff;border:1px solid #dfe5ec;border-radius:6px;align-items:center;gap:7px;width:min(340px,100%);padding:0 10px;display:flex}.product-dictionary-search>svg{color:#8793a4;flex-shrink:0;width:15px;height:15px}.product-dictionary-search>input{outline-offset:3px;color:#344054;width:100%;min-width:0;height:34px;font:inherit;background:0 0;border:0;font-size:13px}.product-dictionary-filters>label:not(.product-dictionary-search){align-items:center;gap:7px;display:flex}.product-dictionary-filter-label{color:#677587;font-size:13px}.product-dictionary-filters select{color:#344054;background:#fff;border:1px solid #dfe5ec;border-radius:6px;height:34px;padding:0 9px;font-size:13px}.product-dictionary-table-wrap{overflow-x:auto}.product-dictionary-table{border-collapse:collapse;text-align:left;width:100%;font-size:13px}.product-dictionary-table th,.product-dictionary-table td{vertical-align:middle;border-top:1px solid #edf0f4;padding:13px 20px}.product-dictionary-table thead th{color:#667587;white-space:nowrap;background:#f8fafc;font-size:12px;font-weight:500}.product-dictionary-table tbody th{min-width:125px;font-weight:500}.product-dictionary-table tbody td:nth-last-child(2){white-space:nowrap;font-size:12px}.product-dictionary-values{flex-wrap:wrap;gap:5px;min-width:120px;display:flex}.product-dictionary-values>span:not(.product-dictionary-muted){background:#fafbfc;border:1px solid #e5eaf0;border-radius:4px;padding:3px 7px;font-size:12px}.product-dictionary-muted{color:#7a8798}.product-dictionary-status{white-space:nowrap;align-items:center;gap:6px;font-size:12px;display:inline-flex}.product-dictionary-status:before{content:"";background:#478271;border-radius:50%;width:5px;height:5px}.product-dictionary-status.is-disabled{color:#7b8796}.product-dictionary-status.is-disabled:before{background:#a9b0ba}.product-dictionary-actions{text-align:right}.product-dictionary-row-actions{white-space:nowrap;justify-content:flex-end;gap:13px;display:flex}.product-dictionary-row-actions button{color:#356baf;font:inherit;cursor:pointer;background:0 0;border:0;padding:3px 0;font-size:13px}.product-dictionary-row-actions .is-danger{color:#a45b5b}.product-dictionary-row-actions button:disabled{color:#a7afba;cursor:wait}.product-dictionary-empty{color:#8190a1;flex-direction:column;align-items:center;gap:8px;padding:42px 20px;font-size:13px;display:flex}.product-dictionary-empty strong{color:#58677a;font-weight:500}.product-dictionary-message{color:#457461;margin:10px 20px;font-size:13px;line-height:1.6}.product-dictionary-message--error{color:#b44b4b}.admin-shell.admin-shell--agent .product-dictionary-editor{flex-direction:column;width:100%;max-width:1400px;height:100%;max-height:100%;display:flex}.product-dictionary-editor>header{flex-shrink:0}.product-dictionary-editor-form{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.product-dictionary-editor-form .category-workbench__body{flex:1;min-height:0;overflow-y:auto}.product-dictionary-form-grid{grid-template-columns:minmax(0,1fr) minmax(160px,.6fr);gap:18px;width:100%;max-width:960px;margin:0 auto;display:grid}.product-dictionary-editor--content .product-dictionary-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-dictionary-form-grid label{color:#596879;flex-direction:column;gap:7px;font-size:13px;display:flex}.product-dictionary-form-grid i{color:#b34c4c;font-style:normal}.product-dictionary-form-grid input,.product-dictionary-form-grid textarea,.product-dictionary-form-grid select{box-sizing:border-box;color:#344054;width:100%;min-width:0;font:inherit;background:#fff;border:1px solid #dce3eb;border-radius:6px;padding:9px 10px;line-height:1.5}.product-dictionary-form-grid input:read-only{color:#738093;background:#f7f9fb}.product-dictionary-form-grid textarea{resize:vertical}.product-dictionary-form-grid small{color:#8190a0;font-size:12px;line-height:1.5}.product-dictionary-field-wide{grid-column:1/-1}.product-spec-values{color:#596879;flex-direction:column;gap:10px;font-size:13px;display:flex}.product-spec-values-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.product-spec-values-heading button{align-items:center;gap:4px;display:inline-flex}.product-spec-values svg{width:15px;height:15px}.product-spec-value-fields{grid-template-columns:repeat(auto-fill,minmax(min(240px,100%),1fr));gap:10px;display:grid}.product-spec-value-field{align-items:center;gap:6px;min-width:0;display:flex}.product-spec-value-field>button{color:#788596;cursor:pointer;background:0 0;border:0;border-radius:5px;flex:0 0 32px;place-items:center;width:32px;height:36px;padding:0;display:grid}.product-spec-value-field>button:hover:not(:disabled){color:#a45b5b;background:#fdf1f1}.product-spec-value-field>button:disabled{color:#b1bac5;cursor:default}.product-dictionary-editor-form>footer{background:#fff;border-top:1px solid #e5eaf0;flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;padding:16px 24px;display:flex}.product-dictionary-validation{color:#7d8999;margin-right:auto;font-size:12px}.product-dictionary-editor .product-dictionary-message{margin:15px 0 0}.product-tag-picker{min-width:0;font-size:13px}.product-tag-picker-heading{color:#596879;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.product-tag-picker-heading small{color:#8a96a4;margin-left:5px;font-size:12px}.product-tag-picker-heading button{align-items:center;gap:4px;display:inline-flex}.product-tag-options{flex-wrap:wrap;gap:8px;display:flex}.product-tag-options>label{cursor:pointer;background:#fff;border:1px solid #dfe5ec;border-radius:5px;align-items:center;gap:6px;margin:0;padding:6px 9px;font-size:13px;display:inline-flex}.product-tag-options>label.is-selected{color:#315e95;background:#f2f7fd;border-color:#b7d0ec}.product-tag-options input[type=checkbox]{accent-color:#3979bc;width:13px;height:13px;margin:0}.product-tag-options>label:has(input:disabled):not(.is-selected){color:#9aa4b1;cursor:default;background:#fafbfc}.product-tag-legacy{color:#6e7b8c;border:1px dashed #ced6e0;border-radius:5px;align-items:center;gap:8px;padding:5px 8px;display:inline-flex}.product-tag-legacy small{color:#909baa;margin-left:6px;font-size:11px}.product-tag-legacy button{color:#6e7b8c;cursor:pointer;background:0 0;border:0;place-items:center;width:22px;height:22px;padding:0;display:grid}.product-tag-legacy svg{width:13px;height:13px}.product-tag-limit{color:#8190a1;margin:8px 0 0;font-size:12px}.product-tag-create{background:#fafbfc;border:1px solid #e5eaf0;border-radius:6px;flex-wrap:wrap;align-items:flex-end;gap:9px;margin-top:12px;padding:12px;display:flex}.product-tag-create label{flex-direction:column;flex:160px;gap:6px;font-size:12px;display:flex}.product-tag-create input{box-sizing:border-box;color:#344054;width:100%;height:34px;font:inherit;background:#fff;border:1px solid #dce3eb;border-radius:5px;padding:7px 9px;font-size:13px}.product-tag-create>button{min-height:34px}.product-tag-picker .product-dictionary-message{margin:8px 0 0}:is(.product-dictionary-panel :focus-visible,.product-dictionary-editor :focus-visible,.product-tag-picker :focus-visible){outline-offset:3px;outline:2px solid #6797ce}@media (max-width:760px){.product-dictionary-filters{flex-wrap:wrap}.product-dictionary-search{width:100%}.product-dictionary-table th,.product-dictionary-table td{padding:12px}.product-dictionary-toolbar{padding:15px 12px}.product-dictionary-form-grid,.product-dictionary-editor--content .product-dictionary-form-grid{grid-template-columns:minmax(0,1fr)}.product-dictionary-editor-form>footer{flex-wrap:wrap;padding:14px 16px}.product-dictionary-validation{flex-basis:100%}}.admin-shell--agent .product-template-toolbar{flex-wrap:wrap;align-items:end;gap:12px;padding:16px 0;display:flex}.admin-shell--agent .product-template-toolbar label{color:#48566a;flex:0 440px;gap:8px;min-width:240px;font-size:13px;display:grid}.admin-shell--agent .product-template-toolbar select{color:#354258;background:#fff;border:1px solid #dce2eb;border-radius:6px;width:100%;min-height:38px;padding:8px 12px}.admin-shell--agent .product-template-confirm{background:#fffcf7;border:1px solid #e6dac3;border-radius:6px;padding:16px;font-size:13px}.admin-shell--agent .product-template-confirm p{margin:0 0 12px}.admin-shell--agent .product-template-confirm button+button{margin-left:8px}
