@import '_content/MaisonChenDigitalAssistant.SharedWebComponents/MaisonChenDigitalAssistant.SharedWebComponents.nwduud84mu.bundle.scp.css';

/* /Components/Account/AccessDenied.razor.rz.scp.css */
.back-home-link[b-8fnjfh73ji] {
	margin-top: 16px;
}
/* /Components/Account/ChangePassword.razor.rz.scp.css */
.login-container[b-bxgequnaf1] {
	text-align: center;
}

.login-container p[b-bxgequnaf1] {
	font-size: 0.9rem;
	color: var(--text-light);
	margin-bottom: 8px;
}
/* /Components/Account/Login.razor.rz.scp.css */
.reset-password-link[b-78652eybd4] {
	margin-top: 8px;
}
/* /Components/Account/PasskeyLoadingSection.razor.rz.scp.css */
.passkey-section-host[b-dsgqq496rs] {
	width: 100%;
}

.passkey-loading[b-dsgqq496rs] {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 12px 24px;
	background: var(--green-disabled);
	color: var(--white);
	border-radius: 7px;
	font-size: 1rem;
	font-weight: 600;
	font-family: var(--font-body);
	width: 100%;
	letter-spacing: 0.02em;
	box-sizing: border-box;
}

@keyframes passkey-spin-b-dsgqq496rs {
	to {
		transform: rotate(360deg);
	}
}

.passkey-spinner-icon[b-dsgqq496rs] {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border: 2px solid var(--white);
	border-top-color: transparent;
	border-radius: 50%;
	animation: passkey-spin-b-dsgqq496rs 0.7s linear infinite;
	flex-shrink: 0;
}
/* /Components/Account/Passkeys.razor.rz.scp.css */
.login-container[b-53lgw7zknf] {
	text-align: center;
}

.login-container p[b-53lgw7zknf] {
	font-size: 0.9rem;
	color: var(--text-light);
	margin-bottom: 8px;
}

.table[b-53lgw7zknf] {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 16px;
	font-size: 0.95rem;
}

.table td[b-53lgw7zknf] {
	padding: 10px 8px;
	border-bottom: 1px solid var(--border);
	vertical-align: middle;
}

.table td:first-child[b-53lgw7zknf] {
	color: var(--text);
	font-weight: 500;
	text-align: left;
}

.table td:last-child[b-53lgw7zknf] {
	text-align: right;
}

.btn[b-53lgw7zknf] {
	display: inline-block;
	padding: 7px 16px;
	border: none;
	border-radius: 6px;
	font-size: 0.875rem;
	font-weight: 600;
	font-family: var(--font-body);
	cursor: pointer;
	transition: background 0.2s, transform 0.1s;
	letter-spacing: 0.01em;
	margin-left: 4px;
}

.btn-primary[b-53lgw7zknf] {
	background: var(--navy);
	color: var(--white);
}

.btn-primary:hover[b-53lgw7zknf] {
	background: var(--navy-deep);
	transform: translateY(-1px);
}

.btn-danger[b-53lgw7zknf] {
	background: var(--red);
	color: var(--white);
}

.btn-danger:hover[b-53lgw7zknf] {
	background: var(--red-hover);
	transform: translateY(-1px);
}
/* /Components/Account/PasskeySubmit.razor.rz.scp.css */
button[b-7p1qg3czmp] {
	padding: 12px 24px;
	background: var(--green);
	color: var(--white);
	border: none;
	border-radius: 7px;
	font-size: 1rem;
	font-weight: 600;
	font-family: var(--font-body);
	cursor: pointer;
	transition: background 0.2s, transform 0.1s;
	display: block;
	width: 100%;
	letter-spacing: 0.02em;
}

button:hover[b-7p1qg3czmp] {
	background: var(--green-hover);
	transform: translateY(-1px);
}

button:active[b-7p1qg3czmp] {
	transform: translateY(0);
}

button:disabled[b-7p1qg3czmp] {
	background: var(--green-disabled);
	cursor: not-allowed;
	transform: none;
}
/* /Components/Account/RenamePasskey.razor.rz.scp.css */
.login-container[b-ae0j3r0azm] {
	text-align: center;
}

.login-container h4[b-ae0j3r0azm] {
	font-family: var(--font-display);
	color: var(--navy);
	margin-bottom: 16px;
}

.form-hint[b-ae0j3r0azm] {
	font-size: 0.8rem;
	color: var(--text-muted);
	margin-top: 4px;
	text-align: left;
}
/* /Components/Account/ResetCredentials.razor.rz.scp.css */
.passkey-button[b-knam86k1nf] {
	margin-bottom: 8px;
}

