:root {
    --night-bg: #0B0F14;
    --night-elev: #101722;
    --night-veil: #0f1420;
    --night-ink: #E7ECF7;
    --night-dim: #8C94AE;
    --night-accent: #7A8BFF;
    --night-flare: #EC7A52;
    --night-gold: #C8A86D;
    --r-xl: 22px;
    --r: 14px;
    --gap: clamp(12px, 2vw, 24px);
    --maxw: 1280px;
    --head: "Space Grotesk", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    --body: "Urbanist", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

/* reset */
*,
*::before,
*::after {
    box-sizing: border-box
}

html:focus-within {
    scroll-behavior: smooth
}

html,
body {
    height: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    background: var(--night-bg);
    color: var(--night-ink);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img,
picture,
svg,
video,
canvas {
    display: block;
    max-width: 100%;
    height: auto
}

iframe {
    border: 0
}

input,
button,
textarea,
select {
    font: inherit;
    color: inherit
}

a {
    color: inherit;
    text-decoration: none
}

ul[role="list"],
ol[role="list"] {
    list-style: none;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0
}

::selection {
    background: #19233b;
    color: #dfe7ff
}

[hidden] {
    display: none !important
}

/* base type */
h1,
.h1 {
    font-family: var(--head);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.01em
}

h2,
.h2 {
    font-family: var(--head);
    font-weight: 800;
    line-height: 1.16
}

h3,
.h3 {
    font-family: var(--head);
    font-weight: 700;
    line-height: 1.2
}

.lead {
    font-size: clamp(1.05rem, 0.9rem + 0.5vw, 1.25rem);
    color: var(--night-dim)
}

/* helpers */
.shell-w {
    width: min(100% - 2*var(--gap), var(--maxw));
    margin-inline: auto
}

.grid-x {
    display: flex;
    gap: var(--gap);
    align-items: center
}

.stack-y>*+* {
    margin-top: var(--gap)
}

.is-hidden-vis {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0
}

/* surface & subtle glow */
.noctua-root {
    background:
        radial-gradient(1100px 560px at 8% -12%, #132033 0%, transparent 55%),
        radial-gradient(900px 520px at 110% -10%, #1c2a40 0%, transparent 60%),
        var(--night-bg);
    color: var(--night-ink)
}

.noctua-root--pt {
    accent-color: var(--night-accent)
}

/* motion reduce */
@media (prefers-reduced-motion:reduce) {
    html:focus-within {
        scroll-behavior: auto
    }

    * {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important
    }
}

.umbra-shell {
    width: 100%;
    max-width: var(--maxw);
    margin-inline: auto;
    padding-inline: clamp(16px, 4vw, 28px);
    box-sizing: border-box;
}

.aether-topline {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
        var(--night-elev);
    border-bottom: 1px solid rgba(231, 236, 247, 0.06);
}

.aether-topline__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 56px;
}

.aether-topline__promo {
    font-family: var(--head);
    font-weight: 700;
    font-size: .95rem;
    letter-spacing: .2px;
    padding: .42rem .9rem;
    border-radius: 999px;
    text-align: center;
    white-space: normal;
    background: linear-gradient(135deg, rgba(122, 139, 255, .14), rgba(236, 122, 82, .14));
    border: 1px solid rgba(200, 168, 109, .3);
    color: #E9EDFA;
    text-wrap: balance;
    overflow-wrap: anywhere;
    max-width: 100%;
}

.orion-hero {
    position: relative;
    isolation: isolate;
    min-height: clamp(360px, 58vh, 640px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--night-bg);
}

.orion-hero::before {
    content: "";
    position: absolute;
    inset: -20% -10% -15% -10%;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(60% 60% at 20% -10%, rgba(122, 139, 255, .24) 0%, transparent 60%),
        radial-gradient(50% 50% at 110% 0%, rgba(236, 122, 82, .22) 0%, transparent 62%),
        conic-gradient(from 220deg at 80% 20%, rgba(200, 168, 109, .22), rgba(26, 36, 54, 0) 45%),
        linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, 0) 30%),
        var(--night-veil);
    filter: saturate(120%) blur(.3px);
}

.orion-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(1200px 600px at 8% -10%, rgba(35, 55, 92, .45) 0%, transparent 55%),
        radial-gradient(900px 520px at 110% -10%, rgba(38, 30, 22, .35) 0%, transparent 60%);
    mix-blend-mode: screen;
    opacity: .55;
}

