@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Common/Footer.razor.rz.scp.css */
.app-footer[b-qrbpzhbltt] {
    font-size: 0.95rem;
    background: #f8f9fa;
}

.footer-logo[b-qrbpzhbltt] {
    height: 32px;
    width: 32px;
    object-fit: contain;
}

.footer-links a.footer-link:hover[b-qrbpzhbltt] {
    color: #007bff;
    text-decoration: underline;
}


@media (max-width: 767.98px) {
    .footer-content[b-qrbpzhbltt] {
        flex-direction: column !important;
/*        align-items: flex-start !important;*/
        gap: 0.5rem;
    }

    .footer-links[b-qrbpzhbltt] {
        margin-bottom: 0.25rem;
    }

    .footer-brand[b-qrbpzhbltt] {
        margin-bottom: 0.25rem !important;
    }
}
/* /Components/Common/LoginForm.razor.rz.scp.css */
.login-container[b-bka0pzt6f7] {
    max-width: 400px;
    margin: 2rem auto;
    padding: 2rem 1.5rem;
    background: #f9f6ff;
    border-radius: 24px;
    box-shadow: 0 4px 16px rgba(80, 60, 180, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-title[b-bka0pzt6f7] {
    font-family: 'Comic Sans MS', 'Comic Sans', cursive, sans-serif;
    color: #6c47ff;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.login-description[b-bka0pzt6f7] { 
    color: #555;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.login-emoji[b-bka0pzt6f7] {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 600px) {
    .login-container[b-bka0pzt6f7] {
        padding: 1rem 0.5rem;
    }

    .login-title[b-bka0pzt6f7] {
        font-size: 1.5rem;
    }
}
/* /Components/Kid/ParentLoginComponent.razor.rz.scp.css */
.parent-login-card[b-aemnd4tyf0] {
    max-width: 400px;
    margin: 2rem auto;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    background: #fff;
}

.login-input[b-aemnd4tyf0] {
    font-size: 1.25rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #ced4da;
}

.login-btn[b-aemnd4tyf0] {
    font-size: 1.1rem;
    padding: 0.75rem 0;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
}

@media (max-width: 600px) {
    .parent-login-card[b-aemnd4tyf0] {
        padding: 1rem;
        max-width: 98vw;
        margin: 1rem auto;
    }

    .login-input[b-aemnd4tyf0] {
        font-size: 1rem;
        padding: 0.65rem 0.75rem;
    }

    .login-btn[b-aemnd4tyf0] {
        font-size: 1rem;
        padding: 0.65rem 0;
    }
}
/* /Components/KidMode/KidChoreCard.razor.rz.scp.css */
.chore-card[b-by5dftw61i] {
    cursor: pointer;
    transition: box-shadow 0.18s, transform 0.12s;
    border-radius: 16px;
}

.chore-card:hover[b-by5dftw61i], .chore-card:focus[b-by5dftw61i] {
    box-shadow: 0 6px 24px rgba(33,150,243,0.16);
    transform: scale(1.03);
    border-color: #1976d2;
}
     
/* /Components/Reward/RewardCard.razor.rz.scp.css */
/* scoped to RewardCard.razor */
.reward-card[b-f5x9ywx5k2] {
    border-radius: 24px;
    border: none;
    background: linear-gradient(135deg, #fff3cd 0%, #ffd6e0 100%);
    box-shadow: 0 4px 16px rgba(255,123,84,0.10);
    transition: transform .15s, box-shadow .15s;
    position: relative;
    overflow: hidden;
    animation: cardPopIn-b-f5x9ywx5k2 .5s cubic-bezier(.68,-.55,.27,1.55);
}

    .reward-card:hover[b-f5x9ywx5k2] {
        transform: translateY(-6px) scale(1.03) rotate(-1deg);
        box-shadow: 0 8px 24px rgba(255,123,84,0.18);
    }

    .reward-card img[b-f5x9ywx5k2] {
        border-radius: 24px 24px 0 0;
        background: #fffbe7;
        padding: 1rem;
        object-fit: contain;
        height: 180px;
        transition: filter .2s;
    }

    .reward-card:hover img[b-f5x9ywx5k2] {
        filter: brightness(1.08) drop-shadow(0 0 8px #ffb38588);
    }

    .reward-card .card-title[b-f5x9ywx5k2] {
        color: #ff7b54;
        font-size: 1.3rem;
        margin-bottom: .5rem;
    }

    .reward-card .badge[b-f5x9ywx5k2] {
        border-radius: 12px;
        font-size: .95rem;
        padding: .4em .8em;
        margin-right: .3em;
    }

    .reward-card .bg-primary[b-f5x9ywx5k2] {
        background: linear-gradient(90deg,#ffb385 0%,#ff7b54 100%) !important;
        color: #fff !important;
    }

    .reward-card .bg-success[b-f5x9ywx5k2] {
        background: linear-gradient(90deg,#43e97b 0%,#38f9d7 100%) !important;
        color: #fff !important;
    }

    .reward-card .alert[b-f5x9ywx5k2] {
        font-size: .9rem;
        padding: .5rem .75rem;
    }

    /* claim/unclaim buttons */
    .reward-card .btn-warning[b-f5x9ywx5k2],
    .reward-card .btn-success[b-f5x9ywx5k2] {
        border-radius: 16px;
        font-weight: bold;
        font-size: .95rem;
        transition: background .2s, color .2s, transform .1s;
    }

    .reward-card .btn-success[b-f5x9ywx5k2] {
        background: linear-gradient(90deg,#43e97b 0%,#38f9d7 100%);
        border: none;
        color: #fff;
        box-shadow: 0 2px 8px rgba(67,233,123,0.15);
    }

        .reward-card .btn-success:hover[b-f5x9ywx5k2],
        .reward-card .btn-success:focus[b-f5x9ywx5k2],
        .reward-card .btn-success:active[b-f5x9ywx5k2] {
            background: linear-gradient(90deg,#38f9d7 0%,#43e97b 100%);
            transform: scale(1.05) rotate(2deg);
        }

/* animation keyframes */
@keyframes cardPopIn-b-f5x9ywx5k2 {
    0% {
        transform: scale(.95) translateY(20px);
        opacity: 0;
    }

    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}
/* /Components/RewardsGallery.razor.rz.scp.css */
.rewards-gallery-section[b-fo2d1qpibt] {
    background: #fff8e1;
    border-radius: 1.5rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.search-box[b-fo2d1qpibt] {
    border-radius: 2rem;
    font-size: 1.1rem;
}

.sort-select[b-fo2d1qpibt] {
    border-radius: 2rem;
    font-size: 1.1rem;
}

.category-bar[b-fo2d1qpibt] {
    margin-bottom: 1rem;
}

.category-btn[b-fo2d1qpibt] {
    border: none;
    background: #e0e0e0;
    color: #333;
    border-radius: 2rem;
    padding: 0.5rem 1.2rem;
    margin-right: 0.5rem;
    font-weight: bold;
    font-size: 1.1rem;
    transition: background 0.2s;
}

    .category-btn.selected[b-fo2d1qpibt], .category-btn:hover[b-fo2d1qpibt] {
        background: #ffd600;
        color: #222;
    }

.reward-card[b-fo2d1qpibt] {
    border-radius: 1.5rem;
    transition: transform 0.1s;
    cursor: pointer;
}

    .reward-card:hover[b-fo2d1qpibt] {
        transform: scale(1.03);
        box-shadow: 0 0 0.5rem #ffd60055;
    }

.reward-img[b-fo2d1qpibt] {
    max-height: 160px;
    object-fit: contain;
    background: #fffde7;
    border-radius: 1.5rem 1.5rem 0 0;
}

.emoji[b-fo2d1qpibt] {
    font-size: 1.3em;
    margin-left: 0.3em;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/*.kids-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #fff;
    border-top: 2px solid #e0e0e0;
    z-index: 100;
    height: 70px;
}*/

.kids-bottom-nav[b-geacf38kbk] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom)) 16px;
    background: #fff;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -4px 24px rgba(0,0,0,0.10);
    width: 96vw;
    margin: 0 auto;
    max-width: 600px;
}

.kids-nav-btn[b-geacf38kbk] {
    background: none;
    border: none;
    flex: 1;
    text-align: center;
    padding: 0.2rem 0;
}

.kids-nav-icon[b-geacf38kbk] {
    font-size: 2rem;
    display: block;
}

.kids-nav-label[b-geacf38kbk] {
    font-size: 0.9rem;
    color: #1976d2;
}

.page[b-geacf38kbk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-geacf38kbk] {
    flex: 1;
}

.sidebar[b-geacf38kbk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.app-logo-link:hover .logo-img[b-geacf38kbk],
.app-logo-link:focus .logo-img[b-geacf38kbk] {
    filter: brightness(0.85);
    transition: filter 0.2s;
}

.dropdown-menu .dropdown-item[b-geacf38kbk] {
    cursor: pointer;
}

.app-logo-link:hover .app-name[b-geacf38kbk],
.app-logo-link:focus .app-name[b-geacf38kbk] {
    text-decoration: none;
    color: #0d6efd !important;
    transition: color 0.2s;
}

.top-bar[b-geacf38kbk] {
    background: #fff;
    border-bottom: 1px solid #e3e6ea;
}

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

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

        .top-row[b-geacf38kbk]  a:hover, .top-row[b-geacf38kbk]  .btn-link:hover {
            text-decoration: underline;
        }

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

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

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

@media (min-width: 641px) {
    .page[b-geacf38kbk] {
        flex-direction: row;
    }

    .sidebar[b-geacf38kbk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

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

@media (max-width: 767.98px) {
    .top-bar .header-left[b-geacf38kbk] {
        width: 100%;
        justify-content: space-between !important;
        flex-direction: row !important;
    }

    .top-bar .sidebar-toggle[b-geacf38kbk] {
        display: none;
    }

    .top-bar .app-logo-link[b-geacf38kbk] {
        flex-shrink: 1;
        min-width: 0;
        flex-direction: row;
    }

    .family-name[b-geacf38kbk] {
        display: none !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ihhb79tydc] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

.navbar-brand[b-ihhb79tydc] {
    font-size: 1.1rem;
}

.bi[b-ihhb79tydc] {
    top: -15px;
    font-size: 20px;
}

.bi[b-ihhb79tydc] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ihhb79tydc] {
    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-ihhb79tydc] {
    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-ihhb79tydc] {
    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-ihhb79tydc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-ihhb79tydc]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-ihhb79tydc]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-ihhb79tydc]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

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

    .collapse[b-ihhb79tydc] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-ihhb79tydc] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/ChoresPage.razor.rz.scp.css */
.kid-chores-mobile[b-wie6fl3bpi] {
    max-width: 540px;
    margin: 0 auto;
}

.kid-avatar-big[b-wie6fl3bpi] {
    box-shadow: 0 0 0 2px #e0e0e0;
}

.chore-card[b-wie6fl3bpi] {
    border-radius: 1rem;
    border: 1px solid #edf2fa;
    background: #fff;
    box-shadow: 0 2px 8px rgba(100,120,140,0.07);
}

@media (max-width: 576px) {
    .kid-chores-mobile[b-wie6fl3bpi] { 
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .chore-card[b-wie6fl3bpi] {
        font-size: 1rem;
        padding: 0.9rem 0.7rem;
    }

    .exit-kidmode-btn[b-wie6fl3bpi] {
        top: .5rem !important;
        right: .5rem !important;
        font-size: 1rem;
        padding: .25rem .75rem;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.example-chores-section[b-51k90n17qs]{
    padding-top:50px;
}
.kids-avail-rewards[b-51k90n17qs] {
    padding-bottom: 100px;
}
.chore-scroll-row[b-51k90n17qs] {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
    align-items: stretch;
    overflow-x: visible;
    padding-bottom: 0.5rem;
}

.chore-card[b-51k90n17qs] {
    min-width: 220px;
    max-width: 240px;
    background: linear-gradient(135deg, #fffbe6 0%, #e0f7fa 100%);
    border: 3px solid #ffe066;
    border-radius: 2rem !important;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.07);
    transition: transform 0.15s, box-shadow 0.15s;
    cursor: pointer;
    scroll-snap-align: start;
    font-family: 'Comic Sans MS', 'Comic Sans', cursive, sans-serif;
    font-size: 1.1rem;
    animation: cardPopIn-b-51k90n17qs 0.5s cubic-bezier(.68,-0.55,.27,1.55);
}

    .chore-card:hover[b-51k90n17qs] {
        transform: scale(1.07) rotate(-2deg);
        box-shadow: 0 6px 24px 0 rgba(0, 180, 255, 0.18);
    }

.chore-points[b-51k90n17qs] {
    font-size: 1.5rem;
    color: #ffb300;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.chore-star[b-51k90n17qs] {
    font-size: 2.2rem;
    color: #ffd600;
    text-shadow: 1px 1px 0 #fff3cd;
}

.chore-title[b-51k90n17qs] {
    font-size: 1.2rem;
    color: #1976d2;
    margin-bottom: 0.2rem;
}

.chore-status[b-51k90n17qs] {
    font-size: 1rem;
    padding: 0.3em 1em;
    border-radius: 1rem;
    margin-bottom: 0.2rem;
    display: inline-block;
}

.chore-desc[b-51k90n17qs] {
    font-size: 0.95rem;
    color: #888;
}

.chore-due[b-51k90n17qs] {
    font-size: 1rem;
    color: #ff7b54;
}

@media (max-width: 600px) {
    .chore-card[b-51k90n17qs] {
        min-width: 170px;
        max-width: 90vw;
        font-size: 1rem;
        padding: 1rem 0.5rem;
    }

    .chore-scroll-row[b-51k90n17qs] {
        gap: 0.7rem;
    }
}
@media (max-width: 767px) {
    .chore-scroll-row[b-51k90n17qs] {
        overflow-x: auto;
        flex-wrap: nowrap;
        gap: 1rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

        .chore-scroll-row[b-51k90n17qs]::-webkit-scrollbar {
            display: none;
        }

    .chore-card[b-51k90n17qs] {
        min-width: 80vw;
        max-width: 90vw;
        flex: 0 0 auto;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}

.kids-avatar[b-51k90n17qs] {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin-top: -40px;
}

.kids-greeting[b-51k90n17qs] {
    font-size: 2rem;
    color: #1976d2;
}

.wave-emoji[b-51k90n17qs] {
    display: inline-block;
    animation: wave-b-51k90n17qs 1.2s infinite;
}

@keyframes wave-b-51k90n17qs {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(20deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(20deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
.kids-logo[b-51k90n17qs] {
    width: 120px;
    height: auto;
    border-radius: 32px;
    box-shadow: 0 4px 24px 0 rgba(0, 180, 255, 0.12);
    background: linear-gradient(135deg, #ffe066 0%, #ffd6e0 100%);
    margin-bottom: 1rem;
}

.gradient-text[b-51k90n17qs] {
    background: linear-gradient(90deg, #ff8a00 0%, #e52e71 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

 .reward-card[b-51k90n17qs], .leaderboard-card[b-51k90n17qs] {
    border-radius: 2rem !important;
    background: linear-gradient(135deg, #fffbe6 0%, #e0f7fa 100%);
    border: 2px solid #ffe066;
    transition: transform 0.15s, box-shadow 0.15s;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.07);
    cursor: pointer;
}

     .reward-card:hover[b-51k90n17qs], .leaderboard-card:hover[b-51k90n17qs] {
        transform: scale(1.05) rotate(-2deg);
        box-shadow: 0 6px 24px 0 rgba(0, 180, 255, 0.18);
    }

     .reward-card span[b-51k90n17qs] {
        font-size: 2.5rem;
    }

.leaderboard-card[b-51k90n17qs] {
    background: linear-gradient(135deg, #e0f7fa 0%, #ffe066 100%);
    border: 2px solid #ffd6e0;
}

.login-btn[b-51k90n17qs] {
    font-size: 1.3rem;
    letter-spacing: 1px;
    border-radius: 2rem;
    background: linear-gradient(90deg, #00c3ff 0%, #ffff1c 100%);
    color: #222;
    border: none;
    box-shadow: 0 4px 16px 0 rgba(0, 180, 255, 0.18);
    transition: background 0.2s, transform 0.1s;
}

    .login-btn:hover[b-51k90n17qs] {
        background: linear-gradient(90deg, #ffe066 0%, #00c3ff 100%);
        transform: scale(1.04);
        color: #111;
    }

.carousel-inner[b-51k90n17qs] {
    background: #fffbe6;
}

[b-51k90n17qs]::-webkit-scrollbar {
    height: 8px;
    background: #ffe066;
}

[b-51k90n17qs]::-webkit-scrollbar-thumb {
    background: #ffd6e0;
    border-radius: 8px;
}
/* Container and Headings */
.container[b-51k90n17qs] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1rem;
}

h2[b-51k90n17qs] {
    font-family: 'Comic Sans MS', 'Comic Sans', cursive, sans-serif;
    font-size: 2.2rem;
    color: #ff7b54;
    text-shadow: 1px 2px 0 #fff3cd, 2px 4px 0 #ffd6e0;
    letter-spacing: 1px;
}

/* Category Filter Bar */
.category-bar[b-51k90n17qs] {
    display: inline-flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    justify-content: center;
}

.category-btn[b-51k90n17qs] {
    border-radius: 20px;
    font-weight: bold;
    font-size: 1rem;
    padding: 0.5rem 1.2rem;
    background: linear-gradient(90deg, #ffecd2 0%, #fcb69f 100%);
    color: #ff7b54;
    border: 2px solid #ffb385;
    transition: background 0.2s, color 0.2s, transform 0.1s;
    box-shadow: 0 2px 8px rgba(255, 123, 84, 0.08);
}

    .category-btn.selected[b-51k90n17qs],
    .category-btn:focus[b-51k90n17qs],
    .category-btn:hover[b-51k90n17qs] {
        background: linear-gradient(90deg, #ffb385 0%, #ff7b54 100%);
        color: #fff;
        transform: scale(1.08) rotate(-2deg);
        border-color: #ff7b54;
    }

/* Add Reward Button */
.btn-success[b-51k90n17qs] {
    border-radius: 20px;
    font-size: 1.1rem;
    font-weight: bold;
    background: linear-gradient(90deg, #43e97b 0%, #38f9d7 100%);
    border: none;
    color: #fff;
    box-shadow: 0 2px 8px rgba(67, 233, 123, 0.15);
    transition: background 0.2s, transform 0.1s;
}

    .btn-success:active[b-51k90n17qs],
    .btn-success:focus[b-51k90n17qs],
    .btn-success:hover[b-51k90n17qs] {
        background: linear-gradient(90deg, #38f9d7 0%, #43e97b 100%);
        transform: scale(1.05) rotate(2deg);
    }

/* Reward Cards */
.card[b-51k90n17qs] {
    border-radius: 24px;
    border: none;
    background: linear-gradient(135deg, #fff3cd 0%, #ffd6e0 100%);
    box-shadow: 0 4px 16px rgba(255, 123, 84, 0.10);
    transition: transform 0.15s, box-shadow 0.15s;
    position: relative;
    overflow: hidden;
}

    .card:hover[b-51k90n17qs] {
        transform: translateY(-6px) scale(1.03) rotate(-1deg);
        box-shadow: 0 8px 24px rgba(255, 123, 84, 0.18);
    }

.card-img-top[b-51k90n17qs] {
    border-radius: 24px 24px 0 0;
    background: #fffbe7;
    padding: 1rem;
    object-fit: contain;
    height: 180px;
    transition: filter 0.2s;
}

.card:hover .card-img-top[b-51k90n17qs] {
    filter: brightness(1.08) drop-shadow(0 0 8px #ffb38588);
}

.card-title[b-51k90n17qs] {
    font-family: 'Comic Sans MS', 'Comic Sans', cursive, sans-serif;
    color: #ff7b54;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.badge[b-51k90n17qs] {
    border-radius: 12px;
    font-size: 0.95rem;
    padding: 0.4em 0.8em;
    margin-right: 0.3em;
}

.bg-primary[b-51k90n17qs] {
    background: linear-gradient(90deg, #ffb385 0%, #ff7b54 100%) !important;
    color: #fff !important;
}

.bg-success[b-51k90n17qs] {
    background: linear-gradient(90deg, #43e97b 0%, #38f9d7 100%) !important;
    color: #fff !important;
}

.bg-warning[b-51k90n17qs] {
    background: linear-gradient(90deg, #fff3cd 0%, #ffd6e0 100%) !important;
    color: #ff7b54 !important;
    border: 1px solid #ffb385;
}

/* Card Buttons */
.card .btn[b-51k90n17qs] {
    border-radius: 16px;
    font-weight: bold;
    font-size: 0.95rem;
    transition: background 0.2s, color 0.2s, transform 0.1s;
}

.card .btn-outline-primary[b-51k90n17qs] {
    border: 2px solid #ff7b54;
    color: #ff7b54;
    background: #fff;
}

    .card .btn-outline-primary:hover[b-51k90n17qs],
    .card .btn-outline-primary:focus[b-51k90n17qs] {
        background: #ffb385;
        color: #fff;
        transform: scale(1.08);
    }

.card .btn-outline-danger[b-51k90n17qs] {
    border: 2px solid #ff4e54;
    color: #ff4e54;
    background: #fff;
}

    .card .btn-outline-danger:hover[b-51k90n17qs],
    .card .btn-outline-danger:focus[b-51k90n17qs] {
        background: #ff4e54;
        color: #fff;
        transform: scale(1.08);
    }

/* Responsive Grid */
@media (max-width: 767px) {
    .row.g-4[b-51k90n17qs] {
        gap: 1.2rem 0;
    }

    .col-md-6[b-51k90n17qs], .col-lg-4[b-51k90n17qs] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card-img-top[b-51k90n17qs] {
        height: 140px;
        padding: 0.5rem;
    }

    h2[b-51k90n17qs] {
        font-size: 1.5rem;
    }
}

/* Fun Animation for Card Pop-in */
@keyframes cardPopIn-b-51k90n17qs {
    0% {
        transform: scale(0.95) translateY(20px);
        opacity: 0;
    }

    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.card[b-51k90n17qs] {
    animation: cardPopIn-b-51k90n17qs 0.5s cubic-bezier(.68,-0.55,.27,1.55);
}
/* /Pages/Login.razor.rz.scp.css */
.kid-login-container[b-6o5ofcwyph] {
    max-width: 400px;
    margin: 2rem auto;
    background: linear-gradient(135deg, #ffe6fa 0%, #e0f7fa 100%);
    border-radius: 2rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 2rem 1.5rem;
}

.kid-login-header[b-6o5ofcwyph] {
    margin-bottom: 2rem;
}
 
.kid-icon[b-6o5ofcwyph] {
    font-size: 3rem;
    display: block;
    margin-bottom: 0.5rem;
}

.kid-welcome-title[b-6o5ofcwyph] {
    font-family: 'Comic Sans MS', 'Comic Sans', cursive, sans-serif;
    color: #ff69b4;
    font-size: 2rem;
    margin-bottom: 0.25rem;
}

.kid-welcome-desc[b-6o5ofcwyph] {
    color: #4dd0e1;
    font-size: 1.1rem;
    font-weight: 500;
}

.kid-label[b-6o5ofcwyph] {
    font-size: 1.1rem;
    color: #ff69b4;
    font-weight: bold;
}

.kid-select[b-6o5ofcwyph] {
    font-size: 1.1rem;
    border-radius: 1rem;
    border: 2px solid #4dd0e1;
    background: #fff8e1;
}

.kid-btn[b-6o5ofcwyph] {
    width: 100%;
    font-size: 1.3rem;
    padding: 0.75rem 0;
    border-radius: 1.5rem;
    background: linear-gradient(90deg, #ffb347 0%, #ff69b4 100%);
    color: #fff;
    border: none;
    box-shadow: 0 2px 8px rgba(255, 105, 180, 0.15);
    transition: background 0.2s, transform 0.2s;
    margin-top: 1rem;
}

    .kid-btn:active[b-6o5ofcwyph] {
        transform: scale(0.97);
    }

    .kid-btn:disabled[b-6o5ofcwyph] {
        background: #ffe6fa;
        color: #aaa;
        cursor: not-allowed;
    }

.kid-alert[b-6o5ofcwyph] {
    font-size: 1.1rem;
    border-radius: 1rem;
}

@media (max-width: 600px) {
    .kid-login-container[b-6o5ofcwyph] {
        padding: 1rem 0.5rem;
    }

    .kid-welcome-title[b-6o5ofcwyph] {
        font-size: 1.3rem;
    }

    .kid-btn[b-6o5ofcwyph] {
        font-size: 1rem;
        padding: 0.6rem 0;
    }
}
/* /Pages/MyEarnedRewards.razor.rz.scp.css */
.trophy-shelf-section[b-a6idknfy3a] {
    background: #f8fafd;
    border-radius: 1.5rem;
    padding: 1.5rem 1rem 1rem 1rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 12px #e0e0e0;
}

.trophy-header[b-a6idknfy3a] {
    color: #219150;
    font-weight: 600;
    margin-bottom: 1rem;
}

.trophy-shelf-list[b-a6idknfy3a] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
}

.trophy-card[b-a6idknfy3a] {
    background: linear-gradient(135deg, #e0f7fa 0%, #ffe3e3 100%);
    border-radius: 18px;
    box-shadow: 0 2px 8px #e0e0e0;
    min-width: 140px;
    max-width: 180px;
    flex: 1 1 140px;
    padding: 1rem 0.7rem 0.7rem 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.trophy-img[b-a6idknfy3a] {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 0.5rem;
}

.trophy-title[b-a6idknfy3a] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ff6e42;
    margin-bottom: 0.2rem;
}

.trophy-type[b-a6idknfy3a] {
    font-size: 0.95rem;
    color: #00bcd4;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.trophy-desc[b-a6idknfy3a] {
    font-size: 0.92rem;
    color: #666;
    margin-bottom: 0.1rem;
}

.trophy-count[b-a6idknfy3a] {
    font-size: 1.1rem;
    font-weight: 500;
}

.btn-brag[b-a6idknfy3a] {
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 1.5rem;
    padding: 0.4em 1.2em;
    box-shadow: 0 2px 8px #ffe066;
    animation: sparkle-b-a6idknfy3a 1.5s infinite alternate;
}

@keyframes sparkle-b-a6idknfy3a {
    0% {
        box-shadow: 0 0 0 #ffd700;
    }

    100% {
        box-shadow: 0 0 16px #ffd700;
    }
}

.trophy-img-sm[b-a6idknfy3a] {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: 0 0.2em;
}

@media (max-width: 700px) {
    .trophy-shelf-list[b-a6idknfy3a] {
        flex-direction: column;
        gap: 0.8rem;
    }

    .trophy-card[b-a6idknfy3a] {
        min-width: 0;
        max-width: 100%;
        width: 100%;
    }
}

.earned-header[b-a6idknfy3a] {
    color: #219150;
    font-weight: 600;
    margin: 1.5rem 0 2rem 0;
}

.earned-rewards-list[b-a6idknfy3a] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.earned-card[b-a6idknfy3a] {
    background: linear-gradient(135deg, #fff6e7 0%, #ffe3e3 100%);
    border-radius: 24px;
    box-shadow: 0 4px 16px #f3e6e6;
    min-width: 260px;
    max-width: 320px;
    flex: 1 1 260px;
    padding: 1.5rem 1.2rem 1.2rem 1.2rem;
    display: flex;
    align-items: flex-start;
    transition: box-shadow 0.2s;
}

    .earned-card:hover[b-a6idknfy3a] {
        box-shadow: 0 8px 24px #e0cfcf;
    }

.earned-card-content[b-a6idknfy3a] {
    width: 100%;
}

.earned-title[b-a6idknfy3a] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ff6e42;
    margin-bottom: 0.5rem;
}

.earned-fulfilled[b-a6idknfy3a] {
    font-size: 1rem;
    color: #888;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.badge-fun[b-a6idknfy3a] {
    background: #00cfff;
    color: #fff;
    font-weight: 600;
    border-radius: 16px;
    padding: 0.4em 1em;
    font-size: 1rem;
}

.badge-gift[b-a6idknfy3a] {
    background: #1ee6a7;
    color: #fff;
    font-weight: 600;
    border-radius: 16px;
    padding: 0.4em 1em;
    font-size: 1rem;
    margin-right: 0.5em;
}

.gift-code[b-a6idknfy3a] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #222;
    display: inline-flex;
    align-items: center;
    gap: 0.3em;
}

.icon-btn[b-a6idknfy3a] {
    background: none;
    border: none;
    padding: 0 0.2em;
    color: #444;
    cursor: pointer;
    font-size: 1.1em;
    vertical-align: middle;
}

    .icon-btn:active[b-a6idknfy3a] {
        color: #219150;
    }

.fulfilled-date[b-a6idknfy3a] {
    color: #888;
    font-size: 1em;
    margin-left: 0.2em;
}

@media (max-width: 700px) {
    .earned-rewards-list[b-a6idknfy3a] {
        flex-direction: column;
        gap: 1.2rem;
    }

    .earned-card[b-a6idknfy3a] {
        min-width: 0;
        max-width: 100%;
        width: 100%;
    }
}
/* /Pages/RewardsPage.razor.rz.scp.css */
/* Scoped to Rewards.razor */
.reward-page[b-rfyqwdxb0u] {
    padding-bottom: 100px !important;
}

/* headings */
h2[b-rfyqwdxb0u] {
    font-family: 'Comic Sans MS','Comic Sans',cursive,sans-serif;
    font-size: 2.2rem;
    color: #ff7b54;
    text-shadow: 1px 2px 0 #fff3cd, 2px 4px 0 #ffd6e0;
    letter-spacing: 1px;
}

/* category filter bar */
.category-bar[b-rfyqwdxb0u] {
    display: inline-flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    justify-content: center;
}

.category-btn[b-rfyqwdxb0u] {
    border-radius: 20px;
    font-weight: bold;
    font-size: 1rem;
    padding: 0.5rem 1.2rem;
    background: linear-gradient(90deg, #ffecd2 0%, #fcb69f 100%);
    color: #ff7b54;
    border: 2px solid #ffb385;
    transition: background .2s, color .2s, transform .1s;
    box-shadow: 0 2px 8px rgba(255,123,84,0.08);
}

    .category-btn.selected[b-rfyqwdxb0u],
    .category-btn:focus[b-rfyqwdxb0u],
    .category-btn:hover[b-rfyqwdxb0u] {
        background: linear-gradient(90deg, #ffb385 0%, #ff7b54 100%);
        color: #fff;
        transform: scale(1.08) rotate(-2deg);
        border-color: #ff7b54;
    }

/* “View My Earned Rewards” or other top-bar buttons */
.btn-outline-primary[b-rfyqwdxb0u] {
    border-radius: 20px;
    font-size: 1.1rem;
    font-weight: bold;
    /* you can override the default or leave it global */
}

/* responsive tweaks for the page grid */
@media (max-width: 767px) {
    h2[b-rfyqwdxb0u] {
        font-size: 1.5rem;
    }
}
