.index-module-scss-module__GqV0sq__DataTable{--dt-bg-primary:var(--surface-1);--dt-bg-secondary:var(--surface-2);--dt-bg-row:var(--surface-2);--dt-bg-row-hover:var(--neon-cyan-soft);--dt-border-subtle:var(--border-soft);--dt-border-medium:var(--border-medium);--dt-text-primary:#fffffff2;--dt-text-secondary:#ffffffb3;--dt-text-muted:#ffffff73;--dt-accent:var(--table-theme-color,var(--neon-cyan));--dt-accent-glow:color-mix(in srgb, var(--dt-accent) 40%, transparent);--dt-accent-subtle:color-mix(in srgb, var(--dt-accent) 15%, transparent);--dt-active-col-tint:color-mix(in srgb, var(--dt-accent) 2.5%, transparent);--dt-bg-row-zebra:color-mix(in srgb, #fff 2.5%, var(--surface-2));--dt-group-row-h:20px;--dt-row-border:var(--row-border-width,1px);--dt-row-border-color:var(--row-border-color,var(--dt-border-subtle));--dt-sticky-top:42px;margin-bottom:10px}.index-module-scss-module__GqV0sq__DataTable .index-module-scss-module__GqV0sq__tableWrapper{position:relative}.index-module-scss-module__GqV0sq__DataTable .index-module-scss-module__GqV0sq__tableWrapper:not(.index-module-scss-module__GqV0sq__noBoxShadow){padding:0}.index-module-scss-module__GqV0sq__DataTable .index-module-scss-module__GqV0sq__tableWrapper.index-module-scss-module__GqV0sq__noBoxShadow{overflow:clip;box-shadow:none!important;padding:0!important}.index-module-scss-module__GqV0sq__DataTable .index-module-scss-module__GqV0sq__tableOuterWrapper{background:var(--dt-bg-primary);width:100%;max-width:100%;box-shadow:0 4px 6px #0006,0 1px 3px #0000004d,inset 0 1px 0 var(--dt-border-subtle);border:1px solid var(--dt-border-subtle);overflow:clip}.index-module-scss-module__GqV0sq__DataTable .index-module-scss-module__GqV0sq__tableInnerWrapper{scrollbar-width:thin;scrollbar-color:var(--dt-accent-subtle) #0000;width:100%;max-width:100%;overflow-x:auto}.index-module-scss-module__GqV0sq__DataTable .index-module-scss-module__GqV0sq__tableInnerWrapper::-webkit-scrollbar{background:0 0;height:8px}.index-module-scss-module__GqV0sq__DataTable .index-module-scss-module__GqV0sq__tableInnerWrapper::-webkit-scrollbar-track{background:var(--dt-bg-primary);border-radius:4px}.index-module-scss-module__GqV0sq__DataTable .index-module-scss-module__GqV0sq__tableInnerWrapper::-webkit-scrollbar-thumb{background:var(--dt-accent-subtle);border:2px solid var(--dt-bg-primary);border-radius:4px}.index-module-scss-module__GqV0sq__DataTable .index-module-scss-module__GqV0sq__tableInnerWrapper::-webkit-scrollbar-thumb:hover{background:var(--dt-accent-glow)}.index-module-scss-module__GqV0sq__DataTable[data-h-fit]:not(:-webkit-full-screen) .index-module-scss-module__GqV0sq__tableInnerWrapper{overflow-x:clip}.index-module-scss-module__GqV0sq__DataTable[data-h-fit]:not(:fullscreen) .index-module-scss-module__GqV0sq__tableInnerWrapper{overflow-x:clip}.index-module-scss-module__GqV0sq__DataTable table{table-layout:auto;border-collapse:separate;border-spacing:0;font-variant-numeric:tabular-nums;width:100%;max-width:100%}.index-module-scss-module__GqV0sq__DataTable table tr{background:var(--dt-bg-row)}.index-module-scss-module__GqV0sq__DataTable table td,.index-module-scss-module__GqV0sq__DataTable table th{text-align:center;white-space:nowrap;border-bottom:var(--dt-row-border) solid var(--dt-row-border-color);padding:8px 12px}.index-module-scss-module__GqV0sq__DataTable table th{background:linear-gradient(180deg, var(--surface-3) 0%, var(--dt-bg-primary) 100%);color:var(--neon-cyan);text-transform:uppercase;letter-spacing:.08em;min-width:50px;font-size:10px;font-weight:700;line-height:1.2em;font-family:"Orbitron",var(--font-orbitron),sans-serif;z-index:3;border-bottom:1px solid var(--dt-border-medium);padding:0;position:sticky}.index-module-scss-module__GqV0sq__DataTable table th:after{content:"";background:linear-gradient(90deg, transparent 0%, var(--dt-accent-subtle) 50%, transparent 100%);height:1px;position:absolute;bottom:0;left:0;right:0}.index-module-scss-module__GqV0sq__DataTable table th.index-module-scss-module__GqV0sq__primary{z-index:4;background:linear-gradient(180deg, var(--surface-3) 0%, var(--dt-bg-primary) 100%);left:0}.index-module-scss-module__GqV0sq__DataTable table th.index-module-scss-module__GqV0sq__primary:before{content:"";background:var(--dt-border-medium);width:1px;position:absolute;top:0;bottom:0;right:0}.index-module-scss-module__GqV0sq__DataTable table th.index-module-scss-module__GqV0sq__isActive{background:linear-gradient(180deg, var(--surface-3) 0%, var(--surface-2) 100%);color:var(--dt-text-primary)}.index-module-scss-module__GqV0sq__DataTable table th.index-module-scss-module__GqV0sq__isActive:after{background:linear-gradient(90deg, transparent 0%, var(--dt-accent-glow) 50%, transparent 100%);height:2px}.index-module-scss-module__GqV0sq__DataTable table th.index-module-scss-module__GqV0sq__isLink{cursor:pointer}.index-module-scss-module__GqV0sq__DataTable table th div,.index-module-scss-module__GqV0sq__DataTable table th a{padding:14px 16px;transition:color .2s;display:block}.index-module-scss-module__GqV0sq__DataTable table th:first-child div,.index-module-scss-module__GqV0sq__DataTable table th:first-child a{padding:14px 10px}.index-module-scss-module__GqV0sq__DataTable table th a{color:var(--dt-text-secondary)}.index-module-scss-module__GqV0sq__DataTable table th a:hover{color:var(--dt-accent)}.index-module-scss-module__GqV0sq__DataTable table th svg{opacity:.6;margin-left:6px;font-size:.7em;position:relative;top:-1px}.index-module-scss-module__GqV0sq__DataTable table th svg.index-module-scss-module__GqV0sq__sortCaret{opacity:1;color:var(--dt-accent);font-size:.9em}.index-module-scss-module__GqV0sq__DataTable table th svg.index-module-scss-module__GqV0sq__sortHint{opacity:.35}.index-module-scss-module__GqV0sq__DataTable table tr.index-module-scss-module__GqV0sq__groupRow th{height:var(--dt-group-row-h);letter-spacing:.12em;color:var(--dt-text-secondary);background:var(--surface-3);border-bottom:1px solid var(--dt-border-subtle);padding:0 10px;font-size:9px}.index-module-scss-module__GqV0sq__DataTable table tr.index-module-scss-module__GqV0sq__groupRow th:after{display:none}.index-module-scss-module__GqV0sq__DataTable table tr.index-module-scss-module__GqV0sq__groupRow th.index-module-scss-module__GqV0sq__groupLabel{border-left:1px solid var(--dt-border-medium);border-right:1px solid var(--dt-border-medium)}.index-module-scss-module__GqV0sq__DataTable table tr.index-module-scss-module__GqV0sq__groupRow th:first-child{border-left:none}.index-module-scss-module__GqV0sq__DataTable table tr.index-module-scss-module__GqV0sq__groupRow th:last-child{border-right:none}.index-module-scss-module__GqV0sq__DataTable table td{background:inherit;color:var(--dt-text-primary);font-size:13px;transition:background .15s}.index-module-scss-module__GqV0sq__DataTable table td.index-module-scss-module__GqV0sq__primary{z-index:2;background:var(--dt-bg-row);font-weight:500;position:sticky;left:0}.index-module-scss-module__GqV0sq__DataTable table td.index-module-scss-module__GqV0sq__primary:after{content:"";background:linear-gradient(180deg, transparent 0%, var(--dt-border-medium) 20%, var(--dt-border-medium) 80%, transparent 100%);width:1px;position:absolute;top:0;bottom:0;right:0}.index-module-scss-module__GqV0sq__DataTable table td:first-child{position:relative}.index-module-scss-module__GqV0sq__DataTable table td:first-child:before{content:"";background:0 0;width:2px;transition:all .2s;position:absolute;top:0;bottom:0;left:0}.index-module-scss-module__GqV0sq__DataTable table td.index-module-scss-module__GqV0sq__reduced{color:var(--dt-text-secondary)}.index-module-scss-module__GqV0sq__DataTable table td.index-module-scss-module__GqV0sq__activeCol{background-image:linear-gradient(var(--dt-active-col-tint), var(--dt-active-col-tint))}.index-module-scss-module__GqV0sq__DataTable table td a{color:var(--dt-link-color,var(--dt-accent));text-decoration:none;transition:all .2s}.index-module-scss-module__GqV0sq__DataTable table td a:hover{text-shadow:0 0 8px var(--dt-accent-glow)}.index-module-scss-module__GqV0sq__DataTable table tbody{min-height:250px}.index-module-scss-module__GqV0sq__DataTable table tbody tr:nth-child(2n of tr[data-row]:not([hidden])){--dt-bg-row:var(--dt-bg-row-zebra)}.index-module-scss-module__GqV0sq__DataTable table tbody tr{background:var(--dt-bg-row);transition:background .15s}.index-module-scss-module__GqV0sq__DataTable table tbody tr.index-module-scss-module__GqV0sq__clickableRow{cursor:pointer}.index-module-scss-module__GqV0sq__DataTable table tbody tr:hover,.index-module-scss-module__GqV0sq__DataTable table tbody tr:hover td.index-module-scss-module__GqV0sq__primary{background:var(--dt-bg-row-hover)}.index-module-scss-module__GqV0sq__DataTable table tbody tr:hover td:first-child:before{background:var(--dt-accent);box-shadow:0 0 8px var(--dt-accent-glow)}.index-module-scss-module__GqV0sq__DataTable table tbody tr:last-child td{border-bottom:none}.index-module-scss-module__GqV0sq__DataTable table tbody tr td:first-child{padding-left:12px}.index-module-scss-module__GqV0sq__DataTable table tbody tr td:last-child{padding-right:16px}.index-module-scss-module__GqV0sq__DataTable table tbody tr.index-module-scss-module__GqV0sq__noResults{height:280px}.index-module-scss-module__GqV0sq__DataTable table tbody tr.index-module-scss-module__GqV0sq__noResults:hover{background:var(--dt-bg-row)}.index-module-scss-module__GqV0sq__DataTable table tbody tr.index-module-scss-module__GqV0sq__noResults:hover td:first-child:before{box-shadow:none;background:0 0}.index-module-scss-module__GqV0sq__DataTable table tbody tr.index-module-scss-module__GqV0sq__noResults td{text-align:center;vertical-align:middle;color:var(--dt-text-muted);letter-spacing:1px;text-transform:uppercase;font-size:16px}.index-module-scss-module__GqV0sq__DataTable table tbody tr.index-module-scss-module__GqV0sq__adRow:hover{background:var(--dt-bg-row)}.index-module-scss-module__GqV0sq__DataTable table tbody tr.index-module-scss-module__GqV0sq__adRow:hover td:first-child:before{box-shadow:none;background:0 0}.index-module-scss-module__GqV0sq__DataTable table tbody tr.index-module-scss-module__GqV0sq__adRow td{border-bottom:1px solid var(--dt-border-subtle);padding:0}.index-module-scss-module__GqV0sq__DataTable table tbody tr.index-module-scss-module__GqV0sq__headerRow:hover{background:0 0}.index-module-scss-module__GqV0sq__DataTable table tbody tr.index-module-scss-module__GqV0sq__headerRow:hover td:first-child:before{box-shadow:none;background:0 0}.index-module-scss-module__GqV0sq__DataTable table tbody tr.index-module-scss-module__GqV0sq__headerRow td{text-align:left;white-space:normal;border-bottom:none;padding:0}.index-module-scss-module__GqV0sq__DataTable table tbody tr.index-module-scss-module__GqV0sq__detailRow:hover{background:var(--dt-bg-row)}.index-module-scss-module__GqV0sq__DataTable table tbody tr.index-module-scss-module__GqV0sq__detailRow:hover td:first-child:before{box-shadow:none;background:0 0}.index-module-scss-module__GqV0sq__DataTable table tbody tr.index-module-scss-module__GqV0sq__detailRow td{text-align:left;white-space:normal;border-bottom:none;padding:0}.index-module-scss-module__GqV0sq__DataTable[data-h-fit] table th{top:var(--dt-sticky-top)}.index-module-scss-module__GqV0sq__DataTable[data-h-fit][data-has-groups] table thead tr:not(.index-module-scss-module__GqV0sq__groupRow) th{top:calc(var(--dt-sticky-top) + var(--dt-group-row-h))}.index-module-scss-module__GqV0sq__DataTable table[data-header-stuck] thead tr:last-child th{box-shadow:0 6px 12px -6px #000000a6}.index-module-scss-module__GqV0sq__DataTable:not([data-h-fit]) table[data-header-stuck] thead{z-index:4;will-change:transform;position:relative}.index-module-scss-module__GqV0sq__DataTable .index-module-scss-module__GqV0sq__inRowAdWrapper{width:var(--dt-viewport-width,100%);box-sizing:border-box;justify-content:center;align-items:center;max-width:100%;padding:8px 0;display:flex;position:sticky;left:0}@media screen and (max-width:800px){.index-module-scss-module__GqV0sq__DataTable .index-module-scss-module__GqV0sq__inRowAdWrapper{min-height:296px}}.index-module-scss-module__GqV0sq__DataTable .index-module-scss-module__GqV0sq__detailRowInner{width:var(--dt-viewport-width,100%);box-sizing:border-box;max-width:100%;position:sticky;left:0}.index-module-scss-module__GqV0sq__DataTable .index-module-scss-module__GqV0sq__inRowAdInner{justify-content:center;align-items:center;width:100%;max-width:728px;display:flex;overflow:hidden}.index-module-scss-module__GqV0sq__DataTable.index-module-scss-module__GqV0sq__hidePrimarySeparator table th.index-module-scss-module__GqV0sq__primary:before,.index-module-scss-module__GqV0sq__DataTable.index-module-scss-module__GqV0sq__hidePrimarySeparator table td.index-module-scss-module__GqV0sq__primary:after{display:none}@media screen and (max-width:800px){.index-module-scss-module__GqV0sq__DataTable{zoom:.75;--dt-sticky-top:56px;--dt-group-row-h:0px}.index-module-scss-module__GqV0sq__DataTable table tr.index-module-scss-module__GqV0sq__groupRow{display:none}}@media screen and (max-width:500px){.index-module-scss-module__GqV0sq__DataTable{zoom:.7;--dt-sticky-top:60px}}.index-module-scss-module__GqV0sq__DataTable:-webkit-full-screen{--dt-sticky-top:0px}.index-module-scss-module__GqV0sq__DataTable:fullscreen{--dt-sticky-top:0px}@media print{.index-module-scss-module__GqV0sq__DataTable table thead{transform:none!important}}.index-module-scss-module__GqV0sq__header{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}.index-module-scss-module__GqV0sq__header:has([data-has-labels]){row-gap:34px;padding-top:16px}.index-module-scss-module__GqV0sq__header>*{min-width:0;min-height:20px}.index-module-scss-module__GqV0sq__header .index-module-scss-module__GqV0sq__filtersIcon{position:relative;top:6px}@media screen and (max-width:1050px){.index-module-scss-module__GqV0sq__header{flex-flow:column;align-items:stretch;gap:8px}}.index-module-scss-module__GqV0sq__searchActionsRow{align-items:center;gap:8px;min-width:0;margin-left:auto;display:flex}@media screen and (max-width:1050px){.index-module-scss-module__GqV0sq__searchActionsRow{flex-wrap:wrap;margin-left:0}}.index-module-scss-module__GqV0sq__searchWrapper{align-items:center;min-width:0;display:flex}.index-module-scss-module__GqV0sq__searchWrapper input{background:var(--surface-2);color:#ffffffe6;border:1px solid var(--border-medium);box-sizing:border-box;width:200px;max-width:100%;height:32px;font-size:12px;line-height:1em;font-family:"Rajdhani",var(--font-rajdhani),sans-serif;padding:8px 12px;transition:all .25s;box-shadow:0 2px 8px #0000004d,inset 0 1px #ffffff08}.index-module-scss-module__GqV0sq__searchWrapper input:hover{border-color:var(--neon-cyan-edge)}.index-module-scss-module__GqV0sq__searchWrapper input:focus{border-color:var(--neon-cyan);background:var(--surface-3);outline:none;box-shadow:inset 0 0 8px #00f0ff26}.index-module-scss-module__GqV0sq__searchWrapper input::placeholder{color:#ffffff59;font-weight:400}@media screen and (max-width:1050px){.index-module-scss-module__GqV0sq__searchWrapper{flex:1}.index-module-scss-module__GqV0sq__searchWrapper input{flex:1;width:auto}}.index-module-scss-module__GqV0sq__filtersWrapper{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.index-module-scss-module__GqV0sq__actionsWrapper{align-items:center;gap:6px;margin-left:auto;display:flex}@media screen and (max-width:1050px){.index-module-scss-module__GqV0sq__printBtn{display:none!important}}@media (pointer:coarse){.index-module-scss-module__GqV0sq__printBtn,.index-module-scss-module__GqV0sq__fullscreenBtn{display:none!important}}.index-module-scss-module__GqV0sq__separator{background:linear-gradient(#0000 0%,#ffffff26 50%,#0000 100%);width:1px;height:20px}@media screen and (max-width:1050px){.index-module-scss-module__GqV0sq__separator{display:none}}.index-module-scss-module__GqV0sq__fullscreenBtn,.index-module-scss-module__GqV0sq__actionBtn{background:var(--surface-2);color:#fff9;border:1px solid var(--border-medium);cursor:pointer;clip-path:polygon(0 0,100% 0,100% calc(100% - 5px),calc(100% - 5px) 100%,0 100%);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex}.index-module-scss-module__GqV0sq__fullscreenBtn svg,.index-module-scss-module__GqV0sq__actionBtn svg{font-size:13px}.index-module-scss-module__GqV0sq__fullscreenBtn:hover,.index-module-scss-module__GqV0sq__actionBtn:hover{background:var(--neon-cyan-soft);border-color:var(--neon-cyan-edge);color:var(--neon-cyan)}.index-module-scss-module__GqV0sq__fullscreenBtn:active,.index-module-scss-module__GqV0sq__actionBtn:active{transform:scale(.96)}.index-module-scss-module__GqV0sq__actionBtn.index-module-scss-module__GqV0sq__success{color:#22c55e;background:#22c55e33;border-color:#22c55e66}.index-module-scss-module__GqV0sq__fullscreen{--dt-sticky-top:0px;z-index:9999;background:var(--surface-0);box-sizing:border-box;width:100vw;height:100vh;padding:12px;position:fixed;top:0;left:0;overflow:hidden}@media screen and (max-width:800px) and (orientation:portrait){.index-module-scss-module__GqV0sq__fullscreen{transform-origin:0 0;width:100vh;height:100vw;top:0;left:100%;transform:rotate(90deg)}}.index-module-scss-module__GqV0sq__fullscreen .index-module-scss-module__GqV0sq__header{margin-bottom:8px;display:flex}.index-module-scss-module__GqV0sq__fullscreen .index-module-scss-module__GqV0sq__searchWrapper input{height:32px;padding:6px 12px}.index-module-scss-module__GqV0sq__fullscreen .index-module-scss-module__GqV0sq__fullscreenBtn,.index-module-scss-module__GqV0sq__fullscreen .index-module-scss-module__GqV0sq__actionBtn{background:var(--surface-3)}.index-module-scss-module__GqV0sq__fullscreen .index-module-scss-module__GqV0sq__fullscreenBtn{border-color:var(--dt-accent,var(--neon-cyan));color:var(--dt-accent,var(--neon-cyan))}.index-module-scss-module__GqV0sq__fullscreen .index-module-scss-module__GqV0sq__tableWrapper{height:calc(100% - 50px)}.index-module-scss-module__GqV0sq__fullscreen .index-module-scss-module__GqV0sq__tableOuterWrapper{height:100%}.index-module-scss-module__GqV0sq__fullscreen .index-module-scss-module__GqV0sq__tableInnerWrapper{height:100%;overflow:auto}.index-module-scss-module__GqV0sq__fullscreen table{zoom:1!important}@media screen and (max-width:800px){.index-module-scss-module__GqV0sq__fullscreen{zoom:1}}@media screen and (max-width:500px){.index-module-scss-module__GqV0sq__fullscreen{zoom:1}}@media screen and (max-width:1500px){.index-module-scss-module__GqV0sq__hideBelowDesktop{display:none}}@media screen and (max-width:1350px){.index-module-scss-module__GqV0sq__hideBelowTablet{display:none}}@media screen and (max-width:1000px){.index-module-scss-module__GqV0sq__hideBelowMobileLarge{display:none}}@media screen and (max-width:800px){.index-module-scss-module__GqV0sq__hideBelowMobile{display:none}}@media screen and (max-width:500px){.index-module-scss-module__GqV0sq__hideBelowMobileSmall{display:none}}@media screen and (min-width:1001px){.index-module-scss-module__GqV0sq__DataTable table thead th{white-space:normal;text-wrap:balance}}
.index-module-scss-module__NZTqHq__statDelta{flex-direction:column;align-items:center;line-height:1.15;display:flex}.index-module-scss-module__NZTqHq__delta{letter-spacing:.2px;white-space:nowrap;margin-top:1px;font-size:10px;font-weight:500}.index-module-scss-module__NZTqHq__positive{color:#4caf50}.index-module-scss-module__NZTqHq__negative{color:#f44336}
