/* Open Books — trust centre */

body.rya-accounts-page {
	--ryacc-ink: #2c1810;
	--ryacc-muted: #5c4a3a;
	--ryacc-gold: #b8892a;
	--ryacc-gold-deep: #8f6a1c;
	--ryacc-maroon: #6b1d1d;
	--ryacc-cream: #f6efe6;
	--ryacc-paper: #faf6f0;
	--ryacc-card: #fffdf9;
	--ryacc-line: #e7ddd2;
	background: var(--ryacc-paper);
	overflow-x: clip;
}

body.rya-accounts-page #header-promo,
body.rya-accounts-page .ms-page-header-bar,
body.rya-accounts-page .yoast-breadcrumbs,
body.rya-accounts-page .post-header,
body.rya-accounts-page .featured-image-container {
	display: none !important;
}

body.rya-accounts-page #main-container.main-container {
	margin-top: 0;
	padding: 0;
}

.ryacc {
	color: var(--ryacc-ink);
	font-variant-numeric: tabular-nums;
}

.ryacc a:focus,
.ryacc button:focus,
.ryacc summary:focus,
.ryacc input:focus,
.ryacc select:focus,
.ryacc a:focus-visible,
.ryacc button:focus-visible,
.ryacc summary:focus-visible,
.ryacc input:focus-visible,
.ryacc select:focus-visible {
	outline: 2px solid var(--ryacc-gold) !important;
	outline-offset: 3px !important;
	box-shadow: 0 0 0 3px rgba(184, 137, 42, 0.28) !important;
}

.ryacc-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 5%;
}

.ryacc-section {
	padding: 3.25rem 0;
}

.ryacc-section--cream {
	background: var(--ryacc-cream);
}

.ryacc-section--white {
	background: #fffdf9;
}

.ryacc-kicker {
	display: block;
	font-family: Lato, sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ryacc-gold-deep);
	margin: 0 0 0.65rem;
}

.ryacc-heading {
	font-family: Lato, sans-serif;
	font-size: clamp(1.65rem, 3vw, 2.25rem);
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 0.65em;
	color: var(--ryacc-maroon);
}

.ryacc-copy,
.ryacc-lede {
	font-size: 1.05rem;
	line-height: 1.75;
	color: var(--ryacc-muted);
	margin: 0 0 1.35rem;
	max-width: 42rem;
}

.ryacc-prose .ryacc-copy {
	max-width: 40rem;
}

.ryacc-hero {
	padding: 3.5rem 0 2.5rem;
	background:
		radial-gradient(720px 340px at 92% 18%, rgba(184, 137, 42, 0.14), transparent 58%),
		var(--ryacc-paper);
	border-bottom: 1px solid var(--ryacc-line);
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	box-sizing: border-box;
}

.ryacc-hero__grid {
	display: grid;
	gap: 2rem;
	align-items: center;
}

@media (min-width: 900px) {
	.ryacc-hero__grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
		gap: 2.5rem 3rem;
	}

	.ryacc-hero .ryacc-cov,
	.ryacc-hero .ryacc-track {
		max-width: none;
	}
}

.ryacc-hero h1 {
	font-family: Lato, sans-serif;
	font-size: clamp(1.85rem, 4.2vw, 2.75rem);
	font-weight: 800;
	line-height: 1.18;
	margin: 0 0 1rem;
	color: var(--ryacc-maroon);
	max-width: 18ch;
}

.ryacc-hero__viz {
	margin: 0;
	overflow: hidden;
	background: var(--ryacc-card);
	border: 1px solid var(--ryacc-line);
	border-radius: 20px;
	box-shadow: 0 18px 44px -26px rgba(44, 24, 16, 0.35);
}

.ryacc-hero__photo,
.ryacc-hero__photo picture,
.ryacc-hero__img {
	display: block;
	width: 100%;
}

.ryacc-hero__img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: #efe4d6;
}

.ryacc-hero__path {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.45rem;
	margin: 0;
	padding: 0.85rem 0.8rem 0.7rem;
	list-style: none;
	border-top: 1px solid var(--ryacc-line);
}

.ryacc-hero__path li {
	margin: 0;
	padding: 0 0.15rem;
}

.ryacc-hero__path span {
	display: inline-flex;
	width: 1.2rem;
	height: 1.2rem;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.3rem;
	border-radius: 999px;
	background: var(--ryacc-cream);
	color: var(--ryacc-maroon);
	font-size: 0.7rem;
	font-weight: 800;
}

.ryacc-hero__path strong {
	display: block;
	font-size: 0.82rem;
	font-weight: 800;
	color: var(--ryacc-ink);
	line-height: 1.25;
}

.ryacc-hero__path em {
	display: block;
	margin-top: 0.15rem;
	font-style: normal;
	font-size: 0.7rem;
	line-height: 1.35;
	color: var(--ryacc-muted);
}

.ryacc-hero__viz figcaption {
	margin: 0;
	padding: 0 0.85rem 0.8rem;
	text-align: left;
	font-size: 0.75rem;
	line-height: 1.4;
	color: var(--ryacc-muted);
}

