:root{--admin-bg: #fcfcff;--admin-bg-soft: #f8f8ff;--admin-bg-purple: #f4f4fc;--nav-active: #ece8fc;--card-white: #ffffff;--brand: #6423fb;--brand-dark: #5820f8;--brand-light: #8048fc;--brand-menu: #7030f8;--data-blue: #4080fc;--success: #28c868;--warning: #fc9028;--danger: #f8485c;--text-primary: #101426;--text-secondary: #606078;--text-muted: #8888a0;--border-soft: #e8e8f8;--input-border: #d8d8e8;--shadow-card: 0 8px 24px rgba(96, 32, 252, .06);--shadow-login: 0 24px 70px rgba(96, 32, 252, .1);font-family:PingFang SC,HarmonyOS Sans,Microsoft YaHei,Noto Sans SC,sans-serif;color:var(--text-primary);background:var(--admin-bg)}*{box-sizing:border-box}body{margin:0;min-width:0;background:radial-gradient(circle at 28% 9%,rgba(128,72,252,.08),transparent 26%),linear-gradient(180deg,#fff,#f8f7ff);overflow:auto}#app{min-height:100vh}.admin-scale-stage{display:block;min-height:100vh;background:linear-gradient(180deg,#fff,#f8f7ff)}.admin-scale-frame{width:100%}.admin-scale-artboard{width:100%;min-height:100vh}button,input{font:inherit}.brand-gradient{background:linear-gradient(135deg,var(--brand-light) 0%,var(--brand) 48%,var(--brand-dark) 100%)}.glass-card{background:#ffffffdb;border:1px solid var(--border-soft);border-radius:14px;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.muted{color:var(--text-muted)}.primary-text{color:var(--brand)}.page-link{color:var(--brand);text-decoration:none;font-weight:600}.page-link-button{padding:0;border:0;color:var(--brand);font:inherit;font-weight:600;background:transparent;cursor:pointer}.page-link-button:disabled{color:var(--text-muted);cursor:default}.dashboard{display:grid;grid-template-columns:258px 1fr;width:100%;min-height:100vh;max-width:none;overflow:visible;background:linear-gradient(180deg,#fff,#f8f7ff)}.dashboard--union{grid-template-columns:248px 1fr}.dashboard-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-height:44px;margin:0 0 16px}.dashboard-operation-log{margin-top:18px;padding:18px 20px 16px}.dashboard-operation-log__list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.dashboard-operation-log__list article{min-width:0;padding:12px 14px;border:1px solid rgba(109,50,255,.1);border-radius:12px;background:#f8f5ffb8}.dashboard-operation-log__list span,.dashboard-operation-log__list strong,.dashboard-operation-log__list small{display:block;min-width:0}.dashboard-operation-log__list span,.dashboard-operation-log__list small{color:var(--text-muted);font-size:12px;font-weight:800}.dashboard-operation-log__list strong{margin:6px 0 4px;overflow:hidden;color:var(--text-primary);font-size:13px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.dashboard-source,.dashboard-refresh-note{color:var(--text-secondary);font-size:13px;font-weight:700}.dashboard-source--fallback{color:#8a6a00}.dashboard-notice{margin:0 0 16px}.dashboard-spin{animation:dashboard-spin .8s linear infinite}.dashboard-skeleton,.dashboard-skeleton__metrics,.dashboard-skeleton__analytics,.dashboard-skeleton__lower{display:grid;gap:18px}.dashboard-skeleton__metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-skeleton__analytics{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)}.dashboard-skeleton__lower{grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr)}.dashboard-skeleton__metric,.dashboard-skeleton__chart,.dashboard-skeleton__donut,.dashboard-skeleton__table,.dashboard-skeleton__todo{min-width:0;border:1px solid rgba(109,50,255,.08);border-radius:8px;background:linear-gradient(90deg,#fff0,#ffffffb8,#fff0),#f1eef9;background-size:220% 100%,100% 100%;box-shadow:0 16px 42px #56488f0f;animation:dashboard-skeleton 1.1s ease-in-out infinite}.dashboard-skeleton__metric{height:136px}.dashboard-skeleton__chart,.dashboard-skeleton__donut{height:342px}.dashboard-skeleton__table,.dashboard-skeleton__todo{height:296px}@keyframes dashboard-skeleton{0%{background-position:180% 0,0 0}to{background-position:-60% 0,0 0}}@keyframes dashboard-spin{to{transform:rotate(360deg)}}.sidebar{display:flex;flex-direction:column;gap:24px;padding:22px 16px 18px;border-right:1px solid var(--border-soft);background:#ffffffc7;box-shadow:4px 0 24px #6020fc0d}.sidebar-brand{display:flex;align-items:center;gap:12px;min-height:58px}.sidebar-brand img{width:48px;height:48px;padding:7px;border-radius:10px;background:linear-gradient(135deg,#8e62ff,#6423fb 55%,#4b13df);object-fit:cover;object-position:center;filter:saturate(.8) brightness(1.25);box-shadow:0 8px 18px #6423fb2e}.sidebar-brand strong{display:block;font-size:18px;font-weight:800}.sidebar-brand span{display:block;color:var(--text-secondary);font-size:13px;line-height:1.45;white-space:normal}.sidebar nav{display:grid;gap:8px}.sidebar nav a{display:flex;align-items:center;gap:16px;height:48px;padding:0 18px;color:var(--text-secondary);text-decoration:none;border-radius:10px;font-weight:600}.sidebar nav a.active,.sidebar nav a:hover{color:var(--brand-menu);background:var(--nav-active)}.sidebar nav a.active{box-shadow:inset -3px 0 0 var(--brand-menu)}.assistant-card{margin-top:auto;padding:16px 14px 14px;text-align:center}.assistant-card img{width:78px;height:78px;border-radius:50%;object-fit:cover}.assistant-card strong{display:block;margin-top:8px;color:var(--brand)}.assistant-card p{margin:6px 0 12px;color:var(--text-secondary);font-size:13px}.assistant-card button{width:100%;height:38px;border:0;border-radius:9px;color:#fff;background:linear-gradient(135deg,var(--brand-light),var(--brand-dark))}.workspace{min-width:0;overflow:hidden}.topbar{display:flex;align-items:center;gap:18px;height:66px;padding:0 24px 0 30px;border-bottom:1px solid var(--border-soft);background:#ffffffd1}.icon-button{position:relative;width:38px;height:38px;border:0;border-radius:10px;color:#253058;background:transparent}.alert span{position:absolute;top:0;right:0;padding:1px 5px;color:#fff;font-size:10px;border-radius:99px;background:#f8485c}.top-search{display:flex;align-items:center;gap:10px;width:382px;height:42px;margin-left:auto;padding:0 14px;border:1px solid var(--border-soft);border-radius:10px;color:var(--text-muted)}.top-search input{flex:1;min-width:0;border:0;outline:0;background:transparent}.dashboard kbd{padding:2px 7px;border-radius:6px;background:#f2f0fb;color:#8b87a6}.dashboard .account{display:flex;align-items:center;gap:10px}.account-meta{display:flex;align-items:center;gap:12px}.dashboard .account img{width:40px;height:40px;border-radius:50%;object-fit:cover}.dashboard .account strong,.dashboard .account span{display:block;white-space:nowrap}.dashboard .account span{color:var(--text-secondary);font-size:12px}.account-logout{flex:0 0 auto;padding:7px 10px;border:1px solid rgba(109,50,255,.14);border-radius:999px;color:var(--brand);font-size:12px;font-weight:700;background:#6d32ff0f}.content{padding:22px 30px;min-width:0}.list-filters{display:flex;align-items:center;gap:14px;margin-top:18px;padding:14px 16px}.context-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding:14px 16px;border-color:#6423fb24;background:linear-gradient(135deg,#8048fc14,#ffffffeb),#ffffffe6}.context-banner__content{display:grid;gap:4px}.context-banner strong,.context-banner p{margin:0}.context-banner strong{display:block;color:var(--brand);font-size:14px;font-weight:800}.context-banner p{margin-top:4px;color:var(--text-secondary);font-size:13px;line-height:1.45}.context-banner__note{color:var(--text-tertiary);font-size:12px;line-height:1.45}.context-banner__actions{display:flex;align-items:center;gap:10px}.context-banner__action,.context-banner__clear{height:38px;padding:0 14px;border-radius:10px;font-weight:700;cursor:pointer}.context-banner__action{border:1px solid rgba(16,80,186,.16);color:var(--text-primary);background:#ffffffeb}.context-banner__clear{border:1px solid rgba(100,35,251,.16);color:var(--brand);background:#ffffffc7}.list-filters__search{display:flex;flex:1 1 auto;align-items:center;gap:10px;min-width:0;height:44px;padding:0 14px;border:1px solid var(--border-soft);border-radius:12px;color:var(--text-muted);background:#ffffffe0}.list-filters__search input{width:100%;min-width:0;border:0;outline:0;background:transparent}.list-filters__select{display:inline-flex;flex:0 0 auto;align-items:center;gap:10px;height:44px;padding:0 14px;border:1px solid var(--border-soft);border-radius:12px;color:var(--text-secondary);background:#ffffffe0}.list-filters__select span{color:var(--text-secondary);font-size:13px;font-weight:600}.list-filters__select select{border:0;outline:0;color:var(--text-primary);background:transparent}.dashboard--union .content{padding-top:20px;padding-left:32px;padding-right:32px}.dashboard--union{font-size:15px}.page-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.page-head>div{min-width:0}.page-head--union>div{display:flex;align-items:baseline;gap:22px}.page-head h1{margin:0;font-size:28px;font-weight:800;line-height:1.25}.page-head p{margin:6px 0 0;color:var(--text-secondary);font-size:16px;line-height:1.4}.page-head--union p{margin:0;white-space:nowrap}.date-button{display:flex;align-items:center;gap:10px;min-width:170px;height:42px;padding:0 18px;border:1px solid var(--border-soft);border-radius:10px;color:#59617a;background:#ffffffdb}.dashboard--union .date-button{min-width:282px;font-size:15px}.dashboard--union .top-search{width:332px}.dashboard--union .page-head,.dashboard--union .metric-grid,.dashboard--union .analytics-grid,.dashboard--union .lower-grid{margin-left:0}.dashboard--union .metric-grid{margin-top:10px}.metric-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;margin-top:18px}.metric-grid--union{grid-template-columns:repeat(5,minmax(0,1fr))}.metric-card{position:relative;display:flex;gap:14px;min-height:118px;padding:16px 16px 12px;overflow:hidden}.metric-icon{display:inline-flex;width:54px;height:54px;flex:0 0 auto;align-items:center;justify-content:center;color:#6d32ff;border-radius:50%;background:linear-gradient(135deg,#f0eaff,#ded1ff)}.metric-card--green .metric-icon{color:#16b86a;background:linear-gradient(135deg,#eafbf2,#d5f7e5)}.metric-card--orange .metric-icon{color:#ff8b22;background:linear-gradient(135deg,#fff4e8,#ffe1bd)}.metric-card p,.metric-card small{margin:0;color:var(--text-secondary)}.metric-copy{min-width:0}.metric-card .metric-value{display:flex;align-items:baseline;min-width:0;min-height:30px;margin:6px 0;white-space:nowrap;line-height:1}.metric-card .metric-value span{font-size:21px;font-weight:800;line-height:1;color:var(--text-primary)}.metric-card .metric-value small{margin-left:5px;color:var(--text-primary);font-size:13px;font-weight:600}.metric-change{white-space:nowrap}.dashboard--platform .metric-card{gap:12px;padding:16px 14px 12px}.dashboard--platform .metric-copy{flex:1 1 auto;min-width:0}.dashboard--platform .metric-card .metric-value--compact span{font-size:17px}.dashboard--platform .metric-card>.metric-copy>small{font-size:11px}.metric-card em{color:#13a86a;font-style:normal}.metric-card>svg{position:absolute;right:16px;bottom:16px;width:70px;height:26px}.metric-card>svg polyline{fill:none;stroke:var(--brand);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.analytics-grid{display:grid;grid-template-columns:1.25fr .95fr;gap:18px;margin-top:16px}.chart-card,.status-card,.table-card,.todo-card,.activity-card{min-width:0;padding:18px 20px 16px}.card-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.card-title h2{margin:0;font-size:18px}.card-title h2 small{color:var(--text-secondary);font-size:15px;font-weight:600}.card-title a,.card-title__button{color:var(--text-muted);text-decoration:none;font-size:13px;font-weight:600}.card-title__button{padding:0;border:0;background:transparent;cursor:pointer}.debug-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40}.debug-drawer__scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#1214285c}.debug-drawer__panel{position:absolute;top:0;right:0;display:flex;width:min(680px,100%);height:100%;flex-direction:column;gap:16px;padding:20px 20px 18px;border-radius:0;border-left:1px solid rgba(109,50,255,.14);background:#fffffffa;box-shadow:-24px 0 48px #221a4829}.debug-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.debug-drawer__header strong,.debug-drawer__header p{margin:0}.debug-drawer__header strong{color:var(--brand);font-size:16px;font-weight:800}.debug-drawer__header p{margin-top:4px;color:var(--text-secondary);font-size:13px;line-height:1.45}.debug-drawer__source{display:inline-flex;margin-top:10px;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:700}.debug-drawer__source--server{color:#12714c;background:#14b8741f}.debug-drawer__source--local{color:#9a5a04;background:#f59e0b24}.debug-drawer__source--unknown{color:#4b5563;background:#94a3b829}.debug-drawer__actions{display:flex;gap:10px}.debug-drawer__download,.debug-drawer__copy,.debug-drawer__close{height:38px;padding:0 14px;border-radius:10px;font-weight:700;cursor:pointer}.debug-drawer__download{border:1px solid rgba(64,128,252,.16);color:#2159d6;background:#ecf3fff5}.debug-drawer__copy{border:1px solid rgba(109,50,255,.16);color:var(--brand);background:#f5f1ffeb}.debug-drawer__close{border:1px solid rgba(17,24,39,.08);color:var(--text-primary);background:#ffffffeb}.debug-drawer__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.debug-drawer__card,.debug-drawer__block{padding:14px;border:1px solid rgba(109,50,255,.08);border-radius:16px;background:#f8f5ffb8}.debug-drawer__card strong,.debug-drawer__card p,.debug-drawer__card small,.debug-drawer__block strong,.debug-drawer__block p{display:block;margin:0}.debug-drawer__card strong,.debug-drawer__block strong{color:var(--brand);font-size:13px}.debug-drawer__card p{margin-top:8px;color:var(--text-primary);font-size:18px;font-weight:800}.debug-drawer__card small{margin-top:4px;color:var(--text-secondary);font-size:12px;line-height:1.45}.debug-drawer__blocks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.debug-drawer__focus{display:flex;flex-wrap:wrap;gap:10px}.debug-drawer__focus-chip{min-width:140px;padding:12px 14px;border-radius:16px;border:1px solid transparent;background:#f8f5ffb8}.debug-drawer__focus-chip span,.debug-drawer__focus-chip strong{display:block;margin:0}.debug-drawer__focus-chip span{color:var(--text-secondary);font-size:12px;font-weight:700}.debug-drawer__focus-chip strong{margin-top:6px;overflow-wrap:anywhere;color:var(--text-primary);font-size:14px}.debug-drawer__focus-chip--purple{border-color:#6d32ff24;background:#6d32ff14}.debug-drawer__focus-chip--blue{border-color:#216eff29;background:#216eff14}.debug-drawer__focus-chip--green{border-color:#1eaa7029;background:#1eaa7014}.debug-drawer__focus-chip--orange{border-color:#ff8f1c2e;background:#ff8f1c1a}.debug-drawer__anomalies{padding:14px 16px;border:1px solid rgba(255,143,28,.16);border-radius:16px;background:#fff7ebe0}.debug-drawer__anomalies strong{display:block;margin:0;color:#b86a00;font-size:13px}.debug-drawer__anomalies ul{margin:10px 0 0;padding-left:18px;color:#7c4f00;font-size:12px;line-height:1.65}.debug-drawer__chain{padding:14px 16px;border:1px solid rgba(109,50,255,.1);border-radius:18px;background:#f4f0ffb3}.debug-drawer__chain--complete{border-color:#1eaa7029;background:#edf9f3eb}.debug-drawer__chain-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.debug-drawer__chain-header strong,.debug-drawer__chain-header p{display:block;margin:0}.debug-drawer__chain-header strong{color:var(--brand);font-size:13px}.debug-drawer__chain-header p{margin-top:4px;color:var(--text-secondary);font-size:12px;line-height:1.55}.debug-drawer__chain-badge{padding:5px 10px;border-radius:999px;background:#6d32ff1f;color:var(--brand);font-size:11px;font-weight:700;text-transform:uppercase}.debug-drawer__chain-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.debug-drawer__chain-node{position:relative;padding:12px 14px;border-radius:14px;border:1px solid rgba(30,170,112,.18);background:#ffffffb3}.debug-drawer__chain-node--missing{border-color:#ff8f1c33;background:#fff7ebeb}.debug-drawer__chain-node span,.debug-drawer__chain-node strong{display:block;margin:0}.debug-drawer__chain-node span{color:var(--text-secondary);font-size:12px;font-weight:700}.debug-drawer__chain-node strong{margin-top:6px;overflow-wrap:anywhere;color:var(--text-primary);font-size:13px}.debug-drawer__block ul{margin:10px 0 0;padding:0;list-style:none}.debug-drawer__block li{display:grid;grid-template-columns:minmax(0,120px) minmax(0,1fr);gap:10px;padding-top:8px}.debug-drawer__block li:first-child{padding-top:0}.debug-drawer__block span{color:var(--text-secondary);font-size:12px;font-weight:700}.debug-drawer__block code{overflow-wrap:anywhere;color:var(--text-primary);font-size:12px;font-family:SFMono-Regular,Menlo,Consolas,monospace}.debug-drawer__mini-code{margin:10px 0 0;padding:12px;overflow:auto;border-radius:12px;color:#efeaff;font-size:11px;line-height:1.55;background:linear-gradient(180deg,#24193c,#171127)}.debug-drawer__code{flex:1 1 auto;margin:0;padding:16px;overflow:auto;border-radius:18px;color:#efeaff;font-size:12px;line-height:1.6;background:linear-gradient(180deg,#201736,#171127)}.dashboard--union .card-title h2{font-size:19px}.dashboard--union .metric-card{align-items:flex-start;gap:12px;height:132px;min-height:132px;padding:18px 16px 14px}.dashboard--union .metric-icon{width:62px;height:62px}.dashboard--union .metric-card p{color:#3c405a;font-size:15px;font-weight:600;line-height:1.3}.dashboard--union .metric-card .metric-value{min-height:40px;margin:5px 0 6px;line-height:1}.dashboard--union .metric-card .metric-value span{font-size:32px;font-weight:750;line-height:1;letter-spacing:0}.dashboard--union .metric-card .metric-value small{font-size:15px;font-weight:500}.dashboard--union .metric-card .metric-value--compact span{font-size:25px}.dashboard--union .metric-copy:has(.metric-value--compact) .metric-change{gap:4px;font-size:11px}.dashboard--union .metric-copy{flex:1 1 auto;min-width:0}.dashboard--union .metric-card>.metric-copy>small{display:flex;align-items:center;gap:6px;color:#6f728c;font-size:12px;line-height:1.2}.dashboard--union .metric-change em{display:inline-flex;align-items:center;gap:1px;font-weight:600}.metric-change--up{color:#ff3d55}.metric-change--down{color:#10ad68}.dashboard--union .analytics-grid,.dashboard--union .lower-grid{margin-top:13px}.tabs{display:flex;gap:6px}.tabs button{height:34px;padding:0 14px;border:0;border-radius:8px;color:var(--text-secondary);background:transparent}.tabs button.active{color:var(--brand);background:var(--nav-active)}.line-chart{position:relative;height:162px;overflow:visible}.dashboard--platform .line-chart{height:152px}.dashboard--union .line-chart{height:170px}.line-chart--union{padding:24px 54px 24px 50px}.line-chart--union svg{position:relative;z-index:1;display:block}.chart-y-axis{position:absolute;top:16px;bottom:24px;z-index:2;display:flex;flex-direction:column;justify-content:space-between;color:#747895;font-size:12px;line-height:1}.chart-y-axis--left{left:4px;width:42px;text-align:right}.chart-y-axis--right{right:2px;width:48px}.chart-x-axis{position:absolute;right:54px;bottom:2px;left:50px;display:flex;justify-content:space-between;color:#747895;font-size:12px;line-height:1}.chart-legend{display:flex;align-items:center;gap:20px;margin:-6px 0 10px;color:var(--text-secondary);font-size:13px;font-weight:600}.chart-legend span{display:inline-flex;align-items:center;gap:8px}.legend-dot{display:inline-block;width:16px;height:5px;border-radius:999px}.legend-dot--purple{background:var(--brand)}.legend-dot--blue{background:var(--data-blue)}.legend-dot--light{background:#a985ff}.line-chart svg{display:block;width:100%;height:100%}.grid-lines line{stroke:#eceafa}.line{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.purple{stroke:var(--brand)}.blue{stroke:#4080fc}.light{stroke:#a985ff}.donut-area{display:grid;grid-template-columns:184px 1fr;gap:26px;align-items:center}.donut{display:flex;flex-direction:column;align-items:center;justify-content:center;width:170px;height:170px;border-radius:50%;background:conic-gradient(var(--brand) 0 40%,#4080fc 40% 66%,#28c868 66% 88%,#ff7f9b 88% 100%);position:relative}.dashboard--union .donut{width:164px;height:164px}.donut--union{background:conic-gradient(var(--brand) 0 55%,#4080fc 55% 80%,#28c868 80% 90%,#fcbf48 90% 97%,#c4c5d4 97% 100%)}.donut:before{content:"";position:absolute;width:100px;height:100px;border-radius:50%;background:#fff}.dashboard--union .donut:before{width:92px;height:92px}.donut strong,.donut span{position:relative;z-index:1}.donut strong{font-size:24px;line-height:1.1}.donut span{margin-top:8px;color:var(--text-secondary);font-size:14px;line-height:1.2}.dashboard--union .donut strong{font-size:29px}.dashboard--union .donut span{font-size:15px}.donut-area ul{display:grid;gap:13px;margin:0;padding:0;list-style:none}.donut-area li{display:grid;grid-template-columns:12px 1fr 90px 72px;align-items:center;color:var(--text-secondary);gap:10px}.donut-area i{width:10px;height:10px;border-radius:50%}.lower-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:18px;margin-top:16px}.lower-grid>.table-card{overflow-x:auto}.orders-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:18px}.orders-stat-card{display:flex;align-items:center;gap:14px;min-height:98px;padding:18px}.orders-stat-card p,.orders-stat-card strong{margin:0}.orders-stat-card p{color:var(--text-secondary);font-size:13px;font-weight:600}.orders-stat-card strong{display:block;margin-top:8px;font-size:28px;font-weight:800;line-height:1}.orders-stat-icon{display:inline-flex;width:52px;height:52px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:16px;color:var(--brand);background:linear-gradient(135deg,#f0eaff,#ded1ff)}.orders-stat-card--orange .orders-stat-icon{color:var(--warning);background:linear-gradient(135deg,#fff4e8,#ffe1bd)}.orders-stat-card--blue .orders-stat-icon{color:var(--data-blue);background:linear-gradient(135deg,#eef4ff,#dce7ff)}.orders-stat-card--green .orders-stat-icon{color:var(--success);background:linear-gradient(135deg,#eafbf2,#d5f7e5)}.orders-table-wrap{margin-top:18px}.orders-table-wrap .table-card{padding-bottom:20px}.orders-table-wrap .table-card table{table-layout:fixed}.orders-table-wrap .table-card th:nth-child(1),.orders-table-wrap .table-card td:nth-child(1){width:13%}.orders-table-wrap .table-card th:nth-child(2),.orders-table-wrap .table-card td:nth-child(2){width:12%}.orders-table-wrap .table-card th:nth-child(3),.orders-table-wrap .table-card td:nth-child(3){width:14%}.orders-table-wrap .table-card th:nth-child(4),.orders-table-wrap .table-card td:nth-child(4){width:10%}.orders-table-wrap .table-card th:nth-child(5),.orders-table-wrap .table-card td:nth-child(5){width:16%}.orders-table-wrap .table-card th:nth-child(6),.orders-table-wrap .table-card td:nth-child(6){width:10%}.orders-table-wrap .table-card th:nth-child(7),.orders-table-wrap .table-card td:nth-child(7){width:9%}.orders-table-wrap .table-card th:nth-child(8),.orders-table-wrap .table-card td:nth-child(8){width:7%}.orders-table-wrap .table-card th:nth-child(9),.orders-table-wrap .table-card td:nth-child(9){width:9%}.dashboard--union .orders-table-wrap .table-card th:nth-child(1),.dashboard--union .orders-table-wrap .table-card td:nth-child(1){width:16%}.dashboard--union .orders-table-wrap .table-card th:nth-child(2),.dashboard--union .orders-table-wrap .table-card td:nth-child(2){width:14%}.dashboard--union .orders-table-wrap .table-card th:nth-child(3),.dashboard--union .orders-table-wrap .table-card td:nth-child(3){width:17%}.dashboard--union .orders-table-wrap .table-card th:nth-child(4),.dashboard--union .orders-table-wrap .table-card td:nth-child(4){width:14%}.dashboard--union .orders-table-wrap .table-card th:nth-child(5),.dashboard--union .orders-table-wrap .table-card td:nth-child(5){width:18%}.dashboard--union .orders-table-wrap .table-card th:nth-child(6),.dashboard--union .orders-table-wrap .table-card td:nth-child(6){width:9%}.dashboard--union .orders-table-wrap .table-card th:nth-child(7),.dashboard--union .orders-table-wrap .table-card td:nth-child(7){width:6%}.dashboard--union .orders-table-wrap .table-card th:nth-child(8),.dashboard--union .orders-table-wrap .table-card td:nth-child(8){width:6%}.match-quality-rate-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px}.match-quality-statebar{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-height:44px;margin:14px 0 0}.match-quality-source{margin:0;color:var(--text-secondary);font-size:13px;font-weight:800}.match-quality-source--fallback{color:#8a6a00}.match-quality-notice{margin-bottom:0}.match-quality-rate-card{display:grid;gap:14px;min-height:142px;padding:18px}.match-quality-rate-card header{display:flex;align-items:center;gap:12px}.match-quality-rate-card header span,.match-quality-rate-card header strong,.match-quality-rate-card p{margin:0}.match-quality-rate-card header span{display:block;color:var(--text-secondary);font-size:13px;font-weight:700}.match-quality-rate-card header strong{display:block;margin-top:5px;color:var(--text-primary);font-size:26px;font-weight:800;line-height:1}.match-quality-rate-card__icon{display:inline-flex;width:42px;height:42px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:14px;color:var(--data-blue);background:#4080fc1f}.match-quality-rate-card--green .match-quality-rate-card__icon{color:var(--success);background:#28c8681f}.match-quality-rate-card--orange .match-quality-rate-card__icon{color:var(--warning);background:#ff95001f}.match-quality-rate-card__bar{overflow:hidden;width:100%;height:9px;border-radius:999px;background:#151f3f14}.match-quality-rate-card__bar i{display:block;height:100%;border-radius:inherit;background:var(--data-blue)}.match-quality-rate-card--green .match-quality-rate-card__bar i{background:var(--success)}.match-quality-rate-card--orange .match-quality-rate-card__bar i{background:var(--warning)}.match-quality-rate-card p{color:var(--text-tertiary);font-size:12px;line-height:1.4}.match-quality-alert-panel{display:grid;grid-template-columns:minmax(240px,.36fr) minmax(0,1fr);gap:16px;align-items:stretch;margin-top:18px;padding:16px}.match-quality-alert-panel header{display:flex;align-items:center;gap:12px;min-width:0}.match-quality-alert-panel header strong,.match-quality-alert-panel header p{margin:0}.match-quality-alert-panel header strong{display:block;color:var(--text-primary);font-size:18px;font-weight:800;line-height:1.2}.match-quality-alert-panel header p{margin-top:5px;color:var(--text-secondary);font-size:12px;line-height:1.4}.match-quality-alert-panel__icon{display:inline-flex;width:42px;height:42px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:14px;color:var(--text-muted);background:#151f3f14}.match-quality-alert-panel--ok .match-quality-alert-panel__icon{color:var(--success);background:#28c8681f}.match-quality-alert-panel--warn .match-quality-alert-panel__icon,.match-quality-alert-panel--insufficient-data .match-quality-alert-panel__icon{color:var(--warning);background:#ff950021}.match-quality-alert-panel--critical .match-quality-alert-panel__icon{color:var(--danger);background:#f8485c1f}.match-quality-alert-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.match-quality-alert-item{display:grid;gap:5px;min-width:0;padding:10px 12px;border:1px solid var(--border-soft);border-radius:12px;background:#ffffffb8}.match-quality-alert-item span,.match-quality-alert-item strong,.match-quality-alert-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-quality-alert-item span{color:var(--text-tertiary);font-size:11px;font-weight:800}.match-quality-alert-item strong{color:var(--text-primary);font-size:13px}.match-quality-alert-item small{color:var(--text-muted);font-size:12px}.match-quality-alert-item--critical{border-color:#f8485c2e;background:#ffeff2d6}.match-quality-alert-item--critical span{color:#b5273c}.match-quality-alert-item--warn,.match-quality-alert-item--info{border-color:#fc902833;background:#fff7ebdb}.match-quality-alert-item--warn span,.match-quality-alert-item--info span{color:#8f4d05}.match-quality-alert-item--ok{border-color:#28c8682e;background:#eafbf2d6}.match-quality-alert-item--ok span{color:var(--success)}.match-quality-experiment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.match-quality-experiment-card{display:grid;gap:14px;min-width:0;padding:16px}.match-quality-experiment-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.match-quality-experiment-card header div{min-width:0}.match-quality-experiment-card header span,.match-quality-experiment-card header strong,.match-quality-experiment-card header small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-quality-experiment-card header span{display:block;color:var(--text-tertiary);font-size:12px;font-weight:800}.match-quality-experiment-card header strong{display:block;margin-top:4px;color:var(--text-primary);font-size:18px;line-height:1.2}.match-quality-experiment-card header small{flex:0 0 auto;max-width:110px;padding:5px 8px;border-radius:999px;color:var(--text-secondary);background:#151f3f12;font-size:11px;font-weight:800}.match-quality-experiment-card--ok header small{color:var(--success);background:#28c8681f}.match-quality-experiment-card--warn header small,.match-quality-experiment-card--insufficient-data header small{color:var(--warning);background:#ff95001f}.match-quality-experiment-card--critical header small{color:var(--danger);background:#f8485c1f}.match-quality-experiment-card dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0}.match-quality-experiment-card dl div{min-width:0;padding:10px;border:1px solid var(--border-soft);border-radius:10px;background:#ffffffa3}.match-quality-experiment-card dt,.match-quality-experiment-card dd{overflow:hidden;margin:0;text-overflow:ellipsis;white-space:nowrap}.match-quality-experiment-card dt{color:var(--text-tertiary);font-size:11px;font-weight:800}.match-quality-experiment-card dd{margin-top:4px;color:var(--text-primary);font-size:14px;font-weight:800}.match-quality-table-wrap{margin-top:18px}.match-quality-actions{display:flex;align-items:center;gap:8px}.match-quality-tool-button{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid rgba(100,35,251,.14);border-radius:10px;color:var(--brand);background:#ffffffd1;cursor:pointer}.match-quality-tool-button:disabled{cursor:wait;opacity:.54}.match-quality-table{table-layout:fixed}.match-quality-table th,.match-quality-table td{overflow:hidden;text-overflow:ellipsis}.match-quality-table th:nth-child(1),.match-quality-table td:nth-child(1){width:14%}.match-quality-table th:nth-child(2),.match-quality-table td:nth-child(2){width:9%}.match-quality-table th:nth-child(3),.match-quality-table td:nth-child(3){width:12%}.match-quality-table th:nth-child(4),.match-quality-table td:nth-child(4){width:6%}.match-quality-table th:nth-child(5),.match-quality-table td:nth-child(5),.match-quality-table th:nth-child(6),.match-quality-table td:nth-child(6),.match-quality-table th:nth-child(8),.match-quality-table td:nth-child(8){width:7%}.match-quality-table th:nth-child(7),.match-quality-table td:nth-child(7){width:12%}.match-quality-table th:nth-child(9),.match-quality-table td:nth-child(9){width:16%}.match-quality-table th:nth-child(10),.match-quality-table td:nth-child(10){width:10%}.match-quality-event,.match-quality-stack{display:grid;gap:5px;min-width:0}.match-quality-event small,.match-quality-stack small{overflow:hidden;color:var(--text-tertiary);font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.match-quality-stack strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.match-quality-event__type{width:fit-content}.match-quality-event__type--click{color:var(--data-blue);background:#4080fc1a}.match-quality-event__type--skip{color:var(--warning);background:#ff95001f}.match-quality-event__type--order-created{color:var(--success);background:#28c8681f}.match-quality-event__type--feedback{color:#a45100;background:#ffc4572e}.requirements-safety-grid{display:grid;grid-template-columns:minmax(260px,.34fr) minmax(0,1fr);gap:18px;margin-top:18px}.requirements-safety-card,.requirements-safety-list{min-width:0;padding:16px}.requirements-safety-card{display:grid;gap:14px}.requirements-safety-card header,.requirements-safety-list header{display:flex;align-items:center;justify-content:space-between;gap:12px}.requirements-safety-card header{justify-content:flex-start}.requirements-safety-card__icon{display:inline-flex;width:42px;height:42px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:12px;color:var(--brand);background:#6423fb1a}.requirements-safety-card p,.requirements-safety-card strong,.requirements-safety-list h2,.requirements-safety-list small{margin:0}.requirements-safety-card p{color:var(--text-secondary);font-size:13px;font-weight:800}.requirements-safety-card strong{display:block;margin-top:4px;color:var(--text-primary);font-size:26px;line-height:1}.requirements-safety-card dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0}.requirements-safety-card dl div{min-width:0;padding:10px;border:1px solid var(--border-soft);border-radius:10px;background:#ffffffa8}.requirements-safety-card dt,.requirements-safety-card dd{overflow:hidden;margin:0;text-overflow:ellipsis;white-space:nowrap}.requirements-safety-card dt{color:var(--text-tertiary);font-size:11px;font-weight:800}.requirements-safety-card dd{margin-top:4px;color:var(--text-primary);font-size:15px;font-weight:800}.requirements-safety-list{display:grid;gap:12px}.requirements-safety-list h2{color:var(--text-primary);font-size:16px;line-height:1.2}.requirements-safety-list header small{display:block;margin-top:4px;color:var(--text-tertiary);font-size:12px;font-weight:700}.requirements-safety-items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.requirements-safety-item{display:grid;gap:5px;min-width:0;padding:10px 12px;border:1px solid var(--border-soft);border-radius:10px;background:#ffffffb8}.requirements-safety-item strong,.requirements-safety-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.requirements-safety-item strong{color:var(--text-primary);font-size:13px}.requirements-safety-item small{color:var(--text-tertiary);font-size:12px}.requirements-safety-risk{width:fit-content;max-width:100%;padding:4px 8px;border-radius:999px;color:var(--text-secondary);background:#151f3f12;font-size:11px;font-weight:800}.requirements-safety-risk--high{color:var(--danger);background:#f8485c1f}.requirements-safety-risk--medium{color:var(--warning);background:#ff95001f}.requirements-safety-risk--low{color:var(--success);background:#28c8681f}.intervention-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 180px auto;gap:12px;align-items:center;margin-top:18px;padding:14px 16px}.intervention-toolbar label{display:flex;min-width:0;align-items:center;gap:8px}.intervention-toolbar input,.intervention-toolbar select{width:100%;min-width:0;border:0;outline:none;color:var(--text-primary);background:transparent;font:inherit;font-size:13px;font-weight:700}.intervention-toolbar select{height:36px;padding:0 10px;border:1px solid var(--border-soft);border-radius:10px;background:#ffffffb8}.intervention-toolbar span{color:var(--text-tertiary);font-size:12px;font-weight:800;text-align:right}.intervention-table-wrap{margin-top:18px}.intervention-table{table-layout:fixed}.intervention-table th:nth-child(1),.intervention-table td:nth-child(1){width:13%}.intervention-table th:nth-child(2),.intervention-table td:nth-child(2){width:13%}.intervention-table th:nth-child(3),.intervention-table td:nth-child(3),.intervention-table th:nth-child(4),.intervention-table td:nth-child(4),.intervention-table th:nth-child(5),.intervention-table td:nth-child(5){width:9%}.intervention-table th:nth-child(6),.intervention-table td:nth-child(6),.intervention-table th:nth-child(7),.intervention-table td:nth-child(7){width:16%}.intervention-table th:nth-child(8),.intervention-table td:nth-child(8){width:11%}.intervention-table th:nth-child(9),.intervention-table td:nth-child(9){width:18%}.intervention-table__reason{overflow:hidden;text-overflow:ellipsis}.intervention-status{display:inline-flex;max-width:100%;align-items:center;padding:5px 8px;border-radius:999px;color:var(--text-secondary);background:#151f3f12;font-size:11px;font-weight:800;white-space:nowrap}.intervention-status--open{color:var(--warning);background:#ff95001f}.intervention-status--in-review{color:var(--data-blue);background:#4080fc1f}.intervention-status--escalated{color:var(--danger);background:#f8485c1f}.intervention-status--resolved{color:var(--success);background:#28c8681f}.intervention-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.intervention-actions button{min-width:0;height:30px;padding:0 8px;border:1px solid var(--border-soft);border-radius:8px;color:var(--text-secondary);background:#ffffffb8;font-size:12px;font-weight:800;cursor:pointer}.intervention-actions button:disabled{cursor:not-allowed;opacity:.45}.requirements-table-wrap{margin-top:18px}.requirements-table{table-layout:fixed}.requirements-table th:nth-child(1),.requirements-table td:nth-child(1){width:13%}.requirements-table th:nth-child(2),.requirements-table td:nth-child(2){width:10%}.requirements-table th:nth-child(3),.requirements-table td:nth-child(3){width:22%}.requirements-table th:nth-child(4),.requirements-table td:nth-child(4){width:9%}.requirements-table th:nth-child(5),.requirements-table td:nth-child(5){width:8%}.requirements-table th:nth-child(6),.requirements-table td:nth-child(6){width:9%}.requirements-table th:nth-child(7),.requirements-table td:nth-child(7){width:8%}.requirements-table th:nth-child(8),.requirements-table td:nth-child(8){width:14%}.requirements-table th:nth-child(9),.requirements-table td:nth-child(9){width:7%}.requirements-table__transcript{overflow:hidden;text-overflow:ellipsis}.requirements-table td:nth-child(8),.requirements-table td:nth-child(9){white-space:normal}.requirements-table td:nth-child(8) .page-link-button{max-width:100%;overflow-wrap:anywhere;text-align:left;line-height:1.35}.payments-table-wrap{margin-top:18px}.payments-table{table-layout:fixed}.payments-table th:nth-child(1),.payments-table td:nth-child(1){width:17%}.payments-table th:nth-child(2),.payments-table td:nth-child(2){width:13%}.payments-table th:nth-child(3),.payments-table td:nth-child(3){width:8%}.payments-table th:nth-child(4),.payments-table td:nth-child(4){width:8%}.payments-table th:nth-child(5),.payments-table td:nth-child(5){width:14%}.payments-table th:nth-child(6),.payments-table td:nth-child(6){width:7%}.payments-table th:nth-child(7),.payments-table td:nth-child(7){width:8%}.payments-table th:nth-child(8),.payments-table td:nth-child(8){width:9%}.payments-table th:nth-child(9),.payments-table td:nth-child(9){width:10%}.payments-table th:nth-child(10),.payments-table td:nth-child(10){width:6%;text-align:center}.payments-table td:nth-child(1),.payments-table td:nth-child(2),.payments-table td:nth-child(5),.payments-table td:nth-child(8),.payments-table td:nth-child(9){white-space:normal;overflow-wrap:anywhere}.payments-table td:nth-child(1) .page-link-button,.payments-table td:nth-child(2) .page-link-button{max-width:100%;overflow-wrap:normal;white-space:nowrap;text-align:left;line-height:1.35}.payment-tool-button{display:inline-grid;width:30px;height:30px;place-items:center;border:1px solid rgba(109,50,255,.14);border-radius:9px;color:var(--brand);background:#f5f1ffeb;cursor:pointer}.payment-tool-button:hover{border-color:#6d32ff47;background:#eee8fffa}.payment-reconciliation{margin-top:18px;padding:18px;border-color:#28c8683d}.payment-reconciliation--warn{border-color:#ffa04052}.payment-reconciliation--critical{border-color:#ea4e3d52}.payment-reconciliation__header,.payment-reconciliation__title,.payment-reconciliation__health{display:flex;align-items:center}.payment-reconciliation__header{justify-content:space-between;gap:14px}.payment-reconciliation__title{gap:12px;min-width:0}.payment-reconciliation__icon{display:inline-grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:12px;color:#1e9b57;background:#28c8681f}.payment-reconciliation--warn .payment-reconciliation__icon{color:var(--warning);background:#ffa04021}.payment-reconciliation--critical .payment-reconciliation__icon{color:#df4a3a;background:#ea4e3d1f}.payment-reconciliation__title strong,.payment-reconciliation__title p{margin:0}.payment-reconciliation__title strong{display:block;color:var(--text-primary);font-size:16px;font-weight:800}.payment-reconciliation__title p{margin-top:4px;color:var(--text-secondary);font-size:12px;font-weight:600}.payment-reconciliation__health{gap:10px;flex:0 0 auto}.payment-reconciliation__health span{min-width:82px;padding:7px 11px;border-radius:999px;color:#14783f;background:#28c8681f;font-size:12px;font-weight:800;text-align:center}.payment-reconciliation--warn .payment-reconciliation__health span{color:#a15d0b;background:#ffa04021}.payment-reconciliation--critical .payment-reconciliation__health span{color:#b93328;background:#ea4e3d1f}.payment-reconciliation__health button{display:inline-grid;width:32px;height:32px;place-items:center;border:1px solid rgba(109,50,255,.12);border-radius:10px;color:var(--brand);background:#ffffffb8;cursor:pointer}.payment-reconciliation__metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.payment-reconciliation__metrics article{min-height:76px;padding:14px;border:1px solid rgba(78,72,112,.08);border-radius:12px;background:#ffffff94}.payment-reconciliation__metrics span,.payment-reconciliation__metrics strong{display:block;margin:0}.payment-reconciliation__metrics span{color:var(--text-secondary);font-size:12px;font-weight:700}.payment-reconciliation__metrics strong{margin-top:8px;color:var(--text-primary);font-size:24px;font-weight:850;line-height:1}.payment-reconciliation__issues{display:grid;gap:10px;margin-top:14px}.payment-reconciliation__empty,.payment-reconciliation__issue{border:1px solid rgba(78,72,112,.08);border-radius:12px;background:#ffffff94}.payment-reconciliation__empty{padding:14px;color:var(--text-secondary);font-size:13px;font-weight:700}.payment-reconciliation__issue{display:grid;grid-template-columns:minmax(180px,.32fr) minmax(0,1fr);gap:12px;padding:13px 14px;border-left:3px solid var(--warning)}.payment-reconciliation__issue--critical{border-left-color:#df4a3a}.payment-reconciliation__issue div,.payment-reconciliation__issue p{min-width:0;margin:0}.payment-reconciliation__issue strong,.payment-reconciliation__issue span{display:block}.payment-reconciliation__issue strong{overflow:hidden;color:var(--text-primary);font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.payment-reconciliation__issue span,.payment-reconciliation__issue p{color:var(--text-secondary);font-size:12px;font-weight:600;line-height:1.5}.payment-reconciliation__issue p{align-self:center}.compensation-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:45}.compensation-drawer__scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#12142861}.compensation-drawer__panel{position:absolute;top:0;right:0;display:flex;width:min(760px,100%);height:100%;flex-direction:column;gap:14px;overflow-y:auto;padding:20px;border-radius:0;border-left:1px solid rgba(109,50,255,.14);background:#fffffffa;box-shadow:-24px 0 48px #221a4829}.compensation-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.compensation-drawer__header strong,.compensation-drawer__header p{margin:0}.compensation-drawer__header strong{color:var(--brand);font-size:17px;font-weight:800}.compensation-drawer__header p{margin-top:5px;color:var(--text-secondary);font-size:13px;line-height:1.45}.compensation-drawer__source{display:inline-flex;margin-top:10px;padding:5px 10px;border-radius:999px;color:#12714c;background:#14b8741f;font-size:12px;font-weight:700}.compensation-drawer__source--local{color:#9a5a04;background:#f59e0b24}.compensation-drawer__header-actions{display:flex;gap:8px}.compensation-drawer__header-actions button{display:inline-grid;width:38px;height:38px;place-items:center;border:1px solid rgba(17,24,39,.08);border-radius:10px;color:var(--text-primary);background:#ffffffeb;cursor:pointer}.compensation-drawer__header-actions button:disabled{color:var(--text-muted);cursor:wait}.compensation-drawer__focus{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.compensation-drawer__focus article{min-width:0;padding:12px 14px;border:1px solid rgba(109,50,255,.08);border-radius:14px;background:#f8f5ffb8}.compensation-drawer__focus span,.compensation-drawer__focus strong{display:block;margin:0}.compensation-drawer__focus span{color:var(--text-secondary);font-size:12px;font-weight:700}.compensation-drawer__focus strong{margin-top:6px;overflow-wrap:anywhere;color:var(--text-primary);font-size:13px}.compensation-risk{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:start;padding:13px 14px;border:1px solid rgba(255,143,28,.16);border-radius:14px;color:#9a5a04;background:#fff7ebe0}.compensation-risk svg{margin-top:1px}.compensation-risk strong,.compensation-risk p{margin:0}.compensation-risk strong{font-size:13px}.compensation-risk p{margin-top:4px;font-size:12px;line-height:1.55}.compensation-form{display:grid;gap:12px;padding:14px;border:1px solid rgba(109,50,255,.1);border-radius:16px;background:#f9f7ffb8}.compensation-form__grid{display:grid;grid-template-columns:1.35fr .8fr .85fr;gap:10px}.compensation-form label{display:grid;gap:6px;min-width:0}.compensation-form label span,.compensation-form__hint{color:var(--text-secondary);font-size:12px;font-weight:700}.compensation-form input{width:100%;height:38px;padding:0 11px;border:1px solid var(--input-border);border-radius:10px;color:var(--text-primary);background:#ffffffeb;outline:none}.compensation-form input:focus{border-color:#6d32ff6b;box-shadow:0 0 0 3px #6d32ff14}.compensation-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.compensation-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:38px;min-width:0;border:1px solid rgba(17,24,39,.08);border-radius:10px;color:var(--text-muted);background:#ffffffb3;font-weight:800;cursor:not-allowed}.compensation-actions button.compensation-action--available{color:var(--brand);border-color:#6d32ff29;background:#f5f1ffeb;cursor:pointer}.compensation-actions button:disabled{opacity:.62}.compensation-form__hint{margin:0;line-height:1.45}.compensation-message{margin:0;padding:10px 12px;border-radius:12px;color:var(--text-secondary);background:#f8f8ffe6;font-size:13px;font-weight:700}.compensation-message--success{color:#12714c;background:#14b8741f}.compensation-message--error{color:#b42338;background:#fff1f2eb}.compensation-detail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.compensation-block{min-width:0;padding:14px;border:1px solid rgba(109,50,255,.08);border-radius:16px;background:#ffffffb8}.compensation-block>strong,.compensation-events__title strong{display:block;color:var(--brand);font-size:13px}.compensation-block dl{display:grid;gap:9px;margin:12px 0 0}.compensation-block dl div{display:grid;grid-template-columns:76px minmax(0,1fr);gap:10px}.compensation-block dt,.compensation-block dd{margin:0;font-size:12px;line-height:1.5}.compensation-block dt{color:var(--text-secondary);font-weight:700}.compensation-block dd{overflow-wrap:anywhere;color:var(--text-primary);font-weight:700}.compensation-block__empty{margin:12px 0 0;color:var(--text-secondary);font-size:12px}.compensation-events{display:grid;gap:9px}.compensation-events__title{display:flex;align-items:center;justify-content:space-between;gap:10px}.compensation-events__title span{color:var(--text-muted);font-size:12px;font-weight:700}.compensation-events__empty,.compensation-event{padding:12px 14px;border:1px solid rgba(109,50,255,.08);border-radius:14px;background:#ffffffb8}.compensation-events__empty{color:var(--text-secondary);font-size:13px}.compensation-event{display:grid;gap:7px}.compensation-event div{display:flex;align-items:center;justify-content:space-between;gap:12px}.compensation-event strong,.compensation-event span,.compensation-event p{margin:0}.compensation-event strong{overflow-wrap:anywhere;color:var(--text-primary);font-size:12px}.compensation-event span{flex:0 0 auto;color:var(--text-muted);font-size:12px}.compensation-event p{color:var(--text-secondary);font-size:12px;line-height:1.55}.dashboard--union .lower-grid{grid-template-columns:1.27fr .56fr .73fr}.dashboard--union .table-card,.dashboard--union .todo-card,.dashboard--union .activity-card{padding:18px 18px 12px}.dashboard--union .activity-card{gap:10px}.dashboard table{width:100%;border-collapse:collapse}.dashboard th,.dashboard td{height:34px;padding:0 12px;text-align:left;color:var(--text-secondary);font-size:12px;white-space:nowrap}.dashboard--union th,.dashboard--union td{height:36px;padding:0 9px;font-size:12px;line-height:1.15}.dashboard--union .table-card table{table-layout:fixed}.dashboard--union .table-card th:nth-child(1),.dashboard--union .table-card td:nth-child(1){width:24%}.dashboard--union .table-card th:nth-child(2),.dashboard--union .table-card td:nth-child(2){width:14%}.dashboard--union .table-card th:nth-child(3),.dashboard--union .table-card td:nth-child(3){width:27%}.dashboard--union .table-card th:nth-child(4),.dashboard--union .table-card td:nth-child(4){width:13%}.dashboard--union .table-card th:nth-child(5),.dashboard--union .table-card td:nth-child(5){width:12%}.dashboard--union .table-card th:nth-child(6),.dashboard--union .table-card td:nth-child(6){width:16%}.dashboard--union .table-card td:nth-child(1),.dashboard--union .table-card td:nth-child(3),.dashboard--union .table-card td:nth-child(6){overflow:hidden;text-overflow:ellipsis}.dashboard--union .status-tag{min-width:48px;padding:5px 8px;text-align:center;font-size:12px}.dashboard th{background:#f3f0fb;color:#59617a;font-weight:700}.dashboard tbody tr+tr{border-top:1px solid #f0eefb}.table-empty{padding:36px 24px;text-align:center;color:var(--text-muted)}.table-empty strong{display:block;margin-bottom:8px;color:var(--text-primary);font-size:16px}.table-empty span{font-size:13px}.status-tag{display:inline-block;padding:4px 9px;border-radius:7px;color:var(--brand);background:#eee8ff;font-weight:700}.person-cell{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.person-avatar{display:inline-grid;place-items:center;width:22px;height:22px;flex:0 0 auto;border-radius:50%;color:#fff;background:linear-gradient(135deg,#9a7cff,var(--brand));font-size:11px;font-weight:700}.person-avatar--provider{background:linear-gradient(135deg,#6478ff,#2f80ed)}.todo-card,.activity-card{display:grid;align-content:start;gap:8px}.todo-row{display:grid;grid-template-columns:42px minmax(128px,1fr) 52px;gap:12px;align-items:center;min-height:56px;padding:8px 12px;border-radius:12px;background:#ffffffb3}.todo-row--link{color:inherit;text-decoration:none}.todo-row--link:hover{background:#f5f1ffeb}.todo-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;color:var(--brand);background:#eee8ff}.todo-row--orange .todo-icon{color:var(--warning);background:#fff0df}.todo-row strong,.todo-row p{margin:0}.todo-row p{color:var(--text-secondary);font-size:12px}.todo-row b{color:var(--brand);font-size:22px;text-align:right}.dashboard--union .todo-row{grid-template-columns:34px minmax(0,1fr) 30px;gap:9px;min-height:49px;padding:6px 9px;background:#ffffff9e}.dashboard--union .todo-icon{width:34px;height:34px;border-radius:8px}.dashboard--union .todo-row strong,.dashboard--union .todo-row p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard--union .todo-row strong{color:var(--text-primary);font-size:13px;font-weight:700;line-height:1.25}.dashboard--union .todo-row p{font-size:11px;line-height:1.25}.dashboard--union .todo-row b{color:var(--danger);font-size:17px;font-weight:800;line-height:1}.activity-row{display:grid;grid-template-columns:88px 1fr 58px;gap:12px;align-items:center}.dashboard--union .activity-row{grid-template-columns:92px minmax(0,1fr) 52px;gap:10px;min-height:58px}.dashboard--union .activity-cover{height:48px;border-radius:7px}.dashboard--union .activity-row strong,.dashboard--union .activity-row p,.dashboard--union .activity-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard--union .activity-row strong{font-size:14px;line-height:1.35}.dashboard--union .activity-row p,.dashboard--union .activity-row span{font-size:12px;line-height:1.35}.dashboard--union .activity-row em{justify-self:end;padding:6px 9px;font-size:12px;white-space:nowrap}.activity-cover{display:grid;place-items:center;height:50px;color:#fff;font-weight:800;border-radius:8px;background:radial-gradient(circle at 82% 72%,rgba(255,255,255,.36),transparent 18%),radial-gradient(circle at 20% 22%,rgba(255,255,255,.28),transparent 20%),linear-gradient(135deg,var(--brand-light),var(--brand-dark))}.activity-row strong,.activity-row p,.activity-row span{display:block;margin:0}.activity-row strong{font-size:14px;line-height:1.35}.activity-row p,.activity-row span{color:var(--text-secondary);font-size:12px;line-height:1.35}.activity-row em{padding:6px 9px;border-radius:8px;color:#13a86a;background:#e8f8ef;font-style:normal;font-weight:700;font-size:12px}.account-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:18px}.account-stat-card{display:flex;min-height:98px;align-items:center;gap:14px;padding:18px}.account-stat-card p,.account-stat-card strong{margin:0}.account-stat-card p{color:var(--text-secondary);font-size:13px;font-weight:600}.account-stat-card strong{display:block;margin-top:8px;font-size:28px;font-weight:800;line-height:1}.account-stat-icon{display:inline-flex;width:52px;height:52px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:16px;color:var(--brand);background:linear-gradient(135deg,#f0eaff,#ded1ff)}.account-stat-card--green .account-stat-icon{color:var(--success);background:linear-gradient(135deg,#eafbf2,#d5f7e5)}.account-stat-card--orange .account-stat-icon{color:var(--warning);background:linear-gradient(135deg,#fff4e8,#ffe1bd)}.account-stat-card--blue .account-stat-icon{color:var(--data-blue);background:linear-gradient(135deg,#eef4ff,#dce7ff)}.account-icon-action{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 14px;border:1px solid rgba(109,50,255,.16);border-radius:12px;color:var(--brand);font-weight:700;background:#f5f1ffeb;cursor:pointer}.account-icon-action:disabled,.account-primary-action:disabled,.account-secondary-action:disabled,.account-danger-action:disabled,.permission-check:disabled{opacity:.5;cursor:not-allowed}.account-notice{margin:14px 0 0;padding:10px 14px;border-radius:12px;font-size:13px;font-weight:700}.account-notice--error{color:#a91d34;background:#f8485c1a}.account-notice--success{color:#117a4e;background:#28c8681f}.account-notice--readonly{color:#5f4d00;background:#ffcd4029}.crud-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 180px auto;gap:12px;align-items:center;margin-top:18px;padding:14px 16px}.crud-toolbar input,.crud-toolbar select,.crud-form input,.crud-form select,.crud-form textarea{width:100%;min-width:0;border:1px solid var(--input-border);border-radius:10px;color:var(--text-primary);background:#fffffff0;outline:0}.crud-toolbar input,.crud-toolbar select,.crud-form input,.crud-form select{height:42px;padding:0 12px}.crud-form textarea{min-height:82px;padding:10px 12px;resize:vertical}.crud-grid{display:grid;grid-template-columns:minmax(300px,380px) minmax(0,1fr);gap:18px;align-items:start;margin-top:18px}.crud-form,.crud-table-card,.crud-audit{min-width:0;padding:18px}.crud-form{display:grid;gap:13px}.crud-form label{display:grid;gap:7px;color:var(--text-secondary);font-size:13px;font-weight:800}.crud-form__wide{grid-column:1 / -1}.crud-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.crud-section-title h2{margin:0;color:var(--text-primary);font-size:18px;font-weight:900}.crud-section-title span{color:var(--text-muted);font-size:13px;font-weight:700}.crud-primary{display:inline-flex;height:44px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;color:#fff;font-weight:900;background:linear-gradient(135deg,var(--brand-light),var(--brand-dark));cursor:pointer}.crud-primary:disabled{opacity:.56;cursor:not-allowed}.crud-table-wrap{overflow-x:auto}.crud-table{width:100%;min-width:980px;border-collapse:collapse}.crud-table th,.crud-table td{padding:13px 12px;border-bottom:1px solid #ece8ff;color:#344054;font-size:13px;text-align:left;vertical-align:top}.crud-table th{background:#f7f5ff;color:#667085;font-weight:800}.crud-table td strong,.crud-table td small{display:block;min-width:0}.crud-table td strong{color:var(--text-primary);font-size:14px}.crud-table td small{margin-top:4px;color:var(--text-muted);font-size:12px}.crud-actions{display:flex;flex-wrap:wrap;gap:8px}.crud-actions button{display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:5px;padding:0 10px;border:1px solid rgba(109,50,255,.14);border-radius:9px;color:var(--brand);font-size:12px;font-weight:800;background:#fbfaff;cursor:pointer}.pill{display:inline-flex;min-height:26px;align-items:center;padding:0 10px;border-radius:999px;color:var(--brand);background:#f0e8ff;font-size:12px;font-weight:900;white-space:nowrap}.pill--green{color:#13a86a;background:#e8f8ef}.pill--orange{color:#b55d00;background:#fff2df}.pill--gray{color:#667085;background:#f1f3f7}.pill--purple{color:var(--brand);background:#f0e8ff}.crud-audit{margin-top:18px}.crud-audit-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.crud-audit-list article{min-width:0;padding:12px 14px;border:1px solid rgba(109,50,255,.1);border-radius:12px;background:#f8f5ffc2}.crud-audit-list strong,.crud-audit-list span{display:block;min-width:0}.crud-audit-list strong{overflow:hidden;color:var(--text-primary);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.crud-audit-list span{margin-top:6px;color:var(--text-muted);font-size:12px;font-weight:700}.table-empty--loading{min-height:210px}.account-management-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,390px);gap:18px;align-items:start;margin-top:18px}.account-table-card{min-width:0;overflow:hidden}.account-table{table-layout:fixed}.account-table th:nth-child(1),.account-table td:nth-child(1){width:20%}.account-table th:nth-child(2),.account-table td:nth-child(2){width:18%}.account-table th:nth-child(3),.account-table td:nth-child(3){width:12%}.account-table th:nth-child(4),.account-table td:nth-child(4){width:25%}.account-table th:nth-child(5),.account-table td:nth-child(5){width:15%}.account-table th:nth-child(6),.account-table td:nth-child(6){width:10%}.account-table td{height:54px;vertical-align:middle}.account-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(109,50,255,.1);color:var(--text-muted);font-size:12px}.account-pagination label,.account-pagination>div{display:inline-flex;align-items:center;gap:8px}.account-pagination select,.account-pagination button{height:32px;border:1px solid rgba(109,50,255,.16);border-radius:8px;background:#ffffffd1;color:var(--text-primary);font-size:12px}.account-pagination select{min-width:72px;padding:0 8px}.account-pagination button{min-width:68px;padding:0 12px;cursor:pointer}.account-pagination button:disabled,.account-pagination select:disabled{cursor:not-allowed;opacity:.48}.account-table__row--active{background:#6d32ff0f}.account-name-button{display:grid;gap:4px;max-width:100%;padding:0;border:0;color:inherit;text-align:left;background:transparent;cursor:pointer}.account-name-button strong,.account-role-label{overflow:hidden;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap}.account-name-button span,.account-code,.account-table td small{display:block;overflow:hidden;color:var(--text-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.status-tag--disabled{color:#8f4d05;background:#fc902824}.permission-mini-list{display:flex;flex-wrap:wrap;gap:5px;min-width:0}.permission-mini-list span{max-width:92px;overflow:hidden;padding:3px 7px;border-radius:999px;color:#4f3bb6;text-overflow:ellipsis;white-space:nowrap;background:#6d32ff17;font-size:11px;font-weight:700}.account-detail-panel{display:grid;gap:16px;padding:18px}.account-detail-head{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:12px;align-items:center}.account-detail-avatar{display:grid;width:48px;height:48px;place-items:center;border-radius:16px;color:#fff;background:linear-gradient(135deg,#9a7cff,var(--brand));font-weight:800}.account-detail-head strong,.account-detail-head span{display:block;min-width:0}.account-detail-head strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-detail-head>div:nth-child(2) span{margin-top:3px;color:var(--text-muted);font-size:12px}.account-detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.account-primary-action,.account-secondary-action,.account-danger-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 14px;border-radius:11px;font-weight:800;cursor:pointer}.account-primary-action{width:100%;border:0;color:#fff;background:linear-gradient(135deg,var(--brand-light),var(--brand-dark))}.account-secondary-action{border:1px solid rgba(64,128,252,.16);color:#2159d6;background:#ecf3fff5}.account-secondary-action--wide{width:100%}.account-danger-action{border:1px solid rgba(248,72,92,.18);color:#b5273c;background:#ffeff2eb}.account-form-section{display:grid;gap:12px;padding-top:16px;border-top:1px solid var(--border-soft)}.account-form-section h3{display:inline-flex;align-items:center;gap:8px;margin:0;color:var(--text-primary);font-size:15px}.account-form-section label{display:grid;gap:7px}.account-form-section label span{color:var(--text-secondary);font-size:12px;font-weight:700}.account-form-section input{width:100%;min-width:0;height:40px;padding:0 12px;border:1px solid var(--border-soft);border-radius:11px;outline:0;color:var(--text-primary);background:#ffffffe6}.account-form-section input:disabled{color:var(--text-muted);background:#f4f4fcb3}.permission-group{display:grid;gap:8px}.permission-group>strong{color:var(--text-secondary);font-size:12px}.permission-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.permission-check{display:grid;grid-template-columns:18px minmax(0,1fr);gap:4px 8px;align-items:center;min-height:58px;padding:9px 10px;border:1px solid var(--border-soft);border-radius:12px;color:var(--text-secondary);text-align:left;background:#ffffffd1;cursor:pointer}.permission-check--active{border-color:#6d32ff2e;color:var(--brand);background:#6d32ff14}.permission-check__box{width:16px;height:16px;border:1px solid var(--input-border);border-radius:5px;background:#fff}.permission-check span:nth-child(2){overflow:hidden;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.permission-check code{grid-column:2;overflow:hidden;color:var(--text-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.identity-review-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.72fr);gap:18px;align-items:start}.identity-table-card{overflow-x:auto}.identity-table{table-layout:fixed;min-width:980px}.identity-table th:nth-child(1),.identity-table td:nth-child(1){width:19%}.identity-table th:nth-child(2),.identity-table td:nth-child(2){width:20%}.identity-table th:nth-child(3),.identity-table td:nth-child(3){width:13%}.identity-table th:nth-child(4),.identity-table td:nth-child(4){width:11%}.identity-table th:nth-child(5),.identity-table td:nth-child(5){width:16%}.identity-table th:nth-child(6),.identity-table td:nth-child(6){width:14%}.identity-table th:nth-child(7),.identity-table td:nth-child(7){width:7%}.identity-table td{height:54px;vertical-align:middle}.identity-table td:nth-child(3),.identity-table td:nth-child(5),.identity-table td:nth-child(6){overflow:hidden;text-overflow:ellipsis}.appeal-table th:nth-child(1),.appeal-table td:nth-child(1){width:20%}.appeal-table th:nth-child(2),.appeal-table td:nth-child(2){width:17%}.appeal-table th:nth-child(3),.appeal-table td:nth-child(3),.appeal-table th:nth-child(4),.appeal-table td:nth-child(4){width:11%}.appeal-table th:nth-child(5),.appeal-table td:nth-child(5){width:22%}.appeal-table th:nth-child(6),.appeal-table td:nth-child(6){width:13%}.appeal-table th:nth-child(7),.appeal-table td:nth-child(7){width:6%}.identity-detail-panel{display:grid;gap:16px;padding:18px}.identity-detail-head{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:12px;align-items:center}.identity-detail-avatar{display:grid;width:48px;height:48px;place-items:center;border-radius:16px;color:#fff;background:linear-gradient(135deg,#4080fc,#28c868)}.identity-detail-head strong,.identity-detail-head span{display:block;min-width:0}.identity-detail-head strong{overflow:hidden;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap}.identity-detail-head>div:nth-child(2) span{margin-top:3px;color:var(--text-muted);font-size:12px}.identity-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.identity-summary article{display:grid;gap:5px;min-width:0;padding:10px 11px;border:1px solid var(--border-soft);border-radius:12px;background:#ffffffbd}.identity-summary span,.identity-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.identity-summary span{color:var(--text-muted);font-size:11px;font-weight:700}.identity-summary strong{color:var(--text-primary);font-size:13px}.identity-marker,.identity-material-list span,.identity-note{overflow-wrap:anywhere}.identity-marker{padding:10px 12px;border:1px solid rgba(64,128,252,.16);border-radius:12px;color:#2159d6;background:#ecf3ffe6;font-size:12px;font-weight:800}.identity-material-list{display:grid;gap:8px}.identity-material-list span{padding:9px 10px;border:1px solid var(--border-soft);border-radius:12px;color:var(--text-secondary);background:#ffffffc7;font-size:12px;font-weight:700}.identity-note,.identity-muted{margin:0;color:var(--text-muted);font-size:12px;line-height:1.55}.identity-note--risk{color:#9f3412;font-weight:800}.identity-management-panel{margin-bottom:18px;padding:16px;border-top:0}.identity-management-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.identity-management-grid__wide{grid-column:span 2}.identity-checkbox-line{min-height:40px;align-self:end;display:flex!important;align-items:center;gap:8px!important}.identity-checkbox-line input{width:16px;height:16px;padding:0}.identity-risk-flags span{border-color:#fb923c4d;color:#9f3412;background:#fff7ede6}.account-form-section textarea,.account-form-section select{width:100%;min-width:0;padding:10px 12px;border:1px solid var(--border-soft);border-radius:11px;outline:0;color:var(--text-primary);background:#ffffffe6}.account-form-section textarea{min-height:74px;resize:vertical}.account-form-section textarea:disabled,.account-form-section select:disabled{color:var(--text-muted);background:#f4f4fcb3}.union-ops-toolbar{margin-bottom:18px}.union-scope-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0;padding:16px}.union-scope-panel article{min-width:0;padding:14px;border:1px solid var(--border-soft);border-radius:14px;background:#ffffffa8}.union-scope-panel span,.union-scope-panel small{display:block;color:var(--text-muted);font-size:12px;font-weight:800}.union-scope-panel strong{display:block;margin:7px 0 5px;overflow:hidden;color:var(--text-primary);font-size:18px;text-overflow:ellipsis;white-space:nowrap}.union-operations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr));gap:18px;align-items:start;margin-top:18px}.union-operations-grid--lower{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.union-invite-panel{min-width:0}.union-management-shell{display:grid;gap:18px;margin-top:18px}.union-page-section{margin-top:18px}.union-page-tabs{display:flex;gap:8px;margin-top:18px;padding:8px;overflow-x:auto}.union-page-tabs button{display:inline-flex;flex:0 0 auto;align-items:center;gap:8px;min-height:38px;border:0;border-radius:8px;padding:0 14px;color:var(--text-secondary);background:transparent;font-weight:850;cursor:pointer}.union-page-tabs button.active{color:var(--brand);background:#6d32ff1a}.union-page-tabs strong{display:inline-flex;min-width:22px;min-height:22px;align-items:center;justify-content:center;border-radius:999px;color:var(--brand);background:#fffc;font-size:12px}.union-operations-tabs{display:flex;gap:8px;margin-top:18px;padding:8px;overflow-x:auto}.union-operations-tabs button{display:inline-flex;flex:0 0 auto;align-items:center;gap:8px;min-height:38px;border:0;border-radius:8px;padding:0 14px;color:var(--text-secondary);background:transparent;font-weight:850;cursor:pointer}.union-operations-tabs button.active{color:var(--brand);background:#6d32ff1a}.union-operations-tabs strong{display:inline-flex;min-width:22px;min-height:22px;align-items:center;justify-content:center;border-radius:999px;color:var(--brand);background:#fffc;font-size:12px}.union-record-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:18px;align-items:start;margin-top:18px}.union-invite-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.union-invite-form__wide{grid-column:1 / -1}.union-invite-form label{display:grid;gap:7px;min-width:0}.union-invite-form label span{color:var(--text-secondary);font-size:12px;font-weight:800}.union-invite-form input,.union-invite-form textarea,.union-invite-form select,.union-inline-action input{width:100%;min-width:0;border:1px solid var(--border-soft);border-radius:11px;outline:0;color:var(--text-primary);background:#ffffffeb}.union-invite-form input,.union-invite-form select{height:40px;padding:0 12px}.union-invite-form textarea{min-height:74px;padding:10px 12px;resize:vertical}.union-category-editor{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.union-category-editor button{min-height:36px;border:1px solid var(--border-soft);border-radius:999px;padding:0 14px;color:var(--text-secondary);background:#ffffffe6;font-weight:800;cursor:pointer}.union-category-editor button.active{border-color:#6c3cff47;color:var(--brand-purple);background:#6c3cff1c}.union-risk-toggle{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--text-secondary);font-weight:800}.union-note-input{width:100%;min-height:78px;margin-bottom:12px;border:1px solid var(--border-soft);border-radius:12px;padding:10px 12px;outline:0;resize:vertical}.union-form-actions{display:flex;gap:10px}.union-form-actions .account-icon-action,.union-form-actions .account-primary-action{flex:1 1 0}.union-invite-form input:disabled,.union-invite-form textarea:disabled,.union-invite-form select:disabled,.union-inline-action input:disabled{color:var(--text-muted);background:#f4f4fcb8}.union-table-card{min-width:0;overflow-x:auto}.union-table-card table{width:100%;table-layout:fixed}.union-table-card td strong,.union-table-card td small,.union-table-card td span{min-width:0}.union-table-card td small{display:block;margin-top:4px;overflow:hidden;color:var(--text-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.union-table-card--main{overflow-x:visible}.union-responsive-table th,.union-responsive-table td{height:auto;padding:12px 10px;vertical-align:top;white-space:normal}.union-responsive-table td small{white-space:normal}.union-member-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;justify-content:flex-end}.union-invite-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:62;display:flex;justify-content:flex-end}.union-action-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:64;display:flex;justify-content:flex-end}.union-member-drawer__scrim,.union-invite-drawer__scrim,.union-action-drawer__scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#120f262e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer}.union-member-drawer__panel,.union-invite-drawer__panel,.union-action-drawer__panel{position:relative;z-index:1;width:min(620px,calc(100vw - 32px));height:calc(100vh - 32px);margin:16px;padding:22px;overflow-y:auto;border-radius:24px;box-shadow:0 24px 70px #3420782e}.union-invite-drawer__panel{width:min(520px,calc(100vw - 32px))}.union-action-drawer__panel{width:min(560px,calc(100vw - 32px))}.union-member-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.union-member-drawer__header strong,.union-member-drawer__header p{display:block;margin:0}.union-member-drawer__header strong{color:var(--text-primary);font-size:22px;font-weight:950}.union-member-drawer__header p{margin-top:5px;color:var(--text-muted);font-size:12px;font-weight:800}.union-member-drawer__header button{display:inline-flex;min-width:72px;height:38px;align-items:center;justify-content:center;border:1px solid rgba(109,50,255,.18);border-radius:999px;color:var(--brand);background:#ffffffd1;font-weight:900;cursor:pointer}.union-action-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.union-action-drawer__header strong,.union-action-drawer__header p{display:block;margin:0}.union-action-drawer__header strong{color:var(--text-primary);font-size:22px;font-weight:950}.union-action-drawer__header p{margin-top:5px;color:var(--text-muted);font-size:12px;font-weight:800}.union-activity-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;justify-content:flex-end}.union-activity-drawer__scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#120f262e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer}.union-activity-drawer__panel{position:relative;z-index:1;width:min(560px,calc(100vw - 32px));height:calc(100vh - 32px);margin:16px;padding:22px;overflow-y:auto;border-radius:24px;box-shadow:0 24px 70px #3420782e}.union-activity-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.union-activity-drawer__header strong,.union-activity-drawer__header p{display:block;margin:0}.union-activity-drawer__header strong{color:var(--text-primary);font-size:22px;font-weight:950}.union-activity-drawer__header p{margin-top:5px;color:var(--text-muted);font-size:12px;font-weight:800}.union-activity-drawer__header button{display:inline-flex;min-width:72px;height:38px;align-items:center;justify-content:center;border:1px solid rgba(109,50,255,.18);border-radius:999px;color:var(--brand);background:#ffffffd1;font-weight:900;cursor:pointer}.union-activity-drawer__summary{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:16px}.union-activity-drawer__summary article,.union-activity-participant-list article{min-width:0;padding:12px 14px;border:1px solid rgba(109,50,255,.1);border-radius:14px;background:#f8f5ffb8}.union-activity-drawer__summary span,.union-activity-drawer__summary strong,.union-activity-participant-list strong,.union-activity-participant-list span,.union-activity-participant-list small{display:block;min-width:0}.union-activity-drawer__summary span,.union-activity-participant-list span,.union-activity-participant-list small{color:var(--text-muted);font-size:12px;font-weight:800}.union-activity-drawer__summary strong,.union-activity-participant-list strong{margin-top:5px;overflow:hidden;color:var(--text-primary);font-size:14px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.union-activity-participant-list{display:grid;gap:10px}.union-activity-participant-filter{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin:12px 0}.union-activity-participant-filter label{display:flex;align-items:center;gap:8px;min-width:0;height:38px;padding:0 12px;border:1px solid rgba(109,50,255,.14);border-radius:11px;color:var(--text-muted);background:#ffffffeb}.union-activity-participant-filter input{width:100%;min-width:0;border:0;outline:0;background:transparent}.union-activity-participant-filter button{height:38px;padding:0 14px;border:1px solid rgba(109,50,255,.16);border-radius:11px;color:var(--brand);background:#f5f1ffeb;font-weight:900}.union-activity-participant-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.union-member-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.union-member-detail-grid article{padding:12px 14px;border:1px solid rgba(109,50,255,.1);border-radius:12px;background:#f8f5ffb8}.union-member-detail-grid span,.union-member-detail-grid strong,.union-member-detail-grid small{display:block;min-width:0}.union-member-detail-grid span,.union-member-detail-grid small{color:var(--text-muted);font-size:12px;font-weight:800}.union-member-detail-grid strong{margin:6px 0 4px;overflow:hidden;color:var(--text-primary);font-size:16px;text-overflow:ellipsis;white-space:nowrap}.union-member-actions{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 18px}.union-member-actions button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;border:1px solid rgba(109,50,255,.16);border-radius:8px;padding:0 12px;color:var(--brand);background:#f5f1ffe6;font-size:12px;font-weight:850;cursor:pointer}.union-member-actions button:disabled{cursor:not-allowed;opacity:.5}.union-member-detail-sections{display:grid;grid-template-columns:1fr;gap:12px;margin-top:14px}.union-member-detail-sections section{min-width:0;padding:13px;border:1px solid rgba(109,50,255,.1);border-radius:14px;background:#f8f5ffb8}.union-member-detail-sections h3,.union-member-detail-sections p{margin:0}.union-member-detail-sections h3{color:var(--text-primary);font-size:14px;font-weight:950}.union-member-detail-sections p,.union-member-detail-sections span{color:var(--text-muted);font-size:12px;font-weight:800;line-height:1.55}.union-member-detail-sections ul{display:grid;gap:8px;margin:10px 0 0;padding:0;list-style:none}.union-member-detail-sections li{display:grid;gap:2px;min-width:0}.union-member-detail-sections strong{overflow:hidden;color:var(--text-primary);font-size:13px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.union-member-table{min-width:0}.union-member-table th:nth-child(1),.union-member-table td:nth-child(1){width:34%}.union-member-table th:nth-child(2),.union-member-table td:nth-child(2){width:28%}.union-member-table th:nth-child(3),.union-member-table td:nth-child(3){width:12%}.union-member-table th:nth-child(4),.union-member-table td:nth-child(4){width:13%}.union-member-table th:nth-child(5),.union-member-table td:nth-child(5){width:13%}.union-invitation-table{min-width:0}.union-invitation-table th:nth-child(1),.union-invitation-table td:nth-child(1){width:28%}.union-invitation-table th:nth-child(2),.union-invitation-table td:nth-child(2){width:15%}.union-invitation-table th:nth-child(3),.union-invitation-table td:nth-child(3){width:26%}.union-invitation-table th:nth-child(4),.union-invitation-table td:nth-child(4){width:13%}.union-invitation-table th:nth-child(5),.union-invitation-table td:nth-child(5){width:18%}.union-commission-table{min-width:0}.union-commission-table th:nth-child(1),.union-commission-table td:nth-child(1){width:16%}.union-commission-table th:nth-child(2),.union-commission-table td:nth-child(2){width:27%}.union-commission-table th:nth-child(3),.union-commission-table td:nth-child(3){width:20%}.union-commission-table th:nth-child(4),.union-commission-table td:nth-child(4){width:15%}.union-commission-table th:nth-child(5),.union-commission-table td:nth-child(5){width:10%}.union-commission-table th:nth-child(6),.union-commission-table td:nth-child(6){width:12%}.union-activity-table{min-width:0}.union-activity-table th:nth-child(1),.union-activity-table td:nth-child(1){width:24%}.union-activity-table th:nth-child(2),.union-activity-table td:nth-child(2){width:8%}.union-activity-table th:nth-child(3),.union-activity-table td:nth-child(3){width:13%}.union-activity-table th:nth-child(4),.union-activity-table td:nth-child(4){width:14%}.union-activity-table th:nth-child(5),.union-activity-table td:nth-child(5){width:8%}.union-activity-table th:nth-child(6),.union-activity-table td:nth-child(6){width:10%}.union-activity-table th:nth-child(7),.union-activity-table td:nth-child(7){width:23%}.union-inline-action{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.union-inline-action--settle{flex-wrap:nowrap}.union-inline-action--member{justify-content:flex-start}.union-inline-action input{flex:1 1 96px;height:34px;padding:0 10px;font-size:12px}.union-inline-action button{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:34px;padding:0 10px;border:1px solid rgba(109,50,255,.16);border-radius:10px;color:var(--brand);background:#f5f1ffeb;font-size:12px;font-weight:800;cursor:pointer}.union-inline-action button:disabled{cursor:not-allowed;opacity:.5}.union-commission-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px}.union-commission-summary article{padding:12px 14px;border:1px solid rgba(109,50,255,.1);border-radius:12px;background:#f8f5ffb8}.union-commission-summary span,.union-commission-summary strong{display:block}.union-commission-summary span{color:var(--text-muted);font-size:12px;font-weight:800}.union-commission-summary strong{margin-top:6px;color:var(--text-primary);font-size:18px}.union-batch-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-bottom:12px}.union-config-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:10px;margin-bottom:12px}.union-config-grid label{display:grid;gap:5px;min-width:0}.union-config-grid span{color:var(--text-muted);font-size:12px;font-weight:850}.union-batch-toolbar input,.union-config-grid input,.union-config-grid select{min-width:0;height:36px;padding:0 12px;border:1px solid var(--border-soft);border-radius:11px;outline:0;background:#ffffffeb}.union-batch-toolbar button,.union-config-grid button,.union-batch-list button{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 12px;border:1px solid rgba(109,50,255,.16);border-radius:11px;color:var(--brand);background:#f5f1ffeb;font-size:12px;font-weight:900;cursor:pointer}.union-batch-toolbar button:disabled,.union-batch-list button:disabled{cursor:not-allowed;opacity:.5}.union-batch-list{display:grid;gap:8px;margin-bottom:12px}.union-batch-list article{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:10px 12px;border:1px solid rgba(109,50,255,.1);border-radius:12px;background:#f8f5ffb8}.union-batch-list strong,.union-batch-list small{display:block}.union-batch-list small,.union-export-hint{color:var(--text-muted);font-size:12px;font-weight:800}.union-export-hint{margin:0 0 12px}.union-audit-panel{display:grid;gap:8px;margin-bottom:12px;padding:12px;border:1px solid rgba(109,50,255,.12);border-radius:14px;background:#f8f5ffc7}.union-audit-panel strong{color:var(--text-primary);font-size:13px;font-weight:950}.union-audit-panel ul{display:grid;gap:5px;margin:0;padding:0;list-style:none}.union-audit-panel li{color:var(--text-muted);font-size:12px;font-weight:800}.union-audit-table{min-width:620px}.union-operations-grid--audit{align-items:start}.union-check-cell{display:flex;align-items:center;gap:8px;min-width:0;color:var(--text-secondary);font-size:12px;font-weight:800}.union-check-cell span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.union-status--active,.union-status--accepted,.union-status--paid,.union-status--published,.union-status--open{color:#13723e;background:#28c86824}.union-status--pending,.union-status--batched,.union-status--pending-payment,.union-status--platform-review-pending{color:#8f4d05;background:#fc902824}.union-status--suspended,.union-status--canceled,.union-status--rejected,.union-status--removed{color:#b5273c;background:#f8485c21}.union-review-note{width:100%;min-width:150px;height:36px;padding:0 11px;border:1px solid rgba(109,50,255,.14);border-radius:11px;color:var(--text-primary);background:#ffffffeb;font-size:12px;font-weight:800;outline:none}.union-review-note:disabled{color:var(--text-muted);background:#f7f5ffb8}.union-activity-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0;width:100%}.union-activity-actions button{min-height:34px;min-width:0;padding:0 6px;font-size:11px}.union-activity-actions small{display:block;grid-column:1 / -1;overflow:hidden;color:var(--text-muted);font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.union-activity-toolbar{display:grid;grid-template-columns:minmax(190px,.75fr) minmax(260px,1.45fr) auto auto;gap:12px;align-items:center;margin-top:18px;padding:14px 16px;border:1px solid var(--border-soft);border-radius:14px;background:#ffffffdb;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.union-activity-toolbar__meta{min-width:0}.union-activity-toolbar__meta .account-source,.union-activity-toolbar__meta span{display:block;margin:0}.union-activity-toolbar__meta span{margin-top:4px;overflow:hidden;color:var(--text-muted);font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.union-activity-search{display:flex;align-items:center;gap:10px;min-width:0;height:42px;padding:0 13px;border:1px solid var(--border-soft);border-radius:11px;color:var(--text-muted);background:#ffffffe6}.union-activity-search input{width:100%;min-width:0;border:0;outline:0;background:transparent}.union-activity-stat-grid{margin-top:18px}.union-activity-table-card{overflow:visible}.union-activity-table--compact{min-width:0;table-layout:fixed}.union-activity-table--compact th:nth-child(1),.union-activity-table--compact td:nth-child(1){width:27%}.union-activity-table--compact th:nth-child(2),.union-activity-table--compact td:nth-child(2){width:8%}.union-activity-table--compact th:nth-child(3),.union-activity-table--compact td:nth-child(3){width:13%}.union-activity-table--compact th:nth-child(4),.union-activity-table--compact td:nth-child(4){width:13%}.union-activity-table--compact th:nth-child(5),.union-activity-table--compact td:nth-child(5){width:12%}.union-activity-table--compact th:nth-child(6),.union-activity-table--compact td:nth-child(6){width:10%}.union-activity-table--compact th:nth-child(7),.union-activity-table--compact td:nth-child(7){width:17%}.union-activity-table--compact td:nth-child(7){position:relative}.union-activity-title-cell{display:grid;width:100%;min-width:0;gap:4px;padding:0;border:0;color:inherit;text-align:left;background:transparent;cursor:pointer}.union-activity-title-cell strong,.union-activity-title-cell span,.union-activity-title-cell small{display:block;min-width:0}.union-activity-title-cell strong{overflow:hidden;color:var(--text-primary);font-size:13px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.union-activity-title-cell span,.union-activity-title-cell small{overflow:hidden;color:var(--text-muted);font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.union-activity-summary{display:-webkit-box;overflow:hidden;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.union-activity-signup-button{width:100%;min-width:0;padding:0 8px}.union-activity-row-actions{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;min-width:0}.union-activity-row-actions>button,.union-activity-row-actions .union-activity-more>button{width:100%;min-width:0;min-height:34px;padding:0 7px;font-size:11px}.union-activity-row-actions small{grid-column:1 / -1;overflow:hidden;color:var(--text-muted);font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.union-activity-more{position:relative;min-width:0}.union-activity-more-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:12;display:grid;width:164px;gap:6px;padding:8px;border:1px solid rgba(109,50,255,.14);border-radius:12px;background:#fffffffa;box-shadow:0 14px 34px #34207829}.union-activity-more-menu button{display:inline-flex;align-items:center;justify-content:flex-start;gap:7px;min-height:34px;padding:0 9px;border:1px solid rgba(109,50,255,.12);border-radius:9px;color:var(--brand);background:#f8f5ffc2;font-size:12px;font-weight:900;cursor:pointer}.union-activity-more-menu button:disabled{color:var(--text-muted);background:#f4f4fcd1;cursor:not-allowed;opacity:.7}.union-activity-detail-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:61;display:flex;justify-content:flex-end}.union-activity-detail-drawer .union-activity-drawer__panel{width:min(620px,calc(100vw - 32px))}.union-activity-detail-drawer .union-activity-drawer__summary strong{overflow:visible;white-space:normal;line-height:1.55}.union-activity-detail-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.union-activity-form-actions{display:grid;grid-column:1 / -1;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.identity-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.identity-action-grid .account-primary-action:disabled,.identity-action-grid .account-danger-action:disabled{color:var(--text-muted);background:#f4f4fce6;border:1px solid rgba(119,116,145,.16);box-shadow:none;opacity:1}.identity-result{display:grid;gap:9px;margin:0}.identity-result div{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;align-items:start}.identity-result dt,.identity-result dd{margin:0;font-size:12px;line-height:1.45}.identity-result dt{color:var(--text-muted);font-weight:800}.identity-result dd{color:var(--text-secondary);overflow-wrap:anywhere}.identity-status--pending{color:#8f4d05;background:#fc902824}.identity-status--platform_review_pending{color:#2159d6;background:#4080fc24}.identity-status--approved{color:#13723e;background:#28c86824}.identity-status--rejected{color:#b5273c;background:#f8485c21}.identity-status--archived{color:#5f6472;background:#5f647224}.identity-status--under_appeal,.identity-status--hidden{color:#2159d6;background:#4080fc24}.identity-status--visible{color:#13723e;background:#28c86824}.identity-status--removed{color:#5f6472;background:#5f647224}.catalog-toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.catalog-check{display:flex;align-items:center;gap:9px;min-height:38px;padding:8px 10px;border:1px solid var(--border-soft);border-radius:11px;background:#ffffffc7}.catalog-check input{width:16px;height:16px;accent-color:var(--brand)}.catalog-check span{color:var(--text-secondary);font-size:12px;font-weight:800}@media (max-width: 1439px){.dashboard{grid-template-columns:232px minmax(0,1fr)}.dashboard--union{grid-template-columns:224px minmax(0,1fr)}.sidebar{padding-inline:14px}.content,.dashboard--union .content{padding:20px 24px 24px}.metric-grid,.metric-grid--union{grid-template-columns:repeat(3,minmax(0,1fr))}.orders-stat-grid,.match-quality-rate-grid,.match-quality-experiment-grid,.match-quality-alert-panel,.payment-reconciliation__metrics,.dashboard-operation-log__list,.account-stat-grid,.analytics-grid,.lower-grid,.dashboard--union .lower-grid,.dashboard-skeleton__analytics,.dashboard-skeleton__lower,.account-management-grid,.identity-review-grid,.union-scope-panel,.union-record-grid,.union-operations-grid,.union-operations-grid--lower{grid-template-columns:1fr}.table-card{overflow-x:auto}.dashboard table{min-width:860px}.dashboard--union .table-card table{min-width:780px}.dashboard--union .union-responsive-table{min-width:0}.requirements-table{min-width:1080px}.payments-table{min-width:1180px}.match-quality-table,.intervention-table{min-width:1220px}.compensation-drawer__focus,.match-quality-alert-list,.payment-reconciliation__issue,.compensation-detail,.compensation-form__grid{grid-template-columns:1fr}.compensation-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1023px){.dashboard,.dashboard--union{grid-template-columns:76px minmax(0,1fr)}.sidebar{gap:18px;padding:18px 10px}.sidebar-brand{justify-content:center}.sidebar-brand div,.sidebar nav a span,.assistant-card strong,.assistant-card p,.assistant-card button{display:none}.sidebar-brand img{width:44px;height:44px}.sidebar nav a{justify-content:center;height:44px;padding:0}.sidebar nav a.active{box-shadow:inset -3px 0 0 var(--brand-menu)}.assistant-card{padding:8px}.assistant-card img{width:44px;height:44px}.topbar{gap:10px;padding:0 14px}.top-search{width:min(320px,45vw)}.dashboard .account>.account-meta>div,.dashboard kbd{display:none}.page-head,.page-head--union>div{align-items:flex-start;flex-direction:column}.list-filters{flex-direction:column;align-items:stretch}.context-banner{flex-direction:column;align-items:flex-start}.context-banner__actions{width:100%;flex-wrap:wrap}.list-filters__select{justify-content:space-between}.page-head--union p{white-space:normal}.metric-grid,.metric-grid--union,.dashboard-skeleton__metrics,.orders-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.match-quality-rate-grid{grid-template-columns:1fr}.match-quality-statebar{align-items:stretch;flex-direction:column}.match-quality-statebar .account-icon-action{width:100%}.match-quality-experiment-grid{grid-template-columns:1fr}.match-quality-experiment-card dl{grid-template-columns:repeat(2,minmax(0,1fr))}.match-quality-alert-panel,.requirements-safety-grid,.requirements-safety-items,.intervention-toolbar{grid-template-columns:1fr}.intervention-toolbar span{text-align:left}.account-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-table-card{overflow-x:auto}.account-table{min-width:760px}.identity-table{min-width:920px}.donut-area{grid-template-columns:170px minmax(0,1fr)}}@media (max-width: 760px){.union-ops-toolbar .account-primary-action,.union-ops-toolbar .account-icon-action{width:100%}.union-page-tabs{padding:6px}.union-page-tabs button{min-width:max-content}.union-operations-tabs{padding:6px}.union-operations-tabs button{min-width:max-content}.dashboard--union .union-table-card--main{overflow-x:visible}.dashboard--union .table-card .union-responsive-table,.dashboard--union .union-responsive-table{display:block;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.dashboard--union .union-responsive-table thead{display:none}.dashboard--union .union-responsive-table tbody,.dashboard--union .union-responsive-table tr,.dashboard--union .union-responsive-table td{display:block;width:100%!important;max-width:100%;box-sizing:border-box}.dashboard--union .union-responsive-table tr{padding:12px;min-width:0;border:1px solid rgba(109,50,255,.1);border-radius:10px;background:#ffffffbd}.dashboard--union .union-responsive-table tr+tr{margin-top:10px}.dashboard--union .union-responsive-table td{display:grid;grid-template-columns:minmax(72px,78px) minmax(0,1fr);gap:10px;padding:7px 0;min-width:0;overflow-wrap:anywhere;word-break:break-word;color:var(--text-primary)}.dashboard--union .union-responsive-table td:before{color:var(--text-muted);font-size:12px;font-weight:850}.union-member-table td:nth-child(1):before{content:"成员"}.union-member-table td:nth-child(2):before{content:"主技能"}.union-member-table td:nth-child(3):before{content:"佣金"}.union-member-table td:nth-child(4):before{content:"状态"}.union-member-table td:nth-child(5):before{content:"操作"}.union-invitation-table td:nth-child(1):before{content:"邀请人"}.union-invitation-table td:nth-child(2):before{content:"手机号"}.union-invitation-table td:nth-child(3):before{content:"技能"}.union-invitation-table td:nth-child(4):before{content:"状态"}.union-invitation-table td:nth-child(5):before{content:"操作"}.union-commission-table td:nth-child(1):before{content:"批次"}.union-commission-table td:nth-child(2):before{content:"订单"}.union-commission-table td:nth-child(3):before{content:"成员"}.union-commission-table td:nth-child(4):before{content:"金额"}.union-commission-table td:nth-child(5):before{content:"状态"}.union-commission-table td:nth-child(6):before{content:"操作"}.union-activity-table td:nth-child(1):before{content:"活动"}.union-activity-table td:nth-child(2):before{content:"类型"}.union-activity-table td:nth-child(3):before{content:"周期"}.union-activity-table td:nth-child(4):before{content:"价格/权益"}.union-activity-table td:nth-child(5):before{content:"报名"}.union-activity-table td:nth-child(6):before{content:"状态"}.union-activity-table td:nth-child(7):before{content:"操作"}.payments-table td:nth-child(1):before{content:"授权号"}.payments-table td:nth-child(2):before{content:"订单号"}.payments-table td:nth-child(3):before{content:"成员"}.payments-table td:nth-child(4):before{content:"服务者"}.payments-table td:nth-child(5):before{content:"渠道"}.payments-table td:nth-child(6):before{content:"金额"}.payments-table td:nth-child(7):before{content:"状态"}.payments-table td:nth-child(8):before{content:"到期时间"}.payments-table td:nth-child(9):before{content:"创建时间"}.payments-table td:nth-child(10):before{content:"补偿"}.identity-table td:nth-child(1):before{content:"审核单"}.identity-table td:nth-child(2):before{content:"服务者"}.identity-table td:nth-child(3):before{content:"技能"}.identity-table td:nth-child(4):before{content:"状态"}.identity-table td:nth-child(5):before{content:"证书"}.identity-table td:nth-child(6):before{content:"提交时间"}.identity-table td:nth-child(7):before{content:"操作"}.nonpaid-table td:nth-child(1):before{content:"用户"}.nonpaid-table td:nth-child(2):before{content:"今日额度"}.nonpaid-table td:nth-child(3):before{content:"广告解锁"}.nonpaid-table td:nth-child(4):before{content:"冷却截止"}.nonpaid-table td:nth-child(5):before{content:"下一步"}.nonpaid-table td:nth-child(6):before{content:"说明"}.nonpaid-table td:nth-child(7):before{content:"操作"}.union-inline-action,.union-inline-action--settle{align-items:stretch;flex-direction:column;flex-wrap:nowrap}.union-inline-action button,.union-inline-action input{width:100%}.union-invite-drawer__panel,.union-member-drawer__panel,.union-action-drawer__panel{width:calc(100vw - 20px);height:calc(100vh - 20px);margin:10px;padding:18px;border-radius:12px}.union-invite-form{grid-template-columns:1fr}}@media (max-width: 767px){.dashboard,.dashboard--union{display:block}.dashboard--union{max-width:100vw;overflow-x:clip}.sidebar{position:sticky;top:0;z-index:10;display:block;padding:10px 12px;border-right:0;border-bottom:1px solid var(--border-soft)}.dashboard--union .sidebar{max-width:100vw;overflow:hidden}.sidebar-brand,.assistant-card{display:none}.sidebar nav{display:flex;gap:8px;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;overscroll-behavior-x:contain}.sidebar nav a{width:44px;min-width:44px;height:40px;flex:0 0 auto}.workspace{overflow-x:clip;overflow-y:visible}.topbar{position:sticky;top:61px;z-index:9;flex-wrap:wrap;height:auto;min-height:64px;padding:10px 14px}.top-search,.dashboard--union .top-search{order:10;width:100%;margin-left:0}.content,.dashboard--union .content{padding:18px 14px 28px}.page-head h1{font-size:24px}.page-head p{font-size:14px}.date-button,.dashboard--union .date-button{width:100%;min-width:0;justify-content:center}.dashboard-actions{align-items:stretch;flex-direction:column}.dashboard-actions .account-icon-action{width:100%}.metric-grid,.metric-grid--union,.dashboard-skeleton__metrics,.orders-stat-grid,.requirements-safety-card dl{grid-template-columns:1fr}.payment-reconciliation__header{align-items:stretch;flex-direction:column}.payment-reconciliation__health{justify-content:space-between}.payment-reconciliation__metrics,.payment-reconciliation__issue,.match-quality-alert-list,.account-stat-grid,.account-management-grid,.account-detail-head,.identity-detail-head,.account-detail-actions,.identity-action-grid,.permission-check-grid,.union-form-actions,.union-activity-participant-filter,.union-member-detail-grid,.union-invite-form,.union-commission-summary,.union-batch-toolbar,.union-inline-action,.union-inline-action--settle,.union-inline-action--member{grid-template-columns:1fr}.account-detail-head .status-tag,.identity-detail-head .status-tag{justify-self:start}.identity-summary{grid-template-columns:1fr}.chart-card,.status-card,.table-card,.todo-card,.activity-card{padding:16px 14px}.card-title{align-items:flex-start;flex-direction:column;gap:10px}.debug-drawer__panel{width:100%;padding:18px 16px 16px}.union-member-drawer__panel,.union-activity-drawer__panel,.union-action-drawer__panel{width:calc(100vw - 20px);height:calc(100vh - 20px);margin:10px;padding:18px 16px}.compensation-drawer__panel{width:100%;padding:18px 16px 16px}.debug-drawer__summary,.debug-drawer__blocks,.debug-drawer__chain-flow,.compensation-drawer__focus,.compensation-detail,.compensation-form__grid,.compensation-actions{grid-template-columns:1fr}.debug-drawer__header,.debug-drawer__actions,.compensation-drawer__header{flex-direction:column;align-items:stretch}.compensation-drawer__header-actions{justify-content:flex-end}.tabs{width:100%;overflow-x:auto}.donut-area{grid-template-columns:1fr;justify-items:center}.donut-area ul{width:100%}.donut-area li{grid-template-columns:12px minmax(0,1fr) auto auto}.chart-legend{flex-wrap:wrap;gap:10px 16px}}@media (max-width: 1180px){.union-activity-toolbar{grid-template-columns:minmax(0,1fr) minmax(220px,1fr)}.union-activity-toolbar .account-primary-action,.union-activity-toolbar .account-icon-action{width:100%}}@media (max-width: 760px){.union-activity-toolbar{grid-template-columns:1fr;align-items:stretch}.union-activity-toolbar__meta span{white-space:normal}.union-activity-stat-grid{grid-template-columns:1fr}.union-activity-table--compact{table-layout:auto}.union-activity-table--compact td:nth-child(7){overflow:visible}.union-activity-title-cell strong,.union-activity-title-cell span,.union-activity-title-cell small{white-space:normal}.union-activity-row-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.union-activity-more-menu{position:static;width:100%;margin-top:8px;box-shadow:none}.union-activity-detail-drawer .union-activity-drawer__panel,.union-activity-drawer__panel,.union-action-drawer__panel{width:calc(100vw - 20px);height:calc(100vh - 20px);margin:10px}.union-activity-detail-actions,.union-activity-form-actions{grid-template-columns:1fr}}
