.wrapper.svelte-q75a39{gap:var(--content-gap);display:grid;grid-template-columns:repeat(3,1fr);position:relative}@media screen and (max-width: 1400px){.wrapper.svelte-q75a39{grid-template-columns:100%}}.component.svelte-q75a39{width:100%}.search-wrapper.svelte-q75a39{position:relative;min-height:16rem}.coin-card.svelte-q75a39{--color-int-card-bg: var(--color-background-grey);background:var(--color-int-card-bg);height:100%;padding:var(--content-gap);display:flex;gap:var(--content-gap);flex-direction:column;margin-right:1rem;border-radius:var(--border-radius-small);border-top-right-radius:0;color:var(--color-text);text-decoration:none;cursor:grab;transition:background var(--transition-basic)}.coin-card.hidden.svelte-q75a39{opacity:0}.coin-card.svelte-q75a39:hover{--color-int-card-bg: var(--color-background-grey-hover)}.coin-card.svelte-q75a39 .header:where(.svelte-q75a39){flex:1;display:flex;gap:var(--content-gap)}.coin-card.svelte-q75a39 .header:where(.svelte-q75a39) .column:where(.svelte-q75a39){display:flex;flex-direction:column;gap:var(--content-gap-slim)}.coin-card.svelte-q75a39 .header:where(.svelte-q75a39) .column:where(.svelte-q75a39) .name:where(.svelte-q75a39){font:var(--font-h3);-webkit-hyphens:auto;hyphens:auto;font-weight:700}.coin-card.svelte-q75a39 .header:where(.svelte-q75a39) .column:where(.svelte-q75a39) .rating:where(.svelte-q75a39){font:var(--font-h5);font-weight:700;display:flex;justify-content:flex-end;align-items:center}.coin-card.svelte-q75a39 .header:where(.svelte-q75a39) .column:where(.svelte-q75a39) .rating:where(.svelte-q75a39) span:where(.svelte-q75a39){padding:.125rem .5rem;border-radius:var(--border-radius-small)}.coin-card.svelte-q75a39 .header:where(.svelte-q75a39) .column:where(.svelte-q75a39) .symbol:where(.svelte-q75a39),.coin-card.svelte-q75a39 .header:where(.svelte-q75a39) .column:where(.svelte-q75a39) .title:where(.svelte-q75a39){font:var(--font-mono-text)}.coin-card.svelte-q75a39 .header:where(.svelte-q75a39) .column.name-column:where(.svelte-q75a39){flex:1}.coin-card.svelte-q75a39 .header:where(.svelte-q75a39) .column.name-column:where(.svelte-q75a39) .symbol:where(.svelte-q75a39){text-transform:uppercase}.coin-card.svelte-q75a39 .header:where(.svelte-q75a39) .column.info-column:where(.svelte-q75a39){text-align:right}.coin-card.svelte-q75a39 .header:where(.svelte-q75a39) .column.remove-column:where(.svelte-q75a39){width:2.5rem;height:3rem;margin-right:calc(-1 * var(--content-gap) - .6rem);margin-top:calc(-1 * var(--content-gap))}.coin-card.svelte-q75a39 .header:where(.svelte-q75a39) .column.remove-column:where(.svelte-q75a39) .remove:where(.svelte-q75a39){height:100%;display:flex;justify-content:center;align-items:center;transition:all var(--transition-basic);background:var(--color-int-card-bg);clip-path:polygon(0 0,75% 0%,100% 25%,100% 75%,75% 100%,0 100%)}.coin-card.svelte-q75a39 .header:where(.svelte-q75a39) .column.remove-column:where(.svelte-q75a39) .remove:where(.svelte-q75a39) svg path{stroke:var(--color-input-text)}.coin-card.svelte-q75a39 .header:where(.svelte-q75a39) .column.remove-column:where(.svelte-q75a39) .remove:where(.svelte-q75a39) .trigger:where(.svelte-q75a39){cursor:pointer;transition:all var(--transition-basic);border-radius:50%;padding:.25rem}.coin-card.svelte-q75a39 .header:where(.svelte-q75a39) .column.remove-column:where(.svelte-q75a39) .remove:where(.svelte-q75a39) .trigger:where(.svelte-q75a39):hover{background:var(--color-background-grey-hover-hover)}.coin-card.svelte-q75a39 .details:where(.svelte-q75a39){font:var(--font-mono-text-sm);display:grid;grid-template-columns:auto 1fr;grid-column-gap:var(--content-gap);grid-row-gap:var(--gap-sm)}.coin-card.svelte-q75a39 .details:where(.svelte-q75a39) .title:where(.svelte-q75a39){white-space:nowrap}.coin-card.svelte-q75a39 .cta-row:where(.svelte-q75a39){display:flex;justify-content:center;align-items:center;padding-top:var(--content-gap-large)}.search-wrapper.svelte-q75a39 .component-search{width:100%;height:100%;position:absolute;overflow:hidden;display:flex;flex-direction:column;justify-content:stretch;align-items:stretch}.search-wrapper.svelte-q75a39 .component-search .search-field-wrapper{flex-shrink:0;position:relative;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:var(--color-background-grey);margin-inline:0;padding-inline:var(--gap);padding-block:var(--gap-sm);gap:var(--gap-sm)}.search-wrapper.svelte-q75a39 .component-search .search-field-wrapper input{text-align:left;padding-left:var(--content-gap)}.search-wrapper.svelte-q75a39 .component-search .search-field-wrapper:before{content:"";position:absolute;bottom:0;z-index:11;left:var(--content-gap);height:1px;width:calc(100% - 2 * var(--content-gap));background:var(--color-text)}.search-wrapper.svelte-q75a39 .component-search .results{position:relative;z-index:10;background-color:var(--color-background-grey);border:none;margin-top:0;border-radius:0 0 var(--border-radius-small) var(--border-radius-small);padding-block:var(--content-gap-slim);overflow:auto;max-height:14rem;top:0}.search-wrapper.svelte-q75a39 .component-search .results .no-elements{padding:var(--content-gap-slim) var(--content-gap);font:var(--font-text);text-align:center;opacity:.75;font-style:italic}.search-wrapper.svelte-q75a39 .component-search .results .result{padding:var(--content-gap-slim) var(--content-gap);font:var(--font-text-sm)}.search-wrapper.svelte-q75a39 .component-search .results .result:hover{scale:1;background-color:var(--color-background-grey-hover)}.search-wrapper.svelte-q75a39 .component-search .results .result .symbol{font:var(--font-mono-text-sm)}.search-wrapper.svelte-q75a39 .component-search .results .result .label{display:inline-flex;gap:var(--content-gap);align-items:center}.search-wrapper.svelte-q75a39 .component-search .results .result .label span{font:var(--font-text-xl);font-weight:700}.search-wrapper.svelte-q75a39 .component-search .icon{width:1rem}.search-wrapper.svelte-q75a39 .component-search input{width:100%}.comparison-coin-tabs.svelte-1juu19b{position:sticky;top:calc(var(--header__nav__height) + var(--gap));display:flex;justify-content:center;align-items:center;z-index:10;margin-block:var(--gap) var(--gap-lg)}@media screen and (min-width: 1401px){.comparison-coin-tabs.svelte-1juu19b{display:none}}.comparison-coin-tabs.svelte-1juu19b .wrapper:where(.svelte-1juu19b){position:absolute;top:0;background-color:var(--color-background-grey);padding:0 var(--gap-lg);height:3rem;border-radius:1.5rem;border:1px solid var(--color-text);min-width:350px;display:flex;justify-content:space-between;align-items:center;gap:var(--gap)}.comparison-coin-tabs.svelte-1juu19b .coin:where(.svelte-1juu19b){display:flex;justify-content:center;align-items:center;gap:var(--content-gap-slim);cursor:pointer}.comparison-coin-tabs.svelte-1juu19b .coin.active:where(.svelte-1juu19b) .name:where(.svelte-1juu19b){font-weight:700}.comparison-coin-tabs.svelte-1juu19b .coin:where(.svelte-1juu19b):not(.active){opacity:.5}.comparison-coin-tabs.svelte-1juu19b .coin:where(.svelte-1juu19b) .indicator:where(.svelte-1juu19b){height:.75rem;width:.75rem;border-radius:50%;border:1px solid var(--color-text)}.comparison-coin-tabs.svelte-1juu19b .coin:where(.svelte-1juu19b) .name:where(.svelte-1juu19b){font:var(--font-mono-text-sm);text-transform:uppercase;line-height:100%;margin-bottom:-.05em}.accordion-icon.svelte-y4co7n{height:1em;width:1em;transition:all var(--transition-basic)}.accordion-icon.open.svelte-y4co7n{transform:rotate(180deg)}.indicator.svelte-mz1rhe svg path{fill:var(--color-input-text)}.restricted.svelte-mz1rhe .row:where(.svelte-mz1rhe){grid-template-columns:4rem 1fr auto!important}@media screen and (max-width: 1024px){.restricted.svelte-mz1rhe .row:where(.svelte-mz1rhe){grid-template-columns:2rem 1fr auto!important}}.subsubitem.svelte-mz1rhe .header:where(.svelte-mz1rhe){font:var(--font-mono-text-sm);cursor:pointer}@media screen and (max-width: 1024px){.subsubitem.svelte-mz1rhe .header:where(.svelte-mz1rhe){font:var(--font-mono-text)}}.subsubitem.svelte-mz1rhe .header:where(.svelte-mz1rhe) .indicator:where(.svelte-mz1rhe){font-size:.6em;padding-top:.5em;display:flex;justify-content:center}.subsubitem.svelte-mz1rhe .header:where(.svelte-mz1rhe) .row:where(.svelte-mz1rhe){display:grid;grid-template-columns:4rem 1fr auto 1rem;gap:var(--content-gap-slim)}.subsubitem.svelte-mz1rhe .header:where(.svelte-mz1rhe) .row:where(.svelte-mz1rhe) .numbers:where(.svelte-mz1rhe){display:flex;flex-direction:column;align-items:flex-end}.subsubitem.svelte-mz1rhe .header:where(.svelte-mz1rhe) .row:where(.svelte-mz1rhe) .numbers:where(.svelte-mz1rhe) .weight:where(.svelte-mz1rhe){color:var(--color-comparison-weight);font:var(--font-mono-text-sm);margin-top:.2rem}.subsubitem.svelte-mz1rhe:not(.visible) .subsubitem-content:where(.svelte-mz1rhe){display:none}.subsubitem.svelte-mz1rhe .subsubitem-content:where(.svelte-mz1rhe){margin:var(--gap-md) 0 var(--gap) 0}@media screen and (min-width: 1025px){.subsubitem.svelte-mz1rhe .subsubitem-content:where(.svelte-mz1rhe){margin-left:calc(4rem + var(--content-gap-slim));margin-right:calc(4rem + var(--content-gap-slim))}}@media screen and (max-width: 1024px){.subsubitem.svelte-mz1rhe .subsubitem-content:where(.svelte-mz1rhe){margin:var(--gap-md) 0}}.subsubitem.svelte-mz1rhe .subsubitem-content:where(.svelte-mz1rhe) .text:where(.svelte-mz1rhe) p{font:var(--font-text-sm);line-height:20px!important}.indicator.svelte-1cw8y4b svg path{fill:var(--color-input-text)}.restricted.svelte-1cw8y4b .row:where(.svelte-1cw8y4b){grid-template-columns:4rem 1fr auto!important}@media screen and (max-width: 1024px){.restricted.svelte-1cw8y4b .row:where(.svelte-1cw8y4b){grid-template-columns:2rem 1fr auto!important}}.subitem.svelte-1cw8y4b>.header:where(.svelte-1cw8y4b){font:var(--font-mono-text)}.subitem.svelte-1cw8y4b>.header:where(.svelte-1cw8y4b) .indicator:where(.svelte-1cw8y4b){display:flex;justify-content:center}.subitem.svelte-1cw8y4b>.header:where(.svelte-1cw8y4b) .indicator:where(.svelte-1cw8y4b) .master-toggle:where(.svelte-1cw8y4b){width:80%;cursor:pointer}.subitem.svelte-1cw8y4b>.header:where(.svelte-1cw8y4b) .row:where(.svelte-1cw8y4b){display:grid;grid-template-columns:4rem 1fr auto 1rem;gap:var(--content-gap-slim)}@media screen and (max-width: 1024px){.subitem.svelte-1cw8y4b>.header:where(.svelte-1cw8y4b) .row:where(.svelte-1cw8y4b){grid-template-columns:2rem 1fr auto 1rem}}.subitem.svelte-1cw8y4b>.header:where(.svelte-1cw8y4b) .row.top-row:where(.svelte-1cw8y4b){border-bottom:1px solid var(--color-text);padding-bottom:.2rem}@media screen and (max-width: 1024px){.subitem.svelte-1cw8y4b>.header:where(.svelte-1cw8y4b) .row.top-row:where(.svelte-1cw8y4b){font:var(--font-h6)}}.subitem.svelte-1cw8y4b>.header:where(.svelte-1cw8y4b) .row.top-row:where(.svelte-1cw8y4b) .rating:where(.svelte-1cw8y4b){text-align:end}.subitem.svelte-1cw8y4b>.header:where(.svelte-1cw8y4b) .row.top-row:where(.svelte-1cw8y4b) .rating:where(.svelte-1cw8y4b) .base-value:where(.svelte-1cw8y4b){font-size:.6em;margin-left:.1em}.subitem.svelte-1cw8y4b>.header:where(.svelte-1cw8y4b) .row.bottom-row:where(.svelte-1cw8y4b){color:var(--color-comparison-weight);font:var(--font-mono-text-sm);margin-top:.5rem}.subitem.svelte-1cw8y4b:not(.visible) .subitem-content:where(.svelte-1cw8y4b){display:none}.subitem.svelte-1cw8y4b .subitem-content:where(.svelte-1cw8y4b){margin-top:var(--gap-lg);display:flex;flex-direction:column;gap:var(--gap-lg)}@media screen and (min-width: 1025px){.subitem.svelte-1cw8y4b .subitem-content:where(.svelte-1cw8y4b)>.text:where(.svelte-1cw8y4b){margin-left:calc(4rem + var(--content-gap-slim));margin-right:calc(4rem + var(--content-gap-slim))}}.component.svelte-1vxbsi7{display:inline-flex;justify-content:center;align-items:center;overflow:hidden;font-family:sans-serif;margin:1px;padding:5px 16px;border-radius:99px;gap:20px;color:#fff;white-space:nowrap;font:var(--font-mono-text-xs)}.not-assessed.svelte-1vxbsi7{background:var(--color-grey__shade-05)}.very-low-risk.svelte-1vxbsi7{background:var(--color-primary)}.low-risk.svelte-1vxbsi7{background:var(--color-blue__shade-05)}.moderate-risk.svelte-1vxbsi7{background:var(--color-blue__shade-07)}.high-risk.svelte-1vxbsi7,.red-flag.svelte-1vxbsi7{background:var(--color-orange)}.component.svelte-r7wz9e{display:inline-flex;justify-content:center;align-items:center;overflow:hidden;font-family:sans-serif;margin:1px;padding:5px 16px;border-radius:36px;gap:20px;color:#fff;font:var(--font-mono-text-xs);white-space:nowrap}.not-assessed.svelte-r7wz9e{background:var(--color-grey__shade-05)}.highly-stable.svelte-r7wz9e{background:var(--color-primary)}.stable.svelte-r7wz9e{background:var(--color-blue__shade-05)}.moderately-stable.svelte-r7wz9e{background:var(--color-blue__shade-07)}.unstable.svelte-r7wz9e,.red-flag.svelte-r7wz9e{background:var(--color-orange)}.component.svelte-1xdmfu{display:flex;flex-direction:column;gap:var(--content-gap)}.component.svelte-1xdmfu .search-wrapper:where(.svelte-1xdmfu){position:relative;min-height:15rem;width:100%;opacity:.5}.component.svelte-1xdmfu .wrapper:where(.svelte-1xdmfu){background-color:var(--color-background-grey);padding:var(--gap-lg);display:flex;flex-direction:column;gap:var(--gap-lg);position:relative}@media screen and (max-width: 1024px){.component.svelte-1xdmfu .wrapper:where(.svelte-1xdmfu){padding:var(--gap)}}.component.svelte-1xdmfu .wrapper.loading:where(.svelte-1xdmfu),.component.svelte-1xdmfu .wrapper.no-coin:where(.svelte-1xdmfu){display:flex;justify-content:center;align-items:center;font:var(--font-mono-text-sm)}.component.svelte-1xdmfu .wrapper.no-coin:where(.svelte-1xdmfu){opacity:.7}.component.svelte-1xdmfu .wrapper.loading:where(.svelte-1xdmfu){min-height:8rem}.component.svelte-1xdmfu .wrapper:where(.svelte-1xdmfu) .text:where(.svelte-1xdmfu){margin-bottom:var(--content-gap);font:var(--font-text-sm)}.component.svelte-1xdmfu .wrapper:where(.svelte-1xdmfu) .text.restricted:where(.svelte-1xdmfu){height:12lh;overflow:hidden;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-image:linear-gradient(rgb(0,0,0) 50%,transparent 95%);mask-image:linear-gradient(rgb(0,0,0) 50%,transparent 95%)}.component.svelte-1xdmfu .wrapper:where(.svelte-1xdmfu)>.header:where(.svelte-1xdmfu){display:flex;justify-content:space-between}.component.svelte-1xdmfu .wrapper:where(.svelte-1xdmfu)>.header:where(.svelte-1xdmfu) .column:where(.svelte-1xdmfu){display:flex;flex-direction:column;justify-content:flex-start}.component.svelte-1xdmfu .wrapper:where(.svelte-1xdmfu)>.header:where(.svelte-1xdmfu) .column:where(.svelte-1xdmfu):first-child{align-items:flex-start;gap:var(--content-gap-slim)}.component.svelte-1xdmfu .wrapper:where(.svelte-1xdmfu)>.header:where(.svelte-1xdmfu) .column:where(.svelte-1xdmfu):last-child{align-items:flex-end;gap:var(--content-gap)}.component.svelte-1xdmfu .wrapper:where(.svelte-1xdmfu)>.header:where(.svelte-1xdmfu) .column:where(.svelte-1xdmfu) .name:where(.svelte-1xdmfu){font:var(--font-h4);font-weight:700}.component.svelte-1xdmfu .wrapper:where(.svelte-1xdmfu)>.header:where(.svelte-1xdmfu) .column:where(.svelte-1xdmfu) .rating:where(.svelte-1xdmfu){font:var(--font-h5);font-weight:700;display:flex;justify-content:flex-end;align-items:center}.component.svelte-1xdmfu .wrapper:where(.svelte-1xdmfu)>.header:where(.svelte-1xdmfu) .column:where(.svelte-1xdmfu) .rating:where(.svelte-1xdmfu)>span:where(.svelte-1xdmfu){padding:.125rem .5rem;border-radius:var(--border-radius-small)}.component.svelte-1xdmfu .wrapper:where(.svelte-1xdmfu)>.header:where(.svelte-1xdmfu) .column:where(.svelte-1xdmfu) .rating:where(.svelte-1xdmfu) .base-value:where(.svelte-1xdmfu){font-size:.6em;margin-left:.2em}.component.svelte-1xdmfu .wrapper:where(.svelte-1xdmfu)>.header:where(.svelte-1xdmfu) .column:where(.svelte-1xdmfu) .rating.summary:where(.svelte-1xdmfu){font:var(--font-h2);-webkit-hyphens:auto;hyphens:auto}.component.svelte-1xdmfu .wrapper:where(.svelte-1xdmfu)>.header:where(.svelte-1xdmfu) .column:where(.svelte-1xdmfu) .rating.summary:where(.svelte-1xdmfu) span:where(.svelte-1xdmfu){padding:.125rem .75rem}.component.svelte-1xdmfu .button-wrapper:where(.svelte-1xdmfu){display:flex;justify-content:center;align-items:center}.indicator.svelte-r3n21v svg path{fill:var(--color-input-text)}.wrapper.svelte-r3n21v:not(.visible) .content:where(.svelte-r3n21v){display:none}.wrapper.svelte-r3n21v .scroll-trigger:where(.svelte-r3n21v){margin-top:calc(-1 * (var(--header-height) + var(--content-gap)));position:absolute}@media screen and (max-width: 1400px){.wrapper.svelte-r3n21v .scroll-trigger:where(.svelte-r3n21v){margin-top:calc(-1 * (var(--header-height) + var(--content-gap) + 3rem + var(--content-gap)))}}.wrapper.disabled.svelte-r3n21v>.header:where(.svelte-r3n21v){opacity:.7;cursor:not-allowed}.wrapper.svelte-r3n21v>.header:where(.svelte-r3n21v){padding:var(--content-gap-medium) var(--content-gap);display:flex;justify-content:space-between;align-items:flex-end;font:var(--font-mono-text)}.wrapper.svelte-r3n21v>.header:where(.svelte-r3n21v){background-color:var(--color-comparison-header);width:100%;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.wrapper.svelte-r3n21v>.header:where(.svelte-r3n21v) .title:where(.svelte-r3n21v){display:flex;gap:var(--content-gap)}.wrapper.svelte-r3n21v>.content:where(.svelte-r3n21v){margin-top:var(--content-gap)}.wrapper.svelte-r3n21v>.content:where(.svelte-r3n21v) .desktop:where(.svelte-r3n21v){display:grid;grid-template-columns:repeat(3,1fr);gap:var(--content-gap)}@media screen and (max-width: 1400px){.wrapper.svelte-r3n21v>.content:where(.svelte-r3n21v) .desktop:where(.svelte-r3n21v){display:none}}.wrapper.svelte-r3n21v>.content:where(.svelte-r3n21v) .mobile:where(.svelte-r3n21v){width:calc(100vw - var(--navigation-width));margin-left:calc(-1 * var(--page-padding))}.wrapper.svelte-r3n21v>.content:where(.svelte-r3n21v) .mobile:where(.svelte-r3n21v) .swiper{margin-top:var(--gap-xl)}@media screen and (min-width: 1401px){.wrapper.svelte-r3n21v>.content:where(.svelte-r3n21v) .mobile:where(.svelte-r3n21v){display:none}}.hero-section.svelte-q6aptc{display:grid;grid-template-columns:2fr 1fr;gap:var(--content-gap)}@media screen and (max-width: 1400px){.hero-section.svelte-q6aptc{grid-template-columns:1fr 1fr}}@media screen and (max-width: 1024px){.hero-section.svelte-q6aptc{grid-template-columns:100%;gap:var(--content-gap-large)}}.hero-section.svelte-q6aptc .selector:where(.svelte-q6aptc){display:flex;align-items:center}@media screen and (max-width: 1400px){.hero-section.svelte-q6aptc .selector:where(.svelte-q6aptc){display:block}}.hero-section.svelte-q6aptc .graph:where(.svelte-q6aptc){position:relative;width:100%;height:100%}.hero-section.svelte-q6aptc .graph:where(.svelte-q6aptc) .graph-wrapper:where(.svelte-q6aptc){width:100%}@media screen and (min-width: 1024px) and (max-width: 1400px){.hero-section.svelte-q6aptc .graph:where(.svelte-q6aptc) .graph-wrapper:where(.svelte-q6aptc){position:sticky;top:calc(var(--header-height) + var(--content-gap))}}@media screen and (max-width: 1024px){.hero-section.svelte-q6aptc .graph:where(.svelte-q6aptc) .graph-wrapper:where(.svelte-q6aptc){max-width:400px;margin:0 auto}}.title-section.svelte-q6aptc{display:flex;justify-content:space-between;align-items:center;gap:var(--content-gap)}@media screen and (max-width: 768px){.title-section.svelte-q6aptc{flex-direction:column;align-items:flex-start}}.title-section.svelte-q6aptc .title:where(.svelte-q6aptc){font:var(--font-h1);-webkit-hyphens:auto;hyphens:auto}
