.Chat-module__s9cGHa__container{border-right:1px solid var(--border);background:#111418;flex-direction:column;height:100%;display:flex}.Chat-module__s9cGHa__header{border-bottom:1px solid var(--border);background:#0f151b66;justify-content:space-between;align-items:center;min-height:64px;padding:1rem 1.25rem;display:flex}.Chat-module__s9cGHa__headerActions{align-items:center;gap:.5rem;display:flex}.Chat-module__s9cGHa__headerTitle{color:#fff;align-items:center;gap:.75rem;font-size:.875rem;font-weight:700;display:flex}.Chat-module__s9cGHa__icon{color:var(--primary)}.Chat-module__s9cGHa__historyButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.375rem;transition:all .2s}.Chat-module__s9cGHa__historyButton:hover{color:#fff;background:#ffffff0d}.Chat-module__s9cGHa__historyPanel{background:linear-gradient(160deg,#0f172ae6,#020617f2);border:1px solid #94a3b826;border-radius:14px;margin:0 1.25rem 1rem;overflow:hidden;box-shadow:0 12px 30px #02081773}.Chat-module__s9cGHa__historyHeader{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);background:#0f172a99;border-bottom:1px solid #94a3b81f;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.75rem;display:flex}.Chat-module__s9cGHa__historyHeader button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem;transition:all .2s}.Chat-module__s9cGHa__historyHeader button:hover{color:#fff;background:#ffffff14}.Chat-module__s9cGHa__historyList{flex-direction:column;gap:.5rem;max-height:240px;padding:.75rem 1rem 1rem;display:flex;overflow-y:auto}.Chat-module__s9cGHa__historyItem{text-align:left;color:#e2e8f0;background:#0f172a80;border:1px solid #94a3b826;border-radius:10px;padding:.65rem .85rem;font-size:.825rem;line-height:1.4;transition:all .2s}.Chat-module__s9cGHa__historyItem:hover{background:#1e293bb3;border-color:#3b82f666;transform:translateY(-1px)}.Chat-module__s9cGHa__emptyHistory{color:var(--text-muted);margin:.25rem 0 0;font-size:.75rem}.Chat-module__s9cGHa__messages{flex-direction:column;flex:1;gap:1.25rem;padding:1.25rem;display:flex;overflow-y:auto}.Chat-module__s9cGHa__message{border-radius:12px;max-width:92%;padding:.875rem 1.125rem;font-size:.875rem;line-height:1.6;animation:.4s cubic-bezier(.16,1,.3,1) Chat-module__s9cGHa__fadeIn}@keyframes Chat-module__s9cGHa__fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.Chat-module__s9cGHa__message.Chat-module__s9cGHa__user{background:var(--primary);color:#fff;align-self:flex-end;box-shadow:0 4px 12px #137fec33}.Chat-module__s9cGHa__message.Chat-module__s9cGHa__ai{color:var(--text-primary);border:1px solid var(--border);background:#1e293b;align-self:flex-start}.Chat-module__s9cGHa__message.Chat-module__s9cGHa__system{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;background:#ffffff08;border-radius:20px;align-self:center;padding:.5rem 1rem;font-size:.75rem;font-weight:600}.Chat-module__s9cGHa__suggestions{background:linear-gradient(135deg,#020617e6,#0f172acc);border:1px solid #94a3b826;border-radius:16px;margin:0 1.25rem 1rem;padding:1rem 1rem 1.1rem;box-shadow:0 10px 26px #02081759}.Chat-module__s9cGHa__suggestionsHeader{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.75rem;display:flex}.Chat-module__s9cGHa__chips{flex-wrap:wrap;gap:.6rem;display:flex}.Chat-module__s9cGHa__chip{color:#e2e8f0;background:#0f172a99;border:1px solid #94a3b833;border-radius:999px;padding:.5rem .75rem;font-size:.78rem;line-height:1.2;transition:all .2s}.Chat-module__s9cGHa__chip:hover{background:#1e293bcc;border-color:#3b82f680;transform:translateY(-1px)}.Chat-module__s9cGHa__inputArea{border-top:1px solid var(--border);background:#111418;padding:1.25rem}.Chat-module__s9cGHa__inputWrapper{align-items:center;display:flex;position:relative}.Chat-module__s9cGHa__input{border:1px solid var(--border);color:#fff;background:#0b1116;border-radius:12px;width:100%;padding:.875rem 3.5rem .875rem 1.25rem;font-size:.875rem;transition:all .2s}.Chat-module__s9cGHa__input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-alpha);background:#0d1117;outline:none}.Chat-module__s9cGHa__sendButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;right:.625rem}.Chat-module__s9cGHa__sendButton:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #137fec4d}.Chat-module__s9cGHa__sendButton:disabled{opacity:.3;cursor:not-allowed}.Chat-module__s9cGHa__connectorBar{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.Chat-module__s9cGHa__connectorHeader{justify-content:space-between;align-items:center;display:flex}.Chat-module__s9cGHa__connectorLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.7rem}.Chat-module__s9cGHa__connectorList{flex-wrap:wrap;gap:.5rem;display:flex}.Chat-module__s9cGHa__connectorButton{color:#e2e8f0;background:#0f172a8c;border:1px solid #94a3b833;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .6rem;font-size:.72rem;transition:all .2s;display:inline-flex}.Chat-module__s9cGHa__connectorButton:hover{background:#1e293bb3;border-color:#3b82f680}.Chat-module__s9cGHa__connectorToggle{color:#e2e8f0;background:#0f172a8c;border:1px solid #94a3b833;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;transition:all .2s;display:inline-flex}.Chat-module__s9cGHa__connectorToggle:hover{background:#1e293bb3;border-color:#3b82f680}.Chat-module__s9cGHa__connectorButtonActive{color:#fff;background:#1e40af59;border-color:#3b82f6cc}.Chat-module__s9cGHa__connectorName{font-weight:600}.Chat-module__s9cGHa__connectorType{text-transform:uppercase;letter-spacing:.08em;color:#e2e8f0b3;font-size:.6rem}.Chat-module__s9cGHa__connectorEmpty{color:var(--text-muted);font-size:.75rem}.Chat-module__s9cGHa__connectorHint{color:var(--text-muted);font-size:.7rem}.Chat-module__s9cGHa__connectionStatus{color:var(--text-muted);align-items:center;gap:.5rem;margin-top:1rem;font-size:.75rem;display:flex}.Chat-module__s9cGHa__statusDot{background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #22c55e66}.Chat-module__s9cGHa__timelineContainer{width:100%;margin-top:.75rem}.Chat-module__s9cGHa__outputPanel{background:#070b10cc;border:1px solid #94a3b826;border-radius:16px;margin-top:.75rem;padding:1rem;box-shadow:0 14px 26px #02081759}.Chat-module__s9cGHa__outputHeader{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:flex}.Chat-module__s9cGHa__outputActions{align-items:center;gap:.5rem;display:flex}.Chat-module__s9cGHa__outputAction,.Chat-module__s9cGHa__outputActionPrimary{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:0 0;border:1px solid #94a3b833;border-radius:999px;padding:.35rem .65rem;font-size:.65rem;transition:all .2s}.Chat-module__s9cGHa__outputActionPrimary{color:#fff;background:#3b82f633;border-color:#3b82f699}.Chat-module__s9cGHa__outputAction:hover{color:#fff;background:#3b82f61f;border-color:#3b82f680}.Chat-module__s9cGHa__outputActionPrimary:hover{background:#3b82f659}.Chat-module__s9cGHa__outputToggle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:0 0;border:1px solid #94a3b833;border-radius:999px;padding:.35rem .65rem;font-size:.65rem;transition:all .2s}.Chat-module__s9cGHa__outputToggle:hover{color:#fff;background:#3b82f61f;border-color:#3b82f680}.Chat-module__s9cGHa__outputTabs{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.Chat-module__s9cGHa__outputTab{color:#cbd5f5;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;background:#0f172a99;border:1px solid #94a3b833;border-radius:999px;padding:.4rem .8rem;font-size:.7rem;transition:all .2s}.Chat-module__s9cGHa__outputTabActive{color:#fff;background:#3b82f633;border-color:#3b82f6b3}.Chat-module__s9cGHa__outputBody{flex-direction:column;gap:.75rem;display:flex}.Chat-module__s9cGHa__outputMeta{color:var(--text-muted);flex-direction:column;gap:.25rem;font-size:.75rem;display:flex}.Chat-module__s9cGHa__outputEditor{resize:vertical;color:#e2e8f0;background:#0f172a99;border:1px solid #94a3b833;border-radius:12px;width:100%;min-height:140px;padding:.75rem;font-size:.72rem;line-height:1.5}.Chat-module__s9cGHa__outputBlock{flex-wrap:wrap;gap:.5rem;display:flex}.Chat-module__s9cGHa__outputPill{color:#e2e8f0;background:#0f172ab3;border:1px solid #94a3b833;border-radius:999px;padding:.35rem .65rem;font-size:.7rem}.Chat-module__s9cGHa__outputCode{color:#e2e8f0;white-space:pre-wrap;word-break:break-word;background:#0f172a99;border:1px solid #94a3b826;border-radius:12px;max-height:280px;padding:.75rem;font-size:.72rem;line-height:1.5;overflow:auto}.Chat-module__s9cGHa__outputList{flex-direction:column;gap:.75rem;display:flex}.Chat-module__s9cGHa__outputItem{background:#0b1116cc;border:1px solid #94a3b826;border-radius:12px;padding:.75rem}.Chat-module__s9cGHa__outputItemHeader{color:#e2e8f0;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:flex}.Chat-module__s9cGHa__outputEmpty{color:var(--text-muted);font-size:.75rem}
.KPIWidget-module___cch0W__container{background:radial-gradient(circle at 10% 10%,#135bec1f,#0000 45%);flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:0;display:flex;position:relative}.KPIWidget-module___cch0W__main{z-index:10;flex-direction:column;gap:12px;padding:24px;display:flex}.KPIWidget-module___cch0W__header{flex-direction:column;display:flex}.KPIWidget-module___cch0W__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;margin-bottom:4px;font-size:10px;font-weight:800}.KPIWidget-module___cch0W__value{font-size:46px;font-weight:800;font-family:var(--font-display,var(--font-sans));color:var(--text-primary);letter-spacing:-2px;margin:0;line-height:1}.KPIWidget-module___cch0W__trendRow{align-items:center;gap:8px;display:flex}.KPIWidget-module___cch0W__trendBadge{text-transform:uppercase;letter-spacing:1px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:100px;align-items:center;gap:4px;width:fit-content;padding:4px 12px;font-size:11px;font-weight:900;display:flex}.KPIWidget-module___cch0W__trendLabel{text-transform:uppercase;letter-spacing:1px;color:#e2e8f080;font-size:10px;font-weight:700}.KPIWidget-module___cch0W__positive{color:#22c55e;background:#22c55e26;border:1px solid #22c55e4d;box-shadow:0 0 20px #22c55e1a}.KPIWidget-module___cch0W__negative{color:#ef4444;background:#ef444426;border:1px solid #ef44444d;box-shadow:0 0 20px #ef44441a}.KPIWidget-module___cch0W__neutral{color:#fff6;background:#ffffff0d;border:1px solid #ffffff1a}.KPIWidget-module___cch0W__sparklineSection{opacity:.8;pointer-events:none;z-index:1;height:60%;position:absolute;bottom:0;left:0;right:0}.KPIWidget-module___cch0W__sparklineWrapper{width:100%;height:100%;position:relative}.KPIWidget-module___cch0W__sparklineSvg{width:100%;height:100%;overflow:visible}.KPIWidget-module___cch0W__sparklineFill{background:linear-gradient(#135bec26 0%,#135bec00 100%);position:absolute;inset:0}
.TableWidget-module__Gp_FdW__container{background:0 0;border-radius:12px;flex-direction:column;height:100%;display:flex;overflow:hidden}.TableWidget-module__Gp_FdW__tableWrapper{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;flex:1;overflow:auto}.TableWidget-module__Gp_FdW__tableWrapper::-webkit-scrollbar{width:4px;height:4px}.TableWidget-module__Gp_FdW__tableWrapper::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.TableWidget-module__Gp_FdW__table{border-collapse:separate;border-spacing:0;width:100%;font-size:13px}.TableWidget-module__Gp_FdW__table th{text-align:left;color:#fff6;text-transform:uppercase;letter-spacing:1.5px;white-space:nowrap;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border-bottom:1px solid #ffffff0d;padding:12px 16px;font-size:10px;font-weight:800;position:sticky;top:0}.TableWidget-module__Gp_FdW__headerCell{align-items:center;gap:8px;display:flex}.TableWidget-module__Gp_FdW__table td{color:#fffc;border-bottom:1px solid #ffffff08;padding:14px 16px;font-weight:500}.TableWidget-module__Gp_FdW__table tbody tr{transition:all .2s}.TableWidget-module__Gp_FdW__table tbody tr:hover{background:#ffffff08}.TableWidget-module__Gp_FdW__numeric{font-family:var(--font-mono);text-align:right;color:var(--primary)!important;font-weight:700!important}.TableWidget-module__Gp_FdW__pagination{background:#ffffff05;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.TableWidget-module__Gp_FdW__pageInfo{color:#ffffff4d;text-transform:uppercase;font-size:11px;font-weight:700}.TableWidget-module__Gp_FdW__pageControls{gap:8px;display:flex}.TableWidget-module__Gp_FdW__pageButton{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.TableWidget-module__Gp_FdW__pageButton:hover:not(:disabled){background:var(--primary);border-color:var(--primary)}.TableWidget-module__Gp_FdW__pageButton:disabled{opacity:.2;cursor:not-allowed}.TableWidget-module__Gp_FdW__positive{color:#22c55e!important}.TableWidget-module__Gp_FdW__negative{color:#ef4444!important}.TableWidget-module__Gp_FdW__empty{color:#fff3;text-transform:uppercase;letter-spacing:2px;justify-content:center;align-items:center;height:100%;font-size:11px;font-weight:800;display:flex}
.CohortWidget-module__b8JOtG__container{flex-direction:column;height:100%;padding:.5rem;display:flex}.CohortWidget-module__b8JOtG__loading{height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:.875rem;display:flex}.CohortWidget-module__b8JOtG__statsBar{background:var(--bg-tertiary);border-radius:8px;gap:2rem;margin-bottom:.75rem;padding:.75rem 1rem;display:flex}.CohortWidget-module__b8JOtG__stat{flex-direction:column;gap:.25rem;display:flex}.CohortWidget-module__b8JOtG__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.CohortWidget-module__b8JOtG__statValue{color:var(--text-primary);font-size:1rem;font-weight:600}.CohortWidget-module__b8JOtG__chartWrapper{flex:1;min-height:200px}.CohortWidget-module__b8JOtG__legendHint{color:var(--text-muted);justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.7rem;display:flex}.CohortWidget-module__b8JOtG__legendLow,.CohortWidget-module__b8JOtG__legendHigh{text-transform:uppercase;letter-spacing:.05em}.CohortWidget-module__b8JOtG__legendGradient{background:linear-gradient(90deg,#1e3a5f,#3b82f6,#93c5fd);border-radius:4px;width:60px;height:8px}
.FunnelWidget-module__uHQqxW__container{flex-direction:column;gap:1rem;height:100%;padding:.5rem;display:flex}.FunnelWidget-module__uHQqxW__summary{gap:2rem;padding:.5rem 0;display:flex}.FunnelWidget-module__uHQqxW__summaryItem{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.FunnelWidget-module__uHQqxW__summaryItem svg{color:var(--text-muted)}.FunnelWidget-module__uHQqxW__funnel{flex-direction:column;flex:1;justify-content:center;gap:.5rem;display:flex}.FunnelWidget-module__uHQqxW__stepWrapper{flex-direction:column;align-items:center;display:flex;position:relative}.FunnelWidget-module__uHQqxW__step{border-radius:6px;align-items:center;min-width:120px;height:44px;padding:0 1rem;display:flex;position:relative;box-shadow:0 2px 8px #00000026}.FunnelWidget-module__uHQqxW__stepContent{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.FunnelWidget-module__uHQqxW__stepInfo{align-items:center;gap:.75rem;display:flex}.FunnelWidget-module__uHQqxW__stepName{color:#fff;white-space:nowrap;font-size:.8rem;font-weight:500}.FunnelWidget-module__uHQqxW__stepCount{color:#fff;font-size:.9rem;font-weight:700}.FunnelWidget-module__uHQqxW__stepConversion{align-items:center;gap:.25rem;display:flex}.FunnelWidget-module__uHQqxW__conversionPct{color:#ffffffe6;background:#0003;border-radius:4px;padding:.125rem .5rem;font-size:.75rem;font-weight:600}.FunnelWidget-module__uHQqxW__stepLabel{color:var(--text-muted);margin-top:.25rem;font-size:.7rem}.FunnelWidget-module__uHQqxW__dropoff{align-items:center;gap:.25rem;display:flex;position:absolute;top:50%;right:-80px;transform:translateY(-50%)}.FunnelWidget-module__uHQqxW__dropoffLine{background:var(--border);width:20px;height:1px}.FunnelWidget-module__uHQqxW__dropoffValue{color:#ef4444;white-space:nowrap;font-size:.65rem}.FunnelWidget-module__uHQqxW__breakdown{background:var(--bg-tertiary);border-radius:8px;padding:.75rem}.FunnelWidget-module__uHQqxW__breakdown h4{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.7rem;font-weight:600}.FunnelWidget-module__uHQqxW__breakdownList{flex-direction:column;gap:.375rem;display:flex}.FunnelWidget-module__uHQqxW__breakdownItem{justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.FunnelWidget-module__uHQqxW__breakdownLabel{color:var(--text-secondary)}.FunnelWidget-module__uHQqxW__breakdownValue{color:var(--text-primary);font-weight:600}@media (max-width:600px){.FunnelWidget-module__uHQqxW__dropoff{display:none}.FunnelWidget-module__uHQqxW__stepName{font-size:.7rem}.FunnelWidget-module__uHQqxW__stepCount{font-size:.8rem}}
.MapWidget-module__gUa--q__container{gap:1rem;height:100%;padding:.5rem;display:flex}.MapWidget-module__gUa--q__loading{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:.875rem;display:flex}.MapWidget-module__gUa--q__mapWrapper{background:var(--bg-tertiary);border-radius:8px;flex:1;justify-content:center;align-items:center;min-width:0;display:flex;overflow:hidden}.MapWidget-module__gUa--q__sidebar{flex-direction:column;flex-shrink:0;gap:.75rem;width:180px;display:flex}.MapWidget-module__gUa--q__statCard{background:var(--bg-tertiary);border-radius:8px;flex-direction:column;gap:.25rem;padding:.75rem;display:flex}.MapWidget-module__gUa--q__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.MapWidget-module__gUa--q__statValue{color:var(--text-primary);font-size:1.25rem;font-weight:700}.MapWidget-module__gUa--q__topList{background:var(--bg-tertiary);border-radius:8px;flex:1;padding:.75rem;overflow:hidden}.MapWidget-module__gUa--q__topList h4{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.7rem;font-weight:600}.MapWidget-module__gUa--q__topList ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.MapWidget-module__gUa--q__topItem{align-items:center;gap:.5rem;padding:.375rem 0;display:flex;position:relative}.MapWidget-module__gUa--q__topRank{background:var(--bg-primary);width:18px;height:18px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;font-weight:600;display:flex}.MapWidget-module__gUa--q__topItem:first-child .MapWidget-module__gUa--q__topRank{background:var(--primary);color:#fff}.MapWidget-module__gUa--q__topInfo{z-index:1;flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.MapWidget-module__gUa--q__topName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:500;overflow:hidden}.MapWidget-module__gUa--q__topValue{color:var(--text-muted);font-size:.7rem}.MapWidget-module__gUa--q__topBar{background:var(--primary);opacity:.3;border-radius:1px;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}@media (max-width:500px){.MapWidget-module__gUa--q__container{flex-direction:column}.MapWidget-module__gUa--q__sidebar{flex-direction:row;width:100%}.MapWidget-module__gUa--q__statCard{flex:0}.MapWidget-module__gUa--q__topList{flex:1}.MapWidget-module__gUa--q__topList ul{flex-flow:wrap;gap:.5rem}.MapWidget-module__gUa--q__topItem{flex:none}}
.ScatterWidget-module__uMuXzq__container{flex-direction:column;height:100%;padding:.5rem;display:flex}.ScatterWidget-module__uMuXzq__loading{height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:.875rem;display:flex}.ScatterWidget-module__uMuXzq__statsBar{background:var(--bg-tertiary);border-radius:8px;gap:2rem;margin-bottom:.5rem;padding:.5rem .75rem;display:flex}.ScatterWidget-module__uMuXzq__stat{align-items:center;gap:.5rem;display:flex}.ScatterWidget-module__uMuXzq__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.ScatterWidget-module__uMuXzq__statValue{color:var(--text-primary);font-size:.875rem;font-weight:600}.ScatterWidget-module__uMuXzq__statValue.ScatterWidget-module__uMuXzq__positive{color:#10b981}.ScatterWidget-module__uMuXzq__statValue.ScatterWidget-module__uMuXzq__negative{color:#ef4444}.ScatterWidget-module__uMuXzq__chartWrapper{flex:1;min-height:150px}
.Widget-module__8h8UBG__widget{background:var(--bg-card);-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-pro);border:1px solid var(--border);flex-direction:column;height:100%;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Widget-module__8h8UBG__widget:hover{border-color:var(--primary);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d,0 0 20px -5px var(--primary-glow);transform:translateY(-4px)scale(1.01)}.Widget-module__8h8UBG__header{border-bottom:1px solid var(--border);background:#ffffff05;align-items:center;gap:12px;padding:20px 24px;display:flex}.Widget-module__8h8UBG__dragHandle{color:#ffffff1a;cursor:grab;align-items:center;transition:all .2s;display:flex}.Widget-module__8h8UBG__dragHandle:hover{color:var(--primary)}.Widget-module__8h8UBG__titleSection{flex-direction:column;flex:1;min-width:0;display:flex}.Widget-module__8h8UBG__title{color:var(--text-primary);text-transform:uppercase;letter-spacing:1.5px;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:11px;font-weight:800;overflow:hidden}.Widget-module__8h8UBG__subtitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:9px;font-weight:600}.Widget-module__8h8UBG__actions{opacity:0;gap:8px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;transform:translate(10px)}.Widget-module__8h8UBG__widget:hover .Widget-module__8h8UBG__actions{opacity:1;transform:translate(0)}.Widget-module__8h8UBG__actionButton{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:#ffffff0a;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.Widget-module__8h8UBG__actionButton:hover{background:var(--primary);border-color:var(--primary);color:#fff;transform:scale(1.1)}.Widget-module__8h8UBG__content{background:radial-gradient(circle at 0 0,#ffffff03 0%,#0000 50%);flex-direction:column;flex:1;justify-content:flex-start;align-items:stretch;padding:24px;display:flex;position:relative;overflow:hidden}.Widget-module__8h8UBG__chart{width:100%;height:100%}.Widget-module__8h8UBG__loading{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:12px;font-weight:600;display:flex}.Widget-module__8h8UBG__spinner{border:2px solid var(--border);border-top-color:var(--primary);width:28px;height:28px;box-shadow:0 0 15px var(--primary-glow);border-radius:50%;animation:.8s linear infinite Widget-module__8h8UBG__spin}@keyframes Widget-module__8h8UBG__spin{to{transform:rotate(360deg)}}.Widget-module__8h8UBG__error{color:#ef4444;text-align:center;background:#ef44440d;border:1px solid #ef44441a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;margin:24px;padding:24px;font-size:12px;font-weight:600;display:flex}.Widget-module__8h8UBG__noData{color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:11px;font-weight:800;display:flex}.Widget-module__8h8UBG__insight{border-top:1px solid var(--border);color:var(--text-secondary);background:linear-gradient(90deg,#2563eb0d,#0000);align-items:flex-start;gap:10px;padding:16px 24px;font-size:12px;font-weight:500;line-height:1.5;display:flex}.Widget-module__8h8UBG__insight svg{color:var(--primary);flex-shrink:0;margin-top:2px}
.DashboardCanvas-module__Q7Hh9W__container{scrollbar-width:thin;scrollbar-color:var(--border)transparent;background:0 0;border:none;flex-direction:column;flex:1;height:100%;display:flex;position:relative;overflow:hidden auto}.DashboardCanvas-module__Q7Hh9W__container::-webkit-scrollbar{width:6px}.DashboardCanvas-module__Q7Hh9W__container::-webkit-scrollbar-track{background:0 0}.DashboardCanvas-module__Q7Hh9W__container::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.DashboardCanvas-module__Q7Hh9W__gridWrapper{flex:1;height:fit-content;min-height:calc(100vh - 100px);padding:24px}.DashboardCanvas-module__Q7Hh9W__emptyState{background:radial-gradient(circle,#2563eb0d 0%,#0000 70%);flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:600px;padding:0 40px;display:flex}.DashboardCanvas-module__Q7Hh9W__searchContainer{z-index:10;width:100%;max-width:800px;margin-bottom:48px}.DashboardCanvas-module__Q7Hh9W__searchBox{background:var(--bg-card);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border:1px solid var(--primary);width:100%;box-shadow:0 40px 80px -20px #0009,0 0 40px -10px var(--primary-glow);border-radius:24px;align-items:flex-start;gap:24px;padding:32px;display:flex}.DashboardCanvas-module__Q7Hh9W__searchIcon{color:var(--primary);margin-top:6px}.DashboardCanvas-module__Q7Hh9W__searchInputWrapper{flex-direction:column;flex:1;gap:24px;display:flex}.DashboardCanvas-module__Q7Hh9W__searchInput{width:100%;color:var(--text-primary);resize:none;min-height:36px;font-size:24px;font-weight:600;font-family:var(--font-inter);letter-spacing:-.5px;background:0 0;border:none;outline:none}.DashboardCanvas-module__Q7Hh9W__searchInput::placeholder{color:var(--text-muted);opacity:.5}.DashboardCanvas-module__Q7Hh9W__searchActions{justify-content:space-between;align-items:center;display:flex}.DashboardCanvas-module__Q7Hh9W__generateButton{background:var(--primary);color:#fff;cursor:pointer;width:48px;height:48px;box-shadow:0 8px 16px var(--primary-glow);border:none;border-radius:12px;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.DashboardCanvas-module__Q7Hh9W__generateButton:hover{background:var(--primary-hover);box-shadow:0 12px 24px var(--primary-glow);transform:scale(1.05)translateY(-2px)}.DashboardCanvas-module__Q7Hh9W__quickActions{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:32px;display:flex}.DashboardCanvas-module__Q7Hh9W__actionChip{border:1px solid var(--border);border-radius:var(--radius-pro);color:var(--text-secondary);cursor:pointer;background:#ffffff08;align-items:center;gap:12px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.DashboardCanvas-module__Q7Hh9W__actionChip:hover{border-color:var(--primary);color:#fff;background:#2563eb1a;transform:translateY(-4px);box-shadow:0 10px 20px #0003}.DashboardCanvas-module__Q7Hh9W__timelineWrapper{width:100%;max-width:640px;margin-bottom:32px}.DashboardCanvas-module__Q7Hh9W__tip{color:var(--text-muted);font-size:14px;font-weight:500}.DashboardCanvas-module__Q7Hh9W__tipLink{color:var(--primary);font-weight:700;text-decoration:none}.DashboardCanvas-module__Q7Hh9W__tipLink:hover{text-decoration:underline}
.react-grid-layout{transition:height .2s;position:relative}.react-grid-item{transition:left .2s,top .2s,width .2s,height .2s}.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{z-index:1;will-change:width,height;transition:none}.react-grid-item.react-draggable-dragging{z-index:3;will-change:transform;transition:none}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{opacity:.2;z-index:2;-webkit-user-select:none;user-select:none;background:red;transition-duration:.1s}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{opacity:0;width:20px;height:20px;position:absolute}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle:after{content:"";border-bottom:2px solid #0006;border-right:2px solid #0006;width:5px;height:5px;position:absolute;bottom:3px;right:3px}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{cursor:sw-resize;bottom:0;left:0;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{cursor:se-resize;bottom:0;right:0}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{cursor:nw-resize;top:0;left:0;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{cursor:ne-resize;top:0;right:0;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{cursor:ew-resize;margin-top:-10px;top:50%}.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{cursor:ns-resize;margin-left:-10px;left:50%}.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{box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:100% 100%;background-repeat:no-repeat;background-origin:content-box;width:20px;height:20px;padding:0 3px 3px 0;position:absolute}.react-resizable-handle-sw{cursor:sw-resize;bottom:0;left:0;transform:rotate(90deg)}.react-resizable-handle-se{cursor:se-resize;bottom:0;right:0}.react-resizable-handle-nw{cursor:nw-resize;top:0;left:0;transform:rotate(180deg)}.react-resizable-handle-ne{cursor:ne-resize;top:0;right:0;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{cursor:ew-resize;margin-top:-10px;top:50%}.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{cursor:ns-resize;margin-left:-10px;left:50%}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}
.FilterBar-module__Leinfq__container{flex-direction:column;gap:20px;display:flex}.FilterBar-module__Leinfq__headerRow{background:#11182799;border:1px solid #94a3b81f;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.FilterBar-module__Leinfq__headerTitle{text-transform:uppercase;letter-spacing:.1em;color:#e2e8f0cc;align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.FilterBar-module__Leinfq__clearButton{color:#e2e8f0b3;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;background:#0f172a99;border:1px solid #94a3b833;border-radius:8px;padding:4px 10px;font-size:10px;transition:all .2s}.FilterBar-module__Leinfq__clearButton:hover{color:#fff;background:#1e293bb3;border-color:#3b82f699}.FilterBar-module__Leinfq__filterSection{background:#0f172a59;border:1px solid #94a3b81f;border-radius:12px;flex-direction:column;gap:10px;padding:12px;display:flex}.FilterBar-module__Leinfq__sectionHeader{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.FilterBar-module__Leinfq__sectionTitle{color:var(--text-primary);align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.FilterBar-module__Leinfq__valuePill{text-transform:uppercase;letter-spacing:.08em;color:#bfdbfee6;background:#3b82f626;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:700}.FilterBar-module__Leinfq__filterContent{flex-direction:column;gap:8px;display:flex}.FilterBar-module__Leinfq__periodSelect{color:#e2e8f0e6;cursor:pointer;background:#0f172ab3;border:1px solid #94a3b833;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 12px;font-size:13px;transition:all .2s;display:flex}.FilterBar-module__Leinfq__periodSelect:hover{background:#1e293bcc;border-color:#3b82f680}.FilterBar-module__Leinfq__dateRange,.FilterBar-module__Leinfq__customDateRange{gap:8px;display:flex}.FilterBar-module__Leinfq__customDateRange input{color:#e2e8f0e6;background:#0f172ab3;border:1px solid #94a3b833;border-radius:8px;flex:1;min-width:0;padding:8px 10px;font-size:12px}.FilterBar-module__Leinfq__customDateRange input:focus{border-color:#3b82f699;outline:none}.FilterBar-module__Leinfq__checkboxItem{color:var(--text-secondary);cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}.FilterBar-module__Leinfq__checkboxItem input{accent-color:var(--primary)}.FilterBar-module__Leinfq__checkboxItem:hover{color:var(--text-primary)}
.DebugDrawer-module__-slxPW__container{height:100%;color:var(--text-primary);background:#141414;flex-direction:column;display:flex}.DebugDrawer-module__-slxPW__header{border-bottom:1px solid var(--border);background:#141414;padding:16px 20px}.DebugDrawer-module__-slxPW__headerTop{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.DebugDrawer-module__-slxPW__headerTitle{align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.DebugDrawer-module__-slxPW__headerTitle svg{color:var(--primary)}.DebugDrawer-module__-slxPW__tabs{border-bottom:none;gap:20px;display:flex}.DebugDrawer-module__-slxPW__tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:0 0 8px;font-size:13px;transition:all .2s}.DebugDrawer-module__-slxPW__tab:hover{color:var(--text-primary)}.DebugDrawer-module__-slxPW__tab.DebugDrawer-module__-slxPW__active{color:var(--primary);border-bottom-color:var(--primary)}.DebugDrawer-module__-slxPW__content{background:#000;flex:1;position:relative;overflow:auto}.DebugDrawer-module__-slxPW__empty{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px;font-size:14px;display:flex}.DebugDrawer-module__-slxPW__sqlTab{min-height:100%;position:relative}.DebugDrawer-module__-slxPW__lineNumberSidebar{color:#303030;width:32px;font-family:var(--font-mono);-webkit-user-select:none;user-select:none;background:#000;border-right:1px solid #1a1a1a;flex-direction:column;align-items:center;padding:16px 0;font-size:12px;display:flex;position:absolute;top:0;bottom:0;left:0}.DebugDrawer-module__-slxPW__line{align-items:center;height:20px;display:flex}.DebugDrawer-module__-slxPW__codeArea{padding:16px 16px 16px 48px}.DebugDrawer-module__-slxPW__sqlCode{font-family:var(--font-mono);color:#abb2bf;white-space:pre-wrap;margin:0;font-size:13px;line-height:20px}.DebugDrawer-module__-slxPW__keyword{color:#c678dd;font-weight:600}.DebugDrawer-module__-slxPW__function{color:#61afef}.DebugDrawer-module__-slxPW__string{color:#98c379}.DebugDrawer-module__-slxPW__number{color:#d19a66}.DebugDrawer-module__-slxPW__footer{border-top:1px solid var(--border);background:#141414;padding:20px}.DebugDrawer-module__-slxPW__footerTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px;font-size:10px;font-weight:800}.DebugDrawer-module__-slxPW__qaList{flex-direction:column;gap:8px;display:flex}.DebugDrawer-module__-slxPW__qaItem{background:#000;border:1px solid #1a1a1a;border-radius:6px;align-items:center;gap:10px;padding:8px 12px;font-size:13px;display:flex}.DebugDrawer-module__-slxPW__qaPass{color:#52c41a}.DebugDrawer-module__-slxPW__qaWarn{color:#faad14}.DebugDrawer-module__-slxPW__actions{gap:12px;margin-top:20px;display:flex}.DebugDrawer-module__-slxPW__actionButton{cursor:pointer;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:8px;height:36px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.DebugDrawer-module__-slxPW__actionButton.DebugDrawer-module__-slxPW__secondary{color:#fff;border:1px solid var(--border);background:#1f1f1f}.DebugDrawer-module__-slxPW__actionButton.DebugDrawer-module__-slxPW__primary{background:var(--primary);color:#fff;border:none}.DebugDrawer-module__-slxPW__actionButton:hover{filter:brightness(1.2)}
.DashboardStudio-module__VMq49W__studio{background:var(--background);height:100vh;color:var(--foreground);flex-direction:column;display:flex;overflow:hidden}.DashboardStudio-module__VMq49W__navBar{border-bottom:1px solid var(--border);z-index:100;background:#141414;justify-content:space-between;align-items:center;height:56px;padding:0 24px;display:flex}.DashboardStudio-module__VMq49W__navLeft{align-items:center;gap:32px;display:flex}.DashboardStudio-module__VMq49W__logo{color:#fff;cursor:pointer;align-items:center;gap:12px;font-size:18px;font-weight:700;display:flex}.DashboardStudio-module__VMq49W__logoIcon{color:var(--primary)}.DashboardStudio-module__VMq49W__breadcrumbs{color:var(--text-muted);align-items:center;gap:8px;font-size:14px;display:flex}.DashboardStudio-module__VMq49W__breadcrumbItem{cursor:pointer;transition:color .2s}.DashboardStudio-module__VMq49W__breadcrumbItem:hover{color:var(--text-primary)}.DashboardStudio-module__VMq49W__breadcrumbItem.DashboardStudio-module__VMq49W__active{color:var(--text-primary);font-weight:500}.DashboardStudio-module__VMq49W__navRight{align-items:center;gap:12px;display:flex}.DashboardStudio-module__VMq49W__modeToggle{border:1px solid var(--border);background:#000;border-radius:6px;gap:2px;margin-right:12px;padding:2px;display:flex}.DashboardStudio-module__VMq49W__navButton{height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;align-items:center;gap:8px;padding:0 12px;font-size:14px;transition:all .2s;display:flex}.DashboardStudio-module__VMq49W__navButton:hover{color:var(--text-primary);background:#ffffff0d}.DashboardStudio-module__VMq49W__navButton.DashboardStudio-module__VMq49W__active{color:#fff;background:#1f1f1f;box-shadow:0 2px 8px #0003}.DashboardStudio-module__VMq49W__navButton.DashboardStudio-module__VMq49W__debugOn{color:var(--primary);background:#137fec1a;border-color:#137fec33}.DashboardStudio-module__VMq49W__userAvatar{cursor:pointer;background:linear-gradient(135deg,#1677ff,#722ed1);border-radius:50%;width:32px;height:32px;margin-left:8px}.DashboardStudio-module__VMq49W__contentLayout{flex:1;min-height:0;display:flex}.DashboardStudio-module__VMq49W__leftPanel{border-right:1px solid var(--border);background:#141414;flex-direction:column;flex-shrink:0;display:flex}.DashboardStudio-module__VMq49W__rightPanel{border-left:1px solid var(--border);background:#141414;flex-direction:column;flex-shrink:0;display:flex}.DashboardStudio-module__VMq49W__panelHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.DashboardStudio-module__VMq49W__panelHeader h3{margin:0;font-size:16px;font-weight:600}.DashboardStudio-module__VMq49W__resetButton{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:12px}.DashboardStudio-module__VMq49W__panelContent{flex-direction:column;flex:1;gap:24px;padding:20px;display:flex;overflow-y:auto}.DashboardStudio-module__VMq49W__main{background:#000;flex-direction:column;flex:1;min-width:0;display:flex}.DashboardStudio-module__VMq49W__dashboardHeader{align-items:flex-start;gap:16px;padding:24px 32px;display:flex}.DashboardStudio-module__VMq49W__panelToggle{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;display:flex}.DashboardStudio-module__VMq49W__panelToggle:hover{color:var(--text-primary);background:#ffffff0d}.DashboardStudio-module__VMq49W__titleArea{flex:1}.DashboardStudio-module__VMq49W__dashboardTitle{color:#fff;letter-spacing:-.02em;margin-bottom:4px;font-size:28px;font-weight:600}.DashboardStudio-module__VMq49W__dashboardMeta{color:var(--text-muted);align-items:center;gap:16px;font-size:14px;display:flex}.DashboardStudio-module__VMq49W__lastUpdated{font-family:var(--font-mono);opacity:.8;font-size:12px}.DashboardStudio-module__VMq49W__applyFiltersBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;height:40px;margin-top:auto;font-weight:600;transition:background .2s}.DashboardStudio-module__VMq49W__applyFiltersBtn:hover{background:var(--primary-hover)}.DashboardStudio-module__VMq49W__canvasWrapper{flex:1;padding:0 32px 32px;overflow:auto}
