/* _content/LoreFindApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-62fiokb202] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-62fiokb202] {
    flex: 1;
}

.sidebar[b-62fiokb202] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-62fiokb202] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-62fiokb202]  a, .top-row[b-62fiokb202]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-62fiokb202]  a:hover, .top-row[b-62fiokb202]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-62fiokb202]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-62fiokb202] {
        justify-content: space-between;
    }

    .top-row[b-62fiokb202]  a, .top-row[b-62fiokb202]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-62fiokb202] {
        flex-direction: row;
    }

    .sidebar[b-62fiokb202] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-62fiokb202] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-62fiokb202]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-62fiokb202], article[b-62fiokb202] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.lorefind-popup-card[b-62fiokb202] {
    width: min(100%, 460px);
    border-radius: 12px;
    background: white;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    animation: lorefind-popup-in-b-62fiokb202 220ms ease-out both;
}

@keyframes lorefind-popup-in-b-62fiokb202 {
    from {
        opacity: 0;
        transform: translateY(8px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
/* _content/LoreFindApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-uu6k1jz3ts] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-uu6k1jz3ts] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-uu6k1jz3ts] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-uu6k1jz3ts] {
    font-size: 1.1rem;
}

.bi[b-uu6k1jz3ts] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-uu6k1jz3ts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-uu6k1jz3ts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-uu6k1jz3ts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-uu6k1jz3ts] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-uu6k1jz3ts] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-uu6k1jz3ts] {
        padding-bottom: 1rem;
    }

    .nav-item[b-uu6k1jz3ts]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-uu6k1jz3ts]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-uu6k1jz3ts]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-uu6k1jz3ts] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-uu6k1jz3ts] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-uu6k1jz3ts] {
        display: none;
    }

    .nav-scrollable[b-uu6k1jz3ts] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/LoreFindApp/Components/Layout/PopupQueueHost.razor.rz.scp.css */
.lorefind-popup-card[b-9yekdszls5] {
    width: min(100%, 520px);
    border-radius: 18px;
    background: white;
    box-shadow: 0 25px 65px rgba(2, 6, 23, 0.35);
    overflow: hidden;
    position: relative;
    animation: lorefind-popup-in-b-9yekdszls5 360ms cubic-bezier(0.2, 0.9, 0.2, 1) both, lorefind-popup-float-b-9yekdszls5 3.2s ease-in-out 420ms infinite;
}

.lorefind-popup-card[b-9yekdszls5]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, 0.42) 46%, transparent 64%);
    transform: translateX(-120%);
    animation: lorefind-popup-shimmer-b-9yekdszls5 2.6s ease-out 520ms 1;
}

