/* لوحة المرشد الأمامية [tg_guide_panel] */

.tg-panel__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	border-bottom: 2px solid var( --tg-border, #e5e7eb );
	margin-bottom: 24px;
}

.tg-panel__nav-item {
	padding: 10px 18px;
	text-decoration: none;
	color: var( --tg-muted, #6b7280 );
	font-weight: 600;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
}

.tg-panel__nav-item.is-active,
.tg-panel__nav-item:hover {
	color: var( --tg-primary, #0f6b53 );
	border-bottom-color: var( --tg-primary, #0f6b53 );
}

.tg-panel__content { max-width: 900px; }

.tg-panel-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 24px;
}

.tg-panel-table th,
.tg-panel-table td {
	text-align: start;
	padding: 10px 12px;
	border-bottom: 1px solid var( --tg-border, #e5e7eb );
	font-size: 14px;
}

.tg-panel-table th { color: var( --tg-muted, #6b7280 ); font-weight: 600; }

.tg-panel-actions { display: flex; gap: 8px; }

.tg-panel-actions form { display: inline; }

.tg-panel-actions .tg-button {
	padding: 6px 14px;
	font-size: 13px;
}

.tg-panel-form { max-width: 700px; }

.tg-panel-form .tg-form__field { margin-bottom: 16px; }

.tg-panel-form textarea.large { min-height: 140px; }

.tg-panel-badge {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	background: #eef2f1;
	color: var( --tg-primary, #0f6b53 );
}

.tg-panel-badge--warning { background: #fff4e5; color: #b45309; }
.tg-panel-badge--danger { background: #fdecea; color: #c0392b; }
