.bigscreen-wrapper{--bg-primary:#0a0e27;--bg-panel:#0a143cd9;--bg-panel-hover:#0f1c50e6;--border-color:#40a9ff40;--text-primary:#e6f0ff;--text-secondary:#89b;--text-dim:#568;--accent-blue:#1677ff;--accent-green:#52c41a;--accent-orange:#fa8c16;--accent-red:#ff4d4f;--glow-blue:#1677ff66;--glow-green:#52c41a66;--gradient-bg:linear-gradient(135deg,#0a0e27,#0d1b3e 50%,#0a0e27);background:var(--gradient-bg);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;min-height:100vh;overflow:hidden;position:relative}.bigscreen-wrapper:before{background-image:linear-gradient(#40a9ff08 1px,#0000 0),linear-gradient(90deg,#40a9ff08 1px,#0000 0);background-size:60px 60px;content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.bigscreen-header{align-items:center;background:linear-gradient(180deg,#0a143cf2,#0000);border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:16px 32px 12px;position:relative;z-index:1}.bigscreen-title-section{display:flex;flex-direction:column;gap:2px}.bigscreen-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#40a9ff,#1677ff 40%,#b37feb);-webkit-background-clip:text;background-clip:text;font-size:26px;font-weight:700;letter-spacing:3px;margin:0}.bigscreen-subtitle{align-items:center;color:var(--text-secondary);display:flex;font-size:13px;gap:10px}.pulse-dot{animation:pulse 2s ease-in-out infinite;color:var(--accent-green);font-size:10px}.bigscreen-time{color:var(--text-dim);font-size:12px;margin-left:8px}.bigscreen-actions{align-items:center;display:flex;gap:12px}.bigscreen-countdown{color:var(--text-dim)}.bigscreen-btn,.bigscreen-countdown{align-items:center;display:flex;font-size:13px;gap:6px}.bigscreen-btn{background:#1677ff1a;border:1px solid #40a9ff4d;border-radius:4px;color:var(--text-primary);cursor:pointer;padding:6px 16px;transition:all .3s}.bigscreen-btn:hover{background:#1677ff40;border-color:var(--accent-blue);box-shadow:0 0 12px var(--glow-blue)}.bigscreen-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);height:calc(100vh - 120px);padding:16px 24px;position:relative;z-index:1}.bigscreen-panel{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:var(--bg-panel);border:1px solid var(--border-color);border-radius:8px;display:flex;flex-direction:column;overflow:hidden;transition:border-color .3s,box-shadow .3s}.bigscreen-panel:hover{border-color:#40a9ff80;box-shadow:0 0 20px #1677ff26}.bigscreen-panel-header{align-items:center;background:#1677ff0f;border-bottom:1px solid #40a9ff26;display:flex;gap:10px;padding:12px 16px}.bigscreen-panel-icon{font-size:20px}.bigscreen-panel-title{flex:1 1;font-size:15px;font-weight:600}.bigscreen-panel-count{font-feature-settings:"tnum";font-size:22px;font-variant-numeric:tabular-nums;font-weight:700}.bigscreen-panel-body{flex:1 1;overflow:hidden}.bigscreen-table{display:flex;flex-direction:column;height:100%}.bigscreen-table-header{align-items:center;background:#1677ff14;border-bottom:1px solid #40a9ff1a;color:var(--text-dim);display:flex;flex-shrink:0;font-size:12px;font-weight:600;padding:8px 12px}.bigscreen-table-body{flex:1 1;overflow-x:hidden;overflow-y:auto;scrollbar-color:#40a9ff33 #0000;scrollbar-width:thin}.bigscreen-table-body::-webkit-scrollbar{width:5px}.bigscreen-table-body::-webkit-scrollbar-track{background:#0000}.bigscreen-table-body::-webkit-scrollbar-thumb{background:#40a9ff33;border-radius:10px}.bigscreen-table-row{align-items:center;animation:fadeSlideIn .4s ease both;border-bottom:1px solid #40a9ff0f;display:flex;font-size:13px;padding:10px 12px;transition:background .2s}.bigscreen-table-row:hover{background:#1677ff14}.bigscreen-table-row:last-child{border-bottom:none}.col-no{flex-shrink:0;width:120px}.col-name,.col-no{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.col-name{flex:1 1;min-width:0}.col-company{width:70px}.col-code,.col-company{flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.col-code{width:120px}.col-status{flex-shrink:0;text-align:center;width:72px}.col-time,.col-type{flex-shrink:0;width:60px}.col-time{font-feature-settings:"tnum";color:var(--text-secondary);font-variant-numeric:tabular-nums;text-align:right}.bigscreen-empty{align-items:center;color:var(--text-dim);display:flex;flex-direction:column;font-size:14px;gap:6px;height:100%;justify-content:center}.overtime-row{background:#ff4d4f08;border-left:3px solid #0000}.overtime-dot{animation:blink 1.5s ease-in-out infinite;border-radius:50%;display:inline-block;height:7px;margin-right:6px;width:7px}.overtime-label{font-size:13px;font-weight:700}.bigscreen-footer{align-items:center;border-top:1px solid #40a9ff1a;color:var(--text-dim);display:flex;font-size:12px;gap:12px;justify-content:center;padding:8px 0;position:relative;z-index:1}.bigscreen-footer-dot{background:var(--text-dim);border-radius:50%;height:4px;width:4px}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}.bigscreen-wrapper:fullscreen{padding:0}.bigscreen-wrapper:fullscreen .bigscreen-grid{height:calc(100vh - 140px)}.bigscreen-wrapper .ant-tag{border-radius:3px;font-size:11px;line-height:20px;margin:0;padding:0 6px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;margin:0}#root{height:100vh}.ant-layout{min-height:100vh}
/*# sourceMappingURL=main.8a4dea22.css.map*/