:root{color-scheme:dark;--bg: #07080b;--bg-deep: #030405;--panel: #10131a;--panel-2: #151922;--panel-3: #1b202b;--line: #262b36;--line-strong: #353c4a;--text: #f1f4f8;--muted: #9da7b8;--dim: #697386;--orange: #ff6a1a;--orange-2: #d94d19;--blue: #6680ff;--green: #37d98c;--red: #ff536b;--yellow: #ffb020;--shadow: 0 18px 60px rgb(0 0 0 / 38%);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}*{box-sizing:border-box}html{background:var(--bg-deep)}body{min-width:320px;min-height:100vh;margin:0;background:linear-gradient(180deg,rgb(255 106 26 / 8%),transparent 34%),linear-gradient(135deg,#050608,#0c0f15 48%,#050608)}button,input,textarea,select{font:inherit}.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-variant-numeric:tabular-nums}.login-page{min-height:100vh;display:grid;place-items:center;padding:28px}.login-panel{width:min(960px,calc(100vw - 32px));display:grid;grid-template-columns:minmax(0,1.15fr) 400px;gap:24px;align-items:stretch;padding:16px;border:1px solid var(--line);border-radius:24px;background:#030405c7;box-shadow:var(--shadow);animation:route-enter .42s cubic-bezier(.16,1,.3,1) both}.login-copy{min-height:440px;display:flex;flex-direction:column;justify-content:flex-end;padding:38px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,rgb(255 106 26 / 20%),transparent 42%),linear-gradient(180deg,#151922,#0c0f15)}.login-copy h1{margin:10px 0 16px;color:var(--text)!important;font-size:44px!important;line-height:1.05!important}.login-copy p{max-width:58ch;color:var(--muted);font-size:15px;line-height:1.75}.login-kicker,.panel-kicker{color:var(--orange);font-weight:700}.login-card{border:1px solid var(--line)!important;background:var(--panel)!important}.admin-shell{height:calc(100vh - 36px);min-height:0;margin:18px;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--bg-deep);box-shadow:var(--shadow)}.admin-sider{height:100%;padding:18px 12px;border-right:1px solid var(--line);background:#050608!important}.brand{display:flex;align-items:center;gap:12px;min-height:72px;padding:4px 8px 20px}.brand-mark{width:44px;height:44px;display:grid;place-items:center;border:1px solid rgb(255 106 26 / 45%);border-radius:8px;background:linear-gradient(180deg,#ff7a2e,#d94d19);color:#fff;font-size:20px;box-shadow:0 0 26px #ff6a1a42}.brand-title,.brand-subtitle{display:block}.brand-title{color:var(--text);font-weight:750;letter-spacing:0}.brand-subtitle{color:var(--dim);font-size:12px}.admin-menu{border:0!important;background:transparent!important}.admin-menu .ant-menu-item{height:46px;margin:7px 0!important;border-radius:8px;color:var(--muted)}.admin-menu .ant-menu-item:hover{background:var(--panel)!important;color:var(--text)!important}.admin-menu .ant-menu-item-selected{border:1px solid rgb(255 106 26 / 30%);background:#ff6a1a24!important;color:var(--orange)!important}.admin-menu .ant-menu-item-selected:after{display:none}.admin-menu .ant-menu-title-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ant-tooltip{max-width:min(82vw,560px)}.ant-tooltip .ant-tooltip-inner{overflow:hidden;max-width:inherit;text-overflow:ellipsis;white-space:nowrap}.table-cell-ellipsis{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sider-footer{position:absolute;right:12px;bottom:18px;left:12px;display:flex;align-items:center;gap:10px;padding:13px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.sider-footer .ant-typography{display:block;line-height:1.35}.status-dot{width:9px;height:9px;flex:0 0 auto;border-radius:999px;background:var(--green);box-shadow:0 0 0 4px #37d98c1f}.admin-main{height:100%;min-width:0;background:linear-gradient(90deg,rgb(255 255 255 / 3%) 0 1px,transparent 1px),var(--bg);background-size:1px 100%}.admin-topbar{height:82px;padding:0 28px;border-bottom:1px solid var(--line);background:#050608d1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.admin-topbar .ant-flex{height:100%}.topbar-copy{display:block;color:var(--dim);font-size:12px}.topbar-title{margin:3px 0 0!important;color:var(--text)!important;font-size:26px!important;line-height:1.1!important}.topbar-actions .ant-btn{background:var(--panel)}.topbar-actions,.topbar-actions .ant-space-item{align-items:center}.admin-avatar-button{width:38px;min-width:38px;height:38px;display:inline-flex!important;align-items:center;justify-content:center;padding:0!important;border:0!important;background:transparent!important;line-height:0!important;vertical-align:middle}.admin-avatar-button>span{display:flex;align-items:center;justify-content:center;line-height:0}.mobile-nav-trigger{display:none!important}.admin-avatar{width:32px!important;height:32px!important;display:inline-flex!important;align-items:center;justify-content:center;border:1px solid rgb(255 106 26 / 42%);background:#202638;color:var(--orange);font-weight:750;line-height:30px!important}.admin-avatar img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.admin-profile-modal{display:grid;gap:18px}.admin-profile-avatar-row{display:flex;align-items:center;gap:16px;margin-bottom:16px}.admin-profile-avatar{border:1px solid rgb(255 106 26 / 42%);background:#202638;color:var(--orange);font-size:28px;font-weight:750}.profile-divider{height:1px;background:var(--line)}.admin-content{height:calc(100% - 82px);min-height:0;overflow:auto;padding:26px}.route-stage{display:grid;gap:18px;animation:route-enter .3s cubic-bezier(.16,1,.3,1) both}.route-fallback{min-height:100vh;display:grid;place-items:center}.route-loader{width:30px;height:30px;border:2px solid rgb(157 167 184 / 32%);border-top-color:var(--orange);border-radius:50%;animation:loader-spin .8s linear infinite}.page-header{min-height:86px;padding:2px 0 8px}.page-header h2{margin:0 0 8px!important;color:var(--text)!important;font-size:28px!important;line-height:1.15!important}.dashboard-grid,.dashboard-v2{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:16px}.dashboard-command{overflow:hidden;border-color:#ff6a1a3d!important;background:radial-gradient(circle at 82% 24%,rgb(255 106 26 / 24%),transparent 28%),linear-gradient(135deg,rgb(255 106 26 / 16%),transparent 45%),var(--panel)!important}.dashboard-command .ant-card-body{min-height:252px;display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:24px;align-items:center}.dashboard-command h2{max-width:760px;margin:12px 0!important;color:var(--text)!important;font-size:34px!important;line-height:1.12!important}.dashboard-command .ant-typography{color:var(--muted)}.dashboard-pulse{width:184px;height:184px;justify-self:end;display:grid;place-items:center;align-content:center;border:1px solid rgb(255 106 26 / 30%);border-radius:50%;background:radial-gradient(circle,rgb(255 106 26 / 26%),transparent 58%),#10131a}.dashboard-pulse span{color:var(--text);font-size:54px;font-weight:820;line-height:1}.dashboard-pulse small{margin-top:12px;color:var(--muted)}.dashboard-workbench{min-height:252px}.queue-link{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid var(--line);border-radius:8px;background:var(--panel-2);color:inherit}.queue-link+.queue-link{margin-top:10px}.queue-link:hover{border-color:#ff6a1a57;background:var(--panel-3)}.queue-link span{color:var(--muted)}.queue-link strong{color:var(--text);font-size:22px}.queue-link.danger{border-color:#ff536b4d;background:#ff536b1f}.dashboard-metrics,.dashboard-main-row{grid-column:1 / -1}.metric-link{display:block;color:inherit}.metric-link:hover .summary-card{border-color:#ff6a1a4d!important;transform:translateY(-1px)}.dashboard-section{height:100%}.dashboard-section .ant-card-head{border-bottom-color:var(--line)!important}.dashboard-section .ant-card-head-title{color:var(--text);font-weight:760}.dashboard-rank-list{width:100%}.rank-row{min-height:62px;display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid rgb(38 43 54 / 70%)}.rank-row:last-child{border-bottom:0}.rank-index{width:26px;height:26px;display:grid;place-items:center;border-radius:8px;background:#ff6a1a24;color:var(--orange);font-size:12px;font-weight:800}.rank-main{min-width:0}.rank-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.rank-title .ant-typography{max-width:100%;color:var(--text)}.rank-row strong{color:var(--text);white-space:nowrap}.dashboard-rank-list.compact .rank-row{min-height:56px}.dashboard-section .ant-progress-bg{background:linear-gradient(90deg,var(--orange),var(--green))!important}.dashboard-hero{border-color:#ff6a1a3d!important;background:linear-gradient(135deg,rgb(255 106 26 / 18%),transparent 46%),var(--panel)!important}.dashboard-hero .ant-card-body{min-height:282px;display:grid;grid-template-columns:220px minmax(0,1fr);gap:28px;align-items:center}.hero-orbit{width:196px;height:196px;position:relative;display:grid;place-items:center;border:1px solid rgb(255 106 26 / 24%);border-radius:50%;background:radial-gradient(circle,#ff6a1a3d,#10131ad1 62%)}.hero-orbit span{position:absolute;inset:24px;border:15px solid rgb(255 106 26 / 78%);border-right-color:#6680ffa6;border-bottom-color:#37d98c8c;border-radius:50%}.hero-orbit strong{position:relative;color:var(--text);font-size:46px;line-height:1}.dashboard-hero h2{margin:12px 0!important;color:var(--text)!important;font-size:34px!important}.dashboard-hero .ant-typography{color:var(--muted)}.ops-panel{background:var(--panel)!important}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.panel-head h4{margin:0!important;color:var(--text)!important}.panel-head .anticon{color:var(--orange)}.queue-item{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;padding:12px 14px;border:1px solid var(--line);border-radius:8px;background:var(--panel-2)}.queue-item+.queue-item{margin-top:10px}.queue-item span{color:var(--muted)}.queue-item strong{color:var(--text);font-size:22px}.queue-item.danger{border-color:#ff536b4d;background:#ff536b1f}.summary-row{grid-column:1 / -1}.summary-card{min-height:146px;position:relative;overflow:hidden;background:var(--panel)!important}.summary-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--card-tone, var(--orange))}.summary-card.orange{--card-tone: var(--orange)}.summary-card.blue{--card-tone: var(--blue)}.summary-card.red{--card-tone: var(--red)}.summary-card.green{--card-tone: var(--green)}.summary-head{width:100%;margin-bottom:18px}.summary-head .ant-typography{color:var(--muted)}.summary-icon{width:36px;height:36px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--card-tone) 35%,transparent);border-radius:8px;background:color-mix(in srgb,var(--card-tone) 14%,transparent);color:var(--card-tone);font-size:17px}.summary-index{position:absolute;right:18px;bottom:14px;color:#9da7b829;font-size:42px;font-weight:800}.filter-card,.ant-card{border:1px solid var(--line)!important;border-radius:8px!important;background:var(--panel)!important}.filter-card{padding:2px}.settings-number-input{width:240px;max-width:100%}.settings-workspace{max-width:1160px;display:grid;grid-template-columns:220px minmax(0,1fr);gap:28px;align-items:start}.settings-workspace>.settings-section-nav,.settings-workspace>.settings-content{min-width:0}.settings-section-nav{position:sticky;top:0;display:grid;gap:4px;padding-right:20px;border-right:1px solid var(--line)}.settings-section-nav button{width:100%;min-height:64px;display:grid;gap:3px;align-content:center;padding:10px 12px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--text);text-align:left;cursor:pointer}.settings-section-nav button:hover{background:var(--panel-2)}.settings-section-nav button:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.settings-section-nav button.is-active{border-color:#ff6a1a5c;background:#ff6a1a1a}.settings-section-nav strong,.settings-section-nav span{display:block;letter-spacing:0}.settings-section-nav strong{font-size:14px}.settings-section-nav span{color:var(--muted);font-size:12px;line-height:1.45}.settings-section-tabs{display:none}.settings-content{max-width:880px}.settings-panel-heading{min-height:64px;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid var(--line)}.settings-panel-heading h3{margin:0 0 4px!important;font-size:20px!important;letter-spacing:0}.settings-panel[hidden]{display:none}.settings-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}.settings-subsection{display:grid;gap:10px;margin:6px 0 22px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.settings-webhook-url{max-width:100%;overflow-wrap:anywhere}.settings-status-list{display:flex;flex-wrap:wrap;gap:8px 18px;margin:4px 0 18px;padding:12px 0}.settings-status-list .ant-typography{white-space:nowrap}.settings-help{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.settings-help .ant-collapse-header,.settings-help .ant-collapse-content-box{padding-inline:0!important}.settings-summary-action{margin-top:8px}.settings-actions{position:sticky;z-index:4;bottom:-1px;display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:24px;padding:16px 0;border-top:1px solid var(--line);background:var(--bg)}.settings-actions .ant-typography{flex:1 1 320px;margin:0}.kook-sort-drawer .ant-modal-body{padding:20px 24px}.kook-sort-drawer .ant-modal-footer{padding:12px 24px;border-top-color:var(--line);background:var(--panel)}.kook-sort-content{display:grid;gap:24px}.kook-sort-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.kook-sort-summary>div{min-width:0;display:grid;gap:5px;padding:14px 16px}.kook-sort-summary>div+div{border-left:1px solid var(--line)}.kook-sort-summary span,.kook-sort-group-order small{color:var(--muted);font-size:12px}.kook-sort-summary strong{min-height:24px;overflow:hidden;color:var(--text);font-size:14px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.kook-sort-section{min-width:0;display:grid;gap:14px}.kook-sort-section+.kook-sort-section{padding-top:22px;border-top:1px solid var(--line)}.kook-sort-section-heading{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.kook-sort-section-heading h5{margin:0!important;color:var(--text)!important;font-size:16px!important}.kook-sort-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}.kook-sort-form-grid .ant-form-item{min-width:0;margin-bottom:16px}.kook-sort-form-full{grid-column:1 / -1}.kook-sort-group-order{display:flex;overflow-x:auto;border-top:1px solid var(--line);border-bottom:1px solid var(--line);scrollbar-color:var(--orange) transparent}.kook-sort-group-order>div{min-width:220px;display:grid;grid-template-columns:28px minmax(0,1fr);gap:2px 10px;align-items:center;padding:11px 14px}.kook-sort-group-order>div+div{border-left:1px solid var(--line)}.kook-sort-group-order span{width:28px;height:28px;grid-row:1 / 3;display:grid;place-items:center;border:1px solid rgb(255 106 26 / 42%);border-radius:8px;background:#ff6a1a1a;color:var(--orange);font-size:12px;font-weight:750}.kook-sort-group-order strong{overflow:hidden;color:var(--text);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.kook-sort-location{min-width:0}.kook-sort-confirm{display:grid;grid-template-columns:88px minmax(0,1fr);gap:9px 12px;margin-top:16px}.kook-sort-confirm span{color:var(--muted)}.kook-sort-confirm strong{color:var(--text);font-weight:650}.kook-sort-footer,.kook-sort-footer>div{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.kook-sort-footer{justify-content:space-between}.detail-stack{width:100%}.takeover-detail-table{overflow:hidden;border:1px solid var(--line);border-radius:8px}.takeover-detail-row{display:grid;grid-template-columns:108px minmax(0,1fr) 128px minmax(0,1fr);min-height:54px;border-bottom:1px solid var(--line)}.takeover-detail-row:last-child{border-bottom:0}.takeover-detail-label,.takeover-detail-value{min-width:0;display:flex;align-items:center;padding:12px 16px;border-right:1px solid var(--line)}.takeover-detail-label{background:#0c0f15;color:var(--muted);font-weight:650;white-space:nowrap}.takeover-detail-value{color:var(--text);font-weight:650}.takeover-detail-value:last-child,.takeover-detail-value--full{border-right:0}.takeover-detail-value--full{grid-column:2 / -1}.table-toolbar{display:flex;justify-content:flex-end}.feedback-content{max-width:68ch;margin:0!important;white-space:pre-wrap}.feedback-images{display:flex;flex-wrap:wrap;gap:12px}.feedback-images .ant-image-img,.feedback-image-strip .ant-image-img{object-fit:cover;border:1px solid var(--line);border-radius:8px}.feedback-image-strip{display:flex;align-items:center;gap:8px}.feedback-image-strip .ant-image{flex:0 0 auto}.announcement-upload{display:grid;gap:12px}.announcement-upload-preview{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.announcement-upload-preview img{width:100%;max-height:220px;object-fit:cover;border:1px solid var(--line);border-radius:8px;background:#0c0f15}.motion-list>*{animation:list-rise .36s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--i, 0) * 42ms)}.ant-table-wrapper{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.ant-table{background:var(--panel)!important}.ant-table-thead>tr>th{border-bottom-color:var(--line)!important;color:var(--muted)!important;font-size:12px;font-weight:700!important}.ant-table-tbody>tr>td{border-bottom-color:#262b36b3!important}.ant-table-tbody>tr:hover>td{background:var(--panel-3)!important}.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-picker,.ant-select-selector,.ant-btn-default{border-color:var(--line)!important;background:#0c0f15!important}.ant-input::placeholder,.ant-select-selection-placeholder{color:#7f899a!important}.ant-btn{border-radius:8px}.ant-btn-primary{border-color:var(--orange-2)!important;background:linear-gradient(180deg,var(--orange),var(--orange-2))!important;box-shadow:none}.ant-btn-primary:hover{filter:brightness(1.06)}.ant-tag{border-radius:999px;font-weight:650}.ant-descriptions-view,.ant-descriptions-item-label,.ant-descriptions-item-content{border-color:var(--line)!important}.ant-descriptions-item-label{background:#0c0f15!important;color:var(--muted)!important}.mobile-nav-drawer .ant-drawer-content{background:#050608}.mobile-nav-drawer .ant-drawer-body{display:grid;grid-template-rows:auto 1fr auto;gap:18px;padding:18px 14px!important;background:linear-gradient(180deg,rgb(255 106 26 / 10%),transparent 34%),#050608}.mobile-drawer-brand{min-height:auto;padding:4px 4px 8px}.mobile-drawer-footer{display:grid;gap:12px;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.mobile-drawer-footer .ant-typography{display:block}.mobile-drawer-footer .ant-space{width:100%;display:grid;grid-template-columns:1fr 1fr}.mobile-drawer-footer .ant-btn{width:100%}.ant-btn:focus-visible,.ant-input:focus,.ant-input-affix-wrapper-focused,.ant-picker-focused,.ant-select-focused .ant-select-selector{outline:2px solid rgb(102 128 255 / 55%)!important;outline-offset:2px}@keyframes route-enter{0%{opacity:0;transform:translateY(10px);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes list-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes loader-spin{to{transform:rotate(360deg)}}@media(max-width:1120px){.dashboard-v2,.dashboard-grid,.dashboard-hero .ant-card-body{grid-template-columns:1fr}.hero-orbit{width:160px;height:160px}.dashboard-command .ant-card-body{grid-template-columns:1fr}.dashboard-pulse{justify-self:start}}@media(max-width:860px){.admin-shell{height:100dvh;min-height:0;margin:0;border-width:0;border-radius:0}.admin-sider{display:none}.admin-main{width:100%;min-height:100dvh;margin-left:0}.admin-topbar{position:sticky;z-index:20;top:0;height:68px;padding:0 14px}.topbar-heading{min-width:0;flex:1 1 auto}.topbar-heading>div{min-width:0}.mobile-nav-trigger{width:40px!important;min-width:40px!important;height:40px!important;display:inline-flex!important;flex:0 0 40px;align-items:center;justify-content:center;padding:0!important;border:1px solid rgb(255 106 26 / 38%)!important;background:linear-gradient(180deg,var(--orange),#e23b0c)!important;color:#fff!important;line-height:1!important;box-shadow:0 10px 26px #ff6a1a47}.mobile-nav-trigger .ant-btn-icon{display:flex;align-items:center;justify-content:center}.mobile-nav-trigger .anticon{display:block;font-size:18px;line-height:1}.mobile-nav-trigger .anticon svg{display:block}.topbar-actions{flex:0 0 auto}.topbar-actions .ant-badge,.admin-avatar-button,.admin-avatar{display:none}.admin-content{height:calc(100dvh - 68px);min-height:0;padding:16px}.dashboard-command .ant-card-body{min-height:0;gap:18px}.dashboard-command h2{font-size:26px!important}.dashboard-pulse{width:136px;height:136px}.dashboard-pulse span{font-size:40px}.rank-row{grid-template-columns:28px minmax(0,1fr)}.rank-row>strong{grid-column:2}.mobile-nav-drawer .ant-drawer-content-wrapper{width:min(304px,86vw)!important}.mobile-nav-drawer .admin-menu{min-width:0}.mobile-nav-drawer .admin-menu .ant-menu-item{height:48px;margin:8px 0!important;padding-inline:16px!important}.mobile-nav-drawer .admin-menu .ant-menu-item .ant-menu-item-icon{min-width:20px;margin-inline-end:12px!important;font-size:18px}.page-header{align-items:flex-start!important;flex-direction:column;gap:12px!important}.page-header>div,.page-header>button,.page-header>.ant-btn{width:100%}}@media(max-width:640px){.admin-topbar{height:64px}.topbar-title{overflow:hidden;font-size:21px!important;text-overflow:ellipsis;white-space:nowrap}.page-header{min-height:auto;padding-bottom:6px}.page-header h2{font-size:26px!important}.admin-content{height:calc(100dvh - 64px);padding:14px 12px}.mobile-nav-trigger{width:38px!important;min-width:38px!important;height:38px!important;flex-basis:38px}.topbar-copy{display:none}.topbar-actions .ant-btn{min-width:44px;padding-inline:12px}.login-page{padding:14px}.login-panel{grid-template-columns:1fr;padding:10px;border-radius:16px}.login-copy{min-height:300px;padding:26px}.login-copy h1{font-size:34px!important}.filter-card .ant-card-body{padding:16px!important}.filter-card .ant-form{display:grid!important;grid-template-columns:1fr;gap:10px}.filter-card .ant-form-item{min-width:0;margin:0!important}.filter-card .ant-input-search,.filter-card .ant-input-affix-wrapper,.filter-card .ant-select,.filter-card .ant-picker,.filter-card .ant-form-item-control-input,.filter-card .ant-form-item-control-input-content{width:100%!important}.filter-card .ant-space{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px!important}.filter-card .ant-space .ant-btn{width:100%}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table{font-size:13px}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:14px 12px!important;white-space:nowrap}.ant-table-cell-fix-left,.ant-table-cell-fix-right,.ant-table-cell-fix,.ant-table-cell-fix-start,.ant-table-cell-fix-end{position:static!important;box-shadow:none!important}.ant-table-cell-fix-right-first:after,.ant-table-cell-fix-left-last:after,.ant-table-cell-fix-end-shadow:after,.ant-table-cell-fix-start-shadow:after{display:none!important}.ant-table-content,.ant-table-body{scrollbar-color:var(--orange) #0c0f15}.ant-table-content::-webkit-scrollbar,.ant-table-body::-webkit-scrollbar{height:8px}.ant-table-content::-webkit-scrollbar-thumb,.ant-table-body::-webkit-scrollbar-thumb{border-radius:999px;background:#ff6a1ab3}.ant-pagination{justify-content:flex-start!important;margin:16px 18px 18px!important}.ant-pagination-total-text{width:100%}.takeover-detail-row,.takeover-detail-row--pair{grid-template-columns:96px minmax(0,1fr)}.takeover-detail-value--full{grid-column:auto}.takeover-detail-label,.takeover-detail-value{min-height:50px;padding:10px 12px}.takeover-detail-row--pair .takeover-detail-value:nth-child(2){border-right:0}.ant-drawer:not(.mobile-nav-drawer) .ant-drawer-content-wrapper{width:100vw!important}.ant-drawer-body,.ant-modal-body{padding:16px!important}.ant-modal{max-width:calc(100vw - 24px)}.ant-descriptions-view{overflow-x:auto}.announcement-upload-preview{grid-template-columns:1fr;align-items:stretch}}.wechat-database-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:16px;align-items:start}.wechat-table-list{position:sticky;top:0;max-height:calc(100dvh - 190px);overflow:auto}.wechat-table-list .ant-card-body{padding:8px!important}.wechat-table-list .ant-menu{border-inline-end:0!important;background:transparent!important}.wechat-database-detail{min-width:0;display:grid;gap:16px}.selected-row>td{background:#f2c23014!important}.wxbot-config-meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--line)}.wxbot-config-form textarea{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.wxbot-config-tabs .ant-tabs-content-holder{min-width:0}.wxbot-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 18px}.wxbot-wide-field{grid-column:1 / -1}@media(max-width:860px){.wechat-database-layout{grid-template-columns:1fr}.wechat-table-list{position:static;max-height:300px}.wxbot-field-grid{grid-template-columns:1fr}.settings-workspace{max-width:none;display:block}.settings-section-nav{display:none}.settings-section-tabs{display:block;margin-bottom:18px}.settings-section-tabs .ant-tabs-nav{margin-bottom:0}.settings-content{max-width:none}.settings-field-grid,.kook-sort-form-grid,.kook-sort-summary{grid-template-columns:1fr}.kook-sort-form-full{grid-column:auto}.kook-sort-summary>div+div{border-top:1px solid var(--line);border-left:0}.settings-panel-heading{min-height:0}}@media(max-width:640px){.kook-channel-toolbar{width:100%;display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important}.kook-channel-toolbar .ant-btn{width:100%}.kook-channel-toolbar .ant-btn-primary{grid-column:1 / -1}.kook-sort-drawer .ant-modal-footer{padding:12px 16px}.kook-sort-section-heading,.kook-sort-footer{align-items:stretch;flex-direction:column}.kook-sort-footer>div{display:grid;grid-template-columns:1fr 1fr}.kook-sort-footer>div,.kook-sort-footer .ant-btn{width:100%}.kook-sort-confirm{grid-template-columns:1fr;gap:4px}.settings-section-tabs .ant-tabs-tab{padding-inline:4px}.settings-status-list{display:grid;gap:8px}.settings-actions{align-items:stretch}.settings-actions .ant-btn{flex:1 1 calc(50% - 5px)}.settings-actions .ant-typography{flex-basis:100%;line-height:1.5}}.kook-channel-structure-tree .ant-tree-node-content-wrapper{min-width:0}.kook-channel-structure-tree .ant-tree-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wechat-topic-card .ant-card-body{padding:18px}.wechat-topic-card h4{margin-bottom:4px!important}.wechat-topic-samples{display:grid;gap:8px;border:1px solid rgb(255 255 255 / 8%);border-radius:8px;background:#ffffff08;padding:10px 12px}.wechat-topic-samples .ant-typography{line-height:1.7}.wechat-topic-card{border-radius:8px}.wechat-original-message{white-space:pre-wrap;overflow-wrap:anywhere}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}body{background:var(--bg)!important}.admin-sider{background:#fff!important}.brand-title{color:#171717!important}.admin-menu .ant-menu-item-selected .anticon,.admin-menu .ant-menu-submenu-selected>.ant-menu-submenu-title .anticon{color:#6d28d9!important}.sider-footer{background:#fafafa}.status-dot{background:#7c3aed;box-shadow:0 0 0 4px #7c3aed1f}.sider-logout,.sider-collapse{color:#777!important}.sider-logout:hover,.sider-collapse:hover{color:#6d28d9!important;background:#f4efff!important}.admin-topbar{border-color:var(--line);background:#ffffffeb}.topbar-command-search .ant-input,.topbar-command-search .ant-input-affix-wrapper{background:#fafafa!important}.admin-avatar{border-color:#ddd0fb;background:#f4efff;color:#6d28d9}.page-header{padding-top:6px;padding-bottom:10px}.page-header h2{margin-top:5px!important;color:#171717!important;font-size:27px!important;letter-spacing:0}.filter-card,.ant-card{border-color:var(--line)!important;background:#fff!important}.filter-card{border-radius:8px!important;background:#fff!important}.filter-card .ant-card-body{padding:14px 16px!important}.ant-table-wrapper{border-color:var(--line);border-radius:8px}.ant-table-thead>tr>th{background:#fafafa!important;color:#555!important}.ant-pagination{border-color:var(--line)}.ant-drawer-content,.ant-modal-content,.ant-popover-inner{border-color:var(--line);box-shadow:var(--shadow)!important}.modal-panel-title{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.dashboard-command{border-color:var(--line)!important;background:#fff!important}.dashboard-command .ant-card-body{min-height:210px}.dashboard-command h2,.dashboard-hero h2{color:#171717!important}.dashboard-pulse span,.panel-kicker,.panel-head .anticon,.rank-index{color:#6d28d9}.queue-link.danger{background:#fff8f8}.dashboard-metrics{gap:0;border:1px solid var(--line);border-radius:8px;background:#fff}.dashboard-metrics>.ant-col{min-height:120px;border-right:1px solid var(--line)}.dashboard-metrics .summary-card{min-height:120px;border:0!important;border-top:0!important;border-radius:0!important}.summary-card:nth-child(1) .ant-statistic-content,.metric-link:first-child .ant-statistic-content{color:#6d28d9}.settings-section-nav,.wechat-table-list .ant-menu{background:#fafafa!important}.settings-section-nav button:hover,.settings-section-nav button.is-active{background:#f4efff!important;color:#6d28d9!important}.login-page{background:#f8f9f8!important}.login-panel{border-color:var(--line);box-shadow:var(--shadow)}.login-kicker{color:#6d28d9}.mobile-nav-drawer .ant-drawer-content{background:#fff!important}.mobile-nav-drawer .ant-drawer-body{background:#fff}.login-pro-page{min-height:100dvh;width:100%;margin:0!important;padding:0}.login-pro-page .ant-pro-form-login-page,.login-pro-page .ant-pro-form-login-page>.ant-pro-form-login-page{min-height:100dvh!important;width:100%!important;margin:0!important;box-sizing:border-box;background:#fff!important}.login-pro-page .ant-pro-form-login-page>.ant-pro-form-login-page{display:flex}.login-pro-page .ant-pro-form-login-page-notice{display:block!important;flex:0 0 58%!important;max-width:58%!important;height:auto!important;overflow:hidden}.login-pro-page .ant-pro-form-login-page-notice-activity,.login-pro-page .ant-pro-form-login-page-notice-activity-title{display:block!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;font-size:inherit!important}.login-visual-content{position:relative;width:100%;min-height:100dvh;overflow:hidden;color:#fff}.login-visual-image,.login-visual-scrim{position:absolute;inset:0;width:100%;height:100%}.login-visual-image{object-fit:cover;object-position:center;filter:grayscale(32%)}.login-visual-scrim{background:#0a0a0c7a}.login-visual-copy{position:relative;z-index:1;display:flex;min-height:100dvh;flex-direction:column;justify-content:space-between;padding:42px}.login-visual-brand{display:flex;align-items:center;gap:12px}.login-visual-brand .login-mark{display:grid;width:38px;height:38px;place-items:center;border-color:#ffffff52;background:#ffffff24;color:#fff}.login-visual-title,.login-visual-subtitle{display:block;color:#fff!important}.login-visual-title{font-size:17px;font-weight:700}.login-visual-subtitle{margin-top:2px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:11px;letter-spacing:.08em;opacity:.72}.login-visual-copy h1{max-width:500px;margin:0 0 12px!important;color:#fff!important;font-size:46px!important;line-height:1.15!important}.login-visual-copy p{max-width:390px;margin:0!important;color:#ffffffd6!important;font-size:16px;line-height:1.8}.login-pro-page .ant-pro-form-login-page-left{flex:1 1 42%!important;width:auto!important;max-width:none!important;min-height:100dvh!important;margin:0!important;padding:40px!important;background:#fff}.login-pro-page .ant-pro-form-login-page-container{width:min(400px,100%)!important;margin:auto!important;padding:0!important;border-radius:0!important;background:transparent!important;background-image:none!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.login-pro-page .ant-pro-form-login-page-main .ant-form-item{margin-bottom:20px}.login-pro-page .ant-pro-form-login-page-main .ant-btn-primary{min-height:44px;font-weight:700}.login-pro-page .ant-pro-form-login-page-main .ant-alert{margin-bottom:20px}.login-pro-page .login-form-heading{margin-bottom:34px}.login-pro-page .login-form-heading>.ant-typography:first-child{color:#6d28d9!important;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:11px;font-weight:700;letter-spacing:.08em}.login-pro-page .login-form-heading h2{margin:7px 0 8px!important;color:#171717!important;font-size:29px!important}.login-pro-page .login-form-heading p{margin:0!important;color:#666!important}@media(max-width:900px){.login-pro-page .ant-pro-form-login-page-notice{display:none!important}.login-pro-page .ant-pro-form-login-page-left{min-height:100dvh!important;padding:24px!important}}.login-form-heading .ant-typography:first-child{color:#7c3aed}@media(max-width:720px){.dashboard-metrics{gap:0}.dashboard-metrics>.ant-col,.dashboard-metrics>.ant-col:nth-child(n){border-right:0;border-bottom:1px solid var(--line)}.dashboard-metrics>.ant-col:nth-last-child(-n+2){border-bottom:0}}.entity-detail-page{display:grid;gap:22px;max-width:1180px}.entity-detail-loading{padding:20px 0}.entity-detail-content{display:grid;gap:28px;padding:2px 0 28px}.entity-detail-section{padding-top:2px}.entity-detail-section+.entity-detail-section{padding-top:26px;border-top:1px solid var(--line)}.entity-detail-section h4{margin:0 0 14px!important;color:var(--text)!important;font-size:16px!important}.entity-detail-grid .ant-descriptions-view{border:0;border-radius:0}.entity-detail-grid .ant-descriptions-item{padding:10px 18px 10px 0;border-bottom:1px solid var(--line)}.entity-detail-grid .ant-descriptions-item-label,.entity-detail-grid .ant-descriptions-item-content{padding:0!important;background:transparent!important}.entity-detail-grid .ant-descriptions-item-label{color:var(--muted)!important}.entity-detail-related{display:grid;gap:16px}.entity-detail-related-item{padding:14px 0;border-bottom:1px solid var(--line)}.entity-detail-json{max-height:320px;margin:10px 0 0!important;overflow:auto;padding:12px;border:1px solid var(--line);border-radius:6px;background:#fafafa;color:#444;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;line-height:1.6;white-space:pre-wrap}@media(max-width:720px){.entity-detail-page{gap:18px}.entity-detail-grid .ant-descriptions-item{padding-right:0}}:root{--bg: #080a0f;--bg-deep: #04060a;--panel: #111722;--panel-2: #151d2a;--panel-3: #1a2433;--line: #283344;--line-strong: #3a4658;--text: #f4f7fb;--muted: #aab4c3;--dim: #778294;--orange: #f2c230;--orange-2: #c99816;--blue: #8aa4ff;--green: #42d69a;--red: #ff5f74;--yellow: #f2c230;--shadow: 0 20px 80px rgb(0 0 0 / 46%)}body{background:linear-gradient(90deg,rgb(255 255 255 / 3%) 1px,transparent 1px),linear-gradient(180deg,#0b0f16,#06080d 54%,#04060a);background-size:56px 56px,auto}.login-page{background:linear-gradient(90deg,rgb(242 194 48 / 7%) 0 1px,transparent 1px),linear-gradient(180deg,#0b0f16,#05070b);background-size:64px 64px,auto}.login-panel{gap:0;padding:0;overflow:hidden;border-color:#f2c2302e;border-radius:18px;background:#070a0feb;grid-template-columns:minmax(0,1fr) 360px}.login-copy{border:0;border-right:1px solid var(--line);border-radius:0;background:linear-gradient(135deg,rgb(242 194 48 / 14%),transparent 42%),#0b1018}.login-card{border:0!important;border-radius:0!important;background:#101722!important}.admin-shell{height:calc(100dvh - 24px);margin:12px;border-color:#f2c23029;border-radius:18px;background:#070a10}.admin-sider{padding:14px 10px;background:linear-gradient(180deg,rgb(242 194 48 / 6%),transparent 24%),#070a10!important}.brand{min-height:68px;padding:6px 10px 18px}.brand-mark{width:40px;height:40px;border-color:#f2c23070;border-radius:12px;background:linear-gradient(180deg,#f4d35d,#c99816);color:#171104;box-shadow:0 12px 30px #f2c2302e}.brand-title{color:var(--text);font-size:15px;font-weight:780}.brand-subtitle,.topbar-copy{color:var(--dim);font-size:12px}.admin-menu .ant-menu-submenu-title,.admin-menu .ant-menu-item{height:38px!important;margin:3px 0!important;border-radius:10px;color:var(--muted)!important}.admin-menu .ant-menu-submenu-title:hover,.admin-menu .ant-menu-item:hover{background:#ffffff0d!important;color:var(--text)!important}.admin-menu .ant-menu-submenu-selected>.ant-menu-submenu-title,.admin-menu .ant-menu-item-selected{border:1px solid rgb(242 194 48 / 28%);background:#f2c2301c!important;color:#f7d86c!important}.sider-footer{right:10px;bottom:14px;left:10px;padding:12px;border-radius:12px;background:#111722d6}.admin-main{background:linear-gradient(180deg,rgb(255 255 255 / 3%),transparent 180px),#0a0e15}.admin-topbar{height:72px;padding:0 24px;background:#0a0e15cc;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topbar-title{margin-top:2px!important;font-size:22px!important;font-weight:760!important}.topbar-actions .ant-btn,.admin-avatar-button{border-color:var(--line)!important;background:#111722c7!important}.admin-avatar{border-color:#f2c23066;background:#202516;color:#f7d86c}.admin-content{height:calc(100% - 72px);padding:22px}.route-stage{max-width:1540px;margin:0 auto;gap:16px}.page-header{min-height:0;position:relative;align-items:flex-start!important;padding:18px 20px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(90deg,rgb(242 194 48 / 10%),transparent 38%),#111722b8}.page-header:before{content:"";position:absolute;top:18px;bottom:18px;left:0;width:3px;border-radius:0 999px 999px 0;background:var(--orange)}.page-header-copy{min-width:0}.page-header h2{margin-bottom:6px!important;font-size:24px!important;font-weight:780!important}.page-header .ant-typography-secondary{max-width:78ch;display:block;line-height:1.65}.page-header-actions{max-width:100%;flex:0 0 auto}.page-header-actions .ant-space{justify-content:flex-end}.filter-card,.ant-card{border-color:var(--line)!important;border-radius:14px!important;background:#111722e0!important;box-shadow:none!important}.filter-card{background:linear-gradient(180deg,rgb(255 255 255 / 3%),transparent),#111722db!important}.ant-table-wrapper{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#111722b8}.ant-table{background:transparent!important}.ant-table-thead>tr>th{color:#d8dee9!important;font-size:12px;font-weight:760!important;letter-spacing:.02em}.ant-table-tbody>tr>td{border-bottom-color:#283344b8!important}.ant-table-tbody>tr:last-child>td{border-bottom:0!important}.ant-pagination{padding:12px 16px;margin:0!important;border-top:1px solid var(--line)}.ant-btn{font-weight:650}.ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous){border-color:var(--line);background:#151d2acc}.ant-btn-primary{color:#171104!important;box-shadow:0 10px 26px #f2c23029}.ant-input,.ant-input-number,.ant-picker,.ant-select-selector,.ant-input-affix-wrapper{border-color:var(--line)!important;background:#080a0fad!important}.ant-input:focus,.ant-input-focused,.ant-input-number-focused,.ant-picker-focused,.ant-select-focused .ant-select-selector,.ant-input-affix-wrapper-focused{border-color:#f2c230b3!important;box-shadow:0 0 0 2px #f2c2301f!important}.ant-drawer-content,.ant-modal-content{border:1px solid var(--line)}.ant-drawer-header,.ant-modal-header,.ant-card-head{border-bottom-color:var(--line)!important}.ant-tabs-nav:before{border-bottom-color:var(--line)!important}.ant-tabs-tab{color:var(--muted)}.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--orange)!important}.summary-card{min-height:132px}.summary-card:before{height:2px}.summary-icon,.rank-index{border-radius:10px}.queue-link,.queue-item,.settings-section-nav button,.takeover-detail-table,.wechat-topic-samples{border-radius:12px}.settings-workspace,.wechat-database-layout,.dashboard-grid,.dashboard-v2{gap:18px}.settings-section-nav{top:12px}.settings-actions{background:linear-gradient(180deg,transparent,var(--bg) 22%)}.kook-sort-drawer .ant-modal-footer{background:var(--panel)}@media(max-width:980px){body:has(.admin-shell){overflow:auto}.admin-shell{min-height:100dvh;height:auto;margin:0;border:0;border-radius:0}.admin-sider{display:none}.mobile-nav-trigger{display:inline-flex!important}.admin-content{height:auto;min-height:calc(100dvh - 72px);padding:16px}.page-header{flex-direction:column;padding:16px}.page-header-actions,.page-header-actions>.ant-space,.page-header-actions .ant-btn{width:100%}.dashboard-grid,.dashboard-v2{grid-template-columns:1fr}}@media(max-width:640px){.login-page{padding:14px}.login-panel{width:100%;grid-template-columns:1fr}.login-copy{min-height:240px;padding:24px;border-right:0;border-bottom:1px solid var(--line)}.login-copy h1{font-size:32px!important}.admin-topbar{height:auto;min-height:66px;padding:10px 14px}.topbar-actions .ant-btn:not(.admin-avatar-button){width:36px;padding-inline:0}.topbar-actions .ant-btn:not(.admin-avatar-button) span:not(.anticon){display:none}.admin-content{min-height:calc(100dvh - 66px);padding:12px}.filter-card .ant-form,.filter-card .ant-form-item,.filter-card .ant-btn,.filter-card .ant-picker,.filter-card .ant-input,.filter-card .ant-select,.filter-card .ant-input-number{width:100%!important}}:root{color-scheme:light;--bg: #f2f5f2;--bg-deep: #e9eeea;--panel: #ffffff;--panel-2: #f5f8f5;--panel-3: #edf4f0;--line: #d9e2dc;--line-strong: #bdcbc2;--text: #17231e;--muted: #627169;--dim: #849189;--orange: #087f6b;--orange-2: #056a59;--blue: #2876a8;--green: #2f8d5c;--red: #bc4a42;--yellow: #ae701b;--shadow: 0 18px 42px rgb(34 61 47 / 9%);background:var(--bg);color:var(--text)}html,body{background:var(--bg)!important}body{color:var(--text);background:linear-gradient(90deg,rgb(23 35 30 / 3%) 1px,transparent 1px),linear-gradient(180deg,#f8faf8 0,var(--bg) 360px)!important;background-size:44px 44px,auto!important}body:has(.admin-shell){overflow:hidden}.admin-shell{height:100dvh;margin:0;border:0;border-radius:0;background:transparent;box-shadow:none}.admin-sider{padding:14px 10px;border-right:1px solid var(--line);background:#fafcfaf0!important}.brand{min-height:68px;padding:5px 8px 16px}.brand-mark,.login-mark{width:38px;height:38px;display:inline-grid;place-items:center;border:1px solid #b9d6ca;border-radius:8px;background:#e3f1ea;color:#087f6b;box-shadow:none}.brand-title{color:var(--text)!important;font-size:15px;font-weight:750}.brand-subtitle,.topbar-copy{color:var(--dim)!important;font-size:12px}.admin-sider.ant-layout-sider-collapsed .brand>div:last-child,.admin-sider.ant-layout-sider-collapsed .sider-footer>div{display:none}.admin-menu .ant-menu-item,.admin-menu .ant-menu-submenu-title{height:38px!important;margin:3px 0!important;border:0;border-radius:6px;color:var(--muted)!important;line-height:38px!important}.admin-menu .ant-menu-submenu-title:hover,.admin-menu .ant-menu-item:hover{background:#edf3ef!important;color:var(--text)!important}.admin-menu .ant-menu-submenu-selected>.ant-menu-submenu-title,.admin-menu .ant-menu-item-selected{border:0;background:#ddf0e7!important;color:#056a59!important;font-weight:700}.admin-menu .ant-menu-sub .ant-menu-item{padding-left:38px!important}.sider-footer{right:10px;bottom:14px;left:10px;min-height:52px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:#f4f7f4}.sider-footer .ant-typography{color:var(--muted)!important}.sider-footer .mono{color:var(--text)!important}.status-dot{width:8px;height:8px;background:var(--green);box-shadow:0 0 0 4px #2f8d5c1f}.sider-collapse{margin-left:auto;color:var(--muted)!important}.admin-sider.ant-layout-sider-collapsed .sider-footer{display:grid;place-items:center;padding:8px}.admin-sider.ant-layout-sider-collapsed .sider-collapse{display:none}.admin-main{background:transparent}.admin-topbar{height:72px;padding:0 24px;border-bottom:1px solid var(--line);background:#fafcfad6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar-title{margin-top:2px!important;color:var(--text)!important;font-size:21px!important;font-weight:760!important}.topbar-command-search{width:min(28vw,288px)}.topbar-command-search .ant-input,.topbar-command-search .ant-input-affix-wrapper{background:#f2f6f3!important}.topbar-actions .ant-btn,.admin-avatar-button{border-color:var(--line)!important;background:#fff!important}.admin-avatar{border-color:#b9d6ca;background:#e3f1ea;color:#056a59}.admin-content{height:calc(100% - 72px);padding:22px 24px 28px}.route-stage{max-width:1600px;gap:18px;animation-duration:.18s}.route-loader{border-color:#cfe0d7;border-top-color:var(--orange)}.page-header{min-height:0;padding:2px 0 8px;border:0;border-radius:0;background:transparent}.page-header:before{display:none}.page-header h2{margin-bottom:5px!important;color:var(--text)!important;font-size:25px!important;font-weight:760!important}.page-header .ant-typography-secondary{color:var(--muted)!important}.filter-card,.ant-card{border-color:var(--line)!important;border-radius:8px!important;background:#fff!important;box-shadow:none!important}.filter-card{background:#f7faf7!important}.filter-card .ant-card-body,.ant-card .ant-card-body{padding:18px!important}.filter-card .ant-form{gap:10px 12px}.filter-card .ant-form-item{margin-bottom:0}.ant-btn{border-color:var(--line);background:#fff;color:#31423a;font-weight:650;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .12s ease}.ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):hover{border-color:#9fc5b3!important;background:#edf7f1!important;color:#056a59!important}.ant-btn-primary{border-color:#087f6b!important;background:#087f6b!important;color:#fff!important;box-shadow:none!important}.ant-btn-primary:hover{border-color:#056a59!important;background:#056a59!important}.ant-btn:active{transform:translateY(1px)}.ant-input,.ant-input-number,.ant-picker,.ant-select-selector,.ant-input-affix-wrapper{border-color:var(--line)!important;background:#fff!important}.ant-input:focus,.ant-input-focused,.ant-input-number-focused,.ant-picker-focused,.ant-select-focused .ant-select-selector,.ant-input-affix-wrapper-focused{border-color:#51aa8e!important;box-shadow:0 0 0 2px #087f6b1f!important}.ant-table-wrapper{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.ant-table,.ant-table-container,.ant-table-thead>tr>th,.ant-table-tbody>tr>td{background:transparent!important}.ant-table-thead>tr>th{background:#f4f7f4!important;color:#526159!important;font-size:12px;font-weight:700!important}.ant-table-tbody>tr>td{border-bottom-color:#e4ebe6!important}.ant-table-tbody>tr:hover>td{background:#f2f8f4!important}.ant-pagination{padding:12px 16px;margin:0!important;border-top:1px solid var(--line);background:#fff}.ant-tag{border-radius:999px;font-weight:600}.ant-drawer-content,.ant-modal-content,.ant-popover-inner{border:1px solid var(--line);background:#fff!important;box-shadow:var(--shadow)!important}.ant-drawer-header,.ant-modal-header,.ant-card-head,.ant-tabs-nav:before{border-bottom-color:var(--line)!important}.ant-descriptions-bordered .ant-descriptions-item-label{background:#f4f7f4!important}.dashboard-v2{grid-template-columns:minmax(0,1.45fr) minmax(300px,.7fr);gap:18px}.dashboard-command{border-color:#bfddcf!important;background:#e9f5ee!important}.dashboard-command .ant-card-body{min-height:250px;grid-template-columns:minmax(0,1fr) 190px}.dashboard-command h2,.dashboard-hero h2{color:var(--text)!important;font-size:32px!important}.dashboard-command .ant-typography,.dashboard-hero .ant-typography{color:var(--muted)!important}.panel-kicker{color:#087f6b;font-weight:700}.dashboard-pulse{width:170px;height:170px;border:12px solid #d2e8dc;background:#fff}.dashboard-pulse span{color:#087f6b;font-size:48px}.dashboard-pulse small,.queue-link span{color:var(--muted)}.dashboard-workbench,.ops-panel{background:#fff!important}.panel-head .anticon,.rank-index{color:#087f6b}.queue-link{min-height:58px;border-color:transparent;border-radius:6px;background:#f4f7f4;transition:background .16s ease,transform .12s ease}.queue-link:hover{border-color:transparent;background:#e9f5ee;transform:translate(2px)}.queue-link.danger{border-color:transparent;background:#fdf0ef}.queue-link strong,.rank-row strong{color:var(--text)}.dashboard-metrics,.dashboard-main-row{margin:0!important}.dashboard-metrics{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:12px}.dashboard-metrics>.ant-col{width:auto!important;max-width:none!important;padding:0!important}.dashboard-metrics>.ant-col:nth-child(1),.dashboard-metrics>.ant-col:nth-child(4),.dashboard-metrics>.ant-col:nth-child(7){grid-column:span 4}.dashboard-metrics>.ant-col:nth-child(2),.dashboard-metrics>.ant-col:nth-child(5),.dashboard-metrics>.ant-col:nth-child(6),.dashboard-metrics>.ant-col:nth-child(8){grid-column:span 3}.dashboard-metrics>.ant-col:nth-child(3){grid-column:span 2}.summary-card{min-height:116px;border-top:3px solid #cfe2d7!important}.summary-card.red{border-top-color:#e9c4c0!important}.summary-card.blue{border-top-color:#c4dce9!important}.summary-card.orange{border-top-color:#ead5b5!important}.summary-card.green{border-top-color:#bfe0ca!important}.summary-icon,.rank-index{border-radius:6px;background:#e8f4ed}.metric-link:hover .summary-card{border-color:#9fc9b5!important;transform:translateY(-2px)}.dashboard-main-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch}.dashboard-main-row>.ant-col{width:auto!important;max-width:none!important;padding:0!important}.dashboard-main-row>.ant-col:nth-child(3){grid-column:1 / -1}.dashboard-section .ant-card-head-title,.panel-head h4,.rank-title .ant-typography{color:var(--text)!important}.rank-row{border-bottom-color:#e5ece7}.dashboard-section .ant-progress-bg{background:#087f6b!important}.settings-workspace>.settings-section-nav,.wechat-table-list,.wechat-topic-card,.wechat-database-detail,.kook-sort-drawer .ant-modal-footer{border-color:var(--line)!important;background:#fff!important}.settings-section-nav,.wechat-table-list .ant-menu{background:#f5f8f5!important}.settings-section-nav button,.wechat-topic-samples,.wechat-original-message,.feedback-content,.feedback-image-strip,.takeover-detail-table{border-color:var(--line)!important;background:#f6f9f6!important}.settings-section-nav button:hover,.settings-section-nav button.is-active{background:#e6f3eb!important;color:#056a59!important}.settings-actions{border-top:1px solid var(--line);background:#ffffffeb!important}@media(max-width:980px){body:has(.admin-shell){overflow:auto}.admin-shell{min-height:100dvh}.admin-sider{display:none}.admin-content{min-height:calc(100dvh - 72px);height:auto;padding:18px}.dashboard-v2,.dashboard-main-row{grid-template-columns:1fr}.dashboard-main-row>.ant-col:nth-child(3){grid-column:auto}}@media(max-width:720px){.admin-topbar{min-height:66px;height:auto;padding:10px 14px}.topbar-command-search{display:none}.dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-metrics>.ant-col,.dashboard-metrics>.ant-col:nth-child(n){grid-column:span 1}.dashboard-command .ant-card-body{grid-template-columns:1fr}.dashboard-pulse{justify-self:start}}.login-page{min-height:100dvh;padding:28px;background:linear-gradient(90deg,rgb(23 35 30 / 4%) 1px,transparent 1px),linear-gradient(180deg,#f8faf8,#e9efeb)!important;background-size:44px 44px,auto!important}.login-panel{width:min(1040px,100%);grid-template-columns:minmax(0,1.18fr) 380px;overflow:hidden;padding:0;border-color:#cfdcd5;border-radius:8px;background:#fff;box-shadow:var(--shadow)}.login-copy{min-height:500px;justify-content:space-between;padding:34px;border:0;border-right:1px solid var(--line);border-radius:0;background:#e8f4ed}.login-identity,.login-signals{display:flex;align-items:center;gap:10px}.login-kicker{color:#087f6b;font-weight:750}.login-copy-body{max-width:430px}.login-copy h1{margin:0 0 12px;color:var(--text)!important;font-size:46px!important}.login-copy p{color:var(--muted)!important}.login-signals{flex-wrap:wrap}.login-signals span{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid #c4ddcf;border-radius:999px;color:#3c5c4d;font-size:12px;font-weight:650}.login-card{border:0!important;border-radius:0!important;background:#fff!important}.login-form-heading{margin-bottom:28px}.login-form-heading .ant-typography:first-child{color:var(--dim)}.login-form-heading h2{margin:5px 0 0!important;color:var(--text)!important}@media(max-width:640px){.login-page{padding:14px}.login-panel{grid-template-columns:1fr}.login-copy{min-height:280px;padding:24px;border-right:0;border-bottom:1px solid var(--line)}.login-copy h1{font-size:34px!important}}@media(prefers-reduced-motion:reduce){.route-stage,.metric-link .summary-card,.queue-link,.ant-btn{animation:none!important;transition:none!important}}:root{--bg: #f8f9f8;--bg-deep: #f1f3f1;--panel: #ffffff;--panel-2: #fafafa;--panel-3: #f6f4ff;--line: #e8eae8;--line-strong: #d9dcda;--text: #171717;--muted: #666666;--dim: #929292;--orange: #6d28d9;--orange-2: #5b21b6;--blue: #6d28d9;--green: #6d28d9;--red: #b84444;--yellow: #a66a16;--shadow: 0 12px 32px rgb(20 12 40 / 6%)}body,.login-page{background:#f8f9f8!important}.admin-sider,.admin-topbar{background:#fffffff0!important}.brand-mark,.login-mark{border-color:#ddd0fb;background:#f4efff;color:#6d28d9}.brand-title,.topbar-title,.page-header h2{color:#171717!important}.brand-subtitle,.topbar-copy,.page-kicker{color:#7c3aed!important;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:11px;font-weight:700;letter-spacing:.08em}.admin-menu .ant-menu-submenu-title:hover,.admin-menu .ant-menu-item:hover{background:#f7f5ff!important;color:#3b2465!important}.admin-menu .ant-menu-submenu-selected>.ant-menu-submenu-title,.admin-menu .ant-menu-item-selected{background:#f1ebff!important;color:#6d28d9!important}.admin-menu .ant-menu-item-selected .anticon,.admin-menu .ant-menu-submenu-selected>.ant-menu-submenu-title .anticon,.status-dot,.panel-kicker,.panel-head .anticon,.rank-index,.dashboard-pulse span{color:#6d28d9!important}.status-dot{background:#7c3aed!important;box-shadow:0 0 0 4px #7c3aed1f}.sider-logout:hover,.sider-collapse:hover,.settings-section-nav button:hover,.settings-section-nav button.is-active{color:#6d28d9!important;background:#f4efff!important}.admin-sider.ant-layout-sider-collapsed .sider-footer{display:flex;justify-content:center;gap:2px}.admin-sider.ant-layout-sider-collapsed .sider-collapse{display:inline-flex}.admin-sider.ant-layout-sider-collapsed .sider-logout{display:none}.topbar-command-search .ant-input,.topbar-command-search .ant-input-affix-wrapper,.filter-card,.filter-card .ant-card-body,.ant-table-thead>tr>th,.settings-section-nav,.wechat-table-list .ant-menu{background:#fafafa!important}.filter-card,.ant-card,.ant-table-wrapper,.ant-drawer-content,.ant-modal-content,.ant-popover-inner,.settings-workspace>.settings-section-nav,.wechat-table-list,.wechat-topic-card,.wechat-database-detail{border-color:#e8eae8!important;background:#fff!important}.ant-btn-primary{border-color:#6d28d9!important;background:#6d28d9!important;color:#fff!important}.ant-btn-primary:hover{border-color:#5b21b6!important;background:#5b21b6!important}.ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):hover{border-color:#cfc0f3!important;background:#f7f4ff!important;color:#6d28d9!important}.ant-input:focus,.ant-input-focused,.ant-input-number-focused,.ant-picker-focused,.ant-select-focused .ant-select-selector,.ant-input-affix-wrapper-focused{border-color:#8b5cf6!important;box-shadow:0 0 0 2px #6d28d91c!important}.ant-table-tbody>tr:hover>td{background:#fbfaff!important}.ant-pagination .ant-pagination-item-active{border-color:#6d28d9}.ant-pagination .ant-pagination-item-active a{color:#6d28d9}.ant-tag{border-color:#e8eae8;background:#fafafa;color:#555}.dashboard-command,.dashboard-workbench,.ops-panel{border-color:#e8eae8!important;background:#fff!important}.dashboard-pulse{border-color:#e7defa;background:#faf8ff}.queue-link{background:#fafafa}.queue-link:hover{background:#f7f4ff}.dashboard-metrics{gap:0;border:1px solid #e8eae8;border-radius:8px;background:#fff}.dashboard-metrics>.ant-col{min-height:120px;border-right:1px solid #e8eae8}.dashboard-metrics>.ant-col:nth-child(4),.dashboard-metrics>.ant-col:nth-child(8){border-right:0}.dashboard-metrics .summary-card{min-height:120px;border:0!important;border-radius:0!important}.summary-icon,.rank-index{background:#f4efff}.summary-card .ant-statistic-content,.summary-card .ant-statistic-content-value{color:#171717}.dashboard-section .ant-progress-bg{background:#6d28d9!important}.login-copy{background:#fbfaff}.login-kicker,.login-form-heading .ant-typography:first-child{color:#6d28d9!important}.login-signals span{border-color:#e2d8fa;color:#553c85}@media(max-width:720px){.dashboard-metrics>.ant-col,.dashboard-metrics>.ant-col:nth-child(n){border-right:0;border-bottom:1px solid #e8eae8}.dashboard-metrics>.ant-col:nth-last-child(-n+2){border-bottom:0}}.entity-person{min-width:0}.entity-person>span{min-width:0;display:grid;gap:2px}.entity-person .ant-typography{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entity-person .ant-typography-secondary{font-size:12px}.entity-avatar-panel{min-height:108px;display:flex;align-items:center;gap:16px;padding:16px 0}.entity-image-gallery{display:flex;flex-wrap:wrap;gap:10px}.entity-image-gallery .ant-image{overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#fafafa}.entity-image-gallery .ant-image-img{object-fit:cover}.entity-inline-empty{margin:4px 0!important;padding:8px 0}.entity-inline-empty .ant-empty-image{height:34px;margin-bottom:4px}.entity-rich-text{max-width:840px;min-height:48px;margin:0!important;color:var(--text)!important;line-height:1.8;white-space:pre-wrap}.entity-id-list{display:flex;flex-wrap:wrap;gap:8px}.entity-id-list span{padding:7px 9px;border:1px solid var(--line);border-radius:6px;background:#fafafa;color:var(--text);font-size:12px}@media(min-width:901px){html:has(.login-pro-page),body:has(.login-pro-page){height:100%;overflow:hidden}.login-page.login-pro-page,.login-pro-page .ant-pro-form-login-page,.login-pro-page .ant-pro-form-login-page>.ant-pro-form-login-page,.login-pro-page .ant-pro-form-login-page-left,.login-pro-page .ant-pro-form-login-page-notice,.login-visual-content,.login-visual-copy{height:100dvh!important;min-height:0!important;max-height:100dvh}.login-page.login-pro-page{padding:0!important;box-sizing:border-box;overflow:hidden}.login-pro-page .ant-pro-form-login-page-left{overflow:hidden!important}}@media(max-width:900px){.login-page.login-pro-page{min-height:100dvh;height:auto;padding:0!important;overflow:visible}.login-pro-page .ant-pro-form-login-page,.login-pro-page .ant-pro-form-login-page>.ant-pro-form-login-page,.login-pro-page .ant-pro-form-login-page-left{min-height:100dvh!important;height:auto!important}.login-pro-page .ant-pro-form-login-page-left{overflow:visible!important}}.ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.ant-btn-text):not(.ant-btn-link){border-color:#e8eae8!important;background:#fff!important;color:#454545!important}.ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.ant-btn-text):not(.ant-btn-link):hover{border-color:#cfc0f3!important;background:#f7f4ff!important;color:#6d28d9!important}.ant-btn-dangerous:not(.ant-btn-primary){border-color:#e5c3c3!important;background:#fff!important;color:#b84444!important}.ant-btn-dangerous:not(.ant-btn-primary):hover{border-color:#b84444!important;background:#fff5f5!important;color:#a33434!important}.brand{min-height:70px;display:flex;align-items:flex-start;padding:8px 10px 18px}.brand-mark{display:none!important}.brand-copy{min-width:0;display:grid;gap:4px}.brand-title{color:#171717!important;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:700;line-height:1.2}.brand-subtitle,.brand-compact-title{color:#7c3aed!important;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:10px;font-weight:700;letter-spacing:.08em;line-height:1.2}.brand-compact-title{display:none}.sider-footer{min-height:54px;display:flex;align-items:center;gap:9px;padding:8px 9px}.sider-footer.is-collapsed{width:48px;min-height:48px;display:grid;place-items:center;padding:0}.sider-collapse{width:32px!important;min-width:32px!important;height:32px!important;display:inline-grid!important;place-items:center;margin-left:auto!important;padding:0!important;border-radius:6px!important}.sider-footer.is-collapsed .sider-collapse{margin-left:0!important}.admin-sider.ant-layout-sider-collapsed .brand{justify-content:center;padding-inline:0}.admin-sider.ant-layout-sider-collapsed .brand-title,.admin-sider.ant-layout-sider-collapsed .brand-subtitle{display:none}.admin-sider.ant-layout-sider-collapsed .brand-compact-title{display:block;font-size:12px}.mobile-nav-drawer .brand{padding:8px 4px 18px}.mobile-nav-drawer .brand-compact-title{display:none}.entity-identity{display:flex;align-items:center;gap:16px;min-height:94px;padding:4px 0 20px;border-bottom:1px solid var(--line)}.entity-identity .ant-typography{display:block}.entity-identity h4{margin:0 0 5px!important;color:var(--text)!important;font-size:20px!important}.entity-identity-status{margin-top:9px}.entity-identity-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.entity-identity--compact{min-height:70px;padding:8px 0 0;border-bottom:0}.entity-avatar-panel .entity-identity h4{font-size:17px!important}.user-block-editor-preview{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:12px;align-items:center;margin-bottom:16px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fbfbfb}.user-block-editor-preview>div:not(.user-block-editor-arrow){min-width:0}.user-block-editor-preview>div:not(.user-block-editor-arrow)>div{overflow:hidden;color:var(--text);font-weight:600;text-overflow:ellipsis;white-space:nowrap}.user-block-editor-arrow{color:var(--violet);font-weight:700}.ant-table-wrapper .ant-table-cell-fix-left,.ant-table-wrapper .ant-table-cell-fix-right,.ant-table-wrapper .ant-table-cell-fix{background:#fff!important}.ant-table-wrapper .ant-table-thead .ant-table-cell-fix-left,.ant-table-wrapper .ant-table-thead .ant-table-cell-fix-right,.ant-table-wrapper .ant-table-thead .ant-table-cell-fix{background:#fafafa!important}.ant-table-wrapper .ant-table-tbody>tr:hover>.ant-table-cell-fix-left,.ant-table-wrapper .ant-table-tbody>tr:hover>.ant-table-cell-fix-right,.ant-table-wrapper .ant-table-tbody>tr:hover>.ant-table-cell-fix{background:#fbf9ff!important}@media(max-width:720px){.entity-identity-pair{grid-template-columns:1fr}}.login-page.login-pro-page,.login-pro-page .ant-pro-form-login-page{min-height:100dvh!important;background-color:#f8f9f8!important;background-repeat:no-repeat!important;background-position:center!important;background-size:cover!important}.login-pro-page .ant-pro-form-login-page>.ant-pro-form-login-page{min-height:100dvh!important;display:flex!important;background:#f8f9f8!important}.login-pro-page .ant-pro-form-login-page-notice{flex:1 1 auto!important;max-width:none!important;min-height:100dvh!important;height:auto!important;display:flex!important;align-items:stretch!important;overflow:visible!important}.login-pro-page .ant-pro-form-login-page-left{flex:1 1 auto!important;width:auto!important;max-width:550px!important;height:max-content!important;min-height:auto!important;margin:auto!important;padding:24px!important;background:transparent!important;overflow:auto!important}.login-pro-page .ant-pro-form-login-page-container{width:auto!important;max-width:392px!important;padding:32px!important;border:1px solid rgb(255 255 255 / 62%)!important;border-radius:8px!important;background:#ffffffe0!important;box-shadow:0 18px 48px #1717171a!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-pro-page .ant-pro-form-login-page-notice-activity{width:100%!important;height:100%!important;margin:0!important;padding:0!important;color:#fff!important;text-shadow:0 2px 18px rgb(0 0 0 / 36%)}.login-pro-page .ant-pro-form-login-page-notice-activity-title{width:100%!important;height:100%!important;color:#fff!important;font-size:inherit!important;font-weight:700!important}.login-pro-page .login-visual-content,.login-pro-page .login-visual-image{display:block!important;min-height:100dvh!important}.login-pro-page .ant-pro-form-login-page-notice-activity-subTitle{max-width:360px;color:#ffffffd6!important;line-height:1.7}.login-standard-intro{margin:0 0 24px!important;color:#666!important;text-align:center}@media(min-width:901px){html:has(.login-pro-page),body:has(.login-pro-page){height:100%;overflow:hidden}}@media(max-width:900px){.login-pro-page .ant-pro-form-login-page{background-image:none!important}.login-pro-page .ant-pro-form-login-page>.ant-pro-form-login-page{min-height:100dvh!important}.login-pro-page .ant-pro-form-login-page-notice{display:none!important}.login-pro-page .ant-pro-form-login-page-left{min-height:100dvh!important;max-width:none!important;width:100%!important}.login-pro-page .ant-pro-form-login-page-container{box-shadow:none!important;border-color:transparent!important;background:transparent!important}}.login-page.login-pro-page{min-height:100dvh!important;padding:0!important;overflow:hidden!important;background:#fff!important}.login-pro-page .ant-pro-form-login-page,.login-pro-page .ant-pro-form-login-page>.ant-pro-form-login-page{min-height:100dvh!important;width:100%!important;background:#fff!important}.login-pro-page .ant-pro-form-login-page>.ant-pro-form-login-page{display:flex!important}.login-pro-page .ant-pro-form-login-page-notice{flex:1 1 auto!important;max-width:none!important;min-height:100dvh!important;overflow:hidden!important;background:#111!important}.login-pro-page .login-visual-content{position:relative;min-height:100dvh!important;height:100%!important;overflow:hidden}.login-pro-page .login-visual-image{width:100%;height:100%;min-height:100dvh!important;display:block;object-fit:cover;object-position:center}.login-pro-page .login-visual-scrim{position:absolute;inset:0;background:linear-gradient(90deg,#00000047,#00000014 58%,#0000)}.login-pro-page .login-visual-copy{position:absolute;inset:0;z-index:1;height:auto!important;min-height:0!important;display:flex;flex-direction:column;justify-content:space-between;padding:44px;color:#fff;text-shadow:0 2px 16px rgb(0 0 0 / 26%)}.login-pro-page .login-visual-title,.login-pro-page .login-visual-subtitle,.login-pro-page .login-visual-copy h1,.login-pro-page .login-visual-copy p{color:#fff!important}.login-pro-page .login-visual-copy h1{max-width:520px;margin:0 0 12px!important;font-size:42px!important;line-height:1.12!important}.login-pro-page .login-visual-copy p{max-width:420px;margin:0!important;color:#ffffffd1!important}.login-pro-page .ant-pro-form-login-page-left{flex:0 0 clamp(420px,30vw,520px)!important;width:auto!important;max-width:none!important;min-height:100dvh!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:48px!important;overflow:auto!important;background:#fff!important}.login-pro-page .ant-pro-form-login-page-container{width:min(420px,100%)!important;max-width:420px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.login-pro-page .ant-pro-form-login-page-main{width:100%!important}.login-pro-page .ant-pro-form-login-page-title{color:#171717!important;font-size:30px!important;font-weight:760!important;line-height:1.2!important}.login-pro-page .ant-pro-form-login-page-desc,.login-standard-intro{color:#6f6f76!important}.login-standard-intro{margin:8px 0 30px!important;text-align:center}.login-pro-page .ant-form-item-label>label{color:#35323b!important;font-weight:650}.login-pro-page .ant-input-affix-wrapper,.login-pro-page .ant-input{border:0!important;background:#f5f5f7!important;box-shadow:none!important}.login-pro-page .ant-input-affix-wrapper{height:46px;padding:0 14px;border-radius:8px!important;border-bottom:1px solid transparent!important;transition:none}.login-pro-page .ant-input-affix-wrapper:hover{background:#f5f5f7!important}.login-pro-page .ant-input-affix-wrapper-focused,.login-pro-page .ant-input-affix-wrapper:focus,.login-pro-page .ant-input-affix-wrapper:focus-within{border:0!important;border-bottom:1px solid transparent!important;outline:0!important;background:#f5f5f7!important;box-shadow:none!important}.login-pro-page .ant-input-affix-wrapper-focused .anticon,.login-pro-page .ant-input-affix-wrapper:focus-within .anticon{color:inherit!important}.login-pro-page .ant-input:focus,.login-pro-page .ant-input-focused,.login-pro-page .ant-input-password:focus,.login-pro-page .ant-input-password-focused{border:0!important;outline:0!important;background:#f5f5f7!important;box-shadow:none!important}.login-pro-page .ant-input::placeholder{color:#aaa7b0}.login-pro-page .ant-pro-form-login-page-main .ant-btn-primary{min-height:46px!important;border-radius:8px!important;font-weight:750}@media(max-width:900px){.login-page.login-pro-page{overflow:auto!important}.login-pro-page .ant-pro-form-login-page-notice{display:none!important}.login-pro-page .ant-pro-form-login-page-left{flex:1 1 100%!important;width:100%!important;min-height:100dvh!important;padding:14vh 24px 40px!important}.login-pro-page .ant-pro-form-login-page-container{width:min(420px,calc(100vw - 48px))!important}}.dashboard-metrics{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}.dashboard-metrics>.ant-col,.dashboard-metrics>.ant-col:nth-child(n){width:auto!important;max-width:none!important;min-height:0!important;padding:0!important;border:0!important;grid-column:auto!important}.dashboard-metrics .summary-card{height:100%;min-height:148px;border:1px solid #e8eae8!important;border-radius:8px!important;background:linear-gradient(180deg,#fffffff5,#fafafceb),#fff!important;box-shadow:0 12px 34px #18181b0d;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.dashboard-metrics .summary-card .ant-card-body{height:100%;display:grid;align-content:space-between;gap:14px;padding:22px 24px!important}.summary-card-top{display:flex;align-items:center;gap:12px;min-width:0}.summary-card-top .ant-typography{color:#62616a!important;font-size:14px;font-weight:700}.dashboard-metrics .summary-icon{width:38px;height:38px;display:inline-grid;place-items:center;flex:0 0 auto;border:1px solid #e7defa;border-radius:8px;background:#f7f3ff;color:#6d28d9;font-size:18px}.dashboard-metrics .summary-card .ant-statistic,.dashboard-metrics .summary-card .ant-statistic-content{line-height:1!important}.dashboard-metrics .summary-card .ant-statistic-content,.dashboard-metrics .summary-card .ant-statistic-content-value{color:#171717!important;font-size:34px!important;font-weight:820!important;letter-spacing:0!important}.summary-hint{color:#8a8892!important;font-size:12px;font-weight:650}.metric-link:hover .summary-card{border-color:#d7c7f8!important;box-shadow:0 16px 42px #6d28d91a;transform:translateY(-2px)}@media(max-width:1180px){.dashboard-metrics{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:720px){.dashboard-metrics{grid-template-columns:1fr!important}.dashboard-metrics>.ant-col,.dashboard-metrics>.ant-col:nth-child(n){grid-column:1 / -1!important}.dashboard-metrics .summary-card{min-height:128px}}.sider-collapse.ant-btn{border:1px solid #e8eae8!important;background:#fff!important;color:#666!important;box-shadow:inset 0 1px #ffffffd6!important}.sider-collapse.ant-btn:hover,.sider-collapse.ant-btn:focus-visible{border-color:#cfc0f3!important;background:#faf8ff!important;color:#6d28d9!important;box-shadow:0 0 0 3px #6d28d914!important}.sider-collapse.ant-btn:active{border-color:#bda7ee!important;background:#f3efff!important;color:#5b21b6!important;transform:translateY(1px)}.sider-collapse.ant-btn .anticon{color:inherit!important}.sider-footer.is-collapsed .sider-collapse.ant-btn{background:#fff!important}html[data-theme=light]{color-scheme:light;--bg: #f7f8fb;--bg-deep: #eef1f7;--panel: #ffffff;--panel-2: #f7f8fc;--panel-3: #f1efff;--line: #e4e7ef;--line-strong: #cfd5e3;--text: #171923;--muted: #626b7c;--dim: #8a93a5;--orange: #6d28d9;--orange-2: #5b21b6;--blue: #2563eb;--green: #27815f;--red: #b84444;--yellow: #a66a16;--shadow: 0 16px 42px rgb(28 32 44 / 8%)}html[data-theme=dark]{color-scheme:dark;--bg: #070a12;--bg-deep: #03050b;--panel: #101622;--panel-2: #151c2a;--panel-3: #1b2540;--line: #2a3446;--line-strong: #3a4760;--text: #f4f7fb;--muted: #aab4c3;--dim: #778294;--orange: #9b8cff;--orange-2: #7b61ff;--blue: #78a6ff;--green: #43d99d;--red: #ff6b7f;--yellow: #f3c85b;--shadow: 0 22px 80px rgb(0 0 0 / 48%)}html[data-theme]{background:var(--bg-deep)!important;color:var(--text)}html[data-theme] body{color:var(--text);background:radial-gradient(circle at 16% -8%,color-mix(in srgb,var(--orange) 18%,transparent),transparent 30%),radial-gradient(circle at 86% 10%,color-mix(in srgb,var(--blue) 14%,transparent),transparent 28%),linear-gradient(180deg,var(--bg) 0,var(--bg-deep) 100%)!important}html[data-theme=light] .login-page,html[data-theme=light] body{background:radial-gradient(circle at 18% -10%,rgb(109 40 217 / 11%),transparent 32%),radial-gradient(circle at 90% 8%,rgb(37 99 235 / 8%),transparent 30%),linear-gradient(180deg,#fbfcff 0,var(--bg) 420px,var(--bg-deep) 100%)!important}html[data-theme=dark] .login-page,html[data-theme=dark] body{background:radial-gradient(circle at 18% -12%,rgb(123 97 255 / 22%),transparent 34%),radial-gradient(circle at 86% 6%,rgb(120 166 255 / 16%),transparent 28%),linear-gradient(180deg,#0b1020 0,var(--bg) 48%,var(--bg-deep) 100%)!important}html[data-theme] .admin-shell{background:color-mix(in srgb,var(--bg-deep) 88%,transparent)!important;box-shadow:var(--shadow)}html[data-theme=light] .admin-shell{border:1px solid var(--line)}html[data-theme] .admin-sider,html[data-theme] .admin-topbar,html[data-theme] .mobile-nav-drawer .ant-drawer-content{border-color:var(--line)!important;background:color-mix(in srgb,var(--panel) 92%,transparent)!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}html[data-theme=dark] .admin-sider,html[data-theme=dark] .admin-topbar,html[data-theme=dark] .mobile-nav-drawer .ant-drawer-content{background:#080c14e0!important}html[data-theme] .admin-main{background:linear-gradient(90deg,color-mix(in srgb,var(--line) 42%,transparent) 0 1px,transparent 1px),var(--bg)!important;background-size:56px 56px,auto!important}html[data-theme] .brand-title,html[data-theme] .topbar-title,html[data-theme] .page-header h2,html[data-theme] .dashboard-section .ant-card-head-title,html[data-theme] .summary-card .ant-statistic-content,html[data-theme] .summary-card .ant-statistic-content-value{color:var(--text)!important}html[data-theme] .brand-subtitle,html[data-theme] .topbar-copy,html[data-theme] .page-kicker{color:var(--dim)!important}html[data-theme] .filter-card,html[data-theme] .ant-card,html[data-theme] .summary-card,html[data-theme] .ops-panel{border-color:var(--line)!important;background:var(--panel)!important}html[data-theme] .admin-menu .ant-menu-submenu-title,html[data-theme] .admin-menu .ant-menu-item{color:var(--muted)!important}html[data-theme] .admin-menu .ant-menu-item-selected{border-color:color-mix(in srgb,var(--orange) 34%,transparent)!important;background:color-mix(in srgb,var(--orange) 12%,transparent)!important;color:var(--orange)!important}html[data-theme] .topbar-command-search .ant-input,html[data-theme] .topbar-command-search .ant-input-affix-wrapper,html[data-theme] .ant-input,html[data-theme] .ant-input-number,html[data-theme] .ant-picker,html[data-theme] .ant-select-selector,html[data-theme] .ant-input-affix-wrapper{border-color:var(--line)!important;background:var(--panel-2)!important;color:var(--text)!important}html[data-theme] .ant-table-wrapper,html[data-theme] .ant-table{border-color:var(--line)!important;background:var(--panel)!important}html[data-theme] .ant-table-thead>tr>th{border-color:var(--line)!important;background:var(--panel-2)!important;color:var(--muted)!important}html[data-theme] .ant-table-tbody>tr>td{border-color:var(--line)!important}html[data-theme] .ant-table-tbody>tr:hover>td{background:var(--panel-3)!important}html[data-theme] .theme-toggle.ant-btn,html[data-theme] .sider-collapse.ant-btn,html[data-theme] .topbar-actions .ant-btn:not(.ant-btn-primary){border:1px solid var(--line)!important;background:var(--panel-2)!important;color:var(--muted)!important;box-shadow:inset 0 1px color-mix(in srgb,white 9%,transparent)!important;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}html[data-theme] .theme-toggle.ant-btn:hover,html[data-theme] .theme-toggle.ant-btn:focus-visible,html[data-theme] .sider-collapse.ant-btn:hover,html[data-theme] .sider-collapse.ant-btn:focus-visible,html[data-theme] .topbar-actions .ant-btn:not(.ant-btn-primary):hover{border-color:color-mix(in srgb,var(--orange) 42%,transparent)!important;background:color-mix(in srgb,var(--orange) 12%,var(--panel-2))!important;color:var(--orange)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--orange) 11%,transparent)!important;transform:translateY(-1px)}html[data-theme] .theme-toggle.ant-btn:active,html[data-theme] .sider-collapse.ant-btn:active{transform:translateY(0)}html[data-theme=dark] .theme-toggle.ant-btn{background:radial-gradient(circle at 28% 24%,rgb(155 140 255 / 24%),transparent 42%),var(--panel-2)!important}html[data-theme] .mobile-drawer-footer .theme-toggle.ant-btn{width:auto!important}html[data-theme=dark] body,html[data-theme=dark] .login-page,html[data-theme=dark] .login-page.login-pro-page,html[data-theme=dark] .ant-pro-form-login-page-container{color:var(--text)!important;background:radial-gradient(circle at 18% -12%,rgb(123 97 255 / 24%),transparent 34%),radial-gradient(circle at 86% 6%,rgb(120 166 255 / 16%),transparent 28%),linear-gradient(180deg,#0b1020 0,var(--bg) 48%,var(--bg-deep) 100%)!important}html[data-theme=dark] .login-pro-page .ant-pro-form-login-page-left,html[data-theme=dark] .login-pro-page .ant-pro-form-login-page-main,html[data-theme=dark] .login-card,html[data-theme=dark] .login-form-page{background:radial-gradient(circle at 92% 12%,rgb(155 140 255 / 16%),transparent 34%),linear-gradient(180deg,#101622f5,#090d16fa)!important;color:var(--text)!important}html[data-theme=dark] .login-pro-page .ant-pro-form-login-page-title,html[data-theme=dark] .login-form-heading h2{color:var(--text)!important}html[data-theme=dark] .login-pro-page .ant-pro-form-login-page-desc,html[data-theme=dark] .login-standard-intro,html[data-theme=dark] .login-pro-page .ant-form-item-label>label{color:var(--muted)!important}html[data-theme=dark] .login-pro-page .ant-input-affix-wrapper,html[data-theme=dark] .login-pro-page .ant-input,html[data-theme=dark] .login-pro-page .ant-input-password,html[data-theme=dark] .login-pro-page .ant-input-affix-wrapper:hover,html[data-theme=dark] .login-pro-page .ant-input-affix-wrapper-focused,html[data-theme=dark] .login-pro-page .ant-input-affix-wrapper:focus-within,html[data-theme=dark] .login-pro-page .ant-input:focus,html[data-theme=dark] .login-pro-page .ant-input-focused,html[data-theme=dark] .login-pro-page .ant-input-password-focused{border-color:var(--line)!important;background:#0b111c!important;color:var(--text)!important;box-shadow:none!important}html[data-theme=dark] .login-pro-page .ant-input::placeholder,html[data-theme=dark] .ant-input::placeholder,html[data-theme=dark] .ant-select-selection-placeholder,html[data-theme=dark] .ant-picker-input>input::placeholder{color:var(--dim)!important}html[data-theme=dark] .login-pro-page .ant-input-prefix,html[data-theme=dark] .login-pro-page .ant-input-suffix,html[data-theme=dark] .login-pro-page .anticon{color:var(--dim)!important}html[data-theme=dark] .login-pro-page .ant-pro-form-login-page-main .ant-btn-primary,html[data-theme=dark] .ant-btn-primary{border-color:var(--orange-2)!important;background:linear-gradient(180deg,var(--orange),var(--orange-2))!important;color:#080a12!important;box-shadow:0 12px 28px #7b61ff2e!important}html[data-theme=dark] .login-pro-page .ant-pro-form-login-page-main .ant-btn-primary:hover,html[data-theme=dark] .ant-btn-primary:hover,html[data-theme=dark] .ant-btn-primary:focus-visible{border-color:#b8adff!important;background:linear-gradient(180deg,#b8adff,var(--orange))!important;color:#070a12!important}html[data-theme=dark] .ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.ant-btn-link),html[data-theme=dark] .topbar-actions .ant-btn:not(.ant-btn-primary),html[data-theme=dark] .mobile-drawer-footer .ant-btn,html[data-theme=dark] .page-header-actions .ant-btn,html[data-theme=dark] .filter-card .ant-btn{border-color:var(--line)!important;background:var(--panel-2)!important;color:var(--muted)!important}html[data-theme=dark] .ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.ant-btn-link):hover,html[data-theme=dark] .topbar-actions .ant-btn:not(.ant-btn-primary):hover,html[data-theme=dark] .mobile-drawer-footer .ant-btn:hover,html[data-theme=dark] .page-header-actions .ant-btn:hover,html[data-theme=dark] .filter-card .ant-btn:hover{border-color:color-mix(in srgb,var(--orange) 46%,transparent)!important;background:color-mix(in srgb,var(--orange) 13%,var(--panel-2))!important;color:var(--orange)!important}html[data-theme=dark] .ant-btn-text,html[data-theme=dark] .ant-btn-link{color:var(--muted)!important}html[data-theme=dark] .ant-btn-text:hover,html[data-theme=dark] .ant-btn-link:hover{background:color-mix(in srgb,var(--orange) 11%,transparent)!important;color:var(--orange)!important}html[data-theme=dark] .ant-btn-dangerous:not(.ant-btn-primary){border-color:color-mix(in srgb,var(--red) 38%,transparent)!important;background:color-mix(in srgb,var(--red) 9%,var(--panel-2))!important;color:var(--red)!important}html[data-theme=dark] .admin-menu,html[data-theme=dark] .admin-menu.ant-menu,html[data-theme=dark] .wechat-table-list .ant-menu{background:transparent!important;color:var(--muted)!important}html[data-theme=dark] .admin-menu .ant-menu-submenu-title,html[data-theme=dark] .admin-menu .ant-menu-item{color:var(--muted)!important}html[data-theme=dark] .admin-menu .ant-menu-submenu-title:hover,html[data-theme=dark] .admin-menu .ant-menu-item:hover{background:var(--panel-2)!important;color:var(--text)!important}html[data-theme=dark] .admin-menu .ant-menu-submenu-selected>.ant-menu-submenu-title,html[data-theme=dark] .admin-menu .ant-menu-submenu-open>.ant-menu-submenu-title,html[data-theme=dark] .admin-menu .ant-menu-item-selected{border-color:color-mix(in srgb,var(--orange) 34%,transparent)!important;background:color-mix(in srgb,var(--orange) 12%,transparent)!important;color:var(--orange)!important}html[data-theme=dark] .admin-menu .ant-menu-submenu-arrow,html[data-theme=dark] .admin-menu .anticon{color:inherit!important}html[data-theme=dark] .filter-card,html[data-theme=dark] .filter-card .ant-card-body,html[data-theme=dark] .ant-card,html[data-theme=dark] .ant-card-head,html[data-theme=dark] .ant-card-body,html[data-theme=dark] .settings-workspace>.settings-section-nav,html[data-theme=dark] .settings-section-nav,html[data-theme=dark] .wechat-table-list,html[data-theme=dark] .wechat-topic-card,html[data-theme=dark] .wechat-database-detail,html[data-theme=dark] .ant-descriptions,html[data-theme=dark] .ant-list,html[data-theme=dark] .ant-collapse,html[data-theme=dark] .ant-collapse-content{border-color:var(--line)!important;background:var(--panel)!important;color:var(--text)!important}html[data-theme=dark] .ant-card-head,html[data-theme=dark] .ant-collapse-header,html[data-theme=dark] .ant-descriptions-header{color:var(--text)!important}html[data-theme=dark] .ant-typography,html[data-theme=dark] .ant-form-item-label>label,html[data-theme=dark] .ant-form-item-extra,html[data-theme=dark] .ant-form-item-explain,html[data-theme=dark] .ant-statistic-title,html[data-theme=dark] .ant-descriptions-item-label,html[data-theme=dark] .ant-empty-description{color:var(--muted)!important}html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4,html[data-theme=dark] h5,html[data-theme=dark] .ant-statistic-content,html[data-theme=dark] .ant-descriptions-item-content{color:var(--text)!important}html[data-theme=dark] .ant-input,html[data-theme=dark] .ant-input-number,html[data-theme=dark] .ant-input-number-input,html[data-theme=dark] .ant-picker,html[data-theme=dark] .ant-picker-input>input,html[data-theme=dark] .ant-select-selector,html[data-theme=dark] .ant-select-selection-item,html[data-theme=dark] .ant-input-affix-wrapper,html[data-theme=dark] .ant-input-search-button{border-color:var(--line)!important;background:#0b111c!important;color:var(--text)!important}html[data-theme=dark] .ant-input:hover,html[data-theme=dark] .ant-input-number:hover,html[data-theme=dark] .ant-picker:hover,html[data-theme=dark] .ant-select:not(.ant-select-disabled):hover .ant-select-selector,html[data-theme=dark] .ant-input-affix-wrapper:hover{border-color:color-mix(in srgb,var(--orange) 40%,var(--line))!important}html[data-theme=dark] .ant-input:focus,html[data-theme=dark] .ant-input-focused,html[data-theme=dark] .ant-input-number-focused,html[data-theme=dark] .ant-picker-focused,html[data-theme=dark] .ant-select-focused .ant-select-selector,html[data-theme=dark] .ant-input-affix-wrapper-focused{border-color:var(--orange)!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--orange) 16%,transparent)!important}html[data-theme=dark] .ant-select-dropdown,html[data-theme=dark] .ant-picker-dropdown .ant-picker-panel-container,html[data-theme=dark] .ant-dropdown-menu,html[data-theme=dark] .ant-popover-inner,html[data-theme=dark] .ant-tooltip-inner{border:1px solid var(--line)!important;background:var(--panel)!important;color:var(--text)!important;box-shadow:0 20px 54px #00000070!important}html[data-theme=dark] .ant-select-item,html[data-theme=dark] .ant-dropdown-menu-item,html[data-theme=dark] .ant-picker-cell,html[data-theme=dark] .ant-picker-header,html[data-theme=dark] .ant-picker-content th{color:var(--muted)!important}html[data-theme=dark] .ant-select-item-option-active,html[data-theme=dark] .ant-select-item-option-selected,html[data-theme=dark] .ant-dropdown-menu-item:hover{background:var(--panel-3)!important;color:var(--text)!important}html[data-theme=dark] .ant-table-wrapper,html[data-theme=dark] .ant-table,html[data-theme=dark] .ant-table-container,html[data-theme=dark] .ant-table-content,html[data-theme=dark] .ant-table-body{border-color:var(--line)!important;background:var(--panel)!important;color:var(--text)!important}html[data-theme=dark] .ant-table-thead>tr>th,html[data-theme=dark] .ant-table-wrapper .ant-table-thead .ant-table-cell-fix-left,html[data-theme=dark] .ant-table-wrapper .ant-table-thead .ant-table-cell-fix-right,html[data-theme=dark] .ant-table-wrapper .ant-table-thead .ant-table-cell-fix{border-color:var(--line)!important;background:var(--panel-2)!important;color:var(--muted)!important}html[data-theme=dark] .ant-table-tbody>tr>td,html[data-theme=dark] .ant-table-wrapper .ant-table-cell-fix-left,html[data-theme=dark] .ant-table-wrapper .ant-table-cell-fix-right,html[data-theme=dark] .ant-table-wrapper .ant-table-cell-fix{border-color:var(--line)!important;background:var(--panel)!important;color:var(--text)!important}html[data-theme=dark] .ant-table-tbody>tr:hover>td,html[data-theme=dark] .ant-table-wrapper .ant-table-tbody>tr:hover>.ant-table-cell-fix-left,html[data-theme=dark] .ant-table-wrapper .ant-table-tbody>tr:hover>.ant-table-cell-fix-right,html[data-theme=dark] .ant-table-wrapper .ant-table-tbody>tr:hover>.ant-table-cell-fix{background:var(--panel-3)!important}html[data-theme=dark] .ant-pagination-item,html[data-theme=dark] .ant-pagination-prev .ant-pagination-item-link,html[data-theme=dark] .ant-pagination-next .ant-pagination-item-link{border-color:var(--line)!important;background:var(--panel-2)!important}html[data-theme=dark] .ant-pagination-item a,html[data-theme=dark] .ant-pagination-prev .ant-pagination-item-link,html[data-theme=dark] .ant-pagination-next .ant-pagination-item-link{color:var(--muted)!important}html[data-theme=dark] .ant-pagination-item-active{border-color:var(--orange)!important;background:color-mix(in srgb,var(--orange) 13%,var(--panel-2))!important}html[data-theme=dark] .ant-modal-content,html[data-theme=dark] .ant-modal-header,html[data-theme=dark] .ant-modal-body,html[data-theme=dark] .ant-modal-footer,html[data-theme=dark] .ant-drawer-content,html[data-theme=dark] .ant-drawer-header,html[data-theme=dark] .ant-drawer-body{border-color:var(--line)!important;background:var(--panel)!important;color:var(--text)!important}html[data-theme=dark] .ant-modal-title,html[data-theme=dark] .ant-drawer-title,html[data-theme=dark] .ant-modal-close,html[data-theme=dark] .ant-drawer-close{color:var(--text)!important}html[data-theme=dark] .ant-tabs-nav:before,html[data-theme=dark] .ant-tabs-tab{border-color:var(--line)!important;color:var(--muted)!important}html[data-theme=dark] .ant-tabs-tab-active .ant-tabs-tab-btn,html[data-theme=dark] .ant-tabs-tab:hover{color:var(--orange)!important}html[data-theme=dark] .ant-tag{border-color:var(--line)!important;background:var(--panel-2)!important;color:var(--muted)!important}html[data-theme=dark] .ant-alert{border-color:var(--line)!important;background:var(--panel-2)!important;color:var(--text)!important}html[data-theme=dark] .brand-mark,html[data-theme=dark] .login-mark,html[data-theme=dark] .summary-icon,html[data-theme=dark] .rank-index{border-color:color-mix(in srgb,var(--orange) 36%,transparent)!important;background:color-mix(in srgb,var(--orange) 12%,transparent)!important;color:var(--orange)!important}html[data-theme=dark] .admin-main,html[data-theme=dark] .admin-content,html[data-theme=dark] .route-stage,html[data-theme=dark] .entity-detail-page{background:var(--bg)!important;background-image:none!important;background-size:auto!important}html[data-theme=dark] .admin-sider,html[data-theme=dark] .admin-topbar{background:#070a12!important}html[data-theme=dark] .entity-detail-section,html[data-theme=dark] .entity-avatar-panel,html[data-theme=dark] .entity-identity,html[data-theme=dark] .entity-rich-text,html[data-theme=dark] .entity-id-list span{border-color:var(--line)!important;background:transparent!important;color:var(--text)!important}html[data-theme=dark] .ant-descriptions-view,html[data-theme=dark] .ant-descriptions-bordered .ant-descriptions-view,html[data-theme=dark] .ant-descriptions-bordered .ant-descriptions-row,html[data-theme=dark] .ant-descriptions-bordered .ant-descriptions-item,html[data-theme=dark] .ant-descriptions-bordered .ant-descriptions-item-label,html[data-theme=dark] .ant-descriptions-bordered .ant-descriptions-item-content,html[data-theme=dark] .entity-detail-grid .ant-descriptions-view,html[data-theme=dark] .entity-detail-grid .ant-descriptions-item-label,html[data-theme=dark] .entity-detail-grid .ant-descriptions-item-content{border-color:var(--line)!important;background:var(--panel)!important}html[data-theme=dark] .ant-descriptions-bordered .ant-descriptions-item-label,html[data-theme=dark] .entity-detail-grid .ant-descriptions-item-label{background:var(--panel-2)!important;color:var(--muted)!important}html[data-theme=dark] .ant-descriptions-bordered .ant-descriptions-item-content,html[data-theme=dark] .entity-detail-grid .ant-descriptions-item-content{background:var(--panel)!important;color:var(--text)!important}html[data-theme=dark] .login-pro-page .ant-pro-form-login-page,html[data-theme=dark] .login-pro-page .ant-pro-form-login-page>.ant-pro-form-login-page,html[data-theme=dark] .login-pro-page .ant-pro-form-login-page-left{background:#0b111c!important}html[data-theme=dark] .login-pro-page .ant-pro-form-login-page-container,html[data-theme=dark] .login-pro-page .ant-pro-form-login-page-main,html[data-theme=dark] .login-pro-page .ant-form,html[data-theme=dark] .login-form-heading{background:transparent!important}html[data-theme=dark] .login-pro-page .ant-input-affix-wrapper,html[data-theme=dark] .login-pro-page .ant-input-affix-wrapper:hover,html[data-theme=dark] .login-pro-page .ant-input-affix-wrapper-focused,html[data-theme=dark] .login-pro-page .ant-input-affix-wrapper:focus,html[data-theme=dark] .login-pro-page .ant-input-affix-wrapper:focus-within,html[data-theme=dark] .login-pro-page .ant-input,html[data-theme=dark] .login-pro-page .ant-input:hover,html[data-theme=dark] .login-pro-page .ant-input:focus,html[data-theme=dark] .login-pro-page .ant-input-focused,html[data-theme=dark] .login-pro-page .ant-input-password,html[data-theme=dark] .login-pro-page .ant-input-password-focused{background:#121a2a!important;color:#f5f7fb!important}html[data-theme=dark] .login-pro-page .ant-input-affix-wrapper>input.ant-input{background:transparent!important}html[data-theme=dark] .login-pro-page .ant-input::placeholder{color:#7f8aa0!important}html[data-theme=dark] .login-pro-page .ant-input-prefix,html[data-theme=dark] .login-pro-page .ant-input-suffix,html[data-theme=dark] .login-pro-page .ant-input-password-icon{color:#93a0b7!important}html[data-theme=dark] .login-pro-page input:-webkit-autofill,html[data-theme=dark] .login-pro-page input:-webkit-autofill:hover,html[data-theme=dark] .login-pro-page input:-webkit-autofill:focus{-webkit-text-fill-color:#f5f7fb!important;box-shadow:0 0 0 1000px #121a2a inset!important}html[data-theme=dark] .sider-footer,html[data-theme=dark] .mobile-drawer-footer{border-color:var(--line)!important;background:var(--panel)!important;color:var(--text)!important}html[data-theme=dark] .sider-footer .ant-typography,html[data-theme=dark] .sider-footer .mono{color:var(--muted)!important}html[data-theme=dark] .sider-footer .sider-collapse,html[data-theme=dark] .sider-footer .sider-logout{border-color:var(--line)!important;background:var(--panel-2)!important;color:var(--muted)!important}html[data-theme=dark] .sider-footer .sider-collapse:hover,html[data-theme=dark] .sider-footer .sider-logout:hover{border-color:color-mix(in srgb,var(--orange) 42%,transparent)!important;background:color-mix(in srgb,var(--orange) 12%,var(--panel-2))!important;color:var(--orange)!important}html[data-theme=dark] .admin-menu .ant-menu-sub,html[data-theme=dark] .ant-menu-submenu-popup .ant-menu,html[data-theme=dark] .ant-menu-inline .ant-menu-sub{background:color-mix(in srgb,var(--panel) 82%,#03050b)!important}html[data-theme=dark] .admin-menu .ant-menu-sub .ant-menu-item-selected,html[data-theme=dark] .admin-menu .ant-menu-item-selected,html[data-theme=dark] .admin-menu .ant-menu-submenu-selected>.ant-menu-submenu-title{border:1px solid color-mix(in srgb,var(--orange) 34%,transparent)!important;background:color-mix(in srgb,var(--orange) 14%,transparent)!important;color:var(--orange)!important}html[data-theme=dark] .admin-menu .ant-menu-sub .ant-menu-item-selected .ant-menu-title-content,html[data-theme=dark] .admin-menu .ant-menu-sub .ant-menu-item-selected .anticon{background:transparent!important;color:var(--orange)!important}html[data-theme=dark] .queue-link,html[data-theme=dark] .queue-item{border-color:var(--line)!important;background:var(--panel-2)!important;color:var(--text)!important}html[data-theme=dark] .queue-link:hover,html[data-theme=dark] .queue-item:hover{border-color:color-mix(in srgb,var(--orange) 38%,transparent)!important;background:var(--panel-3)!important}html[data-theme=dark] .queue-link.danger,html[data-theme=dark] .queue-item.danger{border-color:color-mix(in srgb,var(--red) 34%,transparent)!important;background:color-mix(in srgb,var(--red) 10%,var(--panel-2))!important}html[data-theme=dark] .queue-link span,html[data-theme=dark] .queue-item span{color:var(--muted)!important}html[data-theme=dark] .queue-link strong,html[data-theme=dark] .queue-item strong{color:var(--text)!important}html[data-theme=dark] .ant-table-wrapper .ant-spin-container,html[data-theme=dark] .ant-table-wrapper .ant-table,html[data-theme=dark] .ant-table-wrapper .ant-table-container,html[data-theme=dark] .ant-table-wrapper .ant-table-content,html[data-theme=dark] .ant-table-wrapper .ant-table-body,html[data-theme=dark] .ant-table-wrapper .ant-table-tbody,html[data-theme=dark] .ant-table-wrapper .ant-table-pagination.ant-pagination,html[data-theme=dark] .ant-pagination{border-color:var(--line)!important;background:var(--panel)!important;color:var(--muted)!important}html[data-theme=dark] .ant-table-wrapper .ant-table-tbody>tr>td,html[data-theme=dark] .ant-table-wrapper .ant-table-placeholder>td,html[data-theme=dark] .ant-table-wrapper .ant-table-expanded-row>td,html[data-theme=dark] .ant-table-wrapper .ant-table-summary>tr>td,html[data-theme=dark] .ant-table-wrapper .ant-table-cell{border-color:var(--line)!important;background:var(--panel)!important;color:var(--text)!important}html[data-theme=dark] .ant-table-wrapper .ant-table-thead>tr>th,html[data-theme=dark] .ant-table-wrapper .ant-table-thead>tr>td{border-color:var(--line)!important;background:var(--panel-2)!important;color:var(--muted)!important}html[data-theme=dark] .ant-table-wrapper .ant-table-tbody>tr:hover>td,html[data-theme=dark] .ant-table-wrapper .ant-table-tbody>tr:hover>.ant-table-cell,html[data-theme=dark] .ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected>td{background:var(--panel-3)!important}html[data-theme=dark] .ant-table-wrapper .ant-table-placeholder:hover>td,html[data-theme=dark] .ant-table-wrapper .ant-table-placeholder .ant-empty-description{background:var(--panel)!important;color:var(--muted)!important}html[data-theme=dark] .ant-table-cell-scrollbar{box-shadow:none!important}html[data-theme=dark] .ant-pagination-total-text,html[data-theme=dark] .ant-pagination-options,html[data-theme=dark] .ant-pagination-options-quick-jumper{color:var(--muted)!important}html[data-theme=dark] .ant-pagination-item,html[data-theme=dark] .ant-pagination-prev .ant-pagination-item-link,html[data-theme=dark] .ant-pagination-next .ant-pagination-item-link,html[data-theme=dark] .ant-pagination-options .ant-select-selector{border-color:var(--line)!important;background:var(--panel-2)!important;color:var(--muted)!important}html[data-theme=dark] .ant-pagination-item:hover,html[data-theme=dark] .ant-pagination-prev:not(.ant-pagination-disabled):hover .ant-pagination-item-link,html[data-theme=dark] .ant-pagination-next:not(.ant-pagination-disabled):hover .ant-pagination-item-link{border-color:color-mix(in srgb,var(--orange) 42%,transparent)!important;background:color-mix(in srgb,var(--orange) 12%,var(--panel-2))!important}html[data-theme=dark] .ant-pagination-item a,html[data-theme=dark] .ant-pagination-prev .ant-pagination-item-link,html[data-theme=dark] .ant-pagination-next .ant-pagination-item-link,html[data-theme=dark] .ant-pagination-item-ellipsis{color:var(--muted)!important}html[data-theme=dark] .ant-pagination-item-active{border-color:var(--orange)!important;background:color-mix(in srgb,var(--orange) 18%,var(--panel-2))!important}html[data-theme=dark] .ant-pagination-item-active a{color:var(--orange)!important}html[data-theme=dark] .ant-pagination-disabled .ant-pagination-item-link{color:var(--dim)!important}html[data-theme=dark] .feedback-image-strip,html[data-theme=dark] .feedback-images,html[data-theme=dark] .announcement-upload,html[data-theme=dark] .announcement-upload-preview,html[data-theme=dark] .ant-upload,html[data-theme=dark] .ant-upload-wrapper .ant-upload-list-item,html[data-theme=dark] .ant-image,html[data-theme=dark] .ant-image-img{border-color:var(--line)!important;background:var(--panel-2)!important;color:var(--text)!important}html[data-theme=dark] .feedback-image-strip .ant-image,html[data-theme=dark] .feedback-images .ant-image,html[data-theme=dark] .announcement-upload-preview img{overflow:hidden;border:1px solid var(--line)!important;border-radius:8px;background:var(--panel-2)!important}html[data-theme=dark] .ant-image-mask{background:#03050bad!important}html[data-theme] .takeover-detail-table,html[data-theme] .ant-descriptions-bordered .ant-descriptions-view,html[data-theme] .entity-detail-grid .ant-descriptions-view{overflow:hidden;border:1px solid color-mix(in srgb,var(--line) 82%,transparent)!important;border-radius:10px!important;background:color-mix(in srgb,var(--panel) 58%,transparent)!important}html[data-theme] .takeover-detail-row{min-height:52px;border-bottom:1px solid color-mix(in srgb,var(--line) 76%,transparent)!important;background:transparent!important}html[data-theme] .takeover-detail-row:last-child{border-bottom:0!important}html[data-theme] .takeover-detail-row>*+*{border-left:1px solid color-mix(in srgb,var(--line) 58%,transparent)!important}html[data-theme] .takeover-detail-label,html[data-theme] .takeover-detail-value{border-right:0!important;background:transparent!important}html[data-theme] .takeover-detail-label{color:var(--muted)!important;font-size:12px;font-weight:720}html[data-theme] .takeover-detail-value{color:var(--text)!important;font-weight:650}html[data-theme] .ant-descriptions-bordered .ant-descriptions-row,html[data-theme] .ant-descriptions-bordered .ant-descriptions-item,html[data-theme] .ant-descriptions-bordered .ant-descriptions-item-label,html[data-theme] .ant-descriptions-bordered .ant-descriptions-item-content,html[data-theme] .entity-detail-grid .ant-descriptions-item,html[data-theme] .entity-detail-grid .ant-descriptions-item-label,html[data-theme] .entity-detail-grid .ant-descriptions-item-content{border-color:color-mix(in srgb,var(--line) 70%,transparent)!important;background:transparent!important}html[data-theme] .ant-descriptions-bordered .ant-descriptions-item-label,html[data-theme] .entity-detail-grid .ant-descriptions-item-label{width:136px;color:var(--muted)!important;font-size:12px;font-weight:720!important;white-space:nowrap}html[data-theme] .ant-descriptions-bordered .ant-descriptions-item-content,html[data-theme] .entity-detail-grid .ant-descriptions-item-content{color:var(--text)!important;font-weight:650}html[data-theme] .ant-descriptions-bordered .ant-descriptions-item-label:after,html[data-theme] .entity-detail-grid .ant-descriptions-item-label:after{color:var(--dim)}html[data-theme=dark] .takeover-detail-table,html[data-theme=dark] .ant-descriptions-bordered .ant-descriptions-view,html[data-theme=dark] .entity-detail-grid .ant-descriptions-view{background:color-mix(in srgb,var(--panel) 34%,transparent)!important;box-shadow:inset 0 1px #ffffff08}html[data-theme] .entity-detail-page{width:min(100%,1360px);max-width:1360px;gap:18px}html[data-theme] .entity-detail-page .page-header{overflow:hidden;min-height:116px;padding:22px 24px!important;border:1px solid color-mix(in srgb,var(--line) 86%,transparent)!important;border-radius:14px!important;background:radial-gradient(circle at 96% 18%,color-mix(in srgb,var(--orange) 13%,transparent),transparent 32%),linear-gradient(135deg,color-mix(in srgb,var(--panel) 96%,transparent),color-mix(in srgb,var(--panel-2) 78%,transparent))!important}html[data-theme] .entity-detail-page .page-header:before{width:4px;top:22px;bottom:22px;background:linear-gradient(180deg,var(--orange),color-mix(in srgb,var(--orange) 18%,transparent))}html[data-theme] .entity-detail-page .page-header h2{margin-bottom:8px!important;font-size:30px!important;line-height:1.12!important}html[data-theme] .entity-detail-page .page-header .ant-typography-secondary{max-width:72ch;color:var(--muted)!important}html[data-theme] .entity-detail-content{gap:0;padding:0 0 34px}html[data-theme] .entity-detail-section{display:grid;grid-template-columns:176px minmax(0,1fr);gap:24px;align-items:start;padding:26px 0;border-top:1px solid color-mix(in srgb,var(--line) 74%,transparent)}html[data-theme] .entity-detail-content>.entity-detail-section:first-child,html[data-theme] .entity-identity+.entity-detail-section,html[data-theme] .entity-identity-pair+.entity-detail-section,html[data-theme] .entity-avatar-panel+.entity-detail-section{margin-top:18px}html[data-theme] .entity-detail-section h4{position:relative;margin:0!important;padding-left:13px;color:var(--text)!important;font-size:15px!important;font-weight:780!important;line-height:1.35!important}html[data-theme] .entity-detail-section h4:before{content:"";position:absolute;top:4px;bottom:4px;left:0;width:3px;border-radius:999px;background:var(--orange)}html[data-theme] .entity-identity,html[data-theme] .entity-avatar-panel{border:1px solid color-mix(in srgb,var(--line) 82%,transparent)!important;border-radius:14px;background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--orange) 10%,transparent),transparent 30%),color-mix(in srgb,var(--panel) 68%,transparent)!important}html[data-theme] .entity-identity{max-width:780px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:center;padding:20px}html[data-theme] .entity-identity .ant-avatar,html[data-theme] .entity-avatar-panel .ant-avatar{border:1px solid color-mix(in srgb,var(--orange) 34%,transparent);background:color-mix(in srgb,var(--orange) 12%,var(--panel-2));color:var(--orange);box-shadow:0 12px 30px color-mix(in srgb,var(--orange) 10%,transparent)}html[data-theme] .entity-identity h4,html[data-theme] .entity-avatar-panel h4{margin:0 0 4px!important;color:var(--text)!important}html[data-theme] .entity-identity-status{margin-top:10px}html[data-theme] .entity-identity-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}html[data-theme] .entity-avatar-panel{padding:16px}html[data-theme] .entity-avatar-panel>.ant-typography{display:block;margin-bottom:12px;color:var(--muted)!important;font-size:12px;font-weight:720}html[data-theme] .entity-avatar-panel .entity-identity{max-width:none;padding:0;border:0!important;background:transparent!important}html[data-theme] .entity-detail-grid,html[data-theme] .ant-modal .detail-stack>.ant-descriptions,html[data-theme] .ant-modal .detail-stack .takeover-detail-table,html[data-theme] .ant-modal .ant-descriptions-bordered{width:100%}html[data-theme] .entity-detail-grid .ant-descriptions-view,html[data-theme] .ant-modal .detail-stack .ant-descriptions-view,html[data-theme] .ant-modal .detail-stack .takeover-detail-table,html[data-theme] .takeover-detail-table{border-radius:14px!important;border-color:color-mix(in srgb,var(--line) 82%,transparent)!important;background:linear-gradient(180deg,color-mix(in srgb,var(--panel) 72%,transparent),color-mix(in srgb,var(--panel-2) 36%,transparent))!important;box-shadow:inset 0 1px color-mix(in srgb,white 5%,transparent)}html[data-theme] .entity-detail-grid .ant-descriptions-item,html[data-theme] .entity-detail-grid .ant-descriptions-item-label,html[data-theme] .entity-detail-grid .ant-descriptions-item-content,html[data-theme] .ant-modal .detail-stack .ant-descriptions-item,html[data-theme] .ant-modal .detail-stack .ant-descriptions-item-label,html[data-theme] .ant-modal .detail-stack .ant-descriptions-item-content{border-color:color-mix(in srgb,var(--line) 66%,transparent)!important}html[data-theme] .entity-detail-grid .ant-descriptions-item-label,html[data-theme] .ant-modal .detail-stack .ant-descriptions-item-label,html[data-theme] .takeover-detail-label{padding:13px 16px!important;color:var(--muted)!important;font-size:12px;font-weight:760!important;line-height:1.45;background:color-mix(in srgb,var(--panel-2) 42%,transparent)!important}html[data-theme] .entity-detail-grid .ant-descriptions-item-content,html[data-theme] .ant-modal .detail-stack .ant-descriptions-item-content,html[data-theme] .takeover-detail-value{padding:13px 16px!important;color:var(--text)!important;font-weight:650;line-height:1.55;background:transparent!important}html[data-theme] .takeover-detail-row{min-height:54px;border-bottom-color:color-mix(in srgb,var(--line) 66%,transparent)!important}html[data-theme] .takeover-detail-row>*+*{border-left-color:color-mix(in srgb,var(--line) 58%,transparent)!important}html[data-theme] .entity-rich-text,html[data-theme] .entity-detail-json{margin:0!important;padding:18px 20px;border:1px solid color-mix(in srgb,var(--line) 78%,transparent);border-radius:14px;background:linear-gradient(180deg,color-mix(in srgb,var(--panel) 72%,transparent),color-mix(in srgb,var(--panel-2) 40%,transparent))!important;color:var(--text)!important;line-height:1.8}html[data-theme] .entity-image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(116px,1fr));gap:12px;padding:14px;border:1px solid color-mix(in srgb,var(--line) 78%,transparent);border-radius:14px;background:color-mix(in srgb,var(--panel) 54%,transparent)}html[data-theme] .entity-image-gallery .ant-image,html[data-theme] .entity-image-gallery .ant-image-img{width:100%!important;height:92px!important;overflow:hidden;border-radius:10px;background:var(--panel-2)!important}html[data-theme] .entity-person{min-width:0}html[data-theme] .entity-person>span{min-width:0;display:grid;gap:2px}html[data-theme] .entity-id-list{display:flex;flex-wrap:wrap;gap:8px}html[data-theme] .entity-id-list span{padding:8px 10px;border:1px solid color-mix(in srgb,var(--line) 78%,transparent)!important;border-radius:8px;background:color-mix(in srgb,var(--panel-2) 68%,transparent)!important}html[data-theme] .entity-inline-empty{margin:0;padding:26px 16px;border:1px dashed color-mix(in srgb,var(--line) 90%,transparent);border-radius:14px;background:color-mix(in srgb,var(--panel) 34%,transparent)}html[data-theme] .entity-detail-section .ant-table-wrapper,html[data-theme] .ant-modal .detail-stack .ant-table-wrapper{border-radius:14px}html[data-theme] .ant-modal .detail-stack{gap:20px!important}html[data-theme] .ant-modal .detail-stack>section{padding-top:18px;border-top:1px solid color-mix(in srgb,var(--line) 70%,transparent)}html[data-theme] .ant-modal .detail-stack>section:first-child{padding-top:0;border-top:0}html[data-theme] .ant-modal .detail-stack h5{margin:0 0 12px!important;color:var(--text)!important;font-size:15px!important}@media(max-width:980px){html[data-theme] .entity-detail-section{grid-template-columns:1fr;gap:12px;padding:22px 0}html[data-theme] .entity-detail-section h4{padding-left:12px}html[data-theme] .entity-identity-pair{grid-template-columns:1fr}}@media(max-width:640px){html[data-theme] .entity-detail-page .page-header{padding:18px 16px!important}html[data-theme] .entity-detail-page .page-header h2{font-size:26px!important}html[data-theme] .entity-identity{grid-template-columns:1fr}html[data-theme] .entity-detail-grid .ant-descriptions-item-label,html[data-theme] .ant-modal .detail-stack .ant-descriptions-item-label{width:112px}}html[data-theme] .entity-detail-page{width:min(100%,1240px);max-width:1240px;gap:14px}html[data-theme] .entity-detail-page .page-header{min-height:0;padding:14px 2px 18px!important;border:0!important;border-bottom:1px solid color-mix(in srgb,var(--line) 74%,transparent)!important;border-radius:0!important;background:transparent!important}html[data-theme] .entity-detail-page .page-header:before{display:none}html[data-theme] .entity-detail-content>.entity-detail-section:first-child,html[data-theme] .entity-identity+.entity-detail-section,html[data-theme] .entity-identity-pair+.entity-detail-section,html[data-theme] .entity-avatar-panel+.entity-detail-section{margin-top:0}html[data-theme] .entity-detail-section{display:block;overflow:hidden;padding:0;border:1px solid color-mix(in srgb,var(--line) 78%,transparent);border-radius:12px;background:color-mix(in srgb,var(--panel) 62%,transparent)}html[data-theme] .entity-detail-section+.entity-detail-section{margin-top:0;padding-top:0;border-top:1px solid color-mix(in srgb,var(--line) 78%,transparent)}html[data-theme] .entity-detail-section h4{min-height:48px;display:flex;align-items:center;margin:0!important;padding:0 18px!important;border-bottom:1px solid color-mix(in srgb,var(--line) 68%,transparent);background:color-mix(in srgb,var(--panel-2) 48%,transparent);color:var(--text)!important;font-size:15px!important;font-weight:760!important}html[data-theme] .entity-detail-section h4:before{content:"";position:static;width:6px;height:6px;flex:0 0 auto;margin-right:10px;border-radius:999px;background:var(--orange)}html[data-theme] .entity-detail-section>:not(h4){min-width:0}html[data-theme] .entity-detail-section>.entity-detail-grid,html[data-theme] .entity-detail-section>.entity-rich-text,html[data-theme] .entity-detail-section>.entity-image-gallery,html[data-theme] .entity-detail-section>.entity-inline-empty,html[data-theme] .entity-detail-section>.ant-alert,html[data-theme] .entity-detail-section>.ant-table-wrapper{margin:16px}html[data-theme] .entity-detail-section .entity-detail-grid .ant-descriptions-view{overflow:hidden;border:1px solid color-mix(in srgb,var(--line) 70%,transparent)!important;border-radius:10px!important;background:transparent!important;box-shadow:none}html[data-theme] .entity-detail-section .ant-descriptions-bordered .ant-descriptions-item-label,html[data-theme] .entity-detail-section .entity-detail-grid .ant-descriptions-item-label{width:128px;padding:12px 14px!important;background:color-mix(in srgb,var(--panel-2) 34%,transparent)!important}html[data-theme] .entity-detail-section .ant-descriptions-bordered .ant-descriptions-item-content,html[data-theme] .entity-detail-section .entity-detail-grid .ant-descriptions-item-content{padding:12px 14px!important}html[data-theme] .entity-detail-section .entity-rich-text,html[data-theme] .entity-detail-section .entity-image-gallery,html[data-theme] .entity-detail-section .entity-inline-empty{border-radius:10px}html[data-theme] .entity-identity,html[data-theme] .entity-avatar-panel,html[data-theme] .entity-identity-pair{margin-bottom:2px}html[data-theme] .entity-identity{max-width:none;padding:18px;border-radius:12px}html[data-theme] .entity-avatar-panel{border-radius:12px}html[data-theme] .entity-identity-pair{gap:14px}html[data-theme] .ant-modal .detail-stack .takeover-detail-table,html[data-theme] .ant-modal .detail-stack .ant-descriptions-view{border-radius:10px!important}@media(max-width:640px){html[data-theme] .entity-detail-section>.entity-detail-grid,html[data-theme] .entity-detail-section>.entity-rich-text,html[data-theme] .entity-detail-section>.entity-image-gallery,html[data-theme] .entity-detail-section>.entity-inline-empty,html[data-theme] .entity-detail-section>.ant-alert,html[data-theme] .entity-detail-section>.ant-table-wrapper{margin:12px}html[data-theme] .entity-detail-section h4{min-height:44px;padding:0 14px!important}}html[data-theme] .entity-detail-section{border-radius:14px;background:linear-gradient(180deg,color-mix(in srgb,var(--panel) 76%,transparent),color-mix(in srgb,var(--panel-2) 38%,transparent))!important;box-shadow:inset 0 1px color-mix(in srgb,white 4%,transparent)}html[data-theme] .entity-detail-section h4{min-height:50px;border-bottom-color:color-mix(in srgb,var(--line) 58%,transparent);background:transparent!important}html[data-theme] .entity-detail-section>.entity-detail-grid,html[data-theme] .entity-detail-section>.entity-rich-text,html[data-theme] .entity-detail-section>.entity-image-gallery,html[data-theme] .entity-detail-section>.entity-inline-empty,html[data-theme] .entity-detail-section>.ant-alert,html[data-theme] .entity-detail-section>.ant-table-wrapper{margin:0}html[data-theme] .entity-detail-section .entity-detail-grid .ant-descriptions-view,html[data-theme] .entity-detail-section .ant-table-wrapper,html[data-theme] .entity-detail-section .entity-rich-text,html[data-theme] .entity-detail-section .entity-image-gallery,html[data-theme] .entity-detail-section .entity-inline-empty{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}html[data-theme] .entity-detail-section .entity-rich-text{padding:18px}html[data-theme] .entity-detail-section .entity-image-gallery{padding:16px 18px 18px}html[data-theme] .entity-detail-section .entity-inline-empty{padding:30px 18px}html[data-theme] .entity-detail-section .ant-table-wrapper{overflow:hidden}html[data-theme] .entity-detail-section .ant-table-wrapper .ant-table,html[data-theme] .entity-detail-section .ant-table-wrapper .ant-table-container,html[data-theme] .entity-detail-section .ant-table-wrapper .ant-table-content,html[data-theme] .entity-detail-section .ant-table-wrapper .ant-table-body,html[data-theme] .entity-detail-section .ant-table-wrapper .ant-table-tbody,html[data-theme] .entity-detail-section .ant-table-wrapper .ant-table-pagination.ant-pagination{background:transparent!important}html[data-theme] .entity-detail-section .ant-table-wrapper .ant-table-thead>tr>th{background:color-mix(in srgb,var(--panel-2) 34%,transparent)!important}html[data-theme] .entity-detail-section .ant-table-wrapper .ant-table-tbody>tr>td,html[data-theme] .entity-detail-section .ant-table-wrapper .ant-table-cell{background:transparent!important}html[data-theme] .entity-detail-section .ant-table-wrapper .ant-table-tbody>tr:hover>td,html[data-theme] .entity-detail-section .ant-table-wrapper .ant-table-tbody>tr:hover>.ant-table-cell{background:color-mix(in srgb,var(--panel-3) 46%,transparent)!important}html[data-theme] .entity-detail-section .ant-descriptions-bordered .ant-descriptions-item-label,html[data-theme] .entity-detail-section .entity-detail-grid .ant-descriptions-item-label,html[data-theme] .entity-detail-section .ant-descriptions-bordered .ant-descriptions-item-content,html[data-theme] .entity-detail-section .entity-detail-grid .ant-descriptions-item-content{background:transparent!important}html[data-theme] .entity-detail-section .entity-image-gallery .ant-image,html[data-theme] .entity-detail-section .entity-image-gallery .ant-image-img{border:1px solid color-mix(in srgb,var(--line) 64%,transparent)!important;border-radius:10px!important}html[data-theme] .entity-id-list{padding:16px 18px 18px}html[data-theme] .entity-detail-section .entity-id-list span{background:color-mix(in srgb,var(--panel-2) 42%,transparent)!important}@media(max-width:640px){html[data-theme] .entity-detail-section .entity-rich-text,html[data-theme] .entity-detail-section .entity-image-gallery,html[data-theme] .entity-id-list{padding:14px}}html[data-theme=light]{--bg: #f6f7fb;--bg-deep: #eef1f6;--panel: #ffffff;--panel-2: #f8f9fc;--panel-3: #f2f4fb;--line: #e1e5ee;--line-strong: #c9d0df;--text: #171a22;--muted: #5f6878;--dim: #8a93a3;--orange: #5b5bd6;--orange-2: #4949b7;--blue: #2f6fc8;--green: #2f7d5f;--red: #b74b4b;--yellow: #9f6b21;--shadow: 0 18px 44px rgb(24 31 47 / 8%)}html[data-theme=dark]{--bg: #080b12;--bg-deep: #04060b;--panel: #101722;--panel-2: #151e2c;--panel-3: #1c2738;--line: #2a3446;--line-strong: #3b485d;--text: #f4f7fb;--muted: #a9b3c2;--dim: #778295;--orange: #a79bff;--orange-2: #8070f2;--blue: #80aaff;--green: #46d69b;--red: #ff6b7f;--yellow: #f2c85b;--shadow: 0 22px 70px rgb(0 0 0 / 46%)}html[data-theme],html[data-theme] body,html[data-theme] #root{min-height:100%;color:var(--text);background:var(--bg)!important}html[data-theme] body{font-family:Geist,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-variant-numeric:tabular-nums}html[data-theme] body:has(.admin-shell){overflow:hidden}html[data-theme] .admin-shell{height:100dvh;margin:0;border:0;border-radius:0;background:var(--bg)!important;box-shadow:none}html[data-theme] .admin-sider{border-right:1px solid var(--line);background:color-mix(in srgb,var(--panel) 94%,transparent)!important}html[data-theme=dark] .admin-sider{background:#070a12!important}html[data-theme] .admin-main,html[data-theme] .admin-content,html[data-theme] .route-stage{background:transparent!important;background-image:none!important}html[data-theme] .admin-topbar{border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--panel) 88%,transparent)!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}html[data-theme=dark] .admin-topbar{background:#080b12e0!important}html[data-theme] .admin-content{height:calc(100% - 72px);padding:22px 24px 30px}html[data-theme] .route-stage{max-width:1600px;margin:0 auto;gap:18px}html[data-theme] .brand-title,html[data-theme] .topbar-title,html[data-theme] .page-header h2,html[data-theme] h1,html[data-theme] h2,html[data-theme] h3,html[data-theme] h4,html[data-theme] h5{color:var(--text)!important}html[data-theme] .brand-subtitle,html[data-theme] .topbar-copy,html[data-theme] .page-kicker,html[data-theme] .ant-typography-secondary,html[data-theme] .ant-statistic-title,html[data-theme] .ant-form-item-extra,html[data-theme] .ant-empty-description{color:var(--muted)!important}html[data-theme] .brand-title{letter-spacing:0}html[data-theme] .page-header{min-height:0;padding:3px 0 8px!important;border:0!important;border-radius:0!important;background:transparent!important}html[data-theme] .page-header:before{display:none!important}html[data-theme] .page-header h2{margin:0 0 6px!important;font-size:25px!important;font-weight:760!important;line-height:1.2!important}html[data-theme] .page-header .ant-typography-secondary{max-width:82ch;line-height:1.65}html[data-theme] .admin-menu,html[data-theme] .admin-menu.ant-menu,html[data-theme] .admin-menu .ant-menu-sub,html[data-theme] .mobile-nav-drawer .ant-menu{border:0!important;background:transparent!important}html[data-theme] .admin-menu .ant-menu-item,html[data-theme] .admin-menu .ant-menu-submenu-title{height:38px!important;margin:3px 0!important;border:1px solid transparent!important;border-radius:8px!important;color:var(--muted)!important;line-height:36px!important;transition:background .16s ease,border-color .16s ease,color .16s ease}html[data-theme] .admin-menu .ant-menu-submenu-title:hover,html[data-theme] .admin-menu .ant-menu-item:hover{background:var(--panel-2)!important;color:var(--text)!important}html[data-theme] .admin-menu .ant-menu-submenu-selected>.ant-menu-submenu-title,html[data-theme] .admin-menu .ant-menu-submenu-open>.ant-menu-submenu-title,html[data-theme] .admin-menu .ant-menu-item-selected{border-color:color-mix(in srgb,var(--orange) 30%,transparent)!important;background:color-mix(in srgb,var(--orange) 11%,transparent)!important;color:var(--orange)!important}html[data-theme] .admin-menu .anticon,html[data-theme] .admin-menu .ant-menu-submenu-arrow{color:inherit!important}html[data-theme] .sider-footer,html[data-theme] .mobile-drawer-footer{border:1px solid var(--line)!important;border-radius:8px;background:var(--panel-2)!important}html[data-theme] .filter-card,html[data-theme] .ant-card,html[data-theme] .ant-list,html[data-theme] .ant-collapse,html[data-theme] .wechat-table-list,html[data-theme] .wechat-database-detail,html[data-theme] .wechat-topic-card,html[data-theme] .dashboard-section,html[data-theme] .dashboard-workbench,html[data-theme] .ops-panel{border:1px solid var(--line)!important;border-radius:8px!important;background:var(--panel)!important;box-shadow:none!important}html[data-theme] .ant-card-head,html[data-theme] .ant-card-body,html[data-theme] .ant-list-header,html[data-theme] .ant-list-footer,html[data-theme] .ant-collapse-content,html[data-theme] .ant-collapse-item{border-color:var(--line)!important;background:transparent!important;color:var(--text)!important}html[data-theme] .filter-card{background:var(--panel-2)!important}html[data-theme] .filter-card .ant-card-body,html[data-theme] .ant-card .ant-card-body{padding:18px!important}html[data-theme] .ant-table-wrapper{overflow:hidden;border:1px solid var(--line)!important;border-radius:8px!important;background:var(--panel)!important;box-shadow:none!important}html[data-theme] .ant-table,html[data-theme] .ant-table-container,html[data-theme] .ant-table-content,html[data-theme] .ant-table-body,html[data-theme] .ant-table-tbody,html[data-theme] .ant-table-wrapper .ant-spin-container{background:var(--panel)!important;color:var(--text)!important}html[data-theme] .ant-table-thead>tr>th,html[data-theme] .ant-table-wrapper .ant-table-thead .ant-table-cell-fix-left,html[data-theme] .ant-table-wrapper .ant-table-thead .ant-table-cell-fix-right,html[data-theme] .ant-table-wrapper .ant-table-thead .ant-table-cell-fix{border-color:var(--line)!important;background:var(--panel-2)!important;color:var(--muted)!important;font-size:12px;font-weight:720!important}html[data-theme] .ant-table-tbody>tr>td,html[data-theme] .ant-table-wrapper .ant-table-cell,html[data-theme] .ant-table-wrapper .ant-table-cell-fix-left,html[data-theme] .ant-table-wrapper .ant-table-cell-fix-right,html[data-theme] .ant-table-wrapper .ant-table-cell-fix{border-color:var(--line)!important;background:var(--panel)!important;color:var(--text)!important}html[data-theme] .ant-table-tbody>tr:hover>td,html[data-theme] .ant-table-wrapper .ant-table-tbody>tr:hover>.ant-table-cell,html[data-theme] .ant-table-wrapper .ant-table-tbody>tr:hover>.ant-table-cell-fix-left,html[data-theme] .ant-table-wrapper .ant-table-tbody>tr:hover>.ant-table-cell-fix-right,html[data-theme] .selected-row>td{background:var(--panel-3)!important}html[data-theme] .ant-table-cell-fix-left-last:after,html[data-theme] .ant-table-cell-fix-right-first:after,html[data-theme] .ant-table-cell-fix-start-shadow:after,html[data-theme] .ant-table-cell-fix-end-shadow:after{box-shadow:none!important}html[data-theme] .ant-pagination,html[data-theme] .ant-table-wrapper .ant-table-pagination.ant-pagination{margin:0!important;padding:12px 16px;border-top:1px solid var(--line)!important;background:var(--panel)!important;color:var(--muted)!important}html[data-theme] .ant-pagination-item,html[data-theme] .ant-pagination-prev .ant-pagination-item-link,html[data-theme] .ant-pagination-next .ant-pagination-item-link,html[data-theme] .ant-pagination-options .ant-select-selector{border-color:var(--line)!important;background:var(--panel-2)!important;color:var(--muted)!important}html[data-theme] .ant-pagination-item-active{border-color:var(--orange)!important;background:color-mix(in srgb,var(--orange) 11%,var(--panel-2))!important}html[data-theme] .ant-pagination-item-active a{color:var(--orange)!important}html[data-theme] .ant-input,html[data-theme] .ant-input-number,html[data-theme] .ant-input-number-input,html[data-theme] .ant-input-affix-wrapper,html[data-theme] .ant-picker,html[data-theme] .ant-picker-input>input,html[data-theme] .ant-select-selector,html[data-theme] .ant-select-selection-item,html[data-theme] textarea.ant-input{border-color:var(--line)!important;background:var(--panel)!important;color:var(--text)!important}html[data-theme=dark] .ant-input,html[data-theme=dark] .ant-input-number,html[data-theme=dark] .ant-input-number-input,html[data-theme=dark] .ant-input-affix-wrapper,html[data-theme=dark] .ant-picker,html[data-theme=dark] .ant-picker-input>input,html[data-theme=dark] .ant-select-selector,html[data-theme=dark] .ant-select-selection-item,html[data-theme=dark] textarea.ant-input{background:#0c121d!important}html[data-theme] .ant-input::placeholder,html[data-theme] .ant-picker-input>input::placeholder,html[data-theme] .ant-select-selection-placeholder{color:var(--dim)!important}html[data-theme] .ant-input:hover,html[data-theme] .ant-input-number:hover,html[data-theme] .ant-input-affix-wrapper:hover,html[data-theme] .ant-picker:hover,html[data-theme] .ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:color-mix(in srgb,var(--orange) 38%,var(--line))!important}html[data-theme] .ant-input:focus,html[data-theme] .ant-input-focused,html[data-theme] .ant-input-number-focused,html[data-theme] .ant-input-affix-wrapper-focused,html[data-theme] .ant-picker-focused,html[data-theme] .ant-select-focused .ant-select-selector{border-color:var(--orange)!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--orange) 13%,transparent)!important}html[data-theme] .ant-btn{border-radius:8px!important;font-weight:650;transition:transform .12s ease,border-color .16s ease,background .16s ease,color .16s ease}html[data-theme] .ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.ant-btn-link){border-color:var(--line)!important;background:var(--panel)!important;color:var(--muted)!important}html[data-theme] .ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.ant-btn-link):hover{border-color:color-mix(in srgb,var(--orange) 42%,transparent)!important;background:color-mix(in srgb,var(--orange) 10%,var(--panel-2))!important;color:var(--orange)!important}html[data-theme] .ant-btn-primary{border-color:var(--orange-2)!important;background:var(--orange)!important;color:#fff!important;box-shadow:none!important}html[data-theme=dark] .ant-btn-primary{color:#070a12!important}html[data-theme] .ant-btn-primary:hover,html[data-theme] .ant-btn-primary:focus-visible{border-color:var(--orange-2)!important;background:var(--orange-2)!important;color:#fff!important}html[data-theme=dark] .ant-btn-primary:hover,html[data-theme=dark] .ant-btn-primary:focus-visible{color:#070a12!important}html[data-theme] .ant-btn-dangerous:not(.ant-btn-primary){border-color:color-mix(in srgb,var(--red) 34%,var(--line))!important;background:color-mix(in srgb,var(--red) 7%,var(--panel))!important;color:var(--red)!important}html[data-theme] .ant-btn-text,html[data-theme] .ant-btn-link{color:var(--muted)!important}html[data-theme] .ant-btn-text:hover,html[data-theme] .ant-btn-link:hover{background:color-mix(in srgb,var(--orange) 9%,transparent)!important;color:var(--orange)!important}html[data-theme] .ant-btn:active{transform:translateY(1px)}html[data-theme] .ant-modal-content,html[data-theme] .ant-modal-header,html[data-theme] .ant-modal-body,html[data-theme] .ant-modal-footer,html[data-theme] .ant-drawer-content,html[data-theme] .ant-drawer-header,html[data-theme] .ant-drawer-body,html[data-theme] .ant-popover-inner,html[data-theme] .ant-select-dropdown,html[data-theme] .ant-dropdown-menu,html[data-theme] .ant-picker-dropdown .ant-picker-panel-container{border-color:var(--line)!important;background:var(--panel)!important;color:var(--text)!important}html[data-theme] .ant-modal-title,html[data-theme] .ant-drawer-title,html[data-theme] .ant-modal-close,html[data-theme] .ant-drawer-close,html[data-theme] .ant-select-item-option-selected,html[data-theme] .ant-select-item-option-active,html[data-theme] .ant-dropdown-menu-item:hover{color:var(--text)!important}html[data-theme] .ant-select-item,html[data-theme] .ant-dropdown-menu-item,html[data-theme] .ant-picker-cell,html[data-theme] .ant-picker-header,html[data-theme] .ant-picker-content th{color:var(--muted)!important}html[data-theme] .ant-select-item-option-active,html[data-theme] .ant-select-item-option-selected,html[data-theme] .ant-dropdown-menu-item:hover{background:var(--panel-3)!important}html[data-theme] .ant-tabs-nav:before,html[data-theme] .ant-card-head,html[data-theme] .ant-modal-footer,html[data-theme] .ant-drawer-header{border-color:var(--line)!important}html[data-theme] .ant-tabs-tab{color:var(--muted)!important}html[data-theme] .ant-tabs-tab-active .ant-tabs-tab-btn,html[data-theme] .ant-tabs-tab:hover{color:var(--orange)!important}html[data-theme] .ant-tag,html[data-theme] .ant-badge-status-text{color:var(--muted)}html[data-theme] .ant-tag{border-color:var(--line)!important;background:var(--panel-2)!important}html[data-theme] .ant-alert,html[data-theme] .ant-upload,html[data-theme] .ant-upload-wrapper .ant-upload-list-item,html[data-theme] .feedback-image-strip,html[data-theme] .feedback-images .ant-image,html[data-theme] .announcement-upload-preview img,html[data-theme] .user-block-editor-preview,html[data-theme] .wechat-topic-samples,html[data-theme] .wechat-original-message,html[data-theme] .queue-link,html[data-theme] .queue-item{border-color:var(--line)!important;background:var(--panel-2)!important;color:var(--text)!important}html[data-theme] .queue-link:hover,html[data-theme] .queue-item:hover{background:var(--panel-3)!important}html[data-theme] .settings-workspace{max-width:1280px;gap:22px}html[data-theme] .settings-section-nav{border-right:1px solid var(--line)!important;background:transparent!important}html[data-theme] .settings-section-nav button{border-radius:8px;color:var(--text)}html[data-theme] .settings-section-nav button:hover,html[data-theme] .settings-section-nav button.is-active{border-color:color-mix(in srgb,var(--orange) 28%,transparent)!important;background:color-mix(in srgb,var(--orange) 9%,transparent)!important;color:var(--orange)!important}html[data-theme] .settings-actions{border-top:1px solid var(--line)!important;background:color-mix(in srgb,var(--bg) 88%,transparent)!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}html[data-theme] .wechat-database-layout{gap:18px}html[data-theme] .wechat-table-list .ant-menu{background:transparent!important}html[data-theme] .wechat-topic-card .ant-card-body,html[data-theme] .wechat-topic-samples{border-radius:8px}html[data-theme] .wxbot-config-meta,html[data-theme] .settings-panel-heading,html[data-theme] .settings-subsection,html[data-theme] .rank-row,html[data-theme] .kook-sort-section+.kook-sort-section,html[data-theme] .kook-sort-summary,html[data-theme] .kook-sort-group-order{border-color:var(--line)!important}html[data-theme] .kook-sort-summary>div+div,html[data-theme] .kook-sort-group-order>div+div{border-color:var(--line)!important}html[data-theme] .dashboard-metrics{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}html[data-theme] .dashboard-metrics .summary-card{min-height:140px;border:1px solid var(--line)!important;border-radius:8px!important;background:var(--panel)!important}html[data-theme] .dashboard-metrics .summary-card:before{height:0}html[data-theme] .summary-icon,html[data-theme] .rank-index,html[data-theme] .brand-mark,html[data-theme] .login-mark{border-color:color-mix(in srgb,var(--orange) 28%,transparent)!important;background:color-mix(in srgb,var(--orange) 10%,transparent)!important;color:var(--orange)!important}html[data-theme] .dashboard-pulse{border-color:color-mix(in srgb,var(--orange) 20%,var(--line));background:color-mix(in srgb,var(--orange) 7%,var(--panel))!important}html[data-theme] .dashboard-pulse span,html[data-theme] .panel-kicker,html[data-theme] .panel-head .anticon,html[data-theme] .rank-index{color:var(--orange)!important}html[data-theme] .entity-detail-page{width:min(100%,1360px);max-width:1360px;gap:16px}html[data-theme] .entity-detail-page .page-header{min-height:0;padding:4px 0 10px!important;border:0!important;border-bottom:1px solid var(--line)!important;border-radius:0!important;background:transparent!important}html[data-theme] .entity-detail-page .page-header h2{font-size:28px!important}html[data-theme] .entity-detail-content{display:grid;gap:14px;padding:2px 0 34px}html[data-theme] .entity-identity,html[data-theme] .entity-avatar-panel,html[data-theme] .entity-identity-pair{border-color:var(--line)!important;background:transparent!important}html[data-theme] .entity-detail-section{display:block;overflow:hidden;padding:0;border:1px solid var(--line)!important;border-radius:10px;background:var(--panel)!important;box-shadow:none!important}html[data-theme] .entity-detail-section+.entity-detail-section{margin-top:0;padding-top:0}html[data-theme] .entity-detail-section h4{min-height:48px;display:flex;align-items:center;margin:0!important;padding:0 18px!important;border-bottom:1px solid var(--line)!important;background:transparent!important;color:var(--text)!important;font-size:15px!important;font-weight:760!important}html[data-theme] .entity-detail-section h4:before{content:"";width:6px;height:6px;flex:0 0 auto;margin-right:10px;border-radius:999px;background:var(--orange)}html[data-theme] .entity-detail-section>.entity-detail-grid,html[data-theme] .entity-detail-section>.entity-rich-text,html[data-theme] .entity-detail-section>.entity-image-gallery,html[data-theme] .entity-detail-section>.entity-inline-empty,html[data-theme] .entity-detail-section>.ant-alert,html[data-theme] .entity-detail-section>.ant-table-wrapper,html[data-theme] .entity-detail-section>.entity-id-list{margin:0}html[data-theme] .entity-detail-section .ant-descriptions-view,html[data-theme] .entity-detail-section .ant-table-wrapper,html[data-theme] .entity-detail-section .entity-rich-text,html[data-theme] .entity-detail-section .entity-image-gallery,html[data-theme] .entity-detail-section .entity-inline-empty,html[data-theme] .entity-detail-section .entity-id-list{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}html[data-theme] .entity-detail-section .ant-descriptions-bordered .ant-descriptions-row,html[data-theme] .entity-detail-section .ant-descriptions-bordered .ant-descriptions-item,html[data-theme] .entity-detail-section .ant-descriptions-bordered .ant-descriptions-item-label,html[data-theme] .entity-detail-section .ant-descriptions-bordered .ant-descriptions-item-content,html[data-theme] .entity-detail-section .entity-detail-grid .ant-descriptions-item,html[data-theme] .entity-detail-section .entity-detail-grid .ant-descriptions-item-label,html[data-theme] .entity-detail-section .entity-detail-grid .ant-descriptions-item-content{border-color:var(--line)!important;background:transparent!important}html[data-theme] .entity-detail-section .ant-descriptions-item-label,html[data-theme] .entity-detail-section .entity-detail-grid .ant-descriptions-item-label,html[data-theme] .takeover-detail-label{color:var(--muted)!important;font-size:12px;font-weight:720!important}html[data-theme] .entity-detail-section .ant-descriptions-item-content,html[data-theme] .entity-detail-section .entity-detail-grid .ant-descriptions-item-content,html[data-theme] .takeover-detail-value{color:var(--text)!important;font-weight:650}html[data-theme] .takeover-detail-table,html[data-theme] .takeover-detail-row,html[data-theme] .takeover-detail-label,html[data-theme] .takeover-detail-value{border-color:var(--line)!important;background:transparent!important}html[data-theme] .takeover-detail-table{border:0!important;border-radius:0!important}html[data-theme] .entity-detail-section .entity-rich-text,html[data-theme] .entity-detail-section .entity-image-gallery,html[data-theme] .entity-detail-section .entity-id-list{padding:16px 18px 18px}html[data-theme] .entity-detail-section .entity-inline-empty{padding:28px 18px}html[data-theme] .entity-detail-json{border-color:var(--line);background:var(--panel-2);color:var(--text)}html[data-theme] .login-page.login-pro-page,html[data-theme] .login-pro-page .ant-pro-form-login-page,html[data-theme] .login-pro-page .ant-pro-form-login-page>.ant-pro-form-login-page{background:var(--panel)!important}html[data-theme] .login-pro-page .ant-pro-form-login-page-left{background:var(--panel)!important}html[data-theme] .login-pro-page .ant-pro-form-login-page-title,html[data-theme] .login-form-heading h2,html[data-theme] .login-pro-page .ant-form-item-label>label{color:var(--text)!important}html[data-theme] .login-pro-page .ant-pro-form-login-page-desc,html[data-theme] .login-standard-intro{color:var(--muted)!important}html[data-theme] .login-pro-page .ant-input-affix-wrapper,html[data-theme] .login-pro-page .ant-input{border:1px solid var(--line)!important;border-radius:8px!important;background:var(--panel-2)!important;color:var(--text)!important}html[data-theme] .login-pro-page .ant-input-affix-wrapper>input.ant-input{border:0!important;background:transparent!important}html[data-theme] .login-pro-page .ant-input-affix-wrapper-focused,html[data-theme] .login-pro-page .ant-input-affix-wrapper:focus-within{border-color:var(--orange)!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--orange) 13%,transparent)!important}@media(max-width:980px){html[data-theme] body:has(.admin-shell){overflow:auto}html[data-theme] .admin-shell{min-height:100dvh;height:auto}html[data-theme] .admin-content{min-height:calc(100dvh - 72px);height:auto;padding:16px}html[data-theme] .dashboard-v2,html[data-theme] .dashboard-grid,html[data-theme] .dashboard-main-row,html[data-theme] .wechat-database-layout{grid-template-columns:1fr!important}}@media(max-width:720px){html[data-theme] .admin-topbar{min-height:66px;height:auto;padding:10px 14px}html[data-theme] .admin-content{padding:12px}html[data-theme] .dashboard-metrics{grid-template-columns:1fr!important}html[data-theme] .filter-card .ant-form,html[data-theme] .filter-card .ant-form-item,html[data-theme] .filter-card .ant-input,html[data-theme] .filter-card .ant-input-affix-wrapper,html[data-theme] .filter-card .ant-select,html[data-theme] .filter-card .ant-picker,html[data-theme] .filter-card .ant-btn{width:100%!important}html[data-theme] .entity-detail-section .entity-rich-text,html[data-theme] .entity-detail-section .entity-image-gallery,html[data-theme] .entity-detail-section .entity-id-list{padding:14px}}html[data-theme] .ant-input:focus,html[data-theme] .ant-input-focused,html[data-theme] .ant-input-affix-wrapper:focus,html[data-theme] .ant-input-affix-wrapper:focus-within,html[data-theme] .ant-input-affix-wrapper-focused,html[data-theme] .ant-input-number:focus,html[data-theme] .ant-input-number:focus-within,html[data-theme] .ant-input-number-focused,html[data-theme] .ant-picker:focus,html[data-theme] .ant-picker-focused,html[data-theme] .ant-select-focused .ant-select-selector,html[data-theme] textarea.ant-input:focus{border-color:var(--line-strong)!important;outline:none!important;box-shadow:none!important}
