@charset "UTF-8";.cbd-widget{--color-red: #ff5555;--color-lightred: #ff8888;--color-gray: #c5d3e6;--color-green: #D8EBE0;--color-darkgreen: #16A34A;--color-green-v2: #10B981;--color-blue: #3B82F6;--color-gold: #ffb500;--color-gray: #94A3B8;--bg: #f5f7f8;--bg-accent: #e4ecf8;--text: #1e1f20;--text-muted: #6b7280;--text-button-blue: #0457ca;--text-light: #76808f;--border: #e9eef0;--radius: 12px;--gauge-height: 240px;--chart-height: 360px;width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-width:100%;overflow-x:hidden}.cbd-cards{display:grid;gap:12px}.cbd-cards--two{grid-template-columns:repeat(1,minmax(0,1fr));gap:20px}.cbd-card{border-radius:10px;padding:24px 20px;background:var(--bg)}.cbd-card h3,.cbd-card-title{margin:0 0 16px;font-size:22px;font-weight:500}.cbd-card-data{margin:0;background:#ffffff;padding:10px 16px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:8px;border-radius:10px}.cbd-value{margin:0 0 6px;font-weight:700;font-size:16px}.cbd-value-line{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:10px}.cbd-value-line .cbd-value{margin:0}.cbd-change-pill{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;border-radius:12px;padding:6px 10px;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;line-height:1;font-size:.9rem;font-weight:600;white-space:nowrap}.cbd-change-pill--up{color:var(--color-darkgreen);background:var(--color-green)}.cbd-change-pill--down{color:var(--color-red);background:rgba(220,38,38,.15)}.cbd-meta,.cbd-updated{margin:0;font-size:14px;color:var(--text-muted);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:10px}.cbd-meta-head{font-size:16px}[data-field=btc-high-365],[data-field=btc-low-365]{font-size:16px;font-weight:600;color:var(--text)}.cbd-updated{margin-top:2px}.cbd-positive{color:var(--color-green)}.cbd-negative{color:var(--color-red)}.cbd-shares-summary{font-size:14px;color:var(--text);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;gap:24px;text-align:center}.cbd-share-item{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:6px}.cbd-shares-summary .cbd-share-dot{width:16px;height:16px}.cbd-share-dot{width:10px;height:10px;border-radius:50%;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto}.cbd-history-table-wrap{overflow-x:auto}.cbd-history-table{width:100%;border-collapse:collapse;font-size:16px;font-weight:400}.cbd-history-table th,.cbd-history-table td{padding:10px 8px;border-bottom:1px solid #e5e7eb;text-align:left;white-space:nowrap}.cbd-history-table td:first-child{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:8px}.cbd-graph-block{border:1px solid var(--border);border-radius:10px;padding:20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:24px}.cbd-range-tabs-form{width:100%;max-width:332px;background:var(--bg-accent);height:45px;border-radius:10px}.cbd-range-tabs-form .cbd-range-tabs{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;padding:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;gap:2px}.cbd-range-tabs-form .cbd-range-tabs .cbd-range-tab{cursor:pointer;height:100%;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1;font-weight:500;font-size:16px;line-height:100%;color:var(--text-light);background:transparent;border:none;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.cbd-range-tabs-form .cbd-range-tabs .cbd-range-tab.cbd-range-tab--active{background:white;width:80%;color:var(--text-button-blue);border-radius:6px}.cbd-range-tab{border:1px solid #d3dae6;border-radius:8px;background:#ffffff;color:#1f2937;font-size:.88rem;line-height:1;padding:8px 10px;cursor:pointer}.cbd-range-tab--active{border-color:#2563eb;background:#2563eb;color:#fff}.cbd-graph{min-height:280px;border-radius:10px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;background:#fcfdff}.cbd-graph-title{margin:0 0 8px;font-size:.95rem;font-weight:600;color:#374151}.cbd-graph-fallback{margin:0;color:#6b7280;text-align:center}.cbd-graph--chart{position:relative;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;align-items:stretch}.cbd-chart-canvas{display:block;width:100%;height:300px}.cbd-chart-tooltip{position:absolute;z-index:2;pointer-events:none;background:#ffffff;border-radius:10px;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.15);box-shadow:0 4px 20px #00000026;padding:16px 24px;white-space:nowrap;opacity:0;-webkit-transition:opacity .15s ease;-moz-transition:opacity .15s ease;transition:opacity .15s ease;--arrow-offset: 50%}.cbd-chart-tooltip:after{content:"";position:absolute;bottom:-7px;left:var(--arrow-offset);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ffffff;-webkit-filter:drop-shadow(0 1px 1px rgba(0,0,0,.08));filter:drop-shadow(0 1px 1px rgba(0,0,0,.08))}.cbd-chart-tooltip>*+*{margin-top:6px}.cbd-tooltip-date{color:var(--text-light);font-size:14px}.cbd-tooltip-row{color:var(--text-muted);font-size:14px}.cbd-tooltip-row span{color:var(--text-button-blue);font-weight:500}.cbd-graph--donut{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.cbd-donut-wrap{width:100%;display:grid;gap:10px;grid-template-columns:128px 1fr;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.cbd-donut-svg{width:128px;height:128px;display:block}.cbd-donut-legend{margin:0;padding:0;list-style:none;display:grid;gap:6px}.cbd-donut-legend-item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:8px;font-size:.9rem;color:#374151}.cbd-donut-legend-dot{width:10px;height:10px;border-radius:999px;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto}.cbd-widget--error{border:1px solid #f8c9c9;border-radius:10px;padding:10px 12px;background:#fff5f5;color:#8f2f2f}@media (min-width: 768px){.cbd-cards--two,.cbd-graph-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cbd-graph-grid .cbd-graph:last-child{grid-column:1/-1}}@media (max-width: 540px){.cbd-donut-wrap{grid-template-columns:1fr}.cbd-shares-summary{-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start}.cbd-donut-svg{margin:0 auto}.cbd-chart-tooltip{font-size:.72rem;padding:5px 7px;white-space:normal;max-width:-webkit-calc(100% - 12px);max-width:-moz-calc(100% - 12px);max-width:calc(100% - 12px);line-height:1.25}}@media (max-width: 480px){.cbd-range-tabs-form{max-width:100%}}
