/* ===========================================================================
   Bublr — "How it works" page
   On-brand sections using the global tokens. Light intro → steps → dark
   "intelligence" moment → categories → CTA.
   =========================================================================== */

.bublr-hiwp { display: block; }

/* ---------- 1 · Hero ---------- */
.bublr-hiwp-hero {
	position: relative;
	overflow: hidden;
	text-align: left;                 /* left-aligned hero (Varun review) */
	padding: clamp(150px, 22vh, 260px) 0 clamp(80px, 10vw, 130px);
	background:
		radial-gradient(120% 70% at 50% 0%, rgba(127, 229, 168, 0.2), transparent 55%),
		radial-gradient(90% 50% at 50% 120%, rgba(184, 221, 232, 0.16), transparent 60%),
		var(--cream, #F5F2EB);
}
.bublr-hiwp-hero__b { position: absolute; border-radius: 50%; pointer-events: none; }
.bublr-hiwp-hero__b--1 { width: 150px; height: 150px; top: 24%; left: 7%;  border: 1.5px solid rgba(43, 196, 126, 0.18); }
.bublr-hiwp-hero__b--2 { width: 60px;  height: 60px;  top: 30%; right: 11%; background: rgba(182, 233, 74, 0.16); }
.bublr-hiwp-hero__b--3 { width: 120px; height: 120px; bottom: 12%; right: 8%; border: 1.5px solid rgba(127, 229, 168, 0.24); }
.bublr-hiwp-hero .container { position: relative; z-index: 1; }
.bublr-hiwp-hero__eyebrow {
	font-family: var(--font-mono, monospace);
	font-size: 12px; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase;
	color: var(--mint-deep, #1B9E66);
	margin: 0 0 18px;
}
.bublr-hiwp-hero__title {
	font-family: var(--font-head, sans-serif);
	font-weight: 600;
	font-size: clamp(38px, 6vw, 84px);
	line-height: 1.02;
	letter-spacing: -0.04em;
	color: var(--black, #0A0A0A);
	max-width: 720px;                 /* heading + paragraph share the same width */
	margin: 0 0 22px;
}
.bublr-hiwp-hero__sub {
	font-size: clamp(17px, 1.9vw, 21px);
	line-height: 1.5;
	color: var(--grey-4, #667085);
	max-width: 720px;                 /* matches the heading width */
	margin: 0 0 34px;
}
.bublr-hiwp-hero__cta { display: flex; gap: 12px; justify-content: flex-start; flex-wrap: wrap; }

/* ---------- 2 · Steps ---------- */
.bublr-hiwp-steps {
	background: var(--cream, #F5F2EB);
	padding: clamp(40px, 6vw, 80px) 0 clamp(90px, 11vw, 150px);
}
.bublr-hiwp-step {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(40px, 6vw, 100px);
	align-items: center;
	padding: clamp(48px, 7vw, 100px) 0;
	border-top: 1px solid rgba(10, 11, 14, 0.08);
}
.bublr-hiwp-step:first-child { border-top: none; }
.bublr-hiwp-step.is-rev .bublr-hiwp-step__visual { order: -1; }

.bublr-hiwp-step__num {
	display: block;
	font-family: var(--font-head, sans-serif);
	font-weight: 700;
	font-size: clamp(44px, 5vw, 72px);
	line-height: 1;
	letter-spacing: -0.04em;
	color: transparent;
	-webkit-text-stroke: 1.5px color-mix(in srgb, var(--c, #7FE5A8) 70%, #9aa5a0);
	margin-bottom: 18px;
}
.bublr-hiwp-step__eyebrow {
	font-family: var(--font-mono, monospace);
	font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
	color: var(--mint-deep, #1B9E66);
	margin: 0 0 12px;
}
.bublr-hiwp-step__h {
	font-family: var(--font-head, sans-serif);
	font-weight: 600;
	font-size: clamp(26px, 3vw, 40px);
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: var(--black, #0A0A0A);
	margin: 0 0 18px;
	max-width: 16ch;
}
.bublr-hiwp-step__p {
	font-size: clamp(16px, 1.3vw, 18px);
	line-height: 1.6;
	color: var(--grey-4, #667085);
	max-width: 46ch;
	margin: 0;
}

/* step visuals — a soft brand-tinted stage */
.bublr-hiwp-step__visual {
	position: relative;
	aspect-ratio: 4 / 3;
	border-radius: 28px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(120% 100% at 50% 18%, color-mix(in srgb, var(--c, #7FE5A8) 30%, #fff), color-mix(in srgb, var(--c, #7FE5A8) 10%, #fff));
	border: 1px solid rgba(10, 11, 14, 0.06);
	box-shadow: 0 40px 80px -44px rgba(10, 60, 40, 0.45);
}

/* snap */
.bublr-hiwp-snap { position: relative; width: 56%; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.bublr-hiwp-snap__halo { position: absolute; inset: 4%; border-radius: 50%; background: radial-gradient(circle, #fff, color-mix(in srgb, var(--c) 30%, #fff) 70%); }
.bublr-hiwp-snap img { position: relative; z-index: 1; width: 78%; height: 78%; object-fit: contain; filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.28)); }
.bublr-hiwp-snap__frame {
	position: absolute; inset: -8%;
	border-radius: 22px;
	z-index: 2;
	background:
		linear-gradient(var(--black), var(--black)) 0 0 / 22px 3px no-repeat,
		linear-gradient(var(--black), var(--black)) 0 0 / 3px 22px no-repeat,
		linear-gradient(var(--black), var(--black)) 100% 0 / 22px 3px no-repeat,
		linear-gradient(var(--black), var(--black)) 100% 0 / 3px 22px no-repeat,
		linear-gradient(var(--black), var(--black)) 0 100% / 22px 3px no-repeat,
		linear-gradient(var(--black), var(--black)) 0 100% / 3px 22px no-repeat,
		linear-gradient(var(--black), var(--black)) 100% 100% / 22px 3px no-repeat,
		linear-gradient(var(--black), var(--black)) 100% 100% / 3px 22px no-repeat;
	opacity: 0.85;
}
.bublr-hiwp-chip {
	position: absolute; bottom: 8%; left: 50%; transform: translateX(-50%);
	z-index: 3;
	font-family: var(--font-mono, monospace);
	font-size: 11px; font-weight: 600; letter-spacing: 0.04em;
	color: #0E3D2E;
	background: rgba(255, 255, 255, 0.85);
	padding: 7px 14px; border-radius: 999px;
	white-space: nowrap;
	-webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}

/* record card */
.bublr-hiwp-card {
	width: min(78%, 360px);
	background: #fff;
	border-radius: 22px;
	padding: 22px;
	box-shadow: 0 30px 60px -34px rgba(10, 60, 40, 0.4);
	border: 1px solid rgba(10, 11, 14, 0.05);
}
.bublr-hiwp-card__top { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.bublr-hiwp-card__thumb { width: 54px; height: 54px; border-radius: 14px; background-size: cover; background-position: center; background-color: color-mix(in srgb, var(--c) 22%, #fff); flex: 0 0 auto; }
.bublr-hiwp-card__top b { display: block; font-size: 16px; color: var(--black); }
.bublr-hiwp-card__verified { font-family: var(--font-mono, monospace); font-size: 11px; color: var(--mint-deep, #1B9E66); font-weight: 600; }
.bublr-hiwp-card__rows { list-style: none; margin: 0; padding: 0; }
.bublr-hiwp-card__rows li { display: flex; justify-content: space-between; align-items: center; padding: 11px 0; border-top: 1px solid rgba(10, 11, 14, 0.06); font-size: 14px; }
.bublr-hiwp-card__rows li:first-child { border-top: none; }
.bublr-hiwp-card__rows span { color: var(--grey-4, #667085); }
.bublr-hiwp-card__rows b { color: var(--black, #0A0A0A); font-weight: 600; }
.bublr-hiwp-card__rows b.hl { color: var(--mint-deep, #1B9E66); }

/* value card */
.bublr-hiwp-value {
	width: min(78%, 360px);
	background: #fff;
	border-radius: 22px;
	padding: 28px;
	box-shadow: 0 30px 60px -34px rgba(10, 60, 40, 0.4);
	border: 1px solid rgba(10, 11, 14, 0.05);
	display: flex; flex-direction: column; gap: 4px;
	color: var(--mint, #2BC47E);
}
.bublr-hiwp-value__label { font-family: var(--font-mono, monospace); font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey-4, #667085); }
.bublr-hiwp-value__num { font-family: var(--font-head, sans-serif); font-weight: 700; font-size: 42px; letter-spacing: -0.03em; color: var(--black, #0A0A0A); }
.bublr-hiwp-value__delta { font-size: 13px; font-weight: 600; color: var(--mint-deep, #1B9E66); margin-bottom: 6px; }
.bublr-hiwp-value__spark { width: 100%; height: 70px; }

/* bubbles cluster */
.bublr-hiwp-bubbles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; width: 74%; }
.bublr-hiwp-bub {
	aspect-ratio: 1; border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	background: radial-gradient(circle at 36% 30%, #fff, color-mix(in srgb, var(--bc, #7FE5A8) 30%, #fff) 60%, color-mix(in srgb, var(--bc, #7FE5A8) 55%, #fff));
	border: 1px solid color-mix(in srgb, var(--bc, #7FE5A8) 50%, transparent);
	box-shadow: 0 16px 30px -20px rgba(10, 60, 40, 0.4);
}
.bublr-hiwp-bub img { width: 58%; height: 58%; object-fit: contain; filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.25)); }

/* ---------- 3 · Intelligence (dark) ---------- */
.bublr-hiwp-intel {
	position: relative;
	overflow: hidden;
	padding: clamp(90px, 12vw, 170px) 0;
	background:
		radial-gradient(120% 60% at 50% 0%, rgba(127, 229, 168, 0.14), transparent 55%),
		linear-gradient(180deg, #0C100E, #0A0A0A);
	color: #fff;
}
.bublr-hiwp-intel__head { text-align: center; max-width: 680px; margin: 0 auto clamp(44px, 6vw, 70px); }
.bublr-hiwp-intel__eyebrow { font-family: var(--font-mono, monospace); font-size: 12px; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: var(--mint-green, #7FE5A8); margin: 0 0 16px; }
.bublr-hiwp-intel__head h2 { font-size: clamp(30px, 4vw, 52px); letter-spacing: -0.03em; color: #fff; margin: 0 0 16px; }
.bublr-hiwp-intel__sub { color: rgba(255, 255, 255, 0.62); font-size: 17px; line-height: 1.55; margin: 0; }
.bublr-hiwp-intel__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bublr-hiwp-intel__card {
	padding: 34px 30px;
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(22, 26, 32, 0.7), rgba(12, 14, 19, 0.7)) padding-box,
		linear-gradient(150deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03)) border-box;
	border: 1px solid transparent;
}
.bublr-hiwp-intel__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 50px; height: 50px; border-radius: 14px;
	background: rgba(127, 229, 168, 0.14);
	border: 1px solid rgba(127, 229, 168, 0.32);
	color: var(--mint-green, #7FE5A8);
	font-size: 22px;
	margin-bottom: 22px;
}
.bublr-hiwp-intel__card h3 { font-size: 22px; color: #fff; margin: 0 0 10px; letter-spacing: -0.02em; }
.bublr-hiwp-intel__card p { font-size: 15px; line-height: 1.6; color: rgba(255, 255, 255, 0.6); margin: 0; }

/* ---------- 4 · Categories ---------- */
.bublr-hiwp-cats {
	position: relative;
	overflow: hidden;
	padding: clamp(90px, 12vw, 160px) 0;
	background:
		radial-gradient(120% 55% at 50% 0%, rgba(127, 229, 168, 0.12), transparent 55%),
		var(--cream, #F5F2EB);
}
.bublr-hiwp-cats .sec-head { text-align: center; max-width: 600px; margin: 0 auto clamp(40px, 5vw, 60px); }
.bublr-hiwp-cats__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: clamp(16px, 2vw, 30px); max-width: 980px; margin: 0 auto; }
.bublr-hiwp-cat { display: flex; flex-direction: column; align-items: center; gap: 14px; text-decoration: none; }
.bublr-hiwp-cat__bubble {
	width: 100%; aspect-ratio: 1; border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	background: radial-gradient(circle at 36% 28%, #fff, color-mix(in srgb, var(--c, #7FE5A8) 26%, #fff) 58%, color-mix(in srgb, var(--c, #7FE5A8) 48%, #fff));
	border: 1px solid color-mix(in srgb, var(--c, #7FE5A8) 45%, transparent);
	box-shadow: 0 20px 38px -24px rgba(10, 60, 40, 0.42);
	transition: transform 0.3s var(--ease-spring, cubic-bezier(.5,0,.2,1)), box-shadow 0.3s ease;
}
.bublr-hiwp-cat__bubble img { width: 60%; height: 60%; object-fit: contain; filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.25)); }
.bublr-hiwp-cat:hover .bublr-hiwp-cat__bubble { transform: translateY(-6px) scale(1.06); box-shadow: 0 28px 46px -22px rgba(10, 60, 40, 0.5); }
.bublr-hiwp-cat__label { font-family: var(--font-mono, monospace); font-size: 11.5px; font-weight: 600; color: var(--grey-4, #667085); }

/* ---------- 5 · CTA ---------- */
.bublr-hiwp-cta { padding: 0 0 clamp(90px, 11vw, 150px); background: var(--cream, #F5F2EB); }
.bublr-hiwp-cta__card {
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 32px;
	padding: clamp(54px, 7vw, 90px) clamp(28px, 4vw, 64px);
	background:
		radial-gradient(circle at 50% 0%, rgba(127, 229, 168, 0.2), transparent 60%),
		linear-gradient(180deg, #0C100E, #0A0A0A);
	color: #fff;
}
.bublr-hiwp-cta__card h2 { font-size: clamp(32px, 4.4vw, 58px); letter-spacing: -0.03em; color: #fff; margin: 0 0 16px; }
.bublr-hiwp-cta__card p { font-size: 17px; color: rgba(255, 255, 255, 0.66); max-width: 460px; margin: 0 auto 30px; line-height: 1.55; }
.bublr-hiwp-cta__btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
	.bublr-hiwp-step { grid-template-columns: 1fr; gap: 34px; }
	.bublr-hiwp-step.is-rev .bublr-hiwp-step__visual { order: 0; }
	.bublr-hiwp-intel__grid { grid-template-columns: 1fr; gap: 16px; }
	.bublr-hiwp-cats__grid { grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 460px; }
}
@media (max-width: 480px) {
	.bublr-hiwp-cats__grid { grid-template-columns: repeat(2, 1fr); }
}

/* hero microcopy — accessibility one-liner */
.bublr-hiwp-hero__micro {
	margin: 22px 0 0;
	font-family: var(--font-mono, monospace);
	font-size: 13px;
	letter-spacing: 0.01em;
	color: var(--grey-4, #667085);
}

/* share visual (step 05) — a shared collection card + Friends/Family/Public */
.bublr-hiwp-share { width: min(82%, 384px); display: flex; flex-direction: column; gap: 16px; }
.bublr-hiwp-share__card {
	background: #fff;
	border-radius: 22px;
	padding: 20px;
	box-shadow: 0 30px 60px -34px rgba(10, 60, 40, 0.4);
	border: 1px solid rgba(10, 11, 14, 0.05);
}
.bublr-hiwp-share__cardtop { display: flex; align-items: center; gap: 14px; margin-bottom: 4px; }
.bublr-hiwp-share__thumb {
	width: 50px; height: 50px; border-radius: 14px;
	background-size: cover; background-position: center;
	background-color: color-mix(in srgb, var(--c) 22%, #fff);
	flex: 0 0 auto;
}
.bublr-hiwp-share__cardtop b { display: block; font-size: 16px; color: var(--black, #0A0A0A); letter-spacing: -0.01em; }
.bublr-hiwp-share__meta { font-size: 13px; color: var(--grey-4, #667085); }
.bublr-hiwp-share__avatars { display: flex; align-items: center; padding-top: 16px; margin-top: 14px; border-top: 1px solid rgba(10, 11, 14, 0.06); }
.bublr-hiwp-share__avatars img { width: 30px; height: 30px; border-radius: 50%; border: 2px solid #fff; object-fit: cover; margin-left: -8px; }
.bublr-hiwp-share__avatars img:first-child { margin-left: 0; }
.bublr-hiwp-share__more { font-size: 12px; font-weight: 600; color: var(--grey-4, #667085); margin-left: 9px; }
.bublr-hiwp-share__sharedlbl { font-size: 12px; color: var(--grey-4, #667085); margin-left: auto; }
.bublr-hiwp-share__opts { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.bublr-hiwp-share__opt {
	display: inline-flex; align-items: center; gap: 7px;
	font-family: var(--font-head, sans-serif); font-size: 13px; font-weight: 600;
	color: var(--black, #0A0A0A);
	background: #fff;
	border: 1px solid rgba(10, 10, 10, 0.08);
	padding: 9px 14px;
	border-radius: 999px;
	box-shadow: 0 8px 20px -14px rgba(10, 60, 40, 0.4);
}
.bublr-hiwp-share__opt svg { width: 16px; height: 16px; color: var(--grey-4, #667085); flex: 0 0 auto; }
.bublr-hiwp-share__opt.is-on { background: color-mix(in srgb, var(--mint-green, #7FE5A8) 26%, #fff); border-color: color-mix(in srgb, var(--mint, #2BC47E) 42%, transparent); }
.bublr-hiwp-share__opt.is-on svg { color: var(--mint-deep, #1B9E66); }

/* intelligence icons — real SVGs in place of the old glyphs */
.bublr-hiwp-intel__icon svg { width: 24px; height: 24px; }

/* "Works for everything" — real photo tiles instead of bubbles, legible labels */
.bublr-hiwp-cat { gap: 13px; }
.bublr-hiwp-cat__photo {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(10, 11, 14, 0.07);
	box-shadow: 0 20px 38px -24px rgba(10, 60, 40, 0.42);
	transition: transform 0.3s var(--ease-spring, cubic-bezier(.5, 0, .2, 1)), box-shadow 0.3s ease;
}
.bublr-hiwp-cat__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bublr-hiwp-cat:hover .bublr-hiwp-cat__photo { transform: translateY(-6px) scale(1.02); box-shadow: 0 28px 46px -22px rgba(10, 60, 40, 0.5); }
.bublr-hiwp-cat__label {
	font-family: var(--font-head, "Poppins", sans-serif);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.01em;
	text-transform: none;
	color: var(--black, #0A0A0A);
}

/* ===========================================================================
   Step visuals as real Bublr app screens, framed in a phone (built in HTML/CSS).
   Each plays a micro-animation when the step reveals (.is-revealed on __visual).
   =========================================================================== */
.bublr-hiwp-step__visual {
	aspect-ratio: auto;
	overflow: visible;
	border-radius: 34px;
	padding: clamp(26px, 3.6vw, 52px);
	box-shadow: 0 50px 90px -50px rgba(10, 60, 40, 0.5);
}
.bublr-hiwp-phone {
	position: relative;
	width: 248px;
	max-width: 100%;
	margin: 0 auto;
	aspect-ratio: 9 / 19;
	border-radius: 44px;
	padding: 7px;
	background: linear-gradient(160deg, #232b28, #0c100e);
	box-shadow:
		0 50px 80px -38px rgba(10, 40, 28, 0.5),
		0 10px 24px -10px rgba(0, 0, 0, 0.32),
		inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}
.bublr-hiwp-screen {
	position: relative;
	width: 100%; height: 100%;
	border-radius: 37px;
	overflow: hidden;
	background: #fff;
	isolation: isolate;
	display: flex; flex-direction: column;
}
.bublr-hiwp-phone--snap .bublr-hiwp-screen { background: #0C100E; }

/* shared chrome */
.hpx { flex: 1; display: flex; flex-direction: column; min-height: 0; font-family: var(--font-body, "Poppins", sans-serif); }
.hpx__status { position: relative; z-index: 4; display: flex; align-items: center; justify-content: space-between; padding: 14px 16px 6px; }
.hpx__time { font-size: 9px; font-weight: 700; color: #0A0B0E; }
.hpx__island { width: 28%; height: 11px; border-radius: 999px; background: #0A0B0E; }
.hpx__sig { width: 16px; height: 8px; border-radius: 3px; background: #0A0B0E; opacity: 0.5; }
.bublr-hiwp-phone--snap .hpx__time { color: #fff; }
.bublr-hiwp-phone--snap .hpx__sig { background: #fff; }

.hpx__appbar { display: flex; align-items: center; justify-content: space-between; padding: 2px 14px 8px; }
.hpx__appbar b { font-size: 13px; color: #0A0B0E; letter-spacing: -0.01em; }
.hpx__back, .hpx__dots { color: #98A2B3; font-size: 14px; line-height: 1; }
.hpx__plus { width: 20px; height: 20px; border-radius: 50%; background: #fff; color: var(--mint-deep, #1B9E66); font-weight: 700; font-size: 13px; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1); }

.hpx__tabs { display: flex; align-items: center; justify-content: space-around; padding: 7px 9px 9px; background: #fff; border-top: 1px solid rgba(10, 12, 16, 0.06); margin-top: auto; }
.hpx__tab { color: #BCC3BF; }
.hpx__tab svg { width: 14px; height: 14px; }
.hpx__cam { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; margin-top: -11px; border-radius: 50%; background: #2E73FF; box-shadow: 0 7px 16px -5px rgba(46, 115, 255, 0.6), 0 0 0 3px #fff; }
.hpx__cam svg { width: 15px; height: 15px; }

/* snap — camera viewfinder */
.hpx__feed { position: relative; flex: 1; min-height: 0; overflow: hidden; }
.hpx__feed > img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.82) saturate(1.05); }
.hpx__bracket { position: absolute; width: 26px; height: 26px; border: 3px solid var(--mint-green, #7FE5A8); }
.hpx__bracket--tl { top: 22%; left: 14%; border-right: 0; border-bottom: 0; border-top-left-radius: 7px; }
.hpx__bracket--tr { top: 22%; right: 14%; border-left: 0; border-bottom: 0; border-top-right-radius: 7px; }
.hpx__bracket--bl { bottom: 28%; left: 14%; border-right: 0; border-top: 0; border-bottom-left-radius: 7px; }
.hpx__bracket--br { bottom: 28%; right: 14%; border-left: 0; border-top: 0; border-bottom-right-radius: 7px; }
.hpx__scanline { position: absolute; left: 14%; right: 14%; top: 22%; height: 2px; background: linear-gradient(90deg, transparent, var(--mint-green, #7FE5A8), transparent); box-shadow: 0 0 12px 2px color-mix(in srgb, var(--mint-green, #7FE5A8) 70%, transparent); opacity: 0; }
.is-revealed .hpx__scanline { animation: hpxScan 2.8s ease-in-out 0.4s infinite; }
@keyframes hpxScan { 0% { top: 22%; opacity: 0; } 14% { opacity: 1; } 50% { top: 70%; opacity: 1; } 86% { opacity: 1; } 100% { top: 22%; opacity: 0; } }
.hpx__ident { position: absolute; left: 9px; right: 9px; bottom: 9px; display: flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, 0.97); border-radius: 12px; padding: 8px 9px; box-shadow: 0 12px 28px -12px rgba(0, 0, 0, 0.55); opacity: 0; transform: translateY(12px); }
.is-revealed .hpx__ident { animation: hpxRise 0.6s cubic-bezier(.2, .7, .3, 1) 1.2s both; }
@keyframes hpxRise { to { opacity: 1; transform: translateY(0); } }
.hpx__check { flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%; background: var(--mint-green, #7FE5A8); display: flex; align-items: center; justify-content: center; }
.hpx__check svg { width: 12px; height: 12px; }
.hpx__ident-txt { display: flex; flex-direction: column; line-height: 1.25; text-align: left; }
.hpx__ident-txt b { font-size: 11px; color: #0A0B0E; }
.hpx__ident-txt span { font-size: 8px; color: #667085; }
.hpx__shutter { display: flex; align-items: center; justify-content: center; padding: 11px 0 13px; background: #0C100E; }
.hpx__shutter span { width: 29px; height: 29px; border-radius: 50%; background: #2E73FF; box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.92), 0 0 0 6px rgba(46, 115, 255, 0.35); }

/* record — item sheet */
.hpx__hero { margin: 0 12px; aspect-ratio: 16 / 10; border-radius: 11px; overflow: hidden; background: #EDECE6; }
.hpx__hero img { width: 100%; height: 100%; object-fit: cover; }
.hpx__body { padding: 9px 14px 0; }
.hpx__titlerow { display: flex; align-items: center; justify-content: space-between; gap: 7px; }
.hpx__name { font-family: var(--font-head, "Poppins", sans-serif); font-weight: 600; font-size: 14px; color: #0A0B0E; letter-spacing: -0.01em; }
.hpx__verified { font-family: var(--font-mono, monospace); font-size: 8px; font-weight: 600; color: var(--mint-deep, #1B9E66); }
.hpx__rows { list-style: none; margin: 7px 0 0; padding: 0; }
.hpx__rows li { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; border-top: 1px solid rgba(10, 11, 14, 0.07); font-size: 10px; }
.hpx__rows li:first-child { border-top: none; }
.hpx__rows span { color: #8A9097; }
.hpx__rows b { color: #0A0B0E; font-weight: 600; }
.hpx__rows b.hl { color: var(--mint-deep, #1B9E66); }

/* value */
.hpx__valwrap { position: relative; margin: 0 14px; padding: 12px; background: #F4F6F5; border-radius: 12px; display: flex; flex-direction: column; }
.hpx__value-lbl { font-family: var(--font-mono, monospace); font-size: 8px; letter-spacing: 0.1em; text-transform: uppercase; color: #8A9097; }
.hpx__value-num { font-family: var(--font-head, "Poppins", sans-serif); font-weight: 700; font-size: 26px; letter-spacing: -0.03em; color: #0A0B0E; margin-top: 1px; }
.is-revealed .hpx__value-num { animation: hpxRise 0.7s ease 0.7s both; }
.hpx__value-delta { font-size: 9px; font-weight: 600; color: var(--mint-deep, #1B9E66); margin-top: 2px; }
.hpx__spark { width: 100%; height: 51px; color: var(--mint, #2BC47E); margin-top: 5px; }
.hpx__spark path { stroke-dasharray: 260; stroke-dashoffset: 260; }
.is-revealed .hpx__spark path { animation: hpxDraw 1.2s ease 0.85s both; }
@keyframes hpxDraw { to { stroke-dashoffset: 0; } }
.hpx__holdings { list-style: none; margin: 9px 0 0; padding: 0 14px; }
.hpx__holdings li { display: flex; align-items: center; gap: 7px; padding: 6px 0; border-top: 1px solid rgba(10, 11, 14, 0.07); font-size: 10px; }
.hpx__holdings li:first-child { border-top: none; }
.hpx__hthumb { width: 21px; height: 21px; border-radius: 6px; background-size: cover; background-position: center; background-color: #EDECE6; flex: 0 0 auto; }
.hpx__holdings b { color: #0A0B0E; font-weight: 600; }
.hpx__holdings i { font-style: normal; margin-left: auto; color: #667085; font-family: var(--font-mono, monospace); font-size: 9px; }

/* bubbles */
.hpx--bubbles .hpx__grid { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 7px; padding: 0 12px 7px; align-content: start; overflow: hidden; }
.hpx__bub { background: #fff; border-radius: 9px; padding: 6px; box-shadow: 0 6px 14px -9px rgba(10, 40, 28, 0.45); }
.hpx__bub-img { display: block; aspect-ratio: 1 / 1; border-radius: 7px; overflow: hidden; background: #EDECE6; }
.hpx__bub-img img { width: 100%; height: 100%; object-fit: cover; }
.hpx__bub b { display: block; font-size: 9px; color: #0A0B0E; margin: 5px 1px 0.5px; letter-spacing: -0.01em; }
.hpx__bub i { display: block; font-style: normal; font-family: var(--font-mono, monospace); font-size: 7px; color: #8A9097; margin: 0 1px; }

/* share */
.hpx--share .hpx__sharecard { display: flex; align-items: center; gap: 8px; margin: 0 14px; padding: 9px; background: #F4F6F5; border-radius: 12px; }
.hpx__sharethumb { width: 28px; height: 28px; border-radius: 8px; background-size: cover; background-position: center; background-color: #EDECE6; flex: 0 0 auto; }
.hpx--share .hpx__sharecard b { display: block; font-size: 12px; color: #0A0B0E; letter-spacing: -0.01em; }
.hpx__sharemeta { font-size: 9px; color: #8A9097; }
.hpx__avatars { display: flex; align-items: center; margin: 9px 14px 0; }
.hpx__avatars img { width: 21px; height: 21px; border-radius: 50%; border: 2px solid #fff; object-fit: cover; margin-left: -6px; }
.hpx__avatars img:first-child { margin-left: 0; }
.hpx__more { font-size: 8px; font-weight: 600; color: #667085; margin-left: 6px; }
.hpx__opts { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; margin: 9px 14px 0; }
.hpx__opt { display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-head, "Poppins", sans-serif); font-size: 8px; font-weight: 600; color: #667085; padding: 5px 7px; border: 1px solid rgba(10, 11, 14, 0.1); border-radius: 999px; }
.hpx__opt svg { width: 9px; height: 9px; color: #667085; flex: 0 0 auto; }
.hpx__opt.is-on { background: color-mix(in srgb, var(--mint-green, #7FE5A8) 26%, #fff); border-color: color-mix(in srgb, var(--mint, #2BC47E) 42%, transparent); color: var(--mint-deep, #1B9E66); }
.hpx__opt.is-on svg { color: var(--mint-deep, #1B9E66); }

/* reduced motion: calm final states */
.bublr-reduce-motion .hpx__scanline { opacity: 0; animation: none; }
.bublr-reduce-motion .hpx__ident { opacity: 1; transform: none; animation: none; }
.bublr-reduce-motion .hpx__value-num { animation: none; }
.bublr-reduce-motion .hpx__spark path { stroke-dashoffset: 0; animation: none; }


