:root {
    --hpl-bg: #020504;
    --hpl-panel: rgba(8, 14, 10, .92);
    --hpl-panel-soft: rgba(14, 23, 16, .82);
    --hpl-card: rgba(255, 255, 255, .045);
    --hpl-card-hover: rgba(255, 255, 255, .068);
    --hpl-green: #8edb32;
    --hpl-green-bright: #b1ff49;
    --hpl-green-deep: #49aa18;
    --hpl-yellow: #f5bd38;
    --hpl-text: #f7fff5;
    --hpl-muted: #9eaca2;
    --hpl-border: rgba(255, 255, 255, .095);
    --hpl-green-border: rgba(142, 219, 50, .22);
    --hpl-shadow: 0 34px 100px rgba(0, 0, 0, .48);
}

* { box-sizing: border-box; }
html { background: var(--hpl-bg); scroll-behavior: smooth; }
body.hp-launch-body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    background: var(--hpl-bg);
    color: var(--hpl-text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.hp-launch-body a { color: inherit; text-decoration: none; }
body.hp-launch-body button,
body.hp-launch-body input { font: inherit; }
[x-cloak] { display: none !important; }

.hp-launch-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(2, 8, 5, .58), rgba(1, 4, 3, .95) 80%),
        radial-gradient(circle at 17% 12%, rgba(142, 219, 50, .18), transparent 35%),
        url('/assets/images/maintenance/habbobg.c348fee1.png') center / cover no-repeat;
    filter: saturate(.78);
}
.hp-launch-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .56), rgba(0, 0, 0, .12) 46%, rgba(0, 0, 0, .46)),
        linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .62));
}
.hp-launch-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .035;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.52'/%3E%3C/svg%3E");
    mix-blend-mode: soft-light;
}
.hp-launch-bg__glow {
    position: absolute;
    width: 540px;
    height: 540px;
    border-radius: 50%;
    filter: blur(105px);
    opacity: .15;
}
.hp-launch-bg__glow--one { left: -300px; top: 8%; background: rgba(142, 219, 50, .5); }
.hp-launch-bg__glow--two { right: -280px; top: 30%; background: rgba(47, 132, 78, .5); }

.hp-launch-shell {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.hp-launch-topbar,
.hp-launch-main,
.hp-launch-footer {
    width: min(calc(100% - 48px), 1380px);
    margin-inline: auto;
}
.hp-launch-topbar {
    min-height: 82px;
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 12px 14px 12px 20px;
    border: 1px solid var(--hpl-border);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(15, 22, 17, .84), rgba(7, 11, 8, .8));
    box-shadow: 0 24px 60px rgba(0, 0, 0, .3), inset 0 1px rgba(255, 255, 255, .06);
    backdrop-filter: blur(24px);
}
.hp-launch-brand {
    min-width: 0;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 14px;
}
.hp-launch-brand img {
    width: auto;
    height: 52px;
    max-width: 142px;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .42));
}
.hp-launch-brand span { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.hp-launch-brand strong { font-size: 16px; font-weight: 900; letter-spacing: -.02em; white-space: nowrap; }
.hp-launch-brand small {
    color: var(--hpl-green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.hp-launch-topbar__phase {
    height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 14px;
    border: 1px solid rgba(142, 219, 50, .18);
    border-radius: 14px;
    background: rgba(142, 219, 50, .065);
    color: #dfffb4;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.hp-launch-topbar__phase i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--hpl-green);
    box-shadow: 0 0 18px rgba(142, 219, 50, .8);
    animation: hplPulse 2s ease-in-out infinite;
}
@keyframes hplPulse { 50% { transform: scale(1.25); opacity: .7; } }
.hp-launch-topbar__actions { display: flex; align-items: center; gap: 9px; }
.hp-launch-topbar__actions form { margin: 0; }
.hp-launch-staff-link {
    appearance: none;
    border: 0;
    background: transparent;
    color: #95a299;
    cursor: pointer;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.hp-launch-staff-link:hover { color: var(--hpl-green-bright); }

.hp-launch-main {
    margin-top: 24px;
    margin-bottom: 34px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.hp-launch-alert {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 17px;
    border: 1px solid rgba(142, 219, 50, .18);
    border-radius: 17px;
    background: rgba(142, 219, 50, .075);
    color: #dfffc5;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .2);
}
.hp-launch-alert strong { flex: 0 0 auto; font-size: 12px; font-weight: 900; }
.hp-launch-alert span { color: #aebbb1; font-size: 12px; }
.hp-launch-alert--warning { border-color: rgba(245, 189, 56, .22); background: rgba(245, 189, 56, .075); color: #ffe8a7; }

.hp-launch-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.34fr) minmax(380px, .66fr);
    gap: 24px;
    align-items: stretch;
    padding: clamp(36px, 5vw, 70px);
    overflow: hidden;
    border: 1px solid var(--hpl-border);
    border-radius: 32px;
    background: linear-gradient(112deg, rgba(7, 14, 9, .95), rgba(8, 16, 11, .84) 55%, rgba(20, 42, 20, .76));
    box-shadow: var(--hpl-shadow), inset 0 1px rgba(255, 255, 255, .06);
}
.hp-launch-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 6%, rgba(142, 219, 50, .18), transparent 34%), linear-gradient(90deg, transparent 58%, rgba(142, 219, 50, .055));
    pointer-events: none;
}
.hp-launch-hero::after {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    right: -170px;
    bottom: -250px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(142, 219, 50, .2), transparent 68%);
    pointer-events: none;
}
.hp-launch-hero__copy,
.hp-launch-beta-card { position: relative; z-index: 1; }
.hp-launch-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--hpl-green-bright);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.hp-launch-eyebrow i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hpl-green);
    box-shadow: 0 0 18px rgba(142, 219, 50, .8);
}
.hp-launch-hero h1 {
    max-width: 850px;
    margin: 18px 0 21px;
    font-size: clamp(50px, 6.3vw, 92px);
    line-height: .92;
    letter-spacing: -.067em;
    font-weight: 950;
}
.hp-launch-hero h1 em {
    display: block;
    color: var(--hpl-green-bright);
    font-style: normal;
    text-shadow: 0 0 36px rgba(142, 219, 50, .16);
}
.hp-launch-hero__copy > p {
    max-width: 760px;
    margin: 0;
    color: #d0dbd1;
    font-size: clamp(15px, 1.16vw, 18px);
    line-height: 1.72;
}
.hp-launch-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 29px; }
.hp-launch-button {
    appearance: none;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 15px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .035em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}
