.hitsteps-admin-page {
	--hs-ink: #172033;
	--hs-muted: #596579;
	--hs-border: #dcdcde;
	--hs-soft: #f6f7f9;
	--hs-brand: #3858e9;
	--hs-brand-dark: #18245c;
	--hs-success: #16804b;
	--hs-warning: #a15c00;
	margin-top: 20px;
}

.hitsteps-admin-page [hidden] {
	display: none !important;
}

.hitsteps-admin-page *,
.hitsteps-admin-page *::before,
.hitsteps-admin-page *::after {
	box-sizing: border-box;
}

.hitsteps-admin-page .hs-shell {
	max-width: 1180px;
	margin: 0 auto 48px;
}

.hitsteps-admin-page .hs-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	overflow: hidden;
	padding: 30px 32px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 18px;
	background:
		radial-gradient(circle at 88% 18%, rgba(66, 99, 235, .72), transparent 34%),
		linear-gradient(135deg, #111827 0%, #172554 58%, #243b88 100%);
	box-shadow: 0 12px 34px rgba(17, 24, 39, .16);
	color: #fff;
}

.hitsteps-admin-page .hs-brand {
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 20px;
}

.hitsteps-admin-page .hs-brand-mark {
	flex: 0 0 68px;
	width: 68px;
	height: 68px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 16px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .28);
}

.hitsteps-admin-page .hs-eyebrow {
	display: block;
	margin: 0 0 5px;
	color: #c7d2fe;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.hitsteps-admin-page .hs-hero h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 650;
	letter-spacing: -.025em;
	line-height: 1.16;
}

.hitsteps-admin-page .hs-hero p {
	max-width: 680px;
	margin: 8px 0 0;
	color: #dbe4ff;
	font-size: 14px;
	line-height: 1.55;
}

.hitsteps-admin-page .hs-hero-actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.hitsteps-admin-page .hs-version {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 11px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: #e7ecff;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
}

.hitsteps-admin-page .hs-hero-button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border-color: #fff;
	background: #fff;
	color: #18245c;
	font-weight: 650;
	white-space: nowrap;
}

.hitsteps-admin-page .hs-hero-button.button:hover,
.hitsteps-admin-page .hs-hero-button.button:focus {
	border-color: #c7d2fe;
	background: #eef2ff;
	color: #111d4f;
}

.hitsteps-admin-page .hs-notices {
	margin: 18px 0;
}

.hitsteps-admin-page .hs-notices:empty {
	display: none;
}

.hitsteps-admin-page .hs-notices > .notice,
.hitsteps-admin-page .hs-notices > .updated,
.hitsteps-admin-page .hs-notices > .error,
.hitsteps-admin-page .hs-notices > .update-nag {
	margin: 0 0 10px;
	border-radius: 8px;
}

.hitsteps-admin-page .hs-notices > .notice p,
.hitsteps-admin-page .hs-notices > .updated p,
.hitsteps-admin-page .hs-notices > .error p,
.hitsteps-admin-page .hs-notices > .update-nag p {
	color: var(--hs-ink);
}

.hitsteps-admin-page .hs-alert {
	margin: 0 0 10px;
	padding: 12px 16px;
	border: 1px solid #c3c4c7;
	border-left-width: 4px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(17, 24, 39, .04);
}

.hitsteps-admin-page .hs-alert p {
	margin: 0;
	color: var(--hs-ink);
}

.hitsteps-admin-page .hs-alert-success {
	border-color: #68de7c;
	border-left-color: #00a32a;
	background: #edfaef;
}

.hitsteps-admin-page .hs-alert-error {
	border-color: #f0b8bc;
	border-left-color: #d63638;
	background: #fcf0f1;
}

.hitsteps-admin-page .hs-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
	align-items: start;
	gap: 22px;
	margin-top: 22px;
}

.hitsteps-admin-page .hs-primary,
.hitsteps-admin-page .hs-sidebar {
	display: grid;
	min-width: 0;
	gap: 18px;
}