.ryacc-hero__lead,
.ryacc-hero__quote {
	font-size: 1.125rem;
	line-height: 1.7;
	color: var(--ryacc-muted);
	margin: 0 0 1rem;
	max-width: 38rem;
}

.ryacc-hero__quote {
	color: var(--ryacc-ink);
	font-weight: 600;
}

.ryacc-hero__trustline {
	margin: 1.25rem 0 0;
	font-size: 0.88rem;
	letter-spacing: 0.04em;
	color: var(--ryacc-muted);
}

.ryacc-hero__trustline span {
	margin: 0 0.45rem;
	color: var(--ryacc-gold);
}

.ryacc-updated {
	margin: 0.85rem 0 0;
	color: var(--ryacc-muted);
}

.ryacc-updated__coverage {
	margin: 0.2rem 0 0;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--ryacc-ink);
}

.ryacc-updated__refresh {
	margin: 0.35rem 0 0;
	font-size: 0.78rem;
	letter-spacing: 0.01em;
	color: var(--ryacc-muted);
}

.ryacc-stale {
	margin: 0.6rem 0 0;
	padding: 0.65rem 0.85rem;
	background: #fff8ee;
	border: 1px solid #ead9be;
	border-radius: 8px;
	font-size: 0.9rem;
	color: var(--ryacc-muted);
}

.ryacc-hero__jump {
	margin: 1.35rem 0 0;
}

.ryacc-text-link {
	appearance: none;
	border: 0;
	background: none;
	padding: 0;
	font: inherit;
	font-weight: 700;
	color: var(--ryacc-maroon);
	text-decoration: underline;
	text-underline-offset: 0.18em;
	cursor: pointer;
}

.ryacc-text-link:hover {
	color: var(--ryacc-gold-deep);
}

.ryacc-verify {
	padding: 1.35rem 0;
	background: #fffdf9;
	border-bottom: 1px solid var(--ryacc-line);
}

.ryacc-verify__list {
	display: grid;
	gap: 0.85rem 1.5rem;
	margin: 0;
}

@media (min-width: 700px) {
	.ryacc-verify__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

.ryacc-verify__list dt {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ryacc-gold-deep);
	margin: 0 0 0.2rem;
}

.ryacc-verify__list dd {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
}

.ryacc-verify__tile {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	column-gap: 0.7rem;
	align-items: start;
	padding: 0.75rem 0.85rem;
	background: var(--ryacc-card);
	border: 1px solid var(--ryacc-line);
	border-radius: 12px;
}

.ryacc-verify__tile .ryacc-ico {
	grid-row: 1 / span 2;
	align-self: center;
}

.ryacc-ico {
	display: inline-flex;
	width: 2rem;
	height: 2rem;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--ryacc-cream);
	color: var(--ryacc-maroon);
}

.ryacc-ico svg {
	width: 1.1rem;
	height: 1.1rem;
	display: block;
}

.ryacc-ico--lg {
	width: 3.25rem;
	height: 3.25rem;
}

.ryacc-ico--lg svg {
	width: 1.6rem;
	height: 1.6rem;
}

.ryacc-cov {
	display: grid;
	gap: 0.75rem;
	margin-top: 1rem;
	max-width: 18rem;
}

.ryacc-cov__card {
	background: var(--ryacc-card);
	border: 1px solid var(--ryacc-line);
	border-radius: 12px;
	padding: 0.85rem 1rem;
}

.ryacc-cov__k {
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ryacc-gold-deep);
	margin-bottom: 0.25rem;
}

.ryacc-cov__card strong {
	font-size: 1.05rem;
	color: var(--ryacc-ink);
}

.ryacc-track {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0.9rem 0 0;
	max-width: 32rem;
}

.ryacc-track__axis {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ryacc-muted);
}

.ryacc-track__bar {
	position: relative;
	flex: 1;
	height: 8px;
	border-radius: 999px;
	background: var(--ryacc-line);
}

.ryacc-track__fill {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--ryacc-gold), var(--ryacc-maroon));
}

.ryacc-track__mark {
	position: absolute;
	top: 50%;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	margin-top: -6px;
	border-radius: 50%;
	background: var(--ryacc-maroon);
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px var(--ryacc-line);
}

.ryacc-split {
	display: flex;
	height: 10px;
	border-radius: 999px;
	overflow: hidden;
	background: var(--ryacc-line);
	margin: 0.7rem 0 0.45rem;
}

.ryacc-split__a,
.ryacc-split__b {
	display: block;
	height: 100%;
}

.ryacc-split__a {
	background: var(--ryacc-maroon);
}

.ryacc-split__b {
	background: var(--ryacc-gold);
}

.ryacc-legend {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 0.9rem;
	font-size: 0.75rem;
	color: var(--ryacc-muted);
}

.ryacc-legend i {
	display: inline-block;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 2px;
	margin-right: 0.3rem;
	vertical-align: middle;
}

.ryacc-legend i.is-a {
	background: var(--ryacc-maroon);
}