.login-container[b-knam86k1nf] {
	text-align: center;
}

.login-container p[b-knam86k1nf] {
	font-size: 0.9rem;
	color: var(--text-light);
	margin-bottom: 4px;
}
/* /Components/Account/ResetRequest.razor.rz.scp.css */
.back-to-login-link[b-v92z887dqf] {
	margin-top: 8px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
html[b-iu93uq36hc], body[b-iu93uq36hc] {
	height: 100%;
	margin: 0;
	padding: 0;
}

.layout-container[b-iu93uq36hc] {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.body-content[b-iu93uq36hc] {
	flex: 1 0 auto;
}

.header-nav-links[b-iu93uq36hc] {
	display: flex;
	align-items: center;
	gap: 4px;
}

	.header-nav-links[b-iu93uq36hc]  .header-nav-link {
		font-size: 14px;
		font-weight: 500;
		color: rgba(255, 255, 255, 0.75);
		padding: 6px 14px;
		border-radius: var(--radius-pill);
		text-decoration: none;
		letter-spacing: 0.02em;
		transition: color 0.2s ease, background 0.2s ease;
	}

		.header-nav-links[b-iu93uq36hc]  .header-nav-link:hover {
			color: var(--white);
			background: rgba(255, 255, 255, 0.08);
		}

		.header-nav-links[b-iu93uq36hc]  .header-nav-link.active {
			color: var(--white);
			background: rgba(58, 175, 108, 0.15);
			border-bottom: 2px solid var(--green);
		}

	.header-nav-links[b-iu93uq36hc]  .header-nav-link-action {
		background: rgba(255, 255, 255, 0.15);
	}

		.header-nav-links[b-iu93uq36hc]  .header-nav-link-action:hover {
			background: rgba(255, 255, 255, 0.25);
		}

	.header-nav-links[b-iu93uq36hc]  .header-nav-link-logoff {
		background: rgba(139, 0, 0, 0.7);
		color: rgba(255, 255, 255, 0.9);
		border: none;
		cursor: pointer;
		font-family: inherit;
	}

		.header-nav-links[b-iu93uq36hc]  .header-nav-link-logoff:hover {
			background: rgba(160, 0, 0, 0.9);
			color: var(--white);
		}

@media (max-width: 900px) {
	.header-nav-links[b-iu93uq36hc]  .header-nav-link {
		font-size: 13px;
		padding: 5px 10px;
	}
}

@media (max-width: 768px) {
	.header-nav-links[b-iu93uq36hc]  .header-nav-link {
		font-size: 12px;
		padding: 4px 8px;
	}

	.header-nav-links[b-iu93uq36hc]  .header-nav-link-action {
		display: none;
	}

	.logoff-form-desktop[b-iu93uq36hc] {
		display: none;
	}
}
/* /Components/Matter/Home.razor.rz.scp.css */
.matters-page[b-wfv01fi8fu] {
	padding: 48px 40px;
	font-family: var(--font-body);
	background: var(--cream);
	min-height: 100%;
}

.matters-loading[b-wfv01fi8fu],
.matters-empty[b-wfv01fi8fu] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 40vh;
	font-family: var(--font-body);
	color: var(--text-light);
	gap: 12px;
}

.matters-heading[b-wfv01fi8fu] {
	font-family: var(--font-display);
	font-size: 2.25rem;
	margin: 0 0 8px;
	color: var(--navy);
}

.matters-subheading[b-wfv01fi8fu] {
	color: var(--text-light);
	margin: 0 0 36px;
	font-size: 1rem;
}

.matters-grid[b-wfv01fi8fu] {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
	gap: 24px;
	max-width: var(--max-w);
}

.matter-card[b-wfv01fi8fu] {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--border);
	border-radius: var(--radius-lg);
	padding: 24px;
	text-decoration: none;
	color: inherit;
	background-color: var(--white);
	box-shadow: 0 2px 8px rgba(27, 42, 74, 0.06);
	transition: box-shadow 0.2s, transform 0.2s;
}

.matter-card:hover[b-wfv01fi8fu] {
	box-shadow: 0 8px 24px rgba(27, 42, 74, 0.14);
	transform: translateY(-3px);
}

.matter-card-header[b-wfv01fi8fu] {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--border);
}

.matter-id-label[b-wfv01fi8fu] {
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--text-muted);
}

.matter-id[b-wfv01fi8fu] {
	font-size: 1.5rem;
	font-weight: 700;
	font-family: var(--font-display);
	color: var(--navy);
}

