/* /Components/Layout/PlatformLayout.razor.rz.scp.css */
.zp-shell[b-vysaljb8vn] {
	--zp-neutral-900: #001233;
	--zp-neutral-800: #33415c;
	--zp-neutral-700: #696f8c;
	--zp-neutral-600: #8f95b2;
	--zp-neutral-400: #d8dae5;
	--zp-neutral-300: #e6e8f0;
	--zp-neutral-200: #edeff5;
	--zp-neutral-75: #f9fafc;
	--zp-neutral-50: #fafbff;
	--zp-blue-600: #1f3d99;
	--zp-blue-500: #2952cc;
	--zp-blue-400: #3366ff;
	--zp-blue-200: #d6e0ff;
	--zp-blue-100: #ebf0ff;
	--zp-focus: #3366ff;
	min-height: 100vh;
	background: var(--zp-neutral-75);
	color: var(--zp-neutral-900);
	font-family: "SF Pro Display", "Segoe UI", sans-serif;
	font-size: 1rem;
	font-kerning: normal;
}

.zp-topbar[b-vysaljb8vn] {
	position: sticky;
	top: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 5rem;
	padding: 0.5rem max(1rem, env(safe-area-inset-right)) 0.5rem max(0.75rem, env(safe-area-inset-left));
	background: #fff;
	border-bottom: 1px solid var(--zp-neutral-400);
}

.zp-topbar__left[b-vysaljb8vn],
.zp-topbar__right[b-vysaljb8vn],
.zp-user[b-vysaljb8vn] {
	display: flex;
	align-items: center;
}

.zp-topbar__left[b-vysaljb8vn] {
	min-width: 0;
	gap: 0.75rem;
}

.zp-brand[b-vysaljb8vn] {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	padding-right: 1rem;
	border-right: 1px solid var(--zp-neutral-400);
}

.zp-brand img[b-vysaljb8vn] {
	display: block;
	width: 8.25rem;
	height: auto;
}

.zp-sign-in[b-vysaljb8vn] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.625rem 1.125rem;
	border-radius: 0.25rem;
	background: var(--zp-blue-400);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.zp-sign-in:hover[b-vysaljb8vn] {
	background: var(--zp-blue-500);
	color: #fff;
}

.zp-brand:focus-visible[b-vysaljb8vn],
.zp-sign-in:focus-visible[b-vysaljb8vn] {
	outline: 3px solid var(--zp-focus);
	outline-offset: 4px;
}

.zp-topbar__right[b-vysaljb8vn] {
	gap: 1rem;
}

.zp-icon-button[b-vysaljb8vn] {
	display: grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	flex: 0 0 auto;
	padding: 0;
	color: var(--zp-neutral-700);
	background: transparent;
	border: 0;
	border-radius: 0.375rem;
	cursor: pointer;
	transition: background-color 140ms ease, color 140ms ease;
}

.zp-icon-button svg[b-vysaljb8vn] {
	width: 1.375rem;
	height: 1.375rem;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.8;
}

.zp-icon-button:hover[b-vysaljb8vn] {
	color: var(--zp-neutral-900);
	background: var(--zp-neutral-200);
}

.zp-icon-button:focus-visible[b-vysaljb8vn],
.zp-menu-item:focus-visible[b-vysaljb8vn] {
	outline: 0.1875rem solid color-mix(in srgb, var(--zp-focus) 35%, transparent);
	outline-offset: 0.125rem;
}

.zp-page-identity[b-vysaljb8vn] {
	display: flex;
	min-width: 0;
	flex-direction: column;
	line-height: 1.25;
}