.lorefind-popup-overlay[b-9yekdszls5] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    background: rgba(15, 23, 42, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.lorefind-popup-hero[b-9yekdszls5] {
    position: relative;
    height: 162px;
    overflow: hidden;
    background-size: 160% 160%;
    animation: hero-gradient-drift-b-9yekdszls5 7.5s ease-in-out infinite;
}

.lorefind-popup-location-image-wrap[b-9yekdszls5] {
    position: relative;
    height: 178px;
    overflow: hidden;
    background: #0f172a;
}

.lorefind-popup-location-image[b-9yekdszls5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    animation: location-image-kenburns-b-9yekdszls5 5.2s ease-in-out infinite alternate;
}

.lorefind-popup-location-image-fallback[b-9yekdszls5] {
    background: radial-gradient(circle at 25% 20%, rgba(125, 211, 252, 0.35), transparent 46%), linear-gradient(130deg, #0f172a, #155e75);
}

.lorefind-popup-hero-visit[b-9yekdszls5] {
    background: radial-gradient(circle at 20% 10%, rgba(125, 211, 252, 0.5), transparent 45%), linear-gradient(135deg, #0f766e, #0284c7 65%, #38bdf8);
}

.lorefind-popup-hero-achievement[b-9yekdszls5] {
    background: radial-gradient(circle at 78% 12%, rgba(252, 211, 77, 0.45), transparent 45%), linear-gradient(135deg, #1d4ed8, #7c3aed 60%, #db2777);
}

.lorefind-popup-hero-onboarding[b-9yekdszls5] {
    background: radial-gradient(circle at 15% 12%, rgba(186, 230, 253, 0.42), transparent 42%), linear-gradient(135deg, #0f766e, #0ea5a4 58%, #22d3ee);
}

.lorefind-popup-graphic[b-9yekdszls5] {
    width: 100%;
    height: 100%;
    opacity: 0.98;
    animation: hero-graphic-float-b-9yekdszls5 3.4s ease-in-out infinite;
}

.lorefind-popup-chip[b-9yekdszls5] {
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 9999px;
    background: rgba(2, 6, 23, 0.62);
    color: #f8fafc;
    border: 1px solid rgba(248, 250, 252, 0.58);
    box-shadow: 0 8px 20px rgba(2, 6, 23, 0.35);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 0.25rem 0.6rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lorefind-popup-content[b-9yekdszls5] {
    padding: 1.15rem 1.25rem 1.25rem 1.25rem;
}

.lorefind-popup-title[b-9yekdszls5] {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 800;
    color: #0f172a;
}

.lorefind-popup-title-achievement[b-9yekdszls5] {
    font-size: 1.4rem;
    line-height: 1.15;
    letter-spacing: 0.01em;
}

.lorefind-popup-kicker[b-9yekdszls5] {
    margin: 0 0 0.3rem 0;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6366f1;
}

.lorefind-popup-message[b-9yekdszls5] {
    margin: 0.6rem 0 0 0;
    color: #475569;
    font-size: 0.96rem;
    line-height: 1.45;
}

.lorefind-popup-learn-link[b-9yekdszls5] {
    display: inline-flex;
    margin-top: 0.72rem;
    font-size: 0.84rem;
    font-weight: 700;
    color: #0369a1;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.lorefind-popup-learn-link:hover[b-9yekdszls5] {
    color: #075985;
}

.lorefind-popup-actions[b-9yekdszls5] {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.lorefind-popup-actions-onboarding[b-9yekdszls5] {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
}

.lorefind-popup-primary-action[b-9yekdszls5] {
    border: 1px solid #0284c7;
    border-radius: 14px;
    background: linear-gradient(180deg, #0ea5e9, #0284c7);
    color: white;
    font-size: 1.02rem;
    font-weight: 800;
    width: 100%;
    padding: 0.85rem 1.1rem;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 120ms ease, filter 120ms ease;
    box-shadow: 0 12px 26px rgba(2, 132, 199, 0.3);
}

.lorefind-popup-primary-action:hover[b-9yekdszls5] {
    transform: translateY(-1px);
    filter: brightness(1.02);
    box-shadow: 0 16px 30px rgba(2, 132, 199, 0.34);
}

.lorefind-popup-secondary-action[b-9yekdszls5] {
    border: 0;
    background: transparent;
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 600;
    padding: 0.2rem 0;
    cursor: pointer;
    text-align: center;
}

.lorefind-popup-secondary-action:hover[b-9yekdszls5] {
    color: #334155;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.lorefind-popup-ok[b-9yekdszls5] {
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    color: #0f172a;
    font-size: 1.08rem;
    font-weight: 800;
    width: min(100%, 420px);
    padding: 0.85rem 1.4rem;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 120ms ease, filter 120ms ease;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.lorefind-popup-ok:hover[b-9yekdszls5] {
    transform: translateY(-1px);
    filter: brightness(1.01);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18), inset 0 1px 0 rgba(255, 255, 255, 1);
}

.lorefind-popup-ok:disabled[b-9yekdszls5] {
    opacity: 0.55;
    cursor: not-allowed;
}

.lorefind-popup-primary-action:disabled[b-9yekdszls5],
.lorefind-popup-secondary-action:disabled[b-9yekdszls5] {
    opacity: 0.55;
    cursor: not-allowed;
}

.lorefind-popup-hero-visit .pin[b-9yekdszls5] {
    fill: rgba(240, 249, 255, 0.95);
    animation: pin-bounce-b-9yekdszls5 900ms ease-in-out infinite;
    transform-origin: 50% 45%;
}

.lorefind-popup-hero-visit .pin-core[b-9yekdszls5] {
    fill: #0ea5e9;
}

.lorefind-popup-hero-visit .trail[b-9yekdszls5] {
    stroke: rgba(186, 230, 253, 0.9);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 5 7;
    animation: trail-flow-b-9yekdszls5 900ms linear infinite;
}

.lorefind-popup-hero-visit .trail-two[b-9yekdszls5] {
    stroke: rgba(224, 242, 254, 0.85);
    animation-delay: 200ms;
}

.lorefind-popup-hero-visit .ground[b-9yekdszls5] {
    fill: rgba(186, 230, 253, 0.3);
}

.lorefind-popup-hero-achievement .glow[b-9yekdszls5] {
    fill: rgba(255, 255, 255, 0.18);
    animation: glow-fade-b-9yekdszls5 5.8s ease-out infinite;
}

.lorefind-popup-hero-achievement .burst-ring[b-9yekdszls5] {
    fill: none;
    stroke: rgba(254, 240, 138, 0.85);
    stroke-width: 2;
    opacity: 0;
}

.lorefind-popup-hero-achievement .burst-ring-a[b-9yekdszls5] {
    animation: burst-ring-pop-b-9yekdszls5 980ms ease-out infinite;
}

.lorefind-popup-hero-achievement .burst-ring-b[b-9yekdszls5] {
    animation: burst-ring-pop-b-9yekdszls5 980ms ease-out 260ms infinite;
}

.lorefind-popup-hero-achievement .burst-rays .ray[b-9yekdszls5] {
    stroke: rgba(255, 255, 255, 0.95);
    stroke-width: 2.2;
    stroke-linecap: round;
    opacity: 0;
}

.lorefind-popup-hero-achievement .ray-a[b-9yekdszls5] { animation: burst-ray-b-9yekdszls5 980ms ease-out 40ms infinite; }
.lorefind-popup-hero-achievement .ray-b[b-9yekdszls5] { animation: burst-ray-b-9yekdszls5 980ms ease-out 120ms infinite; }
.lorefind-popup-hero-achievement .ray-c[b-9yekdszls5] { animation: burst-ray-b-9yekdszls5 980ms ease-out 200ms infinite; }
.lorefind-popup-hero-achievement .ray-d[b-9yekdszls5] { animation: burst-ray-b-9yekdszls5 980ms ease-out 280ms infinite; }
.lorefind-popup-hero-achievement .ray-e[b-9yekdszls5] { animation: burst-ray-b-9yekdszls5 980ms ease-out 360ms infinite; }
.lorefind-popup-hero-achievement .ray-f[b-9yekdszls5] { animation: burst-ray-b-9yekdszls5 980ms ease-out 440ms infinite; }
.lorefind-popup-hero-achievement .ray-g[b-9yekdszls5] { animation: burst-ray-b-9yekdszls5 980ms ease-out 520ms infinite; }
.lorefind-popup-hero-achievement .ray-h[b-9yekdszls5] { animation: burst-ray-b-9yekdszls5 980ms ease-out 600ms infinite; }

.lorefind-popup-hero-achievement .badge[b-9yekdszls5] {
    fill: rgba(254, 240, 138, 0.98);
    stroke: rgba(255, 255, 255, 0.8);
    stroke-width: 1.8;
    animation: badge-pop-b-9yekdszls5 980ms cubic-bezier(0.22, 0.88, 0.26, 1) infinite;
    transform-origin: 50% 48%;
}

.lorefind-popup-hero-achievement .spark[b-9yekdszls5] {
    fill: rgba(255, 255, 255, 0.95);
    opacity: 0;
    transform: none;
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
}

.lorefind-popup-hero-achievement .spark-a[b-9yekdszls5] { animation: spark-flash-b-9yekdszls5 4.3s ease-out 0.15s infinite both; }
.lorefind-popup-hero-achievement .spark-b[b-9yekdszls5] { animation: spark-flash-b-9yekdszls5 5.1s ease-out 0.95s infinite both; }
.lorefind-popup-hero-achievement .spark-c[b-9yekdszls5] { animation: spark-flash-b-9yekdszls5 6s ease-out 2.1s infinite both; }
.lorefind-popup-hero-achievement .spark-d[b-9yekdszls5] { animation: spark-flash-b-9yekdszls5 4.8s ease-out 0.65s infinite both; }

.lorefind-popup-hero-onboarding .route[b-9yekdszls5] {
    stroke: rgba(224, 242, 254, 0.95);
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke-dasharray: 6 6;
    fill: none;
    animation: trail-flow-b-9yekdszls5 1200ms linear infinite;
}

.lorefind-popup-hero-onboarding .node[b-9yekdszls5] {
    fill: rgba(255, 255, 255, 0.95);
}

.lorefind-popup-hero-onboarding .node-start[b-9yekdszls5] {
    transform-origin: 24px 88px;
    animation: radar-blip-b-9yekdszls5 2.4s ease-out infinite;
}

.lorefind-popup-hero-onboarding .node-mid[b-9yekdszls5] {
    transform-origin: 108px 54px;
    animation: radar-blip-b-9yekdszls5 2.4s ease-out 1.1s infinite;
}

.lorefind-popup-hero-onboarding .pin[b-9yekdszls5] {
    fill: rgba(255, 255, 255, 0.94);
    animation: pin-bounce-b-9yekdszls5 900ms ease-in-out infinite;
    transform-origin: 87% 35%;
}

.lorefind-popup-hero-onboarding .pin-core[b-9yekdszls5] {
    fill: #0891b2;
}

@keyframes lorefind-popup-in-b-9yekdszls5 {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.9) rotateX(5deg);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1) rotateX(0);
    }
}

@keyframes lorefind-popup-float-b-9yekdszls5 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

@keyframes lorefind-popup-shimmer-b-9yekdszls5 {
    0% { transform: translateX(-120%); opacity: 0; }
    15% { opacity: 1; }
    100% { transform: translateX(120%); opacity: 0; }
}

@keyframes hero-gradient-drift-b-9yekdszls5 {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes hero-graphic-float-b-9yekdszls5 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-2px); }
}

@keyframes location-image-kenburns-b-9yekdszls5 {
    from { transform: scale(1.04) translateY(0); }
    to { transform: scale(1.08) translateY(-4px); }
}

@keyframes pin-bounce-b-9yekdszls5 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

@keyframes trail-flow-b-9yekdszls5 {
    from { stroke-dashoffset: 0; }
    to { stroke-dashoffset: -24; }
}

@keyframes glow-pulse-b-9yekdszls5 {
    0%, 100% { opacity: 0.5; transform: scale(0.95); }
    50% { opacity: 1; transform: scale(1.06); }
}

@keyframes glow-fade-b-9yekdszls5 {
    0%, 68%, 100% { opacity: 0; }
    74% { opacity: 0.85; }
    81% { opacity: 0; }
    88% { opacity: 0.45; }
    94% { opacity: 0; }
}

@keyframes badge-pop-b-9yekdszls5 {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.06); }
}

@keyframes spark-flash-b-9yekdszls5 {
    0%, 70%, 100% {
        opacity: 0;
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    }

    74% {
        opacity: 1;
        filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.85));
    }

    80% {
        opacity: 0;
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    }
}

