/* Basic styles */
.msc-wrap{max-width:720px;margin:1rem auto;padding:.5rem;border-radius:.75rem}
.msc-light{background:#ffffff;color:#222;border:1px solid #e5e7eb}
.msc-dark{background:#0f1216;color:#eaeef3}
.msc-canvasbox{width:100%}
canvas{width:100%;height:100%;display:block}
.msc-tip{background:rgba(17,24,39,0.9);color:#fff;font:12px/1.3 system-ui, Arial;padding:.35rem .5rem;border-radius:.4rem;transform:translate(-50%,-110%);white-space:nowrap}
.msc-dark .msc-tip{background:rgba(255,255,255,0.12);color:#eaeef3;border:1px solid rgba(255,255,255,0.2)}
