.scd-wrap{--scd-bg:#fff;--scd-soft:#f6f8fb;--scd-border:#e7ebf0;--scd-text:#172033;--scd-muted:#687386;--scd-blue:#378add;--scd-orange:#ef9f27;--scd-green:#15956c;--scd-red:#d85a30;font-family:var(--font-sans),Tahoma,Arial,sans-serif;color:var(--scd-text);background:var(--scd-bg);border:1px solid var(--scd-border);border-radius:18px;padding:18px;margin:20px 0;box-shadow:0 8px 30px rgba(17,24,39,.05);box-sizing:border-box}.scd-wrap *{box-sizing:border-box}.scd-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.scd-head h2{font-size:22px;line-height:1.5;margin:0 0 4px}.scd-head p{font-size:13px;color:var(--scd-muted);margin:0;line-height:1.8}.scd-updated{font-size:12px;color:var(--scd-muted);white-space:nowrap;background:var(--scd-soft);border-radius:10px;padding:7px 10px}.scd-tabs{display:flex;gap:6px;border-bottom:1px solid var(--scd-border);margin-bottom:16px;overflow-x:auto}.scd-tab{border:0;background:transparent;color:var(--scd-muted);padding:9px 14px;font-size:13px;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap}.scd-tab.is-active{color:var(--scd-text);border-bottom-color:var(--scd-blue);font-weight:700}.scd-panel{display:none}.scd-panel.is-active{display:block}.scd-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:10px;margin-bottom:16px}.scd-metric{background:var(--scd-soft);border:1px solid rgba(231,235,240,.72);border-radius:14px;padding:13px}.scd-label{font-size:12px;color:var(--scd-muted);margin-bottom:6px}.scd-val{font-size:22px;font-weight:800;direction:ltr;text-align:right;line-height:1.3}.scd-sub{font-size:11px;color:var(--scd-muted);margin-top:5px}.scd-val.is-up{color:var(--scd-green)}.scd-val.is-down{color:var(--scd-red)}.scd-chart{position:relative;width:100%;min-height:180px}.scd-legend{display:flex;gap:18px;align-items:center;justify-content:flex-end;margin-bottom:10px;color:var(--scd-muted);font-size:12px}.scd-legend span{display:flex;gap:6px;align-items:center}.scd-legend i{width:24px;height:3px;border-radius:2px;display:inline-block}.scd-legend .btc{background:var(--scd-orange)}.scd-legend .xrp{background:var(--scd-blue)}.scd-bars{display:grid;gap:12px;margin-top:8px}.scd-bar-row{display:grid;grid-template-columns:70px 1fr;gap:10px;align-items:center;font-size:13px;color:var(--scd-muted)}.scd-bar-bg{height:28px;background:var(--scd-soft);border-radius:9px;overflow:hidden}.scd-bar-fill{height:100%;background:linear-gradient(90deg,var(--scd-blue),#70b4f7);display:flex;align-items:center;justify-content:flex-end;padding:0 10px;color:#06233d;font-size:12px;font-weight:800;direction:ltr}.scd-risk-note{background:var(--scd-soft);border-radius:14px;padding:14px;color:var(--scd-muted);font-size:13px;line-height:1.9}.scd-error{border:1px solid #f0b9a8;background:#fff6f2;color:#a53a1b;padding:12px;border-radius:12px;margin:16px 0}@media (prefers-color-scheme:dark){.scd-wrap{--scd-bg:#111827;--scd-soft:#1f2937;--scd-border:#303947;--scd-text:#f8fafc;--scd-muted:#aab3c2;box-shadow:none}.scd-bar-fill{color:#eef6ff}}@media (max-width:640px){.scd-wrap{padding:14px;border-radius:14px}.scd-head{display:block}.scd-updated{display:inline-block;margin-top:10px}.scd-head h2{font-size:18px}.scd-val{font-size:19px}.scd-metrics{grid-template-columns:1fr 1fr}.scd-bar-row{grid-template-columns:58px 1fr}}@media (max-width:420px){.scd-metrics{grid-template-columns:1fr}}
