
	body {
		margin: 0;
		font-family: system-ui, sans-serif;
		background: #f5f5f5;
		color: #222;
	}

	main.svelte-1n46o8q {
		max-width: 48rem;
		margin: 4rem auto;
		padding: 2rem;
		background: white;
		border-radius: 0.5rem;
		box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 8%);
	}

	header.svelte-1n46o8q,
	.actions.svelte-1n46o8q {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
	}

	.actions.svelte-1n46o8q {
		justify-content: flex-start;
	}

	button.svelte-1n46o8q {
		border: 0;
		border-radius: 0.3rem;
		padding: 0.65rem 1rem;
		font: inherit;
		cursor: pointer;
	}

	button.secondary.svelte-1n46o8q {
		background: #e8e8e8;
	}

	.role.svelte-1n46o8q {
		margin-left: 0.75rem;
		font-size: 0.8rem;
		font-weight: 600;
	}

	.error.svelte-1n46o8q {
		font-weight: 600;
	}

