.krm-wrap {
	max-width: 800px;
	margin: 0 auto;
	font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	color: #1a1a2e;
}

.krm-header h3 {
	font-size: 1.5em;
	margin-bottom: 4px;
}

.krm-field-jumlah-lantai {
	margin: 16px 0;
	padding: 16px;
	background: #f4f6fb;
	border-radius: 8px;
}

.krm-field-jumlah-lantai label {
	font-weight: 600;
	margin-right: 10px;
}

.krm-field-jumlah-lantai input {
	width: 80px;
	padding: 6px 10px;
}

.krm-lantai-block {
	border: 1px solid #dde2ec;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 16px;
	background: #fff;
}

.krm-lantai-block h4 {
	margin-top: 0;
	color: #14213d;
	border-bottom: 2px solid #fca311;
	padding-bottom: 8px;
}

.krm-kategori-group {
	margin: 12px 0;
}

.krm-kategori-label {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.75em;
	letter-spacing: 0.05em;
	color: #6b7280;
	margin-bottom: 8px;
}

.krm-field {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.krm-field label {
	flex: 1;
}

.krm-field input {
	width: 120px;
	padding: 6px 10px;
	border: 1px solid #cbd2e0;
	border-radius: 4px;
}

.krm-bangunan-block {
	border: 1px dashed #cbd2e0;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 16px;
}

.krm-field-ppn {
	margin-bottom: 16px;
}

.krm-actions {
	display: flex;
	gap: 10px;
	margin-bottom: 24px;
}

.krm-btn {
	padding: 10px 20px;
	border: none;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	font-size: 0.95em;
}

.krm-btn-primary {
	background: #14213d;
	color: #fff;
}

.krm-btn-primary:hover {
	background: #1d2f57;
}

.krm-btn-secondary {
	background: #fca311;
	color: #14213d;
}

.krm-btn-secondary:hover {
	background: #e6940a;
}

.krm-hasil {
	background: #fff;
	border: 1px solid #dde2ec;
	border-radius: 8px;
	padding: 20px;
}

.krm-hasil table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 16px;
}

.krm-hasil th,
.krm-hasil td {
	text-align: left;
	padding: 6px 8px;
	border-bottom: 1px solid #eee;
	font-size: 0.9em;
}

.krm-hasil th {
	background: #f4f6fb;
}

.krm-hasil td.krm-num,
.krm-hasil th.krm-num {
	text-align: right;
}

.krm-subtotal-row td {
	font-weight: 700;
	background: #f9fafc;
}

.krm-grand-total {
	margin-top: 16px;
	padding: 16px;
	background: #14213d;
	color: #fff;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.2em;
	font-weight: 700;
}

.krm-empty-note {
	color: #6b7280;
	font-style: italic;
}

/* ===== Print / PDF export ===== */
@media print {
	body * {
		visibility: hidden;
	}

	#krm-hasil, #krm-hasil * {
		visibility: visible;
	}

	#krm-hasil {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		border: none;
	}

	.krm-actions,
	#krm-jumlah-lantai,
	.krm-field-jumlah-lantai {
		display: none !important;
	}
}
