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

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

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-izt6un4l4f] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-izt6un4l4f] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-vljn96m8gr],
.components-reconnect-repeated-attempt-visible[b-vljn96m8gr],
.components-reconnect-failed-visible[b-vljn96m8gr],
.components-pause-visible[b-vljn96m8gr],
.components-resume-failed-visible[b-vljn96m8gr],
.components-rejoining-animation[b-vljn96m8gr] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/ComingSoon.razor.rz.scp.css */
.coming-soon-page[b-aagq6z2tod] {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    background: radial-gradient(circle at top left, rgba(134, 183, 254, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(126, 87, 194, 0.14), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.coming-soon-card[b-aagq6z2tod] {
    width: 100%;
    max-width: 980px;
    overflow: hidden;
    border: 1px solid rgba(126, 87, 194, 0.12);
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

.coming-soon-grid[b-aagq6z2tod] {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    min-height: 420px;
}

.coming-soon-visual[b-aagq6z2tod] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(134, 183, 254, 0.18), rgba(126, 87, 194, 0.12));
    min-height: 280px;
    overflow: hidden;
}

.status-badge[b-aagq6z2tod] {
    position: absolute;
    top: 24px;
    left: 24px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(126, 87, 194, 0.14);
    color: rgba(0, 0, 0, 0.72);
    font-size: 0.85rem;
    font-weight: 600;
    z-index: 2;
}

.status-icon[b-aagq6z2tod] {
    font-size: 88px;
    line-height: 1;
    z-index: 2;
    animation: float-b-aagq6z2tod 4s ease-in-out infinite;
}

.pulse[b-aagq6z2tod] {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(126, 87, 194, 0.2);
}

.pulse-1[b-aagq6z2tod] {
    width: 220px;
    height: 220px;
    animation: pulse-b-aagq6z2tod 3.5s ease-in-out infinite;
}

.pulse-2[b-aagq6z2tod] {
    width: 320px;
    height: 320px;
    animation: pulse-b-aagq6z2tod 5s ease-in-out infinite;
}

.coming-soon-content[b-aagq6z2tod] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}

.coming-soon-title[b-aagq6z2tod] {
    color: #3f3d56;
    font-weight: 700;
    line-height: 1.15;
}

.coming-soon-text[b-aagq6z2tod] {
    max-width: 560px;
    color: rgba(0, 0, 0, 0.68);
    font-size: 1.03rem;
}

.coming-soon-note[b-aagq6z2tod] {
    max-width: 540px;
    color: rgba(0, 0, 0, 0.54);
}

@keyframes float-b-aagq6z2tod {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse-b-aagq6z2tod {
    0% {
        transform: scale(0.92);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.03);
        opacity: 1;
    }
    100% {
        transform: scale(0.92);
        opacity: 0.7;
    }
}

@media (max-width: 768px) {
    .coming-soon-grid[b-aagq6z2tod] {
        grid-template-columns: 1fr;
    }

    .coming-soon-title[b-aagq6z2tod] {
        font-size: 2rem;
    }

    .coming-soon-visual[b-aagq6z2tod] {
        min-height: 260px;
    }
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.not-found-page[b-k6ylc1mjdz] {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    background: radial-gradient(circle at top left, rgba(126, 87, 194, 0.12), transparent 35%),
    radial-gradient(circle at bottom right, rgba(134, 183, 254, 0.16), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.not-found-card[b-k6ylc1mjdz] {
    width: 100%;
    max-width: 980px;
    overflow: hidden;
    border: 1px solid rgba(126, 87, 194, 0.12);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

.not-found-grid[b-k6ylc1mjdz] {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    min-height: 420px;
}

.not-found-visual[b-k6ylc1mjdz] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(134, 183, 254, 0.18), rgba(126, 87, 194, 0.12));
    min-height: 280px;
}

.pet-badge[b-k6ylc1mjdz] {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(126, 87, 194, 0.16);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    z-index: 2;
    animation: float-b-k6ylc1mjdz 4s ease-in-out infinite;
}

.pet-face[b-k6ylc1mjdz] {
    font-size: 72px;
    line-height: 1;
}

.orbit[b-k6ylc1mjdz] {
    position: absolute;
    border-radius: 50%;
    border: 1px dashed rgba(126, 87, 194, 0.22);
}

.orbit-1[b-k6ylc1mjdz] {
    width: 260px;
    height: 260px;
    animation: spin-b-k6ylc1mjdz 18s linear infinite;
}

.orbit-2[b-k6ylc1mjdz] {
    width: 340px;
    height: 340px;
    animation: spin-reverse-b-k6ylc1mjdz 26s linear infinite;
}

.floating-label[b-k6ylc1mjdz] {
    position: absolute;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(126, 87, 194, 0.12);
    color: rgba(0, 0, 0, 0.72);
    font-size: 0.82rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.label-1[b-k6ylc1mjdz] {
    top: 18%;
    left: 12%;
}

.label-2[b-k6ylc1mjdz] {
    font-size: 30px;
    bottom: 18%;
    right: 12%;
}

.not-found-content[b-k6ylc1mjdz] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}

.not-found-title[b-k6ylc1mjdz] {
    color: #3f3d56;
    font-weight: 700;
    line-height: 1.15;
}

.not-found-text[b-k6ylc1mjdz] {
    max-width: 520px;
    color: rgba(0, 0, 0, 0.68);
    font-size: 1.02rem;
}

@keyframes float-b-k6ylc1mjdz {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes spin-b-k6ylc1mjdz {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin-reverse-b-k6ylc1mjdz {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@media (max-width: 768px) {
    .not-found-grid[b-k6ylc1mjdz] {
        grid-template-columns: 1fr;
    }

    .not-found-visual[b-k6ylc1mjdz] {
        min-height: 260px;
    }

    .not-found-title[b-k6ylc1mjdz] {
        font-size: 2rem;
    }
}
