.gpllf-wrap {
	--gpllf-navy: #050620;
	--gpllf-ink: #11112a;
	--gpllf-text: #3d4663;
	--gpllf-muted: #667085;
	--gpllf-line: #e5e2f7;
	--gpllf-soft: #f7f3ff;
	--gpllf-soft-blue: #effbff;
	--gpllf-purple: #8d52ff;
	--gpllf-purple-dark: #6f46eb;
	--gpllf-cyan: #1fc7b6;
	--gpllf-orange: #ff9f1c;
	--gpllf-error: #b42318;
	--gpllf-success: #027a48;
	color: var(--gpllf-text);
	font-family: inherit;
	margin: 34px auto;
	max-width: 1180px;
	position: relative;
}

.gpllf-wrap * {
	box-sizing: border-box;
}

.gpllf-shell {
	background:
		linear-gradient(135deg, rgba(141, 82, 255, 0.09), rgba(31, 199, 182, 0.08) 46%, rgba(255, 255, 255, 0.98) 70%),
		#fff;
	border: 1px solid var(--gpllf-line);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(20, 12, 74, 0.08);
	overflow: hidden;
	padding: 34px;
	position: relative;
}

.gpllf-shell::before {
	background-image:
		linear-gradient(135deg, transparent 0 39%, rgba(141, 82, 255, 0.12) 40% 44%, transparent 45% 100%),
		linear-gradient(135deg, transparent 0 54%, rgba(31, 199, 182, 0.12) 55% 58%, transparent 59% 100%);
	content: "";
	inset: 0;
	opacity: 0.7;
	pointer-events: none;
	position: absolute;
}

.gpllf-shell > * {
	position: relative;
	z-index: 1;
}

.gpllf-admin-warning,
.gpllf-message {
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 18px;
	padding: 12px 14px;
}

.gpllf-admin-warning {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	color: #b54708;
}

.gpllf-hero {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) 360px;
	margin-bottom: 28px;
}

.gpllf-copy {
	max-width: 720px;
}

.gpllf-shell .gpllf-heading {
	color: var(--gpllf-ink);
	font-size: 46px;
	font-weight: 800;
	line-height: 1.05;
	margin: 0 0 16px;
	max-width: 680px;
}

.gpllf-shell .gpllf-heading span {
	color: var(--gpllf-purple);
	display: inline;
}

.gpllf-intro {
	color: #566079;
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
	max-width: 720px;
}

.gpllf-metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 24px;
}

.gpllf-metrics div {
	border-left: 1px solid rgba(141, 82, 255, 0.26);
	min-width: 108px;
	padding-left: 14px;
}

.gpllf-metrics strong {
	color: var(--gpllf-purple);
	display: block;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.1;
}

.gpllf-metrics span {
	color: #68708a;
	display: block;
	font-size: 13px;
	margin-top: 4px;
}

.gpllf-preview {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(229, 226, 247, 0.95);
	border-radius: 8px;
	box-shadow: 0 18px 46px rgba(95, 66, 178, 0.16);
	padding: 16px;
}

.gpllf-preview-top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.gpllf-preview-top span {
	color: #697088;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.gpllf-preview-top b {
	background: #e9fff8;
	border-radius: 999px;
	color: #087968;
	font-size: 11px;
	padding: 5px 8px;
}

.gpllf-preview-row {
	align-items: center;
	background: #fff;
	border: 1px solid #eeeafb;
	border-radius: 8px;
	display: flex;
	gap: 11px;
	padding: 12px;
}

.gpllf-preview-row + .gpllf-preview-row {
	margin-top: 9px;
}

.gpllf-preview-row strong,
.gpllf-preview-row small {
	display: block;
}

.gpllf-preview-row strong {
	color: var(--gpllf-ink);
	font-size: 14px;
	line-height: 1.25;
}

.gpllf-preview-row small {
	color: #737b91;
	font-size: 12px;
	margin-top: 4px;
}

.gpllf-preview-dot {
	border-radius: 8px;
	display: block;
	flex: 0 0 14px;
	height: 14px;
	width: 14px;
}

.gpllf-preview-dot.is-purple {
	background: var(--gpllf-purple);
}

.gpllf-preview-dot.is-green {
	background: var(--gpllf-cyan);
}

.gpllf-preview-dot.is-orange {
	background: var(--gpllf-orange);
}

.gpllf-tool-panel {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(229, 226, 247, 0.95);
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(20, 12, 74, 0.06);
	padding: 20px;
}

.gpllf-form label {
	color: var(--gpllf-ink);
	display: block;
	font-size: 15px;
	font-weight: 800;
	margin-bottom: 5px;
}

.gpllf-helper {
	color: #6b7280;
	font-size: 13px;
	line-height: 1.45;
	margin: 0 0 12px;
}

.gpllf-input-row {
	align-items: stretch;
	display: flex;
	gap: 12px;
}

