*{box-sizing:border-box;margin:0;padding:0}:root{--bg-app: #071734;--bg-card: #0e2750;--bg-card-deep: #0b2050;--border: rgba(255,255,255,.06);--border-light: rgba(255,255,255,.12);--text-1: #e8efff;--text-2: #8aa0c5;--text-3: #556e8a;--accent: #b6f55c;--accent-dim: rgba(182,245,92,.13);--accent-glow: rgba(182,245,92,.28);--green: #b6f55c;--red: #ef4444;--orange: #f59e0b;--yellow: #ffc107;--blue-bright: #3b82f6}html,body{height:100%;overflow:hidden}body{background:var(--bg-app);color:var(--text-1);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100vh;display:flex;flex-direction:column}.dashboard-root{flex:1;display:flex;flex-direction:column;overflow:hidden}.dashboard-body{position:relative;flex:1;display:flex;flex-direction:column;overflow:hidden}.dashboard-scroll{flex:1;overflow:auto;padding:8px 10px 10px}.footer-wrap{padding:0 10px 10px}@media(min-width:1800px){.dashboard-scroll{padding:12px 0}.dashboard-inner{max-width:1760px;margin:0 auto;padding:0 16px}.header-inner{max-width:1760px;margin:0 auto}.footer-wrap{max-width:1760px;margin:0 auto;padding:0 16px 12px;width:100%}.fs-tile{max-width:1760px;width:100%}}.dashboard-mobile{overflow:visible}@media(max-width:767px){html,body{height:auto;overflow:auto}#root{height:auto;min-height:100vh}.dashboard-root,.dashboard-body{overflow:visible;flex:none}.dashboard-scroll{overflow:visible;padding:6px 6px 16px}}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}.tile{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;height:100%;display:flex;flex-direction:column;overflow:hidden;transition:border-color .2s;-webkit-user-select:none;user-select:none}.tile:hover{border-color:var(--border-light)}.tile-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 10px;cursor:move;flex-shrink:0;border-bottom:1px solid var(--border);gap:8px}.tile-title{font-size:14px;font-weight:600;color:var(--text-1);display:flex;align-items:center;gap:7px;white-space:nowrap}.tile-title-icon{color:var(--text-2);display:flex;align-items:center}.tile-header-center{flex:1;display:flex;align-items:center;justify-content:flex-start;gap:6px;padding-left:10px}.tile-controls{display:flex;align-items:center;gap:6px;flex-shrink:0}.tile-controls-actions{display:flex;align-items:center;gap:2px;opacity:0;transition:opacity .15s}.tile:hover .tile-controls-actions{opacity:1}.tile-icon-badge{width:30px;height:30px;border-radius:8px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#ffffffb3;flex-shrink:0}.tile-btn{background:none;border:none;color:var(--text-3);cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;transition:background .15s,color .15s}.tile-btn:hover{background:var(--border);color:var(--text-1)}.tile-body{flex:1;overflow:hidden;padding:12px 14px;display:flex;flex-direction:column;min-height:0}.tab-group{display:flex;gap:4px}.tab-btn{background:transparent;border:1px solid var(--border-light);border-radius:20px;color:var(--text-2);font-size:11px;font-weight:500;padding:3px 10px;cursor:pointer;transition:all .15s;font-family:inherit}.tab-btn.active{background:var(--accent-dim);border-color:var(--accent);color:var(--accent)}.tab-btn:hover:not(.active){border-color:var(--text-2);color:var(--text-1)}.metric-label{font-size:12px;color:var(--text-2);margin-bottom:2px;font-weight:400}.metric-value{font-size:22px;font-weight:700;color:#fff;letter-spacing:-.5px;line-height:1.1}.metric-value-lg{font-size:36px;font-weight:800;color:#fff;letter-spacing:-1px;line-height:1}.metric-delta{font-size:11px;font-weight:600;display:flex;align-items:center;gap:3px}.metric-delta.pos{color:var(--accent)}.metric-delta.neg{color:var(--orange)}.metric-delta.neu{color:var(--text-2)}.progress-wrap{background:var(--border);border-radius:6px;height:10px;overflow:hidden}.progress-fill{height:100%;border-radius:6px;background:var(--accent);transition:width .6s ease}.react-grid-item.react-grid-placeholder{background:var(--accent-dim)!important;border:2px dashed var(--accent)!important;border-radius:16px!important;opacity:.6!important}.react-resizable-handle{opacity:0;transition:opacity .2s}.react-grid-item:hover .react-resizable-handle{opacity:.4}.react-resizable-handle:after{border-color:var(--accent)!important}.fs-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#071734e0;z-index:500;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fadeIn .15s ease}.fs-tile{width:calc(100% - 20px);height:calc(100% - 20px);background:var(--bg-card);border:1px solid var(--border-light);border-radius:18px;overflow:hidden;display:flex;flex-direction:column}.mgr-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#071734bf;z-index:600;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .15s ease}.mgr-panel{background:var(--bg-card);border:1px solid var(--border-light);border-radius:16px;padding:22px 24px;width:360px;max-height:65vh;overflow-y:auto}.mgr-title{font-size:15px;font-weight:700;color:var(--text-1);display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.mgr-item{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--border);gap:10px}.mgr-item:last-child{border-bottom:none}.mgr-item-label{font-size:13px;color:var(--text-1);display:flex;align-items:center;gap:9px}.mgr-item-label svg{color:var(--text-2)}.tog{position:relative;width:36px;height:19px;flex-shrink:0}.tog input{display:none}.tog-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--border-light);border-radius:10px;cursor:pointer;transition:background .2s}.tog-slider:before{content:"";position:absolute;left:2px;top:2px;width:15px;height:15px;background:#fff;border-radius:50%;transition:transform .2s}.tog input:checked+.tog-slider{background:var(--accent)}.tog input:checked+.tog-slider:before{transform:translate(17px)}.badge{font-size:10px;font-weight:600;padding:2px 8px;border-radius:20px;border:1px solid currentColor}.badge-blue{color:var(--blue-bright);border-color:#3b82f666;background:#3b82f614}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:900px){.header-inner{flex-wrap:wrap;padding:12px 16px 10px!important}.header-inner>div:first-child h1{font-size:28px!important}}@media(max-width:600px){.header-inner{flex-direction:column;align-items:flex-start;gap:10px!important}.header-inner>div:last-child{flex-wrap:wrap;gap:8px!important;width:100%}.header-inner>div:first-child h1{font-size:24px!important}.header-inner>div:first-child p{font-size:11px!important}}@media(max-width:767px){.tile-header{padding:10px 12px 8px}.tile-body{padding:10px 12px}.metric-value{font-size:18px!important}.metric-value-lg{font-size:28px!important}}.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;-moz-user-select:none;-ms-user-select:none;-o-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}.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)}