.ryacc-legend i.is-b {
	background: var(--ryacc-gold);
}

.ryacc-dots {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 0.7rem;
	max-width: 8.5rem;
}

.ryacc-dots span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ryacc-maroon);
	opacity: 0.72;
}

.ryacc-hbar {
	height: 10px;
	border-radius: 999px;
	background: var(--ryacc-line);
	overflow: hidden;
}

.ryacc-hbar i {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: var(--ryacc-maroon);
}

.ryacc-hbar.is-exp i {
	background: var(--ryacc-gold-deep);
}

.ryacc-months {
	margin: 1.5rem 0 0;
	padding: 1.15rem 1.2rem 1rem;
	background: var(--ryacc-card);
	border: 1px solid var(--ryacc-line);
	border-radius: 12px;
}

.ryacc-months figcaption {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ryacc-gold-deep);
	margin-bottom: 0.85rem;
}

.ryacc-months ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 0.35rem;
	align-items: end;
	min-height: 140px;
}

.ryacc-months li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	min-width: 0;
}

.ryacc-months__col {
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 110px;
}

.ryacc-months__bar {
	display: block;
	width: 100%;
	max-width: 18px;
	margin: 0 auto;
	border-radius: 4px 4px 0 0;
	background: linear-gradient(180deg, var(--ryacc-maroon), #8a2d2d);
	min-height: 3px;
}

.ryacc-months abbr {
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--ryacc-muted);
}

.ryacc-compare {
	display: grid;
	gap: 1rem;
	padding: 1.25rem 1.3rem;
	background: var(--ryacc-card);
	border: 1px solid var(--ryacc-line);
	border-radius: 12px;
	max-width: 40rem;
}

.ryacc-compare__row {
	display: grid;
	grid-template-columns: 6.5rem 1fr auto;
	gap: 0.75rem;
	align-items: center;
}

.ryacc-compare__row span {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ryacc-muted);
}

.ryacc-compare__row strong {
	font-size: 0.95rem;
	white-space: nowrap;
}

.ryacc-yearcards {
	display: grid;
	gap: 1rem;
}

@media (min-width: 720px) {
	.ryacc-yearcards {
		grid-template-columns: 1fr 1fr;
	}
}

.ryacc-yearcard {
	background: var(--ryacc-card);
	border: 1px solid var(--ryacc-line);
	border-radius: 12px;
	padding: 1.1rem 1.15rem 1.15rem;
}

.ryacc-yearcard.is-current {
	border-color: #d7c09a;
	box-shadow: 0 0 0 1px rgba(184, 137, 42, 0.18);
}

.ryacc-yearcard header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 0.75rem;
	margin-bottom: 0.9rem;
}

.ryacc-yearcard h3 {
	margin: 0;
	font-size: 1.05rem;
	color: var(--ryacc-maroon);
}

.ryacc-yearcard em {
	font-style: normal;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ryacc-gold-deep);
}

.ryacc-yearcard__bars {
	display: grid;
	gap: 0.7rem;
	margin-bottom: 0.9rem;
}

.ryacc-yearcard__bars > div {
	display: grid;
	grid-template-columns: 5.5rem 1fr auto;
	gap: 0.55rem;
	align-items: center;
}

.ryacc-yearcard__bars span {
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--ryacc-muted);
}

.ryacc-yearcard__bars strong {
	font-size: 0.88rem;
	white-space: nowrap;
}

.ryacc-empty-visual {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 8rem;
	border: 1px dashed var(--ryacc-line);
	border-radius: 12px;
	background: var(--ryacc-card);
	color: var(--ryacc-muted);
}

.ryacc-empty-visual p {
	margin: 0;
	font-weight: 600;
}

.ryacc-gov {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
	max-width: 36rem;
}

@media (min-width: 720px) {
	.ryacc-gov {
		grid-template-columns: repeat(4, 1fr);
		max-width: none;
	}
}

.ryacc-gov__tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.55rem;
	padding: 1.1rem 0.7rem;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	color: var(--ryacc-maroon);
	background: var(--ryacc-card);
	border: 1px solid var(--ryacc-line);
	border-radius: 12px;
}

.ryacc-gov__tile:hover {
	border-color: #d7c09a;
	color: var(--ryacc-gold-deep);
}

.ryacc-faq__item summary {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.ryacc-faq__item summary::before {
	content: "";
	width: 1.35rem;
	height: 1.35rem;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--ryacc-cream);
	background-image: linear-gradient(var(--ryacc-maroon), var(--ryacc-maroon)), linear-gradient(var(--ryacc-maroon), var(--ryacc-maroon));
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px 2px, 2px 8px;
}

.ryacc-faq__item[open] summary::before {
	background-size: 8px 2px, 0 0;
}

.ryacc-glance {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr;
}

@media (min-width: 860px) {
	.ryacc-glance {
		grid-template-columns: repeat(2, 1fr);
	}
}

.ryacc-stat {
	background: var(--ryacc-card);
	border: 1px solid var(--ryacc-line);
	border-radius: 10px;
	padding: 1.1rem 1.15rem;
}