.gpllf-input-row input {
	background: #fff;
	border: 1px solid #d7d1ef;
	border-radius: 8px;
	color: var(--gpllf-ink);
	flex: 1;
	font-size: 16px;
	min-height: 56px;
	min-width: 0;
	outline: none;
	padding: 15px 16px;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.gpllf-input-row input:focus {
	border-color: var(--gpllf-purple);
	box-shadow: 0 0 0 4px rgba(141, 82, 255, 0.16);
}

.gpllf-input-row button,
.gpllf-export,
.gpllf-example-row button {
	align-items: center;
	border-radius: 50px;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--e-global-typography-f4ac890-font-family), Sans-serif;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	min-height: 44px;
	padding: 15px 30px;
	text-decoration: none;
	touch-action: manipulation;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.gpllf-input-row button {
	background: var(--gpllf-navy);
	border: 1px solid var(--gpllf-navy);
	color: #fff;
	min-height: 56px;
	white-space: nowrap;
}

.gpllf-input-row button:hover,
.gpllf-input-row button:focus-visible {
	background: var(--gpllf-purple-dark);
	border-color: var(--gpllf-purple-dark);
	color: #fff;
	transform: translateY(-1px);
}

.gpllf-input-row button:disabled {
	cursor: not-allowed;
	opacity: 0.58;
	transform: none;
}

.gpllf-example-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.gpllf-example-row button {
	background: #f5f1ff;
	border: 1px solid #e2d8ff;
	color: var(--gpllf-purple-dark);
	min-height: 34px;
	padding: 9px 16px;
}

.gpllf-example-row button:hover,
.gpllf-example-row button:focus-visible {
	background: var(--gpllf-purple);
	border-color: var(--gpllf-purple);
	color: #fff;
}

.gpllf-meta {
	color: #667085;
	font-size: 13px;
	margin-top: 12px;
}

.gpllf-meta strong {
	color: var(--gpllf-purple-dark);
	font-size: 15px;
}

.gpllf-message {
	display: none;
	margin-bottom: 0;
	margin-top: 18px;
}

.gpllf-message.is-error {
	background: #fff1f0;
	border: 1px solid #fecdca;
	color: var(--gpllf-error);
	display: block;
}

.gpllf-message.is-success {
	background: #ecfdf3;
	border: 1px solid #abefc6;
	color: var(--gpllf-success);
	display: block;
}

.gpllf-loading {
	align-items: center;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(229, 226, 247, 0.95);
	border-radius: 8px;
	color: #596078;
	display: flex;
	font-size: 14px;
	gap: 10px;
	margin-top: 18px;
	padding: 13px 14px;
}

.gpllf-loading[hidden],
.gpllf-results[hidden] {
	display: none;
}

.gpllf-spinner {
	animation: gpllfspin 0.7s linear infinite;
	border: 2px solid #ded8f5;
	border-radius: 50%;
	border-top-color: var(--gpllf-purple);
	display: inline-block;
	height: 18px;
	width: 18px;
}

@keyframes gpllfspin {
	to {
		transform: rotate(360deg);
	}
}

.gpllf-seo-block {
	align-items: start;
	background: rgba(247, 243, 255, 0.78);
	border: 1px solid rgba(229, 226, 247, 0.95);
	border-radius: 8px;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.75fr);
	margin-top: 18px;
	padding: 18px 20px;
}

.gpllf-seo-block h3 {
	color: var(--gpllf-ink);
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 6px;
}

.gpllf-seo-block p {
	color: #5c657d;
	font-size: 14px;
	line-height: 1.62;
	margin: 0;
}

.gpllf-seo-block ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gpllf-seo-block li {
	color: #4f5870;
	font-size: 13px;
	line-height: 1.45;
	padding-left: 17px;
	position: relative;
}

.gpllf-seo-block li::before {
	background: var(--gpllf-cyan);
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 6px;
}

.gpllf-results {
	background: #fff;
	border: 1px solid var(--gpllf-line);
	border-radius: 8px;
	box-shadow: 0 16px 44px rgba(20, 12, 74, 0.08);
	margin-top: 24px;
	padding: 20px;
}

