:root {
	--np-bg: #070910;
	--np-bg-soft: #0d111c;
	--np-panel: rgba(255, 255, 255, 0.055);
	--np-panel-strong: rgba(255, 255, 255, 0.082);
	--np-line: rgba(255, 255, 255, 0.12);
	--np-line-soft: rgba(255, 255, 255, 0.075);
	--np-text: #f7f7f3;
	--np-muted: rgba(247, 247, 243, 0.68);
	--np-dim: rgba(247, 247, 243, 0.44);
	--np-blue: #70b7ff;
	--np-gold: #d4a75e;
	--np-violet: #8b78ff;
	--np-font: Inter, "Segoe UI", system-ui, sans-serif;
	--np-mono: "JetBrains Mono", "Cascadia Mono", Consolas, monospace;
}

html,
body {
	background: #000 !important;
}

#navbar {
	background: rgba(5, 7, 13, 0.86);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(18px);
}

#navbar #navbar-logo img {
	content: url("/assets/nextproj/next-logo.png");
	width: 86px;
	height: auto;
	border-radius: 0;
	filter:
		invert(1)
		drop-shadow(0 0 1px rgba(255, 255, 255, 0.8))
		drop-shadow(0 8px 18px rgba(0, 0, 0, 0.34));
	box-shadow: none;
	object-fit: contain;
}

#navbar .item,
#navbar .item svg,
#navbar a {
	color: rgba(247, 247, 243, 0.82) !important;
}

#navbar .item:hover,
#navbar a:hover {
	color: #ffffff !important;
}

body:has(.nextproj-brand-only) #navbar {
	position: fixed !important;
	top: 18px;
	left: 50%;
	z-index: 1000;
	width: min(1040px, calc(100vw - 36px));
	min-height: 56px;
	padding: 8px 18px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	transform: translateX(-50%);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055)),
		rgba(5, 7, 13, 0.38);
	backdrop-filter: blur(24px) saturate(1.35);
	-webkit-backdrop-filter: blur(24px) saturate(1.35);
	box-shadow:
		0 22px 54px rgba(0, 0, 0, 0.36),
		inset 0 1px 0 rgba(255, 255, 255, 0.24);
	transition:
		transform 0.28s ease,
		border-color 0.28s ease,
		background 0.28s ease,
		box-shadow 0.28s ease;
}

body:has(.nextproj-brand-only) #navbar::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.18),
		transparent
	);
	transform: translateX(-120%);
	transition: transform 0.8s ease;
}

body:has(.nextproj-brand-only) #navbar:hover {
	transform: translateX(-50%) translateY(-1px);
	border-color: rgba(255, 255, 255, 0.28);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.19), rgba(255, 255, 255, 0.07)),
		rgba(5, 7, 13, 0.44);
	box-shadow:
		0 26px 64px rgba(0, 0, 0, 0.42),
		inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

body:has(.nextproj-brand-only) #navbar:hover::before {
	transform: translateX(120%);
}

body:has(.nextproj-brand-only) #navbar > * {
	position: relative;
	z-index: 1;
}

body:has(.nextproj-brand-only) #navbar .item {
	min-height: 0;
	margin: 0 2px;
	border-radius: 999px;
	transition:
		transform 0.22s ease,
		background 0.22s ease,
		box-shadow 0.22s ease,
		color 0.22s ease;
}

body:has(.nextproj-brand-only) #navbar .item:not(#navbar-logo):hover,
body:has(.nextproj-brand-only) #navbar .item.active {
	background: rgba(255, 255, 255, 0.12) !important;
	box-shadow:
		0 8px 22px rgba(0, 0, 0, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.14);
	transform: translateY(-1px);
}

body:has(.nextproj-brand-only) #navbar #navbar-logo {
	margin-right: 10px;
	padding: 6px 10px !important;
}

body:has(.nextproj-brand-only) #navbar #navbar-logo img {
	width: 90px;
}