.ryacc-stat__label {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ryacc-gold-deep);
	margin-bottom: 0.4rem;
}

.ryacc-stat strong {
	display: block;
	font-size: clamp(1.25rem, 2.4vw, 1.65rem);
	font-weight: 800;
	line-height: 1.15;
	color: var(--ryacc-ink);
	margin-bottom: 0.35rem;
}

.ryacc-stat span:last-child {
	font-size: 0.82rem;
	line-height: 1.45;
	color: var(--ryacc-muted);
}

.ryacc-guide {
	background: var(--ryacc-cream);
	border: 1px solid var(--ryacc-line);
	border-radius: 10px;
	padding: 1.15rem 1.25rem;
	margin: 0 0 1.5rem;
	max-width: 46rem;
}

.ryacc-guide h3 {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
	color: var(--ryacc-maroon);
}

.ryacc-guide p {
	margin: 0 0 0.7rem;
	color: var(--ryacc-muted);
	line-height: 1.65;
	font-size: 0.95rem;
}

.ryacc-guide p:last-child {
	margin-bottom: 0;
}

.ryacc-year-note {
	margin: 0 0 1rem;
	padding: 0.75rem 1rem;
	background: var(--ryacc-cream);
	border: 1px dashed var(--ryacc-line);
	border-radius: 8px;
	color: var(--ryacc-muted);
	font-size: 0.95rem;
	line-height: 1.55;
}

.ryacc-controls {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 0 0 1rem;
	padding: 1.15rem 1.2rem;
	background: #fff;
	border: 1px solid var(--ryacc-line);
	border-radius: 20px;
	box-shadow: 0 4px 6px -1px rgba(44, 24, 16, 0.05);
}

@media (min-width: 800px) {
	.ryacc-controls {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

.ryacc-controls__tools {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
}

.ryacc-tabs {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.5rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.ryacc-tab {
	appearance: none;
	border: 1px solid var(--ryacc-line);
	background: var(--ryacc-paper);
	color: var(--ryacc-muted);
	border-radius: 999px;
	padding: 0.5rem 1rem;
	min-height: 40px;
	font: inherit;
	font-size: 0.75rem;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
}

.ryacc-tab.is-active {
	background: var(--ryacc-maroon);
	border-color: var(--ryacc-maroon);
	color: #fff;
	font-weight: 700;
}

.ryacc-field {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ryacc-muted);
}

.ryacc-field--fy {
	min-width: 10rem;
}

.ryacc-field select {
	font: inherit;
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	border: 1px solid var(--ryacc-line);
	border-radius: 999px;
	padding: 0.5rem 0.85rem;
	min-height: 40px;
	background: var(--ryacc-paper);
	color: var(--ryacc-ink);
	width: 100%;
}

.ryacc-search {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	min-width: 15rem;
	flex: 1 1 15rem;
	padding: 0.35rem 0.95rem;
	border: 1px solid var(--ryacc-line);
	border-radius: 999px;
	background: var(--ryacc-paper);
}

.ryacc-search svg {
	width: 1rem;
	height: 1rem;
	flex: 0 0 auto;
	color: var(--ryacc-muted);
}

.ryacc-search input {
	flex: 1;
	min-width: 0;
	border: 0;
	background: none;
	padding: 0.4rem 0;
	min-height: 32px;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--ryacc-ink);
}

.ryacc-search input:focus {
	outline: none;
}

.ryacc-chips,
.ryacc-letters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.ryacc-chip,
.ryacc-reset,
.ryacc-pager button {
	appearance: none;
	border: 1px solid var(--ryacc-line);
	background: #fff;
	color: var(--ryacc-ink);
	border-radius: 999px;
	padding: 0.5rem 0.9rem;
	min-height: 40px;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
}

.ryacc-chip.is-active {
	background: var(--ryacc-maroon);
	border-color: var(--ryacc-maroon);
	color: #fff;
}

.ryacc-reset {
	background: transparent;
}

.ryacc-count {
	margin: 0 0 0.85rem;
	font-size: 0.85rem;
	color: var(--ryacc-muted);
}

.ryacc-stage__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.85rem;
}

.ryacc-stage__title {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ryacc-gold-deep);
}

.ryacc-fs {
	appearance: none;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	border: 1px solid var(--ryacc-line);
	background: #fff;
	color: var(--ryacc-ink);
	border-radius: 999px;
	padding: 0.45rem 0.9rem;
	min-height: 40px;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
}

.ryacc-fs[aria-pressed="true"] {
	background: var(--ryacc-maroon);
	border-color: var(--ryacc-maroon);
	color: #fff;
}

.ryacc-fs__icon {
	display: block;
	width: 1.05rem;
	height: 1.05rem;
}

.ryacc-fs__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.ryacc-fs__icon--exit {
	display: none;
}

.ryacc-stage.is-fs .ryacc-fs__icon--enter,
.ryacc-stage:fullscreen .ryacc-fs__icon--enter,
.ryacc-stage:-webkit-full-screen .ryacc-fs__icon--enter {
	display: none;
}

