/* ====================================================================
   User Profile (/users/{username}/) — slate redesign, hero layout
   Claude Design handoff: design_handoff_user_profile/ (2026-05-28)
   Reuses tokens scoped on .mv-root.theme-{light,dark} from
   extensions/index_new/styles.css (--accent, --brand, --surface,
   --text-1, --font-serif, etc.). All bespoke rules anchored to
   .mv-root.up-root so we don't leak.
   ==================================================================== */

/* ---------- Page wrap ---------- */
.mv-root.up-root {
	background: var(--bg);
	min-height: calc(100vh - 68px);

	/* Theme tokens (custom-property definitions — declared here so the page
	   carries no hardcoded hex; dark-mode-safe). --up-white is the on-color
	   foreground for text/icons sitting on the saturated accent/success/brand
	   fills (matches the friends_loggedin convention). --up-cov-* are the
	   decorative collection-cover fallback gradient stops, referenced from
	   the $_up_collgrads array via var() so no hex lives in the markup. */
	--up-white: #fff;
	--up-cov-1a: #7C7CF5; --up-cov-1b: #A78BFA;
	--up-cov-2a: #34D399; --up-cov-2b: #22D3EE;
	--up-cov-3a: #5BC994; --up-cov-3b: #2FA978;
	--up-cov-4a: #F59E0B; --up-cov-4b: #DC2626;
	--up-cov-5a: #D4A574; --up-cov-5b: #8C5E2A;
}
/* Logged-out: no fixed app bar, marketing nav is inline at the top.
   Drop the 68px deduction and pad to full viewport height. */
.mv-root.up-root.up-root-out { min-height: 100vh; }

/* Self-contained wrapper-utility fallbacks — these classes resolve only
   once the CSS Builder has compiled them for this page; defining them
   locally keeps a fresh deploy looking right. */
.pt68px, .pp-pt68px, .tlp-pt68px, .tll-pt68px { padding-top: 68px !important; }
.ml60px                                        { margin-left: 60px !important; }
.w-calc-100vw-60px                             { width: calc(100vw - 60px) !important; }
/* Phone/tablet-portrait: the 60px icon rail slides off-canvas (≤880px, per
   member_navigation/left_side_condensed + home_loggedin/secondary_nav.css),
   so the wrapper must drop the 60px offset or it leaves a big empty gap on
   the left. user_page doesn't link secondary_nav.css (where these overrides
   live), so the pp-/tlp- overrides go unmatched — define them locally. */
@media (max-width: 880px) {
	.pp-ml0, .tlp-ml0 { margin-left: 0 !important; }
	.pp-w100, .tlp-w100 { width: 100% !important; }
}

.mv-root.up-root .up-page {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0;
}

.mv-root.up-root .up-main {
	padding: 0 56px 80px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	min-width: 0;
}
@media (max-width: 960px) { .mv-root.up-root .up-main { padding: 0 32px 64px; gap: 32px; } }
@media (max-width: 640px) { .mv-root.up-root .up-main { padding: 0 18px 60px; gap: 28px; } }

/* ====================================================================
   Hero header — sits at the top of .up-page, separated from .up-main
   by a 1px border. Order: back link → avatar+name+affil+action row →
   stats strip (Bible progress, count list, streak + week dots).
   ==================================================================== */
.mv-root.up-root .up-hero {
	padding: 40px 56px 32px;
	border-bottom: 1px solid var(--border);
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	gap: 28px;
}
@media (max-width: 960px) { .mv-root.up-root .up-hero { padding: 32px 32px 28px; margin-bottom: 32px; gap: 24px; } }
@media (max-width: 640px) { .mv-root.up-root .up-hero { padding: 24px 18px 24px; margin-bottom: 28px; gap: 20px; } }

.mv-root.up-root .up-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--text-3);
	font-family: var(--font-sans);
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 0 -8px -10px;
	border-radius: var(--radius-pill);
	width: fit-content;
	transition: color .12s, background .12s;
}
.mv-root.up-root .up-back:hover { color: var(--text-1); background: var(--surface-2); }
.mv-root.up-root .up-back svg { width: 14px; height: 14px; }