.hp-launch-button:hover { transform: translateY(-2px); }
.hp-launch-button--primary {
    color: #071005;
    background: linear-gradient(135deg, var(--hpl-green-bright), #55c514);
    box-shadow: 0 15px 36px rgba(83, 197, 20, .22), inset 0 1px rgba(255, 255, 255, .34);
}
.hp-launch-button--primary:hover { box-shadow: 0 19px 44px rgba(83, 197, 20, .31), 0 0 28px rgba(142, 219, 50, .13); }
.hp-launch-button--secondary,
.hp-launch-button--ghost {
    color: #eef8eb;
    border-color: var(--hpl-border);
    background: rgba(255, 255, 255, .05);
}
.hp-launch-button--secondary:hover,
.hp-launch-button--ghost:hover { background: rgba(255, 255, 255, .085); border-color: rgba(142, 219, 50, .25); }
.hp-launch-button--small { min-height: 42px; padding-inline: 14px; border-radius: 13px; font-size: 9px; }
.hp-launch-button--wide { width: 100%; }
.hp-launch-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 35px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .075);
}
.hp-launch-proof > div {
    min-height: 100px;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, .065);
    border-radius: 16px;
    background: rgba(255, 255, 255, .025);
}
.hp-launch-proof span { color: var(--hpl-green); font-size: 9px; font-weight: 950; letter-spacing: .1em; }
.hp-launch-proof strong,
.hp-launch-proof small { display: block; }
.hp-launch-proof strong { margin-top: 7px; font-size: 12px; font-weight: 900; }
.hp-launch-proof small { margin-top: 4px; color: #849087; font-size: 10px; line-height: 1.45; }

.hp-launch-beta-card {
    align-self: center;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, .105);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(18, 27, 20, .9), rgba(8, 13, 10, .95));
    box-shadow: 0 28px 70px rgba(0, 0, 0, .36), inset 0 1px rgba(255, 255, 255, .06);
    backdrop-filter: blur(18px);
}
.hp-launch-beta-card__head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 13px;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(255, 255, 255, .075);
}
.hp-launch-beta-card__icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(142, 219, 50, .18);
    border-radius: 16px;
    background: rgba(142, 219, 50, .1);
    color: var(--hpl-green-bright);
    font-size: 25px;
    font-weight: 900;
}
.hp-launch-beta-card__head small,
.hp-launch-beta-card__head strong { display: block; }
.hp-launch-beta-card__head small { color: #8fa092; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hp-launch-beta-card__head strong { margin-top: 4px; font-size: 18px; font-weight: 900; }
.hp-launch-beta-card__head b {
    padding: 7px 9px;
    border: 1px solid rgba(245, 189, 56, .19);
    border-radius: 999px;
    background: rgba(245, 189, 56, .08);
    color: #f6d67d;
    font-size: 9px;
    font-weight: 950;
    text-transform: uppercase;
}
.hp-launch-beta-progress { padding: 21px 0 18px; border-bottom: 1px solid rgba(255, 255, 255, .075); }
.hp-launch-beta-progress > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: #c9d4ca; font-size: 11px; font-weight: 800; }
.hp-launch-beta-progress > div:first-child strong { color: #fff; font-size: 20px; font-weight: 950; }
.hp-launch-progress-track {
    height: 11px;
    margin: 12px 0 9px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
}
.hp-launch-progress-track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #58bd1f, var(--hpl-green-bright));
    box-shadow: 0 0 22px rgba(142, 219, 50, .34);
}
.hp-launch-beta-progress small { color: #829087; font-size: 10px; }
.hp-launch-beta-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 17px 0; }
.hp-launch-beta-metrics > div {
    min-height: 68px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 14px;
    background: rgba(255, 255, 255, .035);
}
.hp-launch-beta-metrics span,
.hp-launch-beta-metrics strong { display: block; }
.hp-launch-beta-metrics span { color: #839088; font-size: 8px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.hp-launch-beta-metrics strong { margin-top: 5px; color: #fff; font-size: 13px; font-weight: 900; }
.hp-launch-opening-date {
    margin-bottom: 14px;
    padding: 13px;
    border: 1px solid rgba(142, 219, 50, .14);
    border-radius: 14px;
    background: rgba(142, 219, 50, .05);
}
.hp-launch-opening-date span,
.hp-launch-opening-date strong { display: block; }
.hp-launch-opening-date span { color: var(--hpl-green); font-size: 8px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.hp-launch-opening-date strong { margin-top: 4px; font-size: 12px; font-weight: 900; }
.hp-launch-opening-date--open { border-color: rgba(255, 255, 255, .075); background: rgba(255, 255, 255, .03); }

.hp-launch-intro,
.hp-launch-roadmap,
.hp-launch-news,
.hp-launch-gallery,
.hp-launch-final-cta {
    border: 1px solid var(--hpl-border);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(10, 16, 12, .89), rgba(6, 10, 8, .93));
    box-shadow: 0 24px 70px rgba(0, 0, 0, .29), inset 0 1px rgba(255, 255, 255, .05);
}
.hp-launch-intro,
.hp-launch-roadmap { padding: 28px; }
.hp-launch-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.hp-launch-section-head > div > span { color: var(--hpl-green); font-size: 10px; font-weight: 950; letter-spacing: .11em; text-transform: uppercase; }
.hp-launch-section-head h2 { margin: 6px 0 5px; font-size: 28px; line-height: 1.05; letter-spacing: -.04em; font-weight: 950; }
.hp-launch-section-head p { margin: 0; color: #8f9d92; font-size: 12px; }
.hp-launch-section-head > b {
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 999px;
    background: rgba(255, 255, 255, .045);
    color: #dce8dd;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}
.hp-launch-section-head--compact { margin-bottom: 15px; }
.hp-launch-section-head--compact h2 { font-size: 23px; }
.hp-launch-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.hp-launch-feature-grid article {
    min-height: 210px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 20px;
    background: rgba(255, 255, 255, .035);
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.hp-launch-feature-grid article:hover { transform: translateY(-3px); border-color: rgba(142, 219, 50, .18); background: var(--hpl-card-hover); }
.hp-launch-feature-grid i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: 17px;
    border: 1px solid rgba(142, 219, 50, .17);
    border-radius: 14px;
    background: rgba(142, 219, 50, .08);
    color: var(--hpl-green-bright);
    font-style: normal;
    font-size: 18px;
}
.hp-launch-feature-grid span { color: var(--hpl-green); font-size: 8px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.hp-launch-feature-grid h3 { margin: 7px 0 9px; font-size: 18px; letter-spacing: -.025em; font-weight: 900; }
.hp-launch-feature-grid p { margin: 0; color: #93a097; font-size: 12px; line-height: 1.58; }

.hp-launch-roadmap { scroll-margin-top: 25px; outline: none; }
.hp-launch-roadmap-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.hp-launch-roadmap-card {
    position: relative;
    min-height: 183px;
    display: flex;
    flex-direction: column;
    padding: 17px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 19px;
    background: rgba(255, 255, 255, .035);
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.hp-launch-roadmap-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    bottom: 16px;
    width: 3px;
    border-radius: 0 4px 4px 0;
    background: var(--hpl-yellow);
}
.hp-launch-roadmap-card.is-complete::before { background: var(--hpl-green); }
.hp-launch-roadmap-card:hover { transform: translateY(-3px); background: var(--hpl-card-hover); border-color: rgba(142, 219, 50, .16); }
.hp-launch-roadmap-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.hp-launch-roadmap-card__top span { display: inline-flex; align-items: center; gap: 7px; color: #f6d57d; font-size: 8px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.hp-launch-roadmap-card__top span i { width: 7px; height: 7px; border-radius: 50%; background: var(--hpl-yellow); box-shadow: 0 0 12px rgba(245, 189, 56, .65); }
.hp-launch-roadmap-card.is-complete .hp-launch-roadmap-card__top span { color: var(--hpl-green-bright); }
.hp-launch-roadmap-card.is-complete .hp-launch-roadmap-card__top span i { background: var(--hpl-green); box-shadow: 0 0 12px rgba(142, 219, 50, .65); }
.hp-launch-roadmap-card time { color: #718078; font-size: 8px; font-weight: 800; }
.hp-launch-roadmap-card h3 { margin: 18px 0 20px; color: #f4faf2; font-size: 15px; line-height: 1.42; font-weight: 900; letter-spacing: -.015em; overflow-wrap: anywhere; }
.hp-launch-roadmap-card__person { display: flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, .06); }
.hp-launch-roadmap-card__person img { width: 38px; height: 38px; object-fit: contain; border: 1px solid rgba(142, 219, 50, .14); border-radius: 12px; background: rgba(142, 219, 50, .075); image-rendering: pixelated; }
.hp-launch-roadmap-card__person small,
.hp-launch-roadmap-card__person strong { display: block; }
.hp-launch-roadmap-card__person small { color: #728078; font-size: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hp-launch-roadmap-card__person strong { margin-top: 2px; font-size: 10px; font-weight: 900; }
.hp-launch-empty { padding: 30px; border: 1px dashed rgba(255, 255, 255, .1); border-radius: 18px; background: rgba(255, 255, 255, .025); text-align: center; }
.hp-launch-empty strong,
.hp-launch-empty span { display: block; }
.hp-launch-empty strong { font-size: 14px; }
.hp-launch-empty span { margin-top: 5px; color: #87948b; font-size: 11px; }

.hp-launch-media { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; }
.hp-launch-news,
.hp-launch-gallery { padding: 24px; }
.hp-launch-news-list { display: flex; flex-direction: column; gap: 10px; }
.hp-launch-news-item {
    min-height: 88px;
    display: grid;
    grid-template-columns: 118px 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 17px;
    background: rgba(255, 255, 255, .032);
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.hp-launch-news-item:hover { transform: translateX(3px); border-color: rgba(142, 219, 50, .18); background: var(--hpl-card-hover); }
.hp-launch-news-item__image { height: 68px; border-radius: 12px; background-position: center; background-size: cover; }
.hp-launch-news-item div:nth-child(2) span { color: var(--hpl-green); font-size: 8px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.hp-launch-news-item div:nth-child(2) strong,
.hp-launch-news-item div:nth-child(2) small { display: block; }
.hp-launch-news-item div:nth-child(2) strong { margin-top: 4px; font-size: 13px; font-weight: 900; }
.hp-launch-news-item div:nth-child(2) small { margin-top: 4px; color: #7f8c83; font-size: 9px; }
.hp-launch-news-item > b { padding-right: 8px; color: var(--hpl-green); font-size: 17px; }
.hp-launch-gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.hp-launch-gallery-grid a { height: 150px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .075); border-radius: 17px; background: rgba(255, 255, 255, .03); }
.hp-launch-gallery-grid img { width: 100%; height: 100%; object-fit: cover; image-rendering: pixelated; transition: transform .22s ease; }
.hp-launch-gallery-grid a:hover img { transform: scale(1.045); }

.hp-launch-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 28px 30px;
    background: linear-gradient(110deg, rgba(16, 34, 16, .92), rgba(7, 12, 9, .94));
}
.hp-launch-final-cta > div:first-child > span { color: var(--hpl-green); font-size: 9px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.hp-launch-final-cta h2 { margin: 7px 0 6px; font-size: 26px; letter-spacing: -.04em; font-weight: 950; }
.hp-launch-final-cta p { margin: 0; color: #8f9d92; font-size: 12px; }
.hp-launch-final-cta > div:last-child { display: flex; flex-wrap: wrap; gap: 10px; }

.hp-launch-footer {
    margin-top: auto;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 22px;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 21px;
    background: rgba(5, 9, 7, .84);
    color: #78867d;
    backdrop-filter: blur(18px);
}
.hp-launch-footer__brand { display: flex; align-items: center; gap: 12px; }
.hp-launch-footer__brand img { height: 35px; max-width: 94px; object-fit: contain; }
.hp-launch-footer__brand strong,
.hp-launch-footer__brand small { display: block; }
.hp-launch-footer__brand strong { color: #ecf5ea; font-size: 12px; }
.hp-launch-footer__brand small { margin-top: 2px; font-size: 9px; }
.hp-launch-footer p { margin: 0; font-size: 10px; text-align: center; }
.hp-launch-footer nav { display: flex; justify-content: flex-end; gap: 17px; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.hp-launch-footer nav a:hover { color: var(--hpl-green-bright); }

.hp-launch-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 20px; }
.hp-launch-modal__backdrop { position: absolute; inset: 0; border: 0; background: rgba(0, 0, 0, .76); backdrop-filter: blur(9px); }
.hp-launch-modal__panel {
    position: relative;
    width: min(100%, 430px);
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 25px;
    background: linear-gradient(180deg, #111a14, #080d0a);
    box-shadow: 0 36px 110px rgba(0, 0, 0, .72), 0 0 60px rgba(142, 219, 50, .09);
    text-align: center;
}
.hp-launch-modal__close {
    position: absolute;
    top: 13px;
    right: 14px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    outline: none;
    background: rgba(255, 255, 255, .045);
    color: #b8c3ba;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.hp-launch-modal__close:hover {
    color: #fff;
    border-color: rgba(142, 219, 50, .22);
    background: rgba(142, 219, 50, .09);
    transform: translateY(-1px);
}
.hp-launch-modal__close:focus-visible {
    border-color: rgba(142, 219, 50, .55);
    box-shadow: 0 0 0 4px rgba(142, 219, 50, .1);
}
.hp-launch-access-panel.is-staff .hp-launch-modal__close:hover,
.hp-launch-access-panel.is-staff .hp-launch-modal__close:focus-visible {
    border-color: rgba(245, 189, 56, .4);
    background: rgba(245, 189, 56, .09);
    box-shadow: 0 0 0 4px rgba(245, 189, 56, .08);
}

.hp-launch-modal__mode { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 14px; border: 1px solid rgba(142, 219, 50, .18); border-radius: 17px; background: rgba(142, 219, 50, .09); color: var(--hpl-green-bright); font-size: 14px; font-weight: 950; text-transform: uppercase; }
.hp-launch-modal__mode.is-staff { border-color: rgba(245, 189, 56, .2); background: rgba(245, 189, 56, .08); color: #f7d77d; }
.hp-launch-modal__eyebrow { color: var(--hpl-green); font-size: 9px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.hp-launch-modal h2 { margin: 5px 0 8px; font-size: 28px; letter-spacing: -.04em; }
.hp-launch-modal__panel > p { max-width: 315px; margin: 0 auto 22px; color: #8f9d92; font-size: 12px; line-height: 1.55; }
.hp-launch-login-form { display: flex; flex-direction: column; gap: 14px; text-align: left; }
.hp-launch-login-form label > span:first-child { display: block; margin-bottom: 7px; color: #dfe9df; font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.hp-launch-input { height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 13px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 14px; background: rgba(0, 0, 0, .24); transition: border-color .18s ease, box-shadow .18s ease; }
.hp-launch-input:focus-within { border-color: rgba(142, 219, 50, .42); box-shadow: 0 0 0 3px rgba(142, 219, 50, .08); }
.hp-launch-input > span { color: #77867b; font-size: 14px; }
.hp-launch-input input {
    width: 100%;
    min-width: 0;
    border: 0 !important;
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
    background: transparent !important;
    color: #fff;
    font-size: 13px;
    box-shadow: none !important;
    caret-color: var(--hpl-green-bright);
    --tw-ring-inset: initial;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: transparent;
    --tw-ring-color: transparent;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
}
.hp-launch-input input:focus,
.hp-launch-input input:focus-visible,
.hp-launch-input input:active {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}
.hp-launch-input input:-webkit-autofill,
.hp-launch-input input:-webkit-autofill:hover,
.hp-launch-input input:-webkit-autofill:focus,
.hp-launch-input input:-webkit-autofill:active {
    -webkit-text-fill-color: #fff;
    caret-color: var(--hpl-green-bright);
    transition: background-color 9999s ease-out 0s;
    box-shadow: 0 0 0 1000px rgba(2, 7, 4, .96) inset !important;
}
.hp-launch-access-panel.is-staff .hp-launch-input:focus-within {
    border-color: rgba(245, 189, 56, .62);
    box-shadow: 0 0 0 4px rgba(245, 189, 56, .09), 0 10px 28px rgba(0, 0, 0, .18);
}
.hp-launch-access-panel.is-staff .hp-launch-input input {
    caret-color: #f5d875;
}

.hp-launch-field-error { display: block; margin-top: 6px; color: #ff8585; font-size: 10px; }
.hp-launch-remember { display: flex; align-items: center; gap: 9px; color: #9ba89f; font-size: 10px; font-weight: 700; }
.hp-launch-remember input { accent-color: var(--hpl-green); }
.hp-launch-login-help { text-align: center; color: #93a196; font-size: 10px; font-weight: 800; }
.hp-launch-login-help:hover { color: var(--hpl-green-bright); }
.hp-launch-login-switch { padding-top: 3px; border-top: 1px solid rgba(255, 255, 255, .06); text-align: center; }
.hp-launch-login-switch button { margin-top: 10px; border: 0; background: transparent; color: #8b988f; cursor: pointer; font-size: 9px; font-weight: 850; }
.hp-launch-login-switch button:hover { color: var(--hpl-green-bright); }

@media (max-width: 1080px) {
    .hp-launch-hero { grid-template-columns: 1fr; padding: 44px; }
    .hp-launch-beta-card { width: 100%; }
    .hp-launch-feature-grid,
    .hp-launch-roadmap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hp-launch-media { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    .hp-launch-topbar,
    .hp-launch-main,
    .hp-launch-footer { width: min(calc(100% - 24px), 1380px); }
    .hp-launch-topbar { min-height: 70px; margin-top: 12px; padding: 10px 11px 10px 14px; border-radius: 18px; }
    .hp-launch-brand img { height: 42px; max-width: 108px; }
    .hp-launch-brand span,
    .hp-launch-topbar__phase,
    .hp-launch-staff-link { display: none; }
    .hp-launch-topbar__actions { gap: 6px; }
    .hp-launch-button--small { min-height: 42px; padding-inline: 12px; font-size: 8px; }
    .hp-launch-main { margin-top: 14px; }
    .hp-launch-hero { padding: 30px 22px; border-radius: 24px; }
    .hp-launch-hero h1 { font-size: 48px; }
    .hp-launch-actions { align-items: stretch; flex-direction: column; }
    .hp-launch-actions .hp-launch-button { width: 100%; }
    .hp-launch-proof,
    .hp-launch-feature-grid,
    .hp-launch-roadmap-grid { grid-template-columns: 1fr; }
    .hp-launch-proof > div { min-height: auto; }
    .hp-launch-intro,
    .hp-launch-roadmap,
    .hp-launch-news,
    .hp-launch-gallery { padding: 20px; border-radius: 22px; }
    .hp-launch-section-head { align-items: flex-start; flex-direction: column; }
    .hp-launch-final-cta { align-items: flex-start; flex-direction: column; padding: 23px; border-radius: 22px; }
    .hp-launch-final-cta > div:last-child,
    .hp-launch-final-cta .hp-launch-button { width: 100%; }
    .hp-launch-news-item { grid-template-columns: 92px 1fr; }
    .hp-launch-news-item > b { display: none; }
    .hp-launch-gallery-grid { grid-template-columns: 1fr 1fr; }
    .hp-launch-gallery-grid a { height: 120px; }
    .hp-launch-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
    .hp-launch-footer__brand,
    .hp-launch-footer nav { justify-content: center; }
}
@media (max-width: 430px) {
    .hp-launch-hero h1 { font-size: 41px; }
    .hp-launch-beta-card { padding: 19px; }
    .hp-launch-beta-card__head { grid-template-columns: auto 1fr; }
    .hp-launch-beta-card__head > b { display: none; }
    .hp-launch-beta-metrics { grid-template-columns: 1fr; }
    .hp-launch-gallery-grid { grid-template-columns: 1fr; }
    .hp-launch-modal__panel { padding: 27px 20px; }
}
@media (prefers-reduced-motion: reduce) {
    * { scroll-behavior: auto !important; }
    .hp-launch-topbar__phase i,
    .hp-launch-button,
    .hp-launch-feature-grid article,
    .hp-launch-roadmap-card,
    .hp-launch-news-item,
    .hp-launch-gallery-grid img { animation: none !important; transition: none !important; }
}

/* v40.1.0.2.1 – Founding Access Gate & Login Polish */
.hp-launch-button {
    min-height: 52px;
    padding-inline: 20px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .005em;
    text-transform: none;
}
.hp-launch-button--small {
    min-height: 42px;
    padding-inline: 16px;
    font-size: 11px;
}
.hp-launch-button--primary {
    color: #071006;
    background: linear-gradient(135deg, #a5f34d 0%, #63d61f 54%, #48b915 100%);
    box-shadow: 0 13px 30px rgba(75, 186, 18, .24), inset 0 1px rgba(255, 255, 255, .38);
}
.hp-launch-button--primary:hover {
    background: linear-gradient(135deg, #b2fb5c 0%, #6fe02a 54%, #50c21a 100%);
    box-shadow: 0 17px 38px rgba(75, 186, 18, .31), 0 0 25px rgba(142, 219, 50, .11);
}
.hp-launch-button--secondary {
    color: #f3f8f1;
    border-color: rgba(255, 255, 255, .14);
    background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
}
.hp-launch-button--ghost {
    color: #dce6dc;
    border-color: rgba(255, 255, 255, .1);
    background: rgba(7, 12, 9, .56);
}
.hp-launch-button--staff {
    color: #f1d986;
    border-color: rgba(237, 190, 58, .25);
    background: linear-gradient(180deg, rgba(237, 190, 58, .09), rgba(237, 190, 58, .035));
}
.hp-launch-button--staff:hover {
    color: #ffe9a5;
    border-color: rgba(237, 190, 58, .42);
    background: rgba(237, 190, 58, .12);
}
.hp-launch-media--gallery-only {
    grid-template-columns: 1fr;
}
.hp-launch-media--gallery-only .hp-launch-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hp-launch-access-panel {
    position: relative;
    width: min(100%, 510px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 26px;
    background:
        radial-gradient(circle at 15% 0%, rgba(142, 219, 50, .11), transparent 36%),
        linear-gradient(180deg, #111a14 0%, #080d0a 100%);
    box-shadow: 0 38px 120px rgba(0, 0, 0, .78), 0 0 70px rgba(142, 219, 50, .08);
}
.hp-launch-access-panel::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, transparent, #8edb32 26%, #54bd18 74%, transparent);
}
.hp-launch-access-panel.is-staff::before {
    background: linear-gradient(90deg, transparent, #f0c64b 26%, #b88a19 74%, transparent);
}
.hp-launch-access-panel--code {
    width: min(100%, 540px);
    padding-top: 8px;
}
.hp-launch-access-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin: 20px 62px 0 24px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 14px;
    background: rgba(0, 0, 0, .2);
}
.hp-launch-access-tabs button {
    min-height: 40px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #7e8b81;
    cursor: pointer;
    font-size: 11px;
    font-weight: 850;
    transition: .18s ease;
}
.hp-launch-access-tabs button:hover {
    color: #eef6eb;
    background: rgba(255, 255, 255, .045);
}
.hp-launch-access-tabs button.is-active {
    color: #0a1308;
    background: linear-gradient(135deg, #a5f34d, #5bcb1c);
    box-shadow: 0 7px 20px rgba(89, 197, 24, .2);
}
.hp-launch-access-tabs button.is-active.is-staff {
    color: #1c1606;
    background: linear-gradient(135deg, #ffe28a, #d7a92e);
    box-shadow: 0 7px 20px rgba(215, 169, 46, .18);
}
.hp-launch-access-header {
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: start;
    gap: 16px;
    padding: 27px 30px 21px;
    text-align: left;
}
.hp-launch-access-mark {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(142, 219, 50, .22);
    border-radius: 18px;
    background: rgba(142, 219, 50, .09);
    color: #a7f14d;
    font-size: 22px;
    font-weight: 950;
}
.hp-launch-access-mark.is-staff {
    border-color: rgba(237, 190, 58, .25);
    background: rgba(237, 190, 58, .09);
    color: #f5d875;
}
.hp-launch-access-mark svg {
    width: 27px;
    height: 27px;
    fill: currentColor;
}
.hp-launch-access-header span {
    display: block;
    margin: 2px 0 5px;
    color: var(--hpl-green);
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.hp-launch-access-panel.is-staff .hp-launch-access-header span {
    color: #e5bd4f;
}
.hp-launch-access-header h2 {
    margin: 0;
    color: #f4faf2;
    font-size: 27px;
    line-height: 1.12;
    letter-spacing: -.04em;
}
.hp-launch-access-header p {
    margin: 8px 0 0;
    color: #91a096;
    font-size: 12px;
    line-height: 1.55;
}
.hp-launch-access-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 30px 30px;
    text-align: left;
}
.hp-launch-field-label {
    display: block;
    margin: 4px 0 0;
    color: #dce8dc;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .035em;
}
.hp-launch-field-help {
    display: block;
    margin: -2px 0 0;
    color: #93a196;
    font-size: 10px;
    line-height: 1.45;
}
.hp-launch-input--large {
    height: 54px;
    gap: 12px;
    padding-inline: 15px;
    border-color: rgba(255, 255, 255, .13);
    border-radius: 13px;
    background: rgba(2, 7, 4, .55);
}
.hp-launch-input--large svg {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    fill: #718078;
}
.hp-launch-input--large input {
    color: #f7fbf5;
    font-size: 14px;
    font-weight: 650;
}
.hp-launch-input--large input::placeholder {
    color: #66736a;
    opacity: 1;
}
.hp-launch-input--large:focus-within {
    border-color: rgba(142, 219, 50, .58);
    box-shadow: 0 0 0 4px rgba(142, 219, 50, .09), 0 10px 28px rgba(0, 0, 0, .18);
}
.hp-launch-access-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 3px 0 2px;
}
.hp-launch-remember {
    color: #aab6ad;
    font-size: 11px;
}
.hp-launch-remember input {
    width: 16px;
    height: 16px;
}
.hp-launch-login-help {
    color: #b3c0b7;
    font-size: 11px;
}
.hp-launch-access-submit {
    min-height: 54px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 5px;
    padding: 0 18px 0 20px;
    border: 1px solid rgba(188, 255, 112, .34);
    border-radius: 14px;
    background: linear-gradient(135deg, #9af044 0%, #60d21d 55%, #47b613 100%);
    color: #071006;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 15px 34px rgba(72, 181, 18, .24), inset 0 1px rgba(255, 255, 255, .38);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.hp-launch-access-submit:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow: 0 19px 42px rgba(72, 181, 18, .31), 0 0 25px rgba(142, 219, 50, .1);
}
.hp-launch-access-submit.is-staff {
    border-color: rgba(255, 226, 138, .35);
    background: linear-gradient(135deg, #f8dc80, #d4a72d);
    color: #1b1504;
    box-shadow: 0 15px 34px rgba(187, 141, 21, .19), inset 0 1px rgba(255, 255, 255, .32);
}
.hp-launch-access-submit svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}
.hp-launch-access-note {
    margin: 4px 0 0;
    padding: 11px 12px;
    border: 1px solid rgba(142, 219, 50, .1);
    border-radius: 11px;
    background: rgba(142, 219, 50, .035);
    color: #89978e;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}
.hp-launch-field-error {
    margin: 0;
    padding: 9px 11px;
    border: 1px solid rgba(255, 101, 101, .18);
    border-radius: 10px;
    background: rgba(255, 83, 83, .065);
    color: #ffb2b2;
    font-size: 10px;
    line-height: 1.4;
}

.hp-launch-register-main {
    width: min(calc(100% - 36px), 1220px);
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 24px;
    margin: 24px auto 0;
}
.hp-launch-register-copy,
.hp-launch-register-card {
    border: 1px solid rgba(255, 255, 255, .085);
    border-radius: 28px;
    background: linear-gradient(150deg, rgba(15, 25, 18, .96), rgba(5, 10, 7, .94));
    box-shadow: 0 30px 90px rgba(0, 0, 0, .36);
}
.hp-launch-register-copy {
    padding: 48px;
}
.hp-launch-register-copy h1 {
    margin: 18px 0 20px;
    font-size: clamp(46px, 5vw, 72px);
    line-height: .97;
    letter-spacing: -.06em;
}
.hp-launch-register-copy h1 em {
    display: block;
    color: var(--hpl-green-bright);
    font-style: normal;
}
.hp-launch-register-copy > p {
    color: #b9c6bc;
    font-size: 15px;
    line-height: 1.75;
}
.hp-launch-register-code {
    margin-top: 28px;
    padding: 18px;
    border: 1px solid rgba(142, 219, 50, .18);
    border-radius: 16px;
    background: rgba(142, 219, 50, .055);
}
.hp-launch-register-code span,
.hp-launch-register-code strong,
.hp-launch-register-code small {
    display: block;
}
.hp-launch-register-code span {
    color: var(--hpl-green);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.hp-launch-register-code strong {
    margin-top: 8px;
    color: #f3faef;
    font-size: 18px;
    letter-spacing: .08em;
}
.hp-launch-register-code small {
    margin-top: 6px;
    color: #89968d;
    font-size: 10px;
}
.hp-launch-register-points {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}
.hp-launch-register-points > div {
    display: grid;
    grid-template-columns: 36px 1fr;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 14px;
    background: rgba(255, 255, 255, .025);
}
.hp-launch-register-points b {
    color: var(--hpl-green);
    font-size: 10px;
}
.hp-launch-register-points strong,
.hp-launch-register-points small {
    display: block;
}
.hp-launch-register-points strong {
    color: #edf5eb;
    font-size: 12px;
}
.hp-launch-register-points small {
    margin-top: 3px;
    color: #829087;
    font-size: 10px;
}
.hp-launch-register-card {
    overflow: hidden;
    background: linear-gradient(180deg, rgba(16, 25, 19, .98), rgba(7, 12, 9, .98));
}
.hp-launch-register-card__header {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.hp-launch-register-errors {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 18px 30px 0;
    padding: 12px 14px;
    border: 1px solid rgba(255, 104, 104, .2);
    border-radius: 12px;
    background: rgba(255, 76, 76, .07);
    color: #ffb3b3;
    font-size: 11px;
}
.hp-launch-register-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 22px 30px 30px;
}
.hp-launch-register-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.hp-launch-register-terms {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 5px 0;
    color: #a5b1a8;
    font-size: 10px;
    line-height: 1.5;
}
.hp-launch-register-terms input {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    margin-top: 1px;
    accent-color: var(--hpl-green);
}
.hp-launch-register-terms a,
.hp-launch-register-login a {
    color: #a5f14c;
    font-weight: 800;
}
.hp-launch-register-login {
    margin: 3px 0 0;
    color: #87958b;
    font-size: 10px;
    text-align: center;
}
.hp-launch-register-footer {
    margin-top: 24px;
}

@media (max-width: 980px) {
    .hp-launch-register-main {
        grid-template-columns: 1fr;
    }
    .hp-launch-register-copy {
        padding: 36px;
    }
    .hp-launch-media--gallery-only .hp-launch-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 760px) {
    .hp-launch-button--small {
        padding-inline: 12px;
        font-size: 10px;
    }
    .hp-launch-access-panel,
    .hp-launch-access-panel--code {
        width: min(100%, 520px);
        border-radius: 22px;
    }
    .hp-launch-access-tabs {
        margin: 16px 52px 0 16px;
    }
    .hp-launch-access-header {
        grid-template-columns: 48px 1fr;
        gap: 13px;
        padding: 23px 20px 17px;
    }
    .hp-launch-access-mark {
        width: 48px;
        height: 48px;
        border-radius: 15px;
    }
    .hp-launch-access-header h2 {
        font-size: 23px;
    }
    .hp-launch-access-form {
        padding: 0 20px 22px;
    }
    .hp-launch-register-main {
        width: min(calc(100% - 24px), 1220px);
        margin-top: 14px;
    }
    .hp-launch-register-copy {
        padding: 28px 22px;
        border-radius: 22px;
    }
    .hp-launch-register-copy h1 {
        font-size: 43px;
    }
    .hp-launch-register-card {
        border-radius: 22px;
    }
    .hp-launch-register-form {
        padding: 20px;
    }
    .hp-launch-register-errors {
        margin: 16px 20px 0;
    }
    .hp-launch-register-columns {
        grid-template-columns: 1fr;
    }
    .hp-launch-media--gallery-only .hp-launch-gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 460px) {
    .hp-launch-access-options {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
    .hp-launch-access-tabs {
        grid-template-columns: 1fr;
    }
    .hp-launch-media--gallery-only .hp-launch-gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* v40.1.0.7.3 – Founding Recruitment Portal */
.hp-launch-button--career {
    color: #fff4c5;
    border-color: rgba(245, 189, 56, .24);
    background: linear-gradient(135deg, rgba(245, 189, 56, .13), rgba(245, 189, 56, .055));
    box-shadow: inset 0 1px rgba(255, 255, 255, .05);
}
.hp-launch-button--career:hover {
    color: #fff8dc;
    border-color: rgba(245, 189, 56, .38);
    background: linear-gradient(135deg, rgba(245, 189, 56, .2), rgba(245, 189, 56, .08));
    box-shadow: 0 16px 36px rgba(245, 189, 56, .09), inset 0 1px rgba(255, 255, 255, .08);
}
.hp-launch-recruitment-cta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 24px 26px;
    border: 1px solid rgba(245, 189, 56, .16);
    border-radius: 24px;
    background: linear-gradient(110deg, rgba(34, 29, 12, .58), rgba(9, 15, 11, .94) 62%);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .05);
}
.hp-launch-recruitment-cta__icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(245, 189, 56, .2);
    border-radius: 17px;
    background: rgba(245, 189, 56, .08);
    color: #f6d67d;
    font-size: 22px;
}
.hp-launch-recruitment-cta span {
    color: #f2cf66;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.hp-launch-recruitment-cta h2 {
    margin: 5px 0 4px;
    font-size: 25px;
    line-height: 1.06;
    letter-spacing: -.035em;
    font-weight: 950;
}
.hp-launch-recruitment-cta p {
    margin: 0;
    color: #919d94;
    font-size: 11px;
    line-height: 1.55;
}
@media (max-width: 760px) {
    .hp-launch-recruitment-cta { grid-template-columns: auto 1fr; }
    .hp-launch-recruitment-cta > .hp-launch-button { grid-column: 1 / -1; width: 100%; }
}
@media (max-width: 520px) {
    .hp-launch-topbar__actions .hp-launch-button--career { display: none; }
    .hp-launch-recruitment-cta { grid-template-columns: 1fr; }
}
