/*
 * NotyLab Start Flow
 */

:root {
	--nl-start-ink: #f4f8fc;
	--nl-start-muted: #a7b7c8;
	--nl-start-soft: #08131f;
	--nl-start-card: rgba(7, 20, 33, 0.9);
	--nl-start-line: rgba(106, 136, 166, 0.18);
	--nl-start-cyan: #17d9f6;
	--nl-start-blue: #78a9ff;
	--nl-start-green: #63d6c6;
	--nl-start-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

body.notylab-start-flow {
	margin: 0;
	min-height: 100vh;
	background: #05101a;
	color: var(--nl-start-ink);
	font-family: "Inter", "Segoe UI", sans-serif;
}

.nl-start,
.nl-start * {
	box-sizing: border-box;
}

.nl-start {
	position: relative;
	isolation: isolate;
	min-height: 100vh;
	overflow-x: hidden;
	padding: 24px clamp(18px, 4vw, 52px) 32px;
	background:
		radial-gradient(circle at 18% 10%, rgba(23, 217, 246, 0.14), transparent 24%),
		radial-gradient(circle at 88% 70%, rgba(85, 194, 240, 0.08), transparent 20%),
		linear-gradient(180deg, #031423 0%, #051a2b 48%, #04111d 100%);
}

.nl-start {
	--nl-start-shell-width: 1230px;
	--nl-start-cards-width: 1230px;
}

.nl-start__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	overflow: hidden;
	color: rgba(102, 196, 239, 0.11);
}

.nl-start-plexus {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0.56;

}

.nl-start__mesh,
.nl-start__line,
.nl-start__science {
	position: absolute;

}

.nl-start__mesh {
	width: 520px;
	height: 520px;
	border: 1px solid rgba(66, 153, 203, 0.08);
	background-image:
		linear-gradient(rgba(46, 142, 190, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(46, 142, 190, 0.08) 1px, transparent 1px);
	background-size: 54px 54px;
	transform: rotate(18deg);
}

.nl-start__mesh--a {
	top: -240px;
	left: -140px;
}

.nl-start__mesh--b {
	right: -180px;
	bottom: -260px;
}

.nl-start__line {
	width: 420px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(24, 132, 190, 0.28), transparent);
}

.nl-start__line--a {
	top: 140px;
	left: 12%;
	transform: rotate(28deg);
}

.nl-start__line--b {
	right: 8%;
	bottom: 170px;
	transform: rotate(-34deg);
}

.nl-start__science {
	opacity: 0.7;
}

.nl-start__science--flask {
	left: 5%;
	top: 38%;
}

.nl-start__science--dna {
	right: 5%;
	top: 26%;
}

.nl-start__science--atom {
	left: 12%;
	bottom: 22%;
}

.nl-start__science--beaker {
	right: 9%;
	bottom: 16%;
}

.nl-start__topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	max-width: 1540px;
	margin: 0 auto;
}

.nl-start__brand,
.nl-start__help {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 800;
}

.nl-start__brand img {
	width: 42px;
	height: 42px;
	object-fit: contain;
}

.nl-start__mark {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	color: #fff;
	background: linear-gradient(135deg, var(--nl-start-green), var(--nl-start-cyan));
}

.nl-start__help {
	color: var(--nl-start-muted);
	font-size: 15px;
	font-weight: 500;
}

.nl-start__hero {
	max-width: 860px;
	margin: 30px auto 28px;
	text-align: center;
}

.nl-start__eyebrow {
	margin: 0 0 12px;
	color: var(--nl-start-cyan);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.nl-start__hero h1 {
	margin: 0;
	font-size: clamp(36px, 4.7vw, 54px);
	line-height: 1.05;
	letter-spacing: -0.05em;
}

.nl-start__hero p:last-child {
	margin: 10px auto 0;
	max-width: 520px;
	color: var(--nl-start-muted);
	font-size: 15px;
	line-height: 1.5;
}

.nl-start__choices {
	display: grid;
	grid-template-columns: minmax(0, 1.56fr) minmax(0, 1fr);
	gap: 22px;
	max-width: var(--nl-start-cards-width);
	margin: 0 auto;
}

.nl-start-card {
	display: flex;
	flex-direction: column;
	min-height: 412px;
	padding: 26px;
	border: 1px solid rgba(86, 114, 145, 0.28);
	border-radius: 22px;
	background: var(--nl-start-card);
	box-shadow: var(--nl-start-shadow);
	backdrop-filter: blur(18px);
}

.nl-start-card--workspace {
	border-color: rgba(23, 217, 246, 0.62);
	box-shadow: 0 0 0 1px rgba(23, 217, 246, 0.14), 0 0 28px rgba(23, 217, 246, 0.16);
}

.nl-start-card--quick {
	min-height: 412px;
	padding: 34px 36px 24px;
}

.nl-start-card__layout {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 28px;
	height: 100%;
}

.nl-start-card__art {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(111, 142, 176, 0.18);
	border-radius: 0;
	background:
		radial-gradient(circle at 72% 24%, rgba(123, 181, 255, 0.08), transparent 26%),
		linear-gradient(180deg, rgba(19, 35, 57, 0.94), rgba(10, 24, 42, 0.94));
}

.nl-start-card__art-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(100, 130, 162, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(100, 130, 162, 0.08) 1px, transparent 1px);
	background-size: 18px 18px;
}

.nl-start-card__art-icon,
.nl-start-card__art-molecule {
	position: absolute;
	color: rgba(123, 181, 255, 0.28);
}

.nl-start-card__art-icon {
	left: 50%;
	top: 52%;
	transform: translate(-50%, -50%);
}

.nl-start-card__art-molecule--top {
	top: 16px;
	right: 14px;
}

.nl-start-card__art-molecule--bottom {
	right: 12px;
	bottom: 18px;
}

.nl-start-card__body {
	display: flex;
	flex-direction: column;
}

.nl-start-card__head {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 0;
}

.nl-start-card__icon {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	flex: none;
	border-radius: 16px;
	border: 1px solid rgba(113, 142, 172, 0.18);
}

