/* /Auth/Avatar/UserAvatar.razor.rz.scp.css */
.user-avatar-small i[b-3qe4j0g4tp] {
    font-size: 3rem;
    color: var(--text-muted);
}

.dropdown-item-container[b-3qe4j0g4tp]  .custom-nav-link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: none;
    background: transparent;
    border-radius: 0.6rem;
    color: var(--body-color);
    font-size: 0.9rem;
    text-align: left;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.dropdown-item-container[b-3qe4j0g4tp]  .custom-nav-link:hover:not(:disabled) {
    background-color: rgba(var(--primary-solid-rgb), 0.12);
}

.dropdown-item-container[b-3qe4j0g4tp]  .custom-nav-link:disabled {
    opacity: 0.6;
    cursor: default;
}

.dropdown-item-container[b-3qe4j0g4tp]  .custom-nav-link.text-danger {
    color: #dc3545 !important;
}

.dropdown-item-container[b-3qe4j0g4tp]  .custom-nav-link.text-danger:hover:not(:disabled) {
    color: #ff6b6b !important;
    background-color: rgba(220, 53, 69, 0.1);
}

.dropdown-menu[b-3qe4j0g4tp] {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 100%;
    top: auto;
    margin-bottom: 0.5rem;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
    display: block;
}

.dropdown-menu.show[b-3qe4j0g4tp] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
/* /Auth/SignIn/SignIn.razor.rz.scp.css */
/* /Challenges/ChallengeDetails/ChallengeContent.razor.rz.scp.css */
.challenge-content-card[b-av0zblw3d6] {
    margin: 0;
    padding: 0.85rem 1rem 0.9rem;
}

.challenge-view-switch[b-av0zblw3d6] {
    display: flex;
    gap: 0.5rem;
    border-bottom: 1px solid var(--surface-border);
}

.challenge-view-tab[b-av0zblw3d6] {
    border: 0;
    background: transparent;
    padding: 0.5rem 0.25rem;
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.challenge-view-tab-active[b-av0zblw3d6] {
    color: var(--body-color);
    border-bottom-color: var(--gold-solid);
}
/* /Challenges/ChallengeDetails/ChallengeDetails.razor.rz.scp.css */
.challenge-details-card[b-my6c23ugxl] {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    margin-top: 0;
}

.challenge-details-card > .card-body[b-my6c23ugxl] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

/*
 * Sticks right under the app's own pinned top bar (MainLayout's .top-row), never over it — same top offset as
 * that bar's height, one z-index band below it.
 */
.challenge-sticky-header[b-my6c23ugxl] {
    position: sticky;
    top: calc(2.75rem + env(safe-area-inset-top, 0px));
    z-index: 900;
    padding-bottom: 0.75rem;
    background-color: var(--surface-bg);
    padding: 0.9rem 1rem 0.8rem;
    border: 1px solid var(--surface-border);
    border-radius: 0.9rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.18);
}

.challenge-description summary[b-my6c23ugxl] {
    display: inline-flex;
    cursor: pointer;
    color: var(--body-color);
    font-size: 0.85rem;
    font-weight: 600;
}

.challenge-description summary[b-my6c23ugxl]::marker {
    color: var(--gold-solid);
}

.participant-row + .participant-row[b-my6c23ugxl] {
    border-top: 1px solid rgba(var(--primary-solid-rgb), 0.12);
}

.participant-avatar[b-my6c23ugxl] {
    display: inline-flex;
}

.participant-avatar .bi-person-circle[b-my6c23ugxl] {
    font-size: 1.75rem;
    line-height: 1;
    color: var(--text-muted);
}
/* /Challenges/ChallengeDetails/ChallengeMap.razor.rz.scp.css */
.challenge-map-list[b-pk6svm5l3g] {
    display: flex;
    flex-direction: column;
}

.step-tile-progress[b-pk6svm5l3g] {
    margin-top: 0.35rem;
}

/*
 * On a narrow screen, entering a step is a screen of its own: the level it came from steps aside until the
 * viewer navigates back up. A wide screen has room to keep both visible at once - see the media query below.
 */
.challenge-map-with-detail .challenge-map-list[b-pk6svm5l3g] {
    display: none;
}

