.fqc-family-ride-match-page {
	background: #fbf3ee;
}

.fqc-ride-match-shell {
	position: relative;
	padding: clamp(2rem, 4vw, 4rem) 0 clamp(3rem, 5vw, 5rem);
	background: #fbf3ee;
	color: #1d1a1f;
}

.fqc-ride-match-shell__ambient {
	display: none;
}

.fqc-ride-match-shell__inner {
	position: relative;
	z-index: 1;
}

.fqc-account-shell {
	padding: 0;
	background: #fffaf7;
	color: #1d1a1f;
}

.fqc-account-shell > .fqc-container {
	padding-top: 3rem;
	padding-bottom: 4rem;
}

.fqc-account-hero {
	max-width: none;
	margin-bottom: 2.4rem;
}

.fqc-account-hero h1 {
	font-size: 3.4rem;
	line-height: 0.98;
}

.fqc-account-hero p {
	max-width: 39rem;
	margin-top: 0.75rem;
	font-size: 1.08rem;
	line-height: 1.55;
}

.fqc-account-panel {
	border: 1px solid rgba(92, 55, 43, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(50, 33, 27, 0.08);
}

.fqc-account-panel {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.2rem;
	padding: 1.35rem;
}

.fqc-account-panel h2 {
	margin: 0 0 0.3rem;
	color: #19161b;
	font-size: 1.55rem;
	line-height: 1.1;
}

.fqc-account-panel p {
	max-width: 44rem;
	margin: 0;
	color: #62586a;
	line-height: 1.5;
}

.fqc-account-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	align-items: center;
}

.fqc-account-layout {
	display: grid;
	grid-template-columns: minmax(15rem, 17.9rem) minmax(0, 1fr);
	width: min(100%, 1440px);
	min-height: 52rem;
	margin: 0 auto;
	border-top: 1px solid #eadbd5;
	background: #fffdfb;
}

.fqc-account-main {
	min-width: 0;
	padding: 3rem 4rem 5rem;
}

.fqc-account-sidebar {
	position: sticky;
	top: 0;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	align-self: start;
	min-height: 52rem;
	padding: 1.65rem 1.65rem 2.1rem;
	border-right: 1px solid #e4d5cf;
	background: #fff4ef;
	box-shadow: 10px 0 26px rgba(50, 33, 27, 0.045);
}

.fqc-account-sidebar__title {
	margin: 0 0 0.2rem;
	color: #111014;
	font-size: 1.45rem;
	font-weight: 850;
	line-height: 1.1;
	letter-spacing: 0;
}

.fqc-account-sidebar__identity {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.9rem;
	align-items: center;
}

.fqc-account-sidebar__identity strong,
.fqc-account-sidebar__identity small {
	display: block;
	min-width: 0;
}

.fqc-account-sidebar__identity strong {
	color: #111014;
	font-size: 1.45rem;
	line-height: 1.08;
}

.fqc-account-sidebar__identity small {
	margin-top: 0.2rem;
	color: #6f626b;
	font-size: 0.88rem;
	font-weight: 650;
}

.fqc-account-sidebar__badge {
	display: inline-grid;
	place-items: center;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 999px;
	background: #efb43e;
	color: #3e2a12;
}

.fqc-account-sidebar__badge .fqc-account-icon {
	width: 1.55rem;
	height: 1.55rem;
}

.fqc-account-nav {
	display: grid;
	gap: 0.42rem;
	margin: 0;
	padding: 0;
	border: 0;
}

.fqc-account-nav a {
	display: grid;
	grid-template-columns: 1.35rem minmax(0, 1fr) auto;
	gap: 0.78rem;
	align-items: center;
	min-height: 3rem;
	padding: 0.66rem 0.82rem;
	border-radius: 8px;
	background: transparent;
	color: #1d1a1f;
	font-size: 0.84rem;
	font-weight: 760;
	letter-spacing: 0.08em;
	line-height: 1.15;
	text-decoration: none;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.fqc-account-nav__heading {
	margin: 1.55rem 0 0.42rem 0.82rem;
	color: #3c3037;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1;
	text-transform: uppercase;
}

.fqc-account-nav a.has-divider {
	margin-top: 1.8rem;
	padding-top: 1.35rem;
	border-top: 1px solid #d6cbc7;
	border-radius: 0;
}

.fqc-account-nav a:hover,
.fqc-account-nav a:focus-visible {
	background: rgba(241, 201, 246, 0.48);
	color: #4b3153;
	outline: 0;
}

.fqc-account-nav a.is-active {
	background: #efc1f6;
	color: #70427e;
	font-weight: 820;
}

.fqc-account-nav__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.35rem;
	height: 1.35rem;
	padding: 0 0.35rem;
	border-radius: 999px;
	background: #d13f2f;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
}

.fqc-account-icon {
	display: inline-grid;
	flex: 0 0 auto;
	place-items: center;
	width: 1.2rem;
	height: 1.2rem;
	color: currentColor;
}

.fqc-account-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.fqc-account-sidebar__footer {
	display: grid;
	gap: 0.75rem;
	margin-top: auto;
}

.fqc-account-sidebar__footer small {
	color: #6f626b;
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.3;
}

.fqc-account-dashboard__action,
.fqc-account-dashboard-panel__button,
.fqc-account-favorite-review,
.fqc-account-favorite-card__button,
.fqc-account-favorite-sort {
	display: inline-flex;
	gap: 0.55rem;
	align-items: center;
	justify-content: center;
	min-height: 2.8rem;
	border-radius: 8px;
	font: inherit;
	font-size: 0.86rem;
	font-weight: 850;
	letter-spacing: 0;
	text-decoration: none;
	cursor: pointer;
}

.fqc-account-dashboard {
	display: grid;
	gap: 2rem;
}

.fqc-account-dashboard__hero {
	display: flex;
	gap: 1.25rem;
	align-items: start;
	justify-content: space-between;
}

.fqc-account-dashboard__hero h1,
.fqc-account-favorite-page-header h1 {
	margin: 0;
	color: #111014;
	font-size: 3rem;
	line-height: 1.02;
	letter-spacing: 0;
}

.fqc-account-dashboard__eyebrow {
	margin: 0 0 0.55rem;
	color: #6d3c85;
	font-size: 0.8rem;
	font-weight: 850;
	letter-spacing: 0;
	text-transform: uppercase;
}

.fqc-account-dashboard__hero p,
.fqc-account-favorite-page-header p {
	max-width: 42rem;
	margin: 0.95rem 0 0;
	color: #3e3441;
	font-size: 1.05rem;
	line-height: 1.55;
}

.fqc-account-dashboard__action,
.fqc-account-favorite-review {
	flex: 0 0 auto;
	padding: 0.7rem 1rem;
	border: 1px solid #d28a00;
	background: #fff9ef;
	color: #824a00;
}

.fqc-account-dashboard__action:hover,
.fqc-account-dashboard__action:focus-visible,
.fqc-account-favorite-review:hover,
.fqc-account-favorite-review:focus-visible {
	background: #fff2d8;
	color: #6f3f00;
	outline: 0;
}

.fqc-account-dashboard__summary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.9rem;
}

