@charset "utf-8";/* stylelint-disable no-duplicate-selectors */
@layer base {
  /* Box sizing rules */
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  /* Remove default padding */
  ul[class],
  ol[class] {
    padding: 0;
  }

  /* Remove default margin */
  body,
  h1,
  h2,
  h3,
  h4,
  p,
  ul[class],
  ol[class],
  li,
  figure,
  figcaption,
  blockquote,
  dl,
  dd {
    margin: 0;
  }

  html {
    height: 100%;
  }

  /* Set core body defaults */
  body {
    height: 100%;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
  }

  /* Remove list styles on ul, ol elements with a class attribute */
  ul[class],
  ol[class] {
    list-style: none;
  }

  /* A elements that don't have a class get default styles */
  a:not([class]) {
    text-decoration-skip-ink: auto;
  }

  /* Make images easier to work with */
  img {
    max-width: 100%;
    display: block;
  }

  /* Natural flow and rhythm in articles by default */
  article > * + * {
    margin-top: 1em;
  }

  /* Inherit fonts for inputs and buttons */
  input,
  button,
  textarea,
  select {
    font-family: inherit;
  }

  /* Remove all animations and transitions for people that prefer not to see them */
  @media (prefers-reduced-motion: reduce) {
    * {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
}
/* stylelint-enable */

@layer base {
  body {
    color: var(--text-default, #fff);
    background-color: var(--background-default, #090909);
    margin: 0;
    font-family: var(--font-proxima-vara);
    font-size: 12px;
    line-height: 1.3333333333;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  th {
    font-weight: 400;
  }

  b {
    font-weight: 500;
  }

  a,
  a:hover {
    color: inherit;
    text-decoration: none;
  }

  img {
    max-width: 100%;
  }

  ul {
    margin: 0;
    padding: 0;
  }

  input:-webkit-autofill,
  input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--text-default);
    -webkit-box-shadow: 0 0 0 40px var(--surface-default) inset !important;
  }

  #app {
    height: 100%;
  }
}

:root {
  --app-mobile-banner-height: 48px;
  --tablet-header-height: 56px;
  --desktop-small-header-height: 60px;
  --app-header-height: 64px;
  --z-index-app-header: 6;
  --z-index-toast: 20;
  --z-index-sidebar: 5;
  --z-index-chat-input: 10;
  --chat-footer-height: 100px;
  --chat-message-width: 740px;
  --font-proxima-vara: 'Proxima Vara', sans-serif;
  --container-width: 1280px;

  /* Legacy Color styles */
  --copilot--default: #ffb224;
  --copilot-default-rgb: 255, 168, 82;
  --copilot--hover: #ffbe7d;
  --copilot--dark: #302d2b;
  --success--default: #51d385;
  --success--default-rgb: 81, 211, 133;
  --success--dark: #223a32;
  --warning--default: #ffc852;
  --warning--dark: #3e382a;
  --failure--default: #fe7f7f;
  --failure--default-rgb: 254, 127, 127;
  --failure--dark: #3e2c31;
  --red--1: #ffcdd2;
  --red--2: #ef9a9a;
  --blue--5: #2196f3;
  --pink--1: #f8bbd0;
  --pink--3: #f06292;
  --pink--4: #ec407a;
  --purple--1: #e1bee7;
  --orange--1: #ffe0b2;
  --orange--2: #ffcc80;
  --indigo--1: #c5cae9;
  --indigo--2: #9fa8da;
  --indigo--8: #8da4ef;
  --cyan--1: #b2ebf2;
  --teal--1: #b2dfdb;
  --lime--2: #e6ee9c;
  --lime--3: #dce775;
  --lime--4: #d4e157;
  --amber--9: #813800;
  --light-green--4: #9ccc65;
  --deep-purple--1: #d1c4e9;
  --deep-purple--2: #b39ddb;
  --deep-orange--3: #ff8a65;
  --navy--core: #2a3139;
  --dark-purple-12: #f7ecfc;
  --dark-purple-9: #8e4ec6;

  /** Legacy CSS variables */
  --primary-color: var(--copilot--default);
  --primary-color-rgb: var(--copilot-default-rgb);
  --primary-color-dark: var(--copilot--dark);
  --btn-default-bg: var(--copilot--default);
  --btn-hover-bg: var(--copilot--hover);
  --btn-disabled-bg: var(--navy--core);
  --btn-text-color: var(--text-on-primary);
  --input-hover: var(--copilot--dark);
  --primary-outline-btn-background-color: var(--copilot--dark);
  --primary-outline-btn-border-color: var(--copilot--hover);
  --primary-outline-btn-text-color: var(--copilot--hover);
  --btn-text-disabled-color: var(--text-disabled);
  --search-item-bg: var(--copilot--default);
  --list-item-hover-bg: rgba(var(--copilot-default-rgb), 0.16);
  --menu-active-item-border: #5d4e3f;
  --menu-active-item-border-rgb: 93, 78, 63;
  --primary-hover-8pc: rgba(var(--copilot-default-rgb), 0.08);
  --article-sidebar-item-active-bg: rgba(var(--copilot-default-rgb), 0.08);
  --header-notification-tooltip: #3d3329;
  --gtk-chart-hover-background: #302d2b;
  --action-primary-default: var(--copilot--default);
  --action-primary-hover: var(--copilot--hover);
  --action-primary-soft-hover: rgba(var(--copilot-default-rgb), 0.1);
}

@media screen and (min-width: 600px) {
  :root {
    --app-mobile-banner-height: 58px;
  }
}
@layer base, design-system, chart;

body::-webkit-scrollbar{width:13px;height:10px}body::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}body::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}body::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}body::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}body::-webkit-scrollbar-track{background:rgba(0,0,0,0)}
.NoSession-module__wrapper--BYtU_{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100%}.NoSession-module__title--CJ6yQ{font-size:1.75rem;line-height:112.5%;font-weight:420;text-align:center}.NoSession-module__description--dz0jY{margin-top:12px;margin-bottom:24px;font-size:1rem;line-height:150%;font-weight:340;color:var(--text-soft)}
.Check-module__container--gqAx0{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:24px;background:var(--surface-default)}.Check-module__card--uDB2P{width:100%;max-width:480px;padding:32px;border-radius:12px;background:var(--surface-soft);border:1px solid var(--border-soft)}.Check-module__title--OR_It{font-size:1.75rem;line-height:112.5%;font-weight:420;margin-bottom:8px;color:var(--text-default)}.Check-module__subtitle--lP0z1{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-soft);margin-bottom:24px}.Check-module__domainList--Owhsk{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.Check-module__domainItem--swLhY{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:8px;background:var(--surface-default);border:1px solid var(--border-soft)}.Check-module__domainInfo--q2IYx{display:flex;align-items:center;gap:8px}.Check-module__domainName--KcTdt{font-size:1rem;line-height:150%;font-weight:340;color:var(--text-default);font-family:monospace}.Check-module__typeBadge--ozsbi{font-size:.75rem;line-height:150%;font-weight:340;padding:2px 6px;border-radius:4px;background:var(--surface-hover);color:var(--text-soft)}@keyframes Check-module__pulse--aCV3O{0%,100%{opacity:.4}50%{opacity:1}}.Check-module__statusIndicator--kUVnY{display:flex;align-items:center;gap:8px;font-size:.875rem;line-height:150%;font-weight:340}.Check-module__statusIndicatorChecking--UigUk{color:var(--text-soft);animation:Check-module__pulse--aCV3O 1.5s ease-in-out infinite}.Check-module__statusIndicatorSuccess--qzprH{color:var(--text-success)}.Check-module__statusIndicatorError--oa6vq{color:var(--text-critical)}.Check-module__statusDot--JbYSV{width:8px;height:8px;border-radius:50%}.Check-module__statusDotChecking--f6Seo{background:var(--icon-soft)}.Check-module__statusDotSuccess--h0rCS{background:var(--icon-success)}.Check-module__statusDotError--ufkHp{background:var(--icon-critical)}.Check-module__summaryBar--S5ns4{margin-top:24px;padding:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:1rem;line-height:150%;font-weight:340}.Check-module__summaryBarSuccess--xz273{background:var(--surface-success);color:var(--text-success)}.Check-module__summaryBarError--lhokN{background:var(--surface-critical);color:var(--text-critical)}.Check-module__refreshButton--LOyJa{margin-top:16px;padding:12px 24px;border-radius:8px;border:none;background:var(--action-primary-default);color:var(--text-on-primary);font-size:1rem;line-height:150%;font-weight:340;cursor:pointer;transition:background .2s ease}.Check-module__refreshButton--LOyJa:hover{background:var(--action-primary-hover)}.Check-module__refreshButton--LOyJa:disabled{opacity:.5;cursor:not-allowed}
@layer design-system{.AssetTable-module__tableWrapper--rnSfv{width:359px;margin-top:34px}.AssetTable-module__tableWrapper--rnSfv table thead{display:table;width:100%;table-layout:fixed;border:1px solid var(--border-soft);border-top-left-radius:8px;border-top-right-radius:8px;border-bottom:1px solid var(--border-default)}.AssetTable-module__tableWrapper--rnSfv table thead th{padding:8px 12px}.AssetTable-module__tableWrapper--rnSfv table thead th:first-child{border-top-left-radius:8px}.AssetTable-module__tableWrapper--rnSfv table thead th:last-child{border-top-right-radius:8px}.AssetTable-module__tableWrapper--rnSfv table tbody{display:block;height:var(--asset-table-tbody-height, 190px);overflow:auto}.AssetTable-module__tableWrapper--rnSfv table tbody::-webkit-scrollbar{width:13px;height:10px}.AssetTable-module__tableWrapper--rnSfv table tbody::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.AssetTable-module__tableWrapper--rnSfv table tbody::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.AssetTable-module__tableWrapper--rnSfv table tbody::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.AssetTable-module__tableWrapper--rnSfv table tbody::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.AssetTable-module__tableWrapper--rnSfv table tbody::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.AssetTable-module__tableWrapper--rnSfv table tbody{border:1px solid var(--border-soft);border-bottom-left-radius:8px;border-bottom-right-radius:8px}.AssetTable-module__tableWrapper--rnSfv table tbody tr{display:table;width:100%;table-layout:fixed}.AssetTable-module__tableWrapper--rnSfv table tbody td{padding:6px 12px}.AssetTable-module__tableWrapper--rnSfv table tbody tr:last-child td{border-bottom:none}.AssetTable-module__tickerCell--DTt_F{display:flex;gap:8px}.AssetTable-module__ticker--bHeJ4{flex:1;display:flex;align-items:center}}
@layer design-system{.TableHeader-module__table--jAm9e{border-spacing:0;width:100%}.TableHeader-module__table--jAm9e.TableHeader-module__withBodyRowHover--uLMXv tbody tr:hover{background-color:var(--surface-hover)}.TableHeader-module__table--jAm9e.TableHeader-module__withBodyRowHover--uLMXv tbody tr:hover td{background-color:var(--surface-hover)}.TableHeader-module__table--jAm9e.TableHeader-module__isHeaderSticky--kUdFp th{position:sticky;top:0;z-index:1}}@layer design-system{.TableHeader-module__tableHeader--Y43RX{background-color:var(--background-default);border-bottom:1px solid var(--border-soft);padding:12px;white-space:nowrap;color:var(--text-soft);font-size:.75rem;line-height:150%;font-weight:340;vertical-align:middle}.TableHeader-module__tableHeader--Y43RX.TableHeader-module__isSortable--x_KZ8:hover{cursor:pointer}.TableHeader-module__tableHeader--Y43RX.TableHeader-module__isLeftOver--BFoD2{border-left:2px solid var(--primary-color)}.TableHeader-module__tableHeader--Y43RX.TableHeader-module__isRightOver--CSXC7{border-right:2px solid var(--primary-color)}.TableHeader-module__tableHeader--Y43RX.TableHeader-module__fixed--n8JfN{position:sticky;left:0;z-index:1;border-right:1px solid var(--border-default);background-color:var(--background-soft)}.TableHeader-module__tableHeader--Y43RX.TableHeader-module__fixed--n8JfN::before{position:absolute;top:0;right:-1px;bottom:0;width:15px;transform:translate(100%);transition:box-shadow .3s;content:"";pointer-events:none;box-shadow:inset 8px 0 12px -6px rgba(0,0,0,.15)}.TableHeader-module__tableHeader--Y43RX.TableHeader-module__isHoverEnabled--VFSld:hover{background-color:var(--surface-hover)}.TableHeader-module__filterIcon--J8Z96{fill:var(--text-soft)}.TableHeader-module__filterIcon--J8Z96.TableHeader-module__isSorted--d0o2H{fill:var(--text-primary)}.TableHeader-module__label--QuKUU{display:flex;align-items:center;gap:4px}}
@layer design-system{.StickyTableHeader-module__stickyHeader--U30az{padding:6px 12px;border-bottom:1px solid var(--border-default);z-index:var(--z-index-header-cell);position:sticky;left:0;top:0}.StickyTableHeader-module__stickyHeader--U30az.StickyTableHeader-module__pinned--cVlhz{z-index:calc(var(--z-index-header-cell) + 1);top:0}.StickyTableHeader-module__stickyHeader--U30az.StickyTableHeader-module__lastPinned--ycPJf{border-right:1px solid var(--border-default)}.StickyTableHeader-module__contentContainer--OOwha{display:flex;align-items:center;gap:4px}}
@layer design-system{.Table-module__table--D333a{border-spacing:0;width:100%}.Table-module__table--D333a.Table-module__withBodyRowHover--RskSu tbody tr:hover{background-color:var(--surface-hover)}.Table-module__table--D333a.Table-module__withBodyRowHover--RskSu tbody tr:hover td{background-color:var(--surface-hover)}.Table-module__table--D333a.Table-module__isHeaderSticky--Avfj_ th{position:sticky;top:0;z-index:1}}
@layer design-system{.TableCell-module__table--GsoUv{border-spacing:0;width:100%}.TableCell-module__table--GsoUv.TableCell-module__withBodyRowHover--Q8Aod tbody tr:hover{background-color:var(--surface-hover)}.TableCell-module__table--GsoUv.TableCell-module__withBodyRowHover--Q8Aod tbody tr:hover td{background-color:var(--surface-hover)}.TableCell-module__table--GsoUv.TableCell-module__isHeaderSticky--u4nGi th{position:sticky;top:0;z-index:1}}@layer design-system{.TableCell-module__tableCell--yxEqI{font-family:var(--font-nort);font-size:.875rem;line-height:150%;font-weight:340;border-bottom:1px solid var(--border-soft);background-color:var(--background-default);white-space:nowrap;padding:12px}.TableCell-module__tableCell--yxEqI.TableCell-module__isNumber--vTCDz{font-family:var(--font-roboto-mono)}.TableCell-module__tableCell--yxEqI.TableCell-module__isUpperCase--j89Cg{text-transform:uppercase}.TableCell-module__tableCell--yxEqI.TableCell-module__positive--hvbAn{color:var(--text-success)}.TableCell-module__tableCell--yxEqI.TableCell-module__critical--gqk3j{color:var(--text-critical)}.TableCell-module__tableCell--yxEqI.TableCell-module__fixed--VLWw7{position:sticky;left:0;z-index:1;border-right:1px solid var(--border-default);background-color:var(--background-soft)}.TableCell-module__tableCell--yxEqI.TableCell-module__fixed--VLWw7::before{position:absolute;top:0;right:-1px;bottom:0;width:15px;transform:translate(100%);transition:box-shadow .3s;content:"";pointer-events:none;box-shadow:inset 8px 0 12px -6px rgba(0,0,0,.15)}.TableCell-module__tableCell--yxEqI.TableCell-module__condensed--vgMVM{font-size:.75rem;line-height:150%;font-weight:340;padding:4px 12px}.TableCell-module__tableCell--yxEqI.TableCell-module__pinned--j9MyD{position:sticky;z-index:var(--z-index-table-cell)}.TableCell-module__tableCell--yxEqI.TableCell-module__lastPinned--k1iMa{border-right:1px solid var(--border-default)}}
@layer design-system{.Tooltip-module__tooltipBubble--MoOAN{font-family:var(--font-nort);background-color:var(--surface-default);padding:8px 12px;border-radius:4px;font-size:.875rem;line-height:150%;font-weight:340;box-shadow:var(--elevation-strong);color:var(--text-default);max-width:340px;overflow-wrap:break-word;white-space:normal;z-index:1;text-align:left}.Tooltip-module__tooltipBubbleNoMaxWidth--qD4kd{max-width:none}.Tooltip-module__arrowIcon--xTWJM{position:absolute;background-color:var(--surface-default);width:8px;height:8px;transform:rotate(45deg);z-index:1}.Tooltip-module__mobileTapClose--J_Klu{display:block;font-size:.75rem;line-height:112.5%;font-weight:420;margin-top:4px;color:var(--text-disabled);text-transform:uppercase}}
@layer design-system{.WithNAFallback-module__container--MxF0e{width:100%;height:100%}.WithNAFallback-module__text--_QXqU{font-size:.75rem;line-height:112.5%;font-weight:420;color:var(--text-disabled);font-family:var(--font-nort)}.WithNAFallback-module__text--_QXqU.WithNAFallback-module__useDash--n_IXN{font-size:.875rem;line-height:112.5%;font-weight:420;color:var(--text-soft);font-family:var(--font-roboto)}}
@layer design-system{.TableHeaderIcons-module__root--xa38r{display:flex;align-items:center;gap:4px;flex-direction:row}.TableHeaderIcons-module__root--xa38r.TableHeaderIcons-module__isReversed--Le5EO{flex-direction:row-reverse}.TableHeaderIcons-module__root--xa38r.TableHeaderIcons-module__isReversed--Le5EO .TableHeaderIcons-module__sortIcon--Pgp1b{transform:scaleX(-1)}.TableHeaderIcons-module__filterIcon--_B3GD{fill:var(--icon-disabled)}.TableHeaderIcons-module__pinIcon--srUHa{fill:var(--icon-disabled)}.TableHeaderIcons-module__sortIcon--Pgp1b{fill:var(--icon-default)}}
@layer design-system{.TableV2-module__container--qFFil{flex:1;width:100%;height:100%;max-width:100%;display:flex;flex-direction:column}.TableV2-module__cellWrapper--ZTlZa{display:flex;justify-content:center;align-items:center;gap:8px;color:var(--text-default)}.TableV2-module__cellWrapper--ZTlZa[data-price-status=negative]{color:var(--viz-bearish)}.TableV2-module__cellWrapper--ZTlZa[data-price-status=positive]{color:var(--viz-bullish)}.TableV2-module__cellWrapper--ZTlZa[data-status=Success]{padding:2px 8px;border-radius:4px;color:var(--viz-bullish);background-color:var(--viz-bullish-soft)}.TableV2-module__cellWrapper--ZTlZa[data-status=Failed]{padding:2px 8px;border-radius:4px;color:var(--viz-bearish);background-color:var(--viz-bearish-soft)}.TableV2-module__cellInner--i8tYF{display:inline-flex;align-items:center;gap:8px;width:max-content}.TableV2-module__cellInner--i8tYF img{border-radius:50%;width:20px;height:20px;overflow:hidden}.TableV2-module__wrapper--W52X6{overflow:auto}.TableV2-module__wrapper--W52X6::-webkit-scrollbar{width:13px;height:10px}.TableV2-module__wrapper--W52X6::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.TableV2-module__wrapper--W52X6::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.TableV2-module__wrapper--W52X6::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.TableV2-module__wrapper--W52X6::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.TableV2-module__wrapper--W52X6::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.TableV2-module__wrapper--W52X6{width:100%;position:relative;border-radius:8px;border-top-left-radius:0;border-top-right-radius:0;border-top:none}.TableV2-module__wrapper--W52X6[data-show-border=true]{border:1px solid var(--border-soft);border-top:none}.TableV2-module__styledTanStackTableRoot--BPP34{border-spacing:0;width:100%;--z-index-header-cell: 2;--z-index-table-cell: 1}.TableV2-module__styledTanStackTableRoot--BPP34 tbody tr{cursor:pointer}.TableV2-module__styledTanStackTableRoot--BPP34 tbody tr:hover{background-color:var(--surface-hover)}.TableV2-module__styledTanStackTableRoot--BPP34 tbody tr:hover td{background-color:var(--surface-hover)}.TableV2-module__styledTanStackTableRoot--BPP34 tbody tr:hover td [aria-haspopup=true]{border-bottom:1px dashed var(--border-default)}.TableV2-module__styledTanStackTableRoot--BPP34{position:relative;border-radius:8px;width:100%;max-width:100%}.TableV2-module__styledTanStackTableRoot--BPP34 thead{width:100%;table-layout:fixed}.TableV2-module__styledTanStackTableRoot--BPP34 thead th{min-width:116px}.TableV2-module__styledTanStackTableRoot--BPP34 td{padding:12px;min-width:148px}.TableV2-module__styledTanStackTableRoot--BPP34[data-custom-header=true] td{padding:6px 12px}.TableV2-module__styledTanStackTableRoot--BPP34 tbody tr{width:100%;table-layout:fixed}.TableV2-module__styledTanStackTableRoot--BPP34 tbody tr td{min-width:116px}.TableV2-module__buttonWrapper--bV8Aq{position:absolute;bottom:24px;left:50%;transform:translateX(-50%)}}
@layer design-system{.CustomComponents-module__markdownA--YMmbn{font-size:.75rem;line-height:112.5%;font-weight:420;color:var(--text-soft)}.CustomComponents-module__markdownTableContainer--Bwfub{overflow:scroll;margin:1em 0}.CustomComponents-module__markdownTableContainer--Bwfub::-webkit-scrollbar{width:13px;height:10px}.CustomComponents-module__markdownTableContainer--Bwfub::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.CustomComponents-module__markdownTableContainer--Bwfub::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.CustomComponents-module__markdownTableContainer--Bwfub::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.CustomComponents-module__markdownTableContainer--Bwfub::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.CustomComponents-module__markdownTableContainer--Bwfub::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.CustomComponents-module__markdownTable--YV7w0{border-spacing:1px;width:100%}.CustomComponents-module__markdownTable--YV7w0 tr{background-color:var(--background-default)}.CustomComponents-module__markdownTable--YV7w0 td{border-bottom:1px solid var(--border-soft)}.CustomComponents-module__markdownTable--YV7w0 tbody tr:hover{background-color:var(--surface-hover)}}
@layer design-system{.CustomBlockquote-module__styledBlockquote--ptWcn{display:flex;align-items:center;gap:8px;font-size:14px}.CustomBlockquote-module__textWrapper--dB0J1{display:flex;flex-direction:column}}
@layer design-system{.CustomCode-module__styledSyntaxHighlighter--Tds9B::-webkit-scrollbar{width:13px;height:10px}.CustomCode-module__styledSyntaxHighlighter--Tds9B::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.CustomCode-module__styledSyntaxHighlighter--Tds9B::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.CustomCode-module__styledSyntaxHighlighter--Tds9B::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.CustomCode-module__styledSyntaxHighlighter--Tds9B::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.CustomCode-module__styledSyntaxHighlighter--Tds9B::-webkit-scrollbar-track{background:rgba(0,0,0,0)}}
@layer design-system{.Markdown-module__markdownStyles--hf_0h{font-size:1rem;line-height:150%;font-weight:340;margin-bottom:16px;overflow:auto}.Markdown-module__markdownStyles--hf_0h h1{font-size:1.5rem;line-height:112.5%;font-weight:420}.Markdown-module__markdownStyles--hf_0h h2{font-size:1.25rem;line-height:112.5%;font-weight:420}.Markdown-module__markdownStyles--hf_0h h3{font-size:1rem;line-height:112.5%;font-weight:420}.Markdown-module__markdownStyles--hf_0h h4{font-size:1rem;line-height:112.5%;font-weight:420}.Markdown-module__markdownStyles--hf_0h h5{font-size:1rem;line-height:112.5%;font-weight:420}.Markdown-module__markdownStyles--hf_0h p{margin-bottom:1em}.Markdown-module__markdownStyles--hf_0h code:not(pre code){padding:4px;color:var(--text-primary);background-color:var(--surface-default);border-radius:2px}.Markdown-module__markdownStyles--hf_0h ul{list-style-type:disc;margin:1em 0;padding:0 0 0 2em}}
@layer design-system {
  .tooltip {
      display: flex;
      justify-content: space-between;
      gap: 8px;
  }

  .value {
      font-weight: 600;
  }

  .legend-container {
    overflow: hidden;
  }
}

@layer design-system {
  .tooltip-row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    min-width: 100px;
  }
}

