
.pmw-mo-modal{position:fixed;inset:0;background:rgba(0,0,0,.6);display:none;align-items:center;justify-content:center;z-index:9999}
.pmw-mo-modal.active{display:flex}
.box{background:#fff;border-radius:16px;width:90%;max-width:900px;padding:15px}
.canvas-wrap{background:#1e293b;height:400px;display:flex;align-items:center;justify-content:center;border-radius:12px}
.controls{margin-top:10px;display:flex;gap:10px;flex-wrap:wrap}
button{padding:8px 12px;border-radius:8px;border:1px solid #ccc;cursor:pointer}
.primary{background:#2271b1;color:#fff}