.nl-start-card__icon--quick {
	color: var(--nl-start-blue);
	background: linear-gradient(180deg, rgba(22, 47, 84, 0.94), rgba(20, 38, 63, 0.92));
}

.nl-start-card__icon--workspace {
	color: var(--nl-start-cyan);
	background: linear-gradient(180deg, rgba(8, 55, 75, 0.94), rgba(7, 42, 59, 0.92));
}

.nl-start-card h2 {
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.nl-start-card h2 span {
	display: inline-flex;
	margin-left: 8px;
	padding: 5px 10px;
	border-radius: 10px;
	color: #b3f8ff;
	background: rgba(23, 217, 246, 0.14);
	border: 1px solid rgba(23, 217, 246, 0.12);
	font-size: 11px;
	font-weight: 700;
	vertical-align: middle;
}

.nl-start-card__head p,
.nl-start-card__copy,
.nl-start-card__fine {
	color: var(--nl-start-muted);
}

.nl-start-card__head p {
	margin: 8px 0 0;
	font-size: 16px;
	font-weight: 600;
}

.nl-start-card--workspace .nl-start-card__head p {
	color: var(--nl-start-cyan);
}

.nl-start-card__copy {
	margin: 18px 0 0;
	min-height: 0;
	padding: 0 0 14px;
	border-bottom: 1px solid var(--nl-start-line);
	font-size: 14px;
	line-height: 1.45;
}

.nl-start-card__list {
	display: grid;
	gap: 10px;
	margin: 18px 0 24px;
	padding: 0;
	list-style: none;
}

.nl-start-card__list li {
	position: relative;
	padding-left: 28px;
	color: #f2f7fc;
	font-size: 14px;
	line-height: 1.4;
}

.nl-start-card__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.42em;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid currentColor;
	opacity: 0.9;
}

.nl-start-card__list li::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 0.78em;
	width: 6px;
	height: 3px;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(-45deg);
}

.nl-start-card--workspace .nl-start-card__list li {
	color: #eff9fc;
}

.nl-start-card--workspace .nl-start-card__list li::before,
.nl-start-card--workspace .nl-start-card__list li::after {
	color: var(--nl-start-cyan);
}

.nl-start-card--quick .nl-start-card__list li::before,
.nl-start-card--quick .nl-start-card__list li::after {
	color: var(--nl-start-blue);
}

.nl-start-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 14px 18px;
	border: 0;
	border-radius: 12px;
	font: inherit;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.nl-start-btn--primary {
	color: #fff;
	background: linear-gradient(180deg, #1980ee, #0f63cf);
	box-shadow: 0 14px 28px rgba(12, 95, 200, 0.28);
}

.nl-start-btn--secondary {
	color: #f5f9fc;
	border: 1px solid rgba(116, 138, 171, 0.22);
	background: linear-gradient(180deg, rgba(70, 87, 115, 0.52), rgba(48, 63, 90, 0.52));
}

.nl-start-btn:hover,
.nl-start-btn:focus-visible {
	transform: translateY(-1px);
	outline: none;
	box-shadow: 0 16px 34px rgba(8, 153, 184, 0.22);
}

.nl-start-card__fine,
.nl-start-card__link {
	display: block;
	margin-top: 12px;
	font-size: 13px;
}

.nl-start-card__fine {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	align-self: flex-start;
	color: var(--nl-start-muted);
}

.nl-start-card__fine svg {
	color: var(--nl-start-muted);
	flex: none;
}

.nl-start__footer {
	margin-top: 26px;
	color: #7f91a6;
	font-size: 14px;
	text-align: center;
}

@media (min-width: 901px) {
	.nl-start__hero {
		margin-top: 28px;
		margin-bottom: 22px;
	}

	.nl-start__hero h1 {
		font-size: 48px;
	}

	.nl-start__hero p:last-child {
		margin-top: 10px;
		font-size: 15px;
	}

	.nl-start__choices {
		gap: 22px;
		max-width: var(--nl-start-cards-width);
	}

	.nl-start-card__head {
		gap: 18px;
	}

	.nl-start-card__icon {
		width: 58px;
		height: 58px;
	}

	.nl-start-card h2 {
		font-size: 28px;
	}

	.nl-start-btn {
		min-height: 50px;
	}

	.nl-start__footer {
		margin-top: 16px;
	}
}

.nl-start-auth[hidden] {
	display: none;
}

.nl-start-auth {
	position: fixed;
	inset: 0;
	z-index: 50;
	display: grid;
	justify-items: end;
}

.nl-start-auth__backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(16, 32, 51, 0.42);
	backdrop-filter: blur(4px);
	cursor: pointer;
}