.nextproj-home {
	position: relative;
	overflow: hidden;
	min-height: calc(100vh - 96px);
	background:
		linear-gradient(115deg, rgba(112, 183, 255, 0.12), transparent 27%),
		linear-gradient(245deg, rgba(212, 167, 94, 0.14), transparent 31%),
		linear-gradient(180deg, #111420 0%, var(--np-bg) 56%, #05070c 100%);
	color: var(--np-text);
	font-family: var(--np-font);
}

.nextproj-home::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(128deg, transparent 0 34%, rgba(255, 255, 255, 0.055) 34.2%, transparent 34.8% 100%),
		linear-gradient(52deg, transparent 0 56%, rgba(112, 183, 255, 0.07) 56.2%, transparent 57% 100%);
}

.nextproj-home a {
	color: inherit;
}

.np-hero,
.np-section,
.np-status {
	position: relative;
	z-index: 1;
	width: min(1120px, calc(100% - 48px));
	margin-inline: auto;
}

.np-hero {
	min-height: 680px;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
	gap: 56px;
	align-items: center;
	padding: 88px 0 48px;
}

.np-hero__copy {
	max-width: 560px;
}

.np-kicker {
	margin: 0 0 16px;
	color: var(--np-gold);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.np-hero h1,
.np-section h2 {
	margin: 0;
	color: var(--np-text);
	font-weight: 720;
	letter-spacing: 0;
	line-height: 1.04;
	text-wrap: balance;
}

.np-hero h1 {
	font-size: 72px;
	max-width: 640px;
}

.np-lede {
	margin: 22px 0 0;
	max-width: 560px;
	color: var(--np-muted);
	font-size: 17px;
	line-height: 1.65;
}

.np-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.np-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid var(--np-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.065);
	color: var(--np-text);
	font-size: 14px;
	font-weight: 650;
	text-decoration: none;
	transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.np-button:hover {
	transform: translateY(-1px);
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.1);
	color: var(--np-text);
}

.np-button--primary {
	background: var(--np-text);
	color: #06080d !important;
	border-color: transparent;
	text-shadow: none;
}

.np-button--primary:hover {
	background: #ffffff;
	color: #06080d !important;
}

.np-hero__visual {
	position: relative;
	min-height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.np-hero__visual::before {
	content: "";
	position: absolute;
	inset: 28px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(145deg, rgba(112, 183, 255, 0.14), transparent 39%),
		linear-gradient(35deg, rgba(212, 167, 94, 0.14), transparent 42%),
		rgba(255, 255, 255, 0.035);
	clip-path: polygon(16% 0, 100% 18%, 84% 100%, 0 76%);
	filter: drop-shadow(0 34px 80px rgba(0, 0, 0, 0.36));
}

.np-hero__mark {
	position: absolute;
	top: 38px;
	left: 26px;
	width: 112px;
	height: 112px;
	border-radius: 24px;
	box-shadow: 0 18px 60px rgba(112, 183, 255, 0.2);
}

.np-code-window {
	position: relative;
	width: min(520px, 100%);
	margin-left: 44px;
	border: 1px solid var(--np-line);
	border-radius: 18px;
	background: rgba(7, 9, 16, 0.86);
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
	overflow: hidden;
}

.np-code-window__bar {
	display: flex;
	align-items: center;
	gap: 8px;
	height: 42px;
	padding: 0 16px;
	border-bottom: 1px solid var(--np-line-soft);
	background: rgba(255, 255, 255, 0.045);
}

.np-code-window__bar span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--np-gold);
}

.np-code-window__bar span:nth-child(2) {
	background: var(--np-blue);
}

.np-code-window__bar span:nth-child(3) {
	background: var(--np-violet);
}

.np-code-window__bar strong {
	margin-left: 8px;
	color: var(--np-dim);
	font-family: var(--np-mono);
	font-size: 12px;
	font-weight: 500;
}

.np-code-window pre {
	margin: 0;
	padding: 24px 26px 28px;
	overflow: auto;
}

.np-code-window code {
	color: rgba(247, 247, 243, 0.82);
	font-family: var(--np-mono);
	font-size: 12px;
	line-height: 1.9;
	white-space: pre-wrap;
}

.np-status {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: -24px;
	border: 1px solid var(--np-line-soft);
	border-radius: 16px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.07);
}

.np-status div {
	min-height: 86px;
	padding: 20px 24px;
	background: rgba(6, 8, 14, 0.7);
}

