html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--pearl-0: #fbfcfa;--pearl-50: #f5f7f5;--pearl-100: #eef1ef;--ink-950: #101827;--ink-900: #172033;--ink-800: #263247;--titanium-700: #4d5969;--titanium-500: #7f8a9a;--titanium-300: #b8c0ca;--titanium-150: #dfe4e8;--titanium-100: #e9edef;--alipay-blue: #1677ff;--alipay-blue-soft: #eaf3ff;--trust-green: #168a64;--trust-green-soft: #e7f5ef;--warning-amber: #c77a17;--warning-soft: #fff5e5;--danger-red: #c63d4f;--danger-soft: #fff0f2;--surface: #ffffff;--shadow-float: 0 16px 44px rgba(16, 24, 39, .09);--shadow-soft: 0 7px 24px rgba(16, 24, 39, .055);--font-display: "DIN Alternate", "Arial Narrow", "PingFang SC", sans-serif;--font-body: Inter, "PingFang SC", "Microsoft YaHei", sans-serif;--font-utility: ui-monospace, "SFMono-Regular", Consolas, monospace}*{box-sizing:border-box}html,body,#app{min-height:100%}body{margin:0;color:var(--ink-900);background:var(--pearl-50);font-family:var(--font-body);font-size:14px;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{cursor:pointer}code,pre{font-family:var(--font-utility)}.boot-state{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:var(--ink-900);background:var(--pearl-50)}.boot-state__mark{width:28px;height:28px;margin-bottom:6px;border:2px solid var(--titanium-150);border-top-color:var(--alipay-blue);border-radius:50%;animation:boot-spin .8s linear infinite}.boot-state small{color:var(--titanium-500)}#app-error{position:fixed;z-index:1000;inset:auto 20px 20px;display:none;padding:14px 16px;color:var(--danger-red);background:#fff;border:1px solid #f2c5cb;border-left:4px solid var(--danger-red);border-radius:8px;box-shadow:var(--shadow-float)}@keyframes boot-spin{to{transform:rotate(360deg)}}:focus-visible{outline:3px solid rgba(22,119,255,.28);outline-offset:2px}.console-shell{min-height:100vh;display:flex}.console-sider{position:fixed;z-index:50;inset:0 auto 0 0;width:264px;display:flex;flex-direction:column;color:#fff;background:var(--ink-950);border-right:1px solid rgba(255,255,255,.08)}.console-sider:after{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--alipay-blue)}.console-brand{height:80px;display:flex;align-items:center;gap:12px;padding:17px 22px;border-bottom:1px solid rgba(255,255,255,.1)}.console-brand__symbol{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;color:#fff;background:var(--alipay-blue);border-radius:11px;box-shadow:0 10px 22px #1677ff42}.console-brand__symbol svg{width:27px;height:27px}.console-brand>span:last-child{min-width:0}.console-brand strong,.console-brand small{display:block}.console-brand strong{font-size:16px;letter-spacing:.08em}.console-brand small{margin-top:3px;color:#ffffff7a;font-size:9px;letter-spacing:.16em}.sider-scope{margin:18px 15px 10px;padding:14px 14px 13px;background:#ffffff0e;border:1px solid rgba(255,255,255,.09);border-radius:10px}.sider-scope span,.sider-scope strong,.sider-scope small{display:block}.sider-scope span{color:#ffffff78;font-size:10px;letter-spacing:.12em}.sider-scope strong{margin-top:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.sider-scope small{margin-top:5px;color:#fff6;font-size:10px}.primary-navigation{flex:1;overflow-y:auto;padding:10px 12px 18px}.primary-navigation__group{margin:3px 0}.primary-navigation__row{position:relative}.primary-navigation__item{position:relative;display:flex;align-items:center;gap:12px;min-height:46px;margin:0;padding:0 14px;color:#ffffffa6;border:1px solid transparent;border-radius:9px;font-weight:600;text-decoration:none;transition:background .18s ease,color .18s ease,transform .18s ease}.primary-navigation__group.has-children .primary-navigation__item{padding-right:44px}.primary-navigation__item svg{width:17px;height:17px}.primary-navigation__item:hover{color:#fff;background:#ffffff12;transform:translate(2px)}.primary-navigation__item.is-active{color:#fff;background:#1677ff2e;border-color:#4b98ff40}.primary-navigation__item.is-active:before{content:"";position:absolute;left:-12px;width:3px;height:22px;background:#55a2ff;border-radius:0 2px 2px 0}.primary-navigation__toggle{position:absolute;z-index:1;top:8px;right:7px;width:30px;height:30px;display:grid;place-items:center;padding:0;color:#ffffff75;background:transparent;border:0;border-radius:7px;transition:color .18s ease,background .18s ease,transform .18s ease}.primary-navigation__toggle:hover{color:#fff;background:#ffffff14}.primary-navigation__toggle svg{width:11px;height:11px;transition:transform .18s ease}.primary-navigation__toggle[aria-expanded=true] svg{transform:rotate(180deg)}.secondary-navigation{display:grid;gap:2px;margin:3px 9px 8px 27px;padding:4px 0 4px 17px;border-left:1px solid rgba(255,255,255,.11)}.secondary-navigation__item{display:flex;align-items:center;gap:9px;min-height:31px;padding:5px 9px;overflow:hidden;color:#ffffff7d;border-radius:7px;font-size:11px;font-weight:500;line-height:1.35;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;transition:color .18s ease,background .18s ease}.secondary-navigation__item:hover{color:#ffffffe6;background:#ffffff0e}.secondary-navigation__item.is-active{color:#fff;background:#1677ff2e}.secondary-navigation__marker{width:4px;height:4px;flex:0 0 auto;background:#ffffff4d;border-radius:50%}.secondary-navigation__item.is-active .secondary-navigation__marker{background:#65adff;box-shadow:0 0 0 3px #1677ff29}.sider-integrity{display:flex;gap:10px;margin:10px 14px 16px;padding:12px;color:#ffffffb3;background:#168a641c;border:1px solid rgba(62,187,143,.22);border-radius:9px}.sider-integrity>svg{margin-top:2px;color:#58c7a0}.sider-integrity strong,.sider-integrity small{display:block}.sider-integrity strong{font-size:11px}.sider-integrity small{margin-top:4px;color:#ffffff6b;font-size:9px;line-height:1.5}.sider-backdrop{display:none}.console-main{min-width:0;width:calc(100% - 264px);margin-left:264px}.console-topbar{position:sticky;z-index:40;top:0;height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 28px;background:#fbfcfaf0;border-bottom:1px solid var(--titanium-150);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.console-topbar__title{display:flex;align-items:center;gap:7px;white-space:nowrap}.console-topbar__title span{color:var(--titanium-500);font-size:12px}.console-topbar__title strong{color:var(--ink-950);font-size:15px}.console-topbar__actions{min-width:0;display:flex;align-items:center;gap:14px}.scope-select{width:218px}.account-trigger{display:flex;align-items:center;gap:9px;min-width:180px;padding:5px 7px 5px 5px;color:var(--ink-900);background:transparent;border:1px solid transparent;border-radius:9px;text-align:left}.account-trigger:hover{background:#fff;border-color:var(--titanium-150)}.account-trigger__avatar{width:34px;height:34px;display:grid;place-items:center;color:var(--alipay-blue);background:var(--alipay-blue-soft);border-radius:8px}.account-trigger__copy{min-width:0;flex:1}.account-trigger__copy strong,.account-trigger__copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-trigger__copy strong{font-size:12px}.account-trigger__copy small{margin-top:2px;color:var(--titanium-500);font-size:9px}.mobile-menu{display:none}.console-content{max-width:1600px;margin:0 auto;padding:28px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}.page-header h1{margin:5px 0 0;color:var(--ink-950);font-size:clamp(25px,2vw,32px);line-height:1.15;letter-spacing:-.03em}.page-header p{max-width:760px;margin:9px 0 0;color:var(--titanium-700);line-height:1.65}.page-eyebrow{color:var(--alipay-blue);font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.page-header__actions{flex:0 0 auto;display:flex;gap:8px}.permission-notice{display:flex;align-items:center;gap:9px;min-height:40px;margin-bottom:14px;padding:9px 13px;color:var(--titanium-700);background:#fff;border:1px solid var(--titanium-150);border-left:3px solid var(--trust-green);border-radius:8px;font-size:12px}.permission-notice>svg{color:var(--trust-green)}.permission-notice strong{margin-right:8px;color:var(--ink-800)}.module-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px;padding:12px;background:#fff;border:1px solid var(--titanium-150);border-radius:11px}.module-toolbar__filters,.module-toolbar__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.module-toolbar__filters{min-width:0;flex:1}.module-search{width:min(290px,100%)}.module-pagination{display:flex;justify-content:flex-end;align-items:center;gap:14px;margin:-1px 2px 14px;color:var(--titanium-500);font-size:11px}.surface{background:var(--surface);border:1px solid var(--titanium-150);border-radius:13px;box-shadow:var(--shadow-soft)}.surface-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px 14px;border-bottom:1px solid var(--titanium-100)}.surface-header h2{margin:0;color:var(--ink-950);font-size:16px}.surface-header p{margin:5px 0 0;color:var(--titanium-500);font-size:11px}.surface-body{padding:20px}.surface+.surface{margin-top:16px}.drawer-alert{margin-bottom:18px}.empty-state{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px;text-align:center}.empty-state__icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:14px;color:var(--titanium-500);background:var(--pearl-100);border-radius:14px;font-size:22px}.empty-state strong{color:var(--ink-800);font-size:15px}.empty-state p{max-width:480px;margin:8px 0 16px;color:var(--titanium-500);font-size:12px;line-height:1.65}.state-panel{margin-bottom:14px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.metric-card{position:relative;min-height:132px;padding:18px;overflow:hidden;background:#fff;border:1px solid var(--titanium-150);border-radius:12px}.metric-card:after{content:"";position:absolute;right:14px;bottom:14px;width:42px;height:7px;opacity:.75;background:repeating-linear-gradient(90deg,var(--titanium-300) 0 1px,transparent 1px 7px)}.metric-card.is-primary{color:#fff;background:var(--ink-950);border-color:var(--ink-950)}.metric-card.is-primary:after{background:repeating-linear-gradient(90deg,rgba(255,255,255,.5) 0 1px,transparent 1px 7px)}.metric-card__label{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--titanium-500);font-size:11px}.metric-card.is-primary .metric-card__label{color:#ffffff8f}.metric-card__value{display:block;margin-top:15px;font-family:var(--font-display);font-size:31px;letter-spacing:-.04em}.metric-card small{display:block;margin-top:7px;color:var(--titanium-500);font-size:10px}.metric-card.is-primary small{color:#ffffff73}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.75fr);gap:16px}.company-comparison{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.company-compare-card{padding:16px;color:inherit;background:var(--pearl-0);border:1px solid var(--titanium-150);border-radius:10px;text-align:left;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.company-compare-card:hover{transform:translateY(-2px);border-color:#a9cfff;box-shadow:0 9px 20px #1677ff14}.company-compare-card strong,.company-compare-card small{display:block}.company-compare-card small{margin-top:5px;color:var(--titanium-500)}.company-compare-card dl{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:15px 0 0}.company-compare-card dl div{padding-top:9px;border-top:1px solid var(--titanium-100)}.company-compare-card dt{color:var(--titanium-500);font-size:9px}.company-compare-card dd{margin:4px 0 0;font-family:var(--font-display);font-size:18px}.billing-rail{padding:19px 20px;background:var(--ink-950);border-radius:12px;color:#fff}.billing-rail__header{display:flex;justify-content:space-between;gap:16px}.billing-rail__header strong{font-size:14px}.billing-rail__header span{color:#ffffff7a;font-size:10px}.billing-rail__track{position:relative;display:grid;grid-template-columns:repeat(30,1fr);align-items:end;gap:3px;height:58px;margin-top:18px;border-bottom:1px solid rgba(255,255,255,.22)}.billing-rail__tick{height:10px;background:#ffffff40;border-radius:1px 1px 0 0}.billing-rail__tick:nth-child(5n){height:22px;background:#55a2ff}.billing-rail__legend{display:flex;justify-content:space-between;margin-top:8px;color:#ffffff6e;font-size:9px}.data-table .ant-table{border-radius:10px;overflow:hidden}.data-table .ant-table-thead>tr>th{color:var(--titanium-700);background:var(--pearl-50);font-size:11px;font-weight:700}.data-table .ant-table-tbody>tr>td{font-size:12px}.data-table .ant-table-tbody>tr:hover>td{background:#f8fbff!important}.table-primary{color:var(--ink-950);font-weight:650}.table-secondary{display:block;margin-top:3px;color:var(--titanium-500);font-size:10px}.money{font-family:var(--font-display);font-size:15px;font-weight:700}.mono{font-family:var(--font-utility);font-size:10px}.status-chip{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;color:var(--titanium-700);background:var(--pearl-100);font-size:10px;font-weight:650}.status-chip.is-success{color:var(--trust-green);background:var(--trust-green-soft)}.status-chip.is-warning{color:var(--warning-amber);background:var(--warning-soft)}.status-chip.is-danger{color:var(--danger-red);background:var(--danger-soft)}.status-chip.is-blue{color:var(--alipay-blue);background:var(--alipay-blue-soft)}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 22px;margin:0}.detail-grid>div{min-width:0;padding:10px 0;border-bottom:1px solid var(--titanium-100)}.detail-grid dt{color:var(--titanium-500);font-size:10px}.detail-grid dd{margin:5px 0 0;word-break:break-word;color:var(--ink-800);font-size:12px}.detail-section{margin-top:22px}.detail-section h3{margin:0 0 12px;color:var(--ink-950);font-size:13px}.guarded-action{padding:13px;background:var(--warning-soft);border:1px solid #f1d6a8;border-radius:9px}.guarded-action p{margin:0 0 10px;color:#7b571e;font-size:11px;line-height:1.55}.tab-surface>.ant-tabs-nav{margin:0;padding:0 18px}.tab-surface>.ant-tabs-content-holder{padding:18px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}.form-grid .is-wide{grid-column:1 / -1}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.catalog-card{min-width:0;padding:14px;background:#fff;border:1px solid var(--titanium-150);border-radius:11px}.catalog-card__cover{height:118px;display:grid;place-items:center;overflow:hidden;color:var(--titanium-500);background:var(--pearl-100);border-radius:8px}.catalog-card__cover img{width:100%;height:100%;object-fit:cover}.catalog-card__cover svg{width:30px;height:30px}.catalog-card h3{overflow:hidden;margin:12px 0 0;color:var(--ink-950);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.catalog-card p{min-height:34px;margin:6px 0 0;color:var(--titanium-500);font-size:10px;line-height:1.6}.channel-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:16px}.channel-list{align-self:start;padding:10px}.channel-list__item{width:100%;display:flex;align-items:center;gap:10px;padding:11px;color:inherit;background:transparent;border:1px solid transparent;border-radius:9px;text-align:left}.channel-list__item:hover{background:var(--pearl-50)}.channel-list__item.is-active{background:var(--alipay-blue-soft);border-color:#c6ddff}.channel-logo{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;color:var(--alipay-blue);background:#fff;border:1px solid var(--titanium-150);border-radius:9px}.channel-logo img{width:100%;height:100%;object-fit:cover}.channel-list__copy{min-width:0;flex:1}.channel-list__copy strong,.channel-list__copy code{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-list__copy strong{font-size:12px}.channel-list__copy code{margin-top:4px;color:var(--titanium-500);font-size:9px}.brand-preview{position:relative;min-height:150px;padding:24px;overflow:hidden;color:#fff;background:var(--ink-950);border-radius:11px}.brand-preview:after{content:"30 DAYS";position:absolute;right:20px;bottom:-5px;color:#ffffff0f;font-family:var(--font-display);font-size:54px;font-weight:800}.brand-preview h3{margin:10px 0 0;font-size:24px}.brand-preview p{margin:7px 0 0;color:#ffffff8c;font-size:11px}.brand-preview__mark{width:44px;height:44px;display:grid;place-items:center;overflow:hidden;background:#fff;border-radius:10px}.brand-preview__mark img{width:100%;height:100%;object-fit:cover}.content-editor-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:14px}.sortable-list{display:grid;gap:8px}.sortable-item{display:flex;align-items:center;gap:10px;padding:10px;background:var(--pearl-50);border:1px solid var(--titanium-150);border-radius:8px}.sortable-item__thumb{width:64px;height:42px;object-fit:cover;background:var(--pearl-100);border-radius:6px}.sortable-item__copy{min-width:0;flex:1}.sortable-item__copy strong,.sortable-item__copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sortable-item__copy small{margin-top:3px;color:var(--titanium-500);font-size:9px}.version-timeline{max-height:440px;overflow:auto}.integration-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.integration-card{padding:17px;background:#fff;border:1px solid var(--titanium-150);border-radius:11px}.integration-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.integration-card h3{margin:0;color:var(--ink-950);font-size:14px}.integration-card p{margin:8px 0 0;color:var(--titanium-500);font-size:10px;line-height:1.6}.integration-card dl{display:grid;gap:8px;margin:15px 0 0}.integration-card dl div{display:flex;justify-content:space-between;gap:12px;padding-top:8px;border-top:1px solid var(--titanium-100)}.integration-card dt{color:var(--titanium-500);font-size:10px}.integration-card dd{margin:0;color:var(--ink-800);font-size:10px;text-align:right}.version-actions{min-width:240px}.version-actions__blockers{max-width:360px;margin:7px 0 0;color:var(--danger-red);font-size:10px;line-height:1.55}.form-hint{margin:7px 0 0;color:var(--titanium-500);font-size:10px;line-height:1.55}.code-panel{position:relative;overflow:hidden;background:var(--ink-950);border-radius:10px}.code-example-list{display:grid;gap:14px}.code-panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;color:#ffffffad;border-bottom:1px solid rgba(255,255,255,.1);font-size:10px}.code-panel pre{min-height:150px;max-height:420px;overflow:auto;margin:0;padding:16px;color:#cdd8e7;font-size:10px;line-height:1.75;white-space:pre-wrap;word-break:break-word}.secret-mask{font-family:var(--font-utility);letter-spacing:.08em}.risk-note{margin-top:12px;padding:12px;color:#704e18;background:var(--warning-soft);border:1px solid #f0d5a8;border-radius:8px;font-size:10px;line-height:1.65}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(380px,1.05fr) minmax(420px,.95fr);background:var(--pearl-0)}.login-visual{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;padding:clamp(38px,5vw,72px);overflow:hidden;color:#fff;background:var(--ink-950)}.login-visual:after{content:"";position:absolute;right:-10%;bottom:-26%;width:75%;aspect-ratio:1;border:1px solid rgba(255,255,255,.09);border-radius:50%;box-shadow:0 0 0 70px #ffffff05,0 0 0 140px #ffffff04}.login-visual__brand{position:relative;z-index:1;display:flex;align-items:center;gap:12px}.login-visual__brand svg{width:38px;height:38px;padding:8px;color:#fff;background:var(--alipay-blue);border-radius:10px}.login-visual__brand strong,.login-visual__brand small{display:block}.login-visual__brand strong{letter-spacing:.08em}.login-visual__brand small{margin-top:4px;color:#ffffff73;font-size:9px;letter-spacing:.16em}.login-visual__thesis{position:relative;z-index:1;max-width:610px}.login-visual__thesis span{color:#55a2ff;font-size:10px;font-weight:800;letter-spacing:.18em}.login-visual__thesis h1{margin:16px 0 0;font-size:clamp(36px,4.7vw,68px);line-height:1.08;letter-spacing:-.05em}.login-visual__thesis p{max-width:500px;margin:22px 0 0;color:#ffffff94;line-height:1.8}.login-rail{position:relative;z-index:1;max-width:560px}.login-rail__ticks{display:grid;grid-template-columns:repeat(30,1fr);align-items:end;height:42px;border-bottom:1px solid rgba(255,255,255,.22)}.login-rail__ticks i{height:7px;border-left:1px solid rgba(255,255,255,.24)}.login-rail__ticks i:nth-child(5n){height:21px;border-left-color:#55a2ff}.login-rail__labels{display:flex;justify-content:space-between;margin-top:9px;color:#ffffff61;font-family:var(--font-utility);font-size:9px}.login-form-side{display:grid;place-items:center;min-height:100vh;padding:36px;background:#fff}.login-card{width:min(420px,100%)}.login-card h2{margin:0;color:var(--ink-950);font-size:28px;letter-spacing:-.03em}.login-card>p{margin:10px 0 30px;color:var(--titanium-500);line-height:1.65}.login-card .ant-input-affix-wrapper,.login-card .ant-input{min-height:45px}.login-card__submit{width:100%;height:46px;margin-top:4px;font-weight:700}.login-security{display:flex;gap:8px;margin-top:18px;color:var(--titanium-500);font-size:10px;line-height:1.55}.account-page{min-height:100vh;display:grid;place-items:center;padding:28px;background:var(--pearl-50)}.account-card{width:min(560px,100%);padding:28px;background:#fff;border:1px solid var(--titanium-150);border-radius:14px;box-shadow:var(--shadow-float)}.account-card__brand{display:flex;align-items:center;gap:11px;margin-bottom:24px}.account-card__brand svg{width:40px;height:40px;padding:10px;color:#fff;background:var(--ink-950);border-radius:10px}.account-card h1{margin:0;font-size:23px}.account-card>p{margin:9px 0 22px;color:var(--titanium-500);line-height:1.6}@media(max-width:1180px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid,.content-editor-grid{grid-template-columns:1fr}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.console-sider{transform:translate(-100%);transition:transform .22s ease;box-shadow:var(--shadow-float)}.console-sider.is-open{transform:translate(0)}.sider-backdrop{position:fixed;z-index:45;inset:0;display:block;padding:0;background:#1018278c;border:0}.console-main{width:100%;margin-left:0}.mobile-menu{display:inline-flex}.console-topbar{height:64px;padding:0 16px}.console-topbar__title>span{display:none}.scope-select{width:180px}.account-trigger{min-width:auto}.account-trigger__copy,.account-trigger>svg:last-child{display:none}.console-content{padding:20px 16px 30px}.channel-layout{grid-template-columns:1fr}.channel-list{display:flex;overflow-x:auto}.channel-list__item{min-width:230px}.login-page{grid-template-columns:1fr}.login-form-side{order:1;min-height:100vh;padding:38px 24px}.login-visual{order:2;min-height:440px;padding:34px}.login-visual__thesis h1{font-size:42px}}@media(max-width:640px){.scope-select{width:136px}.account-trigger__avatar{width:32px;height:32px}.page-header{align-items:flex-start;flex-direction:column}.page-header__actions{width:100%;flex-wrap:wrap}.module-toolbar{align-items:stretch;flex-direction:column}.module-toolbar__filters,.module-toolbar__actions,.module-search{width:100%}.module-pagination{justify-content:space-between}.metric-grid,.company-comparison,.integration-grid,.form-grid,.catalog-grid,.detail-grid{grid-template-columns:1fr}.form-grid .is-wide{grid-column:auto}.metric-card{min-height:116px}.console-topbar__title strong{max-width:84px;overflow:hidden;text-overflow:ellipsis}.login-visual{min-height:390px}.login-visual__thesis h1{font-size:34px}.login-visual__thesis p{font-size:12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.readiness-rail[data-v-cde510cf]{display:flex;align-items:center;justify-content:space-between;gap:26px;margin-bottom:14px;padding:17px 20px;color:#fff;background:var(--ink-950);border-color:var(--ink-950)}.readiness-rail__copy span[data-v-cde510cf],.readiness-rail__copy strong[data-v-cde510cf]{display:block}.readiness-rail__copy span[data-v-cde510cf]{color:#6eb1ff;font-size:9px;font-weight:800;letter-spacing:.14em}.readiness-rail__copy strong[data-v-cde510cf]{margin-top:5px;font-size:14px}.readiness-rail__steps[data-v-cde510cf]{display:flex;align-items:center;gap:10px;color:#ffffffa8;font-size:10px}.readiness-rail__steps span[data-v-cde510cf]{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.readiness-rail__steps i[data-v-cde510cf]{width:28px;height:1px;background:#ffffff2e}.product-card[data-v-cde510cf]{padding:0;overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.product-card[data-v-cde510cf]:hover{transform:translateY(-2px);border-color:#b8d5fb;box-shadow:0 12px 26px #10182714}.product-card__cover[data-v-cde510cf]{position:relative;height:168px;border-radius:0}.product-card__cover img[data-v-cde510cf]{object-fit:contain;padding:10px;background:#f7f9fa}.product-card__empty[data-v-cde510cf]{display:grid;place-items:center;gap:6px;color:var(--titanium-500);font-size:10px}.product-card__empty svg[data-v-cde510cf]{width:30px;height:30px}.product-card__ownership[data-v-cde510cf]{position:absolute;top:10px;left:10px;padding:4px 7px;color:var(--ink-800);background:#ffffffeb;border:1px solid var(--titanium-150);border-radius:5px;font-size:9px;font-weight:700}.product-card__body[data-v-cde510cf]{padding:14px}.product-card__body h3[data-v-cde510cf]{margin-top:0}.product-card__commerce[data-v-cde510cf]{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:34px;margin:4px 0 12px;padding-top:10px;border-top:1px solid var(--titanium-100)}.product-card__commerce .money[data-v-cde510cf]{color:var(--danger-red);font-size:18px}.product-card__commerce .money small[data-v-cde510cf]{margin-left:2px;color:var(--titanium-500);font-size:9px}.product-card__unpriced[data-v-cde510cf]{color:var(--titanium-500);font-size:10px}.table-cover[data-v-cde510cf]{width:46px;height:46px;object-fit:contain;background:var(--pearl-50);border:1px solid var(--titanium-100);border-radius:7px}.modal-alert[data-v-cde510cf]{margin-bottom:14px}.product-editor[data-v-cde510cf]{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(290px,.75fr);gap:22px}.product-editor__form[data-v-cde510cf]{min-width:0}.product-editor__media[data-v-cde510cf]{min-width:0;padding:16px;background:var(--pearl-50);border:1px solid var(--titanium-150);border-radius:11px}.editor-section-head[data-v-cde510cf]{display:flex;align-items:center;gap:9px;margin:4px 0 14px;padding-bottom:10px;border-bottom:1px solid var(--titanium-100)}.editor-section-head>span[data-v-cde510cf]{width:26px;height:26px;display:grid;place-items:center;color:var(--alipay-blue);background:var(--alipay-blue-soft);border-radius:7px;font-family:var(--font-utility);font-size:9px;font-weight:800}.editor-section-head strong[data-v-cde510cf],.editor-section-head small[data-v-cde510cf]{display:block}.editor-section-head strong[data-v-cde510cf]{color:var(--ink-950);font-size:12px}.editor-section-head small[data-v-cde510cf]{margin-top:2px;color:var(--titanium-500);font-size:9px}.cover-stage[data-v-cde510cf]{position:relative;height:190px;display:grid;place-items:center;overflow:hidden;background:#fff;border:1px dashed var(--titanium-300);border-radius:10px}.cover-stage.has-cover[data-v-cde510cf]{border-style:solid}.cover-stage>img[data-v-cde510cf]{width:100%;height:100%;object-fit:contain;padding:8px}.cover-stage>div[data-v-cde510cf]{display:grid;place-items:center;gap:5px;color:var(--titanium-500)}.cover-stage>div svg[data-v-cde510cf]{width:34px;height:34px}.cover-stage>div strong[data-v-cde510cf]{color:var(--ink-800);font-size:11px}.cover-stage>div small[data-v-cde510cf]{font-size:9px}.cover-stage__ready[data-v-cde510cf]{position:absolute;right:8px;bottom:8px;padding:4px 7px;color:var(--trust-green);background:#e7f5eff0;border-radius:6px;font-size:9px;font-weight:700}.media-actions[data-v-cde510cf]{display:grid;grid-template-columns:1fr auto;gap:7px;margin-top:8px}.media-actions[data-v-cde510cf] .ant-upload-wrapper,.media-actions[data-v-cde510cf] .ant-upload-select{width:100%}.upload-progress[data-v-cde510cf]{display:block;margin-top:6px;color:var(--alipay-blue);font-size:9px}.gallery-head[data-v-cde510cf]{display:flex;justify-content:space-between;margin:18px 0 8px;font-size:11px}.gallery-head span[data-v-cde510cf]{color:var(--titanium-500);font-size:9px}.gallery-list[data-v-cde510cf]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-bottom:8px}.gallery-item[data-v-cde510cf]{overflow:hidden;background:#fff;border:1px solid var(--titanium-150);border-radius:8px}.gallery-item img[data-v-cde510cf]{width:100%;height:78px;display:block;object-fit:contain}.gallery-item>div[data-v-cde510cf]{display:flex;align-items:center;padding:3px 4px 3px 7px;border-top:1px solid var(--titanium-100)}.gallery-item>div span[data-v-cde510cf]{flex:1;color:var(--titanium-500);font-family:var(--font-utility);font-size:8px}.gallery-item[data-v-cde510cf] .ant-btn{width:24px;padding-inline:4px}.gallery-empty[data-v-cde510cf]{display:grid;place-items:center;min-height:74px;margin-bottom:8px;color:var(--titanium-500);background:#fff;border:1px dashed var(--titanium-300);border-radius:8px;font-size:9px}.product-editor__media[data-v-cde510cf]>.ant-upload-wrapper,.product-editor__media[data-v-cde510cf]>.ant-upload-wrapper .ant-upload-select{width:100%}.field-help[data-v-cde510cf]{display:block;margin-top:5px;color:var(--warning-amber);font-size:9px}.field-help.is-neutral[data-v-cde510cf]{color:var(--titanium-500)}@media(max-width:980px){.readiness-rail[data-v-cde510cf]{align-items:flex-start;flex-direction:column}.product-editor[data-v-cde510cf]{grid-template-columns:1fr}}@media(max-width:640px){.readiness-rail__steps[data-v-cde510cf]{align-items:flex-start;flex-direction:column}.readiness-rail__steps i[data-v-cde510cf]{width:1px;height:12px;margin-left:7px}}.risk-console-note[data-v-769c78a8]{margin-bottom:16px;padding:14px 16px;display:flex;align-items:flex-start;gap:11px;color:#6f4c17;background:#fff9ee;border:1px solid #f0d5a8;border-radius:10px}.risk-console-note>svg[data-v-769c78a8]{margin-top:2px;color:#ad6800;font-size:18px}.risk-console-note strong[data-v-769c78a8],.risk-console-note span[data-v-769c78a8]{display:block}.risk-console-note span[data-v-769c78a8]{margin-top:4px;color:#866839;font-size:11px;line-height:1.6}.risk-fingerprint[data-v-769c78a8]{display:block;overflow-wrap:anywhere;line-height:1.55}.risk-verdict-panel[data-v-769c78a8]{padding:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;color:#fff;background:#172b2e;border-radius:12px}.risk-verdict-panel__eyebrow[data-v-769c78a8]{display:block;color:#ffffff7a;font-size:9px;font-weight:800;letter-spacing:.16em}.risk-verdict-panel strong[data-v-769c78a8]{display:block;margin-top:10px;font-size:26px;letter-spacing:-.03em}.risk-verdict-panel small[data-v-769c78a8]{display:block;margin-top:7px;color:#fff9}.risk-ledger[data-v-769c78a8]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px;border:1px solid #dce5e6;border-radius:11px;overflow:hidden}.risk-ledger__item[data-v-769c78a8]{min-width:0;padding:16px;background:#fbfdfd;border-right:1px solid #dce5e6}.risk-ledger__item[data-v-769c78a8]:last-child{border-right:0}.risk-ledger__item span[data-v-769c78a8],.risk-ledger__item strong[data-v-769c78a8],.risk-ledger__item small[data-v-769c78a8]{display:block}.risk-ledger__item span[data-v-769c78a8]{color:#748386;font-size:9px;font-weight:750;letter-spacing:.05em}.risk-ledger__item strong[data-v-769c78a8]{margin-top:9px;overflow-wrap:anywhere;color:#172b2e;font-size:13px}.risk-ledger__item small[data-v-769c78a8]{margin-top:7px;color:#748386;font-size:10px;line-height:1.55}.risk-evidence-grid[data-v-769c78a8]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px;margin:18px 0 0}.risk-evidence-grid>div[data-v-769c78a8]{padding:11px 0;border-bottom:1px solid #e5ebec}.risk-evidence-grid .is-wide[data-v-769c78a8]{grid-column:1 / -1}.risk-evidence-grid dt[data-v-769c78a8]{color:#748386;font-size:10px}.risk-evidence-grid dd[data-v-769c78a8]{margin:5px 0 0;color:#243b3e;font-size:12px}.risk-decision-actions[data-v-769c78a8]{margin-top:18px;padding:14px;display:flex;justify-content:flex-end;gap:10px;background:#f5f8f8;border-radius:10px}.risk-appeal-row[data-v-769c78a8]{align-items:flex-start}.risk-appeal-row>div[data-v-769c78a8]{min-width:0}.risk-appeal-row strong[data-v-769c78a8]{color:#243b3e;font-size:12px;line-height:1.6}.ticket-command[data-v-769c78a8]{padding:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;color:#f8fbff;background:#172b3a;border-radius:12px}.ticket-command__eyebrow[data-v-769c78a8]{display:block;color:#8ea6b5;font-size:9px;font-weight:800;letter-spacing:.12em}.ticket-command h2[data-v-769c78a8]{margin:9px 0 0;color:#fff;font-size:22px;letter-spacing:-.02em}.ticket-command p[data-v-769c78a8]{max-width:520px;margin:8px 0 0;color:#b8c7d0;font-size:11px;line-height:1.65}.ticket-facts[data-v-769c78a8]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:14px 0 0;border:1px solid #dfe7ec;border-radius:10px;overflow:hidden}.ticket-facts>div[data-v-769c78a8]{padding:13px 15px;background:#fafcfd;border-right:1px solid #e5ebef;border-bottom:1px solid #e5ebef}.ticket-facts>div[data-v-769c78a8]:nth-child(2n){border-right:0}.ticket-facts>div[data-v-769c78a8]:nth-last-child(-n+2){border-bottom:0}.ticket-facts dt[data-v-769c78a8]{color:#758793;font-size:10px}.ticket-facts dd[data-v-769c78a8]{margin:5px 0 0;color:#1e3544;font-size:12px;font-weight:650;overflow-wrap:anywhere}.ticket-workbench[data-v-769c78a8]{margin-top:18px;padding:17px;background:#fff;border:1px solid #e1e8ec;border-radius:11px}.ticket-workbench__header[data-v-769c78a8]{padding:0 0 13px}.ticket-history__entry strong[data-v-769c78a8],.ticket-history__entry p[data-v-769c78a8],.ticket-history__entry small[data-v-769c78a8]{display:block}.ticket-history__entry p[data-v-769c78a8]{margin:5px 0;color:#334d5d;line-height:1.6}.ticket-history__entry small[data-v-769c78a8]{margin-top:7px;color:#80909a}.ticket-history__changes[data-v-769c78a8]{margin:6px 0;color:#315f78;font-size:10px;font-weight:650}.ticket-sla-overdue[data-v-769c78a8]{color:#cf1322;font-weight:700}@media(max-width:640px){.risk-ledger[data-v-769c78a8],.risk-evidence-grid[data-v-769c78a8],.ticket-facts[data-v-769c78a8]{grid-template-columns:1fr}.risk-ledger__item[data-v-769c78a8]{border-right:0;border-bottom:1px solid #dce5e6}.risk-ledger__item[data-v-769c78a8]:last-child{border-bottom:0}.risk-evidence-grid .is-wide[data-v-769c78a8]{grid-column:auto}.ticket-command[data-v-769c78a8]{flex-direction:column}.ticket-facts>div[data-v-769c78a8]{border-right:0}.ticket-facts>div[data-v-769c78a8]:nth-last-child(-n+2){border-bottom:1px solid #e5ebef}.ticket-facts>div[data-v-769c78a8]:last-child{border-bottom:0}}.mini-preview-shell[data-v-36f22fe0]{max-width:430px;margin:0 auto;padding:18px;border:1px solid #d9dee8;border-radius:28px;background:#f5f7fa;box-shadow:0 24px 56px #101c3624}.mini-preview-header[data-v-36f22fe0]{display:flex;align-items:center;gap:12px;padding:8px 4px 16px}.mini-preview-header div[data-v-36f22fe0]{display:grid;gap:2px}.mini-preview-header small[data-v-36f22fe0]{color:#7e8798;font-size:11px}.mini-preview-logo[data-v-36f22fe0]{display:grid;width:42px;height:42px;place-items:center;overflow:hidden;border-radius:13px;background:#fff;color:var(--preview-accent)}.mini-preview-logo img[data-v-36f22fe0]{width:100%;height:100%;object-fit:cover}.mini-preview-hero[data-v-36f22fe0]{position:relative;min-height:188px;overflow:hidden;border-radius:20px;background:#111b2e;color:#fff}.mini-preview-hero img[data-v-36f22fe0]{position:absolute;width:100%;height:100%;object-fit:cover;opacity:.62}.mini-preview-hero>div[data-v-36f22fe0]{position:relative;z-index:1;padding:68px 22px 20px;background:linear-gradient(180deg,transparent,rgba(5,11,23,.8))}.mini-preview-hero span[data-v-36f22fe0]{color:#a8c9ff;font-size:10px;letter-spacing:.16em}.mini-preview-hero h3[data-v-36f22fe0]{margin:5px 0;color:#fff;font-size:24px}.mini-preview-hero p[data-v-36f22fe0]{margin:0;color:#ffffffb8}.mini-preview-hero.is-default[data-v-36f22fe0]{display:flex;align-items:flex-end;background:radial-gradient(circle at 75% 25%,color-mix(in srgb,var(--preview-accent) 50%,transparent),transparent 38%),#101b30}.mini-preview-section[data-v-36f22fe0]{margin-top:14px;padding:16px;border-radius:18px;background:#fff}.mini-preview-section__head[data-v-36f22fe0]{display:flex;justify-content:space-between;margin-bottom:12px}.mini-preview-section__head small[data-v-36f22fe0]{color:var(--preview-accent)}.mini-preview-categories[data-v-36f22fe0]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.mini-preview-categories article[data-v-36f22fe0]{display:grid;min-width:0;gap:7px;color:#273247;font-size:12px;text-align:center}.mini-preview-categories article>span[data-v-36f22fe0]{display:grid;aspect-ratio:1;place-items:center;overflow:hidden;border:1px solid #edf0f5;border-radius:16px;background:linear-gradient(145deg,#fbfcfe,#eef3f7);color:var(--preview-accent);font-size:24px}.mini-preview-categories img[data-v-36f22fe0]{width:100%;height:100%;object-fit:cover}.mini-preview-categories strong[data-v-36f22fe0]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-preview-products[data-v-36f22fe0]{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.mini-preview-products article[data-v-36f22fe0]{display:grid;min-height:104px;align-content:end;gap:3px;padding:12px;border:1px solid #edf0f5;border-radius:14px;background:linear-gradient(145deg,#fbfcfe,#f1f4f8)}.mini-preview-products article[data-v-36f22fe0] .anticon{align-self:start;color:var(--preview-accent);font-size:24px}.mini-preview-products small[data-v-36f22fe0]{color:#8b94a4}.crop-workspace[data-v-36f22fe0]{display:grid;gap:14px}.crop-workspace>img[data-v-36f22fe0]{width:100%;max-height:320px;object-fit:contain;border-radius:14px;background:#eef1f5}.crop-workspace>small[data-v-36f22fe0]{color:#7c8595}
