/* /Components/Layout/MainLayout.razor.rz.scp.css */
.admin-layout[b-sky35sytke] {
	--admin-bg: #111315;
	--admin-panel: #181b1f;
	--admin-panel-strong: #0f1114;
	--admin-line: #2b3036;
	--admin-line-strong: #3a424b;
	--admin-text: #f1f4f7;
	--admin-muted: #8d98a5;
	--admin-accent: #4da3ff;
	--admin-warning: #efb44d;
	--surface: var(--admin-panel);
	--surface-strong: #1d2126;
	--surface-subtle: #15181c;
	--line: var(--admin-line);
	--accent: var(--admin-accent);
	--text: var(--admin-text);
	--muted: var(--admin-muted);
	--text-muted: var(--admin-muted);
	--admin-sidebar-width: 248px;
	--admin-sidebar-collapsed-width: 68px;
	background: var(--admin-bg);
	color: var(--admin-text);
	display: grid;
	grid-template-columns: var(--admin-sidebar-width) minmax(0, 1fr);
	height: 100vh;
	min-height: 0;
	overflow: hidden;
	transition: grid-template-columns 160ms ease;
}

.admin-layout.admin-layout--sidebar-collapsed[b-sky35sytke] {
	grid-template-columns: var(--admin-sidebar-collapsed-width) minmax(0, 1fr);
}

.admin-sidebar[b-sky35sytke] {
	background: #15181c;
	border-right: 1px solid var(--admin-line);
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 0;
	padding: 12px 10px 10px;
	position: relative;
	transition: padding 160ms ease;
}

.admin-sidebar__mast[b-sky35sytke] {
	align-items: center;
	display: flex;
	gap: 8px;
	min-height: 44px;
	min-width: 0;
}

.admin-brand[b-sky35sytke] {
	align-items: center;
	color: var(--admin-text);
	display: flex;
	flex: 1 1 auto;
	gap: 10px;
	min-width: 0;
	padding: 4px 2px;
	text-decoration: none;
}

.admin-brand__mark[b-sky35sytke] {
	align-items: center;
	background: var(--admin-accent);
	border-radius: 6px;
	color: #07131f;
	display: inline-flex;
	flex: 0 0 36px;
	font-size: 0.82rem;
	font-weight: 950;
	height: 36px;
	justify-content: center;
	letter-spacing: 0;
	width: 36px;
}