.gpllf-results-head {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.gpllf-results-head h3 {
	color: var(--gpllf-ink);
	font-size: 24px;
	line-height: 1.25;
	margin: 0 0 3px;
}

.gpllf-results-head p {
	color: #667085;
	font-size: 14px;
	margin: 0;
}

.gpllf-export {
	background: #fff;
	border: 1px solid #d7d1ef;
	color: var(--gpllf-purple-dark);
	font-size: 13px;
	font-weight: 700;
	min-height: 38px;
	padding: 9px 16px;
	white-space: nowrap;
}

.gpllf-export:hover,
.gpllf-export:focus-visible {
	background: var(--gpllf-purple);
	border-color: var(--gpllf-purple);
	color: #fff;
}

.gpllf-table-scroll {
	border: 1px solid var(--gpllf-line);
	border-radius: 8px;
	overflow: visible;
}

.gpllf-table {
	background: #fff;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.gpllf-table th:nth-child(1),
.gpllf-table td:nth-child(1) {
	width: 7%;
}

.gpllf-table th:nth-child(2),
.gpllf-table td:nth-child(2) {
	width: 20%;
}

.gpllf-table th:nth-child(3),
.gpllf-table td:nth-child(3) {
	width: 28%;
}

.gpllf-table th:nth-child(4),
.gpllf-table td:nth-child(4) {
	width: 33%;
}

.gpllf-table th:nth-child(5),
.gpllf-table td:nth-child(5) {
	width: 12%;
}

.gpllf-table th {
	background: #f8f6ff;
	border-bottom: 1px solid var(--gpllf-line);
	color: #616984;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	padding: 13px 14px;
	text-align: left;
	text-transform: uppercase;
	white-space: normal;
}

.gpllf-table td {
	border-bottom: 1px solid #f0edf9;
	font-size: 14px;
	padding: 14px;
	vertical-align: middle;
}

.gpllf-table tbody tr:last-child td {
	border-bottom: 0;
}

.gpllf-table tbody tr:hover {
	background: #fbfaff;
}

.gpllf-dr {
	align-items: center;
	background: #f0ebff;
	border: 1px solid #ded2ff;
	border-radius: 8px;
	color: var(--gpllf-purple-dark);
	display: inline-flex;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	min-width: 42px;
	padding: 0 8px;
}

.gpllf-domain {
	color: var(--gpllf-ink);
	font-weight: 800;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.gpllf-title {
	color: #344054;
	font-weight: 700;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.gpllf-url {
	color: #667085;
	display: block;
	overflow-wrap: anywhere;
	text-decoration: none;
	word-break: break-word;
}

.gpllf-url:hover,
.gpllf-url:focus-visible {
	color: var(--gpllf-purple-dark);
	text-decoration: underline;
}

.gpllf-position {
	color: var(--gpllf-ink);
	font-weight: 900;
	white-space: nowrap;
}

.gpllf-attribution {
	color: #8a94a6;
	font-size: 12px;
	margin: 12px 2px 0;
}

.gpllf-attribution a {
	color: inherit;
	text-decoration: underline;
}

.gpllf-input-row button:focus-visible,
.gpllf-export:focus-visible,
.gpllf-example-row button:focus-visible {
	outline: 3px solid rgba(141, 82, 255, 0.28);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	.gpllf-wrap *,
	.gpllf-wrap *::before,
	.gpllf-wrap *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 980px) {
	.gpllf-hero {
		grid-template-columns: 1fr;
	}

	.gpllf-preview {
		max-width: 520px;
	}
}

@media (max-width: 760px) {
	.gpllf-wrap {
		margin: 24px auto;
	}

	.gpllf-shell {
		padding: 22px 16px;
	}

	.gpllf-shell .gpllf-heading {
		font-size: 32px;
	}

	.gpllf-intro {
		font-size: 15px;
	}

	.gpllf-input-row,
	.gpllf-results-head,
	.gpllf-seo-block {
		align-items: stretch;
		flex-direction: column;
		grid-template-columns: 1fr;
	}

	.gpllf-input-row {
		display: grid;
	}

	.gpllf-input-row button {
		width: 100%;
	}

	.gpllf-results-head {
		align-items: flex-start;
	}

	.gpllf-export {
		width: auto;
	}

	.gpllf-metrics {
		gap: 12px;
	}

	.gpllf-metrics div {
		min-width: 92px;
	}

	.gpllf-results {
		padding: 14px;
	}

	.gpllf-table-scroll {
		border: 0;
	}

	.gpllf-table,
	.gpllf-table tbody,
	.gpllf-table tr,
	.gpllf-table td {
		display: block;
		width: 100%;
	}

	.gpllf-table thead {
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	.gpllf-table tbody {
		display: grid;
		gap: 12px;
	}

	.gpllf-table tbody tr {
		border: 1px solid var(--gpllf-line);
		border-radius: 8px;
		overflow: hidden;
	}

	.gpllf-table td,
	.gpllf-table td:nth-child(n) {
		align-items: start;
		display: grid;
		gap: 12px;
		grid-template-columns: 108px minmax(0, 1fr);
		padding: 11px 12px;
		width: 100%;
	}

	.gpllf-table td::before {
		color: #616984;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: 0;
		line-height: 1.45;
		text-transform: uppercase;
	}

	.gpllf-table td:nth-child(1)::before {
		content: "DR";
	}

	.gpllf-table td:nth-child(2)::before {
		content: "Domain";
	}

	.gpllf-table td:nth-child(3)::before {
		content: "Article Title";
	}

	.gpllf-table td:nth-child(4)::before {
		content: "Article URL";
	}

	.gpllf-table td:nth-child(5)::before {
		content: "Google Position";
	}

	.gpllf-dr {
		justify-self: start;
	}
}
