.ws-customizer{
  --ws-green:#55ff55;
  --ws-bg:#0d0f12;
  --ws-panel:#15181d;
  --ws-panel2:#1d2128;
  --ws-border:#2b313a;
  --ws-text:#f3f5f7;
  --ws-muted:#a9b0bb;
  background:var(--ws-bg);
  color:var(--ws-text);
  border:1px solid var(--ws-border);
  border-radius:18px;
  overflow:hidden;
  font-family:Arial,Helvetica,sans-serif;
}
.ws-customizer *{box-sizing:border-box}
.ws-customizer__header,
.ws-customizer__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:22px 24px;
  background:#111419;
}
.ws-customizer__header{border-bottom:1px solid var(--ws-border)}
.ws-customizer__footer{border-top:1px solid var(--ws-border)}
.ws-customizer__eyebrow{
  margin:0 0 5px;
  color:var(--ws-green);
  font-weight:800;
  letter-spacing:.14em;
  font-size:12px;
}
.ws-customizer h2{margin:0;font-size:28px;line-height:1.15}
.ws-customizer__sub{margin:7px 0 0;color:var(--ws-muted)}
.ws-customizer__price{font-size:24px;font-weight:800;white-space:nowrap}
.ws-customizer__layout{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  min-height:540px;
}
.ws-customizer__toolbar{
  padding:20px;
  background:var(--ws-panel);
  border-right:1px solid var(--ws-border);
}
.ws-customizer__workspace{padding:24px;min-width:0}
.ws-control-label{
  display:block;
  font-size:13px;
  font-weight:700;
  margin:0 0 8px;
  color:#dfe3e8;
}
.ws-customizer input[type="text"],
.ws-customizer select{
  width:100%;
  min-height:44px;
  margin-bottom:10px;
  background:#0f1216;
  color:#fff;
  border:1px solid var(--ws-border);
  border-radius:9px;
  padding:10px 12px;
  font-size:16px;
}
.ws-customizer input[type="color"]{
  width:100%;
  height:44px;
  margin-bottom:12px;
  background:#0f1216;
  border:1px solid var(--ws-border);
  border-radius:9px;
  padding:5px;
}
.ws-upload-button,
.ws-add-text,
.ws-button-grid button,
.ws-reset,
.ws-add-to-cart{
  appearance:none;
  border:0;
  border-radius:9px;
  min-height:44px;
  cursor:pointer;
  font-weight:800;
}
.ws-upload-button,
.ws-add-text,
.ws-add-to-cart{
  background:var(--ws-green);
  color:#071007;
}
.ws-upload-button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  padding:10px;
}
.ws-upload-button input{display:none}
.ws-add-text{width:100%;margin-bottom:16px}
.ws-divider{height:1px;background:var(--ws-border);margin:18px 0}
.ws-button-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.ws-button-grid button,.ws-reset{
  background:#262c34;
  color:#fff;
  border:1px solid #343b46;
}
.ws-reset{width:100%;margin-top:12px}
.ws-canvas-stage{
  width:100%;
  overflow:auto;
  border-radius:14px;
  background:#08090b;
  border:1px solid var(--ws-border);
  padding:16px;
}
.ws-canvas-wrap{
  position:relative;
  width:100%;
  min-width:0;
}
.ws-canvas-wrap canvas{
  display:block;
  max-width:100%;
  height:auto!important;
  border-radius:8px;
}
.ws-safe-label{
  pointer-events:none;
  position:absolute;
  right:22px;
  top:20px;
  font-size:10px;
  letter-spacing:.08em;
  color:rgba(255,255,255,.65);
}
.ws-resolution-warning{
  margin-top:14px;
  padding:12px 14px;
  border-radius:10px;
  background:#3a2d0d;
  color:#ffe9a8;
  border:1px solid #66521f;
  font-size:14px;
}
.ws-help-row{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  margin-top:14px;
  color:var(--ws-muted);
  font-size:13px;
}
.ws-proof{display:flex;flex-direction:column;gap:4px}
.ws-proof span{color:var(--ws-muted);font-size:13px}
.ws-add-to-cart{padding:12px 22px;font-size:16px}
.ws-cart-form{display:none}
@media (max-width: 860px){
  .ws-customizer__layout{grid-template-columns:1fr}
  .ws-customizer__toolbar{
    border-right:0;
    border-bottom:1px solid var(--ws-border);
  }
  .ws-customizer__header,
  .ws-customizer__footer{align-items:flex-start;flex-direction:column}
  .ws-add-to-cart{width:100%}
}
.ws-upload-status{min-height:18px;margin-top:8px;color:#a6a6a6;font-size:12px;line-height:1.4}.ws-upload-status.is-error{color:#ffb4b4}