.orion-hero__inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: clamp(16px, 3vw, 36px);
    width: 100%;
    padding-block: clamp(28px, 4vw, 64px);
}

.orion-hero__col--text {
    display: grid;
    align-content: center;
    gap: 12px
}

.orion-hero__title {
    color: #F2F5FF;
    text-wrap: balance
}

.orion-hero__lead {
    color: var(--night-dim);
    max-width: 68ch
}

.orion-hero__col--art {
    display: flex;
    justify-content: center;
    align-items: center
}

.orion-hero__art {
    width: clamp(220px, 36vw, 460px);
    max-width: 100%;
    aspect-ratio: 1/1;
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(122, 139, 255, .12), rgba(200, 168, 109, .10)),
        radial-gradient(60% 60% at 30% 10%, rgba(255, 255, 255, .06), transparent 60%),
        rgba(255, 255, 255, .02);
    border: 1px solid rgba(231, 236, 247, .10);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .12);
    display: grid;
    place-items: center;
    overflow: hidden;
}

.orion-hero__art img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    image-rendering: auto;
    filter: drop-shadow(0 12px 26px rgba(0, 0, 0, .35));
}

@media (max-width:980px) {
    .orion-hero__inner {
        grid-template-columns: 1fr;
        text-align: center
    }

    .orion-hero__col--text {
        align-items: center
    }

    .orion-hero__col--art {
        order: -1
    }

    .orion-hero__art {
        margin-inline: auto
    }
}

.eclipse-roster {
    padding: clamp(28px, 4vw, 56px) 0
}

.eclipse-roster__head {
    display: grid;
    gap: 6px;
    margin-bottom: clamp(12px, 2vw, 18px)
}

.eclipse-roster__title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #E9EDFA
}

.eclipse-roster__title .material-symbols-rounded {
    color: var(--night-gold);
    font-size: 1.25em
}

.eclipse-roster__sub {
    color: var(--night-dim);
    font-size: .9rem
}

.zen-card {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: clamp(14px, 2.2vw, 22px);
    padding: clamp(16px, 2.2vw, 24px);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(122, 139, 255, .10), rgba(200, 168, 109, .10)),
        radial-gradient(80% 120% at 0% 0%, rgba(255, 255, 255, .05), transparent 60%),
        var(--night-elev);
    border: 1px solid rgba(231, 236, 247, .10);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .40), inset 0 1px 0 rgba(255, 255, 255, .10);
    overflow: hidden;
}

.zen-card::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 22px;
    pointer-events: none;
    background: conic-gradient(from 140deg at 10% 10%, rgba(122, 139, 255, .18), rgba(236, 122, 82, .14), rgba(200, 168, 109, .18), transparent 60%);
    mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    -webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    padding: 1px;
    border: 1px solid transparent;
    opacity: .4;
}

.zen-card__crest {
    display: grid;
    gap: 10px;
    align-content: center;
    min-width: 200px
}

.zen-card__logoBox {
    border-radius: 14px;
    padding: 10px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
    border: 1px solid rgba(231, 236, 247, .10)
}

.zen-card__logo {
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .35))
}

.zen-card__lic {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .2px;
    color: #CFE4FF;
    background: rgba(122, 139, 255, .12);
    border: 1px solid rgba(122, 139, 255, .28);
    border-radius: 999px;
    padding: .28rem .55rem;
    width: max-content
}

.zen-card__core {
    display: grid;
    gap: 10px;
    align-content: center
}

.zen-card__name {
    color: #F6F8FF
}

.zen-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center
}

.zen-card__stars {
    display: flex;
    align-items: center;
    gap: 8px
}