@layer design-system{.ChartXAxis-module__chartAxisG--FsTgV .tick>line{fill:var(--border-soft);stroke:var(--border-soft);stroke-width:2}.ChartXAxis-module__chartAxisG--FsTgV .domain{fill:var(--border-soft);stroke:var(--border-soft);stroke-width:2}.ChartXAxis-module__chartAxisG--FsTgV .tick text{font-family:var(--font-nort);fill:var(--text-default);font-size:.75rem;line-height:150%;font-weight:340}.ChartXAxis-module__chartAxisG--FsTgV.ChartXAxis-module__showLine--EwCsD .domain{display:none}.ChartXAxis-module__chartAxisG--FsTgV.ChartXAxis-module__showLine--EwCsD .tick>line{display:none}.ChartXAxis-module__axisLine--BVBYL{stroke:var(--border-soft)}.ChartXAxis-module__axisBorderLine--LNcDK{stroke:var(--border-soft)}}
@layer design-system{.HorizontalGridLines-module__gridLinesGroup--GGcCS text{font-size:.75rem;line-height:150%;font-weight:340;fill:var(--text-soft);font-family:var(--font-roboto-mono)}.HorizontalGridLines-module__gridLinesGroup--GGcCS line{stroke:var(--border-soft)}.HorizontalGridLines-module__yAxisLabel--CJe1L{fill:var(--text-soft);font-family:var(--font-nort);font-size:.75rem;line-height:150%;font-weight:340;rotate:-90deg;text-anchor:middle}}
@layer design-system{.LinePlot-module__linePlotPath--etHFm{fill:none;stroke:currentColor}.LinePlot-module__circle--tAnBQ{fill:currentColor;stroke:var(--background-default)}}
@layer design-system{.BandChart-module__bandChartRoot--LPZm4{width:100%;height:100%}.BandChart-module__plot--fV596{width:100%;height:180px}.BandChart-module__linePlot--_cRR6{stroke-width:2;color:var(--border-primary)}.BandChart-module__axisLine--RVbc0{stroke:var(--border-soft)}.BandChart-module__axisText--YNHMm{font-family:var(--font-roboto-mono);font-size:12px;line-height:16px;fill:var(--text-default)}}
@layer design-system{.Button-module__root--i3Nov{border-radius:4px;display:flex;justify-content:center;align-items:center;cursor:pointer;white-space:nowrap;border:none}.Button-module__root--i3Nov:disabled{cursor:default}.Button-module__root--i3Nov.Button-module__fullWidth--x6AIX{width:100%}.Button-module__root--i3Nov.Button-module__xsmall--Xbu_6{font-size:.75rem;line-height:112.5%;font-weight:420;min-width:20px;height:20px;padding:6px 12px}.Button-module__root--i3Nov.Button-module__small--UKsev{font-size:.875rem;line-height:112.5%;font-weight:420;min-width:32px;height:32px;padding:6px 12px}.Button-module__root--i3Nov.Button-module__medium--A1aWh{font-size:.875rem;line-height:112.5%;font-weight:420;min-width:36px;height:36px;padding:8px 12px}.Button-module__root--i3Nov.Button-module__large--EUgLa{font-size:1rem;line-height:112.5%;font-weight:420;min-width:40px;height:40px;padding:8px 12px}.Button-module__root--i3Nov.Button-module__xl--_0O_d{font-size:1rem;line-height:112.5%;font-weight:420;min-width:48px;height:48px;padding:12px}.Button-module__root--i3Nov.Button-module__xxl--rxkJo{font-size:1rem;line-height:112.5%;font-weight:420;min-width:60px;height:60px;padding:20px}.Button-module__root--i3Nov.Button-module__iconOnly--E3Zkn{padding:0}.Button-module__root--i3Nov.Button-module__primary--XYHWS{background-color:var(--action-primary-default);color:var(--text-on-primary);border:1px solid rgba(0,0,0,0)}.Button-module__root--i3Nov.Button-module__primary--XYHWS svg{fill:var(--icon-on-primary)}.Button-module__root--i3Nov.Button-module__primary--XYHWS:hover{background-color:var(--action-primary-hover)}.Button-module__root--i3Nov.Button-module__primary--XYHWS:focus-visible{outline:2px solid var(--border-focus);border:1px solid var(--surface-default)}.Button-module__root--i3Nov.Button-module__primary--XYHWS:disabled{background-color:var(--action-primary-disabled);color:var(--text-disabled)}.Button-module__root--i3Nov.Button-module__primary--XYHWS:disabled svg{fill:var(--icon-disabled)}.Button-module__root--i3Nov.Button-module__secondary--CYpeg{background-color:rgba(0,0,0,0);color:var(--text-primary);border:1px solid var(--border-primary)}.Button-module__root--i3Nov.Button-module__secondary--CYpeg svg{fill:var(--icon-primary)}.Button-module__root--i3Nov.Button-module__secondary--CYpeg:hover{background-color:var(--action-primary-soft-hover);color:var(--text-primary)}.Button-module__root--i3Nov.Button-module__secondary--CYpeg:focus-visible{outline:2px solid var(--border-focus);border:1px solid rgba(0,0,0,0)}.Button-module__root--i3Nov.Button-module__secondary--CYpeg:disabled{border:1px solid var(--border-disabled);background-color:rgba(0,0,0,0);color:var(--text-disabled)}.Button-module__root--i3Nov.Button-module__secondary--CYpeg:disabled svg{fill:var(--icon-disabled)}.Button-module__root--i3Nov.Button-module__tertiary--ooCLH{background-color:rgba(0,0,0,0);color:var(--text-default);border:1px solid var(--border-default)}.Button-module__root--i3Nov.Button-module__tertiary--ooCLH svg{fill:var(--icon-default)}.Button-module__root--i3Nov.Button-module__tertiary--ooCLH:hover{background-color:var(--surface-hover);border:1px solid var(--border-hover)}.Button-module__root--i3Nov.Button-module__tertiary--ooCLH:focus-visible{outline:2px solid var(--border-focus);border:1px solid rgba(0,0,0,0)}.Button-module__root--i3Nov.Button-module__tertiary--ooCLH:disabled{border:1px solid var(--border-disabled);background-color:rgba(0,0,0,0);color:var(--text-disabled)}.Button-module__root--i3Nov.Button-module__tertiary--ooCLH:disabled svg{fill:var(--icon-disabled)}.Button-module__root--i3Nov.Button-module__empty--zDEUK{color:var(--text-default);background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0)}.Button-module__root--i3Nov.Button-module__empty--zDEUK svg{fill:var(--icon-default)}.Button-module__root--i3Nov.Button-module__empty--zDEUK:hover{background-color:var(--surface-hover)}.Button-module__root--i3Nov.Button-module__empty--zDEUK:focus-visible{outline:2px solid var(--border-focus)}.Button-module__root--i3Nov.Button-module__empty--zDEUK:disabled{border:1px solid var(--border-disabled);background-color:rgba(0,0,0,0);color:var(--text-disabled)}.Button-module__root--i3Nov.Button-module__empty--zDEUK:disabled svg{fill:var(--icon-disabled)}.Button-module__root--i3Nov.Button-module__critical--EjOha{background-color:var(--action-critical-default);color:var(--text-on-critical);border:1px solid rgba(0,0,0,0)}.Button-module__root--i3Nov.Button-module__critical--EjOha svg{fill:var(--icon-on-critical)}.Button-module__root--i3Nov.Button-module__critical--EjOha:hover{background-color:var(--action-critical-hover)}.Button-module__root--i3Nov.Button-module__critical--EjOha:focus-visible{outline:2px solid var(--border-focus);border:1px solid var(--surface-default)}.Button-module__root--i3Nov.Button-module__critical--EjOha:disabled{background-color:var(--action-critical-disabled);color:var(--text-disabled)}.Button-module__root--i3Nov.Button-module__critical--EjOha:disabled svg{fill:var(--icon-disabled)}.Button-module__label--b9Nj_{display:flex;align-items:center;gap:8px}.Button-module__label--b9Nj_.Button-module__reversed--f30fD{flex-direction:row-reverse}.Button-module__loading--td0xT{display:flex;align-items:center;justify-content:center}.Button-module__text--a9zHL{color:inherit}@keyframes Button-module__spin--DsxUT{100%{transform:rotate(360deg)}}.Button-module__spinner--UuBqi{width:16px;height:16px;border:2px solid currentColor;border-top-color:rgba(0,0,0,0);border-radius:50%;animation:Button-module__spin--DsxUT 1.5s linear infinite}}
@layer design-system{.ErrorMessage-module__wrapper--x6Fu1{display:flex;justify-content:center;align-items:center;flex-direction:column;width:400px;margin:0 auto;height:100%}.ErrorMessage-module__title--FEPsY{font-size:1rem;line-height:150%;font-weight:340;margin-bottom:4px}.ErrorMessage-module__errorIcon--pdwSt{margin-bottom:8px}.ErrorMessage-module__emptyIcon--BRaEf{width:66px;height:82px;margin-bottom:8px;max-width:600px}.ErrorMessage-module__subtitle--Lhvv7{color:var(--text-soft);font-size:.875rem;line-height:150%;font-weight:340;margin-bottom:16px}.ErrorMessage-module__link--nhTyM{color:var(--text-link)}.ErrorMessage-module__link--nhTyM:hover{color:var(--text-link)}}
@layer design-system{.BarChart-module__barChartRoot--NCCU4{display:flex;flex-direction:column;width:100%;position:relative}.BarChart-module__header--jMBjp{margin-bottom:12px}.BarChart-module__title--wQnv9{font-size:1.25rem;line-height:112.5%;font-weight:420}.BarChart-module__titleUnderline--D9hcC{display:inline-block;text-decoration:underline dashed;text-underline-offset:6px;text-decoration-thickness:1px;text-decoration-color:var(--border-default)}.BarChart-module__axisLine--JIV1S{stroke-width:1px;stroke:var(--border-soft)}.BarChart-module__axisLineHighlight--WlX1y{stroke:var(--border-default)}.BarChart-module__axisText--GBFCk{color:var(--text-default);font-size:12px;fill:var(--text-default)}.BarChart-module__labelAxisY--CNw_g{font-family:var(--font-roboto-mono)}.BarChart-module__titleAxisY--l5ypa{color:var(--text-default);font-family:var(--font-roboto-mono);font-size:.875rem;line-height:150%;font-weight:340;text-align:right;padding-right:35px;padding-bottom:8px}.BarChart-module__labelAxisX--e1Znz{transform:translateY(-8px)}.BarChart-module__svgBlurred--n0i8B{filter:blur(1px)}.BarChart-module__errorMessageWrapper--IYwlQ{position:absolute;inset:0;background:rgba(var(--background-default-rgb), 0.5);z-index:1}.BarChart-module__errorMessageWrapper--IYwlQ [data-error-message]{width:calc(100% - 50px);margin:0}.BarChart-module__legendWrapper--JSXFo{position:relative;z-index:2}}
@layer design-system{.Legend-module__legendRoot--xNhuw{box-shadow:var(--elevation-strong);background:var(--surface-default);padding:12px 8px;display:flex;flex-direction:column;pointer-events:none;border-radius:4px;min-width:240px}.Legend-module__title--BqYuD{font-size:1rem;line-height:112.5%;font-weight:420;margin-bottom:8px;padding:0 4px}.Legend-module__list--vUuhV{display:flex;flex-direction:column}.Legend-module__item--2WRtk{display:flex;align-items:center;justify-content:space-between;padding:4px}.Legend-module__itemHovered--sZw8w{background-color:var(--surface-active);border-radius:4px}.Legend-module__asset--_7EUv{display:flex;align-items:center;justify-content:center;gap:4px}.Legend-module__dot--Amm9l{width:8px;height:8px;border-radius:50%;background-color:var(--text-default)}.Legend-module__label--DXLLZ{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-default)}.Legend-module__value--QDKhw{font-family:var(--font-roboto-mono);font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-default)}}
@layer design-system{.VerticalBar-module__rectBackground--ypgpY{fill:var(--surface-hover);opacity:0;transition:opacity .3s ease}.VerticalBar-module__verticalBarRoot--1PlGu:hover .VerticalBar-module__rectBackground--ypgpY{opacity:.6;transition:none}}
@layer design-system{.ChartTooltip-module__container--hhEbt{min-width:180px;padding:12px;background:var(--surface-default);border-radius:4px;box-shadow:var(--elevation-strong);pointer-events:none}.ChartTooltip-module__title--hMreO{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-soft);margin-bottom:8px}.ChartTooltip-module__itemsContainer--wKaTI{display:flex;flex-direction:column;gap:8px}.ChartTooltip-module__item--SRsCd{display:flex;align-items:center;justify-content:space-between}.ChartTooltip-module__label--hXOqJ{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;line-height:150%;font-weight:340}}
@layer design-system{.TextWithBg-module__rect--ORlEE{fill:var(--background-soft);opacity:.9;stroke:none}.TextWithBg-module__text--ebSI0{fill:currentColor;font-size:.875rem;line-height:150%;font-weight:340}.TextWithBg-module__groupSelected--sW9fR .TextWithBg-module__rect--ORlEE{fill:currentColor;opacity:.9}.TextWithBg-module__groupSelected--sW9fR .TextWithBg-module__text--ebSI0{fill:var(--background-soft)}}
@layer design-system{.TextLabel-module__text--m8YFF{font-size:.875rem;line-height:150%;font-weight:340;fill:var(--viz-bearish)}.TextLabel-module__textProfit--Y5tOz{fill:var(--viz-bullish)}.TextLabel-module__rect--TpAPO{fill:var(--viz-bearish-soft)}.TextLabel-module__rectProfit--w5bSQ{fill:var(--viz-bullish-soft)}}
@keyframes HighLowBar-module__slide-in--dCpAM{from{transform:translateY(5%)}to{transform:translateY(0)}}@layer design-system{.HighLowBar-module__rect--Vv_bK{fill:var(--viz-bearish)}.HighLowBar-module__rectProfit--ljD2W{fill:var(--viz-bullish)}.HighLowBar-module__circle--MOjmI{stroke:var(--surface-inverse);stroke-width:1px;fill:var(--background-default)}.HighLowBar-module__animatedGroup--SXtMa{animation:HighLowBar-module__slide-in--dCpAM .3s cubic-bezier(0.25, 0.5, 0.5, 1.5)}.HighLowBar-module__value--FOfr9{font-size:.75rem;line-height:150%;font-weight:340;fill:var(--viz-bearish);text-anchor:middle}.HighLowBar-module__valueProfit--K1QzG{fill:var(--viz-bullish)}.HighLowBar-module__medianValue--jD4l6{font-size:.75rem;line-height:150%;font-weight:340;fill:var(--text-default);text-anchor:middle}.HighLowBar-module__styledTextWithBg--FqzZo text{font-size:.75rem;line-height:150%;font-weight:340;fill:var(--viz-bearish)}.HighLowBar-module__styledTextWithBgProfit--cnfnR text{fill:var(--viz-bullish)}}
@keyframes HighLowChart-module__slide-in--dY1QV{from{transform:translateY(5%)}to{transform:translateY(0)}}@layer design-system{.HighLowChart-module__highLowChartRoot--knMiv{display:flex;flex-direction:column;width:100%}.HighLowChart-module__rootSvg--BWhSf{color:var(--text-default)}.HighLowChart-module__axisLine--EfvfX{stroke:var(--border-default)}.HighLowChart-module__axisText--ZUjZD{font-size:.75rem;line-height:150%;font-weight:340;fill:var(--text-default)}.HighLowChart-module__circle--nl6Ny{stroke:var(--surface-inverse);stroke-width:1px;fill:var(--background-default)}.HighLowChart-module__animatedGroup--kRiNw{animation:HighLowChart-module__slide-in--dY1QV .3s cubic-bezier(0.25, 0.5, 0.5, 1.5)}.HighLowChart-module__rect--TWP10{fill:var(--viz-bearish)}.HighLowChart-module__rectProfit--KnRD_{fill:var(--viz-bullish)}.HighLowChart-module__line--QeqFo{stroke:var(--viz-bearish);stroke-width:2px;fill:none}.HighLowChart-module__lineProfit--W5FTm{stroke:var(--viz-bullish)}.HighLowChart-module__areaFill--_XUa4{fill:var(--viz-bearish);fill-opacity:.3;clip-path:none}.HighLowChart-module__areaFillProfit--olXsm{fill:var(--viz-bullish)}}
@layer design-system{.CumulativeReturn-module__styledLinePlot--bIzyP path[data-line-plot-path]{stroke-width:2}.CumulativeReturn-module__typePositive--incQO{color:var(--viz-bullish)}.CumulativeReturn-module__typeNegative--f4ds0{color:var(--viz-bearish)}.CumulativeReturn-module__typeMedian--zv9uW{color:var(--border-default)}}
@layer design-system{.HighLowTripleLineChartTooltip-module__styledChartTooltip--fjR41{padding:12px 0}.HighLowTripleLineChartTooltip-module__styledChartTooltip--fjR41 [data-chart-tooltip-title]{padding:0 12px}.HighLowTripleLineChartTooltip-module__itemsContainer--l4xNd{display:flex;flex-direction:column;gap:8px;padding:0 12px}.HighLowTripleLineChartTooltip-module__coloredValue--yobZl{font-size:.75rem;line-height:150%;font-weight:340}.HighLowTripleLineChartTooltip-module__coloredValuePositive--RIXiN{color:var(--viz-bullish)}.HighLowTripleLineChartTooltip-module__coloredValueNegative--QgPiD{color:var(--viz-bearish)}.HighLowTripleLineChartTooltip-module__coloredValueNeutral--TaCZ4{color:var(--text-default)}.HighLowTripleLineChartTooltip-module__separator--F7H0G{margin:5px 0;border-bottom:1px dashed var(--border-default)}}
@layer design-system{.Plot-module__typePositive--p0YI0{color:var(--viz-bullish)}.Plot-module__typePositive--p0YI0 circle{color:var(--viz-bullish)}.Plot-module__typeNegative--aYgqH{color:var(--viz-bearish)}.Plot-module__typeNegative--aYgqH circle{color:var(--viz-bearish)}.Plot-module__typeMedian--nVk5_{color:var(--border-default)}.Plot-module__typeMedian--nVk5_ path{stroke-dasharray:2}.Plot-module__dashed--zoCUh path{stroke-dasharray:2}}
@layer design-system{.VerticalGridLines-module__verticalLine--vXbcd{stroke:var(--border-default);stroke-width:2px}.VerticalGridLines-module__verticalLineMuted--M9M9Q{stroke:var(--border-soft);stroke-width:1px}.VerticalGridLines-module__verticalLineSelected--41_MM{stroke:var(--border-primary)}.VerticalGridLines-module__label--olLkg{font-size:.75rem;line-height:150%;font-weight:340;fill:var(--text-soft);font-family:var(--font-nort);text-transform:uppercase}}
@keyframes HighLowTripleLineChart-module__slide-in--GejZW{from{transform:translateY(5%)}to{transform:translateY(0)}}@layer design-system{.HighLowTripleLineChart-module__highLowTripleLineChartRoot--y4or4{display:flex;width:100%;height:100%;min-height:300px;margin-bottom:20px}.HighLowTripleLineChart-module__highLowTripleLineChartRoot--y4or4 [role=tooltip]{z-index:var(--z-tooltip)}.HighLowTripleLineChart-module__chart--jJ_bz{width:100%;min-height:100%}.HighLowTripleLineChart-module__baseLine--gWSzT{stroke:var(--border-default);stroke-width:2px}.HighLowTripleLineChart-module__hoverAreaRect--HxNXm{fill:rgba(0,0,0,0)}.HighLowTripleLineChart-module__dashedLine--W6UMO{stroke:var(--border-default);stroke-dasharray:6 6}}
@keyframes HorizontalBarChart-module__slide-in--kUcES{from{transform:translateY(5%)}to{transform:translateY(0)}}@layer design-system{.HorizontalBarChart-module__rootSvg--Gv4Y8{color:var(--text-default);border-radius:4px}.HorizontalBarChart-module__axisLine--S3DaV{stroke:var(--border-default)}.HorizontalBarChart-module__axisText--KzZOP{font-size:.75rem;line-height:150%;font-weight:340;fill:var(--text-default);text-anchor:middle}.HorizontalBarChart-module__axisTextHeader--GedmD{text-anchor:end}.HorizontalBarChart-module__rect--u26vC{fill:var(--border-critical)}.HorizontalBarChart-module__rectProfit--parOm{fill:var(--border-success)}.HorizontalBarChart-module__overlay--bHy4m{fill:var(--background-soft)}.HorizontalBarChart-module__medianText--QOAuq{font-size:1rem;line-height:150%;font-weight:340;font-family:var(--font-roboto-mono);fill:var(--text-critical);text-anchor:end}.HorizontalBarChart-module__medianTextProfit--LaBId{fill:var(--text-success)}.HorizontalBarChart-module__labelHeader--e1EJx{font-size:.75rem;line-height:150%;font-weight:340;fill:var(--text-default)}.HorizontalBarChart-module__labelText--X7TFg{font-size:1rem;line-height:150%;font-weight:340;fill:var(--text-default)}}
@keyframes HorizontalHighLow-module__slide-in--wWK2m{from{transform:translateY(5%)}to{transform:translateY(0)}}@layer design-system{.HorizontalHighLow-module__rootSvg--EAQym{color:var(--text-default)}.HorizontalHighLow-module__axisLine--OgKDG{stroke:var(--border-default)}.HorizontalHighLow-module__axisText--qu6DP{font-size:.75rem;line-height:150%;font-weight:340;fill:var(--text-default)}.HorizontalHighLow-module__circle--LbEtr{stroke:var(--surface-inverse);stroke-width:1px;fill:var(--background-default)}.HorizontalHighLow-module__animatedGroup--v_5tM{animation:HorizontalHighLow-module__slide-in--wWK2m .3s cubic-bezier(0.25, 0.5, 0.5, 1.5)}.HorizontalHighLow-module__rect--ShA5X{fill:var(--viz-bearish)}.HorizontalHighLow-module__rectProfit--bPtsz{fill:var(--viz-bullish)}}
@layer design-system{.MultiLineChartAxes-module__chartAxisG--p6po5 .tick>line{fill:var(--border-soft);stroke:var(--border-soft);stroke-width:2}.MultiLineChartAxes-module__chartAxisG--p6po5 .domain{fill:var(--border-soft);stroke:var(--border-soft);stroke-width:2}.MultiLineChartAxes-module__chartAxisG--p6po5 .tick text{font-family:var(--font-nort);fill:var(--text-default);font-size:.75rem;line-height:150%;font-weight:340}.MultiLineChartAxes-module__chartAxisG--p6po5 .tick>line{stroke-width:1}}
@layer design-system{.MultiLineChartLegend-module__legendContainer--nczHO{display:flex;gap:16px;width:100%;justify-content:center;align-items:center;flex-direction:row;padding:20px 0}.MultiLineChartLegend-module__legendContainerMultipleRows--uNfea{align-items:stretch;flex-direction:column}.MultiLineChartLegend-module__legendItem--sf8ID{display:flex;align-items:center;color:var(--text-default);font-size:.75rem;line-height:150%;font-weight:340}.MultiLineChartLegend-module__legendColor--ZXHg4{width:8px;height:8px;margin-right:8px;border-radius:50%}.MultiLineChartLegend-module__multiRowWrapper--65nmn{display:flex;gap:20px;justify-content:center}}
@layer design-system{.MultiLineChartTooltip-module__tooltip--JoBt7{pointer-events:none}.MultiLineChartTooltip-module__tooltipRoot--T2vJz{position:absolute;top:40px;width:1px;height:1px}.MultiLineChartTooltip-module__tooltipLabelContainer--oMcpU{display:flex;flex-direction:column;gap:8px;width:313px;padding:8px 6px;box-sizing:border-box}.MultiLineChartTooltip-module__dateLabel--tXeTO{font-size:1rem;line-height:112.5%;font-weight:420}.MultiLineChartTooltip-module__tooltipRow--t8Pec{display:flex;justify-content:space-between;font-size:.75rem;line-height:150%;font-weight:340}.MultiLineChartTooltip-module__tooltipLegend--p0X1q{display:flex;align-items:center}.MultiLineChartTooltip-module__tooltipLegendColor--H4_lp{width:8px;height:8px;border-radius:50%;margin-right:8px}.MultiLineChartTooltip-module__tooltipLegendColorDashed--tprhw{width:12px;height:1px;background:none;border-bottom-style:dashed;border-bottom-width:1.5px;border-radius:unset}}
@keyframes MultiLineChart-module__slide-in--bk_AS{from{transform:translateY(5%)}to{transform:translateY(0)}}@layer design-system{.MultiLineChart-module__multiLineChartRoot--GuTV2{position:relative;overflow:visible}.MultiLineChart-module__multiLineChartContainer--ay5rv{overflow:visible}.MultiLineChart-module__plot--wUHLM{position:relative;width:100%;height:340px;overflow:visible}.MultiLineChart-module__canvasOverlay--yyFlp{position:absolute;pointer-events:none}.MultiLineChart-module__tooltipLine--UZgzE{stroke:var(--border-default);stroke-dasharray:4 4}.MultiLineChart-module__verticalLine--xocHq{stroke:var(--border-default);stroke-width:2px}}
@layer design-system{.PieChart-module__chartWrapper--UrRrO{height:210px}.PieChart-module__root--Kf7nb{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;gap:0}.PieChart-module__legendWrapper--W6sag{width:100%;display:flex;flex-direction:column;gap:0}.PieChart-module__row--CgBLG{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:4px 8px;cursor:default}.PieChart-module__row--CgBLG:hover{background-color:var(--surface-hover);border-radius:8px}.PieChart-module__rowActive--mxso0{background-color:var(--surface-hover);border-radius:8px}.PieChart-module__legendNameWrapper--Va5NP{display:flex;flex-direction:row;align-items:center;gap:4px}.PieChart-module__bodySmallText--LK2At{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-default)}.PieChart-module__styledDot--lwzW4{width:12px;height:12px;border-radius:50%}}
@layer design-system{.PriceChangeAxes-module__chartAxisG--WOd63 .tick>line{fill:var(--border-soft);stroke:var(--border-soft);stroke-width:2}.PriceChangeAxes-module__chartAxisG--WOd63 .domain{fill:var(--border-soft);stroke:var(--border-soft);stroke-width:2}.PriceChangeAxes-module__chartAxisG--WOd63 .tick text{font-family:var(--font-nort);fill:var(--text-default);font-size:.75rem;line-height:150%;font-weight:340}.PriceChangeAxes-module__chartAxisG--WOd63 .tick>line{stroke-width:1}}
@layer design-system{.PriceChangesChartTooltip-module__tooltipRoot--K7N3O{position:absolute;top:40px;width:1px;height:1px}.PriceChangesChartTooltip-module__tooltipLabelContainer--VcuRg{display:flex;flex-direction:column;gap:8px;width:160px;padding:12px;box-sizing:border-box}.PriceChangesChartTooltip-module__tooltipLabelContainer--VcuRg.PriceChangesChartTooltip-module__multiAsset--FH0YQ{width:259px}.PriceChangesChartTooltip-module__dateRow--oN0v5{display:flex;align-items:center;justify-content:space-between;gap:10px}.PriceChangesChartTooltip-module__dateLabel--BaVfH{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-default);flex:1 0 0}.PriceChangesChartTooltip-module__dateSubtitle--FTSaf{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-default);flex-shrink:0}.PriceChangesChartTooltip-module__tooltipRow--Cqs0h{display:flex;align-items:center;justify-content:space-between;width:100%}.PriceChangesChartTooltip-module__tooltipLegend--CIabL{display:flex;align-items:center;gap:4px;flex-shrink:0}.PriceChangesChartTooltip-module__tooltipLegendColor--BC1V5{width:8px;height:8px;border-radius:50%}.PriceChangesChartTooltip-module__tooltipLegendColor--BC1V5.PriceChangesChartTooltip-module__dashed--P0B96{width:12px;height:1px;background:none;border-radius:unset}.PriceChangesChartTooltip-module__tooltipLabel--ALiPB{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-default)}.PriceChangesChartTooltip-module__tooltipValue--_koVF{font-size:.75rem;line-height:150%;font-weight:340;font-family:var(--font-roboto-mono);text-align:right;flex-shrink:0;color:var(--text-default)}.PriceChangesChartTooltip-module__tooltipValueArea--ViWhl{text-align:right;flex-shrink:0}.PriceChangesChartTooltip-module__chartTooltip--SwVnM{pointer-events:none;padding:0}}
@layer design-system{.PriceChangesChart-module__priceChangesChartRoot--fRcwZ{position:relative;overflow:visible}.PriceChangesChart-module__priceChangesChartContainer--uTz3u{overflow:visible}.PriceChangesChart-module__plot--uHSrA{position:relative;width:100%;height:340px;overflow:visible}.PriceChangesChart-module__canvasOverlay--xtANk{position:absolute;pointer-events:none}.PriceChangesChart-module__verticalLine--tQwtd{stroke:var(--border-default);stroke-width:2px}.PriceChangesChart-module__verticalLine--tQwtd.PriceChangesChart-module__dashed--e7TL8{stroke-dasharray:4 4}.PriceChangesChart-module__tooltipLine--zentm{stroke:var(--border-default);stroke-dasharray:4 4}}
@layer design-system{.SurveyWaffle-module__container--gkqbr{display:grid;grid-template-columns:repeat(10, 1fr);gap:4px;width:fit-content}.SurveyWaffle-module__circle--OJ4U3{width:12px;height:12px;border-radius:50%;background-color:var(--icon-soft)}.SurveyWaffle-module__circleFilled--FAaaJ{background-color:var(--icon-primary)}}
@keyframes HorizontalBarChart-module__slide-in--HNphu{from{transform:translateY(5%)}to{transform:translateY(0)}}@layer design-system{.HorizontalBarChart-module__rootSvg--b3NV1{color:var(--text-default);border-radius:4px}.HorizontalBarChart-module__axisLine--PlclM{stroke:var(--border-default)}.HorizontalBarChart-module__axisText--FC6a3{font-size:.75rem;line-height:150%;font-weight:340;fill:var(--text-default);text-anchor:middle}.HorizontalBarChart-module__axisTextHeader--Ztgba{text-anchor:end}.HorizontalBarChart-module__labelHeader--wamLn{font-size:.75rem;line-height:150%;font-weight:340;fill:var(--text-default)}}
@layer design-system{.Bar-module__rectPositive--dhvkv{fill:var(--viz-bullish)}.Bar-module__rectNegative--FNG0H{fill:var(--viz-bearish)}.Bar-module__rectNeutral--ll2EP{fill:var(--text-default)}}
@layer design-system{.HorizontalLabels-module__medianText--RtTwg{font-size:1rem;line-height:150%;font-weight:340;font-family:var(--font-roboto-mono);text-anchor:end}.HorizontalLabels-module__medianTextPositive--g77Jx{fill:var(--viz-bullish)}.HorizontalLabels-module__medianTextNegative--a9H3p{fill:var(--viz-bearish)}.HorizontalLabels-module__medianTextNeutral--WdPiD{fill:var(--text-default)}.HorizontalLabels-module__labelText--mFa9F{font-size:1rem;line-height:150%;font-weight:340;fill:var(--text-default)}}
@layer design-system{.Waves-module__viewAllButton--vsjcl{font-size:.875rem;line-height:150%;font-weight:340;fill:var(--text-default);margin:20px}.Waves-module__viewAllButtonWrapper--vMMHU{display:flex;align-items:center;justify-content:center;height:100%}.Waves-module__borderPath--cfhBJ{stroke:var(--border-soft)}.Waves-module__backgroundPath--a4uEm{fill:var(--background-default)}}
@layer design-system{.ChartItem-module__backgroundRect--GTT2h{outline:none;fill:rgba(0,0,0,0);rx:8px;width:100%;opacity:.5;height:48px;transform:translateY(-16px)}.ChartItem-module__button--Hq7qy{outline:none}.ChartItem-module__buttonInteractive--HWIyf{cursor:pointer}.ChartItem-module__buttonInteractive--HWIyf:hover .ChartItem-module__backgroundRect--GTT2h{fill:var(--surface-hover)}.ChartItem-module__buttonInteractive--HWIyf:focus-visible .ChartItem-module__backgroundRect--GTT2h{stroke:var(--border-focus)}.ChartItem-module__buttonInteractive--HWIyf:active .ChartItem-module__backgroundRect--GTT2h{fill:var(--surface-pressed)}}
@layer design-system{.InvertedThresholdArea-module__areaRectBackground--x_qbu{mix-blend-mode:color}.InvertedThresholdArea-module__edgeLine--aCNNc{stroke-width:1;stroke-dasharray:3 2}.InvertedThresholdArea-module__lineAxis--ZkMQa{stroke-width:1}}
@layer design-system{.PlainIcon-module__styledForeign--FEOUK{text-align:center;line-height:16px;vertical-align:middle}.PlainIcon-module__circleIcon--g7b3Q{r:2px}.PlainIcon-module__circleRingIcon--dMHg6{fill:none;r:4px;stroke-width:1}.PlainIcon-module__labelWrapper--eziLf{display:flex;flex-direction:column;align-items:center}.PlainIcon-module__date--_RgCM{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-soft)}.PlainIcon-module__value--dinem{font-size:.875rem;line-height:150%;font-weight:340}}
@layer design-system{.TadpoleChart-module__svgChart--oTSCL{width:100%;height:56px;border-radius:3px}.TadpoleChart-module__svgBounds--UsLMy{width:100%;height:16px}.TadpoleChart-module__overlayWrapper--SHHoL{position:absolute;width:100%;height:100%;top:0;right:0}.TadpoleChart-module__rectBackground--p9KFl{fill:var(--surface-default);width:inherit;height:100%}.TadpoleChart-module__pathPlot--_Ul9I{stroke-width:1;fill:none;stroke:var(--surface-inverse)}.TadpoleChart-module__lineXAxis--kQsrz{stroke:var(--icon-disabled);stroke-width:1}.TadpoleChart-module__zeroLine--PNFkW{stroke:var(--icon-disabled);stroke-width:1;stroke-dasharray:1 1}}
@layer design-system{.Accordion-module__titleContainer--nN2bC{color:var(--text-primary);font-size:1rem;line-height:150%;font-weight:340;display:flex;justify-content:space-between;align-items:center;padding:12px;margin:0;gap:4px}.Accordion-module__titleContainer--nN2bC.Accordion-module__expandable--t155C:hover{cursor:pointer}.Accordion-module__titleContent--xNDnK{display:flex;align-items:center;justify-content:center;gap:8px}.Accordion-module__titleContent--xNDnK svg{margin-bottom:3px}.Accordion-module__rightAlignedItems--Hdl4t{display:flex;gap:6px;flex-direction:row;align-items:center;font-size:1rem;line-height:150%;font-weight:340}.Accordion-module__iconStyled--lJsdZ{flex-shrink:0;transition:transform .4s cubic-bezier(0.75, 0.02, 0.5, 1);display:block;max-width:100%}.Accordion-module__iconStyled--lJsdZ.Accordion-module__withDefaultIcon--PhsY_{transform:rotate(90deg)}.Accordion-module__iconStyled--lJsdZ.Accordion-module__withDefaultIcon--PhsY_.Accordion-module__expanded--V5tPB{transform:rotate(-90deg)}.Accordion-module__content--pc4C_{padding:0 10px 8px;font-size:1rem;line-height:150%;font-weight:340;overflow:hidden;color:var(--text-default)}.Accordion-module__transitionWrapper--bJDkk{overflow:hidden;transition:height var(--duration, 400ms) cubic-bezier(0.75, 0.02, 0.5, 1)}.Accordion-module__accordionItem--J9kip{margin-bottom:20px;border-radius:8px}.Accordion-module__accordionItem--J9kip.Accordion-module__hideIcon--bXsE9 .Accordion-module__iconStyled--lJsdZ{display:none}.Accordion-module__accordionItem--J9kip.Accordion-module__hideIcon--bXsE9 .Accordion-module__content--pc4C_{padding-left:10px}.Accordion-module__accordion--yPBUH .Accordion-module__accordionItem--J9kip{background-color:rgba(0,0,0,0)}.Accordion-module__accordion--yPBUH .Accordion-module__accordionItem--J9kip:hover{background-color:var(--surface-hover)}.Accordion-module__accordion--yPBUH .Accordion-module__accordionItem--J9kip:last-child{margin-bottom:0}.Accordion-module__accordion--yPBUH.Accordion-module__withBackground--F663K .Accordion-module__accordionItem--J9kip{background-color:var(--surface-default)}.Accordion-module__accordion--yPBUH.Accordion-module__secondary--EBHpX .Accordion-module__accordionItem--J9kip:not(:first-child,:last-child){border-top:0;border-radius:0}.Accordion-module__accordion--yPBUH.Accordion-module__secondary--EBHpX .Accordion-module__accordionItem--J9kip:first-child{border-bottom-left-radius:0;border-bottom-right-radius:0}.Accordion-module__accordion--yPBUH.Accordion-module__secondary--EBHpX .Accordion-module__accordionItem--J9kip:last-child{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.Accordion-module__accordion--yPBUH.Accordion-module__secondary--EBHpX .Accordion-module__accordionItem--J9kip{margin-bottom:0;background-color:var(--background-default);border:1px solid var(--border-soft)}.Accordion-module__accordion--yPBUH.Accordion-module__secondary--EBHpX .Accordion-module__accordionItem--J9kip .Accordion-module__titleContent--xNDnK{color:var(--text-default)}.Accordion-module__accordion--yPBUH.Accordion-module__secondary--EBHpX .Accordion-module__accordionItem--J9kip .Accordion-module__content--pc4C_{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-soft);padding:0 40px 13px}}
@layer design-system{.Alert-module__alert--cgmrs{display:flex;position:relative;border-radius:4px;color:var(--text-default);padding:16px;width:343px;max-width:100%}@media screen and (min-width: 600px){.Alert-module__alert--cgmrs{width:480px}}@media screen and (min-width: 1280px){.Alert-module__alert--cgmrs{width:600px}}.Alert-module__alert--cgmrs svg{display:block}.Alert-module__variantInline--Y19M8{padding:16px 16px 16px 13px}.Alert-module__variantInline--Y19M8.Alert-module__typeError--wBoY4{border-left:4px solid var(--border-critical)}.Alert-module__variantInline--Y19M8.Alert-module__typeWarning--rUQuK{border-left:4px solid var(--border-warning)}.Alert-module__variantInline--Y19M8.Alert-module__typeSuccess--BA8GO{border-left:4px solid var(--border-success)}.Alert-module__variantInline--Y19M8.Alert-module__typeInfo--U8wU0{border-left:4px solid var(--border-default)}.Alert-module__variantToast--uJyH3.Alert-module__typeError--wBoY4{border:1px solid var(--border-critical)}.Alert-module__variantToast--uJyH3.Alert-module__typeWarning--rUQuK{border:1px solid var(--border-warning)}.Alert-module__variantToast--uJyH3.Alert-module__typeSuccess--BA8GO{border:1px solid var(--border-success)}.Alert-module__variantToast--uJyH3.Alert-module__typeInfo--U8wU0{border:1px solid var(--border-default)}.Alert-module__typeSuccess--BA8GO{background-color:var(--surface-success)}.Alert-module__typeWarning--rUQuK{background-color:var(--surface-warning)}.Alert-module__typeError--wBoY4{background-color:var(--surface-critical)}.Alert-module__typeInfo--U8wU0{background-color:var(--surface-default)}.Alert-module__content--d8DQX{display:flex;flex-direction:column;flex-grow:1;font-size:.938rem}@media screen and (min-width: 1040px){.Alert-module__content--d8DQX{font-size:.875rem}}.Alert-module__title--waMR8{font-size:1rem;line-height:112.5%;font-weight:420;flex-grow:1}.Alert-module__contentSection--PzLDh{display:flex;justify-content:space-between}.Alert-module__textWrapper--d0J98{display:flex;flex-direction:column;gap:4px}.Alert-module__message--Qv967{font-size:.875rem;line-height:150%;font-weight:340}.Alert-module__close--CWB3J{cursor:pointer;border:none;background:none;margin-left:12px;padding:4px}.Alert-module__close--CWB3J svg{fill:var(--icon-soft)}.Alert-module__close--CWB3J:hover svg{fill:var(--icon-default)}.Alert-module__buttonsContainer--sXtzq{display:flex;margin-top:12px}.Alert-module__buttonsContainer--sXtzq>button:first-child{margin-right:8px}.Alert-module__icon--F56wf{margin-right:8px}}
@layer design-system{.Badge-module__root--Uwsjj{display:inline-flex;align-items:center;box-sizing:content-box;font-size:.875rem;line-height:112.5%;font-weight:420}.Badge-module__root--Uwsjj.Badge-module__sizeSmall--sksjK{font-size:.75rem;line-height:112.5%;font-weight:420}.Badge-module__numerical--yBenE{display:flex;justify-content:center;align-items:center;color:var(--text-on-critical);background-color:var(--action-critical-default);border-radius:20px}.Badge-module__numerical--yBenE.Badge-module__sizeMedium--CcV5a{height:20px;min-width:20px;padding:2px 7px}.Badge-module__numerical--yBenE.Badge-module__sizeSmall--sksjK{height:16px;min-width:16px;padding:0 5px}.Badge-module__textual--R5oY2{border-radius:8px;display:inline-flex;padding:4px 8px;gap:4px;align-items:center;box-sizing:border-box}.Badge-module__textual--R5oY2.Badge-module__sizeSmall--sksjK{border-radius:4px;font-size:.75rem;line-height:112.5%;font-weight:420;padding:2px 4px}.Badge-module__solidNeutral--II4I0{color:var(--text-default);background-color:var(--surface-neutral)}.Badge-module__solidNeutral--II4I0 svg{fill:var(--icon-default)}.Badge-module__solidPrimary--p4IF4{color:var(--text-on-primary);background-color:var(--surface-primary)}.Badge-module__solidPrimary--p4IF4 svg{fill:var(--icon-on-primary)}.Badge-module__solidSuccess--O6uxt{color:var(--text-success);background-color:var(--surface-success)}.Badge-module__solidSuccess--O6uxt svg{fill:var(--icon-success)}.Badge-module__solidWarning--NTl63{color:var(--text-warning);background-color:var(--surface-warning)}.Badge-module__solidWarning--NTl63 svg{fill:var(--icon-warning)}.Badge-module__solidError--EmhxQ{color:var(--text-critical);background-color:var(--surface-critical)}.Badge-module__solidError--EmhxQ svg{fill:var(--icon-critical)}.Badge-module__outlineNeutral--XLVcv{color:var(--text-default);border:1px solid var(--border-default)}.Badge-module__outlineNeutral--XLVcv svg{fill:var(--icon-default)}.Badge-module__outlinePrimary--S2y1B{color:var(--text-primary);border:1px solid var(--border-primary)}.Badge-module__outlinePrimary--S2y1B svg{fill:var(--icon-primary)}.Badge-module__outlineSuccess--xzz0x{color:var(--text-success);border:1px solid var(--border-success)}.Badge-module__outlineSuccess--xzz0x svg{fill:var(--icon-success)}.Badge-module__outlineWarning--qMIFE{color:var(--text-warning);border:1px solid var(--border-warning)}.Badge-module__outlineWarning--qMIFE svg{fill:var(--icon-warning)}.Badge-module__outlineError--beb_G{color:var(--text-critical);border:1px solid var(--border-critical)}.Badge-module__outlineError--beb_G svg{fill:var(--icon-critical)}}
@layer design-system{.ButtonGroup-module__root--nfrtR{display:flex;width:100%;background-color:var(--background-soft);border:1px solid var(--border-soft);border-radius:4px;padding:4px;gap:4px}.ButtonGroup-module__item--Ad7Yb{font-size:.875rem;line-height:150%;font-weight:340;background:none;border:none;width:100%;color:var(--text-default);border-radius:4px;padding:6px 8px;cursor:pointer;text-transform:capitalize}.ButtonGroup-module__item--Ad7Yb:hover{background-color:var(--surface-hover)}.ButtonGroup-module__itemActive--oUj5S{color:var(--text-primary);background-color:var(--custom-active-bg, var(--action-primary-soft-hover))}.ButtonGroup-module__itemActive--oUj5S:hover{background-color:var(--action-primary-soft-hover)}.ButtonGroup-module__itemDisabled--IHoiu{color:var(--text-disabled);cursor:not-allowed}.ButtonGroup-module__itemDisabled--IHoiu:hover{background-color:rgba(0,0,0,0)}}
@layer design-system{.ButtonLink-module__root--G_ty2{border-radius:4px;display:inline-flex;justify-content:center;align-items:center;cursor:pointer;white-space:nowrap;border:none;background-color:rgba(0,0,0,0);color:var(--text-primary);padding:0}.ButtonLink-module__root--G_ty2:hover{text-decoration:underline}.ButtonLink-module__root--G_ty2:focus{outline:1px solid var(--border-focus);text-decoration:underline}.ButtonLink-module__root--G_ty2:disabled{text-decoration:none;cursor:default;color:var(--text-disabled)}.ButtonLink-module__root--G_ty2:disabled svg{fill:var(--icon-disabled)}.ButtonLink-module__root--G_ty2 svg{fill:var(--icon-primary)}.ButtonLink-module__label--Hr1Ix{font-size:.875rem;line-height:112.5%;font-weight:420;display:flex;align-items:center;gap:8px}.ButtonLink-module__labelReversed--_XXjS{flex-direction:row-reverse}}
@layer design-system{.Card-module__root--nKUtO{border-radius:8px;border:1px solid var(--border-soft);background-color:var(--surface-default)}.Card-module__small--gk1Fa{padding:12px}.Card-module__medium--pZW9A{padding:16px}.Card-module__large--q19CF{padding:20px}}
@layer design-system{.Checkbox-module__wrapper--F2BcK{display:flex;flex-direction:column}.Checkbox-module__checkboxElement--dyjxn{position:absolute;appearance:none}.Checkbox-module__checkIcon--bh5d2{fill:var(--text-on-primary);display:none}.Checkbox-module__checkmark--VthqV{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;height:18px;width:18px;margin-right:8px;margin-top:3px;border:1px solid var(--border-default);border-radius:4px}.Checkbox-module__checkboxElement--dyjxn:focus-visible+.Checkbox-module__checkmark--VthqV{outline-offset:2px;outline:var(--border-focus) solid 2px}.Checkbox-module__checkboxLabel--ORhHO{color:var(--text-default)}.Checkbox-module__checkboxLabelWithTooltip--Rjt3L{border-bottom:1px dashed var(--border-default)}.Checkbox-module__checkbox--BKNL4{display:inline-flex;cursor:pointer}.Checkbox-module__checkbox--BKNL4.Checkbox-module__disabled--gintl{cursor:default}.Checkbox-module__checkbox--BKNL4.Checkbox-module__sizeMedium--AdUbm .Checkbox-module__checkboxLabel--ORhHO{font-size:1rem;line-height:150%;font-weight:340}.Checkbox-module__checkbox--BKNL4.Checkbox-module__sizeSmall--GsFne .Checkbox-module__checkboxLabel--ORhHO{font-size:.875rem;line-height:150%;font-weight:340}.Checkbox-module__checkbox--BKNL4.Checkbox-module__locked--GDc0T .Checkbox-module__checkboxLabel--ORhHO,.Checkbox-module__checkbox--BKNL4.Checkbox-module__disabled--gintl .Checkbox-module__checkboxLabel--ORhHO{color:var(--surface-neutral)}.Checkbox-module__checkbox--BKNL4.Checkbox-module__checked--RwS2j .Checkbox-module__checkIcon--bh5d2{display:inline-flex}.Checkbox-module__checkbox--BKNL4.Checkbox-module__primary--Jcwzr .Checkbox-module__checkmark--VthqV{border-color:var(--border-default)}.Checkbox-module__checkbox--BKNL4.Checkbox-module__primary--Jcwzr:hover .Checkbox-module__checkmark--VthqV{border-color:var(--border-hover)}.Checkbox-module__checkbox--BKNL4.Checkbox-module__primary--Jcwzr.Checkbox-module__checked--RwS2j .Checkbox-module__checkmark--VthqV{border-color:var(--border-primary);background-color:var(--surface-primary)}.Checkbox-module__checkbox--BKNL4.Checkbox-module__primary--Jcwzr.Checkbox-module__checked--RwS2j:hover .Checkbox-module__checkmark--VthqV{border-color:var(--border-primary)}.Checkbox-module__checkbox--BKNL4.Checkbox-module__critical--I2YvQ .Checkbox-module__checkmark--VthqV{border-color:var(--border-critical)}.Checkbox-module__checkbox--BKNL4.Checkbox-module__critical--I2YvQ.Checkbox-module__checked--RwS2j .Checkbox-module__checkmark--VthqV{border-color:var(--border-critical);background-color:var(--surface-critical)}.Checkbox-module__checkbox--BKNL4.Checkbox-module__disabled--gintl .Checkbox-module__checkmark--VthqV{border-color:var(--border-disabled)}.Checkbox-module__checkbox--BKNL4.Checkbox-module__disabled--gintl.Checkbox-module__checked--RwS2j .Checkbox-module__checkmark--VthqV{border-color:var(--surface-neutral);background-color:var(--surface-neutral)}.Checkbox-module__lockIcon--JCJbi{margin-right:12px;fill:var(--surface-neutral)}.Checkbox-module__errorText--gTwIA{display:block;text-align:left;color:var(--text-critical);font-size:.875rem;line-height:150%;font-weight:340}}
@layer design-system{.Chip-module__container--RYLvb{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:5px 11px;border:1px solid rgba(0,0,0,0);outline:none;cursor:pointer;border-radius:8px}.Chip-module__container--RYLvb>span{font-size:.875rem;line-height:150%;font-weight:340}.Chip-module__container--RYLvb:focus-within{outline:1px solid var(--border-focus)}.Chip-module__container--RYLvb:disabled{background-color:rgba(0,0,0,0);color:var(--surface-neutral);pointer-events:none}.Chip-module__container--RYLvb:disabled.Chip-module__outline--blvDg{border-color:var(--border-disabled)}.Chip-module__container--RYLvb.Chip-module__input--nDLxU.Chip-module__solid--Lb5NF:not(:disabled){background-color:var(--surface-default);color:var(--text-default)}.Chip-module__container--RYLvb.Chip-module__input--nDLxU.Chip-module__solid--Lb5NF:not(:disabled):not(.Chip-module__active--JaGwp):hover{background-color:var(--surface-hover)}.Chip-module__container--RYLvb.Chip-module__input--nDLxU.Chip-module__solid--Lb5NF:not(:disabled):not(.Chip-module__active--JaGwp):focus-visible{outline:2px solid var(--border-focus)}.Chip-module__container--RYLvb.Chip-module__input--nDLxU.Chip-module__solid--Lb5NF:not(:disabled).Chip-module__active--JaGwp{background-color:var(--surface-primary);color:var(--text-inverse)}.Chip-module__container--RYLvb.Chip-module__input--nDLxU.Chip-module__outline--blvDg:not(:disabled){background-color:var(--surface-default);color:var(--text-default);border-color:var(--border-default)}.Chip-module__container--RYLvb.Chip-module__input--nDLxU.Chip-module__outline--blvDg:not(:disabled):not(.Chip-module__active--JaGwp):hover{background-color:var(--surface-hover);border-color:var(--border-hover)}.Chip-module__container--RYLvb.Chip-module__input--nDLxU.Chip-module__outline--blvDg:not(:disabled):not(.Chip-module__active--JaGwp):focus-visible{outline:2px solid var(--border-focus)}.Chip-module__container--RYLvb.Chip-module__input--nDLxU.Chip-module__outline--blvDg:not(:disabled).Chip-module__active--JaGwp{background-color:var(--surface-primary);color:var(--text-inverse);border-color:var(--border-primary)}.Chip-module__container--RYLvb.Chip-module__choice--qFAD2.Chip-module__solid--Lb5NF:not(:disabled){background-color:var(--surface-default);color:var(--text-default)}.Chip-module__container--RYLvb.Chip-module__choice--qFAD2.Chip-module__solid--Lb5NF:not(:disabled):not(.Chip-module__active--JaGwp):hover{background-color:var(--surface-hover)}.Chip-module__container--RYLvb.Chip-module__choice--qFAD2.Chip-module__solid--Lb5NF:not(:disabled):not(.Chip-module__active--JaGwp):focus-visible{outline:2px solid var(--border-focus)}.Chip-module__container--RYLvb.Chip-module__choice--qFAD2.Chip-module__solid--Lb5NF:not(:disabled).Chip-module__active--JaGwp{background-color:rgba(0,0,0,0);color:var(--text-primary);border-color:var(--border-primary)}.Chip-module__container--RYLvb.Chip-module__choice--qFAD2.Chip-module__outline--blvDg:not(:disabled){background-color:rgba(0,0,0,0);color:var(--text-default);border-color:var(--border-default)}.Chip-module__container--RYLvb.Chip-module__choice--qFAD2.Chip-module__outline--blvDg:not(:disabled):not(.Chip-module__active--JaGwp):hover{background-color:var(--surface-hover);border-color:var(--border-hover)}.Chip-module__container--RYLvb.Chip-module__choice--qFAD2.Chip-module__outline--blvDg:not(:disabled):not(.Chip-module__active--JaGwp):focus-visible{outline:2px solid var(--border-focus)}.Chip-module__container--RYLvb.Chip-module__choice--qFAD2.Chip-module__outline--blvDg:not(:disabled).Chip-module__active--JaGwp{background-color:rgba(0,0,0,0);color:var(--text-primary);border-color:var(--border-primary)}.Chip-module__container--RYLvb.Chip-module__filter--JsKKT.Chip-module__solid--Lb5NF:not(:disabled){background-color:var(--surface-default);color:var(--text-default)}.Chip-module__container--RYLvb.Chip-module__filter--JsKKT.Chip-module__solid--Lb5NF:not(:disabled):hover .Chip-module__closeIcon--Dt7Bp{fill:var(--icon-critical)}.Chip-module__container--RYLvb.Chip-module__filter--JsKKT.Chip-module__outline--blvDg:not(:disabled){background-color:rgba(0,0,0,0);color:var(--text-default);border-color:var(--border-default)}.Chip-module__container--RYLvb.Chip-module__filter--JsKKT.Chip-module__outline--blvDg:not(:disabled):hover .Chip-module__closeIcon--Dt7Bp{fill:var(--icon-critical)}.Chip-module__iconContainer--ExYf3{display:inline-flex}.Chip-module__leftIcon--N4i_s{fill:currentColor}.Chip-module__rightIcon--OANJg{fill:currentColor}.Chip-module__closeIcon--Dt7Bp{margin-left:8px;fill:var(--icon-default)}}
@layer design-system{.DatePicker-module__datePickerWrapper--K01uh{width:fit-content}.DatePicker-module__customDatePicker--z0E4r{border:1px solid var(--border-soft);padding:20px 12px;width:306px;background-color:var(--background-soft)}.DatePicker-module__customDatePicker--z0E4r button{border:none;font:inherit;color:inherit;background-color:rgba(0,0,0,0);cursor:pointer}.DatePicker-module__customDatePicker--z0E4r .react-calendar__navigation{display:flex;margin-bottom:16px;font-size:14px}.DatePicker-module__customDatePicker--z0E4r .react-calendar__navigation__arrow{padding:4px}.DatePicker-module__customDatePicker--z0E4r .react-calendar__navigation__arrow:hover{border-radius:4px;background-color:var(--surface-hover)}.DatePicker-module__customDatePicker--z0E4r .react-calendar__navigation__arrow:disabled svg{fill:var(--icon-disabled)}.DatePicker-module__customDatePicker--z0E4r .react-calendar__navigation__label{margin:0 32px;visibility:hidden}.DatePicker-module__customDatePicker--z0E4r .react-calendar__month-view__weekdays__weekday>abbr{text-decoration:none}.DatePicker-module__customDatePicker--z0E4r .react-calendar__month-view__weekdays{margin-bottom:4px;text-align:center;color:var(--text-disabled);text-transform:uppercase}.DatePicker-module__customDatePicker--z0E4r .react-calendar__month-view__days{font-size:1rem;line-height:150%;font-weight:340}.DatePicker-module__customDatePicker--z0E4r .react-calendar__month-view__days__day--neighboringMonth{color:var(--text-soft)}.DatePicker-module__customDatePicker--z0E4r .react-calendar__month-view__days__day:hover:not(.react-calendar__tile--disabled,.react-calendar__tile--active,.react-calendar__tile--hoverStart,.react-calendar__tile--hoverEnd){border-radius:50%;background-color:var(--surface-hover)}.DatePicker-module__customDatePicker--z0E4r .react-calendar__tile{width:32px;height:37px;cursor:pointer}.DatePicker-module__customDatePicker--z0E4r .react-calendar__tile--now{color:var(--text-primary)}.DatePicker-module__customDatePicker--z0E4r .react-calendar__tile--range.react-calendar__tile--rangeStart.react-calendar__tile--rangeEnd.react-calendar__tile--active{border-radius:50%;background-color:var(--surface-primary);color:var(--text-on-primary)}.DatePicker-module__customDatePicker--z0E4r .react-calendar__month-view__days__day.react-calendar__tile--range.react-calendar__tile--rangeStart{border-radius:100px 0 0 100px;background-color:var(--surface-primary);color:var(--text-on-primary)}.DatePicker-module__customDatePicker--z0E4r .react-calendar__month-view__days__day.react-calendar__tile--range.react-calendar__tile--rangeEnd{border-radius:0 100px 100px 0;background-color:var(--surface-primary);color:var(--text-on-primary)}.DatePicker-module__customDatePicker--z0E4r .react-calendar__tile--disabled{color:var(--text-disabled);cursor:unset}.DatePicker-module__customDatePicker--z0E4r .react-calendar__tile--hover{background-color:var(--surface-hover)}.DatePicker-module__customDatePicker--z0E4r .react-calendar__tile--disabled.react-calendar__tile--hover{background-color:unset}.DatePicker-module__customDatePicker--z0E4r .react-calendar__tile--range{background-color:var(--surface-hover);border-radius:unset}.DatePicker-module__customDatePicker--z0E4r .react-calendar__year-view__months__month,.DatePicker-module__customDatePicker--z0E4r .react-calendar__decade-view__years__year{width:80px;height:55px;font-size:1rem;line-height:150%;font-weight:340}.DatePicker-module__customDatePicker--z0E4r .react-calendar__year-view__months__month:hover:not(.react-calendar__tile--disabled,.react-calendar__tile--hasActive),.DatePicker-module__customDatePicker--z0E4r .react-calendar__decade-view__years__year:hover:not(.react-calendar__tile--disabled,.react-calendar__tile--hasActive){border-radius:8px;background-color:var(--surface-hover)}.DatePicker-module__customDatePicker--z0E4r .react-calendar__tile--hasActive{border-radius:8px;background-color:var(--surface-primary);color:var(--text-on-primary)}.DatePicker-module__customDatePicker--z0E4r.DatePicker-module__showNavLabel--qEk1s .react-calendar__navigation__label{visibility:visible}.DatePicker-module__customDatePicker--z0E4r.DatePicker-module__showNavLabel--qEk1s .react-calendar__navigation__label:hover{border-radius:4px;background-color:var(--surface-hover)}.DatePicker-module__customDatePicker--z0E4r.DatePicker-module__selectRange--DvWgz .react-calendar__tile--range.react-calendar__tile--rangeStart.react-calendar__tile--rangeEnd.react-calendar__tile--active.react-calendar__tile--hoverStart{border-radius:100px 0 0 100px}.DatePicker-module__customDatePicker--z0E4r.DatePicker-module__selectRange--DvWgz .react-calendar__tile--range.react-calendar__tile--rangeStart.react-calendar__tile--rangeEnd.react-calendar__tile--active.react-calendar__tile--hoverEnd{border-radius:0 100px 100px 0}.DatePicker-module__customDatePicker--z0E4r.DatePicker-module__selectRange--DvWgz .react-calendar__tile--range.react-calendar__tile--rangeStart.react-calendar__tile--rangeEnd.react-calendar__tile--active.react-calendar__tile--hoverStart.react-calendar__tile--hoverEnd{border-radius:50%}.DatePicker-module__customDatePicker--z0E4r.DatePicker-module__selectRange--DvWgz .react-calendar__tile--hover.react-calendar__tile--hoverStart{border-radius:100px 0 0 100px}.DatePicker-module__customDatePicker--z0E4r.DatePicker-module__selectRange--DvWgz .react-calendar__tile--hover.react-calendar__tile--hoverEnd{border-radius:0 100px 100px 0}}
@layer design-system{.Drawer-module__backgroundOverlay--ComUZ{z-index:var(--z-index-modal);position:fixed;bottom:0;left:0;right:0;background-color:var(--background-backdrop);transition:opacity .3s ease-out;opacity:0}.Drawer-module__backgroundOverlayOpen--ewBXz{opacity:.7;top:0}.Drawer-module__container--vt8nv{width:600px;height:100%;max-height:100vh;display:flex;position:fixed;right:0;flex-direction:column;top:0;z-index:var(--z-index-modal);background-color:var(--background-soft);transition:transform .3s ease-out;transform:translateX(100%)}.Drawer-module__containerOpen--_ocwH{transform:translateX(0%)}.Drawer-module__header--ADE86{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:4px 4px 4px 12px}.Drawer-module__body--iJLem::-webkit-scrollbar{width:13px;height:10px}.Drawer-module__body--iJLem::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.Drawer-module__body--iJLem::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.Drawer-module__body--iJLem::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.Drawer-module__body--iJLem::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.Drawer-module__body--iJLem::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.Drawer-module__body--iJLem{flex:1;overflow-y:auto;overscroll-behavior-y:contain;scroll-behavior:smooth}.Drawer-module__closeButton--YHjEE{padding:2px 7px;height:32px}}
@layer design-system{.Input-module__sharedInput--pheEG{flex:1;border:none;background-color:rgba(0,0,0,0);caret-color:var(--text-primary);-moz-appearance:textfield;border-color:rgba(0,0,0,0)}.Input-module__sharedInput--pheEG:active,.Input-module__sharedInput--pheEG:hover,.Input-module__sharedInput--pheEG:focus-within{border-color:rgba(0,0,0,0);outline:none}.Input-module__sharedInput--pheEG::placeholder{color:var(--text-soft)}.Input-module__sharedInput--pheEG::-webkit-outer-spin-button,.Input-module__sharedInput--pheEG::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.Input-module__container--ynN9E{width:auto}.Input-module__inputElement--bIe4v{}.Input-module__inputElement--bIe4v.Input-module__large--lqbrS{font-size:1rem;line-height:150%;font-weight:340}.Input-module__inputElement--bIe4v.Input-module__medium--t1UZu{font-size:.875rem;line-height:150%;font-weight:340}.Input-module__inputElement--bIe4v.Input-module__rightAlignText--dGlRV{text-align:right}.Input-module__inputElement--bIe4v.Input-module__disabled--tnDe7{color:var(--text-disabled)}.Input-module__inputElement--bIe4v:not(.Input-module__disabled--tnDe7){color:var(--text-default)}.Input-module__prefixContainer--Our55{color:var(--text-soft)}.Input-module__inputWrapper--WoOt8{display:flex;border-radius:4px;overflow:hidden;padding:8px 12px;position:relative;border:1px solid var(--border-default);gap:8px;align-items:center}.Input-module__inputWrapper--WoOt8.Input-module__fill--mqff6{background-color:var(--surface-default)}.Input-module__inputWrapper--WoOt8.Input-module__outline--WZhA8{background-color:rgba(0,0,0,0)}.Input-module__inputWrapper--WoOt8.Input-module__isDisabled--_q5kh{border-color:var(--border-disabled);cursor:default}.Input-module__inputWrapper--WoOt8.Input-module__isDisabled--_q5kh .Input-module__prefixContainer--Our55{color:var(--surface-neutral)}.Input-module__inputWrapper--WoOt8.Input-module__isDisabled--_q5kh svg{fill:var(--surface-neutral)}.Input-module__inputWrapper--WoOt8:not(.Input-module__isDisabled--_q5kh).Input-module__error--qcXCz{border-color:var(--border-critical)}.Input-module__inputWrapper--WoOt8:not(.Input-module__isDisabled--_q5kh):not(.Input-module__error--qcXCz).Input-module__focused--Da7Yd{border-color:var(--border-primary)}.Input-module__inputWrapper--WoOt8:not(.Input-module__isDisabled--_q5kh):not(.Input-module__error--qcXCz,.Input-module__focused--Da7Yd):hover{border-color:var(--border-hover)}.Input-module__leftIcon--KSROX{width:auto;display:flex;align-items:center}.Input-module__rightIcon--OMRaG{width:auto;display:flex;align-items:center}.Input-module__errorLabel--vr46k{display:block;text-align:left;margin-top:6px;color:var(--text-critical);font-size:.875rem;line-height:150%;font-weight:340}.Input-module__helperLabel--TEbdO{color:var(--text-soft)}.Input-module__styledLabel--Wyox2{display:block;font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-default);margin-bottom:4px}}
@layer design-system{.Dropdown-module__container--ShOfB{position:relative;display:flex;flex-direction:column}.Dropdown-module__dropdownListContainer--UQjdi{z-index:7;position:relative;display:flex;flex-direction:column}}
@layer design-system{.DropdownListOption-module__listOption--tH1xg{list-style-type:none}.DropdownListOption-module__listOption--tH1xg:not(.DropdownListOption-module__disabled--PsRch){cursor:pointer}.DropdownListOption-module__listOption--tH1xg:not(.DropdownListOption-module__hasV2Styles--XXbCr).focused,.DropdownListOption-module__listOption--tH1xg:not(.DropdownListOption-module__hasV2Styles--XXbCr).active,.DropdownListOption-module__listOption--tH1xg:not(.DropdownListOption-module__hasV2Styles--XXbCr):hover{color:var(--text-primary)}.DropdownListOption-module__listOption--tH1xg:not(.DropdownListOption-module__hasV2Styles--XXbCr).focused [data-badge=textual],.DropdownListOption-module__listOption--tH1xg:not(.DropdownListOption-module__hasV2Styles--XXbCr).active [data-badge=textual],.DropdownListOption-module__listOption--tH1xg:not(.DropdownListOption-module__hasV2Styles--XXbCr):hover [data-badge=textual]{color:var(--text-primary);border-color:var(--border-primary)}}
@layer design-system{.DropdownList-module__dropdownListRoot--DB0GK.DropdownList-module__hasV2Styles--aRL1v::-webkit-scrollbar{width:13px;height:10px}.DropdownList-module__dropdownListRoot--DB0GK.DropdownList-module__hasV2Styles--aRL1v::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.DropdownList-module__dropdownListRoot--DB0GK.DropdownList-module__hasV2Styles--aRL1v::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.DropdownList-module__dropdownListRoot--DB0GK.DropdownList-module__hasV2Styles--aRL1v::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.DropdownList-module__dropdownListRoot--DB0GK.DropdownList-module__hasV2Styles--aRL1v::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.DropdownList-module__dropdownListRoot--DB0GK.DropdownList-module__hasV2Styles--aRL1v::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.DropdownList-module__dropdownListRoot--DB0GK.DropdownList-module__hasV2Styles--aRL1v{max-height:min(30vh,320px);box-shadow:var(--elevation-moderate);border-radius:4px;border:1px solid var(--border-soft);background-color:var(--surface-default);overflow-y:auto;padding:1px}}
@layer design-system{.DropdownListItem-module__mainLabel--fQ5pm{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-default);flex:1;margin:0 8px 0 0}.DropdownListItem-module__mainLabel--fQ5pm.DropdownListItem-module__isActive--MA41Q{margin:0 8px}.DropdownListItem-module__item--S9tDk{position:relative;border-radius:4px;display:flex;align-items:center;padding:8px;margin:8px 0 0 8px;cursor:pointer}.DropdownListItem-module__item--S9tDk:last-child{margin-bottom:8px}.DropdownListItem-module__item--S9tDk:hover,.DropdownListItem-module__item--S9tDk:focus-visible{background-color:var(--surface-hover)}.DropdownListItem-module__item--S9tDk.DropdownListItem-module__isCondensed--yBpiB{padding:6px 8px}.DropdownListItem-module__item--S9tDk.DropdownListItem-module__isFocused--I0QSF{background-color:var(--surface-hover)}.DropdownListItem-module__item--S9tDk.DropdownListItem-module__isActive--MA41Q{margin:8px 0 0;background-color:var(--surface-pressed)}.DropdownListItem-module__item--S9tDk.DropdownListItem-module__isActive--MA41Q::before{content:"";position:absolute;left:0;border-top-right-radius:2px;border-bottom-right-radius:2px;height:36px;width:4px;background-color:var(--border-primary)}.DropdownListItem-module__item--S9tDk.DropdownListItem-module__isDisabled--iwlP2{pointer-events:none;cursor:default}.DropdownListItem-module__item--S9tDk.DropdownListItem-module__isDisabled--iwlP2 svg{fill:var(--icon-disabled)}.DropdownListItem-module__item--S9tDk.DropdownListItem-module__isDisabled--iwlP2 .DropdownListItem-module__mainLabel--fQ5pm{color:var(--text-disabled)}.DropdownListItem-module__leadingIconContainer--zAUQV{width:20px;height:20px;margin:0 8px 0 0;display:flex;align-items:center}.DropdownListItem-module__leadingIconContainer--zAUQV.DropdownListItem-module__isActive--MA41Q{margin:0 0 0 8px}.DropdownListItem-module__trailingIconContainer--nEQk2{width:20px;height:20px;display:flex;align-items:center}.DropdownListItem-module__supportiveText--LVALa{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-soft);text-align:right;margin-left:8px}.DropdownListItem-module__loadingContainer--AQOuj{padding:24px;display:flex;align-items:center;justify-content:center}.DropdownListItem-module__separator--TOOYK{height:1px;background-color:var(--border-soft);border:none}}
@layer design-system{.DropdownCheckGroup-module__dropdownWrapper--LoGhd{display:flex;flex-direction:column;gap:4px}.DropdownCheckGroup-module__dropdownWrapper--LoGhd:not(:last-child){border-bottom:1px solid var(--border-soft);padding-bottom:4px}.DropdownCheckGroup-module__dropdownWrapper--LoGhd:not(:first-child){padding-top:4px}.DropdownCheckGroup-module__dropdownGroup--TZTa_{display:flex;flex-direction:column;gap:4px;font-size:.75rem;line-height:150%;font-weight:340;padding-left:16px}.DropdownCheckGroup-module__dropdownMenuCheckboxItem--zlzKs{all:unset;font-size:.875rem;line-height:150%;font-weight:340}.DropdownCheckGroup-module__dropdownMenuCheckboxItem--zlzKs [data-checkbox-wrapper]{padding:8px;padding-left:16px}.DropdownCheckGroup-module__dropdownMenuCheckboxItem--zlzKs.DropdownCheckGroup-module__multiselect--A5Qp4 [data-checkbox-wrapper]{padding-left:8px}.DropdownCheckGroup-module__label--MQufW{color:var(--text-soft);padding:2px 16px;text-transform:uppercase}.DropdownCheckGroup-module__dropdownCheckbox--tQrYP label{width:100%;align-items:center}.DropdownCheckGroup-module__dropdownCheckbox--tQrYP label [data-checkmark]{margin-top:0}}
@layer design-system{.DropdownGroup-module__dropdownWrapper--KheVU{display:flex;flex-direction:column;gap:4px}.DropdownGroup-module__dropdownGroup--wr_2u{display:flex;flex-direction:column;gap:4px}.DropdownGroup-module__dropdownItemButton--_T5Ct{margin:0 8px;padding:8px;display:flex;align-items:center;gap:8px;border-radius:4px}.DropdownGroup-module__dropdownItemButton--_T5Ct:not(.DropdownGroup-module__disabled--f9pR2){cursor:pointer}.DropdownGroup-module__dropdownMenuItem--kSgb7{all:unset}.DropdownGroup-module__dropdownMenuItem--kSgb7[data-highlighted] .DropdownGroup-module__dropdownItemButton--_T5Ct{background-color:var(--surface-hover)}.DropdownGroup-module__dropdownMenuItem--kSgb7[data-disabled] .DropdownGroup-module__dropdownItemButton--_T5Ct{color:var(--text-disabled)}.DropdownGroup-module__dropdownMenuItem--kSgb7[data-disabled] .DropdownGroup-module__dropdownIcon--LkHR7{fill:var(--icon-disabled)}.DropdownGroup-module__dropdownItemLabel--m6xvb{font-size:.875rem;line-height:150%;font-weight:340}.DropdownGroup-module__separator--TfqEG{height:1px;background-color:var(--border-soft)}}
@layer design-system{.DropdownRadioGroup-module__radioGroup--InBph{display:flex;flex-direction:column;gap:4px}.DropdownRadioGroup-module__radioGroupWrapper--BETEm [data-separator]{margin-top:4px}.DropdownRadioGroup-module__label--kjnGe{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-soft);padding:2px 16px;text-transform:uppercase}.DropdownRadioGroup-module__radioItemWrapper--CrxCW{display:flex;gap:4px;padding-right:8px}.DropdownRadioGroup-module__radioItemSelected--CF1FC{border-top-right-radius:2px;border-bottom-right-radius:4px;width:4px}.DropdownRadioGroup-module__radioButton--eXD7v{display:flex;align-items:center;padding:8px;border-radius:4px;width:100%;gap:8px}.DropdownRadioGroup-module__radioItemLabel--BFj7u{font-size:.875rem;line-height:150%;font-weight:340;width:100%}.DropdownRadioGroup-module__radioItem--aQEib{all:unset}.DropdownRadioGroup-module__radioItem--aQEib[data-state=checked] .DropdownRadioGroup-module__radioItemSelected--CF1FC{background-color:var(--surface-primary)}.DropdownRadioGroup-module__radioItem--aQEib[data-state=checked] .DropdownRadioGroup-module__radioButton--eXD7v{background-color:var(--surface-active)}.DropdownRadioGroup-module__radioItem--aQEib:not([data-state=checked]):hover{background-color:var(--surface-hover);cursor:pointer}.DropdownRadioGroup-module__separator--rsCQe{height:1px;background-color:var(--border-soft)}}
@layer design-system{.DropdownMenu-module__separator--tQ5Ls{height:1px;background-color:var(--border-soft)}.DropdownMenu-module__dropdownContent--EyDJZ{display:flex;flex-direction:column;min-width:290px;max-width:400px;background-color:var(--surface-default);border:1px solid var(--border-soft);border-radius:4px;box-shadow:0 6px 10px 4px rgba(0,0,0,.15),0 2px 3px 0 rgba(0,0,0,.3);z-index:var(--z-index-modal);gap:8px;padding:8px 0}.DropdownMenu-module__dropdownContent--EyDJZ>div:last-child [data-separator]{display:none}}
@layer design-system{.HeaderLogotype-module__logo--xymD5{width:103px}.HeaderLogotype-module__logoMini--BrCpk{height:20px;width:30px;position:absolute;left:39px;top:0;opacity:0}.HeaderLogotype-module__root--EF5zo{position:relative;min-width:50px;height:20px}.HeaderLogotype-module__root--EF5zo .HeaderLogotype-module__logo--xymD5{display:none;opacity:0}.HeaderLogotype-module__root--EF5zo .HeaderLogotype-module__logo--xymD5 img{width:50px}@media screen and (min-width: 1440px){.HeaderLogotype-module__root--EF5zo .HeaderLogotype-module__logo--xymD5{opacity:1;display:block}}.HeaderLogotype-module__root--EF5zo .HeaderLogotype-module__logoMini--BrCpk{opacity:1}@media screen and (min-width: 1440px){.HeaderLogotype-module__root--EF5zo .HeaderLogotype-module__logoMini--BrCpk{opacity:0}}}
@layer design-system{.InsightIcon-module__container--SmUzF{position:relative;display:inline-block}.InsightIcon-module__icon--QAJnP.InsightIcon-module__iconDisabled--lRcdy path:not(:first-child){fill:var(--icon-disabled)}.InsightIcon-module__icon--QAJnP.InsightIcon-module__iconDisabled--lRcdy path:first-child{stroke:var(--icon-disabled)}.InsightIcon-module__sparkles--aQaEq{position:absolute;fill:var(--icon-primary)}.InsightIcon-module__sparklesBullish--RuBt5{right:-1px;top:0}.InsightIcon-module__sparklesBearish--tFnLx{right:-2px;top:-4px}.InsightIcon-module__sparklesDisabled--DvYKf{fill:var(--icon-disabled)}}
@layer design-system{@keyframes Loading-module__linearProgressBarStripes--fsaB5{from{background-position:0 0}to{background-position:30px 0}}.Loading-module__loader--xqdBP{display:flex;align-items:center;justify-content:center;height:100%;width:100%;background:var(--background-default)}.Loading-module__innerBox--FItKp{display:flex;flex-direction:column;align-items:center}.Loading-module__logoBox--mbeI8{display:flex;justify-content:center;margin-bottom:20px}.Loading-module__logoBox--mbeI8 img{width:200px}.Loading-module__progressBar--oSzPQ{background:rgba(92,112,128,.2);border-radius:40px;display:block;height:8px;overflow:hidden;position:relative;max-width:320px;width:320px}.Loading-module__progressBarMeter--cUp_O{animation:Loading-module__linearProgressBarStripes--fsaB5 300ms linear infinite reverse;background:linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%);background-color:rgba(92,112,128,.8);background-size:30px 30px;border-radius:40px;height:100%;position:absolute;transition:width 300ms cubic-bezier(0.4, 1, 0.75, 0.9);width:100%}}
@layer design-system{.Modal-module__backdrop--Hru0f{position:fixed;inset:0;background-color:var(--background-backdrop);backdrop-filter:blur(1px);opacity:0;transition:all 100ms cubic-bezier(0.4, 0, 0.2, 1);transition-delay:200ms;display:flex;align-items:center;justify-content:center}.Modal-module__backdropActive--kK0JF{transition-duration:250ms;transition-delay:0ms;opacity:1}.Modal-module__container--NiTiR{position:fixed;inset:0;z-index:var(--z-index-modal)}.Modal-module__modalContainer--qG_st{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border:1px solid var(--border-soft);border-radius:8px;background:var(--background-soft);padding-bottom:24px;max-height:calc(100vh - 48px);overflow-y:auto}.Modal-module__modalContainer--qG_st::-webkit-scrollbar{width:13px;height:10px}.Modal-module__modalContainer--qG_st::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.Modal-module__modalContainer--qG_st::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.Modal-module__modalContainer--qG_st::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.Modal-module__modalContainer--qG_st::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.Modal-module__modalContainer--qG_st::-webkit-scrollbar-track{background:rgba(0,0,0,0)}@media screen and (min-width: 880px){.Modal-module__modalContainer--qG_st{width:auto}}@media screen and (min-width: 880px){.Modal-module__modalContainerFill--EjJsV{width:90%}}.Modal-module__header--Q96qA{display:flex;align-items:flex-start;padding:6px 6px 18px 12px}@media screen and (min-width: 880px){.Modal-module__header--Q96qA{padding:6px 6px 18px 20px}}.Modal-module__header--Q96qA+*{padding:0 12px}@media screen and (min-width: 880px){.Modal-module__header--Q96qA+*{padding:0 20px}}.Modal-module__textContainer--Q7Fri{flex:1;display:flex;flex-direction:column;margin:10px 0 18px}@media screen and (min-width: 880px){.Modal-module__textContainer--Q7Fri{margin:18px 0}}.Modal-module__title--XII6s{font-size:1.75rem;line-height:112.5%;font-weight:420}.Modal-module__description--rMyPw{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-soft)}.Modal-module__closeButton--FG4Ct{margin-left:auto;z-index:1}.Modal-module__buttonsContainer--CljTX{display:flex;justify-content:flex-end;align-items:center;margin:36px 12px 0;gap:8px}@media screen and (min-width: 880px){.Modal-module__buttonsContainer--CljTX{margin:36px 20px 0}}@media screen and (max-width: 599px){.Modal-module__buttonsContainer--CljTX{flex-direction:column;align-items:flex-end}}.Modal-module__buttonsContainerWithLeftAction--uxpgk{justify-content:space-between}.Modal-module__imageContainer--UwxnB{margin-bottom:12px}.Modal-module__leftActionsContainer--gsrR1{display:flex;gap:8px}.Modal-module__rightActionsContainer--WbXwH{display:flex;justify-content:flex-end;gap:8px}}
@layer design-system{.Pagination-module__root--H_n98{max-width:270px}.Pagination-module__group--cieJ0{display:flex}.Pagination-module__buttonActive--XPwrg{color:var(--text-on-primary);background:var(--surface-primary)}.Pagination-module__buttonActive--XPwrg:hover{background:var(--surface-primary)}.Pagination-module__buttonDisabled--eyypr:disabled{color:var(--text-default);border:none}}
@layer design-system{.RadioGroup-module__container--A1M5_{display:flex;flex-direction:column}.RadioGroup-module__groupColumn--OetJN{display:flex;flex-direction:column}.RadioGroup-module__groupRow--ab7V6{display:flex;flex-direction:row}.RadioGroup-module__groupLabel--_4OqN{font-size:1rem;line-height:150%;font-weight:340}.RadioGroup-module__labelContainer--SkyCH{display:flex;align-items:center}.RadioGroup-module__styledIcon--RWaeW{margin-right:4px}.RadioGroup-module__lockIcon--BC5hn{margin-right:14px;fill:var(--surface-neutral)}.RadioGroup-module__inputIcon--q99X2{margin-right:6px}.RadioGroup-module__radioInput--WajWH{appearance:none;position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;width:18px;height:18px;border:1px solid var(--border-default)}.RadioGroup-module__radioInput--WajWH:focus-visible{outline-offset:2px;outline:2px solid var(--border-focus)}.RadioGroup-module__radioInput--WajWH:checked{box-shadow:inset 0 0 0 2px var(--surface-default);background:var(--surface-primary);border-color:var(--border-primary)}.RadioGroup-module__radioInput--WajWH:checked::before{transform:scale(1)}.RadioGroup-module__radioInputDisabled--q6H4B{border-color:var(--border-disabled)}.RadioGroup-module__radioInputError--cfasd{border-color:var(--border-critical)}.RadioGroup-module__radioInputLocked--zLi0y{width:0;height:0;padding:0;overflow:hidden;margin:0;border:none}.RadioGroup-module__radioInputUnlocked--IrJVR:hover:not(:checked){border-color:var(--border-hover)}.RadioGroup-module__radioLabel--KIFoC{display:flex;align-items:center;margin:4px 6px}.RadioGroup-module__radioLabel--KIFoC .RadioGroup-module__radioInput--WajWH{margin:0 12px 0 0}.RadioGroup-module__radioLabelMedium--t4s93{font-size:1rem;line-height:150%;font-weight:340}.RadioGroup-module__radioLabelSmall--SgGc2{font-size:.875rem;line-height:150%;font-weight:340}.RadioGroup-module__radioLabelDisabled--A3o0r{pointer-events:none}.RadioGroup-module__radioLabelInactive--IeNDi{color:var(--surface-neutral)}.RadioGroup-module__radioLabelEnabled--rc91i,.RadioGroup-module__radioLabelEnabled--rc91i .RadioGroup-module__radioInput--WajWH{cursor:pointer}.RadioGroup-module__radioLabelLocked--Jkdrh .RadioGroup-module__radioInput--WajWH{margin:0}.RadioGroup-module__label--rcWBj{display:inline-flex;align-items:center;flex-grow:1}.RadioGroup-module__labelWithTooltip--so_eQ{border-bottom:1px dashed var(--border-default)}}
@layer design-system{.ReadMore-module__readMoreButton--fYZZr{margin-left:5px}.ReadMore-module__readMoreButton--fYZZr:focus{outline:none}}
@layer design-system{.ScrollSpy-module__menuContainer--JZFHD{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;scroll-behavior:smooth}.ScrollSpy-module__itemWrapper--EvnRi{display:flex;padding:6px 12px;align-items:center;gap:10px;align-self:stretch}.ScrollSpy-module__itemWrapper--EvnRi:hover{cursor:pointer;background-color:var(--surface-hover)}.ScrollSpy-module__itemWrapper--EvnRi a{text-decoration:none;color:inherit;width:100%;display:flex;align-items:center;cursor:pointer}.ScrollSpy-module__itemWrapper--EvnRi.ScrollSpy-module__active--oiXcg{color:var(--text-primary);border-left:2px solid var(--border-primary)}.ScrollSpy-module__item--O3tgn{color:var(--text-default);font-size:.875rem;line-height:150%;font-weight:340}.ScrollSpy-module__item--O3tgn.ScrollSpy-module__active--oiXcg{color:var(--text-primary)}}
@layer design-system{.ScrollingIndicator-module__indicator--N_R2L{position:absolute;z-index:1;top:-16px;left:50%;transform:translate(-50%, -50%);display:inline-flex;padding:12px;border-radius:50%;cursor:pointer;background:color-mix(in srgb, currentColor 50%, transparent)}.ScrollingIndicator-module__indicator--N_R2L:hover{background-color:var(--surface-neutral)}.ScrollingIndicator-module__shadedArea--AAS0t{position:sticky;height:90px;bottom:0;background:linear-gradient(180deg, rgba(var(--background-default-rgb), 0) 0%, rgba(var(--background-default-rgb), 0.5) 32.29%, rgba(var(--background-default-rgb), 0.8) 100%)}}
@layer design-system{.SearchInput-module__root--eNApy{display:flex;align-items:center;cursor:pointer}.SearchInput-module__inputContainer--vQDNE{display:flex;padding-left:12px;gap:8px;align-items:center;flex:1 0 0;border:1px solid var(--border-soft);border-radius:40px;height:40px;overflow:hidden}.SearchInput-module__input--et8zJ{flex:1;border:none;background-color:rgba(0,0,0,0);caret-color:var(--text-primary);-moz-appearance:textfield;border-color:rgba(0,0,0,0)}.SearchInput-module__input--et8zJ:active,.SearchInput-module__input--et8zJ:hover,.SearchInput-module__input--et8zJ:focus-within{border-color:rgba(0,0,0,0);outline:none}.SearchInput-module__input--et8zJ::placeholder{color:var(--text-soft);font-size:.875rem;line-height:150%;font-weight:340}.SearchInput-module__input--et8zJ::-webkit-outer-spin-button,.SearchInput-module__input--et8zJ::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.SearchInput-module__input--et8zJ{font-size:1rem;line-height:150%;font-weight:340;width:100%;color:inherit;cursor:pointer;padding:0 20px 0 0}.SearchInput-module__searchIcon--aUiX6{display:flex;align-items:center}.SearchInput-module__searchIcon--aUiX6 svg{fill:var(--icon-soft)}}
@layer design-system{.Select-module__root--WvoF2{width:100%;cursor:pointer}}
@layer design-system{.NavItem-module__iconWrapper--cTWLg{display:flex}.NavItem-module__iconWrapper--cTWLg svg{fill:var(--icon-default)}.NavItem-module__mainLabel--gNnAW{color:var(--text-default)}.NavItem-module__itemBackground--OdUaD{border-radius:4px;position:absolute;inset:0;pointer-events:none;width:100%;transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1)}.NavItem-module__subItem--o07IG{font-size:.875rem;line-height:150%;font-weight:340;border-radius:4px;position:relative;z-index:1;border:none;white-space:nowrap;cursor:pointer;outline:none;gap:8px;display:flex;align-items:center;width:100%;height:auto;justify-content:center;padding:6px 8px;color:var(--text-default);background-color:inherit}.NavItem-module__subItem--o07IG:hover,.NavItem-module__subItem--o07IG:focus-visible{background-color:var(--surface-hover)}.NavItem-module__subItem--o07IG.NavItem-module__sideBarExpanded--nTgpG{justify-content:flex-start}.NavItem-module__subItem--o07IG.NavItem-module__isActive--Je1Bc{background-color:var(--surface-active)}}
@layer design-system{.SideNavigation-module__asideExpandable--W9ioT{display:flex;flex-direction:column;flex-shrink:0;border-right:1px solid var(--border-soft);height:100%;transition:width .3s cubic-bezier(0.4, 0, 0.2, 1);background-color:var(--background-soft);z-index:var(--z-index-sidebar);padding:20px 8px;width:48px}.SideNavigation-module__asideExpandable--W9ioT.SideNavigation-module__isExpanded--ignGb{width:260px}.SideNavigation-module__header--d_Hfk{font-size:1.25rem;line-height:112.5%;font-weight:420;padding-left:8px;white-space:nowrap}.SideNavigation-module__toggleButtonWrapper--A8JKL{display:flex;align-items:center;justify-content:space-between}.SideNavigation-module__actionButtonWrapper--ZlEBH{font-size:.875rem;line-height:150%;font-weight:340;border-radius:8px;display:flex;align-items:center;border:none;background:none;cursor:pointer;outline:none;width:100%;height:auto;gap:8px;padding:6px 8px;margin-top:8px;color:var(--text-default);white-space:nowrap}.SideNavigation-module__actionButtonWrapper--ZlEBH:hover,.SideNavigation-module__actionButtonWrapper--ZlEBH:focus-visible{background-color:var(--surface-hover)}.SideNavigation-module__toggleButton--_z2tr{background-color:var(--background-soft);width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none}.SideNavigation-module__toggleButton--_z2tr:hover,.SideNavigation-module__toggleButton--_z2tr:focus-visible{border-color:var(--surface-hover);background-color:var(--surface-hover)}.SideNavigation-module__toggleButton--_z2tr.SideNavigation-module__isExpanded--ignGb{transform:rotate(180deg)}.SideNavigation-module__actionButton--MxrqS{width:32px;height:32px;margin-top:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;background-color:var(--background-soft)}.SideNavigation-module__actionButton--MxrqS:hover,.SideNavigation-module__actionButton--MxrqS:focus-visible{border-color:var(--surface-hover);background-color:var(--surface-hover)}.SideNavigation-module__separator--ETNEZ{height:1px;width:100%;margin-top:16px;background-color:var(--border-soft);border:none}.SideNavigation-module__categories--V5X09{display:flex;flex-direction:column;margin-top:16px;overflow:clip auto}.SideNavigation-module__categories--V5X09::-webkit-scrollbar{width:13px;height:10px}.SideNavigation-module__categories--V5X09::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.SideNavigation-module__categories--V5X09::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.SideNavigation-module__categories--V5X09::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.SideNavigation-module__categories--V5X09::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.SideNavigation-module__categories--V5X09::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.SideNavigation-module__categories--V5X09{gap:4px}.SideNavigation-module__categories--V5X09.SideNavigation-module__bottom--uDYEo{margin-top:auto}.SideNavigation-module__categories--V5X09.SideNavigation-module__isExpanded--ignGb [class*=mainLabel]{opacity:1}}
@layer design-system{@keyframes SkeletonLoader-module__loading--jqP05{from{background-position:0 0}to{background-position:-200% 0}}.SkeletonLoader-module__wrapper--JKgP6{width:100%;height:fit-content}.SkeletonLoader-module__wrapperWithWrapper--yhIJd{background-color:var(--surface-neutral);padding:12px}.SkeletonLoader-module__wrapperDefaultView--ATYeA{background-color:var(--surface-neutral);padding:12px;display:flex;flex-direction:column;width:100%;height:100%}.SkeletonLoader-module__defaultTitle--d11ZY{opacity:.35;background-image:linear-gradient(to right, var(--border-default), var(--border-soft) 85%, var(--border-soft), var(--border-default) 100%);background-size:200%;animation:SkeletonLoader-module__loading--jqP05 1.4s infinite;width:30%;height:12px;border-radius:100px;margin:8px 0 24px}.SkeletonLoader-module__defaultContent--taWYW{opacity:.35;background-image:linear-gradient(to right, var(--border-default), var(--border-soft) 85%, var(--border-soft), var(--border-default) 100%);background-size:200%;animation:SkeletonLoader-module__loading--jqP05 1.4s infinite;opacity:.1;border-radius:10px;flex-grow:1}.SkeletonLoader-module__area--Gstib{opacity:.35;background-image:linear-gradient(to right, var(--border-default), var(--border-soft) 85%, var(--border-soft), var(--border-default) 100%);background-size:200%;animation:SkeletonLoader-module__loading--jqP05 1.4s infinite}}
@layer design-system{.SmartTableCell-module__stickyTableCell--azrAE{position:sticky;left:0;display:flex;gap:12px;background-color:var(--background-default)}.SmartTableCell-module__stickyTableCellBorder--jmGPb{border-right:1px solid var(--border-default)}}
@layer design-system{.SmartTable-module__actionTableCell--Nz4s_>div{visibility:hidden}.SmartTable-module__styledTableRow--JqlJj:hover .SmartTable-module__actionTableCell--Nz4s_>div{visibility:visible}.SmartTable-module__styledTableRowClickable--gYOqP:hover{cursor:pointer}.SmartTable-module__tableHeaderTitle--vlFWD{background-color:var(--background-default);border-bottom:1px solid var(--border-soft);padding:12px;text-align:center;white-space:nowrap;font-size:.75rem;line-height:150%;font-weight:340;vertical-align:middle;color:var(--text-soft)}.SmartTable-module__stickyTableHeader--So8ZI{position:sticky;left:0;z-index:calc(var(--z-index-smarttable-sticky-header-cell) + 1)}.SmartTable-module__stickyTableHeaderBorder--dhV2B{border-right:1px solid var(--border-default)}.SmartTable-module__table--cCAMr{border-spacing:0;width:100%}.SmartTable-module__table--cCAMr tr{background-color:var(--background-default)}.SmartTable-module__table--cCAMr tr td{background-color:var(--background-default)}.SmartTable-module__tableWithBodyRowHover--mkT_X tbody tr:hover{background-color:var(--surface-hover)}.SmartTable-module__tableWithBodyRowHover--mkT_X tbody tr:hover td{background-color:var(--surface-hover)}.SmartTable-module__tableHeaderSticky--mkEnc th{position:sticky;top:0;z-index:var(--z-index-smarttable-sticky-header-cell)}.SmartTable-module__tableHeaderSticky--mkEnc [data-add-column-table-header]{z-index:calc(var(--z-index-smarttable-sticky-header-cell) + 2)}.SmartTable-module__tableHeaderSticky--mkEnc .SmartTable-module__stickyTableHeader--So8ZI{z-index:calc(var(--z-index-smarttable-sticky-header-cell) + 1)}.SmartTable-module__smartTableScrollRoot--OKWjT::-webkit-scrollbar{width:13px;height:10px}.SmartTable-module__smartTableScrollRoot--OKWjT::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.SmartTable-module__smartTableScrollRoot--OKWjT::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.SmartTable-module__smartTableScrollRoot--OKWjT::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.SmartTable-module__smartTableScrollRoot--OKWjT::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.SmartTable-module__smartTableScrollRoot--OKWjT::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.SmartTable-module__smartTableScrollRoot--OKWjT{height:100%;max-height:fit-content;width:100%;overflow:auto}.SmartTable-module__smartTableScrollRootSticky--CIiUk::-webkit-scrollbar-track{margin-left:var(--first-column-width, 0)}}
@layer design-system{.TableColumnsEditor-module__itemRow--NgZ9g{padding:8px}.TableColumnsEditor-module__addColumnTableHeader--kcSCd{padding:0;position:sticky;right:0;z-index:calc(var(--z-index-smarttable-sticky-header-cell) + 2)}.TableColumnsEditor-module__addColumnTableHeader--kcSCd>span{justify-content:flex-end;margin-right:2px}.TableColumnsEditor-module__searchInput--TL7Cv{padding:8px;border-bottom:1px solid var(--border-soft);margin-bottom:4px}.TableColumnsEditor-module__searchInput--TL7Cv [data-input-wrapper]{padding:8px}.TableColumnsEditor-module__dropdownCheckbox--AKrFk label{width:100%;align-items:center}.TableColumnsEditor-module__dropdownCheckbox--AKrFk label [data-checkmark]{margin-top:0}.TableColumnsEditor-module__columnsDropdown--uEncX{background-color:var(--surface-default);border:1px solid var(--border-soft);border-radius:4px;box-shadow:var(--elevation-moderate)}.TableColumnsEditor-module__columnsDropdown--uEncX [data-dropdown-list]{border:none}}
@layer design-system{@keyframes Spinner-module__rotate--BJyde{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.Spinner-module__spinner--orQl5{border-style:solid;border-color:var(--icon-default) rgba(0,0,0,0) var(--icon-default) var(--icon-default);border-radius:50%;position:relative;animation:Spinner-module__rotate--BJyde 1s linear infinite}.Spinner-module__spinner--orQl5::before,.Spinner-module__spinner--orQl5::after{content:"";border-radius:50%;background:var(--icon-default);position:absolute}.Spinner-module__spinner--orQl5.Spinner-module__accent--mrgUa{border-color:var(--icon-primary) rgba(0,0,0,0) var(--icon-primary) var(--icon-primary)}.Spinner-module__spinner--orQl5.Spinner-module__accent--mrgUa::before,.Spinner-module__spinner--orQl5.Spinner-module__accent--mrgUa::after{background:var(--icon-primary)}.Spinner-module__spinner--orQl5.Spinner-module__extraSmall--lIULt{border-width:2px;width:12px;height:12px}.Spinner-module__spinner--orQl5.Spinner-module__extraSmall--lIULt::before,.Spinner-module__spinner--orQl5.Spinner-module__extraSmall--lIULt::after{width:2px;height:2px}.Spinner-module__spinner--orQl5.Spinner-module__extraSmall--lIULt::before{top:-1px;right:0}.Spinner-module__spinner--orQl5.Spinner-module__extraSmall--lIULt::after{bottom:-1px;right:0}.Spinner-module__spinner--orQl5.Spinner-module__small--hNnpP{border-width:3px;width:16px;height:16px}.Spinner-module__spinner--orQl5.Spinner-module__small--hNnpP::before,.Spinner-module__spinner--orQl5.Spinner-module__small--hNnpP::after{width:3px;height:3px}.Spinner-module__spinner--orQl5.Spinner-module__small--hNnpP::before{top:-1px;right:-1px}.Spinner-module__spinner--orQl5.Spinner-module__small--hNnpP::after{bottom:-1px;right:-1px}.Spinner-module__spinner--orQl5.Spinner-module__large--RrePQ{border-width:4px;width:40px;height:40px}.Spinner-module__spinner--orQl5.Spinner-module__large--RrePQ::before,.Spinner-module__spinner--orQl5.Spinner-module__large--RrePQ::after{width:4px;height:4px}.Spinner-module__spinner--orQl5.Spinner-module__large--RrePQ::before{top:2px;right:1px}.Spinner-module__spinner--orQl5.Spinner-module__large--RrePQ::after{bottom:2px;right:1px}}
@layer design-system{.TabLines-module__tabContainer--sarB3{display:flex;flex-direction:column;width:100%;height:unset;min-height:38px;overflow:auto hidden}.TabLines-module__tabContainer--sarB3::-webkit-scrollbar{width:13px;height:10px}.TabLines-module__tabContainer--sarB3::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.TabLines-module__tabContainer--sarB3::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.TabLines-module__tabContainer--sarB3::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.TabLines-module__tabContainer--sarB3::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.TabLines-module__tabContainer--sarB3::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.TabLines-module__tabPanel--XWzx1{width:100%;height:100%}.TabLines-module__header--rUlTR{width:100%;border:none;display:flex;flex-direction:row;align-items:center;position:relative;transition:.4s;border-bottom:solid 1px var(--border-default)}.TabLines-module__tab--WB0ZS{display:flex;margin-right:20px}.TabLines-module__tab--WB0ZS.TabLines-module__tabFullWidth--m6QPW{flex:1;justify-content:center;margin-right:0}.TabLines-module__iconWrapper--cfMuq{display:flex;align-items:center}.TabLines-module__tabIcon--U_W_p{transition:.2s;fill:var(--icon-default)}.TabLines-module__tabIcon--U_W_p.TabLines-module__tabIconActive--_K3Uv{fill:var(--icon-primary)}.TabLines-module__badge--LQgxd{margin-left:6px}.TabLines-module__tabButton--wpwlY{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;gap:6px;height:inherit;background-color:rgba(0,0,0,0);padding:8px 4px;margin-bottom:-1px;border:none;font-size:16px;line-height:24px;color:var(--text-default);border-bottom:solid 2px rgba(0,0,0,0);text-transform:capitalize;transition:.2s}.TabLines-module__tabButton--wpwlY:not(:disabled):hover{color:var(--text-primary)}.TabLines-module__tabButton--wpwlY:not(:disabled):hover .TabLines-module__tabIcon--U_W_p{fill:var(--icon-primary)}.TabLines-module__tabButton--wpwlY:disabled{color:var(--text-disabled);cursor:default}.TabLines-module__tabButton--wpwlY.TabLines-module__tabButtonFullWidth--gB2Me{width:100%}.TabLines-module__tabButton--wpwlY.TabLines-module__tabButtonActive--jSbvX{color:var(--text-primary);border-bottom:solid 2px var(--border-primary)}.TabLines-module__tabButton--wpwlY:focus{outline:none}}
@layer design-system{.TabPanel-module__tabContainer--f1BuD{display:flex;flex-direction:column;width:100%;height:100%}.TabPanel-module__tabPanel--xubKo{width:100%;height:100%}.TabPanel-module__tablist--K5jhD{width:100%;border:none;display:flex;flex-direction:row;align-items:center;position:relative;border-top-left-radius:8px;border-top-right-radius:8px}.TabPanel-module__tab--eJdZE{font-size:.875rem;line-height:150%;font-weight:340;display:flex;align-items:center;gap:8px;padding:6px 8px;border:none;border-top-left-radius:8px;border-top-right-radius:8px;background-color:var(--background-soft);color:var(--text-default);cursor:pointer}.TabPanel-module__tab--eJdZE svg{fill:var(--icon-default)}.TabPanel-module__tab--eJdZE:hover{background-color:var(--surface-hover)}.TabPanel-module__tab--eJdZE:focus-visible{background-color:var(--surface-hover);outline:1px solid var(--border-focus)}.TabPanel-module__tab--eJdZE:not(:first-child){overflow:hidden}.TabPanel-module__tab--eJdZE.TabPanel-module__tabActive--jqYMk,.TabPanel-module__tab--eJdZE.TabPanel-module__tabActive--jqYMk:hover,.TabPanel-module__tab--eJdZE.TabPanel-module__tabActive--jqYMk:focus-visible{background-color:var(--surface-default);color:var(--icon-primary)}.TabPanel-module__tab--eJdZE.TabPanel-module__tabActive--jqYMk svg,.TabPanel-module__tab--eJdZE.TabPanel-module__tabActive--jqYMk:hover svg,.TabPanel-module__tab--eJdZE.TabPanel-module__tabActive--jqYMk:focus-visible svg{fill:var(--icon-on-primary)}.TabPanel-module__tab--eJdZE.TabPanel-module__tabDisabled--snECW{background:var(--background-soft);color:var(--text-disabled);pointer-events:none}.TabPanel-module__tabLabel--UQGUx{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.TabPanel-module__imageWrapper--eszUV{border-radius:50%;overflow:hidden;width:20px;height:20px;flex-shrink:0}}
@layer design-system{.TanStackTable-module__root--DJNkj{border-spacing:0;width:100%;--z-index-header-cell: 2;--z-index-table-cell: 1}.TanStackTable-module__root--DJNkj tbody tr{cursor:pointer}.TanStackTable-module__root--DJNkj tbody tr:hover{background-color:var(--surface-hover)}.TanStackTable-module__root--DJNkj tbody tr:hover td{background-color:var(--surface-hover)}.TanStackTable-module__root--DJNkj tbody tr:hover td [aria-haspopup=true]{border-bottom:1px dashed var(--border-default)}}
@layer design-system{.BreadcrumbItem-module__breadcrumb--Kg8yw{display:flex;font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-soft)}.BreadcrumbItem-module__breadcrumb--Kg8yw a{text-decoration:none;outline:none;color:inherit}.BreadcrumbItem-module__breadcrumb--Kg8yw:not(.BreadcrumbItem-module__disabled--w3cTW) a:hover,.BreadcrumbItem-module__breadcrumb--Kg8yw:not(.BreadcrumbItem-module__disabled--w3cTW) a:focus-visible,.BreadcrumbItem-module__breadcrumb--Kg8yw:not(.BreadcrumbItem-module__disabled--w3cTW) button:hover,.BreadcrumbItem-module__breadcrumb--Kg8yw:not(.BreadcrumbItem-module__disabled--w3cTW) button:focus-visible{outline:none;color:var(--text-primary);cursor:pointer}.BreadcrumbItem-module__breadcrumb--Kg8yw.BreadcrumbItem-module__disabled--w3cTW{pointer-events:none}}
@layer design-system{.Breadcrumbs-module__root--yZTtN{display:flex;align-items:center;justify-content:left;flex-wrap:wrap}.Breadcrumbs-module__separator--gjS3T{padding:0 8px}.Breadcrumbs-module__button--xUwv2{display:flex;align-items:center;height:20px;color:inherit;background-color:rgba(0,0,0,0);border:none;padding:0}}
@layer design-system{.PillDropdown-module__showMoreButton--AEZQ3{display:none;position:absolute;background:linear-gradient(to left, rgba(var(--background-default-rgb), 1) 0%, rgba(var(--background-default-rgb), 0) 286.65%);right:8px;border:1px solid var(--border-soft);padding:4px}.PillDropdown-module__showMoreButton--AEZQ3 svg{transform:rotate(90deg)}.PillDropdown-module__styledDropdownListItem--A2wIJ{margin:8px}.PillDropdown-module__styledDropdownListItem--A2wIJ:focus-visible{outline:2px solid var(--border-focus)}.PillDropdown-module__styledDropdownListItem--A2wIJ::before{background-color:none}.PillDropdown-module__styledPillContainer--SNiZI{display:inline-flex;width:fit-content;justify-content:center;align-items:center}.PillDropdown-module__pillDropdownRoot--sjw0P{border-radius:8px;font-size:.875rem;line-height:150%;font-weight:340;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;color:var(--text-default);padding:4px;gap:8px;outline:none;position:relative}.PillDropdown-module__pillDropdownRoot--sjw0P.PillDropdown-module__default--lOEip{background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0)}.PillDropdown-module__pillDropdownRoot--sjw0P.PillDropdown-module__outline--CKoQT{background-color:var(--surface-default);border:1px solid rgba(0,0,0,0)}.PillDropdown-module__pillDropdownRoot--sjw0P.PillDropdown-module__buttonPrimary--tVhaD{background-color:rgba(0,0,0,0);border:1px solid var(--border-primary);color:var(--text-primary);padding:8px 12px;border-radius:4px}.PillDropdown-module__pillDropdownRoot--sjw0P.PillDropdown-module__buttonPrimary--tVhaD .PillDropdown-module__label--FUGOH{text-transform:none}.PillDropdown-module__pillDropdownRoot--sjw0P.PillDropdown-module__interactive--m0hyB.PillDropdown-module__default--lOEip{cursor:pointer}.PillDropdown-module__pillDropdownRoot--sjw0P.PillDropdown-module__interactive--m0hyB.PillDropdown-module__default--lOEip:hover,.PillDropdown-module__pillDropdownRoot--sjw0P.PillDropdown-module__interactive--m0hyB.PillDropdown-module__default--lOEip:focus-visible{background-color:var(--surface-hover)}.PillDropdown-module__pillDropdownRoot--sjw0P.PillDropdown-module__interactive--m0hyB.PillDropdown-module__outline--CKoQT{cursor:pointer}.PillDropdown-module__pillDropdownRoot--sjw0P.PillDropdown-module__interactive--m0hyB.PillDropdown-module__outline--CKoQT:hover,.PillDropdown-module__pillDropdownRoot--sjw0P.PillDropdown-module__interactive--m0hyB.PillDropdown-module__outline--CKoQT:focus-visible{border:1px solid var(--border-hover)}.PillDropdown-module__pillDropdownRoot--sjw0P.PillDropdown-module__interactive--m0hyB.PillDropdown-module__buttonPrimary--tVhaD{cursor:pointer}.PillDropdown-module__pillDropdownRoot--sjw0P.PillDropdown-module__hasOptions--Pf33W:focus-visible{outline:2px solid var(--border-focus)}.PillDropdown-module__pillDropdownRoot--sjw0P.PillDropdown-module__hasOptions--Pf33W:hover .PillDropdown-module__showMoreButton--AEZQ3,.PillDropdown-module__pillDropdownRoot--sjw0P.PillDropdown-module__hasOptions--Pf33W:focus-within .PillDropdown-module__showMoreButton--AEZQ3{display:flex}.PillDropdown-module__label--FUGOH{font-size:.875rem;line-height:150%;font-weight:340;display:flex;align-items:center;flex-direction:row;margin:0 4px;text-wrap:wrap}.PillDropdown-module__styledPillDropdown--xN9GF{min-width:50px;width:fit-content}.PillDropdown-module__styledPillDropdown--xN9GF [data-dropdown-list]{width:288px;white-space:nowrap;max-height:264px;overflow:auto}}
@layer design-system{@keyframes ThreeDots-module__grow--tvdcG{0%{opacity:.2;transform:scale(1)}25%{opacity:1;transform:scale(1.2)}50%{opacity:.2;transform:scale(1)}}.ThreeDots-module__root--psABd{display:flex;justify-content:center;align-items:center;padding:12px 16px;background-color:var(--surface-pressed);border-radius:8px;margin:8px 20px;width:max-content}.ThreeDots-module__dot--Nl2QH{width:6px;height:6px;border-radius:50%;background-color:var(--icon-default);margin:0 4px;opacity:.2;animation:ThreeDots-module__grow--tvdcG 1.2s ease-in-out infinite}.ThreeDots-module__dot--Nl2QH:nth-child(1){animation-delay:0s}.ThreeDots-module__dot--Nl2QH:nth-child(2){animation-delay:.15s}.ThreeDots-module__dot--Nl2QH:nth-child(3){animation-delay:.3s}}
@layer design-system{.Toggle-module__root--kqQ43{display:flex;gap:8px;align-items:center;cursor:pointer}.Toggle-module__root--kqQ43.Toggle-module__disabled--NOzkg{opacity:.5;pointer-events:none}.Toggle-module__labelText--b3J0g{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-soft);white-space:nowrap}.Toggle-module__labelText--b3J0g.Toggle-module__labelSolid--ELTE7{color:var(--text-default)}.Toggle-module__icon--jjPYT{fill:var(--icon-on-primary);transition:opacity .3s ease;opacity:0}.Toggle-module__icon--jjPYT.Toggle-module__iconVisible--MxwTc{opacity:1}.Toggle-module__toggleInput--GDPUr{position:absolute;opacity:0;height:0;width:0}.Toggle-module__toggleInput--GDPUr:focus-visible+.Toggle-module__container--J0dkK{outline:1px solid var(--border-focus)}.Toggle-module__container--J0dkK{display:flex;align-items:center;position:relative;background-color:var(--surface-neutral);transition:background-color .3s ease;border-radius:32px}.Toggle-module__container--J0dkK.Toggle-module__medium--s2AVq{height:24px;width:44px}.Toggle-module__container--J0dkK.Toggle-module__small--niE_A{height:18px;width:32px}.Toggle-module__container--J0dkK.Toggle-module__backgroundActive--Z0XfZ,.Toggle-module__container--J0dkK.Toggle-module__checked--lEreU{background-color:var(--surface-primary)}.Toggle-module__circle--hvhE0{display:flex;align-items:center;justify-content:center;position:absolute;border-radius:20px;left:2px;background-color:var(--surface-white);transition:transform .3s ease;transform:translateX(0)}.Toggle-module__circle--hvhE0.Toggle-module__circleMedium--C5pBc{height:20px;width:20px}.Toggle-module__circle--hvhE0.Toggle-module__circleSmall--VIO8y{height:14px;width:14px}.Toggle-module__circle--hvhE0.Toggle-module__circleChecked--yb773{transform:translateX(100%)}}
@layer design-system{.UnreadConversation-module__itemWrapper--EZC57{display:flex;align-items:flex-start;gap:8px;width:100%}.UnreadConversation-module__iconWrapper--CUL09{padding-top:3px}.UnreadConversation-module__styledText--vsLWF{color:var(--text-default);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:break-word}.UnreadConversation-module__styledText--vsLWF.UnreadConversation-module__processing--i0uTp{color:var(--text-soft)}}
@keyframes TargetPriceChart-module__slide-in--XxXZF{from{transform:translateY(5%)}to{transform:translateY(0)}}@layer design-system{.TargetPriceChart-module__chartSvg--II3Zp{color:var(--text-default)}.TargetPriceChart-module__timeSeriesLine--LImMu{fill:none;stroke:var(--viz-bearish);stroke-width:1px}.TargetPriceChart-module__timeSeriesLineBullish--rd_i9{stroke:var(--viz-bullish)}.TargetPriceChart-module__targetLine--hYa2f{fill:none;stroke:var(--viz-bullish);stroke-width:1px;stroke-dasharray:none}.TargetPriceChart-module__targetLineBearish--nqKbl{stroke:var(--viz-bearish)}.TargetPriceChart-module__targetLineAverage--KtaOr{stroke-dasharray:4 4}.TargetPriceChart-module__dividerLine--QBH7S{stroke:var(--border-soft);stroke-dasharray:2 2;stroke-width:1px}.TargetPriceChart-module__axisLine--etG9P{stroke:var(--border-default);stroke-width:.5px}.TargetPriceChart-module__xAxisLine--FZoj0{stroke:var(--border-default);stroke-width:1px}.TargetPriceChart-module__axisText--pM0_3{font-size:.75rem;line-height:150%;font-weight:340;fill:var(--text-default);font-size:14px}.TargetPriceChart-module__xAxisText--vGkca{font-size:.75rem;line-height:150%;font-weight:340;fill:var(--text-default);font-size:14px}}
@layer design-system{.AssetLogo-module__logoWrapper--O8TUn{display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;background-color:var(--surface-inverse);overflow:hidden;border-radius:50%}}
@layer design-system{.FixedIncomeLogo-module__badge--lVI4a{position:absolute;height:16px;padding:0 4px;border-radius:4px;border:1px solid var(--border-soft);background-color:var(--text-default);color:var(--text-inverse);font-size:10px;line-height:16px}}
@layer design-system{.LogoPlaceholder-module__logoPlaceholder--t8omT{display:inline-flex;align-items:center;justify-content:center;height:100%;width:100%;background-color:var(--surface-default);color:var(--text-default);font-size:.875rem;line-height:150%;font-weight:340;font-weight:500;font-style:normal}.LogoPlaceholder-module__iconWrap--siXkG{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:var(--surface-neutral)}.LogoPlaceholder-module__cryptoImage--ir1C9{background-color:var(--background-default);width:100%;height:100%}}
@layer design-system{.EntityDetails-module__entityDetailsRoot--_KxFK{margin:16px}.EntityDetails-module__titleContainer--iq6Ol{flex:1;display:flex;flex-direction:column;justify-content:center;overflow:hidden;font-size:1.75rem;line-height:112.5%;font-weight:420;padding-right:20px}.EntityDetails-module__titleContainer--iq6Ol.EntityDetails-module__condensed--fvNLF{font-size:.875rem;line-height:150%;font-weight:340;padding-right:0}.EntityDetails-module__titleRow--vbptG{display:flex;flex-direction:row;align-items:center;gap:8px}.EntityDetails-module__tag--OTvsv{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-soft);text-transform:uppercase;align-items:center}.EntityDetails-module__ticker--_mS2g{display:flex;flex-direction:row}@keyframes EntityDetails-module__fadeIn--S6w9y{0%{opacity:0}100%{opacity:1}}.EntityDetails-module__contentWrapper--JxE88{display:grid;grid-template:"ticker watchlist" auto "price empty" auto/auto auto;align-items:center}.EntityDetails-module__contentWrapper--JxE88.EntityDetails-module__condensed--fvNLF{grid-template-columns:10% auto 10%;grid-template-areas:"ticker price watchlist" "empty empty empty";animation:EntityDetails-module__fadeIn--S6w9y .2s ease-out}.EntityDetails-module__tickerWrapper--OL_se{grid-area:ticker;justify-content:space-between;align-items:center;width:100%}.EntityDetails-module__watchlistWrapper--zqQmg{grid-area:watchlist;justify-self:end}.EntityDetails-module__priceWrapper--fmXfK{grid-area:price;display:flex;flex-direction:row;align-items:center;gap:20px}.EntityDetails-module__leftImageContainer--Pmvff{display:flex;align-items:center;margin-right:8px}}
@layer design-system{.PriceDisplay-module__container--bfiyC{display:flex;flex-direction:column;gap:4px}.PriceDisplay-module__priceContainer--P34Ot{display:flex;align-items:baseline;gap:8px}.PriceDisplay-module__priceContainer--P34Ot.PriceDisplay-module__isPrimary--GkXXm .PriceDisplay-module__price--mBvNd{font-size:1.75rem;line-height:112.5%;font-weight:420}.PriceDisplay-module__priceContainer--P34Ot:not(.PriceDisplay-module__isPrimary--GkXXm) .PriceDisplay-module__price--mBvNd{font-size:1.5rem;line-height:112.5%;font-weight:420;line-height:1.75rem}.PriceDisplay-module__priceAndCurrencyContainer--JkNan{display:flex;gap:4px;align-items:baseline}.PriceDisplay-module__price--mBvNd{font-family:var(--font-roboto-mono)}.PriceDisplay-module__currency--GEVyi{font-size:.75rem;line-height:150%;font-weight:340;text-transform:uppercase;color:var(--text-soft)}.PriceDisplay-module__priceChangeContainer--iEG4d{display:flex;gap:8px;font-family:var(--font-roboto-mono);font-size:.75rem;line-height:150%;font-weight:340}.PriceDisplay-module__priceChangeContainer--iEG4d.PriceDisplay-module__default--ew_Sr{color:var(--text-soft)}.PriceDisplay-module__priceChangeContainer--iEG4d.PriceDisplay-module__negative--_gFZW{color:var(--viz-bearish)}.PriceDisplay-module__priceChangeContainer--iEG4d.PriceDisplay-module__positive--AUVPW{color:var(--viz-bullish)}.PriceDisplay-module__priceChangeLabel--AhkaA{font-family:var(--font-roboto-mono);font-size:.875rem;line-height:150%;font-weight:340}.PriceDisplay-module__percentageChangeLabel--tg0Qu{font-family:var(--font-roboto-mono);font-size:.875rem;line-height:150%;font-weight:340}.PriceDisplay-module__labelsContainer--DlZF6{display:flex}.PriceDisplay-module__liveLabel--TVrtL{color:var(--text-success);font-size:.875rem;line-height:150%;font-weight:340}.PriceDisplay-module__outsideHoursTag--Rf7GV{font-size:.875rem;line-height:150%;font-weight:340;margin-right:12px}.PriceDisplay-module__outsideHoursTag--Rf7GV.PriceDisplay-module__pre--deCJm{color:var(--text-primary)}.PriceDisplay-module__outsideHoursTag--Rf7GV.PriceDisplay-module__after--zMy8_{color:var(--text-soft)}}
@layer design-system{.ShortDescription-module__shortDescriptionRoot--R3AQ4{display:flex;flex-direction:column;margin:12px 16px}.ShortDescription-module__heading--RsLQf{color:var(--text-soft);font-size:.875rem;line-height:150%;font-weight:340}.ShortDescription-module__text--MbKRr{font-size:1rem;line-height:150%;font-weight:340}}
.BaseErrorView-module__errorStateRoot--Tpfw6{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.BaseErrorView-module__errorStateRoot--Tpfw6.BaseErrorView-module__showBorder--xNRut{border-radius:8px;border:1px solid var(--border-soft)}.BaseErrorView-module__emailLink--W3C3z{color:var(--text-link)}.BaseErrorView-module__errorSubtitle--hZmPl{display:flex;flex-direction:column;align-items:center}.BaseErrorView-module__styledErrorMessage--LcXzH{width:auto}
.ErrorMessageWrapper-module__styledErrorMessageRoot--VZV2M{padding:38px 0;border-radius:8px}.ErrorMessageWrapper-module__showBorder--I70Ug{border:1px solid var(--border-soft)}
.CacheError-module__section--VL2dt{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;padding:20px}.CacheError-module__message--MuQxF{white-space:pre-line;font-size:18px;margin:20px 0;text-align:center}
.ServerError-module__container--V6Btw{display:flex;justify-content:center;flex-direction:column;padding:50px 40px;text-align:center;align-items:center;flex:1}.ServerError-module__img--eAb7n{width:100%;height:auto;margin-bottom:50px;max-width:600px}.ServerError-module__title--e9h7g{flex:1}
.Chips-module__chipsContainer--SC3BE{padding:16px 0 0;margin-bottom:16px;display:flex;gap:8px;overflow:hidden;flex-grow:1;width:100%;border-bottom:1px solid var(--border-default)}.Chips-module__chipsContainer--SC3BE.Chips-module__secondary--HAE5h{padding:16px 16px 0;gap:16px}.Chips-module__styledButton--lp6JP{position:absolute}.Chips-module__styledButton--lp6JP.Chips-module__prev--dMlCi{background:linear-gradient(to left, rgba(var(--background-default-rgb), 50%) 0%, rgba(var(--background-default-rgb), 80%) 12.5%, rgba(var(--background-default-rgb), 100%) 50%);left:-3px}.Chips-module__styledButton--lp6JP.Chips-module__next--SAv8R{background:linear-gradient(to right, rgba(var(--background-default-rgb), 50%) 0%, rgba(var(--background-default-rgb), 80%) 12.5%, rgba(var(--background-default-rgb), 100%) 50%);right:-3px}.Chips-module__tabButton--rA_kR{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-default);padding:5px 11px;cursor:pointer;width:fit-content;white-space:nowrap}.Chips-module__tabButton--rA_kR.Chips-module__secondary--HAE5h{padding:8px 15px}.Chips-module__tabButton--rA_kR.Chips-module__active--HYMSK{color:var(--text-primary);border-bottom:2px solid var(--border-primary)}
@layer chart{.AssetCard-module__assetCardRoot--go1AS{display:flex;gap:8px}.AssetCard-module__details--FF7lJ{display:flex;flex-direction:column;text-align:left}.AssetCard-module__details--FF7lJ mark{color:var(--text-primary);background-color:rgba(0,0,0,0)}.AssetCard-module__titleWrapper--CenRX{display:flex;gap:4px;white-space:nowrap}.AssetCard-module__title--U8gt_{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-default);text-transform:uppercase}.AssetCard-module__snake--EwgMk{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-default)}.AssetCard-module__subtitle--C1qYs{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-soft)}}
@layer chart{.AxisUnit-module__container--yESGO{padding:4px 8px;display:flex;justify-content:center;z-index:1;position:absolute}.AxisUnit-module__label--flHNh{text-transform:uppercase}.AxisUnit-module__badge--S80kI{background-color:var(--background-default)}}
@layer chart{.ChartEmpty-module__chartEmptyRoot--u32R4{position:absolute;z-index:1;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:300px;margin:0 auto;background:linear-gradient(180deg, rgba(var(--background-default-rgb), 1) 0%, rgba(var(--background-default-rgb), 0.3) 100%)}.ChartEmpty-module__emptyImage--Cr0G5{width:70px;height:70px}.ChartEmpty-module__title--DUeAQ{font-size:1.25rem;line-height:112.5%;font-weight:420;color:var(--text-default)}.ChartEmpty-module__description--V5dvV{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-soft);margin-bottom:16px}.ChartEmpty-module__link--rTfC2{color:var(--text-link);text-decoration:none}.ChartEmpty-module__link--rTfC2:hover{text-decoration:underline}}
@layer chart{.ChartError-module__chartErrorRoot--MZGQ2{position:absolute;z-index:1;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:0 auto;background:linear-gradient(180deg, rgba(var(--background-default-rgb), 1) 0%, rgba(var(--background-default-rgb), 0.3) 100%)}.ChartError-module__errorImage--ffKQu{width:70px;height:70px}.ChartError-module__title--u9cSK{font-size:1.25rem;line-height:112.5%;font-weight:420;color:var(--text-default)}.ChartError-module__description--lMG0L{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-soft);margin-bottom:16px}.ChartError-module__link--cDBiw{color:var(--text-link);text-decoration:none}.ChartError-module__link--cDBiw:hover{text-decoration:underline}}
@layer chart{.ChartTypeSelector-module__chartTypeSelectorRoot--Rob4I{display:flex;border-radius:8px;padding:4px;background-color:var(--surface-default);gap:4px}.ChartTypeSelector-module__chartTypeSelectorRoot--Rob4I>.ChartTypeSelector-module__chartTypeDropdown--jeulq{justify-content:center}.ChartTypeSelector-module__chartTypeDropdown--jeulq [role=listbox]{width:272px;overflow-y:hidden}.ChartTypeSelector-module__styledChip--bRKnM{height:28px;width:32px}}
@layer chart{.ChartTypeSelectorItem-module__wrapper--ShzG4{display:flex;align-items:center;flex:1;justify-content:space-between;padding:12px;border-bottom:1px solid var(--border-soft);background:var(--surface-hover)}.ChartTypeSelectorItem-module__assetTicker--B6nvA{margin-left:8px;font-size:.938rem;line-height:1.25rem;font-weight:400;text-transform:uppercase}.ChartTypeSelectorItem-module__assetWrapper--MRs0L{display:flex;align-items:center;flex:1;margin-right:10px}}
@layer chart{.ChipHorizonSelector-module__chipHorizonSelectorRoot--zBHgC{display:flex;border-radius:8px;padding:4px;background-color:var(--surface-default);gap:4px}.ChipHorizonSelector-module__chipHorizonSelectorRoot--zBHgC button{text-transform:uppercase}}
@layer chart{.IndicatorListItem-module__indicatorItem--tMTQT{display:flex;justify-content:space-between;align-items:center;gap:8px;border-radius:4px;width:100%;padding:8px;cursor:pointer;border:none;background:none}.IndicatorListItem-module__indicatorItem--tMTQT:hover{background-color:var(--surface-hover)}.IndicatorListItem-module__indicatorItem--tMTQT,.IndicatorListItem-module__indicatorItem--tMTQT:focus-visible{outline:none}.IndicatorListItem-module__indicatorItem--tMTQT.IndicatorListItem-module__focused--Hoq94,.IndicatorListItem-module__indicatorItem--tMTQT.IndicatorListItem-module__focused--Hoq94:focus-visible{outline:2px solid var(--border-focus)}.IndicatorListItem-module__indicatorText--zFKzT{font-size:.875rem;line-height:150%;font-weight:340;text-align:left;color:var(--text-default)}.IndicatorListItem-module__secondary--rIjgD{display:flex;justify-content:space-between;align-items:center;gap:4px;max-width:200px}.IndicatorListItem-module__indicatorSmallText--p5v5h{font-size:.75rem;line-height:150%;font-weight:340;text-align:right;color:var(--text-soft);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}}
@layer chart{.InsightsDropdown-module__allInsightsRow--QnTC_{display:flex;align-items:center;justify-content:space-between;padding:8px 16px 12px;border-bottom:1px solid var(--border-soft);min-width:350px}.InsightsDropdown-module__allInsightsLabel--L78Lq{font-size:.875rem;line-height:150%;font-weight:340}.InsightsDropdown-module__assetList--NdU0Y{display:flex;flex-direction:column;max-height:280px;overflow-y:auto}.InsightsDropdown-module__assetRow--WnTtW{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;gap:12px}.InsightsDropdown-module__checkboxWrapper--MrQXj{display:flex;align-items:center;flex-shrink:0}.InsightsDropdown-module__checkboxWrapper--MrQXj>div{flex-direction:row;align-items:center}.InsightsDropdown-module__checkboxWrapper--MrQXj label{align-items:center}.InsightsDropdown-module__checkboxWrapper--MrQXj label>div:first-of-type{margin-top:0}.InsightsDropdown-module__entityName--WmAAa{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right;min-width:0;flex:1}}
@layer chart{.MultiDropdown-module__menu--W9CpJ{z-index:var(--z-index-app-header);box-shadow:var(--elevation-moderate);border-radius:4px;outline:1px solid var(--border-soft);background-color:var(--surface-default)}.MultiDropdown-module__menuItem--p1ac_{z-index:var(--z-index-app-header);outline:0}}
@layer chart{.LegendMoreMenu-module__legendMoreMenuRoot--GZ8Os{display:flex;position:relative;height:20px;width:20px;justify-content:center;align-items:center;border-radius:4px}.LegendMoreMenu-module__legendMoreMenuRoot--GZ8Os:hover{background-color:var(--surface-hover)}.LegendMoreMenu-module__menuIcon--UuPdT{transform:rotate(90deg);cursor:pointer}.LegendMoreMenu-module__iconWrapper--tsHm7{display:flex;justify-content:center;align-items:center}.LegendMoreMenu-module__colorPicker--qzxcO{padding:8px;background-color:var(--surface-default);outline:1px solid var(--border-soft);border-radius:4px;display:flex;flex-wrap:wrap;position:fixed;width:170px;gap:8px}.LegendMoreMenu-module__leftIcon--HXzhs{fill:currentColor}.LegendMoreMenu-module__smallColorIcon--Oz5JC{border-radius:50%;width:16px;height:16px}.LegendMoreMenu-module__colorIcon--IamBt{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%}.LegendMoreMenu-module__colorIcon--IamBt svg{fill:var(--icon-on-primary)}.LegendMoreMenu-module__colorIcon--IamBt.LegendMoreMenu-module__selected--mqTOE{border:2px solid #000;outline:1px solid var(--color-icon-color)}.LegendMoreMenu-module__colorIcon--IamBt:hover{cursor:pointer;border:2px solid #000;outline:1px solid var(--color-icon-color)}}
@layer chart{.MenuBarV2-module__menuBarRoot--mSWQr{display:flex}.MenuBarV2-module__menuItem--WD0c0{height:40px;padding:0 4px;border-right:1px solid var(--border-soft);display:flex;align-items:center}.MenuBarV2-module__menuItemSearch--J1iSU{min-width:132px}.MenuBarV2-module__menuItemSearch--J1iSU button{justify-content:left}.MenuBarV2-module__menuBarRoot--mSWQr .MenuBarV2-module__menuItem--WD0c0 [data-button]:disabled{border:none}}
@layer chart{.OHLCPrice-module__ohlcPriceRoot--nmnri{margin-left:8px;display:flex;gap:8px;font-size:.875rem;line-height:150%;font-weight:340}.OHLCPrice-module__priceContainer--R1jus{display:flex;gap:8px}.OHLCPrice-module__label--qwmIU{color:var(--text-default)}.OHLCPrice-module__price--izqMq{font-family:var(--font-roboto-mono);color:var(--viz-bearish)}.OHLCPrice-module__price--izqMq.OHLCPrice-module__bullish--ps8ag{color:var(--viz-bullish)}}
@layer chart{.OptionsMenu-module__tooltip--OI2wt{all:unset;white-space:nowrap}}
@layer chart{.PaneActions-module__container--tx2hF{display:flex;align-items:center;gap:4px;padding:4px;border-radius:4px;border:1px solid var(--border-soft);background:var(--background-soft)}.PaneActions-module__container--tx2hF button{padding:4px;width:20px;height:20px;min-width:20px}.PaneActions-module__container--tx2hF button svg{width:12px;height:12px}}
@layer chart{.PanesLimitModal-module__styledModal--gCdmH [data-modal-text-container]{margin-top:18px;margin-bottom:0}.PanesLimitModal-module__styledModal--gCdmH [data-modal-container]{width:600px}.PanesLimitModal-module__text--Z3WZQ{font-size:1.063rem;line-height:1.5rem;font-weight:400;color:var(--text-default)}}
@layer chart{.TogglesModal-module__styledModal--uPnrV [data-modal-container]{width:504px;padding:0}.TogglesModal-module__container--sYa3_{padding:12px 20px}.TogglesModal-module__row--wDdjy{display:flex;flex-grow:1;justify-content:space-between;align-items:center;padding:12px 0}.TogglesModal-module__row--wDdjy:not(:last-child){border-bottom:1px solid var(--border-soft)}.TogglesModal-module__row--wDdjy span{font-size:1rem;line-height:150%;font-weight:340}}
@layer chart{.ResampleSelector-module__resampleSelectorRoot--hdqbb{display:flex;border-radius:8px;padding:4px;background-color:var(--surface-default)}.ResampleSelector-module__resampleSelectorRoot--hdqbb ul{width:185px;max-height:500px;overflow:auto}.ResampleSelector-module__resampleSelectorRoot--hdqbb li>div{margin:8px 8px 8px 0}.ResampleSelector-module__resampleSelectorRoot--hdqbb li:nth-child(n+5){border-top:1px solid var(--border-soft)}.ResampleSelector-module__styledChip--r7qbU{white-space:nowrap}}
@layer chart{.ViewController-module__viewControllerRoot--xcnF9{display:flex;justify-content:left;padding:10px 20px 10px 10px;gap:8px;min-height:56px}.ViewController-module__viewControllerRoot--xcnF9.ViewController-module__isSimpleChart--Ah8Zt{justify-content:space-between;padding:10px 0}.ViewController-module__flexWrapper--AP6N1{display:flex;gap:4px}.ViewController-module__viewControllerRoot--xcnF9 button.ViewController-module__clearAllChartsButton--X_DWn{height:auto;font-size:1rem;line-height:112.5%;font-weight:420;border-radius:8px;color:var(--text-primary);margin-left:auto}}
.AssetLogoContainer-module__wrapper--rC6YW.AssetLogoContainer-module__shouldUseBorderOnFallback--vFDSf [data-logo-placeholder]{border:1px solid var(--border-soft)}
.TooltipContainer-module__underlineText--u2xwe{display:inline-block;text-decoration:underline dashed;text-underline-offset:6px;text-decoration-thickness:1px;text-decoration-color:var(--border-default)}
.EntityCell-module__root--LvzqC{display:flex;gap:8px;align-items:center}.EntityCell-module__flexColumn--f4JCv{display:flex;align-items:flex-start;flex-direction:column;min-width:0}.EntityCell-module__titleLabel--sRhWA{font-size:.875rem;line-height:150%;font-weight:340;width:100%;max-width:212px;overflow:hidden;text-align:left;white-space:nowrap;text-overflow:ellipsis;font-family:var(--font-nort)}@media screen and (max-width: 1279px){.EntityCell-module__titleLabel--sRhWA{padding-right:20px}}.EntityCell-module__tickerLabel--vicNv{font-size:.75rem;line-height:150%;font-weight:340;overflow:hidden;text-align:left;white-space:nowrap;text-overflow:ellipsis;font-family:var(--font-nort);color:var(--text-soft)}
.ScreenerCell-module__priceWrapper--nZSNZ[data-price-status=default]{color:var(--text-default)}.ScreenerCell-module__priceWrapper--nZSNZ[data-price-status=positive]{color:var(--viz-bullish)}.ScreenerCell-module__priceWrapper--nZSNZ[data-price-status=negative]{color:var(--viz-bearish)}.ScreenerCell-module__priceWrapper--nZSNZ[data-price-status=disabled]{color:var(--text-disabled)}.ScreenerCell-module__unit--sXLnr{font-size:.625rem;line-height:1rem;font-weight:340;margin-top:6px;margin-left:5px}
.TopRankIcon-module__styledRank--abIk3{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.TopRankIcon-module__styledRank--abIk3 span{text-align:center}.TopRankIcon-module__styledIconRank--oSrkY{position:absolute;top:var(--top-position, 14%);font-size:var(--font-size, 14px)}.TopRankIcon-module__wrapper--tcS32{width:var(--wrapper-size);height:var(--wrapper-size);display:flex;justify-content:center;align-items:center;position:relative}.TopRankIcon-module__styledPlaceholder--PrGal{color:var(--text-soft);font-size:18px}
.CompanyNameCell-module__root--BBb9D{display:flex;flex-direction:row;align-items:center;gap:8px}.CompanyNameCell-module__flexRowWrapper--pED9U{display:flex;align-items:center;flex-direction:row;gap:4px}.CompanyNameCell-module__companyNameContainer--jQrzf{display:flex;flex-direction:column;overflow:hidden;margin-left:8px;font-size:.875rem;line-height:150%;font-weight:340}.CompanyNameCell-module__tag--fDu0G{margin:0;font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-soft);text-transform:uppercase;align-items:center}.CompanyNameCell-module__iconContainer--AYJRr{position:absolute;top:-4px;right:-4px}.CompanyNameCell-module__iconsContainer--YuCJ0{position:relative}.CompanyNameCell-module__styledIcon--A97_y{background-color:var(--background-soft);border-radius:50%;width:16px;height:16px}.CompanyNameCell-module__naFallbackWrapper--oVZ4L{display:flex;justify-content:center}
.PerformanceTable-module__wrapper--RNsN3{z-index:1;height:100%}.PerformanceTable-module__tableScrollContainer--EK_jV{position:relative;overflow:auto}.PerformanceTable-module__tableScrollContainer--EK_jV::-webkit-scrollbar{width:13px;height:10px}.PerformanceTable-module__tableScrollContainer--EK_jV::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.PerformanceTable-module__tableScrollContainer--EK_jV::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.PerformanceTable-module__tableScrollContainer--EK_jV::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.PerformanceTable-module__tableScrollContainer--EK_jV::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.PerformanceTable-module__tableScrollContainer--EK_jV::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.PerformanceTable-module__tableScrollContainer--EK_jV{flex:1 1 0px;min-height:300px}.PerformanceTable-module__tableScrollContainer--EK_jV [data-testid=no-results]{margin-top:24px}.PerformanceTable-module__tableScrollContainer--EK_jV [data-testid=no-results] p:nth-of-type(2){width:420px;text-align:center}.PerformanceTable-module__tableRoot--sSnYb{border-spacing:0;width:100%;--z-index-header-cell: 2;--z-index-table-cell: 1}.PerformanceTable-module__tableRoot--sSnYb tbody tr:hover{background-color:var(--surface-hover)}.PerformanceTable-module__tableRoot--sSnYb tbody tr:hover td{background-color:var(--surface-hover)}.PerformanceTable-module__tableRoot--sSnYb tbody tr:hover td [aria-haspopup=true]{border-bottom:1px dashed var(--border-default)}.PerformanceTable-module__styledTableHeader--NfKbN{position:sticky;top:0;z-index:var(--z-index-app-header);cursor:pointer}.PerformanceTable-module__rankWrapper--rvkml{display:flex;flex-direction:row;gap:4px;align-items:center}.PerformanceTable-module__footerRow--N0jEI{padding:20px 0 0 0;border-bottom:none}
.PriceCellTooltip-module__root--lXSgZ{display:flex;flex-direction:column}.PriceCellTooltip-module__timeLabel--csUdR{font-size:.938rem;line-height:1.25rem;font-weight:400}@media screen and (min-width: 1040px){.PriceCellTooltip-module__timeLabel--csUdR{font-size:.875rem}}.PriceCellTooltip-module__asOfLastCloseLabel--xu62h{font-size:.938rem;line-height:1.25rem;font-weight:400;color:var(--text-soft)}@media screen and (min-width: 1040px){.PriceCellTooltip-module__asOfLastCloseLabel--xu62h{font-size:.875rem}}.PriceCellTooltip-module__marketOpenWrapper--vkzZx{display:flex;flex-direction:row;align-items:center;gap:.35em}.PriceCellTooltip-module__marketOpenLabel--BJ6om{font-size:.938rem;line-height:1.25rem;font-weight:400;color:var(--viz-bullish)}@media screen and (min-width: 1040px){.PriceCellTooltip-module__marketOpenLabel--BJ6om{font-size:.875rem}}.PriceCellTooltip-module__liveDataLabel--j8f_v{font-size:.938rem;line-height:1.25rem;font-weight:400}@media screen and (min-width: 1040px){.PriceCellTooltip-module__liveDataLabel--j8f_v{font-size:.875rem}}
.OneDayReturnCell-module__unit--QyKpV{font-size:8px;line-height:12px;margin-top:6px;margin-left:5px}.OneDayReturnCell-module__flexRowWrapper--kGeWB{display:flex;align-items:center;width:100%;justify-content:flex-end;flex-direction:row;gap:4px}.OneDayReturnCell-module__skeletonLoaderWrapper--WIVsj{display:flex;justify-content:flex-end}.OneDayReturnCell-module__indicator--wksJm{margin-left:10px;border-radius:50%;width:8px;height:8px}.OneDayReturnCell-module__default--rWqAT{color:var(--text-default)}.OneDayReturnCell-module__negative--kd1dy{color:var(--viz-bearish)}.OneDayReturnCell-module__positive--XQq2_{color:var(--viz-bullish)}.OneDayReturnCell-module__disabled--zsP12{color:var(--text-disabled)}.OneDayReturnCell-module__indicatorDefault--M5Dxx{background-color:var(--text-soft)}.OneDayReturnCell-module__indicatorLivePrice--ywEdL{background-color:var(--viz-bullish)}
.PriceCell-module__currency--viz_L{font-size:8px;text-transform:uppercase;margin-top:2px}.PriceCell-module__stampWrapper--rN8oW{display:flex;justify-content:center}.PriceCell-module__flexWrapper--zsE9K{display:flex;gap:2px;justify-content:end}.PriceCell-module__priceWrapper--w0u5p{display:flex;justify-content:flex-end;flex-basis:40%;gap:4px;color:var(--text-default)}.PriceCell-module__priceWrapper--w0u5p.PriceCell-module__isDisabled--I9a6y{color:var(--text-disabled)}.PriceCell-module__circleStamp--RF3gB{width:6px;height:6px;border-radius:50%;background-color:var(--stamp-color)}.PriceCell-module__squareStamp--xTdK4{width:6px;height:6px;background-color:var(--stamp-color)}.PriceCell-module__skeletonLoaderWrapper--pR3z2{display:flex;justify-content:flex-end}
.CatalystInsightTooltip-module__tooltipWrapper--eiUYb{display:flex;flex-direction:row;align-items:center;gap:8px;min-width:200px}.CatalystInsightTooltip-module__rightWrapper--RhN5p{display:flex;flex-direction:column}.CatalystInsightTooltip-module__titleLabel--NeLCx{font-size:1rem;line-height:112.5%;font-weight:420}.CatalystInsightTooltip-module__categoryLabel--p2nF9{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-soft)}
.CatalystInsightIcon-module__styledIcon--SDJsK.CatalystInsightIcon-module__enableHover--dSuTX:not(.CatalystInsightIcon-module__isDisabled--eisud):hover{transform:scale(1.25);cursor:pointer !important}.CatalystInsightIcon-module__styledIcon--SDJsK.CatalystInsightIcon-module__isDisabled--eisud path{fill:var(--surface-default);stroke:var(--icon-disabled)}
.EarningsInsightTooltip-module__tooltipWrapper--Xctoc{display:flex;flex-direction:row;align-items:center;gap:8px}.EarningsInsightTooltip-module__rightWrapper--NF5M1{display:flex;flex-direction:column}.EarningsInsightTooltip-module__bottomWrapper--jBCLG{display:flex;flex-direction:row;align-items:center;gap:8px}.EarningsInsightTooltip-module__recapWrapper--Or7sq{font-size:.875rem;line-height:150%;font-weight:340;display:flex;flex-direction:row;align-items:center}.EarningsInsightTooltip-module__recapValue--m4Nn3{padding-right:.3em}.EarningsInsightTooltip-module__recapValueBearish--HBrnC{color:var(--viz-bearish)}.EarningsInsightTooltip-module__recapValueBullish--w8X_C{color:var(--viz-bullish)}.EarningsInsightTooltip-module__recapLabel--f9aCR{color:var(--text-soft)}.EarningsInsightTooltip-module__valueWrapper--rK8IA{font-size:.875rem;line-height:150%;font-weight:340;font-family:var(--font-roboto-mono)}.EarningsInsightTooltip-module__descriptionLabel--tpWGL{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-soft)}.EarningsInsightTooltip-module__titleLabel--l022s{font-size:1rem;line-height:112.5%;font-weight:420}
.EarningsInsightIcon-module__iconHoverable--EdIL0:hover{transform:scale(1.25);cursor:pointer}.EarningsInsightIcon-module__iconDisabledUnbordered--s2gDg>path{fill:var(--icon-soft)}.EarningsInsightIcon-module__iconDisabledBordered--ZIf5g>path:first-child{fill:var(--surface-default);stroke:var(--icon-soft)}.EarningsInsightIcon-module__iconDisabledBordered--ZIf5g>path:last-child{fill:var(--icon-soft)}
.ClickableCatalystInsightTooltip-module__tooltipWrapper--CnLre{display:flex;flex-direction:row;align-items:center;gap:8px;min-width:200px;margin-bottom:12px;cursor:pointer;padding:0}.ClickableCatalystInsightTooltip-module__tooltipWrapper--CnLre:hover{background-color:var(--surface-hover)}.ClickableCatalystInsightTooltip-module__rightWrapper--cXC6R{display:flex;flex-direction:column}.ClickableCatalystInsightTooltip-module__tooltipTitleLabel--tHOtc{font-size:1rem;line-height:112.5%;font-weight:420}.ClickableCatalystInsightTooltip-module__categoryLabel--cSFuM{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-soft)}
.InsightsKGCell-module__insightsContainer--EhCr8{display:flex;gap:4px;align-items:center}.InsightsKGCell-module__placeholder--Y9gQp{width:18px;height:18px;padding-right:3px}.InsightsKGCell-module__count--nkefP{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-soft);width:15px;height:16px}.InsightsKGCell-module__countDisabled--iGesq{color:var(--text-disabled)}
.InsightDetails-module__badge--PuYMx [data-badge=textual]{padding:2px 4px;border-radius:2px}.InsightDetails-module__mainInfo--miyCy{display:flex;flex-direction:column;justify-content:space-between;min-height:52px;max-width:60%}.InsightDetails-module__mainInfo--miyCy.InsightDetails-module__isTooltip--yIZvL{min-height:fit-content;max-width:100%;gap:5px}.InsightDetails-module__insightNameWrapper--kjHIV{display:flex;gap:8px;align-items:center}.InsightDetails-module__insightName--aQCSg{font-size:1.25rem;line-height:112.5%;font-weight:420}.InsightDetails-module__insightName--aQCSg.InsightDetails-module__isTooltip--yIZvL{font-size:1rem;line-height:112.5%;font-weight:420}.InsightDetails-module__infoDetail--L6j8X{font-size:.875rem;line-height:150%;font-weight:340;display:flex;gap:4px;padding-right:8px;border-right:1px solid var(--border-default)}.InsightDetails-module__infoDetail--L6j8X.InsightDetails-module__isTooltip--yIZvL{font-size:.75rem;line-height:150%;font-weight:340}.InsightDetails-module__infoDetailWrapper--niGUR{display:flex;align-items:center;gap:8px}.InsightDetails-module__episode--vIv4B{white-space:nowrap;font-size:.75rem;line-height:150%;font-weight:340}.InsightDetails-module__median--UVYYW{font-family:var(--font-roboto-mono)}.InsightDetails-module__median--UVYYW.InsightDetails-module__isBullish--SVSTV{color:var(--viz-bullish)}.InsightDetails-module__median--UVYYW.InsightDetails-module__isBearish--lrbb_{color:var(--viz-bearish)}.InsightDetails-module__dot--alxJo{color:var(--icon-soft)}.InsightDetails-module__starsLabel--PfNTG{display:inline-flex;align-items:center;gap:2px}.InsightDetails-module__starsLabel--PfNTG svg{fill:var(--icon-primary)}
.InsightIconsRoot-module__insightIconsWrapper--isHRP{position:relative;display:flex;justify-content:center}.InsightIconsRoot-module__insightIconsWrapperInteractive--bVzms:hover{transform:scale(1.25)}.InsightIconsRoot-module__styledImg--HLZmi{position:absolute;right:0}
.ExploreTable-module__scenarioTableRoot--jDSy4::-webkit-scrollbar{width:13px;height:10px}.ExploreTable-module__scenarioTableRoot--jDSy4::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.ExploreTable-module__scenarioTableRoot--jDSy4::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.ExploreTable-module__scenarioTableRoot--jDSy4::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.ExploreTable-module__scenarioTableRoot--jDSy4::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.ExploreTable-module__scenarioTableRoot--jDSy4::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.ExploreTable-module__scenarioTableRoot--jDSy4{overflow:auto;flex:1 1 0;z-index:1}.ExploreTable-module__tableRoot--LbPBs{border-spacing:0;width:100%;--z-index-header-cell: 2;--z-index-table-cell: 1}.ExploreTable-module__tableRoot--LbPBs th:first-child{width:15%}.ExploreTable-module__tableRoot--LbPBs th{border-bottom:1px solid var(--border-default)}.ExploreTable-module__tableRoot--LbPBs td{width:250px;overflow:hidden}.ExploreTable-module__tableRoot--LbPBs tr:last-child>td{border-bottom:1px solid var(--border-default)}.ExploreTable-module__tableRootInteractive--tOfR7 tbody tr{cursor:pointer}.ExploreTable-module__tableRootInteractive--tOfR7 tbody tr:hover{background-color:var(--surface-hover)}.ExploreTable-module__tableRootInteractive--tOfR7 tbody tr:hover td{background-color:var(--surface-hover)}.ExploreTable-module__tableRootInteractive--tOfR7 tbody tr:hover td [aria-haspopup='true']{border-bottom:1px dashed var(--border-default)}.ExploreTable-module__insightsWrapper--oyGMY{display:flex;align-items:center;width:fit-content;gap:.02rem}.ExploreTable-module__tickerCell--qDohC{display:flex;gap:8px}.ExploreTable-module__wrapperEmptyAssetsState--e1jjB{padding:60px 0}.ExploreTable-module__wrapperEmptyAssetsState--e1jjB [data-testid='empty-assets-description']{max-width:446px}
.InsightsTooltip-module__styledTooltip--GJ6q9{border-radius:8px;padding:8px;min-width:275px;background-color:var(--surface-active)}.InsightsTooltip-module__styledTooltip--GJ6q9 [data-tooltip-arrow]{background-color:var(--surface-active)}.InsightsTooltip-module__styledBubble--mSxux{display:flex;align-items:center;gap:8px}
.Count-module__moreInsights--mXMGD{background-color:var(--surface-default);border-radius:4px;padding:2px 6px;height:fit-content;margin-left:8px}.Count-module__count--JAroT{color:var(--text-soft);font-size:.75rem;line-height:150%;font-weight:340;vertical-align:middle;display:block}
.ClickableScenarioInsightTooltip-module__tooltipWrapper--E8zHp{display:flex;flex-direction:row;align-items:center;gap:8px;min-width:200px;margin-bottom:12px;cursor:pointer;padding:0}.ClickableScenarioInsightTooltip-module__tooltipWrapper--E8zHp:hover{background-color:var(--surface-hover)}
.InsightsScenarioCell-module__insightsContainer--Qv5p6{display:flex;gap:4px;align-items:center}.InsightsScenarioCell-module__count--p3QdA{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-soft);width:15px;height:16px}.InsightsScenarioCell-module__countDisabled--_nBfk{color:var(--text-disabled)}
.PriceDisplayView-module__container--pcOr6{display:flex;align-items:flex-start;flex-direction:column;gap:8px}@media screen and (min-width: 880px){.PriceDisplayView-module__container--pcOr6{flex-direction:row;gap:40px}}.PriceDisplayView-module__dateSpan--tWRNi{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-soft);margin-right:12px}.PriceDisplayView-module__styledPriceDisplay--IGNY_ [data-price]{font-size:1.25rem;line-height:112.5%;font-weight:420}
.ChartPrice-module__priceWrapper--DeA_d{display:flex;flex-direction:column}
.ChartAreaWrapper-module__container--YfuMw{display:flex;flex-direction:column;position:relative}
.ChartInsightIcon-module__iconContainer--LAYw0{position:absolute;cursor:pointer}.ChartInsightIcon-module__iconContainer--LAYw0:hover{transform:scale(1.25)}
.Insights-module__zoomIntoViewText--hVHd8{position:absolute;color:var(--text-soft);transform:translate(-50%, -100%);font-size:.875rem;line-height:150%;font-weight:340}
.SimpleChartTooltip-module__dot--RU4q4{width:8px;height:8px;border-radius:50%}
.ChartMessageHeader-module__container--FxLd6{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.ChartMessageHeader-module__label--UdoKe{font-size:.75rem;line-height:150%;font-weight:340}.ChartMessageHeader-module__labelContainer--IDlqj{display:flex;align-items:center;background-color:var(--surface-default);border-radius:4px;padding:2px 6px 2px 0;cursor:default}.ChartMessageHeader-module__labelRoot--VW9NS{display:flex;gap:8px;flex-wrap:wrap}
.ChartHeader-module__headerContainer--kD7XJ{display:flex;justify-content:flex-end;margin-bottom:8px;min-height:40px;gap:4px;align-items:flex-end}.ChartHeader-module__chartTypeSelectorStyled--EoRQT{height:40px}.ChartHeader-module__chartPriceStyled--UERcY{flex:1;padding:0}
.ChartLoading-module__skeletonWrapper--Uej3J{display:flex;flex-direction:column;gap:20px;position:relative;width:100%;min-height:100%}
.SimpleChart-module__body--ZHPRN{position:relative;width:100%}.SimpleChart-module__fullscreenButtonContainer--Lpvm2{display:flex;border-radius:8px;padding:4px;background-color:var(--surface-default);height:40px}.SimpleChart-module__styledChartAreaWrapper--M1z_T{height:240px}.SimpleChart-module__container--yjtqZ{position:relative;width:100%}.SimpleChart-module__container--yjtqZ.SimpleChart-module__isChatMessage--V6MDa .SimpleChart-module__styledChartAreaWrapper--M1z_T{height:476px}
.ChartPreview-module__styledEntityDetails--mE2uP{margin:0}.ChartPreview-module__content--Itotw{display:flex;flex-direction:column;gap:8px;width:500px;padding:20px;border-radius:8px;background:var(--background-soft);z-index:var(--z-index-modal)}.ChartPreview-module__chartWrapper--DbUmN{position:relative}.ChartPreview-module__horizonLabel--QyKRd{position:absolute;top:8px;left:8px;z-index:1}.ChartPreview-module__horizonLabel--QyKRd [data-badge=textual]{background:var(--background-soft)}
.ScreenerTableChart-module__plotPath--t1pHP{stroke-width:2px;fill-opacity:0}.ScreenerTableChart-module__plotPath--t1pHP[data-price-status=default]{stroke:var(--text-default)}.ScreenerTableChart-module__plotPath--t1pHP[data-price-status=positive]{stroke:var(--viz-bullish)}.ScreenerTableChart-module__plotPath--t1pHP[data-price-status=negative]{stroke:var(--viz-bearish)}
.Results-module__wrapper--izK2e{z-index:1;height:100%;display:flex;flex-direction:column}.Results-module__tableWrapper--ULKrL::-webkit-scrollbar{width:13px;height:10px}.Results-module__tableWrapper--ULKrL::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.Results-module__tableWrapper--ULKrL::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.Results-module__tableWrapper--ULKrL::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.Results-module__tableWrapper--ULKrL::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.Results-module__tableWrapper--ULKrL::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.Results-module__tableWrapper--ULKrL{position:relative;overflow:auto;flex:1 1 0}.Results-module__tableWrapper--ULKrL::-webkit-scrollbar-track{margin-left:207px}.Results-module__tableLoader--KWLIh{height:100%}.Results-module__tableLoaderArea--iwZsC{width:100%;height:100%;border-radius:8px}.Results-module__assetCell--Azd_B{display:flex}.Results-module__cellWithChartContainer--bqu9z{display:flex;align-items:center;gap:24px;justify-content:space-between}
.MonetaryValueCell-module__root--sd0SA{display:flex;flex-direction:row;justify-content:right;align-items:center;gap:8px}.MonetaryValueCell-module__flexRowWrapper--ffXd2{display:flex;flex-direction:row;gap:4px}.MonetaryValueCell-module__currencyLabel--fUB9i{display:flex;flex-direction:row;font-size:.75rem;line-height:150%;font-weight:340;position:relative;top:2px}
.DateCell-module__iconWrapper--atMAA{display:flex}.DateCell-module__sun--OHR9j{fill:var(--icon-success)}.DateCell-module__sunRise--ISdy0{fill:var(--icon-primary)}.DateCell-module__moon--mkr7O{fill:var(--icon-soft)}.DateCell-module__dateContainer--jJP2H{display:flex;align-items:center;gap:8px;font-family:var(--font-nort)}.DateCell-module__dateContainer--jJP2H [data-tooltip-bubble]{padding:4px 8px}.DateCell-module__timeLabel--XaFyh{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-default)}
.LinkCell-module__styledIcon--WVK7G{display:flex;align-items:center}
.OfferingPriceTooltipLabel-module__root--QeEG0{display:flex;flex-direction:row;gap:12px;align-items:center;text-align:right}.OfferingPriceTooltipLabel-module__flexColumnWrapper--Twfpz{display:flex;flex-direction:column}.OfferingPriceTooltipLabel-module__verticalLineDivider--cwqXj{height:32px;width:1px;background-color:var(--border-default)}
.ScreenerEventsTable-module__tableLoader--k3rnu{height:100%}.ScreenerEventsTable-module__loaderArea--E8Ewy{width:100%;height:100%;border-radius:8px}.ScreenerEventsTable-module__styledErrorMessageWrapper--CUfzE{border:none}.ScreenerEventsTable-module__cellWithTooltip--eRd1Y{margin:0}.ScreenerEventsTable-module__cellWithTooltip--eRd1Y.ScreenerEventsTable-module__hasTooltip--SXyGz{text-decoration:underline dashed;text-underline-offset:6px;text-decoration-thickness:1px;text-decoration-color:var(--border-default)}.ScreenerEventsTable-module__overflowEllipsisTextCell--BDM4k{overflow-x:hidden;text-overflow:ellipsis;padding-bottom:3px;margin-bottom:-3px}.ScreenerEventsTable-module__overflowEllipsisTextCell--BDM4k.ScreenerEventsTable-module__hasTooltip--SXyGz{text-decoration:underline dashed;text-underline-offset:6px;text-decoration-thickness:1px;text-decoration-color:var(--border-default)}.ScreenerEventsTable-module__underlinedTextWrapper--N0GQR{text-decoration:underline dashed;text-underline-offset:6px;text-decoration-thickness:1px;text-decoration-color:var(--border-default)}.ScreenerEventsTable-module__styledListWrapper--R_ZtR{padding-left:20px}
.UnderwritersCell-module__root--tkGKu{width:auto;word-wrap:break-word;overflow:visible;white-space:normal}.UnderwritersCell-module__styledSpan--MagoP{text-decoration:underline dashed;text-underline-offset:6px;text-decoration-thickness:1px;text-decoration-color:var(--border-default);position:relative;left:8px}
.ChatInputComposer-module__styledSubmitButton--wy2cq{align-self:flex-end}.ChatInputComposer-module__form--PCBrf{display:flex;flex-direction:column;width:var(--chat-message-width);max-width:var(--chat-message-width)}@property --bg-angle{inherits:false;initial-value:0deg;syntax:"<angle>"}@keyframes ChatInputComposer-module__spin--h8aEk{to{--bg-angle: 1turn}}.ChatInputComposer-module__loaderWrapper--BmByk.ChatInputComposer-module__isMessagePending--KJRt6{--bg-angle: 0turn;animation:ChatInputComposer-module__spin--h8aEk 3s linear infinite;background:linear-gradient(var(--surface-default), var(--surface-default)) padding-box,conic-gradient(from var(--bg-angle), transparent, var(--border-primary)) border-box;border:2px solid rgba(0,0,0,0);border-radius:12px}.ChatInputComposer-module__modesSwitcher--loVkr{padding:1px;background:var(--background-default);border-radius:inherit}.ChatInputComposer-module__footer--_JxbT{height:100%}
.FlagIcon-module__fallback--N0UhN{color:var(--text-default);background-color:var(--surface-default);border-radius:2px;padding:8px}.FlagIcon-module__flag--S4jbx{display:inline-block !important;background-size:contain !important;background-position:50% 50% !important;background-repeat:no-repeat !important;vertical-align:middle;box-sizing:border-box;flex-shrink:0}.FlagIcon-module__flag--S4jbx.FlagIcon-module__rounded--_GYT7{border-radius:8px;overflow:hidden}.FlagIcon-module__flag--S4jbx.FlagIcon-module__circular--qD11o{border-radius:50%;overflow:hidden;background-clip:border-box;background-size:contain !important;background-position:50% !important}
.ExchangeCard-module__exchangeCardRoot--BC6T5{display:flex;gap:8px;align-items:center}.ExchangeCard-module__details--EZ66l{display:flex;flex-direction:column;text-align:right}.ExchangeCard-module__title--FguZl{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-default);text-transform:uppercase}.ExchangeCard-module__subtitle--jaOTc{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-soft)}.ExchangeCard-module__country--Mjn9W{display:flex;align-items:center}
.ListEntityItem-module__listEntityItemRoot--W7F3J{border-radius:4px;display:flex;justify-content:space-between;width:100%;padding:8px;cursor:pointer;border:none;background:none}.ListEntityItem-module__listEntityItemRoot--W7F3J:hover{background-color:var(--surface-hover)}.ListEntityItem-module__listEntityItemRoot--W7F3J,.ListEntityItem-module__listEntityItemRoot--W7F3J:focus-visible{outline:none}.ListEntityItem-module__listEntityItemRoot--W7F3J.ListEntityItem-module__isFocused--YACQc,.ListEntityItem-module__listEntityItemRoot--W7F3J.ListEntityItem-module__isFocused--YACQc:focus-visible{outline:2px solid var(--border-focus)}.ListEntityItem-module__listEntityItemRoot--W7F3J.ListEntityItem-module__isDisabled--cA7EY{cursor:default}.ListEntityItem-module__details--zg82C{display:flex;gap:16px}.ListEntityItem-module__close--EkJJM{border-radius:4px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;cursor:pointer}.ListEntityItem-module__close--EkJJM:hover{background-color:var(--surface-hover)}.ListEntityItem-module__close--EkJJM:focus-visible{outline:2px solid var(--border-focus)}.ListEntityItem-module__leftPart--ZSDGc{display:flex;align-items:center;gap:8px}
.ThemeLogoIcon-module__logoImg--QrOwQ{border-radius:24px}.ThemeLogoIcon-module__logoImgCondensed--ZENxx{height:20px;width:20px}.ThemeLogoIcon-module__logoImgExpanded--vRQA0{height:48px;width:48px}.ThemeLogoIcon-module__logoImgDisabled--pZwzL{background-color:var(--icon-soft)}.ThemeLogoIcon-module__logoImgEnabled--hneGw{background-color:var(--kg-theme)}.ThemeLogoIcon-module__logoFallback--fcOg8{display:flex;justify-content:center;align-items:center;text-transform:capitalize;border-radius:50%}.ThemeLogoIcon-module__logoFallbackDisabled--Gmmbv{background-color:var(--background-soft)}.ThemeLogoIcon-module__logoFallbackEnabled--MqerG{background-color:var(--dark-purple-12);color:var(--dark-purple-9)}.ThemeLogoIcon-module__logoFallbackCondensed--ZbH03{font-size:1rem;line-height:112.5%;font-weight:420;height:20px;width:20px}.ThemeLogoIcon-module__logoFallbackExpanded--jikuj{font-size:2rem;line-height:112.5%;font-weight:420;height:48px;width:48px}
.ListThemeItem-module__listThemeItemRoot--cbTY3{border-radius:4px;display:flex;align-items:center;gap:8px;width:100%;padding:8px;cursor:pointer;border:none;background:none}.ListThemeItem-module__listThemeItemRoot--cbTY3:hover{background-color:var(--surface-hover)}.ListThemeItem-module__listThemeItemRoot--cbTY3,.ListThemeItem-module__listThemeItemRoot--cbTY3:focus-visible{outline:none}.ListThemeItem-module__listThemeItemRoot--cbTY3.ListThemeItem-module__isFocused--InK8z,.ListThemeItem-module__listThemeItemRoot--cbTY3.ListThemeItem-module__isFocused--InK8z:focus-visible{outline:2px solid var(--border-focus)}.ListThemeItem-module__listThemeItemRoot--cbTY3 [data-theme-logo-icon]{height:32px;width:32px;border-radius:40px}.ListThemeItem-module__details--xvLQK{display:flex;flex-direction:column;text-align:left}.ListThemeItem-module__details--xvLQK mark{color:var(--text-primary);background-color:rgba(0,0,0,0)}.ListThemeItem-module__title--c1Fpa{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-default)}.ListThemeItem-module__subtitle--n70l_{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-soft)}.ListThemeItem-module__logoWrapper--ilaTG{font-size:1rem;line-height:112.5%;font-weight:420;display:flex;justify-content:center;align-items:center;background-color:var(--icon-decorative-blue);height:32px;width:32px;border-radius:40px;color:var(--text-default)}
.ListTitleItem-module__listTitle--aUeez{font-size:1rem;line-height:112.5%;font-weight:420;color:var(--text-soft);padding:24px 8px 8px}.ListTitleItem-module__listTitle--aUeez.ListTitleItem-module__secondary--Rc7rn{padding-top:8px;padding-bottom:0}.ListTitleItem-module__titleAndDividerWrapper--M99ZK{display:flex;flex-direction:column;width:100%;border:none;background:none;outline:none}.ListTitleItem-module__horizontalDivider--IMFZ1{position:relative;left:-8px;margin-right:-16px;height:1px;background-color:var(--border-soft);margin-top:4px;margin-bottom:8px}.ListTitleItem-module__hideOrShowButtonWrapper--RaffL{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline}.ListTitleItem-module__skeletonLoaderWrapper--_W4QB{margin:20px 0}
.ChatInputDropdown-module__styledDropdown--GqCK6 [data-dropdown-list]{box-shadow:none;border:none;background-color:var(--background-soft);max-width:660px;overflow-x:hidden;padding-left:8px;border-radius:12px}
.ChatModesButtonGroup-module__styledButtonGroup--HeziY{width:fit-content;white-space:nowrap;border-radius:10px}.ChatModesButtonGroup-module__styledButtonGroup--HeziY [data-button-group-item]{border-radius:8px}.ChatModesButtonGroup-module__secondary--MVCks{background-color:var(--surface-active);border:0;padding:2px}.ChatModesButtonGroup-module__secondary--MVCks [data-button-group-item]{padding:8px}.ChatModesButtonGroup-module__secondary--MVCks [data-button-group-item]:hover{background-color:var(--surface-hover)}.ChatModesButtonGroup-module__wrapper--ycLxq{display:flex;align-items:center;gap:6px}.ChatModesButtonGroup-module__wrapper--ycLxq svg{fill:var(--icon-soft)}.ChatModesButtonGroup-module__wrapper--ycLxq svg path{fill:var(--icon-soft)}.ChatModesButtonGroup-module__active--pIEYl svg{fill:var(--icon-primary)}.ChatModesButtonGroup-module__active--pIEYl svg path{fill:var(--icon-primary)}
.ChatInputContextHeader-module__contextHeaderContainer--KW20a{display:flex;flex-direction:row;padding:10px 16px;align-items:center;border-bottom:1px solid var(--border-soft);width:100%}.ChatInputContextHeader-module__styledToggle--NMKkj [data-toggle-container]{height:12px;width:22px}.ChatInputContextHeader-module__styledToggle--NMKkj [data-toggle-circle]{width:9px;height:9px}.ChatInputContextHeader-module__styledToggle--NMKkj [data-toggle-icon]{width:7px;height:7px}.ChatInputContextHeader-module__headerTextWrapper--rHf5p{display:flex;gap:.35em;padding-right:8px}.ChatInputContextHeader-module__headerTextDefault--GJWNP{font-size:.75rem;line-height:150%;font-weight:340}.ChatInputContextHeader-module__headerTextPrimary--rw9P0{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-primary)}.ChatInputContextHeader-module__headerTextDisabled--UMsWQ{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-disabled)}
.Filter-module__dropdownContent--upYLq{display:flex;flex-direction:column;min-width:290px;max-width:400px;max-height:min(45vh,248px);background-color:var(--surface-default);border:1px solid var(--border-soft);border-radius:4px;box-shadow:0 6px 10px 4px rgba(0,0,0,.15),0 2px 3px 0 rgba(0,0,0,.3);z-index:var(--z-index-modal)}@media(min-height: 700px){.Filter-module__dropdownContent--upYLq{max-height:min(55vh,550px)}}.Filter-module__dropdownMenuContent--_kohv{}.Filter-module__subMenuContent--dVDSc{}.Filter-module__menuItemLeftIndicator--Qg13W{display:inline-block;width:4px;height:auto;color:rgba(0,0,0,0);border-left:solid 3px;border-top-right-radius:80px 80px;border-bottom-right-radius:80px 80px}.Filter-module__itemText--xVKou{border-radius:4px;display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;margin:0 4px;padding:8px;width:100%;cursor:pointer}.Filter-module__itemTextRow--C0cZd{flex-direction:row;align-items:center;gap:8px}.Filter-module__disabledItemText--pXst3{padding:5px}.Filter-module__resetButton--c4mBz{border-radius:4px;display:flex;align-items:center;margin:0 8px;padding:8px;width:100%;cursor:pointer}.Filter-module__resetIconWrapper--M0mei{display:inline-flex;margin-top:auto}.Filter-module__resetIcon--MLItM{margin-right:8px}.Filter-module__resetButtonLabel--JeS4N{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-primary)}.Filter-module__resetItem--n4hTB{all:unset;display:flex;padding:8px}.Filter-module__resetItem--n4hTB[data-highlighted] [data-reset-button]{background-color:var(--surface-hover)}.Filter-module__lockedIcon--UXtBb{fill:var(--icon-disabled)}.Filter-module__iconWrapper--KIafZ{padding-right:8px}.Filter-module__itemLabel--fjCI7{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-default)}.Filter-module__itemLabelLocked--IRkAk{color:var(--text-disabled)}.Filter-module__customLabel--_ScXe{font-size:.875rem;line-height:150%;font-weight:340;display:flex;align-items:center;gap:4px}.Filter-module__removeLabel--KAiSG{color:var(--text-critical)}.Filter-module__removeLabel--KAiSG svg{fill:currentColor}.Filter-module__itemDescription--h7V1D{font-size:.75rem;line-height:150%;font-weight:340;display:block;color:var(--text-soft);padding-left:var(--indent, 0)}.Filter-module__countBadge--pHMRM{border-radius:50%;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:var(--surface-primary);color:var(--text-on-primary)}.Filter-module__checkboxItem--ObsjN{all:unset;display:flex;margin-bottom:4px}.Filter-module__checkboxItem--ObsjN [data-checkmark]{margin-top:0}.Filter-module__checkboxItem--ObsjN [data-checkbox]{align-items:center}.Filter-module__checkboxItem--ObsjN[data-highlighted] [data-item-text]{background-color:var(--surface-hover)}.Filter-module__checkboxItem--ObsjN[data-state=checked] [data-item-text]{background-color:var(--surface-active)}.Filter-module__checkboxItem--ObsjN[data-disabled]{filter:contrast(40%)}.Filter-module__item--kb5JH{all:unset;display:flex;margin-bottom:4px}.Filter-module__item--kb5JH[data-highlighted] [data-item-text]{background-color:var(--surface-hover)}.Filter-module__item--kb5JH[data-disabled] [data-item-text]{cursor:default}.Filter-module__itemChecked--y2F6a [data-menu-item-indicator]{color:var(--surface-primary);border-color:var(--surface-primary)}.Filter-module__itemChecked--y2F6a [data-item-text]{background-color:var(--surface-active)}.Filter-module__dropdownMenuTitle--pjl_B{display:flex;padding:0 16px}.Filter-module__dropdownMenuTitleText--oq__s{font-size:.75rem;line-height:150%;font-weight:340;color:#9ba1a6;flex:1;padding:8px 0;align-items:flex-start;text-transform:uppercase}.Filter-module__menuTitleText--Nph8o{padding:8px 16px}.Filter-module__triggerLabel--vvRJt{font-size:.875rem;line-height:150%;font-weight:340}.Filter-module__separator--FTtnE{height:1px;background-color:var(--border-soft);margin-bottom:8px}.Filter-module__trigger--FmNHH{border-radius:8px;display:inline-flex;background-color:var(--surface-soft);height:32px;padding:6px 8px 6px 12px;justify-content:center;align-items:center;gap:4px;flex-shrink:0;border:1px solid var(--border-default);cursor:pointer}.Filter-module__trigger--FmNHH [data-trigger-label]{color:var(--text-soft)}.Filter-module__trigger--FmNHH:hover{background:var(--surface-hover)}.Filter-module__trigger--FmNHH:hover [data-trigger-label]{color:var(--text-default)}.Filter-module__trigger--FmNHH[data-state=open]{background-color:var(--surface-active)}.Filter-module__trigger--FmNHH[data-state=open] [data-trigger-label]{color:var(--text-default)}.Filter-module__trigger--FmNHH[data-disabled]{background-color:var(--surface-soft);cursor:default}.Filter-module__trigger--FmNHH[data-disabled] [data-trigger-label]{color:var(--text-disabled)}.Filter-module__triggerActive--lPzTO{background-color:var(--surface-active);border-color:var(--surface-active)}.Filter-module__triggerActive--lPzTO [data-trigger-label]{color:var(--text-default)}.Filter-module__dashedTrigger--e78tU{border:1px dashed var(--border-hover)}.Filter-module__selectedValue--GgB7p{font-size:.875rem;line-height:150%;font-weight:340;display:inline-flex;gap:4px;color:var(--text-primary);align-items:center}.Filter-module__subTriggerLabel--OnCh_{font-weight:500}.Filter-module__subTriggerLabel--OnCh_::first-letter{text-transform:uppercase}.Filter-module__subTrigger--xPW_h{font-size:.875rem;line-height:150%;font-weight:340;border-radius:8px;display:inline-flex;background-color:var(--surface-soft);height:32px;padding:6px 8px 6px 12px;justify-content:center;align-items:center;gap:4px;flex-shrink:0;color:var(--text-primary);outline:none}.Filter-module__subTrigger--xPW_h:hover{background:var(--surface-hover)}.Filter-module__subTrigger--xPW_h[data-state=open]{background-color:var(--surface-soft)}.Filter-module__subTrigger--xPW_h[data-disabled]{background-color:var(--surface-soft)}.Filter-module__subTrigger--xPW_h::first-letter{text-transform:uppercase}.Filter-module__scrollableList--PAkhU::-webkit-scrollbar{width:13px;height:10px}.Filter-module__scrollableList--PAkhU::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.Filter-module__scrollableList--PAkhU::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.Filter-module__scrollableList--PAkhU::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.Filter-module__scrollableList--PAkhU::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.Filter-module__scrollableList--PAkhU::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.Filter-module__scrollableList--PAkhU{overflow-y:auto}.Filter-module__noResults--ZiZQA{font-size:.875rem;line-height:150%;font-weight:340;padding:8px;margin:8px}.Filter-module__customHeaderLabel--QBGte{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-soft);padding:10px 16px 2px}.Filter-module__customBottomBorder--Ur89h{height:1px;background-color:var(--border-soft);margin-top:8px}
@media screen and (max-width: 599px){.AnalysisModeDropdown-module__styledDropdownMenu--jAPrP{width:250px;min-width:250px}}.AnalysisModeDropdown-module__prefixText--MF8hj{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-soft)}.AnalysisModeDropdown-module__optionWrapper--B63ua{display:flex;align-items:center;gap:8px}.AnalysisModeDropdown-module__label--eAWCs{font-size:.875rem;line-height:150%;font-weight:340}.AnalysisModeDropdown-module__styledChip--u0DXr{padding:6px 8px;gap:4px}.AnalysisModeDropdown-module__styledChip--u0DXr>div>svg{margin-left:8px}.AnalysisModeDropdown-module__styledOptionWrapperDisabled--SJ8vp [data-item-description]{color:var(--text-disabled)}
.ChatDocumentContextInput-module__chatInputFieldWrapper--TIVGS{display:flex;flex-direction:column;position:relative;border-radius:8px;padding:0;border:1px solid var(--border-soft)}.ChatDocumentContextInput-module__chatInputFieldWrapper--TIVGS:focus-within{border:1px solid var(--border-primary)}.ChatDocumentContextInput-module__chatInputFieldWrapper--TIVGS{background-color:var(--surface-default);box-shadow:var(--elevation-moderate)}.ChatDocumentContextInput-module__chatInputFieldWrapperPending--ofmIv{}.ChatDocumentContextInput-module__chatInputFieldWrapperPending--ofmIv:focus-within{border:1px solid var(--border-soft)}.ChatDocumentContextInput-module__textAreaWrapper--kGBRt{display:flex;align-items:center;overflow:hidden;position:relative;gap:8px;background-color:rgba(0,0,0,0);border:none;padding:12px;width:100%}.ChatDocumentContextInput-module__textAreaWrapper--kGBRt:hover{border-color:var(--border-soft)}.ChatDocumentContextInput-module__enterIcon--_EG3B{display:flex;position:absolute;border:1px solid var(--icon-disabled);padding:4px 8px;width:67px;height:24px;font-size:.75rem;line-height:112.5%;font-weight:420;color:var(--icon-disabled);align-items:center;border-radius:4px}.ChatDocumentContextInput-module__enterIcon--_EG3B svg{align-items:center;margin-left:4px}.ChatDocumentContextInput-module__enterIcon--_EG3B svg path{fill:var(--icon-disabled)}.ChatDocumentContextInput-module__textareaElement--OQUo7{flex:1;border:none;background-color:rgba(0,0,0,0);caret-color:var(--text-primary);-moz-appearance:textfield;color:var(--text-default)}.ChatDocumentContextInput-module__textareaElement--OQUo7:active,.ChatDocumentContextInput-module__textareaElement--OQUo7:hover,.ChatDocumentContextInput-module__textareaElement--OQUo7:focus-within{border-color:rgba(0,0,0,0);outline:none}.ChatDocumentContextInput-module__textareaElement--OQUo7::-webkit-outer-spin-button,.ChatDocumentContextInput-module__textareaElement--OQUo7::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ChatDocumentContextInput-module__textareaElement--OQUo7::-webkit-scrollbar{width:13px;height:10px}.ChatDocumentContextInput-module__textareaElement--OQUo7::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.ChatDocumentContextInput-module__textareaElement--OQUo7::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.ChatDocumentContextInput-module__textareaElement--OQUo7::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.ChatDocumentContextInput-module__textareaElement--OQUo7::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.ChatDocumentContextInput-module__textareaElement--OQUo7::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.ChatDocumentContextInput-module__textareaElement--OQUo7{font-size:1rem;line-height:150%;font-weight:340;display:inline-block;width:fit-content;padding:0;resize:none;margin-right:60px}.ChatDocumentContextInput-module__textareaElement--OQUo7::placeholder{color:var(--text-disabled)}.ChatDocumentContextInput-module__textareaElement--OQUo7{max-height:240px}.ChatDocumentContextInput-module__textareaElement--OQUo7::-webkit-scrollbar-thumb,.ChatDocumentContextInput-module__textareaElement--OQUo7::-webkit-scrollbar-thumb:hover{background-color:var(--surface-neutral)}.ChatDocumentContextInput-module__chatInputFieldContainer--KlLiB{display:flex;flex-direction:column;align-items:center}.ChatDocumentContextInput-module__alfredTools--CAO0F{display:flex;justify-content:space-between;align-items:center;width:100%;gap:8px;padding:12px}.ChatDocumentContextInput-module__leftTools--e24Kf{display:flex;align-items:center;gap:8px;flex:1}.ChatDocumentContextInput-module__toolsWrapper--qcODR{display:flex;align-items:center;gap:8px}.ChatDocumentContextInput-module__researchDropdowns--XuqtO{display:flex;gap:4px}.ChatDocumentContextInput-module__researchDropdownsDivider--cMvt5{padding-left:8px;border-left:1px solid var(--border-soft)}.ChatDocumentContextInput-module__uploadingSection--CMmQC{padding:12px;width:100%}.ChatDocumentContextInput-module__uploadingSectionNoPadding--UvNym{padding:0}
.InlineAlert-module__alert--whz49{margin-top:20px;width:100%}
.LinkInput-module__linkInputRoot--Utqit{margin-top:32px}.LinkInput-module__inputLabel--Lsxaw{font-size:.875rem;line-height:150%;font-weight:340;margin-bottom:4px}.LinkInput-module__styledButton--mUg_9{position:absolute;bottom:8px;right:12px;background-color:var(--surface-default)}.LinkInput-module__styledButton--mUg_9:disabled{border:none;background-color:var(--surface-default)}.LinkInput-module__inputWrapper--K50Bl{position:relative}.LinkInput-module__textareaElement--KtFNY{flex:1;background-color:rgba(0,0,0,0);caret-color:var(--text-primary);-moz-appearance:textfield;color:var(--text-default)}.LinkInput-module__textareaElement--KtFNY:active,.LinkInput-module__textareaElement--KtFNY:hover:not(:focus),.LinkInput-module__textareaElement--KtFNY:focus-within{outline:none}.LinkInput-module__textareaElement--KtFNY::placeholder{color:var(--text-soft)}.LinkInput-module__textareaElement--KtFNY::-webkit-outer-spin-button,.LinkInput-module__textareaElement--KtFNY::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.LinkInput-module__textareaElement--KtFNY{padding:8px 12px;border:1px solid var(--border-default);width:100%;border-radius:4px}.LinkInput-module__textareaElement--KtFNY::-webkit-scrollbar{width:13px;height:10px}.LinkInput-module__textareaElement--KtFNY::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.LinkInput-module__textareaElement--KtFNY::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.LinkInput-module__textareaElement--KtFNY::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.LinkInput-module__textareaElement--KtFNY::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.LinkInput-module__textareaElement--KtFNY::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.LinkInput-module__textareaElement--KtFNY{font-size:1rem;line-height:150%;font-weight:340;max-height:240px;resize:none}.LinkInput-module__textareaElement--KtFNY:hover{border:1px solid var(--border-hover)}.LinkInput-module__textareaElement--KtFNY:focus{border:1px solid var(--border-primary)}
.SourcesDraggableArea-module__sourcesHeader--X_dm8{padding:4px 12px;font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-soft);border-bottom:1px solid var(--border-soft)}.SourcesDraggableArea-module__stickySourcesHeader--vRozb{font-size:.875rem;line-height:150%;font-weight:340;position:sticky;top:-1px;background-color:var(--background-soft);border-bottom-right-radius:0;border-bottom:1px solid var(--border-soft)}.SourcesDraggableArea-module__stickySourcesHeader--vRozb.SourcesDraggableArea-module__isLast--yYsCG{border-bottom-right-radius:8px;border-bottom:0}.SourcesDraggableArea-module__sourcesList--qBusn{max-height:30vh;overflow:hidden auto}.SourcesDraggableArea-module__sourcesList--qBusn::-webkit-scrollbar{width:13px;height:10px}.SourcesDraggableArea-module__sourcesList--qBusn::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.SourcesDraggableArea-module__sourcesList--qBusn::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.SourcesDraggableArea-module__sourcesList--qBusn::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.SourcesDraggableArea-module__sourcesList--qBusn::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.SourcesDraggableArea-module__sourcesList--qBusn::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.SourcesDraggableArea-module__sourcesList--qBusn{border-bottom-left-radius:8px;display:flex;flex-direction:column}@media screen and (max-width: 1039px){.SourcesDraggableArea-module__sourcesList--qBusn{max-height:20vh}}
.WebsiteCard-module__cardWrapper--u1W_a{padding:12px;padding-left:4px;background-color:var(--surface-default);display:flex;justify-content:space-between;gap:16px}.WebsiteCard-module__cardWrapper--u1W_a:not(:last-child){border-bottom:1px solid var(--border-soft)}.WebsiteCard-module__favicon--lZP49{width:24px;height:24px;border-radius:50%}.WebsiteCard-module__content--qVhnl{display:flex;align-items:flex-start;gap:12px;flex:1;min-width:0}.WebsiteCard-module__content--qVhnl.WebsiteCard-module__onlyUrl--RDVMg{align-items:center}.WebsiteCard-module__infoWrapper--oyi76{display:flex;flex-direction:column;flex:1;min-width:0}.WebsiteCard-module__title--k5sRr{font-size:1rem;line-height:150%;font-weight:340;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.WebsiteCard-module__url--dUjZq{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.WebsiteCard-module__dragHandle--glG6p{display:flex;align-items:center;cursor:grab;color:var(--text-soft);padding:4px;margin:-4px}.WebsiteCard-module__dragHandle--glG6p:active{cursor:grabbing}.WebsiteCard-module__dragHandle--glG6p:hover{color:var(--text-default)}
.TrustedSourcesModal-module__styledModal--Fy8xk [data-modal-container]{width:800px}.TrustedSourcesModal-module__styledModal--Fy8xk [data-modal-buttons]{margin-left:0;margin-right:0;padding:20px 20px 0;border-top:1px solid var(--border-soft)}@media screen and (max-width: 1039px){.TrustedSourcesModal-module__styledModal--Fy8xk [data-modal-container]{width:80%}}.TrustedSourcesModal-module__content--a0EGv{padding-left:20px;padding-right:20px}.TrustedSourcesModal-module__sources--_6FVc{border:1px solid var(--border-soft);border-radius:8px}.TrustedSourcesModal-module__resetDescription--Zktrk{font-size:.875rem;line-height:150%;font-weight:340}
.WebSearchDropdown-module__stylesButton--pTM_u{margin-top:1px}.WebSearchDropdown-module__stylesXsButton--ChYsk{margin-left:36px;width:209px}.WebSearchDropdown-module__styledDropdownMenu--KxvcU{gap:0}@media screen and (max-width: 599px){.WebSearchDropdown-module__styledDropdownMenu--KxvcU{width:250px;min-width:250px}}.WebSearchDropdown-module__styledDropdownMenu--KxvcU.WebSearchDropdown-module__select--xEc0R{width:100%;max-width:100%}.WebSearchDropdown-module__selectWrapper--A6eSl{width:100%}.WebSearchDropdown-module__selectWrapper--A6eSl [data-input-element]{cursor:pointer;width:100%;min-height:40px;height:40px;box-sizing:border-box}.WebSearchDropdown-module__selectWrapper--A6eSl [data-input-wrapper]{border-radius:8px;min-height:40px;height:40px;box-sizing:border-box}.WebSearchDropdown-module__optionWrapper--smiwy{display:flex;align-items:center;gap:8px}.WebSearchDropdown-module__label--YdQjA{font-size:.875rem;line-height:150%;font-weight:340}
.ChatFeedbackButtons-module__buttonsWrapper--kisrq{position:absolute;right:0;max-width:215px;display:flex;align-items:center;gap:10px;padding:4px;border-radius:8px;border:1px solid var(--border-soft);background-color:var(--background-soft)}
.ChatMessagePrompt-module__container--lWwzG{border-radius:8px;display:flex;padding:12px 16px;justify-content:space-between;align-items:center;gap:8px;width:100%;border:1px solid var(--border-soft);background:var(--surface-default)}.ChatMessagePrompt-module__container--lWwzG.ChatMessagePrompt-module__isButton--eO7Vv{scroll-margin:var(--chat-footer-height);cursor:pointer;outline:none}.ChatMessagePrompt-module__container--lWwzG.ChatMessagePrompt-module__isButton--eO7Vv:hover{border-color:var(--border-hover)}.ChatMessagePrompt-module__container--lWwzG.ChatMessagePrompt-module__isButton--eO7Vv:focus-visible{border-color:var(--border-focus)}.ChatMessagePrompt-module__messageContainer--PW23b{display:flex;flex-direction:column;flex-grow:1;gap:4px}.ChatMessagePrompt-module__title--J9MDf{color:var(--text-soft);font-size:.75rem;line-height:150%;font-weight:340;text-align:left}.ChatMessagePrompt-module__message--mXyPf{display:flex;align-items:center;gap:8px;font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-default);text-align:left}.ChatMessagePrompt-module__message--mXyPf button{padding:4px 8px;color:var(--text-soft);border:1px dashed var(--border-default)}.ChatMessagePrompt-module__iconContainer--Ww2tt{padding:4px;background:var(--background-soft);border-radius:4px;display:flex}.ChatMessagePrompt-module__iconContainer--Ww2tt svg{fill:var(--icon-disabled)}
.ChatQuestionResponse-module__root--cTt9V{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:22px}.ChatQuestionResponse-module__container--CD0TP{display:flex;flex-direction:column;gap:20px;width:100%;max-width:var(--chat-message-width)}.ChatQuestionResponse-module__body--iHLQU{position:relative;display:flex;flex-direction:column;max-height:100%;background:var(--background-default);border-radius:8px}.ChatQuestionResponse-module__bodyWithBorder--Xb16M{border:1px solid var(--border-soft)}.ChatQuestionResponse-module__title--rQ9l3{width:calc(var(--chat-message-width) - 1px);background-color:var(--surface-default);padding:16px;border-top-left-radius:8px;border-top-right-radius:8px;font-size:1.25rem;line-height:112.5%;font-weight:420;white-space:pre-wrap;border:1px solid var(--border-soft)}.ChatQuestionResponse-module__titleRoundedBottom--ymw1H{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border:none}.ChatQuestionResponse-module__content--aKbxx{font-size:1rem;line-height:150%;font-weight:340}.ChatQuestionResponse-module__contentWithPadding--VkiCp{padding:16px}.ChatQuestionResponse-module__chatPromptsContainer--sdOxI{display:flex;flex-direction:column;gap:8px}.ChatQuestionResponse-module__loaderWrapper--X5Krx{padding:12px 16px}.ChatQuestionResponse-module__loader--2nLbd{background:var(--background-default);margin:0}
.AlfredFooter-module__alfredFooterRoot--t7CEH{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 20px}.AlfredFooter-module__hidden--fIE_k{visibility:hidden}.AlfredFooter-module__fixed--7jIqT{position:fixed;bottom:0;left:0;right:0;z-index:var(--z-index-chat-input);background:rgba(0,0,0,0)}.AlfredFooter-module__sticky--xiPJr{position:sticky;bottom:0;inset-inline:0;z-index:1}.AlfredFooter-module__leftControls--dpRga{display:flex;align-items:center;gap:8px;margin-bottom:24px;grid-column:1;margin-right:4px}.AlfredFooter-module__leftControlsHidden--Igo0i{display:none}.AlfredFooter-module__inputRegion--L5kqD{display:flex;align-items:center;justify-content:center;grid-column:2;min-width:300px;--chat-message-width: 1000px}
.WithFooterWrapper-module__root--DerkW{width:100%;display:flex;flex-direction:column;justify-content:space-between;flex:1;min-height:0;overflow-x:auto}.WithFooterWrapper-module__content--yvmS2{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto}.WithFooterWrapper-module__content--yvmS2::-webkit-scrollbar{width:13px;height:10px}.WithFooterWrapper-module__content--yvmS2::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.WithFooterWrapper-module__content--yvmS2::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.WithFooterWrapper-module__content--yvmS2::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.WithFooterWrapper-module__content--yvmS2::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.WithFooterWrapper-module__content--yvmS2::-webkit-scrollbar-track{background:rgba(0,0,0,0)}
.ConditionSection-module__root--ItArT{display:flex;flex-direction:column;gap:12px}.ConditionSection-module__titleLabel--Sd_LD{font-size:1.5rem;line-height:112.5%;font-weight:420}.ConditionSection-module__conditionLabel--_sPoV{font-size:.875rem;line-height:150%;font-weight:340;white-space:pre-line;color:var(--text-soft)}
.PriceMovementLegend-module__legend--yObGk{display:flex;padding:4px 8px;align-items:center;gap:12px;width:fit-content}.PriceMovementLegend-module__legendItem--Xs8sU{display:flex;align-items:center;gap:8px}.PriceMovementLegend-module__legendLabel--PEkqw{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-default)}.PriceMovementLegend-module__iconPrimary--YR1to{width:2px;height:16px;background-color:var(--border-primary)}.PriceMovementLegend-module__iconBar--g20mO{width:1px;height:16px;border-radius:2px;overflow:hidden}.PriceMovementLegend-module__iconBar--g20mO::before{content:"";display:block;height:50%;background-color:var(--viz-bullish)}.PriceMovementLegend-module__iconBar--g20mO::after{content:"";display:block;height:50%;background-color:var(--viz-bearish)}.PriceMovementLegend-module__iconMedian--aMb3_{height:0;width:12px;border-top:1px dashed var(--text-default)}.PriceMovementLegend-module__iconCumulativeReturn--kgY0e{height:0;width:12px;border-top:1px solid var(--text-default)}
.PriceMovementChart-module__priceMovementChartRoot--vMg94{display:flex;flex-direction:column}.PriceMovementChart-module__priceMovementChartRoot--vMg94 [data-high-low-triple-line-chart-root] text{font-size:.75rem;line-height:150%;font-weight:340}
.ModalLarge-module__styledModal--fkxKU{z-index:calc(var(--z-index-modal) + 1)}.ModalLarge-module__styledModal--fkxKU [data-modal-container]{width:95%;max-width:600px;background:var(--background-soft)}.ModalLarge-module__styledModal--fkxKU [data-modal-container] input:-webkit-autofill,.ModalLarge-module__styledModal--fkxKU [data-modal-container] input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 40px var(--background-soft) inset !important}.ModalLarge-module__content--DTuvG{display:flex;flex-direction:column;flex-grow:1}
.CreateWatchlistModal-module__styledInput--femmg{font-size:1rem;line-height:150%;font-weight:340}.CreateWatchlistModal-module__alert--IIKdw{margin-top:16px;width:100%}
.WatchlistTrigger-module__watchlistDropdown--cGVJK [data-dropdown-list]{width:288px;overflow:auto;max-height:264px}.WatchlistTrigger-module__dropdownDivider--jPDfE{border:1px solid var(--border-soft);margin:4px 0}.WatchlistTrigger-module__itemRow--XyV6_{padding:8px}.WatchlistTrigger-module__dropdownCheckbox--K7dWi label{width:100%}.WatchlistTrigger-module__loadingWrapper--rNJ44{display:flex;justify-content:center;align-items:center;padding:24px 0}
@keyframes EntityHeader-module__shrink--BtSzk{0%{height:99px;opacity:0;margin:0}100%{height:32px;opacity:1;margin:8px 0}}@keyframes EntityHeader-module__expand--xkqbJ{0%{height:32px;opacity:0;margin:8px 0}100%{height:99px;opacity:1;margin:0}}.EntityHeader-module__styledEntityDetails--zT2i8{margin:0 0 16px}.EntityHeader-module__styledEntityDetails--zT2i8>div{flex-direction:column;animation:EntityHeader-module__expand--xkqbJ .2s ease-out}.EntityHeader-module__styledEntityDetails--zT2i8.EntityHeader-module__condensed--BjxpR>div{animation:EntityHeader-module__shrink--BtSzk .2s ease-out;margin:8px 0}.EntityHeader-module__watchlistButton--JI0X0{justify-self:flex-end;color:var(--text-default);border-color:var(--border-default)}.EntityHeader-module__watchlistButton--JI0X0 svg{fill:var(--icon-default)}.EntityHeader-module__watchlistButton--JI0X0.EntityHeader-module__active--l3Apl{color:var(--text-success);border-color:var(--border-success)}.EntityHeader-module__watchlistButton--JI0X0.EntityHeader-module__active--l3Apl svg{fill:var(--icon-success)}.EntityHeader-module__watchlistButton--JI0X0.EntityHeader-module__roundIcon--PkO05{padding:0;aspect-ratio:1;border-radius:100%}.EntityHeader-module__buttonContainer--O72uL{display:flex;gap:12px;align-items:center}.EntityHeader-module__styledAssetLogoContainer--nXkBA{border-radius:0}.EntityHeader-module__styledAssetLogoContainer--nXkBA.EntityHeader-module__condensed--BjxpR{border-radius:9999px}.EntityHeader-module__styledAssetLogoContainer--nXkBA.EntityHeader-module__drawer--CSWiO:not(.EntityHeader-module__condensed--BjxpR){border-radius:50%}
.InsightCardDetails-module__details--kU541{display:flex;gap:8px;justify-content:space-evenly;width:100%}.InsightCardDetails-module__detail--acva6{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:160px;text-align:center}.InsightCardDetails-module__heading--fNXOw{font-size:.75rem;line-height:150%;font-weight:340;color:var(--text-soft);text-align:center}.InsightCardDetails-module__separator--ZNe6H{height:48px;width:1px;background-color:var(--border-soft);border:none}.InsightCardDetails-module__detailItem--c8s8M{display:flex}.InsightCardDetails-module__detailReturn--hsxuB{font-size:1rem;line-height:150%;font-weight:340;font-family:var(--font-roboto-mono)}.InsightCardDetails-module__positive--p5d5Z{color:var(--viz-bullish)}.InsightCardDetails-module__negative--ilfvg{color:var(--viz-bearish)}.InsightCardDetails-module__neutral--lA3D4{color:var(--text-default)}.InsightCardDetails-module__text--fXWzP{font-size:1.25rem;line-height:112.5%;font-weight:420}.InsightCardDetails-module__textUpper--Oa3T3{font-size:1.25rem;line-height:112.5%;font-weight:420;text-transform:uppercase}.InsightCardDetails-module__groupedText--j7GE0{display:flex;align-items:center;gap:4px}
.AssessmentAccordion-module__assessmentResultWrapper--jhhu_{margin-top:32px}.AssessmentAccordion-module__assessmentResultWrapper--jhhu_ .AssessmentAccordion-module__accordion--e6W7H [data-accordion-item]{background-color:rgba(0,0,0,0)}.AssessmentAccordion-module__resultTitle--jT3ea{font-size:1.5rem;line-height:112.5%;font-weight:420;text-align:left;margin-bottom:12px}.AssessmentAccordion-module__explicitValue--atFee{color:var(--text-critical)}.AssessmentAccordion-module__explicitValueBullish--BmAJi{color:var(--text-success)}
.AssessmentGauge-module__qualityGaugeWrapper--TB2R8{position:relative;height:160px;width:200px}.AssessmentGauge-module__qualityGaugeBackground--Kb62g{height:160px;width:200px;position:absolute;top:0;left:0}.AssessmentGauge-module__gaugeVerdictWrapper--OB9w_{font-size:3rem;line-height:112.5%;font-weight:420;display:flex;width:100%;height:100%;padding-top:30px;position:absolute;flex-direction:column;justify-content:center;align-items:center}.AssessmentGauge-module__gaugeVerdict--FEn9L{font-size:.75rem;line-height:150%;font-weight:340;padding:4px;border:1px solid;border-radius:4px}.AssessmentGauge-module__gaugeArrow--rzo7Y{display:block;position:absolute;border-top:6px solid rgba(0,0,0,0);border-bottom:6px solid rgba(0,0,0,0);border-left:13px solid var(--icon-default);transform-origin:center;z-index:1}
.AssessmentWidget-module__assessmentContentWrapper--cwI9B{display:flex;justify-content:center;width:100%;gap:16px}.AssessmentWidget-module__assessmentTitle--UJhFw{font-size:1.25rem;line-height:112.5%;font-weight:420;white-space:nowrap}.AssessmentWidget-module__assessmentTitleSelector--SbU5O{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-bottom:32px}.AssessmentWidget-module__assessmentLegendSelector--dLIXZ{max-width:274px}.AssessmentWidget-module__assessmentBody--V1sXK{display:flex;flex-direction:column}.AssessmentWidget-module__assessmentGaugeWrapper--TGrmt{width:100%;display:flex;justify-content:center}.AssessmentWidget-module__headerContentWrapper--_2FHh{display:flex;align-items:end;width:100%}
.PastEpisodesWidget-module__styledButton--X4Udj{background-color:var(--surface-default)}.PastEpisodesWidget-module__title--bAUfT{font-size:1.25rem;line-height:112.5%;font-weight:420;color:var(--text-default);margin-bottom:16px}.PastEpisodesWidget-module__chartImage--1k9eR{margin-bottom:8px}.PastEpisodesWidget-module__numericalValue--cHR0K{font-family:var(--font-roboto-mono)}.PastEpisodesWidget-module__source--PnpXo{font-size:.875rem;line-height:150%;font-weight:340;text-align:right;margin-bottom:32px;color:var(--text-soft)}.PastEpisodesWidget-module__tableRoot--tg31U{overflow:auto}.PastEpisodesWidget-module__tableRoot--tg31U::-webkit-scrollbar{width:13px;height:10px}.PastEpisodesWidget-module__tableRoot--tg31U::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.PastEpisodesWidget-module__tableRoot--tg31U::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.PastEpisodesWidget-module__tableRoot--tg31U::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.PastEpisodesWidget-module__tableRoot--tg31U::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.PastEpisodesWidget-module__tableRoot--tg31U::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.PastEpisodesWidget-module__tableRoot--tg31U [data-smart-table-row]{cursor:default}.PastEpisodesWidget-module__tableRoot--tg31U.PastEpisodesWidget-module__expanded--ThvAz{max-height:1000px}.PastEpisodesWidget-module__pastEpisodesButtons--AJ36d{display:flex;justify-content:space-between;align-items:center}.PastEpisodesWidget-module__styledButtonGroup--_rFIF{width:271px;border-radius:12px;border-width:0;background-color:var(--surface-default)}.PastEpisodesWidget-module__styledButtonGroup--_rFIF[data-active-index="0"] [data-button-group-item]:nth-child(1){border-radius:8px;border:1px solid var(--text-primary);background-color:unset}.PastEpisodesWidget-module__styledButtonGroup--_rFIF[data-active-index="1"] [data-button-group-item]:nth-child(2){border-radius:8px;border:1px solid var(--text-primary);background-color:unset}.PastEpisodesWidget-module__styledButtonGroup--_rFIF[data-active-index="2"] [data-button-group-item]:nth-child(3){border-radius:8px;border:1px solid var(--text-primary);background-color:unset}.PastEpisodesWidget-module__styledButtonGroup--_rFIF[data-active-index="3"] [data-button-group-item]:nth-child(4){border-radius:8px;border:1px solid var(--text-primary);background-color:unset}.PastEpisodesWidget-module__styledButtonGroup--_rFIF[data-active-index="4"] [data-button-group-item]:nth-child(5){border-radius:8px;border:1px solid var(--text-primary);background-color:unset}.PastEpisodesWidget-module__styledButtonGroup--_rFIF[data-active-index="5"] [data-button-group-item]:nth-child(6){border-radius:8px;border:1px solid var(--text-primary);background-color:unset}.PastEpisodesWidget-module__styledButtonGroup--_rFIF[data-active-index="6"] [data-button-group-item]:nth-child(7){border-radius:8px;border:1px solid var(--text-primary);background-color:unset}.PastEpisodesWidget-module__styledButtonGroup--_rFIF[data-active-index="7"] [data-button-group-item]:nth-child(8){border-radius:8px;border:1px solid var(--text-primary);background-color:unset}.PastEpisodesWidget-module__styledButtonGroup--_rFIF[data-active-index="8"] [data-button-group-item]:nth-child(9){border-radius:8px;border:1px solid var(--text-primary);background-color:unset}.PastEpisodesWidget-module__styledButtonGroup--_rFIF[data-active-index="9"] [data-button-group-item]:nth-child(10){border-radius:8px;border:1px solid var(--text-primary);background-color:unset}.PastEpisodesWidget-module__chartWrapper--YP1je{margin-top:32px}.PastEpisodesWidget-module__pastEpisodeKey--m7VQz{border-radius:2px;position:relative;top:2px;display:inline-block;margin-right:6px;width:14px;height:14px;background:var(--surface-primary)}.PastEpisodesWidget-module__countValue--JmUU_{font-family:var(--font-roboto-mono);color:var(--viz-bullish)}.PastEpisodesWidget-module__viewMoreButton--Y4_7u{border-radius:4px;margin-top:16px}.PastEpisodesWidget-module__viewMoreButton--Y4_7u:focus{outline:none}.PastEpisodesWidget-module__header--ysU0O{display:flex;justify-content:space-between;align-items:center}
.LegendPosition-module__legendPositionRoot--hFvfL::-webkit-scrollbar{width:13px;height:10px}.LegendPosition-module__legendPositionRoot--hFvfL::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.LegendPosition-module__legendPositionRoot--hFvfL::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.LegendPosition-module__legendPositionRoot--hFvfL::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.LegendPosition-module__legendPositionRoot--hFvfL::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.LegendPosition-module__legendPositionRoot--hFvfL::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.LegendPosition-module__legendPositionRoot--hFvfL{overflow-y:scroll;max-height:400px;position:absolute;left:8px;display:flex;flex-direction:column;align-items:flex-start}
.IndicatorLegendDetails-module__container--ew9HR{display:flex;align-items:center;gap:12px;background:var(--background-soft);border-radius:4px;margin-left:8px}.IndicatorLegendDetails-module__item--MRBOK{display:flex;padding:2px 4px;align-items:center;gap:8px}.IndicatorLegendDetails-module__positiveLine--e4Yiv{width:12px;height:2px;border-radius:2px;background-color:var(--viz-bullish)}.IndicatorLegendDetails-module__negativeIndicator--fV2GR{display:flex;gap:1px}.IndicatorLegendDetails-module__negativeLine--jR9g_{width:4px;border:none;border-radius:2px;border-top:2px solid var(--viz-bearish)}.IndicatorLegendDetails-module__label--jIYB2{font-size:.875rem;line-height:150%;font-weight:340}.IndicatorLegendDetails-module__value--Pynm2{font-family:var(--font-roboto-mono);font-size:.875rem;line-height:150%;font-weight:340}
.LegendPriceIcons-module__legendPriceIconsRoot--uhpGo{display:flex;align-items:center;border:1px solid var(--border-soft);padding:2px;gap:2px;border-radius:4px}.LegendPriceIcons-module__iconSpan--REVfL{display:flex;gap:2px}
.LegendLivePrice-module__legendPriceRoot--Vn_Fg{display:flex;align-items:center;gap:12px}.LegendLivePrice-module__priceContainer--wqaBO{display:flex;align-items:center;font-family:var(--font-roboto-mono);gap:8px;font-size:.875rem;line-height:150%;font-weight:340}
.LegendItem-module__menuButtonContainer--HUVlE{display:none;align-items:center;justify-content:center;gap:4px;margin:0 8px}.LegendItem-module__priceContainer--yNnxM{display:flex;align-items:center;margin-left:16px}.LegendItem-module__legendItemDetails--UtPQg{display:flex;align-items:center;border-radius:4px}.LegendItem-module__legendItemRoot--NzKUo{padding:2px;display:flex;align-items:center;background-color:var(--background-soft);margin-bottom:8px;border-radius:4px;border:1px solid var(--border-soft)}.LegendItem-module__legendItemRoot--NzKUo.LegendItem-module__isHighlighted--WIn3A{border:1px solid var(--border-hover)}.LegendItem-module__legendItemRoot--NzKUo.LegendItem-module__isHighlighted--WIn3A .LegendItem-module__menuButtonContainer--HUVlE{display:flex}.LegendItem-module__legendItemRoot--NzKUo.LegendItem-module__isHighlighted--WIn3A .LegendItem-module__priceContainer--yNnxM{display:none}.LegendItem-module__legendItemRoot--NzKUo.LegendItem-module__hasHover--O8RsV:has(.LegendItem-module__legendItemDetails--UtPQg:hover){border:1px solid var(--border-hover)}.LegendItem-module__legendItemRoot--NzKUo.LegendItem-module__hasHover--O8RsV:has(.LegendItem-module__legendItemDetails--UtPQg:hover) .LegendItem-module__menuButtonContainer--HUVlE{display:flex}.LegendItem-module__legendItemRoot--NzKUo.LegendItem-module__hasHover--O8RsV:has(.LegendItem-module__legendItemDetails--UtPQg:hover) .LegendItem-module__priceContainer--yNnxM{display:none}.LegendItem-module__assetContainer--KC2Fa{display:flex;align-items:center}.LegendItem-module__label--fWNxb{text-transform:uppercase}.LegendItem-module__button--s0v4t{padding:0;background:none;border:0;color:inherit;font-size:1rem;line-height:150%;font-weight:340;cursor:pointer}.LegendItem-module__button--s0v4t.LegendItem-module__isUpperCase--iPWqR{text-transform:uppercase}.LegendItem-module__legendButtonWrapper--AJ8OY{border-radius:2px;padding:0 4px;display:flex;gap:4px;align-items:center;cursor:default}.LegendItem-module__legendButtonWrapper--AJ8OY:hover{background-color:var(--surface-hover)}.LegendItem-module__asset--_x0l9{display:flex;align-items:center;font-size:1rem;line-height:150%;font-weight:340}.LegendItem-module__separatorDot--wUqVI{margin:0 4px;fill:var(--icon-default)}.LegendItem-module__menuIconSpan--HQiVT{cursor:pointer;height:20px;width:20px;display:flex;justify-content:center;align-items:center;border-radius:4px}.LegendItem-module__menuIconSpan--HQiVT:hover{background-color:var(--surface-hover)}.LegendItem-module__entityNameWrapper--R7a6I{color:var(--text-soft);font-size:.875rem;line-height:150%;font-weight:340}
.ChartBody-module__chartWrapper--tzADr [data-element=legend-button]{font-size:.625rem;line-height:1rem;font-weight:340}.ChartBody-module__chartWrapper--tzADr [data-element=legend-item]{margin-bottom:0;padding:0 6px;opacity:.7}.ChartBody-module__chartWrapper--tzADr [data-element=legend-item] [data-element=legend-button-wrapper]{padding-left:0;padding-right:2px;pointer-events:none}.ChartBody-module__chartWrapper--tzADr [data-element=legend-item] [data-element=legend-button-wrapper]:first-child>:first-child{display:none}.ChartBody-module__chartWrapper--tzADr [data-element=legend-item] [data-element=legend-entity-name]{display:none}.ChartBody-module__chartWrapper--tzADr [data-element=legend-item] [data-element=legend-asset]{margin-right:8px}.ChartBody-module__chartWrapper--tzADr [data-element=legend-item] [data-element=legend-asset] svg{margin:0 2px}.ChartBody-module__chartWrapper--tzADr [data-element=legend-price-container]{font-size:10px}.ChartBody-module__chartWrapper--tzADr [data-element=legend-price-icons]{display:none}
.InsightPastEpisodes-module__root--BKBUv{display:flex;flex-direction:column;gap:12px}.InsightPastEpisodes-module__titleLabel--fe8Qn{font-size:1.5rem;line-height:112.5%;font-weight:420}.InsightPastEpisodes-module__descriptionLabel--_BkX_{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-soft)}.InsightPastEpisodes-module__tableWrapper--UkQKt{overflow:auto}.InsightPastEpisodes-module__tableWrapper--UkQKt::-webkit-scrollbar{width:13px;height:10px}.InsightPastEpisodes-module__tableWrapper--UkQKt::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.InsightPastEpisodes-module__tableWrapper--UkQKt::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.InsightPastEpisodes-module__tableWrapper--UkQKt::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.InsightPastEpisodes-module__tableWrapper--UkQKt::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.InsightPastEpisodes-module__tableWrapper--UkQKt::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.InsightPastEpisodes-module__tableWrapper--UkQKt{border-radius:8px;border:1px solid var(--border-soft)}.InsightPastEpisodes-module__tableWrapper--UkQKt [data-smart-table-row]{cursor:default}.InsightPastEpisodes-module__tableWrapper--UkQKt tbody [data-smart-table-row]:last-child td{border-bottom:none}.InsightPastEpisodes-module__tableWrapper--UkQKt.InsightPastEpisodes-module__expanded--D_hJV{max-height:1000px}.InsightPastEpisodes-module__filterWrapper--LNRCE{align-self:end}.InsightPastEpisodes-module__viewMoreWrapper--btkyf{align-self:start}
.PercentageCell-module__root--u_x03{display:flex;flex-direction:row;justify-self:end;justify-content:end;min-width:60px;gap:12px}.PercentageCell-module__coloredValue--yIutG{font-family:var(--font-roboto-mono);display:inline-block}.PercentageCell-module__nonNumericText--kwYI5{font-family:var(--font-nort)}
.PredictionSummaryTable-module__predictionSummaryTableRoot--ZZgBt{display:flex}.PredictionSummaryTable-module__tableStyled--EuxqJ th{border-bottom:1px solid var(--border-default);background-color:rgba(0,0,0,0);height:40px}.PredictionSummaryTable-module__tableStyled--EuxqJ td{border-bottom:1px solid var(--border-soft);height:44px}.PredictionSummaryTable-module__tableStyled--EuxqJ td:first-child{min-width:85px;background-color:rgba(0,0,0,0)}.PredictionSummaryTable-module__numericalTableCell--L3jw4[data-numerical-cell]{padding:12px 10px;background-color:var(--cell-bg)}
.InsightSummary-module__insightSummaryRoot--l2HCK{display:flex}.InsightSummary-module__insightCardWrapper--jbA13{border-radius:8px;padding:12px 16px;border:1px solid var(--border-soft);width:100%}
.TextBlock-module__textBlockRoot--cRGod{display:flex;flex-direction:column;gap:4px}.TextBlock-module__title--Czhju{font-size:1rem;line-height:112.5%;font-weight:420;color:var(--text-soft)}.TextBlock-module__text--lGvTS{font-size:1.25rem;line-height:112.5%;font-weight:420;color:var(--text-default);white-space:pre-line}.TextBlock-module__helpText--x63lC{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-soft)}
.InsightsDrawerContent-module__container--Jq4YE{display:flex;flex-direction:column;height:100%;gap:32px;overflow-y:auto;padding:20px}.InsightsDrawerContent-module__container--Jq4YE::-webkit-scrollbar{width:13px;height:10px}.InsightsDrawerContent-module__container--Jq4YE::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.InsightsDrawerContent-module__container--Jq4YE::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.InsightsDrawerContent-module__container--Jq4YE::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.InsightsDrawerContent-module__container--Jq4YE::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.InsightsDrawerContent-module__container--Jq4YE::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.InsightsDrawerContent-module__container--Jq4YE table tr{background-color:var(--background-soft)}.InsightsDrawerContent-module__container--Jq4YE table tr th,.InsightsDrawerContent-module__container--Jq4YE table tr td{background-color:var(--background-soft)}.InsightsDrawerContent-module__styledTitle--M6QDQ{font-size:1.75rem;line-height:112.5%;font-weight:420}.InsightsDrawerContent-module__insightTopWrapper--GIJyO{display:flex;flex-direction:column;gap:20px}.InsightsDrawerContent-module__deepDiveWrapper--YR41b{display:flex;flex-direction:column;gap:24px}.InsightsDrawerContent-module__valueInfo--aC4C4{font-size:.875rem;line-height:150%;font-weight:340;color:var(--text-soft)}.InsightsDrawerContent-module__insightCategoryRow--uDWnR{font-size:1rem;line-height:112.5%;font-weight:420;color:var(--text-soft);margin:0}.InsightsDrawerContent-module__entityAndPriceWrapper--SO5xE{display:flex;gap:8px;align-items:center;justify-content:space-between}.InsightsDrawerContent-module__styledEntityHeaderWatchlist--DqsNq{padding-left:8px;margin-bottom:8px}
.InsightsDrawer-module__loadingSkeletonWrapper--cK00Q{height:100%;padding:20px}.InsightsDrawer-module__header--av7i3{display:flex;align-items:center;gap:16px}.InsightsDrawer-module__title--DvGIh{font-size:1.75rem;line-height:112.5%;font-weight:420}.InsightsDrawer-module__headerButtons--xl4ZW{display:flex;gap:8px}.InsightsDrawer-module__entityAndPriceWrapper--vodyY{display:flex;gap:8px;align-items:center;justify-content:space-between}.InsightsDrawer-module__entityHeaderWatchlist--N6sN1{padding-left:8px;margin-bottom:8px}.InsightsDrawer-module__insightsDrawer--ZMx1l [data-drawer-body]{min-height:90vh;display:flex;flex-direction:column}.InsightsDrawer-module__errorWrapper--HlB9U{margin:20px}
.View-module__viewRoot--ZrTa0{display:flex;height:100%}.View-module__viewRoot--ZrTa0::-webkit-scrollbar{width:13px;height:10px}.View-module__viewRoot--ZrTa0::-webkit-scrollbar-thumb{background-color:var(--border-soft);border:3px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-radius:12px;background-clip:content-box}.View-module__viewRoot--ZrTa0::-webkit-scrollbar-thumb:horizontal{border-top:4px solid rgba(0,0,0,0)}.View-module__viewRoot--ZrTa0::-webkit-scrollbar-thumb:hover{background-color:var(--border-soft)}.View-module__viewRoot--ZrTa0::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.View-module__viewRoot--ZrTa0::-webkit-scrollbar-track{background:rgba(0,0,0,0)}@media screen and (max-width: 1039px){.View-module__viewRoot--ZrTa0{height:100%;overflow:hidden}}
.Research-module__mainContent--nSCDN{position:relative;height:100%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;width:100%;margin-right:0;--inventory-right-offset: 0;--chat-message-width: 740px}.Research-module__mainContent--nSCDN.Research-module__rightDrawerOpen--XDK7k{width:calc(100% - 368px);margin-right:368px;--inventory-right-offset: 368px}.Research-module__mainContent--nSCDN.Research-module__thinkingOpen--cvlCc{margin-right:600px}.Research-module__mainContent--nSCDN.Research-module__rightDrawerOpen--XDK7k.Research-module__thinkingOpen--cvlCc{margin-right:calc(368px + 600px);--chat-message-width: 640px}.Research-module__chatWrapper--Sexu8{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;transition:bottom .3s ease-in-out;width:100%}.Research-module__chatWrapper--Sexu8 [data-testid='chat-landing'] p{text-align:center}.Research-module__chatInputComposerWrapper--Bu72q{display:flex;justify-content:center;padding:0 20px 16px;width:100%;flex-direction:column;align-items:center;gap:20px}.Research-module__styledAlert--qdhIs{border-radius:8px}.Research-module__forbiddenAlert--PYHV8{margin-top:10px;width:100%;border-top-right-radius:8px;border-bottom-right-radius:8px}.Research-module__toastContent--zEE3S{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.Research-module__bannerContainer--vZrre{margin-bottom:40px}
.ToastsLayout-module__toastsWrapper--YF7Vb{position:fixed;top:0;pointer-events:none;width:100vw;height:100vh;z-index:var(--z-index-toast);overflow:hidden}.ToastsLayout-module__toastsWrapperInteractive--I7olr{pointer-events:all}.ToastsLayout-module__toast--_MBVp{position:absolute;pointer-events:all;cursor:pointer;margin:20px 0;display:inline-block;transition:top 300ms 105ms cubic-bezier(0.73, 1.45, 0.75, 0.98),bottom 300ms 105ms cubic-bezier(0.73, 1.45, 0.75, 0.98),transform 300ms cubic-bezier(0.73, 1.45, 0.75, 0.98)}.ToastsLayout-module__toastHLeft--bOtRo.toast-enter,.ToastsLayout-module__toastHLeft--bOtRo.toast-exit-active.toast-exit-active{transform:translateX(calc(-100% - 20px))}.ToastsLayout-module__toastHLeft--bOtRo.toast-enter-active,.ToastsLayout-module__toastHLeft--bOtRo.toast-exit{transform:translateX(0)}.ToastsLayout-module__toastHLeft--bOtRo.toast-enter-active{transition:top 300ms cubic-bezier(0.73, 1.45, 0.75, 0.98),bottom 300ms cubic-bezier(0.73, 1.45, 0.75, 0.98),transform 300ms cubic-bezier(0.73, 1.45, 0.75, 0.98)}.ToastsLayout-module__toastHRight--VyGEu.toast-enter,.ToastsLayout-module__toastHRight--VyGEu.toast-exit-active.toast-exit-active{transform:translateX(calc(100% + 20px))}.ToastsLayout-module__toastHRight--VyGEu.toast-enter-active,.ToastsLayout-module__toastHRight--VyGEu.toast-exit{transform:translateX(0)}.ToastsLayout-module__toastHRight--VyGEu.toast-enter-active{transition:top 300ms cubic-bezier(0.73, 1.45, 0.75, 0.98),bottom 300ms cubic-bezier(0.73, 1.45, 0.75, 0.98),transform 300ms cubic-bezier(0.73, 1.45, 0.75, 0.98)}.ToastsLayout-module__toastVMiddleTop--wxd2s{left:50%}.ToastsLayout-module__toastVMiddleTop--wxd2s.toast-enter,.ToastsLayout-module__toastVMiddleTop--wxd2s.toast-exit-active.toast-exit-active{transform:translate(-50%, calc(-100% - var(--toast-offset-y, 0px) - 20px))}.ToastsLayout-module__toastVMiddleTop--wxd2s.toast-enter-active,.ToastsLayout-module__toastVMiddleTop--wxd2s.toast-exit{transform:translate(-50%, 0)}.ToastsLayout-module__toastVMiddleBottom--e94e1{left:50%}.ToastsLayout-module__toastVMiddleBottom--e94e1.toast-enter,.ToastsLayout-module__toastVMiddleBottom--e94e1.toast-exit-active.toast-exit-active{transform:translate(-50%, calc(100% + var(--toast-offset-y, 0px) + 20px))}.ToastsLayout-module__toastVMiddleBottom--e94e1.toast-enter-active,.ToastsLayout-module__toastVMiddleBottom--e94e1.toast-exit{transform:translate(-50%, 0)}
.Link-module__actionLink--wt9FT{color:var(--text-primary)}.Link-module__actionLink--wt9FT:hover{text-decoration:underline;color:var(--text-primary)}
@keyframes AlertTrialEnds-module__slideDown--EI0ct{0%{opacity:0;transform:translateY(-40px)}100%{opacity:1;transform:translateY(0)}}.AlertTrialEnds-module__alertTrialEndsRoot--qCBEi{display:flex;flex-direction:column;gap:16px;animation:AlertTrialEnds-module__slideDown--EI0ct .2s ease-in;padding:8px 14px}
.NotificationAlerts-module__notificationAlertsRoot--KTHGO{position:fixed;z-index:calc(var(--z-index-app-header) - 1);right:0}
.Root-module__outletWrapper--WJs9j{display:inline}
.NotFound-module__linkButton--ukb1P{border-radius:8px;background:var(--action-primary-default)}.NotFound-module__main--ECxXK{flex-grow:1}.NotFound-module__notFoundSection--g9jEI{display:flex;flex-flow:column wrap;align-items:center;justify-content:center;gap:12px;height:100vh}.NotFound-module__title--XYkmv{font-size:2rem;line-height:112.5%;font-weight:420}.NotFound-module__description--w2TTA{font-size:1rem;line-height:150%;font-weight:340}.NotFound-module__animationContainer--Ckk3u{width:240px;height:180px;display:flex;justify-self:center}
