:root{--ccgmd-accent:#3861fb;--ccgmd-up:#168a5b;--ccgmd-down:#d9475c;--ccgmd-text:#182230;--ccgmd-muted:#667085;--ccgmd-line:#e5e9f0;--ccgmd-bg:#fff;--ccgmd-soft:#f7f9fc;--ccgmd-radius:12px}.ccgmd{box-sizing:border-box;color:var(--ccgmd-text);font:inherit;line-height:1.45}.ccgmd *{box-sizing:border-box}.ccgmd-logo{border-radius:50%;flex:0 0 auto;object-fit:contain}.ccgmd-change{font-size:.88em;font-weight:700;white-space:nowrap}.ccgmd-change--up{color:var(--ccgmd-up)}.ccgmd-change--down{color:var(--ccgmd-down)}.ccgmd-error{border:1px solid #f2c9cf;background:#fff6f7;color:#8f2030;padding:12px 16px;border-radius:8px}.ccgmd-ticker{background:#101828;color:#fff;overflow:hidden;width:100%}.ccgmd-ticker__track{display:flex;width:max-content;animation:ccgmd-scroll var(--ccgmd-speed) linear infinite}.ccgmd-ticker:hover .ccgmd-ticker__track{animation-play-state:paused}.ccgmd-ticker__set{display:flex;align-items:center}.ccgmd-ticker__item{display:flex;align-items:center;gap:8px;padding:10px 20px;white-space:nowrap}.ccgmd-ticker .ccgmd-change--up{color:#68d6a7}.ccgmd-ticker .ccgmd-change--down{color:#ff8b9a}@keyframes ccgmd-scroll{to{transform:translateX(-50%)}}@media(prefers-reduced-motion:reduce){.ccgmd-ticker{overflow:auto}.ccgmd-ticker__track{animation:none}.ccgmd-ticker__set[aria-hidden=true]{display:none}}
.ccgmd-cards{display:grid;grid-template-columns:repeat(var(--ccgmd-columns),minmax(0,1fr));gap:16px}.ccgmd-card,.ccgmd-movers,.ccgmd-chart,.ccgmd-detail{background:var(--ccgmd-bg);border:1px solid var(--ccgmd-line);border-radius:var(--ccgmd-radius);box-shadow:0 3px 14px rgba(16,24,40,.05)}.ccgmd-card{padding:20px}.ccgmd-card header{display:flex;align-items:center;gap:12px}.ccgmd-card header span{display:flex;flex-direction:column}.ccgmd-card small,.ccgmd-detail small,.ccgmd-global small{color:var(--ccgmd-muted)}.ccgmd-card__price{font-size:1.55em;font-weight:750;margin:20px 0}.ccgmd-card__row{border-top:1px solid var(--ccgmd-line);display:flex;justify-content:space-between;padding-top:10px;margin-top:10px}.ccgmd-market{width:100%}.ccgmd-market h2{margin:0 0 16px}.ccgmd-search{display:block;margin:0 0 14px}.ccgmd-search input{background:#fff;border:1px solid #cfd5df;border-radius:8px;color:var(--ccgmd-text);font:inherit;max-width:360px;padding:10px 12px;width:100%}.ccgmd-table-wrap{border:1px solid var(--ccgmd-line);border-radius:var(--ccgmd-radius);overflow-x:auto}.ccgmd-market table{border-collapse:collapse;font-size:14px;margin:0;width:100%}.ccgmd-market th,.ccgmd-market td{border:0;border-bottom:1px solid var(--ccgmd-line);padding:13px 14px;text-align:right;white-space:nowrap}.ccgmd-market tr:last-child td{border-bottom:0}.ccgmd-market th{background:var(--ccgmd-soft);color:var(--ccgmd-muted);cursor:pointer;font-size:12px;text-transform:uppercase}.ccgmd-market th:first-child,.ccgmd-market th:nth-child(2),.ccgmd-market td:first-child,.ccgmd-market td:nth-child(2){text-align:left}.ccgmd-market tbody tr:hover{background:#fafbfc}.ccgmd-coin-cell{display:flex;align-items:center;gap:10px}.ccgmd-coin-cell>span{display:flex;flex-direction:column}.ccgmd-coin-cell small{color:var(--ccgmd-muted)}.ccgmd-pagination{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:16px}.ccgmd-pagination button{background:#fff;border:1px solid var(--ccgmd-line);border-radius:7px;color:var(--ccgmd-text);cursor:pointer;font:inherit;min-width:36px;padding:6px 9px}.ccgmd-pagination button[aria-current=page]{background:var(--ccgmd-accent);border-color:var(--ccgmd-accent);color:#fff}.ccgmd-movers{padding:18px}.ccgmd-movers h3{margin:0 0 10px}.ccgmd-movers ol{list-style:none;margin:0;padding:0}.ccgmd-movers li{align-items:center;border-top:1px solid var(--ccgmd-line);display:flex;gap:10px;padding:10px 0}.ccgmd-movers li>span:nth-child(2){display:flex;flex:1;flex-direction:column}.ccgmd-movers small{color:var(--ccgmd-muted)}.ccgmd-global{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:var(--ccgmd-soft);border:1px solid var(--ccgmd-line);border-radius:var(--ccgmd-radius);padding:16px}.ccgmd-global>div{display:flex;flex-direction:column;padding:4px 16px;border-right:1px solid var(--ccgmd-line)}.ccgmd-global>div:last-child{border:0}.ccgmd-global strong{font-size:1.1em;margin-top:3px}.ccgmd-chart{padding:18px}.ccgmd-chart__head{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.ccgmd-chart__head h3{margin:0}.ccgmd-chart__head span{background:var(--ccgmd-soft);border-radius:6px;color:var(--ccgmd-muted);font-size:12px;font-weight:700;padding:5px 8px}.ccgmd-chart__canvas{min-height:220px;position:relative}.ccgmd-chart canvas{display:block;height:100%;width:100%}.ccgmd-detail{padding:24px}.ccgmd-detail>header{align-items:center;display:flex;gap:14px}.ccgmd-detail h2{margin:0}.ccgmd-detail h2 small{font-size:.55em}.ccgmd-detail__price{align-items:center;display:flex;font-size:1.5em;font-weight:750;gap:12px}.ccgmd-detail__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--ccgmd-line);border:1px solid var(--ccgmd-line);border-radius:10px;overflow:hidden;margin:22px 0}.ccgmd-detail__stats>div{background:var(--ccgmd-bg);display:flex;flex-direction:column;padding:14px}.ccgmd-detail .ccgmd-chart{border:0;border-top:1px solid var(--ccgmd-line);border-radius:0;box-shadow:none;padding:22px 0 0}.ccgmd-updated{color:var(--ccgmd-muted);font-size:12px;margin:14px 0 0}.ccgmd-price{align-items:center;background:var(--ccgmd-soft);border:1px solid var(--ccgmd-line);border-radius:999px;display:inline-flex;gap:8px;padding:6px 10px}.ccgmd-theme-location{position:relative;z-index:10}
@media(max-width:760px){.ccgmd-cards{grid-template-columns:1fr}.ccgmd-global{grid-template-columns:1fr 1fr}.ccgmd-global>div{border-bottom:1px solid var(--ccgmd-line);border-right:0}.ccgmd-global>div:nth-child(odd){border-right:1px solid var(--ccgmd-line)}.ccgmd-global>div:nth-last-child(-n+2){border-bottom:0}.ccgmd-detail__stats{grid-template-columns:1fr 1fr}.ccgmd-market th:nth-child(n+5),.ccgmd-market td:nth-child(n+5){display:none}.ccgmd-market th,.ccgmd-market td{padding:11px 9px}.ccgmd-detail{padding:18px}}@media(prefers-color-scheme:dark){.ccgmd[data-theme=auto]{--ccgmd-text:#f4f6f8;--ccgmd-muted:#aab4c3;--ccgmd-line:#344054;--ccgmd-bg:#182230;--ccgmd-soft:#202d3d}}
.ccgmd-coin-link{align-items:center;color:inherit;display:flex;gap:10px;text-decoration:none}.ccgmd-coin-link:hover strong{color:var(--ccgmd-accent)}.ccgmd-detail h1{margin:0}.ccgmd-detail h1 small{font-size:.55em}.ccgmd-virtual-page{padding:36px 20px}.ccgmd-virtual-page__inner{margin:0 auto;max-width:1180px}

/* Linked displays and streamlined automatic coin detail pages. */
.ccgmd-display-link{text-decoration:none}.ccgmd-ticker__item.ccgmd-display-link{color:inherit}.ccgmd-ticker__item.ccgmd-display-link:hover{background:rgba(255,255,255,.08);color:#fff}.ccgmd-card.ccgmd-display-link{color:inherit;display:block;transition:border-color .15s,box-shadow .15s,transform .15s}.ccgmd-card.ccgmd-display-link:hover{border-color:#cbd5e1;box-shadow:0 8px 22px rgba(16,24,40,.09);color:inherit;transform:translateY(-1px)}.ccgmd-movers li{display:block;padding:0}.ccgmd-mover-link{align-items:center;color:inherit;display:flex;gap:10px;padding:10px 0;width:100%}.ccgmd-mover-link>span:nth-child(2){display:flex;flex:1;flex-direction:column}.ccgmd-mover-link:hover strong{color:var(--ccgmd-accent)}.ccgmd-price.ccgmd-display-link{color:inherit}.ccgmd-price.ccgmd-display-link:hover{border-color:#b8c2d1;color:inherit}
.ccgmd-detail{padding:26px}.ccgmd-detail__breadcrumb{align-items:center;color:var(--ccgmd-muted);display:flex;flex-wrap:wrap;font-size:13px;gap:8px;margin-bottom:22px}.ccgmd-detail__breadcrumb a{color:var(--ccgmd-muted);text-decoration:none}.ccgmd-detail__breadcrumb a:hover{color:var(--ccgmd-accent)}.ccgmd-detail>header{align-items:flex-end;display:flex;gap:24px;justify-content:space-between}.ccgmd-detail__identity{align-items:center;display:flex;gap:14px}.ccgmd-detail h1,.ccgmd-detail h2{line-height:1.15;margin:0}.ccgmd-detail h1 small,.ccgmd-detail h2 small{color:var(--ccgmd-muted);font-size:.5em}.ccgmd-rank{background:#eef2f7;border-radius:6px;color:#475467;display:inline-block;font-size:12px;font-weight:700;margin-top:7px;padding:4px 7px}.ccgmd-detail__quote{text-align:right}.ccgmd-detail__quote>small{display:block;margin-bottom:3px}.ccgmd-detail__price{font-size:2em;justify-content:flex-end}.ccgmd-detail__changes{border-bottom:1px solid var(--ccgmd-line);border-top:1px solid var(--ccgmd-line);display:flex;gap:30px;margin:24px 0;padding:14px 0}.ccgmd-detail__changes>div{align-items:center;display:flex;gap:8px}.ccgmd-detail__body{display:grid;gap:24px;grid-template-columns:minmax(0,2fr) minmax(250px,1fr)}.ccgmd-detail__chart,.ccgmd-detail__market{min-width:0}.ccgmd-detail__section-head{align-items:flex-end;display:flex;gap:16px;justify-content:space-between;margin-bottom:10px}.ccgmd-detail__section-head h2,.ccgmd-detail__market h2{font-size:1.1em}.ccgmd-periods{align-items:center;background:var(--ccgmd-soft);border-radius:8px;display:flex;padding:3px}.ccgmd-periods a{border-radius:6px;color:var(--ccgmd-muted);font-size:12px;font-weight:700;padding:6px 8px;text-decoration:none}.ccgmd-periods a:hover,.ccgmd-periods a[aria-current=page]{background:#fff;box-shadow:0 1px 3px rgba(16,24,40,.12);color:var(--ccgmd-accent)}.ccgmd-detail .ccgmd-chart{border:0;border-radius:0;box-shadow:none;padding:8px 0 0}.ccgmd-detail__market{border-left:1px solid var(--ccgmd-line);padding-left:24px}.ccgmd-detail__market h2{margin:0 0 8px}.ccgmd-detail__market>div{align-items:flex-start;border-top:1px solid var(--ccgmd-line);display:flex;gap:14px;justify-content:space-between;padding:13px 0}.ccgmd-detail__market strong{font-size:.92em;text-align:right}.ccgmd-updated{margin-top:18px}
@media(max-width:760px){.ccgmd-detail>header{align-items:flex-start;flex-direction:column}.ccgmd-detail__quote{text-align:left}.ccgmd-detail__price{font-size:1.65em;justify-content:flex-start}.ccgmd-detail__changes{gap:12px;justify-content:space-between}.ccgmd-detail__changes>div{align-items:flex-start;flex-direction:column;gap:3px}.ccgmd-detail__body{grid-template-columns:1fr}.ccgmd-detail__section-head{align-items:flex-start;flex-direction:column}.ccgmd-periods{max-width:100%;overflow-x:auto}.ccgmd-detail__market{border-left:0;border-top:1px solid var(--ccgmd-line);padding-left:0;padding-top:20px}}
.ccgmd-detail--module{box-shadow:none}.ccgmd-detail__changes--standalone{margin:0}.ccgmd-detail__market--standalone{background:var(--ccgmd-bg);border:1px solid var(--ccgmd-line);border-radius:var(--ccgmd-radius);padding:20px}.ccgmd-detail__market--standalone>div:last-child{padding-bottom:0}.ccgmd-coin-chart-module{background:var(--ccgmd-bg);border:1px solid var(--ccgmd-line);border-radius:var(--ccgmd-radius);padding:20px}.ccgmd-coin-chart-module .ccgmd-chart{border:0;box-shadow:none;padding:8px 0 0}

/* Interactive chart, exchange markets, and related editorial content. */
.ccgmd-top-coins{width:100%}.ccgmd-top-coins h2{margin:0 0 14px}.ccgmd-top-coins__list{border:1px solid var(--ccgmd-line);border-radius:var(--ccgmd-radius);overflow:hidden}.ccgmd-top-coins__row{align-items:center;border-bottom:1px solid var(--ccgmd-line);display:flex;justify-content:space-between;min-height:52px;padding:10px 14px}.ccgmd-top-coins__row:last-child{border-bottom:0}.ccgmd-top-coins__row:hover{background:var(--ccgmd-soft)}.ccgmd-top-coins__coin{align-items:center;color:inherit;display:flex;gap:10px;text-decoration:none}.ccgmd-top-coins__coin:hover strong{color:var(--ccgmd-accent)}.ccgmd-top-coins__price{font-weight:700;text-align:right}
.ccgmd-exchange-link{align-items:center;color:inherit;display:inline-flex;font-weight:700;gap:5px;text-decoration:none}.ccgmd-exchange-link span{color:var(--ccgmd-muted);font-size:.82em}.ccgmd-exchange-link:hover{color:var(--ccgmd-accent)}
.ccgmd-chart__summary{align-items:flex-start;border-bottom:1px solid var(--ccgmd-line);display:grid;gap:22px;grid-template-columns:auto auto minmax(180px,1fr);margin-bottom:8px;padding:0 0 12px}.ccgmd-chart__summary>div{display:flex;flex-direction:column}.ccgmd-chart__summary small{color:var(--ccgmd-muted);font-size:12px;margin-bottom:2px}.ccgmd-chart__summary strong{font-size:1.05em}.ccgmd-chart__hover{text-align:right}.ccgmd-chart canvas{cursor:crosshair;outline:none}.ccgmd-chart canvas:focus-visible{box-shadow:0 0 0 2px var(--ccgmd-accent);border-radius:6px}
.ccgmd-exchanges,.ccgmd-articles{border-top:1px solid var(--ccgmd-line);margin-top:28px;padding-top:26px}.ccgmd-section-title{align-items:flex-end;display:flex;gap:20px;justify-content:space-between;margin-bottom:14px}.ccgmd-section-title small{color:var(--ccgmd-muted)}.ccgmd-section-title h2{font-size:1.25em;margin:2px 0 0}.ccgmd-section-title>span{color:var(--ccgmd-muted);font-size:12px}.ccgmd-exchanges__wrap{border:1px solid var(--ccgmd-line);border-radius:10px;overflow-x:auto}.ccgmd-exchanges table{border-collapse:collapse;font-size:14px;margin:0;width:100%}.ccgmd-exchanges th,.ccgmd-exchanges td{border:0;border-bottom:1px solid var(--ccgmd-line);padding:12px 14px;text-align:right;white-space:nowrap}.ccgmd-exchanges th{background:var(--ccgmd-soft);color:var(--ccgmd-muted);font-size:11px;text-transform:uppercase}.ccgmd-exchanges th:first-child,.ccgmd-exchanges th:nth-child(2),.ccgmd-exchanges td:first-child,.ccgmd-exchanges td:nth-child(2){text-align:left}.ccgmd-exchanges tbody tr:last-child td{border-bottom:0}.ccgmd-exchanges tbody tr:hover{background:#fafbfc}
.ccgmd-articles__grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.ccgmd-article{background:var(--ccgmd-bg);border:1px solid var(--ccgmd-line);border-radius:10px;overflow:hidden}.ccgmd-article__image{aspect-ratio:16/9;display:block;overflow:hidden}.ccgmd-article__image img{height:100%;object-fit:cover;width:100%}.ccgmd-article__body{padding:14px}.ccgmd-article time{color:var(--ccgmd-muted);font-size:12px}.ccgmd-article h3{font-size:1em;line-height:1.35;margin:6px 0 0}.ccgmd-article h3 a{color:inherit;text-decoration:none}.ccgmd-article h3 a:hover{color:var(--ccgmd-accent)}
@media(max-width:760px){.ccgmd-chart__summary{gap:10px;grid-template-columns:1fr 1fr}.ccgmd-chart__hover{grid-column:1/-1;text-align:left}.ccgmd-section-title{align-items:flex-start;flex-direction:column;gap:4px}.ccgmd-articles__grid{grid-template-columns:1fr}.ccgmd-exchanges th,.ccgmd-exchanges td{padding:10px 9px}.ccgmd-exchanges th:first-child,.ccgmd-exchanges td:first-child{display:none}}
