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

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-pi6y3jbaq7], article[b-pi6y3jbaq7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.hamburger-menu[b-0xapfcrq71] {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
}

.hamburger-btn[b-0xapfcrq71] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    position: relative;
}

.hamburger-btn span[b-0xapfcrq71] {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 5px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.hamburger-btn.active span:nth-child(1)[b-0xapfcrq71] {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger-btn.active span:nth-child(2)[b-0xapfcrq71] {
    opacity: 0;
}

.hamburger-btn.active span:nth-child(3)[b-0xapfcrq71] {
    transform: rotate(45deg) translate(-5px, -6px);
}

.slide-menu[b-0xapfcrq71] {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    transition: left 0.3s ease;
    padding-top: 60px;
}

.slide-menu.open[b-0xapfcrq71] {
    left: 0;
}

.slide-menu ul[b-0xapfcrq71] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slide-menu li[b-0xapfcrq71] {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slide-menu a[b-0xapfcrq71] {
    color: #fff;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: color 0.3s;
}

.slide-menu a:hover[b-0xapfcrq71] {
    color: #f56821;
}

.slide-menu li.active a[b-0xapfcrq71] {
    color: #f56821;
    cursor: default;
    opacity: 0.7;
}

.slide-menu li.active a:hover[b-0xapfcrq71] {
    color: #f56821; /* Keep same color on hover for disabled links */
}

/* Optional: Add a visual indicator for active page */
.slide-menu li.active[b-0xapfcrq71] {
    background: rgba(239, 47, 60, 0.1);
    border-left: 3px solid #f56821;
}
/* /Pages/Home/HomePage.razor.rz.scp.css */

.homepage[b-504jiacpqg] {
    overflow-x: hidden;
    min-height: 100vh;
    background: var(--rainbow);
    background-size: 200% 200%;
    animation: bgShift-b-504jiacpqg 18s ease-in-out infinite;
}

@keyframes bgShift-b-504jiacpqg {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.glass[b-504jiacpqg] {
    background: rgba(255,255,255,.75);
}

.kid-card[b-504jiacpqg] {
    border: 0;
    border-radius: var(--card-radius);
    box-shadow: 0 12px 24px rgba(0,0,0,.12);
    transition: transform .08s ease, box-shadow .2s ease, filter .2s ease;
    cursor: pointer;
    backdrop-filter: blur(6px);
}

.kid-card:focus[b-504jiacpqg], .kid-card:hover[b-504jiacpqg] {
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(0,0,0,.18);
    filter: saturate(1.15);
    outline: 3px solid rgba(255,255,255,.55);
    outline-offset: 3px;
}

.kid-emoji[b-504jiacpqg] {
    font-size: clamp(2.4rem, 4.5vw, 4rem);
    line-height: 1;
}

.glass[b-504jiacpqg] {
    background: rgba(255,255,255,.75);
}

.logo-badge[b-504jiacpqg] {
    background: rgba(255,255,255,.9);
    border-radius: 999px;
    padding: .4rem .85rem;
    font-weight: 800;
    letter-spacing: .5px;
    box-shadow: 0 6px 16px rgba(0,0,0,.15);
}


.g-berry[b-504jiacpqg] {
    background: linear-gradient(135deg,#8A2387 0%,#E94057 55%,#F27121 100%);
    color: rgba(255,255,255,.85);
}

.g-midnight[b-504jiacpqg] {
    background: linear-gradient(135deg,#141E30 0%,#243B55 100%);
    color: rgba(255,255,255,.85);
}

.g-deepocean[b-504jiacpqg] {
    background: linear-gradient(135deg,#0F2027 0%,#203A43 50%,#2C5364 100%);
    color: rgba(255,255,255,.85);
}

.g-royal[b-504jiacpqg] {
    background: linear-gradient(135deg,#20002c 0%,#4A00E0 100%);
    color: rgba(255,255,255,.85);
}

.g-forest[b-504jiacpqg] {
    background: linear-gradient(135deg,#093028 0%,#237A57 100%);
    color: rgba(255,255,255,.85);
}

.g-volcano[b-504jiacpqg] {
    background: linear-gradient(135deg,#3a1c71 0%,#d76d77 60%,#ffaf7b 100%);
    color: rgba(255,255,255,.85);
}

.g-tropic[b-504jiacpqg] {
    background: linear-gradient(135deg,#136a8a 0%,#267871 100%);
    color: rgba(255,255,255,.85);
}

.g-sunset[b-504jiacpqg] {
    background: linear-gradient(135deg,#ff512f 0%,#dd2476 100%);
    color: rgba(255,255,255,.85);
}

.g-cola[b-504jiacpqg] {
    background: linear-gradient(135deg,#33001b 0%,#ff0084 100%);
    color: rgba(255,255,255,.85);
}

.g-tealblue[b-504jiacpqg] {
    background: linear-gradient(135deg,#005C97 0%,#363795 100%);
    color: rgba(255,255,255,.85);
}

.g-steel[b-504jiacpqg] {
    background: linear-gradient(135deg,#2b5876 0%,#4e4376 100%);
    color: rgba(255,255,255,.85);
}

.g-mango[b-504jiacpqg] {
    background: linear-gradient(135deg,#f83600 0%,#fe8c00 100%);
    color: rgba(255,255,255,.85);
}