.ryacc-stage.is-fs .ryacc-fs__icon--exit,
.ryacc-stage:fullscreen .ryacc-fs__icon--exit,
.ryacc-stage:-webkit-full-screen .ryacc-fs__icon--exit {
	display: block;
}

body.ryacc-fs-open {
	overflow: hidden;
}

body.ryacc-fs-open .scroll-to-top {
	display: none !important;
}

.ryacc-stage.is-fs,
.ryacc-stage:fullscreen,
.ryacc-stage:-webkit-full-screen {
	position: fixed;
	inset: 0;
	z-index: 100300;
	width: 100%;
	height: 100%;
	max-height: 100dvh;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fffdf9;
	padding: max(0.85rem, env(safe-area-inset-top, 0px)) max(1.15rem, env(safe-area-inset-right, 0px)) max(0.95rem, env(safe-area-inset-bottom, 0px)) max(1.15rem, env(safe-area-inset-left, 0px));
}

.ryacc-stage.is-fs .ryacc-stage__bar,
.ryacc-stage:fullscreen .ryacc-stage__bar,
.ryacc-stage:-webkit-full-screen .ryacc-stage__bar {
	flex: 0 0 auto;
}

.ryacc-stage.is-fs .ryacc-controls,
.ryacc-stage:fullscreen .ryacc-controls,
.ryacc-stage:-webkit-full-screen .ryacc-controls {
	flex: 0 0 auto;
	margin-bottom: 0.75rem;
}

.ryacc-stage.is-fs .ryacc-ledger,
.ryacc-stage:fullscreen .ryacc-ledger,
.ryacc-stage:-webkit-full-screen .ryacc-ledger {
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
}

.ryacc-stage.is-fs .ryacc-table-card,
.ryacc-stage:fullscreen .ryacc-table-card,
.ryacc-stage:-webkit-full-screen .ryacc-table-card {
	flex: 1 1 auto;
	min-height: 0;
	display: flex !important;
	flex-direction: column;
}

.ryacc-stage.is-fs .ryacc-table-wrap,
.ryacc-stage:fullscreen .ryacc-table-wrap,
.ryacc-stage:-webkit-full-screen .ryacc-table-wrap {
	flex: 1 1 auto;
	min-height: 0;
	max-height: none;
	overflow-x: hidden;
	overflow-y: auto;
	display: block !important;
}

.ryacc-stage.is-fs .ryacc-table,
.ryacc-stage:fullscreen .ryacc-table,
.ryacc-stage:-webkit-full-screen .ryacc-table {
	font-size: 0.95rem;
}

.ryacc-stage.is-fs .ryacc-cards,
.ryacc-stage.is-fs .ryacc-participants,
.ryacc-stage.is-fs .ryacc-sum,
.ryacc-stage.is-fs .ryacc-ledger-note,
.ryacc-stage:fullscreen .ryacc-cards,
.ryacc-stage:fullscreen .ryacc-participants,
.ryacc-stage:fullscreen .ryacc-sum,
.ryacc-stage:fullscreen .ryacc-ledger-note,
.ryacc-stage:-webkit-full-screen .ryacc-cards,
.ryacc-stage:-webkit-full-screen .ryacc-participants,
.ryacc-stage:-webkit-full-screen .ryacc-sum,
.ryacc-stage:-webkit-full-screen .ryacc-ledger-note {
	display: none !important;
}

.ryacc-stage.is-fs .ryacc-pager,
.ryacc-stage:fullscreen .ryacc-pager,
.ryacc-stage:-webkit-full-screen .ryacc-pager {
	flex: 0 0 auto;
	margin-top: 0.75rem;
}

.ryacc-table-card {
	background: #fff;
	border: 1px solid var(--ryacc-line);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 25px -8px rgba(44, 24, 16, 0.08);
}

.ryacc-table-card[hidden] {
	display: none !important;
}

.ryacc-table-wrap {
	overflow: visible;
	max-height: none;
	background: #fff;
}

.ryacc-table {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 0.8125rem;
	text-align: left;
}

.ryacc-table caption {
	caption-side: top;
	text-align: left;
}

.ryacc-table th,
.ryacc-table td {
	padding: 0.85rem 0.65rem;
	border-bottom: 1px solid var(--ryacc-line);
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
	vertical-align: middle;
}

.ryacc-table thead th:nth-child(1),
.ryacc-table tbody td:nth-child(1) {
	width: 7.25rem;
	white-space: nowrap;
	overflow-wrap: normal;
	word-break: normal;
}

.ryacc-table thead th:nth-child(2),
.ryacc-table tbody th.ryacc-name {
	width: 22%;
}

.ryacc-table thead th:nth-child(3),
.ryacc-table tbody td:nth-child(3) {
	width: 16%;
}

.ryacc-table thead th:nth-child(4),
.ryacc-table tbody td:nth-child(4) {
	width: 9.5rem;
}