/* Identity row: avatar | info | action */
.mv-root.up-root .up-hero-id {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 24px;
	align-items: center;
}
@media (max-width: 640px) {
	.mv-root.up-root .up-hero-id { grid-template-columns: auto 1fr; gap: 16px; }
	.mv-root.up-root .up-hero-action { grid-column: 1 / -1; justify-self: start; }
}

.mv-root.up-root .up-avatar {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--accent), var(--brand));
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--up-white);
	font-family: var(--font-serif);
	font-weight: 600;
	font-size: 38px;
	letter-spacing: -0.01em;
	box-shadow:
		0 0 0 4px var(--bg),
		0 0 0 5px var(--border),
		0 12px 28px -10px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	flex-shrink: 0;
}
.mv-root.up-root .up-avatar img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 640px) {
	.mv-root.up-root .up-avatar { width: 72px; height: 72px; font-size: 28px; }
}

.mv-root.up-root .up-hero-info { min-width: 0; }

/* Eyebrow label above the name (slate hero convention — small uppercase
   tag + coral dot, mirrors .ph-hero-eye on Practice History). The plain
   `eyebrow` class also inherits the shared index_new base style. */
.mv-root.up-root .up-hero-info .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 8px;
	font-size: 11px;
	color: var(--accent);
}
.mv-root.up-root .up-hero-info .eyebrow .dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--brand);
	flex-shrink: 0;
}

.mv-root.up-root .up-name {
	font-family: var(--font-serif);
	font-weight: 600;
	font-size: 44px;
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: var(--text-1);
	margin: 0 0 6px;
}
/* Accent the first name (the slate hero <em> convention) — coral-tinted
   but upright, so the name reads cleanly. */
.mv-root.up-root .up-name em {
	font-style: normal;
	color: var(--accent);
}
@media (max-width: 640px) { .mv-root.up-root .up-name { font-size: 34px; } }

.mv-root.up-root .up-affil {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 18px;
}
.mv-root.up-root .up-affil-line {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-sans);
	font-size: 13px;
	color: var(--text-2);
}
.mv-root.up-root .up-affil-line .ic {
	color: var(--text-muted);
	display: inline-flex;
	align-items: center;
}

.mv-root.up-root .up-hero-action {
	display: flex;
	align-items: center;
}

/* Friend-action / sign-up button + pill */
.mv-root.up-root .up-friend-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: var(--radius-pill);
	font-family: var(--font-sans);
	font-size: 13px;
	font-weight: 600;
	border: 1px solid transparent;
	cursor: pointer;
	transition: filter .12s, background .12s;
	text-decoration: none;
	white-space: nowrap;
}
.mv-root.up-root .up-friend-btn.primary { background: var(--accent); color: var(--up-white); }
.mv-root.up-root .up-friend-btn.primary:hover { filter: brightness(1.05); }
.mv-root.up-root .up-friend-btn.success { background: var(--success); color: var(--up-white); }
.mv-root.up-root .up-friend-btn.muted {
	background: var(--surface-2);
	color: var(--text-3);
	cursor: default;
}
.mv-root.up-root .up-friend-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 9px 16px;
	border-radius: var(--radius-pill);
	font-family: var(--font-sans);
	font-size: 12px;
	font-weight: 600;
	background: var(--success-soft);
	color: var(--success);
	border: 1px solid color-mix(in oklab, var(--success) 18%, var(--border));
	white-space: nowrap;
}