@keyframes burst-ring-pop-b-9yekdszls5 {
    0% {
        opacity: 0;
        stroke-width: 1.2;
    }

    18% {
        opacity: 0.95;
        stroke-width: 3.2;
    }

    60%, 100% {
        opacity: 0;
        stroke-width: 1.2;
    }
}

@keyframes burst-ray-b-9yekdszls5 {
    0%, 12% {
        opacity: 0;
    }

    22% {
        opacity: 1;
    }

    58%, 100% {
        opacity: 0;
    }
}

@keyframes radar-blip-b-9yekdszls5 {
    0%, 55%, 100% {
        opacity: 0.35;
        transform: scale(0.85);
    }

    10% {
        opacity: 1;
        transform: scale(1.35);
    }

    22% {
        opacity: 0.45;
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .lorefind-popup-card[b-9yekdszls5] {
        animation: lorefind-popup-in-b-9yekdszls5 220ms ease-out both !important;
    }

    .lorefind-popup-card[b-9yekdszls5]::before,
    .lorefind-popup-hero[b-9yekdszls5],
    .lorefind-popup-graphic[b-9yekdszls5],
    .lorefind-popup-location-image[b-9yekdszls5],
    .lorefind-popup-hero-visit .pin[b-9yekdszls5],
    .lorefind-popup-hero-visit .trail[b-9yekdszls5],
    .lorefind-popup-hero-achievement .glow[b-9yekdszls5],
    .lorefind-popup-hero-achievement .badge[b-9yekdszls5],
    .lorefind-popup-hero-achievement .spark[b-9yekdszls5],
    .lorefind-popup-hero-onboarding .route[b-9yekdszls5],
    .lorefind-popup-hero-onboarding .node[b-9yekdszls5],
    .lorefind-popup-hero-onboarding .pin[b-9yekdszls5] {
        animation: none !important;
    }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .lorefind-popup-overlay[b-9yekdszls5] {
        background: rgba(15, 23, 42, 0.62);
    }

    .lorefind-popup-chip[b-9yekdszls5] {
        background: rgba(2, 6, 23, 0.78);
    }
}