@media (min-width: 992px) {
    .challenge-map-with-detail .challenge-master-detail-list[b-pk6svm5l3g] {
        display: flex;
    }
}
/* /Challenges/ChallengeDetails/ChallengeParticipantHeader.razor.rz.scp.css */
.challenge-participant-header[b-81x9tk2o00] {
    width: 100%;
    margin: 0 0 0.85rem;
    padding: 0.85rem 1rem 0.9rem;
    align-self: stretch;
}

.challenge-participant-header h1[b-81x9tk2o00] {
    font-size: 1.5rem;
}

.challenge-profile-row[b-81x9tk2o00] {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.challenge-title[b-81x9tk2o00] {
    margin: 0.15rem 0 0.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.challenge-ranking-list[b-81x9tk2o00] {
    margin: 0 0 0.75rem;
    padding: 0;
    list-style: none;
}

.challenge-ranking-row[b-81x9tk2o00] {
    display: grid;
    grid-template-columns: 1.8rem minmax(8rem, 0.4fr) minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--surface-border);
}

.challenge-ranking-row:last-child[b-81x9tk2o00] {
    border-bottom: none;
}

.challenge-ranking-participant[b-81x9tk2o00] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    min-width: 0;
}

.challenge-ranking-avatar[b-81x9tk2o00] {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    color: var(--text-muted);
}

.challenge-ranking-avatar > .bi-person-circle[b-81x9tk2o00] {
    font-size: 1.75rem;
    line-height: 1;
}

.participant-ranking-streak[b-81x9tk2o00] {
    position: absolute;
    right: -0.25rem;
    bottom: -0.15rem;
    display: inline-flex;
    padding: 0.05rem;
    border-radius: 50%;
    background-color: var(--body-bg);
    font-size: 0.75rem;
    line-height: 1;
    filter: drop-shadow(0 0.1rem 0.2rem rgba(0, 0, 0, 0.35));
}

.participant-ranking-streak > .bi-fire[b-81x9tk2o00] {
    font-size: 0.75rem;
}

.challenge-ranking-row .progress[b-81x9tk2o00] {
    width: 100%;
}

[b-81x9tk2o00] .challenge-ranking-progress-current {
    background: var(--gold-gradient) !important;
}

.challenge-ranking[b-81x9tk2o00] {
    margin: 0.85rem 0 0;
    padding-top: 0.65rem;
    border-top: 1px solid var(--surface-border);
}

.challenge-ranking-summary[b-81x9tk2o00] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    color: var(--body-color);
    font-weight: 600;
}

.challenge-ranking-summary-content[b-81x9tk2o00] {
    flex: 1 1 auto;
    min-width: 0;
}

.challenge-ranking-chevron[b-81x9tk2o00] {
    flex: 0 0 auto;
    margin-top: 0.15rem;
    transition: transform 0.15s ease-in-out;
}

.challenge-ranking-chevron-with-progress[b-81x9tk2o00] {
    margin-top: 1.15rem;
}

.challenge-ranking[open] .challenge-ranking-chevron[b-81x9tk2o00] {
    transform: rotate(180deg);
}

.challenge-ranking-summary[b-81x9tk2o00]::marker {
    display: none;
}

.challenge-ranking-content[b-81x9tk2o00] {
    padding-top: 0.75rem;
}

.challenge-profile-avatar[b-81x9tk2o00] {
    position: relative;
    display: inline-flex;
    flex: 0 0 4.75rem;
    align-items: center;
    justify-content: center;
    width: 4.75rem;
    height: 4.75rem;
    border: 3px solid var(--surface-bg);
    border-radius: 50%;
    background: var(--surface-bg-alt);
    box-shadow: 0 0 0 1px var(--surface-border), 0 0.35rem 0.75rem rgba(0, 0, 0, 0.16);
    color: var(--text-muted);
}

.challenge-profile-avatar i[b-81x9tk2o00] {
    font-size: 3rem;
    line-height: 1;
}

.participant-streak[b-81x9tk2o00] {
    position: absolute;
    right: -0.6rem;
    bottom: -0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.06rem;
    border-radius: 50%;
    background-color: var(--surface-bg);
    line-height: 1;
}

.participant-streak .bi-fire[b-81x9tk2o00] {
    font-size: 2.1rem;
    line-height: 1;
    filter: drop-shadow(0 0.15rem 0.3rem rgba(0, 0, 0, 0.35));
}

