/* Delivery Agent Dashboard */

.hc-da-dashboard {
	max-width: 960px;
	margin: 0 auto;
	padding: 1.5rem 1rem 3rem;
	color: #1f2937;
	font-size: 1rem;
	line-height: 1.5;
}

.hc-da-nav ul {
	display: flex;
	gap: 0.75rem;
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
	border-bottom: 1px solid #e5e7eb;
}
.hc-da-nav__link {
	display: inline-block;
	padding: 0.65rem 0.25rem;
	text-decoration: none;
	color: #6b7280;
	font-weight: 600;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
}
.hc-da-nav__link:hover,
.hc-da-nav__link.is-active {
	color: #754c24;
	border-bottom-color: #754c24;
}
.hc-da-title {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #111827;
}
.hc-da-section {
	background: #fff;
	border: 1px solid #e6e8ec;
	border-radius: 10px;
	padding: 1.125rem 1.25rem;
	margin-bottom: 1rem;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}
.hc-da-section h2 {
	margin: 0 0 0.85rem;
	font-size: 1.05rem;
	font-weight: 600;
}
.hc-da-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1rem;
}
.hc-da-stat {
	background: #faf7f2;
	border-radius: 8px;
	padding: 1rem;
}
.hc-da-stat h3 {
	margin: 0 0 0.5rem;
	font-size: 0.85rem;
	color: #6b7280;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.hc-da-stat__count {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 700;
}
.hc-da-stat__amount {
	margin: 0.25rem 0 0;
	font-size: 1.1rem;
	color: #754c24;
	font-weight: 600;
}
.hc-da-profile {
	margin: 0;
	display: grid;
	gap: 0.65rem;
}
.hc-da-profile > div {
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 0.5rem;
	padding: 0.35rem 0;
	border-bottom: 1px solid #f3f4f6;
}
.hc-da-profile dt {
	margin: 0;
	font-weight: 600;
	color: #6b7280;
	font-size: 0.9rem;
}
.hc-da-profile dd {
	margin: 0;
}
.hc-da-muted {
	margin: 0.75rem 0 0;
	font-size: 0.85rem;
	color: #9ca3af;
}
.hc-da-sort {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
}
.hc-da-sort a {
	text-decoration: none;
	color: #4b5563;
	font-weight: 500;
	padding: 0.25rem 0.5rem;
	border-radius: 4px;
}
.hc-da-sort a.is-active,
.hc-da-sort a:hover {
	background: #faf7f2;
	color: #754c24;
}
.hc-da-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
}
.hc-da-table th,
.hc-da-table td {
	text-align: left;
	padding: 0.65rem 0.5rem;
	border-bottom: 1px solid #eef0f3;
	vertical-align: middle;
}
.hc-da-table th {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #6b7280;
}
.hc-da-btn {
	display: inline-block;
	padding: 0.45rem 0.85rem;
	border-radius: 6px;
	border: 1px solid #d1d5db;
	background: #fff;
	color: #1f2937;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9rem;
	cursor: pointer;
	line-height: 1.3;
}
.hc-da-btn:hover {
	border-color: #754c24;
	color: #754c24;
}
.hc-da-btn--primary {
	background: #754c24;
	border-color: #754c24;
	color: #fff;
}
.hc-da-btn--primary:hover {
	background: #5e3c1c;
	border-color: #5e3c1c;
	color: #fff;
}
.hc-da-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.hc-da-notice {
	padding: 0.75rem 1rem;
	background: #f9fafb;
	border-radius: 6px;
	border: 1px solid #e5e7eb;
}
.hc-da-notice--info {
	background: #faf7f2;
	border-color: #e8d9c4;
	color: #5e3c1c;
}
.hc-da-otp-box {
	background: #faf7f2;
	border: 1px dashed #c4a574;
	border-radius: 8px;
	padding: 1rem;
	margin-bottom: 1rem;
	text-align: center;
}
.hc-da-otp-value {
	margin: 0.5rem 0 0;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #754c24;
}
.hc-da-form-row {
	margin-bottom: 1rem;
}
.hc-da-form-row label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35rem;
	font-size: 0.9rem;
}
.hc-da-form-row input {
	width: 100%;
	max-width: 220px;
	padding: 0.55rem 0.75rem;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	font-size: 1.1rem;
	letter-spacing: 0.15em;
}
.hc-da-address {
	font-style: normal;
	line-height: 1.6;
}
.hc-da-back {
	text-decoration: none;
	color: #754c24;
	font-weight: 600;
}
.hc-da-action-message {
	margin-top: 0.75rem;
	padding: 0.65rem 0.85rem;
	border-radius: 6px;
}
.hc-da-action-message.is-success {
	background: #ecfdf5;
	color: #065f46;
	border: 1px solid #a7f3d0;
}
.hc-da-action-message.is-error {
	background: #fef2f2;
	color: #991b1b;
	border: 1px solid #fecaca;
}

@media (max-width: 640px) {
	.hc-da-profile > div {
		grid-template-columns: 1fr;
		gap: 0.15rem;
	}
	.hc-da-table {
		display: block;
		overflow-x: auto;
	}
}



