.Chat-module__eGI-HG__container{flex-direction:column;align-items:center;width:100%;height:100%;max-height:100%;padding:0 0 1em;display:flex;position:relative;overflow:auto}.Chat-module__eGI-HG__logo{z-index:0;align-items:center;gap:.5em;font-size:3em;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Chat-module__eGI-HG__logoText{color:#ffffff1a;font-family:Arkham Heavy Condensed}.Chat-module__eGI-HG__messagesContainer{flex-direction:column;flex-grow:1;width:100%;display:flex;overflow:auto}.Chat-module__eGI-HG__chatObjectContainer{justify-content:center;align-items:center;width:100%;display:flex}.Chat-module__eGI-HG__chatObjectContainer>*{max-width:65em}.Chat-module__eGI-HG__inputContainer{background:var(--selected-light);width:100%;box-shadow:0 0 .4em .2em var(--dark-gray);border-bottom:none;border-radius:.5em;justify-content:center;align-items:center;margin:0;font-family:IBM Plex Mono Light;display:flex}.Chat-module__eGI-HG__textarea{width:100%;font-family:inherit;font-size:inherit;color:var(--off-white);resize:none;background:0 0;border:none;outline:none;padding:.5em 0 .5em .5em;font-size:1.5em;line-height:30px}.Chat-module__eGI-HG__textarea::placeholder{color:var(--placeholder)}.Chat-module__eGI-HG__promptButton{-webkit-mask:var(--beveled-small);mask:var(--beveled-small);justify-content:center;align-items:center;margin:.5em;padding:.4em 2em;font-size:1.2em;display:flex}.Chat-module__eGI-HG__promptButton:hover{filter:brightness(1.1)}.Chat-module__eGI-HG__userMessageBackground,.Chat-module__eGI-HG__assistantMessageBackground{padding:2em 0}.Chat-module__eGI-HG__assistantMessageBackground{background-color:#ffffff05}.Chat-module__eGI-HG__userMessageBackground{background-color:#ffffff0d}.Chat-module__eGI-HG__messageContainer{grid-template-columns:4em 1fr;width:100%;display:grid}.Chat-module__eGI-HG__message{color:var(--off-white);width:100%;margin:0;padding:0;font-family:IBM Plex Mono Light;font-size:1.1em}.Chat-module__eGI-HG__message p:first-child{margin-top:0}.Chat-module__eGI-HG__message p:last-child{margin-bottom:0}.Chat-module__eGI-HG__userIcon{font-size:2em}.Chat-module__eGI-HG__assistantIcon{width:2.5em;height:2.5em}.Chat-module__eGI-HG__toolCallBadge{color:var(--placeholder);border:1px solid var(--dark-gray);background:#ffffff08;border-radius:.3em;align-items:center;gap:.3em;margin-bottom:.5em;padding:.2em .6em;font-family:IBM Plex Mono Light;font-size:.85em;display:inline-flex}.Chat-module__eGI-HG__toolCallBadge:before{content:"";background:var(--placeholder);border-radius:50%;width:.5em;height:.5em;animation:1.5s infinite Chat-module__eGI-HG__pulse;display:inline-block}@keyframes Chat-module__eGI-HG__pulse{0%,to{opacity:.4}50%{opacity:1}}.Chat-module__eGI-HG__loadingEllipsis{margin-top:-.7em;font-size:4em}@keyframes Chat-module__eGI-HG__blinking{0%{opacity:0}25%{opacity:0}50%{opacity:1}75%{opacity:1}to{opacity:0}}.Chat-module__eGI-HG__loadingEllipsis span{margin:0 -.1em;animation:1s infinite Chat-module__eGI-HG__blinking}.Chat-module__eGI-HG__loadingEllipsis span:nth-child(2){animation-delay:.1s}.Chat-module__eGI-HG__loadingEllipsis span:nth-child(3){animation-delay:.2s}.Chat-module__eGI-HG__errorMessage{color:#ff6b6b;background:#ff6b6b1a;border-radius:.3em;margin-top:.5em;padding:.5em 1em;font-family:IBM Plex Mono Light;font-size:.9em}@media (max-width:767px){.Chat-module__eGI-HG__container{padding:.75em}.Chat-module__eGI-HG__logo{font-size:2em}.Chat-module__eGI-HG__textarea{font-size:1em}.Chat-module__eGI-HG__inputContainer{margin-bottom:1em}.Chat-module__eGI-HG__userMessageBackground,.Chat-module__eGI-HG__assistantMessageBackground{padding:1em .5em}}
.ViewAlert-module__aWQxgq__contentBox{flex-direction:column;gap:2em;width:100%;padding:0 2em 1em;display:flex;overflow:scroll}.ViewAlert-module__aWQxgq__alertDetails{flex-direction:column;justify-content:center;gap:.75em;display:flex}.ViewAlert-module__aWQxgq__title{max-width:100%;font-size:1.5em}.ViewAlert-module__aWQxgq__title>div{max-width:100%}.ViewAlert-module__aWQxgq__alertName{font-size:1.5em}.ViewAlert-module__aWQxgq__alertParameters{flex-direction:column;gap:.75em;max-height:15em;display:flex;overflow:scroll}.ViewAlert-module__aWQxgq__description{color:var(--gray);white-space:pre-wrap;font-size:1em}.ViewAlert-module__aWQxgq__topRow{flex-direction:column;gap:2em;width:100%;display:flex}.ViewAlert-module__aWQxgq__transactions{border-top:.1em solid #353535;flex-grow:1;min-height:30em;padding-top:2em;overflow:hidden}.ViewAlert-module__aWQxgq__buttons{justify-content:space-between;display:flex}.ViewAlert-module__aWQxgq__leftButtons,.ViewAlert-module__aWQxgq__rightButtons{gap:2em;display:flex}.ViewAlert-module__aWQxgq__viewAlertButton{cursor:pointer;background-color:#0000;border-radius:.1em;padding:.5em .85em;font-family:inherit;font-size:1em}.ViewAlert-module__aWQxgq__viewAlertButtonBlue{color:var(--blue);border:1px solid var(--blue)}.ViewAlert-module__aWQxgq__viewAlertButtonDisabled{opacity:.5;cursor:default}.ViewAlert-module__aWQxgq__viewAlertButtonDisabled:hover{color:var(--blue);background-color:#0000}.ViewAlert-module__aWQxgq__viewAlertButtonBlue:not(.ViewAlert-module__aWQxgq__viewAlertButtonDisabled):hover{background-color:var(--blue);color:var(--white)}.ViewAlert-module__aWQxgq__viewAlertButtonRed{color:var(--red);border:1px solid var(--red)}.ViewAlert-module__aWQxgq__viewAlertButtonRed:hover{background-color:var(--red);color:var(--white)}.ViewAlert-module__aWQxgq__viewAlertButtonOrange{color:var(--orange);border:1px solid var(--orange)}.ViewAlert-module__aWQxgq__viewAlertButtonOrange:hover{background-color:var(--orange);color:var(--white)}.ViewAlert-module__aWQxgq__toggleShareableButton{color:var(--blue);border:1px solid var(--blue);cursor:pointer;text-transform:uppercase;border-radius:2px;align-items:center;gap:.5em;width:fit-content;padding:.4em .8em;font-size:1.1em;display:flex}.ViewAlert-module__aWQxgq__toggleShareableButton:hover{filter:brightness(1.2)}.ViewAlert-module__aWQxgq__shareButton{background-color:var(--blue);color:var(--off-white);cursor:pointer;border-radius:.25em;flex-direction:row;justify-content:center;align-items:center;padding:.4em .8em;display:flex;position:relative}.ViewAlert-module__aWQxgq__shareButton:hover{filter:brightness(1.2)}.ViewAlert-module__aWQxgq__shareIcon{width:1.2em;height:1.2em;margin-right:.5em}.ViewAlert-module__aWQxgq__shareAlertContainer{width:fit-content}@media (max-width:767px){.ViewAlert-module__aWQxgq__topRow{flex-direction:column}.ViewAlert-module__aWQxgq__alertDetails{flex-basis:auto;margin-right:0}.ViewAlert-module__aWQxgq__contentBox{grid-column:1/-1;padding:1em;overflow:scroll}.ViewAlert-module__aWQxgq__transactions{flex-shrink:0;padding-top:1em;font-size:.8em}.ViewAlert-module__aWQxgq__buttons{flex-direction:column-reverse;gap:1em}.ViewAlert-module__aWQxgq__leftButtons,.ViewAlert-module__aWQxgq__rightButtons{flex-direction:column;align-items:center;gap:1em}}
.ErrorPopup-module__8Y0ZcG__overlay{-webkit-backdrop-filter:none;z-index:1000;background-color:#0000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.ErrorPopup-module__8Y0ZcG__popup{text-align:center;background-color:#11151a;border-radius:4px;width:100%;max-width:500px;padding:30px;box-shadow:0 4px 25px #000000b3}.ErrorPopup-module__8Y0ZcG__content{flex-direction:column;align-items:center;display:flex}.ErrorPopup-module__8Y0ZcG__warningIcon{margin-bottom:20px}.ErrorPopup-module__8Y0ZcG__title{color:#fff;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;text-align:center;margin:15px 0;font-size:28px;font-weight:700}.ErrorPopup-module__8Y0ZcG__message{color:#aaa;text-align:center;width:100%;max-width:90%;margin-bottom:40px;font-size:16px;line-height:1.5;display:block}.ErrorPopup-module__8Y0ZcG__buttonContainer{flex-direction:column;gap:15px;width:100%;display:flex}.ErrorPopup-module__8Y0ZcG__buttonLink{width:100%;text-decoration:none}.ErrorPopup-module__8Y0ZcG__signupButton,.ErrorPopup-module__8Y0ZcG__loginButton{text-transform:uppercase;width:100%;padding:15px;font-size:16px;font-weight:600}.ErrorPopup-module__8Y0ZcG__signupButton{color:#fff;background-color:#0171d9;border:none}.ErrorPopup-module__8Y0ZcG__loginButton{color:#0171d9;background-color:#0000;border:1px solid #0171d9}.ErrorPopup-module__8Y0ZcG__invertedIcon{filter:invert()}@media (max-width:480px){.ErrorPopup-module__8Y0ZcG__popup{max-width:90%;padding:20px}.ErrorPopup-module__8Y0ZcG__title{white-space:nowrap;font-size:24px}.ErrorPopup-module__8Y0ZcG__message{margin-bottom:30px;font-size:14px}}
.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.3em;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:1em;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:.75em}.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:2em;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.25em}.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.25em;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.5em}.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.25em;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.5em;font-weight:700}.Insight-module__TsR1Qa__cardTitle{font-size:1.25em}.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:.9em;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)}
.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:.8em}.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:.5em;margin-bottom:1em;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:1em;margin-top:-.4em;margin-left:-.5em;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:.8em;transform:translateZ(0)}.Sidebar-module__RCMmoW__inputRangeMinLabel,.Sidebar-module__RCMmoW__inputRangeMaxLabel{position:absolute;bottom:-1.4em}.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:1em;position:relative}.Sidebar-module__RCMmoW__altInputRangeInputRange{width:100%;height:1em;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:1em}.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}
.RiskScore-module__JAeE_W__container{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:1;border-radius:4px;flex-shrink:0;align-items:center;gap:6px;margin-left:8px;padding:0;display:inline-flex;position:relative}.RiskScore-module__JAeE_W__container:hover>.RiskScore-module__JAeE_W__riskIcon,.RiskScore-module__JAeE_W__container:hover>.RiskScore-module__JAeE_W__text{opacity:.8}.RiskScore-module__JAeE_W__riskIcon{align-items:center;font-size:1em;display:flex;position:relative;top:0}.RiskScore-module__JAeE_W__text{white-space:nowrap;align-items:center;gap:4px;font-size:1em;font-weight:600;display:flex}.RiskScore-module__JAeE_W__popup{z-index:99999;cursor:default;white-space:normal;background:#14161c;border:1px solid #2a2f3a;border-radius:8px;flex-direction:column;gap:16px;width:350px;padding:16px;display:flex;position:absolute;top:2em;left:0;box-shadow:0 4px 12px #00000080}.RiskScore-module__JAeE_W__popupHeader{color:#ccc;overflow-wrap:break-word;word-break:break-word;border-bottom:1px solid #2a2f3a;padding-bottom:12px;font-size:.9em;font-weight:500;line-height:1.4}.RiskScore-module__JAeE_W__indicatorHeaderRow{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.RiskScore-module__JAeE_W__subHeader{color:#666;font-size:.75em;font-weight:600}.RiskScore-module__JAeE_W__indicatorsList{flex-direction:column;gap:4px;display:flex}.RiskScore-module__JAeE_W__indicatorRow{justify-content:space-between;align-items:center;padding:4px 0;font-size:.85em;display:flex}.RiskScore-module__JAeE_W__indicatorName{color:#aaa;align-items:center;gap:8px;font-size:.8em;font-weight:500;display:flex}.RiskScore-module__JAeE_W__indicatorDot{border-radius:50%;width:6px;height:6px}.RiskScore-module__JAeE_W__indicatorValue{font-size:.8em;font-weight:600}.RiskScore-module__JAeE_W__learnMore{color:#4a90e2;margin-top:4px;font-size:.8em;text-decoration:none;display:inline-block}.RiskScore-module__JAeE_W__learnMore:hover{text-decoration:underline}.RiskScore-module__JAeE_W__levelSevere{color:#fff;background-color:#ef4444;border-radius:2px;padding:0 4px}.RiskScore-module__JAeE_W__levelHigh{color:#fff;background-color:#f97316;border-radius:2px;padding:0 4px}.RiskScore-module__JAeE_W__levelMedium{color:#000;background-color:#fb9e24;border-radius:2px;padding:0 4px}.RiskScore-module__JAeE_W__levelLow{color:#000;background-color:#94a3b8;border-radius:2px;padding:0 4px}.RiskScore-module__JAeE_W__levelNone{color:#fff;background-color:#64748b;border-radius:2px;padding:0 4px}.RiskScore-module__JAeE_W__textSevere{color:#ef4444}.RiskScore-module__JAeE_W__textHigh{color:#f97316}.RiskScore-module__JAeE_W__textMedium{color:#fb9e24}.RiskScore-module__JAeE_W__textLow{color:#94a3b8}.RiskScore-module__JAeE_W__textNone{color:#64748b}.RiskScore-module__JAeE_W__sourcesList{border-top:1px solid #2a2f3a;flex-direction:column;gap:4px;padding-top:12px;display:flex}.RiskScore-module__JAeE_W__sourceRow{grid-template-columns:2fr 20px 50px 30px;align-items:center;column-gap:10px;padding:6px 0;font-size:.8em;display:grid}.RiskScore-module__JAeE_W__sourceAddressLink{color:#4a90e2;align-items:center;gap:6px;min-width:0;text-decoration:none;display:flex;overflow:hidden}.RiskScore-module__JAeE_W__sourceAddressLink:hover{text-decoration:underline}.RiskScore-module__JAeE_W__sourceAddressText{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.RiskScore-module__JAeE_W__sourceAddressShort{color:#666;flex-shrink:0;font-size:.75em}.RiskScore-module__JAeE_W__sourceAddressLoading{color:#666;font-style:italic}.RiskScore-module__JAeE_W__sourceCategory{color:#888;text-transform:uppercase;text-align:left;font-size:.7em;font-weight:500}.RiskScore-module__JAeE_W__sourceUsd{color:#aaa;text-align:right;font-size:.7em}.RiskScore-module__JAeE_W__sourceHops{color:#555;white-space:nowrap;text-align:left;font-size:.7em}@media (max-width:767px) and (min-width:600px){.RiskScore-module__JAeE_W__text,.RiskScore-module__JAeE_W__riskIcon{font-size:.85em}}@media (max-width:599px) and (min-width:480px){.RiskScore-module__JAeE_W__text,.RiskScore-module__JAeE_W__riskIcon{font-size:.75em}}@media (max-width:479px) and (min-width:393px){.RiskScore-module__JAeE_W__text,.RiskScore-module__JAeE_W__riskIcon{font-size:.68em}}@media (max-width:393px){.RiskScore-module__JAeE_W__text,.RiskScore-module__JAeE_W__riskIcon{font-size:.62em}}@media (max-width:767px){.RiskScore-module__JAeE_W__container{z-index:10;position:relative}.RiskScore-module__JAeE_W__popup{z-index:100;box-sizing:border-box;width:calc(100vw - 32px);max-width:380px;position:absolute;top:2.5em;left:-120px;transform:none}.RiskScore-module__JAeE_W__sourceRow{grid-template-columns:1fr auto auto auto;column-gap:8px}.RiskScore-module__JAeE_W__popupHeader{font-size:.8em}.RiskScore-module__JAeE_W__sourceAddressLink{max-width:180px}}
.CategoryScreener-module__HAKWzq__container{background-color:var(--light-navy);width:100%;-webkit-mask:var(--beveled);mask:var(--beveled);text-align:left;cursor:default;flex-direction:column;height:100%;max-height:100%;padding:1.25em;display:flex;position:relative;overflow:scroll}.CategoryScreener-module__HAKWzq__gridHeaders{cursor:pointer}.CategoryScreener-module__HAKWzq__overlay{z-index:20;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}@media (max-width:767px){.CategoryScreener-module__HAKWzq__container{padding:.25em}}.CategoryScreener-module__HAKWzq__title{color:var(--gray);z-index:1;height:100%;margin-bottom:.1em;font-size:.85em;position:sticky;top:0}.CategoryScreener-module__HAKWzq__tableContainer{width:100%;position:relative;overflow:auto}.CategoryScreener-module__HAKWzq__tokenGridHeader,.CategoryScreener-module__HAKWzq__categoryRow{background-color:var(--light-navy);grid-template-columns:2.5fr 1fr 1fr 1fr 1fr 1fr .5fr;gap:0;padding:.25em;display:grid}.CategoryScreener-module__HAKWzq__tokenGridHeader{z-index:10;position:sticky;top:0}.CategoryScreener-module__HAKWzq__categoryRow{align-items:center;transition:background-color .3s}.CategoryScreener-module__HAKWzq__tokenGridHeader>span,.CategoryScreener-module__HAKWzq__categoryRow>*{text-overflow:ellipsis;white-space:nowrap;padding:.5em;overflow:hidden}.CategoryScreener-module__HAKWzq__categoryRow:nth-child(2n){background-color:#ffffff08}.CategoryScreener-module__HAKWzq__categoryRow:hover,.CategoryScreener-module__HAKWzq__categoryRow.CategoryScreener-module__HAKWzq__selected,.CategoryScreener-module__HAKWzq__selectedCategory{background-color:#1585ed26}.CategoryScreener-module__HAKWzq__start{text-align:left;justify-self:start;width:100%}.CategoryScreener-module__HAKWzq__end{text-align:right;justify-self:end}.CategoryScreener-module__HAKWzq__fundingRateCell{flex-direction:row;justify-content:center;align-items:center;display:flex}.CategoryScreener-module__HAKWzq__opaqueBG{background-color:var(--light-navy);white-space:nowrap;align-items:center}.CategoryScreener-module__HAKWzq__filterButtonContainer{justify-content:center;align-items:center;column-gap:.5em;margin-right:.5em;display:flex}.CategoryScreener-module__HAKWzq__time{color:var(--lighter-blue);cursor:pointer}.CategoryScreener-module__HAKWzq__linkIcon{position:relative}.CategoryScreener-module__HAKWzq__linkIcon:hover{filter:brightness(1.1);text-decoration:underline;transition:transform .2s;transform:scale(1.2)}.CategoryScreener-module__HAKWzq__flashGreen{filter:brightness(1.9);background-color:#00ff004d;transition:background-color .5s,filter .5s}.CategoryScreener-module__HAKWzq__flashRed{filter:brightness(1.7);background-color:#ff0000b3;transition:background-color .5s,filter .5s}.CategoryScreener-module__HAKWzq__activeFilterButton,.CategoryScreener-module__HAKWzq__inactiveFilterButton{cursor:pointer;align-items:bottom;width:1.1em;height:1.1em}.CategoryScreener-module__HAKWzq__categorySelector{cursor:pointer;z-index:1;background-color:var(--input-bg);border:1px solid var(--input-bg);min-width:10em;max-width:15em;color:var(--placeholder);background-color:var(--hover-bg);border-radius:4px;justify-content:flex-end;align-items:center;padding:.5em;font-size:1em;display:flex;position:relative}.CategoryScreener-module__HAKWzq__categorySelectorSelected{width:100%;color:var(--gray);text-transform:uppercase;background:0 0;border:none;outline:none;padding:0;font-family:IBM Plex Mono,monospace;font-size:1em;line-height:normal}.CategoryScreener-module__HAKWzq__tokenContainer{direction:column;gap:.25em;display:flex}.CategoryScreener-module__HAKWzq__categorySelector input{all:unset;width:100%;font-size:inherit;color:var(--gray);font-family:inherit;line-height:inherit;text-transform:inherit;background-color:var(--hover-bg);cursor:text}.CategoryScreener-module__HAKWzq__categorySelector input::placeholder{color:var(--placeholder)}.CategoryScreener-module__HAKWzq__searchActive{background-color:var(--selected-light);color:var(--off-white);border-color:var(--highlight)}
.dashboard-module__klqbmG__dashboardContainer{border-top:1px solid #ffffff1a;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.dashboard-module__klqbmG__dashboardContent{flex:1;display:flex;overflow:hidden}.dashboard-module__klqbmG__sidebar{border-right:1px solid #ffffff1a;flex-direction:column;width:250px;height:100%;transition:width .3s;display:flex;position:relative}.dashboard-module__klqbmG__sidebarCollapsed{width:4em}.dashboard-module__klqbmG__sidebar>*{padding:1em}.dashboard-module__klqbmG__sidebarHeader{border-bottom:1px solid #ffffff1a;flex-shrink:0;align-items:center;gap:10px;min-height:60px;display:flex;position:relative}.dashboard-module__klqbmG__icon{background:#0171d940;border-radius:4px;justify-content:center;align-items:center;padding:.5em;display:flex}.dashboard-module__klqbmG__orgIcon{object-fit:contain;border-radius:4px;flex-shrink:0;width:32px;height:32px}.dashboard-module__klqbmG__sidebarHeaderTitle{white-space:nowrap;text-overflow:ellipsis;flex-direction:column;flex:1;gap:.25em;display:flex;overflow:hidden}.dashboard-module__klqbmG__sidebarHeaderTitleMain{font-size:1.25em}.dashboard-module__klqbmG__sidebarHeaderTitleSub{font-size:.75em}.dashboard-module__klqbmG__sidebarGroupHeader{text-transform:uppercase;color:#fff6;letter-spacing:.05em;cursor:default;border-top:1px solid #ffffff1a;margin-top:.25em;padding:.75em .5em .25em;font-size:.7em;font-weight:600}.dashboard-module__klqbmG__sidebarLinks{flex-direction:column;flex:1;gap:.5em;font-size:.875em;display:flex;overflow-y:auto}.dashboard-module__klqbmG__sidebarLinks>:hover,.dashboard-module__klqbmG__sidebarFooter>:hover{color:var(--blue)}.dashboard-module__klqbmG__sidebarLinks>*,.dashboard-module__klqbmG__sidebarFooter>*{cursor:pointer;white-space:nowrap;align-items:center;gap:.5em;padding:.5em;display:flex;overflow:hidden}.dashboard-module__klqbmG__sidebarLink{color:inherit;text-decoration:none}.dashboard-module__klqbmG__sidebarLinksIcon{font-size:1.5em}.dashboard-module__klqbmG__sidebarFooter{border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;flex-direction:column;flex-shrink:0;gap:.5em;font-size:.875em;display:flex}.dashboard-module__klqbmG__collapseToggle{cursor:pointer;align-items:center;padding:1em 1.5em;transition:color .2s;display:flex}.dashboard-module__klqbmG__collapseToggleIcon{border:solid;justify-content:center;align-items:center;font-size:.75em;display:flex}.dashboard-module__klqbmG__collapseToggle:hover{color:var(--blue)}.dashboard-module__klqbmG__collapseToggle svg{font-size:1.2em}.dashboard-module__klqbmG__activeTab{color:var(--blue)}.dashboard-module__klqbmG__mainContent{flex:1;height:100%;padding:2em;overflow-y:auto}.dashboard-module__klqbmG__loadingContainer{flex:1;justify-content:center;align-items:center;height:100%;display:flex}.dashboard-module__klqbmG__creditWarningBanner{cursor:pointer;text-transform:uppercase;background:linear-gradient(135deg,#eb994133 0%,#eb99411f 100%);flex-shrink:0;justify-content:center;align-items:center;gap:.75em;padding:1em 1.5em;font-family:IBM Plex Mono;transition:all .2s;display:flex}.dashboard-module__klqbmG__trialWarningBanner{cursor:pointer;text-transform:uppercase;background:linear-gradient(135deg,#eb994133 0%,#eb99411f 100%);flex-shrink:0;justify-content:center;align-items:center;gap:.75em;padding:1em 1.5em;font-family:IBM Plex Mono;text-decoration:none;transition:all .2s;display:flex}.dashboard-module__klqbmG__trialWarningBanner:hover{background:linear-gradient(135deg,#eb99414d 0%,#eb994133 100%)}.dashboard-module__klqbmG__trialBannerIcon{color:#eb9941;flex-shrink:0;font-size:1.2em}.dashboard-module__klqbmG__trialBannerText{color:#eb9941;flex-shrink:0;font-weight:600}.dashboard-module__klqbmG__bannerIcon{color:#eb9941;flex-shrink:0;font-size:1.2em}.dashboard-module__klqbmG__bannerText{color:#eb9941;flex-shrink:0;font-weight:600}.dashboard-module__klqbmG__bannerDot{color:#fff6;flex-shrink:0;font-size:1.2em}.dashboard-module__klqbmG__bannerAction{color:#fffc;flex-shrink:0;font-weight:500}.dashboard-module__klqbmG__bannerArrow{color:#fff9;flex-shrink:0;font-size:1em}.dashboard-module__klqbmG__setupBanner{color:#fff;text-align:center;background:#166534;flex-shrink:0;padding:1em 3em 1em 1.5em;font-family:IBM Plex Mono;font-size:.875em;position:relative}.dashboard-module__klqbmG__setupBannerClose{color:#fff;cursor:pointer;background:0 0;border:none;padding:4px;font-size:1.125em;line-height:1;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.dashboard-module__klqbmG__setupBannerClose:hover{opacity:.7}.dashboard-module__klqbmG__createKeyBanner{cursor:pointer;text-transform:uppercase;background:linear-gradient(135deg,#0171d933 0%,#0171d91f 100%);flex-shrink:0;justify-content:center;align-items:center;gap:.75em;padding:1em 1.5em;font-family:IBM Plex Mono;transition:all .2s;display:flex}.dashboard-module__klqbmG__createKeyBanner:hover{background:linear-gradient(135deg,#0171d94d 0%,#0171d933 100%)}.dashboard-module__klqbmG__createKeyBannerIcon{color:var(--blue);flex-shrink:0;font-size:1.2em}.dashboard-module__klqbmG__createKeyBannerText{color:var(--blue);flex-shrink:0;font-weight:600}.dashboard-module__klqbmG__documentation h1{font-family:Arkham Heavy Condensed;font-size:2.5em}.dashboard-module__klqbmG__documentation h2{color:#fff9;text-transform:uppercase;font-family:IBM Plex Mono;font-size:1em}.dashboard-module__klqbmG__documentationContent{flex-direction:column;gap:2em;margin-top:2em;display:flex}.dashboard-module__klqbmG__documentationCard{background:#171921;border-radius:.5em;flex-direction:column;gap:1.5em;padding:1.5em;display:flex}.dashboard-module__klqbmG__documentationCard p{color:#fffc;margin:0;font-family:IBM Plex Mono;line-height:1.5}.dashboard-module__klqbmG__documentationInlineLink{color:var(--blue);font-weight:500;text-decoration:none;transition:all .2s}.dashboard-module__klqbmG__documentationInlineLink:hover{color:#015bb8;text-decoration:underline}
.TokenScreener-module__L2efPq__container{background-color:var(--light-navy);width:100%;-webkit-mask:var(--beveled);mask:var(--beveled);text-align:left;cursor:default;flex-direction:column;height:100%;max-height:100%;padding:1.25em;display:flex;position:relative;overflow:hidden}.TokenScreener-module__L2efPq__overlay{z-index:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.TokenScreener-module__L2efPq__fundingRateCell{flex-direction:row;justify-content:center;align-items:center;display:flex}@media (max-width:767px){.TokenScreener-module__L2efPq__container{padding:.25em}}.TokenScreener-module__L2efPq__title{color:var(--gray);z-index:1;height:100%;margin-bottom:.1em;font-size:.85em;position:sticky;top:0}.TokenScreener-module__L2efPq__tradeButton{color:var(--lighter-blue)}.TokenScreener-module__L2efPq__tradeButtonActive{cursor:pointer}.TokenScreener-module__L2efPq__tradeButtonActive:hover{filter:brightness(1.4)}.TokenScreener-module__L2efPq__tokenGrid{grid-template-columns:2fr auto 1fr 1fr auto auto auto;display:grid;overflow:auto}.TokenScreener-module__L2efPq__tokenGrid>:nth-child(14n+8),.TokenScreener-module__L2efPq__tokenGrid>:nth-child(14n+9),.TokenScreener-module__L2efPq__tokenGrid>:nth-child(14n+10),.TokenScreener-module__L2efPq__tokenGrid>:nth-child(14n+11),.TokenScreener-module__L2efPq__tokenGrid>:nth-child(14n+12),.TokenScreener-module__L2efPq__tokenGrid>:nth-child(14n+13),.TokenScreener-module__L2efPq__tokenGrid>:nth-child(14n+14){background-color:#ffffff08}.TokenScreener-module__L2efPq__tokenIcon{direction:column;display:flex}.TokenScreener-module__L2efPq__filterButtonContainer{justify-content:center;align-items:center;column-gap:.5em;margin-right:.5em;display:flex}.TokenScreener-module__L2efPq__time{color:var(--lighter-blue);cursor:pointer}.TokenScreener-module__L2efPq__start{justify-self:start;align-items:baseline;gap:.5em;display:flex}.TokenScreener-module__L2efPq__end{text-align:end;justify-self:end;gap:.5em}.TokenScreener-module__L2efPq__tokenGrid>*,.TokenScreener-module__L2efPq__tokenGridMobile>*,.TokenScreener-module__L2efPq__chainGrid>*{width:100%;height:100%;padding:1em .5em}.TokenScreener-module__L2efPq__opaqueBG{background-color:var(--light-navy);text-wrap:nowrap;align-items:center}.TokenScreener-module__L2efPq__listing{border-bottom:1px solid #ffffff1a;grid-template-columns:auto 1fr 1fr 1fr 1fr auto;align-items:center;padding:1em .5em;display:grid}.TokenScreener-module__L2efPq__tokenGridHeader{background-color:var(--light-navy);grid-template-columns:1fr 1fr 1fr 1fr 1fr auto;align-items:center;padding:1em .5em;display:grid}.TokenScreener-module__L2efPq__tokenPrice{font-size:3em}.TokenScreener-module__L2efPq__tokenChange24hPos{color:var(--green)}.TokenScreener-module__L2efPq__tokenChange24hNeg{color:var(--red)}.TokenScreener-module__L2efPq__tokenChange24hNull{color:var(--grey)}.TokenScreener-module__L2efPq__tokenName{color:var(--gray);white-space:nowrap}.TokenScreener-module__L2efPq__tokenLink{align-items:center;gap:.5em;display:flex}.TokenScreener-module__L2efPq__linkIcon{width:100%;height:1em;position:relative}.TokenScreener-module__L2efPq__linkIcon:hover{text-decoration:underline}.TokenScreener-module__L2efPq__flashGreen{filter:brightness(1.9);background-color:#00ff004d;transition:background-color .5s,filter .5s}.TokenScreener-module__L2efPq__flashRed{filter:brightness(1.7);background-color:#ff0000b3;transition:background-color .5s,filter .5s}.TokenScreener-module__L2efPq__activeFilterButton,.TokenScreener-module__L2efPq__inactiveFilterButton{cursor:pointer;align-items:bottom;width:1.1em;height:1.1em}.TokenScreener-module__L2efPq__overflowEllipse{overflow:hidden}.TokenScreener-module__L2efPq__tokenName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.Homepage-module__LHa-AG__container{flex-direction:column;flex-grow:1;padding-left:2em;padding-right:3em;display:flex;overflow:scroll}.Homepage-module__LHa-AG__arkhamMarketplaceSubtitle{text-transform:uppercase;color:var(--off-white);max-width:70em;margin-bottom:1em;font-size:1.2em}.Homepage-module__LHa-AG__tabPaneContainer{flex-direction:row;justify-content:space-between;display:flex}.Homepage-module__LHa-AG__tabPaneOption{color:var(--off-white);gap:.5em;margin-bottom:.7em;font-family:IBM Plex Mono Light;font-size:2.3em;display:flex}.Homepage-module__LHa-AG__tabPaneOptionText{color:gray;cursor:pointer}.Homepage-module__LHa-AG__tabPaneOptionText:hover{filter:brightness(1.2)}.Homepage-module__LHa-AG__tabPaneOptionDivider{background-color:var(--off-white);opacity:.4;width:1px;margin-top:.2em;margin-bottom:.4em}.Homepage-module__LHa-AG__tabPaneOptionTextSelected{color:var(--off-white)}.Homepage-module__LHa-AG__listOptions{flex-direction:row;align-items:center;gap:1em;display:flex}.Homepage-module__LHa-AG__bountyListGrid{flex-shrink:1;grid-template-columns:repeat(1,1fr);gap:2em;display:grid}@media (min-width:700px){.Homepage-module__LHa-AG__bountyListGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.Homepage-module__LHa-AG__bountyListGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1500px){.Homepage-module__LHa-AG__bountyListGrid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1920px){.Homepage-module__LHa-AG__bountyListGrid{grid-template-columns:repeat(5,1fr)}}@media (min-width:2400px){.Homepage-module__LHa-AG__bountyListGrid{grid-template-columns:repeat(6,1fr)}}.Homepage-module__LHa-AG__bountyInList{cursor:pointer;-webkit-mask:var(--beveled);mask:var(--beveled);background-color:var(--light-navy);flex-direction:column;gap:.5em;display:flex;overflow:hidden}.Homepage-module__LHa-AG__bountyInListBottom{flex-direction:column;justify-content:space-between;padding:1em;display:flex}.Homepage-module__LHa-AG__bountyInList:hover{background-color:#ffffff1a}.Homepage-module__LHa-AG__bountyInListImage{height:7.5em;-webkit-mask:var(--beveled);mask:var(--beveled);object-fit:cover;width:100%}.Homepage-module__LHa-AG__bountyName{color:var(--off-white);white-space:nowrap;text-overflow:ellipsis;flex-shrink:1;font-family:IBM Plex Mono Light;font-size:1.7em;overflow:hidden}.Homepage-module__LHa-AG__bountyReward{color:var(--off-white);font-family:IBM Plex Mono Extra Light;font-size:2.5em}.Homepage-module__LHa-AG__sortByButtonContainer{gap:1em;align-items:right;flex-direction:column;width:min-content;min-width:7.5em;font-size:1.3em;display:flex;position:relative}.Homepage-module__LHa-AG__sortByButton{color:var(--off-white);background-color:var(--selected);-webkit-mask:var(--beveled);mask:var(--beveled);cursor:pointer;flex-direction:row;justify-content:space-between;align-items:center;width:8em;padding:1em;font-family:IBM Plex Mono Light;display:flex}.Homepage-module__LHa-AG__sortByButton>svg{font-size:1.2em}.Homepage-module__LHa-AG__sortByButton:hover{background-color:#ffffff14}.Homepage-module__LHa-AG__sortByOption{cursor:pointer;padding:.4em .8em}.Homepage-module__LHa-AG__sortByOption:hover,.Homepage-module__LHa-AG__sortByOptionSelected{background-color:#ffffff1a}.Homepage-module__LHa-AG__sortByOptions{z-index:1;background-color:var(--light-navy);width:11em;-webkit-mask:var(--beveled);mask:var(--beveled);flex-direction:column;display:flex;position:absolute;top:calc(100% + .5em);right:0}.Homepage-module__LHa-AG__pageNavContainer{-webkit-mask:var(--beveled);mask:var(--beveled);background-color:#ffffff0d;flex-direction:row;justify-content:center;align-items:center;width:min-content;margin:0 auto;font-size:1.25px;display:flex}.Homepage-module__LHa-AG__pageArrow{cursor:pointer;color:var(--blue);flex-direction:row;justify-content:center;align-items:center;height:100%;padding:.9em 0;font-size:1.5em;display:flex}.Homepage-module__LHa-AG__pageArrow:hover{filter:brightness(1.2)}.Homepage-module__LHa-AG__pageNumberOuter{cursor:pointer;padding:.5em .75em}.Homepage-module__LHa-AG__pageNumber,.Homepage-module__LHa-AG__pageNumberSelected{-webkit-user-select:none;user-select:none;border-radius:2px;padding:.5em;font-family:IBM Plex Mono Light;font-weight:300}.Homepage-module__LHa-AG__pageNumberOuter:hover .Homepage-module__LHa-AG__pageNumber,.Homepage-module__LHa-AG__pageNumberOuter:hover .Homepage-module__LHa-AG__pageNumberSelected{background-color:#ffffff1a}.Homepage-module__LHa-AG__pageNumberSelected{background-color:#3e3e3e}.Homepage-module__LHa-AG__learnMoreItems{flex-direction:column;gap:.7em;padding-top:2em;display:flex}.Homepage-module__LHa-AG__learnMoreItem{font-size:1.5em}.Homepage-module__LHa-AG__learnMoreButton{color:#000;background-color:var(--grayish-white);-webkit-mask:var(--beveled);mask:var(--beveled);cursor:pointer;-webkit-user-select:none;user-select:none;cursor:pointer;flex-direction:row;justify-content:center;align-items:center;margin-top:1em;padding:.5em 1em;display:flex}.Homepage-module__LHa-AG__learnMoreButton:hover{filter:brightness(1.1)}.Homepage-module__LHa-AG__learnMoreButton>span{font-size:2em}.Homepage-module__LHa-AG__pageOneImage{width:63em;margin-top:-4em;margin-right:5em}.Homepage-module__LHa-AG__sortAndNavContainer{flex-direction:row;flex-shrink:0;align-items:center;gap:2em;min-width:fit-content;margin-bottom:1em;display:flex}.Homepage-module__LHa-AG__pageOneMaterialContainer{flex-direction:row;justify-content:space-between;font-size:1.2em;display:flex}.Homepage-module__LHa-AG__arkhamMarketplace{text-transform:uppercase;color:var(--off-white);margin-bottom:.2em;font-family:Arkham Heavy Condensed;font-size:6em}@media (max-width:1920px){.Homepage-module__LHa-AG__pageOneMaterialContainer,.Homepage-module__LHa-AG__arkhamMarketplace{font-size:1em}.Homepage-module__LHa-AG__arkhamMarketplace{font-size:5em}}@media (max-width:1700px){.Homepage-module__LHa-AG__pageOneMaterialContainer,.Homepage-module__LHa-AG__arkhamMarketplace{font-size:.84em}.Homepage-module__LHa-AG__arkhamMarketplace{font-size:4.2em}}@media (max-width:1500px){.Homepage-module__LHa-AG__pageOneMaterialContainer,.Homepage-module__LHa-AG__arkhamMarketplace{font-size:.7em}.Homepage-module__LHa-AG__arkhamMarketplace{font-size:3.5em}}@media (max-width:1200px){.Homepage-module__LHa-AG__pageOneMaterialContainer,.Homepage-module__LHa-AG__arkhamMarketplace{font-size:.6em}.Homepage-module__LHa-AG__arkhamMarketplace{font-size:3em}}.Homepage-module__LHa-AG__showOnMobile{display:none}.Homepage-module__LHa-AG__hideOnMobile{display:flex}.Homepage-module__LHa-AG__mobileSeparator{background-color:var(--off-white);opacity:.2;width:100%;height:.5px;display:none}@media (max-width:767px){.Homepage-module__LHa-AG__container{padding:0 1em;overflow:scroll}.Homepage-module__LHa-AG__arkhamMarketplace{text-align:center;font-size:2.5em}.Homepage-module__LHa-AG__pageOneMaterialContainer{flex-direction:column-reverse;gap:1em}.Homepage-module__LHa-AG__pageOneImage{width:100%;margin-top:0}.Homepage-module__LHa-AG__showOnMobile{display:inline-block}.Homepage-module__LHa-AG__learnMoreItem{font-family:IBM Plex Mono Light;font-size:2.5em}.Homepage-module__LHa-AG__learnMoreButton{width:80%;-webkit-mask:var(--beveled-large);mask:var(--beveled-large);margin:1em auto;padding:1em}.Homepage-module__LHa-AG__hideOnMobile{display:none}.Homepage-module__LHa-AG__tabPaneContainer{align-items:center;margin-top:1.5em}.Homepage-module__LHa-AG__tabPaneOption{flex-grow:1;justify-content:space-between;padding:0 1em;font-size:1.8em;display:flex}.Homepage-module__LHa-AG__tabPaneOptionDivider{margin-top:0;margin-bottom:0}.Homepage-module__LHa-AG__mobileSeparator{display:block}.Homepage-module__LHa-AG__bountyListGrid{flex-direction:column;display:flex;overflow:visible}}
.orgCases-module__ze1tPG__orgCases h1{letter-spacing:.02em;font-family:Arkham Heavy Condensed;font-size:2.5em}.orgCases-module__ze1tPG__orgCases h2{color:#fff9;text-transform:uppercase;font-family:IBM Plex Mono;font-size:1em}.orgCases-module__ze1tPG__header{justify-content:space-between;align-items:flex-start;gap:2em;display:flex}.orgCases-module__ze1tPG__headerTitle{flex:1}.orgCases-module__ze1tPG__content{flex-direction:column;gap:2em;margin-top:2em;display:flex}.orgCases-module__ze1tPG__summaryCards{grid-template-columns:repeat(5,1fr);gap:1.25em;display:grid}.orgCases-module__ze1tPG__summaryCard{background:linear-gradient(135deg,#0171d914 0%,#171921 60%);border:none;border-radius:.5em;flex-direction:column;gap:.75em;padding:1.5em;display:flex}.orgCases-module__ze1tPG__summaryCardLabel{color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em;font-family:IBM Plex Mono;font-size:.75em;font-weight:500}.orgCases-module__ze1tPG__summaryCardValue{color:#fff;font-family:IBM Plex Mono;font-size:2em;font-weight:600;line-height:1}.orgCases-module__ze1tPG__summaryCardSub{color:#ffffff8c;text-transform:uppercase;font-family:IBM Plex Mono;font-size:.7em}.orgCases-module__ze1tPG__card{background:#171921;border:none;border-radius:.5em;flex-direction:column;padding:1.5em;display:flex}.orgCases-module__ze1tPG__cardAccent{background:linear-gradient(135deg,#0171d914 0%,#171921 60%)}.orgCases-module__ze1tPG__cardTitle{color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;align-items:center;margin-bottom:1.5em;font-family:IBM Plex Mono;font-size:.8em;font-weight:600;display:flex}.orgCases-module__ze1tPG__cardCount{color:#fff6;font-family:IBM Plex Mono;font-size:1em;font-weight:400}.orgCases-module__ze1tPG__filterTabs{gap:.5em;margin-bottom:1.5em;display:flex}.orgCases-module__ze1tPG__filterTab{color:#ffffff80;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:#ffffff0f;border:none;border-radius:.35em;padding:.5em 1em;font-family:IBM Plex Mono;font-size:.75em;font-weight:500;transition:all .2s}.orgCases-module__ze1tPG__filterTab:hover{color:#fffc;background:#ffffff1f}.orgCases-module__ze1tPG__filterTabActive{background:var(--blue);color:#fff}.orgCases-module__ze1tPG__entitiesAndCases{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.5em;display:grid}.orgCases-module__ze1tPG__entitiesColumn{flex-direction:column;min-width:0;display:flex}.orgCases-module__ze1tPG__entitiesColumn>.orgCases-module__ze1tPG__card{flex:1}.orgCases-module__ze1tPG__casesColumn{flex-direction:column;min-width:0;display:flex}.orgCases-module__ze1tPG__casesColumn>.orgCases-module__ze1tPG__card{flex:1}.orgCases-module__ze1tPG__tableHeader{background:#ffffff0f;border-bottom:1px solid #ffffff14;display:flex}.orgCases-module__ze1tPG__tableHeaderCell{color:#ffffff80;text-transform:uppercase;letter-spacing:.06em;flex:1;padding:.85em 1em;font-family:IBM Plex Mono;font-size:.7em;font-weight:600}.orgCases-module__ze1tPG__tableHeaderCell:first-child{flex:2}.orgCases-module__ze1tPG__tableHeaderCell:not(:first-child){text-align:right}.orgCases-module__ze1tPG__tableBody{max-height:500px;overflow-y:auto}.orgCases-module__ze1tPG__tableRow{border-bottom:1px solid #ffffff0a;transition:background-color .15s;display:flex}.orgCases-module__ze1tPG__tableRow:hover{background:#ffffff08}.orgCases-module__ze1tPG__tableRow:last-child{border-bottom:none}.orgCases-module__ze1tPG__tableCell{color:#ffffffd9;flex:1;align-items:center;padding:.75em 1em;font-family:IBM Plex Mono;font-size:.85em;display:flex}.orgCases-module__ze1tPG__tableCell:first-child{flex:2;gap:.6em}.orgCases-module__ze1tPG__tableCell:not(:first-child){justify-content:flex-end}.orgCases-module__ze1tPG__caseInfo{flex-direction:column;gap:.2em;min-width:0;display:flex}.orgCases-module__ze1tPG__caseName{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.orgCases-module__ze1tPG__caseDescription{color:#fff6;white-space:nowrap;text-overflow:ellipsis;max-width:300px;font-size:.8em;overflow:hidden}.orgCases-module__ze1tPG__caseMeta{color:#ffffff80;font-size:.8em}.orgCases-module__ze1tPG__statusBadge{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:.25em;padding:.3em .6em;font-family:IBM Plex Mono;font-size:.7em;font-weight:600}.orgCases-module__ze1tPG__statusOpen{color:#4ade80;background:#4ade801f}.orgCases-module__ze1tPG__statusClosed{color:#ffffff80;background:#ffffff14}.orgCases-module__ze1tPG__statusArchived{color:#f59e0b;background:#f59e0b1f}.orgCases-module__ze1tPG__priorityBadge{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:.25em;padding:.3em .6em;font-family:IBM Plex Mono;font-size:.7em;font-weight:600}.orgCases-module__ze1tPG__priorityHigh{color:#ef4444;background:#ef44441f}.orgCases-module__ze1tPG__priorityMedium{color:#f59e0b;background:#f59e0b1f}.orgCases-module__ze1tPG__priorityLow{color:#ffffff80;background:#ffffff0f}.orgCases-module__ze1tPG__artifactCounts{flex-wrap:wrap;justify-content:flex-end;gap:.5em;display:flex}.orgCases-module__ze1tPG__artifactBadge{color:#fff9;white-space:nowrap;background:#ffffff0f;border-radius:.2em;padding:.2em .5em;font-family:IBM Plex Mono;font-size:.65em}.orgCases-module__ze1tPG__entityList{flex-direction:column;flex:1;gap:.75em;display:flex;overflow-y:auto}.orgCases-module__ze1tPG__entityCard{cursor:pointer;color:inherit;background:#ffffff08;border:1px solid #ffffff0f;border-radius:.5em;flex-direction:column;gap:.75em;padding:1.25em;text-decoration:none;transition:all .2s;display:flex}.orgCases-module__ze1tPG__entityCard:hover{background:#ffffff0f;border-color:#0171d94d;transform:translateY(-1px)}.orgCases-module__ze1tPG__entityCardHeader{justify-content:space-between;align-items:flex-start;gap:.5em;display:flex}.orgCases-module__ze1tPG__entityIconWrapper{align-items:center;gap:.5em;min-width:0;font-size:1.1em;display:flex}.orgCases-module__ze1tPG__entityName{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-family:IBM Plex Mono;font-size:.8em;font-weight:600;overflow:hidden}.orgCases-module__ze1tPG__entityTypeBadge{color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:#ffffff0f;border-radius:.2em;flex-shrink:0;padding:.3em .6em;font-family:IBM Plex Mono;font-size:.6em;font-weight:500}.orgCases-module__ze1tPG__entityCardStats{flex-wrap:wrap;gap:1em;display:flex}.orgCases-module__ze1tPG__entityStat{flex-direction:column;gap:.15em;display:flex}.orgCases-module__ze1tPG__entityStatLabel{color:#fff6;text-transform:uppercase;letter-spacing:.08em;font-family:IBM Plex Mono;font-size:.6em;font-weight:500}.orgCases-module__ze1tPG__entityStatValue{color:#fff;font-family:IBM Plex Mono;font-size:.85em;font-weight:600}.orgCases-module__ze1tPG__entityCardFooter{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:.5em;display:flex}.orgCases-module__ze1tPG__entityCaseCount{color:var(--blue);font-family:IBM Plex Mono;font-size:.7em;font-weight:500}.orgCases-module__ze1tPG__timestamp{color:#ffffff73;white-space:nowrap;font-family:IBM Plex Mono;font-size:.8em}.orgCases-module__ze1tPG__emptyState{color:#ffffff59;text-align:center;justify-content:center;align-items:center;padding:3em 1em;font-family:IBM Plex Mono;font-size:.85em;display:flex}
.index-module__62q29q__container{flex-direction:row;max-width:100vw;padding-top:1em;display:flex;overflow-x:hidden}.index-module__62q29q__bountyPageUsernameLabel>*{color:var(--off-white)}.index-module__62q29q__separator{background-image:linear-gradient(to bottom,transparent,var(--dark-gray)2%,var(--dark-gray)98%,transparent);width:1px;height:100%}.index-module__62q29q__geoblockedContainer{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.index-module__62q29q__geoblockedModal{background:var(--black-gradient);flex-direction:column;justify-content:center;gap:2.5em;max-width:40em;padding:3em;display:flex}.index-module__62q29q__geoblockedArkham{flex-direction:row;justify-content:center;gap:1.2em;display:flex}.index-module__62q29q__geoblockedArkhamImage{width:4.4em;padding-top:.5em}.index-module__62q29q__geoblockedArkhamText{text-transform:uppercase;align-items:center;font-family:Arkham Heavy Condensed;font-size:2.7em;display:flex}.index-module__62q29q__geoblockedModalText{text-align:center;text-transform:uppercase;font-family:IBM Plex Mono Light;font-size:1.33em}.index-module__62q29q__geoblockedReturnHomeButton{text-transform:uppercase;background-color:var(--blue);width:18em;height:2.3em;color:var(--off-white);cursor:pointer;border-radius:2px;justify-content:center;align-items:center;margin:1.5em auto;font-size:1.33em;display:flex}.index-module__62q29q__geoblockedReturnHomeButton:hover{filter:brightness(1.1)}@media (max-width:767px){.index-module__62q29q__container{overflow:scroll}}
.Categories-module__JxBVWq__marketOverview{flex-direction:row;font-size:12px;display:flex;overflow:visible}.Categories-module__JxBVWq__topRow{justify-content:space-between;gap:2em;height:16em;display:flex}.Categories-module__JxBVWq__row{flex-direction:row;gap:2em;min-height:50em;max-height:50em;margin-top:2em;display:flex}.Categories-module__JxBVWq__heatmapContainer{width:100%;max-height:60em;display:flex}.Categories-module__JxBVWq__table{text-align:center;border-radius:8px;width:50%;height:40em;min-height:40em;box-shadow:0 2px 4px #0000001a}.Categories-module__JxBVWq__tallUnit{width:100%;height:100%}.Categories-module__JxBVWq__row2{height:50em}.Categories-module__JxBVWq__tallSplitUnit{flex-direction:column;gap:2em;width:50%;min-height:60em;max-height:60em;display:flex}.Categories-module__JxBVWq__row2,.Categories-module__JxBVWq__row1{flex-direction:row;justify-content:space-between;gap:2em;margin-top:2em;display:flex}.Categories-module__JxBVWq__tallUnit,.Categories-module__JxBVWq__heatmapContainer{flex:1;min-width:0}@media (max-width:767px){.Categories-module__JxBVWq__row1,.Categories-module__JxBVWq__row2{flex-direction:column}.Categories-module__JxBVWq__row2{height:auto}.Categories-module__JxBVWq__table{width:100%;height:40em}.Categories-module__JxBVWq__tallUnit{flex:auto;height:40em}}
.orgDashboardOverview-module__-fID6a__orgDashboardWrapper{gap:2em;min-height:0;display:flex}.orgDashboardOverview-module__-fID6a__orgDashboardWrapper>.orgDashboardOverview-module__-fID6a__orgDashboard{flex:1;min-width:0}.orgDashboardOverview-module__-fID6a__rightSidebar{flex-direction:column;flex-shrink:0;gap:1.5em;width:280px;padding:2em 1.5em;display:flex}.orgDashboardOverview-module__-fID6a__rightSidebarOrgInfo{flex-direction:column;gap:.5em;display:flex}.orgDashboardOverview-module__-fID6a__rightSidebarOrgLogo{object-fit:cover;border-radius:6px;width:28px;height:28px}.orgDashboardOverview-module__-fID6a__rightSidebarOrgLogoPlaceholder{color:#fff;background:#ffffff1a;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-family:IBM Plex Mono;font-size:1.4em;font-weight:600;display:flex}.orgDashboardOverview-module__-fID6a__rightSidebarOrgName{color:#fff;margin-top:.25em;font-family:IBM Plex Mono;font-size:1.15em;font-weight:600}.orgDashboardOverview-module__-fID6a__rightSidebarMemberCount{color:#fff6;letter-spacing:.1em;text-transform:uppercase;font-family:IBM Plex Mono;font-size:.7em;font-weight:500}.orgDashboardOverview-module__-fID6a__rightSidebarDivider{background:#ffffff1a;height:1px}.orgDashboardOverview-module__-fID6a__rightSidebarSection{flex-direction:column;gap:1em;display:flex}.orgDashboardOverview-module__-fID6a__rightSidebarSectionTitle{color:#fff6;letter-spacing:.12em;text-transform:uppercase;font-family:IBM Plex Mono;font-size:.7em;font-weight:600}.orgDashboardOverview-module__-fID6a__rightSidebarMemberList{flex-direction:column;gap:.75em;display:flex}.orgDashboardOverview-module__-fID6a__rightSidebarMemberRow{align-items:center;gap:.75em;display:flex}.orgDashboardOverview-module__-fID6a__memberAvatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-family:IBM Plex Mono;font-size:.7em;font-weight:600;display:flex}.orgDashboardOverview-module__-fID6a__rightSidebarMemberName{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-family:IBM Plex Mono;font-size:.85em;overflow:hidden}.orgDashboardOverview-module__-fID6a__orgDashboard h1{letter-spacing:.02em;font-family:Arkham Heavy Condensed;font-size:2.5em}.orgDashboardOverview-module__-fID6a__orgDashboard h2{color:#fff9;text-transform:uppercase;font-family:IBM Plex Mono;font-size:1em}.orgDashboardOverview-module__-fID6a__header{justify-content:space-between;align-items:flex-start;gap:2em;display:flex}.orgDashboardOverview-module__-fID6a__headerTitle{flex:1}.orgDashboardOverview-module__-fID6a__headerControls{flex-shrink:0;align-items:center;gap:1em;display:flex}.orgDashboardOverview-module__-fID6a__timeFrameSelector{color:#fff;background:#ffffff1a;border-radius:.5em;font-family:IBM Plex Mono;font-size:.8em;display:flex}.orgDashboardOverview-module__-fID6a__timeFrameSelectorItem{color:#fff;cursor:pointer;border-radius:.25em;padding:.5em 1em;transition:all .2s}.orgDashboardOverview-module__-fID6a__timeFrameSelectorItem:hover{background:#fff3}.orgDashboardOverview-module__-fID6a__timeFrameSelectorItem.orgDashboardOverview-module__-fID6a__selected{background:var(--blue)}.orgDashboardOverview-module__-fID6a__content{flex-direction:column;gap:2em;margin-top:2em;display:flex}.orgDashboardOverview-module__-fID6a__summaryCards{grid-template-columns:repeat(5,1fr);gap:1.25em;display:grid}.orgDashboardOverview-module__-fID6a__summaryCard{background:linear-gradient(135deg,#0171d914 0%,#171921 60%);border:none;border-radius:.5em;flex-direction:column;gap:.75em;padding:1.5em;display:flex}.orgDashboardOverview-module__-fID6a__summaryCardLabel{color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em;font-family:IBM Plex Mono;font-size:.75em;font-weight:500}.orgDashboardOverview-module__-fID6a__summaryCardValue{color:#fff;font-family:IBM Plex Mono;font-size:2em;font-weight:600;line-height:1}.orgDashboardOverview-module__-fID6a__summaryCardSub{color:#ffffff8c;text-transform:uppercase;font-family:IBM Plex Mono;font-size:.7em}.orgDashboardOverview-module__-fID6a__twoColumns{grid-template-columns:1fr 1fr;gap:1.5em;display:grid}.orgDashboardOverview-module__-fID6a__card{background:#171921;border:none;border-radius:.5em;flex-direction:column;padding:1.5em;display:flex}.orgDashboardOverview-module__-fID6a__cardAccent{background:linear-gradient(135deg,#0171d914 0%,#171921 60%)}.orgDashboardOverview-module__-fID6a__cardTitle{color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;align-items:center;margin-bottom:1.5em;font-family:IBM Plex Mono;font-size:.8em;font-weight:600;display:flex}.orgDashboardOverview-module__-fID6a__cardCount{color:#fff6;font-family:IBM Plex Mono;font-size:1em;font-weight:400}.orgDashboardOverview-module__-fID6a__tableHeader{background:#ffffff0f;border-bottom:1px solid #ffffff14;display:flex}.orgDashboardOverview-module__-fID6a__tableHeaderCell{color:#ffffff80;text-transform:uppercase;letter-spacing:.06em;flex:1;padding:.85em 1em;font-family:IBM Plex Mono;font-size:.7em;font-weight:600}.orgDashboardOverview-module__-fID6a__tableHeaderCell:first-child{flex:2}.orgDashboardOverview-module__-fID6a__tableHeaderCell:not(:first-child){text-align:right}.orgDashboardOverview-module__-fID6a__tableBody{max-height:400px;overflow-y:auto}.orgDashboardOverview-module__-fID6a__tableRow{border-bottom:1px solid #ffffff0a;transition:background-color .15s;display:flex}.orgDashboardOverview-module__-fID6a__tableRow:hover{background:#ffffff08}.orgDashboardOverview-module__-fID6a__tableRow:last-child{border-bottom:none}.orgDashboardOverview-module__-fID6a__tableCell{color:#ffffffd9;flex:1;align-items:center;padding:.75em 1em;font-family:IBM Plex Mono;font-size:.85em;display:flex}.orgDashboardOverview-module__-fID6a__tableCell:first-child{flex:2;gap:.6em}.orgDashboardOverview-module__-fID6a__tableCell:not(:first-child){justify-content:flex-end}.orgDashboardOverview-module__-fID6a__alertName{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.orgDashboardOverview-module__-fID6a__alertInfo{flex-direction:column;gap:.2em;min-width:0;display:flex}.orgDashboardOverview-module__-fID6a__alertDescription{color:#fff6;white-space:nowrap;text-overflow:ellipsis;max-width:300px;font-size:.8em;overflow:hidden}.orgDashboardOverview-module__-fID6a__alertMeta{color:#ffffff80;align-items:center;gap:.5em;font-size:.8em;display:flex}.orgDashboardOverview-module__-fID6a__statusDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.orgDashboardOverview-module__-fID6a__statusActive{background:#4ade80;box-shadow:0 0 6px #4ade8066}.orgDashboardOverview-module__-fID6a__statusInactive{background:#ffffff40}.orgDashboardOverview-module__-fID6a__chainTag{color:#ffffffb3;text-transform:uppercase;background:#ffffff14;border-radius:.2em;padding:.2em .5em;font-family:IBM Plex Mono;font-size:.7em}.orgDashboardOverview-module__-fID6a__chainTags{flex-wrap:wrap;justify-content:flex-end;gap:.3em;display:flex}.orgDashboardOverview-module__-fID6a__moreChains{color:#fff6;padding:.2em .4em;font-family:IBM Plex Mono;font-size:.7em}.orgDashboardOverview-module__-fID6a__searchValue{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:250px;font-weight:500;overflow:hidden}.orgDashboardOverview-module__-fID6a__searchInfo{flex-direction:column;gap:.2em;min-width:0;display:flex}.orgDashboardOverview-module__-fID6a__searchUser{color:#fff6;white-space:nowrap;text-overflow:ellipsis;font-size:.8em;overflow:hidden}.orgDashboardOverview-module__-fID6a__valueTypeBadge{color:#fffc;text-transform:uppercase;white-space:nowrap;background:#ffffff14;border-radius:.2em;padding:.3em .6em;font-family:IBM Plex Mono;font-size:.7em}.orgDashboardOverview-module__-fID6a__timestamp{color:#ffffff73;white-space:nowrap;font-family:IBM Plex Mono;font-size:.8em}.orgDashboardOverview-module__-fID6a__emptyState{color:#ffffff59;text-align:center;justify-content:center;align-items:center;padding:3em 1em;font-family:IBM Plex Mono;font-size:.85em;display:flex}
.Listing-module__IBN3hq__container{flex-direction:column;width:100%;font-family:IBM Plex Mono Light;display:flex;overflow:hidden}.Listing-module__IBN3hq__topBarContainer{flex-direction:row;justify-content:space-between;padding:0 2em;display:flex}.Listing-module__IBN3hq__titleContainer{flex-direction:column;display:flex}.Listing-module__IBN3hq__sellIntel{font-family:Arkham Heavy Condensed;font-size:4em}.Listing-module__IBN3hq__sellIntelSubtitle{color:var(--gray);font-size:1.4em}.Listing-module__IBN3hq__titleSeparator{background-color:var(--dark-gray);width:100%;height:1px;margin:1em 0 1em 2em}.Listing-module__IBN3hq__bodyContainer{flex-direction:column;align-self:center;gap:2em;width:80%;height:100%;margin-top:1em;padding-bottom:1em;display:flex;overflow:auto}.Listing-module__IBN3hq__editSection{background:var(--bg-color-light);-webkit-mask:var(--beveled);mask:var(--beveled);flex-direction:column;flex-shrink:0;min-height:31em;padding:1.5em;display:flex}.Listing-module__IBN3hq__editSectionTitle{font-family:Arkham Heavy Condensed;font-size:1.8em}.Listing-module__IBN3hq__editSectionSeparator{background-color:var(--dark-gray);width:100%;height:1px;margin:1em 0}.Listing-module__IBN3hq__listingDetailsContainer{grid-template:"photo title""photo description"1fr/auto 1fr;gap:1em 1.5em;height:100%;display:grid}.Listing-module__IBN3hq__listingDetailsPhoto{grid-area:photo;grid-template-rows:auto 1fr;display:grid}.Listing-module__IBN3hq__listingDetailsTitle{grid-area:title;grid-template-rows:auto auto;grid-template-columns:auto 1fr auto;display:grid}.Listing-module__IBN3hq__input{background:var(--selected-light);color:var(--off-white);font:inherit;white-space:nowrap;text-overflow:ellipsis;-webkit-mask:var(--beveled-small);mask:var(--beveled-small);border:none;outline:none;margin:0;padding:.5em 0 .5em .5em;font-size:1.2em;overflow:hidden}.Listing-module__IBN3hq__input::placeholder{color:var(--placeholder)}.Listing-module__IBN3hq__grayedOut{color:var(--gray)}.Listing-module__IBN3hq__detailsTitleInput{grid-column:1/-1;width:100%;margin-top:.5em}.Listing-module__IBN3hq__listingDetailsDescription{grid-area:description;grid-template-rows:auto 1fr;grid-template-columns:auto 1fr auto;display:grid}.Listing-module__IBN3hq__detailsDescriptionTextarea{white-space:pre-wrap;resize:vertical;grid-column:1/-1;width:100%;height:100%;margin-top:.5em}.Listing-module__IBN3hq__subSectionTitle{align-items:flex-end;font-size:1.5em;display:flex}.Listing-module__IBN3hq__charCount{color:var(--medium-gray);font-size:1.5em}.Listing-module__IBN3hq__uploadIntelContainer{grid-template-columns:auto 1fr;height:100%;display:grid}.Listing-module__IBN3hq__submissionBodyTextarea{resize:vertical;width:100%;height:100%;margin-top:.5em}.Listing-module__IBN3hq__pricingContainer{grid-template-rows:auto auto;grid-template-columns:1fr 2fr;align-items:center;display:grid}.Listing-module__IBN3hq__pricingContainer>:nth-child(3n+4){margin-top:2em}.Listing-module__IBN3hq__pricingTitle{grid-column:1/-1;margin-bottom:.8em;font-size:1.3em}.Listing-module__IBN3hq__pricingDescription{color:var(--medium-gray)}.Listing-module__IBN3hq__footerSeparator{background-color:var(--dark-gray);width:100%;height:1px}.Listing-module__IBN3hq__footerContainer{justify-content:flex-end;gap:2em;padding:1em;display:flex}.Listing-module__IBN3hq__deleteDraft,.Listing-module__IBN3hq__fundListing{color:var(--off-white);cursor:pointer;-webkit-mask:var(--beveled);mask:var(--beveled);border:none;padding:.65em 2.2em;font-family:inherit;font-size:1.2em}.Listing-module__IBN3hq__deleteDraft:hover,.Listing-module__IBN3hq__fundListing:hover{filter:brightness(1.2)}.Listing-module__IBN3hq__deleteDraft{background-color:var(--red)}.Listing-module__IBN3hq__fundListing{background-color:var(--dark-green)}.Listing-module__IBN3hq__imageContainer{flex-shrink:0;width:18em;height:24em;margin-right:.5em;position:relative}.Listing-module__IBN3hq__image{object-fit:cover;cursor:pointer;flex-shrink:0;width:100%;height:100%}.Listing-module__IBN3hq__image:hover{filter:brightness(1.2)}.Listing-module__IBN3hq__image>span{display:none}.Listing-module__IBN3hq__image:hover>span{display:block}.Listing-module__IBN3hq__editImageOverlay{color:#000;opacity:0;cursor:pointer;background-color:#ffffff26;place-items:center;width:100%;height:100%;font-size:1.5em;transition:opacity .2s ease-in-out;display:grid;position:absolute;top:0;left:0}.Listing-module__IBN3hq__imageContainer:hover>.Listing-module__IBN3hq__editImageOverlay{opacity:1}.Listing-module__IBN3hq__imageInputArea{background:var(--selected-light);cursor:pointer;border:1px dashed #4a4a4a;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Listing-module__IBN3hq__imageInputArea:hover{filter:brightness(1.2)}.Listing-module__IBN3hq__loadingIconContainer{width:1.25em;height:1.25em;margin-top:1em;display:inline-block}.Listing-module__IBN3hq__fileUploadButton{cursor:pointer;opacity:.9;border-radius:1px;justify-content:center;align-items:center;width:10em;height:2.3em;margin-bottom:1em;padding:0 1em;font-size:1em;display:flex}.Listing-module__IBN3hq__fileUploadButton:hover{opacity:1}.Listing-module__IBN3hq__fileUploadButton>*{display:none}.Listing-module__IBN3hq__selectFilesEnabled{background-color:var(--blue)}.Listing-module__IBN3hq__selectFilesDisabled{background-color:var(--gray);opacity:1;cursor:default}.Listing-module__IBN3hq__selectFiles:hover{opacity:1}.Listing-module__IBN3hq__selectFiles>*{display:none}.Listing-module__IBN3hq__uploadFilesButton{-webkit-mask:var(--beveled);mask:var(--beveled);background-color:var(--blue);cursor:pointer;justify-content:center;align-items:center;display:flex}.Listing-module__IBN3hq__uploadFilesButton:hover{background-color:var(--lighter-blue)}.Listing-module__IBN3hq__fileUploadContainer{flex-direction:column;width:40em;margin-right:.5em;padding-top:.5em;display:flex}.Listing-module__IBN3hq__uploadedFileContainer{flex-direction:row;gap:1em;display:flex}.Listing-module__IBN3hq__uploadedFileContainerLeft{text-align:center;cursor:pointer;color:var(--gray);flex-direction:column;flex-shrink:1;justify-content:center;display:flex}.Listing-module__IBN3hq__uploadedFileContainerLeft:hover>*{color:var(--red)}.Listing-module__IBN3hq__uploadedFileContainerRight{flex-direction:column;flex-grow:1;justify-content:space-between;display:flex}.Listing-module__IBN3hq__attachedFilesList{flex-direction:column;gap:1em;display:flex}.Listing-module__IBN3hq__bidInfoContainer{flex-direction:row;align-items:center;gap:.7em;display:flex}.Listing-module__IBN3hq__bidInfoColumn,.Listing-module__IBN3hq__bidInfoColumnWide{flex-direction:column;gap:.2em;font-size:2em;display:flex}.Listing-module__IBN3hq__bidInfoColumn{width:8em}.Listing-module__IBN3hq__bidInfoColumnWide{width:12em}.Listing-module__IBN3hq__bidInfoTitle{font-size:.7em}.Listing-module__IBN3hq__green{color:var(--green)}.Listing-module__IBN3hq__grayARKM{color:var(--gray);opacity:.7;font-size:.9em}.Listing-module__IBN3hq__bidInfoValue{flex-direction:row;align-items:flex-end;gap:.2em;display:flex}.Listing-module__IBN3hq__copyIntelBody{color:var(--gray);opacity:.8;cursor:pointer;margin-bottom:.3em;margin-left:.8em;font-size:.8em}.Listing-module__IBN3hq__copyIntelBody:hover{color:var(--off-white)}.Listing-module__IBN3hq__previewToggle{margin-left:1em;font-size:.3em}.Listing-module__IBN3hq__previewToggle:hover{color:var(--green);cursor:pointer}.Listing-module__IBN3hq__claimEarningsButton,.Listing-module__IBN3hq__claimEarningsButtonEarly{cursor:pointer;opacity:.9;border-radius:1px;justify-content:center;align-items:center;margin:0 auto;padding:.4em .8em;font-size:.7em;display:flex}.Listing-module__IBN3hq__claimEarningsButton{background:var(--green)}.Listing-module__IBN3hq__claimEarningsButtonEarly{background:var(--red)}.Listing-module__IBN3hq__claimEarningsButton:hover,.Listing-module__IBN3hq__claimEarningsButtonEarly:hover{opacity:1}.Listing-module__IBN3hq__editSectionOwnerNote{color:var(--gray);margin-top:.5em;font-size:.9em}.Listing-module__IBN3hq__red{color:var(--red)}.Listing-module__IBN3hq__chatContainer{min-height:45em}@media (max-width:767px){.Listing-module__IBN3hq__topBarContainer{padding:0 .75em}.Listing-module__IBN3hq__titleContainer{font-size:.9em}.Listing-module__IBN3hq__bodyContainer{width:100%}.Listing-module__IBN3hq__chatContainer{min-height:25em}.Listing-module__IBN3hq__listingDetailsContainer{flex-direction:column;align-items:center;display:flex}.Listing-module__IBN3hq__listingDetailsTitle,.Listing-module__IBN3hq__listingDetailsDescription{width:100%}.Listing-module__IBN3hq__uploadIntelContainer{flex-direction:column;gap:2em;display:flex}.Listing-module__IBN3hq__fileUploadContainer{max-width:100%}.Listing-module__IBN3hq__pricingContainer{grid-template-columns:2fr 1fr;column-gap:1em}.Listing-module__IBN3hq__footerContainer{justify-content:space-between;font-size:.95em}}
.AllLabels-module__4PwbbW__container{flex-direction:column;gap:1.5em;width:fit-content;min-width:75%;height:100%;display:flex;position:relative}.AllLabels-module__4PwbbW__header{margin-left:1em;font-size:1.25em}.AllLabels-module__4PwbbW__export{cursor:pointer;margin:10px;padding:10px;position:absolute;top:0;right:0}.AllLabels-module__4PwbbW__gridContainer{height:100%;-webkit-mask:var(--beveled);mask:var(--beveled);background:var(--light-navy);grid-column-gap:1.5em;grid-row-gap:1.5em;grid-template-columns:1fr 2fr auto;align-content:flex-start;align-items:center;padding:1.5em;display:grid}.AllLabels-module__4PwbbW__editIcon{cursor:pointer;width:1em;height:1em}.AllLabels-module__4PwbbW__editIcon:hover{fill:#fff}.AllLabels-module__4PwbbW__tableHeaders{color:gray;padding-left:.6em}.AllLabels-module__4PwbbW__innerInput{padding-left:.6em}.AllLabels-module__4PwbbW__labelItem{padding-top:.5em;padding-bottom:.5em;padding-left:.6em}.AllLabels-module__4PwbbW__saveChanges{color:var(--primary);font-size:1em}.AllLabels-module__4PwbbW__editIconNotEditing{color:var(--gray);font-size:1.2em}.AllLabels-module__4PwbbW__icon{cursor:pointer;color:var(--gray);font-size:1.4em}.AllLabels-module__4PwbbW__chainTypeHeader{color:var(--gray);grid-column:1/4;justify-content:space-between;padding-left:.6em;display:flex}.AllLabels-module__4PwbbW__divider{background-color:#fff3;grid-column:1/-1;height:1px;margin-top:.2em;margin-right:.5em}.AllLabels-module__4PwbbW__noEntityLabel{color:var(--gray);padding:.6em}.AllLabels-module__4PwbbW__xOnHover{opacity:0}.AllLabels-module__4PwbbW__xOnHover:hover{opacity:1;cursor:pointer}.AllLabels-module__4PwbbW__entityAddRemove{margin-right:3em}.AllLabels-module__4PwbbW__delete{color:var(--red);cursor:pointer;justify-content:center;font-size:1.2em;display:flex}
.VolumeBars-module__U8aOja__flexItemLarge{flex:2;padding:1.25em}.VolumeBars-module__U8aOja__flexItemSmall{background-color:var(--light-navy);-webkit-mask:var(--beveled);mask:var(--beveled);flex:1}.VolumeBars-module__U8aOja__row{flex-direction:row;gap:20px;height:30em;display:flex}.VolumeBars-module__U8aOja__rowSection{background-color:var(--light-navy);-webkit-mask:var(--beveled);mask:var(--beveled);margin-top:2em}.VolumeBars-module__U8aOja__rowHeader{justify-content:space-between;align-items:center;font-family:IBM Plex Mono Light;display:flex}.VolumeBars-module__U8aOja__title{text-transform:uppercase;text-align:left;justify-content:space-between;align-items:center;padding:1.5em;font-family:IBM Plex Mono Light;font-size:1.25em;font-weight:700;display:flex}.VolumeBars-module__U8aOja__row:not(.VolumeBars-module__U8aOja__top-row) .VolumeBars-module__U8aOja__box{min-width:calc(50% - 20px);max-width:calc(50% - 20px)}.VolumeBars-module__U8aOja__selectors{align-items:center;gap:10px;margin-right:3em;display:flex}@media (max-width:768px){.VolumeBars-module__U8aOja__row{flex-direction:column;gap:1em;height:auto}.VolumeBars-module__U8aOja__flexItemLarge{padding:1em 1.2em}}
.orgMembers-module__dHNppG__header{justify-content:space-between;align-items:center;display:flex}.orgMembers-module__dHNppG__orgMembers h1{font-family:Arkham Heavy Condensed;font-size:2.5em}.orgMembers-module__dHNppG__orgMembers h2{color:#fff9;text-transform:uppercase;font-family:IBM Plex Mono;font-size:1em}.orgMembers-module__dHNppG__inviteBtn{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}.orgMembers-module__dHNppG__inviteBtn:hover{opacity:.8;transform:translateY(-1px)}.orgMembers-module__dHNppG__tabsHeader{gap:.5em;margin-top:2em;margin-bottom:0;display:flex}.orgMembers-module__dHNppG__tab{color:#fff9;cursor:pointer;text-transform:uppercase;background:#ffffff0d;border:none;border-radius:.5em .5em 0 0;padding:.75em 1.5em;font-family:IBM Plex Mono;font-size:.875em;font-weight:500;transition:all .2s}.orgMembers-module__dHNppG__tab:hover:not(.orgMembers-module__dHNppG__tabActive){color:#ffffffe6;background:#ffffff14}.orgMembers-module__dHNppG__tabActive{color:var(--blue);border-bottom:2px solid var(--blue);background:#ffffff0d}.orgMembers-module__dHNppG__tabActive:hover{color:var(--blue);background:#ffffff0d}.orgMembers-module__dHNppG__card{background:#ffffff0d;border-radius:0 .5em .5em;flex-direction:column;gap:1em;margin-top:0;padding:1.5em;display:flex;overflow:visible}.orgMembers-module__dHNppG__cardLabel{text-transform:uppercase;font-family:IBM Plex Mono}.orgMembers-module__dHNppG__tableContainer{position:relative}.orgMembers-module__dHNppG__table{border-collapse:collapse;color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5em;width:100%;font-family:IBM Plex Mono}.orgMembers-module__dHNppG__table th{text-align:left;text-transform:uppercase;color:#fff;letter-spacing:.05em;background:#ffffff1a;border-bottom:1px solid #ffffff1a;padding:.8em;font-family:IBM Plex Mono;font-size:.8em;font-weight:600}.orgMembers-module__dHNppG__table th:last-child{text-align:right}.orgMembers-module__dHNppG__table td{vertical-align:middle;text-transform:none;border-bottom:1px solid #ffffff0d;padding:.8em;transition:background-color .2s}.orgMembers-module__dHNppG__table td:last-child{text-align:right}.orgMembers-module__dHNppG__table tr:last-child td{border-bottom:none}.orgMembers-module__dHNppG__table tr:hover td{background:#ffffff05}.orgMembers-module__dHNppG__loadingCell,.orgMembers-module__dHNppG__errorCell,.orgMembers-module__dHNppG__emptyCell{color:#ffffff80;font-style:italic;text-align:center!important;padding:2em!important}.orgMembers-module__dHNppG__errorCell{color:#ff6b6b}.orgMembers-module__dHNppG__actionsHeader{width:3em}.orgMembers-module__dHNppG__actionsCell{text-align:center;vertical-align:middle;width:3em}.orgMembers-module__dHNppG__actionsDropdownWrapper{display:inline-block;position:relative}.orgMembers-module__dHNppG__actionsMenuButton{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:.4em;justify-content:center;align-items:center;width:2em;height:2em;transition:background-color .15s,color .15s;display:flex}.orgMembers-module__dHNppG__actionsMenuButton:hover{color:#ffffffe6;background:#ffffff14}.orgMembers-module__dHNppG__actionsDropdown{z-index:100;background:#1e2029;border:1px solid #ffffff1f;border-radius:.5em;min-width:13em;margin-top:.25em;padding:.3em 0;position:absolute;top:100%;right:0;box-shadow:0 8px 24px #0006}.orgMembers-module__dHNppG__actionsDropdownItem{color:#fffc;cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.5em;width:100%;padding:.55em .85em;font-family:IBM Plex Mono;font-size:.85em;transition:background-color .12s;display:flex}.orgMembers-module__dHNppG__actionsDropdownItem:hover{background:#ffffff0f}.orgMembers-module__dHNppG__actionsDropdownItem:disabled{opacity:.5;cursor:not-allowed}.orgMembers-module__dHNppG__actionsDropdownItemDanger{color:#ff6b6b}.orgMembers-module__dHNppG__actionsDropdownItemDanger:hover{background:#ff000014}.orgMembers-module__dHNppG__roleBadge{text-transform:capitalize;background:#ffffff1a;border-radius:.25em;padding:.25em .5em;font-size:.85em;display:inline-block}.orgMembers-module__dHNppG__adminBadge{color:var(--blue);background:#007bff33}.orgMembers-module__dHNppG__statusBadge{color:#eb9941;text-transform:capitalize;background:#eb994133;border-radius:.25em;padding:.25em .5em;font-size:.85em;display:inline-block}.orgMembers-module__dHNppG__statusBadgeActive{color:#4ade80;text-transform:capitalize;background:#00ff0026;border-radius:.25em;padding:.25em .5em;font-size:.85em;display:inline-block}.orgMembers-module__dHNppG__statusBadgeRemoved{color:#ffffff80;text-transform:capitalize;background:#ffffff1a;border-radius:.25em;padding:.25em .5em;font-size:.85em;display:inline-block}.orgMembers-module__dHNppG__inviteForm{background:#ffffff05;border:1px solid #ffffff1a;border-radius:.5em;justify-content:space-between;align-items:center;gap:.75em;padding:.5em;display:flex}.orgMembers-module__dHNppG__inviteInput{color:#fff;flex:1;max-width:400px;font-family:IBM Plex Mono}.orgMembers-module__dHNppG__inviteInput:focus{border-color:#fff6;outline:none}.orgMembers-module__dHNppG__inviteActions{align-items:center;gap:.5em;display:flex}.orgMembers-module__dHNppG__cancelBtn,.orgMembers-module__dHNppG__sendBtn,.orgMembers-module__dHNppG__sendBtnDisabled{cursor:pointer;text-transform:uppercase;border:none;border-radius:.25em;padding:.25em .5em;font-family:IBM Plex Mono;font-size:.8em}.orgMembers-module__dHNppG__cancelBtn{color:#fff;background-color:#ffffff1a}.orgMembers-module__dHNppG__cancelBtn:hover{background-color:#fff3}.orgMembers-module__dHNppG__sendBtn{color:#4ade80;background-color:#0f03}.orgMembers-module__dHNppG__sendBtn:hover{background-color:#00ff004d}.orgMembers-module__dHNppG__sendBtnDisabled{color:#fff6;cursor:not-allowed;background-color:#ffffff1a}.orgMembers-module__dHNppG__successMessage{color:#4ade80;text-align:center;text-transform:none;background-color:#00ff001a;border-radius:.5em;padding:1em;font-family:IBM Plex Mono}.orgMembers-module__dHNppG__errorMessage{color:#ff6b6b;text-align:center;text-transform:none;background-color:#ff00001a;border-radius:.5em;padding:1em;font-family:IBM Plex Mono}.orgMembers-module__dHNppG__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}.orgMembers-module__dHNppG__modalContent{color:#fff;text-align:center;background-color:#171921;border-radius:.5em;width:90%;max-width:500px;padding:2em;font-family:IBM Plex Mono}.orgMembers-module__dHNppG__modalButtons{justify-content:center;gap:1em;margin:1em 0;display:flex}.orgMembers-module__dHNppG__modalCancelButton{color:#fff;cursor:pointer;text-transform:uppercase;background-color:#ffffff1a;border-radius:.25em;padding:.5em 1em;font-family:IBM Plex Mono}.orgMembers-module__dHNppG__modalCancelButton:hover{background-color:#fff3}.orgMembers-module__dHNppG__modalDeleteButton{color:#ff6b6b;cursor:pointer;text-transform:uppercase;background-color:#f003;border-radius:.25em;padding:.5em 1em;font-family:IBM Plex Mono}.orgMembers-module__dHNppG__modalDeleteButton:hover{background-color:#ff00004d}.orgMembers-module__dHNppG__modalText{color:#ffffffb3;margin-top:1em;font-size:.8em}.orgMembers-module__dHNppG__loadingContainer{justify-content:center;margin:1em 0;display:flex}
.PreviewListing-module__6UNhJW__container{flex-direction:column;width:100%;height:100%;font-family:IBM Plex Mono Light;display:flex}.PreviewListing-module__6UNhJW__body{grid-template-rows:auto 1fr;grid-template-columns:auto 1fr;gap:2em;width:90%;height:100%;margin-left:2em;display:grid}.PreviewListing-module__6UNhJW__bodySeparator{background-color:var(--dark-gray);width:100%;height:1px;margin:1em 0}.PreviewListing-module__6UNhJW__title{text-transform:uppercase;grid-column:1/3;font-size:3em}.PreviewListing-module__6UNhJW__picture{width:27em;height:36em;position:relative}.PreviewListing-module__6UNhJW__image{object-fit:cover;width:100%;height:100%}.PreviewListing-module__6UNhJW__content{flex-direction:column;gap:1.3em;font-size:1.4em;display:flex}.PreviewListing-module__6UNhJW__topInfo{gap:1.5em;display:flex}.PreviewListing-module__6UNhJW__keyAndValue{gap:.7em;display:flex}.PreviewListing-module__6UNhJW__key{color:var(--medium-gray)}.PreviewListing-module__6UNhJW__value{text-transform:uppercase}.PreviewListing-module__6UNhJW__bidStatusGreen,.PreviewListing-module__6UNhJW__bidStatusRed{border-style:solid;border-width:1px;border-radius:1px;width:fit-content;padding:.5em 1.5em;font-size:.7em}.PreviewListing-module__6UNhJW__bidStatusGreen{border-color:var(--green);color:var(--green)}.PreviewListing-module__6UNhJW__bidStatusRed{border-color:var(--red);color:var(--red)}.PreviewListing-module__6UNhJW__auctionStatus{gap:2em;display:flex}.PreviewListing-module__6UNhJW__auctionStatusItemContent{font-size:2em}.PreviewListing-module__6UNhJW__arkmAmount{gap:.5em;display:flex}.PreviewListing-module__6UNhJW__auctionStatusItemContainer{flex-direction:column;gap:.5em;display:flex}.PreviewListing-module__6UNhJW__auctionStatusSeparator{background-color:var(--medium-gray);width:1px}.PreviewListing-module__6UNhJW__placeBid,.PreviewListing-module__6UNhJW__buyItNow{color:var(--off-white);cursor:pointer;-webkit-mask:var(--beveled);mask:var(--beveled);border:none;width:fit-content;padding:.65em 4.5em;font-family:inherit}.PreviewListing-module__6UNhJW__placeBid{background-color:var(--blue)}.PreviewListing-module__6UNhJW__buyItNow{background-color:var(--dark-green)}.PreviewListing-module__6UNhJW__placeBid:hover,.PreviewListing-module__6UNhJW__buyItNow:hover{filter:brightness(1.1)}.PreviewListing-module__6UNhJW__green{color:var(--green)}.PreviewListing-module__6UNhJW__mediumGray{color:var(--medium-gray)}.PreviewListing-module__6UNhJW__auctionDescription{flex-direction:column;flex-grow:1;gap:.5em;display:flex}.PreviewListing-module__6UNhJW__descriptionContent{background-color:var(--bg-color-light);-webkit-mask:var(--beveled);mask:var(--beveled);height:100%;padding:.8em;font-size:.7em}.PreviewListing-module__6UNhJW__verifiedContainer{gap:.8em;display:flex}.PreviewListing-module__6UNhJW__checkContainer{margin-top:.1em;font-size:2.5em}.PreviewListing-module__6UNhJW__verifiedInfo{flex-direction:column;gap:.3em;font-size:.7em;display:flex}.PreviewListing-module__6UNhJW__verifiedTitle{color:var(--verified-blue)}.PreviewListing-module__6UNhJW__verifiedContent{color:var(--gray);font-size:.8em}.PreviewListing-module__6UNhJW__listingsContainer{flex-direction:column;gap:.5em;padding-left:1em;display:flex}.PreviewListing-module__6UNhJW__listingsTitle{font-size:1.5em}.PreviewListing-module__6UNhJW__listings{gap:2em;display:flex}.PreviewListing-module__6UNhJW__listings>*{min-width:26em;max-width:26em}.PreviewListing-module__6UNhJW__separator{background-image:linear-gradient(to right,var(--dark-gray),var(--dark-gray)90%,transparent);width:100%;height:1px}.PreviewListing-module__6UNhJW__showOnMobile{display:none}@media (max-width:767px){.PreviewListing-module__6UNhJW__body{flex-direction:column;width:100%;max-width:100vw;margin-left:0;padding-left:.75em;padding-right:.75em;display:flex;overflow:scroll}.PreviewListing-module__6UNhJW__container{width:100vw;margin-right:0}.PreviewListing-module__6UNhJW__topInfo{flex-direction:column;gap:1em}.PreviewListing-module__6UNhJW__image{height:auto}.PreviewListing-module__6UNhJW__showOnMobile{display:block}.PreviewListing-module__6UNhJW__description{min-height:10em}.PreviewListing-module__6UNhJW__choosePhotoModalContainer{width:100vw;height:80vh;padding:.75em}.PreviewListing-module__6UNhJW__name{padding:0 .2em;font-size:2.5em}.PreviewListing-module__6UNhJW__keyAndValue,.PreviewListing-module__6UNhJW__auctionStatus{justify-content:space-between}}
.LabelList-module__QL2VQW__container{background:var(--light-navy);-webkit-mask:var(--beveled);mask:var(--beveled);padding:1em;overflow:auto}.LabelList-module__QL2VQW__entityAddresses{grid-template-columns:1fr 2.5fr auto;align-items:center;gap:1em;display:grid}.LabelList-module__QL2VQW__entityAddressesTitle{justify-content:space-between;display:flex}.LabelList-module__QL2VQW__entityAddressName,.LabelList-module__QL2VQW__entityAddressValue{color:var(--off-white);white-space:nowrap;text-overflow:ellipsis;padding-right:1.5em;overflow:hidden}.LabelList-module__QL2VQW__entityAddressesInnerItem{padding-left:.6em}.LabelList-module__QL2VQW__gray,.LabelList-module__QL2VQW__entityCounterpartiesTableHeader{color:var(--gray)}.LabelList-module__QL2VQW__newEntityAddressInput{width:100%}.LabelList-module__QL2VQW__editIconNotEditing{color:var(--gray);font-size:1.2em}.LabelList-module__QL2VQW__icon{cursor:pointer;color:var(--gray);font-size:1.4em}.LabelList-module__QL2VQW__chainTypeHeader{color:var(--gray);grid-column:1/-1;justify-content:space-between;padding-left:.6em;display:flex}.LabelList-module__QL2VQW__saveEdits{color:var(--primary);cursor:pointer}.LabelList-module__QL2VQW__divider{background-color:#fff3;grid-column:1/-1;height:1px;margin-top:.2em;margin-right:.5em}.LabelList-module__QL2VQW__editableLabel{width:100%;overflow-x:scroll}.LabelList-module__QL2VQW__delete{color:var(--red);cursor:pointer;justify-content:center;font-size:1.2em;display:flex}.LabelList-module__QL2VQW__viewEntityProfile{margin-top:auto}.LabelList-module__QL2VQW__viewEntityProfile:hover{filter:brightness(1.2)}.LabelList-module__QL2VQW__entityAddressAddress{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.LabelList-module__QL2VQW__entityAddressAddress:hover{cursor:pointer;text-decoration:underline}.LabelList-module__QL2VQW__entityAddressesItemContainer{white-space:nowrap;text-overflow:ellipsis;flex-direction:row;max-width:100%;display:flex;overflow:hidden}.LabelList-module__QL2VQW__uploadButtonContainer{text-transform:uppercase;justify-content:center;margin-top:auto;display:flex}.LabelList-module__QL2VQW__csvTextEntry{min-width:20em;max-width:45em;height:11em;min-height:10em;max-height:40em}.LabelList-module__QL2VQW__uploadLabel{cursor:pointer}.LabelList-module__QL2VQW__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}.LabelList-module__QL2VQW__uploadButton:hover{filter:brightness(1.2)}.LabelList-module__QL2VQW__uploadButton:active{color:var(--darker-blue)}.LabelList-module__QL2VQW__csvUploadModal{background:var(--light-navy);border-radius:.25em;width:75em;margin:auto;padding:2em;box-shadow:0 2px 12px #0000001a}.LabelList-module__QL2VQW__csvModalHeader{text-align:center;margin-bottom:1em;font-size:1.7em}.LabelList-module__QL2VQW__csvModalContent{flex-direction:column;align-items:center;gap:1.7em;margin-bottom:1.7em;display:flex}.LabelList-module__QL2VQW__csvTextArea{background-color:var(--off-white);resize:vertical;border:1px solid #dddddd6a;border-radius:.25em;width:100%;height:13em;padding:.8em;font-size:1.2em}.LabelList-module__QL2VQW__fileUploadContainer{color:var(--gray);flex-direction:column;align-items:center;gap:.7em;font-size:1.2em;display:flex}.LabelList-module__QL2VQW__fileInputButtonContainer{flex-direction:column;align-items:center;gap:8px;display:flex}.LabelList-module__QL2VQW__fileInput{display:none}.LabelList-module__QL2VQW__fileName{text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;color:var(--gray);margin-top:0;font-size:11px;line-height:1.5;overflow:hidden}.LabelList-module__QL2VQW__uploadGrid{grid-template-columns:1fr auto 1fr;gap:5em;display:grid}.LabelList-module__QL2VQW__uploadGridCell{flex-direction:column;gap:1em;display:flex}.LabelList-module__QL2VQW__uploadLabel{text-align:center;font-size:1.3em}.LabelList-module__QL2VQW__uploadBottomMessage{color:var(--gray);text-transform:uppercase;text-align:center;margin-top:2em;margin-left:auto;margin-right:auto}.LabelList-module__QL2VQW__csvUploadMiddleSection{text-align:center;flex-direction:column;flex-grow:1;justify-content:center;gap:.5em;display:flex}.LabelList-module__QL2VQW__or{text-transform:uppercase;justify-content:center;align-items:center;height:100%;display:flex}.LabelList-module__QL2VQW__doneButton{justify-content:center;align-items:center;margin-top:auto;padding:2em;display:flex}.LabelList-module__QL2VQW__doneButton>*{border-radius:2px;padding:.5em 2em}.LabelList-module__QL2VQW__showOnMobile{display:none}.LabelList-module__QL2VQW__bulkUploadButton{justify-content:flex-end;width:100%;padding:.5em 0;display:flex}@media (max-width:767px){.LabelList-module__QL2VQW__csvUploadModal{flex-direction:column;justify-content:center;width:100vw;height:100vh;display:flex}.LabelList-module__QL2VQW__uploadGrid{flex-direction:column;gap:1em;display:flex}.LabelList-module__QL2VQW__showOnMobile{display:flex}.LabelList-module__QL2VQW__entityAddresses{grid-template-columns:4fr 7fr auto;row-gap:1em}.LabelList-module__QL2VQW__entityAddRemove{font-size:1em}}
.Futures-module__SzOGnW__marketOverview{flex-direction:row;display:flex}.Futures-module__SzOGnW__topRow{gap:20px;width:100%;height:16em;display:flex}.Futures-module__SzOGnW__seperateRow{gap:20px;width:100%;height:30em;display:flex}.Futures-module__SzOGnW__flexItemLarge{background-color:var(--light-navy);-webkit-mask:var(--beveled);mask:var(--beveled);flex:2}.Futures-module__SzOGnW__flexItemSmall{background-color:var(--light-navy);-webkit-mask:var(--beveled);mask:var(--beveled);flex:1}.Futures-module__SzOGnW__row{flex-direction:row;gap:20px;height:30em;display:flex}.Futures-module__SzOGnW__rowSection{background-color:var(--light-navy);-webkit-mask:var(--beveled);mask:var(--beveled);margin-top:2em}.Futures-module__SzOGnW__title{text-transform:uppercase;text-align:left;justify-content:space-between;align-items:center;padding:1.5em;font-family:IBM Plex Mono Light;font-size:1.25em;font-weight:700;display:flex}.Futures-module__SzOGnW__box{text-align:center;border:1px solid #ccc;border-radius:8px;flex:1;min-width:calc(33.3333% - 40px);max-width:calc(33.3333% - 40px);max-height:50em;padding:20px;box-shadow:0 2px 4px #0000001a}.Futures-module__SzOGnW__row:not(.Futures-module__SzOGnW__top-row) .Futures-module__SzOGnW__box{min-width:calc(50% - 20px);max-width:calc(50% - 20px)}.Futures-module__SzOGnW__rowSection{margin-top:20px}.Futures-module__SzOGnW__rowHeader{justify-content:space-between;align-items:center;font-family:IBM Plex Mono Light;display:flex}.Futures-module__SzOGnW__selectors{align-items:center;gap:10px;margin-right:3em;display:flex}@media (max-width:768px){.Futures-module__SzOGnW__topRow{flex-direction:column;flex:auto;height:auto}.Futures-module__SzOGnW__topRow>*{height:16em}.Futures-module__SzOGnW__seperateRow,.Futures-module__SzOGnW__row{flex-direction:column;height:auto}.Futures-module__SzOGnW__seperateRow>*{flex:auto;height:40em}.Futures-module__SzOGnW__row{gap:0}.Futures-module__SzOGnW__flexItemSmall{flex:auto}.Futures-module__SzOGnW__stackedChart{padding:1.25em}}
.Graph-module__CmI2jW__graph{width:100%;height:100%;position:absolute}.Graph-module__CmI2jW__loadOverlay{-webkit-backdrop-filter:blur(.5em);backdrop-filter:blur(.5em);z-index:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}
.Mindshare-module__L8OIgW__selects{justify-content:right;align-items:center;gap:1em;display:flex}.Mindshare-module__L8OIgW__chartContainer{cursor:pointer;width:100%;height:100%;position:absolute;top:0}.Mindshare-module__L8OIgW__controlsOverlay{z-index:1;background-color:var(--bg-color-light);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom-right-radius:.5em;border-bottom-left-radius:.5em;padding:0 1em .5em;position:absolute;top:0;right:0}