.fqc-account-dashboard-card,
.fqc-account-dashboard-panel,
.fqc-account-dashboard-links {
	border: 1px solid rgba(92, 55, 43, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(50, 33, 27, 0.07);
}

.fqc-account-dashboard-card {
	display: grid;
	gap: 0.55rem;
	align-content: start;
	min-height: 8.8rem;
	padding: 1.1rem;
	color: #1d1a1f;
	text-decoration: none;
	transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.fqc-account-dashboard-card .fqc-account-icon {
	width: 1.7rem;
	height: 1.7rem;
	color: #714283;
}

.fqc-account-dashboard-card:hover,
.fqc-account-dashboard-card:focus-visible {
	border-color: rgba(113, 66, 131, 0.2);
	transform: translateY(-1px);
	box-shadow: 0 22px 50px rgba(50, 33, 27, 0.12);
	outline: 0;
}

.fqc-account-dashboard-card strong,
.fqc-account-dashboard-card span {
	display: block;
}

.fqc-account-dashboard-card span {
	color: #5d5361;
	font-size: 0.84rem;
	font-weight: 800;
}

.fqc-account-dashboard-card strong {
	color: #111014;
	font-size: 1.18rem;
	font-weight: 800;
	line-height: 1.1;
}

.fqc-account-dashboard__panels {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
	gap: 1rem;
	align-items: start;
}

.fqc-account-dashboard__panels--tools-only {
	grid-template-columns: minmax(0, 1fr);
}

.fqc-account-dashboard-panel {
	display: grid;
	gap: 1.25rem;
	min-height: 16rem;
	padding: 1.35rem;
	background: #f6fbf8;
}

.fqc-account-dashboard-panel--campaign {
	background: linear-gradient(135deg, #fff8ef 0%, #f6fbf8 58%, #f7eef9 100%);
}

.fqc-account-dashboard-panel .fqc-account-dashboard-panel__kicker {
	margin: 0 0 0.45rem;
	color: #7f4a00;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.fqc-account-dashboard-panel h2,
.fqc-account-dashboard-links h2 {
	margin: 0;
	color: #111014;
	font-size: 1.45rem;
	line-height: 1.15;
}

.fqc-account-dashboard-panel p {
	max-width: 34rem;
	margin: 0.55rem 0 0;
	color: #5d5361;
	line-height: 1.5;
}

.fqc-account-dashboard-campaign {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.fqc-account-dashboard-campaign span {
	display: inline-flex;
	align-items: center;
	min-height: 1.85rem;
	padding: 0.35rem 0.68rem;
	border: 1px solid rgba(113, 66, 131, 0.13);
	border-radius: 999px;
	background: #fff;
	color: #433747;
	font-size: 0.8rem;
	font-weight: 850;
	line-height: 1;
}

.fqc-account-dashboard-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	align-items: center;
}

.fqc-account-dashboard-panel__button {
	padding: 0.76rem 1rem;
	border: 1px solid #264f49;
	background: #356c63;
	color: #fff;
}

.fqc-account-dashboard-panel__button--secondary {
	border-color: #d28a00;
	background: #fff9ef;
	color: #824a00;
}

.fqc-account-dashboard-panel__button:hover,
.fqc-account-dashboard-panel__button:focus-visible {
	background: #265b54;
	color: #fff;
	outline: 0;
}

.fqc-account-dashboard-panel__button--secondary:hover,
.fqc-account-dashboard-panel__button--secondary:focus-visible {
	background: #fff2d8;
	color: #6f3f00;
}

.fqc-account-dashboard-links {
	display: grid;
	gap: 0.9rem;
	padding: 1.2rem;
}

.fqc-account-dashboard-links > div {
	display: grid;
	gap: 0.5rem;
}

.fqc-account-dashboard-link {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.7rem;
	align-items: center;
	padding: 0.7rem;
	border-radius: 8px;
	color: #1d1a1f;
	text-decoration: none;
}

.fqc-account-dashboard-link:hover,
.fqc-account-dashboard-link:focus-visible {
	background: #fff4ef;
	outline: 0;
}

.fqc-account-dashboard-link .fqc-account-icon {
	width: 1.3rem;
	height: 1.3rem;
	color: #714283;
}

.fqc-account-dashboard-link strong,
.fqc-account-dashboard-link small {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fqc-account-dashboard-link strong {
	font-size: 0.95rem;
	line-height: 1.2;
}

.fqc-account-dashboard-link small {
	margin-top: 0.15rem;
	color: #756a78;
	font-size: 0.78rem;
	font-weight: 700;
}

.fqc-account-section {
	display: grid;
	gap: 1.3rem;
	padding: 1.6rem;
	border: 1px solid rgba(92, 55, 43, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(50, 33, 27, 0.07);
}

.fqc-account-section--profiles {
	gap: clamp(2.5rem, 5vw, 4.25rem);
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.fqc-family-account-page .site-footer {
	margin-top: 0;
	border-radius: 0;
	background: #f1e5de;
	color: #1d1a1f;
}

.fqc-family-account-page .site-footer::before {
	display: none;
}

.fqc-family-account-page .site-footer__column h2,
.fqc-family-account-page .site-footer__brand strong,
.fqc-family-account-page .site-footer__bottom p {
	color: #4b3351;
}

.fqc-family-account-page .site-footer__links a,
.fqc-family-account-page .site-footer__note,
.fqc-family-account-page .site-footer__bottom p,
.fqc-family-account-page .site-branding__mark--footer .site-branding__text span {
	color: #5c4e61;
}

.fqc-family-account-page .site-footer__bottom {
	border-top-color: rgba(92, 55, 43, 0.12);
}

.fqc-account-section__header {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0.95rem;
	border-bottom: 1px solid #eadbd5;
}

.fqc-account-section__header h2 {
	margin: 0;
	color: #19161b;
	font-size: 1.8rem;
	line-height: 1.12;
}

.fqc-account-section--settings,
.fqc-account-section--privacy {
	gap: clamp(1.15rem, 2.2vw, 1.55rem);
}

.fqc-account-section--settings .fqc-account-section__header,
.fqc-account-section--privacy .fqc-account-section__header {
	padding-bottom: 0;
	border-bottom: 0;
}

.fqc-account-section--settings .fqc-account-section__header h2,
.fqc-account-section--privacy .fqc-account-section__header h2 {
	font-size: 2rem;
}

.fqc-account-section--library,
.fqc-account-section--favorites {
	background: rgba(255, 255, 255, 0.94);
}

.fqc-account-list {
	display: grid;
	gap: 0.65rem;
}

.fqc-account-profile-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(20rem, 0.9fr);
	gap: clamp(1.6rem, 4vw, 3rem);
	align-items: start;
}

.fqc-account-profile-list-panel {
	display: grid;
	gap: 1.2rem;
}

.fqc-account-profile-heading {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
}

.fqc-account-profile-heading h2,
.fqc-account-profile-heading p {
	margin: 0;
}

.fqc-account-profile-heading h2,
.fqc-account-profile-insights h2 {
	color: #19161b;
	font-size: 1.72rem;
	line-height: 1.1;
}

.fqc-account-profile-heading p {
	margin-top: 0.35rem;
	color: #62586a;
	font-size: 0.94rem;
	line-height: 1.45;
}

.fqc-account-profile-heading > span {
	flex: 0 0 auto;
	padding: 0.34rem 0.75rem;
	border-radius: 999px;
	background: #bfead8;
	color: #216c56;
	font-size: 0.84rem;
	font-weight: 750;
}

.fqc-account-profile-list {
	display: grid;
	gap: clamp(0.95rem, 2.2vw, 1.35rem);
}

.fqc-account-profile-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.9rem;
	align-items: center;
	min-height: 7.4rem;
	padding: clamp(1rem, 2.2vw, 1.35rem);
	border: 1px solid rgba(92, 55, 43, 0.06);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(50, 33, 27, 0.045);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.fqc-account-profile-card:hover,
.fqc-account-profile-card:focus-within {
	border-color: rgba(113, 66, 131, 0.18);
	box-shadow: 0 18px 42px rgba(50, 33, 27, 0.08);
	transform: translateY(-1px);
}

.fqc-account-profile-card--archived {
	opacity: 0.78;
}

.fqc-account-profile-card__main {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.9rem;
	align-items: center;
	min-width: 0;
	color: inherit;
	text-decoration: none;
}

.fqc-account-profile-card__body {
	display: grid;
	gap: 0.28rem;
	min-width: 0;
}

.fqc-account-profile-card__body strong {
	overflow: hidden;
	color: #19161b;
	font-size: 1.08rem;
	line-height: 1.15;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fqc-account-profile-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.85rem;
	align-items: center;
	color: #5d5361;
	font-size: 0.83rem;
	font-weight: 650;
}

.fqc-account-profile-card__meta span {
	position: relative;
}

.fqc-account-profile-card__meta span + span::before {
	display: inline-block;
	width: 0.28rem;
	height: 0.28rem;
	margin: 0 0.5rem 0.12rem 0;
	border-radius: 999px;
	background: #b8aaa5;
	content: "";
}

.fqc-account-profile-card__body em {
	color: #8a7f88;
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.fqc-account-profile-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: flex-end;
}

.fqc-account-profile-card__archive,
.fqc-account-profile-card__delete {
	margin: 0;
}

.fqc-account-profile-card__archive button,
.fqc-account-profile-card__delete button {
	min-height: 2.25rem;
	padding: 0.48rem 0.72rem;
	border: 1px solid #eadbd5;
	border-radius: 999px;
	background: #fff;
	color: #62586a;
	font: inherit;
	font-size: 0.8rem;
	font-weight: 800;
	cursor: pointer;
}

.fqc-account-profile-card__delete button {
	border-color: rgba(143, 47, 43, 0.22);
	background: #fff8f7;
	color: #8f2f2b;
}

.fqc-account-profile-card__archive button:hover,
.fqc-account-profile-card__archive button:focus-visible {
	border-color: #714283;
	color: #714283;
	outline: 0;
}

.fqc-account-profile-card__delete button:hover,
.fqc-account-profile-card__delete button:focus-visible {
	border-color: #8f2f2b;
	background: #fff1ef;
	color: #6f211e;
	outline: 0;
}

.fqc-account-profile-layout .fqc-rm-avatar {
	width: 3.6rem;
	height: 3.6rem;
	font-size: 0.82rem;
	box-shadow: 0 10px 22px rgba(50, 33, 27, 0.12);
}

.fqc-account-section--favorites {
	gap: 1.7rem;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.fqc-account-favorite-page-header {
	display: flex;
	gap: 1.2rem;
	align-items: start;
	justify-content: space-between;
}

.fqc-account-favorite-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	align-items: center;
}

.fqc-account-favorite-stats span {
	display: inline-flex;
	align-items: center;
	min-height: 1.55rem;
	padding: 0.23rem 0.7rem;
	border: 1px solid #dccfca;
	border-radius: 999px;
	background: #f0e8e5;
	color: #1d1a1f;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0;
}

.fqc-account-favorite-stats__primary {
	border-color: #96d6cc;
	background: #bdebe3;
}

.fqc-account-favorite-filters {
	display: grid;
	gap: 0.95rem;
	padding: 1rem;
	border: 1px solid #eadbd5;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(50, 33, 27, 0.08);
}

.fqc-account-favorite-search {
	position: relative;
	display: block;
	min-width: 0;
}

.fqc-account-favorite-search .fqc-account-icon {
	position: absolute;
	top: 50%;
	left: 0.85rem;
	width: 1.25rem;
	height: 1.25rem;
	color: #24343b;
	transform: translateY(-50%);
	pointer-events: none;
}

.fqc-account-favorite-search input,
.fqc-account-favorite-filters select {
	min-height: 2.85rem;
	width: 100%;
	border: 1px solid #d6c6bf;
	border-radius: 8px;
	background: #fff5f0;
	color: #19161b;
	font: inherit;
	font-size: 0.94rem;
	font-weight: 650;
}

.fqc-account-favorite-search input {
	padding: 0.62rem 0.85rem 0.62rem 2.55rem;
}

.fqc-account-favorite-filters select {
	padding: 0.62rem 2.35rem 0.62rem 0.82rem;
}

.fqc-account-favorite-search input:focus,
.fqc-account-favorite-filters select:focus {
	border-color: #714283;
	outline: 2px solid rgba(113, 66, 131, 0.15);
	outline-offset: 1px;
}

.fqc-account-favorite-filter-row {
	display: grid;
	grid-template-columns: minmax(9rem, 13rem) minmax(9rem, 13rem) auto minmax(15rem, auto);
	gap: 0.75rem;
	align-items: center;
}

.fqc-account-favorite-filter-row label {
	min-width: 0;
}

.fqc-account-favorite-sort {
	padding: 0.62rem 0.95rem;
	border: 1px solid #ddcfc8;
	background: #fff;
	color: #111014;
	box-shadow: 0 8px 18px rgba(50, 33, 27, 0.08);
}

.fqc-account-favorite-sort:hover,
.fqc-account-favorite-sort:focus-visible {
	border-color: #bbaaa2;
	background: #fffaf7;
	outline: 0;
}

.fqc-account-favorite-group-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	align-items: center;
	justify-content: flex-end;
}

.fqc-account-favorite-group-tabs > span {
	margin-right: 0.25rem;
	color: #5d5361;
	font-size: 0.78rem;
	font-weight: 700;
}

.fqc-account-favorite-group-tabs button {
	min-height: 2.35rem;
	padding: 0.5rem 0.78rem;
	border: 1px solid #d4e0dd;
	border-radius: 8px;
	background: #fff;
	color: #19161b;
	font: inherit;
	font-size: 0.8rem;
	font-weight: 800;
	cursor: pointer;
}

.fqc-account-favorite-group-tabs button:hover,
.fqc-account-favorite-group-tabs button:focus-visible {
	border-color: #d987e5;
	outline: 0;
}

.fqc-account-favorite-group-tabs button.is-active {
	border-color: #e1a5ef;
	background: #f3c5f5;
	color: #70427e;
	box-shadow: 0 0 0 3px rgba(243, 197, 245, 0.55);
}

.fqc-account-plan-groups {
	display: grid;
	gap: 1rem;
}

.fqc-account-plan-group {
	display: grid;
	gap: 0.7rem;
}

.fqc-account-plan-group__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.25rem 0.75rem;
	align-items: baseline;
}

.fqc-account-plan-group__header h3,
.fqc-account-plan-group__header p {
	margin: 0;
}

.fqc-account-plan-group__header h3 {
	color: #19161b;
	font-size: 1.02rem;
}

.fqc-account-plan-group__header span {
	padding: 0.22rem 0.55rem;
	border-radius: 999px;
	background: #f3e9f7;
	color: #6d3c85;
	font-size: 0.72rem;
	font-weight: 850;
}

.fqc-account-plan-group__header p {
	grid-column: 1 / -1;
	color: #756a78;
	font-size: 0.85rem;
	line-height: 1.35;
}

.fqc-account-favorite-groups,
.fqc-account-favorite-quest-group,
.fqc-account-favorite-type-group {
	display: grid;
	gap: 1.1rem;
}

.fqc-account-favorite-groups {
	gap: 2.15rem;
}

.fqc-account-favorite-quest-heading {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	padding-bottom: 0.7rem;
	border-bottom: 1px solid #eadbd5;
}

.fqc-account-favorite-quest-heading h3 {
	margin: 0;
	color: #19161b;
	font-size: 1.85rem;
	line-height: 1.15;
}

.fqc-account-favorite-quest-heading h3 a {
	color: inherit;
	text-decoration: none;
}

.fqc-account-favorite-quest-heading h3 a:hover,
.fqc-account-favorite-quest-heading h3 a:focus-visible {
	color: #714283;
	outline: 0;
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.14em;
}

.fqc-account-favorite-quest-heading > span,
.fqc-account-favorite-type-heading > span {
	display: inline-flex;
	align-items: center;
	min-height: 1.55rem;
	padding: 0.22rem 0.65rem;
	border-radius: 999px;
	background: #f0e8e5;
	color: #1d1a1f;
	font-size: 0.78rem;
	font-weight: 850;
}

.fqc-account-favorite-type-heading {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	justify-content: space-between;
}

.fqc-account-favorite-type-heading h4 {
	display: inline-flex;
	gap: 0.45rem;
	align-items: center;
	margin: 0;
	color: #19161b;
	font-size: 1.28rem;
	line-height: 1.2;
}

.fqc-account-favorite-type-heading h4 .fqc-account-icon {
	width: 1.2rem;
	height: 1.2rem;
	color: #714283;
}

.fqc-account-favorite-list {
	display: grid;
	gap: 0.85rem;
}

.fqc-account-favorite-card {
	display: grid;
	grid-template-columns: 5.75rem minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	min-height: 7.15rem;
	padding: 0.95rem;
	border: 1px solid #eee5e1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(50, 33, 27, 0.055);
	color: #19161b;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.fqc-account-favorite-card:hover,
.fqc-account-favorite-card:focus-within {
	border-color: #d8c4bc;
	box-shadow: 0 14px 32px rgba(50, 33, 27, 0.1);
	transform: translateY(-1px);
}

.fqc-account-favorite-card__thumb {
	display: grid;
	place-items: center;
	width: 5.3rem;
	height: 5.3rem;
	border-radius: 8px;
	background: linear-gradient(135deg, #f1d5bf, #f5e0ec);
	background-position: center;
	background-size: cover;
	color: #9c9c94;
	text-decoration: none;
}

.fqc-account-favorite-card__thumb:focus-visible {
	outline: 2px solid #714283;
	outline-offset: 2px;
}

.fqc-account-favorite-card__placeholder-icon {
	width: 2rem;
	height: 2rem;
}

.fqc-account-favorite-card__body {
	display: grid;
	gap: 0.45rem;
	min-width: 0;
}

.fqc-account-favorite-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	min-width: 0;
}

.fqc-account-favorite-card__badge {
	display: inline-flex;
	align-items: center;
	min-height: 1.5rem;
	padding: 0.22rem 0.55rem;
	border-radius: 6px;
	background: #f2b8f4;
	color: #70427e;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.fqc-account-favorite-card__quest {
	display: inline-flex;
	align-items: center;
	min-height: 1.5rem;
	max-width: 13rem;
	padding: 0.22rem 0.58rem;
	border: 1px solid #d8c5bd;
	border-radius: 999px;
	background: #fff8f4;
	color: #4e2f25;
	font-size: 0.72rem;
	font-weight: 850;
	line-height: 1;
	text-decoration: none;
}

a.fqc-account-favorite-card__quest:hover,
a.fqc-account-favorite-card__quest:focus-visible {
	border-color: #b78776;
	background: #fff1e9;
	color: #321b14;
	outline: 0;
}

.fqc-account-favorite-card__location {
	display: inline-flex;
	gap: 0.25rem;
	align-items: center;
	min-width: 0;
	color: #5d5361;
	font-size: 0.78rem;
	font-weight: 700;
}

.fqc-account-favorite-card__location .fqc-account-icon {
	width: 0.9rem;
	height: 0.9rem;
	color: #111014;
}

.fqc-account-favorite-card__title-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	min-width: 0;
}

.fqc-account-favorite-card h5 {
	min-width: 0;
	margin: 0;
	color: #111014;
	font-size: 1.05rem;
	line-height: 1.2;
}

.fqc-account-favorite-card h5 a {
	min-width: 0;
	color: inherit;
	text-decoration: none;
}

.fqc-account-favorite-card h5 a:hover,
.fqc-account-favorite-card h5 a:focus-visible {
	color: #714283;
	outline: 0;
}

.fqc-account-favorite-card__unfavorite {
	display: inline-flex;
	margin: 0;
}

.fqc-account-favorite-card__heart-button {
	display: inline-grid;
	place-items: center;
	width: 2.35rem;
	height: 2.35rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #c6121f;
	cursor: pointer;
}

.fqc-account-favorite-card__heart-button:hover,
.fqc-account-favorite-card__heart-button:focus-visible {
	background: #fff0f1;
	color: #9f0c17;
	outline: 0;
}

.fqc-account-favorite-card__heart {
	width: 1.12rem;
	height: 1.12rem;
	color: currentColor;
}

.fqc-account-favorite-card__button {
	min-width: 7.2rem;
	padding: 0.7rem 0.9rem;
	background: #714283;
	color: #fff;
}

.fqc-account-favorite-card__button:hover,
.fqc-account-favorite-card__button:focus-visible {
	background: #5c326c;
	color: #fff;
	outline: 0;
}

.fqc-account-favorite-card__body,
.fqc-account-favorite-card__meta,
.fqc-account-favorite-card__title-row,
.fqc-account-favorite-card h5,
.fqc-account-favorite-card h5 a,
.fqc-account-favorite-card__quest,
.fqc-account-favorite-card__location {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fqc-account-list-row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.75rem;
	align-items: center;
	min-height: 4.8rem;
	padding: 0.95rem;
	border: 1px solid #eee5e1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(50, 33, 27, 0.045);
	color: #19161b;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

a.fqc-account-list-row:hover,
a.fqc-account-list-row:focus-visible {
	border-color: rgba(113, 66, 131, 0.18);
	box-shadow: 0 14px 34px rgba(50, 33, 27, 0.08);
	transform: translateY(-1px);
	outline: 0;
}

.fqc-account-list-row--with-actions {
	grid-template-columns: auto minmax(0, 1fr) auto;
}

.fqc-account-row-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	justify-content: flex-end;
}

.fqc-account-row-actions form {
	margin: 0;
}

.fqc-account-row-actions .fqc-rm-button {
	min-height: 2.35rem;
	padding: 0.55rem 0.75rem;
	box-shadow: none;
}

.fqc-account-row-actions .fqc-account-icon-action {
	position: relative;
	width: 2.9rem;
	height: 2.9rem;
	min-height: 2.9rem;
	padding: 0;
	border-radius: 999px;
	box-shadow: 0 10px 22px rgba(50, 33, 27, 0.08);
}

.fqc-account-icon-action::before,
.fqc-account-icon-action::after {
	position: absolute;
	left: 50%;
	color: currentColor;
	content: "";
	transform: translateX(-50%);
}

.fqc-account-icon-action--download::before {
	top: 0.7rem;
	width: 0.68rem;
	height: 0.68rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateX(-50%) rotate(45deg);
}

.fqc-account-icon-action--download::after {
	top: 1.52rem;
	width: 0.92rem;
	height: 0.38rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	border-left: 2px solid currentColor;
	border-radius: 0 0 0.18rem 0.18rem;
}

.fqc-account-icon-action--delete {
	color: #8f2f2b;
}

.fqc-account-icon-action--delete::before {
	top: 0.96rem;
	width: 0.82rem;
	height: 0.86rem;
	border: 2px solid currentColor;
	border-top: 0;
	border-radius: 0 0 0.18rem 0.18rem;
}

.fqc-account-icon-action--delete::after {
	top: 0.72rem;
	width: 1rem;
	height: 0.22rem;
	border-top: 2px solid currentColor;
	border-radius: 999px;
	box-shadow: 0.18rem -0.22rem 0 -0.06rem currentColor;
}

.fqc-account-list-row strong,
.fqc-account-list-row small {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fqc-account-list-row small {
	color: #756a78;
	font-size: 0.82rem;
}

.fqc-account-arcade-summary {
	display: grid;
	grid-template-columns: minmax(11rem, 1.3fr) repeat(3, minmax(7rem, 1fr));
	gap: 0.75rem;
	align-items: stretch;
}

.fqc-account-arcade-summary__main,
.fqc-account-arcade-stat,
.fqc-account-arcade-badges {
	display: grid;
	gap: 0.25rem;
	align-content: center;
	min-width: 0;
	padding: 0.95rem 1rem;
	border: 1px solid #e7d8ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(50, 33, 27, 0.06);
}

.fqc-account-arcade-summary__main {
	background: #f4fbf8;
	border-color: #ccefe2;
}

.fqc-account-arcade-summary span,
.fqc-account-arcade-board__head span,
.fqc-account-arcade-board__rows small {
	color: #756a78;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.35;
}

.fqc-account-arcade-summary strong {
	color: #19161b;
	font-size: 1.35rem;
	line-height: 1.1;
}

.fqc-account-arcade-summary__main strong {
	font-size: 1.75rem;
}

.fqc-account-arcade-badges {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.fqc-account-arcade-badges span {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding: 0.35rem 0.65rem;
	border: 1px solid #dfd5e7;
	border-radius: 999px;
	background: #fff;
	color: #5b376e;
}

.fqc-account-arcade-leaderboards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

.fqc-account-arcade-board {
	display: grid;
	gap: 0.75rem;
	min-width: 0;
	padding: 1rem;
	border: 1px solid #eadbd5;
	border-radius: 8px;
	background: #fffaf7;
}

.fqc-account-arcade-board__head {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
}

.fqc-account-arcade-board__head strong {
	color: #19161b;
	font-size: 0.98rem;
}

.fqc-account-arcade-board__rows {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fqc-account-arcade-board__rows li {
	display: grid;
	grid-template-columns: 2.6rem minmax(0, 1fr) auto;
	gap: 0.65rem;
	align-items: center;
	min-width: 0;
	padding: 0.6rem 0.65rem;
	border: 1px solid rgba(113, 66, 131, 0.12);
	border-radius: 8px;
	background: #fff;
}

.fqc-account-arcade-board__rows li.is-current-user {
	border-color: #8ad9c6;
	background: #effbf7;
}

.fqc-account-arcade-rank {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 999px;
	background: #f0e8f5;
	color: #5b376e;
	font-size: 0.82rem;
	font-weight: 900;
}

.fqc-account-arcade-player,
.fqc-account-arcade-score {
	display: grid;
	gap: 0.1rem;
	min-width: 0;
}

.fqc-account-arcade-player strong,
.fqc-account-arcade-player small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fqc-account-arcade-score {
	justify-items: end;
}

.fqc-account-arcade-score strong {
	color: #19161b;
	font-size: 0.95rem;
}

.fqc-account-thumb,
.fqc-account-initials {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 8px;
	background: #f3e9f7 center / cover;
	color: #6d3c85;
	font-weight: 850;
}

.fqc-account-initials {
	border-radius: 999px;
}

.fqc-account-empty,
.fqc-account-notice {
	margin: 0;
	padding: 0.95rem 1rem;
	border: 1px solid #eadbd5;
	border-radius: 8px;
	background: #fffaf7;
	color: #554d58;
	line-height: 1.5;
}

.fqc-account-notice {
	border-color: #9ad9c9;
	background: #eafaf5;
	color: #1f695c;
	font-weight: 800;
}

.fqc-account-notice--error {
	border-color: #efb1ad;
	background: #fff0ef;
	color: #8f2f2b;
}

.fqc-account-layout.is-fqc-instant-busy {
	opacity: 0.72;
	pointer-events: none;
	transition: opacity 160ms ease;
}

.fqc-account-layout .is-fqc-instant-pending {
	cursor: progress;
	opacity: 0.72;
}

.fqc-account-layout .is-fqc-instant-submitting {
	cursor: progress;
}

.fqc-account-form {
	display: grid;
	gap: 1rem;
	max-width: 42rem;
}

.fqc-account-form--wide {
	max-width: 54rem;
}

.fqc-account-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.95rem, 2vw, 1.3rem);
}

.fqc-account-form label {
	display: grid;
	gap: 0.45rem;
	color: #19161b;
	font-size: 0.82rem;
	font-weight: 850;
}

.fqc-account-form input,
.fqc-account-form select,
.fqc-account-form textarea {
	min-height: 2.65rem;
	padding: 0.72rem 0.85rem;
	border: 1px solid #e2d6d0;
	border-radius: 8px;
	background: #fff;
	color: #19161b;
	font: inherit;
	font-weight: 650;
}

.fqc-account-form textarea {
	resize: vertical;
}

.fqc-account-form input:focus,
.fqc-account-form select:focus,
.fqc-account-form textarea:focus {
	outline: 3px solid rgba(113, 66, 131, 0.16);
	border-color: #714283;
}

.fqc-account-form .fqc-account-check {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	font-size: 0.95rem;
	font-weight: 650;
	line-height: 1.45;
}

.fqc-account-check input {
	margin-top: 0.2rem;
}

.fqc-account-honeypot {
	position: absolute;
	left: -999rem;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.fqc-account-form-note {
	margin: 0;
	color: #756a78;
	font-size: 0.84rem;
	line-height: 1.45;
}

.fqc-account-section--settings .fqc-account-form,
.fqc-account-section--settings .fqc-account-form--wide,
.fqc-account-section--privacy .fqc-account-form,
.fqc-account-section--privacy .fqc-account-form--wide {
	max-width: none;
}

.fqc-account-section--settings .fqc-account-form,
.fqc-account-section--privacy .fqc-account-form {
	gap: clamp(1rem, 2vw, 1.25rem);
}

.fqc-account-section--settings .fqc-account-form input,
.fqc-account-section--settings .fqc-account-form select,
.fqc-account-section--settings .fqc-account-form textarea,
.fqc-account-section--privacy .fqc-account-form input,
.fqc-account-section--privacy .fqc-account-form select,
.fqc-account-section--privacy .fqc-account-form textarea {
	min-height: 3.05rem;
	padding: 0.78rem 0.95rem;
	border-color: #e3d7d1;
	background: #fff;
}

.fqc-account-section--settings .fqc-account-form > .fqc-rm-button--primary,
.fqc-account-section--privacy .fqc-account-form > .fqc-rm-button--primary,
.fqc-account-section--privacy .fqc-account-privacy-card .fqc-rm-button--primary {
	justify-content: center;
	width: 100%;
	min-height: 3.15rem;
	border: 0;
	background: #7b4a8e;
	box-shadow: 0 13px 28px rgba(113, 66, 131, 0.22);
}

.fqc-account-pro-card {
	display: grid;
	grid-template-columns: minmax(12rem, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(1rem, 3vw, 1.4rem);
	align-items: stretch;
	padding: clamp(1rem, 2.4vw, 1.35rem);
	border: 1px solid #eadbd5;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(113, 66, 131, 0.08), rgba(191, 234, 216, 0.22)),
		#fffaf7;
	box-shadow: 0 16px 42px rgba(50, 33, 27, 0.08);
}

.fqc-account-role-block,
.fqc-account-pro-card__content {
	display: grid;
	gap: 0.45rem;
	align-content: center;
	min-width: 0;
}

.fqc-account-role-block {
	padding: 1rem;
	border: 1px solid rgba(113, 66, 131, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.74);
}

.fqc-account-role-block span,
.fqc-account-pro-card__content > span:first-child {
	color: #6d3c85;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fqc-account-role-block strong {
	color: #19161b;
	font-size: clamp(1.18rem, 2vw, 1.45rem);
	line-height: 1.15;
}

.fqc-account-role-block small,
.fqc-account-pro-card__content p {
	color: #62586a;
	font-size: 0.9rem;
	line-height: 1.45;
}

.fqc-account-pro-card__content {
	position: relative;
	padding: clamp(0.5rem, 1.5vw, 0.75rem) clamp(0.25rem, 1vw, 0.5rem);
}

.fqc-account-pro-card__content h3,
.fqc-account-pro-card__content p {
	margin: 0;
}

.fqc-account-pro-card__content h3 {
	color: #19161b;
	font-size: clamp(1.25rem, 2.1vw, 1.65rem);
	line-height: 1.16;
}

.fqc-account-pro-card__spark {
	display: inline-grid;
	place-items: center;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 999px;
	background: #f3e9f7;
}

.fqc-account-pro-card__spark::before {
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	background: #714283;
	box-shadow:
		0 -0.58rem 0 -0.18rem #714283,
		0.58rem 0 0 -0.18rem #714283,
		0 0.58rem 0 -0.18rem #714283,
		-0.58rem 0 0 -0.18rem #714283;
	content: "";
}

.fqc-account-pro-card .fqc-rm-button {
	justify-self: start;
	margin-top: 0.3rem;
	border: 0;
	background: #714283;
	color: #fff;
	box-shadow: 0 12px 26px rgba(113, 66, 131, 0.22);
}

.fqc-account-member-form,
.fqc-account-details {
	padding: clamp(1.25rem, 2.4vw, 1.8rem);
	border: 1px solid #eadbd5;
	border-radius: 8px;
	background: #fff3ed;
	box-shadow: 0 16px 42px rgba(50, 33, 27, 0.06);
}

.fqc-account-profile-layout .fqc-account-member-form {
	position: sticky;
	top: 2rem;
	max-width: none;
	margin: 0;
}

.fqc-account-profile-layout .fqc-account-form-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.fqc-account-profile-layout .fqc-account-form input,
.fqc-account-profile-layout .fqc-account-form textarea {
	border-color: transparent;
	background: #eaded7;
	box-shadow: inset 0 0 0 1px rgba(92, 55, 43, 0.02);
}

.fqc-account-member-form__header {
	display: flex;
	gap: 0.85rem;
	align-items: center;
}

.fqc-account-member-form__header h3,
.fqc-account-member-form__header p {
	margin: 0;
}

.fqc-account-member-form__header h3 {
	color: #19161b;
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	line-height: 1.2;
}

.fqc-account-member-form__header p {
	margin-top: 0.25rem;
	color: #756a78;
	font-size: 0.9rem;
	line-height: 1.45;
}

.fqc-account-form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.fqc-account-profile-layout .fqc-account-form-actions .fqc-rm-button--primary {
	justify-content: center;
	width: 100%;
	border: 0;
	background: linear-gradient(135deg, #7b4a8e, #ae78c2);
	box-shadow: 0 14px 30px rgba(113, 66, 131, 0.22);
}

.fqc-account-avatar-field {
	display: grid;
	gap: 0.5rem;
	color: #4f4654;
	font-size: 0.8rem;
	font-weight: 800;
}

.fqc-account-avatar-choices {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
}

.fqc-account-avatar-choice {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.3rem;
	height: 2.3rem;
	border: 2px solid transparent;
	border-radius: 999px;
	background: #e6dfe6;
	color: transparent;
	cursor: pointer;
	transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.fqc-account-avatar-choice input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.fqc-account-avatar-choice span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.fqc-account-avatar-choice--current,
.fqc-account-avatar-choice--initials {
	width: auto;
	min-width: 3.4rem;
	padding: 0 0.65rem;
	border-color: #e0cfe8;
	background: #efd9fb;
	color: #714283;
	font-size: 0.72rem;
	font-weight: 850;
}

.fqc-account-avatar-choice--current span,
.fqc-account-avatar-choice--initials span {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.fqc-account-avatar-choice--coral { background: #f9d9dc; }
.fqc-account-avatar-choice--teal { background: #2f7668; }
.fqc-account-avatar-choice--indigo { background: #5656a2; }
.fqc-account-avatar-choice--violet { background: #714283; }
.fqc-account-avatar-choice--blue { background: #4d79a8; }
.fqc-account-avatar-choice--green { background: #2f7d54; }
.fqc-account-avatar-choice--gold { background: #d69416; }
.fqc-account-avatar-choice--rose { background: #bd6683; }

.fqc-account-avatar-choice:has(input:checked) {
	border-color: #714283;
	box-shadow: 0 0 0 3px rgba(113, 66, 131, 0.14);
	transform: translateY(-1px);
}

.fqc-account-avatar-choice:focus-within {
	outline: 3px solid rgba(113, 66, 131, 0.18);
	outline-offset: 2px;
}

.fqc-account-details {
	display: block;
	margin-top: 0.3rem;
	background: rgba(255, 255, 255, 0.58);
	box-shadow: none;
}

.fqc-account-details summary {
	cursor: pointer;
	color: #6d3c85;
	font-weight: 850;
}

.fqc-account-details .fqc-account-list {
	margin-top: 0.9rem;
}

.fqc-account-profile-insights {
	display: grid;
	gap: 1.35rem;
}

.fqc-account-profile-insights h2 {
	margin: 0;
}

.fqc-account-profile-insights__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(18rem, 0.75fr);
	gap: clamp(1rem, 3vw, 1.4rem);
	align-items: stretch;
}

.fqc-account-readiness-card,
.fqc-account-curator-card {
	border-radius: 8px;
	box-shadow: 0 16px 42px rgba(50, 33, 27, 0.08);
}

.fqc-account-readiness-card {
	display: grid;
	align-items: center;
	min-height: 10.5rem;
	padding: clamp(1.25rem, 2.7vw, 1.9rem);
	border: 1px solid #eadbd5;
	background: #fff3ed;
}

.fqc-account-readiness-card h3,
.fqc-account-readiness-card p {
	margin: 0;
}

.fqc-account-readiness-card h3,
.fqc-account-curator-card h3 {
	color: #19161b;
	font-size: 1.08rem;
	line-height: 1.2;
}

.fqc-account-readiness-card p {
	max-width: 38rem;
	margin-top: 0.55rem;
	color: #5c4e61;
	font-size: 0.92rem;
	line-height: 1.45;
}

.fqc-account-readiness-meter {
	overflow: hidden;
	width: min(100%, 34rem);
	height: 0.55rem;
	margin: 1.25rem 0 0.75rem;
	border-radius: 999px;
	background: #eaded7;
}

.fqc-account-readiness-meter span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #2f7668;
}

.fqc-account-readiness-card strong {
	color: #0c6658;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.fqc-account-curator-card {
	display: grid;
	align-content: center;
	gap: 0.75rem;
	padding: clamp(1.25rem, 2.7vw, 1.9rem);
	background: #7b4a8e;
	color: #fff;
}

.fqc-account-curator-card > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	font-weight: 900;
}

.fqc-account-curator-card h3,
.fqc-account-curator-card p {
	margin: 0;
	color: #fff;
}

.fqc-account-curator-card p {
	max-width: 26rem;
	font-size: 0.92rem;
	line-height: 1.48;
	opacity: 0.9;
}

.fqc-account-privacy-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(1rem, 2.5vw, 1.4rem);
	align-items: center;
	padding: clamp(1.05rem, 2.2vw, 1.35rem);
	border: 1px solid #eadbd5;
	border-radius: 8px;
	background: #fffaf7;
	box-shadow: 0 12px 32px rgba(50, 33, 27, 0.055);
}

.fqc-account-privacy-card--danger {
	border-color: #efb1ad;
	background: #fff6f4;
}

.fqc-account-privacy-card h3,
.fqc-account-privacy-card p {
	margin: 0;
}

.fqc-account-privacy-card h3 {
	color: #19161b;
	font-size: clamp(1.08rem, 1.8vw, 1.2rem);
	line-height: 1.2;
}

.fqc-account-privacy-card p {
	margin-top: 0.35rem;
	color: #554d58;
	font-size: 0.92rem;
	line-height: 1.45;
}

.fqc-account-privacy-card form {
	display: grid;
	gap: 0.7rem;
	min-width: min(100%, 15rem);
}

.fqc-rm-button--danger {
	border-color: #a93f3b;
	background: #a93f3b;
	color: #fff;
	box-shadow: 0 10px 24px rgba(169, 63, 59, 0.18);
}

.fqc-ride-match-hero {
	max-width: 44rem;
	margin: 0 0 clamp(1.8rem, 4vw, 3rem);
}

.fqc-ride-match-hero__panel {
	display: none;
}

.fqc-ride-match-kicker,
.fqc-rm-section-kicker {
	margin: 0 0 0.8rem;
	color: #6d3c85;
	font-size: 0.77rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fqc-ride-match-hero h1 {
	margin: 0;
	color: #19161b;
	font-size: clamp(2.45rem, 5vw, 4.35rem);
	line-height: 1;
	letter-spacing: 0;
}

.fqc-ride-match-hero p {
	max-width: 42rem;
	margin: 1rem 0 0;
	color: #4f4654;
	font-size: clamp(1rem, 1.55vw, 1.17rem);
	line-height: 1.58;
}

.fqc-planning-tools-grid {
	display: grid;
	grid-template-columns: minmax(0, 30rem);
	gap: 1rem;
}

.fqc-planning-tool-card {
	display: grid;
	gap: 0.75rem;
	min-height: 18rem;
	padding: clamp(1.2rem, 3vw, 1.6rem);
	border: 1px solid rgba(92, 55, 43, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(50, 33, 27, 0.08);
	color: #1d1a1f;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.fqc-planning-tool-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 24px 56px rgba(50, 33, 27, 0.12);
}

.fqc-planning-tool-card__icon {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 999px;
	background: #f3e9f7;
	color: #714283;
}

.fqc-planning-tool-card__icon::before {
	content: "";
	width: 1.35rem;
	height: 1.35rem;
	border: 2px solid currentColor;
	border-radius: 999px;
	box-shadow: inset 0 0 0 0.25rem #fff;
}

.fqc-planning-tool-card strong {
	color: #19161b;
	font-size: clamp(1.35rem, 2vw, 1.65rem);
	line-height: 1.12;
}

.fqc-planning-tool-card small {
	color: #62586a;
	font-size: 0.95rem;
	line-height: 1.45;
}

.fqc-planning-tool-card em {
	align-self: end;
	color: #714283;
	font-style: normal;
	font-weight: 850;
}

.fqc-ride-match-app,
.fqc-rm-results-stack,
.fqc-rm-layout__left,
.fqc-rm-layout__right {
	display: grid;
	gap: 1.35rem;
	min-width: 0;
}

.fqc-ride-match-loading,
.fqc-ride-match-noscript {
	padding: 1rem;
	border: 1px solid #eadbd5;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(50, 33, 27, 0.08);
}

.fqc-ride-match-loading {
	display: grid;
	gap: 1rem;
}

.fqc-ride-match-loading__status {
	display: grid;
	gap: 0.75rem;
}

.fqc-ride-match-loading__bar {
	height: 0.35rem;
	border-radius: 999px;
	background: #7b4a8d;
	transform-origin: left center;
	animation: fqc-rm-loading-bar 1.25s ease-in-out infinite alternate;
}

.fqc-ride-match-loading p {
	margin: 0;
	color: #5f5563;
	font-size: 0.92rem;
}

.fqc-ride-match-loading__layout {
	display: grid;
	grid-template-columns: minmax(14rem, 1fr) minmax(0, 3fr);
	gap: clamp(1rem, 3vw, 1.5rem);
	align-items: start;
}

.fqc-ride-match-loading__rail,
.fqc-ride-match-loading__main,
.fqc-ride-match-skeleton-card,
.fqc-ride-match-skeleton-destination,
.fqc-ride-match-skeleton-ride > div {
	display: grid;
	gap: 0.72rem;
}

.fqc-ride-match-skeleton-card,
.fqc-ride-match-skeleton-destination,
.fqc-ride-match-skeleton-ride {
	border: 1px solid rgba(92, 55, 43, 0.08);
	border-radius: 8px;
	background: #fffaf7;
}

.fqc-ride-match-skeleton-card {
	min-height: 9.25rem;
	padding: 1rem;
}

.fqc-ride-match-skeleton-destination {
	min-height: 5.25rem;
	padding: 1rem;
}

.fqc-ride-match-skeleton-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
}

.fqc-ride-match-skeleton-stats span {
	min-height: 4.15rem;
	border-radius: 8px;
	background: #f4ebe6;
	animation: fqc-rm-skeleton-pulse 1.3s ease-in-out infinite;
}

.fqc-ride-match-skeleton-ride {
	display: grid;
	grid-template-columns: minmax(13rem, 38%) minmax(0, 62%);
	min-height: 17rem;
	overflow: hidden;
	background: #fff;
}

.fqc-ride-match-skeleton-ride > span {
	min-height: 100%;
	background: #eadbd5;
	animation: fqc-rm-skeleton-pulse 1.3s ease-in-out infinite;
}

.fqc-ride-match-skeleton-card span,
.fqc-ride-match-skeleton-card strong,
.fqc-ride-match-skeleton-card i,
.fqc-ride-match-skeleton-destination span,
.fqc-ride-match-skeleton-destination strong,
.fqc-ride-match-skeleton-destination i,
.fqc-ride-match-skeleton-ride strong,
.fqc-ride-match-skeleton-ride i {
	display: block;
	height: 0.78rem;
	border-radius: 999px;
	background: #f4ebe6;
	animation: fqc-rm-skeleton-pulse 1.3s ease-in-out infinite;
}

.fqc-ride-match-skeleton-card span,
.fqc-ride-match-skeleton-destination span {
	width: 38%;
	height: 0.64rem;
}

.fqc-ride-match-skeleton-card strong,
.fqc-ride-match-skeleton-destination strong,
.fqc-ride-match-skeleton-ride strong {
	width: 62%;
	height: 1rem;
}

.fqc-ride-match-skeleton-card i:nth-of-type(1),
.fqc-ride-match-skeleton-destination i,
.fqc-ride-match-skeleton-ride i:nth-of-type(1) {
	width: 84%;
}

.fqc-ride-match-skeleton-card i:nth-of-type(2),
.fqc-ride-match-skeleton-ride i:nth-of-type(2) {
	width: 56%;
}

.fqc-ride-match-skeleton-ride > div {
	align-content: center;
	padding: 1.2rem;
}

@keyframes fqc-rm-loading-bar {
	from {
		transform: scaleX(0.35);
		opacity: 0.62;
	}
	to {
		transform: scaleX(1);
		opacity: 1;
	}
}

@keyframes fqc-rm-skeleton-pulse {
	0%,
	100% {
		opacity: 0.58;
	}
	50% {
		opacity: 1;
	}
}

.fqc-rm-layout {
	display: grid;
	grid-template-columns: minmax(15.5rem, 1fr) minmax(0, 3fr);
	gap: clamp(1.25rem, 3vw, 2rem);
	align-items: start;
}

.fqc-rm-progress {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.55rem;
	margin-bottom: 1.1rem;
	padding: 0.55rem;
	border: 1px solid rgba(113, 66, 131, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.68);
	box-shadow: 0 12px 34px rgba(50, 33, 27, 0.05);
}

.fqc-rm-progress__step {
	display: flex;
	gap: 0.48rem;
	align-items: center;
	min-width: 0;
	padding: 0.48rem 0.55rem;
	border-radius: 8px;
	color: #766a78;
	font-size: 0.78rem;
	font-weight: 820;
}

.fqc-rm-progress__step i {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 1.45rem;
	height: 1.45rem;
	border-radius: 999px;
	background: #eee5e1;
	color: #6b5b68;
	font-style: normal;
	font-size: 0.72rem;
}

.fqc-rm-progress__step strong {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fqc-rm-progress__step.is-complete i {
	background: #1f695c;
	color: #fff;
}

.fqc-rm-progress__step.is-complete i::before {
	content: "";
	width: 0.35rem;
	height: 0.65rem;
	margin-top: -0.12rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
}

.fqc-rm-progress__step.is-complete i {
	font-size: 0;
}

.fqc-rm-progress__step.is-current {
	background: #f5e8f8;
	color: #6d3c85;
}

.fqc-rm-panel,
.fqc-rm-destination-card,
.fqc-rm-ride-list,
.fqc-rm-attraction-card {
	border: 1px solid rgba(92, 55, 43, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(50, 33, 27, 0.08);
}

.fqc-rm-panel {
	overflow: hidden;
}

.fqc-rm-panel__header {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	padding: 1.2rem 1.25rem 0.9rem;
}

.fqc-rm-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	justify-content: flex-end;
}

.fqc-rm-panel-toggle {
	display: none;
	min-height: 1.85rem;
	padding: 0.34rem 0.62rem;
	border-color: #eadbd5;
	border-radius: 999px;
	background: #fff;
	color: #6d3c85;
	font-size: 0.72rem;
}

.fqc-rm-panel__header h2,
.fqc-rm-destination-card h2,
.fqc-rm-ride-list__header h2,
.fqc-rm-attraction-card h3,
.fqc-rm-empty h3,
.fqc-rm-result-placeholder h3 {
	margin: 0;
	color: #19161b;
	line-height: 1.12;
	letter-spacing: 0;
}

.fqc-rm-panel__header h2,
.fqc-rm-ride-list__header h2 {
	font-size: 1.2rem;
}

.fqc-rm-panel__header p,
.fqc-rm-destination-card p,
.fqc-rm-destination-card span,
.fqc-rm-ride-list__header p,
.fqc-rm-muted {
	margin: 0;
	color: #756a78;
	font-size: 0.84rem;
	line-height: 1.35;
}

.fqc-rm-panel__header .fqc-rm-section-kicker,
.fqc-rm-destination-card .fqc-rm-section-kicker {
	margin-bottom: 0.35rem;
	color: #6d3c85;
	font-size: 0.66rem;
	line-height: 1;
}

.fqc-rm-button,
.fqc-rm-text-button,
.fqc-rm-upload-button,
.fqc-rm-filter,
.fqc-rm-card-actions button,
.fqc-rm-icon-button,
.fqc-rm-panel-toggle,
.fqc-rm-planning-workflows button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	border: 1px solid transparent;
	font: inherit;
	font-size: 0.86rem;
	font-weight: 750;
	text-decoration: none;
	cursor: pointer;
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.fqc-rm-button {
	min-height: 2.35rem;
	padding: 0.55rem 0.88rem;
	border-radius: 999px;
}

.fqc-rm-button--primary {
	border-color: #714283;
	background: #714283;
	color: #fff;
	box-shadow: 0 10px 24px rgba(113, 66, 131, 0.2);
}

.fqc-rm-button--ghost {
	border-color: #e6d8d0;
	background: #fff;
	color: #4f4654;
}

.fqc-rm-button.is-active {
	border-color: #9ad9c9;
	background: #eafaf5;
	color: #1f695c;
}

.fqc-rm-button:focus-visible,
.fqc-rm-filter:focus-visible,
.fqc-rm-summary-card:focus-visible,
.fqc-rm-card-actions button:focus-visible,
.fqc-rm-party-row:focus-visible,
.fqc-rm-panel-toggle:focus-visible,
.fqc-rm-text-button:focus-visible {
	outline: 3px solid rgba(113, 66, 131, 0.26);
	outline-offset: 3px;
}

.fqc-rm-button:not(:disabled):hover,
.fqc-rm-filter:hover,
.fqc-rm-card-actions button:hover,
.fqc-rm-upload-button:hover,
.fqc-rm-party-row:hover,
.fqc-rm-summary-card:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(50, 33, 27, 0.11);
}

.fqc-rm-text-button {
	min-height: auto;
	padding: 0;
	border: 0;
	background: transparent;
	color: #6d3c85;
}

.fqc-rm-add-button {
	white-space: nowrap;
}

.fqc-rm-text-button--danger {
	color: #a84545;
}

.fqc-rm-icon-button {
	width: 2.2rem;
	height: 2.2rem;
	border-color: #eadbd5;
	border-radius: 999px;
	background: #fff;
	color: #4f4654;
	font-size: 1.15rem;
}

.fqc-rm-panel-toggle {
	display: none;
}

.fqc-rm-count-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 1.75rem;
	padding: 0.25rem 0.65rem;
	border-radius: 999px;
	background: #f5e8f8;
	color: #6d3c85;
	font-size: 0.68rem;
	font-weight: 800;
	text-transform: uppercase;
}

.fqc-rm-profile-list,
.fqc-rm-party-list {
	display: grid;
	gap: 0.2rem;
	padding: 0.3rem 1rem 1rem;
}

.fqc-rm-panel-footer {
	padding: 0 1.25rem 1.1rem;
}

.fqc-rm-profile-row--archived {
	opacity: 0.68;
}

.fqc-rm-profile-row,
.fqc-rm-party-row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.7rem;
	align-items: center;
	width: 100%;
	min-height: 3.9rem;
	padding: 0.65rem;
	border: 1px solid transparent;
	border-radius: 8px;
	background: transparent;
	color: #19161b;
	text-align: left;
	cursor: pointer;
}

.fqc-rm-profile-row {
	grid-template-columns: auto minmax(0, 1fr) auto;
	cursor: default;
}

.fqc-rm-profile-row strong,
.fqc-rm-profile-row small,
.fqc-rm-profile-row em,
.fqc-rm-party-row strong,
.fqc-rm-party-row small {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fqc-rm-profile-row strong,
.fqc-rm-party-row strong {
	font-size: 0.92rem;
}

.fqc-rm-profile-row small,
.fqc-rm-party-row small {
	color: #756a78;
	font-size: 0.68rem;
	font-weight: 750;
	text-transform: uppercase;
}

.fqc-rm-profile-row em {
	color: #8a7d88;
	font-size: 0.72rem;
	font-style: normal;
}

.fqc-rm-chevron {
	color: #4f4654;
	font-size: 1.35rem;
	line-height: 1;
}

.fqc-rm-party-row {
	grid-template-columns: auto auto minmax(0, 1fr);
}

.fqc-rm-party-row__check {
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
	border: 2px solid #d6c5d8;
	border-radius: 999px;
	background: #fff;
}

.fqc-rm-party-row.is-selected .fqc-rm-party-row__check {
	border-color: #714283;
	background: #714283;
}

.fqc-rm-party-row.is-selected .fqc-rm-party-row__check::before {
	content: "";
	position: absolute;
	top: 0.17rem;
	left: 0.35rem;
	width: 0.28rem;
	height: 0.55rem;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.fqc-rm-party-actions {
	display: flex;
	gap: 0.85rem;
	padding: 0 1.25rem 1.15rem;
}

.fqc-rm-empty,
.fqc-rm-result-placeholder {
	display: grid;
	gap: 0.75rem;
	place-items: center;
	padding: clamp(1.6rem, 4vw, 2.7rem);
	text-align: center;
}

.fqc-rm-empty p,
.fqc-rm-result-placeholder p {
	max-width: 30rem;
	margin: 0;
	color: #756a78;
	line-height: 1.5;
}

.fqc-rm-empty__actions,
.fqc-rm-form-actions,
.fqc-rm-avatar-picker__controls,
.fqc-rm-results-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	align-items: center;
}

.fqc-rm-results-actions--print {
	justify-content: flex-end;
}

.fqc-rm-member-form {
	display: grid;
	gap: 1rem;
	margin: 0 1rem 1rem;
	padding: 1rem;
	border: 1px solid #eadbd5;
	border-radius: 8px;
	background: #fff9f6;
}

.fqc-ride-match-shell__inner:has(.fqc-rm-modal-shell) {
	z-index: 100001;
}

.fqc-rm-modal-shell {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: grid;
	place-items: stretch end;
	pointer-events: none;
}

.fqc-rm-modal-backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(27, 20, 29, 0.34);
	backdrop-filter: blur(6px);
	cursor: pointer;
	pointer-events: auto;
}

.fqc-rm-member-drawer,
.fqc-rm-account-drawer,
.fqc-rm-onboarding {
	position: relative;
	z-index: 1;
	width: min(100vw, 34rem);
	height: 100%;
	margin: 0;
	padding: clamp(1rem, 2vw, 1.5rem);
	border: 0;
	border-left: 1px solid #eadbd5;
	border-radius: 0;
	background: #fffaf7;
	box-shadow: -18px 0 46px rgba(50, 33, 27, 0.18);
	overflow-y: auto;
	pointer-events: auto;
	animation: fqc-rm-slide-in 180ms ease-out;
}

.fqc-rm-onboarding {
	align-self: center;
	justify-self: center;
	width: min(92vw, 42rem);
	height: auto;
	max-height: min(90vh, 42rem);
	border: 1px solid #eadbd5;
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(50, 33, 27, 0.22);
}

@keyframes fqc-rm-slide-in {
	from {
		opacity: 0;
		transform: translateX(1rem);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.fqc-rm-drawer-header {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 0.9rem;
	border-bottom: 1px solid #eadbd5;
}

.fqc-rm-drawer-header h2 {
	margin: 0;
	font-size: 1.45rem;
	line-height: 1.12;
}

.fqc-rm-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.fqc-rm-height-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
}

.fqc-rm-member-form label,
.fqc-rm-notes-field,
.fqc-rm-quest-select {
	display: grid;
	gap: 0.35rem;
	color: #4f4654;
	font-size: 0.78rem;
	font-weight: 800;
}

.fqc-rm-member-form input,
.fqc-rm-member-form select,
.fqc-rm-member-form textarea,
.fqc-rm-quest-select select {
	width: 100%;
	border: 1px solid #ddcfc8;
	border-radius: 8px;
	background: #fff;
	color: #19161b;
	font: inherit;
	font-weight: 650;
	line-height: 1.2;
}

.fqc-rm-member-form input,
.fqc-rm-member-form select,
.fqc-rm-quest-select select {
	min-height: 2.65rem;
	padding: 0.62rem 0.75rem;
}

.fqc-rm-member-form textarea {
	padding: 0.72rem 0.75rem;
	resize: vertical;
}

.fqc-rm-inline-status {
	grid-column: 1 / -1;
	margin: 0.35rem 0 0;
	color: #4f4654;
	font-size: 0.88rem;
	font-weight: 800;
}

.fqc-rm-inline-status--error {
	padding: 0.65rem 0.75rem;
	border: 1px solid rgba(157, 51, 41, 0.24);
	border-radius: 8px;
	background: rgba(157, 51, 41, 0.08);
	color: #7b2f28;
}

.fqc-rm-inline-status a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.fqc-ride-match-app.is-fqc-rm-quest-loading .fqc-rm-destination-card,
.fqc-ride-match-app.is-fqc-rm-quest-loading .fqc-rm-main {
	opacity: 0.72;
	pointer-events: none;
	transition: opacity 160ms ease;
}

.fqc-rm-quick-height {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.85rem;
	align-items: center;
	padding: 0.78rem 0.85rem;
	border: 1px solid #eadbd5;
	border-radius: 8px;
	background: #fff;
}

.fqc-rm-quick-height strong,
.fqc-rm-quick-height span {
	display: block;
}

.fqc-rm-quick-height strong {
	color: #19161b;
	font-size: 0.92rem;
}

.fqc-rm-quick-height span {
	color: #756a78;
	font-size: 0.82rem;
	line-height: 1.35;
}

.fqc-rm-quick-height > div:last-child {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: flex-end;
}

.fqc-rm-danger-confirm {
	display: grid;
	gap: 0.8rem;
	padding: 0.85rem;
	border: 1px solid #f0b8b8;
	border-radius: 8px;
	background: #fff0f0;
	color: #3f2424;
}

.fqc-rm-danger-confirm strong,
.fqc-rm-danger-confirm p {
	display: block;
	margin: 0;
}

.fqc-rm-danger-confirm strong {
	color: #7f2d2d;
	font-size: 0.95rem;
}

.fqc-rm-danger-confirm p {
	margin-top: 0.25rem;
	color: #654343;
	font-size: 0.84rem;
	line-height: 1.45;
}

.fqc-rm-danger-confirm > div:last-child {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.fqc-rm-avatar-picker {
	display: grid;
	gap: 0.8rem;
}

.fqc-rm-avatar-picker__preview {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.85rem;
	align-items: center;
}

.fqc-rm-avatar-picker__preview strong,
.fqc-rm-avatar-picker__preview span {
	display: block;
}

.fqc-rm-avatar-picker__preview strong {
	font-size: 1rem;
}

.fqc-rm-avatar-picker__preview span {
	color: #756a78;
	font-weight: 650;
}

.fqc-rm-upload-button {
	position: relative;
	min-height: 2.15rem;
	padding: 0.48rem 0.75rem;
	border-color: #e4d2e8;
	border-radius: 999px;
	background: #f8effb;
	color: #6d3c85;
}

.fqc-rm-upload-button input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.fqc-rm-avatar-options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.fqc-rm-avatar-option {
	padding: 0.12rem;
	border: 2px solid transparent;
	border-radius: 999px;
	background: transparent;
	cursor: pointer;
}

.fqc-rm-avatar-option.is-selected {
	border-color: #714283;
}

.fqc-rm-account-mini,
.fqc-rm-account-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	padding: 0 1.25rem 1.1rem;
}

.fqc-rm-account-mini a,
.fqc-rm-account-grid a {
	color: #6d3c85;
	font-size: 0.84rem;
	font-weight: 800;
	text-decoration: none;
}

.fqc-rm-account-actions {
	padding: 1rem 0;
}

.fqc-rm-account-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem;
	margin: 0.8rem 0 1rem;
}

.fqc-rm-account-grid a {
	padding: 0.78rem 0.85rem;
	border: 1px solid #eadbd5;
	border-radius: 8px;
	background: #fff;
	color: #2a242d;
}

.fqc-rm-onboarding h2 {
	margin: 0 0 1rem;
	font-size: clamp(1.7rem, 4vw, 2.35rem);
	line-height: 1.08;
}

.fqc-rm-onboarding-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
	margin: 1rem 0 1.2rem;
}

.fqc-rm-onboarding-grid div {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.75rem;
	align-items: start;
	padding: 0.9rem;
	border: 1px solid #eadbd5;
	border-radius: 8px;
	background: #fff;
}

.fqc-rm-onboarding-grid strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 999px;
	background: #f5e8f8;
	color: #6d3c85;
}

.fqc-rm-onboarding-grid span {
	color: #4f4654;
	line-height: 1.45;
}

.fqc-rm-avatar {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	box-sizing: border-box;
	width: 3.05rem;
	height: 3.05rem;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #f4dfdf;
	color: #49323f;
	box-shadow: 0 7px 16px rgba(50, 33, 27, 0.12);
	overflow: visible;
}

.fqc-rm-avatar--small {
	width: 2.15rem;
	height: 2.15rem;
	font-size: 0.7rem;
}

.fqc-rm-avatar img {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
}

.fqc-rm-avatar__initials {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	max-width: 100%;
	padding: 0 0.1rem;
	border-radius: inherit;
	font-size: 0.76rem;
	font-weight: 850;
	line-height: 1;
	text-align: center;
}

.fqc-rm-avatar--small .fqc-rm-avatar__initials {
	font-size: 0.68rem;
	padding: 0;
}

.fqc-rm-avatar--coral { background: #f9d9dc; color: #79313e; }
.fqc-rm-avatar--teal { background: #d8f1ea; color: #1f6258; }
.fqc-rm-avatar--indigo { background: #e3e4fb; color: #44447d; }
.fqc-rm-avatar--violet { background: #eadff5; color: #6d3c85; }
.fqc-rm-avatar--blue { background: #dce9f8; color: #31577a; }
.fqc-rm-avatar--green { background: #dcede2; color: #2e6748; }
.fqc-rm-avatar--gold { background: #f8e3b8; color: #775116; }
.fqc-rm-avatar--rose { background: #f4d6df; color: #7f3654; }

.fqc-rm-avatar__status {
	position: absolute;
	right: -0.22rem;
	bottom: -0.22rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.08rem;
	height: 1.08rem;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #0f7a5b;
	color: #fff;
	font-size: 0.62rem;
	font-weight: 900;
	line-height: 1;
}

.fqc-rm-avatar__status--eligible::before,
.fqc-rm-avatar__status--conditional::before {
	content: "";
	width: 0.28rem;
	height: 0.52rem;
	margin-top: -0.08rem;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.fqc-rm-avatar__status--conditional {
	border-color: #f6bf4f;
	background: #0f7a5b;
	box-shadow: 0 0 0 2px #fff;
}

.fqc-rm-avatar__status--ineligible {
	background: #b95454;
}

.fqc-rm-avatar__status--ineligible::before {
	content: "\00d7";
}

.fqc-rm-avatar__status--unknown {
	background: #607083;
}

.fqc-rm-avatar__status--unknown::before {
	content: "?";
}

.fqc-rm-destination-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	padding: 1.25rem;
}

.fqc-rm-destination-card__icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	border-radius: 999px;
	background: #f3e9f7;
	color: #714283;
	font-size: 1.2rem;
}

.fqc-rm-destination-card__icon::before,
.fqc-rm-destination-card__icon::after {
	content: "";
	position: absolute;
	border-radius: 999px;
}

.fqc-rm-destination-card__icon::before {
	width: 1.05rem;
	height: 1.05rem;
	border: 2px solid currentColor;
}

.fqc-rm-destination-card__icon::after {
	width: 0.34rem;
	height: 0.34rem;
	background: currentColor;
}

.fqc-rm-destination-card p {
	margin: 0 0 0.2rem;
	color: #8a6595;
	font-size: 0.65rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fqc-rm-destination-card h2 {
	font-size: 1.2rem;
}

.fqc-rm-destination-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: end;
	justify-content: flex-end;
	max-width: 26rem;
}

.fqc-rm-area-filter {
	grid-column: 1 / -1;
	display: grid;
	gap: 0.45rem;
	padding-top: 0.9rem;
	border-top: 1px solid #f0e5df;
}

.fqc-rm-area-filter > span {
	color: #8a6595;
	font-size: 0.64rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fqc-rm-area-filter > div {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.fqc-rm-area-pill {
	min-height: 2rem;
	padding: 0.38rem 0.72rem;
	border: 1px solid #eadbd5;
	border-radius: 999px;
	background: #fff;
	color: #5b4c5f;
	font-size: 0.76rem;
	font-weight: 800;
	cursor: pointer;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.fqc-rm-area-pill:hover,
.fqc-rm-area-pill:focus-visible {
	border-color: #714283;
	box-shadow: 0 8px 22px rgba(113, 66, 131, 0.12);
	transform: translateY(-1px);
	outline: 0;
}

.fqc-rm-area-pill.is-active {
	border-color: #714283;
	background: #714283;
	color: #fff;
}

.fqc-rm-quest-select select {
	min-width: 10rem;
	border-radius: 999px;
}

.fqc-rm-ride-list {
	padding: 1.2rem;
	animation: fqc-rm-results-reveal 220ms ease-out both;
}

@keyframes fqc-rm-results-reveal {
	from {
		opacity: 0;
		transform: translateY(0.45rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fqc-rm-find-card {
	display: grid;
	gap: 0.8rem;
	padding: clamp(1.1rem, 2vw, 1.4rem);
	border: 1px solid rgba(92, 55, 43, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(50, 33, 27, 0.08);
}

.fqc-rm-find-card h2,
.fqc-rm-find-card p {
	margin: 0;
}

.fqc-rm-find-card h2 {
	color: #19161b;
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	line-height: 1.12;
}

.fqc-rm-find-card > p:not(.fqc-rm-section-kicker):not(.fqc-rm-eligibility-warning) {
	color: #62586a;
	line-height: 1.45;
}

.fqc-rm-eligibility-warning {
	margin: 0 0 1rem;
	padding: 0.55rem 0.7rem;
	border: 1px solid #eadbd5;
	border-radius: 8px;
	background: #fffaf7;
	color: #675b68;
	font-size: 0.76rem;
	line-height: 1.4;
}

.fqc-rm-ride-list__header {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0);
	z-index: 8;
	margin: -1.2rem -1.2rem 1.05rem;
	padding: 1.2rem 1.2rem 0.85rem;
	border-bottom: 1px solid rgba(92, 55, 43, 0.08);
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(12px);
}

.fqc-rm-ride-list__header > div:first-child {
	display: flex;
	gap: 0.75rem;
	align-items: baseline;
}

.fqc-rm-ride-list__header h2 {
	font-size: clamp(1.55rem, 3vw, 2rem);
}

.fqc-rm-filter-group {
	display: inline-flex;
	gap: 0.35rem;
	align-items: center;
}

.fqc-rm-filter {
	min-height: 2rem;
	padding: 0.4rem 0.78rem;
	border-color: #eadbd5;
	border-radius: 999px;
	background: #fff;
	color: #4f4654;
}

.fqc-rm-filter.is-active {
	border-color: #714283;
	background: #714283;
	color: #fff;
}

.fqc-rm-outlook {
	display: grid;
	gap: 1.05rem;
	margin: 1.05rem 0 1.3rem;
}

.fqc-rm-outlook .fqc-rm-section-kicker {
	margin: 0;
	color: #171219;
	font-size: clamp(1rem, 1.9vw, 1.18rem);
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.2;
}

.fqc-rm-sort-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	margin: 0 0 1rem;
	padding-top: 0.15rem;
}

.fqc-rm-sort-row button {
	padding: 0;
	border: 0;
	background: transparent;
	color: #714283;
	font-size: 0.82rem;
	font-weight: 850;
	text-decoration: underline;
	text-underline-offset: 0.18em;
	cursor: pointer;
}

.fqc-rm-sort-row button:hover,
.fqc-rm-sort-row button:focus-visible {
	color: #4f2e5c;
	outline: 0;
}

.fqc-rm-sort-row button.is-active {
	color: #19161b;
	text-decoration: none;
}

.fqc-rm-planning-board {
	display: grid;
	gap: 0.85rem;
	margin-bottom: 1.3rem;
	padding: 1rem;
	border: 1px solid #eadbd5;
	border-radius: 8px;
	background: #fffaf7;
}

.fqc-rm-planning-board__header {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
}

.fqc-rm-planning-board__header h3 {
	margin: 0;
	color: #19161b;
	font-size: 1.08rem;
	line-height: 1.15;
}

.fqc-rm-planning-style {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	align-items: center;
	padding: 0.56rem 0.66rem;
	border: 1px solid rgba(113, 66, 131, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
	color: #5f5563;
	font-size: 0.78rem;
}

.fqc-rm-planning-style > span {
	color: #6d3c85;
	font-size: 0.66rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fqc-rm-planning-style strong {
	display: inline-flex;
	align-items: center;
	min-height: 1.65rem;
	padding: 0.24rem 0.56rem;
	border-radius: 999px;
	background: #f3e9f7;
	color: #51315e;
	font-size: 0.72rem;
	font-weight: 750;
}

.fqc-rm-planning-style a {
	margin-left: auto;
	color: #714283;
	font-size: 0.75rem;
	font-weight: 800;
	text-decoration: none;
}

.fqc-rm-planning-style a:hover {
	text-decoration: underline;
}

.fqc-rm-planning-board__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.65rem;
}

.fqc-rm-planning-card {
	display: grid;
	gap: 0.25rem;
	min-height: 6.4rem;
	padding: 0.72rem;
	border: 1px solid #eadbd5;
	border-radius: 8px;
	background: #fff;
	color: #4f4654;
	text-align: left;
	cursor: pointer;
	transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.fqc-rm-planning-card:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(50, 33, 27, 0.1);
}

.fqc-rm-planning-card.is-active {
	border-color: #714283;
	background: #fbf8fc;
	box-shadow: 0 14px 30px rgba(113, 66, 131, 0.13);
}

.fqc-rm-planning-card span {
	color: #6d3c85;
	font-size: 0.72rem;
	font-weight: 850;
	line-height: 1.25;
	text-transform: uppercase;
}

.fqc-rm-planning-card strong {
	color: #19161b;
	font-size: 1.45rem;
	line-height: 1;
}

.fqc-rm-planning-card small {
	color: #756a78;
	font-size: 0.72rem;
	line-height: 1.35;
}

.fqc-rm-suggested-order {
	display: grid;
	gap: 0.75rem;
	padding: 0.85rem;
	border: 1px solid #eadbd5;
	border-radius: 8px;
	background: #fff;
}

.fqc-rm-suggested-order__header {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
}

.fqc-rm-suggested-order__header h4,
.fqc-rm-suggested-order__header p {
	margin: 0;
}

.fqc-rm-suggested-order__header h4 {
	color: #19161b;
	font-size: 1rem;
	line-height: 1.2;
}

.fqc-rm-suggested-order__header p {
	margin-top: 0.18rem;
	color: #756a78;
	font-size: 0.82rem;
	line-height: 1.35;
}

.fqc-rm-suggested-order__header > div:last-child {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: flex-end;
}

.fqc-rm-suggested-order__list {
	display: grid;
	gap: 0.48rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fqc-rm-suggested-order__list li {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.65rem;
	align-items: center;
	padding: 0.55rem 0.65rem;
	border: 1px solid #eee5e1;
	border-radius: 8px;
	background: #fffaf7;
}

.fqc-rm-suggested-order__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 999px;
	background: #f3e9f7;
	color: #6d3c85;
	font-size: 0.78rem;
	font-weight: 850;
}

.fqc-rm-suggested-order__main {
	display: grid;
	gap: 0.08rem;
	min-width: 0;
}

.fqc-rm-suggested-order__main strong,
.fqc-rm-suggested-order__main small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fqc-rm-suggested-order__main strong {
	color: #19161b;
	font-size: 0.9rem;
}

.fqc-rm-suggested-order__main small {
	color: #756a78;
	font-size: 0.74rem;
}

.fqc-rm-summary-grid {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(0.72rem, 2vw, 1.35rem);
	align-items: center;
}

.fqc-rm-summary-card {
	position: relative;
	display: inline-flex;
	gap: 0.42rem;
	align-items: center;
	justify-content: center;
	min-height: 2rem;
	padding: 0.38rem 0.92rem;
	border: 1px solid #eadbd5;
	border-radius: 999px;
	background: #fff;
	color: inherit;
	text-align: center;
	cursor: pointer;
	box-shadow: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease, color 160ms ease;
}

.fqc-rm-summary-card span {
	max-width: none;
	color: currentColor;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: none;
}

.fqc-rm-summary-card strong {
	color: currentColor;
	font-size: 0.78rem;
	font-weight: 950;
	line-height: 1;
}

.fqc-rm-summary-card.is-active {
	box-shadow: none;
}

.fqc-rm-summary-card__icon {
	position: relative;
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 1.02rem;
	height: 1.02rem;
	color: currentColor;
}

.fqc-rm-summary-card__icon::before {
	content: "";
	width: 100%;
	height: 100%;
	background: currentColor;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
}

.fqc-rm-summary-card__icon--everyone::before {
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8.4 12.2 2.4 2.4 4.9-5.2'/%3E%3C/g%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8.4 12.2 2.4 2.4 4.9-5.2'/%3E%3C/g%3E%3C/svg%3E");
}

.fqc-rm-summary-card__icon--companion::before {
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9.5' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.85'/%3E%3Cpath d='M16 3.2a4 4 0 0 1 0 7.6'/%3E%3C/g%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9.5' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.85'/%3E%3Cpath d='M16 3.2a4 4 0 0 1 0 7.6'/%3E%3C/g%3E%3C/svg%3E");
}

.fqc-rm-summary-card__icon--restricted::before {
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='m8 7 4-4 4 4'/%3E%3Cpath d='m16 17-4 4-4-4'/%3E%3C/g%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='m8 7 4-4 4 4'/%3E%3Cpath d='m16 17-4 4-4-4'/%3E%3C/g%3E%3C/svg%3E");
}

.fqc-rm-summary-card__icon--unknown::before {
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M9.4 9a3 3 0 0 1 5.3 2c0 2-2.7 2.2-2.7 4'/%3E%3Cpath d='M12 18h.01'/%3E%3C/g%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M9.4 9a3 3 0 0 1 5.3 2c0 2-2.7 2.2-2.7 4'/%3E%3Cpath d='M12 18h.01'/%3E%3C/g%3E%3C/svg%3E");
}

.fqc-rm-summary-card__icon--stale::before {
	border-style: dashed;
}

.fqc-rm-summary-card__icon--review::before {
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 17h16'/%3E%3C/g%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 17h16'/%3E%3C/g%3E%3C/svg%3E");
}

.fqc-rm-summary-card__icon--all::before {
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 17h16'/%3E%3C/g%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 17h16'/%3E%3C/g%3E%3C/svg%3E");
}

.fqc-rm-summary-card--green { border-color: #2f6f64; background: #2f6f64; color: #fff; }
.fqc-rm-summary-card--red { border-color: #f04444; background: #fff0ef; color: #ac0612; }
.fqc-rm-summary-card--amber { border-color: #efbe73; background: #ffefd2; color: #73634c; }
.fqc-rm-summary-card--blue { border-color: #a6d2cc; background: #dff1ed; color: #5e6c68; }
.fqc-rm-summary-card--violet { border-color: #f2c2ff; background: #f7d5ff; color: #141018; }

.fqc-rm-summary-card--green.is-active { border-color: #2f6f64; background: #2f6f64; color: #fff; }
.fqc-rm-summary-card--red.is-active { border-color: #f04444; background: #fff0ef; color: #ac0612; }
.fqc-rm-summary-card--amber.is-active { border-color: #efbe73; background: #ffefd2; color: #73634c; }
.fqc-rm-summary-card--blue.is-active { border-color: #a6d2cc; background: #dff1ed; color: #5e6c68; }
.fqc-rm-summary-card--violet.is-active { border-color: #f2c2ff; background: #f7d5ff; color: #141018; }

.fqc-rm-summary-card--insight {
	display: block;
	cursor: default;
}

.fqc-rm-summary-card--insight:hover {
	transform: none;
	box-shadow: none;
}

.fqc-rm-summary-card--insight p {
	margin: 0;
	color: #3f3744;
	font-size: 0.78rem;
	line-height: 1.35;
}

.fqc-rm-almost-ready {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.7rem;
	align-items: center;
	margin-top: 0.75rem;
	padding: 0.72rem 0.85rem;
	border: 1px solid #e8d8ee;
	border-radius: 8px;
	background: linear-gradient(135deg, #fff, #fbf4ff);
	color: #43384a;
}

.fqc-rm-almost-ready strong {
	color: #6d3c85;
	font-size: 0.74rem;
	font-weight: 880;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fqc-rm-almost-ready p {
	margin: 0;
	color: #5b5260;
	font-size: 0.84rem;
	line-height: 1.4;
}

.fqc-rm-attraction-grid {
	display: grid;
	gap: 1.35rem;
}

.fqc-rm-area-heading {
	margin: 0.25rem 0 -0.4rem;
	color: #714283;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fqc-rm-attraction-card {
	display: grid;
	grid-template-columns: minmax(15rem, 38%) minmax(0, 62%);
	min-height: 13rem;
	overflow: hidden;
	animation: fqc-rm-card-enter 180ms ease-out both;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.fqc-rm-attraction-card:hover {
	transform: translateY(-1px);
	box-shadow: 0 22px 52px rgba(50, 33, 27, 0.12);
}

.fqc-rm-attraction-card:nth-child(2) {
	animation-delay: 24ms;
}

.fqc-rm-attraction-card:nth-child(3) {
	animation-delay: 48ms;
}

.fqc-rm-attraction-card:nth-child(4) {
	animation-delay: 72ms;
}

@keyframes fqc-rm-card-enter {
	from {
		opacity: 0;
		transform: translateY(0.35rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fqc-rm-attraction-card__media {
	position: relative;
	display: block;
	min-height: 100%;
	background:
		linear-gradient(135deg, rgba(113, 66, 131, 0.12), rgba(33, 94, 78, 0.12)),
		#eadbd5;
	background-position: center;
	background-size: cover;
	transition: transform 220ms ease, filter 220ms ease;
	will-change: transform;
}

.fqc-rm-attraction-card:hover .fqc-rm-attraction-card__media {
	transform: scale(1.01);
	filter: saturate(1.04);
}

.fqc-rm-attraction-card__media span {
	position: absolute;
	top: 0.8rem;
	left: 0.8rem;
	max-width: calc(100% - 1.6rem);
	padding: 0.35rem 0.68rem;
	border-radius: 999px;
	background: rgba(25, 22, 27, 0.78);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.fqc-rm-attraction-card__body {
	display: grid;
	gap: 0.9rem;
	align-content: start;
	padding: clamp(1rem, 2vw, 1.45rem);
}

.fqc-rm-attraction-card__top {
	display: flex;
	gap: 1rem;
	align-items: start;
	justify-content: space-between;
}

.fqc-rm-tag-row,
.fqc-rm-action-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.fqc-rm-tag-row span,
.fqc-rm-action-chip-row span {
	display: inline-flex;
	align-items: center;
	min-height: 1.45rem;
	padding: 0.24rem 0.58rem;
	border-radius: 999px;
	background: #eee5e1;
	color: #4c4146;
	font-size: 0.64rem;
	font-weight: 820;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.fqc-rm-action-chip-row span {
	background: #eef7f1;
	color: #285c43;
	letter-spacing: 0;
	text-transform: none;
}

.fqc-rm-card-actions {
	display: flex;
	gap: 0.35rem;
	flex: 0 0 auto;
}

.fqc-rm-card-actions button {
	width: 2rem;
	height: 2rem;
	border-color: transparent;
	border-radius: 999px;
	background: #fff;
	color: #2c2730;
	font-size: 1rem;
	line-height: 1;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.fqc-rm-card-actions button.is-active {
	border-color: #714283;
	background: #f5e8f8;
	color: #714283;
	box-shadow: 0 8px 22px rgba(113, 66, 131, 0.14);
	animation: fqc-rm-heart-pop 220ms ease-out;
}

.fqc-rm-card-actions__expand {
	border-color: #eadbd5 !important;
}

.fqc-rm-card-actions__expand .fqc-rm-chevron {
	display: block;
	width: 0.72rem;
	height: 0.72rem;
	margin-top: -0.18rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform 160ms ease, margin 160ms ease;
}

.fqc-rm-card-actions__expand[aria-expanded="true"] .fqc-rm-chevron {
	margin-top: 0.22rem;
	transform: rotate(225deg);
}

@keyframes fqc-rm-heart-pop {
	0% { transform: scale(0.86); }
	55% { transform: scale(1.12); }
	100% { transform: scale(1); }
}

.fqc-rm-details-link {
	justify-self: start;
}

.fqc-rm-card-footer-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.25rem;
}

.fqc-rm-card-footer-actions .fqc-rm-button.is-active {
	border-color: #9ad9c9;
	background: #eafaf5;
	color: #1f695c;
}

.fqc-rm-attraction-details {
	display: grid;
	gap: 0.85rem;
	padding-top: 0.85rem;
	border-top: 1px solid #eadbd5;
	animation: fqc-rm-detail-open 140ms ease-out;
}

@keyframes fqc-rm-detail-open {
	from {
		opacity: 0;
		transform: translateY(-0.25rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fqc-rm-planning-workflows {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.fqc-rm-planning-workflows button,
.fqc-rm-planning-workflows span {
	min-height: 2rem;
	padding: 0.42rem 0.68rem;
	border: 1px solid #e5d8cf;
	border-radius: 999px;
	background: #fff8f3;
	color: #5a3a2e;
	font-size: 0.76rem;
	font-weight: 800;
}

.fqc-rm-planning-workflows button.is-active {
	border-color: #714283;
	background: #f5e8f8;
	color: #6d3c85;
}

.fqc-rm-planning-workflows span {
	background: #edf8f2;
	color: #1f695c;
}

.fqc-rm-attraction-card h3 {
	font-size: clamp(1.32rem, 2.1vw, 1.7rem);
}

.fqc-rm-attraction-card h3 a {
	color: inherit;
	text-decoration: none;
}

.fqc-rm-insight-box {
	padding: 0.78rem 0.9rem;
	border: 1px solid #e5dbe8;
	border-radius: 8px;
	background: #fbf8fc;
}

.fqc-rm-insight-box strong {
	display: block;
	margin-bottom: 0.22rem;
	color: #6d3c85;
	font-size: 0.9rem;
}

.fqc-rm-insight-box p,
.fqc-rm-supporting-copy {
	margin: 0;
	color: #554d58;
	font-size: 0.88rem;
	line-height: 1.45;
}

.fqc-rm-rule-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.4rem;
}

.fqc-rm-rule-strip span {
	display: grid;
	gap: 0.08rem;
	min-width: 0;
	min-height: 3rem;
	padding: 0.5rem 0.6rem;
	border: 1px solid #eee5e1;
	border-radius: 8px;
	background: #fffaf7;
	color: #554d58;
	font-size: 0.72rem;
	line-height: 1.32;
}

.fqc-rm-rule-strip strong {
	color: #6d3c85;
	font-size: 0.64rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fqc-rm-restrictions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	padding-top: 0.85rem;
	border-top: 1px solid #eee5e1;
}

.fqc-rm-restriction-item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.65rem;
	align-items: start;
}

.fqc-rm-restriction-icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 1.8rem;
	height: 1.8rem;
	border: 1px solid #eadbd5;
	border-radius: 8px;
	color: #19161b;
	font-size: 1.2rem;
}

.fqc-rm-restriction-icon--height::before {
	content: "";
	width: 0.3rem;
	height: 1.12rem;
	border-top: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	box-shadow: inset 2px 0 0 currentColor;
}

.fqc-rm-restriction-icon--companion::before,
.fqc-rm-restriction-icon--companion::after {
	content: "";
	position: absolute;
	width: 0.34rem;
	height: 0.34rem;
	border-radius: 999px;
	background: currentColor;
	box-shadow: 0 0.5rem 0 0 currentColor;
}

.fqc-rm-restriction-icon--companion::before {
	left: 0.48rem;
}

.fqc-rm-restriction-icon--companion::after {
	right: 0.48rem;
}

.fqc-rm-restriction-item strong {
	display: block;
	margin-bottom: 0.18rem;
	color: #19161b;
	font-size: 0.9rem;
}

.fqc-rm-restriction-item p {
	margin: 0;
	color: #554d58;
	font-size: 0.84rem;
	line-height: 1.45;
}

.fqc-rm-planning-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
}

.fqc-rm-planning-facts span {
	display: grid;
	gap: 0.12rem;
	padding: 0.6rem 0.7rem;
	border: 1px solid #e5d8cf;
	border-radius: 8px;
	background: #fff8f3;
	color: #4f4654;
	font-size: 0.78rem;
	line-height: 1.35;
}

.fqc-rm-planning-facts strong {
	color: #6d3c85;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fqc-rm-compatibility {
	padding-top: 0.85rem;
	border-top: 1px solid #eee5e1;
}

.fqc-rm-compatibility > p {
	margin: 0 0 0.65rem;
	color: #62586a;
	font-size: 0.65rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fqc-rm-compatibility__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
	gap: 0.6rem;
}

.fqc-rm-compatibility__person {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.5rem;
	align-items: center;
}

.fqc-rm-compatibility__person strong,
.fqc-rm-compatibility__person small {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fqc-rm-compatibility__person strong {
	color: #19161b;
	font-size: 0.78rem;
}

.fqc-rm-compatibility__person small {
	color: #756a78;
	font-size: 0.7rem;
}

.fqc-rm-compatibility--compact {
	display: grid;
	gap: 0.5rem;
}

.fqc-rm-compatibility--compact > p {
	margin-bottom: 0;
}

.fqc-rm-compatibility__summary {
	display: flex;
	gap: 0.9rem;
	align-items: center;
	min-width: 0;
}

.fqc-rm-compatibility__summary strong {
	min-width: 0;
	color: #1f2733;
	font-size: clamp(0.95rem, 1.8vw, 1.12rem);
	font-weight: 760;
	line-height: 1.25;
}

.fqc-rm-compatibility--all-clear .fqc-rm-compatibility__summary strong {
	color: #0f6f55;
}

.fqc-rm-compatibility--conditional .fqc-rm-compatibility__summary strong,
.fqc-rm-compatibility--unknown .fqc-rm-compatibility__summary strong {
	color: #b56200;
}

.fqc-rm-compatibility--limited .fqc-rm-compatibility__summary strong {
	color: #9a1f15;
}

.fqc-rm-compatibility__avatars {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	min-width: 0;
	padding-left: 0.08rem;
}

.fqc-rm-compatibility__avatars .fqc-rm-avatar,
.fqc-rm-compatibility__overflow {
	width: 2.35rem;
	height: 2.35rem;
	margin-left: -0.42rem;
	border: 2px solid #fff;
	box-shadow: 0 8px 18px rgba(50, 33, 27, 0.14);
}

.fqc-rm-compatibility__avatars .fqc-rm-avatar:first-child,
.fqc-rm-compatibility__overflow:first-child {
	margin-left: 0;
}

.fqc-rm-compatibility__avatars .fqc-rm-avatar__initials {
	font-size: 0.78rem;
}

.fqc-rm-compatibility__avatars .fqc-rm-avatar__status {
	right: -0.26rem;
	bottom: -0.2rem;
	width: 1.12rem;
	height: 1.12rem;
}

.fqc-rm-compatibility__avatars .fqc-rm-avatar__status--conditional,
.fqc-rm-compatibility__avatars .fqc-rm-avatar__status--unknown {
	border-color: #fff;
	background: #f3a833;
	color: #fff;
	box-shadow: 0 0 0 2px #fff;
}

.fqc-rm-compatibility__avatars .fqc-rm-avatar__status--conditional::before,
.fqc-rm-compatibility__avatars .fqc-rm-avatar__status--unknown::before {
	content: "!";
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1;
	transform: none;
}

.fqc-rm-compatibility__overflow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #f3e9f7;
	color: #6d3c85;
	font-size: 0.78rem;
	font-weight: 900;
}

.fqc-rm-print-plan {
	display: none;
}

@media (max-width: 1180px) {
	.fqc-account-main {
		padding: 2.5rem 2rem 4rem;
	}

	.fqc-account-dashboard__summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fqc-account-dashboard__panels {
		grid-template-columns: 1fr;
	}

	.fqc-account-favorite-filter-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fqc-account-favorite-sort {
		justify-self: start;
	}

	.fqc-account-favorite-group-tabs {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}

	.fqc-rm-layout {
		grid-template-columns: 1fr;
	}

	.fqc-rm-progress {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fqc-rm-layout__left {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fqc-rm-summary-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.fqc-rm-planning-board__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.fqc-account-layout {
		grid-template-columns: 1fr;
	}

	.fqc-account-sidebar {
		position: static;
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid #e4d5cf;
		box-shadow: 0 8px 24px rgba(50, 33, 27, 0.06);
	}

	.fqc-account-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fqc-account-nav__heading,
	.fqc-account-nav a.has-divider {
		grid-column: 1 / -1;
	}

	.fqc-account-main {
		padding: 2.25rem 1.25rem 3.5rem;
	}

	.fqc-account-dashboard__hero,
	.fqc-account-favorite-page-header {
		align-items: stretch;
		flex-direction: column;
	}

	.fqc-account-dashboard__action,
	.fqc-account-favorite-review {
		align-self: flex-start;
	}

	.fqc-account-dashboard__summary {
		grid-template-columns: 1fr;
	}

	.fqc-account-dashboard__panels,
	.fqc-account-favorite-filter-row,
	.fqc-account-arcade-summary,
	.fqc-account-arcade-leaderboards {
		grid-template-columns: 1fr;
	}

	.fqc-account-favorite-group-tabs {
		justify-content: flex-start;
	}

	.fqc-account-panel {
		align-items: flex-start;
		flex-direction: column;
	}

	.fqc-account-profile-layout,
	.fqc-account-profile-insights__grid,
	.fqc-account-pro-card {
		grid-template-columns: 1fr;
	}

	.fqc-account-profile-layout .fqc-account-member-form {
		position: static;
	}

	.fqc-account-section__header,
	.fqc-account-privacy-card,
	.fqc-rm-planning-board__header,
	.fqc-rm-suggested-order__header,
	.fqc-rm-quick-height {
		align-items: stretch;
		flex-direction: column;
		grid-template-columns: 1fr;
	}

	.fqc-account-list-row--with-actions {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.fqc-account-row-actions {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}

	.fqc-account-pro-card .fqc-rm-button {
		justify-self: stretch;
		justify-content: center;
		width: 100%;
	}

	.fqc-rm-quick-height > div:last-child {
		justify-content: flex-start;
	}

	.fqc-rm-layout__left,
	.fqc-ride-match-loading__layout,
	.fqc-rm-form-grid,
	.fqc-rm-restrictions,
	.fqc-rm-planning-facts,
	.fqc-rm-destination-card {
		grid-template-columns: 1fr;
	}

	.fqc-ride-match-skeleton-ride {
		grid-template-columns: 1fr;
	}

	.fqc-ride-match-skeleton-ride > span {
		min-height: 12rem;
	}

	.fqc-rm-layout__right,
	.fqc-rm-results-stack {
		display: contents;
	}

	.fqc-rm-destination-card {
		order: 1;
	}

	.fqc-rm-layout__left {
		order: 2;
	}

	.fqc-rm-ride-list {
		order: 3;
	}

	.fqc-rm-destination-card__actions {
		justify-content: stretch;
		max-width: none;
	}

	.fqc-rm-attraction-card {
		grid-template-columns: 1fr;
	}

	.fqc-rm-attraction-card__media {
		min-height: 15rem;
	}
}

@media (max-width: 620px) {
	.fqc-account-shell > .fqc-container {
		padding-top: 2rem;
		padding-bottom: 3rem;
	}

	.fqc-account-hero h1,
	.fqc-account-dashboard__hero h1,
	.fqc-account-favorite-page-header h1 {
		font-size: 2.4rem;
	}

	.fqc-account-sidebar {
		padding: 1.4rem 1rem;
	}

	.fqc-account-nav,
	.fqc-account-dashboard__summary {
		grid-template-columns: 1fr;
	}

	.fqc-account-favorite-card {
		grid-template-columns: 4.8rem minmax(0, 1fr);
	}

	.fqc-account-favorite-card__thumb {
		width: 4.6rem;
		height: 4.6rem;
	}

	.fqc-account-favorite-card__button {
		grid-column: 1 / -1;
		justify-self: stretch;
		width: 100%;
	}

	.fqc-account-favorite-card__body,
	.fqc-account-favorite-card__meta,
	.fqc-account-favorite-card__title-row,
	.fqc-account-favorite-card h5,
	.fqc-account-favorite-card h5 a,
	.fqc-account-favorite-card__quest,
	.fqc-account-favorite-card__location,
	.fqc-account-list-row strong,
	.fqc-account-list-row small {
		white-space: normal;
	}

	.fqc-account-favorite-card h5 a,
	.fqc-account-list-row strong,
	.fqc-account-list-row small {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.fqc-account-row-actions {
		gap: 0.65rem;
	}

	.fqc-account-row-actions .fqc-rm-button {
		min-height: 2.75rem;
	}

	.fqc-account-form-grid {
		grid-template-columns: 1fr;
	}

	.fqc-account-member-form__header {
		align-items: flex-start;
	}

	.fqc-account-profile-heading,
	.fqc-account-profile-card {
		align-items: flex-start;
		grid-template-columns: 1fr;
	}

	.fqc-account-profile-card__actions {
		justify-self: start;
	}

	.fqc-account-profile-layout .fqc-account-form-grid {
		grid-template-columns: 1fr;
	}

	.fqc-ride-match-shell {
		padding-top: 1.5rem;
	}

	.fqc-ride-match-hero h1 {
		font-size: 2.55rem;
	}

	.fqc-rm-ride-list,
	.fqc-rm-panel__header,
	.fqc-rm-destination-card {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.fqc-rm-ride-list__header,
	.fqc-rm-results-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.fqc-rm-ride-list__header {
		position: static;
		z-index: auto;
	}

	.fqc-rm-ride-list__header > div:first-child {
		display: block;
	}

	.fqc-rm-filter-group {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fqc-rm-panel-toggle {
		display: inline-flex;
	}

	.fqc-rm-panel.is-collapsed .fqc-rm-panel__collapsible {
		display: none;
	}

	.fqc-rm-compatibility__grid {
		grid-template-columns: 1fr;
	}

	.fqc-rm-summary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fqc-ride-match-skeleton-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fqc-rm-planning-board__grid {
		grid-template-columns: 1fr;
	}

	.fqc-rm-planning-style {
		align-items: stretch;
		flex-direction: column;
	}

	.fqc-rm-planning-style strong,
	.fqc-rm-planning-style a {
		justify-content: center;
		width: 100%;
	}

	.fqc-rm-planning-style a {
		margin-left: 0;
	}

	.fqc-rm-suggested-order__list li {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.fqc-rm-suggested-order__list .fqc-rm-text-button {
		grid-column: 1 / -1;
		justify-self: stretch;
		width: 100%;
	}

	.fqc-rm-summary-card {
		min-height: 2rem;
		padding: 0.38rem 0.78rem;
	}

	.fqc-rm-summary-card--insight {
		grid-column: 1 / -1;
	}

	.fqc-rm-member-drawer,
	.fqc-rm-account-drawer {
		width: 100vw;
	}

	.fqc-rm-form-grid,
	.fqc-account-form-grid,
	.fqc-rm-rule-strip,
	.fqc-rm-account-grid,
	.fqc-rm-onboarding-grid {
		grid-template-columns: 1fr;
	}

	.fqc-rm-card-footer-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.fqc-rm-card-footer-actions .fqc-rm-button,
	.fqc-rm-card-footer-actions .fqc-rm-text-button {
		width: 100%;
	}

	.fqc-rm-attraction-card__top {
		align-items: stretch;
		flex-direction: column;
	}

	.fqc-rm-card-actions {
		justify-content: flex-end;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fqc-rm-button,
	.fqc-rm-text-button,
	.fqc-rm-upload-button,
	.fqc-rm-filter,
	.fqc-rm-area-pill,
	.fqc-rm-card-actions button,
	.fqc-rm-profile-row,
	.fqc-rm-party-row,
	.fqc-rm-summary-card,
	.fqc-rm-ride-list,
	.fqc-rm-attraction-card,
	.fqc-rm-attraction-card__media,
	.fqc-rm-attraction-details {
		transition: none;
	}

	.fqc-ride-match-loading__bar,
	.fqc-ride-match-skeleton-stats span,
	.fqc-ride-match-skeleton-ride > span,
	.fqc-ride-match-skeleton-card span,
	.fqc-ride-match-skeleton-card strong,
	.fqc-ride-match-skeleton-card i,
	.fqc-ride-match-skeleton-destination span,
	.fqc-ride-match-skeleton-destination strong,
	.fqc-ride-match-skeleton-destination i,
	.fqc-ride-match-skeleton-ride strong,
	.fqc-ride-match-skeleton-ride i,
	.fqc-rm-member-drawer,
	.fqc-rm-account-drawer,
	.fqc-rm-onboarding,
	.fqc-rm-ride-list,
	.fqc-rm-attraction-card,
	.fqc-rm-attraction-details {
		animation: none;
	}

	.fqc-ride-match-loading__bar {
		transform: none;
	}
}

@page {
	size: letter;
	margin: 0.45in;
}

@media print {
	.site-utility-bar,
	.site-header,
	.site-footer,
	.fqc-ride-match-hero,
	.fqc-rm-progress,
	.fqc-rm-layout__left,
	.fqc-rm-destination-card,
	.fqc-rm-ride-list__header,
	.fqc-rm-outlook,
	.fqc-rm-attraction-grid {
		display: none !important;
	}

	body,
	.fqc-family-ride-match-page,
	.fqc-ride-match-shell {
		background: #fbf3ee !important;
		color: #19161b !important;
	}

	.fqc-ride-match-shell {
		padding: 0 !important;
	}

	.fqc-container,
	.fqc-ride-match-shell__inner {
		width: 100% !important;
		max-width: none !important;
		padding: 0 !important;
	}

	.fqc-rm-layout,
	.fqc-rm-layout__right,
	.fqc-rm-results-stack,
	.fqc-rm-ride-list {
		display: block !important;
	}

	.fqc-rm-ride-list {
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	.fqc-rm-print-plan {
		display: block !important;
	}

	.fqc-rm-print-plan__sheet {
		position: relative;
		max-width: 7.45in;
		min-height: 9.6in;
		margin: 0 auto;
		padding: 0.38in;
		border-radius: 8px;
		background: #fff;
		box-shadow: 0 14px 32px rgba(50, 33, 27, 0.16);
		overflow: hidden;
	}

	.fqc-rm-print-plan__sheet::before {
		content: "";
		position: absolute;
		inset: 0 0 auto;
		height: 0.08in;
		background: linear-gradient(90deg, #714283, #d7a04d, #2f795e);
	}

	.fqc-rm-print-header {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 1rem;
		align-items: start;
		padding: 0.2in 0 0.28in;
		border-bottom: 1px solid #eadbd5;
	}

	.fqc-rm-print-header p {
		margin: 0 0 0.08in;
		color: #714283;
		font-size: 16pt;
		font-weight: 800;
	}

	.fqc-rm-print-header h2 {
		margin: 0;
		color: #19161b;
		font-size: 24pt;
		line-height: 1.05;
	}

	.fqc-rm-print-header div:last-child {
		text-align: right;
	}

	.fqc-rm-print-header strong,
	.fqc-rm-print-header span,
	.fqc-rm-print-header small {
		display: block;
	}

	.fqc-rm-print-header strong {
		font-size: 13pt;
	}

	.fqc-rm-print-header span,
	.fqc-rm-print-header small {
		color: #5b535d;
		font-size: 8.5pt;
		text-transform: uppercase;
	}

	.fqc-rm-print-party {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 0.25in;
		align-items: center;
		margin: 0.32in 0;
		padding: 0.22in;
		border-radius: 8px;
		background: #fbf0eb;
	}

	.fqc-rm-print-party__people,
	.fqc-rm-print-stats {
		display: flex;
		gap: 0.16in;
		align-items: center;
	}

	.fqc-rm-print-party__people div {
		display: grid;
		gap: 0.03in;
		justify-items: center;
		min-width: 0.65in;
		text-align: center;
	}

	.fqc-rm-print-party__people strong,
	.fqc-rm-print-party__people span {
		display: block;
		font-size: 8pt;
	}

	.fqc-rm-print-party__people span {
		color: #5b535d;
	}

	.fqc-rm-print-stats {
		padding: 0.12in 0.16in;
		border: 1px solid #eadbd5;
		border-radius: 8px;
		background: #fff;
	}

	.fqc-rm-print-stats span {
		display: grid;
		gap: 0.02in;
		min-width: 0.72in;
		color: #3f3744;
		font-size: 7pt;
		text-align: center;
		text-transform: uppercase;
	}

	.fqc-rm-print-stats strong {
		color: #0f6b51;
		font-size: 16pt;
	}

	.fqc-rm-print-warning {
		margin: 0 0 0.18in;
		padding: 0.08in 0.1in;
		border: 1px solid #eadbd5;
		border-radius: 6px;
		background: #fffaf7;
		color: #5f5563;
		font-size: 7pt;
		line-height: 1.35;
	}

	.fqc-rm-print-section {
		margin: 0 0 0.28in;
		break-inside: avoid;
	}

	.fqc-rm-print-section h3,
	.fqc-rm-print-strategy h3 {
		margin: 0 0 0.12in;
		color: #19161b;
		font-size: 14pt;
	}

	.fqc-rm-print-plan-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.12in;
	}

	.fqc-rm-print-plan-group {
		padding: 0.1in;
		border: 1px solid #eadbd5;
		border-radius: 8px;
		background: #fffaf7;
		break-inside: avoid;
	}

	.fqc-rm-print-plan-group h4 {
		margin: 0 0 0.08in;
		color: #714283;
		font-size: 10pt;
	}

	.fqc-rm-print-row {
		display: grid;
		grid-template-columns: 0.5in minmax(0, 1fr) auto;
		gap: 0.14in;
		align-items: center;
		min-height: 0.58in;
		padding: 0.08in 0.1in;
		border-radius: 8px;
		break-inside: avoid;
	}

	.fqc-rm-print-section--soft .fqc-rm-print-row {
		background: #fbf0eb;
	}

	.fqc-rm-print-thumb {
		width: 0.45in;
		height: 0.45in;
		border-radius: 8px;
		background: #eadbd5 center / cover;
	}

	.fqc-rm-print-row strong,
	.fqc-rm-print-row span,
	.fqc-rm-print-row small,
	.fqc-rm-print-row em {
		display: block;
		font-style: normal;
	}

	.fqc-rm-print-row strong {
		font-size: 9.5pt;
	}

	.fqc-rm-print-row span,
	.fqc-rm-print-row small,
	.fqc-rm-print-row em,
	.fqc-rm-print-section p,
	.fqc-rm-print-strategy p {
		color: #5b535d;
		font-size: 8pt;
		line-height: 1.35;
	}

	.fqc-rm-print-row small {
		color: #756a78;
		font-size: 7pt;
	}

	.fqc-rm-print-row em {
		color: #0f6b51;
	}

	.fqc-rm-print-strategy {
		margin-top: 0.24in;
		padding-top: 0.22in;
		border-top: 1px solid #eadbd5;
		break-inside: avoid;
	}

	.fqc-rm-print-strategy__grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.12in;
	}

	.fqc-rm-print-strategy__grid div {
		padding: 0.12in;
		border: 1px solid #eadbd5;
		border-radius: 8px;
		background: #fbf8fc;
		break-inside: avoid;
	}

	.fqc-rm-print-strategy__grid strong {
		display: block;
		margin-bottom: 0.04in;
		color: #714283;
		font-size: 9pt;
	}

	.fqc-rm-print-strategy__grid p {
		margin: 0;
	}

	.fqc-rm-print-footer {
		margin-top: 0.35in;
		padding-top: 0.18in;
		border-top: 1px solid #eadbd5;
		color: #714283;
	}

	.fqc-rm-print-footer strong,
	.fqc-rm-print-footer span {
		display: block;
	}

	.fqc-rm-print-footer span {
		color: #5b535d;
		font-size: 8pt;
	}

	.fqc-rm-avatar {
		box-shadow: none !important;
	}
}