.streak-flame[b-81x9tk2o00] {
    background: linear-gradient(to top, #e11d48 0%, #f97316 55%, #fde047 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.streak-flame-at-risk[b-81x9tk2o00] {
    opacity: 0.55;
}

.participant-streak-count[b-81x9tk2o00] {
    position: absolute;
    top: 73%;
    left: 49%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 0.55rem;
    font-weight: 500;
    line-height: 1;
    text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.65);
    pointer-events: none;
    text-align: center;
}

.challenge-profile-progress[b-81x9tk2o00] {
    flex: 1 1 auto;
    min-width: 0;
}

.challenge-profile-name-row[b-81x9tk2o00] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    margin-bottom: 0.7rem;
}

.challenge-profile-name[b-81x9tk2o00] {
    overflow: hidden;
    margin: 0;
    color: var(--body-color);
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.challenge-participant-count[b-81x9tk2o00] {
    color: var(--text-muted);
    font-size: 0.8rem;
    line-height: 1.2;
}

.challenge-profile-actions[b-81x9tk2o00] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 0.85rem;
    padding-top: 0.65rem;
    border-top: 1px solid var(--surface-border);
}

.challenge-participant-header .progress[b-81x9tk2o00] {
    height: 0.45rem !important;
}

.challenge-profile-progress .progress[b-81x9tk2o00] {
    height: 0.6rem !important;
}

.challenge-participant-header .challenge-details[b-81x9tk2o00],
.challenge-participant-header .challenge-ranking[b-81x9tk2o00] {
    margin: 0.85rem 0 0.85rem !important;
    padding-top: 0.65rem;
    border-top: 1px solid var(--surface-border);
}

.challenge-details p[b-81x9tk2o00] {
    line-height: 1.4;
}

.participating-icon[b-81x9tk2o00] {
    position: relative;
    font-size: 1rem;
    cursor: default;
}

.participating-icon:focus[b-81x9tk2o00] {
    outline: none;
}

.participating-icon:focus-visible[b-81x9tk2o00] {
    outline: 2px solid var(--gold-solid);
    outline-offset: 1px;
    border-radius: 50%;
}

.participating-icon[b-81x9tk2o00]::after,
.participant-ranking-streak[b-81x9tk2o00]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 0.35rem);
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
    padding: 0.35rem 0.75rem;
    border: 1px solid var(--gold-solid);
    border-radius: 1.25rem;
    background-color: var(--surface-bg);
    box-shadow: 0 0 0 1px rgba(var(--gold-solid-rgb), 0.35), 0 18px 40px rgba(var(--gold-solid-rgb), 0.18);
    color: var(--body-color);
    font-size: 0.75rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease-in-out;
}

.participating-icon:hover[b-81x9tk2o00]::after,
.participating-icon:focus[b-81x9tk2o00]::after,
.participant-ranking-streak:hover[b-81x9tk2o00]::after,
.participant-ranking-streak:focus[b-81x9tk2o00]::after {
    opacity: 1;
}

@media (max-width: 575.98px) {
    .challenge-profile-row[b-81x9tk2o00] {
        gap: 0.75rem;
    }

    .challenge-profile-avatar[b-81x9tk2o00] {
        flex-basis: 3.75rem;
        width: 3.75rem;
        height: 3.75rem;
    }

    .challenge-profile-avatar i[b-81x9tk2o00] {
        font-size: 2.35rem;
    }

    .participant-streak .bi-fire[b-81x9tk2o00] {
        font-size: 2.1rem;
    }

    .participant-streak-count[b-81x9tk2o00] {
        font-size: 0.8rem;
    }

    .challenge-profile-name[b-81x9tk2o00] {
        font-size: 1.2rem;
    }

    .challenge-title[b-81x9tk2o00] {
        font-size: 0.9rem;
    }
}
/* /Challenges/ChallengeDetails/ChallengeStepTile.razor.rz.scp.css */
.step-tile-context[b-9dc0dj7599] {
    display: block;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Challenges/ChallengeDetails/NavigationPath.razor.rz.scp.css */
.navigation-path[b-e7mpb4nfqu] {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 0.35rem;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
}

.navigation-path-link[b-e7mpb4nfqu] {
    border: 0;
    background: transparent;
    color: var(--body-color);
    padding: 0.15rem 0.3rem;
    cursor: pointer;
    white-space: nowrap;
}

.navigation-path-link[b-e7mpb4nfqu]::after {
    content: "/";
    margin-left: 0.35rem;
    color: var(--text-muted);
}

.navigation-path-current[b-e7mpb4nfqu] {
    font-weight: 600;
    color: var(--gold-solid);
    white-space: nowrap;
    padding: 0.15rem 0.3rem;
}

.navigation-path-ellipsis[b-e7mpb4nfqu] {
    color: var(--text-muted);
    padding: 0 0.15rem;
}
/* /Challenges/ChallengeDetails/StepDetail.razor.rz.scp.css */
.step-detail-panel[b-z4juzp9px0] {
    border: 1px solid var(--surface-border);
    border-radius: 0.9rem;
    padding: 1rem;
    background: var(--surface-bg);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12);
}