.hitsteps-admin-page .hs-card {
	overflow: hidden;
	border: 1px solid var(--hs-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(17, 24, 39, .04);
}

.hitsteps-admin-page .hs-card-header {
	padding: 22px 24px 0;
}

.hitsteps-admin-page .hs-card-header h2,
.hitsteps-admin-page .hs-card-header h3 {
	margin: 0;
	color: var(--hs-ink);
	font-size: 18px;
	font-weight: 650;
	line-height: 1.35;
}

.hitsteps-admin-page .hs-card-header p {
	margin: 7px 0 0;
	color: var(--hs-muted);
	line-height: 1.55;
}

.hitsteps-admin-page .hs-card-body {
	padding: 22px 24px 24px;
}

.hitsteps-admin-page .hs-card-body > :first-child {
	margin-top: 0;
}

.hitsteps-admin-page .hs-card-body > :last-child {
	margin-bottom: 0;
}

.hitsteps-admin-page .hs-auth-tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
	margin-bottom: 22px;
	padding: 4px;
	border-radius: 10px;
	background: #eef0f4;
}

.hitsteps-admin-page .hs-auth-tab {
	min-height: 38px;
	border: 0;
	border-radius: 7px;
	background: transparent;
	color: #475569;
	cursor: pointer;
	font-weight: 600;
}

.hitsteps-admin-page .hs-auth-tab:hover {
	color: var(--hs-ink);
}

.hitsteps-admin-page .hs-auth-tab:focus {
	outline: 2px solid var(--hs-brand);
	outline-offset: 1px;
	box-shadow: none;
}

.hitsteps-admin-page .hs-auth-tab.is-active {
	background: #fff;
	box-shadow: 0 1px 3px rgba(17, 24, 39, .14);
	color: var(--hs-ink);
}

.hitsteps-admin-page .hs-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.hitsteps-admin-page .hs-field,
.hitsteps-admin-page .hs-field-wide {
	min-width: 0;
}

.hitsteps-admin-page .hs-field-wide {
	grid-column: 1 / -1;
}

.hitsteps-admin-page .hs-field label,
.hitsteps-admin-page .hs-field-wide > label,
.hitsteps-admin-page .hs-key-label {
	display: block;
	margin-bottom: 7px;
	color: #273247;
	font-weight: 600;
}

.hitsteps-admin-page input[type="email"],
.hitsteps-admin-page input[type="password"],
.hitsteps-admin-page input[type="text"],
.hitsteps-admin-page select,
.hitsteps-admin-page textarea {
	width: 100%;
	max-width: none;
}

.hitsteps-admin-page input[type="email"],
.hitsteps-admin-page input[type="password"],
.hitsteps-admin-page input[type="text"],
.hitsteps-admin-page select {
	min-height: 42px;
	padding-right: 11px;
	padding-left: 11px;
	border-color: #aeb6c2;
	border-radius: 7px;
}

.hitsteps-admin-page input:focus,
.hitsteps-admin-page select:focus,
.hitsteps-admin-page textarea:focus {
	border-color: var(--hs-brand);
	box-shadow: 0 0 0 1px var(--hs-brand);
}

.hitsteps-admin-page .hs-form-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 20px;
}

.hitsteps-admin-page .hs-form-actions .button,
.hitsteps-admin-page .hs-key-row .button,
.hitsteps-admin-page .hs-save-row .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
}

.hitsteps-admin-page .hs-terms {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 10px;
	margin-top: 18px;
	padding: 14px;
	border: 1px solid #d9e0ee;
	border-radius: 9px;
	background: #f7f9fc;
	color: #465166;
	line-height: 1.5;
}

.hitsteps-admin-page .hs-terms input {
	margin-top: 3px;
}

.hitsteps-admin-page .hs-key-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch;
	gap: 10px;
}

.hitsteps-admin-page .hs-description {
	margin: 10px 0 0;
	color: var(--hs-muted);
	font-size: 13px;
	line-height: 1.55;
}

.hitsteps-admin-page .hs-connection-state {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 14px;
	color: var(--hs-success);
	font-size: 13px;
	font-weight: 650;
}

.hitsteps-admin-page .hs-connection-state::before {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #20a464;
	box-shadow: 0 0 0 4px #e7f7ef;
	content: "";
}

.hitsteps-admin-page .hs-inline-badge {
	display: inline-flex;
	align-items: center;
	justify-self: end;
	min-height: 30px;
	padding: 0 11px;
	border-radius: 999px;
	background: #e9f8f0;
	color: var(--hs-success);
	font-size: 12px;
	font-weight: 700;
}

.hitsteps-admin-page .hs-details {
	border-top: 1px solid #e7e9ed;
}

