.rp3d-layout{display:flex;gap:20px;align-items:stretch}.rp3d-sidebar{width:280px;background:#f2f2f2;padding:16px;border-radius:10px;box-sizing:border-box}.rp3d-sidebar h3{margin:0 0 12px;font-size:20px}.rp3d-sidebar h4{margin:10px 0 8px;font-size:16px}.rp3d-sidebar label{display:block;font-weight:600;margin:10px 0 6px}.rp3d-sidebar input,.rp3d-sidebar select,.rp3d-sidebar button{width:100%;box-sizing:border-box}.rp3d-sidebar input,.rp3d-sidebar select{min-height:38px;padding:6px 8px}.rp3d-sidebar button{min-height:38px;margin-top:8px;cursor:pointer}.rp3d-stage-wrap{position:relative;flex:1}.rp3d-canvas-wrap{min-height:560px;border-radius:10px;overflow:hidden;background:#dddddd}.rp3d-dim-editor{position:absolute;z-index:20;gap:6px;align-items:center;background:#ffffff;border:1px solid #d0d5dd;border-radius:8px;padding:6px;box-shadow:0 8px 24px rgba(16,24,40,0.12)}.rp3d-dim-editor input{width:90px;min-height:34px;padding:4px 6px}.rp3d-dim-editor button{min-height:34px;padding:0 12px}.rp3d-actions{margin-top:8px}.rp3d-help{font-size:13px;line-height:1.5;color:#444;margin-top:14px}.rp3d-status{margin-top:12px;font-size:13px;min-height:20px}@media (max-width:980px){.rp3d-layout{flex-direction:column}.rp3d-sidebar{width:100%}.rp3d-canvas-wrap{min-height:420px}}



.rp3d-stage-wrap{
  width:100%;
}
.rp3d-canvas-wrap{
  width:100%;
}


.rp3d-canvas-wrap{
  width:100%;
  position:relative;
}
.rp3d-canvas-wrap canvas{
  display:block;
  width:100%;
  height:100%;
}
.rp3d-canvas-wrap:fullscreen{
  width:100vw !important;
  height:100vh !important;
  min-height:100vh !important;
  background:#111;
}
.rp3d-canvas-wrap:fullscreen canvas{
  width:100% !important;
  height:100% !important;
}

.rp3d-actions button{margin-bottom:6px}

.rp3d-actions button.is-active{background:#155eef;color:#fff;border-color:#155eef}
