.acr-game-page {
    min-height: 70vh;
    padding: clamp(2rem, 5vw, 4rem) 0;
    background: linear-gradient(180deg, #eef7ff 0%, #ffffff 100%);
}

.acr-game-page__container {
    width: min(100%, 72rem);
    padding-right: max(0.75rem, env(safe-area-inset-right));
    padding-left: max(0.75rem, env(safe-area-inset-left));
}

.acr-game-page__header {
    max-width: 48rem;
    margin: 0 auto 1.5rem;
    text-align: center;
}

.acr-game-page__title {
    margin-bottom: 0.75rem;
    color: #071d37;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
}

.acr-game-page__description {
    margin: 0;
    color: #425b76;
    font-size: clamp(1rem, 2vw, 1.2rem);
}

.acr-game-shell {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 0.25rem solid #ffffff;
    border-radius: 1rem;
    background: #071d37;
    box-shadow: 0 1.5rem 3.5rem rgba(7, 29, 55, 0.2);
}

.acr-game-shell[data-mode="selection"] {
    min-height: 34rem;
    aspect-ratio: auto;
    overflow: visible;
    background: linear-gradient(145deg, #082b4b 0%, #0f5270 100%);
}

.acr-expedition-selector {
    display: grid;
    gap: 1.25rem;
    min-height: 34rem;
    padding: clamp(1.25rem, 4vw, 2.5rem);
    color: #ffffff;
}

.acr-expedition-selector[hidden],
.acr-game-root[hidden] {
    display: none !important;
}

.acr-expedition-selector__intro {
    max-width: 48rem;
}

.acr-expedition-selector__intro h2 {
    margin: 0 0 0.5rem;
    color: #ffffff;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 800;
}

.acr-expedition-selector__intro p,
.acr-expedition-selector__help {
    margin: 0;
    color: #d8edf5;
}

.acr-expedition-selector__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.acr-expedition-selector__field {
    display: grid;
    gap: 0.4rem;
}

.acr-expedition-selector__field label,
.acr-expedition-selector__destinations legend {
    color: #ffffff;
    font-weight: 700;
}

.acr-expedition-selector select {
    width: 100%;
    min-height: 3rem;
    padding: 0.65rem 2.25rem 0.65rem 0.8rem;
    border: 0.125rem solid rgba(255, 255, 255, 0.72);
    border-radius: 0.65rem;
    background: #ffffff;
    color: #071d37;
}

.acr-expedition-selector select:focus-visible,
.acr-expedition-selector input:focus-visible,
.acr-expedition-selector button:focus-visible {
    outline: 0.2rem solid #ffd75a;
    outline-offset: 0.18rem;
}

.acr-expedition-selector__destinations {
    min-width: 0;
    margin: 0;
    padding: 1rem;
    border: 0.125rem solid rgba(255, 255, 255, 0.4);
    border-radius: 0.75rem;
}

.acr-expedition-selector__destination-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    max-height: 14rem;
    margin-top: 0.9rem;
    padding-right: 0.25rem;
    overflow-y: auto;
}

.acr-expedition-selector__destination {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    min-height: 3rem;
    margin: 0;
    padding: 0.75rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.3);
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    cursor: pointer;
}

.acr-expedition-selector__destination:has(input:checked) {
    border-color: #ffd75a;
    background: rgba(255, 215, 90, 0.2);
}

.acr-expedition-selector__destination input {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0.1rem 0 0;
    flex: 0 0 auto;
}

.acr-expedition-selector__footer {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.acr-expedition-selector__footer .btn {
    min-height: 3rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.acr-expedition-selector__status {
    min-height: 1.5rem;
    margin: 0;
    color: #fff3c2;
    font-weight: 700;
}

.acr-game-root {
    width: 100%;
    height: 100%;
}

.acr-game-root canvas {
    display: block;
}

.acr-game-shell__status {
    display: grid;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 2rem;
    place-items: center;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 47.99rem) {
    .acr-expedition-selector__fields,
    .acr-expedition-selector__destination-list {
        grid-template-columns: 1fr;
    }

    .acr-expedition-selector__destination-list {
        max-height: 18rem;
    }

    .acr-expedition-selector__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .acr-expedition-selector__footer .btn {
        width: 100%;
    }
}

/* Milestone 10 vertical-slice presentation. All rules remain game-page scoped. */
.acr-game-shell[data-mode="selection"] {
    background:
        radial-gradient(circle at 88% 8%, rgba(255, 209, 102, 0.2), transparent 24rem),
        linear-gradient(145deg, #071d37 0%, #0b4f6c 58%, #096a72 100%);
}

.acr-expedition-selector {
    gap: 1.5rem;
}

.acr-expedition-selector__intro {
    position: relative;
    padding-left: 1.1rem;
}

.acr-expedition-selector__intro::before {
    position: absolute;
    top: 0.2rem;
    bottom: 0.2rem;
    left: 0;
    width: 0.3rem;
    border-radius: 999px;
    background: #ffd166;
    content: "";
}

.acr-expedition-selector__eyebrow,
.acr-expedition-summary__eyebrow,
.acr-expedition-selector__step-label {
    color: #ffd166;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.acr-expedition-selector__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.acr-expedition-selector__steps li {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    min-width: 0;
    padding: 0.75rem 0.9rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.24);
    border-radius: 0.75rem;
    background: rgba(7, 29, 55, 0.34);
    color: #c8dce8;
    font-weight: 700;
}

.acr-expedition-selector__steps li span {
    display: grid;
    width: 1.8rem;
    height: 1.8rem;
    flex: 0 0 auto;
    border: 0.125rem solid currentColor;
    border-radius: 50%;
    place-items: center;
    font-size: 0.8rem;
}

.acr-expedition-selector__steps li[aria-current="step"] {
    border-color: #ffd166;
    background: rgba(255, 209, 102, 0.14);
    color: #ffffff;
}

.acr-expedition-selector__steps li.is-complete {
    color: #8ff3d6;
}

.acr-expedition-selector__workspace {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(16rem, 0.75fr);
    gap: 1.25rem;
    align-items: start;
}

.acr-expedition-selector__choices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.acr-expedition-selector__field,
.acr-expedition-selector__destinations {
    padding: 1rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.28);
    border-radius: 0.85rem;
    background: rgba(7, 29, 55, 0.34);
}

.acr-expedition-selector__field {
    align-content: start;
}

.acr-expedition-selector__destinations {
    grid-column: 1 / -1;
}

.acr-expedition-selector__destinations legend {
    padding: 0;
    margin-bottom: 0.25rem;
}

.acr-expedition-selector__selection-meta {
    margin: 0.15rem 0 0;
    color: #8ff3d6;
    font-size: 0.9rem;
    font-weight: 700;
}

.acr-expedition-selector__contributor-meta {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-top: 0.2rem;
    color: #d8edf5;
    font-size: 0.9rem;
}

.acr-expedition-selector__avatar {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 auto;
    border: 0.125rem solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    background: #ffd166;
    color: #071d37;
    place-items: center;
    font-weight: 900;
}

.acr-expedition-selector__destination-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 19rem;
}

