
.new-kxk-cpjs {
	background-color: #f8fafc;
}

.new-kxk-cpjs .title-icon {
	background-color: #16a34a;
}

.new-kxk-cpjs .fu-title {
	font-size: 20px;
	margin-top: 24px;
	font-weight: 700;
}

.new-kxk-cpjs .table {
	margin: 24px auto;
}

.new-kxk-cpjs .table thead{
	background-color: #e5e7eb;
}

.new-kxk-cpjs .table thead th {
	color: #333;
	font-weight: 700;
	text-align: left;
}

.new-kxk-cpjs .table tr td {
	font-size: 14px;
	text-align: left;
	 min-width: 80px;
}

.new-kxk-cpjs .green-card {
	margin: 16px 0 24px;
	background-color: #f0fdf4;
}

.new-kxk-cpjs .green-card .title-2 {
	color: #16a34a;
}

.new-kxk-cpjs .green-card .title-2 i {
	margin-right: 8px;
}

.new-kxk-cpjs .shadow-md {
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.new-kxk-cpjs #results .card {
	padding: 0;
	background-color: #fff;
}

.new-kxk-cpjs #results .card .card-card {
	overflow: hidden;
	border-radius: 12px;
}

.new-kxk-cpjs .start-title {
	color: #333;
	font-size: 30px;
	text-align: center;
	margin-top: 30px;
}

.new-kxk-cpjs .start-cards {
	width: 100%;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 24px;
	justify-content: center;
}

.new-kxk-cpjs .start-card {
	width: 160px;
	color: #6b7280;
	font-size: 14px;
	box-sizing: border-box;
	background-color: #fff;
}

.new-kxk-cpjs .card-content {
	color: #16a34a;
	font-size: 24px;
	font-weight: bold;
	margin-top: 4px;
}

.new-kxk-cpjs #results .title-2 {
	font-size: 16px;
	margin-top: 16px;
}

.new-kxk-cpjs #results .title-2 i {
	color: #16a34a;
	margin-right: 8px;
}


.new-kxk-cpjs #results .card .img {
	width: 100%;
	height: 192px;
	margin-bottom: 16px;
	position: relative;
}

.new-kxk-cpjs #results .card .img.img-except {
	height: 242px;
}

.new-kxk-cpjs #results .mask {
	display: none;
	opacity: 1;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.3);
}

.new-kxk-cpjs #results .card .img:hover .mask {
	display: flex;
}

.new-kxk-cpjs #results .card img {
	width: 100%;
	height: 100%;
}

.new-kxk-cpjs #results .card .img a {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    display: block;
    background: url("images/play.png");
}

.new-kxk-cpjs #results .card .card-content {
	padding: 0 16px;
}

.new-kxk-cpjs #results .card p {
	margin-top: 8px;
}

.glassmorphism {
}

.card-hover {
	transition: all 0.3s ease;
}

.card-hover:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(16, 185, 129, 0.1);
}

.highlight-text {
	position: relative;
	display: inline-block;
}

.highlight-text::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-color: rgba(16, 185, 129, 0.2);
	z-index: -1;
}

.bg-gradient-primary {
	background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.shadow-glow {
	box-shadow: 0 10px 25px -5px rgba(16, 185, 129, 0.3);
}

.chart-container {
	height: 320px;
	width: 100%;
	position: relative;
}

.data-pill {
	display: inline-block;
	padding: 2px 12px;
	border-radius: 16px;
	font-size: 14px;
	font-weight: 500;
	background: rgba(16, 185, 129, 0.1);
	color: #059669;
	margin-right: 8px;
	margin-bottom: 8px;
}

.timeline-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #10b981;
}

.timeline-line {
	width: 2px;
	background-color: #e5e7eb;
}

.mobile-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 1rem;
	margin: 0.5rem;
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	transform-origin: top;
	transform: scaleY(0);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
	z-index: 100;
}

.mobile-menu.active {
	transform: scaleY(1);
	opacity: 1;
}

.mobile-menu a {
	display: block;
	padding: 0.75rem 1rem;
	border-radius: 0.5rem;
	margin-bottom: 0.5rem;
	font-weight: 500;
	transition: all 0.2s ease;
}

.mobile-menu a:hover, .mobile-menu a:focus {
	background-color: rgba(16, 185, 129, 0.1);
	color: #059669;
}
