*{box-sizing:border-box;margin:0;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}html.text-scale-large{zoom:1.1}html.text-scale-xl{zoom:1.2}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:"cv11","ss01";background:#f5f7fb;color:#1a1a1a}.app{display:flex;flex-direction:column;min-height:100vh;width:100%;position:relative;padding-top:94px}.topnav{background:#0f2444;display:flex;align-items:center;padding:0 20px;height:56px;gap:4px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;position:fixed;top:0;left:0;right:0;z-index:100}.topnav::-webkit-scrollbar{display:none}.brand{font-size:14px;font-weight:600;color:#fff;margin-right:20px;white-space:nowrap}.brand-sub{font-size:9px;color:#fff6;display:block;margin-top:1px}.nav-btn{font-size:15px;color:#ffffffb3;padding:8px 12px;cursor:pointer;background:transparent;border:none;white-space:nowrap;position:relative;transition:color .15s ease}.nav-btn:after{content:"";position:absolute;left:8px;right:8px;bottom:3px;height:2px;background:var(--brand-accent, #d4a017);border-radius:1px;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.nav-btn:hover{color:#fff}.nav-btn:hover:after{transform:scaleX(1)}.nav-btn.active{color:#fff}.nav-btn.active:after{transform:scaleX(1)}.nav-right{display:flex;align-items:center;gap:10px;margin-left:auto}.nav-chip{flex-shrink:0;white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease}.nav-chip:hover{background:#ffffff2e!important;border-color:#ffffff47!important;color:#fff!important}.nav-right>*{flex-shrink:0}.live-label{white-space:nowrap}@media (max-width: 1560px){.topnav{padding:0 12px;gap:2px}.brand{margin-right:10px}.nav-btn{padding:8px 9px;font-size:14px}.nav-right{gap:6px}}@media (max-width: 1440px){.nav-btn span{display:none}.nav-btn{padding:8px 10px}.nav-btn:after{left:4px;right:4px}.live-label{display:none}}@media (max-width: 1240px){.topnav{padding:0 8px}.brand{margin-right:6px}.brand img{height:28px!important}.nav-btn{padding:8px 7px}.nav-right{gap:4px}.nav-chip{padding:0 8px!important;height:30px!important}.live-dot{display:none}}.subnav{background:#fff;border-bottom:.5px solid #e5e7eb;display:flex;align-items:center;padding:0 20px;height:38px;gap:2px;overflow-x:auto;position:fixed;top:56px;left:0;right:0;z-index:99;overflow-y:hidden;scrollbar-width:none}.subnav::-webkit-scrollbar{display:none}.sub-btn{font-size:14px;color:#6b7280;padding:6px 14px;border-radius:6px;cursor:pointer;border-bottom:2px solid transparent;white-space:nowrap;background:none;border-left:none;border-right:none;border-top:none;transition:color .15s ease,background .15s ease}.sub-btn:hover{color:#0f2444;background:#f3f4f6}.sub-btn.active{color:#0f2444;border-bottom-color:#d4a017;font-weight:600}.sub-btn.active:hover{background:none}.sub-right{margin-left:auto;display:flex;gap:6px}.btn{font-size:11px;color:#6b7280;background:#f3f4f6;border:.5px solid #e5e7eb;border-radius:6px;padding:5px 12px;cursor:pointer;white-space:nowrap}.btn:hover{background:#e5e7eb}.btn-primary{background:#0f2444;color:#fff;border-color:#0f2444}.btn-primary:hover{background:#1a3a6b}.btn-gold{background:#d4a017;color:#0f2444;border-color:#d4a017;font-weight:500}.content{flex:1;overflow-x:clip;padding:16px 20px}.card{background:#fff;border:.5px solid #e5e7eb;border-radius:10px;padding:14px 16px}.metrics-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:14px}.metric-card{background:#fff;border:.5px solid #e5e7eb;border-radius:10px;padding:18px 20px;cursor:pointer}.staff-detail-row{display:flex;gap:14px}.staff-detail-side{width:380px;flex-shrink:0}@media (max-width: 1240px){.staff-detail-row{display:block}.staff-detail-side{width:auto;margin-top:14px}}.photo-crop-split{display:flex;gap:18px;width:100%;align-items:flex-start;justify-content:center}.photo-crop-stage{flex:0 0 auto;display:flex;justify-content:center}.photo-crop-controls{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:14px}@media (max-width: 700px){.photo-crop-split{flex-direction:column;align-items:stretch}.photo-crop-controls{flex:none}}.metric-label{font-size:12px;color:#6b7280;margin-bottom:6px}.metric-value{font-size:30px;font-weight:600;color:#1a1a1a;line-height:1.1}.metric-pill{display:inline-block;font-size:11px;padding:2px}.schedule-sticky-col{position:sticky;left:0;z-index:2;background:#fff}.schedule-band-scroll{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.25) transparent}.schedule-band-scroll::-webkit-scrollbar{width:6px;height:6px}.schedule-band-scroll::-webkit-scrollbar-track{background:transparent}.schedule-band-scroll::-webkit-scrollbar-thumb{background:#00000040;border-radius:3px}.schedule-band-scroll::-webkit-scrollbar-thumb:hover{background:#0006}.schedule-sticky-row{position:sticky;z-index:3}.schedule-sticky-corner{position:sticky;left:0;z-index:5}@keyframes spin{to{transform:rotate(360deg)}}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px;opacity:0}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}