.admin-brand strong[b-sky35sytke],
.admin-brand small[b-sky35sytke] {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.admin-brand strong[b-sky35sytke] {
	font-size: 0.92rem;
	line-height: 1.2;
}

.admin-brand small[b-sky35sytke] {
	color: var(--admin-muted);
	font-size: 0.69rem;
	font-weight: 750;
	letter-spacing: 0;
	margin-top: 2px;
}

.admin-sidebar-toggle[b-sky35sytke] {
	align-items: center;
	background: transparent;
	border: 1px solid var(--admin-line-strong);
	border-radius: 6px;
	color: #b7c0ca;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 32px;
	height: 32px;
	justify-content: center;
	padding: 0;
	transition: background 140ms ease, border-color 140ms ease, color 140ms ease;
	width: 32px;
	z-index: 4;
}

.admin-sidebar-toggle--mobile[b-sky35sytke] {
	display: none;
}

.admin-sidebar-toggle:hover[b-sky35sytke] {
	background: #22272d;
	border-color: #52606e;
	color: #ffffff;
}

.admin-sidebar-toggle__icon[b-sky35sytke] {
	border: solid currentColor;
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: 7px;
	transform: rotate(135deg);
	transition: transform 160ms ease;
	width: 7px;
}

.admin-sidebar-toggle__mobile-icon[b-sky35sytke],
.admin-sidebar-toggle__mobile-icon[b-sky35sytke]::before,
.admin-sidebar-toggle__mobile-icon[b-sky35sytke]::after {
	background: currentColor;
	border-radius: 2px;
	content: "";
	display: block;
	height: 2px;
	transition: transform 160ms ease, opacity 160ms ease;
	width: 16px;
}

.admin-sidebar-toggle__mobile-icon[b-sky35sytke] {
	position: relative;
}

.admin-sidebar-toggle__mobile-icon[b-sky35sytke]::before {
	left: 0;
	position: absolute;
	top: -5px;
}

.admin-sidebar-toggle__mobile-icon[b-sky35sytke]::after {
	left: 0;
	position: absolute;
	top: 5px;
}

.admin-menu[b-sky35sytke] {
	align-content: start;
	display: grid;
	flex: 1 1 auto;
	gap: 2px;
	margin-right: -4px;
	min-height: 0;
	overflow-y: auto;
	padding: 2px 4px 8px 0;
	scrollbar-color: #3b4652 transparent;
	scrollbar-width: thin;
}

.admin-menu__section[b-sky35sytke] {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.admin-menu__group[b-sky35sytke] {
	align-items: center;
	background: transparent;
	border: 0;
	color: #727d88;
	cursor: default;
	display: flex;
	font-size: 0.68rem;
	font-weight: 850;
	justify-content: space-between;
	letter-spacing: 0;
	min-height: 28px;
	padding: 10px 8px 2px;
	text-align: left;
	width: 100%;
}

.admin-menu__section-toggle[b-sky35sytke] {
	cursor: pointer;
	font: inherit;
}

.admin-menu__section-toggle[b-sky35sytke]::after {
	border: solid currentColor;
	border-width: 0 1px 1px 0;
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	height: 5px;
	transform: rotate(45deg);
	transition: transform 140ms ease;
	width: 5px;
}

.admin-menu__section-toggle:hover[b-sky35sytke],
.admin-menu__section-toggle--admin:hover[b-sky35sytke] {
	background: transparent;
	color: #aeb7c1;
}

.admin-menu__section-toggle--admin[b-sky35sytke] {
	color: #7d8995;
}

.admin-menu__section.is-collapsed .admin-menu__section-toggle[b-sky35sytke]::after {
	transform: rotate(-45deg);
}

.admin-menu__section-panel[b-sky35sytke] {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.admin-menu__section.is-collapsed .admin-menu__section-panel[b-sky35sytke] {
	display: none;
}

.admin-menu a[b-sky35sytke] {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 6px;
	color: #b9c1ca;
	display: flex;
	gap: 9px;
	font-size: 0.86rem;
	font-weight: 760;
	min-height: 42px;
	min-width: 0;
	padding: 5px 7px;
	position: relative;
	text-decoration: none;
}

.admin-menu a:hover[b-sky35sytke] {
	background: #1d2126;
	border-color: #2d343c;
	color: #ffffff;
}

.admin-menu a.active[b-sky35sytke] {
	background: #22272d;
	border-color: #34414d;
	box-shadow: inset 2px 0 0 var(--admin-accent);
	color: #ffffff;
}

.admin-menu__icon[b-sky35sytke] {
	align-items: center;
	background: #1c2025;
	border: 1px solid #30363d;
	border-radius: 5px;
	color: #8fc7ff;
	display: inline-flex;
	flex: 0 0 28px;
	font-size: 0.65rem;
	font-weight: 900;
	height: 28px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	width: 28px;
}

.admin-menu a.active .admin-menu__icon[b-sky35sytke] {
	background: #17324d;
	border-color: #315c83;
	color: #c7e4ff;
}

.admin-menu__text[b-sky35sytke] {
	display: block;
	min-width: 0;
}

.admin-menu__text span[b-sky35sytke] {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.admin-menu__text small[b-sky35sytke] {
	display: none;
}

.admin-sidebar__status[b-sky35sytke] {
	align-items: center;
	border-top: 1px solid var(--admin-line);
	color: #8d98a5;
	display: flex;
	font-size: 0.72rem;
	font-weight: 750;
	gap: 8px;
	margin-top: auto;
	min-height: 38px;
	padding: 9px 8px 0;
}

.admin-status-dot[b-sky35sytke] {
	background: #50c28a;
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(80, 194, 138, 0.12);
	flex: 0 0 auto;
	height: 7px;
	width: 7px;
}

.admin-stage[b-sky35sytke] {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	max-height: 100vh;
	min-height: 0;
	min-width: 0;
	overflow: hidden;
}

.admin-content[b-sky35sytke] {
	min-height: 0;
	min-width: 0;
	overflow: auto;
	padding: 20px 24px 40px;
	scrollbar-color: #3b4652 transparent;
	scrollbar-width: thin;
}

.admin-layout.admin-layout--sidebar-collapsed .admin-sidebar[b-sky35sytke] {
	padding-inline: 8px;
}

.admin-layout.admin-layout--sidebar-collapsed .admin-sidebar__mast[b-sky35sytke] {
	flex-direction: column;
	gap: 8px;
}

.admin-layout.admin-layout--sidebar-collapsed .admin-sidebar-toggle__icon[b-sky35sytke] {
	transform: rotate(-45deg);
}

.admin-layout.admin-layout--sidebar-collapsed .admin-brand[b-sky35sytke] {
	justify-content: center;
}

.admin-layout.admin-layout--sidebar-collapsed .admin-brand > span:not(.admin-brand__mark)[b-sky35sytke],
.admin-layout.admin-layout--sidebar-collapsed .admin-menu__group[b-sky35sytke],
.admin-layout.admin-layout--sidebar-collapsed .admin-menu__text[b-sky35sytke],
.admin-layout.admin-layout--sidebar-collapsed .admin-sidebar__status span:last-child[b-sky35sytke] {
	display: none;
}

.admin-layout.admin-layout--sidebar-collapsed .admin-menu[b-sky35sytke] {
	gap: 3px;
	margin-right: 0;
	overflow-x: hidden;
	padding-right: 0;
}

.admin-layout.admin-layout--sidebar-collapsed .admin-menu__section[b-sky35sytke],
.admin-layout.admin-layout--sidebar-collapsed .admin-menu__section-panel[b-sky35sytke] {
	display: grid !important;
	gap: 3px;
}

.admin-layout.admin-layout--sidebar-collapsed .admin-menu a[b-sky35sytke] {
	gap: 0;
	justify-content: center;
	min-height: 42px;
	padding: 5px;
}

.admin-layout.admin-layout--sidebar-collapsed .admin-sidebar__status[b-sky35sytke] {
	justify-content: center;
	padding-inline: 0;
}

@media (max-width: 900px) {
	.admin-layout[b-sky35sytke],
	.admin-layout.admin-layout--sidebar-collapsed[b-sky35sytke] {
		display: block;
		height: auto;
		min-height: 100vh;
		overflow: visible;
	}

	.admin-sidebar[b-sky35sytke] {
		border-bottom: 1px solid var(--admin-line);
		border-right: 0;
		min-height: 60px;
		padding: 8px 12px;
		position: sticky;
		top: 0;
		z-index: 40;
	}

	.admin-sidebar-toggle--desktop[b-sky35sytke] {
		display: none;
	}

	.admin-sidebar-toggle--mobile[b-sky35sytke] {
		display: inline-flex;
	}

	.admin-menu[b-sky35sytke],
	.admin-layout.admin-layout--sidebar-collapsed .admin-menu[b-sky35sytke] {
		background: #15181c;
		border-bottom: 1px solid var(--admin-line);
		display: none;
		inset: 60px 0 auto;
		margin: 0;
		max-height: calc(100vh - 60px);
		overflow-y: auto;
		padding: 10px 12px 18px;
		position: fixed;
	}

	.admin-layout.admin-layout--mobile-menu-open .admin-menu[b-sky35sytke] {
		display: grid;
	}

	.admin-layout.admin-layout--mobile-menu-open .admin-sidebar-toggle__mobile-icon[b-sky35sytke] {
		background: transparent;
	}

	.admin-layout.admin-layout--mobile-menu-open .admin-sidebar-toggle__mobile-icon[b-sky35sytke]::before {
		top: 0;
		transform: rotate(45deg);
	}

	.admin-layout.admin-layout--mobile-menu-open .admin-sidebar-toggle__mobile-icon[b-sky35sytke]::after {
		top: 0;
		transform: rotate(-45deg);
	}

	.admin-sidebar__status[b-sky35sytke] {
		display: none;
	}

	.admin-layout.admin-layout--sidebar-collapsed .admin-brand > span:not(.admin-brand__mark)[b-sky35sytke],
	.admin-layout.admin-layout--sidebar-collapsed .admin-menu__group[b-sky35sytke],
	.admin-layout.admin-layout--sidebar-collapsed .admin-menu__text[b-sky35sytke] {
		display: block;
	}

	.admin-layout.admin-layout--sidebar-collapsed .admin-sidebar__mast[b-sky35sytke] {
		flex-direction: row;
	}

	.admin-layout.admin-layout--sidebar-collapsed .admin-menu a[b-sky35sytke] {
		gap: 9px;
		justify-content: flex-start;
		min-height: 42px;
		padding: 5px 7px;
	}

	.admin-stage[b-sky35sytke] {
		max-height: none;
		overflow: visible;
	}

	.admin-content[b-sky35sytke] {
		overflow: visible;
		padding: 16px;
	}
}

@media (max-width: 560px) {
	.admin-content[b-sky35sytke] {
		padding: 12px;
	}

	.admin-brand small[b-sky35sytke] {
		display: none;
	}
}
/* /Components/Pages/ApiDocs/Index.razor.rz.scp.css */
.api-docs-page[b-bk4l1kg78y] {
	min-width: 0;
	overflow-x: hidden;
}

.api-docs-page .table-wrap[b-bk4l1kg78y],
.api-docs-page pre[b-bk4l1kg78y] {
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
}

@media (max-width: 820px) {
	.api-docs-page[b-bk4l1kg78y] {
		padding: 12px;
	}
}
/* /Components/Pages/Super/FeedApiSurface.razor.rz.scp.css */
.api-page-head[b-lfq7n2tpxu] {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.api-page-head h1:focus[b-lfq7n2tpxu] {
	outline: none;
}

.api-page-actions[b-lfq7n2tpxu] {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
}

.api-head-status[b-lfq7n2tpxu] {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #c5ccd3;
	font-size: 0.75rem;
	font-weight: 750;
}

.api-head-status i[b-lfq7n2tpxu] {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #efb44d;
	box-shadow: 0 0 0 3px rgba(239, 180, 77, 0.12);
}

.api-readiness[b-lfq7n2tpxu] {
	display: grid;
	grid-template-columns: minmax(230px, 0.72fr) minmax(0, 2fr);
	margin-bottom: 12px;
	border: 1px solid var(--console-border, #2b3036);
	border-radius: 6px;
	background: var(--console-surface, #181b1f);
	overflow: hidden;
}

.api-readiness-summary[b-lfq7n2tpxu] {
	display: grid;
	align-content: center;
	min-height: 230px;
	padding: 24px;
	border-right: 1px solid var(--console-border, #2b3036);
	background: var(--console-surface-muted, #15181c);
}

.api-readiness-summary h2[b-lfq7n2tpxu],
.api-section-title h2[b-lfq7n2tpxu],
.api-boundary h2[b-lfq7n2tpxu] {
	margin: 4px 0 8px;
}

.api-readiness-summary p[b-lfq7n2tpxu],
.api-boundary p[b-lfq7n2tpxu] {
	margin: 0;
	color: var(--console-muted, #929ca7);
	line-height: 1.55;
}

.status-label[b-lfq7n2tpxu] {
	color: #efb44d;
	font-size: 0.7rem;
	font-weight: 850;
}

.api-readiness-score[b-lfq7n2tpxu] {
	display: block;
	margin-top: 8px;
	color: #f1f4f7;
	font-size: 2.65rem;
	line-height: 1;
}

.api-readiness-score small[b-lfq7n2tpxu] {
	color: #69747f;
	font-size: 1rem;
}

.api-readiness-track[b-lfq7n2tpxu] {
	margin: 0;
	padding: 0;
	list-style: none;
}

.api-readiness-track li[b-lfq7n2tpxu] {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) max-content;
	align-items: center;
	gap: 12px;
	min-height: 46px;
	padding: 8px 16px;
	border-bottom: 1px solid var(--console-border, #2b3036);
}

.api-readiness-track li:last-child[b-lfq7n2tpxu] {
	border-bottom: 0;
}

.api-readiness-track > li > span[b-lfq7n2tpxu] {
	color: #68737e;
	font-size: 0.68rem;
	font-weight: 800;
}

.api-readiness-track div[b-lfq7n2tpxu] {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.api-readiness-track strong[b-lfq7n2tpxu] {
	color: #e8edf2;
	font-size: 0.8rem;
}

.api-readiness-track small[b-lfq7n2tpxu] {
	color: var(--console-muted, #929ca7);
	font-size: 0.72rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.api-readiness-track em[b-lfq7n2tpxu] {
	color: #efb44d;
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 850;
}

.api-readiness-track .is-ready[b-lfq7n2tpxu] {
	box-shadow: inset 2px 0 #50c28a;
}

.api-readiness-track .is-ready em[b-lfq7n2tpxu] {
	color: #50c28a;
}

.api-workspace[b-lfq7n2tpxu] {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(310px, 0.75fr);
	gap: 12px;
	align-items: start;
	min-width: 0;
}

.api-workspace > .panel[b-lfq7n2tpxu] {
	margin-bottom: 12px;
	min-width: 0;
}

.api-contract-panel .table-wrap[b-lfq7n2tpxu] {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
}

.api-section-title[b-lfq7n2tpxu] {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}

.api-section-title code[b-lfq7n2tpxu] {
	color: #79baff;
}

.api-contract-table[b-lfq7n2tpxu] {
	width: 100%;
	table-layout: fixed;
}

.api-contract-table th:nth-child(1)[b-lfq7n2tpxu] { width: 20%; }
.api-contract-table th:nth-child(2)[b-lfq7n2tpxu] { width: 42%; }
.api-contract-table th:nth-child(3)[b-lfq7n2tpxu] { width: 25%; }
.api-contract-table th:nth-child(4)[b-lfq7n2tpxu] { width: 13%; }

.api-contract-table td[b-lfq7n2tpxu] {
	vertical-align: top;
}

.api-contract-table td strong[b-lfq7n2tpxu],
.api-contract-table td small[b-lfq7n2tpxu] {
	display: block;
}

.api-contract-table td small[b-lfq7n2tpxu] {
	margin-top: 3px;
	color: var(--console-muted, #929ca7);
}

.api-contract-table code[b-lfq7n2tpxu] {
	overflow-wrap: anywhere;
	color: #b9dafb;
}

.api-contract-status[b-lfq7n2tpxu] {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 2px 7px;
	border: 1px solid currentColor;
	border-radius: 4px;
	font-size: 0.68rem;
	font-weight: 850;
}

.api-contract-status.is-ready[b-lfq7n2tpxu] {
	color: #50c28a;
}

.api-contract-status.is-pending[b-lfq7n2tpxu] {
	color: #efb44d;
}

.api-gate-count[b-lfq7n2tpxu] {
	color: #efb44d;
	font-size: 0.72rem;
	font-weight: 800;
}

.api-gate-list[b-lfq7n2tpxu] {
	display: grid;
}

.api-gate-row[b-lfq7n2tpxu] {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr) max-content;
	gap: 10px;
	align-items: center;
	min-height: 58px;
	padding: 8px 0;
	border-bottom: 1px solid var(--console-border, #2b3036);
}

.api-gate-row:last-child[b-lfq7n2tpxu] {
	border-bottom: 0;
}

.api-gate-index[b-lfq7n2tpxu] {
	color: #69747f;
	font-size: 0.66rem;
	font-weight: 800;
}

.api-gate-row > div[b-lfq7n2tpxu] {
	display: grid;
	gap: 3px;
}

.api-gate-row strong[b-lfq7n2tpxu] {
	color: #e8edf2;
	font-size: 0.78rem;
}

.api-gate-row > div > span[b-lfq7n2tpxu] {
	color: var(--console-muted, #929ca7);
	font-size: 0.7rem;
}

.api-gate-row em[b-lfq7n2tpxu] {
	color: #efb44d;
	font-size: 0.68rem;
	font-style: normal;
	font-weight: 850;
}

.api-gate-row.is-done em[b-lfq7n2tpxu] {
	color: #50c28a;
}

.api-boundary[b-lfq7n2tpxu] {
	display: grid;
	grid-template-columns: minmax(180px, 0.45fr) minmax(0, 2fr);
	gap: 28px;
	align-items: center;
	border-left: 2px solid #4da3ff;
}

@media (max-width: 1180px) {
	.api-workspace[b-lfq7n2tpxu] {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 980px) {
	.api-readiness[b-lfq7n2tpxu] {
		grid-template-columns: 1fr;
	}

	.api-readiness-summary[b-lfq7n2tpxu] {
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid var(--console-border, #2b3036);
	}
}

@media (max-width: 760px) {
	.api-page-head[b-lfq7n2tpxu],
	.api-section-title[b-lfq7n2tpxu] {
		align-items: stretch;
		flex-direction: column;
	}

	.api-page-actions[b-lfq7n2tpxu] {
		justify-content: space-between;
	}

	.api-contract-table[b-lfq7n2tpxu] {
		min-width: 720px;
	}

	.api-boundary[b-lfq7n2tpxu] {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

@media (max-width: 520px) {
	.api-readiness-track li[b-lfq7n2tpxu] {
		grid-template-columns: 26px minmax(0, 1fr);
	}

	.api-readiness-track em[b-lfq7n2tpxu] {
		grid-column: 2;
	}
}
/* /Components/Pages/Super/FeedBookmarks.razor.rz.scp.css */
.bookmark-page-header[b-l7voer1jxv],
.bookmark-template-band[b-l7voer1jxv],
.bookmark-builder[b-l7voer1jxv] {
	width: min(100%, 1500px);
	margin-inline: auto;
}

.bookmark-page-header[b-l7voer1jxv]  .feed-page-head {
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
	padding: 4px 0 10px;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.bookmark-page-header[b-l7voer1jxv]  .feed-page-head .page-kicker {
	display: none;
}

.bookmark-page-header[b-l7voer1jxv]  .feed-page-head h1 {
	margin: 0;
	font-size: 22px;
}

.bookmark-page-header[b-l7voer1jxv]  .feed-page-head h1:focus {
	outline: none;
}

.bookmark-page-header[b-l7voer1jxv]  .feed-page-head p {
	display: none;
}

.bookmark-template-band[b-l7voer1jxv] {
	margin: 0 auto 10px;
}

.bookmark-template-band[b-l7voer1jxv]  .offer-template-band {
	margin-bottom: 0;
	padding: 8px 10px;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: var(--surface-subtle);
}

.bookmark-template-band[b-l7voer1jxv]  .offer-template-band__identity .page-kicker {
	display: none;
}

.bookmark-template-band[b-l7voer1jxv]  .offer-template-band__identity {
	gap: 1px;
}

.bookmark-template-band[b-l7voer1jxv]  .offer-template-band__actions .compact {
	min-height: 30px;
}

.bookmark-workspace-mode[b-l7voer1jxv] {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 7px 0 0;
	border-top: 1px solid var(--line);
}

.bookmark-workspace-mode__summary[b-l7voer1jxv] {
	display: none;
	gap: 2px;
	min-width: 220px;
}

.bookmark-workspace-mode__summary strong[b-l7voer1jxv] {
	font-size: 14px;
}

.bookmark-workspace-mode__summary small[b-l7voer1jxv] {
	line-height: 1.45;
	opacity: .72;
}

.bookmark-workspace-mode__tabs[b-l7voer1jxv] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
	width: 100%;
}

.bookmark-workspace-mode__tabs button[b-l7voer1jxv] {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 3px 8px;
	min-height: 50px;
	padding: 7px 9px;
	text-align: left;
	border: 1px solid var(--line);
	border-radius: 4px;
	background: var(--surface);
}

.bookmark-workspace-mode__tabs button:hover[b-l7voer1jxv],
.bookmark-workspace-mode__tabs button.is-active[b-l7voer1jxv] {
	border-color: var(--accent);
	background: color-mix(in srgb, var(--accent) 9%, var(--surface));
}

.bookmark-workspace-mode__tabs button.is-active[b-l7voer1jxv] {
	box-shadow: inset 3px 0 0 var(--accent), 0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent);
}

.bookmark-workspace-mode__tabs span[b-l7voer1jxv] {
	min-width: 0;
	font-weight: 800;
}

.bookmark-workspace-mode__tabs em[b-l7voer1jxv] {
	min-width: 24px;
	padding: 1px 5px;
	text-align: center;
	border: 1px solid var(--line);
	font-size: 11px;
	font-style: normal;
	font-variant-numeric: tabular-nums;
}

.bookmark-workspace-mode__tabs small[b-l7voer1jxv] {
	display: block;
	grid-column: 1 / -1;
	color: var(--text-muted);
	font-size: 10px;
	line-height: 1.35;
	white-space: normal;
}

.bookmark-builder[b-l7voer1jxv] {
	display: grid;
	grid-template-columns: minmax(210px, 270px) minmax(430px, 1fr) minmax(260px, 350px);
	grid-template-areas: "scope workspace summary";
	gap: 8px;
	align-items: start;
}

.bookmark-builder__scope[b-l7voer1jxv] {
	grid-area: scope;
	position: static;
	display: grid;
	gap: 9px;
	min-width: 0;
	padding: 12px;
	border: 1px solid var(--line);
	border-top: 2px solid color-mix(in srgb, var(--accent) 78%, var(--line));
	border-radius: 6px;
	background: var(--surface);
}

.bookmark-builder__scope select[b-l7voer1jxv] {
	min-height: 34px;
}

.bookmark-builder .page-kicker[b-l7voer1jxv] {
	margin-bottom: 0;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 10px;
	letter-spacing: 0;
}

.bookmark-builder .bookmark-step-number[b-l7voer1jxv] {
	display: inline-grid;
	place-items: center;
	flex: 0 0 23px;
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0;
	border: 1px solid color-mix(in srgb, var(--accent) 80%, white);
	border-radius: 50%;
	background: color-mix(in srgb, var(--accent) 18%, var(--surface-strong));
	color: #dcecff;
	font-size: 0;
	line-height: 1;
}

.bookmark-builder .bookmark-step-number[b-l7voer1jxv]::after {
	content: attr(data-step);
	font-size: 12px;
	font-weight: 900;
}

.bookmark-builder__step-head[b-l7voer1jxv] {
	display: flex;
	align-items: center;
	gap: 7px;
}

.bookmark-builder__toolbar > div[b-l7voer1jxv],
.bookmark-builder__summary > header[b-l7voer1jxv] {
	display: flex;
	align-items: center;
	gap: 7px;
}

.bookmark-builder__scope header h2[b-l7voer1jxv],
.bookmark-builder__toolbar h2[b-l7voer1jxv] {
	margin: 0;
	font-size: 17px;
}

.bookmark-builder__tree[b-l7voer1jxv] {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.bookmark-builder__section-head[b-l7voer1jxv],
.bookmark-builder__toolbar[b-l7voer1jxv] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.bookmark-builder__section-head > div[b-l7voer1jxv] {
	display: grid;
	gap: 2px;
}

.bookmark-builder__section-head .bookmark-builder__section-title[b-l7voer1jxv],
.bookmark-builder__section-head .bookmark-builder__folder-actions[b-l7voer1jxv] {
	display: flex;
	align-items: center;
}

.bookmark-builder__section-title[b-l7voer1jxv] {
	gap: 6px;
}

.bookmark-builder__folder-actions[b-l7voer1jxv] {
	justify-content: flex-end;
	gap: 4px;
}

.bookmark-builder__folder-actions .compact[b-l7voer1jxv] {
	min-height: 28px;
	padding: 4px 7px;
}

.bookmark-builder__scope .bookmark-builder__section-head[b-l7voer1jxv] {
	display: grid;
	align-items: stretch;
	gap: 5px;
}

.bookmark-builder__scope .bookmark-builder__folder-actions[b-l7voer1jxv] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
}

.bookmark-builder__scope .bookmark-builder__folder-actions .compact[b-l7voer1jxv] {
	width: 100%;
}

.bookmark-builder__folder-toggle[b-l7voer1jxv] {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 24px;
	font-size: 12px;
	cursor: pointer;
}

.bookmark-builder__folder-toggle input[b-l7voer1jxv] {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin: 0;
}

.bookmark-builder__section-head span[b-l7voer1jxv] {
	font-variant-numeric: tabular-nums;
}

.bookmark-builder__tree-list[b-l7voer1jxv] {
	display: grid;
	gap: 4px;
	max-height: 180px;
	overflow: auto;
	padding-right: 2px;
}

.bookmark-builder__saved-rules[b-l7voer1jxv] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-width: 0;
	padding-top: 8px;
	border-top: 1px solid var(--line);
}

.bookmark-builder__saved-rules > div[b-l7voer1jxv] {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.bookmark-builder__saved-rules span[b-l7voer1jxv],
.bookmark-builder__saved-rules small[b-l7voer1jxv] {
	font-size: 11px;
	opacity: .68;
}

.bookmark-builder__saved-rules strong[b-l7voer1jxv],
.bookmark-builder__saved-rules small[b-l7voer1jxv] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bookmark-assignment-groups[b-l7voer1jxv],
.bookmark-assignment-list[b-l7voer1jxv] {
	display: grid;
	gap: 8px;
}

.bookmark-assignment-group[b-l7voer1jxv] {
	display: grid;
	gap: 6px;
	min-width: 0;
	padding-top: 8px;
	border-top: 1px solid var(--line);
}

.bookmark-assignment-group:first-child[b-l7voer1jxv] {
	padding-top: 0;
	border-top: 0;
}

.bookmark-assignment-group > header[b-l7voer1jxv] {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
}

.bookmark-assignment-group > header > div[b-l7voer1jxv] {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.bookmark-assignment-group > header small[b-l7voer1jxv] {
	line-height: 1.35;
	opacity: .68;
}

.bookmark-assignment-group > header > span[b-l7voer1jxv] {
	flex: 0 0 auto;
	min-width: 24px;
	padding: 2px 5px;
	text-align: center;
	border: 1px solid var(--line);
	font-size: 11px;
	font-variant-numeric: tabular-nums;
}

.bookmark-assignment-row[b-l7voer1jxv] {
	display: grid;
	gap: 5px;
	min-width: 0;
	padding: 7px;
	border: 1px solid var(--line);
	background: var(--surface-strong);
}

.bookmark-assignment-row.is-selected[b-l7voer1jxv] {
	border-color: var(--accent);
	box-shadow: inset 3px 0 0 var(--accent);
}

.bookmark-assignment-row__main[b-l7voer1jxv] {
	display: grid;
	gap: 2px;
	width: 100%;
	min-width: 0;
	padding: 2px;
	text-align: left;
	border: 0;
	background: transparent;
}

.bookmark-assignment-row__main strong[b-l7voer1jxv],
.bookmark-assignment-row__main small[b-l7voer1jxv],
.bookmark-assignment-row__main span[b-l7voer1jxv] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bookmark-assignment-row__main small[b-l7voer1jxv] {
	opacity: .72;
}

.bookmark-assignment-row__main span[b-l7voer1jxv] {
	color: var(--accent);
	font-size: 11px;
}

.bookmark-assignment-row__actions[b-l7voer1jxv] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 4px;
}

.bookmark-assignment-row__actions .compact[b-l7voer1jxv] {
	width: 100%;
	min-height: 28px;
	padding: 4px 6px;
}

.bookmark-builder__tree-row[b-l7voer1jxv] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	min-height: 40px;
	padding: 5px 7px;
	text-align: left;
	border: 1px solid transparent;
	background: transparent;
}

.bookmark-builder__tree-row:hover[b-l7voer1jxv],
.bookmark-builder__tree-row.is-selected[b-l7voer1jxv] {
	border-color: var(--accent);
	background: color-mix(in srgb, var(--accent) 10%, var(--surface));
}

.bookmark-builder__tree-row.is-disabled[b-l7voer1jxv] {
	border-style: dashed;
	opacity: .62;
}

.bookmark-builder__tree-row.is-disabled.is-selected[b-l7voer1jxv] {
	opacity: .82;
}

.bookmark-builder__tree-row span[b-l7voer1jxv] {
	display: grid;
	min-width: 0;
	gap: 2px;
}

.bookmark-builder__tree-row strong[b-l7voer1jxv],
.bookmark-builder__tree-row small[b-l7voer1jxv] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bookmark-builder__tree-row em[b-l7voer1jxv] {
	flex: 0 0 auto;
	font-style: normal;
	opacity: .72;
}

.bookmark-builder__workspace[b-l7voer1jxv] {
	grid-area: workspace;
	display: grid;
	gap: 0;
	min-width: 0;
}

.bookmark-fixture-launcher[b-l7voer1jxv] {
	display: grid;
	gap: 9px;
	margin-top: 8px;
	padding: 10px;
	border: 1px solid var(--line);
	border-left: 3px solid color-mix(in srgb, var(--accent) 76%, var(--line));
	border-radius: 5px;
	background: color-mix(in srgb, var(--surface-strong) 86%, transparent);
}

.bookmark-fixture-launcher > header[b-l7voer1jxv] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.bookmark-fixture-launcher > header > div[b-l7voer1jxv] {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.bookmark-fixture-launcher > header strong[b-l7voer1jxv] {
	font-size: 14px;
}

.bookmark-fixture-launcher > header small[b-l7voer1jxv],
.bookmark-fixture-launcher__status small[b-l7voer1jxv] {
	color: var(--text-muted);
	line-height: 1.45;
}

.bookmark-fixture-launcher__status[b-l7voer1jxv] {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	padding-top: 7px;
	border-top: 1px solid var(--line);
	font-size: 11px;
}

.bookmark-fixture-launcher__status > span[b-l7voer1jxv] {
	padding: 3px 7px;
	border: 1px solid var(--line);
	border-radius: 4px;
	background: var(--surface);
	font-weight: 800;
}

.bookmark-builder__control[b-l7voer1jxv],
.bookmark-builder__filters[b-l7voer1jxv] {
	margin: 0;
	min-width: 0;
	max-width: 100%;
}

.bookmark-builder__control[b-l7voer1jxv] {
	display: grid;
	gap: 8px;
	padding: 12px 14px;
	border-top: 2px solid color-mix(in srgb, var(--accent) 78%, var(--line));
}

.bookmark-builder__control-label[b-l7voer1jxv] {
	color: var(--text-muted);
	font-size: 11px;
	font-weight: 800;
}

.bookmark-exposure-group[b-l7voer1jxv] {
	max-width: 360px;
	margin-bottom: 6px;
}

.bookmark-exposure-group small[b-l7voer1jxv] {
	color: var(--text-muted);
	line-height: 1.45;
}

.bookmark-builder__inline-state[b-l7voer1jxv] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 38px;
	padding: 7px 9px;
	border: 1px dashed var(--line);
	background: color-mix(in srgb, var(--surface-strong) 82%, transparent);
}

.bookmark-builder__inline-state span[b-l7voer1jxv] {
	font-size: 11px;
	opacity: .7;
}

.bookmark-builder__inline-state.is-warning[b-l7voer1jxv] {
	border-color: color-mix(in srgb, #f59e0b 55%, var(--line));
}

.bookmark-provider-choices[b-l7voer1jxv] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
	padding: 0;
	background: transparent;
}

.bookmark-provider-choice[b-l7voer1jxv] {
	display: grid;
	align-content: center;
	gap: 1px;
	min-height: 40px;
	padding: 6px 10px;
	text-align: center;
	border: 1px solid var(--line);
	border-radius: 4px;
	background: var(--surface-strong);
}

.bookmark-provider-choice:hover[b-l7voer1jxv] {
	border-color: color-mix(in srgb, var(--accent) 65%, var(--line));
	background: color-mix(in srgb, var(--accent) 8%, var(--surface-strong));
}

.bookmark-provider-choice.is-active[b-l7voer1jxv] {
	border-color: #69b3ff;
	box-shadow: inset 0 0 0 1px color-mix(in srgb, #ffffff 24%, transparent);
	background: #1f6feb;
	color: #ffffff;
}

.bookmark-provider-choice small[b-l7voer1jxv] {
	display: block;
	font-size: .68rem;
	opacity: .72;
}

.bookmark-provider-template-status[b-l7voer1jxv] {
	margin: 6px 0 0;
	padding-left: 9px;
	font-size: .72rem;
	line-height: 1.45;
	border-left: 2px solid var(--line);
	color: var(--muted);
}

.bookmark-provider-template-status.is-default[b-l7voer1jxv] {
	border-left-color: #69b3ff;
	color: color-mix(in srgb, #ffffff 78%, #69b3ff);
}

.bookmark-provider-template-status.is-manual[b-l7voer1jxv] {
	border-left-color: #f59e0b;
}

.bookmark-builder__legacy-note[b-l7voer1jxv] {
	opacity: .72;
}

.bookmark-builder__legacy-note[b-l7voer1jxv] {
	margin: 2px 0 0;
	font-size: 11px;
	line-height: 1.5;
}

.bookmark-builder__filters[b-l7voer1jxv] {
	display: grid;
	gap: 7px;
	padding-top: 7px;
	border-top: 1px solid var(--line);
}

.bookmark-builder__filter-head[b-l7voer1jxv] {
	display: none;
}

.bookmark-builder__search-actions[b-l7voer1jxv] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding-top: 7px;
	border-top: 1px solid var(--line);
}

.bookmark-builder__search-actions .action-row[b-l7voer1jxv] {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

.bookmark-builder__search-actions .action-row > span[b-l7voer1jxv] {
	font-size: 12px;
	font-variant-numeric: tabular-nums;
	opacity: .72;
}

.bookmark-builder__sport-tabs[b-l7voer1jxv],
.bookmark-provider-tabs[b-l7voer1jxv],
.bookmark-market-switch[b-l7voer1jxv] {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.bookmark-builder__sport-tabs button[b-l7voer1jxv],
.bookmark-provider-tabs button[b-l7voer1jxv],
.bookmark-market-switch button[b-l7voer1jxv] {
	min-height: 36px;
	border: 1px solid var(--line);
	background: var(--surface-strong);
}

.bookmark-builder__sport-tabs button.is-active[b-l7voer1jxv],
.bookmark-provider-tabs button.is-active[b-l7voer1jxv],
.bookmark-market-switch button.is-active[b-l7voer1jxv] {
	border-color: var(--accent);
	background: color-mix(in srgb, var(--accent) 16%, var(--surface-strong));
}

.bookmark-builder__sport-tabs[b-l7voer1jxv] {
	gap: 2px;
	border-bottom: 1px solid var(--line);
}

.bookmark-builder__sport-tabs button[b-l7voer1jxv] {
	min-height: 30px;
	padding: 4px 9px;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	background: transparent;
}

.bookmark-builder__sport-tabs button.is-active[b-l7voer1jxv] {
	border-bottom-color: var(--accent);
	background: color-mix(in srgb, var(--accent) 8%, transparent);
}

.bookmark-builder__filter-grid[b-l7voer1jxv] {
	display: grid;
	grid-template-columns: minmax(120px, 1.2fr) repeat(2, minmax(145px, 1fr)) minmax(78px, .55fr);
	gap: 7px;
}

.bookmark-builder__filter-grid .field[b-l7voer1jxv] {
	gap: 3px;
}

.bookmark-builder__filter-grid .field span[b-l7voer1jxv] {
	font-size: 10px;
}

.bookmark-builder__filter-grid input[b-l7voer1jxv],
.bookmark-builder__filter-grid select[b-l7voer1jxv] {
	min-height: 34px;
	max-width: 100%;
	min-width: 0;
}

.bookmark-league-trigger[b-l7voer1jxv] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	min-width: 0;
	min-height: 42px;
	padding: 6px 10px;
	border: 1px solid var(--line);
	border-radius: 5px;
	background: var(--surface-strong);
	color: var(--text);
	text-align: left;
}

.bookmark-league-trigger:hover:not(:disabled)[b-l7voer1jxv] {
	border-color: color-mix(in srgb, var(--accent) 60%, var(--line));
}

.bookmark-league-trigger > span[b-l7voer1jxv] {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.bookmark-builder__filter-grid .bookmark-league-trigger strong[b-l7voer1jxv],
.bookmark-builder__filter-grid .bookmark-league-trigger small[b-l7voer1jxv] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bookmark-builder__filter-grid .bookmark-league-trigger strong[b-l7voer1jxv] {
	font-size: 12px;
}

.bookmark-builder__filter-grid .bookmark-league-trigger small[b-l7voer1jxv] {
	color: var(--muted);
	font-size: 10px;
}

.bookmark-league-trigger > b[b-l7voer1jxv] {
	flex: 0 0 auto;
	color: var(--muted);
	font-size: 15px;
}

.bookmark-rule-preview[b-l7voer1jxv] {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1px;
	border: 1px solid var(--line);
	background: var(--line);
}

.bookmark-rule-preview > div:nth-child(2)[b-l7voer1jxv],
.bookmark-rule-preview .page-kicker[b-l7voer1jxv] {
	display: none;
}

.bookmark-rule-preview > div[b-l7voer1jxv] {
	display: grid;
	gap: 3px;
	min-width: 0;
	padding: 6px 8px;
	background: var(--surface-strong);
}

.bookmark-rule-preview strong[b-l7voer1jxv],
.bookmark-rule-preview small[b-l7voer1jxv] {
	overflow-wrap: anywhere;
}

.bookmark-rule-preview small[b-l7voer1jxv],
.bookmark-rule-preview > div > span:not(.page-kicker)[b-l7voer1jxv] {
	opacity: .7;
}

.bookmark-rule-preview.is-current[b-l7voer1jxv] {
	border-color: color-mix(in srgb, #22c55e 50%, var(--line));
}

.bookmark-rule-preview.is-current > div:first-child[b-l7voer1jxv] {
	box-shadow: inset 3px 0 0 #22c55e;
}

.bookmark-rule-preview.is-stale[b-l7voer1jxv] {
	border-color: color-mix(in srgb, #f59e0b 55%, var(--line));
}

.bookmark-rule-preview.is-stale > div:first-child[b-l7voer1jxv] {
	box-shadow: inset 3px 0 0 #f59e0b;
}

.bookmark-rule-preview--dialog[b-l7voer1jxv] {
	margin: 0 14px 14px;
}

.bookmark-rule-preview__error[b-l7voer1jxv] {
	margin: -6px 0 0;
	color: #fca5a5;
	font-size: 12px;
}

.bookmark-builder__summary[b-l7voer1jxv] {
	grid-area: summary;
	position: static;
	display: grid;
	gap: 8px;
	min-width: 0;
	margin: 0;
	padding: 12px 14px;
	border-top: 2px solid color-mix(in srgb, var(--accent) 78%, var(--line));
}

.bookmark-builder__summary > header[b-l7voer1jxv] {
	gap: 7px;
}

.bookmark-builder__summary h2[b-l7voer1jxv] {
	margin: 0;
	font-size: 16px;
}

.bookmark-builder__summary > header small[b-l7voer1jxv],
.bookmark-builder__summary-help[b-l7voer1jxv] {
	line-height: 1.45;
	opacity: .68;
}

.bookmark-builder__summary-list[b-l7voer1jxv] {
	display: grid;
	gap: 0;
	margin: 0;
}

.bookmark-builder__summary-list div[b-l7voer1jxv] {
	display: grid;
	grid-template-columns: minmax(82px, .65fr) minmax(0, 1.35fr);
	gap: 7px;
	padding: 5px 0;
	border-bottom: 1px solid var(--line);
}

.bookmark-builder__summary-list dt[b-l7voer1jxv],
.bookmark-builder__summary-list dd[b-l7voer1jxv] {
	margin: 0;
}

.bookmark-builder__summary-list dt[b-l7voer1jxv] {
	font-size: 12px;
	opacity: .65;
}

.bookmark-builder__summary-list dd[b-l7voer1jxv] {
	min-width: 0;
	text-align: right;
	font-size: 12px;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.bookmark-builder__summary-status[b-l7voer1jxv] {
	display: grid;
	gap: 4px;
	padding: 7px 8px;
	border: 1px solid var(--line);
	border-left-width: 3px;
	background: var(--surface-strong);
}

.bookmark-builder__summary-status strong[b-l7voer1jxv] {
	font-size: 13px;
}

.bookmark-builder__summary-status span[b-l7voer1jxv] {
	font-size: 11px;
	line-height: 1.45;
	opacity: .75;
}

.bookmark-builder__summary-status.is-ready[b-l7voer1jxv] {
	border-left-color: #22c55e;
}

.bookmark-builder__summary-status.is-warning[b-l7voer1jxv] {
	border-left-color: #f59e0b;
}

.bookmark-builder__summary-save[b-l7voer1jxv] {
	width: 100%;
	min-height: 38px;
}

.bookmark-builder__fixture-table tr[b-l7voer1jxv] {
	cursor: pointer;
}

.bookmark-builder__fixture-table table[b-l7voer1jxv] {
	min-width: 760px;
}

.bookmark-builder__fixture-table th[b-l7voer1jxv],
.bookmark-builder__fixture-table td[b-l7voer1jxv] {
	padding: 9px 10px;
	font-size: 12px;
}

.bookmark-builder__fixture-table th:last-child[b-l7voer1jxv],
.bookmark-builder__fixture-table td:last-child[b-l7voer1jxv] {
	width: 92px;
	text-align: right;
}

.bookmark-builder__fixture-table td:first-child[b-l7voer1jxv],
.bookmark-builder__fixture-table td:nth-child(3)[b-l7voer1jxv] {
	min-width: 0;
}

.bookmark-builder__fixture-table td:first-child[b-l7voer1jxv] {
	display: grid;
}

.bookmark-builder__fixture-table td:first-child strong[b-l7voer1jxv],
.bookmark-builder__fixture-table td:nth-child(3) strong[b-l7voer1jxv] {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bookmark-builder__fixture-table tbody tr:hover[b-l7voer1jxv],
.bookmark-builder__fixture-table tbody tr:focus[b-l7voer1jxv] {
	background: color-mix(in srgb, var(--accent) 8%, transparent);
	outline: none;
}

.bookmark-builder__fixture-table tbody tr.is-assigned[b-l7voer1jxv] {
	box-shadow: inset 3px 0 0 #22c55e;
}

.bookmark-fixture-browser-layer[b-l7voer1jxv] {
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.bookmark-fixture-browser[b-l7voer1jxv] {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	gap: 0;
	width: min(1380px, calc(100vw - 36px));
	max-width: none;
	max-height: calc(100vh - 36px);
	padding: 0;
}

.bookmark-fixture-browser__head[b-l7voer1jxv] {
	align-items: center;
	padding: 14px 16px;
	border-bottom: 1px solid var(--line);
	background: color-mix(in srgb, var(--surface-strong) 92%, transparent);
}

.bookmark-fixture-browser__head > div[b-l7voer1jxv] {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 2px 10px;
	align-items: center;
}

.bookmark-fixture-browser__head .bookmark-step-number[b-l7voer1jxv] {
	grid-row: 1 / 3;
}

.bookmark-fixture-browser__head h2[b-l7voer1jxv] {
	margin: 0;
	font-size: 19px;
}

.bookmark-fixture-browser__head small[b-l7voer1jxv] {
	grid-column: 2;
}

.bookmark-fixture-browser__close[b-l7voer1jxv] {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid var(--line);
	border-radius: 4px;
	background: var(--surface);
	color: var(--text);
	font-size: 24px;
	line-height: 1;
}

.bookmark-fixture-browser__body[b-l7voer1jxv] {
	display: grid;
	align-content: start;
	gap: 12px;
	min-height: 0;
	overflow: auto;
	padding: 12px 14px 16px;
}

.bookmark-fixture-browser__sports[b-l7voer1jxv] {
	position: sticky;
	top: -12px;
	z-index: 2;
	padding-top: 4px;
	background: var(--surface);
}

.bookmark-fixture-browser__filters[b-l7voer1jxv] {
	display: grid;
	gap: 8px;
	padding: 10px;
	border: 1px solid var(--line);
	border-radius: 5px;
	background: color-mix(in srgb, var(--surface-strong) 88%, transparent);
}

.bookmark-fixture-browser__error[b-l7voer1jxv] {
	margin: 0;
	padding: 9px 11px;
	border: 1px solid color-mix(in srgb, #ef4444 55%, var(--line));
	border-radius: 4px;
	background: color-mix(in srgb, #ef4444 10%, var(--surface));
	color: #fecaca;
	font-size: 12px;
}

.bookmark-fixture-browser__results[b-l7voer1jxv] {
	min-height: 260px;
	border: 1px solid var(--line);
	border-radius: 5px;
	overflow: hidden;
	background: var(--surface);
}

.bookmark-fixture-browser__results .table-wrap[b-l7voer1jxv] {
	overflow: auto;
}

.bookmark-fixture-browser__results thead[b-l7voer1jxv] {
	position: sticky;
	top: 0;
	z-index: 1;
	background: var(--surface-strong);
}

.bookmark-fixture-browser__footer[b-l7voer1jxv] {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 10px 14px;
	border-top: 1px solid var(--line);
	background: color-mix(in srgb, var(--surface-strong) 94%, transparent);
}

.bookmark-fixture-browser__footer > span[b-l7voer1jxv] {
	min-width: 150px;
	color: var(--text-muted);
	font-size: 12px;
	font-variant-numeric: tabular-nums;
}

.bookmark-fixture-browser__footer[b-l7voer1jxv]  .feed-numbered-pager {
	justify-content: center;
}

.bookmark-builder__fixture-table td strong[b-l7voer1jxv],
.bookmark-builder__fixture-table td small[b-l7voer1jxv] {
	display: block;
}

.bookmark-builder__fixture-table td small[b-l7voer1jxv] {
	margin-top: 3px;
	opacity: .72;
}

.bookmark-builder__sport-code[b-l7voer1jxv] {
	font-weight: 700;
}

.bookmark-builder__provider-badges[b-l7voer1jxv] {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.bookmark-builder__provider-badges span[b-l7voer1jxv] {
	padding: 3px 6px;
	border: 1px solid var(--line);
	font-size: 11px;
}

.bookmark-provider-tabs[b-l7voer1jxv] {
	margin-bottom: 12px;
}

.bookmark-provider-tabs button[b-l7voer1jxv] {
	display: grid;
	gap: 2px;
	min-width: 112px;
	text-align: left;
}

.bookmark-provider-tabs small[b-l7voer1jxv] {
	opacity: .72;
}

.bookmark-selected-provider[b-l7voer1jxv] {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 3px 10px;
	align-items: center;
	margin-bottom: 12px;
	padding: 10px 12px;
	border: 1px solid var(--line);
	background: var(--surface-strong);
}

.bookmark-selected-provider span[b-l7voer1jxv],
.bookmark-selected-provider small[b-l7voer1jxv] {
	font-size: 11px;
	opacity: .72;
}

.bookmark-selected-provider small[b-l7voer1jxv] {
	grid-column: 1 / -1;
}

.bookmark-fixture-modal-layer[b-l7voer1jxv] {
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.bookmark-dialog-layer--above-league-picker[b-l7voer1jxv] {
	z-index: 1090;
}

.bookmark-fixture-modal[b-l7voer1jxv] {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	width: min(1180px, calc(100vw - 32px));
	max-width: none;
	max-height: calc(100vh - 32px);
	margin: 0;
}

.bookmark-fixture-modal__body[b-l7voer1jxv] {
	min-height: 0;
	overflow: auto;
	padding: 14px;
}

.bookmark-fixture-modal__footer[b-l7voer1jxv] {
	border-top: 1px solid var(--line);
}

.bookmark-provider-summary[b-l7voer1jxv] {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin-bottom: 12px;
	background: var(--line);
	border: 1px solid var(--line);
}

.bookmark-provider-summary > div[b-l7voer1jxv] {
	display: grid;
	gap: 4px;
	padding: 10px;
	background: var(--surface);
}

.bookmark-provider-summary span[b-l7voer1jxv] {
	font-size: 11px;
	opacity: .72;
}

.bookmark-provider-sources[b-l7voer1jxv] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
	padding: 9px 10px;
	border: 1px solid var(--line);
	background: var(--surface);
}

.bookmark-provider-sources > div[b-l7voer1jxv] {
	display: grid;
	min-width: 0;
	gap: 2px;
}

.bookmark-provider-sources small[b-l7voer1jxv] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: .68;
}

.bookmark-provider-sources nav[b-l7voer1jxv] {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 6px;
}

.bookmark-provider-sources__state[b-l7voer1jxv] {
	flex: 0 0 auto;
	padding: 4px 7px;
	border: 1px solid var(--line);
	font-size: 11px;
	font-weight: 700;
	opacity: .76;
}

.bookmark-market-switch[b-l7voer1jxv] {
	margin-bottom: 10px;
}

.bookmark-market-density[b-l7voer1jxv] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
	padding: 8px;
	border: 1px solid var(--line);
	background: var(--surface);
}

.bookmark-market-density__switch[b-l7voer1jxv] {
	display: inline-flex;
	gap: 1px;
	padding: 1px;
	background: var(--line);
}

.bookmark-market-density__switch button[b-l7voer1jxv] {
	min-height: 30px;
	padding: 5px 9px;
	border: 0;
	border-radius: 0;
	background: var(--surface-strong);
}

.bookmark-market-density__switch button.is-active[b-l7voer1jxv] {
	background: color-mix(in srgb, var(--accent) 18%, var(--surface-strong));
	box-shadow: inset 0 0 0 1px var(--accent);
}

.bookmark-market-density small[b-l7voer1jxv] {
	text-align: right;
	opacity: .72;
}

.bookmark-market-family-tabs[b-l7voer1jxv] {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 10px;
}

.bookmark-market-family-tabs button[b-l7voer1jxv] {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 32px;
	padding: 5px 9px;
	border: 1px solid var(--line);
	background: var(--surface-strong);
}

.bookmark-market-family-tabs button.is-active[b-l7voer1jxv] {
	border-color: var(--accent);
	background: color-mix(in srgb, var(--accent) 16%, var(--surface-strong));
}

.bookmark-market-family-tabs span[b-l7voer1jxv] {
	font-variant-numeric: tabular-nums;
	opacity: .66;
}

.bookmark-market-search[b-l7voer1jxv] {
	margin-bottom: 10px;
}

.bookmark-market-list[b-l7voer1jxv] {
	display: grid;
	gap: 10px;
	max-height: min(58vh, 660px);
	overflow: auto;
	padding-right: 3px;
}

.bookmark-market-group[b-l7voer1jxv] {
	display: grid;
	gap: 0;
	border: 1px solid var(--line);
	background: var(--surface);
}

.bookmark-market-group > header[b-l7voer1jxv] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px;
	border-bottom: 1px solid var(--line);
	background: var(--surface-strong);
}

.bookmark-market-group > header > div[b-l7voer1jxv] {
	display: grid;
	gap: 2px;
}

.bookmark-market-group > header small[b-l7voer1jxv],
.bookmark-market-group > header > span[b-l7voer1jxv] {
	font-size: 11px;
	opacity: .7;
}

.bookmark-market-group__lines[b-l7voer1jxv] {
	display: grid;
	gap: 8px;
	padding: 8px;
}

.bookmark-market[b-l7voer1jxv] {
	border: 1px solid var(--line);
	background: var(--surface-strong);
}

.bookmark-market.is-selected[b-l7voer1jxv] {
	border-color: var(--accent);
	box-shadow: inset 0 0 0 1px var(--accent);
}

.bookmark-market > header[b-l7voer1jxv] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 9px 10px;
	border-bottom: 1px solid var(--line);
}

.bookmark-market > header > div[b-l7voer1jxv] {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.bookmark-market > header small[b-l7voer1jxv] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: .68;
}

.bookmark-market__actions[b-l7voer1jxv] {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;
	min-width: max-content;
}

.bookmark-market__actions .compact[b-l7voer1jxv] {
	min-height: 30px;
}

.settlement-pill[b-l7voer1jxv] {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 24px;
	padding: 3px 7px;
	border: 1px solid var(--line);
	font-size: 11px;
	font-weight: 800;
}

.settlement-pill--ready[b-l7voer1jxv] {
	border-color: color-mix(in srgb, #22c55e 48%, var(--line));
	color: #86efac;
}

.settlement-pill--period[b-l7voer1jxv] {
	border-color: color-mix(in srgb, #f59e0b 54%, var(--line));
	color: #fcd34d;
}

.settlement-pill--required[b-l7voer1jxv] {
	border-color: color-mix(in srgb, #ef4444 54%, var(--line));
	color: #fca5a5;
}

.bookmark-market__selections[b-l7voer1jxv] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 1px;
	background: var(--line);
}

.bookmark-market__selection[b-l7voer1jxv] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-height: 44px;
	padding: 8px 10px;
	border: 0;
	background: var(--surface-strong);
	text-align: left;
}

.bookmark-market__selection.is-disabled[b-l7voer1jxv] {
	opacity: .48;
}

.bookmark-draft-bar[b-l7voer1jxv] {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	width: 100%;
}

.bookmark-draft-bar > div[b-l7voer1jxv] {
	display: grid;
	gap: 2px;
	min-width: 0;
	margin-right: auto;
}

.bookmark-draft-bar span[b-l7voer1jxv] {
	font-size: 11px;
	opacity: .72;
}

.bookmark-draft-bar strong[b-l7voer1jxv] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bookmark-save-dialog[b-l7voer1jxv] {
	width: min(1040px, calc(100vw - 36px));
}

.bookmark-folder-dialog[b-l7voer1jxv] {
	width: min(760px, calc(100vw - 36px));
}

.bookmark-folder-dialog__form[b-l7voer1jxv] {
	grid-template-columns: minmax(0, 1.4fr) minmax(180px, 1fr) minmax(110px, .5fr);
}

.bookmark-folder-dialog__reason[b-l7voer1jxv] {
	grid-column: 1 / -1;
}

.bookmark-folder-disable-dialog[b-l7voer1jxv] {
	display: grid;
	gap: 14px;
	width: min(560px, calc(100vw - 36px));
}

.bookmark-folder-disable-dialog__notice[b-l7voer1jxv] {
	display: grid;
	gap: 5px;
	padding: 12px;
	border: 1px solid color-mix(in srgb, #ef4444 50%, var(--line));
	background: color-mix(in srgb, #ef4444 8%, var(--surface));
}

.bookmark-folder-disable-dialog__notice span[b-l7voer1jxv] {
	line-height: 1.5;
	opacity: .75;
}

.bookmark-save-dialog__form[b-l7voer1jxv] {
	grid-template-columns: minmax(0, 1.5fr) minmax(180px, 1fr) minmax(110px, .55fr);
}

.bookmark-delete-dialog[b-l7voer1jxv] {
	display: grid;
	gap: 14px;
	width: min(520px, calc(100vw - 36px));
}

.bookmark-presentation-mode[b-l7voer1jxv] {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
	padding: 0;
	border: 0;
}

.bookmark-presentation-mode legend[b-l7voer1jxv] {
	grid-column: 1 / -1;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 700;
}

.bookmark-save-dialog__form .bookmark-presentation-mode__option[b-l7voer1jxv] {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	min-width: 0;
	padding: 10px;
	border: 1px solid var(--line);
	background: var(--surface);
	cursor: pointer;
}

.bookmark-presentation-mode__option:has(input:checked)[b-l7voer1jxv] {
	border-color: var(--accent);
	background: color-mix(in srgb, var(--accent) 10%, var(--surface));
}

.bookmark-presentation-mode__option:has(input:disabled)[b-l7voer1jxv] {
	cursor: not-allowed;
	opacity: .5;
}

.bookmark-presentation-mode__option input[b-l7voer1jxv] {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin-top: 3px;
}

.bookmark-save-dialog__form .bookmark-presentation-mode__option > span[b-l7voer1jxv] {
	flex: 1 1 auto;
	display: grid;
	gap: 3px;
	min-width: 0;
	color: inherit;
	font-size: inherit;
	text-transform: none;
}

.bookmark-save-dialog__form .bookmark-presentation-mode__option strong[b-l7voer1jxv],
.bookmark-save-dialog__form .bookmark-presentation-mode__option small[b-l7voer1jxv] {
	word-break: keep-all;
	overflow-wrap: normal;
}

.bookmark-save-dialog__form .bookmark-presentation-mode__option small[b-l7voer1jxv] {
	line-height: 1.45;
	opacity: .7;
}

.bookmark-settlement-notice[b-l7voer1jxv] {
	display: grid;
	grid-column: 1 / -1;
	gap: 7px;
	min-width: 0;
	padding: 10px;
	border: 1px solid var(--line);
	background: var(--surface);
}

.bookmark-settlement-notice span[b-l7voer1jxv] {
	overflow-wrap: anywhere;
	opacity: .78;
}

.bookmark-assignment-manager[b-l7voer1jxv] {
	grid-template-rows: auto auto minmax(0, 1fr);
	width: min(880px, calc(100vw - 36px));
	max-height: min(760px, calc(100vh - 36px));
}

.bookmark-assignment-manager__tabs[b-l7voer1jxv] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	padding: 1px;
	background: var(--line);
}

.bookmark-assignment-manager__tabs button[b-l7voer1jxv] {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 38px;
	border: 0;
	border-radius: 0;
	background: var(--surface-strong);
}

.bookmark-assignment-manager__tabs button.is-active[b-l7voer1jxv] {
	box-shadow: inset 0 -2px 0 var(--accent);
	background: color-mix(in srgb, var(--accent) 12%, var(--surface-strong));
}

.bookmark-assignment-manager__tabs span[b-l7voer1jxv] {
	min-width: 24px;
	padding: 1px 5px;
	border: 1px solid var(--line);
	font-size: 11px;
	font-variant-numeric: tabular-nums;
}

.bookmark-assignment-manager__body[b-l7voer1jxv] {
	min-height: 0;
	overflow: auto;
	padding-right: 3px;
}

.bookmark-assignment-manager .bookmark-assignment-row[b-l7voer1jxv] {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
}

.bookmark-assignment-manager .bookmark-assignment-row__actions[b-l7voer1jxv] {
	display: flex;
	grid-template-columns: none;
	gap: 5px;
}

.bookmark-assignment-manager .bookmark-assignment-row__actions .compact[b-l7voer1jxv] {
	width: auto;
	min-width: 54px;
}

@media (max-width: 1500px) {
	.bookmark-builder__filter-grid[b-l7voer1jxv] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bookmark-builder__search-actions[b-l7voer1jxv] {
		align-items: stretch;
		flex-direction: column;
	}

	.bookmark-builder__search-actions[b-l7voer1jxv]  .feed-pager {
		justify-content: flex-end;
		width: 100%;
	}

	.bookmark-builder__search-actions[b-l7voer1jxv]  .feed-pager button {
		min-width: 54px;
		white-space: nowrap;
	}
}

@media (max-width: 1180px) {
	.bookmark-builder[b-l7voer1jxv] {
		grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
		grid-template-areas:
			"scope workspace"
			"scope summary";
	}

	.bookmark-builder__summary[b-l7voer1jxv] {
		position: static;
	}

	.bookmark-builder__summary-list[b-l7voer1jxv] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 16px;
	}

	.bookmark-builder__filter-grid[b-l7voer1jxv] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.bookmark-workspace-mode[b-l7voer1jxv] {
		align-items: stretch;
		flex-direction: column;
	}

	.bookmark-workspace-mode__tabs[b-l7voer1jxv] {
		width: 100%;
	}

	.bookmark-builder[b-l7voer1jxv] {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"scope"
			"workspace"
			"summary";
	}

	.bookmark-builder__workspace[b-l7voer1jxv],
	.bookmark-builder__control[b-l7voer1jxv],
	.bookmark-builder__filters[b-l7voer1jxv],
	.bookmark-builder__fixture-table[b-l7voer1jxv] {
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.bookmark-builder__scope[b-l7voer1jxv] {
		position: static;
		max-height: none;
	}

	.bookmark-builder__toolbar[b-l7voer1jxv] {
		align-items: flex-start;
		flex-direction: column;
	}

	.bookmark-builder__toolbar > div[b-l7voer1jxv],
	.bookmark-builder__toolbar .action-row[b-l7voer1jxv] {
		width: 100%;
		min-width: 0;
	}

	.bookmark-builder__toolbar .action-row[b-l7voer1jxv] {
		flex-wrap: wrap;
	}

	.bookmark-builder__search-actions[b-l7voer1jxv] {
		align-items: stretch;
		flex-direction: column;
	}

	.bookmark-fixture-launcher > header[b-l7voer1jxv] {
		align-items: stretch;
		flex-direction: column;
	}

	.bookmark-fixture-launcher > header > button[b-l7voer1jxv] {
		width: 100%;
	}

	.bookmark-fixture-browser__footer[b-l7voer1jxv] {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.bookmark-fixture-browser__footer > span[b-l7voer1jxv] {
		grid-column: 1 / -1;
		min-width: 0;
		text-align: center;
	}

	.bookmark-builder__filter-grid[b-l7voer1jxv],
	.bookmark-provider-summary[b-l7voer1jxv],
	.bookmark-rule-preview[b-l7voer1jxv],
	.bookmark-builder__summary-list[b-l7voer1jxv] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.bookmark-page-header[b-l7voer1jxv]  .feed-page-head {
		align-items: center;
		flex-direction: row;
		padding: 6px 8px;
	}

	.bookmark-page-header[b-l7voer1jxv]  .feed-page-head h1 {
		font-size: 20px;
	}

	.bookmark-page-header[b-l7voer1jxv]  .feed-page-head .action-row {
		flex-wrap: nowrap;
		margin-left: auto;
	}

	.bookmark-template-band[b-l7voer1jxv]  .offer-template-band {
		gap: 6px;
		padding: 7px 8px;
	}

	.bookmark-template-band[b-l7voer1jxv]  .offer-template-band__identity small {
		display: none;
	}

	.bookmark-template-band[b-l7voer1jxv]  .offer-template-band__metrics > div {
		padding: 5px;
	}

	.bookmark-assignment-manager .modal-card__head[b-l7voer1jxv] {
		align-items: flex-start;
		flex-wrap: nowrap;
	}

	.bookmark-assignment-manager .modal-card__head > div[b-l7voer1jxv] {
		min-width: 0;
	}

	.bookmark-assignment-manager .modal-card__head small[b-l7voer1jxv] {
		display: none;
	}

	.bookmark-workspace-mode__tabs[b-l7voer1jxv] {
		grid-template-columns: minmax(0, 1fr);
	}

	.bookmark-workspace-mode__tabs small[b-l7voer1jxv] {
		white-space: normal;
	}

	.bookmark-folder-dialog__form[b-l7voer1jxv],
	.bookmark-save-dialog__form[b-l7voer1jxv],
	.bookmark-builder__filter-grid[b-l7voer1jxv],
	.bookmark-provider-summary[b-l7voer1jxv],
	.bookmark-rule-preview[b-l7voer1jxv],
	.bookmark-builder__summary-list[b-l7voer1jxv] {
		grid-template-columns: minmax(0, 1fr);
	}

	.bookmark-presentation-mode[b-l7voer1jxv] {
		grid-template-columns: minmax(0, 1fr);
	}

	.bookmark-provider-choices[b-l7voer1jxv] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bookmark-fixture-modal-layer[b-l7voer1jxv] {
		padding: 0;
	}

	.bookmark-fixture-browser-layer[b-l7voer1jxv] {
		padding: 0;
	}

	.bookmark-fixture-browser[b-l7voer1jxv] {
		width: 100%;
		max-width: 100%;
		height: 100dvh;
		max-height: 100dvh;
		border-radius: 0;
	}

	.bookmark-fixture-browser__head[b-l7voer1jxv] {
		padding: 10px;
	}

	.bookmark-fixture-browser__body[b-l7voer1jxv] {
		padding: 8px;
	}

	.bookmark-fixture-browser__sports[b-l7voer1jxv] {
		top: -8px;
	}

	.bookmark-fixture-browser__footer[b-l7voer1jxv] {
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
		padding: 8px;
	}

	.bookmark-fixture-browser__footer > button[b-l7voer1jxv] {
		width: 100%;
	}

	.bookmark-fixture-launcher__status[b-l7voer1jxv] {
		grid-template-columns: minmax(0, 1fr);
	}

	.bookmark-fixture-modal[b-l7voer1jxv] {
		width: 100%;
		max-width: 100%;
		height: 100dvh;
		max-height: 100dvh;
		border-radius: 0;
	}

	.bookmark-builder__fixture-table table[b-l7voer1jxv],
	.bookmark-builder__fixture-table tbody[b-l7voer1jxv],
	.bookmark-builder__fixture-table tr[b-l7voer1jxv],
	.bookmark-builder__fixture-table td[b-l7voer1jxv] {
		display: block;
		width: 100%;
	}

	.bookmark-page-header[b-l7voer1jxv]  .feed-page-head p {
		display: none;
	}

	.bookmark-assignment-manager .bookmark-assignment-row[b-l7voer1jxv] {
		grid-template-columns: minmax(0, 1fr);
	}

	.bookmark-assignment-manager .bookmark-assignment-row__actions[b-l7voer1jxv] {
		justify-content: flex-start;
	}

	.bookmark-builder__fixture-table table[b-l7voer1jxv] {
		min-width: 0;
		max-width: 100%;
	}

	.bookmark-builder__fixture-table thead[b-l7voer1jxv] {
		display: none;
	}

	.bookmark-builder__fixture-table tr[b-l7voer1jxv] {
		padding: 9px;
		border-bottom: 1px solid var(--line);
	}

	.bookmark-builder__fixture-table td[b-l7voer1jxv] {
		padding: 4px 0;
		border: 0;
	}

	.bookmark-market__selections[b-l7voer1jxv] {
		grid-template-columns: minmax(0, 1fr);
	}

	.bookmark-market > header small[b-l7voer1jxv] {
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.bookmark-market > header[b-l7voer1jxv],
	.bookmark-market__actions[b-l7voer1jxv] {
		align-items: stretch;
		flex-direction: column;
	}

	.bookmark-market__actions .compact[b-l7voer1jxv] {
		width: 100%;
	}

	.bookmark-presentation-mode[b-l7voer1jxv] {
		grid-template-columns: minmax(0, 1fr);
	}

	.bookmark-draft-bar[b-l7voer1jxv] {
		align-items: stretch;
		flex-direction: column;
	}

	.bookmark-draft-bar > div[b-l7voer1jxv] {
		margin-right: 0;
	}

	.bookmark-draft-bar strong[b-l7voer1jxv] {
		white-space: normal;
	}

	.bookmark-market-density[b-l7voer1jxv] {
		align-items: stretch;
		flex-direction: column;
	}

	.bookmark-market-density__switch[b-l7voer1jxv] {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bookmark-market-density small[b-l7voer1jxv] {
		text-align: left;
	}

	.bookmark-provider-sources[b-l7voer1jxv] {
		align-items: stretch;
		flex-direction: column;
	}

	.bookmark-provider-sources nav[b-l7voer1jxv] {
		display: grid;
		justify-content: stretch;
	}

	.bookmark-provider-sources .button-link[b-l7voer1jxv] {
		width: 100%;
	}
}
/* /Components/Pages/Super/FeedCatalog.razor.rz.scp.css */
.catalog-page[b-qq1irscvsi] {
	display: grid;
	gap: 14px;
	margin: 0;
}

.catalog-page__toolbar[b-qq1irscvsi] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.catalog-page__toolbar h2[b-qq1irscvsi] {
	margin: 2px 0 0;
	font-size: 18px;
}

.catalog-page__mode[b-qq1irscvsi] {
	display: flex;
	gap: 6px;
}

.catalog-page__mode button[b-qq1irscvsi] {
	min-height: 36px;
	border: 1px solid var(--line);
	background: var(--surface-strong);
}

.catalog-page__mode button.is-active[b-qq1irscvsi] {
	border-color: var(--accent);
	background: color-mix(in srgb, var(--accent) 16%, var(--surface-strong));
}

.catalog-page__filters[b-qq1irscvsi] {
	display: grid;
	grid-template-columns: minmax(220px, 2fr) repeat(4, minmax(130px, 1fr));
	gap: 10px;
}

.catalog-page__table tr[b-qq1irscvsi] {
	cursor: pointer;
}

.catalog-page__table tbody tr:hover[b-qq1irscvsi],
.catalog-page__table tbody tr:focus[b-qq1irscvsi] {
	background: color-mix(in srgb, var(--accent) 8%, transparent);
	outline: none;
}

.catalog-page__table td strong[b-qq1irscvsi],
.catalog-page__table td small[b-qq1irscvsi] {
	display: block;
}

.catalog-page__table td small[b-qq1irscvsi] {
	margin-top: 3px;
	opacity: .68;
}

.catalog-detail[b-qq1irscvsi] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: var(--line);
	border: 1px solid var(--line);
}

.catalog-detail > div[b-qq1irscvsi] {
	display: grid;
	gap: 4px;
	padding: 12px;
	min-width: 0;
	background: var(--surface);
}

.catalog-detail span[b-qq1irscvsi],
.catalog-detail small[b-qq1irscvsi] {
	font-size: 11px;
	opacity: .72;
}

.catalog-detail strong[b-qq1irscvsi] {
	overflow-wrap: anywhere;
}

@media (max-width: 980px) {
	.catalog-page__filters[b-qq1irscvsi] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.catalog-page__toolbar[b-qq1irscvsi] {
		align-items: flex-start;
		flex-direction: column;
	}

	.catalog-page__filters[b-qq1irscvsi],
	.catalog-detail[b-qq1irscvsi] {
		grid-template-columns: minmax(0, 1fr);
	}

	.catalog-page__table table[b-qq1irscvsi],
	.catalog-page__table tbody[b-qq1irscvsi],
	.catalog-page__table tr[b-qq1irscvsi],
	.catalog-page__table td[b-qq1irscvsi] {
		display: block;
		width: 100%;
	}

	.catalog-page__table thead[b-qq1irscvsi] {
		display: none;
	}

	.catalog-page__table tr[b-qq1irscvsi] {
		padding: 9px;
		border-bottom: 1px solid var(--line);
	}

	.catalog-page__table td[b-qq1irscvsi] {
		padding: 4px 0;
		border: 0;
	}
}
/* /Components/Pages/Super/FeedCatalogAdvanced.razor.rz.scp.css */
.catalog-mapping-page[b-9mwq3uczdp] {
	display: grid;
	gap: 14px;
	margin: 0;
}

.catalog-mapping-page__toolbar[b-9mwq3uczdp] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.catalog-mapping-page__modes[b-9mwq3uczdp] {
	display: inline-flex;
	gap: 4px;
	padding: 3px;
	border: 1px solid var(--line);
	background: var(--surface-strong);
}

.catalog-mapping-page__modes button[b-9mwq3uczdp] {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 36px;
	border: 0;
	background: transparent;
}

.catalog-mapping-page__modes button.is-active[b-9mwq3uczdp] {
	background: color-mix(in srgb, var(--accent) 18%, var(--surface));
	color: var(--text);
}

.catalog-mapping-page__modes button span[b-9mwq3uczdp] {
	min-width: 24px;
	padding: 2px 6px;
	border: 1px solid color-mix(in srgb, var(--accent) 38%, var(--line));
	border-radius: 999px;
	font-size: 11px;
	text-align: center;
}

.catalog-mapping-page__filters[b-9mwq3uczdp] {
	display: grid;
	grid-template-columns: minmax(240px, 2fr) repeat(3, minmax(130px, 1fr)) minmax(90px, .55fr) auto;
	align-items: end;
	gap: 10px;
	padding: 12px;
	border-block: 1px solid var(--line);
	background: color-mix(in srgb, var(--surface-strong) 75%, transparent);
}

.catalog-mapping-page__filter-actions[b-9mwq3uczdp] {
	display: flex;
	gap: 6px;
	padding-bottom: 1px;
}

.catalog-mapping-page__table table[b-9mwq3uczdp] {
	table-layout: fixed;
}

.catalog-mapping-page__table th:nth-child(1)[b-9mwq3uczdp] { width: 110px; }
.catalog-mapping-page__table th:nth-child(2)[b-9mwq3uczdp] { width: 100px; }
.catalog-mapping-page__table th:nth-child(3)[b-9mwq3uczdp] { width: 78px; }
.catalog-mapping-page__table th:nth-last-child(1)[b-9mwq3uczdp] { width: 92px; }

.catalog-mapping-page__table td strong[b-9mwq3uczdp],
.catalog-mapping-page__table td small[b-9mwq3uczdp] {
	display: block;
}

.catalog-mapping-page__table td small[b-9mwq3uczdp] {
	margin-top: 3px;
	color: var(--muted);
	font-size: 11px;
	overflow-wrap: anywhere;
}

.catalog-mapping-page__kind[b-9mwq3uczdp] {
	display: inline-flex;
	padding: 3px 7px;
	border: 1px solid var(--line);
	border-radius: 999px;
	font-size: 11px;
}

.catalog-mapping-page__canonical[b-9mwq3uczdp] {
	color: color-mix(in srgb, var(--accent) 82%, white);
}

.catalog-mapping-page__action-column[b-9mwq3uczdp] {
	text-align: right;
}

.catalog-mapping-dialog[b-9mwq3uczdp] {
	width: min(880px, calc(100vw - 32px));
	max-height: min(820px, calc(100vh - 32px));
	overflow: auto;
}

.catalog-mapping-dialog__source[b-9mwq3uczdp] {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: stretch;
	gap: 10px;
	margin-bottom: 14px;
}

.catalog-mapping-dialog__source > div[b-9mwq3uczdp] {
	display: grid;
	align-content: center;
	gap: 4px;
	min-height: 82px;
	padding: 12px;
	border: 1px solid var(--line);
	background: var(--surface-strong);
}

.catalog-mapping-dialog__source span[b-9mwq3uczdp],
.catalog-mapping-dialog__source small[b-9mwq3uczdp] {
	color: var(--muted);
	font-size: 11px;
}

.catalog-mapping-dialog__source strong[b-9mwq3uczdp] {
	overflow-wrap: anywhere;
}

.catalog-mapping-dialog__arrow[b-9mwq3uczdp] {
	display: grid;
	place-items: center;
	color: var(--accent);
	font-size: 22px !important;
	font-weight: 800;
}

.catalog-mapping-dialog__mode[b-9mwq3uczdp] {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	margin-bottom: 12px;
	border: 1px solid var(--line);
	background: var(--line);
}

.catalog-mapping-dialog__mode button[b-9mwq3uczdp] {
	min-height: 40px;
	border: 0;
	background: var(--surface-strong);
}

.catalog-mapping-dialog__mode button.is-active[b-9mwq3uczdp] {
	box-shadow: inset 0 -2px var(--accent);
	background: color-mix(in srgb, var(--accent) 12%, var(--surface-strong));
}

.catalog-mapping-dialog__candidate-search[b-9mwq3uczdp] {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 8px;
}

.catalog-mapping-dialog__candidates[b-9mwq3uczdp] {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
	max-height: 270px;
	margin-top: 10px;
	overflow: auto;
}

.catalog-mapping-dialog__candidates button[b-9mwq3uczdp] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-width: 0;
	min-height: 62px;
	padding: 10px;
	border: 1px solid var(--line);
	background: var(--surface-strong);
	text-align: left;
}

.catalog-mapping-dialog__candidates button.is-selected[b-9mwq3uczdp] {
	border-color: var(--accent);
	background: color-mix(in srgb, var(--accent) 13%, var(--surface-strong));
}

.catalog-mapping-dialog__candidates button > span:first-child[b-9mwq3uczdp] {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.catalog-mapping-dialog__candidates strong[b-9mwq3uczdp],
.catalog-mapping-dialog__candidates small[b-9mwq3uczdp] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.catalog-mapping-dialog__candidates small[b-9mwq3uczdp],
.catalog-mapping-dialog__empty[b-9mwq3uczdp] {
	color: var(--muted);
	font-size: 11px;
}

.catalog-mapping-dialog__exact[b-9mwq3uczdp] {
	flex: 0 0 auto;
	padding: 3px 6px;
	border: 1px solid color-mix(in srgb, var(--success) 55%, var(--line));
	border-radius: 999px;
	color: var(--success);
	font-size: 10px;
}

.catalog-mapping-dialog__empty[b-9mwq3uczdp] {
	margin: 10px 0 0;
	padding: 18px;
	border: 1px dashed var(--line);
	text-align: center;
}

.catalog-mapping-dialog__new-name[b-9mwq3uczdp] {
	margin-top: 4px;
}

.catalog-mapping-dialog__options[b-9mwq3uczdp] {
	display: grid;
	grid-template-columns: minmax(180px, .7fr) minmax(0, 1.3fr);
	align-items: start;
	gap: 10px;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid var(--line);
}

@media (max-width: 1050px) {
	.catalog-mapping-page__filters[b-9mwq3uczdp] {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.catalog-mapping-page__search[b-9mwq3uczdp] {
		grid-column: span 2;
	}
}

@media (max-width: 760px) {
	.catalog-mapping-page__toolbar[b-9mwq3uczdp] {
		align-items: flex-start;
		flex-direction: column;
	}

	.catalog-mapping-page__filters[b-9mwq3uczdp],
	.catalog-mapping-dialog__options[b-9mwq3uczdp] {
		grid-template-columns: 1fr 1fr;
	}

	.catalog-mapping-page__search[b-9mwq3uczdp],
	.catalog-mapping-page__filter-actions[b-9mwq3uczdp] {
		grid-column: 1 / -1;
	}

	.catalog-mapping-page__table table[b-9mwq3uczdp],
	.catalog-mapping-page__table tbody[b-9mwq3uczdp],
	.catalog-mapping-page__table tr[b-9mwq3uczdp],
	.catalog-mapping-page__table td[b-9mwq3uczdp] {
		display: block;
		width: 100%;
	}

	.catalog-mapping-page__table thead[b-9mwq3uczdp] {
		display: none;
	}

	.catalog-mapping-page__table tr[b-9mwq3uczdp] {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 4px 10px;
		padding: 10px;
		border-bottom: 1px solid var(--line);
	}

	.catalog-mapping-page__table td[b-9mwq3uczdp] {
		padding: 3px 0;
		border: 0;
	}

	.catalog-mapping-page__table td:nth-child(4)[b-9mwq3uczdp],
	.catalog-mapping-page__table td:last-child[b-9mwq3uczdp] {
		grid-column: 1 / -1;
	}

	.catalog-mapping-page__table td:last-child button[b-9mwq3uczdp] {
		width: 100%;
	}

	.catalog-mapping-dialog__candidates[b-9mwq3uczdp] {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.catalog-mapping-page__modes[b-9mwq3uczdp],
	.catalog-mapping-page__modes button[b-9mwq3uczdp] {
		width: 100%;
	}

	.catalog-mapping-page__modes button[b-9mwq3uczdp] {
		justify-content: center;
	}

	.catalog-mapping-page__filters[b-9mwq3uczdp],
	.catalog-mapping-dialog__source[b-9mwq3uczdp],
	.catalog-mapping-dialog__mode[b-9mwq3uczdp],
	.catalog-mapping-dialog__candidate-search[b-9mwq3uczdp],
	.catalog-mapping-dialog__options[b-9mwq3uczdp] {
		grid-template-columns: 1fr;
	}

	.catalog-mapping-page__search[b-9mwq3uczdp] {
		grid-column: auto;
	}

	.catalog-mapping-dialog__arrow[b-9mwq3uczdp] {
		min-height: 24px;
		transform: rotate(90deg);
	}
}
/* /Components/Pages/Super/FeedCollection.razor.rz.scp.css */
.collection-page__tabs[b-zshlaftypn] {
	display: flex;
	gap: 6px;
	margin-bottom: 12px;
}

.collection-page__tabs button[b-zshlaftypn] {
	min-height: 38px;
	border: 1px solid var(--line);
	background: var(--surface-strong);
}

.collection-page__tabs button.is-active[b-zshlaftypn] {
	border-color: var(--accent);
	background: color-mix(in srgb, var(--accent) 16%, var(--surface-strong));
}

.collection-page__queue[b-zshlaftypn],
.collection-page__providers[b-zshlaftypn],
.collection-page__switches[b-zshlaftypn],
.collection-page__registration[b-zshlaftypn] {
	display: grid;
	gap: 14px;
	margin: 0 0 12px;
}

.collection-page__head[b-zshlaftypn] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.collection-page__head h2[b-zshlaftypn] {
	margin: 2px 0 0;
	font-size: 18px;
}

.collection-page__form[b-zshlaftypn] {
	display: grid;
	grid-template-columns: repeat(5, minmax(140px, 1fr));
	gap: 10px;
}

.collection-provider-list[b-zshlaftypn],
.collection-registration-list[b-zshlaftypn] {
	display: grid;
	gap: 6px;
}

.collection-provider-row[b-zshlaftypn] {
	display: grid;
	grid-template-columns: minmax(170px, 1.5fr) minmax(90px, .6fr) minmax(130px, .8fr) auto;
	align-items: center;
	gap: 12px;
	padding: 10px;
	border: 1px solid var(--line);
	background: var(--surface);
}

.collection-provider-row.is-disabled[b-zshlaftypn] {
	opacity: .68;
}

.collection-provider-row__identity[b-zshlaftypn] {
	display: grid;
	gap: 2px;
}

.collection-provider-row__actions[b-zshlaftypn] {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 5px;
}

.collection-registration-row[b-zshlaftypn] {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 12px;
	padding: 10px;
	border: 1px solid var(--line);
	background: var(--surface);
}

.collection-registration-row > div[b-zshlaftypn] {
	display: grid;
	gap: 2px;
}

.collection-switch-dialog[b-zshlaftypn] {
	width: min(720px, calc(100vw - 24px));
}

@media (max-width: 1100px) {
	.collection-page__form[b-zshlaftypn] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.collection-provider-row[b-zshlaftypn] {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.collection-provider-row__poll[b-zshlaftypn],
	.collection-provider-row__actions[b-zshlaftypn] {
		grid-column: 1 / -1;
	}

	.collection-provider-row__actions[b-zshlaftypn] {
		justify-content: flex-start;
	}
}

@media (max-width: 650px) {
	.collection-page__tabs[b-zshlaftypn] {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.collection-page__head[b-zshlaftypn] {
		align-items: flex-start;
		flex-direction: column;
	}

	.collection-page__form[b-zshlaftypn],
	.collection-provider-row[b-zshlaftypn],
	.collection-registration-row[b-zshlaftypn] {
		grid-template-columns: minmax(0, 1fr);
	}

	.collection-provider-row__poll[b-zshlaftypn],
	.collection-provider-row__actions[b-zshlaftypn] {
		grid-column: auto;
	}
}
/* /Components/Pages/Super/FeedDashboard.razor.rz.scp.css */
.feed-dashboard__summary[b-emd57u6nqd] {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 16px;
}

.feed-dashboard__summary article[b-emd57u6nqd] {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: 6px;
	display: grid;
	gap: 6px;
	min-height: 104px;
	padding: 14px;
}

.feed-dashboard__summary span[b-emd57u6nqd],
.feed-dashboard__summary small[b-emd57u6nqd],
.feed-dashboard__section-head small[b-emd57u6nqd],
.feed-dashboard__signal small[b-emd57u6nqd],
.feed-dashboard__lane small[b-emd57u6nqd] {
	color: var(--text-muted);
}

.feed-dashboard__summary strong[b-emd57u6nqd] {
	font-size: 24px;
}

.feed-dashboard__board[b-emd57u6nqd],
.feed-dashboard__runtime-panel[b-emd57u6nqd],
.feed-dashboard__routes[b-emd57u6nqd] {
	display: grid;
	gap: 14px;
}

.feed-dashboard__section-head[b-emd57u6nqd] {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.feed-dashboard__section-head > div:first-child[b-emd57u6nqd] {
	display: grid;
	gap: 4px;
}

.feed-dashboard__section-head h2[b-emd57u6nqd] {
	font-size: 18px;
	margin: 0;
}

.feed-dashboard__filters[b-emd57u6nqd] {
	align-items: end;
	display: flex;
	gap: 8px;
}

.feed-dashboard__filters label[b-emd57u6nqd] {
	display: grid;
	gap: 4px;
}

.feed-dashboard__provider-badges[b-emd57u6nqd] {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.feed-dashboard__provider-badges span[b-emd57u6nqd] {
	border: 1px solid var(--line);
	border-radius: 4px;
	font-size: 11px;
	padding: 2px 5px;
}

.feed-dashboard__runtime[b-emd57u6nqd] {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 16px 0;
}

.feed-dashboard__signal-list[b-emd57u6nqd] {
	display: grid;
}

.feed-dashboard__signal[b-emd57u6nqd] {
	align-items: center;
	border-bottom: 1px solid var(--line);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	min-height: 58px;
}

.feed-dashboard__signal > div[b-emd57u6nqd] {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.feed-dashboard__route-grid[b-emd57u6nqd] {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feed-dashboard__route-grid a[b-emd57u6nqd] {
	border: 1px solid var(--line);
	border-radius: 6px;
	color: inherit;
	display: grid;
	gap: 6px;
	min-height: 92px;
	padding: 12px;
	text-decoration: none;
}

.feed-dashboard__route-grid a:hover[b-emd57u6nqd] {
	border-color: var(--accent);
}

.feed-dashboard__route-grid span[b-emd57u6nqd] {
	color: var(--text-muted);
	font-size: 12px;
	line-height: 1.45;
}

.feed-dashboard__route-grid small[b-emd57u6nqd] {
	color: #7dd3fc;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
}

.feed-dashboard__drawer[b-emd57u6nqd] {
	display: grid;
	gap: 14px;
}

.feed-dashboard__drawer-summary[b-emd57u6nqd] {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feed-dashboard__drawer-summary > div[b-emd57u6nqd] {
	border-bottom: 1px solid var(--line);
	display: grid;
	gap: 4px;
	padding: 8px 0;
}

.feed-dashboard__drawer-summary span[b-emd57u6nqd] {
	color: var(--text-muted);
	font-size: 12px;
}

.feed-dashboard__lane[b-emd57u6nqd] {
	border: 1px solid var(--line);
	border-radius: 6px;
	display: grid;
	gap: 10px;
	padding: 12px;
}

.feed-dashboard__lane header[b-emd57u6nqd],
.feed-dashboard__lane > div[b-emd57u6nqd] {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.feed-dashboard__lane header > div[b-emd57u6nqd] {
	display: grid;
	gap: 4px;
}

.feed-dashboard__lane > div[b-emd57u6nqd] {
	color: var(--text-muted);
	font-size: 12px;
	justify-content: flex-start;
}

@media (max-width: 1100px) {
	.feed-dashboard__summary[b-emd57u6nqd],
	.feed-dashboard__route-grid[b-emd57u6nqd] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.feed-dashboard__summary[b-emd57u6nqd],
	.feed-dashboard__runtime[b-emd57u6nqd],
	.feed-dashboard__route-grid[b-emd57u6nqd],
	.feed-dashboard__drawer-summary[b-emd57u6nqd] {
		grid-template-columns: 1fr;
	}

	.feed-dashboard__section-head[b-emd57u6nqd] {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}

	.feed-dashboard__filters[b-emd57u6nqd] {
		align-items: stretch;
		flex-direction: column;
	}

	.feed-dashboard__lane > div[b-emd57u6nqd] {
		align-items: flex-start;
		flex-direction: column;
	}
}
/* /Components/Pages/Super/FeedDiagnostics.razor.rz.scp.css */
.diagnostics-page[b-uuqfl907oc] {
	display: grid;
	gap: 16px;
}

.diagnostics-page__tabs[b-uuqfl907oc] {
	border-bottom: 1px solid var(--line);
	display: flex;
	gap: 4px;
	overflow-x: auto;
}

.diagnostics-page__tabs button[b-uuqfl907oc] {
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	white-space: nowrap;
}

.diagnostics-page__tabs button.is-active[b-uuqfl907oc] {
	border-bottom-color: var(--accent);
	color: var(--accent);
}

.diagnostics-page__filters[b-uuqfl907oc] {
	align-items: end;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(6, minmax(130px, 1fr)) auto;
}

.diagnostics-page__filters--audit[b-uuqfl907oc] {
	grid-template-columns: minmax(180px, 1fr) minmax(240px, 2fr) 120px auto;
}

.diagnostics-page__filters label[b-uuqfl907oc],
.diagnostics-page__subhead > div[b-uuqfl907oc],
.diagnostics-page__dialog-fields label[b-uuqfl907oc],
.diagnostics-page__audit-detail section[b-uuqfl907oc] {
	display: grid;
	gap: 5px;
}

.diagnostics-page__subhead[b-uuqfl907oc] {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.diagnostics-page__clickable[b-uuqfl907oc] {
	cursor: pointer;
}

.diagnostics-page__clickable:hover[b-uuqfl907oc] {
	background: color-mix(in srgb, var(--accent) 8%, transparent);
}

.diagnostics-page__payload[b-uuqfl907oc],
.diagnostics-page__audit-detail[b-uuqfl907oc] {
	display: grid;
	gap: 12px;
	padding: 16px 0;
}

.diagnostics-page__payload pre[b-uuqfl907oc],
.diagnostics-page__audit-detail pre[b-uuqfl907oc] {
	max-height: 70vh;
	overflow: auto;
	white-space: pre-wrap;
}

.diagnostics-page__coverage[b-uuqfl907oc] {
	display: grid;
	gap: 10px;
	padding: 12px;
	border: 1px solid var(--line);
	background: var(--surface);
}

.diagnostics-page__coverage header[b-uuqfl907oc],
.diagnostics-page__coverage > div[b-uuqfl907oc] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.diagnostics-page__coverage > div[b-uuqfl907oc] {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.diagnostics-page__coverage > div span[b-uuqfl907oc] {
	display: grid;
	gap: 4px;
}

.diagnostics-page__dialog-fields[b-uuqfl907oc] {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 1000px) {
	.diagnostics-page__filters[b-uuqfl907oc],
	.diagnostics-page__filters--audit[b-uuqfl907oc],
	.diagnostics-page__dialog-fields[b-uuqfl907oc] {
		grid-template-columns: 1fr;
	}

	.diagnostics-page__subhead[b-uuqfl907oc] {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
	}

	.diagnostics-page__coverage > div[b-uuqfl907oc] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
/* /Components/Pages/Super/FeedFixtureTrace.razor.rz.scp.css */
.fixture-trace-page[b-dez6akhpz5] {
	display: grid;
	gap: 16px;
}

.fixture-trace-page__query[b-dez6akhpz5] {
	align-items: end;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(280px, 1fr) 160px auto;
}

.fixture-trace-page__query label[b-dez6akhpz5],
.fixture-trace-page__summary > div[b-dez6akhpz5],
.fixture-trace-page__event-list article[b-dez6akhpz5] {
	display: grid;
	gap: 5px;
}

.fixture-trace-page__summary[b-dez6akhpz5] {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(280px, 2fr) repeat(4, minmax(90px, 1fr));
}

.fixture-trace-page__summary > div[b-dez6akhpz5] {
	border: 1px solid var(--line);
	padding: 12px;
}

.fixture-trace-page__tabs[b-dez6akhpz5] {
	border-bottom: 1px solid var(--line);
	display: flex;
	gap: 4px;
	overflow-x: auto;
}

.fixture-trace-page__tabs button[b-dez6akhpz5] {
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	white-space: nowrap;
}

.fixture-trace-page__tabs button.is-active[b-dez6akhpz5] {
	border-bottom-color: var(--accent);
	color: var(--accent);
}

.fixture-trace-page__tabs span[b-dez6akhpz5] {
	opacity: .7;
}

.fixture-trace-page__event-list[b-dez6akhpz5] {
	display: grid;
	gap: 10px;
}

.fixture-trace-page__event-list article[b-dez6akhpz5] {
	border: 1px solid var(--line);
	padding: 12px;
}

.fixture-trace-page__event-list header[b-dez6akhpz5] {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.fixture-trace-page__event-list pre[b-dez6akhpz5] {
	max-height: 320px;
	overflow: auto;
	white-space: pre-wrap;
}

@media (max-width: 900px) {
	.fixture-trace-page__query[b-dez6akhpz5],
	.fixture-trace-page__summary[b-dez6akhpz5] {
		grid-template-columns: 1fr;
	}
}
/* /Components/Pages/Super/FeedFixtureWorkspace.razor.rz.scp.css */
.fixture-workspace__identity[b-4ryz8qgzv2] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 18px 20px;
}

.fixture-workspace__title[b-4ryz8qgzv2] {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.fixture-workspace__title h2[b-4ryz8qgzv2],
.fixture-market-comparison__head h2[b-4ryz8qgzv2] {
	margin: 0;
	font-size: 20px;
}

.fixture-workspace__source-summary[b-4ryz8qgzv2] {
	display: grid;
	grid-template-columns: repeat(3, minmax(120px, 1fr));
	min-width: min(100%, 460px);
	border: 1px solid var(--line);
}

.fixture-workspace__source-summary > div[b-4ryz8qgzv2] {
	display: grid;
	gap: 4px;
	padding: 10px 12px;
}

.fixture-workspace__source-summary > div + div[b-4ryz8qgzv2] {
	border-left: 1px solid var(--line);
}

.fixture-workspace__source-summary span[b-4ryz8qgzv2],
.fixture-provider-lane__metrics span[b-4ryz8qgzv2],
.fixture-market-comparison__filters span[b-4ryz8qgzv2] {
	font-size: 11px;
	opacity: .68;
}

.fixture-workspace__providers[b-4ryz8qgzv2] {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.fixture-provider-lane[b-4ryz8qgzv2] {
	display: grid;
	align-content: start;
	gap: 12px;
	min-width: 0;
	padding: 15px;
	border: 1px solid var(--line);
	border-top: 3px solid color-mix(in srgb, var(--line) 85%, transparent);
	background: var(--surface);
	border-radius: 6px;
}

.fixture-provider-lane.is-confirmed[b-4ryz8qgzv2] {
	border-top-color: #29b778;
}

.fixture-provider-lane.is-review[b-4ryz8qgzv2] {
	border-top-color: #f3b43f;
}

.fixture-provider-lane.is-missing[b-4ryz8qgzv2] {
	opacity: .72;
}

.fixture-provider-lane > header[b-4ryz8qgzv2] {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}

.fixture-provider-lane > header > div[b-4ryz8qgzv2],
.fixture-provider-lane__names[b-4ryz8qgzv2] {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.fixture-provider-lane > header strong[b-4ryz8qgzv2],
.fixture-provider-lane__names strong[b-4ryz8qgzv2] {
	overflow-wrap: anywhere;
}

.fixture-provider-lane > p[b-4ryz8qgzv2] {
	margin: 4px 0;
	opacity: .7;
}

.fixture-provider-lane__metrics[b-4ryz8qgzv2] {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-block: 1px solid var(--line);
}

.fixture-provider-lane__metrics > div[b-4ryz8qgzv2] {
	display: grid;
	gap: 4px;
	padding: 9px 8px;
}

.fixture-provider-lane__metrics > div + div[b-4ryz8qgzv2] {
	border-left: 1px solid var(--line);
}

.fixture-provider-lane__roles[b-4ryz8qgzv2],
.fixture-provider-lane__links[b-4ryz8qgzv2] {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.fixture-provider-lane__roles span[b-4ryz8qgzv2] {
	padding: 3px 7px;
	border: 1px solid color-mix(in srgb, var(--accent) 45%, var(--line));
	color: var(--accent);
	font-size: 10px;
	font-weight: 800;
}

.fixture-provider-lane__roles span.is-caution[b-4ryz8qgzv2] {
	border-color: color-mix(in srgb, #f3b43f 48%, var(--line));
	color: #ffd173;
}

.fixture-provider-lane__empty-link[b-4ryz8qgzv2] {
	opacity: .6;
}

.fixture-provider-lane__diagnostics[b-4ryz8qgzv2] {
	border-top: 1px solid var(--line);
	padding-top: 9px;
}

.fixture-provider-lane__diagnostics summary[b-4ryz8qgzv2] {
	cursor: pointer;
	font-size: 11px;
	font-weight: 800;
}

.fixture-provider-lane__diagnostics dl[b-4ryz8qgzv2] {
	display: grid;
	gap: 6px;
	margin: 10px 0 0;
}

.fixture-provider-lane__diagnostics dl > div[b-4ryz8qgzv2] {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr);
	gap: 8px;
}

.fixture-provider-lane__diagnostics dt[b-4ryz8qgzv2] {
	opacity: .58;
}

.fixture-provider-lane__diagnostics dd[b-4ryz8qgzv2] {
	margin: 0;
	overflow-wrap: anywhere;
}

.fixture-market-comparison[b-4ryz8qgzv2] {
	display: grid;
	gap: 15px;
	padding: 18px 20px;
}

.fixture-market-comparison__head[b-4ryz8qgzv2] {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
}

.fixture-market-comparison__head > div:first-child[b-4ryz8qgzv2] {
	display: grid;
	gap: 4px;
}

.fixture-market-comparison__mode[b-4ryz8qgzv2] {
	display: inline-flex;
	border: 1px solid var(--line);
	padding: 3px;
}

.fixture-market-comparison__mode button[b-4ryz8qgzv2] {
	border: 0;
	background: transparent;
}

.fixture-market-comparison__mode button.is-active[b-4ryz8qgzv2] {
	background: color-mix(in srgb, var(--accent) 18%, var(--surface));
	color: var(--accent);
}

.fixture-market-comparison__filters[b-4ryz8qgzv2] {
	display: grid;
	grid-template-columns: minmax(180px, .45fr) minmax(260px, 1fr);
	gap: 10px;
}

.fixture-market-comparison__filters label[b-4ryz8qgzv2] {
	display: grid;
	gap: 5px;
}

.fixture-market-table th:first-child[b-4ryz8qgzv2],
.fixture-market-table__name[b-4ryz8qgzv2] {
	width: 190px;
}

.fixture-market-table th:not(:first-child)[b-4ryz8qgzv2] {
	width: calc((100% - 190px) / 3);
}

.fixture-market-table__name strong[b-4ryz8qgzv2],
.fixture-market-table__name small[b-4ryz8qgzv2] {
	display: block;
}

.fixture-market-table__name small[b-4ryz8qgzv2] {
	margin-top: 4px;
	opacity: .6;
}

.fixture-market-selections[b-4ryz8qgzv2] {
	display: grid;
	gap: 5px;
}

.fixture-market-selections > div[b-4ryz8qgzv2] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-height: 30px;
	padding: 5px 8px;
	border: 1px solid var(--line);
	background: color-mix(in srgb, var(--surface-strong) 74%, transparent);
}

.fixture-market-selections strong[b-4ryz8qgzv2] {
	color: var(--accent);
	font-variant-numeric: tabular-nums;
}

.fixture-market-selections.is-suspended[b-4ryz8qgzv2],
.fixture-market-selections > div.is-disabled[b-4ryz8qgzv2] {
	opacity: .45;
}

.fixture-market-table__missing[b-4ryz8qgzv2] {
	opacity: .42;
}

@media (max-width: 1080px) {
	.fixture-workspace__identity[b-4ryz8qgzv2] {
		align-items: stretch;
		flex-direction: column;
	}

	.fixture-workspace__providers[b-4ryz8qgzv2] {
		grid-template-columns: 1fr;
	}

	.fixture-provider-lane__metrics[b-4ryz8qgzv2] {
		max-width: 520px;
	}
}

@media (max-width: 760px) {
	.fixture-workspace__identity[b-4ryz8qgzv2],
	.fixture-market-comparison[b-4ryz8qgzv2] {
		padding: 14px;
	}

	.fixture-workspace__source-summary[b-4ryz8qgzv2],
	.fixture-market-comparison__filters[b-4ryz8qgzv2] {
		grid-template-columns: 1fr;
	}

	.fixture-workspace__source-summary > div + div[b-4ryz8qgzv2] {
		border-top: 1px solid var(--line);
		border-left: 0;
	}

	.fixture-market-comparison__head[b-4ryz8qgzv2] {
		align-items: stretch;
		flex-direction: column;
	}

	.fixture-market-comparison__mode[b-4ryz8qgzv2] {
		align-self: stretch;
	}

	.fixture-market-comparison__mode button[b-4ryz8qgzv2] {
		flex: 1 1 0;
	}

	.fixture-market-table table[b-4ryz8qgzv2],
	.fixture-market-table tbody[b-4ryz8qgzv2],
	.fixture-market-table tr[b-4ryz8qgzv2],
	.fixture-market-table td[b-4ryz8qgzv2] {
		display: block;
		width: 100%;
	}

	.fixture-market-table thead[b-4ryz8qgzv2] {
		display: none;
	}

	.fixture-market-table tbody[b-4ryz8qgzv2] {
		display: grid;
		gap: 9px;
	}

	.fixture-market-table tr[b-4ryz8qgzv2] {
		border: 1px solid var(--line);
		background: var(--surface-strong);
	}

	.fixture-market-table td[b-4ryz8qgzv2] {
		display: grid;
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 8px;
		padding: 9px 10px;
		border: 0;
		border-top: 1px solid var(--line);
	}

	.fixture-market-table td:first-child[b-4ryz8qgzv2] {
		border-top: 0;
	}

	.fixture-market-table td[b-4ryz8qgzv2]::before {
		content: attr(data-label);
		font-size: 10px;
		font-weight: 800;
		opacity: .55;
	}

	.fixture-market-table__name[b-4ryz8qgzv2] {
		width: 100%;
	}
}
/* /Components/Pages/Super/FeedMatching.razor.rz.scp.css */
.matching-page[b-qfn0rryv7v] {
	display: grid;
	gap: 16px;
}

.matching-page__toolbar[b-qfn0rryv7v] {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.matching-page__toolbar > div:first-child[b-qfn0rryv7v],
.matching-page__row td[b-qfn0rryv7v],
.matching-page__drawer-body section[b-qfn0rryv7v] {
	display: grid;
	gap: 4px;
}

.matching-page__filters[b-qfn0rryv7v],
.matching-page__dialog-fields[b-qfn0rryv7v] {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.matching-page__filters label[b-qfn0rryv7v],
.matching-page__dialog-fields label[b-qfn0rryv7v] {
	display: grid;
	gap: 6px;
}

.matching-page__row[b-qfn0rryv7v] {
	cursor: pointer;
}

.matching-page__row:hover[b-qfn0rryv7v],
.matching-page__row:focus-visible[b-qfn0rryv7v] {
	background: color-mix(in srgb, var(--accent) 8%, transparent);
	outline: none;
}

.matching-page__drawer-body[b-qfn0rryv7v] {
	display: grid;
	gap: 12px;
	padding: 16px 0;
}

.matching-page__drawer-body section[b-qfn0rryv7v] {
	border-bottom: 1px solid var(--line);
	padding-bottom: 12px;
}

@media (max-width: 760px) {
	.matching-page__toolbar[b-qfn0rryv7v] {
		align-items: stretch;
		flex-direction: column;
	}

	.matching-page__filters[b-qfn0rryv7v],
	.matching-page__dialog-fields[b-qfn0rryv7v] {
		grid-template-columns: 1fr;
	}
}
/* /Components/Pages/Super/FeedMembers.razor.rz.scp.css */
.public-feed-preview[b-fjpfr2auxd] {
	min-width: 0;
	overflow: hidden;
}

.public-feed-preview__summary[b-fjpfr2auxd],
.public-feed-preview__summary section[b-fjpfr2auxd],
.public-feed-preview__list[b-fjpfr2auxd],
.public-feed-preview__item[b-fjpfr2auxd],
.public-feed-preview__item > div[b-fjpfr2auxd] {
	min-width: 0;
}

.public-feed-preview__list[b-fjpfr2auxd] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
	gap: 10px;
	margin-top: 12px;
}

.public-feed-preview__item[b-fjpfr2auxd] {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 8px;
	align-content: start;
	padding: 12px;
	border: 1px solid rgba(56, 189, 248, 0.22);
	border-radius: 8px;
	background: rgba(8, 24, 43, 0.7);
}

.public-feed-preview__item strong[b-fjpfr2auxd],
.public-feed-preview__item span[b-fjpfr2auxd],
.public-feed-preview__item small[b-fjpfr2auxd] {
	display: block;
	overflow-wrap: anywhere;
}

.public-feed-preview__item strong[b-fjpfr2auxd] {
	color: #f8fafc;
	font-size: 0.9rem;
}

.public-feed-preview__item span[b-fjpfr2auxd],
.public-feed-preview__item small[b-fjpfr2auxd] {
	color: #9fb0c5;
	font-size: 0.76rem;
	line-height: 1.45;
}

.public-feed-preview__request[b-fjpfr2auxd] {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	max-height: 180px;
	margin: 0;
	overflow: auto;
	white-space: pre-wrap;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.folder-delete-notice[b-fjpfr2auxd] {
	display: grid;
	gap: 5px;
	margin-bottom: 14px;
	padding: 12px;
	border: 1px solid rgba(248, 113, 113, 0.34);
	border-radius: 8px;
	background: rgba(127, 29, 29, 0.18);
}

.folder-delete-notice strong[b-fjpfr2auxd] {
	color: #fecaca;
}

.folder-delete-notice span[b-fjpfr2auxd] {
	color: #cbd5e1;
	font-size: 0.82rem;
	line-height: 1.45;
}

@media (max-width: 720px) {
	.public-feed-preview__summary[b-fjpfr2auxd],
	.public-feed-preview__list[b-fjpfr2auxd] {
		grid-template-columns: minmax(0, 1fr);
	}
}
/* /Components/Pages/Super/FeedMonitoring.razor.rz.scp.css */
.monitoring-board[b-bcqr3b9qq5] {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 0;
	padding: 0;
	overflow: hidden;
}

.monitoring-board__sports[b-bcqr3b9qq5] {
	display: grid;
	align-content: start;
	gap: 4px;
	padding: 16px 12px;
	border-right: 1px solid var(--line);
	background: color-mix(in srgb, var(--surface-strong) 62%, transparent);
}

.monitoring-board__sports header[b-bcqr3b9qq5] {
	display: grid;
	gap: 3px;
	padding: 0 8px 10px;
}

.monitoring-board__sports button[b-bcqr3b9qq5] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 40px;
	padding: 8px 10px;
	border: 1px solid transparent;
	background: transparent;
	text-align: left;
}

.monitoring-board__sports button:hover[b-bcqr3b9qq5],
.monitoring-board__sports button.is-active[b-bcqr3b9qq5] {
	border-color: color-mix(in srgb, var(--accent) 45%, var(--line));
	background: color-mix(in srgb, var(--accent) 12%, var(--surface));
}

.monitoring-board__sports button strong[b-bcqr3b9qq5] {
	font-variant-numeric: tabular-nums;
	color: var(--accent);
}

.monitoring-board__content[b-bcqr3b9qq5] {
	display: grid;
	align-content: start;
	gap: 14px;
	min-width: 0;
	padding: 16px;
}

.monitoring-toolbar[b-bcqr3b9qq5] {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) 150px 120px auto;
	align-items: end;
	gap: 10px;
}

.monitoring-toolbar label[b-bcqr3b9qq5] {
	display: grid;
	gap: 5px;
}

.monitoring-toolbar label > span[b-bcqr3b9qq5] {
	font-size: 11px;
	opacity: .72;
}

.monitoring-status-filter[b-bcqr3b9qq5] {
	display: flex;
	align-items: center;
	gap: 0;
	overflow-x: auto;
	border-bottom: 1px solid var(--line);
	scrollbar-width: thin;
}

.monitoring-status-filter button[b-bcqr3b9qq5] {
	flex: 0 0 auto;
	min-height: 38px;
	padding: 8px 14px;
	border: 0;
	border-bottom: 2px solid transparent;
	background: transparent;
	border-radius: 0;
}

.monitoring-status-filter button:hover[b-bcqr3b9qq5],
.monitoring-status-filter button.is-active[b-bcqr3b9qq5] {
	border-bottom-color: var(--accent);
	color: var(--accent);
}

.monitoring-status-filter button:disabled[b-bcqr3b9qq5] {
	opacity: .38;
	cursor: not-allowed;
}

.monitoring-list-head[b-bcqr3b9qq5] {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 12px;
}

.monitoring-list-head h2[b-bcqr3b9qq5] {
	margin: 2px 0 1px;
	font-size: 18px;
}

.monitoring-list-head__actions[b-bcqr3b9qq5] {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.monitoring-table td strong[b-bcqr3b9qq5],
.monitoring-table td small[b-bcqr3b9qq5] {
	display: block;
}

.monitoring-table td small[b-bcqr3b9qq5] {
	margin-top: 3px;
	opacity: .68;
}

.monitoring-table__fixture[b-bcqr3b9qq5] {
	min-width: 250px;
}

.monitoring-watch-column[b-bcqr3b9qq5] {
	width: 44px;
	text-align: center;
}

.monitoring-watch-toggle[b-bcqr3b9qq5] {
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid transparent;
	background: transparent;
	color: color-mix(in srgb, var(--text) 54%, transparent);
	font-size: 20px;
	line-height: 1;
}

.monitoring-watch-toggle:hover[b-bcqr3b9qq5],
.monitoring-watch-toggle:focus-visible[b-bcqr3b9qq5],
.monitoring-watch-toggle.is-watched[b-bcqr3b9qq5] {
	border-color: color-mix(in srgb, #f3b43f 58%, var(--line));
	background: color-mix(in srgb, #f3b43f 10%, var(--surface));
	color: #ffd56d;
}

.monitoring-table__row[b-bcqr3b9qq5] {
	cursor: pointer;
}

.monitoring-table__row:hover td[b-bcqr3b9qq5],
.monitoring-table__row:focus-visible td[b-bcqr3b9qq5] {
	background: color-mix(in srgb, var(--accent) 7%, var(--surface));
}

.monitoring-table__row:focus-visible[b-bcqr3b9qq5] {
	outline: 2px solid color-mix(in srgb, var(--accent) 70%, transparent);
	outline-offset: -2px;
}

.monitoring-provider-lanes[b-bcqr3b9qq5] {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.monitoring-provider-lane[b-bcqr3b9qq5] {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 3px 7px;
	border: 1px solid var(--line);
	font-size: 10px;
	font-weight: 800;
	white-space: nowrap;
}

.monitoring-provider-lane.is-ready[b-bcqr3b9qq5] {
	border-color: color-mix(in srgb, #29b778 55%, var(--line));
	color: #6ee7ad;
}

.monitoring-provider-lane.is-review[b-bcqr3b9qq5] {
	border-color: color-mix(in srgb, #f3b43f 62%, var(--line));
	color: #ffd173;
}

.monitoring-provider-lane.is-missing[b-bcqr3b9qq5] {
	opacity: .35;
}

@media (max-width: 1080px) {
	.monitoring-board[b-bcqr3b9qq5] {
		grid-template-columns: 160px minmax(0, 1fr);
	}

	.monitoring-toolbar[b-bcqr3b9qq5] {
		grid-template-columns: minmax(220px, 1fr) repeat(2, minmax(120px, .5fr));
	}

	.monitoring-toolbar > button[b-bcqr3b9qq5] {
		grid-column: 1 / -1;
		justify-self: end;
	}
}

@media (max-width: 760px) {
	.monitoring-board[b-bcqr3b9qq5] {
		grid-template-columns: minmax(0, 1fr);
	}

	.monitoring-board__sports[b-bcqr3b9qq5] {
		grid-template-columns: repeat(6, minmax(108px, 1fr));
		overflow-x: auto;
		padding: 10px;
		border-right: 0;
		border-bottom: 1px solid var(--line);
		scrollbar-width: thin;
	}

	.monitoring-board__sports header[b-bcqr3b9qq5] {
		display: none;
	}

	.monitoring-board__sports button[b-bcqr3b9qq5] {
		min-width: 108px;
	}

	.monitoring-board__content[b-bcqr3b9qq5] {
		padding: 12px;
	}

	.monitoring-toolbar[b-bcqr3b9qq5] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.monitoring-toolbar__search[b-bcqr3b9qq5] {
		grid-column: 1 / -1;
	}

	.monitoring-list-head[b-bcqr3b9qq5] {
		align-items: flex-start;
		flex-direction: column;
	}

	.monitoring-list-head__actions[b-bcqr3b9qq5] {
		align-items: flex-start;
		flex-direction: column;
	}

	.monitoring-table table[b-bcqr3b9qq5],
	.monitoring-table tbody[b-bcqr3b9qq5],
	.monitoring-table tr[b-bcqr3b9qq5],
	.monitoring-table td[b-bcqr3b9qq5] {
		display: block;
		width: 100%;
	}

	.monitoring-table thead[b-bcqr3b9qq5] {
		display: none;
	}

	.monitoring-table tbody[b-bcqr3b9qq5] {
		display: grid;
		gap: 8px;
	}

	.monitoring-table tr[b-bcqr3b9qq5] {
		padding: 10px 12px;
		border: 1px solid var(--line);
		background: var(--surface-strong);
	}

	.monitoring-table td[b-bcqr3b9qq5] {
		display: grid;
		grid-template-columns: 96px minmax(0, 1fr);
		align-items: start;
		gap: 8px;
		padding: 6px 0;
		border: 0;
	}

	.monitoring-table td[b-bcqr3b9qq5]::before {
		content: attr(data-label);
		font-size: 10px;
		font-weight: 800;
		opacity: .55;
		text-transform: uppercase;
	}

	.monitoring-table__fixture[b-bcqr3b9qq5] {
		min-width: 0;
	}

	.monitoring-table td.monitoring-watch-column[b-bcqr3b9qq5] {
		display: flex;
		justify-content: flex-end;
		width: 100%;
		padding-bottom: 2px;
	}

	.monitoring-table td.monitoring-watch-column[b-bcqr3b9qq5]::before {
		display: none;
	}
}
/* /Components/Pages/Super/FeedOdds.razor.rz.scp.css */
.odds-ops-page[b-588sblie16] {
	display: grid;
	gap: 16px;
}

.odds-ops-page__tabs[b-588sblie16] {
	border-bottom: 1px solid var(--line);
	display: flex;
	gap: 4px;
	overflow-x: auto;
}

.odds-ops-page__tabs button[b-588sblie16] {
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	white-space: nowrap;
}

.odds-ops-page__tabs button.is-active[b-588sblie16] {
	border-bottom-color: var(--accent);
	color: var(--accent);
}

.odds-ops-page__subhead[b-588sblie16],
.odds-ops-page__manual-section > header[b-588sblie16] {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.odds-ops-page__subhead > div[b-588sblie16],
.odds-ops-page__manual-section > header[b-588sblie16],
.odds-ops-page__manual-drawer label[b-588sblie16] {
	display: grid;
	gap: 5px;
}

.odds-ops-page__filters[b-588sblie16] {
	align-items: end;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, minmax(150px, 1fr)) auto;
}

.odds-ops-page__filters--manual[b-588sblie16] {
	grid-template-columns: minmax(180px, 1fr) minmax(220px, 2fr) auto;
}

.odds-ops-page__filters label[b-588sblie16],
.odds-ops-page__dialog-grid label[b-588sblie16] {
	display: grid;
	gap: 5px;
}

.odds-ops-page__manual-section[b-588sblie16] {
	display: grid;
	gap: 10px;
}

.odds-ops-page__dialog-grid[b-588sblie16] {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(180px, 1fr));
}

.odds-ops-page__manual-drawer[b-588sblie16] {
	display: grid;
	gap: 12px;
	padding: 16px 0;
}

@media (max-width: 900px) {
	.odds-ops-page__filters[b-588sblie16],
	.odds-ops-page__filters--manual[b-588sblie16],
	.odds-ops-page__dialog-grid[b-588sblie16] {
		grid-template-columns: 1fr;
	}

	.odds-ops-page__subhead[b-588sblie16] {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}
}
/* /Components/Pages/Super/FeedProviders.razor.rz.scp.css */
.providers-page__tabs[b-qlkgw0yzjr] {
	display: flex;
	gap: 6px;
	margin-bottom: 12px;
}

.providers-page__tabs button[b-qlkgw0yzjr] {
	min-height: 38px;
	border: 1px solid var(--line);
	background: var(--surface-strong);
}

.providers-page__tabs button.is-active[b-qlkgw0yzjr] {
	border-color: var(--accent);
	background: color-mix(in srgb, var(--accent) 16%, var(--surface-strong));
}

.providers-page__lanes[b-qlkgw0yzjr],
.providers-page__health[b-qlkgw0yzjr],
.providers-page__delays[b-qlkgw0yzjr],
.providers-page__workers[b-qlkgw0yzjr] {
	display: grid;
	gap: 12px;
	margin: 0 0 12px;
}

.providers-page__head[b-qlkgw0yzjr] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.providers-page__head h2[b-qlkgw0yzjr] {
	margin: 2px 0 0;
	font-size: 18px;
}

.provider-lane-list[b-qlkgw0yzjr] {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.provider-lane-row[b-qlkgw0yzjr] {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 10px;
	padding: 12px;
	border: 1px solid var(--line);
	background: var(--surface);
}

.provider-lane-row > div:first-child[b-qlkgw0yzjr],
.provider-lane-row__metrics[b-qlkgw0yzjr] {
	display: grid;
	gap: 3px;
}

.provider-lane-row__metrics[b-qlkgw0yzjr] {
	grid-column: 1 / -1;
	font-size: 12px;
}

.provider-lane-row > button[b-qlkgw0yzjr],
.provider-lane-row > .signal-pill[b-qlkgw0yzjr] {
	grid-column: 1 / -1;
	justify-self: start;
}

.providers-page__workers td small[b-qlkgw0yzjr] {
	display: block;
	margin-top: 3px;
	opacity: .72;
}

.providers-page__signals[b-qlkgw0yzjr] {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 5px;
}

.providers-page__registration-summary[b-qlkgw0yzjr] {
	display: grid;
	gap: 6px;
	padding-top: 12px;
	border-top: 1px solid var(--line);
}

.providers-page__registration-summary > div[b-qlkgw0yzjr] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
	border-top: 1px solid var(--line);
}

.providers-page__registration-summary > div span[b-qlkgw0yzjr],
.providers-page__registration-summary > div small[b-qlkgw0yzjr] {
	display: block;
}

@media (max-width: 980px) {
	.provider-lane-list[b-qlkgw0yzjr] {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 650px) {
	.providers-page__tabs[b-qlkgw0yzjr] {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.providers-page__head[b-qlkgw0yzjr] {
		align-items: flex-start;
		flex-direction: column;
	}
}
/* /Components/Pages/Super/FeedResults.razor.rz.scp.css */
.result-list-page[b-5yyr6fxolf] {
	display: grid;
	gap: 16px;
}

.result-list-page__toolbar[b-5yyr6fxolf],
.result-list-page__actions[b-5yyr6fxolf],
.result-list-page__footer[b-5yyr6fxolf],
.result-list-page__secondary-actions[b-5yyr6fxolf] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.result-list-page__toolbar h2[b-5yyr6fxolf] {
	margin: 2px 0 0;
}

.result-list-page__actions[b-5yyr6fxolf] {
	flex-wrap: wrap;
	justify-content: flex-end;
}

.result-list-page__filters[b-5yyr6fxolf] {
	display: grid;
	grid-template-columns: minmax(220px, 2fr) repeat(5, minmax(130px, 1fr));
	gap: 10px;
	align-items: end;
}

.result-list-page__summary[b-5yyr6fxolf],
.result-list-page__drawer-summary[b-5yyr6fxolf] {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.result-list-page__metric[b-5yyr6fxolf],
.result-list-page__drawer-summary > div[b-5yyr6fxolf] {
	display: grid;
	gap: 4px;
	min-width: 0;
	padding: 12px;
	border: 1px solid var(--panel-border, #29455f);
	border-radius: 6px;
	background: var(--panel-muted, #0c1928);
	color: inherit;
	text-align: left;
}

button.result-list-page__metric[b-5yyr6fxolf] {
	cursor: pointer;
}

.result-list-page__metric strong[b-5yyr6fxolf],
.result-list-page__drawer-summary strong[b-5yyr6fxolf] {
	font-size: 1.2rem;
}

.result-list-page__metric--warning[b-5yyr6fxolf] {
	border-color: #8b6d24;
}

.result-list-page__footer[b-5yyr6fxolf] {
	justify-content: flex-end;
}

.result-list-page__secondary[b-5yyr6fxolf] {
	margin-top: 12px;
}

.result-list-page__source-links[b-5yyr6fxolf] {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 5px;
}

.result-list-page__source-links a:not(.button-link)[b-5yyr6fxolf] {
	font-size: 11px;
	font-weight: 700;
	color: var(--accent);
}

.result-list-page__drawer-source[b-5yyr6fxolf] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-block: 1px solid var(--line);
}

.result-list-page__drawer-source > div[b-5yyr6fxolf] {
	display: grid;
	min-width: 0;
	gap: 3px;
}

.result-list-page__drawer-source small[b-5yyr6fxolf] {
	overflow-wrap: anywhere;
	opacity: .72;
}

.result-list-page__source-state[b-5yyr6fxolf] {
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 700;
	opacity: .72;
}

.result-list-page__settlement-note[b-5yyr6fxolf] {
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 1.5;
	color: var(--muted);
}

@media (max-width: 1180px) {
	.result-list-page__filters[b-5yyr6fxolf] {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.result-list-page__search[b-5yyr6fxolf] {
		grid-column: span 2;
	}
}

@media (max-width: 760px) {
	.result-list-page__toolbar[b-5yyr6fxolf],
	.result-list-page__actions[b-5yyr6fxolf] {
		align-items: stretch;
		flex-direction: column;
	}

	.result-list-page__filters[b-5yyr6fxolf],
	.result-list-page__summary[b-5yyr6fxolf],
	.result-list-page__drawer-summary[b-5yyr6fxolf] {
		grid-template-columns: 1fr;
	}

	.result-list-page__search[b-5yyr6fxolf] {
		grid-column: auto;
	}

	.result-list-page__table[b-5yyr6fxolf] {
		overflow-x: auto;
	}

	.result-list-page__drawer-source[b-5yyr6fxolf] {
		align-items: stretch;
		flex-direction: column;
	}

	.result-list-page__drawer-source .result-list-page__source-links[b-5yyr6fxolf] {
		display: grid;
	}

	.result-list-page__drawer-source .button-link[b-5yyr6fxolf] {
		width: 100%;
	}
}
/* /Components/Pages/Super/FeedViews.razor.rz.scp.css */
.feed-views-launcher[b-ykv96nv4li] {
	white-space: nowrap;
}

.feed-views-manager-layer[b-ykv96nv4li] {
	z-index: 1050;
}

.feed-views-child-layer[b-ykv96nv4li] {
	z-index: 1060;
}

.feed-views-manager[b-ykv96nv4li] {
	width: min(1040px, calc(100vw - 32px));
	max-height: min(820px, calc(100vh - 32px));
	overflow: hidden;
}

.feed-views-manager > .feed-views-page[b-ykv96nv4li] {
	min-height: 340px;
	overflow: auto;
}

.feed-views-manager__head-actions[b-ykv96nv4li] {
	display: flex;
	align-items: center;
	gap: 6px;
}

.feed-views-page[b-ykv96nv4li] {
	display: grid;
	gap: 16px;
}

.feed-views-page__tabs[b-ykv96nv4li] {
	border-bottom: 1px solid var(--line);
	display: flex;
	gap: 4px;
	overflow-x: auto;
}

.feed-views-page__tabs button[b-ykv96nv4li] {
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	white-space: nowrap;
}

.feed-views-page__tabs button.is-active[b-ykv96nv4li] {
	border-bottom-color: var(--accent);
	color: var(--accent);
}

.feed-views-page__tabs span[b-ykv96nv4li] {
	color: var(--text-muted);
	font-size: 12px;
	margin-left: 4px;
}

.feed-views-page__head[b-ykv96nv4li] {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.feed-views-page__head > div[b-ykv96nv4li] {
	display: grid;
	gap: 5px;
}

.feed-views-page__preset-list[b-ykv96nv4li] {
	display: grid;
	gap: 8px;
}

.feed-view-preset[b-ykv96nv4li] {
	align-items: center;
	border-bottom: 1px solid var(--line);
	display: grid;
	gap: 12px;
	grid-template-columns: 52px minmax(180px, 1fr) auto auto;
	min-height: 64px;
	padding: 8px 0;
}

.feed-view-preset.is-disabled[b-ykv96nv4li] {
	opacity: 0.65;
}

.feed-view-preset__order[b-ykv96nv4li] {
	align-items: center;
	background: var(--surface-subtle);
	border: 1px solid var(--line);
	border-radius: 6px;
	display: flex;
	font-variant-numeric: tabular-nums;
	height: 36px;
	justify-content: center;
	width: 44px;
}

.feed-view-preset__identity[b-ykv96nv4li] {
	display: grid;
	gap: 4px;
}

.feed-view-preset__identity code[b-ykv96nv4li] {
	color: var(--text-muted);
	font-size: 12px;
}

.feed-view-preset__actions[b-ykv96nv4li] {
	display: flex;
	gap: 6px;
}

.feed-views-page__dialog-grid[b-ykv96nv4li] {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(180px, 1fr));
}

.feed-views-page__dialog-wide[b-ykv96nv4li] {
	grid-column: 1 / -1;
}

.feed-views-page__delete-copy[b-ykv96nv4li] {
	display: grid;
	gap: 6px;
	margin-bottom: 14px;
	padding: 12px;
	border-left: 2px solid var(--console-red, #ef7474);
	background: rgba(239, 116, 116, 0.06);
}

.feed-views-page__delete-copy strong[b-ykv96nv4li],
.feed-views-page__delete-copy p[b-ykv96nv4li] {
	margin: 0;
}

.feed-views-page__delete-copy p[b-ykv96nv4li] {
	color: var(--text-muted);
	font-size: 0.78rem;
	line-height: 1.5;
}

@media (max-width: 720px) {
	.feed-views-manager[b-ykv96nv4li] {
		width: min(100%, calc(100vw - 36px));
		max-height: calc(100vh - 20px);
	}

	.feed-views-manager__head-actions[b-ykv96nv4li] {
		width: 100%;
	}

	.feed-views-manager__head-actions .compact[b-ykv96nv4li] {
		flex: 1;
	}

	.feed-views-page__head[b-ykv96nv4li] {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}

	.feed-view-preset[b-ykv96nv4li] {
		grid-template-columns: 44px minmax(0, 1fr) auto;
	}

	.feed-view-preset__actions[b-ykv96nv4li] {
		grid-column: 1 / -1;
		justify-content: flex-end;
	}

	.feed-views-page__dialog-grid[b-ykv96nv4li] {
		grid-template-columns: 1fr;
	}

	.feed-views-page__dialog-wide[b-ykv96nv4li] {
		grid-column: auto;
	}
}
/* /Components/Pages/Super/Shared/BookmarkLeaguePicker.razor.rz.scp.css */
.bookmark-league-picker-layer[b-mqsi7o41cb] {
	z-index: 1080;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.bookmark-league-picker[b-mqsi7o41cb] {
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr) auto;
	width: min(1040px, calc(100vw - 36px));
	max-width: 100%;
	max-height: min(820px, calc(100vh - 36px));
	overflow: hidden;
}

.bookmark-league-picker__head[b-mqsi7o41cb],
.bookmark-league-picker__toolbar[b-mqsi7o41cb],
.bookmark-league-picker__actions[b-mqsi7o41cb] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.bookmark-league-picker__head[b-mqsi7o41cb] {
	padding: 20px 22px 16px;
	border-bottom: 1px solid var(--line);
}

.bookmark-league-picker__head h2[b-mqsi7o41cb],
.bookmark-league-picker__head p[b-mqsi7o41cb] {
	margin: 0;
}

.bookmark-league-picker__head h2[b-mqsi7o41cb] {
	font-size: 21px;
}

.bookmark-league-picker__head p[b-mqsi7o41cb] {
	margin-top: 5px;
	color: var(--muted);
	font-size: 13px;
}

.bookmark-league-picker__close[b-mqsi7o41cb] {
	display: grid;
	place-items: center;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: var(--surface-strong);
	color: var(--text);
	font-size: 25px;
	line-height: 1;
}

.bookmark-league-picker__toolbar[b-mqsi7o41cb] {
	padding: 14px 22px;
	border-bottom: 1px solid var(--line);
	background: color-mix(in srgb, var(--surface-strong) 72%, transparent);
}

.bookmark-league-picker__toolbar label[b-mqsi7o41cb] {
	display: grid;
	grid-template-columns: auto minmax(240px, 460px);
	align-items: center;
	gap: 10px;
	min-width: min(100%, 560px);
}

.bookmark-league-picker__toolbar label > span[b-mqsi7o41cb] {
	color: var(--muted);
	font-size: 12px;
	font-weight: 700;
}

.bookmark-league-picker__toolbar input[b-mqsi7o41cb] {
	width: 100%;
}

.bookmark-league-picker__legend[b-mqsi7o41cb] {
	display: flex;
	gap: 12px;
	color: var(--muted);
	font-size: 12px;
}

.bookmark-league-picker__legend b[b-mqsi7o41cb] {
	color: #f3c34e;
}

.bookmark-league-picker__body[b-mqsi7o41cb] {
	overflow: auto;
	padding: 4px 22px 18px;
}

.bookmark-league-group[b-mqsi7o41cb] {
	padding-top: 16px;
}

.bookmark-league-group > header[b-mqsi7o41cb] {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding: 0 2px 8px;
}

.bookmark-league-group > header strong[b-mqsi7o41cb] {
	font-size: 14px;
}

.bookmark-league-group > header span[b-mqsi7o41cb] {
	color: var(--muted);
	font-size: 11px;
}

.bookmark-league-group__list[b-mqsi7o41cb] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.bookmark-league-row[b-mqsi7o41cb] {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	min-height: 64px;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: var(--surface-strong);
	overflow: hidden;
}

.bookmark-league-row:hover[b-mqsi7o41cb],
.bookmark-league-row.is-selected[b-mqsi7o41cb] {
	border-color: color-mix(in srgb, var(--accent) 70%, var(--line));
}

.bookmark-league-row.is-selected[b-mqsi7o41cb] {
	box-shadow: inset 3px 0 0 var(--accent);
}

.bookmark-league-row.is-favorite[b-mqsi7o41cb] {
	background: color-mix(in srgb, var(--accent) 8%, var(--surface-strong));
}

.bookmark-league-row__main[b-mqsi7o41cb] {
	display: grid;
	align-content: center;
	gap: 7px;
	min-width: 0;
	padding: 11px 13px;
	border: 0;
	background: transparent;
	color: var(--text);
	text-align: left;
}

.bookmark-league-row__main:disabled[b-mqsi7o41cb],
.bookmark-league-row__favorite:disabled[b-mqsi7o41cb] {
	cursor: wait;
	opacity: .62;
}

.bookmark-league-row__name[b-mqsi7o41cb] {
	overflow: hidden;
	font-size: 14px;
	font-weight: 750;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bookmark-league-row__meta[b-mqsi7o41cb] {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	color: var(--muted);
	font-size: 11px;
}

.bookmark-league-row__meta b[b-mqsi7o41cb] {
	padding: 2px 6px;
	border: 1px solid color-mix(in srgb, var(--accent) 48%, var(--line));
	border-radius: 4px;
	color: var(--accent-strong, #73b7ff);
}

.bookmark-league-row__favorite[b-mqsi7o41cb] {
	display: grid;
	place-items: center;
	width: 44px;
	padding: 0;
	border: 0;
	border-left: 1px solid var(--line);
	background: transparent;
	color: #f3c34e;
	font-size: 22px;
}

.bookmark-league-row__favorite:hover[b-mqsi7o41cb] {
	background: color-mix(in srgb, #f3c34e 10%, transparent);
}

.bookmark-league-picker__empty[b-mqsi7o41cb] {
	display: grid;
	place-items: center;
	align-content: center;
	gap: 6px;
	min-height: 280px;
	color: var(--muted);
	text-align: center;
}

.bookmark-league-picker__actions[b-mqsi7o41cb] {
	padding: 14px 22px;
	border-top: 1px solid var(--line);
}

.bookmark-league-picker__actions > span[b-mqsi7o41cb] {
	color: var(--muted);
	font-size: 12px;
}

@media (max-width: 760px) {
	.bookmark-league-picker-layer[b-mqsi7o41cb] {
		padding: 8px;
	}

	.bookmark-league-picker[b-mqsi7o41cb] {
		width: calc(100vw - 16px);
		max-height: calc(100vh - 16px);
	}

	.bookmark-league-picker__head[b-mqsi7o41cb],
	.bookmark-league-picker__toolbar[b-mqsi7o41cb],
	.bookmark-league-picker__actions[b-mqsi7o41cb] {
		padding-inline: 14px;
	}

	.bookmark-league-picker__toolbar[b-mqsi7o41cb] {
		align-items: stretch;
		flex-direction: column;
	}

	.bookmark-league-picker__toolbar label[b-mqsi7o41cb] {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.bookmark-league-picker__body[b-mqsi7o41cb] {
		padding-inline: 14px;
	}

	.bookmark-league-group__list[b-mqsi7o41cb] {
		grid-template-columns: 1fr;
	}

	.bookmark-league-picker__actions > span[b-mqsi7o41cb] {
		display: none;
	}
}
/* /Components/Pages/Super/Shared/FeedDraft3PublishPreview.razor.rz.scp.css */
.draft3-publish-preview[b-gen049bmoz] {
	display: grid;
	gap: 14px;
	padding: 18px 0 0;
	border-top: 1px solid rgba(148, 163, 184, .18);
}

.draft3-publish-preview__head[b-gen049bmoz] {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.draft3-publish-preview__head > div[b-gen049bmoz] {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.draft3-publish-preview__head strong[b-gen049bmoz] {
	color: #f8fafc;
	font-size: 16px;
}

.draft3-publish-preview__head small[b-gen049bmoz],
.draft3-publish-preview__empty[b-gen049bmoz],
.draft3-publish-preview__queue-note[b-gen049bmoz],
.draft3-publish-preview__materialization-note[b-gen049bmoz] {
	color: #94a3b8;
	line-height: 1.5;
}

.draft3-publish-preview__empty[b-gen049bmoz],
.draft3-publish-preview__error[b-gen049bmoz],
.draft3-publish-preview__queue-note[b-gen049bmoz],
.draft3-publish-preview__materialization-note[b-gen049bmoz] {
	margin: 0;
}

.draft3-publish-preview__error[b-gen049bmoz] {
	color: #fda4af;
}

.draft3-publish-preview__metrics[b-gen049bmoz],
.draft3-publish-preview__delivery[b-gen049bmoz] {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: rgba(148, 163, 184, .14);
	border: 1px solid rgba(148, 163, 184, .14);
}

.draft3-publish-preview__metrics > div[b-gen049bmoz],
.draft3-publish-preview__delivery > div[b-gen049bmoz] {
	display: grid;
	gap: 4px;
	min-width: 0;
	padding: 12px 14px;
	background: #0d1726;
}

.draft3-publish-preview__metrics span[b-gen049bmoz],
.draft3-publish-preview__delivery span[b-gen049bmoz],
.draft3-publish-preview__request span[b-gen049bmoz] {
	color: #7f91a8;
	font-size: 11px;
	font-weight: 700;
}

.draft3-publish-preview__metrics strong[b-gen049bmoz],
.draft3-publish-preview__delivery strong[b-gen049bmoz] {
	color: #f8fafc;
	font-size: 14px;
}

.draft3-publish-preview__metrics small[b-gen049bmoz] {
	color: #94a3b8;
}

.draft3-publish-preview__delivery .is-healthy[b-gen049bmoz] {
	color: #6ee7b7;
}

.draft3-publish-preview__delivery .is-warning[b-gen049bmoz],
.draft3-publish-preview__delivery .is-unverified[b-gen049bmoz] {
	color: #fbbf24;
}

.draft3-publish-preview__request[b-gen049bmoz] {
	display: grid;
	gap: 6px;
}

.draft3-publish-preview__request code[b-gen049bmoz] {
	display: block;
	max-width: 100%;
	padding: 10px 12px;
	overflow-x: auto;
	color: #bfdbfe;
	background: #07101e;
	border: 1px solid rgba(96, 165, 250, .2);
	font-size: 12px;
	white-space: nowrap;
}

.draft3-publish-preview__json[b-gen049bmoz] {
	min-width: 0;
	border-top: 1px solid rgba(148, 163, 184, .16);
}

.draft3-publish-preview__json summary[b-gen049bmoz] {
	padding: 12px 0;
	color: #dbeafe;
	cursor: pointer;
	font-weight: 700;
}

.draft3-publish-preview__json pre[b-gen049bmoz] {
	max-height: 320px;
	margin: 0;
	padding: 14px;
	overflow: auto;
	color: #cbd5e1;
	background: #07101e;
	border: 1px solid rgba(96, 165, 250, .2);
	font-size: 11px;
	line-height: 1.55;
	white-space: pre;
}

@media (max-width: 760px) {
	.draft3-publish-preview__head[b-gen049bmoz] {
		align-items: stretch;
		flex-direction: column;
	}

	.draft3-publish-preview__metrics[b-gen049bmoz],
	.draft3-publish-preview__delivery[b-gen049bmoz] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.draft3-publish-preview__metrics[b-gen049bmoz],
	.draft3-publish-preview__delivery[b-gen049bmoz] {
		grid-template-columns: 1fr;
	}
}
/* /Components/Pages/Super/Shared/FeedEmptyState.razor.rz.scp.css */
.feed-empty-state[b-d47svaige3] {
	display: grid;
	justify-items: center;
	gap: 6px;
	padding: 24px 16px;
	text-align: center;
}

.feed-empty-state small[b-d47svaige3] {
	max-width: 56ch;
}
/* /Components/Pages/Super/Shared/FeedFixtureOfferCommands.razor.rz.scp.css */
.fixture-offer-command-panel[b-et7u1bg2x8] {
	display: grid;
	gap: 14px;
	padding: 16px;
	border-block: 1px solid var(--line);
	background: color-mix(in srgb, var(--surface) 93%, #0b1220);
}

.fixture-offer-command-panel__head[b-et7u1bg2x8],
.fixture-offer-command-panel__actions[b-et7u1bg2x8],
.fixture-offer-command-dialog__context[b-et7u1bg2x8] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.fixture-offer-command-panel__head > div[b-et7u1bg2x8] {
	display: grid;
	gap: 3px;
}

.fixture-offer-command-panel__head h2[b-et7u1bg2x8] {
	margin: 0;
	font-size: 18px;
}

.fixture-offer-command-panel__head small[b-et7u1bg2x8],
.fixture-offer-command-panel__summary small[b-et7u1bg2x8],
.fixture-offer-command-dialog__context span[b-et7u1bg2x8],
.fixture-offer-provider-choice small[b-et7u1bg2x8],
.fixture-offer-market-choices small[b-et7u1bg2x8],
.fixture-offer-template-choices small[b-et7u1bg2x8],
.fixture-offer-command-dialog__notice small[b-et7u1bg2x8] {
	color: var(--muted);
}

.fixture-offer-state[b-et7u1bg2x8] {
	padding: 5px 9px;
	border: 1px solid var(--line);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 900;
}

.fixture-offer-state.is-published[b-et7u1bg2x8] {
	border-color: color-mix(in srgb, var(--success) 58%, var(--line));
	color: var(--success);
}

.fixture-offer-state.is-stopped[b-et7u1bg2x8] {
	border-color: color-mix(in srgb, var(--danger) 58%, var(--line));
	color: var(--danger);
}

.fixture-offer-state.is-empty[b-et7u1bg2x8] {
	color: var(--muted);
}

.fixture-offer-command-panel__selectors[b-et7u1bg2x8] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.fixture-offer-command-panel__summary[b-et7u1bg2x8] {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-block: 1px solid var(--line);
}

.fixture-offer-command-panel__summary > div[b-et7u1bg2x8] {
	display: grid;
	gap: 4px;
	min-width: 0;
	padding: 11px 12px;
	border-right: 1px solid var(--line);
}

.fixture-offer-command-panel__summary > div:last-child[b-et7u1bg2x8] {
	border-right: 0;
}

.fixture-offer-command-panel__summary span[b-et7u1bg2x8],
.fixture-offer-command-dialog__context span[b-et7u1bg2x8],
.fixture-offer-command-dialog__notice span[b-et7u1bg2x8] {
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.fixture-offer-command-panel__summary strong[b-et7u1bg2x8],
.fixture-offer-command-panel__summary small[b-et7u1bg2x8] {
	overflow-wrap: anywhere;
}

.fixture-offer-command-panel__actions[b-et7u1bg2x8] {
	justify-content: flex-start;
}

.fixture-offer-command-panel__actions .button-link:last-child[b-et7u1bg2x8] {
	margin-left: auto;
}

.fixture-offer-command-dialog[b-et7u1bg2x8] {
	width: min(720px, calc(100vw - 36px));
}

.fixture-offer-command-dialog__context[b-et7u1bg2x8] {
	align-items: stretch;
	padding-block: 10px;
	border-block: 1px solid var(--line);
}

.fixture-offer-command-dialog__context > div[b-et7u1bg2x8] {
	display: grid;
	gap: 3px;
	min-width: min(100%, 260px);
}

.fixture-offer-provider-choices[b-et7u1bg2x8],
.fixture-offer-market-choices[b-et7u1bg2x8] {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
	padding: 0;
	border: 0;
}

.fixture-offer-market-choices[b-et7u1bg2x8] {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fixture-offer-provider-choices legend[b-et7u1bg2x8],
.fixture-offer-market-choices legend[b-et7u1bg2x8] {
	grid-column: 1 / -1;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: 900;
}

.fixture-offer-provider-choice[b-et7u1bg2x8],
.fixture-offer-market-choices label[b-et7u1bg2x8],
.fixture-offer-template-choices label[b-et7u1bg2x8] {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	min-width: 0;
	padding: 10px;
	border: 1px solid var(--line);
	background: color-mix(in srgb, var(--surface) 92%, black);
	cursor: pointer;
}

.fixture-offer-provider-choice.is-selected[b-et7u1bg2x8],
.fixture-offer-market-choices label.is-selected[b-et7u1bg2x8],
.fixture-offer-template-choices label.is-selected[b-et7u1bg2x8] {
	border-color: var(--accent);
	background: color-mix(in srgb, var(--accent) 10%, var(--surface));
}

.fixture-offer-provider-choice.is-unavailable[b-et7u1bg2x8] {
	opacity: .55;
	cursor: not-allowed;
}

.fixture-offer-provider-choice span[b-et7u1bg2x8],
.fixture-offer-market-choices span[b-et7u1bg2x8],
.fixture-offer-template-choices span[b-et7u1bg2x8] {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.fixture-offer-command-dialog__notice[b-et7u1bg2x8] {
	display: grid;
	gap: 3px;
	padding: 10px 12px;
	border-left: 3px solid var(--accent);
	background: color-mix(in srgb, var(--accent) 8%, transparent);
}

.fixture-offer-template-choices[b-et7u1bg2x8] {
	display: grid;
	gap: 7px;
	max-height: min(400px, 48vh);
	overflow-y: auto;
}

@media (max-width: 860px) {
	.fixture-offer-command-panel__summary[b-et7u1bg2x8] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fixture-offer-command-panel__summary > div:nth-child(2)[b-et7u1bg2x8] {
		border-right: 0;
	}

	.fixture-offer-command-panel__summary > div:nth-child(-n + 2)[b-et7u1bg2x8] {
		border-bottom: 1px solid var(--line);
	}
}

@media (max-width: 600px) {
	.fixture-offer-command-panel[b-et7u1bg2x8] {
		padding-inline: 12px;
	}

	.fixture-offer-command-panel__selectors[b-et7u1bg2x8],
	.fixture-offer-command-panel__summary[b-et7u1bg2x8],
	.fixture-offer-provider-choices[b-et7u1bg2x8],
	.fixture-offer-market-choices[b-et7u1bg2x8] {
		grid-template-columns: minmax(0, 1fr);
	}

	.fixture-offer-command-panel__summary > div[b-et7u1bg2x8] {
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.fixture-offer-command-panel__summary > div:last-child[b-et7u1bg2x8] {
		border-bottom: 0;
	}

	.fixture-offer-command-panel__actions > button[b-et7u1bg2x8],
	.fixture-offer-command-panel__actions > .button-link[b-et7u1bg2x8] {
		flex: 1 1 calc(50% - 6px);
		justify-content: center;
		margin-left: 0;
	}

	.fixture-offer-command-dialog[b-et7u1bg2x8] {
		width: calc(100vw - 20px);
		max-height: calc(100dvh - 20px);
	}
}
/* /Components/Pages/Super/Shared/FeedNumberedPager.razor.rz.scp.css */
.feed-numbered-pager[b-e46rmzqzci] {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 5px;
}

.feed-numbered-pager button[b-e46rmzqzci] {
	min-width: 34px;
	min-height: 32px;
	padding: 5px 9px;
	border: 1px solid var(--line);
	border-radius: 4px;
	background: var(--surface-strong);
	color: var(--text);
	font-size: 12px;
	font-weight: 800;
}

.feed-numbered-pager button:hover:not(:disabled)[b-e46rmzqzci],
.feed-numbered-pager button.is-active[b-e46rmzqzci] {
	border-color: var(--accent);
	background: color-mix(in srgb, var(--accent) 18%, var(--surface-strong));
}

.feed-numbered-pager button.is-active[b-e46rmzqzci] {
	color: #fff;
	box-shadow: inset 0 0 0 1px color-mix(in srgb, #fff 18%, transparent);
}

.feed-numbered-pager span[b-e46rmzqzci] {
	min-width: 62px;
	padding-inline: 4px;
	text-align: center;
	color: var(--text-muted);
	font-size: 12px;
	font-variant-numeric: tabular-nums;
}

@media (max-width: 600px) {
	.feed-numbered-pager[b-e46rmzqzci] {
		justify-content: center;
	}

	.feed-numbered-pager button[b-e46rmzqzci] {
		min-width: 32px;
		padding-inline: 7px;
	}
}
/* /Components/Pages/Super/Shared/FeedOfferTemplatePanel.razor.rz.scp.css */
.offer-template-band[b-0ji5cfcn8l] {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) minmax(250px, 1fr) auto;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	padding: 7px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.offer-template-band__identity[b-0ji5cfcn8l] {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.offer-template-band__identity strong[b-0ji5cfcn8l],
.offer-template-band__identity small[b-0ji5cfcn8l] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.offer-template-band__identity strong[b-0ji5cfcn8l] {
	font-size: 14px;
}

.offer-template-band__identity small[b-0ji5cfcn8l] {
	font-size: 11px;
	opacity: .72;
}

.offer-template-band__metrics[b-0ji5cfcn8l] {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	min-width: 0;
	border-left: 1px solid var(--line);
}

.offer-template-band__metrics > div[b-0ji5cfcn8l] {
	display: grid;
	gap: 2px;
	min-width: 0;
	padding: 1px 10px;
	border-right: 1px solid var(--line);
}

.offer-template-band__metrics span[b-0ji5cfcn8l],
.offer-template-band__metrics small[b-0ji5cfcn8l] {
	font-size: 11px;
	opacity: .68;
}

.offer-template-band__metrics strong[b-0ji5cfcn8l] {
	font-size: 14px;
	font-variant-numeric: tabular-nums;
}

.offer-template-band__metrics strong.is-warning[b-0ji5cfcn8l] {
	color: #f59e0b;
}

.offer-template-band__metrics small[b-0ji5cfcn8l] {
	display: none;
}

.offer-template-band__actions[b-0ji5cfcn8l] {
	display: flex;
	justify-content: flex-end;
	gap: 6px;
}

.offer-template-band__actions .compact[b-0ji5cfcn8l] {
	min-height: 32px;
	padding: 5px 8px;
	white-space: nowrap;
}

.offer-template-dialog[b-0ji5cfcn8l] {
	display: grid;
	gap: 14px;
	width: min(760px, calc(100vw - 36px));
}

.offer-template-scope-dialog[b-0ji5cfcn8l] {
	display: grid;
	gap: 14px;
	width: min(1040px, calc(100vw - 36px));
	max-height: calc(100vh - 36px);
	overflow: auto;
}

.offer-template-scope-picker[b-0ji5cfcn8l] {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.offer-template-scope-picker button[b-0ji5cfcn8l] {
	display: grid;
	align-content: center;
	gap: 3px;
	min-width: 0;
	min-height: 58px;
	padding: 8px 10px;
	border: 0;
	border-right: 1px solid var(--line);
	background: transparent;
	color: inherit;
	text-align: left;
	cursor: pointer;
}

.offer-template-scope-picker button:last-child[b-0ji5cfcn8l] {
	border-right: 0;
}

.offer-template-scope-picker button.is-selected[b-0ji5cfcn8l] {
	box-shadow: inset 0 -3px 0 var(--accent);
	background: color-mix(in srgb, var(--accent) 8%, transparent);
}

.offer-template-scope-picker small[b-0ji5cfcn8l] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: .68;
}

.offer-template-impact[b-0ji5cfcn8l] {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.offer-template-impact > div[b-0ji5cfcn8l] {
	display: grid;
	gap: 3px;
	min-width: 0;
	padding: 10px 12px;
	border-right: 1px solid var(--line);
}

.offer-template-impact > div:last-child[b-0ji5cfcn8l] {
	border-right: 0;
}

.offer-template-impact span[b-0ji5cfcn8l],
.offer-template-impact small[b-0ji5cfcn8l] {
	font-size: 11px;
	opacity: .68;
}

.offer-template-impact strong[b-0ji5cfcn8l],
.offer-template-impact small[b-0ji5cfcn8l] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.offer-template-overrides[b-0ji5cfcn8l] {
	display: grid;
	gap: 8px;
	padding-top: 10px;
	border-top: 1px solid var(--line);
}

.offer-template-overrides > header[b-0ji5cfcn8l] {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
}

.offer-template-overrides > header small[b-0ji5cfcn8l],
.offer-template-overrides__empty[b-0ji5cfcn8l] {
	opacity: .68;
}

.offer-template-overrides > div[b-0ji5cfcn8l] {
	display: grid;
	max-height: 190px;
	overflow: auto;
	border-bottom: 1px solid var(--line);
}

.offer-template-overrides article[b-0ji5cfcn8l] {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(140px, .8fr) auto;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 6px 0;
	border-top: 1px solid var(--line);
}

.offer-template-overrides article > span[b-0ji5cfcn8l] {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.offer-template-overrides article small[b-0ji5cfcn8l],
.offer-template-overrides article em[b-0ji5cfcn8l] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.offer-template-overrides article small[b-0ji5cfcn8l] {
	opacity: .68;
}

.offer-template-overrides article em[b-0ji5cfcn8l] {
	font-style: normal;
}

.offer-template-choice-list[b-0ji5cfcn8l] {
	display: grid;
	gap: 6px;
	max-height: min(48vh, 460px);
	overflow: auto;
}

.offer-template-choice[b-0ji5cfcn8l] {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 10px;
	border: 1px solid var(--line);
	background: var(--surface);
	cursor: pointer;
}

.offer-template-choice.is-selected[b-0ji5cfcn8l] {
	border-color: var(--accent);
	background: color-mix(in srgb, var(--accent) 9%, var(--surface));
}

.offer-template-choice input[b-0ji5cfcn8l] {
	width: 16px;
	height: 16px;
}

.offer-template-choice > span[b-0ji5cfcn8l] {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.offer-template-choice small[b-0ji5cfcn8l] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: .72;
}

.offer-template-choice em[b-0ji5cfcn8l] {
	font-size: 12px;
	font-style: normal;
	opacity: .72;
}

.offer-template-manager[b-0ji5cfcn8l] {
	display: grid;
	gap: 14px;
	width: min(980px, calc(100vw - 36px));
	max-height: calc(100vh - 36px);
	overflow: auto;
}

.offer-template-sport-priorities[b-0ji5cfcn8l] {
	display: grid;
	gap: 8px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--line);
}

.offer-template-sport-priorities > header[b-0ji5cfcn8l] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.offer-template-sport-priorities > header > div[b-0ji5cfcn8l] {
	display: grid;
	gap: 2px;
}

.offer-template-sport-priorities > header small[b-0ji5cfcn8l] {
	opacity: .68;
}

.offer-template-sport-priority-table[b-0ji5cfcn8l] {
	display: grid;
	border-top: 1px solid var(--line);
}

.offer-template-sport-priority-table__head[b-0ji5cfcn8l],
.offer-template-sport-priority-table__row[b-0ji5cfcn8l] {
	display: grid;
	grid-template-columns: 86px minmax(130px, 1fr) minmax(150px, 1.15fr) minmax(130px, 1fr) minmax(180px, 1.15fr) 52px;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.offer-template-sport-priority-table__head[b-0ji5cfcn8l] {
	min-height: 30px;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	opacity: .58;
}

.offer-template-sport-priority-table__row[b-0ji5cfcn8l] {
	min-height: 54px;
	border-top: 1px solid var(--line);
}

.offer-template-sport-priority-table__row:first-of-type[b-0ji5cfcn8l] {
	border-top: 0;
}

.offer-template-sport-priority-table__row > div[b-0ji5cfcn8l],
.offer-template-sport-priority-table__row > label[b-0ji5cfcn8l] {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.offer-template-sport-priority-table__row strong[b-0ji5cfcn8l],
.offer-template-sport-priority-table__row small[b-0ji5cfcn8l] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.offer-template-sport-priority-table__row small[b-0ji5cfcn8l] {
	font-size: 10px;
	opacity: .64;
}

.offer-template-sport-priority-table__row select[b-0ji5cfcn8l] {
	width: 100%;
	min-width: 0;
	height: 34px;
	padding: 0 28px 0 8px;
	border: 1px solid var(--line);
	border-radius: 4px;
	background: var(--surface);
	color: inherit;
}

.offer-template-sport-priority-table__action[b-0ji5cfcn8l] {
	justify-items: end;
}

.offer-template-sport-priority-table__action .compact[b-0ji5cfcn8l] {
	min-width: 48px;
}

.offer-template-manager__toolbar[b-0ji5cfcn8l] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.offer-template-manager__toolbar > div[b-0ji5cfcn8l] {
	display: grid;
	gap: 3px;
}

.offer-template-manager__toolbar small[b-0ji5cfcn8l] {
	opacity: .72;
}

.offer-template-table[b-0ji5cfcn8l] {
	display: grid;
	border-top: 1px solid var(--line);
}

.offer-template-table article[b-0ji5cfcn8l] {
	display: grid;
	grid-template-columns: minmax(180px, 1.2fr) minmax(160px, 1fr) minmax(140px, .8fr) auto;
	align-items: center;
	gap: 12px;
	min-width: 0;
	padding: 10px 0;
	border-bottom: 1px solid var(--line);
}

.offer-template-table article.is-disabled[b-0ji5cfcn8l] {
	opacity: .58;
}

.offer-template-table article > div:not(.offer-template-table__actions)[b-0ji5cfcn8l] {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.offer-template-table span[b-0ji5cfcn8l],
.offer-template-table small[b-0ji5cfcn8l] {
	font-size: 11px;
	opacity: .7;
}

.offer-template-table strong[b-0ji5cfcn8l] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.offer-template-table__actions[b-0ji5cfcn8l] {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
}

.offer-template-editor[b-0ji5cfcn8l] {
	display: grid;
	gap: 16px;
}

.offer-template-editor__identity[b-0ji5cfcn8l] {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(200px, 1fr) auto;
	align-items: end;
	gap: 10px;
}

.offer-template-toggle[b-0ji5cfcn8l] {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 38px;
	padding: 0 10px;
	border: 1px solid var(--line);
}

.offer-template-toggle input[b-0ji5cfcn8l] {
	width: 16px;
	height: 16px;
}

.offer-template-editor__columns[b-0ji5cfcn8l] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.offer-template-priority[b-0ji5cfcn8l],
.offer-template-market-families[b-0ji5cfcn8l] {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 10px;
	border: 1px solid var(--line);
}

.offer-template-priority legend[b-0ji5cfcn8l],
.offer-template-market-families legend[b-0ji5cfcn8l] {
	padding: 0 5px;
	font-size: 12px;
	font-weight: 800;
}

.offer-template-priority > div[b-0ji5cfcn8l] {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr) 34px 34px;
	align-items: center;
	gap: 5px;
	min-height: 34px;
	padding: 3px 0;
	border-bottom: 1px solid var(--line);
}

.offer-template-priority > div:last-of-type[b-0ji5cfcn8l] {
	border-bottom: 0;
}

.offer-template-priority > div > span[b-0ji5cfcn8l] {
	text-align: center;
	font-variant-numeric: tabular-nums;
	opacity: .65;
}

.offer-template-priority .compact[b-0ji5cfcn8l] {
	min-width: 32px;
	min-height: 28px;
	padding: 3px;
}

.offer-template-priority > small[b-0ji5cfcn8l] {
	line-height: 1.45;
	opacity: .68;
}

.offer-template-market-families[b-0ji5cfcn8l] {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.offer-template-market-families legend[b-0ji5cfcn8l] {
	grid-column: 1 / -1;
}

.offer-template-market-families label[b-0ji5cfcn8l] {
	display: flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	min-height: 34px;
	padding: 6px 8px;
	border: 1px solid var(--line);
}

.offer-template-market-families input[b-0ji5cfcn8l] {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
}

.offer-template-editor__limits[b-0ji5cfcn8l] {
	display: grid;
	grid-template-columns: minmax(150px, .6fr) minmax(150px, .6fr) minmax(260px, 1.4fr);
	gap: 10px;
}

.offer-template-status-confirm[b-0ji5cfcn8l] {
	display: grid;
	gap: 5px;
	padding: 12px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.offer-template-status-confirm span[b-0ji5cfcn8l] {
	line-height: 1.5;
	opacity: .72;
}

@media (max-width: 1100px) {
	.offer-template-band[b-0ji5cfcn8l] {
		grid-template-columns: minmax(220px, 1fr) minmax(0, 1.4fr);
	}

	.offer-template-band__actions[b-0ji5cfcn8l] {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	.offer-template-band[b-0ji5cfcn8l],
	.offer-template-editor__identity[b-0ji5cfcn8l],
	.offer-template-editor__columns[b-0ji5cfcn8l],
	.offer-template-editor__limits[b-0ji5cfcn8l] {
		grid-template-columns: 1fr;
	}

	.offer-template-band__metrics[b-0ji5cfcn8l] {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		border-left: 0;
		border-top: 1px solid var(--line);
		border-bottom: 1px solid var(--line);
	}

	.offer-template-band__metrics > div[b-0ji5cfcn8l] {
		padding: 8px;
	}

	.offer-template-band__actions[b-0ji5cfcn8l] {
		grid-column: auto;
		justify-content: stretch;
	}

	.offer-template-band__actions button[b-0ji5cfcn8l] {
		flex: 1 1 0;
	}

	.offer-template-scope-picker[b-0ji5cfcn8l] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.offer-template-scope-picker button[b-0ji5cfcn8l] {
		border-bottom: 1px solid var(--line);
	}

	.offer-template-impact[b-0ji5cfcn8l] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.offer-template-impact > div:nth-child(2)[b-0ji5cfcn8l] {
		border-right: 0;
	}

	.offer-template-impact > div:nth-child(-n + 2)[b-0ji5cfcn8l] {
		border-bottom: 1px solid var(--line);
	}

	.offer-template-overrides > header[b-0ji5cfcn8l] {
		align-items: flex-start;
		flex-direction: column;
	}

	.offer-template-overrides article[b-0ji5cfcn8l] {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.offer-template-overrides article em[b-0ji5cfcn8l] {
		grid-column: 1;
	}

	.offer-template-overrides article button[b-0ji5cfcn8l] {
		grid-column: 2;
		grid-row: 1 / span 2;
	}

	.offer-template-table article[b-0ji5cfcn8l] {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.offer-template-sport-priorities > header[b-0ji5cfcn8l] {
		align-items: stretch;
		flex-direction: column;
	}

	.offer-template-sport-priority-table__head[b-0ji5cfcn8l] {
		display: none;
	}

	.offer-template-sport-priority-table__row[b-0ji5cfcn8l] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px 12px;
		padding: 10px 0;
	}

	.offer-template-sport-priority-table__sport[b-0ji5cfcn8l],
	.offer-template-sport-priority-table__row > label[b-0ji5cfcn8l] {
		grid-column: 1 / -1;
	}

	.offer-template-sport-priority-table__row > div[data-label][b-0ji5cfcn8l]::before,
	.offer-template-sport-priority-table__row > label[data-label][b-0ji5cfcn8l]::before {
		content: attr(data-label);
		font-size: 10px;
		font-weight: 700;
		opacity: .58;
	}

	.offer-template-sport-priority-table__action[b-0ji5cfcn8l] {
		grid-column: 1 / -1;
		justify-items: stretch;
	}

	.offer-template-sport-priority-table__action .compact[b-0ji5cfcn8l] {
		width: 100%;
	}

	.offer-template-table__actions[b-0ji5cfcn8l] {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.offer-template-market-families[b-0ji5cfcn8l] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.offer-template-choice[b-0ji5cfcn8l] {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.offer-template-choice em[b-0ji5cfcn8l] {
		grid-column: 2;
	}
}
/* /Components/Pages/Super/Shared/FeedPageHeader.razor.rz.scp.css */
.feed-page-head h1[b-i5g7sr9et3] {
	width: fit-content;
}

.feed-page-head h1:focus[b-i5g7sr9et3] {
	outline: 2px solid color-mix(in srgb, var(--accent) 72%, transparent);
	outline-offset: 3px;
	border-radius: 2px;
}
/* /Components/Pages/Super/Shared/FeedPager.razor.rz.scp.css */
.feed-pager[b-0ysg92755g] {
	display: flex;
	align-items: center;
	gap: 8px;
}

.feed-pager > span[b-0ysg92755g] {
	min-width: 120px;
	text-align: right;
}

@media (max-width: 760px) {
	.feed-pager[b-0ysg92755g] {
		justify-content: space-between;
	}

	.feed-pager > span[b-0ysg92755g] {
		min-width: 0;
	}
}
/* /Components/Pages/Super/Shared/FeedResultAuditHistory.razor.rz.scp.css */
.result-audit-history__list[b-6iynkf59u7] {
	display: grid;
	gap: 8px;
}

.result-audit-history__item[b-6iynkf59u7] {
	min-width: 0;
	border: 1px solid var(--console-border, #2b3036);
	background: var(--console-surface-muted, #15181c);
}

.result-audit-history__item > header[b-6iynkf59u7] {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px;
}

.result-audit-history__item > header > div[b-6iynkf59u7] {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.result-audit-history__item > header > div:last-child[b-6iynkf59u7] {
	justify-items: end;
	flex: 0 0 auto;
}

.result-audit-history__item span[b-6iynkf59u7],
.result-audit-history__item time[b-6iynkf59u7] {
	color: var(--console-muted, #929ca7);
	font-size: .75rem;
}

.result-audit-history__item details[b-6iynkf59u7] {
	border-top: 1px solid var(--console-border, #2b3036);
}

.result-audit-history__item summary[b-6iynkf59u7] {
	cursor: pointer;
	padding: 9px 12px;
}

.result-audit-history__values[b-6iynkf59u7] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	padding: 0 12px 12px;
}

.result-audit-history__values > div[b-6iynkf59u7] {
	min-width: 0;
}

.result-audit-history__values pre[b-6iynkf59u7] {
	max-height: 180px;
	margin: 5px 0 0;
	padding: 9px;
	overflow: auto;
	white-space: pre-wrap;
	overflow-wrap: anywhere;
	background: var(--console-bg, #111315);
}

@media (max-width: 640px) {
	.result-audit-history__item > header[b-6iynkf59u7],
	.result-audit-history__values[b-6iynkf59u7] {
		grid-template-columns: 1fr;
	}

	.result-audit-history__item > header[b-6iynkf59u7] {
		display: grid;
	}

	.result-audit-history__item > header > div:last-child[b-6iynkf59u7] {
		justify-items: start;
	}
}
/* /Components/Pages/Super/Shared/FeedResultCollectionDialog.razor.rz.scp.css */
.result-collection-dialog[b-zyo2qn45ac] {
	width: min(680px, calc(100vw - 32px));
}

.result-collection-dialog__scope[b-zyo2qn45ac] {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.result-collection-dialog__scope > div[b-zyo2qn45ac] {
	display: grid;
	gap: 5px;
	min-width: 0;
	padding: 12px;
	border: 1px solid var(--console-border, #2b3036);
	background: var(--console-surface-muted, #15181c);
}

.result-collection-dialog__scope span[b-zyo2qn45ac],
.result-collection-dialog__scope strong[b-zyo2qn45ac] {
	overflow-wrap: anywhere;
}

.result-collection-dialog__scope span[b-zyo2qn45ac] {
	color: var(--console-muted, #929ca7);
	font-size: .75rem;
}

.result-collection-dialog__notice[b-zyo2qn45ac] {
	margin: 12px 0 0;
	padding: 10px 12px;
	border-left: 3px solid var(--console-blue, #4da3ff);
	background: color-mix(in srgb, var(--console-blue, #4da3ff) 9%, transparent);
}

.result-collection-dialog__form[b-zyo2qn45ac] {
	margin-top: 12px;
	grid-template-columns: minmax(0, 2fr) minmax(180px, 1fr);
}

@media (max-width: 640px) {
	.result-collection-dialog__scope[b-zyo2qn45ac],
	.result-collection-dialog__form[b-zyo2qn45ac] {
		grid-template-columns: 1fr;
	}
}
/* /Components/Pages/Super/Shared/FeedResultOperationDialog.razor.rz.scp.css */
.result-operation-dialog[b-ra37vste4e] {
	width: min(820px, calc(100vw - 32px));
}

.result-operation-dialog__operations[b-ra37vste4e] {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.result-operation-dialog__operation[b-ra37vste4e] {
	display: grid;
	gap: 5px;
	min-height: 86px;
	padding: 12px;
	border: 1px solid var(--console-border, #2b3036);
	background: var(--console-surface-muted, #15181c);
	color: var(--console-text, #e7ebef);
	text-align: left;
}

.result-operation-dialog__operation small[b-ra37vste4e] {
	color: var(--console-muted, #929ca7);
	font-size: .75rem;
	line-height: 1.45;
}

.result-operation-dialog__operation.is-selected[b-ra37vste4e] {
	border-color: var(--console-blue, #4da3ff);
	background: color-mix(in srgb, var(--console-blue, #4da3ff) 12%, var(--console-surface-muted, #15181c));
}

.result-operation-dialog__notice[b-ra37vste4e] {
	margin: 12px 0 0;
	padding: 10px 12px;
	border-left: 3px solid var(--console-blue, #4da3ff);
	background: color-mix(in srgb, var(--console-blue, #4da3ff) 9%, transparent);
}

.result-operation-dialog__notice.is-critical[b-ra37vste4e] {
	border-left-color: var(--console-danger, #ff6b6b);
	background: color-mix(in srgb, var(--console-danger, #ff6b6b) 9%, transparent);
}

.result-operation-dialog__score[b-ra37vste4e] {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: end;
	gap: 10px;
	margin-top: 12px;
}

.result-operation-dialog__score-separator[b-ra37vste4e] {
	padding-bottom: 12px;
	font-size: 1.25rem;
	font-weight: 700;
}

.result-operation-dialog__form[b-ra37vste4e] {
	grid-template-columns: minmax(0, 2fr) minmax(180px, 1fr);
	margin-top: 12px;
}

.result-operation-dialog__reason[b-ra37vste4e] {
	grid-row: span 2;
}

.result-operation-dialog__reason textarea[b-ra37vste4e] {
	width: 100%;
	resize: vertical;
}

.result-operation-dialog__force[b-ra37vste4e] {
	align-content: start;
}

@media (max-width: 760px) {
	.result-operation-dialog__operations[b-ra37vste4e],
	.result-operation-dialog__form[b-ra37vste4e] {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 520px) {
	.result-operation-dialog__operations[b-ra37vste4e],
	.result-operation-dialog__form[b-ra37vste4e],
	.result-operation-dialog__score[b-ra37vste4e] {
		grid-template-columns: 1fr;
	}

	.result-operation-dialog__score-separator[b-ra37vste4e] {
		display: none;
	}
}
/* /Components/Pages/Super/Shared/FeedToastMessage.razor.rz.scp.css */
.feed-toast-layer[b-lf2mwdixvb] {
	position: fixed;
	top: 18px;
	left: 50%;
	z-index: 1200;
	width: min(520px, calc(100vw - 28px));
	pointer-events: none;
	transform: translateX(-50%);
}

.feed-toast[b-lf2mwdixvb] {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 32px;
	align-items: center;
	gap: 10px;
	min-height: 68px;
	padding: 10px 10px 10px 12px;
	border: 1px solid color-mix(in srgb, var(--console-green, #50c28a) 58%, var(--console-border, #2b3036));
	border-left: 4px solid var(--console-green, #50c28a);
	background: color-mix(in srgb, var(--console-surface-raised, #1d2126) 94%, black);
	box-shadow: 0 16px 38px rgba(0, 0, 0, .34);
	pointer-events: auto;
}

.feed-toast__icon[b-lf2mwdixvb] {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--console-green, #50c28a) 62%, transparent);
	border-radius: 50%;
	background: color-mix(in srgb, var(--console-green, #50c28a) 14%, transparent);
	color: var(--console-green, #50c28a);
	font-size: 17px;
	font-weight: 900;
}

.feed-toast__content[b-lf2mwdixvb] {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.feed-toast__content strong[b-lf2mwdixvb] {
	font-size: 12px;
	line-height: 1.3;
}

.feed-toast__content p[b-lf2mwdixvb] {
	margin: 0;
	color: var(--console-text, #f1f4f7);
	font-size: 13px;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.feed-toast__close[b-lf2mwdixvb] {
	display: grid;
	width: 30px;
	height: 30px;
	min-height: 30px;
	padding: 0;
	place-items: center;
	border: 0;
	background: transparent;
	color: var(--console-muted, #929ca7);
	font-size: 22px;
	line-height: 1;
}

.feed-toast__close:hover[b-lf2mwdixvb],
.feed-toast__close:focus-visible[b-lf2mwdixvb] {
	background: color-mix(in srgb, var(--text) 8%, transparent);
	color: var(--console-text, #f1f4f7);
}

@media (max-width: 640px) {
	.feed-toast-layer[b-lf2mwdixvb] {
		top: 10px;
		width: calc(100vw - 20px);
	}

	.feed-toast[b-lf2mwdixvb] {
		grid-template-columns: 30px minmax(0, 1fr) 30px;
		min-height: 62px;
		padding-left: 10px;
	}

	.feed-toast__icon[b-lf2mwdixvb] {
		width: 28px;
		height: 28px;
	}
}
/* /Components/Pages/Super/Shared/ResultCollectionClassificationSummary.razor.rz.scp.css */
.result-classification[b-edixualeug] {
	display: grid;
	gap: 12px;
	padding: 14px;
	border: 1px solid var(--panel-border, #29455f);
	border-radius: 6px;
	background: var(--panel-muted, #0c1928);
}

.result-classification > header[b-edixualeug] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.result-classification h3[b-edixualeug] {
	margin: 2px 0;
}

.result-classification__states[b-edixualeug] {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.result-classification footer[b-edixualeug] {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	color: var(--text-muted, #9fb1c2);
	font-size: 0.78rem;
}

@media (max-width: 760px) {
	.result-classification > header[b-edixualeug] {
		align-items: stretch;
		flex-direction: column;
	}
}