.matter-card-footer[b-wfv01fi8fu] {
	margin-top: auto;
	display: flex;
	justify-content: center;
}

.matter-card-footer-btn[b-wfv01fi8fu] {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background-color: var(--green);
	color: var(--white);
	font-size: 0.875rem;
	font-weight: 600;
	padding: 10px 24px;
	border-radius: var(--radius-pill);
	text-decoration: none;
	letter-spacing: 0.02em;
	transition: background-color 0.2s, transform 0.15s;
	width: 100%;
	justify-content: center;
}

.matter-card-footer-btn:hover[b-wfv01fi8fu] {
	background-color: #2e9659;
	transform: translateY(-1px);
}

@media (max-width: 768px) {
	.matters-page[b-wfv01fi8fu] {
		padding: 24px 16px;
	}

	.matters-heading[b-wfv01fi8fu] {
		font-size: 1.75rem;
	}

	.matters-subheading[b-wfv01fi8fu] {
		margin-bottom: 24px;
	}
}
/* /Components/VevoCheck/MatterVevoCheckPage.razor.rz.scp.css */
.vevo-forbidden[b-ixtzo5urjv] {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40vh;
	color: var(--text-light);
}

.vevo-page[b-ixtzo5urjv] {
	padding: 40px;
	background: var(--cream);
	min-height: 100%;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

/* ── Header ── */
.vevo-header[b-ixtzo5urjv] {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.vevo-back[b-ixtzo5urjv] {
	font-size: 0.85rem;
	color: var(--text-light);
	text-decoration: none;
	margin-bottom: 8px;
}

.vevo-back:hover[b-ixtzo5urjv] {
	color: var(--navy);
}

.vevo-heading[b-ixtzo5urjv] {
	font-family: var(--font-display);
	font-size: 2rem;
	color: var(--navy);
	margin: 0;
}

.vevo-subheading[b-ixtzo5urjv] {
	color: var(--text-muted);
	font-size: 0.95rem;
	margin: 0;
}

/* ── Cards ── */
.vevo-card[b-ixtzo5urjv] {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius-lg);
	padding: 28px;
	box-shadow: 0 2px 8px rgba(27, 42, 74, 0.06);
}

.vevo-card-title-row[b-ixtzo5urjv] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 20px;
}

.vevo-card-title[b-ixtzo5urjv] {
	font-family: var(--font-display);
	font-size: 1.2rem;
	color: var(--navy);
	margin: 0;
}

.vevo-card-actions[b-ixtzo5urjv] {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center;
}

/* ── Buttons ── */
.vevo-btn[b-ixtzo5urjv] {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 18px;
	border-radius: var(--radius-pill);
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	border: none;
	transition: background-color 0.15s, transform 0.1s;
}

.vevo-btn:hover:not(:disabled)[b-ixtzo5urjv] {
	transform: translateY(-1px);
}

.vevo-btn:disabled[b-ixtzo5urjv] {
	opacity: 0.55;
	cursor: not-allowed;
}

.vevo-btn--primary[b-ixtzo5urjv] {
	background-color: var(--green);
	color: var(--white);
}

.vevo-btn--primary:hover:not(:disabled)[b-ixtzo5urjv] {
	background-color: #2e9659;
}

