/* Scoped account styles. Inherits the site's font; no external fonts or images. */
.elyonko-account-page {
	--elyonko-account-primary: #7d266d;
	--elyonko-account-dark: #5f1953;
	--elyonko-account-ink: #27232a;
	--elyonko-account-muted: #6c6570;
	--elyonko-account-line: #ebe6eb;
	--elyonko-account-tint: #f8f2f7;
	box-sizing: border-box;
	color: var(--elyonko-account-ink);
	direction: rtl;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 1100px;
	min-width: 0;
	padding: 44px 24px 56px;
	text-align: right;
	width: 100%;
}
.elyonko-account-page *,
.elyonko-account-page *::before,
.elyonko-account-page *::after { box-sizing: border-box; }
.elyonko-account-page__back {
	align-items: center;
	color: var(--elyonko-account-primary);
	display: inline-flex;
	font-size: 15px;
	font-weight: 600;
	gap: 8px;
	margin-bottom: 24px;
	min-height: 44px;
	text-decoration: none;
}
.elyonko-account-page__back svg { height: 20px; width: 20px; }
.elyonko-dashboard { min-width: 0; }
.elyonko-dashboard h1,
.elyonko-dashboard h2,
.elyonko-dashboard p { font-family: inherit; line-height: 1.6; margin: 0; overflow-wrap: anywhere; }
.elyonko-dashboard__identity {
	align-items: center;
	background: var(--elyonko-account-tint);
	border: 1px solid #eee1eb;
	border-radius: 16px;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 24px;
	padding: 25px 28px;
}
.elyonko-dashboard__welcome { align-items: center; display: flex; gap: 14px; min-width: 0; }
.elyonko-dashboard__welcome > div { min-width: 0; }
.elyonko-dashboard__avatar {
	align-items: center;
	background: #fff;
	border: 1px solid #eee1eb;
	border-radius: 50%;
	color: var(--elyonko-account-primary);
	display: inline-flex;
	flex: 0 0 48px;
	height: 48px;
	justify-content: center;
}
.elyonko-dashboard__welcome h2 { color: var(--elyonko-account-dark); font-size: 18px; font-weight: 700; }
.elyonko-dashboard__welcome p { color: var(--elyonko-account-muted); font-size: 13px; margin-top: 2px; }
.elyonko-dashboard__customer { align-items: center; display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 8px 16px; max-width: 100%; }
.elyonko-dashboard__customer-label { display: grid; gap: 1px; }
.elyonko-dashboard__customer-label > span { color: var(--elyonko-account-muted); font-size: 12px; }
.elyonko-dashboard__customer-label strong { color: var(--elyonko-account-ink); font-size: 21px; font-variant-numeric: tabular-nums; font-weight: 700; letter-spacing: .8px; overflow-wrap: anywhere; text-align: right; user-select: all; }
.elyonko-dashboard .elyonko-dashboard__copy {
	align-items: center;
	background: #fff;
	border: 1px solid #ddccd9;
	border-radius: 9px;
	box-shadow: none;
	color: var(--elyonko-account-primary);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	gap: 7px;
	justify-content: center;
	line-height: 1.4;
	min-height: 44px;
	padding: 9px 13px;
}
.elyonko-dashboard .elyonko-dashboard__copy[hidden] { display: none; }
.elyonko-dashboard__copy svg { height: 17px; width: 17px; }
.elyonko-dashboard .elyonko-dashboard__copy:hover { background: var(--elyonko-account-tint); border-color: var(--elyonko-account-primary); }
.elyonko-dashboard__copy:disabled { cursor: wait; opacity: .65; }
.elyonko-dashboard__copy-status { color: var(--elyonko-account-dark); flex-basis: 100%; font-size: 12px; max-width: 250px; }
.elyonko-dashboard__copy-status:empty { display: none; }
.elyonko-dashboard__links { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); }
.elyonko-dashboard .elyonko-dashboard__link {
	align-items: start;
	background: #fff;
	border: 1px solid var(--elyonko-account-line);
	border-radius: 14px;
	box-shadow: none;
	color: var(--elyonko-account-ink);
	display: grid;
	gap: 18px 12px;
	grid-template-columns: minmax(0, 1fr) 20px;
	min-width: 0;
	padding: 24px;
	text-decoration: none;
	transition: border-color .15s ease, background-color .15s ease;
}
.elyonko-dashboard .elyonko-dashboard__link:hover { background: #fdfbfd; border-color: #b586ad; color: var(--elyonko-account-dark); }
.elyonko-dashboard__icon { align-items: center; background: var(--elyonko-account-tint); border-radius: 11px; color: var(--elyonko-account-primary); display: flex; height: 42px; justify-content: center; width: 42px; }
.elyonko-dashboard__link-text { grid-column: 1; grid-row: 2; min-width: 0; }
.elyonko-dashboard__link h2 { color: inherit; font-size: 17px; font-weight: 700; }
.elyonko-dashboard__link p { color: var(--elyonko-account-muted); font-size: 13px; margin-top: 5px; }
.elyonko-dashboard__arrow { align-self: center; color: #a098a1; grid-column: 2; grid-row: 2; }
.elyonko-dashboard__arrow svg { height: 20px; width: 20px; }
.elyonko-dashboard__footer { align-items: center; border-top: 1px solid var(--elyonko-account-line); display: flex; flex-wrap: wrap; gap: 14px 24px; justify-content: space-between; margin-top: 32px; padding-top: 20px; }
.elyonko-dashboard .elyonko-dashboard__logout { align-items: center; color: var(--elyonko-account-muted); display: inline-flex; font-size: 13px; gap: 8px; min-height: 44px; text-decoration: none; }
.elyonko-dashboard__logout svg { height: 19px; width: 19px; }
.elyonko-dashboard__logout-text { display: grid; gap: 2px; }
.elyonko-dashboard__logout-text strong { font-weight: 600; }
.elyonko-dashboard__logout-text small { color: var(--elyonko-account-muted); font-size: 12px; }
.elyonko-dashboard .elyonko-dashboard__logout:hover { color: #a12b35; text-decoration: underline; }
.elyonko-dashboard a:focus-visible,
.elyonko-dashboard button:focus-visible,
.elyonko-account-page__back:focus-visible { outline: 3px solid var(--elyonko-account-primary); outline-offset: 4px; }
@media (max-width: 599px) {
	.elyonko-account-page { padding: 28px 16px 32px; }
	.elyonko-dashboard__identity { align-items: stretch; flex-direction: column; gap: 18px; padding: 20px; }
	.elyonko-dashboard__customer { border-top: 1px solid #e9dce5; justify-content: space-between; padding-top: 14px; }
	.elyonko-dashboard__links { gap: 12px; grid-template-columns: minmax(0, 1fr); }
	.elyonko-dashboard .elyonko-dashboard__link { align-items: center; column-gap: 14px; grid-template-columns: 42px minmax(0, 1fr) 18px; padding: 18px 16px; }
	.elyonko-dashboard__link-text { grid-column: 2; grid-row: 1; }
	.elyonko-dashboard__arrow { grid-column: 3; grid-row: 1; }
	.elyonko-dashboard__link h2 { font-size: 16px; }
	.elyonko-dashboard__link p { font-size: 12px; margin-top: 2px; }
	.elyonko-dashboard__footer { align-items: start; flex-direction: column; gap: 7px; margin-top: 24px; padding-top: 16px; }
}
@media (prefers-reduced-motion: reduce) {
	.elyonko-dashboard .elyonko-dashboard__link { transition: none; }
}