.np-status span,
.np-lane__tag,
.np-flow__item span {
	display: block;
	color: var(--np-dim);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.np-status strong {
	display: block;
	margin-top: 8px;
	color: var(--np-text);
	font-size: 18px;
	font-weight: 650;
}

.np-section {
	padding: 112px 0 0;
}

.np-section__head {
	max-width: 680px;
	margin-bottom: 36px;
}

.np-section h2 {
	font-size: 42px;
}

.np-lanes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.np-lane {
	min-height: 230px;
	padding: 26px;
	border: 1px solid var(--np-line-soft);
	border-radius: 16px;
	background:
		linear-gradient(140deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)),
		var(--np-bg-soft);
	text-decoration: none;
	transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.np-lane:hover {
	transform: translateY(-2px);
	border-color: rgba(112, 183, 255, 0.42);
	color: var(--np-text);
	background:
		linear-gradient(140deg, rgba(112, 183, 255, 0.1), rgba(212, 167, 94, 0.07)),
		var(--np-bg-soft);
}

.np-lane strong {
	display: block;
	margin-top: 46px;
	color: var(--np-text);
	font-size: 24px;
	font-weight: 720;
}

.np-lane p,
.np-flow__item p {
	margin: 12px 0 0;
	color: var(--np-muted);
	font-size: 14px;
	line-height: 1.65;
}

.np-section--split {
	padding-bottom: 112px;
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 44px;
	align-items: start;
}

.np-section--split .np-section__head {
	margin-bottom: 0;
}

.np-flow {
	display: grid;
	gap: 12px;
}

.np-flow__item {
	display: grid;
	grid-template-columns: 52px minmax(0, 0.45fr) minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	padding: 22px;
	border: 1px solid var(--np-line-soft);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.045);
}

.np-flow__item strong {
	color: var(--np-text);
	font-size: 18px;
	font-weight: 700;
}

.np-flow__item p {
	margin-top: 0;
}

