.asrf-root {
	--asrf-accent: #f2f2f2;
	--asrf-bg: #000;
	--asrf-card: #fff;
	--asrf-border: #e6e8ec;
	--asrf-text: #15171a;
	--asrf-muted: #626a76;
	--asrf-radius: 14px;
	--asrf-max-width: 1180px;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 100%;
	color: var(--asrf-text);
	font-family: inherit;
	line-height: 1.55;
}

.asrf-root *,
.asrf-root *::before,
.asrf-root *::after { box-sizing: border-box; }

.asrf-root .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}

.asrf-shell {
	width: min(calc(100% - 40px), var(--asrf-max-width));
	margin-inline: auto;
}

.asrf-button,
.asrf-icon-button,
.asrf-vote {
	appearance: none;
	border: 0;
	font: inherit;
	cursor: pointer;
}

.asrf-button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 1px solid transparent;
	border-radius: 12px;
	padding: 10px 20px;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.asrf-button--primary {
	background: var(--asrf-accent);
	color: #111;
}

.asrf-button--primary:hover {
	background: #fff;
	color: #111;
	transform: translateY(-1px);
}

.asrf-button--secondary {
	border-color: var(--asrf-border);
	background: #fff;
	color: #1d2229;
}

.asrf-roadmap {
	background: #fff;
}

.asrf-roadmap-hero {
	display: grid;
	min-height: 360px;
	align-items: center;
	background: linear-gradient(180deg, #0d0f12 0%, #15181c 100%);
	color: #fff;
	padding: 88px 0 74px;
	text-align: center;
}

.asrf-roadmap-hero__inner {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.asrf-roadmap .asrf-button--primary {
	background: #ffd052;
}

.asrf-roadmap .asrf-button--primary:hover {
	background: #ffc83d;
}

.asrf-hero-kicker,
.asrf-feedback-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	margin: 0 0 18px;
	border-radius: 999px;
	padding: 6px 13px;
	font-size: 12px;
	font-weight: 750;
}

.asrf-hero-kicker {
	border: 1px solid rgba(255, 211, 84, .25);
	background: rgba(255, 195, 28, .1);
	color: #ffd354;
}

.asrf-roadmap-hero h1,
.asrf-feedback-header h1 {
	margin: 0;
	font-size: clamp(36px, 5vw, 58px);
	font-weight: 780;
	letter-spacing: -.045em;
	line-height: 1.06;
}

.asrf-roadmap-hero__inner > p:not(.asrf-hero-kicker) {
	max-width: 680px;
	margin: 18px auto 28px;
	color: #abb2bc;
	font-size: 17px;
}

.asrf-roadmap-content {
	min-height: 720px;
	padding: 48px 0 96px;
}

.asrf-roadmap-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 26px;
}

.asrf-type-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.asrf-type-tabs a,
.asrf-roadmap-selects select {
	border: 1px solid #dfe3e8;
	border-radius: 999px;
	background: #fff;
	color: #434a55;
	box-shadow: 0 1px 3px rgba(20, 28, 38, .06);
	font-size: 13px;
	font-weight: 650;
}

.asrf-type-tabs a {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	padding: 6px 13px;
	text-decoration: none;
}

.asrf-type-tabs a:hover,
.asrf-type-tabs a.is-active {
	border-color: #ffd04a;
	background: #ffd04a;
	color: #15171a;
}

.asrf-roadmap-selects {
	display: flex;
	gap: 10px;
}

.asrf-roadmap-selects select {
	min-width: 145px;
	min-height: 38px;
	padding: 7px 36px 7px 13px;
}

.asrf-live {
	min-height: 0;
	color: var(--asrf-muted);
	font-size: 13px;
}

.asrf-live:empty { display: none; }

.asrf-roadmap-columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.asrf-roadmap-column {
	min-width: 0;
	min-height: 560px;
	border: 1px solid #e8ebef;
	border-radius: 16px;
	background: #fafbfc;
	padding: 16px;
}

.asrf-roadmap-column > header {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 2px 16px;
}

.asrf-roadmap-column > header h2 {
	margin: 0;
	color: #16191d;
	font-size: 17px;
	font-weight: 780;
	letter-spacing: -.015em;
}

.asrf-roadmap-column > header span {
	display: inline-flex;
	min-width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #e7eaee;
	color: #69717d;
	font-size: 12px;
	font-weight: 750;
}

.asrf-roadmap-column__items {
	display: grid;
	align-content: start;
	gap: 11px;
}

.asrf-column-empty {
	display: grid;
	min-height: 88px;
	place-items: center;
	border: 1px dashed #dce1e7;
	border-radius: 13px;
	background: rgba(255, 255, 255, .55);
	color: #8a919c;
	font-size: 13px;
	font-style: italic;
	text-align: center;
}

.asrf-card {
	position: relative;
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 12px;
	min-width: 0;
	border: 1px solid #e2e5e9;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(20, 28, 38, .08);
	padding: 16px;
	transition: border-color .18s ease, box-shadow .18s ease;
}

