/* /Components/Layout/DemoLayout.razor.rz.scp.css */
.page[b-vule3lzjfs] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vule3lzjfs] {
    flex: 1;
    background-color: #191918;
    min-width: 0;
}

.sidebar[b-vule3lzjfs] {
    background: linear-gradient(180deg, #131412 0%, #1a1c18 100%);
    border-right: 1px solid #2a2a28;
}

.top-row[b-vule3lzjfs] {
    background-color: #141710;
    border-bottom: 1px solid #2e3222;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vule3lzjfs]  a, .top-row[b-vule3lzjfs]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #7a7566;
    }

    .top-row[b-vule3lzjfs]  a:hover, .top-row[b-vule3lzjfs]  .btn-link:hover {
        text-decoration: underline;
        color: #8bbe68;
    }

    .top-row[b-vule3lzjfs]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-vule3lzjfs] {
        justify-content: space-between;
    }

    .top-row[b-vule3lzjfs]  a, .top-row[b-vule3lzjfs]  .btn-link {
        margin-left: 0;
    }

    main[b-vule3lzjfs] {
        min-width: 0;
        overflow-x: hidden;
        padding-top: 3.5rem; /* offset for fixed mobile navbar */
    }

    article[b-vule3lzjfs] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    /* Hide sidebar mountain decoration on mobile — it renders as a huge block */
    .sidebar-mountain[b-vule3lzjfs] {
        display: none;
    }

    /* Fix mobile nav bar to top of screen */
    .sidebar[b-vule3lzjfs] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 200;
        width: 100% !important;
    }
}

@media (min-width: 641px) {
    .page[b-vule3lzjfs] {
        flex-direction: row;
        height: 100vh;
        overflow: hidden;
    }

    .sidebar[b-vule3lzjfs] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }

    main[b-vule3lzjfs] {
        overflow-y: auto;
        height: 100vh;
    }

    .top-row[b-vule3lzjfs] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vule3lzjfs]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vule3lzjfs], article[b-vule3lzjfs] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Sidebar mountain decoration at the bottom */
.sidebar-mountain[b-vule3lzjfs] {
    margin-top: auto;
    padding: 1rem 0.8rem 0.5rem;
    opacity: 0.28;
    pointer-events: none;
}
/* /Components/Layout/DemoNavMenu.razor.rz.scp.css */
.navbar-toggler[b-5ln5wrh1x3] {
    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.05);
}

.navbar-toggler:checked[b-5ln5wrh1x3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5ln5wrh1x3] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.3);
}

.navbar-brand[b-5ln5wrh1x3] {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #c8d8a8 !important;
}

.nav-item[b-5ln5wrh1x3] {
    font-size: 0.88rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-5ln5wrh1x3] {
        padding-top: 1.5rem;
    }

    .nav-item:last-of-type[b-5ln5wrh1x3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5ln5wrh1x3]  .nav-link {
        color: #9a9880;
        background: none;
        border: none;
        border-radius: 5px;
        height: 2.8rem;
        display: flex;
        align-items: center;
        line-height: 2.8rem;
        width: 100%;
        padding-left: 1rem;
        letter-spacing: 0.02em;
        transition: background 0.18s var(--ease-out, cubic-bezier(0.2,0,0,1)),
                    color 0.18s var(--ease-out, cubic-bezier(0.2,0,0,1)),
                    transform 0.18s var(--ease-out, cubic-bezier(0.2,0,0,1)),
                    padding-left 0.18s var(--ease-out, cubic-bezier(0.2,0,0,1));
    }

.nav-item[b-5ln5wrh1x3]  a.active {
    background-color: rgba(110, 158, 78, 0.18);
    color: #a8d080;
    border-left: 3px solid #6e9e4e;
    padding-left: calc(1rem - 1px); /* compensate for wider border */
}

.nav-item[b-5ln5wrh1x3]  .nav-link:hover {
    background-color: rgba(139, 190, 104, 0.08);
    color: #c8d8a8;
    padding-left: 1.35rem;
}
/* Active link doesn't slide further on hover — it's already "selected" */
.nav-item[b-5ln5wrh1x3]  a.active:hover {
    padding-left: calc(1rem - 1px);
}

/* Section divider */
.nav-divider[b-5ln5wrh1x3] {
    border-top: 1px solid #2e3222;
    margin: 0.5rem 1rem;
}

/* Collapsible group headers */
.nav-group-header[b-5ln5wrh1x3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.55rem 1.25rem 0.2rem;
    cursor: pointer;
    user-select: none;
    margin-top: 0.25rem;
}