.acr-expedition-selector__destination {
    position: relative;
    min-height: 5.4rem;
    padding: 0.9rem;
    border-width: 0.125rem;
    background: rgba(255, 255, 255, 0.08);
}

.acr-expedition-selector__destination:hover {
    border-color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.13);
}

.acr-expedition-selector__destination:has(input:checked) {
    border-color: #ffd166;
    background: rgba(255, 209, 102, 0.18);
    box-shadow: inset 0 0 0 0.0625rem rgba(255, 209, 102, 0.3);
}

.acr-expedition-selector__destination:has(input:disabled:not(:checked)) {
    opacity: 0.48;
    cursor: not-allowed;
}

.acr-expedition-selector__destination-copy {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.acr-expedition-selector__destination-name {
    color: #ffffff;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.acr-expedition-selector__destination-details {
    color: #c8dce8;
    font-size: 0.84rem;
}

.acr-expedition-selector__destination-selected {
    color: #ffd166;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.acr-expedition-summary {
    position: sticky;
    top: 1rem;
    min-width: 0;
    padding: 1.25rem;
    border: 0.125rem solid #ffd166;
    border-radius: 1rem;
    background: #fffaf0;
    color: #071d37;
    box-shadow: 0 1rem 2rem rgba(3, 21, 39, 0.25);
}

.acr-expedition-summary h3 {
    margin: 0.25rem 0 0.75rem;
    color: #071d37;
    font-size: 1.35rem;
    font-weight: 800;
}

.acr-expedition-summary p {
    margin: 0;
    color: #52677d;
}

.acr-expedition-summary dl,
.acr-expedition-summary ul {
    margin: 0;
}

.acr-expedition-summary dl > div {
    padding: 0.55rem 0;
    border-bottom: 0.0625rem solid #dbe3e8;
}

.acr-expedition-summary dt,
.acr-expedition-summary h4 {
    color: #52677d;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.acr-expedition-summary dd {
    margin: 0.15rem 0 0;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.acr-expedition-summary h4 {
    margin: 0.8rem 0 0.35rem;
}

.acr-expedition-summary ul {
    display: grid;
    gap: 0.35rem;
    padding-left: 1.2rem;
}

.acr-expedition-summary li {
    overflow-wrap: anywhere;
}

.acr-expedition-selector__footer {
    padding-top: 0.25rem;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

.acr-expedition-selector__footer .btn {
    min-width: min(100%, 18rem);
    min-height: 3.5rem;
    border: 0.125rem solid #ffffff;
    background: #e5572b;
    box-shadow: 0 0.45rem 0 #9f3215;
    font-weight: 800;
}

.acr-expedition-selector__footer .btn:hover:not(:disabled) {
    background: #f1683c;
    transform: translateY(-0.1rem);
}

.acr-expedition-selector__footer .btn:disabled {
    box-shadow: none;
    opacity: 0.55;
}

.acr-expedition-selector__status {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    min-height: 2rem;
    color: #fff3c2;
    font-weight: 700;
}

.acr-expedition-selector__spinner {
    display: none;
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 auto;
    border: 0.18rem solid rgba(255, 255, 255, 0.32);
    border-top-color: #ffd166;
    border-radius: 50%;
    animation: acr-game-spin 0.75s linear infinite;
}

.acr-expedition-selector[data-loading="true"] .acr-expedition-selector__spinner {
    display: block;
}

.acr-expedition-selector__retry {
    padding: 0.35rem 0.75rem;
    border: 0.125rem solid #ffffff;
    border-radius: 0.5rem;
    background: transparent;
    color: #ffffff;
    font-weight: 800;
}

.acr-game-shell[data-mode="game"] .acr-game-root {
    animation: acr-game-reveal 0.35s ease-out both;
}

@keyframes acr-game-spin {
    to { transform: rotate(360deg); }
}

@keyframes acr-game-reveal {
    from { opacity: 0; transform: scale(0.992); }
    to { opacity: 1; transform: scale(1); }
}

@media (max-width: 61.99rem) {
    .acr-expedition-selector__workspace {
        grid-template-columns: 1fr;
    }

    .acr-expedition-summary {
        position: static;
    }
}

@media (max-width: 47.99rem) {
    .acr-expedition-selector {
        padding: 1rem;
    }

    .acr-expedition-selector__steps {
        gap: 0.4rem;
    }

    .acr-expedition-selector__steps li {
        display: grid;
        gap: 0.35rem;
        justify-items: center;
        padding: 0.65rem 0.35rem;
        font-size: 0.72rem;
        text-align: center;
    }

    .acr-expedition-selector__choices,
    .acr-expedition-selector__destination-list {
        grid-template-columns: 1fr;
    }

    .acr-expedition-selector__destination-list {
        max-height: 22rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .acr-expedition-selector *,
    .acr-game-root {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Portal-aligned premium selector refinement — v1.10.1. */
.acr-game-page {
    --acr-game-blue: var(--color-primary, #003b8e);
    --acr-game-blue-dark: var(--color-primary-900, #001b42);
    --acr-game-blue-mid: var(--color-primary-700, #002c6b);
    --acr-game-red: var(--color-danger, #c62839);
    --acr-game-gold: var(--color-accent, #f2c94c);
    --acr-game-cream: var(--color-bg, #f8f4ea);
    --acr-game-surface: var(--color-surface, #ffffff);
    --acr-game-border: var(--color-border, #e2e8f0);
    --acr-game-text: var(--color-text, #0f172a);
    --acr-game-soft: var(--color-text-soft, #475569);
    padding: clamp(1.75rem, 4vw, 3.75rem) 0 clamp(3rem, 6vw, 5rem);
    background:
        radial-gradient(circle at 8% 8%, rgba(242, 201, 76, 0.15), transparent 24rem),
        radial-gradient(circle at 92% 30%, rgba(22, 166, 182, 0.09), transparent 26rem),
        linear-gradient(180deg, #ffffff 0%, var(--acr-game-cream) 100%);
}

.acr-game-page__container {
    width: min(100%, 80rem);
}

.acr-game-page__header {
    max-width: 54rem;
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.acr-game-page__title {
    color: var(--acr-game-blue-dark);
    font-size: clamp(2rem, 4.5vw, 3.35rem);
    line-height: 1.02;
    text-wrap: balance;
}

.acr-game-page__description {
    max-width: 46rem;
    margin-inline: auto;
    color: var(--acr-game-soft);
    line-height: 1.65;
    text-wrap: balance;
}

.acr-game-shell[data-mode="selection"] {
    min-height: 0;
    overflow: hidden;
    border: 0.0625rem solid rgba(0, 44, 107, 0.1);
    border-radius: clamp(1rem, 2vw, 1.5rem);
    background: var(--acr-game-surface);
    box-shadow:
        0 2rem 5rem rgba(0, 27, 66, 0.12),
        0 0.25rem 1rem rgba(0, 27, 66, 0.06);
}

.acr-expedition-selector {
    display: grid;
    gap: 0;
    min-height: 0;
    padding: 0;
    color: var(--acr-game-text);
}

.acr-expedition-selector__intro {
    display: flex;
    position: relative;
    gap: 1.25rem;
    align-items: center;
    max-width: none;
    min-height: 13rem;
    margin: 0;
    padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 5vw, 3.75rem) 4.5rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 15%, rgba(242, 201, 76, 0.24), transparent 19rem),
        linear-gradient(128deg, var(--acr-game-blue-dark) 0%, var(--acr-game-blue-mid) 56%, #075f82 100%);
}

.acr-expedition-selector__intro::before {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.32rem;
    border-radius: 0;
    background: linear-gradient(90deg, var(--acr-game-blue) 0 34%, #ffffff 34% 40%, var(--acr-game-red) 40% 74%, var(--acr-game-gold) 74% 100%);
}

.acr-expedition-selector__intro::after {
    position: absolute;
    right: -3rem;
    bottom: -7rem;
    width: 19rem;
    height: 19rem;
    border: 1.75rem solid rgba(255, 255, 255, 0.045);
    border-radius: 50%;
    content: "";
}

.acr-expedition-selector__brand-mark {
    display: grid;
    position: relative;
    z-index: 1;
    width: 4.5rem;
    height: 4.5rem;
    flex: 0 0 auto;
    border: 0.0625rem solid rgba(255, 255, 255, 0.45);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 0 0.35rem rgba(255, 255, 255, 0.045);
    color: var(--acr-game-gold);
    place-items: center;
    font-size: 2rem;
    transform: rotate(-4deg);
}

.acr-expedition-selector__intro-copy {
    position: relative;
    z-index: 1;
    max-width: 48rem;
}

.acr-expedition-selector__eyebrow {
    display: inline-flex;
    margin-bottom: 0.55rem;
    color: var(--acr-game-gold);
    font-size: 0.78rem;
    letter-spacing: 0.1em;
}

.acr-expedition-selector__intro h2 {
    margin: 0 0 0.6rem;
    font-size: clamp(1.75rem, 3.5vw, 2.65rem);
    line-height: 1.05;
    text-wrap: balance;
}

.acr-expedition-selector__intro p {
    max-width: 46rem;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(0.95rem, 1.4vw, 1.08rem);
    line-height: 1.65;
}

.acr-expedition-selector__steps {
    position: relative;
    z-index: 4;
    gap: 0.85rem;
    margin: -2.1rem clamp(1rem, 4vw, 3rem) 0;
}

.acr-expedition-selector__steps li {
    min-height: 4.25rem;
    padding: 0.8rem 1rem;
    border: 0.0625rem solid var(--acr-game-border);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 0.65rem 1.6rem rgba(0, 27, 66, 0.1);
    color: var(--acr-game-soft);
    font-size: 0.86rem;
}

.acr-expedition-selector__steps li span {
    width: 2.1rem;
    height: 2.1rem;
    border-color: var(--acr-game-border);
    background: #f6f8fb;
    color: var(--acr-game-blue-mid);
}

.acr-expedition-selector__steps li[aria-current="step"] {
    border-color: rgba(0, 59, 142, 0.38);
    background: #ffffff;
    color: var(--acr-game-blue-dark);
    box-shadow:
        0 0.65rem 1.6rem rgba(0, 27, 66, 0.11),
        inset 0 -0.2rem 0 var(--acr-game-gold);
}

.acr-expedition-selector__steps li[aria-current="step"] span {
    border-color: var(--acr-game-blue);
    background: var(--acr-game-blue);
    color: #ffffff;
}

.acr-expedition-selector__steps li.is-complete {
    border-color: rgba(22, 163, 74, 0.24);
    color: #166534;
}

.acr-expedition-selector__steps li.is-complete span {
    border-color: #16a34a;
    background: #ecfdf3;
    color: #166534;
}

.acr-expedition-selector__workspace {
    grid-template-columns: minmax(0, 1.7fr) minmax(18rem, 0.78fr);
    gap: clamp(1rem, 2.5vw, 1.75rem);
    padding: clamp(1.5rem, 4vw, 3rem);
}

.acr-expedition-selector__choices {
    gap: 1rem;
}

.acr-expedition-selector__field,
.acr-expedition-selector__destinations {
    padding: clamp(1rem, 2vw, 1.35rem);
    border: 0.0625rem solid var(--acr-game-border);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 0.45rem 1.2rem rgba(15, 23, 42, 0.045);
    color: var(--acr-game-text);
}

.acr-expedition-selector__field label,
.acr-expedition-selector__destinations legend {
    color: var(--acr-game-blue-dark);
    font-size: 1.02rem;
    font-weight: 800;
}

.acr-expedition-selector__step-label {
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
    margin-bottom: 0.15rem;
    color: var(--acr-game-red);
    font-size: 0.72rem;
}

.acr-expedition-selector__step-label i {
    width: 1rem;
    color: var(--acr-game-red);
    text-align: center;
}

.acr-expedition-selector__help {
    color: var(--acr-game-soft);
    font-size: 0.86rem;
    line-height: 1.5;
}

.acr-expedition-selector select {
    min-height: 3.45rem;
    border: 0.0625rem solid #cbd5e1;
    border-radius: 0.8rem;
    background-color: #fdfefe;
    color: var(--acr-game-text);
    box-shadow: inset 0 0.0625rem 0.125rem rgba(15, 23, 42, 0.035);
    font-weight: 650;
}

.acr-expedition-selector select:hover:not(:disabled) {
    border-color: rgba(0, 59, 142, 0.5);
}

.acr-expedition-selector select:disabled {
    background: #f1f5f9;
    color: #64748b;
}

.acr-expedition-selector select:focus-visible,
.acr-expedition-selector input:focus-visible,
.acr-expedition-selector button:focus-visible {
    outline-color: var(--acr-game-gold);
    box-shadow: 0 0 0 0.25rem rgba(242, 201, 76, 0.22);
}

.acr-expedition-selector__selection-meta {
    color: #15803d;
}

.acr-expedition-selector__contributor-meta {
    color: var(--acr-game-soft);
}

.acr-expedition-selector__avatar {
    border-color: #ffffff;
    background: linear-gradient(135deg, var(--acr-game-gold), #ffeaa3);
    box-shadow: 0 0 0 0.125rem rgba(0, 59, 142, 0.15);
    color: var(--acr-game-blue-dark);
}

.acr-expedition-selector__destinations {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.acr-expedition-selector__destination-list {
    gap: 0.75rem;
    padding: 0.1rem 0.25rem 0.1rem 0.1rem;
    scrollbar-color: rgba(0, 59, 142, 0.35) transparent;
    scrollbar-width: thin;
}

.acr-expedition-selector__destination {
    min-height: 5.75rem;
    border-color: var(--acr-game-border);
    background: #ffffff;
    color: var(--acr-game-text);
    box-shadow: 0 0.2rem 0.65rem rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
    touch-action: manipulation;
}

@media (hover: hover) {
    .acr-expedition-selector__destination:hover {
        border-color: rgba(0, 59, 142, 0.4);
        background: #ffffff;
        box-shadow: 0 0.65rem 1.35rem rgba(0, 44, 107, 0.1);
        transform: translateY(-0.125rem);
    }
}

.acr-expedition-selector__destination:has(input:checked) {
    border-color: var(--acr-game-blue);
    background: linear-gradient(135deg, rgba(0, 59, 142, 0.07), rgba(242, 201, 76, 0.14));
    box-shadow:
        inset 0.25rem 0 0 var(--acr-game-gold),
        0 0.45rem 1rem rgba(0, 44, 107, 0.08);
}

.acr-expedition-selector__destination input {
    width: 1.35rem;
    height: 1.35rem;
    accent-color: var(--acr-game-blue);
}

.acr-expedition-selector__destination-name {
    color: var(--acr-game-blue-dark);
}

.acr-expedition-selector__destination-details {
    color: var(--acr-game-soft);
}

.acr-expedition-selector__destination-selected {
    color: var(--acr-game-red);
}

.acr-expedition-summary {
    top: 1.25rem;
    padding: 1.4rem;
    overflow: hidden;
    border: 0.0625rem solid rgba(0, 59, 142, 0.14);
    border-top: 0.3rem solid var(--acr-game-blue);
    border-radius: 1.15rem;
    background:
        radial-gradient(circle at 100% 0, rgba(242, 201, 76, 0.18), transparent 9rem),
        #ffffff;
    box-shadow: 0 1rem 2.4rem rgba(0, 27, 66, 0.11);
}

.acr-expedition-summary::after {
    position: absolute;
    right: -2.75rem;
    bottom: -2.75rem;
    width: 7rem;
    height: 7rem;
    border: 0.75rem solid rgba(0, 59, 142, 0.035);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.acr-expedition-summary__icon {
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    margin-bottom: 0.75rem;
    border-radius: 0.8rem;
    background: linear-gradient(135deg, var(--acr-game-blue), var(--acr-game-blue-mid));
    box-shadow: 0 0.45rem 1rem rgba(0, 44, 107, 0.2);
    color: var(--acr-game-gold);
    place-items: center;
    font-size: 1.15rem;
}

.acr-expedition-summary__eyebrow {
    color: var(--acr-game-red);
}

.acr-expedition-summary h3 {
    color: var(--acr-game-blue-dark);
    line-height: 1.15;
}

.acr-expedition-summary p,
.acr-expedition-summary dt,
.acr-expedition-summary h4 {
    color: var(--acr-game-soft);
}

.acr-expedition-summary dd,
.acr-expedition-summary li {
    color: var(--acr-game-text);
}

.acr-expedition-summary li::marker {
    color: var(--acr-game-red);
}

.acr-expedition-selector__status {
    margin: 0 clamp(1.5rem, 4vw, 3rem);
    color: var(--acr-game-red);
}

.acr-expedition-selector__retry {
    border-color: var(--acr-game-blue);
    border-radius: 999px;
    color: var(--acr-game-blue);
}

.acr-expedition-selector__footer {
    margin-top: 0.8rem;
    padding: 1.25rem clamp(1.5rem, 4vw, 3rem) 1.5rem;
    border-top-color: var(--acr-game-border);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    color: var(--acr-game-soft);
    font-size: 0.9rem;
    font-weight: 700;
}

.acr-expedition-selector__footer .btn {
    min-width: min(100%, 20rem);
    min-height: 3.55rem;
    border-color: transparent;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--acr-game-blue), #1559b7);
    box-shadow: 0 0.65rem 1.3rem rgba(0, 59, 142, 0.23);
    letter-spacing: 0.01em;
    touch-action: manipulation;
}

.acr-expedition-selector__footer .btn:hover:not(:disabled) {
    border-color: transparent;
    background: linear-gradient(135deg, var(--acr-game-blue-mid), var(--acr-game-blue));
    box-shadow: 0 0.8rem 1.6rem rgba(0, 59, 142, 0.28);
}

.acr-expedition-selector__footer .btn:active:not(:disabled) {
    box-shadow: 0 0.35rem 0.8rem rgba(0, 59, 142, 0.22);
    transform: translateY(0);
}

.acr-expedition-selector__footer .btn:disabled {
    background: #cbd5e1;
    color: #64748b;
    opacity: 1;
}

@media (max-width: 61.99rem) {
    .acr-expedition-selector__workspace {
        grid-template-columns: 1fr;
    }

    .acr-expedition-summary {
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 1rem;
    }

    .acr-expedition-summary__icon {
        grid-row: 1 / span 3;
    }

    .acr-expedition-summary__eyebrow,
    .acr-expedition-summary h3,
    .acr-expedition-summary > p,
    .acr-expedition-summary > dl,
    .acr-expedition-summary > div {
        grid-column: 2;
    }
}

@media (max-width: 47.99rem) {
    html {
        max-width: 100%;
    }

    body.has-tourism-mobile-nav {
        width: 100%;
        max-width: 100%;
        /* Match the portal Home page: clip forbids horizontal scrolling,
           whereas hidden still leaves a scrollable root overflow area. */
        overflow-x: clip !important;
        overscroll-behavior-x: none;
    }

    /* A translated, closed Bootstrap offcanvas still contributes to the root
       scrollable overflow in some mobile engines. Bootstrap adds one of these
       state classes before it needs the panel for its opening/closing transition. */
    body.has-tourism-mobile-nav #mobileMenu:not(.show):not(.showing):not(.hiding) {
        display: none;
    }

    .acr-game-page {
        width: 100%;
        max-width: 100%;
        padding-top: 1.25rem;
        padding-bottom: 2rem;
        overflow-x: clip;
    }

    .acr-game-page__container {
        width: 100%;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
    }

    .acr-game-page__header {
        padding-right: max(0.9rem, env(safe-area-inset-right));
        padding-left: max(0.9rem, env(safe-area-inset-left));
        margin-bottom: 1.15rem;
    }

    .acr-game-page__title {
        margin-bottom: 0.55rem;
    }

    .acr-game-page__description {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .acr-game-shell[data-mode="selection"] {
        width: 100%;
        overflow: visible;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .acr-game-shell[data-mode="game"] {
        width: auto;
        margin-right: max(0.65rem, env(safe-area-inset-right));
        margin-left: max(0.65rem, env(safe-area-inset-left));
    }

    .acr-expedition-selector {
        padding: 0;
    }

    .acr-expedition-selector__intro {
        align-items: flex-start;
        min-height: 0;
        padding: 1.5rem 1.15rem 3.5rem;
        border-radius: 0;
    }

    .acr-expedition-selector__intro::after {
        right: 0;
    }

    .acr-expedition-selector__brand-mark {
        width: 3.35rem;
        height: 3.35rem;
        border-radius: 1rem;
        font-size: 1.45rem;
    }

    .acr-expedition-selector__intro h2 {
        font-size: clamp(1.55rem, 8vw, 2rem);
    }

    .acr-expedition-selector__intro p {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .acr-expedition-selector__steps {
        gap: 0.4rem;
        margin: -1.55rem 0.7rem 0;
    }

    .acr-expedition-selector__steps li {
        display: flex;
        min-height: 4.2rem;
        gap: 0.35rem;
        align-items: center;
        justify-content: center;
        padding: 0.55rem 0.25rem;
        font-size: clamp(0.59rem, 2.6vw, 0.72rem);
        line-height: 1.2;
    }

    .acr-expedition-selector__steps li span {
        width: 1.75rem;
        height: 1.75rem;
        font-size: 0.7rem;
    }

    .acr-expedition-selector__workspace {
        gap: 1rem;
        padding: 1.25rem 0.9rem 1rem;
    }

    .acr-expedition-selector__choices {
        grid-template-columns: 1fr;
    }

    .acr-expedition-selector__field,
    .acr-expedition-selector__destinations,
    .acr-expedition-summary {
        padding: 1rem;
        border-radius: 0.9rem;
    }

    .acr-expedition-selector select {
        min-height: 3.4rem;
        font-size: 1rem;
    }

    .acr-expedition-selector__destination-list {
        max-height: none;
        padding-right: 0;
        overflow: visible;
    }

    .acr-expedition-selector__destination {
        min-height: 4.75rem;
        padding: 0.8rem;
    }

    .acr-expedition-summary {
        display: block;
    }

    .acr-expedition-summary__icon {
        width: 2.4rem;
        height: 2.4rem;
        margin-bottom: 0.6rem;
    }

    .acr-expedition-selector__status {
        margin: 0;
        padding: 0 1rem 0.75rem;
        font-size: 0.88rem;
    }

    .acr-expedition-selector__footer {
        position: sticky;
        z-index: 20;
        /* The portal reserves this strip for its fixed five-item mobile navigation. */
        bottom: calc(68px + env(safe-area-inset-bottom, 0px));
        gap: 0.65rem;
        margin-top: 0;
        padding: 0.85rem 1rem max(0.9rem, env(safe-area-inset-bottom));
        border-top: 0.0625rem solid var(--acr-game-border);
        box-shadow: 0 -0.8rem 1.8rem rgba(0, 27, 66, 0.09);
        border-radius: 0;
    }

    .acr-expedition-selector__footer .btn {
        width: 100%;
        min-height: 3.25rem;
    }
}

@media (max-width: 25rem) {
    .acr-expedition-selector__intro {
        gap: 0.8rem;
    }

    .acr-expedition-selector__brand-mark {
        width: 2.8rem;
        height: 2.8rem;
        font-size: 1.2rem;
    }

    .acr-expedition-selector__steps li {
        font-size: 0.58rem;
    }
}

/* M14 in-memory Acércate a RD Passport. The dialog is the mobile scroll surface. */
html.acr-passport-modal-open,
html.acr-passport-modal-open body {
    overflow: hidden !important;
    overscroll-behavior: none;
}

.acr-passport {
    display: flex;
    position: relative;
    z-index: 2;
    justify-content: flex-start;
    margin-top: 1rem;
}

.acr-passport__open,
.acr-passport__close {
    min-height: 2.9rem;
    border: 0.125rem solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    background: rgba(7, 29, 55, 0.36);
    color: #ffffff;
    font-weight: 800;
    touch-action: manipulation;
}

.acr-passport__open {
    display: inline-flex;
    gap: 0.65rem;
    align-items: center;
    padding: 0.65rem 1.1rem;
}

.acr-passport__open-mark {
    display: grid;
    width: 2rem;
    height: 2rem;
    border-radius: 0.6rem;
    background: #ffd166;
    color: #071d37;
    place-items: center;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.acr-passport__open:hover {
    border-color: #ffd166;
    background: rgba(255, 209, 102, 0.14);
}

.acr-passport__dialog {
    width: min(68rem, calc(100% - 2rem));
    max-width: none;
    max-height: calc(100dvh - 2rem);
    margin: auto;
    padding: 0;
    overflow: auto;
    border: 0;
    border-radius: 1.25rem;
    background: #fffaf0;
    color: #071d37;
    box-shadow: 0 2rem 5rem rgba(0, 27, 66, 0.38);
}

.acr-passport__dialog::backdrop {
    background: rgba(2, 15, 32, 0.76);
    backdrop-filter: blur(0.2rem);
}

.acr-passport__surface {
    min-height: 20rem;
    padding: clamp(1.25rem, 4vw, 2.4rem);
    background:
        radial-gradient(circle at 95% 0, rgba(255, 209, 102, 0.28), transparent 19rem),
        linear-gradient(180deg, #fffdf7 0%, #f7efe0 100%);
}

.acr-passport__header {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 1.25rem;
    border-bottom: 0.125rem solid rgba(11, 79, 108, 0.18);
}

.acr-passport__eyebrow {
    color: #e5572b;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.acr-passport__header h2 {
    margin: 0.2rem 0 0.4rem;
    color: #071d37;
    font-size: clamp(1.7rem, 5vw, 2.7rem);
    font-weight: 900;
}

.acr-passport__header p {
    max-width: 45rem;
    margin: 0;
    color: #52677d;
}

.acr-passport__close {
    display: grid;
    width: 3rem;
    min-width: 3rem;
    padding: 0;
    border: 0;
    border-radius: 0.8rem;
    background: #0b4f6c;
    color: #ffffff;
    place-items: center;
    font-size: 1.8rem;
    line-height: 1;
}

.acr-passport__close:hover {
    background: #e5572b;
}

.acr-passport__open:focus-visible,
.acr-passport__close:focus-visible,
.acr-passport-card summary:focus-visible {
    outline: 0.2rem solid #ffd166;
    outline-offset: 0.2rem;
}

.acr-passport__summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin: 1.25rem 0;
}

.acr-passport__persistence {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0 0 1rem;
    padding: 0.72rem 0.9rem;
    border: 1px solid rgba(11, 79, 108, 0.2);
    border-radius: 0.8rem;
    background: rgba(232, 241, 244, 0.72);
    color: #425b76;
    font-weight: 700;
}

.acr-passport__persistence button {
    flex: 0 0 auto;
    border: 0;
    border-radius: 999px;
    padding: 0.5rem 0.8rem;
    background: #0b4f6c;
    color: #fff;
    font: inherit;
    cursor: pointer;
}

.acr-passport[data-persistence-state="error"] .acr-passport__persistence {
    border-color: rgba(180, 35, 24, 0.3);
    background: #fff4f2;
    color: #8f1d14;
}

.acr-passport__summary div {
    padding: 1rem;
    border: 0.0625rem solid rgba(11, 79, 108, 0.18);
    border-radius: 0.9rem;
    background: #ffffff;
}

.acr-passport__summary dt {
    color: #52677d;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.acr-passport__summary dd {
    margin: 0.25rem 0 0;
    color: #0b4f6c;
    font-size: 1.65rem;
    font-weight: 900;
}

/* M16 achievements are a derived Passport view; cards deliberately use CSS-only
   stamps so this foundation adds no image payload to the game page. */
.acr-achievements {
    margin: 1.35rem 0;
    padding: 1.15rem;
    border: 0.0625rem solid rgba(11, 79, 108, 0.2);
    border-radius: 1rem;
    background: rgba(232, 241, 244, 0.52);
    color: #071d37;
}

.acr-achievements__header {
    display: flex;
    gap: 0.75rem;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
    border-bottom: 0.0625rem solid rgba(11, 79, 108, 0.16);
}

.acr-achievements__header h3,
.acr-achievements__header p {
    margin: 0;
}

.acr-achievements__header h3 {
    color: #071d37;
    font-size: 1.25rem;
    font-weight: 900;
}

.acr-expedition-selector__intro .acr-achievements__header p,
.acr-achievements__header p {
    display: inline-flex;
    align-items: center;
    max-width: none;
    padding: 0.38rem 0.68rem;
    border: 0.0625rem solid rgba(11, 79, 108, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: #52677d;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.25;
}

.acr-achievements__unavailable {
    margin: 0;
    padding: 0.8rem;
    border-radius: 0.7rem;
    background: #fff4f2;
    color: #8f1d14;
    font-weight: 700;
}

.acr-achievements__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.acr-achievement-card {
    display: grid;
    grid-template-columns: 2.6rem minmax(0, 1fr);
    gap: 0.75rem;
    min-width: 0;
    min-height: 9.2rem;
    padding: 0.85rem;
    border: 0.0625rem solid rgba(11, 79, 108, 0.18);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.92);
}

.acr-achievement-card[data-unlocked="true"] {
    border-color: rgba(196, 123, 0, 0.42);
    background: linear-gradient(135deg, #ffffff 0%, #fff8df 100%);
    box-shadow: 0 0.45rem 1rem rgba(7, 29, 55, 0.07);
}

.acr-achievement-card__stamp {
    display: grid;
    width: 2.6rem;
    height: 2.6rem;
    border: 0.125rem solid #94a3b8;
    border-radius: 50%;
    background: #eef2f6;
    color: #52677d;
    place-items: center;
    font-size: 1rem;
    font-weight: 900;
}

.acr-achievement-card[data-unlocked="true"] .acr-achievement-card__stamp {
    border-color: #c47b00;
    background: #ffd166;
    color: #071d37;
}

.acr-achievement-card__body {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.acr-achievement-card__category {
    color: #e5572b;
    font-size: 0.67rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.acr-achievement-card h4 {
    margin: 0.12rem 0 0.22rem;
    color: #071d37;
    font-size: 1rem;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.acr-expedition-selector__intro .acr-achievement-card__description,
.acr-expedition-selector__intro .acr-passport__dialog .acr-achievement-card__description,
.acr-achievement-card__description {
    max-width: none;
    margin: 0;
    color: #52677d;
    font-size: 0.82rem;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.acr-achievement-card__progress {
    height: 0.42rem;
    margin-top: 0.7rem;
    overflow: hidden;
    border-radius: 999px;
    background: #dbe4ea;
    margin-top: auto;
}

.acr-achievement-card__progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #0b4f6c;
}

.acr-achievement-card[data-unlocked="true"] .acr-achievement-card__progress span {
    background: #c47b00;
}

.acr-achievement-card__footer {
    display: flex;
    gap: 0.6rem;
    justify-content: space-between;
    margin-top: 0.35rem;
    color: #52677d;
    font-size: 0.72rem;
    font-weight: 800;
}

.acr-achievement-card__status {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem 0.45rem;
    border-radius: 999px;
    background: #e8f1f4;
    color: #0b4f6c;
    line-height: 1.2;
}

.acr-achievement-card[data-unlocked="true"] .acr-achievement-card__status {
    background: rgba(255, 209, 102, 0.38);
    color: #8a5700;
}

.acr-passport__empty {
    padding: 1.5rem;
    border: 0.125rem dashed rgba(11, 79, 108, 0.3);
    border-radius: 1rem;
    color: #52677d;
    text-align: center;
}

.acr-passport__empty i {
    margin-bottom: 0.6rem;
    color: #e5572b;
    font-size: 2rem;
}

.acr-passport__empty p {
    margin: 0;
    color: #071d37;
    font-weight: 800;
}

.acr-passport__empty span {
    font-size: 0.9rem;
}

.acr-passport__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.acr-passport-card {
    min-width: 0;
    padding: 1rem;
    border: 0.0625rem solid rgba(11, 79, 108, 0.2);
    border-left: 0.3rem solid #94a3b8;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.88);
}

.acr-passport-card[data-explored="true"] {
    border-left-color: #e5572b;
    box-shadow: 0 0.55rem 1.2rem rgba(7, 29, 55, 0.08);
}

.acr-passport-card h3 {
    margin: 0 0 0.35rem;
    color: #071d37;
    font-size: 1.05rem;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.acr-passport-card p {
    margin: 0.2rem 0;
}

/* The modal is opened from the selector intro, but its card copy must not inherit
   the intro's white display typography after the dialog enters the top layer. */
.acr-expedition-selector__intro .acr-passport__dialog .acr-passport-card p {
    max-width: none;
    font-size: inherit;
    line-height: 1.45;
}

.acr-passport-card__stars {
    color: #c47b00;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
}

.acr-passport-card__status,
.acr-passport-card__availability {
    font-weight: 800;
}

.acr-expedition-selector__intro .acr-passport-card__status,
.acr-passport-card__rating-copy {
    color: #071d37;
}

.acr-passport-card__status {
    display: flex;
    gap: 0.2rem;
    align-items: baseline;
    flex-wrap: wrap;
}

.acr-passport-card__availability {
    color: #0b6b52;
    font-size: 0.82rem;
}

.acr-expedition-selector__intro .acr-passport-card__availability {
    color: #0b6b52;
}

.acr-passport-card[data-available="false"] .acr-passport-card__availability,
.acr-passport-card__facts {
    color: #64748b;
}

.acr-expedition-selector__intro .acr-passport-card[data-available="false"]
    .acr-passport-card__availability,
.acr-expedition-selector__intro .acr-passport-card__facts {
    color: #64748b;
}

.acr-passport-card details {
    margin-top: 0.7rem;
    border-top: 0.0625rem solid rgba(11, 79, 108, 0.16);
    padding-top: 0.6rem;
}

.acr-passport-card summary {
    color: #0b4f6c;
    font-weight: 800;
    cursor: pointer;
}

.acr-passport-card ul {
    margin: 0.6rem 0 0;
    padding-left: 1.2rem;
    color: #425b76;
}

@media (max-width: 47.99rem) {
    .acr-passport {
        padding: 0;
    }

    .acr-passport__open {
        width: 100%;
        justify-content: center;
        min-height: 3.25rem;
    }

    .acr-passport__dialog {
        position: fixed !important;
        z-index: 1100;
        inset: 0 !important;
        box-sizing: border-box;
        width: auto !important;
        min-width: 100% !important;
        max-width: none !important;
        height: 100vh !important;
        height: 100dvh !important;
        min-height: 100vh !important;
        min-height: 100dvh !important;
        max-height: 100vh !important;
        max-height: 100dvh !important;
        margin: 0 !important;
        padding: 0;
        overflow: hidden;
        border-radius: 0;
        overscroll-behavior: contain;
    }

    .acr-passport__surface {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 100%;
        min-height: 0;
        max-height: 100%;
        padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right))
            max(5rem, calc(env(safe-area-inset-bottom, 0px) + 2rem)) max(1rem, env(safe-area-inset-left));
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .acr-passport__persistence,
    .acr-passport__summary,
    .acr-achievements,
    .acr-achievements__cards,
    .acr-passport__cards,
    .acr-passport-card {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .acr-passport__header > div {
        flex: 1 1 auto;
        max-width: 100%;
        min-width: 0;
    }

    .acr-passport__close {
        flex: 0 0 3rem;
    }

    .acr-passport__summary,
    .acr-achievements__cards,
    .acr-passport__cards {
        grid-template-columns: 1fr;
    }

    .acr-achievements {
        padding: 0.85rem;
    }

    .acr-achievements__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .acr-achievements__header p {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .acr-achievement-card {
        min-height: 0;
    }

    .acr-passport__summary {
        gap: 0.55rem;
    }

    .acr-passport__persistence {
        align-items: stretch;
        flex-direction: column;
        overflow-wrap: anywhere;
    }

    .acr-passport__persistence button {
        width: 100%;
        min-height: 2.75rem;
    }

    .acr-passport__summary div {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0.75rem;
        align-items: center;
        min-width: 0;
        padding: 0.8rem 0.9rem;
    }

    .acr-passport__summary dt {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .acr-passport__summary dd {
        margin: 0;
        font-size: 1.35rem;
        white-space: nowrap;
    }

    .acr-passport-card,
    .acr-passport-card__status,
    .acr-passport-card__rating-copy,
    .acr-passport-card__availability,
    .acr-passport-card__facts,
    .acr-passport-card summary,
    .acr-passport-card li {
        overflow-wrap: anywhere;
    }
}

@media (prefers-reduced-motion: reduce) {
    .acr-passport__dialog {
        scroll-behavior: auto;
    }
}