.zen-card__stars .material-symbols-rounded {
    font-size: 1.05rem;
    color: #E7C35E
}

.zen-card__score {
    font-weight: 800;
    color: #E9EDFA
}

.zen-card__votes {
    color: var(--night-dim);
    font-size: .9rem;
    display: flex;
    align-items: center;
    gap: 6px
}

.zen-card__votes .material-symbols-rounded {
    color: var(--night-dim)
}

.zen-card__perks {
    display: grid;
    gap: 10px;
    margin-top: 2px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zen-card__perk {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(122, 139, 255, .10), rgba(236, 122, 82, .10));
    border: 1px solid rgba(231, 236, 247, .10);
    border-radius: 14px;
    padding: .55rem .7rem;
    color: #E9EDFA;
    font-weight: 600
}

@media (max-width:780px) {
    .zen-card__name {
        text-align: center;
    }  
    .zen-card__meta {
        justify-content: center;
    }
    .zen-card__perk {
        justify-content: center;
    }
}

.zen-card__perk--license .material-symbols-rounded {
    color: #8FB3FF
}

.zen-card__perk--secure .material-symbols-rounded {
    color: #67D2A8
}

.zen-card__perk--bonus .material-symbols-rounded {
    color: #EC7A52
}

.zen-card__cta {
    display: grid;
    align-content: center;
    justify-items: end;
    gap: 8px;
    min-width: 180px
}

.zen-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    padding: .9rem 1.1rem;
    border-radius: 14px;
    background: linear-gradient(92deg, #7A8BFF 0%, #EC7A52 55%, #C8A86D 100%);
    color: #0B0F14;
    font-weight: 900;
    letter-spacing: .3px;
    box-shadow: 0 16px 32px rgba(16, 23, 34, .45);
    transition: transform .18s ease, filter .18s ease
}

.zen-card__btn:hover {
    transform: translateY(-1px)
}

.zen-card__btn:focus-visible {
    outline: 2px solid #C8A86D;
    outline-offset: 2px
}

.zen-card__hint {
    color: var(--night-dim);
    font-size: .82rem
}

@media (max-width:1100px) {
    .zen-card {
        grid-template-columns: auto 1fr
    }

    .zen-card__cta {
        justify-items: start
    }
}

@media (max-width:780px) {
    .zen-card {
        grid-template-columns: 1fr
    }

    .zen-card__crest {
        min-width: 0
    }

    .zen-card__perks {
        grid-template-columns: 1fr
    }

    .zen-card__btn {
        width: 100%
    }
}

.sable-brief {
    padding: clamp(28px, 4vw, 64px) 0
}

.sable-brief__wrap {
    display: grid;
    gap: clamp(12px, 2vw, 18px)
}

.sable-brief__title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #E9EDFA;
    margin-bottom: 6px
}

.sable-brief__title .material-symbols-rounded {
    color: var(--night-accent);
    font-size: 1.25em
}

.sable-note {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: clamp(14px, 2vw, 18px);
    border-radius: var(--r-xl);
    background:
        linear-gradient(135deg, rgba(122, 139, 255, .08), rgba(200, 168, 109, .08)),
        var(--night-elev);
    border: 1px solid rgba(231, 236, 247, .10);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .08)
}

.sable-note__icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
    border: 1px solid rgba(231, 236, 247, .10);
    color: #E9EDFA;
    flex: 0 0 auto
}

.sable-note__icon .material-symbols-rounded {
    font-size: 1.4rem;
    color: #CFE4FF
}

.sable-note__body {
    display: grid;
    gap: 6px
}

.sable-note__head {
    color: #F6F8FF
}

.sable-note p {
    color: var(--night-dim);
    max-width: 78ch
}

.sable-note a {
    color: #8FB3FF;
    text-decoration: underline
}

@media (max-width:560px) {
    .sable-note {
        grid-template-columns: 1fr
    }

    .sable-note__icon {
        width: 100%;
        height: 42px;
        justify-content: start;
        padding-inline: 10px
    }

    .sable-note__icon .material-symbols-rounded {
        font-size: 1.2rem
    }
}