.asrf-card:hover {
	border-color: #d4d9df;
	box-shadow: 0 8px 24px rgba(20, 28, 38, .08);
}

.asrf-vote {
	display: inline-flex;
	width: 50px;
	height: 42px;
	align-items: center;
	justify-content: center;
	gap: 5px;
	align-self: start;
	border: 1px solid #edf0f3;
	border-radius: 12px;
	background: #f7f8fa;
	color: #69717d;
	line-height: 1;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.asrf-vote:hover,
.asrf-vote[aria-pressed="true"] {
	border-color: #b9d8ff;
	background: #e7f3ff;
	color: #1877f2;
	transform: translateY(-1px);
}

.asrf-vote:disabled {
	cursor: wait;
	opacity: .65;
}

.asrf-vote strong {
	font-size: 12px;
	font-weight: 780;
}

.asrf-card__body {
	min-width: 0;
}

.asrf-card__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.asrf-card__link h3 {
	margin: 0 0 6px;
	overflow-wrap: anywhere;
	color: #171a1f;
	font-size: 16px;
	font-weight: 780;
	letter-spacing: -.012em;
	line-height: 1.3;
}

.asrf-card__link p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: #68717d;
	font-size: 13px;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.asrf-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 11px;
}

.asrf-badge {
	display: inline-flex;
	min-height: 22px;
	align-items: center;
	border: 1px solid #e1e5ea;
	border-radius: 999px;
	background: #fff;
	color: #727a85;
	padding: 2px 8px;
	font-size: 10px;
	font-weight: 650;
	line-height: 1.2;
}

.asrf-badge--type {
	border-color: #cfe0ff;
	background: #eaf2ff;
	color: #3473c9;
}

.asrf-feedback-page {
	min-height: 900px;
	background: #fff;
	padding: 72px 0 100px;
}

.asrf-feedback-shell {
	width: min(calc(100% - 40px), 680px);
}

.asrf-feedback-header {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 38px;
	text-align: center;
}

.asrf-feedback-kicker {
	margin-bottom: 16px;
	background: #f2f4f7;
	color: #747c87;
}

.asrf-feedback-header h1 {
	color: #111317;
}

.asrf-feedback-header > p:not(.asrf-feedback-kicker) {
	max-width: 620px;
	margin: 17px 0 0;
	color: #626a76;
	font-size: 16px;
}

.asrf-form {
	display: grid;
	gap: 18px;
}

.asrf-feedback-form {
	border: 1px solid #e2e6eb;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 6px 30px rgba(20, 28, 38, .04);
	padding: 32px;
}

.asrf-form label {
	display: grid;
	gap: 7px;
	color: #252a31;
	font-size: 13px;
	font-weight: 700;
}

.asrf-form input,
.asrf-form select,
.asrf-form textarea {
	width: 100%;
	min-height: 46px;
	border: 1px solid #d9dee5;
	border-radius: 12px;
	background: #fff;
	color: #20242a;
	box-shadow: 0 1px 2px rgba(20, 28, 38, .05);
	font: inherit;
	font-weight: 450;
	padding: 10px 13px;
	transition: border-color .18s ease, box-shadow .18s ease;
}

.asrf-form textarea {
	min-height: 170px;
	resize: vertical;
}

.asrf-form input::placeholder,
.asrf-form textarea::placeholder {
	color: #8a929e;
	opacity: 1;
}

.asrf-form label > small {
	color: #747c87;
	font-size: 12px;
	font-weight: 450;
}

.asrf-feedback-submit {
	width: 100%;
	margin-top: 4px;
	background: #ffd052;
}

.asrf-feedback-submit:hover {
	background: #ffc83d;
}

.asrf-honeypot {
	position: absolute !important;
	inset-inline-start: -10000px;
	width: 1px !important;
	height: 1px;
	overflow: hidden;
}

.asrf-form__message {
	min-height: 0;
	border: 1px solid transparent;
	border-radius: 10px;
	font-size: 13px;
	line-height: 1.45;
}

