.crypnot-chart{grid-column:1/-1;margin-top:30px;padding-top:26px;border-top:1px solid var(--cp-line)}
.crypnot-chart__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.crypnot-chart__head>span{color:var(--cp-muted);font-size:12px}
.crypnot-chart__head>div{display:flex;gap:3px}
.crypnot-chart__head button{min-width:40px;padding:5px 8px;border:0;border-radius:4px;background:transparent;color:var(--cp-muted);font:600 10px var(--cp-font);cursor:pointer}
.crypnot-chart__head button:hover,.crypnot-chart__head button.is-active{background:#f0f0f0;color:var(--cp-black)}
.crypnot-chart__stage{position:relative;height:230px;overflow:hidden;border-top:1px solid var(--cp-line);border-bottom:1px solid var(--cp-line)}
.crypnot-chart svg{display:none;width:100%;height:100%;overflow:visible;touch-action:pan-y}
.crypnot-chart.has-data svg{display:block}
.crypnot-chart__line{fill:none;stroke:var(--cp-black);stroke-width:2;vector-effect:non-scaling-stroke;animation:crypnot-chart-in .65s ease both}
.crypnot-chart__area{fill:url(#crypnot-chart-fill);stroke:none}
.crypnot-chart__cursor{opacity:0;stroke:#999;stroke-width:1;stroke-dasharray:3 4;vector-effect:non-scaling-stroke}
.crypnot-chart__dot{opacity:0;fill:#08d7b5;stroke:#fff;stroke-width:2;vector-effect:non-scaling-stroke}
.crypnot-chart__tooltip{position:absolute;z-index:2;min-width:126px;padding:9px 11px;border:1px solid #d8d8d8;border-radius:6px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08);opacity:0;pointer-events:none;transform:translate(-50%,-115%)}
.crypnot-chart__tooltip strong,.crypnot-chart__tooltip span{display:block}
.crypnot-chart__tooltip strong{font-size:13px;font-variant-numeric:tabular-nums}
.crypnot-chart__tooltip span{margin-top:2px;color:var(--cp-muted);font-size:10px}
.crypnot-chart.is-inspecting .crypnot-chart__cursor,.crypnot-chart.is-inspecting .crypnot-chart__dot,.crypnot-chart.is-inspecting .crypnot-chart__tooltip{opacity:1}
.crypnot-chart__empty{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}
.crypnot-chart.has-data .crypnot-chart__empty{display:none}
.crypnot-chart__empty strong{font-size:14px}
.crypnot-chart__empty span{margin-top:5px;color:var(--cp-muted);font-size:12px}
@keyframes crypnot-chart-in{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}
@media(max-width:600px){.crypnot-chart__stage{height:190px}.crypnot-chart__tooltip{min-width:112px}.crypnot-chart__head button{min-width:36px}}

/* v0.7.1 hierarchy refinements. */
.crypnot-workspace__head h1{font-size:clamp(34px,3.2vw,50px)}
.crypnot-portfolio-lead__value>strong{font-size:clamp(38px,4vw,58px)}
.crypnot-portfolio-lead{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);grid-template-areas:"value topassets" "chart chart" "allocation allocation";column-gap:36px}
.crypnot-portfolio-lead::after{display:none}
.crypnot-portfolio-lead__value{grid-area:value;padding-right:0}
.crypnot-top-assets{grid-area:topassets;padding-left:36px;border-left:1px solid var(--cp-line)}
.crypnot-chart{grid-area:chart}
.crypnot-allocation{grid-area:allocation;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-top:28px;padding:28px 0 0;border-top:1px solid var(--cp-line)}
.crypnot-allocation h2{grid-column:1/-1;margin-bottom:2px}
.crypnot-allocation>div{grid-template-columns:42px 1fr 52px}
@media(max-width:900px){.crypnot-allocation{grid-template-columns:1fr 1fr}.crypnot-allocation h2{grid-column:1/-1}}
@media(max-width:600px){.crypnot-allocation{grid-template-columns:1fr}}
.crypnot-top-assets__head{min-height:42px;display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid var(--cp-line)}
.crypnot-top-assets__head h2{margin:0;font-size:18px}
.crypnot-top-assets__head span{display:block;margin-top:2px;color:var(--cp-muted);font-size:10px}
.crypnot-top-assets__head i{width:7px;height:7px;margin-top:7px;border-radius:50%;background:#08d7b5}
.crypnot-top-assets__list article{min-height:58px;display:grid;grid-template-columns:minmax(120px,1fr) 88px minmax(92px,.8fr);align-items:center;gap:14px;border-bottom:1px solid var(--cp-line)}
.crypnot-top-assets__asset{display:flex;align-items:center;gap:10px;min-width:0}.crypnot-top-assets__asset img{width:30px;height:30px;border-radius:50%}.crypnot-top-assets__asset span,.crypnot-top-assets__quote{display:flex;flex-direction:column}.crypnot-top-assets__asset strong{font-size:13px}.crypnot-top-assets__asset small{overflow:hidden;color:var(--cp-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.crypnot-top-assets__quote{text-align:right}.crypnot-top-assets__quote strong{font-size:12px;font-variant-numeric:tabular-nums}.crypnot-top-assets__quote small{margin-top:2px;font-size:10px}.crypnot-sparkline{width:88px;height:30px}.crypnot-sparkline polyline{fill:none;stroke:#111;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.crypnot-sparkline.is-down polyline{stroke:#d92c3a}.crypnot-sparkline--empty{height:1px;background:var(--cp-line)}
@media(max-width:1050px){.crypnot-portfolio-lead{grid-template-columns:1fr;grid-template-areas:"value" "topassets" "chart" "allocation"}.crypnot-top-assets{margin-top:30px;padding:30px 0 0;border-top:1px solid var(--cp-line);border-left:0}}
@media(max-width:520px){.crypnot-top-assets__list article{grid-template-columns:minmax(105px,1fr) 64px minmax(78px,.7fr);gap:8px}.crypnot-sparkline{width:64px}}

/* v0.8.2 separate portfolio and intelligence columns. */
.crypnot-portfolio-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(350px,.75fr);align-items:start;gap:24px;margin:28px 0}
.crypnot-portfolio-layout>.crypnot-portfolio-lead{display:block;margin:0;padding:32px;border:1px solid var(--cp-line);border-radius:14px;background:#fff}
.crypnot-portfolio-layout .crypnot-portfolio-lead__value{padding:0}
.crypnot-portfolio-layout .crypnot-chart{margin-top:30px;padding-top:26px}
.crypnot-portfolio-layout .crypnot-allocation{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px;padding-top:28px;border-top:1px solid var(--cp-line)}
.crypnot-portfolio-side{display:flex;min-width:0;flex-direction:column;gap:24px}
.crypnot-portfolio-side .crypnot-top-assets{grid-area:auto;display:block;width:100%;min-width:0;margin:0;padding:26px;border:1px solid var(--cp-line);border-radius:14px;background:#fff}
.crypnot-events--card{width:100%;min-width:0;min-height:290px;padding:26px;border:1px solid var(--cp-line);border-radius:14px;background:#fff}
.crypnot-events--card h2{margin:0;padding-bottom:16px;border-bottom:1px solid var(--cp-line);font-size:18px}
.crypnot-events--card .crypnot-empty-service{min-height:205px;border:0}
.crypnot-editorial-grid--single{display:block}
.crypnot-editorial-grid--single .crypnot-brief{width:100%;padding-right:0!important}
@media(max-width:1100px){.crypnot-portfolio-layout{grid-template-columns:1fr}.crypnot-portfolio-side{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.crypnot-portfolio-layout .crypnot-allocation{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.crypnot-portfolio-side{grid-template-columns:1fr}.crypnot-portfolio-layout>.crypnot-portfolio-lead,.crypnot-portfolio-side .crypnot-top-assets,.crypnot-events--card{padding:22px}.crypnot-portfolio-layout .crypnot-allocation{grid-template-columns:1fr}}

/* Prevent live market rows from overflowing the fixed intelligence column. */
.crypnot-portfolio-side .crypnot-top-assets__list article{grid-template-columns:minmax(105px,1fr) minmax(58px,78px) minmax(74px,.8fr);gap:9px}
.crypnot-portfolio-side .crypnot-sparkline{width:100%;max-width:78px}
.crypnot-portfolio-side .crypnot-top-assets__quote{min-width:0}
.crypnot-portfolio-side .crypnot-top-assets__quote strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.crypnot-top-assets__head>select{align-self:center;max-width:126px;height:28px;padding:0 24px 0 9px;border:1px solid #d8d8d8;border-radius:5px;background-color:#fff;color:#222;font:600 10px var(--cp-font);cursor:pointer}
.crypnot-top-assets__head>select:focus{border-color:#777;outline:2px solid rgba(8,215,181,.16);outline-offset:1px}
.crypnot-top-assets__list article[hidden]{display:none}
.crypnot-top-assets__list article[data-asset-url]{cursor:pointer;transition:background-color .16s ease}
.crypnot-top-assets__list article[data-asset-url]:hover{background:#fafaf8}
.crypnot-top-assets__list article[data-asset-url]:focus-visible{outline:2px solid rgba(8,215,181,.45);outline-offset:2px}

/* Portfolio source selector. */
.crypnot-primary-action{font-family:inherit;cursor:pointer}
.crypnot-modal-open{overflow:hidden}
.crypnot-source-modal[hidden]{display:none}.crypnot-source-modal{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:28px}
.crypnot-source-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.58);backdrop-filter:blur(7px);cursor:default}
.crypnot-source-dialog{position:relative;width:min(880px,100%);max-height:min(790px,calc(100vh - 56px));overflow:auto;border:1px solid #cfcfcf;border-radius:14px;background:#fff;color:#050505;box-shadow:0 30px 90px rgba(0,0,0,.28);opacity:0;transform:translateY(14px) scale(.985);transition:opacity .16s ease,transform .16s ease}
.crypnot-source-dialog.is-open{opacity:1;transform:none}.crypnot-source-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;padding:30px 32px 24px;border-bottom:1px solid #dedede}.crypnot-source-dialog>header span{display:block;margin-bottom:6px;color:#008f77;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.crypnot-source-dialog h2{margin:0;font-size:32px;letter-spacing:-.045em}.crypnot-source-dialog>header p{margin:7px 0 0;color:#686868;font-size:13px}.crypnot-source-dialog>header>button{width:38px;height:38px;display:grid;flex:0 0 38px;place-items:center;border:1px solid #d2d2d2;border-radius:7px;background:#fff;cursor:pointer}.crypnot-source-dialog>header>button:hover{background:#f5f5f3}.crypnot-source-dialog>header svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6}
.crypnot-source-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:24px 32px}.crypnot-source-grid>a,.crypnot-source-grid>button{min-width:0;min-height:112px;display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:15px;padding:17px;border:1px solid #d8d8d8;border-radius:10px;background:#fff;color:#050505;font-family:inherit;text-align:left;text-decoration:none;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.crypnot-source-grid>a:hover,.crypnot-source-grid>button:hover{border-color:#858585;background:#fafaf8;transform:translateY(-1px)}.crypnot-source-grid>a:focus-visible,.crypnot-source-grid>button:focus-visible{outline:2px solid rgba(8,215,181,.5);outline-offset:2px}.crypnot-source-grid>*>i{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#f2f2f0;color:#050505;font-style:normal}.crypnot-source-grid>*>i.is-binance{background:#f3ba2f}.crypnot-source-grid>*>i.is-coinbase{background:#1652f0;color:#fff}.crypnot-source-grid svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.crypnot-source-grid .is-binance svg,.crypnot-source-grid .is-coinbase svg{fill:currentColor;stroke:none}.crypnot-source-grid span strong,.crypnot-source-grid span small{display:block}.crypnot-source-grid span strong{font-size:15px}.crypnot-source-grid span small{margin-top:5px;color:#686868;font-size:11px;line-height:1.45}.crypnot-source-grid em{align-self:start;padding:4px 7px;border:1px solid #d5d5d5;border-radius:5px;color:#777;font-size:9px;font-style:normal;font-weight:800;text-transform:uppercase}.crypnot-source-grid .is-ready em{border-color:rgba(0,143,119,.25);background:rgba(8,215,181,.08);color:#007c68}
.crypnot-source-dialog>footer{display:flex;align-items:flex-start;gap:13px;padding:19px 32px;border-top:1px solid #dedede;background:#f7f7f5}.crypnot-source-dialog>footer svg{width:20px;height:20px;flex:0 0 20px;fill:none;stroke:#008f77;stroke-width:1.6}.crypnot-source-dialog>footer p{margin:0;color:#626262;font-size:11px;line-height:1.5}.crypnot-source-dialog>footer strong{color:#050505}
.crypnot-source-detail{min-height:350px;padding:26px 32px 34px}.crypnot-source-detail[hidden]{display:none}.crypnot-source-detail>button:first-child{padding:0;border:0;background:transparent;color:#565656;font:750 11px inherit;cursor:pointer}.crypnot-source-detail>div{margin-top:34px}.crypnot-source-detail>div>span{color:#008f77;font-size:10px;font-weight:850;letter-spacing:.1em}.crypnot-source-detail h3{margin:7px 0 8px;font-size:30px;letter-spacing:-.04em}.crypnot-source-detail p{max-width:620px;margin:0;color:#626262;font-size:13px}.crypnot-source-detail ul{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0;padding:0;list-style:none}.crypnot-source-detail li{padding:14px;border:1px solid #ddd;border-radius:8px;font-size:11px;font-weight:700}.crypnot-source-detail__action{min-height:44px;padding:0 18px;border:0;border-radius:7px;background:#050505;color:#fff;font:800 12px inherit;opacity:.45}
.crypnot-source-grid>.crypnot-wallet-source{min-width:0;min-height:112px;display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:15px;padding:17px;border:1px solid #d8d8d8;border-radius:10px;background:#fff;color:#050505;font-family:inherit;text-align:left}.crypnot-wallet-source>i{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#f2f2f0;color:#050505;font-style:normal}.crypnot-wallet-source span strong,.crypnot-wallet-source span small{display:block}.crypnot-wallet-source span strong{font-size:15px}.crypnot-wallet-source span small{margin-top:5px;color:#686868;font-size:11px;line-height:1.45}.crypnot-wallet-source appkit-button{justify-self:end}
.crypnot-wallet-status{position:relative;margin:0 32px;padding:12px 14px;border:1px solid #d8d8d8;border-radius:8px;background:#fafafa;color:#333;font-size:12px;line-height:1.45}.crypnot-wallet-status.is-error{border-color:#efaaa4;background:#fff4f3;color:#c52f24}.crypnot-wallet-status.is-loading{padding-left:42px;border-color:#b9e8df;background:#f4fffc;color:#075f50}.crypnot-wallet-status.is-loading:before{content:"";position:absolute;left:15px;top:50%;width:15px;height:15px;margin-top:-8px;border:2px solid rgba(0,143,119,.22);border-top-color:#008f77;border-radius:50%;animation:crypnot-wallet-spin .72s linear infinite}.crypnot-wallet-source[aria-busy=true]{border-color:#9edbd0;background:#fbfffe}@keyframes crypnot-wallet-spin{to{transform:rotate(360deg)}}
@media(max-width:700px){.crypnot-source-modal{padding:12px}.crypnot-source-dialog{max-height:calc(100vh - 24px)}.crypnot-source-dialog>header,.crypnot-source-grid,.crypnot-source-detail{padding-right:20px;padding-left:20px}.crypnot-source-grid{grid-template-columns:1fr}.crypnot-source-detail ul{grid-template-columns:1fr}.crypnot-source-dialog>footer{padding-inline:20px}}
@media(max-width:420px){.crypnot-top-assets__head{gap:10px}.crypnot-top-assets__head>select{max-width:118px}}
.crypnot-markets__freshness.is-streaming>span{background:#08d7b5;box-shadow:0 0 0 4px rgba(8,215,181,.12)}

/* v0.9.9 contextual information controls. */
.crypnot-label-with-info{position:relative;display:inline-flex!important;align-items:center;gap:6px;width:max-content;max-width:100%}
.crypnot-info{position:relative;width:17px;height:17px;display:inline-grid;flex:0 0 17px;place-items:center;padding:0;border:1px solid #a9a9a9;border-radius:50%;background:#fff;color:#555;font:700 10px var(--cp-font);line-height:1;cursor:help}
.crypnot-info:hover,.crypnot-info:focus-visible{border-color:#222;color:#000;outline:0}
.crypnot-info::after{content:attr(data-info);position:absolute;z-index:120;top:calc(100% + 9px);left:50%;width:230px;padding:10px 12px;border:1px solid #333;border-radius:6px;background:#111;color:#fff;font:500 11px/1.5 var(--cp-font);letter-spacing:0;text-align:left;white-space:normal;box-shadow:0 10px 28px rgba(0,0,0,.16);opacity:0;pointer-events:none;transform:translate(-50%,-3px);transition:opacity .15s ease,transform .15s ease}
.crypnot-info::before{content:"";position:absolute;z-index:121;top:calc(100% + 4px);left:50%;width:8px;height:8px;border-top:1px solid #333;border-left:1px solid #333;background:#111;opacity:0;transform:translateX(-50%) rotate(45deg)}
.crypnot-info:hover::after,.crypnot-info:focus-visible::after,.crypnot-info:hover::before,.crypnot-info:focus-visible::before{opacity:1}.crypnot-info:hover::after,.crypnot-info:focus-visible::after{transform:translate(-50%,0)}
.crypnot-market-state article:first-child .crypnot-info::after{left:0;transform:translate(0,-3px)}.crypnot-market-state article:first-child .crypnot-info:hover::after,.crypnot-market-state article:first-child .crypnot-info:focus-visible::after{transform:none}.crypnot-market-state article:last-child .crypnot-info::after{right:0;left:auto;transform:translate(0,-3px)}.crypnot-market-state article:last-child .crypnot-info:hover::after,.crypnot-market-state article:last-child .crypnot-info:focus-visible::after{transform:none}
@media(max-width:520px){.crypnot-info::after{width:190px}}
.crypnot-brief--final{margin:28px 0 0;padding:0 28px;border:1px solid var(--cp-line);border-radius:14px;background:#fff}
.crypnot-brief--final .crypnot-brief{padding:28px 0!important}
@media(max-width:700px){.crypnot-brief--final{padding:0 22px}.crypnot-brief--final .crypnot-brief{padding:22px 0!important}}

/* v1.1.0 chart visibility, single divider, and donut allocation. */
.crypnot-chart__stage{overflow:visible;border-bottom:0}
.crypnot-portfolio-layout .crypnot-allocation{grid-template-columns:1fr;margin-right:-32px;margin-left:-32px;padding-right:32px;padding-left:32px}
.crypnot-allocation-layout{grid-column:1/-1!important;display:grid!important;grid-template-columns:minmax(0,1fr) 190px!important;align-items:center;gap:38px;width:100%}
.crypnot-allocation-legend{display:grid;gap:0}.crypnot-allocation-legend article{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--cp-line)}.crypnot-allocation-legend article:last-child{border-bottom:0}.crypnot-allocation-asset{display:flex;align-items:center;gap:11px;min-width:0}.crypnot-allocation-asset img,.crypnot-allocation-asset>i{width:30px;height:30px;display:grid;flex:0 0 30px;place-items:center;border-radius:50%;color:#fff;font-size:10px;font-style:normal}.crypnot-allocation-asset span{display:block;min-width:0}.crypnot-allocation-asset strong,.crypnot-allocation-asset small{display:block}.crypnot-allocation-asset strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.crypnot-allocation-asset small{margin-top:2px;color:var(--cp-muted);font-size:10px}.crypnot-allocation-legend article>strong{font-size:13px;font-variant-numeric:tabular-nums}
.crypnot-allocation-donut{width:180px;height:180px;display:grid;place-items:center;border-radius:50%;transform:rotate(-90deg)}.crypnot-allocation-donut>div{width:116px;height:116px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:50%;background:#fff;transform:rotate(90deg)}.crypnot-allocation-donut strong{font-size:23px}.crypnot-allocation-donut span{margin-top:2px;color:var(--cp-muted);font-size:10px}
@media(max-width:700px){.crypnot-portfolio-layout .crypnot-allocation{margin-right:-22px;margin-left:-22px;padding-right:22px;padding-left:22px}.crypnot-allocation-layout{grid-template-columns:1fr!important}.crypnot-allocation-donut{grid-row:1;justify-self:center}}

/* v1.1.1 compact interactive allocation. */
.crypnot-allocation-layout{grid-template-columns:minmax(280px,420px) 190px!important;justify-content:space-between}
.crypnot-allocation-donut{position:relative;background:none!important;transform:none}
.crypnot-allocation-donut>svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}
.crypnot-allocation-donut>.crypnot-allocation-donut__center{position:absolute;top:50%;left:50%;width:112px;height:112px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:50%;background:#fff;transform:translate(-50%,-50%)}
.crypnot-allocation-donut__center strong{font-size:23px}.crypnot-allocation-donut__center span{margin-top:2px;color:var(--cp-muted);font-size:10px}
.crypnot-allocation-segment{cursor:pointer;transition:stroke-width .18s ease,filter .18s ease,opacity .18s ease}
.crypnot-allocation-segment:hover,.crypnot-allocation-segment:focus-visible,.crypnot-allocation-segment.is-active{stroke-width:34;filter:drop-shadow(0 3px 5px rgba(0,0,0,.18));outline:0}
.crypnot-allocation-donut.has-active .crypnot-allocation-segment:not(.is-active):not(:hover):not(:focus-visible){opacity:.42}
.crypnot-allocation-legend article{padding:0 4px;border-radius:6px;transition:background-color .16s ease,transform .16s ease}.crypnot-allocation-legend article:hover,.crypnot-allocation-legend article.is-active{background:#f7f7f5;transform:translateX(2px)}
.crypnot-allocation-donut>.crypnot-allocation-tooltip{position:absolute;z-index:5;right:-14px;bottom:calc(100% + 10px);width:auto;height:auto;min-width:150px;display:block;padding:9px 11px;border:1px solid #333;border-radius:6px;background:#111;color:#fff;box-shadow:0 10px 28px rgba(0,0,0,.16);pointer-events:none;transform:none}.crypnot-allocation-tooltip strong,.crypnot-allocation-tooltip span{display:block}.crypnot-allocation-tooltip strong{font-size:12px}.crypnot-allocation-tooltip span{margin-top:3px;color:#ccc;font-size:10px}
.crypnot-allocation-tooltip[hidden]{display:none}
@media(max-width:700px){.crypnot-allocation-layout{grid-template-columns:1fr!important}.crypnot-allocation-legend{width:min(100%,420px);justify-self:center}}

/* v1.3.0 completed Pulse dashboard states and responsive controls. */
.crypnot-workspace__tools{flex-wrap:wrap}
.crypnot-portfolio-value__head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:6px}
.crypnot-portfolio-value__head>.crypnot-label-with-info{margin-bottom:0}
.crypnot-privacy-toggle{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 13px;border:1px solid var(--cp-line);border-radius:6px;background:#fff;color:var(--cp-ink);font:700 12px var(--cp-font);cursor:pointer;transition:border-color .18s ease,background-color .18s ease}
.crypnot-privacy-toggle:hover{border-color:#999;background:#f7f7f5}.crypnot-privacy-toggle .crypnot-icon{width:17px;height:17px}
.crypnot-chart__head>span>small{display:block;margin-top:3px;color:var(--cp-muted);font-size:10px;font-weight:400}
.crypnot-update.is-streaming i{background:var(--cp-aqua);box-shadow:0 0 0 4px rgba(8,215,181,.12)}
.crypnot-visit-summary{margin:28px 0;padding:24px 28px;border:1px solid var(--cp-line);border-radius:14px;background:#fff}
.crypnot-section-heading,.crypnot-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.crypnot-section-heading>div>span{display:block;margin-bottom:4px;color:var(--cp-positive);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.crypnot-section-heading h2,.crypnot-card-heading h2{margin:0;font-size:21px;letter-spacing:-.025em}.crypnot-section-heading>small,.crypnot-card-heading span{color:var(--cp-muted);font-size:11px}
.crypnot-visit-summary__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:20px;border-top:1px solid var(--cp-line)}
.crypnot-visit-summary__grid article{min-width:0;display:grid;grid-template-columns:36px minmax(0,1fr);gap:12px;padding:20px 20px 2px 0}
.crypnot-visit-summary__grid article+article{padding-left:20px;border-left:1px solid var(--cp-line)}
.crypnot-visit-summary__grid i{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#f2f2f0;color:#222}.crypnot-visit-summary__grid i.is-up{background:rgba(8,215,181,.11);color:#008c75}.crypnot-visit-summary__grid i.is-down{background:rgba(230,49,64,.09);color:#d72d3c}.crypnot-visit-summary__grid i .crypnot-icon{width:18px;height:18px}
.crypnot-visit-summary__grid strong{display:block;font-size:13px}.crypnot-visit-summary__grid p{margin:5px 0 0;color:var(--cp-muted);font-size:12px;line-height:1.5}
.crypnot-card-title-link{color:inherit;text-decoration:none}.crypnot-card-title-link:hover h2{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
.crypnot-card-heading{padding-bottom:15px;border-bottom:1px solid var(--cp-line)}.crypnot-card-heading>div>span{display:block;margin-top:3px}.crypnot-card-heading>a{color:var(--cp-positive);font-size:11px;font-weight:700;text-decoration:none}
.crypnot-event-list>a,.crypnot-event-list>div{min-height:72px;display:grid;grid-template-columns:44px minmax(0,1fr) 18px;align-items:center;gap:12px;border-bottom:1px solid var(--cp-line);color:inherit;text-decoration:none}.crypnot-event-list>a:last-child,.crypnot-event-list>div:last-child{border-bottom:0}
.crypnot-event-list time{width:42px;height:46px;display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px solid var(--cp-line);border-radius:6px}.crypnot-event-list time strong{font-size:16px;line-height:1}.crypnot-event-list time span{margin-top:3px;color:var(--cp-muted);font-size:9px;text-transform:uppercase}.crypnot-event-list>a>span strong,.crypnot-event-list>div>span strong{display:block;font-size:12px}.crypnot-event-list>a>span small,.crypnot-event-list>div>span small{display:block;margin-top:4px;color:var(--cp-muted);font-size:10px}.crypnot-event-list .crypnot-icon{width:15px;height:15px;transform:rotate(-90deg)}
.crypnot-balances-hidden [data-private-value]{color:transparent!important;text-shadow:0 0 12px rgba(0,0,0,.42);user-select:none}.crypnot-balances-hidden .crypnot-chart__stage{filter:blur(12px);opacity:.42;pointer-events:none}.crypnot-balances-hidden .crypnot-allocation-layout{filter:blur(10px);opacity:.42;pointer-events:none}
@media(max-width:1000px){.crypnot-visit-summary__grid{grid-template-columns:1fr}.crypnot-visit-summary__grid article+article{padding-left:0;border-left:0;border-top:1px solid var(--cp-line)}}
@media(max-width:700px){.crypnot-workspace__tools{display:grid;grid-template-columns:1fr;width:100%}.crypnot-update{grid-column:1/-1}.crypnot-primary-action{width:100%;justify-content:center}.crypnot-portfolio-value__head{align-items:flex-start;flex-direction:column}.crypnot-privacy-toggle{min-height:38px}.crypnot-visit-summary{padding:20px}.crypnot-section-heading{align-items:flex-start;flex-direction:column;gap:7px}.crypnot-visit-summary__grid article{padding-right:0}.crypnot-card-heading{align-items:center}}

/* v1.3.5: hard-disable legacy live-refresh shimmer in cached or combined CSS. */
.crypnot-chart__stage::after,
.crypnot-top-assets__list::after{content:none!important;display:none!important;animation:none!important;background:none!important}
.crypnot-chart__line,
.crypnot-chart__area,
.crypnot-top-assets__list,
.crypnot-top-assets__list article{animation:none!important}

/* v1.0.1 optical centering for the global information glyph. */
.crypnot-info{display:inline-flex;align-items:center;justify-content:center;line-height:1}
.crypnot-info>svg{width:12px;height:12px;display:block;overflow:visible;fill:currentColor;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;vector-effect:non-scaling-stroke}
.crypnot-info>svg path{fill:none}
.crypnot-binance-form[hidden]{display:none}.crypnot-binance-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid #ddd}.crypnot-binance-form>label{display:grid;gap:6px;color:#555;font-size:11px;font-weight:750}.crypnot-binance-form input[type=text],.crypnot-binance-form input[type=password]{height:44px;padding:0 12px;border:1px solid #cfcfcf;border-radius:7px;background:#fff;font:500 13px inherit;outline:0}.crypnot-binance-form input:focus{border-color:#777;box-shadow:0 0 0 3px rgba(8,215,181,.1)}.crypnot-binance-form__check{grid-column:1/-1;display:flex!important;align-items:flex-start;flex-direction:row;gap:9px!important}.crypnot-binance-form__check input{margin-top:3px}.crypnot-binance-form>button{grid-column:1/-1;min-height:46px;border:0;border-radius:7px;background:#050505;color:#fff;font:800 12px inherit;cursor:pointer}
