.polynewuser-setup-overlay {
	position: fixed;
	inset: 0;
	z-index: 99998;
	background: rgba(5, 10, 24, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.polynewuser-setup-modal {
	width: 100%;
	max-width: 560px;
	background: #0f1725;
	border: 1px solid rgba(130, 150, 190, 0.25);
	border-radius: 16px;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
	color: #e7edf9;
	overflow: hidden;
}

.polynewuser-setup-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	border-bottom: 1px solid rgba(130, 150, 190, 0.2);
}

.polynewuser-setup-title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
}

.polynewuser-setup-close {
	background: transparent;
	border: 0;
	color: #8ea3cc;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
}

.polynewuser-setup-body {
	padding: 14px 16px 18px;
}

.polynewuser-step {
	display: grid;
	grid-template-columns: 22px 1fr auto;
	column-gap: 10px;
	align-items: start;
	position: relative;
	padding-bottom: 14px;
}

.polynewuser-step:last-child {
	padding-bottom: 0;
}

.polynewuser-step:not(:last-child)::after {
	content: '';
	position: absolute;
	left: 10px;
	top: 24px;
	bottom: 2px;
	width: 2px;
	background: rgba(87, 122, 204, 0.45);
}

.polynewuser-step-dot {
	width: 18px;
	height: 18px;
	border: 2px solid #2d7be5;
	border-radius: 50%;
	margin-top: 2px;
	box-sizing: border-box;
}

.polynewuser-step.done .polynewuser-step-dot {
	border-color: #16a34a;
	background: #16a34a;
}

.polynewuser-step-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.polynewuser-step-sub {
	margin-top: 3px;
	font-size: 14px;
	line-height: 1.35;
	color: #9cb0d8;
}

.polynewuser-step-progress {
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.3;
	color: #7fb5ff;
}

.polynewuser-step-action {
	align-self: center;
	background: #1f8cff;
	color: #fff;
	border: 0;
	border-radius: 10px;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.polynewuser-step-action[disabled] {
	opacity: 0.6;
	cursor: default;
}

.polynewuser-step-status {
	font-size: 15px;
	font-weight: 700;
	color: #49a6ff;
	align-self: center;
}

.polynewuser-setup-foot {
	padding: 10px 16px 14px;
	border-top: 1px solid rgba(130, 150, 190, 0.2);
	display: flex;
	justify-content: flex-end;
}

.polynewuser-setup-hide {
	font-size: 13px;
	color: #9cb0d8;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.polynewuser-setup-hide input {
	margin: 0;
}

.polynewuser-setup-hidden {
	display: none !important;
}
