*{margin:0;padding:0;box-sizing:border-box}html,body,#app{height:100%;font-family:var(--font-family-ui)}:root{--primary-color: #6366F1;--primary-color-rgb: 99, 102, 241;--sider-bg: linear-gradient(180deg, #312E81 0%, #1E1B4B 100%);--sider-text: #c7c9e8;--sider-active-bg: #6366F1;--header-bg: #ffffff;--content-bg: #F7F8FC;--card-bg: #ffffff;--menu-hover-bg: rgba(129, 140, 248, .14);--menu-hover-text: #E0E7FF;--menu-active-bg: linear-gradient(90deg, rgba(99, 102, 241, .4) 0%, rgba(139, 92, 246, .22) 100%);--menu-active-text: #FFFFFF;--menu-active-bar: #818CF8;--page-padding: 24px;--card-radius: 12px;--card-shadow: 0 1px 2px 0 rgba(0, 0, 0, .03), 0 1px 6px -1px rgba(0, 0, 0, .02), 0 2px 4px 0 rgba(0, 0, 0, .02);--card-shadow-hover: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);--border-color: #f0f0f0;--border-color-light: #fafafa;--bg-primary: #ffffff;--bg-secondary: #fafafa;--bg-container: #ffffff;--bg-card: #ffffff;--bg-hover: #fafafa;--border-color-split: #f0f0f0;--border-color-base: #d9d9d9;--danger-color: #ff4d4f;--text-warn: #faad14;--text-primary: rgba(0, 0, 0, .88);--text-secondary: rgba(0, 0, 0, .65);--text-tertiary: rgba(0, 0, 0, .45);--text-quaternary: rgba(0, 0, 0, .25);--success-color: #52c41a;--warning-color: #faad14;--error-color: #f5222d;--info-color: #6366F1;--font-family-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Noto Sans CJK SC", "Noto Sans SC", sans-serif;--font-family-reading: "Songti SC", STSong, SimSun, "宋体", "Noto Serif CJK SC", "Noto Serif SC", serif}body{margin:0;padding:0;font-family:var(--font-family-ui);background:var(--content-bg);transition:background .3s ease}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00000040}.page-enter-active,.page-leave-active{transition:opacity .25s ease}.page-enter-from,.page-leave-to{opacity:0}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.page-title{font-size:20px;font-weight:600;color:var(--text-primary);margin:0;line-height:1.4}.page-desc{font-size:14px;color:var(--text-tertiary);margin-top:4px;margin-bottom:0}.title-count{font-size:14px;color:var(--text-tertiary);font-weight:400}.filter-bar{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap;align-items:center}.pagination-wrapper{margin-top:16px;display:flex;justify-content:flex-end}.action-btns{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.action-link{color:var(--primary-color);cursor:pointer;font-size:13px;white-space:nowrap;display:inline-flex;align-items:center;gap:4px;padding:1px 8px;border-radius:4px;border:1px solid var(--primary-color);background:rgba(var(--primary-color-rgb, 24, 144, 255),.06);transition:all .2s;text-decoration:none;line-height:22px}.action-link:hover{color:#fff;background-color:var(--primary-color);border-color:var(--primary-color)}.action-link.danger{color:var(--error-color);border-color:var(--error-color);background:#f5222d0f}.action-link.danger:hover{color:#fff;background-color:var(--error-color);border-color:var(--error-color)}.action-link.warning{color:#fa8c16;border-color:#fa8c16;background:#fa8c160f}.action-link.warning:hover{color:#fff;background-color:#fa8c16;border-color:#fa8c16}.stat-card{border-radius:var(--card-radius);transition:all .3s ease}.stat-card :deep(.ant-statistic-title){font-size:13px;color:var(--text-tertiary);margin-bottom:4px;letter-spacing:.3px}.stat-card :deep(.ant-statistic-content){font-size:28px;font-weight:600;color:var(--text-primary)}.stat-card.clickable{cursor:pointer;transition:all .2s}.stat-card.clickable:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-2px)}.stat-card.clickable:active{transform:translateY(0)}.ant-card{border-radius:var(--card-radius);box-shadow:var(--card-shadow);transition:box-shadow .3s ease}.ant-card:hover{box-shadow:var(--card-shadow-hover)}.ant-empty{padding:32px 0}.ant-empty .ant-empty-description{color:var(--text-tertiary);font-size:13px}.ant-spin-container{transition:opacity .2s ease}.ant-spin-blur{opacity:.4;-webkit-user-select:none;user-select:none}.ant-alert{border-radius:6px;font-size:13px}.ant-tabs :deep(.ant-tabs-tab){font-size:14px;padding:8px 0;transition:color .2s}.ant-tabs :deep(.ant-tabs-tab-active .ant-tabs-tab-btn){font-weight:500}.ant-tabs :deep(.ant-tabs-ink-bar){height:2px;border-radius:1px}.ant-table :deep(.ant-table-thead > tr > th){font-weight:600;font-size:13px;color:var(--text-secondary);background:#fafafa;padding:12px 16px}.ant-table :deep(.ant-table-tbody > tr > td){font-size:13px;color:var(--text-secondary);padding:10px 16px}.ant-table :deep(.ant-table-tbody > tr:hover > td){background:#fafafa}.ant-table :deep(.ant-table-tbody > tr > td .ant-btn-link){padding:0;height:auto;font-size:13px}.ant-tag{border-radius:4px;font-size:12px}.ant-modal-content{border-radius:12px}.ant-modal-header{border-radius:12px 12px 0 0}.ant-descriptions-bordered :deep(.ant-descriptions-item-label){font-size:13px;color:var(--text-tertiary);background:#fafafa;white-space:nowrap}.ant-descriptions-bordered :deep(.ant-descriptions-item-content){font-size:13px;color:var(--text-secondary)}.ant-timeline :deep(.ant-timeline-item-content){font-size:13px}.ant-badge-count{font-size:11px;box-shadow:0 2px 4px #00000026}.ant-tooltip-inner{border-radius:6px;font-size:12px;padding:4px 10px}.ant-divider{font-size:13px;color:var(--text-tertiary)}.ant-btn{border-radius:8px;font-size:13px;transition:all .2s ease}.ant-btn-primary{box-shadow:0 2px 4px rgba(var(--primary-color-rgb, 47, 107, 255),.2)}.ant-btn-primary:hover{box-shadow:0 4px 8px rgba(var(--primary-color-rgb, 47, 107, 255),.3)}.ant-pagination :deep(.ant-pagination-item){border-radius:6px;transition:all .2s}.ant-pagination :deep(.ant-pagination-item-active){box-shadow:0 2px 4px rgba(var(--primary-color-rgb, 47, 107, 255),.2)}.ant-table-placeholder :deep(.ant-empty-description){color:var(--text-tertiary);font-size:13px}.empty-state{display:flex;flex-direction:column;align-items:center;padding:40px 0;color:var(--text-tertiary)}.empty-state .empty-icon{font-size:48px;color:var(--text-quaternary);margin-bottom:12px}.empty-state .empty-text{font-size:14px;margin-bottom:16px}.empty-state .empty-action{margin-top:8px}.muted,.text-gray{color:var(--text-tertiary)}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stats-row{display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap}.header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.back-link-bar{margin-bottom:12px}.back-link-bar a{display:inline-flex;align-items:center;gap:4px;color:var(--text-secondary);font-size:14px;cursor:pointer}.back-link-bar a:hover{color:var(--primary-color)}.mini-stat-card{display:flex;flex-direction:column;gap:4px;padding:8px 16px;border-radius:var(--card-radius);background:var(--card-bg);border:1px solid var(--border-color);min-width:120px}.mini-stat-card .mini-stat-label{font-size:12px;color:var(--text-tertiary)}.mini-stat-card .mini-stat-value{font-size:20px;font-weight:600;color:var(--text-primary)}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:8px}.toolbar-left,.toolbar-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.batch-actions-bar{display:flex;align-items:center;gap:8px;padding:8px 12px;margin-bottom:12px;background:#e6f7ff;border:1px solid #91d5ff;border-radius:6px}.batch-actions-bar .batch-info{font-size:13px;color:#1890ff;font-weight:500;margin-right:8px}.batch-bar{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding:8px 12px;margin-bottom:12px;background:#e6f7ff;border:1px solid #91d5ff;border-radius:6px}.nav-link{color:var(--primary-color);cursor:pointer;text-decoration:none}.nav-link:hover{text-decoration:underline}.section-title{display:flex;align-items:center;gap:6px;margin-bottom:8px;font-size:14px;font-weight:500;color:var(--text-primary)}.section-title-bar{display:inline-block;width:3px;height:14px;background:var(--primary-color);border-radius:2px;flex-shrink:0}.section-group-header{display:flex;align-items:center;gap:8px;margin:8px 0 12px}.section-group-bar{width:4px;height:16px;background:var(--primary-color, #1890ff);border-radius:2px;flex-shrink:0}.section-group-header--danger .section-group-bar{background:var(--danger-color, #ff4d4f)}.section-group-text{font-size:15px;font-weight:600;color:var(--text-primary)}.chart-row{margin-bottom:16px}.chart-row .ant-col{display:flex;flex-direction:column}.chart-row .ant-col>.ant-card{flex:1;height:100%}.chart-card,.metrics-row{margin-bottom:16px}.first-load-spin{display:flex;align-items:center;justify-content:center;min-height:300px}body.lime-theme{--card-radius: 12px;--card-shadow: 0 2px 8px rgba(16, 185, 129, .06), 0 1px 4px rgba(0, 0, 0, .04);--card-shadow-hover: 0 6px 20px rgba(16, 185, 129, .12), 0 3px 8px rgba(0, 0, 0, .06);--border-color: #D1FAE5;--border-color-light: #ECFDF5}body.lime-theme ::-webkit-scrollbar-thumb{background:#10b98140;border-radius:4px}body.lime-theme ::-webkit-scrollbar-thumb:hover{background:#10b98166}body.lime-theme .ant-card{border-radius:12px;box-shadow:var(--card-shadow);border-color:#d1fae5}body.lime-theme .ant-card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-2px)}body.lime-theme .ant-btn{border-radius:20px;font-weight:500}body.lime-theme .ant-btn-primary{box-shadow:0 3px 10px #10b9814d;border:none}body.lime-theme .ant-btn-primary:hover{box-shadow:0 5px 16px #10b98166;transform:translateY(-1px)}body.lime-theme .ant-btn-default{border-radius:20px;border-color:#a7f3d0;color:#10b981}body.lime-theme .ant-btn-default:hover{color:#34d399;border-color:#34d399;background:#ecfdf5}body.lime-theme .ant-tag{border-radius:10px;padding:0 8px;line-height:20px}body.lime-theme .ant-modal-content{border-radius:16px;overflow:hidden}body.lime-theme .ant-modal-header{border-radius:16px 16px 0 0}body.lime-theme .ant-input,body.lime-theme .ant-select-selector,body.lime-theme .ant-picker{border-radius:8px;border-color:#a7f3d0}body.lime-theme .ant-input:hover,body.lime-theme .ant-select-selector:hover,body.lime-theme .ant-picker:hover{border-color:#10b981}body.lime-theme .ant-select-focused .ant-select-selector{border-color:#10b981!important;box-shadow:0 0 0 3px #10b9811a!important}body.lime-theme .ant-tabs :deep(.ant-tabs-ink-bar){background:#10b981;height:3px;border-radius:2px}body.lime-theme .ant-tabs :deep(.ant-tabs-tab:hover){color:#10b981}body.lime-theme .ant-tabs :deep(.ant-tabs-tab-active .ant-tabs-tab-btn){color:#10b981}body.lime-theme .ant-pagination :deep(.ant-pagination-item){border-radius:8px;border-color:#a7f3d0}body.lime-theme .ant-pagination :deep(.ant-pagination-item):hover{border-color:#10b981}body.lime-theme .ant-pagination :deep(.ant-pagination-item):hover a{color:#10b981}body.lime-theme .ant-pagination :deep(.ant-pagination-item-active){border-color:#10b981;background:#10b981;box-shadow:0 2px 6px #10b9814d}body.lime-theme .ant-pagination :deep(.ant-pagination-item-active) a{color:#fff!important}body.lime-theme .ant-table :deep(.ant-table-thead > tr > th){background:#ecfdf5;color:#047857;font-weight:600}body.lime-theme .ant-table :deep(.ant-table-tbody > tr:hover > td){background:#ecfdf5}body.lime-theme .ant-alert{border-radius:10px}body.lime-theme .ant-badge-count{box-shadow:0 2px 6px #10b98159}body.lime-theme .ant-tooltip-inner{border-radius:8px}body.lime-theme .stat-card{border-radius:12px}body.lime-theme .stat-card:hover{box-shadow:var(--card-shadow-hover)}body.lime-theme .stat-card.clickable:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-2px)}body.lime-theme .ant-statistic-content{color:#10b981}body.lime-theme .ant-spin-dot-item,body.lime-theme .ant-switch-checked{background:#10b981}body.lime-theme .ant-checkbox-checked .ant-checkbox-inner{background:#10b981;border-color:#10b981}body.lime-theme .ant-radio-checked .ant-radio-inner{border-color:#10b981}body.lime-theme .ant-radio-checked .ant-radio-inner:after{background:#10b981}body.lime-theme .ant-descriptions-bordered :deep(.ant-descriptions-item-label){background:#ecfdf5;color:#047857}body.lime-theme .action-link{color:#10b981;border-color:#10b981;background:#10b9810f}body.lime-theme .action-link:hover{color:#fff;background-color:#10b981;border-color:#10b981}body.bilibili-theme{--card-radius: 12px;--card-shadow: 0 2px 8px rgba(251, 114, 153, .06), 0 1px 4px rgba(0, 0, 0, .04);--card-shadow-hover: 0 6px 20px rgba(251, 114, 153, .12), 0 3px 8px rgba(0, 0, 0, .06);--border-color: #f5f0f1;--border-color-light: #faf7f8}body.bilibili-theme ::-webkit-scrollbar-thumb{background:#fb729940;border-radius:4px}body.bilibili-theme ::-webkit-scrollbar-thumb:hover{background:#fb729966}body.bilibili-theme .ant-card{border-radius:12px;box-shadow:var(--card-shadow);border-color:#f5f0f1}body.bilibili-theme .ant-card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-2px)}body.bilibili-theme .ant-btn{border-radius:20px;font-weight:500}body.bilibili-theme .ant-btn-primary{box-shadow:0 3px 10px #fb72994d;border:none}body.bilibili-theme .ant-btn-primary:hover{box-shadow:0 5px 16px #fb729966;transform:translateY(-1px)}body.bilibili-theme .ant-btn-default{border-radius:20px;border-color:#f0d4dc;color:#fb7299}body.bilibili-theme .ant-btn-default:hover{color:#ff8fb3;border-color:#ff8fb3;background:#fff5f8}body.bilibili-theme .ant-tag{border-radius:10px;padding:0 8px;line-height:20px}body.bilibili-theme .ant-modal-content{border-radius:16px;overflow:hidden}body.bilibili-theme .ant-modal-header{border-radius:16px 16px 0 0}body.bilibili-theme .ant-input,body.bilibili-theme .ant-select-selector,body.bilibili-theme .ant-picker{border-radius:8px;border-color:#f0d4dc}body.bilibili-theme .ant-input:hover,body.bilibili-theme .ant-select-selector:hover,body.bilibili-theme .ant-picker:hover{border-color:#fb7299}body.bilibili-theme .ant-select-focused .ant-select-selector{border-color:#fb7299!important;box-shadow:0 0 0 3px #fb72991a!important}body.bilibili-theme .ant-tabs :deep(.ant-tabs-ink-bar){background:#fb7299;height:3px;border-radius:2px}body.bilibili-theme .ant-tabs :deep(.ant-tabs-tab:hover){color:#fb7299}body.bilibili-theme .ant-tabs :deep(.ant-tabs-tab-active .ant-tabs-tab-btn){color:#fb7299}body.bilibili-theme .ant-pagination :deep(.ant-pagination-item){border-radius:8px;border-color:#f0d4dc}body.bilibili-theme .ant-pagination :deep(.ant-pagination-item):hover{border-color:#fb7299}body.bilibili-theme .ant-pagination :deep(.ant-pagination-item):hover a{color:#fb7299}body.bilibili-theme .ant-pagination :deep(.ant-pagination-item-active){border-color:#fb7299;background:#fb7299;box-shadow:0 2px 6px #fb72994d}body.bilibili-theme .ant-pagination :deep(.ant-pagination-item-active) a{color:#fff!important}body.bilibili-theme .ant-table :deep(.ant-table-thead > tr > th){background:#fff5f8;color:#c4607a;font-weight:600}body.bilibili-theme .ant-table :deep(.ant-table-tbody > tr:hover > td){background:#fff5f8}body.bilibili-theme .ant-alert{border-radius:10px}body.bilibili-theme .ant-badge-count{box-shadow:0 2px 6px #fb729959}body.bilibili-theme .ant-tooltip-inner{border-radius:8px}body.bilibili-theme .stat-card{border-radius:12px}body.bilibili-theme .stat-card:hover{box-shadow:var(--card-shadow-hover)}body.bilibili-theme .stat-card.clickable:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-2px)}body.bilibili-theme .ant-statistic-content{color:#fb7299}body.bilibili-theme .ant-spin-dot-item,body.bilibili-theme .ant-switch-checked{background:#fb7299}body.bilibili-theme .ant-checkbox-checked .ant-checkbox-inner{background:#fb7299;border-color:#fb7299}body.bilibili-theme .ant-radio-checked .ant-radio-inner{border-color:#fb7299}body.bilibili-theme .ant-radio-checked .ant-radio-inner:after{background:#fb7299}body.bilibili-theme .ant-descriptions-bordered :deep(.ant-descriptions-item-label){background:#fff5f8;color:#c4607a}body.bilibili-theme .action-link{color:#fb7299;border-color:#fb7299;background:#fb72990f}body.bilibili-theme .action-link:hover{color:#fff;background-color:#fb7299;border-color:#fb7299}body.bilibili-theme .ant-tag{font-size:12px}body.bilibili-theme .ant-empty-image :deep(svg){color:#f5c6d6}body.bilibili-theme .page-title{color:#1f1f2e}body.zhihu-theme{--card-radius: 10px;--card-shadow: 0 1px 4px rgba(0, 102, 255, .05), 0 1px 2px rgba(0, 0, 0, .04);--card-shadow-hover: 0 4px 14px rgba(0, 102, 255, .1), 0 2px 6px rgba(0, 0, 0, .05);--border-color: #e8ecf0;--border-color-light: #f3f5f7}body.zhihu-theme ::-webkit-scrollbar-thumb{background:#0066ff40;border-radius:4px}body.zhihu-theme ::-webkit-scrollbar-thumb:hover{background:#06f6}body.zhihu-theme .ant-card{border-radius:10px;box-shadow:var(--card-shadow);border-color:#e8ecf0}body.zhihu-theme .ant-card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-1px)}body.zhihu-theme .ant-btn{border-radius:6px;font-weight:500}body.zhihu-theme .ant-btn-primary{box-shadow:0 3px 10px #0066ff4d;border:none}body.zhihu-theme .ant-btn-primary:hover{box-shadow:0 5px 16px #06f6;transform:translateY(-1px)}body.zhihu-theme .ant-btn-default{border-radius:6px;border-color:#d4dff0;color:#06f}body.zhihu-theme .ant-btn-default:hover{color:#3385ff;border-color:#3385ff;background:#f0f5ff}body.zhihu-theme .ant-tag{border-radius:4px;padding:0 8px;line-height:20px}body.zhihu-theme .ant-modal-content{border-radius:12px;overflow:hidden}body.zhihu-theme .ant-modal-header{border-radius:12px 12px 0 0}body.zhihu-theme .ant-input,body.zhihu-theme .ant-select-selector,body.zhihu-theme .ant-picker{border-radius:6px;border-color:#d4dff0}body.zhihu-theme .ant-input:hover,body.zhihu-theme .ant-select-selector:hover,body.zhihu-theme .ant-picker:hover{border-color:#06f}body.zhihu-theme .ant-select-focused .ant-select-selector{border-color:#06f!important;box-shadow:0 0 0 3px #0066ff1a!important}body.zhihu-theme .ant-tabs :deep(.ant-tabs-ink-bar){background:#06f;height:2px;border-radius:2px}body.zhihu-theme .ant-tabs :deep(.ant-tabs-tab:hover){color:#06f}body.zhihu-theme .ant-tabs :deep(.ant-tabs-tab-active .ant-tabs-tab-btn){color:#06f}body.zhihu-theme .ant-pagination :deep(.ant-pagination-item){border-radius:6px;border-color:#d4dff0}body.zhihu-theme .ant-pagination :deep(.ant-pagination-item):hover{border-color:#06f}body.zhihu-theme .ant-pagination :deep(.ant-pagination-item):hover a{color:#06f}body.zhihu-theme .ant-pagination :deep(.ant-pagination-item-active){border-color:#06f;background:#06f;box-shadow:0 2px 6px #0066ff4d}body.zhihu-theme .ant-pagination :deep(.ant-pagination-item-active) a{color:#fff!important}body.zhihu-theme .ant-table :deep(.ant-table-thead > tr > th){background:#f0f5ff;color:#0049b8;font-weight:600}body.zhihu-theme .ant-table :deep(.ant-table-tbody > tr:hover > td){background:#f0f5ff}body.zhihu-theme .ant-alert{border-radius:10px}body.zhihu-theme .ant-badge-count{box-shadow:0 2px 6px #0066ff59}body.zhihu-theme .ant-tooltip-inner{border-radius:6px}body.zhihu-theme .stat-card{border-radius:10px}body.zhihu-theme .stat-card:hover{box-shadow:var(--card-shadow-hover)}body.zhihu-theme .stat-card.clickable:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-2px)}body.zhihu-theme .ant-statistic-content{color:#06f}body.zhihu-theme .ant-spin-dot-item,body.zhihu-theme .ant-switch-checked{background:#06f}body.zhihu-theme .ant-checkbox-checked .ant-checkbox-inner{background:#06f;border-color:#06f}body.zhihu-theme .ant-radio-checked .ant-radio-inner{border-color:#06f}body.zhihu-theme .ant-radio-checked .ant-radio-inner:after{background:#06f}body.zhihu-theme .ant-descriptions-bordered :deep(.ant-descriptions-item-label){background:#f0f5ff;color:#0049b8}body.zhihu-theme .action-link{color:#06f;border-color:#06f;background:#0066ff0f}body.zhihu-theme .action-link:hover{color:#fff;background-color:#06f;border-color:#06f}.theme-transition,.theme-transition *{transition:background-color .4s ease,border-color .4s ease,color .4s ease,box-shadow .4s ease!important}body.dark-theme{color-scheme:dark;--border-color: rgba(255, 255, 255, .12);--border-color-light: rgba(255, 255, 255, .08);--text-primary: rgba(255, 255, 255, .88);--text-secondary: rgba(255, 255, 255, .65);--text-tertiary: rgba(255, 255, 255, .45);--text-quaternary: rgba(255, 255, 255, .25);--card-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3), 0 1px 6px -1px rgba(0, 0, 0, .25), 0 2px 4px 0 rgba(0, 0, 0, .25);--card-shadow-hover: 0 3px 6px -4px rgba(0, 0, 0, .45), 0 6px 16px 0 rgba(0, 0, 0, .35), 0 9px 28px 8px rgba(0, 0, 0, .25);--ant-primary-color: var(--primary-color);--ant-color-fill-secondary: rgba(255, 255, 255, .08);--ant-color-fill-tertiary: rgba(255, 255, 255, .12);--ant-color-border-secondary: rgba(255, 255, 255, .12);--ant-color-text-tertiary: rgba(255, 255, 255, .45);--ant-color-warning: #faad14;--ant-color-error: #ff4d4f}body.dark-theme .ant-card,body.dark-theme .ant-table,body.dark-theme .ant-table-thead>tr>th,body.dark-theme .ant-table-tbody>tr>td,body.dark-theme .ant-pagination-item,body.dark-theme .ant-pagination-prev .ant-pagination-item-link,body.dark-theme .ant-pagination-next .ant-pagination-item-link,body.dark-theme .ant-input,body.dark-theme .ant-input-affix-wrapper,body.dark-theme .ant-select .ant-select-selector,body.dark-theme .ant-picker,body.dark-theme .ant-form-item-label>label,body.dark-theme .ant-modal-content,body.dark-theme .ant-drawer-content{background:var(--card-bg);color:#ffffffd9;border-color:#ffffff1f}body.dark-theme .ant-tabs,body.dark-theme .ant-layout-content{color:#ffffffd9}body.dark-theme .ant-tabs-tab{color:#ffffffa6}body.dark-theme .ant-table-thead>tr>th{background:#ffffff0a}body.dark-theme .ant-btn-default{background:#ffffff14;border-color:#ffffff26;color:#ffffffd9}body.dark-theme .ant-input::placeholder,body.dark-theme .ant-select-selection-placeholder,body.dark-theme .ant-picker-input>input::placeholder{color:#ffffff59}body.dark-theme .page-title{color:#ffffffe0}body.dark-theme .stat-card :deep(.ant-statistic-title){color:#ffffff73}body.dark-theme .stat-card :deep(.ant-statistic-content){color:#ffffffe0}.rank-change-badge{display:inline-block;padding:0 6px;border-radius:8px;font-size:11px;font-weight:600;line-height:16px;white-space:nowrap}.rank-change-badge.rc-up{color:#52c41a;background:#f6ffed;border:1px solid #b7eb8f}.rank-change-badge.rc-down{color:#f5222d;background:#fff1f0;border:1px solid #ffa39e}.rank-change-badge.rc-flat{color:#00000073;background:#fafafa;border:1px solid #f0f0f0}.rank-change-badge.rc-new{color:#1890ff;background:#e6f4ff;border:1px solid #91caff}.trend-tag{display:inline-flex;align-items:center;gap:2px;font-size:12px;margin-left:8px;padding:1px 6px;border-radius:4px}.trend-tag.trend-up{color:#389e0d;background:#52c41a1f}.trend-tag.trend-down{color:#cf1322;background:#ff4d4f1f}:root{--dui-shell-header-height: 56px}.dui-workspace-sidebar{background:var(--dui-sidebar-bg, #ffffff);color:var(--dui-sidebar-text, #475569)}.dui-workspace-header{background:var(--dui-header-bg, #ffffff);border-bottom:1px solid var(--dui-border, #e2e8f0)}.basic-layout .layout-sider.ant-layout-sider{border-right:1px solid var(--dui-border, #e2e8f0);box-shadow:none}.basic-layout .layout-right{background:var(--dui-page-bg, var(--content-bg, #f8fafc))}.basic-layout .layout-right .app-header{flex:0 0 var(--dui-shell-header-height);height:var(--dui-shell-header-height);min-height:var(--dui-shell-header-height);max-height:var(--dui-shell-header-height);padding-inline:18px;line-height:normal;box-shadow:none}.basic-layout .layout-sider .sidebar-brand,.basic-layout .layout-sider .sidebar-brand .brand-logo,.basic-layout .layout-sider .sidebar-brand .tenant-brand,.mobile-drawer-inner .sidebar-brand,.mobile-drawer-inner .sidebar-brand .brand-logo,.mobile-drawer-inner .sidebar-brand .tenant-brand{height:var(--dui-shell-header-height);min-height:var(--dui-shell-header-height)}.basic-layout .layout-right .layout-content{margin:0;padding:16px 18px 20px;border:0;border-radius:0;background:var(--dui-page-bg, var(--content-bg, #f8fafc))}body.dark-theme .basic-layout .layout-right,body.dark-theme .basic-layout .layout-right .layout-content{background:var(--dui-page-bg, #141414)}@media (max-width: 767px){:root{--dui-shell-header-height: 52px}.basic-layout .layout-right .app-header{padding-inline:10px}.basic-layout .layout-right .layout-content{padding:12px}}body.blue-light-theme{--dui-dashboard-bg: var(--dui-page-bg, #F8FAFC);--dui-dashboard-card-bg: var(--dui-card-bg, #FFFFFF);--dui-dashboard-border: var(--dui-border, #E2E8F0);--dui-dashboard-title: #0F172A;--dui-dashboard-text: #475569;--dui-dashboard-muted: #94A3B8;--dui-dashboard-primary: var(--dui-primary, #2563EB);--dui-dashboard-ai: var(--dui-ai, #6366F1);--dui-dashboard-brand: var(--dui-brand-orange, #F59E0B);--dui-dashboard-success: #22C55E;--dui-dashboard-danger: #EF4444}body.blue-light-theme .dui-dashboard-page{background:var(--dui-dashboard-bg)}body.blue-light-theme .dui-dashboard-card{background:var(--dui-dashboard-card-bg);border:1px solid var(--dui-dashboard-border);border-radius:12px}body.blue-light-theme .dashboard{min-height:100%;color:var(--dui-dashboard-text)}body.blue-light-theme .dashboard>.page-header{margin:-2px 0 18px;padding:4px 2px 2px}body.blue-light-theme .dashboard>.page-header .page-title{color:var(--dui-dashboard-title);font-size:22px;font-weight:650;letter-spacing:-.02em}body.blue-light-theme .dashboard .header-actions{gap:8px}body.blue-light-theme .dashboard .last-refreshed,body.blue-light-theme .dashboard .refresh-countdown{color:var(--dui-dashboard-muted)}body.blue-light-theme .dashboard .ant-card,body.blue-light-theme .creator-dashboard .ant-card{border:1px solid var(--dui-dashboard-border);border-radius:14px;background:var(--dui-dashboard-card-bg);box-shadow:0 1px 2px #0f172a06,0 6px 18px #0f172a06}body.blue-light-theme .dashboard .ant-card:hover,body.blue-light-theme .creator-dashboard .ant-card:hover{box-shadow:0 8px 24px #0f172a0f}body.blue-light-theme .dashboard .ant-card-head,body.blue-light-theme .creator-dashboard .ant-card-head{min-height:50px;border-bottom-color:#eef2f7}body.blue-light-theme .dashboard .ant-card-head-title,body.blue-light-theme .creator-dashboard .ant-card-head-title{color:var(--dui-dashboard-title);font-weight:600}body.blue-light-theme .dashboard .dashboard-tabs>.ant-tabs-nav{margin-bottom:18px}body.blue-light-theme .dashboard .dashboard-tabs>.ant-tabs-nav:before{border-bottom-color:var(--dui-dashboard-border)}body.blue-light-theme .dashboard .dashboard-tabs .ant-tabs-tab{color:#64748b}body.blue-light-theme .dashboard .dashboard-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--dui-dashboard-primary);font-weight:600}body.blue-light-theme .dashboard .dashboard-tabs .ant-tabs-ink-bar{background:var(--dui-dashboard-primary);border-radius:3px}body.blue-light-theme .dashboard .chart-row{margin-bottom:2px}body.blue-light-theme .dashboard .ops-section-header{margin:24px 0 12px}body.blue-light-theme .dashboard .section-title-bar{background:var(--dui-dashboard-primary);border-radius:3px}body.blue-light-theme .dashboard .section-title-text{color:var(--dui-dashboard-title);font-weight:600}body.blue-light-theme .dashboard .ant-btn-text:hover{color:var(--dui-dashboard-primary);background:#2563eb0f}body.blue-light-theme .creator-dashboard{padding:8px 0 20px;color:var(--dui-dashboard-text)}body.blue-light-theme .creator-dashboard>.dashboard-header{padding:2px 2px 16px;margin-bottom:14px;border-bottom:1px solid var(--dui-dashboard-border)}body.blue-light-theme .creator-dashboard .creator-name{color:var(--dui-dashboard-title);font-weight:650}body.blue-light-theme .creator-dashboard .creator-stats,body.blue-light-theme .creator-dashboard .sync-time{color:var(--dui-dashboard-muted)}body.blue-light-theme .creator-dashboard .header-right .ant-btn,body.blue-light-theme .creator-dashboard .header-left>.ant-btn{border-color:var(--dui-dashboard-border);border-radius:9px;box-shadow:none}body.blue-light-theme .creator-dashboard .header-right .ant-btn:hover,body.blue-light-theme .creator-dashboard .header-left>.ant-btn:hover{border-color:#2563eb59;color:var(--dui-dashboard-primary);background:#f8fbff}body.blue-light-theme .creator-dashboard .header-right .ant-btn:has(.anticon-robot){border-color:#6366f133;color:var(--dui-dashboard-ai);background:#6366f10e}body.blue-light-theme .creator-dashboard .time-filter-bar{margin-bottom:12px}body.blue-light-theme .creator-dashboard>.ant-tabs>.ant-tabs-nav:before{border-bottom-color:var(--dui-dashboard-border)}body.blue-light-theme .creator-dashboard>.ant-tabs>.ant-tabs-nav .ant-tabs-tab{color:#64748b}body.blue-light-theme .creator-dashboard>.ant-tabs>.ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--dui-dashboard-primary);font-weight:600}body.blue-light-theme .creator-dashboard>.ant-tabs>.ant-tabs-nav .ant-tabs-ink-bar{height:3px;border-radius:3px;background:var(--dui-dashboard-primary)}@media (max-width: 767px){body.blue-light-theme .dashboard>.page-header{align-items:flex-start}body.blue-light-theme .dashboard>.page-header .page-title{font-size:20px}body.blue-light-theme .creator-dashboard{padding:4px 0 14px}body.blue-light-theme .creator-dashboard>.dashboard-header{padding-bottom:12px}}body.blue-light-theme .post-dashboard{--post-surface: var(--dui-card-bg, #fff);--post-border: var(--dui-border, #e2e8f0);--post-title: #0f172a;--post-text: #475569;--post-muted: #94a3b8;--post-primary: var(--dui-primary, #2563eb);--post-ai: var(--dui-ai, #6366f1);--post-brand: var(--dui-brand-orange, #f59e0b);color:var(--post-text);max-width:1480px}body.blue-light-theme .post-dashboard .dashboard-header{padding:4px 2px 16px;margin-bottom:14px;border-bottom:1px solid var(--post-border)}body.blue-light-theme .post-dashboard .dashboard-header .post-cover{width:68px;height:50px;border:1px solid var(--post-border);border-radius:10px;background:#f8fafc;box-shadow:0 2px 8px #0f172a0a}body.blue-light-theme .post-dashboard .dashboard-header .post-cover.post-cover-placeholder{background:linear-gradient(135deg,#eff6ff,#f8fafc);color:#64748b}body.blue-light-theme .post-dashboard .dashboard-header .post-title{color:var(--post-title);font-size:17px;font-weight:650;letter-spacing:-.01em}body.blue-light-theme .post-dashboard .dashboard-header .post-meta{color:#64748b}body.blue-light-theme .post-dashboard .dashboard-header .creator-link{color:var(--post-primary)}body.blue-light-theme .post-dashboard .dashboard-header .header-right .ant-btn{border-color:var(--post-border);border-radius:9px;box-shadow:none}body.blue-light-theme .post-dashboard .dashboard-header .header-right .ant-btn:hover{border-color:#2563eb59;color:var(--post-primary);background:#f8fbff}body.blue-light-theme .post-dashboard .dashboard-header .header-right .ant-btn:has(.anticon-robot){border-color:#6366f133;color:var(--post-ai);background:#6366f10e}body.blue-light-theme .post-dashboard .dashboard-header .header-right .ant-btn:has(.anticon-robot):hover{border-color:#6366f15c;color:var(--post-ai);background:#6366f117}body.blue-light-theme .post-dashboard .dashboard-status-bar{padding:9px 12px;margin-bottom:10px;border:1px solid var(--post-border);border-radius:10px;background:#ffffffc2;box-shadow:0 1px 2px #0f172a05}body.blue-light-theme .post-dashboard .dashboard-status-bar .status-label{color:var(--post-muted)}body.blue-light-theme .post-dashboard .dashboard-status-bar .status-value{color:var(--post-text)}body.blue-light-theme .post-dashboard .quick-metrics-bar{gap:4px;padding:8px;margin-bottom:16px;border:1px solid var(--post-border);border-radius:12px;background:var(--post-surface);box-shadow:0 1px 2px #0f172a06}body.blue-light-theme .post-dashboard .quick-metrics-bar .qm-item{padding:5px 8px;border-radius:8px}body.blue-light-theme .post-dashboard .quick-metrics-bar .qm-item:hover{background:#2563eb0e}body.blue-light-theme .post-dashboard .quick-metrics-bar .qm-total{background:#f7faff;border:1px solid rgba(37,99,235,.1)}body.blue-light-theme .post-dashboard .quick-metrics-bar .qm-item--section-start{border-left-color:var(--post-border)}body.blue-light-theme .post-dashboard .quick-metrics-bar .qm-value{color:var(--post-title);font-size:14px;font-weight:650}body.blue-light-theme .post-dashboard .quick-metrics-bar .qm-label{color:var(--post-muted);font-size:10px}body.blue-light-theme .post-dashboard>.dashboard-tabs>.ant-tabs-nav{margin-bottom:18px}body.blue-light-theme .post-dashboard>.dashboard-tabs>.ant-tabs-nav:before{border-bottom-color:var(--post-border)}body.blue-light-theme .post-dashboard>.dashboard-tabs .ant-tabs-tab{margin-left:0;margin-right:20px;padding:11px 2px;color:#64748b}body.blue-light-theme .post-dashboard>.dashboard-tabs .ant-tabs-tab:hover,body.blue-light-theme .post-dashboard>.dashboard-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--post-primary)}body.blue-light-theme .post-dashboard>.dashboard-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{font-weight:600}body.blue-light-theme .post-dashboard>.dashboard-tabs .ant-tabs-ink-bar{height:3px;border-radius:3px;background:var(--post-primary)}body.blue-light-theme .post-dashboard .ant-card{border:1px solid var(--post-border);border-radius:14px;background:var(--post-surface);box-shadow:0 1px 2px #0f172a06,0 5px 16px #0f172a05}body.blue-light-theme .post-dashboard .ant-card:hover{box-shadow:0 8px 24px #0f172a0e}body.blue-light-theme .post-dashboard .ant-card-head{border-bottom-color:#eef2f7}body.blue-light-theme .post-dashboard .ant-card-head-title{color:var(--post-title);font-weight:600}body.blue-light-theme .post-dashboard .ant-statistic-title,body.blue-light-theme .post-dashboard .ant-typography-secondary{color:#64748b}body.blue-light-theme .post-dashboard .ant-statistic-content{color:var(--post-title)}body.blue-light-theme .post-dashboard .ant-table-wrapper .ant-table{border-radius:12px}body.blue-light-theme .post-dashboard .ant-table-wrapper .ant-table-thead>tr>th{color:#475569;background:#f8fafc;border-bottom-color:var(--post-border);font-weight:600}body.blue-light-theme .post-dashboard .ant-table-wrapper .ant-table-tbody>tr>td{border-bottom-color:#f1f5f9}@media (max-width: 768px){body.blue-light-theme .post-dashboard{padding:10px}body.blue-light-theme .post-dashboard .dashboard-header{padding-bottom:12px}body.blue-light-theme .post-dashboard .quick-metrics-bar{border-radius:10px}body.blue-light-theme .post-dashboard>.dashboard-tabs .ant-tabs-tab{margin-right:14px}}body.blue-light-theme .analysis-view,body.blue-light-theme .ai-observability-view{--analysis-surface: var(--dui-card-bg, #fff);--analysis-border: var(--dui-border, #e2e8f0);--analysis-title: #0f172a;--analysis-text: #475569;--analysis-muted: #94a3b8;--analysis-primary: var(--dui-primary, #2563eb);--analysis-ai: var(--dui-ai, #6366f1);color:var(--analysis-text)}body.blue-light-theme .analysis-view>.page-header{padding:2px 2px 14px;margin-bottom:12px;border-bottom:1px solid var(--analysis-border)}body.blue-light-theme .analysis-view>.page-header:before,body.blue-light-theme .ai-observability-view>.page-header:before{content:"";width:44px;height:44px;flex:0 0 44px;align-self:center;margin-right:11px;border-radius:50%;background-image:url(/brand/mascot-sprite.webp);background-repeat:no-repeat;background-size:300% 200%;background-position:50% 0%;background-color:#fff;box-shadow:0 0 0 1px #6366f11a,0 5px 14px #0f172a0f}body.blue-light-theme .analysis-view>.page-header .page-title{color:var(--analysis-title);font-size:22px;font-weight:650;letter-spacing:-.02em}body.blue-light-theme .analysis-view>.page-header .page-desc{color:#64748b}body.blue-light-theme .analysis-view .model-info-inline{padding:4px 7px;border:1px solid rgba(99,102,241,.12);border-radius:10px;background:#6366f10b}body.blue-light-theme .analysis-view .global-time-filter{padding:9px 12px;margin-bottom:14px;border:1px solid var(--analysis-border);border-radius:10px;background:#ffffffb3}body.blue-light-theme .analysis-view .global-time-filter__label,body.blue-light-theme .analysis-view .auto-refresh-label,body.blue-light-theme .analysis-view .model-version{color:var(--analysis-muted)}body.blue-light-theme .analysis-view .analysis-tabs>.ant-tabs-nav:before{border-bottom-color:var(--analysis-border)}body.blue-light-theme .analysis-view .analysis-tabs .ant-tabs-tab{color:#64748b}body.blue-light-theme .analysis-view .analysis-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--analysis-primary);font-weight:600}body.blue-light-theme .analysis-view .analysis-tabs .ant-tabs-ink-bar{height:3px;border-radius:3px;background:var(--analysis-primary)}body.blue-light-theme .analysis-view .stats-strip,body.blue-light-theme .analysis-view .section-card,body.blue-light-theme .analysis-view .ant-card,body.blue-light-theme .ai-observability-view .ant-card{border:1px solid var(--analysis-border);border-radius:14px;background:var(--analysis-surface);box-shadow:0 1px 2px #0f172a06,0 6px 18px #0f172a05}body.blue-light-theme .analysis-view .stats-strip{overflow:hidden}body.blue-light-theme .analysis-view .stat-card{border-radius:10px;box-shadow:none}body.blue-light-theme .analysis-view .stat-card__value{color:var(--analysis-title);font-weight:650}body.blue-light-theme .analysis-view .stat-card__label,body.blue-light-theme .analysis-view .stats-strip__period,body.blue-light-theme .analysis-view .progress-label{color:#64748b}body.blue-light-theme .analysis-view .section-card .ant-card-head,body.blue-light-theme .ai-observability-view .ant-card-head{border-bottom-color:#eef2f7}body.blue-light-theme .analysis-view .section-card .ant-card-head-title,body.blue-light-theme .ai-observability-view .ant-card-head-title{color:var(--analysis-title);font-weight:600}body.blue-light-theme .analysis-view .quick-filter-bar,body.blue-light-theme .analysis-view .table-filters{border-color:var(--analysis-border);background:#f8fafc}body.blue-light-theme .analysis-view .quick-filter-label{color:var(--analysis-muted)}body.blue-light-theme .analysis-view .ant-table-thead>tr>th,body.blue-light-theme .ai-observability-view .ant-table-thead>tr>th{color:#475569;background:#f8fafc;border-bottom-color:var(--analysis-border);font-weight:600}body.blue-light-theme .analysis-view .ant-table-tbody>tr>td,body.blue-light-theme .ai-observability-view .ant-table-tbody>tr>td{border-bottom-color:#f1f5f9}body.blue-light-theme .analysis-view .ant-btn-primary,body.blue-light-theme .ai-observability-view .ant-btn-primary{box-shadow:none}body.blue-light-theme .analysis-view .back-link-bar a,body.blue-light-theme .analysis-view a{color:var(--analysis-primary)}body.blue-light-theme .ai-observability-view>.page-header{padding:2px 2px 14px;margin-bottom:12px;border-bottom:1px solid var(--analysis-border)}body.blue-light-theme .ai-observability-view>.page-header .page-title{color:var(--analysis-title);font-size:22px;font-weight:650;letter-spacing:-.02em}body.blue-light-theme .ai-observability-view>.ant-tabs>.ant-tabs-nav:before{border-bottom-color:var(--analysis-border)}body.blue-light-theme .ai-observability-view>.ant-tabs>.ant-tabs-nav .ant-tabs-tab{color:#64748b}body.blue-light-theme .ai-observability-view>.ant-tabs>.ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--analysis-primary);font-weight:600}body.blue-light-theme .ai-observability-view>.ant-tabs>.ant-tabs-nav .ant-tabs-ink-bar{height:3px;border-radius:3px;background:var(--analysis-primary)}body.blue-light-theme .ai-observability-view .ant-statistic-title{color:#64748b}body.blue-light-theme .ai-observability-view .ant-statistic-content{color:var(--analysis-title)}body.blue-light-theme .ai-observability-view .ant-alert-info{border-color:#2563eb29;background:#f7faff}@media (max-width: 768px){body.blue-light-theme .analysis-view>.page-header,body.blue-light-theme .ai-observability-view>.page-header{align-items:flex-start}body.blue-light-theme .analysis-view>.page-header:before,body.blue-light-theme .ai-observability-view>.page-header:before{width:38px;height:38px;flex-basis:38px;margin-right:8px}body.blue-light-theme .analysis-view>.page-header .page-title,body.blue-light-theme .ai-observability-view>.page-header .page-title{font-size:20px}}body.blue-light-theme .comment-monitor,body.blue-light-theme .creator-manage,body.blue-light-theme .action-center,body.blue-light-theme .moderation-view{--ops-surface: var(--dui-card-bg, #fff);--ops-border: var(--dui-border, #e2e8f0);--ops-title: #0f172a;--ops-text: #475569;--ops-muted: #94a3b8;--ops-primary: var(--dui-primary, #2563eb);--ops-ai: var(--dui-ai, #6366f1);color:var(--ops-text)}body.blue-light-theme .comment-monitor>.page-header,body.blue-light-theme .creator-manage>.page-header,body.blue-light-theme .moderation-view>.page-header{padding:3px 2px 15px;margin-bottom:12px;border-bottom:1px solid var(--ops-border)}body.blue-light-theme .moderation-view>.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}body.blue-light-theme .comment-monitor>.page-header .page-title,body.blue-light-theme .creator-manage>.page-header .page-title,body.blue-light-theme .moderation-view>.page-header .page-title{color:var(--ops-title);font-size:22px;font-weight:650;letter-spacing:-.02em}body.blue-light-theme .moderation-view>.page-header .page-desc{margin:4px 0 0;color:#64748b}body.blue-light-theme .comment-monitor .title-count,body.blue-light-theme .creator-manage .title-count,body.blue-light-theme .comment-monitor .back-link-bar,body.blue-light-theme .comment-monitor .stats-time-filter-bar,body.blue-light-theme .moderation-view .back-link-bar,body.blue-light-theme .moderation-view .selected-count{color:var(--ops-muted)}body.blue-light-theme .comment-monitor .back-link-bar a,body.blue-light-theme .creator-manage .back-link-bar a,body.blue-light-theme .moderation-view .back-link-bar a,body.blue-light-theme .moderation-view .deselect-link{color:var(--ops-primary)}body.blue-light-theme .creator-manage .back-link-bar a:hover{color:var(--ops-primary);opacity:.82}body.blue-light-theme .comment-monitor .stats-time-filter-bar{padding:8px 10px;margin-bottom:12px;border:1px solid var(--ops-border);border-radius:10px;background:#ffffffb8}body.blue-light-theme .comment-monitor .ant-card,body.blue-light-theme .creator-manage>.ant-card,body.blue-light-theme .action-center>.ant-card,body.blue-light-theme .moderation-view .ant-card{border:1px solid var(--ops-border);border-radius:14px;background:var(--ops-surface);box-shadow:0 1px 2px #0f172a06,0 6px 18px #0f172a05}body.blue-light-theme .comment-monitor .ant-card:hover,body.blue-light-theme .creator-manage>.ant-card:hover,body.blue-light-theme .action-center>.ant-card:hover,body.blue-light-theme .moderation-view .ant-card:hover{box-shadow:0 8px 24px #0f172a0d}body.blue-light-theme .comment-monitor .ant-card-head,body.blue-light-theme .creator-manage .ant-card-head,body.blue-light-theme .action-center .ant-card-head,body.blue-light-theme .moderation-view .ant-card-head{border-bottom-color:#eef2f7}body.blue-light-theme .comment-monitor .ant-card-head-title,body.blue-light-theme .creator-manage .ant-card-head-title,body.blue-light-theme .action-center .ant-card-head-title,body.blue-light-theme .moderation-view .ant-card-head-title{color:var(--ops-title);font-weight:600}body.blue-light-theme .comment-monitor .ant-table-thead>tr>th,body.blue-light-theme .creator-manage .ant-table-thead>tr>th,body.blue-light-theme .action-center .ant-table-thead>tr>th,body.blue-light-theme .moderation-view .ant-table-thead>tr>th{color:#475569;background:#f8fafc;border-bottom-color:var(--ops-border);font-weight:600}body.blue-light-theme .comment-monitor .ant-table-tbody>tr>td,body.blue-light-theme .creator-manage .ant-table-tbody>tr>td,body.blue-light-theme .action-center .ant-table-tbody>tr>td,body.blue-light-theme .moderation-view .ant-table-tbody>tr>td{border-bottom-color:#f1f5f9}body.blue-light-theme .comment-monitor .ant-table-tbody>tr:hover>td,body.blue-light-theme .creator-manage .ant-table-tbody>tr:hover>td,body.blue-light-theme .action-center .ant-table-tbody>tr:hover>td,body.blue-light-theme .moderation-view .ant-table-tbody>tr:hover>td{background:#f8fbff}body.blue-light-theme .comment-monitor .header-actions .ant-btn,body.blue-light-theme .creator-manage .header-actions .ant-btn,body.blue-light-theme .action-center .header-bar .ant-btn,body.blue-light-theme .moderation-view .header-actions .ant-btn{border-radius:9px;box-shadow:none}body.blue-light-theme .comment-monitor .header-actions .ant-btn-primary,body.blue-light-theme .creator-manage .header-actions .ant-btn-primary,body.blue-light-theme .action-center .header-bar .ant-btn-primary{border-color:var(--ops-primary)}body.blue-light-theme .creator-manage .header-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}body.blue-light-theme .moderation-view .header-actions .ant-btn:has(.anticon-thunderbolt){border-color:#6366f133;color:var(--ops-ai);background:#6366f10e}body.blue-light-theme .moderation-view .header-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;min-width:0}body.blue-light-theme .moderation-view>.ant-tabs>.ant-tabs-nav:before,body.blue-light-theme .action-center .ant-tabs-nav:before{border-bottom-color:var(--ops-border)}body.blue-light-theme .moderation-view>.ant-tabs>.ant-tabs-nav .ant-tabs-tab,body.blue-light-theme .action-center .ant-tabs-tab{color:#64748b}body.blue-light-theme .moderation-view>.ant-tabs>.ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn,body.blue-light-theme .action-center .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--ops-primary);font-weight:600}body.blue-light-theme .moderation-view>.ant-tabs>.ant-tabs-nav .ant-tabs-ink-bar,body.blue-light-theme .action-center .ant-tabs-ink-bar{height:3px;border-radius:3px;background:var(--ops-primary)}body.blue-light-theme .action-center .header-bar{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--ops-title);font-size:16px;font-weight:650}body.blue-light-theme .action-center .stats-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:14px 16px;margin:2px 0 16px;border:1px solid var(--ops-border);border-radius:12px;background:#fbfdff}body.blue-light-theme .action-center .stats-row .ant-statistic{min-width:0}body.blue-light-theme .action-center .stats-row .ant-statistic-title{color:#64748b}body.blue-light-theme .action-center .stats-row .ant-statistic-content{color:var(--ops-title)}@media (max-width: 1024px){body.blue-light-theme .moderation-view>.page-header{flex-direction:column}body.blue-light-theme .moderation-view .header-actions{justify-content:flex-start;width:100%}}@media (max-width: 768px){body.blue-light-theme .comment-monitor>.page-header,body.blue-light-theme .creator-manage>.page-header,body.blue-light-theme .moderation-view>.page-header{align-items:flex-start}body.blue-light-theme .comment-monitor>.page-header .page-title,body.blue-light-theme .creator-manage>.page-header .page-title,body.blue-light-theme .moderation-view>.page-header .page-title{font-size:20px}body.blue-light-theme .creator-manage .header-actions{justify-content:flex-start;width:100%}body.blue-light-theme .action-center .header-bar{align-items:flex-start;flex-direction:column}body.blue-light-theme .action-center .stats-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:12px}body.blue-light-theme .moderation-view .header-actions{gap:6px}}@media (max-width: 420px){body.blue-light-theme .action-center .stats-row{grid-template-columns:1fr}}body.blue-light-theme .login-page{--login-primary: var(--dui-primary, #2563eb);--login-primary-strong: #1d4ed8;--login-ai: var(--dui-ai, #6366f1);--login-ink: #0f172a;--login-text: #475569;--login-muted: #94a3b8;--login-border: #dbe4f0;--login-paper: rgba(255, 255, 255, .97);--login-page-cutout: #f3f7fd}body.blue-light-theme .login-page:not([style*=background-image]){background:radial-gradient(circle at 14% 15%,rgba(245,158,11,.08),transparent 25%),radial-gradient(circle at 84% 16%,rgba(37,99,235,.09),transparent 28%),linear-gradient(145deg,#f9fbff,#f3f7fd 48%,#edf4ff)!important}body.blue-light-theme .login-page:not([style*=background-image]):before{position:absolute;top:7%;right:8%;width:min(28vw,360px);height:120px;border-top:1px dashed rgba(37,99,235,.16);border-radius:50%;content:"";pointer-events:none;transform:rotate(-10deg)}body.blue-light-theme .login-page:not([style*=background-image]):after{position:absolute;top:6%;right:7%;color:#2563eb2e;content:"✈";font-size:28px;line-height:1;pointer-events:none;transform:rotate(8deg)}body.blue-light-theme .login-page .rainbow-backdrop{opacity:1;pointer-events:none}body.blue-light-theme .login-page .rainbow-band{border-width:clamp(14px,1.8vw,25px);opacity:.1}body.blue-light-theme .login-page .rainbow-band--coral{opacity:.12}body.blue-light-theme .login-page .rainbow-band--wheat{opacity:.1}body.blue-light-theme .login-page .rainbow-band--sage,body.blue-light-theme .login-page .rainbow-band--blue{opacity:.09}body.blue-light-theme .login-page .login-container{padding:clamp(24px,4vw,52px)}body.blue-light-theme .login-page .ticket-shell{position:relative;isolation:isolate;grid-template-columns:minmax(270px,.95fr) 1px minmax(420px,1.42fr) 92px;width:min(1120px,100%);min-height:570px;overflow:hidden;border:1px solid rgba(148,163,184,.28);border-radius:24px;background:var(--login-paper);box-shadow:0 28px 70px #0f172a1c,0 6px 18px #0f172a0e}body.blue-light-theme .login-page .ticket-brand-panel{position:relative;overflow:hidden;background:radial-gradient(circle at 18% 16%,rgba(245,158,11,.11),transparent 25%),linear-gradient(150deg,#f8fbff,#f2f7ff 56%,#eef4ff);color:var(--login-ink)}body.blue-light-theme .login-page .ticket-brand-panel:before{position:absolute;left:-112px;bottom:-34px;width:440px;height:205px;background:radial-gradient(ellipse at 48% 100%,transparent 0 43%,rgba(232,137,106,.22) 43% 47%,transparent 47% 51%,rgba(242,193,78,.2) 51% 55%,transparent 55% 59%,rgba(156,191,110,.18) 59% 63%,transparent 63% 67%,rgba(127,168,201,.19) 67% 71%,transparent 71%);content:"";pointer-events:none;transform:rotate(4deg)}body.blue-light-theme .login-page .ticket-brand-panel:after{position:absolute;top:72px;right:22px;width:124px;height:52px;border-top:1px dashed rgba(37,99,235,.24);border-radius:50%;color:#2563eb52;content:"✈";font-size:17px;line-height:1;pointer-events:none;text-align:right;transform:rotate(-8deg)}body.blue-light-theme .login-page .brand-lockup{position:relative;z-index:2;align-items:center;gap:16px}body.blue-light-theme .login-page .brand-mark{width:56px;height:56px;flex:0 0 56px;margin-top:0;border:1px solid rgba(226,232,240,.82);border-radius:16px;background:#fff url(/brand/logo-small.svg) center / 48px 48px no-repeat;box-shadow:0 12px 24px #2563eb1a,0 3px 8px #0f172a0e;transform:none}body.blue-light-theme .login-page .brand-lockup:has(.brand-logo-img) .brand-mark{display:none}body.blue-light-theme .login-page .brand-mark i{display:none}body.blue-light-theme .login-page .brand-logo-img{width:56px;height:56px;flex:0 0 56px;object-fit:contain;border:1px solid rgba(226,232,240,.82);border-radius:16px;background:#fff;box-shadow:0 12px 24px #2563eb1a,0 3px 8px #0f172a0e}body.blue-light-theme .login-page .brand-copy{gap:6px}body.blue-light-theme .login-page .brand-copy:after{display:block;width:max-content;max-width:100%;margin-top:8px;padding:5px 10px;border:1px solid rgba(99,102,241,.12);border-radius:999px;color:var(--login-ai);background:#6366f10e;content:"✦  AI 社媒洞察工作台";font-family:var(--font-family-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-size:11px;font-weight:600;letter-spacing:.04em;line-height:1.4;white-space:nowrap}body.blue-light-theme .login-page .brand-name{color:var(--login-ink);font-size:clamp(31px,3vw,40px);font-weight:700;letter-spacing:.03em}body.blue-light-theme .login-page .route-label{color:#6f88b2;font-size:10px;font-weight:600;letter-spacing:.28em}body.blue-light-theme .login-page .brand-tagline{position:relative;z-index:2;margin:34px 0 0;color:#244a82;font-size:clamp(20px,2vw,24px);font-weight:600;letter-spacing:.18em}body.blue-light-theme .login-page .brand-tagline:after{display:block;margin-top:10px;color:#8291a8;content:"洞察内容 · 理解受众 · 辅助运营";font-family:var(--font-family-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-size:12px;font-weight:500;letter-spacing:.09em}body.blue-light-theme .login-page .ticket-divider{position:relative;z-index:4;margin:30px 0;border-color:#94a3b875;background:transparent}body.blue-light-theme .login-page .ticket-divider:before,body.blue-light-theme .login-page .ticket-divider:after{left:-12px;width:23px;height:23px;border:1px solid rgba(148,163,184,.16);background:var(--login-page-cutout);box-shadow:inset 0 1px 2px #0f172a0a}body.blue-light-theme .login-page .ticket-divider:before{top:-42px}body.blue-light-theme .login-page .ticket-divider:after{bottom:-42px}body.blue-light-theme .login-page[style*=background-image] .ticket-divider:before,body.blue-light-theme .login-page[style*=background-image] .ticket-divider:after,body.blue-light-theme .login-page[style*=background-image] .ticket-stub:before,body.blue-light-theme .login-page[style*=background-image] .ticket-stub:after{display:none}body.blue-light-theme .login-page .login-card{position:relative;z-index:2;padding:58px clamp(42px,5vw,70px) 42px;background:#ffffffed}body.blue-light-theme .login-page .login-card:not(:has(.login-header)):before{display:block;margin-bottom:26px;color:var(--login-ink);content:"欢迎回来";font-size:22px;font-weight:700;letter-spacing:.08em}body.blue-light-theme .login-page .login-card:not(:has(.login-header)):after{position:absolute;top:64px;right:clamp(42px,5vw,70px);color:#9aabc0;content:"WELCOME ABOARD";font-size:9px;font-weight:700;letter-spacing:.24em}body.blue-light-theme .login-page .login-header h2{color:var(--login-ink);font-family:var(--font-family-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-weight:700;letter-spacing:.06em}body.blue-light-theme .login-page .login-header p,body.blue-light-theme .login-page .form-footer{color:#73839a}body.blue-light-theme .login-page .login-form{max-width:440px}body.blue-light-theme .login-page .login-form .ant-form-item{margin-bottom:20px}body.blue-light-theme .login-page .login-form .ant-form-item-label>label{color:#334155;font-size:13px;font-weight:600}body.blue-light-theme .login-page .ant-input-affix-wrapper,body.blue-light-theme .login-page .ant-input{border-radius:10px}body.blue-light-theme .login-page .ant-input-affix-wrapper{min-height:48px;padding-inline:14px;border-color:#d6e0ed;background:#ffffffe0;box-shadow:0 1px 2px #0f172a06;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}body.blue-light-theme .login-page .ant-input-affix-wrapper:hover{border-color:#2563eb85}body.blue-light-theme .login-page .ant-input-affix-wrapper-focused{border-color:#2563ebb8;background:#fff;box-shadow:0 0 0 3px #2563eb17}body.blue-light-theme .login-page .ant-input-prefix{color:#7890af}body.blue-light-theme .login-page .ant-checkbox-checked .ant-checkbox-inner{border-color:var(--login-primary);background:var(--login-primary)}body.blue-light-theme .login-page .login-button{height:48px;border:0;border-radius:10px;background:linear-gradient(135deg,var(--login-primary-strong),var(--login-primary));box-shadow:0 10px 22px #2563eb38;font-weight:700;letter-spacing:.28em;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}body.blue-light-theme .login-page .login-button:hover,body.blue-light-theme .login-page .login-button:focus{border-color:transparent!important;background:linear-gradient(135deg,#1e40af,var(--login-primary-strong))!important;box-shadow:0 13px 28px #2563eb45;filter:saturate(1.04);transform:translateY(-1px)}body.blue-light-theme .login-page .mode-link{color:var(--login-primary);font-weight:600}body.blue-light-theme .login-page .mode-link:hover{color:var(--login-primary-strong)}body.blue-light-theme .login-page .ticket-stub{position:relative;z-index:3;gap:18px;color:#fffffff5;background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 30%),linear-gradient(180deg,#2f6fe4,#225fcf 52%,#1e54bd);border-color:#ffffff6b;box-shadow:inset 12px 0 22px #0f172a12}body.blue-light-theme .login-page .ticket-stub:before,body.blue-light-theme .login-page .ticket-stub:after{left:-11px;width:22px;height:22px;background:var(--login-page-cutout)}body.blue-light-theme .login-page .ticket-stub:before{top:-11px}body.blue-light-theme .login-page .ticket-stub:after{bottom:-11px}body.blue-light-theme .login-page .stub-flight{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:#ffffff1a;font-size:21px;transform:rotate(90deg)}body.blue-light-theme .login-page .stub-label{display:flex;align-items:center;gap:12px;color:transparent;font-size:0;letter-spacing:0;writing-mode:vertical-rl}body.blue-light-theme .login-page .stub-label:before{color:#fffffff5;content:"BOARDING PASS";font-family:Georgia,Times New Roman,serif;font-size:11px;font-weight:600;letter-spacing:.28em}body.blue-light-theme .login-page .stub-label:after{margin-top:12px;padding-top:12px;border-top:1px dashed rgba(255,255,255,.36);color:#ffffffa8;content:"DUI · 026";font-family:var(--font-family-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-size:8px;font-weight:700;letter-spacing:.2em}@media (max-width: 980px){body.blue-light-theme .login-page .ticket-shell{grid-template-columns:minmax(230px,.84fr) 1px minmax(390px,1.3fr) 78px}body.blue-light-theme .login-page .ticket-brand{padding-inline:30px}body.blue-light-theme .login-page .login-card{padding-inline:38px}body.blue-light-theme .login-page .login-card:not(:has(.login-header)):after{right:38px}}@media (max-width: 768px){body.blue-light-theme .login-page .login-container{justify-content:flex-start;padding:18px 14px 28px}body.blue-light-theme .login-page .ticket-shell{display:flex;width:min(100%,520px);min-height:auto;border-radius:18px}body.blue-light-theme .login-page .ticket-brand{min-height:220px;padding:32px 28px 28px}body.blue-light-theme .login-page .ticket-brand-panel:after{top:44px;right:14px}body.blue-light-theme .login-page .brand-mark,body.blue-light-theme .login-page .brand-logo-img{width:48px;height:48px;flex-basis:48px}body.blue-light-theme .login-page .brand-mark{background-size:42px 42px}body.blue-light-theme .login-page .brand-copy:after{margin-top:6px}body.blue-light-theme .login-page .brand-tagline{margin-top:24px}body.blue-light-theme .login-page .ticket-divider{margin:0 28px;border-top-color:#94a3b875}body.blue-light-theme .login-page .ticket-divider:before,body.blue-light-theme .login-page .ticket-divider:after{top:-12px;width:23px;height:23px}body.blue-light-theme .login-page .ticket-divider:before{left:-40px}body.blue-light-theme .login-page .ticket-divider:after{right:-40px;left:auto}body.blue-light-theme .login-page .login-card{padding:34px 28px 26px}body.blue-light-theme .login-page .login-card:not(:has(.login-header)):before{margin-bottom:24px;font-size:20px}body.blue-light-theme .login-page .login-card:not(:has(.login-header)):after{top:39px;right:28px}body.blue-light-theme .login-page .ticket-stub{flex-direction:row;justify-content:center;min-height:66px;gap:14px;padding:14px 20px;border-top:1px dashed rgba(255,255,255,.42);border-left:0;box-shadow:inset 0 10px 20px #0f172a0d}body.blue-light-theme .login-page .ticket-stub:before,body.blue-light-theme .login-page .ticket-stub:after{top:-11px;bottom:auto}body.blue-light-theme .login-page .ticket-stub:before{left:18%}body.blue-light-theme .login-page .ticket-stub:after{right:18%;left:auto}body.blue-light-theme .login-page .stub-flight{width:34px;height:34px}body.blue-light-theme .login-page .stub-label{flex-direction:row;writing-mode:horizontal-tb}body.blue-light-theme .login-page .stub-label:after{margin-top:0;margin-left:2px;padding-top:0;padding-left:12px;border-top:0;border-left:1px dashed rgba(255,255,255,.36)}}@media (max-width: 480px){body.blue-light-theme .login-page .ticket-brand,body.blue-light-theme .login-page .login-card{padding-right:22px;padding-left:22px}body.blue-light-theme .login-page .brand-lockup{gap:12px}body.blue-light-theme .login-page .brand-name{font-size:28px}body.blue-light-theme .login-page .brand-copy:after{font-size:10px}body.blue-light-theme .login-page .brand-tagline{font-size:19px;letter-spacing:.12em}body.blue-light-theme .login-page .brand-tagline:after{font-size:11px;letter-spacing:.04em}body.blue-light-theme .login-page .login-card:not(:has(.login-header)):after{display:none}body.blue-light-theme .login-page .login-form .ant-form-item{margin-bottom:17px}body.blue-light-theme .login-page .ticket-stub{min-height:60px}}@media (prefers-reduced-motion: reduce){body.blue-light-theme .login-page .login-button{transition:none}}body.blue-light-theme .calendar-page{--calendar-primary: var(--dui-primary, #2563eb);--calendar-ai: var(--dui-ai, #6366f1);--calendar-surface: var(--dui-card-bg, #ffffff);--calendar-bg: var(--dui-content-bg, #f8fafc);--calendar-border: var(--dui-border, #e2e8f0);--calendar-title: var(--dui-text-primary, #0f172a);--calendar-text: var(--dui-text-secondary, #475569);--calendar-muted: var(--dui-text-muted, #94a3b8);gap:16px;color:var(--calendar-text)}body.blue-light-theme .calendar-page .filter-card,body.blue-light-theme .calendar-page .guide-card,body.blue-light-theme .calendar-page .calendar-card,body.blue-light-theme .calendar-page .metric{overflow:hidden;border:1px solid var(--calendar-border);border-radius:14px;background:var(--calendar-surface);box-shadow:0 1px 2px #0f172a06,0 8px 24px #0f172a06}body.blue-light-theme .calendar-page .filter-card{position:relative;overflow:visible}body.blue-light-theme .calendar-page .filter-card:before{position:absolute;top:0;left:18px;width:42px;height:3px;border-radius:0 0 3px 3px;background:var(--calendar-primary);content:""}body.blue-light-theme .calendar-page .filter-card>.ant-card-body{padding:17px 18px 15px}body.blue-light-theme .calendar-page .filter-bar{grid-template-columns:minmax(220px,1.32fr) minmax(180px,.95fr) minmax(220px,1.25fr) auto;gap:14px;align-items:end}body.blue-light-theme .calendar-page .filter-item{align-items:stretch;flex-direction:column;gap:6px}body.blue-light-theme .calendar-page .filter-label{color:#64748b;font-size:11px;font-weight:650;letter-spacing:.02em}body.blue-light-theme .calendar-page .filter-control .ant-select-selector{min-height:38px;border-color:#dbe4f0;border-radius:9px;background:#fff;box-shadow:none}body.blue-light-theme .calendar-page .filter-control.ant-select-focused .ant-select-selector,body.blue-light-theme .calendar-page .filter-control:hover .ant-select-selector{border-color:#2563eb94}body.blue-light-theme .calendar-page .filter-control.ant-select-focused .ant-select-selector{box-shadow:0 0 0 3px #2563eb14!important}body.blue-light-theme .calendar-page .group-select .ant-select-selector{border-color:#2563eb47;background:linear-gradient(180deg,#fff,#fbfdff)}body.blue-light-theme .calendar-page .filter-actions{flex-direction:row;align-items:center;justify-content:flex-end;gap:8px;min-height:38px}body.blue-light-theme .calendar-page .filter-actions .ant-btn{height:38px;border-color:#dbe4f0;border-radius:9px;color:#475569;box-shadow:none}body.blue-light-theme .calendar-page .filter-actions .ant-btn:hover{border-color:#2563eb73;color:var(--calendar-primary)}body.blue-light-theme .calendar-page .guide-card{border-style:dashed;background:linear-gradient(145deg,#fff,#fbfdff)}body.blue-light-theme .calendar-page .guide-card>.ant-card-body{padding:clamp(52px,8vh,88px) 24px}body.blue-light-theme .calendar-page .guide-card .ant-empty-description{color:#64748b}body.blue-light-theme .calendar-page .metrics-scope{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin:-2px 2px -4px;padding:5px 9px;border:1px solid #e8eef6;border-radius:7px;color:#7c8da5;background:#ffffffb8;font-size:10.5px;line-height:1.4}body.blue-light-theme .calendar-page .metrics{gap:12px}body.blue-light-theme .calendar-page .metric{position:relative;min-height:102px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}body.blue-light-theme .calendar-page .metric:before{position:absolute;inset:0 auto 0 0;width:3px;background:#cbd5e1;content:""}body.blue-light-theme .calendar-page .metric:nth-child(1):before{background:var(--calendar-primary)}body.blue-light-theme .calendar-page .metric:nth-child(2):before{background:#22c55e}body.blue-light-theme .calendar-page .metric:nth-child(3):before{background:var(--calendar-ai)}body.blue-light-theme .calendar-page .metric:nth-child(4):before{background:#f59e0b}body.blue-light-theme .calendar-page .metric:hover{border-color:#d7e2f0;box-shadow:0 8px 24px #0f172a0b;transform:translateY(-1px)}body.blue-light-theme .calendar-page .metric>.ant-card-body{padding:16px 17px 15px 19px}body.blue-light-theme .calendar-page .metric .ant-statistic-title{margin-bottom:9px;color:#64748b;font-size:11px;font-weight:600}body.blue-light-theme .calendar-page .metric .ant-statistic-content{color:var(--calendar-title);font-size:25px;font-weight:700;line-height:1.1;letter-spacing:-.025em}body.blue-light-theme .calendar-page .metric-suffix{margin-left:5px;color:#94a3b8;font-size:10.5px;font-weight:500;letter-spacing:0}body.blue-light-theme .calendar-page .metric-platform{min-height:102px}body.blue-light-theme .calendar-page .platform-stats .stats-head{margin-bottom:7px}body.blue-light-theme .calendar-page .platform-stats .stats-title{color:#475569;font-size:11px;font-weight:650}body.blue-light-theme .calendar-page .platform-stats .stats-total{color:#94a3b8;font-size:10px}body.blue-light-theme .calendar-page .platform-stats .clear-btn{color:var(--calendar-primary)}body.blue-light-theme .calendar-page .platform-stats .stats-row{margin:0;padding:5px 7px;border-radius:7px}body.blue-light-theme .calendar-page .platform-stats .stats-row:hover{background:#f8fafc}body.blue-light-theme .calendar-page .platform-stats .row-name{color:#64748b;font-size:11px}body.blue-light-theme .calendar-page .platform-stats .row-count{color:#334155;font-size:11px}body.blue-light-theme .calendar-page .platform-stats .row-track{height:4px;background:#eef2f7}body.blue-light-theme .calendar-page .calendar-card>.ant-card-body{padding:0}body.blue-light-theme .calendar-page .state-box{padding:24px 20px 8px}body.blue-light-theme .calendar-page .calendar-wrapper{padding:0 18px 18px}body.blue-light-theme .calendar-page .calendar-toolbar{min-height:66px;margin:0 -18px 14px;padding:13px 18px;border-bottom:1px solid #edf2f7;background:linear-gradient(180deg,#fff,#fcfdff)}body.blue-light-theme .calendar-page .calendar-toolbar .ant-btn{min-width:34px;height:34px;border-color:#dbe4f0;border-radius:8px;color:#475569;box-shadow:none}body.blue-light-theme .calendar-page .calendar-toolbar .ant-btn:hover{border-color:#2563eb6b;color:var(--calendar-primary)}body.blue-light-theme .calendar-page .month-label{color:var(--calendar-title);font-size:19px;font-weight:700;letter-spacing:-.02em}body.blue-light-theme .calendar-page .calendar-toolbar .ant-radio-group{padding:3px;border:1px solid #e2e8f0;border-radius:9px;background:#f8fafc}body.blue-light-theme .calendar-page .calendar-toolbar .ant-radio-button-wrapper{height:28px;padding-inline:12px;border:0;border-radius:6px;color:#64748b;background:transparent;line-height:28px;box-shadow:none}body.blue-light-theme .calendar-page .calendar-toolbar .ant-radio-button-wrapper:before{display:none}body.blue-light-theme .calendar-page .calendar-toolbar .ant-radio-button-wrapper-checked{color:var(--calendar-primary);background:#fff;box-shadow:0 1px 3px #0f172a17}body.blue-light-theme .calendar-page .calendar-wrapper .fc{--fc-border-color: #e7edf5;--fc-page-bg-color: #ffffff;--fc-neutral-bg-color: #f8fafc;--fc-today-bg-color: #eff6ff;color:var(--calendar-text);font-size:12px}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-scrollgrid{overflow:hidden;border:1px solid #e4ebf4;border-radius:12px}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-scrollgrid-section>*{border-color:#e7edf5}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-col-header-cell{padding:0;background:#f8fafc}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-col-header-cell-cushion{display:block;padding:10px 6px;color:#64748b;font-size:10px;font-weight:700;letter-spacing:.08em}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-daygrid-day{background:#fff;transition:background .12s ease}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-daygrid-day:hover{background:#fbfdff}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-day-sat:not(.fc-day-today),body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-day-sun:not(.fc-day-today){background:#fcfdff}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-day-other{background:#fbfcfe}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-daygrid-day-number{min-width:28px;margin:5px 6px 2px 0;padding:5px 7px;border-radius:8px;color:#475569;font-size:11px;font-weight:650;line-height:1;text-align:center}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-day-other .fc-daygrid-day-number{color:#b6c1d0;font-weight:500}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-day-today{background:linear-gradient(180deg,#f2f7ff,#f8fbff)}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-day-today .fc-daygrid-day-number{color:#fff;background:var(--calendar-primary);box-shadow:0 4px 10px #2563eb33}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-daygrid-day-frame{min-height:102px;padding-bottom:4px}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-daygrid-event.cal-ev{margin:2px 4px;padding:3px 6px;border-width:1px;border-radius:7px;color:#334155!important;box-shadow:0 1px 1px #0f172a06;transition:filter .14s ease,transform .14s ease,box-shadow .14s ease}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-daygrid-event.cal-ev:hover{box-shadow:0 3px 8px #0f172a14;filter:saturate(1.04);transform:translateY(-1px)}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-event-creator{color:#334155;font-size:10.5px;font-weight:700}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-event-title-text{color:#64748b;font-size:10.5px}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-more-link{display:inline-flex;margin:2px 4px;padding:2px 6px;border-radius:6px;color:var(--calendar-primary);background:#2563eb0f;font-size:10.5px;font-weight:650}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-more-link:hover{background:#2563eb1a}body.blue-light-theme .calendar-page .post-timeline{padding:2px 0 0}body.blue-light-theme .calendar-page .post-timeline .timeline-day{margin-bottom:16px}body.blue-light-theme .calendar-page .post-timeline .day-header{top:8px;margin-bottom:8px;padding:8px 11px;border:1px solid #e8eef6;border-radius:9px;background:#f8fafcf5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}body.blue-light-theme .calendar-page .post-timeline .day-date{color:#0f172a;font-size:13px}body.blue-light-theme .calendar-page .post-timeline .day-week,body.blue-light-theme .calendar-page .post-timeline .day-count{color:#94a3b8;font-size:10.5px}body.blue-light-theme .calendar-page .post-timeline .timeline-item{min-height:38px;padding:6px 9px;border:1px solid transparent;border-radius:8px}body.blue-light-theme .calendar-page .post-timeline .timeline-item:hover{border-color:#e7edf5;background:#fbfdff}body.blue-light-theme .calendar-page .post-timeline .timeline-item:focus-visible{outline-color:var(--calendar-primary)}body.blue-light-theme .calendar-page .post-timeline .item-time{color:#334155;font-size:12px}body.blue-light-theme .calendar-page .post-timeline .item-creator{color:#475569;font-size:12px}body.blue-light-theme .calendar-page .post-timeline .item-title{color:#64748b;font-size:12px}.calendar-event-popover .ant-popover-inner{padding:10px;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 16px 36px #0f172a21}.calendar-event-popover .popover-card{width:296px}.calendar-event-popover .popover-cover{height:148px;border-radius:9px;background:#f8fafc}.calendar-event-popover .popover-title{color:#0f172a;font-size:13px;font-weight:700}.calendar-event-popover .popover-time,.calendar-event-popover .popover-stats{color:#64748b}.calendar-event-popover .popover-hint{color:#94a3b8}@media (max-width: 1180px){body.blue-light-theme .calendar-page .filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}body.blue-light-theme .calendar-page .filter-actions{justify-content:flex-start}body.blue-light-theme .calendar-page .metrics,body.blue-light-theme .calendar-page .metrics.metrics-without-platform{grid-template-columns:repeat(2,minmax(0,1fr))}body.blue-light-theme .calendar-page .metric-platform{grid-column:span 2}}@media (max-width: 768px){body.blue-light-theme .calendar-page{gap:12px}body.blue-light-theme .calendar-page .filter-card>.ant-card-body{padding:15px}body.blue-light-theme .calendar-page .filter-bar{grid-template-columns:1fr;gap:11px}body.blue-light-theme .calendar-page .filter-actions{width:100%}body.blue-light-theme .calendar-page .filter-actions .ant-btn{flex:1 1 0}body.blue-light-theme .calendar-page .metrics,body.blue-light-theme .calendar-page .metrics.metrics-without-platform{grid-template-columns:1fr 1fr;gap:9px}body.blue-light-theme .calendar-page .metric{min-height:94px}body.blue-light-theme .calendar-page .metric>.ant-card-body{padding:14px 14px 13px 17px}body.blue-light-theme .calendar-page .metric .ant-statistic-content{font-size:21px}body.blue-light-theme .calendar-page .metric-platform{grid-column:1 / -1}body.blue-light-theme .calendar-page .calendar-wrapper{padding:0 10px 12px;overflow-x:auto}body.blue-light-theme .calendar-page .calendar-toolbar{position:sticky;left:0;min-width:680px;margin:0 -10px 10px;padding:11px 10px}body.blue-light-theme .calendar-page .calendar-wrapper .fc{min-width:680px}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-daygrid-day-frame{min-height:88px}}@media (max-width: 480px){body.blue-light-theme .calendar-page .metrics,body.blue-light-theme .calendar-page .metrics.metrics-without-platform{grid-template-columns:1fr}body.blue-light-theme .calendar-page .metric-platform{grid-column:auto}body.blue-light-theme .calendar-page .metrics-scope{width:100%}}body.blue-light-theme .calendar-page .filter-card:before{display:none}.calendar-page .metrics-scope{display:none!important}.calendar-page .calendar-card .state-box:has(.ant-empty):not(:has(.ant-btn)){display:none}.calendar-page{gap:8px!important}body.blue-light-theme .calendar-page .filter-card>.ant-card-body{padding:9px 14px 8px}body.blue-light-theme .calendar-page .filter-bar{gap:10px}body.blue-light-theme .calendar-page .filter-item{gap:4px}body.blue-light-theme .calendar-page .filter-label{font-size:10.5px;line-height:1.2}body.blue-light-theme .calendar-page .filter-control .ant-select-selector{min-height:32px;border-radius:8px}body.blue-light-theme .calendar-page .filter-actions{min-height:32px;gap:6px}body.blue-light-theme .calendar-page .filter-actions .ant-btn{height:32px;padding-inline:11px;border-radius:8px}body.blue-light-theme .calendar-page .metrics,body.blue-light-theme .calendar-page .metrics.metrics-without-platform{gap:8px}body.blue-light-theme .calendar-page .metric,body.blue-light-theme .calendar-page .metric-platform{min-height:70px;border-radius:11px}body.blue-light-theme .calendar-page .metric>.ant-card-body{padding:10px 12px 9px 15px}body.blue-light-theme .calendar-page .metric .ant-statistic-title{margin-bottom:4px;font-size:10.5px;line-height:1.25}body.blue-light-theme .calendar-page .metric .ant-statistic-content{font-size:22px;line-height:1}body.blue-light-theme .calendar-page .metric-suffix{margin-left:4px;font-size:9.5px}body.blue-light-theme .calendar-page .platform-stats .stats-head{margin-bottom:3px}body.blue-light-theme .calendar-page .platform-stats .stats-row{padding:2px 5px;gap:2px;border-radius:6px}body.blue-light-theme .calendar-page .platform-stats .stats-rows{gap:2px 10px}body.blue-light-theme .calendar-page .platform-stats .row-track{height:3px}body.blue-light-theme .calendar-page .calendar-wrapper{padding:0 12px 10px}body.blue-light-theme .calendar-page .calendar-toolbar{min-height:44px;margin:0 -12px 7px;padding:6px 12px}body.blue-light-theme .calendar-page .calendar-toolbar .ant-btn{min-width:30px;height:30px;padding-inline:9px}body.blue-light-theme .calendar-page .month-label{font-size:16px}body.blue-light-theme .calendar-page .calendar-toolbar .ant-radio-group{padding:2px;border-radius:8px}body.blue-light-theme .calendar-page .calendar-toolbar .ant-radio-button-wrapper{height:26px;padding-inline:10px;line-height:26px}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-col-header-cell-cushion{padding:7px 4px}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-daygrid-day-number{min-width:24px;margin:3px 4px 1px 0;padding:3px 5px;border-radius:6px;font-size:10.5px}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-daygrid-day-frame{min-height:74px;padding-bottom:2px}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-daygrid-event.cal-ev{margin:1px 3px;padding:2px 5px;border-radius:6px}body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-event-creator,body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-event-title-text,body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-more-link{font-size:10px}@media (max-width: 768px){.calendar-page{gap:10px!important}body.blue-light-theme .calendar-page .filter-card>.ant-card-body{padding:12px}body.blue-light-theme .calendar-page .filter-actions .ant-btn{height:34px}body.blue-light-theme .calendar-page .metric,body.blue-light-theme .calendar-page .metric-platform,body.blue-light-theme .calendar-page .calendar-wrapper .fc .fc-daygrid-day-frame{min-height:82px}}@media (min-width: 900px){.layout-content:has(.calendar-page){display:flex;flex-direction:column}.layout-content:has(.calendar-page)>.content-watermark,.layout-content:has(.calendar-page) .content-watermark{display:flex;min-height:0;height:100%;flex:1 1 auto;flex-direction:column}.content-watermark>.calendar-page,.calendar-page{display:flex;min-height:0;height:100%;flex:1 1 auto;flex-direction:column}.calendar-page>.filter-card,.calendar-page>.metrics-scope,.calendar-page>.metrics{flex:0 0 auto}.calendar-page>.calendar-card{display:flex;min-height:470px;flex:1 1 0;flex-direction:column}.calendar-page>.calendar-card>.ant-card-body{display:flex;min-height:0;height:100%;flex:1 1 auto;flex-direction:column}.calendar-page .calendar-wrapper{display:flex;min-height:0;height:100%;flex:1 1 auto;flex-direction:column}.calendar-page .calendar-toolbar{flex:0 0 auto}.calendar-page .calendar-wrapper>.ant-spin-nested-loading,.calendar-page .calendar-wrapper>.ant-spin-nested-loading>.ant-spin-container{display:flex;min-height:0;height:100%;flex:1 1 auto;flex-direction:column}.calendar-page .calendar-wrapper .creator-calendar,.calendar-page .calendar-wrapper .creator-calendar.fc,.calendar-page .calendar-wrapper .fc{display:flex;min-height:430px;height:100%!important;flex:1 1 auto;flex-direction:column}.calendar-page .calendar-wrapper .fc .fc-view-harness,.calendar-page .calendar-wrapper .fc .fc-view-harness-active{min-height:0;height:100%!important;flex:1 1 auto}.calendar-page .calendar-wrapper .fc .fc-view-harness-active>.fc-view,.calendar-page .calendar-wrapper .fc .fc-scrollgrid,.calendar-page .calendar-wrapper .fc .fc-daygrid-body,.calendar-page .calendar-wrapper .fc .fc-scrollgrid-sync-table{height:100%!important}.calendar-page .calendar-wrapper .fc .fc-daygrid-body,.calendar-page .calendar-wrapper .fc .fc-scrollgrid-sync-table{width:100%!important}.calendar-page .calendar-wrapper .fc .fc-scrollgrid-sync-table>tbody{height:100%}.calendar-page .calendar-wrapper .fc .fc-scrollgrid-sync-table>tbody>tr{height:16.666%}.calendar-page .calendar-wrapper .fc .fc-daygrid-day-frame{min-height:100%}@media (max-height: 760px){.calendar-page>.calendar-card{min-height:430px}.calendar-page .calendar-wrapper .creator-calendar,.calendar-page .calendar-wrapper .creator-calendar.fc,.calendar-page .calendar-wrapper .fc{min-height:390px}}}body.blue-light-theme .basic-layout .layout-sider.ant-layout-sider,body.blue-light-theme .mobile-drawer-inner{background:linear-gradient(180deg,#eff6ffb8 0,#fff0 92px),var(--dui-sidebar-bg, #ffffff)}body.blue-light-theme .basic-layout .layout-sider .sidebar-brand,body.blue-light-theme .mobile-drawer-inner .sidebar-brand{border-bottom-color:#2563eb1f;background:#ffffffdb}body.blue-light-theme .basic-layout .layout-sider .ant-menu-root>.ant-menu-item .anticon,body.blue-light-theme .basic-layout .layout-sider .ant-menu-root>.ant-menu-submenu>.ant-menu-submenu-title .anticon,body.blue-light-theme .mobile-drawer-inner .ant-menu-root>.ant-menu-item .anticon,body.blue-light-theme .mobile-drawer-inner .ant-menu-root>.ant-menu-submenu>.ant-menu-submenu-title .anticon{color:#2563ebd1!important}body.blue-light-theme .basic-layout .layout-sider .ant-menu-sub .ant-menu-item .anticon,body.blue-light-theme .mobile-drawer-inner .ant-menu-sub .ant-menu-item .anticon{color:#94a3b8!important}body.blue-light-theme .basic-layout .layout-sider .ant-menu-light .ant-menu-item-selected,body.blue-light-theme .mobile-drawer-inner .ant-menu-light .ant-menu-item-selected{color:#1d4ed8!important;background:linear-gradient(90deg,#2563eb24,#2563eb13)!important;box-shadow:inset 3px 0 #2563eb}body.blue-light-theme .basic-layout .layout-sider .ant-menu-light .ant-menu-item-selected .anticon,body.blue-light-theme .mobile-drawer-inner .ant-menu-light .ant-menu-item-selected .anticon{color:#2563eb!important}body.blue-light-theme .basic-layout .layout-sider .ant-menu-submenu-open>.ant-menu-submenu-title,body.blue-light-theme .mobile-drawer-inner .ant-menu-submenu-open>.ant-menu-submenu-title{color:#1d4ed8!important;background:#2563eb0b!important}body.blue-light-theme .basic-layout .layout-sider .ant-menu-submenu-open>.ant-menu-submenu-title .anticon,body.blue-light-theme .mobile-drawer-inner .ant-menu-submenu-open>.ant-menu-submenu-title .anticon{color:#2563eb!important}body.blue-light-theme .basic-layout .layout-sider .ant-menu-item:hover,body.blue-light-theme .basic-layout .layout-sider .ant-menu-submenu-title:hover,body.blue-light-theme .mobile-drawer-inner .ant-menu-item:hover,body.blue-light-theme .mobile-drawer-inner .ant-menu-submenu-title:hover{background:#2563eb12!important}@media (min-width: 992px){body.blue-light-theme .dashboard .dashboard-tabs .ant-tabs-tabpane-active[id$=-panel-overview]{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;align-items:stretch}body.blue-light-theme .dashboard .dashboard-tabs .ant-tabs-tabpane-active[id$=-panel-overview]>.chart-row{grid-column:1 / -1;margin-top:0}body.blue-light-theme .dashboard .dashboard-tabs .ant-tabs-tabpane-active[id$=-panel-overview]>.chart-row:nth-of-type(1),body.blue-light-theme .dashboard .dashboard-tabs .ant-tabs-tabpane-active[id$=-panel-overview]>.chart-row:nth-of-type(3){display:contents}body.blue-light-theme .dashboard .dashboard-tabs .ant-tabs-tabpane-active[id$=-panel-overview]>.chart-row:nth-of-type(1)>.ant-col:first-child{grid-column:1;grid-row:1;width:100%;max-width:100%;flex:0 0 100%;display:flex;padding-inline:0!important}body.blue-light-theme .dashboard .dashboard-tabs .ant-tabs-tabpane-active[id$=-panel-overview]>.chart-row:nth-of-type(3)>.ant-col:first-child{grid-column:2;grid-row:1;width:100%;max-width:100%;flex:0 0 100%;display:flex;padding-inline:0!important}body.blue-light-theme .dashboard .dashboard-tabs .ant-tabs-tabpane-active[id$=-panel-overview]>.chart-row:nth-of-type(1)>.ant-col:nth-child(2){grid-column:1 / -1;grid-row:2;width:100%;max-width:100%;flex:0 0 100%;padding-inline:0!important}body.blue-light-theme .dashboard .dashboard-tabs .ant-tabs-tabpane-active[id$=-panel-overview]>.chart-row:nth-of-type(1)>.ant-col:first-child>*,body.blue-light-theme .dashboard .dashboard-tabs .ant-tabs-tabpane-active[id$=-panel-overview]>.chart-row:nth-of-type(3)>.ant-col:first-child>*{width:100%}body.blue-light-theme .dashboard .dashboard-tabs .ant-tabs-tabpane-active[id$=-panel-overview]>.chart-row:nth-of-type(1)>.ant-col:first-child .chart-card,body.blue-light-theme .dashboard .dashboard-tabs .ant-tabs-tabpane-active[id$=-panel-overview]>.chart-row:nth-of-type(3)>.ant-col:first-child .chart-card{height:100%;min-height:410px;margin-bottom:0}body.blue-light-theme .dashboard .dashboard-tabs .ant-tabs-tabpane-active[id$=-panel-overview]>.chart-row:nth-of-type(1)>.ant-col:first-child .echarts{height:318px!important}}@media (min-width: 1101px){body .basic-layout .gift-page{max-width:1580px;padding:22px 28px 46px}body .basic-layout .gift-page .gift-header{margin-bottom:20px}body .basic-layout .gift-page .gift-title{font-size:48px;letter-spacing:12px}body .basic-layout .gift-page .gift-title .cap{font-size:31px}body .basic-layout .gift-page .wall{min-height:760px}body .basic-layout .gift-page .polaroid{width:218px;padding:12px 12px 50px;box-shadow:0 13px 32px #3c372d33}body .basic-layout .gift-page .polaroid .ph{height:168px}body .basic-layout .gift-page .polaroid .cap{bottom:10px;font-size:13px;line-height:1.42}body .basic-layout .gift-page .clip{width:22px;height:30px;top:-15px}body .basic-layout .gift-page .p1{left:5.5%;top:12.5%}body .basic-layout .gift-page .p2{left:40%;top:6.5%}body .basic-layout .gift-page .p3{left:74%;top:7.5%}body .basic-layout .gift-page .p4{left:5.5%;top:46.5%}body .basic-layout .gift-page .p5{left:40%;top:44.5%}body .basic-layout .gift-page .p6{left:74%;top:45.5%}body .basic-layout .gift-page .rainbow-sticker{width:104px;left:28%;top:24%}body .basic-layout .gift-page .route-label{font-size:16px}body .basic-layout .gift-page .plane-fly{font-size:29px}body .basic-layout .gift-page .wall-caption{bottom:18px}body .basic-layout .gift-page .quote-text{font-size:clamp(18px,1.75vw,23px)}body .basic-layout .gift-page .quote-author{font-size:13.5px}}body.blue-light-theme .analysis-view .ant-empty-image,body.blue-light-theme .ai-observability-view .ant-empty-image{width:76px;height:76px;margin-inline:auto;background-image:url(/brand/mascot-sprite.webp);background-repeat:no-repeat;background-size:300% 200%;background-position:100% 0%}body.blue-light-theme .analysis-view .ant-empty-image>*,body.blue-light-theme .ai-observability-view .ant-empty-image>*{display:none!important}body.blue-light-theme .calendar-page .guide-card .ant-empty-image,body.blue-light-theme .calendar-page .state-box .ant-empty-image{width:82px;height:82px;margin-inline:auto;background-image:url(/brand/mascot-sprite.webp);background-repeat:no-repeat;background-size:300% 200%;background-position:0% 100%}body.blue-light-theme .calendar-page .guide-card .ant-empty-image>*,body.blue-light-theme .calendar-page .state-box .ant-empty-image>*{display:none!important}@media (max-width: 768px){body.blue-light-theme .analysis-view .ant-empty-image,body.blue-light-theme .ai-observability-view .ant-empty-image,body.blue-light-theme .calendar-page .guide-card .ant-empty-image,body.blue-light-theme .calendar-page .state-box .ant-empty-image{width:64px;height:64px}}body.blue-light-theme .post-link-groups-view{padding:12px 16px 20px}body.blue-light-theme .post-link-groups-view>.ant-card{border:1px solid var(--dui-border, #e2e8f0);border-radius:12px;box-shadow:0 1px 2px #0f172a09;overflow:hidden}body.blue-light-theme .post-link-groups-view>.ant-card>.ant-card-head{min-height:52px;padding:0 18px;border-bottom-color:var(--dui-border, #e2e8f0)}body.blue-light-theme .post-link-groups-view>.ant-card>.ant-card-head .ant-card-head-title{color:var(--dui-text-primary, #0f172a);font-size:17px;font-weight:650}body.blue-light-theme .post-link-groups-view>.ant-card>.ant-card-body{padding:0 16px 16px}body.blue-light-theme .post-link-groups-view .ant-tabs-nav{margin-bottom:12px}body.blue-light-theme .post-link-groups-view .stats-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;padding:0;margin:0 0 12px;overflow:hidden;border:1px solid var(--dui-border, #e2e8f0);border-radius:10px;background:var(--dui-card-bg, #fff)}body.blue-light-theme .post-link-groups-view .stat-block{min-width:0;min-height:70px;padding:10px 12px;border-right:1px solid var(--dui-border, #e2e8f0)}body.blue-light-theme .post-link-groups-view .stat-block:last-child{border-right:0}body.blue-light-theme .post-link-groups-view .stat-block-action{background:#2563eb09}body.blue-light-theme .post-link-groups-view .stat-block-action:hover{background:#2563eb12}body.blue-light-theme .post-link-groups-view .stat-label{margin-bottom:3px;color:var(--dui-text-muted, #64748b);font-size:11px;line-height:1.3;opacity:1}body.blue-light-theme .post-link-groups-view .stat-value{color:var(--dui-text-primary, #0f172a);font-size:13px;font-weight:600;line-height:1.45}body.blue-light-theme .post-link-groups-view .stat-sub{color:var(--dui-text-muted, #64748b);font-size:11px;line-height:1.4;opacity:1}body.blue-light-theme .post-link-groups-view .stat-value .ant-tag,body.blue-light-theme .post-link-groups-view .lag-line .ant-tag{margin:1px 3px 1px 0;padding-inline:5px;font-size:10px;line-height:17px}body.blue-light-theme .post-link-groups-view .lag-lines{gap:1px}body.blue-light-theme .post-link-groups-view .lag-line{gap:3px;font-size:11px;white-space:nowrap}body.blue-light-theme .post-link-groups-view .lag-bands{gap:3px}body.blue-light-theme .post-link-groups-view .lag-band{padding:0 4px;font-size:10px;line-height:17px}body.blue-light-theme .post-link-groups-view .toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:7px;padding:9px 10px;margin:0 0 10px;border:1px solid var(--dui-border, #e2e8f0);border-radius:10px;background:var(--dui-bg-soft, #f8fafc)}body.blue-light-theme .post-link-groups-view .toolbar .ant-input-affix-wrapper,body.blue-light-theme .post-link-groups-view .toolbar .ant-select-selector,body.blue-light-theme .post-link-groups-view .toolbar .ant-picker,body.blue-light-theme .post-link-groups-view .toolbar .ant-segmented{border-radius:7px}body.blue-light-theme .post-link-groups-view .toolbar-spacer{min-width:16px}body.blue-light-theme .post-link-groups-view .ant-table-wrapper{border:1px solid var(--dui-border, #e2e8f0);border-radius:10px;overflow:hidden}body.blue-light-theme .post-link-groups-view .ant-table-thead>tr>th{height:38px;padding:7px 10px;color:var(--dui-text-secondary, #475569);font-size:12px;font-weight:600;background:var(--dui-bg-soft, #f8fafc);border-bottom-color:var(--dui-border, #e2e8f0)}body.blue-light-theme .post-link-groups-view .ant-table-tbody>tr>td{padding:9px 10px;border-bottom-color:#e2e8f0d1;vertical-align:middle}body.blue-light-theme .post-link-groups-view .ant-table-tbody>tr:hover>td{background:#2563eb06!important}body.blue-light-theme .post-link-groups-view .cell-thumb,body.blue-light-theme .post-link-groups-view .cell-thumb-placeholder{width:36px;height:36px}body.blue-light-theme .post-link-groups-view .cell-title{gap:9px}body.blue-light-theme .post-link-groups-view .cell-title-main{color:var(--dui-text-primary, #0f172a);font-size:13px;font-weight:550}body.blue-light-theme .post-link-groups-view .cell-title-sub,body.blue-light-theme .post-link-groups-view .source-date,body.blue-light-theme .post-link-groups-view .best-engagement{color:var(--dui-text-muted, #64748b);font-size:11px;opacity:1}body.blue-light-theme .post-link-groups-view .ant-table-tbody>tr>td:nth-child(2){white-space:nowrap}body.blue-light-theme .post-link-groups-view .ant-table-tbody>tr>td:nth-child(2) .ant-tag{margin:1px 3px 1px 0;padding-inline:5px;font-size:10px;line-height:18px}body.blue-light-theme .post-link-groups-view .ant-table-tbody>tr>td:nth-child(3),body.blue-light-theme .post-link-groups-view .ant-table-tbody>tr>td:nth-child(4){color:var(--dui-text-primary, #0f172a);font-variant-numeric:tabular-nums;font-weight:550}body.blue-light-theme .post-link-groups-view .ant-table-tbody>tr>td:last-child .ant-space{gap:9px!important;white-space:nowrap}body.blue-light-theme .post-link-groups-view .suggestion-card,body.blue-light-theme .post-link-groups-view .member-card,body.blue-light-theme .post-link-groups-view .insight-block{border-color:var(--dui-border, #e2e8f0);box-shadow:none}@media (max-width: 1480px){body.blue-light-theme .post-link-groups-view .stats-strip{grid-template-columns:repeat(3,minmax(0,1fr))}body.blue-light-theme .post-link-groups-view .stat-block:nth-child(3n){border-right:0}body.blue-light-theme .post-link-groups-view .stat-block:nth-child(-n+3){border-bottom:1px solid var(--dui-border, #e2e8f0)}}@media (max-width: 992px){body.blue-light-theme .post-link-groups-view{padding:10px 12px 16px}body.blue-light-theme .post-link-groups-view .stats-strip{grid-template-columns:repeat(2,minmax(0,1fr))}body.blue-light-theme .post-link-groups-view .stat-block{border-right:1px solid var(--dui-border, #e2e8f0);border-bottom:1px solid var(--dui-border, #e2e8f0)}body.blue-light-theme .post-link-groups-view .stat-block:nth-child(2n){border-right:0}body.blue-light-theme .post-link-groups-view .stat-block:nth-last-child(-n+2){border-bottom:0}body.blue-light-theme .post-link-groups-view .toolbar-spacer{flex-basis:100%;height:0}}@media (max-width: 640px){body.blue-light-theme .post-link-groups-view .stats-strip{grid-template-columns:1fr}body.blue-light-theme .post-link-groups-view .stat-block,body.blue-light-theme .post-link-groups-view .stat-block:nth-child(n){min-height:auto;border-right:0;border-bottom:1px solid var(--dui-border, #e2e8f0)}body.blue-light-theme .post-link-groups-view .stat-block:last-child{border-bottom:0}}
