.kodo-report-page {
    min-height: 100dvh;
	/* height: 100dvh !important; */
	display: flex;
	flex-direction: column;
}

.kodo-report-page-header {
	position: sticky;
    top: 0px;
    z-index: 20;
	flex: 0 0 auto;
	height: 5rem; /* h-20 */
	display: flex;
	gap: 1rem;
	align-items: center;
	padding: 2rem 1.5rem 1rem;

	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);

	border-bottom: 1px solid rgb(243, 244, 246); /* border-gray-100 */
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);

	z-index: 40;
	transition: all 0.2s ease;
}


.kodo-report-panel .report {
	margin-bottom: 24px;
}

.kodo-report-panel .report__card {
	background: rgba(255,255,255,0.7);
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 24px;
	padding: 24px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.kodo-report-panel .report__card--accent {
	background: rgba(251,191,36,0.15);
}

.kodo-report-panel .report__card--success {
	background: rgba(34,197,94,0.12);
}

.kodo-report-panel .report__card--warning {
	background: rgba(244,63,94,0.12);
}

.kodo-report-panel .report__title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
	color: rgb(146 64 14 / var(--tw-text-opacity, 1));
	text-transform: uppercase;
}

.kodo-report-panel .report__text {
	line-height: 1.7;
	color: #374151;
}

.kodo-report-panel .report__text-paragraph {
	margin-bottom: 12px;
}

.kodo-report-panel .report__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.kodo-report-panel .report__list-item {
	display: flex;
	gap: 12px;
	padding: 12px;
	border-radius: 16px;
	background: rgba(255,255,255,0.7);
	border: 1px solid rgba(255,255,255,0.5);
}

.kodo-report-panel .report__list-index {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #dcfce7;
	color: #16a34a;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 13px;
}

.kodo-report-panel .report__list-text {
	font-size: 14px;
	color: #4b5563;
	line-height: 1.6;
}

.kodo-report-nav-bar-header-text{
	color: rgb(17 24 39 / var(--tw-text-opacity, 1));
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.75rem;
}


.kodo-report-panel{
	padding-right: 1.5rem;
	padding-bottom: 5rem;
	padding-top: 1.5rem;
	padding-left: 1.5rem;
}
