.hpps-editor {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin: 20px 0;
	padding: 16px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fafafa;
}
.hpps-editor-canvas-wrap {
	flex: 1 1 380px;
}
.hpps-editor-canvas-wrap canvas {
	border: 1px solid #ccc;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	background: #fff;
}
.hpps-panel-tabs {
	display: flex;
	gap: 4px;
	margin-bottom: 8px;
}
.hpps-panel-tab {
	border: 1px solid #ccc;
	background: #fff;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 4px 4px 0 0;
}
.hpps-panel-tab.is-active {
	background: #1a1a2e;
	color: #fff;
	border-color: #1a1a2e;
}
.hpps-canvas-stack {
	position: relative;
}
.hpps-template-strip {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	margin-bottom: 12px;
	padding-bottom: 6px;
}
.hpps-template-card {
	flex: 0 0 auto;
	width: 100px;
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 6px;
	padding: 3px;
	text-align: center;
}
.hpps-template-card.is-selected {
	border-color: #4f46e5;
}
.hpps-template-card img {
	width: 100%;
	height: 70px;
	object-fit: cover;
	border-radius: 3px;
	background: #f0f0f0;
}
.hpps-template-card span {
	display: block;
	font-size: 11px;
	margin-top: 4px;
	color: #555;
}
.hpps-template-builder-notice {
	background: #fff3cd;
	border: 1px solid #ffe69c;
	color: #664d03;
	padding: 10px 14px;
	border-radius: 6px;
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}
.hpps-template-save-status {
	font-size: 12px;
	font-weight: 600;
}
.hpps-editor-toolbar {
	margin-top: 10px;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.hpps-upload-btn {
	cursor: pointer;
}
.hpps-editor-status {
	min-height: 18px;
	font-size: 13px;
	color: #b32d2e;
	margin-top: 6px;
}
.hpps-editor-options {
	flex: 1 1 260px;
	max-width: 360px;
}
.hpps-field-row {
	margin-bottom: 12px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.hpps-field-row label {
	font-weight: 600;
	font-size: 13px;
}
.hpps-field-row select,
.hpps-field-row input[type="number"] {
	padding: 6px;
	max-width: 220px;
}
.hpps-dim-inputs input {
	width: 80px;
}
.hpps-price-box {
	margin-top: 16px;
	padding: 12px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.hpps-price-line {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #555;
}
.hpps-price-total {
	margin-top: 8px;
	font-size: 18px;
	font-weight: 700;
}
