.bft-setup-wrap {
	max-width: 720px;
	margin: 40px auto;
}

.bft-setup-card {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	overflow: hidden;
}

.bft-setup-header {
	text-align: center;
	padding: 40px 32px 24px;
	background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
	border-bottom: 1px solid #e2e8f0;
}

.bft-setup-logo {
	font-size: 48px;
	display: block;
	margin-bottom: 12px;
}

.bft-setup-header h1 {
	margin: 0 0 8px;
	font-size: 26px;
}

.bft-setup-header p {
	margin: 0;
	color: #64748b;
	font-size: 15px;
}

.bft-setup-progress {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 32px;
	background: #f8fafc;
	border-bottom: 1px solid #e2e8f0;
}

.bft-setup-step {
	font-size: 13px;
	font-weight: 600;
	color: #94a3b8;
	padding: 6px 16px;
	border-radius: 999px;
	background: #e2e8f0;
}

.bft-setup-step.is-active {
	background: #2563eb;
	color: #fff;
}

.bft-setup-step.is-done {
	background: #dcfce7;
	color: #166534;
}

.bft-setup-line {
	width: 40px;
	height: 2px;
	background: #e2e8f0;
}

.bft-setup-body {
	padding: 32px;
}

.bft-setup-body h2 {
	margin: 0 0 8px;
	font-size: 20px;
}

.bft-setup-body > p {
	color: #64748b;
	margin: 0 0 24px;
}

.bft-setup-list {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 20px 20px 20px 36px;
	margin: 0 0 28px;
}

.bft-setup-table {
	margin-bottom: 28px;
}

.bft-setup-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.bft-setup-done {
	text-align: center;
}

.bft-setup-done-icon {
	width: 64px;
	height: 64px;
	background: #dcfce7;
	color: #16a34a;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}

.bft-setup-note {
	background: #fffbeb;
	border: 1px solid #fde68a;
	border-radius: 8px;
	padding: 12px 16px;
	margin-bottom: 24px;
}

.bft-setup-done .bft-setup-actions {
	justify-content: center;
}
