
	dialog.svelte-jaqoi {
		padding: 3rem;
		min-width: 35rem;
		max-width: 50rem;
		max-height: 25rem;
		margin: 0 auto;
		top: calc(50% - 15rem);
		border-radius: 2rem;
		overflow: hidden;
		border: 2px solid var(--vats-coloredtext);
		background-color: var(--vats-background);
		box-shadow: 0 4px 10px var(--vats-text);
	}

	dialog.svelte-jaqoi::backdrop {
		background-color: hsl(from var(--vats-text) h s l / 30%);
		backdrop-filter: blur(4px);
	}

	aside.svelte-jaqoi {
		width: 30rem;
		padding-bottom: 5rem;
		text-align: center;
		color: var(--vats-text);
		font-size: var(--vats-text-l);
	}

	nav.svelte-jaqoi {
		display: flex;
		flex-direction: row;
		justify-content: center;
		gap: 5rem;
	}