.nav-group-header:hover .nav-group-label[b-5ln5wrh1x3] {
    color: #9a9880;
}

.nav-group-label[b-5ln5wrh1x3] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6a6858;
    transition: color 0.15s;
}

.nav-group-chevron[b-5ln5wrh1x3] {
    font-size: 0.6rem;
    color: #5a5848;
    transition: color var(--dur-fast, 120ms);
}

/* Sub-items (Log a Hike, Import from Strava) */
.nav-link-sub[b-5ln5wrh1x3] {
    font-size: 0.8rem !important;
    color: #6a8a50 !important;
    height: 2.2rem !important;
    line-height: 2.2rem !important;
    padding-left: 2rem !important;
}

.nav-link-sub:hover[b-5ln5wrh1x3] {
    color: #8bbe68 !important;
}

/* Small bottom nav links */
.nav-link-small[b-5ln5wrh1x3] {
    font-size: 0.8rem !important;
    color: #7a7860 !important;
    height: 2.4rem !important;
    line-height: 2.4rem !important;
}

.nav-link-small:hover[b-5ln5wrh1x3] {
    color: #b8b0a0 !important;
}

.nav-scrollable[b-5ln5wrh1x3] {
    display: none;
    flex-direction: column;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5ln5wrh1x3] {
    display: flex;
    height: calc(100dvh - 3.5rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    animation: ss-nav-open-b-5ln5wrh1x3 0.22s cubic-bezier(0.2,0,0,1) both;
}

@keyframes ss-nav-open-b-5ln5wrh1x3 {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (min-width: 641px) {
    .navbar-toggler[b-5ln5wrh1x3] {
        display: none;
    }

    .nav-scrollable[b-5ln5wrh1x3] {
        display: flex !important;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* Mobile nav improvements */
@media (max-width: 640px) {
  /* Ensure all nav links and buttons have sufficient tap targets */
  .nav-scrollable a[b-5ln5wrh1x3],
  .nav-scrollable button[b-5ln5wrh1x3] {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  /* Group toggle headers — full-width tap target */
  .nav-group-header[b-5ln5wrh1x3] {
    min-height: 44px;
    width: 100%;
    padding: 0.5rem 1.25rem;
  }

  /* More space between section items on mobile */
  .nav-item[b-5ln5wrh1x3] {
    margin-bottom: 1px;
  }

  /* Ensure the navbar toggler itself is a good tap size */
  .navbar-toggler[b-5ln5wrh1x3] {
    min-height: 44px;
    min-width: 44px;
  }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-j8cbilmh4l] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-j8cbilmh4l] {
    flex: 1;
    background-color: #191918;
    min-width: 0;
}

.sidebar[b-j8cbilmh4l] {
    background: linear-gradient(180deg, #131412 0%, #1a1c18 100%);
    border-right: 1px solid #2a2a28;
}

.top-row[b-j8cbilmh4l] {
    background-color: #141710;
    border-bottom: 1px solid #2e3222;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-j8cbilmh4l]  a, .top-row[b-j8cbilmh4l]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #7a7566;
    }

    .top-row[b-j8cbilmh4l]  a:hover, .top-row[b-j8cbilmh4l]  .btn-link:hover {
        text-decoration: underline;
        color: #8bbe68;
    }

    .top-row[b-j8cbilmh4l]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-j8cbilmh4l] {
        justify-content: space-between;
    }

    .top-row[b-j8cbilmh4l]  a, .top-row[b-j8cbilmh4l]  .btn-link {
        margin-left: 0;
    }

    main[b-j8cbilmh4l] {
        min-width: 0;
        overflow-x: hidden;
        padding-top: 3.5rem; /* offset for fixed mobile navbar */
    }

    article[b-j8cbilmh4l] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    /* Hide sidebar mountain decoration on mobile — it renders as a huge block */
    .sidebar-mountain[b-j8cbilmh4l] {
        display: none;
    }

    /* Fix mobile nav bar to top of screen */
    .sidebar[b-j8cbilmh4l] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 200;
        width: 100% !important;
    }
}

@media (min-width: 641px) {
    .page[b-j8cbilmh4l] {
        flex-direction: row;
        height: 100vh;
        overflow: hidden;
    }

    .sidebar[b-j8cbilmh4l] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }

    main[b-j8cbilmh4l] {
        overflow-y: auto;
        height: 100vh;
    }

    .top-row[b-j8cbilmh4l] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-j8cbilmh4l]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-j8cbilmh4l], article[b-j8cbilmh4l] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Sidebar mountain decoration at the bottom */
