@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7tqm0x2q85],
.components-reconnect-repeated-attempt-visible[b-7tqm0x2q85],
.components-reconnect-failed-visible[b-7tqm0x2q85],
.components-pause-visible[b-7tqm0x2q85],
.components-resume-failed-visible[b-7tqm0x2q85],
.components-rejoining-animation[b-7tqm0x2q85] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7tqm0x2q85],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7tqm0x2q85],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7tqm0x2q85],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7tqm0x2q85],
#components-reconnect-modal.components-reconnect-retrying[b-7tqm0x2q85],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7tqm0x2q85],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7tqm0x2q85],
#components-reconnect-modal.components-reconnect-failed[b-7tqm0x2q85],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7tqm0x2q85] {
    display: block;
}


#components-reconnect-modal[b-7tqm0x2q85] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-7tqm0x2q85 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7tqm0x2q85 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7tqm0x2q85 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7tqm0x2q85]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7tqm0x2q85 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7tqm0x2q85 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7tqm0x2q85 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7tqm0x2q85 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7tqm0x2q85] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7tqm0x2q85] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7tqm0x2q85] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7tqm0x2q85] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7tqm0x2q85] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7tqm0x2q85] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7tqm0x2q85] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7tqm0x2q85 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7tqm0x2q85] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7tqm0x2q85 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Map/MapPage.razor.rz.scp.css */
#map-container[b-0p3votbqk1] {
    background: var(--neutral-layer-2);
    border-radius: 4px;
    min-height: 100px;
    min-width: 100px;
}

    #map-container.horizontal[b-0p3votbqk1] {
        height: 100%;
        width: 50vw;
    }

    #map-container.vertical[b-0p3votbqk1] {
        width: 100%;
        height: 100vh;
    }
/* /Components/Pages/Trips/TripPlanPage.razor.rz.scp.css */
/* /Components/Pages/Trips/TripPlanPage2.razor.rz.scp.css */
/* /Components/Shared/PlaceNotesDrawer.razor.rz.scp.css */
.notes-preview h1[b-4c2exgyz0o],
.notes-preview h2[b-4c2exgyz0o],
.notes-preview h3[b-4c2exgyz0o],
.notes-preview h4[b-4c2exgyz0o],
.notes-preview h5[b-4c2exgyz0o],
.notes-preview h6[b-4c2exgyz0o] {
    margin-top: 0.8em;
    margin-bottom: 0.4em;
    font-weight: 600;
    line-height: 1.3;
}

.notes-preview h1[b-4c2exgyz0o] { font-size: 1.6em; }
.notes-preview h2[b-4c2exgyz0o] { font-size: 1.35em; }
.notes-preview h3[b-4c2exgyz0o] { font-size: 1.15em; }

.notes-preview p[b-4c2exgyz0o] {
    margin: 0.5em 0;
    line-height: 1.6;
}

.notes-preview ul[b-4c2exgyz0o],
.notes-preview ol[b-4c2exgyz0o] {
    padding-left: 1.5em;
    margin: 0.5em 0;
}

.notes-preview li[b-4c2exgyz0o] {
    margin: 0.25em 0;
}

.notes-preview code[b-4c2exgyz0o] {
    font-family: monospace;
    font-size: 0.9em;
    background: var(--neutral-layer-3);
    padding: 1px 4px;
    border-radius: 3px;
}

.notes-preview pre[b-4c2exgyz0o] {
    background: var(--neutral-layer-3);
    padding: 10px 12px;
    border-radius: 6px;
    overflow-x: auto;
    margin: 0.75em 0;
}

.notes-preview pre code[b-4c2exgyz0o] {
    background: none;
    padding: 0;
}

.notes-preview blockquote[b-4c2exgyz0o] {
    border-left: 3px solid var(--accent-fill-rest);
    margin: 0.75em 0;
    padding: 4px 12px;
    color: var(--neutral-foreground-hint);
}

.notes-preview img[b-4c2exgyz0o] {
    max-width: 100%;
    border-radius: 4px;
    margin: 4px 0;
}

.notes-preview a[b-4c2exgyz0o] {
    color: var(--accent-fill-rest);
    text-decoration: underline;
}

.notes-preview table[b-4c2exgyz0o] {
    border-collapse: collapse;
    width: 100%;
    margin: 0.75em 0;
}

.notes-preview th[b-4c2exgyz0o],
.notes-preview td[b-4c2exgyz0o] {
    border: 1px solid var(--neutral-stroke-rest);
    padding: 6px 10px;
    text-align: left;
}

.notes-preview th[b-4c2exgyz0o] {
    background: var(--neutral-layer-3);
    font-weight: 600;
}