@media (max-width: 980px) {
	.np-hero {
		grid-template-columns: 1fr;
		min-height: auto;
		padding-top: 64px;
	}

	.np-hero h1 {
		font-size: 54px;
	}

	.np-hero__visual {
		order: 2;
		min-height: 360px;
	}

	.np-status,
	.np-lanes,
	.np-section--split {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.np-hero,
	.np-section,
	.np-status {
		width: min(100% - 28px, 1120px);
	}

	.np-hero h1 {
		font-size: 40px;
	}

	.np-section h2 {
		font-size: 31px;
	}

	.np-hero__visual {
		min-height: 330px;
	}

	.np-hero__mark {
		width: 82px;
		height: 82px;
		top: 32px;
		left: 10px;
	}

	.np-code-window {
		margin-left: 0;
	}

	.np-flow__item {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

.nextproj-brand-only {
	--np-overfill: 160px;
	position: fixed;
	inset: 0 0 calc(-1 * var(--np-overfill)) 0;
	width: 100vw;
	height: auto;
	min-height: 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
	padding: 0;
	background: #000;
	overflow: hidden;
}

.np-metaballs {
	position: absolute;
	inset: 0;
	width: 100vw;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	opacity: 0.96;
	mix-blend-mode: normal;
}

.np-metaballs__canvas {
	display: block;
	width: 100%;
	height: 100%;
	filter: saturate(1.42) contrast(1.08);
}

.nextproj-brand-only::before {
	background: none;
}

.np-brand {
	position: relative;
	z-index: 1;
	min-height: 0;
	height: 100%;
	width: 100vw;
	margin: 0 auto;
	padding-bottom: var(--np-overfill);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}

html:has(.nextproj-brand-only),
body:has(.nextproj-brand-only) {
	overflow: hidden;
	background: #000 !important;
}

body:has(.nextproj-brand-only) .full.height {
	min-height: 100vh;
	background: #000;
}

body:has(.nextproj-brand-only) .page-content {
	background: #000;
}

.np-prism-stage {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: none;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	opacity: 0.86;
}

.np-prism-frame {
	position: relative;
	width: 520px;
	height: 520px;
	transform: translateY(-18px);
}

.np-prism-plane {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255, 255, 255, 0.09);
	filter: drop-shadow(0 34px 90px rgba(0, 0, 0, 0.42));
}

.np-prism-plane--a {
	background: linear-gradient(135deg, rgba(112, 183, 255, 0.2), rgba(255, 255, 255, 0.03) 58%, transparent);
	clip-path: polygon(50% 0, 90% 74%, 50% 100%, 10% 74%);
}

.np-prism-plane--b {
	background: linear-gradient(38deg, rgba(212, 167, 94, 0.22), rgba(255, 255, 255, 0.025) 52%, transparent);
	clip-path: polygon(50% 0, 90% 74%, 50% 54%, 10% 74%);
	transform: scale(0.78) rotate(180deg);
}

.np-prism-plane--c {
	background: linear-gradient(94deg, rgba(139, 120, 255, 0.18), rgba(112, 183, 255, 0.08), transparent 72%);
	clip-path: polygon(50% 8%, 82% 74%, 50% 92%, 18% 74%);
	transform: scale(0.58);
}

.np-prism-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 108px;
	height: 108px;
	transform: translate(-50%, -50%);
	border-radius: 24px;
	box-shadow: 0 22px 70px rgba(112, 183, 255, 0.24);
}

.np-brand-copy {
	position: relative;
	z-index: 3;
	width: 100%;
	margin-top: 90px;
	color: var(--np-text);
	text-shadow: 0 18px 34px rgba(0, 0, 0, 0.38);
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.np-brand-kicker {
	margin: 0 0 16px;
	color: rgba(247, 247, 243, 0.76);
	font-size: 18px;
	font-weight: 650;
	letter-spacing: 0;
}

.np-brand-copy h1 {
	margin: 0;
	color: #ffffff;
	font-size: 86px;
	font-weight: 760;
	letter-spacing: 0;
	line-height: 1;
}

.np-next-logo {
	display: block;
	width: min(504px, 58vw);
	height: auto;
	margin: 0 auto;
	filter:
		invert(1)
		drop-shadow(0 0 1px rgba(255, 255, 255, 0.95))
		drop-shadow(0 20px 48px rgba(0, 0, 0, 0.72))
		drop-shadow(0 0 44px rgba(112, 183, 255, 0.18));
}

.np-brand-copy p:last-child {
	margin: 22px 0 0;
	color: rgba(247, 247, 243, 0.72);
	font-size: 17px;
	line-height: 1.55;
}

.np-login-link {
	position: absolute;
	left: 50%;
	bottom: calc(38px + var(--np-overfill));
	z-index: 4;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	transform: translateX(-50%);
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(5, 7, 12, 0.58);
	backdrop-filter: blur(16px);
	color: rgba(247, 247, 243, 0.88);
	text-decoration: none;
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
}

.np-login-link:hover {
	border-color: rgba(112, 183, 255, 0.46);
	color: #ffffff;
}

.np-login-link span {
	color: rgba(247, 247, 243, 0.48);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.np-login-link strong {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
}

.nextproj-dashboard {
	min-height: calc(100vh - 52px);
	padding-bottom: 44px;
	background:
		radial-gradient(circle at 12% 18%, rgba(48, 179, 222, 0.18), transparent 28%),
		radial-gradient(circle at 78% 4%, rgba(195, 47, 214, 0.16), transparent 26%),
		linear-gradient(180deg, #05070c 0%, #090c13 48%, #05070c 100%);
	color: var(--np-text);
}

.nextproj-dashboard .secondary-nav {
	background: rgba(5, 7, 13, 0.72);
	border-color: rgba(255, 255, 255, 0.08) !important;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.np-dashboard-layout {
	gap: 22px;
	padding-top: 28px;
}

.np-dashboard-main {
	min-width: 0;
}

.np-dashboard-card,
.nextproj-dashboard #activity-feed > .flex-item {
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 18px !important;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
		rgba(8, 11, 18, 0.74) !important;
	box-shadow:
		0 24px 58px rgba(0, 0, 0, 0.32),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px) saturate(1.16);
	-webkit-backdrop-filter: blur(20px) saturate(1.16);
}

.np-dashboard-card {
	padding: 22px;
	overflow: hidden;
}

.np-dashboard-card::before,
.nextproj-dashboard #activity-feed .flex-item::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: inherit;
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.14), transparent 34%),
		radial-gradient(circle at 88% 12%, rgba(112, 183, 255, 0.2), transparent 34%);
	opacity: 0.52;
}

.np-dashboard-card > *,
.nextproj-dashboard #activity-feed .flex-item > * {
	position: relative;
	z-index: 1;
}

