.gpxqr-embed-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, .6);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.gpxqr-embed-box {
	background: #fff;
	border-radius: 16px;
	padding: 24px;
	max-width: 480px;
	width: 100%;
	position: relative;
	box-shadow: 0 12px 48px rgba(0, 0, 0, .3);
}

.gpxqr-embed-close {
	position: absolute;
	top: 14px;
	right: 16px;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	color: #888;
	line-height: 1;
}
.gpxqr-embed-close:hover { color: #333; }

.gpxqr-embed-title {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 800;
	color: #1a1a1a;
}

.gpxqr-embed-sub {
	margin: 0 0 12px;
	font-size: 13px;
	color: #666;
}

.gpxqr-embed-code {
	width: 100%;
	box-sizing: border-box;
	font-family: 'SF Mono', Consolas, monospace;
	font-size: 12px;
	padding: 10px;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	resize: vertical;
	color: #333;
	background: #f9f9f9;
	margin-bottom: 12px;
}

.gpxqr-embed-copy {
	width: 100%;
	background: #1976d2;
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 11px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	font-family: inherit;
	transition: background .15s;
}
.gpxqr-embed-copy:hover { background: #125ea3; }

.gpxqr-embed-hint {
	margin: 10px 0 0;
	font-size: 12px;
	color: #999;
	text-align: center;
}