.zp-page-identity strong[b-vysaljb8vn] {
	overflow: hidden;
	color: var(--zp-neutral-900);
	font-size: 1.25rem;
	font-weight: 750;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zp-page-identity span[b-vysaljb8vn] {
	overflow: hidden;
	color: var(--zp-neutral-700);
	font-size: 0.875rem;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zp-environment[b-vysaljb8vn] {
	padding: 0.25rem 0.5rem;
	color: var(--zp-blue-600);
	background: var(--zp-blue-100);
	border-radius: 0.25rem;
	font-size: 0.75rem;
	font-weight: 650;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.zp-user[b-vysaljb8vn] {
	gap: 0.625rem;
	min-width: 0;
}

.zp-user__avatar[b-vysaljb8vn] {
	display: grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	flex: 0 0 auto;
	color: var(--zp-neutral-700);
	background: var(--zp-neutral-200);
	border-radius: 50%;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.zp-user__name[b-vysaljb8vn] {
	max-width: 12rem;
	overflow: hidden;
	color: var(--zp-neutral-800);
	font-size: 0.875rem;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zp-content[b-vysaljb8vn] {
	min-height: calc(100vh - 5rem);
	padding: clamp(1.25rem, 3vw, 2.5rem);
}

.zp-drawer-backdrop[b-vysaljb8vn] {
	position: fixed;
	inset: 0;
	z-index: 210;
	width: 100%;
	height: 100%;
	padding: 0;
	background: rgb(0 18 51 / 0.32);
	border: 0;
	cursor: default;
	animation: zp-backdrop-in-b-vysaljb8vn 160ms ease-out both;
}

.zp-drawer[b-vysaljb8vn] {
	position: fixed;
	inset: 0 auto 0 0;
	z-index: 220;
	display: grid;
	grid-template-rows: auto 1fr auto;
	width: min(21rem, calc(100vw - 2rem));
	min-height: 100dvh;
	color: var(--zp-neutral-900);
	background: #fff;
	box-shadow: 0.75rem 0 2.5rem rgb(0 18 51 / 0.14);
	animation: zp-drawer-in-b-vysaljb8vn 220ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.zp-drawer__header[b-vysaljb8vn] {
	display: flex;
	align-items: center;
	min-height: 5rem;
	gap: 0.75rem;
	padding: 0.5rem 0.75rem;
	border-bottom: 1px solid var(--zp-neutral-400);
}

.zp-drawer__body[b-vysaljb8vn] {
	overflow-y: auto;
	padding: 1rem 0.75rem 2rem;
}

.zp-menu-group[b-vysaljb8vn] {
	display: grid;
	gap: 0.25rem;
	margin-top: 1.5rem;
}

.zp-menu-group h2[b-vysaljb8vn] {
	margin: 0 0 0.375rem;
	padding: 0 0.75rem;
	color: var(--zp-neutral-700);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.zp-menu-item[b-vysaljb8vn] {
	display: grid;
	grid-template-columns: 1.5rem minmax(0, 1fr) auto;
	align-items: center;
	min-height: 2.75rem;
	gap: 0.75rem;
	padding: 0.5rem 0.75rem;
	color: var(--zp-neutral-700);
	border-radius: 0.25rem;
	font-size: 0.9375rem;
	font-weight: 560;
	text-decoration: none;
	transition: color 140ms ease, background-color 140ms ease;
}

.zp-menu-item:hover[b-vysaljb8vn] {
	color: var(--zp-neutral-900);
	background: var(--zp-neutral-75);
}

.zp-menu-item.is-active[b-vysaljb8vn] {
	color: var(--zp-blue-500);
	background: var(--zp-blue-100);
}

.zp-menu-item__icon[b-vysaljb8vn],
.zp-menu-item__marker[b-vysaljb8vn] {
	display: grid;
	place-items: center;
	width: 1.5rem;
	height: 1.5rem;
}

.zp-menu-item__icon svg[b-vysaljb8vn],
.zp-menu-item__arrow[b-vysaljb8vn] {
	width: 1.125rem;
	height: 1.125rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.zp-menu-item__marker[b-vysaljb8vn]::before {
	width: 0.375rem;
	height: 0.375rem;
	background: var(--zp-neutral-400);
	border-radius: 50%;
	content: "";
}

.zp-menu-item.is-active .zp-menu-item__marker[b-vysaljb8vn]::before {
	background: var(--zp-blue-400);
}

.zp-menu-item__arrow[b-vysaljb8vn] {
	width: 0.875rem;
	height: 0.875rem;
	opacity: 0.45;
}

.zp-drawer__footer[b-vysaljb8vn] {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.5rem max(1rem, env(safe-area-inset-bottom));
	color: var(--zp-neutral-600);
	background: var(--zp-neutral-50);
	border-top: 1px solid var(--zp-neutral-300);
	font-size: 0.75rem;
}

@keyframes zp-drawer-in-b-vysaljb8vn {
	from { transform: translateX(-100%); }
	to { transform: translateX(0); }
}

@keyframes zp-backdrop-in-b-vysaljb8vn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@media (max-width: 43.75rem) {
	.zp-topbar[b-vysaljb8vn] {
		flex-wrap: wrap;
		gap: 0.75rem;
	}

	.zp-brand[b-vysaljb8vn] {
		padding-right: 0;
		border-right: 0;
	}

	.zp-brand img[b-vysaljb8vn] {
		width: 6.5rem;
	}

	.zp-topbar .zp-page-identity[b-vysaljb8vn] {
		display: none;
	}

	.zp-topbar__right[b-vysaljb8vn] {
		gap: 0.5rem;
	}

	.zp-user__name[b-vysaljb8vn],
	.zp-environment[b-vysaljb8vn] {
		display: none;
	}

	.zp-content[b-vysaljb8vn] {
		padding-inline: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.zp-drawer[b-vysaljb8vn],
	.zp-drawer-backdrop[b-vysaljb8vn] {
		animation: none;
	}

	.zp-icon-button[b-vysaljb8vn],
	.zp-menu-item[b-vysaljb8vn] {
		transition: none;
	}
}
/* /Components/Pages/Products.razor.rz.scp.css */
/* Match AdminHub's Your Products section using host-owned styles only. */
.product-launcher[b-87bghrqbkq] {
    width: min(100%, 80rem);
    margin: 12px auto 0;
    color: var(--zp-neutral-900, #001233);
}
.product-launcher__section[b-87bghrqbkq] {
    padding: 16px;
    background: #fff;
    border: 1px solid var(--zp-neutral-300, #e6e8f0);
    border-radius: 12px;
}
.product-launcher__section-heading[b-87bghrqbkq] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 0 16px;
    margin-bottom: 16px;
}
.product-launcher__section-heading h1[b-87bghrqbkq] { margin: 0; font-size: 18px; font-weight: 700; line-height: 24px; }
.product-launcher__section-heading p[b-87bghrqbkq] { margin: 4px 0 0; color: var(--zp-neutral-700, #696f8c); font-size: 14px; line-height: 20px; }
.product-launcher__count[b-87bghrqbkq] { padding-top: 4px; flex-shrink: 0; color: var(--zp-neutral-700, #696f8c); font-size: 12px; line-height: 20px; font-variant-numeric: tabular-nums; }
.product-list[b-87bghrqbkq] { display: flex; flex-direction: column; gap: 8px; margin: 0; padding: 0; list-style: none; }
.product-tile[b-87bghrqbkq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    min-height: 80px;
    gap: 16px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--zp-neutral-200, #edeff5);
    border-radius: 8px;
    box-shadow: 0 1px 1px rgb(16 24 64 / .04);
}
.product-tile__body[b-87bghrqbkq] { display: flex; align-items: center; gap: 16px; min-width: 0; }
.product-tile__icon[b-87bghrqbkq] {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    background: #fff;
    border: 1px solid var(--zp-neutral-300, #e6e8f0);
    border-radius: 12px;
    box-shadow: 2px 2px 0 var(--zp-neutral-300, #e6e8f0);
    color: var(--zp-neutral-800, #33415c);
    font-size: 20px;
    font-weight: 600;
}
.product-tile__icon img[b-87bghrqbkq] { width: 28px; height: 28px; object-fit: contain; }
.product-tile h2[b-87bghrqbkq] { margin: 0; font-size: 16px; font-weight: 600; line-height: 22px; overflow-wrap: anywhere; }
.product-tile__action[b-87bghrqbkq], .product-tile__unavailable[b-87bghrqbkq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    gap: 8px;
    padding: 8px 12px;
    flex-shrink: 0;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
}
.product-tile__action[b-87bghrqbkq] { color: var(--zp-neutral-800, #33415c); font-weight: 600; text-decoration: none; transition: background-color 160ms ease; }
.product-tile__action svg[b-87bghrqbkq] { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.product-tile__action:focus-visible[b-87bghrqbkq] { outline: 3px solid var(--zp-focus, #3366ff); outline-offset: 3px; }
.product-tile__unavailable[b-87bghrqbkq] { color: var(--zp-neutral-700, #696f8c); }
.product-launcher__empty[b-87bghrqbkq] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 16px;
    background: var(--zp-neutral-75, #f9fafc);
    border: 1px dashed var(--zp-neutral-400, #d8dae5);
    border-radius: 8px;
}
.product-launcher__empty svg[b-87bghrqbkq] { width: 28px; height: 28px; flex: 0 0 auto; fill: none; stroke: var(--zp-neutral-700, #696f8c); stroke-width: 1.5; }
.product-launcher__empty div[b-87bghrqbkq] { display: grid; gap: 4px; font-size: 14px; line-height: 20px; }
.product-launcher__empty span[b-87bghrqbkq] { color: var(--zp-neutral-700, #696f8c); }
.product-launcher__footer[b-87bghrqbkq] { display: flex; justify-content: flex-end; padding: 16px 0; font-size: 12px; }
.product-launcher__footer a[b-87bghrqbkq] { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: var(--zp-neutral-700, #696f8c); text-decoration: none; }
.product-launcher__footer a:hover[b-87bghrqbkq] { color: var(--zp-neutral-800, #33415c); text-decoration: underline; }
.product-launcher__footer a:focus-visible[b-87bghrqbkq] { outline: 3px solid var(--zp-focus, #3366ff); outline-offset: 3px; }
@media (hover: hover) and (pointer: fine) {
    .product-tile__action:hover[b-87bghrqbkq] { background: var(--zp-neutral-75, #f9fafc); }
}
@media (max-width: 40rem) {
    .product-launcher[b-87bghrqbkq] { margin-top: 0; }
    .product-launcher__section[b-87bghrqbkq] { padding: 12px; }
    .product-launcher__section-heading[b-87bghrqbkq] { padding: 4px; flex-wrap: wrap; gap: 8px; }
    .product-tile[b-87bghrqbkq] { flex-wrap: wrap; padding: 12px; gap: 8px; }
    .product-tile__body[b-87bghrqbkq] { flex-basis: 100%; gap: 12px; }
    .product-tile__action[b-87bghrqbkq], .product-tile__unavailable[b-87bghrqbkq] { margin-left: auto; max-width: 100%; flex-shrink: 1; text-align: right; }
    .product-launcher__empty[b-87bghrqbkq] { align-items: flex-start; padding: 16px 12px; }
}
@media (prefers-reduced-motion: reduce) {
    .product-tile__action[b-87bghrqbkq] { transition: none; }
}
/* /Components/Pages/SystemAdmin/ModuleStorageManager.razor.rz.scp.css */
.storage-manager[b-0eoh9f9nsv] { margin-block: 1.5rem 2.5rem; }
.storage-heading[b-0eoh9f9nsv] { display: flex; justify-content: space-between; align-items: start; gap: 1rem; margin-bottom: 1rem; }
.storage-heading h2[b-0eoh9f9nsv] { font-size: 1.35rem; margin-bottom: .4rem; }
.storage-heading p[b-0eoh9f9nsv], .storage-footnote[b-0eoh9f9nsv] { color: #495b70; max-width: 85ch; }
.storage-source[b-0eoh9f9nsv] { margin-bottom: 1.5rem; }
.storage-source h3[b-0eoh9f9nsv] { font-size: 1.1rem; }
.storage-table-scroll[b-0eoh9f9nsv] { overflow-x: auto; }
.storage-table[b-0eoh9f9nsv] { min-width: 760px; }
.storage-table th[b-0eoh9f9nsv], .storage-table td[b-0eoh9f9nsv] { padding: .9rem .75rem; vertical-align: middle; }
.storage-table thead[b-0eoh9f9nsv] { background: #eef3f8; color: #243b55; }
.storage-table select[b-0eoh9f9nsv] { min-width: 210px; }
.storage-table small[b-0eoh9f9nsv] { display: block; margin-top: .4rem; color: #495b70; max-width: 35ch; }
.selection-state[b-0eoh9f9nsv] { display: block; }
.restart-pending[b-0eoh9f9nsv] { display: block; color: #805400; font-size: .85rem; margin-top: .25rem; }
.storage-footnote[b-0eoh9f9nsv] { font-size: .9rem; margin-top: 1rem; }
.storage-warnings[b-0eoh9f9nsv] { margin-top: .75rem; }
button:focus-visible[b-0eoh9f9nsv], select:focus-visible[b-0eoh9f9nsv], summary:focus-visible[b-0eoh9f9nsv], .storage-table-scroll:focus-visible[b-0eoh9f9nsv] { outline: 3px solid #225b94; outline-offset: 3px; }
@media (max-width: 600px) { .storage-heading[b-0eoh9f9nsv] { flex-direction: column; } }