.np-dashboard-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.np-dashboard-card__head h2 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 720;
	letter-spacing: 0;
	line-height: 1.2;
}

.np-dashboard-eyebrow {
	margin: 0 0 6px;
	color: rgba(112, 183, 255, 0.78);
	font-size: 11px;
	font-weight: 760;
	letter-spacing: 0;
	text-transform: uppercase;
}

.np-dashboard-pill {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 11px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(247, 247, 243, 0.72);
	font-size: 12px;
	font-weight: 650;
	white-space: nowrap;
}

.np-dashboard-divider {
	display: none;
}

.np-heat-shell {
	margin-bottom: 20px;
}

#nextproj-heatmap {
	width: 100%;
	min-height: 0;
	overflow: hidden;
}

.np-heat-graph {
	--np-cell: 13px;
	--np-cell-gap: 4px;
	color: rgba(247, 247, 243, 0.66);
}

.np-heat-months {
	display: grid;
	grid-template-columns: repeat(53, var(--np-cell));
	gap: var(--np-cell-gap);
	margin: 0 0 8px 31px;
	min-width: max-content;
	color: rgba(247, 247, 243, 0.5);
	font-size: 11px;
	line-height: 1;
}

.np-heat-months span {
	overflow: visible;
	white-space: nowrap;
}

.np-heat-body {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 6px;
	scrollbar-width: thin;
}

.np-heat-days {
	display: grid;
	grid-template-rows: repeat(7, var(--np-cell));
	gap: var(--np-cell-gap);
	flex: 0 0 23px;
	color: rgba(247, 247, 243, 0.5);
	font-size: 11px;
	line-height: var(--np-cell);
	text-align: right;
}

.np-heat-grid {
	display: grid;
	grid-template-columns: repeat(53, var(--np-cell));
	gap: var(--np-cell-gap);
	min-width: max-content;
}

.np-heat-week {
	display: grid;
	grid-template-rows: repeat(7, var(--np-cell));
	gap: var(--np-cell-gap);
}

.np-heat-cell {
	width: var(--np-cell);
	height: var(--np-cell);
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.055);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.052);
	cursor: pointer;
	transition:
		transform 0.12s ease,
		border-color 0.12s ease,
		filter 0.12s ease;
}

.np-heat-cell:hover:not(:disabled) {
	transform: translateY(-1px);
	border-color: rgba(255, 255, 255, 0.28);
	filter: brightness(1.12);
}

.np-heat-cell:disabled {
	opacity: 0.18;
	cursor: default;
}

.np-heat-level-0 {
	background: rgba(255, 255, 255, 0.052);
}

.np-heat-level-1 {
	background: rgba(28, 176, 214, 0.38);
}

.np-heat-level-2 {
	background: rgba(82, 126, 236, 0.58);
}

.np-heat-level-3 {
	background: rgba(142, 95, 238, 0.76);
}

.np-heat-level-4 {
	background: rgba(207, 48, 216, 0.94);
}

.np-heat-legend {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	margin-top: 12px;
	color: rgba(247, 247, 243, 0.58);
	font-size: 12px;
}

.np-heat-legend i {
	width: 11px;
	height: 11px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.055);
}

.np-heat-status {
	margin-top: 12px;
	color: rgba(247, 247, 243, 0.56);
	font-size: 12px;
}

.np-heat-status.is-error {
	color: #ff9a9a;
}

.np-activity-list-card {
	margin-top: 20px;
}

.np-activity-wrapper {
	margin: 0;
}

.np-activity-list {
	display: flex !important;
	flex-direction: column;
	gap: 12px !important;
	margin: 0;
	padding: 0;
}

.nextproj-dashboard .np-activity-list > .flex-item {
	width: 100%;
	min-height: 76px;
	padding: 16px 18px !important;
	transition:
		transform 0.22s ease,
		border-color 0.22s ease,
		box-shadow 0.22s ease;
}

.nextproj-dashboard .np-activity-list > .flex-item:hover {
	transform: translateY(-2px);
	border-color: rgba(112, 183, 255, 0.28) !important;
	box-shadow:
		0 28px 68px rgba(0, 0, 0, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.nextproj-dashboard .np-activity-list .flex-item-main {
	min-width: 0;
}

.nextproj-dashboard .np-activity-list .flex-item-trailing svg {
	width: 24px;
	height: 24px;
}

.nextproj-dashboard #activity-feed a,
.nextproj-dashboard #dashboard-repo-list a {
	color: rgba(247, 247, 243, 0.9);
}

.nextproj-dashboard #activity-feed a:hover,
.nextproj-dashboard #dashboard-repo-list a:hover {
	color: #ffffff;
}