.hitsteps-admin-page .hs-details summary {
	position: relative;
	padding: 19px 52px 19px 24px;
	color: var(--hs-ink);
	cursor: pointer;
	font-size: 15px;
	font-weight: 650;
	list-style: none;
}

.hitsteps-admin-page .hs-details summary::-webkit-details-marker {
	display: none;
}

.hitsteps-admin-page .hs-details summary::after {
	position: absolute;
	top: 50%;
	right: 24px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #64748b;
	border-bottom: 2px solid #64748b;
	transform: translateY(-70%) rotate(45deg);
	transition: transform .16s ease;
	content: "";
}

.hitsteps-admin-page .hs-details[open] summary::after {
	transform: translateY(-25%) rotate(225deg);
}

.hitsteps-admin-page .hs-settings-list {
	border-top: 1px solid #e7e9ed;
}

.hitsteps-admin-page .hs-setting-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
	align-items: center;
	gap: 22px;
	padding: 18px 24px;
	border-bottom: 1px solid #eceef1;
}

.hitsteps-admin-page .hs-setting-row:last-child {
	border-bottom: 0;
}

.hitsteps-admin-page .hs-setting-copy strong {
	display: block;
	color: #273247;
	font-weight: 650;
}

.hitsteps-admin-page .hs-setting-copy p {
	margin: 4px 0 0;
	color: var(--hs-muted);
	font-size: 13px;
	line-height: 1.45;
}

.hitsteps-admin-page .hs-control-stack {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.hitsteps-admin-page .hs-control-stack select {
	width: auto;
	min-width: 140px;
}

.hitsteps-admin-page .hs-segmented {
	display: inline-flex;
	overflow: hidden;
	margin: 0;
	padding: 2px;
	border: 1px solid #c6ccd5;
	border-radius: 8px;
	background: #f1f3f6;
}

.hitsteps-admin-page .hs-segmented label {
	margin: 0;
}

.hitsteps-admin-page .hs-segmented input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.hitsteps-admin-page .hs-segmented span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 12px;
	border-radius: 6px;
	color: #536075;
	cursor: pointer;
	font-size: 12px;
	font-weight: 650;
	white-space: nowrap;
}

.hitsteps-admin-page .hs-segmented input:focus + span {
	box-shadow: 0 0 0 2px var(--hs-brand);
}

.hitsteps-admin-page .hs-segmented input:checked + span {
	background: #fff;
	box-shadow: 0 1px 3px rgba(17, 24, 39, .14);
	color: var(--hs-brand-dark);
}

.hitsteps-admin-page .hs-map-options {
	flex-wrap: wrap;
	justify-content: flex-end;
}

.hitsteps-admin-page .hs-save-row {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 18px 24px 22px;
	border-top: 1px solid #e7e9ed;
	background: #fafbfc;
}

.hitsteps-admin-page .hs-feature-list,
.hitsteps-admin-page .hs-link-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hitsteps-admin-page .hs-feature-list li {
	position: relative;
	margin: 0;
	padding: 11px 0 11px 28px;
	border-bottom: 1px solid #edf0f3;
	color: #364155;
	line-height: 1.45;
}

.hitsteps-admin-page .hs-feature-list li:last-child {
	border-bottom: 0;
}

.hitsteps-admin-page .hs-feature-list li::before {
	position: absolute;
	top: 12px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #e9f8f0;
	color: var(--hs-success);
	content: "✓";
	font-size: 11px;
	font-weight: 800;
}

.hitsteps-admin-page .hs-link-list li {
	margin: 0;
	border-bottom: 1px solid #edf0f3;
}

.hitsteps-admin-page .hs-link-list li:last-child {
	border-bottom: 0;
}

.hitsteps-admin-page .hs-link-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 0;
	text-decoration: none;
}

.hitsteps-admin-page .hs-link-list a::after {
	color: #7c8798;
	content: "↗";
	font-size: 14px;
}

.hitsteps-admin-page .hs-code-box {
	min-height: 124px;
	padding: 13px;
	border-radius: 8px;
	background: #111827;
	color: #dbeafe;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 12px;
	line-height: 1.5;
	resize: vertical;
}

.hitsteps-admin-page .hs-card-note {
	padding: 14px 24px;
	border-top: 1px solid #e7e9ed;
	background: #fafbfc;
	color: var(--hs-muted);
	font-size: 12px;
	line-height: 1.5;
}

.hitsteps-admin-page .hs-card-note a {
	font-weight: 600;
}

