.cpt-container-3aaf6588 {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 30px;
	max-width: 700px;
	margin: 20px auto;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.cpt-title-3aaf6588 {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 24px;
	color: #1a202c;
	border-bottom: 2px solid #edf2f7;
	padding-bottom: 15px;
}

.cpt-progress-wrapper-3aaf6588 {
	margin-bottom: 35px;
}

.cpt-progress-text-3aaf6588 {
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	color: #4a5568;
	margin-bottom: 10px;
	font-size: 16px;
}

.cpt-percentage-3aaf6588 {
	color: #3182ce;
}

.cpt-progress-bar-bg-3aaf6588 {
	background-color: #edf2f7;
	border-radius: 9999px;
	height: 12px;
	overflow: hidden;
}

.cpt-progress-bar-fill-3aaf6588 {
	background-color: #3182ce;
	height: 100%;
	border-radius: 9999px;
	transition: width 0.5s ease;
}

.cpt-section-title-3aaf6588 {
	font-size: 18px;
	color: #2d3748;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
}

.cpt-steps-list-3aaf6588 {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.cpt-steps-list-3aaf6588::before {
	content: '';
	position: absolute;
	left: 9px;
	top: 10px;
	bottom: 10px;
	width: 2px;
	background-color: #edf2f7;
	z-index: 1;
}

.cpt-step-item-3aaf6588 {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.cpt-step-dot-3aaf6588 {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	border: 3px solid #cbd5e0;
	margin-right: 15px;
	flex-shrink: 0;
	box-sizing: border-box;
}

.cpt-step-details-3aaf6588 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.cpt-step-name-3aaf6588 {
	font-weight: 500;
	color: #4a5568;
}

.cpt-step-status-badge-3aaf6588 {
	font-size: 12px;
	padding: 4px 8px;
	border-radius: 9999px;
	font-weight: 600;
	text-transform: uppercase;
	background: #edf2f7;
	color: #718096;
}

/* Status styles */
.cpt-step-completed .cpt-step-dot-3aaf6588 {
	border-color: #48bb78;
	background-color: #48bb78;
}
.cpt-step-completed .cpt-step-name-3aaf6588 {
	color: #2d3748;
}
.cpt-step-completed .cpt-step-status-badge-3aaf6588 {
	background-color: #c6f6d5;
	color: #22543d;
}

.cpt-step-active .cpt-step-dot-3aaf6588 {
	border-color: #3182ce;
	background-color: #fff;
}
.cpt-step-active .cpt-step-name-3aaf6588 {
	color: #2b6cb0;
	font-weight: 600;
}
.cpt-step-active .cpt-step-status-badge-3aaf6588 {
	background-color: #ebf8ff;
	color: #2b6cb0;
}

/* Notes Section */
.cpt-notes-section-3aaf6588 {
	margin-top: 35px;
	padding-top: 25px;
	border-top: 2px solid #edf2f7;
}

.cpt-notes-box-3aaf6588 {
	background: #f7fafc;
	border-left: 4px solid #3182ce;
	padding: 15px 20px;
	border-radius: 0 8px 8px 0;
	color: #4a5568;
	line-height: 1.6;
}

.cpt-error-3aaf6588 {
	color: #e53e3e;
	font-weight: 600;
	margin-bottom: 15px;
}
.cpt-no-project-3aaf6588 {
	color: #4a5568;
	line-height: 1.6;
	text-align: center;
}