.nl-start-auth__panel {
	position: relative;
	width: min(460px, 100vw);
	height: 100vh;
	overflow-y: auto;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 24px 0 0 24px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: -30px 0 80px rgba(16, 32, 51, 0.2);
	animation: nlDrawerIn 0.26s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes nlDrawerIn {
	from {
		opacity: 0;
		transform: translateX(28px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.nl-start-auth__close {
	position: absolute;
	top: 22px;
	right: 22px;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(28, 70, 110, 0.16);
	border-radius: 50%;
	background: #fff;
	color: var(--nl-start-ink);
	cursor: pointer;
}

.nl-start-auth__mobilebar {
	display: none;
}

.nl-start-auth__icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 82px;
	height: 82px;
	margin: 18px auto 18px;
	border-radius: 50%;
	color: var(--nl-start-cyan);
	background: #dff8fb;
}

.nl-start-auth__icon i {
	position: absolute;
	right: 4px;
	bottom: 4px;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 10px;
	background: #bdeef6;
	font-style: normal;
}

.nl-start-auth h2,
.nl-start-auth__subtitle {
	text-align: center;
}

.nl-start-auth h2 {
	margin: 0;
	font-size: 28px;
	line-height: 1.15;
	letter-spacing: 0;
}

.nl-start-auth__subtitle {
	margin: 12px auto 24px;
	color: var(--nl-start-muted);
	line-height: 1.55;
}

.nl-start-form,
.nl-start-code {
	display: grid;
	gap: 16px;
}

.nl-start-form[hidden] {
	display: none;
}

.nl-start-form label,
.nl-start-forgot label,
.nl-start-code label {
	display: grid;
	gap: 8px;
	color: #263955;
	font-size: 14px;
	font-weight: 800;
}

.nl-start-form input,
.nl-start-forgot input,
.nl-start-code input {
	width: 100%;
	height: 48px;
	border: 1px solid rgba(28, 70, 110, 0.2);
	border-radius: 11px;
	padding: 0 14px;
	background: #fff;
	color: var(--nl-start-ink);
	font: inherit;
}

.nl-start-form input:focus,
.nl-start-forgot input:focus,
.nl-start-code input:focus {
	border-color: var(--nl-start-cyan);
	outline: none;
	box-shadow: 0 0 0 3px rgba(8, 153, 184, 0.14);
}

.nl-start-password {
	position: relative;
	display: block;
}

.nl-start-password input {
	padding-right: 48px;
}

.nl-start-password button {
	position: absolute;
	top: 5px;
	right: 5px;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: var(--nl-start-muted);
	cursor: pointer;
}

.nl-start-social {
	display: grid;
	gap: 10px;
	margin: 16px 0 10px;
}

.nl-start-social:empty {
	display: none;
}

.nl-start-social .nsl-container,
.nl-start-social .nsl-container-buttons {
	padding: 0 !important;
}

.nl-start-social #nsl-custom-login-form-main,
.nl-start-social .nsl-container,
.nl-start-social .nsl-container-login-layout-below,
.nl-start-social .nsl-container-buttons {
	width: 100% !important;
}

.nl-start-social .nsl-button {
	box-sizing: border-box !important;
	width: 100% !important;
	min-height: 46px !important;
	border-radius: 12px !important;
	margin: 0 !important;
}

.nl-start-auth__textbtn {
	border: 0;
	background: transparent;
	color: var(--nl-start-cyan);
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.nl-start-auth__textlink {
	color: var(--nl-start-blue);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.nl-start-auth__textlink--button {
	padding: 0;
	border: 0;
	background: transparent;
	font: inherit;
	cursor: pointer;
}

.nl-start-auth__textlink:hover,
.nl-start-auth__textlink:focus-visible {
	color: var(--nl-start-cyan);
	outline: none;
}

.nl-start-code {
	justify-items: center;
}

.nl-start-code__verify {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	align-items: start;
	width: 100%;
}

.nl-start-code__verify[hidden] {
	display: none;
}

.nl-start-code__hint {
	margin: 4px 0 0;
	color: var(--nl-start-muted);
	font-size: 14px;
	line-height: 1.55;
	text-align: center;
}

.nl-start-code__actions {
	display: grid;
	gap: 10px;
	width: 100%;
}

.nl-start-code__verify .nl-start-btn {
	width: 100%;
	min-width: 0;
}

.nl-start-auth__textbtn--inline {
	justify-self: center;
}

.nl-start-forgot {
	display: grid;
	gap: 14px;
	width: 100%;
	padding: 16px 18px;
	border: 1px solid rgba(28, 70, 110, 0.12);
	border-radius: 16px;
	background: rgba(239, 248, 255, 0.72);
}

.nl-start-forgot[hidden] {
	display: none;
}

.nl-start-forgot__hint {
	margin: 0;
	color: var(--nl-start-muted);
	font-size: 14px;
	line-height: 1.55;
}

.nl-start-forgot__actions {
	display: grid;
	gap: 10px;
	width: 100%;
}

.nl-start-status {
	min-height: 22px;
	margin: 14px 0 4px;
	color: var(--nl-start-muted);
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.nl-start-status[data-kind="error"] {
	color: #c23434;
}

.nl-start-status[data-kind="success"] {
	color: #0c8b5f;
}

.nl-start-auth__switch {
	margin: 12px 0 0;
	color: var(--nl-start-muted);
	text-align: center;
}

.nl-start-auth__switch button {
	border: 0;
	background: transparent;
	color: var(--nl-start-cyan);
	font: inherit;
	font-weight: 850;
	cursor: pointer;
}

.nl-start-auth__note {
	margin: 24px 0 0;
	padding: 16px;
	border: 1px solid rgba(8, 153, 184, 0.18);
	border-radius: 14px;
	background: #eaf9fc;
	color: #31516a;
	font-size: 14px;
	line-height: 1.6;
}

.nl-start-auth-views {
	display: grid;
}

.nl-start-auth-view[hidden] {
	display: none;
}

.nl-start-auth-view--subview {
	padding-top: 10px;
}

.nl-start-auth__icon--subview {
	width: 92px;
	height: 92px;
	margin-bottom: 22px;
	background: radial-gradient(circle at center, rgba(8, 153, 184, 0.2), rgba(8, 153, 184, 0.08));
	box-shadow: inset 0 0 0 1px rgba(8, 153, 184, 0.18);
}

.nl-start-auth__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 4px;
}

.nl-start-auth-view__form {
	width: 100%;
}

.nl-start-auth-view__accent {
	margin: -4px 0 20px;
	color: var(--nl-start-cyan);
	font-size: 20px;
	font-weight: 850;
	line-height: 1.35;
	text-align: center;
	word-break: break-word;
}

.nl-start-auth-view__accent[hidden] {
	display: none;
}

.nl-start-auth-view__links {
	display: grid;
	gap: 14px;
	margin-top: 10px;
	justify-items: center;
}

.nl-start-auth__switch--compact {
	margin: 0;
}

.nl-start-auth-view__notice {
	margin: 0 0 20px;
	padding: 16px 18px;
	border: 1px solid rgba(8, 153, 184, 0.18);
	border-radius: 16px;
	background: rgba(239, 248, 255, 0.72);
	color: #4e6079;
	font-size: 15px;
	line-height: 1.65;
}

.nl-start-auth-view__notice:empty {
	display: none;
}

.nl-start-code-verify {
	display: grid;
	gap: 18px;
}

.nl-start-code-verify__label {
	color: #6a7b93;
	font-size: 14px;
	font-weight: 800;
}

.nl-start-code-verify__inputs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.nl-start-code-verify__inputs input {
	height: 92px;
	padding: 0;
	border-radius: 16px;
	font-size: 34px;
	font-weight: 850;
	text-align: center;
}

.nl-start-code-verify__resend {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	color: var(--nl-start-muted);
	font-size: 14px;
	text-align: center;
}

.nl-start-auth__success[hidden],
.nl-start-auth__content[hidden] {
	display: none;
}

.nl-start-auth__success {
	display: grid;
	min-height: calc(100vh - 80px);
	align-content: center;
	justify-items: center;
	text-align: center;
}

.nl-start-auth__success>span {
	display: grid;
	place-items: center;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	color: #0c8b5f;
	background: #e3f8ef;
}

.nl-start-auth__success h2 {
	margin: 18px 0 8px;
}

.nl-start-auth__success p {
	margin: 0 0 24px;
	color: var(--nl-start-muted);
	line-height: 1.6;
}

@media (max-width: 900px) {
	.nl-start {
		padding: 22px 16px 26px;
	}

	.nl-start__choices {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.nl-start-card__layout {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.nl-start-card__art {
		min-height: 150px;
	}

	.nl-start-card {
		min-height: auto;
	}

	.nl-start-card__copy {
		min-height: 0;
	}
}

@media (max-width: 640px) {
	.nl-start__help span {
		display: none;
	}

	.nl-start__hero {
		margin-top: 30px;
	}

	.nl-start__hero h1 {
		font-size: 36px;
	}

	.nl-start-card {
		padding: 22px;
		border-radius: 18px;
	}

	.nl-start-card--quick {
		padding: 24px 22px 22px;
	}

	.nl-start-card__head {
		align-items: flex-start;
	}


	.nl-start-auth {
		justify-items: stretch;
	}

	.nl-start-auth__panel {
		width: 100vw;
		padding: 18px 20px 28px;
		border-radius: 0;
		animation-name: nlSheetIn;
	}

	@keyframes nlSheetIn {
		from {
			opacity: 0;
			transform: translateY(22px);
		}

		to {
			opacity: 1;
			transform: none;
		}
	}

	.nl-start-auth__close {
		top: 18px;
		right: 18px;
	}

	.nl-start-auth__mobilebar {
		display: block;
		min-height: 42px;
		padding-right: 48px;
	}

	.nl-start-auth__mobilebar button {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		border: 0;
		background: transparent;
		color: var(--nl-start-blue);
		font: inherit;
		font-weight: 800;
		cursor: pointer;
	}

	.nl-start-code__actions {
		gap: 8px;
	}

	.nl-start-auth__meta {
		flex-direction: column;
		align-items: center;
	}

	.nl-start-auth-view__accent {
		font-size: 18px;
	}

	.nl-start-code-verify__inputs {
		gap: 10px;
	}

	.nl-start-code-verify__inputs input {
		height: 74px;
		font-size: 30px;
	}
}

/* Theme toggle and dark-mode parity with the custom login screen. */

.nl-start__actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.nl-start-theme-toggle {
	position: relative;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(28, 70, 110, 0.16);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.76);
	color: var(--nl-start-muted);
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nl-start-theme-toggle:hover,
.nl-start-theme-toggle:focus-visible {
	border-color: var(--nl-start-cyan);
	background: rgba(8, 153, 184, 0.1);
	color: var(--nl-start-cyan);
	outline: none;
}

.nl-start-theme-toggle .unicasuite-login-theme-toggle__sun,
.nl-start-theme-toggle .unicasuite-login-theme-toggle__moon {
	position: absolute;
	transition: opacity 0.22s ease, transform 0.22s ease;
}

:root:not([data-theme="dark"]) .nl-start-theme-toggle .unicasuite-login-theme-toggle__sun {
	opacity: 0;
	transform: rotate(-90deg) scale(0.5);
}

:root:not([data-theme="dark"]) .nl-start-theme-toggle .unicasuite-login-theme-toggle__moon {
	opacity: 1;
	transform: rotate(0) scale(1);
}

[data-theme="dark"] .nl-start-theme-toggle .unicasuite-login-theme-toggle__sun {
	opacity: 1;
	transform: rotate(0) scale(1);
}

[data-theme="dark"] .nl-start-theme-toggle .unicasuite-login-theme-toggle__moon {
	opacity: 0;
	transform: rotate(90deg) scale(0.5);
}

[data-theme="dark"] {
	--nl-start-ink: #edf7ff;
	--nl-start-muted: #9fb4ca;
	--nl-start-soft: #0e1d2c;
	--nl-start-card: rgba(13, 24, 38, 0.88);
	--nl-start-line: rgba(148, 184, 215, 0.14);
	--nl-start-cyan: #23c7df;
	--nl-start-blue: #7db3ff;
	--nl-start-green: #79d772;
	--nl-start-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

[data-theme="dark"] body.notylab-start-flow {
	background: #07111d;
}

[data-theme="dark"] .nl-start {
	background:
		radial-gradient(circle at 14% 8%, rgba(35, 199, 223, 0.18), transparent 28%),
		radial-gradient(circle at 82% 70%, rgba(121, 215, 114, 0.11), transparent 24%),
		linear-gradient(135deg, #07111d 0%, #0b1726 52%, #08101b 100%);
}

[data-theme="dark"] .nl-start__bg {
	color: rgba(125, 179, 255, 0.12);
}

[data-theme="dark"] .nl-start__mesh {
	border-color: rgba(125, 179, 255, 0.08);
	background-image:
		linear-gradient(rgba(125, 179, 255, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(35, 199, 223, 0.05) 1px, transparent 1px);
}

[data-theme="dark"] .nl-start-theme-toggle {
	border-color: rgba(148, 184, 215, 0.18);
	background: rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .nl-start-card {
	border-color: rgba(148, 184, 215, 0.13);
}

[data-theme="dark"] .nl-start-card--workspace {
	border-color: rgba(35, 199, 223, 0.44);
	box-shadow: 0 30px 90px rgba(35, 199, 223, 0.12);
}

[data-theme="dark"] .nl-start-card__icon--quick {
	background: linear-gradient(135deg, rgba(125, 179, 255, 0.16), rgba(35, 199, 223, 0.08));
}

[data-theme="dark"] .nl-start-card__icon--workspace {
	background: linear-gradient(135deg, rgba(35, 199, 223, 0.18), rgba(121, 215, 114, 0.08));
}

[data-theme="dark"] .nl-start-card h2 span {
	color: #88eeff;
	background: rgba(35, 199, 223, 0.14);
}

[data-theme="dark"] .nl-start-auth__backdrop {
	background: rgba(2, 7, 13, 0.62);
}

[data-theme="dark"] .nl-start-auth__panel {
	border-color: rgba(148, 184, 215, 0.14);
	background: rgba(9, 18, 30, 0.97);
	box-shadow: -30px 0 90px rgba(0, 0, 0, 0.44);
}

[data-theme="dark"] .nl-start-auth__close {
	border-color: rgba(148, 184, 215, 0.16);
	background: rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .nl-start-auth__icon {
	background: rgba(35, 199, 223, 0.14);
}

[data-theme="dark"] .nl-start-auth__icon i {
	background: rgba(35, 199, 223, 0.22);
}

[data-theme="dark"] .nl-start-form label,
[data-theme="dark"] .nl-start-forgot label,
[data-theme="dark"] .nl-start-code label {
	color: #d8e7f7;
}

[data-theme="dark"] .nl-start-form input,
[data-theme="dark"] .nl-start-forgot input,
[data-theme="dark"] .nl-start-code input {
	border-color: rgba(148, 184, 215, 0.18);
	background: rgba(3, 9, 17, 0.62);
	color: var(--nl-start-ink);
}

[data-theme="dark"] .nl-start-form input::placeholder,
[data-theme="dark"] .nl-start-forgot input::placeholder,
[data-theme="dark"] .nl-start-code input::placeholder {
	color: #788da4;
}

[data-theme="dark"] .nl-start-btn--secondary {
	color: var(--nl-start-ink);
	border-color: rgba(148, 184, 215, 0.18);
	background: rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .nl-start-forgot {
	border-color: rgba(148, 184, 215, 0.16);
	background: rgba(10, 20, 33, 0.78);
}

[data-theme="dark"] .nl-start-auth-view__notice {
	border-color: rgba(44, 201, 232, 0.18);
	background: rgba(17, 45, 63, 0.72);
	color: #b7c8db;
}

[data-theme="dark"] .nl-start-code-verify__label,
[data-theme="dark"] .nl-start-code-verify__resend {
	color: #98abc1;
}

[data-theme="dark"] .nl-start-code-verify__inputs input {
	border-color: rgba(56, 78, 118, 0.9);
	background: rgba(7, 14, 28, 0.92);
	box-shadow: none;
}

[data-theme="dark"] .nl-start-code-verify__inputs input:focus {
	border-color: var(--nl-start-cyan);
	box-shadow: 0 0 0 3px rgba(8, 153, 184, 0.16);
}

[data-theme="dark"] .nl-start-auth__note {
	border-color: rgba(35, 199, 223, 0.2);
	background: rgba(35, 199, 223, 0.1);
	color: #bdd5e8;
}

[data-theme="dark"] .nl-start-auth__success>span {
	background: rgba(121, 215, 114, 0.14);
}

[data-theme="light"] {
	--nl-start-ink: #0f1e2f;
	--nl-start-muted: #5d7087;
	--nl-start-soft: #eef5fb;
	--nl-start-card: rgba(255, 255, 255, 0.82);
	--nl-start-line: rgba(95, 128, 162, 0.16);
	--nl-start-cyan: #0ea8d8;
	--nl-start-blue: #2f6fe4;
	--nl-start-green: #0f9b7a;
	--nl-start-shadow: 0 18px 50px rgba(18, 40, 66, 0.1);
}

[data-theme="light"] body.notylab-start-flow {
	background: #eef5fb;
	color: var(--nl-start-ink);
}

[data-theme="light"] .nl-start {
	background:
		radial-gradient(circle at 18% 10%, rgba(14, 168, 216, 0.11), transparent 24%),
		radial-gradient(circle at 88% 70%, rgba(47, 111, 228, 0.07), transparent 20%),
		linear-gradient(180deg, #f6fbff 0%, #eef5fb 52%, #e8f0f8 100%);
}

[data-theme="light"] .nl-start__bg {
	color: rgba(70, 121, 173, 0.08);
}

[data-theme="light"] .nl-start__mesh {
	border-color: rgba(87, 128, 168, 0.06);
	background-image:
		linear-gradient(rgba(95, 128, 162, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(95, 128, 162, 0.06) 1px, transparent 1px);
}

[data-theme="light"] .nl-start__brand,
[data-theme="light"] .nl-start__help {
	color: var(--nl-start-ink);
}

[data-theme="light"] .nl-start__help {
	color: var(--nl-start-muted);
}

[data-theme="light"] .nl-start-theme-toggle {
	border-color: rgba(94, 129, 166, 0.18);
	background: rgba(255, 255, 255, 0.72);
	color: #597086;
	box-shadow: 0 8px 24px rgba(18, 40, 66, 0.06);
}

[data-theme="light"] .nl-start-theme-toggle:hover,
[data-theme="light"] .nl-start-theme-toggle:focus-visible {
	border-color: var(--nl-start-cyan);
	background: rgba(14, 168, 216, 0.08);
	color: var(--nl-start-cyan);
}

[data-theme="light"] .nl-start-card {
	border-color: rgba(94, 129, 166, 0.16);
	background: var(--nl-start-card);
	box-shadow: var(--nl-start-shadow);
}

[data-theme="light"] .nl-start-card--workspace {
	border-color: rgba(14, 168, 216, 0.52);
	box-shadow: 0 0 0 1px rgba(14, 168, 216, 0.12), 0 18px 52px rgba(14, 168, 216, 0.08);
}

[data-theme="light"] .nl-start-card__art {
	border-color: rgba(94, 129, 166, 0.14);
	background:
		radial-gradient(circle at 72% 24%, rgba(47, 111, 228, 0.08), transparent 26%),
		linear-gradient(180deg, rgba(244, 250, 255, 0.98), rgba(226, 236, 247, 0.98));
}

[data-theme="light"] .nl-start-card__art-grid {
	background-image:
		linear-gradient(rgba(95, 128, 162, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(95, 128, 162, 0.08) 1px, transparent 1px);
}

[data-theme="light"] .nl-start-card__art-icon,
[data-theme="light"] .nl-start-card__art-molecule {
	color: rgba(14, 168, 216, 0.34);
}

[data-theme="light"] .nl-start-card__icon {
	border-color: rgba(94, 129, 166, 0.14);
}

[data-theme="light"] .nl-start-card__icon--quick {
	background: linear-gradient(180deg, rgba(222, 233, 247, 0.98), rgba(208, 223, 240, 0.98));
}

[data-theme="light"] .nl-start-card__icon--workspace {
	background: linear-gradient(180deg, rgba(228, 247, 252, 0.98), rgba(216, 241, 248, 0.98));
}

[data-theme="light"] .nl-start-card h2 span {
	color: #0e72a4;
	background: rgba(14, 168, 216, 0.12);
}

[data-theme="light"] .nl-start-card--workspace .nl-start-card__head p {
	color: var(--nl-start-cyan);
}

[data-theme="light"] .nl-start-card__copy,
[data-theme="light"] .nl-start-card__fine,

[data-theme="light"] .nl-start-card__list li {
	color: #13324d;
}

[data-theme="light"] .nl-start-card__list li::before,
[data-theme="light"] .nl-start-card__list li::after {
	color: var(--nl-start-cyan);
}

[data-theme="light"] .nl-start-btn--primary {
	background: linear-gradient(180deg, #2286f0, #1364d4);
	box-shadow: 0 14px 30px rgba(19, 100, 212, 0.24);
}

[data-theme="light"] .nl-start-btn--secondary {
	color: #17324b;
	border-color: rgba(94, 129, 166, 0.18);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(236, 243, 249, 0.92));
}

[data-theme="light"] .nl-start-card__fine svg {
	color: var(--nl-start-muted);
}

[data-theme="light"] .nl-start__footer {
	color: #6a7e95;
}

[data-theme="light"] .nl-start-auth__backdrop {
	background: rgba(13, 28, 46, 0.28);
}

[data-theme="light"] .nl-start-auth__panel {
	border-color: rgba(94, 129, 166, 0.14);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: -30px 0 80px rgba(18, 40, 66, 0.16);
}

[data-theme="light"] .nl-start-auth__close {
	border-color: rgba(94, 129, 166, 0.16);
	background: #fff;
	color: var(--nl-start-ink);
}

[data-theme="light"] .nl-start-auth__icon {
	background: rgba(14, 168, 216, 0.12);
	color: var(--nl-start-cyan);
}

[data-theme="light"] .nl-start-auth__icon i {
	background: rgba(14, 168, 216, 0.2);
}

[data-theme="light"] .nl-start-form label,
[data-theme="light"] .nl-start-forgot label,
[data-theme="light"] .nl-start-code label {
	color: #23384d;
}

[data-theme="light"] .nl-start-form input,
[data-theme="light"] .nl-start-forgot input,
[data-theme="light"] .nl-start-code input {
	border-color: rgba(94, 129, 166, 0.18);
	background: #fff;
	color: var(--nl-start-ink);
}

[data-theme="light"] .nl-start-form input::placeholder,
[data-theme="light"] .nl-start-forgot input::placeholder,
[data-theme="light"] .nl-start-code input::placeholder {
	color: #8397ad;
}

[data-theme="light"] .nl-start-forgot,
[data-theme="light"] .nl-start-auth-view__notice {
	border-color: rgba(14, 168, 216, 0.14);
	background: rgba(235, 247, 252, 0.92);
}

[data-theme="light"] .nl-start-auth__note {
	border-color: rgba(14, 168, 216, 0.16);
	background: rgba(235, 247, 252, 0.92);
	color: #31516a;
}

[data-theme="light"] .nl-start-status {
	color: var(--nl-start-muted);
}

[data-theme="light"] .nl-start-status[data-kind="error"] {
	color: #c33b3b;
}

[data-theme="light"] .nl-start-status[data-kind="success"] {
	color: #0f8a63;
}

/* Reference-matched start screen. */
.nl-start {
	--nl-start-cards-width: 1400px;
	--nl-start-radius: 20px;
	--nl-start-card-border: rgba(95, 132, 170, 0.34);
	padding: 22px 34px 18px;
	background:
		linear-gradient(90deg, rgba(1, 39, 70, 0.86), rgba(2, 13, 28, 0.74) 31%, rgba(2, 13, 28, 0.82) 63%, rgba(2, 45, 78, 0.74)),
		radial-gradient(circle at 19% 42%, rgba(18, 116, 175, 0.2), transparent 26%),
		radial-gradient(circle at 83% 52%, rgba(72, 137, 201, 0.14), transparent 30%),
		linear-gradient(180deg, #041528 0%, #04101f 100%);
}

.nl-start::before,
.nl-start::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
}

.nl-start::before {
	background:
		linear-gradient(110deg, rgba(91, 153, 210, 0.045) 1px, transparent 1px),
		linear-gradient(20deg, rgba(91, 153, 210, 0.035) 1px, transparent 1px);
	background-size: 88px 88px, 130px 130px;
	mask-image: linear-gradient(90deg, #000 0%, transparent 42%, transparent 62%, #000 100%);
}

.nl-start::after {
	background:
		radial-gradient(circle at 9% 55%, rgba(62, 156, 222, 0.18) 0 1px, transparent 2px),
		radial-gradient(circle at 91% 56%, rgba(62, 156, 222, 0.12) 0 1px, transparent 2px);
	background-size: 120px 120px, 150px 150px;
	opacity: 0.72;
}

.nl-start__topbar {
	max-width: 1688px;
	height: 42px;
}

.nl-start__brand {
	gap: 10px;
	font-size: 20px;
	font-weight: 800;
}

.nl-start__brand img {
	width: 44px;
	height: 44px;
}

.nl-start__actions {
	gap: 16px;
}

.nl-start__help {
	gap: 10px;
	font-size: 14px;
	color: #c4d0dd;
}

.nl-start__help svg {
	width: 21px;
	height: 21px;
}

.nl-start-theme-toggle,
.nl-start__user {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(134, 164, 194, 0.18);
	border-radius: 50%;
	background: rgba(5, 20, 39, 0.34);
	color: #bac8d8;
	text-decoration: none;
}

.nl-start-theme-toggle {
	position: relative;
}

.nl-start-theme-toggle::before,
.nl-start__user::before {
	content: "";
	position: absolute;
	left: -16px;
	width: 1px;
	height: 30px;
	background: rgba(132, 158, 188, 0.2);
}

.nl-start__user {
	position: relative;
}

.nl-start__hero {
	max-width: 760px;
	margin: 28px auto 22px;
}

.nl-start__eyebrow {
	margin-bottom: 10px;
	color: #13c7f5;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.nl-start__hero h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.nl-start__hero p:last-child {
	margin-top: 12px;
	max-width: none;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	line-height: 1.35;
	color: #b7c2d1;
}

.nl-start__choices {
	grid-template-columns: 1.31fr 1fr;
	gap: 26px;
	max-width: var(--nl-start-cards-width);
	align-items: stretch;
	max-width: 1100px;
}

.nl-start-card {
	position: relative;
	overflow: hidden;
	min-height: 390px;
	padding: 0;
	border: 1px solid var(--nl-start-card-border);
	border-radius: var(--nl-start-radius);
	background:
		linear-gradient(135deg, rgba(8, 28, 52, 0.94), rgba(3, 14, 30, 0.94));
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(18px);
}

.nl-start-card--workspace {
	border-color: rgba(22, 159, 244, 0.9);
	box-shadow: 0 0 0 1px rgba(22, 159, 244, 0.16), 0 18px 52px rgba(0, 0, 0, 0.22);
}

.nl-start-card--quick {
	padding: 0;
	border-color: rgba(104, 134, 165, 0.38);
}

.nl-start-card__quick-bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(8, 28, 52, 0.94), rgba(3, 14, 30, 0.94));
	opacity: 1;
}

.nl-start-card__layout {
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 0;
	height: 100%;
	will-change: transform;
	transform-origin: center center;
}

.nl-start-card__art {
	min-height: 100%;
	border: 0;
	border-right: 1px solid rgba(25, 165, 242, 0.7);
	background:
		linear-gradient(180deg, rgba(14, 111, 183, 0.26), rgba(4, 24, 47, 0.2)),
		radial-gradient(circle at 42% 36%, rgba(135, 196, 244, 0.18), transparent 22%),
		linear-gradient(180deg, #0b4c7c, #05233e);
}

.nl-start-card__art::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, transparent 0 45%, rgba(0, 0, 0, 0.18) 46% 100%),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 42px);
	opacity: 0.55;
}

.nl-start-card__art-bg,
.nl-start-card__art-fg {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	will-change: transform;
	transform-origin: center center;
	pointer-events: none;
	user-select: none;
}

.nl-start-card__art-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	filter: saturate(1.05) brightness(0.72) contrast(1.02);
	opacity: 0.92;
	transform: translate3d(-50%, -50%, 0);
}

.nl-start-card__art-fg {
	width: auto;
	height: 90%;
	max-width: none;
	object-fit: contain;
	object-position: center center;
	filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.45));
}

.nl-start-card__art::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(6, 16, 34, 0.02), rgba(6, 16, 34, 0.22)),
		radial-gradient(circle at 65% 35%, rgba(31, 153, 255, 0.12), transparent 24%);
	pointer-events: none;
}

.nl-start-card__body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 30px 36px 22px;
}

.nl-start-card--quick .nl-start-card__body {
	padding: 34px 36px 22px;
}

.nl-start-card__head {
	align-items: center;
	gap: 18px;
}

.nl-start-card__icon {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: rgba(3, 18, 36, 0.32);
}

.nl-start-card__icon--workspace {
	color: #16d7f7;
	border-color: rgba(20, 194, 239, 0.42);
	background: rgba(3, 35, 60, 0.44);
}

.nl-start-card__icon--quick {
	color: #a9c5ed;
	border-color: rgba(154, 181, 214, 0.22);
	background: rgba(4, 17, 32, 0.36);
}

.nl-start-card h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: 0;
	color: #f7fbff;
	text-shadow: 0 8px 22px rgba(0, 0, 0, 0.34);
}

.nl-start-card__badge {
	display: inline-flex;
	margin-top: 8px;
	padding: 1px 8px;
	border: 1px solid rgba(68, 190, 246, 0.28);
	border-radius: 6px;
	background: linear-gradient(180deg, #21aee6, #117fc5);
	color: #ecfbff;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	box-shadow: 0 8px 22px rgba(13, 132, 204, 0.26);
}

.nl-start-card__copy {
	position: relative;
	margin: 22px 0 0;
	padding: 14px 0 13px;
	border: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	line-height: 1.35;
	color: #c3cedd;
}

.nl-start-card__copy::before,
.nl-start-card__copy::after {
	content: "";
	position: absolute;
	left: 0;
	width: 220px;
	height: 1px;
	background: linear-gradient(90deg, rgba(91, 161, 214, 0.75) 0 22%, rgba(106, 137, 169, 0.28) 22% 100%);
}

.nl-start-card__copy::before {
	top: 0;
}

.nl-start-card__copy::after {
	bottom: 0;
	background: rgba(106, 137, 169, 0.22);
}

.nl-start-card__list {
	gap: 11px;
	margin: 20px 0 24px;
}

.nl-start-card__list li {
	padding-left: 31px;
	font-size: 15px;
	line-height: 1.28;
	color: #f3f7fb;
}

.nl-start-card__list li::before {
	top: 0.1em;
	width: 18px;
	height: 18px;
	border-width: 2px;
}

.nl-start-card__list li::after {
	left: 6px;
	top: 0.56em;
	width: 6px;
	height: 3px;
}

.nl-start-card--workspace .nl-start-card__list li::before,
.nl-start-card--workspace .nl-start-card__list li::after,
.nl-start-card--quick .nl-start-card__list li::before,
.nl-start-card--quick .nl-start-card__list li::after {
	color: #2d96ff;
}

.nl-start-card--quick .nl-start-card__list {
	margin-bottom: auto;
}

.nl-start-btn {
	position: relative;
	min-height: 50px;
	border-radius: 7px;
	font-size: 15px;
	font-weight: 700;
}

.nl-start-btn svg,
.nl-start-btn::after {
	position: absolute;
	right: 24px;
}

.nl-start-btn--primary::after {
	content: "→";
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
}

.nl-start-btn--primary {
	background: linear-gradient(100deg, #20baf1, #1160d4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 16px 28px rgba(7, 78, 162, 0.26);
}

.nl-start-btn--secondary {
	border: 1px solid rgba(118, 148, 180, 0.25);
	background: rgba(23, 45, 70, 0.52);
	color: #dce7f3;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.nl-start-card__fine {
	margin-top: 16px;
	gap: 9px;
	font-size: 13px;
	color: #9eadbf;
}

.nl-start-card__fine svg {
	width: 15px;
	height: 15px;
	color: #9eadbf;
}


.nl-start__footer {
	margin-top: 16px;
	font-size: 13px;
	color: rgba(171, 184, 199, 0.72);
}

[data-theme="light"] .nl-start {
	background:
		linear-gradient(90deg, rgba(226, 243, 253, 0.9), rgba(246, 251, 255, 0.88) 34%, rgba(246, 251, 255, 0.9) 65%, rgba(223, 241, 253, 0.88)),
		radial-gradient(circle at 19% 42%, rgba(30, 150, 215, 0.14), transparent 26%),
		radial-gradient(circle at 83% 52%, rgba(42, 109, 190, 0.1), transparent 30%),
		linear-gradient(180deg, #f7fbff 0%, #e9f3fb 100%);
}

[data-theme="light"] .nl-start::before {
	background:
		linear-gradient(110deg, rgba(65, 110, 150, 0.06) 1px, transparent 1px),
		linear-gradient(20deg, rgba(65, 110, 150, 0.045) 1px, transparent 1px);
	background-size: 88px 88px, 130px 130px;
}

[data-theme="light"] .nl-start::after {
	opacity: 0.35;
}

[data-theme="light"] .nl-start__brand,
[data-theme="light"] .nl-start__hero h1,
[data-theme="light"] .nl-start-card h2,

[data-theme="light"] .nl-start__hero p:last-child,
[data-theme="light"] .nl-start-card__copy {
	color: #52677f;
}

[data-theme="light"] .nl-start-card {
	border-color: rgba(52, 100, 145, 0.2);
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 24px 70px rgba(37, 79, 120, 0.12);
}

[data-theme="light"] .nl-start-card--workspace {
	border-color: rgba(13, 144, 222, 0.78);
}

[data-theme="light"] .nl-start-card__quick-bg {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(242, 248, 253, 0.86));
	opacity: 1;
}

[data-theme="light"] .nl-start-card__art {
	border-right-color: rgba(13, 144, 222, 0.66);
	background:
		linear-gradient(180deg, rgba(30, 141, 212, 0.24), rgba(231, 245, 255, 0.44)),
		radial-gradient(circle at 42% 36%, rgba(13, 144, 222, 0.22), transparent 22%),
		linear-gradient(180deg, #cdefff, #eff8ff);
}

[data-theme="light"] .nl-start-card__art-bg {
	filter: saturate(0.9) brightness(0.94) contrast(1.03);
	opacity: 0.85;
}

[data-theme="light"] .nl-start-card__art-fg {
	filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.22));
}

[data-theme="light"] .nl-start-card__list li,
[data-theme="light"] .nl-start-btn--secondary {
	color: #18314b;
}

[data-theme="light"] .nl-start-btn--secondary {
	background: rgba(255, 255, 255, 0.64);
}

[data-theme="light"] .nl-start-card__fine,
[data-theme="light"] .nl-start-card__fine svg {
	color: #5c7086;
}

[data-theme="light"] .nl-start-theme-toggle,
[data-theme="light"] .nl-start__user {
	background: rgba(255, 255, 255, 0.7);
	color: #425a73;
}

@media (max-width: 1180px) {
	.nl-start__hero h1 {
		font-size: 44px;
	}

	.nl-start__choices {
		grid-template-columns: 1fr;
		max-width: 760px;
	}

	.nl-start-card__layout {
		grid-template-columns: 140px minmax(0, 1fr);
	}
}

@media (max-width: 700px) {
	.nl-start {
		padding: 20px 16px 24px;
	}

	.nl-start__brand span,
	.nl-start__help span,
	.nl-start__user {
		display: none;
	}

	.nl-start__hero {
		margin-top: 26px;
		margin-bottom: 20px;
	}

	.nl-start__eyebrow {
		font-size: 12px;
		letter-spacing: 0.14em;
	}

	.nl-start__hero h1 {
		font-size: 36px;
	}

	.nl-start__hero p:last-child {
		font-size: 16px;
	}

	.nl-start-card,
	.nl-start-card--quick {
		min-height: auto;
		border-radius: 22px;
	}

	.nl-start-card__layout {
		grid-template-columns: 1fr;
	}

	.nl-start-card__art {
		min-height: 130px;
		border-right: 0;
		border-bottom: 1px solid rgba(25, 165, 242, 0.58);
	}

	.nl-start-card__body,
	.nl-start-card--quick .nl-start-card__body {
		padding: 24px 22px 22px;
	}

	.nl-start-card h2 {
		font-size: 30px;
	}

	.nl-start-card__copy {
		font-size: 18px;
	}

	.nl-start-card__copy::before,
	.nl-start-card__copy::after {
		width: 100%;
	}

	.nl-start-card__list li {
		font-size: 16px;
	}

}