/* Stats strip below the identity row */
.mv-root.up-root .up-hero-stats {
	display: grid;
	grid-template-columns: minmax(220px, 1.2fr) 1fr auto;
	gap: 32px;
	align-items: center;
}
@media (max-width: 960px) {
	.mv-root.up-root .up-hero-stats { grid-template-columns: 1fr 1fr; gap: 24px; }
	.mv-root.up-root .up-hero-streak { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
	.mv-root.up-root .up-hero-stats { grid-template-columns: 1fr; gap: 20px; }
}

/* Bible progress block */
.mv-root.up-root .up-hero-progress { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.mv-root.up-root .up-progress-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.mv-root.up-root .up-progress-row .lbl {
	font-family: var(--font-sans);
	font-size: 10px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--text-muted);
}
.mv-root.up-root .up-progress-row .val {
	font-family: var(--font-mono);
	font-weight: 600;
	font-size: 11px;
	color: var(--brand);
	letter-spacing: 0.02em;
}
.mv-root.up-root .up-progress-bar {
	height: 6px;
	border-radius: 999px;
	background: var(--surface-2);
	overflow: hidden;
	position: relative;
}
.mv-root.up-root .up-progress-bar span {
	position: absolute;
	inset: 0 auto 0 0;
	background: linear-gradient(90deg, var(--brand), var(--accent));
	border-radius: 999px;
}

/* Text counts in the middle column */
.mv-root.up-root .up-hero-counts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
}
.mv-root.up-root .up-hero-counts .count-item {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	font-family: var(--font-sans);
}
.mv-root.up-root .up-hero-counts .count-item strong {
	font-family: var(--font-serif);
	font-weight: 600;
	font-size: 18px;
	color: var(--text-1);
	letter-spacing: -0.015em;
	font-variant-numeric: tabular-nums;
}
.mv-root.up-root .up-hero-counts .count-item .lbl {
	font-size: 12px;
	color: var(--text-3);
}
.mv-root.up-root .up-hero-counts .count-sep {
	width: 1px;
	height: 16px;
	background: var(--border);
	display: inline-block;
}
@media (max-width: 640px) {
	.mv-root.up-root .up-hero-counts .count-sep { display: none; }
}

/* Streak + this-week dots (right column) */
.mv-root.up-root .up-hero-streak {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}
.mv-root.up-root .up-streak-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 14px;
}
.mv-root.up-root .up-streak-head .lbl {
	font-family: var(--font-sans);
	font-size: 10px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--text-muted);
}
.mv-root.up-root .up-streak-head .num {
	font-family: var(--font-serif);
	font-weight: 600;
	font-size: 22px;
	line-height: 1;
	color: var(--text-1);
	letter-spacing: -0.02em;
}
.mv-root.up-root .up-streak-head .num small {
	font-family: var(--font-sans);
	font-size: 11px;
	font-weight: 500;
	color: var(--text-3);
	margin-left: 5px;
	letter-spacing: 0;
}
.mv-root.up-root .up-week {
	display: grid;
	grid-template-columns: repeat(7, auto);
	gap: 6px;
	justify-content: end;
}
@media (max-width: 960px) {
	.mv-root.up-root .up-week { justify-content: start; }
}
.mv-root.up-root .up-week-dot {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
.mv-root.up-root .up-week-dot .dot {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	/* Empty days: outlined transparent circle. The old filled
	   --surface-2 background was nearly invisible against the cream
	   --bg (same hue family); outlines read as "waiting to be filled"
	   instead of "ghost circles". */
	background: transparent;
	border: 1.5px solid var(--border);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--text-muted);
}
.mv-root.up-root .up-week-dot.done .dot {
	background: var(--success);
	border-color: var(--success);
	color: var(--up-white);
}
.mv-root.up-root .up-week-dot.today .dot {
	background: transparent;
	border: 1.5px dashed var(--text-3);
	color: var(--text-3);
}
.mv-root.up-root .up-week-dot .d {
	font-family: var(--font-mono);
	font-size: 10px;
	font-weight: 500;
	color: var(--text-muted);
	letter-spacing: 0.04em;
}

/* ---------- Toggle switch (used in privacy banner) ---------- */
.mv-root.up-root .up-toggle-switch {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 20px;
	flex-shrink: 0;
}
.mv-root.up-root .up-toggle-switch input { opacity: 0; width: 0; height: 0; }
.mv-root.up-root .up-toggle-switch .slider {
	position: absolute;
	cursor: pointer;
	inset: 0;
	background: var(--surface-2);
	border: 1px solid var(--border);
	transition: .15s;
	border-radius: 20px;
}
.mv-root.up-root .up-toggle-switch .slider::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--text-3);
	transition: .15s;
}
.mv-root.up-root .up-toggle-switch input:checked + .slider {
	background: var(--accent);
	border-color: var(--accent);
}
.mv-root.up-root .up-toggle-switch input:checked + .slider::before {
	background: var(--up-white);
	transform: translateX(16px);
}

