:root{--brand: #ff6a00;--brand-2: #ff8a3d;--brand-dark: #e55f00;--brand-light: #fff3e8;--sider-bg: #181e2b;--sider-bg-2: #1f2838;--sider-hover: rgba(255, 255, 255, .06);--sider-active: rgba(255, 106, 0, .16);--bg: #f3f5f9;--card-bg: #ffffff;--text-1: #1c2333;--text-2: #5f6b7d;--text-3: #9aa4b2;--border: #eaeef3;--primary: #1677ff;--success: #17c964;--warning: #f5a524;--danger: #f31260;--radius: 12px;--shadow: 0 1px 3px rgba(16, 24, 40, .05), 0 1px 2px rgba(16, 24, 40, .04);--shadow-lg: 0 10px 30px rgba(16, 24, 40, .12)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Segoe UI,Roboto,sans-serif;background:radial-gradient(1200px 400px at 85% -10%,rgba(255,106,0,.05),transparent 60%),var(--bg);color:var(--text-1);font-size:14px;-webkit-font-smoothing:antialiased}.app-layout{display:flex;height:100vh;overflow:hidden}.app-sider{width:232px;flex-shrink:0;background:linear-gradient(180deg,var(--sider-bg) 0%,#141a26 100%);color:#fff;display:flex;flex-direction:column;transition:width .2s ease}.sider-brand{display:flex;align-items:center;gap:11px;padding:18px 18px 16px;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid rgba(255,255,255,.06)}.sider-brand .brand-logo{width:40px;height:40px;border-radius:11px;object-fit:cover;object-position:center;background:#fff;box-shadow:0 4px 12px #ff6a0066;flex-shrink:0}.sider-brand-text{line-height:1.25;min-width:0}.sider-brand-name{font-size:15px;font-weight:700;letter-spacing:.5px;white-space:nowrap}.sider-brand-sub{font-size:11px;color:#ffffff73;letter-spacing:1.5px;margin-top:2px}.sider-nav{flex:1;overflow-y:auto;overflow-x:hidden;padding:10px 12px 16px}.sider-nav::-webkit-scrollbar{width:5px}.sider-nav::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.sider-group{margin-bottom:4px}.sider-group-header{display:flex;align-items:center;justify-content:space-between;padding:12px 10px 6px;font-size:11px;letter-spacing:1px;color:#ffffff61;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .18s ease}.sider-group-header:hover{color:#ffffffb3}.sider-group.group-active>.sider-group-header{color:#ffffff9e}.sider-arrow{transition:transform .2s ease}.sider-arrow.open{transform:rotate(90deg)}.sider-group-body{overflow:hidden;max-height:600px;transition:max-height .25s ease}.sider-group-body.collapsed{max-height:0}.sider-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:9px;color:#ffffffad;cursor:pointer;font-size:13.5px;margin-bottom:2px;position:relative;transition:all .18s ease;white-space:nowrap}.sider-item:hover{color:#fff;background:var(--sider-hover)}.sider-item.active{color:#fff;background:var(--sider-active);font-weight:500;box-shadow:inset 3px 0 0 var(--brand)}.sider-item-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.sider-item-label{overflow:hidden;text-overflow:ellipsis}.sider-footer{padding:12px;border-top:1px solid rgba(255,255,255,.06)}.sider-user{display:flex;align-items:center;gap:10px;background:#ffffff0d;border-radius:10px;padding:9px 12px}.sider-user-avatar{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:600;flex-shrink:0;box-shadow:0 2px 6px #00000040}.sider-user-info{flex:1;min-width:0;line-height:1.25}.sider-user-name{font-size:13px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sider-user-role{font-size:11px;color:#ffffff73}.app-main{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden}.app-header{height:56px;flex-shrink:0;background:#ffffffe0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:60}.header-crumb{display:flex;align-items:center;gap:8px;font-size:13.5px}.header-crumb-sep{color:var(--text-3)}.header-crumb-current{font-weight:600;color:var(--text-1);font-size:15px}.header-right{display:flex;align-items:center;gap:18px;color:var(--text-2);font-size:13px}.header-live{display:inline-flex;align-items:center;gap:6px;font-size:12px}.live-dot{width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 0 3px #17c9642e;animation:livePulse 2.2s ease-in-out infinite}@keyframes livePulse{0%,to{box-shadow:0 0 0 3px #17c9642e}50%{box-shadow:0 0 0 5px #17c9640d}}.header-reset{cursor:pointer;font-size:12.5px;opacity:.75;transition:opacity .18s ease;display:inline-flex;align-items:center;gap:5px}.header-reset:hover{opacity:1;color:var(--brand)}.user-chip{display:flex;align-items:center;gap:8px;background:#f2f4f7;padding:4px 12px 4px 6px;border-radius:24px;color:var(--text-1);transition:box-shadow .18s ease}.user-chip:hover{box-shadow:0 2px 8px #1018281a}.user-chip-avatar{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:600}.app-body{flex:1;overflow-y:auto;padding:24px 28px 48px;width:100%}.page-title{font-size:20px;font-weight:700;color:var(--text-1);margin:0;letter-spacing:.2px}.page-desc{color:var(--text-2);font-size:13px;margin-top:4px}.zy-card{background:var(--card-bg);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow)}.zy-card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.zy-card-title{font-size:15px;font-weight:600}.workspace-wrap{padding:8px 0}.workspace-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(128px,1fr));gap:14px;padding:4px}.gongge-item{display:flex;flex-direction:column;align-items:center;gap:10px;padding:22px 8px 16px;background:#fff;border:1px solid var(--border);border-radius:14px;cursor:pointer;transition:all .22s ease;position:relative;overflow:hidden}.gongge-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:transparent;transition:background .22s ease}.gongge-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:#ff6a0073}.gongge-item:hover:before{background:linear-gradient(90deg,var(--brand),var(--brand-2))}.gongge-icon{width:50px;height:50px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:25px;color:#fff;box-shadow:0 4px 10px #0000001f;transition:transform .22s ease}.gongge-item:hover .gongge-icon{transform:scale(1.08)}.gongge-label{font-size:13px;color:var(--text-1);text-align:center;font-weight:500}.gongge-count{font-size:12px;color:var(--text-3)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px;margin-bottom:20px}.stat-card{background:#fff;border-radius:var(--radius);border:1px solid var(--border);padding:20px 22px;display:flex;align-items:center;gap:16px;transition:all .22s ease;cursor:pointer}.stat-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.stat-icon{width:54px;height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:26px;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #00000026}.stat-info .stat-title{font-size:13px;color:var(--text-2)}.stat-info .stat-value{font-size:28px;font-weight:700;color:var(--text-1);line-height:1.2;margin-top:3px;letter-spacing:.3px}.table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px 0;flex-wrap:wrap}.table-toolbar .filters{display:flex;gap:8px;flex-wrap:wrap}.table-toolbar .actions{display:flex;gap:8px}.chart-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:16px}.chart-card{background:#fff;border-radius:var(--radius);border:1px solid var(--border);padding:18px 20px;box-shadow:var(--shadow);transition:box-shadow .2s ease}.chart-card:hover{box-shadow:var(--shadow-lg)}.chart-card .chart-title{font-size:14px;font-weight:600;margin-bottom:12px;color:var(--text-1)}.detail-grid{display:grid;grid-template-columns:1fr;gap:4px}.detail-field{display:flex;padding:11px 0;border-bottom:1px dashed var(--border)}.detail-field:last-child{border-bottom:none}.detail-field .label{width:120px;color:var(--text-3);flex-shrink:0;font-size:13px}.detail-field .value{color:var(--text-1);font-size:14px;flex:1;font-weight:500}.ant-table{font-size:14px}.ant-table-thead>tr>th{font-size:13.5px;padding:13px 16px!important;white-space:nowrap}.ant-table-tbody>tr>td{padding:13px 16px!important;font-size:14px}.ant-pagination{margin:18px 20px!important}.ant-pagination-options{min-width:auto}.status-badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:20px;font-size:12px;line-height:20px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#c8d0da;border-radius:4px}::-webkit-scrollbar-track{background:transparent}@media (max-width: 1024px){.app-sider{width:72px}.sider-brand-text,.sider-item-label,.sider-group-header span,.sider-user-info,.sider-arrow{display:none}.sider-group-body.collapsed{max-height:600px}.sider-item{justify-content:center;padding:10px 0}.sider-brand{justify-content:center;padding:16px 0}.sider-footer{padding:8px}.sider-user{justify-content:center;padding:8px 0}.stat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.app-body{padding:12px 14px 40px}.app-header{padding:0 12px}.header-live{display:none}.stat-grid{grid-template-columns:repeat(2,1fr)}.chart-grid{grid-template-columns:1fr}}