.nextproj-dashboard .flex-item-main,
.nextproj-dashboard .flex-item-body,
.nextproj-dashboard .text,
.nextproj-dashboard .description {
	color: rgba(247, 247, 243, 0.72) !important;
}

.nextproj-dashboard .flex-item-leading img,
.nextproj-dashboard .ui.avatar {
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.nextproj-dashboard #dashboard-repo-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-self: flex-start;
	border-radius: 16px;
}

.nextproj-dashboard #dashboard-repo-list > div {
	width: 100%;
}

.nextproj-dashboard #dashboard-repo-list .ui.two.item.menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.045);
	box-shadow: none;
}

.nextproj-dashboard #dashboard-repo-list .ui.two.item.menu .item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin: 0;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: rgba(247, 247, 243, 0.72) !important;
	font-weight: 720;
}

.nextproj-dashboard #dashboard-repo-list .ui.two.item.menu .active.item {
	background: rgba(255, 255, 255, 0.09) !important;
	color: #ffffff !important;
}

.nextproj-dashboard #dashboard-repo-list .dashboard-repos,
.nextproj-dashboard #dashboard-repo-list .dashboard-orgs {
	display: flex !important;
	flex-direction: column;
	gap: 10px;
}

.nextproj-dashboard #dashboard-repo-list .ui.attached.header,
.nextproj-dashboard #dashboard-repo-list .ui.attached.segment,
.nextproj-dashboard #dashboard-repo-list .ui.attached.table.segment {
	border-color: rgba(255, 255, 255, 0.1) !important;
	background: rgba(255, 255, 255, 0.045) !important;
	box-shadow: none !important;
}

.nextproj-dashboard #dashboard-repo-list .ui.attached.header {
	margin: 0 !important;
	min-height: 46px;
	border-radius: 14px !important;
}

.nextproj-dashboard #dashboard-repo-list .repos-search {
	margin: 0 !important;
	padding: 12px !important;
	border-radius: 14px !important;
}

.nextproj-dashboard #dashboard-repo-list .repos-search .ui.action.input {
	position: relative;
	display: flex !important;
	align-items: stretch;
	gap: 8px;
	width: 100%;
}

.nextproj-dashboard #dashboard-repo-list .ui.input {
	width: 100%;
}

.nextproj-dashboard #dashboard-repo-list .ui.input input,
.nextproj-dashboard #dashboard-repo-list input {
	min-width: 0;
	border-color: rgba(255, 255, 255, 0.1) !important;
	border-radius: 10px !important;
	background: rgba(255, 255, 255, 0.055) !important;
	color: rgba(247, 247, 243, 0.88) !important;
}

.nextproj-dashboard #dashboard-repo-list .repos-search .ui.action.input > input {
	flex: 1 1 auto;
	padding-left: 36px !important;
}

.nextproj-dashboard #dashboard-repo-list .repos-search .loading-icon-3px {
	position: absolute;
	top: 50%;
	left: 12px;
	z-index: 2;
	transform: translateY(-50%);
	pointer-events: none;
	color: rgba(247, 247, 243, 0.58);
}

.nextproj-dashboard #dashboard-repo-list .repos-search .ui.dropdown.icon.button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	width: 42px;
	height: 40px;
	margin: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 10px !important;
	background: rgba(255, 255, 255, 0.06) !important;
	color: rgba(247, 247, 243, 0.82) !important;
}

.nextproj-dashboard #dashboard-repo-list .repos-filter {
	display: block !important;
	margin: 10px 0 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.nextproj-dashboard #dashboard-repo-list .repos-filter .overflow-menu-items {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-start !important;
}

.nextproj-dashboard #dashboard-repo-list .repos-filter .item {
	display: inline-flex !important;
	align-items: center;
	min-height: 34px;
	margin: 0 !important;
	padding: 0 10px !important;
	border: 1px solid transparent !important;
	border-radius: 10px !important;
	background: transparent !important;
	color: rgba(247, 247, 243, 0.68) !important;
	font-size: 12px;
	font-weight: 680;
}