.vevo-btn--secondary[b-ixtzo5urjv] {
	background-color: var(--cream-dark, #ede9e2);
	color: var(--navy);
	position: relative;
}

.vevo-btn--add[b-ixtzo5urjv] {
	background-color: var(--navy);
	color: var(--white);
}

.vevo-btn--add:hover:not(:disabled)[b-ixtzo5urjv] {
	background-color: #2a3c62;
}

/* hide the actual file input but keep it functional */
.vevo-file-input[b-ixtzo5urjv] {
	position: absolute;
	inset: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/* ── Input table ── */
.vevo-table-wrapper[b-ixtzo5urjv] {
	overflow-x: auto;
}

.vevo-input-table[b-ixtzo5urjv],
.vevo-results-table[b-ixtzo5urjv] {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.875rem;
}

.vevo-input-table th[b-ixtzo5urjv],
.vevo-results-table th[b-ixtzo5urjv] {
	text-align: left;
	padding: 8px 10px;
	font-weight: 600;
	color: var(--text-muted);
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	border-bottom: 2px solid var(--border);
	white-space: nowrap;
}

.vevo-input-table td[b-ixtzo5urjv],
.vevo-results-table td[b-ixtzo5urjv] {
	padding: 8px 10px;
	border-bottom: 1px solid var(--border);
	vertical-align: middle;
}

.vevo-input[b-ixtzo5urjv] {
	width: 100%;
	padding: 6px 8px;
	border: 1px solid var(--border);
	border-radius: var(--radius-sm, 6px);
	font-size: 0.875rem;
	font-family: inherit;
	background: var(--cream);
	color: var(--text);
}

.vevo-input:focus[b-ixtzo5urjv] {
	outline: none;
	border-color: var(--navy);
}

.vevo-btn-remove[b-ixtzo5urjv] {
	background: none;
	border: none;
	color: var(--text-muted);
	cursor: pointer;
	font-size: 1rem;
	padding: 2px 6px;
	border-radius: 4px;
	transition: background-color 0.15s;
}

.vevo-btn-remove:hover[b-ixtzo5urjv] {
	background: #fee2e2;
	color: #c62828;
}

/* ── Run row ── */
.vevo-run-row[b-ixtzo5urjv] {
	display: flex;
	gap: 12px;
	margin-top: 20px;
	flex-wrap: wrap;
}

/* ── Status badge ── */
.vevo-status-badge[b-ixtzo5urjv] {
	display: inline-flex;
	align-items: center;
	padding: 4px 14px;
	border-radius: var(--radius-pill);
	font-size: 0.8rem;
	font-weight: 600;
}

.vevo-status-pending[b-ixtzo5urjv],
.vevo-status-running[b-ixtzo5urjv] {
	background: rgba(212, 160, 74, 0.15);
	color: #8a6320;
	border: 1px solid rgba(212, 160, 74, 0.4);
}

.vevo-status-completed[b-ixtzo5urjv] {
	background: rgba(52, 168, 99, 0.12);
	color: #1e6e3d;
	border: 1px solid rgba(52, 168, 99, 0.35);
}

.vevo-status-failed[b-ixtzo5urjv] {
	background: rgba(198, 40, 40, 0.1);
	color: #c62828;
	border: 1px solid rgba(198, 40, 40, 0.3);
}

/* ── Running indicator ── */
.vevo-running-indicator[b-ixtzo5urjv] {
	display: flex;
	align-items: center;
	gap: 14px;
	color: var(--text-light);
	padding: 16px 0;
}

.vevo-spinner[b-ixtzo5urjv] {
	width: 28px;
	height: 28px;
	border: 3px solid var(--cream-dark, #ede9e2);
	border-top-color: var(--gold, #d4a04a);
	border-radius: 50%;
	animation: vevo-spin-b-ixtzo5urjv 0.7s linear infinite;
	flex-shrink: 0;
}

.vevo-spinner-inline[b-ixtzo5urjv] {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255,255,255,0.4);
	border-top-color: var(--white);
	border-radius: 50%;
	animation: vevo-spin-b-ixtzo5urjv 0.7s linear infinite;
}

@keyframes vevo-spin-b-ixtzo5urjv {
	to { transform: rotate(360deg); }
}

/* ── Results table ── */
.vevo-results-card[b-ixtzo5urjv] {
	border-color: var(--border);
}

.vevo-row--error[b-ixtzo5urjv] {
	background: #fff8f8;
}

.vevo-cell-mono[b-ixtzo5urjv] {
	font-family: monospace;
	font-size: 0.82rem;
}

.vevo-cell-error[b-ixtzo5urjv] {
	color: #c62828;
	font-size: 0.82rem;
}

.vevo-visa-status[b-ixtzo5urjv] {
	display: inline-block;
	padding: 2px 10px;
	border-radius: var(--radius-pill);
	font-size: 0.75rem;
	font-weight: 600;
	background: rgba(52, 168, 99, 0.12);
	color: #1e6e3d;
}

.vevo-checked-at[b-ixtzo5urjv] {
	margin-top: 12px;
	font-size: 0.8rem;
	color: var(--text-muted);
	text-align: right;
}

/* ── Misc ── */
.vevo-empty-hint[b-ixtzo5urjv] {
	color: var(--text-muted);
	font-size: 0.9rem;
	padding: 16px 0;
}

.vevo-error[b-ixtzo5urjv] {
	color: #c62828;
	font-size: 0.875rem;
	margin-top: 8px;
}

@media (max-width: 768px) {
	.vevo-page[b-ixtzo5urjv] {
		padding: 20px 16px;
	}

	.vevo-card[b-ixtzo5urjv] {
		padding: 20px 16px;
	}

	.vevo-heading[b-ixtzo5urjv] {
		font-size: 1.5rem;
	}
}