.sidebar-mountain[b-j8cbilmh4l] {
    margin-top: auto;
    padding: 1rem 0.8rem 0.5rem;
    opacity: 0.28;
    pointer-events: none;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zi2epfu5od] {
    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.05);
}

.navbar-toggler:checked[b-zi2epfu5od] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-zi2epfu5od] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.3);
}

.navbar-brand[b-zi2epfu5od] {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #c8d8a8 !important;
}

.nav-item[b-zi2epfu5od] {
    font-size: 0.88rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-zi2epfu5od] {
        padding-top: 1.5rem;
    }

    .nav-item:last-of-type[b-zi2epfu5od] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zi2epfu5od]  .nav-link {
        color: #9a9880;
        background: none;
        border: none;
        border-radius: 5px;
        height: 2.8rem;
        display: flex;
        align-items: center;
        line-height: 2.8rem;
        width: 100%;
        padding-left: 1rem;
        letter-spacing: 0.02em;
        transition: background 0.18s var(--ease-out, cubic-bezier(0.2,0,0,1)),
                    color 0.18s var(--ease-out, cubic-bezier(0.2,0,0,1)),
                    transform 0.18s var(--ease-out, cubic-bezier(0.2,0,0,1)),
                    padding-left 0.18s var(--ease-out, cubic-bezier(0.2,0,0,1));
    }

.nav-item[b-zi2epfu5od]  a.active {
    background-color: rgba(110, 158, 78, 0.18);
    color: #a8d080;
    border-left: 3px solid #6e9e4e;
    padding-left: calc(1rem - 1px); /* compensate for wider border */
}

.nav-item[b-zi2epfu5od]  .nav-link:hover {
    background-color: rgba(139, 190, 104, 0.08);
    color: #c8d8a8;
    padding-left: 1.35rem;
}
/* Active link doesn't slide further on hover — it's already "selected" */
.nav-item[b-zi2epfu5od]  a.active:hover {
    padding-left: calc(1rem - 1px);
}

/* Section divider */
.nav-divider[b-zi2epfu5od] {
    border-top: 1px solid #2e3222;
    margin: 0.5rem 1rem;
}

/* Collapsible group headers */
.nav-group-header[b-zi2epfu5od] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.55rem 1.25rem 0.2rem;
    cursor: pointer;
    user-select: none;
    margin-top: 0.25rem;
}

.nav-group-header:hover .nav-group-label[b-zi2epfu5od] {
    color: #9a9880;
}

.nav-group-label[b-zi2epfu5od] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6a6858;
    transition: color 0.15s;
}

.nav-group-chevron[b-zi2epfu5od] {
    font-size: 0.6rem;
    color: #5a5848;
    transition: color var(--dur-fast, 120ms);
}

/* Sub-items (Log a Hike, Import from Strava) */
.nav-link-sub[b-zi2epfu5od] {
    font-size: 0.8rem !important;
    color: #6a8a50 !important;
    height: 2.2rem !important;
    line-height: 2.2rem !important;
    padding-left: 2rem !important;
}

.nav-link-sub:hover[b-zi2epfu5od] {
    color: #8bbe68 !important;
}

/* Small bottom nav links */
.nav-link-small[b-zi2epfu5od] {
    font-size: 0.8rem !important;
    color: #7a7860 !important;
    height: 2.4rem !important;
    line-height: 2.4rem !important;
}

.nav-link-small:hover[b-zi2epfu5od] {
    color: #b8b0a0 !important;
}

.nav-scrollable[b-zi2epfu5od] {
    display: none;
    flex-direction: column;
}

