@charset "UTF-8";.ParsecFlexRow{display:flex}.ParsecFlexRow.ParsecFlexRow_alignItemsCenter{align-items:center}.ParsecFlexRow.ParsecFlexRow_noShrink>*{flex-shrink:0}.ParsecFlexRow.ParsecFlexRow_clickable{cursor:pointer}.CircularLoader{text-align:center;color:var(--gray-600)}.CircularLoader .xs{font-size:12px;width:12px;height:12px}.CircularLoader .sm{font-size:1rem}.CircularLoader .md{font-size:2rem}.CircularLoader .lg{font-size:3rem}.ParsecButton{margin:0;padding:6px 16px;font-size:.9rem;cursor:default;font-family:var(--font-family);color:var(--text-1);position:relative;transition:all .1s ease 0s;display:inline-flex;align-items:center;justify-content:center;border:none;box-shadow:none}.ParsecButton.color-default{background:var(--background-4)}.ParsecButton.color-default:hover{background:var(--background-5)}.ParsecButton.color-default:active{background:var(--background-6)}.ParsecButton.selected{outline:solid 2px var(--text-2)}.ParsecButton.padded{font-size:1rem;padding:.5rem 1rem}.ParsecButton.bold{font-weight:700}.ParsecButton.icon{font-size:16px;width:32px}.ParsecButton.loading{color:transparent!important}.ParsecButton.underlined{color:var(--text-2);background:none;text-decoration:underline}.ParsecButton.underlined:hover{color:var(--text-1);background:none}.ParsecButton.small{padding:0 4px;margin:0;min-height:unset!important;font-size:.75rem}.ParsecButton.plain{background:none;color:var(--text-2)}.ParsecButton.plain.selected,.ParsecButton.plain:hover{background:none;color:var(--text-1)}.ParsecButton.plain:disabled{color:var(--text-4);background:none}.ParsecButton.plain:disabled:hover{background:none;color:var(--text-4)}.ParsecButton.plain svg{color:inherit}.ParsecButton.color-blurple{background:var(--primary-3);color:var(--softwhite)}.ParsecButton.color-blurple:hover{background:var(--primary-2)}.ParsecButton.color-blurple svg{color:var(--softwhite)}.ParsecButton.color-green,.ParsecButton.color-green:hover{background:var(--background-green)}.ParsecButton.color-lightblack{background:var(--background-2)}.ParsecButton.color-lightblack:hover{background:var(--background-3)}.ParsecButton.color-lightblack:active{background:var(--background-4)}.ParsecButton.color-red{background:var(--red-700);color:var(--softwhite)}.ParsecButton.color-red:hover{background:var(--red-600)}.ParsecButton.color-red svg{color:var(--text-1)}.ParsecButton.color-gray{background:var(--background-4);color:var(--text-1)}.ParsecButton.color-gray:hover{background:var(--background-5)}.ParsecButton.color-gray svg{color:var(--text-1)}.ParsecButton.color-darkgray{background:var(--background-4)}.ParsecButton.color-darkgray:hover{background:var(--background-5)}.ParsecButton.color-darkgray svg{color:var(--text-1)}.ParsecButton:disabled{background:var(--background-3);color:var(--text-4);cursor:default}.ParsecButton:disabled svg{color:var(--background-4)}.ParsecButton:disabled:hover{background:var(--background-3);color:var(--text-4)}.ParsecButton svg{font-size:.7em;color:var(--text-2);padding:0 6px}.ParsecButton .CircularLoader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ParsecDropdown{position:relative;color:var(--text-1);font-size:.9rem}.ParsecDropdown input{background:var(--background-2);transition:border .3s;padding-right:2px}.ParsecDropdown input::placeholder{color:var(--text-3)}.ParsecDropdown input:not(:focus){cursor:default}.ParsecDropdown.ParsecDropdown_primary input:not(:focus){border-left:solid 2px var(--primary-1)}.ParsecDropdown.ParsecDropdown_large input{height:40px;padding-left:8px;font-size:1rem}.ParsecDropdown.ParsecDropdown_medium input{height:32px;padding-left:8px;font-size:1rem}.ParsecDropdown.ParsecDropdown_darkgray input{background:var(--background-3)}.ParsecDropdown.ParsecDropdown_darkgray input::placeholder{color:var(--text-2)}.ParsecDropdown.ParsecDropdown_darkgray input:not(:focus){background:var(--background-3)}.ParsecDropdown.ParsecDropdown_darkgray input:not(:focus)::placeholder{color:var(--gray-400)}.ParsecDropdown.ParsecDropdown_orange input:not(:focus){border:solid 1px rgba(var(--orange-rgb),.2);border-left:solid 2px var(--orange-400);background:rgba(var(--orange-rgb),.1)}.ParsecDropdown.ParsecDropdown_orange input:not(:focus)::placeholder{color:rgba(var(--orange-rgb),.8)}.ParsecDropdown.ParsecDropdown_orange .ParsecDropdown_chevronDown{color:rgba(var(--orange-rgb),.2)}.ParsecDropdown_panel{background:var(--background-1);border:solid 1px var(--gray-700);box-sizing:border-box;z-index:20000000000;display:flex}.ParsecDropdown_panel .ParsecDropdown_back{cursor:pointer;display:flex;align-items:center;background:var(--background-3);border-right:solid 1px var(--gray-700)}.ParsecDropdown_panel .ParsecDropdown_back svg{padding:3px;color:var(--gray-600);font-size:.8rem}.ParsecDropdown_panel .ParsecDropdown_back:hover{background:var(--gray-850)}.ParsecDropdown_panel .ParsecDropdown_back:hover svg{color:var(--gray-400)}.ParsecDropdown_panel .ParsecDropdown_results{width:100%}.ParsecDropdown_panel .ParsecDropdown_results.ParsecDropdown_showBackButton{width:calc(100% - 15px)}.ParsecDropdown_panel .ParsecDropdown_results .ParsecButton{background:var(--background-1);margin:0;border:none;display:block;text-align:left;font-size:.8rem;padding:6px 6px 6px 8px;height:34px;width:100%;border-bottom:solid 1px var(--gray-700);display:flex;align-items:center;justify-content:space-between;overflow:hidden;white-space:nowrap}.ParsecDropdown_panel .ParsecDropdown_results .ParsecButton:hover{background:var(--background-3);border:none;border-bottom:solid 1px var(--gray-700)}.ParsecDropdown_panel .ParsecDropdown_results .ParsecButton:focus{background:var(--background-3);outline:none}.ParsecDropdown_panel .ParsecDropdown_results .ParsecButton:last-child{border:none}.ParsecDropdown_panel .ParsecDropdown_results span{padding:2px;overflow:hidden}.ParsecDropdown_panel .ParsecDropdown_results .ParsecDropdown_message{display:block;background:var(--background-1);white-space:normal;padding:8px}.ParsecDropdown_panel img{width:16px;height:16px}.ParsecIconButton{background:none;border:none;color:var(--text-1);font-family:var(--font-family);padding:6px;cursor:pointer;height:23px;font-size:.8rem;display:flex;align-items:center;justify-content:center;position:relative}.ParsecIconButton.ParsecIconButton_absolute{position:absolute}.ParsecIconButton svg{color:var(--icon-color);flex:none}.ParsecIconButton:hover svg{color:var(--icon-hover)}.ParsecIconButton .fa-camera,.ParsecIconButton .fa-layer-group,.ParsecIconButton .fa-plus{font-size:.9em}.ParsecIconButton .fa-star{font-size:.8em}.ParsecIconButton.ParsecIconButton_bordered{margin:0;background:var(--background-3);width:36px;height:28px}.ParsecIconButton.ParsecIconButton_bordered:hover{background:var(--background-4)}.ParsecIconButton.ParsecIconButton_bordered:active{background:var(--background-5)}.ParsecIconButton.ParsecIconButton_bordered .ParsecIconButton_prefix{padding-left:4px}.ParsecIconButton.ParsecIconButton_bordered svg{margin:auto;display:block}.ParsecIconButton.ParsecIconButton_bordered.ParsecIconButton_small,.ParsecIconButton.ParsecIconButton_bordered.ParsecIconButton_micro{min-width:18px}.ParsecIconButton.ParsecIconButton_primary{background:rgba(var(--primary-rgb),.3)}.ParsecIconButton.ParsecIconButton_primary svg{color:var(--text-2)}.ParsecIconButton.ParsecIconButton_primary:hover{background:rgba(var(--primary-rgb),.6)}.ParsecIconButton.ParsecIconButton_color_orange svg{color:var(--orange-400)}.ParsecIconButton.ParsecIconButton_color_orange svg:hover{color:var(--orange-150)}.ParsecIconButton.ParsecIconButton_color_red svg{color:var(--red-400)}.ParsecIconButton.ParsecIconButton_color_red svg:hover{color:var(--red-250)}.ParsecIconButton.ParsecIconButton_color_text_6 svg{color:var(--text-6)}.ParsecIconButton.ParsecIconButton_color_text_6 svg:hover{color:var(--text-3)}.ParsecIconButton.ParsecIconButton_small{font-size:.7rem;height:initial;padding:4px;margin:0;min-width:initial;min-height:initial}.ParsecIconButton.ParsecIconButton_micro{font-size:.6rem;height:initial;padding:2px;margin:0;min-width:initial;min-height:initial}.ParsecIconButton.ParsecIconButton_thin{font-size:.5rem;margin:0;padding:3px;min-width:initial}.ParsecIconButton.ParsecIconButton_selected{background:var(--background-3)}.ParsecIconButton.ParsecIconButton_selected svg{color:var(--gray-200)}.ParsecIconButton.ParsecIconButton_selected:hover{background:var(--hover-background);color:var(--hover-color)}.ParsecIconButton.ParsecIconButton_selected.ParsecIconButton_darkgray{background:var(--background-4)}.ParsecIconButton.ParsecIconButton_selected.ParsecIconButton_darkgray svg{color:var(--text-2)}.ParsecIconButton.ParsecIconButton_selected.ParsecIconButton_darkgray:hover{background:var(--gray-600)}.ParsecIconButton.ParsecIconButton_selected.ParsecIconButton_orange{background:var(--orange-700)}.ParsecIconButton.ParsecIconButton_selected.ParsecIconButton_orange svg{color:var(--text-2)}.ParsecIconButton.ParsecIconButton_selected.ParsecIconButton_orange:hover{background:var(--orange-600)}.ParsecIconButton.ParsecIconButton_selected.ParsecIconButton_blurple{background:var(--primary-3)}.ParsecIconButton.ParsecIconButton_selected.ParsecIconButton_blurple svg{color:var(--text-1)}.ParsecIconButton.ParsecIconButton_selected.ParsecIconButton_blurple:hover{background:var(--primary-2)}.ParsecIconButton.ParsecIconButton_darkgray{background:var(--background-3)}.ParsecIconButton.ParsecIconButton_darkgray svg{color:var(--text-3)}.ParsecIconButton.ParsecIconButton_darkgray:hover{background:var(--background-4)}.ParsecIconButton.ParsecIconButton_orange{background:var(--orange-800)}.ParsecIconButton.ParsecIconButton_orange svg{color:var(--gray-400)}.ParsecIconButton.ParsecIconButton_orange:hover{background:var(--orange-700)}.ParsecIconButton.ParsecIconButton_blurple{background:rgba(var(--primary-rgb),.4)}.ParsecIconButton.ParsecIconButton_blurple svg{color:var(--text-2)}.ParsecIconButton.ParsecIconButton_blurple:hover{background:var(--primary-3)}.ParsecIconButton.ParsecIconButton_disabled{cursor:initial;pointer-events:none}.ParsecIconButton.ParsecIconButton_disabled svg{color:var(--gray-700)}.ParsecIconButton.ParsecIconButton_disabled:hover svg{color:var(--gray-700)}.ParsecIconButton .ParsecIconButton_loading{position:absolute;top:50%;left:50%;margin:-6px 0 0 -6px;pointer-events:none}.ParsecDropdown_actionRow{position:relative;min-height:22px;background:var(--background-3);color:var(--text-1);display:flex;align-items:center;justify-content:center;margin:0;padding:0;font-size:.8rem}.ParsecDropdown_actionRow .ParsecIconButton{font-size:.7rem;margin:0;padding:1px;height:unset}.ParsecInputBase{display:block;background:var(--background-3);font-family:var(--font-family);border:none;border-radius:0;color:var(--text-1);margin:0;border:solid 1px var(--background-4);padding:3px;height:28px;font-size:.9rem;box-sizing:border-box}.ParsecInputBase::placeholder{color:var(--text-2)}.ParsecInputBase:focus{outline:none}.ParsecInputBase:focus:not(:read-only){border:solid 1px var(--background-5)}.ParsecInputBase:read-only{color:var(--text-1);background:var(--background-1);border-color:var(--gray-800)}.ParsecInputBase[type=color]{padding:0;margin:0;width:65px}.ParsecDropdown_chevronDown{position:absolute;top:5px;right:8px;color:var(--gray-700);font-size:.8rem}.LiquidityPoolPicker_result img{height:16px;width:16px}.ParsecSpan{color:var(--text-1);font-weight:400;font-size:.9rem}.ParsecSpan.ParsecSpan_colon{margin-right:2px}.ParsecSpan.ParsecSpan_colon:after{content:":"}.ParsecSpan.ParsecSpan_box{padding:2px 8px;background-color:var(--background-1);border:solid 1px var(--background-4)}.ParsecSpan.ParsecSpan_taggreen{padding:2px 8px;border-radius:4px;background:rgba(var(--green-rgb),.2);border:solid 1px var(--text-green)}.ParsecSpan.ParsecSpan_taggreen.ParsecSpan_clickable:hover{filter:brightness(130%)}.ParsecSpan.ParsecSpan_tagblue{padding:2px 8px;border-radius:4px;background:rgba(var(--blue-rgb),.4);border:solid 1px var(--blue-400)}.ParsecSpan.ParsecSpan_tagblue.ParsecSpan_clickable:hover{filter:brightness(130%)}.ParsecSpan.ParsecSpan_tagred{padding:2px 8px;border-radius:4px;background:rgba(var(--red-rgb),.3);border:solid 1px var(--red-400)}.ParsecSpan.ParsecSpan_tagred.ParsecSpan_clickable:hover{filter:brightness(130%)}.ParsecSpan.ParsecSpan_tagorange{padding:2px 8px;border-radius:4px;background:rgba(var(--orange-rgb),.2);border:solid 1px var(--orange-400)}.ParsecSpan.ParsecSpan_tagorange.ParsecSpan_clickable:hover{filter:brightness(130%)}.ParsecSpan.ParsecSpan_tagblurple{padding:2px 8px;border-radius:4px;background:rgba(var(--blurple-rgb),.3);border:solid 1px var(--blurple-400)}.ParsecSpan.ParsecSpan_tagblurple.ParsecSpan_clickable:hover{filter:brightness(130%)}.ParsecSpan.ParsecSpan_tagprimary{padding:2px 8px;border-radius:4px;background:rgba(var(--primary-rgb),.3);border:solid 1px var(--primary-1)}.ParsecSpan.ParsecSpan_tagprimary.ParsecSpan_clickable:hover{filter:brightness(130%)}.ParsecSpan.ParsecSpan_taggray{padding:2px 8px;border-radius:4px;background:rgba(var(--lightgray-rgb),.3);border:solid 1px var(--gray-600)}.ParsecSpan.ParsecSpan_taggray.ParsecSpan_clickable:hover{filter:brightness(130%)}.ParsecSpan.ParsecSpan_tagdarkgray{padding:2px 8px;border-radius:4px;background:rgba(var(--gray-rgb),.2);border:solid 1px var(--gray-750)}.ParsecSpan.ParsecSpan_tagdarkgray.ParsecSpan_clickable:hover{filter:brightness(130%)}.ParsecSpan.ParsecSpan_green{color:var(--text-green)}.ParsecSpan.ParsecSpan_green .ParsecSpan_comma:after{background-color:var(--text-green)}.ParsecSpan.ParsecSpan_blue{color:var(--text-blue)}.ParsecSpan.ParsecSpan_blue .ParsecSpan_comma:after{background-color:var(--text-blue)}.ParsecSpan.ParsecSpan_red{color:var(--red-400)}.ParsecSpan.ParsecSpan_red .ParsecSpan_comma:after{background-color:var(--red-400)}.ParsecSpan.ParsecSpan_orange{color:var(--text-orange)}.ParsecSpan.ParsecSpan_orange .ParsecSpan_comma:after{background-color:var(--text-orange)}.ParsecSpan.ParsecSpan_gray{color:var(--gray-700)}.ParsecSpan.ParsecSpan_gray .ParsecSpan_comma:after{background-color:var(--gray-700)}.ParsecSpan.ParsecSpan_blurple{color:var(--text-blurple)}.ParsecSpan.ParsecSpan_blurple .ParsecSpan_comma:after{background-color:var(--text-blurple)}.ParsecSpan.ParsecSpan_yellow{color:var(--yellow)}.ParsecSpan.ParsecSpan_yellow .ParsecSpan_comma:after{background-color:var(--yellow)}.ParsecSpan.ParsecSpan_pink{color:var(--pink-500)}.ParsecSpan.ParsecSpan_pink .ParsecSpan_comma:after{background-color:var(--pink-500)}.ParsecSpan.ParsecSpan_lightestgray{color:var(--text-3)}.ParsecSpan.ParsecSpan_lightestgray .ParsecSpan_comma:after{background-color:var(--text-3)}.ParsecSpan.ParsecSpan_lightergray{color:var(--gray-400)}.ParsecSpan.ParsecSpan_lightergray .ParsecSpan_comma:after{background-color:var(--gray-400)}.ParsecSpan.ParsecSpan_lightgray{color:var(--gray-600)}.ParsecSpan.ParsecSpan_lightgray .ParsecSpan_comma:after{background-color:var(--gray-600)}.ParsecSpan.ParsecSpan_softwhite{color:var(--softwhite)}.ParsecSpan.ParsecSpan_softwhite .ParsecSpan_comma:after{background-color:var(--softwhite)}.ParsecSpan.ParsecSpan_text-1{color:var(--text-1)}.ParsecSpan.ParsecSpan_text-1 .ParsecSpan_comma:after{background-color:var(--text-1)}.ParsecSpan.ParsecSpan_text-2{color:var(--text-2)}.ParsecSpan.ParsecSpan_text-2 .ParsecSpan_comma:after{background-color:var(--text-2)}.ParsecSpan.ParsecSpan_text-3{color:var(--text-3)}.ParsecSpan.ParsecSpan_text-3 .ParsecSpan_comma:after{background-color:var(--text-3)}.ParsecSpan.ParsecSpan_text-4{color:var(--text-4)}.ParsecSpan.ParsecSpan_text-4 .ParsecSpan_comma:after{background-color:var(--text-4)}.ParsecSpan.ParsecSpan_text-5{color:var(--text-5)}.ParsecSpan.ParsecSpan_text-5 .ParsecSpan_comma:after{background-color:var(--text-5)}.ParsecSpan.ParsecSpan_blgreen{border-left:solid 1px var(--text-green);padding-left:2px}.ParsecSpan.ParsecSpan_blblue{border-left:solid 1px var(--blue-400);padding-left:2px}.ParsecSpan.ParsecSpan_blred{border-left:solid 1px var(--red-400);padding-left:2px}.ParsecSpan.ParsecSpan_blorange{border-left:solid 1px var(--orange-400);padding-left:2px}.ParsecSpan.ParsecSpan_blgray{border-left:solid 1px var(--gray-700);padding-left:2px}.ParsecSpan.ParsecSpan_blblurple{border-left:solid 1px var(--blurple-400);padding-left:2px}.ParsecSpan.ParsecSpan_blyellow{border-left:solid 1px var(--yellow);padding-left:2px}.ParsecSpan.ParsecSpan_blpink{border-left:solid 1px var(--pink-500);padding-left:2px}.ParsecSpan.ParsecSpan_bllightestgray{border-left:solid 1px var(--text-3);padding-left:2px}.ParsecSpan.ParsecSpan_bllightergray{border-left:solid 1px var(--gray-400);padding-left:2px}.ParsecSpan.ParsecSpan_bllightgray{border-left:solid 1px var(--gray-600);padding-left:2px}.ParsecSpan.ParsecSpan_bgblurple{background:rgba(var(--blurple-rgb),.2)}.ParsecSpan.ParsecSpan_bggreen{background:rgba(var(--green-rgb),.2)}.ParsecSpan.ParsecSpan_bgblue{background:rgba(var(--blue-rgb),.3)}.ParsecSpan.ParsecSpan_bgred{background:rgba(var(--red-rgb),.7)}.ParsecSpan.ParsecSpan_bgorange{background:rgba(var(--orange-rgb),.4)}.ParsecSpan.ParsecSpan_bglightgray{background:rgba(var(--lightgray-rgb),.4)}.ParsecSpan.ParsecSpan_bgdarkgray{background:rgba(var(--darkgray-rgb),.4)}.ParsecSpan.ParsecSpan_bggray{background:rgba(var(--gray-rgb),.4)}.ParsecSpan.ParsecSpan_bglightestgray{background:rgba(var(--lightestgray-rgb),.4)}.ParsecSpan.ParsecSpan_bglightergray{background:rgba(var(--lightergray-rgb),.4)}.ParsecSpan.ParsecSpan_bgbackground-1{background:var(--background-1)}.ParsecSpan.ParsecSpan_bgbackground-2{background:var(--background-2)}.ParsecSpan.ParsecSpan_bgbackground-3{background:var(--background-3)}.ParsecSpan.ParsecSpan_bgbackground-4{background:var(--background-4)}.ParsecSpan.ParsecSpan_block{display:block}.ParsecSpan.ParsecSpan_clickable{cursor:pointer}.ParsecSpan.ParsecSpan_noWrap{white-space:nowrap}.ParsecSpan.ParsecSpan_wrapWord{word-wrap:break-word;word-break:break-all;white-space:break-spaces}.ParsecSpan.ParsecSpan_overflowEllipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ParsecSpan.ParsecSpan_bold{font-weight:700}.ParsecSpan.ParsecSpan_underline{text-decoration:underline}.ParsecSpan.ParsecSpan_italic{font-style:italic}.ParsecSpan.ParsecSpan_brightenOnHover:hover{filter:brightness(130%)}.ParsecSpan.ParsecSpan_arial{font-family:Arial,Helvetica,sans-serif}.ParsecSpan.ParsecSpan_paragraph{line-height:2rem}.ParsecSpan .ParsecSpan_comma{padding:0 1px}.ParsecSpan .ParsecSpan_comma:after{content:"";display:inline-block;position:relative;width:4px;height:1px;transform:rotate(-75deg);margin-bottom:-1px;background-color:var(--text-3)}.ParsecSpan.ParsecSpan_loadingEllipsis:after{color:var(--gray-600);overflow:hidden;display:inline-block;vertical-align:bottom;animation:ellipsis .9s infinite;content:"...";width:0px}@keyframes ellipsis{to{width:40px}}.ThemeSwitcher{cursor:pointer;width:36px;display:flex;justify-content:center;align-items:center}.ThemeSwitcher svg{cursor:pointer;color:var(--icon-color)}.ThemeSwitcher svg:hover{color:var(--hover-color)}.ProductLogo{display:flex;align-items:center;column-gap:6px}.ProductLogo h1{font-weight:700;margin:0;font-family:Cutive Mono,monospace}.ProductLogo img{margin:0 auto}.ProductLogo .sanko{display:flex;align-items:center;font-weight:700;letter-spacing:.125rem;font-size:1.25rem}.ProductLogo .sanko .s{color:#ca0000}.ProductLogo .sanko .a{color:#065de1}.ProductLogo .sanko .n{color:#009d37}.ProductLogo .sanko .k{color:#ffd200}.ProductLogo .sanko .o{color:#fff}.ProductLogo .sanko .tools{color:var(--primary-3)}.ProductLogo .sanko .wrench{max-width:1.25rem}.ParsecInput.fullWidth{width:100%}.ParsecInput.lightblack{background:var(--background-1)}.ParsecInput.error{border:solid 1px rgba(var(--red-rgb),.5)}.ParsecInput.disabled{background:var(--background-1)}.ParsecInput[type=date]{background:var(--background-3);border-color:var(--background-4)}.ParsecInput::-webkit-calendar-picker-indicator{display:none;filter:invert(1) brightness(50%)}.ParsecInput_Label{display:block;margin-bottom:12px;text-align:left}.ParsecSmoothImg{overflow:hidden;display:flex;align-items:center;justify-content:center}.ParsecSmoothImg img{width:100%;height:auto}.ParsecSmoothImg .smooth-image{transition:opacity .2s}.ParsecSmoothImg .image-visible{opacity:1}.ParsecSmoothImg .image-hidden{opacity:0}.ParsecSmoothImg .image-cover{object-fit:cover;width:100%;height:100%}.ParsecSmoothImg .image-rounded{border-radius:50%}.AddressLabelIcon{display:inline-flex;align-items:center;justify-content:center;height:18px;width:18px;max-width:18px;min-width:18px;text-align:center;box-sizing:border-box}.AddressLabelIcon>*{vertical-align:middle}.AddressLabelIcon.AddressLabelIcon_unlabelled{opacity:.4}.AddressLabelIcon img{height:12px;width:12px}.AddressLabelIcon img[src*="/logos/ens.svg"]{filter:grayscale(50%)}.AddressLabelIcon .bw-icon{filter:brightness(0) invert(1)}.AddressLabelIcon .gr-icon{filter:brightness(200%)}.AddressLabelIcon .gr-icon-light{filter:brightness(50%)}.AddressLabelIcon .fa-file-code,.AddressLabelIcon .fa-project-diagram,.AddressLabelIcon .fa-user{height:12px;width:12px;opacity:.8}.AddressLabelIcon .fa-file-code{opacity:.6}.AddressLabelIcon.AddressLabelIcon_16px{height:32px;width:32px;max-width:32px;min-width:32px}.AddressLabelIcon.AddressLabelIcon_16px img{height:32px;width:32px}.CopyButton{user-select:none;color:var(--text-3);cursor:pointer;font-size:.8em;display:flex;align-items:center}.CopyButton:hover{color:var(--text-2)}.Folder{z-index:10000;margin:0 2px 0 4px;user-select:none;position:relative}.Folder>span{display:inline-block}.Folder img{display:block;width:12px;height:12px}.Folder .TriggerButton{width:114px;box-sizing:border-box;background:var(--background-5);border-radius:4px;padding:4px 8px;cursor:pointer;color:var(--text-1);display:flex;align-items:center;justify-content:space-between;column-gap:8px}.Folder .TriggerButton svg{position:absolute;top:5px;right:6px;color:var(--text-4);transition:transform .2s}.Folder .Folder_prompt{top:30px;left:-80px;position:absolute;display:flex;flex-direction:column}.Folder .Folder_prompt svg{color:var(--text-1)}.Folder .Folder_prompt span{width:250px;background:var(--background-4);border:1px solid var(--gray-600)}.Folder .Folder_panel{top:36px;position:absolute;white-space:nowrap;border:1px solid var(--background-4);color:var(--text-1)}@media (max-width: 1150px){.Folder{display:none}}.SecondLevelOptions{position:absolute;top:-1px;left:152px;border:1px solid var(--background-4)}.ThirdLevelOptions{position:absolute;border:1px solid var(--background-4)}.FirstLevelOption,.SecondLevelOption,.ThirdLevelOption{color:var(--text-1);position:relative;min-width:140px;cursor:pointer;padding:6px;font-size:.95rem;background:var(--table-row-background-even)}.FirstLevelOption:not(:last-child),.SecondLevelOption:not(:last-child),.ThirdLevelOption:not(:last-child){border-bottom:solid 1px var(--background-4)}.FirstLevelOption:nth-child(odd),.SecondLevelOption:nth-child(odd),.ThirdLevelOption:nth-child(odd){background:var(--table-row-background-odd)}.FirstLevelOption:hover,.SecondLevelOption:hover,.ThirdLevelOption:hover,.FirstLevelOption.selected,.SecondLevelOption.selected,.ThirdLevelOption.selected,.FirstLevelOption.selected:hover,.SecondLevelOption.selected:hover,.ThirdLevelOption.selected:hover{background:var(--background-3)}.FirstLevelOption:nth-child(1){border-top:none}.SecondLevelOption,.ThirdLevelOption{padding-left:8px}.SearchableSecondOptions_search{position:relative;width:270px}.SearchableSecondOptions_search .SearchableSecondOptions_searchInput{width:100%}.SearchableSecondOptions_search .SearchableSecondOptions_searchInput.ParsecInput{border:none;background:var(--background-1);border-bottom:solid 1px var(--background-4);height:32px;padding-left:8px;padding-right:30px}.SearchableSecondOptions_search .SearchableSecondOptions_searchIcon{color:var(--background-4);position:absolute;top:7px;right:5px;z-index:10}.SearchableSecondOptions_options{background:var(--background-2)}.SearchableSecondOptions_options-scroll{overflow-y:scroll}.SearchableSecondOptions_options-scroll{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.SearchableSecondOptions_options-scroll::-webkit-scrollbar{width:3px;height:3px;display:initial}.SearchableSecondOptions_options-scroll::-webkit-scrollbar-track{background:var(--background-1);border-top:solid 1px var(--background-4);border-bottom:solid 1px var(--background-4);border-left:solid 1px var(--background-4)}.SearchableSecondOptions_options-scroll::-webkit-scrollbar-thumb{background:var(--background-4)}.SearchableSecondOptions_options-scroll::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.SearchableSecondOptions_scroller{border-top:solid 1px var(--background-4);background:var(--background-2);padding:8px}.SearchableSecondOptions_scroller:hover{background:var(--background-1)}.SearchableSecondOptions_scroller:hover svg{color:var(--text-1)}.SearchableSecondOptions_scroller svg{color:var(--text-2);width:12px;height:12px}.SearchableSecondOptions_scrollHelper{background:var(--background-1);border-top:solid 1px var(--background-4);padding:8px;color:var(--text-2)}.SearchableSecondOptions_scrollHelper svg{color:var(--text-2);width:12px;height:12px}.SearchableSecondOptions_scrollHelper svg:hover{color:var(--text-1)}.SearchableSecondOptions_message{background:var(--background-1);padding:8px;color:var(--text-2)}.Header{background:var(--header-background);color:var(--header-color);padding:0 4px;min-height:40px;display:flex;align-items:center;justify-content:space-between;border-top:none;border-bottom:solid 1px var(--background-5)}.Header .Header_left{display:flex;align-items:center}@media (max-width: 850px){.Header{padding:8px 10px;height:auto}.Header .Notifications,.Header .KeyBindings,.Header .LayoutLock{display:none}}.Header .logo-wrapper{display:inline-block;width:40px;height:30px}.Header .logo-wrapper svg{width:100%;height:100%}.Header .brand{text-decoration:none;padding-left:4px;padding-right:12px;color:var(--text-1)}.Header .toggle-lock{user-select:none;cursor:pointer;display:block;border:1px solid var(--background-6);border-radius:13px;padding:3px 11px;margin-right:10px;white-space:nowrap;color:var(--text-1)}.Header .toggle-lock.unlocked{background:var(--background-green);border-color:var(--text-green)}.Header .toggle-lock>span{padding-left:5px}.Header .toggle-lock .fa-lock{font-size:13px;color:var(--icon-color)}.Header .toggle-lock .fa-unlock{font-size:13px;color:var(--text-green)}.Header .LayoutLock_unlockedNotice{position:absolute;top:34px;left:62px;z-index:20000000;text-align:center;width:230px}.Header .LayoutLock_unlockedNotice .notice{position:relative;margin-top:-4px;padding:16px;background:var(--background-3);border:solid 1px var(--background-5)}.Header .LayoutLock_unlockedNotice .notice .key{background:var(--background-1);padding:.5rem;font-weight:700;margin:.5rem auto 0;border-radius:4px;width:14px;height:14px}.Header .user-settings-toggle{cursor:pointer}.Header .controls-wrapper{display:flex;column-gap:8px;align-items:center}.Header .discord-link{display:flex;justify-content:center;align-items:center;filter:invert(70%)}@media (max-width: 850px){.Header .discord-link{display:none}}.Header .Header_subscribe{margin-right:4px}@media only screen and (max-width: 1000px){.Header .Header_subscribe,.Header .Header_login{display:none}}.AccountLabel{position:relative;margin-right:.25rem}.AccountLabel .active-account{display:flex;color:var(--text-1)}.AccountLabel .active-account .account-username{background:var(--background-3);padding:.25rem .5rem}@media (max-width: 850px){.AccountLabel .active-account .account-username{display:none}}.AccountLabel .active-account .subscription-plan{padding:.25rem .375rem;background:var(--background-2);margin-right:.5rem}.AccountLabel .account-label{display:flex;justify-content:center;align-items:center;padding:.175rem .25rem;color:var(--gray-900);cursor:pointer}.AccountLabel .account-label span{color:var(--text-1);mix-blend-mode:difference}.AccountLabel .accounts-dropdown{position:absolute;right:0;top:27px;padding:0;color:var(--text-1);border:1px solid var(--gray-700);background:var(--background-3);z-index:var(--max-zindex)}.AccountLabel .accounts-dropdown .active-account-list-item{cursor:pointer;margin-bottom:2px}.Accounts{display:flex;align-items:center;justify-content:center}.Accounts .Settings{display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--icon-color)}@media (max-width: 850px){.Accounts .AccountLabel{display:none}}.Accounts svg{cursor:pointer;color:var(--icon-color)}.Accounts svg:hover{color:var(--icon-hover)}.Header .Header_help{margin-left:4px;margin-right:4px}.Header .Header_help svg{color:var(--text-2)}.Search_trigger{cursor:pointer;background:var(--background-5);width:200px;display:flex;align-items:center;column-gap:8px;border-radius:4px;padding:4px 4px 4px 8px}.Search_trigger.Search_triggerMobile{width:unset;background:none}.Search_trigger svg{font-size:.8rem;color:var(--text-3)}.Search_trigger .Search_slash{margin-left:auto;color:var(--text-4);font-size:.8rem;border:solid 1px var(--text-5);border-radius:2px;padding:0 2px}.Search_panel{width:min(90vw,700px);z-index:10000000000;position:absolute;top:26px;left:50%;transform:translate(-50%);box-sizing:border-box}.Search_panel .Search_panelIcon{font-size:16px;color:var(--text-3)}.Search_panel .Search_input{display:flex;align-items:center;column-gap:8px;background-color:var(--background-3);border:solid 1px var(--background-4);padding:8px 16px}.Search_panel .Search_input .ParsecInput{width:100%;font-size:1rem}.Search_panel .Search_input .ParsecInput.header-search{height:36px;border:none}.Search_panel .Search_input .ParsecInput.header-search::placeholder{color:var(--text-3)}.Search_panel .Search_input .ParsecInput.header-search:focus{border:none}.Search_panel .Search_results{box-sizing:border-box;width:min(90vw,700px);font-size:.9rem;display:inline-block;overflow:hidden;background:var(--background-2);border:1px solid var(--background-4);border-top:none;max-height:80vh;overflow:auto}.Search_panel .Search_results{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.Search_panel .Search_results::-webkit-scrollbar{width:3px;height:3px;display:initial}.Search_panel .Search_results::-webkit-scrollbar-track{background:var(--background-1);border-top:solid 1px var(--background-4);border-bottom:solid 1px var(--background-4);border-left:solid 1px var(--background-4)}.Search_panel .Search_results::-webkit-scrollbar-thumb{background:var(--background-4)}.Search_panel .Search_results::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.Search_panel .Search_results .Search_message{padding:8px;min-height:26px;display:flex;align-items:center}.Search_panel .Search_results .Search_result{padding:8px;border-bottom:1px solid var(--background-4);min-height:30px;display:flex;align-items:center;flex-wrap:wrap}.Search_panel .Search_results .Search_result:last-child{border-bottom:none}.Search_panel .Search_results .Search_result:not(.Search_result_non_click):hover{background:var(--background-3);cursor:pointer}.Search_panel .Search_results .Search_result.Search_result_non_click{background:var(--background-1)}.Search_panel .Search_results .Search_result img{width:14px;display:block}.overlay{position:fixed;top:0;display:flex;justify-content:center;height:100%;width:100%;background:rgba(var(--background-rgb),.8);z-index:var(--max-zindex)}.overlay .modal{position:fixed;top:2.825rem;background:var(--background-1);border:solid 1px var(--background-4);padding:.75rem 1.25rem;color:var(--text-1);font-family:Nunito Sans,sans-serif}.overlay .modal h2{text-align:center;color:var(--text-2);font-weight:400}.overlay .modal .ParsecButton,.overlay .modal .ParsecInput,.overlay .modal .ParsecInputBase,.overlay .modal .ParsecTextarea,.overlay .modal .ParsecSelect{font-family:Nunito Sans,sans-serif}.overlay .modal .ParsecIconButton{z-index:2}@media screen and (max-width: 750px){.overlay .modal .ParsecIconButton{font-size:1rem}}.Subheader{display:flex;align-items:flex-end;background:var(--background-2);color:var(--text-1);font-size:.9rem;border-bottom:1px solid var(--background-4);min-height:30px;position:relative}.Subheader .Subheader_createLayout{cursor:default;font-size:.7rem;padding:3px 16px;border:none;color:var(--text-2);background:var(--background-4)}.Subheader .Subheader_createLayout:hover{background:var(--background-5)}.Subheader .Subheader_createLayout:active{background:var(--background-6)}.Subheader .Subheader_createLayout.padded-left{margin-left:6px}.Subheader .Subheader_tabs{display:flex;gap:.4rem}.Subheader .Subheader_tabs.collapsed{overflow-x:auto;flex-wrap:nowrap}.Subheader .Subheader_tabs.expanded{flex-wrap:wrap;margin-top:.25rem;margin-left:.625rem}.Subheader .Subheader_tabs.padded-left{margin-left:.625rem}.Subheader .Subheader_collapseToggle{margin-bottom:-1px;border:none}.Subheader .Subheader_mustSubscribe{box-sizing:border-box;font-size:.8rem;margin:4px 4px 4px 8px;color:var(--red-400)}.Subheader .Subheader_getStartedArrow{font-size:.9rem;padding:4px;margin-left:8px;color:var(--text-2)}.Subheader .Subheader_getStartedArrow svg{color:var(--gray-400);font-size:.7rem;padding-right:6px}.LayoutTab{position:relative;background:var(--background-3);display:flex;align-items:center;column-gap:12px;cursor:default;padding:4px 8px 4px 12px}.LayoutTab .LayoutTab_name{display:block;font-size:.9rem;white-space:nowrap}.LayoutTab .LayoutTab_name svg{font-size:12px;color:var(--background-6)}.LayoutTab .LayoutTab_edit{display:flex;align-items:center;justify-content:center;width:16px;font-size:14px;color:var(--text-2)}.LayoutTab .LayoutTab_edit:hover{color:var(--text-1)}.LayoutTab:hover{background:var(--background-4)}.LayoutTab:hover .LayoutTab_edit{border-color:var(--background-5)}.LayoutTab:active{background:var(--background-5)}.LayoutTab:active .LayoutTab_edit{border-color:var(--background-6)}.LayoutTab.active{background:var(--background-4)}.LayoutTab.active .LayoutTab_edit{border-color:var(--background-5)}.LayoutTab_edit_menu{position:absolute;color:var(--text-1);background:var(--background-1);z-index:99999999999999;font-size:.875rem;border:1px solid var(--background-3);overflow:hidden}.LayoutTab_edit_menu>div{padding:.5rem .75rem;cursor:pointer}.LayoutTab_edit_menu>div:hover{background:var(--background-2)}.LayoutTab_edit_menu>div.disabled{pointer-events:none;color:var(--gray-600)}@keyframes explorerOverviewFadeInAnimation{0%{opacity:0}to{opacity:1}}.ExplorerOverview{overflow-y:scroll;background:var(--background-1);padding:30px 30px 0 32px}.ExplorerOverview a{color:var(--text-1)}.ExplorerOverview .ExplorerOverview_fadeIn{opacity:0;animation:explorerOverviewFadeInAnimation .2s ease-in 1s forwards}.ExplorerOverview .ExplorerOverview_body{max-width:1600px;margin:auto}.ExplorerOverview .ExplorerOverview_body .Tx_datetime{color:var(--text-orange-blue);background-color:var(--background-3)}.ExplorerOverview .ExplorerOverview_body .small_img{height:18px}.ExplorerOverview .ExplorerOverview_body .small_img img{height:12px;width:12px}@media (max-width: 699px){.ExplorerOverview .ExplorerOverview_body .hide-lt-700{display:none}}@media (max-width: 799px){.ExplorerOverview .ExplorerOverview_body .hide-lt-800{display:none}}@media (max-width: 899px){.ExplorerOverview .ExplorerOverview_body .hide-lt-900{display:none}}@media (max-width: 999px){.ExplorerOverview .ExplorerOverview_body .hide-lt-1000{display:none}}@media (max-width: 1099px){.ExplorerOverview .ExplorerOverview_body .hide-lt-1100{display:none}}@media (max-width: 1199px){.ExplorerOverview .ExplorerOverview_body .hide-lt-1200{display:none}}@media (max-width: 1299px){.ExplorerOverview .ExplorerOverview_body .hide-lt-1300{display:none}}@media (max-width: 1399px){.ExplorerOverview .ExplorerOverview_body .hide-lt-1400{display:none}}@media (max-width: 1499px){.ExplorerOverview .ExplorerOverview_body .hide-lt-1500{display:none}}@media (max-width: 1599px){.ExplorerOverview .ExplorerOverview_body .hide-lt-1600{display:none}}.ExplorerOverview .ExplorerOverview_imageLink{display:block}.ExplorerOverview .ExplorerOverview_imageLink img{display:block;height:16px;width:16px;filter:brightness(.7) grayscale(100%)}.ExplorerOverview .ExplorerOverview_imageLink img:hover{filter:brightness(1)}.ExplorerOverview .ExplorerOverview_imageLink.ExplorerOverview_xImage img{height:12px;width:12px}.ExplorerTabs .ExplorerTabs_tabRow{background-color:var(--background-1);border-bottom:solid 1px var(--background-4)}.ExplorerTabs .ExplorerTabs_tabRow .ExplorerTabs_tabs{display:flex;overflow:scroll;max-width:1600px;margin:auto;padding:0 15px 10px 16px}.ExplorerTabs .ExplorerTabs_tabRow .ExplorerTabs_tabs>a,.ExplorerTabs .ExplorerTabs_tabRow .ExplorerTabs_tabs>div{text-decoration:none;cursor:default;padding:3px 6px;margin:0 5px;white-space:nowrap;border-radius:2px;background-color:var(--background-3);color:var(--text-1)}.ExplorerTabs .ExplorerTabs_tabRow .ExplorerTabs_tabs>a:first-child,.ExplorerTabs .ExplorerTabs_tabRow .ExplorerTabs_tabs>div:first-child{margin-left:0}.ExplorerTabs .ExplorerTabs_tabRow .ExplorerTabs_tabs>a:hover,.ExplorerTabs .ExplorerTabs_tabRow .ExplorerTabs_tabs>div:hover{background-color:var(--background-4)}.ExplorerTabs .ExplorerTabs_tabRow .ExplorerTabs_tabs>a:active,.ExplorerTabs .ExplorerTabs_tabRow .ExplorerTabs_tabs>div:active{background-color:var(--background-5)}.ExplorerTabs .ExplorerTabs_tabRow .ExplorerTabs_tabs>a.selected,.ExplorerTabs .ExplorerTabs_tabRow .ExplorerTabs_tabs>div.selected{background-color:var(--primary-3);color:var(--softwhite)}.ExplorerTabs .ExplorerTabs_tabContent{max-width:1600px;padding:8px 16px 36px;margin:auto}@media (max-width: 1000px){.ExplorerTabs .ExplorerTabs_tabContent{padding:8px 16px 16px}}.SuspenseFallback{height:100%;display:flex;justify-content:center;align-items:center;animation:fadeIn 5s ease-in-out forwards}.RouteError{display:flex;flex-direction:column;justify-content:center;align-items:center;height:70vh;row-gap:16px}.LandingPageHeader{width:100%;display:flex;align-items:start;padding:12px;box-sizing:border-box;color:var(--text-1);min-height:30px}.LandingPageHeader a{text-decoration:none}@media screen and (max-width: 800px){.LandingPageHeader .LandingPageHeader_logo{display:none}}.HomepageFooter{position:absolute;bottom:0;padding:8px}.HomepageFooter.HomepageFooter_blockrunner{padding:3px 32px 48px;border-top:solid 1px var(--background-3)}.HomepageFooter .HomepageFooter_inner{color:var(--text-1)}.HomepageFooter .HomepageFooter_inner .HomepageFooter_desktopLinks a,.HomepageFooter .HomepageFooter_inner .HomepageFooter_desktopLinks div,.HomepageFooter .HomepageFooter_inner .HomepageFooter_mobileLinks a,.HomepageFooter .HomepageFooter_inner .HomepageFooter_mobileLinks div{color:var(--text-1);text-decoration:none;cursor:pointer;padding:8px;font-size:.9rem}.HomepageFooter .HomepageFooter_inner .HomepageFooter_desktopLinks a:hover,.HomepageFooter .HomepageFooter_inner .HomepageFooter_desktopLinks div:hover,.HomepageFooter .HomepageFooter_inner .HomepageFooter_mobileLinks a:hover,.HomepageFooter .HomepageFooter_inner .HomepageFooter_mobileLinks div:hover{text-decoration:underline}.HomepageFooter .HomepageFooter_inner .HomepageFooter_desktopLinks{display:none}@media (min-width: 1000px){.HomepageFooter .HomepageFooter_inner .HomepageFooter_desktopLinks{display:flex;column-gap:24px}}.HomepageFooter .HomepageFooter_inner .HomepageFooter_mobileLinks{display:flex;flex-direction:column;row-gap:8px}@media (min-width: 1000px){.HomepageFooter .HomepageFooter_inner .HomepageFooter_mobileLinks{display:none}}@media screen and (max-width: 1000px){.HomepageFooter{position:relative;padding:0;margin-top:64px}.HomepageFooter.HomepageFooter_blockrunner{padding:0;border-top:none}.HomepageFooter_inner{flex-direction:column;padding:16px 8px;border-top:solid 1px var(--background-3)}}.PageContainer{background-color:var(--background-1);font-family:var(--font-family);color:var(--text-1);min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;background-size:100% auto;background-repeat:repeat-y}.PageContainer .PageContainer_inner{background:var(--background-1);border:solid 1px var(--background-3);margin:auto auto 200px;padding:40px 80px 80px;text-align:center;box-sizing:border-box}@media only screen and (max-width: 1000px){.PageContainer .PageContainer_inner{width:calc(100vw - 32px)!important}}.PageContainer.PageContainer_flush .PageContainer_inner{padding-left:0;padding-right:0;background:none;border:none}.ChartNotice{color:var(--text-1);padding:0;text-align:center;position:absolute;left:50%;top:40%;transform:translate(-50%,-50%);margin:0}.ChartNotice .error-message{margin:0;font-size:16px}.ChartNotice svg{margin-top:4px}.ChartNotice svg path{fill:var(--gray-600)}.ChartNotice .ParsecButton{font-size:16px;margin-top:8px}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}.ParsecBody{animation:fadeInAnimation ease .2s;animation-fill-mode:forwards}.ChainToggle{z-index:2;position:relative}.ChainToggle button{color:var(--text-1);margin:0;background:none;border:none;box-shadow:none;display:block;cursor:pointer;padding:2px;display:flex;align-items:center;text-align:center;border:solid 1px transparent;width:16px;height:20px;transition:background .2s,border .2s}.ChainToggle button:disabled{cursor:default}.ChainToggle span{padding:2px 4px 2px 2px;display:block}.ChainToggle img{width:14px;height:14px}.ChainToggle.ChainToggle_open .ChainToggle_panel{position:absolute;right:0;display:grid;column-gap:2px;row-gap:2px;grid-template-columns:1fr 1fr}.ChainToggle.ChainToggle_open .ChainToggle_panel button{font-family:Arial,Helvetica,sans-serif;font-size:.8rem;width:80px;overflow:hidden;padding-left:6px;height:30px;display:flex;align-items:center;column-gap:4px}.ChainToggle.ChainToggle_open .ChainToggle_panel button img{display:block}.ChainToggle.ChainToggle_open .ChainToggle_panel button:not(.ChainToggle_multiSelected){background:var(--background-2);border-color:var(--background-4)}.ChainToggle.ChainToggle_open .ChainToggle_panel button:not(.ChainToggle_multiSelected):hover{background:var(--background-3);border-color:var(--background-5)}.ChainToggle .ChainToggle_multiSelect.ChainToggle_multiSelected{background:var(--background-green);border-color:var(--border-green)}.ComponentFilterPreview{display:flex;align-items:center;position:relative;white-space:nowrap;user-select:none;z-index:2}.ComponentFilterPreview>*{margin-right:2px}.ComponentFilterPreview .ComponentFilterPreview_plus{font-size:8px;padding-left:2px;color:var(--gray-600)}.ComponentFilterPreview>.ParsecButton{z-index:3;height:18px;width:18px;background:var(--background-3);color:var(--text-1);border-radius:50%;transition:background .2s;padding:0 0 1px;display:flex;justify-content:center;align-items:center;font-size:12px;border:solid 1px var(--gray-700)}.ComponentFilterPreview>.ParsecButton:hover{border:solid 1px var(--gray-600);background:var(--hover-background);color:var(--hover-color)}.ComponentFilterPreview .ComponentFilterPreview_primary{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:var(--background-blurple);border-left:solid 2px var(--border-blurple);color:var(--text-1);padding:1px 4px;margin-left:12px;cursor:pointer}.ComponentFilterPreview .ComponentFilterPreview_primary:hover{filter:brightness(110%)}.ComponentFilterPreview .ComponentFilterPreview_modal{z-index:99;position:absolute;top:2px;background:var(--background-1);border:solid 1px var(--gray-700);font-size:12px;min-width:100px}.ComponentFilterPreview .ComponentFilterPreview_modal h3{padding:8px 8px 0}.ComponentFilterPreview .ComponentFilterPreview_modal .ComponentFilterPreview_modalFilterNames{padding:0 8px 8px;max-height:80px;overflow-y:auto;cursor:pointer}.ComponentFilterPreview .ComponentFilterPreview_modal .ComponentFilterPreview_modalFilterNames{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ComponentFilterPreview .ComponentFilterPreview_modal .ComponentFilterPreview_modalFilterNames::-webkit-scrollbar{width:3px;height:3px;display:initial}.ComponentFilterPreview .ComponentFilterPreview_modal .ComponentFilterPreview_modalFilterNames::-webkit-scrollbar-track{background:var(--background-1)}.ComponentFilterPreview .ComponentFilterPreview_modal .ComponentFilterPreview_modalFilterNames::-webkit-scrollbar-thumb{background:var(--background-4)}.ComponentFilterPreview .ComponentFilterPreview_modal .ComponentFilterPreview_modalFilterNames::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.ComponentFilterPreview .ComponentFilterPreview_modal .ComponentFilterPreview_modalFilterNames .ComponentFilterPreview_modalFilterName{max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ComponentFilterPreview .ComponentFilterPreview_modal h3{margin:0 0 8px;font-weight:400;color:var(--text-2);font-size:14px}.ParsecTitle{color:var(--text-1);background:var(--background-1);min-height:24px;display:flex;align-items:center;padding:4px;font-size:.9rem;white-space:nowrap;user-select:none}.ParsecTitle .title-text{padding-right:8px;color:var(--text-1)}.ParsecTitle.ParsecTitle_bordered{border-bottom:solid 1px var(--background-4)}.ParsecTitle>*{margin-right:4px}.ParsecTitle>*.ParsecSelect{margin-right:4px}.ParsecTitle>.ParsecIconButton{margin-right:0}.ParsecTitle .ParsecTitle_rightRow{display:none}@media screen and (min-width: 801px){.ParsecTitle .ParsecTitle_rightRow{margin-left:auto;margin-right:8px;display:flex;align-items:center;column-gap:16px}.ParsecTitle .ParsecTitle_rightRow .ParsecTitle_rightRowButton{display:block;color:var(--text-3);cursor:pointer}.ParsecTitle .ParsecTitle_rightRow .ParsecTitle_rightRowButton:hover{color:var(--text-2)}}.ParsecTitle.ParsecTitle_disabled .ParsecDropdown{pointer-events:none}.ParsecTitle.ParsecTitle_disabled .ParsecDropdown svg{display:none}.ParsecTitle.ParsecTitle_disabled .ParsecSelect{pointer-events:none;background-image:none;border-color:var(--gray-800);background:var(--background-1)}.ParsecTitle.ParsecTitle_disabled input{pointer-events:none;border-color:var(--gray-800);background:var(--background-1);border-left:solid 1px var(--gray-800)!important}.ParsecTitle_rightRowButton.FullscreenButton{display:none}@media screen and (min-width: 1001px){.ParsecTitle_rightRowButton.FullscreenButton{display:block}}.FullscreenButton{color:var(--text-3);cursor:pointer}.FullscreenButton:hover{color:var(--text-2)}.Tooltip{pointer-events:none;position:absolute;box-sizing:border-box;width:300px;max-width:300px;z-index:var(--max-zindex);border-radius:.25rem;padding:.5rem;color:var(--text-1);background:var(--background-3);border:solid 1px var(--background-4);font-size:14px;font-family:sans-serif;line-height:1;white-space:normal;left:calc(100% + 10px);top:50%;transform:translate(0) translateY(-50%)}.Tooltip.Tooltip_yHang{transform:translate(0)}.Tooltip .Tooltip_content{box-sizing:border-box;width:280px;max-width:280px;word-wrap:break-word;line-height:1.2rem}.tooltip-img{display:flex;justify-content:center;align-items:center}.tooltip-img.image-placeholder{font-size:4rem;text-align:center}.InfoCircle{display:inline-block;font-size:1rem}.InfoCircle_icon{display:flex;align-items:center;font-size:.9rem;color:var(--gray-400);margin-left:4px;margin-right:0}.InfoCircle_icon.InfoCircle_red{color:var(--red-400)}.InfoCircle_icon.InfoCircle_orange{color:var(--orange-400)}.InfoCircle_icon.InfoCircle_invisible{color:transparent}.ParsecWatermark{user-select:none;pointer-events:none;position:absolute;opacity:.8;background:rgba(var(--onyx-rgb),.3);padding:0 2px}.ParsecChartLegend{position:absolute}.ParsecChartLegend .ParsecChartLegend_items{border:solid 1px var(--background-3);background:rgba(var(--background-rgb),.8);font-size:.75rem;margin-bottom:4px;transition:background .2s}.ParsecChartLegend .ParsecChartLegend_items:hover{background:var(--background-1)}.ParsecChartLegend .ParsecChartLegend_items .ParsecChartLegend_item{padding:4px;display:flex;align-items:center;white-space:nowrap}.ParsecChartLegend .ParsecChartLegend_items .ParsecChartLegend_item .ParsecChartLegend_itemColor{width:8px;height:8px;border-radius:50%;margin-right:6px}.ParsecChartLegend .ParsecChartLegend_items .ParsecChartLegend_item .ParsecChartLegend_itemLabel{color:var(--text-1)}.InteractiveChart{position:relative;user-select:none;background:var(--background-chart)}.InteractiveChart:hover .label-x,.InteractiveChart:hover .label-y,.InteractiveChart:hover .crosshair-x,.InteractiveChart:hover .crosshair-y{background:var(--background-1);display:block;z-index:2}.InteractiveChart:hover{cursor:crosshair}.InteractiveChart:focus{outline:none}.InteractiveChart .InteractiveChart_right{width:65px;min-height:100%;position:absolute;right:0;cursor:ns-resize;user-select:none;z-index:1}.InteractiveChart .InteractiveChart_bottom{min-width:100%;height:25px;position:absolute;bottom:0;cursor:ew-resize;user-select:none;z-index:1}.InteractiveChart.InteractiveChart_noBackground{background:none}.InteractiveChart>svg{position:absolute;top:0;left:0;user-select:none;shape-rendering:crispEdges}.Axes{user-select:none}.Axes text{font-size:.7em;font-family:sans-serif;fill:var(--text-2)}.Axes line{stroke:var(--grid-line-color)}.Axes .x-axis{text-anchor:middle}.Axes .GridLine{stroke:var(--grid-line-color)}.Axes .ZeroLine{stroke:var(--zero-line-color)}.crosshair-y{width:100%;border-top:dashed 2px var(--text-5);position:absolute;left:0;pointer-events:none;display:none}.crosshair-x{height:100%;border-left:dashed 2px var(--text-5);position:absolute;top:0;pointer-events:none;display:none}.label-x{position:absolute;background:var(--background-1);font-family:Roboto,sans-serif;color:var(--text-1);font-size:.7em;padding:5px 2px 2px;text-align:center;z-index:4;min-height:16.5px;pointer-events:none;user-select:none;display:none;border-top:solid 1px var(--gray-700);border-left:solid 1px var(--gray-700);border-right:solid 1px var(--gray-700);border-bottom:solid 1px var(--gray-700);transform:translate(-50%);width:130px}.label-y{position:absolute;background:var(--background-1);border-top:solid 1px var(--gray-700);border-bottom:solid 1px var(--gray-700);font-family:Roboto,sans-serif;border-left:solid 1px var(--gray-700);border-right:solid 1px var(--gray-700);color:var(--text-1);font-size:.7em;padding:2px;width:66px;box-sizing:border-box;z-index:4;pointer-events:none;user-select:none;display:none;transform:translateY(-50%) translate(1.5px)}@media (-webkit-device-pixel-ratio: 1){.label-y{transform:translateY(-50%) translate(1px)}}.SecondaryAxes{user-select:none}.SecondaryAxes text{font-size:.7em;font-family:sans-serif;fill:var(--text-2)}.SecondaryAxes .SecondaryAxes_label rect{fill:var(--background-1);opacity:.9}.SecondaryAxes .SecondaryAxes_label text{fill:var(--text-1)}.SecondaryAxes line{stroke:var(--gray-700)}.SecondaryAxes .x-axis{text-anchor:middle}.SecondaryAxes .GridLine{stroke:var(--gray-825)}.SecondaryAxes .ZeroLine{stroke:var(--gray-700)}.ZoomReset{position:absolute;z-index:5;border:none;background:none;padding:0 3px 0 0;margin:0;color:var(--gray-400);cursor:pointer;font-size:.7em}.ParsecChart_canvas{position:absolute;top:0;left:0}.NftCollectionOverview{background-color:var(--background-1)}.NftCollectionOverview a{width:16px;height:16px;display:block;margin:4px;fill:var(--gray-400);color:var(--gray-400)}.NftCollectionOverview a:hover{fill:var(--gray-150);color:var(--text-2)}.NftCollectionOverview a img{width:16px;height:16px}.NftCollectionOverview .NftCollectionOverview_image{width:80px}.NftCollectionOverview .NftCollectionOverview_chart{background:var(--background-1);border:solid 1px var(--background-3);position:relative}.NftCollectionOverview .NftCollectionOverview_chart .NftCollectionOverview_chartTitle{position:absolute;top:4px;left:4px;color:var(--text-1)}.TreemapChart{position:relative;background:var(--background-3)}.TreemapChart.TreemapChart_transparentBackground{background:none}.TreemapChart text{font-family:Arial;font-weight:700;fill:var(--softwhite);pointer-events:none}.TreemapChart .TreemapChart_groupTitle text{fill:var(--softwhite)}.TreemapChart .TreemapChart_groupTitle rect{fill:rgba(var(--gray-rgb),.8)}.TreemapChart .TreemapChart_legend{opacity:0;position:absolute;pointer-events:none;z-index:1;background:rgba(var(--darkgray-rgb),.9);border:solid 1px var(--gray-600);color:var(--text-1);padding:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8em;left:0;top:0;transition:left .2s,top .2s,opacity .5s}.TreemapChart .TreemapChart_legend h3{font-weight:400;margin:0}.TreemapChart:hover .TreemapChart_legend{opacity:1;color:var(--softwhite)}.ParsecCheckbox{-webkit-appearance:none;height:28px;width:28px;color:var(--text-1);background:var(--background-3);border:solid 1px var(--background-4);cursor:pointer;display:inline-block;position:relative}.ParsecCheckbox:after{content:"✓";font-size:22px;position:absolute;top:-1px;left:3px;color:var(--background-4)}.ParsecCheckbox:checked:after{content:"✓";font-size:22px;position:absolute;top:-1px;left:3px;color:var(--text-1)}.ParsecCheckbox[disabled]{filter:invert(25%)}.ParsecCheckbox.round{border-radius:50%}.ParsecEditPanel{background:var(--background-1);border:solid 1px var(--background-4);position:absolute;top:2px;left:2px;min-width:240px;z-index:10;user-select:none}.ParsecEditPanel.ParsecEditPanel_relativePostion{position:relative;top:unset;left:unset}.ParsecEditPanel.ParsecEditPanel_sideRight{left:unset;right:2px}.ParsecEditPanel.ParsecEditPanel_gray{background:var(--background-3);border:solid 1px var(--gray-600)}.ParsecEditPanel.ParsecEditPanel_gray p{color:var(--text-1)}.ParsecEditPanel.ParsecEditPanel_lightblack{background:var(--background-1);border:solid 1px var(--gray-700)}.ParsecEditPanel.ParsecEditPanel_lightblack p{color:var(--text-1)}.ParsecEditPanel.ParsecEditPanel_labelWidth-10 label{min-width:10px;justify-content:end}.ParsecEditPanel.ParsecEditPanel_labelWidth-20 label{min-width:20px;justify-content:end}.ParsecEditPanel.ParsecEditPanel_labelWidth-30 label{min-width:30px;justify-content:end}.ParsecEditPanel.ParsecEditPanel_labelWidth-40 label{min-width:40px;justify-content:end}.ParsecEditPanel.ParsecEditPanel_labelWidth-50 label{min-width:50px;justify-content:end}.ParsecEditPanel.ParsecEditPanel_labelWidth-60 label{min-width:60px;justify-content:end}.ParsecEditPanel.ParsecEditPanel_labelWidth-70 label{min-width:70px;justify-content:end}.ParsecEditPanel.ParsecEditPanel_labelWidth-80 label{min-width:80px;justify-content:end}.ParsecEditPanel.ParsecEditPanel_labelWidth-90 label{min-width:90px;justify-content:end}.ParsecEditPanel.ParsecEditPanel_labelWidth-100 label{min-width:100px;justify-content:end}.ParsecEditPanel.ParsecEditPanel_labelWidth-110 label{min-width:110px;justify-content:end}.ParsecEditPanel.ParsecEditPanel_labelWidth-120 label{min-width:120px;justify-content:end}.ParsecEditPanel.ParsecEditPanel_labelWidth-130 label{min-width:130px;justify-content:end}.ParsecEditPanel.ParsecEditPanel_labelWidth-140 label{min-width:140px;justify-content:end}.ParsecEditPanel.ParsecEditPanel_labelWidth-150 label{min-width:150px;justify-content:end}.ParsecEditPanel.ParsecEditPanel_labelWidth-160 label{min-width:160px;justify-content:end}.ParsecEditPanel.ParsecEditPanel_labelWidth-170 label{min-width:170px;justify-content:end}.ParsecEditPanel.ParsecEditPanel_labelWidth-180 label{min-width:180px;justify-content:end}.ParsecEditPanel.ParsecEditPanel_labelWidth-190 label{min-width:190px;justify-content:end}.ParsecEditPanel.ParsecEditPanel_labelWidth-200 label{min-width:200px;justify-content:end}@media (max-width: 850px){.ParsecEditPanel .close-icon{font-size:1.125rem;top:4px!important}}.ParsecForm{color:var(--text-1);font-size:14px}.ParsecForm .ParsecIconButton{z-index:1}.ParsecForm .ParsecEditPanel_children{padding-top:12px;padding-bottom:12px;overflow-y:auto}.ParsecForm .ParsecEditPanel_children{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ParsecForm .ParsecEditPanel_children::-webkit-scrollbar{width:3px;height:3px;display:initial}.ParsecForm .ParsecEditPanel_children::-webkit-scrollbar-track{background:var(--background-1)}.ParsecForm .ParsecEditPanel_children::-webkit-scrollbar-thumb{background:var(--background-4)}.ParsecForm .ParsecEditPanel_children::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.ParsecForm>div{padding:16px}.ParsecForm label{display:block;margin-top:14px;margin-bottom:8px;text-transform:lowercase;display:flex;align-items:center}.ParsecForm p{font-size:1rem;margin-top:8px;margin-bottom:8px;padding:8px}.ParsecForm h3{font-weight:400;color:var(--gray-400);padding:2px;margin-top:20px;margin-bottom:20px}.ParsecEditPanel_row{display:flex;align-items:center;margin-top:14px;margin-bottom:8px;min-height:28px;column-gap:4px}.ParsecEditPanel_row .FeatureFlag_blurred{display:flex;align-items:center;column-gap:4px}.ParsecEditPanel_row label{margin:0}.ParsecEditPanel_row label:after{content:":"}.ParsecEditPanel_box{display:flex;align-items:center;background:var(--background-2);border:solid 1px var(--background-3);padding:8px}.ParsecEditPanel_box>*:not(:last-child){margin-right:4px}.ParsecEditPanel_box>*:first-child{margin-left:0}.ParsecEditPanel_box label{color:var(--text-2)}.ParsecEditPanel_grid{display:grid}.ParsecEditPanel_grid p{color:var(--text-1);background:var(--background-3);border:solid 1px var(--gray-700);padding:2px;margin:2px}.ParsecEditPanel_section{border-bottom:solid 1px var(--background-3);margin-top:14px;padding-bottom:16px;margin-bottom:8px;width:100%}.ParsecEditPanel_section.ParsecEditPanel_sectionPage{border-bottom:none;padding-left:16px;width:unset}.ParsecEditPanel_section .ParsecEditPanel_sectionTitle .ParsecEditPanel_row{margin-top:unset;margin-bottom:unset}.ParsecEditPanel_section .ParsecEditPanel_sectionTitle h3{margin:0}.ParsecFloatingPanel_grabBar{background-image:linear-gradient(var(--background-3),var(--background-2));border:solid 1px var(--background-5);border-bottom:none;position:absolute;left:0;box-sizing:border-box;top:-12px;height:12px;z-index:100;cursor:move}.ParsecSelect{display:block;font-family:var(--font-family);border:none;text-align-last:center;border-radius:0;appearance:none;-webkit-appearance:none;color:var(--text-1);margin:0;background:var(--background-3);border:solid 1px var(--background-4);max-width:100%;text-overflow:ellipsis;overflow:hidden;font-size:.9rem;box-sizing:border-box;padding:3px 12px;min-height:28px}.ParsecSelect:focus{outline:solid 1px var(--background-5)}.ParsecSelect.ParsecSelect_primary{background:rgba(var(--primary-rgb),.3);border:none;border-left:solid 2px var(--primary-1);background-repeat:no-repeat}.ParsecSelect.ParsecSelect_orange{background:rgba(var(--orange-rgb),.2);border:none;border-left:solid 2px rgba(var(--orange-rgb),.8);background-repeat:no-repeat}.ParsecSelect.ParsecSelect_green{background:rgba(var(--green-rgb),.2);border:none;border-left:solid 2px rgba(var(--green-rgb),.8);background-repeat:no-repeat}.ParsecSelect.ParsecSelect_greenBordered{background:rgba(var(--green-rgb),.3);border:none;border:solid 1px rgba(var(--green-rgb),.5);background-repeat:no-repeat}.ParsecSelect.ParsecSelect_orangeBold{background-color:rgba(var(--orange-rgb),.3);border-color:rgba(var(--orange-rgb),.3);background-repeat:no-repeat}.ParsecSelect.ParsecSelect_lightgray{background:rgba(var(--lightgray-rgb),.3);border:none;border-left:solid 2px rgba(var(--lightgray-rgb),.8);background-repeat:no-repeat}.ParsecSelect.ParsecSelect_gray{background:rgba(var(--gray-rgb),.3);border:none;border-left:solid 2px rgba(var(--gray-rgb),.8);background-repeat:no-repeat}.ParsecSelect.ParsecSelect_onyx{background:rgba(var(--onyx-rgb),.2);border:none;border-left:solid 2px rgba(var(--gray-rgb),.8);background-repeat:no-repeat}.loader-wrapper{text-align:center;opacity:0;animation:loaderFadeIn 3s forwards}.loader-wrapper .loader{width:40px;height:40px;background:var(--background-5);z-index:var(--max-zindex);margin:80px auto;-webkit-animation:sk-rotateplane 1.5s infinite ease-in-out;animation:sk-rotateplane 1.5s infinite ease-in-out}.loader-wrapper .loader_message{position:fixed;bottom:2rem;left:1rem;font-size:14px;color:var(--background-5)}@media only screen and (max-width: 900px){.loader-wrapper .loader_message{display:none}}@keyframes loaderFadeIn{0%{opacity:0}25%{opacity:0}to{opacity:1}}@-webkit-keyframes sk-rotateplane{0%{-webkit-transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg)}to{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes sk-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0);-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}to{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.ParsecMarkdown a{color:var(--text-1)}.ParsecMarkdown p{white-space:pre-wrap}@media screen and (max-width: 768px){.ParsecMarkdown p{line-height:1.6;margin-bottom:12px}}.ParsecMarkdown table{border-collapse:collapse;width:100%;margin:16px 0;font-size:.9em}@media screen and (max-width: 768px){.ParsecMarkdown table{font-size:.85em;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}.ParsecMarkdown th,.ParsecMarkdown td{padding:12px;text-align:left;border:1px solid var(--background-3)}.ParsecMarkdown th{background-color:var(--background-2);font-weight:600}.ParsecMarkdown td{background-color:var(--background-1)}.ParsecMarkdown tr:hover td{background-color:var(--background-2)}.ChatProtocol{padding:24px;max-width:800px;margin:0 auto}.ChatProtocol__back{display:flex;gap:8px;margin-bottom:24px;cursor:pointer;color:var(--text-2);transition:color .2s ease;text-decoration:none}.ChatProtocol__back:hover{color:var(--text-1)}.ChatProtocol__header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.ChatProtocol__title{font-size:30px;font-weight:700;color:var(--text-1);text-transform:capitalize;margin:8px 0}.ChatProtocol__section{margin-bottom:24px}.ChatProtocol__section:last-child{margin-bottom:0}.ChatProtocol__sectionTitle{font-size:18px;font-weight:600;color:var(--text-1);margin:0 0 12px}.ChatProtocol__summary{color:var(--text-1);line-height:1.4}.ChatProtocol__linkList{list-style:none;padding:0}.ChatProtocol__linkItem{margin-bottom:8px}.ChatProtocol__linkItem:last-child{margin-bottom:0}.ChatProtocol__linkItem:before{content:"•";color:var(--text-3);margin-right:8px}.ChatProtocol__link{color:var(--text-1);transition:color .2s ease}.ChatProtocol__link:hover{color:var(--text-2)}.ChatProtocol__link:visited{color:var(--text-3)}.ParsecFlexItem{display:block}.ParsecFlexItem.ParsecFlexItem_clickable{cursor:pointer}.Project__back-link{text-decoration:none;color:var(--text-3)}.Project__back-link:hover{color:var(--text-1)}.Project__header{top:0;z-index:10}@media (max-width: 768px){.Project__header-content{flex-direction:column;align-items:flex-start;gap:1rem}}.Project__logo-image{width:30px;height:30px;border-radius:8px;object-fit:cover}.Project__title{text-transform:capitalize}@media (max-width: 768px){.Project__title{font-size:1.5rem}}@media (max-width: 768px){.Project__nav{gap:1rem;flex-wrap:wrap}}.Project__nav-link{text-decoration:none;padding:.5rem 1rem}.Project__nav-link:hover{text-decoration:underline}@media (max-width: 768px){.Project__nav-link{padding:.375rem .75rem;font-size:.875rem}}@media (max-width: 768px){.Project__main{padding:1rem}}.Project__summary-text p{font-size:1rem;line-height:1.6;color:var(--text-2);margin:0}.ParsecTwitterEmbed{background:var(--background-2);border:1px solid var(--background-3);border-radius:8px;padding:16px;transition:all .2s ease;display:flex;flex-direction:column;flex-shrink:0;min-height:200px}.ParsecTwitterEmbed--compact{min-width:0;max-width:100%;min-height:auto;overflow:hidden;padding:8px 12px;text-decoration:none}.ParsecTwitterEmbed--compact:hover{background-color:var(--background-3)}.ParsecTwitterEmbed--compact .ParsecTwitterEmbed__content{margin:0}.ParsecTwitterEmbed--compact .ParsecTwitterEmbed__avatar{width:20px;height:20px}.ParsecTwitterEmbed--compact .ParsecTwitterEmbed__avatarPlaceholder{font-size:10px}.ParsecTwitterEmbed--compact>.ParsecFlexRow:first-child>.ParsecFlexRow:nth-child(2){flex-direction:row!important;align-items:center;gap:8px;flex-wrap:nowrap}.ParsecTwitterEmbed--compact>.ParsecFlexRow:first-child>.ParsecFlexRow:nth-child(2)>.ParsecFlexRow:first-child{flex-wrap:nowrap;min-width:0}.ParsecTwitterEmbed--compact>.ParsecFlexRow:first-child>.ParsecFlexRow:nth-child(2)>span{margin:0;white-space:nowrap}.ParsecTwitterEmbed__avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.ParsecTwitterEmbed__avatar img{width:100%;height:100%;object-fit:cover}.ParsecTwitterEmbed__avatarPlaceholder{width:100%;height:100%;background:var(--primary-2);color:var(--softwhite);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:18px}.ParsecTwitterEmbed__verifiedBadge{width:16px;height:16px;color:var(--text-blurple);flex-shrink:0}.ParsecTwitterEmbed__logo{margin-left:auto;flex-shrink:0}.ParsecTwitterEmbed__xLogo{width:12px;height:12px;color:var(--text-4);transition:color .2s ease}.ParsecTwitterEmbed__xLogo:hover{color:var(--text-3)}.ParsecTwitterEmbed__content{margin-bottom:12px}.ParsecTwitterEmbed__text{font-size:15px;line-height:20px}[data-theme=parsec-light] .ParsecTwitterEmbed__text{color:var(--text-blue)}.ParsecTwitterEmbed__text{color:var(--text-orange);white-space:pre-wrap;word-wrap:break-word;text-decoration:none}.ParsecTwitterEmbed__seeMore.ParsecButton{padding:0;color:var(--text-blurple);font-family:inherit;font-size:15px}.ParsecTwitterEmbed__seeMore.ParsecButton:hover{color:var(--text-blurple);text-decoration:underline}.ParsecTwitterEmbed__link{color:var(--text-blurple);text-decoration:none}.ParsecTwitterEmbed__link:hover{text-decoration:underline}.ParsecTwitterEmbed__hashtag{color:var(--text-blurple);cursor:pointer}.ParsecTwitterEmbed__hashtag:hover{text-decoration:underline}.ParsecTwitterEmbed__mention{color:var(--text-blurple);text-decoration:none}.ParsecTwitterEmbed__mention:hover{text-decoration:underline}.ParsecTwitterEmbed__relevance{background:var(--background-2);border:1px solid var(--background-4);border-radius:8px;padding:12px}.ChatTwitterMeta{padding:24px;margin:0 auto;max-width:100%;overflow-x:hidden}.ChatTwitterMeta__toc{background:var(--background-2);border-radius:8px;padding:16px}.ChatTwitterMeta__toc__button{padding:4px 8px;border-radius:8px;font-size:13px;border:1px solid var(--background-4);background:var(--background-3);font-family:inherit;cursor:pointer}.ChatTwitterMeta__toc__button:hover{background:var(--background-4)}.ChatTwitterMeta__topicDiscussion{margin-bottom:40px;padding:24px;background:var(--background-2);border-radius:8px;max-width:100%;overflow-x:hidden}.ChatTwitterMeta__topicDiscussion:last-child{margin-bottom:0}.ChatTwitterMeta__tweets{display:flex;gap:16px;overflow-x:scroll;overflow-y:hidden;padding-bottom:8px;width:0;min-width:100%;flex:1;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.ChatTwitterMeta__tweets .ParsecTwitterEmbed{width:440px;height:360px}.ChatTwitterMeta__tweets::-webkit-scrollbar{height:8px}.ChatTwitterMeta__tweets::-webkit-scrollbar-track{background:var(--background-3);border-radius:4px}.ChatTwitterMeta__tweets::-webkit-scrollbar-thumb{background:var(--background-4);border-radius:4px}.ChatTwitterMeta__tweets::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.ChatTwitterMeta__tweets{scrollbar-width:thin;scrollbar-color:var(--background-4) var(--background-3)}.ChatProjectSpotlight{padding:16px;margin:0 auto;max-width:100%;overflow-x:hidden;background:var(--background-3);color:var(--text-1)}.ChatProjectSpotlight__back{cursor:pointer;color:var(--text-2);transition:color .2s ease}.ChatProjectSpotlight__back:hover{color:var(--text-1)}.ChatProjectSpotlight__wrapper{padding:10px}.ChatProjectSpotlight__hero{margin-bottom:32px}.ChatProjectSpotlight__hero-logo{width:50px;height:50px;border-radius:50%;object-fit:cover;flex-shrink:0}.ChatProjectSpotlight__hero-link{color:var(--accent-1);text-decoration:none;font-size:14px;font-weight:500;white-space:nowrap;transition:color .2s ease}.ChatProjectSpotlight__hero-link:hover{color:var(--accent-2);text-decoration:underline}.ChatProjectSpotlight__hero-badges{margin-left:auto}.ChatProjectSpotlight__badge{border-radius:6px;font-size:13px;font-weight:500}.ChatProjectSpotlight__badge--positive{background:rgba(var(--green-rgb),.15);color:var(--text-green)}.ChatProjectSpotlight__badge--score{background:var(--background-4)}.ChatProjectSpotlight__hero-catchphrase{line-height:1.6}.ChatProjectSpotlight__hero-meta{padding:12px;margin-top:16px;background:var(--background-2);border-radius:8px;font-size:13px}.ChatProjectSpotlight__meta-reason{flex:1;color:var(--text-blue)}.ChatProjectSpotlight__section{margin-bottom:32px}.ChatProjectSpotlight__section:last-child{margin-bottom:0}.ChatProjectSpotlight__columns{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (max-width: 768px){.ChatProjectSpotlight__columns{grid-template-columns:1fr}}.ChatProjectSpotlight__error{line-height:1.5;background:var(--background-2);border:1px solid var(--background-4);border-radius:12px;padding:16px}.ChatProjectSpotlight__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;background:var(--background-2);border:1px solid var(--background-4);border-radius:12px}.ChatProjectSpotlight__loading .spinner{width:32px;height:32px;border:3px solid var(--background-4);border-top:3px solid var(--accent-1);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.ChatProjectSpotlight__loading p{color:var(--text-2);margin:0;font-size:14px}.ChatProjectSpotlight__tweets{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.ChatProjectSpotlight__tweets .ParsecTwitterEmbed{min-height:360px}.ChatProjectSpotlight__tweets::-webkit-scrollbar{height:8px}.ChatProjectSpotlight__tweets::-webkit-scrollbar-track{background:var(--background-3);border-radius:4px}.ChatProjectSpotlight__tweets::-webkit-scrollbar-thumb{background:var(--background-4);border-radius:4px}.ChatProjectSpotlight__tweets::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.ChatProjectSpotlight__tweets{scrollbar-width:thin;scrollbar-color:var(--background-4) var(--background-3)}@media (max-width: 1024px){.ChatProjectSpotlight__projects{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width: 768px){.ChatProjectSpotlight{padding:12px}.ChatProjectSpotlight__section{margin-bottom:24px}.ChatProjectSpotlight__projects{grid-template-columns:1fr;gap:16px}.ChatProjectSpotlight__project{padding:16px}.ChatProjectSpotlight__project-metrics{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:8px;padding:10px}}@media (max-width: 480px){.ChatProjectSpotlight{padding:8px}.ChatProjectSpotlight__project{padding:12px;gap:12px}.ChatProjectSpotlight__project-logo{width:40px;height:40px}.ChatProjectSpotlight__project-title{font-size:18px}}.ParsecTextarea{display:block;background:var(--background-3);font-family:var(--font-family);border:none;color:var(--text-1);margin:0;border:solid 1px var(--background-4);padding:12px 36px 12px 16px;min-height:44px;font-size:.9rem;box-sizing:border-box;resize:none;overflow-y:scroll;line-height:1.4}.ParsecTextarea{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ParsecTextarea::-webkit-scrollbar{width:3px;height:3px;display:initial}.ParsecTextarea::-webkit-scrollbar-track{background:var(--background-1)}.ParsecTextarea::-webkit-scrollbar-thumb{background:var(--background-4)}.ParsecTextarea::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.ParsecTextarea::placeholder{color:var(--text-2)}.ParsecTextarea:focus{outline:none}.ParsecTextarea:focus:not(:read-only){border:solid 1px var(--background-5)}.ParsecTextarea:read-only{color:var(--text-1);background:var(--background-1);border-color:var(--gray-800)}.ParsecTextarea:disabled{background-color:var(--background-3);color:var(--text-3);cursor:not-allowed}.ParsecTextarea.fullWidth{width:100%}.ParsecTextarea.lightblack{background-color:var(--background-2);border-color:var(--border-2)}.ParsecTextarea.error{border-color:var(--red-1)}.ParsecTextarea.autoResize{overflow-y:hidden}.ParsecTextarea::placeholder{color:var(--text-3)}.ParsecTextarea_Label{display:block;font-size:14px;font-weight:500;color:var(--text-2);margin-bottom:8px}.ParsecTextarea_HelperText{font-size:12px;color:var(--text-3)}.ScheduledPromptResultView{width:100%;max-width:100%;display:flex;flex-direction:column;overflow:hidden}.ScheduledPromptResultView--stacked{gap:1rem}.ScheduledPromptResultView .preview-component{border:1px solid var(--background-4);overflow:hidden}.ScheduledPromptResultView .preview-component-tabs{display:flex;flex-wrap:wrap;gap:4px}.ScheduledPromptResultView .component-tab{padding:6px 12px;background:var(--background-3);border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.ScheduledPromptResultView .component-tab:hover{background:var(--background-4)}.ScheduledPromptResultView .component-tab--active{background:var(--blurple);color:#fff}.ScheduledPromptResultView .markdown-content{width:100%}.ScheduledPromptEditModal{width:700px;padding:2rem}.ScheduledPromptEditModal h2{margin:0 0 1.5rem;color:var(--text-1);font-size:24px}.ScheduledPromptEditModal form{width:100%}.ChatScheduledPrompt_header{background:var(--background-2);border:solid 1px var(--background-4);border-radius:8px;padding:1.5rem;margin-bottom:2rem}.ChatScheduledPrompt_statusBadge{display:inline-flex;padding:6px 14px;border-radius:999px;align-items:center;white-space:nowrap;background:var(--background-4);color:var(--text-2);font-weight:600}.ChatScheduledPrompt_statusBadge--active{background:var(--background-green)}.ChatScheduledPrompt_statusBadge--inactive{background:var(--background-4)}.ChatScheduledPrompt_metadata{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--background-4)}.ChatScheduledPrompt_promptText{margin-top:1.5rem;padding:1rem;background:var(--background-3);border-radius:6px;border:1px solid var(--background-4)}.ChatScheduledPrompt_resultSection{background:var(--background-2);border:solid 1px var(--background-4);border-radius:8px;padding:1.5rem}.ChatScheduledPrompt_result{display:flex;flex-direction:column;gap:1rem}.ChatScheduledPrompt_resultMeta{padding-bottom:.75rem;border-bottom:1px solid var(--background-4)}.ChatScheduledPrompt_errorBadge{color:var(--red);font-weight:600}.ChatScheduledPrompt_resultContent{padding:1rem 0}.ChatScheduledPrompt_noResult{display:flex;align-items:center;justify-content:center;min-height:200px;background:var(--background-3);border-radius:6px;padding:3rem 1.5rem}.LandingPage{background:var(--homepage-background);color:var(--text-1);min-height:100vh}@media screen and (max-width: 800px){.LandingPage{min-height:100vh}@supports (min-height: -webkit-fill-available){.LandingPage{min-height:-webkit-fill-available}}}.LandingPageImageBlock{padding:40px;background-color:var(--background-2);border:solid 1px var(--background-3)}.LandingPageImageBlock img{border:solid 1px var(--background-3);display:block;object-fit:cover;object-position:left}.LandingPageImageBlock p{margin-top:32px;font-size:1.3rem;text-align:center}@keyframes brightness-animation{0%{filter:brightness(110%)}to{filter:brightness(130%)}}.LandingPageTitle h1{font-size:3rem;max-width:80%;text-align:center;margin:130px 0 32px}@media only screen and (max-width: 999px){.LandingPageTitle h1{font-size:2rem}}.LandingPageTitle p{font-size:1.2rem;max-width:min(90%,700px);text-align:center;margin:0 0 32px;line-height:1.5rem}.LandingPageTitle a{min-width:130px;text-align:center;font-size:1rem;background-color:var(--background-3);border:solid 1px var(--background-4);text-decoration:none;padding:12px 32px;border-radius:16px}.LandingPageTitle a:hover{filter:brightness(130%)}.LandingPageTitle a:first-child{background-color:var(--background-blurple);border:solid 1px var(--border-blurple);filter:brightness(120%);animation:brightness-animation 2s infinite alternate}.LandingPageTitle a:first-child:hover{animation:none;filter:brightness(150%)}.EaaS_fullImage{display:block;width:90%;max-width:1000px;border:solid 1px var(--background-3);min-height:min(500px,40vw)}.EaaS_grid{display:grid;width:80%;grid-template-columns:1fr 1fr;column-gap:32px;row-gap:32px;margin-bottom:110px}@media (max-width: 768px){.EaaS_grid{grid-template-columns:1fr}}.LandingAPI_fullImage{display:block;width:90%;max-width:1000px;border:solid 1px var(--background-3);min-height:min(500px,40vw)}.LandingAPI_grid{display:grid;width:80%;grid-template-columns:1fr 1fr;column-gap:32px;row-gap:32px;margin-bottom:110px}@media (max-width: 768px){.LandingAPI_grid{grid-template-columns:1fr}}.LandingPageNftTable{width:100%}.LandingPageNftTable th{color:var(--text-2);white-space:nowrap}.LandingPageNftTable tbody tr{height:40px}.LandingPageNftTable tbody tr:hover{background-color:var(--background-3)}.LandingPageNftTable th,.LandingPageNftTable td{padding:4px 32px;text-align:left;font-weight:400}.LandingPage_Ordinals_body{min-height:500px;position:relative}.LandingPage_Ordinals .ParsecDropdown input{font-size:1rem}.LandingPage_Ordinals .LandingPage_Ordinals_item{width:300px;height:100px;position:relative;cursor:pointer}.LandingPage_Ordinals .LandingPage_Ordinals_item .LandingPage_Ordinals_itemText{position:absolute;z-index:30;font-family:Arial,Helvetica,sans-serif}.LandingPage_NFT_body{min-height:500px;position:relative;width:900px}.LandingPage_NFT .ParsecDropdown input{font-size:1rem}.LandingPage_NFT .LandingPage_NFT_item{width:300px;height:100px;position:relative;cursor:pointer}.LandingPage_NFT .LandingPage_NFT_item .LandingPage_NFT_itemText{position:absolute;z-index:30;font-family:Arial,Helvetica,sans-serif}.LandingPage_Polymarket{max-width:calc(100vw - 64px);min-height:800px;margin:0 auto}.LandingPage_Polymarket .PolymarketGrid{font-family:Arial,Helvetica,sans-serif;display:grid;width:100%;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));background-color:var(--background-4);border:solid 1px var(--background-4);gap:1px}.LandingPage_Polymarket .Event{display:flex;flex-direction:column;row-gap:12px;max-height:240px;overflow:hidden;background-color:var(--background-2);padding:16px}.LandingPage_Polymarket .Event .EventTitle_text{font-size:.9rem;color:var(--text-orange)}.LandingPage_Polymarket .MarketsGrid{display:flex;flex-direction:column;row-gap:4px;align-items:start}.LandingPage_Polymarket .MarketCard{display:flex;column-gap:8px;justify-content:space-between;width:100%}.LandingPage_Polymarket .MarketCard .MarketCard_text{text-decoration:none}.LandingPage_Polymarket .MarketCard .MarketCard_text:hover{text-decoration:underline}@media (max-width: 1000px){.LandingPage_Polymarket .LandingPage_PolymarketSelect{display:none}}.ParsecPopup{color:var(--text-1);background:var(--background-1);position:absolute;z-index:var(--max-zindex);box-shadow:2px 2px var(--gray-600);border:1px solid var(--gray-400);animation:fadein .3s;width:300px}@keyframes fadein{0%{opacity:0}to{opacity:1}}.ParsecPopup .ParsecPopup_title{font-size:1rem;padding:6px 32px 6px 6px;background:var(--background-3);border-bottom:1px solid rgba(var(--primary-rgb),.5);color:var(--text-2)}.ParsecPopup .ParsecPopup_title img{display:block;height:12px}.ParsecPopup .ParsecPopup_title svg{color:var(--text-2)}.ParsecPopup .ParsecPopup_body{padding:8px}.ParsecPopup .ParsecPopup_body .ParsecPopup_tags{margin-top:3px;margin-bottom:6px;display:flex;overflow-y:scroll;white-space:nowrap}.ParsecPopup .ParsecPopup_body .ParsecPopup_tags .ParsecPopup_tag{font-size:.8rem;color:var(--orange-400);white-space:nowrap;background:#ffa5001a;border:solid 1px rgba(255,165,0,.4);border-radius:3px;padding:2px;margin-right:3px}.ParsecPopup .ParsecPopup_footer{padding:8px;display:flex;gap:5px}.ParsecPopup .ParsecPopup_footer>*{flex:1;font-size:.9rem;padding:2px;text-decoration:none;color:var(--gray-50);background:var(--background-3);border:solid 1px var(--gray-700);cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center}.ParsecPopup .ParsecPopup_footer>*:hover{background:var(--hover-background);border:solid 1px var(--gray-600)}.ParsecPopup .ParsecPopup_footer>* svg{color:var(--text-2);font-size:10px;padding:3px}.ParsecPopup .ParsecPopup_footer>* img{padding:3px;height:12px}.AddressLabelPopup_explore{background-color:var(--background-3);border:solid 1px var(--background-4);position:relative;height:32px;display:flex;flex:7;align-items:center;justify-content:center;text-decoration:none}.AddressLabelPopup_explore .AddressLabelPopup_exploreLogo{position:absolute;left:4px;color:var(--text-4)}.AddressLabelPopup_exploreExt{background-color:var(--background-blurple);border:solid 1px var(--border-blurple);font-size:.8rem;color:var(--text-4);display:flex;align-items:center;justify-content:center;flex:1;height:32px}.AddressLabelPopup_tags{overflow-y:auto}.AddressLabelPreview_label{display:inline-flex;align-items:center;text-decoration:none;position:relative;text-align:left;width:100%;font-size:.9rem}.AddressLabelPreview_label.AddressLabelPreview_clickable{cursor:pointer}.AddressLabelPreview_label .AddressLabelPreview_text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:2px;padding-right:2px;color:var(--text-1)}.AddressLabelPreview_label img{padding-left:2px;padding-right:2px;height:12px;width:12px}.AddressLabelPreview_label img[src*="/logos/opensea.png"]{filter:grayscale(90%)}.AddressLabelPreview_label.AddressLabelPreview_blurple{background-color:rgba(var(--primary-rgb),.2);border-left:2px solid var(--primary-1)}.AddressLabelPreview_label.AddressLabelPreview_orange{background-color:rgba(var(--orange-rgb),.2);border-left:2px solid var(--orange-400)}.AddressLabelPreview_label.AddressLabelPreview_blue{background-color:rgba(var(--blue-rgb),.2);border-left:2px solid var(--blue-400)}.AddressLabelPreview_label.AddressLabelPreview_green{background-color:rgba(var(--green-rgb),.2);border-left:2px solid var(--green-400)}.AddressLabelPreview_label.AddressLabelPreview_pink{background-color:rgba(var(--pink-rgb),.2);border-left:2px solid var(--pink-600)}.AddressLabelPreview_label.AddressLabelPreview_yellow{background-color:rgba(var(--yellow-rgb),.2);border-left:2px solid var(--yellow)}.AddressLabelPreview_label.AddressLabelPreview_underlined{text-decoration:underline}.AddressLabelPreview_label.AddressLabelPreview_faded{opacity:.5}.AddressLabelPreview_link{display:inline-flex;align-items:center;text-decoration:none}.AddressLabelPreview_link:hover{text-decoration:none}.AddressLabelPreview_link:not(.AddressLabelPreview_variantLink){text-decoration:underline;text-decoration-color:var(--text-blue)}.AddressLabelPreview_link:not(.AddressLabelPreview_variantLink):hover{text-decoration:underline}.AddressLabelPreview_link:not(.AddressLabelPreview_variantLink) .AddressLabelPreview_text{color:var(--text-blue)}.FeatureFlag_blurred{filter:blur(5px);pointer-events:none}.ParsecLabeledCheckbox{display:flex;align-items:center;margin-top:4px;margin-bottom:4px;cursor:pointer;user-select:none}.ParsecLabeledCheckbox .ParsecLabeledCheckbox_before{user-select:none;font-size:.9rem;display:block;margin-right:4px}.ParsecLabeledCheckbox .ParsecLabeledCheckbox_after{user-select:none;font-size:.9rem;display:block;margin-left:4px}.ParsecListEditor{user-select:none;position:relative}.ParsecListEditor.ParsecListEditor_reorderable .ParsecListEditor_item{cursor:grab}.ParsecListEditor.ParsecListEditor_dragging{cursor:grabbing}.ParsecListEditor.ParsecListEditor_dragging .ParsecListEditor_item{cursor:grabbing;transition:transform .2s}.ParsecListEditor.ParsecListEditor_dragging .ParsecListEditor_item.ParsecListEditor_itemDragging{background:var(--background-3);border:solid 1px var(--gray-700);transition:none;z-index:1;box-shadow:5px 5px 4px -2px var(--gray-900)}.ParsecListEditor .ParsecListEditor_item{position:absolute;padding:0 4px;color:var(--text-1);background:var(--background-2);border:solid 1px var(--gray-800);display:flex;align-items:center;column-gap:2px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ParsecListEditor .ParsecListEditor_item .ParsecListEditor_itemLeft{margin-right:auto;overflow:hidden}.ParsecListEditor .ParsecListEditor_item .ParsecListEditor_itemLeft .fa-times{color:var(--gray-600)}.ParsecListEditor.ParsecListEditor_darkgray .ParsecListEditor_item{color:var(--text-1);background:var(--background-3);border:solid 1px var(--gray-700)}.ParsecListEditor.ParsecListEditor_orange .ParsecListEditor_item{color:var(--text-1);background:rgba(var(--orange-rgb),.2);border:solid 1px var(--orange-700)}.ParsecListEditor.ParsecListEditor_blurple .ParsecListEditor_item{color:var(--text-1);background:var(--blurple-700);border:solid 1px var(--primary-2)}@keyframes fadeOut{0%{opacity:.7}to{opacity:0}}.ParsecTable{width:100%}.ParsecTable.ParsecTable_scroll{overflow-x:auto}.ParsecTable.ParsecTable_bordered{border:solid 1px var(--background-4);border-top:none}.ParsecTable .ParsecTable_headers{z-index:1;position:relative;display:flex;background:var(--background-1);color:var(--text-2);font-size:.9rem;text-align:left;border-top:solid 1px var(--background-4);border-bottom:solid 1px var(--background-4);padding-right:3px;min-height:30px}.ParsecTable.ParsecTable_noBorderTop .ParsecTable_headers{border-top:none}.ParsecTable.ParsecTable_orange .ParsecTable_headers{color:var(--text-1);background:var(--orange-750);border-color:var(--orange-700)}.ParsecTable.ParsecTable_flush .ParsecTable_headers{color:var(--text-1);background:transparent;border-color:transparent;border-bottom:solid 1px var(--background-3)}.ParsecTable.ParsecTable_largeFont .ParsecTable_headers{font-size:1rem}.ParsecTable.ParsecTable_gray .ParsecTable_headers{color:var(--text-1);background:var(--background-4);border-top-color:var(--gray-600);border-bottom-color:var(--pink-500)}.ParsecTable .ParsecEditPanel{min-width:250px;white-space:nowrap}.ParsecTable .ParsecTable_rows{position:relative;overflow-y:auto;overflow-x:hidden;min-height:100px;scrollbar-gutter:stable}.ParsecTable .ParsecTable_rows{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ParsecTable .ParsecTable_rows::-webkit-scrollbar{width:3px;height:3px;display:initial}.ParsecTable .ParsecTable_rows::-webkit-scrollbar-track{background:var(--background-1);border-top:solid 1px var(--background-4);border-bottom:solid 1px var(--background-4);border-left:solid 1px var(--background-4)}.ParsecTable .ParsecTable_rows::-webkit-scrollbar-thumb{background:var(--background-4)}.ParsecTable .ParsecTable_rows::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.ParsecTable .ParsecTable_fakeColumn{position:absolute;top:0;background:rgba(var(--primary-rgb),.3)}.ParsecTable_headerEditButton{position:absolute;top:0;right:0;color:var(--gray-25);background:var(--primary-2);padding:8px 1px 8px 2px;cursor:pointer;transition:background .2s,color .2s,padding .2s}.ParsecTable_headerEditButton:hover{padding:8px 2px 8px 3px;color:var(--text-1);background:var(--primary-1)}.ParsecTable_headerLockButton{position:absolute;top:21px;right:5px;width:12px;height:12px;color:var(--text-2);background:var(--gray-600);border:solid 1px rgba(var(--lightestgray-rgb),.6);padding:4px;cursor:pointer;border-radius:2px;transition:background .2s,color .2s;z-index:1}.ParsecTable_headerLockButton:hover{color:var(--text-1)}.ParsecTable_headerCell,.ParsecTable_reorderingHeader{cursor:default;position:relative;height:30px;padding:4px 1px;user-select:none;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;column-gap:4px}.ParsecTable_headerCell.ParsecTable_headerCellAlignRight,.ParsecTable_reorderingHeader.ParsecTable_headerCellAlignRight{text-align:right}.ParsecTable_headerCell.ParsecTable_headerCellAlignCenter,.ParsecTable_reorderingHeader.ParsecTable_headerCellAlignCenter{text-align:center}.ParsecTable_headerCell.ParsecTable_reorderingHeader,.ParsecTable_reorderingHeader.ParsecTable_reorderingHeader{background:rgba(var(--primary-rgb),.3);color:var(--text-1);z-index:1}.ParsecTable_headerCell.ParsecTable_firstHeaderCell,.ParsecTable_reorderingHeader.ParsecTable_firstHeaderCell{padding-left:3px}.ParsecTable_headerFilterIcon{color:var(--text-4);font-size:.8rem;cursor:pointer}.ParsecTable_headerFilterIcon:hover{color:var(--text-2)}svg.ParsecTable_headerSortIndicator{display:none;color:var(--gray-400);padding-left:1px;font-size:10px}.ParsecTable_headerResizeHandle{position:absolute;top:0;right:0;width:12px;min-width:12px;height:100%;cursor:col-resize;z-index:2}.ParsecTable_headerCell_reordering{color:transparent}.ParsecTable_headerCell_noClick{pointer-events:none}.ParsecTable_headerCell_sortable{cursor:pointer}.ParsecTable_headerCell_sortable:hover{color:var(--text-1)}.ParsecTable_headerCell_sortable:hover svg.ParsecTable_headerSortIndicator{display:inline}.ParsecTable_headerCell_sorted svg.ParsecTable_headerSortIndicator{display:inline}.ParsecTable_pager{height:40px;width:100%;display:flex;align-items:center;justify-content:center;column-gap:6px;color:var(--text-2)}.ParsecTable_pager.ParsecTable_pagerAbsolute{background:var(--background-1);border-top:solid 1px var(--background-4);position:absolute;bottom:0}.ParsecTable_pager.ParsecTable_pagerRelative{background:var(--background-1);border-top:solid 1px var(--background-4);margin-top:-1px;padding:16px}.ParsecTablePanel .ParsecTablePanel_left label{padding-bottom:8px}.ParsecTablePanel .ParsecTablePanel_left .ParsecTablePanel_checkboxList{width:200px;overflow-y:auto}.ParsecTablePanel .ParsecTablePanel_left .ParsecTablePanel_checkboxList{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ParsecTablePanel .ParsecTablePanel_left .ParsecTablePanel_checkboxList::-webkit-scrollbar{width:3px;height:3px;display:initial}.ParsecTablePanel .ParsecTablePanel_left .ParsecTablePanel_checkboxList::-webkit-scrollbar-track{background:var(--background-1)}.ParsecTablePanel .ParsecTablePanel_left .ParsecTablePanel_checkboxList::-webkit-scrollbar-thumb{background:var(--background-4)}.ParsecTablePanel .ParsecTablePanel_left .ParsecTablePanel_checkboxList::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.ParsecTablePanel .ParsecTablePanel_right{padding-left:16px;margin-left:16px;border-left:solid 1px var(--gray-850)}.ParsecTablePanel .ParsecTablePanel_right label{padding-bottom:8px}.ParsecTablePanel .ParsecTablePanel_right .ParsecTablePanel_listEditor{width:254px;overflow-y:auto}.ParsecTablePanel .ParsecTablePanel_right .ParsecTablePanel_listEditor{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ParsecTablePanel .ParsecTablePanel_right .ParsecTablePanel_listEditor::-webkit-scrollbar{width:3px;height:3px;display:initial}.ParsecTablePanel .ParsecTablePanel_right .ParsecTablePanel_listEditor::-webkit-scrollbar-track{background:var(--background-1)}.ParsecTablePanel .ParsecTablePanel_right .ParsecTablePanel_listEditor::-webkit-scrollbar-thumb{background:var(--background-4)}.ParsecTablePanel .ParsecTablePanel_right .ParsecTablePanel_listEditor::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.ParsecTable_row{display:flex;position:relative;color:var(--text-1);font-size:.9em;border-bottom:solid 1px var(--background-3);min-height:36px}.ParsecTable_row.ParsecTable_rowEven{background:var(--table-row-background-even)}.ParsecTable_row.ParsecTable_rowOdd{background:var(--table-row-background-odd)}.ParsecTable_row .ParsecTable_rowFlash{position:absolute;width:100%;height:100%;background:rgba(var(--primary-rgb),.5);z-index:1;opacity:0;animation:fadeOut .5s ease-out;pointer-events:none;user-select:none}.ParsecTable_row .ParsecTable_rowCell{padding:4px;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ParsecTable_row .ParsecTable_rowCell.ParsecTable_rowCellAlignRight{justify-content:flex-end}.ParsecTable_row .ParsecTable_rowCell.ParsecTable_rowCellAlignCenter{justify-content:center}.ParsecTable_row .ParsecTable_rowCell a{color:var(--text-1);text-decoration:none}.ParsecTable_row .ParsecTable_rowCell a:hover{text-decoration:underline}.ParsecTable_row.ParsecTable_rowSelected{background:rgba(var(--primary-rgb),.3)}.ParsecTable_row.ParsecTable_rowClickable{cursor:pointer}.ParsecTable_row.ParsecTable_rowClickable:not(.ParsecTable_rowSelected):hover{background:rgba(var(--primary-rgb),.1)}.ParsecTable_orange .ParsecTable_row{background:var(--orange-800);border-color:var(--orange-750)}.ParsecTable_orange .ParsecTable_row.ParsecTable_rowOdd{background:var(--orange-850)}.ParsecTable_flush .ParsecTable_row{background:transparent;border-color:transparent;border-bottom:solid 1px var(--background-3)}.ParsecTable_flush .ParsecTable_row.ParsecTable_rowOdd{background:transparent}.ParsecTable_largeFont .ParsecTable_row{font-size:1rem;min-height:36px}.ParsecTable_rowsOverflow{text-align:center;padding:16px;font-size:14px;color:var(--text-2)}.ParsecTable_rowsOverflow .ParsecButton{font-size:14px;color:var(--text-2)}.AddressListPicker_message{min-height:23px;display:flex;align-items:center;color:var(--text-2)}.ParsecTabs_tabs{margin-top:24px;margin-bottom:8px;border-bottom:solid 1px var(--background-3);display:flex;align-items:flex-start;flex-wrap:wrap;row-gap:8px}.ParsecTabs_tabs.ParsecTabs_alignRight{justify-content:end}.ParsecTabs_tabs .ParsecButton{white-space:nowrap;background:var(--background-3);border-bottom:solid 1px var(--background-4);margin-right:4px;margin-bottom:-1px;min-width:32px}.ParsecTabs_tabs .ParsecButton.ParsecTabs_selectedTab{background:rgba(var(--primary-rgb),.3);border-bottom:solid 1px var(--primary-1);color:var(--text-1)}.ParsecTabs_tabs .ParsecButton.ParsecTabs_selectedTab:hover{background:rgba(var(--primary-rgb),.3)}.ParsecTabs_tabs .ParsecTabs_addButton.ParsecIconButton{height:26px;margin-top:2px;border-bottom:none}.ParsecTabs_tabs .ParsecTabs_removeButton.ParsecIconButton{margin-left:-1px;margin-right:6px}.ParsecTabs_tabs .ParsecTabs_removeButton.ParsecIconButton svg{color:var(--gray-400)}.ParsecTabs_tabs.ParsecTabs_pricingPage{border:none;margin-top:0;margin-bottom:0}.ParsecTabs_tabs.ParsecTabs_pricingPage .ParsecButton{background:var(--background-3);border:solid 2px transparent;border-radius:4px;min-width:100px;padding:8px;margin-bottom:0;margin-right:4px}.ParsecTabs_tabs.ParsecTabs_pricingPage .ParsecButton:hover{background:var(--background-4)}.ParsecTabs_tabs.ParsecTabs_pricingPage .ParsecButton.ParsecTabs_selectedTab{background:var(--background-blurple);border:solid 2px var(--border-blurple);color:var(--text-1)}.ParsecTabs_tabs.ParsecTabs_homepage{border-bottom:none;margin-top:8px;margin-bottom:0}.ParsecTabs_tabs.ParsecTabs_homepage .ParsecButton{background:var(--background-1);border-color:var(--background-3);width:80px;padding:6px;border-bottom:none;margin-bottom:0;margin-right:4px}.ParsecTabs_tabs.ParsecTabs_homepage .ParsecButton:hover,.ParsecTabs_tabs.ParsecTabs_homepage .ParsecButton.ParsecTabs_selectedTab{background:var(--background-2);border-color:var(--background-3)}.ParsecTabs_tabs.ParsecTabs_roundBlue{border-bottom:none;margin-top:0;margin-bottom:0}.ParsecTabs_tabs.ParsecTabs_roundBlue .ParsecButton{background:var(--background-4);border:none;border-radius:4px;padding:2px 6px;border-bottom:none;margin-bottom:0;margin-right:4px}.ParsecTabs_tabs.ParsecTabs_roundBlue .ParsecButton:hover,.ParsecTabs_tabs.ParsecTabs_roundBlue .ParsecButton.ParsecTabs_selectedTab{background:var(--background-blue);border:none}.ParsecSyntaxHighlighter{position:relative}.ParsecSyntaxHighlighter .ParsecSyntaxHighlighter_copy{top:0;right:0;position:absolute}.ParsecSyntaxHighlighter .ParsecSyntaxHighlighter_copy .CopyButton{padding:8px;background-color:var(--background-3);border:solid 1px var(--background-4)}.ParsecSyntaxHighlighter .ParsecSyntaxHighlighter_copy .CopyButton:hover{background-color:var(--background-4);border:solid 1px var(--background-5)}@media (max-width: 1000px){.ParsecSyntaxHighlighter .ParsecSyntaxHighlighter_copy .CopyButton{display:none}}.ParsecSyntaxHighlighter pre{margin:0;padding:0;line-height:1.2rem}.ParsecSyntaxHighlighter :not(.dark-mode) .hljs{color:var(--text-1)}.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-comment,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-meta{color:#a0a1a7;font-style:italic}.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-tag,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-doctag,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-selector-id,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-selector-class,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-regexp,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-template-tag,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-selector-pseudo,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-selector-attr,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-variable.language_,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-deletion,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-code,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-formula,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-section{color:#e45649}.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-variable,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-template-variable,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-literal,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-type,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-params,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-link,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-name,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-operator,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-char.escape_{color:#4078f2}.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-number,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-class .hljs-title{color:#b76b01}.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-built_in,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-attribute,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-selector-tag,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-quote,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-string,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-symbol,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-bullet,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-addition{color:#50a14f}.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-keyword,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-subst,.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-property{color:#a626a4}.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-function .hljs-title{color:#4078f2}.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-attr{color:#b76b01}.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-punctuation{color:#383a42}.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-emphasis{font-style:italic}.ParsecSyntaxHighlighter :not(.dark-mode) .hljs-strong{font-weight:700}.ParsecSyntaxHighlighter .dark-mode .hljs{color:var(--text-1)}.ParsecSyntaxHighlighter .dark-mode .hljs-comment,.ParsecSyntaxHighlighter .dark-mode .hljs-meta{color:var(--text-3)}.ParsecSyntaxHighlighter .dark-mode .hljs-tag,.ParsecSyntaxHighlighter .dark-mode .hljs-doctag,.ParsecSyntaxHighlighter .dark-mode .hljs-selector-id,.ParsecSyntaxHighlighter .dark-mode .hljs-selector-class,.ParsecSyntaxHighlighter .dark-mode .hljs-regexp,.ParsecSyntaxHighlighter .dark-mode .hljs-template-tag,.ParsecSyntaxHighlighter .dark-mode .hljs-selector-pseudo,.ParsecSyntaxHighlighter .dark-mode .hljs-selector-attr,.ParsecSyntaxHighlighter .dark-mode .hljs-variable.language_,.ParsecSyntaxHighlighter .dark-mode .hljs-deletion,.ParsecSyntaxHighlighter .dark-mode .hljs-code,.ParsecSyntaxHighlighter .dark-mode .hljs-formula,.ParsecSyntaxHighlighter .dark-mode .hljs-section{color:#e2777a}.ParsecSyntaxHighlighter .dark-mode .hljs-variable,.ParsecSyntaxHighlighter .dark-mode .hljs-template-variable,.ParsecSyntaxHighlighter .dark-mode .hljs-literal,.ParsecSyntaxHighlighter .dark-mode .hljs-type,.ParsecSyntaxHighlighter .dark-mode .hljs-params,.ParsecSyntaxHighlighter .dark-mode .hljs-link,.ParsecSyntaxHighlighter .dark-mode .hljs-name,.ParsecSyntaxHighlighter .dark-mode .hljs-operator,.ParsecSyntaxHighlighter .dark-mode .hljs-char.escape_{color:#7ec699}.ParsecSyntaxHighlighter .dark-mode .hljs-number,.ParsecSyntaxHighlighter .dark-mode .hljs-function .hljs-title{color:#f08d49}.ParsecSyntaxHighlighter .dark-mode .hljs-built_in,.ParsecSyntaxHighlighter .dark-mode .hljs-attribute,.ParsecSyntaxHighlighter .dark-mode .hljs-selector-tag,.ParsecSyntaxHighlighter .dark-mode .hljs-quote,.ParsecSyntaxHighlighter .dark-mode .hljs-string,.ParsecSyntaxHighlighter .dark-mode .hljs-symbol,.ParsecSyntaxHighlighter .dark-mode .hljs-bullet,.ParsecSyntaxHighlighter .dark-mode .hljs-addition{color:#7ec699}.ParsecSyntaxHighlighter .dark-mode .hljs-keyword,.ParsecSyntaxHighlighter .dark-mode .hljs-subst,.ParsecSyntaxHighlighter .dark-mode .hljs-property{color:#cc99cd}.ParsecSyntaxHighlighter .dark-mode .hljs-class .hljs-title,.ParsecSyntaxHighlighter .dark-mode .hljs-attr{color:#f8c555}.ParsecSyntaxHighlighter .dark-mode .hljs-punctuation{color:#ccc}.ParsecSyntaxHighlighter .dark-mode .hljs-emphasis{font-style:italic}.ParsecSyntaxHighlighter .dark-mode .hljs-strong{font-weight:700}.VerifyPage{color:var(--text-1);background-color:var(--background-1)}.VerifyPage .VerifyPage_body{font-family:Arial,Helvetica,sans-serif;max-width:750px;margin:auto;padding:8px}.VerifyPage .VerifyPage_body h1,.VerifyPage .VerifyPage_body h2{margin:0}.VerifyPage .VerifyPage_body h1{margin-top:130px}.VerifyPage .VerifyPage_body p{margin:0;line-height:1.5rem;font-size:1.1rem}.VerifyPage .Verify_fileInputRow .Verify_fileInputLabel{background-color:var(--background-3);border:solid 1px var(--background-4);padding:8px 16px}.StakeHypePage{color:var(--text-1);background-color:var(--background-1)}.StakeHypePage .StakeHypePage_body{font-family:Arial,Helvetica,sans-serif;max-width:650px;margin:auto;padding:8px}.StakeHypePage .StakeHypePage_body h1,.StakeHypePage .StakeHypePage_body h2{margin:0}.StakeHypePage .StakeHypePage_body pre{line-height:.6rem}.StakeHypePage .StakeHypePage_body p{margin:0;line-height:1.5rem;font-size:1.1rem}.StakeHypePage .StakeHypePage_row{padding:24px;border-radius:8px;border:solid 1px var(--background-3);background-color:var(--background-2)}.PolymarketPageElection_tabs{display:flex;justify-content:center;flex-wrap:wrap;column-gap:8px;row-gap:8px;margin-bottom:16px}.PolymarketPageElection_tabs .tab{cursor:pointer;background-color:var(--background-3);border:solid 1px var(--background-4)}.PolymarketPageElection_tabs .tab.selected{background-color:var(--background-blue);border:solid 1px var(--border-blue)}.PolymarketPageElection_tabs .tab{border-radius:16px;padding:6px 16px}.ConnectWallet{position:relative}.ConnectWallet .connectors-dropdown{position:absolute;font-size:1rem;top:40px;left:0;width:200px;border:solid 1px var(--background-4)}.ConnectWallet .connectors-dropdown .connector{cursor:pointer;font-size:1rem;padding:16px;font-family:inherit;color:var(--text-1);background:var(--background-2);border:none;width:100%}.ConnectWallet .connectors-dropdown .connector:not(:last-child){border-bottom:solid 1px var(--background-4)}.ConnectWallet .connectors-dropdown .connector:hover{background:var(--background-3)}.PublicLayoutPreviewSubheader{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;background:var(--background-1);color:var(--text-1);border-bottom:1px solid var(--background-4);min-height:2.25rem;padding:4px;position:relative}@media (max-width: 800px){.PublicLayoutPreviewSubheader{padding:16px 40px;text-align:center}}.PublicLayoutPreviewSubheader .clone{position:absolute;right:.75rem;padding:.25rem .75rem}.PolymarketPage{background:var(--homepage-background);color:var(--text-1);min-height:100vh}@media screen and (max-width: 800px){.PolymarketPage{min-height:100vh}@supports (min-height: -webkit-fill-available){.PolymarketPage{min-height:-webkit-fill-available}}}.PolymarketPageHeader{width:100%;display:flex;align-items:start;padding:12px;box-sizing:border-box;color:var(--text-1);min-height:30px}.PolymarketPageHeader a{text-decoration:none}.PolymarketPageHeader .PolymarketPageHeader_links div{background:var(--background-2);border:solid 1px var(--background-3)}.PolymarketPageHeader .PolymarketPageHeader_links div a{color:var(--text-1);text-decoration:none}.PolymarketPageHeader .PolymarketPageHeader_links div:hover{background:var(--background-3);border:solid 1px var(--background-4)}.PolymarketPageHeader .PolymarketPageHeader_links div svg{color:var(--text-2)}.PolymarketPageHeader .PolymarketPageHeader_links div.selected{background:var(--background-3);border:solid 1px var(--background-4)}@media screen and (max-width: 800px){.PolymarketPageHeader .PolymarketPageHeader_linksLabel{display:none}}.ChatProjects__header{text-align:center}.ChatProjects__input{padding:1rem;background:var(--background-2)}.ChatProjects__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}@media (max-width: 1024px){.ChatProjects__grid{gap:.875rem}}@media (max-width: 768px){.ChatProjects__grid{gap:.75rem}}.ChatProjects__grid-link{text-decoration:none;height:100%}.ChatProjects__pagination-button{background:var(--background-2);color:var(--text-1);border:solid 1px var(--background-4);padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:all .15s ease;text-decoration:none}.ChatProjects__pagination-button:hover{background:var(--background-3);border-color:var(--background-5)}.ChatProjects__pagination-button--disabled{pointer-events:none;opacity:.5}@media (max-width: 1024px){.ChatProjects{padding:1.25rem}}@media (max-width: 768px){.ChatProjects{padding:1rem}}@media (max-width: 480px){.ChatProjects{padding:.75rem}}.ProjectCard{overflow:hidden;min-height:220px}.ProjectCard:hover{background:var(--background-3);border-color:var(--background-4)}.ProjectCard__thumbnail{width:30px;height:30px;min-width:30px;border-radius:50%;overflow:hidden;background:var(--background-3)}.ProjectCard__image{width:100%;height:100%;object-fit:cover}.ProjectCard__placeholder{width:100%;height:100%;background:var(--primary-3)}.ProjectCard__title-wrapper{min-width:0;flex:1}.ProjectCard__title{text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ProjectCard__description{line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.ProjectCard__footer-link{color:var(--text-2);text-decoration:none;font-size:13px;transition:color .15s ease}.ProjectCard__footer-link:hover{color:var(--text-1)}.ProjectCard__footer-link svg{font-size:16px}.ParsecCard{display:flex;background:var(--background-2);border:1px solid var(--background-4);border-radius:8px;min-width:0;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.ParsecCard--variant-flat{background:transparent;border-color:transparent}.ParsecCard--variant-elevated{box-shadow:0 12px 24px #00000052}.ParsecCard--variant-interactive{background:var(--background-2);border-color:var(--background-3)}.ParsecCard--interactive{cursor:pointer}.ParsecCard--interactive:hover{background:var(--hover-background);border-color:var(--hover-background)}.ParsecCard--interactive:active{background:var(--background-3);border-color:var(--background-5)}.ParsecCard--selected{border-color:var(--primary-2);box-shadow:0 0 0 1px rgba(var(--primary-rgb),.6)}.ParsecCard--subdued{background:var(--background-3);border-color:var(--background-4)}.ParsecCard--radius-sm{border-radius:4px}.ParsecCard--radius-md{border-radius:8px}.ParsecCard--orientation-horizontal{align-items:center}.ParsecCard:focus-visible{outline:2px solid var(--primary-2);outline-offset:2px}.ScheduledPromptCard{background:var(--background-2);border:solid 1px var(--background-4);border-radius:4px;padding:.75rem 1rem;width:100%;box-sizing:border-box;transition:border-color .2s,background .2s;cursor:pointer}.ScheduledPromptCard:hover{border-color:var(--background-5);background:var(--background-2-5)}.ScheduledPromptCard--selected{border-color:var(--blurple);background:var(--background-2-5)}.ScheduledPromptCard_title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ScheduledPromptCard_lastRunBadge{display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:4px;background:var(--background-3);flex-shrink:0}.ScheduledPromptCard_clockIcon{font-size:10px;color:var(--text-3)}.ScheduledPromptCard_titleLink{text-decoration:none;color:inherit;display:inline-block;transition:color .2s}.ScheduledPromptCard_titleLink:hover{color:var(--blurple);text-decoration:underline}.ScheduledPromptCard_statusBadge{padding:4px 10px;border-radius:999px;display:inline-flex;align-items:center;white-space:nowrap;background:var(--background-4);color:var(--text-2);font-weight:600}.ScheduledPromptCard_statusBadge--active{background:var(--background-green)}.ScheduledPromptCard_statusBadge--inactive{background:var(--background-4)}.ScheduledPromptCard_deleteButton:hover{color:var(--red);border-color:var(--red)}.ScheduledPromptDeleteModal{min-width:500px;padding:2rem}.ScheduledPromptDeleteModal h2{margin:0 0 1rem;color:var(--text-1);font-size:24px}.ChatScheduledPrompts_twoColumn{display:grid;grid-template-columns:400px 1fr;gap:1.5rem;width:100%;margin-bottom:2rem}@media (max-width: 1200px){.ChatScheduledPrompts_twoColumn{grid-template-columns:350px 1fr}}@media (max-width: 1024px){.ChatScheduledPrompts_twoColumn{grid-template-columns:1fr}}.ChatScheduledPrompts_listColumn{display:flex;flex-direction:column;gap:1rem}.ChatScheduledPrompts_list{display:flex;flex-direction:column;gap:8px;width:100%}.ChatScheduledPrompts_detailColumn{background:var(--background-2);border:1px solid var(--background-4);border-radius:4px;padding:1.5rem;min-height:400px;overflow-y:auto}.ChatScheduledPrompts_detailColumn::-webkit-scrollbar{width:8px}.ChatScheduledPrompts_detailColumn::-webkit-scrollbar-track{background:var(--background-3);border-radius:4px}.ChatScheduledPrompts_detailColumn::-webkit-scrollbar-thumb{background:var(--background-5);border-radius:4px}.ChatScheduledPrompts_detailColumn::-webkit-scrollbar-thumb:hover{background:var(--background-6)}@media (max-width: 1024px){.ChatScheduledPrompts_detailColumn{display:none}}.ChatScheduledPrompts_detailPanel{display:flex;flex-direction:column;gap:1rem;width:100%;min-width:0}.ChatScheduledPrompts_detailHeader{border-bottom:1px solid var(--background-4);padding-bottom:1rem}.ChatScheduledPrompts_detailContent{width:100%;box-sizing:border-box}.ChatScheduledPrompts_statusBadge{padding:4px 10px;border-radius:999px;display:inline-flex;align-items:center;white-space:nowrap;background:var(--background-4);color:var(--text-2);font-weight:600}.ChatScheduledPrompts_statusBadge--active{background:var(--background-green)}.ChatScheduledPrompts_statusBadge--inactive{background:var(--background-4)}.ChatScheduledPrompts_metaIcon{font-size:12px;color:var(--text-3)}.ChatScheduledPrompts_deleteButton:hover{color:var(--red);border-color:var(--red)}.disabled-link{pointer-events:none;opacity:.5}.ParsecActivityChart{padding:0;position:relative;width:100%}.ParsecActivityChart rect{fill:var(--background-2)}.ParsecActivityChart rect.ParsecActivityChart_gray_1{fill:rgba(var(--lightergray-rgb),.308)}.ParsecActivityChart rect.ParsecActivityChart_gray_2{fill:rgba(var(--lightergray-rgb),.316)}.ParsecActivityChart rect.ParsecActivityChart_gray_3{fill:rgba(var(--lightergray-rgb),.324)}.ParsecActivityChart rect.ParsecActivityChart_gray_4{fill:rgba(var(--lightergray-rgb),.332)}.ParsecActivityChart rect.ParsecActivityChart_gray_5{fill:rgba(var(--lightergray-rgb),.34)}.ParsecActivityChart rect.ParsecActivityChart_gray_6{fill:rgba(var(--lightergray-rgb),.348)}.ParsecActivityChart rect.ParsecActivityChart_gray_7{fill:rgba(var(--lightergray-rgb),.356)}.ParsecActivityChart rect.ParsecActivityChart_gray_8{fill:rgba(var(--lightergray-rgb),.364)}.ParsecActivityChart rect.ParsecActivityChart_gray_9{fill:rgba(var(--lightergray-rgb),.372)}.ParsecActivityChart rect.ParsecActivityChart_gray_10{fill:rgba(var(--lightergray-rgb),.38)}.ParsecActivityChart rect.ParsecActivityChart_gray_11{fill:rgba(var(--lightergray-rgb),.388)}.ParsecActivityChart rect.ParsecActivityChart_gray_12{fill:rgba(var(--lightergray-rgb),.396)}.ParsecActivityChart rect.ParsecActivityChart_gray_13{fill:rgba(var(--lightergray-rgb),.404)}.ParsecActivityChart rect.ParsecActivityChart_gray_14{fill:rgba(var(--lightergray-rgb),.412)}.ParsecActivityChart rect.ParsecActivityChart_gray_15{fill:rgba(var(--lightergray-rgb),.42)}.ParsecActivityChart rect.ParsecActivityChart_gray_16{fill:rgba(var(--lightergray-rgb),.428)}.ParsecActivityChart rect.ParsecActivityChart_gray_17{fill:rgba(var(--lightergray-rgb),.436)}.ParsecActivityChart rect.ParsecActivityChart_gray_18{fill:rgba(var(--lightergray-rgb),.444)}.ParsecActivityChart rect.ParsecActivityChart_gray_19{fill:rgba(var(--lightergray-rgb),.452)}.ParsecActivityChart rect.ParsecActivityChart_gray_20{fill:rgba(var(--lightergray-rgb),.46)}.ParsecActivityChart rect.ParsecActivityChart_gray_21{fill:rgba(var(--lightergray-rgb),.468)}.ParsecActivityChart rect.ParsecActivityChart_gray_22{fill:rgba(var(--lightergray-rgb),.476)}.ParsecActivityChart rect.ParsecActivityChart_gray_23{fill:rgba(var(--lightergray-rgb),.484)}.ParsecActivityChart rect.ParsecActivityChart_gray_24{fill:rgba(var(--lightergray-rgb),.492)}.ParsecActivityChart rect.ParsecActivityChart_gray_25{fill:rgba(var(--lightergray-rgb),.5)}.ParsecActivityChart rect.ParsecActivityChart_gray_26{fill:rgba(var(--lightergray-rgb),.508)}.ParsecActivityChart rect.ParsecActivityChart_gray_27{fill:rgba(var(--lightergray-rgb),.516)}.ParsecActivityChart rect.ParsecActivityChart_gray_28{fill:rgba(var(--lightergray-rgb),.524)}.ParsecActivityChart rect.ParsecActivityChart_gray_29{fill:rgba(var(--lightergray-rgb),.532)}.ParsecActivityChart rect.ParsecActivityChart_gray_30{fill:rgba(var(--lightergray-rgb),.54)}.ParsecActivityChart rect.ParsecActivityChart_gray_31{fill:rgba(var(--lightergray-rgb),.548)}.ParsecActivityChart rect.ParsecActivityChart_gray_32{fill:rgba(var(--lightergray-rgb),.556)}.ParsecActivityChart rect.ParsecActivityChart_gray_33{fill:rgba(var(--lightergray-rgb),.564)}.ParsecActivityChart rect.ParsecActivityChart_gray_34{fill:rgba(var(--lightergray-rgb),.572)}.ParsecActivityChart rect.ParsecActivityChart_gray_35{fill:rgba(var(--lightergray-rgb),.58)}.ParsecActivityChart rect.ParsecActivityChart_gray_36{fill:rgba(var(--lightergray-rgb),.588)}.ParsecActivityChart rect.ParsecActivityChart_gray_37{fill:rgba(var(--lightergray-rgb),.596)}.ParsecActivityChart rect.ParsecActivityChart_gray_38{fill:rgba(var(--lightergray-rgb),.604)}.ParsecActivityChart rect.ParsecActivityChart_gray_39{fill:rgba(var(--lightergray-rgb),.612)}.ParsecActivityChart rect.ParsecActivityChart_gray_40{fill:rgba(var(--lightergray-rgb),.62)}.ParsecActivityChart rect.ParsecActivityChart_gray_41{fill:rgba(var(--lightergray-rgb),.628)}.ParsecActivityChart rect.ParsecActivityChart_gray_42{fill:rgba(var(--lightergray-rgb),.636)}.ParsecActivityChart rect.ParsecActivityChart_gray_43{fill:rgba(var(--lightergray-rgb),.644)}.ParsecActivityChart rect.ParsecActivityChart_gray_44{fill:rgba(var(--lightergray-rgb),.652)}.ParsecActivityChart rect.ParsecActivityChart_gray_45{fill:rgba(var(--lightergray-rgb),.66)}.ParsecActivityChart rect.ParsecActivityChart_gray_46{fill:rgba(var(--lightergray-rgb),.668)}.ParsecActivityChart rect.ParsecActivityChart_gray_47{fill:rgba(var(--lightergray-rgb),.676)}.ParsecActivityChart rect.ParsecActivityChart_gray_48{fill:rgba(var(--lightergray-rgb),.684)}.ParsecActivityChart rect.ParsecActivityChart_gray_49{fill:rgba(var(--lightergray-rgb),.692)}.ParsecActivityChart rect.ParsecActivityChart_gray_50{fill:rgba(var(--lightergray-rgb),.7)}.ParsecActivityChart rect.ParsecActivityChart_gray_51{fill:rgba(var(--lightergray-rgb),.708)}.ParsecActivityChart rect.ParsecActivityChart_gray_52{fill:rgba(var(--lightergray-rgb),.716)}.ParsecActivityChart rect.ParsecActivityChart_gray_53{fill:rgba(var(--lightergray-rgb),.724)}.ParsecActivityChart rect.ParsecActivityChart_gray_54{fill:rgba(var(--lightergray-rgb),.732)}.ParsecActivityChart rect.ParsecActivityChart_gray_55{fill:rgba(var(--lightergray-rgb),.74)}.ParsecActivityChart rect.ParsecActivityChart_gray_56{fill:rgba(var(--lightergray-rgb),.748)}.ParsecActivityChart rect.ParsecActivityChart_gray_57{fill:rgba(var(--lightergray-rgb),.756)}.ParsecActivityChart rect.ParsecActivityChart_gray_58{fill:rgba(var(--lightergray-rgb),.764)}.ParsecActivityChart rect.ParsecActivityChart_gray_59{fill:rgba(var(--lightergray-rgb),.772)}.ParsecActivityChart rect.ParsecActivityChart_gray_60{fill:rgba(var(--lightergray-rgb),.78)}.ParsecActivityChart rect.ParsecActivityChart_gray_61{fill:rgba(var(--lightergray-rgb),.788)}.ParsecActivityChart rect.ParsecActivityChart_gray_62{fill:rgba(var(--lightergray-rgb),.796)}.ParsecActivityChart rect.ParsecActivityChart_gray_63{fill:rgba(var(--lightergray-rgb),.804)}.ParsecActivityChart rect.ParsecActivityChart_gray_64{fill:rgba(var(--lightergray-rgb),.812)}.ParsecActivityChart rect.ParsecActivityChart_gray_65{fill:rgba(var(--lightergray-rgb),.82)}.ParsecActivityChart rect.ParsecActivityChart_gray_66{fill:rgba(var(--lightergray-rgb),.828)}.ParsecActivityChart rect.ParsecActivityChart_gray_67{fill:rgba(var(--lightergray-rgb),.836)}.ParsecActivityChart rect.ParsecActivityChart_gray_68{fill:rgba(var(--lightergray-rgb),.844)}.ParsecActivityChart rect.ParsecActivityChart_gray_69{fill:rgba(var(--lightergray-rgb),.852)}.ParsecActivityChart rect.ParsecActivityChart_gray_70{fill:rgba(var(--lightergray-rgb),.86)}.ParsecActivityChart rect.ParsecActivityChart_gray_71{fill:rgba(var(--lightergray-rgb),.868)}.ParsecActivityChart rect.ParsecActivityChart_gray_72{fill:rgba(var(--lightergray-rgb),.876)}.ParsecActivityChart rect.ParsecActivityChart_gray_73{fill:rgba(var(--lightergray-rgb),.884)}.ParsecActivityChart rect.ParsecActivityChart_gray_74{fill:rgba(var(--lightergray-rgb),.892)}.ParsecActivityChart rect.ParsecActivityChart_gray_75{fill:rgba(var(--lightergray-rgb),.9)}.ParsecActivityChart rect.ParsecActivityChart_gray_76{fill:rgba(var(--lightergray-rgb),.908)}.ParsecActivityChart rect.ParsecActivityChart_gray_77{fill:rgba(var(--lightergray-rgb),.916)}.ParsecActivityChart rect.ParsecActivityChart_gray_78{fill:rgba(var(--lightergray-rgb),.924)}.ParsecActivityChart rect.ParsecActivityChart_gray_79{fill:rgba(var(--lightergray-rgb),.932)}.ParsecActivityChart rect.ParsecActivityChart_gray_80{fill:rgba(var(--lightergray-rgb),.94)}.ParsecActivityChart rect.ParsecActivityChart_gray_81{fill:rgba(var(--lightergray-rgb),.948)}.ParsecActivityChart rect.ParsecActivityChart_gray_82{fill:rgba(var(--lightergray-rgb),.956)}.ParsecActivityChart rect.ParsecActivityChart_gray_83{fill:rgba(var(--lightergray-rgb),.964)}.ParsecActivityChart rect.ParsecActivityChart_gray_84{fill:rgba(var(--lightergray-rgb),.972)}.ParsecActivityChart rect.ParsecActivityChart_gray_85{fill:rgba(var(--lightergray-rgb),.98)}.ParsecActivityChart rect.ParsecActivityChart_gray_86{fill:rgba(var(--lightergray-rgb),.988)}.ParsecActivityChart rect.ParsecActivityChart_gray_87{fill:rgba(var(--lightergray-rgb),.996)}.ParsecActivityChart rect.ParsecActivityChart_gray_88{fill:rgba(var(--lightergray-rgb),1.004)}.ParsecActivityChart rect.ParsecActivityChart_gray_89{fill:rgba(var(--lightergray-rgb),1.012)}.ParsecActivityChart rect.ParsecActivityChart_gray_90{fill:rgba(var(--lightergray-rgb),1.02)}.ParsecActivityChart rect.ParsecActivityChart_gray_91{fill:rgba(var(--lightergray-rgb),1.028)}.ParsecActivityChart rect.ParsecActivityChart_gray_92{fill:rgba(var(--lightergray-rgb),1.036)}.ParsecActivityChart rect.ParsecActivityChart_gray_93{fill:rgba(var(--lightergray-rgb),1.044)}.ParsecActivityChart rect.ParsecActivityChart_gray_94{fill:rgba(var(--lightergray-rgb),1.052)}.ParsecActivityChart rect.ParsecActivityChart_gray_95{fill:rgba(var(--lightergray-rgb),1.06)}.ParsecActivityChart rect.ParsecActivityChart_gray_96{fill:rgba(var(--lightergray-rgb),1.068)}.ParsecActivityChart rect.ParsecActivityChart_gray_97{fill:rgba(var(--lightergray-rgb),1.076)}.ParsecActivityChart rect.ParsecActivityChart_gray_98{fill:rgba(var(--lightergray-rgb),1.084)}.ParsecActivityChart rect.ParsecActivityChart_gray_99{fill:rgba(var(--lightergray-rgb),1.092)}.ParsecActivityChart rect.ParsecActivityChart_gray_100{fill:rgba(var(--lightergray-rgb),1.1)}.ParsecActivityChart rect.ParsecActivityChart_bw_1{fill:#ffffff1c}.ParsecActivityChart rect.ParsecActivityChart_bw_2{fill:#ffffff1e}.ParsecActivityChart rect.ParsecActivityChart_bw_3{fill:#ffffff20}.ParsecActivityChart rect.ParsecActivityChart_bw_4{fill:#fff2}.ParsecActivityChart rect.ParsecActivityChart_bw_5{fill:#ffffff24}.ParsecActivityChart rect.ParsecActivityChart_bw_6{fill:#ffffff26}.ParsecActivityChart rect.ParsecActivityChart_bw_7{fill:#ffffff28}.ParsecActivityChart rect.ParsecActivityChart_bw_8{fill:#ffffff2a}.ParsecActivityChart rect.ParsecActivityChart_bw_9{fill:#ffffff2c}.ParsecActivityChart rect.ParsecActivityChart_bw_10{fill:#ffffff2e}.ParsecActivityChart rect.ParsecActivityChart_bw_11{fill:#ffffff30}.ParsecActivityChart rect.ParsecActivityChart_bw_12{fill:#ffffff32}.ParsecActivityChart rect.ParsecActivityChart_bw_13{fill:#ffffff34}.ParsecActivityChart rect.ParsecActivityChart_bw_14{fill:#ffffff36}.ParsecActivityChart rect.ParsecActivityChart_bw_15{fill:#ffffff38}.ParsecActivityChart rect.ParsecActivityChart_bw_16{fill:#ffffff3a}.ParsecActivityChart rect.ParsecActivityChart_bw_17{fill:#ffffff3c}.ParsecActivityChart rect.ParsecActivityChart_bw_18{fill:#ffffff3e}.ParsecActivityChart rect.ParsecActivityChart_bw_19{fill:#ffffff40}.ParsecActivityChart rect.ParsecActivityChart_bw_20{fill:#ffffff42}.ParsecActivityChart rect.ParsecActivityChart_bw_21{fill:#fff4}.ParsecActivityChart rect.ParsecActivityChart_bw_22{fill:#ffffff46}.ParsecActivityChart rect.ParsecActivityChart_bw_23{fill:#ffffff48}.ParsecActivityChart rect.ParsecActivityChart_bw_24{fill:#ffffff4a}.ParsecActivityChart rect.ParsecActivityChart_bw_25{fill:#ffffff4d}.ParsecActivityChart rect.ParsecActivityChart_bw_26{fill:#ffffff4f}.ParsecActivityChart rect.ParsecActivityChart_bw_27{fill:#ffffff51}.ParsecActivityChart rect.ParsecActivityChart_bw_28{fill:#ffffff53}.ParsecActivityChart rect.ParsecActivityChart_bw_29{fill:#fff5}.ParsecActivityChart rect.ParsecActivityChart_bw_30{fill:#ffffff57}.ParsecActivityChart rect.ParsecActivityChart_bw_31{fill:#ffffff59}.ParsecActivityChart rect.ParsecActivityChart_bw_32{fill:#ffffff5b}.ParsecActivityChart rect.ParsecActivityChart_bw_33{fill:#ffffff5d}.ParsecActivityChart rect.ParsecActivityChart_bw_34{fill:#ffffff5f}.ParsecActivityChart rect.ParsecActivityChart_bw_35{fill:#ffffff61}.ParsecActivityChart rect.ParsecActivityChart_bw_36{fill:#ffffff63}.ParsecActivityChart rect.ParsecActivityChart_bw_37{fill:#ffffff65}.ParsecActivityChart rect.ParsecActivityChart_bw_38{fill:#ffffff67}.ParsecActivityChart rect.ParsecActivityChart_bw_39{fill:#ffffff69}.ParsecActivityChart rect.ParsecActivityChart_bw_40{fill:#ffffff6b}.ParsecActivityChart rect.ParsecActivityChart_bw_41{fill:#ffffff6d}.ParsecActivityChart rect.ParsecActivityChart_bw_42{fill:#ffffff6f}.ParsecActivityChart rect.ParsecActivityChart_bw_43{fill:#ffffff71}.ParsecActivityChart rect.ParsecActivityChart_bw_44{fill:#ffffff73}.ParsecActivityChart rect.ParsecActivityChart_bw_45{fill:#ffffff75}.ParsecActivityChart rect.ParsecActivityChart_bw_46{fill:#fff7}.ParsecActivityChart rect.ParsecActivityChart_bw_47{fill:#ffffff79}.ParsecActivityChart rect.ParsecActivityChart_bw_48{fill:#ffffff7b}.ParsecActivityChart rect.ParsecActivityChart_bw_49{fill:#ffffff7d}.ParsecActivityChart rect.ParsecActivityChart_bw_50{fill:#ffffff80}.ParsecActivityChart rect.ParsecActivityChart_bw_51{fill:#ffffff82}.ParsecActivityChart rect.ParsecActivityChart_bw_52{fill:#ffffff84}.ParsecActivityChart rect.ParsecActivityChart_bw_53{fill:#ffffff86}.ParsecActivityChart rect.ParsecActivityChart_bw_54{fill:#fff8}.ParsecActivityChart rect.ParsecActivityChart_bw_55{fill:#ffffff8a}.ParsecActivityChart rect.ParsecActivityChart_bw_56{fill:#ffffff8c}.ParsecActivityChart rect.ParsecActivityChart_bw_57{fill:#ffffff8e}.ParsecActivityChart rect.ParsecActivityChart_bw_58{fill:#ffffff90}.ParsecActivityChart rect.ParsecActivityChart_bw_59{fill:#ffffff92}.ParsecActivityChart rect.ParsecActivityChart_bw_60{fill:#ffffff94}.ParsecActivityChart rect.ParsecActivityChart_bw_61{fill:#ffffff96}.ParsecActivityChart rect.ParsecActivityChart_bw_62{fill:#ffffff98}.ParsecActivityChart rect.ParsecActivityChart_bw_63{fill:#ffffff9a}.ParsecActivityChart rect.ParsecActivityChart_bw_64{fill:#ffffff9c}.ParsecActivityChart rect.ParsecActivityChart_bw_65{fill:#ffffff9e}.ParsecActivityChart rect.ParsecActivityChart_bw_66{fill:#ffffffa0}.ParsecActivityChart rect.ParsecActivityChart_bw_67{fill:#ffffffa2}.ParsecActivityChart rect.ParsecActivityChart_bw_68{fill:#ffffffa4}.ParsecActivityChart rect.ParsecActivityChart_bw_69{fill:#ffffffa6}.ParsecActivityChart rect.ParsecActivityChart_bw_70{fill:#ffffffa8}.ParsecActivityChart rect.ParsecActivityChart_bw_71{fill:#fffa}.ParsecActivityChart rect.ParsecActivityChart_bw_72{fill:#ffffffac}.ParsecActivityChart rect.ParsecActivityChart_bw_73{fill:#ffffffae}.ParsecActivityChart rect.ParsecActivityChart_bw_74{fill:#ffffffb0}.ParsecActivityChart rect.ParsecActivityChart_bw_75{fill:#ffffffb3}.ParsecActivityChart rect.ParsecActivityChart_bw_76{fill:#ffffffb5}.ParsecActivityChart rect.ParsecActivityChart_bw_77{fill:#ffffffb7}.ParsecActivityChart rect.ParsecActivityChart_bw_78{fill:#ffffffb9}.ParsecActivityChart rect.ParsecActivityChart_bw_79{fill:#fffb}.ParsecActivityChart rect.ParsecActivityChart_bw_80{fill:#ffffffbd}.ParsecActivityChart rect.ParsecActivityChart_bw_81{fill:#ffffffbf}.ParsecActivityChart rect.ParsecActivityChart_bw_82{fill:#ffffffc1}.ParsecActivityChart rect.ParsecActivityChart_bw_83{fill:#ffffffc3}.ParsecActivityChart rect.ParsecActivityChart_bw_84{fill:#ffffffc5}.ParsecActivityChart rect.ParsecActivityChart_bw_85{fill:#ffffffc7}.ParsecActivityChart rect.ParsecActivityChart_bw_86{fill:#ffffffc9}.ParsecActivityChart rect.ParsecActivityChart_bw_87{fill:#ffffffcb}.ParsecActivityChart rect.ParsecActivityChart_bw_88{fill:#ffffffcd}.ParsecActivityChart rect.ParsecActivityChart_bw_89{fill:#ffffffcf}.ParsecActivityChart rect.ParsecActivityChart_bw_90{fill:#ffffffd1}.ParsecActivityChart rect.ParsecActivityChart_bw_91{fill:#ffffffd3}.ParsecActivityChart rect.ParsecActivityChart_bw_92{fill:#ffffffd5}.ParsecActivityChart rect.ParsecActivityChart_bw_93{fill:#ffffffd7}.ParsecActivityChart rect.ParsecActivityChart_bw_94{fill:#ffffffd9}.ParsecActivityChart rect.ParsecActivityChart_bw_95{fill:#ffffffdb}.ParsecActivityChart rect.ParsecActivityChart_bw_96{fill:#fffd}.ParsecActivityChart rect.ParsecActivityChart_bw_97{fill:#ffffffdf}.ParsecActivityChart rect.ParsecActivityChart_bw_98{fill:#ffffffe1}.ParsecActivityChart rect.ParsecActivityChart_bw_99{fill:#ffffffe3}.ParsecActivityChart rect.ParsecActivityChart_bw_100{fill:#ffffffe6}.ParsecActivityChart rect.ParsecActivityChart_pink_1{fill:rgba(var(--pink-rgb),.108)}.ParsecActivityChart rect.ParsecActivityChart_pink_2{fill:rgba(var(--pink-rgb),.116)}.ParsecActivityChart rect.ParsecActivityChart_pink_3{fill:rgba(var(--pink-rgb),.124)}.ParsecActivityChart rect.ParsecActivityChart_pink_4{fill:rgba(var(--pink-rgb),.132)}.ParsecActivityChart rect.ParsecActivityChart_pink_5{fill:rgba(var(--pink-rgb),.14)}.ParsecActivityChart rect.ParsecActivityChart_pink_6{fill:rgba(var(--pink-rgb),.148)}.ParsecActivityChart rect.ParsecActivityChart_pink_7{fill:rgba(var(--pink-rgb),.156)}.ParsecActivityChart rect.ParsecActivityChart_pink_8{fill:rgba(var(--pink-rgb),.164)}.ParsecActivityChart rect.ParsecActivityChart_pink_9{fill:rgba(var(--pink-rgb),.172)}.ParsecActivityChart rect.ParsecActivityChart_pink_10{fill:rgba(var(--pink-rgb),.18)}.ParsecActivityChart rect.ParsecActivityChart_pink_11{fill:rgba(var(--pink-rgb),.188)}.ParsecActivityChart rect.ParsecActivityChart_pink_12{fill:rgba(var(--pink-rgb),.196)}.ParsecActivityChart rect.ParsecActivityChart_pink_13{fill:rgba(var(--pink-rgb),.204)}.ParsecActivityChart rect.ParsecActivityChart_pink_14{fill:rgba(var(--pink-rgb),.212)}.ParsecActivityChart rect.ParsecActivityChart_pink_15{fill:rgba(var(--pink-rgb),.22)}.ParsecActivityChart rect.ParsecActivityChart_pink_16{fill:rgba(var(--pink-rgb),.228)}.ParsecActivityChart rect.ParsecActivityChart_pink_17{fill:rgba(var(--pink-rgb),.236)}.ParsecActivityChart rect.ParsecActivityChart_pink_18{fill:rgba(var(--pink-rgb),.244)}.ParsecActivityChart rect.ParsecActivityChart_pink_19{fill:rgba(var(--pink-rgb),.252)}.ParsecActivityChart rect.ParsecActivityChart_pink_20{fill:rgba(var(--pink-rgb),.26)}.ParsecActivityChart rect.ParsecActivityChart_pink_21{fill:rgba(var(--pink-rgb),.268)}.ParsecActivityChart rect.ParsecActivityChart_pink_22{fill:rgba(var(--pink-rgb),.276)}.ParsecActivityChart rect.ParsecActivityChart_pink_23{fill:rgba(var(--pink-rgb),.284)}.ParsecActivityChart rect.ParsecActivityChart_pink_24{fill:rgba(var(--pink-rgb),.292)}.ParsecActivityChart rect.ParsecActivityChart_pink_25{fill:rgba(var(--pink-rgb),.3)}.ParsecActivityChart rect.ParsecActivityChart_pink_26{fill:rgba(var(--pink-rgb),.308)}.ParsecActivityChart rect.ParsecActivityChart_pink_27{fill:rgba(var(--pink-rgb),.316)}.ParsecActivityChart rect.ParsecActivityChart_pink_28{fill:rgba(var(--pink-rgb),.324)}.ParsecActivityChart rect.ParsecActivityChart_pink_29{fill:rgba(var(--pink-rgb),.332)}.ParsecActivityChart rect.ParsecActivityChart_pink_30{fill:rgba(var(--pink-rgb),.34)}.ParsecActivityChart rect.ParsecActivityChart_pink_31{fill:rgba(var(--pink-rgb),.348)}.ParsecActivityChart rect.ParsecActivityChart_pink_32{fill:rgba(var(--pink-rgb),.356)}.ParsecActivityChart rect.ParsecActivityChart_pink_33{fill:rgba(var(--pink-rgb),.364)}.ParsecActivityChart rect.ParsecActivityChart_pink_34{fill:rgba(var(--pink-rgb),.372)}.ParsecActivityChart rect.ParsecActivityChart_pink_35{fill:rgba(var(--pink-rgb),.38)}.ParsecActivityChart rect.ParsecActivityChart_pink_36{fill:rgba(var(--pink-rgb),.388)}.ParsecActivityChart rect.ParsecActivityChart_pink_37{fill:rgba(var(--pink-rgb),.396)}.ParsecActivityChart rect.ParsecActivityChart_pink_38{fill:rgba(var(--pink-rgb),.404)}.ParsecActivityChart rect.ParsecActivityChart_pink_39{fill:rgba(var(--pink-rgb),.412)}.ParsecActivityChart rect.ParsecActivityChart_pink_40{fill:rgba(var(--pink-rgb),.42)}.ParsecActivityChart rect.ParsecActivityChart_pink_41{fill:rgba(var(--pink-rgb),.428)}.ParsecActivityChart rect.ParsecActivityChart_pink_42{fill:rgba(var(--pink-rgb),.436)}.ParsecActivityChart rect.ParsecActivityChart_pink_43{fill:rgba(var(--pink-rgb),.444)}.ParsecActivityChart rect.ParsecActivityChart_pink_44{fill:rgba(var(--pink-rgb),.452)}.ParsecActivityChart rect.ParsecActivityChart_pink_45{fill:rgba(var(--pink-rgb),.46)}.ParsecActivityChart rect.ParsecActivityChart_pink_46{fill:rgba(var(--pink-rgb),.468)}.ParsecActivityChart rect.ParsecActivityChart_pink_47{fill:rgba(var(--pink-rgb),.476)}.ParsecActivityChart rect.ParsecActivityChart_pink_48{fill:rgba(var(--pink-rgb),.484)}.ParsecActivityChart rect.ParsecActivityChart_pink_49{fill:rgba(var(--pink-rgb),.492)}.ParsecActivityChart rect.ParsecActivityChart_pink_50{fill:rgba(var(--pink-rgb),.5)}.ParsecActivityChart rect.ParsecActivityChart_pink_51{fill:rgba(var(--pink-rgb),.508)}.ParsecActivityChart rect.ParsecActivityChart_pink_52{fill:rgba(var(--pink-rgb),.516)}.ParsecActivityChart rect.ParsecActivityChart_pink_53{fill:rgba(var(--pink-rgb),.524)}.ParsecActivityChart rect.ParsecActivityChart_pink_54{fill:rgba(var(--pink-rgb),.532)}.ParsecActivityChart rect.ParsecActivityChart_pink_55{fill:rgba(var(--pink-rgb),.54)}.ParsecActivityChart rect.ParsecActivityChart_pink_56{fill:rgba(var(--pink-rgb),.548)}.ParsecActivityChart rect.ParsecActivityChart_pink_57{fill:rgba(var(--pink-rgb),.556)}.ParsecActivityChart rect.ParsecActivityChart_pink_58{fill:rgba(var(--pink-rgb),.564)}.ParsecActivityChart rect.ParsecActivityChart_pink_59{fill:rgba(var(--pink-rgb),.572)}.ParsecActivityChart rect.ParsecActivityChart_pink_60{fill:rgba(var(--pink-rgb),.58)}.ParsecActivityChart rect.ParsecActivityChart_pink_61{fill:rgba(var(--pink-rgb),.588)}.ParsecActivityChart rect.ParsecActivityChart_pink_62{fill:rgba(var(--pink-rgb),.596)}.ParsecActivityChart rect.ParsecActivityChart_pink_63{fill:rgba(var(--pink-rgb),.604)}.ParsecActivityChart rect.ParsecActivityChart_pink_64{fill:rgba(var(--pink-rgb),.612)}.ParsecActivityChart rect.ParsecActivityChart_pink_65{fill:rgba(var(--pink-rgb),.62)}.ParsecActivityChart rect.ParsecActivityChart_pink_66{fill:rgba(var(--pink-rgb),.628)}.ParsecActivityChart rect.ParsecActivityChart_pink_67{fill:rgba(var(--pink-rgb),.636)}.ParsecActivityChart rect.ParsecActivityChart_pink_68{fill:rgba(var(--pink-rgb),.644)}.ParsecActivityChart rect.ParsecActivityChart_pink_69{fill:rgba(var(--pink-rgb),.652)}.ParsecActivityChart rect.ParsecActivityChart_pink_70{fill:rgba(var(--pink-rgb),.66)}.ParsecActivityChart rect.ParsecActivityChart_pink_71{fill:rgba(var(--pink-rgb),.668)}.ParsecActivityChart rect.ParsecActivityChart_pink_72{fill:rgba(var(--pink-rgb),.676)}.ParsecActivityChart rect.ParsecActivityChart_pink_73{fill:rgba(var(--pink-rgb),.684)}.ParsecActivityChart rect.ParsecActivityChart_pink_74{fill:rgba(var(--pink-rgb),.692)}.ParsecActivityChart rect.ParsecActivityChart_pink_75{fill:rgba(var(--pink-rgb),.7)}.ParsecActivityChart rect.ParsecActivityChart_pink_76{fill:rgba(var(--pink-rgb),.708)}.ParsecActivityChart rect.ParsecActivityChart_pink_77{fill:rgba(var(--pink-rgb),.716)}.ParsecActivityChart rect.ParsecActivityChart_pink_78{fill:rgba(var(--pink-rgb),.724)}.ParsecActivityChart rect.ParsecActivityChart_pink_79{fill:rgba(var(--pink-rgb),.732)}.ParsecActivityChart rect.ParsecActivityChart_pink_80{fill:rgba(var(--pink-rgb),.74)}.ParsecActivityChart rect.ParsecActivityChart_pink_81{fill:rgba(var(--pink-rgb),.748)}.ParsecActivityChart rect.ParsecActivityChart_pink_82{fill:rgba(var(--pink-rgb),.756)}.ParsecActivityChart rect.ParsecActivityChart_pink_83{fill:rgba(var(--pink-rgb),.764)}.ParsecActivityChart rect.ParsecActivityChart_pink_84{fill:rgba(var(--pink-rgb),.772)}.ParsecActivityChart rect.ParsecActivityChart_pink_85{fill:rgba(var(--pink-rgb),.78)}.ParsecActivityChart rect.ParsecActivityChart_pink_86{fill:rgba(var(--pink-rgb),.788)}.ParsecActivityChart rect.ParsecActivityChart_pink_87{fill:rgba(var(--pink-rgb),.796)}.ParsecActivityChart rect.ParsecActivityChart_pink_88{fill:rgba(var(--pink-rgb),.804)}.ParsecActivityChart rect.ParsecActivityChart_pink_89{fill:rgba(var(--pink-rgb),.812)}.ParsecActivityChart rect.ParsecActivityChart_pink_90{fill:rgba(var(--pink-rgb),.82)}.ParsecActivityChart rect.ParsecActivityChart_pink_91{fill:rgba(var(--pink-rgb),.828)}.ParsecActivityChart rect.ParsecActivityChart_pink_92{fill:rgba(var(--pink-rgb),.836)}.ParsecActivityChart rect.ParsecActivityChart_pink_93{fill:rgba(var(--pink-rgb),.844)}.ParsecActivityChart rect.ParsecActivityChart_pink_94{fill:rgba(var(--pink-rgb),.852)}.ParsecActivityChart rect.ParsecActivityChart_pink_95{fill:rgba(var(--pink-rgb),.86)}.ParsecActivityChart rect.ParsecActivityChart_pink_96{fill:rgba(var(--pink-rgb),.868)}.ParsecActivityChart rect.ParsecActivityChart_pink_97{fill:rgba(var(--pink-rgb),.876)}.ParsecActivityChart rect.ParsecActivityChart_pink_98{fill:rgba(var(--pink-rgb),.884)}.ParsecActivityChart rect.ParsecActivityChart_pink_99{fill:rgba(var(--pink-rgb),.892)}.ParsecActivityChart rect.ParsecActivityChart_pink_100{fill:rgba(var(--pink-rgb),.9)}.ParsecActivityChart rect.ParsecActivityChart_blue_1{fill:#48d1cc1c}.ParsecActivityChart rect.ParsecActivityChart_blue_2{fill:#48d1cc1e}.ParsecActivityChart rect.ParsecActivityChart_blue_3{fill:#48d1cc20}.ParsecActivityChart rect.ParsecActivityChart_blue_4{fill:#48d1cc22}.ParsecActivityChart rect.ParsecActivityChart_blue_5{fill:#48d1cc24}.ParsecActivityChart rect.ParsecActivityChart_blue_6{fill:#48d1cc26}.ParsecActivityChart rect.ParsecActivityChart_blue_7{fill:#48d1cc28}.ParsecActivityChart rect.ParsecActivityChart_blue_8{fill:#48d1cc2a}.ParsecActivityChart rect.ParsecActivityChart_blue_9{fill:#48d1cc2c}.ParsecActivityChart rect.ParsecActivityChart_blue_10{fill:#48d1cc2e}.ParsecActivityChart rect.ParsecActivityChart_blue_11{fill:#48d1cc30}.ParsecActivityChart rect.ParsecActivityChart_blue_12{fill:#48d1cc32}.ParsecActivityChart rect.ParsecActivityChart_blue_13{fill:#48d1cc34}.ParsecActivityChart rect.ParsecActivityChart_blue_14{fill:#48d1cc36}.ParsecActivityChart rect.ParsecActivityChart_blue_15{fill:#48d1cc38}.ParsecActivityChart rect.ParsecActivityChart_blue_16{fill:#48d1cc3a}.ParsecActivityChart rect.ParsecActivityChart_blue_17{fill:#48d1cc3c}.ParsecActivityChart rect.ParsecActivityChart_blue_18{fill:#48d1cc3e}.ParsecActivityChart rect.ParsecActivityChart_blue_19{fill:#48d1cc40}.ParsecActivityChart rect.ParsecActivityChart_blue_20{fill:#48d1cc42}.ParsecActivityChart rect.ParsecActivityChart_blue_21{fill:#48d1cc44}.ParsecActivityChart rect.ParsecActivityChart_blue_22{fill:#48d1cc46}.ParsecActivityChart rect.ParsecActivityChart_blue_23{fill:#48d1cc48}.ParsecActivityChart rect.ParsecActivityChart_blue_24{fill:#48d1cc4a}.ParsecActivityChart rect.ParsecActivityChart_blue_25{fill:#48d1cc4d}.ParsecActivityChart rect.ParsecActivityChart_blue_26{fill:#48d1cc4f}.ParsecActivityChart rect.ParsecActivityChart_blue_27{fill:#48d1cc51}.ParsecActivityChart rect.ParsecActivityChart_blue_28{fill:#48d1cc53}.ParsecActivityChart rect.ParsecActivityChart_blue_29{fill:#48d1cc55}.ParsecActivityChart rect.ParsecActivityChart_blue_30{fill:#48d1cc57}.ParsecActivityChart rect.ParsecActivityChart_blue_31{fill:#48d1cc59}.ParsecActivityChart rect.ParsecActivityChart_blue_32{fill:#48d1cc5b}.ParsecActivityChart rect.ParsecActivityChart_blue_33{fill:#48d1cc5d}.ParsecActivityChart rect.ParsecActivityChart_blue_34{fill:#48d1cc5f}.ParsecActivityChart rect.ParsecActivityChart_blue_35{fill:#48d1cc61}.ParsecActivityChart rect.ParsecActivityChart_blue_36{fill:#48d1cc63}.ParsecActivityChart rect.ParsecActivityChart_blue_37{fill:#48d1cc65}.ParsecActivityChart rect.ParsecActivityChart_blue_38{fill:#48d1cc67}.ParsecActivityChart rect.ParsecActivityChart_blue_39{fill:#48d1cc69}.ParsecActivityChart rect.ParsecActivityChart_blue_40{fill:#48d1cc6b}.ParsecActivityChart rect.ParsecActivityChart_blue_41{fill:#48d1cc6d}.ParsecActivityChart rect.ParsecActivityChart_blue_42{fill:#48d1cc6f}.ParsecActivityChart rect.ParsecActivityChart_blue_43{fill:#48d1cc71}.ParsecActivityChart rect.ParsecActivityChart_blue_44{fill:#48d1cc73}.ParsecActivityChart rect.ParsecActivityChart_blue_45{fill:#48d1cc75}.ParsecActivityChart rect.ParsecActivityChart_blue_46{fill:#48d1cc77}.ParsecActivityChart rect.ParsecActivityChart_blue_47{fill:#48d1cc79}.ParsecActivityChart rect.ParsecActivityChart_blue_48{fill:#48d1cc7b}.ParsecActivityChart rect.ParsecActivityChart_blue_49{fill:#48d1cc7d}.ParsecActivityChart rect.ParsecActivityChart_blue_50{fill:#48d1cc80}.ParsecActivityChart rect.ParsecActivityChart_blue_51{fill:#48d1cc82}.ParsecActivityChart rect.ParsecActivityChart_blue_52{fill:#48d1cc84}.ParsecActivityChart rect.ParsecActivityChart_blue_53{fill:#48d1cc86}.ParsecActivityChart rect.ParsecActivityChart_blue_54{fill:#48d1cc88}.ParsecActivityChart rect.ParsecActivityChart_blue_55{fill:#48d1cc8a}.ParsecActivityChart rect.ParsecActivityChart_blue_56{fill:#48d1cc8c}.ParsecActivityChart rect.ParsecActivityChart_blue_57{fill:#48d1cc8e}.ParsecActivityChart rect.ParsecActivityChart_blue_58{fill:#48d1cc90}.ParsecActivityChart rect.ParsecActivityChart_blue_59{fill:#48d1cc92}.ParsecActivityChart rect.ParsecActivityChart_blue_60{fill:#48d1cc94}.ParsecActivityChart rect.ParsecActivityChart_blue_61{fill:#48d1cc96}.ParsecActivityChart rect.ParsecActivityChart_blue_62{fill:#48d1cc98}.ParsecActivityChart rect.ParsecActivityChart_blue_63{fill:#48d1cc9a}.ParsecActivityChart rect.ParsecActivityChart_blue_64{fill:#48d1cc9c}.ParsecActivityChart rect.ParsecActivityChart_blue_65{fill:#48d1cc9e}.ParsecActivityChart rect.ParsecActivityChart_blue_66{fill:#48d1cca0}.ParsecActivityChart rect.ParsecActivityChart_blue_67{fill:#48d1cca2}.ParsecActivityChart rect.ParsecActivityChart_blue_68{fill:#48d1cca4}.ParsecActivityChart rect.ParsecActivityChart_blue_69{fill:#48d1cca6}.ParsecActivityChart rect.ParsecActivityChart_blue_70{fill:#48d1cca8}.ParsecActivityChart rect.ParsecActivityChart_blue_71{fill:#48d1ccaa}.ParsecActivityChart rect.ParsecActivityChart_blue_72{fill:#48d1ccac}.ParsecActivityChart rect.ParsecActivityChart_blue_73{fill:#48d1ccae}.ParsecActivityChart rect.ParsecActivityChart_blue_74{fill:#48d1ccb0}.ParsecActivityChart rect.ParsecActivityChart_blue_75{fill:#48d1ccb3}.ParsecActivityChart rect.ParsecActivityChart_blue_76{fill:#48d1ccb5}.ParsecActivityChart rect.ParsecActivityChart_blue_77{fill:#48d1ccb7}.ParsecActivityChart rect.ParsecActivityChart_blue_78{fill:#48d1ccb9}.ParsecActivityChart rect.ParsecActivityChart_blue_79{fill:#48d1ccbb}.ParsecActivityChart rect.ParsecActivityChart_blue_80{fill:#48d1ccbd}.ParsecActivityChart rect.ParsecActivityChart_blue_81{fill:#48d1ccbf}.ParsecActivityChart rect.ParsecActivityChart_blue_82{fill:#48d1ccc1}.ParsecActivityChart rect.ParsecActivityChart_blue_83{fill:#48d1ccc3}.ParsecActivityChart rect.ParsecActivityChart_blue_84{fill:#48d1ccc5}.ParsecActivityChart rect.ParsecActivityChart_blue_85{fill:#48d1ccc7}.ParsecActivityChart rect.ParsecActivityChart_blue_86{fill:#48d1ccc9}.ParsecActivityChart rect.ParsecActivityChart_blue_87{fill:#48d1cccb}.ParsecActivityChart rect.ParsecActivityChart_blue_88{fill:#48d1cccd}.ParsecActivityChart rect.ParsecActivityChart_blue_89{fill:#48d1cccf}.ParsecActivityChart rect.ParsecActivityChart_blue_90{fill:#48d1ccd1}.ParsecActivityChart rect.ParsecActivityChart_blue_91{fill:#48d1ccd3}.ParsecActivityChart rect.ParsecActivityChart_blue_92{fill:#48d1ccd5}.ParsecActivityChart rect.ParsecActivityChart_blue_93{fill:#48d1ccd7}.ParsecActivityChart rect.ParsecActivityChart_blue_94{fill:#48d1ccd9}.ParsecActivityChart rect.ParsecActivityChart_blue_95{fill:#48d1ccdb}.ParsecActivityChart rect.ParsecActivityChart_blue_96{fill:#48d1ccdd}.ParsecActivityChart rect.ParsecActivityChart_blue_97{fill:#48d1ccdf}.ParsecActivityChart rect.ParsecActivityChart_blue_98{fill:#48d1cce1}.ParsecActivityChart rect.ParsecActivityChart_blue_99{fill:#48d1cce3}.ParsecActivityChart rect.ParsecActivityChart_blue_100{fill:#48d1cce6}.ParsecActivityChart rect.ParsecActivityChart_yellow_1{fill:rgba(var(--yellow-rgb),.108)}.ParsecActivityChart rect.ParsecActivityChart_yellow_2{fill:rgba(var(--yellow-rgb),.116)}.ParsecActivityChart rect.ParsecActivityChart_yellow_3{fill:rgba(var(--yellow-rgb),.124)}.ParsecActivityChart rect.ParsecActivityChart_yellow_4{fill:rgba(var(--yellow-rgb),.132)}.ParsecActivityChart rect.ParsecActivityChart_yellow_5{fill:rgba(var(--yellow-rgb),.14)}.ParsecActivityChart rect.ParsecActivityChart_yellow_6{fill:rgba(var(--yellow-rgb),.148)}.ParsecActivityChart rect.ParsecActivityChart_yellow_7{fill:rgba(var(--yellow-rgb),.156)}.ParsecActivityChart rect.ParsecActivityChart_yellow_8{fill:rgba(var(--yellow-rgb),.164)}.ParsecActivityChart rect.ParsecActivityChart_yellow_9{fill:rgba(var(--yellow-rgb),.172)}.ParsecActivityChart rect.ParsecActivityChart_yellow_10{fill:rgba(var(--yellow-rgb),.18)}.ParsecActivityChart rect.ParsecActivityChart_yellow_11{fill:rgba(var(--yellow-rgb),.188)}.ParsecActivityChart rect.ParsecActivityChart_yellow_12{fill:rgba(var(--yellow-rgb),.196)}.ParsecActivityChart rect.ParsecActivityChart_yellow_13{fill:rgba(var(--yellow-rgb),.204)}.ParsecActivityChart rect.ParsecActivityChart_yellow_14{fill:rgba(var(--yellow-rgb),.212)}.ParsecActivityChart rect.ParsecActivityChart_yellow_15{fill:rgba(var(--yellow-rgb),.22)}.ParsecActivityChart rect.ParsecActivityChart_yellow_16{fill:rgba(var(--yellow-rgb),.228)}.ParsecActivityChart rect.ParsecActivityChart_yellow_17{fill:rgba(var(--yellow-rgb),.236)}.ParsecActivityChart rect.ParsecActivityChart_yellow_18{fill:rgba(var(--yellow-rgb),.244)}.ParsecActivityChart rect.ParsecActivityChart_yellow_19{fill:rgba(var(--yellow-rgb),.252)}.ParsecActivityChart rect.ParsecActivityChart_yellow_20{fill:rgba(var(--yellow-rgb),.26)}.ParsecActivityChart rect.ParsecActivityChart_yellow_21{fill:rgba(var(--yellow-rgb),.268)}.ParsecActivityChart rect.ParsecActivityChart_yellow_22{fill:rgba(var(--yellow-rgb),.276)}.ParsecActivityChart rect.ParsecActivityChart_yellow_23{fill:rgba(var(--yellow-rgb),.284)}.ParsecActivityChart rect.ParsecActivityChart_yellow_24{fill:rgba(var(--yellow-rgb),.292)}.ParsecActivityChart rect.ParsecActivityChart_yellow_25{fill:rgba(var(--yellow-rgb),.3)}.ParsecActivityChart rect.ParsecActivityChart_yellow_26{fill:rgba(var(--yellow-rgb),.308)}.ParsecActivityChart rect.ParsecActivityChart_yellow_27{fill:rgba(var(--yellow-rgb),.316)}.ParsecActivityChart rect.ParsecActivityChart_yellow_28{fill:rgba(var(--yellow-rgb),.324)}.ParsecActivityChart rect.ParsecActivityChart_yellow_29{fill:rgba(var(--yellow-rgb),.332)}.ParsecActivityChart rect.ParsecActivityChart_yellow_30{fill:rgba(var(--yellow-rgb),.34)}.ParsecActivityChart rect.ParsecActivityChart_yellow_31{fill:rgba(var(--yellow-rgb),.348)}.ParsecActivityChart rect.ParsecActivityChart_yellow_32{fill:rgba(var(--yellow-rgb),.356)}.ParsecActivityChart rect.ParsecActivityChart_yellow_33{fill:rgba(var(--yellow-rgb),.364)}.ParsecActivityChart rect.ParsecActivityChart_yellow_34{fill:rgba(var(--yellow-rgb),.372)}.ParsecActivityChart rect.ParsecActivityChart_yellow_35{fill:rgba(var(--yellow-rgb),.38)}.ParsecActivityChart rect.ParsecActivityChart_yellow_36{fill:rgba(var(--yellow-rgb),.388)}.ParsecActivityChart rect.ParsecActivityChart_yellow_37{fill:rgba(var(--yellow-rgb),.396)}.ParsecActivityChart rect.ParsecActivityChart_yellow_38{fill:rgba(var(--yellow-rgb),.404)}.ParsecActivityChart rect.ParsecActivityChart_yellow_39{fill:rgba(var(--yellow-rgb),.412)}.ParsecActivityChart rect.ParsecActivityChart_yellow_40{fill:rgba(var(--yellow-rgb),.42)}.ParsecActivityChart rect.ParsecActivityChart_yellow_41{fill:rgba(var(--yellow-rgb),.428)}.ParsecActivityChart rect.ParsecActivityChart_yellow_42{fill:rgba(var(--yellow-rgb),.436)}.ParsecActivityChart rect.ParsecActivityChart_yellow_43{fill:rgba(var(--yellow-rgb),.444)}.ParsecActivityChart rect.ParsecActivityChart_yellow_44{fill:rgba(var(--yellow-rgb),.452)}.ParsecActivityChart rect.ParsecActivityChart_yellow_45{fill:rgba(var(--yellow-rgb),.46)}.ParsecActivityChart rect.ParsecActivityChart_yellow_46{fill:rgba(var(--yellow-rgb),.468)}.ParsecActivityChart rect.ParsecActivityChart_yellow_47{fill:rgba(var(--yellow-rgb),.476)}.ParsecActivityChart rect.ParsecActivityChart_yellow_48{fill:rgba(var(--yellow-rgb),.484)}.ParsecActivityChart rect.ParsecActivityChart_yellow_49{fill:rgba(var(--yellow-rgb),.492)}.ParsecActivityChart rect.ParsecActivityChart_yellow_50{fill:rgba(var(--yellow-rgb),.5)}.ParsecActivityChart rect.ParsecActivityChart_yellow_51{fill:rgba(var(--yellow-rgb),.508)}.ParsecActivityChart rect.ParsecActivityChart_yellow_52{fill:rgba(var(--yellow-rgb),.516)}.ParsecActivityChart rect.ParsecActivityChart_yellow_53{fill:rgba(var(--yellow-rgb),.524)}.ParsecActivityChart rect.ParsecActivityChart_yellow_54{fill:rgba(var(--yellow-rgb),.532)}.ParsecActivityChart rect.ParsecActivityChart_yellow_55{fill:rgba(var(--yellow-rgb),.54)}.ParsecActivityChart rect.ParsecActivityChart_yellow_56{fill:rgba(var(--yellow-rgb),.548)}.ParsecActivityChart rect.ParsecActivityChart_yellow_57{fill:rgba(var(--yellow-rgb),.556)}.ParsecActivityChart rect.ParsecActivityChart_yellow_58{fill:rgba(var(--yellow-rgb),.564)}.ParsecActivityChart rect.ParsecActivityChart_yellow_59{fill:rgba(var(--yellow-rgb),.572)}.ParsecActivityChart rect.ParsecActivityChart_yellow_60{fill:rgba(var(--yellow-rgb),.58)}.ParsecActivityChart rect.ParsecActivityChart_yellow_61{fill:rgba(var(--yellow-rgb),.588)}.ParsecActivityChart rect.ParsecActivityChart_yellow_62{fill:rgba(var(--yellow-rgb),.596)}.ParsecActivityChart rect.ParsecActivityChart_yellow_63{fill:rgba(var(--yellow-rgb),.604)}.ParsecActivityChart rect.ParsecActivityChart_yellow_64{fill:rgba(var(--yellow-rgb),.612)}.ParsecActivityChart rect.ParsecActivityChart_yellow_65{fill:rgba(var(--yellow-rgb),.62)}.ParsecActivityChart rect.ParsecActivityChart_yellow_66{fill:rgba(var(--yellow-rgb),.628)}.ParsecActivityChart rect.ParsecActivityChart_yellow_67{fill:rgba(var(--yellow-rgb),.636)}.ParsecActivityChart rect.ParsecActivityChart_yellow_68{fill:rgba(var(--yellow-rgb),.644)}.ParsecActivityChart rect.ParsecActivityChart_yellow_69{fill:rgba(var(--yellow-rgb),.652)}.ParsecActivityChart rect.ParsecActivityChart_yellow_70{fill:rgba(var(--yellow-rgb),.66)}.ParsecActivityChart rect.ParsecActivityChart_yellow_71{fill:rgba(var(--yellow-rgb),.668)}.ParsecActivityChart rect.ParsecActivityChart_yellow_72{fill:rgba(var(--yellow-rgb),.676)}.ParsecActivityChart rect.ParsecActivityChart_yellow_73{fill:rgba(var(--yellow-rgb),.684)}.ParsecActivityChart rect.ParsecActivityChart_yellow_74{fill:rgba(var(--yellow-rgb),.692)}.ParsecActivityChart rect.ParsecActivityChart_yellow_75{fill:rgba(var(--yellow-rgb),.7)}.ParsecActivityChart rect.ParsecActivityChart_yellow_76{fill:rgba(var(--yellow-rgb),.708)}.ParsecActivityChart rect.ParsecActivityChart_yellow_77{fill:rgba(var(--yellow-rgb),.716)}.ParsecActivityChart rect.ParsecActivityChart_yellow_78{fill:rgba(var(--yellow-rgb),.724)}.ParsecActivityChart rect.ParsecActivityChart_yellow_79{fill:rgba(var(--yellow-rgb),.732)}.ParsecActivityChart rect.ParsecActivityChart_yellow_80{fill:rgba(var(--yellow-rgb),.74)}.ParsecActivityChart rect.ParsecActivityChart_yellow_81{fill:rgba(var(--yellow-rgb),.748)}.ParsecActivityChart rect.ParsecActivityChart_yellow_82{fill:rgba(var(--yellow-rgb),.756)}.ParsecActivityChart rect.ParsecActivityChart_yellow_83{fill:rgba(var(--yellow-rgb),.764)}.ParsecActivityChart rect.ParsecActivityChart_yellow_84{fill:rgba(var(--yellow-rgb),.772)}.ParsecActivityChart rect.ParsecActivityChart_yellow_85{fill:rgba(var(--yellow-rgb),.78)}.ParsecActivityChart rect.ParsecActivityChart_yellow_86{fill:rgba(var(--yellow-rgb),.788)}.ParsecActivityChart rect.ParsecActivityChart_yellow_87{fill:rgba(var(--yellow-rgb),.796)}.ParsecActivityChart rect.ParsecActivityChart_yellow_88{fill:rgba(var(--yellow-rgb),.804)}.ParsecActivityChart rect.ParsecActivityChart_yellow_89{fill:rgba(var(--yellow-rgb),.812)}.ParsecActivityChart rect.ParsecActivityChart_yellow_90{fill:rgba(var(--yellow-rgb),.82)}.ParsecActivityChart rect.ParsecActivityChart_yellow_91{fill:rgba(var(--yellow-rgb),.828)}.ParsecActivityChart rect.ParsecActivityChart_yellow_92{fill:rgba(var(--yellow-rgb),.836)}.ParsecActivityChart rect.ParsecActivityChart_yellow_93{fill:rgba(var(--yellow-rgb),.844)}.ParsecActivityChart rect.ParsecActivityChart_yellow_94{fill:rgba(var(--yellow-rgb),.852)}.ParsecActivityChart rect.ParsecActivityChart_yellow_95{fill:rgba(var(--yellow-rgb),.86)}.ParsecActivityChart rect.ParsecActivityChart_yellow_96{fill:rgba(var(--yellow-rgb),.868)}.ParsecActivityChart rect.ParsecActivityChart_yellow_97{fill:rgba(var(--yellow-rgb),.876)}.ParsecActivityChart rect.ParsecActivityChart_yellow_98{fill:rgba(var(--yellow-rgb),.884)}.ParsecActivityChart rect.ParsecActivityChart_yellow_99{fill:rgba(var(--yellow-rgb),.892)}.ParsecActivityChart rect.ParsecActivityChart_yellow_100{fill:rgba(var(--yellow-rgb),.9)}.ParsecActivityChart rect.ParsecActivityChart_orange_1{fill:rgba(var(--orange-rgb),.108)}.ParsecActivityChart rect.ParsecActivityChart_orange_2{fill:rgba(var(--orange-rgb),.116)}.ParsecActivityChart rect.ParsecActivityChart_orange_3{fill:rgba(var(--orange-rgb),.124)}.ParsecActivityChart rect.ParsecActivityChart_orange_4{fill:rgba(var(--orange-rgb),.132)}.ParsecActivityChart rect.ParsecActivityChart_orange_5{fill:rgba(var(--orange-rgb),.14)}.ParsecActivityChart rect.ParsecActivityChart_orange_6{fill:rgba(var(--orange-rgb),.148)}.ParsecActivityChart rect.ParsecActivityChart_orange_7{fill:rgba(var(--orange-rgb),.156)}.ParsecActivityChart rect.ParsecActivityChart_orange_8{fill:rgba(var(--orange-rgb),.164)}.ParsecActivityChart rect.ParsecActivityChart_orange_9{fill:rgba(var(--orange-rgb),.172)}.ParsecActivityChart rect.ParsecActivityChart_orange_10{fill:rgba(var(--orange-rgb),.18)}.ParsecActivityChart rect.ParsecActivityChart_orange_11{fill:rgba(var(--orange-rgb),.188)}.ParsecActivityChart rect.ParsecActivityChart_orange_12{fill:rgba(var(--orange-rgb),.196)}.ParsecActivityChart rect.ParsecActivityChart_orange_13{fill:rgba(var(--orange-rgb),.204)}.ParsecActivityChart rect.ParsecActivityChart_orange_14{fill:rgba(var(--orange-rgb),.212)}.ParsecActivityChart rect.ParsecActivityChart_orange_15{fill:rgba(var(--orange-rgb),.22)}.ParsecActivityChart rect.ParsecActivityChart_orange_16{fill:rgba(var(--orange-rgb),.228)}.ParsecActivityChart rect.ParsecActivityChart_orange_17{fill:rgba(var(--orange-rgb),.236)}.ParsecActivityChart rect.ParsecActivityChart_orange_18{fill:rgba(var(--orange-rgb),.244)}.ParsecActivityChart rect.ParsecActivityChart_orange_19{fill:rgba(var(--orange-rgb),.252)}.ParsecActivityChart rect.ParsecActivityChart_orange_20{fill:rgba(var(--orange-rgb),.26)}.ParsecActivityChart rect.ParsecActivityChart_orange_21{fill:rgba(var(--orange-rgb),.268)}.ParsecActivityChart rect.ParsecActivityChart_orange_22{fill:rgba(var(--orange-rgb),.276)}.ParsecActivityChart rect.ParsecActivityChart_orange_23{fill:rgba(var(--orange-rgb),.284)}.ParsecActivityChart rect.ParsecActivityChart_orange_24{fill:rgba(var(--orange-rgb),.292)}.ParsecActivityChart rect.ParsecActivityChart_orange_25{fill:rgba(var(--orange-rgb),.3)}.ParsecActivityChart rect.ParsecActivityChart_orange_26{fill:rgba(var(--orange-rgb),.308)}.ParsecActivityChart rect.ParsecActivityChart_orange_27{fill:rgba(var(--orange-rgb),.316)}.ParsecActivityChart rect.ParsecActivityChart_orange_28{fill:rgba(var(--orange-rgb),.324)}.ParsecActivityChart rect.ParsecActivityChart_orange_29{fill:rgba(var(--orange-rgb),.332)}.ParsecActivityChart rect.ParsecActivityChart_orange_30{fill:rgba(var(--orange-rgb),.34)}.ParsecActivityChart rect.ParsecActivityChart_orange_31{fill:rgba(var(--orange-rgb),.348)}.ParsecActivityChart rect.ParsecActivityChart_orange_32{fill:rgba(var(--orange-rgb),.356)}.ParsecActivityChart rect.ParsecActivityChart_orange_33{fill:rgba(var(--orange-rgb),.364)}.ParsecActivityChart rect.ParsecActivityChart_orange_34{fill:rgba(var(--orange-rgb),.372)}.ParsecActivityChart rect.ParsecActivityChart_orange_35{fill:rgba(var(--orange-rgb),.38)}.ParsecActivityChart rect.ParsecActivityChart_orange_36{fill:rgba(var(--orange-rgb),.388)}.ParsecActivityChart rect.ParsecActivityChart_orange_37{fill:rgba(var(--orange-rgb),.396)}.ParsecActivityChart rect.ParsecActivityChart_orange_38{fill:rgba(var(--orange-rgb),.404)}.ParsecActivityChart rect.ParsecActivityChart_orange_39{fill:rgba(var(--orange-rgb),.412)}.ParsecActivityChart rect.ParsecActivityChart_orange_40{fill:rgba(var(--orange-rgb),.42)}.ParsecActivityChart rect.ParsecActivityChart_orange_41{fill:rgba(var(--orange-rgb),.428)}.ParsecActivityChart rect.ParsecActivityChart_orange_42{fill:rgba(var(--orange-rgb),.436)}.ParsecActivityChart rect.ParsecActivityChart_orange_43{fill:rgba(var(--orange-rgb),.444)}.ParsecActivityChart rect.ParsecActivityChart_orange_44{fill:rgba(var(--orange-rgb),.452)}.ParsecActivityChart rect.ParsecActivityChart_orange_45{fill:rgba(var(--orange-rgb),.46)}.ParsecActivityChart rect.ParsecActivityChart_orange_46{fill:rgba(var(--orange-rgb),.468)}.ParsecActivityChart rect.ParsecActivityChart_orange_47{fill:rgba(var(--orange-rgb),.476)}.ParsecActivityChart rect.ParsecActivityChart_orange_48{fill:rgba(var(--orange-rgb),.484)}.ParsecActivityChart rect.ParsecActivityChart_orange_49{fill:rgba(var(--orange-rgb),.492)}.ParsecActivityChart rect.ParsecActivityChart_orange_50{fill:rgba(var(--orange-rgb),.5)}.ParsecActivityChart rect.ParsecActivityChart_orange_51{fill:rgba(var(--orange-rgb),.508)}.ParsecActivityChart rect.ParsecActivityChart_orange_52{fill:rgba(var(--orange-rgb),.516)}.ParsecActivityChart rect.ParsecActivityChart_orange_53{fill:rgba(var(--orange-rgb),.524)}.ParsecActivityChart rect.ParsecActivityChart_orange_54{fill:rgba(var(--orange-rgb),.532)}.ParsecActivityChart rect.ParsecActivityChart_orange_55{fill:rgba(var(--orange-rgb),.54)}.ParsecActivityChart rect.ParsecActivityChart_orange_56{fill:rgba(var(--orange-rgb),.548)}.ParsecActivityChart rect.ParsecActivityChart_orange_57{fill:rgba(var(--orange-rgb),.556)}.ParsecActivityChart rect.ParsecActivityChart_orange_58{fill:rgba(var(--orange-rgb),.564)}.ParsecActivityChart rect.ParsecActivityChart_orange_59{fill:rgba(var(--orange-rgb),.572)}.ParsecActivityChart rect.ParsecActivityChart_orange_60{fill:rgba(var(--orange-rgb),.58)}.ParsecActivityChart rect.ParsecActivityChart_orange_61{fill:rgba(var(--orange-rgb),.588)}.ParsecActivityChart rect.ParsecActivityChart_orange_62{fill:rgba(var(--orange-rgb),.596)}.ParsecActivityChart rect.ParsecActivityChart_orange_63{fill:rgba(var(--orange-rgb),.604)}.ParsecActivityChart rect.ParsecActivityChart_orange_64{fill:rgba(var(--orange-rgb),.612)}.ParsecActivityChart rect.ParsecActivityChart_orange_65{fill:rgba(var(--orange-rgb),.62)}.ParsecActivityChart rect.ParsecActivityChart_orange_66{fill:rgba(var(--orange-rgb),.628)}.ParsecActivityChart rect.ParsecActivityChart_orange_67{fill:rgba(var(--orange-rgb),.636)}.ParsecActivityChart rect.ParsecActivityChart_orange_68{fill:rgba(var(--orange-rgb),.644)}.ParsecActivityChart rect.ParsecActivityChart_orange_69{fill:rgba(var(--orange-rgb),.652)}.ParsecActivityChart rect.ParsecActivityChart_orange_70{fill:rgba(var(--orange-rgb),.66)}.ParsecActivityChart rect.ParsecActivityChart_orange_71{fill:rgba(var(--orange-rgb),.668)}.ParsecActivityChart rect.ParsecActivityChart_orange_72{fill:rgba(var(--orange-rgb),.676)}.ParsecActivityChart rect.ParsecActivityChart_orange_73{fill:rgba(var(--orange-rgb),.684)}.ParsecActivityChart rect.ParsecActivityChart_orange_74{fill:rgba(var(--orange-rgb),.692)}.ParsecActivityChart rect.ParsecActivityChart_orange_75{fill:rgba(var(--orange-rgb),.7)}.ParsecActivityChart rect.ParsecActivityChart_orange_76{fill:rgba(var(--orange-rgb),.708)}.ParsecActivityChart rect.ParsecActivityChart_orange_77{fill:rgba(var(--orange-rgb),.716)}.ParsecActivityChart rect.ParsecActivityChart_orange_78{fill:rgba(var(--orange-rgb),.724)}.ParsecActivityChart rect.ParsecActivityChart_orange_79{fill:rgba(var(--orange-rgb),.732)}.ParsecActivityChart rect.ParsecActivityChart_orange_80{fill:rgba(var(--orange-rgb),.74)}.ParsecActivityChart rect.ParsecActivityChart_orange_81{fill:rgba(var(--orange-rgb),.748)}.ParsecActivityChart rect.ParsecActivityChart_orange_82{fill:rgba(var(--orange-rgb),.756)}.ParsecActivityChart rect.ParsecActivityChart_orange_83{fill:rgba(var(--orange-rgb),.764)}.ParsecActivityChart rect.ParsecActivityChart_orange_84{fill:rgba(var(--orange-rgb),.772)}.ParsecActivityChart rect.ParsecActivityChart_orange_85{fill:rgba(var(--orange-rgb),.78)}.ParsecActivityChart rect.ParsecActivityChart_orange_86{fill:rgba(var(--orange-rgb),.788)}.ParsecActivityChart rect.ParsecActivityChart_orange_87{fill:rgba(var(--orange-rgb),.796)}.ParsecActivityChart rect.ParsecActivityChart_orange_88{fill:rgba(var(--orange-rgb),.804)}.ParsecActivityChart rect.ParsecActivityChart_orange_89{fill:rgba(var(--orange-rgb),.812)}.ParsecActivityChart rect.ParsecActivityChart_orange_90{fill:rgba(var(--orange-rgb),.82)}.ParsecActivityChart rect.ParsecActivityChart_orange_91{fill:rgba(var(--orange-rgb),.828)}.ParsecActivityChart rect.ParsecActivityChart_orange_92{fill:rgba(var(--orange-rgb),.836)}.ParsecActivityChart rect.ParsecActivityChart_orange_93{fill:rgba(var(--orange-rgb),.844)}.ParsecActivityChart rect.ParsecActivityChart_orange_94{fill:rgba(var(--orange-rgb),.852)}.ParsecActivityChart rect.ParsecActivityChart_orange_95{fill:rgba(var(--orange-rgb),.86)}.ParsecActivityChart rect.ParsecActivityChart_orange_96{fill:rgba(var(--orange-rgb),.868)}.ParsecActivityChart rect.ParsecActivityChart_orange_97{fill:rgba(var(--orange-rgb),.876)}.ParsecActivityChart rect.ParsecActivityChart_orange_98{fill:rgba(var(--orange-rgb),.884)}.ParsecActivityChart rect.ParsecActivityChart_orange_99{fill:rgba(var(--orange-rgb),.892)}.ParsecActivityChart rect.ParsecActivityChart_orange_100{fill:rgba(var(--orange-rgb),.9)}.ParsecActivityChart rect.ParsecActivityChart_red_1{fill:rgba(var(--red-rgb),.408)}.ParsecActivityChart rect.ParsecActivityChart_red_2{fill:rgba(var(--red-rgb),.416)}.ParsecActivityChart rect.ParsecActivityChart_red_3{fill:rgba(var(--red-rgb),.424)}.ParsecActivityChart rect.ParsecActivityChart_red_4{fill:rgba(var(--red-rgb),.432)}.ParsecActivityChart rect.ParsecActivityChart_red_5{fill:rgba(var(--red-rgb),.44)}.ParsecActivityChart rect.ParsecActivityChart_red_6{fill:rgba(var(--red-rgb),.448)}.ParsecActivityChart rect.ParsecActivityChart_red_7{fill:rgba(var(--red-rgb),.456)}.ParsecActivityChart rect.ParsecActivityChart_red_8{fill:rgba(var(--red-rgb),.464)}.ParsecActivityChart rect.ParsecActivityChart_red_9{fill:rgba(var(--red-rgb),.472)}.ParsecActivityChart rect.ParsecActivityChart_red_10{fill:rgba(var(--red-rgb),.48)}.ParsecActivityChart rect.ParsecActivityChart_red_11{fill:rgba(var(--red-rgb),.488)}.ParsecActivityChart rect.ParsecActivityChart_red_12{fill:rgba(var(--red-rgb),.496)}.ParsecActivityChart rect.ParsecActivityChart_red_13{fill:rgba(var(--red-rgb),.504)}.ParsecActivityChart rect.ParsecActivityChart_red_14{fill:rgba(var(--red-rgb),.512)}.ParsecActivityChart rect.ParsecActivityChart_red_15{fill:rgba(var(--red-rgb),.52)}.ParsecActivityChart rect.ParsecActivityChart_red_16{fill:rgba(var(--red-rgb),.528)}.ParsecActivityChart rect.ParsecActivityChart_red_17{fill:rgba(var(--red-rgb),.536)}.ParsecActivityChart rect.ParsecActivityChart_red_18{fill:rgba(var(--red-rgb),.544)}.ParsecActivityChart rect.ParsecActivityChart_red_19{fill:rgba(var(--red-rgb),.552)}.ParsecActivityChart rect.ParsecActivityChart_red_20{fill:rgba(var(--red-rgb),.56)}.ParsecActivityChart rect.ParsecActivityChart_red_21{fill:rgba(var(--red-rgb),.568)}.ParsecActivityChart rect.ParsecActivityChart_red_22{fill:rgba(var(--red-rgb),.576)}.ParsecActivityChart rect.ParsecActivityChart_red_23{fill:rgba(var(--red-rgb),.584)}.ParsecActivityChart rect.ParsecActivityChart_red_24{fill:rgba(var(--red-rgb),.592)}.ParsecActivityChart rect.ParsecActivityChart_red_25{fill:rgba(var(--red-rgb),.6)}.ParsecActivityChart rect.ParsecActivityChart_red_26{fill:rgba(var(--red-rgb),.608)}.ParsecActivityChart rect.ParsecActivityChart_red_27{fill:rgba(var(--red-rgb),.616)}.ParsecActivityChart rect.ParsecActivityChart_red_28{fill:rgba(var(--red-rgb),.624)}.ParsecActivityChart rect.ParsecActivityChart_red_29{fill:rgba(var(--red-rgb),.632)}.ParsecActivityChart rect.ParsecActivityChart_red_30{fill:rgba(var(--red-rgb),.64)}.ParsecActivityChart rect.ParsecActivityChart_red_31{fill:rgba(var(--red-rgb),.648)}.ParsecActivityChart rect.ParsecActivityChart_red_32{fill:rgba(var(--red-rgb),.656)}.ParsecActivityChart rect.ParsecActivityChart_red_33{fill:rgba(var(--red-rgb),.664)}.ParsecActivityChart rect.ParsecActivityChart_red_34{fill:rgba(var(--red-rgb),.672)}.ParsecActivityChart rect.ParsecActivityChart_red_35{fill:rgba(var(--red-rgb),.68)}.ParsecActivityChart rect.ParsecActivityChart_red_36{fill:rgba(var(--red-rgb),.688)}.ParsecActivityChart rect.ParsecActivityChart_red_37{fill:rgba(var(--red-rgb),.696)}.ParsecActivityChart rect.ParsecActivityChart_red_38{fill:rgba(var(--red-rgb),.704)}.ParsecActivityChart rect.ParsecActivityChart_red_39{fill:rgba(var(--red-rgb),.712)}.ParsecActivityChart rect.ParsecActivityChart_red_40{fill:rgba(var(--red-rgb),.72)}.ParsecActivityChart rect.ParsecActivityChart_red_41{fill:rgba(var(--red-rgb),.728)}.ParsecActivityChart rect.ParsecActivityChart_red_42{fill:rgba(var(--red-rgb),.736)}.ParsecActivityChart rect.ParsecActivityChart_red_43{fill:rgba(var(--red-rgb),.744)}.ParsecActivityChart rect.ParsecActivityChart_red_44{fill:rgba(var(--red-rgb),.752)}.ParsecActivityChart rect.ParsecActivityChart_red_45{fill:rgba(var(--red-rgb),.76)}.ParsecActivityChart rect.ParsecActivityChart_red_46{fill:rgba(var(--red-rgb),.768)}.ParsecActivityChart rect.ParsecActivityChart_red_47{fill:rgba(var(--red-rgb),.776)}.ParsecActivityChart rect.ParsecActivityChart_red_48{fill:rgba(var(--red-rgb),.784)}.ParsecActivityChart rect.ParsecActivityChart_red_49{fill:rgba(var(--red-rgb),.792)}.ParsecActivityChart rect.ParsecActivityChart_red_50{fill:rgba(var(--red-rgb),.8)}.ParsecActivityChart rect.ParsecActivityChart_red_51{fill:rgba(var(--red-rgb),.808)}.ParsecActivityChart rect.ParsecActivityChart_red_52{fill:rgba(var(--red-rgb),.816)}.ParsecActivityChart rect.ParsecActivityChart_red_53{fill:rgba(var(--red-rgb),.824)}.ParsecActivityChart rect.ParsecActivityChart_red_54{fill:rgba(var(--red-rgb),.832)}.ParsecActivityChart rect.ParsecActivityChart_red_55{fill:rgba(var(--red-rgb),.84)}.ParsecActivityChart rect.ParsecActivityChart_red_56{fill:rgba(var(--red-rgb),.848)}.ParsecActivityChart rect.ParsecActivityChart_red_57{fill:rgba(var(--red-rgb),.856)}.ParsecActivityChart rect.ParsecActivityChart_red_58{fill:rgba(var(--red-rgb),.864)}.ParsecActivityChart rect.ParsecActivityChart_red_59{fill:rgba(var(--red-rgb),.872)}.ParsecActivityChart rect.ParsecActivityChart_red_60{fill:rgba(var(--red-rgb),.88)}.ParsecActivityChart rect.ParsecActivityChart_red_61{fill:rgba(var(--red-rgb),.888)}.ParsecActivityChart rect.ParsecActivityChart_red_62{fill:rgba(var(--red-rgb),.896)}.ParsecActivityChart rect.ParsecActivityChart_red_63{fill:rgba(var(--red-rgb),.904)}.ParsecActivityChart rect.ParsecActivityChart_red_64{fill:rgba(var(--red-rgb),.912)}.ParsecActivityChart rect.ParsecActivityChart_red_65{fill:rgba(var(--red-rgb),.92)}.ParsecActivityChart rect.ParsecActivityChart_red_66{fill:rgba(var(--red-rgb),.928)}.ParsecActivityChart rect.ParsecActivityChart_red_67{fill:rgba(var(--red-rgb),.936)}.ParsecActivityChart rect.ParsecActivityChart_red_68{fill:rgba(var(--red-rgb),.944)}.ParsecActivityChart rect.ParsecActivityChart_red_69{fill:rgba(var(--red-rgb),.952)}.ParsecActivityChart rect.ParsecActivityChart_red_70{fill:rgba(var(--red-rgb),.96)}.ParsecActivityChart rect.ParsecActivityChart_red_71{fill:rgba(var(--red-rgb),.968)}.ParsecActivityChart rect.ParsecActivityChart_red_72{fill:rgba(var(--red-rgb),.976)}.ParsecActivityChart rect.ParsecActivityChart_red_73{fill:rgba(var(--red-rgb),.984)}.ParsecActivityChart rect.ParsecActivityChart_red_74{fill:rgba(var(--red-rgb),.992)}.ParsecActivityChart rect.ParsecActivityChart_red_75{fill:rgba(var(--red-rgb),1)}.ParsecActivityChart rect.ParsecActivityChart_red_76{fill:rgba(var(--red-rgb),1.008)}.ParsecActivityChart rect.ParsecActivityChart_red_77{fill:rgba(var(--red-rgb),1.016)}.ParsecActivityChart rect.ParsecActivityChart_red_78{fill:rgba(var(--red-rgb),1.024)}.ParsecActivityChart rect.ParsecActivityChart_red_79{fill:rgba(var(--red-rgb),1.032)}.ParsecActivityChart rect.ParsecActivityChart_red_80{fill:rgba(var(--red-rgb),1.04)}.ParsecActivityChart rect.ParsecActivityChart_red_81{fill:rgba(var(--red-rgb),1.048)}.ParsecActivityChart rect.ParsecActivityChart_red_82{fill:rgba(var(--red-rgb),1.056)}.ParsecActivityChart rect.ParsecActivityChart_red_83{fill:rgba(var(--red-rgb),1.064)}.ParsecActivityChart rect.ParsecActivityChart_red_84{fill:rgba(var(--red-rgb),1.072)}.ParsecActivityChart rect.ParsecActivityChart_red_85{fill:rgba(var(--red-rgb),1.08)}.ParsecActivityChart rect.ParsecActivityChart_red_86{fill:rgba(var(--red-rgb),1.088)}.ParsecActivityChart rect.ParsecActivityChart_red_87{fill:rgba(var(--red-rgb),1.096)}.ParsecActivityChart rect.ParsecActivityChart_red_88{fill:rgba(var(--red-rgb),1.104)}.ParsecActivityChart rect.ParsecActivityChart_red_89{fill:rgba(var(--red-rgb),1.112)}.ParsecActivityChart rect.ParsecActivityChart_red_90{fill:rgba(var(--red-rgb),1.12)}.ParsecActivityChart rect.ParsecActivityChart_red_91{fill:rgba(var(--red-rgb),1.128)}.ParsecActivityChart rect.ParsecActivityChart_red_92{fill:rgba(var(--red-rgb),1.136)}.ParsecActivityChart rect.ParsecActivityChart_red_93{fill:rgba(var(--red-rgb),1.144)}.ParsecActivityChart rect.ParsecActivityChart_red_94{fill:rgba(var(--red-rgb),1.152)}.ParsecActivityChart rect.ParsecActivityChart_red_95{fill:rgba(var(--red-rgb),1.16)}.ParsecActivityChart rect.ParsecActivityChart_red_96{fill:rgba(var(--red-rgb),1.168)}.ParsecActivityChart rect.ParsecActivityChart_red_97{fill:rgba(var(--red-rgb),1.176)}.ParsecActivityChart rect.ParsecActivityChart_red_98{fill:rgba(var(--red-rgb),1.184)}.ParsecActivityChart rect.ParsecActivityChart_red_99{fill:rgba(var(--red-rgb),1.192)}.ParsecActivityChart rect.ParsecActivityChart_red_100{fill:rgba(var(--red-rgb),1.2)}.ParsecActivityChart rect.ParsecActivityChart_green_1{fill:rgba(var(--green-rgb),.408)}.ParsecActivityChart rect.ParsecActivityChart_green_2{fill:rgba(var(--green-rgb),.416)}.ParsecActivityChart rect.ParsecActivityChart_green_3{fill:rgba(var(--green-rgb),.424)}.ParsecActivityChart rect.ParsecActivityChart_green_4{fill:rgba(var(--green-rgb),.432)}.ParsecActivityChart rect.ParsecActivityChart_green_5{fill:rgba(var(--green-rgb),.44)}.ParsecActivityChart rect.ParsecActivityChart_green_6{fill:rgba(var(--green-rgb),.448)}.ParsecActivityChart rect.ParsecActivityChart_green_7{fill:rgba(var(--green-rgb),.456)}.ParsecActivityChart rect.ParsecActivityChart_green_8{fill:rgba(var(--green-rgb),.464)}.ParsecActivityChart rect.ParsecActivityChart_green_9{fill:rgba(var(--green-rgb),.472)}.ParsecActivityChart rect.ParsecActivityChart_green_10{fill:rgba(var(--green-rgb),.48)}.ParsecActivityChart rect.ParsecActivityChart_green_11{fill:rgba(var(--green-rgb),.488)}.ParsecActivityChart rect.ParsecActivityChart_green_12{fill:rgba(var(--green-rgb),.496)}.ParsecActivityChart rect.ParsecActivityChart_green_13{fill:rgba(var(--green-rgb),.504)}.ParsecActivityChart rect.ParsecActivityChart_green_14{fill:rgba(var(--green-rgb),.512)}.ParsecActivityChart rect.ParsecActivityChart_green_15{fill:rgba(var(--green-rgb),.52)}.ParsecActivityChart rect.ParsecActivityChart_green_16{fill:rgba(var(--green-rgb),.528)}.ParsecActivityChart rect.ParsecActivityChart_green_17{fill:rgba(var(--green-rgb),.536)}.ParsecActivityChart rect.ParsecActivityChart_green_18{fill:rgba(var(--green-rgb),.544)}.ParsecActivityChart rect.ParsecActivityChart_green_19{fill:rgba(var(--green-rgb),.552)}.ParsecActivityChart rect.ParsecActivityChart_green_20{fill:rgba(var(--green-rgb),.56)}.ParsecActivityChart rect.ParsecActivityChart_green_21{fill:rgba(var(--green-rgb),.568)}.ParsecActivityChart rect.ParsecActivityChart_green_22{fill:rgba(var(--green-rgb),.576)}.ParsecActivityChart rect.ParsecActivityChart_green_23{fill:rgba(var(--green-rgb),.584)}.ParsecActivityChart rect.ParsecActivityChart_green_24{fill:rgba(var(--green-rgb),.592)}.ParsecActivityChart rect.ParsecActivityChart_green_25{fill:rgba(var(--green-rgb),.6)}.ParsecActivityChart rect.ParsecActivityChart_green_26{fill:rgba(var(--green-rgb),.608)}.ParsecActivityChart rect.ParsecActivityChart_green_27{fill:rgba(var(--green-rgb),.616)}.ParsecActivityChart rect.ParsecActivityChart_green_28{fill:rgba(var(--green-rgb),.624)}.ParsecActivityChart rect.ParsecActivityChart_green_29{fill:rgba(var(--green-rgb),.632)}.ParsecActivityChart rect.ParsecActivityChart_green_30{fill:rgba(var(--green-rgb),.64)}.ParsecActivityChart rect.ParsecActivityChart_green_31{fill:rgba(var(--green-rgb),.648)}.ParsecActivityChart rect.ParsecActivityChart_green_32{fill:rgba(var(--green-rgb),.656)}.ParsecActivityChart rect.ParsecActivityChart_green_33{fill:rgba(var(--green-rgb),.664)}.ParsecActivityChart rect.ParsecActivityChart_green_34{fill:rgba(var(--green-rgb),.672)}.ParsecActivityChart rect.ParsecActivityChart_green_35{fill:rgba(var(--green-rgb),.68)}.ParsecActivityChart rect.ParsecActivityChart_green_36{fill:rgba(var(--green-rgb),.688)}.ParsecActivityChart rect.ParsecActivityChart_green_37{fill:rgba(var(--green-rgb),.696)}.ParsecActivityChart rect.ParsecActivityChart_green_38{fill:rgba(var(--green-rgb),.704)}.ParsecActivityChart rect.ParsecActivityChart_green_39{fill:rgba(var(--green-rgb),.712)}.ParsecActivityChart rect.ParsecActivityChart_green_40{fill:rgba(var(--green-rgb),.72)}.ParsecActivityChart rect.ParsecActivityChart_green_41{fill:rgba(var(--green-rgb),.728)}.ParsecActivityChart rect.ParsecActivityChart_green_42{fill:rgba(var(--green-rgb),.736)}.ParsecActivityChart rect.ParsecActivityChart_green_43{fill:rgba(var(--green-rgb),.744)}.ParsecActivityChart rect.ParsecActivityChart_green_44{fill:rgba(var(--green-rgb),.752)}.ParsecActivityChart rect.ParsecActivityChart_green_45{fill:rgba(var(--green-rgb),.76)}.ParsecActivityChart rect.ParsecActivityChart_green_46{fill:rgba(var(--green-rgb),.768)}.ParsecActivityChart rect.ParsecActivityChart_green_47{fill:rgba(var(--green-rgb),.776)}.ParsecActivityChart rect.ParsecActivityChart_green_48{fill:rgba(var(--green-rgb),.784)}.ParsecActivityChart rect.ParsecActivityChart_green_49{fill:rgba(var(--green-rgb),.792)}.ParsecActivityChart rect.ParsecActivityChart_green_50{fill:rgba(var(--green-rgb),.8)}.ParsecActivityChart rect.ParsecActivityChart_green_51{fill:rgba(var(--green-rgb),.808)}.ParsecActivityChart rect.ParsecActivityChart_green_52{fill:rgba(var(--green-rgb),.816)}.ParsecActivityChart rect.ParsecActivityChart_green_53{fill:rgba(var(--green-rgb),.824)}.ParsecActivityChart rect.ParsecActivityChart_green_54{fill:rgba(var(--green-rgb),.832)}.ParsecActivityChart rect.ParsecActivityChart_green_55{fill:rgba(var(--green-rgb),.84)}.ParsecActivityChart rect.ParsecActivityChart_green_56{fill:rgba(var(--green-rgb),.848)}.ParsecActivityChart rect.ParsecActivityChart_green_57{fill:rgba(var(--green-rgb),.856)}.ParsecActivityChart rect.ParsecActivityChart_green_58{fill:rgba(var(--green-rgb),.864)}.ParsecActivityChart rect.ParsecActivityChart_green_59{fill:rgba(var(--green-rgb),.872)}.ParsecActivityChart rect.ParsecActivityChart_green_60{fill:rgba(var(--green-rgb),.88)}.ParsecActivityChart rect.ParsecActivityChart_green_61{fill:rgba(var(--green-rgb),.888)}.ParsecActivityChart rect.ParsecActivityChart_green_62{fill:rgba(var(--green-rgb),.896)}.ParsecActivityChart rect.ParsecActivityChart_green_63{fill:rgba(var(--green-rgb),.904)}.ParsecActivityChart rect.ParsecActivityChart_green_64{fill:rgba(var(--green-rgb),.912)}.ParsecActivityChart rect.ParsecActivityChart_green_65{fill:rgba(var(--green-rgb),.92)}.ParsecActivityChart rect.ParsecActivityChart_green_66{fill:rgba(var(--green-rgb),.928)}.ParsecActivityChart rect.ParsecActivityChart_green_67{fill:rgba(var(--green-rgb),.936)}.ParsecActivityChart rect.ParsecActivityChart_green_68{fill:rgba(var(--green-rgb),.944)}.ParsecActivityChart rect.ParsecActivityChart_green_69{fill:rgba(var(--green-rgb),.952)}.ParsecActivityChart rect.ParsecActivityChart_green_70{fill:rgba(var(--green-rgb),.96)}.ParsecActivityChart rect.ParsecActivityChart_green_71{fill:rgba(var(--green-rgb),.968)}.ParsecActivityChart rect.ParsecActivityChart_green_72{fill:rgba(var(--green-rgb),.976)}.ParsecActivityChart rect.ParsecActivityChart_green_73{fill:rgba(var(--green-rgb),.984)}.ParsecActivityChart rect.ParsecActivityChart_green_74{fill:rgba(var(--green-rgb),.992)}.ParsecActivityChart rect.ParsecActivityChart_green_75{fill:rgba(var(--green-rgb),1)}.ParsecActivityChart rect.ParsecActivityChart_green_76{fill:rgba(var(--green-rgb),1.008)}.ParsecActivityChart rect.ParsecActivityChart_green_77{fill:rgba(var(--green-rgb),1.016)}.ParsecActivityChart rect.ParsecActivityChart_green_78{fill:rgba(var(--green-rgb),1.024)}.ParsecActivityChart rect.ParsecActivityChart_green_79{fill:rgba(var(--green-rgb),1.032)}.ParsecActivityChart rect.ParsecActivityChart_green_80{fill:rgba(var(--green-rgb),1.04)}.ParsecActivityChart rect.ParsecActivityChart_green_81{fill:rgba(var(--green-rgb),1.048)}.ParsecActivityChart rect.ParsecActivityChart_green_82{fill:rgba(var(--green-rgb),1.056)}.ParsecActivityChart rect.ParsecActivityChart_green_83{fill:rgba(var(--green-rgb),1.064)}.ParsecActivityChart rect.ParsecActivityChart_green_84{fill:rgba(var(--green-rgb),1.072)}.ParsecActivityChart rect.ParsecActivityChart_green_85{fill:rgba(var(--green-rgb),1.08)}.ParsecActivityChart rect.ParsecActivityChart_green_86{fill:rgba(var(--green-rgb),1.088)}.ParsecActivityChart rect.ParsecActivityChart_green_87{fill:rgba(var(--green-rgb),1.096)}.ParsecActivityChart rect.ParsecActivityChart_green_88{fill:rgba(var(--green-rgb),1.104)}.ParsecActivityChart rect.ParsecActivityChart_green_89{fill:rgba(var(--green-rgb),1.112)}.ParsecActivityChart rect.ParsecActivityChart_green_90{fill:rgba(var(--green-rgb),1.12)}.ParsecActivityChart rect.ParsecActivityChart_green_91{fill:rgba(var(--green-rgb),1.128)}.ParsecActivityChart rect.ParsecActivityChart_green_92{fill:rgba(var(--green-rgb),1.136)}.ParsecActivityChart rect.ParsecActivityChart_green_93{fill:rgba(var(--green-rgb),1.144)}.ParsecActivityChart rect.ParsecActivityChart_green_94{fill:rgba(var(--green-rgb),1.152)}.ParsecActivityChart rect.ParsecActivityChart_green_95{fill:rgba(var(--green-rgb),1.16)}.ParsecActivityChart rect.ParsecActivityChart_green_96{fill:rgba(var(--green-rgb),1.168)}.ParsecActivityChart rect.ParsecActivityChart_green_97{fill:rgba(var(--green-rgb),1.176)}.ParsecActivityChart rect.ParsecActivityChart_green_98{fill:rgba(var(--green-rgb),1.184)}.ParsecActivityChart rect.ParsecActivityChart_green_99{fill:rgba(var(--green-rgb),1.192)}.ParsecActivityChart rect.ParsecActivityChart_green_100{fill:rgba(var(--green-rgb),1.2)}.ParsecActivityChart rect.ParsecActivityChart_1_1{fill:rgba(var(--lightergray-rgb),.308)}.ParsecActivityChart rect.ParsecActivityChart_1_2{fill:rgba(var(--lightergray-rgb),.316)}.ParsecActivityChart rect.ParsecActivityChart_1_3{fill:rgba(var(--lightergray-rgb),.324)}.ParsecActivityChart rect.ParsecActivityChart_1_4{fill:rgba(var(--lightergray-rgb),.332)}.ParsecActivityChart rect.ParsecActivityChart_1_5{fill:rgba(var(--lightergray-rgb),.34)}.ParsecActivityChart rect.ParsecActivityChart_1_6{fill:rgba(var(--lightergray-rgb),.348)}.ParsecActivityChart rect.ParsecActivityChart_1_7{fill:rgba(var(--lightergray-rgb),.356)}.ParsecActivityChart rect.ParsecActivityChart_1_8{fill:rgba(var(--lightergray-rgb),.364)}.ParsecActivityChart rect.ParsecActivityChart_1_9{fill:rgba(var(--lightergray-rgb),.372)}.ParsecActivityChart rect.ParsecActivityChart_1_10{fill:rgba(var(--lightergray-rgb),.38)}.ParsecActivityChart rect.ParsecActivityChart_1_11{fill:rgba(var(--lightergray-rgb),.388)}.ParsecActivityChart rect.ParsecActivityChart_1_12{fill:rgba(var(--lightergray-rgb),.396)}.ParsecActivityChart rect.ParsecActivityChart_1_13{fill:rgba(var(--lightergray-rgb),.404)}.ParsecActivityChart rect.ParsecActivityChart_1_14{fill:rgba(var(--lightergray-rgb),.412)}.ParsecActivityChart rect.ParsecActivityChart_1_15{fill:rgba(var(--lightergray-rgb),.42)}.ParsecActivityChart rect.ParsecActivityChart_1_16{fill:rgba(var(--lightergray-rgb),.428)}.ParsecActivityChart rect.ParsecActivityChart_1_17{fill:rgba(var(--lightergray-rgb),.436)}.ParsecActivityChart rect.ParsecActivityChart_1_18{fill:rgba(var(--lightergray-rgb),.444)}.ParsecActivityChart rect.ParsecActivityChart_1_19{fill:rgba(var(--lightergray-rgb),.452)}.ParsecActivityChart rect.ParsecActivityChart_1_20{fill:rgba(var(--lightergray-rgb),.46)}.ParsecActivityChart rect.ParsecActivityChart_1_21{fill:rgba(var(--lightergray-rgb),.468)}.ParsecActivityChart rect.ParsecActivityChart_1_22{fill:rgba(var(--lightergray-rgb),.476)}.ParsecActivityChart rect.ParsecActivityChart_1_23{fill:rgba(var(--lightergray-rgb),.484)}.ParsecActivityChart rect.ParsecActivityChart_1_24{fill:rgba(var(--lightergray-rgb),.492)}.ParsecActivityChart rect.ParsecActivityChart_1_25{fill:rgba(var(--lightergray-rgb),.5)}.ParsecActivityChart rect.ParsecActivityChart_1_26{fill:rgba(var(--lightergray-rgb),.508)}.ParsecActivityChart rect.ParsecActivityChart_1_27{fill:rgba(var(--lightergray-rgb),.516)}.ParsecActivityChart rect.ParsecActivityChart_1_28{fill:rgba(var(--lightergray-rgb),.524)}.ParsecActivityChart rect.ParsecActivityChart_1_29{fill:rgba(var(--lightergray-rgb),.532)}.ParsecActivityChart rect.ParsecActivityChart_1_30{fill:rgba(var(--lightergray-rgb),.54)}.ParsecActivityChart rect.ParsecActivityChart_1_31{fill:rgba(var(--lightergray-rgb),.548)}.ParsecActivityChart rect.ParsecActivityChart_1_32{fill:rgba(var(--lightergray-rgb),.556)}.ParsecActivityChart rect.ParsecActivityChart_1_33{fill:rgba(var(--lightergray-rgb),.564)}.ParsecActivityChart rect.ParsecActivityChart_1_34{fill:rgba(var(--lightergray-rgb),.572)}.ParsecActivityChart rect.ParsecActivityChart_1_35{fill:rgba(var(--lightergray-rgb),.58)}.ParsecActivityChart rect.ParsecActivityChart_1_36{fill:rgba(var(--lightergray-rgb),.588)}.ParsecActivityChart rect.ParsecActivityChart_1_37{fill:rgba(var(--lightergray-rgb),.596)}.ParsecActivityChart rect.ParsecActivityChart_1_38{fill:rgba(var(--lightergray-rgb),.604)}.ParsecActivityChart rect.ParsecActivityChart_1_39{fill:rgba(var(--lightergray-rgb),.612)}.ParsecActivityChart rect.ParsecActivityChart_1_40{fill:rgba(var(--lightergray-rgb),.62)}.ParsecActivityChart rect.ParsecActivityChart_1_41{fill:rgba(var(--lightergray-rgb),.628)}.ParsecActivityChart rect.ParsecActivityChart_1_42{fill:rgba(var(--lightergray-rgb),.636)}.ParsecActivityChart rect.ParsecActivityChart_1_43{fill:rgba(var(--lightergray-rgb),.644)}.ParsecActivityChart rect.ParsecActivityChart_1_44{fill:rgba(var(--lightergray-rgb),.652)}.ParsecActivityChart rect.ParsecActivityChart_1_45{fill:rgba(var(--lightergray-rgb),.66)}.ParsecActivityChart rect.ParsecActivityChart_1_46{fill:rgba(var(--lightergray-rgb),.668)}.ParsecActivityChart rect.ParsecActivityChart_1_47{fill:rgba(var(--lightergray-rgb),.676)}.ParsecActivityChart rect.ParsecActivityChart_1_48{fill:rgba(var(--lightergray-rgb),.684)}.ParsecActivityChart rect.ParsecActivityChart_1_49{fill:rgba(var(--lightergray-rgb),.692)}.ParsecActivityChart rect.ParsecActivityChart_1_50{fill:rgba(var(--lightergray-rgb),.7)}.ParsecActivityChart rect.ParsecActivityChart_1_51{fill:rgba(var(--lightergray-rgb),.708)}.ParsecActivityChart rect.ParsecActivityChart_1_52{fill:rgba(var(--lightergray-rgb),.716)}.ParsecActivityChart rect.ParsecActivityChart_1_53{fill:rgba(var(--lightergray-rgb),.724)}.ParsecActivityChart rect.ParsecActivityChart_1_54{fill:rgba(var(--lightergray-rgb),.732)}.ParsecActivityChart rect.ParsecActivityChart_1_55{fill:rgba(var(--lightergray-rgb),.74)}.ParsecActivityChart rect.ParsecActivityChart_1_56{fill:rgba(var(--lightergray-rgb),.748)}.ParsecActivityChart rect.ParsecActivityChart_1_57{fill:rgba(var(--lightergray-rgb),.756)}.ParsecActivityChart rect.ParsecActivityChart_1_58{fill:rgba(var(--lightergray-rgb),.764)}.ParsecActivityChart rect.ParsecActivityChart_1_59{fill:rgba(var(--lightergray-rgb),.772)}.ParsecActivityChart rect.ParsecActivityChart_1_60{fill:rgba(var(--lightergray-rgb),.78)}.ParsecActivityChart rect.ParsecActivityChart_1_61{fill:rgba(var(--lightergray-rgb),.788)}.ParsecActivityChart rect.ParsecActivityChart_1_62{fill:rgba(var(--lightergray-rgb),.796)}.ParsecActivityChart rect.ParsecActivityChart_1_63{fill:rgba(var(--lightergray-rgb),.804)}.ParsecActivityChart rect.ParsecActivityChart_1_64{fill:rgba(var(--lightergray-rgb),.812)}.ParsecActivityChart rect.ParsecActivityChart_1_65{fill:rgba(var(--lightergray-rgb),.82)}.ParsecActivityChart rect.ParsecActivityChart_1_66{fill:rgba(var(--lightergray-rgb),.828)}.ParsecActivityChart rect.ParsecActivityChart_1_67{fill:rgba(var(--lightergray-rgb),.836)}.ParsecActivityChart rect.ParsecActivityChart_1_68{fill:rgba(var(--lightergray-rgb),.844)}.ParsecActivityChart rect.ParsecActivityChart_1_69{fill:rgba(var(--lightergray-rgb),.852)}.ParsecActivityChart rect.ParsecActivityChart_1_70{fill:rgba(var(--lightergray-rgb),.86)}.ParsecActivityChart rect.ParsecActivityChart_1_71{fill:rgba(var(--lightergray-rgb),.868)}.ParsecActivityChart rect.ParsecActivityChart_1_72{fill:rgba(var(--lightergray-rgb),.876)}.ParsecActivityChart rect.ParsecActivityChart_1_73{fill:rgba(var(--lightergray-rgb),.884)}.ParsecActivityChart rect.ParsecActivityChart_1_74{fill:rgba(var(--lightergray-rgb),.892)}.ParsecActivityChart rect.ParsecActivityChart_1_75{fill:rgba(var(--lightergray-rgb),.9)}.ParsecActivityChart rect.ParsecActivityChart_1_76{fill:rgba(var(--lightergray-rgb),.908)}.ParsecActivityChart rect.ParsecActivityChart_1_77{fill:rgba(var(--lightergray-rgb),.916)}.ParsecActivityChart rect.ParsecActivityChart_1_78{fill:rgba(var(--lightergray-rgb),.924)}.ParsecActivityChart rect.ParsecActivityChart_1_79{fill:rgba(var(--lightergray-rgb),.932)}.ParsecActivityChart rect.ParsecActivityChart_1_80{fill:rgba(var(--lightergray-rgb),.94)}.ParsecActivityChart rect.ParsecActivityChart_1_81{fill:rgba(var(--lightergray-rgb),.948)}.ParsecActivityChart rect.ParsecActivityChart_1_82{fill:rgba(var(--lightergray-rgb),.956)}.ParsecActivityChart rect.ParsecActivityChart_1_83{fill:rgba(var(--lightergray-rgb),.964)}.ParsecActivityChart rect.ParsecActivityChart_1_84{fill:rgba(var(--lightergray-rgb),.972)}.ParsecActivityChart rect.ParsecActivityChart_1_85{fill:rgba(var(--lightergray-rgb),.98)}.ParsecActivityChart rect.ParsecActivityChart_1_86{fill:rgba(var(--lightergray-rgb),.988)}.ParsecActivityChart rect.ParsecActivityChart_1_87{fill:rgba(var(--lightergray-rgb),.996)}.ParsecActivityChart rect.ParsecActivityChart_1_88{fill:rgba(var(--lightergray-rgb),1.004)}.ParsecActivityChart rect.ParsecActivityChart_1_89{fill:rgba(var(--lightergray-rgb),1.012)}.ParsecActivityChart rect.ParsecActivityChart_1_90{fill:rgba(var(--lightergray-rgb),1.02)}.ParsecActivityChart rect.ParsecActivityChart_1_91{fill:rgba(var(--lightergray-rgb),1.028)}.ParsecActivityChart rect.ParsecActivityChart_1_92{fill:rgba(var(--lightergray-rgb),1.036)}.ParsecActivityChart rect.ParsecActivityChart_1_93{fill:rgba(var(--lightergray-rgb),1.044)}.ParsecActivityChart rect.ParsecActivityChart_1_94{fill:rgba(var(--lightergray-rgb),1.052)}.ParsecActivityChart rect.ParsecActivityChart_1_95{fill:rgba(var(--lightergray-rgb),1.06)}.ParsecActivityChart rect.ParsecActivityChart_1_96{fill:rgba(var(--lightergray-rgb),1.068)}.ParsecActivityChart rect.ParsecActivityChart_1_97{fill:rgba(var(--lightergray-rgb),1.076)}.ParsecActivityChart rect.ParsecActivityChart_1_98{fill:rgba(var(--lightergray-rgb),1.084)}.ParsecActivityChart rect.ParsecActivityChart_1_99{fill:rgba(var(--lightergray-rgb),1.092)}.ParsecActivityChart rect.ParsecActivityChart_1_100{fill:rgba(var(--lightergray-rgb),1.1)}.ParsecActivityChart rect.ParsecActivityChart_2_1{fill:rgba(var(--pink-rgb),.108)}.ParsecActivityChart rect.ParsecActivityChart_2_2{fill:rgba(var(--pink-rgb),.116)}.ParsecActivityChart rect.ParsecActivityChart_2_3{fill:rgba(var(--pink-rgb),.124)}.ParsecActivityChart rect.ParsecActivityChart_2_4{fill:rgba(var(--pink-rgb),.132)}.ParsecActivityChart rect.ParsecActivityChart_2_5{fill:rgba(var(--pink-rgb),.14)}.ParsecActivityChart rect.ParsecActivityChart_2_6{fill:rgba(var(--pink-rgb),.148)}.ParsecActivityChart rect.ParsecActivityChart_2_7{fill:rgba(var(--pink-rgb),.156)}.ParsecActivityChart rect.ParsecActivityChart_2_8{fill:rgba(var(--pink-rgb),.164)}.ParsecActivityChart rect.ParsecActivityChart_2_9{fill:rgba(var(--pink-rgb),.172)}.ParsecActivityChart rect.ParsecActivityChart_2_10{fill:rgba(var(--pink-rgb),.18)}.ParsecActivityChart rect.ParsecActivityChart_2_11{fill:rgba(var(--pink-rgb),.188)}.ParsecActivityChart rect.ParsecActivityChart_2_12{fill:rgba(var(--pink-rgb),.196)}.ParsecActivityChart rect.ParsecActivityChart_2_13{fill:rgba(var(--pink-rgb),.204)}.ParsecActivityChart rect.ParsecActivityChart_2_14{fill:rgba(var(--pink-rgb),.212)}.ParsecActivityChart rect.ParsecActivityChart_2_15{fill:rgba(var(--pink-rgb),.22)}.ParsecActivityChart rect.ParsecActivityChart_2_16{fill:rgba(var(--pink-rgb),.228)}.ParsecActivityChart rect.ParsecActivityChart_2_17{fill:rgba(var(--pink-rgb),.236)}.ParsecActivityChart rect.ParsecActivityChart_2_18{fill:rgba(var(--pink-rgb),.244)}.ParsecActivityChart rect.ParsecActivityChart_2_19{fill:rgba(var(--pink-rgb),.252)}.ParsecActivityChart rect.ParsecActivityChart_2_20{fill:rgba(var(--pink-rgb),.26)}.ParsecActivityChart rect.ParsecActivityChart_2_21{fill:rgba(var(--pink-rgb),.268)}.ParsecActivityChart rect.ParsecActivityChart_2_22{fill:rgba(var(--pink-rgb),.276)}.ParsecActivityChart rect.ParsecActivityChart_2_23{fill:rgba(var(--pink-rgb),.284)}.ParsecActivityChart rect.ParsecActivityChart_2_24{fill:rgba(var(--pink-rgb),.292)}.ParsecActivityChart rect.ParsecActivityChart_2_25{fill:rgba(var(--pink-rgb),.3)}.ParsecActivityChart rect.ParsecActivityChart_2_26{fill:rgba(var(--pink-rgb),.308)}.ParsecActivityChart rect.ParsecActivityChart_2_27{fill:rgba(var(--pink-rgb),.316)}.ParsecActivityChart rect.ParsecActivityChart_2_28{fill:rgba(var(--pink-rgb),.324)}.ParsecActivityChart rect.ParsecActivityChart_2_29{fill:rgba(var(--pink-rgb),.332)}.ParsecActivityChart rect.ParsecActivityChart_2_30{fill:rgba(var(--pink-rgb),.34)}.ParsecActivityChart rect.ParsecActivityChart_2_31{fill:rgba(var(--pink-rgb),.348)}.ParsecActivityChart rect.ParsecActivityChart_2_32{fill:rgba(var(--pink-rgb),.356)}.ParsecActivityChart rect.ParsecActivityChart_2_33{fill:rgba(var(--pink-rgb),.364)}.ParsecActivityChart rect.ParsecActivityChart_2_34{fill:rgba(var(--pink-rgb),.372)}.ParsecActivityChart rect.ParsecActivityChart_2_35{fill:rgba(var(--pink-rgb),.38)}.ParsecActivityChart rect.ParsecActivityChart_2_36{fill:rgba(var(--pink-rgb),.388)}.ParsecActivityChart rect.ParsecActivityChart_2_37{fill:rgba(var(--pink-rgb),.396)}.ParsecActivityChart rect.ParsecActivityChart_2_38{fill:rgba(var(--pink-rgb),.404)}.ParsecActivityChart rect.ParsecActivityChart_2_39{fill:rgba(var(--pink-rgb),.412)}.ParsecActivityChart rect.ParsecActivityChart_2_40{fill:rgba(var(--pink-rgb),.42)}.ParsecActivityChart rect.ParsecActivityChart_2_41{fill:rgba(var(--pink-rgb),.428)}.ParsecActivityChart rect.ParsecActivityChart_2_42{fill:rgba(var(--pink-rgb),.436)}.ParsecActivityChart rect.ParsecActivityChart_2_43{fill:rgba(var(--pink-rgb),.444)}.ParsecActivityChart rect.ParsecActivityChart_2_44{fill:rgba(var(--pink-rgb),.452)}.ParsecActivityChart rect.ParsecActivityChart_2_45{fill:rgba(var(--pink-rgb),.46)}.ParsecActivityChart rect.ParsecActivityChart_2_46{fill:rgba(var(--pink-rgb),.468)}.ParsecActivityChart rect.ParsecActivityChart_2_47{fill:rgba(var(--pink-rgb),.476)}.ParsecActivityChart rect.ParsecActivityChart_2_48{fill:rgba(var(--pink-rgb),.484)}.ParsecActivityChart rect.ParsecActivityChart_2_49{fill:rgba(var(--pink-rgb),.492)}.ParsecActivityChart rect.ParsecActivityChart_2_50{fill:rgba(var(--pink-rgb),.5)}.ParsecActivityChart rect.ParsecActivityChart_2_51{fill:rgba(var(--pink-rgb),.508)}.ParsecActivityChart rect.ParsecActivityChart_2_52{fill:rgba(var(--pink-rgb),.516)}.ParsecActivityChart rect.ParsecActivityChart_2_53{fill:rgba(var(--pink-rgb),.524)}.ParsecActivityChart rect.ParsecActivityChart_2_54{fill:rgba(var(--pink-rgb),.532)}.ParsecActivityChart rect.ParsecActivityChart_2_55{fill:rgba(var(--pink-rgb),.54)}.ParsecActivityChart rect.ParsecActivityChart_2_56{fill:rgba(var(--pink-rgb),.548)}.ParsecActivityChart rect.ParsecActivityChart_2_57{fill:rgba(var(--pink-rgb),.556)}.ParsecActivityChart rect.ParsecActivityChart_2_58{fill:rgba(var(--pink-rgb),.564)}.ParsecActivityChart rect.ParsecActivityChart_2_59{fill:rgba(var(--pink-rgb),.572)}.ParsecActivityChart rect.ParsecActivityChart_2_60{fill:rgba(var(--pink-rgb),.58)}.ParsecActivityChart rect.ParsecActivityChart_2_61{fill:rgba(var(--pink-rgb),.588)}.ParsecActivityChart rect.ParsecActivityChart_2_62{fill:rgba(var(--pink-rgb),.596)}.ParsecActivityChart rect.ParsecActivityChart_2_63{fill:rgba(var(--pink-rgb),.604)}.ParsecActivityChart rect.ParsecActivityChart_2_64{fill:rgba(var(--pink-rgb),.612)}.ParsecActivityChart rect.ParsecActivityChart_2_65{fill:rgba(var(--pink-rgb),.62)}.ParsecActivityChart rect.ParsecActivityChart_2_66{fill:rgba(var(--pink-rgb),.628)}.ParsecActivityChart rect.ParsecActivityChart_2_67{fill:rgba(var(--pink-rgb),.636)}.ParsecActivityChart rect.ParsecActivityChart_2_68{fill:rgba(var(--pink-rgb),.644)}.ParsecActivityChart rect.ParsecActivityChart_2_69{fill:rgba(var(--pink-rgb),.652)}.ParsecActivityChart rect.ParsecActivityChart_2_70{fill:rgba(var(--pink-rgb),.66)}.ParsecActivityChart rect.ParsecActivityChart_2_71{fill:rgba(var(--pink-rgb),.668)}.ParsecActivityChart rect.ParsecActivityChart_2_72{fill:rgba(var(--pink-rgb),.676)}.ParsecActivityChart rect.ParsecActivityChart_2_73{fill:rgba(var(--pink-rgb),.684)}.ParsecActivityChart rect.ParsecActivityChart_2_74{fill:rgba(var(--pink-rgb),.692)}.ParsecActivityChart rect.ParsecActivityChart_2_75{fill:rgba(var(--pink-rgb),.7)}.ParsecActivityChart rect.ParsecActivityChart_2_76{fill:rgba(var(--pink-rgb),.708)}.ParsecActivityChart rect.ParsecActivityChart_2_77{fill:rgba(var(--pink-rgb),.716)}.ParsecActivityChart rect.ParsecActivityChart_2_78{fill:rgba(var(--pink-rgb),.724)}.ParsecActivityChart rect.ParsecActivityChart_2_79{fill:rgba(var(--pink-rgb),.732)}.ParsecActivityChart rect.ParsecActivityChart_2_80{fill:rgba(var(--pink-rgb),.74)}.ParsecActivityChart rect.ParsecActivityChart_2_81{fill:rgba(var(--pink-rgb),.748)}.ParsecActivityChart rect.ParsecActivityChart_2_82{fill:rgba(var(--pink-rgb),.756)}.ParsecActivityChart rect.ParsecActivityChart_2_83{fill:rgba(var(--pink-rgb),.764)}.ParsecActivityChart rect.ParsecActivityChart_2_84{fill:rgba(var(--pink-rgb),.772)}.ParsecActivityChart rect.ParsecActivityChart_2_85{fill:rgba(var(--pink-rgb),.78)}.ParsecActivityChart rect.ParsecActivityChart_2_86{fill:rgba(var(--pink-rgb),.788)}.ParsecActivityChart rect.ParsecActivityChart_2_87{fill:rgba(var(--pink-rgb),.796)}.ParsecActivityChart rect.ParsecActivityChart_2_88{fill:rgba(var(--pink-rgb),.804)}.ParsecActivityChart rect.ParsecActivityChart_2_89{fill:rgba(var(--pink-rgb),.812)}.ParsecActivityChart rect.ParsecActivityChart_2_90{fill:rgba(var(--pink-rgb),.82)}.ParsecActivityChart rect.ParsecActivityChart_2_91{fill:rgba(var(--pink-rgb),.828)}.ParsecActivityChart rect.ParsecActivityChart_2_92{fill:rgba(var(--pink-rgb),.836)}.ParsecActivityChart rect.ParsecActivityChart_2_93{fill:rgba(var(--pink-rgb),.844)}.ParsecActivityChart rect.ParsecActivityChart_2_94{fill:rgba(var(--pink-rgb),.852)}.ParsecActivityChart rect.ParsecActivityChart_2_95{fill:rgba(var(--pink-rgb),.86)}.ParsecActivityChart rect.ParsecActivityChart_2_96{fill:rgba(var(--pink-rgb),.868)}.ParsecActivityChart rect.ParsecActivityChart_2_97{fill:rgba(var(--pink-rgb),.876)}.ParsecActivityChart rect.ParsecActivityChart_2_98{fill:rgba(var(--pink-rgb),.884)}.ParsecActivityChart rect.ParsecActivityChart_2_99{fill:rgba(var(--pink-rgb),.892)}.ParsecActivityChart rect.ParsecActivityChart_2_100{fill:rgba(var(--pink-rgb),.9)}.ParsecActivityChart rect.ParsecActivityChart_3_1{fill:#48d1cc1c}.ParsecActivityChart rect.ParsecActivityChart_3_2{fill:#48d1cc1e}.ParsecActivityChart rect.ParsecActivityChart_3_3{fill:#48d1cc20}.ParsecActivityChart rect.ParsecActivityChart_3_4{fill:#48d1cc22}.ParsecActivityChart rect.ParsecActivityChart_3_5{fill:#48d1cc24}.ParsecActivityChart rect.ParsecActivityChart_3_6{fill:#48d1cc26}.ParsecActivityChart rect.ParsecActivityChart_3_7{fill:#48d1cc28}.ParsecActivityChart rect.ParsecActivityChart_3_8{fill:#48d1cc2a}.ParsecActivityChart rect.ParsecActivityChart_3_9{fill:#48d1cc2c}.ParsecActivityChart rect.ParsecActivityChart_3_10{fill:#48d1cc2e}.ParsecActivityChart rect.ParsecActivityChart_3_11{fill:#48d1cc30}.ParsecActivityChart rect.ParsecActivityChart_3_12{fill:#48d1cc32}.ParsecActivityChart rect.ParsecActivityChart_3_13{fill:#48d1cc34}.ParsecActivityChart rect.ParsecActivityChart_3_14{fill:#48d1cc36}.ParsecActivityChart rect.ParsecActivityChart_3_15{fill:#48d1cc38}.ParsecActivityChart rect.ParsecActivityChart_3_16{fill:#48d1cc3a}.ParsecActivityChart rect.ParsecActivityChart_3_17{fill:#48d1cc3c}.ParsecActivityChart rect.ParsecActivityChart_3_18{fill:#48d1cc3e}.ParsecActivityChart rect.ParsecActivityChart_3_19{fill:#48d1cc40}.ParsecActivityChart rect.ParsecActivityChart_3_20{fill:#48d1cc42}.ParsecActivityChart rect.ParsecActivityChart_3_21{fill:#48d1cc44}.ParsecActivityChart rect.ParsecActivityChart_3_22{fill:#48d1cc46}.ParsecActivityChart rect.ParsecActivityChart_3_23{fill:#48d1cc48}.ParsecActivityChart rect.ParsecActivityChart_3_24{fill:#48d1cc4a}.ParsecActivityChart rect.ParsecActivityChart_3_25{fill:#48d1cc4d}.ParsecActivityChart rect.ParsecActivityChart_3_26{fill:#48d1cc4f}.ParsecActivityChart rect.ParsecActivityChart_3_27{fill:#48d1cc51}.ParsecActivityChart rect.ParsecActivityChart_3_28{fill:#48d1cc53}.ParsecActivityChart rect.ParsecActivityChart_3_29{fill:#48d1cc55}.ParsecActivityChart rect.ParsecActivityChart_3_30{fill:#48d1cc57}.ParsecActivityChart rect.ParsecActivityChart_3_31{fill:#48d1cc59}.ParsecActivityChart rect.ParsecActivityChart_3_32{fill:#48d1cc5b}.ParsecActivityChart rect.ParsecActivityChart_3_33{fill:#48d1cc5d}.ParsecActivityChart rect.ParsecActivityChart_3_34{fill:#48d1cc5f}.ParsecActivityChart rect.ParsecActivityChart_3_35{fill:#48d1cc61}.ParsecActivityChart rect.ParsecActivityChart_3_36{fill:#48d1cc63}.ParsecActivityChart rect.ParsecActivityChart_3_37{fill:#48d1cc65}.ParsecActivityChart rect.ParsecActivityChart_3_38{fill:#48d1cc67}.ParsecActivityChart rect.ParsecActivityChart_3_39{fill:#48d1cc69}.ParsecActivityChart rect.ParsecActivityChart_3_40{fill:#48d1cc6b}.ParsecActivityChart rect.ParsecActivityChart_3_41{fill:#48d1cc6d}.ParsecActivityChart rect.ParsecActivityChart_3_42{fill:#48d1cc6f}.ParsecActivityChart rect.ParsecActivityChart_3_43{fill:#48d1cc71}.ParsecActivityChart rect.ParsecActivityChart_3_44{fill:#48d1cc73}.ParsecActivityChart rect.ParsecActivityChart_3_45{fill:#48d1cc75}.ParsecActivityChart rect.ParsecActivityChart_3_46{fill:#48d1cc77}.ParsecActivityChart rect.ParsecActivityChart_3_47{fill:#48d1cc79}.ParsecActivityChart rect.ParsecActivityChart_3_48{fill:#48d1cc7b}.ParsecActivityChart rect.ParsecActivityChart_3_49{fill:#48d1cc7d}.ParsecActivityChart rect.ParsecActivityChart_3_50{fill:#48d1cc80}.ParsecActivityChart rect.ParsecActivityChart_3_51{fill:#48d1cc82}.ParsecActivityChart rect.ParsecActivityChart_3_52{fill:#48d1cc84}.ParsecActivityChart rect.ParsecActivityChart_3_53{fill:#48d1cc86}.ParsecActivityChart rect.ParsecActivityChart_3_54{fill:#48d1cc88}.ParsecActivityChart rect.ParsecActivityChart_3_55{fill:#48d1cc8a}.ParsecActivityChart rect.ParsecActivityChart_3_56{fill:#48d1cc8c}.ParsecActivityChart rect.ParsecActivityChart_3_57{fill:#48d1cc8e}.ParsecActivityChart rect.ParsecActivityChart_3_58{fill:#48d1cc90}.ParsecActivityChart rect.ParsecActivityChart_3_59{fill:#48d1cc92}.ParsecActivityChart rect.ParsecActivityChart_3_60{fill:#48d1cc94}.ParsecActivityChart rect.ParsecActivityChart_3_61{fill:#48d1cc96}.ParsecActivityChart rect.ParsecActivityChart_3_62{fill:#48d1cc98}.ParsecActivityChart rect.ParsecActivityChart_3_63{fill:#48d1cc9a}.ParsecActivityChart rect.ParsecActivityChart_3_64{fill:#48d1cc9c}.ParsecActivityChart rect.ParsecActivityChart_3_65{fill:#48d1cc9e}.ParsecActivityChart rect.ParsecActivityChart_3_66{fill:#48d1cca0}.ParsecActivityChart rect.ParsecActivityChart_3_67{fill:#48d1cca2}.ParsecActivityChart rect.ParsecActivityChart_3_68{fill:#48d1cca4}.ParsecActivityChart rect.ParsecActivityChart_3_69{fill:#48d1cca6}.ParsecActivityChart rect.ParsecActivityChart_3_70{fill:#48d1cca8}.ParsecActivityChart rect.ParsecActivityChart_3_71{fill:#48d1ccaa}.ParsecActivityChart rect.ParsecActivityChart_3_72{fill:#48d1ccac}.ParsecActivityChart rect.ParsecActivityChart_3_73{fill:#48d1ccae}.ParsecActivityChart rect.ParsecActivityChart_3_74{fill:#48d1ccb0}.ParsecActivityChart rect.ParsecActivityChart_3_75{fill:#48d1ccb3}.ParsecActivityChart rect.ParsecActivityChart_3_76{fill:#48d1ccb5}.ParsecActivityChart rect.ParsecActivityChart_3_77{fill:#48d1ccb7}.ParsecActivityChart rect.ParsecActivityChart_3_78{fill:#48d1ccb9}.ParsecActivityChart rect.ParsecActivityChart_3_79{fill:#48d1ccbb}.ParsecActivityChart rect.ParsecActivityChart_3_80{fill:#48d1ccbd}.ParsecActivityChart rect.ParsecActivityChart_3_81{fill:#48d1ccbf}.ParsecActivityChart rect.ParsecActivityChart_3_82{fill:#48d1ccc1}.ParsecActivityChart rect.ParsecActivityChart_3_83{fill:#48d1ccc3}.ParsecActivityChart rect.ParsecActivityChart_3_84{fill:#48d1ccc5}.ParsecActivityChart rect.ParsecActivityChart_3_85{fill:#48d1ccc7}.ParsecActivityChart rect.ParsecActivityChart_3_86{fill:#48d1ccc9}.ParsecActivityChart rect.ParsecActivityChart_3_87{fill:#48d1cccb}.ParsecActivityChart rect.ParsecActivityChart_3_88{fill:#48d1cccd}.ParsecActivityChart rect.ParsecActivityChart_3_89{fill:#48d1cccf}.ParsecActivityChart rect.ParsecActivityChart_3_90{fill:#48d1ccd1}.ParsecActivityChart rect.ParsecActivityChart_3_91{fill:#48d1ccd3}.ParsecActivityChart rect.ParsecActivityChart_3_92{fill:#48d1ccd5}.ParsecActivityChart rect.ParsecActivityChart_3_93{fill:#48d1ccd7}.ParsecActivityChart rect.ParsecActivityChart_3_94{fill:#48d1ccd9}.ParsecActivityChart rect.ParsecActivityChart_3_95{fill:#48d1ccdb}.ParsecActivityChart rect.ParsecActivityChart_3_96{fill:#48d1ccdd}.ParsecActivityChart rect.ParsecActivityChart_3_97{fill:#48d1ccdf}.ParsecActivityChart rect.ParsecActivityChart_3_98{fill:#48d1cce1}.ParsecActivityChart rect.ParsecActivityChart_3_99{fill:#48d1cce3}.ParsecActivityChart rect.ParsecActivityChart_3_100{fill:#48d1cce6}.ParsecActivityChart rect.ParsecActivityChart_4_1{fill:rgba(var(--yellow-rgb),.108)}.ParsecActivityChart rect.ParsecActivityChart_4_2{fill:rgba(var(--yellow-rgb),.116)}.ParsecActivityChart rect.ParsecActivityChart_4_3{fill:rgba(var(--yellow-rgb),.124)}.ParsecActivityChart rect.ParsecActivityChart_4_4{fill:rgba(var(--yellow-rgb),.132)}.ParsecActivityChart rect.ParsecActivityChart_4_5{fill:rgba(var(--yellow-rgb),.14)}.ParsecActivityChart rect.ParsecActivityChart_4_6{fill:rgba(var(--yellow-rgb),.148)}.ParsecActivityChart rect.ParsecActivityChart_4_7{fill:rgba(var(--yellow-rgb),.156)}.ParsecActivityChart rect.ParsecActivityChart_4_8{fill:rgba(var(--yellow-rgb),.164)}.ParsecActivityChart rect.ParsecActivityChart_4_9{fill:rgba(var(--yellow-rgb),.172)}.ParsecActivityChart rect.ParsecActivityChart_4_10{fill:rgba(var(--yellow-rgb),.18)}.ParsecActivityChart rect.ParsecActivityChart_4_11{fill:rgba(var(--yellow-rgb),.188)}.ParsecActivityChart rect.ParsecActivityChart_4_12{fill:rgba(var(--yellow-rgb),.196)}.ParsecActivityChart rect.ParsecActivityChart_4_13{fill:rgba(var(--yellow-rgb),.204)}.ParsecActivityChart rect.ParsecActivityChart_4_14{fill:rgba(var(--yellow-rgb),.212)}.ParsecActivityChart rect.ParsecActivityChart_4_15{fill:rgba(var(--yellow-rgb),.22)}.ParsecActivityChart rect.ParsecActivityChart_4_16{fill:rgba(var(--yellow-rgb),.228)}.ParsecActivityChart rect.ParsecActivityChart_4_17{fill:rgba(var(--yellow-rgb),.236)}.ParsecActivityChart rect.ParsecActivityChart_4_18{fill:rgba(var(--yellow-rgb),.244)}.ParsecActivityChart rect.ParsecActivityChart_4_19{fill:rgba(var(--yellow-rgb),.252)}.ParsecActivityChart rect.ParsecActivityChart_4_20{fill:rgba(var(--yellow-rgb),.26)}.ParsecActivityChart rect.ParsecActivityChart_4_21{fill:rgba(var(--yellow-rgb),.268)}.ParsecActivityChart rect.ParsecActivityChart_4_22{fill:rgba(var(--yellow-rgb),.276)}.ParsecActivityChart rect.ParsecActivityChart_4_23{fill:rgba(var(--yellow-rgb),.284)}.ParsecActivityChart rect.ParsecActivityChart_4_24{fill:rgba(var(--yellow-rgb),.292)}.ParsecActivityChart rect.ParsecActivityChart_4_25{fill:rgba(var(--yellow-rgb),.3)}.ParsecActivityChart rect.ParsecActivityChart_4_26{fill:rgba(var(--yellow-rgb),.308)}.ParsecActivityChart rect.ParsecActivityChart_4_27{fill:rgba(var(--yellow-rgb),.316)}.ParsecActivityChart rect.ParsecActivityChart_4_28{fill:rgba(var(--yellow-rgb),.324)}.ParsecActivityChart rect.ParsecActivityChart_4_29{fill:rgba(var(--yellow-rgb),.332)}.ParsecActivityChart rect.ParsecActivityChart_4_30{fill:rgba(var(--yellow-rgb),.34)}.ParsecActivityChart rect.ParsecActivityChart_4_31{fill:rgba(var(--yellow-rgb),.348)}.ParsecActivityChart rect.ParsecActivityChart_4_32{fill:rgba(var(--yellow-rgb),.356)}.ParsecActivityChart rect.ParsecActivityChart_4_33{fill:rgba(var(--yellow-rgb),.364)}.ParsecActivityChart rect.ParsecActivityChart_4_34{fill:rgba(var(--yellow-rgb),.372)}.ParsecActivityChart rect.ParsecActivityChart_4_35{fill:rgba(var(--yellow-rgb),.38)}.ParsecActivityChart rect.ParsecActivityChart_4_36{fill:rgba(var(--yellow-rgb),.388)}.ParsecActivityChart rect.ParsecActivityChart_4_37{fill:rgba(var(--yellow-rgb),.396)}.ParsecActivityChart rect.ParsecActivityChart_4_38{fill:rgba(var(--yellow-rgb),.404)}.ParsecActivityChart rect.ParsecActivityChart_4_39{fill:rgba(var(--yellow-rgb),.412)}.ParsecActivityChart rect.ParsecActivityChart_4_40{fill:rgba(var(--yellow-rgb),.42)}.ParsecActivityChart rect.ParsecActivityChart_4_41{fill:rgba(var(--yellow-rgb),.428)}.ParsecActivityChart rect.ParsecActivityChart_4_42{fill:rgba(var(--yellow-rgb),.436)}.ParsecActivityChart rect.ParsecActivityChart_4_43{fill:rgba(var(--yellow-rgb),.444)}.ParsecActivityChart rect.ParsecActivityChart_4_44{fill:rgba(var(--yellow-rgb),.452)}.ParsecActivityChart rect.ParsecActivityChart_4_45{fill:rgba(var(--yellow-rgb),.46)}.ParsecActivityChart rect.ParsecActivityChart_4_46{fill:rgba(var(--yellow-rgb),.468)}.ParsecActivityChart rect.ParsecActivityChart_4_47{fill:rgba(var(--yellow-rgb),.476)}.ParsecActivityChart rect.ParsecActivityChart_4_48{fill:rgba(var(--yellow-rgb),.484)}.ParsecActivityChart rect.ParsecActivityChart_4_49{fill:rgba(var(--yellow-rgb),.492)}.ParsecActivityChart rect.ParsecActivityChart_4_50{fill:rgba(var(--yellow-rgb),.5)}.ParsecActivityChart rect.ParsecActivityChart_4_51{fill:rgba(var(--yellow-rgb),.508)}.ParsecActivityChart rect.ParsecActivityChart_4_52{fill:rgba(var(--yellow-rgb),.516)}.ParsecActivityChart rect.ParsecActivityChart_4_53{fill:rgba(var(--yellow-rgb),.524)}.ParsecActivityChart rect.ParsecActivityChart_4_54{fill:rgba(var(--yellow-rgb),.532)}.ParsecActivityChart rect.ParsecActivityChart_4_55{fill:rgba(var(--yellow-rgb),.54)}.ParsecActivityChart rect.ParsecActivityChart_4_56{fill:rgba(var(--yellow-rgb),.548)}.ParsecActivityChart rect.ParsecActivityChart_4_57{fill:rgba(var(--yellow-rgb),.556)}.ParsecActivityChart rect.ParsecActivityChart_4_58{fill:rgba(var(--yellow-rgb),.564)}.ParsecActivityChart rect.ParsecActivityChart_4_59{fill:rgba(var(--yellow-rgb),.572)}.ParsecActivityChart rect.ParsecActivityChart_4_60{fill:rgba(var(--yellow-rgb),.58)}.ParsecActivityChart rect.ParsecActivityChart_4_61{fill:rgba(var(--yellow-rgb),.588)}.ParsecActivityChart rect.ParsecActivityChart_4_62{fill:rgba(var(--yellow-rgb),.596)}.ParsecActivityChart rect.ParsecActivityChart_4_63{fill:rgba(var(--yellow-rgb),.604)}.ParsecActivityChart rect.ParsecActivityChart_4_64{fill:rgba(var(--yellow-rgb),.612)}.ParsecActivityChart rect.ParsecActivityChart_4_65{fill:rgba(var(--yellow-rgb),.62)}.ParsecActivityChart rect.ParsecActivityChart_4_66{fill:rgba(var(--yellow-rgb),.628)}.ParsecActivityChart rect.ParsecActivityChart_4_67{fill:rgba(var(--yellow-rgb),.636)}.ParsecActivityChart rect.ParsecActivityChart_4_68{fill:rgba(var(--yellow-rgb),.644)}.ParsecActivityChart rect.ParsecActivityChart_4_69{fill:rgba(var(--yellow-rgb),.652)}.ParsecActivityChart rect.ParsecActivityChart_4_70{fill:rgba(var(--yellow-rgb),.66)}.ParsecActivityChart rect.ParsecActivityChart_4_71{fill:rgba(var(--yellow-rgb),.668)}.ParsecActivityChart rect.ParsecActivityChart_4_72{fill:rgba(var(--yellow-rgb),.676)}.ParsecActivityChart rect.ParsecActivityChart_4_73{fill:rgba(var(--yellow-rgb),.684)}.ParsecActivityChart rect.ParsecActivityChart_4_74{fill:rgba(var(--yellow-rgb),.692)}.ParsecActivityChart rect.ParsecActivityChart_4_75{fill:rgba(var(--yellow-rgb),.7)}.ParsecActivityChart rect.ParsecActivityChart_4_76{fill:rgba(var(--yellow-rgb),.708)}.ParsecActivityChart rect.ParsecActivityChart_4_77{fill:rgba(var(--yellow-rgb),.716)}.ParsecActivityChart rect.ParsecActivityChart_4_78{fill:rgba(var(--yellow-rgb),.724)}.ParsecActivityChart rect.ParsecActivityChart_4_79{fill:rgba(var(--yellow-rgb),.732)}.ParsecActivityChart rect.ParsecActivityChart_4_80{fill:rgba(var(--yellow-rgb),.74)}.ParsecActivityChart rect.ParsecActivityChart_4_81{fill:rgba(var(--yellow-rgb),.748)}.ParsecActivityChart rect.ParsecActivityChart_4_82{fill:rgba(var(--yellow-rgb),.756)}.ParsecActivityChart rect.ParsecActivityChart_4_83{fill:rgba(var(--yellow-rgb),.764)}.ParsecActivityChart rect.ParsecActivityChart_4_84{fill:rgba(var(--yellow-rgb),.772)}.ParsecActivityChart rect.ParsecActivityChart_4_85{fill:rgba(var(--yellow-rgb),.78)}.ParsecActivityChart rect.ParsecActivityChart_4_86{fill:rgba(var(--yellow-rgb),.788)}.ParsecActivityChart rect.ParsecActivityChart_4_87{fill:rgba(var(--yellow-rgb),.796)}.ParsecActivityChart rect.ParsecActivityChart_4_88{fill:rgba(var(--yellow-rgb),.804)}.ParsecActivityChart rect.ParsecActivityChart_4_89{fill:rgba(var(--yellow-rgb),.812)}.ParsecActivityChart rect.ParsecActivityChart_4_90{fill:rgba(var(--yellow-rgb),.82)}.ParsecActivityChart rect.ParsecActivityChart_4_91{fill:rgba(var(--yellow-rgb),.828)}.ParsecActivityChart rect.ParsecActivityChart_4_92{fill:rgba(var(--yellow-rgb),.836)}.ParsecActivityChart rect.ParsecActivityChart_4_93{fill:rgba(var(--yellow-rgb),.844)}.ParsecActivityChart rect.ParsecActivityChart_4_94{fill:rgba(var(--yellow-rgb),.852)}.ParsecActivityChart rect.ParsecActivityChart_4_95{fill:rgba(var(--yellow-rgb),.86)}.ParsecActivityChart rect.ParsecActivityChart_4_96{fill:rgba(var(--yellow-rgb),.868)}.ParsecActivityChart rect.ParsecActivityChart_4_97{fill:rgba(var(--yellow-rgb),.876)}.ParsecActivityChart rect.ParsecActivityChart_4_98{fill:rgba(var(--yellow-rgb),.884)}.ParsecActivityChart rect.ParsecActivityChart_4_99{fill:rgba(var(--yellow-rgb),.892)}.ParsecActivityChart rect.ParsecActivityChart_4_100{fill:rgba(var(--yellow-rgb),.9)}.ParsecActivityChart rect.ParsecActivityChart_5_1{fill:rgba(var(--orange-rgb),.108)}.ParsecActivityChart rect.ParsecActivityChart_5_2{fill:rgba(var(--orange-rgb),.116)}.ParsecActivityChart rect.ParsecActivityChart_5_3{fill:rgba(var(--orange-rgb),.124)}.ParsecActivityChart rect.ParsecActivityChart_5_4{fill:rgba(var(--orange-rgb),.132)}.ParsecActivityChart rect.ParsecActivityChart_5_5{fill:rgba(var(--orange-rgb),.14)}.ParsecActivityChart rect.ParsecActivityChart_5_6{fill:rgba(var(--orange-rgb),.148)}.ParsecActivityChart rect.ParsecActivityChart_5_7{fill:rgba(var(--orange-rgb),.156)}.ParsecActivityChart rect.ParsecActivityChart_5_8{fill:rgba(var(--orange-rgb),.164)}.ParsecActivityChart rect.ParsecActivityChart_5_9{fill:rgba(var(--orange-rgb),.172)}.ParsecActivityChart rect.ParsecActivityChart_5_10{fill:rgba(var(--orange-rgb),.18)}.ParsecActivityChart rect.ParsecActivityChart_5_11{fill:rgba(var(--orange-rgb),.188)}.ParsecActivityChart rect.ParsecActivityChart_5_12{fill:rgba(var(--orange-rgb),.196)}.ParsecActivityChart rect.ParsecActivityChart_5_13{fill:rgba(var(--orange-rgb),.204)}.ParsecActivityChart rect.ParsecActivityChart_5_14{fill:rgba(var(--orange-rgb),.212)}.ParsecActivityChart rect.ParsecActivityChart_5_15{fill:rgba(var(--orange-rgb),.22)}.ParsecActivityChart rect.ParsecActivityChart_5_16{fill:rgba(var(--orange-rgb),.228)}.ParsecActivityChart rect.ParsecActivityChart_5_17{fill:rgba(var(--orange-rgb),.236)}.ParsecActivityChart rect.ParsecActivityChart_5_18{fill:rgba(var(--orange-rgb),.244)}.ParsecActivityChart rect.ParsecActivityChart_5_19{fill:rgba(var(--orange-rgb),.252)}.ParsecActivityChart rect.ParsecActivityChart_5_20{fill:rgba(var(--orange-rgb),.26)}.ParsecActivityChart rect.ParsecActivityChart_5_21{fill:rgba(var(--orange-rgb),.268)}.ParsecActivityChart rect.ParsecActivityChart_5_22{fill:rgba(var(--orange-rgb),.276)}.ParsecActivityChart rect.ParsecActivityChart_5_23{fill:rgba(var(--orange-rgb),.284)}.ParsecActivityChart rect.ParsecActivityChart_5_24{fill:rgba(var(--orange-rgb),.292)}.ParsecActivityChart rect.ParsecActivityChart_5_25{fill:rgba(var(--orange-rgb),.3)}.ParsecActivityChart rect.ParsecActivityChart_5_26{fill:rgba(var(--orange-rgb),.308)}.ParsecActivityChart rect.ParsecActivityChart_5_27{fill:rgba(var(--orange-rgb),.316)}.ParsecActivityChart rect.ParsecActivityChart_5_28{fill:rgba(var(--orange-rgb),.324)}.ParsecActivityChart rect.ParsecActivityChart_5_29{fill:rgba(var(--orange-rgb),.332)}.ParsecActivityChart rect.ParsecActivityChart_5_30{fill:rgba(var(--orange-rgb),.34)}.ParsecActivityChart rect.ParsecActivityChart_5_31{fill:rgba(var(--orange-rgb),.348)}.ParsecActivityChart rect.ParsecActivityChart_5_32{fill:rgba(var(--orange-rgb),.356)}.ParsecActivityChart rect.ParsecActivityChart_5_33{fill:rgba(var(--orange-rgb),.364)}.ParsecActivityChart rect.ParsecActivityChart_5_34{fill:rgba(var(--orange-rgb),.372)}.ParsecActivityChart rect.ParsecActivityChart_5_35{fill:rgba(var(--orange-rgb),.38)}.ParsecActivityChart rect.ParsecActivityChart_5_36{fill:rgba(var(--orange-rgb),.388)}.ParsecActivityChart rect.ParsecActivityChart_5_37{fill:rgba(var(--orange-rgb),.396)}.ParsecActivityChart rect.ParsecActivityChart_5_38{fill:rgba(var(--orange-rgb),.404)}.ParsecActivityChart rect.ParsecActivityChart_5_39{fill:rgba(var(--orange-rgb),.412)}.ParsecActivityChart rect.ParsecActivityChart_5_40{fill:rgba(var(--orange-rgb),.42)}.ParsecActivityChart rect.ParsecActivityChart_5_41{fill:rgba(var(--orange-rgb),.428)}.ParsecActivityChart rect.ParsecActivityChart_5_42{fill:rgba(var(--orange-rgb),.436)}.ParsecActivityChart rect.ParsecActivityChart_5_43{fill:rgba(var(--orange-rgb),.444)}.ParsecActivityChart rect.ParsecActivityChart_5_44{fill:rgba(var(--orange-rgb),.452)}.ParsecActivityChart rect.ParsecActivityChart_5_45{fill:rgba(var(--orange-rgb),.46)}.ParsecActivityChart rect.ParsecActivityChart_5_46{fill:rgba(var(--orange-rgb),.468)}.ParsecActivityChart rect.ParsecActivityChart_5_47{fill:rgba(var(--orange-rgb),.476)}.ParsecActivityChart rect.ParsecActivityChart_5_48{fill:rgba(var(--orange-rgb),.484)}.ParsecActivityChart rect.ParsecActivityChart_5_49{fill:rgba(var(--orange-rgb),.492)}.ParsecActivityChart rect.ParsecActivityChart_5_50{fill:rgba(var(--orange-rgb),.5)}.ParsecActivityChart rect.ParsecActivityChart_5_51{fill:rgba(var(--orange-rgb),.508)}.ParsecActivityChart rect.ParsecActivityChart_5_52{fill:rgba(var(--orange-rgb),.516)}.ParsecActivityChart rect.ParsecActivityChart_5_53{fill:rgba(var(--orange-rgb),.524)}.ParsecActivityChart rect.ParsecActivityChart_5_54{fill:rgba(var(--orange-rgb),.532)}.ParsecActivityChart rect.ParsecActivityChart_5_55{fill:rgba(var(--orange-rgb),.54)}.ParsecActivityChart rect.ParsecActivityChart_5_56{fill:rgba(var(--orange-rgb),.548)}.ParsecActivityChart rect.ParsecActivityChart_5_57{fill:rgba(var(--orange-rgb),.556)}.ParsecActivityChart rect.ParsecActivityChart_5_58{fill:rgba(var(--orange-rgb),.564)}.ParsecActivityChart rect.ParsecActivityChart_5_59{fill:rgba(var(--orange-rgb),.572)}.ParsecActivityChart rect.ParsecActivityChart_5_60{fill:rgba(var(--orange-rgb),.58)}.ParsecActivityChart rect.ParsecActivityChart_5_61{fill:rgba(var(--orange-rgb),.588)}.ParsecActivityChart rect.ParsecActivityChart_5_62{fill:rgba(var(--orange-rgb),.596)}.ParsecActivityChart rect.ParsecActivityChart_5_63{fill:rgba(var(--orange-rgb),.604)}.ParsecActivityChart rect.ParsecActivityChart_5_64{fill:rgba(var(--orange-rgb),.612)}.ParsecActivityChart rect.ParsecActivityChart_5_65{fill:rgba(var(--orange-rgb),.62)}.ParsecActivityChart rect.ParsecActivityChart_5_66{fill:rgba(var(--orange-rgb),.628)}.ParsecActivityChart rect.ParsecActivityChart_5_67{fill:rgba(var(--orange-rgb),.636)}.ParsecActivityChart rect.ParsecActivityChart_5_68{fill:rgba(var(--orange-rgb),.644)}.ParsecActivityChart rect.ParsecActivityChart_5_69{fill:rgba(var(--orange-rgb),.652)}.ParsecActivityChart rect.ParsecActivityChart_5_70{fill:rgba(var(--orange-rgb),.66)}.ParsecActivityChart rect.ParsecActivityChart_5_71{fill:rgba(var(--orange-rgb),.668)}.ParsecActivityChart rect.ParsecActivityChart_5_72{fill:rgba(var(--orange-rgb),.676)}.ParsecActivityChart rect.ParsecActivityChart_5_73{fill:rgba(var(--orange-rgb),.684)}.ParsecActivityChart rect.ParsecActivityChart_5_74{fill:rgba(var(--orange-rgb),.692)}.ParsecActivityChart rect.ParsecActivityChart_5_75{fill:rgba(var(--orange-rgb),.7)}.ParsecActivityChart rect.ParsecActivityChart_5_76{fill:rgba(var(--orange-rgb),.708)}.ParsecActivityChart rect.ParsecActivityChart_5_77{fill:rgba(var(--orange-rgb),.716)}.ParsecActivityChart rect.ParsecActivityChart_5_78{fill:rgba(var(--orange-rgb),.724)}.ParsecActivityChart rect.ParsecActivityChart_5_79{fill:rgba(var(--orange-rgb),.732)}.ParsecActivityChart rect.ParsecActivityChart_5_80{fill:rgba(var(--orange-rgb),.74)}.ParsecActivityChart rect.ParsecActivityChart_5_81{fill:rgba(var(--orange-rgb),.748)}.ParsecActivityChart rect.ParsecActivityChart_5_82{fill:rgba(var(--orange-rgb),.756)}.ParsecActivityChart rect.ParsecActivityChart_5_83{fill:rgba(var(--orange-rgb),.764)}.ParsecActivityChart rect.ParsecActivityChart_5_84{fill:rgba(var(--orange-rgb),.772)}.ParsecActivityChart rect.ParsecActivityChart_5_85{fill:rgba(var(--orange-rgb),.78)}.ParsecActivityChart rect.ParsecActivityChart_5_86{fill:rgba(var(--orange-rgb),.788)}.ParsecActivityChart rect.ParsecActivityChart_5_87{fill:rgba(var(--orange-rgb),.796)}.ParsecActivityChart rect.ParsecActivityChart_5_88{fill:rgba(var(--orange-rgb),.804)}.ParsecActivityChart rect.ParsecActivityChart_5_89{fill:rgba(var(--orange-rgb),.812)}.ParsecActivityChart rect.ParsecActivityChart_5_90{fill:rgba(var(--orange-rgb),.82)}.ParsecActivityChart rect.ParsecActivityChart_5_91{fill:rgba(var(--orange-rgb),.828)}.ParsecActivityChart rect.ParsecActivityChart_5_92{fill:rgba(var(--orange-rgb),.836)}.ParsecActivityChart rect.ParsecActivityChart_5_93{fill:rgba(var(--orange-rgb),.844)}.ParsecActivityChart rect.ParsecActivityChart_5_94{fill:rgba(var(--orange-rgb),.852)}.ParsecActivityChart rect.ParsecActivityChart_5_95{fill:rgba(var(--orange-rgb),.86)}.ParsecActivityChart rect.ParsecActivityChart_5_96{fill:rgba(var(--orange-rgb),.868)}.ParsecActivityChart rect.ParsecActivityChart_5_97{fill:rgba(var(--orange-rgb),.876)}.ParsecActivityChart rect.ParsecActivityChart_5_98{fill:rgba(var(--orange-rgb),.884)}.ParsecActivityChart rect.ParsecActivityChart_5_99{fill:rgba(var(--orange-rgb),.892)}.ParsecActivityChart rect.ParsecActivityChart_5_100{fill:rgba(var(--orange-rgb),.9)}.ParsecActivityChart rect.ParsecActivityChart_6_1{fill:rgba(var(--red-rgb),.408)}.ParsecActivityChart rect.ParsecActivityChart_6_2{fill:rgba(var(--red-rgb),.416)}.ParsecActivityChart rect.ParsecActivityChart_6_3{fill:rgba(var(--red-rgb),.424)}.ParsecActivityChart rect.ParsecActivityChart_6_4{fill:rgba(var(--red-rgb),.432)}.ParsecActivityChart rect.ParsecActivityChart_6_5{fill:rgba(var(--red-rgb),.44)}.ParsecActivityChart rect.ParsecActivityChart_6_6{fill:rgba(var(--red-rgb),.448)}.ParsecActivityChart rect.ParsecActivityChart_6_7{fill:rgba(var(--red-rgb),.456)}.ParsecActivityChart rect.ParsecActivityChart_6_8{fill:rgba(var(--red-rgb),.464)}.ParsecActivityChart rect.ParsecActivityChart_6_9{fill:rgba(var(--red-rgb),.472)}.ParsecActivityChart rect.ParsecActivityChart_6_10{fill:rgba(var(--red-rgb),.48)}.ParsecActivityChart rect.ParsecActivityChart_6_11{fill:rgba(var(--red-rgb),.488)}.ParsecActivityChart rect.ParsecActivityChart_6_12{fill:rgba(var(--red-rgb),.496)}.ParsecActivityChart rect.ParsecActivityChart_6_13{fill:rgba(var(--red-rgb),.504)}.ParsecActivityChart rect.ParsecActivityChart_6_14{fill:rgba(var(--red-rgb),.512)}.ParsecActivityChart rect.ParsecActivityChart_6_15{fill:rgba(var(--red-rgb),.52)}.ParsecActivityChart rect.ParsecActivityChart_6_16{fill:rgba(var(--red-rgb),.528)}.ParsecActivityChart rect.ParsecActivityChart_6_17{fill:rgba(var(--red-rgb),.536)}.ParsecActivityChart rect.ParsecActivityChart_6_18{fill:rgba(var(--red-rgb),.544)}.ParsecActivityChart rect.ParsecActivityChart_6_19{fill:rgba(var(--red-rgb),.552)}.ParsecActivityChart rect.ParsecActivityChart_6_20{fill:rgba(var(--red-rgb),.56)}.ParsecActivityChart rect.ParsecActivityChart_6_21{fill:rgba(var(--red-rgb),.568)}.ParsecActivityChart rect.ParsecActivityChart_6_22{fill:rgba(var(--red-rgb),.576)}.ParsecActivityChart rect.ParsecActivityChart_6_23{fill:rgba(var(--red-rgb),.584)}.ParsecActivityChart rect.ParsecActivityChart_6_24{fill:rgba(var(--red-rgb),.592)}.ParsecActivityChart rect.ParsecActivityChart_6_25{fill:rgba(var(--red-rgb),.6)}.ParsecActivityChart rect.ParsecActivityChart_6_26{fill:rgba(var(--red-rgb),.608)}.ParsecActivityChart rect.ParsecActivityChart_6_27{fill:rgba(var(--red-rgb),.616)}.ParsecActivityChart rect.ParsecActivityChart_6_28{fill:rgba(var(--red-rgb),.624)}.ParsecActivityChart rect.ParsecActivityChart_6_29{fill:rgba(var(--red-rgb),.632)}.ParsecActivityChart rect.ParsecActivityChart_6_30{fill:rgba(var(--red-rgb),.64)}.ParsecActivityChart rect.ParsecActivityChart_6_31{fill:rgba(var(--red-rgb),.648)}.ParsecActivityChart rect.ParsecActivityChart_6_32{fill:rgba(var(--red-rgb),.656)}.ParsecActivityChart rect.ParsecActivityChart_6_33{fill:rgba(var(--red-rgb),.664)}.ParsecActivityChart rect.ParsecActivityChart_6_34{fill:rgba(var(--red-rgb),.672)}.ParsecActivityChart rect.ParsecActivityChart_6_35{fill:rgba(var(--red-rgb),.68)}.ParsecActivityChart rect.ParsecActivityChart_6_36{fill:rgba(var(--red-rgb),.688)}.ParsecActivityChart rect.ParsecActivityChart_6_37{fill:rgba(var(--red-rgb),.696)}.ParsecActivityChart rect.ParsecActivityChart_6_38{fill:rgba(var(--red-rgb),.704)}.ParsecActivityChart rect.ParsecActivityChart_6_39{fill:rgba(var(--red-rgb),.712)}.ParsecActivityChart rect.ParsecActivityChart_6_40{fill:rgba(var(--red-rgb),.72)}.ParsecActivityChart rect.ParsecActivityChart_6_41{fill:rgba(var(--red-rgb),.728)}.ParsecActivityChart rect.ParsecActivityChart_6_42{fill:rgba(var(--red-rgb),.736)}.ParsecActivityChart rect.ParsecActivityChart_6_43{fill:rgba(var(--red-rgb),.744)}.ParsecActivityChart rect.ParsecActivityChart_6_44{fill:rgba(var(--red-rgb),.752)}.ParsecActivityChart rect.ParsecActivityChart_6_45{fill:rgba(var(--red-rgb),.76)}.ParsecActivityChart rect.ParsecActivityChart_6_46{fill:rgba(var(--red-rgb),.768)}.ParsecActivityChart rect.ParsecActivityChart_6_47{fill:rgba(var(--red-rgb),.776)}.ParsecActivityChart rect.ParsecActivityChart_6_48{fill:rgba(var(--red-rgb),.784)}.ParsecActivityChart rect.ParsecActivityChart_6_49{fill:rgba(var(--red-rgb),.792)}.ParsecActivityChart rect.ParsecActivityChart_6_50{fill:rgba(var(--red-rgb),.8)}.ParsecActivityChart rect.ParsecActivityChart_6_51{fill:rgba(var(--red-rgb),.808)}.ParsecActivityChart rect.ParsecActivityChart_6_52{fill:rgba(var(--red-rgb),.816)}.ParsecActivityChart rect.ParsecActivityChart_6_53{fill:rgba(var(--red-rgb),.824)}.ParsecActivityChart rect.ParsecActivityChart_6_54{fill:rgba(var(--red-rgb),.832)}.ParsecActivityChart rect.ParsecActivityChart_6_55{fill:rgba(var(--red-rgb),.84)}.ParsecActivityChart rect.ParsecActivityChart_6_56{fill:rgba(var(--red-rgb),.848)}.ParsecActivityChart rect.ParsecActivityChart_6_57{fill:rgba(var(--red-rgb),.856)}.ParsecActivityChart rect.ParsecActivityChart_6_58{fill:rgba(var(--red-rgb),.864)}.ParsecActivityChart rect.ParsecActivityChart_6_59{fill:rgba(var(--red-rgb),.872)}.ParsecActivityChart rect.ParsecActivityChart_6_60{fill:rgba(var(--red-rgb),.88)}.ParsecActivityChart rect.ParsecActivityChart_6_61{fill:rgba(var(--red-rgb),.888)}.ParsecActivityChart rect.ParsecActivityChart_6_62{fill:rgba(var(--red-rgb),.896)}.ParsecActivityChart rect.ParsecActivityChart_6_63{fill:rgba(var(--red-rgb),.904)}.ParsecActivityChart rect.ParsecActivityChart_6_64{fill:rgba(var(--red-rgb),.912)}.ParsecActivityChart rect.ParsecActivityChart_6_65{fill:rgba(var(--red-rgb),.92)}.ParsecActivityChart rect.ParsecActivityChart_6_66{fill:rgba(var(--red-rgb),.928)}.ParsecActivityChart rect.ParsecActivityChart_6_67{fill:rgba(var(--red-rgb),.936)}.ParsecActivityChart rect.ParsecActivityChart_6_68{fill:rgba(var(--red-rgb),.944)}.ParsecActivityChart rect.ParsecActivityChart_6_69{fill:rgba(var(--red-rgb),.952)}.ParsecActivityChart rect.ParsecActivityChart_6_70{fill:rgba(var(--red-rgb),.96)}.ParsecActivityChart rect.ParsecActivityChart_6_71{fill:rgba(var(--red-rgb),.968)}.ParsecActivityChart rect.ParsecActivityChart_6_72{fill:rgba(var(--red-rgb),.976)}.ParsecActivityChart rect.ParsecActivityChart_6_73{fill:rgba(var(--red-rgb),.984)}.ParsecActivityChart rect.ParsecActivityChart_6_74{fill:rgba(var(--red-rgb),.992)}.ParsecActivityChart rect.ParsecActivityChart_6_75{fill:rgba(var(--red-rgb),1)}.ParsecActivityChart rect.ParsecActivityChart_6_76{fill:rgba(var(--red-rgb),1.008)}.ParsecActivityChart rect.ParsecActivityChart_6_77{fill:rgba(var(--red-rgb),1.016)}.ParsecActivityChart rect.ParsecActivityChart_6_78{fill:rgba(var(--red-rgb),1.024)}.ParsecActivityChart rect.ParsecActivityChart_6_79{fill:rgba(var(--red-rgb),1.032)}.ParsecActivityChart rect.ParsecActivityChart_6_80{fill:rgba(var(--red-rgb),1.04)}.ParsecActivityChart rect.ParsecActivityChart_6_81{fill:rgba(var(--red-rgb),1.048)}.ParsecActivityChart rect.ParsecActivityChart_6_82{fill:rgba(var(--red-rgb),1.056)}.ParsecActivityChart rect.ParsecActivityChart_6_83{fill:rgba(var(--red-rgb),1.064)}.ParsecActivityChart rect.ParsecActivityChart_6_84{fill:rgba(var(--red-rgb),1.072)}.ParsecActivityChart rect.ParsecActivityChart_6_85{fill:rgba(var(--red-rgb),1.08)}.ParsecActivityChart rect.ParsecActivityChart_6_86{fill:rgba(var(--red-rgb),1.088)}.ParsecActivityChart rect.ParsecActivityChart_6_87{fill:rgba(var(--red-rgb),1.096)}.ParsecActivityChart rect.ParsecActivityChart_6_88{fill:rgba(var(--red-rgb),1.104)}.ParsecActivityChart rect.ParsecActivityChart_6_89{fill:rgba(var(--red-rgb),1.112)}.ParsecActivityChart rect.ParsecActivityChart_6_90{fill:rgba(var(--red-rgb),1.12)}.ParsecActivityChart rect.ParsecActivityChart_6_91{fill:rgba(var(--red-rgb),1.128)}.ParsecActivityChart rect.ParsecActivityChart_6_92{fill:rgba(var(--red-rgb),1.136)}.ParsecActivityChart rect.ParsecActivityChart_6_93{fill:rgba(var(--red-rgb),1.144)}.ParsecActivityChart rect.ParsecActivityChart_6_94{fill:rgba(var(--red-rgb),1.152)}.ParsecActivityChart rect.ParsecActivityChart_6_95{fill:rgba(var(--red-rgb),1.16)}.ParsecActivityChart rect.ParsecActivityChart_6_96{fill:rgba(var(--red-rgb),1.168)}.ParsecActivityChart rect.ParsecActivityChart_6_97{fill:rgba(var(--red-rgb),1.176)}.ParsecActivityChart rect.ParsecActivityChart_6_98{fill:rgba(var(--red-rgb),1.184)}.ParsecActivityChart rect.ParsecActivityChart_6_99{fill:rgba(var(--red-rgb),1.192)}.ParsecActivityChart rect.ParsecActivityChart_6_100{fill:rgba(var(--red-rgb),1.2)}.ParsecActivityChart .ParsecActivityChart_monthName{font-family:Arial,Helvetica,sans-serif;fill:var(--gray-150);font-size:.7rem}.ParsecActivityChart .ParsecActivityChart_legend{z-index:1;background:var(--background-orange);border:solid 1px var(--border-orange);padding:4px;color:var(--text-2);pointer-events:none;font-size:.75rem;font-family:Arial,Helvetica,sans-serif;opacity:0;white-space:nowrap;top:0;left:0;transition:opacity .5s,left .2s,top .2s}.ParsecActivityChart:hover .ParsecActivityChart_legend{opacity:1;user-select:none}.ParsecActivityChart:hover .ParsecActivityChart_hover{fill:rgba(var(--orange-rgb),.6)}.TxViewerSection_Transfer{padding:12px;display:grid;grid-template-columns:330px 470px 330px;align-items:center;border-bottom:1px solid var(--background-3)}.TxViewerSection_Transfer .Transfer_fullAmount{padding:1px 3px;background-color:var(--background-4);border-radius:3px}.TxViewerSection_Transfer .TxViewerSection_Transfer_token_amount{display:grid;grid-template-columns:150px 70px 190px;column-gap:12px}.TxViewerSection_Transfer .TxViewerSection_Transfer_token_amount .Transfer_amount{text-align:right}.TxViewer{color:var(--text-1);height:100%}.TxViewer .fa-pen-to-square{color:var(--gray-600)}.TxViewer .tx-selector{padding:15px 25px}.TxViewer .tx-selector select{margin-bottom:10px}.TxViewer .tx-selector input{width:300px}.TxViewer .TxViewer_Header{display:flex}.TxViewer .ParsecTabs_tabs .ParsecButton{font-size:1.1em}.TxViewer .top-level{flex:1;padding:15px 5px}.TxViewer .top-level img{height:15px;width:15px}.TxViewer .top-level>div{padding:3px 4px;display:flex}.TxViewer .top-level>div>span:first-child{width:100px;padding:1px 3px;background:var(--background-3);margin-right:5px}.TxViewer .top-level .timestamp{display:flex;align-items:center;height:100%}.TxViewer .top-level .timestamp div{padding:1px 3px}.TxViewer .top-level .timestamp .readable-time{background:rgba(var(--primary-rgb),.1);border-left:1px solid var(--primary-1);padding-left:3px}.TxViewer .top-level .timestamp .pending{padding:2px 5px}.TxViewer .top-level .from-label{background:rgba(var(--pink-rgb),.3);padding:0 2px}.TxViewer .top-level .from-label .AddressLabelPreview_text{text-decoration:underline}.TxViewer .tx-to-from{padding:0 15px}.TxViewer .tx-to-from .to,.TxViewer .tx-to-from .from{display:flex;font-size:1.2em;background:rgba(var(--onyx-rgb),.25);padding:5px 5px 5px 10px}.TxViewer .tx-to-from .to>span:first-child,.TxViewer .tx-to-from .from>span:first-child{padding-right:5px}.TxViewer .tx-to-from .from .AddressLabelPreview_label{border-left:2px solid var(--primary-1);background:rgba(var(--primary-rgb),.3);padding:2px 5px}.TxViewer .tx-to-from .to .AddressLabelPreview_label{border-left:2px solid var(--blue-400);background:rgba(var(--blue-rgb),.3);padding:2px 5px}.TxViewer .tx-to-from .AddressLabelPreview_label{font-size:1em}.TxViewer .ParsecTabs_tabs{padding:15px 10px 0 15px}.TxViewer .error-msg{background:var(--background-3);margin:15px 5px;padding:5px;color:var(--red-400);border-left:2px solid #ff0000}.TxViewer .transfers{padding:10px 5px}.TxViewer .transfers .transfer{display:flex;align-items:center;max-width:800px;padding:10px;margin-bottom:5px;border:1px solid var(--gray-700)}.TxViewer .transfers .transfer .amount{width:220px;overflow:scroll;display:flex}.TxViewer .transfers .transfer .amount .value{width:100px;box-sizing:border-box;text-align:right;padding-right:5px}.TxViewer .transfers .transfer .amount .token{width:calc(100% - 100px)}.TxViewer .transfers .transfer .amount .AddressLabelPreview_text{white-space:normal;overflow:visible}.TxViewer .transfers .transfer .AddressLabelPreview_text{font-size:1.2em}.TxViewer .transfers .transfer .from-label,.TxViewer .transfers .transfer .to-label{width:290px;background:rgba(var(--blue-rgb),.05)}.TxViewer .transfers .transfer .from-label.highlight,.TxViewer .transfers .transfer .to-label.highlight{border-left:2px solid var(--primary-1);background:rgba(var(--primary-rgb),.1)}.TxViewer .transfers .transfer .from-label.highlightTo,.TxViewer .transfers .transfer .to-label.highlightTo{border-left:2px solid var(--blue-400);background:rgba(var(--blue-rgb),.1)}.TxViewer .transfers .transfer .arrow{padding:0 3px}.TxViewer .transfers .transfer .arrow .fa-arrow-right-long{color:#fff}.TxViewer .logs{height:calc(100% - 100px);overflow:scroll}.TxViewer .call-decoded,.TxViewer .call-raw{display:block;border-left:2px solid var(--text-green);padding:5px 10px;margin:5px;font-size:1.1em;color:var(--text-1);background:var(--background-1)}.TxViewer .market-data-wrapper{padding:4px}.TxViewer .overview-attrs{padding:10px 4px 2px}.TxViewer .overview-attrs>div>span:nth-child(2){color:var(--orange-400);padding-left:5px}.TxViewer .sub-title{margin-bottom:5px;color:var(blue-400)}.TxViewer .market-data-row{margin-bottom:3px;border:1px solid var(--gray-700);max-width:500px;display:flex;align-items:center;justify-content:center;height:30px;background:var(--background-1)}.TxViewer .market-data-row.market-data-row-trade{height:50px}.TxViewer .market-data-row.market-data-row-liquidation{height:40px}.TxViewer .market-data-row>span{height:100%;display:flex;align-items:center}.TxViewer .market-data-row .event-title{width:85px;display:flex;align-items:center;box-sizing:border-box;background:var(--background-3);justify-content:space-between;padding:0 5px;font-size:.9em}.TxViewer .market-data-row .event-title>span{flex:1;display:block;text-align:center}.TxViewer .market-data-row .event-title svg{font-size:.8em}.TxViewer .market-data-row .trade-pair{flex:1;justify-content:center;border-right:1px solid var(--gray-700)}.TxViewer .market-data-row .usd-value{width:65px;box-sizing:border-box;padding-left:4px}.TxViewer .market-data-row .usd-value.trade-value-buy{color:var(--text-green)}.TxViewer .market-data-row .usd-value.trade-value-sell{color:var(--red-400)}.TxViewer .market-data-row .event-meta{flex:2;font-size:.9em;padding-left:5px}.TxViewer .market-data-row .event-meta .trade-sell{color:var(--red-400)}.TxViewer .market-data-row .event-meta .trade-buy{color:var(--text-green)}.TxViewer .market-data-row .protocol-logo{width:40px}.TxViewer .market-data-row .protocol-logo>div{width:100%;text-align:center}.TxViewer .market-data-row .protocol-logo img{height:12px;width:12px}.TxViewer .market-data-row-trade{border-left:2px solid var(--primary-1)}.TxViewer .market-data-row-lend{border-left:2px solid #ffec00}.TxViewer .market-data-row-borrow{border-left:2px solid #ffad00}.TxViewer .market-data-row-borrow .usd-value{color:#ffdf9d}.TxViewer .market-data-row-borrow .event-title{letter-spacing:-1px}.TxViewer .market-data-row-withdraw{border-left:2px solid #c1adea}.TxViewer .market-data-row-withdraw .event-title{letter-spacing:-2px}.TxViewer .market-data-row-repay{border-left:2px solid #40e0d0}.TxViewer .market-data-row-liquidation{border-left:2px solid #ff0000}.TxViewer .market-data-row-liquidation .usd-value{color:red}.TxViewer .market-data-row-addLiq{border-left:1px solid #1a53ff}.TxViewer .market-data-row-addLiq .usd-value{color:#89cfad}.TxViewer .market-data-row-rmLiq{border-left:1px solid #f3ab94}.TxViewer .market-data-row-rmLiq .usd-value{color:#f3949d}.TxViewerSection_Logs{display:flex;flex-direction:column;row-gap:8px}.TxViewerSection_Logs>span{overflow:scroll}.TxViewerSection_Transfers{display:flex;max-width:1100px;flex-direction:column;overflow-y:auto}.TxViewerSection_Overview{display:flex;overflow:auto;flex-direction:column;row-gap:16px;width:100%}.TxViewerSection_Overview .market-data-wrapper{color:var(--text-1);padding:2px 4px;max-width:820px}.TxViewerSection_Overview .market-data-row{margin-bottom:4px;border:1px solid var(--background-4);background-color:var(--background-1);width:800px;display:flex}.TxViewerSection_Overview .market-data-row.market-data-row-trade,.TxViewerSection_Overview .market-data-row.market-data-row-addLiq,.TxViewerSection_Overview .market-data-row.market-data-row-rmLiq{height:65px}.TxViewerSection_Overview .market-data-row.market-data-row-liquidation{height:55px}.TxViewerSection_Overview .market-data-row.market-data-row-nft-trade,.TxViewerSection_Overview .market-data-row.market-data-row-lend,.TxViewerSection_Overview .market-data-row.market-data-row-withdraw,.TxViewerSection_Overview .market-data-row.market-data-row-repay,.TxViewerSection_Overview .market-data-row.market-data-row-borrow{height:45px}.TxViewerSection_Overview .market-data-row>span{height:100%;display:flex;align-items:center}.TxViewerSection_Overview .market-data-row .event-title{width:85px;display:flex;align-items:center;justify-content:center;text-align:center;column-gap:4px;box-sizing:border-box;border-right:solid 1px var(--background-4);background-color:var(--firehose-event-background);justify-content:space-between;padding:0 8px;font-size:.9rem}.TxViewerSection_Overview .market-data-row .event-title>span{flex:1;text-align:center;display:flex;align-items:center}.TxViewerSection_Overview .market-data-row .event-title svg{font-size:.8rem;color:var(--text-3)}.TxViewerSection_Overview .market-data-row .trade-pair{flex:1;justify-content:center;border-right:1px solid var(--background-4)}.TxViewerSection_Overview .market-data-row .event-meta{flex:2;font-size:.9rem;padding-left:8px;border-right:1px solid var(--background-4)}.TxViewerSection_Overview .market-data-row .event-meta .trade-sell{color:var(--text-red)}.TxViewerSection_Overview .market-data-row .event-meta .trade-buy{color:var(--text-green)}.TxViewerSection_Overview .market-data-row .usd-value{width:100px;display:flex;justify-content:center;border-right:1px solid var(--background-4)}.TxViewerSection_Overview .market-data-row .usd-value.trade-value-buy{color:var(--text-green)}.TxViewerSection_Overview .market-data-row .usd-value.trade-value-sell{color:var(--text-red)}.TxViewerSection_Overview .market-data-row .protocol-logo{background-color:var(--background-3);width:30px}.TxViewerSection_Overview .market-data-row .protocol-logo>div{width:100%;text-align:center}.TxViewerSection_Overview .market-data-row .protocol-logo img{height:12px;width:12px}.TxViewerSection_Overview .market-data-row-trade{border-left:2px solid var(--blurple-400)}.TxViewerSection_Overview .market-data-row-lend{border-left:2px solid #ffec00}.TxViewerSection_Overview .market-data-row-borrow{border-left:2px solid #ffad00}.TxViewerSection_Overview .market-data-row-borrow .usd-value{color:#ffdf9d}.TxViewerSection_Overview .market-data-row-borrow .event-title{letter-spacing:-1px}.TxViewerSection_Overview .market-data-row-withdraw{border-left:2px solid #c1adea}.TxViewerSection_Overview .market-data-row-withdraw .event-title{letter-spacing:-2px}.TxViewerSection_Overview .market-data-row-repay{border-left:2px solid #40e0d0}.TxViewerSection_Overview .market-data-row-liquidation{border-left:2px solid #ff0000}.TxViewerSection_Overview .market-data-row-liquidation .usd-value{color:red}.TxViewerSection_Overview .market-data-row-addLiq{border-left:2px solid #1a53ff}.TxViewerSection_Overview .market-data-row-addLiq .usd-value{color:#89cfad}.TxViewerSection_Overview .market-data-row-rmLiq{border-left:1px solid #f3ab94}.TxViewerSection_Overview .market-data-row-rmLiq .usd-value{color:#f3949d}.TxViewerSection_Overview .call-decoded,.TxViewerSection_Overview .call-raw{display:block;border-left:2px solid var(--border-green);padding:5px 10px;margin:5px;font-size:1.1rem;color:var(--text-2);background-color:var(--background-1)}.TxViewerSection_Overview .error-msg{background-color:var(--background-3);margin:5px;padding:10px;font-size:1.1rem;color:var(--text-red);border-left:2px solid var(--text-red)}.TxMarketData_NftTrade{border:1px solid rgba(var(--gray-100));display:flex;padding:2px;font-size:1.3em;align-items:center}.TxMarketData_NftTrade .TxMarketData_NftTrade_buy{color:rgba(var(--green-rgb))}.TxMarketData_NftTrade .TxMarketData_NftTrade_sell{color:rgba(var(--red-rgb))}.TxPreview{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;padding-left:2px;padding-right:2px;cursor:pointer}.TxPreviewPopup_body{overflow:auto}.TxPreviewPopup_body{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.TxPreviewPopup_body::-webkit-scrollbar{width:3px;height:3px;display:initial}.TxPreviewPopup_body::-webkit-scrollbar-track{background:var(--background-1)}.TxPreviewPopup_body::-webkit-scrollbar-thumb{background:var(--background-4)}.TxPreviewPopup_body::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.TxPreviewPopup_explore{background-color:var(--background-3);border:solid 1px var(--background-4);position:relative;height:32px;display:flex;flex:7;align-items:center;justify-content:center;text-decoration:none}.TxPreviewPopup_explore .TxPreviewPopup_exploreLogo{position:absolute;left:4px;color:var(--text-4)}.TxPreviewPopup_explore:hover{filter:brightness(120%)}.TxPreviewPopup_exploreExt{background-color:var(--background-blurple);border:solid 1px var(--border-blurple);font-size:.8rem;color:var(--text-4);display:flex;align-items:center;justify-content:center;flex:1;height:32px}.TxPreviewPopup_exploreExt:hover{filter:brightness(120%)}.TransactionTable .TxWatcher_gas{width:100%;text-align:center}.TransactionTable .TxWatcher_Note{overflow:scroll;width:100%}.ExplorerBlockTabs_tab{background-color:var(--background-2);overflow:scroll}.ExplorerBlockTabs_tab .Withdrawal{border-bottom:solid 1px var(--background-3)}.ExplorerBlockTabs_tab .TxWatcher_tx{height:54px;padding-left:0}.ExplorerBlockTabs_tab .TxWatcher_tx img{width:14px;max-height:14px;display:block}.ChatOnchainInsights{padding:16px;margin:0 auto;max-width:100%;overflow-x:hidden;background:var(--background-1);color:var(--text-1)}.ChatOnchainInsights__back{cursor:pointer;color:var(--text-2);transition:color .2s ease}.ChatOnchainInsights__back:hover{color:var(--text-1)}.ChatOnchainInsights__title{text-transform:capitalize}.ChatOnchainInsights__section{margin-bottom:32px}.ChatOnchainInsights__section:last-child{margin-bottom:0}.ChatOnchainInsights__synopsis{margin-bottom:20px}.ChatOnchainInsights__synopsis-card{background:var(--background-2);border-radius:12px;padding:16px;line-height:1.6}.ChatOnchainInsights__modules{display:flex;flex-direction:column;gap:24px}.ChatOnchainInsights__error{line-height:1.5;background:var(--background-2);border:1px solid var(--background-4);border-radius:12px;padding:16px}.ChatOnchainInsights__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;background:var(--background-2);border:1px solid var(--background-4);border-radius:12px}.ChatOnchainInsights__loading .spinner{width:32px;height:32px;border:3px solid var(--background-4);border-top:3px solid var(--accent-1);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.ChatOnchainInsights__loading p{color:var(--text-2);margin:0;font-size:14px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.OnchainInsightsModule__header{margin-bottom:16px}.OnchainInsightsModule__header h2{margin:0 0 4px;font-size:1.25rem;font-weight:600;color:var(--text-0)}.OnchainInsightsModule__header p{margin:0;color:var(--text-2);font-size:.875rem}.TableModule{background:var(--background-2);border-radius:12px;padding:16px;margin-bottom:24px}.TableModule__content{display:flex;gap:20px;align-items:stretch;min-height:400px}.TableModule__table{flex:0 0 calc(40% - 10px);height:400px;overflow:auto;background:var(--background-3);border:1px solid var(--background-4)}.TableModule__component{box-sizing:border-box;flex:0 0 calc(60% - 10px);height:400px;background:var(--background-3);border:1px solid var(--background-4);overflow:hidden}.HyperliquidLayout .PriceComparison .InteractiveChart{height:360px}.PolymarketLayout{background:var(--background-2);border-radius:12px;padding:16px;margin-bottom:24px}.PolymarketLayout .PolymarketGrid{font-family:Arial,Helvetica,sans-serif;display:grid;width:100%;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));background-color:var(--background-3);border:solid 1px var(--background-4);border-radius:8px;gap:1px;overflow:hidden}.PolymarketLayout .Event{display:flex;flex-direction:column;row-gap:12px;max-height:240px;overflow:hidden;background-color:var(--background-2);padding:16px}.PolymarketLayout .Event .EventTitle_text{font-size:.9rem;color:var(--text-orange, var(--accent-1));text-decoration:none}.PolymarketLayout .Event .EventTitle_text:hover{text-decoration:underline}.PolymarketLayout .MarketsGrid{display:flex;flex-direction:column;row-gap:4px;align-items:start}.PolymarketLayout .MarketCard{display:flex;column-gap:8px;justify-content:space-between;width:100%}.PolymarketLayout .MarketCard .MarketCard_text{text-decoration:none;color:var(--text-1)}.PolymarketLayout .MarketCard .MarketCard_text:hover{text-decoration:underline;color:var(--text-0)}.TrendingAssets__link{text-decoration:none;color:inherit}.TrendingAssets__titleWithIcon{display:flex;align-items:center;gap:6px}.TrendingAssets__title--normal{font-size:.9rem}.TrendingAssets__title--small{font-size:.8rem}.TrendingAssets__title--tiny{font-size:.7rem}.TableModule__placeholder{height:400px;display:flex;align-items:center;justify-content:center;background:var(--background-1);color:var(--text-2)}.positive{color:var(--text-green);font-weight:500}.negative{color:var(--text-red);font-weight:500}.neutral{color:var(--text-2)}@media (max-width: 1024px){.ChatOnchainInsights{padding:12px}.ChatOnchainInsights .TableModule__content{flex-direction:column;gap:16px;min-height:auto}.ChatOnchainInsights .TableModule__table,.ChatOnchainInsights .TableModule__component{flex:1;height:300px}.ChatOnchainInsights .PolymarketLayout .PolymarketGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width: 768px){.ChatOnchainInsights{padding:12px}.ChatOnchainInsights__header{flex-direction:column;align-items:flex-start;gap:8px}.ChatOnchainInsights__section{margin-bottom:24px}.ChatOnchainInsights__synopsis-card,.ChatOnchainInsights .TableModule{padding:12px}.ChatOnchainInsights .TableModule__table,.ChatOnchainInsights .TableModule__component{height:250px}.ChatOnchainInsights .PolymarketLayout{padding:12px}.ChatOnchainInsights .PolymarketLayout .PolymarketGrid{grid-template-columns:1fr}.ChatOnchainInsights .PolymarketLayout .Event{max-height:200px}}@media (max-width: 480px){.ChatOnchainInsights{padding:8px}.ChatOnchainInsights__synopsis-card{padding:12px}.ChatOnchainInsights .TableModule{padding:8px}.ChatOnchainInsights .TableModule__table,.ChatOnchainInsights .TableModule__component{height:200px}.ChatOnchainInsights .PolymarketLayout{padding:8px}.ChatOnchainInsights .PolymarketLayout .Event{padding:12px;max-height:180px}}.PolymarketEventOverview_markets{width:100%;display:grid;grid-template-columns:350px 350px;padding-top:0;row-gap:8px;column-gap:8px}.PolymarketEventOverview_markets>div{padding:8px;background-color:var(--background-2);border:solid 1px var(--background-3)}.PolymarketEventOverview_markets a{text-decoration:none}.PolymarketEventOverview_markets a:hover{text-decoration:underline}@media (max-width: 1000px){.PolymarketEventOverview_picker{display:none}}.Tx_note .ParsecSpan{font-size:1rem}.TxViewerSection{min-height:400px;background-color:var(--background-2);position:relative;padding-top:8px}.TxViewerSection_row.ParsecTable_row{min-height:50px}.TxViewer_Traces{overflow:auto}.TxViewer_Traces .AddressLabelPreview_label{flex:1}.TxViewer_Traces .TxViewer_Trace{padding:0 5px;font-size:.9rem;height:28px;color:var(--text-1)}.TxViewer_Traces .TxViewer_Trace .TxViewer_Trace_wrapper{display:flex;padding:1px}.TxViewer_Traces .TxViewer_Trace .TxViewer_Trace_static{color:var(--orange-350)}.TxViewer_Traces .TxViewer_Trace .TxViewer_Trace_call{color:var(--blue-500)}.TxViewer_Traces .TxViewer_Trace .TxViewer_Trace_delegate{color:var(--text-1)}.TxViewer_Traces .TxViewer_Trace .TxViewer_Trace_to{padding:0 4px}.TxViewer_Traces .TxViewer_Trace .TxViewer_Trace_function{color:var(--blue-300)}.TxViewer_Traces .TxViewer_Trace .TxViewer_Trace_args{display:flex}.TxViewer_Traces .TxViewer_Trace .parsed-arg{color:var(--red-400);display:flex;white-space:nowrap}.ParsecBulletPoint{display:flex;align-items:center;column-gap:8px;padding:8px;font-size:1rem}.ParsecBulletPoint .ParsecBulletPoint_bullet{min-width:6px;min-height:6px;border-radius:50%;background:var(--text-3)}.ParsecBulletPoint .ParsecBulletPoint_bullet.ParsecBulletPoint_green{background:var(--text-green)}.DiscountedPrice .original-price{color:var(--text-red);text-decoration:line-through}.SubscriptionPlans{display:flex;flex-wrap:wrap;margin-top:16px;column-gap:12px;row-gap:12px;justify-content:center}.SubscriptionPlans .plan{width:289px;padding:16px;background:var(--background-1);border:solid 1px var(--background-3);border-radius:8px;display:flex;justify-content:space-between;flex-direction:column}.SubscriptionPlans .plan .plan-title{font-size:2rem;text-transform:uppercase;padding-top:16px;padding-bottom:4px}.SubscriptionPlans .plan .plan-features{padding:8px 0;margin-bottom:32px;text-align:left;font-size:1rem}.SubscriptionPlans .plan .plan-features>div{padding-bottom:8px}.SectionBrandLogos{margin-top:80px;padding:32px}.SectionBrandLogos h2{color:var(--text-2);font-weight:400;margin-bottom:32px}.SectionBrandLogos img{height:32px}[data-theme$=-light] .SectionBrandLogos img{filter:invert(100%)}.ChatInputArea{position:relative;padding-bottom:5px}.ChatInputArea_wrapper{background-color:var(--background-2);border-radius:24px;border:1px solid rgba(255,255,255,.08);overflow:hidden}.ChatInputArea_inputContainer{padding:20px 20px 12px}@media screen and (max-width: 768px){.ChatInputArea_inputContainer{padding:16px 16px 10px}}.ChatInputArea_inputContainer--compact{padding:16px 16px 0}.ChatInputArea_input{width:100%}.ChatInputArea_input.ParsecTextarea{background-color:var(--background-2);border:none;color:var(--text-1);font-size:18px;padding:0}.ChatInputArea_input.ParsecTextarea::placeholder{color:var(--text-3)}.ChatInputArea_input.ParsecTextarea:focus{outline:none;box-shadow:none;background-color:var(--background-2);border:none}.ChatInputArea_inputContainer--compact .ChatInputArea_input.ParsecTextarea{font-size:15px}.ChatInputArea_footer{display:flex;align-items:center;justify-content:space-between;padding:0 16px 12px}@media screen and (max-width: 768px){.ChatInputArea_footer{padding:0 12px 12px}}.ChatInputArea_modeButtons{display:flex;gap:8px;align-items:center}.ChatInputArea_toggleButton{height:32px;font-size:13px;font-weight:500;border-radius:10px;padding:0 12px}.ChatInputArea_toggleButton svg{font-size:14px}[data-theme=parsec-light] .ChatInputArea_toggleButton.color-blurple,[data-theme=monad-light] .ChatInputArea_toggleButton.color-blurple,[data-theme=base-light] .ChatInputArea_toggleButton.color-blurple,[data-theme=hyperliquid_testnet-light] .ChatInputArea_toggleButton.color-blurple{background:var(--background-blurple);color:var(--text-blurple)}[data-theme=parsec-light] .ChatInputArea_toggleButton.color-blurple:hover,[data-theme=monad-light] .ChatInputArea_toggleButton.color-blurple:hover,[data-theme=base-light] .ChatInputArea_toggleButton.color-blurple:hover,[data-theme=hyperliquid_testnet-light] .ChatInputArea_toggleButton.color-blurple:hover{background:var(--border-blurple)}[data-theme=parsec-light] .ChatInputArea_toggleButton.color-blurple svg,[data-theme=monad-light] .ChatInputArea_toggleButton.color-blurple svg,[data-theme=base-light] .ChatInputArea_toggleButton.color-blurple svg,[data-theme=hyperliquid_testnet-light] .ChatInputArea_toggleButton.color-blurple svg{color:var(--text-blurple)}.ChatInputArea_sendButton{width:36px;height:36px;min-width:36px;min-height:36px;border-radius:12px;padding:0;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.ChatInputArea_scheduleControls{padding:0 16px;margin-bottom:16px;display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 768px){.ChatInputArea_scheduleControls{padding:0 12px}}.ChatInputArea_controlRow{display:flex;align-items:center;gap:12px}.ChatInputArea_controlLabel{min-width:75px;text-align:left}.ChatInputArea_infoIconWrapper{position:relative;display:inline-flex;align-items:center}.ChatInputArea_infoIcon{font-size:11px;color:var(--text-3);cursor:pointer}.ChatInputArea_infoIcon:hover{color:var(--text-2)}.ChatInputArea_infoTooltip{position:absolute;left:0;top:20px;background:var(--background-3);border:1px solid var(--background-5);border-radius:8px;padding:8px 12px;font-size:12px;color:var(--text-2);white-space:nowrap;z-index:1000;box-shadow:0 4px 12px #00000026}.ChatInputArea_buttonGroup{display:flex;gap:12px;flex-wrap:wrap;flex:1}.ChatInputArea_textButton{font-size:16px;font-weight:500;color:var(--text-2);cursor:pointer;transition:color .15s ease}.ChatInputArea_textButton:hover{color:var(--text-1)}.ChatInputArea_textButton--selected{color:var(--text-orange-blue);font-weight:700}.ChatInputArea_socketIndicator{position:absolute;right:20px;top:20px}@media screen and (max-width: 768px){.ChatInputArea_socketIndicator{right:16px;top:16px}}.ChatInputArea_socketIndicator_dot{width:8px;height:8px;border-radius:50%}.ChatInputArea_socketIndicator_dot--connected{background-color:var(--green-500)}.ChatInputArea_socketIndicator_dot--disconnected{background-color:var(--red-500)}.ScheduledPromptResult{margin-top:2rem;max-width:1000px;width:100%;padding-bottom:32px;min-height:800px}.ScheduledPromptResult_title{margin-bottom:1rem;font-weight:600}.ScheduledPromptResult_loading,.ScheduledPromptResult_error{font-style:italic}.ScheduledPromptResult_content ul li{margin-bottom:12px}.ScheduledPromptResult_component{width:100%;margin-bottom:2rem;min-height:350px}.ScheduledPromptResult_debug{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e5e5}.ScheduledPromptResult_debugLink{color:#666;font-size:.875rem;text-decoration:none;opacity:.7;transition:opacity .2s ease}.ScheduledPromptResult_debugLink:hover{opacity:1;text-decoration:underline}.ScheduledPromptResult_noContent{color:#666;font-style:italic;text-align:center;padding:2rem;background-color:#f8f9fa;border-radius:8px;border:1px dashed #ddd}.ChatStart{color:var(--text-1);height:100%;overflow-y:auto;font-family:Nunito Sans,sans-serif}@media screen and (max-width: 768px){.ChatStart{padding-top:0}}@media screen and (max-width: 768px){.ChatStart_title{text-align:center}}.ChatStart_inputWrapper{display:flex;flex-direction:column;align-items:center;height:auto;min-height:100%;margin-top:12vh;padding:0 16px}@media screen and (max-width: 768px){.ChatStart_inputWrapper{margin-top:8vh;padding:0 12px;padding-bottom:2rem}}.ChatStart_inputWrapper h2{margin-bottom:2.5rem;font-family:Cutive Mono,monospace!important;font-size:2.2rem}@media screen and (max-width: 768px){.ChatStart_inputWrapper h2{margin-bottom:2rem;font-size:1.5rem}}.ChatStart_inputWrapper .ChatInputArea{width:100%;max-width:800px}.ChatStart_analysisCards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:3rem;max-width:1300px;width:100%}@media (max-width: 1024px){.ChatStart_analysisCards{grid-template-columns:repeat(2,1fr);max-width:800px}}@media (max-width: 768px){.ChatStart_analysisCards{grid-template-columns:1fr;gap:12px;margin-top:2rem}}.ChatStart_tabs.ParsecTabs_tabs{justify-content:center!important}.ChatStart_analysisCard{background:var(--background-2);border:solid 1px var(--background-3);border-radius:8px;padding:20px;text-decoration:none;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;min-height:140px;position:relative}.ChatStart_analysisCard:hover{background:var(--background-2);border-color:var(--background-4)}.ChatStart_analysisCard--twitter{justify-content:space-between;min-height:180px}.ChatStart_cardHeader{width:100%}.ChatStart_cardTitle{text-align:center;flex:1;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 768px){.ChatStart_cardTitle{font-size:1rem!important}}.ChatStart_cardToggle{display:flex;gap:4px;background:var(--background-3);border-radius:6px;padding:2px}.ChatStart_cardToggle button{padding:4px 8px;font-size:11px;font-weight:600;border:none;background:transparent;color:var(--text-2);border-radius:4px;cursor:pointer;transition:all .2s ease}.ChatStart_cardToggle button.active{background:var(--primary-3);color:#fff}.ChatStart_cardToggle button:hover:not(.active){background:var(--background-4)}.ChatStart_tabs{justify-content:flex-start!important;max-width:1200px;width:100%}@media (max-width: 1024px){.ChatStart_tabs{max-width:800px}}@media screen and (max-width: 768px){.ChatStart_tabs{margin-top:40px!important}}.ChatStart_loading{grid-column:1/-1;padding:1rem;background:var(--background-2);border:solid 1px var(--background-3);border-radius:8px;text-align:center}.ChatStart_error{grid-column:1/-1;padding:1rem;background:var(--background-2);border:solid 1px var(--border-red);border-radius:8px;color:var(--text-red);text-align:center}.ChatStart_cardTopics{flex:1;margin-bottom:1rem}.ChatStart_cardTopic{text-align:left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;transition:text-decoration .2s ease}.ChatStart_cardTopic:hover{text-decoration:underline}@media screen and (max-width: 768px){.ChatStart_cardTopic{font-size:.75rem!important}}.ChatStart_cardProjects{margin-top:auto;padding-top:.5rem;height:40px}.ChatStart_cardProjectLogo{width:32px;height:32px;border-radius:50%;overflow:hidden;border:2px solid var(--background-2);background:var(--background-3);display:flex;align-items:center;justify-content:center;margin-left:-8px}.ChatStart_cardProjectLogo:first-child{margin-left:0}.ChatStart_cardProjectLogo img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 768px){.ChatStart_cardProjectLogo{width:28px;height:28px;margin-left:-6px}}.ChatStart_projectCard_thumbnail{width:32px;height:32px;min-width:32px;border-radius:50%;background:var(--background-3);display:flex;align-items:center;justify-content:center;overflow:hidden}.ChatStart_projectCard_thumbnail img{width:100%;height:100%;object-fit:cover}.ChatStart_projectCard_icon{font-size:16px}.ChatStart_projectCard_title{text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ChatStart_projectCard_matching{line-height:1.4;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.ChatStart_projectCard_development{line-height:1.2;text-align:left;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.ChatStart_projectCard_footer{margin-top:auto;padding-top:12px}.ChatStart_projectCard_footer svg{font-size:.75rem}.ChatStart_analysisCard--project{justify-content:flex-start}.ChatStart_analysisCard--market{grid-column:span 2}.ChatStart_polymarketGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:8px}.ChatStart_polymarketEvent{background:var(--background-3);border:solid 1px var(--background-4);border-radius:8px;padding:8px}.ChatStart_polymarketEvent_info{min-width:0;flex:1}.ChatStart_polymarketEvent_title{line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ChatStart_marketCard_chart [data-parsec-component=comparison-chart]{border:1px solid var(--background-4)}.Chat{display:flex;flex-direction:column;height:100%}.Chat .ChatInputWrapper{width:100%;max-width:800px;margin:10px auto 0}@media screen and (max-width: 768px){.Chat .ChatInputWrapper{max-width:100%}}.ChatMessages{flex-grow:1;overflow-y:auto;padding:16px}@media screen and (max-width: 768px){.ChatMessages{padding:12px 8px}}.ChatMessages{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ChatMessages::-webkit-scrollbar{width:3px;height:3px;display:initial}.ChatMessages::-webkit-scrollbar-track{background:var(--background-1)}.ChatMessages::-webkit-scrollbar-thumb{background:var(--background-4)}.ChatMessages::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.ChatMessages .ChatMessageItemContainer{display:flex;flex-direction:column;margin-bottom:4px}.ChatMessages .ChatMessageItemContainer:hover .ChatMessageUserActions{opacity:1}.ChatMessages .ChatMessageItem{min-width:400px;padding:12px 18px;word-wrap:break-word}@media screen and (max-width: 768px){.ChatMessages .ChatMessageItem{min-width:unset;max-width:100%;padding:10px 14px}}.ChatMessages .ChatMessageItem--user{background-color:var(--primary-3);color:var(--softwhite);align-self:flex-end;box-sizing:border-box;border-radius:5px}@media screen and (max-width: 768px){.ChatMessages .ChatMessageItem--user{max-width:85%}}.ChatMessages .ChatMessageItem--agent{background-color:var(--background-2);color:var(--text-1);border-radius:5px;align-self:flex-start;width:100%;box-sizing:border-box;margin-bottom:.75rem}.ChatMessages .ChatMessageUserActions{opacity:0;transition:opacity .2s ease-in-out;align-self:flex-end}.ChatMessages .ChatMessageContent{white-space:pre-wrap}.ChatMessages .ChatMessageContent::-moz-selection{background:var(--background-4)}.ChatMessages .ChatMessageContent::selection{background:var(--background-4)}.ChatError{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;min-height:400px;gap:1rem}@media screen and (max-width: 768px){.ChatError{padding:1.5rem;min-height:300px}}.ChatError_icon{font-size:3rem;color:var(--color-warning);margin-bottom:.5rem}@media screen and (max-width: 768px){.ChatError_icon{font-size:2.5rem}}.ChatError_title{font-size:1.5rem;font-weight:600;color:var(--color-text-primary);margin:0}@media screen and (max-width: 768px){.ChatError_title{font-size:1.25rem}}.ChatError_message{font-size:1rem;color:var(--color-text-secondary);max-width:500px;line-height:1.5;margin:0 0 1.5rem}@media screen and (max-width: 768px){.ChatError_message{font-size:.9rem;max-width:100%}}.ChatInitializingMessage{padding:14px 0}.ChatInitError{padding:12px 0}.ChatInitError_actions{display:flex;gap:8px;margin-top:16px}.ChatItem{width:100%;overflow:hidden;display:flex;gap:24px}@media (max-width: 1600px){.ChatItem{gap:16px}}@media screen and (max-width: 768px){.ChatItem{flex-direction:column;gap:16px}.ChatItem>.ParsecFlexRow{width:100%!important;max-width:100%!important}}.ChatItem.Holocron{flex-direction:column;gap:0}.ChatItem.Holocron .ChatItem_content{line-height:1.5;word-break:break-word;overflow:scroll}.ChatItem.Holocron .holocron-tabs{display:flex;gap:0;border-bottom:1px solid var(--background-4);margin-bottom:24px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;margin-left:50px;margin-right:50px}@media screen and (max-width: 1200px){.ChatItem.Holocron .holocron-tabs{margin-left:30px;margin-right:30px}}@media screen and (max-width: 768px){.ChatItem.Holocron .holocron-tabs{margin-left:16px;margin-right:16px}}.ChatItem.Holocron .holocron-tabs::-webkit-scrollbar{display:none}.ChatItem.Holocron .holocron-tab{background:transparent;border:none;color:var(--text-secondary);padding:12px 20px;font-size:14px;font-weight:500;cursor:pointer;position:relative;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.ChatItem.Holocron .holocron-tab:hover{color:var(--text-blurple)}.ChatItem.Holocron .holocron-tab--active{background:var(--background-blurple);border-radius:5px 5px 0 0}@media screen and (max-width: 768px){.ChatItem.Holocron .holocron-tab{padding:10px 16px;font-size:13px}}.ChatItem.Holocron .holocron-tab-content{width:100%;display:flex;gap:24px;box-sizing:border-box}@media (max-width: 1600px){.ChatItem.Holocron .holocron-tab-content{gap:16px}}@media screen and (max-width: 768px){.ChatItem.Holocron .holocron-tab-content{flex-direction:column;gap:16px}.ChatItem.Holocron .holocron-tab-content>.ParsecFlexRow{width:100%!important;max-width:100%!important}}.ChatItem.Holocron .data-tab{margin-left:50px;margin-right:50px}@media screen and (max-width: 1200px){.ChatItem.Holocron .data-tab{margin-left:30px;margin-right:30px}}@media screen and (max-width: 768px){.ChatItem.Holocron .data-tab{margin-left:16px;margin-right:16px}}.ChatItem.Holocron .data-section-title{font-size:14px;font-weight:600;color:var(--text-secondary);margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}.ChatItem.Holocron .tweets-tab{display:flex;flex-direction:column;gap:16px;padding-left:80px;padding-right:80px;margin-bottom:25px;margin-left:auto;margin-right:auto}@media screen and (max-width: 1200px){.ChatItem.Holocron .tweets-tab{padding-left:50px;padding-right:50px}}@media screen and (max-width: 768px){.ChatItem.Holocron .tweets-tab{padding-left:16px;padding-right:16px}}.ChatItem.Holocron .sources-tab{padding-left:24px;padding-right:24px;margin-bottom:25px}@media screen and (max-width: 1200px){.ChatItem.Holocron .sources-tab{padding-left:16px;padding-right:16px}}@media screen and (max-width: 768px){.ChatItem.Holocron .sources-tab{padding-left:12px;padding-right:12px}}.ChatItem.Holocron .sources-tab .sources-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;align-items:start}@media screen and (max-width: 1200px){.ChatItem.Holocron .sources-tab .sources-columns{gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media screen and (max-width: 768px){.ChatItem.Holocron .sources-tab .sources-columns{grid-template-columns:1fr;gap:24px}}.ChatItem.Holocron .sources-tab .sources-column{display:flex;flex-direction:column;min-height:0}.ChatItem.Holocron .sources-tab .sources-column-content{max-height:600px;overflow-y:auto;overflow-x:hidden}.ChatItem.Holocron .sources-tab .sources-column-content::-webkit-scrollbar{width:6px}.ChatItem.Holocron .sources-tab .sources-column-content::-webkit-scrollbar-track{background:var(--background-2);border-radius:3px}.ChatItem.Holocron .sources-tab .sources-column-content::-webkit-scrollbar-thumb{background:var(--background-4);border-radius:3px}.ChatItem.Holocron .sources-tab .sources-column-content::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.ChatItem.Holocron .sources-tab .source-item{background:var(--background-2);border:1px solid var(--background-4);border-radius:8px;padding:16px;transition:all .2s ease}.ChatItem.Holocron .sources-tab .source-item:hover{background:var(--background-3);border-color:var(--background-5)}.ChatItem.Holocron .sources-tab .source-item .source-link{text-decoration:none}.ChatItem.Holocron .sources-tab .source-item .source-link:hover{text-decoration:underline}.ChatItem.Holocron .sources-tab .source-item .source-text-preview{background:var(--background-1);border-radius:4px;padding:12px;border-left:3px solid var(--background-4)}.ChatItem.Holocron .sources-tab .source-item--tweet{border-left:3px solid var(--text-blurple);border-radius:0}.ChatItem.Holocron .sources-tab .source-item--tweet .tweet-links{display:flex;flex-direction:column;gap:4px}.ChatItem.Holocron .sources-tab .source-item--news{border-left:3px solid var(--text-orange);border-radius:0}@media screen and (max-width: 768px){.ChatItem.Holocron{font-size:.95rem;line-height:1.6}.ChatItem.Holocron h1,.ChatItem.Holocron h2,.ChatItem.Holocron h3{margin-top:16px;margin-bottom:12px}.ChatItem.Holocron ul,.ChatItem.Holocron ol{padding-left:20px}.ChatItem.Holocron li{margin-bottom:8px}}.ChatItem.Holocron .preview-component-tabs{margin:4px 0 24px;padding:0;width:100%}.ChatItem.Holocron .preview-component-tabs .ParsecButton{flex-shrink:0}@media screen and (max-width: 1600px){.ChatItem.Holocron .preview-component-tabs{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.ChatItem.Holocron .preview-component-tabs .ParsecButton{padding:6px 8px}}@media screen and (max-width: 768px){.ChatItem.Holocron .preview-component-tabs{margin:0 0 16px}.ChatItem.Holocron .preview-component-tabs .ParsecButton{padding:8px 12px;font-size:.9rem;min-width:max-content}}.ChatItem.Holocron .component-tab{padding:8px 16px;cursor:pointer;font-size:14px;font-weight:500;background:var(--background-3)}.ChatItem.Holocron .component-tab:hover{background:var(--background-4)}.ChatItem.Holocron .component-tab--active{background:var(--background-4);color:var(--text-orange)}.ChatItem.Holocron .suggested-addresses .suggested-address{display:block;background:var(--background-1);padding:12px;text-decoration:none;margin-bottom:.5rem}@media screen and (max-width: 768px){.ChatItem.Holocron .suggested-addresses .suggested-address{padding:14px 12px;margin-bottom:8px}}.ChatItem.Holocron .suggested-addresses .suggested-address .Search_result_address{max-width:430px}@media (max-width: 1440px){.ChatItem.Holocron .suggested-addresses .suggested-address .Search_result_address{max-width:280px}}@media screen and (max-width: 768px){.ChatItem.Holocron .suggested-addresses .suggested-address .Search_result_address{max-width:100%}}.ChatItem.Holocron .preview-component{background:var(--grid-item-background);border:1px solid var(--background-4);min-height:300px;box-sizing:border-box;overflow:hidden;position:relative}@media screen and (max-width: 768px){.ChatItem.Holocron .preview-component{min-height:250px;margin-bottom:12px}}.RelatedProjects__container{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}@media screen and (max-width: 1440px){.RelatedProjects__container{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media screen and (max-width: 768px){.RelatedProjects__container{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px}}.RelatedProjects__card{display:flex;flex-direction:column;background:var(--background-2);border:1px solid var(--background-4);border-radius:4px;overflow:hidden;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.RelatedProjects__card:hover{background:var(--background-3);border-color:var(--background-5);transform:translateY(-2px)}.RelatedProjects__image{width:100%;aspect-ratio:1;background:var(--background-3);overflow:hidden;flex-shrink:0}.RelatedProjects__image img{width:100%;height:100%;object-fit:cover}.RelatedProjects__content{min-height:48px;flex:1}.RelatedProjects__title{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;word-break:break-word}.streaming-view{background:var(--background-2);padding:16px;margin-bottom:20px;animation:slideIn .3s ease}.streaming-view--side-by-side{display:flex;gap:24px;align-items:flex-start}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.streaming-pulse{width:8px;height:8px;border-radius:50%;background:var(--blurple);animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.streaming-plan{margin-bottom:16px}.streaming-plan:last-child{margin-bottom:0}.streaming-plan--narrow{flex:0 0 calc(33.333% - 16px);min-width:0}.streaming-plan--centered{max-width:600px;margin-left:auto;margin-right:auto}.previous-steps-indicator{padding:6px 12px;background:rgba(var(--background-5),.5);border-radius:4px;text-align:center;opacity:.7;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:.7}}.plan-step{padding:8px 12px;border-radius:6px;transition:all .3s ease;animation:slideInStep .4s ease-out}.plan-step--completed{background:rgba(var(--blurple-rgb),.05);animation:completeStep .5s ease-out}.plan-step--in_progress{background:rgba(var(--blurple-rgb),.1);animation:slideInStep .4s ease-out}.plan-step--pending{opacity:.6}@keyframes slideInStep{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes completeStep{0%{transform:scale(1)}50%{transform:scale(1.02);background:rgba(var(--blurple-rgb),.15)}to{transform:scale(1);background:rgba(var(--blurple-rgb),.05)}}.plan-step-content{display:flex;align-items:center;flex:1}.plan-step-indicator{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.plan-step-indicator--completed{background:var(--blurple);color:#fff}.plan-step-indicator--in_progress{background:rgba(var(--blurple-rgb),.2);border:2px solid var(--blurple)}.plan-step-indicator--pending{background:var(--background-3);border:2px solid var(--background-5)}.spinner{width:10px;height:10px;border:2px solid var(--blurple);border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pending-dot{width:6px;height:6px;border-radius:50%;background:var(--background-5)}.streaming-sources{margin-bottom:0;max-height:500px;overflow-y:auto}.streaming-sources--wide{flex:1;min-width:0}.sources-compact{padding-left:4px}.source-section{margin-bottom:8px}.source-section:last-child{margin-bottom:0}.source-compact-item{padding:4px 0}.source-dot{width:4px;height:4px;border-radius:50%;background:var(--blurple);flex-shrink:0}.source-compact-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.loader-container{margin-top:16px;padding-top:12px;display:flex;justify-content:center}.loader{width:20px;height:12px;display:block;margin:auto;position:relative;border-radius:4px;color:var(--text-primary);background:currentColor;box-sizing:border-box;animation:animloader .6s .3s ease infinite alternate}.loader:after,.loader:before{content:"";box-sizing:border-box;width:20px;height:12px;background:currentColor;position:absolute;border-radius:4px;top:0;right:110%;animation:animloader .6s ease infinite alternate}.loader:after{left:110%;right:auto;animation-delay:.6s}@keyframes animloader{0%{width:20px}to{width:48px}}:global(.project-thumbnail){width:1.2em;height:1.2em;border-radius:3px;display:inline-block;vertical-align:text-bottom;margin-right:4px;object-fit:cover;border:1px solid var(--background-4)}.PolymarketSmallPriceChart{position:relative}.PolymarketSmallPriceChart .PolymarketSmallPriceChart_title{position:absolute;top:0;left:0;color:var(--text-3);background-color:var(--background-1);border:solid 1px var(--background-2);padding:4px;font-size:.7rem}@media (max-width: 1000px){.PolymarketMarketOverview_picker{display:none}}.react-grid-placeholder{background:var(--primary-1)!important}.grid-item{background:var(--grid-item-background);border:1px solid var(--background-4);box-sizing:border-box;opacity:1!important;transition:none!important;transition-property:none!important}.grid-item-children{height:100%;overflow:hidden}.grid-item-locked-false{border:1px solid var(--text-green);cursor:pointer;user-select:none}.grid-item-locked-false .grid-item-configure{display:flex;align-items:center;position:absolute;background:var(--green-700);z-index:var(--max-zindex);border:solid 1px var(--text-green)}.grid-item-locked-false .grid-item-configure .grid-item-configure-button{height:17px;width:17px;display:flex;align-items:center;text-align:center;border:solid 1px var(--green-650);color:var(--gray-100);z-index:var(--max-zindex);cursor:pointer;transition:color .2s,background-color .2s}.grid-item-locked-false .grid-item-configure .grid-item-configure-button>svg{display:block;margin:auto;font-size:11px}.grid-item-locked-false .grid-item-configure .grid-item-configure-button:hover{color:var(--gray-300);background:var(--green-700)}.grid-item-locked-false.grid-item-configure-top .grid-item-configure{top:-17px;right:-1px}.grid-item-locked-false.grid-item-configure-right .grid-item-configure{flex-direction:column-reverse;top:-1px;right:-16px}.grid-item-locked-false.grid-item-configure-inside .grid-item-configure{top:-3px;right:-1px}.grid-item-locked-false .react-resizable-handle:after{z-index:var(--max-zindex);border-right:2px solid var(--text-1)!important;border-bottom:2px solid var(--text-1)!important}.TrollboxMessageForm{display:flex;width:100%}.TrollboxMessageForm .input-wrapper{width:100%;position:relative}.TrollboxMessageForm .input-wrapper .message-input{width:100%;border:none;height:28px;box-sizing:border-box;padding-right:1.5rem;font-size:.875rem}.TrollboxMessageForm .send{padding:0 .5rem;border-right:none;border-top:none;border-bottom:none}.TrollboxMessageForm .emoji-picker-trigger{position:absolute;bottom:3px;right:6px;color:var(--text-4);cursor:pointer}.TrollboxMessageForm .emoji-picker-trigger:hover{color:var(--text-1)}.GuestMessage{padding:.25rem;text-align:center;font-size:.875rem}.GuestMessage span{color:var(--text-1);cursor:pointer}.GuestMessage span:hover{color:var(--text-2)}.channels{position:fixed;top:0;right:0;height:100%;background:var(--background-3);border-left:1px solid var(--gray-700);width:6.5rem;box-sizing:border-box;padding:2rem 0;z-index:var(--max-zindex);overflow:scroll}.channels .channel{padding:.5rem;cursor:pointer;font-size:.875rem}.channels .channel.active,.channels .channel:hover{background:var(--background-4)}.TrollboxMarkdownPopup{width:400px}.TrollboxMarkdownPopup .markdown-item{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.25rem}.TrollboxMessage{font-size:.85rem;margin-bottom:1px;padding:2px 0}.TrollboxMessage:nth-child(odd){background:var(--background-1)}.TrollboxMessage:nth-child(2n){background:var(--background-1)}.TrollboxMessage .msg-user{cursor:pointer}.TrollboxMessage .msg-body.tagged{background:var(--primary-1)}.TrollboxMessage .msg-body a{color:var(--text-1)}.TrollboxMessage .msg-body .emoji{width:20px}.TrollboxMessage .msg-body .strikethrough{text-decoration:line-through}.TrollboxMessage .msg-body .underline{text-decoration:underline}.TrollboxMessage>span{box-sizing:border-box;padding:0 3px}.TrollboxMessage .msg-timestamp{color:var(--gray-600)}.TrollboxMessages{overflow-x:hidden;overflow-y:scroll;padding:0;border-top:solid 1px var(--gray-700);border-bottom:solid 1px var(--gray-700);height:100%}.TrollboxMessages{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.TrollboxMessages::-webkit-scrollbar{width:3px;height:3px;display:initial}.TrollboxMessages::-webkit-scrollbar-track{background:var(--background-1);border-top:solid 1px var(--background-4);border-bottom:solid 1px var(--background-4);border-left:solid 1px var(--background-4)}.TrollboxMessages::-webkit-scrollbar-thumb{background:var(--background-4)}.TrollboxMessages::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.Trollbox{color:var(--text-1);background:var(--background-1);height:100%;display:flex;flex-direction:column}.Trollbox .markdown{position:absolute;top:4px;right:16px;font-weight:600;color:var(--gray-400);cursor:pointer;padding:.25rem}.Trollbox .markdown:hover{color:var(--text-2)}.Trollbox .channel-name-icon{color:var(--gray-400);font-size:.75rem}.FirstLayoutPrompt{box-sizing:border-box;width:100%;height:250px;padding:16px;display:flex;align-items:center;justify-content:center}.FirstLayoutPrompt .FirstLayoutPrompt_child{display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:16px}.FirstLayoutPrompt .FirstLayoutPrompt_child svg{font-size:4rem;color:var(--gray-700)}.FreemiumAdvert{box-sizing:border-box;width:100%;height:300px;padding:16px;display:flex;align-items:center;justify-content:center;animation:fadeIn 10s}.FreemiumAdvert .FreemiumAdvert_child{display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:16px}.FreemiumAdvert .FreemiumAdvert_child svg{font-size:4rem;color:var(--gray-700)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.TrollboxDrawer{position:fixed;right:0;bottom:0;z-index:var(--max-zindex)}.TrollboxDrawer .header{font-size:.875rem;color:var(--gray-50);background:#3c3c3cbf;padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.TrollboxDrawer .header svg{font-size:.75rem}.TrollboxDrawer .header span{margin-right:.5rem}@media screen and (max-width: 1000px){.TrollboxDrawer{display:none}}.TrollboxWrapper{overflow:hidden;z-index:var(--max-zindex);border-left:1px solid var(--gray-700);transform:translate(0);background:var(--background-1);box-sizing:border-box}.TrollboxWrapper.expanded{height:30rem;width:22.5rem}.TrollboxWrapper.initial{height:0;width:0}.Step1 .error-msg{border:1px solid var(--red-400);color:var(--red-400);margin-bottom:8px;padding:8px}.Step1 .terms-row{font-size:1rem;display:flex;align-items:center;margin-bottom:16px;padding:8px}.Step2 .password-options{display:flex;margin-bottom:32px;column-gap:8px;justify-content:center}.Step2 .password-options>div span{border:1px solid var(--gray-700);background:var(--background-3);box-sizing:border-box;padding:5px 20px;font-size:1.2em;cursor:pointer}.Step2 .password-options>div span:hover,.Step2 .password-options>div span.selected{background:var(--blurple-700);border-color:var(--primary-1);color:var(--softwhite)}.Step2 .error-msg{color:var(--red-400)}.Step3 .sign-flow{padding:25px 0}.Step3 .sign-flow>span{border:1px solid lightgray;display:inline-block;padding:8px;font-style:italic;vertical-align:middle}.Step3 .sign-flow .sign-button{margin-left:.5rem}.SignUp .Card{min-width:400px}@media (max-width: 800px){.SignUp .Card{min-width:200px}}.SignUp .Card a{color:var(--text-2)}.SignUp .Card .Card_title{font-size:2em;padding:32px 0 24px}.SignUp .Card_hidden{display:none}.SignUp .signup-progress{height:15px;display:flex}@media (max-width: 800px){.SignUp .signup-progress{display:none}}.SignUp .signup-progress div{flex:1;box-sizing:border-box;background:#333;position:relative}.SignUp .signup-progress div div{position:absolute;height:15px}.SignUp .Card-item{margin-bottom:1rem}.ParsecChip{margin-right:.5rem;background:var(--background-4);border-radius:.5rem;display:flex;align-items:center;gap:.25rem}.ParsecChip.ParsecChip_small{padding:.125rem .25rem;font-size:.75rem}.ParsecChip.ParsecChip_medium{padding:.25rem .375rem;font-size:.875rem}.ParsecChip.ParsecChip_large{padding:.375rem .5rem;font-size:.9rem}.ParsecChip .delete-button{cursor:pointer;color:var(--gray-600)}.ParsecChip .delete-button:hover{color:var(--gray-400)}.PublicLayoutsFilters{background:var(--background-1);border:1px solid var(--background-5);padding:1rem 1.5rem;align-self:baseline}.PublicLayoutsFilters .filters-title{font-size:1.375rem;padding-bottom:1.25rem}.PublicLayoutsFilters .sorting{display:flex;margin-bottom:1rem}.PublicLayoutsFilters .sorting .order-by,.PublicLayoutsFilters .sorting .order-dir{margin-left:2px}.PublicLayoutsFilters .filters>div{margin-bottom:1rem}.PublicLayoutsFilters .filters label{display:block;margin-bottom:.25rem;text-align:left}.PublicLayoutsFilters .filters .tags{display:flex;margin-top:.75rem}@media (max-width: 850px){.PublicLayoutsFilters{display:none}}.ParsecLightbox .ParsecLightbox_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(var(--onyx-rgb),.8);display:flex;align-items:center;justify-content:center;z-index:var(--max-zindex)}.ParsecLightbox .ParsecLightbox_overlay img{max-width:100%;max-height:100%}.ParsecLightbox.ParsecLightbox_fullHeight,.ParsecLightbox.ParsecLightbox_fullHeight .ParsecLightbox_children{height:100%}.PublicLayoutDetails .layout-name{font-size:1.1rem;font-weight:600;color:inherit;text-decoration:none;display:flex;align-items:center;gap:.5rem}.PublicLayoutDetails .layout-name:hover{text-decoration:underline}.PublicLayoutDetails .layout-name .trending{font-size:12px;margin-bottom:.25rem}.PublicLayoutDetails .layout-description{font-size:.875rem;margin:.4rem 0 .125rem}.PublicLayoutDetails .layout-tags{display:flex;flex-wrap:wrap;margin-top:.4rem}.PublicLayoutDetails .layout-tags .tag{margin:0 .25rem .25rem 0}.PublicLayoutDetails .created{margin-top:.4rem;margin-bottom:.4rem;padding-left:4px;font-size:.8rem;border-left:2px solid var(--orange-400);background:var(--background-3);color:var(--text-1);max-width:300px}.PublicLayoutStats{display:flex;position:absolute;bottom:.375rem;right:.375rem}.PublicLayoutStats .view-count,.PublicLayoutStats .clone-count{font-size:.75rem;display:flex;justify-content:space-between;align-items:center}.PublicLayoutStats .view-count{margin:0 .675rem}.PublicLayoutStats .fa-eye,.PublicLayoutStats .fa-clone{color:var(--text-2)}.PublicLayout{border-bottom:1px solid var(--background-4);position:relative;display:flex;padding:.5rem 1rem;background:var(--background-1)}.PublicLayout .PublicLayout_wrapper{display:flex;flex-direction:column;margin-left:.75rem}.PublicLayout .layout-img-boundary{cursor:pointer;overflow:scroll;height:5rem;min-width:10rem}.PublicLayout .layout-img-boundary .ParsecSmoothImg{height:100%;border-left:2px solid var(--blue-400)}.PublicLayout .favorite{font-size:1em;outline:none}.PublicLayout .favorite .ParsecIconButton_loading{top:.5rem;left:.7rem}.PublicLayout .direct-link-copy{position:absolute;top:12px;right:32px;font-size:.85rem;color:var(--text-2);cursor:pointer}.PublicLayout .direct-link-copy:hover{color:var(--text-1)}@media (max-width: 1100px){.PublicLayout .favorite,.PublicLayout .direct-link-copy{display:none}}@media (max-width: 850px){.PublicLayout{padding:.5rem;height:5.5rem}.PublicLayout .PublicLayout_wrapper{margin-left:.375rem}.PublicLayout .PublicLayout_wrapper .layout-name{font-size:1rem}.PublicLayout .PublicLayout_wrapper .layout-description,.PublicLayout .PublicLayout_wrapper .created{font-size:.675rem}.PublicLayout .PublicLayout_wrapper .layout-tags{display:none}.PublicLayout .PublicLayoutStats .view-count,.PublicLayout .PublicLayoutStats .clone-count,.PublicLayout .PublicLayoutStats .ParsecSpan{font-size:.8rem}}.PublicLayoutsList{display:flex;flex-direction:column;overflow-y:scroll;max-height:calc(100vh - 5rem);background:var(--background-1);border:1px solid var(--background-4);width:50%}.PublicLayoutsList{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.PublicLayoutsList::-webkit-scrollbar{width:3px;height:3px;display:initial}.PublicLayoutsList::-webkit-scrollbar-track{background:var(--background-1);border-left:solid 1px var(--background-3)}.PublicLayoutsList::-webkit-scrollbar-thumb{background:var(--background-4)}.PublicLayoutsList::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.PublicLayoutsList::-webkit-scrollbar{width:8px;display:initial}.PublicLayoutsList .PublicLayoutsListLoader{padding:2rem;height:calc(100vh - 5rem);background:var(--background-1)}@media (max-width: 850px){.PublicLayoutsList{width:100%;max-height:unset}}.LayoutsLeaderboard{color:var(--text-1);background:var(--background-1);display:flex;flex-direction:column;justify-content:center}.LayoutsLeaderboard .layouts-container{position:relative;display:flex;justify-content:center;gap:1rem;padding:1rem 0;height:calc(100vh - 5rem)}.LayoutsLeaderboard .search-options{padding:0 .75rem .25rem}.LayoutsLeaderboard .no-layouts{padding:1rem .75rem 1.25rem;text-align:center}@media (max-width: 850px){.LayoutsLeaderboard .layouts-container{flex-direction:column;row-gap:8px;padding:40px 8px 8px;height:unset}}.HomepageHeader{width:100%;display:flex;align-items:start;padding:12px;box-sizing:border-box;color:var(--text-1);min-height:170px}.HomepageHeader .add-to-metamask{font-size:.875rem;margin-right:.25rem}.HomepageHeader .HomepageHeader_polymarket{background-color:var(--background-orange);border:solid 1px var(--border-orange);padding:8px 16px;margin-right:8px;text-decoration:none}.HomepageHeader .HomepageHeader_polymarket svg{color:var(--text-3)}.HomepageHeader .HomepageHeader_polymarket:hover{filter:brightness(130%)}@media screen and (max-width: 1000px){.HomepageHeader .HomepageHeader_logo,.HomepageHeader .HomepageHeader_links,.HomepageHeader .HomepageHeader_polymarket{display:none}}.HeaderLink{position:relative;cursor:pointer}.HeaderLink .HeaderLink_trigger{display:flex;align-items:center;column-gap:8px;text-transform:uppercase;font-size:.9rem;color:var(--text-2);margin-top:4px;margin-bottom:4px}.HeaderLink .HeaderLink_trigger svg{color:var(--text-3);font-size:.8rem}.HeaderLink .HeaderLink_container{position:absolute;left:-12px;z-index:99;padding-top:8px;display:none}.HeaderLink .HeaderLink_container:hover{display:block}.HeaderLink .HeaderLink_panel{border:solid 1px var(--background-3);background-color:var(--background-1);display:flex;flex-direction:column;font-size:.9rem}.HeaderLink .HeaderLink_panel a{white-space:nowrap;color:var(--text-2);text-decoration:none;border-bottom:solid 1px var(--background-3);padding:8px}.HeaderLink .HeaderLink_panel a:hover{background-color:var(--background-2);color:var(--text-1)}.HeaderLink .HeaderLink_panel a:last-child{border-bottom:none}.HeaderLink:hover .HeaderLink_trigger{color:var(--text-1)}.HeaderLink:hover .HeaderLink_trigger svg{color:var(--text-1)}.HeaderLink:hover .HeaderLink_container{display:block}.HomepageProductTitle .MegaethTitle img{filter:brightness(0) invert(1)}[data-theme=megaeth-light] .HomepageProductTitle .MegaethTitle img{filter:none}.HomepageProductTitle{display:flex;column-gap:6px;margin:auto calc(8rem + 16px);align-items:center;justify-content:center}.HomepageProductTitle h1{font-weight:700;margin:0 auto 16px}@media screen and (max-width: 800px){.HomepageProductTitle h1{font-size:3rem}}.HomepageProductTitle img{margin:0 auto}.HomepageProductTitle .sanko{display:flex;align-items:center;margin-bottom:.25rem;letter-spacing:.25rem;font-size:4rem}.HomepageProductTitle .sanko .s{color:#ca0000}.HomepageProductTitle .sanko .a{color:#065de1}.HomepageProductTitle .sanko .n{color:#009d37}.HomepageProductTitle .sanko .k{color:#ffd200}.HomepageProductTitle .sanko .o{color:#fff}.HomepageProductTitle .sanko .tools{color:var(--primary-3)}.HomepageProductTitle .sanko .wrench{max-width:3rem;margin-top:.25rem}@media (max-width: 850px){.HomepageProductTitle .sanko{font-size:2.5rem}.HomepageProductTitle .sanko .wrench{max-width:2rem}}h1.BlockrunnerTitle_text{font-size:3rem!important;white-space:nowrap}@media (max-width: 1000px){h1.BlockrunnerTitle_text{font-size:1.5rem!important}}@media (max-width: 600px){h1.BlockrunnerTitle_text{font-size:1rem!important}}.HomepageSearch a{text-decoration:none}.HomepageSearch .HomepageSearch_chain{background-color:var(--background-2);border:solid 1px var(--background-3);border-radius:8px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;padding:8px;cursor:pointer;transition:transform .1s ease}.HomepageSearch .HomepageSearch_chain img{height:20px}@media screen and (max-width: 800px){.HomepageSearch .HomepageSearch_chain img{height:14px}}.HomepageSearch .HomepageSearch_chain:hover{transform:scale(1.1)}.HomepageSearch .HomepageSearch_pager{background-color:var(--background-1)}.HomepageSearch .HomepageSearch_box{width:min(80vw,600px);display:flex;align-items:center;column-gap:8px;position:relative;margin:auto}.HomepageSearch .HomepageSearch_input{width:100%;padding-left:20px;padding-right:20px;height:36px;font-size:1rem;background:var(--background-3);border-radius:var(--homepage-search-radius, 8px);border-color:var(--homepage-search-border-color, var(--background-4))}.HomepageSearch .HomepageSearch_input:focus:not(:read-only){border-color:var(--homepage-search-border-color, var(--background-4))}.HomepageSearch .HomepageSearch_featuredAddresses{display:none}@keyframes fadeInFeaturedAddresses{0%{opacity:0}to{opacity:1}}@media screen and (min-width: 1000px) and (min-height: 650px){.HomepageSearch .HomepageSearch_featuredAddresses{display:flex}}.HomepageSearch .HomepageSearch_featuredAddresses .HomepageSearch_featuredAddressLink{text-decoration:none}.HomepageSearch .HomepageSearch_featuredAddresses .Search_result{animation-name:fadeInFeaturedAddresses;animation-duration:.5s;animation-fill-mode:both;padding:8px;background:var(--background-2);border:1px solid var(--background-3);width:550px;min-height:28px;display:flex;align-items:center;flex-wrap:wrap;overflow:auto}.HomepageSearch .HomepageSearch_featuredAddresses .Search_result:hover{background:var(--background-3);border:1px solid var(--background-4);cursor:pointer}.HomepageSearch .HomepageSearch_featuredAddresses .Search_result:nth-child(1){animation-delay:0s}.HomepageSearch .HomepageSearch_featuredAddresses .Search_result:nth-child(2){animation-delay:.1s}.HomepageSearch .HomepageSearch_featuredAddresses .Search_result:nth-child(3){animation-delay:.2s}.HomepageSearch .HomepageSearch_featuredAddresses .Search_result img{width:14px;display:block}.HomepageSearch .HomepageSearch_searchResults{width:100%;position:absolute;top:42px;left:0;border:1px solid var(--background-4);z-index:10000000000}.HomepageSearch .HomepageSearch_searchResults .Search_result{padding:8px;background:var(--background-2);border-bottom:1px solid var(--background-4);min-height:28px;display:flex;align-items:center;flex-wrap:wrap;overflow:auto}.HomepageSearch .HomepageSearch_searchResults .Search_result:last-child{border-bottom:none}.HomepageSearch .HomepageSearch_searchResults .Search_result:not(.Search_result_non_click):hover{background:var(--background-3);cursor:pointer}.HomepageSearch .HomepageSearch_searchResults .Search_result.Search_result_non_click{background:var(--background-1)}.HomepageSearch .HomepageSearch_searchResults .Search_result img{width:14px;display:block}.HomepageSearch .HomepageSearch_foreground{position:relative}.HomepageSearch .HomepageSearch_kinto1{opacity:.4;pointer-events:none;top:-200px;left:-400px;filter:invert(50%);position:absolute;width:650px}.HomepageSearch .HomepageSearch_kinto2{opacity:.4;pointer-events:none;top:-200px;right:-400px;filter:invert(50%);transform:rotate(180deg);position:absolute;width:650px}@media screen and (max-width: 800px){.HomepageSearch .HomepageSearch_kinto1,.HomepageSearch .HomepageSearch_kinto2{opacity:.3}}.HomepageSearch .HomepageSearch_hyperliquid{pointer-events:none;position:absolute;top:140px;left:0;width:100%;height:100%}.SearchHomepage{background:var(--homepage-background);color:var(--text-1);min-height:100vh}@media screen and (max-width: 800px){.SearchHomepage{min-height:100vh}@supports (min-height: -webkit-fill-available){.SearchHomepage{min-height:-webkit-fill-available}}}.HomepageBanner{position:fixed;bottom:0;width:100%;padding:8px;background-color:var(--background-green);border-top:solid 1px var(--border-green);opacity:0;transition:opacity .5s;z-index:0}.HomepageBanner.HomepageBanner_show{opacity:1;z-index:9999}.HomepageBanner .HomepageBanner_inner{font-size:.9rem;color:var(--text-1);display:grid;grid-template-columns:10px 200px 180px 100px;column-gap:16px;justify-content:center}.HomepageBanner .HomepageBanner_inner a{color:var(--text-1)}.HomepageBanner .HomepageBanner_icon{color:var(--border-green)}.HomepageBanner .HomepageBanner_icon.spin svg{animation:spinAnimation 2s infinite}@keyframes spinAnimation{0%{transform:rotate(0);animation-timing-function:ease-in}25%{transform:rotate(360deg);animation-timing-function:ease-out}50%{transform:rotate(720deg);animation-timing-function:ease-in}75%{transform:rotate(1080deg);animation-timing-function:ease-out}to{transform:rotate(1440deg)}}@media (max-width: 1000px){.HomepageBanner{display:none}}.HomepageTabsWrapper{padding:2rem 8rem;position:relative;min-height:800px}.HomepageTabsWrapper.HomepageTabsWrapper_flush{padding:0}.HomepageTabsWrapper.HomepageTabsWrapper_flush .HomepageTabs .HomepageTabsRowContainer{justify-content:left}@media (max-width: 850px){.HomepageTabsWrapper{padding:.5rem .125rem}.HomepageTabsWrapper .HomepageTabs{margin-top:1rem}}.HomepageTabsWrapper .HomepageTabs .HomepageTabsRowContainer{display:flex;justify-content:center}.HomepageTabsWrapper .HomepageTabs .HomepageTabsRowContainer .HomepageTabs_row{display:flex;gap:.75rem;color:var(--gray-50);align-items:center}@media only screen and (max-width: 900px){.HomepageTabsWrapper .HomepageTabs .HomepageTabsRowContainer .HomepageTabs_row{margin:0 1.15rem 0 1.1rem;flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start}}.HomepageTabsWrapper .HomepageTabs .HomepageTabsRowContainer .HomepageTabs_row .HomepageTabs_tab{min-width:5rem;text-align:center;cursor:default;padding:3px 8px;border-radius:2px;background-color:var(--background-3);color:var(--text-2);position:relative;transition:opacity .2s,transform .2s}.HomepageTabsWrapper .HomepageTabs .HomepageTabsRowContainer .HomepageTabs_row .HomepageTabs_tab.dragOver-left:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--primary-1);border-radius:2px}.HomepageTabsWrapper .HomepageTabs .HomepageTabsRowContainer .HomepageTabs_row .HomepageTabs_tab.dragOver-right:after{content:"";position:absolute;right:0;top:0;bottom:0;width:3px;background:var(--primary-1);border-radius:2px}.HomepageTabsWrapper .HomepageTabs .HomepageTabsRowContainer .HomepageTabs_row .HomepageTabs_tab:hover{background-color:var(--background-4);color:var(--text-1)}.HomepageTabsWrapper .HomepageTabs .HomepageTabsRowContainer .HomepageTabs_row .HomepageTabs_tab.selected{background-color:var(--primary-3);color:var(--softwhite)}.HomepageTabsWrapper .HomepageTabs .HomepageTabsRowContainer .HomepageTabs_row .HomepageTabs_tab .HomepageTabs_tab-edit{display:flex;align-items:center;gap:.5rem}@media only screen and (max-width: 900px){.HomepageTabsWrapper .HomepageTabs .HomepageTabsRowContainer .HomepageTabs_row .HomepageTabs_tab{min-width:3rem;font-size:.9rem;flex:0 0 auto}}.HomepageTabsWrapper .HomepageTabs .HomepageTabs_tabContent{margin:1rem auto 32px}.HomepageTabsWrapper .HomepageSubtabs_row{display:flex;justify-content:center}.HomepageTabsWrapper .HomepageSubtabs_row .HomepageTabs_subtabs{display:flex;gap:8px;margin-top:1rem}.HomepageTabsWrapper .HomepageSubtabs_row .HomepageTabs_subtabs .HomepageTabs_subtab{cursor:default;padding:4px 8px;font-size:.9em;background-color:var(--background-2);color:var(--text-2)}.HomepageTabsWrapper .HomepageSubtabs_row .HomepageTabs_subtabs .HomepageTabs_subtab:hover,.HomepageTabsWrapper .HomepageSubtabs_row .HomepageTabs_subtabs .HomepageTabs_subtab.selected{background:var(--background-4)}.TabsHomepage{background:var(--homepage-background);color:var(--text-1);width:100%;min-height:100vh;display:grid;grid-template-rows:auto auto 1fr auto;position:relative;overflow:hidden}@media screen and (max-width: 800px){.TabsHomepage{min-height:100vh;display:block}@supports (min-height: -webkit-fill-available){.TabsHomepage{min-height:-webkit-fill-available}}}.TabsHomepage .TabsHomepage_message{font-size:.9rem;font-style:italic;background-color:var(--background-2);padding:8px;margin:auto}.HomepageGrid{padding:32px 128px}.HomepageGrid .HomepageGrid_inner{max-width:1920px;margin:auto}@media screen and (max-width: 800px){.HomepageGrid{padding:24px 0}}.TrendingHomepage{background:var(--homepage-background);color:var(--text-1);width:100%;min-height:100vh;display:grid;grid-template-rows:auto auto 1fr auto}@media screen and (max-width: 800px){.TrendingHomepage{min-height:100vh}@supports (min-height: -webkit-fill-available){.TrendingHomepage{min-height:-webkit-fill-available}}}.ChatPageLayout{display:flex;height:calc(100vh - 42px);background-color:var(--background-3);color:var(--text-1);position:relative;font-family:Nunito Sans,sans-serif}.ChatPageLayout .ParsecButton,.ChatPageLayout .ParsecInput,.ChatPageLayout .ParsecInputBase,.ChatPageLayout .ParsecTextarea,.ChatPageLayout .ParsecSelect{font-family:Nunito Sans,sans-serif}.ChatPageLayout_backdrop{display:none}@media screen and (max-width: 768px){.ChatPageLayout_backdrop{display:block;position:fixed;inset:0;background-color:#00000080;z-index:99;backdrop-filter:blur(2px)}}.ChatPageLayout_pageWrapper{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}.ChatPageLayout_chatArea{flex:1;overflow-y:auto;display:flex;flex-direction:column;position:relative}@media screen and (max-width: 768px){.ChatPageLayout_chatArea{padding-top:50px}}.ChatPageLayout_notificationsToggle{padding:16px 24px;background-color:var(--background-2);border-bottom:1px solid var(--background-4);display:flex;flex-direction:column;gap:8px}.ChatPageLayout_notificationsToggle_row{display:flex;align-items:center;justify-content:space-between;gap:16px}.ChatPageLayout_notificationsToggle_copy{font-size:.875rem;color:var(--text-3)}.ChatPageLayout_examplePrompts{display:flex;flex-direction:column;gap:16px;margin-top:32px;max-height:calc(100vh - 180px);overflow-y:auto}.ChatPageLayout_examplePrompts_item{padding:16px;background:var(--background-3);cursor:pointer;text-decoration:none}.ChatPageLayout_examplePrompts_item:hover{background:var(--background-4)}.ChatPageLayout_sidebar{min-width:360px;max-width:360px;border-right:1px solid var(--background-4);background-color:var(--gray-750);background-color:var(--background-gray-purple)}[data-theme=parsec-light] .ChatPageLayout_sidebar{background-color:var(--background-1)}.ChatPageLayout_sidebar{display:flex;flex-direction:column;height:100%;box-sizing:border-box;position:relative;transition:all .3s ease-in-out;overflow:hidden}@media screen and (max-width: 1440px){.ChatPageLayout_sidebar{min-width:280px;max-width:280px}}@media screen and (max-width: 768px){.ChatPageLayout_sidebar{position:absolute;top:0;left:0;z-index:100;min-width:75vw;max-width:75vw;box-shadow:2px 0 8px #0000004d}}.ChatPageLayout_sidebar.collapsed{min-width:0;max-width:0;border-right:none}@media screen and (max-width: 768px){.ChatPageLayout_sidebar.collapsed{box-shadow:none}}.ChatPageLayout_sidebar_top{flex-shrink:0}@media screen and (max-width: 768px){.ChatPageLayout_sidebar_header{padding:20px 16px 16px!important}}.ChatPageLayout_sidebar_newChatButton{display:flex;align-items:center;gap:8px;padding:2px 8px;margin:4px 8px;border-radius:10px;font-size:1.1rem;font-weight:500;color:var(--text-2);transition:all .2s ease}@media screen and (max-width: 768px){.ChatPageLayout_sidebar_newChatButton{padding:2px 12px}}.ChatPageLayout_sidebar_newChatButton:hover,.ChatPageLayout_sidebar_newChatButton--active{background-color:var(--background-3);color:var(--text-1)}.ChatPageLayout_sidebar_newChatButton--primary{color:var(--blurple-300);margin-top:20px;font-weight:700}.ChatPageLayout_sidebar_newChatButton--primary:hover{background-color:var(--blurple-400);color:#fff}.ChatPageLayout_sidebar_newChatButton--primary .ChatPageLayout_sidebar_newChatButton_icon{color:#fff;background-color:var(--blurple-400)}.ChatPageLayout_sidebar_newChatButton_icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px}.ChatPageLayout_sidebar_history{display:flex;flex-direction:column;overflow-y:scroll;overflow-x:hidden;height:100%}.ChatPageLayout_sidebar_history .ParsecFlexRow{position:relative}.ChatPageLayout_sidebar_history{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ChatPageLayout_sidebar_history::-webkit-scrollbar{width:3px;height:3px;display:initial}.ChatPageLayout_sidebar_history::-webkit-scrollbar-track{background:var(--background-1)}.ChatPageLayout_sidebar_history::-webkit-scrollbar-thumb{background:var(--background-4)}.ChatPageLayout_sidebar_history::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.ChatPageLayout_sidebar_history_item{padding:8px 24px;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:.9rem}@media screen and (max-width: 768px){.ChatPageLayout_sidebar_history_item{padding:10px 16px;font-size:.95rem}}.ChatPageLayout_sidebar_history_item:hover{cursor:pointer;color:var(--text-3)}.ChatPageLayout_sidebar_history_item.active{background:var(--background-4)}.ChatPageLayout_sidebar_history_deleteButton{visibility:hidden;opacity:0;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;background:var(--background-3);height:100%;padding:10px 18px;font-size:16px}.ChatPageLayout_sidebar_history_deleteButton.visible{visibility:visible;opacity:.8}.ChatPageLayout_sidebar_history_loadingIcon{position:absolute;padding:10px 6px;right:0;transform:translateY(-50%);color:var(--text-3)}.ChatPageLayout_sidebar a{text-decoration:none}.ApiEndpointPage .ApiEndpointPage_title{font-size:2.25rem;font-weight:700;margin-bottom:.25rem;color:var(--text-1)}.ApiEndpointPage .ApiEndpointPage_subtitle{font-size:1.25rem;margin-bottom:2rem;color:var(--text-3)}.ApiEndpointPage .ApiEndpointPage_example{background:var(--background-2);position:relative;padding:.5rem 1rem;margin:1rem 0;line-height:1.5}.ApiEndpointPage .ApiEndpointPage_example .CopyButton{position:absolute;top:12px;right:12px}.ApiEndpointPage .ApiEndpointPage_linkIcon{font-size:.9rem;color:var(--text-3);padding-left:6px}.ApiEndpointPage .ApiEndpointPage_args{margin-top:2rem}.ApiEndpointPage .ApiEndpointPage_args .ApiEndpointPage_args_response{background:var(--background-2);padding:1rem}@media (max-width: 1000px){.ApiEndpointPage .ParsecTable_row .ParsecTable_rowCell{padding:8px;white-space:pre-wrap;word-wrap:break-word}}.ApiEndpointPage .ApiCodeHighlighter{overflow:hidden}.ApiEndpointPage .ApiCodeHighlighter pre{overflow:hidden!important}.ApiHeader{width:100%;height:64px;padding:.75rem;color:var(--text-1);box-sizing:border-box;display:flex;justify-content:space-between}.ApiHeader a{text-decoration:none}.ApiHeader .ApiHeader_title{font-size:1rem;font-family:Arial,Helvetica,sans-serif;color:var(--text-2);font-weight:700}.ApiHeader .ApiHeader_menu{z-index:3;cursor:pointer}.ApiHeader .ApiHeader_menu svg{cursor:pointer;color:var(--icon-color)}.ApiHeader .ApiHeader_menu svg:hover{color:var(--hover-color)}.ApiSidebar{width:250px;padding:1rem;max-height:80vh;overflow-y:auto;background-color:var(--background-2);border:solid 1px var(--background-3)}.ApiSidebar{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ApiSidebar::-webkit-scrollbar{width:3px;height:3px;display:initial}.ApiSidebar::-webkit-scrollbar-track{background:var(--background-1);border-left:solid 1px var(--background-3)}.ApiSidebar::-webkit-scrollbar-thumb{background:var(--background-4)}.ApiSidebar::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.ApiSidebar a{text-decoration:none;padding:8px 12px;border-radius:4px}.ApiSidebar a.active,.ApiSidebar a:hover{background:var(--background-blurple)}.ApiSidebar h4{font-size:1.1rem;color:var(--text-2);margin:.25rem 0 .25rem .5rem}.ApiSidebar section{margin-bottom:2rem}.ApiSidebar section .items{display:flex;flex-direction:column;gap:.25rem}@media (max-width: 1000px){.ApiSidebar{z-index:2;background-color:var(--background-1);border:none;border-left:solid 1px var(--background-3);border-bottom:solid 1px var(--background-3);position:absolute;top:0;right:0;padding:32px;height:400px;overflow-y:auto}.ApiSidebar section{margin-bottom:.75rem}}.ApiDocs{background:var(--homepage-background);color:var(--text-1);width:100%;height:100%}.ApiDocs .ApiDocs_Page h2{margin-top:0;font-size:2.25rem;font-weight:700;margin-bottom:.25rem;color:var(--text-1)}.ApiDocs .ApiDocs_Page h2:not(:first-of-type){margin-top:32px}.ApiDocs .ApiDocs_Page h3{margin-top:4px;font-size:1.25rem;margin-bottom:2rem;color:var(--text-3)}.ApiDocs .ApiDocs_Page p{max-width:700px;font-size:1.1rem;line-height:1.7rem}.ApiDocs .ApiDocs_Page ol li{font-size:1.1rem;line-height:1.7rem;padding-bottom:16px}.ApiDocs .ApiDocs_Page .ProtocolLogo img{width:16px}.ApiDocs .ApiDocs_Page .ApiDocs_GQLExamples{display:flex;flex-direction:column;margin-top:1rem;margin-bottom:1rem;flex-wrap:wrap}.ApiDocs .ApiDocs_Page .ApiDocs_GQLExamples .ApiDocs_GQLExamples__header{background-color:var(--background-2);padding:8px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px}.ApiDocs .ApiDocs_Page .ApiDocs_GQLExamples .ApiDocs_GQLExamples__body{padding-left:8px}.ApiDocs .ApiDocs_Page .ApiDocs_GQLExamples p{font-size:1rem}.ApiDocs .ApiDocs_Page .ApiDocs_GQLExamples pre{font-size:12px}.ApiDocs .ApiDocs_Page .ApiDocs_GQLExamples>div{margin-bottom:1rem}.ApiDocs .content{min-height:100vh;padding-bottom:32px;display:flex;gap:32px;justify-content:center;font-family:Arial,sans-serif}.ApiDocs .content>section{padding:16px;flex:1;max-width:900px;overflow-x:auto}@media (max-width: 1000px){.ApiDocs .content{min-height:unset;display:block}}.TimeseriesPrimarySelect{overflow-y:auto}.TimeseriesPrimarySelect{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.TimeseriesPrimarySelect::-webkit-scrollbar{width:3px;height:3px;display:initial}.TimeseriesPrimarySelect::-webkit-scrollbar-track{background:var(--background-1)}.TimeseriesPrimarySelect::-webkit-scrollbar-thumb{background:var(--background-4)}.TimeseriesPrimarySelect::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.TimeseriesPrimarySelect .TimeseriesPrimarySelect_item{padding:4px 8px;color:var(--text-1);font-size:.9rem;cursor:pointer}.TimeseriesPrimarySelect .TimeseriesPrimarySelect_item .TimeseriesPrimarySelect_arg{color:var(--gray-600)}.TimeseriesPrimarySelect .TimeseriesPrimarySelect_item:hover{background:var(--background-3);color:var(--text-1)}.TimeseriesPrimarySelect .TimeseriesPrimarySelect_item:hover .TimeseriesPrimarySelect_arg{color:var(--text-2)}.ParsecDatePicker_empty.ParsecInputBase{color:var(--text-4)}.AssetBalanceDetailed_chartToggle{height:32px;background-color:var(--background-2);border:solid 1px var(--background-3)}.AssetBalanceDetailed_chartToggle svg{color:var(--text-3);font-size:.7rem}.AssetBalanceDetailed_chartToggle .chevron_closed{transform:rotate(90deg)}.AssetBalanceDetailed_chartToggle .chevron_open{transform:rotate(180deg)}.AssetBalanceDetailed_chartDrawer{position:relative;border:solid 1px var(--background-4);overflow:hidden;transition:height .5s,opacity .5s}.AssetsTable{color:var(--text-1)}.AssetsTable .Assets_row{height:36px}.AssetsTable .eth-xi{font-size:12px;color:var(--text-2)}.AssetsTable .ParsecIconButton{transition:transform ease-out .2s}.AssetsTable .empty{font-size:14px;padding:5px 10px;text-align:center;display:flex;align-items:center;height:100%}.AssetsTable .empty code{font-size:12px;margin-top:6px;display:inline-block;padding:3px 6px;background:var(--background-4)}.AssetsTable .Assets_noActiveAccount{width:100%;text-align:center}.AssetsTable .Assets_noActiveAccount p{color:var(--text-2);margin-top:32px;margin-bottom:8px}.AssetsTable .Assets_noActiveAccount .ParsecButton{font-size:.9rem}.AssetsTable .AssetBalanceDetailed{background:var(--background-1);border-bottom:solid 1px var(--background-3);padding:16px 16px 64px}.AssetsTable .AssetBalanceDetailed img{height:14px}.AssetsTable .AssetBalanceDetailed .AssetBalanceDetailed_row{margin-left:auto;font-size:.9rem;background:var(--background-2);border:solid 1px var(--background-4);margin-bottom:16px}.AssetsTable .AssetBalanceDetailed .AssetBalanceDetailed_row a{text-decoration:none}.AssetsTable .AssetBalanceDetailed .AssetBalanceDetailed_row a:hover{text-decoration:underline}.AssetsTable .AssetBalanceDetailed .AssetBalanceDetailed_row .AssetBalanceDetailed_title{background:var(--background-3);border-bottom:1px solid var(--background-4)}.AssetsTable .AssetBalanceDetailed .AssetBalanceDetailed_row .AssetBalanceDetailed_type{margin-left:auto;font-size:.8rem;padding:4px;background:rgba(var(--primary-rgb),.5);border:solid 1px rgba(var(--primary-rgb),.7);border-radius:3px}.AssetsTable .AssetBalanceDetailed .AssetBalanceDetailed_row .AssetBalanceDetailed_container{overflow-x:auto}.AssetsTable .AssetBalanceDetailed .AssetBalanceDetailed_row .AssetBalanceDetailed_table{margin-left:auto;border-collapse:collapse;border-left:1px solid var(--background-3)}.AssetsTable .AssetBalanceDetailed .AssetBalanceDetailed_row .AssetBalanceDetailed_STANDARD th,.AssetsTable .AssetBalanceDetailed .AssetBalanceDetailed_row .AssetBalanceDetailed_STANDARD td{width:130px}.AssetsTable .AssetBalanceDetailed .AssetBalanceDetailed_row .AssetBalanceDetailed_PERP th,.AssetsTable .AssetBalanceDetailed .AssetBalanceDetailed_row .AssetBalanceDetailed_PERP td{min-width:100px}.AssetsTable .AssetBalanceDetailed .AssetBalanceDetailed_row tr{border-top:1px solid var(--background-3)}.AssetsTable .AssetBalanceDetailed .AssetBalanceDetailed_row thead tr{border-top:none}.AssetsTable .AssetBalanceDetailed .AssetBalanceDetailed_row .AssetBalanceDetailed_table th,.AssetsTable .AssetBalanceDetailed .AssetBalanceDetailed_row .AssetBalanceDetailed_table td{text-align:right;padding:12px}.AssetsTable .AssetBalanceDetailed .AssetBalanceDetailed_row .AssetBalanceDetailed_table th,.AssetsTable .AssetBalanceDetailed .AssetBalanceDetailed_row .AssetBalanceDetailed_table td{padding:16px}.SmallPriceChart{position:relative}.SmallPriceChart .SmallPriceChart_title{position:absolute;top:0;left:0;color:var(--text-3);background-color:var(--background-1);border:solid 1px var(--background-2);padding:4px;font-size:.7rem}.CurvePools .PoolDetails{color:var(--text-1);padding:10px 10px 0}.CurvePools .PoolDetails .PoolTitle{font-size:1.5em}.CurvePools .PoolDetails a{color:var(--blurple-200)}.CurvePools .PoolDetails .PoolWeights{padding:10px 0;font-size:.9rem}.CurvePools .PoolDetails .PoolWeights>div{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid var(--gray-700)}.CurvePools .PoolDetails .PoolWeights .weight{background:var(--orange-400);margin-left:15px;padding:0 3px;color:var(--gray-900)}.ExplorerAddressChainsFilter{position:relative;z-index:2}.ExplorerAddressChainsFilter .chain{background-color:var(--background-2);border:solid 1px var(--background-3);border-radius:8px;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:transform .1s ease}.ExplorerAddressChainsFilter .chain.clickable{border-radius:8px;cursor:pointer}.ExplorerAddressChainsFilter .chain.clickable.selected{background-color:var(--background-green);border:1px solid var(--border-green)}.ExplorerAddressChainsFilter .chain.clickable:hover{transform:scale(1.1)}.SectionTopHoldings_portfolio{position:relative}.SectionTopHoldings_portfolioTrigger{padding:4px;border:solid 1px var(--background-3);background:var(--background-2);display:flex;justify-content:space-between;align-items:center;z-index:1;transition:border .1s,background .1s}.SectionTopHoldings_portfolioTrigger input{cursor:default;width:150px;background:none;border:none;padding:0;font-size:1rem;font-family:var(--font-family);color:var(--text-1);outline:none;transition:width .1s}.SectionTopHoldings_portfolioTrigger input::placeholder{color:var(--text-1)}.SectionTopHoldings_portfolioTrigger input:focus{outline:none}.SectionTopHoldings_portfolioTrigger svg{font-size:.8rem;color:var(--background-4)}.SectionTopHoldings_portfolioTrigger:hover,.SectionTopHoldings_portfolioTrigger.SectionTopHoldings_portfolioTriggerOpen{border:solid 1px var(--background-4);background:var(--background-3)}.SectionTopHoldings_portfolioTrigger.SectionTopHoldings_portfolioTriggerOpen input{outline:none;width:300px}.SectionTopHoldings_portfolioTrigger.SectionTopHoldings_portfolioTriggerOpen input::placeholder{color:var(--text-3)}.SectionTopHoldings_portfolioTrigger.SectionTopHoldings_portfolioTriggerLoading{border:solid 1px var(--background-2);background:var(--background-1)}.SectionTopHoldings_portfolioTrigger.SectionTopHoldings_portfolioTriggerLoading svg{color:var(--background-3)}.SectionTopHoldings_portfolioTable{position:absolute;z-index:100000;width:600px;background:var(--background-1);border:solid 1px var(--background-4);padding-top:16px}.SectionTopHoldings_link{text-decoration:none}.SectionTopHoldings_link:hover{text-decoration:underline}.ExplorerAddressAdminPopup .ParsecPopup_body{padding:16px}.ExplorerAddressAdminPopup .ParsecPopup_title{background-color:#220404;color:#a65051!important;border-color:#777}.ExplorerAddressAdminPopup .ParsecPopup_title img{height:20px;margin-right:4px}.ParsecComponentContainer{position:relative;width:100%;height:100%}.ParsecComponentContainer.ParsecComponentContainer_active{user-select:none;pointer-events:none}@keyframes fade-in{0%{opacity:0}to{opacity:.9}}.ParsecComponentContainer.ParsecComponentContainer_active .ParsecComponentContainer_overlayBackground{animation:fade-in 1.5s ease-in-out forwards;opacity:.9;position:absolute;z-index:10;top:0;left:0;background:var(--background-1);width:100%;height:100%}.ParsecComponentContainer.ParsecComponentContainer_active .ParsecComponentContainer_overlay{animation:fade-in 1.5s ease-in-out forwards;opacity:1;position:absolute;z-index:11;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:all;line-height:1.25rem}.ParsecComponentContainer.ParsecComponentContainer_active .ParsecComponentContainer_overlay a{background:var(--primary-3);border:solid 1px var(--primary-1);color:var(--softwhite);text-decoration:none;padding:12px}.ParsecComponentContainer.ParsecComponentContainer_active .ParsecComponentContainer_overlay a:hover{background:var(--primary-2)}.ParsecComponentContainer.ParsecComponentContainer_active .ParsecComponentContainer_key{position:absolute;bottom:4px;right:4px;color:var(--gray-600);font-size:.8rem}.EcosystemProducts .ecosystem-project-name{font-size:1.1em}.EcosystemProducts a{text-decoration:underline!important}.EcosystemProducts .product-logo{margin-right:.25rem;width:16px;max-width:16px}.EcosystemProducts .links{display:flex;gap:.75rem}.EcosystemProducts .links svg{color:var(--text-2)}.EcosystemProducts .links svg:hover{color:var(--icon-hover)}.LiquidityPools .pool-tokens{display:flex;column-gap:5px}.LiquidityPools .pool-tokens>div{background:rgba(var(--blue-rgb),.3);border-left:2px solid var(--blue-400);padding:0 1px;margin-bottom:2px;min-width:35px;text-align:center}.LiquidityPools .protocol-icon img{width:15px;height:15px}.LiquidityPools .LiquidityPoolExtended{background:var(--background-1);color:var(--text-1);height:286px;display:flex;border-top:1px solid var(--gray-700);border-bottom:1px solid var(--gray-700)}.LiquidityPools .LiquidityPoolExtended .stats{border-right:1px dotted var(--gray-700)}.LiquidityPools .LiquidityPoolExtended .subtitle{background:var(--background-3);height:20px}.AddressController .AddressController_row{color:var(--text-1);display:flex;align-items:center;padding:8px;font-size:.9rem;height:22px}.AddressController .AddressController_row label{color:var(--text-1);margin-right:2px}.AddressController .AddressController_row label:after{content:":"}.AddressController .AddressController_row img{display:block;height:12px;width:12px}.AddressController .AddressController_row a{display:block;margin-left:4px;border:solid 1px var(--gray-700);background:var(--background-3);padding:4px}.AddressController .AddressController_row a:hover{background:var(--background-4);border-color:var(--gray-600);transition:background .2s,border-color .2s}.AddressController .AddressController_row .AddressController_button{margin-left:4px;min-height:22px}.AddressController .AddressController_row .SmallLoader{padding:0;margin-left:2px}.AddressController .AddressController_row .AddressController_label{color:var(--text-1);background:rgba(var(--primary-rgb),.3);border:solid 1px var(--primary-1);border-radius:4px;font-size:.8rem;padding:1px 4px}.AddressSearchTable{overflow:auto}.AddressSearchTable{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.AddressSearchTable::-webkit-scrollbar{width:3px;height:3px;display:initial}.AddressSearchTable::-webkit-scrollbar-track{background:var(--background-1)}.AddressSearchTable::-webkit-scrollbar-thumb{background:var(--background-4)}.AddressSearchTable::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.AddressSearchTable .Search_result{padding:8px;background:var(--background-2);border-bottom:1px solid var(--background-4);min-height:28px;display:flex;align-items:center;flex-wrap:wrap;overflow:auto}.AddressSearchTable .Search_result:last-child{border-bottom:none}.AddressSearchTable .Search_result:not(.Search_result_non_click):hover{background:var(--background-3);cursor:pointer}.AddressSearchTable .Search_result.Search_result_non_click{background:var(--background-1)}.AddressSearchTable .Search_result img{width:14px;display:block}.AssetOverview .AssetOverview_row{background-color:var(--background-1);border-bottom:solid 1px var(--background-3);padding:8px;align-items:center}.AxisLabel{position:absolute;padding:2px 4px;font-size:.9rem;color:var(--text-2);transform-origin:left;white-space:nowrap}.ScreenerKey_key>div{margin:16px}.ScreenerKey_key .ScreenerKey_keySize{margin-top:4px}.ScreenerKey_key .ScreenerKey_keySize .ScreenerKey_keySizeItem{border-radius:50%;border:solid 1px var(--gray-400)}.ScreenerKey_key .ScreenerKey_keySize .ScreenerKey_keySizeLabel{margin-top:8px;margin-bottom:4px}.ScreenerKey_key .ScreenerKey_keyColor{margin-top:4px}.ScreenerKey_key .ScreenerKey_keyColor .ScreenerKey_keyColorItem{width:16px;height:16px;border:solid 1px var(--gray-700)}.ScreenerKey_key .ScreenerKey_keyColor .ScreenerKey_keyColorLabel{margin-top:8px;margin-bottom:4px}.Label text{fill:var(--gray-900);font-size:.7em}.Label rect{fill:var(--gray-300);stroke:var(--gray-200);stroke-width:1}.AssetScreener .AssetScreener_showKey{z-index:3}.AssetScreener_search{position:absolute;right:40px;top:4px;z-index:3;font-size:.9em;background:var(--background-2);border-color:var(--gray-800)}.Screener_activeLabel{position:absolute;color:var(--text-1);border:solid 1px var(--gray-700);background:var(--background-3);font-size:.9em;padding:2px;transform:translate(-3px,-17px);z-index:2}.Assets{background:var(--background-1);color:var(--text-1)}.Assets .Assets_title *{margin:0}.Assets .Assets_changePositive{background:rgba(var(--green-rgb),.4)!important;color:var(--text-1)}.Assets .Assets_changeNegative{background:rgba(var(--red-rgb),.4)!important;color:var(--text-1)}.Assets .total{background:var(--background-4);padding:2px;font-size:16px}.Assets .dpnl{font-size:16px;padding:2px}.ContractCallers_method{background-color:var(--background-blue);padding:2px 4px}.ContractCallers_callers .ContractCallers_callersRow:nth-child(2n){background-color:var(--background-2)}.ContractCallers_callers .ContractCallers_callersRow:nth-child(odd){background-color:var(--background-3)}.ContractPicker{display:flex;align-items:center}.ContractPicker a{width:16px;margin-left:4px;color:var(--gray-600);text-decoration:none}.ContractPicker a:hover{color:var(--gray-400)}.ContractSourceControl_decimalsAdjust{width:50px}.LogFilterControl,.LogTransformerControl{margin-right:4px;min-width:285px}.ContractLogsPlotPicker{max-width:400px;display:flex;column-gap:4px;row-gap:4px;flex-wrap:wrap}.ContractLogsPlotPicker svg{padding-left:2px;display:block}.ContractLogsPlotPicker svg .second-color{color:var(--orange-400)}.ContractLogsPlotPicker svg .third-color{color:var(--text-green)}.ContractLogsPlotPicker .ContractLogsPlotPicker_option{border:solid 1px var(--background-3);background:var(--background-2);cursor:pointer;height:22px;padding:4px 8px;display:flex;align-items:center}.ContractLogsPlotPicker .ContractLogsPlotPicker_option:hover,.ContractLogsPlotPicker .ContractLogsPlotPicker_option.ContractLogsPlotPicker_selected{border:solid 1px var(--background-4);background:var(--background-3)}.ContractSourcesControl_sourceAction{margin:16px 0 16px 4px}.ContractLogs_editPanel .ContractSearch{width:260px}.ContractLogs_editPanel .ContractLogs_editPanel_plotButton{margin-right:4px;margin-bottom:4px;padding:2px;font-size:.9em;height:32px}.ContractLogs_editPanel .ContractLogs_editPanel_plotButton.selected .ContractLogs_editPanel_plotButtonIcon{background:var(--background-3);border:solid 1px var(--gray-600)}.ContractLogs_editPanel .ContractLogs_editPanel_plotButton .ContractLogs_editPanel_plotButtonIcon{font-size:1.1em;margin-left:4px;margin-right:4px;background:var(--background-1);padding:2px;border:solid 1px var(--gray-700)}.ContractLogsKey{position:absolute;left:0;z-index:1}.ContractLogs_addressVariable{background-color:var(--background-1);position:absolute;right:4px;top:4px;z-index:6}.ContractLogs_addressVariable input{height:26px}.ContractLogs_titleButton button{border-radius:0;border:solid 1px var(--background-4);background:var(--background-3);position:absolute;top:4px;left:4px;color:var(--text-1);z-index:6;padding:6px;margin:0;cursor:pointer;font-family:var(--font-family);font-size:.8rem;max-width:calc(100% - 90px)}.ContractLogs_titleButton button h3{font-weight:400;padding:0;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center}.ContractLogs_titleButton button h3 img{margin-left:4px;height:14px;width:14px}.ContractLogs_titleButton.ContractLogs_titleButtonDisabled button{background:var(--background-2);border:solid 1px var(--background-3);cursor:default;filter:grayscale(100%)}.ContractLogs_panel{width:min(100% - 10px,450px)}.ContractLogs_secondaryPanel{position:absolute;top:38px;left:4px;z-index:3;display:flex;align-items:center;column-gap:4px}.ContractLogs{position:relative;user-select:none}.ContractLogs button:not(.ParsecButton):focus{outline:solid 1px var(--gray-600)}.ContractLogs_label{fill:var(--text-1);font-size:10px;font-family:arial}.ContractLogs>svg{position:absolute;left:0;user-select:none;shape-rendering:crispEdges}.SizeNotice{color:var(--text-1);padding:16px}.ContractLogsView_downloadButton{z-index:1}.ContractViewer{background-color:var(--background-1);color:var(--text-1)}.ContractViewer .ContractViewer_title .ContractViewer_titleTabs{overflow:auto}.ContractViewer .ContractViewer_title .ContractViewer_titleTab{background-color:var(--background-3);display:flex;align-items:center;justify-content:center;padding:4px 8px;cursor:default;border-radius:2px}.ContractViewer .ContractViewer_title .ContractViewer_titleTab.ContractViewer_tabEmpty{color:var(--text-3)}.ContractViewer .ContractViewer_title .ContractViewer_titleTab:hover,.ContractViewer .ContractViewer_title .ContractViewer_titleTab.ContractViewer_tabSelected{background-color:var(--background-4)}.ContractViewer .ContractViewer_body{overflow-y:auto}.ContractViewer .ContractViewer_body{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ContractViewer .ContractViewer_body::-webkit-scrollbar{width:3px;height:3px;display:initial}.ContractViewer .ContractViewer_body::-webkit-scrollbar-track{background:var(--background-1)}.ContractViewer .ContractViewer_body::-webkit-scrollbar-thumb{background:var(--background-4)}.ContractViewer .ContractViewer_body::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.ContractViewer .ContractViewerSource_title{background:var(--background-3);border-bottom:solid 1px var(--background-4)}@media only screen and (max-width: 1000px){.ContractViewer .ContractViewerSource_row{flex-direction:column}}.ContractViewer .ContractViewerSource_row .ContractViewerSource_sideBar{overflow-y:auto;width:250px;min-width:250px;max-width:250px;height:700px;background:var(--background-2);border-right:solid 1px var(--background-4)}.ContractViewer .ContractViewerSource_row .ContractViewerSource_sideBar{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ContractViewer .ContractViewerSource_row .ContractViewerSource_sideBar::-webkit-scrollbar{width:3px;height:3px;display:initial}.ContractViewer .ContractViewerSource_row .ContractViewerSource_sideBar::-webkit-scrollbar-track{background:var(--background-1);border-top:solid 1px var(--background-4);border-bottom:solid 1px var(--background-4);border-left:solid 1px var(--background-4)}.ContractViewer .ContractViewerSource_row .ContractViewerSource_sideBar::-webkit-scrollbar-thumb{background:var(--background-4)}.ContractViewer .ContractViewerSource_row .ContractViewerSource_sideBar::-webkit-scrollbar-thumb:hover{background:var(--background-5)}@media only screen and (max-width: 1000px){.ContractViewer .ContractViewerSource_row .ContractViewerSource_sideBar{display:flex;flex-wrap:wrap;row-gap:4px;column-gap:4px;padding:4px;border-right:unset;overflow-y:unset;width:unset;min-width:unset;max-width:unset;height:unset}}.ContractViewer .ContractViewerSource_row .ContractViewerSource_sideBar .ContractViewerSource_sideBarItem{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:default;padding:8px;font-size:.9rem;border-bottom:solid 1px var(--background-4)}.ContractViewer .ContractViewerSource_row .ContractViewerSource_sideBar .ContractViewerSource_sideBarItem:hover{background:var(--background-3)}.ContractViewer .ContractViewerSource_row .ContractViewerSource_sideBar .ContractViewerSource_sideBarItem.ContractViewerSource_sideBarItemSelected{background-color:var(--primary-3);color:var(--softwhite)}@media only screen and (max-width: 1000px){.ContractViewer .ContractViewerSource_row .ContractViewerSource_sideBar .ContractViewerSource_sideBarItem{border:solid 1px var(--background-4)}}.ContractViewer .ContractViewerSource_row .ContractViewerSource_codeWindow{height:700px;width:100%}.ContractViewer .ContractViewerSource_row .ContractViewerSource_codeWindow .ContractViewerSource_scroll{padding:16px;height:627px;overflow:auto}.ContractViewer .ContractViewerSource_row .ContractViewerSource_codeWindow .ContractViewerSource_scroll{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ContractViewer .ContractViewerSource_row .ContractViewerSource_codeWindow .ContractViewerSource_scroll::-webkit-scrollbar{width:3px;height:3px;display:initial}.ContractViewer .ContractViewerSource_row .ContractViewerSource_codeWindow .ContractViewerSource_scroll::-webkit-scrollbar-track{background:var(--background-1);border-top:solid 1px var(--background-4);border-bottom:solid 1px var(--background-4);border-left:solid 1px var(--background-4)}.ContractViewer .ContractViewerSource_row .ContractViewerSource_codeWindow .ContractViewerSource_scroll::-webkit-scrollbar-thumb{background:var(--background-4)}.ContractViewer .ContractViewerSource_row .ContractViewerSource_codeWindow .ContractViewerSource_scroll::-webkit-scrollbar-thumb:hover{background:var(--background-5)}@media only screen and (max-width: 1000px){.ContractViewer .ContractViewerSource_row .ContractViewerSource_codeWindow .ContractViewerSource_scroll{width:calc(100vw - 85px)}}.ContractViewer .ContractViewerSource_row .ContractViewerSource_codeWindow h3{margin:0;padding:12px;font-weight:400;font-size:.9rem;color:var(--text-2);background-color:var(--background-2);border-top:none;border-bottom:solid 1px var(--border-orange)}.ContractViewer .ContractViewerSource_picker{position:absolute;top:48px;right:8px}.ContractViewer .ContractViewerAbi_abi{padding:16px;margin:24px;word-wrap:break-word;max-height:400px;overflow-y:auto;font-size:.9rem;background-color:var(--background-2);border:solid 1px var(--background-3)}.ContractViewer .ContractViewerAbi_abi{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ContractViewer .ContractViewerAbi_abi::-webkit-scrollbar{width:3px;height:3px;display:initial}.ContractViewer .ContractViewerAbi_abi::-webkit-scrollbar-track{background:var(--background-1);border-left:solid 1px var(--background-3)}.ContractViewer .ContractViewerAbi_abi::-webkit-scrollbar-thumb{background:var(--background-4)}.ContractViewer .ContractViewerAbi_abi::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.ContractViewer .ContractViewerBytecode_bytecode{padding:16px;margin:24px;word-wrap:break-word;max-height:400px;overflow-y:auto;font-size:.9rem;background-color:var(--background-2);border:solid 1px var(--background-3)}.ContractViewer .ContractViewerBytecode_bytecode{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ContractViewer .ContractViewerBytecode_bytecode::-webkit-scrollbar{width:3px;height:3px;display:initial}.ContractViewer .ContractViewerBytecode_bytecode::-webkit-scrollbar-track{background:var(--background-1);border-left:solid 1px var(--background-3)}.ContractViewer .ContractViewerBytecode_bytecode::-webkit-scrollbar-thumb{background:var(--background-4)}.ContractViewer .ContractViewerBytecode_bytecode::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.ContractViewerReadMethods_row{padding:24px;border-bottom:solid 1px var(--background-3)}.ContractViewerReadMethods_multiOutputResult{max-height:200px;overflow-y:auto}.ContractViewerReadMethods_multiOutputResult{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ContractViewerReadMethods_multiOutputResult::-webkit-scrollbar{width:3px;height:3px;display:initial}.ContractViewerReadMethods_multiOutputResult::-webkit-scrollbar-track{background:var(--background-1)}.ContractViewerReadMethods_multiOutputResult::-webkit-scrollbar-thumb{background:var(--background-4)}.ContractViewerReadMethods_multiOutputResult::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.ContractViewerWriteMethods_row{padding:24px;border-bottom:solid 1px var(--background-3)}.ContractViewerWriteMethods_multiOutputResult{max-height:200px;overflow-y:auto}.ContractViewerWriteMethods_multiOutputResult{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ContractViewerWriteMethods_multiOutputResult::-webkit-scrollbar{width:3px;height:3px;display:initial}.ContractViewerWriteMethods_multiOutputResult::-webkit-scrollbar-track{background:var(--background-1)}.ContractViewerWriteMethods_multiOutputResult::-webkit-scrollbar-thumb{background:var(--background-4)}.ContractViewerWriteMethods_multiOutputResult::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.TokenListPicker_message{min-height:23px;display:flex;align-items:center;color:var(--text-2)}.Correlations #correlations-viz{height:100%}.Correlations #correlations-viz>svg{overflow:scroll}.Correlations .header{display:flex;justify-content:space-between;padding:.5rem;color:var(--text-1)}.Correlations .fa-filter{cursor:pointer}.Correlations .filter{position:absolute;top:33px;width:100%;background:var(--background-1);border-top:1px solid var(--gray-700);padding:.5rem;display:flex;color:var(--text-1)}.Correlations .filter .token-list-row{margin-left:5.7rem}.Correlations .filter .token-list-row span{margin-left:.5rem}.Correlations .filter .fa-square{color:var(--text-1);cursor:pointer}.Correlations .filter .fa-check-square{color:var(--primary-1);cursor:pointer}.Correlations .corr-box{cursor:pointer}.Correlations .tooltip{position:absolute;visibility:hidden;font-size:.9em;padding:2px 4px;text-align:center;background:var(--background-1);color:var(--text-1);font-style:arial;border:1px solid var(--softwhite)}.Correlations .parsec-axis{font-size:.5em}.ChartMessage{color:var(--text-1);position:absolute;bottom:8px;left:8px;margin:0;text-align:center;display:flex;align-items:center;font-size:.7rem;background:var(--background-3);border:solid 1px var(--gray-700);padding:8px;cursor:default}.ChartMessage span{margin-right:4px;white-space:nowrap}.ChartMessage svg path{fill:var(--gray-600)}.NftViewerPanel{width:480px;min-height:200px;padding-left:8px}.NftViewerPanel h3{margin-top:8px;margin-bottom:4px}.NftViewerPanel a{color:var(--text-1);text-decoration:none}.NftViewerPanel a:hover{text-decoration:underline}.NftViewerPanel .NftViewerPanel_protocolLogo{display:flex;align-items:center}.NftViewerPanel .NftViewerPanel_protocolLogo img{width:12px;height:12px;display:block}.NftViewerPanel .NftViewerPanel_viewLink{padding:4px;background:var(--orange-800);border:solid 1px var(--orange-700)}.NftViewerPanel .NftViewerPanel_viewLink:hover{background:var(--orange-700);border:solid 1px var(--orange-600);text-decoration:none}.NftViewerPanel .NftViewerPanel_row{padding:2px;border-bottom:solid 1px var(--gray-800)}.NftImagePreview_image{position:relative}.NftImagePreview_image .InfoCircle{position:absolute;left:0;top:0;width:100%;height:100%;color:var(--text-1);display:flex;align-items:center;justify-content:center;opacity:0;background:var(--background-1);transition:opacity .2s}.NftImagePreview_image .InfoCircle:hover{opacity:.8}.ParsecSideBar{display:flex;flex-direction:column;border:solid 1px var(--gray-700);min-height:100%;background:var(--background-1)}.ParsecSideBar .ParsecSideBar_title{padding:8px;font-size:.8rem;color:var(--gray-400);text-align:center;border-bottom:solid 1px var(--gray-700);background:var(--background-1)}@media screen and (max-width: 750px){.ParsecSideBar .ParsecSideBar_title{display:none}}.ParsecSideBar .ParsecButton{border-left:none;border-right:none;border-top:none;text-align:left;justify-content:left;border-bottom:solid 1px var(--gray-700);background:var(--background-1);font-size:.9rem}.ParsecSideBar .ParsecButton:hover{background:var(--background-2);border-left:none;border-right:none;border-top:none;border-bottom:solid 1px var(--gray-700)}.ParsecSideBar .ParsecButton:not(.ParsecSideBar_selected){color:var(--text-1)}.ParsecSideBar .ParsecButton.ParsecSideBar_selected{background:var(--background-3)}.ParsecSideBar.ParsecSideBar_dense .ParsecButton{padding:6px 8px}.ParsecSideBar.ParsecSideBar_flushLeft,.ParsecSideBar.ParsecSideBar_flushLeft:hover{border-left:none}.ParsecSideBar.ParsecSideBar_flushTop,.ParsecSideBar.ParsecSideBar_flushTop:hover{border-top:none}.ParsecSideBar.ParsecSideBar_flushBottom,.ParsecSideBar.ParsecSideBar_flushBottom:hover{border-bottom:none}.ParsecSideBar.ParsecSideBar_lightBlack{background:var(--background-1)}.ParsecSideBar.ParsecSideBar_lightBlack .ParsecButton{border-bottom:solid 1px var(--gray-700);background:var(--background-1)}.ParsecSideBar.ParsecSideBar_lightBlack .ParsecButton:hover{background:var(--hover-background);border-left:none;border-right:none;border-top:none;border-bottom:solid 1px var(--gray-700)}.ParsecSideBar.ParsecSideBar_lightBlack .ParsecButton:not(.ParsecSideBar_selected){color:var(--text-1)}.ParsecSideBar.ParsecSideBar_lightBlack .ParsecButton.ParsecSideBar_selected{background:var(--background-3)}@media screen and (max-width: 750px){.ParsecSideBar.ParsecSideBar_lightBlack .ParsecButton{border:none}}.CustomTable .CustomTable_protocol{display:flex;align-items:center}.CustomTable .CustomTable_protocol img{width:12px;display:block}.CustomTable .CollapsedColumn{display:flex;flex-wrap:wrap;row-gap:2px;column-gap:2px;padding:8px}.CustomTable .ParsecTable_rowEven .CollapsedColumn_row{background-color:var(--background-3)}.CustomTable .ParsecTable_rowEven .CollapsedColumn_row .CollapsedColumn_rowKey{color:var(--text-2)}.CustomTable .ParsecTable_rowOdd .CollapsedColumn_row{background-color:var(--background-2)}.CustomTable .ParsecTable_rowOdd .CollapsedColumn_row .CollapsedColumn_rowKey{color:var(--text-3)}.CustomTable_panelRight{max-height:450px;max-width:596px;min-width:596px;padding-bottom:32px;overflow:auto}.CustomTable_panelRight{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.CustomTable_panelRight::-webkit-scrollbar{width:3px;height:3px;display:initial}.CustomTable_panelRight::-webkit-scrollbar-track{background:var(--background-1)}.CustomTable_panelRight::-webkit-scrollbar-thumb{background:var(--background-4)}.CustomTable_panelRight::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.CustomTable_transformers{background-color:var(--background-2);border:solid 1px var(--background-3);padding:0 16px 8px 4px}.CustomTable_showChart .chevron_open{transition:transform .2s;transform:rotate(180deg)}.CustomTable_showChart .chevron_closed{transition:transform .2s}.EthGasMetrics .EthGasMetrics_fullnessChart,.EthGasMetrics .EthGasMetrics_baseFeeChart{position:relative}.EthGasMetrics .EthGasMetrics_subChartTitle{position:absolute;z-index:5;background:var(--background-2);border:solid 1px var(--gray-700);color:var(--text-1);padding:2px;font-size:12px;top:4px;left:4px}.EthGasMetrics .EthGasMetrics_key{position:absolute;top:4px;left:4px;z-index:5;color:var(--text-1);font-size:12px;background:var(--background-2);border:solid 1px var(--gray-700);padding:2px}.EthGasMetrics .EthGasMetrics_key .EthGasMetrics_keyItem{display:flex;align-items:center}.EthGasMetrics .EthGasMetrics_key .EthGasMetrics_keyColor{height:6px;width:6px;margin-right:2px;border-radius:50%}.EthGasMetrics_keyFigures{font-size:.8rem;color:var(--text-1);background:var(--background-2);border-bottom:solid 1px var(--gray-700);padding-left:4px;padding-right:4px;padding-bottom:4px;overflow-x:auto;min-height:30px;column-gap:4px}.EthGasMetrics_keyFigures div{padding:2px 4px;display:flex;border:solid 1px var(--gray-700);background:var(--background-2);color:var(--text-2);white-space:nowrap}.EthGasMetrics_keyFigures div:first-child{border:solid 1px rgba(var(--red-rgb),.2);background:rgba(var(--red-800-rgb),.1);color:var(--red-400)}.EthGasMetrics_keyFigures div:nth-child(3){border:solid 1px rgba(var(--green-rgb),.2);background:rgba(var(--darkgreen-rgb),.1);color:var(--text-green)}.EthGasMetrics_keyFigures div:nth-child(2){background:#ffa50005;border:solid 1px rgba(255,165,0,.2);color:orange}.EthGasMetrics_keyFigures div small{font-size:10px;color:var(--text-2);font-family:sans-serif}.EthGasMetrics_keyFigures div>span{color:var(--text-1);margin-left:auto;display:block}.EthGasMetrics_keyFigures div .eth-xi{font-size:.8em;color:var(--text-2)}.Firehose{color:var(--text-1)}.Firehose .ParsecEditPanel{max-width:240px}.Firehose .event-borrow>div:first-child,.Firehose .event-lend>div:first-child,.Firehose .event-trade>div:first-child,.Firehose .event-liquidate>div:first-child,.Firehose .event-liquidity-rm>div:first-child,.Firehose .event-liquidity-add>div:first-child,.Firehose .event-repay>div:first-child,.Firehose .event-withdraw>div:first-child,.Firehose .event-futures-trade>div:first-child{background:var(--firehose-event-background);border-top:1px solid var(--background-4);margin-top:-1px}.Firehose .protocol-logo{text-align:center}.Firehose .protocol-logo div{display:inline-block;box-sizing:border-box;margin-top:2px;height:12px;width:12px}.Firehose .protocol-logo div img{height:100%;width:100%}.Firehose .event-title{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.Firehose .event-title span:first-child{flex:3;font-size:.8rem;font-style:italic}.Firehose .event-title span:nth-child(2){padding-right:2px;flex:1;text-align:center}.Firehose .event-title svg{color:var(--icon-color);font-size:.65rem}.Firehose .event-futures-trade{border-left:2px solid #ff5195}.Firehose .event-futures-trade .futures-trade-pair>span:nth-child(1){cursor:pointer;font-size:.9rem;padding-right:6px}.Firehose .event-futures-trade .futures-trade-pair>span:nth-child(2){color:var(--text-3);font-size:.7rem;padding:2px}.Firehose .event-futures-trade .futures-trade-pair>span:nth-child(2).futures-trade-side-long{border:solid 1px var(--background-green);color:var(--text-green)}.Firehose .event-futures-trade .futures-trade-pair>span:nth-child(2).futures-trade-side-short{border:solid 1px var(--background-red);color:var(--text-red)}.Firehose .event-futures-trade .futures-trade-pair>span:nth-child(3){margin-left:6px;color:var(--text-3);font-size:.7rem;padding:2px}.Firehose .event-futures-trade .futures-trade-pair>span:nth-child(3).futures-trade-liquidation{border:solid 1px var(--background-red);color:var(--text-red)}.Firehose .event-futures-trade .futures-trade-value.futures-trade-value-long{color:var(--text-green)}.Firehose .event-futures-trade .futures-trade-value.futures-trade-value-short{color:var(--text-red)}.Firehose .event-trade{border-left:2px solid var(--primary-1)}.Firehose .event-trade .trade-pair>span:nth-child(1){cursor:pointer;font-size:.9rem}.Firehose .event-trade .trade-pair>span:nth-child(2){color:var(--text-3);font-size:.6rem}.Firehose .event-trade .trade-value.trade-value-buy{color:var(--text-green)}.Firehose .event-trade .trade-value.trade-value-sell{color:var(--red-400)}.Firehose .event-lend{border-left:2px solid #ffec00}.Firehose .event-withdraw{border-left:2px solid #c1adea}.Firehose .event-withdraw .event-title{letter-spacing:-2px}.Firehose .event-withdraw .event-title>span:first-child{font-size:.8em}.Firehose .event-borrow{border-left:2px solid var(--orange-400)}.Firehose .event-borrow .event-title{letter-spacing:-1px}.Firehose .event-borrow .borrow-value{color:var(--orange-400)}.Firehose .event-repay{border-left:2px solid #40e0d0}.Firehose .event-liquidity-add{border-left:2px solid #1a53ff}.Firehose .event-liquidity-add .lp-value{color:var(--text-green)}.Firehose .event-liquidity-rm{border-left:2px solid #f3ab94}.Firehose .event-liquidity-rm .lp-value{color:var(--red-500)}.Firehose .event-liquidate{border-left:2px solid #ff0000}.Firehose .event-liquidate .event-liquidity-pair{display:flex;align-items:center}.Firehose .event-liquidate .event-liquidity-pair>span{display:block}.Firehose .event-liquidate .event-liquidity-pair .repay{margin-left:3px;background:rgba(var(--onyx-rgb),.5);font-size:10px;padding:1px 2px 2px 0;border-radius:2px}.Firehose .event-liquidate .event-liquidity-pair .repay>span{color:rgba(var(--green-rgb),.75)}.Firehose .event-liquidate .liquidate-value{color:red}.Firehose a.Firehose_tx{text-decoration:none}.Firehose a.Firehose_tx:hover{text-decoration:underline}.LiquidationsChart .relative-price{stroke:var(--text-1)}.NewsFeed .NewsFeed-body{overflow:scroll;color:var(--text-1);font-size:.9rem}.NewsFeed .title{background:var(--background-1);border-bottom:1px solid var(--background-4)}.NewsFeed .Article{border-bottom:1px solid var(--background-4);padding:8px;background:var(--background-1);display:flex;align-items:center;cursor:pointer}.NewsFeed .Article:hover{background:var(--background-3)}.NewsFeed .Article .ts{font-size:.8rem;color:var(--text-3);min-width:35px}.NewsFeed .Article .Article-title{display:flex}.NewsFeed .Article .Article-title img{padding:1px 0;min-width:15px}.NewsFeed .Article .Article-title span{padding:0 1px 0 6px;vertical-align:top}.NewsFeed .Article .Article-title a{color:var(--text-3)}.NewsFeed .Article-content{padding:5px 10px;background:var(--background-3);border-bottom:1px solid var(--background-4)}.NewsFeed .Article-content>p{margin:0}.NewsFeed .Article-content a{color:var(--text-2)}.NftCollectionViewer{color:var(--text-1)}.NftCollectionViewer .NftCollectionViewer_body{display:flex}.NftCollectionViewer .NftCollectionViewer_body .NftCollectionViewer_left{width:300px;flex-shrink:0;padding:0 4px 4px;background:var(--background-3);border-right:solid 1px var(--gray-700)}.NftCollectionViewer .NftCollectionViewer_body .NftCollectionViewer_left .NftCollectionViewer_unavailable{background:none;color:var(--gray-400);margin-top:0;margin-bottom:0}.NftCollectionViewer .NftCollectionViewer_body .NftCollectionViewer_right{position:relative;flex:1;background:var(--background-2)}.NftCollectionViewer .NftCollectionViewer_body .NftCollectionViewer_right .NftCollectionViewer_items{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;overflow-y:auto}.NftCollectionViewer .NftCollectionViewer_body .NftCollectionViewer_right .NftCollectionViewer_items{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.NftCollectionViewer .NftCollectionViewer_body .NftCollectionViewer_right .NftCollectionViewer_items::-webkit-scrollbar{width:3px;height:3px;display:initial}.NftCollectionViewer .NftCollectionViewer_body .NftCollectionViewer_right .NftCollectionViewer_items::-webkit-scrollbar-track{background:var(--background-1)}.NftCollectionViewer .NftCollectionViewer_body .NftCollectionViewer_right .NftCollectionViewer_items::-webkit-scrollbar-thumb{background:var(--background-4)}.NftCollectionViewer .NftCollectionViewer_body .NftCollectionViewer_right .NftCollectionViewer_items::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.NftCollectionViewer .NftCollectionViewer_body .NftCollectionViewer_right .NftCollectionViewer_item{margin-left:8px;margin-top:8px;font-size:12px;text-align:center;color:var(--text-2);background:var(--background-1);border:solid 1px var(--gray-800);text-decoration:none;cursor:pointer}.NftCollectionViewer .NftCollectionViewer_body .NftCollectionViewer_right .NftCollectionViewer_item:last-child{margin-bottom:38px}.NftCollectionViewer .NftCollectionViewer_body .NftCollectionViewer_right .NftCollectionViewer_item .ParsecSmoothImg{border-bottom:solid 1px var(--gray-800)}.NftCollectionViewer .NftCollectionViewer_body .NftCollectionViewer_right .NftCollectionViewer_item .NftCollectionViewer_itemRow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;padding:2px}.NftCollectionViewer .NftCollectionViewer_body .NftCollectionViewer_right .NftCollectionViewer_item .NftCollectionViewer_itemRow:not(:last-child){border-bottom:solid 1px var(--gray-800)}.NftCollectionViewer .NftCollectionViewer_body .NftCollectionViewer_right .NftCollectionViewer_item .NftCollectionViewer_itemRow .eth-xi{font-size:10px}.NftCollectionViewer .NftCollectionViewer_body .NftCollectionViewer_right .NftCollectionViewer_item .NftCollectionViewer_itemRow .NftCollectionViewer_priceReduced{color:var(--red-400);margin-left:2px}.NftCollectionViewer .NftCollectionViewer_body .NftCollectionViewer_pager{user-select:none;background:rgba(var(--onyx-rgb),.95);border:solid 1px var(--gray-800);padding:4px;position:absolute;display:flex;bottom:4px;right:4px;align-items:center}.NftCollectionViewer .NftCollectionViewer_body .NftCollectionViewer_pager div{font-size:14px;padding-left:4px;padding-right:4px}.NftCollectionViewer_item{position:relative}.NftCollectionViewer_item .NftCollectionViewer_protocolLogo{position:absolute;top:2px;left:2px}.NftCollectionViewer_item .NftCollectionViewer_protocolLogo img{width:12px;height:12px;filter:brightness(.8)}.NftCollectionViewer_filter{padding:4px;border-bottom:solid 1px var(--gray-700)}.NftCollectionViewer_filter .NftCollectionViewer_filterItem{padding:2px;background:var(--orange-700);border:solid 1px var(--orange-600)}.NftCollectionViewerTraitList_sort{user-select:none;font-size:.8rem;padding:2px;text-align:right;color:var(--text-2);cursor:pointer}.NftCollectionViewerTraitList_sort:hover{color:var(--text-1)}.NftCollectionViewerTraitList_drawers{height:calc(100% - 32px);overflow-y:auto;padding-right:4px}.NftCollectionViewerTraitList_drawers{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.NftCollectionViewerTraitList_drawers::-webkit-scrollbar{width:3px;height:3px;display:initial}.NftCollectionViewerTraitList_drawers::-webkit-scrollbar-track{background:var(--background-1)}.NftCollectionViewerTraitList_drawers::-webkit-scrollbar-thumb{background:var(--background-4)}.NftCollectionViewerTraitList_drawers::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.NftCollectionViewerTraitList_sublist{max-height:200px;overflow-y:auto}.NftCollectionViewerTraitList_sublist{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.NftCollectionViewerTraitList_sublist::-webkit-scrollbar{width:3px;height:3px;display:initial}.NftCollectionViewerTraitList_sublist::-webkit-scrollbar-track{background:var(--background-1)}.NftCollectionViewerTraitList_sublist::-webkit-scrollbar-thumb{background:var(--background-4)}.NftCollectionViewerTraitList_sublist::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.NftCollectionViewer_trait{cursor:pointer;user-select:none;display:flex;justify-content:space-between;align-items:center;text-transform:lowercase;font-size:13px;padding:2px 8px 2px 2px;margin:4px 0;background:var(--background-2);color:orange}.NftCollectionViewer_trait p{margin:0;padding:0}.NftCollectionViewer_trait .NftCollectionViewer_traitChevron{font-size:10px;color:var(--gray-600)}.ParsecAdder{color:var(--text-1);padding:4px}.ParsecAdder .ParsecAdder_row{display:flex;align-items:center}.ParsecAdder .ParsecAdder_row .ParsecDropdown{margin-right:4px}.NftCollectionPreview{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;padding-left:2px;padding-right:2px;cursor:pointer}.NftCollectionsTable .ParsecTitle{height:36px}.NftCollectionsTable .NftCollectionsTable_notice{color:var(--gray-400);position:absolute;bottom:32px;text-align:center;width:100%;font-size:.8rem}.NftCollectionsTable .NftCollectionsTable_links{display:flex;width:100%;justify-content:space-around;align-items:center;height:100%}.NftCollectionsTable .NftCollectionsTable_links a{height:16px}.NftCollectionsTable .NftCollectionsTable_links img{height:16px;width:16px;filter:grayscale(90%) brightness(.8)}.NftCollectionsTable .NftCollectionsTable_links img:hover{filter:grayscale(0%) brightness(1)}.NftCollectionsTable .NftCollectionsTable_links svg{filter:grayscale(90%) brightness(.8)}.NftCollectionsTable .NftCollectionsTable_links svg:hover{filter:grayscale(0%) brightness(1)}.NftCollectionsTable .NftCollectionsTable_name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;padding-left:2px;text-align:left}.NftCollectionsTable .fa-globe{color:var(--text-2)}.NftCollectionsTable .NftCollectionsTable_remove{font-size:.9rem;padding:0;margin:0}.NftCollectionListPicker_message{min-height:23px;display:flex;align-items:center;color:var(--text-2)}.NftFirehose .event-type{text-align:center;position:relative}.NftFirehose .event-type .fa-right-left,.NftFirehose .event-type .fa-broom{color:var(--text-2);font-size:.65rem;padding-left:2px}.NftFirehose .event-type .fa-broom{padding-left:0}.NftFirehose .color-block{position:absolute;left:-5px;top:-5px;height:calc(100% + 10px)}.NftFirehose .event-type-trade .color-block{border-left:1px solid var(--primary-1)}.NftFirehose .event-type-sweep .color-block{border-left:1px solid orange}.NftFirehose .nft-image{cursor:pointer}.NftFirehose .nft-image a{text-decoration:none}.NftFirehose .nft-sweep-images{position:relative;height:20px}.NftFirehose .nft-sweep-images .nft-sweep-image{position:absolute}.NftFirehose .nft-sweep-images .num-extra-sweeps{display:flex;align-items:center;justify-content:center;position:absolute;left:12px;top:5px;border:solid 1px var(--gray-700);background:rgba(var(--darkgray-rgb),.9);height:16px;width:16px;border-radius:50%;font-size:8px;font-family:arial}.NftFirehose .token-id{font-size:.8rem}.NftFirehose .price.buy{color:var(--text-green)}.NftFirehose .price.sell{color:var(--red-400)}.NftFirehose .NftFirehose_protocol{display:flex;align-items:center}.NftFirehose .NftFirehose_protocol img{width:12px;display:block}.NftFirehose .collection-name{cursor:pointer;font-size:.8rem;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 8px}.AxisArrowLabel.AxisArrowLabel_clickable{cursor:pointer}.DrawingTools{position:absolute;user-select:none;pointer-events:none;width:100%;z-index:5}.DrawingTools.DrawingTools_editing{pointer-events:all}.DrawingTools.DrawingTools_drawing{cursor:crosshair}.DrawingTools.DrawingTools_writing{cursor:text}.Parsec_subChart{border-top:solid 1px var(--background-4)}.Parsec_subChart .Parsec_subChart_title{color:var(--text-2);font-size:.8rem;background:var(--background-1);z-index:1;position:absolute;padding:0 2px;top:2px;left:0}.Parsec_subChart .Parsec_subChart_dragHandle{cursor:ns-resize;width:100%;height:8px;position:absolute;top:0;left:0}.Parsec_subChart image{image-rendering:pixelated}.Parsec_subChart .ParsecChartLegend{z-index:1}.Parsec_subChart.Parsec_subChart_toolsOpen .Parsec_subChart_title{left:64px}.Parsec_onChartsLegend{position:absolute;color:var(--text-1);z-index:1;top:4px;left:4px;font-size:.7rem;user-select:none;cursor:default}.Parsec_onChartsLegend.Parsec_onChartsLegend_toolsOpen{left:68px}.Parsec_onChartsLegend .Parsec_onChartsLegendItems.Parsec_onChartsLegendItems_collapsed{display:none}.Parsec_onChartsLegend .Parsec_onChartsLegend_button{padding:0;font-size:.7rem;pointer-events:all;margin:2px;background:rgba(var(--darkgray-rgb),.9);min-width:18px}.Parsec_onChartsLegend .Parsec_onChartsLegend_button svg{margin:0;padding:0}.Parsec_onChartsLegend .Parsec_onChartsLegend_toggle{margin-top:2px}.OnChartsLegendItem .OnChartsLegendItem_container{display:inline-flex;align-items:center;column-gap:4px;padding:4px 6px;border:solid 1px transparent}.OnChartsLegendItem .OnChartsLegendItem_container .OnChartsLegendItem_text{font-family:Arial,Helvetica,sans-serif;background:var(--background-1);text-transform:lowercase}.OnChartsLegendItem .OnChartsLegendItem_container:hover{border:solid 1px var(--background-3);background:var(--background-1)}.DrawingTools_tools{pointer-events:all}.DrawingTools_tools .DrawingTools_column{background:var(--background-1);padding:6px;border-right:solid 1px var(--background-3);height:100%;display:flex;flex-direction:column;row-gap:6px;font-size:.8rem;width:50px;position:absolute;z-index:2}.DrawingTools_tools .DrawingTools_toggle{position:absolute;bottom:16px;left:48px;background-color:var(--background-3);padding:12px 4px;z-index:10;font-size:.7rem;cursor:pointer;opacity:.7}.DrawingTools_tools .DrawingTools_toggle:hover{background-color:var(--background-4)}.DrawingTools_tools .DrawingTools_toggle.DrawingTools_toggleHidden{left:0}.DrawingTools_tools .DrawingTools_color{display:block;border:solid 1px var(--background-1)}.DrawingTools_tools .ToolButton{cursor:pointer;color:var(--text-1);background-color:var(--background-3);display:flex;align-items:center;justify-content:center;padding:8px 2px;font-size:.9rem}.DrawingTools_tools .ToolButton svg{font-size:.8rem;color:var(--text-2)}.DrawingTools_tools .ToolButton.ToolButton_thin{background-color:var(--background-2);padding:2px}.DrawingTools_tools .ToolButton.ToolButton_thin svg{font-size:.4rem;color:var(--text-2)}.DrawingTools_tools .ToolButton.ToolButton_selected,.DrawingTools_tools .ToolButton:hover{background-color:var(--background-4)}.DrawingTools_tools .DrawingTools_secondaryColumn{z-index:2;position:absolute;top:4px;left:66px;background:var(--background-2);padding:8px;border:solid 1px var(--background-3)}.DrawingTools_tools .DrawingTools_secondaryColumn .ToolButton{padding-left:8px;padding-right:8px}.DrawingTools_tools .DrawingTools_secondaryTools{z-index:2;top:4px;position:absolute;right:68px;background:var(--background-1);padding:8px;border:solid 1px var(--background-3)}.ChartRangeSelector{position:absolute;left:0;pointer-events:none;overflow:hidden}.ChartRangeSelector .ChartRangeSelector_selector{position:absolute;pointer-events:all}.ChartRangeSelector .ChartRangeSelector_selector .ChartRangeSelector_selectorBar{background:var(--orange-700);width:0px;border:solid 2px var(--orange-600);border-top:none;cursor:ew-resize}.ChartRangeSelector .ChartRangeSelector_selector .ChartRangeSelector_selectorBody{background:rgba(var(--orange-rgb),.2)}.ParsecForm .Parsec_indicatorRow{display:flex;align-items:center;min-height:26px;background:var(--background-2);border:solid 1px var(--gray-800);padding:4px;margin-bottom:6px}.ParsecForm .Parsec_indicatorRow>*{margin-right:4px}.ParsecForm .Parsec_indicatorRow .ParsecIconButton,.ParsecForm .Parsec_indicatorRow input[type=color]{margin-right:4px}.ParsecForm .Parsec_indicatorRow .ParsecInput{background:var(--background-3);border-color:var(--gray-700)}.ParsecForm .Parsec_indicatorRow label{margin:0 auto 0 2px}.ParsecFloatingComponent_topBar{font-size:.8rem;color:var(--gray-400);background:var(--orange-700);border:solid 1px var(--gray-700);border-bottom:none;cursor:pointer;user-select:none}.ChartRangeExplorerPopup{background:var(--background-3);min-height:300px;border:solid 1px var(--gray-700);border-top:none}.ChartRangeExplorerPopup .ChartRangeExplorerPopup_keyStats{border-top:solid 1px var(--gray-700)}.ChartRangeExplorerPopup .buys{color:var(--text-green)}.ChartRangeExplorerPopup .sells{color:var(--red-400)}.PriceChart_exportPreview{position:absolute;z-index:6;border:solid 1px var(--gray-600);padding:0;margin:0;background:var(--background-1);transition:opacity .2s}.PriceChart_exportPreview .PriceChart_exportPreview_buttonRow{display:flex;align-items:center}.PriceChart_exportPreview .PriceChart_exportPreview_inputRow{display:flex;align-items:center;border-top:solid 1px var(--gray-700);padding-top:2px;padding-bottom:2px}.PriceChart_exportPreview .PriceChart_exportPreview_inputRow .ParsecInput{min-height:31px;color:var(--gray-400);width:176px;margin:4px}.PriceChart_exportPreview .PriceChart_exportPreview_inputRow .ParsecIconButton{padding:4px;min-width:40px;height:31px}.PriceChart_exportPreview .PriceChart_exportPreview_inputRow .ParsecIconButton svg{color:var(--text-2)}.PriceChart_exportPreview .PriceChart_exportPreview_inputRow .ParsecIconButton:active{background:var(--background-4)}.PriceChart_exportPreview .PriceChart_exportPreview_inputRow span{color:var(--text-2);margin:auto;font-size:.8rem}.PriceChart_exportPreview img{display:block;padding:4px}.PriceChart_exportPreview a{text-decoration:none;background:var(--background-3);display:block;border-left:none;border-bottom:none;padding:6px;text-align:center;width:100%;border-top:1px solid var(--gray-600);border-right:1px solid var(--gray-600)}.PriceChart_exportPreview a:last-child{border-right:none}.PriceChart_exportPreview a:hover{background:var(--background-4)}.ParsecTile{color:var(--text-1);font-size:.9rem;padding:8px;width:100px;height:100px;background:rgba(var(--lightergray-rgb),.4);border:solid 1px rgba(var(--lightergray-rgb),.4)}.ParsecTile:hover{background:rgba(var(--lightergray-rgb),.3)}.ParsecTile.ParsecTile_green{background:rgba(var(--green-rgb),.2);border:solid 1px rgba(var(--green-rgb),.4)}.ParsecTile.ParsecTile_green:hover{background:rgba(var(--green-rgb),.3)}.ParsecTile.ParsecTile_blue{background:rgba(var(--blue-rgb),.2);border:solid 1px rgba(var(--blue-rgb),.3)}.ParsecTile.ParsecTile_blue:hover{background:rgba(var(--blue-rgb),.3)}.ParsecTile.ParsecTile_red{background:rgba(var(--red-rgb),.2);border:solid 1px rgba(var(--red-rgb),.4)}.ParsecTile.ParsecTile_red:hover{background:rgba(var(--red-rgb),.3)}.ParsecTile.ParsecTile_orange{background:rgba(var(--orange-rgb),.2);border:solid 1px rgba(var(--orange-rgb),.4)}.ParsecTile.ParsecTile_orange:hover{background:rgba(var(--orange-rgb),.3)}.ParsecTile.ParsecTile_blurple{background:rgba(var(--primary-rgb),.2);border:solid 1px rgba(var(--primary-rgb),.4)}.ParsecTile.ParsecTile_blurple:hover{background:rgba(var(--primary-rgb),.3)}.ParsecTile.ParsecTile_yellow{background:rgba(var(--yellow-rgb),.2);border:solid 1px rgba(var(--yellow-rgb),.4)}.ParsecTile.ParsecTile_yellow:hover{background:rgba(var(--yellow-rgb),.3)}.ParsecTile.ParsecTile_pink{background:rgba(var(--pink-rgb),.2);border:solid 1px rgba(var(--pink-rgb),.4)}.ParsecTile.ParsecTile_pink:hover{background:rgba(var(--pink-rgb),.3)}.ParsecTile.ParsecTile_lightestgray{background:rgba(var(--lightestgray-rgb),.2);border:solid 1px rgba(var(--lightestgray-rgb),.4)}.ParsecTile.ParsecTile_lightestgray:hover{background:rgba(var(--lightestgray-rgb),.3)}.ParsecTile.ParsecTile_lightergray{background:rgba(var(--lightergray-rgb),.2);border:solid 1px rgba(var(--lightergray-rgb),.4)}.ParsecTile.ParsecTile_lightergray:hover{background:rgba(var(--lightergray-rgb),.3)}.ParsecTile.ParsecTile_lightblack{background:rgba(var(--lightblack-rgb),.2);border:solid 1px rgba(var(--lightblack-rgb),.4)}.ParsecTile.ParsecTile_lightblack:hover{background:rgba(var(--lightblack-rgb),.3)}.ParsecTile.ParsecTile_darkgray{background:rgba(var(--darkgray-rgb),.2);border:solid 1px rgba(var(--darkgray-rgb),.4)}.ParsecTile.ParsecTile_darkgray:hover{background:rgba(var(--darkgray-rgb),.3)}.ParsecTile.ParsecTile_gray{background:rgba(var(--gray-rgb),.2);border:solid 1px rgba(var(--gray-rgb),.4)}.ParsecTile.ParsecTile_gray:hover{background:rgba(var(--gray-rgb),.3)}.ParsecTile.ParsecTile_clickable{cursor:pointer}.NftPrices:hover .label-x,.NftPrices:hover .crosshair-x{background:var(--background-1);display:block;z-index:2}.NftPrices .NftViewerPanel{top:37px}.NftPrices .NftPrices_legend{position:absolute;top:38px;left:4px;z-index:9}.NftPrices .NftPrices_primaryCanvases{pointer-events:none;user-select:none}.NftPrices .NftPrices_primaryCanvases canvas{position:absolute;top:0;left:0;pointer-events:none;user-select:none}.NftPrices .NftPrices_loader{position:absolute;top:37px;right:4px;color:var(--gray-700);background:var(--background-2);border:solid 1px var(--gray-800);padding:4px;display:flex;align-items:center}.NftPrices .NftPrices_downloadButton{z-index:1}.NftPrices image{image-rendering:pixelated}.NftPrices line{shape-rendering:initial}.NftPrices_panel{padding:0}.NftPrices_panelContainer{display:flex}.NftPrices_panelRight{margin-left:8px}.NftPrices_editPanel_tabAnalysis{height:470px;overflow-y:auto;padding:4px;margin-top:8px;margin-right:32px;border:solid 1px var(--gray-800);background:var(--background-1)}.NftPrices_editPanel_tabAnalysis{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.NftPrices_editPanel_tabAnalysis::-webkit-scrollbar{width:3px;height:3px;display:initial}.NftPrices_editPanel_tabAnalysis::-webkit-scrollbar-track{background:var(--background-1)}.NftPrices_editPanel_tabAnalysis::-webkit-scrollbar-thumb{background:var(--background-4)}.NftPrices_editPanel_tabAnalysis::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.NftPrices_editPanel_tabPrimary{height:470px;overflow-y:auto;padding:4px;margin-top:8px;margin-right:32px}.NftPrices_editPanel_tabPrimary{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.NftPrices_editPanel_tabPrimary::-webkit-scrollbar{width:3px;height:3px;display:initial}.NftPrices_editPanel_tabPrimary::-webkit-scrollbar-track{background:var(--background-1)}.NftPrices_editPanel_tabPrimary::-webkit-scrollbar-thumb{background:var(--background-4)}.NftPrices_editPanel_tabPrimary::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.NftPrices_editPanel_tabHighlight{height:470px;overflow-y:auto;padding:4px;margin-top:8px;margin-right:32px}.NftPrices_editPanel_tabHighlight{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.NftPrices_editPanel_tabHighlight::-webkit-scrollbar{width:3px;height:3px;display:initial}.NftPrices_editPanel_tabHighlight::-webkit-scrollbar-track{background:var(--background-1)}.NftPrices_editPanel_tabHighlight::-webkit-scrollbar-thumb{background:var(--background-4)}.NftPrices_editPanel_tabHighlight::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.NftPrices_editPanel_tabTimeseries{height:470px;overflow-y:auto;padding:4px;margin-top:8px;margin-right:32px}.NftPrices_editPanel_tabTimeseries{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.NftPrices_editPanel_tabTimeseries::-webkit-scrollbar{width:3px;height:3px;display:initial}.NftPrices_editPanel_tabTimeseries::-webkit-scrollbar-track{background:var(--background-1)}.NftPrices_editPanel_tabTimeseries::-webkit-scrollbar-thumb{background:var(--background-4)}.NftPrices_editPanel_tabTimeseries::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.TraitFilterPicker{display:flex;width:320px;margin-left:4px;margin-bottom:4px}.TraitFilterPicker .ParsecSelect{margin-right:4px;width:150px}.TraitFilterPicker .ParsecButton{height:23px}.NftPricesTitle.ParsecTitle .ParsecDropdown{margin-left:8px;z-index:2}.NftPricesTitle.ParsecTitle .NftPrices_titleRight{display:flex}.NftPricesTitle.ParsecTitle .NftPrices_titleRight>*{margin-left:4px}.NftPricesTitle.ParsecTitle .NftPrices_titleRight svg{font-size:11px}.PredictionMarketPrices:hover .label-x,.PredictionMarketPrices:hover .crosshair-x{background:var(--background-1);display:block;z-index:2}.PredictionMarketPrices .PredictionMarketPrices_legend{position:absolute;top:38px;left:4px;z-index:9}.PredictionMarketPrices .PredictionMarketPrices_primaryCanvases{pointer-events:none;user-select:none}.PredictionMarketPrices .PredictionMarketPrices_primaryCanvases canvas{position:absolute;top:0;left:0;pointer-events:none;user-select:none}.PredictionMarketPrices .PredictionMarketPrices_loader{position:absolute;top:4px;right:4px;color:var(--gray-700);background:var(--background-2);border:solid 1px var(--gray-800);padding:4px;display:flex;align-items:center}.PredictionMarketPrices .PredictionMarketPrices_downloadButton{z-index:1}.PredictionMarketPrices image{image-rendering:pixelated}.PredictionMarketPrices line{shape-rendering:initial}.PredictionMarketPrices_panel{padding:0}.PredictionMarketPrices_panelContainer{display:flex}.PredictionMarketPrices_panelRight{margin-left:8px}.PredictionMarketPrices_editPanel_tabPrimary{height:470px;overflow-y:auto;padding:4px;margin-top:8px;margin-right:32px}.PredictionMarketPrices_editPanel_tabPrimary{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.PredictionMarketPrices_editPanel_tabPrimary::-webkit-scrollbar{width:3px;height:3px;display:initial}.PredictionMarketPrices_editPanel_tabPrimary::-webkit-scrollbar-track{background:var(--background-1)}.PredictionMarketPrices_editPanel_tabPrimary::-webkit-scrollbar-thumb{background:var(--background-4)}.PredictionMarketPrices_editPanel_tabPrimary::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.PredictionMarketPrices_editPanel_tabFilter{height:470px;overflow-y:auto;padding:4px;margin-top:8px;margin-right:32px}.PredictionMarketPrices_editPanel_tabFilter{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.PredictionMarketPrices_editPanel_tabFilter::-webkit-scrollbar{width:3px;height:3px;display:initial}.PredictionMarketPrices_editPanel_tabFilter::-webkit-scrollbar-track{background:var(--background-1)}.PredictionMarketPrices_editPanel_tabFilter::-webkit-scrollbar-thumb{background:var(--background-4)}.PredictionMarketPrices_editPanel_tabFilter::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.PredictionMarketPricesTitle.ParsecTitle .ParsecDropdown{margin-left:8px;z-index:2}.PredictionMarketPricesTitle.ParsecTitle .PredictionMarketPrices_interval{min-height:23px}.PredictionMarketPricesTitle.ParsecTitle .PredictionMarketPrices_titleRight{display:flex;height:23px}.PredictionMarketPricesTitle.ParsecTitle .PredictionMarketPrices_titleRight>*{margin-left:4px;height:23px}.PredictionMarketPricesTitle.ParsecTitle .PredictionMarketPrices_titleRight svg{font-size:11px}.NftScreener .NftScreener_showKey{z-index:3}.NftTradeStream .NftTradeStream_price{padding-left:4px;display:flex;align-items:center}.NftTradeStream .NftTradeStream_price svg{padding-left:3px;font-size:12px}.NftTradeStream a.NftTradeStream_link{text-decoration:none;background:rgba(var(--lightblack-rgb),.5);border:solid 1px var(--gray-700);padding:2px 8px;color:var(--text-2);transition:background .2s,color .2s,border-color .2s}.NftTradeStream a.NftTradeStream_link:hover{background:var(--background-4);border-color:var(--gray-600);color:var(--text-1)}.NftTradeStream .NftTradeStream_protocol{display:flex;align-items:center}.NftTradeStream .NftTradeStream_protocol img{width:12px;display:block}.NftTraitsTable .NftTraitsTable_images{display:flex;min-height:30px}.NftTraitsTable .NftTraitsTable_images .NftTraitsTable_imageShift{margin-left:-10px;z-index:2}.NftTraitsTable .TraitExtended{background:var(--background-1);border-top:solid 1px var(--gray-700);border-bottom:solid 1px var(--gray-700);padding:0 10px}.NftTraitsTable .TraitExtended .protocol-logo-wrapper{display:inline-block;width:25px;height:25px}.NftTraitsTable .TraitExtended .protocol-logo-wrapper img{margin-top:8px;width:12px;height:12px}.NftViewer{background:var(--background-1);font-size:14px}.NftViewer .NftViewer_primary{display:flex;margin:4px}.NftViewer .NftViewer_primary .NftViewer_primaryImage{background:var(--background-2);border:solid 1px var(--gray-700);padding:8px}.NftViewer .NftViewer_primary .ParsecSmoothImg{margin:4px}.NftViewer .NftViewer_primary .NftViewer_primaryRight{flex:1;min-height:128px;margin-left:4px}.NftViewer .NftViewer_primary .NftViewer_primaryRight a{color:var(--text-1);text-decoration:none}.NftViewer .NftViewer_primary .NftViewer_primaryRight svg{color:var(--text-1)}.NftViewer .NftViewer_primary .NftViewer_primaryRight label{color:var(--text-2)}.NftViewer .NftViewer_primary .NftViewer_primaryRight .NftViewer_primaryRightText{background:var(--background-2);border:solid 1px var(--gray-700);padding:4px}.NftViewer .NftViewer_primary .NftViewer_primaryRight .NftViewer_primaryRightRow{display:flex;white-space:nowrap}.NftViewer .NftViewer_primary .NftViewer_primaryRight .NftViewer_primaryRightRow .NftViewer_bid,.NftViewer .NftViewer_primary .NftViewer_primaryRight .NftViewer_primaryRightRow .NftViewer_ask{color:var(--text-1);margin-left:4px}.NftViewer .NftViewer_primary .NftViewer_primaryRight .NftViewer_primaryRightRow .NftViewer_bid:not(:last-child):after,.NftViewer .NftViewer_primary .NftViewer_primaryRight .NftViewer_primaryRightRow .NftViewer_ask:not(:last-child):after{content:","}.NftViewer .NftViewer_reducedPrice{color:var(--red-400);font-size:.7rem;margin:0}.NftViewer .NftViewer_increasingBids{color:var(--text-green);font-size:.7rem;margin:0}.NftViewer .NftViewer_body{padding:2px 4px 4px;color:var(--text-1);font-size:14px;overflow-y:auto}.NftViewer .NftViewer_body{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.NftViewer .NftViewer_body::-webkit-scrollbar{width:3px;height:3px;display:initial}.NftViewer .NftViewer_body::-webkit-scrollbar-track{background:var(--background-1)}.NftViewer .NftViewer_body::-webkit-scrollbar-thumb{background:var(--background-4)}.NftViewer .NftViewer_body::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.NftViewer .NftViewer_body .ParsecTabs_tabs{margin-top:0}.NftViewer .NftViewer_body label{font-size:14px;color:var(--text-2);display:block;margin:0 0 8px}.NftViewer .NftViewer_body .NftViewer_trade{color:var(--text-1);display:flex;background:var(--background-2);text-decoration:none;margin-bottom:3px;padding:2px}.NftViewer .NftViewer_body .NftViewer_trade:hover{background:var(--background-3)}.NftViewer .NftViewer_body .NftViewer_trade .NftViewer_tradePrice{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.NftViewer .NftViewer_body .NftViewer_trade .NftViewer_tradePrice .eth-xi{font-size:10px}.NftViewer .NftViewer_body .NftViewer_trade .NftViewer_tradeTime{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.NftViewer .NftViewer_body .NftViewer_trade .NftViewer_tradeTaker{flex:2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.NftViewer_littleLineChart{margin-top:4px;background:var(--background-2);padding:4px;border:solid 1px var(--gray-700);width:calc(100% - 10px)}.Notepad{width:100%;padding:8px;height:100%;background:var(--background-2)}.Notepad .note-display,.Notepad .note-edit{padding:4px;outline:none;font-family:Arial,Helvetica,sans-serif;background:var(--background-2);color:var(--text-2);border:none;font-size:.9rem;width:calc(100% - 40px);height:calc(100% - 16px);overflow:auto;resize:none}.Notepad .note-display:focus,.Notepad .note-edit:focus{outline:none}.Notepad .note-display{white-space:pre-wrap;word-wrap:break-word}.OrderBook .OrderBook_priceLine{stroke:var(--gray-600)}.OrderBook_yLabel{position:absolute;top:calc(50% - 24px);right:8px;transform:rotate(-90deg);transform-origin:right;z-index:1;color:var(--text-1);font-size:.85em;padding:2px 4px}.OrderBookTitle .OrderBookTitle_primaryFilter img{display:block;height:14px;width:14px}.PriceChart{background:var(--background-1);user-select:none}.PriceChart:hover .label-x,.PriceChart:hover .crosshair-x{background:var(--background-1);display:block;z-index:2}.PriceChart .PriceChart_primaryCanvases{pointer-events:none;user-select:none}.PriceChart .PriceChart_primaryCanvases canvas{position:absolute;top:0;left:0;pointer-events:none;user-select:none}.PriceChart .PriceChart_secondaryAxes{position:absolute;top:0;left:0;pointer-events:none}.PriceChart_key{fill:var(--text-1);font-size:.9em;font-family:sans-serif}.PriceChart_editPanel .PriceChart_editPanel_addButton{min-width:180px;padding:8px;text-transform:lowercase;color:var(--text-1);margin-top:24px;background:var(--background-3);border-color:var(--background-4)}.PriceChart_editPanel .PriceChart_editPanel_addButton:hover{background:var(--background-4);border-color:var(--background-5)}.PriceChart_editPanel .PriceChart_editPanel_addButton:disabled{color:var(--text-3);background:var(--background-2);border-color:var(--background-3)}.PriceChart_editPanel .PriceChart_editPanel_addButton.PriceChart_editPanel_updating{border-color:var(--blue-600);background:var(--blue-750)}.PriceChart_editPanel .PriceChart_editPanel_addButton.PriceChart_editPanel_updating:hover{background:var(--blue-650);border-color:var(--blue-500)}.PriceChart_editPanel .PriceChart_editPanel_scrollableSection{margin-top:16px;padding-right:16px;overflow-y:auto}.PriceChart_editPanel .PriceChart_editPanel_scrollableSection{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.PriceChart_editPanel .PriceChart_editPanel_scrollableSection::-webkit-scrollbar{width:3px;height:3px;display:initial}.PriceChart_editPanel .PriceChart_editPanel_scrollableSection::-webkit-scrollbar-track{background:var(--background-1)}.PriceChart_editPanel .PriceChart_editPanel_scrollableSection::-webkit-scrollbar-thumb{background:var(--background-4)}.PriceChart_editPanel .PriceChart_editPanel_scrollableSection::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.PriceChart_editPanel_comparisonSeriesSection .PriceChart_editPanel_comparisonSeriesSection_colors{display:flex}.PriceChart_editPanel_comparisonSeriesSection .PriceChart_editPanel_comparisonSeriesSection_colors *{margin-right:4px}.PriceChart_editPanel_derivativesSection .PriceChart_editPanel_derivativesSection_colors{display:flex}.PriceChart_editPanel_derivativesSection .PriceChart_editPanel_derivativesSection_colors *{margin-right:4px}.PriceChart_editPanel_lendingSection .PriceChart_editPanel_lendingSection_colors{display:flex}.PriceChart_editPanel_lendingSection .PriceChart_editPanel_lendingSection_colors *,.PriceChart_editPanel_liquiditySection .ParsecButton{margin-right:4px}.Primary_trendingItem{background-color:var(--background-2);border:solid 1px var(--background-3);width:280px}.Primary_trendingItem:hover{background-color:var(--background-3);border:solid 1px var(--background-4)}.PriceChart_editPanel_takerVolumeSection .ParsecInput:not([type=color]){width:calc(100% - 8px)}.PriceChart_editPanel_takerVolumeSection .PriceChart_editPanel_takerVolumeSection_colors{display:flex}.PriceChart_editPanel_takerVolumeSection .PriceChart_editPanel_takerVolumeSection_colors *{margin-right:4px}.PriceChart_title{z-index:6;display:flex;align-items:center;column-gap:4px}.PriceChart_title .PriceChart_titleText{display:flex;align-items:center;padding:7px;cursor:pointer;border:solid 1px transparent}.PriceChart_title .PriceChart_titleText:hover{background-color:var(--background-2);border:solid 1px var(--background-4)}.PriceComparison{position:relative}.ProtocolHeader img{width:32px}.ProtocolHeader .Search_result{padding:8px;background:var(--background-3);border-bottom:1px solid var(--background-4);min-height:28px;display:flex;align-items:center;flex-wrap:wrap;overflow:auto}.ProtocolHeader .Search_result:last-child{border-bottom:none}.ProtocolHeader .Search_result:not(.Search_result_non_click):hover{background:var(--background-3);cursor:pointer}.ProtocolHeader .Search_result.Search_result_non_click{background:var(--background-1)}.ProtocolHeader .Search_result img{width:14px;display:block}.PercentBar{box-sizing:border-box;border:1px solid var(--gray-600);position:relative;height:100%}.PercentBar .PercentBar-fill{position:absolute;left:0;background:var(--blue-400);height:100%}.TokenAccumulationDetailed{padding:4px;border-top:1px solid var(--gray-700);border-bottom:1px solid var(--gray-700);position:relative;min-height:240px}.TokenAccumulationDetailed .TokenAccumulationDetailed_addressLink{color:var(--orange-400)}.TokenAccumulationDetailed .content-wrapper{display:flex;column-gap:4px}.TokenAccumulationDetailed .content-wrapper>div:first-child{width:320px;border:solid 1px var(--gray-700);border-top:none}.TokenAccumulationDetailed .content-wrapper>div:nth-of-type(2){width:calc(100% - 320px);border:solid 1px var(--gray-700)}.TokenAccumulationDetailed .content-wrapper .recent-transfers .sender-receiver{display:flex;align-items:center}.TokenAccumulationDetailed .content-wrapper .recent-transfers .sender-receiver .sender,.TokenAccumulationDetailed .content-wrapper .recent-transfers .sender-receiver .receiver{background:var(--background-3);padding:0 2px}.TokenAccumulationDetailed .content-wrapper .recent-transfers .sender-receiver .sender:hover,.TokenAccumulationDetailed .content-wrapper .recent-transfers .sender-receiver .receiver:hover{cursor:pointer;background:var(--background-4)}.TokenAccumulationDetailed .content-wrapper .recent-transfers .sender-receiver .receiver{border-left:2px solid var(--red-400)}.TokenAccumulationDetailed .content-wrapper .recent-transfers .sender-receiver .sender{border-left:2px solid var(--text-green)}.TokenAccumulationDetailed .content-wrapper .recent-transfers .sender-receiver .fa-long-arrow-alt-left{color:var(--text-green)}.TokenAccumulationDetailed .content-wrapper .recent-transfers .sender-receiver .fa-long-arrow-alt-right{color:var(--red-400)}.TokenAccumulationDetailed .content-wrapper .balance-history{position:relative}.TokenAccumulation_change{display:flex;column-gap:4px}.TokenAccumulation_change .arrow{margin-left:2px;margin-right:2px}.TokenAccumulation_burner{color:var(--gray-900);margin-left:24px}.TokenAccumulation_burner>span{padding:1px 2px;border-radius:2px}.TokenAccumulation_burner .minted{background:var(--text-green)}.TokenAccumulation_burner .burned{background:var(--red-400)}.TokenAccumulation_change_dex{width:100%;text-align:left;padding-left:4px;display:flex}.TokenAccumulation_change_dex>div{flex:1}.TokenAccumulation_change_dex>div.bought{background:rgba(var(--green-rgb),.7)}.TokenAccumulation_change_dex>div.sold{background:rgba(var(--red-rgb),.7)}.TokenAccumulation_change_dex .arrow{margin-left:2px;margin-right:2px}.TokenAccumulation{color:var(--text-1)}.TokenAccumulation .TokenAccumulation_name{width:100%;text-align:left}.TokenAccumulation .TokenAccumulation_name .EthAddress .address-raw{font-size:.9rem}.TokenAccumulation .balance-delta{box-sizing:border-box;padding:2px 10px}.TokenAccumulation .balance-delta .PercentBar{margin-top:0;height:15px}.TokenAccumulation .balance-delta.balance-delta-1 .PercentBar{border:1px solid rgba(var(--green-rgb),.5)}.TokenAccumulation .balance-delta.balance-delta-1 .PercentBar .PercentBar-fill{background:var(--text-green)}.TokenAccumulation .balance-delta.balance-delta--1 .PercentBar{border:1px solid rgba(var(--red-rgb),.5)}.TokenAccumulation .balance-delta.balance-delta--1 .PercentBar .PercentBar-fill{background:var(--red-400)}.TokenAccumulation .ParsecSelect{height:22px}.TokenHolders .TokenHolders_row{height:45px}.TokenHolders .PercentBar{margin-top:0;margin-bottom:3px;height:12px}.TokenHolders .balance small{color:var(blue-400)}.TokenHolders .balance-delta-1 .PercentBar{border:1px solid rgba(var(--green-rgb),.5)}.TokenHolders .balance-delta-1 .PercentBar .PercentBar-fill{background:var(--text-green)}.TokenHolders .balance-delta--1 .PercentBar{border:1px solid rgba(var(--red-rgb),.5)}.TokenHolders .balance-delta--1 .PercentBar .PercentBar-fill{background:var(--red-400)}.TokenHolders .delta-text{font-size:.85em;text-align:center}.TokenHolders .delta-text small{color:var(--orange-400)}.EventStream{color:var(--text-1)}.EventStream .event{font-size:.9em;text-align:right}.EventStream .event .event-taker a{color:var(--text-1)}.EventStream .event .event-amount{margin-left:auto;margin-right:8px}.EventStream .event .event-source .event-logo-wrapper{box-sizing:border-box;margin-top:2px;height:12px;width:12px}.EventStream .event .event-source .event-logo-wrapper img{height:100%;width:100%}.EventStream .event .event-ts{font-size:.7rem;color:var(--text-1)}.EventStream .event .event-tx a{color:var(--text-1)}.EventStream .event .event-price-SELL,.EventStream .event .event-price-sell{color:var(--red-400)}.EventStream .event .event-price-BUY,.EventStream .event .event-price-buy{color:var(--text-green)}.EventStream .event-trade-BUY,.EventStream .event-trade-buy{border-left:1px solid var(--text-green)}.EventStream .event-trade-SELL,.EventStream .event-trade-sell{border-left:1px solid var(--red-400)}.FilterNotice{background-color:var(--background-orange);border:solid 1px var(--border-orange);padding:2px 8px;cursor:pointer}.FilterNotice svg{color:var(--text-2)}.FilterNotice:hover{filter:brightness(120%)}.FilterNotice.FilterNotice_nonRemove{background-color:var(--background-3);border:solid 1px var(--background-4)}.TransfersTable .TransfersTable_row{height:54px}.TransfersTable a.TransfersTable_tx{text-decoration:none}.TransfersTable a.TransfersTable_tx:hover{text-decoration:underline}.Treemap #treemap-viz{height:250px}.TrendingAssets{white-space:nowrap}.TrendingContracts a:not(:hover){text-decoration:none}.TrendingContracts .sign-1{color:var(--text-green)}.TrendingContracts .sign--1{color:var(--red-400)}.TrendingContracts .TreemapChart svg{background-color:var(--background-3)}.TxWatcher{color:var(--text-1)}@media (max-width: 850px){.TxWatcher .ParsecTable_rowCell:last-of-type{margin-left:auto}}.TxWatcher .ParsecTable_rowCell a{color:var(--text-1)}.TxWatcher .TxWatcher_gas{padding:2px 2px 2px 0;text-align:center}.TxWatcher .TxWatcher_gas .fa-exclamation-circle{font-size:.75em;color:var(--red-400)}.TxWatcher .TxWatcher_gas .fa-check-circle{color:var(--text-green);font-size:.75em}.TxWatcher a.TxWatcher_txHash{text-decoration:none}.TxWatcher a.TxWatcher_txHash:hover{text-decoration:underline}.TxWatcher .TxWatcher_tx{height:54px;padding-left:0}.TxWatcher .TxWatcher_tx img{width:14px;max-height:14px;display:block}.TxWatcher .TxWatcher_tx_hash a{color:var(--text-blue)}.TxWatcher .TxWatcher_dir{padding:1px 4px;border-radius:2px}.TxWatcher .TxWatcher_dir_IN{background-color:var(--green-400);color:var(--green-800)}.TxWatcher .TxWatcher_dir_OUT{background-color:rgba(var(--orange-rgb),.7);color:var(--orange-800)}.TxWatcher .TxWatcher_dir_SELF{background-color:var(--gray-300);color:var(--gray-800)}.TxWatcher .TxWatcher_Note{overflow:auto;width:100%}.VeToken .VeToken-chart-wrapper{width:100%}.VeToken .unlocked{color:var(--red-250);padding:0 2px}.VeToken .unlocked i{font-size:.7em}.VeToken .unlock-0{color:orange}.VeToken .unlock-1{color:var(--text-2)}.VeToken .unlock-2{color:var(--text-green)}.VeToken .unlock-3{color:#12fa88}.VeToken .power{text-align:right;width:100%;font-style:italic;color:var(blue-400)}.VolumeMonitor_downloadButton{z-index:1}.VolumeMonitorGridRender{background:var(--background-1);overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-auto-rows:min-content;user-select:none}.VolumeMonitorGridRender .VolumeMonitorGridRender_item{border-bottom:solid 1px var(--gray-700);border-right:solid 1px var(--gray-800);position:relative;cursor:default}.VolumeMonitorGridRender .Axes .x-axis text{fill:var(--gray-400)}.VolumeMonitorGridRender .Axes .y-axis text{fill:var(--gray-150)}.VolumeMonitorGridRender{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.VolumeMonitorGridRender::-webkit-scrollbar{width:3px;height:3px;display:initial}.VolumeMonitorGridRender::-webkit-scrollbar-track{background:var(--background-1)}.VolumeMonitorGridRender::-webkit-scrollbar-thumb{background:var(--background-4)}.VolumeMonitorGridRender::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.VolumeMonitorBody img{display:block;width:12px;height:12px}.SankeyChart{background-color:var(--background-1)}.AddressTokenFlows .lookback-select{margin-right:.5rem}.AddressTokenFlows .balance-delta{box-sizing:border-box;padding:2px 10px}.AddressTokenFlows .balance-delta .PercentBar{margin-top:0;height:15px}.AddressTokenFlows .balance-delta.balance-delta-1 .PercentBar{border:1px solid rgba(var(--green-rgb),.5)}.AddressTokenFlows .balance-delta.balance-delta-1 .PercentBar .PercentBar-fill{background:rgba(var(--green-rgb),.4)}.AddressTokenFlows .balance-delta.balance-delta--1 .PercentBar{border:1px solid rgba(var(--red-rgb),.5)}.AddressTokenFlows .balance-delta.balance-delta--1 .PercentBar .PercentBar-fill{background:rgba(var(--red-rgb),.4)}.LpPositionDetailed{background:var(--background-2);color:var(--text-1)}.LpPositionDetailed .LpPositionDetailed_body{font-size:.9em}.LpPositionDetailed .ParsecTitle{min-height:30px}.LpPositionDetailed .LpPositionDetailed_subTitle{margin-left:8px;background:var(--background-3);border:solid 1px var(--gray-700);padding:2px 4px;cursor:pointer}.LpPositionDetailed .LpPositionDetailed_subTitle span{margin-left:4px}.LpPositionDetailed .LpPositionDetailed_row{display:flex;justify-content:space-between}.LpPositionDetailed *{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.LpPositionDetailed *::-webkit-scrollbar{width:3px;height:3px;display:initial}.LpPositionDetailed *::-webkit-scrollbar-track{background:var(--background-1)}.LpPositionDetailed *::-webkit-scrollbar-thumb{background:var(--background-4)}.LpPositionDetailed *::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.LpPositionDetailed_infoPanel{background:var(--background-3);z-index:5;position:absolute;top:4px;left:4px;border:solid 1px var(--gray-600);margin-right:4px;margin-bottom:4px;height:80%;z-index:6}.LpPositionDetailed_infoPanel .LpPositionDetailed_infoPanel_text{padding:0 8px;max-width:420px;max-height:100%;overflow-y:auto}.LpPositionDetailed_infoPanel label{display:block;margin-top:8px;margin-bottom:8px;color:var(--gray-400)}.LpPositionDetailed_infoPanel p{font-size:.9em}.LpPositionAttributes{height:100%;overflow-y:scroll;width:calc(100% - 26px);margin:8px;padding:4px;background:var(--background-1);border:solid 1px var(--gray-700)}.LpPositionAttributes .LpPositionAttributes_grid{display:grid;grid-template-columns:50% 50%}.LpPositionAttributes .LpPositionAttributes_attribute{padding:6px;margin-bottom:4px;font-size:.9em}.LpPositionAttributes .LpPositionAttributes_attribute>:nth-child(1){color:orange;margin-bottom:2px;background:var(--background-3)}.LpPositionAttributes .LpPositionAttributes_attribute a{color:var(--text-1)}.LpPositionAttributes .LpPositionAttributes_attribute .EthAddress{font-size:1.2em}.LpPositionAttributes .LpPositionAttributes_attribute .EthAddress .address-name{margin-top:4px}.LpPositionAttributes_farming{background:var(--background-4);border-left:1px solid var(--red-400)}.LpPositionDistributionChart{border:solid 1px var(--gray-700);margin:8px 8px 8px 0}.LpPositionDistributionChart .LpPositionDistributionChart_title{font-size:.9em;background:rgba(var(--onyx-rgb),.8);padding:4px;border:solid 1px var(--gray-700);position:absolute;top:4px;left:4px;z-index:1}.LpPositionDistributionChart .LpPositionDistributionChart_colorPreview{width:6px;height:6px;border-radius:50%;margin-right:4px}.LpPositionDistributionChart .LpPositionDistributionChart_liquidityLabel{font-size:.8em;background:rgba(var(--onyx-rgb),.8);z-index:4;position:absolute;top:4px;left:6px;display:flex;align-items:center}.LpPositionRangeChart{border:solid 1px var(--gray-700);margin:8px 8px 8px 0}.LpPositionRangeChart .LpPositionRangeChart_positionSizeLabel{font-size:.7em;font-family:sans-serif;position:absolute;color:rgba(var(--softwhite-rgb),.7);background:var(--background-1);padding:2px;border:solid 1px var(--gray-700);z-index:5}.LpPositionRangeChart .LpPositionRangeChart_colorPreview{width:5px;height:5px;border-radius:50%;margin-right:4px}.LpPositionRangeChart .LpPositionRangeChart_positionSubChartLabels{transition:opacity .2s}.LpPositionRangeChart .LpPositionRangeChart_rangeLabel{font-size:.8em;background:rgba(var(--onyx-rgb),.8);z-index:4;position:absolute;top:18px;left:6px;display:flex;align-items:center}.LpPositionRangeChart .LpPositionRangeChart_priceLabel{font-size:.8em;background:rgba(var(--onyx-rgb),.8);z-index:4;position:absolute;top:4px;left:6px;display:flex;align-items:center}.LpPositionRangeChart .LpPositionRangeChart_addsLabel{font-size:.8em;background:rgba(var(--onyx-rgb),.8);z-index:4;position:absolute;bottom:82px;left:6px;display:flex;align-items:center}.LpPositionRangeChart .LpPositionRangeChart_removesLabel{font-size:.8em;background:rgba(var(--onyx-rgb),.8);z-index:4;position:absolute;bottom:70px;left:6px;display:flex;align-items:center}.LpPositionTitle{display:flex;justify-content:space-around;background:var(--background-3);border-bottom:solid 1px var(--gray-700);white-space:nowrap;text-align:center}.LpPositionTitle>div{margin:4px}.LpPositionTitle>div>:nth-child(1){color:var(--text-1);text-decoration:underline;text-decoration-color:var(--gray-400)}.LpPositionTitle>div>:nth-child(2){color:var(--text-1)}.AmmLpPositions .total-capital{background:var(--background-3);padding:2px 4px;color:orange;border:1px solid var(--gray-700);margin-right:8px}.AmmLpPositions .UniV3LpPosition{cursor:pointer}.AmmLpPositions .UniV3LpPosition small{background:var(--background-4);padding:0 3px;border-radius:2px;font-size:.8em;border:1px solid var(--gray-600);margin:auto}.AmmLpPositions .UniV3LpPosition .lp-active-capital{text-align:center;min-width:100px}.AmmLpPositions .UniV3LpPosition .lp-active-capital .active-capital-dollars{padding-bottom:2px;margin-bottom:4px}.AmmLpPositions .UniV3LpPosition .lp-active-capital .active-capital-dollars span{border:solid 1px var(--gray-700);padding:1px 2px;color:var(--text-green);font-size:.9em}.AmmLpPositions .UniV3LpPosition .lp-active-capital .range-text{font-size:.7em}.AmmLpPositions .UniV3LpPosition .farming{background:var(--background-4);font-size:.7em;border-left:2px solid var(--red-400);padding:1px 3px}.AmmLpPositions .LpPositionViz{height:44px;width:100%;padding:4px;shape-rendering:crispEdges}.AmmLpPositions .LpPositionViz text{font-size:1em;stroke:none;fill:var(--softwhite)}.AmmLpPositions .parsec-axis path,.AmmLpPositions .parsec-axis line{stroke:var(--gray-600)}.NftLpPosition .NftLpDetailed_TopRow{height:36px;border-bottom:1px dotted var(--gray-700);display:flex;align-items:center;background:var(--background-3)}.NftLpPosition .NftLpDetailed_TopRow>div{flex:1;text-align:center;color:var(--text-1);font-size:.85em}.NftLpPosition .NftLpDetailed_TopRow>div>div:first-child{text-decoration:underline}.NftLpPosition .NftLpDetailed_TopRow .qty{color:var(--text-green)}.NftLpPosition .NftLpDetailed{border:1px solid var(--text-green)}.NftLpPosition .NftLpDetailedStats{color:var(--text-1);margin:5px 7px;padding:10px 5px;overflow:scroll;border:1px solid var(--gray-700);background:var(--background-1);height:calc(100% - 60px)}.NftLpPosition .NftLpDetailedStats .stat-grid{display:grid;grid-template-columns:50% 50%}.NftLpPosition .NftLpDetailedStats .stat-entry{padding:0 5px 10px;font-size:.8em}.NftLpPosition .NftLpDetailedStats .stat-entry>div:first-child{color:orange;background:var(--background-3);margin-bottom:3px}.NftLpPositions .pool-type{font-size:.8em;padding:1px 3px}.NftLpPositions .pool-type.bids{background:rgba(var(--green-rgb),.7)}.NftLpPositions .pool-type.asks{background:rgba(var(--orange-rgb),.7);color:var(--gray-900)}.NftLpPositions .pool-type.range{background:rgba(var(--primary-rgb),.7)}.NftLpPositions .total-liq{background:var(--background-4);color:orange;padding:1px 2px;border-radius:1px}.NftLpPositions .fee{font-size:.9em;padding-left:2px}.NftLpPositions .size{background:var(--background-4);padding:1px 2px}.NftLpPositions .NftPositionRange{width:100%}.NftPools .delta{font-size:.9em}.NftPools .delta-1{color:var(--text-green)}.NftPools .delta--1{color:var(--red-250)}.NftPools .volume-share{width:100%;padding:2px 5px}.NftPools .volume-share .PercentBar{height:12px;border:1px solid rgba(255,165,0,.5)}.NftPools .volume-share .PercentBar .PercentBar-fill{background:orange}.Lending{color:var(--text-1)}.Lending .CompoundV2-market-extended{padding:8px 0;background:var(--background-1);display:flex;border-top:1px solid var(--background-4);border-bottom:1px solid var(--background-4)}.Lending .CompoundV2-market-extended .CompoundV2-market-interest-viz{padding:5px;height:175px}.Lending .CompoundV2-market-extended .CompoundV2-market-interest-viz .error{text-align:center;background:var(--background-1)}.Lending .lending-market-stats{flex:1;min-width:188px;background:var(--background-1);padding:4px}.Lending .lending-market-stats>div{display:flex;padding:8px;margin-bottom:4px;justify-content:space-between;background:var(--background-2)}.Lending .lending-market-stats>div>span:nth-child(2){text-align:right}.Lending .lending-market-stats a{color:var(--text-2)}.Lending .lending-market-stats.lending-market-stats-isolated{padding:5px 15px}.Lending .lending-market-stats.lending-market-stats-isolated>div{padding:8px}.Lending .lending-market-viz{flex:2;position:relative;background:var(--background-1);padding-top:8px;padding-left:8px;padding-right:4px}.Lending .lending-market-viz .viz-wrapper{height:175px}.Lending .lending-market-viz .price-grid line{stroke:var(--gray-700)}.Lending .lending-market-viz .price-grid path{stroke:transparent}.Lending .ProtocolSubtitle{background:var(--background-1)}.Lending .timeframe{display:inline-block;position:absolute;top:0;right:4px;z-index:2000000000}.LendingMarketPicker_result img{width:16px;height:16px}.LendingMarketDetailed{color:var(--text-1);background:var(--background-1)}.LendingMarketDetailed .lending-market-stats{background:var(--background-1);padding:4px 4px 8px;white-space:nowrap;min-width:220px;max-width:220px;border-right:solid 1px var(--gray-800)}.LendingMarketDetailed .lending-market-stats .stat{display:flex;padding:8px;justify-content:space-between;background:var(--background-2);margin-bottom:6px}.LendingMarketDetailed .lending-market-stats .stat>span:nth-child(1){color:var(--text-1)}.LendingMarketDetailed .lending-market-stats .stat>span:nth-child(2){text-align:right}.LendingMarketDetailed .LendingPositionsDetailed_Tabs{position:relative;width:100%;padding:0}.LendingMarketDetailed .ChartPanel_bottomChart{border-top:solid 1px var(--gray-800)}.LendingMarketDetailed .InterestRateSimulations{overflow:auto}.LendingMarketDetailed .InterestRateSimulations{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.LendingMarketDetailed .InterestRateSimulations::-webkit-scrollbar{width:3px;height:3px;display:initial}.LendingMarketDetailed .InterestRateSimulations::-webkit-scrollbar-track{background:var(--background-1)}.LendingMarketDetailed .InterestRateSimulations::-webkit-scrollbar-thumb{background:var(--background-4)}.LendingMarketDetailed .InterestRateSimulations::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.LendingPortfolio{color:var(--text-1);background:var(--background-1)}.LendingPortfolio .Collateral-title,.LendingPortfolio .Debts-title{border-bottom:1px solid blueviolet;padding:5px 4px;background:var(--background-3)}.LendingPortfolio .Collateral-title:hover,.LendingPortfolio .Debts-title:hover{background:var(--background-4)}.LendingPortfolio .Collateral{padding:5px 5px 0}.LendingPortfolio .Collateral span{padding:2px}.LendingPortfolio .Collateral .fa-ellipsis-h,.LendingPortfolio .Collateral .fa-times-circle{float:right;cursor:pointer}.LendingPortfolio .Debts{padding:5px}.LendingPortfolio .Debts span{padding:2px}.Lending-line-item{font-size:.9em;background:var(--background-1);border-bottom:1px solid var(--gray-700);padding:3px 2px;display:flex}.Lending-line-item>span:nth-child(1){flex:4}.Lending-line-item>span:nth-child(2){flex:3}.Lending-line-item>span:nth-child(3){flex:3}.Lending-line-item>span:nth-child(4){flex:2}.Lending-line-item .protocol{flex:2;text-align:center;background:var(--background-3)}@media screen and (max-width: 1600px){.LendingPositionsDetailed .LendingPositionsDetailed_content{flex-direction:column}}.LendingPositionsDetailed .LendingPositionsDetailed_content .LendingPositionsDetailed_table{width:350px}@media screen and (max-width: 1600px){.LendingPositionsDetailed .LendingPositionsDetailed_content .LendingPositionsDetailed_table{width:100%}}.LendingPositionsDetailed .LendingPositionsDetailed_chart{width:calc(100% - 359px);padding-left:8px;border-top:solid 1px var(--gray-700);border-left:solid 1px var(--gray-700)}@media screen and (max-width: 1600px){.LendingPositionsDetailed .LendingPositionsDetailed_chart{width:100%}}.LendingPositionsDetailed .lending-position-drilldown-viz{border-top:1px solid var(--gray-700);padding-top:4px;padding-right:4px}.LendingPositionsDetailed .lending-position-drilldown-viz .parsec-axis line,.LendingPositionsDetailed .lending-position-drilldown-viz .parsec-axis path{stroke:var(--gray-400)}.LendingPositionsDetailed .lending-position-drilldown-viz .parsec-axis text{font-size:.7rem;fill:var(--text-1);stroke:none}.LendingPositionsDetailed .borrow-bar{fill:var(--red-400)}.LendingPositionsDetailed .supply-bar{fill:rgba(var(--primary-rgb),.8)}.LendingPositionsDetailed .PositionsDetailedEvents{margin-right:4px;border:solid 1px var(--gray-700)}.LendingPositionsDetailed .PositionsDetailedEvents img{width:12px;height:12px}.LendingPositionsDetailed .PositionDetailedHistory_chart{position:relative;border:solid 1px var(--gray-700);margin-right:8px}.LendingPositionsDetailed .PositionDetailedTable_protocol img{width:14px;height:14px}.PositionDetailedHistory{position:relative;min-height:300px}.PositionDetailedHistory .PositionDetailedHistory_legend{pointer-events:none;position:absolute;top:36px;right:12px;color:var(--text-1);background:var(--background-3);border:solid 1px var(--gray-700);padding:4px;z-index:10;display:flex;flex-direction:column;row-gap:4px}.PositionDetailedHistory .PositionDetailedHistory_allChart{position:relative;border-bottom:solid 1px var(--gray-800)}.PositionDetailedHistory .PositionDetailedHistory_allChart:last-child{border-bottom:none}.NftCollectionFlows .flow-usd-up{color:var(--text-green)}.NftCollectionFlows .flow-usd-down{color:var(--red-400)}.NftPortfolioHeader{height:100px;min-height:120px;max-height:120px}.ExpandedCollectionRow{background:var(--background-1);border-top:solid 1px var(--gray-600);border-bottom:solid 1px var(--gray-600);padding:8px}.ExpandedCollectionRow .ExpandedCollectionRow_ownedItems{max-width:160px;max-height:152px;overflow:auto}.ExpandedCollectionRowPriceChart{border:solid 1px var(--orange-750);background:var(--orange-850)}.PerpetualsPositions_body{display:flex}.PerpetualsPositions_left{width:500px;min-width:500px;max-width:500px}.PerpetualsPositions_left.PerpetualsPositions_leftThin{width:100%;min-width:unset;max-width:unset}.PerpetualsPositions_left:not(.PerpetualsPositions_leftThin) .ParsecTable{border-right:solid 1px var(--background-4)}.PerpetualsPositions_right{width:100%;padding:8px;display:flex;flex-direction:column;row-gap:8px}.PerpetualsPositions_right>div{border:solid 1px var(--background-4)}.PerpetualsPositions_detailed{background-color:var(--background-1);border-top:solid 1px var(--background-4);border-bottom:solid 1px var(--background-4)}.PerpetualsTable img{height:15px;width:15px}.PerpetualsTable .funding-neg{color:var(--red-400)}.PerpetualsTable .funding-pos{color:var(--text-green)}.PerpetualsTable .PerpetualsTable-body{overflow-y:scroll}.PerpetualsTable .PerpetualsTable-body .perpetual-row{user-select:none;background:var(--background-1);color:var(--text-1);border-bottom:1px solid var(--gray-700);display:flex;padding:0 3px;font-size:.9em;cursor:pointer}.PerpetualsTable .PerpetualsTable-body .perpetual-row>span{flex:3;padding:3px 4px 3px 2px;text-align:right}.PerpetualsTable .PerpetualsTable-body .perpetual-row>span:nth-child(odd){flex:4;background:var(--background-1)}.PerpetualsTable .PerpetualsTable-body .perpetual-row>span:first-child{text-align:left;overflow-x:scroll;white-space:no-wrap}.PerpetualsTable .PerpetualsTable-body .perpetual-row>span:first-child img{vertical-align:middle}.PerpetualsTable .PerpetualsTable-body .perpetual-row-header span{background:var(--gray-800)!important}.PerpetualsTable .PerpetualsTable-body .perpetual-extended{background:var(--background-1);padding:5px 5px 10px;border-bottom:1px solid var(--gray-700);color:var(--text-1);display:flex}.PerpetualsTable .PerpetualsTable-body .perpetual-extended .stats{flex:2;font-size:.9em;margin-right:4px}.PerpetualsTable .PerpetualsTable-body .perpetual-extended .stats>div{display:flex;padding:2px}.PerpetualsTable .PerpetualsTable-body .perpetual-extended .stats>div span{flex:1}.PerpetualsTable .PerpetualsTable-body .perpetual-extended .stats>div span:first-child{color:orange}.PerpetualsTable .PerpetualsTable-body .perpetual-extended .stats>div span:nth-child(2){background:var(--background-1);text-align:right}.PerpetualsTable .PerpetualsTable-body .perpetual-extended .charts{flex:3}.PerpetualsTable .PerpetualsTable-body .perpetual-extended .charts>div>div:first-child{padding:2px;font-size:.8em;background:var(--background-1)}.PerpetualsTable .PerpetualsTable-body .funding-viz{background:var(--background-1)}.PerpetualsTable .PerpetualsTable-body .funding-viz .parsec-axis{font-size:.5rem}.PerpetualsTable .PerpetualsTable-body .funding-viz .axis-y text{transform:rotate(30deg) translate(5px,-10px);text-anchor:middle}.PerpetualsTable .PerpetualsTable-body .liq-prices-viz{background:var(--background-1)}.PerpetualsTable .PerpetualsTable-body .liq-prices-viz .axis{font-size:.5rem}.StablecoinVolumeProfile{position:relative}.StablecoinVolumeProfile .selected-symbol{background:#5c2be280;border-left:2px solid var(--primary-1);padding:0 5px;font-size:.9em}.StablecoinVolumeProfile .StablecoinVolumeProfile-legend{position:absolute;top:36px;right:45px;border:1px solid rgba(var(--primary-rgb),.5);background:rgba(var(--softwhite-rgb),.75)}.StablecoinVolumeProfile .StablecoinVolumeProfile-legend div{padding:2px;font-size:.8em;display:flex;align-items:center}.StablecoinVolumeProfile .StablecoinVolumeProfile-legend .color-block{display:inline-block;width:10px;height:10px;margin-left:3px}.StablecoinVolumeProfile .CurrencyFolder-wrapper{margin-top:-2px}.StablecoinVolumeProfile .StablecoinVolumeProfile-viz{font-size:.9em}.StablecoinVolumeProfile .StablecoinVolumeProfile-viz .price-grid line{stroke:var(--gray-700)}.StablecoinVolumeProfile .StablecoinVolumeProfile-viz .price-grid path{stroke:none}.StablecoinVolumeProfile .StablecoinVolumeProfile-viz .axis line,.StablecoinVolumeProfile .StablecoinVolumeProfile-viz .axis text,.StablecoinVolumeProfile .StablecoinVolumeProfile-viz .axis path{stroke:var(--softwhite)}.MarketCapTreemap .MarketCapTreemap_backArrow{cursor:pointer;position:absolute;right:4px;top:36px;z-index:10;color:var(--text-2);background:var(--background-1);border:solid 1px var(--gray-700);padding:4px;font-size:12px}.LendingMarketsTreemap .lending-markets-treemap-body{position:relative}.LendingMarketsTreemap .title{border-bottom:solid 1px var(--gray-700)}.LendingMarketsTreemap .back-arrow{position:absolute;top:6px;right:6px;cursor:pointer;z-index:2;color:var(--text-1)}.LendingMarketsTreemap .tooltip{position:absolute;visibility:hidden;font-size:.9em;padding:2px;text-align:center;color:var(--gray-900);background:var(--text-1);border:1px solid var(--gray-900)}.LendingMarketsTreemap .tooltip .tooltip-item{display:flex;justify-content:space-between}.LendingMarketsTreemap .tooltip .tooltip-item>span{padding:2px}.LendingMarketsTreemap .tooltip .tooltip-title{font-size:1.2em}.LendingMarketsTreemap .tooltip .PercentBar{box-sizing:border-box;border:1px solid var(--gray-600);background:var(--gray-600);position:relative;height:20px;width:150px}.LendingMarketsTreemap .tooltip .PercentBar .PercentBar-fill{position:absolute;left:0;background:var(--blue-400);height:100%}.LiquidationsTreemap_chart{width:100%}.LiquidationsTreemap{position:relative}.LiquidationsTreemap .FolderUtil-open{position:relative;z-index:200000001}.LiquidationsTreemap .FolderUtil-open .folder-option{z-index:2000000002}.PolymarketFlows .balance-delta{box-sizing:border-box;padding:2px 10px}.PolymarketFlows .balance-delta .PercentBar{margin-top:0;height:15px}.PolymarketFlows .balance-delta.balance-delta-1 .PercentBar{border:1px solid rgba(44,146,205,.5)}.PolymarketFlows .balance-delta.balance-delta-1 .PercentBar .PercentBar-fill{background:#2c92cd}.PolymarketFlows .balance-delta.balance-delta--1 .PercentBar{border:1px solid rgba(255,88,66,.5)}.PolymarketFlows .balance-delta.balance-delta--1 .PercentBar .PercentBar-fill{background:#ff5842}.PolymarketFlows_change{width:170px;display:flex;justify-content:space-between;align-items:center}.PolymarketFlows_change>div{padding:2px}.PolymarketTraderFlows .balance-delta{box-sizing:border-box;padding:2px 10px}.PolymarketTraderFlows .balance-delta .PercentBar{margin-top:0;height:15px}.PolymarketTraderFlows .balance-delta.balance-delta-1 .PercentBar{border:1px solid rgba(44,146,205,.5)}.PolymarketTraderFlows .balance-delta.balance-delta-1 .PercentBar .PercentBar-fill{background:#2c92cd}.PolymarketTraderFlows .balance-delta.balance-delta--1 .PercentBar{border:1px solid rgba(255,88,66,.5)}.PolymarketTraderFlows .balance-delta.balance-delta--1 .PercentBar .PercentBar-fill{background:#ff5842}.PerpPortfolio_tabs{background-color:var(--background-1);padding:0 8px}.Subheader_layoutModal{width:600px}.Subheader_layoutModal .ParsecIconButton{z-index:2}.Subheader_layoutModal .CreateLayout_presets{margin-top:16px;margin-bottom:16px;user-select:none;height:max(280px,50vh);overflow-y:auto;padding:8px;border:solid 1px var(--gray-700)}.Subheader_layoutModal .CreateLayout_presets{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.Subheader_layoutModal .CreateLayout_presets::-webkit-scrollbar{width:3px;height:3px;display:initial}.Subheader_layoutModal .CreateLayout_presets::-webkit-scrollbar-track{background:var(--background-1)}.Subheader_layoutModal .CreateLayout_presets::-webkit-scrollbar-thumb{background:var(--background-4)}.Subheader_layoutModal .CreateLayout_presets::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.Subheader_layoutModal .CreateLayout_preset{align-items:center;display:flex;background:var(--background-3);border:solid 1px var(--gray-700);padding:8px;margin:4px 0;font-size:.9rem;cursor:pointer;min-height:28px}.Subheader_layoutModal .CreateLayout_preset .ParsecInputBase{border-color:var(--gray-600)}.Subheader_layoutModal .CreateLayout_preset:hover{background:var(--background-4);border-color:var(--gray-600)}.Subheader_layoutModal .CreateLayout_preset.selected{background:rgba(var(--primary-rgb),.3);border-color:rgba(var(--primary-rgb),.7)}.Subheader_layoutModal .CreateLayout_presetTitle{width:160px;color:var(--text-1)}.Subheader_layoutModal .CreateLayout_presetDescription{flex:4;text-transform:lowercase}.Subheader_layoutModal .CreateLayout_presetRow{display:flex;text-transform:lowercase;align-items:center;font-size:.9rem;margin-left:16px;margin-top:12px;margin-bottom:12px}.Subheader_layoutModal .CreateLayout_presetRow span{margin-right:4px}.Subheader_layoutModal .CreateLayout_notice{font-size:.9rem;text-align:center;padding-bottom:16px}.Subheader_layoutModal .CreateLayout_notice a{color:var(--text-2)}.action-buttons{display:flex;margin-top:1rem;margin-bottom:.5rem;justify-content:center}.action-buttons button{color:var(--text-1);text-transform:lowercase}.action-buttons button:first-of-type{background:var(--background-4);margin-right:.5rem}.action-buttons button:nth-of-type(2){background:var(--primary-1)}.action-buttons button:nth-of-type(2):disabled{cursor:default;background:var(--gray-200);color:var(--gray-600)}.shared-layout-link{display:flex;align-items:center}.shared-layout-link .ParsecInput{padding:.5rem}.shared-layout-link .copy{background:var(--primary-1)}.shared-layout-link .copy .fa-copy{margin-right:.275rem;color:var(--gray-50);font-size:.875rem}.LayoutSharingOptions{display:flex;flex-direction:column;margin:.5rem 0;gap:.5rem;font-size:.9rem;color:var(--text-1)}.LayoutSharingOptions>div{display:flex;align-items:center;gap:.5rem}.ShareLayout{width:480px}.ShareLayout h2{margin-bottom:2.25rem}.ShareLayout .shared-layout .preview-link{margin-bottom:1.375rem}.ShareLayout .shared-layout .preview-link .ParsecInput{border:1px solid var(--gray-700)}.ShareLayout .shared-layout .team-note{padding-top:.5rem;font-size:.875rem;font-style:italic}.ShareLayout .loader{padding:1rem}.RenameLayout{width:400px}.RenameLayout .layout-name h4,.RenameLayout .layout-type h4{margin:.5rem 0;font-weight:400}.RenameLayout .layout-name{margin:10px 0;text-align:center}.RenameLayout .layout-name input{display:block;width:100%;border:1px solid var(--gray-700);background:var(--text-1);color:var(--gray-900);padding:6px}.RenameLayout .layout-name input:focus{outline:none}.RenameLayout .layout-name .error{display:none;font-size:.875rem;color:var(--red-400);margin-top:4px}.RenameLayout .layout-name .show{display:block}.ParsecDocsFooter{position:relative;background:var(--background-1);border-top:solid 1px var(--gray-600);min-height:39px;display:flex;align-items:center;justify-content:center;column-gap:16px}.ParsecDocsFooter a{display:flex;align-items:center;color:var(--text-1);column-gap:6px;text-decoration:none;white-space:nowrap}.ParsecDocsFooter a:hover{text-decoration:underline}.ParsecDocsFooter svg{color:var(--text-2);font-size:.85rem}.ParsecDocsFooter .ParsecDocsFooter_discord{position:absolute;right:16px}.ParsecDocsFooter .ParsecDocsFooter_discord img{filter:invert(50%)}@media (max-width: 900px){.ParsecDocsFooter .ParsecDocsFooter_discord{display:none}}.ParsecTitleBlock .ParsecTitleBlock_link{font-size:1.3rem;margin-left:8px}.ParsecTitleBlock .ParsecTitleBlock_link svg:hover{color:var(--text-2)}.ParsecTitleBlock .ParsecTitleBlock_link svg:active{color:var(--gray-600)}.ParsecDocLinkBlock{display:flex;padding:16px;border:solid 1px var(--gray-700);text-align:center;position:relative;cursor:pointer;color:inherit}.ParsecDocLinkBlock .ParsecDocLinkBlock_text{margin:auto;color:var(--text-2)}.ParsecDocLinkBlock .ParsecDocLinkBlock_icon{position:absolute;top:16px;left:16px;color:var(--gray-600)}.ParsecDocLinkBlock:hover{border-color:var(--gray-600)}.ParsecDocLinkBlock:hover .ParsecDocLinkBlock_text{color:var(--text-1)}.ParsecDocLinkBlock:hover .ParsecDocLinkBlock_icon{color:var(--text-2)}.ParsecDocLinkBlock.ParsecDocLinkBlock_special{margin:auto;max-width:580px;box-sizing:border-box;background:var(--blurple-700);border:solid 1px var(--primary-2)}.ParsecDocLinkBlock.ParsecDocLinkBlock_special .ParsecDocLinkBlock_text{color:var(--softwhite)}.ParsecDocLinkBlock.ParsecDocLinkBlock_special .ParsecDocLinkBlock_icon{left:unset;right:16px;color:var(--text-1)}.ParsecDocLinkBlock.ParsecDocLinkBlock_special:hover{background:var(--blurple-650);border:solid 1px var(--blurple-450)}.ParsecDocLinkBlock.ParsecDocLinkBlock_special:hover .ParsecDocLinkBlock_text,.ParsecDocLinkBlock.ParsecDocLinkBlock_special:hover .ParsecDocLinkBlock_icon{color:var(--text-1)}.ParsecIconBulletBlock{display:flex;align-items:center}.ParsecIconBulletBlock .ParsecIconBulletBlock_icon{display:block;margin-right:16px;background:var(--background-3);border:solid 1px var(--gray-700);color:var(--text-2);border-radius:50%;display:flex;align-items:center;justify-content:center;height:28px;min-width:28px;width:28px;font-size:12px}.ParsecIconBulletBlock .ParsecIconBulletBlock_icon .fa{color:var(--text-1)}.ParsecImageBlock img{border:solid 1px var(--gray-600);margin:auto;display:block}.ParsecImageBlock .ParsecImageBlock_caption{color:var(--gray-400);text-align:center;margin:4px auto auto;font-size:.8rem;font-style:italic}.ParsecSubtitleBlock{font-weight:400;color:var(--gray-250);font-size:1rem;margin:0;padding:4px 0 0}.ParsecTextBlock{padding:0;margin:0;color:var(--text-1)}.ParsecVideoBlock video{border:solid 1px var(--gray-700);margin:auto;display:block;width:580px}@media (max-width: 1000px){.ParsecVideoBlock video{width:60vw;border:none}}.ParsecVideoBlock .ParsecVideoBlock_caption{color:var(--gray-400);text-align:center;margin:4px auto auto;font-size:.8rem;font-style:italic}.ParsecWordBulletBlock{display:flex}.ParsecWordBulletBlock .ParsecWordBulletBlock_word{display:block;margin-right:16px;margin-top:24px;color:var(--text-2);font-size:.9rem;min-width:100px;max-width:100px}.ParsecDocsPage .ParsecTextBlock,.ParsecDocsPage .ParsecDocLinkBlock,.ParsecDocsPage .ParsecImageBlock,.ParsecDocsPage .ParsecVideoBlock{margin-bottom:24px}.ParsecDocsPage .ParsecTextBlock:not(:first-child),.ParsecDocsPage .ParsecDocLinkBlock:not(:first-child),.ParsecDocsPage .ParsecImageBlock:not(:first-child),.ParsecDocsPage .ParsecVideoBlock:not(:first-child){margin-top:24px}.ParsecDocsPage .ParsecIconBulletBlock .ParsecTextBlock{margin-top:12px;margin-bottom:12px}.ParsecDocsSideBar{user-select:none;min-width:220px;max-width:220px;overflow-y:auto;background:var(--background-3);padding:8px 0 8px 8px;border-right:solid 1px var(--gray-600);cursor:pointer;box-sizing:border-box;font-size:1rem}.ParsecDocsSideBar .ParsecDocsSideBar_sectionTitle{color:var(--text-1);text-transform:capitalize;padding:8px;display:flex}.ParsecDocsSideBar .ParsecDocsSideBar_sectionTitle .ParsecDocsSideBar_sectionTitleIcon{font-size:.8rem;margin-left:auto;padding-right:4px;color:var(--gray-400)}.ParsecDocsSideBar .ParsecDocsSideBar_sectionTitle:hover{background:var(--hover-background)}.ParsecDocsSideBar .ParsecDocsSideBar_pageTitle{color:var(--text-1);padding:8px;margin-left:8px;border-left:solid 1px var(--gray-600);transition:background .2s,color .2s}.ParsecDocsSideBar .ParsecDocsSideBar_pageTitle:hover{background:var(--hover-background)}.ParsecDocsSideBar .ParsecDocsSideBar_pageTitle:not(.selected){padding-top:9px;padding-bottom:9px}.ParsecDocsSideBar .ParsecDocsSideBar_pageTitle.selected{background:var(--blurple-700);color:var(--gray-100);border-top:solid 1px var(--gray-600);border-bottom:solid 1px var(--gray-600)}.ParsecDocsSideBar{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ParsecDocsSideBar::-webkit-scrollbar{width:3px;height:3px;display:initial}.ParsecDocsSideBar::-webkit-scrollbar-track{background:var(--background-1);border-top:solid 1px var(--background-4);border-bottom:solid 1px var(--background-4);border-left:solid 1px var(--background-4)}.ParsecDocsSideBar::-webkit-scrollbar-thumb{background:var(--background-4)}.ParsecDocsSideBar::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.HelpModal .HelpModal_row{display:flex;width:max(900px,80vw);height:610px}@media (max-width: 1000px){.HelpModal .HelpModal_row{width:90vw}}.HelpModal .HelpModal_main{margin:auto;width:100%}.HelpModal .HelpModal_main .ParsecDocsPage{padding:24px 64px;min-height:570px;max-height:570px;overflow-y:auto;box-sizing:border-box}.HelpModal .HelpModal_main .ParsecDocsPage{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.HelpModal .HelpModal_main .ParsecDocsPage::-webkit-scrollbar{width:3px;height:3px;display:initial}.HelpModal .HelpModal_main .ParsecDocsPage::-webkit-scrollbar-track{background:var(--background-1)}.HelpModal .HelpModal_main .ParsecDocsPage::-webkit-scrollbar-thumb{background:var(--background-4)}.HelpModal .HelpModal_main .ParsecDocsPage::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.HelpModal .HelpModal_main .ParsecDocsPage::-webkit-scrollbar{width:8px;display:initial}.key-bindings-list{display:flex;flex-wrap:wrap}.key-bindings-list .key-binding{margin-bottom:1rem;width:50%}.key-bindings-list .key-binding h3{margin:.5rem 0;font-size:1rem}.key-bindings-list .key-binding .key{background:var(--background-4);padding:.25rem .5rem;font-weight:700;margin:0 .25rem;border-radius:4px;min-width:14px;min-height:14px;text-align:center}.AddressBook .AddressBook-title{display:flex;justify-content:center;align-items:center}.AddressBook .AddressBook-title .toggle-icon{margin-left:.5rem}.AddressBook .AccountManagement{padding:.75rem 1rem;margin-bottom:10px;border-top:1px solid var(--gray-800);border-bottom:1px solid var(--gray-800)}.AddressBook .AccountManagement .account-address{display:flex;flex-direction:column;margin-bottom:.75rem}.AddressBook .AccountManagement .account-address label{margin-bottom:.25rem}.AddressBook .AccountManagement .account-address input{padding:.25rem .5rem}.AddressBook .AccountManagement .account-options{display:flex;justify-content:space-between}.AddressBook .AccountManagement .account-options .account-name,.AddressBook .AccountManagement .account-options .account-chain,.AddressBook .AccountManagement .account-options .account-is-signer{display:flex;flex-direction:column}.AddressBook .AccountManagement .account-options .account-name label,.AddressBook .AccountManagement .account-options .account-chain label,.AddressBook .AccountManagement .account-options .account-is-signer label{margin-bottom:.25rem}.AddressBook .AccountManagement .account-options .account-is-signer .read-only-tooltip{display:flex;flex-direction:row;margin-bottom:.25rem}.AddressBook .AccountManagement .account-options .account-is-signer .read-only-tooltip .fa-question-circle{margin-left:.25rem}.AddressBook .AccountManagement .account-options .account-name input{padding:.25rem .5rem}.AddressBook .AccountManagement .add-account{margin-top:.75rem}.AddressBook .Account{display:flex;padding:0 10px 10px}.AddressBook .Account .account-label{padding:3px 6px;color:var(--gray-900);flex:1}.AddressBook .Account .account-label small{color:var(--gray-600)}.AddressBook .Account .account-address{padding:3px 6px;background:var(--background-3);color:var(--text-1);font-size:.8em;flex:2}.AddressBook .Account .AccountActions .account-actions-closed{background:var(--background-1);color:var(--text-1);padding:2px 5px;cursor:pointer}.AddressBook .Account .AccountActions .account-actions-open .fa-trash-can{background:var(--red-400);padding:3px 2px;color:var(--gray-900);cursor:pointer}.AddressBook .Account .AccountActions .account-actions-open .fa-pencil,.AddressBook .Account .AccountActions .account-actions-open .fa-xmark{background:var(--background-4);color:var(--text-1);padding:3px 8px;cursor:pointer}.AddressBook .Account .read-only{background:#b3b3b3;font-size:.5em;font-style:italic;padding:2px 3px;border-radius:3px}.ListEditorInterface{text-align:left}.ListEditorInterface h3{font-weight:400;color:var(--text-2)}.ListEditorInterface label{font-size:.9rem;color:var(--text-2)}.ListEditorInterface_left{text-align:center;min-height:300px;width:200px;overflow:hidden;position:relative;margin-right:32px;padding-top:8px}@media screen and (max-width: 750px){.ListEditorInterface_left{margin-right:0;flex-direction:row;flex-wrap:wrap;width:100%}}.ListEditorInterface_left .ListEditorInterface_menuButton{display:block;margin:auto}.ListEditorInterface_left .ListEditorInterface_leftLists{margin-top:12px;padding-top:16px;border-top:solid 2px var(--gray-800);max-height:260px;overflow-y:auto}.ListEditorInterface_left .ListEditorInterface_leftLists{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ListEditorInterface_left .ListEditorInterface_leftLists::-webkit-scrollbar{width:3px;height:3px;display:initial}.ListEditorInterface_left .ListEditorInterface_leftLists::-webkit-scrollbar-track{background:var(--background-1)}.ListEditorInterface_left .ListEditorInterface_leftLists::-webkit-scrollbar-thumb{background:var(--background-4)}.ListEditorInterface_left .ListEditorInterface_leftLists::-webkit-scrollbar-thumb:hover{background:var(--background-5)}@media screen and (max-width: 750px){.ListEditorInterface_left .ListEditorInterface_leftLists{margin-top:0;padding-top:0;width:100%;border-top:none}}.ListEditorInterface_left .ListEditorInterface_listOption{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:190px;text-align:left}.ListEditorInterface_left .ListEditorInterface_listOption.ListEditorInterface_listOptionNonEditable{color:var(--text-4)}.ListEditorInterface_left .ListEditorInterface_listOption.ListEditorInterface_listOptionNonEditable:hover{color:var(--text-3)}.ListEditorInterface_scrollableList{background:var(--background-1);border:solid 1px var(--gray-700);padding:8px;width:340px;max-height:240px;overflow-y:auto}.ListEditorInterface_scrollableList{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ListEditorInterface_scrollableList::-webkit-scrollbar{width:3px;height:3px;display:initial}.ListEditorInterface_scrollableList::-webkit-scrollbar-track{background:var(--background-1);border-top:solid 1px var(--background-4);border-bottom:solid 1px var(--background-4);border-left:solid 1px var(--background-4)}.ListEditorInterface_scrollableList::-webkit-scrollbar-thumb{background:var(--background-4)}.ListEditorInterface_scrollableList::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.ListEditorInterface_modeSearch{width:490px}.ListEditorInterface_modeSearch .ListEditorInterface_publicListResults{width:470px;max-height:310px;overflow-y:auto}.ListEditorInterface_modeSearch .ListEditorInterface_publicListResults{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ListEditorInterface_modeSearch .ListEditorInterface_publicListResults::-webkit-scrollbar{width:3px;height:3px;display:initial}.ListEditorInterface_modeSearch .ListEditorInterface_publicListResults::-webkit-scrollbar-track{background:var(--background-1)}.ListEditorInterface_modeSearch .ListEditorInterface_publicListResults::-webkit-scrollbar-thumb{background:var(--background-4)}.ListEditorInterface_modeSearch .ListEditorInterface_publicListResults::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.ListEditorInterface_modeSearch .ListEditorInterface_publicListResults .ListEditorInterface_publicListResult{width:430px;background:var(--background-3);border:solid 1px var(--gray-700);margin-bottom:8px;padding:12px}.ListEditorInterface_modeSearch .ListEditorInterface_publicListResults .ListEditorInterface_publicListResultRow{width:430px}.MyAccount{display:flex;min-height:300px;text-align:left}@media screen and (max-width: 750px){.MyAccount{flex-direction:column}}.MyAccount .ParsecSideBar{margin-right:32px}@media screen and (max-width: 750px){.MyAccount .ParsecSideBar{margin-right:0;flex-direction:row;flex-wrap:wrap}}.MyAccount .ParsecForm{flex:1}.MyAccount .MyAccount_update,.MyAccount .MyAccount_logout{display:block;margin-top:24px;min-height:32px;min-width:100px}.MyAccount .MyAccount_subscribe{margin-top:24px}.MyAccount .MyAccount_subscribe a{color:var(--text-1);border:solid 1px var(--primary-1);background:rgba(var(--primary-rgb),.6);margin-right:8px;margin-top:32px;text-decoration:none;padding:8px}.MyAccount .MyAccount_subscribe a:hover{border:solid 1px var(--primary-1);background:rgba(var(--primary-rgb),.8)}.MyAccount h3{font-weight:400;color:var(--text-2);margin:16px 0 8px}.MyAccount .api-docs-link{text-decoration:none}.MyAccount .api-docs-link:hover{text-decoration:underline}.PrivateLabel{display:flex;align-items:center;margin-bottom:.5rem;padding-left:1rem}.PrivateLabel .edit-form{display:flex;gap:1rem;align-items:center}.PrivateLabel .label-wrapper,.PrivateLabel .address,.PrivateLabel .notes{flex:1}.PrivateLabel .label{color:var(--text-2)}.PrivateLabel .label.isOwner{color:var(--text-1)}.PrivateLabel .address:hover{color:var(--text-2)}.PrivateLabel .label-wrapper .label,.PrivateLabel .label-wrapper .notes{text-align:left}.PrivateLabel .label-wrapper .label{font-size:.875rem}.PrivateLabel .label-wrapper .notes{font-size:.75rem}.PrivateLabel .actions{display:flex;align-items:center;gap:.5rem;margin-right:16px}.PrivateLabel .actions .edit-label,.PrivateLabel .actions .delete-label{margin:0;padding:0}.PrivateLabels{display:flex;padding:.5rem 0;max-height:400px}.PrivateLabels .create-label{width:250px;padding-right:1.5rem;border-right:1px solid var(--gray-700)}.PrivateLabels .create-label h4{font-weight:700;margin:0 0 .75rem}.PrivateLabels .create-label form .ParsecInput_HelperText{margin:.25rem 0;color:var(--red-400)}.PrivateLabels .create-label .csv-picker{cursor:pointer;background:var(--background-2);border:solid 1px var(--background-3)}.PrivateLabels .create-label .csv-picker:hover{background:var(--background-3);border:solid 1px var(--background-4)}.PrivateLabels .csv-button{margin-top:8px}.PrivateLabels .private-labels{width:520px;overflow:auto}.PrivateLabels .private-labels{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.PrivateLabels .private-labels::-webkit-scrollbar{width:3px;height:3px;display:initial}.PrivateLabels .private-labels::-webkit-scrollbar-track{background:var(--background-1)}.PrivateLabels .private-labels::-webkit-scrollbar-thumb{background:var(--background-4)}.PrivateLabels .private-labels::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.SharedComponents{text-align:left}.SharedComponents h3{font-weight:400;color:var(--text-2)}.SharedComponents label{font-size:.9rem;color:var(--text-2)}.SharedComponents_left{text-align:center;min-height:300px;width:180px;overflow:hidden;position:relative;margin-right:32px;padding-top:8px}.SharedComponents_left .SharedComponents_menuButton{display:block;margin:auto}.SharedComponents_left .SharedComponents_listItems{margin-top:12px;padding-top:16px;border-top:solid 2px var(--gray-800);max-height:280px;overflow-y:auto}.SharedComponents_left .SharedComponents_listItems{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.SharedComponents_left .SharedComponents_listItems::-webkit-scrollbar{width:3px;height:3px;display:initial}.SharedComponents_left .SharedComponents_listItems::-webkit-scrollbar-track{background:var(--background-1)}.SharedComponents_left .SharedComponents_listItems::-webkit-scrollbar-thumb{background:var(--background-4)}.SharedComponents_left .SharedComponents_listItems::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.SharedComponents_left .SharedComponents_listOption{display:block;width:170px;overflow:hidden;white-space:nowrap;text-align:left;text-overflow:ellipsis}.SharedComponents_modeExplore img{display:block;width:12px;height:12px}.SharedComponents_modeExplore .SharedComponents_tiles{max-height:300px;overflow-y:auto}.SharedComponents_modeExplore .SharedComponents_tiles{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.SharedComponents_modeExplore .SharedComponents_tiles::-webkit-scrollbar{width:3px;height:3px;display:initial}.SharedComponents_modeExplore .SharedComponents_tiles::-webkit-scrollbar-track{background:var(--background-1)}.SharedComponents_modeExplore .SharedComponents_tiles::-webkit-scrollbar-thumb{background:var(--background-4)}.SharedComponents_modeExplore .SharedComponents_tiles::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.SharedComponents_modeExplore .SharedComponents_tile{position:relative;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;hyphens:auto}.SharedComponents_modeExplore .SharedComponents_tileOwner{position:absolute;bottom:2px;right:2px}.SharedLayoutTitle{display:flex;justify-content:center;align-items:center;font-size:1.25rem}.SharedLayoutTitle .name-text{margin-bottom:.25rem}.SharedLayoutTitle .name-input{text-align:center;font-size:1rem}.SharedLayoutTitle .sharing-status{background:var(--primary-1);padding:.125rem .375rem;border-radius:.375rem;font-size:.75rem;color:var(--softwhite)}.SharedLayoutLinks{margin-top:.5rem}.SharedLayoutLinks .link{display:flex;align-items:center;margin-bottom:.5rem}.SharedLayoutLinks .link label{padding:.375rem;background:var(--background-4);width:5rem;text-align:center}.SharedLayoutLinks .link .link-input{width:100%}.SharedLayoutDescription{display:flex;align-items:center;margin:.5rem 0 .25rem}.SharedLayoutDescription .description-input{width:100%}.SharedLayoutButtons{margin-top:.75rem}.SharedLayoutButtons .edit-buttons{position:absolute;bottom:.5rem;right:.5rem}.SharedLayoutButtons .edit-buttons .delete,.SharedLayoutButtons .edit-buttons .save{padding:.25rem .5rem}.SharedLayoutButtons .edit-buttons .delete{margin-right:.5rem}.SharedLayoutTags{font-size:.75rem}.SharedLayoutTags .tags{display:flex}.SharedLayoutTags .tags-wrapper{display:flex;gap:.5rem}.SharedLayoutTags .tags-wrapper .search-tags,.SharedLayoutTags .tags-wrapper .add-tag{display:flex;align-items:center;margin-top:.5rem}.SharedLayoutPermalink{display:flex;flex-direction:column;margin-top:1rem}.SharedLayoutPermalink .permalink-input{margin:0;padding:0}.SharedLayout{margin-bottom:.75rem;background:var(--background-1);border:solid 1px var(--gray-700);padding:.5rem;position:relative;min-height:9rem;font-size:.9rem}.SharedLayout .update-shared-layout{display:flex;align-items:center;padding-top:.25rem}.SharedLayout .update-shared-layout div:first-of-type{margin-right:.5rem}.SharedLayouts{text-align:left;padding:0 .5rem;overflow:scroll;height:100%;max-height:65vh}.SharedLayouts .no-layouts{padding:.5rem 0 1rem;display:flex;justify-content:center}.TeamMember{display:flex;align-items:center;margin-bottom:1rem;text-align:left}.TeamMember .remove-button{margin-left:auto}.TeamMember .username{margin-bottom:.25rem;font-weight:700}.TeamAdmin{padding:.25rem 0}.TeamAdmin .members-wrapper{display:flex;justify-content:center;gap:1rem;margin-top:.5rem}.TeamAdmin .members-wrapper .members-list{border-right:1px solid var(--gray-700);padding:.5rem;width:60%}.TeamAdmin .members-wrapper .add-seat{display:flex;flex-direction:column;width:40%}.TeamAdmin .members-wrapper .add-seat p{font-size:1.125rem;margin:.25rem 0 .75rem}.TeamAdmin .members-wrapper .add-seat .add-button{padding:.25rem .75rem;margin-top:.75rem}.TeamAdmin .members-wrapper .add-seat .add-error{margin-top:.5rem;color:var(--red-400);font-size:.875rem}.SettingsOverlay{text-align:center;min-height:500px}@media screen and (max-width: 750px){.SettingsOverlay{padding:0}}.SettingsOverlay .content-wrapper{background:var(--background-1);padding:10px 25px;display:inline-block;width:820px}@media screen and (max-width: 750px){.SettingsOverlay .content-wrapper{width:100%;padding:0}}.SettingsOverlay .content-wrapper .log-out{background:var(--red-400);color:var(--text-1);margin-top:.75rem}.NotificationFilterRow{margin-bottom:1rem}.NotificationFilterRow label{display:block;margin-bottom:12px}.ActiveNotifications .ActiveNotifications-list{padding:.25rem 1rem .75rem;max-height:80vh;overflow-y:auto}.ActiveNotifications .ActiveNotifications-list{scrollbar-color:var(--background-4) var(--background-1);scrollbar-width:thin}.ActiveNotifications .ActiveNotifications-list::-webkit-scrollbar{width:3px;height:3px;display:initial}.ActiveNotifications .ActiveNotifications-list::-webkit-scrollbar-track{background:var(--background-1)}.ActiveNotifications .ActiveNotifications-list::-webkit-scrollbar-thumb{background:var(--background-4)}.ActiveNotifications .ActiveNotifications-list::-webkit-scrollbar-thumb:hover{background:var(--background-5)}.ActiveNotifications .ActiveNotification{margin-bottom:1rem;background:var(--background-2);padding:.75rem}.ActiveNotifications .ActiveNotification .Notification-body{display:flex;justify-content:space-between;align-items:center;font-size:1.25rem}.ActiveNotifications .ActiveNotification .Notification-body .fa-trash-alt{cursor:pointer;font-size:.75rem;color:var(--red-400);padding:.25rem}.ActiveNotifications .ActiveNotification .Notification-body .fa-trash-alt:hover{color:var(--red-250)}.ActiveNotifications .ActiveNotification .Notification-filters{margin-top:1rem;font-size:.85rem}.ActiveNotifications .ActiveNotification .Notification-chip{font-size:.75rem;background:var(--background-4);padding:.15rem .3rem;border-radius:.25rem;margin-right:.5rem;margin-bottom:.25rem;white-space:nowrap}.ActiveNotifications .ActiveNotification .Notification-filters{display:flex;flex-wrap:wrap;align-items:center}.NotificationsModal{width:60rem;min-height:14rem}.NotificationsModal button{font-family:var(--font-family)}.NotificationsModal .Notification_subheader{display:flex;gap:.5rem;padding:16px;border-bottom:1px solid var(--background-4)}.NotificationsModal .button{padding:8px 16px;text-align:left;border:none;background:none;cursor:pointer;font-size:1rem}.NotificationsModal .button:hover{background:var(--hover-background);color:var(--hover-color)}.NotificationsModal .button.active{background:var(--primary-1);color:var(--softwhite)}.NotificationsModal .notification-type-select{width:100%;margin-bottom:16px;padding:8px;border-radius:4px}.NotificationsModal .notification-groups{padding:.75rem 1rem .25rem;display:flex;gap:.75rem;flex-wrap:wrap;border-bottom:1px solid var(--background-4)}.NotificationsModal .notification-groups .notification-group{position:relative;margin-bottom:.5rem}.NotificationsModal .notification-groups .notification-group .group-button{display:flex;gap:.75rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--background-2);border:none;cursor:pointer;font-size:.85rem}.NotificationsModal .notification-groups .notification-group .group-button.active{background:var(--primary-1);color:var(--softwhite)}.NotificationsModal .notification-groups .notification-group .notification-options{position:absolute;top:100%;left:0;right:0;z-index:10;background:var(--background-2);border:1px solid var(--border-color);margin-top:.25rem;width:14rem}.NotificationsModal .notification-groups .notification-group .notification-options .option-button{width:100%;text-align:left;padding:.5rem 1rem;border:none;background:none;cursor:pointer}.NotificationsModal .notification-groups .notification-group .notification-options .option-button:hover{background:var(--hover-background)}.NotificationsModal .notification-groups .notification-group .notification-options .option-button.active{background:var(--primary-1);color:var(--softwhite)}.NotificationsModal .notification-form-content{padding:.5rem 1rem 1rem}.NotificationsModal .notification-form-content p{font-size:1.15rem;margin:.5rem 0 .75rem}.NotificationsModal .notification-form-content .NotificationInput_error{margin-bottom:1rem;margin-top:.25rem;color:var(--red-400);font-size:.85rem}.SubscribeOverlay{position:absolute;top:0;left:0;width:100%;height:100%}.SubscribeOverlay>div{background-color:#141414bf;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.NotificationRow{margin-bottom:1rem}.NotificationRow label{display:block;margin-bottom:12px}.NotificationTransport label{margin:0}.NotificationTransport .transports{display:flex}.NotificationTransport .transports>div{margin-right:.5rem}.NotificationTransport .NotificationTransportInput{display:flex;align-items:center}.NotificationTransport .NotificationTransportInput .transport-meta-sms{margin-right:.5rem}.ContractEvents .chains{display:grid}.DeFi .protocols,.DeFi .event-types,.DeFi .chains{display:grid;margin-bottom:1rem}.DeFi .protocols-label,.DeFi .event-types-label,.DeFi .chains-label{display:flex;align-items:center}.DeFi .protocols-label svg,.DeFi .event-types-label svg,.DeFi .chains-label svg{margin-left:.5rem;font-size:.75rem}.DeFi .defi-error{margin-bottom:1rem;font-size:.875rem;color:var(--red-400)}.Nft .event-type-checkbox-container{display:flex;align-items:center}.Nft .event-type-checkbox-container div{margin-right:.5rem}.Nft .ParsecDropdown{margin-top:.25rem}.Nft .ParsecDropdown input,.Nft .ParsecDropdown .ParsecDropdown_results{width:100%}.Nft .trader-picker .ParsecDropdown .ParsecDropdown_results{width:100%!important}.NftFloor .direction-checkbox-container,.NftFloor .sandwich-inputs{display:flex;gap:.75rem}.NftFloor .sandwich-inputs div{flex:1}
