.pmu-gs-toggle {
	position: fixed;
	top: 34%;
	right: 0;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #6d5da4;
	color: #ffffff;
	border: 0;
	border-radius: 12px 0 0 12px;
	padding: 10px 12px 10px 10px;
	font: 700 14px/1.2 "Segoe UI", Arial, sans-serif;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
	cursor: pointer;
	z-index: 999999;
}

.pmu-gs-toggle:hover,
.pmu-gs-toggle:focus-visible {
	background: #625495;
	outline: 2px solid #ffffff;
	outline-offset: 2px;
}

.pmu-gs-toggle img {
	width: 42px;
	height: 42px;
	border-radius: 999px;
	object-fit: cover;
	display: block;
	background: #ffffff;
}

.pmu-gs-toggle span {
	max-width: 135px;
	text-align: left;
}

.pmu-gs-toggle.pmu-gs-icon-only {
	padding: 10px;
	border-radius: 999px 0 0 999px;
	gap: 0;
}

.pmu-gs-toggle.pmu-gs-icon-only img {
	width: 46px;
	height: 46px;
}

.pmu-gs-modal {
	position: fixed;
	inset: 0;
	z-index: 1000000;
}

.pmu-gs-modal[hidden] {
	display: none !important;
}

.pmu-gs-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(45, 36, 78, 0.56);
}

.pmu-gs-dialog {
	position: relative;
	width: min(700px, calc(100% - 32px));
	max-height: calc(100dvh - 32px);
	margin: 16px auto;
	background: #ffffff;
	border-radius: 16px;
	padding: 24px;
	overflow: auto;
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.3);
}

.pmu-gs-close {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 999px;
	background: #f2f2f2;
	color: #1d2c38;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.pmu-gs-close:hover,
.pmu-gs-close:focus-visible {
	background: #e3e3e3;
	outline: 2px solid #1d2c38;
	outline-offset: 2px;
}

.pmu-gs-header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-right: 36px;
	margin-bottom: 10px;
}

.pmu-gs-header img {
	width: 56px;
	height: 56px;
	border-radius: 999px;
	object-fit: cover;
}

.pmu-gs-header h2 {
	margin: 0;
	color: #6d5da4;
	font-size: clamp(22px, 4.5vw, 30px);
	line-height: 1.2;
}

.pmu-gs-content {
	color: #1f2933;
	font-size: 18px;
	line-height: 1.6;
}

.pmu-gs-content p {
	margin: 0 0 12px;
}

.pmu-gs-content ol {
	margin: 0 0 16px;
	padding-left: 24px;
}

.pmu-gs-content li {
	margin-bottom: 10px;
}

.pmu-gs-content a {
	color: #6d5da4;
	font-weight: 700;
	text-decoration: underline;
}

.pmu-gs-content a:hover,
.pmu-gs-content a:focus-visible {
	color: #584b84;
}

body.pmu-gs-lock {
	overflow: hidden;
}

@media (max-width: 767px) {
	.pmu-gs-toggle {
		top: auto;
		bottom: 12px;
		right: 12px;
		border-radius: 999px;
		padding: 10px 12px;
	}

	.pmu-gs-toggle span {
		max-width: 110px;
		font-size: 12px;
	}

	.pmu-gs-toggle.pmu-gs-icon-only {
		border-radius: 999px;
	}

	.pmu-gs-dialog {
		width: calc(100% - 20px);
		max-height: calc(100dvh - 20px);
		margin: 10px auto;
		padding: 18px 14px;
		border-radius: 12px;
	}

	.pmu-gs-content {
		font-size: 16px;
	}
}
