.kodo-create-first-profile-page{
	min-height: 100%;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.kodo-create-first-profile-page .welcome-section {
	padding-top: 2.5rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
	position: relative;
	z-index: 10;
	background: linear-gradient(to bottom, #fdf6e3, rgba(253,246,227,0));
}

.kodo-create-first-profile-page .welcome-icon-row {
	display: flex;
	justify-content: center;
	margin-bottom: 0.75rem;
}

.kodo-create-first-profile-page .welcome-icon {
	width: 4rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
	background: linear-gradient(135deg, #fbbf24, #f97316);
	box-shadow: 0 10px 15px -3px rgba(254,215,170,0.8);
}

.kodo-create-first-profile-page .welcome-icon-svg {
	width: 2rem;
	height: 2rem;
	color: white;
}

.kodo-create-first-profile-page .welcome-title {
	font-size: 1.875rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 1.5rem;
	font-family: "Inter", sans-serif;
}

.kodo-create-first-profile-page .welcome-message-card {
	background: rgba(255,255,255,0.8);
	backdrop-filter: blur(6px);
	padding: 1.25rem;
	border-radius: 1rem;
	border: 1px solid #fef3c7;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	max-width: 24rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	text-align: left;
}

.kodo-create-first-profile-page .welcome-emoji {
	font-size: 1.875rem;
	flex-shrink: 0;
}

.kodo-create-first-profile-page .welcome-message-text {
	color: #4b5563;
	font-weight: 500;
	line-height: 1.625;
	font-size: 0.875rem;
	margin: 0;
}