.umbra-foot {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, 0)),
        var(--night-elev);
    border-top: 1px solid rgba(231, 236, 247, .08);
    padding: clamp(32px, 5vw, 64px) 0;
    color: #E9EDFA
}

.umbra-foot__wrap {
    display: grid;
    gap: clamp(16px, 2.6vw, 24px);
    text-align: center
}

.umbra-foot__brand {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center
}

.umbra-foot__word {
    font-family: var(--head);
    font-weight: 800;
    font-size: clamp(1.2rem, 0.9rem + 1vw, 1.7rem);
    background: linear-gradient(92deg, #7A8BFF 0%, #EC7A52 55%, #C8A86D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.umbra-foot__tag {
    font-size: .85rem;
    color: var(--night-dim);
    font-weight: 700
}

.umbra-foot__disclaimer {
    max-width: 78ch;
    margin-inline: auto;
    font-size: .95rem;
    line-height: 1.6;
    color: #C9D2EC
}

.umbra-foot__ads {
    margin-top: 8px;
    font-size: .88rem;
    color: #B8C1E0
}

.umbra-foot__warn {
    color: #F7C97C;
    font-weight: 800
}

.umbra-foot__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(10px, 2vw, 16px);
    margin-top: 4px
}

.umbra-foot__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: .55rem .8rem;
    border-radius: 999px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
    border: 1px solid rgba(231, 236, 247, .12);
    color: #E9EDFA;
    font-weight: 700
}

.umbra-foot__link .material-symbols-rounded {
    font-size: 1.05rem;
    color: #CFE4FF
}

.umbra-foot__orgs {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(12px, 2vw, 18px);
    justify-content: center;
    align-items: center;
    margin-top: 2px;
}

.umbra-foot__org {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .45rem .65rem;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
    border: 1px solid rgba(231, 236, 247, .12);
    transition: transform .2s ease, filter .2s ease, background .2s ease;
}

.umbra-foot__org img {
    display: block;
    height: 40px;
    width: auto;
    transition: filter .2s ease;
}

.umbra-foot__org:hover {
    transform: translateY(-1px);
}

.umbra-foot__org:hover img {
    filter: grayscale(0%) brightness(110%) contrast(100%);
}

@media (max-width:520px) {
    .umbra-foot__org img {
        height: 36px;
    }
}


.umbra-foot__copy {
    font-size: .86rem;
    color: #9DA6C4
}

.nebula-cookie {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 90
}

.nebula-cookie[hidden] {
    display: none
}

.nebula-cookie__panel {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: clamp(10px, 2vw, 16px);
    margin: clamp(10px, 2.5vw, 16px) auto;
    padding: clamp(10px, 2vw, 14px);
    border-radius: 16px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02)),
        var(--night-elev);
    border: 1px solid rgba(231, 236, 247, .12);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .08)
}

.nebula-cookie__icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(122, 139, 255, .14), rgba(200, 168, 109, .10));
    border: 1px solid rgba(231, 236, 247, .14);
    color: #CFE4FF
}

.nebula-cookie__icon .material-symbols-rounded {
    font-size: 1.25rem
}

.nebula-cookie__text {
    color: #C9D2EC;
    font-size: .95rem;
    line-height: 1.55
}

.nebula-cookie__text a {
    color: #8FB3FF;
    text-decoration: underline
}

.nebula-cookie__actions {
    display: flex;
    gap: 10px
}

.nebula-cookie__btn {
    appearance: none;
    border: 0;
    cursor: pointer;
    border-radius: 12px;
    padding: .6rem .9rem;
    font-weight: 800;
    letter-spacing: .2px
}

.nebula-cookie__btn--reject {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(231, 236, 247, .18);
    color: #E9EDFA
}

.nebula-cookie__btn--reject:hover {
    filter: brightness(.98)
}