.nextproj-dashboard #dashboard-repo-list .repos-filter .active.item {
	border-color: rgba(112, 183, 255, 0.18) !important;
	background: rgba(112, 183, 255, 0.12) !important;
	color: #ffffff !important;
}

.nextproj-dashboard #dashboard-repo-list .repos-filter .ui.label {
	margin-left: 6px !important;
	background: rgba(255, 255, 255, 0.1) !important;
	color: rgba(247, 247, 243, 0.82) !important;
}

.nextproj-dashboard #dashboard-repo-list .ui.attached.table.segment {
	margin: 0 !important;
	padding: 8px 10px !important;
	border-radius: 14px !important;
}

.nextproj-dashboard #dashboard-repo-list .repo-owner-name-list {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin: 0;
	padding: 0;
}

.nextproj-dashboard #dashboard-repo-list .repo-owner-name-list > li {
	min-height: 40px;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.052);
}

.nextproj-dashboard #dashboard-repo-list .repo-owner-name-list > li:hover,
.nextproj-dashboard #dashboard-repo-list .repo-owner-name-list > li.active {
	border-color: rgba(112, 183, 255, 0.24);
	background: rgba(112, 183, 255, 0.1);
}

.nextproj-dashboard #dashboard-repo-list .repo-list-link {
	min-width: 0;
	padding: 10px 11px;
}

.nextproj-dashboard #dashboard-repo-list .ui.dropdown .menu {
	border-color: rgba(255, 255, 255, 0.1) !important;
	background: rgba(16, 20, 29, 0.96) !important;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42) !important;
}

.nextproj-dashboard #dashboard-repo-list .ui.dropdown .menu > .item,
.nextproj-dashboard #dashboard-repo-list .ui.dropdown .menu label {
	color: rgba(247, 247, 243, 0.82) !important;
}

.page-footer {
	background: #05070c;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(247, 247, 243, 0.64);
}

body:has(.nextproj-brand-only) .page-footer {
	display: none;
}

.page-footer a,
.page-footer .ui.dropdown {
	color: rgba(247, 247, 243, 0.7) !important;
}

@media (max-width: 780px) {
	body:has(.nextproj-brand-only) #navbar {
		top: 10px;
		left: 10px;
		right: auto;
		width: min(358px, calc(100vw - 42px)) !important;
		max-width: min(358px, calc(100vw - 42px)) !important;
		min-width: 0 !important;
		inline-size: min(358px, calc(100vw - 42px)) !important;
		max-inline-size: min(358px, calc(100vw - 42px)) !important;
		min-inline-size: 0 !important;
		min-height: 48px;
		padding: 7px 12px;
		border-radius: 24px;
		transform: none;
		width: min(358px, calc(100dvw - 42px)) !important;
		max-width: min(358px, calc(100dvw - 42px)) !important;
		inline-size: min(358px, calc(100dvw - 42px)) !important;
		max-inline-size: min(358px, calc(100dvw - 42px)) !important;
	}

	body:has(.nextproj-brand-only) #navbar:hover {
		transform: translateY(-1px);
	}

	body:has(.nextproj-brand-only) #navbar #navbar-logo {
		margin-right: 6px;
		padding: 5px 8px !important;
	}

	body:has(.nextproj-brand-only) #navbar #navbar-logo img {
		width: 82px;
	}

	.np-prism-frame {
		width: 360px;
		height: 360px;
	}

	.np-prism-logo {
		width: 86px;
		height: 86px;
	}

	.np-brand-copy {
		margin-top: 86px;
	}

	.np-brand-copy h1 {
		font-size: 42px;
	}

	.np-next-logo {
		width: min(166px, 43vw);
	}

	.np-login-link {
		bottom: calc(24px + var(--np-overfill));
		flex-direction: column;
		gap: 2px;
		min-height: 52px;
		padding: 8px 16px;
	}

	.np-dashboard-layout {
		padding-top: 18px;
	}

	.np-dashboard-card {
		padding: 16px;
		border-radius: 16px !important;
	}

	.np-dashboard-card__head {
		align-items: flex-start;
	}

	.np-heat-graph {
		--np-cell: 11px;
		--np-cell-gap: 3px;
	}
}