/* ---------- Main: privacy banner (own profile, logged-in) ---------- */
.mv-root.up-root .up-privacy {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 18px;
	background: var(--accent-soft);
	border: 1px solid transparent;
	border-radius: var(--radius-md);
	font-family: var(--font-sans);
	font-size: 13px;
	color: var(--text-1);
}
.mv-root.up-root .up-privacy .ic {
	color: var(--accent);
	display: inline-flex;
	align-items: center;
}
.mv-root.up-root .up-privacy .copy { flex: 1; }
.mv-root.up-root .up-privacy .copy strong { font-weight: 600; }
.mv-root.up-root .up-privacy .copy .s { color: var(--text-2); margin-left: 6px; }
.mv-root.up-root .up-privacy .toggle-inline {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	color: var(--text-2);
	font-weight: 500;
	flex-shrink: 0;
}

/* ---------- Main: logged-out banner ---------- */
.mv-root.up-root .up-loggedout-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 18px;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius-md);
	font-family: var(--font-sans);
	font-size: 13px;
	color: var(--text-2);
}
.mv-root.up-root .up-loggedout-banner .copy {
	display: flex;
	align-items: center;
	gap: 10px;
}
.mv-root.up-root .up-loggedout-banner .copy .ic {
	color: var(--brand);
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}
.mv-root.up-root .up-loggedout-banner strong { color: var(--text-1); font-weight: 600; }
.mv-root.up-root .up-loggedout-banner .btn {
	padding: 8px 14px;
	border-radius: var(--radius-pill);
	background: var(--brand);
	color: var(--brand-fg);
	border: 0;
	font-family: var(--font-sans);
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	flex-shrink: 0;
}

/* ---------- Section heads ---------- */
.mv-root.up-root .up-section {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.mv-root.up-root .up-section-head {
	display: flex;
	align-items: baseline;
	gap: 12px;
}
.mv-root.up-root .up-section-head h2 {
	font-family: var(--font-serif);
	font-weight: 600;
	font-size: 26px;
	letter-spacing: -0.02em;
	color: var(--text-1);
	margin: 0;
	line-height: 1;
}
.mv-root.up-root .up-section-head .count {
	font-family: var(--font-mono);
	font-size: 11px;
	font-weight: 500;
	color: var(--text-3);
	letter-spacing: 0.04em;
}

/* ---------- Recently Practiced: 3-col verse card grid ---------- */
.mv-root.up-root .up-recent {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}
@media (max-width: 960px) { .mv-root.up-root .up-recent { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .mv-root.up-root .up-recent { grid-template-columns: 1fr; } }

.mv-root.up-root .up-vcard {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius-md);
	padding: 16px 16px 14px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 168px;
	transition: border-color .12s;
	color: inherit;
	text-decoration: none;
}
.mv-root.up-root .up-vcard:hover { border-color: var(--border-strong); }
.mv-root.up-root .up-vcard-head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 8px;
}
.mv-root.up-root .up-vcard-ref {
	font-family: var(--font-sans);
	font-weight: 600;
	font-size: 14px;
	color: var(--accent);
	letter-spacing: -0.005em;
}
.mv-root.up-root .up-vcard-tr {
	font-family: var(--font-mono);
	font-size: 10px;
	font-weight: 600;
	color: var(--text-muted);
	letter-spacing: 0.06em;
}
.mv-root.up-root .up-vcard-text {
	flex: 1;
	font-family: var(--font-sans);
	font-size: 13px;
	line-height: 1.5;
	color: var(--text-2);
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.mv-root.up-root .up-vcard-meta {
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: var(--font-sans);
	font-size: 11px;
	color: var(--text-3);
	padding-top: 8px;
	border-top: 1px dashed var(--border);
}
.mv-root.up-root .up-vcard-meta .ic { color: var(--text-muted); display: inline-flex; align-items: center; }

/* Empty state for recent verses */
.mv-root.up-root .up-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 40px 24px;
	background: var(--surface);
	border: 1px dashed var(--border-strong);
	border-radius: var(--radius-md);
	text-align: center;
}
.mv-root.up-root .up-empty .ic-wrap {
	width: 40px; height: 40px;
	border-radius: 50%;
	background: var(--surface-2);
	color: var(--text-3);
	display: flex; align-items: center; justify-content: center;
}
.mv-root.up-root .up-empty .title {
	font-family: var(--font-serif);
	font-size: 16px;
	font-weight: 600;
	color: var(--text-1);
}
.mv-root.up-root .up-empty .sub {
	font-family: var(--font-sans);
	font-size: 13px;
	color: var(--text-3);
	max-width: 320px;
}

