@font-face {
	font-family: Unbounded;
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("assets/unbounded-latin-800.woff2") format("woff2");
}

:root {
	color-scheme: dark;
	font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", "Segoe UI", sans-serif;
	background: #050505;
	color: #f8fafc;
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
	margin: 0;
}

body.wdbb-staff-welcome {
	min-height: 100vh;
	min-height: 100dvh;
	overflow-x: hidden;
	background: #050505;
	color: #f8fafc;
	-webkit-font-smoothing: antialiased;
}

.wdbb-staff-welcome__glow {
	position: fixed;
	inset: -20%;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(28rem 20rem at 50% 0%, rgba(167, 139, 250, .38), transparent 58%),
		radial-gradient(22rem 16rem at 100% 18%, rgba(244, 114, 182, .2), transparent 55%),
		radial-gradient(20rem 16rem at 8% 88%, rgba(56, 189, 248, .14), transparent 50%),
		#050505;
	filter: saturate(1.15);
	animation: wdbb-staff-welcome-drift 18s ease-in-out infinite alternate;
}

.wdbb-staff-welcome__glow::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .18;
	background-image: radial-gradient(rgba(255, 255, 255, .35) 0.6px, transparent 0.6px);
	background-size: 3px 3px;
}

.wdbb-staff-welcome__shell {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-areas:
		"copy"
		"stage"
		"pills"
		"actions";
	align-content: start;
	gap: 22px;
	min-height: 100vh;
	min-height: 100dvh;
	width: min(1120px, 100%);
	margin: 0 auto;
	padding:
		max(22px, env(safe-area-inset-top))
		max(20px, env(safe-area-inset-right))
		calc(108px + env(safe-area-inset-bottom))
		max(20px, env(safe-area-inset-left));
}

.wdbb-staff-welcome__copy {
	grid-area: copy;
	max-width: 620px;
}

.wdbb-staff-welcome__brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: #fff;
	font-size: 18px;
	font-weight: 850;
	letter-spacing: -.05em;
}

.wdbb-staff-welcome__brand img {
	display: block;
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.wdbb-staff-welcome__eyebrow {
	margin: 0 0 10px;
	color: #c4b5fd;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.wdbb-staff-welcome h1 {
	margin: 0;
	font-family: Unbounded, "Segoe UI Variable Display", "Avenir Next", sans-serif;
	font-size: clamp(34px, 10.5vw, 46px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: .96;
	text-wrap: balance;
}

.wdbb-staff-welcome__lede {
	max-width: 32ch;
	margin: 14px 0 0;
	color: rgba(248, 250, 252, .72);
	font-size: 16px;
	font-weight: 550;
	letter-spacing: -.02em;
	line-height: 1.4;
}

.wdbb-staff-welcome__stage {
	grid-area: stage;
	display: block;
}

.wdbb-staff-welcome__device {
	width: 100%;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 22px;
	background: rgba(12, 12, 14, .72);
	box-shadow:
		0 18px 40px rgba(0, 0, 0, .38),
		inset 0 1px 0 rgba(255, 255, 255, .08);
	backdrop-filter: blur(18px);
}

.wdbb-staff-welcome__device-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	color: #fff;
	font-size: 14px;
	font-weight: 750;
	letter-spacing: -.02em;
}

.wdbb-staff-welcome__device-bar em {
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(167, 139, 250, .2);
	color: #ddd6fe;
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.wdbb-staff-welcome__device ol {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wdbb-staff-welcome__device li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 12px 12px 14px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 14px;
	background: rgba(255, 255, 255, .04);
}

.wdbb-staff-welcome__device strong {
	font-size: 14px;
	font-weight: 750;
	letter-spacing: -.02em;
}

.wdbb-staff-welcome__device small {
	color: #a1a1aa;
	font-size: 12px;
	font-weight: 650;
}

.wdbb-staff-welcome__device-more {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, .08);
}

.wdbb-staff-welcome__device-more > p {
	margin: 0 0 8px;
	color: #c4b5fd;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.wdbb-staff-welcome__device-more ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wdbb-staff-welcome__device-more li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 11px 12px 11px 14px;
	border: 1px solid rgba(167, 139, 250, .22);
	border-radius: 14px;
	background: rgba(167, 139, 250, .1);
}

.wdbb-staff-welcome__device-more span {
	display: grid;
	gap: 2px;
	min-width: 0;
	text-align: left;
}

.wdbb-staff-welcome__device-more strong {
	font-size: 14px;
}

.wdbb-staff-welcome__device-more em {
	color: #cbd5e1;
	font-size: 12px;
	font-style: normal;
	font-weight: 550;
}

.wdbb-staff-welcome__device-more small {
	flex-shrink: 0;
	color: #ddd6fe;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.wdbb-staff-welcome__pills {
	grid-area: pills;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wdbb-staff-welcome__pills li {
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 999px;
	background: rgba(255, 255, 255, .06);
	color: rgba(248, 250, 252, .78);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .02em;
}

.wdbb-staff-welcome__actions {
	grid-area: actions;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding:
		16px
		max(20px, env(safe-area-inset-right))
		calc(14px + env(safe-area-inset-bottom))
		max(20px, env(safe-area-inset-left));
	background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, .88) 28%, #050505 56%);
}

.wdbb-staff-welcome form {
	margin: 0;
}

.wdbb-staff-welcome__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	min-height: 56px;
	padding: 14px 22px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(167, 139, 250, .28);
	color: #050505;
	cursor: pointer;
	font: inherit;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: -.02em;
	-webkit-tap-highlight-color: transparent;
}

