#simkeu-dashboard {
	padding-top: .85rem;
}

#simkeu-dashboard .dash-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
	gap: .8rem;
}

#simkeu-dashboard .takad-badge {
	background: linear-gradient(130deg, #0f766e 0%, #0e7490 100%);
	color: #fff;
	padding: .35rem .8rem;
	border-radius: 999px;
	font-size: .78rem;
	font-weight: 700;
}

#simkeu-dashboard .stat-card {
	border: 0;
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
	transition: transform .2s ease, box-shadow .2s ease;
	overflow: hidden;
	position: relative;
}

#simkeu-dashboard .stat-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
}

#simkeu-dashboard .stat-title {
	font-size: .8rem;
	text-transform: uppercase;
	letter-spacing: .8px;
	font-weight: 700;
	color: #64748b;
	margin-bottom: .4rem;
}

#simkeu-dashboard .stat-value {
	font-size: 1.45rem;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.1;
}

#simkeu-dashboard .stat-accent {
	height: 4px;
	background: linear-gradient(90deg, #0f766e 0%, #f59e0b 100%);
}

#simkeu-dashboard .stat-card::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: #0f766e;
	opacity: .95;
}

#simkeu-dashboard .stat-card--teal::before {
	background: #0f766e;
}

#simkeu-dashboard .stat-card--teal .stat-value {
	color: #0f766e;
}

#simkeu-dashboard .stat-card--teal .stat-accent {
	background: linear-gradient(90deg, #0f766e 0%, #14b8a6 100%);
}

#simkeu-dashboard .stat-card--blue::before {
	background: #2563eb;
}

#simkeu-dashboard .stat-card--blue .stat-value {
	color: #2563eb;
}

#simkeu-dashboard .stat-card--blue .stat-accent {
	background: linear-gradient(90deg, #2563eb 0%, #60a5fa 100%);
}

#simkeu-dashboard .stat-card--purple::before {
	background: #7c3aed;
}

#simkeu-dashboard .stat-card--purple .stat-value {
	color: #7c3aed;
}

#simkeu-dashboard .stat-card--purple .stat-accent {
	background: linear-gradient(90deg, #7c3aed 0%, #a78bfa 100%);
}

#simkeu-dashboard .stat-card--orange::before {
	background: #ea580c;
}

#simkeu-dashboard .stat-card--orange .stat-value {
	color: #ea580c;
}

#simkeu-dashboard .stat-card--orange .stat-accent {
	background: linear-gradient(90deg, #ea580c 0%, #f59e0b 100%);
}

#simkeu-dashboard .dash-card {
	border: 0;
	border-radius: 16px;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.07);
}

#simkeu-dashboard .table-title {
	font-size: 1rem;
	font-weight: 800;
	margin: 0;
}

#simkeu-dashboard .table-tools input {
	border-radius: 10px;
	border: 1px solid #cbd5e1;
	padding: .45rem .7rem;
	font-size: .88rem;
}

#simkeu-dashboard .table thead th {
	background: #f8fafc;
	white-space: nowrap;
}

#simkeu-dashboard .interactive-row {
	transition: background-color .18s ease;
}

#simkeu-dashboard .interactive-row:hover {
	background: #f0fdfa;
}

#simkeu-dashboard .mini-progress {
	height: 6px;
	background: #e2e8f0;
	border-radius: 999px;
	overflow: hidden;
	margin-top: .35rem;
}

#simkeu-dashboard .mini-progress span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #0f766e 0%, #0891b2 100%);
}

#simkeu-dashboard .badge-soft {
	font-size: .75rem;
	padding: .3rem .55rem;
	border-radius: 999px;
	font-weight: 700;
	background: #ecfeff;
	color: #155e75;
}

#simkeu-dashboard .quick-actions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: .65rem;
	margin-bottom: 1rem;
}

#simkeu-dashboard .quick-btn {
	border: 1px solid #cbd5e1;
	background: #fff;
	border-radius: 12px;
	padding: .62rem .75rem;
	font-weight: 700;
	color: #0f172a;
	text-align: left;
	transition: all .2s ease;
}

#simkeu-dashboard .quick-btn:hover {
	transform: translateY(-2px);
	border-color: #0f766e;
	color: #0f766e;
	box-shadow: 0 10px 20px rgba(15, 118, 110, 0.14);
}

#simkeu-dashboard .status-chip {
	display: inline-block;
	padding: .24rem .55rem;
	border-radius: 999px;
	font-size: .72rem;
	font-weight: 700;
}

#simkeu-dashboard .status-good {
	background: #dcfce7;
	color: #166534;
}

#simkeu-dashboard .status-warn {
	background: #fef3c7;
	color: #92400e;
}

#simkeu-dashboard .status-danger {
	background: #fee2e2;
	color: #991b1b;
}

#simkeu-dashboard #chartBidang {
	min-height: 320px;
}

#simkeu-dashboard .chart-fallback-list {
	display: grid;
	gap: .55rem;
}

#simkeu-dashboard .chart-fallback-item {
	background: #f8fafc;
	border-radius: 10px;
	padding: .55rem .65rem;
}

#simkeu-dashboard .chart-fallback-head {
	display: flex;
	justify-content: space-between;
	gap: .7rem;
	font-size: .84rem;
}

#simkeu-dashboard .chart-fallback-bar {
	height: 8px;
	background: #e2e8f0;
	border-radius: 999px;
	overflow: hidden;
	margin-top: .35rem;
}

#simkeu-dashboard .chart-fallback-bar span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #0f766e 0%, #0891b2 100%);
}