.step-detail-divider[b-z4juzp9px0] {
    margin: 0.85rem 0;
    border-top: 1px solid var(--surface-border);
}
/* /Challenges/ChallengeDetails/TodaysTasks.razor.rz.scp.css */
.todays-tasks-heading[b-rm66yq9zyj] {
    margin-bottom: 0.5rem;
}

.today-task-item[b-rm66yq9zyj] {
    list-style: none;
}
/* /Challenges/CreateChallenge/ChallengeUserSearch.razor.rz.scp.css */
.create-field-label[b-t7okj31y4n] {
    color: var(--text-muted);
    font-size: 0.78rem;
    font-weight: 500;
}

.user-tag[b-t7okj31y4n] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    border: 1px solid var(--gold-solid);
    background: transparent;
    color: var(--gold-solid);
    font-size: 0.7rem;
}

.user-tag-remove[b-t7okj31y4n] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    line-height: 1;
    font-size: 1rem;
    color: inherit;
    cursor: pointer;
    transform: translateY(-1px);
}

.user-search-spinner[b-t7okj31y4n] {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    margin-top: -0.5rem;
    color: var(--primary-solid);
}

.user-search-results[b-t7okj31y4n] {
    position: absolute;
    z-index: 20;
    width: 100%;
    max-height: 220px;
    overflow-y: auto;
    background-color: var(--surface-bg);
    border: 1px solid var(--gold-solid);
    box-shadow: 0 0 0 1px rgba(var(--gold-solid-rgb), 0.15), 0 12px 28px rgba(0, 0, 0, 0.35);
    padding: 0.25rem;
}

.user-search-results .list-group-item[b-t7okj31y4n] {
    background-color: transparent;
    color: var(--body-color);
    border: none;
    font-size: 0.7rem;
}

.user-search-results .list-group-item:nth-child(even)[b-t7okj31y4n] {
    background-color: rgba(255, 255, 255, 0.05);
}

.user-search-results .list-group-item:hover[b-t7okj31y4n] {
    background-color: rgba(255, 255, 255, 0.1);
}
/* /Challenges/CreateChallenge/CreateChallenge.razor.rz.scp.css */
[b-ox29c3sh4j] .card {
    border-radius: 1.25rem;
    border: 1px solid var(--primary-solid);
    box-shadow: 0 0 0 1px rgba(var(--primary-solid-rgb), 0.15), 0 18px 40px rgba(0, 0, 0, 0.35) !important;
}

[b-ox29c3sh4j] .challenge-details-card {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
    margin-top: 0;
}

[b-ox29c3sh4j] .challenge-details-card > .card-body {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

[b-ox29c3sh4j] .create-challenge-header {
    width: 100%;
    margin: 0 0 0.85rem;
    padding: 0.85rem 1rem 0.9rem;
    border: 1px solid var(--surface-border);
    border-radius: 0.9rem;
    background: var(--surface-bg);
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.22);
}

[b-ox29c3sh4j] .create-header-fields {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    gap: 0.6rem;
    align-items: end;
}

[b-ox29c3sh4j] .create-header-fields .form-label {
    color: var(--text-muted);
    white-space: nowrap;
}

[b-ox29c3sh4j] .create-field-label {
    color: var(--text-muted);
    font-size: 0.78rem;
    font-weight: 500;
}

[b-ox29c3sh4j] .create-header-fields .form-control {
    min-width: 0;
}

