* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: -apple-system, "Segoe UI", sans-serif;
	background: #10172a;
	color: #f8fafc;
	min-height: 100vh;
	min-height: 100dvh;
}

#install-gate {
	max-width: 34rem;
	margin: 0 auto;
	padding: 1.5rem;
	font-size: 1.125rem;
	line-height: 1.5;
}

#app {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	max-width: 34rem;
	margin: 0 auto;
	padding: 1rem;
	min-height: 100dvh;
}

button {
	font: inherit;
	font-size: 1.25rem;
	font-weight: 600;
	color: #f8fafc;
	background: #1e40af;
	border: 2px solid #3b82f6;
	border-radius: 0.75rem;
	padding: 1rem;
	min-height: 3.5rem;
	cursor: pointer;
}

button:active {
	background: #3b82f6;
}

.top-row,
.team-row {
	display: flex;
	gap: 0.75rem;
}

.top-row button,
.team-row button {
	flex: 1;
	min-height: 2.75rem;
	font-size: 1rem;
	padding: 0.5rem 0.75rem;
	border-radius: 1.375rem;
}

#word {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2.25rem;
	font-weight: 700;
	background: #020617;
	border: 2px solid #334155;
	border-radius: 0.75rem;
	padding: 1rem;
	min-height: 8rem;
}

#next {
	min-height: 6rem;
	font-size: 2rem;
	border-radius: 3rem;
}

#status {
	min-height: 1.5rem;
	text-align: center;
	color: #94a3b8;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}