.ryacc-table thead th:nth-child(5),
.ryacc-table tbody td:nth-child(5) {
	width: 6.75rem;
	white-space: nowrap;
	overflow-wrap: normal;
	word-break: normal;
}

.ryacc-table thead th:nth-child(6),
.ryacc-table tbody td:nth-child(6),
.ryacc-table tfoot td.ryacc-amt {
	width: 7.25rem;
	white-space: nowrap;
	overflow-wrap: normal;
	word-break: normal;
}

.ryacc-table thead th {
	background: #faf8f4;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--ryacc-muted);
}

.ryacc-stage.is-fs .ryacc-table thead th,
.ryacc-stage:fullscreen .ryacc-table thead th,
.ryacc-stage:-webkit-full-screen .ryacc-table thead th {
	position: sticky;
	top: 0;
	z-index: 2;
}

.ryacc-table th:first-child,
.ryacc-table td:first-child,
.ryacc-table tbody th:first-child {
	padding-left: 1rem;
}

.ryacc-table th:last-child,
.ryacc-table td:last-child {
	padding-right: 1rem;
}

.ryacc-table th.ryacc-name,
.ryacc-table td.ryacc-name,
.ryacc-table tbody th.ryacc-name {
	font-weight: 700;
	color: var(--ryacc-ink);
	background: #fff;
}

.ryacc-table tbody tr:last-child td,
.ryacc-table tbody tr:last-child th {
	border-bottom: 0;
}

.ryacc-table tbody tr:hover td,
.ryacc-table tbody tr:hover th {
	background: var(--ryacc-paper);
}

.ryacc-table .ryacc-when {
	font-variant-numeric: tabular-nums;
	line-height: 1.35;
	white-space: pre-line;
}

.ryacc-table .ryacc-amt {
	text-align: right;
	font-weight: 800;
}

.ryacc-amt--in {
	color: #0f7a4a;
}

.ryacc-amt--out {
	color: #b42318;
}

.ryacc-badge,
.ryacc-status {
	display: inline-flex;
	align-items: center;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.25rem 0.5rem;
	border-radius: 999px;
}

.ryacc-badge--in {
	background: rgba(15, 122, 74, 0.12);
	color: #0f7a4a;
}

.ryacc-badge--out {
	background: rgba(180, 35, 24, 0.1);
	color: #b42318;
}

.ryacc-status {
	background: var(--ryacc-cream);
	color: var(--ryacc-muted);
}

.ryacc-status--out {
	background: #f3e7e7;
	color: var(--ryacc-maroon);
}

.ryacc-ledger-note {
	margin: 0.85rem 0 0;
	font-size: 0.8rem;
	line-height: 1.5;
	color: var(--ryacc-muted);
	max-width: 46rem;
}

.ryacc-table tfoot th,
.ryacc-table tfoot td {
	font-weight: 700;
	background: #faf8f4;
	border-bottom: 0;
	vertical-align: top;
}

.ryacc-foot__label {
	display: block;
	font-weight: 800;
}

.ryacc-foot__hint {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.7rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: none;
	white-space: normal;
	max-width: 12rem;
	color: var(--ryacc-muted);
}

.ryacc-table tfoot .ryacc-amt {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	align-items: flex-end;
}

.ryacc-table tfoot tr.ryacc-foot--page th,
.ryacc-table tfoot tr.ryacc-foot--page td {
	position: static;
	font-weight: 700;
	background: #f7f0e4;
	border-bottom: 1px solid var(--ryacc-line);
}

.ryacc-table tfoot tr.ryacc-foot--year th,
.ryacc-table tfoot tr.ryacc-foot--year td {
	background: #faf8f4;
}

.ryacc-stage.is-fs .ryacc-table tfoot tr.ryacc-foot--year th,
.ryacc-stage.is-fs .ryacc-table tfoot tr.ryacc-foot--year td,
.ryacc-stage:fullscreen .ryacc-table tfoot tr.ryacc-foot--year th,
.ryacc-stage:fullscreen .ryacc-table tfoot tr.ryacc-foot--year td,
.ryacc-stage:-webkit-full-screen .ryacc-table tfoot tr.ryacc-foot--year th,
.ryacc-stage:-webkit-full-screen .ryacc-table tfoot tr.ryacc-foot--year td {
	position: sticky;
	bottom: 0;
	z-index: 2;
	box-shadow: 0 -6px 12px -8px rgba(44, 24, 16, 0.22);
}

.ryacc-sum {
	margin-top: 0.9rem;
	padding: 0.95rem 1.05rem;
	border: 1px solid var(--ryacc-line);
	border-radius: 10px;
	background: var(--ryacc-cream);
}

.ryacc-sum__row {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: baseline;
	padding: 0.3rem 0;
	font-size: 0.9rem;
}

.ryacc-sum__row--year {
	font-weight: 800;
	border-top: 1px solid var(--ryacc-line);
	margin-top: 0.2rem;
	padding-top: 0.55rem;
}

.ryacc-empty,
.ryacc-empty-state {
	margin: 0;
	padding: 1.2rem 1.25rem;
	text-align: left;
	color: var(--ryacc-muted);
	border: 1px dashed var(--ryacc-line);
	border-radius: 10px;
	line-height: 1.65;
	background: var(--ryacc-cream);
}