[b-ox29c3sh4j] .create-header-invitations {
    padding-top: 0.75rem;
    border-top: 1px solid var(--surface-border);
}

[b-ox29c3sh4j] .challenge-description-input {
    resize: vertical;
}

[b-ox29c3sh4j] .create-challenge-settings {
    padding: 0.85rem 1rem;
    border: 1px solid var(--surface-border);
    border-radius: 0.9rem;
    background: var(--surface-bg);
}

[b-ox29c3sh4j] .create-step-tree {
    padding-top: 0.25rem;
}

/* Style kafelków w ChallengeDetails jest scopedowany. Powtarzamy tutaj wspólny język wizualny podglądu tworzenia,
   aby oba ekrany miały tę samą geometrię i hierarchię. */
[b-ox29c3sh4j] .step-tile {
    margin-bottom: 0.8rem;
    border: 1px solid var(--surface-border);
    border-radius: 0.8rem;
    background: var(--surface-bg);
    overflow: hidden;
    scroll-margin-top: 13rem;
}

[b-ox29c3sh4j] .step-tile-header {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.65rem;
    min-height: 3.25rem;
    padding: 0.85rem 1rem;
    border: 0;
    background: transparent;
    color: var(--body-color);
    text-align: left;
}

[b-ox29c3sh4j] .step-tile-body {
    padding: 0 1rem 0.8rem;
}

[b-ox29c3sh4j] .step-leaf-summary {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0 1rem 0.5rem;
    color: var(--text-muted);
    font-size: 0.8rem;
}

[b-ox29c3sh4j] .step-leaf-summary strong {
    color: var(--body-color);
    font-weight: 600;
}

[b-ox29c3sh4j] .step-tile-open {
    border-color: var(--gold-solid);
    background: rgba(var(--gold-solid-rgb), 0.08);
}

[b-ox29c3sh4j] .step-tile-completed {
    border-color: var(--primary-solid);
    background: rgba(var(--primary-solid-rgb), 0.1);
}

[b-ox29c3sh4j] .create-root-leaf-preview {
    margin-bottom: 0.8rem;
}

[b-ox29c3sh4j] .create-root-leaf-fields {
    padding: 0.9rem 1rem;
}

[b-ox29c3sh4j] .goal-config-section {
    padding: 0.75rem;
    border: 1px solid rgba(var(--gold-solid-rgb), 0.45);
    border-radius: 0.75rem;
    background: rgba(var(--gold-solid-rgb), 0.07);
}

[b-ox29c3sh4j] .goal-config-section > .mb-3 {
    margin-bottom: 0.75rem !important;
}

[b-ox29c3sh4j] .goal-config-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(var(--gold-solid-rgb), 0.3);
}

[b-ox29c3sh4j] .completion-config-section {
    padding: 0.75rem;
    border: 1px solid rgba(var(--gold-solid-rgb), 0.45);
    border-radius: 0.75rem;
    background: rgba(var(--gold-solid-rgb), 0.07);
}

[b-ox29c3sh4j] .completion-config-details {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(var(--gold-solid-rgb), 0.3);
}

[b-ox29c3sh4j] .schedule-config-section {
    padding: 0.75rem;
    border: 1px solid rgba(var(--gold-solid-rgb), 0.45);
    border-radius: 0.75rem;
    background: rgba(var(--gold-solid-rgb), 0.07);
}

[b-ox29c3sh4j] .schedule-days-options {
    margin: 0.75rem 0 0;
    padding: 0.75rem 0 0;
    border: 0;
    border-top: 1px solid rgba(var(--gold-solid-rgb), 0.3);
}

[b-ox29c3sh4j] .schedule-days-options.d-flex,
[b-ox29c3sh4j] .schedule-days-options > .d-flex {
    justify-content: space-between;
    align-items: center;
}

[b-ox29c3sh4j] .root-editor-card,
[b-ox29c3sh4j] .node-editor {
    border: 1px solid var(--surface-border);
    border-radius: 1rem;
    background: var(--surface-bg);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12);
}

[b-ox29c3sh4j] .node-editor {
    border-left: 3px solid var(--primary-solid);
}

[b-ox29c3sh4j] .node-editor-group {
    border-left-color: var(--gold-solid);
}

[b-ox29c3sh4j] .node-editor-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
}