.notes-preview .mermaid[b-4c2exgyz0o] {
    text-align: center;
    margin: 0.75em 0;
}
/* /Components/Shared/UrlImportJobDetailsDrawer.razor.rz.scp.css */
.ai-code-block[b-o7wxfgig4p] {
    white-space: pre-wrap;
    word-break: break-word;
    font-family: monospace;
    font-size: 0.8em;
    background: var(--neutral-layer-2);
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 4px;
    padding: 10px;
    margin: 0;
    overflow-x: auto;
}
/* /Components/Shared/WishlistPlacesGrid.razor.rz.scp.css */
.place-card[b-bj2uj9tf8o] {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: var(--layer-corner-radius, 4px);
    border-top: 6px solid;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.18);
    background: var(--neutral-layer-1);
}

    .place-card:hover[b-bj2uj9tf8o] {
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
        transform: translateY(-3px);
    }

.place-card-image-header[b-bj2uj9tf8o] {
    position: relative;
    height: 250px;
    overflow: hidden;
    flex-shrink: 0;
}

.place-card-image-header img[b-bj2uj9tf8o] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    animation: carousel-fade-in-b-bj2uj9tf8o 0.35s ease;
}

@keyframes carousel-fade-in-b-bj2uj9tf8o {
    from { opacity: 0.4; }
    to   { opacity: 1; }
}

.carousel-btn[b-bj2uj9tf8o] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.45);
    color: white;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    opacity: 0;
    transition: opacity 0.2s ease, background 0.2s ease;
    z-index: 2;
}

    .carousel-btn:hover[b-bj2uj9tf8o] {
        background: rgba(0, 0, 0, 0.65);
    }

.place-card-image-header:hover .carousel-btn[b-bj2uj9tf8o],
.place-card-image-header:focus-within .carousel-btn[b-bj2uj9tf8o] {
    opacity: 1;
}

.carousel-prev[b-bj2uj9tf8o] {
    left: 6px;
}

.carousel-next[b-bj2uj9tf8o] {
    right: 6px;
}

.carousel-dots[b-bj2uj9tf8o] {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    z-index: 2;
}

.carousel-dot[b-bj2uj9tf8o] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s ease;
    display: block;
}

.carousel-dot-active[b-bj2uj9tf8o] {
    background: white;
}

.place-card-placeholder[b-bj2uj9tf8o] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* Category-specific gradient backgrounds for placeholder */
    .place-card-placeholder.place-cat-viewpoint[b-bj2uj9tf8o] {
        background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    }

    .place-card-placeholder.place-cat-museum[b-bj2uj9tf8o] {
        background: linear-gradient(135deg, #b06000 0%, #e09030 100%);
    }

    .place-card-placeholder.place-cat-restaurant[b-bj2uj9tf8o] {
        background: linear-gradient(135deg, #c0392b 0%, #f39c12 100%);
    }

    .place-card-placeholder.place-cat-nature[b-bj2uj9tf8o] {
        background: linear-gradient(135deg, #1a7a32 0%, #57c26c 100%);
    }

    .place-card-placeholder.place-cat-activity[b-bj2uj9tf8o] {
        background: linear-gradient(135deg, #0052cc 0%, #00c6ff 100%);
    }

    .place-card-placeholder.place-cat-accommodation[b-bj2uj9tf8o] {
        background: linear-gradient(135deg, #00695c 0%, #26a69a 100%);
    }

    .place-card-placeholder.place-cat-shopping[b-bj2uj9tf8o] {
        background: linear-gradient(135deg, #ad1457 0%, #f06292 100%);
    }

    .place-card-placeholder.place-cat-entertainment[b-bj2uj9tf8o] {
        background: linear-gradient(135deg, #e65100 0%, #ffca28 100%);
    }

    .place-card-placeholder.place-cat-other[b-bj2uj9tf8o] {
        background: linear-gradient(135deg, #424242 0%, #9e9e9e 100%);
    }


.place-card-gpx-badge[b-bj2uj9tf8o] {
    position: absolute;
    top: 8px;
    right: 8px;
}

.place-card-notes-badge[b-bj2uj9tf8o] {
    position: absolute;
    top: 8px;
    left: 8px;
}

.place-card-body[b-bj2uj9tf8o] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0.75rem 1rem 0.5rem;
    gap: 0.35rem;
}

.place-card-image-title[b-bj2uj9tf8o] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 0.75rem 0.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.place-card-image-title[b-bj2uj9tf8o]  .place-card-title-label {
    color: white;
    font-size: 1rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.place-card-description[b-bj2uj9tf8o] {
    font-size: 0.85rem;
    color: var(--neutral-foreground-hint);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
}

.place-card-badges[b-bj2uj9tf8o] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-top: 0.1rem;
}

.place-card-tags[b-bj2uj9tf8o] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.place-card-location[b-bj2uj9tf8o] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.78rem;
    color: var(--neutral-foreground-hint);
    margin-top: auto;
    padding-top: 0.3rem;
}

.place-card-divider[b-bj2uj9tf8o] {
    border: none;
    border-top: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
    margin: 0;
}

.place-card-footer[b-bj2uj9tf8o] {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
}
