.contact-unlock-panel {
	margin: 16px 0;
	padding: 18px;
	border: 1px solid rgba(139, 10, 26, 0.36);
	border-radius: 12px;
	background:
		linear-gradient(135deg, rgba(23, 12, 16, 0.98), rgba(11, 11, 14, 0.96));
	color: #f8fafc;
	box-shadow: 0 16px 42px rgba(3, 10, 24, 0.18);
}

.contact-unlock-panel__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	color: rgba(202, 210, 224, 0.76);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.contact-unlock-panel__eyebrow span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.72);
}

.contact-unlock-panel__body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.contact-unlock-panel strong {
	display: block;
	margin: 0 0 6px;
	font-size: 20px;
	line-height: 1.15;
	color: #fff;
}

.contact-unlock-panel p {
	margin: 0;
	max-width: 58ch;
	color: #c7cad2;
	font-size: 15px;
	line-height: 1.55;
}

.contact-unlock-panel__button,
.contact-unlock-modal__primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 0 18px;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary));
	color: #fff;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 12px 28px rgba(139, 10, 26, 0.34);
	transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
	text-decoration: none;
	white-space: nowrap;
}

.contact-unlock-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-unlock-panel__secondary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.055);
	color: rgba(255, 232, 218, 0.92);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.contact-unlock-panel__secondary:hover {
	border-color: rgba(255, 255, 255, 0.38);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.contact-unlock-panel--contact-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(232px, 280px);
	align-items: center;
	gap: 8px 24px;
	margin: 14px 0 0;
	padding: 22px 24px;
	overflow: hidden;
	border-color: rgba(230, 196, 106, 0.14);
	border-radius: 14px;
	background: rgba(16, 16, 20, 0.94);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 18px 42px rgba(0, 0, 0, 0.24);
}

.contact-unlock-panel--contact-card::before {
	content: none;
}

.contact-unlock-panel--contact-card .contact-unlock-panel__eyebrow {
	grid-column: 1;
	margin: 0 0 9px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 11px;
	letter-spacing: 0.14em;
	line-height: 1.2;
}

.contact-unlock-panel--contact-card .contact-unlock-panel__body {
	display: contents;
}

.contact-unlock-panel--contact-card .contact-unlock-panel__copy {
	grid-column: 1;
	grid-row: 2 / span 2;
	min-width: 0;
	max-width: none;
}

.contact-unlock-panel--contact-card strong {
	margin-bottom: 7px;
	font-size: clamp(20px, 1.75vw, 24px);
	letter-spacing: 0;
	line-height: 1.12;
	text-wrap: balance;
}

.contact-unlock-panel--contact-card p {
	max-width: 58ch;
	color: rgba(236, 236, 236, 0.72);
	font-size: 14px;
	line-height: 1.48;
	text-wrap: pretty;
}

.contact-unlock-panel--contact-card .contact-unlock-panel__button {
	grid-column: 2;
	grid-row: 2;
	align-self: end;
	width: 100%;
	min-height: 48px;
	padding: 0 16px;
	border-radius: 10px;
	background: var(--brand-primary);
	box-shadow:
		0 12px 24px rgba(139, 10, 26, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.contact-unlock-panel--contact-card .contact-unlock-panel__actions {
	display: grid;
	grid-template-columns: 1fr;
	grid-column: 2;
	grid-row: 3;
	justify-items: end;
	margin-top: 8px;
	padding-top: 0;
	border-top: 0;
}

.contact-unlock-panel--contact-card .contact-unlock-panel__secondary {
	position: relative;
	width: auto;
	max-width: 100%;
	min-height: 32px;
	justify-content: flex-end;
	gap: 8px;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.76);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0;
	box-shadow: none;
}

.contact-unlock-panel--contact-card .contact-unlock-panel__secondary::after {
	content: "\2192";
	flex: 0 0 auto;
	color: rgba(255, 255, 255, 0.62);
	font-size: 15px;
	line-height: 1;
	transition: transform 160ms ease, color 160ms ease;
}

.contact-unlock-panel--contact-card .contact-unlock-panel__secondary:hover::after {
	transform: translateX(3px);
	color: #fff;
}

.contact-unlock-panel--contact-card .contact-unlock-panel__secondary:hover {
	border-color: transparent;
	background: transparent;
	color: rgba(255, 244, 224, 0.95);
}

.contact-unlock-panel--contact-card .contact-unlock-panel__secondary span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.contact-unlock-panel--contact-card .contact-unlock-panel__status {
	grid-column: 1 / -1;
}

.contact-unlock-panel__button:focus-visible,
.contact-unlock-panel__secondary:focus-visible,
.contact-unlock-modal__primary:focus-visible {
	outline: 2px solid var(--focus-ring-color, #FFFFFF);
	outline-offset: 3px;
}

.contact-unlock-svg,
.contact-unlock-panel__button .contact-unlock-icon {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.contact-unlock-panel__button:hover,
.contact-unlock-modal__primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 34px rgba(139, 10, 26, 0.42);
}

.contact-unlock-panel__button:disabled,
.contact-unlock-modal__primary:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	transform: none;
}

.contact-unlock-panel__status {
	margin-top: 12px;
	padding: 10px 12px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.08);
	color: #f4b7c2;
	font-size: 14px;
	line-height: 1.45;
}

