#nexora-spa-progress {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	width: 0%;
	background: #4f7dff;
	z-index: 999999;
	opacity: 0;
	transition: width .25s ease, opacity .3s ease;
	pointer-events: none;
}

#nexora-spa-progress.nexora-spa-active {
	opacity: 1;
}

.nexora-spa-master-toggle {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.nexora-spa-page-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 6px 16px;
	margin-top: 8px;
}

.nexora-spa-page-item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 4px 0;
	cursor: pointer;
}

.nexora-spa-save-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 20px;
}
