body {
	background: #f4f6f9;
	min-height: 100vh;
	display: flex;
	align-items: center;
}
.salon-card {
	max-width: 500px;
	margin: auto;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.result-box {
	background: #f8f9fa;
	border-radius: 8px;
	padding: 20px;
	margin-top: 20px;
}
.result-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dee2e6;
}
.result-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.result-label {
	color: #6c757d;
	font-size: 0.9rem;
}
.result-value {
	font-size: 1.1rem;
	font-weight: 600;
	color: #343a40;
}
.input-group .form-control {
	height: 45px;
	font-size: 1.1rem;
}
.input-group-text {
	width: 45px;
	justify-content: center;
}
.btn-primary {
	height: 45px;
	padding: 0 1.5rem;
}
.card-header {
	background: #007bff;
	color: white;
}
.card-header h3 {
	font-size: 1.5rem;
	font-weight: 600;
}