.docs-module__JZFoAW__pageWrapper{background:var(--navy);flex-direction:column;width:100%;height:100%;min-height:0;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;overflow:hidden}.docs-module__JZFoAW__header{background:var(--navy);flex-shrink:0;justify-content:space-between;align-items:center;width:100%;max-width:1920px;height:56px;margin:0 auto;padding:0 24px;display:flex}@media (min-width:1920px){.docs-module__JZFoAW__header{padding:0 48px}}.docs-module__JZFoAW__headerLeft{flex:1;align-items:center;gap:8px;display:flex}.docs-module__JZFoAW__headerCenter{flex:2;justify-content:center;align-items:center;display:flex}.docs-module__JZFoAW__logo{color:var(--off-white);letter-spacing:1px;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.docs-module__JZFoAW__logoIcon{width:24px;height:24px}.docs-module__JZFoAW__logoText{font-family:IBM Plex Mono,monospace}.docs-module__JZFoAW__logoAccent{color:var(--gray);font-weight:400}.docs-module__JZFoAW__apiLogo{width:auto;height:24px}.docs-module__JZFoAW__headerSeparator{background:var(--medium-gray);width:1px;height:20px;margin:0 16px}.docs-module__JZFoAW__headerNav{align-items:center;gap:4px;display:flex}.docs-module__JZFoAW__headerNavLink{color:var(--gray);padding:8px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s}.docs-module__JZFoAW__headerNavLink:hover{color:var(--off-white)}.docs-module__JZFoAW__headerSearch{background:var(--light-navy);border:1px solid var(--border);border-radius:6px;align-items:center;gap:8px;min-width:280px;padding:8px 16px;display:flex}.docs-module__JZFoAW__headerSearchInput{color:var(--off-white);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:13px}.docs-module__JZFoAW__headerSearchInput::placeholder{color:var(--placeholder)}.docs-module__JZFoAW__headerSearchIcon{color:var(--medium-gray);font-size:14px}.docs-module__JZFoAW__headerSearchShortcut{color:var(--medium-gray);background:var(--dark-steel);border-radius:4px;padding:2px 6px;font-size:11px}.docs-module__JZFoAW__headerRight{flex:1;justify-content:flex-end;align-items:center;display:flex}.docs-module__JZFoAW__headerButton{color:var(--gray);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:6px;padding:8px 12px;font-size:13px;transition:all .15s;display:flex}.docs-module__JZFoAW__headerButton:hover{color:var(--off-white);border-color:var(--medium-gray)}.docs-module__JZFoAW__headerIcons{align-items:center;gap:8px;display:flex}.docs-module__JZFoAW__headerIcon{width:32px;height:32px;color:var(--gray);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.docs-module__JZFoAW__headerIcon:hover{color:var(--off-white);background:var(--selected)}.docs-module__JZFoAW__navTabs{background:var(--navy);flex-shrink:0;align-items:center;width:100%;max-width:1920px;height:44px;margin:0 auto;padding:0 24px;display:flex;position:relative}.docs-module__JZFoAW__navTabs:after{content:"";background:var(--border);width:100vw;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media (min-width:1920px){.docs-module__JZFoAW__navTabs{padding:0 48px}}.docs-module__JZFoAW__navTab{color:var(--gray);cursor:pointer;padding:12px 16px;font-size:14px;transition:color .15s;position:relative}.docs-module__JZFoAW__navTab:hover{color:var(--off-white)}.docs-module__JZFoAW__navTabActive{color:var(--blue)}.docs-module__JZFoAW__navTabActive:after{content:"";background:var(--blue);height:2px;position:absolute;bottom:0;left:0;right:0}.docs-module__JZFoAW__container{flex:1;width:100%;max-width:1920px;min-height:0;margin:0 auto;display:flex;overflow:hidden}.docs-module__JZFoAW__sidebar{overscroll-behavior:contain;border-right:1px solid var(--border);background:var(--navy);width:280px;min-width:280px;height:100%;padding:24px 0;overflow-y:auto}.docs-module__JZFoAW__sidebarSection{margin-bottom:0}.docs-module__JZFoAW__sidebarSectionGuide{margin-bottom:8px;padding-bottom:8px}.docs-module__JZFoAW__sidebarSectionGuide:not(:first-child){border-top:1px solid #ffffff14;margin-top:8px;padding-top:16px}.docs-module__JZFoAW__sidebarSectionTitle{color:var(--medium-gray);text-transform:uppercase;letter-spacing:1px;padding:8px 24px 12px;font-size:11px;font-weight:600}.docs-module__JZFoAW__sidebarCollapsible{color:var(--gray);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;justify-content:space-between;align-items:center;margin:1px 12px;padding:8px 24px;font-size:14px;transition:all .15s;display:flex}.docs-module__JZFoAW__sidebarCollapsible:hover,.docs-module__JZFoAW__sidebarCollapsibleActive{color:var(--off-white);background:var(--selected)}.docs-module__JZFoAW__sidebarCollapsibleIcon{color:var(--medium-gray);font-size:10px;transition:transform .2s}.docs-module__JZFoAW__sidebarCollapsibleIconOpen{transform:rotate(90deg)}.docs-module__JZFoAW__sidebarCollapsibleContent{max-height:0;transition:max-height .25s ease-out;overflow:hidden}.docs-module__JZFoAW__sidebarCollapsibleContentOpen{max-height:1000px;transition:max-height .35s ease-in}.docs-module__JZFoAW__sidebarLink{color:var(--gray);cursor:pointer;border-radius:8px;align-items:center;margin:2px 12px;padding:10px 24px;font-size:14px;transition:all .15s;display:flex}.docs-module__JZFoAW__sidebarLink:hover{color:var(--off-white);background:var(--selected)}.docs-module__JZFoAW__sidebarLinkActive,.docs-module__JZFoAW__sidebarLinkActive:hover{color:var(--blue);background:#0171d926}.docs-module__JZFoAW__sidebarLinkNested{justify-content:space-between;gap:8px;margin:1px 12px 1px 24px;padding:8px 16px 8px 24px;font-size:13px}.docs-module__JZFoAW__sidebarEndpointName{flex:1;line-height:1.4}.docs-module__JZFoAW__sidebarMethodBadge{text-transform:uppercase;border-radius:3px;flex-shrink:0;padding:2px 6px;font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:600}.docs-module__JZFoAW__sidebarMethodGet{color:var(--green)}.docs-module__JZFoAW__sidebarMethodPost{color:var(--blue)}.docs-module__JZFoAW__sidebarMethodPut{color:var(--orange)}.docs-module__JZFoAW__sidebarMethodDelete{color:var(--red)}.docs-module__JZFoAW__sidebarMethodPatch{color:var(--purple)}.docs-module__JZFoAW__mainContent{overscroll-behavior:contain;flex:2;min-width:0;max-width:1100px;height:100%;padding:48px 64px;overflow:hidden auto}.docs-module__JZFoAW__tocPanel{overscroll-behavior:contain;border-left:1px solid var(--border);flex:1;min-width:400px;max-width:600px;height:100%;padding:48px 32px;overflow-y:auto}.docs-module__JZFoAW__tocTitle{color:var(--medium-gray);text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:13px;font-weight:600}.docs-module__JZFoAW__tocLink{color:var(--gray);cursor:pointer;border-left:2px solid #0000;margin-left:-12px;padding:8px 0 8px 12px;font-size:15px;transition:color .15s;display:block}.docs-module__JZFoAW__tocLink:hover{color:var(--off-white)}.docs-module__JZFoAW__tocLinkActive{color:var(--blue);border-left-color:var(--blue)}.docs-module__JZFoAW__pageTitle{color:#fff;margin-bottom:16px;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:36px;font-weight:600;line-height:1.2}.docs-module__JZFoAW__pageSubtitle{color:#ffffffb2;margin-bottom:48px;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:32px}.docs-module__JZFoAW__divider{background:var(--border);height:1px;margin:48px 0}.docs-module__JZFoAW__introSection{margin-bottom:48px}.docs-module__JZFoAW__introTitle{color:var(--off-white);margin-bottom:24px;font-size:14px;font-weight:600}.docs-module__JZFoAW__introText{color:var(--gray);margin-bottom:16px;font-size:15px;line-height:1.7}.docs-module__JZFoAW__introHighlight{color:var(--off-white);font-weight:500}.docs-module__JZFoAW__introLink{color:var(--blue);cursor:pointer;transition:color .15s}.docs-module__JZFoAW__introLink:hover{color:var(--lighter-blue)}.docs-module__JZFoAW__featureSection{margin-bottom:40px}.docs-module__JZFoAW__featureTitle{color:var(--off-white);margin-bottom:16px;font-size:24px;font-weight:600}.docs-module__JZFoAW__featureDescription{color:var(--gray);margin-bottom:20px;font-size:15px;line-height:1.6}.docs-module__JZFoAW__featureEndpoints{flex-direction:column;gap:8px;display:flex}.docs-module__JZFoAW__featureEndpoint{background:var(--light-navy);color:var(--off-white);cursor:pointer;border-radius:6px;align-items:center;gap:12px;padding:10px 14px;font-family:IBM Plex Mono,monospace;font-size:13px;transition:background .15s;display:flex}.docs-module__JZFoAW__featureEndpoint:hover{background:var(--selected-light)}.docs-module__JZFoAW__endpointSection{margin-bottom:48px}.docs-module__JZFoAW__sectionTitle{color:var(--off-white);text-transform:capitalize;margin-bottom:24px;font-size:24px;font-weight:600}.docs-module__JZFoAW__endpoint{background:var(--light-navy);border:1px solid var(--border);border-radius:8px;margin-bottom:24px;padding:24px}.docs-module__JZFoAW__endpointHeader{align-items:center;gap:12px;margin-bottom:12px;display:flex}.docs-module__JZFoAW__method{text-transform:uppercase;border-radius:4px;padding:4px 8px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:600}.docs-module__JZFoAW__methodGet{color:var(--green);background:#55a66c26}.docs-module__JZFoAW__methodPost{color:var(--blue);background:#0171d926}.docs-module__JZFoAW__methodPut{color:var(--orange);background:#d3722f26}.docs-module__JZFoAW__methodDelete{color:var(--red);background:#ce535326}.docs-module__JZFoAW__methodPatch{color:var(--purple);background:#7e5ac626}.docs-module__JZFoAW__path{color:var(--off-white);font-family:IBM Plex Mono,monospace;font-size:14px}.docs-module__JZFoAW__operationId{color:#8b9fc6;margin-bottom:12px;font-family:IBM Plex Mono,monospace;font-size:12px}.docs-module__JZFoAW__endpointDescription{color:#ffffffb2;margin-bottom:20px;font-size:14px;line-height:1.6}.docs-module__JZFoAW__endpointDescription p{margin:0 0 12px}.docs-module__JZFoAW__endpointDescription p:last-child{margin-bottom:0}.docs-module__JZFoAW__endpointDescription strong{color:var(--off-white);font-weight:600}.docs-module__JZFoAW__endpointDescription ul{margin:8px 0;padding-left:20px;list-style-type:disc}.docs-module__JZFoAW__endpointDescription li{color:var(--gray);margin-bottom:6px}.docs-module__JZFoAW__endpointDescription code{color:var(--off-white);background:#ffffff1a;border-radius:4px;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:13px}.docs-module__JZFoAW__parametersTitle,.docs-module__JZFoAW__responsesTitle{color:var(--off-white);margin-top:20px;margin-bottom:12px;font-size:13px;font-weight:600}.docs-module__JZFoAW__parameter{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:baseline;gap:8px;padding:12px 0;display:flex}.docs-module__JZFoAW__parameter:last-child{border-bottom:none}.docs-module__JZFoAW__paramName{color:var(--lighter-blue);font-family:IBM Plex Mono,monospace;font-size:13px}.docs-module__JZFoAW__paramType{color:#c4cad6;background:#ffffff14;border-radius:4px;padding:2px 6px;font-size:11px}.docs-module__JZFoAW__paramRequired{color:var(--red);text-transform:uppercase;font-size:10px;font-weight:600}.docs-module__JZFoAW__paramIn{color:#9ca3b0;text-transform:uppercase;letter-spacing:.5px;font-size:10px}.docs-module__JZFoAW__paramDescription{color:#ffffffa6;width:100%;margin-top:6px;font-size:13px;line-height:1.5}.docs-module__JZFoAW__paramDescription p{margin:0}.docs-module__JZFoAW__paramDescription strong{color:var(--off-white);font-weight:600}.docs-module__JZFoAW__paramDescription code{color:var(--off-white);background:#ffffff1a;border-radius:3px;padding:1px 4px;font-family:JetBrains Mono,monospace;font-size:12px}.docs-module__JZFoAW__response{align-items:center;gap:12px;padding:8px 0;display:flex}.docs-module__JZFoAW__responseCode{border-radius:4px;padding:3px 8px;font-family:IBM Plex Mono,monospace;font-size:12px}.docs-module__JZFoAW__responseCode2xx{color:var(--green);background:#55a66c26}.docs-module__JZFoAW__responseCode4xx{color:var(--orange);background:#d3722f26}.docs-module__JZFoAW__responseCode5xx{color:var(--red);background:#ce535326}.docs-module__JZFoAW__responseDescription{color:#ffffffa6;font-size:13px}.docs-module__JZFoAW__schemaRef{color:var(--purple);font-family:IBM Plex Mono,monospace;font-size:11px}.docs-module__JZFoAW__examplePath{color:var(--gray);word-break:break-all;flex-wrap:wrap;align-items:center;gap:4px;font-family:IBM Plex Mono,monospace;font-size:12px;display:flex}.docs-module__JZFoAW__codeBlock{background:var(--navy);border:1px solid var(--border);border-radius:8px;margin-top:16px;padding:16px;overflow-x:auto}.docs-module__JZFoAW__codeBlockHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.docs-module__JZFoAW__codeBlockLabel{color:var(--medium-gray);text-transform:uppercase;letter-spacing:.5px;font-size:11px}.docs-module__JZFoAW__copyButton{color:var(--blue);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-family:inherit;font-size:12px}.docs-module__JZFoAW__copyButton:hover{color:var(--lighter-blue)}.docs-module__JZFoAW__code{color:var(--off-white);white-space:pre-wrap;word-break:break-all;margin:0;font-family:IBM Plex Mono,monospace;font-size:12px;line-height:1.6}.docs-module__JZFoAW__noResults{text-align:center;color:var(--gray);padding:64px;font-size:14px}.docs-module__JZFoAW__navFooter{border-top:1px solid #ffffff1a;justify-content:space-between;margin-top:64px;padding-top:32px;display:flex}.docs-module__JZFoAW__navFooterLink{cursor:pointer;flex-direction:column;gap:4px;display:flex}.docs-module__JZFoAW__navFooterLabel{color:#ffffffb2;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px}.docs-module__JZFoAW__navFooterTitle{color:#3f8bfd;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:500;transition:color .15s}.docs-module__JZFoAW__navFooterLink:hover .docs-module__JZFoAW__navFooterTitle{color:#6ba3fd}.docs-module__JZFoAW__navFooterRight{text-align:right}@media (max-width:1280px){.docs-module__JZFoAW__tocPanel{display:none}.docs-module__JZFoAW__mainContent{flex:1;max-width:none}}@media (max-width:1100px){.docs-module__JZFoAW__sidebar{width:240px;min-width:240px}.docs-module__JZFoAW__mainContent{padding:32px 40px}}@media (max-width:900px){.docs-module__JZFoAW__sidebar{display:none}.docs-module__JZFoAW__mainContent{max-width:100%;padding:24px 20px}.docs-module__JZFoAW__headerSearch{display:none}}.docs-module__JZFoAW__markdownContent{font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:32px}.docs-module__JZFoAW__markdownContent img{max-width:100%;height:auto}.docs-module__JZFoAW__mdH1{color:#fff;margin-top:0;margin-bottom:16px;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:36px;font-weight:600;line-height:1.2}.docs-module__JZFoAW__mdH2{color:#fff;margin-top:56px;margin-bottom:24px;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:600;line-height:1.3}.docs-module__JZFoAW__mdH3{color:#fff;margin-top:40px;margin-bottom:16px;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:600;line-height:1.4}.docs-module__JZFoAW__mdH4{color:#fff;margin-top:32px;margin-bottom:12px;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;line-height:1.4}.docs-module__JZFoAW__mdP{color:#ffffffb2;margin-bottom:24px;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:32px}.docs-module__JZFoAW__mdLink{color:#3f8bfd;text-decoration:none;transition:color .15s}.docs-module__JZFoAW__mdLink:hover{color:#6ba3fd;text-decoration:underline}.docs-module__JZFoAW__mdUl,.docs-module__JZFoAW__mdOl{color:#ffffffb2;margin-bottom:24px;padding-left:24px}.docs-module__JZFoAW__mdLi{margin-bottom:12px;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:32px}.docs-module__JZFoAW__mdInlineCode{color:#fff;background:#ffffff14;border-radius:4px;padding:2px 8px;font-family:IBM Plex Mono,monospace;font-size:14px}.docs-module__JZFoAW__mdPre{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;margin:24px 0;padding:20px;overflow-x:auto}.docs-module__JZFoAW__mdBlockCode{color:#ffffffb2;font-family:IBM Plex Mono,monospace;font-size:14px;line-height:1.6}.docs-module__JZFoAW__mdBlockquote{color:#ffffffb2;border-left:3px solid #3f8bfd;margin:24px 0;padding-left:20px;font-style:normal}.docs-module__JZFoAW__mdTable{border-collapse:collapse;width:100%;margin:24px 0;font-size:15px}.docs-module__JZFoAW__mdThead{background:#ffffff0a}.docs-module__JZFoAW__mdTr{border-bottom:1px solid #ffffff1a}.docs-module__JZFoAW__mdTh{text-align:left;color:#fff;padding:14px 16px;font-weight:600}.docs-module__JZFoAW__mdTd{color:#ffffffb2;padding:14px 16px;line-height:28px}.docs-module__JZFoAW__mdHr{border:none;border-top:1px solid #ffffff1a;margin:48px 0}.docs-module__JZFoAW__mdStrong{color:#fff;font-weight:600}.docs-module__JZFoAW__codeBlockWrapper{border:1px solid var(--border);background:#1a1f2e;border-radius:8px;margin:24px 0;overflow:hidden}.docs-module__JZFoAW__codeBlockHeader{border-bottom:1px solid var(--border);justify-content:flex-end;align-items:center;padding:8px 16px;display:flex}.docs-module__JZFoAW__codeBlockLang{color:var(--medium-gray);text-transform:lowercase;font-family:IBM Plex Mono,monospace;font-size:12px}.docs-module__JZFoAW__codeBlockContent{position:relative}.docs-module__JZFoAW__codeBlockCopyBtn{cursor:pointer;color:var(--gray);opacity:0;z-index:1;background:#ffffff1a;border:none;border-radius:6px;justify-content:center;align-items:center;padding:8px;transition:all .15s;display:flex;position:absolute;top:12px;right:12px}.docs-module__JZFoAW__codeBlockWrapper:hover .docs-module__JZFoAW__codeBlockCopyBtn{opacity:1}.docs-module__JZFoAW__codeBlockCopyBtn:hover{color:var(--off-white);background:#ffffff26}.docs-module__JZFoAW__codeBlockPre{margin:0;padding:16px 20px;overflow-x:auto}.docs-module__JZFoAW__codeBlockCode{color:#d4d4d4;white-space:pre;background:0 0;font-family:IBM Plex Mono,JetBrains Mono,monospace;font-size:13px;line-height:1.6}.docs-module__JZFoAW__markdownContent .callout{border-left:4px solid;border-radius:8px;margin:24px 0;padding:20px 24px}.docs-module__JZFoAW__markdownContent .callout-title{margin-bottom:8px;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600}.docs-module__JZFoAW__markdownContent .callout-body{font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:28px}.docs-module__JZFoAW__markdownContent .callout-body ul{margin:12px 0 0;padding-left:24px;list-style-type:disc}.docs-module__JZFoAW__markdownContent .callout-body li{color:#ffffffb2;margin-bottom:8px;line-height:1.6}.docs-module__JZFoAW__markdownContent .callout-body strong{color:#fff;font-weight:600}.docs-module__JZFoAW__markdownContent .callout-tip{background:#55a66c1a;border-left-color:#55a66c}.docs-module__JZFoAW__markdownContent .callout-tip .callout-title{color:#55a66c}.docs-module__JZFoAW__markdownContent .callout-tip .callout-body{color:#ffffffb2}.docs-module__JZFoAW__markdownContent .callout-warning{background:#d3a52f1a;border-left-color:#d3a52f}.docs-module__JZFoAW__markdownContent .callout-warning .callout-title{color:#d3a52f}.docs-module__JZFoAW__markdownContent .callout-warning .callout-body{color:#ffffffb2}.docs-module__JZFoAW__markdownContent .callout-info{background:#3f8bfd1a;border-left-color:#3f8bfd}.docs-module__JZFoAW__markdownContent .callout-info .callout-title{color:#3f8bfd}.docs-module__JZFoAW__markdownContent .callout-info .callout-body{color:#ffffffb2}.docs-module__JZFoAW__markdownContent .callout-danger{background:#ce53531a;border-left-color:#ce5353}.docs-module__JZFoAW__markdownContent .callout-danger .callout-title{color:#ce5353}.docs-module__JZFoAW__markdownContent .callout-danger .callout-body{color:#ffffffb2}:is(.docs-module__JZFoAW__markdownContent .concept-cards,.docs-module__JZFoAW__markdownContent .principle-cards,.docs-module__JZFoAW__markdownContent .comparison-grid){grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin:32px 0;display:grid}:is(.docs-module__JZFoAW__markdownContent .concept-card,.docs-module__JZFoAW__markdownContent .principle-card,.docs-module__JZFoAW__markdownContent .comparison-col){background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;padding:24px}:is(.docs-module__JZFoAW__markdownContent .concept-label,.docs-module__JZFoAW__markdownContent .principle-title,.docs-module__JZFoAW__markdownContent .comparison-header){color:#fff;margin-bottom:12px;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:600}:is(.docs-module__JZFoAW__markdownContent .concept-def,.docs-module__JZFoAW__markdownContent .principle-desc){color:#ffffffb2;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:24px}.docs-module__JZFoAW__markdownContent .concept-example{color:#ffffff80;margin-top:12px;font-size:13px}.docs-module__JZFoAW__markdownContent .comparison-col ul{margin:0;padding-left:20px}.docs-module__JZFoAW__markdownContent .comparison-col li{color:#ffffffb2;margin-bottom:8px;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:24px}.docs-module__JZFoAW__exampleEmpty{color:var(--medium-gray);text-align:center;padding:40px 20px;font-size:14px}.docs-module__JZFoAW__exampleCard{background:var(--light-navy);border:1px solid var(--border);border-radius:10px;overflow:hidden}.docs-module__JZFoAW__exampleCardHeader{background:#ffffff08;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.docs-module__JZFoAW__exampleEndpoint{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.docs-module__JZFoAW__exampleMethod{text-transform:uppercase;border-radius:4px;flex-shrink:0;padding:3px 8px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:600}.docs-module__JZFoAW__exampleMethodGet{color:#55a66c;background:#55a66c26}.docs-module__JZFoAW__exampleMethodPost{color:#3f8bfd;background:#3f8bfd26}.docs-module__JZFoAW__exampleMethodPut{color:#d3a52f;background:#d3a52f26}.docs-module__JZFoAW__exampleMethodDelete{color:#ce5353;background:#ce535326}.docs-module__JZFoAW__exampleMethodPatch{color:#7e5ac6;background:#7e5ac626}.docs-module__JZFoAW__examplePath{color:#ffffffb2;white-space:nowrap;text-overflow:ellipsis;font-family:IBM Plex Mono,monospace;font-size:12px;overflow:hidden}.docs-module__JZFoAW__exampleLang{color:var(--medium-gray);flex-shrink:0;font-family:IBM Plex Mono,monospace;font-size:12px}.docs-module__JZFoAW__exampleCodeWrapper{padding:16px;position:relative}.docs-module__JZFoAW__exampleCode{color:#e6e6e6;white-space:pre-wrap;word-break:break-all;background:0 0;margin:0;font-family:IBM Plex Mono,monospace;font-size:13px;line-height:1.6}.docs-module__JZFoAW__exampleCopyBtn{width:32px;height:32px;color:var(--medium-gray);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex;position:absolute;bottom:12px;right:12px}.docs-module__JZFoAW__exampleCopyBtn:hover{color:var(--off-white);background:#ffffff1a}.docs-module__JZFoAW__codeKeyword{color:#e5c07b}.docs-module__JZFoAW__codeFlag{color:#c678dd}.docs-module__JZFoAW__codeUrl{color:#56b6c2}.docs-module__JZFoAW__codeString{color:#98c379}.docs-module__JZFoAW__codeMethod{color:#e5c07b;font-weight:600}.docs-module__JZFoAW__jsonKey{color:#9cdcfe}.docs-module__JZFoAW__jsonString{color:#ce9178}.docs-module__JZFoAW__jsonNumber{color:#b5cea8}.docs-module__JZFoAW__jsonKeyword{color:#569cd6}.docs-module__JZFoAW__jsonPunctuation{color:#d4d4d4}.docs-module__JZFoAW__bashCommand{color:#dcdcaa}.docs-module__JZFoAW__bashFlag{color:#c586c0}.docs-module__JZFoAW__bashString{color:#ce9178}.docs-module__JZFoAW__bashVariable{color:#9cdcfe}.docs-module__JZFoAW__bashComment{color:#6a9955;font-style:italic}.docs-module__JZFoAW__jsKeyword{color:#569cd6}.docs-module__JZFoAW__jsString{color:#d4d4d4}.docs-module__JZFoAW__jsNumber{color:#b5cea8}.docs-module__JZFoAW__jsBuiltin{color:#569cd6}.docs-module__JZFoAW__jsComment{color:#6a9955;font-style:italic}.docs-module__JZFoAW__jsOperator{color:#d4d4d4}.docs-module__JZFoAW__jsInterpolation{color:#dcdcaa}.docs-module__JZFoAW__pyKeyword{color:#569cd6}.docs-module__JZFoAW__pyString{color:#ce9178}.docs-module__JZFoAW__pyNumber{color:#b5cea8}.docs-module__JZFoAW__pyBuiltin{color:#569cd6}.docs-module__JZFoAW__pyDecorator{color:#dcdcaa}.docs-module__JZFoAW__pyComment{color:#6a9955;font-style:italic}.docs-module__JZFoAW__goKeyword{color:#569cd6}.docs-module__JZFoAW__goString{color:#ce9178}.docs-module__JZFoAW__goNumber{color:#b5cea8}.docs-module__JZFoAW__goBuiltin{color:#569cd6}.docs-module__JZFoAW__goOperator{color:#d4d4d4}.docs-module__JZFoAW__goComment{color:#6a9955;font-style:italic}.docs-module__JZFoAW__langTabs{background:#ffffff05;border-bottom:1px solid #ffffff0f;gap:4px;padding:8px 12px;display:flex}.docs-module__JZFoAW__langTab{color:var(--medium-gray);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .15s}.docs-module__JZFoAW__langTab:hover{color:var(--off-white);background:#ffffff0f}.docs-module__JZFoAW__langTabActive{color:var(--off-white);background:#ffffff1a}.docs-module__JZFoAW__markdownContent .title-with-version{align-items:center;gap:16px;margin-bottom:16px;display:flex}.docs-module__JZFoAW__markdownContent .title-with-version h1{color:#fff;margin:0;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:36px;font-weight:600;line-height:1.2}.docs-module__JZFoAW__markdownContent .version-badge{color:#ffffffb2;background:0 0;border:1px solid #fff3;border-radius:6px;align-items:center;padding:6px 12px;font-family:IBM Plex Mono,monospace;font-size:13px;display:inline-flex}.docs-module__JZFoAW__markdownContent .tip.custom-block{background:#3f8bfd1a;border-left:4px solid #3f8bfd;border-radius:0 8px 8px 0;margin:32px 0!important;padding:20px 24px!important}.docs-module__JZFoAW__markdownContent .tip.custom-block p{color:#ffffffb2;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.7;margin:0!important}.docs-module__JZFoAW__markdownContent .tip.custom-block strong{color:#fff;font-weight:600}.docs-module__JZFoAW__markdownContent .tip.custom-block a{color:#3f8bfd;font-weight:500;text-decoration:none;transition:color .15s}.docs-module__JZFoAW__markdownContent .tip.custom-block a:hover{color:#6ba3fd;text-decoration:underline}.docs-module__JZFoAW__searchContainer{width:100%;max-width:500px;position:relative;overflow:visible}.docs-module__JZFoAW__searchClearBtn{width:24px;height:24px;color:var(--medium-gray);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:all .15s;display:flex}.docs-module__JZFoAW__searchClearBtn:hover{color:var(--off-white);background:#ffffff1a}.docs-module__JZFoAW__searchOverlay{z-index:999;background:#00000080;position:fixed;inset:0}.docs-module__JZFoAW__searchModal{background:var(--navy);border:1px solid var(--border);z-index:1000;border-radius:12px;flex-direction:column;width:700px;max-width:calc(100vw - 32px);max-height:calc(100vh - 200px);display:flex;position:fixed;top:120px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 16px 48px #0006}.docs-module__JZFoAW__searchModalHeader{background:#ffffff05;border-bottom:1px solid #ffffff14;padding:12px 16px}.docs-module__JZFoAW__searchModalSection{color:var(--medium-gray);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.docs-module__JZFoAW__searchNoResults{text-align:center;color:var(--medium-gray);padding:40px 20px;font-size:14px}.docs-module__JZFoAW__searchResultsList{flex:1;padding:8px 0;overflow-y:auto}.docs-module__JZFoAW__searchApiHeader{border-bottom:1px solid #ffffff0f;margin-bottom:8px;padding:12px 16px}.docs-module__JZFoAW__searchApiTitle{color:var(--off-white);margin-bottom:4px;font-size:14px;font-weight:600;display:block}.docs-module__JZFoAW__searchApiDesc{color:var(--medium-gray);font-size:13px;line-height:1.4;display:block}.docs-module__JZFoAW__searchResultItem{cursor:pointer;border-left:3px solid #0000;padding:12px 16px;transition:background .1s}.docs-module__JZFoAW__searchResultItem:hover,.docs-module__JZFoAW__searchResultItemSelected{background:#ffffff0a}.docs-module__JZFoAW__searchResultItemSelected{border-left-color:var(--blue);background:#3f8bfd14}.docs-module__JZFoAW__searchResultHeader{align-items:center;gap:10px;margin-bottom:6px;display:flex}.docs-module__JZFoAW__searchResultMethod{text-transform:uppercase;border-radius:4px;padding:2px 6px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:600}.docs-module__JZFoAW__searchMethodGet{color:#55a66c;background:#55a66c26}.docs-module__JZFoAW__searchMethodPost{color:#3f8bfd;background:#3f8bfd26}.docs-module__JZFoAW__searchMethodPut{color:#d3a52f;background:#d3a52f26}.docs-module__JZFoAW__searchMethodDelete{color:#ce5353;background:#ce535326}.docs-module__JZFoAW__searchMethodPatch{color:#7e5ac6;background:#7e5ac626}.docs-module__JZFoAW__searchResultPath{color:var(--medium-gray);font-family:IBM Plex Mono,monospace;font-size:12px}.docs-module__JZFoAW__searchResultGuideTag{color:#a78bfa;text-transform:uppercase;background:#8b5cf626;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600}.docs-module__JZFoAW__searchResultSection{color:var(--medium-gray);font-size:12px}.docs-module__JZFoAW__searchResultTitle{color:var(--off-white);margin-bottom:4px;font-size:14px;font-weight:500}.docs-module__JZFoAW__searchResultDesc{color:var(--gray);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.docs-module__JZFoAW__searchResultMeta{color:var(--medium-gray);margin-top:8px;font-size:12px}.docs-module__JZFoAW__searchResultMeta:before{content:"";background:var(--medium-gray);vertical-align:middle;border-radius:50%;width:4px;height:4px;margin-right:8px;display:inline-block}.docs-module__JZFoAW__searchModalFooter{color:var(--medium-gray);background:#ffffff05;border-top:1px solid #ffffff14;justify-content:flex-start;align-items:center;gap:24px;padding:10px 16px;font-size:12px;display:flex}.docs-module__JZFoAW__searchModalFooter kbd{min-width:20px;height:20px;color:var(--off-white);background:#ffffff14;border:1px solid #ffffff1f;border-radius:4px;justify-content:center;align-items:center;margin-right:6px;padding:0 6px;font-family:IBM Plex Mono,monospace;font-size:11px;display:inline-flex}
.Input-module__j8lwcG__container{flex-direction:column;justify-content:flex-start;display:inline-flex;position:relative}.Input-module__j8lwcG__searchContainer{flex-direction:column;justify-content:flex-start;display:inline-flex}.Input-module__j8lwcG__header{color:var(--gray);padding-bottom:.5em;padding-left:.2em;font-size:.8em}.Input-module__j8lwcG__input{background:var(--selected-light);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);color:var(--off-white);font:inherit;white-space:nowrap;text-overflow:ellipsis;border:none;outline:none;margin:0;padding:.5em 0 .5em .5em;overflow:hidden}.Input-module__j8lwcG__searchInput{color:var(--off-white);font:inherit;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;outline:none;overflow:hidden}.Input-module__j8lwcG__searchInputHomeLarge::placeholder{color:#fff}.Input-module__j8lwcG__loadingContainer{-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background-color:var(--selected-light);-webkit-mask:var(--beveled-bottom);mask:var(--beveled-bottom);z-index:2;border-top:none;width:100%;padding:1em 0;position:absolute;top:100%}.Input-module__j8lwcG__searchLoading{justify-content:center;align-items:center;gap:.1em;display:flex}.Input-module__j8lwcG__loadingText{color:var(--gray);letter-spacing:1px}@keyframes Input-module__j8lwcG__bounce{0%,80%,to{color:var(--placeholder);transform:translateY(0)}40%{color:var(--gray);transform:translateY(-2px)}}.Input-module__j8lwcG__smallOpen{-webkit-mask:var(--beveled-top-small);mask:var(--beveled-top-small)}.Input-module__j8lwcG__smallClosed{-webkit-mask:var(--beveled-small);mask:var(--beveled-small)}.Input-module__j8lwcG__mediumOpen{-webkit-mask:var(--beveled-top);mask:var(--beveled-top)}.Input-module__j8lwcG__mediumClosed{-webkit-mask:var(--beveled);mask:var(--beveled)}.Input-module__j8lwcG__largeOpen{-webkit-mask:var(--beveled-top-large);mask:var(--beveled-top-large)}.Input-module__j8lwcG__largeClosed{-webkit-mask:var(--beveled-large);mask:var(--beveled-large)}.Input-module__j8lwcG__input::placeholder{color:var(--placeholder)}.Input-module__j8lwcG__suggestions{-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background-color:var(--selected-light);-webkit-mask:var(--beveled-bottom);mask:var(--beveled-bottom);width:100%;font:inherit;font-size:inherit;z-index:3;border-top:none;min-height:1px;position:absolute;top:100%;left:0}.Input-module__j8lwcG__suggestionsClosed{background-color:#0000}.Input-module__j8lwcG__suggestions>*{text-overflow:ellipsis;white-space:nowrap;height:0;font-size:inherit;align-items:center;padding:0 .5em;font-size:1.2em;transition:height .1s ease-in-out;display:flex;overflow:hidden}.Input-module__j8lwcG__suggestionsClosed>*{height:0}.Input-module__j8lwcG__suggestionsOpen>*{height:2.2em}.Input-module__j8lwcG__subSuggestion{text-overflow:ellipsis;white-space:nowrap;height:2em;font-size:inherit;align-items:center;padding:0 .5em;transition:height .1s ease-in-out;display:flex;overflow:hidden}.Input-module__j8lwcG__suggestionsSearch{color:#ffffffe2;overflow:inherit;-webkit-backdrop-filter:blur(2em);backdrop-filter:blur(2em);z-index:100;background:#131721;border:.5px solid #ffffff1a;border-radius:.35em;max-height:66em;margin-top:.3em;padding-bottom:1em;left:0;overflow-y:scroll;box-shadow:0 2px 20px 4px #0006;-webkit-mask:none;mask:none}.Input-module__j8lwcG__suggestionsHomeLarge{-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background:var(--selected-light);max-height:calc(100vh - 25em);margin-top:1em}.Input-module__j8lwcG__suggestionsFilter{-webkit-backdrop-filter:none;backdrop-filter:none;background:#131721;max-height:34em;margin-top:.5em;overflow-y:scroll}.Input-module__j8lwcG__suggestionsSearch>*{overflow:initial}.Input-module__j8lwcG__suggestionHeader{color:var(--gray);font-size:.8em}.Input-module__j8lwcG__suggestionHeaderSearch{color:#ffffffe2;justify-content:space-between;height:2.5em;margin-top:1em;padding:0 1em;font-family:IBM Plex Mono Light;font-size:.85em;line-height:100%;display:flex;position:relative}.Input-module__j8lwcG__suggestionsAll{width:100%;min-height:3em;position:absolute;top:0;left:calc(100% + .3em)}.Input-module__j8lwcG__searchAllBtn{color:var(--blue);cursor:pointer}.Input-module__j8lwcG__suggestion{cursor:pointer}.Input-module__j8lwcG__selected{background-color:var(--primary);background-color:#1585ed26}.Input-module__j8lwcG__input:read-only,.Input-module__j8lwcG__input:disabled,.Input-module__j8lwcG__input:disabled+.Input-module__j8lwcG__suggestions,.Input-module__j8lwcG__input:disabled:hover{cursor:inherit;background-color:#0000}.Input-module__j8lwcG__desktopHeader{display:block}.Input-module__j8lwcG__mobileHeader{display:none}.Input-module__j8lwcG__suggestionsMobile{width:98vw;min-height:calc(100vh - 4.25em);max-height:calc(100vh - 4.25em);position:fixed;top:4.25em;left:1vw;overflow:scroll}.Input-module__j8lwcG__suggestionsTGMini{width:100%;height:calc(100dvh - 18.5em);padding:1em;top:9.5em;left:0;overflow:scroll}.Input-module__j8lwcG__suggestionsTGMiniAlertMode{height:calc(75vh - 16em)}.Input-module__j8lwcG__suggestionsDarkMode{background-color:red}.Input-module__j8lwcG__tgMiniInput{width:100%}.Input-module__j8lwcG__recentSearchSignIn,.Input-module__j8lwcG__noRecentSearches{color:var(--gray);justify-content:center;font-size:.8em;display:flex}.Input-module__j8lwcG__clearSearch{color:var(--blue);cursor:pointer}@media (max-width:767px){.Input-module__j8lwcG__desktopHeader{display:none}.Input-module__j8lwcG__mobileHeader{display:block}.Input-module__j8lwcG__mobileNoScroll{overflow:hidden}.Input-module__j8lwcG__input{-webkit-backdrop-filter:transparent;backdrop-filter:transparent}.Input-module__j8lwcG__mediumOpen{-webkit-mask:var(--beveled);mask:var(--beveled)}.Input-module__j8lwcG__suggestionsOpen>*{height:2.5em}.Input-module__j8lwcG__suggestionsOpen{background-color:#131721}}
.AddToEntity-module__k6LpJq__container{flex-direction:column;width:50vw;height:50vh;padding:1em;display:flex;position:relative}.AddToEntity-module__k6LpJq__entityModal{background:var(--light-navy);border-radius:.25em;height:26em;margin:auto;padding:2em;box-shadow:0 2px 12px #0000001a}.AddToEntity-module__k6LpJq__header{flex-direction:row;display:flex}.AddToEntity-module__k6LpJq__typeButton{cursor:pointer;color:var(--gray);margin-right:1.6em}.AddToEntity-module__k6LpJq__content{flex-direction:column;margin-top:1.6em;display:flex}.AddToEntity-module__k6LpJq__content>*{margin-bottom:1.1em}.AddToEntity-module__k6LpJq__note{color:var(--gray);margin-bottom:2.5em;font-size:.85em}.AddToEntity-module__k6LpJq__buttons{flex-direction:column;gap:1em;display:flex}.AddToEntity-module__k6LpJq__buttonText{justify-content:center;align-items:center;gap:.5em;display:flex}.AddToEntity-module__k6LpJq__optionArea{flex-direction:column;gap:1em;max-width:35em;display:flex}.AddToEntity-module__k6LpJq__submit{background:var(--primary);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5em;min-width:20em;padding:.5em 5em;display:flex}.AddToEntity-module__k6LpJq__submit:hover{filter:brightness(1.1)}.AddToEntity-module__k6LpJq__remove{background:var(--red);background-color:var(--red);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5em;min-width:20em;padding:.5em 1em;display:flex}.AddToEntity-module__k6LpJq__remove:hover{filter:brightness(1.1)}.AddToEntity-module__k6LpJq__center{flex-direction:column;justify-content:center;align-items:center;display:flex}.AddToEntity-module__k6LpJq__removeArea{justify-content:center;width:100%;margin-bottom:2em;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.AddToEntity-module__k6LpJq__container{background:var(--light-navy);-webkit-mask:var(--beveled);mask:var(--beveled);padding:1em;overflow:auto}.AddToEntity-module__k6LpJq__entityAddresses{grid-template-columns:1fr 2.5fr auto;align-items:center;gap:1em;display:grid}.AddToEntity-module__k6LpJq__entityAddressesTitle{justify-content:space-between;display:flex}.AddToEntity-module__k6LpJq__entityAddressName,.AddToEntity-module__k6LpJq__entityAddressValue{color:var(--off-white);white-space:nowrap;text-overflow:ellipsis;padding-right:1.5em;overflow:hidden}.AddToEntity-module__k6LpJq__entityAddressesInnerItem{padding-left:.6em}.AddToEntity-module__k6LpJq__gray,.AddToEntity-module__k6LpJq__entityCounterpartiesTableHeader{color:var(--gray)}.AddToEntity-module__k6LpJq__newEntityAddressInput{width:100%}.AddToEntity-module__k6LpJq__editIconNotEditing{color:var(--gray);font-size:1.2em}.AddToEntity-module__k6LpJq__icon{cursor:pointer;color:var(--gray);font-size:1.4em}.AddToEntity-module__k6LpJq__chainTypeHeader{color:var(--gray);grid-column:1/-1;justify-content:space-between;padding-left:.6em;display:flex}.AddToEntity-module__k6LpJq__saveEdits{color:var(--primary);cursor:pointer}.AddToEntity-module__k6LpJq__divider{background-color:#fff3;grid-column:1/-1;height:1px;margin-top:.2em;margin-right:.5em}.AddToEntity-module__k6LpJq__editableLabel{width:100%;overflow-x:scroll}.AddToEntity-module__k6LpJq__delete{color:var(--red);cursor:pointer;justify-content:center;font-size:1.2em;display:flex}.AddToEntity-module__k6LpJq__viewEntityProfile{margin-top:auto}.AddToEntity-module__k6LpJq__viewEntityProfile:hover{filter:brightness(1.2)}.AddToEntity-module__k6LpJq__entityAddressAddress{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.AddToEntity-module__k6LpJq__entityAddressAddress:hover{cursor:pointer;text-decoration:underline}.AddToEntity-module__k6LpJq__entityAddressesItemContainer{white-space:nowrap;text-overflow:ellipsis;flex-direction:row;max-width:100%;display:flex;overflow:hidden}.AddToEntity-module__k6LpJq__uploadButtonContainer{text-transform:uppercase;justify-content:center;margin-top:auto;display:flex}.AddToEntity-module__k6LpJq__uploadLabel{cursor:pointer}.AddToEntity-module__k6LpJq__uploadButton{background-color:var(--blue);color:var(--off-white);cursor:pointer;text-transform:uppercase;border-radius:.25em;flex-direction:row;justify-content:center;align-items:center;padding:.4em .8em;font-size:.9em;display:flex}.AddToEntity-module__k6LpJq__uploadButton:hover{filter:brightness(1.2)}.AddToEntity-module__k6LpJq__uploadButton:active{color:var(--darker-blue)}.AddToEntity-module__k6LpJq__uploadGrid{grid-template-columns:1fr auto 1fr;gap:5em;margin-bottom:5em;display:grid}.AddToEntity-module__k6LpJq__uploadGridCell{flex-direction:column;gap:1em;display:flex}.AddToEntity-module__k6LpJq__uploadLabel,.AddToEntity-module__k6LpJq__titleLabel{text-align:center;font-size:1.3em}.AddToEntity-module__k6LpJq__titleLabel{margin-bottom:1em}.AddToEntity-module__k6LpJq__topBox{flex-direction:column;justify-content:center;align-items:center;margin-bottom:2em;display:flex}.AddToEntity-module__k6LpJq__uploadBottomMessage{color:var(--gray);text-transform:uppercase;text-align:center;margin-top:2em;margin-left:auto;margin-right:auto}.AddToEntity-module__k6LpJq__or{text-transform:uppercase;justify-content:center;align-items:center;height:100%;display:flex}.AddToEntity-module__k6LpJq__showOnMobile{display:none}@media (max-width:767px){.AddToEntity-module__k6LpJq__showOnMobile{display:flex}.AddToEntity-module__k6LpJq__entityAddresses{grid-template-columns:4fr 7fr auto;row-gap:1em}.AddToEntity-module__k6LpJq__entityAddRemove{font-size:1em}.AddToEntity-module__k6LpJq__entityModal{width:100vw;height:fit-content;font-size:.8em}.AddToEntity-module__k6LpJq__or{margin:2.5em}.AddToEntity-module__k6LpJq__topBox{margin-bottom:2em}.AddToEntity-module__k6LpJq__optionArea{max-width:none}.AddToEntity-module__k6LpJq__uploadGrid{flex-direction:column;gap:1em;margin-bottom:5em;display:flex}}
.SelectChain-module__S9LHrq__container{align-items:center;column-gap:.6em;display:flex}.SelectChain-module__S9LHrq__container:hover{cursor:pointer}.SelectChain-module__S9LHrq__divider{background-color:#ffffff4d;width:1px;height:1.5em}.SelectChain-module__S9LHrq__filterIcon{cursor:pointer;font-size:1.1em}.SelectChain-module__S9LHrq__chainIcon{color:var(--gray);margin-left:-.2em;font-size:1.2em}.SelectChain-module__S9LHrq__allNetworks{-webkit-user-select:none;user-select:none;min-width:fit-content}.SelectChain-module__S9LHrq__selectDropdownContainer{background:var(--selected);-webkit-mask:var(--beveled);mask:var(--beveled);-webkit-backdrop-filter:blur(1em);backdrop-filter:blur(1em);padding:.7em}.SelectChain-module__S9LHrq__dropdownContainer{-webkit-user-select:none;user-select:none;flex-wrap:wrap;gap:.6em;width:35em;height:100%;display:flex}.SelectChain-module__S9LHrq__chain{cursor:pointer;border:1px solid #0000;border-radius:.2em;padding:.3em;font-size:1.2em}.SelectChain-module__S9LHrq__chain:hover{background-color:#ffffff1a}.SelectChain-module__S9LHrq__chainDisplay{color:var(--off-white);margin-left:.3em;font-size:.9em;display:flex}.SelectChain-module__S9LHrq__selected,.SelectChain-module__S9LHrq__selected:hover{background-color:#fff3}.SelectChain-module__S9LHrq__activeFilter{color:var(--filter)}.SelectChain-module__S9LHrq__popupContainer{background:var(--selected);-webkit-mask:var(--beveled);mask:var(--beveled);-webkit-backdrop-filter:blur(1em);backdrop-filter:blur(1em);z-index:2;padding:.7em}@media (max-width:768px){.SelectChain-module__S9LHrq__dropdownContainer{width:min(90vw,400px);margin:0 auto}}
.Sidebar-module__RCMmoW__sidebarContainer{border-radius:.5em;flex-direction:column;gap:1em;width:100%;height:100%;transition:width .2s;display:flex;position:relative;overflow:auto;box-shadow:0 0 10px #0000001a}.Sidebar-module__RCMmoW__insightTitle{color:var(--off-white);text-transform:uppercase;font-family:Arkham Heavy Condensed;font-size:2em}.Sidebar-module__RCMmoW__insightListContainer{flex-direction:column;gap:.75em;height:100%;display:flex;position:relative;overflow:hidden auto}.Sidebar-module__RCMmoW__optionContainer{cursor:pointer;background-color:var(--bg-color-light);border:1px solid #23252c;border-radius:.5em;width:100%;height:fit-content;padding:1em;position:relative}.Sidebar-module__RCMmoW__optionContainerSlim{background-color:#1d212b;min-width:50%;padding:.5em}.Sidebar-module__RCMmoW__optionContainer:not(.Sidebar-module__RCMmoW__selected):hover{border-color:#0171d9a8}.Sidebar-module__RCMmoW__homePageInsightCard{min-width:auto;height:auto}.Sidebar-module__RCMmoW__emoteBar{margin-top:.5em;display:flex}.Sidebar-module__RCMmoW__relevanceHeader{flex-direction:row;justify-content:space-between;align-items:center;max-width:100%;margin-bottom:1em;display:flex}.Sidebar-module__RCMmoW__bottomRow{flex-flow:wrap;justify-content:space-between;align-items:center;max-width:100%;margin-top:1em;font-size:.8em;display:flex}.Sidebar-module__RCMmoW__metaData{color:var(--gray);margin-top:.5em;margin-left:auto;display:flex}.Sidebar-module__RCMmoW__metaDataSlim{margin-top:0}.Sidebar-module__RCMmoW__version{border-left:.6px solid #fff6;margin-left:.75em;padding-left:.75em}.Sidebar-module__RCMmoW__optionTitle{color:var(--off-white);font-size:1.1em;font-weight:700}.Sidebar-module__RCMmoW__optionTitleSlim{-webkit-line-clamp:1;line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:1em;display:-webkit-box;overflow:hidden}.Sidebar-module__RCMmoW__entitiesTokens{flex-direction:column;gap:1em;margin-top:1em;display:flex;position:relative;overflow-x:hidden}.Sidebar-module__RCMmoW__entitiesWrapper{gap:1em;display:flex;position:relative}.Sidebar-module__RCMmoW__entities{white-space:nowrap;position:relative;overflow-x:auto}.Sidebar-module__RCMmoW__entitiesWrapper:not(.Sidebar-module__RCMmoW__entitiesWrapperSlim):after{content:"";pointer-events:none;z-index:1;background:linear-gradient(270deg,#14161f,#0000);width:40px;height:100%;position:absolute;top:0;right:0}.Sidebar-module__RCMmoW__textGray{color:var(--gray)}.Sidebar-module__RCMmoW__entitiesTokens.Sidebar-module__RCMmoW__overflowing:after{content:"";pointer-events:none;background:linear-gradient(to right,transparent,var(--bg-color-light));width:40px;height:100%;position:absolute;top:0;right:0}.Sidebar-module__RCMmoW__entityLine{gap:1.5em;display:flex}.Sidebar-module__RCMmoW__bubblePointer,.Sidebar-module__RCMmoW__bubblePointer>*{cursor:pointer}.Sidebar-module__RCMmoW__entityLineSlim{gap:0}.Sidebar-module__RCMmoW__relevance{gap:1em;display:flex}.Sidebar-module__RCMmoW__relevanceBubble{text-align:center;-webkit-backdrop-filter:blur(1em);backdrop-filter:blur(1em);cursor:pointer;width:fit-content;color:var(--off-white);border-style:solid;border-width:.1em;border-radius:1em;align-items:center;padding:.2em .6em;font-weight:700;display:inline-flex}.Sidebar-module__RCMmoW__relevanceBubbleInactive{color:#ffffff4d;background-color:#0000;border-color:#ffffff1a}.Sidebar-module__RCMmoW__relevance .removeWrapper{order:2!important;margin-left:.4em!important;margin-right:0!important}.Sidebar-module__RCMmoW__relevance .childrenWrapper{order:1!important}.Sidebar-module__RCMmoW__bubblePointer,.Sidebar-module__RCMmoW__bubblePointer>*{cursor:pointer}.Sidebar-module__RCMmoW__entityContainer,.Sidebar-module__RCMmoW__entityContainerLoading{align-items:center;gap:.8em;width:fit-content;height:100%;display:inline-flex;position:relative}.Sidebar-module__RCMmoW__entityContainer:hover{text-decoration:underline}.Sidebar-module__RCMmoW__entityHeader{flex-direction:row;align-items:center;column-gap:.8em;display:flex}.Sidebar-module__RCMmoW__entityHeaderName{text-overflow:ellipsis;white-space:nowrap;white-space:nowrap;overflow:hidden}.Sidebar-module__RCMmoW__entityHeaderImage{border-radius:50%;width:1em;height:1em;position:relative;overflow:hidden}.Sidebar-module__RCMmoW__entityHeaderSubtitle{color:var(--gray);align-items:center;gap:.8em;display:flex}@keyframes Sidebar-module__RCMmoW__fadeIn{0%{opacity:0}to{opacity:1}}.Sidebar-module__RCMmoW__arkhamCheck{width:1.2em;height:1.2em;transform:translateY(.1em)}.Sidebar-module__RCMmoW__summaryTab{cursor:pointer;background:var(--selected);display:none;position:relative}.Sidebar-module__RCMmoW__summaryContent{background:var(--bg-color-light);text-overflow:ellipsis;height:8em;display:none;position:absolute;top:-5.5em;overflow:hidden}.Sidebar-module__RCMmoW__summaryTab:hover .Sidebar-module__RCMmoW__summaryContent{display:block}.Sidebar-module__RCMmoW__topRow{color:var(--gray);justify-content:space-between;align-items:center;margin-top:1em;display:flex}.Sidebar-module__RCMmoW__scoreBarWrapper{align-items:center;display:inline-flex}.Sidebar-module__RCMmoW__scoreBarContainer{background:linear-gradient(90deg,#4d63ff,#5fdafe);width:5em;height:.8em;margin-right:8px;display:inline-block;position:relative}.Sidebar-module__RCMmoW__scoreSegment{border-right:.4em solid var(--bg-color-light);width:10%;position:absolute;top:0;bottom:0}.Sidebar-module__RCMmoW__scoreValue{vertical-align:middle;font-size:.8rem}.Sidebar-module__RCMmoW__updateTime{align-items:flex-start;min-width:fit-content;display:flex}.Sidebar-module__RCMmoW__miscTagList{filter:brightness(1.2);flex-wrap:wrap;justify-content:flex-start;gap:1em;max-width:100%;margin-top:2em;display:flex}.Sidebar-module__RCMmoW__clearAllButton{cursor:pointer}.Sidebar-module__RCMmoW__clearAllButton:hover{filter:brightness(1.2)}.Sidebar-module__RCMmoW__popupClearAllButton{color:var(--blue);cursor:pointer;text-transform:uppercase;background:0 0;border:none;align-items:center;gap:.3em;padding:0;font-size:.9em;font-weight:500;transition:filter .2s;display:flex}.Sidebar-module__RCMmoW__popupClearAllButton:hover{filter:brightness(1.2)}.Sidebar-module__RCMmoW__selected{border-color:var(--blue)}.Sidebar-module__RCMmoW__updatingText{color:#fff;border-radius:.2em;padding:.2em .4em;font-size:.8em;animation:1s ease-in-out infinite Sidebar-module__RCMmoW__pulse-updating}.Sidebar-module__RCMmoW__creatingText{color:#fff;border-radius:.2em;padding:.2em .4em;font-size:.8em;animation:1s ease-in-out infinite Sidebar-module__RCMmoW__pulse-creating}.Sidebar-module__RCMmoW__loader{color:var(--gray);gap:.5em;font-size:1.2em;display:flex}.Sidebar-module__RCMmoW__loadingSpinner{border:2px solid var(--gray);border-top-color:#fff;border-radius:50%;width:1.2em;height:1.2em;animation:1s linear infinite Sidebar-module__RCMmoW__spin}@keyframes Sidebar-module__RCMmoW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Sidebar-module__RCMmoW__updating-wave-animation{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes Sidebar-module__RCMmoW__creating-wave-animation{0%{background-position:100% 0}to{background-position:-100% 0}}.Sidebar-module__RCMmoW__label{white-space:nowrap;text-overflow:ellipsis;outline:1px solid var(--blue);color:var(--off-white);font:inherit;background:0 0;border-color:#0000;border-radius:1px;flex-shrink:1;overflow:hidden}.Sidebar-module__RCMmoW__label:disabled{cursor:pointer;pointer-events:none;outline:1px #0000}.Sidebar-module__RCMmoW__tokenContainer{justify-content:space-between;align-items:center;width:fit-content;font-size:1.25em;display:flex}.Sidebar-module__RCMmoW__tokenInfo{align-items:center;font-size:.8em;display:flex}.Sidebar-module__RCMmoW__symbol{margin-right:.5em;font-size:1.25em}.Sidebar-module__RCMmoW__end{align-items:center;margin-left:auto;display:flex}.Sidebar-module__RCMmoW__drawerContainer{border-radius:.5rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000001a}@media (max-width:767px){.Sidebar-module__RCMmoW__container{display:none}}.Sidebar-module__RCMmoW__searchBarContainer{flex-direction:column;width:100%;display:flex}.Sidebar-module__RCMmoW__searchBarAndFilter{flex-direction:row;align-items:center;gap:1em;width:100%;display:flex}.Sidebar-module__RCMmoW__headerSearch{color:#ffffff91;background:#131721;border:.5px solid #0000;border-radius:.25em;justify-content:space-between;align-items:center;gap:.5em;width:100%;height:100%;padding:0 .5em;display:flex}.Sidebar-module__RCMmoW__searchBar{width:100%}.Sidebar-module__RCMmoW__searchInput{color:var(--off-white);background:0 0;border:none;outline:none;flex:1;width:100%;font-family:inherit;font-size:1em;transition:filter .2s}.Sidebar-module__RCMmoW__searchInput::placeholder{color:#84868a}.Sidebar-module__RCMmoW__searchInput:focus{filter:brightness(1.2)}.Sidebar-module__RCMmoW__headerSearch:focus-within{border:.5px solid var(--blue)}.Sidebar-module__RCMmoW__filtersButton{color:#84868a;text-transform:uppercase;cursor:pointer;-webkit-mask:var(--beveled);mask:var(--beveled);background-color:#131721;padding:.5em 1em;font-size:1em;transition:filter .2s}.Sidebar-module__RCMmoW__filtersButton:hover{filter:brightness(1.2);color:var(--off-white)}.Sidebar-module__RCMmoW__filterModalOverlay{z-index:9999;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.Sidebar-module__RCMmoW__filterModalContent{background-color:#0b1326;border:1px solid #84868a;border-radius:.5em;flex-direction:column;gap:1.5em;width:24em;max-width:90%;padding:2em;display:flex;position:relative}.Sidebar-module__RCMmoW__filterModalClose{color:var(--off-white);cursor:pointer;font-size:1.5em;transition:filter .2s;position:absolute;top:1em;right:1em}.Sidebar-module__RCMmoW__filterModalClose:hover{filter:brightness(1.2)}.Sidebar-module__RCMmoW__filterModalTitle{color:var(--off-white);text-transform:uppercase;margin-bottom:.5em;font-size:1.5em}.Sidebar-module__RCMmoW__filterSliders{flex-direction:column;gap:1em;display:flex}.Sidebar-module__RCMmoW__filterSliderRow{flex-direction:column;gap:.5em;display:flex}.Sidebar-module__RCMmoW__filterSliderLabel{color:var(--off-white);text-transform:uppercase;font-size:1em}.Sidebar-module__RCMmoW__filterSlider{-webkit-appearance:none;cursor:pointer;background:#333;border-radius:.2em;outline:none;width:100%;height:.3em}.Sidebar-module__RCMmoW__filterSlider::-webkit-slider-thumb{appearance:none;background:var(--blue);cursor:pointer;border:1px solid #84868a;border-radius:50%;width:1em;height:1em}.Sidebar-module__RCMmoW__filterSlider::-moz-range-thumb{background:var(--blue);cursor:pointer;border:1px solid #84868a;border-radius:50%;width:1em;height:1em}.Sidebar-module__RCMmoW__filterTokenEntityInputs{flex-direction:column;gap:1em;display:flex}.Sidebar-module__RCMmoW__filterTokenEntityInput{color:var(--off-white);background-color:#11141a;border:1px solid #84868a;border-radius:1em;outline:none;width:100%;padding:.5em 1em;font-size:1em}.Sidebar-module__RCMmoW__filterModalActions{justify-content:flex-end;gap:1em;display:flex}.Sidebar-module__RCMmoW__filterModalButton{background-color:var(--blue);color:var(--off-white);text-transform:uppercase;cursor:pointer;border:none;border-radius:.2em;padding:.5em 1em;font-size:1em;transition:filter .2s}.Sidebar-module__RCMmoW__filterModalButton:hover{filter:brightness(1.2)}.Sidebar-module__RCMmoW__inputRangeSlider{appearance:none;cursor:pointer;background:#4d63ff;border-radius:100%;outline:none;width:1em;height:1rem;margin-top:-.4rem;margin-left:-.5rem;display:block;position:absolute;top:50%}.Sidebar-module__RCMmoW__inputRangeDisabledInputRange .Sidebar-module__RCMmoW__inputRangeSlider{background:var(--gray);border:1px solid var(--gray);box-shadow:none;transform:none}.Sidebar-module__RCMmoW__inputRangeLabel{color:#aaa;white-space:nowrap;font-size:.8rem;transform:translateZ(0)}.Sidebar-module__RCMmoW__inputRangeMinLabel,.Sidebar-module__RCMmoW__inputRangeMaxLabel{position:absolute;bottom:-1.4rem}.Sidebar-module__RCMmoW__inputRangeMinLabel{left:0}.Sidebar-module__RCMmoW__inputRangeMaxLabel{right:0}.Sidebar-module__RCMmoW__inputRangeValueLabel{display:none}.Sidebar-module__RCMmoW__inputRangeLabelContainer{position:relative;left:-.5em}.Sidebar-module__RCMmoW__inputRangeMaxLabel .Sidebar-module__RCMmoW__inputRangeLabelContainer{left:.5em}.Sidebar-module__RCMmoW__altInputRangeLabelContainer{position:relative}.Sidebar-module__RCMmoW__inputRangeTrack{background:var(--gray);cursor:pointer;border-radius:2px;height:2px;display:block;position:relative}.Sidebar-module__RCMmoW__inputRangeDisabledInputRange .Sidebar-module__RCMmoW__inputRangeTrack{background:var(--gray)}.Sidebar-module__RCMmoW__inputRangeActiveTrack{background:linear-gradient(90deg,#4d63ff,#5fdafe);height:2px;position:absolute;left:0}.Sidebar-module__RCMmoW__inputRangeInputRange{width:100%;height:1rem;position:relative}.Sidebar-module__RCMmoW__altInputRangeInputRange{width:100%;height:1rem;padding:0 .5em;position:relative}.Sidebar-module__RCMmoW__altInput{width:100%}.Sidebar-module__RCMmoW__altInput>input{background-color:var(--light-navy);text-transform:none;border-radius:.3em;padding:.75em .85em;font-size:.85em;-webkit-mask:none;mask:none}.Sidebar-module__RCMmoW__altInput>input::placeholder{color:#fff;opacity:.3;text-transform:uppercase}.Sidebar-module__RCMmoW__allFiltersContainer{background-color:"white";width:100vw;max-width:100vw;max-height:100vh;padding:1em 0;bottom:0;overflow-y:hidden}.Sidebar-module__RCMmoW__filterPopup,.Sidebar-module__RCMmoW__filterPopupMobile{background-color:var(--selected-light);-webkit-backdrop-filter:blur(1em);backdrop-filter:blur(1em);z-index:9999;border-radius:10px;flex-direction:column;justify-content:flex-start;gap:2em;max-width:35em;max-height:80vh;padding:2em;display:flex;overflow-y:auto}.Sidebar-module__RCMmoW__filterPopupMobile{transform:translate(-50%,-50%);box-shadow:0 4px 20px #0000004d}.Sidebar-module__RCMmoW__searchFilterWrapper>div{padding:1em 0}.Sidebar-module__RCMmoW__filterSectionContent{justify-content:center;display:flex}.Sidebar-module__RCMmoW__doubleFilterSection{justify-content:space-between;gap:2.5em;display:flex}.Sidebar-module__RCMmoW__applyButton{background-color:var(--blue);color:var(--off-white);text-transform:uppercase;cursor:pointer;border:none;border-radius:.2em;justify-content:center;align-items:center;width:fit-content;padding:.5em 1em;font-size:1em;transition:filter .2s;display:flex}.Sidebar-module__RCMmoW__inputRangeValueLabel{pointer-events:none;display:block;position:absolute;top:1rem}.Sidebar-module__RCMmoW__valueSliderHeader{justify-content:center;width:100%;display:flex}.Sidebar-module__RCMmoW__dateLabel{justify-content:space-between;align-items:center;margin-bottom:1em;display:flex}.Sidebar-module__RCMmoW__dateRow{margin-bottom:.5em}.Sidebar-module__RCMmoW__dateRow>div,.Sidebar-module__RCMmoW__dateRow>div>div,.Sidebar-module__RCMmoW__dateRow>div>div>div{width:100%}.Sidebar-module__RCMmoW__dateBubbles{flex-wrap:wrap;gap:.5em;margin-top:.5em;display:flex}.Sidebar-module__RCMmoW__datePickerTrigger{cursor:pointer;border:1px solid var(--border);background:var(--background);border-radius:4px;padding:8px;transition:border-color .2s}.Sidebar-module__RCMmoW__datePickerTrigger:hover{border-color:var(--blue)}.Sidebar-module__RCMmoW__dateInputs{gap:8px;display:flex}.Sidebar-module__RCMmoW__dateInput{color:var(--text);cursor:pointer;background:0 0;border:none;flex:1;padding:4px 8px;font-size:14px}.Sidebar-module__RCMmoW__dateInput::placeholder{color:var(--gray)}.Sidebar-module__RCMmoW__datePickerModal{background:var(--selected);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 20px #0000004d}.Sidebar-module__RCMmoW__calendarModal{background:var(--selected);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:8px;padding:16px;box-shadow:0 4px 20px #0000004d}.Sidebar-module__RCMmoW__calendarModal .Sidebar-module__RCMmoW__container,.Sidebar-module__RCMmoW__calendarModal .Sidebar-module__RCMmoW__calendarContainer,.Sidebar-module__RCMmoW__calendarModal .Sidebar-module__RCMmoW__buttonContainer{background:0 0!important}.Sidebar-module__RCMmoW__searchHeader{justify-content:space-between;align-items:center;margin-bottom:-1em;display:flex}.Sidebar-module__RCMmoW__bubbleContainer{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:.5em;display:flex}.Sidebar-module__RCMmoW__filterBubbles{flex-wrap:wrap;justify-content:flex-start;align-items:self-start;gap:.5em;margin-top:1em;display:flex}.Sidebar-module__RCMmoW__tokenLink:hover{cursor:pointer;text-decoration:underline}.Sidebar-module__RCMmoW__tokenIconSlim{margin-right:-2px}.Sidebar-module__RCMmoW__moreBubble{justify-content:center;display:flex}.Sidebar-module__RCMmoW__intelTagsContainer{flex-direction:column;gap:.5em;display:flex}.Sidebar-module__RCMmoW__intelTagsContainerShort{flex-direction:row;gap:2em}.Sidebar-module__RCMmoW__tokensLine,.Sidebar-module__RCMmoW__entities,.Sidebar-module__RCMmoW__tokensContainer{align-items:center;gap:1em;display:flex}.Sidebar-module__RCMmoW__tokensLineSlim{gap:.4em}.Sidebar-module__RCMmoW__tokensContainerSlim{gap:0;padding-right:.2em}.Sidebar-module__RCMmoW__pnlGrid{grid-template-columns:1.3fr 1fr repeat(7,1fr);font-size:.9em;display:grid;position:relative;overflow:auto}.Sidebar-module__RCMmoW__title{color:var(--gray);text-transform:uppercase;z-index:1;background:var(--light-navy);text-wrap:nowrap;padding:1em .5em;font-size:.85em;position:sticky;top:0}.Sidebar-module__RCMmoW__pnlGrid>*{width:100%;height:100%;padding:1em .5em}.Sidebar-module__RCMmoW__pnlGrid>:nth-child(18n+10),.Sidebar-module__RCMmoW__pnlGrid>:nth-child(18n+11),.Sidebar-module__RCMmoW__pnlGrid>:nth-child(18n+12),.Sidebar-module__RCMmoW__pnlGrid>:nth-child(18n+13),.Sidebar-module__RCMmoW__pnlGrid>:nth-child(18n+14),.Sidebar-module__RCMmoW__pnlGrid>:nth-child(18n+15),.Sidebar-module__RCMmoW__pnlGrid>:nth-child(18n+16),.Sidebar-module__RCMmoW__pnlGrid>:nth-child(18n+17),.Sidebar-module__RCMmoW__pnlGrid>:nth-child(18n+18){background-color:#ffffff08}.Sidebar-module__RCMmoW__start{justify-self:start;align-items:center;gap:.4em;display:flex}.Sidebar-module__RCMmoW__end{text-align:end;justify-self:end}.Sidebar-module__RCMmoW__time{color:var(--lighter-blue);cursor:pointer}.Sidebar-module__RCMmoW__overlay{z-index:1;background:0 0;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Sidebar-module__RCMmoW__insightBubbleContainer{gap:.5em;display:flex}.Sidebar-module__RCMmoW__loadingOverlay{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Sidebar-module__RCMmoW__placeholder{background-color:#3a3a44;background-image:linear-gradient(90deg,#3a3a44 0,#4a4a54 40px,#3a3a44 80px);background-size:350px;border-radius:.25em;animation:3s linear infinite Sidebar-module__RCMmoW__shimmer}@keyframes Sidebar-module__RCMmoW__shimmer{0%{background-position:-350px}to{background-position:350px}}.Sidebar-module__RCMmoW__placeholderBubble{border-radius:.25em;width:70px;height:17px}.Sidebar-module__RCMmoW__placeholderEmote{width:10em;height:1.5em}.Sidebar-module__RCMmoW__quickTimeOptions{flex-wrap:wrap;gap:1em;margin-bottom:1em;display:flex}@media (max-width:768px){.Sidebar-module__RCMmoW__optionContainerSlim{flex-direction:column;display:flex}.Sidebar-module__RCMmoW__optionTitleSlim{-webkit-line-clamp:3;line-clamp:3}.Sidebar-module__RCMmoW__intelTagsContainerShort{flex-direction:column;gap:0}.Sidebar-module__RCMmoW__bottomRow{margin-top:auto;padding-top:1em}}.Sidebar-module__RCMmoW__marketCapInputs{gap:.5em;width:100%;margin-top:.5em;display:flex}.Sidebar-module__RCMmoW__marketCapInput{flex:1}.Sidebar-module__RCMmoW__marketCapInput input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Sidebar-module__RCMmoW__marketCapInput input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.Sidebar-module__RCMmoW__marketCapInput input[type=number]{-moz-appearance:textfield}
.DatePicker-module__m_dZVW__container{flex-direction:column;align-items:center;display:flex}.DatePicker-module__m_dZVW__iconContainer{text-align:center;cursor:pointer;justify-content:center;align-items:center;display:flex}.DatePicker-module__m_dZVW__filterPopup{background:var(--selected);z-index:10000;border:1px solid #ffffff1a;border-radius:8px;min-width:400px;max-width:500px;box-shadow:0 4px 20px #00000026}.DatePicker-module__m_dZVW__floatRef{position:relative}.DatePicker-module__m_dZVW__popupContainer{background:var(--selected);-webkit-mask:var(--beveled);mask:var(--beveled);-webkit-backdrop-filter:blur(1em);backdrop-filter:blur(1em);padding:1em}.DatePicker-module__m_dZVW__datePickerPortalContainer{background:var(--selected);-webkit-mask:var(--beveled);mask:var(--beveled);-webkit-backdrop-filter:blur(1em);backdrop-filter:blur(1em);width:100%;min-width:400px;max-width:500px;padding:1em}.DatePicker-module__m_dZVW__inputs{justify-content:space-between;gap:.5em;width:100%;display:flex}.DatePicker-module__m_dZVW__input{width:40%}.DatePicker-module__m_dZVW__dateInput{width:100%}.DatePicker-module__m_dZVW__calendar,.DatePicker-module__m_dZVW__calendarContainer{flex-direction:column;align-items:center;width:100%;display:flex}.DatePicker-module__m_dZVW__calendarContainer{padding:1em}.DatePicker-module__m_dZVW__calendar{border-top:1px solid #0000001a;border-bottom:1px solid #0000001a;height:20em;overflow:auto}.DatePicker-module__m_dZVW__dayHeadings{z-index:1;grid-template-columns:repeat(7,1fr);width:100%;margin-bottom:.5em;display:grid;position:sticky;top:0}.DatePicker-module__m_dZVW__dayHeadings>*{text-align:center}.DatePicker-module__m_dZVW__month{flex-direction:column;align-items:center;width:100%;display:flex}.DatePicker-module__m_dZVW__monthHeading{width:100%;margin-top:1em;margin-bottom:.6em;font-size:1.2em;display:flex}.DatePicker-module__m_dZVW__days{grid-template-columns:repeat(7,1fr);row-gap:.2em;width:100%;display:grid}.DatePicker-module__m_dZVW__day{aspect-ratio:1;border-radius:50%;justify-content:center;align-items:center;padding:.1em;display:flex}.DatePicker-module__m_dZVW__activeDay{cursor:pointer}.DatePicker-module__m_dZVW__inactiveDay{cursor:default}.DatePicker-module__m_dZVW__selectedDay{background-color:var(--blue);color:var(--off-white)}.DatePicker-module__m_dZVW__hoveredDay{border:2px solid var(--blue);color:var(--off-white)}.DatePicker-module__m_dZVW__betweenDay{background-color:rgba(var(--blueRGB),.3);color:var(--off-white)}.DatePicker-module__m_dZVW__todayDay{text-decoration:underline}.DatePicker-module__m_dZVW__disabledDay{opacity:.5;cursor:default}.DatePicker-module__m_dZVW__buttonContainer{justify-content:center;column-gap:1em;width:100%;display:flex;position:relative}.DatePicker-module__m_dZVW__clearButton{position:absolute;right:.5em}
.Emotes-module__B4yPua__emoteBar{gap:.5em;display:flex}.Emotes-module__B4yPua__emoteButton{pointer-events:auto;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;border:none;border-radius:.5em;align-items:center;padding:.25em .5em;font-size:.75em;transition:transform .1s,background-color .2s;display:flex;box-shadow:0 1px 2px #0000001a}.Emotes-module__B4yPua__unselectedEmoteButton{-webkit-backdrop-filter:none;backdrop-filter:none}.Emotes-module__B4yPua__emoteButton:hover:not(:disabled){filter:brightness(1.2)}.Emotes-module__B4yPua__emoteButton:active:not(:disabled){transform:scale(.95)}.Emotes-module__B4yPua__selected{background:#4f46e5}.Emotes-module__B4yPua__emoji{margin-right:.25em;font-size:2em;line-height:1}.Emotes-module__B4yPua__count,.Emotes-module__B4yPua__countMine{color:var(--gray);font-size:1.5em;line-height:1}.Emotes-module__B4yPua__countMine{color:var(--blue)}.Emotes-module__B4yPua__disabled{pointer-events:none;cursor:not-allowed}.Emotes-module__B4yPua__viewCounter{color:var(--gray);align-items:center;gap:.25em;margin-left:auto;font-size:.75em;display:flex}.Emotes-module__B4yPua__addEmoteContainer{align-items:center;display:flex;position:relative}.Emotes-module__B4yPua__addButton{color:#fffc;background-color:#ffffff1a;border-radius:.25em;justify-content:center;align-items:center;width:1.5em;height:1.5em;font-size:1.5em;display:flex}.Emotes-module__B4yPua__addButton:hover{filter:brightness(1.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.Emotes-module__B4yPua__shareButton{color:#fffc;border:1px solid var(--selected-light);background-color:#ffffff1a;border-radius:.25em;justify-content:space-between;align-items:center;width:5em;height:1.8em;margin-left:.35em;padding:0 .25em;font-size:1.25em;display:flex}.Emotes-module__B4yPua__emotePicker{border:1px solid var(--border-color);background-color:var(--selected-light);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;border-radius:.1em;grid-template-columns:repeat(7,1fr);gap:4px;width:max-content;padding:8px;display:grid;position:absolute;bottom:calc(100% + 8px);right:0;box-shadow:0 8px 24px #00000040}.Emotes-module__B4yPua__emotePicker .Emotes-module__B4yPua__emoteButton{padding:6px}.Emotes-module__B4yPua__emotePicker .Emotes-module__B4yPua__emoji{margin-right:0}
.LightweightChart-module___XNtZW__selects{justify-content:right;align-items:center;display:flex}
.Insight-module__TsR1Qa__container{width:100%;height:100%;padding:.75em;position:relative}.Insight-module__TsR1Qa__outerContainer{background-color:#1d212b;border-radius:.5em;width:100%;height:calc(100% - 45px);position:relative}.Insight-module__TsR1Qa__insightContainer{height:100%;display:flex}.Insight-module__TsR1Qa__analyzeContainer{z-index:10;border:1px solid #a5b6dc26;border-radius:10px;width:62em;max-height:50%;position:absolute;top:50%;left:50%;overflow:scroll;transform:translate(-50%,-50%);box-shadow:-25px 0 100px #000}.Insight-module__TsR1Qa__insightContainerTimeline{background-color:var(--bg-color-light);border-radius:.5em;flex:1;height:100%;transition:width .3s ease-in-out;overflow:auto}.Insight-module__TsR1Qa__timelineContainerMobile{padding-right:1.5em}.Insight-module__TsR1Qa__insightContentDark{background-color:var(--bg-color-light);color:var(--text-primary);border-radius:1em}.Insight-module__TsR1Qa__insightTitle{font-size:1.3rem;font-weight:700}.Insight-module__TsR1Qa__insightBubble{color:#fffc;background-color:var(--selected-light);white-space:nowrap;border-radius:.25em;padding:.25em .5em;font-size:.8em}.Insight-module__TsR1Qa__insightBubbleInverted{background-color:#0000;border:.5px solid #4e535f}.Insight-module__TsR1Qa__timelineContainer{flex-direction:column;margin-top:1rem;display:flex;position:relative}.Insight-module__TsR1Qa__timelineContainer:before{content:"";left:1em;top:var(--line-top,0);height:var(--line-height,100%);border-left:1px dashed var(--blue);opacity:.7;z-index:0;transition:height .3s,top .3s;position:absolute}.Insight-module__TsR1Qa__timelineItem{padding-bottom:1.5em;transition:padding-bottom .3s;display:flex}.Insight-module__TsR1Qa__timelineItemCollapsed{padding-bottom:0}.Insight-module__TsR1Qa__timeGapLabel{color:var(--gray);align-items:center;gap:.3em;margin-left:2em;font-size:.8em;display:flex}.Insight-module__TsR1Qa__marker{z-index:1;flex-direction:column;justify-content:center;align-items:center;width:2em;display:flex;position:relative}.Insight-module__TsR1Qa__bubble{background-color:var(--blue);border-radius:100%;padding:.2em}.Insight-module__TsR1Qa__bubbleText{text-align:center;color:var(--gray);font-size:.75rem}.Insight-module__TsR1Qa__timelineContent,.Insight-module__TsR1Qa__timelineContentMobile{cursor:pointer;background-color:#1d212b;border:1px solid #23252c;border-radius:.5em;flex:1;padding:1em;overflow:auto}.Insight-module__TsR1Qa__timelineContent:hover{border-color:#8d94a5}.Insight-module__TsR1Qa__timelineContentMobile{cursor:default}.Insight-module__TsR1Qa__activeTimelineContent,.Insight-module__TsR1Qa__activeTimelineContent:hover{border-color:var(--blue)}.Insight-module__TsR1Qa__topShadow{box-shadow:0 -4px 6px -4px #000}.Insight-module__TsR1Qa__timelineContentTop,.Insight-module__TsR1Qa__timelineContentBottom{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.Insight-module__TsR1Qa__timelineDate{color:var(--blue);font-size:.8em}.Insight-module__TsR1Qa__timelineContentBottom{justify-content:flex-end;font-size:.8em}.Insight-module__TsR1Qa__details{margin:1em 0}.Insight-module__TsR1Qa__timelineDetailsWrapper{opacity:0;max-height:0;transition:max-height .4s,opacity .3s;overflow:hidden}.Insight-module__TsR1Qa__showChartContainer{cursor:pointer;white-space:nowrap;background:#ffffff0d;border-radius:100px;justify-content:center;align-items:center;width:24px;height:20px;padding:.2em .3em;transition:width .3s;display:flex;position:relative;overflow:hidden}.Insight-module__TsR1Qa__showChartIcon{opacity:1;transition:opacity .2s;position:absolute;left:50%;transform:translate(-50%)}.Insight-module__TsR1Qa__showChartText{opacity:0;margin-left:4px;transition:opacity .2s,color .2s,background-color .2s}.Insight-module__TsR1Qa__showChartContainer:hover{width:100px;color:var(--blue);background-color:#0171d914}.Insight-module__TsR1Qa__showChartContainer:hover .Insight-module__TsR1Qa__showChartIcon{opacity:0}.Insight-module__TsR1Qa__showChartContainer:hover .Insight-module__TsR1Qa__showChartText{opacity:1}.Insight-module__TsR1Qa__timelineContentSource{border:.5px solid #4e535f;border-radius:10px;flex-direction:row;justify-content:center;align-items:center;gap:.5em;padding:.3em .8em;display:flex}.Insight-module__TsR1Qa__source{margin-bottom:6px;font-style:italic}.Insight-module__TsR1Qa__insightContent{margin-top:2rem;line-height:2}.Insight-module__TsR1Qa__insightCharts{flex-direction:column;width:100%;padding:1em 0;display:flex}.Insight-module__TsR1Qa__insightOnChainDataSection{background-color:#0000;flex-direction:column;gap:1.5em;width:100%;padding:1em 0;display:flex}.Insight-module__TsR1Qa__insightOnChainDataSection>*{margin:0}.Insight-module__TsR1Qa__tokenChartCard{background-color:var(--bg-color-light);border-radius:.5em;margin:.5em;overflow:hidden}.Insight-module__TsR1Qa__tokenChartHeader{cursor:pointer;justify-content:space-between;align-items:center;padding:1.25em;font-weight:700;display:flex}.Insight-module__TsR1Qa__tokenChartContent{opacity:0;max-height:0;padding:0;transition:max-height .4s,opacity .3s,padding .3s;overflow:hidden}.Insight-module__TsR1Qa__tokenChartContent.Insight-module__TsR1Qa__open{opacity:1;max-height:35em;padding:0 1.25em 1.25em}.Insight-module__TsR1Qa__tokenHeader{font-size:1.25rem}.Insight-module__TsR1Qa__tokenCharts{flex-direction:column;width:100%;height:30em;display:flex}.Insight-module__TsR1Qa__subsectionHeader{color:var(--off-white);margin-bottom:.5em;font-size:1.25rem;font-weight:700}.Insight-module__TsR1Qa__dateText{color:var(--gray);padding:.5em 0;position:relative;transform:translate(4em)}.Insight-module__TsR1Qa__dateText:before{content:"";background:#536a91;width:1em;height:1px;position:absolute;top:50%;left:-1.5em;transform:translateY(calc(-50% - 1px))}.Insight-module__TsR1Qa__insightHeader{color:var(--gray);flex-direction:row;justify-content:space-between;column-gap:.8em;margin-bottom:1em;display:flex}.Insight-module__TsR1Qa__entitiesTokens{flex-direction:column;gap:1em;display:flex}.Insight-module__TsR1Qa__entityLine,.Insight-module__TsR1Qa__tokenLine{gap:1.5em;font-size:.9em;display:flex}.Insight-module__TsR1Qa__seeRelatedButton{background-color:var(--bg-color-light);border:1px solid var(--blue);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;width:fit-content;padding:.3em;display:flex}.Insight-module__TsR1Qa__seeRelatedButton:hover{filter:brightness(1.2)}.Insight-module__TsR1Qa__tokensTimelineChart{width:100%;height:100%}.Insight-module__TsR1Qa__tokensTimelineChart>div[class*=container]{background-color:var(--bg-color)}.Insight-module__TsR1Qa__tagsVotingRow{flex-direction:row;justify-content:space-between;align-items:center;margin-top:1em;display:flex}.Insight-module__TsR1Qa__miscTagLine{gap:1.5em;font-size:.9em;display:flex}.Insight-module__TsR1Qa__entitiesTokens{margin:1em 0}.Insight-module__TsR1Qa__tagsVotingEnd{flex-flow:column wrap;gap:1em;font-size:.9em;display:flex}.Insight-module__TsR1Qa__tagsVotingStart{flex-wrap:wrap;gap:.5em;height:fit-content;display:flex}.Insight-module__TsR1Qa__insightPNLTableSection{flex-direction:column;display:flex}.Insight-module__TsR1Qa__pnlTableContainer{flex-direction:column;width:100%;display:flex}.Insight-module__TsR1Qa__pnlTable{flex:1;position:relative}.Insight-module__TsR1Qa__pnlTable table{border-collapse:collapse;table-layout:fixed;width:100%}.Insight-module__TsR1Qa__headerRow th{z-index:10;background-color:var(--dark-blue-gray);color:var(--gray);text-transform:uppercase;border-bottom:1px solid #ffffff1a;padding:.75em .6em;font-size:.85em;position:sticky;top:0}.Insight-module__TsR1Qa__headerRow th:first-child,.Insight-module__TsR1Qa__headerRow th:nth-child(2),.Insight-module__TsR1Qa__headerRow th:nth-child(3){text-align:left}.Insight-module__TsR1Qa__headerRow th:nth-child(n+4){text-align:right}.Insight-module__TsR1Qa__pnlTable td{white-space:nowrap;text-overflow:ellipsis;padding:.75em .2em}.Insight-module__TsR1Qa__num{text-align:right}.Insight-module__TsR1Qa__pnlTable tbody tr:nth-child(2n){background-color:#ffffff08}.Insight-module__TsR1Qa__pnlTable tbody tr:hover{background-color:#1585ed26}.Insight-module__TsR1Qa__overlay{-webkit-backdrop-filter:blur(.3em);backdrop-filter:blur(.3em);z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Insight-module__TsR1Qa__timeCell{color:var(--lighter-blue);cursor:pointer}.Insight-module__TsR1Qa__linkIcon{align-items:center;gap:.5em;display:flex}.Insight-module__TsR1Qa__clickableRow{cursor:pointer}.Insight-module__TsR1Qa__expandCell{cursor:pointer;width:1.5rem}.Insight-module__TsR1Qa__summaryText{white-space:pre-wrap;margin:.5em 1em;font-family:inherit}.Insight-module__TsR1Qa__summaryRow{z-index:1;position:relative}.Insight-module__TsR1Qa__clockIcon{vertical-align:middle;margin-top:-.2em}.Insight-module__TsR1Qa__collapsibleDataCard{background-color:var(--bg-color-light);border:1px solid #ffffff0d;border-radius:.5em;margin-bottom:1em;overflow:hidden}.Insight-module__TsR1Qa__collapsibleDataCard:last-child{margin-bottom:0}.Insight-module__TsR1Qa__collapsibleDataHeader{cursor:pointer;background-color:#0000;justify-content:space-between;align-items:center;padding:1.25em;font-weight:700;display:flex}.Insight-module__TsR1Qa__collapsibleDataHeader:hover .Insight-module__TsR1Qa__chevron{color:var(--blue)}.Insight-module__TsR1Qa__collapsibleDataTitle{color:var(--off-white);font-size:1.25rem;font-weight:700}.Insight-module__TsR1Qa__collapsibleDataContent{opacity:0;max-height:0;padding:0;transition:max-height .4s,opacity .3s,padding .3s;overflow:hidden}.Insight-module__TsR1Qa__collapsibleDataContent.Insight-module__TsR1Qa__open{opacity:1;max-height:none;padding:1em}@media (max-width:767px){.Insight-module__TsR1Qa__pnlTable td,.Insight-module__TsR1Qa__pnlTable th{padding:.5em .4em;font-size:.85em}}.Insight-module__TsR1Qa__tagsRow{flex-wrap:wrap;gap:.5em;display:flex}.Insight-module__TsR1Qa__swapperCell{text-overflow:ellipsis;white-space:nowrap;flex-direction:row;min-width:fit-content;display:flex;overflow:hidden}.Insight-module__TsR1Qa__tagsContainer{justify-content:center;align-items:center;font-size:.95em;display:flex}.Insight-module__TsR1Qa__detailPanel{background-color:var(--bg-color-light);justify-content:space-between;min-height:15em;display:flex}.Insight-module__TsR1Qa__chartPane,.Insight-module__TsR1Qa__analysisPane{background-color:var(--bg-color-light);flex:1;min-height:100%;padding:1em}.Insight-module__TsR1Qa__chartPane{padding-right:2em}.Insight-module__TsR1Qa__chartPane>*{width:100%}.Insight-module__TsR1Qa__summaryText{white-space:pre-wrap;margin:0;line-height:2;overflow-x:auto}.Insight-module__TsR1Qa__versionControls{justify-content:flex-end;align-items:center;width:100%;margin-top:8px;display:flex}.Insight-module__TsR1Qa__versionButton{color:var(--gray);cursor:pointer;text-transform:uppercase;background:0 0;border:none;padding:0;font-size:.85em;transition:all .2s}.Insight-module__TsR1Qa__versionButton:hover{background:var(--background-tertiary);border-color:var(--border-color-hover);color:var(--text-primary)}.Insight-module__TsR1Qa__counterpartiesIcon{width:1.2em;height:1.2em;margin-right:1em}.Insight-module__TsR1Qa__long{color:var(--green)}.Insight-module__TsR1Qa__short{color:var(--red)}.Insight-module__TsR1Qa__sectionTitle{margin-bottom:.5em;font-size:1.5rem;font-weight:700}.Insight-module__TsR1Qa__cardTitle{font-size:1.25rem}.Insight-module__TsR1Qa__collapsibleCard{margin:0 1.5em;padding:1em 0;overflow:hidden}.Insight-module__TsR1Qa__cardHeader{cursor:pointer;justify-content:space-between;align-items:center;padding:.5em 0 .25em;font-weight:700;display:flex}.Insight-module__TsR1Qa__cardContent{opacity:0;max-height:0;padding:0;transition:max-height .4s,opacity .3s,padding .3s;overflow:hidden}.Insight-module__TsR1Qa__collapsibleCard:first-child{padding-top:.5em}.Insight-module__TsR1Qa__collapsibleCard:not(:first-child){border-top:1px solid var(--dark-blue-gray)}.Insight-module__TsR1Qa__chevron{color:var(--gray);font-size:.9rem;transition:color .2s}.Insight-module__TsR1Qa__cardHeader:hover .Insight-module__TsR1Qa__chevron,.Insight-module__TsR1Qa__tokenChartHeader:hover .Insight-module__TsR1Qa__chevron{color:var(--blue)}.Insight-module__TsR1Qa__keyInsightsSection{margin-top:2em}.Insight-module__TsR1Qa__open{opacity:1;max-height:1000px;overflow:auto}.Insight-module__TsR1Qa__closed{opacity:0;max-height:0}.Insight-module__TsR1Qa__cardContent.Insight-module__TsR1Qa__open{padding:.25em 0 .75em}.Insight-module__TsR1Qa__resizer{cursor:col-resize;z-index:1;transition:background-color .2s;position:relative}.Insight-module__TsR1Qa__resizer:after{content:"";z-index:2;cursor:col-resize;border:1px solid #ffffff80;height:2em;transition:filter .2s;position:absolute;top:50%;transform:translate(-.45em,-50%)}.Insight-module__TsR1Qa__insightDescription{color:var(--text-secondary);margin:1em 0;line-height:2}.Insight-module__TsR1Qa__insightContainerMain,.Insight-module__TsR1Qa__insightContainerMainMobile{flex-direction:column;gap:1em;margin-right:.75em;display:flex;overflow:auto}.Insight-module__TsR1Qa__insightContainerMainMobile{margin-right:0}.Insight-module__TsR1Qa__collapseArrow{cursor:pointer;width:100%;height:1.5em;color:var(--gray);justify-content:center;align-items:center;font-size:1.5em;transition:transform .3s ease-in-out;display:flex}.Insight-module__TsR1Qa__collapseArrow:hover{background-color:var(--selected)}.Insight-module__TsR1Qa__insightTopSection{cursor:pointer;background-color:var(--bg-color);border-radius:.5em;padding:1em;transition:padding .3s ease-in-out,border-color .3s ease-in-out,border-radius .3s ease-in-out}.Insight-module__TsR1Qa__scrollableContent{border-radius:.5em;overflow:auto}.Insight-module__TsR1Qa__tabContainer{background-color:var(--navy);min-height:40em}.Insight-module__TsR1Qa__tabContainer>div[class*=content]{background-color:var(--navy)}.Insight-module__TsR1Qa__dropDownContainer{z-index:100;min-width:20em;margin-right:auto}.Insight-module__TsR1Qa__dropDown{width:100%}.Insight-module__TsR1Qa__onChainTabTitle{align-items:center;width:100%;display:flex}.Insight-module__TsR1Qa__collapsibleSection{grid-template-rows:1fr;transition:grid-template-rows .3s ease-in-out,margin-top .3s ease-in-out;display:grid}.Insight-module__TsR1Qa__collapsibleSection>*{overflow:hidden}.Insight-module__TsR1Qa__insightTopSection.Insight-module__TsR1Qa__collapsed .Insight-module__TsR1Qa__collapsibleSection{grid-template-rows:0fr;margin-top:0}.Insight-module__TsR1Qa__relatedContainer{padding:1em 0}.Insight-module__TsR1Qa__cardList{flex-direction:column;gap:1em;display:flex;overflow:auto}.Insight-module__TsR1Qa__relatedTitle{color:var(--gray);margin-bottom:1em;font-size:1em}.Insight-module__TsR1Qa__insightHeaderCollapseButtonRow{background-color:var(--bg-color-light);width:100%;height:0;max-height:0;color:var(--gray);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:flex}.Insight-module__TsR1Qa__expandIcon{width:3.5em;height:1.50em;background-color:var(--bg-color);cursor:pointer;border-radius:.5em;justify-content:center;align-items:center;margin-bottom:-1.5em;display:flex}.Insight-module__TsR1Qa__expandIconSize:hover{filter:brightness(1.5)}.Insight-module__TsR1Qa__expandIconSize{width:1.5em;height:1.5em}.Insight-module__TsR1Qa__iconSize{font-size:1.5em}.Insight-module__TsR1Qa__onChainDataTabs>div[class*=tabs]>div{background-color:var(--navy)}
.PriceChanges-module__OkUvBW__container{background-color:var(--light-navy);-webkit-mask:var(--beveled);mask:var(--beveled);text-align:left;-webkit-user-select:none;user-select:none;flex-direction:column;flex-grow:1;gap:2em;width:100%;max-width:100%;height:100%;max-height:100%;padding:1.25em;display:flex;overflow:hidden}.PriceChanges-module__OkUvBW__topBarTokenPage{z-index:10;justify-content:space-between;gap:2.5em;font-size:.8em;display:flex;top:.55em;right:2.5em}.PriceChanges-module__OkUvBW__lineChartContainer{flex-direction:column;flex-grow:1;max-height:100%;display:flex;position:relative}@media (max-width:768px){.PriceChanges-module__OkUvBW__lineChartContainer{height:40em}}.PriceChanges-module__OkUvBW__priceTimeRangeSetters{text-align:right;padding-bottom:1em;font-size:.8em}.PriceChanges-module__OkUvBW__timeContainer{justify-content:right;align-items:right;flex-direction:row;gap:1em;margin-top:1em;display:flex}.PriceChanges-module__OkUvBW__timeOptionUnselected{color:var(--gray);cursor:pointer}.PriceChanges-module__OkUvBW__timeOptionSelected{color:var(--filter)}.PriceChanges-module__OkUvBW__timeOptionUnselected:hover{cursor:pointer;filter:brightness(1.2)}.PriceChanges-module__OkUvBW__insightOption{border-right:1px solid #80808080;padding-right:1em}.PriceChanges-module__OkUvBW__timeline{border-top:1px solid #ffffff1f;flex-direction:column;gap:.5rem;margin-top:.75rem;padding-top:.75rem;font-family:IBM Plex Mono,monospace;font-size:.9rem;line-height:1.25;display:flex}.PriceChanges-module__OkUvBW__timelineItem{flex-direction:column;display:flex}.PriceChanges-module__OkUvBW__timelineDate{color:#c2c2c2;font-weight:600}.PriceChanges-module__OkUvBW__timelineDetails{color:#fff}.PriceChanges-module__OkUvBW__eventsLayer{pointer-events:none;z-index:5;position:absolute;inset:0}.PriceChanges-module__OkUvBW__eventMarkerGroup{pointer-events:none;flex-direction:column;align-items:center;display:flex;position:absolute;bottom:4px;transform:translate(-50%)}.PriceChanges-module__OkUvBW__eventMarker{flex-direction:column;align-items:center;margin-top:4px;display:flex;position:relative}.PriceChanges-module__OkUvBW__eventDot{cursor:pointer;background:#f36535;border-radius:50%;width:6px;height:6px;margin-bottom:0}.PriceChanges-module__OkUvBW__eventText{color:#fff;text-align:center;white-space:normal;background:#0009;border-radius:4px;max-width:160px;padding:2px 6px;font-size:.7rem;line-height:1.2;display:none}.PriceChanges-module__OkUvBW__eventTitle{color:#cbd2e0;z-index:1;cursor:pointer;pointer-events:auto;text-wrap:nowrap;background:#171a21;border:1px solid #535968;border-radius:4px;align-items:center;gap:.5em;padding:.1em .4em;display:flex;position:absolute;top:0;transform:translate(-50%);box-shadow:0 2px 7px #00000073}.PriceChanges-module__OkUvBW__eventSubtitle{background-color:var(--dark-blue-gray);color:var(--gray);border-radius:3px;padding:0 .2em;font-size:.8em}.PriceChanges-module__OkUvBW__eventTitleHover{z-index:2;border:1px solid #8d94a5}.PriceChanges-module__OkUvBW__eventVerticalLine{pointer-events:none;z-index:1;border-left:1px solid #535968;width:1px;height:calc(100% - 4.2em);transition:all .15s ease-in-out;position:absolute;bottom:2.5em}.PriceChanges-module__OkUvBW__eventVerticalLine:before{content:"";border-top:6px solid #535968;border-left:4px solid #0000;border-right:4px solid #0000;position:absolute;left:-.5px;transform:translate(-50%)}.PriceChanges-module__OkUvBW__eventVerticalLine:after{content:"";border:3px solid #535968;border-radius:100%;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.PriceChanges-module__OkUvBW__eventVerticalLineHover{border-left:1px solid #8d94a5}.PriceChanges-module__OkUvBW__eventVerticalLine.PriceChanges-module__OkUvBW__eventVerticalLineHover:before{border-top-color:#8d94a5}.PriceChanges-module__OkUvBW__eventVerticalLine.PriceChanges-module__OkUvBW__eventVerticalLineHover:after{border-color:#8d94a5}.PriceChanges-module__OkUvBW__activeMarkerContainer .PriceChanges-module__OkUvBW__eventVerticalLine{border-left:solid 1px var(--blue)}.PriceChanges-module__OkUvBW__activeMarkerContainer .PriceChanges-module__OkUvBW__eventVerticalLine:before{border-top-color:var(--blue)}.PriceChanges-module__OkUvBW__activeMarkerContainer .PriceChanges-module__OkUvBW__eventVerticalLine:after{border-color:var(--blue)}.PriceChanges-module__OkUvBW__activeMarkerContainer .PriceChanges-module__OkUvBW__eventTitle{border:1px solid var(--blue);z-index:2}.PriceChanges-module__OkUvBW__hoverTrigger{z-index:2;cursor:pointer;pointer-events:auto;background:0 0;width:10px;position:absolute;top:0;bottom:0;transform:translate(-50%)}.PriceChanges-module__OkUvBW__eventMarkerContainer{position:relative}.PriceChanges-module__OkUvBW__eventTooltip{color:#fff;z-index:100;pointer-events:none;opacity:0;background:#14151afa;border:1px solid #ffffff40;border-radius:6px;flex-direction:column;min-width:200px;max-width:280px;max-height:80vh;margin-bottom:15px;padding:12px 16px;font-size:12px;transition:opacity .2s;display:flex;position:fixed;overflow-y:auto;box-shadow:0 4px 20px #000c}.PriceChanges-module__OkUvBW__eventTooltip.PriceChanges-module__OkUvBW__visible{opacity:1}.PriceChanges-module__OkUvBW__eventTooltip.PriceChanges-module__OkUvBW__leftAligned:after{content:"";border:8px solid #0000;border-left:10px solid #14151af2;border-right:none;width:0;height:0;position:absolute;top:30px;right:-10px;transform:none}.PriceChanges-module__OkUvBW__eventTooltip.PriceChanges-module__OkUvBW__rightAligned:after{content:"";border:8px solid #0000;border-left:none;border-right:10px solid #14151af2;width:0;height:0;position:absolute;top:30px;left:-10px;transform:none}.PriceChanges-module__OkUvBW__eventTooltipItem{border-bottom:1px solid #ffffff14;margin:6px 0;padding-bottom:6px;line-height:1.4}.PriceChanges-module__OkUvBW__eventTooltipItem:last-child{border-bottom:none;padding-bottom:0}.PriceChanges-module__OkUvBW__eventTooltipTime{color:#fff;margin-bottom:3px;font-size:11px;font-weight:500}.PriceChanges-module__OkUvBW__eventTooltipDetails{color:#fff;word-wrap:break-word;font-size:12px;line-height:1.5}.PriceChanges-module__OkUvBW__eventTooltipSource{color:#ffffffb3;margin:2px 0 4px;font-size:11px;font-style:italic;font-weight:400}.PriceChanges-module__OkUvBW__eventTooltip *{color:#fff!important}.PriceChanges-module__OkUvBW__eventTooltip a,.PriceChanges-module__OkUvBW__eventTooltip span,.PriceChanges-module__OkUvBW__eventTooltip strong,.PriceChanges-module__OkUvBW__eventTooltip em{text-decoration-color:#fff;color:#fff!important}.PriceChanges-module__OkUvBW__eventTooltipDetails span[style*=color],.PriceChanges-module__OkUvBW__eventTooltipDetails strong{color:#fff!important}.PriceChanges-module__OkUvBW__priceTooltip{background:var(--dark-blue-gray);color:#fff;z-index:100;pointer-events:none;border-radius:.5em;justify-content:center;align-items:center;gap:.5em;padding:.4em .5em;font-size:1em;display:flex;position:absolute}.PriceChanges-module__OkUvBW__priceTooltipSymbol{color:#fff;border-radius:.25em;padding:.25em .5em;font-size:.8em;font-weight:600}.PriceChanges-module__OkUvBW__priceTooltipPrice{color:#fff;font-size:.9em;font-weight:700}.PriceChanges-module__OkUvBW__priceTooltipPercentage{color:#fffc;font-size:.8em}
.Dropdown-module__1ag0Oa__customSelect{cursor:pointer;-webkit-user-select:none;user-select:none;min-width:4em;display:inline-block;position:relative}.Dropdown-module__1ag0Oa__selectedOption,.Dropdown-module__1ag0Oa__selectedOptionTokenContainer{color:var(--text-color);border-radius:.2em;font-size:1em;position:relative}.Dropdown-module__1ag0Oa__selectedOption{background-color:var(--selected-light);justify-content:space-between;align-items:center;padding:.5em .4em;display:flex}.Dropdown-module__1ag0Oa__tokenClose{margin-left:auto}.Dropdown-module__1ag0Oa__selectedOption:hover,.Dropdown-module__1ag0Oa__option:hover{background:#ffffff1a}.Dropdown-module__1ag0Oa__selectedOptionTokenContainer{background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;align-items:center;gap:.5em;padding:.5em;display:flex}.Dropdown-module__1ag0Oa__selectedOptionTokenContainer svg{transform:translateY(.125em)}.Dropdown-module__1ag0Oa__selectedOptionToken,.Dropdown-module__1ag0Oa__selectedOptionTokenName{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Dropdown-module__1ag0Oa__selectedOptionTokenName{color:var(--gray)}.Dropdown-module__1ag0Oa__optionsList{-webkit-backdrop-filter:blur(.625em);border:.0625em solid var(--border-color);z-index:10;background:#ffffff07;border-radius:.25em;width:100%;min-width:max-content;max-height:12.5em;margin-top:.5em;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 .25em .75em #0003}.Dropdown-module__1ag0Oa__option{cursor:pointer;-webkit-backdrop-filter:none;padding:.5em 1em}.Dropdown-module__1ag0Oa__highlightedOption{background:#ffffff0d}.Dropdown-module__1ag0Oa__option.Dropdown-module__1ag0Oa__selected{color:var(--primary-color);background:#ffffff0a}.Dropdown-module__1ag0Oa__intervalOptionChevron{margin-left:.5em}
.TokenCell-module__sH2N9a__tokenLink{color:inherit;align-items:center;text-decoration:none;display:flex}.TokenCell-module__sH2N9a__tokenContainer{cursor:pointer;align-items:center;display:flex}.TokenCell-module__sH2N9a__tokenLink:hover,.TokenCell-module__sH2N9a__tokenContainer:hover{text-decoration:underline}.TokenCell-module__sH2N9a__tokenSymbol{align-items:center;gap:4px;font-weight:500;display:flex}.TokenCell-module__sH2N9a__tradeIcon{color:var(--green);justify-content:center;align-items:center;margin-left:8px;transition:transform .2s;display:flex}.TokenCell-module__sH2N9a__tradeIcon:hover{transform:scale(1.1)}.TokenCell-module__sH2N9a__tokenIcon{border-radius:50%;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}
.Banner-module__O1zw4q__mfaBannerContainer,.Banner-module__O1zw4q__mfaBannerContainerMaintenance{filter:contrast(1.05);background-position:50%;background-repeat:no-repeat;background-size:100%;justify-content:center;align-items:center;padding:.5em 1.5em;display:flex}.Banner-module__O1zw4q__mfaBannerContainer{background-image:url(/landing/banner.svg)}.Banner-module__O1zw4q__mfaBannerContainerMaintenance{background-color:#0171d938}.Banner-module__O1zw4q__tgMiniBannerContainer{background-color:#00000080;justify-content:center;align-items:center;padding:1em;display:flex}.Banner-module__O1zw4q__mfaBannerMiddle{align-items:center;gap:1.5em;display:flex}.Banner-module__O1zw4q__mfaBannerButton{color:#80c1ff;border:.1em solid #80c1ff;border-radius:.4em;justify-content:center;align-items:center;gap:.5em;padding:.25em .6em .25em 1em;display:flex}.Banner-module__O1zw4q__mfaBannerButton:hover{cursor:pointer;filter:brightness(1.2)}.Banner-module__O1zw4q__closeButton{cursor:pointer;color:#80c1ff;background:#000000d9;border:.1em solid #80c1ff;border-radius:.4em;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;right:9px}@media (max-width:767px){.Banner-module__O1zw4q__mfaBannerContainer{background:linear-gradient(90deg,#4d57b0,#060f3a,#0000,#060f3a,#4d57b0);padding:.75em;font-size:.8em}.Banner-module__O1zw4q__mfaBannerButton{padding:.25em .3em .25em .5em}.Banner-module__O1zw4q__closeButton{padding:.1em}.Banner-module__O1zw4q__mfaBannerMiddle{flex-direction:column;gap:.5em;font-size:1.1em}}
.Home-module__xJ5XEa__homeContainer{box-sizing:border-box;background:#1d212b;border-radius:0 .5em .5em;flex-direction:column;width:100%;height:100%;padding:.75em;display:flex;overflow:auto}.Home-module__xJ5XEa__homeGrid{gap:1em;width:100%;height:100%;display:flex}.Home-module__xJ5XEa__trendingContainer{margin:1em 0}.Home-module__xJ5XEa__trendingInsightsHomeRow{gap:1em;display:flex}.Home-module__xJ5XEa__trendingInsightsHomeRow>*{flex:1;min-width:0;max-width:25%}.Home-module__xJ5XEa__columnLeft{border-radius:.5em;flex-direction:column;flex:1.5;gap:1em;height:100%;display:flex;overflow:auto}.Home-module__xJ5XEa__mindshares{flex:3}.Home-module__xJ5XEa__sentimentChartContainer{background:var(--bg-color-light);border-radius:.5em;flex-direction:column;flex:2;height:100%;min-height:0;display:flex}.Home-module__xJ5XEa__sentimentChartWrapper{box-sizing:border-box;flex-direction:column;gap:.5em;height:100%;min-height:0;padding:0 1em 1em;display:flex}.Home-module__xJ5XEa__sentimentChart{background:var(--bg-color-light);border-radius:.5em;flex:1 1 0;width:100%;min-height:0}.Home-module__xJ5XEa__mindshares{border-radius:.5em;flex-direction:column;min-width:30em;height:100%;min-height:30em;display:flex}.Home-module__xJ5XEa__mindshare{background:var(--bg-color-light);border-radius:.5em;flex:1 1 0;min-width:30em;min-height:30em;position:relative}.Home-module__xJ5XEa__mindsharesHeader{gap:1em;margin-top:1em;margin-bottom:-1em;padding-left:1em;display:flex}.Home-module__xJ5XEa__mindsharesHeader>*{text-align:left;flex:1 1 0}.Home-module__xJ5XEa__columnRight{flex-direction:column;flex:1;gap:1em;height:100%;display:flex;overflow-x:auto}.Home-module__xJ5XEa__trendingList,.Home-module__xJ5XEa__historyList{flex-direction:column;justify-content:center;align-items:center;gap:.5em;min-height:100%;padding:1em 0;display:flex;overflow:auto}.Home-module__xJ5XEa__trendingHeader{align-items:center;gap:.5em;font-size:1.25em;display:flex}.Home-module__xJ5XEa__heading,.Home-module__xJ5XEa__headingSentiment,.Home-module__xJ5XEa__headingMindshare{font-size:1.25em;font-weight:600}.Home-module__xJ5XEa__headingMindshare{z-index:1}.Home-module__xJ5XEa__headingMindshareRow,.Home-module__xJ5XEa__headingSentimentRow{z-index:3;border-top-left-radius:.5em;border-top-right-radius:.5em;flex-direction:row;justify-content:space-between;gap:1em;padding:1em;display:flex}.Home-module__xJ5XEa__headingMinshareRow{position:absolute}.Home-module__xJ5XEa__infoIcon,.Home-module__xJ5XEa__infoIconMindshare{color:var(--gray);cursor:pointer;margin-top:.5em;margin-right:1em;font-size:1.25em}.Home-module__xJ5XEa__infoIconMindshare{margin-top:0;margin-right:0;font-size:1em}.Home-module__xJ5XEa__infoPopup{white-space:pre-line;max-width:40em}.Home-module__xJ5XEa__headingSentiment{margin-bottom:-1em}.Home-module__xJ5XEa__headingMindshareContent,.Home-module__xJ5XEa__headingSentimentContent{background-color:#1d212b;border-radius:.5em;align-items:center;gap:.5em;width:fit-content;padding:.5em .75em;display:flex}.Home-module__xJ5XEa__selects{background-color:#ffffff0d;border-radius:.5em;align-items:center;gap:1em;margin-left:auto;padding:.5em 1em;display:flex}.Home-module__xJ5XEa__mindshareFilterContainer{z-index:1;background-color:#1d212b;border:.75px solid #ffffff0d;border-radius:6px;flex-direction:row;align-items:center;gap:2em;margin-left:auto;padding:.5em 1.5em;font-size:1em;display:flex;box-shadow:0 3.086px 4.629px #0f111b40}.Home-module__xJ5XEa__mindshareFilterItem{cursor:pointer;align-items:center;gap:.75em;display:flex;position:relative}.Home-module__xJ5XEa__rangeSelection{border-radius:.5em;flex-direction:column;width:calc(100% + 2em);display:flex;position:absolute;top:100%;overflow:hidden;transform:translate(-1.5em,1em)}.Home-module__xJ5XEa__rangeOption{text-align:center;cursor:pointer;background:#20222a;width:100%;padding:.5em 0}.Home-module__xJ5XEa__rangeOption:hover{background:#2a2c36}.Home-module__xJ5XEa__placeholder{color:var(--gray);font-size:.9rem}.Home-module__xJ5XEa__loading{justify-content:center;margin-top:1rem;display:flex}.Home-module__xJ5XEa__loadingMore{justify-content:center;align-items:center;margin:1rem 0;display:flex}.Home-module__xJ5XEa__viewAllButton{align-self:center;margin-top:1rem}.Home-module__xJ5XEa__trendingRow{cursor:pointer;border-radius:.5em;flex-direction:row;align-items:center;gap:1em;display:flex}.Home-module__xJ5XEa__trendingRow>*{flex:1;min-width:0}@media (max-width:900px){.Home-module__xJ5XEa__homeGrid{flex-direction:column}}@media (max-width:768px){.Home-module__xJ5XEa__trendingInsightsHomeRow{flex-wrap:wrap}.Home-module__xJ5XEa__trendingInsightsHomeRow>*{flex:0 calc(50% - .5em);max-width:50%}.Home-module__xJ5XEa__trendingContainer{margin:1.5em 0 0}}
.Sentiment-module__ChfHHW__container{grid-template-rows:auto 1fr auto;grid-template-columns:1fr;height:100%;padding-top:.5em;padding-bottom:.5em;display:grid}.Sentiment-module__ChfHHW__containerSentiment{height:100%;padding-top:.5em;padding-bottom:.5em}.Sentiment-module__ChfHHW__title{text-wrap:nowrap;align-items:center;font-size:1em;display:flex}.Sentiment-module__ChfHHW__legend{justify-content:space-around;font-size:.9em;display:flex}.Sentiment-module__ChfHHW__centre{justify-content:center;align-items:center;display:flex}.Sentiment-module__ChfHHW__legend>div{cursor:pointer}.Sentiment-module__ChfHHW__legend>div:before{content:"";border-radius:50%;width:.7em;height:.7em;display:inline-block}.Sentiment-module__ChfHHW__greenRed{cursor:pointer;padding-left:1.4rem;position:relative}.Sentiment-module__ChfHHW__greenRed:before{content:"";background:linear-gradient(to bottom,var(--green)0%,var(--green)50%,var(--red)50%,var(--red)100%);border-radius:1em;width:1rem;height:1rem;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Sentiment-module__ChfHHW__blue:before{background-color:var(--blue)}.Sentiment-module__ChfHHW__green:before{background-color:var(--green)}.Sentiment-module__ChfHHW__red:before{background-color:var(--red)}.Sentiment-module__ChfHHW__tokenBalanceContainer{height:100%;position:relative}.Sentiment-module__ChfHHW__assetSelector{z-index:10;align-items:center;gap:1em;width:10em;font-size:.75em;display:flex;position:absolute;top:.4em;left:5em}
.apikeys-module__-6KDMW__apiKeysHeader{justify-content:space-between;align-items:center;display:flex}.apikeys-module__-6KDMW__apiKeys h1{font-family:Arkham Heavy Condensed;font-size:2.5em}.apikeys-module__-6KDMW__apiKeys h2{color:#fff9;text-transform:uppercase;font-family:IBM Plex Mono;font-size:1em}.apikeys-module__-6KDMW__createAPIKeyBtn{background-color:var(--blue);color:#fff;text-transform:uppercase;cursor:pointer;border:none;border-radius:.25em;padding:.75em 1.5em;font-family:IBM Plex Mono;font-size:.8em;transition:all .2s}.apikeys-module__-6KDMW__createAPIKeyBtn:hover{opacity:.8;transform:translateY(-1px)}.apikeys-module__-6KDMW__card{background:#ffffff0d;border-radius:.5em;flex-direction:column;gap:1em;margin-top:2em;padding:1.5em;display:flex}.apikeys-module__-6KDMW__apiKeysTable{overflow-x:auto}.apikeys-module__-6KDMW__table{border-collapse:collapse;color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5em;width:100%;font-family:IBM Plex Mono;overflow:hidden}.apikeys-module__-6KDMW__table th{text-align:left;text-transform:uppercase;color:#fff;letter-spacing:.05em;background:#ffffff1a;border-bottom:1px solid #ffffff1a;padding:.8em;font-size:.8em;font-weight:600}.apikeys-module__-6KDMW__table th:nth-child(2),.apikeys-module__-6KDMW__table th:nth-child(3){text-align:right}.apikeys-module__-6KDMW__table td{vertical-align:middle;border-bottom:1px solid #ffffff0d;padding:.8em;transition:background-color .2s}.apikeys-module__-6KDMW__table td:nth-child(2),.apikeys-module__-6KDMW__table td:nth-child(3){text-align:right}.apikeys-module__-6KDMW__table tr:last-child td{border-bottom:none}.apikeys-module__-6KDMW__keyCell{align-items:center;gap:.5em;display:flex}.apikeys-module__-6KDMW__keyValue{background-color:#ffffff1a;border-radius:.25em;padding:.25em .5em;font-family:IBM Plex Mono;font-size:.9em}.apikeys-module__-6KDMW__copyBtn{background-color:var(--blue);color:#fff;cursor:pointer;text-transform:uppercase;border:none;border-radius:.25em;padding:.25em .5em;font-family:IBM Plex Mono;font-size:.8em}.apikeys-module__-6KDMW__copyBtn:hover{opacity:.8}.apikeys-module__-6KDMW__actions{justify-content:flex-end;gap:.5em;display:flex}.apikeys-module__-6KDMW__editBtn,.apikeys-module__-6KDMW__deleteBtn,.apikeys-module__-6KDMW__cancelBtn,.apikeys-module__-6KDMW__saveBtn,.apikeys-module__-6KDMW__saveBtnDisabled{cursor:pointer;text-transform:uppercase;border:none;border-radius:.25em;padding:.25em .5em;font-family:IBM Plex Mono;font-size:.8em}.apikeys-module__-6KDMW__editBtn{color:#fff;background-color:#007bffb3}.apikeys-module__-6KDMW__editBtn:hover{background-color:var(--blue)}.apikeys-module__-6KDMW__deleteBtn{color:#ff6b6b;background-color:#f003}.apikeys-module__-6KDMW__deleteBtn:hover{background-color:#ff00004d}.apikeys-module__-6KDMW__cancelBtn{color:#fff;background-color:#ffffff1a}.apikeys-module__-6KDMW__cancelBtn:hover{background-color:#fff3}.apikeys-module__-6KDMW__saveBtn{color:#4ade80;background-color:#0f03}.apikeys-module__-6KDMW__saveBtn:hover{background-color:#00ff004d}.apikeys-module__-6KDMW__saveBtnDisabled{color:#fff6;cursor:not-allowed;background-color:#ffffff1a}.apikeys-module__-6KDMW__createAPIKeyBtnDisabled{color:#fff6;text-align:center;text-transform:uppercase;cursor:not-allowed;background-color:#ffffff1a;border-radius:.5em;width:10em;padding:.5em}.apikeys-module__-6KDMW__createRow{background-color:#ffffff05}.apikeys-module__-6KDMW__createInput,.apikeys-module__-6KDMW__editInput{color:#fff;width:100%;font-family:IBM Plex Mono}.apikeys-module__-6KDMW__createInput:focus,.apikeys-module__-6KDMW__editInput:focus{border-color:#fff6;outline:none}.apikeys-module__-6KDMW__successMessage{color:#4ade80;text-align:center;background-color:#00ff001a;border-radius:.5em;margin-top:1em;padding:1em;font-family:IBM Plex Mono}.apikeys-module__-6KDMW__errorMessage{color:#ff6b6b;text-align:center;background-color:#ff00001a;border-radius:.5em;margin-top:1em;padding:1em;font-family:IBM Plex Mono}.apikeys-module__-6KDMW__modal{z-index:1000;background-color:#000c;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.apikeys-module__-6KDMW__modalContent{color:#fff;text-align:center;background-color:#171921;border-radius:.5em;width:90%;max-width:500px;padding:2em;font-family:IBM Plex Mono}.apikeys-module__-6KDMW__newAPIKey{word-break:break-all;background-color:#ffffff1a;border-radius:.5em;margin:1em 0;padding:1em;font-family:IBM Plex Mono;position:relative}.apikeys-module__-6KDMW__copyButtonContainer{position:absolute;top:50%;right:.5em;transform:translateY(-50%)}.apikeys-module__-6KDMW__copyButton{background-color:var(--blue);color:#fff;cursor:pointer;text-transform:uppercase;border:none;border-radius:.25em;padding:.5em 1em;font-family:IBM Plex Mono;font-size:.8em}.apikeys-module__-6KDMW__copyButton:hover{opacity:.8}.apikeys-module__-6KDMW__copiedButton{background-color:var(--dark-green);color:#fff;text-transform:uppercase;border:none;border-radius:.25em;padding:.5em 1em;font-family:IBM Plex Mono;font-size:.8em}.apikeys-module__-6KDMW__modalButtons{justify-content:center;gap:1em;margin:1em 0;display:flex}.apikeys-module__-6KDMW__closeButton,.apikeys-module__-6KDMW__cancelButton{color:#fff;cursor:pointer;text-transform:uppercase;background-color:#ffffff1a;border-radius:.25em;padding:.5em 1em;font-family:IBM Plex Mono}.apikeys-module__-6KDMW__closeButton:hover,.apikeys-module__-6KDMW__cancelButton:hover{background-color:#fff3}.apikeys-module__-6KDMW__deleteButton{color:#ff6b6b;cursor:pointer;text-transform:uppercase;background-color:#f003;border-radius:.25em;padding:.5em 1em;font-family:IBM Plex Mono}.apikeys-module__-6KDMW__deleteButton:hover{background-color:#ff00004d}.apikeys-module__-6KDMW__warningText{color:#ffffffb3;margin-top:1em;font-size:.8em}.apikeys-module__-6KDMW__loadingContainer{justify-content:center;margin:1em 0;display:flex}
.View-module__RrnTsW__container{flex-shrink:1;grid-template-columns:auto 1fr;gap:2.5em;width:100%;max-width:100%;padding:1.5em;display:grid;overflow:hidden}.View-module__RrnTsW__rightContainer{scroll-behavior:smooth;flex-shrink:1;max-width:100%;max-height:100%;overflow:scroll}.View-module__RrnTsW__mobileContainer{max-width:100%;max-height:100%;overflow:scroll}.View-module__RrnTsW__dashboardContainer{flex-direction:column;flex-shrink:1;gap:1em;display:flex;overflow:hidden}.View-module__RrnTsW__topSection{flex-direction:row;justify-content:space-between;max-width:100%;display:flex;overflow:hidden}.View-module__RrnTsW__topSectionLeft{gap:3em;max-width:100%;display:flex;overflow:hidden}.View-module__RrnTsW__dashboardTitle{text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;flex-shrink:1;font-family:Arkham Heavy Condensed;font-size:3.75em;overflow:hidden}.View-module__RrnTsW__dashboardTitle>*,.View-module__RrnTsW__dashboardTitle>*>*{max-width:100%}.View-module__RrnTsW__dashboardTitleEditable{font-size:2.5em}.View-module__RrnTsW__dashboardInfo{color:var(--gray);text-transform:uppercase;cursor:default;flex-shrink:0;align-items:flex-end;gap:.5em;height:100%;padding-bottom:.6em;padding-right:2em;font-family:IBM Plex Mono Light;font-size:1.2em;display:flex}.View-module__RrnTsW__dashboardInfoLink{color:var(--off-white);align-items:center;display:flex}.View-module__RrnTsW__verifiedIcon{margin-top:.25em;display:inline-block}.View-module__RrnTsW__topSectionRight{flex-shrink:0;align-items:center;gap:.5em;display:flex}.View-module__RrnTsW__topSectionButton1{text-transform:uppercase;color:var(--blue);outline:.75px solid var(--blue);border-radius:.25em;flex-direction:row;justify-content:center;align-items:center;gap:.5em;padding:.5em 1em;font-size:1.2em;display:flex}.View-module__RrnTsW__topSectionButton1:hover{cursor:pointer;filter:brightness(1.2)}.View-module__RrnTsW__topSectionButton1.View-module__RrnTsW__blueButton{color:var(--blue);outline:.75px solid var(--blue)}.View-module__RrnTsW__topSectionButton1.View-module__RrnTsW__greenButton{color:var(--green);outline:.75px solid var(--green)}.View-module__RrnTsW__topSectionButton2{color:var(--blue);text-transform:uppercase;border-radius:.25em;flex-direction:row;justify-content:center;align-items:center;gap:.5em;padding:.5em;font-size:1.2em;display:flex}.View-module__RrnTsW__topSectionButton2:hover{cursor:pointer;filter:brightness(1.2)}.View-module__RrnTsW__descriptionContainer{flex-direction:row;max-width:100%;display:flex;overflow:hidden}.View-module__RrnTsW__description{text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-direction:row;flex-shrink:1;width:90%;margin:.5em;font-family:IBM Plex Mono Light;font-size:1.1em;display:-webkit-box;overflow:hidden}.View-module__RrnTsW__dashboardTags{flex-direction:row;gap:.5em;display:flex}.View-module__RrnTsW__dashboardTag{border:1px solid red}.View-module__RrnTsW__choosePhotoModalContainer{background:var(--black-gradient);flex-direction:column;gap:2em;width:53em;min-height:42em;padding:2em;display:flex}.View-module__RrnTsW__choosePhotoTopSection{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.View-module__RrnTsW__choosePhotoTitle{text-transform:uppercase;font-family:Arkham Heavy Condensed;font-size:2.7em}.View-module__RrnTsW__loadingIconContainer{justify-content:center;align-items:center;gap:.5em;display:flex}.View-module__RrnTsW__loadingIconContainer>div{width:15px;height:15px}.View-module__RrnTsW__uploadButtonAndLoadingIcon{justify-content:center;align-items:center;gap:2em;margin-top:auto;display:flex}.View-module__RrnTsW__reactCropContainer{text-align:center}.View-module__RrnTsW__reactCropContainer>*{max-height:36em}.View-module__RrnTsW__cancelPhotoUpload,.View-module__RrnTsW__uploadPhotoButton{text-transform:uppercase;cursor:pointer;border-radius:.25em;justify-content:center;align-items:center;width:7em;padding:.2em 1em;font-size:1.5em;display:flex}.View-module__RrnTsW__cancelPhotoUpload{background-color:var(--red);font-family:IBM Plex Mono Light}.View-module__RrnTsW__uploadPhotoButton{background-color:var(--blue);font-family:IBM Plex Mono Light}.View-module__RrnTsW__cancelPhotoUpload:hover,.View-module__RrnTsW__uploadPhotoButton:hover{filter:brightness(1.1)}.View-module__RrnTsW__choosePhotoSeparator{border-top:.5px solid var(--dark-gray);width:100%}.View-module__RrnTsW__photoUploadInputElement{border:1px solid var(--medium-gray);cursor:pointer;border-style:dashed;border-radius:.5em;flex-direction:row;justify-content:center;align-items:center;gap:.5em;width:100%;height:36em;display:flex;position:relative}.View-module__RrnTsW__photoUploadInputElement>input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.View-module__RrnTsW__photoUploadInputElement>span{font-family:IBM Plex Mono Light;font-size:1.5em}.View-module__RrnTsW__adminFeatureCategory{color:var(--gray);cursor:pointer;display:inline-block}.View-module__RrnTsW__adminFeatureCategory:hover{color:var(--off-white)}.View-module__RrnTsW__adminFeatureCategorySelected{color:var(--blue)}.View-module__RrnTsW__adminModalContainer{flex-direction:column;gap:1em;padding:2em;display:flex}.View-module__RrnTsW__adminModalButton{cursor:pointer;cursor:pointer;border-radius:.25em;padding:.5em 1.3em;display:inline-block}.View-module__RrnTsW__adminModalButton:hover{outline:1px solid var(--off-white)}.View-module__RrnTsW__adminModalSection{border:1px solid var(--medium-gray);border-radius:.25em;flex-direction:column;gap:.5em;padding:.5em;display:flex}.View-module__RrnTsW__adminToggleFeatureInput{text-transform:uppercase;cursor:pointer}.View-module__RrnTsW__adminModalSectionTitle{text-transform:uppercase;font-size:1.5em}.View-module__RrnTsW__descriptionEditable{width:100%}.View-module__RrnTsW__editableDescriptionBox{width:80%;min-width:50%;max-width:100%;font-family:IBM Plex Mono Light}.View-module__RrnTsW__publishAndEditButtons{flex-direction:column;gap:.75em;margin-top:1em;padding:.2em;display:flex}.View-module__RrnTsW__unpublishButton,.View-module__RrnTsW__editPublishedDashboardButton,.View-module__RrnTsW__publishButton,.View-module__RrnTsW__copyNewButton,.View-module__RrnTsW__cancelChangesButton,.View-module__RrnTsW__deleteButton{text-transform:uppercase;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:.25em;justify-content:center;align-items:center;gap:.5em;width:100%;padding:.5em 0;font-size:1.2em;display:flex}.View-module__RrnTsW__unpublishButton{color:var(--red);outline:1px solid var(--red)}.View-module__RrnTsW__unpublishButton:hover{background-color:var(--red);color:var(--off-white)}.View-module__RrnTsW__editPublishedDashboardButton{color:var(--blue);outline:1px solid var(--blue)}.View-module__RrnTsW__editPublishedDashboardButton:hover{background-color:var(--blue);color:var(--off-white)}.View-module__RrnTsW__publishButton{color:var(--off-white);background-color:var(--blue);-webkit-user-select:none;user-select:none}.View-module__RrnTsW__publishButton:hover{filter:brightness(1.2)}.View-module__RrnTsW__publishDisabledTooltip{background-color:var(--dark-gray);color:var(--off-white);text-align:center;border-radius:.25em;width:60%;padding:.5em;font-size:.75em;display:none;position:absolute;bottom:130%;left:50%;transform:translate(-50%)}.View-module__RrnTsW__publishDisabledTooltip:before{content:"";background-color:var(--dark-gray);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);border:1px solid var(--dark-gray);border-bottom:0;border-right:0;border-radius:.25em;width:1em;height:1em;position:absolute;top:80%;left:50%;transform:rotate(45deg)}.View-module__RrnTsW__publishButton:hover .View-module__RrnTsW__publishDisabledTooltip{display:block}.View-module__RrnTsW__publishButton.View-module__RrnTsW__disabled{cursor:default;background-color:#0171d974}.View-module__RrnTsW__copyNewButton{color:var(--blue);outline:1px solid var(--blue)}.View-module__RrnTsW__copyNewButton:hover{background-color:var(--blue);color:var(--off-white)}.View-module__RrnTsW__deleteButton{color:var(--red)}.View-module__RrnTsW__deleteButton:hover{outline:1px solid var(--red)}.View-module__RrnTsW__stopEditingButtons{flex-direction:row;gap:1em;display:flex}.View-module__RrnTsW__cancelChangesButton{color:var(--red);outline:1px solid var(--red)}.View-module__RrnTsW__cancelChangesButton:hover{background-color:var(--red);color:var(--off-white)}.View-module__RrnTsW__tagMenuContainer{flex-direction:column;gap:1.5em;width:55em;min-height:30em;padding:2em 1.4em;display:flex}.View-module__RrnTsW__tagMenuTopSection{justify-content:space-between;align-items:center;width:100%;height:3em;padding:0 1.4em;display:flex}.View-module__RrnTsW__tagMenuTitle{text-transform:uppercase;font-family:Arkham Heavy Condensed;font-size:2.5em}.View-module__RrnTsW__tagMenuDone{background-color:var(--blue);width:14em;height:3em;color:var(--off-white);cursor:pointer;text-transform:uppercase;border-radius:.3em;justify-content:center;align-items:center;display:flex}.View-module__RrnTsW__tagMenuDone:hover{filter:brightness(1.2)}.View-module__RrnTsW__tagMenuDone>span{font-size:1.2em}.View-module__RrnTsW__tagMenuSeparator{border-top:.5px solid var(--dark-gray);width:100%}.View-module__RrnTsW__tagMenuSection{flex-direction:column;gap:1em;width:100%;min-height:0;padding:0 1.4em;display:flex}.View-module__RrnTsW__tagMenuSectionTitle{text-transform:uppercase;font-size:1.9em}.View-module__RrnTsW__tagMenuSectionTags{flex-flow:wrap;gap:.7em;display:flex}.View-module__RrnTsW__tagMenuTag{color:var(--gray);background:#1e1e2580;border:.5px dashed #b7b7b780;border-radius:2.5em;justify-content:space-between;align-items:center;gap:.5em;padding:.45em .7em;font-family:IBM Plex Mono Light;display:flex}.View-module__RrnTsW__tagMenuTag.View-module__RrnTsW__selected{color:var(--off-white);background:var(--medium-steel)}.View-module__RrnTsW__tagMenuTag:hover{cursor:pointer;filter:brightness(1.2)}.View-module__RrnTsW__tagMenuTagX{transform:uppercase}.View-module__RrnTsW__tagMenuTagName{text-transform:uppercase}.View-module__RrnTsW__tagButton{text-transform:uppercase;color:var(--blue);border:.75px dashed #0171d9;border-radius:2em;padding:.25em .6em;font-size:1em}.View-module__RrnTsW__tagButton:hover{cursor:pointer;filter:brightness(1.2);border:.75px solid var(--blue)}.View-module__RrnTsW__choosePhotoImageContainer{flex-direction:row;justify-content:center;align-items:center;gap:1em;display:flex}.View-module__RrnTsW__choosePhotoImage{border-radius:.25em;width:12em;height:4em}.View-module__RrnTsW__currentThumbnailLabel{text-transform:uppercase;font-family:IBM Plex Mono Light;font-size:1.5em}.View-module__RrnTsW__descriptionModalContainer{background-color:var(--black-gradient);flex-direction:column;gap:1em;min-width:40vw;max-width:70vw;min-height:30em;max-height:50em;padding:2em;display:flex;overflow:scroll}.View-module__RrnTsW__descriptionModalTitle{text-transform:uppercase;text-align:center;width:100%;font-family:Arkham Heavy Condensed;font-size:2.5em}.View-module__RrnTsW__descriptionModalSectionText{text-transform:uppercase;font-family:IBM Plex Mono Light;font-size:1.5em}.View-module__RrnTsW__descriptionExpandIcon{cursor:pointer;flex-shrink:0;align-items:center;margin-right:.5em;font-size:.8em;display:flex}.View-module__RrnTsW__confirmDeleteModalContainer{background-color:var(--black-gradient);flex-direction:column;justify-content:space-between;gap:1em;min-width:20em;min-height:12em;padding:2em;display:flex}.View-module__RrnTsW__confirmDeleteModalTitle{text-transform:uppercase;text-align:center;width:100%;font-size:1.5em}.View-module__RrnTsW__confirmDeleteModalButtons{flex-direction:row;justify-content:center;gap:1em;display:flex}.View-module__RrnTsW__confirmDeleteModalButton{text-transform:uppercase;cursor:pointer;border-radius:.25em;padding:.5em 1em;font-family:IBM Plex Mono Light;font-size:1.5em}.View-module__RrnTsW__confirmDeleteModalButton:hover{filter:brightness(1.2)}.View-module__RrnTsW__desktopHeader{width:100%;min-width:100%;display:block;overflow:scroll}.View-module__RrnTsW__dashboardMainWrapper{width:100%;overflow:hidden}.View-module__RrnTsW__mobileHeader{display:none;overflow:scroll}.View-module__RrnTsW__editIcon{margin-right:.5em;display:inline-block}.View-module__RrnTsW__scrollButton{display:none}@media (max-width:767px){.View-module__RrnTsW__desktopHeader{display:none}.View-module__RrnTsW__mobileHeader{display:block}.View-module__RrnTsW__topSectionButton1,.View-module__RrnTsW__topSectionButton2{font-size:1em}.View-module__RrnTsW__container{grid-template-columns:auto;padding:.5em}.View-module__RrnTsW__topSection{flex-direction:column;justify-content:flex-start;max-width:100%;display:flex;overflow:hidden}.View-module__RrnTsW__topSectionLeft{flex-direction:column;align-items:center;gap:1em;width:100%;display:flex;overflow:hidden}.View-module__RrnTsW__topSectionRight{justify-content:center;width:100%;margin-top:1em;overflow:hidden}.View-module__RrnTsW__tagMenuContainer{flex-direction:column;gap:1.5em;width:90vw;min-height:90vh;padding:2em 1.4em;font-size:.6em;display:flex}.View-module__RrnTsW__editIcon{vertical-align:middle;font-size:1.5em;display:inline-block}.View-module__RrnTsW__choosePhotoModalContainer{background:var(--black-gradient);flex-direction:column;gap:2em;width:95vw;min-height:50vh;padding:2em;font-size:.7em;display:flex}.View-module__RrnTsW__dashboardTitle{max-width:90vw;overflow:ellipsis}.View-module__RrnTsW__scrollButton{justify-content:center;align-items:center;margin-top:1em;font-size:.75em;display:flex}}
.Drawer-module__OErkZa__clickable{cursor:pointer}.Drawer-module__OErkZa__divider{background-color:var(--off-white);width:1px;height:100%}.Drawer-module__OErkZa__toggle{align-items:center;gap:.5em;display:flex}.Drawer-module__OErkZa__dot{background-color:#bbb;border-radius:50%;width:1em;height:1em;display:inline-block}.Drawer-module__OErkZa__filterIcon{display:flex}.Drawer-module__OErkZa__drawer{transform-origin:top;grid-template-rows:auto 1fr;row-gap:1em;display:grid;overflow:scroll}.Drawer-module__OErkZa__header{place-self:center}.Drawer-module__OErkZa__inflow{color:var(--green)}.Drawer-module__OErkZa__inflow,.Drawer-module__OErkZa__outflow{align-items:center;display:flex}.Drawer-module__OErkZa__legend{grid-template-columns:1fr auto;display:grid}.Drawer-module__OErkZa__link{font-size:2em}.Drawer-module__OErkZa__outflow{color:var(--red)}.Drawer-module__OErkZa__panel>*{pointer-events:all}.Drawer-module__OErkZa__clickable,.Drawer-module__OErkZa__drawer{transition:all .3s ease-in-out}.Drawer-module__OErkZa__flows{flex-direction:column;justify-content:center;align-items:flex-end;gap:1em;width:100%;display:flex}.Drawer-module__OErkZa__clickableFlow{opacity:.5;cursor:pointer}.Drawer-module__OErkZa__clickableFlow:hover,.Drawer-module__OErkZa__selectedFlow{opacity:1}.Drawer-module__OErkZa__toggles{flex-flow:column wrap;gap:1em;display:flex}.Drawer-module__OErkZa__toggles>*{-webkit-user-select:none;user-select:none;align-items:center;display:flex}.Drawer-module__OErkZa__transactionsContainer{overflow:scroll}.Drawer-module__OErkZa__legendContainer{-webkit-mask:var(--beveled);mask:var(--beveled);background-color:var(--light-navy);transform-origin:top;z-index:1;grid-template-rows:auto 1fr;grid-template-columns:1fr auto 1fr;gap:.5em 2em;width:fit-content;padding:.5em 1em 1em;font-size:1em;display:grid;overflow:visible auto}.Drawer-module__OErkZa__extraButtons{z-index:2;justify-content:flex-end;margin-bottom:.5em;display:flex;position:absolute;right:1.5em;transform:translateY(.8em)}.Drawer-module__OErkZa__ownerTogglePopup{gap:.5em;display:flex}@media (max-width:768px){.Drawer-module__OErkZa__legendContainer{font-size:.75em}}