.navbar-toggler:checked ~ .nav-scrollable[b-zi2epfu5od] {
    display: flex;
    height: calc(100dvh - 3.5rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    animation: ss-nav-open-b-zi2epfu5od 0.22s cubic-bezier(0.2,0,0,1) both;
}

@keyframes ss-nav-open-b-zi2epfu5od {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (min-width: 641px) {
    .navbar-toggler[b-zi2epfu5od] {
        display: none;
    }

    .nav-scrollable[b-zi2epfu5od] {
        display: flex !important;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* Mobile nav improvements */
@media (max-width: 640px) {
  /* Ensure all nav links and buttons have sufficient tap targets */
  .nav-scrollable a[b-zi2epfu5od],
  .nav-scrollable button[b-zi2epfu5od] {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  /* Group toggle headers — full-width tap target */
  .nav-group-header[b-zi2epfu5od] {
    min-height: 44px;
    width: 100%;
    padding: 0.5rem 1.25rem;
  }

  /* More space between section items on mobile */
  .nav-item[b-zi2epfu5od] {
    margin-bottom: 1px;
  }

  /* Ensure the navbar toggler itself is a good tap size */
  .navbar-toggler[b-zi2epfu5od] {
    min-height: 44px;
    min-width: 44px;
  }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
/* ── Visibility system (unchanged — Blazor manages state classes) ─────── */
.components-reconnect-first-attempt-visible[b-jct469hr6o],
.components-reconnect-repeated-attempt-visible[b-jct469hr6o],
.components-reconnect-failed-visible[b-jct469hr6o],
.components-pause-visible[b-jct469hr6o],
.components-resume-failed-visible[b-jct469hr6o],
.components-rejoining-animation[b-jct469hr6o] {
    display: none;
}

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

/* ── Dialog shell ─────────────────────────────────────────────────────── */
#components-reconnect-modal[b-jct469hr6o] {
    background: linear-gradient(160deg, #1e1e1a, #181814);
    border: 1px solid #3a3a2e;
    color: #d8d0c0;
    width: 22rem;
    max-width: calc(100vw - 2rem);
    margin: 20vh auto;
    padding: 2rem 1.75rem 1.75rem;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(139, 190, 104, 0.08);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-jct469hr6o 0.5s both;
}

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

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

/* ── Container ────────────────────────────────────────────────────────── */
.components-reconnect-container[b-jct469hr6o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
}

/* ── Mountain icon ────────────────────────────────────────────────────── */
.ss-rc-icon[b-jct469hr6o] {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.25rem;
    filter: drop-shadow(0 0 8px rgba(139, 190, 104, 0.35));
}

/* ── Text ─────────────────────────────────────────────────────────────── */
.ss-rc-title[b-jct469hr6o] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #d8d0c0;
    text-align: center;
    letter-spacing: 0.01em;
}

.ss-rc-sub[b-jct469hr6o] {
    margin: 0;
    font-size: 0.8rem;
    color: #7a9060;
    text-align: center;
    line-height: 1.5;
}

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

/* ── Button ───────────────────────────────────────────────────────────── */
.ss-rc-btn[b-jct469hr6o],
#components-reconnect-modal button[b-jct469hr6o] {
    margin-top: 0.5rem;
    background: #4a7a30;
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    transition: background 0.15s;
}

.ss-rc-btn:hover[b-jct469hr6o],
#components-reconnect-modal button:hover[b-jct469hr6o] {
    background: #5a9038;
}

.ss-rc-btn:active[b-jct469hr6o],
#components-reconnect-modal button:active[b-jct469hr6o] {
    background: #3e6828;
}

/* ── Pulsing rings animation (recoloured green) ───────────────────────── */
.components-rejoining-animation[b-jct469hr6o] {
    position: relative;
    width: 64px;
    height: 64px;
    margin-bottom: 0.25rem;
}

.components-rejoining-animation div[b-jct469hr6o] {
    position: absolute;
    border: 2px solid #8bbe68;
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-jct469hr6o 1.6s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

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

/* ── Keyframes ────────────────────────────────────────────────────────── */
@keyframes components-reconnect-modal-slideUp-b-jct469hr6o {
    0%   { transform: translateY(24px) scale(0.96); }
    100% { transform: translateY(0) scale(1); }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jct469hr6o {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

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

@keyframes components-rejoining-animation-b-jct469hr6o {
    0% {
        top: 32px; left: 32px;
        width: 0; height: 0;
        opacity: 0;
    }
    4.9% {
        top: 32px; left: 32px;
        width: 0; height: 0;
        opacity: 0;
    }
    5% {
        top: 32px; left: 32px;
        width: 0; height: 0;
        opacity: 1;
    }
    100% {
        top: 0; left: 0;
        width: 64px; height: 64px;
        opacity: 0;
    }
}
/* /Components/Shared/OnboardingOverlay.razor.rz.scp.css */
/* ── Centered wrap (Welcome / Complete steps) ──────────────────────────────── */
.ob-center-wrap[b-9evm4qdoj0] {
    position: fixed;
    inset: 0;
    z-index: 9010;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.72);
}

.ob-center-card[b-9evm4qdoj0] {
    background: #1a1f12;
    border: 1px solid #3a4a28;
    border-radius: 14px;
    padding: 1.75rem 1.5rem 1.5rem;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(139, 190, 104, 0.15);
}

/* ── Positioned spotlight tooltip ─────────────────────────────────────────── */
.ob-tooltip[b-9evm4qdoj0] {
    position: fixed;
    z-index: 9010;
    background: #1a1f12;
    border: 1px solid #3a4a28;
    border-radius: 12px;
    padding: 1.25rem 1.25rem 1.1rem;
    max-width: 340px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(139, 190, 104, 0.12);
    opacity: 0; /* revealed by JS after positioning */
    transition: opacity 0.22s ease;
}

/* ── Entrance animation ────────────────────────────────────────────────────── */
@keyframes ob-enter-b-9evm4qdoj0 {
    from { opacity: 0; transform: translateY(6px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0)   scale(1);    }
}

.ob-anim-enter[b-9evm4qdoj0] {
    animation: ob-enter-b-9evm4qdoj0 0.28s cubic-bezier(0.34, 1.2, 0.64, 1) both;
}

/* ── Step progress dots ────────────────────────────────────────────────────── */
.ob-dots[b-9evm4qdoj0] {
    display: flex;
    gap: 5px;
    margin-bottom: 0.9rem;
}

.ob-dot[b-9evm4qdoj0] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3a3a30;
    transition: background 0.25s;
}

.ob-dot-active[b-9evm4qdoj0] {
    background: #8bbe68;
    box-shadow: 0 0 6px rgba(139, 190, 104, 0.55);
}

/* ── Content typography ────────────────────────────────────────────────────── */
.ob-title[b-9evm4qdoj0] {
    font-size: 1rem;
    font-weight: 700;
    color: #8bbe68;
    margin-bottom: 0.45rem;
    line-height: 1.3;
}

.ob-body[b-9evm4qdoj0] {
    font-size: 0.845rem;
    color: #b8b0a0;
    line-height: 1.55;
    margin-bottom: 0.85rem;
}

/* ── Action hint (RequiresAction steps) ────────────────────────────────────── */
.ob-action-hint[b-9evm4qdoj0] {
    font-size: 0.78rem;
    font-weight: 600;
    color: #d4a050;
    margin-bottom: 0.8rem;
    padding: 0.45rem 0.7rem;
    background: rgba(212, 160, 80, 0.1);
    border-radius: 6px;
    border-left: 2px solid #d4a050;
    animation: ob-hint-pulse-b-9evm4qdoj0 2.2s ease-in-out infinite;
}

@keyframes ob-hint-pulse-b-9evm4qdoj0 {
    0%, 100% { border-left-color: #d4a050; background: rgba(212,160,80,0.10); }
    50%       { border-left-color: #e8c060; background: rgba(212,160,80,0.20); }
}

/* ── Buttons ───────────────────────────────────────────────────────────────── */
.ob-actions[b-9evm4qdoj0] {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}

.ob-btn-primary[b-9evm4qdoj0] {
    flex: 1;
    background: #4a7a30;
    color: #d8ecc0;
    border: 1px solid #6aaa48;
    border-radius: 7px;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.18s, transform 0.12s, box-shadow 0.18s;
}

.ob-btn-primary:hover[b-9evm4qdoj0] {
    background: #5a9038;
    box-shadow: 0 4px 14px rgba(90,150,50,0.35);
    transform: translateY(-1px);
}

.ob-btn-primary:active[b-9evm4qdoj0] {
    transform: translateY(0) scale(0.98);
}

.ob-btn-skip[b-9evm4qdoj0] {
    background: none;
    border: none;
    color: #5a5650;
    font-size: 0.78rem;
    cursor: pointer;
    padding: 0.4rem 0.5rem;
    transition: color 0.15s;
    white-space: nowrap;
}

.ob-btn-skip:hover[b-9evm4qdoj0] {
    color: #9a9080;
}

/* ── Mobile adjustments ────────────────────────────────────────────────────── */
@media (max-width: 480px) {
    .ob-center-card[b-9evm4qdoj0],
    .ob-tooltip[b-9evm4qdoj0] {
        padding: 1.1rem 1rem 1rem;
        border-radius: 10px;
    }

    .ob-title[b-9evm4qdoj0] {
        font-size: 0.93rem;
    }

    .ob-body[b-9evm4qdoj0] {
        font-size: 0.8rem;
    }
}
