	body.gkwe-locked { overflow: hidden !important; height: 100%; }
	.gkwe-overlay {
		position: fixed; inset: 0; width: 100%; height: 100%;
		background: #f4f5f7; z-index: 999999;
		display: flex; align-items: center; justify-content: center;
		overflow-y: auto; padding: 24px; box-sizing: border-box;
	}
	.gkwe-box {
		background: #fff; max-width: 700px; width: 100%;
		border-radius: 14px; padding: 32px; box-shadow: 0 8px 30px rgba(0,0,0,.15);
		direction: rtl; text-align: right; font-family: Tahoma, "Vazirmatn", sans-serif;
		max-height: 90vh; overflow-y: auto; box-sizing: border-box;
	}
	.gkwe-box h2 { margin-top: 0; font-size: 20px; }
	.gkwe-box p { line-height: 1.9; color: #444; }
	.gkwe-q { margin: 24px 0; border-top: 1px solid #eee; padding-top: 18px; }
	.gkwe-q-title { display: block; font-weight: 700; margin-bottom: 12px; line-height: 1.8; }
	.gkwe-req { color: #d32f2f; }
	.gkwe-scale { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
	.gkwe-scale-label { font-size: 12px; color: #777; flex: 1 1 90px; }
	.gkwe-radio { display: inline-flex; flex-direction: column; align-items: center; gap: 4px; cursor: pointer; font-size: 13px; }
	.gkwe-radio input { width: 18px; height: 18px; cursor: pointer; }
	.gkwe-q textarea {
		width: 100%; box-sizing: border-box; padding: 10px; border: 1px solid #ccc;
		border-radius: 8px; font-family: inherit; resize: vertical;
	}
	.gkwe-btn {
		background: #1a73e8; color: #fff; border: none; padding: 13px 26px;
		border-radius: 8px; font-size: 15px; cursor: pointer; margin-top: 8px;
	}
	.gkwe-btn:disabled { opacity: .6; cursor: not-allowed; }
	.gkwe-error { color: #d32f2f; margin: 12px 0; min-height: 20px; font-size: 14px; }
	.gkwe-user-score, .gkwe-workshop-score {
		display: inline-block; background: #eef4ff; border: 1px solid #d3e3fd;
		padding: 10px 16px; border-radius: 8px; direction: rtl; font-family: Tahoma, "Vazirmatn", sans-serif;
	}