.wdbb-staff-welcome__cta:hover {
	transform: translateY(-1px);
	background: #f4f4f5;
}

.wdbb-staff-welcome__cta:focus-visible {
	outline: 3px solid #c4b5fd;
	outline-offset: 4px;
}

.wdbb-staff-welcome__microsoft {
	display: grid;
	width: 16px;
	height: 16px;
	grid-template-columns: repeat(2, 1fr);
	gap: 2px;
}

.wdbb-staff-welcome__microsoft span:nth-child(1) { background: #f25022; }
.wdbb-staff-welcome__microsoft span:nth-child(2) { background: #7fba00; }
.wdbb-staff-welcome__microsoft span:nth-child(3) { background: #00a4ef; }
.wdbb-staff-welcome__microsoft span:nth-child(4) { background: #ffb900; }

.wdbb-staff-welcome__error {
	margin: 0;
	color: #fecaca;
	font-size: 15px;
	text-align: center;
}

@media (max-height: 720px) {
	.wdbb-staff-welcome__device ol li:last-child {
		display: none;
	}

	.wdbb-staff-welcome__brand {
		margin-bottom: 12px;
	}

	.wdbb-staff-welcome__shell {
		gap: 16px;
	}
}

@media (min-width: 880px) {
	.wdbb-staff-welcome__glow {
		background:
			radial-gradient(42rem 28rem at 18% 12%, rgba(167, 139, 250, .34), transparent 58%),
			radial-gradient(36rem 24rem at 88% 18%, rgba(244, 114, 182, .22), transparent 55%),
			radial-gradient(28rem 22rem at 70% 88%, rgba(56, 189, 248, .16), transparent 50%),
			#050505;
	}

	.wdbb-staff-welcome__shell {
		grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
		grid-template-areas:
			"copy stage"
			"pills stage"
			"actions stage";
		align-content: center;
		align-items: center;
		gap: 22px 48px;
		width: min(1180px, calc(100% - 80px));
		padding: max(36px, env(safe-area-inset-top)) 0 max(36px, env(safe-area-inset-bottom));
	}

	.wdbb-staff-welcome__brand {
		gap: 12px;
		margin-bottom: 28px;
		font-size: 22px;
	}

	.wdbb-staff-welcome__brand img {
		width: 36px;
		height: 36px;
	}

	.wdbb-staff-welcome__eyebrow {
		margin-bottom: 12px;
		font-size: 12px;
	}

	.wdbb-staff-welcome h1 {
		font-size: clamp(52px, 6vw, 76px);
		letter-spacing: -.04em;
	}

	.wdbb-staff-welcome__lede {
		max-width: 28ch;
		margin-top: 22px;
		font-size: clamp(18px, 2.4vw, 22px);
		line-height: 1.35;
	}

	.wdbb-staff-welcome__stage {
		display: flex;
		justify-content: end;
		align-self: center;
	}

	.wdbb-staff-welcome__device {
		width: min(100%, 360px);
		padding: 18px;
		border-radius: 28px;
		box-shadow:
			0 30px 80px rgba(0, 0, 0, .45),
			inset 0 1px 0 rgba(255, 255, 255, .08);
		transform: rotate(3deg);
	}

	.wdbb-staff-welcome__device-bar {
		margin-bottom: 16px;
		font-size: 15px;
	}

	.wdbb-staff-welcome__device ol {
		gap: 8px;
	}

	.wdbb-staff-welcome__device li {
		padding: 14px 14px 14px 16px;
		border-radius: 16px;
	}

	.wdbb-staff-welcome__device ol li:last-child {
		display: flex;
	}

	.wdbb-staff-welcome__device-more {
		margin-top: 14px;
		padding-top: 14px;
	}

	.wdbb-staff-welcome__device strong {
		font-size: 15px;
	}

	.wdbb-staff-welcome__pills {
		margin-top: 6px;
	}

	.wdbb-staff-welcome__actions {
		position: static;
		padding: 10px 0 0;
		background: none;
	}

	.wdbb-staff-welcome__cta {
		display: inline-flex;
		width: auto;
		min-height: 58px;
		padding: 14px 26px;
	}

	.wdbb-staff-welcome__error {
		text-align: left;
	}
}

@keyframes wdbb-staff-welcome-drift {
	from { transform: translate3d(0, 0, 0) scale(1); }
	to { transform: translate3d(-2%, 3%, 0) scale(1.06); }
}

@media (prefers-reduced-motion: reduce) {
	.wdbb-staff-welcome__glow {
		animation: none;
	}

	.wdbb-staff-welcome__cta:hover {
		transform: none;
	}
}