/* Contact access: one shell and one visual vocabulary for every state. */
.contact-unlock-modal {
	--cu-paper: #111113;
	--cu-surface: #1b1b1e;
	--cu-ink: #f5f2f0;
	--cu-muted: #b6b2b6;
	--cu-line: #3a363b;
	--cu-accent: #8b0a1a;
	--cu-selected: #c65b6b;
	--cu-selection-surface: #28171d;
	--cu-control-line: #8c818b;
	--cu-error: #ffb0b7;
	--cu-success: #87d6ab;
	--cu-ease: cubic-bezier(.22, 1, .36, 1);
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	place-items: center;
	padding: 24px;
	background: rgb(0 0 0 / 72%);
	color: var(--cu-ink);
	isolation: isolate;
	animation: cu-backdrop-in 180ms var(--cu-ease);
}
.contact-unlock-modal[hidden] { display: none; }
.contact-unlock-modal *, .contact-unlock-modal *::before, .contact-unlock-modal *::after { box-sizing: border-box; }
.contact-unlock-modal .contact-unlock-modal__dialog {
	width: 100%;
	max-width: 540px;
	min-width: 0;
	max-height: min(820px, calc(100vh - 48px));
	max-height: min(820px, calc(100dvh - 48px));
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--cu-line);
	border-radius: 20px;
	background: var(--cu-paper);
	color: var(--cu-ink);
	box-shadow: 0 24px 80px rgb(0 0 0 / 40%);
	animation: cu-dialog-in 180ms var(--cu-ease);
	font-family: inherit;
	font-size: 15px;
	line-height: 1.5;
}
/* Contain theme defaults without outranking the component rules below. */
.contact-unlock-modal :where(.contact-unlock-modal__dialog) :where(h2, h3, p, fieldset, legend, label, dl, dt, dd) {
	float: none;
	width: auto;
	min-width: 0;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	font-family: inherit;
	letter-spacing: normal;
	text-transform: none;
	text-align: start;
	line-height: 1.5;
	overflow-wrap: anywhere;
}
.contact-unlock-modal .contact-unlock-modal__dialog button,
.contact-unlock-modal .contact-unlock-modal__dialog input {
	float: none;
	font-family: inherit;
	letter-spacing: normal;
	text-transform: none;
	margin: 0;
}
.contact-unlock-modal a { text-decoration: none; }
.contact-unlock-modal .contact-unlock-modal__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	flex: 0 0 auto;
	padding: 24px;
	border-bottom: 1px solid var(--cu-line);
}
.contact-unlock-identity { display: flex; gap: 14px; align-items: center; min-width: 0; }
.contact-unlock-identity__portrait {
	position: relative;
	display: grid;
	place-items: center;
	flex: 0 0 52px;
	width: 52px;
	height: 64px;
	border-radius: 10px;
	overflow: hidden;
	background: #322128;
	color: #f0d9de;
	font-size: 22px;
}
.contact-unlock-identity__portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.contact-unlock-identity__copy { min-width: 0; }
.contact-unlock-identity__name { display: block; color: var(--cu-muted); font-size: 13px; margin-bottom: 3px; overflow-wrap: anywhere; }
.contact-unlock-modal .contact-unlock-modal__title { font-size: clamp(20px, 4.8vw, 25px); font-weight: 650; line-height: 1.2; letter-spacing: -.025em; }
.contact-unlock-modal .contact-unlock-modal__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	min-height: 44px;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 50%;
	background: transparent;
	color: var(--cu-muted);
	cursor: pointer;
	box-shadow: none;
}
.contact-unlock-modal__content { flex: 1 1 auto; min-height: 0; min-width: 0; padding: 22px 24px; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; -webkit-overflow-scrolling: touch; }
.contact-unlock-modal__content > * { min-width: 0; max-width: 100%; }
.contact-unlock-modal[data-view="pending"] .contact-unlock-status,
.contact-unlock-modal[data-view="unlocked"] .contact-unlock-result { animation: cu-content-in 140ms var(--cu-ease); }
.contact-unlock-modal .contact-unlock-modal__footer { flex: 0 0 auto; padding: 16px 24px 22px; border-top: 1px solid var(--cu-line); background: var(--cu-paper); }
.contact-unlock-modal [data-unlock-footer] { display: grid; gap: 10px; }
.contact-unlock-modal .contact-unlock-modal__message { font-size: 13px; color: var(--cu-muted); line-height: 1.45; }
.contact-unlock-modal .contact-unlock-modal__message:not(:empty) { margin-bottom: 10px; }
.contact-unlock-modal[data-view="unlocked"] .contact-unlock-modal__message { color: var(--cu-success); }
.contact-unlock-modal .contact-unlock-modal__primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-width: 0;
	min-height: 48px;
	padding: 12px 16px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: var(--cu-accent);
	color: #fff;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.4;
	white-space: normal;
	overflow-wrap: anywhere;
	box-shadow: none;
	text-decoration: none;
	cursor: pointer;
	transition: transform 100ms var(--cu-ease), background-color 120ms;
}
.contact-unlock-modal .contact-unlock-modal__primary--quiet { background: transparent; border-color: var(--cu-line); color: var(--cu-ink); }
.contact-unlock-modal button:disabled { cursor: wait; opacity: .65; }
.contact-unlock-modal :is(button, a, input, summary):focus-visible { outline: 2px solid #f4d8dd; outline-offset: 3px; }
.contact-unlock-modal .contact-unlock-modal__title:focus { outline: none; }
.contact-unlock-modal fieldset { min-inline-size: 0; }
.contact-unlock-modal fieldset + fieldset { margin-top: 24px; }
.contact-unlock-modal .contact-unlock-modal__dialog legend { display: block; font-size: 13px; color: var(--cu-muted); font-weight: 600; padding-bottom: 9px; }
.contact-unlock-modal__choices { display: grid; gap: 10px; }
.contact-unlock-modal .contact-unlock-choice {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px;
	border: 1px solid var(--cu-line);
	border-radius: 12px;
	background: var(--cu-surface);
	cursor: pointer;
	transition: background-color 120ms, border-color 120ms;
}
.contact-unlock-modal .contact-unlock-choice:has(input:checked),
.contact-unlock-modal .contact-unlock-method:has(input:checked) { border-color: var(--cu-selected); background: var(--cu-selection-surface); }
.contact-unlock-modal :is(.contact-unlock-choice, .contact-unlock-method):has(input:focus-visible) { outline: 2px solid #f4d8dd; outline-offset: 3px; }
.contact-unlock-modal input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	position: static;
	opacity: 1;
	display: block;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	min-height: 0;
	padding: 0;
	border: 1.5px solid var(--cu-control-line);
	border-radius: 50%;
	background: var(--cu-paper);
	box-shadow: none;
	accent-color: var(--cu-selected);
	cursor: pointer;
	transition: background-color 120ms, border-color 120ms;
}
.contact-unlock-modal input[type="radio"]:checked { border-color: var(--cu-selected); background: var(--cu-selected); box-shadow: inset 0 0 0 4px var(--cu-selection-surface); }
@media (forced-colors: active) {
	.contact-unlock-modal input[type="radio"] { appearance: auto; -webkit-appearance: radio; }
}
.contact-unlock-choice__copy { flex: 1; min-width: 0; }
.contact-unlock-choice__header { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 4px 12px; }
.contact-unlock-choice__header strong { font-size: 15px; font-weight: 650; color: var(--cu-ink); }
.contact-unlock-choice__price { font-size: 15px; font-weight: 600; font-variant-numeric: tabular-nums; }
.contact-unlock-choice__hint, .contact-unlock-choice__proof { display: block; margin-top: 4px; font-size: 13px; line-height: 1.45; color: var(--cu-muted); }
.contact-unlock-choice__duration { white-space: nowrap; }
.contact-unlock-choice__proof { color: var(--cu-ink); }
.contact-unlock-methods { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr)); gap: 8px; }
.contact-unlock-modal .contact-unlock-method { display: flex; align-items: center; gap: 10px; padding: 12px; min-height: 52px; border: 1px solid var(--cu-line); border-radius: 10px; background: var(--cu-surface); cursor: pointer; transition: border-color 120ms, background-color 120ms; }
.contact-unlock-method > span { display: flex; flex: 1; min-width: 0; align-items: center; gap: 7px; }
.contact-unlock-method strong { font-size: 14px; font-weight: 600; overflow-wrap: anywhere; }
.contact-unlock-method .contact-unlock-icon { color: var(--cu-muted); }
.contact-unlock-modal .contact-unlock-method-hint { margin: 8px 0 20px; font-size: 13px; color: var(--cu-muted); }
.contact-unlock-modal .contact-unlock-modal__label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.contact-unlock-phone-field { display: flex; align-items: stretch; min-width: 0; background: var(--cu-surface); border: 1px solid var(--cu-line); border-radius: 10px; }
.contact-unlock-phone-field:focus-within { outline: 2px solid #f4d8dd; outline-offset: 2px; }
.contact-unlock-phone-field__prefix { flex: 0 0 auto; display: flex; align-items: center; padding: 0 12px; color: var(--cu-muted); font-size: 15px; border-right: 1px solid var(--cu-line); }
.contact-unlock-modal .contact-unlock-modal__input {
	width: 100%; min-width: 0; min-height: 50px; padding: 12px; border: 0; border-radius: 10px; outline: none; background: transparent; color: var(--cu-ink); font-size: 16px; line-height: 1.5; box-shadow: none;
}
.contact-unlock-modal .contact-unlock-modal__input::placeholder { color: #979399; opacity: 1; }
.contact-unlock-modal .contact-unlock-field-hint { margin-top: 8px; font-size: 13px; color: var(--cu-muted); }
.contact-unlock-modal .contact-unlock-field-error { font-size: 13px; color: var(--cu-error); margin-top: 6px; }
.contact-unlock-field-error:empty { display: none; }
.contact-unlock-total { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-variant-numeric: tabular-nums; }
.contact-unlock-total > span { color: var(--cu-muted); font-size: 13px; }
.contact-unlock-total strong { font-size: 19px; font-weight: 650; }
.contact-unlock-modal .contact-unlock-credit { font-size: 12px; color: var(--cu-success); }
.contact-unlock-disclosure { margin-bottom: 12px; color: var(--cu-muted); font-size: 13px; }
.contact-unlock-disclosure summary { display: flex; gap: 8px; align-items: center; cursor: pointer; min-height: 44px; list-style: none; }
.contact-unlock-disclosure summary::-webkit-details-marker { display: none; }
.contact-unlock-disclosure summary > span { flex: 1; }
.contact-unlock-disclosure summary > .contact-unlock-icon:last-child { transition: transform 120ms var(--cu-ease); }
.contact-unlock-disclosure[open] summary > .contact-unlock-icon:last-child { transform: rotate(180deg); }
.contact-unlock-modal .contact-unlock-disclosure p { padding: 10px 0; color: var(--cu-muted); font-size: 13px; animation: cu-fade-in 120ms linear; }
.contact-unlock-icon { display: block; flex: 0 0 20px; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-unlock-status { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 14px; align-items: start; padding: 12px 0 24px; }
.contact-unlock-status__icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 44px; color: #d8a5af; }
.contact-unlock-status__icon .contact-unlock-icon { width: 30px; height: 30px; }
.contact-unlock-modal .contact-unlock-status h3 { font-size: 19px; font-weight: 600; line-height: 1.3; margin-bottom: 10px; }
.contact-unlock-modal .contact-unlock-status p { font-size: 14px; color: var(--cu-muted); }
.contact-unlock-modal .contact-unlock-payment-details { display: grid; gap: 0; }
.contact-unlock-payment-details > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 12px; padding: 12px 0; border-top: 1px solid var(--cu-line); }
.contact-unlock-modal .contact-unlock-payment-details dt { font-size: 13px; color: var(--cu-muted); }
.contact-unlock-modal .contact-unlock-payment-details dd { font-size: 16px; font-weight: 600; }
.contact-unlock-modal .contact-unlock-payment-details .contact-unlock-reference { font-size: 12px; color: var(--cu-muted); font-weight: 400; overflow-wrap: anywhere; }
.contact-unlock-confirmation { display: flex; gap: 8px; align-items: center; color: var(--cu-success); font-size: 13px; margin-bottom: 18px; }
.contact-unlock-confirmation.is-new .contact-unlock-icon { animation: cu-confirm 180ms var(--cu-ease); }
.contact-unlock-whatsapp { display: flex; justify-content: center; align-items: center; gap: 10px; padding: 13px 16px; min-height: 48px; border-radius: 10px; background: #176c43; color: #fff; font-weight: 600; transition: transform 100ms var(--cu-ease), background-color 120ms; }
.contact-unlock-result { margin-top: 14px; }
.contact-unlock-result__item { padding: 14px 0; border-bottom: 1px solid var(--cu-line); }
.contact-unlock-result__copy { display: flex; flex-wrap: wrap; gap: 5px 12px; align-items: baseline; justify-content: space-between; min-width: 0; }
.contact-unlock-result__copy > span { color: var(--cu-muted); font-size: 13px; }
.contact-unlock-result__copy strong { color: var(--cu-ink); font-size: 18px; font-weight: 600; user-select: text; overflow-wrap: anywhere; }
.contact-unlock-result__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.contact-unlock-modal :is(.contact-unlock-result__link, .contact-unlock-result__copy-button) { display: inline-flex; align-items: center; justify-content: center; gap: 7px; flex: 1 1 110px; min-height: 44px; padding: 9px 12px; background: transparent; color: var(--cu-ink); border: 1px solid var(--cu-line); border-radius: 9px; font-size: 13px; font-weight: 500; line-height: 1.5; cursor: pointer; }
.contact-unlock-result__copy-button { min-width: 115px; }
.contact-unlock-modal .contact-unlock-expiry { margin: 12px 0 4px; color: var(--cu-muted); font-size: 12px; }
.contact-unlock-modal[data-view="unlocked"] .contact-unlock-disclosure { margin: 12px 0 0; }
.contact-unlock-secondary { padding-top: 18px; margin-top: 18px; border-top: 1px solid var(--cu-line); }
.contact-unlock-modal .contact-unlock-secondary h3 { font-size: 15px; font-weight: 600; }
.contact-unlock-secondary h3 > span { color: var(--cu-muted); font-size: 13px; font-weight: 400; }
.contact-unlock-modal .contact-unlock-secondary p { margin-top: 6px; font-size: 13px; color: var(--cu-muted); }
.contact-unlock-secondary__links { display: flex; flex-wrap: wrap; gap: 4px 20px; margin-top: 5px; }
.contact-unlock-modal :is(.contact-unlock-secondary__links a, .contact-unlock-text-button, .contact-unlock-support) { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 0; color: #edd1d7; background: none; border: 0; font-size: 13px; font-weight: 600; line-height: 1.5; text-align: start; cursor: pointer; }
.contact-unlock-upgrade-slot:empty { display: none; }
.contact-unlock-modal .contact-unlock-loading { color: var(--cu-muted); padding: 18px 0; }
.contact-unlock-clipboard { position: fixed; left: -9999px; top: 0; }
.contact-unlock-spinner { width: 16px; height: 16px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: cu-spin 800ms linear infinite; }
.contact-unlock-modal.is-closing { animation: cu-fade-out 160ms cubic-bezier(.4, 0, 1, 1) forwards; }
.contact-unlock-modal.is-closing .contact-unlock-modal__dialog { animation: cu-dialog-out 160ms cubic-bezier(.4, 0, 1, 1) forwards; }
@media (hover: hover) {
	.contact-unlock-modal :is(.contact-unlock-choice, .contact-unlock-method):hover { border-color: var(--cu-control-line); }
	.contact-unlock-modal :is(.contact-unlock-choice, .contact-unlock-method):has(input:checked):hover { border-color: var(--cu-selected); }
	.contact-unlock-modal .contact-unlock-modal__primary:not(:disabled):hover { background: #a11027; color: #fff; }
	.contact-unlock-modal .contact-unlock-modal__primary--quiet:not(:disabled):hover { background: var(--cu-surface); }
	.contact-unlock-modal .contact-unlock-modal__close:hover { background: var(--cu-surface); color: var(--cu-ink); }
	.contact-unlock-whatsapp:hover { background: #1b7d4e; color: #fff; }
	.contact-unlock-modal :is(.contact-unlock-text-button, .contact-unlock-secondary__links a, .contact-unlock-support):hover { text-decoration: underline; text-underline-offset: 3px; }
}
.contact-unlock-modal :is(.contact-unlock-modal__primary, .contact-unlock-whatsapp):active:not(:disabled) { transform: scale(.985); }
@media (max-width: 760px) {
	.contact-unlock-panel--contact-card { display: block; padding: 18px; }
	.contact-unlock-panel--contact-card .contact-unlock-panel__body { display: grid; gap: 14px; }
	.contact-unlock-panel--contact-card .contact-unlock-panel__copy,
	.contact-unlock-panel--contact-card .contact-unlock-panel__button { grid-column: auto; grid-row: auto; }
	.contact-unlock-panel--contact-card .contact-unlock-panel__actions { display: flex; justify-content: flex-start; margin-top: 12px; }
	.contact-unlock-panel--contact-card .contact-unlock-panel__secondary span { white-space: normal; }
}
@media (max-width: 640px) {
	.contact-unlock-modal { padding: max(8px, env(safe-area-inset-top)) 0 0; align-items: end; top: var(--cu-viewport-top, 0px); height: var(--cu-viewport-height, 100%); bottom: auto; }
	.contact-unlock-modal .contact-unlock-modal__dialog { max-width: none; max-height: calc(100vh - max(8px, env(safe-area-inset-top))); max-height: calc(var(--cu-viewport-height, 100dvh) - max(8px, env(safe-area-inset-top))); border-radius: 20px 20px 0 0; border-bottom: 0; animation: cu-sheet-in 240ms var(--cu-ease); }
	.contact-unlock-modal .contact-unlock-modal__header { padding: 18px 18px 16px; }
	.contact-unlock-modal__content { padding: 16px 18px; }
	.contact-unlock-modal .contact-unlock-modal__footer { padding: 14px 18px max(18px, env(safe-area-inset-bottom)); }
	.contact-unlock-panel__body { flex-direction: column; align-items: stretch; }
	.contact-unlock-panel__button { width: 100%; white-space: normal; }
	.contact-unlock-modal.is-closing .contact-unlock-modal__dialog { animation-name: cu-sheet-out; }
}
@media (max-width: 360px) {
	.contact-unlock-methods { grid-template-columns: minmax(0, 1fr); }
	.contact-unlock-identity { gap: 10px; }
	.contact-unlock-modal .contact-unlock-modal__header { gap: 8px; }
}
.profile-hero--contact-locked .contact-unlock-panel { background: #141114; border-color: #4a2730; box-shadow: none; }
.profile-hero--contact-locked .contact-unlock-panel__button { box-shadow: none; font-weight: 650; }
/* The shared entry paragraph is intentionally unchanged and never truncated. */
@media (max-width: 767px) and (min-height: 561px) {
	body.is-profile-page .profile-page .profile-hero--contact-locked .profile-hero__info-overlay { padding-bottom: calc(54px + env(safe-area-inset-bottom, 0px)) !important; }
}
/* Short screens keep the complete entry copy in normal page flow. */
@media (max-width: 767px) and (max-height: 560px) {
	body.is-profile-page .profile-page .profile-hero--contact-locked .profile-hero__info-overlay { position: relative; margin-top: -150px; padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px)) !important; }
}
@keyframes cu-backdrop-in { from { background-color: rgb(0 0 0 / 0%); } }
@keyframes cu-dialog-in { from { opacity: 0; transform: translateY(6px); } }
@keyframes cu-dialog-out { to { opacity: 0; transform: translateY(6px); } }
@keyframes cu-sheet-in { from { opacity: 0; transform: translateY(20px); } }
@keyframes cu-sheet-out { to { opacity: 0; transform: translateY(20px); } }
@keyframes cu-content-in { from { opacity: 0; transform: translateY(4px); } }
@keyframes cu-fade-in { from { opacity: 0; } }
@keyframes cu-fade-out { to { opacity: 0; } }
@keyframes cu-confirm { from { opacity: 0; transform: scale(.85); } }
@keyframes cu-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
	.contact-unlock-modal, .contact-unlock-modal *, .contact-unlock-modal *::before, .contact-unlock-modal *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
	.contact-unlock-modal :is(.contact-unlock-modal__primary, .contact-unlock-whatsapp):active { transform: none; }
	.contact-unlock-spinner { display: none; }
}