/* ---------- Verse Collections: 2-col card grid ---------- */
.mv-root.up-root .up-colls {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
@media (max-width: 880px) { .mv-root.up-root .up-colls { grid-template-columns: 1fr; } }

.mv-root.up-root .up-coll {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius-md);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	transition: border-color .12s;
}
.mv-root.up-root .up-coll:hover { border-color: var(--border-strong); }
.mv-root.up-root .up-coll-head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid var(--border);
}
.mv-root.up-root .up-coll-cover {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	flex-shrink: 0;
	background-position: center;
	background-size: cover;
	box-shadow: 0 4px 12px -6px rgba(0, 0, 0, 0.25);
}
.mv-root.up-root .up-coll-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	flex: 1;
}
.mv-root.up-root .up-coll-info .name {
	font-family: var(--font-sans);
	font-weight: 600;
	font-size: 15px;
	color: var(--text-1);
	letter-spacing: -0.005em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mv-root.up-root .up-coll-info .meta {
	font-family: var(--font-sans);
	font-size: 12px;
	color: var(--text-3);
}
.mv-root.up-root .up-coll-body {
	display: flex;
	flex-direction: column;
	padding: 8px 10px 0;
	gap: 4px;
}
.mv-root.up-root .up-coll-row {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	padding: 9px 10px;
	border-radius: 8px;
	font-family: var(--font-sans);
	font-size: 12.5px;
	align-items: baseline;
}
.mv-root.up-root .up-coll-row:hover { background: var(--surface-2); }
.mv-root.up-root .up-coll-row .ref {
	font-weight: 600;
	color: var(--accent);
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	white-space: nowrap;
}
.mv-root.up-root .up-coll-row .ref .tr {
	font-family: var(--font-mono);
	font-size: 9.5px;
	font-weight: 600;
	color: var(--text-muted);
	letter-spacing: 0.06em;
}
.mv-root.up-root .up-coll-row .snippet {
	color: var(--text-2);
	line-height: 1.45;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}
.mv-root.up-root .up-coll-foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 18px 14px;
	font-family: var(--font-mono);
	font-size: 11px;
	color: var(--text-3);
	letter-spacing: 0.04em;
}
.mv-root.up-root .up-coll-action {
	display: block;
	text-align: center;
	padding: 12px 14px;
	background: var(--surface-2);
	color: var(--accent);
	font-family: var(--font-sans);
	font-size: 13px;
	font-weight: 600;
	border: 0;
	border-top: 1px solid var(--border);
	cursor: pointer;
	text-decoration: none;
	width: 100%;
}
.mv-root.up-root .up-coll-action:hover { background: var(--accent-soft); }

/* ---------- Private profile gate (preserved) ---------- */
.mv-root.up-root .up-private-gate {
	margin: 80px auto;
	max-width: 480px;
	padding: 48px 32px;
	text-align: center;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius-lg);
}
.mv-root.up-root .up-private-gate .ic-wrap {
	width: 56px; height: 56px;
	border-radius: 50%;
	background: var(--surface-2);
	color: var(--text-3);
	display: inline-flex; align-items: center; justify-content: center;
	margin-bottom: 12px;
}
.mv-root.up-root .up-private-gate h2 {
	font-family: var(--font-serif);
	font-weight: 600;
	font-size: 22px;
	color: var(--text-1);
	margin: 0 0 8px;
}
.mv-root.up-root .up-private-gate p {
	font-family: var(--font-sans);
	font-size: 14px;
	color: var(--text-2);
	line-height: 1.55;
	margin: 0 0 20px;
}

/* Logged-out gate button override */
.mv-root.up-root .up-btn-primary {
	padding: 11px 16px;
	border-radius: var(--radius-md);
	background: var(--brand);
	color: var(--brand-fg);
	border: 0;
	font-family: var(--font-sans);
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
}

/* Phone portrait: hide the hero eyebrow above the main H1 (section eyebrows stay). */
@media (max-width: 560px) { .mv-root .up-hero-info .eyebrow { display: none !important; } }
