*{box-sizing:border-box}:root{--page-bg: #f6f8fb;--panel-bg: rgba(255, 255, 255, .94);--panel-border: #e5e9f2;--text-main: #172033;--text-muted: #667085;--brand: #008cff;--brand-strong: #0072d6;--danger: #d92d20;--shadow-soft: 0 18px 48px rgba(18, 34, 66, .1);--shadow-modal: 0 28px 80px rgba(18, 34, 66, .22)}body{margin:0;background:var(--page-bg);color:var(--text-main);font-family:HarmonyOS Sans SC,MiSans,PingFang SC,Microsoft YaHei UI,sans-serif}button,input,select,textarea{font:inherit}.app-shell{--sidebar-width: 248px;min-height:100vh;display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);transition:grid-template-columns .18s ease}.app-shell.sidebar-collapsed{--sidebar-width: 92px}.login-page{min-height:100vh;position:relative;display:flex;justify-content:flex-end;align-items:center;overflow:hidden;padding:clamp(24px,8vw,120px);background:radial-gradient(circle at 18% 18%,rgba(35,170,255,.28),transparent 24%),radial-gradient(circle at 78% 8%,rgba(123,143,255,.32),transparent 28%),linear-gradient(135deg,#1b2d73,#273f93 45%,#5267d8)}.login-stage{position:absolute;inset:0;overflow:hidden}.login-stage:before,.login-stage:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(33,169,255,.95) 0 2px,transparent 3px),radial-gradient(circle,rgba(255,255,255,.42) 0 1px,transparent 2px);background-size:142px 132px,220px 180px;opacity:.42;animation:starDrift 16s linear infinite}.login-stage:after{opacity:.22;animation-duration:24s}.login-grid{position:absolute;left:-12vw;right:-12vw;bottom:-12vh;height:48vh;transform:perspective(520px) rotateX(62deg);transform-origin:bottom center;background-image:linear-gradient(rgba(150,184,255,.28) 1px,transparent 1px),linear-gradient(90deg,rgba(150,184,255,.28) 1px,transparent 1px);background-size:58px 58px;box-shadow:0 -18px 90px #5977e857}@keyframes starDrift{0%{transform:translateZ(0)}to{transform:translate3d(-140px,90px,0)}}.login-card{position:relative;z-index:1;width:min(420px,calc(100vw - 48px));display:grid;gap:22px;border:1px solid rgba(255,255,255,.72);border-radius:24px;background:#fffffff5;padding:42px 46px;box-shadow:0 28px 80px #10216052;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-card-brand{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:6px}.login-logo-large{width:64px;height:64px;object-fit:contain}.login-card h1{color:var(--brand);font-size:32px;font-weight:700;line-height:1}.login-input{position:relative;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px 12px;color:#98a2b3}.login-input span{display:none}.login-input-icon{width:20px;height:20px;color:#c2c9d6}.login-input input{border:0;border-bottom:1px solid #e4e7ec;border-radius:0;padding:12px 8px;outline:none;color:#172033;background:#fff}.login-input input:-webkit-autofill,.login-input input:-webkit-autofill:hover,.login-input input:-webkit-autofill:focus{-webkit-text-fill-color:#172033;box-shadow:0 0 0 1000px #fff inset}.login-input input:focus{border-bottom-color:var(--brand);box-shadow:0 1px 0 var(--brand)}.login-submit{height:52px;border:0;border-radius:14px;background:linear-gradient(135deg,#3d73ff,#6f7dff);color:#fff;font-weight:700;cursor:pointer;box-shadow:0 14px 28px #3665ff47}.file-upload-form{max-width:980px}.file-import-page .notice{margin:16px 0}.inline-control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.template-transfer{grid-column:1 / -1;display:grid;grid-template-columns:minmax(220px,1fr) 56px minmax(220px,1fr);gap:12px;align-items:center}.transfer-label{grid-column:1 / -1;color:#475467;font-size:13px}.template-bucket{min-height:320px;border:1px solid var(--panel-border);border-radius:8px;background:#fff;overflow:hidden}.bucket-title{display:flex;align-items:center;height:42px;padding:0 14px;border-bottom:1px solid #eef2f6;color:#344054;font-weight:700}.template-search{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:center;margin:12px}.template-search input{width:100%}.template-options{display:grid;gap:4px;max-height:230px;overflow:auto;padding:8px 12px 14px}.template-option{display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:center;min-height:34px;color:#344054}.template-option span{overflow-wrap:anywhere}.transfer-actions{display:grid;gap:12px;justify-items:center}.icon-only{width:42px;height:38px;justify-content:center;padding:0}.empty-hint{color:#98a2b3;font-size:13px}.period-form{min-width:min(420px,calc(100vw - 72px))}.billing-template-form{width:min(960px,calc(100vw - 72px));grid-template-columns:repeat(2,minmax(220px,1fr))}.period-confirm{display:grid;grid-template-columns:32px minmax(0,1fr);gap:12px;max-width:min(680px,calc(100vw - 72px));color:#101828;font-size:18px;line-height:1.45}.period-confirm .icon{width:28px;height:28px;color:#fdb022}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:18px}@media(max-width:760px){.inline-control,.template-transfer{grid-template-columns:1fr}.transfer-actions{grid-template-columns:repeat(2,42px);justify-content:center}.period-confirm{grid-template-columns:1fr;font-size:15px}}.sidebar{background:linear-gradient(180deg,#071b32,#0e2542);color:#dbeafe;padding:18px 12px;overflow:hidden;transition:padding .18s ease}.brand{height:42px;display:flex;align-items:center;gap:10px;padding:0 12px;font-size:20px;font-weight:700;color:#fff;white-space:nowrap}.brand-mark{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border-radius:7px;background:#1d4ed8;font-weight:800}.brand-logo{width:30px;height:30px;flex:0 0 30px;object-fit:contain}.brand-text,.menu-label{transition:opacity .16s ease,max-width .18s ease}.sidebar-collapsed .brand-text,.sidebar-collapsed .menu-label{max-width:0;opacity:0;overflow:hidden}.sidebar nav{display:grid;gap:4px;margin-top:16px}.menu-node{display:grid;gap:3px}.sidebar button{display:flex;align-items:center;gap:10px;width:100%;border:0;border-radius:6px;padding:11px 12px;background:transparent;color:#dbeafe;text-align:left;cursor:pointer;white-space:nowrap;transition:background-color .16s ease,color .16s ease,padding .18s ease}.sidebar button.directory{font-weight:600}.sidebar button.active,.sidebar button:hover{background:#2f80dceb;color:#fff}.sidebar-collapsed .sidebar button{justify-content:center;padding-left:0;padding-right:0}.icon{width:18px;height:18px;flex:0 0 18px;color:currentColor}.sidebar .icon{width:20px;height:20px;flex-basis:20px}.menu-chevron{margin-left:auto;transform:rotate(0);transition:transform .16s ease}.menu-chevron.expanded{transform:rotate(90deg)}.submenu{display:grid;gap:3px;padding-left:18px}.submenu .sidebar button,.submenu button{padding-top:9px;padding-bottom:9px;color:#c7d7ee}.content{min-width:0;padding:18px 22px 30px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:56px;margin-bottom:12px;border-bottom:1px solid rgba(229,233,242,.86)}.topbar-title{display:flex;align-items:center;gap:12px;min-width:0}.collapse-toggle{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:10px;background:#eef5ff;color:var(--brand);cursor:pointer;transition:background-color .16s ease,transform .16s ease}.collapse-toggle:hover{background:#dbeafe}h1,h2,p{margin:0}h1{font-size:22px;line-height:1.25}h2{margin-bottom:12px;font-size:16px}.topbar p{margin-top:5px;color:#667085;font-size:13px}.context{display:flex;align-items:center;gap:12px}.compact-button{display:inline-flex;align-items:center;gap:6px;min-height:34px}.icon-compact-button{display:inline-grid;place-items:center;width:36px;height:36px;padding:0}.topbar-text-button{display:inline-flex;align-items:center;gap:6px;min-height:36px;border:0;border-radius:8px;background:transparent;color:#172033;padding:6px 8px;cursor:pointer}.topbar-text-button:hover{background:#eef5ff;color:var(--brand)}.account-menu,.language-menu{position:relative}.account-trigger{display:inline-flex;align-items:center;gap:6px}.account-dropdown,.topbar-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:30;display:grid;gap:10px;width:260px;border:1px solid var(--panel-border);border-radius:12px;background:#fff;padding:12px;box-shadow:var(--shadow-soft)}.language-dropdown{width:178px}.language-option{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;border:0;border-radius:6px;background:transparent;color:#344054;padding:8px 10px;cursor:pointer;text-align:left}.language-option:hover,.language-option.active{background:#eef5ff;color:var(--brand)}.account-dropdown label,.dynamic-filters label{display:grid;gap:6px;color:#475467;font-size:13px}.login-inline,.auth-box{display:flex;align-items:center;gap:8px}.login-inline input{width:112px}.auth-box{min-height:36px;color:#475467;font-size:13px}.context label,.editor label{display:grid;gap:6px;color:#475467;font-size:13px}input,select,textarea{border:1px solid var(--panel-border);border-radius:8px;background:#fff;color:var(--text-main);padding:9px 11px;outline:none;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #1f6fff1f}input:disabled,select:disabled,textarea:disabled{background:#f2f4f7;color:#98a2b3;cursor:not-allowed}.searchable-select-label{display:grid;gap:6px;min-width:0;color:#475467;font-size:13px}.searchable-select{position:relative;display:block;min-width:0}.searchable-select-proxy{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.searchable-select-control{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;max-width:100%;min-height:38px;border:1px solid var(--panel-border);border-radius:8px;background:#fff;color:var(--text-main);padding:9px 11px;cursor:pointer;text-align:left;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.searchable-select-control:focus{border-color:var(--brand);box-shadow:0 0 0 3px #1f6fff1f}.searchable-select-control:disabled{background:#f2f4f7;color:#98a2b3;cursor:not-allowed}.searchable-select-value,.searchable-select-placeholder{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchable-select-placeholder{color:#98a2b3}.searchable-select-menu{position:absolute;z-index:80;top:calc(100% + 4px);left:0;right:0;border:1px solid #d0d5dd;border-radius:8px;background:#fff;box-shadow:0 18px 42px #1222422e;padding:6px}.searchable-select-search{position:sticky;top:0;z-index:1;display:flex;align-items:center;gap:6px;background:#fff;padding-bottom:6px}.searchable-select-search input{width:100%;height:34px}.searchable-select-options{display:grid;gap:2px;max-height:260px;overflow-y:auto}.searchable-select-option{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;border:0;border-radius:6px;background:transparent;color:var(--text-main);padding:8px 10px;cursor:pointer;text-align:left}.searchable-select-option span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchable-select-option.highlighted,.searchable-select-option:hover{background:#eef5ff}.searchable-select-option.selected{color:var(--brand-strong);font-weight:700}.searchable-select-option:disabled{color:#98a2b3;cursor:not-allowed}.searchable-select-empty{color:#667085;padding:12px 10px;text-align:center}textarea{resize:vertical}.primary,.secondary{border:0;border-radius:8px;cursor:pointer;white-space:nowrap;transition:background-color .14s ease,box-shadow .14s ease,transform .14s ease}.primary{background:var(--brand);color:#fff;padding:9px 15px;box-shadow:0 8px 18px #1f6fff2e}.secondary{background:#edf4ff;color:var(--brand-strong);padding:6px 10px}.primary:hover,.secondary:hover{transform:translateY(-1px)}button:disabled{opacity:.55;cursor:not-allowed}.tabbar{display:flex;align-items:center;overflow-x:auto;border:1px solid var(--panel-border);border-radius:8px;background:#fff;margin-bottom:8px;min-height:38px;scrollbar-width:thin}.tabbar button{min-width:0;max-width:148px;height:34px;border:0;border-right:1px solid #e4e7ec;background:#fff;padding:6px 10px;cursor:pointer;flex:0 0 auto}.tabbar button.active{color:#1677ff;font-weight:600}.page-tab{display:inline-flex;align-items:center;gap:6px}.page-tab>span:not(.tab-close){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tab-close{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:999px;color:#667085}.tab-close:hover{background:#eef2f6;color:#101828}.tab-action{position:sticky;right:0;margin-left:auto;min-width:88px!important;max-width:none!important;border-left:1px solid #e4e7ec!important;background:#f8fafc!important;color:#475467;box-shadow:-8px 0 12px #ffffffdb}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.metric,.panel,.editor,.sql{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:8px;box-shadow:var(--shadow-soft)}.metric{padding:14px}.metric span{display:block;color:#667085;font-size:13px}.metric strong{display:block;margin-top:8px;font-size:24px}.workspace{display:grid;grid-template-columns:360px minmax(0,1fr);gap:14px;align-items:start}.generator-workspace{grid-template-columns:minmax(0,1fr)}.generator-panel{display:grid;gap:14px;margin-top:14px}.editor,.panel{padding:14px}.editor{display:grid;gap:11px}.home-brand{display:flex;align-items:center;gap:14px;margin-bottom:14px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;padding:14px}.home-brand img{width:42px;height:42px;object-fit:contain}.home-brand h2,.home-brand p{margin:0}.home-brand p{margin-top:4px;color:#667085}.operation-page{display:grid;gap:14px}.operation-header{display:flex;align-items:center;gap:12px}.operation-header h2,.operation-header p{margin:0}.operation-header p{margin-top:4px;color:#667085}.operation-header-icon{width:34px;height:34px;color:#1677ff}.operation-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.compact-cards{grid-template-columns:repeat(4,minmax(0,1fr))}.lineage-node{display:grid;gap:4px;min-width:180px}.lineage-node strong{color:#101828;font-weight:650}.lineage-node span{color:#667085;font-size:12px}.lineage-link{background:none;border:0;color:#2563eb;cursor:pointer;font:inherit;font-weight:650;padding:0;text-align:left}.lineage-link:hover{text-decoration:underline}.billing-sync-failure-cell{display:grid;gap:3px;min-width:132px;max-width:260px}.billing-sync-failure-cell small{color:var(--danger);font-size:12px;line-height:1.35;overflow-wrap:anywhere;white-space:normal}.business-flow-graph-view{gap:16px}.business-flow-list-filter{max-width:320px}.business-flow-canvas{background:#f8fafc;border:1px solid #e4e7ec;border-radius:8px;min-height:190px;overflow-x:auto;padding:28px}.business-flow-stage{position:relative}.business-flow-edges{left:0;pointer-events:none;position:absolute;top:0}.business-flow-edge-path{fill:none;stroke:#98a2b3;stroke-width:1.5}.business-flow-edge-label{fill:#475467;font-size:12px;paint-order:stroke;stroke:#f8fafc;stroke-width:3px}.business-flow-node{align-content:start;background:#fff;border:1px solid #d0d5dd;border-radius:8px;box-shadow:0 1px 2px #1018280f;box-sizing:border-box;display:grid;gap:6px;overflow:hidden;padding:14px 16px;position:absolute}.business-flow-node.focused{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24}.business-flow-node .node-title{color:#0f766e;font-size:13px;font-weight:700}.business-flow-node strong{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#101828;display:-webkit-box;font-size:16px;overflow:hidden;overflow-wrap:anywhere}.business-flow-node span{-webkit-box-orient:vertical;-webkit-line-clamp:1;color:#667085;display:-webkit-box;font-size:12px;line-height:1.45;overflow:hidden;overflow-wrap:anywhere}.business-flow-node.clickable{cursor:pointer}.business-flow-node.clickable:hover{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.full-trace-actions{display:flex;flex-wrap:wrap;gap:8px}.full-trace-parent{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:2px 0;font-size:13px;color:#475467}.full-trace-parent-label{font-weight:500}.full-trace-stages{display:grid;gap:10px}.full-trace-stage{display:grid;gap:8px;border:1px solid #e4e7ec;border-left:3px solid #d0d5dd;border-radius:8px;background:#fff;padding:12px 14px}.full-trace-stage .stage-head{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.stage-name{color:#101828;font-weight:650}.stage-status{display:inline-flex;align-items:center;min-height:22px;border-radius:6px;padding:1px 8px;font-size:12px;white-space:nowrap;background:#f2f4f7;color:#475467}.stage-status.succeeded{background:#ecfdf3;color:#067647}.stage-status.failed{background:#fff1f0;color:#b42318}.stage-status.skipped{background:#f2f4f7;color:#475467}.stage-status.running{background:#eef5ff;color:#175cd3}.stage-duration{color:#667085;font-size:12px}.stage-time{color:#667085;font-size:12px;margin-left:auto}.stage-msg{color:#344054;font-size:13px;overflow-wrap:anywhere;white-space:pre-wrap}.stage-err{color:#b42318;font-size:13px;overflow-wrap:anywhere;white-space:pre-wrap}.friendly-failure{min-width:220px;max-width:520px;color:#344054;font-size:13px;line-height:1.5;overflow-wrap:anywhere;white-space:normal}.friendly-failure-summary{color:#344054}.friendly-failure-action{margin-top:4px;color:#b54708}.friendly-failure-technical{margin-top:4px;color:#667085}.friendly-failure-technical summary{width:fit-content;cursor:pointer;font-size:12px}.friendly-failure-technical div{margin-top:4px;color:#667085;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;white-space:pre-wrap}.stage-body,.stage-body-content{display:grid;gap:10px}.stage-body-label{color:#475467;font-size:12px;font-weight:650;margin-bottom:4px}.body-pre{margin:0;border:1px solid #e4e7ec;border-radius:6px;background:#f8fafc;color:#1d2939;padding:12px;font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-all;max-height:320px;overflow:auto}.full-trace-model h4{margin:0 0 4px;color:#101828;font-size:14px}.full-trace-model-hint{margin:0 0 8px;color:#667085;font-size:12px}.scheduler-group,.scheduler-source-group{display:grid;gap:10px}.scheduler-group{padding-top:4px}.scheduler-source-group{border-top:1px solid #eef2f6;padding-top:10px}.scheduler-source-title{display:flex;align-items:center;gap:10px;color:#344054}.scheduler-source-title span{color:#667085;font-size:12px}.operation-metric{border:1px solid #e4e7ec;border-radius:8px;background:#f8fafc;padding:12px}.operation-metric span{color:#667085;font-size:12px}.operation-metric strong{display:block;margin-top:6px;color:#101828;font-size:22px}.modal-form{border:0;padding:0}.document-mapping-modal{width:min(1680px,calc(100vw - 40px));max-width:calc(100vw - 40px);max-height:calc(100vh - 32px)}.flow-config-form{width:min(1180px,calc(100vw - 72px));grid-template-columns:repeat(2,minmax(220px,1fr))}.flow-copy-selectors{display:flex;align-items:end;flex-wrap:wrap;gap:8px;margin-top:10px}.flow-copy-selectors>.searchable-select-label{flex:1 1 520px;max-width:760px}.flow-copy-selectors>.dynamic-filters{margin-bottom:0}.base-data-form{width:min(1120px,calc(100vw - 72px));grid-template-columns:repeat(2,minmax(220px,1fr))}.base-diagnostic-page,.diagnostic-result{display:grid;gap:14px}.base-diagnostic-form{grid-template-columns:repeat(3,minmax(180px,1fr))}.diagnostic-json{grid-column:1 / -1}.diagnostic-json textarea{min-height:180px}.base-diagnostic-page{grid-template-columns:minmax(0,1fr)}.diagnostic-link-payload-caption{grid-column:1 / -1;margin-top:2px;color:#475467;font-size:13px;font-weight:600}.diagnostic-json-readonly textarea{background:#f9fafb;color:#344054;cursor:default}.diagnostic-summary{display:flex;flex-wrap:wrap;gap:12px;align-items:center;color:#475467}.run-failed-link{padding:0;border:none;background:none;font:inherit;color:#b42318;cursor:pointer;text-align:left;text-decoration:underline}.run-failed-link:hover{color:#912018}.diagnostic-severity,.diagnostic-action-target{display:inline-flex;align-items:center;min-height:24px;padding:2px 8px;border-radius:6px;font-size:12px;font-weight:700;white-space:nowrap}.diagnostic-severity.blocking{color:#b42318;background:#fff1f0;border:1px solid #fecdca}.diagnostic-severity.warning{color:#b54708;background:#fffaeb;border:1px solid #fedf89}.diagnostic-severity.success{color:#027a48;background:#ecfdf3;border:1px solid #abefc6}.diagnostic-severity.info{color:#175cd3;background:#eff8ff;border:1px solid #b2ddff}.diagnostic-action-target{color:#344054;background:#f2f4f7;border:1px solid #d0d5dd}.global-diagnostics-page{display:grid;gap:16px}.global-health-grid,.global-realtime-grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:12px}.global-realtime-grid{grid-template-columns:repeat(6,minmax(140px,1fr))}.runtime-diagnostic-grid{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:12px}.runtime-diagnostic-group{display:grid;gap:10px;min-width:0}.runtime-diagnostic-group h3{margin:0;color:#344054;font-size:15px}.runtime-diagnostic-list{display:grid;gap:8px}.runtime-diagnostic-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 10px;min-height:82px;align-content:center;border:1px solid #e4e7ec;border-left:4px solid #98a2b3;border-radius:8px;background:#fff;padding:12px}.runtime-diagnostic-row.healthy{border-left-color:#12b76a}.runtime-diagnostic-row.warning{border-left-color:#f79009}.runtime-diagnostic-row.muted{border-left-color:#d0d5dd;background:#f9fafb}.runtime-diagnostic-row strong,.runtime-diagnostic-row small,.runtime-diagnostic-row p{overflow-wrap:anywhere}.runtime-diagnostic-row strong{display:block;color:#101828;font-size:14px}.runtime-diagnostic-row small,.runtime-diagnostic-row p{color:#667085;line-height:1.45}.runtime-diagnostic-row span{align-self:start;color:#344054;font-size:12px;font-weight:700}.runtime-diagnostic-row p{grid-column:1 / -1;margin:0}.global-health-card,.global-metric-tile{min-height:96px;display:grid;align-content:center;gap:8px;border:1px solid #e4e7ec;border-radius:8px;background:#fff;padding:16px}.global-health-card span,.global-metric-tile span,.global-metric-tile small{color:#667085}.global-health-card strong,.global-metric-tile strong{color:#101828;font-size:22px;line-height:1.2}.score-pill{display:inline-flex;min-width:58px;height:28px;align-items:center;justify-content:center;border-radius:6px;font-weight:700;border:1px solid transparent}.score-pill.success{color:#027a48;background:#ecfdf3;border-color:#abefc6}.score-pill.warning{color:#b54708;background:#fffaeb;border-color:#fedf89}.score-pill.danger{color:#b42318;background:#fef3f2;border-color:#fecdca}.global-health-card.healthy{border-left:4px solid #12b76a}.global-health-card.warning{border-left:4px solid #f79009}.global-health-card.critical,.global-metric-tile.danger{border-left:4px solid #d92d20}.global-issues-panel{display:grid;gap:16px}.section-title-row{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.section-title-row h2{margin-bottom:4px}.onboarding-check-list{display:grid;gap:12px}.onboarding-check-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start;border:1px solid #e4e7ec;border-left:4px solid #d0d5dd;border-radius:8px;background:#fff;padding:14px}.onboarding-check-card.failed{border-left-color:#d92d20}.onboarding-check-card.warning{border-left-color:#f79009}.onboarding-check-card.passed{border-left-color:#12b76a}.onboarding-check-main{display:grid;gap:8px;min-width:0}.onboarding-check-title{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.onboarding-check-title strong{color:#101828}.onboarding-check-main p,.onboarding-check-detail p,.onboarding-check-detail ol{margin:0}.onboarding-check-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.onboarding-check-detail{grid-column:1 / -1;display:grid;gap:10px;border-top:1px solid #eef2f6;padding-top:12px;color:#475467}.onboarding-check-detail strong{margin-right:6px;color:#344054}.onboarding-check-detail ol{padding-left:22px}.onboarding-evidence{display:grid;gap:12px}.onboarding-gap-list{display:grid;gap:8px}.onboarding-gap-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;align-items:center;border:1px solid #e4e7ec;border-radius:8px;background:#fff;padding:10px 12px}.onboarding-gap-item div{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.onboarding-gap-item p{grid-column:1 / -1;color:#667085;font-size:12px}.onboarding-gap-item .onboarding-failure-actions{grid-column:1 / -1;margin-top:2px}.onboarding-acceptance-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;margin:12px 0}.acceptance-cleanup-result,.acceptance-trace-run{display:grid;gap:12px;margin:12px 0}.acceptance-cleanup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.acceptance-cleanup-grid>div{padding:10px 12px;border:1px solid #e4e7ec;border-radius:8px;background:#fcfcfd}.acceptance-cleanup-grid strong,.acceptance-trace-run-title strong{display:block;color:#344054}.acceptance-cleanup-grid p,.acceptance-trace-run-title span{margin:4px 0 0;color:#667085;overflow-wrap:anywhere}.acceptance-trace-run{padding-top:12px;border-top:1px solid #e4e7ec}.acceptance-trace-run-title{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.onboarding-system-diagnostics{display:grid;gap:12px;border:1px solid #d0d5dd;border-radius:8px;background:#f8fafc;padding:14px}.onboarding-diagnostic-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:10px}.onboarding-diagnostic-tile{display:grid;gap:6px;border:1px solid #e4e7ec;border-left:4px solid #d0d5dd;border-radius:8px;background:#fff;padding:12px;min-height:112px}.onboarding-diagnostic-tile.healthy{border-left-color:#12b76a}.onboarding-diagnostic-tile.warning{border-left-color:#f79009}.onboarding-diagnostic-tile.critical{border-left-color:#d92d20}.onboarding-diagnostic-tile span{color:#667085;font-size:12px}.onboarding-diagnostic-tile strong{color:#101828;font-size:18px}.onboarding-diagnostic-tile small{color:#667085;line-height:1.45}.global-issue-group{display:grid;gap:10px}.global-issue-group h3{display:inline-flex;align-items:center;gap:8px;margin:0;color:#101828;font-size:16px}.global-severity-dot{width:9px;height:9px;border-radius:50%;background:#175cd3}.global-severity-dot.critical{background:#d92d20}.global-severity-dot.warning{background:#f79009}.global-severity-dot.info{background:#175cd3}.global-issue-list{display:grid;gap:10px}.global-issue-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;border:1px solid #e4e7ec;border-left:4px solid #b2ddff;border-radius:8px;background:#fff;padding:14px}.global-issue-card.critical{border-left-color:#d92d20}.global-issue-card.warning{border-left-color:#f79009}.global-issue-main{display:grid;gap:8px;min-width:0}.global-issue-title{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.global-issue-title h4{margin:0;color:#101828;font-size:16px}.global-issue-card p{margin:0;color:#475467}.global-issue-impact{color:#344054}.global-issue-meta{display:flex;flex-wrap:wrap;gap:8px}.global-issue-meta span{max-width:100%;overflow-wrap:anywhere;color:#475467;background:#f8fafc;border:1px solid #edf0f5;border-radius:6px;padding:3px 8px;font-size:12px}.global-issue-details{margin:0;padding-left:18px;color:#475467}.global-issue-details li{margin:3px 0}.global-issue-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;align-content:flex-start;min-width:180px}.document-mapping-form{width:100%;min-height:min(720px,calc(100vh - 170px));grid-template-columns:repeat(2,minmax(220px,1fr));align-content:start}.mapping-field-editor{grid-column:1 / -1;display:grid;gap:12px;border:1px solid #e4e7ec;border-radius:8px;background:#f8fafc;padding:12px;overflow:hidden}.mapping-field-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.mapping-field-header strong{color:#344054}.mapping-field-list{display:grid;gap:0;overflow-x:auto;border:1px solid #e4e7ec;border-radius:8px;background:#fff}.mapping-field-table-head,.mapping-field-row{display:grid;grid-template-columns:minmax(180px,1.15fr) minmax(120px,.72fr) minmax(220px,1.35fr) minmax(128px,.78fr) minmax(180px,1.15fr) minmax(120px,.72fr) minmax(240px,1.5fr) minmax(128px,.78fr) minmax(180px,1.05fr) 72px 112px 132px 52px;gap:8px;align-items:center;min-width:1822px}.mapping-field-row .mapping-expr-cell{display:flex;align-items:center;gap:6px;min-width:0}.mapping-field-row .mapping-expr-button{height:30px;padding:0 10px;white-space:nowrap;font-size:12px}.mapping-field-table-head{position:sticky;top:0;z-index:1;padding:9px 10px;border-bottom:1px solid #e4e7ec;background:#f8fafc;color:#475467;font-size:12px;font-weight:700}.mapping-field-row{padding:8px 10px;border-bottom:1px solid #eef2f6}.mapping-field-row:last-child{border-bottom:0}.mapping-field-row input,.mapping-field-row select{width:100%;height:34px;border:1px solid #d8dee9;border-radius:6px;background:#fff;padding:0 10px;color:#101828;font:inherit}.mapping-field-row select{padding-right:28px}.mapping-field-row .mapping-check{justify-self:center;width:18px;height:18px;padding:0}.expression-modal{width:min(1080px,calc(100vw - 48px));position:relative;z-index:60}.expression-body{padding:0 16px 16px}.expression-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.expression-panel{border:1px solid #e4e7ec;border-radius:8px;padding:12px;background:#fff}.expression-panel-title{font-weight:700;color:#344054;font-size:13px;margin:4px 0 8px}.expression-panel-title:not(:first-child){margin-top:16px;padding-top:12px;border-top:1px dashed #e4e7ec}.expression-add-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-bottom:8px}.expression-add-row select,.expression-add-row input{height:34px;border:1px solid #d8dee9;border-radius:6px;padding:0 10px;font:inherit;min-width:0}.expression-operand-list{display:flex;flex-direction:column;gap:6px}.expression-empty{color:#98a2b3;font-size:12px;padding:6px 0}.expression-operand-row{display:grid;grid-template-columns:minmax(0,1fr) 92px 34px;gap:8px;align-items:center}.expression-operand-row .link{background:transparent;border:0;padding:0;text-align:left;color:#1d4ed8;cursor:pointer;font:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expression-operand-row .link code{color:#667085;font-size:12px}.expression-operand-row select{height:30px;border:1px solid #d8dee9;border-radius:6px}.expression-preview{display:flex;flex-direction:column;gap:8px}.expression-test-field{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:8px;align-items:center}.expression-test-field span{color:#475467;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expression-test-field input{height:32px;border:1px solid #d8dee9;border-radius:6px;padding:0 10px;font:inherit}.expression-preview-result{display:flex;flex-wrap:wrap;gap:4px 12px;align-items:center;padding:8px 10px;border-radius:6px;background:#f8fafc;font-size:13px}.expression-warn{color:#b42318}.expression-operators{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.expression-operators button{min-width:40px;height:32px}.expression-input{width:100%;min-height:72px;border:1px solid #d8dee9;border-radius:6px;padding:8px 10px;font:inherit;resize:vertical}.expression-syntax{font-size:12px;margin-top:6px}.expression-syntax.ok{color:#067647}.expression-syntax.bad{color:#b42318}.expression-format-row{display:flex;align-items:center;gap:10px;margin:8px 0;color:#344054;font-size:13px}.expression-format-row select{height:32px;border:1px solid #d8dee9;border-radius:6px;padding:0 8px}.expression-checkbox{cursor:pointer}.expression-null-note{color:#667085;font-size:12px;background:#f8fafc;border-radius:6px;padding:8px 10px}.expression-templates{display:flex;flex-wrap:wrap;gap:8px}.expression-set-list{display:grid;gap:10px;margin-top:12px}.expression-set-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:14px;align-items:end;padding:12px;border:1px solid #e4e7ec;border-radius:8px;background:#fff}.expression-set-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto 34px;gap:8px;align-items:center;min-width:0}.expression-set-heading code{overflow:hidden;color:#475467;text-overflow:ellipsis;white-space:nowrap}.expression-set-actions{display:flex;justify-content:flex-start;margin-top:12px}.expression-save-error{margin-top:12px;color:#b42318;font-size:13px}.expression-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}@media(max-width:860px){.expression-grid{grid-template-columns:1fr}.expression-set-row{grid-template-columns:1fr;align-items:stretch}.expression-set-heading{grid-template-columns:auto minmax(0,1fr) 34px}.expression-set-heading .compact-button{grid-column:1 / -1;grid-row:2}}.flow-stage-editor{grid-column:1 / -1;display:grid;gap:12px;border:1px solid #e4e7ec;border-radius:8px;background:#f8fafc;padding:12px}.flow-readiness{grid-column:1 / -1;display:grid;gap:8px;border-radius:8px;padding:12px}.flow-readiness.ready{border:1px solid #a6f4c5;background:#f6fef9;color:#067647}.flow-readiness.pending{border:1px solid #fedf89;background:#fffbeb;color:#92400e}.flow-readiness-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.flow-readiness p,.flow-readiness ul{margin:0;font-size:13px;line-height:1.55}.flow-readiness ul{padding-left:18px}.flow-stage-header,.stage-parameter-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.flow-stage-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.flow-stage-guide{color:#475467;font-size:13px;line-height:1.55}.flow-stage-header strong,.stage-parameter-header span{color:#344054}.flow-stage-item{display:grid;gap:12px;border:1px solid #e4e7ec;border-radius:8px;background:#fff;padding:12px}.flow-stage-item.branch-target{border-color:#fedf89;background:#fffcf5}.flow-stage-item.inventory-wait{border-color:#bfdbfe;background:#f8fbff}.flow-stage-context{display:grid;gap:6px;border:1px solid #d0d5dd;border-radius:8px;background:#f8fafc;padding:10px 12px}.flow-stage-context.failure-branch{border-color:#fedf89;background:#fffbeb}.flow-stage-context.inventory-wait{border-color:#bfdbfe;background:#eff6ff}.flow-stage-context-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.flow-stage-sequence,.flow-stage-chip{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:700;line-height:1.2;white-space:nowrap}.flow-stage-sequence{background:#fff;color:#344054;border:1px solid #d0d5dd}.flow-stage-chip.main{background:#ecfdf3;color:#067647}.flow-stage-chip.capture{background:#eef4ff;color:#3538cd}.flow-stage-chip.wait,.flow-stage-chip.inventory{background:#dbeafe;color:#1d4ed8}.flow-stage-chip.failure{background:#fef0c7;color:#92400e}.flow-stage-chip.terminal{background:#f2f4f7;color:#475467}.flow-stage-chip.disabled{background:#fee4e2;color:#b42318}.flow-stage-context-note{color:#344054;font-size:13px;line-height:1.5}.flow-stage-grid{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:10px;align-items:end}.stage-parameter-box{display:grid;gap:8px;border-top:1px solid #eef2f6;padding-top:10px}.stage-parameter-row{display:grid;grid-template-columns:minmax(160px,1fr) minmax(220px,2fr) minmax(220px,2fr) 34px;gap:8px;align-items:end}.stage-parameter-rule{color:#667085;font-size:12px;line-height:1.4;align-self:center}.wide-form{width:min(1120px,calc(100vw - 80px));max-width:calc(100vw - 80px)}.dynamic-record-editor{width:100%;min-width:0;max-width:100%}.dynamic-record-modal{overflow-x:hidden}.dynamic-record-editor .detail-config-item,.dynamic-record-editor .table-scroll{min-width:0;max-width:100%}.dynamic-record-editor .primary{width:100%}.dynamic-record-modal .dynamic-record-editor .table-scroll{max-height:none;overflow:visible}.dynamic-record-editor table,.dynamic-record-editor tbody,.dynamic-record-editor tr,.dynamic-record-editor td{display:block;width:100%;min-width:0}.dynamic-record-editor table{border:0}.dynamic-record-editor thead{display:none}.dynamic-record-editor tbody{display:grid;gap:12px}.dynamic-record-editor tbody tr{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px 12px;border:1px solid #e4e7ec;border-radius:6px;background:#f8fafc;padding:12px}.dynamic-record-editor tbody td{display:grid;gap:6px;border:0;padding:0}.dynamic-record-editor tbody td:before{content:attr(data-label);color:#475467;font-size:12px;line-height:1.4}.dynamic-record-editor .dynamic-detail-row-actions{grid-column:1 / -1}.dynamic-record-editor .dynamic-detail-row-actions button{width:100%}.preview-modal-body,.preview-section,.form-catalog-groups{display:grid;gap:14px}.preview-section+.preview-section{padding-top:14px;border-top:1px solid #e4e7ec}.generator-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-bottom:14px}.detail-config{display:grid;gap:14px}.detail-config-item{border:1px solid #e4e7ec;border-radius:6px;padding:12px;background:#fff}.form-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:12px}.form-hint{color:#667085;font-size:12px;line-height:1.5}.flow-activation-warning{grid-column:1 / -1;margin:0;border:1px solid #fedf89;border-radius:8px;background:#fffbeb;color:#92400e;padding:10px 12px;font-size:13px;line-height:1.55}.required-mark{margin-left:3px;color:#d92d20;font-weight:700}.check{display:flex!important;align-items:center;gap:8px!important}.check input{width:16px;height:16px}.inline-check{width:auto!important;min-width:max-content;color:#344054}.tenant-scope-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px;margin:-4px 0 14px}.muted{color:#98a2b3}.secret-status{display:grid;gap:2px;min-width:120px;color:#475467;font-size:12px;line-height:1.35;white-space:nowrap}.enum-cell{min-width:180px}.enum-picker-modal{display:grid;gap:12px}.enum-search{width:min(360px,100%)}.icon-preview{display:inline-flex;align-items:center;gap:8px;min-height:38px;border:1px solid #d0d5dd;border-radius:6px;padding:8px 10px;background:#f8fafc;color:#344054;font-size:13px}.icon-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(74px,1fr));gap:6px;max-height:220px;overflow:auto;padding-right:2px}.icon-picker button{display:grid;place-items:center;gap:4px;min-height:56px;border:1px solid #d0d5dd;border-radius:6px;background:#fff;color:#344054;cursor:pointer;padding:6px 4px}.icon-picker button span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.icon-picker button.selected,.icon-picker button:hover{border-color:#1677ff;background:#eff6ff;color:#1677ff}.table-scroll{width:100%;overflow:auto}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;padding-top:10px;color:#475467;font-size:13px}.pagination input{width:64px;height:34px;padding:6px 8px;text-align:center}.pagination select{height:34px;padding:6px 8px}.paging-status{display:inline-flex;align-items:center;gap:6px;color:#98a2b3;font-size:12px}.paging-status-error{color:#d92d20}.page-current{display:inline-flex;align-items:center;justify-content:center;min-width:58px;height:34px;border:1px solid var(--brand);border-radius:6px;background:#eff6ff;color:var(--brand-strong);font-weight:700}.permission-box{display:grid;gap:10px;border:1px solid #e4e7ec;border-radius:8px;background:#f8fafc;padding:12px}.permission-box-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.permission-box-header>span{margin-right:auto;color:#344054;font-weight:700}.permission-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px;max-height:240px;overflow:auto}.permission-item{min-width:0;border:1px solid #e4e7ec;border-radius:6px;background:#fff;padding:8px}.permission-item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-toolbar{display:flex;align-items:flex-start;gap:8px;margin-bottom:12px;flex-wrap:wrap}.toolbar-filters:empty{display:none}.toolbar-filters{display:flex;align-items:end;gap:8px;flex-wrap:wrap;min-width:0;margin-left:auto}.list-toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 1 auto;flex-wrap:wrap;min-width:0;margin-left:auto}.list-toolbar-actions button,.list-toolbar-actions .button-like{white-space:nowrap}.dynamic-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;align-items:end;margin-bottom:12px;border:1px solid #e4e7ec;border-radius:6px;background:#f8fafc;padding:10px}.compact-filters{display:flex;align-items:end;flex-wrap:wrap;gap:8px;margin-bottom:0;border:0;background:transparent;padding:0}.compact-filters label,.compact-filters .searchable-select-label{min-width:180px;max-width:260px}.compact-filters input,.compact-filters select{width:100%;height:38px}.compact-filters .searchable-select-control{height:38px}.filter-range{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.operation-filters{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.operation-filters>.filter-contents{display:contents}.operation-filters button{align-self:end;display:inline-flex;align-items:center;gap:6px;width:fit-content}.docs-page{display:grid;gap:14px}.docs-hint{color:#667085;padding:4px 2px}.docs-search{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:8px;width:min(620px,100%);border:1px solid #d0d5dd;border-radius:8px;background:#fff;padding:8px 10px}.docs-collection-switch{display:inline-flex;gap:4px;width:fit-content;border:1px solid #d0d5dd;border-radius:8px;background:#f8fafc;padding:4px}.docs-collection-switch button{min-height:32px;border:0;border-radius:6px;background:transparent;color:#475467;padding:6px 12px;cursor:pointer}.docs-collection-switch button.active,.docs-collection-switch button:hover{background:#fff;color:var(--brand);box-shadow:0 1px 2px #10182814}.docs-search input{border:0;padding:4px;box-shadow:none}.docs-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:16px;align-items:start}.docs-nav{position:sticky;top:14px;display:grid;gap:4px;border-right:1px solid #e4e7ec;padding-right:10px}.docs-nav button{display:flex;align-items:center;gap:8px;width:100%;min-height:38px;border:0;border-radius:6px;background:transparent;color:#344054;padding:8px 10px;text-align:left;cursor:pointer}.docs-nav button.active,.docs-nav button:hover{background:#eef5ff;color:var(--brand)}.docs-content{display:grid;gap:14px;min-width:0}.docs-markdown{color:#344054;line-height:1.74;font-size:14px}.docs-markdown>:first-child{margin-top:0}.docs-markdown h1,.docs-markdown h2,.docs-markdown h3,.docs-markdown h4{margin:22px 0 10px;color:#101828;line-height:1.4}.docs-markdown h1{font-size:22px;border-bottom:1px solid #e4e7ec;padding-bottom:10px}.docs-markdown h2{font-size:18px}.docs-markdown h3{font-size:16px}.docs-markdown h4{font-size:14px}.docs-markdown p{margin:10px 0}.docs-markdown ul,.docs-markdown ol{margin:10px 0;padding-left:24px}.docs-markdown li{margin:4px 0}.docs-markdown a{color:var(--brand);text-decoration:none}.docs-markdown a:hover{text-decoration:underline}.docs-markdown code{background:#f2f4f7;border-radius:4px;padding:2px 6px;font-size:.92em}.docs-markdown pre{overflow:auto;border:1px solid #e4e7ec;border-radius:8px;background:#101828;padding:14px;line-height:1.6}.docs-markdown pre code{background:transparent;color:#f2f4f7;padding:0}.docs-markdown blockquote{margin:12px 0;border-left:3px solid #d0d5dd;padding:4px 14px;color:#667085}.docs-markdown table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;margin:12px 0}.docs-markdown th,.docs-markdown td{border:1px solid #e4e7ec;padding:8px 10px;text-align:left}.docs-markdown th{background:#f8fafc}.docs-markdown hr{border:0;border-top:1px solid #e4e7ec;margin:18px 0}.docs-markdown img{max-width:100%}.inline-editor{border:1px solid #e4e7ec;border-radius:6px;background:#f8fafc;padding:12px}.list-toolbar h2{margin:0}.list-toolbar input{width:220px}.toolbar-filters>input{height:38px}.list-toolbar button,.list-toolbar .button-like,.form-actions button,.row-actions button{display:inline-flex;align-items:center;gap:6px}.button-like{border:0;border-radius:8px;cursor:pointer;white-space:nowrap}.row-actions{display:flex;gap:6px;flex-wrap:wrap}.dynamic-generated-panel .list-toolbar{align-items:flex-start}.billing-source-data-panel .list-toolbar{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.billing-source-data-panel .list-toolbar h2{grid-column:1 / -1}.billing-source-data-panel .toolbar-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end;justify-content:start;width:100%;margin-left:0}.billing-source-data-panel .toolbar-filters>.dynamic-filters{display:contents}.billing-source-data-panel .toolbar-filters label,.billing-source-data-panel .toolbar-filters .filter-range{min-width:0;max-width:none}.billing-source-data-panel .toolbar-filters button{justify-self:start}.billing-source-data-panel .list-toolbar-actions{width:100%;margin-left:0;justify-content:flex-start;padding-top:2px}.billing-fee-dynamic-panel .list-toolbar{justify-content:flex-start}.billing-fee-dynamic-panel .list-toolbar h2{flex:0 0 100%}.billing-fee-dynamic-panel .toolbar-filters{flex:0 1 auto;margin-left:0;justify-content:flex-start}.billing-fee-dynamic-panel .toolbar-filters>.dynamic-filters{margin-bottom:0}.billing-fee-dynamic-panel .list-toolbar-actions{margin-left:0;justify-content:flex-start}.error-category{display:inline-flex;align-items:center;min-height:24px;border-radius:6px;background:#eef2f6;color:#344054;padding:2px 8px;font-size:12px;white-space:nowrap}.error-category.base-data-missing,.error-category.flow-config-missing,.error-category.authorization-missing{background:#fff7e6;color:#b54708}.error-category.kingdee-api-failed,.error-category.kingdee-validation-failed,.error-category.mq-retry-failed{background:#fff1f0;color:#b42318}.error-category.idempotency-conflict{background:#eef5ff;color:#175cd3}.error-category.succeeded{background:#ecfdf3;color:#067647}.error-category.unknown{background:#f2f4f7;color:#475467}.icon-button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:6px;background:#eef2f6;color:#344054;cursor:pointer}button.danger{border-color:#fecdca;background:#fff1f0;color:#b42318}button.danger:hover{background:#fee4e2;color:#912018}.delete-plan{display:grid;gap:14px}.modal-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:clamp(12px,2vw,24px);background:#0f172a52;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal{width:fit-content;min-width:min(520px,calc(100vw - 48px));max-width:calc(100vw - 48px);max-height:calc(100vh - 48px);overflow:auto;border-radius:14px;border:1px solid rgba(229,233,242,.92);background:#fff;padding:18px;box-shadow:var(--shadow-modal)}.wide-modal{width:min(1180px,calc(100vw - 48px))}.modal-body{display:grid;gap:14px}.modal .table-scroll{max-height:min(62vh,560px)}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid #eef2f6}table{width:100%;min-width:760px;border-collapse:collapse}.skeleton-row td{padding:12px 10px}.skeleton-cell{display:block;height:14px;border-radius:6px;background:linear-gradient(90deg,#94a3b82e 25%,#94a3b852 37%,#94a3b82e 63%);background-size:400% 100%;animation:koala-skeleton-shimmer 1.4s ease infinite}@keyframes koala-skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.selection-column{width:60px;min-width:60px;max-width:60px;text-align:center}.selection-column input[type=checkbox]{width:16px;height:16px;padding:0}th,td{border:1px solid #e4e7ec;padding:9px 10px;text-align:left;vertical-align:top;font-size:13px}th{background:#f8fafc;color:#344054;font-weight:700}tbody tr:nth-child(odd) td{background:#fbfcfd}.error,.notice{border-radius:6px;padding:10px 12px;margin-bottom:12px;white-space:pre-wrap}.error{border:1px solid #fda29b;background:#fffbfa;color:#b42318}.error-banner{display:flex;align-items:flex-start;gap:10px}.error-banner span{min-width:0;flex:1}.error-close{display:inline-grid;place-items:center;width:26px;height:26px;flex:0 0 26px;border:0;border-radius:6px;background:transparent;color:currentColor;cursor:pointer}.error-close:hover{background:#fee4e2}.page-error{margin-bottom:12px}.notice{grid-column:1 / -1;border:1px solid #a6f4c5;background:#f6fef9;color:#067647}.sql{grid-column:1 / -1;overflow:auto;max-height:320px;padding:14px;background:#f8fafc;color:#344054;white-space:pre-wrap}@media(max-width:980px){.login-page{justify-content:center;padding:24px}.login-card{padding:34px 28px}.app-shell{grid-template-columns:1fr}.sidebar{position:static}.sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar,.context,.workspace,.generator-grid,.base-data-form,.flow-config-form,.flow-stage-grid,.stage-parameter-row,.global-health-grid,.global-realtime-grid,.runtime-diagnostic-grid,.global-issue-card{display:grid;grid-template-columns:1fr}.section-title-row{display:grid}.global-issue-actions{justify-content:flex-start;min-width:0}.wide-form{width:100%;max-width:calc(100vw - 48px)}.dynamic-record-editor .detail-config-item{padding:10px}.dynamic-record-editor .table-scroll{max-height:none;overflow:visible}.dynamic-record-editor table,.dynamic-record-editor tbody,.dynamic-record-editor tr,.dynamic-record-editor td{display:block;width:100%;min-width:0}.dynamic-record-editor table{border:0}.dynamic-record-editor thead{display:none}.dynamic-record-editor tbody{display:grid;gap:12px}.dynamic-record-editor tbody tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;border:1px solid #e4e7ec;border-radius:6px;background:#f8fafc;padding:12px}.dynamic-record-editor tbody td{display:grid;gap:6px;border:0;padding:0}.dynamic-record-editor tbody td:before{content:attr(data-label);color:#475467;font-size:12px;line-height:1.4}.dynamic-record-editor .dynamic-detail-row-actions{grid-column:1 / -1}.dynamic-record-editor .dynamic-detail-row-actions button{width:100%}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.operation-cards,.acceptance-cleanup-grid{grid-template-columns:1fr}.acceptance-trace-run-title{display:grid}.docs-layout{grid-template-columns:1fr}.docs-nav{position:static;grid-template-columns:repeat(2,minmax(0,1fr));border-right:0;border-bottom:1px solid #e4e7ec;padding-right:0;padding-bottom:10px}}@media(max-width:620px){.modal-backdrop{padding:8px}.modal{box-sizing:border-box;width:calc(100vw - 16px);min-width:0;max-width:calc(100vw - 16px);max-height:calc(100vh - 16px);padding:14px}.dynamic-record-editor tbody tr{grid-template-columns:1fr}}.loading-card{padding:24px;color:#64748b}.billing-import-flow-editor{display:grid;gap:16px}.billing-import-flow-editor .form-section{border:1px solid #e4e7ec;border-radius:8px;background:#fff;padding:14px}.billing-import-flow-editor .form-section h4{margin:0 0 12px;color:#101828;font-size:16px;padding-bottom:8px;border-bottom:1px solid #eef2f6}.billing-import-flow-editor .section-hint{margin:0 0 12px;color:#667085;font-size:13px;line-height:1.5}.billing-import-flow-editor .form-grid{display:grid;grid-template-columns:repeat(2,minmax(200px,1fr));gap:12px;margin-bottom:12px}.billing-import-flow-editor .form-row{margin-bottom:12px}.billing-import-flow-editor .checkbox-label{display:flex;align-items:center;gap:8px;color:#344054;font-size:14px;cursor:pointer}.billing-import-flow-editor .form-error{padding:10px 12px;border:1px solid #fecdca;border-radius:6px;background:#fff1f0;color:#b42318;font-size:14px}.billing-import-flow-editor .editor-loading{padding:40px;text-align:center;color:#667085}.billing-import-flow-editor .stage-card{border:1px solid #e4e7ec;border-radius:8px;background:#fff;margin-bottom:12px;overflow:hidden}.billing-import-flow-editor .stage-card.disabled{opacity:.65;background:#f8fafc}.billing-import-flow-editor .stage-header{display:flex;align-items:center;gap:12px;padding:12px;border-bottom:1px solid #eef2f6}.billing-import-flow-editor .stage-name{color:#101828;font-size:15px}.billing-import-flow-editor .stage-desc{color:#667085;font-size:13px}.billing-import-flow-editor .stage-body{padding:12px}.billing-import-flow-editor .action-card{border:1px solid #e4e7ec;border-radius:6px;background:#f8fafc;margin-bottom:10px;overflow:hidden}.billing-import-flow-editor .action-card-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#eff6ff;border-bottom:1px solid #e4e7ec}.billing-import-flow-editor .action-card-title{font-weight:600;color:#344054;font-size:14px}.billing-import-flow-editor .action-card .action-params{padding:12px;background:#fff}.billing-import-flow-editor .add-action-button{margin-top:8px}.billing-import-flow-editor .actions-list{display:grid;gap:10px}.billing-import-flow-editor .action-item{border:1px solid #e4e7ec;border-radius:6px;padding:10px;background:#f8fafc;transition:border-color .14s ease,background-color .14s ease}.billing-import-flow-editor .action-item.selected{border-color:#1677ff;background:#eff6ff}.billing-import-flow-editor .action-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;margin-bottom:4px}.billing-import-flow-editor .action-checkbox input{width:16px;height:16px}.billing-import-flow-editor .action-name{font-weight:600;color:#344054;font-size:14px}.billing-import-flow-editor .action-desc{display:block;margin-left:24px;color:#667085;font-size:12px;line-height:1.5}.billing-import-flow-editor .action-params{margin-top:10px;margin-left:24px;padding:10px;background:#fff;border-radius:4px;display:grid;gap:10px}.billing-import-flow-editor .param-item{display:grid;gap:4px}.billing-import-flow-editor .param-item label{font-size:12px;color:#475467;font-weight:500}.billing-import-flow-editor .param-item .required{color:#d92d20;margin-left:2px}.billing-import-flow-editor .param-item input,.billing-import-flow-editor .param-item select{height:32px;font-size:13px}.billing-import-flow-editor .param-item input[type=text]{width:100%;max-width:280px}.billing-import-flow-editor .param-item select{width:100%;max-width:200px}.billing-import-flow-editor .param-hint{display:block;margin-top:2px;font-size:11px;color:#98a2b3}.billing-import-flow-editor .fee-item-row{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start;padding:12px;background:#f8fafc;border:1px solid #e4e7ec;border-radius:6px;margin-bottom:10px}.billing-import-flow-editor .fee-item-row>*{flex:0 0 auto}.billing-import-flow-editor .form-array-field{margin-top:12px}.billing-import-flow-editor .form-array-field label{display:block;margin-bottom:8px;color:#475467;font-size:13px}.billing-import-flow-editor .array-field-row{display:flex;gap:8px;align-items:center;margin-bottom:6px}.billing-import-flow-editor .array-input{flex:1;height:36px}.billing-import-flow-editor .icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #d0d5dd;border-radius:6px;background:#fff;color:#344054;cursor:pointer;transition:border-color .14s ease,background-color .14s ease,color .14s ease}.billing-import-flow-editor .icon-btn:hover{border-color:#1677ff;background:#eff6ff;color:#1677ff}.billing-import-flow-editor .icon-btn.danger{border-color:#fecdca;background:#fff1f0;color:#b42318}.billing-import-flow-editor .icon-btn.danger:hover{border-color:#d92d20;background:#fef0ee;color:#912018}.billing-import-flow-editor .form-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:1px solid #eef2f6}.billing-import-file-sheet-editor{background:#fff;padding:14px;border:1px solid #e4e7ec;border-radius:8px}.billing-import-file-sheet-editor .sheet-toolbar{margin-bottom:12px}.billing-import-file-sheet-editor .inline-input-row{display:flex;align-items:center;gap:8px}.billing-import-file-sheet-editor .inline-input-row label{color:#475467;font-size:14px;font-weight:500}.billing-import-file-sheet-editor .inline-input-row input{height:32px;padding:0 10px;border:1px solid #d0d5dd;border-radius:6px;width:200px}.billing-import-file-sheet-editor .file-config-list{display:flex;flex-direction:column;gap:12px}.billing-import-file-sheet-editor .file-config-card{border:1px solid #e4e7ec;border-radius:8px;background:#fff;overflow:hidden}.billing-import-file-sheet-editor .file-config-header{display:flex;align-items:center;gap:12px;padding:12px;background:#f8fafc;border-bottom:1px solid #eef2f6}.billing-import-file-sheet-editor .file-label{font-weight:600;color:#101828;font-size:15px}.billing-import-file-sheet-editor .file-name-input{height:32px;padding:0 10px;border:1px solid #d0d5dd;border-radius:6px;width:200px}.billing-import-file-sheet-editor .sheet-config-list{padding:12px}.billing-import-file-sheet-editor .sheet-config-card{border:1px solid #e4e7ec;border-radius:6px;margin-bottom:8px;overflow:hidden}.billing-import-file-sheet-editor .sheet-config-header{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#f8fafc;cursor:pointer}.billing-import-file-sheet-editor .sheet-config-header:hover{background:#f1f3f5}.billing-import-file-sheet-editor .expand-icon{color:#667085;font-size:12px}.billing-import-file-sheet-editor .sheet-name{flex:1;color:#101828;font-size:14px}.billing-import-file-sheet-editor .sheet-name.clickable{cursor:pointer;font-weight:500}.billing-import-file-sheet-editor .sheet-config-body{padding:12px;background:#fff}.billing-import-file-sheet-editor .sheet-meta-row{display:flex;gap:16px;margin-bottom:12px}.billing-import-file-sheet-editor .field-label-inline{display:flex;align-items:center;gap:8px;font-size:14px;color:#344054}.billing-import-file-sheet-editor .field-label-inline input{height:32px;padding:0 10px;border:1px solid #d0d5dd;border-radius:6px;width:150px}.billing-import-file-sheet-editor .sheet-stage-configs{margin-top:12px}.billing-import-file-sheet-editor .stage-selector-row{margin-bottom:10px}.billing-import-file-sheet-editor .stage-selector-row select{height:32px;padding:0 10px;border:1px solid #d0d5dd;border-radius:6px;background:#fff;font-size:14px;cursor:pointer}.billing-import-file-sheet-editor .stage-card{border:1px solid #e4e7ec;border-radius:8px;background:#fff;margin-bottom:10px;overflow:hidden}.billing-import-file-sheet-editor .stage-card.disabled{opacity:.65;background:#f8fafc}.billing-import-file-sheet-editor .stage-header{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#f8fafc;border-bottom:1px solid #eef2f6;cursor:pointer}.billing-import-file-sheet-editor .stage-header:hover{background:#f1f3f5}.billing-import-file-sheet-editor .stage-name{flex:1;color:#101828;font-size:15px;font-weight:500}.billing-import-file-sheet-editor .stage-desc{color:#667085;font-size:13px}.billing-import-file-sheet-editor .stage-body{padding:12px}.billing-import-file-sheet-editor .actions-list{display:grid;gap:8px;margin-bottom:12px}.billing-import-file-sheet-editor .action-item{border:1px solid #e4e7ec;border-radius:6px;padding:10px;background:#f8fafc;cursor:pointer;transition:border-color .14s ease,background-color .14s ease}.billing-import-file-sheet-editor .action-item:hover{border-color:#1677ff;background:#eff6ff}.billing-import-file-sheet-editor .action-checkbox{cursor:pointer}.billing-import-file-sheet-editor .action-checkbox .action-name{font-weight:600;color:#344054;font-size:14px;display:block}.billing-import-file-sheet-editor .action-checkbox .action-desc{display:block;color:#667085;font-size:12px;line-height:1.5;margin-top:4px}.billing-import-file-sheet-editor .action-card{border:1px solid #e4e7ec;border-radius:6px;background:#f8fafc;margin-bottom:10px;overflow:hidden}.billing-import-file-sheet-editor .action-card-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#eff6ff;border-bottom:1px solid #e4e7ec}.billing-import-file-sheet-editor .action-card-title{font-weight:600;color:#344054;font-size:14px}.billing-import-file-sheet-editor .action-card .action-params{padding:12px;background:#fff}.billing-import-file-sheet-editor .param-item{display:grid;gap:4px;margin-bottom:10px}.billing-import-file-sheet-editor .param-item label{font-size:12px;color:#475467;font-weight:500}.billing-import-file-sheet-editor .param-item .required{color:#d92d20;margin-left:2px}.billing-import-file-sheet-editor .param-item input,.billing-import-file-sheet-editor .param-item select{height:32px;padding:0 10px;border:1px solid #d0d5dd;border-radius:6px;font-size:14px}.billing-import-file-sheet-editor .param-item select{background:#fff;width:min(280px,100%)}.billing-import-file-sheet-editor .param-hint{color:#667085;font-size:12px;line-height:1.4}.billing-import-file-sheet-editor .param-item-checkbox label{display:inline-flex;align-items:center;gap:8px}.billing-import-file-sheet-editor .param-item-checkbox input{width:16px;height:16px;padding:0}.billing-import-file-sheet-editor .stage-no-actions{color:#667085;font-size:13px;text-align:center;padding:12px}.billing-import-file-sheet-editor button.compact-button{padding:4px 10px;font-size:13px}.billing-import-flow-config-page{display:grid;gap:14px}.billing-import-page-header,.billing-import-create-band,.billing-library-filters,.billing-import-list-panel{border:1px solid #e4e7ec;border-radius:8px;background:#fff}.billing-import-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px}.billing-import-page-header h2,.billing-import-list-title h3{margin:0;color:#101828}.billing-import-page-header p{margin:6px 0 0;color:#667085;font-size:13px;line-height:1.5}.billing-import-header-actions,.billing-import-create-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.billing-import-header-actions label,.billing-import-create-actions label{min-width:190px;margin:0}.billing-import-create-actions button,.billing-import-create-actions .button-like{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:8px 14px;line-height:20px}.billing-import-create-band{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px}.billing-library-filters{display:flex;align-items:end;justify-content:flex-start;gap:10px;flex-wrap:wrap;padding:12px 16px}.billing-library-filters label{min-width:180px;max-width:260px;margin:0}.billing-library-filters input,.billing-library-filters select{width:100%}.billing-library-filters button{align-self:end}.billing-import-template-summary{display:grid;gap:4px;min-width:0}.billing-import-template-summary .eyebrow{color:#667085;font-size:12px}.billing-import-template-summary strong{color:#101828;font-size:15px}.billing-import-template-summary span:last-child{color:#667085;font-size:13px;line-height:1.5}.billing-import-list-panel{padding:14px 16px 16px}.billing-import-list-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.billing-import-list-title span{color:#667085;font-size:13px}.billing-library-tabs{display:flex;align-items:center;gap:8px;padding:4px;border:1px solid #e4e7ec;border-radius:8px;background:#fff;width:fit-content;max-width:100%;overflow-x:auto}.billing-library-tab{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:6px 12px;border:1px solid transparent;border-radius:6px;background:transparent;color:#475467;font-weight:600;white-space:nowrap}.billing-library-tab.active{border-color:#d0d5dd;background:#f8fafc;color:#101828}.billing-form-grid{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:12px;width:min(760px,calc(100vw - 72px))}.billing-form-grid textarea{min-height:96px;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px}.billing-form-grid .modal-actions,.billing-form-grid .checkbox-label{grid-column:1 / -1}.billing-platform-library-modal .billing-form-grid{width:min(1120px,calc(100vw - 72px));grid-template-columns:repeat(3,minmax(180px,1fr))}.billing-platform-library-modal .billing-form-grid label:nth-last-of-type(-n+5){grid-column:span 3}.inheritance-meta{display:inline-grid;gap:4px;color:#667085;font-size:12px}.inheritance-meta strong{color:#101828;font-size:13px}.inheritance-meta small{color:#98a2b3}.inheritance-meta.compact{gap:2px}.status-pill{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:600}.status-pill.enabled{border:1px solid #abefc6;background:#ecfdf3;color:#067647}.status-pill.disabled{border:1px solid #e4e7ec;background:#f8fafc;color:#667085}.status-pill.inheritance{width:max-content;max-width:100%;justify-self:start;align-self:start;flex:0 0 auto;min-height:18px;padding:1px 7px;border-radius:9px;font-size:11px;line-height:16px}.status-pill.inheritance.inherited{border:1px solid #b2ddff;background:#eff8ff;color:#175cd3}.status-pill.inheritance.override{border:1px solid #fedf89;background:#fffaeb;color:#93370d}.status-pill.inheritance.tenant{border:1px solid #d0d5dd;background:#f9fafb;color:#475467}.status-pill.inheritance.warning{border:1px solid #fecdca;background:#fff1f0;color:#b42318}.billing-import-name-cell{display:inline-grid;gap:6px;align-items:start}.billing-import-config-modal{width:min(1320px,calc(100vw - 48px))}.billing-import-config-modal .modal-header{margin-bottom:12px}.billing-import-clone-form{width:min(520px,calc(100vw - 72px))}.clone-source-line{display:grid;gap:4px;padding:10px 12px;border:1px solid #e4e7ec;border-radius:8px;background:#f9fafb}.clone-source-line span{color:#667085;font-size:12px}.clone-source-line strong{color:#101828;font-size:14px}.billing-import-flow-editor{gap:14px}.billing-import-flow-editor .form-section{padding:0;border-color:#e4e7ec;box-shadow:none}.billing-import-flow-editor .form-section h4{margin:0;padding:12px 14px;border-bottom:1px solid #eef2f6;font-size:15px}.billing-import-flow-editor .form-grid{grid-template-columns:repeat(3,minmax(180px,1fr));gap:12px;margin:0;padding:14px}.billing-import-enabled-toggle{min-height:64px;align-self:end}.billing-import-flow-editor .form-error,.billing-import-flow-editor .compile-messages{border-radius:8px}.billing-import-flow-editor .compile-messages{display:grid;gap:8px}.billing-import-flow-editor .compile-message{padding:10px 12px;border:1px solid #fedf89;border-radius:8px;background:#fffaeb;color:#93370d;font-size:13px;line-height:1.5}.billing-import-flow-editor .compile-message.error{border-color:#fecdca;background:#fff1f0;color:#b42318}.billing-import-flow-editor .compile-message.warning{border-color:#fedf89;background:#fffaeb;color:#93370d}.billing-import-file-sheet-editor{border:0;border-radius:0;padding:14px}.billing-import-file-sheet-editor .file-config-list{gap:10px}.billing-import-file-sheet-editor .file-config-card{border-radius:8px;background:#fcfcfd}.billing-import-file-sheet-editor .file-config-header,.billing-import-file-sheet-editor .sheet-config-header,.billing-import-file-sheet-editor .stage-header{background:#f9fafb}.billing-import-file-sheet-editor .file-config-header{flex-wrap:wrap}.billing-import-file-sheet-editor .sheet-config-list{padding:10px}.billing-import-file-sheet-editor .sheet-config-card,.billing-import-file-sheet-editor .stage-card,.billing-import-file-sheet-editor .action-card{border-radius:6px;box-shadow:none}.billing-import-file-sheet-editor .sheet-meta-row{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:12px}.billing-import-file-sheet-editor .field-label-inline{display:grid;align-items:start;gap:6px;font-size:12px;color:#475467}.billing-import-file-sheet-editor .field-label-inline input,.billing-import-file-sheet-editor .file-name-input,.billing-import-file-sheet-editor .inline-input-row input{width:100%;min-width:0}.billing-import-file-sheet-editor .summary-only-toggle{display:flex;flex-direction:row;align-items:center;gap:6px}.billing-import-file-sheet-editor .summary-only-toggle input[type=checkbox]{width:16px;min-width:16px;height:16px;padding:0;flex:none}.billing-import-file-sheet-editor .stage-selector-row select{width:min(260px,100%)}.billing-import-file-sheet-editor .actions-list{gap:6px}.billing-import-file-sheet-editor .action-item{background:#fff}.billing-import-file-sheet-editor .action-card-header{background:#f9fafb;gap:8px;flex-wrap:wrap}.billing-import-file-sheet-editor .action-card .action-params{display:grid;grid-template-columns:repeat(2,minmax(160px,1fr));gap:10px 12px}.billing-import-file-sheet-editor .param-item{margin-bottom:0}.billing-import-file-sheet-editor .action-card.readonly{background:#f8fafc}.billing-import-file-sheet-editor .action-card-title{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.billing-import-file-sheet-editor .inheritance-warning{color:#b42318;font-size:12px;font-weight:600}.billing-import-flow-editor .form-actions{position:sticky;bottom:0;z-index:1;margin:0 -1px -1px;padding:12px 14px;border:1px solid #e4e7ec;border-radius:8px;background:#fff}@media(max-width:980px){.billing-import-page-header,.billing-import-create-band{display:grid}.billing-import-header-actions,.billing-import-create-actions{justify-content:flex-start}.billing-import-flow-editor .form-grid,.billing-import-file-sheet-editor .sheet-meta-row,.billing-import-file-sheet-editor .action-card .action-params{grid-template-columns:1fr}}.bi-picker{display:flex;flex-wrap:wrap;gap:16px;margin:12px 0}.bi-check-group{min-width:160px;flex:1 1 160px;border:1px solid var(--border, #e5e7eb);border-radius:8px;padding:10px 12px;background:var(--surface, #fff)}.bi-check-group h4{margin:0 0 8px;font-size:13px;color:var(--text-secondary, #6b7280)}.bi-check-items{display:flex;flex-direction:column;gap:6px}.bi-check-item{display:flex;align-items:center;gap:6px;font-size:14px;cursor:pointer}.bi-empty{color:var(--text-secondary, #6b7280);padding:12px 0}.error-text{color:var(--danger, #dc2626);margin:8px 0}.multi-select-option{justify-content:flex-start}.multi-select-checkbox{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:1px solid #98a2b3;border-radius:4px;background:#fff;color:#fff}.multi-select-option.selected .multi-select-checkbox,.multi-select-checkbox.checked{border-color:var(--brand, #1f6fff);background:var(--brand, #1f6fff)}.multi-select-checkbox .icon{width:12px;height:12px}.multi-select-option-label{display:flex;flex-direction:column;gap:2px;min-width:0}.multi-select-option-hint{color:#b54708;font-size:12px}.multi-select-chips{display:flex;flex-wrap:wrap;gap:6px}.multi-select-chip{display:inline-flex;align-items:center;gap:4px;max-width:100%;border:1px solid #b2ccff;border-radius:999px;background:#eef5ff;color:var(--brand-strong, #1849a9);padding:3px 6px 3px 10px;font-size:12px}.multi-select-chip-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-select-chip button{display:inline-flex;align-items:center;border:0;background:transparent;color:inherit;cursor:pointer;padding:0}.multi-select-chip button .icon{width:13px;height:13px}.billing-import-flow-editor .billing-import-bound-shops{grid-column:1 / -1}.billing-import-selected-files{border:1px solid var(--panel-border, #e4e7ec);border-radius:8px;padding:10px 12px;background:#fafbfc}.billing-import-selected-title{font-size:13px;color:#475467;margin-bottom:6px}.billing-import-selected-files ul{list-style:none;margin:0;padding:0;display:grid;gap:4px}.billing-import-selected-files li{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-main, #101828)}.billing-import-selected-files li .icon{width:15px;height:15px;flex:0 0 auto;color:#667085}.billing-import-selected-files li.has-error .icon{color:#b54708}.billing-import-selected-files .file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.billing-import-selected-files .file-name-hint{color:#b54708;font-size:12px;flex:0 0 auto}.billing-import-upload-result{display:grid;gap:10px;margin-top:12px}.billing-import-failed-list{display:grid;gap:6px}.billing-import-failed-item{display:flex;align-items:center;gap:8px;border:1px solid #fecdca;border-radius:8px;background:#fff4f3;padding:8px 10px;font-size:13px}.billing-import-failed-item .icon{width:16px;height:16px;flex:0 0 auto;color:#d92d20}.billing-import-failed-item .file-name{font-weight:600;color:#101828}.billing-import-failed-item .failed-reason{color:#b42318}.billing-import-precheck-modal{width:min(680px,calc(100vw - 48px))}.billing-import-precheck{display:grid;gap:12px;padding:4px 2px}.precheck-summary{font-size:13px;color:#475467}.precheck-summary b{font-weight:700;margin:0 2px}.precheck-summary b.ready{color:#067647}.precheck-summary b.warning{color:#b54708}.precheck-summary b.error{color:#b42318}.precheck-group{border:1px solid var(--panel-border, #e4e7ec);border-radius:8px;padding:10px 12px;display:grid;gap:6px}.precheck-group-ready{border-color:#a6f4c5;background:#f6fef9}.precheck-group-warning{border-color:#fedf89;background:#fffcf5}.precheck-group-error{border-color:#fecdca;background:#fffbfa}.precheck-group-title{display:flex;align-items:center;gap:6px;font-weight:700;font-size:14px;color:#101828}.precheck-group-title .icon{width:16px;height:16px}.precheck-group-ready .precheck-group-title .icon{color:#067647}.precheck-group-warning .precheck-group-title .icon{color:#b54708}.precheck-group-error .precheck-group-title .icon{color:#d92d20}.precheck-item{display:grid;gap:2px;padding:6px 0;border-top:1px solid rgba(16,24,40,.06)}.precheck-item .file-name{font-size:13px;font-weight:600;color:#101828;word-break:break-all}.precheck-item-meta{font-size:12px;color:#667085}.precheck-missing{font-size:12px;color:#b54708;word-break:break-word}.precheck-reason{font-size:12px;color:#b42318;word-break:break-word}.precheck-hint{font-size:12px;color:#667085;padding-top:4px}
