.ast-hb {
	--hb-ink: #2c2523;
	--hb-muted: #756758;
	--hb-teal: #007d80;
	--hb-gold: #d8a43d;
	--hb-line: #eadcc9;
	--hb-text-padding: 28px;
	box-sizing: border-box;
	max-width: none;
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	padding: 24px 0 72px;
	left: auto;
	color: var(--hb-ink);
	box-shadow: none;
}
.ast-hb *, .ast-hb *::before, .ast-hb *::after { box-sizing: border-box; }
.ast-hb .ast-hb__breadcrumbs { gap: 0; max-width: 100%; margin: 6px 0 16px max(0px, calc((100% - 980px) / 2)); padding: 6px 10px 6px 8px; color: #746b62; background: linear-gradient(135deg, #fffdf9 0%, #f8f4ee 100%); border: 1px solid #e6ddd2; border-left: 3px solid #d5a044; border-radius: 9px; box-shadow: 0 3px 10px rgba(68,49,30,.05); font-size: 12px; line-height: 1.35; }
.ast-hb .ast-hb__breadcrumbs > a { color: #614220; font-size: 12px; font-weight: 700; line-height: 1.35; text-decoration: none; }
.ast-hb .ast-hb__breadcrumbs > a:hover, .ast-hb .ast-hb__breadcrumbs > a:focus-visible { color: #006a6f; font-size: 12px; text-decoration: none; }
.ast-hb .ast-hb__breadcrumb-separator { display: inline-flex; align-items: center; justify-content: center; margin: 0 6px; color: #ad9f91; font-size: 16px; font-weight: 400; line-height: 1; }
.ast-hb .ast-hb__breadcrumb-topic { display: inline-flex; align-items: center; gap: 5px; min-height: 28px; padding: 1px 8px 1px 2px; background: rgba(255,255,255,.78); border: 1px solid rgba(1,105,111,.12); border-radius: 999px; box-shadow: 0 2px 6px rgba(1,105,111,.05); white-space: nowrap; }
.ast-hb .ast-hb__breadcrumb-icon { display: inline-grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; color: inherit; background: linear-gradient(135deg, #f8f2ff, #dff4f3); border: 1px solid rgba(139,93,19,.18); border-radius: 50%; box-shadow: 0 3px 8px rgba(1,105,111,.09); font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif; font-size: 14px; line-height: 1; filter: drop-shadow(0 1px 0 rgba(255,255,255,.85)); transition: transform .18s ease, box-shadow .18s ease; }
.ast-hb .ast-hb__breadcrumb-topic-label { color: inherit; font-size: 12px; line-height: 1.35; }
.ast-hb .ast-hb__breadcrumb-current { color: #746b62; font-size: 12px; font-weight: 500; line-height: 1.35; }
.ast-hb .ast-hb__breadcrumb-topic:hover .ast-hb__breadcrumb-icon, .ast-hb .ast-hb__breadcrumb-topic:focus-visible .ast-hb__breadcrumb-icon { transform: translateY(-1px) scale(1.06); box-shadow: 0 5px 11px rgba(1,105,111,.14); }
.ast-hb__intro, .ast-hb__instructions, .ast-hb__apps, .ast-hb__embed { max-width: 980px; margin-right: auto; margin-left: auto; }
.ast-hb__intro { padding: var(--hb-text-padding); border: 1px solid var(--hb-line); border-radius: 24px; background: linear-gradient(145deg, #fff 0%, #fffaf2 100%); box-shadow: 0 18px 48px rgba(77, 57, 35, .08); }
.ast-hb__intro .ast-new-page__title { margin-bottom: 14px; font-size: clamp(26px, 3vw, 34px); }
.ast-hb__instructions > h2 { margin-bottom: 12px; font-size: clamp(24px, 3vw, 30px); }
.ast-hb__intro, .ast-hb__instructions { font-size: 16px; line-height: 1.62; }
.ast-hb__intro p:not(.ast-new-page__eyebrow), .ast-hb__instructions p:not(.ast-new-page__eyebrow) { margin-bottom: 12px; }
.ast-hb .ast-hb__jump, .ast-hb .ast-hb__jump:link, .ast-hb .ast-hb__jump:visited { display: inline-flex; align-items: center; min-height: 44px; margin-top: 8px; padding: 11px 19px; border-radius: 999px; background: var(--hb-teal); color: #fff !important; font-weight: 800; line-height: 1.2; text-decoration: none; }
.ast-hb .ast-hb__jump:hover, .ast-hb .ast-hb__jump:focus-visible { background: #044f52; color: #fff !important; text-decoration: none; }
.ast-hb__instructions { margin-top: 24px; padding: var(--hb-text-padding); border: 1px solid #d5ad2c; border-radius: 20px; background: #ffde6d; }
.ast-hb__instructions ol { display: grid; gap: 14px; margin: 14px 0 0; padding-left: 25px; }
.ast-hb__instructions li { padding-left: 7px; }
.ast-hb__instructions li::marker { font-weight: 900; }
.ast-hb__instructions li p { margin: 7px 0; }
.ast-hb__ela, .ast-hb__board, .ast-hb__advisors { max-width: 980px; margin: 28px auto 0; }
.ast-hb__ela { position: relative; scroll-margin-top: 40px; }
.ast-hb__board { position: relative; padding: clamp(14px, 3vw, 28px); border: 1px solid var(--hb-line); border-radius: 22px; background: #fff; box-shadow: 0 16px 42px rgba(77, 57, 35, .09); scroll-margin-top: 24px; }
.ast-hb__anchor { position: absolute; top: 0; left: 0; width: 1px; height: 1px; overflow: hidden; visibility: hidden; pointer-events: none; }
.ast-hb__frame-viewport { position: relative; width: min(650px, 100%); height: 620px; margin: 0 auto; overflow: hidden; background: #272727; }
.ast-hb__frame { display: block; width: 650px; max-width: none; height: 620px; border: 0; transform-origin: top left; }
.ast-hb__trust-row { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; }
.ast-hb__origin { margin: 0 !important; padding: 0; color: var(--hb-muted); background: none; border: 0; box-shadow: none; font: 400 12px/1.4 Arial, Helvetica, sans-serif !important; letter-spacing: .01em; text-align: center; }
.ast-hb__apps, .ast-hb__embed { margin-top: 44px; }
.ast-hb__apps { padding: clamp(22px, 4vw, 34px); background: linear-gradient(145deg, #fffdf9, #f7f0e5); border: 1px solid #e5d6bf; border-radius: 22px; box-shadow: 0 16px 38px rgba(68, 49, 30, .07); }
.ast-hb__section-head { max-width: 760px; margin-bottom: 24px; }
.ast-hb__app-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.ast-hb__app-card, .ast-hb__app-card:link, .ast-hb__app-card:visited { position: relative; display: grid; grid-template-columns: 94px minmax(0, 1fr) 24px; gap: 15px; align-items: center; min-width: 0; min-height: 128px; overflow: hidden; padding: 16px; border: 1px solid #dfd1bd; border-radius: 17px; background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(250,246,238,.96)); color: var(--hb-ink); box-shadow: 0 8px 20px rgba(68, 49, 30, .06); text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.ast-hb__app-card::after { content: "›"; display: grid; width: 24px; height: 24px; place-items: center; color: #075f65; background: #e7f2ef; border-radius: 50%; font: 800 20px/1 Arial, sans-serif; transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.ast-hb__app-card:hover, .ast-hb__app-card:focus-visible { border-color: #7eb7b3; box-shadow: 0 14px 28px rgba(42, 91, 88, .14); text-decoration: none; transform: translateY(-3px); }
.ast-hb__app-card:hover::after, .ast-hb__app-card:focus-visible::after { color: #fff; background: #075f65; transform: translateX(2px); }
.ast-hb__app-card:focus-visible { outline: 3px solid rgba(7,95,101,.22); outline-offset: 3px; }
.ast-hb__app-card img { display: block; width: 94px; height: 94px; margin: 0; border: 1px solid rgba(202,166,91,.45); border-radius: 17px; box-shadow: 0 7px 16px rgba(44,37,35,.13); object-fit: cover; }
.ast-hb__app-card span { min-width: 0; }
.ast-hb__app-card strong { display: block; max-width: 100%; color: #075f65; font-size: 17px; line-height: 1.23; hyphens: auto; overflow-wrap: anywhere; }
.ast-hb__app-card small { display: block; max-width: 100%; margin-top: 7px; color: #6f6255; font-size: 13px; line-height: 1.42; hyphens: auto; overflow-wrap: anywhere; }
.ast-hb__embed { padding: clamp(22px, 4vw, 38px); border: 1px solid var(--hb-line); border-radius: 20px; background: #fffaf2; }
.ast-hb__embed label { display: block; margin: 22px 0 8px; font-weight: 800; }
.ast-hb__embed textarea { display: block; width: 100%; min-height: 210px; padding: 14px; border: 1px solid #cdbda8; border-radius: 12px; background: #fff; color: #443729; font: 16px/1.5 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; resize: vertical; }
.ast-hb__copy { min-height: 44px; margin-top: 12px; padding: 10px 17px; border: 0; border-radius: 999px; background: #087b7c; color: #fff; font: 800 15px/1.2 system-ui, sans-serif; cursor: pointer; }
.ast-hb__copy:hover, .ast-hb__copy:focus-visible { background: #055f61; }
.ast-hb__copy-status { min-height: 24px; margin: 6px 0 0 !important; color: #087b7c; font-size: 14px !important; font-weight: 700; }
.ast-hb__canonical { display: none; }
@media (max-width: 980px) {
	.ast-hb__app-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
	.ast-hb { --hb-text-padding: 22px; width: min(100% - 20px, 1180px); padding-top: 16px; }
	.ast-hb .ast-hb__breadcrumbs { margin: 0 0 14px; padding: 5px 8px 5px 6px; border-radius: 9px; font-size: 11.5px; }
	.ast-hb .ast-hb__breadcrumbs > a, .ast-hb .ast-hb__breadcrumbs > a:hover, .ast-hb .ast-hb__breadcrumbs > a:focus-visible, .ast-hb .ast-hb__breadcrumb-topic-label, .ast-hb .ast-hb__breadcrumb-current { font-size: 11.5px; }
	.ast-hb .ast-hb__breadcrumb-separator { margin: 0 4px; }
	.ast-hb__intro, .ast-hb__instructions, .ast-hb__board, .ast-hb__embed { border-radius: 16px; }
	.ast-hb__intro {
		width: 100vw;
		max-width: none;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
		padding-right: 22px;
		padding-left: 22px;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}
	.ast-hb__ela {
		width: 100vw;
		max-width: none;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
	.ast-hb__ela .astrolantis-ela-offer {
		padding-right: 22px;
		padding-left: 22px;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: 0 !important;
		box-shadow: none;
	}
	.ast-hb__board {
		width: 100vw;
		max-width: none;
		margin-top: 0;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
		padding: 0;
		border: 0;
		border-radius: 0;
		background: #272727;
		box-shadow: none;
	}
	.ast-hb__frame-viewport {
		width: 100%;
		border-radius: 0;
	}
	.ast-hb__origin {
		margin: 0 !important;
		padding: 0 10px;
	}
	.ast-hb__trust-row { gap: 10px; margin: 12px 10px 0; }
	.ast-hb__google-source { width: min(100%, 340px); }
	.ast-hb .ast-hb__advisors .astrolantis-advisor-strip {
		overflow: hidden;
		border-radius: 16px !important;
	}
	.ast-hb__apps { padding: 18px 14px; border-radius: 16px; }
	.ast-hb__app-grid { grid-template-columns: 1fr; gap: 12px; }
	.ast-hb__app-card, .ast-hb__app-card:link, .ast-hb__app-card:visited { grid-template-columns: 76px minmax(0, 1fr) 24px; gap: 12px; min-height: 104px; padding: 12px; }
	.ast-hb__app-card img { width: 76px; height: 76px; border-radius: 14px; }
	.ast-hb__app-card strong { font-size: 16px; }
	.ast-hb input, .ast-hb select, .ast-hb textarea { font-size: 16px; }
}