.ryacc-cards {
	display: none;
	gap: 0.75rem;
}

.ryacc-card {
	background: #fff;
	border: 1px solid var(--ryacc-line);
	border-radius: 10px;
	padding: 1rem 1.05rem;
}

.ryacc-card__top {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
	align-items: flex-start;
	margin-bottom: 0.75rem;
}

.ryacc-card__name {
	font-weight: 800;
	margin: 0.45rem 0 0.3rem;
}

.ryacc-card__meta {
	font-size: 0.85rem;
	color: var(--ryacc-muted);
	margin: 0;
}

.ryacc-card__total {
	font-weight: 800;
	font-size: 1.05rem;
	white-space: nowrap;
	text-align: right;
}

.ryacc-card__total span {
	display: block;
	font-size: 0.68rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ryacc-muted);
	font-weight: 700;
}

.ryacc-card__months {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.3rem 0.7rem;
	font-size: 0.88rem;
}

.ryacc-card__months span {
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.28rem 0;
	border-bottom: 1px solid var(--ryacc-line);
}

.ryacc-pager {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
	flex-wrap: wrap;
}

.ryacc-pager span {
	font-size: 0.85rem;
	color: var(--ryacc-muted);
	text-align: center;
}

.ryacc-pager button:disabled {
	opacity: 0.45;
	cursor: default;
}

.ryacc-honest-grid {
	display: grid;
	gap: 1rem;
}

@media (min-width: 800px) {
	.ryacc-honest-grid--two {
		grid-template-columns: 1fr 1fr;
	}
}

.ryacc-note {
	background: var(--ryacc-card);
	border: 1px solid var(--ryacc-line);
	border-radius: 10px;
	padding: 1.2rem 1.25rem;
}

.ryacc-note__status {
	margin: 0 0 0.45rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ryacc-gold-deep);
}

.ryacc-note h3 {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
	color: var(--ryacc-maroon);
}

.ryacc-note p {
	margin: 0 0 0.65rem;
	color: var(--ryacc-muted);
	line-height: 1.6;
	font-size: 0.95rem;
}

.ryacc-note p:last-child {
	margin-bottom: 0;
}

.ryacc-note__figure {
	font-size: 1.55rem;
	font-weight: 800;
	color: var(--ryacc-ink);
}

.ryacc-journey {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
	display: grid;
	gap: 1rem;
}

@media (min-width: 800px) {
	.ryacc-journey {
		grid-template-columns: repeat(3, 1fr);
	}
}

.ryacc-journey li {
	display: flex;
	gap: 0.75rem;
	padding: 1rem 1.05rem;
	border: 1px solid var(--ryacc-line);
	border-radius: 10px;
	background: var(--ryacc-card);
}

.ryacc-journey li.is-current {
	border-color: #d4c4ae;
}

.ryacc-journey__n {
	flex: 0 0 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	border: 1px solid var(--ryacc-line);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8rem;
	font-weight: 800;
	color: var(--ryacc-maroon);
}

.ryacc-journey li.is-current .ryacc-journey__n {
	background: var(--ryacc-maroon);
	border-color: var(--ryacc-maroon);
	color: #fff;
}

.ryacc-journey h3 {
	margin: 0 0 0.35rem;
	font-size: 1.02rem;
	color: var(--ryacc-maroon);
}

.ryacc-journey p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--ryacc-muted);
}

.ryacc-disclosure {
	margin: 0;
	max-width: 42rem;
	font-size: 0.95rem;
	line-height: 1.7;
	color: var(--ryacc-muted);
}

.ryacc-action-grid {
	display: grid;
	gap: 1rem;
}

@media (min-width: 700px) {
	.ryacc-action-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.ryacc-action-card {
	margin: 0;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid var(--ryacc-line);
}

.ryacc-action-card img,
.ryacc-action-card__img {
	width: 100%;
	height: auto;
	display: block;
}

.ryacc-action-card figcaption {
	padding: 0.8rem 1rem 1rem;
	font-size: 0.88rem;
	color: var(--ryacc-muted);
	line-height: 1.5;
}

.ryacc-action-card__cat {
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ryacc-gold-deep);
	margin-bottom: 0.3rem;
}

.ryacc-archive {
	display: grid;
	gap: 0.55rem;
	max-width: 36rem;
}

.ryacc-archive__item {
	border: 1px solid var(--ryacc-line);
	border-radius: 10px;
	background: #fff;
	padding: 0.15rem 1rem;
}

.ryacc-archive__item summary {
	cursor: pointer;
	font-weight: 700;
	padding: 0.85rem 0;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: center;
	list-style: none;
}

.ryacc-archive__item summary::-webkit-details-marker {
	display: none;
}

.ryacc-archive__item summary em {
	font-style: normal;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ryacc-gold-deep);
}

.ryacc-archive__body {
	padding: 0 0 0.95rem;
	color: var(--ryacc-muted);
	line-height: 1.6;
	font-size: 0.95rem;
}