.hitsteps-admin-page .hs-dashboard-promo {
	display: grid;
	min-width: 0;
	gap: 10px;
}

.hitsteps-admin-page .hs-dashboard-preview {
	display: block;
	overflow: hidden;
	border: 1px solid var(--hs-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(17, 24, 39, .04);
	line-height: 0;
}

.hitsteps-admin-page .hs-dashboard-preview:focus {
	outline: 2px solid var(--hs-brand);
	outline-offset: 2px;
	box-shadow: none;
}

.hitsteps-admin-page .hs-dashboard-preview img {
	display: block;
	width: 100%;
	height: auto;
}

.hitsteps-admin-page .hs-mobile-app-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.hitsteps-admin-page .hs-store-badge {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	min-width: 0;
	min-height: 60px;
	gap: 9px;
	padding: 8px 11px;
	border: 1px solid #4b5563;
	border-radius: 10px;
	background: linear-gradient(180deg, #17191e 0%, #07080a 100%);
	box-shadow: 0 2px 5px rgba(17, 24, 39, .18);
	color: #fff;
	text-decoration: none;
	transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.hitsteps-admin-page .hs-store-badge:hover,
.hitsteps-admin-page .hs-store-badge:focus {
	border-color: #818cf8;
	background: #111827;
	box-shadow: 0 3px 8px rgba(17, 24, 39, .24);
	color: #fff;
}

.hitsteps-admin-page .hs-store-badge:focus {
	outline: 2px solid var(--hs-brand);
	outline-offset: 2px;
}

.hitsteps-admin-page .hs-store-badge svg {
	flex: 0 0 29px;
	width: 29px;
	height: 32px;
}

.hitsteps-admin-page .hs-store-badge span {
	min-width: 0;
	line-height: 1;
}

.hitsteps-admin-page .hs-store-badge small,
.hitsteps-admin-page .hs-store-badge strong {
	display: block;
	color: #fff;
	white-space: nowrap;
}

.hitsteps-admin-page .hs-store-badge small {
	margin-bottom: 4px;
	font-size: 9px;
	line-height: 1;
	letter-spacing: .02em;
}

.hitsteps-admin-page .hs-store-badge strong {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.hitsteps-admin-page .hs-store-badge-google strong {
	font-size: 15px;
}

@media (max-width: 960px) {
	.hitsteps-admin-page .hs-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.hitsteps-admin-page .hs-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.hitsteps-admin-page {
		margin-top: 12px;
	}

	.hitsteps-admin-page .hs-hero {
		align-items: flex-start;
		padding: 24px;
	}

	.hitsteps-admin-page .hs-brand-mark {
		flex-basis: 58px;
		width: 58px;
		height: 58px;
	}

	.hitsteps-admin-page .hs-hero-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.hitsteps-admin-page .hs-setting-row {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	.hitsteps-admin-page .hs-control-stack,
	.hitsteps-admin-page .hs-map-options,
	.hitsteps-admin-page .hs-inline-badge {
		justify-content: flex-start;
		justify-self: start;
	}
}

@media (max-width: 600px) {
	.hitsteps-admin-page .hs-hero,
	.hitsteps-admin-page .hs-brand,
	.hitsteps-admin-page .hs-form-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.hitsteps-admin-page .hs-hero-actions {
		align-items: flex-start;
	}

	.hitsteps-admin-page .hs-field-grid,
	.hitsteps-admin-page .hs-sidebar,
	.hitsteps-admin-page .hs-key-row,
	.hitsteps-admin-page .hs-mobile-app-links {
		grid-template-columns: minmax(0, 1fr);
	}

	.hitsteps-admin-page .hs-card-header,
	.hitsteps-admin-page .hs-card-body,
	.hitsteps-admin-page .hs-setting-row,
	.hitsteps-admin-page .hs-save-row {
		padding-right: 18px;
		padding-left: 18px;
	}

	.hitsteps-admin-page .hs-form-actions .button,
	.hitsteps-admin-page .hs-key-row .button,
	.hitsteps-admin-page .hs-save-row .button,
	.hitsteps-admin-page .hs-hero-button.button {
		width: 100%;
	}

	.hitsteps-admin-page .hs-segmented {
		max-width: 100%;
		flex-wrap: wrap;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hitsteps-admin-page *,
	.hitsteps-admin-page *::before,
	.hitsteps-admin-page *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
