/* Zakat CHIP — letak fail ini dalam: zakat-chip/assets/ */

.zc-card {
	max-width: 480px;
	margin: 0 auto 24px;
	padding: 24px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
	font-size: 15px;
}

.zc-title {
	margin: 0 0 16px;
	font-size: 1.25em;
	text-align: center;
}

/* Counter */
.zc-counter {
	text-align: center;
	padding: 24px;
	margin-bottom: 24px;
	border-radius: 12px;
	background: linear-gradient(135deg, #065f46, #059669);
	color: #fff;
}

.zc-counter-amount {
	font-size: 2.4em;
	font-weight: 800;
	letter-spacing: -.5px;
	font-variant-numeric: tabular-nums;
}

.zc-counter-label {
	opacity: .9;
	margin-top: 4px;
}

/* Fields */
.zc-field {
	margin-bottom: 14px;
}

.zc-field label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
}

.zc-field input,
.zc-field select {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	box-sizing: border-box;
	font-size: 1em;
}

.zc-field input:focus,
.zc-field select:focus {
	outline: 2px solid #059669;
	border-color: #059669;
}

/* Butang jenis zakat */
.zc-jenis {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.zc-jenis-btn {
	display: block;
	padding: 10px 8px;
	text-align: center;
	border: 1.5px solid #cbd5e1;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 600;
	user-select: none;
}

.zc-jenis-btn input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.zc-jenis-btn.zc-active {
	border-color: #059669;
	background: #ecfdf5;
	color: #065f46;
}

/* Butang */
.zc-btn {
	display: inline-block;
	width: 100%;
	padding: 12px 20px;
	border: 0;
	border-radius: 8px;
	background: #059669;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	cursor: pointer;
}

.zc-btn:hover {
	background: #047857;
}

.zc-btn-lg {
	padding: 14px 20px;
	font-size: 1.05em;
}

.zc-btn-outline {
	background: transparent;
	border: 1.5px solid #059669;
	color: #065f46;
	margin-top: 8px;
}

.zc-btn-outline:hover {
	background: #ecfdf5;
}

/* Kalkulator */
.zc-kira-hasil {
	margin-top: 14px;
	padding: 14px;
	border-radius: 8px;
	background: #f8fafc;
	text-align: center;
}

.zc-kira-status {
	margin: 0 0 4px;
	font-weight: 600;
}

.zc-kira-amaun {
	margin: 0;
	font-size: 1.5em;
	font-weight: 800;
	color: #065f46;
}

.zc-nota {
	margin-top: 12px;
	font-size: .85em;
	color: #64748b;
}

/* Notis */
.zc-alert {
	max-width: 480px;
	margin: 0 auto 16px;
	padding: 12px 16px;
	border-radius: 8px;
	background: #f1f5f9;
	border: 1px solid #cbd5e1;
}

.zc-alert-success {
	background: #ecfdf5;
	border-color: #059669;
	color: #065f46;
}

.zc-alert-error {
	background: #fef2f2;
	border-color: #dc2626;
	color: #991b1b;
}

/* Bayaran selamat */
.zc-secure {
	margin: 12px 0 0;
	text-align: center;
	font-size: .85em;
	color: #64748b;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
