html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	color: #333;
	margin: 0;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
	color: rgb(0,100,200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}

button.svelte-1dnise1{display:flex;background-color:lightgray;border-color:black;border-radius:0.5em;border-style:solid;padding:1em}
.wrapper.svelte-1tyhfvw{padding:0.1em;display:flex;justify-content:center;align-items:center}.reveal.svelte-1tyhfvw{cursor:pointer;display:flex;justify-content:center}.hide.svelte-1tyhfvw{cursor:pointer;color:gray}pre.svelte-1tyhfvw{background-color:black;padding:0.5em;word-break:break-all;white-space:pre-wrap}
bold.svelte-77gtmm.svelte-77gtmm{font-weight:800}.tooltip.svelte-77gtmm:hover .tooltip-text.svelte-77gtmm{display:block}.tooltip-text.svelte-77gtmm.svelte-77gtmm{display:none;position:absolute;border:1px solid;border-radius:0.5em;padding:0.5em;font-size:0.7em;color:white;background:black}.wrapper.svelte-77gtmm.svelte-77gtmm{display:flex;flex-direction:column;align-items:stretch;justify-content:center;min-height:100%}.hacking-progress.svelte-77gtmm.svelte-77gtmm{border-top:1px solid white;display:flex;padding:0.5em;background-color:#333333;color:white;flex:1;flex-direction:column}.header.svelte-77gtmm.svelte-77gtmm{display:flex;align-items:center;justify-content:center;flex-direction:column;height:40vh;background-color:ivory}.error.svelte-77gtmm.svelte-77gtmm{display:flex;background-color:red;color:white;border-radius:0.5em;padding:1em;flex-grow:1;border-style:solid;border-color:black;border-width:0.1em;font-size:medium;font-weight:bold}.login.svelte-77gtmm.svelte-77gtmm{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1em;padding:1em;background-color:black}