[b-ox29c3sh4j] .node-editor-body,
[b-ox29c3sh4j] .root-editor-card .step-tile-body {
    padding: 0.75rem;
}

[b-ox29c3sh4j] .node-kind-icon {
    color: var(--gold-solid);
    font-size: 1.1rem;
}

[b-ox29c3sh4j] .editor-field-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

[b-ox29c3sh4j] .node-editor-actions {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    min-height: 2.75rem;
    margin-top: 0.75rem;
}

@media (max-width: 575.98px) {
    [b-ox29c3sh4j] .create-header-fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [b-ox29c3sh4j] .create-header-fields .form-check {
        align-self: center !important;
    }

    [b-ox29c3sh4j] .goal-config-details {
        grid-template-columns: 1fr;
    }

}
/* /Challenges/MyChallenges/MyChallenges.razor.rz.scp.css */
.my-challenges-filters[b-5lbr6g86cf] {
    margin: 0 0 0.85rem;
    padding: 0;
    border: 0;
}

.my-challenge[b-5lbr6g86cf] {
    width: 100%;
    margin: 0;
    padding: 0.85rem 1rem 0.9rem;
    color: var(--body-color);
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.my-challenge:hover[b-5lbr6g86cf] {
    border-color: var(--gold-solid);
    box-shadow: 0 0.35rem 1rem rgba(var(--gold-solid-rgb), 0.2);
}

.my-challenge:focus-visible[b-5lbr6g86cf] {
    outline: 2px solid var(--gold-solid);
    outline-offset: 2px;
}

.my-challenge .challenge-title[b-5lbr6g86cf] {
    margin: 0.15rem 0 0.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.my-challenge .challenge-dates[b-5lbr6g86cf] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.my-challenge .challenge-status[b-5lbr6g86cf] {
    font-size: 0.85rem;
    line-height: 1;
}

.my-challenge .challenge-details p[b-5lbr6g86cf] {
    line-height: 1.4;
}
/* /Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-tkc3gva6nu] {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(2rem + env(safe-area-inset-top, 0px)) 1rem calc(2rem + env(safe-area-inset-bottom, 0px));
    background: transparent;
}

.auth-shell-inner[b-tkc3gva6nu] {
    width: 100%;
    max-width: 420px;
}

.auth-logo[b-tkc3gva6nu] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.auth-logo[b-tkc3gva6nu]  svg {
    height: 4rem;
    width: 4rem;
}

[b-tkc3gva6nu] .card {
    border-radius: 1.25rem;
    border: 1px solid var(--primary-solid);
    box-shadow: 0 0 0 1px rgba(var(--primary-solid-rgb), 0.15), 0 18px 40px rgba(0, 0, 0, 0.35) !important;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-92wwi31nbm] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    background: transparent;
}

main[b-92wwi31nbm] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: calc(6.25rem + env(safe-area-inset-bottom, 0px));
}

.top-row[b-92wwi31nbm] {
    position: relative;
    flex: none;
    height: calc(2.75rem + env(safe-area-inset-top, 0px));
    padding: env(safe-area-inset-top, 0px) 0.75rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: 100%;
}

.navbar-brand[b-92wwi31nbm] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.navbar-brand[b-92wwi31nbm]  svg {
    height: 1.4rem;
    width: 1.4rem;
}

.navbar-brand-text[b-92wwi31nbm] {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--body-color);
    white-space: nowrap;
}

.topbar-icon-btn[b-92wwi31nbm] {
    position: absolute;
    right: 0.75rem;
    top: env(safe-area-inset-top, 0px);
    bottom: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border: none;
    background: transparent;
    color: var(--text-muted);
    font-size: 1rem;
    padding: 0;
}

.topbar-icon-btn:disabled[b-92wwi31nbm] {
    opacity: 0.6;
    cursor: default;
}

article.content[b-92wwi31nbm] {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 1.1rem;
}

.footer[b-92wwi31nbm] {
    margin-top: auto;
    padding-top: 1.5rem;
    text-align: center;
}

.footer .text-muted[b-92wwi31nbm] {
    font-size: 0.7rem;
}

.bottom-nav[b-92wwi31nbm] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    height: calc(4.75rem + env(safe-area-inset-bottom, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background-color: var(--surface-bg);
    border-top: 1px solid var(--surface-border);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
    z-index: 1000;
}

.bottom-nav[b-92wwi31nbm]  .dropup {
    flex: 1;
    display: flex;
    align-items: stretch;
    position: relative;
}

.bottom-nav[b-92wwi31nbm]  .nav-tab-btn {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    border: none;
    background: transparent;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.25rem;
}

.bottom-nav[b-92wwi31nbm]  .nav-tab-icon {
    font-size: 1.3rem;
    line-height: 1;
}

.bottom-nav[b-92wwi31nbm]  .nav-tab-label {
    white-space: nowrap;
}

.bottom-nav[b-92wwi31nbm]  .nav-tab-btn.active::before,
.bottom-nav[b-92wwi31nbm]  .nav-tab-btn[aria-expanded="true"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2.5rem;
    height: 0.2rem;
    border-radius: 0 0 0.2rem 0.2rem;
    background: var(--primary-solid);
}

.bottom-nav[b-92wwi31nbm]  .nav-tab-center {
    justify-content: flex-start;
    padding-top: 2.5rem;
}

.bottom-nav[b-92wwi31nbm]  .nav-tab-center.active::before {
    content: none;
}

.bottom-nav[b-92wwi31nbm]  .nav-tab-fab {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    border: 0.3rem solid var(--body-bg);
    background: var(--gold-gradient);
    color: var(--gold-contrast);
    font-size: 1.4rem;
    line-height: 1;
    box-shadow: 0 0.5rem 1.25rem rgba(var(--gold-solid-rgb), 0.45);
}

.bottom-nav[b-92wwi31nbm]  .nav-tab-center.active .nav-tab-fab {
    box-shadow: 0 0 0 0.2rem rgba(var(--gold-solid-rgb), 0.4), 0 0.5rem 1.25rem rgba(var(--gold-solid-rgb), 0.55);
}

.bottom-nav[b-92wwi31nbm]  .nav-tab-btn.active,
.bottom-nav[b-92wwi31nbm]  .nav-tab-btn[aria-expanded="true"],
.bottom-nav[b-92wwi31nbm]  .nav-tab-btn:hover:not(:disabled) {
    color: var(--primary-solid);
}

.bottom-nav[b-92wwi31nbm]  .nav-tab-center.active,
.bottom-nav[b-92wwi31nbm]  .nav-tab-center:hover:not(:disabled) {
    color: var(--gold-solid);
}

.bottom-nav[b-92wwi31nbm]  .nav-tab-btn:disabled {
    color: var(--text-muted);
    opacity: 0.45;
    cursor: default;
}

.above-nav[b-92wwi31nbm] {
    bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px) + 1rem);
    z-index: 1100;
}

.app-toast[b-92wwi31nbm] {
    background-color: var(--surface-bg);
    color: var(--body-color);
    border: 2px solid var(--surface-border);
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.app-toast-success[b-92wwi31nbm] {
    --toast-accent: #22c55e;
    border-color: var(--toast-accent);
}

.app-toast-warning[b-92wwi31nbm] {
    --toast-accent: #f59e0b;
    border-color: var(--toast-accent);
}

.app-toast-error[b-92wwi31nbm] {
    --toast-accent: #ef4444;
    border-color: var(--toast-accent);
}

.app-toast-icon[b-92wwi31nbm] {
    color: var(--toast-accent, var(--primary-solid));
    font-size: 1.1rem;
    flex-shrink: 0;
}

.app-toast-close[b-92wwi31nbm] {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: var(--toast-accent, var(--primary-solid));
    font-size: 0.9rem;
    line-height: 1;
    padding: 0.25rem;
    flex-shrink: 0;
}

.app-toast-close:hover[b-92wwi31nbm] {
    opacity: 0.75;
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* /Shared/Components/Buttons/LinkButton.razor.rz.scp.css */
.link-button[b-i39dx0kze4] {
    border: 0;
    background: transparent;
    padding: 0;
    color: var(--text-muted);
    font: inherit;
    line-height: inherit;
    text-decoration: none;
}

.link-button:not(:disabled)[b-i39dx0kze4] {
    cursor: pointer;
}

.link-button:disabled[b-i39dx0kze4] {
    opacity: 0.65;
}

.link-button:hover:not(:disabled)[b-i39dx0kze4],
.link-button:focus-visible:not(:disabled)[b-i39dx0kze4] {
    color: var(--primary-solid);
}

.link-button-icon-only[b-i39dx0kze4] {
    padding: 0.25rem;
    line-height: 1;
}

.link-button-with-label[b-i39dx0kze4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    padding: 0.2rem 0.35rem;
    border-radius: 0.55rem;
    font-size: 0.75rem;
    line-height: 1;
    text-align: center;
}

.link-button-with-label .link-button-icon[b-i39dx0kze4] {
    font-size: 1rem !important;
    line-height: 1;
}

.link-button-with-label .link-button-text[b-i39dx0kze4] {
    position: relative;
    top: 2px;
    line-height: 1;
}
/* /Shared/Components/Cards/Card.razor.rz.scp.css */
.card-component-image[b-0s002qgumr] {
    height: 200px;
    object-fit: cover;
}

.card-component-placeholder[b-0s002qgumr] {
    height: 200px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.card-component-icon[b-0s002qgumr] {
    font-size: 5.5rem;
    color: #fff;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.card-youth-bg[b-0s002qgumr] {
    background: linear-gradient(135deg, var(--surface-bg), var(--surface-bg-alt));
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.card-youth-bg:hover[b-0s002qgumr] {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 18px 40px rgba(var(--primary-solid-rgb), 0.15);
}

.badge-youth[b-0s002qgumr] {
    font-weight: 700;
    padding: 0.35rem 0.6rem;
    border-radius: 0.75rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

@media (max-width: 576px) {
    .card-component-image[b-0s002qgumr],
    .card-component-placeholder[b-0s002qgumr] {
        height: 160px;
    }

    .card-component-icon[b-0s002qgumr] {
        font-size: 4.25rem;
    }
}

@media (min-width: 768px) {
    .card-component-image[b-0s002qgumr],
    .card-component-placeholder[b-0s002qgumr] {
        height: 200px;
    }
}

.btn-youth:focus[b-0s002qgumr] {
    outline: 3px solid rgba(var(--primary-solid-rgb), 0.18);
    outline-offset: 2px;
}

.card-state-done[b-0s002qgumr] {
    border: 3px solid #198754 !important;
    background: linear-gradient(135deg, rgba(25, 135, 84, 0.05), rgba(25, 135, 84, 0.1));
}

.card-state-done:hover[b-0s002qgumr] {
    box-shadow: 0 18px 40px rgba(25, 135, 84, 0.2);
}

.card-state-active[b-0s002qgumr] {
    border: 3px solid #0d6efd !important;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.05), rgba(13, 110, 253, 0.1));
    animation: pulse-border-b-0s002qgumr 2s infinite;
}

.card-state-active:hover[b-0s002qgumr] {
    box-shadow: 0 18px 40px rgba(13, 110, 253, 0.25);
}

.card-state-locked[b-0s002qgumr] {
    border: 3px solid #6c757d !important;
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.05), rgba(108, 117, 125, 0.1));
    opacity: 0.7;
}

.card-state-locked:hover[b-0s002qgumr] {
    transform: none;
    box-shadow: 0 8px 20px rgba(108, 117, 125, 0.15);
}

@keyframes pulse-border-b-0s002qgumr {
    0%, 100% {
        border-color: #0d6efd;
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.4);
    }
    50% {
        border-color: #0a58ca;
        box-shadow: 0 0 0 8px rgba(13, 110, 253, 0);
    }
}

/* /Shared/Components/Pagination.razor.rz.scp.css */
.pagination[b-10dy21zqnl] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.pagination-page-controls[b-10dy21zqnl] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.pagination-page-ellipsis[b-10dy21zqnl] {
    padding: 0;
    color: var(--text-muted);
    background: transparent;
    border: 0;
    font: inherit;
    cursor: pointer;
}

.pagination-page-ellipsis:hover[b-10dy21zqnl],
.pagination-page-ellipsis:focus-visible[b-10dy21zqnl] {
    color: var(--text-muted);
}

.pagination-page-input[b-10dy21zqnl] {
    width: 3.5rem;
    padding: 0.2rem 0.35rem;
    color: var(--body-color);
    background: var(--surface-bg);
    border: 1px solid var(--surface-border);
    border-radius: 0.25rem;
    text-align: center;
}

[b-10dy21zqnl] .pagination-page-active {
    color: var(--body-color);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}