.ryacc-faq__item {
	border: 1px solid var(--ryacc-line);
	border-radius: 10px;
	background: #fff;
	margin-bottom: 0.55rem;
	padding: 0.15rem 1rem;
}

.ryacc-faq__item summary {
	cursor: pointer;
	font-weight: 700;
	padding: 0.85rem 0;
}

.ryacc-faq__answer {
	padding: 0 0 0.9rem;
	color: var(--ryacc-muted);
	line-height: 1.65;
}

.ryacc-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1.25rem;
}

.ryacc-cta-row--center {
	justify-content: center;
}

.ryacc-close__secondary {
	margin: 0.35rem 0 1.1rem;
}

.ryacc-close .ryacc-text-link {
	color: #f0d48a;
}

.ryacc-participants {
	margin: 1.75rem 0 0;
	padding: 1.1rem 1.15rem;
	border: 1px solid var(--ryacc-line);
	border-radius: 10px;
	background: var(--ryacc-card);
}

.ryacc-participants__title {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
}

.ryacc-participants__help {
	margin: 0 0 0.75rem;
	font-size: 0.88rem;
	line-height: 1.5;
	color: var(--ryacc-muted);
}

.ryacc-participants__list {
	margin: 0;
	padding-left: 1.15rem;
	columns: 2;
	column-gap: 1.5rem;
}

.ryacc-participants__list li {
	break-inside: avoid;
	margin: 0 0 0.35rem;
}

@media (max-width: 639px) {
	.ryacc-participants__list {
		columns: 1;
	}
}

.ryacc-close {
	background: var(--ryacc-maroon);
	color: #faf6f0;
	text-align: center;
}

.ryacc-close .ryacc-kicker {
	color: #e2c27a;
}

.ryacc-close .ryacc-heading {
	color: #fff;
}

.ryacc-hero .ms-trust-pills {
	margin-top: 0.85rem;
}

.ryacc-close .ms-trust-pills {
	margin-top: 1.1rem;
}

.ryacc-close .ryacc-copy {
	color: rgba(250, 246, 240, 0.86);
	margin-left: auto;
	margin-right: auto;
}

.ryacc-close__pledge,
.ryacc-close__mantra {
	margin: 1.25rem auto 0;
	max-width: 32rem;
	font-weight: 600;
	line-height: 1.6;
	color: rgba(250, 246, 240, 0.9);
}

.ryacc-close__mantra {
	letter-spacing: 0.03em;
}

.ryacc-footnote {
	margin: 1.35rem auto 0;
	max-width: 36rem;
	font-size: 0.8rem;
	line-height: 1.55;
	color: rgba(250, 246, 240, 0.58);
}

@media (min-width: 900px) {
	.ryacc-cards {
		display: none !important;
	}

	.ryacc-sum__row {
		display: none;
	}
}

@media (max-width: 899px) {
	.ryacc-table-card {
		display: none;
	}

	.ryacc-stage.is-fs .ryacc-table-card,
	.ryacc-stage:fullscreen .ryacc-table-card,
	.ryacc-stage:-webkit-full-screen .ryacc-table-card {
		display: block !important;
	}

	.ryacc-stage__bar {
		flex-wrap: wrap;
	}

	.ryacc-stage.is-fs .ryacc-controls,
	.ryacc-stage:fullscreen .ryacc-controls,
	.ryacc-stage:-webkit-full-screen .ryacc-controls {
		gap: 0.4rem;
		padding: 0.75rem 0.9rem;
		margin-bottom: 0.45rem;
		max-height: 28vh;
		overflow: auto;
	}

	.ryacc-stage.is-fs .ryacc-field select,
	.ryacc-stage.is-fs .ryacc-search,
	.ryacc-stage.is-fs .ryacc-tab,
	.ryacc-stage:fullscreen .ryacc-field select,
	.ryacc-stage:fullscreen .ryacc-search,
	.ryacc-stage:fullscreen .ryacc-tab {
		min-height: 36px;
	}

	.ryacc-cards {
		display: grid;
	}

	.ryacc-hero h1 {
		max-width: none;
	}

	.ryacc-search,
	.ryacc-field select {
		min-width: 0;
		width: 100%;
	}

	.ryacc-controls__tools {
		width: 100%;
		align-items: stretch;
	}

	.ryacc-field,
	.ryacc-search {
		flex: 1 1 100%;
	}
}

@media (max-width: 640px) {
	.ryacc-compare__row,
	.ryacc-yearcard__bars > div {
		grid-template-columns: 1fr;
		gap: 0.3rem;
	}
}

@media (max-width: 520px) {
	.ryacc-glance {
		grid-template-columns: 1fr;
	}

	.ryacc-hero__path {
		grid-template-columns: 1fr;
		gap: 0.65rem;
	}
}

@media (max-width: 360px) {
	.ryacc-inner {
		padding: 0 4.5%;
	}

	.ryacc-tab {
		padding: 0.45rem 0.75rem;
	}
}