.nebula-cookie__btn--allow {
    background: linear-gradient(92deg, #7A8BFF 0%, #EC7A52 55%, #C8A86D 100%);
    color: #0B0F14;
    box-shadow: 0 10px 20px rgba(16, 23, 34, .45)
}

.nebula-cookie__btn--allow:hover {
    transform: translateY(-1px)
}

@media (max-width:720px) {
    .nebula-cookie__panel {
        grid-template-columns: 1fr;
        text-align: left
    }

    .nebula-cookie__actions {
        justify-content: space-between
    }
}

.pyxis-agecheck {
    position: fixed;
    inset: 0;
    z-index: 95;
    display: grid;
    place-items: center;
}

.pyxis-agecheck[hidden] {
    display: none
}

.pyxis-agecheck__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11, 15, 20, .72);
    backdrop-filter: saturate(120%) blur(8px)
}

.pyxis-agecheck__dialog {
    position: relative;
    z-index: 1;
    width: min(96%, 560px);
    border-radius: 22px;
    padding: clamp(18px, 3vw, 24px);
    background:
        radial-gradient(120% 120% at 0% 0%, rgba(122, 139, 255, .12) 0%, transparent 55%),
        radial-gradient(120% 120% at 100% 0%, rgba(200, 168, 109, .10) 0%, transparent 55%),
        var(--night-elev);
    border: 1px solid rgba(231, 236, 247, .14);
    box-shadow:
        0 26px 64px rgba(0, 0, 0, .55),
        inset 0 1px 0 rgba(255, 255, 255, .08);
    color: #E9EDFA;
    outline: 0;

    --ring: conic-gradient(from 200deg at 70% -10%, rgba(122, 139, 255, .35), rgba(236, 122, 82, .28), rgba(200, 168, 109, .35), transparent 60%);
}

.pyxis-agecheck__dialog::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 22px;
    pointer-events: none;
    background: var(--ring);
    mask: linear-gradient(#0000, #0000) padding-box, linear-gradient(#000, #000);
    -webkit-mask: linear-gradient(#0000, #0000) padding-box, linear-gradient(#000, #000);
    padding: 1px;
    border: 1px solid transparent;
    opacity: .45;
}

.pyxis-agecheck__badge {
    position: absolute;
    top: -18px;
    right: 18px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 900;
    letter-spacing: .4px;
    color: #0B0F14;
    background: linear-gradient(92deg, #7A8BFF 0%, #EC7A52 55%, #C8A86D 100%);
    box-shadow: 0 14px 30px rgba(16, 23, 34, .5), inset 0 1px 0 rgba(255, 255, 255, .5)
}

.pyxis-agecheck__head {
    margin-bottom: 8px
}

.pyxis-agecheck__title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #F6F8FF
}

.pyxis-agecheck__title .material-symbols-rounded {
    color: #CFE4FF
}

.pyxis-agecheck__body {
    color: #C9D2EC;
    line-height: 1.6
}

.pyxis-agecheck__body a {
    color: #8FB3FF;
    text-decoration: underline
}

.pyxis-agecheck__actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 14px
}

.pyxis-agecheck__btn {
    appearance: none;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    padding: .7rem 1rem;
    font-weight: 900;
    letter-spacing: .2px
}

.pyxis-agecheck__btn--no {
    background: #2e1d21;
    color: #ffd9d9;
    border: 1px solid #7d3a42
}

.pyxis-agecheck__btn--no:hover {
    filter: brightness(.98)
}

.pyxis-agecheck__btn--yes {
    background: linear-gradient(92deg, #7A8BFF 0%, #EC7A52 55%, #C8A86D 100%);
    color: #0B0F14;
    box-shadow: 0 10px 20px rgba(16, 23, 34, .45)
}

.pyxis-agecheck__btn--yes:hover {
    transform: translateY(-1px)
}

.pyxis-agecheck__note {
    margin-top: 8px;
    color: #9DA6C4;
    font-size: .85rem;
    text-align: center
}

body.is-pyxis-lock {
    overflow: hidden
}

@media (max-width:520px) {
    .pyxis-agecheck__actions {
        justify-content: stretch
    }

    .pyxis-agecheck__btn {
        flex: 1 1 auto
    }
}