.cid-signup-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(15, 23, 42, 0.55);
	z-index: 999999;
	align-items: center;
	justify-content: center;
	padding: 20px;
	direction: rtl;
}
.cid-signup-overlay.is-open {
	display: flex;
}
body.cid-no-scroll {
	overflow: hidden;
}

.cid-signup-modal {
	background: #fff;
	width: 100%;
	max-width: 480px;
	border-radius: 20px;
	padding: 32px;
	position: relative;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
	font-family: inherit;
	max-height: 90vh;
	overflow-y: auto;
}

.cid-signup-close {
	position: absolute;
	top: 16px;
	left: 16px;
	background: none;
	border: none;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	color: #6b7280;
}
.cid-signup-close:hover {
	color: #111827;
}

.cid-signup-title {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 20px;
	text-align: center;
	color: #111827;
}

.cid-signup-tabs {
	display: flex;
	background: #f3f4f6;
	border-radius: 12px;
	padding: 4px;
	margin-bottom: 24px;
}
.cid-signup-tab {
	flex: 1;
	border: none;
	background: transparent;
	padding: 12px 10px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #6b7280;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	transition: all 0.15s ease;
}
.cid-signup-tab.is-active {
	background: #fff;
	color: #1e3a8a;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.cid-field {
	margin-bottom: 18px;
}
.cid-field label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #374151;
	margin-bottom: 8px;
}
.cid-field input,
.cid-field select {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	font-size: 15px;
	background: #fff;
	color: #111827;
}
.cid-field input:focus,
.cid-field select:focus {
	outline: none;
	border-color: #2563eb;
}
.cid-field input.has-error,
.cid-field select.has-error {
	border-color: #dc2626;
}
.cid-error {
	display: block;
	color: #dc2626;
	font-size: 12.5px;
	margin-top: 6px;
	min-height: 16px;
}
.cid-server-error {
	color: #dc2626;
	font-size: 13.5px;
	text-align: center;
}

.cid-signup-submit {
	width: 100%;
	background: #1d4ed8;
	color: #fff;
	border: none;
	border-radius: 12px;
	padding: 14px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.15s ease;
}
.cid-signup-submit:hover {
	background: #1e40af;
}
.cid-signup-submit:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

/* مودال موفقیت */
.cid-success-modal {
	text-align: center;
	max-width: 420px;
}
.cid-success-icon {
	width: 64px;
	height: 64px;
	line-height: 64px;
	background: #16a34a;
	color: #fff;
	border-radius: 50%;
	font-size: 28px;
	margin: 0 auto 18px;
}
.cid-success-text {
	color: #4b5563;
	font-size: 14.5px;
	margin-bottom: 24px;
}
.cid-success-ok {
	max-width: 220px;
	margin: 0 auto;
}

@media (max-width: 480px) {
	.cid-signup-modal {
		padding: 24px 18px;
	}
}