.asrf-form__message:not(:empty) { padding: 10px 12px; }
.asrf-form__message[data-state="status"] { border-color: #d9dee5; background: #f6f7f9; color: #505762; }
.asrf-form__message[data-state="error"] { border-color: #fecaca; background: #fff1f2; color: #b42318; }
.asrf-form__message[data-state="success"] { border-color: #bbefcf; background: #effcf4; color: #18794e; }
.asrf-form [aria-invalid="true"] { border-color: #e5484d !important; box-shadow: 0 0 0 3px rgba(229, 72, 77, .12) !important; }

.asrf-feedback-next {
	margin-top: 26px;
	border-radius: 16px;
	background: #f5f6f8;
	padding: 24px 26px;
}

.asrf-feedback-next h2 {
	margin: 0 0 10px;
	color: #20242a;
	font-size: 15px;
}

.asrf-feedback-next ul {
	margin: 0;
	padding-inline-start: 20px;
	color: #5f6772;
	font-size: 13px;
}

.asrf-feedback-next a {
	display: inline-flex;
	margin-top: 12px;
	color: #2f66b3;
	font-size: 13px;
	font-weight: 700;
}

.asrf-dialog {
	width: min(480px, calc(100% - 28px));
	max-height: calc(100vh - 32px);
	overflow: auto;
	border: 1px solid #dce1e7;
	border-radius: 16px;
	background: #fff;
	color: #20242a;
	padding: 0;
}

.asrf-dialog::backdrop { background: rgba(10, 13, 17, .72); }
.asrf-dialog .asrf-form { padding: 24px; }

.asrf-dialog__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.asrf-dialog__header h2 {
	margin: 0;
	color: #20242a;
	font-size: 21px;
}

.asrf-icon-button {
	display: inline-flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f3f4f6;
	color: #59616c;
	font-size: 24px;
	line-height: 1;
}

.asrf-notice {
	width: min(calc(100% - 40px), 760px);
	margin: 80px auto;
	border: 1px solid #e1e5ea;
	border-radius: var(--asrf-radius);
	background: #fff;
	color: #333943;
	padding: 24px;
	text-align: center;
}

body.asrf-board-view .asrf-board-main {
	box-sizing: border-box !important;
	width: 100vw !important;
	max-width: 100vw !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: clip;
	background: #fff;
}

body.asrf-board-view .asrf-root {
	width: 100vw;
	max-width: 100vw;
}

body.asrf-board-view.footer-reveal-ready .asrf-board-main {
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-bottom: 1px solid #dfe3e8;
	border-radius: 0 0 64px 64px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(0, 0, 0, .16);
}

.asrf-single {
	min-height: 760px;
	background: #111418;
	color: #fff;
	padding: clamp(120px, 12vw, 170px) 20px 120px;
}

.asrf-back {
	display: inline-flex;
	margin-bottom: 32px;
	color: #b7bdc6;
	text-decoration: none;
}

.asrf-single__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 120px;
	align-items: center;
	gap: 32px;
	padding-bottom: 36px;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.asrf-single__header h1 {
	margin: 14px 0 0;
	color: #fff;
	font-size: clamp(32px, 4vw, 52px);
}

.asrf-single .asrf-vote {
	border-color: rgba(255, 255, 255, .16);
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.asrf-vote--large {
	width: 112px;
	min-height: 80px;
}

.asrf-single__content,
.asrf-official {
	max-width: 780px;
}

.asrf-single__content { padding: 40px 0; color: #e2e5e9; font-size: 17px; }
.asrf-official { border-inline-start: 3px solid var(--asrf-accent); background: rgba(255, 255, 255, .06); padding: 22px 24px; }

.asrf-button:focus-visible,
.asrf-icon-button:focus-visible,
.asrf-vote:focus-visible,
.asrf-root input:focus-visible,
.asrf-root select:focus-visible,
.asrf-root textarea:focus-visible,
.asrf-card__link:focus-visible,
.asrf-type-tabs a:focus-visible {
	outline: 3px solid #1877f2;
	outline-offset: 3px;
}

.asrf-root input:focus,
.asrf-root select:focus,
.asrf-root textarea:focus {
	border-color: #8bbcf8;
	box-shadow: 0 0 0 3px rgba(24, 119, 242, .11);
	outline: 0;
}

@media (max-width: 900px) {
	.asrf-roadmap-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.asrf-roadmap-selects { justify-content: flex-start; }
	.asrf-roadmap-columns { grid-template-columns: 1fr; }
	.asrf-roadmap-column { min-height: 0; }
}

@media (max-width: 600px) {
	.asrf-shell,
	.asrf-feedback-shell { width: min(calc(100% - 28px), var(--asrf-max-width)); }
	.asrf-roadmap-hero { min-height: 320px; padding: 76px 0 58px; }
	.asrf-roadmap-hero h1,
	.asrf-feedback-header h1 { font-size: 34px; }
	.asrf-roadmap-content { padding-top: 30px; }
	.asrf-roadmap-selects { display: grid; grid-template-columns: 1fr; }
	.asrf-roadmap-selects select { width: 100%; }
	.asrf-roadmap-column { padding: 12px; }
	.asrf-card { grid-template-columns: 46px minmax(0, 1fr); padding: 14px; }
	.asrf-vote { width: 44px; }
	.asrf-feedback-page { padding: 54px 0 80px; }
	.asrf-feedback-form { padding: 22px 18px; }
	.asrf-single__header { grid-template-columns: 1fr; }
	.asrf-vote--large { width: 100%; min-height: 52px; }
	body.asrf-board-view.footer-reveal-ready .asrf-board-main { border-radius: 0 0 34px 34px; }
}

@media (prefers-reduced-motion: reduce) {
	.asrf-root *,
	.asrf-root *::before,
	.asrf-root *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

/* Site identity: match the product-card system and footer reveal. */
.asrf-root {
	isolation: isolate;
	overflow: hidden;
	background: var(--ui-bg-black, #000);
	color: var(--ui-text-silver, #b8b8b8);
	font-family: var(--ui-font-main, "Plus Jakarta Sans", "Instrument Sans", "Outfit", sans-serif);
}

.asrf-root::after {
	position: absolute;
	z-index: 0;
	bottom: -82px;
	left: 50%;
	width: min(1560px, 132vw);
	height: 620px;
	pointer-events: none;
	background: radial-gradient(ellipse 66% 60% at 50% 100%, rgba(230, 238, 246, .44) 0, rgba(205, 218, 232, .26) 30%, rgba(170, 186, 204, .13) 52%, rgba(170, 186, 204, .06) 66%, rgba(170, 186, 204, 0) 86%);
	content: "";
	filter: blur(27px);
	opacity: .72;
	transform: translateX(-50%);
}

.asrf-root > * {
	position: relative;
	z-index: 1;
}

.asrf-roadmap,
.asrf-roadmap-content,
.asrf-feedback-page {
	background: #000;
}

.asrf-roadmap-hero {
	background:
		radial-gradient(70% 100% at 50% 0%, rgba(255, 255, 255, .075) 0%, rgba(255, 255, 255, 0) 70%),
		#000;
}

.asrf-roadmap-hero h1,
.asrf-feedback-header h1 {
	background-image: var(--ui-heading-gradient, linear-gradient(to bottom, #f2f2f2 0%, #666 100%));
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 2px 15px rgba(255, 255, 255, .12));
}

.asrf-roadmap-hero__inner > p:not(.asrf-hero-kicker),
.asrf-feedback-header > p:not(.asrf-feedback-kicker) {
	color: var(--ui-text-silver, #b8b8b8);
}

.asrf-hero-kicker,
.asrf-feedback-kicker {
	border: 1px solid rgba(230, 238, 246, .3);
	background: rgba(255, 255, 255, .035);
	color: rgba(242, 242, 242, .82);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055);
}

.asrf-roadmap .asrf-button--primary,
.asrf-feedback-submit {
	border: 1px solid #f2f2f2;
	background: #f2f2f2;
	color: #050505;
	box-shadow: 0 0 20px rgba(255, 255, 255, .08);
}

.asrf-roadmap .asrf-button--primary:hover,
.asrf-feedback-submit:hover {
	background: #e0e0e0;
	color: #050505;
	box-shadow: 0 0 30px rgba(255, 255, 255, .2);
}

.asrf-roadmap-content {
	padding-bottom: 154px;
}

.asrf-type-tabs a,
.asrf-roadmap-selects select {
	border-color: rgba(230, 238, 246, .3);
	background: rgba(255, 255, 255, .035);
	color: rgba(242, 242, 242, .76);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
}

.asrf-type-tabs a:hover,
.asrf-type-tabs a.is-active {
	border-color: #f2f2f2;
	background: #f2f2f2;
	color: #050505;
}

.asrf-roadmap-selects select:focus {
	border-color: rgba(230, 238, 246, .78);
	background: #0e0e11;
	color: #f2f2f2;
	box-shadow: 0 0 0 1px rgba(230, 238, 246, .34), 0 0 24px rgba(230, 238, 246, .22);
}

.asrf-roadmap-column {
	border-color: rgba(230, 238, 246, .18);
	background: rgba(255, 255, 255, .018);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.asrf-roadmap-column > header h2 {
	color: #f2f2f2;
}

.asrf-roadmap-column > header span {
	border: 1px solid rgba(230, 238, 246, .24);
	background: rgba(255, 255, 255, .08);
	color: #c6ced8;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 0 14px rgba(198, 210, 234, .04);
}

.asrf-column-empty {
	border-color: rgba(230, 238, 246, .2);
	background: rgba(255, 255, 255, .018);
	color: rgba(184, 184, 184, .72);
}

.asrf-card {
	overflow: hidden;
	border-color: rgba(230, 238, 246, .1);
	background: #090909;
	box-shadow: none;
}

.asrf-card::before,
.asrf-card::after {
	position: absolute;
	z-index: 2;
	right: 0;
	left: 0;
	height: 1px;
	pointer-events: none;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
	content: "";
}

.asrf-card::before { top: 0; }
.asrf-card::after { bottom: 0; }

.asrf-card:hover {
	border-color: rgba(242, 242, 242, .2);
	background: #090909;
	box-shadow: 0 20px 40px rgba(255, 255, 255, .05);
}

.asrf-card__link h3 {
	color: #fff;
}

.asrf-card__link p {
	color: rgba(255, 255, 255, .7);
}

.asrf-badge {
	border-color: rgba(230, 238, 246, .22);
	background: rgba(255, 255, 255, .035);
	color: rgba(242, 242, 242, .7);
}

.asrf-badge--type {
	border-color: rgba(198, 210, 234, .32);
	background: rgba(198, 210, 234, .08);
	color: #c6d2ea;
}

.asrf-badge--priority.asrf-priority-low {
	border-color: rgba(184, 184, 184, .28);
	background: rgba(184, 184, 184, .07);
	color: #c6c6c6;
}

.asrf-badge--priority.asrf-priority-medium {
	border-color: rgba(245, 158, 11, .35);
	background: rgba(245, 158, 11, .1);
	color: #f5bd55;
}

.asrf-badge--priority.asrf-priority-high {
	border-color: rgba(248, 113, 113, .38);
	background: rgba(248, 113, 113, .1);
	color: #f28b8b;
}

.asrf-badge--priority.asrf-priority-critical {
	border-color: rgba(239, 68, 68, .48);
	background: rgba(239, 68, 68, .14);
	color: #ff7777;
}

.asrf-single__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.asrf-vote {
	width: 56px;
	border-color: rgba(230, 238, 246, .16);
	background: #0b0b10;
	color: #c6ced8;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
}

.asrf-vote:hover,
.asrf-vote[aria-pressed="true"] {
	border-color: rgba(82, 139, 244, .75);
	background: rgba(82, 139, 244, .11);
	color: #79a7ff;
	box-shadow: 0 0 22px rgba(82, 139, 244, .18), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.asrf-vote__icon {
	position: relative;
	display: block;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	overflow: hidden;
	border-radius: 50%;
	background: #528bf4;
}

.asrf-vote__icon img {
	position: absolute;
	top: 55%;
	left: 50%;
	width: 108px !important;
	height: auto !important;
	max-width: none !important;
	transform: translate(-50%, -50%);
}

.asrf-vote--large .asrf-vote__icon {
	flex-basis: 28px;
	width: 28px;
	height: 28px;
}

.asrf-vote--large .asrf-vote__icon img {
	width: 138px !important;
}

.asrf-feedback-page {
	padding-bottom: 154px;
}

.asrf-feedback-form {
	position: relative;
	overflow: hidden;
	border-color: rgba(230, 238, 246, .1);
	background: #090909;
	box-shadow: 0 18px 60px rgba(0, 0, 0, .55), 0 0 36px rgba(184, 184, 184, .1);
}

.asrf-feedback-form::before,
.asrf-feedback-form::after {
	position: absolute;
	z-index: 2;
	right: 0;
	left: 0;
	height: 1px;
	pointer-events: none;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
	content: "";
}

.asrf-feedback-form::before { top: 0; }
.asrf-feedback-form::after { bottom: 0; }

.asrf-form label {
	color: rgba(242, 242, 242, .88);
}

.asrf-form input,
.asrf-form select,
.asrf-form textarea {
	border-color: rgba(230, 238, 246, .3);
	background: rgba(255, 255, 255, .018);
	color: #f2f2f2;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055);
}

.asrf-form input::placeholder,
.asrf-form textarea::placeholder,
.asrf-form label > small {
	color: rgba(184, 184, 184, .68);
}

.asrf-root input:focus,
.asrf-root select:focus,
.asrf-root textarea:focus {
	border-color: rgba(230, 238, 246, .78);
	background: #0e0e11;
	box-shadow: 0 0 0 1px rgba(230, 238, 246, .34), 0 0 24px rgba(230, 238, 246, .22);
}

.asrf-feedback-next {
	border: 1px solid rgba(230, 238, 246, .12);
	background: rgba(255, 255, 255, .025);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.asrf-feedback-next h2 { color: #f2f2f2; }
.asrf-feedback-next ul { color: var(--ui-text-silver, #b8b8b8); }
.asrf-feedback-next a { color: #f2f2f2; }

.asrf-dialog {
	border-color: rgba(230, 238, 246, .3);
	background: #090909;
	color: #f2f2f2;
}

.asrf-dialog__header h2 { color: #f2f2f2; }
.asrf-icon-button { background: rgba(255, 255, 255, .06); color: #b8b8b8; }

body.asrf-board-view .asrf-board-main,
body.asrf-board-view.footer-reveal-ready .asrf-board-main {
	background: #000;
}

body.asrf-board-view.footer-reveal-ready .asrf-board-main {
	border-bottom: 1px solid rgba(224, 234, 244, .52);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .2), 0 2px 20px rgba(214, 226, 238, .2), 0 18px 48px rgba(0, 0, 0, .44);
}

body.asrf-board-view.footer-reveal-ready .asrf-board-main::after {
	position: absolute;
	z-index: 20;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(214, 226, 238, .58) 0, rgba(224, 234, 244, .68) 18%, rgba(248, 250, 252, .78) 50%, rgba(224, 234, 244, .68) 82%, rgba(214, 226, 238, .58) 100%);
	box-shadow: 0 0 12px rgba(238, 245, 252, .46), 0 0 30px rgba(210, 224, 238, .3);
	content: "";
}

@media (max-width: 600px) {
	.asrf-root::after {
		bottom: -74px;
		width: 150vw;
		height: 470px;
		opacity: .68;
	}
}

/* Visual approval pass: header clearance, banner depth, controls, and card scale. */
.asrf-roadmap-hero {
	position: relative;
	isolation: isolate;
	min-height: 520px;
	overflow: hidden;
	border-bottom: 1px solid rgba(230, 238, 246, .16);
	padding: clamp(150px, 13vw, 184px) 0 82px;
	background:
		radial-gradient(ellipse 62% 58% at 50% 36%, rgba(198, 210, 234, .15), rgba(198, 210, 234, .04) 48%, transparent 78%),
		radial-gradient(circle at 10% 30%, rgba(198, 210, 234, .075), transparent 34%),
		radial-gradient(circle at 90% 64%, rgba(198, 210, 234, .065), transparent 32%),
		linear-gradient(135deg, #050608 0%, #000 46%, #06070a 100%);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .035);
}

.asrf-roadmap-hero::before {
	position: absolute;
	z-index: 0;
	inset: -8% -5% 0;
	pointer-events: none;
	background:
		linear-gradient(
			96deg,
			transparent 4%,
			rgba(230, 238, 246, .055) 13%,
			transparent 22%,
			rgba(230, 238, 246, .09) 32%,
			transparent 41%,
			rgba(230, 238, 246, .125) 50%,
			transparent 59%,
			rgba(230, 238, 246, .085) 69%,
			transparent 79%,
			rgba(230, 238, 246, .05) 88%,
			transparent 96%
		),
		repeating-linear-gradient(
			90deg,
			transparent 0 72px,
			rgba(230, 238, 246, .04) 96px,
			transparent 132px
		);
	content: "";
	filter: blur(7px);
	mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, .94) 48%, rgba(0, 0, 0, .42) 76%, transparent 100%);
	-webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, .94) 48%, rgba(0, 0, 0, .42) 76%, transparent 100%);
	mix-blend-mode: screen;
	opacity: .9;
}

.asrf-roadmap-hero::after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	width: min(900px, 78vw);
	height: 1px;
	pointer-events: none;
	background: linear-gradient(90deg, transparent, rgba(230, 238, 246, .68), transparent);
	box-shadow: 0 0 24px rgba(214, 226, 238, .22);
	content: "";
	transform: translateX(-50%);
}

.asrf-roadmap-hero__inner {
	position: relative;
	z-index: 2;
}

.asrf-pulse-dot {
	display: inline-block;
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f2f2f2;
	box-shadow: 0 0 8px #fff;
	animation: asrf-pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
}

@keyframes asrf-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: .42; }
}

.asrf-roadmap .asrf-button--primary,
.asrf-roadmap .asrf-button--primary:hover,
.asrf-roadmap .asrf-button--primary:focus,
.asrf-roadmap .asrf-button--primary:active {
	transform: none !important;
}

.asrf-roadmap-content {
	background: transparent;
	padding-top: 54px;
	padding-bottom: 190px;
}

.asrf-root select,
.asrf-root select:focus {
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23c6ced8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 14px 14px;
	padding-right: 46px;
}

.asrf-root[dir="rtl"] select,
.asrf-root[dir="rtl"] select:focus {
	background-position: left 16px center;
	padding-right: 13px;
	padding-left: 46px;
}

.asrf-root select option {
	background: #0e0e11;
	color: #f2f2f2;
}

.asrf-card {
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 10px;
	padding: 14px;
}

.asrf-card,
.asrf-card:hover,
.asrf-card:focus-within {
	transform: none !important;
}

.asrf-vote {
	width: 50px;
	height: 38px;
	gap: 7px;
}

.asrf-vote__icon {
	flex-basis: 16px;
	width: 16px;
	height: 16px;
}

.asrf-vote__icon img {
	width: 82px !important;
}

.asrf-vote strong {
	font-size: 11px;
}

.asrf-card__link h3 {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.38;
}

.asrf-card__link p {
	font-size: 12.5px;
	line-height: 1.5;
}

.asrf-badge {
	min-height: 21px;
	padding: 2px 7px;
	font-size: 10px;
}

.asrf-feedback-page {
	padding-top: clamp(154px, 13vw, 184px);
	padding-bottom: 190px;
}

.asrf-feedback-header {
	margin-bottom: 42px;
}

.asrf-feedback-next {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 27px 28px;
	text-align: center;
}

.asrf-feedback-next h2 {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 1.35;
}

.asrf-feedback-next ul {
	display: grid;
	gap: 5px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.7;
	list-style: none;
	text-align: center;
}

.asrf-feedback-next li::before {
	margin-inline-end: 7px;
	color: rgba(242, 242, 242, .78);
	content: "•";
}

.asrf-feedback-next .asrf-feedback-next__button {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin-top: 18px;
	border: 1px solid #f2f2f2;
	border-radius: 10px;
	background: #f2f2f2;
	color: #050505;
	box-shadow: 0 0 20px rgba(255, 255, 255, .08);
	padding: 10px 17px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color .2s, box-shadow .2s;
}

.asrf-feedback-next .asrf-feedback-next__button:hover,
.asrf-feedback-next .asrf-feedback-next__button:focus {
	background: #e0e0e0;
	color: #050505;
	box-shadow: 0 0 30px rgba(255, 255, 255, .18);
	transform: none !important;
}

.asrf-root[dir="rtl"] .asrf-feedback-next__button svg {
	transform: scaleX(-1);
}

@media (max-width: 600px) {
	.asrf-roadmap-hero {
		min-height: 450px;
		padding-top: 132px;
		padding-bottom: 62px;
	}

	.asrf-roadmap-hero::before {
		inset: 8% -36%;
	}

	.asrf-feedback-page {
		padding-top: 132px;
	}

	.asrf-roadmap-content,
	.asrf-feedback-page {
		padding-bottom: 150px;
	}

	.asrf-card {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.asrf-vote {
		width: 48px;
	}
}

html body .asrf-root,
html body .asrf-root :where(button, input, select, textarea) {
	font-family: "Plus Jakarta Sans", "Instrument Sans", "Outfit", sans-serif !important;
}

.asrf-roadmap-hero h1.ui-primary-heading,
.asrf-feedback-header h1.ui-primary-heading {
	display: inline-block;
	background-image: var(--ui-heading-gradient, linear-gradient(to bottom, #f2f2f2 0%, #666 100%)) !important;
	background-clip: text !important;
	color: transparent !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	filter: none;
}

/* Feedback page identity alignment. */
.asrf-feedback-page {
	background:
		radial-gradient(ellipse 82% 30% at 50% 7%, rgba(213, 224, 239, .11) 0%, rgba(198, 210, 234, .04) 42%, transparent 76%),
		linear-gradient(90deg, #000 0%, #030405 24%, #060708 50%, #030405 76%, #000 100%);
}

.asrf-feedback-shell {
	position: relative;
	isolation: isolate;
}

.asrf-feedback-shell::before,
.asrf-feedback-shell::after {
	position: absolute;
	z-index: 0;
	pointer-events: none;
	content: "";
}

.asrf-feedback-shell::before {
	top: 110px;
	bottom: 44px;
	left: 50%;
	width: min(1040px, 150vw);
	background:
		radial-gradient(ellipse 55% 38% at 50% 31%, rgba(213, 224, 239, .13) 0%, rgba(198, 210, 234, .052) 40%, transparent 74%),
		radial-gradient(ellipse 62% 22% at 50% 88%, rgba(213, 224, 239, .09) 0%, rgba(198, 210, 234, .028) 48%, transparent 76%);
	filter: blur(24px);
	opacity: .9;
	transform: translateX(-50%);
}

.asrf-feedback-shell::after {
	top: 74px;
	left: 50%;
	width: min(980px, 142vw);
	height: 880px;
	background:
		linear-gradient(104deg, transparent 15%, rgba(213, 224, 239, .022) 32%, rgba(213, 224, 239, .065) 49%, rgba(213, 224, 239, .022) 66%, transparent 84%),
		repeating-linear-gradient(90deg, transparent 0 94px, rgba(213, 224, 239, .02) 95px, transparent 96px);
	filter: blur(.2px);
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 13%, #000 66%, transparent 100%);
	mask-image: linear-gradient(to bottom, transparent 0%, #000 13%, #000 66%, transparent 100%);
	opacity: .62;
	transform: translateX(-50%);
}

.asrf-feedback-shell > * {
	position: relative;
	z-index: 1;
}

.asrf-feedback-form {
	gap: 20px;
	border-color: rgba(230, 238, 246, .3);
	border-radius: 16px;
	background: var(--as-panel-bg, #090909);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .045),
		inset 0 -1px 0 rgba(255, 255, 255, .03),
		0 18px 60px rgba(0, 0, 0, .55),
		0 0 36px rgba(184, 184, 184, .08);
}

.asrf-feedback-form label {
	gap: 9px;
	font-size: 14px;
}

.asrf-feedback-form label > span {
	color: rgba(242, 242, 242, .86);
}

.asrf-feedback-form input,
.asrf-feedback-form select,
.asrf-feedback-form textarea {
	min-height: 52px;
	border-color: rgba(230, 238, 246, .3);
	border-radius: 14px;
	background-color: #0b0b0d;
	box-shadow: none;
	padding: 13px 16px;
	font-size: 15px;
	line-height: 1.45;
	transition: border-color .3s, box-shadow .3s, background-color .3s;
}

.asrf-feedback-form textarea {
	min-height: 150px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.asrf-feedback-form input::placeholder,
.asrf-feedback-form textarea::placeholder {
	color: rgba(242, 242, 242, .35);
}

.asrf-feedback-form input:hover,
.asrf-feedback-form select:hover,
.asrf-feedback-form textarea:hover {
	border-color: rgba(230, 238, 246, .5);
}

.asrf-feedback-form input:focus,
.asrf-feedback-form select:focus,
.asrf-feedback-form textarea:focus {
	border-color: rgba(230, 238, 246, .78);
	background-color: #0e0e11;
	box-shadow: 0 0 0 1px rgba(230, 238, 246, .34), 0 0 24px rgba(230, 238, 246, .22);
}

.asrf-feedback-form label > small {
	color: rgba(184, 184, 184, .68);
	font-size: 13px;
	font-weight: 450;
	line-height: 1.5;
}

.asrf-feedback-submit,
.asrf-feedback-submit:focus-visible {
	position: relative;
	display: inline-flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 190px;
	min-height: 50px;
	justify-self: center;
	border-radius: 999px;
	padding: 0 26px;
	box-shadow: 0 0 22px rgba(255, 255, 255, .11), 0 10px 28px rgba(0, 0, 0, .28);
	font-size: 15px;
}

.asrf-feedback-submit__label {
	transition: opacity .2s ease;
}

.asrf-feedback-submit__spinner,
.asrf-feedback-submit__success,
.asrf-feedback-submit__error {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	opacity: 0;
	transform: scale(.72);
	transition: opacity .24s ease, transform .32s cubic-bezier(.16, 1, .3, 1);
}

.asrf-feedback-submit__spinner {
	width: 22px;
	height: 22px;
	inset: 50% auto auto 50%;
	border: 2px solid rgba(5, 5, 5, .24);
	border-top-color: #050505;
	border-radius: 50%;
	animation: asrf-submit-spin .72s linear infinite;
	animation-play-state: paused;
	transform: translate(-50%, -50%) scale(.72);
}

.asrf-feedback-submit__success svg,
.asrf-feedback-submit__error svg {
	width: 32px;
	height: 32px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.asrf-feedback-submit[data-state="loading"] .asrf-feedback-submit__label,
.asrf-feedback-submit[data-state="success"] .asrf-feedback-submit__label,
.asrf-feedback-submit[data-state="error"] .asrf-feedback-submit__label {
	opacity: 0;
}

.asrf-feedback-submit[data-state="loading"] .asrf-feedback-submit__spinner {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	animation-play-state: running;
}

.asrf-feedback-submit[data-state="success"],
.asrf-feedback-submit[data-state="success"]:hover,
.asrf-feedback-submit[data-state="success"]:focus-visible {
	border-color: #16a34a;
	background: #16a34a;
	color: #fff;
	box-shadow: 0 0 24px rgba(22, 163, 74, .24), 0 12px 30px rgba(0, 0, 0, .3);
}

.asrf-feedback-submit[data-state="error"],
.asrf-feedback-submit[data-state="error"]:hover,
.asrf-feedback-submit[data-state="error"]:focus-visible {
	border-color: #dc2626;
	background: #dc2626;
	color: #fff;
	box-shadow: 0 0 24px rgba(220, 38, 38, .24), 0 12px 30px rgba(0, 0, 0, .3);
}

.asrf-feedback-submit[data-state="success"] .asrf-feedback-submit__success,
.asrf-feedback-submit[data-state="error"] .asrf-feedback-submit__error {
	opacity: 1;
	transform: scale(1);
}

.asrf-feedback-submit:disabled {
	cursor: wait;
	opacity: 1;
}

@keyframes asrf-submit-spin {
	to { transform: translate(-50%, -50%) rotate(360deg) scale(1); }
}

.asrf-feedback-submit:hover,
.asrf-feedback-submit:focus-visible {
	box-shadow: 0 0 34px rgba(255, 255, 255, .2), 0 12px 30px rgba(0, 0, 0, .3);
	transform: none !important;
}

.asrf-feedback-form .asrf-form__message[data-state="status"] {
	border-color: rgba(230, 238, 246, .24);
	background: #0e0e11;
	color: rgba(242, 242, 242, .78);
}

.asrf-feedback-form .asrf-form__message[data-state="error"] {
	border-color: rgba(248, 113, 113, .4);
	background: rgba(127, 29, 29, .18);
	color: #fca5a5;
}

.asrf-feedback-form .asrf-form__message[data-state="success"] {
	border-color: rgba(74, 222, 128, .36);
	background: rgba(20, 83, 45, .18);
	color: #86efac;
}

.asrf-feedback-next {
	border-color: rgba(230, 238, 246, .2);
	background: var(--as-panel-bg, #090909);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .045),
		0 18px 48px rgba(0, 0, 0, .34),
		0 0 30px rgba(184, 184, 184, .04);
}

@media (max-width: 600px) {
	.asrf-feedback-page {
		background:
			radial-gradient(ellipse 124% 26% at 50% 6%, rgba(230, 238, 246, .105) 0%, rgba(205, 218, 232, .034) 46%, transparent 80%),
			linear-gradient(90deg, #000 0%, #050607 50%, #000 100%);
	}

	.asrf-feedback-shell::before {
		top: 96px;
		bottom: 28px;
		width: 164vw;
		filter: blur(20px);
		opacity: .82;
	}

	.asrf-feedback-shell::after {
		top: 86px;
		width: 154vw;
		height: 780px;
		opacity: .46;
	}

	.asrf-feedback-form {
		gap: 17px;
		border-radius: 16px;
		padding: 24px 20px;
	}

	.asrf-feedback-form input,
	.asrf-feedback-form select {
		min-height: 50px;
	}

	.asrf-feedback-form textarea {
		min-height: 142px;
	}

	.asrf-feedback-submit {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.asrf-pulse-dot {
		animation: none;
	}

	.asrf-feedback-submit__spinner {
		animation-duration: 1.4s;
	}
}
